01KNHNG8S3JPNHH0A1RWYXDVZZ: clippy (helios)

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

Buildomat Job: 01KNHNGTRXXC61VTK50Z85PX34

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-06T15:15:57.857Zjob assigned to worker 01KNHNS6V5XHTS0QFFFXNCVW19 [factory aws, i-095b874287212a6dc] (queued for 5 m 25 s)
 
22026-04-06T15:16:04.987Zstarting task 0: "setup"
32026-04-06T15:16:04.994Z++ uname -s
42026-04-06T15:16:04.997Z+ kern=SunOS
52026-04-06T15:16:04.997Z+ build_user=build
62026-04-06T15:16:04.997Z+ build_uid=12345
72026-04-06T15:16:04.997Z+ work_dir=/work
82026-04-06T15:16:04.997Z+ input_dir=/input
92026-04-06T15:16:04.997Z+ [[ 0 == 12345 ]]
102026-04-06T15:16:04.997Z+ case "$kern" in
112026-04-06T15:16:04.997Z+ groupadd -g 12345 build
122026-04-06T15:16:05.002Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-06T15:16:07.004Z+ zfs create -o mountpoint=/work rpool/work
142026-04-06T15:16:07.121Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-06T15:16:07.123Z+ home_fs=zfs
162026-04-06T15:16:07.124Z+ [[ zfs == autofs ]]
172026-04-06T15:16:07.124Z+ mkdir -p /home/build
182026-04-06T15:16:07.124Z+ chown build:build /home/build /work
192026-04-06T15:16:09.126Z+ chmod 0700 /home/build /work
202026-04-06T15:16:09.129Zprocess exited: duration 4140 ms, exit code 0
 
212026-04-06T15:16:09.135Zstarting task 1: "rust-toolchain"
222026-04-06T15:16:09.141Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-06T15:16:09.141Z * rust toolchain channel = "1.94.0"
242026-04-06T15:16:09.141Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-06T15:16:09.141Z * rust toolchain profile = "default"
262026-04-06T15:16:09.141Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-06T15:16:09.141Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-06T15:16:09.146Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-06T15:16:09.146Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-06T15:16:09.240Zinfo: downloading installer
312026-04-06T15:16:11.079Zwarn: It looks like you have an existing installation of Rust at:
322026-04-06T15:16:11.079Zwarn: /opt/ooce/bin
332026-04-06T15:16:11.079Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-06T15:16:11.079Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-06T15:16:11.079Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-06T15:16:11.079Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-06T15:16:11.079Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-06T15:16:11.079Zerror: cannot install while Rust is installed
392026-04-06T15:16:11.079Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-06T15:16:11.079Zwarn: It looks like you have an existing rustup settings file at:
412026-04-06T15:16:11.079Zwarn: /home/build/.rustup/settings.toml
422026-04-06T15:16:11.079Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-06T15:16:11.079Zwarn: instead of the one inferred from the default host triple.
442026-04-06T15:16:11.114Zinfo: profile set to default
452026-04-06T15:16:11.114Zinfo: default host triple is x86_64-unknown-illumos
462026-04-06T15:16:11.117Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-06T15:16:11.269Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-06T15:16:11.272Zinfo: downloading 6 components
492026-04-06T15:16:27.595Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-06T15:16:27.595Z
512026-04-06T15:16:27.628Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-06T15:16:27.628Z
532026-04-06T15:16:27.628Z
542026-04-06T15:16:27.628ZRust is installed now. Great!
552026-04-06T15:16:27.628Z
562026-04-06T15:16:27.628ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-06T15:16:27.628Zenvironment variable. This has not been done automatically.
582026-04-06T15:16:27.628Z
592026-04-06T15:16:27.628ZTo configure your current shell, you need to source
602026-04-06T15:16:27.628Zthe corresponding env file under $HOME/.cargo.
612026-04-06T15:16:27.629Z
622026-04-06T15:16:27.629ZThis is usually done by running one of the following (note the leading DOT):
632026-04-06T15:16:27.629Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-06T15:16:27.629Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-06T15:16:27.629Zsource "~/.cargo/env.nu" # For nushell
662026-04-06T15:16:27.629Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-06T15:16:27.629Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-06T15:16:27.629Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-06T15:16:27.632Zwarn: no default linker (`cc`) was found in your PATH
702026-04-06T15:16:27.632Zwarn: many Rust crates require a system C toolchain to build
712026-04-06T15:16:27.729Z+ rustup --version
722026-04-06T15:16:27.737Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-06T15:16:27.740Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-06T15:16:27.759Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-06T15:16:27.762Z+ cargo --version
762026-04-06T15:16:27.774Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-06T15:16:27.776Z+ rustc --version
782026-04-06T15:16:27.796Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-06T15:16:27.799Zprocess exited: duration 18661 ms, exit code 0
 
802026-04-06T15:16:27.806Zstarting task 2: "authentication"
812026-04-06T15:16:27.822Zprocess exited: duration 16 ms, exit code 0
 
822026-04-06T15:16:27.828Zstarting task 3: "clone repository"
832026-04-06T15:16:27.831Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-06T15:16:27.834Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-06T15:16:27.886ZCloning into '/work/oxidecomputer/omicron'...
862026-04-06T15:16:38.181Z+ cd /work/oxidecomputer/omicron
872026-04-06T15:16:38.181Z+ git fetch origin 0208de702b2b4372059c6e52ef18c3e5c45de551
882026-04-06T15:16:38.486ZFrom https://github.com/oxidecomputer/omicron
892026-04-06T15:16:38.486Z * branch 0208de702b2b4372059c6e52ef18c3e5c45de551 -> FETCH_HEAD
902026-04-06T15:16:38.494Z+ [[ -n mergeconflict/support-bundle-request-tables-models-queries ]]
912026-04-06T15:16:38.497Z++ git branch --show-current
922026-04-06T15:16:38.497Z+ current=main
932026-04-06T15:16:38.497Z+ [[ main != mergeconflict/support-bundle-request-tables-models-queries ]]
942026-04-06T15:16:38.497Z+ git branch -f mergeconflict/support-bundle-request-tables-models-queries 0208de702b2b4372059c6e52ef18c3e5c45de551
952026-04-06T15:16:38.500Z+ git checkout -f mergeconflict/support-bundle-request-tables-models-queries
962026-04-06T15:16:38.728ZSwitched to branch 'mergeconflict/support-bundle-request-tables-models-queries'
972026-04-06T15:16:38.731Z+ git reset --hard 0208de702b2b4372059c6e52ef18c3e5c45de551
982026-04-06T15:16:38.957ZHEAD is now at 0208de702 fix some formatting
992026-04-06T15:16:38.960Zprocess exited: duration 11129 ms, exit code 0
 
