01KVRC5VSCJ88SFNPRP1EJJ2AZ: clippy (helios)

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

Buildomat Job: 01KVRC96A7551T0Y5DDNWWFNZ7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:18:59.013Zjob assigned to worker 01KVRC9SMQ2F1KVGWYDKM8ZDAV [factory aws, i-05376980754dba155] (queued for 1 m 2 s)
 
22026-06-22T19:19:05.745Zstarting task 0: "setup"
32026-06-22T19:19:05.749Z++ uname -s
42026-06-22T19:19:05.754Z+ kern=SunOS
52026-06-22T19:19:05.754Z+ build_user=build
62026-06-22T19:19:05.754Z+ build_uid=12345
72026-06-22T19:19:05.754Z+ work_dir=/work
82026-06-22T19:19:05.754Z+ input_dir=/input
92026-06-22T19:19:05.754Z+ [[ 0 == 12345 ]]
102026-06-22T19:19:05.754Z+ case "$kern" in
112026-06-22T19:19:05.754Z+ groupadd -g 12345 build
122026-06-22T19:19:05.754Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:19:07.758Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:19:07.828Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:19:07.831Z+ home_fs=zfs
162026-06-22T19:19:07.831Z+ [[ zfs == autofs ]]
172026-06-22T19:19:07.831Z+ mkdir -p /home/build
182026-06-22T19:19:07.831Z+ chown build:build /home/build /work
192026-06-22T19:19:09.832Z+ chmod 0700 /home/build /work
202026-06-22T19:19:09.836Zprocess exited: duration 4093 ms, exit code 0
 
212026-06-22T19:19:09.842Zstarting task 1: "rust-toolchain"
222026-06-22T19:19:09.846Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T19:19:09.846Z * rust toolchain channel = "1.94.0"
242026-06-22T19:19:09.846Z * rust toolchain profile = "default"
252026-06-22T19:19:09.846Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-22T19:19:09.846Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T19:19:09.846Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T19:19:09.849Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:19:09.849Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T19:19:09.905Zinfo: downloading installer
312026-06-22T19:19:11.555Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T19:19:11.555Zwarn: /home/build/.rustup/settings.toml
332026-06-22T19:19:11.555Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T19:19:11.561Zwarn: instead of the one inferred from the default host triple.
352026-06-22T19:19:11.568Zinfo: profile set to default
362026-06-22T19:19:11.568Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T19:19:11.571Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T19:19:11.733Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T19:19:11.736Zinfo: downloading 6 components
402026-06-22T19:19:27.574Z
412026-06-22T19:19:27.574Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-22T19:19:27.601Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T19:19:27.601Z
442026-06-22T19:19:27.604Z
452026-06-22T19:19:27.604ZRust is installed now. Great!
462026-06-22T19:19:27.604Z
472026-06-22T19:19:27.604ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T19:19:27.604Zenvironment variable. This has not been done automatically.
492026-06-22T19:19:27.604Z
502026-06-22T19:19:27.604ZTo configure your current shell, you need to source
512026-06-22T19:19:27.605Zthe corresponding env file under $HOME/.cargo.
522026-06-22T19:19:27.605Z
532026-06-22T19:19:27.605ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T19:19:27.605Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T19:19:27.605Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T19:19:27.605Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T19:19:27.605Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T19:19:27.605Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T19:19:27.605Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T19:19:27.605Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T19:19:27.605Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T19:19:27.688Z+ rustup --version
632026-06-22T19:19:27.698Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T19:19:27.701Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T19:19:27.720Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T19:19:27.723Z+ cargo --version
672026-06-22T19:19:27.736Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T19:19:27.739Z+ rustc --version
692026-06-22T19:19:27.760Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T19:19:27.764Zprocess exited: duration 17917 ms, exit code 0
 
712026-06-22T19:19:27.770Zstarting task 2: "authentication"
722026-06-22T19:19:27.784ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-22T19:20:41.926Zprocess exited: duration 74154 ms, exit code 0
 
742026-06-22T19:20:41.931Zstarting task 3: "clone repository"
752026-06-22T19:20:41.936Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-22T19:20:41.939Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-22T19:20:41.970ZCloning into '/work/oxidecomputer/omicron'...
782026-06-22T19:20:51.947Z+ cd /work/oxidecomputer/omicron
792026-06-22T19:20:51.947Z+ git fetch origin 805e45f8faa38ad637d64724db6af348a90a23dd
802026-06-22T19:20:52.226ZFrom https://github.com/oxidecomputer/omicron
812026-06-22T19:20:52.226Z * branch 805e45f8faa38ad637d64724db6af348a90a23dd -> FETCH_HEAD
822026-06-22T19:20:52.236Z+ [[ -n sunshowers/spr/11n-meta-migrate-rack-ids-to-typed-uuids ]]
832026-06-22T19:20:52.239Z++ git branch --show-current
842026-06-22T19:20:52.240Z+ current=main
852026-06-22T19:20:52.240Z+ [[ main != sunshowers/spr/11n-meta-migrate-rack-ids-to-typed-uuids ]]
862026-06-22T19:20:52.240Z+ git branch -f sunshowers/spr/11n-meta-migrate-rack-ids-to-typed-uuids 805e45f8faa38ad637d64724db6af348a90a23dd
872026-06-22T19:20:52.243Z+ git checkout -f sunshowers/spr/11n-meta-migrate-rack-ids-to-typed-uuids
882026-06-22T19:20:52.482ZSwitched to branch 'sunshowers/spr/11n-meta-migrate-rack-ids-to-typed-uuids'
892026-06-22T19:20:52.485Z+ git reset --hard 805e45f8faa38ad637d64724db6af348a90a23dd
902026-06-22T19:20:52.500ZHEAD is now at 805e45f8f another unused import
912026-06-22T19:20:52.503Zprocess exited: duration 10569 ms, exit code 0
 