1002026-04-06T15:16:38.966Zstarting task 4: "build"
1012026-04-06T15:16:38.971Z+ source ./env.sh
1022026-04-06T15:16:38.971Z++ OLD_SHELL_OPTS=ehxB
1032026-04-06T15:16:38.974Z++ set -o xtrace
1042026-04-06T15:16:38.974Z++++ dirname ./env.sh
1052026-04-06T15:16:38.977Z+++ readlink -f .
1062026-04-06T15:16:38.990Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-06T15:16:38.990Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-04-06T15:16:38.990Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-06T15:16:38.993Z++ 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
1102026-04-06T15:16:38.993Z++ 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
1112026-04-06T15:16:38.993Z++ 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
1122026-04-06T15:16:38.993Z++ 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
1132026-04-06T15:16:38.993Z++ 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
1142026-04-06T15:16:38.993Z++ 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
1152026-04-06T15:16:38.993Z++ case $OLD_SHELL_OPTS in
1162026-04-06T15:16:38.993Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-06T15:16:38.993Z+ source .github/buildomat/ci-env.sh
1182026-04-06T15:16:38.993Z++ export CARGO_TERM_COLOR=always
1192026-04-06T15:16:38.993Z++ CARGO_TERM_COLOR=always
1202026-04-06T15:16:38.993Z+ cargo --version
1212026-04-06T15:16:39.001Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-06T15:16:39.004Z+ rustc --version
1232026-04-06T15:16:39.024Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-06T15:16:39.027Z+ banner prerequisites
1252026-04-06T15:16:39.029Z
1262026-04-06T15:16:39.029Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-06T15:16:39.029Z # # # # # # # # # # # # # # #
1282026-04-06T15:16:39.029Z # # # # ##### # # ##### # # # # # #### #
1292026-04-06T15:16:39.029Z ##### ##### # ##### # # # # # # # # #
1302026-04-06T15:16:39.030Z # # # # # # # # # # # # # # #
1312026-04-06T15:16:39.030Z # # # ###### # # ###### ### # #### # #### #
1322026-04-06T15:16:39.030Z
1332026-04-06T15:16:39.030Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-06T15:16:47.433Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-06T15:16:54.304Z Startup: Caching catalogs ... Done
1362026-04-06T15:16:59.124ZPlanning: Solver setup ... Done (3.267s)
1372026-04-06T15:16:59.146ZPlanning: Running solver ... Done (0.021s)
1382026-04-06T15:16:59.272ZPlanning: Finding local manifests ... Done (0.002s)
1392026-04-06T15:16:59.286ZPlanning: Fetching manifests: 0/4 0% complete
1402026-04-06T15:16:59.379ZPlanning: Fetching manifests: 4/4 100% complete
1412026-04-06T15:16:59.409ZPlanning: Package planning ... Done (0.030s)
1422026-04-06T15:16:59.437ZPlanning: Merging actions ... Done (0.028s)
1432026-04-06T15:16:59.616ZPlanning: Checking for conflicting actions ... Done (0.178s)
1442026-04-06T15:16:59.623ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-04-06T15:17:00.348ZPlanning: Evaluating mediators ... Done (0.725s)
1462026-04-06T15:17:00.354ZPlanning: Planning completed in 5.89 seconds
1472026-04-06T15:17:00.366Z Packages to install: 4
1482026-04-06T15:17:00.366Z Mediators to change: 2
1492026-04-06T15:17:00.366Z Services to change: 1
1502026-04-06T15:17:00.369Z Estimated space available: 155.35 GB
1512026-04-06T15:17:00.369ZEstimated space to be consumed: 1.84 GB
1522026-04-06T15:17:00.369Z Create boot environment: No
1532026-04-06T15:17:00.369ZCreate backup boot environment: No
1542026-04-06T15:17:00.369Z Rebuild boot archive: No
1552026-04-06T15:17:00.369Z
1562026-04-06T15:17:00.369ZChanged mediators:
1572026-04-06T15:17:00.369Z mediator clang:
1582026-04-06T15:17:00.369Z version: None -> 15 (system default)
1592026-04-06T15:17:00.369Z
1602026-04-06T15:17:00.369Z mediator llvm:
1612026-04-06T15:17:00.369Z version: 14 (system default) -> 15 (system default)
1622026-04-06T15:17:00.369Z
1632026-04-06T15:17:00.369ZChanged packages:
1642026-04-06T15:17:00.369Zhelios-dev
1652026-04-06T15:17:00.369Z developer/build-essential
1662026-04-06T15:17:00.369Z None -> 11-2.0
1672026-04-06T15:17:00.369Z library/libxmlsec1
1682026-04-06T15:17:00.369Z None -> 1.2.35-2.0
1692026-04-06T15:17:00.369Z ooce/developer/clang-15
1702026-04-06T15:17:00.369Z None -> 15.0.7-2.0
1712026-04-06T15:17:00.370Z ooce/developer/llvm-15
1722026-04-06T15:17:00.370Z None -> 15.0.7-2.0
1732026-04-06T15:17:00.370Z
1742026-04-06T15:17:00.370ZServices:
1752026-04-06T15:17:00.370Z restart_fmri:
1762026-04-06T15:17:00.370Z svc:/system/update-man-index:default
1772026-04-06T15:17:00.407Z
1782026-04-06T15:17:00.407ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-04-06T15:17:05.408ZDownload: 1283/3290 items 102.5/212.6MB 48% complete (20.3M/s)
1802026-04-06T15:17:10.409ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (21.9M/s)
1812026-04-06T15:17:12.057ZDownload: Completed 212.60 MB in 11.65 seconds (18.2M/s)
1822026-04-06T15:17:12.217Z Actions: 1/3689 actions (Installing new actions)
1832026-04-06T15:17:15.459Z Actions: Completed 3689 actions in 3.24 seconds.
1842026-04-06T15:17:15.754Z Done (0.291s)
1852026-04-06T15:17:15.754Z Done (0.000s)
1862026-04-06T15:17:16.458Z Done (0.704s)
1872026-04-06T15:17:19.753Z Done (2.945s)
1882026-04-06T15:17:19.828Z Done (0.012s)
1892026-04-06T15:17:19.832Z Done (0.000s)
1902026-04-06T15:17:20.135Z Done (0.000s)
1912026-04-06T15:17:20.983ZPlanning: Evaluating mediator changes ... Done
1922026-04-06T15:17:21.089ZPlanning: Checking for conflicting actions ... Done
1932026-04-06T15:17:21.092ZPlanning: Consolidating action changes ... Done
1942026-04-06T15:17:21.249ZPlanning: Evaluating mediators ... Done
1952026-04-06T15:17:21.252ZPlanning: Planning completed in 0.27 seconds
1962026-04-06T15:17:21.271Z Mediators to change: 2
1972026-04-06T15:17:21.271Z Create boot environment: No
1982026-04-06T15:17:21.271ZCreate backup boot environment: No
1992026-04-06T15:17:21.340Z Done
2002026-04-06T15:17:21.340Z Done
2012026-04-06T15:17:21.934Z Done
2022026-04-06T15:17:24.452Z Done
2032026-04-06T15:17:24.521Z Done
2042026-04-06T15:17:24.524Z Done
2052026-04-06T15:17:24.673Z Done
2062026-04-06T15:17:25.072ZPlanning: Evaluating mediator changes ... Done
2072026-04-06T15:17:25.074ZPlanning: Merging actions ... Done
2082026-04-06T15:17:25.209ZPlanning: Checking for conflicting actions ... Done
2092026-04-06T15:17:25.212ZPlanning: Consolidating action changes ... Done
2102026-04-06T15:17:25.348ZPlanning: Evaluating mediators ... Done
2112026-04-06T15:17:25.376ZPlanning: Planning completed in 0.44 seconds
2122026-04-06T15:17:25.398Z Packages to change: 1
2132026-04-06T15:17:25.398Z Mediators to change: 1
2142026-04-06T15:17:25.400Z Services to change: 1
2152026-04-06T15:17:25.400Z Create boot environment: No
2162026-04-06T15:17:25.401ZCreate backup boot environment: Yes
2172026-04-06T15:17:27.731Z Actions: 1/6 actions (Updating modified actions)
2182026-04-06T15:17:27.763Z Actions: Completed 6 actions in 0.03 seconds.
2192026-04-06T15:17:27.766Z Done
2202026-04-06T15:17:27.766Z Done
2212026-04-06T15:17:27.903Z Done
2222026-04-06T15:17:30.357Z Done
2232026-04-06T15:17:30.429Z Done
2242026-04-06T15:17:30.431Z Done
2252026-04-06T15:17:30.586Z Done
2262026-04-06T15:17:30.872ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-04-06T15:17:30.872Zclang system 15 system
2282026-04-06T15:17:30.872Zcsh system system illumos
2292026-04-06T15:17:30.872Zctags system system illumos
2302026-04-06T15:17:30.872Zfile system system illumos
2312026-04-06T15:17:30.872Zgcc vendor 12 vendor
2322026-04-06T15:17:30.872Zgcc system 14 system
2332026-04-06T15:17:30.872Zgcc system 10 system
2342026-04-06T15:17:30.872Zgo system 1.20 system
2352026-04-06T15:17:30.872Zgo system 1.19 system
2362026-04-06T15:17:30.872Zllvm system 15 system
2372026-04-06T15:17:30.872Zllvm system 14 system
2382026-04-06T15:17:30.872Zmariadb system 10.6 system
2392026-04-06T15:17:30.872Zmta vendor vendor dma
2402026-04-06T15:17:30.872Zopenjdk system 17 system
2412026-04-06T15:17:30.872Zopenjdk system 11 system
2422026-04-06T15:17:30.872Zopenjdk system 1.8 system
2432026-04-06T15:17:30.872Zopenssl vendor 3 vendor
2442026-04-06T15:17:30.872Zperl system 5.36 system
2452026-04-06T15:17:30.872Zpostgresql system 15 system
2462026-04-06T15:17:30.872Zpostgresql system 13 system
2472026-04-06T15:17:30.872Zpython vendor 3 vendor
2482026-04-06T15:17:30.872Zpython system 2 system
2492026-04-06T15:17:30.872Zpython3 system 3.11 system
2502026-04-06T15:17:30.872Zruby system 3.0 system
2512026-04-06T15:17:30.872Zwords vendor vendor american-english
2522026-04-06T15:17:30.872Zwords system system australian-english
2532026-04-06T15:17:30.873Zwords system system british-english
2542026-04-06T15:17:30.873Zwords system system canadian-english
2552026-04-06T15:17:30.873Zwords system system french
2562026-04-06T15:17:30.873Zwords system system italian
2572026-04-06T15:17:30.873Zwords system system ngerman
2582026-04-06T15:17:30.873Zwords system system ogerman
2592026-04-06T15:17:30.873Zwords system system spanish
2602026-04-06T15:17:31.097ZPUBLISHER TYPE STATUS P LOCATION
2612026-04-06T15:17:31.097Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-04-06T15:17:35.468ZFMRI IFO
2632026-04-06T15:17:35.468Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-04-06T15:17:35.468Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-04-06T15:17:35.468Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-04-06T15:17:35.468Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-04-06T15:17:35.468Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-04-06T15:17:35.468Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-04-06T15:17:35.468Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-04-06T15:17:35.468Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-04-06T15:17:35.468Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-04-06T15:17:35.468Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-04-06T15:17:35.468Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-04-06T15:17:35.468Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-04-06T15:17:35.468Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-04-06T15:17:35.468Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-04-06T15:17:35.469Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-04-06T15:17:35.469Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-04-06T15:17:36.576Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-04-06T15:17:36.835Z Updating crates.io index
2812026-04-06T15:17:36.838Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-04-06T15:17:37.354Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-04-06T15:17:37.689Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-04-06T15:17:38.056Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852026-04-06T15:17:38.741Z Updating git repository `https://github.com/oxidecomputer/propolis`
2862026-04-06T15:17:40.199Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872026-04-06T15:17:41.555Z Updating git repository `https://github.com/oxidecomputer/opte`
2882026-04-06T15:17:42.370Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892026-04-06T15:17:42.804Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902026-04-06T15:17:43.494Z Updating git repository `https://github.com/oxidecomputer/clickward`
2912026-04-06T15:17:43.863Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2922026-04-06T15:17:44.338Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2932026-04-06T15:17:44.661Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2942026-04-06T15:17:45.644Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2952026-04-06T15:17:46.222Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2962026-04-06T15:17:46.593Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2972026-04-06T15:17:47.117Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2982026-04-06T15:17:47.526Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2992026-04-06T15:17:47.783Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3002026-04-06T15:17:48.018Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3012026-04-06T15:17:48.281Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3022026-04-06T15:17:48.742Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3032026-04-06T15:17:49.101Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3042026-04-06T15:17:49.655Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3052026-04-06T15:17:49.975Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3062026-04-06T15:17:50.303Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072026-04-06T15:17:50.580Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3082026-04-06T15:17:51.675Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-04-06T15:17:52.423Z Updating git repository `https://github.com/oxidecomputer/crucible`
3102026-04-06T15:17:53.066Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-04-06T15:17:53.339Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-04-06T15:17:53.718Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-04-06T15:17:54.041Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-04-06T15:17:54.483Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-04-06T15:17:54.954Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-04-06T15:17:55.222Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-04-06T15:17:55.465Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-04-06T15:17:55.900Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-04-06T15:18:08.447Z Downloading crates ...
3202026-04-06T15:18:08.503Z Downloaded cpufeatures v0.2.17
3212026-04-06T15:18:08.506Z Downloaded colorchoice v1.0.4
3222026-04-06T15:18:08.511Z Downloaded displaydoc v0.2.5
3232026-04-06T15:18:08.518Z Downloaded sha2 v0.10.9
3242026-04-06T15:18:08.522Z Downloaded dtrace-parser v0.2.0
3252026-04-06T15:18:08.524Z Downloaded cfg-if v1.0.4
3262026-04-06T15:18:08.527Z Downloaded utf8parse v0.2.2
3272026-04-06T15:18:08.528Z Downloaded crypto-common v0.1.7
3282026-04-06T15:18:08.528Z Downloaded clap_derive v4.5.55
3292026-04-06T15:18:08.530Z Downloaded zerofrom v0.1.6
3302026-04-06T15:18:08.530Z Downloaded dof v0.3.0
3312026-04-06T15:18:08.533Z Downloaded equivalent v1.0.2
3322026-04-06T15:18:08.533Z Downloaded digest v0.10.7
3332026-04-06T15:18:08.533Z Downloaded clap_lex v1.0.0
3342026-04-06T15:18:08.536Z Downloaded anstream v0.6.21
3352026-04-06T15:18:08.539Z Downloaded errno v0.3.14
3362026-04-06T15:18:08.542Z Downloaded serde_spanned v0.6.9
3372026-04-06T15:18:08.542Z Downloaded erased-serde v0.4.9
3382026-04-06T15:18:08.545Z Downloaded yoke-derive v0.8.1
3392026-04-06T15:18:08.545Z Downloaded clap v4.5.60
3402026-04-06T15:18:08.548Z Downloaded usdt-impl v0.5.0
3412026-04-06T15:18:08.551Z Downloaded thread-id v4.2.2
3422026-04-06T15:18:08.551Z Downloaded fastrand v2.3.0
3432026-04-06T15:18:08.553Z Downloaded heck v0.4.1
3442026-04-06T15:18:08.553Z Downloaded usdt-attr-macro v0.5.0
3452026-04-06T15:18:08.553Z Downloaded itoa v1.0.17
3462026-04-06T15:18:08.556Z Downloaded unicode-xid v0.2.6
3472026-04-06T15:18:08.556Z Downloaded plain v0.2.3
3482026-04-06T15:18:08.556Z Downloaded potential_utf v0.1.4
3492026-04-06T15:18:08.559Z Downloaded toml_datetime v0.6.11
3502026-04-06T15:18:08.561Z Downloaded tinystr v0.8.2
3512026-04-06T15:18:08.564Z Downloaded zerovec-derive v0.11.2
3522026-04-06T15:18:08.564Z Downloaded toml_edit v0.22.27
3532026-04-06T15:18:08.567Z Downloaded zerofrom-derive v0.1.6
3542026-04-06T15:18:08.567Z Downloaded proc-macro-error-attr v1.0.4
3552026-04-06T15:18:08.567Z Downloaded thiserror v1.0.69
3562026-04-06T15:18:08.570Z Downloaded utf8_iter v1.0.4
3572026-04-06T15:18:08.570Z Downloaded ordered-float v2.10.1
3582026-04-06T15:18:08.573Z Downloaded serde-value v0.7.0
3592026-04-06T15:18:08.576Z Downloaded usdt-macro v0.5.0
3602026-04-06T15:18:08.576Z Downloaded typeid v1.0.3
3612026-04-06T15:18:08.580Z Downloaded idna_adapter v1.2.1
3622026-04-06T15:18:08.582Z Downloaded thiserror-impl v2.0.18
3632026-04-06T15:18:08.585Z Downloaded version_check v0.9.5
3642026-04-06T15:18:08.588Z Downloaded fnv v1.0.7
3652026-04-06T15:18:08.588Z Downloaded usdt v0.5.0
3662026-04-06T15:18:08.590Z Downloaded toml_write v0.1.2
3672026-04-06T15:18:08.593Z Downloaded zmij v1.0.21
3682026-04-06T15:18:08.593Z Downloaded thiserror v2.0.18
3692026-04-06T15:18:08.596Z Downloaded writeable v0.6.2
3702026-04-06T15:18:08.599Z Downloaded yoke v0.8.1
3712026-04-06T15:18:08.599Z Downloaded generic-array v0.14.7
3722026-04-06T15:18:08.599Z Downloaded tabled_derive v0.7.0
3732026-04-06T15:18:08.602Z Downloaded memmap v0.7.0
3742026-04-06T15:18:08.602Z Downloaded pretty-hex v0.4.1
3752026-04-06T15:18:08.605Z Downloaded zerocopy-derive v0.7.35
3762026-04-06T15:18:08.607Z Downloaded swrite v0.1.0
3772026-04-06T15:18:08.608Z Downloaded percent-encoding v2.3.2
3782026-04-06T15:18:08.608Z Downloaded cargo-platform v0.2.0
3792026-04-06T15:18:08.610Z Downloaded unicode-linebreak v0.1.5
3802026-04-06T15:18:08.610Z Downloaded macaddr v1.0.1
3812026-04-06T15:18:08.610Z Downloaded thiserror-impl v1.0.69
3822026-04-06T15:18:08.613Z Downloaded terminal_size v0.4.3
3832026-04-06T15:18:08.616Z Downloaded anstyle-query v1.1.5
3842026-04-06T15:18:08.616Z Downloaded textwrap v0.16.2
3852026-04-06T15:18:08.620Z Downloaded toml v0.8.23
3862026-04-06T15:18:08.620Z Downloaded is_terminal_polyfill v1.70.2
3872026-04-06T15:18:08.623Z Downloaded block-buffer v0.10.4
3882026-04-06T15:18:08.626Z Downloaded unicode-ident v1.0.24
3892026-04-06T15:18:08.626Z Downloaded heck v0.5.0
3902026-04-06T15:18:08.628Z Downloaded typenum v1.19.0
3912026-04-06T15:18:08.628Z Downloaded zerotrie v0.2.3
3922026-04-06T15:18:08.631Z Downloaded smawk v0.3.2
3932026-04-06T15:18:08.631Z Downloaded form_urlencoded v1.2.2
3942026-04-06T15:18:08.631Z Downloaded ucd-trie v0.1.7
3952026-04-06T15:18:08.634Z Downloaded stable_deref_trait v1.2.1
3962026-04-06T15:18:08.634Z Downloaded scroll_derive v0.12.1
3972026-04-06T15:18:08.634Z Downloaded strsim v0.11.1
3982026-04-06T15:18:08.634Z Downloaded cargo_toml v0.21.0
3992026-04-06T15:18:08.650Z Downloaded serde_tokenstream v0.2.3
4002026-04-06T15:18:08.650Z Downloaded anstyle-parse v0.2.7
4012026-04-06T15:18:08.650Z Downloaded url v2.5.8
4022026-04-06T15:18:08.650Z Downloaded cargo_metadata v0.21.0
4032026-04-06T15:18:08.655Z Downloaded semver v1.0.27
4042026-04-06T15:18:08.655Z Downloaded clap_builder v4.5.60
4052026-04-06T15:18:08.658Z Downloaded zerovec v0.11.5
4062026-04-06T15:18:08.660Z Downloaded cargo-util-schemas v0.8.2
4072026-04-06T15:18:08.663Z Downloaded camino v1.2.2
4082026-04-06T15:18:08.666Z Downloaded scroll v0.12.0
4092026-04-06T15:18:08.666Z Downloaded zerocopy v0.7.35
4102026-04-06T15:18:08.673Z Downloaded proc-macro-error v1.0.4
4112026-04-06T15:18:08.675Z Downloaded winnow v0.7.14
4122026-04-06T15:18:08.679Z Downloaded camino-tempfile v1.4.1
4132026-04-06T15:18:08.682Z Downloaded fs-err v3.3.0
4142026-04-06T15:18:08.682Z Downloaded unicode-width v0.2.0
4152026-04-06T15:18:08.685Z Downloaded unicode-width v0.1.14
4162026-04-06T15:18:08.688Z Downloaded smallvec v1.15.1
4172026-04-06T15:18:08.691Z Downloaded once_cell v1.21.3
4182026-04-06T15:18:08.691Z Downloaded autocfg v1.5.0
4192026-04-06T15:18:08.691Z Downloaded byteorder v1.5.0
4202026-04-06T15:18:08.694Z Downloaded anstyle v1.0.13
4212026-04-06T15:18:08.694Z Downloaded bytecount v0.6.9
4222026-04-06T15:18:08.697Z Downloaded log v0.4.29
4232026-04-06T15:18:08.705Z Downloaded serde-untagged v0.1.9
4242026-04-06T15:18:08.708Z Downloaded pest_generator v2.8.6
4252026-04-06T15:18:08.711Z Downloaded tempfile v3.25.0
4262026-04-06T15:18:08.714Z Downloaded quote v1.0.44
4272026-04-06T15:18:08.736Z Downloaded icu_properties v2.1.2
4282026-04-06T15:18:08.739Z Downloaded litemap v0.8.1
4292026-04-06T15:18:08.739Z Downloaded icu_normalizer_data v2.1.1
4302026-04-06T15:18:08.744Z Downloaded bitflags v2.11.0
4312026-04-06T15:18:08.747Z Downloaded papergrid v0.11.0
4322026-04-06T15:18:08.750Z Downloaded synstructure v0.13.2
4332026-04-06T15:18:08.750Z Downloaded getrandom v0.4.1
4342026-04-06T15:18:08.753Z Downloaded num-traits v0.2.19
4352026-04-06T15:18:08.756Z Downloaded pest_derive v2.8.6
4362026-04-06T15:18:08.758Z Downloaded icu_provider v2.1.1
4372026-04-06T15:18:08.758Z Downloaded serde_derive v1.0.228
4382026-04-06T15:18:08.761Z Downloaded icu_normalizer v2.1.1
4392026-04-06T15:18:08.764Z Downloaded icu_locale_core v2.1.1
4402026-04-06T15:18:08.769Z Downloaded serde_core v1.0.228
4412026-04-06T15:18:08.771Z Downloaded proc-macro2 v1.0.106
4422026-04-06T15:18:08.774Z Downloaded anyhow v1.0.102
4432026-04-06T15:18:08.779Z Downloaded pest_meta v2.8.6
4442026-04-06T15:18:08.782Z Downloaded icu_collections v2.1.1
4452026-04-06T15:18:08.784Z Downloaded serde v1.0.228
4462026-04-06T15:18:08.793Z Downloaded memchr v2.8.0
4472026-04-06T15:18:08.798Z Downloaded indexmap v2.13.0
4482026-04-06T15:18:08.834Z Downloaded hashbrown v0.16.1
4492026-04-06T15:18:08.838Z Downloaded idna v1.1.0
4502026-04-06T15:18:08.843Z Downloaded pest v2.8.6
4512026-04-06T15:18:08.859Z Downloaded icu_properties_data v2.1.2
4522026-04-06T15:18:08.867Z Downloaded goblin v0.8.2
4532026-04-06T15:18:08.870Z Downloaded serde_json v1.0.149
4542026-04-06T15:18:08.881Z Downloaded tabled v0.15.0
4552026-04-06T15:18:08.888Z Downloaded syn v1.0.109
4562026-04-06T15:18:08.910Z Downloaded syn v2.0.117
4572026-04-06T15:18:08.925Z Downloaded rustix v1.1.3
4582026-04-06T15:18:08.958Z Downloaded libc v0.2.180
4592026-04-06T15:18:09.026Z Compiling proc-macro2 v1.0.106
4602026-04-06T15:18:09.026Z Compiling quote v1.0.44
4612026-04-06T15:18:09.026Z Compiling unicode-ident v1.0.24
4622026-04-06T15:18:09.026Z Compiling serde_core v1.0.228
4632026-04-06T15:18:09.030Z Compiling libc v0.2.180
4642026-04-06T15:18:09.030Z Compiling version_check v0.9.5
4652026-04-06T15:18:09.030Z Compiling stable_deref_trait v1.2.1
4662026-04-06T15:18:09.030Z Compiling serde v1.0.228
4672026-04-06T15:18:09.379Z Compiling memchr v2.8.0
4682026-04-06T15:18:09.400Z Compiling zmij v1.0.21
4692026-04-06T15:18:09.594Z Compiling autocfg v1.5.0
4702026-04-06T15:18:09.946Z Compiling ucd-trie v0.1.7
4712026-04-06T15:18:09.994Z Compiling itoa v1.0.17
4722026-04-06T15:18:10.012Z Compiling thiserror v1.0.69
4732026-04-06T15:18:10.174Z Compiling pest v2.8.6
4742026-04-06T15:18:10.190Z Compiling litemap v0.8.1
4752026-04-06T15:18:10.206Z Compiling writeable v0.6.2
4762026-04-06T15:18:10.319Z Compiling rustix v1.1.3
4772026-04-06T15:18:10.380Z Compiling icu_normalizer_data v2.1.1
4782026-04-06T15:18:10.512Z Compiling byteorder v1.5.0
4792026-04-06T15:18:10.714Z Compiling icu_properties_data v2.1.2
4802026-04-06T15:18:10.806Z Compiling syn v2.0.117
4812026-04-06T15:18:10.899Z Compiling errno v0.3.14
4822026-04-06T15:18:10.949Z Compiling serde_json v1.0.149
4832026-04-06T15:18:10.966Z Compiling bitflags v2.11.0
4842026-04-06T15:18:11.121Z Compiling num-traits v0.2.19
4852026-04-06T15:18:11.181Z Compiling smallvec v1.15.1
4862026-04-06T15:18:11.199Z Compiling hashbrown v0.16.1
4872026-04-06T15:18:11.309Z Compiling pest_meta v2.8.6
4882026-04-06T15:18:11.397Z Compiling equivalent v1.0.2
4892026-04-06T15:18:11.494Z Compiling typeid v1.0.3
4902026-04-06T15:18:11.721Z Compiling indexmap v2.13.0
4912026-04-06T15:18:11.841Z Compiling thread-id v4.2.2
4922026-04-06T15:18:11.880Z Compiling proc-macro-error-attr v1.0.4
4932026-04-06T15:18:11.929Z Compiling usdt-impl v0.5.0
4942026-04-06T15:18:11.946Z Compiling toml_write v0.1.2
4952026-04-06T15:18:12.144Z Compiling winnow v0.7.14
4962026-04-06T15:18:12.147Z Compiling erased-serde v0.4.9
4972026-04-06T15:18:12.179Z Compiling syn v1.0.109
4982026-04-06T15:18:12.551Z Compiling proc-macro-error v1.0.4
4992026-04-06T15:18:12.569Z Compiling thiserror v2.0.18
5002026-04-06T15:18:12.740Z Compiling utf8parse v0.2.2
5012026-04-06T15:18:12.863Z Compiling utf8_iter v1.0.4
5022026-04-06T15:18:12.904Z Compiling getrandom v0.4.1
5032026-04-06T15:18:12.966Z Compiling log v0.4.29
5042026-04-06T15:18:13.015Z Compiling camino v1.2.2
5052026-04-06T15:18:13.031Z Compiling percent-encoding v2.3.2
5062026-04-06T15:18:13.108Z Compiling plain v0.2.3
5072026-04-06T15:18:13.148Z Compiling ordered-float v2.10.1
5082026-04-06T15:18:13.223Z Compiling form_urlencoded v1.2.2
5092026-04-06T15:18:13.282Z Compiling anstyle-parse v0.2.7
5102026-04-06T15:18:13.403Z Compiling synstructure v0.13.2
5112026-04-06T15:18:13.403Z Compiling pest_generator v2.8.6
5122026-04-06T15:18:13.534Z Compiling terminal_size v0.4.3
5132026-04-06T15:18:13.683Z Compiling cfg-if v1.0.4
5142026-04-06T15:18:13.763Z Compiling anstyle v1.0.13
5152026-04-06T15:18:13.836Z Compiling pretty-hex v0.4.1
5162026-04-06T15:18:13.875Z Compiling colorchoice v1.0.4
5172026-04-06T15:18:13.923Z Compiling is_terminal_polyfill v1.70.2
5182026-04-06T15:18:13.982Z Compiling anstyle-query v1.1.5
5192026-04-06T15:18:14.000Z Compiling serde-untagged v0.1.9
5202026-04-06T15:18:14.090Z Compiling anstream v0.6.21
5212026-04-06T15:18:14.115Z Compiling semver v1.0.27
5222026-04-06T15:18:14.188Z Compiling fs-err v3.3.0
5232026-04-06T15:18:14.239Z Compiling heck v0.4.1
5242026-04-06T15:18:14.385Z Compiling fnv v1.0.7
5252026-04-06T15:18:14.399Z Compiling unicode-xid v0.2.6
5262026-04-06T15:18:14.425Z Compiling once_cell v1.21.3
5272026-04-06T15:18:14.443Z Compiling bytecount v0.6.9
5282026-04-06T15:18:14.465Z Compiling heck v0.5.0
5292026-04-06T15:18:14.485Z Compiling fastrand v2.3.0
5302026-04-06T15:18:14.525Z Compiling clap_lex v1.0.0
5312026-04-06T15:18:14.635Z Compiling strsim v0.11.1
5322026-04-06T15:18:14.707Z Compiling anyhow v1.0.102
5332026-04-06T15:18:14.751Z Compiling unicode-width v0.1.14
5342026-04-06T15:18:14.769Z Compiling tempfile v3.25.0
5352026-04-06T15:18:14.892Z Compiling clap_builder v4.5.60
5362026-04-06T15:18:14.988Z Compiling papergrid v0.11.0
5372026-04-06T15:18:15.071Z Compiling serde_derive v1.0.228
5382026-04-06T15:18:15.137Z Compiling zerofrom-derive v0.1.6
5392026-04-06T15:18:15.156Z Compiling yoke-derive v0.8.1
5402026-04-06T15:18:15.236Z Compiling zerovec-derive v0.11.2
5412026-04-06T15:18:15.468Z Compiling displaydoc v0.2.5
5422026-04-06T15:18:16.247Z Compiling thiserror-impl v1.0.69
5432026-04-06T15:18:16.362Z Compiling zerocopy-derive v0.7.35
5442026-04-06T15:18:16.415Z Compiling pest_derive v2.8.6
5452026-04-06T15:18:16.443Z Compiling scroll_derive v0.12.1
5462026-04-06T15:18:16.565Z Compiling zerofrom v0.1.6
5472026-04-06T15:18:16.704Z Compiling yoke v0.8.1
5482026-04-06T15:18:16.849Z Compiling thiserror-impl v2.0.18
5492026-04-06T15:18:16.913Z Compiling zerovec v0.11.5
5502026-04-06T15:18:17.120Z Compiling zerotrie v0.2.3
5512026-04-06T15:18:17.237Z Compiling zerocopy v0.7.35
5522026-04-06T15:18:17.421Z Compiling tinystr v0.8.2
5532026-04-06T15:18:17.421Z Compiling potential_utf v0.1.4
5542026-04-06T15:18:17.592Z Compiling icu_collections v2.1.1
5552026-04-06T15:18:17.641Z Compiling icu_locale_core v2.1.1
5562026-04-06T15:18:17.658Z Compiling dtrace-parser v0.2.0
5572026-04-06T15:18:17.781Z Compiling scroll v0.12.0
5582026-04-06T15:18:17.957Z Compiling tabled_derive v0.7.0
5592026-04-06T15:18:18.040Z Compiling goblin v0.8.2
5602026-04-06T15:18:18.094Z Compiling clap_derive v4.5.55
5612026-04-06T15:18:18.283Z Compiling icu_provider v2.1.1
5622026-04-06T15:18:18.410Z Compiling memmap v0.7.0
5632026-04-06T15:18:18.530Z Compiling icu_normalizer v2.1.1
5642026-04-06T15:18:18.591Z Compiling icu_properties v2.1.2
5652026-04-06T15:18:18.609Z Compiling serde_spanned v0.6.9
5662026-04-06T15:18:18.613Z Compiling toml_datetime v0.6.11
5672026-04-06T15:18:18.642Z Compiling dof v0.3.0
5682026-04-06T15:18:18.758Z Compiling serde_tokenstream v0.2.3
5692026-04-06T15:18:18.865Z Compiling toml_edit v0.22.27
5702026-04-06T15:18:19.035Z Compiling serde-value v0.7.0
5712026-04-06T15:18:19.063Z Compiling cargo-platform v0.2.0
5722026-04-06T15:18:19.082Z Compiling unicode-width v0.2.0
5732026-04-06T15:18:19.337Z Compiling unicode-linebreak v0.1.5
5742026-04-06T15:18:19.363Z Compiling smawk v0.3.2
5752026-04-06T15:18:19.399Z Compiling tabled v0.15.0
5762026-04-06T15:18:19.502Z Compiling idna_adapter v1.2.1
5772026-04-06T15:18:19.521Z Compiling usdt-attr-macro v0.5.0
5782026-04-06T15:18:19.583Z Compiling usdt-macro v0.5.0
5792026-04-06T15:18:19.649Z Compiling idna v1.1.0
5802026-04-06T15:18:19.676Z Compiling textwrap v0.16.2
5812026-04-06T15:18:19.850Z Compiling clap v4.5.60
5822026-04-06T15:18:19.949Z Compiling url v2.5.8
5832026-04-06T15:18:20.139Z Compiling macaddr v1.0.1
5842026-04-06T15:18:20.295Z Compiling toml v0.8.23
5852026-04-06T15:18:20.562Z Compiling camino-tempfile v1.4.1
5862026-04-06T15:18:20.582Z Compiling swrite v0.1.0
5872026-04-06T15:18:20.688Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-04-06T15:18:20.801Z Compiling cargo-util-schemas v0.8.2
5892026-04-06T15:18:20.948Z Compiling cargo_toml v0.21.0
5902026-04-06T15:18:21.121Z Compiling usdt v0.5.0
5912026-04-06T15:18:21.729Z Compiling cargo_metadata v0.21.0
5922026-04-06T15:18:22.669Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-04-06T15:18:24.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.35s
5942026-04-06T15:18:24.996Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-04-06T15:18:25.564Z Downloading crates ...
5962026-04-06T15:18:25.667Z Downloaded async-recursion v1.1.1
5972026-04-06T15:18:25.669Z Downloaded async-trait v0.1.89
5982026-04-06T15:18:25.672Z Downloaded array-init v0.0.4
5992026-04-06T15:18:25.672Z Downloaded arrayvec v0.7.6
6002026-04-06T15:18:25.677Z Downloaded async-stream-impl v0.3.6
6012026-04-06T15:18:25.680Z Downloaded adler2 v2.0.1
6022026-04-06T15:18:25.686Z Downloaded arrayref v0.3.9
6032026-04-06T15:18:25.689Z Downloaded argon2 v0.5.3
6042026-04-06T15:18:25.689Z Downloaded ciborium-io v0.2.2
6052026-04-06T15:18:25.692Z Downloaded bytes v1.11.1
6062026-04-06T15:18:25.695Z Downloaded async-stream v0.3.6
6072026-04-06T15:18:25.695Z Downloaded atomic-waker v1.1.2
6082026-04-06T15:18:25.698Z Downloaded curve25519-dalek-derive v0.1.1
6092026-04-06T15:18:25.698Z Downloaded downcast-rs v2.0.2
6102026-04-06T15:18:25.700Z Downloaded diesel_table_macro_syntax v0.3.0
6112026-04-06T15:18:25.700Z Downloaded darling_macro v0.21.3
6122026-04-06T15:18:25.700Z Downloaded derive_builder_macro v0.20.2
6132026-04-06T15:18:25.700Z Downloaded ascii-canvas v3.0.0
6142026-04-06T15:18:25.703Z Downloaded embedded-io v0.4.0
6152026-04-06T15:18:25.703Z Downloaded cargo-platform v0.1.9
6162026-04-06T15:18:25.703Z Downloaded base64ct v1.8.3
6172026-04-06T15:18:25.706Z Downloaded dirs-sys-next v0.1.2
6182026-04-06T15:18:25.706Z Downloaded bcrypt-pbkdf v0.10.0
6192026-04-06T15:18:25.708Z Downloaded cstr-argument v0.1.2
6202026-04-06T15:18:25.708Z Downloaded bitfield-struct v0.6.2
6212026-04-06T15:18:25.709Z Downloaded enum-as-inner v0.6.1
6222026-04-06T15:18:25.711Z Downloaded cipher v0.4.4
6232026-04-06T15:18:25.711Z Downloaded deranged v0.5.8
6242026-04-06T15:18:25.711Z Downloaded arc-swap v1.8.2
6252026-04-06T15:18:25.714Z Downloaded backon v1.6.0
6262026-04-06T15:18:25.717Z Downloaded cfg_aliases v0.2.1
6272026-04-06T15:18:25.717Z Downloaded buf-list v1.1.2
6282026-04-06T15:18:25.719Z Downloaded foreign-types-shared v0.1.1
6292026-04-06T15:18:25.719Z Downloaded defmt v0.3.100
6302026-04-06T15:18:25.724Z Downloaded defmt v1.0.1
6312026-04-06T15:18:25.727Z Downloaded filetime v0.2.27
6322026-04-06T15:18:25.730Z Downloaded foldhash v0.1.5
6332026-04-06T15:18:25.730Z Downloaded cpufeatures v0.3.0
6342026-04-06T15:18:25.733Z Downloaded bitfield-macros v0.19.4
6352026-04-06T15:18:25.733Z Downloaded bb8 v0.8.6
6362026-04-06T15:18:25.733Z Downloaded block-padding v0.3.3
6372026-04-06T15:18:25.736Z Downloaded dropshot_endpoint v0.16.7
6382026-04-06T15:18:25.738Z Downloaded foreign-types-shared v0.3.1
6392026-04-06T15:18:25.738Z Downloaded dtrace-parser v0.3.0
6402026-04-06T15:18:25.738Z Downloaded document-features v0.2.12
6412026-04-06T15:18:25.741Z Downloaded darling v0.23.0
6422026-04-06T15:18:25.744Z Downloaded cargo_metadata v0.19.2
6432026-04-06T15:18:25.744Z Downloaded fallible-iterator v0.2.0
6442026-04-06T15:18:25.744Z Downloaded dyn-clone v1.0.20
6452026-04-06T15:18:25.747Z Downloaded data-encoding v2.10.0
6462026-04-06T15:18:25.747Z Downloaded const_format_proc_macros v0.2.34
6472026-04-06T15:18:25.749Z Downloaded debug-ignore v1.0.5
6482026-04-06T15:18:25.749Z Downloaded bit-set v0.8.0
6492026-04-06T15:18:25.749Z Downloaded dirs-next v2.0.0
6502026-04-06T15:18:25.752Z Downloaded backoff v0.4.0
6512026-04-06T15:18:25.752Z Downloaded assert_matches v1.5.0
6522026-04-06T15:18:25.755Z Downloaded fixedbitset v0.4.2
6532026-04-06T15:18:25.755Z Downloaded cobs v0.3.0
6542026-04-06T15:18:25.758Z Downloaded base16ct v0.2.0
6552026-04-06T15:18:25.758Z Downloaded difflib v0.4.0
6562026-04-06T15:18:25.758Z Downloaded aead v0.5.2
6572026-04-06T15:18:25.760Z Downloaded either v1.15.0
6582026-04-06T15:18:25.761Z Downloaded diesel-dtrace v0.5.0
6592026-04-06T15:18:25.763Z Downloaded float-ord v0.3.2
6602026-04-06T15:18:25.763Z Downloaded ecdsa v0.16.9
6612026-04-06T15:18:25.763Z Downloaded bit-set v0.5.3
6622026-04-06T15:18:25.766Z Downloaded float-cmp v0.10.0
6632026-04-06T15:18:25.766Z Downloaded des v0.8.1
6642026-04-06T15:18:25.766Z Downloaded crossbeam-channel v0.5.15
6652026-04-06T15:18:25.770Z Downloaded daft v0.1.5
6662026-04-06T15:18:25.774Z Downloaded atty v0.2.14
6672026-04-06T15:18:25.774Z Downloaded defmt-macros v1.0.1
6682026-04-06T15:18:25.777Z Downloaded crossterm v0.28.1
6692026-04-06T15:18:25.780Z Downloaded foreign-types-macros v0.2.3
6702026-04-06T15:18:25.780Z Downloaded dsl_auto_type v0.2.0
6712026-04-06T15:18:25.783Z Downloaded darling v0.20.11
6722026-04-06T15:18:25.786Z Downloaded dof v0.4.0
6732026-04-06T15:18:25.786Z Downloaded darling_macro v0.23.0
6742026-04-06T15:18:25.786Z Downloaded crc8 v0.1.1
6752026-04-06T15:18:25.789Z Downloaded ciborium-ll v0.2.2
6762026-04-06T15:18:25.789Z Downloaded crunchy v0.2.4
6772026-04-06T15:18:25.789Z Downloaded castaway v0.2.4
6782026-04-06T15:18:25.789Z Downloaded cfg_aliases v0.1.1
6792026-04-06T15:18:25.792Z Downloaded git-stub v1.0.0
6802026-04-06T15:18:25.792Z Downloaded crc v3.4.0
6812026-04-06T15:18:25.795Z Downloaded flate2 v1.1.9
6822026-04-06T15:18:25.797Z Downloaded crossbeam-deque v0.8.6
6832026-04-06T15:18:25.797Z Downloaded atomicwrites v0.4.4
6842026-04-06T15:18:25.800Z Downloaded dropshot-api-manager-types v0.6.0
6852026-04-06T15:18:25.800Z Downloaded darling_macro v0.20.11
6862026-04-06T15:18:25.800Z Downloaded convert_case v0.4.0
6872026-04-06T15:18:25.803Z Downloaded foreign-types v0.5.0
6882026-04-06T15:18:25.806Z Downloaded convert_case v0.10.0
6892026-04-06T15:18:25.806Z Downloaded cexpr v0.6.0
6902026-04-06T15:18:25.809Z Downloaded derive_builder v0.20.2
6912026-04-06T15:18:25.809Z Downloaded ctr v0.9.2
6922026-04-06T15:18:25.811Z Downloaded derive-ex v0.1.8
6932026-04-06T15:18:25.811Z Downloaded ed25519 v2.2.3
6942026-04-06T15:18:25.814Z Downloaded daft-derive v0.1.5
6952026-04-06T15:18:25.817Z Downloaded blake2 v0.10.6
6962026-04-06T15:18:25.817Z Downloaded cassowary v0.3.0
6972026-04-06T15:18:25.819Z Downloaded hash32 v0.3.1
6982026-04-06T15:18:25.822Z Downloaded futures-core v0.3.32
6992026-04-06T15:18:25.822Z Downloaded hex-literal v0.4.1
7002026-04-06T15:18:25.825Z Downloaded futures-task v0.3.32
7012026-04-06T15:18:25.825Z Downloaded hostname v0.4.2
7022026-04-06T15:18:25.825Z Downloaded funty v2.0.0
7032026-04-06T15:18:25.828Z Downloaded display-error-chain v0.2.2
7042026-04-06T15:18:25.828Z Downloaded fxhash v0.2.1
7052026-04-06T15:18:25.831Z Downloaded futures-sink v0.3.32
7062026-04-06T15:18:25.831Z Downloaded globwalk v0.9.1
7072026-04-06T15:18:25.831Z Downloaded drift v0.1.3
7082026-04-06T15:18:25.833Z Downloaded glob v0.3.3
7092026-04-06T15:18:25.836Z Downloaded gethostname v0.5.0
7102026-04-06T15:18:25.836Z Downloaded ff v0.13.1
7112026-04-06T15:18:25.839Z Downloaded headers-core v0.3.0
7122026-04-06T15:18:25.839Z Downloaded erased-serde v0.3.31
7132026-04-06T15:18:25.839Z Downloaded futures-macro v0.3.32
7142026-04-06T15:18:25.842Z Downloaded futures-io v0.3.32
7152026-04-06T15:18:25.842Z Downloaded home v0.5.12
7162026-04-06T15:18:25.842Z Downloaded dunce v1.0.5
7172026-04-06T15:18:25.842Z Downloaded httpdate v1.0.3
7182026-04-06T15:18:25.845Z Downloaded defmt-parser v1.0.0
7192026-04-06T15:18:25.848Z Downloaded blowfish v0.9.1
7202026-04-06T15:18:25.850Z Downloaded crc-catalog v2.4.0
7212026-04-06T15:18:25.850Z Downloaded bitfield v0.19.4
7222026-04-06T15:18:25.853Z Downloaded find-msvc-tools v0.1.9
7232026-04-06T15:18:25.853Z Downloaded ena v0.14.4
7242026-04-06T15:18:25.856Z Downloaded darling v0.21.3
7252026-04-06T15:18:25.859Z Downloaded critical-section v1.2.0
7262026-04-06T15:18:25.862Z Downloaded hubpack_derive v0.1.1
7272026-04-06T15:18:25.864Z Downloaded camino-tempfile-ext v0.3.3
7282026-04-06T15:18:25.864Z Downloaded endian-type v0.1.2
7292026-04-06T15:18:25.867Z Downloaded bcs v0.1.6
7302026-04-06T15:18:25.867Z Downloaded bitflags v1.3.2
7312026-04-06T15:18:25.870Z Downloaded embedded-io v0.6.1
7322026-04-06T15:18:25.870Z Downloaded crucible-workspace-hack v0.1.0
7332026-04-06T15:18:25.870Z Downloaded hubpack v0.1.2
7342026-04-06T15:18:25.873Z Downloaded ident_case v1.0.1
7352026-04-06T15:18:25.873Z Downloaded byte-wrapper v0.1.0
7362026-04-06T15:18:25.876Z Downloaded http-body v1.0.1
7372026-04-06T15:18:25.876Z Downloaded http-range v0.1.5
7382026-04-06T15:18:25.879Z Downloaded ghash v0.5.1
7392026-04-06T15:18:25.879Z Downloaded cbc v0.1.2
7402026-04-06T15:18:25.879Z Downloaded bit-vec v0.8.0
7412026-04-06T15:18:25.881Z Downloaded bit-vec v0.6.3
7422026-04-06T15:18:25.881Z Downloaded constant_time_eq v0.4.2
7432026-04-06T15:18:25.884Z Downloaded hyper-tls v0.6.0
7442026-04-06T15:18:25.884Z Downloaded cmake v0.1.57
7452026-04-06T15:18:25.884Z Downloaded flagset v0.4.7
7462026-04-06T15:18:25.887Z Downloaded git-stub-vcs v0.1.0
7472026-04-06T15:18:25.887Z Downloaded crc32fast v1.5.0
7482026-04-06T15:18:25.887Z Downloaded foreign-types v0.3.2
7492026-04-06T15:18:25.891Z Downloaded futures-executor v0.3.32
7502026-04-06T15:18:25.894Z Downloaded fs_extra v1.3.0
7512026-04-06T15:18:25.894Z Downloaded indoc v1.0.9
7522026-04-06T15:18:25.897Z Downloaded indent_write v2.2.0
7532026-04-06T15:18:25.897Z Downloaded env_filter v1.0.0
7542026-04-06T15:18:25.897Z Downloaded fd-lock v4.0.4
7552026-04-06T15:18:25.900Z Downloaded fs-err v2.11.0
7562026-04-06T15:18:25.900Z Downloaded hash32 v0.2.1
7572026-04-06T15:18:25.902Z Downloaded group v0.13.0
7582026-04-06T15:18:25.902Z Downloaded globset v0.4.18
7592026-04-06T15:18:25.902Z Downloaded is_ci v1.2.0
7602026-04-06T15:18:25.905Z Downloaded instability v0.3.11
7612026-04-06T15:18:25.905Z Downloaded getrandom v0.2.17
7622026-04-06T15:18:25.908Z Downloaded crossbeam-utils v0.8.21
7632026-04-06T15:18:25.908Z Downloaded internet-checksum v0.2.1
7642026-04-06T15:18:25.910Z Downloaded instant v0.1.13
7652026-04-06T15:18:25.910Z Downloaded crossbeam-epoch v0.9.18
7662026-04-06T15:18:25.913Z Downloaded kstat-rs v0.2.4
7672026-04-06T15:18:25.913Z Downloaded is-terminal v0.4.17
7682026-04-06T15:18:25.913Z Downloaded keccak v0.1.6
7692026-04-06T15:18:25.923Z Downloaded lazy_static v1.5.0
7702026-04-06T15:18:25.926Z Downloaded chacha20 v0.9.1
7712026-04-06T15:18:25.928Z Downloaded csv-core v0.1.13
7722026-04-06T15:18:25.928Z Downloaded console v0.15.11
7732026-04-06T15:18:25.931Z Downloaded cancel-safe-futures v0.1.5
7742026-04-06T15:18:25.931Z Downloaded chacha20 v0.10.0
7752026-04-06T15:18:25.934Z Downloaded corncobs v0.1.4
7762026-04-06T15:18:25.936Z Downloaded console v0.16.2
7772026-04-06T15:18:25.936Z Downloaded bzip2 v0.4.4
7782026-04-06T15:18:25.939Z Downloaded lalrpop-util v0.19.12
7792026-04-06T15:18:25.939Z Downloaded ahash v0.8.12
7802026-04-06T15:18:25.939Z Downloaded colored v3.1.1
7812026-04-06T15:18:25.943Z Downloaded hex v0.4.3
7822026-04-06T15:18:25.943Z Downloaded colored v2.2.0
7832026-04-06T15:18:25.949Z Downloaded bzip2 v0.6.1
7842026-04-06T15:18:25.949Z Downloaded highway v1.3.0
7852026-04-06T15:18:25.955Z Downloaded lru-cache v0.1.2
7862026-04-06T15:18:25.955Z Downloaded hostname v0.3.1
7872026-04-06T15:18:25.955Z Downloaded mime v0.3.17
7882026-04-06T15:18:25.955Z Downloaded lru v0.12.5
7892026-04-06T15:18:25.958Z Downloaded maplit v1.0.2
7902026-04-06T15:18:25.958Z Downloaded maybe-uninit v2.0.0
7912026-04-06T15:18:25.958Z Downloaded lru-slab v0.1.2
7922026-04-06T15:18:25.958Z Downloaded linked-hash-map v0.5.6
7932026-04-06T15:18:25.958Z Downloaded hyper-staticfile v0.10.1
7942026-04-06T15:18:25.964Z Downloaded fixedbitset v0.5.7
7952026-04-06T15:18:25.964Z Downloaded memoffset v0.9.1
7962026-04-06T15:18:25.964Z Downloaded async-bb8-diesel v0.2.1
7972026-04-06T15:18:25.972Z Downloaded futures-channel v0.3.32
7982026-04-06T15:18:25.972Z Downloaded cookie_store v0.22.1
7992026-04-06T15:18:25.976Z Downloaded const-oid v0.9.6
8002026-04-06T15:18:25.976Z Downloaded der_derive v0.7.3
8012026-04-06T15:18:25.983Z Downloaded match_cfg v0.1.0
8022026-04-06T15:18:25.984Z Downloaded ipnetwork v0.21.1
8032026-04-06T15:18:25.994Z Downloaded inout v0.1.4
8042026-04-06T15:18:25.994Z Downloaded getrandom v0.3.4
8052026-04-06T15:18:25.994Z Downloaded ingot-types v0.1.2
8062026-04-06T15:18:25.994Z Downloaded ipnet v2.11.0
8072026-04-06T15:18:25.994Z Downloaded ingot v0.1.1
8082026-04-06T15:18:25.994Z Downloaded normalize-line-endings v0.3.0
8092026-04-06T15:18:26.002Z Downloaded newline-converter v0.3.0
8102026-04-06T15:18:26.002Z Downloaded derive_builder_core v0.20.2
8112026-04-06T15:18:26.002Z Downloaded nodrop v0.1.14
8122026-04-06T15:18:26.002Z Downloaded new_debug_unreachable v1.0.6
8132026-04-06T15:18:26.002Z Downloaded md5 v0.7.0
8142026-04-06T15:18:26.002Z Downloaded fatfs v0.3.6
8152026-04-06T15:18:26.002Z Downloaded bumpalo v3.20.2
8162026-04-06T15:18:26.008Z Downloaded ciborium v0.2.2
8172026-04-06T15:18:26.008Z Downloaded newtype_derive v0.1.6
8182026-04-06T15:18:26.015Z Downloaded newtype-uuid-macros v0.1.0
8192026-04-06T15:18:26.015Z Downloaded clang-sys v1.8.1
8202026-04-06T15:18:26.022Z Downloaded nibble_vec v0.1.0
8212026-04-06T15:18:26.022Z Downloaded hmac v0.12.1
8222026-04-06T15:18:26.022Z Downloaded libscf-sys v1.1.0
8232026-04-06T15:18:26.022Z Downloaded allocator-api2 v0.2.21
8242026-04-06T15:18:26.029Z Downloaded num v0.4.3
8252026-04-06T15:18:26.029Z Downloaded num-derive v0.3.3
8262026-04-06T15:18:26.029Z Downloaded httparse v1.10.1
8272026-04-06T15:18:26.029Z Downloaded hyper-rustls v0.27.7
8282026-04-06T15:18:26.029Z Downloaded num-conv v0.2.0
8292026-04-06T15:18:26.037Z Downloaded nonempty v0.12.0
8302026-04-06T15:18:26.037Z Downloaded crc-any v2.5.0
8312026-04-06T15:18:26.037Z Downloaded foldhash v0.2.0
8322026-04-06T15:18:26.037Z Downloaded linear-map v1.2.0
8332026-04-06T15:18:26.037Z Downloaded libefi-sys v0.1.0
8342026-04-06T15:18:26.044Z Downloaded http-body-util v0.1.3
8352026-04-06T15:18:26.044Z Downloaded openssl-macros v0.1.1
8362026-04-06T15:18:26.044Z Downloaded num_threads v0.1.7
8372026-04-06T15:18:26.044Z Downloaded num_enum_derive v0.5.11
8382026-04-06T15:18:26.044Z Downloaded num-derive v0.4.2
8392026-04-06T15:18:26.044Z Downloaded libsw-core v0.3.2
8402026-04-06T15:18:26.044Z Downloaded olpc-cjson v0.1.4
8412026-04-06T15:18:26.044Z Downloaded openssl-probe v0.1.6
8422026-04-06T15:18:26.044Z Downloaded lzss v0.8.2
8432026-04-06T15:18:26.063Z Downloaded impl-trait-for-tuples v0.2.3
8442026-04-06T15:18:26.063Z Downloaded mime_guess v2.0.5
8452026-04-06T15:18:26.063Z Downloaded libsw v3.5.0
8462026-04-06T15:18:26.063Z Downloaded lock_api v0.4.14
8472026-04-06T15:18:26.063Z Downloaded humantime v2.3.0
8482026-04-06T15:18:26.063Z Downloaded half v1.8.3
8492026-04-06T15:18:26.063Z Downloaded jobserver v0.1.34
8502026-04-06T15:18:26.063Z Downloaded opaque-debug v0.3.1
8512026-04-06T15:18:26.063Z Downloaded newtype-uuid v1.3.2
8522026-04-06T15:18:26.063Z Downloaded nanorand v0.7.0
8532026-04-06T15:18:26.063Z Downloaded md-5 v0.10.6
8542026-04-06T15:18:26.066Z Downloaded ingot-macros v0.1.1
8552026-04-06T15:18:26.066Z Downloaded oso-derive v0.27.3
8562026-04-06T15:18:26.082Z Downloaded packed_struct_codegen v0.10.1
8572026-04-06T15:18:26.085Z Downloaded elliptic-curve v0.13.8
8582026-04-06T15:18:26.087Z Downloaded const_format v0.2.35
8592026-04-06T15:18:26.093Z Downloaded openssl-probe v0.2.1
8602026-04-06T15:18:26.093Z Downloaded num-iter v0.1.45
8612026-04-06T15:18:26.093Z Downloaded pbkdf2 v0.11.0
8622026-04-06T15:18:26.096Z Downloaded cookie v0.18.1
8632026-04-06T15:18:26.096Z Downloaded indoc v2.0.7
8642026-04-06T15:18:26.096Z Downloaded flume v0.11.1
8652026-04-06T15:18:26.099Z Downloaded parse-display v0.10.0
8662026-04-06T15:18:26.102Z Downloaded compact_str v0.8.1
8672026-04-06T15:18:26.102Z Downloaded parse-size v1.1.0
8682026-04-06T15:18:26.102Z Downloaded multer v3.1.0
8692026-04-06T15:18:26.106Z Downloaded multimap v0.10.1
8702026-04-06T15:18:26.110Z Downloaded pbkdf2 v0.12.2
8712026-04-06T15:18:26.111Z Downloaded derive-where v1.6.0
8722026-04-06T15:18:26.114Z Downloaded peg-runtime v0.8.5
8732026-04-06T15:18:26.114Z Downloaded num-integer v0.1.46
8742026-04-06T15:18:26.114Z Downloaded num-complex v0.4.6
8752026-04-06T15:18:26.114Z Downloaded num_enum v0.5.11
8762026-04-06T15:18:26.117Z Downloaded num_enum_derive v0.7.5
8772026-04-06T15:18:26.120Z Downloaded pin-utils v0.1.0
8782026-04-06T15:18:26.120Z Downloaded libloading v0.8.9
8792026-04-06T15:18:26.123Z Downloaded num_enum v0.7.5
8802026-04-06T15:18:26.126Z Downloaded litrs v1.0.0
8812026-04-06T15:18:26.126Z Downloaded ignore v0.4.25
8822026-04-06T15:18:26.131Z Downloaded num-rational v0.4.2
8832026-04-06T15:18:26.131Z Downloaded phf_shared v0.12.1
8842026-04-06T15:18:26.134Z Downloaded chacha20poly1305 v0.10.1
8852026-04-06T15:18:26.134Z Downloaded aes-gcm v0.10.3
8862026-04-06T15:18:26.138Z Downloaded memmap2 v0.9.10
8872026-04-06T15:18:26.142Z Downloaded darling_core v0.21.3
8882026-04-06T15:18:26.147Z Downloaded heapless v0.7.17
8892026-04-06T15:18:26.147Z Downloaded oxide-tokio-rt v0.1.3
8902026-04-06T15:18:26.150Z Downloaded headers v0.4.1
8912026-04-06T15:18:26.150Z Downloaded managed v0.8.0
8922026-04-06T15:18:26.150Z Downloaded diff v0.1.13
8932026-04-06T15:18:26.153Z Downloaded predicates-tree v1.0.13
8942026-04-06T15:18:26.153Z Downloaded predicates-core v1.0.10
8952026-04-06T15:18:26.153Z Downloaded precomputed-hash v0.1.1
8962026-04-06T15:18:26.156Z Downloaded packed_struct v0.10.1
8972026-04-06T15:18:26.156Z Downloaded phf_shared v0.13.1
8982026-04-06T15:18:26.156Z Downloaded nu-ansi-term v0.50.3
8992026-04-06T15:18:26.159Z Downloaded half v2.7.1
9002026-04-06T15:18:26.159Z Downloaded heapless v0.8.0
9012026-04-06T15:18:26.162Z Downloaded iana-time-zone v0.1.65
9022026-04-06T15:18:26.166Z Downloaded native-tls v0.2.18
9032026-04-06T15:18:26.167Z Downloaded env_logger v0.11.9
9042026-04-06T15:18:26.170Z Downloaded owo-colors v4.3.0
9052026-04-06T15:18:26.170Z Downloaded base64 v0.22.1
9062026-04-06T15:18:26.173Z Downloaded base64 v0.21.7
9072026-04-06T15:18:26.176Z Downloaded powerfmt v0.2.0
9082026-04-06T15:18:26.176Z Downloaded diesel_derives v2.3.7
9092026-04-06T15:18:26.179Z Downloaded proc-macro-crate v1.3.1
9102026-04-06T15:18:26.183Z Downloaded path-slash v0.1.5
9112026-04-06T15:18:26.183Z Downloaded paste v1.0.15
9122026-04-06T15:18:26.186Z Downloaded parse-display-derive v0.10.0
9132026-04-06T15:18:26.186Z Downloaded peg v0.8.5
9142026-04-06T15:18:26.189Z Downloaded psl-types v2.0.11
9152026-04-06T15:18:26.189Z Downloaded progenitor-macro v0.13.0
9162026-04-06T15:18:26.189Z Downloaded progenitor-macro v0.11.2
9172026-04-06T15:18:26.189Z Downloaded pem-rfc7468 v0.7.0
9182026-04-06T15:18:26.192Z Downloaded pem v3.0.6
9192026-04-06T15:18:26.192Z Downloaded peg-macros v0.8.5
9202026-04-06T15:18:26.192Z Downloaded proc-macro-crate v3.4.0
9212026-04-06T15:18:26.195Z Downloaded password-hash v0.5.0
9222026-04-06T15:18:26.195Z Downloaded password-hash v0.4.2
9232026-04-06T15:18:26.198Z Downloaded derive_more v0.99.20
9242026-04-06T15:18:26.203Z Downloaded quick-error v1.2.3
9252026-04-06T15:18:26.203Z Downloaded progenitor-macro v0.10.0
9262026-04-06T15:18:26.203Z Downloaded progenitor-client v0.10.0
9272026-04-06T15:18:26.203Z Downloaded darling_core v0.20.11
9282026-04-06T15:18:26.207Z Downloaded rand_chacha v0.3.1
9292026-04-06T15:18:26.210Z Downloaded pin-project-lite v0.2.17
9302026-04-06T15:18:26.213Z Downloaded postgres-protocol v0.6.10
9312026-04-06T15:18:26.216Z Downloaded phf_shared v0.11.3
9322026-04-06T15:18:26.216Z Downloaded phf v0.13.1
9332026-04-06T15:18:26.216Z Downloaded pkg-config v0.3.32
9342026-04-06T15:18:26.219Z Downloaded progenitor-client v0.11.2
9352026-04-06T15:18:26.219Z Downloaded futures v0.3.32
9362026-04-06T15:18:26.221Z Downloaded indexmap v1.9.3
9372026-04-06T15:18:26.227Z Downloaded oxnet v0.1.4
9382026-04-06T15:18:26.233Z Downloaded darling_core v0.23.0
9392026-04-06T15:18:26.236Z Downloaded ref-cast-impl v1.0.25
9402026-04-06T15:18:26.240Z Downloaded expectorate v1.2.0
9412026-04-06T15:18:26.240Z Downloaded ref-cast v1.0.25
9422026-04-06T15:18:26.243Z Downloaded recursive-proc-macro-impl v0.1.1
9432026-04-06T15:18:26.243Z Downloaded recursive v0.1.1
9442026-04-06T15:18:26.244Z Downloaded parking_lot_core v0.8.6
9452026-04-06T15:18:26.244Z Downloaded progenitor-client v0.13.0
9462026-04-06T15:18:26.244Z Downloaded crypto-bigint v0.5.5
9472026-04-06T15:18:26.247Z Downloaded progenitor v0.10.0
9482026-04-06T15:18:26.251Z Downloaded omicron-zone-package v0.12.2
9492026-04-06T15:18:26.251Z Downloaded hickory-resolver v0.24.4
9502026-04-06T15:18:26.254Z Downloaded radium v0.7.0
9512026-04-06T15:18:26.254Z Downloaded progenitor v0.11.2
9522026-04-06T15:18:26.257Z Downloaded parking_lot_core v0.9.12
9532026-04-06T15:18:26.257Z Downloaded parking_lot v0.12.5
9542026-04-06T15:18:26.260Z Downloaded cc v1.2.56
9552026-04-06T15:18:26.260Z Downloaded ar_archive_writer v0.5.1
9562026-04-06T15:18:26.263Z Downloaded proc-macro-error2 v2.0.1
9572026-04-06T15:18:26.263Z Downloaded predicates v3.1.4
9582026-04-06T15:18:26.266Z Downloaded phf v0.12.1
9592026-04-06T15:18:26.266Z Downloaded pkcs8 v0.10.2
9602026-04-06T15:18:26.269Z Downloaded hickory-resolver v0.25.2
9612026-04-06T15:18:26.273Z Downloaded rand_xorshift v0.4.0
9622026-04-06T15:18:26.273Z Downloaded primeorder v0.13.6
9632026-04-06T15:18:26.273Z Downloaded polyval v0.6.2
9642026-04-06T15:18:26.276Z Downloaded psm v0.1.30
9652026-04-06T15:18:26.276Z Downloaded russh-cryptovec v0.7.3
9662026-04-06T15:18:26.279Z Downloaded libbz2-rs-sys v0.2.2
9672026-04-06T15:18:26.279Z Downloaded rustc_version v0.1.7
9682026-04-06T15:18:26.279Z Downloaded rustc-hash v2.1.1
9692026-04-06T15:18:26.279Z Downloaded progenitor v0.13.0
9702026-04-06T15:18:26.282Z Downloaded proc-macro-error-attr2 v2.0.0
9712026-04-06T15:18:26.282Z Downloaded poly1305 v0.8.0
9722026-04-06T15:18:26.285Z Downloaded pin-project-internal v1.1.11
9732026-04-06T15:18:26.285Z Downloaded rand_chacha v0.9.0
9742026-04-06T15:18:26.288Z Downloaded rfc6979 v0.4.0
9752026-04-06T15:18:26.291Z Downloaded derive_more v2.1.1
9762026-04-06T15:18:26.297Z Downloaded p256 v0.13.2
9772026-04-06T15:18:26.301Z Downloaded papergrid v0.17.0
9782026-04-06T15:18:26.305Z Downloaded progenitor-extras v0.1.1
9792026-04-06T15:18:26.308Z Downloaded ppv-lite86 v0.2.21
9802026-04-06T15:18:26.308Z Downloaded pkcs1 v0.7.5
9812026-04-06T15:18:26.315Z Downloaded rtoolbox v0.0.3
9822026-04-06T15:18:26.319Z Downloaded same-file v1.0.6
9832026-04-06T15:18:26.319Z Downloaded derive_more-impl v2.1.1
9842026-04-06T15:18:26.322Z Downloaded salsa20 v0.10.2
9852026-04-06T15:18:26.322Z Downloaded der v0.7.10
9862026-04-06T15:18:26.325Z Downloaded ed25519-dalek v2.2.0
9872026-04-06T15:18:26.330Z Downloaded scheduled-thread-pool v0.2.7
9882026-04-06T15:18:26.333Z Downloaded indicatif v0.18.4
9892026-04-06T15:18:26.337Z Downloaded r2d2 v0.8.10
9902026-04-06T15:18:26.337Z Downloaded pkcs5 v0.7.1
9912026-04-06T15:18:26.340Z Downloaded scopeguard v1.2.0
9922026-04-06T15:18:26.344Z Downloaded scroll_derive v0.13.1
9932026-04-06T15:18:26.344Z Downloaded rand_core v0.9.5
9942026-04-06T15:18:26.348Z Downloaded sapling-renderdag v0.1.0
9952026-04-06T15:18:26.349Z Downloaded rand_seeder v0.4.0
9962026-04-06T15:18:26.352Z Downloaded rand_core v0.10.0
9972026-04-06T15:18:26.352Z Downloaded rand_core v0.6.4
9982026-04-06T15:18:26.355Z Downloaded postgres-types v0.2.12
9992026-04-06T15:18:26.358Z Downloaded parking_lot v0.11.2
10002026-04-06T15:18:26.358Z Downloaded scrypt v0.11.0
10012026-04-06T15:18:26.361Z Downloaded seq-macro v0.3.6
10022026-04-06T15:18:26.361Z Downloaded semver v0.1.20
10032026-04-06T15:18:26.363Z Downloaded serde_urlencoded v0.7.1
10042026-04-06T15:18:26.366Z Downloaded serde_bytes v0.11.19
10052026-04-06T15:18:26.369Z Downloaded serde_repr v0.1.20
10062026-04-06T15:18:26.373Z Downloaded serde_plain v1.0.2
10072026-04-06T15:18:26.373Z Downloaded secrecy v0.8.0
10082026-04-06T15:18:26.376Z Downloaded serde-big-array v0.5.1
10092026-04-06T15:18:26.376Z Downloaded secrecy v0.10.3
10102026-04-06T15:18:26.379Z Downloaded quinn-udp v0.5.14
10112026-04-06T15:18:26.382Z Downloaded postcard v1.1.3
10122026-04-06T15:18:26.390Z Downloaded rustc_version v0.4.1
10132026-04-06T15:18:26.392Z Downloaded hashbrown v0.13.2
10142026-04-06T15:18:26.395Z Downloaded hashbrown v0.12.3
10152026-04-06T15:18:26.398Z Downloaded shell-words v1.1.1
10162026-04-06T15:18:26.398Z Downloaded openssl-sys v0.9.111
10172026-04-06T15:18:26.401Z Downloaded resolv-conf v0.7.6
10182026-04-06T15:18:26.403Z Downloaded pin-project v1.1.11
10192026-04-06T15:18:26.408Z Downloaded signal-hook-mio v0.2.5
10202026-04-06T15:18:26.411Z Downloaded rustversion v1.0.22
10212026-04-06T15:18:26.411Z Downloaded sigpipe v0.1.3
10222026-04-06T15:18:26.414Z Downloaded signal-hook-tokio v0.3.1
10232026-04-06T15:18:26.414Z Downloaded signature v2.2.0
10242026-04-06T15:18:26.414Z Downloaded rustls-pemfile v2.2.0
10252026-04-06T15:18:26.416Z Downloaded siphasher v1.0.2
10262026-04-06T15:18:26.416Z Downloaded rustls-pemfile v1.0.4
10272026-04-06T15:18:26.416Z Downloaded rustls-native-certs v0.8.3
10282026-04-06T15:18:26.419Z Downloaded rusty-fork v0.3.1
10292026-04-06T15:18:26.422Z Downloaded hickory-server v0.25.2
10302026-04-06T15:18:26.422Z Downloaded oso v0.27.3
10312026-04-06T15:18:26.425Z Downloaded miniz_oxide v0.8.9
10322026-04-06T15:18:26.429Z Downloaded progenitor-impl v0.11.2
10332026-04-06T15:18:26.433Z Downloaded aes v0.8.4
10342026-04-06T15:18:26.437Z Downloaded slog-envlogger v2.2.0
10352026-04-06T15:18:26.437Z Downloaded scroll v0.13.0
10362026-04-06T15:18:26.440Z Downloaded schemars_derive v0.8.22
10372026-04-06T15:18:26.443Z Downloaded jiff-static v0.2.21
10382026-04-06T15:18:26.446Z Downloaded prefix-trie v0.7.0
10392026-04-06T15:18:26.449Z Downloaded sct v0.7.1
10402026-04-06T15:18:26.454Z Downloaded sec1 v0.7.3
10412026-04-06T15:18:26.456Z Downloaded dropshot-api-manager v0.6.0
10422026-04-06T15:18:26.459Z Downloaded russh-keys v0.45.0
10432026-04-06T15:18:26.462Z Downloaded sha1 v0.10.6
10442026-04-06T15:18:26.462Z Downloaded serde-hex v0.1.0
10452026-04-06T15:18:26.465Z Downloaded http v1.4.0
10462026-04-06T15:18:26.469Z Downloaded serde_path_to_error v0.1.20
10472026-04-06T15:18:26.477Z Downloaded ssh-cipher v0.2.0
10482026-04-06T15:18:26.490Z Downloaded simd-adler32 v0.3.8
10492026-04-06T15:18:26.493Z Downloaded ssh-encoding v0.2.0
10502026-04-06T15:18:26.495Z Downloaded structmeta v0.3.0
10512026-04-06T15:18:26.500Z Downloaded strip-ansi-escapes v0.2.1
10522026-04-06T15:18:26.503Z Downloaded strum v0.27.2
10532026-04-06T15:18:26.503Z Downloaded shlex v1.3.0
10542026-04-06T15:18:26.505Z Downloaded minimal-lexical v0.2.1
10552026-04-06T15:18:26.508Z Downloaded slab v0.4.12
10562026-04-06T15:18:26.508Z Downloaded signal-hook-registry v1.4.8
10572026-04-06T15:18:26.511Z Downloaded progenitor-impl v0.10.0
10582026-04-06T15:18:26.514Z Downloaded slog-dtrace v0.3.0
10592026-04-06T15:18:26.514Z Downloaded subtle v2.6.1
10602026-04-06T15:18:26.516Z Downloaded slog-term v2.9.2
10612026-04-06T15:18:26.516Z Downloaded tabled_derive v0.11.0
10622026-04-06T15:18:26.519Z Downloaded sync_wrapper v1.0.2
10632026-04-06T15:18:26.519Z Downloaded supports-color v3.0.2
10642026-04-06T15:18:26.519Z Downloaded structmeta-derive v0.3.0
10652026-04-06T15:18:26.519Z Downloaded strum v0.26.3
10662026-04-06T15:18:26.524Z Downloaded slog-json v2.6.1
10672026-04-06T15:18:26.524Z Downloaded slog-async v2.8.0
10682026-04-06T15:18:26.527Z Downloaded rcgen v0.12.1
10692026-04-06T15:18:26.527Z Downloaded pretty_assertions v1.4.1
10702026-04-06T15:18:26.530Z Downloaded slog-bunyan v2.5.0
10712026-04-06T15:18:26.533Z Downloaded tap v1.0.1
10722026-04-06T15:18:26.533Z Downloaded take_mut v0.2.2
10732026-04-06T15:18:26.533Z Downloaded testing_table v0.3.0
10742026-04-06T15:18:26.535Z Downloaded termtree v0.5.1
10752026-04-06T15:18:26.535Z Downloaded tabwriter v1.4.1
10762026-04-06T15:18:26.535Z Downloaded smf v0.2.3
10772026-04-06T15:18:26.539Z Downloaded slog-stdlog v4.1.1
10782026-04-06T15:18:26.539Z Downloaded slog-scope v4.4.1
10792026-04-06T15:18:26.539Z Downloaded prettyplease v0.2.37
10802026-04-06T15:18:26.542Z Downloaded sync-ptr v0.1.4
10812026-04-06T15:18:26.542Z Downloaded serde_spanned v1.0.4
10822026-04-06T15:18:26.542Z Downloaded rustls-pki-types v1.14.0
10832026-04-06T15:18:26.544Z Downloaded smallvec v0.6.14
10842026-04-06T15:18:26.551Z Downloaded serde_cbor v0.11.2
10852026-04-06T15:18:26.554Z Downloaded serde_derive_internals v0.29.1
10862026-04-06T15:18:26.557Z Downloaded time-core v0.1.8
10872026-04-06T15:18:26.560Z Downloaded static_assertions v1.1.0
10882026-04-06T15:18:26.560Z Downloaded sqlformat v0.3.5
10892026-04-06T15:18:26.564Z Downloaded serde_with_macros v3.17.0
10902026-04-06T15:18:26.564Z Downloaded tinyvec_macros v0.1.1
10912026-04-06T15:18:26.567Z Downloaded thiserror-impl-no-std v2.0.2
10922026-04-06T15:18:26.567Z Downloaded thread-id v5.1.0
10932026-04-06T15:18:26.570Z Downloaded stacker v0.1.23
10942026-04-06T15:18:26.570Z Downloaded spki v0.7.3
10952026-04-06T15:18:26.573Z Downloaded hashbrown v0.15.5
10962026-04-06T15:18:26.578Z Downloaded string_cache v0.8.9
10972026-04-06T15:18:26.580Z Downloaded sqlparser_derive v0.5.0
10982026-04-06T15:18:26.590Z Downloaded stringprep v0.1.5
10992026-04-06T15:18:26.593Z Downloaded rustls-platform-verifier v0.6.2
11002026-04-06T15:18:26.595Z Downloaded ryu v1.0.23
11012026-04-06T15:18:26.598Z Downloaded strum_macros v0.24.3
11022026-04-06T15:18:26.601Z Downloaded strum_macros v0.26.4
11032026-04-06T15:18:26.604Z Downloaded strum_macros v0.27.2
11042026-04-06T15:18:26.604Z Downloaded mio v1.1.1
11052026-04-06T15:18:26.607Z Downloaded support-bundle-viewer v0.1.2
11062026-04-06T15:18:26.610Z Downloaded num-bigint v0.4.6
11072026-04-06T15:18:26.617Z Downloaded itertools v0.10.5
11082026-04-06T15:18:26.620Z Downloaded schemars v0.8.22
11092026-04-06T15:18:26.624Z Downloaded tagptr v0.2.0
11102026-04-06T15:18:26.626Z Downloaded snafu-derive v0.8.9
11112026-04-06T15:18:26.629Z Downloaded progenitor-impl v0.13.0
11122026-04-06T15:18:26.629Z Downloaded hyper-util v0.1.20
11132026-04-06T15:18:26.633Z Downloaded spin v0.9.8
11142026-04-06T15:18:26.635Z Downloaded ron v0.8.1
11152026-04-06T15:18:26.638Z Downloaded qorb v0.4.1
11162026-04-06T15:18:26.643Z Downloaded serde_yaml v0.9.34+deprecated
11172026-04-06T15:18:26.645Z Downloaded tls_codec v0.4.2
11182026-04-06T15:18:26.648Z Downloaded termios v0.3.3
11192026-04-06T15:18:26.648Z Downloaded signal-hook v0.3.18
11202026-04-06T15:18:26.651Z Downloaded nom v7.1.3
11212026-04-06T15:18:26.653Z Downloaded tower-service v0.3.3
11222026-04-06T15:18:26.653Z Downloaded topological-sort v0.2.2
11232026-04-06T15:18:26.656Z Downloaded rand v0.8.5
11242026-04-06T15:18:26.656Z Downloaded quinn v0.11.9
11252026-04-06T15:18:26.659Z Downloaded libxml v0.3.3
11262026-04-06T15:18:26.670Z Downloaded thiserror-no-std v2.0.2
11272026-04-06T15:18:26.673Z Downloaded try-lock v0.2.5
11282026-04-06T15:18:26.676Z Downloaded tower-layer v0.3.3
11292026-04-06T15:18:26.676Z Downloaded trait-variant v0.1.2
11302026-04-06T15:18:26.676Z Downloaded tiny-keccak v2.0.2
11312026-04-06T15:18:26.678Z Downloaded unarray v0.1.4
11322026-04-06T15:18:26.685Z Downloaded crossterm v0.29.0
11332026-04-06T15:18:26.692Z Downloaded schemars v0.9.0
11342026-04-06T15:18:26.698Z Downloaded untrusted v0.9.0
11352026-04-06T15:18:26.703Z Downloaded untrusted v0.7.1
11362026-04-06T15:18:26.703Z Downloaded typify-macro v0.6.1
11372026-04-06T15:18:26.703Z Downloaded universal-hash v0.5.1
11382026-04-06T15:18:26.706Z Downloaded unit-prefix v0.5.2
11392026-04-06T15:18:26.706Z Downloaded typify-macro v0.4.3
11402026-04-06T15:18:26.706Z Downloaded tokio-tungstenite v0.21.0
11412026-04-06T15:18:26.706Z Downloaded unicode-truncate v1.1.0
11422026-04-06T15:18:26.706Z Downloaded tokio-native-tls v0.3.1
11432026-04-06T15:18:26.709Z Downloaded tokio-dtrace v0.1.1
11442026-04-06T15:18:26.709Z Downloaded tls_codec_derive v0.4.2
11452026-04-06T15:18:26.709Z Downloaded slog v2.8.2
11462026-04-06T15:18:26.714Z Downloaded toml_writer v1.0.6+spec-1.1.0
11472026-04-06T15:18:26.714Z Downloaded utf-8 v0.7.6
11482026-04-06T15:18:26.714Z Downloaded usdt-attr-macro v0.6.0
11492026-04-06T15:18:26.716Z Downloaded socket2 v0.6.2
11502026-04-06T15:18:26.719Z Downloaded hyper v1.8.1
11512026-04-06T15:18:26.722Z Downloaded tokio-rustls v0.25.0
11522026-04-06T15:18:26.726Z Downloaded usdt-macro v0.6.0
11532026-04-06T15:18:26.729Z Downloaded similar v2.7.0
11542026-04-06T15:18:26.731Z Downloaded time-macros v0.2.27
11552026-04-06T15:18:26.731Z Downloaded term v1.2.1
11562026-04-06T15:18:26.734Z Downloaded void v1.0.2
11572026-04-06T15:18:26.737Z Downloaded publicsuffix v2.3.0
11582026-04-06T15:18:26.740Z Downloaded rsa v0.9.10
11592026-04-06T15:18:26.742Z Downloaded waitgroup v0.1.2
11602026-04-06T15:18:26.743Z Downloaded term v0.7.0
11612026-04-06T15:18:26.751Z Downloaded itertools v0.14.0
11622026-04-06T15:18:26.754Z Downloaded wait-timeout v0.2.1
11632026-04-06T15:18:26.757Z Downloaded iddqd v0.3.17
11642026-04-06T15:18:26.760Z Downloaded h2 v0.4.13
11652026-04-06T15:18:26.763Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11662026-04-06T15:18:26.766Z Downloaded thread_local v1.1.9
11672026-04-06T15:18:26.766Z Downloaded futures-util v0.3.32
11682026-04-06T15:18:26.771Z Downloaded tokio-macros v2.6.0
11692026-04-06T15:18:26.773Z Downloaded samael v0.0.19
11702026-04-06T15:18:26.776Z Downloaded want v0.3.1
11712026-04-06T15:18:26.776Z Downloaded subprocess v0.2.15
11722026-04-06T15:18:26.779Z Downloaded rustls-webpki v0.103.9
11732026-04-06T15:18:26.779Z Downloaded aws-lc-rs v1.16.0
11742026-04-06T15:18:26.784Z Downloaded tokio-rustls v0.26.4
11752026-04-06T15:18:26.787Z Downloaded schemars v1.2.1
11762026-04-06T15:18:26.793Z Downloaded xshell-macros v0.2.7
11772026-04-06T15:18:26.795Z Downloaded xattr v1.6.1
11782026-04-06T15:18:26.795Z Downloaded unicase v2.9.0
11792026-04-06T15:18:26.796Z Downloaded itertools v0.12.1
11802026-04-06T15:18:26.799Z Downloaded tokio-stream v0.1.18
11812026-04-06T15:18:26.801Z Downloaded tokio-tungstenite v0.23.1
11822026-04-06T15:18:26.804Z Downloaded zeroize_derive v1.4.3
11832026-04-06T15:18:26.804Z Downloaded usdt v0.6.0
11842026-04-06T15:18:26.804Z Downloaded tokio-rustls v0.24.1
11852026-04-06T15:18:26.807Z Downloaded iri-string v0.7.10
11862026-04-06T15:18:26.809Z Downloaded hkdf v0.12.4
11872026-04-06T15:18:26.812Z Downloaded usdt-impl v0.6.0
11882026-04-06T15:18:26.812Z Downloaded rand v0.10.0
11892026-04-06T15:18:26.815Z Downloaded rand v0.9.2
11902026-04-06T15:18:26.819Z Downloaded toml_parser v1.0.9+spec-1.1.0
11912026-04-06T15:18:26.823Z Downloaded uzers v0.12.2
11922026-04-06T15:18:26.827Z Downloaded test-strategy v0.4.5
11932026-04-06T15:18:26.827Z Downloaded vergen-lib v0.1.6
11942026-04-06T15:18:26.827Z Downloaded snafu v0.8.9
11952026-04-06T15:18:26.831Z Downloaded walkdir v2.5.0
11962026-04-06T15:18:26.831Z Downloaded zone_cfg_derive v0.3.1
11972026-04-06T15:18:26.834Z Downloaded zone v0.3.1
11982026-04-06T15:18:26.834Z Downloaded vsss-rs v3.3.4
11992026-04-06T15:18:26.834Z Downloaded vergen-git2 v1.0.7
12002026-04-06T15:18:26.837Z Downloaded aho-corasick v1.1.4
12012026-04-06T15:18:26.839Z Downloaded whoami v1.6.1
12022026-04-06T15:18:26.842Z Downloaded tinyvec v1.10.0
12032026-04-06T15:18:26.848Z Downloaded tracing-attributes v0.1.31
12042026-04-06T15:18:26.851Z Downloaded p521 v0.13.3
12052026-04-06T15:18:26.854Z Downloaded twox-hash v2.1.2
12062026-04-06T15:18:26.858Z Downloaded unicode-properties v0.1.4
12072026-04-06T15:18:26.858Z Downloaded libm v0.2.16
12082026-04-06T15:18:26.862Z Downloaded tui-tree-widget v0.23.1
12092026-04-06T15:18:26.865Z Downloaded wyz v0.5.1
12102026-04-06T15:18:26.865Z Downloaded whoami v2.1.0
12112026-04-06T15:18:26.868Z Downloaded toml v0.7.8
12122026-04-06T15:18:26.870Z Downloaded xshell v0.2.7
12132026-04-06T15:18:26.873Z Downloaded blake3 v1.8.3
12142026-04-06T15:18:26.881Z Downloaded tar v0.4.45
12152026-04-06T15:18:26.884Z Downloaded itertools v0.13.0
12162026-04-06T15:18:26.887Z Downloaded vergen-gitcl v1.0.8
12172026-04-06T15:18:26.889Z Downloaded socket2 v0.5.10
12182026-04-06T15:18:26.889Z Downloaded vergen v9.0.6
12192026-04-06T15:18:26.903Z Downloaded tracing-core v0.1.36
12202026-04-06T15:18:26.907Z Downloaded tungstenite v0.23.0
12212026-04-06T15:18:26.910Z Downloaded zstd-safe v7.2.4
12222026-04-06T15:18:26.910Z Downloaded tungstenite v0.21.0
12232026-04-06T15:18:26.914Z Downloaded rayon-core v1.13.0
12242026-04-06T15:18:26.917Z Downloaded reedline v0.40.0
12252026-04-06T15:18:26.921Z Downloaded unicode-bidi v0.3.18
12262026-04-06T15:18:26.924Z Downloaded typify v0.4.3
12272026-04-06T15:18:26.933Z Downloaded yasna v0.5.2
12282026-04-06T15:18:26.937Z Downloaded zeroize v1.8.2
12292026-04-06T15:18:26.940Z Downloaded unsafe-libyaml v0.2.11
12302026-04-06T15:18:26.940Z Downloaded num-bigint-dig v0.8.6
12312026-04-06T15:18:26.943Z Downloaded uuid v1.21.0
12322026-04-06T15:18:26.946Z Downloaded toml v0.9.12+spec-1.1.0
12332026-04-06T15:18:26.958Z Downloaded zstd v0.13.3
12342026-04-06T15:18:26.961Z Downloaded steno v0.4.1
12352026-04-06T15:18:26.964Z Downloaded toml_edit v0.23.10+spec-1.0.0
12362026-04-06T15:18:26.967Z Downloaded russh v0.45.0
12372026-04-06T15:18:26.969Z Downloaded rpassword v7.4.0
12382026-04-06T15:18:26.969Z Downloaded ssh-key v0.6.7
12392026-04-06T15:18:26.983Z Downloaded typify v0.6.1
12402026-04-06T15:18:26.985Z Downloaded rustyline v14.0.0
12412026-04-06T15:18:26.988Z Downloaded zerocopy v0.6.6
12422026-04-06T15:18:26.991Z Downloaded tokio-postgres v0.7.16
12432026-04-06T15:18:27.002Z Downloaded bitvec v1.0.1
12442026-04-06T15:18:27.010Z Downloaded zopfli v0.8.3
12452026-04-06T15:18:27.013Z Downloaded unicode_categories v0.1.1
12462026-04-06T15:18:27.019Z Downloaded vte v0.14.1
12472026-04-06T15:18:27.029Z Downloaded reqwest v0.13.2
12482026-04-06T15:18:27.033Z Downloaded reqwest v0.12.28
12492026-04-06T15:18:27.037Z Downloaded git2 v0.20.4
12502026-04-06T15:18:27.042Z Downloaded toml_edit v0.19.15
12512026-04-06T15:18:27.050Z Downloaded zip v0.6.6
12522026-04-06T15:18:27.053Z Downloaded bindgen v0.71.1
12532026-04-06T15:18:27.057Z Downloaded yansi v1.0.1
12542026-04-06T15:18:27.059Z Downloaded chrono v0.4.44
12552026-04-06T15:18:27.078Z Downloaded lalrpop v0.19.12
12562026-04-06T15:18:27.084Z Downloaded p384 v0.13.1
12572026-04-06T15:18:27.091Z Downloaded zerocopy-derive v0.8.40
12582026-04-06T15:18:27.115Z Downloaded typed-path v0.9.3
12592026-04-06T15:18:27.125Z Downloaded rustls-webpki v0.101.7
12602026-04-06T15:18:27.131Z Downloaded regex v1.12.3
12612026-04-06T15:18:27.134Z Downloaded x509-cert v0.2.5
12622026-04-06T15:18:27.138Z Downloaded unicode-segmentation v1.12.0
12632026-04-06T15:18:27.141Z Downloaded salty v0.3.0
12642026-04-06T15:18:27.145Z Downloaded quick-xml v0.37.5
12652026-04-06T15:18:27.152Z Downloaded goblin v0.10.5
12662026-04-06T15:18:27.156Z Downloaded portable-atomic v1.13.1
12672026-04-06T15:18:27.173Z Downloaded tower v0.5.3
12682026-04-06T15:18:27.177Z Downloaded unicode-normalization v0.1.25
12692026-04-06T15:18:27.180Z Downloaded zip v4.6.1
12702026-04-06T15:18:27.183Z Downloaded tokio-util v0.7.18
12712026-04-06T15:18:27.186Z Downloaded petname v2.0.2
12722026-04-06T15:18:27.190Z Downloaded serde_with v3.17.0
12732026-04-06T15:18:27.197Z Downloaded tower-http v0.6.8
12742026-04-06T15:18:27.201Z Downloaded rustls-webpki v0.102.8
12752026-04-06T15:18:27.211Z Downloaded object v0.30.4
12762026-04-06T15:18:27.216Z Downloaded proptest v1.10.0
12772026-04-06T15:18:27.221Z Downloaded rayon v1.11.0
12782026-04-06T15:18:27.226Z Downloaded moka v0.12.13
12792026-04-06T15:18:27.232Z Downloaded tough v0.20.0
12802026-04-06T15:18:27.250Z Downloaded winnow v0.5.40
12812026-04-06T15:18:27.255Z Downloaded winnow v0.6.26
12822026-04-06T15:18:27.259Z Downloaded quinn-proto v0.11.13
12832026-04-06T15:18:27.267Z Downloaded openssl v0.10.75
12842026-04-06T15:18:27.280Z Downloaded nix v0.27.1
12852026-04-06T15:18:27.288Z Downloaded radix_trie v0.2.1
12862026-04-06T15:18:27.292Z Downloaded polar-core v0.27.3
12872026-04-06T15:18:27.297Z Downloaded curve25519-dalek v4.1.3
12882026-04-06T15:18:27.303Z Downloaded nix v0.28.0
12892026-04-06T15:18:27.317Z Downloaded tabled v0.20.0
12902026-04-06T15:18:27.329Z Downloaded smoltcp v0.9.1
12912026-04-06T15:18:27.337Z Downloaded nix v0.29.0
12922026-04-06T15:18:27.345Z Downloaded bstr v1.12.1
12932026-04-06T15:18:27.355Z Downloaded rustls v0.21.12
12942026-04-06T15:18:27.366Z Downloaded time v0.3.47
12952026-04-06T15:18:27.373Z Downloaded webpki-roots v1.0.6
12962026-04-06T15:18:27.376Z Downloaded dropshot v0.16.7
12972026-04-06T15:18:27.391Z Downloaded openapiv3 v2.2.0
12982026-04-06T15:18:27.399Z Downloaded nix v0.31.1
12992026-04-06T15:18:27.406Z Downloaded object v0.37.3
13002026-04-06T15:18:27.413Z Downloaded zlib-rs v0.6.2
13012026-04-06T15:18:27.423Z Downloaded regex-syntax v0.6.29
13022026-04-06T15:18:27.428Z Downloaded vcpkg v0.2.15
13032026-04-06T15:18:27.452Z Downloaded rustls v0.23.37
13042026-04-06T15:18:27.460Z Downloaded hickory-proto v0.24.4
13052026-04-06T15:18:27.467Z Downloaded zerocopy v0.8.40
13062026-04-06T15:18:27.473Z Downloaded rustls v0.22.4
13072026-04-06T15:18:27.480Z Downloaded regress v0.10.5
13082026-04-06T15:18:27.487Z Downloaded hickory-proto v0.25.2
13092026-04-06T15:18:27.496Z Downloaded smoltcp v0.11.0
13102026-04-06T15:18:27.503Z Downloaded diesel v2.3.7
13112026-04-06T15:18:27.516Z Downloaded rustix v0.38.44
13122026-04-06T15:18:27.529Z Downloaded regex-syntax v0.8.10
13132026-04-06T15:18:27.543Z Downloaded sled v0.34.7
13142026-04-06T15:18:27.565Z Downloaded typify-impl v0.6.1
13152026-04-06T15:18:27.575Z Downloaded sqlparser v0.61.0
13162026-04-06T15:18:27.581Z Downloaded bzip2-sys v0.1.13+1.0.8
13172026-04-06T15:18:27.588Z Downloaded typify-impl v0.4.3
13182026-04-06T15:18:27.598Z Downloaded ratatui v0.29.0
13192026-04-06T15:18:27.623Z Downloaded regex-automata v0.4.14
13202026-04-06T15:18:27.633Z Downloaded zerocopy-derive v0.6.6
13212026-04-06T15:18:27.639Z Downloaded tracing v0.1.44
13222026-04-06T15:18:27.652Z Downloaded chrono-tz v0.10.4
13232026-04-06T15:18:27.689Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13242026-04-06T15:18:27.701Z Downloaded tokio v1.49.0
13252026-04-06T15:18:27.752Z Downloaded petgraph v0.6.5
13262026-04-06T15:18:27.764Z Downloaded jiff v0.2.21
13272026-04-06T15:18:27.795Z Downloaded petgraph v0.8.3
13282026-04-06T15:18:27.820Z Downloaded csv v1.4.0
13292026-04-06T15:18:27.832Z Downloaded libz-sys v1.1.24
13302026-04-06T15:18:27.845Z Downloaded sha3 v0.10.8
13312026-04-06T15:18:27.936Z Downloaded encoding_rs v0.8.35
13322026-04-06T15:18:27.962Z Downloaded ring v0.17.14
13332026-04-06T15:18:27.995Z Downloaded libgit2-sys v0.18.3+1.9.2
13342026-04-06T15:18:28.411Z Downloaded aws-lc-sys v0.37.1
13352026-04-06T15:18:28.661Z Compiling libc v0.2.180
13362026-04-06T15:18:28.661Z Compiling serde v1.0.228
13372026-04-06T15:18:28.665Z Compiling find-msvc-tools v0.1.9
13382026-04-06T15:18:28.665Z Compiling shlex v1.3.0
13392026-04-06T15:18:28.665Z Compiling log v0.4.29
13402026-04-06T15:18:28.665Z Compiling smallvec v1.15.1
13412026-04-06T15:18:28.665Z Compiling syn v2.0.117
13422026-04-06T15:18:28.665Z Compiling typenum v1.19.0
13432026-04-06T15:18:28.986Z Compiling generic-array v0.14.7
13442026-04-06T15:18:29.001Z Compiling subtle v2.6.1
13452026-04-06T15:18:29.067Z Compiling scopeguard v1.2.0
13462026-04-06T15:18:29.093Z Compiling const-oid v0.9.6
13472026-04-06T15:18:29.127Z Compiling portable-atomic v1.13.1
13482026-04-06T15:18:29.174Z Compiling lock_api v0.4.14
13492026-04-06T15:18:29.187Z Compiling zerocopy v0.8.40
13502026-04-06T15:18:29.239Z Compiling critical-section v1.2.0
13512026-04-06T15:18:29.353Z Compiling serde_json v1.0.149
13522026-04-06T15:18:29.401Z Compiling pin-project-lite v0.2.17
13532026-04-06T15:18:29.496Z Compiling parking_lot_core v0.9.12
13542026-04-06T15:18:29.641Z Compiling getrandom v0.2.17
13552026-04-06T15:18:29.708Z Compiling jobserver v0.1.34
13562026-04-06T15:18:29.727Z Compiling errno v0.3.14
13572026-04-06T15:18:29.779Z Compiling rand_core v0.6.4
13582026-04-06T15:18:29.835Z Compiling pkg-config v0.3.32
13592026-04-06T15:18:29.858Z Compiling signal-hook-registry v1.4.8
13602026-04-06T15:18:30.048Z Compiling cc v1.2.56
13612026-04-06T15:18:30.077Z Compiling once_cell v1.21.3
13622026-04-06T15:18:30.116Z Compiling bitflags v2.11.0
13632026-04-06T15:18:30.130Z Compiling libm v0.2.16
13642026-04-06T15:18:30.150Z Compiling parking_lot v0.12.5
13652026-04-06T15:18:30.289Z Compiling mio v1.1.1
13662026-04-06T15:18:30.344Z Compiling num-traits v0.2.19
13672026-04-06T15:18:30.374Z Compiling futures-core v0.3.32
13682026-04-06T15:18:30.635Z Compiling percent-encoding v2.3.2
13692026-04-06T15:18:30.650Z Compiling socket2 v0.6.2
13702026-04-06T15:18:30.751Z Compiling allocator-api2 v0.2.21
13712026-04-06T15:18:30.790Z Compiling cpufeatures v0.2.17
13722026-04-06T15:18:30.831Z Compiling futures-sink v0.3.32
13732026-04-06T15:18:30.869Z Compiling foldhash v0.2.0
13742026-04-06T15:18:30.886Z Compiling futures-io v0.3.32
13752026-04-06T15:18:30.937Z Compiling futures-channel v0.3.32
13762026-04-06T15:18:31.044Z Compiling hashbrown v0.16.1
13772026-04-06T15:18:31.063Z Compiling getrandom v0.4.1
13782026-04-06T15:18:31.077Z Compiling futures-task v0.3.32
13792026-04-06T15:18:31.090Z Compiling slab v0.4.12
13802026-04-06T15:18:31.169Z Compiling getrandom v0.3.4
13812026-04-06T15:18:31.252Z Compiling rustversion v1.0.22
13822026-04-06T15:18:31.272Z Compiling rand_core v0.10.0
13832026-04-06T15:18:31.607Z Compiling synstructure v0.13.2
13842026-04-06T15:18:31.681Z Compiling indexmap v2.13.0
13852026-04-06T15:18:31.684Z Compiling cmake v0.1.57
13862026-04-06T15:18:31.711Z Compiling form_urlencoded v1.2.2
13872026-04-06T15:18:31.920Z Compiling base64ct v1.8.3
13882026-04-06T15:18:32.049Z Compiling fs_extra v1.3.0
13892026-04-06T15:18:32.108Z Compiling dunce v1.0.5
13902026-04-06T15:18:32.165Z Compiling ident_case v1.0.1
13912026-04-06T15:18:32.208Z Compiling pem-rfc7468 v0.7.0
13922026-04-06T15:18:32.222Z Compiling flagset v0.4.7
13932026-04-06T15:18:32.225Z Compiling rand_core v0.9.5
13942026-04-06T15:18:32.291Z Compiling iana-time-zone v0.1.65
13952026-04-06T15:18:32.294Z Compiling rustix v1.1.3
13962026-04-06T15:18:32.320Z Compiling aws-lc-sys v0.37.1
13972026-04-06T15:18:32.339Z Compiling ring v0.17.14
13982026-04-06T15:18:32.357Z Compiling uuid v1.21.0
13992026-04-06T15:18:32.499Z Compiling rustc_version v0.4.1
14002026-04-06T15:18:32.518Z Compiling regex-syntax v0.8.10
14012026-04-06T15:18:32.521Z Compiling aws-lc-rs v1.16.0
14022026-04-06T15:18:32.813Z Compiling vcpkg v0.2.15
14032026-04-06T15:18:32.830Z Compiling tracing-core v0.1.36
14042026-04-06T15:18:33.072Z Compiling pest_generator v2.8.6
14052026-04-06T15:18:33.395Z Compiling serde_derive_internals v0.29.1
14062026-04-06T15:18:33.398Z Compiling serde_derive v1.0.228
14072026-04-06T15:18:33.570Z Compiling zeroize_derive v1.4.3
14082026-04-06T15:18:33.809Z Compiling zerofrom-derive v0.1.6
14092026-04-06T15:18:34.094Z Compiling yoke-derive v0.8.1
14102026-04-06T15:18:34.227Z Compiling zeroize v1.8.2
14112026-04-06T15:18:34.328Z Compiling zerocopy-derive v0.8.40
14122026-04-06T15:18:34.920Z Compiling zerovec-derive v0.11.2
14132026-04-06T15:18:34.988Z Compiling crypto-common v0.1.7
14142026-04-06T15:18:35.143Z Compiling block-buffer v0.10.4
14152026-04-06T15:18:35.218Z Compiling zerofrom v0.1.6
14162026-04-06T15:18:35.265Z Compiling displaydoc v0.2.5
14172026-04-06T15:18:35.312Z Compiling digest v0.10.7
14182026-04-06T15:18:35.342Z Compiling yoke v0.8.1
14192026-04-06T15:18:35.556Z Compiling tokio-macros v2.6.0
14202026-04-06T15:18:35.587Z Compiling hmac v0.12.1
14212026-04-06T15:18:35.752Z Compiling futures-macro v0.3.32
14222026-04-06T15:18:36.035Z Compiling zerotrie v0.2.3
14232026-04-06T15:18:36.052Z Compiling zerovec v0.11.5
14242026-04-06T15:18:36.293Z Compiling block-padding v0.3.3
14252026-04-06T15:18:36.339Z Compiling sha2 v0.10.9
14262026-04-06T15:18:36.444Z Compiling inout v0.1.4
14272026-04-06T15:18:36.561Z Compiling tinystr v0.8.2
14282026-04-06T15:18:36.577Z Compiling potential_utf v0.1.4
14292026-04-06T15:18:36.616Z Compiling futures-util v0.3.32
14302026-04-06T15:18:36.742Z Compiling icu_locale_core v2.1.1
14312026-04-06T15:18:36.770Z Compiling icu_collections v2.1.1
14322026-04-06T15:18:36.920Z Compiling bytes v1.11.1
14332026-04-06T15:18:37.232Z Compiling cipher v0.4.4
14342026-04-06T15:18:37.500Z Compiling tokio v1.49.0
14352026-04-06T15:18:37.525Z Compiling icu_provider v2.1.1
14362026-04-06T15:18:37.604Z Compiling der_derive v0.7.3
14372026-04-06T15:18:37.706Z Compiling salsa20 v0.10.2
14382026-04-06T15:18:37.805Z Compiling icu_normalizer v2.1.1
14392026-04-06T15:18:37.840Z Compiling icu_properties v2.1.2
14402026-04-06T15:18:37.918Z Compiling http v1.4.0
14412026-04-06T15:18:38.333Z Compiling chrono v0.4.44
14422026-04-06T15:18:38.527Z Compiling der v0.7.10
14432026-04-06T15:18:38.751Z Compiling idna_adapter v1.2.1
14442026-04-06T15:18:38.800Z Compiling ppv-lite86 v0.2.21
14452026-04-06T15:18:38.852Z Compiling pbkdf2 v0.12.2
14462026-04-06T15:18:38.886Z Compiling idna v1.1.0
14472026-04-06T15:18:38.937Z Compiling thiserror-impl v2.0.18
14482026-04-06T15:18:38.965Z Compiling scrypt v0.11.0
14492026-04-06T15:18:39.111Z Compiling rand_chacha v0.9.0
14502026-04-06T15:18:39.214Z Compiling url v2.5.8
14512026-04-06T15:18:39.528Z Compiling spki v0.7.3
14522026-04-06T15:18:39.682Z Compiling aes v0.8.4
14532026-04-06T15:18:39.708Z Compiling cbc v0.1.2
14542026-04-06T15:18:39.737Z Compiling rustls-pki-types v1.14.0
14552026-04-06T15:18:39.795Z Compiling openssl-sys v0.9.111
14562026-04-06T15:18:39.858Z Compiling tracing-attributes v0.1.31
14572026-04-06T15:18:39.997Z Compiling rand v0.9.2
14582026-04-06T15:18:40.175Z Compiling pkcs5 v0.7.1
14592026-04-06T15:18:40.235Z Compiling thiserror v2.0.18
14602026-04-06T15:18:40.342Z Compiling http-body v1.0.1
14612026-04-06T15:18:40.360Z Compiling httparse v1.10.1
14622026-04-06T15:18:40.558Z Compiling schemars v0.8.22
14632026-04-06T15:18:40.676Z Compiling untrusted v0.7.1
14642026-04-06T15:18:40.715Z Compiling openssl-probe v0.2.1
14652026-04-06T15:18:40.763Z Compiling untrusted v0.9.0
14662026-04-06T15:18:40.792Z Compiling base64 v0.22.1
14672026-04-06T15:18:40.838Z Compiling pkcs8 v0.10.2
14682026-04-06T15:18:40.887Z Compiling schemars_derive v0.8.22
14692026-04-06T15:18:40.900Z Compiling pest_derive v2.8.6
14702026-04-06T15:18:41.093Z Compiling scroll_derive v0.13.1
14712026-04-06T15:18:41.139Z Compiling tokio-util v0.7.18
14722026-04-06T15:18:41.191Z Compiling tracing v0.1.44
14732026-04-06T15:18:41.320Z Compiling darling_core v0.20.11
14742026-04-06T15:18:41.462Z Compiling dyn-clone v1.0.20
14752026-04-06T15:18:41.605Z Compiling try-lock v0.2.5
14762026-04-06T15:18:41.720Z Compiling tower-layer v0.3.3
14772026-04-06T15:18:41.886Z Compiling atomic-waker v1.1.2
14782026-04-06T15:18:41.901Z Compiling tinyvec_macros v0.1.1
14792026-04-06T15:18:41.972Z Compiling tower-service v0.3.3
14802026-04-06T15:18:42.013Z Compiling rustls v0.23.37
14812026-04-06T15:18:42.073Z Compiling h2 v0.4.13
14822026-04-06T15:18:42.167Z Compiling tinyvec v1.10.0
14832026-04-06T15:18:42.183Z Compiling scroll v0.13.0
14842026-04-06T15:18:42.445Z Compiling want v0.3.1
14852026-04-06T15:18:42.610Z Compiling ipnet v2.11.0
14862026-04-06T15:18:42.632Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14872026-04-06T15:18:42.801Z Compiling spin v0.9.8
14882026-04-06T15:18:43.012Z Compiling aho-corasick v1.1.4
14892026-04-06T15:18:43.028Z Compiling pin-utils v0.1.0
14902026-04-06T15:18:43.068Z Compiling foreign-types-shared v0.1.1
14912026-04-06T15:18:43.097Z Compiling num-conv v0.2.0
14922026-04-06T15:18:43.112Z Compiling crc32fast v1.5.0
14932026-04-06T15:18:43.157Z Compiling openssl v0.10.75
14942026-04-06T15:18:43.230Z Compiling httpdate v1.0.3
14952026-04-06T15:18:43.375Z Compiling time-core v0.1.8
14962026-04-06T15:18:43.389Z Compiling powerfmt v0.2.0
14972026-04-06T15:18:43.404Z Compiling tempfile v3.25.0
14982026-04-06T15:18:43.518Z Compiling time-macros v0.2.27
14992026-04-06T15:18:43.522Z Compiling foreign-types v0.3.2
15002026-04-06T15:18:43.570Z Compiling darling_macro v0.20.11
15012026-04-06T15:18:43.586Z Compiling deranged v0.5.8
15022026-04-06T15:18:43.768Z Compiling goblin v0.10.5
15032026-04-06T15:18:44.037Z Compiling darling v0.20.11
15042026-04-06T15:18:44.124Z Compiling regex-automata v0.4.14
15052026-04-06T15:18:44.568Z Compiling openssl-macros v0.1.1
15062026-04-06T15:18:44.691Z Compiling wait-timeout v0.2.1
15072026-04-06T15:18:44.952Z Compiling native-tls v0.2.18
15082026-04-06T15:18:44.967Z Compiling hyper v1.8.1
15092026-04-06T15:18:45.069Z Compiling bit-vec v0.8.0
15102026-04-06T15:18:45.157Z Compiling num_threads v0.1.7
15112026-04-06T15:18:45.258Z Compiling crossbeam-utils v0.8.21
15122026-04-06T15:18:45.302Z Compiling syn v1.0.109
15132026-04-06T15:18:45.556Z Compiling simd-adler32 v0.3.8
15142026-04-06T15:18:45.653Z Compiling quick-error v1.2.3
15152026-04-06T15:18:45.764Z Compiling siphasher v1.0.2
15162026-04-06T15:18:45.805Z Compiling usdt-impl v0.6.0
15172026-04-06T15:18:45.954Z Compiling rusty-fork v0.3.1
15182026-04-06T15:18:46.064Z Compiling hyper-util v0.1.20
15192026-04-06T15:18:46.079Z Compiling bit-set v0.8.0
15202026-04-06T15:18:46.242Z Compiling time v0.3.47
15212026-04-06T15:18:46.586Z Compiling dof v0.4.0
15222026-04-06T15:18:47.756Z Compiling derive_builder_core v0.20.2
15232026-04-06T15:18:47.815Z Compiling unicode-normalization v0.1.25
15242026-04-06T15:18:47.980Z Compiling dtrace-parser v0.3.0
15252026-04-06T15:18:48.026Z Compiling rustls-native-certs v0.8.3
15262026-04-06T15:18:48.261Z Compiling signature v2.2.0
15272026-04-06T15:18:48.264Z Compiling scroll_derive v0.12.1
15282026-04-06T15:18:48.310Z Compiling thiserror-impl v1.0.69
15292026-04-06T15:18:48.438Z Compiling heapless v0.7.17
15302026-04-06T15:18:48.608Z Compiling rand_xorshift v0.4.0
15312026-04-06T15:18:48.677Z Compiling slog v2.8.2
15322026-04-06T15:18:48.711Z Compiling darling_core v0.21.3
15332026-04-06T15:18:48.768Z Compiling bzip2-sys v0.1.13+1.0.8
15342026-04-06T15:18:48.860Z Compiling sync_wrapper v1.0.2
15352026-04-06T15:18:48.911Z Compiling thread-id v5.1.0
15362026-04-06T15:18:48.968Z Compiling cookie v0.18.1
15372026-04-06T15:18:48.996Z Compiling unarray v0.1.4
15382026-04-06T15:18:49.043Z Compiling adler2 v2.0.1
15392026-04-06T15:18:49.107Z Compiling anyhow v1.0.102
15402026-04-06T15:18:49.149Z Compiling paste v1.0.15
15412026-04-06T15:18:49.166Z Compiling signal-hook v0.3.18
15422026-04-06T15:18:49.180Z Compiling zstd-safe v7.2.4
15432026-04-06T15:18:49.333Z Compiling unicode-bidi v0.3.18
15442026-04-06T15:18:49.371Z Compiling unicode-properties v0.1.4
15452026-04-06T15:18:49.533Z Compiling miniz_oxide v0.8.9
15462026-04-06T15:18:49.547Z Compiling thiserror v1.0.69
15472026-04-06T15:18:49.576Z Compiling proptest v1.10.0
15482026-04-06T15:18:49.646Z Compiling stringprep v0.1.5
15492026-04-06T15:18:50.021Z Compiling tower v0.5.3
15502026-04-06T15:18:50.078Z Compiling scroll v0.12.0
15512026-04-06T15:18:50.190Z Compiling derive_builder_macro v0.20.2
15522026-04-06T15:18:50.486Z Compiling ipnetwork v0.21.1
15532026-04-06T15:18:50.663Z Compiling http-body-util v0.1.3
15542026-04-06T15:18:50.679Z Compiling webpki-roots v1.0.6
15552026-04-06T15:18:50.802Z Compiling rand_chacha v0.3.1
15562026-04-06T15:18:50.911Z Compiling serde_spanned v0.6.9
15572026-04-06T15:18:50.929Z Compiling serde_tokenstream v0.2.3
15582026-04-06T15:18:50.955Z Compiling erased-serde v0.3.31
15592026-04-06T15:18:51.058Z Compiling toml_datetime v0.6.11
15602026-04-06T15:18:51.228Z Compiling darling_macro v0.21.3
15612026-04-06T15:18:51.247Z Compiling md-5 v0.10.6
15622026-04-06T15:18:51.327Z Compiling zerocopy-derive v0.7.35
15632026-04-06T15:18:51.414Z Compiling curve25519-dalek v4.1.3
15642026-04-06T15:18:51.446Z Compiling vergen-lib v0.1.6
15652026-04-06T15:18:51.630Z Compiling num-integer v0.1.46
15662026-04-06T15:18:51.630Z Compiling hash32 v0.2.1
15672026-04-06T15:18:51.700Z Compiling ff v0.13.1
15682026-04-06T15:18:51.750Z Compiling memoffset v0.9.1
15692026-04-06T15:18:51.826Z Compiling zlib-rs v0.6.2
15702026-04-06T15:18:51.841Z Compiling num-bigint-dig v0.8.6
15712026-04-06T15:18:51.945Z Compiling smoltcp v0.9.1
15722026-04-06T15:18:51.966Z Compiling cfg_aliases v0.2.1
15732026-04-06T15:18:52.028Z Compiling ref-cast v1.0.25
15742026-04-06T15:18:52.045Z Compiling fallible-iterator v0.2.0
15752026-04-06T15:18:52.198Z Compiling base16ct v0.2.0
15762026-04-06T15:18:52.274Z Compiling iri-string v0.7.10
15772026-04-06T15:18:52.329Z Compiling psl-types v2.0.11
15782026-04-06T15:18:52.354Z Compiling ryu v1.0.23
15792026-04-06T15:18:52.377Z Compiling rustix v0.38.44
15802026-04-06T15:18:52.454Z Compiling litrs v1.0.0
15812026-04-06T15:18:52.535Z Compiling serde_urlencoded v0.7.1
15822026-04-06T15:18:52.776Z Compiling publicsuffix v2.3.0
15832026-04-06T15:18:52.864Z Compiling sec1 v0.7.3
15842026-04-06T15:18:52.949Z Compiling postgres-protocol v0.6.10
15852026-04-06T15:18:52.964Z Compiling document-features v0.2.12
15862026-04-06T15:18:53.159Z Compiling zerocopy v0.7.35
15872026-04-06T15:18:53.490Z Compiling tower-http v0.6.8
15882026-04-06T15:18:53.534Z Compiling nix v0.31.1
15892026-04-06T15:18:53.758Z Compiling newtype-uuid v1.3.2
15902026-04-06T15:18:53.830Z Compiling num-iter v0.1.45
15912026-04-06T15:18:53.891Z Compiling group v0.13.0
15922026-04-06T15:18:54.030Z Compiling darling v0.21.3
15932026-04-06T15:18:54.102Z Compiling rand v0.8.5
15942026-04-06T15:18:54.116Z Compiling oxnet v0.1.4
15952026-04-06T15:18:54.238Z Compiling hubpack_derive v0.1.1
15962026-04-06T15:18:54.366Z Compiling derive_builder v0.20.2
15972026-04-06T15:18:54.460Z Compiling tokio-native-tls v0.3.1
15982026-04-06T15:18:54.496Z Compiling goblin v0.8.2
15992026-04-06T15:18:54.630Z Compiling flate2 v1.1.9
16002026-04-06T15:18:55.033Z Compiling regex v1.12.3
16012026-04-06T15:18:55.036Z Compiling phf_shared v0.13.1
16022026-04-06T15:18:55.219Z Compiling lazy_static v1.5.0
16032026-04-06T15:18:55.290Z Compiling cargo-platform v0.1.9
16042026-04-06T15:18:55.315Z Compiling hkdf v0.12.4
16052026-04-06T15:18:55.349Z Compiling crypto-bigint v0.5.5
16062026-04-06T15:18:55.461Z Compiling terminal_size v0.4.3
16072026-04-06T15:18:55.512Z Compiling curve25519-dalek-derive v0.1.1
16082026-04-06T15:18:55.555Z Compiling async-trait v0.1.89
16092026-04-06T15:18:55.583Z Compiling ref-cast-impl v1.0.25
16102026-04-06T15:18:55.601Z Compiling strum_macros v0.27.2
16112026-04-06T15:18:56.132Z Compiling daft-derive v0.1.5
16122026-04-06T15:18:56.182Z Compiling vergen v9.0.6
16132026-04-06T15:18:56.368Z Compiling fs-err v3.3.0
16142026-04-06T15:18:56.575Z Compiling ahash v0.8.12
16152026-04-06T15:18:56.600Z Compiling bumpalo v3.20.2
16162026-04-06T15:18:56.784Z Compiling unicode-segmentation v1.12.0
16172026-04-06T15:18:56.855Z Compiling bitflags v1.3.2
16182026-04-06T15:18:56.855Z Compiling winnow v0.5.40
16192026-04-06T15:18:56.936Z Compiling object v0.37.3
16202026-04-06T15:18:57.183Z Compiling foldhash v0.1.5
16212026-04-06T15:18:57.208Z Compiling libbz2-rs-sys v0.2.2
16222026-04-06T15:18:57.359Z Compiling managed v0.8.0
16232026-04-06T15:18:57.514Z Compiling hashbrown v0.15.5
16242026-04-06T15:18:57.573Z Compiling strum v0.27.2
16252026-04-06T15:18:57.720Z Compiling bzip2 v0.6.1
16262026-04-06T15:18:57.929Z Compiling clap_builder v4.5.60
16272026-04-06T15:18:57.945Z Compiling daft v0.1.5
16282026-04-06T15:18:58.022Z Compiling zopfli v0.8.3
16292026-04-06T15:18:58.114Z Compiling dof v0.3.0
16302026-04-06T15:18:58.223Z Compiling toml_edit v0.19.15
16312026-04-06T15:18:58.388Z Compiling elliptic-curve v0.13.8
16322026-04-06T15:18:58.790Z Compiling cargo_metadata v0.19.2
16332026-04-06T15:18:58.821Z Compiling phf v0.13.1
16342026-04-06T15:18:58.983Z Compiling signal-hook-mio v0.2.5
16352026-04-06T15:18:59.104Z Compiling cookie_store v0.22.1
16362026-04-06T15:19:00.108Z Compiling zstd v0.13.3
16372026-04-06T15:19:00.140Z Compiling hubpack v0.1.2
16382026-04-06T15:19:00.363Z Compiling hyper-tls v0.6.0
16392026-04-06T15:19:00.379Z Compiling bzip2 v0.4.4
16402026-04-06T15:19:00.518Z Compiling serde_with_macros v3.17.0
16412026-04-06T15:19:00.648Z Compiling postgres-types v0.2.12
16422026-04-06T15:19:00.862Z Compiling usdt-macro v0.6.0
16432026-04-06T15:19:00.929Z Compiling usdt-attr-macro v0.6.0
16442026-04-06T15:19:01.211Z Compiling dtrace-parser v0.2.0
16452026-04-06T15:19:01.384Z Compiling ed25519 v2.2.3
16462026-04-06T15:19:01.605Z Compiling bstr v1.12.1
16472026-04-06T15:19:01.662Z Compiling phf_shared v0.11.3
16482026-04-06T15:19:01.730Z Compiling pkcs1 v0.7.5
16492026-04-06T15:19:01.827Z Compiling serde-big-array v0.5.1
16502026-04-06T15:19:01.848Z Compiling hex v0.4.3
16512026-04-06T15:19:01.970Z Compiling rfc6979 v0.4.0
16522026-04-06T15:19:01.973Z Compiling clap_derive v4.5.55
16532026-04-06T15:19:02.101Z Compiling serde_repr v0.1.20
16542026-04-06T15:19:02.120Z Compiling enum-as-inner v0.6.1
16552026-04-06T15:19:02.135Z Compiling strum_macros v0.26.4
16562026-04-06T15:19:02.255Z Compiling float-cmp v0.10.0
16572026-04-06T15:19:02.293Z Compiling thread-id v4.2.2
16582026-04-06T15:19:02.380Z Compiling memmap2 v0.9.10
16592026-04-06T15:19:02.399Z Compiling env_filter v1.0.0
16602026-04-06T15:19:02.596Z Compiling encoding_rs v0.8.35
16612026-04-06T15:19:02.618Z Compiling fixedbitset v0.5.7
16622026-04-06T15:19:02.633Z Compiling jiff v0.2.21
16632026-04-06T15:19:02.706Z Compiling either v1.15.0
16642026-04-06T15:19:02.919Z Compiling data-encoding v2.10.0
16652026-04-06T15:19:02.919Z Compiling precomputed-hash v0.1.1
16662026-04-06T15:19:03.028Z Compiling predicates-core v1.0.10
16672026-04-06T15:19:03.209Z Compiling new_debug_unreachable v1.0.6
16682026-04-06T15:19:03.290Z Compiling mime v0.3.17
16692026-04-06T15:19:03.555Z Compiling whoami v2.1.0
16702026-04-06T15:19:03.612Z Compiling normalize-line-endings v0.3.0
16712026-04-06T15:19:03.715Z Compiling difflib v0.4.0
16722026-04-06T15:19:03.742Z Compiling keccak v0.1.6
16732026-04-06T15:19:03.861Z Compiling rustc-hash v2.1.1
16742026-04-06T15:19:03.941Z Compiling static_assertions v1.1.0
16752026-04-06T15:19:03.991Z Compiling fixedbitset v0.4.2
16762026-04-06T15:19:04.021Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16772026-04-06T15:19:04.099Z Compiling toml_edit v0.22.27
16782026-04-06T15:19:04.214Z Compiling petgraph v0.6.5
16792026-04-06T15:19:04.290Z Compiling iddqd v0.3.17
16802026-04-06T15:19:04.433Z Compiling predicates v3.1.4
16812026-04-06T15:19:04.561Z Compiling sha3 v0.10.8
16822026-04-06T15:19:05.015Z Compiling strum v0.26.3
16832026-04-06T15:19:05.080Z Compiling tokio-postgres v0.7.16
16842026-04-06T15:19:05.147Z Compiling clap v4.5.60
16852026-04-06T15:19:05.235Z Compiling zip v4.6.1
16862026-04-06T15:19:05.409Z Compiling string_cache v0.8.9
16872026-04-06T15:19:05.681Z Compiling hickory-proto v0.25.2
16882026-04-06T15:19:05.718Z Compiling itertools v0.13.0
16892026-04-06T15:19:06.250Z Compiling petgraph v0.8.3
16902026-04-06T15:19:06.844Z Compiling env_logger v0.11.9
16912026-04-06T15:19:06.859Z Compiling usdt v0.6.0
16922026-04-06T15:19:06.898Z Compiling usdt-impl v0.5.0
16932026-04-06T15:19:06.977Z Compiling serde_with v3.17.0
16942026-04-06T15:19:07.119Z Compiling ecdsa v0.16.9
16952026-04-06T15:19:07.203Z Compiling similar v2.7.0
16962026-04-06T15:19:07.359Z Compiling rsa v0.9.10
16972026-04-06T15:19:07.482Z Compiling crossterm v0.28.1
16982026-04-06T15:19:07.511Z Compiling ed25519-dalek v2.2.0
16992026-04-06T15:19:08.172Z Compiling zip v0.6.6
17002026-04-06T15:19:08.600Z Compiling toml v0.7.8
17012026-04-06T15:19:08.980Z Compiling toml_parser v1.0.9+spec-1.1.0
17022026-04-06T15:19:09.088Z Compiling heck v0.4.1
17032026-04-06T15:19:09.213Z Compiling crossbeam-epoch v0.9.18
17042026-04-06T15:19:09.317Z Compiling tokio-stream v0.1.18
17052026-04-06T15:19:09.468Z Compiling buf-list v1.1.2
17062026-04-06T15:19:09.552Z Compiling x509-cert v0.2.5
17072026-04-06T15:19:09.610Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17082026-04-06T15:19:09.750Z Compiling openapiv3 v2.2.0
17092026-04-06T15:19:09.784Z Compiling sha1 v0.10.6
17102026-04-06T15:19:09.920Z Compiling toml_datetime v0.7.5+spec-1.1.0
17112026-04-06T15:19:10.014Z Compiling lalrpop-util v0.19.12
17122026-04-06T15:19:10.212Z Compiling peg-runtime v0.8.5
17132026-04-06T15:19:10.212Z Compiling thread_local v1.1.9
17142026-04-06T15:19:10.374Z Compiling slog-async v2.8.0
17152026-04-06T15:19:10.488Z Compiling crossbeam-channel v0.5.15
17162026-04-06T15:19:10.536Z Compiling futures-executor v0.3.32
17172026-04-06T15:19:10.669Z Compiling is-terminal v0.4.17
17182026-04-06T15:19:10.720Z Compiling filetime v0.2.27
17192026-04-06T15:19:10.784Z Compiling term v1.2.1
17202026-04-06T15:19:10.800Z Compiling take_mut v0.2.2
17212026-04-06T15:19:10.899Z Compiling xattr v1.6.1
17222026-04-06T15:19:10.977Z Compiling futures v0.3.32
17232026-04-06T15:19:11.065Z Compiling slog-term v2.9.2
17242026-04-06T15:19:11.080Z Compiling tar v0.4.45
17252026-04-06T15:19:17.899Z Compiling rustls-webpki v0.103.9
17262026-04-06T15:19:20.705Z Compiling tokio-rustls v0.26.4
17272026-04-06T15:19:20.705Z Compiling rustls-platform-verifier v0.6.2
17282026-04-06T15:19:20.905Z Compiling hyper-rustls v0.27.7
17292026-04-06T15:19:21.110Z Compiling reqwest v0.13.2
17302026-04-06T15:19:21.110Z Compiling reqwest v0.12.28
17312026-04-06T15:19:23.259Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17322026-04-06T15:19:23.476Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17332026-04-06T15:19:26.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17342026-04-06T15:19:26.446Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17352026-04-06T15:19:26.501ZApr 06 15:19:24.684 INFO Starting download, target: Cockroach
17362026-04-06T15:19:26.501ZApr 06 15:19:24.684 INFO Starting download, target: Console
17372026-04-06T15:19:26.501ZApr 06 15:19:24.684 INFO Starting download, target: Clickhouse
17382026-04-06T15:19:26.501ZApr 06 15:19:24.684 INFO Starting download, target: DendriteStub
17392026-04-06T15:19:26.501ZApr 06 15:19:24.684 INFO Starting download, target: MaghemiteMgd
17402026-04-06T15:19:26.501ZApr 06 15:19:24.684 INFO Starting download, target: TransceiverControl
17412026-04-06T15:19:26.505ZApr 06 15:19:24.685 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17422026-04-06T15:19:26.506ZApr 06 15:19:24.685 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17432026-04-06T15:19:26.506ZApr 06 15:19:24.685 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-04-06T15:19:26.506ZApr 06 15:19:24.685 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17452026-04-06T15:19:26.506ZApr 06 15:19:24.685 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17462026-04-06T15:19:26.506ZApr 06 15:19:24.685 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17472026-04-06T15:19:26.931ZApr 06 15:19:25.110 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-04-06T15:19:27.134ZApr 06 15:19:25.317 INFO Download complete, target: TransceiverControl
17492026-04-06T15:19:27.484ZApr 06 15:19:25.666 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17502026-04-06T15:19:27.728ZApr 06 15:19:25.899 INFO Download complete, target: Console
17512026-04-06T15:19:27.880ZApr 06 15:19:26.063 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17522026-04-06T15:19:28.175ZApr 06 15:19:26.359 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17532026-04-06T15:19:28.644ZApr 06 15:19:26.827 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17542026-04-06T15:19:29.092ZApr 06 15:19:27.276 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17552026-04-06T15:19:29.093ZApr 06 15:19:27.276 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17562026-04-06T15:19:30.190ZApr 06 15:19:28.374 INFO Download complete, target: DendriteStub
17572026-04-06T15:19:30.443ZApr 06 15:19:28.627 INFO Download complete, target: MaghemiteMgd
17582026-04-06T15:19:33.654ZApr 06 15:19:31.836 INFO Checking that binary works, target: Cockroach
17592026-04-06T15:19:33.748ZApr 06 15:19:31.931 INFO Download complete, target: Cockroach
17602026-04-06T15:19:35.360ZApr 06 15:19:33.543 INFO Checking that binary works, target: Clickhouse
17612026-04-06T15:19:35.483ZApr 06 15:19:33.666 INFO Download complete, target: Clickhouse
17622026-04-06T15:19:35.499ZAll builder prerequisites installed successfully, and PATH looks valid
17632026-04-06T15:19:35.502Z
17642026-04-06T15:19:35.502Zreal 2:56.437309486
17652026-04-06T15:19:35.503Zuser 7:12.268336721
17662026-04-06T15:19:35.503Zsys 1:25.081962821
17672026-04-06T15:19:35.503Ztrap 0.220031090
17682026-04-06T15:19:35.503Ztflt 1.015544685
17692026-04-06T15:19:35.503Zdflt 1.130727376
17702026-04-06T15:19:35.503Zkflt 0.059377510
17712026-04-06T15:19:35.503Zlock 21:34.730209994
17722026-04-06T15:19:35.503Zslp 21:35.418140634
17732026-04-06T15:19:35.503Zlat 44.229469035
17742026-04-06T15:19:35.503Zstop 2:03.219298925
17752026-04-06T15:19:35.503Z+ banner clippy
17762026-04-06T15:19:35.503Z
17772026-04-06T15:19:35.503Z #### # # ##### ##### # #
17782026-04-06T15:19:35.503Z # # # # # # # # # #
17792026-04-06T15:19:35.503Z # # # # # # # #
17802026-04-06T15:19:35.503Z # # # ##### ##### #
17812026-04-06T15:19:35.503Z # # # # # # #
17822026-04-06T15:19:35.503Z #### ###### # # # #
17832026-04-06T15:19:35.503Z
17842026-04-06T15:19:35.503Z+ export CARGO_INCREMENTAL=0
17852026-04-06T15:19:35.503Z+ CARGO_INCREMENTAL=0
17862026-04-06T15:19:35.503Z+ ptime -m cargo xtask clippy
17872026-04-06T15:19:36.028Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17882026-04-06T15:19:36.245Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17892026-04-06T15:19:38.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17902026-04-06T15:19:38.181Z Running `target/debug/xtask clippy`
17912026-04-06T15:19:38.206Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17922026-04-06T15:19:38.811Z Downloading crates ...
17932026-04-06T15:19:39.009Z Downloaded addr2line v0.25.1
17942026-04-06T15:19:39.027Z Downloaded event-listener-strategy v0.5.4
17952026-04-06T15:19:39.033Z Downloaded backtrace-ext v0.2.1
17962026-04-06T15:19:39.033Z Downloaded partial-io v0.5.4
17972026-04-06T15:19:39.033Z Downloaded concurrent-queue v2.5.0
17982026-04-06T15:19:39.033Z Downloaded event-listener v5.4.1
17992026-04-06T15:19:39.033Z Downloaded toml v1.0.3+spec-1.1.0
18002026-04-06T15:19:39.033Z Downloaded supports-hyperlinks v2.1.0
18012026-04-06T15:19:39.037Z Downloaded termcolor v1.4.1
18022026-04-06T15:19:39.042Z Downloaded tokio-test v0.4.5
18032026-04-06T15:19:39.046Z Downloaded guppy-workspace-hack v0.1.0
18042026-04-06T15:19:39.046Z Downloaded anes v0.1.6
18052026-04-06T15:19:39.046Z Downloaded linkme v0.3.35
18062026-04-06T15:19:39.053Z Downloaded libtest-mimic v0.8.1
18072026-04-06T15:19:39.053Z Downloaded datatest-stable v0.3.3
18082026-04-06T15:19:39.053Z Downloaded constant_time_eq v0.3.1
18092026-04-06T15:19:39.060Z Downloaded criterion-plot v0.6.0
18102026-04-06T15:19:39.060Z Downloaded async-object-pool v0.2.0
18112026-04-06T15:19:39.060Z Downloaded approx v0.5.1
18122026-04-06T15:19:39.063Z Downloaded oorandom v11.1.5
18132026-04-06T15:19:39.063Z Downloaded assert-json-diff v2.0.2
18142026-04-06T15:19:39.067Z Downloaded pathdiff v0.2.3
18152026-04-06T15:19:39.072Z Downloaded nested v0.1.1
18162026-04-06T15:19:39.077Z Downloaded linkme-impl v0.3.35
18172026-04-06T15:19:39.077Z Downloaded trybuild v1.0.116
18182026-04-06T15:19:39.081Z Downloaded target-triple v1.0.0
18192026-04-06T15:19:39.081Z Downloaded escape8259 v0.5.3
18202026-04-06T15:19:39.081Z Downloaded owo-colors v3.5.0
18212026-04-06T15:19:39.084Z Downloaded serde_regex v1.1.0
18222026-04-06T15:19:39.090Z Downloaded parking v2.2.1
18232026-04-06T15:19:39.094Z Downloaded cargo-platform v0.3.2
18242026-04-06T15:19:39.094Z Downloaded plotters-svg v0.3.7
18252026-04-06T15:19:39.094Z Downloaded plotters-backend v0.3.7
18262026-04-06T15:19:39.097Z Downloaded supports-unicode v2.1.0
18272026-04-06T15:19:39.102Z Downloaded terminal_size v0.1.17
18282026-04-06T15:19:39.106Z Downloaded supports-color v2.1.0
18292026-04-06T15:19:39.109Z Downloaded cargo_metadata v0.23.1
18302026-04-06T15:19:39.113Z Downloaded fancy-regex v0.14.0
18312026-04-06T15:19:39.119Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18322026-04-06T15:19:39.119Z Downloaded target-lexicon v0.13.3
18332026-04-06T15:19:39.122Z Downloaded relative-path v1.9.3
18342026-04-06T15:19:39.122Z Downloaded async-lock v3.4.2
18352026-04-06T15:19:39.122Z Downloaded knuffel-derive v3.2.0
18362026-04-06T15:19:39.122Z Downloaded cast v0.3.0
18372026-04-06T15:19:39.122Z Downloaded similar-asserts v1.7.0
18382026-04-06T15:19:39.125Z Downloaded miette-derive v5.10.0
18392026-04-06T15:19:39.129Z Downloaded target-spec v3.5.7
18402026-04-06T15:19:39.129Z Downloaded futures-timer v3.0.3
18412026-04-06T15:19:39.133Z Downloaded assert_cmd v2.1.2
18422026-04-06T15:19:39.133Z Downloaded tinytemplate v1.2.1
18432026-04-06T15:19:39.139Z Downloaded stringmetrics v2.2.2
18442026-04-06T15:19:39.139Z Downloaded rustc-demangle v0.1.27
18452026-04-06T15:19:39.139Z Downloaded path-tree v0.8.3
18462026-04-06T15:19:39.142Z Downloaded cfg-expr v0.20.6
18472026-04-06T15:19:39.142Z Downloaded rust-argon2 v2.1.0
18482026-04-06T15:19:39.142Z Downloaded hickory-client v0.25.2
18492026-04-06T15:19:39.146Z Downloaded httptest v0.16.4
18502026-04-06T15:19:39.149Z Downloaded blake2b_simd v1.0.4
18512026-04-06T15:19:39.164Z Downloaded rstest v0.25.0
18522026-04-06T15:19:39.167Z Downloaded rand_distr v0.5.1
18532026-04-06T15:19:39.186Z Downloaded chumsky v0.9.3
18542026-04-06T15:19:39.186Z Downloaded rstest_macros v0.25.0
18552026-04-06T15:19:39.186Z Downloaded textwrap v0.15.2
18562026-04-06T15:19:39.186Z Downloaded knuffel v3.2.0
18572026-04-06T15:19:39.186Z Downloaded criterion v0.7.0
18582026-04-06T15:19:39.190Z Downloaded backtrace v0.3.76
18592026-04-06T15:19:39.193Z Downloaded miette v5.10.0
18602026-04-06T15:19:39.197Z Downloaded hashbrown v0.14.5
18612026-04-06T15:19:39.202Z Downloaded plotters v0.3.7
18622026-04-06T15:19:39.211Z Downloaded guppy v0.17.25
18632026-04-06T15:19:39.224Z Downloaded gimli v0.32.3
18642026-04-06T15:19:39.328Z Downloaded httpmock v0.8.3
18652026-04-06T15:19:40.868Z Checking cfg-if v1.0.4
18662026-04-06T15:19:41.207Z Checking libc v0.2.180
18672026-04-06T15:19:41.210Z Checking serde_core v1.0.228
18682026-04-06T15:19:41.278Z Checking memchr v2.8.0
18692026-04-06T15:19:41.318Z Checking smallvec v1.15.1
18702026-04-06T15:19:41.356Z Checking itoa v1.0.17
18712026-04-06T15:19:41.388Z Checking log v0.4.29
18722026-04-06T15:19:41.434Z Checking zeroize v1.8.2
18732026-04-06T15:19:41.473Z Checking libm v0.2.16
18742026-04-06T15:19:41.526Z Checking scopeguard v1.2.0
18752026-04-06T15:19:41.565Z Checking stable_deref_trait v1.2.1
18762026-04-06T15:19:41.606Z Checking zmij v1.0.21
18772026-04-06T15:19:41.645Z Checking errno v0.3.14
18782026-04-06T15:19:41.645Z Checking getrandom v0.2.17
18792026-04-06T15:19:41.714Z Checking lock_api v0.4.14
18802026-04-06T15:19:41.749Z Checking zerofrom v0.1.6
18812026-04-06T15:19:41.786Z Checking percent-encoding v2.3.2
18822026-04-06T15:19:41.786Z Checking writeable v0.6.2
18832026-04-06T15:19:41.853Z Checking litemap v0.8.1
18842026-04-06T15:19:41.889Z Checking yoke v0.8.1
18852026-04-06T15:19:41.925Z Checking icu_properties_data v2.1.2
18862026-04-06T15:19:41.957Z Checking icu_normalizer_data v2.1.1
18872026-04-06T15:19:41.991Z Checking subtle v2.6.1
18882026-04-06T15:19:41.995Z Checking form_urlencoded v1.2.2
18892026-04-06T15:19:42.058Z Checking utf8_iter v1.0.4
18902026-04-06T15:19:42.094Z Checking zerovec v0.11.5
18912026-04-06T15:19:42.094Z Checking zerotrie v0.2.3
18922026-04-06T15:19:42.161Z Checking pin-project-lite v0.2.17
18932026-04-06T15:19:42.196Z Checking num-traits v0.2.19
18942026-04-06T15:19:42.226Z Checking rand_core v0.6.4
18952026-04-06T15:19:42.263Z Checking zerocopy v0.8.40
18962026-04-06T15:19:42.270Z Checking portable-atomic v1.13.1
18972026-04-06T15:19:42.332Z Checking parking_lot_core v0.9.12
18982026-04-06T15:19:42.382Z Checking rand_core v0.10.0
18992026-04-06T15:19:42.436Z Checking critical-section v1.2.0
19002026-04-06T15:19:42.546Z Checking tinystr v0.8.2
19012026-04-06T15:19:42.547Z Checking potential_utf v0.1.4
19022026-04-06T15:19:42.547Z Checking parking_lot v0.12.5
19032026-04-06T15:19:42.652Z Checking getrandom v0.4.1
19042026-04-06T15:19:42.704Z Checking once_cell v1.21.3
19052026-04-06T15:19:42.738Z Checking icu_collections v2.1.1
19062026-04-06T15:19:42.741Z Checking serde v1.0.228
19072026-04-06T15:19:42.804Z Checking bitflags v2.11.0
19082026-04-06T15:19:42.807Z Checking serde_json v1.0.149
19092026-04-06T15:19:42.872Z Checking icu_locale_core v2.1.1
19102026-04-06T15:19:42.912Z Checking signal-hook-registry v1.4.8
19112026-04-06T15:19:42.952Z Checking mio v1.1.1
19122026-04-06T15:19:43.003Z Checking typenum v1.19.0
19132026-04-06T15:19:43.064Z Checking socket2 v0.6.2
19142026-04-06T15:19:43.111Z Checking iana-time-zone v0.1.65
19152026-04-06T15:19:43.191Z Checking bytes v1.11.1
19162026-04-06T15:19:43.249Z Checking chrono v0.4.44
19172026-04-06T15:19:43.288Z Checking thiserror v2.0.18
19182026-04-06T15:19:43.339Z Checking uuid v1.21.0
19192026-04-06T15:19:43.418Z Checking semver v1.0.27
19202026-04-06T15:19:43.456Z Checking icu_provider v2.1.1
19212026-04-06T15:19:43.513Z Checking allocator-api2 v0.2.21
19222026-04-06T15:19:43.566Z Checking generic-array v0.14.7
19232026-04-06T15:19:43.647Z Checking tokio v1.49.0
19242026-04-06T15:19:43.647Z Checking futures-core v0.3.32
19252026-04-06T15:19:43.716Z Checking icu_normalizer v2.1.1
19262026-04-06T15:19:43.716Z Checking icu_properties v2.1.2
19272026-04-06T15:19:43.830Z Checking equivalent v1.0.2
19282026-04-06T15:19:43.874Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19292026-04-06T15:19:43.942Z Checking dyn-clone v1.0.20
19302026-04-06T15:19:44.028Z Checking crypto-common v0.1.7
19312026-04-06T15:19:44.061Z Checking const-oid v0.9.6
19322026-04-06T15:19:44.098Z Checking foldhash v0.2.0
19332026-04-06T15:19:44.139Z Checking block-buffer v0.10.4
19342026-04-06T15:19:44.203Z Checking futures-sink v0.3.32
19352026-04-06T15:19:44.236Z Checking rustix v1.1.3
19362026-04-06T15:19:44.277Z Checking hashbrown v0.16.1
19372026-04-06T15:19:44.323Z Checking futures-channel v0.3.32
19382026-04-06T15:19:44.359Z Checking futures-task v0.3.32
19392026-04-06T15:19:44.523Z Checking futures-io v0.3.32
19402026-04-06T15:19:44.559Z Checking slab v0.4.12
19412026-04-06T15:19:44.594Z Checking idna_adapter v1.2.1
19422026-04-06T15:19:44.663Z Checking byteorder v1.5.0
19432026-04-06T15:19:44.742Z Checking futures-util v0.3.32
19442026-04-06T15:19:44.745Z Checking idna v1.1.0
19452026-04-06T15:19:44.745Z Checking digest v0.10.7
19462026-04-06T15:19:44.836Z Checking cpufeatures v0.2.17
19472026-04-06T15:19:44.885Z Checking indexmap v2.13.0
19482026-04-06T15:19:44.935Z Checking thiserror v1.0.69
19492026-04-06T15:19:45.018Z Checking getrandom v0.3.4
19502026-04-06T15:19:45.054Z Checking url v2.5.8
19512026-04-06T15:19:45.057Z Checking ppv-lite86 v0.2.21
19522026-04-06T15:19:45.121Z Checking fnv v1.0.7
19532026-04-06T15:19:45.124Z Checking regex-syntax v0.8.10
19542026-04-06T15:19:45.188Z Checking http v1.4.0
19552026-04-06T15:19:45.269Z Checking tracing-core v0.1.36
19562026-04-06T15:19:45.396Z Checking base64 v0.22.1
19572026-04-06T15:19:45.454Z Checking ipnet v2.11.0
19582026-04-06T15:19:45.515Z Checking schemars v0.8.22
19592026-04-06T15:19:45.602Z Checking tracing v0.1.44
19602026-04-06T15:19:45.657Z Checking anstyle v1.0.13
19612026-04-06T15:19:45.730Z Checking utf8parse v0.2.2
19622026-04-06T15:19:45.768Z Checking unicode-ident v1.0.24
19632026-04-06T15:19:45.833Z Checking untrusted v0.9.0
19642026-04-06T15:19:45.869Z Checking base64ct v1.8.3
19652026-04-06T15:19:45.903Z Checking anstyle-parse v0.2.7
19662026-04-06T15:19:45.938Z Checking proc-macro2 v1.0.106
19672026-04-06T15:19:45.973Z Checking ring v0.17.14
19682026-04-06T15:19:46.081Z Checking block-padding v0.3.3
19692026-04-06T15:19:46.133Z Checking aho-corasick v1.1.4
19702026-04-06T15:19:46.199Z Checking is_terminal_polyfill v1.70.2
19712026-04-06T15:19:46.246Z Checking anstyle-query v1.1.5
19722026-04-06T15:19:46.281Z Checking quote v1.0.44
19732026-04-06T15:19:46.317Z Checking colorchoice v1.0.4
19742026-04-06T15:19:46.364Z Checking inout v0.1.4
19752026-04-06T15:19:46.445Z Checking anstream v0.6.21
19762026-04-06T15:19:46.481Z Checking syn v2.0.117
19772026-04-06T15:19:46.485Z Checking terminal_size v0.4.3
19782026-04-06T15:19:46.549Z Checking cipher v0.4.4
19792026-04-06T15:19:46.626Z Checking rustls-pki-types v1.14.0
19802026-04-06T15:19:46.669Z Checking crossbeam-utils v0.8.21
19812026-04-06T15:19:46.673Z Checking httparse v1.10.1
19822026-04-06T15:19:46.782Z Checking strsim v0.11.1
19832026-04-06T15:19:46.821Z Checking regex-automata v0.4.14
19842026-04-06T15:19:46.855Z Checking tokio-util v0.7.18
19852026-04-06T15:19:46.939Z Checking clap_lex v1.0.0
19862026-04-06T15:19:46.942Z Checking pem-rfc7468 v0.7.0
19872026-04-06T15:19:47.006Z Checking sha2 v0.10.9
19882026-04-06T15:19:47.010Z Checking http-body v1.0.1
19892026-04-06T15:19:47.073Z Checking rand_core v0.9.5
19902026-04-06T15:19:47.111Z Checking clap_builder v4.5.60
19912026-04-06T15:19:47.155Z Checking hmac v0.12.1
19922026-04-06T15:19:47.191Z Checking atomic-waker v1.1.2
19932026-04-06T15:19:47.274Z Checking httpdate v1.0.3
19942026-04-06T15:19:47.310Z Checking try-lock v0.2.5
19952026-04-06T15:19:47.314Z Checking flagset v0.4.7
19962026-04-06T15:19:47.314Z Checking pin-utils v0.1.0
19972026-04-06T15:19:47.436Z Checking tower-service v0.3.3
19982026-04-06T15:19:47.439Z Checking want v0.3.1
19992026-04-06T15:19:47.504Z Checking ryu v1.0.23
20002026-04-06T15:19:47.508Z Checking h2 v0.4.13
20012026-04-06T15:19:47.573Z Checking der v0.7.10
20022026-04-06T15:19:47.576Z Checking tower-layer v0.3.3
20032026-04-06T15:19:47.638Z Checking rand_chacha v0.9.0
20042026-04-06T15:19:47.671Z Checking erased-serde v0.3.31
20052026-04-06T15:19:47.775Z Checking powerfmt v0.2.0
20062026-04-06T15:19:47.861Z Checking rand v0.9.2
20072026-04-06T15:19:47.950Z Checking deranged v0.5.8
20082026-04-06T15:19:48.072Z Checking slog v2.8.2
20092026-04-06T15:19:48.314Z Checking spin v0.9.8
20102026-04-06T15:19:48.349Z Checking clap v4.5.60
20112026-04-06T15:19:48.384Z Checking anyhow v1.0.102
20122026-04-06T15:19:48.387Z Checking num-conv v0.2.0
20132026-04-06T15:19:48.453Z Checking num_threads v0.1.7
20142026-04-06T15:19:48.519Z Checking time-core v0.1.8
20152026-04-06T15:19:48.559Z Checking http-body-util v0.1.3
20162026-04-06T15:19:48.594Z Checking aws-lc-sys v0.37.1
20172026-04-06T15:19:48.630Z Checking fastrand v2.3.0
20182026-04-06T15:19:48.634Z Checking untrusted v0.7.1
20192026-04-06T15:19:48.696Z Checking spki v0.7.3
20202026-04-06T15:19:48.755Z Checking pbkdf2 v0.12.2
20212026-04-06T15:19:48.799Z Checking aes v0.8.4
20222026-04-06T15:19:48.803Z Checking openssl-probe v0.2.1
20232026-04-06T15:19:48.866Z Checking regex v1.12.3
20242026-04-06T15:19:48.900Z Checking time v0.3.47
20252026-04-06T15:19:48.903Z Checking serde_urlencoded v0.7.1
20262026-04-06T15:19:48.903Z Checking cbc v0.1.2
20272026-04-06T15:19:48.998Z Checking salsa20 v0.10.2
20282026-04-06T15:19:49.086Z Checking rand_chacha v0.3.1
20292026-04-06T15:19:49.122Z Checking aws-lc-rs v1.16.0
20302026-04-06T15:19:49.155Z Checking hex v0.4.3
20312026-04-06T15:19:49.191Z Checking pretty-hex v0.4.1
20322026-04-06T15:19:49.195Z Checking scrypt v0.11.0
20332026-04-06T15:19:49.259Z Checking tempfile v3.25.0
20342026-04-06T15:19:49.312Z Checking rand v0.8.5
20352026-04-06T15:19:49.348Z Checking ipnetwork v0.21.1
20362026-04-06T15:19:49.389Z Checking plain v0.2.3
20372026-04-06T15:19:49.426Z Checking pkcs5 v0.7.1
20382026-04-06T15:19:49.475Z Checking ucd-trie v0.1.7
20392026-04-06T15:19:49.520Z Checking rustls-native-certs v0.8.3
20402026-04-06T15:19:49.587Z Checking sync_wrapper v1.0.2
20412026-04-06T15:19:49.635Z Checking pest v2.8.6
20422026-04-06T15:19:49.679Z Checking camino v1.2.2
20432026-04-06T15:19:49.717Z Checking pkcs8 v0.10.2
20442026-04-06T15:19:49.717Z Checking tower v0.5.3
20452026-04-06T15:19:49.853Z Checking webpki-roots v1.0.6
20462026-04-06T15:19:49.952Z Checking iri-string v0.7.10
20472026-04-06T15:19:49.990Z Checking either v1.15.0
20482026-04-06T15:19:49.993Z Checking rustls-webpki v0.103.9
20492026-04-06T15:19:50.056Z Checking openapiv3 v2.2.0
20502026-04-06T15:19:50.059Z Checking mime v0.3.17
20512026-04-06T15:19:50.184Z Checking hyper v1.8.1
20522026-04-06T15:19:50.220Z Checking winnow v0.7.14
20532026-04-06T15:19:50.253Z Checking static_assertions v1.1.0
20542026-04-06T15:19:50.289Z Checking oxnet v0.1.4
20552026-04-06T15:19:50.351Z Checking lazy_static v1.5.0
20562026-04-06T15:19:50.466Z Checking rustls v0.23.37
20572026-04-06T15:19:50.469Z Checking signature v2.2.0
20582026-04-06T15:19:50.545Z Checking simd-adler32 v0.3.8
20592026-04-06T15:19:50.654Z Checking hubpack v0.1.2
20602026-04-06T15:19:50.701Z Checking adler2 v2.0.1
20612026-04-06T15:19:50.743Z Checking strum v0.26.3
20622026-04-06T15:19:50.840Z Checking miniz_oxide v0.8.9
20632026-04-06T15:19:50.875Z Checking encoding_rs v0.8.35
20642026-04-06T15:19:50.909Z Checking foreign-types-shared v0.1.1
20652026-04-06T15:19:51.012Z Checking tower-http v0.6.8
20662026-04-06T15:19:51.047Z Checking foreign-types v0.3.2
20672026-04-06T15:19:51.119Z Checking hyper-util v0.1.20
20682026-04-06T15:19:51.155Z Checking openssl-sys v0.9.111
20692026-04-06T15:19:51.221Z Checking tinyvec_macros v0.1.1
20702026-04-06T15:19:51.320Z Checking tinyvec v1.10.0
20712026-04-06T15:19:51.324Z Checking sha1 v0.10.6
20722026-04-06T15:19:51.389Z Checking toml_datetime v0.6.11
20732026-04-06T15:19:51.446Z Checking serde_spanned v0.6.9
20742026-04-06T15:19:51.544Z Checking num-integer v0.1.46
20752026-04-06T15:19:51.600Z Checking scroll v0.13.0
20762026-04-06T15:19:51.603Z Checking data-encoding v2.10.0
20772026-04-06T15:19:51.667Z Checking memmap2 v0.9.10
20782026-04-06T15:19:51.671Z Checking openssl v0.10.75
20792026-04-06T15:19:51.794Z Checking bit-vec v0.8.0
20802026-04-06T15:19:51.848Z Checking base16ct v0.2.0
20812026-04-06T15:19:51.886Z Checking goblin v0.10.5
20822026-04-06T15:19:51.886Z Checking dtrace-parser v0.3.0
20832026-04-06T15:19:51.953Z Checking crc32fast v1.5.0
20842026-04-06T15:19:52.001Z Checking sec1 v0.7.3
20852026-04-06T15:19:52.036Z Checking bit-set v0.8.0
20862026-04-06T15:19:52.118Z Checking ff v0.13.1
20872026-04-06T15:19:52.154Z Checking thread-id v5.1.0
20882026-04-06T15:19:52.209Z Checking wait-timeout v0.2.1
20892026-04-06T15:19:52.244Z Checking num-iter v0.1.45
20902026-04-06T15:19:52.280Z Checking group v0.13.0
20912026-04-06T15:19:52.283Z Checking bstr v1.12.1
20922026-04-06T15:19:52.357Z Checking hkdf v0.12.4
20932026-04-06T15:19:52.393Z Checking crossbeam-epoch v0.9.18
20942026-04-06T15:19:52.396Z Checking ahash v0.8.12
20952026-04-06T15:19:52.462Z Checking crypto-bigint v0.5.5
20962026-04-06T15:19:52.516Z Checking psl-types v2.0.11
20972026-04-06T15:19:52.645Z Checking quick-error v1.2.3
20982026-04-06T15:19:52.649Z Checking cookie v0.18.1
20992026-04-06T15:19:52.714Z Checking publicsuffix v2.3.0
21002026-04-06T15:19:52.717Z Checking rand_xorshift v0.4.0
21012026-04-06T15:19:52.781Z Checking rusty-fork v0.3.1
21022026-04-06T15:19:52.877Z Checking tokio-rustls v0.26.4
21032026-04-06T15:19:52.916Z Checking scroll v0.12.0
21042026-04-06T15:19:52.919Z Checking unarray v0.1.4
21052026-04-06T15:19:52.983Z Checking cookie_store v0.22.1
21062026-04-06T15:19:52.987Z Checking rustls-platform-verifier v0.6.2
21072026-04-06T15:19:53.052Z Checking proptest v1.10.0
21082026-04-06T15:19:53.130Z Checking hyper-rustls v0.27.7
21092026-04-06T15:19:53.166Z Checking num-bigint-dig v0.8.6
21102026-04-06T15:19:53.200Z Checking goblin v0.8.2
21112026-04-06T15:19:53.361Z Checking elliptic-curve v0.13.8
21122026-04-06T15:19:53.398Z Checking pkcs1 v0.7.5
21132026-04-06T15:19:53.401Z Checking x509-cert v0.2.5
21142026-04-06T15:19:53.633Z Checking zerocopy v0.7.35
21152026-04-06T15:19:53.669Z Checking native-tls v0.2.18
21162026-04-06T15:19:53.705Z Checking zlib-rs v0.6.2
21172026-04-06T15:19:53.878Z Checking tokio-native-tls v0.3.1
21182026-04-06T15:19:53.983Z Checking unicode-segmentation v1.12.0
21192026-04-06T15:19:54.062Z Checking hyper-tls v0.6.0
21202026-04-06T15:19:54.100Z Checking rsa v0.9.10
21212026-04-06T15:19:54.137Z Checking reqwest v0.13.2
21222026-04-06T15:19:54.226Z Checking dof v0.4.0
21232026-04-06T15:19:54.262Z Checking reqwest v0.12.28
21242026-04-06T15:19:54.317Z Checking dtrace-parser v0.2.0
21252026-04-06T15:19:54.581Z Checking rfc6979 v0.4.0
21262026-04-06T15:19:54.618Z Checking flate2 v1.1.9
21272026-04-06T15:19:54.621Z Checking thread-id v4.2.2
21282026-04-06T15:19:54.726Z Checking toml_write v0.1.2
21292026-04-06T15:19:54.763Z Checking ecdsa v0.16.9
21302026-04-06T15:19:54.829Z Checking newtype-uuid v1.3.2
21312026-04-06T15:19:54.874Z Checking usdt-impl v0.6.0
21322026-04-06T15:19:54.921Z Checking toml_edit v0.22.27
21332026-04-06T15:19:54.956Z Checking curve25519-dalek v4.1.3
21342026-04-06T15:19:54.993Z Checking memoffset v0.9.1
21352026-04-06T15:19:55.056Z Checking rustix v0.38.44
21362026-04-06T15:19:55.093Z Checking dof v0.3.0
21372026-04-06T15:19:55.127Z Checking env_filter v1.0.0
21382026-04-06T15:19:55.131Z Checking keccak v0.1.6
21392026-04-06T15:19:55.131Z Checking daft v0.1.5
21402026-04-06T15:19:55.227Z Checking usdt v0.6.0
21412026-04-06T15:19:55.295Z Checking env_logger v0.11.9
21422026-04-06T15:19:55.348Z Checking sha3 v0.10.8
21432026-04-06T15:19:55.393Z Checking usdt-impl v0.5.0
21442026-04-06T15:19:55.429Z Checking toml_parser v1.0.9+spec-1.1.0
21452026-04-06T15:19:55.464Z Checking ed25519 v2.2.3
21462026-04-06T15:19:55.505Z Checking itertools v0.13.0
21472026-04-06T15:19:55.575Z Checking serde_with v3.17.0
21482026-04-06T15:19:55.673Z Checking bitflags v1.3.2
21492026-04-06T15:19:55.709Z Checking siphasher v1.0.2
21502026-04-06T15:19:55.743Z Checking ed25519-dalek v2.2.0
21512026-04-06T15:19:55.779Z Checking unicode-normalization v0.1.25
21522026-04-06T15:19:55.782Z Checking signal-hook v0.3.18
21532026-04-06T15:19:55.854Z Checking managed v0.8.0
21542026-04-06T15:19:55.896Z Checking winnow v0.5.40
21552026-04-06T15:19:56.011Z Checking nix v0.31.1
21562026-04-06T15:19:56.049Z Checking bzip2-sys v0.1.13+1.0.8
21572026-04-06T15:19:56.052Z Checking object v0.37.3
21582026-04-06T15:19:56.116Z Checking toml_datetime v0.7.5+spec-1.1.0
21592026-04-06T15:19:56.162Z Checking foldhash v0.1.5
21602026-04-06T15:19:56.223Z Checking bzip2 v0.4.4
21612026-04-06T15:19:56.322Z Checking hashbrown v0.15.5
21622026-04-06T15:19:56.357Z Checking signal-hook-mio v0.2.5
21632026-04-06T15:19:56.411Z Checking ref-cast v1.0.25
21642026-04-06T15:19:56.486Z Checking zstd-sys v2.0.16+zstd.1.5.7
21652026-04-06T15:19:56.535Z Checking zip v0.6.6
21662026-04-06T15:19:56.571Z Checking libbz2-rs-sys v0.2.2
21672026-04-06T15:19:56.626Z Checking zstd-safe v7.2.4
21682026-04-06T15:19:56.814Z Checking bumpalo v3.20.2
21692026-04-06T15:19:56.851Z Checking zstd v0.13.3
21702026-04-06T15:19:56.885Z Checking crossterm v0.28.1
21712026-04-06T15:19:56.986Z Checking bzip2 v0.6.1
21722026-04-06T15:19:57.024Z Checking similar v2.7.0
21732026-04-06T15:19:57.027Z Checking tokio-stream v0.1.18
21742026-04-06T15:19:57.093Z Checking fs-err v3.3.0
21752026-04-06T15:19:57.098Z Checking toml_edit v0.19.15
21762026-04-06T15:19:57.098Z Checking zopfli v0.8.3
21772026-04-06T15:19:57.191Z Checking hash32 v0.2.1
21782026-04-06T15:19:57.374Z Checking serde-big-array v0.5.1
21792026-04-06T15:19:57.416Z Checking predicates-core v1.0.10
21802026-04-06T15:19:57.419Z Checking unicode-properties v0.1.4
21812026-04-06T15:19:57.486Z Checking unicode-bidi v0.3.18
21822026-04-06T15:19:57.519Z Checking jiff v0.2.21
21832026-04-06T15:19:57.555Z Checking heapless v0.7.17
21842026-04-06T15:19:57.596Z Checking hickory-proto v0.25.2
21852026-04-06T15:19:57.633Z Checking md-5 v0.10.6
21862026-04-06T15:19:57.638Z Checking float-cmp v0.10.0
21872026-04-06T15:19:57.790Z Checking fallible-iterator v0.2.0
21882026-04-06T15:19:57.827Z Checking stringprep v0.1.5
21892026-04-06T15:19:57.860Z Checking normalize-line-endings v0.3.0
21902026-04-06T15:19:57.977Z Checking difflib v0.4.0
21912026-04-06T15:19:58.014Z Checking rustc-hash v2.1.1
21922026-04-06T15:19:58.017Z Checking smoltcp v0.9.1
21932026-04-06T15:19:58.092Z Checking postgres-protocol v0.6.10
21942026-04-06T15:19:58.155Z Checking iddqd v0.3.17
21952026-04-06T15:19:58.192Z Checking predicates v3.1.4
21962026-04-06T15:19:58.195Z Checking toml v0.7.8
21972026-04-06T15:19:58.388Z Checking phf_shared v0.11.3
21982026-04-06T15:19:58.430Z Checking phf_shared v0.13.1
21992026-04-06T15:19:58.520Z Checking buf-list v1.1.2
22002026-04-06T15:19:58.558Z Checking strum v0.27.2
22012026-04-06T15:19:58.561Z Checking new_debug_unreachable v1.0.6
22022026-04-06T15:19:58.653Z Checking fixedbitset v0.5.7
22032026-04-06T15:19:58.656Z Checking fixedbitset v0.4.2
22042026-04-06T15:19:58.722Z Checking precomputed-hash v0.1.1
22052026-04-06T15:19:58.725Z Checking lalrpop-util v0.19.12
22062026-04-06T15:19:58.786Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22072026-04-06T15:19:58.834Z Checking string_cache v0.8.9
22082026-04-06T15:19:58.869Z Checking petgraph v0.6.5
22092026-04-06T15:19:58.903Z Checking petgraph v0.8.3
22102026-04-06T15:19:58.941Z Checking phf v0.13.1
22112026-04-06T15:19:59.001Z Checking postgres-types v0.2.12
22122026-04-06T15:19:59.037Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22132026-04-06T15:19:59.115Z Checking peg-runtime v0.8.5
22142026-04-06T15:19:59.288Z Checking whoami v2.1.0
22152026-04-06T15:19:59.367Z Checking futures-executor v0.3.32
22162026-04-06T15:19:59.443Z Checking is-terminal v0.4.17
22172026-04-06T15:19:59.507Z Checking tokio-postgres v0.7.16
22182026-04-06T15:19:59.543Z Checking futures v0.3.32
22192026-04-06T15:19:59.576Z Checking crossbeam-channel v0.5.15
22202026-04-06T15:19:59.647Z Compiling structmeta-derive v0.3.0
22212026-04-06T15:19:59.758Z Checking zip v4.6.1
22222026-04-06T15:19:59.935Z Checking thread_local v1.1.9
22232026-04-06T15:20:00.141Z Checking term v1.2.1
22242026-04-06T15:20:00.178Z Checking take_mut v0.2.2
22252026-04-06T15:20:00.313Z Checking slog-async v2.8.0
22262026-04-06T15:20:00.349Z Compiling newtype-uuid-macros v0.1.0
22272026-04-06T15:20:00.383Z Compiling rustls v0.22.4
22282026-04-06T15:20:00.418Z Checking slog-term v2.9.2
22292026-04-06T15:20:00.478Z Checking regress v0.10.5
22302026-04-06T15:20:00.513Z Compiling multer v3.1.0
22312026-04-06T15:20:00.632Z Compiling async-stream-impl v0.3.6
22322026-04-06T15:20:00.706Z Compiling dropshot v0.16.7
22332026-04-06T15:20:00.742Z Compiling structmeta v0.3.0
22342026-04-06T15:20:00.808Z Compiling dropshot_endpoint v0.16.7
22352026-04-06T15:20:00.862Z Checking match_cfg v0.1.0
22362026-04-06T15:20:00.973Z Checking hostname v0.3.1
22372026-04-06T15:20:01.008Z Compiling derive-ex v0.1.8
22382026-04-06T15:20:01.043Z Checking slog-json v2.6.1
22392026-04-06T15:20:01.108Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22402026-04-06T15:20:01.141Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22412026-04-06T15:20:01.182Z Checking debug-ignore v1.0.5
22422026-04-06T15:20:01.228Z Checking slog-bunyan v2.5.0
22432026-04-06T15:20:01.264Z Checking progenitor-client v0.13.0
22442026-04-06T15:20:01.313Z Checking serde_spanned v1.0.4
22452026-04-06T15:20:01.370Z Checking toml_writer v1.0.6+spec-1.1.0
22462026-04-06T15:20:01.478Z Checking rustls-webpki v0.102.8
22472026-04-06T15:20:01.526Z Checking serde_path_to_error v0.1.20
22482026-04-06T15:20:01.529Z Checking async-stream v0.3.6
22492026-04-06T15:20:01.593Z Checking toml v0.9.12+spec-1.1.0
22502026-04-06T15:20:01.682Z Checking waitgroup v0.1.2
22512026-04-06T15:20:01.815Z Checking rustls-pemfile v2.2.0
22522026-04-06T15:20:01.857Z Checking hostname v0.4.2
22532026-04-06T15:20:01.924Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22542026-04-06T15:20:01.958Z Compiling parse-display-derive v0.10.0
22552026-04-06T15:20:01.994Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22562026-04-06T15:20:01.997Z Checking itertools v0.14.0
22572026-04-06T15:20:02.059Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22582026-04-06T15:20:02.162Z Checking macaddr v1.0.1
22592026-04-06T15:20:02.198Z Checking instant v0.1.13
22602026-04-06T15:20:02.313Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22612026-04-06T15:20:02.370Z Checking progenitor-client v0.10.0
22622026-04-06T15:20:02.486Z Checking backoff v0.4.0
22632026-04-06T15:20:02.568Z Checking backon v1.6.0
22642026-04-06T15:20:02.605Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22652026-04-06T15:20:02.690Z Checking unicode-width v0.2.0
22662026-04-06T15:20:02.726Z Compiling test-strategy v0.4.5
22672026-04-06T15:20:02.760Z Checking progenitor-extras v0.1.1
22682026-04-06T15:20:02.969Z Checking heck v0.5.0
22692026-04-06T15:20:03.011Z Checking toml v0.8.23
22702026-04-06T15:20:03.082Z Compiling convert_case v0.4.0
22712026-04-06T15:20:03.117Z Checking half v2.7.1
22722026-04-06T15:20:03.150Z Checking ciborium-io v0.2.2
22732026-04-06T15:20:03.268Z Checking secrecy v0.10.3
22742026-04-06T15:20:03.349Z Checking tokio-rustls v0.25.0
22752026-04-06T15:20:03.385Z Compiling unsafe-libyaml v0.2.11
22762026-04-06T15:20:03.420Z Checking indent_write v2.2.0
22772026-04-06T15:20:03.424Z Checking ciborium-ll v0.2.2
22782026-04-06T15:20:03.486Z Compiling derive_more v0.99.20
22792026-04-06T15:20:03.612Z Checking camino-tempfile v1.4.1
22802026-04-06T15:20:03.644Z Checking ciborium v0.2.2
22812026-04-06T15:20:03.647Z Checking parse-display v0.10.0
22822026-04-06T15:20:03.796Z Checking universal-hash v0.5.1
22832026-04-06T15:20:03.856Z Checking opaque-debug v0.3.1
22842026-04-06T15:20:03.949Z Compiling serde_yaml v0.9.34+deprecated
22852026-04-06T15:20:03.984Z Compiling crucible-workspace-hack v0.1.0
22862026-04-06T15:20:04.093Z Checking aead v0.5.2
22872026-04-06T15:20:04.165Z Compiling typify-impl v0.6.1
22882026-04-06T15:20:04.235Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22892026-04-06T15:20:04.270Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22902026-04-06T15:20:04.398Z Checking poly1305 v0.8.0
22912026-04-06T15:20:04.645Z Checking chacha20 v0.9.1
22922026-04-06T15:20:04.688Z Compiling thiserror-impl-no-std v2.0.2
22932026-04-06T15:20:04.867Z Checking swrite v0.1.0
22942026-04-06T15:20:04.991Z Checking password-hash v0.5.0
22952026-04-06T15:20:05.257Z Checking blake2 v0.10.6
22962026-04-06T15:20:05.451Z Checking chacha20poly1305 v0.10.1
22972026-04-06T15:20:05.487Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22982026-04-06T15:20:05.528Z Checking argon2 v0.5.3
22992026-04-06T15:20:05.604Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23002026-04-06T15:20:05.791Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23012026-04-06T15:20:05.827Z Checking byte-wrapper v0.1.0
23022026-04-06T15:20:05.897Z Checking thiserror-no-std v2.0.2
23032026-04-06T15:20:05.942Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23042026-04-06T15:20:06.023Z Checking vsss-rs v3.3.4
23052026-04-06T15:20:06.105Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23062026-04-06T15:20:06.109Z Checking crossbeam-deque v0.8.6
23072026-04-06T15:20:06.175Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23082026-04-06T15:20:06.209Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23092026-04-06T15:20:06.343Z Compiling rayon-core v1.13.0
23102026-04-06T15:20:06.381Z Compiling proc-macro-error v1.0.4
23112026-04-06T15:20:06.723Z Compiling toml_edit v0.23.10+spec-1.0.0
23122026-04-06T15:20:06.912Z Checking glob v0.3.3
23132026-04-06T15:20:06.972Z Checking rayon v1.11.0
23142026-04-06T15:20:07.129Z Checking unicode-width v0.1.14
23152026-04-06T15:20:07.173Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23162026-04-06T15:20:07.252Z Checking tabwriter v1.4.1
23172026-04-06T15:20:07.409Z Compiling proc-macro-crate v3.4.0
23182026-04-06T15:20:07.443Z Compiling heapless v0.8.0
23192026-04-06T15:20:07.698Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23202026-04-06T15:20:07.825Z Compiling ingot-macros v0.1.1
23212026-04-06T15:20:07.861Z Checking hash32 v0.3.1
23222026-04-06T15:20:07.955Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-04-06T15:20:07.990Z Compiling smoltcp v0.11.0
23242026-04-06T15:20:08.237Z Checking cobs v0.3.0
23252026-04-06T15:20:08.350Z Compiling usdt-macro v0.5.0
23262026-04-06T15:20:08.418Z Compiling usdt-attr-macro v0.5.0
23272026-04-06T15:20:08.450Z Checking memmap v0.7.0
23282026-04-06T15:20:08.453Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23292026-04-06T15:20:08.514Z Checking colored v3.1.1
23302026-04-06T15:20:08.674Z Compiling typify-macro v0.6.1
23312026-04-06T15:20:08.742Z Checking postcard v1.1.3
23322026-04-06T15:20:08.785Z Compiling num_enum_derive v0.7.5
23332026-04-06T15:20:09.064Z Compiling proc-macro-crate v1.3.1
23342026-04-06T15:20:09.103Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-04-06T15:20:09.215Z Checking usdt v0.5.0
23362026-04-06T15:20:09.340Z Checking sigpipe v0.1.3
23372026-04-06T15:20:09.411Z Compiling foreign-types-macros v0.2.3
23382026-04-06T15:20:09.450Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23392026-04-06T15:20:09.505Z Checking cpufeatures v0.3.0
23402026-04-06T15:20:09.611Z Checking foreign-types-shared v0.3.1
23412026-04-06T15:20:09.731Z Checking chacha20 v0.10.0
23422026-04-06T15:20:09.765Z Compiling num_enum_derive v0.5.11
23432026-04-06T15:20:09.853Z Checking num_enum v0.7.5
23442026-04-06T15:20:09.975Z Checking cstr-argument v0.1.2
23452026-04-06T15:20:10.007Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23462026-04-06T15:20:10.040Z Checking foreign-types v0.5.0
23472026-04-06T15:20:10.077Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23482026-04-06T15:20:10.124Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23492026-04-06T15:20:10.158Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23502026-04-06T15:20:10.367Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23512026-04-06T15:20:10.410Z Checking rand v0.10.0
23522026-04-06T15:20:10.445Z Compiling typify v0.6.1
23532026-04-06T15:20:10.550Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-04-06T15:20:10.554Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23552026-04-06T15:20:10.616Z Compiling progenitor-impl v0.13.0
23562026-04-06T15:20:10.647Z Checking ingot-types v0.1.2
23572026-04-06T15:20:10.715Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23582026-04-06T15:20:10.747Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23592026-04-06T15:20:10.781Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23602026-04-06T15:20:10.814Z Checking num_enum v0.5.11
23612026-04-06T15:20:10.967Z Compiling zone_cfg_derive v0.3.1
23622026-04-06T15:20:11.001Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23632026-04-06T15:20:11.144Z Checking ingot v0.1.1
23642026-04-06T15:20:11.179Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23652026-04-06T15:20:11.212Z Checking itertools v0.12.1
23662026-04-06T15:20:11.381Z Compiling num-derive v0.4.2
23672026-04-06T15:20:11.632Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23682026-04-06T15:20:11.667Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23692026-04-06T15:20:11.882Z Checking smf v0.2.3
23702026-04-06T15:20:11.924Z Checking whoami v1.6.1
23712026-04-06T15:20:11.958Z Checking tokio-dtrace v0.1.1
23722026-04-06T15:20:12.132Z Compiling derive-where v1.6.0
23732026-04-06T15:20:12.167Z Checking console v0.15.11
23742026-04-06T15:20:12.199Z Checking oxide-tokio-rt v0.1.3
23752026-04-06T15:20:12.268Z Checking zone v0.3.1
23762026-04-06T15:20:12.338Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23772026-04-06T15:20:12.392Z Checking atomicwrites v0.4.4
23782026-04-06T15:20:12.468Z Checking newline-converter v0.3.0
23792026-04-06T15:20:12.550Z Checking bytecount v0.6.9
23802026-04-06T15:20:12.591Z Compiling owo-colors v4.3.0
23812026-04-06T15:20:12.626Z Checking expectorate v1.2.0
23822026-04-06T15:20:12.660Z Compiling cancel-safe-futures v0.1.5
23832026-04-06T15:20:12.694Z Checking libsw-core v0.3.2
23842026-04-06T15:20:12.780Z Compiling prettyplease v0.2.37
23852026-04-06T15:20:12.815Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23862026-04-06T15:20:12.865Z Checking libsw v3.5.0
23872026-04-06T15:20:13.075Z Checking same-file v1.0.6
23882026-04-06T15:20:13.108Z Checking linear-map v1.2.0
23892026-04-06T15:20:13.221Z Checking walkdir v2.5.0
23902026-04-06T15:20:13.259Z Checking num-rational v0.4.2
23912026-04-06T15:20:13.301Z Checking num-complex v0.4.6
23922026-04-06T15:20:13.351Z Compiling progenitor-macro v0.13.0
23932026-04-06T15:20:13.411Z Checking float-ord v0.3.2
23942026-04-06T15:20:13.464Z Checking gethostname v0.5.0
23952026-04-06T15:20:13.541Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23962026-04-06T15:20:13.573Z Compiling async-recursion v1.1.1
23972026-04-06T15:20:13.607Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23982026-04-06T15:20:13.674Z Checking num v0.4.3
23992026-04-06T15:20:13.678Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24002026-04-06T15:20:13.978Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24012026-04-06T15:20:14.290Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24022026-04-06T15:20:14.969Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24032026-04-06T15:20:15.283Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24042026-04-06T15:20:17.052Z Checking resolv-conf v0.7.6
24052026-04-06T15:20:17.087Z Checking smawk v0.3.2
24062026-04-06T15:20:17.244Z Checking unicode-linebreak v0.1.5
24072026-04-06T15:20:17.278Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24082026-04-06T15:20:17.485Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24092026-04-06T15:20:17.614Z Checking globset v0.4.18
24102026-04-06T15:20:17.902Z Compiling convert_case v0.10.0
24112026-04-06T15:20:18.243Z Compiling slog-dtrace v0.3.0
24122026-04-06T15:20:18.278Z Compiling derive_more-impl v2.1.1
24132026-04-06T15:20:18.311Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24142026-04-06T15:20:18.344Z Checking progenitor v0.13.0
24152026-04-06T15:20:18.541Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24162026-04-06T15:20:18.718Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24172026-04-06T15:20:18.865Z Compiling pin-project-internal v1.1.11
24182026-04-06T15:20:18.901Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24192026-04-06T15:20:19.144Z Checking derive_more v2.1.1
24202026-04-06T15:20:19.262Z Checking crossterm v0.29.0
24212026-04-06T15:20:19.346Z Checking pem v3.0.6
24222026-04-06T15:20:19.439Z Checking fd-lock v4.0.4
24232026-04-06T15:20:19.535Z Checking vte v0.14.1
24242026-04-06T15:20:19.592Z Checking display-error-chain v0.2.2
24252026-04-06T15:20:19.722Z Checking strip-ansi-escapes v0.2.1
24262026-04-06T15:20:19.757Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24272026-04-06T15:20:19.851Z Compiling snafu-derive v0.8.9
24282026-04-06T15:20:19.894Z Checking linked-hash-map v0.5.6
24292026-04-06T15:20:19.937Z Checking nu-ansi-term v0.50.3
24302026-04-06T15:20:20.005Z Checking pin-project v1.1.11
24312026-04-06T15:20:20.102Z Checking termtree v0.5.1
24322026-04-06T15:20:20.136Z Checking lru-cache v0.1.2
24332026-04-06T15:20:20.177Z Checking reedline v0.40.0
24342026-04-06T15:20:20.270Z Checking textwrap v0.16.2
24352026-04-06T15:20:20.303Z Checking olpc-cjson v0.1.4
24362026-04-06T15:20:20.469Z Checking hickory-proto v0.24.4
24372026-04-06T15:20:20.518Z Checking serde_plain v1.0.2
24382026-04-06T15:20:20.698Z Checking typed-path v0.9.3
24392026-04-06T15:20:21.186Z Compiling minimal-lexical v0.2.1
24402026-04-06T15:20:21.394Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24412026-04-06T15:20:21.431Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24422026-04-06T15:20:21.475Z Compiling nom v7.1.3
24432026-04-06T15:20:21.542Z Compiling ar_archive_writer v0.5.1
24442026-04-06T15:20:21.692Z Checking humantime v2.3.0
24452026-04-06T15:20:21.792Z Checking snafu v0.8.9
24462026-04-06T15:20:21.912Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24472026-04-06T15:20:21.969Z Checking csv-core v0.1.13
24482026-04-06T15:20:22.035Z Compiling stacker v0.1.23
24492026-04-06T15:20:22.070Z Checking tough v0.20.0
24502026-04-06T15:20:22.175Z Checking csv v1.4.0
24512026-04-06T15:20:22.324Z Compiling cfg_aliases v0.1.1
24522026-04-06T15:20:22.358Z Checking hickory-resolver v0.24.4
24532026-04-06T15:20:22.392Z Checking highway v1.3.0
24542026-04-06T15:20:22.426Z Compiling psm v0.1.30
24552026-04-06T15:20:22.430Z Compiling nix v0.28.0
24562026-04-06T15:20:22.617Z Checking papergrid v0.11.0
24572026-04-06T15:20:22.649Z Compiling tabled_derive v0.7.0
24582026-04-06T15:20:22.831Z Checking nibble_vec v0.1.0
24592026-04-06T15:20:22.867Z Checking home v0.5.12
24602026-04-06T15:20:22.988Z Checking endian-type v0.1.2
24612026-04-06T15:20:23.100Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24622026-04-06T15:20:23.136Z Checking qorb v0.4.1
24632026-04-06T15:20:23.169Z Checking radix_trie v0.2.1
24642026-04-06T15:20:23.255Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24652026-04-06T15:20:23.353Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24662026-04-06T15:20:23.408Z Checking phf_shared v0.12.1
24672026-04-06T15:20:23.579Z Compiling recursive-proc-macro-impl v0.1.1
24682026-04-06T15:20:23.629Z Checking tabled v0.15.0
24692026-04-06T15:20:23.756Z Compiling chrono-tz v0.10.4
24702026-04-06T15:20:23.870Z Compiling semver v0.1.20
24712026-04-06T15:20:24.005Z Checking phf v0.12.1
24722026-04-06T15:20:24.040Z Checking recursive v0.1.1
24732026-04-06T15:20:24.073Z Compiling rustc_version v0.1.7
24742026-04-06T15:20:24.159Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24752026-04-06T15:20:24.194Z Compiling const_format_proc_macros v0.2.34
24762026-04-06T15:20:24.197Z Compiling peg-macros v0.8.5
24772026-04-06T15:20:24.316Z Checking winnow v0.6.26
24782026-04-06T15:20:24.356Z Compiling sqlparser_derive v0.5.0
24792026-04-06T15:20:24.794Z Checking unicode_categories v0.1.1
24802026-04-06T15:20:25.016Z Checking rustyline v14.0.0
24812026-04-06T15:20:25.048Z Checking const_format v0.2.35
24822026-04-06T15:20:25.138Z Checking sqlparser v0.61.0
24832026-04-06T15:20:25.380Z Compiling newtype_derive v0.1.6
24842026-04-06T15:20:25.467Z Checking sqlformat v0.3.5
24852026-04-06T15:20:25.633Z Checking peg v0.8.5
24862026-04-06T15:20:25.733Z Checking bcs v0.1.6
24872026-04-06T15:20:25.960Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24882026-04-06T15:20:25.994Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24892026-04-06T15:20:26.027Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
24902026-04-06T15:20:26.179Z Checking steno v0.4.1
24912026-04-06T15:20:26.309Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
24922026-04-06T15:20:26.443Z Checking filetime v0.2.27
24932026-04-06T15:20:26.615Z Checking xattr v1.6.1
24942026-04-06T15:20:26.779Z Checking tar v0.4.45
24952026-04-06T15:20:26.933Z Checking subprocess v0.2.15
24962026-04-06T15:20:26.983Z Checking base64 v0.21.7
24972026-04-06T15:20:27.233Z Checking headers-core v0.3.0
24982026-04-06T15:20:27.265Z Checking yasna v0.5.2
24992026-04-06T15:20:27.297Z Checking dropshot-api-manager-types v0.6.0
25002026-04-06T15:20:27.363Z Checking headers v0.4.1
25012026-04-06T15:20:27.494Z Checking tagptr v0.2.0
25022026-04-06T15:20:27.667Z Checking moka v0.12.13
25032026-04-06T15:20:27.701Z Checking rcgen v0.12.1
25042026-04-06T15:20:27.848Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25052026-04-06T15:20:28.045Z Checking utf-8 v0.7.6
25062026-04-06T15:20:28.081Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25072026-04-06T15:20:28.115Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25082026-04-06T15:20:28.213Z Compiling libefi-sys v0.1.0
25092026-04-06T15:20:28.256Z Compiling radium v0.7.0
25102026-04-06T15:20:28.333Z Checking hickory-resolver v0.25.2
25112026-04-06T15:20:28.469Z Compiling bitfield-struct v0.6.2
25122026-04-06T15:20:28.605Z Compiling maybe-uninit v2.0.0
25132026-04-06T15:20:28.641Z Checking tap v1.0.1
25142026-04-06T15:20:28.757Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25152026-04-06T15:20:28.791Z Checking wyz v0.5.1
25162026-04-06T15:20:29.074Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25172026-04-06T15:20:29.131Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25182026-04-06T15:20:29.185Z Compiling zerocopy-derive v0.6.6
25192026-04-06T15:20:29.223Z Checking funty v2.0.0
25202026-04-06T15:20:29.390Z Checking crc-catalog v2.4.0
25212026-04-06T15:20:29.511Z Compiling packed_struct v0.10.1
25222026-04-06T15:20:29.558Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25232026-04-06T15:20:29.591Z Checking bitvec v1.0.1
25242026-04-06T15:20:29.663Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25252026-04-06T15:20:29.835Z Checking crc v3.4.0
25262026-04-06T15:20:29.902Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25272026-04-06T15:20:29.938Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25282026-04-06T15:20:30.074Z Checking zerocopy v0.6.6
25292026-04-06T15:20:30.077Z Checking tungstenite v0.21.0
25302026-04-06T15:20:30.138Z Compiling packed_struct_codegen v0.10.1
25312026-04-06T15:20:30.141Z Compiling bitfield-macros v0.19.4
25322026-04-06T15:20:30.391Z Compiling indexmap v1.9.3
25332026-04-06T15:20:30.548Z Checking nodrop v0.1.14
25342026-04-06T15:20:30.661Z Checking tokio-tungstenite v0.21.0
25352026-04-06T15:20:30.694Z Checking array-init v0.0.4
25362026-04-06T15:20:30.928Z Checking bitfield v0.19.4
25372026-04-06T15:20:30.962Z Checking smallvec v0.6.14
25382026-04-06T15:20:31.020Z Checking hashbrown v0.12.3
25392026-04-06T15:20:31.061Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25402026-04-06T15:20:31.189Z Checking serde-hex v0.1.0
25412026-04-06T15:20:31.228Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25422026-04-06T15:20:31.262Z Checking ron v0.8.1
25432026-04-06T15:20:31.814Z Checking hashbrown v0.13.2
25442026-04-06T15:20:31.849Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25452026-04-06T15:20:31.880Z Checking crc-any v2.5.0
25462026-04-06T15:20:32.082Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25472026-04-06T15:20:32.125Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25482026-04-06T15:20:32.220Z Checking path-slash v0.1.5
25492026-04-06T15:20:32.254Z Checking object v0.30.4
25502026-04-06T15:20:32.285Z Compiling xshell-macros v0.2.7
25512026-04-06T15:20:32.350Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25522026-04-06T15:20:32.383Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25532026-04-06T15:20:32.688Z Checking xshell v0.2.7
25542026-04-06T15:20:32.722Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25552026-04-06T15:20:32.754Z Checking half v1.8.3
25562026-04-06T15:20:32.906Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25572026-04-06T15:20:32.970Z Checking serde_cbor v0.11.2
25582026-04-06T15:20:33.370Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25592026-04-06T15:20:33.572Z Compiling num-derive v0.3.3
25602026-04-06T15:20:33.619Z Compiling proc-macro-error-attr2 v2.0.0
25612026-04-06T15:20:33.677Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25622026-04-06T15:20:33.721Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25632026-04-06T15:20:33.892Z Checking papergrid v0.17.0
25642026-04-06T15:20:34.034Z Compiling proc-macro-error2 v2.0.1
25652026-04-06T15:20:34.342Z Checking testing_table v0.3.0
25662026-04-06T15:20:34.375Z Compiling tabled_derive v0.11.0
25672026-04-06T15:20:34.465Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25682026-04-06T15:20:34.499Z Checking libscf-sys v1.1.0
25692026-04-06T15:20:34.660Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25702026-04-06T15:20:34.693Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25712026-04-06T15:20:34.893Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25722026-04-06T15:20:34.995Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25732026-04-06T15:20:35.080Z Checking maplit v1.0.2
25742026-04-06T15:20:35.196Z Checking fxhash v0.2.1
25752026-04-06T15:20:35.329Z Checking crc8 v0.1.1
25762026-04-06T15:20:35.362Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25772026-04-06T15:20:35.436Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-04-06T15:20:35.469Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25792026-04-06T15:20:35.579Z Checking tabled v0.20.0
25802026-04-06T15:20:35.693Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25812026-04-06T15:20:35.985Z Checking unicase v2.9.0
25822026-04-06T15:20:36.179Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25832026-04-06T15:20:36.291Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25842026-04-06T15:20:36.502Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25852026-04-06T15:20:36.610Z Checking kstat-rs v0.2.4
25862026-04-06T15:20:36.830Z Compiling diesel_derives v2.3.7
25872026-04-06T15:20:36.862Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25882026-04-06T15:20:36.895Z Compiling typify-impl v0.4.3
25892026-04-06T15:20:37.073Z Checking scheduled-thread-pool v0.2.7
25902026-04-06T15:20:37.117Z Compiling dsl_auto_type v0.2.0
25912026-04-06T15:20:37.253Z Compiling vergen-gitcl v1.0.8
25922026-04-06T15:20:37.475Z Checking arc-swap v1.8.2
25932026-04-06T15:20:37.677Z Compiling diesel_table_macro_syntax v0.3.0
25942026-04-06T15:20:37.729Z Compiling parking_lot_core v0.8.6
25952026-04-06T15:20:37.761Z Checking slog-scope v4.4.1
25962026-04-06T15:20:37.837Z Checking r2d2 v0.8.10
25972026-04-06T15:20:37.947Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25982026-04-06T15:20:38.047Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25992026-04-06T15:20:38.302Z Compiling git-stub v1.0.0
26002026-04-06T15:20:38.401Z Checking downcast-rs v2.0.2
26012026-04-06T15:20:38.531Z Compiling git-stub-vcs v0.1.0
26022026-04-06T15:20:38.805Z Checking slog-stdlog v4.1.1
26032026-04-06T15:20:38.873Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26042026-04-06T15:20:38.910Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26052026-04-06T15:20:38.958Z Checking slog-envlogger v2.2.0
26062026-04-06T15:20:39.138Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26072026-04-06T15:20:39.226Z Checking parking_lot v0.11.2
26082026-04-06T15:20:39.433Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26092026-04-06T15:20:39.465Z Checking prefix-trie v0.7.0
26102026-04-06T15:20:39.636Z Checking sled v0.34.7
26112026-04-06T15:20:39.701Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26122026-04-06T15:20:39.744Z Checking nanorand v0.7.0
26132026-04-06T15:20:39.817Z Checking hickory-server v0.25.2
26142026-04-06T15:20:39.896Z Compiling dirs-sys-next v0.1.2
26152026-04-06T15:20:39.972Z Compiling crunchy v0.2.4
26162026-04-06T15:20:40.216Z Compiling dirs-next v2.0.0
26172026-04-06T15:20:40.306Z Checking flume v0.11.1
26182026-04-06T15:20:40.339Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26192026-04-06T15:20:40.373Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26202026-04-06T15:20:40.376Z Compiling clang-sys v1.8.1
26212026-04-06T15:20:40.573Z Compiling tiny-keccak v2.0.2
26222026-04-06T15:20:40.884Z Compiling term v0.7.0
26232026-04-06T15:20:40.982Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26242026-04-06T15:20:41.033Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26252026-04-06T15:20:41.338Z Compiling bit-vec v0.6.3
26262026-04-06T15:20:41.400Z Compiling typify-macro v0.4.3
26272026-04-06T15:20:41.477Z Compiling salty v0.3.0
26282026-04-06T15:20:41.586Z Compiling bit-set v0.5.3
26292026-04-06T15:20:41.778Z Compiling ascii-canvas v3.0.0
26302026-04-06T15:20:41.898Z Checking primeorder v0.13.6
26312026-04-06T15:20:42.050Z Compiling itertools v0.10.5
26322026-04-06T15:20:42.169Z Compiling ena v0.14.4
26332026-04-06T15:20:42.245Z Compiling libloading v0.8.9
26342026-04-06T15:20:42.277Z Compiling fs-err v2.11.0
26352026-04-06T15:20:42.382Z Compiling regex-syntax v0.6.29
26362026-04-06T15:20:42.414Z Compiling bindgen v0.71.1
26372026-04-06T15:20:42.485Z Compiling diff v0.1.13
26382026-04-06T15:20:42.899Z Compiling cexpr v0.6.0
26392026-04-06T15:20:43.070Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26402026-04-06T15:20:43.124Z Compiling typify v0.4.3
26412026-04-06T15:20:43.190Z Checking diesel v2.3.7
26422026-04-06T15:20:43.262Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26432026-04-06T15:20:43.295Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26442026-04-06T15:20:43.598Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26452026-04-06T15:20:43.631Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26462026-04-06T15:20:43.852Z Compiling lalrpop v0.19.12
26472026-04-06T15:20:43.913Z Compiling libxml v0.3.3
26482026-04-06T15:20:43.945Z Checking parse-size v1.1.0
26492026-04-06T15:20:43.977Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26502026-04-06T15:20:44.094Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26512026-04-06T15:20:44.414Z Checking p384 v0.13.1
26522026-04-06T15:20:44.493Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26532026-04-06T15:20:44.866Z Compiling strum_macros v0.24.3
26542026-04-06T15:20:44.965Z Compiling indoc v1.0.9
26552026-04-06T15:20:45.430Z Checking assert_matches v1.5.0
26562026-04-06T15:20:46.209Z Compiling progenitor-impl v0.10.0
26572026-04-06T15:20:46.241Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26582026-04-06T15:20:46.321Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26592026-04-06T15:20:46.542Z Checking predicates-tree v1.0.13
26602026-04-06T15:20:46.690Z Checking quick-xml v0.37.5
26612026-04-06T15:20:47.029Z Checking derive_builder v0.20.2
26622026-04-06T15:20:47.175Z Compiling oso-derive v0.27.3
26632026-04-06T15:20:47.234Z Compiling impl-trait-for-tuples v0.2.3
26642026-04-06T15:20:47.586Z Compiling trait-variant v0.1.2
26652026-04-06T15:20:47.683Z Checking openssl-probe v0.1.6
26662026-04-06T15:20:47.830Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26672026-04-06T15:20:48.144Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26682026-04-06T15:20:48.768Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26692026-04-06T15:20:48.822Z Compiling progenitor-macro v0.10.0
26702026-04-06T15:20:49.091Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26712026-04-06T15:20:49.370Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26722026-04-06T15:20:49.892Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26732026-04-06T15:20:51.083Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26742026-04-06T15:20:51.219Z Compiling progenitor-impl v0.11.2
26752026-04-06T15:20:51.899Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26762026-04-06T15:20:52.337Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26772026-04-06T15:20:52.971Z Compiling mime_guess v2.0.5
26782026-04-06T15:20:53.554Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26792026-04-06T15:20:53.753Z Checking progenitor v0.10.0
26802026-04-06T15:20:53.884Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26812026-04-06T15:20:53.917Z Compiling progenitor-macro v0.11.2
26822026-04-06T15:20:53.950Z Checking progenitor-client v0.11.2
26832026-04-06T15:20:54.096Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26842026-04-06T15:20:54.220Z Checking http-range v0.1.5
26852026-04-06T15:20:54.352Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26862026-04-06T15:20:54.416Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26872026-04-06T15:20:54.449Z Checking ignore v0.4.25
26882026-04-06T15:20:54.891Z Checking atty v0.2.14
26892026-04-06T15:20:55.018Z Checking globwalk v0.9.1
26902026-04-06T15:20:55.407Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26912026-04-06T15:20:55.441Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26922026-04-06T15:20:55.872Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-04-06T15:20:55.995Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26942026-04-06T15:20:56.101Z Checking bb8 v0.8.6
26952026-04-06T15:20:56.345Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26962026-04-06T15:20:56.421Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26972026-04-06T15:20:56.584Z Checking corncobs v0.1.4
26982026-04-06T15:20:56.750Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26992026-04-06T15:20:57.041Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27002026-04-06T15:20:57.083Z Checking hyper-staticfile v0.10.1
27012026-04-06T15:20:57.269Z Checking diesel-dtrace v0.5.0
27022026-04-06T15:20:57.399Z Checking async-bb8-diesel v0.2.1
27032026-04-06T15:20:57.432Z Checking camino-tempfile-ext v0.3.3
27042026-04-06T15:20:57.474Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-04-06T15:20:57.538Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27062026-04-06T15:20:57.656Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27072026-04-06T15:20:57.784Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27082026-04-06T15:20:57.851Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27092026-04-06T15:20:57.999Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27102026-04-06T15:20:58.570Z Checking signal-hook-tokio v0.3.1
27112026-04-06T15:20:58.732Z Checking secrecy v0.8.0
27122026-04-06T15:20:58.846Z Checking progenitor v0.11.2
27132026-04-06T15:20:58.893Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27142026-04-06T15:20:59.070Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27152026-04-06T15:20:59.158Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27162026-04-06T15:20:59.561Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27172026-04-06T15:20:59.603Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27182026-04-06T15:20:59.962Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27192026-04-06T15:20:59.998Z Checking nonempty v0.12.0
27202026-04-06T15:21:00.198Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27212026-04-06T15:21:00.231Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27222026-04-06T15:21:00.274Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27232026-04-06T15:21:00.545Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-04-06T15:21:00.621Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27252026-04-06T15:21:00.655Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27262026-04-06T15:21:00.822Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27272026-04-06T15:21:01.097Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27282026-04-06T15:21:01.555Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27292026-04-06T15:21:01.589Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27302026-04-06T15:21:01.825Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27312026-04-06T15:21:01.858Z Checking tungstenite v0.23.0
27322026-04-06T15:21:02.298Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27332026-04-06T15:21:02.332Z Checking tokio-tungstenite v0.23.1
27342026-04-06T15:21:02.585Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27352026-04-06T15:21:02.632Z Checking rand_seeder v0.4.0
27362026-04-06T15:21:02.814Z Checking void v1.0.2
27372026-04-06T15:21:02.952Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27382026-04-06T15:21:02.986Z Checking lzss v0.8.2
27392026-04-06T15:21:03.208Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27402026-04-06T15:21:03.363Z Checking nix v0.27.1
27412026-04-06T15:21:03.407Z Checking serde_bytes v0.11.19
27422026-04-06T15:21:03.481Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27432026-04-06T15:21:03.642Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27442026-04-06T15:21:03.688Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27452026-04-06T15:21:03.912Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27462026-04-06T15:21:04.392Z Checking is_ci v1.2.0
27472026-04-06T15:21:04.532Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27482026-04-06T15:21:04.585Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27492026-04-06T15:21:04.740Z Checking yansi v1.0.1
27502026-04-06T15:21:05.006Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27512026-04-06T15:21:05.057Z Checking pretty_assertions v1.4.1
27522026-04-06T15:21:05.206Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27532026-04-06T15:21:05.288Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27542026-04-06T15:21:05.321Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27552026-04-06T15:21:05.549Z Compiling darling_core v0.23.0
27562026-04-06T15:21:06.537Z Compiling indoc v2.0.7
27572026-04-06T15:21:06.743Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27582026-04-06T15:21:06.973Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-04-06T15:21:07.025Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-04-06T15:21:07.260Z Compiling instability v0.3.11
27612026-04-06T15:21:07.562Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27622026-04-06T15:21:07.652Z Compiling libz-sys v1.1.24
27632026-04-06T15:21:07.710Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27642026-04-06T15:21:07.784Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-04-06T15:21:08.058Z Checking castaway v0.2.4
27662026-04-06T15:21:08.155Z Compiling darling_macro v0.23.0
27672026-04-06T15:21:08.201Z Checking compact_str v0.8.1
27682026-04-06T15:21:08.611Z Checking supports-color v3.0.2
27692026-04-06T15:21:08.674Z Compiling darling v0.23.0
27702026-04-06T15:21:08.773Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27712026-04-06T15:21:09.002Z Checking unicode-truncate v1.1.0
27722026-04-06T15:21:09.064Z Checking console v0.16.2
27732026-04-06T15:21:09.214Z Checking lru v0.12.5
27742026-04-06T15:21:09.402Z Checking cassowary v0.3.0
27752026-04-06T15:21:09.433Z Checking unit-prefix v0.5.2
27762026-04-06T15:21:09.565Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27772026-04-06T15:21:09.597Z Checking indicatif v0.18.4
27782026-04-06T15:21:09.630Z Compiling libgit2-sys v0.18.3+1.9.2
27792026-04-06T15:21:09.662Z Checking ratatui v0.29.0
27802026-04-06T15:21:09.813Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27812026-04-06T15:21:10.152Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27822026-04-06T15:21:11.043Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27832026-04-06T15:21:11.274Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27842026-04-06T15:21:11.357Z Compiling vergen-git2 v1.0.7
27852026-04-06T15:21:11.401Z Checking plotters-backend v0.3.7
27862026-04-06T15:21:11.550Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27872026-04-06T15:21:11.627Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27882026-04-06T15:21:11.660Z Checking plotters-svg v0.3.7
27892026-04-06T15:21:11.775Z Checking colored v2.2.0
27902026-04-06T15:21:11.833Z Compiling rustls v0.21.12
27912026-04-06T15:21:11.868Z Checking cast v0.3.0
27922026-04-06T15:21:12.008Z Checking shell-words v1.1.1
27932026-04-06T15:21:12.048Z Checking criterion-plot v0.6.0
27942026-04-06T15:21:12.162Z Checking plotters v0.3.7
27952026-04-06T15:21:12.248Z Checking typeid v1.0.3
27962026-04-06T15:21:12.322Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27972026-04-06T15:21:12.382Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27982026-04-06T15:21:12.608Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27992026-04-06T15:21:12.835Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28002026-04-06T15:21:12.924Z Checking sct v0.7.1
28012026-04-06T15:21:13.093Z Checking rustls-webpki v0.101.7
28022026-04-06T15:21:13.286Z Checking tinytemplate v1.2.1
28032026-04-06T15:21:13.319Z Compiling nix v0.29.0
28042026-04-06T15:21:13.462Z Checking oorandom v11.1.5
28052026-04-06T15:21:13.533Z Checking anes v0.1.6
28062026-04-06T15:21:13.609Z Checking hex-literal v0.4.1
28072026-04-06T15:21:13.765Z Checking criterion v0.7.0
28082026-04-06T15:21:13.829Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28092026-04-06T15:21:15.096Z Checking erased-serde v0.4.9
28102026-04-06T15:21:15.137Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28112026-04-06T15:21:15.476Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28122026-04-06T15:21:16.288Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28132026-04-06T15:21:17.061Z Checking ordered-float v2.10.1
28142026-04-06T15:21:17.327Z Checking serde-value v0.7.0
28152026-04-06T15:21:17.575Z Checking serde-untagged v0.1.9
28162026-04-06T15:21:17.807Z Checking tokio-rustls v0.24.1
28172026-04-06T15:21:18.090Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28182026-04-06T15:21:18.293Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28192026-04-06T15:21:18.519Z Checking rustls-pemfile v1.0.4
28202026-04-06T15:21:18.692Z Checking twox-hash v2.1.2
28212026-04-06T15:21:18.896Z Checking unicode-xid v0.2.6
28222026-04-06T15:21:19.054Z Checking cargo-util-schemas v0.8.2
28232026-04-06T15:21:19.097Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28242026-04-06T15:21:19.969Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28252026-04-06T15:21:20.089Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28262026-04-06T15:21:20.272Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28272026-04-06T15:21:20.652Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28282026-04-06T15:21:20.845Z Checking fatfs v0.3.6
28292026-04-06T15:21:21.355Z Checking cargo-platform v0.2.0
28302026-04-06T15:21:21.580Z Compiling petname v2.0.2
28312026-04-06T15:21:21.614Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28322026-04-06T15:21:22.102Z Compiling seq-macro v0.3.6
28332026-04-06T15:21:22.658Z Checking cargo_metadata v0.21.0
28342026-04-06T15:21:22.781Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28352026-04-06T15:21:22.949Z Checking concurrent-queue v2.5.0
28362026-04-06T15:21:23.169Z Checking rtoolbox v0.0.3
28372026-04-06T15:21:23.230Z Checking parking v2.2.1
28382026-04-06T15:21:23.334Z Checking futures-timer v3.0.3
28392026-04-06T15:21:23.380Z Checking event-listener v5.4.1
28402026-04-06T15:21:23.438Z Checking rpassword v7.4.0
28412026-04-06T15:21:23.580Z Checking tui-tree-widget v0.23.1
28422026-04-06T15:21:23.629Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28432026-04-06T15:21:23.794Z Checking polyval v0.6.2
28442026-04-06T15:21:23.827Z Checking sapling-renderdag v0.1.0
28452026-04-06T15:21:23.945Z Checking sync-ptr v0.1.4
28462026-04-06T15:21:23.990Z Checking ghash v0.5.1
28472026-04-06T15:21:24.094Z Checking event-listener-strategy v0.5.4
28482026-04-06T15:21:24.097Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28492026-04-06T15:21:24.158Z Checking ctr v0.9.2
28502026-04-06T15:21:24.258Z Checking constant_time_eq v0.4.2
28512026-04-06T15:21:24.346Z Checking arrayref v0.3.9
28522026-04-06T15:21:24.379Z Checking arrayvec v0.7.6
28532026-04-06T15:21:24.427Z Checking aes-gcm v0.10.3
28542026-04-06T15:21:24.502Z Checking async-lock v3.4.2
28552026-04-06T15:21:24.593Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28562026-04-06T15:21:24.626Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28572026-04-06T15:21:24.914Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28582026-04-06T15:21:25.523Z Compiling samael v0.0.19
28592026-04-06T15:21:25.567Z Checking ssh-encoding v0.2.0
28602026-04-06T15:21:25.602Z Checking blowfish v0.9.1
28612026-04-06T15:21:25.784Z Checking bcrypt-pbkdf v0.10.0
28622026-04-06T15:21:25.788Z Checking ssh-cipher v0.2.0
28632026-04-06T15:21:26.000Z Checking async-object-pool v0.2.0
28642026-04-06T15:21:26.040Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28652026-04-06T15:21:26.146Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28662026-04-06T15:21:26.371Z Checking serde_regex v1.1.0
28672026-04-06T15:21:26.564Z Checking password-hash v0.4.2
28682026-04-06T15:21:26.810Z Checking assert-json-diff v2.0.2
28692026-04-06T15:21:26.813Z Checking path-tree v0.8.3
28702026-04-06T15:21:27.010Z Checking gimli v0.32.3
28712026-04-06T15:21:27.055Z Checking stringmetrics v2.2.2
28722026-04-06T15:21:27.235Z Compiling target-lexicon v0.13.3
28732026-04-06T15:21:27.272Z Checking httpmock v0.8.3
28742026-04-06T15:21:27.811Z Checking pbkdf2 v0.11.0
28752026-04-06T15:21:28.016Z Checking ssh-key v0.6.7
28762026-04-06T15:21:28.580Z Checking addr2line v0.25.1
28772026-04-06T15:21:28.883Z Checking p521 v0.13.3
28782026-04-06T15:21:29.445Z Checking p256 v0.13.2
28792026-04-06T15:21:29.509Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28802026-04-06T15:21:29.726Z Checking russh-cryptovec v0.7.3
28812026-04-06T15:21:29.761Z Checking rustc-demangle v0.1.27
28822026-04-06T15:21:29.894Z Compiling guppy-workspace-hack v0.1.0
28832026-04-06T15:21:30.019Z Checking md5 v0.7.0
28842026-04-06T15:21:30.148Z Checking backtrace v0.3.76
28852026-04-06T15:21:30.224Z Checking russh-keys v0.45.0
28862026-04-06T15:21:30.459Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28872026-04-06T15:21:30.491Z Checking num-bigint v0.4.6
28882026-04-06T15:21:30.609Z Checking des v0.8.1
28892026-04-06T15:21:30.902Z Compiling blake3 v1.8.3
28902026-04-06T15:21:30.959Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28912026-04-06T15:21:31.300Z Compiling target-spec v3.5.7
28922026-04-06T15:21:31.401Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28932026-04-06T15:21:31.500Z Checking russh v0.45.0
28942026-04-06T15:21:31.822Z Checking backtrace-ext v0.2.1
28952026-04-06T15:21:31.967Z Checking cfg-expr v0.20.6
28962026-04-06T15:21:32.137Z Checking supports-color v2.1.0
28972026-04-06T15:21:32.167Z Checking textwrap v0.15.2
28982026-04-06T15:21:32.303Z Checking supports-hyperlinks v2.1.0
28992026-04-06T15:21:32.387Z Checking supports-unicode v2.1.0
29002026-04-06T15:21:32.418Z Checking hashbrown v0.14.5
29012026-04-06T15:21:32.453Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29022026-04-06T15:21:32.530Z Checking cargo-platform v0.3.2
29032026-04-06T15:21:32.679Z Checking terminal_size v0.1.17
29042026-04-06T15:21:32.740Z Checking socket2 v0.5.10
29052026-04-06T15:21:32.817Z Compiling miette-derive v5.10.0
29062026-04-06T15:21:32.924Z Checking owo-colors v3.5.0
29072026-04-06T15:21:33.017Z Checking internet-checksum v0.2.1
29082026-04-06T15:21:33.171Z Checking chumsky v0.9.3
29092026-04-06T15:21:33.420Z Checking cargo_metadata v0.23.1
29102026-04-06T15:21:33.964Z Checking miette v5.10.0
29112026-04-06T15:21:34.184Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29122026-04-06T15:21:34.222Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29132026-04-06T15:21:34.302Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29142026-04-06T15:21:34.468Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29152026-04-06T15:21:34.634Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29162026-04-06T15:21:34.745Z Compiling knuffel-derive v3.2.0
29172026-04-06T15:21:34.979Z Checking httptest v0.16.4
29182026-04-06T15:21:35.123Z Checking pathdiff v0.2.3
29192026-04-06T15:21:35.263Z Checking nested v0.1.1
29202026-04-06T15:21:35.395Z Checking topological-sort v0.2.2
29212026-04-06T15:21:35.432Z Checking guppy v0.17.25
29222026-04-06T15:21:35.487Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29232026-04-06T15:21:35.565Z Checking omicron-zone-package v0.12.2
29242026-04-06T15:21:35.674Z Compiling git2 v0.20.4
29252026-04-06T15:21:35.727Z Checking similar-asserts v1.7.0
29262026-04-06T15:21:35.926Z Compiling rstest_macros v0.25.0
29272026-04-06T15:21:36.243Z Compiling target-triple v1.0.0
29282026-04-06T15:21:36.277Z Checking knuffel v3.2.0
29292026-04-06T15:21:36.431Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29302026-04-06T15:21:36.605Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29312026-04-06T15:21:36.637Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29322026-04-06T15:21:36.672Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29332026-04-06T15:21:36.902Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29342026-04-06T15:21:36.934Z Checking hickory-client v0.25.2
29352026-04-06T15:21:37.247Z Checking tokio-test v0.4.5
29362026-04-06T15:21:37.482Z Checking toml_datetime v1.0.0+spec-1.1.0
29372026-04-06T15:21:37.525Z Compiling relative-path v1.9.3
29382026-04-06T15:21:37.725Z Checking escape8259 v0.5.3
29392026-04-06T15:21:37.897Z Compiling assert_cmd v2.1.2
29402026-04-06T15:21:38.220Z Checking libtest-mimic v0.8.1
29412026-04-06T15:21:38.478Z Checking toml v1.0.3+spec-1.1.0
29422026-04-06T15:21:38.673Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29432026-04-06T15:21:38.813Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29442026-04-06T15:21:39.066Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29452026-04-06T15:21:39.098Z Checking blake2b_simd v1.0.4
29462026-04-06T15:21:39.505Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29472026-04-06T15:21:39.539Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29482026-04-06T15:21:39.924Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29492026-04-06T15:21:39.958Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29502026-04-06T15:21:40.184Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29512026-04-06T15:21:40.424Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29522026-04-06T15:21:40.658Z Checking fancy-regex v0.14.0
29532026-04-06T15:21:40.892Z Checking serde_tokenstream v0.2.3
29542026-04-06T15:21:41.105Z Checking uzers v0.12.2
29552026-04-06T15:21:41.158Z Compiling linkme-impl v0.3.35
29562026-04-06T15:21:41.191Z Compiling polar-core v0.27.3
29572026-04-06T15:21:41.352Z Checking constant_time_eq v0.3.1
29582026-04-06T15:21:41.475Z Checking termcolor v1.4.1
29592026-04-06T15:21:41.508Z Checking rust-argon2 v2.1.0
29602026-04-06T15:21:41.732Z Checking trybuild v1.0.116
29612026-04-06T15:21:41.899Z Checking datatest-stable v0.3.3
29622026-04-06T15:21:42.022Z Checking rstest v0.25.0
29632026-04-06T15:21:42.391Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29642026-04-06T15:21:42.492Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29652026-04-06T15:21:42.723Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29662026-04-06T15:21:42.816Z Checking support-bundle-viewer v0.1.2
29672026-04-06T15:21:43.090Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29682026-04-06T15:21:43.327Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29692026-04-06T15:21:43.388Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29702026-04-06T15:21:43.567Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29712026-04-06T15:21:43.630Z Checking drift v0.1.3
29722026-04-06T15:21:43.800Z Checking rand_distr v0.5.1
29732026-04-06T15:21:43.969Z Checking multimap v0.10.1
29742026-04-06T15:21:44.177Z Checking approx v0.5.1
29752026-04-06T15:21:44.244Z Compiling linkme v0.3.35
29762026-04-06T15:21:44.360Z Checking dropshot-api-manager v0.6.0
29772026-04-06T15:21:45.180Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29782026-04-06T15:21:45.580Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29792026-04-06T15:21:45.707Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29802026-04-06T15:21:45.767Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29812026-04-06T15:21:45.969Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29822026-04-06T15:21:46.027Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29832026-04-06T15:21:46.197Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29842026-04-06T15:21:46.300Z Checking oso v0.27.3
29852026-04-06T15:21:46.344Z Checking partial-io v0.5.4
29862026-04-06T15:21:46.378Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29872026-04-06T15:21:46.592Z Checking cargo_toml v0.21.0
29882026-04-06T15:21:46.622Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29892026-04-06T15:21:46.657Z Checking termios v0.3.3
29902026-04-06T15:21:46.829Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29912026-04-06T15:21:47.073Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29922026-04-06T15:21:47.471Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29932026-04-06T15:21:48.229Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29942026-04-06T15:21:50.842Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29952026-04-06T15:21:55.423Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29962026-04-06T15:21:55.819Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29972026-04-06T15:21:59.009Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
29982026-04-06T15:22:02.436Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
29992026-04-06T15:22:07.545Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30002026-04-06T15:22:10.575Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30012026-04-06T15:22:15.618Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30022026-04-06T15:22:15.648Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30032026-04-06T15:22:15.649Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30042026-04-06T15:22:22.006Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30052026-04-06T15:23:36.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 58s
30062026-04-06T15:23:37.541Z
30072026-04-06T15:23:37.541Zreal 4:01.997448278
30082026-04-06T15:23:37.541Zuser 20:26.814830423
30092026-04-06T15:23:37.541Zsys 4:41.998399588
30102026-04-06T15:23:37.545Ztrap 0.495599538
30112026-04-06T15:23:37.545Ztflt 0.111455470
30122026-04-06T15:23:37.545Zdflt 0.239680744
30132026-04-06T15:23:37.545Zkflt 0.000827046
30142026-04-06T15:23:37.545Zlock 56:17.352955035
30152026-04-06T15:23:37.545Zslp 56:05.233316024
30162026-04-06T15:23:37.545Zlat 1:49.007719012
30172026-04-06T15:23:37.545Zstop 10:30.879824500
30182026-04-06T15:23:37.545Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30192026-04-06T15:23:37.545Z+ ptime -m cargo doc --workspace --no-deps
30202026-04-06T15:23:38.417Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30212026-04-06T15:23:38.417Z |
30222026-04-06T15:23:38.417Z = 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)`
30232026-04-06T15:23:38.417Z = 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>
30242026-04-06T15:23:39.349Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30252026-04-06T15:23:39.573Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30262026-04-06T15:23:39.616Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30272026-04-06T15:23:39.680Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30282026-04-06T15:23:39.751Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30292026-04-06T15:23:39.852Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30302026-04-06T15:23:39.877Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30312026-04-06T15:23:39.904Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30322026-04-06T15:23:39.932Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30332026-04-06T15:23:39.983Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30342026-04-06T15:23:40.142Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30352026-04-06T15:23:40.169Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30362026-04-06T15:23:40.190Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30372026-04-06T15:23:40.213Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30382026-04-06T15:23:40.216Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30392026-04-06T15:23:40.260Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30402026-04-06T15:23:40.306Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30412026-04-06T15:23:40.371Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30422026-04-06T15:23:40.397Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30432026-04-06T15:23:40.438Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30442026-04-06T15:23:40.467Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30452026-04-06T15:23:40.776Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30462026-04-06T15:23:40.894Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30472026-04-06T15:23:40.957Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30482026-04-06T15:23:41.068Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30492026-04-06T15:23:41.091Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30502026-04-06T15:23:41.114Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30512026-04-06T15:23:41.213Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30522026-04-06T15:23:41.345Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30532026-04-06T15:23:41.391Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30542026-04-06T15:23:41.506Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30552026-04-06T15:23:41.686Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30562026-04-06T15:23:41.709Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30572026-04-06T15:23:41.891Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30582026-04-06T15:23:41.952Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30592026-04-06T15:23:42.061Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30602026-04-06T15:23:42.085Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30612026-04-06T15:23:42.176Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30622026-04-06T15:23:42.236Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30632026-04-06T15:23:42.291Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30642026-04-06T15:23:42.471Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30652026-04-06T15:23:42.564Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30662026-04-06T15:23:42.661Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30672026-04-06T15:23:42.733Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30682026-04-06T15:23:42.810Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30692026-04-06T15:23:42.910Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30702026-04-06T15:23:42.934Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30712026-04-06T15:23:43.098Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30722026-04-06T15:23:43.172Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30732026-04-06T15:23:43.195Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30742026-04-06T15:23:43.265Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30752026-04-06T15:23:43.384Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30762026-04-06T15:23:43.407Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30772026-04-06T15:23:43.410Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30782026-04-06T15:23:43.575Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30792026-04-06T15:23:43.663Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30802026-04-06T15:23:43.684Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30812026-04-06T15:23:43.705Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30822026-04-06T15:23:43.812Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30832026-04-06T15:23:43.889Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30842026-04-06T15:23:43.916Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30852026-04-06T15:23:44.045Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30862026-04-06T15:23:44.075Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30872026-04-06T15:23:44.128Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30882026-04-06T15:23:44.159Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30892026-04-06T15:23:44.282Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30902026-04-06T15:23:44.337Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30912026-04-06T15:23:44.367Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30922026-04-06T15:23:44.537Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30932026-04-06T15:23:44.561Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30942026-04-06T15:23:44.565Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30952026-04-06T15:23:44.608Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30962026-04-06T15:23:44.629Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30972026-04-06T15:23:44.983Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30982026-04-06T15:23:45.006Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30992026-04-06T15:23:45.333Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31002026-04-06T15:23:45.706Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31012026-04-06T15:23:45.778Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31022026-04-06T15:23:45.940Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31032026-04-06T15:23:46.228Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31042026-04-06T15:23:46.251Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31052026-04-06T15:23:46.410Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31062026-04-06T15:23:46.715Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31072026-04-06T15:23:46.952Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31082026-04-06T15:23:47.181Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31092026-04-06T15:23:47.261Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31102026-04-06T15:23:47.755Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31112026-04-06T15:23:48.430Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31122026-04-06T15:23:48.979Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31132026-04-06T15:23:49.007Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31142026-04-06T15:23:49.146Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31152026-04-06T15:23:49.174Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31162026-04-06T15:23:49.306Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31172026-04-06T15:23:49.702Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31182026-04-06T15:23:50.001Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31192026-04-06T15:23:50.047Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31202026-04-06T15:23:50.260Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31212026-04-06T15:23:50.333Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31222026-04-06T15:23:50.417Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31232026-04-06T15:23:50.573Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31242026-04-06T15:23:50.671Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31252026-04-06T15:23:50.722Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31262026-04-06T15:23:50.795Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31272026-04-06T15:23:50.898Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31282026-04-06T15:23:50.970Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31292026-04-06T15:23:51.445Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31302026-04-06T15:23:51.762Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31312026-04-06T15:23:52.026Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31322026-04-06T15:23:52.599Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31332026-04-06T15:23:52.993Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31342026-04-06T15:23:52.996Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31352026-04-06T15:23:53.711Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31362026-04-06T15:23:53.895Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31372026-04-06T15:23:54.049Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31382026-04-06T15:23:54.336Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31392026-04-06T15:23:54.606Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31402026-04-06T15:23:54.631Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31412026-04-06T15:23:54.908Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31422026-04-06T15:23:55.251Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31432026-04-06T15:23:55.361Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31442026-04-06T15:23:55.484Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31452026-04-06T15:23:55.520Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31462026-04-06T15:23:55.647Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31472026-04-06T15:23:55.841Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31482026-04-06T15:23:56.555Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31492026-04-06T15:23:56.581Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31502026-04-06T15:23:56.916Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31512026-04-06T15:23:57.314Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31522026-04-06T15:23:57.586Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31532026-04-06T15:23:57.995Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31542026-04-06T15:23:58.881Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31552026-04-06T15:23:58.905Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31562026-04-06T15:23:59.537Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31572026-04-06T15:23:59.611Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31582026-04-06T15:23:59.635Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31592026-04-06T15:24:00.096Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31602026-04-06T15:24:00.265Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31612026-04-06T15:24:00.572Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31622026-04-06T15:24:00.596Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31632026-04-06T15:24:01.140Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31642026-04-06T15:24:01.283Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31652026-04-06T15:24:01.307Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31662026-04-06T15:24:01.350Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31672026-04-06T15:24:01.770Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31682026-04-06T15:24:01.883Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31692026-04-06T15:24:02.833Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31702026-04-06T15:24:03.866Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31712026-04-06T15:24:04.504Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31722026-04-06T15:24:04.527Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31732026-04-06T15:24:05.388Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31742026-04-06T15:24:05.679Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31752026-04-06T15:24:05.758Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31762026-04-06T15:24:07.166Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31772026-04-06T15:24:07.207Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31782026-04-06T15:24:07.454Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31792026-04-06T15:24:08.701Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31802026-04-06T15:24:08.770Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31812026-04-06T15:24:08.954Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31822026-04-06T15:24:09.505Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31832026-04-06T15:24:10.329Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31842026-04-06T15:24:10.424Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31852026-04-06T15:24:10.954Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31862026-04-06T15:24:11.165Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31872026-04-06T15:24:11.304Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31882026-04-06T15:24:11.573Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31892026-04-06T15:24:11.640Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31902026-04-06T15:24:11.807Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31912026-04-06T15:24:12.104Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31922026-04-06T15:24:12.328Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31932026-04-06T15:24:12.718Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31942026-04-06T15:24:13.041Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31952026-04-06T15:24:13.075Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31962026-04-06T15:24:13.570Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
31972026-04-06T15:24:13.662Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31982026-04-06T15:24:13.798Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31992026-04-06T15:24:14.030Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32002026-04-06T15:24:14.298Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32012026-04-06T15:24:14.496Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32022026-04-06T15:24:15.021Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32032026-04-06T15:24:15.520Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32042026-04-06T15:24:16.029Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32052026-04-06T15:24:17.160Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32062026-04-06T15:24:18.328Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32072026-04-06T15:24:19.547Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32082026-04-06T15:24:20.075Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32092026-04-06T15:24:20.480Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32102026-04-06T15:24:21.787Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32112026-04-06T15:24:23.634Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32122026-04-06T15:24:24.365Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32132026-04-06T15:24:25.334Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32142026-04-06T15:24:25.731Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32152026-04-06T15:24:26.104Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32162026-04-06T15:24:29.706Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32172026-04-06T15:24:29.710Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32182026-04-06T15:24:30.010Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32192026-04-06T15:24:30.255Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32202026-04-06T15:24:31.137Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32212026-04-06T15:24:31.141Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32222026-04-06T15:24:31.172Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32232026-04-06T15:24:33.992Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32242026-04-06T15:24:34.685Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32252026-04-06T15:24:37.328Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32262026-04-06T15:24:38.132Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32272026-04-06T15:24:39.015Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32282026-04-06T15:24:39.914Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32292026-04-06T15:24:40.616Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32302026-04-06T15:24:41.280Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32312026-04-06T15:24:41.929Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32322026-04-06T15:24:42.795Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32332026-04-06T15:24:44.209Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32342026-04-06T15:24:45.140Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32352026-04-06T15:24:45.173Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32362026-04-06T15:24:45.893Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32372026-04-06T15:24:46.665Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32382026-04-06T15:24:47.805Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32392026-04-06T15:24:49.029Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32402026-04-06T15:24:51.977Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32412026-04-06T15:24:52.567Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32422026-04-06T15:24:53.377Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32432026-04-06T15:24:54.313Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32442026-04-06T15:24:55.332Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32452026-04-06T15:24:56.156Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32462026-04-06T15:24:58.664Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32472026-04-06T15:24:58.994Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32482026-04-06T15:25:00.062Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32492026-04-06T15:25:01.161Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32502026-04-06T15:25:02.426Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32512026-04-06T15:25:03.916Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32522026-04-06T15:25:05.049Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32532026-04-06T15:25:09.491Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32542026-04-06T15:25:10.936Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32552026-04-06T15:25:12.605Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32562026-04-06T15:25:14.178Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32572026-04-06T15:25:15.756Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32582026-04-06T15:25:17.222Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32592026-04-06T15:25:20.587Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32602026-04-06T15:25:22.251Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32612026-04-06T15:25:22.375Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32622026-04-06T15:25:23.798Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32632026-04-06T15:25:25.548Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32642026-04-06T15:25:27.177Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32652026-04-06T15:25:29.157Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32662026-04-06T15:25:31.039Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32672026-04-06T15:25:32.685Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32682026-04-06T15:25:34.748Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32692026-04-06T15:25:36.189Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32702026-04-06T15:25:37.957Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32712026-04-06T15:25:39.665Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32722026-04-06T15:25:41.397Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32732026-04-06T15:25:42.890Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32742026-04-06T15:25:45.050Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32752026-04-06T15:25:46.766Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32762026-04-06T15:25:48.311Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32772026-04-06T15:25:50.400Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32782026-04-06T15:25:52.220Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32792026-04-06T15:25:54.033Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32802026-04-06T15:25:56.531Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32812026-04-06T15:25:58.045Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
32822026-04-06T15:26:00.284Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32832026-04-06T15:26:02.274Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-04-06T15:26:04.239Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32852026-04-06T15:26:06.285Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32862026-04-06T15:26:08.269Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32872026-04-06T15:26:11.754Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32882026-04-06T15:26:12.730Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32892026-04-06T15:26:14.899Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32902026-04-06T15:26:17.080Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32912026-04-06T15:26:19.276Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32922026-04-06T15:26:21.474Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32932026-04-06T15:26:23.665Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32942026-04-06T15:26:25.755Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32952026-04-06T15:26:27.980Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32962026-04-06T15:26:30.418Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32972026-04-06T15:26:32.282Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32982026-04-06T15:26:34.412Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32992026-04-06T15:26:36.973Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33002026-04-06T15:26:38.624Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33012026-04-06T15:26:40.802Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33022026-04-06T15:26:42.964Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33032026-04-06T15:26:45.120Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33042026-04-06T15:26:47.292Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33052026-04-06T15:26:49.593Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33062026-04-06T15:26:51.596Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33072026-04-06T15:26:53.803Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33082026-04-06T15:26:56.110Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33092026-04-06T15:26:58.345Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33102026-04-06T15:27:00.562Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33112026-04-06T15:27:02.775Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33122026-04-06T15:27:04.949Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33132026-04-06T15:27:07.173Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33142026-04-06T15:27:09.369Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33152026-04-06T15:27:11.791Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33162026-04-06T15:27:13.861Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33172026-04-06T15:27:16.195Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33182026-04-06T15:27:18.377Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33192026-04-06T15:27:20.547Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33202026-04-06T15:27:22.890Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33212026-04-06T15:27:25.079Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33222026-04-06T15:27:27.437Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33232026-04-06T15:27:29.546Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33242026-04-06T15:27:32.464Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33252026-04-06T15:27:34.721Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33262026-04-06T15:27:37.143Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33272026-04-06T15:27:39.548Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33282026-04-06T15:27:41.921Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33292026-04-06T15:27:44.345Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33302026-04-06T15:27:46.813Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33312026-04-06T15:27:49.690Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33322026-04-06T15:27:51.932Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33332026-04-06T15:27:54.406Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33342026-04-06T15:28:01.815Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33352026-04-06T15:28:02.025Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33362026-04-06T15:28:05.222Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33372026-04-06T15:28:08.539Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33382026-04-06T15:28:11.961Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33392026-04-06T15:28:15.164Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33402026-04-06T15:28:18.574Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33412026-04-06T15:28:21.694Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33422026-04-06T15:28:25.022Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33432026-04-06T15:28:28.323Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33442026-04-06T15:28:31.581Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33452026-04-06T15:28:34.833Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33462026-04-06T15:28:39.520Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33472026-04-06T15:28:42.311Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33482026-04-06T15:28:45.948Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33492026-04-06T15:28:49.421Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33502026-04-06T15:28:52.970Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33512026-04-06T15:28:56.515Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33522026-04-06T15:29:00.091Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33532026-04-06T15:29:03.731Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33542026-04-06T15:29:07.352Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33552026-04-06T15:29:10.977Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33562026-04-06T15:29:14.536Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33572026-04-06T15:29:18.158Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33582026-04-06T15:29:21.792Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33592026-04-06T15:29:25.364Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33602026-04-06T15:29:54.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 16s
33612026-04-06T15:29:54.278Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33622026-04-06T15:29:54.379Z
33632026-04-06T15:29:54.383Zreal 6:16.691855082
33642026-04-06T15:29:54.383Zuser 17:13.071946827
33652026-04-06T15:29:54.383Zsys 3:38.043197080
33662026-04-06T15:29:54.383Ztrap 0.255524951
33672026-04-06T15:29:54.383Ztflt 0.019523345
33682026-04-06T15:29:54.383Zdflt 0.015607415
33692026-04-06T15:29:54.383Zkflt 0.000032873
33702026-04-06T15:29:54.383Zlock 5:43:11.339132847
33712026-04-06T15:29:54.383Zslp 2:05:51.207683281
33722026-04-06T15:29:54.383Zlat 33.877700051
33732026-04-06T15:29:54.383Zstop 1:34.953249944
33742026-04-06T15:29:54.383Zprocess exited: duration 795281 ms, exit code 0
 
33752026-04-06T15:29:54.391Zfound 0 output files