922026-06-22T19:20:52.509Zstarting task 4: "build"
932026-06-22T19:20:52.514Z+ source ./env.sh
942026-06-22T19:20:52.514Z++ OLD_SHELL_OPTS=ehxB
952026-06-22T19:20:52.514Z++ set -o xtrace
962026-06-22T19:20:52.517Z++++ dirname ./env.sh
972026-06-22T19:20:52.520Z+++ readlink -f .
982026-06-22T19:20:52.523Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-06-22T19:20:52.524Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-22T19:20:52.524Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-22T19:20:52.524Z++ 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
1022026-06-22T19:20:52.524Z++ 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
1032026-06-22T19:20:52.524Z++ 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
1042026-06-22T19:20:52.524Z++ 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
1052026-06-22T19:20:52.524Z++ 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
1062026-06-22T19:20:52.524Z++ 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
1072026-06-22T19:20:52.524Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-22T19:20:52.524Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-22T19:20:52.524Z++ case $OLD_SHELL_OPTS in
1102026-06-22T19:20:52.524Z++ unset OLD_SHELL_OPTS OMICRON_WS
1112026-06-22T19:20:52.524Z+ source .github/buildomat/ci-env.sh
1122026-06-22T19:20:52.524Z++ export CARGO_TERM_COLOR=always
1132026-06-22T19:20:52.524Z++ CARGO_TERM_COLOR=always
1142026-06-22T19:20:52.524Z+ cargo --version
1152026-06-22T19:20:52.530Zcargo 1.94.0 (85eff7c80 2026-01-15)
1162026-06-22T19:20:52.533Z+ rustc --version
1172026-06-22T19:20:52.553Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1182026-06-22T19:20:52.556Z+ banner prerequisites
1192026-06-22T19:20:52.559Z
1202026-06-22T19:20:52.559Z ##### ##### ###### ##### ###### #### # # # #### #
1212026-06-22T19:20:52.559Z # # # # # # # # # # # # # # #
1222026-06-22T19:20:52.559Z # # # # ##### # # ##### # # # # # #### #
1232026-06-22T19:20:52.559Z ##### ##### # ##### # # # # # # # # #
1242026-06-22T19:20:52.559Z # # # # # # # # # # # # # # #
1252026-06-22T19:20:52.559Z # # # ###### # # ###### ### # #### # #### #
1262026-06-22T19:20:52.559Z
1272026-06-22T19:20:52.559Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1282026-06-22T19:20:54.008Z Startup: Refreshing catalog 'helios' ... Done
1292026-06-22T19:20:54.103Z Startup: Caching catalogs ... Done
1302026-06-22T19:20:54.528ZPlanning: Solver setup ... Done (0.376s)
1312026-06-22T19:20:54.545ZPlanning: Running solver ... Done (0.023s)
1322026-06-22T19:20:54.555ZPlanning: Finding local manifests ... Done (0.003s)
1332026-06-22T19:20:54.567ZPlanning: Fetching manifests: 0/2 0% complete
1342026-06-22T19:20:54.582ZPlanning: Fetching manifests: 2/2 100% complete
1352026-06-22T19:20:54.596ZPlanning: Package planning ... Done (0.014s)
1362026-06-22T19:20:54.599ZPlanning: Merging actions ... Done (0.002s)
1372026-06-22T19:20:54.769ZPlanning: Checking for conflicting actions ... Done (0.171s)
1382026-06-22T19:20:54.772ZPlanning: Consolidating action changes ... Done (0.001s)
1392026-06-22T19:20:55.550ZPlanning: Evaluating mediators ... Done (0.780s)
1402026-06-22T19:20:55.553ZPlanning: Planning completed in 1.43 seconds
1412026-06-22T19:20:55.560Z Packages to install: 2
1422026-06-22T19:20:55.562Z Estimated space available: 156.07 GB
1432026-06-22T19:20:55.563ZEstimated space to be consumed: 28.17 MB
1442026-06-22T19:20:55.563Z Create boot environment: No
1452026-06-22T19:20:55.563ZCreate backup boot environment: No
1462026-06-22T19:20:55.563Z Rebuild boot archive: No
1472026-06-22T19:20:55.563Z
1482026-06-22T19:20:55.563ZChanged packages:
1492026-06-22T19:20:55.563Zhelios
1502026-06-22T19:20:55.563Z developer/build-essential
1512026-06-22T19:20:55.563Z None -> 11-3.0
1522026-06-22T19:20:55.563Z library/libxmlsec1
1532026-06-22T19:20:55.563Z None -> 1.2.35-3.0
1542026-06-22T19:20:55.585Z
1552026-06-22T19:20:55.585ZDownload: 0/214 items 0.0/1.3MB 0% complete
1562026-06-22T19:20:59.387ZDownload: Completed 1.28 MB in 3.80 seconds (345k/s)
1572026-06-22T19:20:59.449Z Actions: 1/268 actions (Installing new actions)
1582026-06-22T19:20:59.486Z Actions: Completed 268 actions in 0.04 seconds.
1592026-06-22T19:20:59.498ZFinalize: Updating package state database ... Done (0.010s)
1602026-06-22T19:20:59.498ZFinalize: Updating package cache ... Done (0.000s)
1612026-06-22T19:20:59.523ZFinalize: Updating image state ... Done (0.025s)
1622026-06-22T19:21:01.942ZFinalize: Creating fast lookup database ... Done (2.393s)
1632026-06-22T19:21:02.014ZFinalize: Reading search index ... Done (0.012s)
1642026-06-22T19:21:02.018ZFinalize: Updating search index ... Done (0.000s)
1652026-06-22T19:21:02.118ZFinalize: Updating package cache ... Done (0.000s)
1662026-06-22T19:21:02.434ZPlanning: Evaluating mediator changes ... Done
1672026-06-22T19:21:02.545ZPlanning: Checking for conflicting actions ... Done
1682026-06-22T19:21:02.554ZPlanning: Consolidating action changes ... Done
1692026-06-22T19:21:02.703ZPlanning: Evaluating mediators ... Done
1702026-06-22T19:21:02.709ZPlanning: Planning completed in 0.26 seconds
1712026-06-22T19:21:02.757Z Mediators to change: 2
1722026-06-22T19:21:02.758Z Create boot environment: No
1732026-06-22T19:21:02.758ZCreate backup boot environment: No
1742026-06-22T19:21:02.774ZFinalize: Updating package state database ... Done
1752026-06-22T19:21:02.774ZFinalize: Updating package cache ... Done
1762026-06-22T19:21:02.781ZFinalize: Updating image state ... Done
1772026-06-22T19:21:04.728ZFinalize: Creating fast lookup database ... Done
1782026-06-22T19:21:04.796ZFinalize: Reading search index ... Done
1792026-06-22T19:21:04.801ZFinalize: Updating search index ... Done
1802026-06-22T19:21:04.840ZFinalize: Updating package cache ... Done
1812026-06-22T19:21:05.125ZPlanning: Evaluating mediator changes ... Done
1822026-06-22T19:21:05.231ZPlanning: Checking for conflicting actions ... Done
1832026-06-22T19:21:05.243ZPlanning: Consolidating action changes ... Done
1842026-06-22T19:21:05.392ZPlanning: Evaluating mediators ... Done
1852026-06-22T19:21:05.400ZPlanning: Planning completed in 0.26 seconds
1862026-06-22T19:21:05.411Z Mediators to change: 1
1872026-06-22T19:21:05.411Z Create boot environment: No
1882026-06-22T19:21:05.411ZCreate backup boot environment: No
1892026-06-22T19:21:05.451ZFinalize: Updating package state database ... Done
1902026-06-22T19:21:05.451ZFinalize: Updating package cache ... Done
1912026-06-22T19:21:05.465ZFinalize: Updating image state ... Done
1922026-06-22T19:21:07.426ZFinalize: Creating fast lookup database ... Done
1932026-06-22T19:21:07.492ZFinalize: Reading search index ... Done
1942026-06-22T19:21:07.497ZFinalize: Updating search index ... Done
1952026-06-22T19:21:07.542ZFinalize: Updating package cache ... Done
1962026-06-22T19:21:07.853ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972026-06-22T19:21:07.853Zapache system 2.4 system
1982026-06-22T19:21:07.853Zclang system 15 system
1992026-06-22T19:21:07.853Zcsh system system illumos
2002026-06-22T19:21:07.853Zctags system system illumos
2012026-06-22T19:21:07.853Zfile vendor vendor darwinsys
2022026-06-22T19:21:07.853Zfile system system illumos
2032026-06-22T19:21:07.853Zgcc vendor 14 vendor
2042026-06-22T19:21:07.854Zgcc system 13 system
2052026-06-22T19:21:07.854Zgcc system 10 system
2062026-06-22T19:21:07.854Zgo system 1.25 system
2072026-06-22T19:21:07.854Zllvm system 15 system
2082026-06-22T19:21:07.854Zmariadb system 11.4 system
2092026-06-22T19:21:07.854Zmta vendor vendor dma
2102026-06-22T19:21:07.854Zopenjdk system 17 system
2112026-06-22T19:21:07.854Zopenjdk system 11 system
2122026-06-22T19:21:07.854Zopenssl vendor 3 vendor
2132026-06-22T19:21:07.854Zperl system 5.40 system
2142026-06-22T19:21:07.854Zpostgresql system 18 system
2152026-06-22T19:21:07.854Zpostgresql system 17 system
2162026-06-22T19:21:07.854Zpython vendor 3 vendor
2172026-06-22T19:21:07.854Zpython system 2 system
2182026-06-22T19:21:07.854Zpython3 vendor 3.13 vendor
2192026-06-22T19:21:07.854Zruby system 3.4 system
2202026-06-22T19:21:07.854Zruby system 3.0 system
2212026-06-22T19:21:07.854Zwords vendor vendor american-english
2222026-06-22T19:21:07.854Zwords system system australian-english
2232026-06-22T19:21:07.854Zwords system system british-english
2242026-06-22T19:21:07.854Zwords system system canadian-english
2252026-06-22T19:21:07.854Zwords system system french
2262026-06-22T19:21:07.854Zwords system system italian
2272026-06-22T19:21:07.854Zwords system system ngerman
2282026-06-22T19:21:07.854Zwords system system ogerman
2292026-06-22T19:21:07.854Zwords system system spanish
2302026-06-22T19:21:08.121ZPUBLISHER TYPE STATUS P LOCATION
2312026-06-22T19:21:08.121Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2322026-06-22T19:21:08.402ZFMRI IFO
2332026-06-22T19:21:08.402Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2342026-06-22T19:21:08.402Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2352026-06-22T19:21:08.402Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2362026-06-22T19:21:08.402Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2372026-06-22T19:21:08.402Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2382026-06-22T19:21:08.402Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2392026-06-22T19:21:08.402Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2402026-06-22T19:21:08.402Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2412026-06-22T19:21:08.402Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2422026-06-22T19:21:08.658Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2432026-06-22T19:21:08.907Z Updating crates.io index
2442026-06-22T19:21:08.951Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2452026-06-22T19:21:09.201Z Updating git repository `https://github.com/oxidecomputer/lldp`
2462026-06-22T19:21:10.147Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2472026-06-22T19:21:10.883Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482026-06-22T19:21:11.705Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2492026-06-22T19:21:12.242Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-06-22T19:21:13.795Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-06-22T19:21:14.746Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-06-22T19:21:14.961Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532026-06-22T19:21:16.208Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-06-22T19:21:16.653Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2552026-06-22T19:21:17.110Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2562026-06-22T19:21:17.437Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2572026-06-22T19:21:17.854Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2582026-06-22T19:21:18.306Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2592026-06-22T19:21:18.674Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2602026-06-22T19:21:18.935Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2612026-06-22T19:21:19.506Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2622026-06-22T19:21:19.897Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2632026-06-22T19:21:20.125Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2642026-06-22T19:21:20.344Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2652026-06-22T19:21:20.581Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-06-22T19:21:20.952Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-06-22T19:21:21.541Z Updating git repository `https://github.com/oxidecomputer/erebor`
2682026-06-22T19:21:21.734Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2692026-06-22T19:21:22.195Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2702026-06-22T19:21:22.450Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-06-22T19:21:22.745Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-06-22T19:21:24.150Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732026-06-22T19:21:24.849Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-06-22T19:21:25.303Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-06-22T19:21:25.661Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-06-22T19:21:25.960Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-06-22T19:21:26.297Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-06-22T19:21:26.550Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2792026-06-22T19:21:26.964Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2802026-06-22T19:21:27.672Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-06-22T19:21:27.924Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-06-22T19:21:28.154Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-06-22T19:21:28.371Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-06-22T19:21:30.255Z Downloading crates ...
2852026-06-22T19:21:30.319Z Downloaded anstyle v1.0.14
2862026-06-22T19:21:30.330Z Downloaded anstyle-parse v1.0.0
2872026-06-22T19:21:30.330Z Downloaded anstream v1.0.0
2882026-06-22T19:21:30.330Z Downloaded bytecount v0.6.9
2892026-06-22T19:21:30.330Z Downloaded plain v0.2.3
2902026-06-22T19:21:30.330Z Downloaded anstyle-query v1.1.5
2912026-06-22T19:21:30.331Z Downloaded block-buffer v0.10.4
2922026-06-22T19:21:30.331Z Downloaded toml_datetime v0.6.11
2932026-06-22T19:21:30.331Z Downloaded pest_generator v2.8.6
2942026-06-22T19:21:30.331Z Downloaded autocfg v1.5.0
2952026-06-22T19:21:30.331Z Downloaded bitflags v2.11.0
2962026-06-22T19:21:30.331Z Downloaded tinystr v0.8.2
2972026-06-22T19:21:30.331Z Downloaded utf8_iter v1.0.4
2982026-06-22T19:21:30.331Z Downloaded stable_deref_trait v1.2.1
2992026-06-22T19:21:30.346Z Downloaded potential_utf v0.1.4
3002026-06-22T19:21:30.346Z Downloaded colorchoice v1.0.4
3012026-06-22T19:21:30.346Z Downloaded byteorder v1.5.0
3022026-06-22T19:21:30.346Z Downloaded usdt v0.5.0
3032026-06-22T19:21:30.346Z Downloaded pest_meta v2.8.6
3042026-06-22T19:21:30.346Z Downloaded anyhow v1.0.102
3052026-06-22T19:21:30.346Z Downloaded unicode-linebreak v0.1.5
3062026-06-22T19:21:30.346Z Downloaded thiserror-impl v1.0.69
3072026-06-22T19:21:30.352Z Downloaded icu_properties v2.1.2
3082026-06-22T19:21:30.352Z Downloaded smawk v0.3.2
3092026-06-22T19:21:30.352Z Downloaded unicode-xid v0.2.6
3102026-06-22T19:21:30.352Z Downloaded fs-err v3.3.0
3112026-06-22T19:21:30.352Z Downloaded camino-tempfile v1.4.1
3122026-06-22T19:21:30.352Z Downloaded itoa v1.0.17
3132026-06-22T19:21:30.352Z Downloaded yoke-derive v0.8.1
3142026-06-22T19:21:30.352Z Downloaded dof v0.3.0
3152026-06-22T19:21:30.352Z Downloaded usdt-macro v0.5.0
3162026-06-22T19:21:30.352Z Downloaded thread-id v4.2.2
3172026-06-22T19:21:30.352Z Downloaded cargo-platform v0.2.0
3182026-06-22T19:21:30.352Z Downloaded fastrand v2.3.0
3192026-06-22T19:21:30.358Z Downloaded icu_provider v2.1.1
3202026-06-22T19:21:30.358Z Downloaded utf8parse v0.2.2
3212026-06-22T19:21:30.358Z Downloaded serde-value v0.7.0
3222026-06-22T19:21:30.358Z Downloaded idna_adapter v1.2.1
3232026-06-22T19:21:30.358Z Downloaded version_check v0.9.5
3242026-06-22T19:21:30.358Z Downloaded usdt-attr-macro v0.5.0
3252026-06-22T19:21:30.370Z Downloaded serde-untagged v0.1.9
3262026-06-22T19:21:30.370Z Downloaded getrandom v0.4.1
3272026-06-22T19:21:30.370Z Downloaded ordered-float v2.10.1
3282026-06-22T19:21:30.370Z Downloaded thiserror-impl v2.0.18
3292026-06-22T19:21:30.376Z Downloaded toml_write v0.1.2
3302026-06-22T19:21:30.376Z Downloaded thiserror v1.0.69
3312026-06-22T19:21:30.376Z Downloaded strsim v0.11.1
3322026-06-22T19:21:30.377Z Downloaded macaddr v1.0.1
3332026-06-22T19:21:30.377Z Downloaded fnv v1.0.7
3342026-06-22T19:21:30.377Z Downloaded serde_spanned v0.6.9
3352026-06-22T19:21:30.384Z Downloaded thiserror v2.0.18
3362026-06-22T19:21:30.385Z Downloaded zmij v1.0.21
3372026-06-22T19:21:30.385Z Downloaded usdt-impl v0.5.0
3382026-06-22T19:21:30.385Z Downloaded percent-encoding v2.3.2
3392026-06-22T19:21:30.385Z Downloaded heck v0.4.1
3402026-06-22T19:21:30.385Z Downloaded zerovec-derive v0.11.2
3412026-06-22T19:21:30.385Z Downloaded crypto-common v0.1.7
3422026-06-22T19:21:30.385Z Downloaded pretty-hex v0.4.1
3432026-06-22T19:21:30.385Z Downloaded form_urlencoded v1.2.2
3442026-06-22T19:21:30.385Z Downloaded cpufeatures v0.2.17
3452026-06-22T19:21:30.389Z Downloaded cfg-if v1.0.4
3462026-06-22T19:21:30.389Z Downloaded zerocopy-derive v0.7.35
3472026-06-22T19:21:30.390Z Downloaded yoke v0.8.1
3482026-06-22T19:21:30.390Z Downloaded unicode-ident v1.0.24
3492026-06-22T19:21:30.399Z Downloaded zerofrom-derive v0.1.6
3502026-06-22T19:21:30.399Z Downloaded typeid v1.0.3
3512026-06-22T19:21:30.399Z Downloaded zerofrom v0.1.6
3522026-06-22T19:21:30.399Z Downloaded once_cell v1.21.3
3532026-06-22T19:21:30.403Z Downloaded digest v0.10.7
3542026-06-22T19:21:30.403Z Downloaded swrite v0.1.0
3552026-06-22T19:21:30.403Z Downloaded scroll_derive v0.12.1
3562026-06-22T19:21:30.403Z Downloaded is_terminal_polyfill v1.70.2
3572026-06-22T19:21:30.403Z Downloaded typenum v1.19.0
3582026-06-22T19:21:30.414Z Downloaded terminal_size v0.4.3
3592026-06-22T19:21:30.414Z Downloaded toml v0.8.23
3602026-06-22T19:21:30.414Z Downloaded proc-macro-error-attr v1.0.4
3612026-06-22T19:21:30.414Z Downloaded errno v0.3.14
3622026-06-22T19:21:30.414Z Downloaded memmap v0.7.0
3632026-06-22T19:21:30.414Z Downloaded zerotrie v0.2.3
3642026-06-22T19:21:30.427Z Downloaded url v2.5.8
3652026-06-22T19:21:30.427Z Downloaded writeable v0.6.2
3662026-06-22T19:21:30.427Z Downloaded toml_edit v0.22.27
3672026-06-22T19:21:30.427Z Downloaded equivalent v1.0.2
3682026-06-22T19:21:30.427Z Downloaded clap_lex v1.0.0
3692026-06-22T19:21:30.438Z Downloaded ucd-trie v0.1.7
3702026-06-22T19:21:30.438Z Downloaded zerocopy v0.7.35
3712026-06-22T19:21:30.438Z Downloaded heck v0.5.0
3722026-06-22T19:21:30.438Z Downloaded textwrap v0.16.2
3732026-06-22T19:21:30.438Z Downloaded generic-array v0.14.7
3742026-06-22T19:21:30.439Z Downloaded synstructure v0.13.2
3752026-06-22T19:21:30.447Z Downloaded serde_tokenstream v0.2.3
3762026-06-22T19:21:30.447Z Downloaded winnow v0.7.14
3772026-06-22T19:21:30.470Z Downloaded proc-macro-error v1.0.4
3782026-06-22T19:21:30.470Z Downloaded dtrace-parser v0.2.0
3792026-06-22T19:21:30.470Z Downloaded zerovec v0.11.5
3802026-06-22T19:21:30.470Z Downloaded erased-serde v0.4.9
3812026-06-22T19:21:30.471Z Downloaded clap_derive v4.6.1
3822026-06-22T19:21:30.471Z Downloaded unicode-width v0.2.0
3832026-06-22T19:21:30.471Z Downloaded unicode-width v0.1.14
3842026-06-22T19:21:30.471Z Downloaded sha2 v0.10.9
3852026-06-22T19:21:30.471Z Downloaded quote v1.0.45
3862026-06-22T19:21:30.471Z Downloaded tabled_derive v0.7.0
3872026-06-22T19:21:30.471Z Downloaded displaydoc v0.2.5
3882026-06-22T19:21:30.471Z Downloaded cargo_toml v0.21.0
3892026-06-22T19:21:30.471Z Downloaded cargo_metadata v0.21.0
3902026-06-22T19:21:30.485Z Downloaded smallvec v1.15.1
3912026-06-22T19:21:30.485Z Downloaded tempfile v3.25.0
3922026-06-22T19:21:30.485Z Downloaded scroll v0.12.0
3932026-06-22T19:21:30.485Z Downloaded icu_collections v2.1.1
3942026-06-22T19:21:30.499Z Downloaded semver v1.0.28
3952026-06-22T19:21:30.505Z Downloaded litemap v0.8.1
3962026-06-22T19:21:30.505Z Downloaded cargo-util-schemas v0.8.2
3972026-06-22T19:21:30.505Z Downloaded pest_derive v2.8.6
3982026-06-22T19:21:30.514Z Downloaded camino v1.2.2
3992026-06-22T19:21:30.571Z Downloaded proc-macro2 v1.0.106
4002026-06-22T19:21:30.571Z Downloaded num-traits v0.2.19
4012026-06-22T19:21:30.571Z Downloaded pest v2.8.6
4022026-06-22T19:21:30.571Z Downloaded papergrid v0.11.0
4032026-06-22T19:21:30.571Z Downloaded log v0.4.29
4042026-06-22T19:21:30.572Z Downloaded icu_locale_core v2.1.1
4052026-06-22T19:21:30.595Z Downloaded serde_derive v1.0.228
4062026-06-22T19:21:30.595Z Downloaded serde_core v1.0.228
4072026-06-22T19:21:30.595Z Downloaded clap v4.6.1
4082026-06-22T19:21:30.595Z Downloaded icu_normalizer v2.1.1
4092026-06-22T19:21:30.595Z Downloaded icu_normalizer_data v2.1.1
4102026-06-22T19:21:30.595Z Downloaded indexmap v2.14.0
4112026-06-22T19:21:30.595Z Downloaded serde v1.0.228
4122026-06-22T19:21:30.595Z Downloaded memchr v2.8.0
4132026-06-22T19:21:30.596Z Downloaded serde_json v1.0.149
4142026-06-22T19:21:30.626Z Downloaded hashbrown v0.17.0
4152026-06-22T19:21:30.626Z Downloaded icu_properties_data v2.1.2
4162026-06-22T19:21:30.626Z Downloaded idna v1.1.0
4172026-06-22T19:21:30.645Z Downloaded clap_builder v4.6.0
4182026-06-22T19:21:30.645Z Downloaded goblin v0.8.2
4192026-06-22T19:21:30.645Z Downloaded tabled v0.15.0
4202026-06-22T19:21:30.645Z Downloaded syn v1.0.109
4212026-06-22T19:21:30.662Z Downloaded syn v2.0.117
4222026-06-22T19:21:30.671Z Downloaded rustix v1.1.3
4232026-06-22T19:21:30.686Z Downloaded libc v0.2.185
4242026-06-22T19:21:30.754Z Compiling proc-macro2 v1.0.106
4252026-06-22T19:21:30.761Z Compiling quote v1.0.45
4262026-06-22T19:21:30.761Z Compiling unicode-ident v1.0.24
4272026-06-22T19:21:30.761Z Compiling serde_core v1.0.228
4282026-06-22T19:21:30.761Z Compiling libc v0.2.185
4292026-06-22T19:21:30.761Z Compiling version_check v0.9.5
4302026-06-22T19:21:30.761Z Compiling serde v1.0.228
4312026-06-22T19:21:30.916Z Compiling memchr v2.8.0
4322026-06-22T19:21:31.061Z Compiling stable_deref_trait v1.2.1
4332026-06-22T19:21:31.145Z Compiling zmij v1.0.21
4342026-06-22T19:21:31.276Z Compiling itoa v1.0.17
4352026-06-22T19:21:31.361Z Compiling thiserror v1.0.69
4362026-06-22T19:21:31.471Z Compiling ucd-trie v0.1.7
4372026-06-22T19:21:31.607Z Compiling autocfg v1.5.0
4382026-06-22T19:21:31.669Z Compiling pest v2.8.6
4392026-06-22T19:21:31.711Z Compiling writeable v0.6.2
4402026-06-22T19:21:31.725Z Compiling litemap v0.8.1
4412026-06-22T19:21:31.821Z Compiling byteorder v1.5.0
4422026-06-22T19:21:31.905Z Compiling icu_properties_data v2.1.2
4432026-06-22T19:21:32.019Z Compiling rustix v1.1.3
4442026-06-22T19:21:32.052Z Compiling icu_normalizer_data v2.1.1
4452026-06-22T19:21:32.097Z Compiling syn v2.0.117
4462026-06-22T19:21:32.265Z Compiling errno v0.3.14
4472026-06-22T19:21:32.282Z Compiling bitflags v2.11.0
4482026-06-22T19:21:32.413Z Compiling serde_json v1.0.149
4492026-06-22T19:21:32.646Z Compiling num-traits v0.2.19
4502026-06-22T19:21:32.676Z Compiling hashbrown v0.17.0
4512026-06-22T19:21:32.704Z Compiling pest_meta v2.8.6
4522026-06-22T19:21:32.929Z Compiling typeid v1.0.3
4532026-06-22T19:21:33.029Z Compiling equivalent v1.0.2
4542026-06-22T19:21:33.119Z Compiling smallvec v1.15.1
4552026-06-22T19:21:33.187Z Compiling indexmap v2.14.0
4562026-06-22T19:21:33.279Z Compiling thread-id v4.2.2
4572026-06-22T19:21:33.330Z Compiling usdt-impl v0.5.0
4582026-06-22T19:21:33.362Z Compiling proc-macro-error-attr v1.0.4
4592026-06-22T19:21:33.545Z Compiling winnow v0.7.14
4602026-06-22T19:21:33.564Z Compiling toml_write v0.1.2
4612026-06-22T19:21:33.584Z Compiling erased-serde v0.4.9
4622026-06-22T19:21:33.767Z Compiling syn v1.0.109
4632026-06-22T19:21:34.044Z Compiling proc-macro-error v1.0.4
4642026-06-22T19:21:34.118Z Compiling camino v1.2.2
4652026-06-22T19:21:34.230Z Compiling getrandom v0.4.1
4662026-06-22T19:21:34.361Z Compiling percent-encoding v2.3.2
4672026-06-22T19:21:34.432Z Compiling utf8_iter v1.0.4
4682026-06-22T19:21:34.458Z Compiling thiserror v2.0.18
4692026-06-22T19:21:34.458Z Compiling plain v0.2.3
4702026-06-22T19:21:34.551Z Compiling log v0.4.29
4712026-06-22T19:21:34.576Z Compiling utf8parse v0.2.2
4722026-06-22T19:21:34.592Z Compiling form_urlencoded v1.2.2
4732026-06-22T19:21:34.674Z Compiling anstyle-parse v1.0.0
4742026-06-22T19:21:34.692Z Compiling ordered-float v2.10.1
4752026-06-22T19:21:34.781Z Compiling synstructure v0.13.2
4762026-06-22T19:21:34.796Z Compiling pest_generator v2.8.6
4772026-06-22T19:21:35.025Z Compiling terminal_size v0.4.3
4782026-06-22T19:21:35.170Z Compiling colorchoice v1.0.4
4792026-06-22T19:21:35.257Z Compiling pretty-hex v0.4.1
4802026-06-22T19:21:35.291Z Compiling is_terminal_polyfill v1.70.2
4812026-06-22T19:21:35.347Z Compiling anstyle v1.0.14
4822026-06-22T19:21:35.389Z Compiling cfg-if v1.0.4
4832026-06-22T19:21:35.405Z Compiling anstyle-query v1.1.5
4842026-06-22T19:21:35.408Z Compiling serde-untagged v0.1.9
4852026-06-22T19:21:35.530Z Compiling anstream v1.0.0
4862026-06-22T19:21:35.548Z Compiling semver v1.0.28
4872026-06-22T19:21:35.632Z Compiling fs-err v3.3.0
4882026-06-22T19:21:35.649Z Compiling heck v0.5.0
4892026-06-22T19:21:35.823Z Compiling unicode-width v0.1.14
4902026-06-22T19:21:35.837Z Compiling heck v0.4.1
4912026-06-22T19:21:35.858Z Compiling clap_lex v1.0.0
4922026-06-22T19:21:35.875Z Compiling strsim v0.11.1
4932026-06-22T19:21:35.888Z Compiling fastrand v2.3.0
4942026-06-22T19:21:36.087Z Compiling once_cell v1.21.3
4952026-06-22T19:21:36.104Z Compiling fnv v1.0.7
4962026-06-22T19:21:36.142Z Compiling anyhow v1.0.102
4972026-06-22T19:21:36.206Z Compiling unicode-xid v0.2.6
4982026-06-22T19:21:36.220Z Compiling bytecount v0.6.9
4992026-06-22T19:21:36.305Z Compiling tempfile v3.25.0
5002026-06-22T19:21:36.340Z Compiling papergrid v0.11.0
5012026-06-22T19:21:36.363Z Compiling clap_builder v4.6.0
5022026-06-22T19:21:36.461Z Compiling serde_derive v1.0.228
5032026-06-22T19:21:36.478Z Compiling zerofrom-derive v0.1.6
5042026-06-22T19:21:36.661Z Compiling yoke-derive v0.8.1
5052026-06-22T19:21:36.676Z Compiling zerovec-derive v0.11.2
5062026-06-22T19:21:36.889Z Compiling displaydoc v0.2.5
5072026-06-22T19:21:37.651Z Compiling thiserror-impl v1.0.69
5082026-06-22T19:21:37.755Z Compiling zerocopy-derive v0.7.35
5092026-06-22T19:21:37.770Z Compiling pest_derive v2.8.6
5102026-06-22T19:21:37.874Z Compiling zerofrom v0.1.6
5112026-06-22T19:21:37.893Z Compiling scroll_derive v0.12.1
5122026-06-22T19:21:38.027Z Compiling yoke v0.8.1
5132026-06-22T19:21:38.229Z Compiling zerovec v0.11.5
5142026-06-22T19:21:38.250Z Compiling zerotrie v0.2.3
5152026-06-22T19:21:38.556Z Compiling thiserror-impl v2.0.18
5162026-06-22T19:21:38.582Z Compiling scroll v0.12.0
5172026-06-22T19:21:38.637Z Compiling zerocopy v0.7.35
5182026-06-22T19:21:38.747Z Compiling tinystr v0.8.2
5192026-06-22T19:21:38.893Z Compiling potential_utf v0.1.4
5202026-06-22T19:21:38.957Z Compiling icu_locale_core v2.1.1
5212026-06-22T19:21:39.028Z Compiling icu_collections v2.1.1
5222026-06-22T19:21:39.028Z Compiling dtrace-parser v0.2.0
5232026-06-22T19:21:39.195Z Compiling goblin v0.8.2
5242026-06-22T19:21:39.415Z Compiling tabled_derive v0.7.0
5252026-06-22T19:21:39.546Z Compiling clap_derive v4.6.1
5262026-06-22T19:21:39.779Z Compiling icu_provider v2.1.1
5272026-06-22T19:21:39.830Z Compiling memmap v0.7.0
5282026-06-22T19:21:39.901Z Compiling serde_spanned v0.6.9
5292026-06-22T19:21:39.978Z Compiling toml_datetime v0.6.11
5302026-06-22T19:21:40.014Z Compiling icu_properties v2.1.2
5312026-06-22T19:21:40.037Z Compiling icu_normalizer v2.1.1
5322026-06-22T19:21:40.052Z Compiling dof v0.3.0
5332026-06-22T19:21:40.078Z Compiling serde_tokenstream v0.2.3
5342026-06-22T19:21:40.237Z Compiling toml_edit v0.22.27
5352026-06-22T19:21:40.440Z Compiling serde-value v0.7.0
5362026-06-22T19:21:40.506Z Compiling cargo-platform v0.2.0
5372026-06-22T19:21:40.585Z Compiling smawk v0.3.2
5382026-06-22T19:21:40.728Z Compiling unicode-width v0.2.0
5392026-06-22T19:21:40.785Z Compiling unicode-linebreak v0.1.5
5402026-06-22T19:21:40.799Z Compiling tabled v0.15.0
5412026-06-22T19:21:40.949Z Compiling idna_adapter v1.2.1
5422026-06-22T19:21:41.006Z Compiling usdt-macro v0.5.0
5432026-06-22T19:21:41.039Z Compiling usdt-attr-macro v0.5.0
5442026-06-22T19:21:41.107Z Compiling idna v1.1.0
5452026-06-22T19:21:41.124Z Compiling textwrap v0.16.2
5462026-06-22T19:21:41.307Z Compiling clap v4.6.1
5472026-06-22T19:21:41.393Z Compiling url v2.5.8
5482026-06-22T19:21:41.635Z Compiling toml v0.8.23
5492026-06-22T19:21:41.720Z Compiling macaddr v1.0.1
5502026-06-22T19:21:42.123Z Compiling cargo-util-schemas v0.8.2
5512026-06-22T19:21:42.140Z Compiling cargo_toml v0.21.0
5522026-06-22T19:21:42.253Z Compiling camino-tempfile v1.4.1
5532026-06-22T19:21:42.283Z Compiling usdt v0.5.0
5542026-06-22T19:21:42.529Z Compiling swrite v0.1.0
5552026-06-22T19:21:42.598Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-06-22T19:21:43.097Z Compiling cargo_metadata v0.21.0
5572026-06-22T19:21:44.042Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-06-22T19:21:46.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.62s
5592026-06-22T19:21:46.340Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5602026-06-22T19:21:46.837Z Downloading crates ...
5612026-06-22T19:21:46.932Z Downloaded async-stream v0.3.6
5622026-06-22T19:21:46.937Z Downloaded adler2 v2.0.1
5632026-06-22T19:21:46.944Z Downloaded argon2 v0.5.3
5642026-06-22T19:21:46.944Z Downloaded atomic-waker v1.1.2
5652026-06-22T19:21:46.949Z Downloaded atomicwrites v0.4.4
5662026-06-22T19:21:46.949Z Downloaded bb8 v0.8.6
5672026-06-22T19:21:46.954Z Downloaded async-stream-impl v0.3.6
5682026-06-22T19:21:46.954Z Downloaded assert_matches v1.5.0
5692026-06-22T19:21:46.959Z Downloaded ascii-canvas v3.0.0
5702026-06-22T19:21:46.959Z Downloaded dunce v1.0.5
5712026-06-22T19:21:46.959Z Downloaded arrayvec v0.7.6
5722026-06-22T19:21:46.959Z Downloaded crucible-workspace-hack v0.1.0
5732026-06-22T19:21:46.959Z Downloaded async-trait v0.1.89
5742026-06-22T19:21:46.963Z Downloaded compression-codecs v0.4.37
5752026-06-22T19:21:46.964Z Downloaded curve25519-dalek-derive v0.1.1
5762026-06-22T19:21:46.964Z Downloaded cstr-argument v0.1.2
5772026-06-22T19:21:46.973Z Downloaded constant_time_eq v0.4.2
5782026-06-22T19:21:46.973Z Downloaded console v0.16.2
5792026-06-22T19:21:46.973Z Downloaded colored v3.1.1
5802026-06-22T19:21:46.973Z Downloaded bytes v1.11.1
5812026-06-22T19:21:46.978Z Downloaded darling_macro v0.23.0
5822026-06-22T19:21:46.978Z Downloaded bitfield-macros v0.19.4
5832026-06-22T19:21:46.978Z Downloaded embedded-io v0.4.0
5842026-06-22T19:21:46.978Z Downloaded chacha20 v0.10.0
5852026-06-22T19:21:46.978Z Downloaded anstyle-parse v0.2.7
5862026-06-22T19:21:46.978Z Downloaded darling_macro v0.13.4
5872026-06-22T19:21:46.978Z Downloaded crunchy v0.2.4
5882026-06-22T19:21:46.978Z Downloaded anstream v0.6.21
5892026-06-22T19:21:46.985Z Downloaded camino-tempfile-ext v0.3.3
5902026-06-22T19:21:46.985Z Downloaded fd-lock v4.0.4
5912026-06-22T19:21:46.997Z Downloaded ed25519 v2.2.3
5922026-06-22T19:21:46.997Z Downloaded bit-vec v0.8.0
5932026-06-22T19:21:46.997Z Downloaded backon v1.6.0
5942026-06-22T19:21:47.007Z Downloaded daft-derive v0.1.7
5952026-06-22T19:21:47.007Z Downloaded diesel-dtrace v0.5.0
5962026-06-22T19:21:47.007Z Downloaded ctr v0.9.2
5972026-06-22T19:21:47.007Z Downloaded daft v0.1.7
5982026-06-22T19:21:47.007Z Downloaded bcrypt-pbkdf v0.10.0
5992026-06-22T19:21:47.007Z Downloaded csv-core v0.1.13
6002026-06-22T19:21:47.007Z Downloaded base16ct v0.2.0
6012026-06-22T19:21:47.007Z Downloaded critical-section v1.2.0
6022026-06-22T19:21:47.007Z Downloaded find-msvc-tools v0.1.9
6032026-06-22T19:21:47.012Z Downloaded fallible-iterator v0.2.0
6042026-06-22T19:21:47.012Z Downloaded embedded-io v0.6.1
6052026-06-22T19:21:47.012Z Downloaded dirs-next v2.0.0
6062026-06-22T19:21:47.012Z Downloaded debug-ignore v1.0.5
6072026-06-22T19:21:47.012Z Downloaded deranged v0.5.8
6082026-06-22T19:21:47.013Z Downloaded ciborium-ll v0.2.2
6092026-06-22T19:21:47.013Z Downloaded cfg_aliases v0.1.1
6102026-06-22T19:21:47.013Z Downloaded cargo-platform v0.3.2
6112026-06-22T19:21:47.013Z Downloaded bit-set v0.5.3
6122026-06-22T19:21:47.018Z Downloaded crc-any v2.5.0
6132026-06-22T19:21:47.026Z Downloaded defmt v0.3.100
6142026-06-22T19:21:47.031Z Downloaded ciborium-io v0.2.2
6152026-06-22T19:21:47.031Z Downloaded darling v0.21.3
6162026-06-22T19:21:47.031Z Downloaded cobs v0.3.0
6172026-06-22T19:21:47.031Z Downloaded atty v0.2.14
6182026-06-22T19:21:47.031Z Downloaded array-init v0.0.4
6192026-06-22T19:21:47.031Z Downloaded dtrace-parser v0.3.0
6202026-06-22T19:21:47.031Z Downloaded dof v0.4.0
6212026-06-22T19:21:47.036Z Downloaded crc v3.4.0
6222026-06-22T19:21:47.036Z Downloaded arrayref v0.3.9
6232026-06-22T19:21:47.036Z Downloaded aead v0.5.2
6242026-06-22T19:21:47.036Z Downloaded foreign-types-shared v0.3.1
6252026-06-22T19:21:47.036Z Downloaded enum-as-inner v0.6.1
6262026-06-22T19:21:47.036Z Downloaded diesel_table_macro_syntax v0.3.0
6272026-06-22T19:21:47.045Z Downloaded futures-io v0.3.32
6282026-06-22T19:21:47.049Z Downloaded foreign-types v0.3.2
6292026-06-22T19:21:47.049Z Downloaded bit-set v0.8.0
6302026-06-22T19:21:47.049Z Downloaded cpufeatures v0.3.0
6312026-06-22T19:21:47.049Z Downloaded castaway v0.2.4
6322026-06-22T19:21:47.049Z Downloaded futures-core v0.3.32
6332026-06-22T19:21:47.049Z Downloaded derive_builder_macro v0.20.2
6342026-06-22T19:21:47.049Z Downloaded convert_case v0.4.0
6352026-06-22T19:21:47.055Z Downloaded cbc v0.1.2
6362026-06-22T19:21:47.055Z Downloaded bitflags v1.3.2
6372026-06-22T19:21:47.059Z Downloaded crc-catalog v2.4.0
6382026-06-22T19:21:47.059Z Downloaded display-error-chain v0.2.2
6392026-06-22T19:21:47.064Z Downloaded ghash v0.5.1
6402026-06-22T19:21:47.064Z Downloaded foreign-types v0.5.0
6412026-06-22T19:21:47.064Z Downloaded gethostname v0.5.0
6422026-06-22T19:21:47.064Z Downloaded fxhash v0.2.1
6432026-06-22T19:21:47.068Z Downloaded defmt-parser v1.0.0
6442026-06-22T19:21:47.068Z Downloaded darling_macro v0.20.11
6452026-06-22T19:21:47.068Z Downloaded float-ord v0.3.2
6462026-06-22T19:21:47.068Z Downloaded document-features v0.2.12
6472026-06-22T19:21:47.073Z Downloaded darling_macro v0.21.3
6482026-06-22T19:21:47.073Z Downloaded block-padding v0.3.3
6492026-06-22T19:21:47.077Z Downloaded buf-list v1.1.2
6502026-06-22T19:21:47.077Z Downloaded bcs v0.1.6
6512026-06-22T19:21:47.077Z Downloaded flagset v0.4.7
6522026-06-22T19:21:47.077Z Downloaded either v1.15.0
6532026-06-22T19:21:47.082Z Downloaded cmake v0.1.57
6542026-06-22T19:21:47.082Z Downloaded dsl_auto_type v0.2.0
6552026-06-22T19:21:47.082Z Downloaded drift v0.2.0
6562026-06-22T19:21:47.088Z Downloaded env_filter v1.0.0
6572026-06-22T19:21:47.088Z Downloaded endian-type v0.1.2
6582026-06-22T19:21:47.095Z Downloaded cassowary v0.3.0
6592026-06-22T19:21:47.095Z Downloaded float-cmp v0.10.0
6602026-06-22T19:21:47.095Z Downloaded fixedbitset v0.4.2
6612026-06-22T19:21:47.095Z Downloaded crc8 v0.1.1
6622026-06-22T19:21:47.095Z Downloaded futures-macro v0.3.32
6632026-06-22T19:21:47.095Z Downloaded futures-sink v0.3.32
6642026-06-22T19:21:47.095Z Downloaded funty v2.0.0
6652026-06-22T19:21:47.095Z Downloaded dyn-clone v1.0.20
6662026-06-22T19:21:47.101Z Downloaded bitfield v0.19.4
6672026-06-22T19:21:47.101Z Downloaded convert_case v0.10.0
6682026-06-22T19:21:47.101Z Downloaded const_format_proc_macros v0.2.34
6692026-06-22T19:21:47.101Z Downloaded downcast-rs v2.0.2
6702026-06-22T19:21:47.101Z Downloaded git-stub v1.0.0
6712026-06-22T19:21:47.101Z Downloaded dropshot-api-manager-types v0.7.2
6722026-06-22T19:21:47.105Z Downloaded difflib v0.4.0
6732026-06-22T19:21:47.105Z Downloaded blowfish v0.9.1
6742026-06-22T19:21:47.105Z Downloaded base64ct v1.8.3
6752026-06-22T19:21:47.105Z Downloaded globwalk v0.9.1
6762026-06-22T19:21:47.106Z Downloaded hex-literal v0.4.1
6772026-06-22T19:21:47.106Z Downloaded futures-executor v0.3.32
6782026-06-22T19:21:47.106Z Downloaded env_logger v0.11.9
6792026-06-22T19:21:47.110Z Downloaded hash32 v0.3.1
6802026-06-22T19:21:47.110Z Downloaded ecdsa v0.16.9
6812026-06-22T19:21:47.110Z Downloaded fs_extra v1.3.0
6822026-06-22T19:21:47.110Z Downloaded foldhash v0.2.0
6832026-06-22T19:21:47.116Z Downloaded hash32 v0.2.1
6842026-06-22T19:21:47.116Z Downloaded hex v0.4.3
6852026-06-22T19:21:47.116Z Downloaded headers-core v0.3.0
6862026-06-22T19:21:47.116Z Downloaded crc32fast v1.5.0
6872026-06-22T19:21:47.120Z Downloaded crossbeam-deque v0.8.6
6882026-06-22T19:21:47.120Z Downloaded console v0.15.11
6892026-06-22T19:21:47.120Z Downloaded cexpr v0.6.0
6902026-06-22T19:21:47.120Z Downloaded group v0.13.0
6912026-06-22T19:21:47.120Z Downloaded derive_builder_core v0.20.2
6922026-06-22T19:21:47.130Z Downloaded blake2 v0.10.6
6932026-06-22T19:21:47.130Z Downloaded byte-wrapper v0.1.0
6942026-06-22T19:21:47.130Z Downloaded const-oid v0.9.6
6952026-06-22T19:21:47.138Z Downloaded colored v2.2.0
6962026-06-22T19:21:47.138Z Downloaded cipher v0.4.4
6972026-06-22T19:21:47.138Z Downloaded ciborium v0.2.2
6982026-06-22T19:21:47.138Z Downloaded filetime v0.2.27
6992026-06-22T19:21:47.139Z Downloaded ena v0.14.4
7002026-06-22T19:21:47.139Z Downloaded http-body v1.0.1
7012026-06-22T19:21:47.139Z Downloaded darling v0.13.4
7022026-06-22T19:21:47.139Z Downloaded cancel-safe-futures v0.1.5
7032026-06-22T19:21:47.147Z Downloaded bzip2 v0.6.1
7042026-06-22T19:21:47.147Z Downloaded base64 v0.21.7
7052026-06-22T19:21:47.147Z Downloaded bit-vec v0.6.3
7062026-06-22T19:21:47.147Z Downloaded indent_write v2.2.0
7072026-06-22T19:21:47.147Z Downloaded getrandom v0.2.17
7082026-06-22T19:21:47.147Z Downloaded hostname v0.3.1
7092026-06-22T19:21:47.158Z Downloaded httpdate v1.0.3
7102026-06-22T19:21:47.158Z Downloaded http-range v0.1.5
7112026-06-22T19:21:47.158Z Downloaded foreign-types-shared v0.1.1
7122026-06-22T19:21:47.158Z Downloaded fixedbitset v0.5.7
7132026-06-22T19:21:47.158Z Downloaded hubpack_derive v0.1.1
7142026-06-22T19:21:47.158Z Downloaded crossbeam-channel v0.5.15
7152026-06-22T19:21:47.158Z Downloaded crypto-bigint v0.5.5
7162026-06-22T19:21:47.169Z Downloaded hubpack v0.1.2
7172026-06-22T19:21:47.169Z Downloaded der_derive v0.7.3
7182026-06-22T19:21:47.169Z Downloaded inout v0.1.4
7192026-06-22T19:21:47.169Z Downloaded illumos-nvpair-sys v0.2.0
7202026-06-22T19:21:47.169Z Downloaded aes v0.8.4
7212026-06-22T19:21:47.169Z Downloaded backoff v0.4.0
7222026-06-22T19:21:47.169Z Downloaded globset v0.4.18
7232026-06-22T19:21:47.169Z Downloaded allocator-api2 v0.2.21
7242026-06-22T19:21:47.175Z Downloaded illumos-nvpair v0.3.0
7252026-06-22T19:21:47.175Z Downloaded data-encoding v2.10.0
7262026-06-22T19:21:47.175Z Downloaded indoc v1.0.9
7272026-06-22T19:21:47.175Z Downloaded hostname v0.4.2
7282026-06-22T19:21:47.175Z Downloaded ff v0.13.1
7292026-06-22T19:21:47.175Z Downloaded is_ci v1.2.0
7302026-06-22T19:21:47.175Z Downloaded is-terminal v0.4.17
7312026-06-22T19:21:47.175Z Downloaded getrandom v0.3.4
7322026-06-22T19:21:47.175Z Downloaded internet-checksum v0.2.1
7332026-06-22T19:21:47.175Z Downloaded git-stub-vcs v0.1.0
7342026-06-22T19:21:47.180Z Downloaded erased-serde v0.3.31
7352026-06-22T19:21:47.180Z Downloaded chacha20poly1305 v0.10.1
7362026-06-22T19:21:47.180Z Downloaded bitfield-struct v0.6.2
7372026-06-22T19:21:47.180Z Downloaded crossbeam-utils v0.8.21
7382026-06-22T19:21:47.180Z Downloaded compact_str v0.8.1
7392026-06-22T19:21:47.185Z Downloaded derive_builder v0.20.2
7402026-06-22T19:21:47.185Z Downloaded lru-slab v0.1.2
7412026-06-22T19:21:47.191Z Downloaded des v0.8.1
7422026-06-22T19:21:47.191Z Downloaded compression-core v0.4.31
7432026-06-22T19:21:47.191Z Downloaded diff v0.1.13
7442026-06-22T19:21:47.191Z Downloaded defmt-macros v1.0.1
7452026-06-22T19:21:47.203Z Downloaded darling_core v0.21.3
7462026-06-22T19:21:47.203Z Downloaded cfg_aliases v0.2.1
7472026-06-22T19:21:47.203Z Downloaded ahash v0.8.12
7482026-06-22T19:21:47.203Z Downloaded lazy_static v1.5.0
7492026-06-22T19:21:47.210Z Downloaded lalrpop-util v0.19.12
7502026-06-22T19:21:47.210Z Downloaded impl-trait-for-tuples v0.2.3
7512026-06-22T19:21:47.211Z Downloaded async-bb8-diesel v0.2.1
7522026-06-22T19:21:47.211Z Downloaded dirs-sys-next v0.1.2
7532026-06-22T19:21:47.211Z Downloaded derive-where v1.6.0
7542026-06-22T19:21:47.211Z Downloaded derive-ex v0.1.8
7552026-06-22T19:21:47.211Z Downloaded ingot-types v0.1.2
7562026-06-22T19:21:47.211Z Downloaded defmt v1.0.1
7572026-06-22T19:21:47.220Z Downloaded libscf-sys v1.1.0
7582026-06-22T19:21:47.220Z Downloaded linked-hash-map v0.5.6
7592026-06-22T19:21:47.220Z Downloaded futures-task v0.3.32
7602026-06-22T19:21:47.220Z Downloaded new_debug_unreachable v1.0.6
7612026-06-22T19:21:47.220Z Downloaded base64 v0.22.1
7622026-06-22T19:21:47.220Z Downloaded crossbeam-epoch v0.9.18
7632026-06-22T19:21:47.227Z Downloaded keccak v0.1.6
7642026-06-22T19:21:47.227Z Downloaded darling v0.20.11
7652026-06-22T19:21:47.227Z Downloaded hyper-tls v0.6.0
7662026-06-22T19:21:47.227Z Downloaded home v0.5.12
7672026-06-22T19:21:47.227Z Downloaded hyper-rustls v0.27.7
7682026-06-22T19:21:47.227Z Downloaded futures v0.3.32
7692026-06-22T19:21:47.232Z Downloaded mime v0.3.17
7702026-06-22T19:21:47.232Z Downloaded arc-swap v1.8.2
7712026-06-22T19:21:47.232Z Downloaded darling_core v0.13.4
7722026-06-22T19:21:47.232Z Downloaded multimap v0.10.1
7732026-06-22T19:21:47.232Z Downloaded foreign-types-macros v0.2.3
7742026-06-22T19:21:47.242Z Downloaded derive_more v0.99.20
7752026-06-22T19:21:47.242Z Downloaded instability v0.3.11
7762026-06-22T19:21:47.242Z Downloaded cc v1.2.56
7772026-06-22T19:21:47.259Z Downloaded nibble_vec v0.1.0
7782026-06-22T19:21:47.259Z Downloaded ingot v0.1.1
7792026-06-22T19:21:47.259Z Downloaded nonempty v0.12.0
7802026-06-22T19:21:47.259Z Downloaded indoc v2.0.7
7812026-06-22T19:21:47.259Z Downloaded md5 v0.7.0
7822026-06-22T19:21:47.259Z Downloaded newtype-uuid-macros v0.1.0
7832026-06-22T19:21:47.260Z Downloaded newline-converter v0.3.0
7842026-06-22T19:21:47.260Z Downloaded match_cfg v0.1.0
7852026-06-22T19:21:47.260Z Downloaded md-5 v0.10.6
7862026-06-22T19:21:47.260Z Downloaded maplit v1.0.2
7872026-06-22T19:21:47.260Z Downloaded half v1.8.3
7882026-06-22T19:21:47.308Z Downloaded kstat-rs v0.2.4
7892026-06-22T19:21:47.308Z Downloaded corncobs v0.1.4
7902026-06-22T19:21:47.308Z Downloaded chacha20 v0.9.1
7912026-06-22T19:21:47.308Z Downloaded cargo_metadata v0.23.1
7922026-06-22T19:21:47.308Z Downloaded newtype_derive v0.1.6
7932026-06-22T19:21:47.308Z Downloaded lru v0.12.5
7942026-06-22T19:21:47.308Z Downloaded managed v0.8.0
7952026-06-22T19:21:47.308Z Downloaded ar_archive_writer v0.5.1
7962026-06-22T19:21:47.308Z Downloaded ident_case v1.0.1
7972026-06-22T19:21:47.308Z Downloaded fatfs v0.3.6
7982026-06-22T19:21:47.308Z Downloaded num-iter v0.1.45
7992026-06-22T19:21:47.308Z Downloaded memoffset v0.9.1
8002026-06-22T19:21:47.316Z Downloaded lru-cache v0.1.2
8012026-06-22T19:21:47.316Z Downloaded instant v0.1.13
8022026-06-22T19:21:47.316Z Downloaded ipnet v2.11.0
8032026-06-22T19:21:47.316Z Downloaded nodrop v0.1.14
8042026-06-22T19:21:47.316Z Downloaded ipnetwork v0.21.1
8052026-06-22T19:21:47.316Z Downloaded maybe-uninit v2.0.0
8062026-06-22T19:21:47.316Z Downloaded const_format v0.2.35
8072026-06-22T19:21:47.316Z Downloaded foldhash v0.1.5
8082026-06-22T19:21:47.316Z Downloaded normalize-line-endings v0.3.0
8092026-06-22T19:21:47.316Z Downloaded num-conv v0.2.0
8102026-06-22T19:21:47.316Z Downloaded num v0.4.3
8112026-06-22T19:21:47.316Z Downloaded num-derive v0.3.3
8122026-06-22T19:21:47.316Z Downloaded async-recursion v1.1.1
8132026-06-22T19:21:47.316Z Downloaded num_threads v0.1.7
8142026-06-22T19:21:47.316Z Downloaded http-body-util v0.1.3
8152026-06-22T19:21:47.316Z Downloaded highway v1.3.0
8162026-06-22T19:21:47.316Z Downloaded linear-map v1.2.0
8172026-06-22T19:21:47.316Z Downloaded libloading v0.8.9
8182026-06-22T19:21:47.316Z Downloaded openssl-probe v0.2.1
8192026-06-22T19:21:47.316Z Downloaded clang-sys v1.8.1
8202026-06-22T19:21:47.316Z Downloaded libefi-sys v0.1.0
8212026-06-22T19:21:47.316Z Downloaded iana-time-zone v0.1.65
8222026-06-22T19:21:47.316Z Downloaded openssl-probe v0.1.6
8232026-06-22T19:21:47.316Z Downloaded openssl-macros v0.1.1
8242026-06-22T19:21:47.316Z Downloaded olpc-cjson v0.1.4
8252026-06-22T19:21:47.316Z Downloaded num_enum_derive v0.5.11
8262026-06-22T19:21:47.316Z Downloaded lzss v0.8.2
8272026-06-22T19:21:47.316Z Downloaded darling_core v0.20.11
8282026-06-22T19:21:47.316Z Downloaded futures-channel v0.3.32
8292026-06-22T19:21:47.316Z Downloaded dropshot_endpoint v0.17.0
8302026-06-22T19:21:47.325Z Downloaded packed_struct_codegen v0.10.1
8312026-06-22T19:21:47.325Z Downloaded newtype-uuid v1.3.2
8322026-06-22T19:21:47.325Z Downloaded oso-derive v0.27.3
8332026-06-22T19:21:47.325Z Downloaded ingot-macros v0.1.1
8342026-06-22T19:21:47.325Z Downloaded lock_api v0.4.14
8352026-06-22T19:21:47.325Z Downloaded cookie_store v0.22.1
8362026-06-22T19:21:47.331Z Downloaded libsw-core v0.3.2
8372026-06-22T19:21:47.331Z Downloaded humantime v2.3.0
8382026-06-22T19:21:47.331Z Downloaded half v2.7.1
8392026-06-22T19:21:47.331Z Downloaded bzip2 v0.4.4
8402026-06-22T19:21:47.331Z Downloaded cookie v0.18.1
8412026-06-22T19:21:47.331Z Downloaded native-tls v0.2.18
8422026-06-22T19:21:47.338Z Downloaded nanorand v0.7.0
8432026-06-22T19:21:47.338Z Downloaded hyper-staticfile v0.10.1
8442026-06-22T19:21:47.338Z Downloaded num_enum v0.7.6
8452026-06-22T19:21:47.345Z Downloaded fs-err v2.11.0
8462026-06-22T19:21:47.345Z Downloaded pbkdf2 v0.11.0
8472026-06-22T19:21:47.345Z Downloaded path-slash v0.1.5
8482026-06-22T19:21:47.345Z Downloaded parse-size v1.1.0
8492026-06-22T19:21:47.346Z Downloaded num-integer v0.1.46
8502026-06-22T19:21:47.346Z Downloaded darling_core v0.23.0
8512026-06-22T19:21:47.351Z Downloaded phf_shared v0.12.1
8522026-06-22T19:21:47.351Z Downloaded aes-gcm v0.10.3
8532026-06-22T19:21:47.351Z Downloaded phf_shared v0.11.3
8542026-06-22T19:21:47.351Z Downloaded parse-display v0.10.0
8552026-06-22T19:21:47.351Z Downloaded darling v0.23.0
8562026-06-22T19:21:47.355Z Downloaded httparse v1.10.1
8572026-06-22T19:21:47.355Z Downloaded elliptic-curve v0.13.8
8582026-06-22T19:21:47.355Z Downloaded nu-ansi-term v0.50.3
8592026-06-22T19:21:47.360Z Downloaded jobserver v0.1.34
8602026-06-22T19:21:47.360Z Downloaded num-derive v0.4.2
8612026-06-22T19:21:47.364Z Downloaded num-complex v0.4.6
8622026-06-22T19:21:47.364Z Downloaded libsw v3.5.0
8632026-06-22T19:21:47.369Z Downloaded peg-runtime v0.8.5
8642026-06-22T19:21:47.369Z Downloaded phf_shared v0.13.1
8652026-06-22T19:21:47.369Z Downloaded pbkdf2 v0.12.2
8662026-06-22T19:21:47.369Z Downloaded num-rational v0.4.2
8672026-06-22T19:21:47.373Z Downloaded pin-utils v0.1.0
8682026-06-22T19:21:47.373Z Downloaded bumpalo v3.20.2
8692026-06-22T19:21:47.373Z Downloaded num_enum_derive v0.7.6
8702026-06-22T19:21:47.375Z Downloaded opaque-debug v0.3.1
8712026-06-22T19:21:47.379Z Downloaded powerfmt v0.2.0
8722026-06-22T19:21:47.388Z Downloaded owo-colors v4.3.0
8732026-06-22T19:21:47.392Z Downloaded ignore v0.4.25
8742026-06-22T19:21:47.392Z Downloaded precomputed-hash v0.1.1
8752026-06-22T19:21:47.399Z Downloaded packed_struct v0.10.1
8762026-06-22T19:21:47.399Z Downloaded predicates-core v1.0.10
8772026-06-22T19:21:47.400Z Downloaded oxnet v0.1.6
8782026-06-22T19:21:47.404Z Downloaded parse-display-derive v0.10.0
8792026-06-22T19:21:47.404Z Downloaded proc-macro-crate v3.4.0
8802026-06-22T19:21:47.404Z Downloaded predicates-tree v1.0.13
8812026-06-22T19:21:47.404Z Downloaded hmac v0.12.1
8822026-06-22T19:21:47.414Z Downloaded proc-macro-error-attr2 v2.0.0
8832026-06-22T19:21:47.419Z Downloaded heapless v0.7.17
8842026-06-22T19:21:47.419Z Downloaded quick-error v1.2.3
8852026-06-22T19:21:47.419Z Downloaded der v0.7.10
8862026-06-22T19:21:47.422Z Downloaded proc-macro-crate v1.3.1
8872026-06-22T19:21:47.422Z Downloaded pem v3.0.6
8882026-06-22T19:21:47.427Z Downloaded peg v0.8.5
8892026-06-22T19:21:47.427Z Downloaded progenitor-client v0.14.0
8902026-06-22T19:21:47.427Z Downloaded password-hash v0.5.0
8912026-06-22T19:21:47.427Z Downloaded pem-rfc7468 v0.7.0
8922026-06-22T19:21:47.431Z Downloaded paste v1.0.15
8932026-06-22T19:21:47.431Z Downloaded psl-types v2.0.11
8942026-06-22T19:21:47.431Z Downloaded progenitor-macro v0.14.0
8952026-06-22T19:21:47.435Z Downloaded progenitor-macro v0.13.0
8962026-06-22T19:21:47.435Z Downloaded radium v0.7.0
8972026-06-22T19:21:47.435Z Downloaded password-hash v0.4.2
8982026-06-22T19:21:47.435Z Downloaded parking_lot_core v0.8.6
8992026-06-22T19:21:47.442Z Downloaded num_enum v0.5.11
9002026-06-22T19:21:47.442Z Downloaded pkcs8 v0.10.2
9012026-06-22T19:21:47.447Z Downloaded rand_chacha v0.3.1
9022026-06-22T19:21:47.447Z Downloaded omicron-zone-package v0.12.2
9032026-06-22T19:21:47.447Z Downloaded pkg-config v0.3.32
9042026-06-22T19:21:47.447Z Downloaded polyval v0.6.2
9052026-06-22T19:21:47.447Z Downloaded pin-project-lite v0.2.17
9062026-06-22T19:21:47.452Z Downloaded litrs v1.0.0
9072026-06-22T19:21:47.452Z Downloaded crossterm v0.28.1
9082026-06-22T19:21:47.458Z Downloaded rand_xorshift v0.4.0
9092026-06-22T19:21:47.458Z Downloaded postgres-protocol v0.6.10
9102026-06-22T19:21:47.458Z Downloaded crossterm v0.29.0
9112026-06-22T19:21:47.462Z Downloaded ppv-lite86 v0.2.21
9122026-06-22T19:21:47.462Z Downloaded indexmap v1.9.3
9132026-06-22T19:21:47.462Z Downloaded parking_lot v0.12.5
9142026-06-22T19:21:47.466Z Downloaded oxide-tokio-rt v0.1.4
9152026-06-22T19:21:47.466Z Downloaded flate2 v1.1.9
9162026-06-22T19:21:47.471Z Downloaded mime_guess v2.0.5
9172026-06-22T19:21:47.471Z Downloaded recursive v0.1.1
9182026-06-22T19:21:47.471Z Downloaded progenitor-client v0.13.0
9192026-06-22T19:21:47.471Z Downloaded ref-cast-impl v1.0.25
9202026-06-22T19:21:47.475Z Downloaded recursive-proc-macro-impl v0.1.1
9212026-06-22T19:21:47.475Z Downloaded primeorder v0.13.6
9222026-06-22T19:21:47.475Z Downloaded predicates v3.1.4
9232026-06-22T19:21:47.475Z Downloaded libbz2-rs-sys v0.2.2
9242026-06-22T19:21:47.479Z Downloaded rfc6979 v0.4.0
9252026-06-22T19:21:47.479Z Downloaded ed25519-dalek v2.2.0
9262026-06-22T19:21:47.479Z Downloaded flume v0.11.1
9272026-06-22T19:21:47.492Z Downloaded derive_more-impl v2.1.1
9282026-06-22T19:21:47.492Z Downloaded hickory-resolver v0.25.2
9292026-06-22T19:21:47.504Z Downloaded progenitor v0.13.0
9302026-06-22T19:21:47.504Z Downloaded progenitor-extras v0.2.0
9312026-06-22T19:21:47.504Z Downloaded proc-macro-error2 v2.0.1
9322026-06-22T19:21:47.504Z Downloaded phf v0.12.1
9332026-06-22T19:21:47.504Z Downloaded rtoolbox v0.0.3
9342026-06-22T19:21:47.504Z Downloaded rustc-hash v2.1.1
9352026-06-22T19:21:47.504Z Downloaded r2d2 v0.8.10
9362026-06-22T19:21:47.504Z Downloaded psm v0.1.30
9372026-06-22T19:21:47.504Z Downloaded peg-macros v0.8.5
9382026-06-22T19:21:47.504Z Downloaded parking_lot v0.11.2
9392026-06-22T19:21:47.504Z Downloaded headers v0.4.1
9402026-06-22T19:21:47.518Z Downloaded async-compression v0.4.41
9412026-06-22T19:21:47.518Z Downloaded glob v0.3.3
9422026-06-22T19:21:47.518Z Downloaded rustc_version v0.1.7
9432026-06-22T19:21:47.518Z Downloaded pin-project-internal v1.1.11
9442026-06-22T19:21:47.518Z Downloaded russh-cryptovec v0.7.3
9452026-06-22T19:21:47.518Z Downloaded expectorate v1.2.0
9462026-06-22T19:21:47.523Z Downloaded multer v3.1.0
9472026-06-22T19:21:47.523Z Downloaded memmap2 v0.9.10
9482026-06-22T19:21:47.523Z Downloaded heapless v0.8.0
9492026-06-22T19:21:47.530Z Downloaded rustc_version v0.4.1
9502026-06-22T19:21:47.530Z Downloaded rand_seeder v0.4.0
9512026-06-22T19:21:47.530Z Downloaded same-file v1.0.6
9522026-06-22T19:21:47.530Z Downloaded rand_core v0.9.5
9532026-06-22T19:21:47.534Z Downloaded rand_core v0.6.4
9542026-06-22T19:21:47.535Z Downloaded salsa20 v0.10.2
9552026-06-22T19:21:47.535Z Downloaded rand_core v0.10.0
9562026-06-22T19:21:47.535Z Downloaded postgres-types v0.2.12
9572026-06-22T19:21:47.543Z Downloaded parking_lot_core v0.9.12
9582026-06-22T19:21:47.543Z Downloaded miniz_oxide v0.8.9
9592026-06-22T19:21:47.543Z Downloaded ref-cast v1.0.25
9602026-06-22T19:21:47.548Z Downloaded p256 v0.13.2
9612026-06-22T19:21:47.548Z Downloaded resolv-conf v0.7.6
9622026-06-22T19:21:47.548Z Downloaded sapling-renderdag v0.1.0
9632026-06-22T19:21:47.548Z Downloaded scrypt v0.11.0
9642026-06-22T19:21:47.548Z Downloaded scopeguard v1.2.0
9652026-06-22T19:21:47.548Z Downloaded scheduled-thread-pool v0.2.7
9662026-06-22T19:21:47.557Z Downloaded oso v0.27.3
9672026-06-22T19:21:47.557Z Downloaded scroll_derive v0.13.1
9682026-06-22T19:21:47.557Z Downloaded indicatif v0.18.4
9692026-06-22T19:21:47.563Z Downloaded semver v0.1.20
9702026-06-22T19:21:47.563Z Downloaded progenitor v0.14.0
9712026-06-22T19:21:47.563Z Downloaded postcard v1.1.3
9722026-06-22T19:21:47.563Z Downloaded poly1305 v0.8.0
9732026-06-22T19:21:47.563Z Downloaded secrecy v0.10.3
9742026-06-22T19:21:47.563Z Downloaded serde-big-array v0.5.1
9752026-06-22T19:21:47.567Z Downloaded seq-macro v0.3.6
9762026-06-22T19:21:47.568Z Downloaded secrecy v0.8.0
9772026-06-22T19:21:47.568Z Downloaded diesel_derives v2.3.7
9782026-06-22T19:21:47.575Z Downloaded quinn-udp v0.5.14
9792026-06-22T19:21:47.575Z Downloaded serde_bytes v0.11.19
9802026-06-22T19:21:47.575Z Downloaded pkcs5 v0.7.1
9812026-06-22T19:21:47.580Z Downloaded pkcs1 v0.7.5
9822026-06-22T19:21:47.580Z Downloaded serde_plain v1.0.2
9832026-06-22T19:21:47.580Z Downloaded hickory-resolver v0.24.4
9842026-06-22T19:21:47.580Z Downloaded phf v0.13.1
9852026-06-22T19:21:47.585Z Downloaded derive_more v2.1.1
9862026-06-22T19:21:47.589Z Downloaded shell-words v1.1.1
9872026-06-22T19:21:47.589Z Downloaded sha1 v0.10.6
9882026-06-22T19:21:47.590Z Downloaded serde_urlencoded v0.7.1
9892026-06-22T19:21:47.594Z Downloaded serde_spanned v1.0.4
9902026-06-22T19:21:47.594Z Downloaded signal-hook-mio v0.2.5
9912026-06-22T19:21:47.594Z Downloaded rustls-pemfile v1.0.4
9922026-06-22T19:21:47.604Z Downloaded rustls-pemfile v2.2.0
9932026-06-22T19:21:47.604Z Downloaded pin-project v1.1.11
9942026-06-22T19:21:47.609Z Downloaded signature v2.2.0
9952026-06-22T19:21:47.609Z Downloaded siphasher v1.0.2
9962026-06-22T19:21:47.609Z Downloaded rusty-fork v0.3.1
9972026-06-22T19:21:47.609Z Downloaded rustversion v1.0.22
9982026-06-22T19:21:47.614Z Downloaded rustls-native-certs v0.8.3
9992026-06-22T19:21:47.614Z Downloaded sigpipe v0.1.3
10002026-06-22T19:21:47.614Z Downloaded signal-hook-tokio v0.3.1
10012026-06-22T19:21:47.614Z Downloaded slog-bunyan v2.5.0
10022026-06-22T19:21:47.614Z Downloaded papergrid v0.17.0
10032026-06-22T19:21:47.621Z Downloaded rand_chacha v0.9.0
10042026-06-22T19:21:47.625Z Downloaded slog-envlogger v2.2.0
10052026-06-22T19:21:47.625Z Downloaded jiff-static v0.2.21
10062026-06-22T19:21:47.629Z Downloaded prefix-trie v0.7.0
10072026-06-22T19:21:47.635Z Downloaded sec1 v0.7.3
10082026-06-22T19:21:47.635Z Downloaded scroll v0.13.0
10092026-06-22T19:21:47.641Z Downloaded schemars_derive v0.8.22
10102026-06-22T19:21:47.641Z Downloaded progenitor-impl v0.14.0
10112026-06-22T19:21:47.641Z Downloaded minimal-lexical v0.2.1
10122026-06-22T19:21:47.641Z Downloaded serde_path_to_error v0.1.20
10132026-06-22T19:21:47.645Z Downloaded hashbrown v0.13.2
10142026-06-22T19:21:47.645Z Downloaded progenitor-impl v0.13.0
10152026-06-22T19:21:47.650Z Downloaded serde_derive_internals v0.29.1
10162026-06-22T19:21:47.650Z Downloaded serde-hex v0.1.0
10172026-06-22T19:21:47.654Z Downloaded serde_repr v0.1.20
10182026-06-22T19:21:47.658Z Downloaded ssh-encoding v0.2.0
10192026-06-22T19:21:47.658Z Downloaded hickory-server v0.25.2
10202026-06-22T19:21:47.659Z Downloaded hyper-util v0.1.20
10212026-06-22T19:21:47.663Z Downloaded shlex v1.3.0
10222026-06-22T19:21:47.663Z Downloaded russh-keys v0.45.0
10232026-06-22T19:21:47.670Z Downloaded ssh-cipher v0.2.0
10242026-06-22T19:21:47.670Z Downloaded sqlparser_derive v0.5.0
10252026-06-22T19:21:47.673Z Downloaded strsim v0.10.0
10262026-06-22T19:21:47.673Z Downloaded strum v0.26.3
10272026-06-22T19:21:47.673Z Downloaded strip-ansi-escapes v0.2.1
10282026-06-22T19:21:47.673Z Downloaded signal-hook-registry v1.4.8
10292026-06-22T19:21:47.673Z Downloaded strum v0.27.2
10302026-06-22T19:21:47.673Z Downloaded structmeta v0.3.0
10312026-06-22T19:21:47.673Z Downloaded serde_with_macros v1.5.2
10322026-06-22T19:21:47.680Z Downloaded subtle v2.6.1
10332026-06-22T19:21:47.690Z Downloaded simd-adler32 v0.3.8
10342026-06-22T19:21:47.699Z Downloaded rustls-pki-types v1.14.0
10352026-06-22T19:21:47.699Z Downloaded prettyplease v0.2.37
10362026-06-22T19:21:47.699Z Downloaded sync_wrapper v1.0.2
10372026-06-22T19:21:47.709Z Downloaded supports-color v3.0.2
10382026-06-22T19:21:47.709Z Downloaded sync-ptr v0.1.4
10392026-06-22T19:21:47.709Z Downloaded slog-scope v4.4.1
10402026-06-22T19:21:47.709Z Downloaded slog-json v2.6.1
10412026-06-22T19:21:47.709Z Downloaded slog-async v2.8.0
10422026-06-22T19:21:47.716Z Downloaded tap v1.0.1
10432026-06-22T19:21:47.716Z Downloaded tagptr v0.2.0
10442026-06-22T19:21:47.716Z Downloaded smallvec v0.6.14
10452026-06-22T19:21:47.722Z Downloaded slog-stdlog v4.1.1
10462026-06-22T19:21:47.722Z Downloaded slog-term v2.9.2
10472026-06-22T19:21:47.722Z Downloaded tabled_derive v0.11.0
10482026-06-22T19:21:47.722Z Downloaded sct v0.7.1
10492026-06-22T19:21:47.722Z Downloaded termtree v0.5.1
10502026-06-22T19:21:47.722Z Downloaded tabwriter v1.4.1
10512026-06-22T19:21:47.726Z Downloaded serde_with_macros v3.17.0
10522026-06-22T19:21:47.734Z Downloaded serde_cbor v0.11.2
10532026-06-22T19:21:47.738Z Downloaded take_mut v0.2.2
10542026-06-22T19:21:47.739Z Downloaded spki v0.7.3
10552026-06-22T19:21:47.739Z Downloaded mio v1.2.0
10562026-06-22T19:21:47.739Z Downloaded hashbrown v0.12.3
10572026-06-22T19:21:47.743Z Downloaded thread-id v5.1.0
10582026-06-22T19:21:47.743Z Downloaded time-core v0.1.8
10592026-06-22T19:21:47.743Z Downloaded bindgen v0.71.1
10602026-06-22T19:21:47.750Z Downloaded aho-corasick v1.1.4
10612026-06-22T19:21:47.754Z Downloaded testing_table v0.3.0
10622026-06-22T19:21:47.754Z Downloaded stringprep v0.1.5
10632026-06-22T19:21:47.754Z Downloaded stacker v0.1.23
10642026-06-22T19:21:47.754Z Downloaded structmeta-derive v0.3.0
10652026-06-22T19:21:47.754Z Downloaded string_cache v0.8.9
10662026-06-22T19:21:47.754Z Downloaded strum_macros v0.26.4
10672026-06-22T19:21:47.759Z Downloaded rayon-core v1.13.0
10682026-06-22T19:21:47.759Z Downloaded itertools v0.10.5
10692026-06-22T19:21:47.763Z Downloaded slab v0.4.12
10702026-06-22T19:21:47.764Z Downloaded ryu v1.0.23
10712026-06-22T19:21:47.772Z Downloaded pretty_assertions v1.4.1
10722026-06-22T19:21:47.772Z Downloaded rcgen v0.12.1
10732026-06-22T19:21:47.772Z Downloaded strum_macros v0.24.3
10742026-06-22T19:21:47.777Z Downloaded static_assertions v1.1.0
10752026-06-22T19:21:47.777Z Downloaded support-bundle-viewer v0.1.2
10762026-06-22T19:21:47.777Z Downloaded rustls-platform-verifier v0.6.2
10772026-06-22T19:21:47.777Z Downloaded slog-dtrace v0.3.0
10782026-06-22T19:21:47.777Z Downloaded openssl-sys v0.9.115
10792026-06-22T19:21:47.784Z Downloaded smf v0.2.3
10802026-06-22T19:21:47.784Z Downloaded num-bigint v0.4.6
10812026-06-22T19:21:47.784Z Downloaded snafu-derive v0.8.9
10822026-06-22T19:21:47.789Z Downloaded ron v0.8.1
10832026-06-22T19:21:47.789Z Downloaded thiserror-impl-no-std v2.0.2
10842026-06-22T19:21:47.789Z Downloaded tokio-macros v2.7.0
10852026-06-22T19:21:47.789Z Downloaded termios v0.3.3
10862026-06-22T19:21:47.789Z Downloaded schemars v0.8.22
10872026-06-22T19:21:47.826Z Downloaded tower-layer v0.3.3
10882026-06-22T19:21:47.834Z Downloaded quinn v0.11.9
10892026-06-22T19:21:47.834Z Downloaded hashbrown v0.16.1
10902026-06-22T19:21:47.834Z Downloaded libxml v0.3.3
10912026-06-22T19:21:47.834Z Downloaded nom v7.1.3
10922026-06-22T19:21:47.835Z Downloaded tinyvec_macros v0.1.1
10932026-06-22T19:21:47.835Z Downloaded try-lock v0.2.5
10942026-06-22T19:21:47.835Z Downloaded rand v0.8.6
10952026-06-22T19:21:47.835Z Downloaded sqlformat v0.3.5
10962026-06-22T19:21:47.835Z Downloaded hashbrown v0.15.5
10972026-06-22T19:21:47.835Z Downloaded dropshot-api-manager v0.7.2
10982026-06-22T19:21:47.835Z Downloaded trait-variant v0.1.2
10992026-06-22T19:21:47.835Z Downloaded tokio-dtrace v0.1.1
11002026-06-22T19:21:47.835Z Downloaded tiny-keccak v2.0.2
11012026-06-22T19:21:47.835Z Downloaded time-macros v0.2.27
11022026-06-22T19:21:47.835Z Downloaded thread_local v1.1.9
11032026-06-22T19:21:47.835Z Downloaded tower-service v0.3.3
11042026-06-22T19:21:47.835Z Downloaded topological-sort v0.2.2
11052026-06-22T19:21:47.835Z Downloaded signal-hook v0.3.18
11062026-06-22T19:21:47.835Z Downloaded thiserror-no-std v2.0.2
11072026-06-22T19:21:47.835Z Downloaded similar v2.7.0
11082026-06-22T19:21:47.840Z Downloaded tokio-tungstenite v0.23.1
11092026-06-22T19:21:47.840Z Downloaded qorb v0.4.1
11102026-06-22T19:21:47.840Z Downloaded typify-macro v0.6.2
11112026-06-22T19:21:47.840Z Downloaded strum_macros v0.27.2
11122026-06-22T19:21:47.840Z Downloaded unit-prefix v0.5.2
11132026-06-22T19:21:47.847Z Downloaded slog v2.8.2
11142026-06-22T19:21:47.847Z Downloaded usdt v0.6.0
11152026-06-22T19:21:47.847Z Downloaded usdt-attr-macro v0.6.0
11162026-06-22T19:21:47.847Z Downloaded tls_codec_derive v0.4.2
11172026-06-22T19:21:47.855Z Downloaded http v1.4.0
11182026-06-22T19:21:47.862Z Downloaded tokio-rustls v0.25.0
11192026-06-22T19:21:47.862Z Downloaded tls_codec v0.4.2
11202026-06-22T19:21:47.862Z Downloaded untrusted v0.9.0
11212026-06-22T19:21:47.862Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11222026-06-22T19:21:47.881Z Downloaded term v1.2.1
11232026-06-22T19:21:47.881Z Downloaded untrusted v0.7.1
11242026-06-22T19:21:47.881Z Downloaded iri-string v0.7.10
11252026-06-22T19:21:47.885Z Downloaded publicsuffix v2.3.0
11262026-06-22T19:21:47.886Z Downloaded universal-hash v0.5.1
11272026-06-22T19:21:47.886Z Downloaded rsa v0.9.10
11282026-06-22T19:21:47.886Z Downloaded socket2 v0.5.10
11292026-06-22T19:21:47.886Z Downloaded term v0.7.0
11302026-06-22T19:21:47.886Z Downloaded unicode-truncate v1.1.0
11312026-06-22T19:21:47.886Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-06-22T19:21:47.886Z Downloaded tokio-tungstenite v0.21.0
11332026-06-22T19:21:47.886Z Downloaded utf-8 v0.7.6
11342026-06-22T19:21:47.886Z Downloaded socket2 v0.6.3
11352026-06-22T19:21:47.886Z Downloaded itertools v0.13.0
11362026-06-22T19:21:47.893Z Downloaded toml_writer v1.0.6+spec-1.1.0
11372026-06-22T19:21:47.893Z Downloaded itertools v0.12.1
11382026-06-22T19:21:47.899Z Downloaded void v1.0.2
11392026-06-22T19:21:47.899Z Downloaded rand v0.9.2
11402026-06-22T19:21:47.899Z Downloaded spin v0.9.8
11412026-06-22T19:21:47.899Z Downloaded schemars v0.9.0
11422026-06-22T19:21:47.903Z Downloaded want v0.3.1
11432026-06-22T19:21:47.910Z Downloaded usdt-macro v0.6.0
11442026-06-22T19:21:47.910Z Downloaded unarray v0.1.4
11452026-06-22T19:21:47.910Z Downloaded subprocess v0.2.15
11462026-06-22T19:21:47.915Z Downloaded tokio-native-tls v0.3.1
11472026-06-22T19:21:47.915Z Downloaded serde_yaml v0.9.34+deprecated
11482026-06-22T19:21:47.915Z Downloaded rustls-webpki v0.103.9
11492026-06-22T19:21:47.915Z Downloaded unicase v2.9.0
11502026-06-22T19:21:47.918Z Downloaded waitgroup v0.1.2
11512026-06-22T19:21:47.922Z Downloaded wait-timeout v0.2.1
11522026-06-22T19:21:47.922Z Downloaded xattr v1.6.1
11532026-06-22T19:21:47.922Z Downloaded samael v0.0.19
11542026-06-22T19:21:47.926Z Downloaded h2 v0.4.13
11552026-06-22T19:21:47.930Z Downloaded snafu v0.8.9
11562026-06-22T19:21:47.933Z Downloaded tokio-rustls v0.24.1
11572026-06-22T19:21:47.933Z Downloaded tui-tree-widget v0.23.1
11582026-06-22T19:21:47.933Z Downloaded tokio-rustls v0.26.4
11592026-06-22T19:21:47.937Z Downloaded uzers v0.12.2
11602026-06-22T19:21:47.940Z Downloaded xshell-macros v0.2.7
11612026-06-22T19:21:47.945Z Downloaded zeroize_derive v1.4.3
11622026-06-22T19:21:47.948Z Downloaded nom v8.0.0
11632026-06-22T19:21:47.948Z Downloaded iddqd v0.4.2
11642026-06-22T19:21:47.952Z Downloaded zone_cfg_derive v0.3.1
11652026-06-22T19:21:47.957Z Downloaded zone v0.3.1
11662026-06-22T19:21:47.957Z Downloaded hyper v1.8.1
11672026-06-22T19:21:47.963Z Downloaded toml_parser v1.0.9+spec-1.1.0
11682026-06-22T19:21:47.963Z Downloaded num-bigint-dig v0.8.6
11692026-06-22T19:21:47.966Z Downloaded vergen-lib v9.1.0
11702026-06-22T19:21:47.966Z Downloaded vergen-lib v0.1.6
11712026-06-22T19:21:47.967Z Downloaded vsss-rs v3.3.4
11722026-06-22T19:21:47.967Z Downloaded vergen-gitcl v1.0.8
11732026-06-22T19:21:47.981Z Downloaded blake3 v1.8.3
11742026-06-22T19:21:47.987Z Downloaded vergen-git2 v9.1.0
11752026-06-22T19:21:47.987Z Downloaded tinyvec v1.10.0
11762026-06-22T19:21:47.988Z Downloaded whoami v1.6.1
11772026-06-22T19:21:47.988Z Downloaded walkdir v2.5.0
11782026-06-22T19:21:47.988Z Downloaded whoami v2.1.0
11792026-06-22T19:21:47.988Z Downloaded rand v0.10.0
11802026-06-22T19:21:47.988Z Downloaded twox-hash v2.1.2
11812026-06-22T19:21:47.988Z Downloaded p521 v0.13.3
11822026-06-22T19:21:47.993Z Downloaded unicode-properties v0.1.4
11832026-06-22T19:21:47.993Z Downloaded toml v0.7.8
11842026-06-22T19:21:47.994Z Downloaded schemars v1.2.1
11852026-06-22T19:21:47.998Z Downloaded xshell v0.2.7
11862026-06-22T19:21:48.003Z Downloaded wyz v0.5.1
11872026-06-22T19:21:48.003Z Downloaded tokio-stream v0.1.18
11882026-06-22T19:21:48.007Z Downloaded usdt-impl v0.6.0
11892026-06-22T19:21:48.007Z Downloaded chrono v0.4.44
11902026-06-22T19:21:48.012Z Downloaded toml v1.0.6+spec-1.1.0
11912026-06-22T19:21:48.012Z Downloaded itertools v0.14.0
11922026-06-22T19:21:48.016Z Downloaded vergen v9.1.0
11932026-06-22T19:21:48.016Z Downloaded steno v0.4.1
11942026-06-22T19:21:48.020Z Downloaded test-strategy v0.4.5
11952026-06-22T19:21:48.020Z Downloaded zstd-safe v7.2.4
11962026-06-22T19:21:48.023Z Downloaded tar v0.4.45
11972026-06-22T19:21:48.023Z Downloaded futures-util v0.3.32
11982026-06-22T19:21:48.030Z Downloaded rustyline v14.0.0
11992026-06-22T19:21:48.033Z Downloaded tungstenite v0.21.0
12002026-06-22T19:21:48.036Z Downloaded tracing-core v0.1.36
12012026-06-22T19:21:48.039Z Downloaded tracing-attributes v0.1.31
12022026-06-22T19:21:48.049Z Downloaded unicode-bidi v0.3.18
12032026-06-22T19:21:48.053Z Downloaded typify v0.6.2
12042026-06-22T19:21:48.057Z Downloaded libm v0.2.16
12052026-06-22T19:21:48.066Z Downloaded unsafe-libyaml v0.2.11
12062026-06-22T19:21:48.071Z Downloaded russh v0.45.0
12072026-06-22T19:21:48.071Z Downloaded zerocopy v0.6.6
12082026-06-22T19:21:48.075Z Downloaded yasna v0.5.2
12092026-06-22T19:21:48.075Z Downloaded zstd v0.13.3
12102026-06-22T19:21:48.075Z Downloaded uuid v1.23.0
12112026-06-22T19:21:48.080Z Downloaded toml_edit v0.23.10+spec-1.0.0
12122026-06-22T19:21:48.080Z Downloaded zeroize v1.8.2
12132026-06-22T19:21:48.087Z Downloaded serde_with v1.14.0
12142026-06-22T19:21:48.101Z Downloaded vte v0.14.1
12152026-06-22T19:21:48.107Z Downloaded tungstenite v0.23.0
12162026-06-22T19:21:48.107Z Downloaded reedline v0.40.0
12172026-06-22T19:21:48.112Z Downloaded tokio-postgres v0.7.16
12182026-06-22T19:21:48.116Z Downloaded hkdf v0.12.4
12192026-06-22T19:21:48.120Z Downloaded curve25519-dalek v4.1.3
12202026-06-22T19:21:48.125Z Downloaded ssh-key v0.6.7
12212026-06-22T19:21:48.133Z Downloaded zopfli v0.8.3
12222026-06-22T19:21:48.153Z Downloaded reqwest v0.12.28
12232026-06-22T19:21:48.156Z Downloaded reqwest v0.13.2
12242026-06-22T19:21:48.159Z Downloaded toml_edit v0.19.15
12252026-06-22T19:21:48.169Z Downloaded zip v0.6.6
12262026-06-22T19:21:48.172Z Downloaded rpassword v7.4.0
12272026-06-22T19:21:48.174Z Downloaded regex v1.12.3
12282026-06-22T19:21:48.179Z Downloaded git2 v0.20.4
12292026-06-22T19:21:48.186Z Downloaded portable-atomic v1.13.1
12302026-06-22T19:21:48.192Z Downloaded aws-lc-rs v1.16.3
12312026-06-22T19:21:48.196Z Downloaded yansi v1.0.1
12322026-06-22T19:21:48.196Z Downloaded unicode_categories v0.1.1
12332026-06-22T19:21:48.201Z Downloaded quick-xml v0.37.5
12342026-06-22T19:21:48.205Z Downloaded bitvec v1.0.1
12352026-06-22T19:21:48.211Z Downloaded typed-path v0.9.3
12362026-06-22T19:21:48.219Z Downloaded salty v0.3.0
12372026-06-22T19:21:48.228Z Downloaded rayon v1.11.0
12382026-06-22T19:21:48.233Z Downloaded p384 v0.13.1
12392026-06-22T19:21:48.233Z Downloaded rustls-webpki v0.101.7
12402026-06-22T19:21:48.238Z Downloaded x509-cert v0.2.5
12412026-06-22T19:21:48.241Z Downloaded zerocopy-derive v0.8.40
12422026-06-22T19:21:48.245Z Downloaded tower v0.5.3
12432026-06-22T19:21:48.248Z Downloaded goblin v0.10.5
12442026-06-22T19:21:48.251Z Downloaded unicode-segmentation v1.12.0
12452026-06-22T19:21:48.255Z Downloaded lalrpop v0.19.12
12462026-06-22T19:21:48.260Z Downloaded unicode-normalization v0.1.25
12472026-06-22T19:21:48.263Z Downloaded tokio-util v0.7.18
12482026-06-22T19:21:48.267Z Downloaded proptest v1.10.0
12492026-06-22T19:21:48.270Z Downloaded zip v4.6.1
12502026-06-22T19:21:48.273Z Downloaded tower-http v0.6.8
12512026-06-22T19:21:48.277Z Downloaded petname v2.0.2
12522026-06-22T19:21:48.283Z Downloaded serde_with v3.17.0
12532026-06-22T19:21:48.291Z Downloaded tough v0.22.0
12542026-06-22T19:21:48.294Z Downloaded moka v0.12.13
12552026-06-22T19:21:48.308Z Downloaded object v0.30.4
12562026-06-22T19:21:48.314Z Downloaded quinn-proto v0.11.13
12572026-06-22T19:21:48.322Z Downloaded nix v0.27.1
12582026-06-22T19:21:48.327Z Downloaded radix_trie v0.2.1
12592026-06-22T19:21:48.336Z Downloaded rustls-webpki v0.102.8
12602026-06-22T19:21:48.341Z Downloaded winnow v0.5.40
12612026-06-22T19:21:48.365Z Downloaded winnow v0.6.26
12622026-06-22T19:21:48.377Z Downloaded polar-core v0.27.3
12632026-06-22T19:21:48.382Z Downloaded tabled v0.20.0
12642026-06-22T19:21:48.393Z Downloaded openssl v0.10.79
12652026-06-22T19:21:48.397Z Downloaded time v0.3.47
12662026-06-22T19:21:48.405Z Downloaded nix v0.28.0
12672026-06-22T19:21:48.412Z Downloaded rustls v0.21.12
12682026-06-22T19:21:48.418Z Downloaded regex-syntax v0.6.29
12692026-06-22T19:21:48.421Z Downloaded smoltcp v0.9.1
12702026-06-22T19:21:48.427Z Downloaded dropshot v0.17.0
12712026-06-22T19:21:48.440Z Downloaded vcpkg v0.2.15
12722026-06-22T19:21:48.463Z Downloaded zlib-rs v0.6.2
12732026-06-22T19:21:48.466Z Downloaded object v0.37.3
12742026-06-22T19:21:48.472Z Downloaded webpki-roots v1.0.6
12752026-06-22T19:21:48.475Z Downloaded rustls v0.22.4
12762026-06-22T19:21:48.485Z Downloaded nix v0.31.2
12772026-06-22T19:21:48.490Z Downloaded zerocopy v0.8.40
12782026-06-22T19:21:48.496Z Downloaded smoltcp v0.11.0
12792026-06-22T19:21:48.525Z Downloaded regress v0.10.5
12802026-06-22T19:21:48.532Z Downloaded regex-syntax v0.8.10
12812026-06-22T19:21:48.532Z Downloaded regress v0.11.1
12822026-06-22T19:21:48.532Z Downloaded diesel v2.3.7
12832026-06-22T19:21:48.539Z Downloaded rustix v0.38.44
12842026-06-22T19:21:48.545Z Downloaded rustls v0.23.37
12852026-06-22T19:21:48.556Z Downloaded openapiv3 v2.2.0
12862026-06-22T19:21:48.563Z Downloaded hickory-proto v0.25.2
12872026-06-22T19:21:48.572Z Downloaded hickory-proto v0.24.4
12882026-06-22T19:21:48.582Z Downloaded bstr v1.12.1
12892026-06-22T19:21:48.593Z Downloaded sqlparser v0.61.0
12902026-06-22T19:21:48.622Z Downloaded sled v0.34.7
12912026-06-22T19:21:48.628Z Downloaded typify-impl v0.6.2
12922026-06-22T19:21:48.639Z Downloaded ratatui v0.29.0
12932026-06-22T19:21:48.651Z Downloaded tracing v0.1.44
12942026-06-22T19:21:48.663Z Downloaded bzip2-sys v0.1.13+1.0.8
12952026-06-22T19:21:48.686Z Downloaded zerocopy-derive v0.6.6
12962026-06-22T19:21:48.691Z Downloaded regex-automata v0.4.14
12972026-06-22T19:21:48.703Z Downloaded chrono-tz v0.10.4
12982026-06-22T19:21:48.723Z Downloaded petgraph v0.8.3
12992026-06-22T19:21:48.737Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13002026-06-22T19:21:48.748Z Downloaded petgraph v0.6.5
13012026-06-22T19:21:48.760Z Downloaded jiff v0.2.21
13022026-06-22T19:21:48.779Z Downloaded csv v1.4.0
13032026-06-22T19:21:48.815Z Downloaded libz-sys v1.1.24
13042026-06-22T19:21:48.832Z Downloaded sha3 v0.10.8
13052026-06-22T19:21:48.845Z Downloaded tokio v1.52.1
13062026-06-22T19:21:48.912Z Downloaded encoding_rs v0.8.35
13072026-06-22T19:21:48.941Z Downloaded ring v0.17.14
13082026-06-22T19:21:48.974Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-06-22T19:21:49.405Z Downloaded aws-lc-sys v0.40.0
13102026-06-22T19:21:49.657Z Compiling libc v0.2.185
13112026-06-22T19:21:49.657Z Compiling serde v1.0.228
13122026-06-22T19:21:49.661Z Compiling log v0.4.29
13132026-06-22T19:21:49.661Z Compiling shlex v1.3.0
13142026-06-22T19:21:49.661Z Compiling find-msvc-tools v0.1.9
13152026-06-22T19:21:49.661Z Compiling smallvec v1.15.1
13162026-06-22T19:21:49.662Z Compiling syn v2.0.117
13172026-06-22T19:21:49.795Z Compiling typenum v1.19.0
13182026-06-22T19:21:49.993Z Compiling generic-array v0.14.7
13192026-06-22T19:21:50.005Z Compiling subtle v2.6.1
13202026-06-22T19:21:50.008Z Compiling scopeguard v1.2.0
13212026-06-22T19:21:50.040Z Compiling const-oid v0.9.6
13222026-06-22T19:21:50.096Z Compiling lock_api v0.4.14
13232026-06-22T19:21:50.115Z Compiling serde_json v1.0.149
13242026-06-22T19:21:50.176Z Compiling zerocopy v0.8.40
13252026-06-22T19:21:50.224Z Compiling pin-project-lite v0.2.17
13262026-06-22T19:21:50.321Z Compiling portable-atomic v1.13.1
13272026-06-22T19:21:50.333Z Compiling parking_lot_core v0.9.12
13282026-06-22T19:21:50.597Z Compiling getrandom v0.2.17
13292026-06-22T19:21:50.627Z Compiling jobserver v0.1.34
13302026-06-22T19:21:50.660Z Compiling errno v0.3.14
13312026-06-22T19:21:50.755Z Compiling rand_core v0.6.4
13322026-06-22T19:21:50.770Z Compiling pkg-config v0.3.32
13332026-06-22T19:21:50.809Z Compiling signal-hook-registry v1.4.8
13342026-06-22T19:21:50.820Z Compiling cc v1.2.56
13352026-06-22T19:21:51.023Z Compiling bitflags v2.11.0
13362026-06-22T19:21:51.068Z Compiling futures-core v0.3.32
13372026-06-22T19:21:51.217Z Compiling libm v0.2.16
13382026-06-22T19:21:51.245Z Compiling critical-section v1.2.0
13392026-06-22T19:21:51.275Z Compiling parking_lot v0.12.5
13402026-06-22T19:21:51.304Z Compiling mio v1.2.0
13412026-06-22T19:21:51.319Z Compiling num-traits v0.2.19
13422026-06-22T19:21:51.358Z Compiling once_cell v1.21.3
13432026-06-22T19:21:51.409Z Compiling percent-encoding v2.3.2
13442026-06-22T19:21:51.560Z Compiling socket2 v0.6.3
13452026-06-22T19:21:51.609Z Compiling futures-sink v0.3.32
13462026-06-22T19:21:51.652Z Compiling getrandom v0.4.1
13472026-06-22T19:21:51.675Z Compiling futures-task v0.3.32
13482026-06-22T19:21:51.710Z Compiling futures-channel v0.3.32
13492026-06-22T19:21:51.782Z Compiling slab v0.4.12
13502026-06-22T19:21:51.862Z Compiling cpufeatures v0.2.17
13512026-06-22T19:21:51.925Z Compiling futures-io v0.3.32
13522026-06-22T19:21:51.933Z Compiling rand_core v0.10.0
13532026-06-22T19:21:51.951Z Compiling indexmap v2.14.0
13542026-06-22T19:21:51.965Z Compiling getrandom v0.3.4
13552026-06-22T19:21:51.989Z Compiling rustversion v1.0.22
13562026-06-22T19:21:52.088Z Compiling form_urlencoded v1.2.2
13572026-06-22T19:21:52.283Z Compiling cmake v0.1.57
13582026-06-22T19:21:52.352Z Compiling dunce v1.0.5
13592026-06-22T19:21:52.367Z Compiling fs_extra v1.3.0
13602026-06-22T19:21:52.684Z Compiling synstructure v0.13.2
13612026-06-22T19:21:52.699Z Compiling base64ct v1.8.3
13622026-06-22T19:21:53.124Z Compiling ident_case v1.0.1
13632026-06-22T19:21:53.127Z Compiling aws-lc-sys v0.40.0
13642026-06-22T19:21:53.127Z Compiling iana-time-zone v0.1.65
13652026-06-22T19:21:53.127Z Compiling pem-rfc7468 v0.7.0
13662026-06-22T19:21:53.127Z Compiling rustix v1.1.3
13672026-06-22T19:21:53.127Z Compiling regex-syntax v0.8.10
13682026-06-22T19:21:53.127Z Compiling flagset v0.4.7
13692026-06-22T19:21:53.127Z Compiling rand_core v0.9.5
13702026-06-22T19:21:53.194Z Compiling ring v0.17.14
13712026-06-22T19:21:53.303Z Compiling vcpkg v0.2.15
13722026-06-22T19:21:53.315Z Compiling aws-lc-rs v1.16.3
13732026-06-22T19:21:53.344Z Compiling uuid v1.23.0
13742026-06-22T19:21:53.611Z Compiling rustc_version v0.4.1
13752026-06-22T19:21:54.387Z Compiling tracing-core v0.1.36
13762026-06-22T19:21:54.482Z Compiling openssl-sys v0.9.115
13772026-06-22T19:21:54.482Z Compiling base64 v0.22.1
13782026-06-22T19:21:54.482Z Compiling untrusted v0.7.1
13792026-06-22T19:21:54.482Z Compiling serde_derive v1.0.228
13802026-06-22T19:21:54.582Z Compiling zeroize_derive v1.4.3
13812026-06-22T19:21:54.629Z Compiling zerofrom-derive v0.1.6
13822026-06-22T19:21:54.630Z Compiling yoke-derive v0.8.1
13832026-06-22T19:21:54.812Z Compiling zerovec-derive v0.11.2
13842026-06-22T19:21:55.180Z Compiling zeroize v1.8.2
13852026-06-22T19:21:55.442Z Compiling zerocopy-derive v0.8.40
13862026-06-22T19:21:55.783Z Compiling displaydoc v0.2.5
13872026-06-22T19:21:55.920Z Compiling crypto-common v0.1.7
13882026-06-22T19:21:55.942Z Compiling zerofrom v0.1.6
13892026-06-22T19:21:55.945Z Compiling block-buffer v0.10.4
13902026-06-22T19:21:56.067Z Compiling yoke v0.8.1
13912026-06-22T19:21:56.082Z Compiling digest v0.10.7
13922026-06-22T19:21:56.112Z Compiling tokio-macros v2.7.0
13932026-06-22T19:21:56.258Z Compiling zerovec v0.11.5
13942026-06-22T19:21:56.345Z Compiling futures-macro v0.3.32
13952026-06-22T19:21:56.529Z Compiling zerotrie v0.2.3
13962026-06-22T19:21:56.754Z Compiling tinystr v0.8.2
13972026-06-22T19:21:56.824Z Compiling potential_utf v0.1.4
13982026-06-22T19:21:56.824Z Compiling hmac v0.12.1
13992026-06-22T19:21:56.952Z Compiling icu_locale_core v2.1.1
14002026-06-22T19:21:56.974Z Compiling icu_collections v2.1.1
14012026-06-22T19:21:56.996Z Compiling block-padding v0.3.3
14022026-06-22T19:21:57.125Z Compiling futures-util v0.3.32
14032026-06-22T19:21:57.143Z Compiling inout v0.1.4
14042026-06-22T19:21:57.305Z Compiling cipher v0.4.4
14052026-06-22T19:21:57.452Z Compiling sha2 v0.10.9
14062026-06-22T19:21:57.627Z Compiling icu_provider v2.1.1
14072026-06-22T19:21:57.877Z Compiling icu_properties v2.1.2
14082026-06-22T19:21:57.886Z Compiling bytes v1.11.1
14092026-06-22T19:21:57.941Z Compiling icu_normalizer v2.1.1
14102026-06-22T19:21:57.959Z Compiling der_derive v0.7.3
14112026-06-22T19:21:58.476Z Compiling tokio v1.52.1
14122026-06-22T19:21:58.493Z Compiling http v1.4.0
14132026-06-22T19:21:58.769Z Compiling idna_adapter v1.2.1
14142026-06-22T19:21:58.912Z Compiling idna v1.1.0
14152026-06-22T19:21:58.922Z Compiling der v0.7.10
14162026-06-22T19:21:58.998Z Compiling chrono v0.4.44
14172026-06-22T19:21:59.410Z Compiling url v2.5.8
14182026-06-22T19:21:59.515Z Compiling salsa20 v0.10.2
14192026-06-22T19:21:59.559Z Compiling pbkdf2 v0.12.2
14202026-06-22T19:21:59.672Z Compiling rustls-pki-types v1.14.0
14212026-06-22T19:21:59.704Z Compiling thiserror-impl v2.0.18
14222026-06-22T19:21:59.902Z Compiling ppv-lite86 v0.2.21
14232026-06-22T19:22:00.095Z Compiling spki v0.7.3
14242026-06-22T19:22:00.118Z Compiling tracing-attributes v0.1.31
14252026-06-22T19:22:00.173Z Compiling rand_chacha v0.9.0
14262026-06-22T19:22:00.221Z Compiling scrypt v0.11.0
14272026-06-22T19:22:00.275Z Compiling http-body v1.0.1
14282026-06-22T19:22:00.337Z Compiling aes v0.8.4
14292026-06-22T19:22:00.423Z Compiling cbc v0.1.2
14302026-06-22T19:22:00.521Z Compiling httparse v1.10.1
14312026-06-22T19:22:00.571Z Compiling openssl-probe v0.2.1
14322026-06-22T19:22:00.748Z Compiling untrusted v0.9.0
14332026-06-22T19:22:00.852Z Compiling tinyvec_macros v0.1.1
14342026-06-22T19:22:00.908Z Compiling tinyvec v1.10.0
14352026-06-22T19:22:00.921Z Compiling pkcs5 v0.7.1
14362026-06-22T19:22:00.969Z Compiling thiserror v2.0.18
14372026-06-22T19:22:01.070Z Compiling rand v0.9.2
14382026-06-22T19:22:01.243Z Compiling pest_generator v2.8.6
14392026-06-22T19:22:01.376Z Compiling serde_derive_internals v0.29.1
14402026-06-22T19:22:01.379Z Compiling tracing v0.1.44
14412026-06-22T19:22:01.404Z Compiling aho-corasick v1.1.4
14422026-06-22T19:22:01.639Z Compiling tower-service v0.3.3
14432026-06-22T19:22:01.740Z Compiling try-lock v0.2.5
14442026-06-22T19:22:01.845Z Compiling rustls v0.23.37
14452026-06-22T19:22:01.849Z Compiling tower-layer v0.3.3
14462026-06-22T19:22:01.923Z Compiling atomic-waker v1.1.2
14472026-06-22T19:22:02.012Z Compiling schemars v0.8.22
14482026-06-22T19:22:02.016Z Compiling dyn-clone v1.0.20
14492026-06-22T19:22:02.043Z Compiling pest_derive v2.8.6
14502026-06-22T19:22:02.162Z Compiling tokio-util v0.7.18
14512026-06-22T19:22:02.228Z Compiling regex-automata v0.4.14
14522026-06-22T19:22:02.266Z Compiling schemars_derive v0.8.22
14532026-06-22T19:22:02.459Z Compiling want v0.3.1
14542026-06-22T19:22:02.659Z Compiling pkcs8 v0.10.2
14552026-06-22T19:22:02.966Z Compiling h2 v0.4.13
14562026-06-22T19:22:02.969Z Compiling ipnet v2.11.0
14572026-06-22T19:22:03.100Z Compiling scroll_derive v0.13.1
14582026-06-22T19:22:03.211Z Compiling darling_core v0.20.11
14592026-06-22T19:22:03.481Z Compiling openssl v0.10.79
14602026-06-22T19:22:03.550Z Compiling httpdate v1.0.3
14612026-06-22T19:22:03.712Z Compiling pin-utils v0.1.0
14622026-06-22T19:22:03.772Z Compiling foreign-types-shared v0.1.1
14632026-06-22T19:22:03.862Z Compiling foreign-types v0.3.2
14642026-06-22T19:22:03.894Z Compiling scroll v0.13.0
14652026-06-22T19:22:04.334Z Compiling tempfile v3.25.0
14662026-06-22T19:22:04.340Z Compiling unicode-normalization v0.1.25
14672026-06-22T19:22:04.340Z Compiling openssl-macros v0.1.1
14682026-06-22T19:22:04.568Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-06-22T19:22:04.598Z Compiling socket2 v0.5.10
14702026-06-22T19:22:04.682Z Compiling spin v0.9.8
14712026-06-22T19:22:04.890Z Compiling powerfmt v0.2.0
14722026-06-22T19:22:04.949Z Compiling native-tls v0.2.18
14732026-06-22T19:22:04.991Z Compiling crc32fast v1.5.0
14742026-06-22T19:22:05.074Z Compiling time-core v0.1.8
14752026-06-22T19:22:05.090Z Compiling num-conv v0.2.0
14762026-06-22T19:22:05.165Z Compiling deranged v0.5.8
14772026-06-22T19:22:05.217Z Compiling time-macros v0.2.27
14782026-06-22T19:22:05.486Z Compiling darling_macro v0.20.11
14792026-06-22T19:22:05.948Z Compiling hyper v1.8.1
14802026-06-22T19:22:06.108Z Compiling darling v0.20.11
14812026-06-22T19:22:06.191Z Compiling goblin v0.10.5
14822026-06-22T19:22:06.259Z Compiling rustls-native-certs v0.8.3
14832026-06-22T19:22:06.293Z Compiling sync_wrapper v1.0.2
14842026-06-22T19:22:06.402Z Compiling wait-timeout v0.2.1
14852026-06-22T19:22:06.540Z Compiling num_threads v0.1.7
14862026-06-22T19:22:06.639Z Compiling siphasher v1.0.2
14872026-06-22T19:22:06.662Z Compiling crossbeam-utils v0.8.21
14882026-06-22T19:22:06.827Z Compiling bit-vec v0.8.0
14892026-06-22T19:22:06.882Z Compiling simd-adler32 v0.3.8
14902026-06-22T19:22:06.945Z Compiling unicode-segmentation v1.12.0
14912026-06-22T19:22:07.049Z Compiling hyper-util v0.1.20
14922026-06-22T19:22:07.121Z Compiling syn v1.0.109
14932026-06-22T19:22:07.322Z Compiling quick-error v1.2.3
14942026-06-22T19:22:07.423Z Compiling usdt-impl v0.6.0
14952026-06-22T19:22:07.482Z Compiling rusty-fork v0.3.1
14962026-06-22T19:22:07.496Z Compiling bit-set v0.8.0
14972026-06-22T19:22:07.719Z Compiling time v0.3.47
14982026-06-22T19:22:07.831Z Compiling tower v0.5.3
14992026-06-22T19:22:07.979Z Compiling derive_builder_core v0.20.2
15002026-06-22T19:22:08.337Z Compiling dtrace-parser v0.3.0
15012026-06-22T19:22:08.498Z Compiling http-body-util v0.1.3
15022026-06-22T19:22:08.747Z Compiling webpki-roots v1.0.6
15032026-06-22T19:22:08.839Z Compiling signature v2.2.0
15042026-06-22T19:22:08.869Z Compiling thiserror-impl v1.0.69
15052026-06-22T19:22:08.872Z Compiling scroll_derive v0.12.1
15062026-06-22T19:22:09.019Z Compiling dof v0.4.0
15072026-06-22T19:22:09.094Z Compiling heapless v0.7.17
15082026-06-22T19:22:09.333Z Compiling rand_xorshift v0.4.0
15092026-06-22T19:22:09.343Z Compiling slog v2.8.2
15102026-06-22T19:22:09.491Z Compiling darling_core v0.21.3
15112026-06-22T19:22:09.519Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-06-22T19:22:09.532Z Compiling thread-id v5.1.0
15132026-06-22T19:22:09.613Z Compiling cookie v0.18.1
15142026-06-22T19:22:09.788Z Compiling signal-hook v0.3.18
15152026-06-22T19:22:09.803Z Compiling iri-string v0.7.10
15162026-06-22T19:22:09.955Z Compiling unarray v0.1.4
15172026-06-22T19:22:10.069Z Compiling anyhow v1.0.102
15182026-06-22T19:22:10.109Z Compiling ryu v1.0.23
15192026-06-22T19:22:10.177Z Compiling allocator-api2 v0.2.21
15202026-06-22T19:22:10.284Z Compiling unicode-bidi v0.3.18
15212026-06-22T19:22:10.373Z Compiling paste v1.0.15
15222026-06-22T19:22:10.444Z Compiling unicode-properties v0.1.4
15232026-06-22T19:22:10.493Z Compiling adler2 v2.0.1
15242026-06-22T19:22:10.623Z Compiling zstd-safe v7.2.4
15252026-06-22T19:22:10.647Z Compiling stringprep v0.1.5
15262026-06-22T19:22:10.677Z Compiling miniz_oxide v0.8.9
15272026-06-22T19:22:11.223Z Compiling serde_urlencoded v0.7.1
15282026-06-22T19:22:11.236Z Compiling tower-http v0.6.8
15292026-06-22T19:22:11.237Z Compiling thiserror v1.0.69
15302026-06-22T19:22:11.237Z Compiling proptest v1.10.0
15312026-06-22T19:22:11.286Z Compiling scroll v0.12.0
15322026-06-22T19:22:11.479Z Compiling derive_builder_macro v0.20.2
15332026-06-22T19:22:11.540Z Compiling tokio-native-tls v0.3.1
15342026-06-22T19:22:11.881Z Compiling heck v0.4.1
15352026-06-22T19:22:11.924Z Compiling ipnetwork v0.21.1
15362026-06-22T19:22:11.950Z Compiling darling_macro v0.21.3
15372026-06-22T19:22:11.970Z Compiling bstr v1.12.1
15382026-06-22T19:22:12.094Z Compiling rand_chacha v0.3.1
15392026-06-22T19:22:12.186Z Compiling serde_spanned v0.6.9
15402026-06-22T19:22:12.310Z Compiling toml_datetime v0.6.11
15412026-06-22T19:22:12.332Z Compiling erased-serde v0.3.31
15422026-06-22T19:22:12.417Z Compiling serde_tokenstream v0.2.3
15432026-06-22T19:22:12.576Z Compiling md-5 v0.10.6
15442026-06-22T19:22:12.634Z Compiling pin-project-internal v1.1.11
15452026-06-22T19:22:12.744Z Compiling zerocopy-derive v0.7.35
15462026-06-22T19:22:12.785Z Compiling async-trait v0.1.89
15472026-06-22T19:22:12.865Z Compiling curve25519-dalek v4.1.3
15482026-06-22T19:22:12.945Z Compiling vergen-lib v9.1.0
15492026-06-22T19:22:13.125Z Compiling num-integer v0.1.46
15502026-06-22T19:22:13.201Z Compiling hash32 v0.2.1
15512026-06-22T19:22:13.393Z Compiling ff v0.13.1
15522026-06-22T19:22:13.451Z Compiling memoffset v0.9.1
15532026-06-22T19:22:13.531Z Compiling encoding_rs v0.8.35
15542026-06-22T19:22:13.612Z Compiling zlib-rs v0.6.2
15552026-06-22T19:22:13.645Z Compiling ref-cast v1.0.25
15562026-06-22T19:22:13.741Z Compiling smoltcp v0.9.1
15572026-06-22T19:22:13.807Z Compiling cfg_aliases v0.2.1
15582026-06-22T19:22:13.892Z Compiling fallible-iterator v0.2.0
15592026-06-22T19:22:13.954Z Compiling rustix v0.38.44
15602026-06-22T19:22:14.483Z Compiling psl-types v2.0.11
15612026-06-22T19:22:14.486Z Compiling litrs v1.0.0
15622026-06-22T19:22:14.486Z Compiling num-bigint-dig v0.8.6
15632026-06-22T19:22:14.486Z Compiling mime v0.3.17
15642026-06-22T19:22:14.486Z Compiling base16ct v0.2.0
15652026-06-22T19:22:14.553Z Compiling sec1 v0.7.3
15662026-06-22T19:22:14.687Z Compiling publicsuffix v2.3.0
15672026-06-22T19:22:14.702Z Compiling document-features v0.2.12
15682026-06-22T19:22:14.824Z Compiling postgres-protocol v0.6.10
15692026-06-22T19:22:14.916Z Compiling nix v0.31.2
15702026-06-22T19:22:15.019Z Compiling pin-project v1.1.11
15712026-06-22T19:22:15.218Z Compiling zerocopy v0.7.35
15722026-06-22T19:22:15.276Z Compiling group v0.13.0
15732026-06-22T19:22:15.684Z Compiling newtype-uuid v1.3.2
15742026-06-22T19:22:15.687Z Compiling num-iter v0.1.45
15752026-06-22T19:22:15.687Z Compiling darling v0.21.3
15762026-06-22T19:22:15.687Z Compiling rand v0.8.6
15772026-06-22T19:22:15.717Z Compiling hubpack_derive v0.1.1
15782026-06-22T19:22:15.753Z Compiling oxnet v0.1.6
15792026-06-22T19:22:15.916Z Compiling snafu-derive v0.8.9
15802026-06-22T19:22:16.048Z Compiling derive_builder v0.20.2
15812026-06-22T19:22:16.583Z Compiling hyper-tls v0.6.0
15822026-06-22T19:22:16.587Z Compiling goblin v0.8.2
15832026-06-22T19:22:16.587Z Compiling flate2 v1.1.9
15842026-06-22T19:22:16.831Z Compiling phf_shared v0.13.1
15852026-06-22T19:22:16.895Z Compiling lazy_static v1.5.0
15862026-06-22T19:22:16.993Z Compiling regex v1.12.3
15872026-06-22T19:22:17.086Z Compiling anstyle-parse v0.2.7
15882026-06-22T19:22:17.133Z Compiling strum_macros v0.27.2
15892026-06-22T19:22:17.271Z Compiling futures-executor v0.3.32
15902026-06-22T19:22:17.303Z Compiling hex v0.4.3
15912026-06-22T19:22:17.425Z Compiling hkdf v0.12.4
15922026-06-22T19:22:17.531Z Compiling crypto-bigint v0.5.5
15932026-06-22T19:22:17.617Z Compiling terminal_size v0.4.3
15942026-06-22T19:22:17.620Z Compiling curve25519-dalek-derive v0.1.1
15952026-06-22T19:22:17.762Z Compiling daft-derive v0.1.7
15962026-06-22T19:22:17.804Z Compiling ref-cast-impl v1.0.25
15972026-06-22T19:22:18.286Z Compiling vergen v9.1.0
15982026-06-22T19:22:18.350Z Compiling fs-err v3.3.0
15992026-06-22T19:22:18.499Z Compiling cargo-platform v0.3.2
16002026-06-22T19:22:18.520Z Compiling ahash v0.8.12
16012026-06-22T19:22:18.557Z Compiling foldhash v0.1.5
16022026-06-22T19:22:18.721Z Compiling bitflags v1.3.2
16032026-06-22T19:22:18.735Z Compiling libbz2-rs-sys v0.2.2
16042026-06-22T19:22:18.770Z Compiling foldhash v0.2.0
16052026-06-22T19:22:18.796Z Compiling winnow v0.5.40
16062026-06-22T19:22:18.989Z Compiling object v0.37.3
16072026-06-22T19:22:19.161Z Compiling bumpalo v3.20.2
16082026-06-22T19:22:19.272Z Compiling same-file v1.0.6
16092026-06-22T19:22:19.406Z Compiling managed v0.8.0
16102026-06-22T19:22:19.420Z Compiling walkdir v2.5.0
16112026-06-22T19:22:19.437Z Compiling zopfli v0.8.3
16122026-06-22T19:22:19.691Z Compiling clap_builder v4.6.0
16132026-06-22T19:22:19.729Z Compiling strum v0.27.2
16142026-06-22T19:22:19.762Z Compiling bzip2 v0.6.1
16152026-06-22T19:22:19.856Z Compiling hashbrown v0.16.1
16162026-06-22T19:22:20.015Z Compiling cargo_metadata v0.23.1
16172026-06-22T19:22:20.102Z Compiling toml_edit v0.19.15
16182026-06-22T19:22:20.220Z Compiling hashbrown v0.15.5
16192026-06-22T19:22:20.440Z Compiling daft v0.1.7
16202026-06-22T19:22:20.506Z Compiling elliptic-curve v0.13.8
16212026-06-22T19:22:20.732Z Compiling dof v0.3.0
16222026-06-22T19:22:20.902Z Compiling snafu v0.8.9
16232026-06-22T19:22:21.253Z Compiling futures v0.3.32
16242026-06-22T19:22:21.346Z Compiling anstream v0.6.21
16252026-06-22T19:22:21.360Z Compiling phf v0.13.1
16262026-06-22T19:22:21.642Z Compiling signal-hook-mio v0.2.5
16272026-06-22T19:22:21.763Z Compiling cookie_store v0.22.1
16282026-06-22T19:22:21.802Z Compiling zstd v0.13.3
16292026-06-22T19:22:22.065Z Compiling hubpack v0.1.2
16302026-06-22T19:22:22.109Z Compiling bzip2 v0.4.4
16312026-06-22T19:22:22.282Z Compiling serde_with_macros v3.17.0
16322026-06-22T19:22:22.414Z Compiling postgres-types v0.2.12
16332026-06-22T19:22:22.668Z Compiling usdt-attr-macro v0.6.0
16342026-06-22T19:22:22.722Z Compiling usdt-macro v0.6.0
16352026-06-22T19:22:22.997Z Compiling globset v0.4.18
16362026-06-22T19:22:23.463Z Compiling dtrace-parser v0.2.0
16372026-06-22T19:22:23.466Z Compiling ed25519 v2.2.3
16382026-06-22T19:22:23.466Z Compiling phf_shared v0.11.3
16392026-06-22T19:22:23.587Z Compiling olpc-cjson v0.1.4
16402026-06-22T19:22:23.671Z Compiling pkcs1 v0.7.5
16412026-06-22T19:22:23.691Z Compiling strum_macros v0.26.4
16422026-06-22T19:22:23.745Z Compiling enum-as-inner v0.6.1
16432026-06-22T19:22:23.923Z Compiling clap_derive v4.6.1
16442026-06-22T19:22:24.066Z Compiling serde-big-array v0.5.1
16452026-06-22T19:22:24.219Z Compiling serde_plain v1.0.2
16462026-06-22T19:22:24.224Z Compiling rfc6979 v0.4.0
16472026-06-22T19:22:24.243Z Compiling async-recursion v1.1.1
16482026-06-22T19:22:24.345Z Compiling serde_repr v0.1.20
16492026-06-22T19:22:24.381Z Compiling pem v3.0.6
16502026-06-22T19:22:24.400Z Compiling float-cmp v0.10.0
16512026-06-22T19:22:24.546Z Compiling thread-id v4.2.2
16522026-06-22T19:22:24.634Z Compiling memmap2 v0.9.10
16532026-06-22T19:22:24.705Z Compiling env_filter v1.0.0
16542026-06-22T19:22:24.850Z Compiling typed-path v0.9.3
16552026-06-22T19:22:24.865Z Compiling jiff v0.2.21
16562026-06-22T19:22:24.886Z Compiling difflib v0.4.0
16572026-06-22T19:22:25.002Z Compiling new_debug_unreachable v1.0.6
16582026-06-22T19:22:25.076Z Compiling static_assertions v1.1.0
16592026-06-22T19:22:25.157Z Compiling keccak v0.1.6
16602026-06-22T19:22:25.427Z Compiling fixedbitset v0.4.2
16612026-06-22T19:22:25.436Z Compiling predicates-core v1.0.10
16622026-06-22T19:22:25.607Z Compiling either v1.15.0
16632026-06-22T19:22:25.637Z Compiling whoami v2.1.0
16642026-06-22T19:22:25.675Z Compiling precomputed-hash v0.1.1
16652026-06-22T19:22:25.767Z Compiling data-encoding v2.10.0
16662026-06-22T19:22:25.825Z Compiling normalize-line-endings v0.3.0
16672026-06-22T19:22:25.912Z Compiling fixedbitset v0.5.7
16682026-06-22T19:22:25.952Z Compiling predicates v3.1.4
16692026-06-22T19:22:26.012Z Compiling tokio-postgres v0.7.16
16702026-06-22T19:22:26.049Z Compiling hickory-proto v0.25.2
16712026-06-22T19:22:26.215Z Compiling petgraph v0.8.3
16722026-06-22T19:22:26.451Z Compiling itertools v0.13.0
16732026-06-22T19:22:26.604Z Compiling string_cache v0.8.9
16742026-06-22T19:22:26.832Z Compiling clap v4.6.1
16752026-06-22T19:22:26.916Z Compiling petgraph v0.6.5
16762026-06-22T19:22:27.169Z Compiling toml_edit v0.22.27
16772026-06-22T19:22:27.698Z Compiling zip v4.6.1
16782026-06-22T19:22:28.225Z Compiling strum v0.26.3
16792026-06-22T19:22:28.247Z Compiling sha3 v0.10.8
16802026-06-22T19:22:28.357Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16812026-06-22T19:22:28.426Z Compiling env_logger v0.11.9
16822026-06-22T19:22:28.675Z Compiling usdt v0.6.0
16832026-06-22T19:22:28.718Z Compiling usdt-impl v0.5.0
16842026-06-22T19:22:28.790Z Compiling ecdsa v0.16.9
16852026-06-22T19:22:28.940Z Compiling rsa v0.9.10
16862026-06-22T19:22:29.075Z Compiling ed25519-dalek v2.2.0
16872026-06-22T19:22:29.208Z Compiling serde_with v3.17.0
16882026-06-22T19:22:29.317Z Compiling crossterm v0.28.1
16892026-06-22T19:22:29.971Z Compiling zip v0.6.6
16902026-06-22T19:22:30.600Z Compiling toml v0.7.8
16912026-06-22T19:22:30.795Z Compiling iddqd v0.4.2
16922026-06-22T19:22:31.203Z Compiling toml_parser v1.0.9+spec-1.1.0
16932026-06-22T19:22:31.213Z Compiling similar v2.7.0
16942026-06-22T19:22:31.226Z Compiling crossbeam-epoch v0.9.18
16952026-06-22T19:22:31.302Z Compiling tokio-stream v0.1.18
16962026-06-22T19:22:31.547Z Compiling buf-list v1.1.2
16972026-06-22T19:22:31.766Z Compiling x509-cert v0.2.5
16982026-06-22T19:22:31.820Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16992026-06-22T19:22:31.823Z Compiling openapiv3 v2.2.0
17002026-06-22T19:22:32.069Z Compiling sha1 v0.10.6
17012026-06-22T19:22:32.084Z Compiling lalrpop-util v0.19.12
17022026-06-22T19:22:32.123Z Compiling peg-runtime v0.8.5
17032026-06-22T19:22:32.259Z Compiling thread_local v1.1.9
17042026-06-22T19:22:32.273Z Compiling slog-async v2.8.0
17052026-06-22T19:22:32.289Z Compiling crossbeam-channel v0.5.15
17062026-06-22T19:22:32.402Z Compiling filetime v0.2.27
17072026-06-22T19:22:32.510Z Compiling is-terminal v0.4.17
17082026-06-22T19:22:32.587Z Compiling xattr v1.6.1
17092026-06-22T19:22:32.619Z Compiling take_mut v0.2.2
17102026-06-22T19:22:32.644Z Compiling term v1.2.1
17112026-06-22T19:22:32.754Z Compiling tar v0.4.45
17122026-06-22T19:22:33.196Z Compiling slog-term v2.9.2
17132026-06-22T19:22:43.060Z Compiling rustls-webpki v0.103.9
17142026-06-22T19:22:45.935Z Compiling tokio-rustls v0.26.4
17152026-06-22T19:22:45.935Z Compiling rustls-platform-verifier v0.6.2
17162026-06-22T19:22:46.130Z Compiling hyper-rustls v0.27.7
17172026-06-22T19:22:46.298Z Compiling reqwest v0.12.28
17182026-06-22T19:22:46.314Z Compiling reqwest v0.13.2
17192026-06-22T19:22:47.587Z Compiling tough v0.22.0
17202026-06-22T19:22:50.120Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212026-06-22T19:22:50.336Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222026-06-22T19:22:53.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17232026-06-22T19:22:53.746Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17242026-06-22T19:22:53.746ZJun 22 19:22:52.000 INFO Starting download, target: Console
17252026-06-22T19:22:53.746ZJun 22 19:22:52.001 INFO Starting download, target: DendriteStub
17262026-06-22T19:22:53.746ZJun 22 19:22:52.001 INFO Starting download, target: Cockroach
17272026-06-22T19:22:53.746ZJun 22 19:22:52.001 INFO Starting download, target: Clickhouse
17282026-06-22T19:22:53.746ZJun 22 19:22:52.001 INFO Starting download, target: MaghemiteMgd
17292026-06-22T19:22:53.746ZJun 22 19:22:52.001 INFO Starting download, target: MaghemiteDdmd
17302026-06-22T19:22:53.746ZJun 22 19:22:52.001 INFO Starting download, target: TransceiverControl
17312026-06-22T19:22:53.746ZJun 22 19:22:52.001 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-06-22T19:22:53.747ZJun 22 19:22:52.001 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-06-22T19:22:53.747ZJun 22 19:22:52.001 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17342026-06-22T19:22:53.747ZJun 22 19:22:52.001 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-22T19:22:53.747ZJun 22 19:22:52.001 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-06-22T19:22:53.747ZJun 22 19:22:52.001 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-06-22T19:22:53.747ZJun 22 19:22:52.001 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-06-22T19:22:54.278ZJun 22 19:22:52.841 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-06-22T19:22:54.349ZJun 22 19:22:52.933 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-22T19:22:54.507ZJun 22 19:22:53.049 INFO Download complete, target: TransceiverControl
17412026-06-22T19:22:54.601ZJun 22 19:22:53.176 INFO Download complete, target: Console
17422026-06-22T19:22:55.600ZJun 22 19:22:54.172 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17432026-06-22T19:22:56.266ZJun 22 19:22:54.846 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-06-22T19:22:56.450ZJun 22 19:22:55.019 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17452026-06-22T19:22:57.063ZJun 22 19:22:55.651 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-06-22T19:22:57.497ZJun 22 19:22:56.093 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-06-22T19:22:57.497ZJun 22 19:22:56.093 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-06-22T19:22:58.247ZJun 22 19:22:56.847 INFO Download complete, target: MaghemiteDdmd
17492026-06-22T19:22:58.731ZJun 22 19:22:57.329 INFO Download complete, target: DendriteStub
17502026-06-22T19:22:59.474ZJun 22 19:22:58.071 INFO Download complete, target: MaghemiteMgd
17512026-06-22T19:23:02.151ZJun 22 19:23:00.743 INFO Checking that binary works, target: Cockroach
17522026-06-22T19:23:02.270ZJun 22 19:23:00.855 INFO Download complete, target: Cockroach
17532026-06-22T19:23:02.319ZJun 22 19:23:00.903 INFO Checking that binary works, target: Clickhouse
17542026-06-22T19:23:02.419ZJun 22 19:23:01.017 INFO Download complete, target: Clickhouse
17552026-06-22T19:23:02.438ZAll builder prerequisites installed successfully, and PATH looks valid
17562026-06-22T19:23:02.447Z
17572026-06-22T19:23:02.447Zreal 2:09.871739451
17582026-06-22T19:23:02.447Zuser 6:52.710989280
17592026-06-22T19:23:02.448Zsys 1:23.127481492
17602026-06-22T19:23:02.448Ztrap 0.230533866
17612026-06-22T19:23:02.448Ztflt 0.682659818
17622026-06-22T19:23:02.448Zdflt 0.522169928
17632026-06-22T19:23:02.448Zkflt 0.023066294
17642026-06-22T19:23:02.448Zlock 22:03.916556123
17652026-06-22T19:23:02.448Zslp 21:23.822128880
17662026-06-22T19:23:02.448Zlat 43.644744360
17672026-06-22T19:23:02.448Zstop 1:55.109169842
17682026-06-22T19:23:02.448Z+ banner clippy
17692026-06-22T19:23:02.448Z+ export CARGO_INCREMENTAL=0
17702026-06-22T19:23:02.448Z+ CARGO_INCREMENTAL=0
17712026-06-22T19:23:02.448Z+ ptime -m cargo xtask clippy
17722026-06-22T19:23:02.449Z
17732026-06-22T19:23:02.449Z #### # # ##### ##### # #
17742026-06-22T19:23:02.449Z # # # # # # # # # #
17752026-06-22T19:23:02.449Z # # # # # # # #
17762026-06-22T19:23:02.449Z # # # ##### ##### #
17772026-06-22T19:23:02.449Z # # # # # # #
17782026-06-22T19:23:02.449Z #### ###### # # # #
17792026-06-22T19:23:02.449Z
17802026-06-22T19:23:02.916Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17812026-06-22T19:23:03.125Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17822026-06-22T19:23:04.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
17832026-06-22T19:23:05.030Z Running `target/debug/xtask clippy`
17842026-06-22T19:23:05.053Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17852026-06-22T19:23:05.600Z Downloading crates ...
17862026-06-22T19:23:05.805Z Downloaded cast v0.3.0
17872026-06-22T19:23:05.811Z Downloaded addr2line v0.25.1
17882026-06-22T19:23:05.831Z Downloaded event-listener-strategy v0.5.4
17892026-06-22T19:23:05.839Z Downloaded constant_time_eq v0.3.1
17902026-06-22T19:23:05.839Z Downloaded supports-hyperlinks v2.1.0
17912026-06-22T19:23:05.839Z Downloaded escape8259 v0.5.3
17922026-06-22T19:23:05.839Z Downloaded tokio-test v0.4.5
17932026-06-22T19:23:05.848Z Downloaded assert-json-diff v2.0.2
17942026-06-22T19:23:05.860Z Downloaded supports-unicode v2.1.0
17952026-06-22T19:23:05.861Z Downloaded backtrace-ext v0.2.1
17962026-06-22T19:23:05.861Z Downloaded linkme-impl v0.3.35
17972026-06-22T19:23:05.865Z Downloaded plotters-svg v0.3.7
17982026-06-22T19:23:05.865Z Downloaded plotters-backend v0.3.7
17992026-06-22T19:23:05.865Z Downloaded guppy-workspace-hack v0.1.0
18002026-06-22T19:23:05.865Z Downloaded approx v0.5.1
18012026-06-22T19:23:05.865Z Downloaded target-spec v3.5.7
18022026-06-22T19:23:05.865Z Downloaded futures-timer v3.0.3
18032026-06-22T19:23:05.878Z Downloaded concurrent-queue v2.5.0
18042026-06-22T19:23:05.878Z Downloaded criterion-plot v0.6.0
18052026-06-22T19:23:05.883Z Downloaded miette-derive v5.10.0
18062026-06-22T19:23:05.883Z Downloaded pathdiff v0.2.3
18072026-06-22T19:23:05.883Z Downloaded async-object-pool v0.2.0
18082026-06-22T19:23:05.883Z Downloaded httptest v0.16.4
18092026-06-22T19:23:05.906Z Downloaded oorandom v11.1.5
18102026-06-22T19:23:05.926Z Downloaded parking v2.2.1
18112026-06-22T19:23:05.926Z Downloaded nested v0.1.1
18122026-06-22T19:23:05.926Z Downloaded similar-asserts v1.7.0
18132026-06-22T19:23:05.926Z Downloaded serde_regex v1.1.0
18142026-06-22T19:23:05.926Z Downloaded supports-color v2.1.0
18152026-06-22T19:23:05.926Z Downloaded datatest-stable v0.3.3
18162026-06-22T19:23:05.926Z Downloaded relative-path v1.9.3
18172026-06-22T19:23:05.926Z Downloaded stringmetrics v2.2.2
18182026-06-22T19:23:05.926Z Downloaded linkme v0.3.35
18192026-06-22T19:23:05.926Z Downloaded event-listener v5.4.1
18202026-06-22T19:23:05.931Z Downloaded tinytemplate v1.2.1
18212026-06-22T19:23:05.931Z Downloaded termcolor v1.4.1
18222026-06-22T19:23:05.931Z Downloaded assert_cmd v2.1.2
18232026-06-22T19:23:05.931Z Downloaded knuffel-derive v3.2.0
18242026-06-22T19:23:05.931Z Downloaded anes v0.1.6
18252026-06-22T19:23:05.931Z Downloaded criterion v0.7.0
18262026-06-22T19:23:05.931Z Downloaded terminal_size v0.1.17
18272026-06-22T19:23:05.931Z Downloaded rustc-demangle v0.1.27
18282026-06-22T19:23:05.931Z Downloaded rust-argon2 v2.1.0
18292026-06-22T19:23:05.931Z Downloaded owo-colors v3.5.0
18302026-06-22T19:23:05.931Z Downloaded libtest-mimic v0.8.1
18312026-06-22T19:23:05.938Z Downloaded partial-io v0.5.4
18322026-06-22T19:23:05.942Z Downloaded cfg-expr v0.20.6
18332026-06-22T19:23:05.942Z Downloaded target-lexicon v0.13.3
18342026-06-22T19:23:05.942Z Downloaded path-tree v0.8.3
18352026-06-22T19:23:05.943Z Downloaded trybuild v1.0.116
18362026-06-22T19:23:05.947Z Downloaded target-triple v1.0.0
18372026-06-22T19:23:05.947Z Downloaded async-lock v3.4.2
18382026-06-22T19:23:05.951Z Downloaded rstest v0.25.0
18392026-06-22T19:23:05.952Z Downloaded hickory-client v0.25.2
18402026-06-22T19:23:05.956Z Downloaded fancy-regex v0.14.0
18412026-06-22T19:23:05.956Z Downloaded blake2b_simd v1.0.4
18422026-06-22T19:23:05.961Z Downloaded textwrap v0.15.2
18432026-06-22T19:23:05.961Z Downloaded rstest_macros v0.25.0
18442026-06-22T19:23:05.965Z Downloaded chumsky v0.9.3
18452026-06-22T19:23:05.974Z Downloaded knuffel v3.2.0
18462026-06-22T19:23:05.983Z Downloaded rand_distr v0.5.1
18472026-06-22T19:23:05.992Z Downloaded backtrace v0.3.76
18482026-06-22T19:23:06.017Z Downloaded miette v5.10.0
18492026-06-22T19:23:06.036Z Downloaded hashbrown v0.14.5
18502026-06-22T19:23:06.036Z Downloaded plotters v0.3.7
18512026-06-22T19:23:06.036Z Downloaded guppy v0.17.25
18522026-06-22T19:23:06.045Z Downloaded gimli v0.32.3
18532026-06-22T19:23:06.153Z Downloaded httpmock v0.8.3
18542026-06-22T19:23:07.825Z Checking cfg-if v1.0.4
18552026-06-22T19:23:08.164Z Checking libc v0.2.185
18562026-06-22T19:23:08.179Z Checking serde_core v1.0.228
18572026-06-22T19:23:08.241Z Checking memchr v2.8.0
18582026-06-22T19:23:08.280Z Checking smallvec v1.15.1
18592026-06-22T19:23:08.325Z Checking itoa v1.0.17
18602026-06-22T19:23:08.359Z Checking log v0.4.29
18612026-06-22T19:23:08.412Z Checking zeroize v1.8.2
18622026-06-22T19:23:08.428Z Checking libm v0.2.16
18632026-06-22T19:23:08.488Z Checking scopeguard v1.2.0
18642026-06-22T19:23:08.543Z Checking stable_deref_trait v1.2.1
18652026-06-22T19:23:08.583Z Checking zmij v1.0.21
18662026-06-22T19:23:08.622Z Checking errno v0.3.14
18672026-06-22T19:23:08.627Z Checking getrandom v0.2.17
18682026-06-22T19:23:08.693Z Checking lock_api v0.4.14
18692026-06-22T19:23:08.698Z Checking zerofrom v0.1.6
18702026-06-22T19:23:08.767Z Checking percent-encoding v2.3.2
18712026-06-22T19:23:08.806Z Checking writeable v0.6.2
18722026-06-22T19:23:08.843Z Checking litemap v0.8.1
18732026-06-22T19:23:08.880Z Checking yoke v0.8.1
18742026-06-22T19:23:08.918Z Checking icu_normalizer_data v2.1.1
18752026-06-22T19:23:08.922Z Checking icu_properties_data v2.1.2
18762026-06-22T19:23:08.991Z Checking subtle v2.6.1
18772026-06-22T19:23:08.994Z Checking form_urlencoded v1.2.2
18782026-06-22T19:23:09.062Z Checking utf8_iter v1.0.4
18792026-06-22T19:23:09.093Z Checking rand_core v0.6.4
18802026-06-22T19:23:09.129Z Checking zerovec v0.11.5
18812026-06-22T19:23:09.135Z Checking zerotrie v0.2.3
18822026-06-22T19:23:09.198Z Checking num-traits v0.2.19
18832026-06-22T19:23:09.239Z Checking pin-project-lite v0.2.17
18842026-06-22T19:23:09.274Z Checking zerocopy v0.8.40
18852026-06-22T19:23:09.312Z Checking rand_core v0.10.0
18862026-06-22T19:23:09.359Z Checking parking_lot_core v0.9.12
18872026-06-22T19:23:09.403Z Checking portable-atomic v1.13.1
18882026-06-22T19:23:09.450Z Checking signal-hook-registry v1.4.8
18892026-06-22T19:23:09.483Z Checking getrandom v0.4.1
18902026-06-22T19:23:09.566Z Checking parking_lot v0.12.5
18912026-06-22T19:23:09.604Z Checking tinystr v0.8.2
18922026-06-22T19:23:09.642Z Checking potential_utf v0.1.4
18932026-06-22T19:23:09.678Z Checking critical-section v1.2.0
18942026-06-22T19:23:09.716Z Checking serde v1.0.228
18952026-06-22T19:23:09.752Z Checking serde_json v1.0.149
18962026-06-22T19:23:09.789Z Checking bitflags v2.11.0
18972026-06-22T19:23:09.828Z Checking icu_collections v2.1.1
18982026-06-22T19:23:09.831Z Checking icu_locale_core v2.1.1
18992026-06-22T19:23:09.903Z Checking once_cell v1.21.3
19002026-06-22T19:23:09.934Z Checking mio v1.2.0
19012026-06-22T19:23:09.985Z Checking typenum v1.19.0
19022026-06-22T19:23:10.106Z Checking socket2 v0.6.3
19032026-06-22T19:23:10.147Z Checking bytes v1.11.1
19042026-06-22T19:23:10.193Z Checking iana-time-zone v0.1.65
19052026-06-22T19:23:10.254Z Checking uuid v1.23.0
19062026-06-22T19:23:10.329Z Checking chrono v0.4.44
19072026-06-22T19:23:10.377Z Checking thiserror v2.0.18
19082026-06-22T19:23:10.428Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19092026-06-22T19:23:10.431Z Checking icu_provider v2.1.1
19102026-06-22T19:23:10.504Z Checking semver v1.0.28
19112026-06-22T19:23:10.541Z Checking generic-array v0.14.7
19122026-06-22T19:23:11.002Z Checking futures-core v0.3.32
19132026-06-22T19:23:11.007Z Checking tokio v1.52.1
19142026-06-22T19:23:11.007Z Checking icu_properties v2.1.2
19152026-06-22T19:23:11.007Z Checking icu_normalizer v2.1.1
19162026-06-22T19:23:11.007Z Checking dyn-clone v1.0.20
19172026-06-22T19:23:11.007Z Checking const-oid v0.9.6
19182026-06-22T19:23:11.007Z Checking equivalent v1.0.2
19192026-06-22T19:23:11.007Z Checking crypto-common v0.1.7
19202026-06-22T19:23:11.041Z Checking block-buffer v0.10.4
19212026-06-22T19:23:11.093Z Checking rustix v1.1.3
19222026-06-22T19:23:11.157Z Checking futures-sink v0.3.32
19232026-06-22T19:23:11.194Z Checking byteorder v1.5.0
19242026-06-22T19:23:11.230Z Checking slab v0.4.12
19252026-06-22T19:23:11.283Z Checking futures-channel v0.3.32
19262026-06-22T19:23:11.411Z Checking futures-io v0.3.32
19272026-06-22T19:23:11.449Z Checking futures-task v0.3.32
19282026-06-22T19:23:11.504Z Checking cpufeatures v0.2.17
19292026-06-22T19:23:11.546Z Checking digest v0.10.7
19302026-06-22T19:23:11.609Z Checking idna_adapter v1.2.1
19312026-06-22T19:23:11.623Z Checking thiserror v1.0.69
19322026-06-22T19:23:11.676Z Checking futures-util v0.3.32
19332026-06-22T19:23:11.681Z Checking hashbrown v0.17.0
19342026-06-22T19:23:11.727Z Checking idna v1.1.0
19352026-06-22T19:23:11.762Z Checking getrandom v0.3.4
19362026-06-22T19:23:11.767Z Checking fnv v1.0.7
19372026-06-22T19:23:11.915Z Checking regex-syntax v0.8.10
19382026-06-22T19:23:12.362Z Checking http v1.4.0
19392026-06-22T19:23:12.366Z Checking tracing-core v0.1.36
19402026-06-22T19:23:12.366Z Checking url v2.5.8
19412026-06-22T19:23:12.366Z Checking ppv-lite86 v0.2.21
19422026-06-22T19:23:12.366Z Checking indexmap v2.14.0
19432026-06-22T19:23:12.366Z Checking utf8parse v0.2.2
19442026-06-22T19:23:12.375Z Checking base64 v0.22.1
19452026-06-22T19:23:12.444Z Checking tracing v0.1.44
19462026-06-22T19:23:12.484Z Checking schemars v0.8.22
19472026-06-22T19:23:12.539Z Checking anstyle v1.0.14
19482026-06-22T19:23:12.643Z Checking is_terminal_polyfill v1.70.2
19492026-06-22T19:23:12.680Z Checking anstyle-query v1.1.5
19502026-06-22T19:23:12.749Z Checking base64ct v1.8.3
19512026-06-22T19:23:12.753Z Checking colorchoice v1.0.4
19522026-06-22T19:23:12.821Z Checking block-padding v0.3.3
19532026-06-22T19:23:12.825Z Checking ipnet v2.11.0
19542026-06-22T19:23:12.916Z Checking untrusted v0.9.0
19552026-06-22T19:23:12.993Z Checking inout v0.1.4
19562026-06-22T19:23:13.031Z Checking anstyle-parse v1.0.0
19572026-06-22T19:23:13.067Z Checking ring v0.17.14
19582026-06-22T19:23:13.154Z Checking terminal_size v0.4.3
19592026-06-22T19:23:13.189Z Checking cipher v0.4.4
19602026-06-22T19:23:13.193Z Checking aho-corasick v1.1.4
19612026-06-22T19:23:13.253Z Checking crossbeam-utils v0.8.21
19622026-06-22T19:23:13.289Z Checking unicode-ident v1.0.24
19632026-06-22T19:23:13.294Z Checking anstream v1.0.0
19642026-06-22T19:23:13.422Z Checking strsim v0.11.1
19652026-06-22T19:23:13.467Z Checking proc-macro2 v1.0.106
19662026-06-22T19:23:13.546Z Checking clap_lex v1.0.0
19672026-06-22T19:23:13.590Z Checking pem-rfc7468 v0.7.0
19682026-06-22T19:23:13.629Z Checking sha2 v0.10.9
19692026-06-22T19:23:13.634Z Checking rustls-pki-types v1.14.0
19702026-06-22T19:23:13.721Z Checking clap_builder v4.6.0
19712026-06-22T19:23:13.777Z Checking httparse v1.10.1
19722026-06-22T19:23:13.814Z Checking quote v1.0.45
19732026-06-22T19:23:13.851Z Checking tokio-util v0.7.18
19742026-06-22T19:23:13.902Z Checking regex-automata v0.4.14
19752026-06-22T19:23:13.940Z Checking powerfmt v0.2.0
19762026-06-22T19:23:13.977Z Checking rand_core v0.9.5
19772026-06-22T19:23:14.014Z Checking hmac v0.12.1
19782026-06-22T19:23:14.018Z Checking syn v2.0.117
19792026-06-22T19:23:14.088Z Checking time-core v0.1.8
19802026-06-22T19:23:14.121Z Checking deranged v0.5.8
19812026-06-22T19:23:14.171Z Checking num_threads v0.1.7
19822026-06-22T19:23:14.209Z Checking num-conv v0.2.0
19832026-06-22T19:23:14.250Z Checking erased-serde v0.3.31
19842026-06-22T19:23:14.287Z Checking flagset v0.4.7
19852026-06-22T19:23:14.354Z Checking http-body v1.0.1
19862026-06-22T19:23:14.437Z Checking der v0.7.10
19872026-06-22T19:23:14.892Z Checking allocator-api2 v0.2.21
19882026-06-22T19:23:14.918Z Checking atomic-waker v1.1.2
19892026-06-22T19:23:14.918Z Checking rand_chacha v0.9.0
19902026-06-22T19:23:14.918Z Checking slog v2.8.2
19912026-06-22T19:23:14.918Z Checking anyhow v1.0.102
19922026-06-22T19:23:14.918Z Checking httpdate v1.0.3
19932026-06-22T19:23:14.969Z Checking clap v4.6.1
19942026-06-22T19:23:14.973Z Checking try-lock v0.2.5
19952026-06-22T19:23:15.042Z Checking rand v0.9.2
19962026-06-22T19:23:15.080Z Checking time v0.3.47
19972026-06-22T19:23:15.083Z Checking h2 v0.4.13
19982026-06-22T19:23:15.113Z Checking spin v0.9.8
19992026-06-22T19:23:15.182Z Checking want v0.3.1
20002026-06-22T19:23:15.185Z Checking tower-service v0.3.3
20012026-06-22T19:23:15.316Z Checking tower-layer v0.3.3
20022026-06-22T19:23:15.354Z Checking pin-utils v0.1.0
20032026-06-22T19:23:15.357Z Checking ryu v1.0.23
20042026-06-22T19:23:15.458Z Checking ipnetwork v0.21.1
20052026-06-22T19:23:15.498Z Checking socket2 v0.5.10
20062026-06-22T19:23:15.534Z Checking mime v0.3.17
20072026-06-22T19:23:15.569Z Checking fastrand v2.3.0
20082026-06-22T19:23:15.694Z Checking spki v0.7.3
20092026-06-22T19:23:15.730Z Checking pbkdf2 v0.12.2
20102026-06-22T19:23:15.769Z Checking aes v0.8.4
20112026-06-22T19:23:15.772Z Checking http-body-util v0.1.3
20122026-06-22T19:23:15.839Z Checking salsa20 v0.10.2
20132026-06-22T19:23:15.870Z Checking cbc v0.1.2
20142026-06-22T19:23:15.906Z Checking rand_chacha v0.3.1
20152026-06-22T19:23:15.995Z Checking hex v0.4.3
20162026-06-22T19:23:16.034Z Checking aws-lc-sys v0.40.0
20172026-06-22T19:23:16.067Z Checking pretty-hex v0.4.1
20182026-06-22T19:23:16.141Z Checking simd-adler32 v0.3.8
20192026-06-22T19:23:16.177Z Checking untrusted v0.7.1
20202026-06-22T19:23:16.216Z Checking rand v0.8.6
20212026-06-22T19:23:16.253Z Checking scrypt v0.11.0
20222026-06-22T19:23:16.256Z Checking tempfile v3.25.0
20232026-06-22T19:23:16.321Z Checking plain v0.2.3
20242026-06-22T19:23:16.324Z Checking openssl-probe v0.2.1
20252026-06-22T19:23:16.390Z Checking adler2 v2.0.1
20262026-06-22T19:23:16.426Z Checking pkcs5 v0.7.1
20272026-06-22T19:23:16.462Z Checking regex v1.12.3
20282026-06-22T19:23:16.497Z Checking serde_urlencoded v0.7.1
20292026-06-22T19:23:16.501Z Checking encoding_rs v0.8.35
20302026-06-22T19:23:16.567Z Checking miniz_oxide v0.8.9
20312026-06-22T19:23:16.605Z Checking aws-lc-rs v1.16.3
20322026-06-22T19:23:16.699Z Checking ucd-trie v0.1.7
20332026-06-22T19:23:16.740Z Checking pkcs8 v0.10.2
20342026-06-22T19:23:16.740Z Checking camino v1.2.2
20352026-06-22T19:23:16.781Z Checking rustls-native-certs v0.8.3
20362026-06-22T19:23:16.858Z Checking pest v2.8.6
20372026-06-22T19:23:16.948Z Checking oxnet v0.1.6
20382026-06-22T19:23:16.987Z Checking futures-executor v0.3.32
20392026-06-22T19:23:17.024Z Checking sync_wrapper v1.0.2
20402026-06-22T19:23:17.060Z Checking either v1.15.0
20412026-06-22T19:23:17.155Z Checking tower v0.5.3
20422026-06-22T19:23:17.192Z Checking futures v0.3.32
20432026-06-22T19:23:17.233Z Checking webpki-roots v1.0.6
20442026-06-22T19:23:17.278Z Checking crc32fast v1.5.0
20452026-06-22T19:23:17.316Z Checking iri-string v0.7.10
20462026-06-22T19:23:17.377Z Checking foldhash v0.2.0
20472026-06-22T19:23:17.451Z Checking static_assertions v1.1.0
20482026-06-22T19:23:17.494Z Checking lazy_static v1.5.0
20492026-06-22T19:23:17.531Z Checking rustls-webpki v0.103.9
20502026-06-22T19:23:17.569Z Checking openapiv3 v2.2.0
20512026-06-22T19:23:17.572Z Checking hashbrown v0.16.1
20522026-06-22T19:23:17.572Z Checking signature v2.2.0
20532026-06-22T19:23:17.677Z Checking winnow v0.7.14
20542026-06-22T19:23:17.762Z Checking hubpack v0.1.2
20552026-06-22T19:23:17.828Z Checking hyper v1.8.1
20562026-06-22T19:23:17.941Z Checking zlib-rs v0.6.2
20572026-06-22T19:23:17.976Z Checking strum v0.26.3
20582026-06-22T19:23:18.012Z Checking rustls v0.23.37
20592026-06-22T19:23:18.117Z Checking tinyvec_macros v0.1.1
20602026-06-22T19:23:18.165Z Checking psl-types v2.0.11
20612026-06-22T19:23:18.215Z Checking tinyvec v1.10.0
20622026-06-22T19:23:18.315Z Checking publicsuffix v2.3.0
20632026-06-22T19:23:18.394Z Checking tower-http v0.6.8
20642026-06-22T19:23:18.503Z Checking cookie v0.18.1
20652026-06-22T19:23:18.554Z Checking sha1 v0.10.6
20662026-06-22T19:23:18.701Z Checking num-integer v0.1.46
20672026-06-22T19:23:18.749Z Checking scroll v0.13.0
20682026-06-22T19:23:18.788Z Checking data-encoding v2.10.0
20692026-06-22T19:23:18.824Z Checking hyper-util v0.1.20
20702026-06-22T19:23:18.862Z Checking flate2 v1.1.9
20712026-06-22T19:23:18.899Z Checking cookie_store v0.22.1
20722026-06-22T19:23:18.902Z Checking serde_spanned v0.6.9
20732026-06-22T19:23:18.969Z Checking toml_datetime v0.6.11
20742026-06-22T19:23:19.006Z Checking goblin v0.10.5
20752026-06-22T19:23:19.078Z Checking memmap2 v0.9.10
20762026-06-22T19:23:19.118Z Checking base16ct v0.2.0
20772026-06-22T19:23:19.175Z Checking bit-vec v0.8.0
20782026-06-22T19:23:19.178Z Checking dtrace-parser v0.3.0
20792026-06-22T19:23:19.250Z Checking ff v0.13.1
20802026-06-22T19:23:19.284Z Checking wait-timeout v0.2.1
20812026-06-22T19:23:19.287Z Checking sec1 v0.7.3
20822026-06-22T19:23:19.396Z Checking bit-set v0.8.0
20832026-06-22T19:23:19.434Z Checking thread-id v5.1.0
20842026-06-22T19:23:19.438Z Checking group v0.13.0
20852026-06-22T19:23:19.505Z Checking num-iter v0.1.45
20862026-06-22T19:23:19.543Z Checking bstr v1.12.1
20872026-06-22T19:23:19.580Z Checking hkdf v0.12.4
20882026-06-22T19:23:19.583Z Checking crossbeam-epoch v0.9.18
20892026-06-22T19:23:19.652Z Checking anstyle-parse v0.2.7
20902026-06-22T19:23:19.655Z Checking ahash v0.8.12
20912026-06-22T19:23:20.151Z Checking crypto-bigint v0.5.5
20922026-06-22T19:23:20.154Z Checking quick-error v1.2.3
20932026-06-22T19:23:20.154Z Checking anstream v0.6.21
20942026-06-22T19:23:20.155Z Checking rand_xorshift v0.4.0
20952026-06-22T19:23:20.155Z Checking rusty-fork v0.3.1
20962026-06-22T19:23:20.155Z Checking scroll v0.12.0
20972026-06-22T19:23:20.155Z Checking unarray v0.1.4
20982026-06-22T19:23:20.155Z Checking num-bigint-dig v0.8.6
20992026-06-22T19:23:20.155Z Checking pkcs1 v0.7.5
21002026-06-22T19:23:20.161Z Checking x509-cert v0.2.5
21012026-06-22T19:23:20.203Z Checking proptest v1.10.0
21022026-06-22T19:23:20.246Z Checking goblin v0.8.2
21032026-06-22T19:23:20.367Z Checking zerocopy v0.7.35
21042026-06-22T19:23:20.408Z Checking tokio-rustls v0.26.4
21052026-06-22T19:23:20.653Z Checking rustls-platform-verifier v0.6.2
21062026-06-22T19:23:21.102Z Checking hyper-rustls v0.27.7
21072026-06-22T19:23:21.105Z Checking elliptic-curve v0.13.8
21082026-06-22T19:23:21.105Z Checking foreign-types-shared v0.1.1
21092026-06-22T19:23:21.105Z Checking unicode-segmentation v1.12.0
21102026-06-22T19:23:21.105Z Checking reqwest v0.13.2
21112026-06-22T19:23:21.105Z Checking rsa v0.9.10
21122026-06-22T19:23:21.105Z Checking foreign-types v0.3.2
21132026-06-22T19:23:21.106Z Checking dtrace-parser v0.2.0
21142026-06-22T19:23:21.157Z Checking rfc6979 v0.4.0
21152026-06-22T19:23:21.238Z Checking memoffset v0.9.1
21162026-06-22T19:23:21.305Z Checking openssl-sys v0.9.115
21172026-06-22T19:23:21.354Z Checking thread-id v4.2.2
21182026-06-22T19:23:21.361Z Checking dof v0.4.0
21192026-06-22T19:23:21.421Z Checking ecdsa v0.16.9
21202026-06-22T19:23:21.457Z Checking curve25519-dalek v4.1.3
21212026-06-22T19:23:21.461Z Checking rustix v0.38.44
21222026-06-22T19:23:21.711Z Checking openssl v0.10.79
21232026-06-22T19:23:21.787Z Checking env_filter v1.0.0
21242026-06-22T19:23:21.854Z Checking keccak v0.1.6
21252026-06-22T19:23:21.961Z Checking toml_write v0.1.2
21262026-06-22T19:23:21.999Z Checking newtype-uuid v1.3.2
21272026-06-22T19:23:22.038Z Checking usdt-impl v0.6.0
21282026-06-22T19:23:22.074Z Checking same-file v1.0.6
21292026-06-22T19:23:22.153Z Checking toml_edit v0.22.27
21302026-06-22T19:23:22.156Z Checking dof v0.3.0
21312026-06-22T19:23:22.224Z Checking walkdir v2.5.0
21322026-06-22T19:23:22.227Z Checking daft v0.1.7
21332026-06-22T19:23:22.294Z Checking sha3 v0.10.8
21342026-06-22T19:23:22.330Z Checking env_logger v0.11.9
21352026-06-22T19:23:22.367Z Checking usdt v0.6.0
21362026-06-22T19:23:22.409Z Checking ed25519 v2.2.3
21372026-06-22T19:23:22.461Z Checking usdt-impl v0.5.0
21382026-06-22T19:23:22.529Z Checking itertools v0.13.0
21392026-06-22T19:23:22.534Z Checking serde_with v3.17.0
21402026-06-22T19:23:22.595Z Checking siphasher v1.0.2
21412026-06-22T19:23:22.605Z Checking bitflags v1.3.2
21422026-06-22T19:23:22.661Z Checking ed25519-dalek v2.2.0
21432026-06-22T19:23:22.699Z Checking nix v0.31.2
21442026-06-22T19:23:22.758Z Checking toml_parser v1.0.9+spec-1.1.0
21452026-06-22T19:23:22.807Z Checking unicode-normalization v0.1.25
21462026-06-22T19:23:22.921Z Checking signal-hook v0.3.18
21472026-06-22T19:23:23.124Z Checking winnow v0.5.40
21482026-06-22T19:23:23.160Z Checking managed v0.8.0
21492026-06-22T19:23:23.248Z Checking bzip2-sys v0.1.13+1.0.8
21502026-06-22T19:23:23.308Z Checking object v0.37.3
21512026-06-22T19:23:23.363Z Checking foldhash v0.1.5
21522026-06-22T19:23:23.401Z Checking bzip2 v0.4.4
21532026-06-22T19:23:23.931Z Checking hashbrown v0.15.5
21542026-06-22T19:23:23.935Z Checking signal-hook-mio v0.2.5
21552026-06-22T19:23:23.935Z Checking globset v0.4.18
21562026-06-22T19:23:23.935Z Checking ref-cast v1.0.25
21572026-06-22T19:23:23.935Z Checking native-tls v0.2.18
21582026-06-22T19:23:23.935Z Checking zstd-sys v2.0.16+zstd.1.5.7
21592026-06-22T19:23:23.935Z Checking zip v0.6.6
21602026-06-22T19:23:23.935Z Checking pin-project v1.1.11
21612026-06-22T19:23:23.943Z Checking zstd-safe v7.2.4
21622026-06-22T19:23:24.382Z Checking tokio-native-tls v0.3.1
21632026-06-22T19:23:24.385Z Checking libbz2-rs-sys v0.2.2
21642026-06-22T19:23:24.385Z Checking bumpalo v3.20.2
21652026-06-22T19:23:24.385Z Checking crossterm v0.28.1
21662026-06-22T19:23:24.385Z Checking zstd v0.13.3
21672026-06-22T19:23:24.385Z Checking hyper-tls v0.6.0
21682026-06-22T19:23:24.385Z Checking similar v2.7.0
21692026-06-22T19:23:24.385Z Checking zopfli v0.8.3
21702026-06-22T19:23:24.385Z Checking toml_edit v0.19.15
21712026-06-22T19:23:24.385Z Checking tokio-stream v0.1.18
21722026-06-22T19:23:24.389Z Checking reqwest v0.12.28
21732026-06-22T19:23:24.440Z Checking bzip2 v0.6.1
21742026-06-22T19:23:24.612Z Checking fs-err v3.3.0
21752026-06-22T19:23:24.650Z Checking pem v3.0.6
21762026-06-22T19:23:24.653Z Checking hash32 v0.2.1
21772026-06-22T19:23:24.754Z Checking serde-big-array v0.5.1
21782026-06-22T19:23:24.820Z Checking jiff v0.2.21
21792026-06-22T19:23:24.860Z Checking unicode-bidi v0.3.18
21802026-06-22T19:23:24.893Z Checking unicode-properties v0.1.4
21812026-06-22T19:23:24.929Z Checking predicates-core v1.0.10
21822026-06-22T19:23:24.965Z Checking heapless v0.7.17
21832026-06-22T19:23:25.082Z Checking snafu v0.8.9
21842026-06-22T19:23:25.120Z Checking olpc-cjson v0.1.4
21852026-06-22T19:23:25.175Z Checking stringprep v0.1.5
21862026-06-22T19:23:25.250Z Checking hickory-proto v0.25.2
21872026-06-22T19:23:25.286Z Checking md-5 v0.10.6
21882026-06-22T19:23:25.345Z Checking toml v0.7.8
21892026-06-22T19:23:25.381Z Checking serde_plain v1.0.2
21902026-06-22T19:23:25.386Z Checking float-cmp v0.10.0
21912026-06-22T19:23:25.450Z Checking fallible-iterator v0.2.0
21922026-06-22T19:23:25.453Z Checking difflib v0.4.0
21932026-06-22T19:23:25.552Z Checking normalize-line-endings v0.3.0
21942026-06-22T19:23:25.993Z Checking typed-path v0.9.3
21952026-06-22T19:23:25.996Z Checking smoltcp v0.9.1
21962026-06-22T19:23:25.996Z Checking iddqd v0.4.2
21972026-06-22T19:23:25.996Z Checking predicates v3.1.4
21982026-06-22T19:23:25.996Z Checking phf_shared v0.11.3
21992026-06-22T19:23:25.996Z Checking postgres-protocol v0.6.10
22002026-06-22T19:23:25.996Z Checking phf_shared v0.13.1
22012026-06-22T19:23:26.033Z Checking buf-list v1.1.2
22022026-06-22T19:23:26.121Z Checking strum v0.27.2
22032026-06-22T19:23:26.157Z Checking fixedbitset v0.4.2
22042026-06-22T19:23:26.235Z Checking lalrpop-util v0.19.12
22052026-06-22T19:23:26.274Z Checking precomputed-hash v0.1.1
22062026-06-22T19:23:26.277Z Checking new_debug_unreachable v1.0.6
22072026-06-22T19:23:26.342Z Checking fixedbitset v0.5.7
22082026-06-22T19:23:26.378Z Checking tough v0.22.0
22092026-06-22T19:23:26.414Z Checking petgraph v0.6.5
22102026-06-22T19:23:26.419Z Checking string_cache v0.8.9
22112026-06-22T19:23:26.891Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22122026-06-22T19:23:27.301Z Checking petgraph v0.8.3
22132026-06-22T19:23:27.301Z Checking phf v0.13.1
22142026-06-22T19:23:27.301Z Checking postgres-types v0.2.12
22152026-06-22T19:23:27.301Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22162026-06-22T19:23:27.312Z Checking peg-runtime v0.8.5
22172026-06-22T19:23:27.312Z Checking zip v4.6.1
22182026-06-22T19:23:27.312Z Checking whoami v2.1.0
22192026-06-22T19:23:27.312Z Checking is-terminal v0.4.17
22202026-06-22T19:23:27.331Z Checking tokio-postgres v0.7.16
22212026-06-22T19:23:27.414Z Checking crossbeam-channel v0.5.15
22222026-06-22T19:23:27.655Z Checking thread_local v1.1.9
22232026-06-22T19:23:27.698Z Compiling structmeta-derive v0.3.0
22242026-06-22T19:23:27.770Z Checking take_mut v0.2.2
22252026-06-22T19:23:27.848Z Checking term v1.2.1
22262026-06-22T19:23:27.916Z Checking slog-async v2.8.0
22272026-06-22T19:23:29.062Z Compiling newtype-uuid-macros v0.1.0
22282026-06-22T19:23:29.067Z Checking slog-term v2.9.2
22292026-06-22T19:23:29.067Z Compiling rustls v0.22.4
22302026-06-22T19:23:29.067Z Compiling multer v3.1.0
22312026-06-22T19:23:29.067Z Compiling async-stream-impl v0.3.6
22322026-06-22T19:23:29.067Z Checking match_cfg v0.1.0
22332026-06-22T19:23:29.067Z Checking slog-json v2.6.1
22342026-06-22T19:23:29.067Z Compiling dropshot v0.17.0
22352026-06-22T19:23:29.067Z Checking hostname v0.3.1
22362026-06-22T19:23:29.067Z Compiling dropshot_endpoint v0.17.0
22372026-06-22T19:23:29.068Z Checking debug-ignore v1.0.5
22382026-06-22T19:23:29.068Z Checking slog-bunyan v2.5.0
22392026-06-22T19:23:29.068Z Compiling structmeta v0.3.0
22402026-06-22T19:23:29.068Z Checking progenitor-client v0.14.0
22412026-06-22T19:23:29.068Z Checking rustls-webpki v0.102.8
22422026-06-22T19:23:29.068Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22432026-06-22T19:23:29.068Z Checking serde_spanned v1.0.4
22442026-06-22T19:23:29.068Z Checking serde_path_to_error v0.1.20
22452026-06-22T19:23:29.068Z Checking toml_datetime v1.0.0+spec-1.1.0
22462026-06-22T19:23:29.085Z Compiling derive-ex v0.1.8
22472026-06-22T19:23:29.119Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22482026-06-22T19:23:29.122Z Checking compression-core v0.4.31
22492026-06-22T19:23:29.268Z Checking toml_writer v1.0.6+spec-1.1.0
22502026-06-22T19:23:29.305Z Checking compression-codecs v0.4.37
22512026-06-22T19:23:29.310Z Checking async-stream v0.3.6
22522026-06-22T19:23:29.475Z Checking toml v1.0.6+spec-1.1.0
22532026-06-22T19:23:29.923Z Checking async-compression v0.4.41
22542026-06-22T19:23:29.926Z Checking waitgroup v0.1.2
22552026-06-22T19:23:29.926Z Checking rustls-pemfile v2.2.0
22562026-06-22T19:23:29.926Z Checking hostname v0.4.2
22572026-06-22T19:23:29.926Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22582026-06-22T19:23:29.926Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22592026-06-22T19:23:29.926Z Checking atomicwrites v0.4.4
22602026-06-22T19:23:29.926Z Compiling parse-display-derive v0.10.0
22612026-06-22T19:23:29.926Z Checking itertools v0.14.0
22622026-06-22T19:23:29.926Z Checking macaddr v1.0.1
22632026-06-22T19:23:29.979Z Checking regress v0.10.5
22642026-06-22T19:23:30.084Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22652026-06-22T19:23:30.131Z Checking instant v0.1.13
22662026-06-22T19:23:30.249Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22672026-06-22T19:23:30.390Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22682026-06-22T19:23:30.515Z Checking backoff v0.4.0
22692026-06-22T19:23:30.518Z Checking backon v1.6.0
22702026-06-22T19:23:31.133Z Checking humantime v2.3.0
22712026-06-22T19:23:31.136Z Checking progenitor-extras v0.2.0
22722026-06-22T19:23:31.137Z Compiling test-strategy v0.4.5
22732026-06-22T19:23:31.137Z Checking tokio-rustls v0.25.0
22742026-06-22T19:23:31.137Z Checking unicode-width v0.2.0
22752026-06-22T19:23:31.137Z Compiling convert_case v0.4.0
22762026-06-22T19:23:31.137Z Checking heck v0.5.0
22772026-06-22T19:23:31.137Z Checking half v2.7.1
22782026-06-22T19:23:31.137Z Checking ciborium-io v0.2.2
22792026-06-22T19:23:31.160Z Checking secrecy v0.10.3
22802026-06-22T19:23:31.230Z Compiling regress v0.11.1
22812026-06-22T19:23:31.300Z Checking ciborium-ll v0.2.2
22822026-06-22T19:23:31.338Z Checking indent_write v2.2.0
22832026-06-22T19:23:31.343Z Compiling derive_more v0.99.20
22842026-06-22T19:23:31.427Z Checking universal-hash v0.5.1
22852026-06-22T19:23:31.493Z Checking opaque-debug v0.3.1
22862026-06-22T19:23:31.932Z Checking ciborium v0.2.2
22872026-06-22T19:23:31.935Z Checking parse-display v0.10.0
22882026-06-22T19:23:31.935Z Checking camino-tempfile v1.4.1
22892026-06-22T19:23:31.935Z Compiling crucible-workspace-hack v0.1.0
22902026-06-22T19:23:31.935Z Checking aead v0.5.2
22912026-06-22T19:23:31.984Z Compiling unsafe-libyaml v0.2.11
22922026-06-22T19:23:31.986Z Checking poly1305 v0.8.0
22932026-06-22T19:23:32.167Z Checking chacha20 v0.9.1
22942026-06-22T19:23:32.306Z Compiling thiserror-impl-no-std v2.0.2
22952026-06-22T19:23:32.340Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22962026-06-22T19:23:32.380Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22972026-06-22T19:23:32.738Z Compiling serde_yaml v0.9.34+deprecated
22982026-06-22T19:23:32.773Z Checking swrite v0.1.0
22992026-06-22T19:23:32.776Z Checking password-hash v0.5.0
23002026-06-22T19:23:32.915Z Compiling typify-impl v0.6.2
23012026-06-22T19:23:33.000Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23022026-06-22T19:23:33.111Z Checking blake2 v0.10.6
23032026-06-22T19:23:33.378Z Checking argon2 v0.5.3
23042026-06-22T19:23:33.542Z Checking thiserror-no-std v2.0.2
23052026-06-22T19:23:33.662Z Checking vsss-rs v3.3.4
23062026-06-22T19:23:33.754Z Checking chacha20poly1305 v0.10.1
23072026-06-22T19:23:33.911Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23082026-06-22T19:23:34.001Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23092026-06-22T19:23:34.290Z Checking byte-wrapper v0.1.0
23102026-06-22T19:23:34.330Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23112026-06-22T19:23:34.362Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23122026-06-22T19:23:34.368Z Checking crossbeam-deque v0.8.6
23132026-06-22T19:23:34.523Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23142026-06-22T19:23:34.574Z Compiling rayon-core v1.13.0
23152026-06-22T19:23:34.608Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23162026-06-22T19:23:35.021Z Compiling toml_datetime v0.7.5+spec-1.1.0
23172026-06-22T19:23:35.026Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23182026-06-22T19:23:35.026Z Compiling toml_edit v0.23.10+spec-1.0.0
23192026-06-22T19:23:35.207Z Compiling proc-macro-error v1.0.4
23202026-06-22T19:23:35.254Z Checking rayon v1.11.0
23212026-06-22T19:23:35.544Z Compiling proc-macro-crate v3.4.0
23222026-06-22T19:23:35.956Z Checking toml v0.8.23
23232026-06-22T19:23:35.995Z Checking tabwriter v1.4.1
23242026-06-22T19:23:36.000Z Checking glob v0.3.3
23252026-06-22T19:23:36.066Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23262026-06-22T19:23:36.122Z Compiling num_enum_derive v0.7.6
23272026-06-22T19:23:36.169Z Checking colored v3.1.1
23282026-06-22T19:23:36.207Z Compiling heapless v0.8.0
23292026-06-22T19:23:36.237Z Compiling ingot-macros v0.1.1
23302026-06-22T19:23:36.301Z Checking hash32 v0.3.1
23312026-06-22T19:23:36.395Z Checking unicode-width v0.1.14
23322026-06-22T19:23:36.458Z Compiling smoltcp v0.11.0
23332026-06-22T19:23:36.677Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23342026-06-22T19:23:36.747Z Checking cobs v0.3.0
23352026-06-22T19:23:36.866Z Compiling usdt-macro v0.5.0
23362026-06-22T19:23:36.953Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23372026-06-22T19:23:36.956Z Compiling usdt-attr-macro v0.5.0
23382026-06-22T19:23:37.030Z Checking memmap v0.7.0
23392026-06-22T19:23:37.122Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23402026-06-22T19:23:37.583Z Checking num_enum v0.7.6
23412026-06-22T19:23:37.991Z Checking postcard v1.1.3
23422026-06-22T19:23:37.991Z Compiling proc-macro-crate v1.3.1
23432026-06-22T19:23:37.991Z Compiling typify-macro v0.6.2
23442026-06-22T19:23:37.994Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23452026-06-22T19:23:37.994Z Checking sigpipe v0.1.3
23462026-06-22T19:23:37.995Z Checking usdt v0.5.0
23472026-06-22T19:23:37.995Z Compiling foreign-types-macros v0.2.3
23482026-06-22T19:23:37.995Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23492026-06-22T19:23:37.995Z Checking cpufeatures v0.3.0
23502026-06-22T19:23:37.995Z Checking foreign-types-shared v0.3.1
23512026-06-22T19:23:38.029Z Checking chacha20 v0.10.0
23522026-06-22T19:23:38.125Z Compiling num_enum_derive v0.5.11
23532026-06-22T19:23:38.308Z Checking cstr-argument v0.1.2
23542026-06-22T19:23:38.417Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-06-22T19:23:38.455Z Checking foreign-types v0.5.0
23562026-06-22T19:23:38.891Z Compiling num-derive v0.4.2
23572026-06-22T19:23:38.894Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23582026-06-22T19:23:38.894Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23592026-06-22T19:23:38.894Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23602026-06-22T19:23:38.894Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23612026-06-22T19:23:39.004Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23622026-06-22T19:23:39.040Z Checking rand v0.10.0
23632026-06-22T19:23:39.043Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23642026-06-22T19:23:39.122Z Checking ingot-types v0.1.2
23652026-06-22T19:23:39.200Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23662026-06-22T19:23:39.203Z Checking num_enum v0.5.11
23672026-06-22T19:23:39.280Z Checking itertools v0.12.1
23682026-06-22T19:23:39.347Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23692026-06-22T19:23:39.384Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23702026-06-22T19:23:39.387Z Compiling typify v0.6.2
23712026-06-22T19:23:39.506Z Checking ingot v0.1.1
23722026-06-22T19:23:39.542Z Compiling progenitor-impl v0.14.0
23732026-06-22T19:23:39.579Z Compiling zone_cfg_derive v0.3.1
23742026-06-22T19:23:39.771Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23752026-06-22T19:23:39.971Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23762026-06-22T19:23:40.241Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23772026-06-22T19:23:40.721Z Checking zone v0.3.1
23782026-06-22T19:23:40.725Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23792026-06-22T19:23:40.725Z Checking smf v0.2.3
23802026-06-22T19:23:40.725Z Checking whoami v1.6.1
23812026-06-22T19:23:40.725Z Checking tokio-dtrace v0.1.1
23822026-06-22T19:23:40.725Z Compiling derive-where v1.6.0
23832026-06-22T19:23:40.725Z Checking console v0.15.11
23842026-06-22T19:23:40.725Z Checking newline-converter v0.3.0
23852026-06-22T19:23:40.796Z Checking bytecount v0.6.9
23862026-06-22T19:23:40.802Z Checking oxide-tokio-rt v0.1.4
23872026-06-22T19:23:40.878Z Compiling owo-colors v4.3.0
23882026-06-22T19:23:40.915Z Compiling cancel-safe-futures v0.1.5
23892026-06-22T19:23:41.005Z Checking libsw-core v0.3.2
23902026-06-22T19:23:41.008Z Checking expectorate v1.2.0
23912026-06-22T19:23:41.143Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23922026-06-22T19:23:41.621Z Checking libsw v3.5.0
23932026-06-22T19:23:41.624Z Checking num-rational v0.4.2
23942026-06-22T19:23:41.624Z Checking num-complex v0.4.6
23952026-06-22T19:23:41.624Z Checking linear-map v1.2.0
23962026-06-22T19:23:41.624Z Checking float-ord v0.3.2
23972026-06-22T19:23:41.751Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23982026-06-22T19:23:41.790Z Checking gethostname v0.5.0
23992026-06-22T19:23:41.904Z Compiling prettyplease v0.2.37
24002026-06-22T19:23:41.907Z Checking num v0.4.3
24012026-06-22T19:23:41.977Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24022026-06-22T19:23:42.045Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24032026-06-22T19:23:42.047Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24042026-06-22T19:23:42.132Z Compiling progenitor-macro v0.14.0
24052026-06-22T19:23:42.211Z Checking resolv-conf v0.7.6
24062026-06-22T19:23:42.318Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24072026-06-22T19:23:42.408Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24082026-06-22T19:23:42.445Z Checking unicode-linebreak v0.1.5
24092026-06-22T19:23:42.688Z Checking smawk v0.3.2
24102026-06-22T19:23:42.849Z Checking papergrid v0.11.0
24112026-06-22T19:23:43.422Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24122026-06-22T19:23:43.911Z Compiling tabled_derive v0.7.0
24132026-06-22T19:23:43.916Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-06-22T19:23:43.916Z Compiling convert_case v0.10.0
24152026-06-22T19:23:43.916Z Compiling slog-dtrace v0.3.0
24162026-06-22T19:23:43.924Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24172026-06-22T19:23:43.963Z Compiling derive_more-impl v2.1.1
24182026-06-22T19:23:43.998Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24192026-06-22T19:23:44.286Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24202026-06-22T19:23:44.494Z Checking tabled v0.15.0
24212026-06-22T19:23:44.805Z Checking derive_more v2.1.1
24222026-06-22T19:23:44.907Z Checking crossterm v0.29.0
24232026-06-22T19:23:45.612Z Checking linked-hash-map v0.5.6
24242026-06-22T19:23:45.622Z Checking lru-cache v0.1.2
24252026-06-22T19:23:45.751Z Checking hickory-proto v0.24.4
24262026-06-22T19:23:45.857Z Checking fd-lock v4.0.4
24272026-06-22T19:23:45.897Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24282026-06-22T19:23:46.606Z Checking vte v0.14.1
24292026-06-22T19:23:46.752Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24302026-06-22T19:23:47.371Z Checking display-error-chain v0.2.2
24312026-06-22T19:23:47.375Z Checking progenitor v0.14.0
24322026-06-22T19:23:47.375Z Checking strip-ansi-escapes v0.2.1
24332026-06-22T19:23:47.375Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24342026-06-22T19:23:47.971Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24352026-06-22T19:23:48.475Z Checking nu-ansi-term v0.50.3
24362026-06-22T19:23:48.672Z Checking termtree v0.5.1
24372026-06-22T19:23:48.721Z Checking reedline v0.40.0
24382026-06-22T19:23:48.922Z Checking hickory-resolver v0.24.4
24392026-06-22T19:23:48.959Z Checking textwrap v0.16.2
24402026-06-22T19:23:48.962Z Compiling minimal-lexical v0.2.1
24412026-06-22T19:23:49.142Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24422026-06-22T19:23:49.214Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24432026-06-22T19:23:49.316Z Compiling nom v7.1.3
24442026-06-22T19:23:49.627Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24452026-06-22T19:23:49.680Z Checking qorb v0.4.1
24462026-06-22T19:23:49.783Z Compiling ar_archive_writer v0.5.1
24472026-06-22T19:23:49.892Z Checking csv-core v0.1.13
24482026-06-22T19:23:50.230Z Checking csv v1.4.0
24492026-06-22T19:23:50.394Z Compiling stacker v0.1.23
24502026-06-22T19:23:50.639Z Compiling semver v0.1.20
24512026-06-22T19:23:50.675Z Compiling psm v0.1.30
24522026-06-22T19:23:50.710Z Compiling cfg_aliases v0.1.1
24532026-06-22T19:23:50.715Z Checking highway v1.3.0
24542026-06-22T19:23:51.154Z Compiling nix v0.28.0
24552026-06-22T19:23:51.154Z Compiling rustc_version v0.1.7
24562026-06-22T19:23:51.154Z Checking nibble_vec v0.1.0
24572026-06-22T19:23:51.154Z Checking endian-type v0.1.2
24582026-06-22T19:23:51.154Z Checking home v0.5.12
24592026-06-22T19:23:51.154Z Compiling newtype_derive v0.1.6
24602026-06-22T19:23:51.217Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24612026-06-22T19:23:51.223Z Checking radix_trie v0.2.1
24622026-06-22T19:23:51.316Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24632026-06-22T19:23:51.416Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24642026-06-22T19:23:51.450Z Checking phf_shared v0.12.1
24652026-06-22T19:23:51.548Z Compiling recursive-proc-macro-impl v0.1.1
24662026-06-22T19:23:51.617Z Compiling chrono-tz v0.10.4
24672026-06-22T19:23:51.668Z Checking phf v0.12.1
24682026-06-22T19:23:51.933Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24692026-06-22T19:23:51.951Z Compiling const_format_proc_macros v0.2.34
24702026-06-22T19:23:52.003Z Compiling peg-macros v0.8.5
24712026-06-22T19:23:52.006Z Checking recursive v0.1.1
24722026-06-22T19:23:52.090Z Checking nom v8.0.0
24732026-06-22T19:23:52.159Z Checking winnow v0.6.26
24742026-06-22T19:23:52.900Z Compiling sqlparser_derive v0.5.0
24752026-06-22T19:23:52.909Z Checking unicode_categories v0.1.1
24762026-06-22T19:23:52.909Z Checking rustyline v14.0.0
24772026-06-22T19:23:52.909Z Checking const_format v0.2.35
24782026-06-22T19:23:53.344Z Checking sqlparser v0.61.0
24792026-06-22T19:23:53.347Z Checking sqlformat v0.3.5
24802026-06-22T19:23:53.411Z Checking peg v0.8.5
24812026-06-22T19:23:53.514Z Checking bcs v0.1.6
24822026-06-22T19:23:53.560Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24832026-06-22T19:23:53.662Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24842026-06-22T19:23:53.776Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24852026-06-22T19:23:53.826Z Checking steno v0.4.1
24862026-06-22T19:23:53.877Z Checking filetime v0.2.27
24872026-06-22T19:23:54.044Z Checking xattr v1.6.1
24882026-06-22T19:23:54.113Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24892026-06-22T19:23:54.166Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-06-22T19:23:54.206Z Checking tar v0.4.45
24912026-06-22T19:23:54.365Z Checking subprocess v0.2.15
24922026-06-22T19:23:54.682Z Checking base64 v0.21.7
24932026-06-22T19:23:54.756Z Checking headers-core v0.3.0
24942026-06-22T19:23:54.855Z Checking yasna v0.5.2
24952026-06-22T19:23:54.893Z Checking headers v0.4.1
24962026-06-22T19:23:54.953Z Checking dropshot-api-manager-types v0.7.2
24972026-06-22T19:23:55.150Z Checking tagptr v0.2.0
24982026-06-22T19:23:55.275Z Checking rcgen v0.12.1
24992026-06-22T19:23:55.332Z Checking moka v0.12.13
25002026-06-22T19:23:55.387Z Checking utf-8 v0.7.6
25012026-06-22T19:23:55.559Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25022026-06-22T19:23:55.616Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25032026-06-22T19:23:55.730Z Checking tungstenite v0.21.0
25042026-06-22T19:23:56.008Z Checking hickory-resolver v0.25.2
25052026-06-22T19:23:56.104Z Compiling libefi-sys v0.1.0
25062026-06-22T19:23:56.141Z Compiling bitfield-struct v0.6.2
25072026-06-22T19:23:56.174Z Checking tokio-tungstenite v0.21.0
25082026-06-22T19:23:56.360Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25092026-06-22T19:23:56.480Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25102026-06-22T19:23:56.725Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25112026-06-22T19:23:56.799Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25122026-06-22T19:23:57.222Z Compiling radium v0.7.0
25132026-06-22T19:23:57.281Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25142026-06-22T19:23:57.392Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25152026-06-22T19:23:57.560Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25162026-06-22T19:23:57.656Z Checking tap v1.0.1
25172026-06-22T19:23:57.722Z Compiling maybe-uninit v2.0.0
25182026-06-22T19:23:57.791Z Compiling zerocopy-derive v0.6.6
25192026-06-22T19:23:57.795Z Checking wyz v0.5.1
25202026-06-22T19:23:57.992Z Checking crc-catalog v2.4.0
25212026-06-22T19:23:58.077Z Checking funty v2.0.0
25222026-06-22T19:23:58.125Z Compiling packed_struct v0.10.1
25232026-06-22T19:23:58.178Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25242026-06-22T19:23:58.229Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25252026-06-22T19:23:58.265Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25262026-06-22T19:23:58.316Z Checking crc v3.4.0
25272026-06-22T19:23:58.423Z Checking bitvec v1.0.1
25282026-06-22T19:23:58.463Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25292026-06-22T19:23:58.514Z Compiling packed_struct_codegen v0.10.1
25302026-06-22T19:23:58.568Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25312026-06-22T19:23:58.683Z Checking zerocopy v0.6.6
25322026-06-22T19:23:59.007Z Compiling bitfield-macros v0.19.4
25332026-06-22T19:23:59.459Z Compiling indexmap v1.9.3
25342026-06-22T19:23:59.616Z Checking nodrop v0.1.14
25352026-06-22T19:23:59.727Z Checking bitfield v0.19.4
25362026-06-22T19:23:59.762Z Checking array-init v0.0.4
25372026-06-22T19:23:59.830Z Checking smallvec v0.6.14
25382026-06-22T19:24:00.029Z Checking hashbrown v0.12.3
25392026-06-22T19:24:00.054Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25402026-06-22T19:24:00.092Z Checking serde-hex v0.1.0
25412026-06-22T19:24:00.240Z Checking ron v0.8.1
25422026-06-22T19:24:00.795Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25432026-06-22T19:24:00.831Z Checking hashbrown v0.13.2
25442026-06-22T19:24:00.863Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25452026-06-22T19:24:01.291Z Checking crc-any v2.5.0
25462026-06-22T19:24:01.420Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25472026-06-22T19:24:01.456Z Checking object v0.30.4
25482026-06-22T19:24:01.491Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-06-22T19:24:01.522Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25502026-06-22T19:24:01.606Z Checking path-slash v0.1.5
25512026-06-22T19:24:01.709Z Compiling xshell-macros v0.2.7
25522026-06-22T19:24:01.748Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25532026-06-22T19:24:02.098Z Checking half v1.8.3
25542026-06-22T19:24:02.133Z Checking xshell v0.2.7
25552026-06-22T19:24:02.168Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25562026-06-22T19:24:02.321Z Checking serde_cbor v0.11.2
25572026-06-22T19:24:02.762Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25582026-06-22T19:24:03.172Z Compiling proc-macro-error-attr2 v2.0.0
25592026-06-22T19:24:03.172Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25602026-06-22T19:24:03.175Z Compiling proc-macro-error2 v2.0.1
25612026-06-22T19:24:03.175Z Compiling num-derive v0.3.3
25622026-06-22T19:24:03.175Z Checking maplit v1.0.2
25632026-06-22T19:24:03.242Z Compiling tabled_derive v0.11.0
25642026-06-22T19:24:03.284Z Checking papergrid v0.17.0
25652026-06-22T19:24:03.596Z Checking testing_table v0.3.0
25662026-06-22T19:24:03.727Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25672026-06-22T19:24:03.913Z Checking libscf-sys v1.1.0
25682026-06-22T19:24:03.964Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25692026-06-22T19:24:04.080Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25702026-06-22T19:24:04.113Z Compiling progenitor-impl v0.13.0
25712026-06-22T19:24:04.259Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25722026-06-22T19:24:04.310Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25732026-06-22T19:24:04.444Z Checking tabled v0.20.0
25742026-06-22T19:24:04.620Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25752026-06-22T19:24:04.953Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25762026-06-22T19:24:05.051Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25772026-06-22T19:24:05.223Z Checking progenitor-client v0.13.0
25782026-06-22T19:24:05.329Z Compiling git-stub v1.0.0
25792026-06-22T19:24:05.490Z Checking unicase v2.9.0
25802026-06-22T19:24:05.616Z Compiling git-stub-vcs v0.1.0
25812026-06-22T19:24:05.679Z Checking crc8 v0.1.1
25822026-06-22T19:24:05.715Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25832026-06-22T19:24:05.805Z Checking fxhash v0.2.1
25842026-06-22T19:24:05.894Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25852026-06-22T19:24:06.360Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25862026-06-22T19:24:06.363Z Compiling vergen-lib v0.1.6
25872026-06-22T19:24:06.364Z Compiling diesel_derives v2.3.7
25882026-06-22T19:24:06.443Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25892026-06-22T19:24:06.511Z Checking scheduled-thread-pool v0.2.7
25902026-06-22T19:24:06.559Z Compiling dsl_auto_type v0.2.0
25912026-06-22T19:24:06.689Z Compiling vergen-gitcl v1.0.8
25922026-06-22T19:24:06.766Z Compiling progenitor-macro v0.13.0
25932026-06-22T19:24:06.811Z Compiling diesel_table_macro_syntax v0.3.0
25942026-06-22T19:24:06.868Z Checking r2d2 v0.8.10
25952026-06-22T19:24:06.980Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25962026-06-22T19:24:07.047Z Checking downcast-rs v2.0.2
25972026-06-22T19:24:07.087Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25982026-06-22T19:24:07.087Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25992026-06-22T19:24:07.323Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26002026-06-22T19:24:07.401Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26012026-06-22T19:24:07.590Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26022026-06-22T19:24:07.628Z Checking kstat-rs v0.2.4
26032026-06-22T19:24:07.631Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26042026-06-22T19:24:07.705Z Checking arc-swap v1.8.2
26052026-06-22T19:24:07.757Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26062026-06-22T19:24:07.853Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26072026-06-22T19:24:07.886Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26082026-06-22T19:24:07.970Z Checking slog-scope v4.4.1
26092026-06-22T19:24:08.143Z Compiling dirs-sys-next v0.1.2
26102026-06-22T19:24:08.190Z Compiling parking_lot_core v0.8.6
26112026-06-22T19:24:08.462Z Compiling crunchy v0.2.4
26122026-06-22T19:24:08.529Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26132026-06-22T19:24:08.571Z Compiling dirs-next v2.0.0
26142026-06-22T19:24:08.632Z Checking slog-stdlog v4.1.1
26152026-06-22T19:24:08.726Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26162026-06-22T19:24:08.798Z Compiling clang-sys v1.8.1
26172026-06-22T19:24:08.838Z Compiling tiny-keccak v2.0.2
26182026-06-22T19:24:09.220Z Checking slog-envlogger v2.2.0
26192026-06-22T19:24:09.265Z Compiling term v0.7.0
26202026-06-22T19:24:09.363Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26212026-06-22T19:24:09.399Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26222026-06-22T19:24:09.527Z Compiling bit-vec v0.6.3
26232026-06-22T19:24:09.686Z Compiling ascii-canvas v3.0.0
26242026-06-22T19:24:09.772Z Compiling bit-set v0.5.3
26252026-06-22T19:24:09.807Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26262026-06-22T19:24:09.839Z Checking parking_lot v0.11.2
26272026-06-22T19:24:09.954Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26282026-06-22T19:24:09.958Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26292026-06-22T19:24:10.060Z Checking prefix-trie v0.7.0
26302026-06-22T19:24:10.127Z Compiling itertools v0.10.5
26312026-06-22T19:24:10.314Z Compiling ena v0.14.4
26322026-06-22T19:24:10.423Z Compiling libloading v0.8.9
26332026-06-22T19:24:10.453Z Compiling bindgen v0.71.1
26342026-06-22T19:24:10.488Z Compiling regex-syntax v0.6.29
26352026-06-22T19:24:10.543Z Compiling diff v0.1.13
26362026-06-22T19:24:10.972Z Checking hickory-server v0.25.2
26372026-06-22T19:24:11.009Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26382026-06-22T19:24:11.202Z Checking sled v0.34.7
26392026-06-22T19:24:12.010Z Compiling cexpr v0.6.0
26402026-06-22T19:24:12.013Z Checking progenitor v0.13.0
26412026-06-22T19:24:12.013Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26422026-06-22T19:24:12.235Z Compiling lalrpop v0.19.12
26432026-06-22T19:24:12.702Z Checking nanorand v0.7.0
26442026-06-22T19:24:12.712Z Compiling rustc-hash v2.1.1
26452026-06-22T19:24:12.712Z Checking diesel v2.3.7
26462026-06-22T19:24:12.712Z Compiling salty v0.3.0
26472026-06-22T19:24:12.713Z Checking flume v0.11.1
26482026-06-22T19:24:12.861Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26492026-06-22T19:24:12.947Z Checking primeorder v0.13.6
26502026-06-22T19:24:13.057Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26512026-06-22T19:24:13.105Z Compiling libxml v0.3.3
26522026-06-22T19:24:13.573Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26532026-06-22T19:24:14.591Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26542026-06-22T19:24:14.595Z Compiling strum_macros v0.24.3
26552026-06-22T19:24:14.595Z Compiling fs-err v2.11.0
26562026-06-22T19:24:14.641Z Compiling indoc v1.0.9
26572026-06-22T19:24:15.095Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26582026-06-22T19:24:15.317Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26592026-06-22T19:24:15.591Z Checking quick-xml v0.37.5
26602026-06-22T19:24:15.681Z Checking derive_builder v0.20.2
26612026-06-22T19:24:15.736Z Compiling oso-derive v0.27.3
26622026-06-22T19:24:15.826Z Compiling trait-variant v0.1.2
26632026-06-22T19:24:16.252Z Compiling impl-trait-for-tuples v0.2.3
26642026-06-22T19:24:16.397Z Checking openssl-probe v0.1.6
26652026-06-22T19:24:16.503Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26662026-06-22T19:24:16.794Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26672026-06-22T19:24:17.293Z Checking p384 v0.13.1
26682026-06-22T19:24:17.761Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26692026-06-22T19:24:17.807Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26702026-06-22T19:24:18.242Z Checking parse-size v1.1.0
26712026-06-22T19:24:18.401Z Checking assert_matches v1.5.0
26722026-06-22T19:24:18.442Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26732026-06-22T19:24:18.507Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26742026-06-22T19:24:18.563Z Checking predicates-tree v1.0.13
26752026-06-22T19:24:18.710Z Checking bb8 v0.8.6
26762026-06-22T19:24:18.984Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26772026-06-22T19:24:19.030Z Compiling mime_guess v2.0.5
26782026-06-22T19:24:19.291Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26792026-06-22T19:24:19.730Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26802026-06-22T19:24:20.141Z Checking http-range v0.1.5
26812026-06-22T19:24:20.141Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26822026-06-22T19:24:20.141Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26832026-06-22T19:24:20.141Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26842026-06-22T19:24:20.144Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26852026-06-22T19:24:20.144Z Checking atty v0.2.14
26862026-06-22T19:24:20.144Z Checking nonempty v0.12.0
26872026-06-22T19:24:20.144Z Checking corncobs v0.1.4
26882026-06-22T19:24:20.144Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-06-22T19:24:20.203Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26902026-06-22T19:24:20.208Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26912026-06-22T19:24:20.441Z Checking ignore v0.4.25
26922026-06-22T19:24:20.501Z Checking secrecy v0.8.0
26932026-06-22T19:24:20.535Z Checking hyper-staticfile v0.10.1
26942026-06-22T19:24:21.262Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26952026-06-22T19:24:21.670Z Checking globwalk v0.9.1
26962026-06-22T19:24:21.670Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26972026-06-22T19:24:21.670Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26982026-06-22T19:24:21.670Z Compiling illumos-nvpair-sys v0.2.0
26992026-06-22T19:24:21.674Z Checking camino-tempfile-ext v0.3.3
27002026-06-22T19:24:21.674Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27012026-06-22T19:24:21.674Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27022026-06-22T19:24:21.674Z Checking signal-hook-tokio v0.3.1
27032026-06-22T19:24:21.674Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27042026-06-22T19:24:21.863Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27052026-06-22T19:24:21.944Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27062026-06-22T19:24:22.184Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27072026-06-22T19:24:22.338Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27082026-06-22T19:24:22.469Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27092026-06-22T19:24:22.526Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27102026-06-22T19:24:22.652Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27112026-06-22T19:24:22.747Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27122026-06-22T19:24:23.278Z Checking illumos-nvpair v0.3.0
27132026-06-22T19:24:23.487Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27142026-06-22T19:24:23.926Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27152026-06-22T19:24:24.395Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27162026-06-22T19:24:24.421Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27172026-06-22T19:24:24.477Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27182026-06-22T19:24:24.638Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27192026-06-22T19:24:24.683Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27202026-06-22T19:24:24.781Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27212026-06-22T19:24:24.846Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27222026-06-22T19:24:25.395Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27232026-06-22T19:24:25.570Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27242026-06-22T19:24:25.746Z Checking tungstenite v0.23.0
27252026-06-22T19:24:25.812Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27262026-06-22T19:24:25.851Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27272026-06-22T19:24:26.212Z Checking tokio-tungstenite v0.23.1
27282026-06-22T19:24:26.271Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27292026-06-22T19:24:26.499Z Checking rand_seeder v0.4.0
27302026-06-22T19:24:26.641Z Checking void v1.0.2
27312026-06-22T19:24:26.713Z Checking diesel-dtrace v0.5.0
27322026-06-22T19:24:26.777Z Checking async-bb8-diesel v0.2.1
27332026-06-22T19:24:26.817Z Checking lzss v0.8.2
27342026-06-22T19:24:26.976Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27352026-06-22T19:24:27.001Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27362026-06-22T19:24:27.037Z Checking nix v0.27.1
27372026-06-22T19:24:27.151Z Checking serde_bytes v0.11.19
27382026-06-22T19:24:27.178Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27392026-06-22T19:24:27.272Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27402026-06-22T19:24:27.348Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27412026-06-22T19:24:27.599Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27422026-06-22T19:24:27.988Z Checking is_ci v1.2.0
27432026-06-22T19:24:28.532Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27442026-06-22T19:24:28.542Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27452026-06-22T19:24:28.542Z Checking yansi v1.0.1
27462026-06-22T19:24:28.543Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27472026-06-22T19:24:28.629Z Checking pretty_assertions v1.4.1
27482026-06-22T19:24:28.707Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27492026-06-22T19:24:28.791Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27502026-06-22T19:24:29.430Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27512026-06-22T19:24:29.443Z Compiling darling_core v0.23.0
27522026-06-22T19:24:29.682Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27532026-06-22T19:24:30.274Z Compiling indoc v2.0.7
27542026-06-22T19:24:30.314Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27552026-06-22T19:24:30.546Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-22T19:24:30.765Z Compiling libz-sys v1.1.24
27572026-06-22T19:24:31.173Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-06-22T19:24:31.345Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27592026-06-22T19:24:31.375Z Compiling instability v0.3.11
27602026-06-22T19:24:31.493Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-22T19:24:31.631Z Compiling darling_macro v0.23.0
27622026-06-22T19:24:31.822Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27632026-06-22T19:24:32.038Z Checking castaway v0.2.4
27642026-06-22T19:24:32.563Z Compiling darling v0.23.0
27652026-06-22T19:24:32.567Z Checking compact_str v0.8.1
27662026-06-22T19:24:32.604Z Checking supports-color v3.0.2
27672026-06-22T19:24:32.767Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27682026-06-22T19:24:32.868Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27692026-06-22T19:24:33.015Z Checking unicode-truncate v1.1.0
27702026-06-22T19:24:33.049Z Checking console v0.16.2
27712026-06-22T19:24:33.101Z Checking lru v0.12.5
27722026-06-22T19:24:33.205Z Compiling libgit2-sys v0.18.3+1.9.2
27732026-06-22T19:24:33.298Z Checking cassowary v0.3.0
27742026-06-22T19:24:33.307Z Checking unit-prefix v0.5.2
27752026-06-22T19:24:33.526Z Checking indicatif v0.18.4
27762026-06-22T19:24:33.557Z Checking ratatui v0.29.0
27772026-06-22T19:24:33.639Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27782026-06-22T19:24:33.938Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27792026-06-22T19:24:34.184Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27802026-06-22T19:24:34.864Z Compiling vergen-git2 v9.1.0
27812026-06-22T19:24:34.911Z Checking plotters-backend v0.3.7
27822026-06-22T19:24:35.140Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27832026-06-22T19:24:35.177Z Checking plotters-svg v0.3.7
27842026-06-22T19:24:35.361Z Compiling rustls v0.21.12
27852026-06-22T19:24:35.393Z Checking cast v0.3.0
27862026-06-22T19:24:35.571Z Checking criterion-plot v0.6.0
27872026-06-22T19:24:35.700Z Checking plotters v0.3.7
27882026-06-22T19:24:35.855Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27892026-06-22T19:24:35.896Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27902026-06-22T19:24:36.123Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
27912026-06-22T19:24:36.354Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27922026-06-22T19:24:36.474Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27932026-06-22T19:24:36.989Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27942026-06-22T19:24:37.401Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27952026-06-22T19:24:37.401Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27962026-06-22T19:24:37.401Z Checking colored v2.2.0
27972026-06-22T19:24:37.401Z Checking rustls-webpki v0.101.7
27982026-06-22T19:24:37.405Z Checking sct v0.7.1
27992026-06-22T19:24:37.405Z Checking tinytemplate v1.2.1
28002026-06-22T19:24:37.405Z Checking oorandom v11.1.5
28012026-06-22T19:24:37.443Z Checking shell-words v1.1.1
28022026-06-22T19:24:37.503Z Checking anes v0.1.6
28032026-06-22T19:24:37.644Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28042026-06-22T19:24:37.715Z Checking criterion v0.7.0
28052026-06-22T19:24:39.519Z Checking typeid v1.0.3
28062026-06-22T19:24:39.523Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28072026-06-22T19:24:39.523Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28082026-06-22T19:24:40.015Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28092026-06-22T19:24:40.538Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28102026-06-22T19:24:41.348Z Checking hex-literal v0.4.1
28112026-06-22T19:24:41.482Z Checking erased-serde v0.4.9
28122026-06-22T19:24:41.871Z Checking tokio-rustls v0.24.1
28132026-06-22T19:24:42.109Z Checking rustls-pemfile v1.0.4
28142026-06-22T19:24:42.289Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28152026-06-22T19:24:42.466Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28162026-06-22T19:24:42.506Z Checking twox-hash v2.1.2
28172026-06-22T19:24:42.837Z Checking ordered-float v2.10.1
28182026-06-22T19:24:42.920Z Checking serde-untagged v0.1.9
28192026-06-22T19:24:43.116Z Checking serde-value v0.7.0
28202026-06-22T19:24:43.151Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28212026-06-22T19:24:43.361Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28222026-06-22T19:24:43.557Z Checking fatfs v0.3.6
28232026-06-22T19:24:44.056Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28242026-06-22T19:24:44.089Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28252026-06-22T19:24:44.164Z Checking unicode-xid v0.2.6
28262026-06-22T19:24:44.263Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28272026-06-22T19:24:44.304Z Compiling seq-macro v0.3.6
28282026-06-22T19:24:44.838Z Checking cargo-util-schemas v0.8.2
28292026-06-22T19:24:45.389Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28302026-06-22T19:24:45.451Z Checking cargo-platform v0.2.0
28312026-06-22T19:24:45.557Z Compiling petname v2.0.2
28322026-06-22T19:24:45.662Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28332026-06-22T19:24:45.754Z Checking cargo_metadata v0.21.0
28342026-06-22T19:24:46.235Z Checking concurrent-queue v2.5.0
28352026-06-22T19:24:46.440Z Checking rtoolbox v0.0.3
28362026-06-22T19:24:46.550Z Checking parking v2.2.1
28372026-06-22T19:24:46.614Z Checking rpassword v7.4.0
28382026-06-22T19:24:46.703Z Checking event-listener v5.4.1
28392026-06-22T19:24:46.964Z Checking tui-tree-widget v0.23.1
28402026-06-22T19:24:47.172Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28412026-06-22T19:24:47.192Z Checking polyval v0.6.2
28422026-06-22T19:24:47.348Z Checking sapling-renderdag v0.1.0
28432026-06-22T19:24:47.389Z Checking sync-ptr v0.1.4
28442026-06-22T19:24:47.534Z Checking ghash v0.5.1
28452026-06-22T19:24:47.618Z Checking event-listener-strategy v0.5.4
28462026-06-22T19:24:47.686Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28472026-06-22T19:24:47.784Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28482026-06-22T19:24:48.083Z Checking ctr v0.9.2
28492026-06-22T19:24:48.289Z Checking constant_time_eq v0.4.2
28502026-06-22T19:24:48.408Z Checking futures-timer v3.0.3
28512026-06-22T19:24:48.460Z Checking arrayref v0.3.9
28522026-06-22T19:24:48.565Z Checking arrayvec v0.7.6
28532026-06-22T19:24:48.614Z Checking aes-gcm v0.10.3
28542026-06-22T19:24:49.219Z Checking async-lock v3.4.2
28552026-06-22T19:24:49.224Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28562026-06-22T19:24:49.228Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28572026-06-22T19:24:49.747Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28582026-06-22T19:24:49.836Z Checking ssh-encoding v0.2.0
28592026-06-22T19:24:50.459Z Checking blowfish v0.9.1
28602026-06-22T19:24:50.876Z Compiling strsim v0.10.0
28612026-06-22T19:24:50.881Z Compiling darling_core v0.13.4
28622026-06-22T19:24:50.881Z Checking bcrypt-pbkdf v0.10.0
28632026-06-22T19:24:50.881Z Checking ssh-cipher v0.2.0
28642026-06-22T19:24:51.009Z Checking async-object-pool v0.2.0
28652026-06-22T19:24:51.155Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-06-22T19:24:51.573Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28672026-06-22T19:24:52.243Z Checking serde_regex v1.1.0
28682026-06-22T19:24:52.801Z Checking password-hash v0.4.2
28692026-06-22T19:24:52.804Z Checking assert-json-diff v2.0.2
28702026-06-22T19:24:52.804Z Checking path-tree v0.8.3
28712026-06-22T19:24:52.804Z Checking stringmetrics v2.2.2
28722026-06-22T19:24:52.804Z Compiling target-lexicon v0.13.3
28732026-06-22T19:24:52.804Z Checking gimli v0.32.3
28742026-06-22T19:24:52.818Z Checking httpmock v0.8.3
28752026-06-22T19:24:53.254Z Checking pbkdf2 v0.11.0
28762026-06-22T19:24:53.467Z Compiling darling_macro v0.13.4
28772026-06-22T19:24:53.971Z Checking ssh-key v0.6.7
28782026-06-22T19:24:54.048Z Compiling samael v0.0.19
28792026-06-22T19:24:54.361Z Checking addr2line v0.25.1
28802026-06-22T19:24:54.712Z Checking p521 v0.13.3
28812026-06-22T19:24:55.094Z Checking p256 v0.13.2
28822026-06-22T19:24:55.343Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28832026-06-22T19:24:55.376Z Checking russh-cryptovec v0.7.3
28842026-06-22T19:24:55.592Z Compiling guppy-workspace-hack v0.1.0
28852026-06-22T19:24:55.645Z Checking md5 v0.7.0
28862026-06-22T19:24:55.756Z Checking rustc-demangle v0.1.27
28872026-06-22T19:24:55.820Z Checking russh-keys v0.45.0
28882026-06-22T19:24:56.011Z Checking backtrace v0.3.76
28892026-06-22T19:24:56.412Z Compiling darling v0.13.4
28902026-06-22T19:24:56.517Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28912026-06-22T19:24:56.998Z Checking num-bigint v0.4.6
28922026-06-22T19:24:57.074Z Checking des v0.8.1
28932026-06-22T19:24:57.074Z Compiling blake3 v1.8.3
28942026-06-22T19:24:57.074Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28952026-06-22T19:24:57.339Z Compiling target-spec v3.5.7
28962026-06-22T19:24:57.432Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28972026-06-22T19:24:57.533Z Checking russh v0.45.0
28982026-06-22T19:24:58.651Z Checking cfg-expr v0.20.6
28992026-06-22T19:24:58.675Z Compiling serde_with_macros v1.5.2
29002026-06-22T19:24:59.168Z Checking backtrace-ext v0.2.1
29012026-06-22T19:24:59.179Z Checking supports-color v2.1.0
29022026-06-22T19:24:59.179Z Checking textwrap v0.15.2
29032026-06-22T19:24:59.179Z Checking supports-unicode v2.1.0
29042026-06-22T19:24:59.227Z Checking supports-hyperlinks v2.1.0
29052026-06-22T19:24:59.307Z Checking hashbrown v0.14.5
29062026-06-22T19:24:59.327Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29072026-06-22T19:24:59.379Z Checking cargo-platform v0.3.2
29082026-06-22T19:24:59.490Z Checking terminal_size v0.1.17
29092026-06-22T19:24:59.576Z Compiling miette-derive v5.10.0
29102026-06-22T19:24:59.609Z Checking internet-checksum v0.2.1
29112026-06-22T19:24:59.661Z Checking owo-colors v3.5.0
29122026-06-22T19:24:59.811Z Checking chumsky v0.9.3
29132026-06-22T19:25:00.622Z Checking cargo_metadata v0.23.1
29142026-06-22T19:25:00.710Z Checking miette v5.10.0
29152026-06-22T19:25:01.219Z Compiling serde_with v1.14.0
29162026-06-22T19:25:01.253Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29172026-06-22T19:25:01.316Z Compiling git2 v0.20.4
29182026-06-22T19:25:01.425Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29192026-06-22T19:25:01.936Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29202026-06-22T19:25:01.993Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29212026-06-22T19:25:02.022Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29222026-06-22T19:25:02.042Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29232026-06-22T19:25:02.224Z Compiling knuffel-derive v3.2.0
29242026-06-22T19:25:02.288Z Checking httptest v0.16.4
29252026-06-22T19:25:02.348Z Checking pathdiff v0.2.3
29262026-06-22T19:25:02.425Z Checking nested v0.1.1
29272026-06-22T19:25:02.639Z Checking topological-sort v0.2.2
29282026-06-22T19:25:02.663Z Checking guppy v0.17.25
29292026-06-22T19:25:02.793Z Checking omicron-zone-package v0.12.2
29302026-06-22T19:25:02.911Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29312026-06-22T19:25:04.148Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29322026-06-22T19:25:04.199Z Checking knuffel v3.2.0
29332026-06-22T19:25:04.199Z Checking similar-asserts v1.7.0
29342026-06-22T19:25:04.226Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29352026-06-22T19:25:04.288Z Compiling target-triple v1.0.0
29362026-06-22T19:25:04.377Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29372026-06-22T19:25:04.461Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29382026-06-22T19:25:04.664Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29392026-06-22T19:25:04.697Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29402026-06-22T19:25:04.716Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29412026-06-22T19:25:04.923Z Checking hickory-client v0.25.2
29422026-06-22T19:25:05.243Z Checking tokio-test v0.4.5
29432026-06-22T19:25:05.317Z Checking escape8259 v0.5.3
29442026-06-22T19:25:05.452Z Compiling assert_cmd v2.1.2
29452026-06-22T19:25:05.515Z Checking libtest-mimic v0.8.1
29462026-06-22T19:25:05.958Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29472026-06-22T19:25:06.101Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29482026-06-22T19:25:06.179Z Checking blake2b_simd v1.0.4
29492026-06-22T19:25:06.626Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29502026-06-22T19:25:06.778Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29512026-06-22T19:25:07.018Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29522026-06-22T19:25:07.681Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29532026-06-22T19:25:07.728Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29542026-06-22T19:25:07.728Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29552026-06-22T19:25:07.728Z Checking fancy-regex v0.14.0
29562026-06-22T19:25:08.322Z Checking serde_tokenstream v0.2.3
29572026-06-22T19:25:08.349Z Checking approx v0.5.1
29582026-06-22T19:25:08.349Z Checking uzers v0.12.2
29592026-06-22T19:25:08.349Z Compiling rstest_macros v0.25.0
29602026-06-22T19:25:08.399Z Checking termcolor v1.4.1
29612026-06-22T19:25:08.587Z Checking constant_time_eq v0.3.1
29622026-06-22T19:25:08.673Z Compiling linkme-impl v0.3.35
29632026-06-22T19:25:08.706Z Checking rust-argon2 v2.1.0
29642026-06-22T19:25:08.992Z Checking trybuild v1.0.116
29652026-06-22T19:25:09.621Z Checking datatest-stable v0.3.3
29662026-06-22T19:25:09.659Z Compiling polar-core v0.27.3
29672026-06-22T19:25:09.807Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29682026-06-22T19:25:09.982Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29692026-06-22T19:25:10.128Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29702026-06-22T19:25:10.177Z Checking support-bundle-viewer v0.1.2
29712026-06-22T19:25:10.454Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29722026-06-22T19:25:10.689Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29732026-06-22T19:25:10.822Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29742026-06-22T19:25:10.892Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29752026-06-22T19:25:11.051Z Checking drift v0.2.0
29762026-06-22T19:25:11.101Z Checking rand_distr v0.5.1
29772026-06-22T19:25:11.210Z Checking multimap v0.10.1
29782026-06-22T19:25:11.790Z Compiling linkme v0.3.35
29792026-06-22T19:25:12.242Z Compiling relative-path v1.9.3
29802026-06-22T19:25:12.242Z Checking dropshot-api-manager v0.7.2
29812026-06-22T19:25:12.757Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29822026-06-22T19:25:13.382Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29832026-06-22T19:25:13.405Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29842026-06-22T19:25:13.695Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29852026-06-22T19:25:13.942Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29862026-06-22T19:25:14.010Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29872026-06-22T19:25:14.571Z Checking cargo_toml v0.21.0
29882026-06-22T19:25:14.604Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29892026-06-22T19:25:14.654Z Checking oso v0.27.3
29902026-06-22T19:25:14.692Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29912026-06-22T19:25:15.029Z Checking partial-io v0.5.4
29922026-06-22T19:25:15.145Z Checking termios v0.3.3
29932026-06-22T19:25:15.161Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29942026-06-22T19:25:15.302Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29952026-06-22T19:25:15.400Z Checking rstest v0.25.0
29962026-06-22T19:25:16.546Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29972026-06-22T19:25:18.069Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29982026-06-22T19:25:20.058Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29992026-06-22T19:25:25.862Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30002026-06-22T19:25:27.263Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30012026-06-22T19:25:28.312Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30022026-06-22T19:25:31.026Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30032026-06-22T19:25:35.857Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30042026-06-22T19:25:39.992Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30052026-06-22T19:25:43.915Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30062026-06-22T19:25:44.313Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30072026-06-22T19:25:45.512Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30082026-06-22T19:25:50.730Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30092026-06-22T19:25:56.385Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30102026-06-22T19:27:08.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 03s
30112026-06-22T19:27:09.420Z
30122026-06-22T19:27:09.420Zreal 4:06.978440552
30132026-06-22T19:27:09.420Zuser 21:06.653102646
30142026-06-22T19:27:09.420Zsys 4:51.117393661
30152026-06-22T19:27:09.425Ztrap 0.516920122
30162026-06-22T19:27:09.425Ztflt 0.496991519
30172026-06-22T19:27:09.425Zdflt 0.406651653
30182026-06-22T19:27:09.425Zkflt 0.004458651
30192026-06-22T19:27:09.425Zlock 57:15.274528065
30202026-06-22T19:27:09.425Zslp 57:42.336478203
30212026-06-22T19:27:09.425Zlat 1:45.346946211
30222026-06-22T19:27:09.425Zstop 11:02.005434582
30232026-06-22T19:27:09.425Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30242026-06-22T19:27:09.425Z+ ptime -m cargo doc --workspace --no-deps
30252026-06-22T19:27:10.219Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30262026-06-22T19:27:10.219Z |
30272026-06-22T19:27:10.219Z = 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)`
30282026-06-22T19:27:10.219Z = 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>
30292026-06-22T19:27:11.239Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-06-22T19:27:11.462Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30312026-06-22T19:27:11.508Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30322026-06-22T19:27:11.572Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30332026-06-22T19:27:11.631Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30342026-06-22T19:27:11.703Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30352026-06-22T19:27:11.758Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30362026-06-22T19:27:11.766Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30372026-06-22T19:27:11.800Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30382026-06-22T19:27:11.825Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30392026-06-22T19:27:11.988Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30402026-06-22T19:27:12.027Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30412026-06-22T19:27:12.048Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30422026-06-22T19:27:12.135Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30432026-06-22T19:27:12.154Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30442026-06-22T19:27:12.173Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30452026-06-22T19:27:12.182Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30462026-06-22T19:27:12.215Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30472026-06-22T19:27:12.218Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30482026-06-22T19:27:12.218Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30492026-06-22T19:27:12.366Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30502026-06-22T19:27:12.626Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30512026-06-22T19:27:12.766Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30522026-06-22T19:27:12.938Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30532026-06-22T19:27:12.973Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30542026-06-22T19:27:13.084Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30552026-06-22T19:27:13.107Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30562026-06-22T19:27:13.264Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30572026-06-22T19:27:13.287Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30582026-06-22T19:27:13.446Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30592026-06-22T19:27:13.542Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30602026-06-22T19:27:13.992Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30612026-06-22T19:27:14.001Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30622026-06-22T19:27:14.001Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30632026-06-22T19:27:14.001Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30642026-06-22T19:27:14.001Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30652026-06-22T19:27:14.001Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30662026-06-22T19:27:14.020Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30672026-06-22T19:27:14.129Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30682026-06-22T19:27:14.251Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30692026-06-22T19:27:14.602Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30702026-06-22T19:27:14.629Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30712026-06-22T19:27:14.734Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30722026-06-22T19:27:14.761Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30732026-06-22T19:27:14.905Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30742026-06-22T19:27:14.928Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30752026-06-22T19:27:15.029Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30762026-06-22T19:27:15.131Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30772026-06-22T19:27:15.181Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30782026-06-22T19:27:15.214Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30792026-06-22T19:27:15.266Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30802026-06-22T19:27:15.372Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30812026-06-22T19:27:15.443Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30822026-06-22T19:27:15.443Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30832026-06-22T19:27:15.518Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30842026-06-22T19:27:15.557Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30852026-06-22T19:27:15.585Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30862026-06-22T19:27:15.641Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30872026-06-22T19:27:15.666Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30882026-06-22T19:27:15.717Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30892026-06-22T19:27:16.073Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30902026-06-22T19:27:16.099Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30912026-06-22T19:27:16.221Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30922026-06-22T19:27:16.399Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30932026-06-22T19:27:16.651Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30942026-06-22T19:27:16.876Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30952026-06-22T19:27:17.113Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30962026-06-22T19:27:17.138Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30972026-06-22T19:27:17.164Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30982026-06-22T19:27:17.186Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30992026-06-22T19:27:17.387Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31002026-06-22T19:27:17.410Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31012026-06-22T19:27:17.442Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31022026-06-22T19:27:17.477Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31032026-06-22T19:27:18.079Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31042026-06-22T19:27:18.551Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31052026-06-22T19:27:18.579Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31062026-06-22T19:27:18.672Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31072026-06-22T19:27:18.802Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31082026-06-22T19:27:18.910Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31092026-06-22T19:27:19.028Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31102026-06-22T19:27:19.055Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31112026-06-22T19:27:19.180Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31122026-06-22T19:27:19.238Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31132026-06-22T19:27:19.289Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31142026-06-22T19:27:19.722Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31152026-06-22T19:27:19.733Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31162026-06-22T19:27:19.733Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31172026-06-22T19:27:19.733Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31182026-06-22T19:27:19.733Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31192026-06-22T19:27:19.733Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31202026-06-22T19:27:19.797Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31212026-06-22T19:27:19.867Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31222026-06-22T19:27:19.888Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31232026-06-22T19:27:19.907Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31242026-06-22T19:27:19.951Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31252026-06-22T19:27:19.974Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31262026-06-22T19:27:20.132Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31272026-06-22T19:27:20.148Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31282026-06-22T19:27:20.173Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31292026-06-22T19:27:20.177Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31302026-06-22T19:27:20.251Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31312026-06-22T19:27:20.328Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31322026-06-22T19:27:20.392Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31332026-06-22T19:27:20.441Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31342026-06-22T19:27:20.473Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31352026-06-22T19:27:20.588Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31362026-06-22T19:27:20.756Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31372026-06-22T19:27:21.206Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31382026-06-22T19:27:21.209Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31392026-06-22T19:27:21.287Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31402026-06-22T19:27:21.428Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31412026-06-22T19:27:21.525Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31422026-06-22T19:27:22.171Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31432026-06-22T19:27:22.299Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31442026-06-22T19:27:22.381Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31452026-06-22T19:27:22.918Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31462026-06-22T19:27:23.002Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31472026-06-22T19:27:23.022Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31482026-06-22T19:27:24.283Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31492026-06-22T19:27:24.895Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31502026-06-22T19:27:24.904Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31512026-06-22T19:27:25.351Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31522026-06-22T19:27:25.417Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31532026-06-22T19:27:25.638Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31542026-06-22T19:27:25.661Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31552026-06-22T19:27:25.713Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31562026-06-22T19:27:26.203Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31572026-06-22T19:27:26.407Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31582026-06-22T19:27:26.431Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31592026-06-22T19:27:26.566Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31602026-06-22T19:27:27.198Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31612026-06-22T19:27:27.276Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31622026-06-22T19:27:27.720Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31632026-06-22T19:27:27.778Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31642026-06-22T19:27:28.297Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31652026-06-22T19:27:28.705Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31662026-06-22T19:27:28.711Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31672026-06-22T19:27:28.711Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31682026-06-22T19:27:29.055Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31692026-06-22T19:27:29.296Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31702026-06-22T19:27:29.793Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31712026-06-22T19:27:30.202Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31722026-06-22T19:27:30.747Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31732026-06-22T19:27:31.359Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31742026-06-22T19:27:31.463Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31752026-06-22T19:27:31.684Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31762026-06-22T19:27:32.028Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31772026-06-22T19:27:32.401Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31782026-06-22T19:27:32.519Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31792026-06-22T19:27:32.609Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31802026-06-22T19:27:33.701Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31812026-06-22T19:27:34.050Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31822026-06-22T19:27:34.730Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31832026-06-22T19:27:35.095Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31842026-06-22T19:27:36.049Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31852026-06-22T19:27:38.320Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31862026-06-22T19:27:38.555Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31872026-06-22T19:27:38.689Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31882026-06-22T19:27:40.768Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31892026-06-22T19:27:40.916Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31902026-06-22T19:27:40.916Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31912026-06-22T19:27:41.057Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31922026-06-22T19:27:41.689Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31932026-06-22T19:27:42.422Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31942026-06-22T19:27:42.553Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31952026-06-22T19:27:43.170Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31962026-06-22T19:27:43.323Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31972026-06-22T19:27:43.651Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31982026-06-22T19:27:44.099Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
31992026-06-22T19:27:44.139Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32002026-06-22T19:27:44.139Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32012026-06-22T19:27:44.139Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32022026-06-22T19:27:44.176Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32032026-06-22T19:27:44.399Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32042026-06-22T19:27:44.928Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32052026-06-22T19:27:44.967Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32062026-06-22T19:27:45.098Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32072026-06-22T19:27:45.189Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32082026-06-22T19:27:45.667Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32092026-06-22T19:27:45.769Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32102026-06-22T19:27:45.990Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32112026-06-22T19:27:46.710Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32122026-06-22T19:27:47.768Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32132026-06-22T19:27:48.111Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32142026-06-22T19:27:48.406Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32152026-06-22T19:27:49.590Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32162026-06-22T19:27:50.555Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32172026-06-22T19:27:52.772Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32182026-06-22T19:27:52.878Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32192026-06-22T19:27:53.806Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32202026-06-22T19:27:54.481Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32212026-06-22T19:27:56.268Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32222026-06-22T19:27:57.133Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32232026-06-22T19:27:58.198Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32242026-06-22T19:27:58.864Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32252026-06-22T19:28:00.267Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32262026-06-22T19:28:02.670Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32272026-06-22T19:28:02.703Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32282026-06-22T19:28:03.400Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32292026-06-22T19:28:03.462Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32302026-06-22T19:28:03.813Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32312026-06-22T19:28:06.482Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32322026-06-22T19:28:07.183Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32332026-06-22T19:28:08.466Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32342026-06-22T19:28:11.177Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32352026-06-22T19:28:12.269Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32362026-06-22T19:28:12.906Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32372026-06-22T19:28:13.745Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32382026-06-22T19:28:14.545Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32392026-06-22T19:28:15.330Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32402026-06-22T19:28:16.828Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32412026-06-22T19:28:16.888Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32422026-06-22T19:28:17.713Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32432026-06-22T19:28:19.027Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32442026-06-22T19:28:19.195Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32452026-06-22T19:28:20.228Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32462026-06-22T19:28:22.261Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32472026-06-22T19:28:23.396Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32482026-06-22T19:28:24.295Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32492026-06-22T19:28:25.501Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32502026-06-22T19:28:26.176Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32512026-06-22T19:28:27.803Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32522026-06-22T19:28:28.740Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32532026-06-22T19:28:31.442Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32542026-06-22T19:28:31.648Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32552026-06-22T19:28:32.776Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32562026-06-22T19:28:34.003Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32572026-06-22T19:28:35.205Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32582026-06-22T19:28:36.723Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32592026-06-22T19:28:39.087Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32602026-06-22T19:28:39.780Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32612026-06-22T19:28:41.599Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32622026-06-22T19:28:43.056Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32632026-06-22T19:28:44.682Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32642026-06-22T19:28:46.194Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32652026-06-22T19:28:47.955Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32662026-06-22T19:28:49.554Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32672026-06-22T19:28:51.286Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32682026-06-22T19:28:56.164Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32692026-06-22T19:28:56.168Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32702026-06-22T19:28:57.529Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32712026-06-22T19:28:58.081Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32722026-06-22T19:28:59.669Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32732026-06-22T19:29:01.423Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32742026-06-22T19:29:03.983Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32752026-06-22T19:29:05.893Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32762026-06-22T19:29:07.305Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32772026-06-22T19:29:09.049Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32782026-06-22T19:29:10.843Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32792026-06-22T19:29:12.993Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32802026-06-22T19:29:14.556Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32812026-06-22T19:29:16.356Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32822026-06-22T19:29:18.161Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32832026-06-22T19:29:19.955Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32842026-06-22T19:29:21.790Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32852026-06-22T19:29:23.408Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32862026-06-22T19:29:27.214Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32872026-06-22T19:29:28.957Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32882026-06-22T19:29:30.970Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32892026-06-22T19:29:32.687Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32902026-06-22T19:29:36.702Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32912026-06-22T19:29:38.840Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32922026-06-22T19:29:42.421Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32932026-06-22T19:29:43.026Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32942026-06-22T19:29:45.106Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32952026-06-22T19:29:48.110Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32962026-06-22T19:29:49.816Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32972026-06-22T19:29:52.093Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32982026-06-22T19:29:54.772Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32992026-06-22T19:29:56.931Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33002026-06-22T19:29:59.089Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33012026-06-22T19:30:01.354Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33022026-06-22T19:30:03.851Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33032026-06-22T19:30:05.747Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33042026-06-22T19:30:08.469Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33052026-06-22T19:30:10.257Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33062026-06-22T19:30:12.530Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33072026-06-22T19:30:14.842Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33082026-06-22T19:30:17.065Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33092026-06-22T19:30:19.391Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33102026-06-22T19:30:21.722Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33112026-06-22T19:30:23.976Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33122026-06-22T19:30:26.314Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33132026-06-22T19:30:28.589Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33142026-06-22T19:30:31.061Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33152026-06-22T19:30:33.341Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33162026-06-22T19:30:35.741Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33172026-06-22T19:30:38.116Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33182026-06-22T19:30:40.538Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33192026-06-22T19:30:42.979Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33202026-06-22T19:30:45.395Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33212026-06-22T19:30:47.791Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33222026-06-22T19:30:50.056Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33232026-06-22T19:30:52.556Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33242026-06-22T19:30:55.044Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33252026-06-22T19:30:57.442Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33262026-06-22T19:30:59.884Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33272026-06-22T19:31:02.236Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33282026-06-22T19:31:04.748Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33292026-06-22T19:31:07.129Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33302026-06-22T19:31:09.620Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33312026-06-22T19:31:12.075Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33322026-06-22T19:31:14.347Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33332026-06-22T19:31:16.841Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33342026-06-22T19:31:19.322Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33352026-06-22T19:31:21.852Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33362026-06-22T19:31:24.270Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33372026-06-22T19:31:26.764Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33382026-06-22T19:31:29.613Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33392026-06-22T19:31:31.758Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33402026-06-22T19:31:34.524Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33412026-06-22T19:31:36.964Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33422026-06-22T19:31:39.751Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33432026-06-22T19:31:42.405Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33442026-06-22T19:31:44.990Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33452026-06-22T19:31:48.101Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33462026-06-22T19:31:50.233Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33472026-06-22T19:31:52.933Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33482026-06-22T19:31:58.332Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33492026-06-22T19:31:58.475Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33502026-06-22T19:32:00.860Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33512026-06-22T19:32:03.605Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33522026-06-22T19:32:11.332Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33532026-06-22T19:32:11.528Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33542026-06-22T19:32:15.098Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33552026-06-22T19:32:18.535Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33562026-06-22T19:32:21.901Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33572026-06-22T19:32:25.420Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33582026-06-22T19:32:30.217Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33592026-06-22T19:32:33.053Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33602026-06-22T19:32:38.635Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33612026-06-22T19:32:40.805Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33622026-06-22T19:32:44.383Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33632026-06-22T19:32:48.351Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33642026-06-22T19:32:51.996Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33652026-06-22T19:32:57.207Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33662026-06-22T19:32:59.621Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33672026-06-22T19:33:03.467Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33682026-06-22T19:33:07.321Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33692026-06-22T19:33:11.132Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33702026-06-22T19:33:15.087Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33712026-06-22T19:33:18.753Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33722026-06-22T19:33:22.565Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33732026-06-22T19:33:26.271Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33742026-06-22T19:33:30.112Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33752026-06-22T19:33:33.860Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33762026-06-22T19:33:38.543Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33772026-06-22T19:34:08.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 58s
33782026-06-22T19:34:08.197Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
33792026-06-22T19:34:08.298Z
33802026-06-22T19:34:08.311Zreal 6:58.785952060
33812026-06-22T19:34:08.311Zuser 18:19.151541269
33822026-06-22T19:34:08.311Zsys 3:53.780905803
33832026-06-22T19:34:08.311Ztrap 0.272046705
33842026-06-22T19:34:08.311Ztflt 0.036122369
33852026-06-22T19:34:08.311Zdflt 0.103131838
33862026-06-22T19:34:08.311Zkflt 0.000040550
33872026-06-22T19:34:08.311Zlock 6:31:19.427203720
33882026-06-22T19:34:08.311Zslp 2:21:18.756430882
33892026-06-22T19:34:08.311Zlat 31.705303578
33902026-06-22T19:34:08.311Zstop 1:35.857371029
33912026-06-22T19:34:08.311Zprocess exited: duration 795772 ms, exit code 0
 
33922026-06-22T19:34:08.324Zfound 0 output files