01KG93SB0Z3A0S4A0TNRB46QF5: clippy (helios)

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

Buildomat Job: 01KG93SWADWV0BPJBV9Z21JW27

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-31T04:09:34.991Zjob assigned to worker 01KG93T3YC65YG1N1QM2EEXFHH [factory aws, i-06e2b2d86b8bce703] (queued for 1 m 5 s)
 
22026-01-31T04:09:43.417Zstarting task 0: "setup"
32026-01-31T04:09:43.422Z++ uname -s
42026-01-31T04:09:43.425Z+ kern=SunOS
52026-01-31T04:09:43.425Z+ build_user=build
62026-01-31T04:09:43.425Z+ build_uid=12345
72026-01-31T04:09:43.425Z+ work_dir=/work
82026-01-31T04:09:43.425Z+ input_dir=/input
92026-01-31T04:09:43.425Z+ [[ 0 == 12345 ]]
102026-01-31T04:09:43.425Z+ case "$kern" in
112026-01-31T04:09:43.425Z+ groupadd -g 12345 build
122026-01-31T04:09:43.428Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-31T04:09:45.437Z+ zfs create -o mountpoint=/work rpool/work
142026-01-31T04:09:45.559Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-31T04:09:45.562Z+ home_fs=zfs
162026-01-31T04:09:45.562Z+ [[ zfs == autofs ]]
172026-01-31T04:09:45.562Z+ mkdir -p /home/build
182026-01-31T04:09:45.565Z+ chown build:build /home/build /work
192026-01-31T04:09:46.566Z+ chmod 0700 /home/build /work
202026-01-31T04:09:46.569Zprocess exited: duration 3153 ms, exit code 0
 
212026-01-31T04:09:46.576Zstarting task 1: "rust-toolchain"
222026-01-31T04:09:46.581Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-01-31T04:09:46.581Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-01-31T04:09:46.581Z * rust toolchain channel = "1.91.1"
252026-01-31T04:09:46.581Z * rust toolchain profile = "default"
262026-01-31T04:09:46.581Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-31T04:09:46.581Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-31T04:09:46.586Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-31T04:09:46.586Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-01-31T04:09:46.723Zinfo: downloading installer
312026-01-31T04:09:48.369Zwarn: It looks like you have an existing installation of Rust at:
322026-01-31T04:09:48.369Zwarn: /opt/ooce/bin
332026-01-31T04:09:48.369Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-31T04:09:48.369Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-31T04:09:48.369Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-31T04:09:48.369Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-31T04:09:48.369Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-31T04:09:48.369Zerror: cannot install while Rust is installed
392026-01-31T04:09:48.369Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-31T04:09:48.386Zinfo: profile set to 'default'
412026-01-31T04:09:48.386Zinfo: default host triple is x86_64-unknown-illumos
422026-01-31T04:09:48.389Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-01-31T04:09:48.587Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-01-31T04:09:48.587Zinfo: downloading component 'cargo'
452026-01-31T04:09:49.435Zinfo: downloading component 'clippy'
462026-01-31T04:09:49.832Zinfo: downloading component 'rust-docs'
472026-01-31T04:09:51.077Zinfo: downloading component 'rust-std'
482026-01-31T04:09:52.835Zinfo: downloading component 'rustc'
492026-01-31T04:10:00.394Zinfo: downloading component 'rustfmt'
502026-01-31T04:10:00.643Zinfo: installing component 'cargo'
512026-01-31T04:10:01.557Zinfo: installing component 'clippy'
522026-01-31T04:10:01.955Zinfo: installing component 'rust-docs'
532026-01-31T04:10:03.909Zinfo: installing component 'rust-std'
542026-01-31T04:10:05.714Zinfo: installing component 'rustc'
552026-01-31T04:10:12.479Zinfo: installing component 'rustfmt'
562026-01-31T04:10:12.818Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-01-31T04:10:12.818Z
582026-01-31T04:10:13.318Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-01-31T04:10:13.318Z
602026-01-31T04:10:13.322Z
612026-01-31T04:10:13.322ZRust is installed now. Great!
622026-01-31T04:10:13.322Z
632026-01-31T04:10:13.322ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-31T04:10:13.322Zenvironment variable. This has not been done automatically.
652026-01-31T04:10:13.322Z
662026-01-31T04:10:13.322ZTo configure your current shell, you need to source
672026-01-31T04:10:13.322Zthe corresponding env file under $HOME/.cargo.
682026-01-31T04:10:13.322Z
692026-01-31T04:10:13.322ZThis is usually done by running one of the following (note the leading DOT):
702026-01-31T04:10:13.322Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-31T04:10:13.322Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-31T04:10:13.322Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-31T04:10:13.426Z+ rustup --version
742026-01-31T04:10:13.438Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-31T04:10:13.441Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-31T04:10:13.526Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-01-31T04:10:13.530Z+ cargo --version
782026-01-31T04:10:13.601Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-01-31T04:10:13.605Z+ rustc --version
802026-01-31T04:10:13.680Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-01-31T04:10:13.684Zprocess exited: duration 27103 ms, exit code 0
 
822026-01-31T04:10:13.690Zstarting task 2: "authentication"
832026-01-31T04:10:13.713Zprocess exited: duration 22 ms, exit code 0
 
842026-01-31T04:10:13.721Zstarting task 3: "clone repository"
852026-01-31T04:10:13.724Z+ mkdir -p /work/oxidecomputer/omicron
862026-01-31T04:10:13.727Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-01-31T04:10:13.766ZCloning into '/work/oxidecomputer/omicron'...
882026-01-31T04:11:09.411Z+ cd /work/oxidecomputer/omicron
892026-01-31T04:11:09.411Z+ git fetch origin 76eec9d1226b4821e8b9937243a3e24644b52085
902026-01-31T04:11:10.142ZFrom https://github.com/oxidecomputer/omicron
912026-01-31T04:11:10.142Z * branch 76eec9d1226b4821e8b9937243a3e24644b52085 -> FETCH_HEAD
922026-01-31T04:11:10.154Z+ [[ -n update-networking-deps ]]
932026-01-31T04:11:10.156Z++ git branch --show-current
942026-01-31T04:11:10.159Z+ current=main
952026-01-31T04:11:10.159Z+ [[ main != update-networking-deps ]]
962026-01-31T04:11:10.159Z+ git branch -f update-networking-deps 76eec9d1226b4821e8b9937243a3e24644b52085
972026-01-31T04:11:10.162Z+ git checkout -f update-networking-deps
982026-01-31T04:11:10.641ZSwitched to branch 'update-networking-deps'
992026-01-31T04:11:10.644Z+ git reset --hard 76eec9d1226b4821e8b9937243a3e24644b52085
1002026-01-31T04:11:10.661ZHEAD is now at 76eec9d12 Pull in latest networking dependencies
1012026-01-31T04:11:10.664Zprocess exited: duration 56934 ms, exit code 0
 
1022026-01-31T04:11:10.669Zstarting task 4: "build"
1032026-01-31T04:11:10.674Z+ source ./env.sh
1042026-01-31T04:11:10.674Z++ OLD_SHELL_OPTS=ehxB
1052026-01-31T04:11:10.674Z++ set -o xtrace
1062026-01-31T04:11:10.677Z++++ dirname ./env.sh
1072026-01-31T04:11:10.680Z+++ readlink -f .
1082026-01-31T04:11:10.683Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092026-01-31T04:11:10.683Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-01-31T04:11:10.683Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-01-31T04:11:10.683Z++ 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
1122026-01-31T04:11:10.683Z++ 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
1132026-01-31T04:11:10.683Z++ 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
1142026-01-31T04:11:10.683Z++ 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
1152026-01-31T04:11:10.683Z++ 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
1162026-01-31T04:11:10.683Z++ 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
1172026-01-31T04:11:10.683Z++ case $OLD_SHELL_OPTS in
1182026-01-31T04:11:10.683Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192026-01-31T04:11:10.684Z+ source .github/buildomat/ci-env.sh
1202026-01-31T04:11:10.684Z++ export CARGO_TERM_COLOR=always
1212026-01-31T04:11:10.684Z++ CARGO_TERM_COLOR=always
1222026-01-31T04:11:10.684Z+ cargo --version
1232026-01-31T04:11:10.744Zcargo 1.91.1 (ea2d97820 2025-10-10)
1242026-01-31T04:11:10.747Z+ rustc --version
1252026-01-31T04:11:10.820Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1262026-01-31T04:11:10.823Z+ banner prerequisites
1272026-01-31T04:11:10.826Z
1282026-01-31T04:11:10.826Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-01-31T04:11:10.826Z # # # # # # # # # # # # # # #
1302026-01-31T04:11:10.826Z # # # # ##### # # ##### # # # # # #### #
1312026-01-31T04:11:10.827Z ##### ##### # ##### # # # # # # # # #
1322026-01-31T04:11:10.827Z # # # # # # # # # # # # # # #
1332026-01-31T04:11:10.827Z # # # ###### # # ###### ### # #### # #### #
1342026-01-31T04:11:10.827Z
1352026-01-31T04:11:10.830Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-01-31T04:11:21.114Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-01-31T04:11:31.047Z Startup: Caching catalogs ... Done
1382026-01-31T04:11:51.377ZPlanning: Solver setup ... Done (18.897s)
1392026-01-31T04:11:51.527ZPlanning: Running solver ... Done (0.150s)
1402026-01-31T04:11:51.679ZPlanning: Finding local manifests ... Done (0.004s)
1412026-01-31T04:11:51.692ZPlanning: Fetching manifests: 0/4 0% complete
1422026-01-31T04:11:51.833ZPlanning: Fetching manifests: 4/4 100% complete
1432026-01-31T04:11:51.881ZPlanning: Package planning ... Done (0.048s)
1442026-01-31T04:11:51.931ZPlanning: Merging actions ... Done (0.050s)
1452026-01-31T04:11:52.217ZPlanning: Checking for conflicting actions ... Done (0.286s)
1462026-01-31T04:11:52.229ZPlanning: Consolidating action changes ... Done (0.011s)
1472026-01-31T04:11:53.318ZPlanning: Evaluating mediators ... Done (1.089s)
1482026-01-31T04:11:53.327ZPlanning: Planning completed in 22.13 seconds
1492026-01-31T04:11:53.343Z Packages to install: 4
1502026-01-31T04:11:53.343Z Mediators to change: 2
1512026-01-31T04:11:53.346Z Services to change: 1
1522026-01-31T04:11:53.346Z Estimated space available: 155.43 GB
1532026-01-31T04:11:53.346ZEstimated space to be consumed: 1.80 GB
1542026-01-31T04:11:53.346Z Create boot environment: No
1552026-01-31T04:11:53.346ZCreate backup boot environment: No
1562026-01-31T04:11:53.346Z Rebuild boot archive: No
1572026-01-31T04:11:53.346Z
1582026-01-31T04:11:53.346ZChanged mediators:
1592026-01-31T04:11:53.346Z mediator clang:
1602026-01-31T04:11:53.346Z version: None -> 15 (system default)
1612026-01-31T04:11:53.346Z
1622026-01-31T04:11:53.346Z mediator llvm:
1632026-01-31T04:11:53.346Z version: 14 (system default) -> 15 (system default)
1642026-01-31T04:11:53.346Z
1652026-01-31T04:11:53.346ZChanged packages:
1662026-01-31T04:11:53.346Zhelios-dev
1672026-01-31T04:11:53.347Z developer/build-essential
1682026-01-31T04:11:53.347Z None -> 11-2.0
1692026-01-31T04:11:53.347Z library/libxmlsec1
1702026-01-31T04:11:53.347Z None -> 1.2.35-2.0
1712026-01-31T04:11:53.347Z ooce/developer/clang-15
1722026-01-31T04:11:53.347Z None -> 15.0.7-2.0
1732026-01-31T04:11:53.347Z ooce/developer/llvm-15
1742026-01-31T04:11:53.347Z None -> 15.0.7-2.0
1752026-01-31T04:11:53.347Z
1762026-01-31T04:11:53.347ZServices:
1772026-01-31T04:11:53.347Z restart_fmri:
1782026-01-31T04:11:53.347Z svc:/system/update-man-index:default
1792026-01-31T04:11:53.398Z
1802026-01-31T04:11:53.398ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-01-31T04:11:58.603ZDownload: 2216/3290 items 119.2/212.6MB 56% complete (24.8M/s)
1822026-01-31T04:12:02.213ZDownload: Completed 212.60 MB in 8.81 seconds (24.1M/s)
1832026-01-31T04:12:02.519Z Actions: 1/3689 actions (Installing new actions)
1842026-01-31T04:12:07.045Z Actions: Completed 3689 actions in 4.52 seconds.
1852026-01-31T04:12:07.467Z Done (0.417s)
1862026-01-31T04:12:07.467Z Done (0.000s)
1872026-01-31T04:12:08.537Z Done (1.070s)
1882026-01-31T04:12:13.087Z Done (4.199s)
1892026-01-31T04:12:13.174Z Done (0.019s)
1902026-01-31T04:12:13.177Z Done (0.000s)
1912026-01-31T04:12:13.349Z Done (0.000s)
1922026-01-31T04:12:14.316ZPlanning: Evaluating mediator changes ... Done
1932026-01-31T04:12:14.465ZPlanning: Checking for conflicting actions ... Done
1942026-01-31T04:12:14.470ZPlanning: Consolidating action changes ... Done
1952026-01-31T04:12:14.732ZPlanning: Evaluating mediators ... Done
1962026-01-31T04:12:14.737ZPlanning: Planning completed in 0.43 seconds
1972026-01-31T04:12:14.771Z Mediators to change: 2
1982026-01-31T04:12:14.771Z Create boot environment: No
1992026-01-31T04:12:14.774ZCreate backup boot environment: No
2002026-01-31T04:12:14.857Z Done
2012026-01-31T04:12:14.857Z Done
2022026-01-31T04:12:15.604Z Done
2032026-01-31T04:12:19.112Z Done
2042026-01-31T04:12:19.198Z Done
2052026-01-31T04:12:19.201Z Done
2062026-01-31T04:12:19.376Z Done
2072026-01-31T04:12:19.989ZPlanning: Evaluating mediator changes ... Done
2082026-01-31T04:12:19.992ZPlanning: Merging actions ... Done
2092026-01-31T04:12:20.181ZPlanning: Checking for conflicting actions ... Done
2102026-01-31T04:12:20.184ZPlanning: Consolidating action changes ... Done
2112026-01-31T04:12:20.451ZPlanning: Evaluating mediators ... Done
2122026-01-31T04:12:20.507ZPlanning: Planning completed in 0.77 seconds
2132026-01-31T04:12:20.542Z Packages to change: 1
2142026-01-31T04:12:20.542Z Mediators to change: 1
2152026-01-31T04:12:20.545Z Services to change: 1
2162026-01-31T04:12:20.545Z Create boot environment: No
2172026-01-31T04:12:20.545ZCreate backup boot environment: Yes
2182026-01-31T04:12:23.137Z Actions: 1/6 actions (Updating modified actions)
2192026-01-31T04:12:23.140Z Actions: Completed 6 actions in 0.00 seconds.
2202026-01-31T04:12:23.140Z Done
2212026-01-31T04:12:23.140Z Done
2222026-01-31T04:12:23.353Z Done
2232026-01-31T04:12:27.017Z Done
2242026-01-31T04:12:27.107Z Done
2252026-01-31T04:12:27.110Z Done
2262026-01-31T04:12:27.262Z Done
2272026-01-31T04:12:27.707ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-01-31T04:12:27.708Zclang system 15 system
2292026-01-31T04:12:27.708Zcsh system system illumos
2302026-01-31T04:12:27.708Zctags system system illumos
2312026-01-31T04:12:27.708Zfile system system illumos
2322026-01-31T04:12:27.708Zgcc vendor 12 vendor
2332026-01-31T04:12:27.708Zgcc system 10 system
2342026-01-31T04:12:27.708Zgcc system 7 system
2352026-01-31T04:12:27.708Zgo system 1.20 system
2362026-01-31T04:12:27.708Zgo system 1.19 system
2372026-01-31T04:12:27.708Zllvm system 15 system
2382026-01-31T04:12:27.708Zllvm system 14 system
2392026-01-31T04:12:27.708Zmariadb system 10.6 system
2402026-01-31T04:12:27.708Zmta vendor vendor dma
2412026-01-31T04:12:27.708Zopenjdk system 17 system
2422026-01-31T04:12:27.708Zopenjdk system 11 system
2432026-01-31T04:12:27.708Zopenjdk system 1.8 system
2442026-01-31T04:12:27.708Zopenssl vendor 3 vendor
2452026-01-31T04:12:27.708Zperl system 5.36 system
2462026-01-31T04:12:27.708Zpostgresql system 15 system
2472026-01-31T04:12:27.708Zpostgresql system 13 system
2482026-01-31T04:12:27.708Zpython vendor 3 vendor
2492026-01-31T04:12:27.708Zpython system 2 system
2502026-01-31T04:12:27.708Zpython3 system 3.11 system
2512026-01-31T04:12:27.708Zruby system 3.0 system
2522026-01-31T04:12:27.708Zwords vendor vendor american-english
2532026-01-31T04:12:27.708Zwords system system australian-english
2542026-01-31T04:12:27.708Zwords system system british-english
2552026-01-31T04:12:27.708Zwords system system canadian-english
2562026-01-31T04:12:27.708Zwords system system french
2572026-01-31T04:12:27.708Zwords system system italian
2582026-01-31T04:12:27.708Zwords system system ngerman
2592026-01-31T04:12:27.708Zwords system system ogerman
2602026-01-31T04:12:27.708Zwords system system spanish
2612026-01-31T04:12:28.049ZPUBLISHER TYPE STATUS P LOCATION
2622026-01-31T04:12:28.049Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-01-31T04:12:34.465ZFMRI IFO
2642026-01-31T04:12:34.465Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-01-31T04:12:34.465Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-01-31T04:12:34.465Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-01-31T04:12:34.465Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-01-31T04:12:34.465Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-01-31T04:12:34.465Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-01-31T04:12:34.465Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-01-31T04:12:34.465Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-01-31T04:12:34.465Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-01-31T04:12:34.466Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-01-31T04:12:34.466Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-01-31T04:12:34.466Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-01-31T04:12:34.466Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-01-31T04:12:34.466Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-01-31T04:12:34.466Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-01-31T04:12:34.466Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-01-31T04:12:35.644Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-01-31T04:12:36.343Z Updating crates.io index
2822026-01-31T04:12:36.346Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-01-31T04:12:37.188Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2842026-01-31T04:12:39.643Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-01-31T04:12:40.245Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-01-31T04:12:40.873Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-01-31T04:12:41.652Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-01-31T04:12:45.834Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-01-31T04:12:52.085Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-01-31T04:12:54.581Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-01-31T04:12:55.797Z Updating git repository `https://github.com/oxidecomputer/falcon`
2922026-01-31T04:12:59.347Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2932026-01-31T04:13:00.850Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-01-31T04:13:01.767Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-01-31T04:13:03.081Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-01-31T04:13:03.842Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-01-31T04:13:05.656Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-01-31T04:13:07.168Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-01-31T04:13:07.728Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-01-31T04:13:08.452Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-01-31T04:13:09.218Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-01-31T04:13:09.749Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-01-31T04:13:10.201Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-01-31T04:13:10.836Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-01-31T04:13:11.876Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-01-31T04:13:13.324Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-01-31T04:13:13.976Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-01-31T04:13:14.736Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-01-31T04:13:16.231Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-01-31T04:13:17.536Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3112026-01-31T04:13:18.322Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-01-31T04:13:18.889Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-01-31T04:13:19.726Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3142026-01-31T04:13:20.570Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-01-31T04:13:21.559Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-01-31T04:13:22.120Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-01-31T04:13:22.798Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-01-31T04:13:23.487Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-01-31T04:13:24.245Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-01-31T04:14:01.336Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3212026-01-31T04:14:04.049Z Downloading crates ...
3222026-01-31T04:14:04.122Z Downloaded generic-array v0.14.7
3232026-01-31T04:14:04.128Z Downloaded errno v0.3.12
3242026-01-31T04:14:04.131Z Downloaded anstyle-parse v0.2.5
3252026-01-31T04:14:04.135Z Downloaded clap_lex v0.7.4
3262026-01-31T04:14:04.138Z Downloaded icu_provider_macros v1.5.0
3272026-01-31T04:14:04.142Z Downloaded displaydoc v0.2.5
3282026-01-31T04:14:04.144Z Downloaded strsim v0.11.1
3292026-01-31T04:14:04.148Z Downloaded heck v0.5.0
3302026-01-31T04:14:04.148Z Downloaded cargo_toml v0.21.0
3312026-01-31T04:14:04.151Z Downloaded bytecount v0.6.8
3322026-01-31T04:14:04.151Z Downloaded thiserror-impl v1.0.69
3332026-01-31T04:14:04.154Z Downloaded serde_tokenstream v0.2.2
3342026-01-31T04:14:04.154Z Downloaded scroll_derive v0.12.0
3352026-01-31T04:14:04.154Z Downloaded itoa v1.0.11
3362026-01-31T04:14:04.156Z Downloaded camino v1.2.2
3372026-01-31T04:14:04.159Z Downloaded autocfg v1.4.0
3382026-01-31T04:14:04.162Z Downloaded zerofrom v0.1.4
3392026-01-31T04:14:04.162Z Downloaded proc-macro2 v1.0.101
3402026-01-31T04:14:04.164Z Downloaded utf8_iter v1.0.4
3412026-01-31T04:14:04.167Z Downloaded usdt-attr-macro v0.5.0
3422026-01-31T04:14:04.167Z Downloaded toml v0.8.23
3432026-01-31T04:14:04.170Z Downloaded typenum v1.17.0
3442026-01-31T04:14:04.173Z Downloaded writeable v0.5.5
3452026-01-31T04:14:04.173Z Downloaded tempfile v3.24.0
3462026-01-31T04:14:04.176Z Downloaded serde_core v1.0.228
3472026-01-31T04:14:04.179Z Downloaded anstyle-query v1.1.1
3482026-01-31T04:14:04.183Z Downloaded memchr v2.7.4
3492026-01-31T04:14:04.185Z Downloaded unicode-width v0.1.14
3502026-01-31T04:14:04.188Z Downloaded fnv v1.0.7
3512026-01-31T04:14:04.191Z Downloaded camino-tempfile v1.4.1
3522026-01-31T04:14:04.191Z Downloaded fs-err v3.1.1
3532026-01-31T04:14:04.194Z Downloaded block-buffer v0.10.4
3542026-01-31T04:14:04.194Z Downloaded anstyle v1.0.11
3552026-01-31T04:14:04.196Z Downloaded form_urlencoded v1.2.2
3562026-01-31T04:14:04.196Z Downloaded icu_properties v1.5.1
3572026-01-31T04:14:04.199Z Downloaded fastrand v2.1.1
3582026-01-31T04:14:04.202Z Downloaded dof v0.3.0
3592026-01-31T04:14:04.202Z Downloaded colorchoice v1.0.2
3602026-01-31T04:14:04.202Z Downloaded cfg-if v1.0.4
3612026-01-31T04:14:04.204Z Downloaded icu_locid_transform_data v1.5.0
3622026-01-31T04:14:04.204Z Downloaded anyhow v1.0.99
3632026-01-31T04:14:04.208Z Downloaded byteorder v1.5.0
3642026-01-31T04:14:04.210Z Downloaded tabled v0.15.0
3652026-01-31T04:14:04.223Z Downloaded ordered-float v2.10.1
3662026-01-31T04:14:04.226Z Downloaded idna_adapter v1.2.0
3672026-01-31T04:14:04.226Z Downloaded cargo-platform v0.2.0
3682026-01-31T04:14:04.229Z Downloaded litemap v0.7.3
3692026-01-31T04:14:04.229Z Downloaded icu_provider v1.5.0
3702026-01-31T04:14:04.231Z Downloaded icu_normalizer_data v1.5.0
3712026-01-31T04:14:04.234Z Downloaded goblin v0.8.2
3722026-01-31T04:14:04.237Z Downloaded getrandom v0.3.4
3732026-01-31T04:14:04.241Z Downloaded write16 v1.0.0
3742026-01-31T04:14:04.244Z Downloaded usdt-macro v0.5.0
3752026-01-31T04:14:04.244Z Downloaded unicode-linebreak v0.1.5
3762026-01-31T04:14:04.244Z Downloaded digest v0.10.7
3772026-01-31T04:14:04.247Z Downloaded zerofrom-derive v0.1.4
3782026-01-31T04:14:04.249Z Downloaded smawk v0.3.2
3792026-01-31T04:14:04.249Z Downloaded percent-encoding v2.3.2
3802026-01-31T04:14:04.252Z Downloaded anstream v0.6.18
3812026-01-31T04:14:04.252Z Downloaded memmap v0.7.0
3822026-01-31T04:14:04.255Z Downloaded yoke-derive v0.7.4
3832026-01-31T04:14:04.255Z Downloaded equivalent v1.0.2
3842026-01-31T04:14:04.258Z Downloaded pest_generator v2.8.2
3852026-01-31T04:14:04.258Z Downloaded bitflags v2.9.4
3862026-01-31T04:14:04.260Z Downloaded usdt v0.5.0
3872026-01-31T04:14:04.263Z Downloaded toml_write v0.1.2
3882026-01-31T04:14:04.263Z Downloaded serde_spanned v0.6.9
3892026-01-31T04:14:04.266Z Downloaded macaddr v1.0.1
3902026-01-31T04:14:04.266Z Downloaded dtrace-parser v0.2.0
3912026-01-31T04:14:04.269Z Downloaded erased-serde v0.4.6
3922026-01-31T04:14:04.270Z Downloaded zmij v1.0.15
3932026-01-31T04:14:04.276Z Downloaded thiserror v2.0.18
3942026-01-31T04:14:04.278Z Downloaded zerocopy-derive v0.7.35
3952026-01-31T04:14:04.281Z Downloaded tinystr v0.7.6
3962026-01-31T04:14:04.286Z Downloaded synstructure v0.13.1
3972026-01-31T04:14:04.286Z Downloaded pest_derive v2.8.2
3982026-01-31T04:14:04.288Z Downloaded num-traits v0.2.19
3992026-01-31T04:14:04.288Z Downloaded usdt-impl v0.5.0
4002026-01-31T04:14:04.291Z Downloaded unicode-ident v1.0.19
4012026-01-31T04:14:04.294Z Downloaded stable_deref_trait v1.2.0
4022026-01-31T04:14:04.294Z Downloaded url v2.5.4
4032026-01-31T04:14:04.298Z Downloaded proc-macro-error v1.0.4
4042026-01-31T04:14:04.300Z Downloaded textwrap v0.16.2
4052026-01-31T04:14:04.303Z Downloaded toml_edit v0.22.27
4062026-01-31T04:14:04.305Z Downloaded semver v1.0.27
4072026-01-31T04:14:04.308Z Downloaded zerovec v0.10.4
4082026-01-31T04:14:04.312Z Downloaded serde-untagged v0.1.7
4092026-01-31T04:14:04.315Z Downloaded zerocopy v0.7.35
4102026-01-31T04:14:04.329Z Downloaded winnow v0.7.14
4112026-01-31T04:14:04.336Z Downloaded smallvec v1.15.1
4122026-01-31T04:14:04.339Z Downloaded cargo_metadata v0.21.0
4132026-01-31T04:14:04.342Z Downloaded unicode-width v0.2.0
4142026-01-31T04:14:04.353Z Downloaded serde v1.0.228
4152026-01-31T04:14:04.353Z Downloaded sha2 v0.10.9
4162026-01-31T04:14:04.353Z Downloaded serde_derive v1.0.228
4172026-01-31T04:14:04.353Z Downloaded indexmap v2.13.0
4182026-01-31T04:14:04.357Z Downloaded clap v4.5.48
4192026-01-31T04:14:04.364Z Downloaded log v0.4.29
4202026-01-31T04:14:04.366Z Downloaded clap_derive v4.5.47
4212026-01-31T04:14:04.369Z Downloaded icu_locid v1.5.0
4222026-01-31T04:14:04.373Z Downloaded serde_json v1.0.149
4232026-01-31T04:14:04.378Z Downloaded icu_collections v1.5.0
4242026-01-31T04:14:04.384Z Downloaded hashbrown v0.16.1
4252026-01-31T04:14:04.389Z Downloaded once_cell v1.21.3
4262026-01-31T04:14:04.392Z Downloaded pest v2.8.2
4272026-01-31T04:14:04.396Z Downloaded scroll v0.12.0
4282026-01-31T04:14:04.400Z Downloaded idna v1.0.3
4292026-01-31T04:14:04.403Z Downloaded proc-macro-error-attr v1.0.4
4302026-01-31T04:14:04.403Z Downloaded icu_locid_transform v1.5.0
4312026-01-31T04:14:04.403Z Downloaded quote v1.0.40
4322026-01-31T04:14:04.406Z Downloaded ucd-trie v0.1.7
4332026-01-31T04:14:04.409Z Downloaded thiserror v1.0.69
4342026-01-31T04:14:04.411Z Downloaded plain v0.2.3
4352026-01-31T04:14:04.414Z Downloaded clap_builder v4.5.48
4362026-01-31T04:14:04.417Z Downloaded tabled_derive v0.7.0
4372026-01-31T04:14:04.420Z Downloaded syn v1.0.109
4382026-01-31T04:14:04.427Z Downloaded serde-value v0.7.0
4392026-01-31T04:14:04.430Z Downloaded icu_properties_data v1.5.0
4402026-01-31T04:14:04.437Z Downloaded pretty-hex v0.4.1
4412026-01-31T04:14:04.440Z Downloaded is_terminal_polyfill v1.70.1
4422026-01-31T04:14:04.440Z Downloaded syn v2.0.114
4432026-01-31T04:14:04.449Z Downloaded heck v0.4.1
4442026-01-31T04:14:04.451Z Downloaded cpufeatures v0.2.14
4452026-01-31T04:14:04.451Z Downloaded zerovec-derive v0.10.3
4462026-01-31T04:14:04.455Z Downloaded rustix v0.38.37
4472026-01-31T04:14:04.471Z Downloaded yoke v0.7.4
4482026-01-31T04:14:04.475Z Downloaded thiserror-impl v2.0.18
4492026-01-31T04:14:04.475Z Downloaded swrite v0.1.0
4502026-01-31T04:14:04.477Z Downloaded crypto-common v0.1.6
4512026-01-31T04:14:04.477Z Downloaded version_check v0.9.5
4522026-01-31T04:14:04.477Z Downloaded utf8parse v0.2.2
4532026-01-31T04:14:04.477Z Downloaded toml_datetime v0.6.11
4542026-01-31T04:14:04.480Z Downloaded thread-id v4.2.2
4552026-01-31T04:14:04.480Z Downloaded utf16_iter v1.0.5
4562026-01-31T04:14:04.480Z Downloaded unicode-xid v0.2.6
4572026-01-31T04:14:04.483Z Downloaded typeid v1.0.3
4582026-01-31T04:14:04.483Z Downloaded terminal_size v0.4.0
4592026-01-31T04:14:04.483Z Downloaded cargo-util-schemas v0.8.2
4602026-01-31T04:14:04.485Z Downloaded rustix v1.1.3
4612026-01-31T04:14:04.504Z Downloaded icu_normalizer v1.5.0
4622026-01-31T04:14:04.507Z Downloaded pest_meta v2.8.2
4632026-01-31T04:14:04.510Z Downloaded papergrid v0.11.0
4642026-01-31T04:14:04.520Z Downloaded libc v0.2.180
4652026-01-31T04:14:04.607Z Compiling proc-macro2 v1.0.101
4662026-01-31T04:14:04.610Z Compiling unicode-ident v1.0.19
4672026-01-31T04:14:04.610Z Compiling serde_core v1.0.228
4682026-01-31T04:14:04.610Z Compiling serde v1.0.228
4692026-01-31T04:14:04.610Z Compiling version_check v0.9.5
4702026-01-31T04:14:04.610Z Compiling libc v0.2.180
4712026-01-31T04:14:04.839Z Compiling memchr v2.7.4
4722026-01-31T04:14:04.841Z Compiling stable_deref_trait v1.2.0
4732026-01-31T04:14:05.055Z Compiling thiserror v2.0.18
4742026-01-31T04:14:05.082Z Compiling zmij v1.0.15
4752026-01-31T04:14:05.605Z Compiling itoa v1.0.11
4762026-01-31T04:14:05.870Z Compiling litemap v0.7.3
4772026-01-31T04:14:06.110Z Compiling thiserror v1.0.69
4782026-01-31T04:14:06.258Z Compiling ucd-trie v0.1.7
4792026-01-31T04:14:06.284Z Compiling writeable v0.5.5
4802026-01-31T04:14:06.311Z Compiling autocfg v1.4.0
4812026-01-31T04:14:06.759Z Compiling bitflags v2.9.4
4822026-01-31T04:14:06.813Z Compiling icu_locid_transform_data v1.5.0
4832026-01-31T04:14:06.932Z Compiling errno v0.3.12
4842026-01-31T04:14:07.020Z Compiling quote v1.0.40
4852026-01-31T04:14:07.045Z Compiling byteorder v1.5.0
4862026-01-31T04:14:07.217Z Compiling icu_properties_data v1.5.0
4872026-01-31T04:14:07.220Z Compiling serde_json v1.0.149
4882026-01-31T04:14:07.520Z Compiling syn v2.0.114
4892026-01-31T04:14:07.639Z Compiling num-traits v0.2.19
4902026-01-31T04:14:07.717Z Compiling rustix v0.38.37
4912026-01-31T04:14:07.828Z Compiling write16 v1.0.0
4922026-01-31T04:14:07.979Z Compiling utf16_iter v1.0.5
4932026-01-31T04:14:08.013Z Compiling smallvec v1.15.1
4942026-01-31T04:14:08.156Z Compiling hashbrown v0.16.1
4952026-01-31T04:14:08.228Z Compiling icu_normalizer_data v1.5.0
4962026-01-31T04:14:08.351Z Compiling equivalent v1.0.2
4972026-01-31T04:14:08.406Z Compiling utf8_iter v1.0.4
4982026-01-31T04:14:08.430Z Compiling typeid v1.0.3
4992026-01-31T04:14:08.712Z Compiling proc-macro-error-attr v1.0.4
5002026-01-31T04:14:08.971Z Compiling usdt-impl v0.5.0
5012026-01-31T04:14:09.029Z Compiling winnow v0.7.14
5022026-01-31T04:14:09.074Z Compiling toml_write v0.1.2
5032026-01-31T04:14:09.383Z Compiling indexmap v2.13.0
5042026-01-31T04:14:09.386Z Compiling syn v1.0.109
5052026-01-31T04:14:09.466Z Compiling thread-id v4.2.2
5062026-01-31T04:14:10.073Z Compiling proc-macro-error v1.0.4
5072026-01-31T04:14:10.517Z Compiling log v0.4.29
5082026-01-31T04:14:10.744Z Compiling camino v1.2.2
5092026-01-31T04:14:11.110Z Compiling utf8parse v0.2.2
5102026-01-31T04:14:11.144Z Compiling rustix v1.1.3
5112026-01-31T04:14:11.313Z Compiling percent-encoding v2.3.2
5122026-01-31T04:14:11.369Z Compiling getrandom v0.3.4
5132026-01-31T04:14:11.434Z Compiling plain v0.2.3
5142026-01-31T04:14:11.617Z Compiling form_urlencoded v1.2.2
5152026-01-31T04:14:11.765Z Compiling anstyle-parse v0.2.5
5162026-01-31T04:14:11.935Z Compiling ordered-float v2.10.1
5172026-01-31T04:14:12.129Z Compiling terminal_size v0.4.0
5182026-01-31T04:14:12.629Z Compiling anstyle v1.0.11
5192026-01-31T04:14:12.790Z Compiling pretty-hex v0.4.1
5202026-01-31T04:14:12.953Z Compiling is_terminal_polyfill v1.70.1
5212026-01-31T04:14:12.980Z Compiling cfg-if v1.0.4
5222026-01-31T04:14:13.033Z Compiling anstyle-query v1.1.1
5232026-01-31T04:14:13.072Z Compiling colorchoice v1.0.2
5242026-01-31T04:14:13.202Z Compiling anstream v0.6.18
5252026-01-31T04:14:13.284Z Compiling semver v1.0.27
5262026-01-31T04:14:13.394Z Compiling fs-err v3.1.1
5272026-01-31T04:14:13.823Z Compiling heck v0.4.1
5282026-01-31T04:14:13.899Z Compiling fastrand v2.1.1
5292026-01-31T04:14:13.956Z Compiling strsim v0.11.1
5302026-01-31T04:14:14.135Z Compiling anyhow v1.0.99
5312026-01-31T04:14:14.219Z Compiling unicode-width v0.1.14
5322026-01-31T04:14:14.383Z Compiling synstructure v0.13.1
5332026-01-31T04:14:14.679Z Compiling once_cell v1.21.3
5342026-01-31T04:14:14.744Z Compiling heck v0.5.0
5352026-01-31T04:14:14.771Z Compiling unicode-xid v0.2.6
5362026-01-31T04:14:14.990Z Compiling clap_lex v0.7.4
5372026-01-31T04:14:15.087Z Compiling fnv v1.0.7
5382026-01-31T04:14:15.257Z Compiling bytecount v0.6.8
5392026-01-31T04:14:15.286Z Compiling clap_builder v4.5.48
5402026-01-31T04:14:15.431Z Compiling papergrid v0.11.0
5412026-01-31T04:14:15.486Z Compiling tempfile v3.24.0
5422026-01-31T04:14:15.979Z Compiling memmap v0.7.0
5432026-01-31T04:14:16.164Z Compiling unicode-width v0.2.0
5442026-01-31T04:14:16.309Z Compiling smawk v0.3.2
5452026-01-31T04:14:16.337Z Compiling unicode-linebreak v0.1.5
5462026-01-31T04:14:16.847Z Compiling textwrap v0.16.2
5472026-01-31T04:14:17.316Z Compiling camino-tempfile v1.4.1
5482026-01-31T04:14:17.345Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-01-31T04:14:17.671Z Compiling tabled_derive v0.7.0
5502026-01-31T04:14:17.789Z Compiling swrite v0.1.0
5512026-01-31T04:14:18.419Z Compiling serde_derive v1.0.228
5522026-01-31T04:14:18.420Z Compiling zerofrom-derive v0.1.4
5532026-01-31T04:14:18.514Z Compiling yoke-derive v0.7.4
5542026-01-31T04:14:18.538Z Compiling thiserror-impl v2.0.18
5552026-01-31T04:14:18.618Z Compiling zerovec-derive v0.10.3
5562026-01-31T04:14:19.189Z Compiling displaydoc v0.2.5
5572026-01-31T04:14:20.735Z Compiling icu_provider_macros v1.5.0
5582026-01-31T04:14:21.063Z Compiling thiserror-impl v1.0.69
5592026-01-31T04:14:21.206Z Compiling zerocopy-derive v0.7.35
5602026-01-31T04:14:21.696Z Compiling zerofrom v0.1.4
5612026-01-31T04:14:21.744Z Compiling pest v2.8.2
5622026-01-31T04:14:21.772Z Compiling scroll_derive v0.12.0
5632026-01-31T04:14:21.958Z Compiling yoke v0.7.4
5642026-01-31T04:14:22.367Z Compiling zerovec v0.10.4
5652026-01-31T04:14:22.916Z Compiling clap_derive v4.5.47
5662026-01-31T04:14:23.176Z Compiling scroll v0.12.0
5672026-01-31T04:14:23.205Z Compiling zerocopy v0.7.35
5682026-01-31T04:14:23.681Z Compiling goblin v0.8.2
5692026-01-31T04:14:23.732Z Compiling tabled v0.15.0
5702026-01-31T04:14:24.208Z Compiling tinystr v0.7.6
5712026-01-31T04:14:24.381Z Compiling pest_meta v2.8.2
5722026-01-31T04:14:24.559Z Compiling icu_locid v1.5.0
5732026-01-31T04:14:24.612Z Compiling icu_collections v1.5.0
5742026-01-31T04:14:25.756Z Compiling icu_provider v1.5.0
5752026-01-31T04:14:25.790Z Compiling pest_generator v2.8.2
5762026-01-31T04:14:26.485Z Compiling icu_locid_transform v1.5.0
5772026-01-31T04:14:26.726Z Compiling clap v4.5.48
5782026-01-31T04:14:26.864Z Compiling toml_datetime v0.6.11
5792026-01-31T04:14:26.960Z Compiling serde_spanned v0.6.9
5802026-01-31T04:14:27.262Z Compiling erased-serde v0.4.6
5812026-01-31T04:14:27.456Z Compiling dof v0.3.0
5822026-01-31T04:14:27.486Z Compiling toml_edit v0.22.27
5832026-01-31T04:14:27.599Z Compiling serde_tokenstream v0.2.2
5842026-01-31T04:14:28.213Z Compiling icu_properties v1.5.1
5852026-01-31T04:14:28.365Z Compiling serde-untagged v0.1.7
5862026-01-31T04:14:28.435Z Compiling serde-value v0.7.0
5872026-01-31T04:14:28.727Z Compiling pest_derive v2.8.2
5882026-01-31T04:14:28.818Z Compiling cargo-platform v0.2.0
5892026-01-31T04:14:28.875Z Compiling macaddr v1.0.1
5902026-01-31T04:14:29.514Z Compiling dtrace-parser v0.2.0
5912026-01-31T04:14:30.778Z Compiling toml v0.8.23
5922026-01-31T04:14:31.326Z Compiling usdt-attr-macro v0.5.0
5932026-01-31T04:14:31.393Z Compiling usdt-macro v0.5.0
5942026-01-31T04:14:31.689Z Compiling icu_normalizer v1.5.0
5952026-01-31T04:14:31.848Z Compiling cargo_toml v0.21.0
5962026-01-31T04:14:32.522Z Compiling idna_adapter v1.2.0
5972026-01-31T04:14:32.655Z Compiling usdt v0.5.0
5982026-01-31T04:14:32.687Z Compiling idna v1.0.3
5992026-01-31T04:14:33.096Z Compiling url v2.5.4
6002026-01-31T04:14:33.727Z Compiling cargo-util-schemas v0.8.2
6012026-01-31T04:14:35.408Z Compiling cargo_metadata v0.21.0
6022026-01-31T04:14:36.978Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6032026-01-31T04:14:40.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
6042026-01-31T04:14:40.762Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6052026-01-31T04:14:41.521Z Downloading crates ...
6062026-01-31T04:14:41.642Z Downloaded async-stream-impl v0.3.6
6072026-01-31T04:14:41.646Z Downloaded bb8 v0.8.5
6082026-01-31T04:14:41.665Z Downloaded ascii-canvas v3.0.0
6092026-01-31T04:14:41.669Z Downloaded cobs v0.2.3
6102026-01-31T04:14:41.676Z Downloaded block-padding v0.3.3
6112026-01-31T04:14:41.680Z Downloaded crossbeam-deque v0.8.5
6122026-01-31T04:14:41.684Z Downloaded flagset v0.4.6
6132026-01-31T04:14:41.688Z Downloaded ena v0.14.3
6142026-01-31T04:14:41.693Z Downloaded foldhash v0.2.0
6152026-01-31T04:14:41.698Z Downloaded fallible-iterator v0.2.0
6162026-01-31T04:14:41.703Z Downloaded derive_builder_macro v0.20.2
6172026-01-31T04:14:41.707Z Downloaded derive_builder v0.20.2
6182026-01-31T04:14:41.715Z Downloaded fd-lock v4.0.2
6192026-01-31T04:14:41.720Z Downloaded filetime v0.2.26
6202026-01-31T04:14:41.725Z Downloaded constant_time_eq v0.3.1
6212026-01-31T04:14:41.729Z Downloaded erased-serde v0.3.31
6222026-01-31T04:14:41.734Z Downloaded crc-catalog v2.4.0
6232026-01-31T04:14:41.738Z Downloaded env_filter v0.1.2
6242026-01-31T04:14:41.743Z Downloaded fatfs v0.3.6
6252026-01-31T04:14:41.749Z Downloaded gethostname v0.5.0
6262026-01-31T04:14:41.753Z Downloaded funty v2.0.0
6272026-01-31T04:14:41.757Z Downloaded dunce v1.0.5
6282026-01-31T04:14:41.761Z Downloaded arrayvec v0.7.6
6292026-01-31T04:14:41.766Z Downloaded foreign-types-macros v0.2.3
6302026-01-31T04:14:41.770Z Downloaded foreign-types v0.3.2
6312026-01-31T04:14:41.774Z Downloaded fxhash v0.2.1
6322026-01-31T04:14:41.777Z Downloaded foreign-types v0.5.0
6332026-01-31T04:14:41.781Z Downloaded embedded-io v0.6.1
6342026-01-31T04:14:41.785Z Downloaded either v1.15.0
6352026-01-31T04:14:41.789Z Downloaded foreign-types-shared v0.3.1
6362026-01-31T04:14:41.793Z Downloaded futures-core v0.3.31
6372026-01-31T04:14:41.797Z Downloaded buf-list v1.0.3
6382026-01-31T04:14:41.802Z Downloaded foreign-types-shared v0.1.1
6392026-01-31T04:14:41.805Z Downloaded dirs-sys-next v0.1.2
6402026-01-31T04:14:41.809Z Downloaded embedded-io v0.4.0
6412026-01-31T04:14:41.813Z Downloaded ghash v0.5.1
6422026-01-31T04:14:41.817Z Downloaded diesel-dtrace v0.4.2
6432026-01-31T04:14:41.822Z Downloaded derive-ex v0.1.8
6442026-01-31T04:14:41.825Z Downloaded headers-core v0.3.0
6452026-01-31T04:14:41.831Z Downloaded heck v0.3.3
6462026-01-31T04:14:41.845Z Downloaded hyper-tls v0.6.0
6472026-01-31T04:14:41.849Z Downloaded group v0.13.0
6482026-01-31T04:14:41.853Z Downloaded futures-macro v0.3.31
6492026-01-31T04:14:41.857Z Downloaded cipher v0.4.4
6502026-01-31T04:14:41.861Z Downloaded derive_builder_core v0.20.2
6512026-01-31T04:14:41.865Z Downloaded daft v0.1.4
6522026-01-31T04:14:41.870Z Downloaded ed25519 v2.2.3
6532026-01-31T04:14:41.874Z Downloaded internet-checksum v0.2.1
6542026-01-31T04:14:41.877Z Downloaded darling v0.20.10
6552026-01-31T04:14:41.884Z Downloaded is_ci v1.2.0
6562026-01-31T04:14:41.887Z Downloaded lazy_static v1.5.0
6572026-01-31T04:14:41.891Z Downloaded httpdate v1.0.3
6582026-01-31T04:14:41.895Z Downloaded keccak v0.1.5
6592026-01-31T04:14:41.898Z Downloaded http-body-util v0.1.3
6602026-01-31T04:14:41.902Z Downloaded lazycell v1.3.0
6612026-01-31T04:14:41.910Z Downloaded lalrpop-util v0.19.12
6622026-01-31T04:14:41.910Z Downloaded linked-hash-map v0.5.6
6632026-01-31T04:14:41.914Z Downloaded lzss v0.8.2
6642026-01-31T04:14:41.917Z Downloaded mime v0.3.17
6652026-01-31T04:14:41.920Z Downloaded indent_write v2.2.0
6662026-01-31T04:14:41.923Z Downloaded libscf-sys v1.1.0
6672026-01-31T04:14:41.927Z Downloaded maplit v1.0.2
6682026-01-31T04:14:41.929Z Downloaded expectorate v1.2.0
6692026-01-31T04:14:41.933Z Downloaded managed v0.8.0
6702026-01-31T04:14:41.938Z Downloaded nibble_vec v0.1.0
6712026-01-31T04:14:41.941Z Downloaded memoffset v0.9.1
6722026-01-31T04:14:41.944Z Downloaded hickory-client v0.25.2
6732026-01-31T04:14:41.948Z Downloaded httparse v1.9.5
6742026-01-31T04:14:41.953Z Downloaded num-derive v0.4.2
6752026-01-31T04:14:41.956Z Downloaded num v0.4.3
6762026-01-31T04:14:41.959Z Downloaded newline-converter v0.3.0
6772026-01-31T04:14:41.962Z Downloaded num_threads v0.1.7
6782026-01-31T04:14:41.965Z Downloaded num-derive v0.3.3
6792026-01-31T04:14:41.969Z Downloaded opaque-debug v0.3.1
6802026-01-31T04:14:41.972Z Downloaded number_prefix v0.4.0
6812026-01-31T04:14:41.974Z Downloaded oso-derive v0.27.3
6822026-01-31T04:14:41.977Z Downloaded lockfree-object-pool v0.1.6
6832026-01-31T04:14:41.981Z Downloaded openssl-macros v0.1.1
6842026-01-31T04:14:41.984Z Downloaded linear-map v1.2.0
6852026-01-31T04:14:41.987Z Downloaded num_enum_derive v0.5.11
6862026-01-31T04:14:41.989Z Downloaded openssl-probe v0.1.5
6872026-01-31T04:14:41.992Z Downloaded packed_struct_codegen v0.10.1
6882026-01-31T04:14:41.995Z Downloaded parse-size v1.1.0
6892026-01-31T04:14:41.998Z Downloaded parse-display v0.10.0
6902026-01-31T04:14:42.002Z Downloaded half v2.4.1
6912026-01-31T04:14:42.006Z Downloaded jobserver v0.1.32
6922026-01-31T04:14:42.009Z Downloaded hyper-rustls v0.27.7
6932026-01-31T04:14:42.014Z Downloaded const_format v0.2.34
6942026-01-31T04:14:42.020Z Downloaded pbkdf2 v0.11.0
6952026-01-31T04:14:42.024Z Downloaded num-complex v0.4.6
6962026-01-31T04:14:42.028Z Downloaded pin-utils v0.1.0
6972026-01-31T04:14:42.030Z Downloaded peg-runtime v0.8.5
6982026-01-31T04:14:42.033Z Downloaded phf_shared v0.11.2
6992026-01-31T04:14:42.036Z Downloaded num-integer v0.1.46
7002026-01-31T04:14:42.039Z Downloaded iana-time-zone v0.1.63
7012026-01-31T04:14:42.043Z Downloaded memmap2 v0.9.8
7022026-01-31T04:14:42.046Z Downloaded pbkdf2 v0.12.2
7032026-01-31T04:14:42.049Z Downloaded path-slash v0.1.5
7042026-01-31T04:14:42.052Z Downloaded oxide-tokio-rt v0.1.2
7052026-01-31T04:14:42.055Z Downloaded num-rational v0.4.2
7062026-01-31T04:14:42.058Z Downloaded proc-macro-crate v1.3.1
7072026-01-31T04:14:42.061Z Downloaded proc-macro-error-attr2 v2.0.0
7082026-01-31T04:14:42.063Z Downloaded progenitor-client v0.11.2
7092026-01-31T04:14:42.066Z Downloaded progenitor-macro v0.8.0
7102026-01-31T04:14:42.069Z Downloaded parking_lot_core v0.8.6
7112026-01-31T04:14:42.072Z Downloaded crc-any v2.5.0
7122026-01-31T04:14:42.076Z Downloaded progenitor-client v0.10.0
7132026-01-31T04:14:42.079Z Downloaded progenitor-client v0.8.0
7142026-01-31T04:14:42.082Z Downloaded progenitor-macro v0.10.0
7152026-01-31T04:14:42.085Z Downloaded progenitor-macro v0.11.2
7162026-01-31T04:14:42.087Z Downloaded psl-types v2.0.11
7172026-01-31T04:14:42.091Z Downloaded rand_chacha v0.3.1
7182026-01-31T04:14:42.093Z Downloaded pem v3.0.5
7192026-01-31T04:14:42.097Z Downloaded der v0.7.10
7202026-01-31T04:14:42.101Z Downloaded quick-error v1.2.3
7212026-01-31T04:14:42.104Z Downloaded radium v0.7.0
7222026-01-31T04:14:42.107Z Downloaded pin-project-lite v0.2.14
7232026-01-31T04:14:42.112Z Downloaded ref-cast-impl v1.0.25
7242026-01-31T04:14:42.115Z Downloaded omicron-zone-package v0.12.2
7252026-01-31T04:14:42.120Z Downloaded powerfmt v0.2.0
7262026-01-31T04:14:42.123Z Downloaded ref-cast v1.0.25
7272026-01-31T04:14:42.126Z Downloaded miniz_oxide v0.8.5
7282026-01-31T04:14:42.130Z Downloaded primeorder v0.13.6
7292026-01-31T04:14:42.133Z Downloaded postgres-protocol v0.6.8
7302026-01-31T04:14:42.136Z Downloaded num_enum v0.5.11
7312026-01-31T04:14:42.143Z Downloaded ppv-lite86 v0.2.20
7322026-01-31T04:14:42.145Z Downloaded cc v1.2.30
7332026-01-31T04:14:42.150Z Downloaded rfc6979 v0.4.0
7342026-01-31T04:14:42.153Z Downloaded rtoolbox v0.0.2
7352026-01-31T04:14:42.156Z Downloaded progenitor v0.11.2
7362026-01-31T04:14:42.158Z Downloaded r2d2 v0.8.10
7372026-01-31T04:14:42.161Z Downloaded pkcs1 v0.7.5
7382026-01-31T04:14:42.166Z Downloaded rustc-hash v2.1.1
7392026-01-31T04:14:42.172Z Downloaded rustc_version v0.4.1
7402026-01-31T04:14:42.175Z Downloaded pkcs5 v0.7.1
7412026-01-31T04:14:42.184Z Downloaded same-file v1.0.6
7422026-01-31T04:14:42.188Z Downloaded hickory-resolver v0.25.2
7432026-01-31T04:14:42.196Z Downloaded proc-macro-error2 v2.0.1
7442026-01-31T04:14:42.203Z Downloaded semver v0.1.20
7452026-01-31T04:14:42.205Z Downloaded sapling-renderdag v0.1.0
7462026-01-31T04:14:42.208Z Downloaded secrecy v0.8.0
7472026-01-31T04:14:42.211Z Downloaded papergrid v0.17.0
7482026-01-31T04:14:42.216Z Downloaded scrypt v0.11.0
7492026-01-31T04:14:42.218Z Downloaded progenitor-impl v0.8.0
7502026-01-31T04:14:42.221Z Downloaded serde_plain v1.0.2
7512026-01-31T04:14:42.224Z Downloaded serde_urlencoded v0.7.1
7522026-01-31T04:14:42.226Z Downloaded darling_core v0.21.0
7532026-01-31T04:14:42.233Z Downloaded rand_core v0.6.4
7542026-01-31T04:14:42.236Z Downloaded quinn-udp v0.5.5
7552026-01-31T04:14:42.238Z Downloaded rustc_version v0.1.7
7562026-01-31T04:14:42.241Z Downloaded shell-words v1.1.0
7572026-01-31T04:14:42.243Z Downloaded simd-adler32 v0.3.7
7582026-01-31T04:14:42.246Z Downloaded siphasher v0.3.11
7592026-01-31T04:14:42.249Z Downloaded rustls-pemfile v2.2.0
7602026-01-31T04:14:42.251Z Downloaded rustversion v1.0.22
7612026-01-31T04:14:42.255Z Downloaded rusty-fork v0.3.0
7622026-01-31T04:14:42.259Z Downloaded siphasher v1.0.1
7632026-01-31T04:14:42.261Z Downloaded signature v2.2.0
7642026-01-31T04:14:42.264Z Downloaded prefix-trie v0.7.0
7652026-01-31T04:14:42.267Z Downloaded sct v0.7.1
7662026-01-31T04:14:42.271Z Downloaded slog-envlogger v2.2.0
7672026-01-31T04:14:42.274Z Downloaded slog-bunyan v2.5.0
7682026-01-31T04:14:42.277Z Downloaded sec1 v0.7.3
7692026-01-31T04:14:42.279Z Downloaded progenitor-impl v0.10.0
7702026-01-31T04:14:42.282Z Downloaded progenitor-impl v0.11.2
7712026-01-31T04:14:42.285Z Downloaded serde_repr v0.1.19
7722026-01-31T04:14:42.288Z Downloaded serde_derive_internals v0.29.1
7732026-01-31T04:14:42.291Z Downloaded resolv-conf v0.7.0
7742026-01-31T04:14:42.294Z Downloaded serde-hex v0.1.0
7752026-01-31T04:14:42.296Z Downloaded serde_path_to_error v0.1.20
7762026-01-31T04:14:42.299Z Downloaded minimal-lexical v0.2.1
7772026-01-31T04:14:42.302Z Downloaded ssh-encoding v0.2.0
7782026-01-31T04:14:42.305Z Downloaded structmeta v0.3.0
7792026-01-31T04:14:42.308Z Downloaded strum v0.27.2
7802026-01-31T04:14:42.311Z Downloaded rcgen v0.12.1
7812026-01-31T04:14:42.314Z Downloaded signal-hook-registry v1.4.2
7822026-01-31T04:14:42.314Z Downloaded structmeta-derive v0.3.0
7832026-01-31T04:14:42.316Z Downloaded strum v0.26.3
7842026-01-31T04:14:42.319Z Downloaded strip-ansi-escapes v0.2.0
7852026-01-31T04:14:42.322Z Downloaded p256 v0.13.2
7862026-01-31T04:14:42.325Z Downloaded ssh-cipher v0.2.0
7872026-01-31T04:14:42.327Z Downloaded prettyplease v0.2.36
7882026-01-31T04:14:42.330Z Downloaded slog-scope v4.4.0
7892026-01-31T04:14:42.333Z Downloaded subtle v2.6.1
7902026-01-31T04:14:42.333Z Downloaded tabled_derive v0.10.0
7912026-01-31T04:14:42.336Z Downloaded take_mut v0.2.2
7922026-01-31T04:14:42.338Z Downloaded sync_wrapper v1.0.1
7932026-01-31T04:14:42.338Z Downloaded ron v0.8.1
7942026-01-31T04:14:42.343Z Downloaded itertools v0.10.5
7952026-01-31T04:14:42.350Z Downloaded tabled_derive v0.11.0
7962026-01-31T04:14:42.352Z Downloaded tabwriter v1.4.0
7972026-01-31T04:14:42.355Z Downloaded thread-id v5.0.0
7982026-01-31T04:14:42.358Z Downloaded sqlformat v0.3.5
7992026-01-31T04:14:42.358Z Downloaded tap v1.0.1
8002026-01-31T04:14:42.360Z Downloaded termtree v0.5.1
8012026-01-31T04:14:42.363Z Downloaded time-core v0.1.6
8022026-01-31T04:14:42.363Z Downloaded thread_local v1.1.8
8032026-01-31T04:14:42.365Z Downloaded thiserror-impl-no-std v2.0.2
8042026-01-31T04:14:42.365Z Downloaded serde_with_macros v3.16.1
8052026-01-31T04:14:42.369Z Downloaded tinyvec_macros v0.1.1
8062026-01-31T04:14:42.372Z Downloaded spki v0.7.3
8072026-01-31T04:14:42.372Z Downloaded iddqd v0.3.16
8082026-01-31T04:14:42.378Z Downloaded strum_macros v0.26.4
8092026-01-31T04:14:42.380Z Downloaded strum_macros v0.24.3
8102026-01-31T04:14:42.383Z Downloaded num-bigint v0.4.6
8112026-01-31T04:14:42.389Z Downloaded schemars v0.8.22
8122026-01-31T04:14:42.400Z Downloaded tagptr v0.2.0
8132026-01-31T04:14:42.402Z Downloaded slog-term v2.9.2
8142026-01-31T04:14:42.405Z Downloaded strum_macros v0.27.2
8152026-01-31T04:14:42.408Z Downloaded publicsuffix v2.3.0
8162026-01-31T04:14:42.411Z Downloaded qorb v0.4.1
8172026-01-31T04:14:42.414Z Downloaded support-bundle-viewer v0.1.2
8182026-01-31T04:14:42.419Z Downloaded thiserror-no-std v2.0.2
8192026-01-31T04:14:42.421Z Downloaded topological-sort v0.2.2
8202026-01-31T04:14:42.424Z Downloaded tower-layer v0.3.3
8212026-01-31T04:14:42.424Z Downloaded rustls-pki-types v1.10.0
8222026-01-31T04:14:42.427Z Downloaded spin v0.9.8
8232026-01-31T04:14:42.429Z Downloaded tiny-keccak v2.0.2
8242026-01-31T04:14:42.432Z Downloaded ryu v1.0.18
8252026-01-31T04:14:42.438Z Downloaded typify-macro v0.2.0
8262026-01-31T04:14:42.442Z Downloaded tls_codec_derive v0.4.1
8272026-01-31T04:14:42.442Z Downloaded quinn v0.11.5
8282026-01-31T04:14:42.444Z Downloaded mio v1.0.2
8292026-01-31T04:14:42.448Z Downloaded typify-macro v0.4.3
8302026-01-31T04:14:42.451Z Downloaded tokio-macros v2.6.0
8312026-01-31T04:14:42.454Z Downloaded tokio-dtrace v0.1.0
8322026-01-31T04:14:42.454Z Downloaded tokio-rustls v0.25.0
8332026-01-31T04:14:42.457Z Downloaded libxml v0.3.3
8342026-01-31T04:14:42.461Z Downloaded libm v0.2.8
8352026-01-31T04:14:42.470Z Downloaded usdt v0.6.0
8362026-01-31T04:14:42.472Z Downloaded usdt-attr-macro v0.6.0
8372026-01-31T04:14:42.472Z Downloaded untrusted v0.7.1
8382026-01-31T04:14:42.475Z Downloaded term v0.7.0
8392026-01-31T04:14:42.478Z Downloaded slog v2.8.2
8402026-01-31T04:14:42.480Z Downloaded utf-8 v0.7.6
8412026-01-31T04:14:42.483Z Downloaded itertools v0.12.1
8422026-01-31T04:14:42.488Z Downloaded tower-service v0.3.3
8432026-01-31T04:14:42.491Z Downloaded toml_writer v1.0.6+spec-1.1.0
8442026-01-31T04:14:42.493Z Downloaded waitgroup v0.1.2
8452026-01-31T04:14:42.493Z Downloaded wait-timeout v0.2.0
8462026-01-31T04:14:42.496Z Downloaded nom v7.1.3
8472026-01-31T04:14:42.500Z Downloaded void v1.0.2
8482026-01-31T04:14:42.502Z Downloaded vte_generate_state_changes v0.1.2
8492026-01-31T04:14:42.502Z Downloaded tui-tree-widget v0.23.1
8502026-01-31T04:14:42.505Z Downloaded socket2 v0.5.10
8512026-01-31T04:14:42.508Z Downloaded aho-corasick v1.1.3
8522026-01-31T04:14:42.511Z Downloaded which v4.4.2
8532026-01-31T04:14:42.513Z Downloaded want v0.3.1
8542026-01-31T04:14:42.516Z Downloaded typify v0.2.0
8552026-01-31T04:14:42.519Z Downloaded tokio-rustls v0.24.1
8562026-01-31T04:14:42.521Z Downloaded tinyvec v1.8.0
8572026-01-31T04:14:42.524Z Downloaded xshell-macros v0.2.7
8582026-01-31T04:14:42.524Z Downloaded similar v2.7.0
8592026-01-31T04:14:42.528Z Downloaded xattr v1.3.1
8602026-01-31T04:14:42.531Z Downloaded schemars v0.9.0
8612026-01-31T04:14:42.541Z Downloaded zone v0.3.1
8622026-01-31T04:14:42.543Z Downloaded h2 v0.4.6
8632026-01-31T04:14:42.547Z Downloaded rsa v0.9.8
8642026-01-31T04:14:42.552Z Downloaded vergen-lib v0.1.6
8652026-01-31T04:14:42.555Z Downloaded zone_cfg_derive v0.3.0
8662026-01-31T04:14:42.555Z Downloaded zeroize_derive v1.4.2
8672026-01-31T04:14:42.558Z Downloaded zone_cfg_derive v0.1.2
8682026-01-31T04:14:42.558Z Downloaded toml_parser v1.0.6+spec-1.1.0
8692026-01-31T04:14:42.560Z Downloaded uzers v0.12.1
8702026-01-31T04:14:42.563Z Downloaded samael v0.0.19
8712026-01-31T04:14:42.568Z Downloaded test-strategy v0.4.3
8722026-01-31T04:14:42.571Z Downloaded whoami v1.5.2
8732026-01-31T04:14:42.574Z Downloaded vsss-rs v3.3.4
8742026-01-31T04:14:42.577Z Downloaded walkdir v2.5.0
8752026-01-31T04:14:42.580Z Downloaded vergen-gitcl v1.0.8
8762026-01-31T04:14:42.582Z Downloaded p521 v0.13.3
8772026-01-31T04:14:42.585Z Downloaded unarray v0.1.4
8782026-01-31T04:14:42.585Z Downloaded tar v0.4.44
8792026-01-31T04:14:42.588Z Downloaded wyz v0.5.1
8802026-01-31T04:14:42.590Z Downloaded twox-hash v2.1.0
8812026-01-31T04:14:42.593Z Downloaded xshell v0.2.7
8822026-01-31T04:14:42.593Z Downloaded schemars v1.0.4
8832026-01-31T04:14:42.605Z Downloaded xz2 v0.1.7
8842026-01-31T04:14:42.610Z Downloaded itertools v0.14.0
8852026-01-31T04:14:42.613Z Downloaded zeroize v1.8.1
8862026-01-31T04:14:42.616Z Downloaded socket2 v0.6.1
8872026-01-31T04:14:42.619Z Downloaded russh v0.45.0
8882026-01-31T04:14:42.623Z Downloaded vte v0.11.1
8892026-01-31T04:14:42.626Z Downloaded aws-lc-rs v1.12.4
8902026-01-31T04:14:42.632Z Downloaded zstd-safe v7.2.3
8912026-01-31T04:14:42.635Z Downloaded zstd v0.13.3
8922026-01-31T04:14:42.638Z Downloaded tracing-core v0.1.32
8932026-01-31T04:14:42.640Z Downloaded unicode-properties v0.1.3
8942026-01-31T04:14:42.643Z Downloaded unicode-bidi v0.3.17
8952026-01-31T04:14:42.646Z Downloaded typify v0.4.3
8962026-01-31T04:14:42.648Z Downloaded uuid v1.19.0
8972026-01-31T04:14:42.651Z Downloaded yasna v0.5.2
8982026-01-31T04:14:42.654Z Downloaded vergen v9.0.6
8992026-01-31T04:14:42.656Z Downloaded unsafe-libyaml v0.2.11
9002026-01-31T04:14:42.659Z Downloaded snafu v0.8.5
9012026-01-31T04:14:42.664Z Downloaded rustyline v14.0.0
9022026-01-31T04:14:42.669Z Downloaded tungstenite v0.23.0
9032026-01-31T04:14:42.672Z Downloaded tracing v0.1.40
9042026-01-31T04:14:42.676Z Downloaded value-bag v1.12.0
9052026-01-31T04:14:42.679Z Downloaded toml v0.7.8
9062026-01-31T04:14:42.682Z Downloaded hyper v1.8.1
9072026-01-31T04:14:42.688Z Downloaded tungstenite v0.21.0
9082026-01-31T04:14:42.692Z Downloaded toml v0.9.11+spec-1.1.0
9092026-01-31T04:14:42.696Z Downloaded steno v0.4.1
9102026-01-31T04:14:42.699Z Downloaded hkdf v0.12.4
9112026-01-31T04:14:42.702Z Downloaded toml_edit v0.19.15
9122026-01-31T04:14:42.718Z Downloaded zopfli v0.8.1
9132026-01-31T04:14:42.721Z Downloaded portable-atomic v1.11.0
9142026-01-31T04:14:42.727Z Downloaded bindgen v0.69.5
9152026-01-31T04:14:42.733Z Downloaded tokio-postgres v0.7.13
9162026-01-31T04:14:42.737Z Downloaded yansi v1.0.1
9172026-01-31T04:14:42.740Z Downloaded p384 v0.13.1
9182026-01-31T04:14:42.744Z Downloaded unicode_categories v0.1.1
9192026-01-31T04:14:42.747Z Downloaded rpassword v7.4.0
9202026-01-31T04:14:42.750Z Downloaded zip v0.6.6
9212026-01-31T04:14:42.753Z Downloaded git2 v0.20.2
9222026-01-31T04:14:42.760Z Downloaded bitvec v1.0.1
9232026-01-31T04:14:42.772Z Downloaded unicode-segmentation v1.12.0
9242026-01-31T04:14:42.775Z Downloaded bindgen v0.71.1
9252026-01-31T04:14:42.782Z Downloaded rayon v1.10.0
9262026-01-31T04:14:42.790Z Downloaded zerocopy-derive v0.8.27
9272026-01-31T04:14:42.797Z Downloaded x509-cert v0.2.5
9282026-01-31T04:14:42.803Z Downloaded tower v0.5.2
9292026-01-31T04:14:42.812Z Downloaded quick-xml v0.37.2
9302026-01-31T04:14:42.818Z Downloaded typed-path v0.9.3
9312026-01-31T04:14:42.824Z Downloaded chrono v0.4.43
9322026-01-31T04:14:42.833Z Downloaded unicode-normalization v0.1.24
9332026-01-31T04:14:42.837Z Downloaded zip v4.2.0
9342026-01-31T04:14:42.842Z Downloaded tough v0.20.0
9352026-01-31T04:14:42.851Z Downloaded time v0.3.43
9362026-01-31T04:14:42.859Z Downloaded serde_with v3.16.1
9372026-01-31T04:14:42.871Z Downloaded sqlparser v0.45.0
9382026-01-31T04:14:42.876Z Downloaded nix v0.27.1
9392026-01-31T04:14:42.887Z Downloaded winnow v0.5.40
9402026-01-31T04:14:42.896Z Downloaded rustls-webpki v0.102.8
9412026-01-31T04:14:42.915Z Downloaded openssl v0.10.73
9422026-01-31T04:14:42.923Z Downloaded polar-core v0.27.3
9432026-01-31T04:14:42.931Z Downloaded moka v0.12.10
9442026-01-31T04:14:42.940Z Downloaded tabled v0.20.0
9452026-01-31T04:14:42.957Z Downloaded winnow v0.6.26
9462026-01-31T04:14:42.965Z Downloaded regex-syntax v0.6.29
9472026-01-31T04:14:42.971Z Downloaded radix_trie v0.2.1
9482026-01-31T04:14:42.976Z Downloaded object v0.36.5
9492026-01-31T04:14:42.986Z Downloaded smoltcp v0.9.1
9502026-01-31T04:14:42.995Z Downloaded tabled v0.18.0
9512026-01-31T04:14:43.013Z Downloaded webpki-roots v1.0.1
9522026-01-31T04:14:43.016Z Downloaded rustls v0.23.19
9532026-01-31T04:14:43.026Z Downloaded regress v0.10.4
9542026-01-31T04:14:43.034Z Downloaded zlib-rs v0.5.1
9552026-01-31T04:14:43.040Z Downloaded vcpkg v0.2.15
9562026-01-31T04:14:43.077Z Downloaded rustls v0.21.12
9572026-01-31T04:14:43.087Z Downloaded nix v0.30.1
9582026-01-31T04:14:43.098Z Downloaded zerocopy v0.8.27
9592026-01-31T04:14:43.121Z Downloaded hickory-proto v0.24.4
9602026-01-31T04:14:43.134Z Downloaded hickory-proto v0.25.2
9612026-01-31T04:14:43.150Z Downloaded rustls v0.22.4
9622026-01-31T04:14:43.162Z Downloaded smoltcp v0.11.0
9632026-01-31T04:14:43.174Z Downloaded openapiv3 v2.2.0
9642026-01-31T04:14:43.184Z Downloaded typify-impl v0.2.0
9652026-01-31T04:14:43.197Z Downloaded regex-syntax v0.8.5
9662026-01-31T04:14:43.205Z Downloaded typify-impl v0.4.3
9672026-01-31T04:14:43.219Z Downloaded ratatui v0.29.0
9682026-01-31T04:14:43.237Z Downloaded bstr v1.10.0
9692026-01-31T04:14:43.245Z Downloaded nix v0.29.0
9702026-01-31T04:14:43.256Z Downloaded diesel v2.2.12
9712026-01-31T04:14:43.274Z Downloaded nix v0.28.0
9722026-01-31T04:14:43.284Z Downloaded jiff v0.2.15
9732026-01-31T04:14:43.299Z Downloaded sled v0.34.7
9742026-01-31T04:14:43.308Z Downloaded dropshot v0.16.7
9752026-01-31T04:14:43.331Z Downloaded salty v0.3.0
9762026-01-31T04:14:43.341Z Downloaded lzma-sys v0.1.20
9772026-01-31T04:14:43.362Z Downloaded bzip2-sys v0.1.13+1.0.8
9782026-01-31T04:14:43.373Z Downloaded petname v2.0.2
9792026-01-31T04:14:43.378Z Downloaded proptest v1.7.0
9802026-01-31T04:14:43.388Z Downloaded csv v1.3.1
9812026-01-31T04:14:43.406Z Downloaded zerocopy-derive v0.6.6
9822026-01-31T04:14:43.417Z Downloaded object v0.30.4
9832026-01-31T04:14:43.422Z Downloaded gimli v0.31.1
9842026-01-31T04:14:43.429Z Downloaded sha3 v0.10.8
9852026-01-31T04:14:43.435Z Downloaded regex-automata v0.4.11
9862026-01-31T04:14:43.448Z Downloaded quinn-proto v0.11.8
9872026-01-31T04:14:43.454Z Downloaded tower-http v0.6.6
9882026-01-31T04:14:43.461Z Downloaded tokio-util v0.7.15
9892026-01-31T04:14:43.468Z Downloaded petgraph v0.6.5
9902026-01-31T04:14:43.485Z Downloaded chrono-tz v0.10.4
9912026-01-31T04:14:43.499Z Downloaded rustls-webpki v0.101.7
9922026-01-31T04:14:43.512Z Downloaded lalrpop v0.19.12
9932026-01-31T04:14:43.522Z Downloaded petgraph v0.8.2
9942026-01-31T04:14:43.541Z Downloaded goblin v0.10.2
9952026-01-31T04:14:43.547Z Downloaded libz-sys v1.1.20
9962026-01-31T04:14:43.564Z Downloaded reqwest v0.12.24
9972026-01-31T04:14:43.570Z Downloaded regex v1.11.3
9982026-01-31T04:14:43.574Z Downloaded zerocopy v0.6.6
9992026-01-31T04:14:43.577Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10002026-01-31T04:14:43.593Z Downloaded ssh-key v0.6.6
10012026-01-31T04:14:43.599Z Downloaded reedline v0.40.0
10022026-01-31T04:14:43.607Z Downloaded subprocess v0.2.9
10032026-01-31T04:14:43.610Z Downloaded tokio v1.49.0
10042026-01-31T04:14:43.642Z Downloaded num-bigint-dig v0.8.6
10052026-01-31T04:14:43.648Z Downloaded zone v0.1.8
10062026-01-31T04:14:43.651Z Downloaded vergen-git2 v1.0.7
10072026-01-31T04:14:43.651Z Downloaded usdt-impl v0.6.0
10082026-01-31T04:14:43.651Z Downloaded tokio-tungstenite v0.23.1
10092026-01-31T04:14:43.653Z Downloaded tokio-native-tls v0.3.1
10102026-01-31T04:14:43.654Z Downloaded itertools v0.13.0
10112026-01-31T04:14:43.659Z Downloaded futures-util v0.3.31
10122026-01-31T04:14:43.671Z Downloaded unicase v2.8.1
10132026-01-31T04:14:43.674Z Downloaded encoding_rs v0.8.34
10142026-01-31T04:14:43.691Z Downloaded tokio-stream v0.1.17
10152026-01-31T04:14:43.695Z Downloaded tokio-rustls v0.26.0
10162026-01-31T04:14:43.698Z Downloaded rand v0.9.2
10172026-01-31T04:14:43.701Z Downloaded rand v0.8.5
10182026-01-31T04:14:43.705Z Downloaded tracing-attributes v0.1.27
10192026-01-31T04:14:43.708Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10202026-01-31T04:14:43.708Z Downloaded blake3 v1.5.4
10212026-01-31T04:14:43.712Z Downloaded time-macros v0.2.24
10222026-01-31T04:14:43.715Z Downloaded term v1.1.0
10232026-01-31T04:14:43.719Z Downloaded usdt-macro v0.6.0
10242026-01-31T04:14:43.722Z Downloaded untrusted v0.9.0
10252026-01-31T04:14:43.723Z Downloaded tokio-tungstenite v0.21.0
10262026-01-31T04:14:43.726Z Downloaded iri-string v0.7.8
10272026-01-31T04:14:43.730Z Downloaded ring v0.17.14
10282026-01-31T04:14:43.765Z Downloaded universal-hash v0.5.1
10292026-01-31T04:14:43.768Z Downloaded unit-prefix v0.5.1
10302026-01-31T04:14:43.768Z Downloaded unicode-truncate v1.1.0
10312026-01-31T04:14:43.768Z Downloaded hashbrown v0.15.4
10322026-01-31T04:14:43.773Z Downloaded aes-gcm v0.10.3
10332026-01-31T04:14:43.777Z Downloaded try-lock v0.2.5
10342026-01-31T04:14:43.777Z Downloaded trait-variant v0.1.2
10352026-01-31T04:14:43.780Z Downloaded tls_codec v0.4.1
10362026-01-31T04:14:43.780Z Downloaded termios v0.3.3
10372026-01-31T04:14:43.780Z Downloaded signal-hook v0.3.18
10382026-01-31T04:14:43.783Z Downloaded serde_yaml v0.9.34+deprecated
10392026-01-31T04:14:43.786Z Downloaded hashbrown v0.12.3
10402026-01-31T04:14:43.788Z Downloaded stringprep v0.1.5
10412026-01-31T04:14:43.791Z Downloaded string_cache v0.8.9
10422026-01-31T04:14:43.791Z Downloaded static_assertions v1.1.0
10432026-01-31T04:14:43.794Z Downloaded rayon-core v1.12.1
10442026-01-31T04:14:43.797Z Downloaded smf v0.2.3
10452026-01-31T04:14:43.797Z Downloaded testing_table v0.3.0
10462026-01-31T04:14:43.802Z Downloaded snafu-derive v0.8.5
10472026-01-31T04:14:43.802Z Downloaded smallvec v0.6.14
10482026-01-31T04:14:43.802Z Downloaded slog-stdlog v4.1.1
10492026-01-31T04:14:43.804Z Downloaded serde_cbor v0.11.2
10502026-01-31T04:14:43.804Z Downloaded sync-ptr v0.1.4
10512026-01-31T04:14:43.804Z Downloaded supports-color v3.0.2
10522026-01-31T04:14:43.807Z Downloaded ron v0.7.1
10532026-01-31T04:14:43.810Z Downloaded slog-dtrace v0.3.0
10542026-01-31T04:14:43.813Z Downloaded slog-async v2.8.0
10552026-01-31T04:14:43.813Z Downloaded pretty_assertions v1.4.1
10562026-01-31T04:14:43.816Z Downloaded http v1.4.0
10572026-01-31T04:14:43.819Z Downloaded slog-json v2.6.1
10582026-01-31T04:14:43.819Z Downloaded slab v0.4.9
10592026-01-31T04:14:43.822Z Downloaded signal-hook-tokio v0.3.1
10602026-01-31T04:14:43.822Z Downloaded russh-keys v0.45.0
10612026-01-31T04:14:43.825Z Downloaded sqlparser_derive v0.2.2
10622026-01-31T04:14:43.825Z Downloaded shlex v1.3.0
10632026-01-31T04:14:43.825Z Downloaded crossterm v0.28.1
10642026-01-31T04:14:43.831Z Downloaded hickory-server v0.25.2
10652026-01-31T04:14:43.834Z Downloaded scroll v0.13.0
10662026-01-31T04:14:43.837Z Downloaded schemars_derive v0.8.22
10672026-01-31T04:14:43.837Z Downloaded openssl-sys v0.9.109
10682026-01-31T04:14:43.841Z Downloaded rustls-pemfile v1.0.4
10692026-01-31T04:14:43.844Z Downloaded hickory-resolver v0.24.4
10702026-01-31T04:14:43.847Z Downloaded heapless v0.8.0
10712026-01-31T04:14:43.850Z Downloaded owo-colors v4.2.2
10722026-01-31T04:14:43.853Z Downloaded sigpipe v0.1.3
10732026-01-31T04:14:43.856Z Downloaded signal-hook-mio v0.2.4
10742026-01-31T04:14:43.856Z Downloaded rustls-native-certs v0.8.1
10752026-01-31T04:14:43.858Z Downloaded sha1 v0.10.6
10762026-01-31T04:14:43.858Z Downloaded rustc-demangle v0.1.24
10772026-01-31T04:14:43.862Z Downloaded pin-project v1.1.6
10782026-01-31T04:14:43.871Z Downloaded libgit2-sys v0.18.2+1.9.1
10792026-01-31T04:14:43.924Z Downloaded aes v0.8.4
10802026-01-31T04:14:43.926Z Downloaded serde_spanned v1.0.4
10812026-01-31T04:14:43.929Z Downloaded serde_bytes v0.11.19
10822026-01-31T04:14:43.929Z Downloaded serde-big-array v0.5.1
10832026-01-31T04:14:43.934Z Downloaded seq-macro v0.3.6
10842026-01-31T04:14:43.934Z Downloaded hyper-util v0.1.19
10852026-01-31T04:14:43.937Z Downloaded secrecy v0.10.3
10862026-01-31T04:14:43.937Z Downloaded hashbrown v0.13.2
10872026-01-31T04:14:43.940Z Downloaded scroll_derive v0.13.1
10882026-01-31T04:14:43.943Z Downloaded scopeguard v1.2.0
10892026-01-31T04:14:43.943Z Downloaded scheduled-thread-pool v0.2.7
10902026-01-31T04:14:43.943Z Downloaded salsa20 v0.10.2
10912026-01-31T04:14:43.946Z Downloaded predicates v3.1.3
10922026-01-31T04:14:43.949Z Downloaded postgres-types v0.2.9
10932026-01-31T04:14:43.949Z Downloaded postcard v1.0.10
10942026-01-31T04:14:43.952Z Downloaded papergrid v0.14.0
10952026-01-31T04:14:43.955Z Downloaded oso v0.27.3
10962026-01-31T04:14:43.958Z Downloaded russh-cryptovec v0.7.3
10972026-01-31T04:14:43.958Z Downloaded rand_xorshift v0.4.0
10982026-01-31T04:14:43.961Z Downloaded rand_core v0.9.3
10992026-01-31T04:14:43.961Z Downloaded rand_chacha v0.9.0
11002026-01-31T04:14:43.961Z Downloaded rustc-hash v1.1.0
11012026-01-31T04:14:43.964Z Downloaded rand_seeder v0.4.0
11022026-01-31T04:14:43.964Z Downloaded progenitor v0.10.0
11032026-01-31T04:14:43.964Z Downloaded indicatif v0.17.11
11042026-01-31T04:14:43.967Z Downloaded phf v0.12.1
11052026-01-31T04:14:43.970Z Downloaded parking_lot v0.12.3
11062026-01-31T04:14:43.973Z Downloaded jiff-static v0.2.15
11072026-01-31T04:14:43.973Z Downloaded parking_lot v0.11.2
11082026-01-31T04:14:43.975Z Downloaded polyval v0.6.2
11092026-01-31T04:14:43.979Z Downloaded poly1305 v0.8.0
11102026-01-31T04:14:43.979Z Downloaded packed_struct v0.10.1
11112026-01-31T04:14:43.981Z Downloaded indicatif v0.18.0
11122026-01-31T04:14:43.984Z Downloaded pkcs8 v0.10.2
11132026-01-31T04:14:43.987Z Downloaded heapless v0.7.17
11142026-01-31T04:14:43.990Z Downloaded pkg-config v0.3.31
11152026-01-31T04:14:43.990Z Downloaded litrs v0.4.1
11162026-01-31T04:14:43.993Z Downloaded bumpalo v3.16.0
11172026-01-31T04:14:43.998Z Downloaded pin-project-internal v1.1.6
11182026-01-31T04:14:43.998Z Downloaded phf_shared v0.12.1
11192026-01-31T04:14:44.001Z Downloaded phf v0.11.2
11202026-01-31T04:14:44.001Z Downloaded peg-macros v0.8.5
11212026-01-31T04:14:44.001Z Downloaded peg v0.8.5
11222026-01-31T04:14:44.004Z Downloaded olpc-cjson v0.1.4
11232026-01-31T04:14:44.004Z Downloaded headers v0.4.1
11242026-01-31T04:14:44.008Z Downloaded ed25519-dalek v2.1.1
11252026-01-31T04:14:44.011Z Downloaded password-hash v0.4.2
11262026-01-31T04:14:44.015Z Downloaded parking_lot_core v0.9.10
11272026-01-31T04:14:44.018Z Downloaded pem-rfc7468 v0.7.0
11282026-01-31T04:14:44.018Z Downloaded paste v1.0.15
11292026-01-31T04:14:44.021Z Downloaded password-hash v0.5.0
11302026-01-31T04:14:44.021Z Downloaded parse-display-derive v0.10.0
11312026-01-31T04:14:44.024Z Downloaded base64 v0.21.7
11322026-01-31T04:14:44.027Z Downloaded oxnet v0.1.4
11332026-01-31T04:14:44.027Z Downloaded ignore v0.4.23
11342026-01-31T04:14:44.030Z Downloaded bytes v1.10.1
11352026-01-31T04:14:44.032Z Downloaded crossbeam-channel v0.5.15
11362026-01-31T04:14:44.035Z Downloaded backtrace v0.3.74
11372026-01-31T04:14:44.041Z Downloaded base64 v0.22.1
11382026-01-31T04:14:44.044Z Downloaded progenitor v0.8.0
11392026-01-31T04:14:44.046Z Downloaded indexmap v1.9.3
11402026-01-31T04:14:44.049Z Downloaded pretty-hex v0.2.1
11412026-01-31T04:14:44.049Z Downloaded predicates-tree v1.0.12
11422026-01-31T04:14:44.049Z Downloaded predicates-core v1.0.8
11432026-01-31T04:14:44.052Z Downloaded precomputed-hash v0.1.1
11442026-01-31T04:14:44.052Z Downloaded nu-ansi-term v0.50.1
11452026-01-31T04:14:44.052Z Downloaded mime_guess v2.0.5
11462026-01-31T04:14:44.057Z Downloaded newtype-uuid v1.3.2
11472026-01-31T04:14:44.057Z Downloaded multer v3.1.0
11482026-01-31T04:14:44.060Z Downloaded nanorand v0.7.0
11492026-01-31T04:14:44.060Z Downloaded native-tls v0.2.12
11502026-01-31T04:14:44.060Z Downloaded dropshot-api-manager v0.2.4
11512026-01-31T04:14:44.063Z Downloaded compact_str v0.8.0
11522026-01-31T04:14:44.065Z Downloaded chacha20poly1305 v0.10.1
11532026-01-31T04:14:44.068Z Downloaded ingot-macros v0.1.1
11542026-01-31T04:14:44.068Z Downloaded libz-rs-sys v0.5.1
11552026-01-31T04:14:44.068Z Downloaded libloading v0.8.5
11562026-01-31T04:14:44.073Z Downloaded libefi-sys v0.1.0
11572026-01-31T04:14:44.073Z Downloaded lock_api v0.4.12
11582026-01-31T04:14:44.076Z Downloaded libsw v3.5.0
11592026-01-31T04:14:44.076Z Downloaded derive_more-impl v2.0.1
11602026-01-31T04:14:44.079Z Downloaded dropshot_endpoint v0.16.7
11612026-01-31T04:14:44.082Z Downloaded ipnetwork v0.21.1
11622026-01-31T04:14:44.085Z Downloaded ipnet v2.11.0
11632026-01-31T04:14:44.085Z Downloaded nonempty v0.12.0
11642026-01-31T04:14:44.088Z Downloaded num-iter v0.1.45
11652026-01-31T04:14:44.088Z Downloaded normalize-line-endings v0.3.0
11662026-01-31T04:14:44.088Z Downloaded newtype-uuid-macros v0.1.0
11672026-01-31T04:14:44.088Z Downloaded new_debug_unreachable v1.0.6
11682026-01-31T04:14:44.091Z Downloaded multimap v0.10.1
11692026-01-31T04:14:44.091Z Downloaded darling_core v0.20.10
11702026-01-31T04:14:44.095Z Downloaded num-conv v0.1.0
11712026-01-31T04:14:44.098Z Downloaded nodrop v0.1.14
11722026-01-31T04:14:44.098Z Downloaded elliptic-curve v0.13.8
11732026-01-31T04:14:44.101Z Downloaded derive-where v1.5.0
11742026-01-31T04:14:44.104Z Downloaded hmac v0.12.1
11752026-01-31T04:14:44.104Z Downloaded arc-swap v1.7.1
11762026-01-31T04:14:44.107Z Downloaded allocator-api2 v0.2.21
11772026-01-31T04:14:44.110Z Downloaded md-5 v0.10.6
11782026-01-31T04:14:44.112Z Downloaded maybe-uninit v2.0.0
11792026-01-31T04:14:44.112Z Downloaded cookie_store v0.21.1
11802026-01-31T04:14:44.116Z Downloaded newtype_derive v0.1.6
11812026-01-31T04:14:44.116Z Downloaded hyper-staticfile v0.10.1
11822026-01-31T04:14:44.119Z Downloaded lru-cache v0.1.2
11832026-01-31T04:14:44.119Z Downloaded ingot v0.1.1
11842026-01-31T04:14:44.119Z Downloaded indoc v2.0.6
11852026-01-31T04:14:44.122Z Downloaded des v0.8.1
11862026-01-31T04:14:44.126Z Downloaded derive_more v2.0.1
11872026-01-31T04:14:44.130Z Downloaded ingot-types v0.1.2
11882026-01-31T04:14:44.133Z Downloaded crc32fast v1.4.2
11892026-01-31T04:14:44.133Z Downloaded base64 v0.13.1
11902026-01-31T04:14:44.146Z Downloaded half v1.8.3
11912026-01-31T04:14:44.146Z Downloaded crossbeam-utils v0.8.21
11922026-01-31T04:14:44.146Z Downloaded md5 v0.7.0
11932026-01-31T04:14:44.146Z Downloaded match_cfg v0.1.0
11942026-01-31T04:14:44.146Z Downloaded lru v0.12.5
11952026-01-31T04:14:44.146Z Downloaded ciborium v0.2.2
11962026-01-31T04:14:44.146Z Downloaded darling v0.21.0
11972026-01-31T04:14:44.149Z Downloaded libsw-core v0.3.1
11982026-01-31T04:14:44.152Z Downloaded humantime v2.2.0
11992026-01-31T04:14:44.152Z Downloaded globset v0.4.15
12002026-01-31T04:14:44.155Z Downloaded getrandom v0.2.15
12012026-01-31T04:14:44.155Z Downloaded diff v0.1.13
12022026-01-31T04:14:44.158Z Downloaded kstat-rs v0.2.4
12032026-01-31T04:14:44.162Z Downloaded highway v1.3.0
12042026-01-31T04:14:44.162Z Downloaded crossbeam-epoch v0.9.18
12052026-01-31T04:14:44.164Z Downloaded const-oid v0.9.6
12062026-01-31T04:14:44.164Z Downloaded glob v0.3.2
12072026-01-31T04:14:44.169Z Downloaded is-terminal v0.4.13
12082026-01-31T04:14:44.169Z Downloaded instant v0.1.13
12092026-01-31T04:14:44.169Z Downloaded instability v0.3.2
12102026-01-31T04:14:44.173Z Downloaded inout v0.1.3
12112026-01-31T04:14:44.173Z Downloaded indoc v1.0.9
12122026-01-31T04:14:44.174Z Downloaded impl-trait-for-tuples v0.2.2
12132026-01-31T04:14:44.177Z Downloaded ident_case v1.0.1
12142026-01-31T04:14:44.177Z Downloaded hubpack v0.1.2
12152026-01-31T04:14:44.177Z Downloaded hostname v0.4.2
12162026-01-31T04:14:44.177Z Downloaded futures v0.3.31
12172026-01-31T04:14:44.180Z Downloaded ecdsa v0.16.9
12182026-01-31T04:14:44.184Z Downloaded colored v2.2.0
12192026-01-31T04:14:44.188Z Downloaded csv-core v0.1.11
12202026-01-31T04:14:44.188Z Downloaded async-bb8-diesel v0.2.1
12212026-01-31T04:14:44.191Z Downloaded deranged v0.5.3
12222026-01-31T04:14:44.191Z Downloaded defmt v0.3.8
12232026-01-31T04:14:44.194Z Downloaded cassowary v0.3.0
12242026-01-31T04:14:44.194Z Downloaded bzip2 v0.4.4
12252026-01-31T04:14:44.198Z Downloaded blake2 v0.10.6
12262026-01-31T04:14:44.198Z Downloaded bitfield v0.19.2
12272026-01-31T04:14:44.198Z Downloaded futures-executor v0.3.31
12282026-01-31T04:14:44.201Z Downloaded futures-channel v0.3.31
12292026-01-31T04:14:44.201Z Downloaded flate2 v1.1.2
12302026-01-31T04:14:44.204Z Downloaded daft-derive v0.1.4
12312026-01-31T04:14:44.209Z Downloaded console v0.16.0
12322026-01-31T04:14:44.211Z Downloaded console v0.15.10
12332026-01-31T04:14:44.214Z Downloaded colored v3.0.0
12342026-01-31T04:14:44.217Z Downloaded camino-tempfile-ext v0.3.2
12352026-01-31T04:14:44.220Z Downloaded foldhash v0.1.5
12362026-01-31T04:14:44.220Z Downloaded fixedbitset v0.5.7
12372026-01-31T04:14:44.220Z Downloaded data-encoding v2.9.0
12382026-01-31T04:14:44.224Z Downloaded ctr v0.9.2
12392026-01-31T04:14:44.224Z Downloaded clang-sys v1.8.1
12402026-01-31T04:14:44.227Z Downloaded hubpack_derive v0.1.1
12412026-01-31T04:14:44.227Z Downloaded http-range v0.1.5
12422026-01-31T04:14:44.227Z Downloaded http-body v1.0.1
12432026-01-31T04:14:44.230Z Downloaded hostname v0.3.1
12442026-01-31T04:14:44.230Z Downloaded home v0.5.9
12452026-01-31T04:14:44.230Z Downloaded hex-literal v0.4.1
12462026-01-31T04:14:44.234Z Downloaded hex v0.4.3
12472026-01-31T04:14:44.234Z Downloaded futures-task v0.3.31
12482026-01-31T04:14:44.234Z Downloaded const_format_proc_macros v0.2.34
12492026-01-31T04:14:44.237Z Downloaded cbc v0.1.2
12502026-01-31T04:14:44.237Z Downloaded cancel-safe-futures v0.1.5
12512026-01-31T04:14:44.240Z Downloaded bzip2 v0.5.2
12522026-01-31T04:14:44.244Z Downloaded bit-vec v0.6.3
12532026-01-31T04:14:44.244Z Downloaded globwalk v0.9.1
12542026-01-31T04:14:44.244Z Downloaded hash32 v0.3.1
12552026-01-31T04:14:44.247Z Downloaded hash32 v0.2.1
12562026-01-31T04:14:44.247Z Downloaded blowfish v0.9.1
12572026-01-31T04:14:44.247Z Downloaded bit-vec v0.8.0
12582026-01-31T04:14:44.247Z Downloaded ahash v0.8.12
12592026-01-31T04:14:44.250Z Downloaded addr2line v0.24.2
12602026-01-31T04:14:44.255Z Downloaded der_derive v0.7.3
12612026-01-31T04:14:44.255Z Downloaded cookie v0.18.1
12622026-01-31T04:14:44.259Z Downloaded futures-io v0.3.31
12632026-01-31T04:14:44.259Z Downloaded fs_extra v1.3.0
12642026-01-31T04:14:44.259Z Downloaded fs-err v2.11.0
12652026-01-31T04:14:44.263Z Downloaded dropshot-api-manager-types v0.2.4
12662026-01-31T04:14:44.263Z Downloaded critical-section v1.1.3
12672026-01-31T04:14:44.263Z Downloaded corncobs v0.1.4
12682026-01-31T04:14:44.266Z Downloaded cmake v0.1.51
12692026-01-31T04:14:44.266Z Downloaded bitflags v1.3.2
12702026-01-31T04:14:44.266Z Downloaded async-trait v0.1.89
12712026-01-31T04:14:44.269Z Downloaded darling_macro v0.20.10
12722026-01-31T04:14:44.272Z Downloaded chacha20 v0.9.1
12732026-01-31T04:14:44.272Z Downloaded bcrypt-pbkdf v0.10.0
12742026-01-31T04:14:44.274Z Downloaded base64ct v1.6.0
12752026-01-31T04:14:44.274Z Downloaded bcs v0.1.6
12762026-01-31T04:14:44.277Z Downloaded backoff v0.4.0
12772026-01-31T04:14:44.280Z Downloaded float-cmp v0.10.0
12782026-01-31T04:14:44.280Z Downloaded endian-type v0.1.2
12792026-01-31T04:14:44.280Z Downloaded dtrace-parser v0.3.0
12802026-01-31T04:14:44.280Z Downloaded dirs-next v2.0.0
12812026-01-31T04:14:44.283Z Downloaded dsl_auto_type v0.1.2
12822026-01-31T04:14:44.283Z Downloaded cexpr v0.6.0
12832026-01-31T04:14:44.286Z Downloaded cargo_metadata v0.19.2
12842026-01-31T04:14:44.286Z Downloaded convert_case v0.7.1
12852026-01-31T04:14:44.289Z Downloaded futures-sink v0.3.31
12862026-01-31T04:14:44.289Z Downloaded curve25519-dalek-derive v0.1.1
12872026-01-31T04:14:44.289Z Downloaded float-ord v0.3.2
12882026-01-31T04:14:44.289Z Downloaded enum-as-inner v0.6.1
12892026-01-31T04:14:44.293Z Downloaded dof v0.4.0
12902026-01-31T04:14:44.293Z Downloaded display-error-chain v0.2.2
12912026-01-31T04:14:44.293Z Downloaded difflib v0.4.0
12922026-01-31T04:14:44.293Z Downloaded diesel_table_macro_syntax v0.2.0
12932026-01-31T04:14:44.296Z Downloaded debug-ignore v1.0.5
12942026-01-31T04:14:44.296Z Downloaded darling_macro v0.21.0
12952026-01-31T04:14:44.296Z Downloaded argon2 v0.5.3
12962026-01-31T04:14:44.299Z Downloaded defmt-macros v0.3.9
12972026-01-31T04:14:44.302Z Downloaded assert_matches v1.5.0
12982026-01-31T04:14:44.302Z Downloaded array-init v0.0.4
12992026-01-31T04:14:44.302Z Downloaded ff v0.13.0
13002026-01-31T04:14:44.304Z Downloaded document-features v0.2.11
13012026-01-31T04:14:44.304Z Downloaded cstr-argument v0.1.2
13022026-01-31T04:14:44.307Z Downloaded crc8 v0.1.1
13032026-01-31T04:14:44.307Z Downloaded castaway v0.2.3
13042026-01-31T04:14:44.307Z Downloaded atomicwrites v0.4.4
13052026-01-31T04:14:44.307Z Downloaded flume v0.11.1
13062026-01-31T04:14:44.310Z Downloaded fixedbitset v0.4.2
13072026-01-31T04:14:44.313Z Downloaded dyn-clone v1.0.20
13082026-01-31T04:14:44.313Z Downloaded drift v0.1.3
13092026-01-31T04:14:44.318Z Downloaded crucible-workspace-hack v0.1.0
13102026-01-31T04:14:44.320Z Downloaded crossterm v0.29.0
13112026-01-31T04:14:44.326Z Downloaded cfg_aliases v0.2.1
13122026-01-31T04:14:44.329Z Downloaded bitfield-struct v0.6.2
13132026-01-31T04:14:44.329Z Downloaded bit-set v0.5.3
13142026-01-31T04:14:44.329Z Downloaded base16ct v0.2.0
13152026-01-31T04:14:44.329Z Downloaded async-recursion v1.1.1
13162026-01-31T04:14:44.332Z Downloaded crc v3.2.1
13172026-01-31T04:14:44.334Z Downloaded derive_more v0.99.20
13182026-01-31T04:14:44.338Z Downloaded cargo-platform v0.1.8
13192026-01-31T04:14:44.341Z Downloaded async-stream v0.3.6
13202026-01-31T04:14:44.341Z Downloaded atty v0.2.14
13212026-01-31T04:14:44.341Z Downloaded curve25519-dalek v4.1.3
13222026-01-31T04:14:44.347Z Downloaded crunchy v0.2.2
13232026-01-31T04:14:44.352Z Downloaded cfg_aliases v0.1.1
13242026-01-31T04:14:44.352Z Downloaded atomic-waker v1.1.2
13252026-01-31T04:14:44.352Z Downloaded ciborium-io v0.2.2
13262026-01-31T04:14:44.352Z Downloaded arrayref v0.3.9
13272026-01-31T04:14:44.355Z Downloaded ciborium-ll v0.2.2
13282026-01-31T04:14:44.355Z Downloaded bitfield-macros v0.19.2
13292026-01-31T04:14:44.355Z Downloaded bit-set v0.8.0
13302026-01-31T04:14:44.355Z Downloaded aead v0.5.2
13312026-01-31T04:14:44.355Z Downloaded env_logger v0.11.8
13322026-01-31T04:14:44.359Z Downloaded diesel_derives v2.2.3
13332026-01-31T04:14:44.362Z Downloaded crypto-bigint v0.5.5
13342026-01-31T04:14:44.367Z Downloaded convert_case v0.4.0
13352026-01-31T04:14:44.370Z Downloaded defmt-parser v0.3.4
13362026-01-31T04:14:44.370Z Downloaded adler2 v2.0.0
13372026-01-31T04:14:44.523Z Downloaded aws-lc-sys v0.26.0
13382026-01-31T04:14:44.829Z Compiling value-bag v1.12.0
13392026-01-31T04:14:44.829Z Compiling lock_api v0.4.12
13402026-01-31T04:14:44.829Z Compiling scopeguard v1.2.0
13412026-01-31T04:14:44.832Z Compiling shlex v1.3.0
13422026-01-31T04:14:44.832Z Compiling typenum v1.17.0
13432026-01-31T04:14:44.832Z Compiling syn v2.0.114
13442026-01-31T04:14:44.995Z Compiling getrandom v0.2.15
13452026-01-31T04:14:45.007Z Compiling jobserver v0.1.32
13462026-01-31T04:14:45.142Z Compiling smallvec v1.15.1
13472026-01-31T04:14:45.372Z Compiling log v0.4.29
13482026-01-31T04:14:45.470Z Compiling cc v1.2.30
13492026-01-31T04:14:45.502Z Compiling rand_core v0.6.4
13502026-01-31T04:14:45.524Z Compiling generic-array v0.14.7
13512026-01-31T04:14:45.842Z Compiling subtle v2.6.1
13522026-01-31T04:14:45.887Z Compiling portable-atomic v1.11.0
13532026-01-31T04:14:45.944Z Compiling critical-section v1.1.3
13542026-01-31T04:14:46.018Z Compiling const-oid v0.9.6
13552026-01-31T04:14:46.109Z Compiling pkg-config v0.3.31
13562026-01-31T04:14:46.150Z Compiling getrandom v0.3.4
13572026-01-31T04:14:46.180Z Compiling serde_json v1.0.149
13582026-01-31T04:14:46.581Z Compiling spin v0.9.8
13592026-01-31T04:14:46.974Z Compiling pin-project-lite v0.2.14
13602026-01-31T04:14:47.134Z Compiling parking_lot_core v0.9.10
13612026-01-31T04:14:47.415Z Compiling regex-syntax v0.8.5
13622026-01-31T04:14:47.761Z Compiling libm v0.2.8
13632026-01-31T04:14:48.139Z Compiling once_cell v1.21.3
13642026-01-31T04:14:48.224Z Compiling rustix v0.38.37
13652026-01-31T04:14:48.287Z Compiling signal-hook-registry v1.4.2
13662026-01-31T04:14:48.564Z Compiling num-traits v0.2.19
13672026-01-31T04:14:48.860Z Compiling allocator-api2 v0.2.21
13682026-01-31T04:14:48.978Z Compiling parking_lot v0.12.3
13692026-01-31T04:14:49.206Z Compiling mio v1.0.2
13702026-01-31T04:14:49.332Z Compiling futures-core v0.3.31
13712026-01-31T04:14:49.552Z Compiling lazy_static v1.5.0
13722026-01-31T04:14:49.607Z Compiling aho-corasick v1.1.3
13732026-01-31T04:14:49.705Z Compiling percent-encoding v2.3.2
13742026-01-31T04:14:49.837Z Compiling socket2 v0.6.1
13752026-01-31T04:14:50.080Z Compiling slab v0.4.9
13762026-01-31T04:14:50.312Z Compiling cpufeatures v0.2.14
13772026-01-31T04:14:50.429Z Compiling futures-sink v0.3.31
13782026-01-31T04:14:50.473Z Compiling glob v0.3.2
13792026-01-31T04:14:50.614Z Compiling either v1.15.0
13802026-01-31T04:14:50.749Z Compiling futures-channel v0.3.31
13812026-01-31T04:14:50.956Z Compiling hashbrown v0.16.1
13822026-01-31T04:14:51.039Z Compiling pin-utils v0.1.0
13832026-01-31T04:14:51.160Z Compiling prettyplease v0.2.36
13842026-01-31T04:14:51.205Z Compiling futures-task v0.3.31
13852026-01-31T04:14:51.311Z Compiling clang-sys v1.8.1
13862026-01-31T04:14:51.532Z Compiling futures-io v0.3.31
13872026-01-31T04:14:51.535Z Compiling rustversion v1.0.22
13882026-01-31T04:14:51.807Z Compiling regex-automata v0.4.11
13892026-01-31T04:14:52.046Z Compiling minimal-lexical v0.2.1
13902026-01-31T04:14:52.073Z Compiling indexmap v2.13.0
13912026-01-31T04:14:52.137Z Compiling libloading v0.8.5
13922026-01-31T04:14:52.544Z Compiling synstructure v0.13.1
13932026-01-31T04:14:52.598Z Compiling nom v7.1.3
13942026-01-31T04:14:53.420Z Compiling ident_case v1.0.1
13952026-01-31T04:14:53.565Z Compiling home v0.5.9
13962026-01-31T04:14:53.614Z Compiling bindgen v0.69.5
13972026-01-31T04:14:53.617Z Compiling base64ct v1.6.0
13982026-01-31T04:14:53.993Z Compiling itertools v0.12.1
13992026-01-31T04:14:54.234Z Compiling pem-rfc7468 v0.7.0
14002026-01-31T04:14:54.621Z Compiling form_urlencoded v1.2.2
14012026-01-31T04:14:54.885Z Compiling lazycell v1.3.0
14022026-01-31T04:14:54.939Z Compiling rustc-hash v1.1.0
14032026-01-31T04:14:55.088Z Compiling flagset v0.4.6
14042026-01-31T04:14:55.122Z Compiling rand_core v0.9.3
14052026-01-31T04:14:55.337Z Compiling cmake v0.1.51
14062026-01-31T04:14:55.705Z Compiling cexpr v0.6.0
14072026-01-31T04:14:55.873Z Compiling foldhash v0.1.5
14082026-01-31T04:14:56.177Z Compiling iana-time-zone v0.1.63
14092026-01-31T04:14:56.193Z Compiling fs_extra v1.3.0
14102026-01-31T04:14:56.545Z Compiling paste v1.0.15
14112026-01-31T04:14:56.715Z Compiling dunce v1.0.5
14122026-01-31T04:14:56.762Z Compiling hashbrown v0.15.4
14132026-01-31T04:14:56.849Z Compiling rustc_version v0.4.1
14142026-01-31T04:14:56.870Z Compiling uuid v1.19.0
14152026-01-31T04:14:57.129Z Compiling regex v1.11.3
14162026-01-31T04:14:57.271Z Compiling zerocopy v0.8.27
14172026-01-31T04:14:57.295Z Compiling serde_derive v1.0.228
14182026-01-31T04:14:57.519Z Compiling zeroize_derive v1.4.2
14192026-01-31T04:14:58.009Z Compiling zerofrom-derive v0.1.4
14202026-01-31T04:14:58.110Z Compiling yoke-derive v0.7.4
14212026-01-31T04:14:58.130Z Compiling zerovec-derive v0.10.3
14222026-01-31T04:14:58.419Z Compiling displaydoc v0.2.5
14232026-01-31T04:14:58.914Z Compiling zeroize v1.8.1
14242026-01-31T04:14:59.990Z Compiling zerocopy-derive v0.7.35
14252026-01-31T04:15:00.585Z Compiling icu_provider_macros v1.5.0
14262026-01-31T04:15:00.731Z Compiling crypto-common v0.1.6
14272026-01-31T04:15:00.807Z Compiling block-buffer v0.10.4
14282026-01-31T04:15:00.984Z Compiling tokio-macros v2.6.0
14292026-01-31T04:15:01.107Z Compiling digest v0.10.7
14302026-01-31T04:15:01.342Z Compiling zerofrom v0.1.4
14312026-01-31T04:15:01.596Z Compiling yoke v0.7.4
14322026-01-31T04:15:01.617Z Compiling hmac v0.12.1
14332026-01-31T04:15:01.620Z Compiling thiserror-impl v2.0.18
14342026-01-31T04:15:01.836Z Compiling zerocopy v0.7.35
14352026-01-31T04:15:01.895Z Compiling block-padding v0.3.3
14362026-01-31T04:15:01.974Z Compiling zerovec v0.10.4
14372026-01-31T04:15:02.031Z Compiling futures-macro v0.3.31
14382026-01-31T04:15:02.186Z Compiling inout v0.1.3
14392026-01-31T04:15:02.552Z Compiling cipher v0.4.4
14402026-01-31T04:15:02.574Z Compiling sha2 v0.10.9
14412026-01-31T04:15:03.124Z Compiling der_derive v0.7.3
14422026-01-31T04:15:03.261Z Compiling ppv-lite86 v0.2.20
14432026-01-31T04:15:03.910Z Compiling tinystr v0.7.6
14442026-01-31T04:15:03.951Z Compiling icu_collections v1.5.0
14452026-01-31T04:15:04.060Z Compiling futures-util v0.3.31
14462026-01-31T04:15:04.109Z Compiling salsa20 v0.10.2
14472026-01-31T04:15:04.303Z Compiling icu_locid v1.5.0
14482026-01-31T04:15:04.346Z Compiling pbkdf2 v0.12.2
14492026-01-31T04:15:04.454Z Compiling serde v1.0.228
14502026-01-31T04:15:04.548Z Compiling vcpkg v0.2.15
14512026-01-31T04:15:04.822Z Compiling thiserror v2.0.18
14522026-01-31T04:15:05.008Z Compiling pest v2.8.2
14532026-01-31T04:15:05.143Z Compiling scrypt v0.11.0
14542026-01-31T04:15:05.211Z Compiling der v0.7.10
14552026-01-31T04:15:05.604Z Compiling bitflags v2.9.4
14562026-01-31T04:15:05.700Z Compiling bytes v1.10.1
14572026-01-31T04:15:06.123Z Compiling icu_provider v1.5.0
14582026-01-31T04:15:06.214Z Compiling chrono v0.4.43
14592026-01-31T04:15:06.268Z Compiling openssl-sys v0.9.109
14602026-01-31T04:15:07.083Z Compiling tokio v1.49.0
14612026-01-31T04:15:07.140Z Compiling icu_locid_transform v1.5.0
14622026-01-31T04:15:07.449Z Compiling spki v0.7.3
14632026-01-31T04:15:07.873Z Compiling pest_meta v2.8.2
14642026-01-31T04:15:07.986Z Compiling http v1.4.0
14652026-01-31T04:15:08.168Z Compiling rand_chacha v0.9.0
14662026-01-31T04:15:09.382Z Compiling icu_properties v1.5.1
14672026-01-31T04:15:09.483Z Compiling cbc v0.1.2
14682026-01-31T04:15:09.632Z Compiling which v4.4.2
14692026-01-31T04:15:09.758Z Compiling aes v0.8.4
14702026-01-31T04:15:09.860Z Compiling zerocopy-derive v0.8.27
14712026-01-31T04:15:10.636Z Compiling pest_generator v2.8.2
14722026-01-31T04:15:11.250Z Compiling pkcs5 v0.7.1
14732026-01-31T04:15:12.270Z Compiling rand v0.9.2
14742026-01-31T04:15:12.436Z Compiling tracing-attributes v0.1.27
14752026-01-31T04:15:12.473Z Compiling serde_derive_internals v0.29.1
14762026-01-31T04:15:12.647Z Compiling ring v0.17.14
14772026-01-31T04:15:13.749Z Compiling icu_normalizer v1.5.0
14782026-01-31T04:15:13.997Z Compiling tracing-core v0.1.32
14792026-01-31T04:15:14.039Z Compiling rustix v1.1.3
14802026-01-31T04:15:14.645Z Compiling aws-lc-rs v1.12.4
14812026-01-31T04:15:14.781Z Compiling idna_adapter v1.2.0
14822026-01-31T04:15:15.036Z Compiling idna v1.0.3
14832026-01-31T04:15:15.111Z Compiling adler2 v2.0.0
14842026-01-31T04:15:15.164Z Compiling schemars v0.8.22
14852026-01-31T04:15:15.350Z Compiling miniz_oxide v0.8.5
14862026-01-31T04:15:15.573Z Compiling schemars_derive v0.8.22
14872026-01-31T04:15:15.631Z Compiling url v2.5.4
14882026-01-31T04:15:15.764Z Compiling tokio-util v0.7.15
14892026-01-31T04:15:16.498Z Compiling tracing v0.1.40
14902026-01-31T04:15:16.759Z Compiling pest_derive v2.8.2
14912026-01-31T04:15:17.003Z Compiling pkcs8 v0.10.2
14922026-01-31T04:15:17.352Z Compiling http-body v1.0.1
14932026-01-31T04:15:17.591Z Compiling scroll_derive v0.13.1
14942026-01-31T04:15:17.630Z Compiling darling_core v0.20.10
14952026-01-31T04:15:17.674Z Compiling httparse v1.9.5
14962026-01-31T04:15:18.007Z Compiling dyn-clone v1.0.20
14972026-01-31T04:15:18.254Z Compiling tinyvec_macros v0.1.1
14982026-01-31T04:15:18.327Z Compiling rustls-pki-types v1.10.0
14992026-01-31T04:15:18.348Z Compiling base64 v0.22.1
15002026-01-31T04:15:18.369Z Compiling tinyvec v1.8.0
15012026-01-31T04:15:19.438Z Compiling scroll v0.13.0
15022026-01-31T04:15:19.876Z Compiling bzip2-sys v0.1.13+1.0.8
15032026-01-31T04:15:20.000Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15042026-01-31T04:15:20.371Z Compiling openssl v0.10.73
15052026-01-31T04:15:20.758Z Compiling atomic-waker v1.1.2
15062026-01-31T04:15:20.795Z Compiling tower-service v0.3.3
15072026-01-31T04:15:20.839Z Compiling foreign-types-shared v0.1.1
15082026-01-31T04:15:20.949Z Compiling time-core v0.1.6
15092026-01-31T04:15:20.952Z Compiling num-conv v0.1.0
15102026-01-31T04:15:20.993Z Compiling powerfmt v0.2.0
15112026-01-31T04:15:21.235Z Compiling try-lock v0.2.5
15122026-01-31T04:15:21.287Z Compiling openssl-probe v0.1.5
15132026-01-31T04:15:21.372Z Compiling tower-layer v0.3.3
15142026-01-31T04:15:21.399Z Compiling untrusted v0.9.0
15152026-01-31T04:15:21.604Z Compiling untrusted v0.7.1
15162026-01-31T04:15:21.607Z Compiling tempfile v3.24.0
15172026-01-31T04:15:21.657Z Compiling want v0.3.1
15182026-01-31T04:15:21.826Z Compiling time-macros v0.2.24
15192026-01-31T04:15:21.955Z Compiling deranged v0.5.3
15202026-01-31T04:15:22.157Z Compiling foreign-types v0.3.2
15212026-01-31T04:15:22.288Z Compiling h2 v0.4.6
15222026-01-31T04:15:23.155Z Compiling darling_macro v0.20.10
15232026-01-31T04:15:24.075Z Compiling darling v0.20.10
15242026-01-31T04:15:24.098Z Compiling goblin v0.10.2
15252026-01-31T04:15:24.540Z Compiling ipnet v2.11.0
15262026-01-31T04:15:24.822Z Compiling openssl-macros v0.1.1
15272026-01-31T04:15:25.615Z Compiling wait-timeout v0.2.0
15282026-01-31T04:15:25.682Z Compiling crossbeam-utils v0.8.21
15292026-01-31T04:15:25.802Z Compiling syn v1.0.109
15302026-01-31T04:15:25.825Z Compiling rustls v0.23.19
15312026-01-31T04:15:26.108Z Compiling native-tls v0.2.12
15322026-01-31T04:15:26.138Z Compiling num_threads v0.1.7
15332026-01-31T04:15:26.189Z Compiling gimli v0.31.1
15342026-01-31T04:15:26.283Z Compiling quick-error v1.2.3
15352026-01-31T04:15:26.386Z Compiling httpdate v1.0.3
15362026-01-31T04:15:26.451Z Compiling bit-vec v0.8.0
15372026-01-31T04:15:26.475Z Compiling usdt-impl v0.6.0
15382026-01-31T04:15:26.827Z Compiling bit-set v0.8.0
15392026-01-31T04:15:26.907Z Compiling rusty-fork v0.3.0
15402026-01-31T04:15:27.015Z Compiling time v0.3.43
15412026-01-31T04:15:27.636Z Compiling derive_builder_core v0.20.2
15422026-01-31T04:15:29.943Z Compiling hyper v1.8.1
15432026-01-31T04:15:30.946Z Compiling addr2line v0.24.2
15442026-01-31T04:15:31.155Z Compiling dof v0.4.0
15452026-01-31T04:15:31.634Z Compiling unicode-normalization v0.1.24
15462026-01-31T04:15:31.777Z Compiling dtrace-parser v0.3.0
15472026-01-31T04:15:32.675Z Compiling signature v2.2.0
15482026-01-31T04:15:32.997Z Compiling heapless v0.7.17
15492026-01-31T04:15:33.260Z Compiling scroll_derive v0.12.0
15502026-01-31T04:15:33.486Z Compiling thiserror-impl v1.0.69
15512026-01-31T04:15:33.558Z Compiling rand_xorshift v0.4.0
15522026-01-31T04:15:33.617Z Compiling slog v2.8.2
15532026-01-31T04:15:33.877Z Compiling darling_core v0.21.0
15542026-01-31T04:15:33.977Z Compiling thread-id v5.0.0
15552026-01-31T04:15:34.145Z Compiling cookie v0.18.1
15562026-01-31T04:15:34.444Z Compiling object v0.36.5
15572026-01-31T04:15:34.612Z Compiling crc32fast v1.4.2
15582026-01-31T04:15:34.653Z Compiling signal-hook v0.3.18
15592026-01-31T04:15:34.959Z Compiling unarray v0.1.4
15602026-01-31T04:15:34.988Z Compiling unicode-bidi v0.3.17
15612026-01-31T04:15:35.135Z Compiling siphasher v0.3.11
15622026-01-31T04:15:35.197Z Compiling zstd-safe v7.2.3
15632026-01-31T04:15:35.490Z Compiling zlib-rs v0.5.1
15642026-01-31T04:15:35.555Z Compiling unicode-properties v0.1.3
15652026-01-31T04:15:35.991Z Compiling anyhow v1.0.99
15662026-01-31T04:15:36.138Z Compiling rustc-demangle v0.1.24
15672026-01-31T04:15:36.298Z Compiling thiserror v1.0.69
15682026-01-31T04:15:36.477Z Compiling stringprep v0.1.5
15692026-01-31T04:15:36.778Z Compiling phf_shared v0.11.2
15702026-01-31T04:15:36.979Z Compiling proptest v1.7.0
15712026-01-31T04:15:37.069Z Compiling scroll v0.12.0
15722026-01-31T04:15:37.692Z Compiling hyper-util v0.1.19
15732026-01-31T04:15:38.294Z Compiling derive_builder_macro v0.20.2
15742026-01-31T04:15:39.723Z Compiling ipnetwork v0.21.1
15752026-01-31T04:15:39.982Z Compiling darling_macro v0.21.0
15762026-01-31T04:15:40.540Z Compiling serde_tokenstream v0.2.2
15772026-01-31T04:15:40.891Z Compiling backtrace v0.3.74
15782026-01-31T04:15:41.161Z Compiling serde_spanned v0.6.9
15792026-01-31T04:15:41.289Z Compiling erased-serde v0.3.31
15802026-01-31T04:15:41.413Z Compiling toml_datetime v0.6.11
15812026-01-31T04:15:41.682Z Compiling rand_chacha v0.3.1
15822026-01-31T04:15:41.952Z Compiling libz-rs-sys v0.5.1
15832026-01-31T04:15:42.316Z Compiling md-5 v0.10.6
15842026-01-31T04:15:42.630Z Compiling curve25519-dalek v4.1.3
15852026-01-31T04:15:42.632Z Compiling vergen-lib v0.1.6
15862026-01-31T04:15:42.704Z Compiling num-integer v0.1.46
15872026-01-31T04:15:43.000Z Compiling sync_wrapper v1.0.1
15882026-01-31T04:15:43.185Z Compiling ff v0.13.0
15892026-01-31T04:15:43.346Z Compiling hash32 v0.2.1
15902026-01-31T04:15:43.436Z Compiling memoffset v0.9.1
15912026-01-31T04:15:43.458Z Compiling fallible-iterator v0.2.0
15922026-01-31T04:15:43.646Z Compiling num-bigint-dig v0.8.6
15932026-01-31T04:15:43.671Z Compiling smoltcp v0.9.1
15942026-01-31T04:15:43.726Z Compiling ref-cast v1.0.25
15952026-01-31T04:15:43.786Z Compiling cfg_aliases v0.2.1
15962026-01-31T04:15:43.911Z Compiling psl-types v2.0.11
15972026-01-31T04:15:43.985Z Compiling base16ct v0.2.0
15982026-01-31T04:15:44.123Z Compiling litrs v0.4.1
15992026-01-31T04:15:44.145Z Compiling publicsuffix v2.3.0
16002026-01-31T04:15:44.315Z Compiling sec1 v0.7.3
16012026-01-31T04:15:44.365Z Compiling postgres-protocol v0.6.8
16022026-01-31T04:15:44.419Z Compiling nix v0.29.0
16032026-01-31T04:15:44.905Z Compiling group v0.13.0
16042026-01-31T04:15:45.273Z Compiling document-features v0.2.11
16052026-01-31T04:15:45.277Z Compiling num-iter v0.1.45
16062026-01-31T04:15:45.376Z Compiling tower v0.5.2
16072026-01-31T04:15:45.544Z Compiling newtype-uuid v1.3.2
16082026-01-31T04:15:45.648Z Compiling flate2 v1.1.2
16092026-01-31T04:15:46.239Z Compiling rand v0.8.5
16102026-01-31T04:15:46.435Z Compiling darling v0.21.0
16112026-01-31T04:15:46.545Z Compiling oxnet v0.1.4
16122026-01-31T04:15:46.574Z Compiling derive_builder v0.20.2
16132026-01-31T04:15:46.577Z Compiling tokio-native-tls v0.3.1
16142026-01-31T04:15:46.773Z Compiling goblin v0.8.2
16152026-01-31T04:15:47.855Z Compiling rustls-native-certs v0.8.1
16162026-01-31T04:15:47.981Z Compiling webpki-roots v1.0.1
16172026-01-31T04:15:48.102Z Compiling http-body-util v0.1.3
16182026-01-31T04:15:48.219Z Compiling strum_macros v0.27.2
16192026-01-31T04:15:48.222Z Compiling terminal_size v0.4.0
16202026-01-31T04:15:48.403Z Compiling cargo-platform v0.1.8
16212026-01-31T04:15:48.503Z Compiling hkdf v0.12.4
16222026-01-31T04:15:48.612Z Compiling crypto-bigint v0.5.5
16232026-01-31T04:15:48.797Z Compiling async-trait v0.1.89
16242026-01-31T04:15:48.907Z Compiling curve25519-dalek-derive v0.1.1
16252026-01-31T04:15:50.334Z Compiling ref-cast-impl v1.0.25
16262026-01-31T04:15:50.841Z Compiling hubpack_derive v0.1.1
16272026-01-31T04:15:51.392Z Compiling daft-derive v0.1.4
16282026-01-31T04:15:51.567Z Compiling vergen v9.0.6
16292026-01-31T04:15:51.729Z Compiling ahash v0.8.12
16302026-01-31T04:15:51.912Z Compiling fs-err v3.1.1
16312026-01-31T04:15:52.109Z Compiling ryu v1.0.18
16322026-01-31T04:15:52.288Z Compiling buf-list v1.0.3
16332026-01-31T04:15:52.507Z Compiling iri-string v0.7.8
16342026-01-31T04:15:52.910Z Compiling managed v0.8.0
16352026-01-31T04:15:52.938Z Compiling lockfree-object-pool v0.1.6
16362026-01-31T04:15:53.082Z Compiling bitflags v1.3.2
16372026-01-31T04:15:53.215Z Compiling winnow v0.5.40
16382026-01-31T04:15:53.250Z Compiling bumpalo v3.16.0
16392026-01-31T04:15:53.328Z Compiling simd-adler32 v0.3.7
16402026-01-31T04:15:53.765Z Compiling unicode-segmentation v1.12.0
16412026-01-31T04:15:53.920Z Compiling zopfli v0.8.1
16422026-01-31T04:15:54.609Z Compiling clap_builder v4.5.48
16432026-01-31T04:15:55.444Z Compiling tower-http v0.6.6
16442026-01-31T04:15:55.924Z Compiling strum v0.27.2
16452026-01-31T04:15:56.148Z Compiling daft v0.1.4
16462026-01-31T04:15:56.338Z Compiling dof v0.3.0
16472026-01-31T04:15:56.386Z Compiling serde_urlencoded v0.7.1
16482026-01-31T04:15:56.568Z Compiling toml_edit v0.19.15
16492026-01-31T04:15:56.766Z Compiling hubpack v0.1.2
16502026-01-31T04:15:56.790Z Compiling elliptic-curve v0.13.8
16512026-01-31T04:15:57.183Z Compiling cargo_metadata v0.19.2
16522026-01-31T04:15:57.699Z Compiling hyper-tls v0.6.0
16532026-01-31T04:15:58.121Z Compiling zstd v0.13.3
16542026-01-31T04:15:58.637Z Compiling signal-hook-mio v0.2.4
16552026-01-31T04:15:58.830Z Compiling cookie_store v0.21.1
16562026-01-31T04:16:00.563Z Compiling serde_with_macros v3.16.1
16572026-01-31T04:16:01.131Z Compiling postgres-types v0.2.9
16582026-01-31T04:16:02.395Z Compiling usdt-macro v0.6.0
16592026-01-31T04:16:02.430Z Compiling usdt-attr-macro v0.6.0
16602026-01-31T04:16:02.906Z Compiling phf v0.11.2
16612026-01-31T04:16:03.089Z Compiling dtrace-parser v0.2.0
16622026-01-31T04:16:03.202Z Compiling ed25519 v2.2.3
16632026-01-31T04:16:03.328Z Compiling bzip2 v0.5.2
16642026-01-31T04:16:03.742Z Compiling bzip2 v0.4.4
16652026-01-31T04:16:03.908Z Compiling pkcs1 v0.7.5
16662026-01-31T04:16:04.034Z Compiling clap_derive v4.5.47
16672026-01-31T04:16:04.148Z Compiling enum-as-inner v0.6.1
16682026-01-31T04:16:04.813Z Compiling strum_macros v0.26.4
16692026-01-31T04:16:04.880Z Compiling hex v0.4.3
16702026-01-31T04:16:04.903Z Compiling serde-big-array v0.5.1
16712026-01-31T04:16:05.163Z Compiling rfc6979 v0.4.0
16722026-01-31T04:16:05.184Z Compiling serde_repr v0.1.19
16732026-01-31T04:16:05.216Z Compiling bstr v1.10.0
16742026-01-31T04:16:05.365Z Compiling float-cmp v0.10.0
16752026-01-31T04:16:05.478Z Compiling env_filter v0.1.2
16762026-01-31T04:16:05.637Z Compiling memmap2 v0.9.8
16772026-01-31T04:16:06.055Z Compiling socket2 v0.5.10
16782026-01-31T04:16:06.116Z Compiling encoding_rs v0.8.34
16792026-01-31T04:16:06.243Z Compiling fixedbitset v0.4.2
16802026-01-31T04:16:06.629Z Compiling fixedbitset v0.5.7
16812026-01-31T04:16:06.691Z Compiling new_debug_unreachable v1.0.6
16822026-01-31T04:16:06.813Z Compiling precomputed-hash v0.1.1
16832026-01-31T04:16:06.932Z Compiling normalize-line-endings v0.3.0
16842026-01-31T04:16:06.953Z Compiling mime v0.3.17
16852026-01-31T04:16:07.089Z Compiling jiff v0.2.15
16862026-01-31T04:16:07.314Z Compiling static_assertions v1.1.0
16872026-01-31T04:16:07.442Z Compiling data-encoding v2.9.0
16882026-01-31T04:16:07.466Z Compiling difflib v0.4.0
16892026-01-31T04:16:08.333Z Compiling rustc-hash v2.1.1
16902026-01-31T04:16:08.548Z Compiling predicates-core v1.0.8
16912026-01-31T04:16:08.735Z Compiling foldhash v0.2.0
16922026-01-31T04:16:08.865Z Compiling whoami v1.5.2
16932026-01-31T04:16:09.060Z Compiling keccak v0.1.5
16942026-01-31T04:16:09.143Z Compiling toml_edit v0.22.27
16952026-01-31T04:16:09.163Z Compiling strum v0.26.3
16962026-01-31T04:16:09.360Z Compiling tokio-postgres v0.7.13
16972026-01-31T04:16:09.414Z Compiling sha3 v0.10.8
16982026-01-31T04:16:09.767Z Compiling iddqd v0.3.16
16992026-01-31T04:16:10.546Z Compiling predicates v3.1.3
17002026-01-31T04:16:11.313Z Compiling clap v4.5.48
17012026-01-31T04:16:11.376Z Compiling hickory-proto v0.25.2
17022026-01-31T04:16:11.454Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-01-31T04:16:12.009Z Compiling petgraph v0.8.2
17042026-01-31T04:16:12.312Z Compiling string_cache v0.8.9
17052026-01-31T04:16:12.776Z Compiling petgraph v0.6.5
17062026-01-31T04:16:14.631Z Compiling zip v4.2.0
17072026-01-31T04:16:16.016Z Compiling similar v2.7.0
17082026-01-31T04:16:16.369Z Compiling usdt v0.6.0
17092026-01-31T04:16:16.456Z Compiling env_logger v0.11.8
17102026-01-31T04:16:16.838Z Compiling usdt-impl v0.5.0
17112026-01-31T04:16:16.864Z Compiling serde_with v3.16.1
17122026-01-31T04:16:17.186Z Compiling ecdsa v0.16.9
17132026-01-31T04:16:18.053Z Compiling rsa v0.9.8
17142026-01-31T04:16:18.080Z Compiling zip v0.6.6
17152026-01-31T04:16:18.102Z Compiling ed25519-dalek v2.1.1
17162026-01-31T04:16:19.322Z Compiling toml v0.7.8
17172026-01-31T04:16:19.457Z Compiling crossterm v0.28.1
17182026-01-31T04:16:20.679Z Compiling heck v0.4.1
17192026-01-31T04:16:20.714Z Compiling crossbeam-epoch v0.9.18
17202026-01-31T04:16:20.780Z Compiling tokio-stream v0.1.17
17212026-01-31T04:16:21.130Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17222026-01-31T04:16:21.158Z Compiling x509-cert v0.2.5
17232026-01-31T04:16:21.389Z Compiling openapiv3 v2.2.0
17242026-01-31T04:16:21.577Z Compiling sha1 v0.10.6
17252026-01-31T04:16:21.765Z Compiling itertools v0.10.5
17262026-01-31T04:16:22.032Z Compiling itertools v0.13.0
17272026-01-31T04:16:22.627Z Compiling winnow v0.6.26
17282026-01-31T04:16:23.030Z Compiling peg-runtime v0.8.5
17292026-01-31T04:16:23.632Z Compiling lalrpop-util v0.19.12
17302026-01-31T04:16:24.007Z Compiling thread_local v1.1.8
17312026-01-31T04:16:24.315Z Compiling slog-async v2.8.0
17322026-01-31T04:16:24.482Z Compiling crossbeam-channel v0.5.15
17332026-01-31T04:16:24.935Z Compiling xattr v1.3.1
17342026-01-31T04:16:25.018Z Compiling futures-executor v0.3.31
17352026-01-31T04:16:25.219Z Compiling is-terminal v0.4.13
17362026-01-31T04:16:25.282Z Compiling filetime v0.2.26
17372026-01-31T04:16:25.380Z Compiling take_mut v0.2.2
17382026-01-31T04:16:25.458Z Compiling term v1.1.0
17392026-01-31T04:16:25.506Z Compiling tar v0.4.44
17402026-01-31T04:16:25.558Z Compiling futures v0.3.31
17412026-01-31T04:16:26.066Z Compiling slog-term v2.9.2
17422026-01-31T04:16:28.711Z Compiling aws-lc-sys v0.26.0
17432026-01-31T04:16:57.852Z Compiling rustls-webpki v0.102.8
17442026-01-31T04:17:02.328Z Compiling tokio-rustls v0.26.0
17452026-01-31T04:17:02.588Z Compiling hyper-rustls v0.27.7
17462026-01-31T04:17:02.934Z Compiling reqwest v0.12.24
17472026-01-31T04:17:06.617Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-01-31T04:17:06.914Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-01-31T04:17:11.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
17502026-01-31T04:17:11.651Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-01-31T04:17:11.708ZJan 31 04:17:10.196 INFO Starting download, target: Console
17522026-01-31T04:17:11.708ZJan 31 04:17:10.197 INFO Starting download, target: DendriteStub
17532026-01-31T04:17:11.708ZJan 31 04:17:10.197 INFO Starting download, target: Clickhouse
17542026-01-31T04:17:11.711ZJan 31 04:17:10.197 INFO Starting download, target: Cockroach
17552026-01-31T04:17:11.711ZJan 31 04:17:10.197 INFO Starting download, target: MaghemiteMgd
17562026-01-31T04:17:11.711ZJan 31 04:17:10.197 INFO Starting download, target: TransceiverControl
17572026-01-31T04:17:11.711ZJan 31 04:17:10.197 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-01-31T04:17:11.711ZJan 31 04:17:10.197 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-01-31T04:17:11.711ZJan 31 04:17:10.197 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-01-31T04:17:11.711ZJan 31 04:17:10.197 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-01-31T04:17:11.711ZJan 31 04:17:10.197 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-01-31T04:17:11.711ZJan 31 04:17:10.198 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-01-31T04:17:12.012ZJan 31 04:17:10.499 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-01-31T04:17:12.325ZJan 31 04:17:10.793 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17652026-01-31T04:17:12.483ZJan 31 04:17:10.954 INFO Download complete, target: TransceiverControl
17662026-01-31T04:17:12.809ZJan 31 04:17:11.293 INFO Download complete, target: Console
17672026-01-31T04:17:13.137ZJan 31 04:17:11.621 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-01-31T04:17:13.244ZJan 31 04:17:11.732 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-01-31T04:17:13.569ZJan 31 04:17:12.058 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17702026-01-31T04:17:13.570ZJan 31 04:17:12.058 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17712026-01-31T04:17:13.642ZJan 31 04:17:12.130 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-01-31T04:17:17.026ZJan 31 04:17:15.514 INFO Download complete, target: DendriteStub
17732026-01-31T04:17:17.217ZJan 31 04:17:15.704 INFO Download complete, target: MaghemiteMgd
17742026-01-31T04:17:21.454ZJan 31 04:17:19.941 INFO Checking that binary works, target: Cockroach
17752026-01-31T04:17:21.581ZJan 31 04:17:20.069 INFO Download complete, target: Cockroach
17762026-01-31T04:17:24.748ZJan 31 04:17:23.234 INFO Checking that binary works, target: Clickhouse
17772026-01-31T04:17:24.904ZJan 31 04:17:23.390 INFO Download complete, target: Clickhouse
17782026-01-31T04:17:24.926ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-01-31T04:17:24.929Z
17802026-01-31T04:17:24.929Zreal 6:14.038673639
17812026-01-31T04:17:24.929Zuser 18:33.379229109
17822026-01-31T04:17:24.929Zsys 2:33.341007121
17832026-01-31T04:17:24.929Ztrap 0.681346280
17842026-01-31T04:17:24.929Ztflt 0.893142902
17852026-01-31T04:17:24.929Zdflt 0.926295729
17862026-01-31T04:17:24.929Zkflt 0.024561851
17872026-01-31T04:17:24.929Zlock 46:06.721670634
17882026-01-31T04:17:24.929Zslp 1:09:57.913459668
17892026-01-31T04:17:24.929Zlat 1:21.380012524
17902026-01-31T04:17:24.929Zstop 3:13.942500770
17912026-01-31T04:17:24.929Z+ banner clippy
17922026-01-31T04:17:24.933Z
17932026-01-31T04:17:24.933Z #### # # ##### ##### # #
17942026-01-31T04:17:24.933Z # # # # # # # # # #
17952026-01-31T04:17:24.933Z # # # # # # # #
17962026-01-31T04:17:24.933Z # # # ##### ##### #
17972026-01-31T04:17:24.933Z # # # # # # #
17982026-01-31T04:17:24.933Z #### ###### # # # #
17992026-01-31T04:17:24.933Z
18002026-01-31T04:17:24.933Z+ export CARGO_INCREMENTAL=0
18012026-01-31T04:17:24.933Z+ CARGO_INCREMENTAL=0
18022026-01-31T04:17:24.933Z+ ptime -m cargo xtask clippy
18032026-01-31T04:17:25.710Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-01-31T04:17:26.028Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-01-31T04:17:29.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
18062026-01-31T04:17:29.216Z Running `target/debug/xtask clippy`
18072026-01-31T04:17:29.247Zrunning: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18082026-01-31T04:17:30.118Z Downloading crates ...
18092026-01-31T04:17:30.423Z Downloaded async-global-executor v2.4.1
18102026-01-31T04:17:30.426Z Downloaded terminal_size v0.1.17
18112026-01-31T04:17:30.434Z Downloaded supports-unicode v2.1.0
18122026-01-31T04:17:30.443Z Downloaded parking v2.2.1
18132026-01-31T04:17:30.446Z Downloaded futures-timer v3.0.3
18142026-01-31T04:17:30.453Z Downloaded plotters v0.3.7
18152026-01-31T04:17:30.461Z Downloaded rand_distr v0.5.1
18162026-01-31T04:17:30.464Z Downloaded criterion v0.7.0
18172026-01-31T04:17:30.475Z Downloaded cfg-expr v0.20.1
18182026-01-31T04:17:30.478Z Downloaded async-object-pool v0.1.5
18192026-01-31T04:17:30.478Z Downloaded assert-json-diff v2.0.2
18202026-01-31T04:17:30.478Z Downloaded approx v0.5.1
18212026-01-31T04:17:30.478Z Downloaded blake2b_simd v1.0.2
18222026-01-31T04:17:30.478Z Downloaded assert_cmd v2.0.17
18232026-01-31T04:17:30.481Z Downloaded async-signal v0.2.10
18242026-01-31T04:17:30.481Z Downloaded async-executor v1.13.1
18252026-01-31T04:17:30.483Z Downloaded async-process v2.3.0
18262026-01-31T04:17:30.486Z Downloaded async-channel v2.3.1
18272026-01-31T04:17:30.486Z Downloaded async-channel v1.9.0
18282026-01-31T04:17:30.486Z Downloaded blocking v1.6.1
18292026-01-31T04:17:30.489Z Downloaded backtrace-ext v0.2.1
18302026-01-31T04:17:30.489Z Downloaded anes v0.1.6
18312026-01-31T04:17:30.492Z Downloaded target-triple v0.1.3
18322026-01-31T04:17:30.495Z Downloaded async-lock v3.4.0
18332026-01-31T04:17:30.495Z Downloaded async-attributes v1.1.2
18342026-01-31T04:17:30.497Z Downloaded miette-derive v5.10.0
18352026-01-31T04:17:30.498Z Downloaded cast v0.3.0
18362026-01-31T04:17:30.502Z Downloaded proc-macro-crate v3.2.0
18372026-01-31T04:17:30.505Z Downloaded target-lexicon v0.13.2
18382026-01-31T04:17:30.505Z Downloaded nested v0.1.1
18392026-01-31T04:17:30.505Z Downloaded pathdiff v0.2.3
18402026-01-31T04:17:30.508Z Downloaded async-io v2.3.4
18412026-01-31T04:17:30.511Z Downloaded supports-hyperlinks v2.1.0
18422026-01-31T04:17:30.511Z Downloaded tinytemplate v1.2.1
18432026-01-31T04:17:30.513Z Downloaded criterion-plot v0.6.0
18442026-01-31T04:17:30.513Z Downloaded async-task v4.7.1
18452026-01-31T04:17:30.517Z Downloaded chumsky v0.9.3
18462026-01-31T04:17:30.519Z Downloaded textwrap v0.15.2
18472026-01-31T04:17:30.522Z Downloaded serde_regex v1.1.0
18482026-01-31T04:17:30.525Z Downloaded relative-path v1.9.3
18492026-01-31T04:17:30.528Z Downloaded trybuild v1.0.106
18502026-01-31T04:17:30.530Z Downloaded plotters-svg v0.3.7
18512026-01-31T04:17:30.533Z Downloaded path-tree v0.8.1
18522026-01-31T04:17:30.536Z Downloaded similar-asserts v1.7.0
18532026-01-31T04:17:30.536Z Downloaded stringmetrics v2.2.2
18542026-01-31T04:17:30.539Z Downloaded rstest v0.25.0
18552026-01-31T04:17:30.543Z Downloaded rust-argon2 v2.1.0
18562026-01-31T04:17:30.545Z Downloaded plotters-backend v0.3.7
18572026-01-31T04:17:30.548Z Downloaded guppy-workspace-hack v0.1.0
18582026-01-31T04:17:30.548Z Downloaded event-listener-strategy v0.5.2
18592026-01-31T04:17:30.548Z Downloaded doc-comment v0.3.3
18602026-01-31T04:17:30.551Z Downloaded event-listener v5.3.1
18612026-01-31T04:17:30.551Z Downloaded supports-color v2.1.0
18622026-01-31T04:17:30.554Z Downloaded piper v0.2.4
18632026-01-31T04:17:30.554Z Downloaded oorandom v11.1.4
18642026-01-31T04:17:30.561Z Downloaded escape8259 v0.5.3
18652026-01-31T04:17:30.564Z Downloaded concurrent-queue v2.5.0
18662026-01-31T04:17:30.567Z Downloaded datatest-stable v0.3.2
18672026-01-31T04:17:30.571Z Downloaded target-spec v3.5.0
18682026-01-31T04:17:30.573Z Downloaded event-listener v2.5.3
18692026-01-31T04:17:30.576Z Downloaded kv-log-macro v1.0.7
18702026-01-31T04:17:30.579Z Downloaded futures-lite v2.3.0
18712026-01-31T04:17:30.579Z Downloaded owo-colors v3.5.0
18722026-01-31T04:17:30.582Z Downloaded libtest-mimic v0.8.1
18732026-01-31T04:17:30.585Z Downloaded partial-io v0.5.4
18742026-01-31T04:17:30.588Z Downloaded knuffel-derive v3.2.0
18752026-01-31T04:17:30.588Z Downloaded termcolor v1.4.1
18762026-01-31T04:17:30.588Z Downloaded httptest v0.16.3
18772026-01-31T04:17:30.602Z Downloaded rstest_macros v0.25.0
18782026-01-31T04:17:30.605Z Downloaded polling v3.7.3
18792026-01-31T04:17:30.608Z Downloaded knuffel v3.2.0
18802026-01-31T04:17:30.610Z Downloaded miette v5.10.0
18812026-01-31T04:17:30.613Z Downloaded fancy-regex v0.14.0
18822026-01-31T04:17:30.621Z Downloaded guppy v0.17.20
18832026-01-31T04:17:30.627Z Downloaded hashbrown v0.14.5
18842026-01-31T04:17:30.632Z Downloaded async-std v1.13.0
18852026-01-31T04:17:30.717Z Downloaded httpmock v0.8.0-alpha.1
18862026-01-31T04:17:32.871Z Checking cfg-if v1.0.4
18872026-01-31T04:17:33.281Z Checking libc v0.2.180
18882026-01-31T04:17:33.285Z Checking serde_core v1.0.228
18892026-01-31T04:17:33.365Z Checking memchr v2.7.4
18902026-01-31T04:17:33.408Z Checking smallvec v1.15.1
18912026-01-31T04:17:33.462Z Checking value-bag v1.12.0
18922026-01-31T04:17:33.512Z Checking itoa v1.0.11
18932026-01-31T04:17:33.572Z Checking scopeguard v1.2.0
18942026-01-31T04:17:33.635Z Checking libm v0.2.8
18952026-01-31T04:17:33.798Z Checking lock_api v0.4.12
18962026-01-31T04:17:33.802Z Checking zeroize v1.8.1
18972026-01-31T04:17:33.914Z Checking log v0.4.29
18982026-01-31T04:17:33.976Z Checking portable-atomic v1.11.0
18992026-01-31T04:17:34.163Z Checking stable_deref_trait v1.2.0
19002026-01-31T04:17:34.234Z Checking critical-section v1.1.3
19012026-01-31T04:17:34.295Z Checking getrandom v0.2.15
19022026-01-31T04:17:34.299Z Checking getrandom v0.3.4
19032026-01-31T04:17:34.402Z Checking pin-project-lite v0.2.14
19042026-01-31T04:17:34.463Z Checking zerofrom v0.1.4
19052026-01-31T04:17:34.515Z Checking zmij v1.0.15
19062026-01-31T04:17:34.573Z Checking num-traits v0.2.19
19072026-01-31T04:17:34.631Z Checking writeable v0.5.5
19082026-01-31T04:17:34.634Z Checking percent-encoding v2.3.2
19092026-01-31T04:17:34.742Z Checking rand_core v0.6.4
19102026-01-31T04:17:34.745Z Checking yoke v0.7.4
19112026-01-31T04:17:34.920Z Checking litemap v0.7.3
19122026-01-31T04:17:34.981Z Checking byteorder v1.5.0
19132026-01-31T04:17:35.030Z Checking once_cell v1.21.3
19142026-01-31T04:17:35.083Z Checking icu_locid_transform_data v1.5.0
19152026-01-31T04:17:35.139Z Checking icu_properties_data v1.5.0
19162026-01-31T04:17:35.191Z Checking zerovec v0.10.4
19172026-01-31T04:17:35.250Z Checking subtle v2.6.1
19182026-01-31T04:17:35.311Z Checking utf16_iter v1.0.5
19192026-01-31T04:17:35.407Z Checking utf8_iter v1.0.4
19202026-01-31T04:17:35.461Z Checking write16 v1.0.0
19212026-01-31T04:17:35.464Z Checking icu_normalizer_data v1.5.0
19222026-01-31T04:17:35.565Z Checking form_urlencoded v1.2.2
19232026-01-31T04:17:35.615Z Checking parking_lot_core v0.9.10
19242026-01-31T04:17:35.670Z Checking signal-hook-registry v1.4.2
19252026-01-31T04:17:35.725Z Checking mio v1.0.2
19262026-01-31T04:17:35.727Z Checking typenum v1.17.0
19272026-01-31T04:17:35.847Z Checking futures-core v0.3.31
19282026-01-31T04:17:35.923Z Checking allocator-api2 v0.2.21
19292026-01-31T04:17:35.982Z Checking parking_lot v0.12.3
19302026-01-31T04:17:36.047Z Checking socket2 v0.6.1
19312026-01-31T04:17:36.116Z Checking equivalent v1.0.2
19322026-01-31T04:17:36.308Z Checking iana-time-zone v0.1.63
19332026-01-31T04:17:36.368Z Checking errno v0.3.12
19342026-01-31T04:17:36.440Z Checking zerocopy v0.7.35
19352026-01-31T04:17:36.532Z Checking const-oid v0.9.6
19362026-01-31T04:17:36.596Z Checking futures-io v0.3.31
19372026-01-31T04:17:36.645Z Checking thiserror v1.0.69
19382026-01-31T04:17:36.647Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19392026-01-31T04:17:36.757Z Checking tinystr v0.7.6
19402026-01-31T04:17:36.817Z Checking icu_collections v1.5.0
19412026-01-31T04:17:36.870Z Checking generic-array v0.14.7
19422026-01-31T04:17:36.921Z Checking slab v0.4.9
19432026-01-31T04:17:37.173Z Checking serde v1.0.228
19442026-01-31T04:17:37.176Z Checking serde_json v1.0.149
19452026-01-31T04:17:37.271Z Checking icu_locid v1.5.0
19462026-01-31T04:17:37.274Z Checking uuid v1.19.0
19472026-01-31T04:17:37.500Z Checking semver v1.0.27
19482026-01-31T04:17:37.608Z Checking thiserror v2.0.18
19492026-01-31T04:17:37.827Z Checking dyn-clone v1.0.20
19502026-01-31T04:17:37.959Z Checking futures-sink v0.3.31
19512026-01-31T04:17:38.017Z Checking crypto-common v0.1.6
19522026-01-31T04:17:38.074Z Checking block-buffer v0.10.4
19532026-01-31T04:17:38.077Z Checking pin-utils v0.1.0
19542026-01-31T04:17:38.184Z Checking hashbrown v0.16.1
19552026-01-31T04:17:38.244Z Checking bytes v1.10.1
19562026-01-31T04:17:38.299Z Checking bitflags v2.9.4
19572026-01-31T04:17:38.301Z Checking icu_provider v1.5.0
19582026-01-31T04:17:38.301Z Checking chrono v0.4.43
19592026-01-31T04:17:38.436Z Checking cpufeatures v0.2.14
19602026-01-31T04:17:38.493Z Checking digest v0.10.7
19612026-01-31T04:17:38.602Z Checking futures-channel v0.3.31
19622026-01-31T04:17:38.661Z Checking futures-task v0.3.31
19632026-01-31T04:17:38.822Z Checking ppv-lite86 v0.2.20
19642026-01-31T04:17:38.922Z Checking rustix v0.38.37
19652026-01-31T04:17:38.995Z Checking foldhash v0.1.5
19662026-01-31T04:17:39.057Z Checking icu_locid_transform v1.5.0
19672026-01-31T04:17:39.060Z Checking futures-util v0.3.31
19682026-01-31T04:17:39.239Z Checking indexmap v2.13.0
19692026-01-31T04:17:39.303Z Checking hashbrown v0.15.4
19702026-01-31T04:17:39.357Z Checking tokio v1.49.0
19712026-01-31T04:17:39.547Z Checking fnv v1.0.7
19722026-01-31T04:17:39.758Z Checking tracing-core v0.1.32
19732026-01-31T04:17:40.146Z Checking icu_properties v1.5.1
19742026-01-31T04:17:40.314Z Checking regex-syntax v0.8.5
19752026-01-31T04:17:40.376Z Checking http v1.4.0
19762026-01-31T04:17:40.439Z Checking tracing v0.1.40
19772026-01-31T04:17:40.627Z Checking spin v0.9.8
19782026-01-31T04:17:40.848Z Checking crossbeam-utils v0.8.21
19792026-01-31T04:17:41.048Z Checking adler2 v2.0.0
19802026-01-31T04:17:41.291Z Checking miniz_oxide v0.8.5
19812026-01-31T04:17:41.644Z Checking base64 v0.22.1
19822026-01-31T04:17:41.745Z Checking unicode-ident v1.0.19
19832026-01-31T04:17:42.002Z Checking utf8parse v0.2.2
19842026-01-31T04:17:42.122Z Checking proc-macro2 v1.0.101
19852026-01-31T04:17:42.126Z Checking ipnet v2.11.0
19862026-01-31T04:17:42.225Z Checking block-padding v0.3.3
19872026-01-31T04:17:42.228Z Checking aho-corasick v1.1.3
19882026-01-31T04:17:42.519Z Checking base64ct v1.6.0
19892026-01-31T04:17:42.775Z Checking inout v0.1.3
19902026-01-31T04:17:42.835Z Checking quote v1.0.40
19912026-01-31T04:17:43.031Z Checking powerfmt v0.2.0
19922026-01-31T04:17:43.090Z Checking anstyle v1.0.11
19932026-01-31T04:17:43.215Z Checking syn v2.0.114
19942026-01-31T04:17:43.357Z Checking deranged v0.5.3
19952026-01-31T04:17:43.439Z Checking icu_normalizer v1.5.0
19962026-01-31T04:17:43.495Z Checking cipher v0.4.4
19972026-01-31T04:17:43.550Z Checking atomic-waker v1.1.2
19982026-01-31T04:17:43.605Z Checking num-conv v0.1.0
19992026-01-31T04:17:43.760Z Checking num_threads v0.1.7
20002026-01-31T04:17:43.914Z Checking time-core v0.1.6
20012026-01-31T04:17:43.975Z Checking anstyle-parse v0.2.5
20022026-01-31T04:17:43.977Z Checking regex-automata v0.4.11
20032026-01-31T04:17:43.977Z Checking is_terminal_polyfill v1.70.1
20042026-01-31T04:17:44.211Z Checking idna_adapter v1.2.0
20052026-01-31T04:17:44.272Z Checking untrusted v0.9.0
20062026-01-31T04:17:44.275Z Checking fastrand v2.1.1
20072026-01-31T04:17:44.377Z Checking anstyle-query v1.1.1
20082026-01-31T04:17:44.471Z Checking idna v1.0.3
20092026-01-31T04:17:44.544Z Checking colorchoice v1.0.2
20102026-01-31T04:17:44.603Z Checking gimli v0.31.1
20112026-01-31T04:17:44.656Z Checking ring v0.17.14
20122026-01-31T04:17:44.749Z Checking anstream v0.6.18
20132026-01-31T04:17:44.990Z Checking url v2.5.4
20142026-01-31T04:17:45.209Z Checking sha2 v0.10.9
20152026-01-31T04:17:45.879Z Checking object v0.36.5
20162026-01-31T04:17:45.939Z Checking time v0.3.43
20172026-01-31T04:17:45.991Z Checking schemars v0.8.22
20182026-01-31T04:17:46.584Z Checking tokio-util v0.7.15
20192026-01-31T04:17:46.871Z Checking zerocopy v0.8.27
20202026-01-31T04:17:47.625Z Checking httparse v1.9.5
20212026-01-31T04:17:47.965Z Checking rustc-demangle v0.1.24
20222026-01-31T04:17:48.156Z Checking pem-rfc7468 v0.7.0
20232026-01-31T04:17:48.293Z Checking terminal_size v0.4.0
20242026-01-31T04:17:48.377Z Checking addr2line v0.24.2
20252026-01-31T04:17:48.480Z Checking lazy_static v1.5.0
20262026-01-31T04:17:48.538Z Checking hmac v0.12.1
20272026-01-31T04:17:48.584Z Checking rand_chacha v0.3.1
20282026-01-31T04:17:48.587Z Checking strsim v0.11.1
20292026-01-31T04:17:48.692Z Checking rustls-pki-types v1.10.0
20302026-01-31T04:17:48.809Z Checking clap_lex v0.7.4
20312026-01-31T04:17:48.947Z Checking http-body v1.0.1
20322026-01-31T04:17:49.006Z Checking flagset v0.4.6
20332026-01-31T04:17:49.067Z Checking rand v0.8.5
20342026-01-31T04:17:49.131Z Checking clap_builder v4.5.48
20352026-01-31T04:17:49.200Z Checking aws-lc-sys v0.26.0
20362026-01-31T04:17:49.263Z Checking untrusted v0.7.1
20372026-01-31T04:17:49.320Z Checking der v0.7.10
20382026-01-31T04:17:49.322Z Checking try-lock v0.2.5
20392026-01-31T04:17:49.475Z Checking httpdate v1.0.3
20402026-01-31T04:17:49.600Z Checking want v0.3.1
20412026-01-31T04:17:49.803Z Checking h2 v0.4.6
20422026-01-31T04:17:49.870Z Checking tower-service v0.3.3
20432026-01-31T04:17:50.077Z Checking ryu v1.0.18
20442026-01-31T04:17:50.238Z Checking tower-layer v0.3.3
20452026-01-31T04:17:50.304Z Checking erased-serde v0.3.31
20462026-01-31T04:17:50.395Z Checking rand_core v0.9.3
20472026-01-31T04:17:50.606Z Checking mime v0.3.17
20482026-01-31T04:17:50.792Z Checking pbkdf2 v0.12.2
20492026-01-31T04:17:51.007Z Checking spki v0.7.3
20502026-01-31T04:17:51.053Z Checking aes v0.8.4
20512026-01-31T04:17:51.056Z Checking rand_chacha v0.9.0
20522026-01-31T04:17:51.345Z Checking slog v2.8.2
20532026-01-31T04:17:51.348Z Checking http-body-util v0.1.3
20542026-01-31T04:17:51.453Z Checking aws-lc-rs v1.12.4
20552026-01-31T04:17:51.568Z Checking regex v1.11.3
20562026-01-31T04:17:51.858Z Checking cbc v0.1.2
20572026-01-31T04:17:51.932Z Checking salsa20 v0.10.2
20582026-01-31T04:17:51.935Z Checking backtrace v0.3.74
20592026-01-31T04:17:52.043Z Checking rustix v1.1.3
20602026-01-31T04:17:52.046Z Checking clap v4.5.48
20612026-01-31T04:17:52.142Z Checking rand v0.9.2
20622026-01-31T04:17:52.195Z Checking openssl-probe v0.1.5
20632026-01-31T04:17:52.253Z Checking scrypt v0.11.0
20642026-01-31T04:17:52.308Z Checking foreign-types-shared v0.1.1
20652026-01-31T04:17:52.414Z Checking serde_urlencoded v0.7.1
20662026-01-31T04:17:52.481Z Checking foreign-types v0.3.2
20672026-01-31T04:17:52.564Z Checking pkcs5 v0.7.1
20682026-01-31T04:17:52.620Z Checking anyhow v1.0.99
20692026-01-31T04:17:52.682Z Checking openssl-sys v0.9.109
20702026-01-31T04:17:52.881Z Checking encoding_rs v0.8.34
20712026-01-31T04:17:53.034Z Checking ipnetwork v0.21.1
20722026-01-31T04:17:53.146Z Checking pkcs8 v0.10.2
20732026-01-31T04:17:53.206Z Checking plain v0.2.3
20742026-01-31T04:17:53.259Z Checking rustls-webpki v0.102.8
20752026-01-31T04:17:53.413Z Checking hex v0.4.3
20762026-01-31T04:17:53.507Z Checking ucd-trie v0.1.7
20772026-01-31T04:17:53.563Z Checking sync_wrapper v1.0.1
20782026-01-31T04:17:53.784Z Checking pretty-hex v0.4.1
20792026-01-31T04:17:53.845Z Checking pest v2.8.2
20802026-01-31T04:17:53.848Z Checking openssl v0.10.73
20812026-01-31T04:17:53.951Z Checking psl-types v2.0.11
20822026-01-31T04:17:54.032Z Checking either v1.15.0
20832026-01-31T04:17:54.092Z Checking tempfile v3.24.0
20842026-01-31T04:17:54.153Z Checking rustls v0.23.19
20852026-01-31T04:17:54.209Z Checking publicsuffix v2.3.0
20862026-01-31T04:17:54.450Z Checking tower v0.5.2
20872026-01-31T04:17:54.513Z Checking rustls-native-certs v0.8.1
20882026-01-31T04:17:54.573Z Checking webpki-roots v1.0.1
20892026-01-31T04:17:54.783Z Checking cookie v0.18.1
20902026-01-31T04:17:54.841Z Checking openapiv3 v2.2.0
20912026-01-31T04:17:55.090Z Checking iri-string v0.7.8
20922026-01-31T04:17:55.266Z Checking cookie_store v0.21.1
20932026-01-31T04:17:55.335Z Checking serde_spanned v0.6.9
20942026-01-31T04:17:55.592Z Checking toml_datetime v0.6.11
20952026-01-31T04:17:55.991Z Checking signature v2.2.0
20962026-01-31T04:17:56.052Z Checking winnow v0.7.14
20972026-01-31T04:17:56.056Z Checking hyper v1.8.1
20982026-01-31T04:17:56.255Z Checking sha1 v0.10.6
20992026-01-31T04:17:56.393Z Checking data-encoding v2.9.0
21002026-01-31T04:17:56.623Z Checking oxnet v0.1.4
21012026-01-31T04:17:57.004Z Checking tinyvec_macros v0.1.1
21022026-01-31T04:17:57.170Z Checking quick-error v1.2.3
21032026-01-31T04:17:57.173Z Checking tinyvec v1.8.0
21042026-01-31T04:17:57.445Z Checking num-integer v0.1.46
21052026-01-31T04:17:57.660Z Checking tower-http v0.6.6
21062026-01-31T04:17:57.823Z Checking strum v0.26.3
21072026-01-31T04:17:57.979Z Checking static_assertions v1.1.0
21082026-01-31T04:17:58.049Z Checking bit-vec v0.8.0
21092026-01-31T04:17:58.133Z Checking hubpack v0.1.2
21102026-01-31T04:17:58.187Z Checking hyper-util v0.1.19
21112026-01-31T04:17:58.273Z Checking scroll v0.12.0
21122026-01-31T04:17:58.480Z Checking bit-set v0.8.0
21132026-01-31T04:17:58.539Z Checking wait-timeout v0.2.0
21142026-01-31T04:17:58.600Z Checking crc32fast v1.4.2
21152026-01-31T04:17:58.761Z Checking base16ct v0.2.0
21162026-01-31T04:17:58.819Z Checking goblin v0.8.2
21172026-01-31T04:17:58.822Z Checking native-tls v0.2.12
21182026-01-31T04:17:58.825Z Checking num-iter v0.1.45
21192026-01-31T04:17:58.975Z Checking ahash v0.8.12
21202026-01-31T04:17:58.978Z Checking bstr v1.10.0
21212026-01-31T04:17:59.077Z Checking sec1 v0.7.3
21222026-01-31T04:17:59.136Z Checking tokio-rustls v0.26.0
21232026-01-31T04:17:59.139Z Checking ff v0.13.0
21242026-01-31T04:17:59.254Z Checking tokio-native-tls v0.3.1
21252026-01-31T04:17:59.372Z Checking rusty-fork v0.3.0
21262026-01-31T04:17:59.459Z Checking group v0.13.0
21272026-01-31T04:17:59.516Z Checking dtrace-parser v0.2.0
21282026-01-31T04:17:59.574Z Checking rand_xorshift v0.4.0
21292026-01-31T04:17:59.631Z Checking hkdf v0.12.4
21302026-01-31T04:17:59.738Z Checking crossbeam-epoch v0.9.18
21312026-01-31T04:17:59.800Z Checking crypto-bigint v0.5.5
21322026-01-31T04:17:59.845Z Checking thread-id v4.2.2
21332026-01-31T04:17:59.909Z Checking unarray v0.1.4
21342026-01-31T04:17:59.970Z Checking zlib-rs v0.5.1
21352026-01-31T04:18:00.026Z Checking num-bigint-dig v0.8.6
21362026-01-31T04:18:00.081Z Checking pkcs1 v0.7.5
21372026-01-31T04:18:00.140Z Checking proptest v1.7.0
21382026-01-31T04:18:00.215Z Checking scroll v0.13.0
21392026-01-31T04:18:00.546Z Checking toml_write v0.1.2
21402026-01-31T04:18:00.740Z Checking unicode-segmentation v1.12.0
21412026-01-31T04:18:00.907Z Checking toml_edit v0.22.27
21422026-01-31T04:18:00.969Z Checking hyper-rustls v0.27.7
21432026-01-31T04:18:01.402Z Checking hyper-tls v0.6.0
21442026-01-31T04:18:01.497Z Checking goblin v0.10.2
21452026-01-31T04:18:01.750Z Checking reqwest v0.12.24
21462026-01-31T04:18:01.833Z Checking libz-rs-sys v0.5.1
21472026-01-31T04:18:02.100Z Checking flate2 v1.1.2
21482026-01-31T04:18:02.163Z Checking rsa v0.9.8
21492026-01-31T04:18:02.475Z Checking elliptic-curve v0.13.8
21502026-01-31T04:18:02.830Z Checking x509-cert v0.2.5
21512026-01-31T04:18:03.174Z Checking memmap2 v0.9.8
21522026-01-31T04:18:03.243Z Checking bitflags v1.3.2
21532026-01-31T04:18:03.408Z Checking winnow v0.5.40
21542026-01-31T04:18:03.504Z Checking dtrace-parser v0.3.0
21552026-01-31T04:18:03.568Z Checking rfc6979 v0.4.0
21562026-01-31T04:18:03.571Z Checking dof v0.3.0
21572026-01-31T04:18:03.753Z Checking bzip2-sys v0.1.13+1.0.8
21582026-01-31T04:18:03.824Z Checking thread-id v5.0.0
21592026-01-31T04:18:03.951Z Checking ecdsa v0.16.9
21602026-01-31T04:18:04.002Z Checking itertools v0.13.0
21612026-01-31T04:18:04.055Z Checking curve25519-dalek v4.1.3
21622026-01-31T04:18:04.346Z Checking usdt-impl v0.5.0
21632026-01-31T04:18:04.460Z Checking env_filter v0.1.2
21642026-01-31T04:18:04.650Z Checking newtype-uuid v1.3.2
21652026-01-31T04:18:04.717Z Checking unicode-normalization v0.1.24
21662026-01-31T04:18:04.786Z Checking env_logger v0.11.8
21672026-01-31T04:18:04.940Z Checking ed25519 v2.2.3
21682026-01-31T04:18:05.092Z Checking daft v0.1.4
21692026-01-31T04:18:05.223Z Checking memoffset v0.9.1
21702026-01-31T04:18:05.353Z Checking signal-hook v0.3.18
21712026-01-31T04:18:05.418Z Checking managed v0.8.0
21722026-01-31T04:18:05.652Z Checking keccak v0.1.5
21732026-01-31T04:18:05.710Z Checking serde_with v3.16.1
21742026-01-31T04:18:05.782Z Checking signal-hook-mio v0.2.4
21752026-01-31T04:18:05.856Z Checking bzip2 v0.4.4
21762026-01-31T04:18:05.910Z Checking ed25519-dalek v2.1.1
21772026-01-31T04:18:05.999Z Checking ref-cast v1.0.25
21782026-01-31T04:18:06.058Z Checking sha3 v0.10.8
21792026-01-31T04:18:06.141Z Checking toml_edit v0.19.15
21802026-01-31T04:18:06.200Z Checking zstd-sys v2.0.14+zstd.1.5.7
21812026-01-31T04:18:06.203Z Checking zip v0.6.6
21822026-01-31T04:18:06.352Z Checking simd-adler32 v0.3.7
21832026-01-31T04:18:06.412Z Checking lockfree-object-pool v0.1.6
21842026-01-31T04:18:06.472Z Checking zstd-safe v7.2.3
21852026-01-31T04:18:06.529Z Checking siphasher v0.3.11
21862026-01-31T04:18:06.730Z Checking bumpalo v3.16.0
21872026-01-31T04:18:06.788Z Checking crossterm v0.28.1
21882026-01-31T04:18:06.844Z Checking zstd v0.13.3
21892026-01-31T04:18:06.902Z Checking phf_shared v0.11.2
21902026-01-31T04:18:06.961Z Checking bzip2 v0.5.2
21912026-01-31T04:18:07.112Z Checking zopfli v0.8.1
21922026-01-31T04:18:07.225Z Checking similar v2.7.0
21932026-01-31T04:18:07.286Z Checking serde-big-array v0.5.1
21942026-01-31T04:18:07.338Z Checking hash32 v0.2.1
21952026-01-31T04:18:07.416Z Checking dof v0.4.0
21962026-01-31T04:18:07.574Z Checking socket2 v0.5.10
21972026-01-31T04:18:07.675Z Checking winnow v0.6.26
21982026-01-31T04:18:07.817Z Checking unicode-properties v0.1.3
21992026-01-31T04:18:08.094Z Checking jiff v0.2.15
22002026-01-31T04:18:08.159Z Checking predicates-core v1.0.8
22012026-01-31T04:18:08.233Z Checking unicode-bidi v0.3.17
22022026-01-31T04:18:08.394Z Checking usdt-impl v0.6.0
22032026-01-31T04:18:08.512Z Checking heapless v0.7.17
22042026-01-31T04:18:08.522Z Checking hickory-proto v0.25.2
22052026-01-31T04:18:08.568Z Checking toml v0.7.8
22062026-01-31T04:18:08.916Z Checking stringprep v0.1.5
22072026-01-31T04:18:08.972Z Checking usdt v0.6.0
22082026-01-31T04:18:09.279Z Checking tokio-stream v0.1.17
22092026-01-31T04:18:09.330Z Checking fs-err v3.1.1
22102026-01-31T04:18:09.333Z Checking md-5 v0.10.6
22112026-01-31T04:18:09.442Z Checking float-cmp v0.10.0
22122026-01-31T04:18:09.445Z Checking rustc-hash v2.1.1
22132026-01-31T04:18:09.673Z Checking fallible-iterator v0.2.0
22142026-01-31T04:18:09.733Z Checking foldhash v0.2.0
22152026-01-31T04:18:09.777Z Checking difflib v0.4.0
22162026-01-31T04:18:09.922Z Checking normalize-line-endings v0.3.0
22172026-01-31T04:18:10.044Z Checking iddqd v0.3.16
22182026-01-31T04:18:10.123Z Checking smoltcp v0.9.1
22192026-01-31T04:18:10.183Z Checking predicates v3.1.3
22202026-01-31T04:18:10.186Z Checking nix v0.29.0
22212026-01-31T04:18:10.313Z Checking postgres-protocol v0.6.8
22222026-01-31T04:18:10.373Z Checking itertools v0.10.5
22232026-01-31T04:18:10.855Z Checking buf-list v1.0.3
22242026-01-31T04:18:11.049Z Checking strum v0.27.2
22252026-01-31T04:18:11.246Z Checking new_debug_unreachable v1.0.6
22262026-01-31T04:18:11.307Z Checking lalrpop-util v0.19.12
22272026-01-31T04:18:11.413Z Checking precomputed-hash v0.1.1
22282026-01-31T04:18:11.518Z Checking fixedbitset v0.5.7
22292026-01-31T04:18:11.592Z Checking fixedbitset v0.4.2
22302026-01-31T04:18:11.670Z Checking string_cache v0.8.9
22312026-01-31T04:18:11.734Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22322026-01-31T04:18:11.939Z Checking petgraph v0.6.5
22332026-01-31T04:18:12.001Z Checking petgraph v0.8.2
22342026-01-31T04:18:12.004Z Checking postgres-types v0.2.9
22352026-01-31T04:18:12.096Z Checking phf v0.11.2
22362026-01-31T04:18:12.416Z Checking itertools v0.12.1
22372026-01-31T04:18:12.501Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22382026-01-31T04:18:12.697Z Checking peg-runtime v0.8.5
22392026-01-31T04:18:12.911Z Checking whoami v1.5.2
22402026-01-31T04:18:13.006Z Checking minimal-lexical v0.2.1
22412026-01-31T04:18:13.297Z Checking tokio-postgres v0.7.13
22422026-01-31T04:18:13.481Z Checking nom v7.1.3
22432026-01-31T04:18:13.865Z Checking zip v4.2.0
22442026-01-31T04:18:14.964Z Checking camino v1.2.2
22452026-01-31T04:18:15.082Z Compiling regress v0.10.4
22462026-01-31T04:18:15.146Z Checking futures-executor v0.3.31
22472026-01-31T04:18:15.207Z Checking is-terminal v0.4.13
22482026-01-31T04:18:15.409Z Compiling unsafe-libyaml v0.2.11
22492026-01-31T04:18:15.469Z Checking futures v0.3.31
22502026-01-31T04:18:15.574Z Checking crossbeam-channel v0.5.15
22512026-01-31T04:18:15.655Z Checking heck v0.5.0
22522026-01-31T04:18:15.714Z Checking thread_local v1.1.8
22532026-01-31T04:18:15.918Z Compiling rustls v0.22.4
22542026-01-31T04:18:16.154Z Compiling newtype-uuid-macros v0.1.0
22552026-01-31T04:18:16.209Z Compiling structmeta-derive v0.3.0
22562026-01-31T04:18:16.344Z Checking term v1.1.0
22572026-01-31T04:18:16.421Z Checking take_mut v0.2.2
22582026-01-31T04:18:16.651Z Checking slog-async v2.8.0
22592026-01-31T04:18:16.834Z Compiling serde_yaml v0.9.34+deprecated
22602026-01-31T04:18:17.018Z Checking slog-term v2.9.2
22612026-01-31T04:18:17.252Z Compiling multer v3.1.0
22622026-01-31T04:18:17.302Z Compiling async-stream-impl v0.3.6
22632026-01-31T04:18:17.617Z Compiling dropshot v0.16.7
22642026-01-31T04:18:17.768Z Checking match_cfg v0.1.0
22652026-01-31T04:18:17.828Z Compiling dropshot_endpoint v0.16.7
22662026-01-31T04:18:17.929Z Checking hostname v0.3.1
22672026-01-31T04:18:18.133Z Checking debug-ignore v1.0.5
22682026-01-31T04:18:18.192Z Checking unicode-width v0.1.14
22692026-01-31T04:18:18.355Z Checking slog-json v2.6.1
22702026-01-31T04:18:18.554Z Compiling typify-impl v0.4.3
22712026-01-31T04:18:18.613Z Compiling structmeta v0.3.0
22722026-01-31T04:18:18.706Z Checking slog-bunyan v2.5.0
22732026-01-31T04:18:18.766Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22742026-01-31T04:18:18.953Z Checking toml_parser v1.0.6+spec-1.1.0
22752026-01-31T04:18:19.076Z Compiling derive-ex v0.1.8
22762026-01-31T04:18:19.730Z Checking toml_datetime v0.7.5+spec-1.1.0
22772026-01-31T04:18:19.793Z Checking serde_path_to_error v0.1.20
22782026-01-31T04:18:20.180Z Checking serde_spanned v1.0.4
22792026-01-31T04:18:20.415Z Checking toml_writer v1.0.6+spec-1.1.0
22802026-01-31T04:18:20.474Z Checking async-stream v0.3.6
22812026-01-31T04:18:20.852Z Checking toml v0.9.11+spec-1.1.0
22822026-01-31T04:18:21.262Z Checking rustls-pemfile v2.2.0
22832026-01-31T04:18:21.571Z Checking waitgroup v0.1.2
22842026-01-31T04:18:21.786Z Checking hostname v0.4.2
22852026-01-31T04:18:21.955Z Checking progenitor-client v0.10.0
22862026-01-31T04:18:22.014Z Compiling parse-display-derive v0.10.0
22872026-01-31T04:18:22.090Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
22882026-01-31T04:18:22.310Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22892026-01-31T04:18:22.369Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22902026-01-31T04:18:22.429Z Checking macaddr v1.0.1
22912026-01-31T04:18:22.625Z Checking tabwriter v1.4.0
22922026-01-31T04:18:22.816Z Checking itertools v0.14.0
22932026-01-31T04:18:22.934Z Checking instant v0.1.13
22942026-01-31T04:18:23.085Z Checking progenitor-client v0.11.2
22952026-01-31T04:18:23.142Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22962026-01-31T04:18:23.198Z Compiling test-strategy v0.4.3
22972026-01-31T04:18:23.201Z Checking backoff v0.4.0
22982026-01-31T04:18:23.352Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
22992026-01-31T04:18:23.562Z Checking colored v3.0.0
23002026-01-31T04:18:23.630Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23012026-01-31T04:18:23.876Z Checking camino-tempfile v1.4.1
23022026-01-31T04:18:23.937Z Checking tokio-rustls v0.25.0
23032026-01-31T04:18:24.239Z Checking toml v0.8.23
23042026-01-31T04:18:24.771Z Checking crossbeam-deque v0.8.5
23052026-01-31T04:18:25.043Z Compiling rayon-core v1.12.1
23062026-01-31T04:18:25.155Z Compiling proc-macro-error v1.0.4
23072026-01-31T04:18:25.425Z Checking unicode-width v0.2.0
23082026-01-31T04:18:25.780Z Checking parse-display v0.10.0
23092026-01-31T04:18:25.837Z Compiling crucible-workspace-hack v0.1.0
23102026-01-31T04:18:26.031Z Compiling proc-macro-crate v1.3.1
23112026-01-31T04:18:26.089Z Compiling nix v0.30.1
23122026-01-31T04:18:26.295Z Checking rayon v1.10.0
23132026-01-31T04:18:26.553Z Checking glob v0.3.2
23142026-01-31T04:18:26.748Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23152026-01-31T04:18:26.902Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23162026-01-31T04:18:26.965Z Compiling heapless v0.8.0
23172026-01-31T04:18:26.967Z Compiling num_enum_derive v0.5.11
23182026-01-31T04:18:27.417Z Compiling ingot-macros v0.1.1
23192026-01-31T04:18:27.606Z Checking hash32 v0.3.1
23202026-01-31T04:18:27.878Z Compiling smoltcp v0.11.0
23212026-01-31T04:18:27.953Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23222026-01-31T04:18:28.538Z Compiling foreign-types-macros v0.2.3
23232026-01-31T04:18:28.682Z Checking cobs v0.2.3
23242026-01-31T04:18:28.976Z Checking foreign-types-shared v0.3.1
23252026-01-31T04:18:29.157Z Checking num_enum v0.5.11
23262026-01-31T04:18:29.211Z Checking postcard v1.0.10
23272026-01-31T04:18:29.577Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23282026-01-31T04:18:29.714Z Checking sigpipe v0.1.3
23292026-01-31T04:18:29.776Z Checking cstr-argument v0.1.2
23302026-01-31T04:18:29.891Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-01-31T04:18:29.894Z Checking foreign-types v0.5.0
23322026-01-31T04:18:30.009Z Compiling typify-macro v0.4.3
23332026-01-31T04:18:30.012Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23342026-01-31T04:18:30.012Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23352026-01-31T04:18:30.109Z Checking pretty-hex v0.2.1
23362026-01-31T04:18:30.210Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-01-31T04:18:30.387Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23382026-01-31T04:18:30.580Z Checking colored v2.2.0
23392026-01-31T04:18:30.638Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23402026-01-31T04:18:30.694Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23412026-01-31T04:18:30.696Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23422026-01-31T04:18:30.799Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23432026-01-31T04:18:30.984Z Compiling convert_case v0.4.0
23442026-01-31T04:18:31.047Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23452026-01-31T04:18:31.414Z Compiling zone_cfg_derive v0.3.0
23462026-01-31T04:18:31.474Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23472026-01-31T04:18:31.532Z Checking smf v0.2.3
23482026-01-31T04:18:31.836Z Compiling derive_more v0.99.20
23492026-01-31T04:18:31.894Z Compiling num-derive v0.4.2
23502026-01-31T04:18:32.074Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23512026-01-31T04:18:32.133Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23522026-01-31T04:18:32.592Z Compiling usdt-attr-macro v0.5.0
23532026-01-31T04:18:32.767Z Compiling usdt-macro v0.5.0
23542026-01-31T04:18:32.827Z Checking zone v0.3.1
23552026-01-31T04:18:33.031Z Checking memmap v0.7.0
23562026-01-31T04:18:33.337Z Checking indent_write v2.2.0
23572026-01-31T04:18:33.632Z Checking half v2.4.1
23582026-01-31T04:18:33.691Z Checking ciborium-io v0.2.2
23592026-01-31T04:18:33.855Z Compiling typify v0.4.3
23602026-01-31T04:18:33.990Z Checking ingot-types v0.1.2
23612026-01-31T04:18:34.060Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23622026-01-31T04:18:34.117Z Compiling progenitor-impl v0.11.2
23632026-01-31T04:18:34.176Z Compiling progenitor-impl v0.10.0
23642026-01-31T04:18:34.276Z Checking usdt v0.5.0
23652026-01-31T04:18:34.558Z Checking ciborium-ll v0.2.2
23662026-01-31T04:18:34.670Z Checking secrecy v0.10.3
23672026-01-31T04:18:34.782Z Checking ingot v0.1.1
23682026-01-31T04:18:34.919Z Checking ciborium v0.2.2
23692026-01-31T04:18:34.978Z Checking swrite v0.1.0
23702026-01-31T04:18:35.183Z Checking universal-hash v0.5.1
23712026-01-31T04:18:35.463Z Checking opaque-debug v0.3.1
23722026-01-31T04:18:35.636Z Checking aead v0.5.2
23732026-01-31T04:18:35.946Z Checking poly1305 v0.8.0
23742026-01-31T04:18:35.997Z Checking chacha20 v0.9.1
23752026-01-31T04:18:36.187Z Checking password-hash v0.5.0
23762026-01-31T04:18:36.290Z Checking blake2 v0.10.6
23772026-01-31T04:18:36.390Z Compiling thiserror-impl-no-std v2.0.2
23782026-01-31T04:18:36.552Z Checking chacha20poly1305 v0.10.1
23792026-01-31T04:18:36.713Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23802026-01-31T04:18:36.824Z Checking tokio-dtrace v0.1.0
23812026-01-31T04:18:36.885Z Checking argon2 v0.5.3
23822026-01-31T04:18:37.189Z Checking console v0.15.10
23832026-01-31T04:18:37.335Z Compiling derive-where v1.5.0
23842026-01-31T04:18:37.653Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23852026-01-31T04:18:37.858Z Checking oxide-tokio-rt v0.1.2
23862026-01-31T04:18:38.089Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23872026-01-31T04:18:38.150Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23882026-01-31T04:18:38.152Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23892026-01-31T04:18:38.258Z Checking atomicwrites v0.4.4
23902026-01-31T04:18:38.552Z Checking newline-converter v0.3.0
23912026-01-31T04:18:38.703Z Checking bytecount v0.6.8
23922026-01-31T04:18:38.762Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23932026-01-31T04:18:38.815Z Checking expectorate v1.2.0
23942026-01-31T04:18:38.964Z Compiling owo-colors v4.2.2
23952026-01-31T04:18:39.098Z Compiling cancel-safe-futures v0.1.5
23962026-01-31T04:18:39.173Z Checking thiserror-no-std v2.0.2
23972026-01-31T04:18:39.366Z Checking vsss-rs v3.3.4
23982026-01-31T04:18:39.620Z Checking libsw-core v0.3.1
23992026-01-31T04:18:39.917Z Checking libsw v3.5.0
24002026-01-31T04:18:40.377Z Checking num-rational v0.4.2
24012026-01-31T04:18:40.564Z Compiling progenitor-macro v0.11.2
24022026-01-31T04:18:40.695Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24032026-01-31T04:18:40.753Z Checking num-complex v0.4.6
24042026-01-31T04:18:40.805Z Compiling progenitor-macro v0.10.0
24052026-01-31T04:18:41.081Z Checking linear-map v1.2.0
24062026-01-31T04:18:41.475Z Checking float-ord v0.3.2
24072026-01-31T04:18:41.562Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24082026-01-31T04:18:41.633Z Checking num v0.4.3
24092026-01-31T04:18:41.704Z Checking same-file v1.0.6
24102026-01-31T04:18:41.761Z Checking gethostname v0.5.0
24112026-01-31T04:18:41.930Z Checking walkdir v2.5.0
24122026-01-31T04:18:41.989Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24132026-01-31T04:18:42.337Z Checking prettyplease v0.2.36
24142026-01-31T04:18:43.050Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24152026-01-31T04:18:46.986Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24162026-01-31T04:18:49.453Z Compiling async-recursion v1.1.1
24172026-01-31T04:18:49.729Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24182026-01-31T04:18:50.105Z Checking smawk v0.3.2
24192026-01-31T04:18:50.160Z Checking unicode-linebreak v0.1.5
24202026-01-31T04:18:50.396Z Checking resolv-conf v0.7.0
24212026-01-31T04:18:50.399Z Compiling convert_case v0.7.1
24222026-01-31T04:18:50.639Z Compiling slog-dtrace v0.3.0
24232026-01-31T04:18:50.822Z Checking globset v0.4.15
24242026-01-31T04:18:50.945Z Compiling vte_generate_state_changes v0.1.2
24252026-01-31T04:18:51.281Z Compiling derive_more-impl v2.0.1
24262026-01-31T04:18:51.357Z Checking fd-lock v4.0.2
24272026-01-31T04:18:51.472Z Checking display-error-chain v0.2.2
24282026-01-31T04:18:51.586Z Checking vte v0.11.1
24292026-01-31T04:18:51.643Z Compiling pin-project-internal v1.1.6
24302026-01-31T04:18:51.646Z Checking termtree v0.5.1
24312026-01-31T04:18:51.752Z Checking linked-hash-map v0.5.6
24322026-01-31T04:18:52.001Z Checking nu-ansi-term v0.50.1
24332026-01-31T04:18:52.121Z Checking lru-cache v0.1.2
24342026-01-31T04:18:52.398Z Checking textwrap v0.16.2
24352026-01-31T04:18:52.457Z Checking hickory-proto v0.24.4
24362026-01-31T04:18:52.946Z Checking pem v3.0.5
24372026-01-31T04:18:53.026Z Checking derive_more v2.0.1
24382026-01-31T04:18:53.082Z Checking strip-ansi-escapes v0.2.0
24392026-01-31T04:18:53.137Z Checking progenitor v0.11.2
24402026-01-31T04:18:53.140Z Checking progenitor v0.10.0
24412026-01-31T04:18:53.301Z Checking crossterm v0.29.0
24422026-01-31T04:18:53.304Z Checking reedline v0.40.0
24432026-01-31T04:18:53.407Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24442026-01-31T04:18:53.465Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
24452026-01-31T04:18:54.221Z Checking pin-project v1.1.6
24462026-01-31T04:18:54.440Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24472026-01-31T04:18:54.612Z Checking nibble_vec v0.1.0
24482026-01-31T04:18:54.897Z Compiling snafu-derive v0.8.5
24492026-01-31T04:18:55.593Z Checking endian-type v0.1.2
24502026-01-31T04:18:55.886Z Checking radix_trie v0.2.1
24512026-01-31T04:18:56.234Z Checking olpc-cjson v0.1.4
24522026-01-31T04:18:56.359Z Checking serde_plain v1.0.2
24532026-01-31T04:18:56.545Z Checking base64 v0.21.7
24542026-01-31T04:18:56.695Z Checking typed-path v0.9.3
24552026-01-31T04:18:56.756Z Checking hickory-resolver v0.24.4
24562026-01-31T04:18:57.038Z Checking humantime v2.2.0
24572026-01-31T04:18:57.437Z Checking csv-core v0.1.11
24582026-01-31T04:18:57.863Z Checking csv v1.3.1
24592026-01-31T04:18:58.398Z Checking qorb v0.4.1
24602026-01-31T04:18:58.647Z Compiling cfg_aliases v0.1.1
24612026-01-31T04:18:58.739Z Checking papergrid v0.11.0
24622026-01-31T04:18:58.846Z Compiling nix v0.28.0
24632026-01-31T04:18:59.308Z Compiling tabled_derive v0.7.0
24642026-01-31T04:18:59.469Z Checking snafu v0.8.5
24652026-01-31T04:18:59.672Z Checking home v0.5.9
24662026-01-31T04:18:59.817Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24672026-01-31T04:18:59.879Z Checking siphasher v1.0.1
24682026-01-31T04:18:59.990Z Checking tough v0.20.0
24692026-01-31T04:19:00.068Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24702026-01-31T04:19:00.184Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24712026-01-31T04:19:00.244Z Checking phf_shared v0.12.1
24722026-01-31T04:19:01.091Z Compiling semver v0.1.20
24732026-01-31T04:19:01.155Z Checking highway v1.3.0
24742026-01-31T04:19:01.282Z Compiling chrono-tz v0.10.4
24752026-01-31T04:19:01.454Z Checking tabled v0.15.0
24762026-01-31T04:19:01.731Z Compiling rustc_version v0.1.7
24772026-01-31T04:19:01.734Z Checking phf v0.12.1
24782026-01-31T04:19:02.130Z Compiling const_format_proc_macros v0.2.34
24792026-01-31T04:19:02.217Z Compiling peg-macros v0.8.5
24802026-01-31T04:19:02.995Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24812026-01-31T04:19:04.135Z Compiling sqlparser_derive v0.2.2
24822026-01-31T04:19:04.193Z Checking unicode_categories v0.1.1
24832026-01-31T04:19:04.302Z Checking rustyline v14.0.0
24842026-01-31T04:19:04.382Z Checking const_format v0.2.34
24852026-01-31T04:19:04.542Z Checking sqlformat v0.3.5
24862026-01-31T04:19:04.600Z Compiling newtype_derive v0.1.6
24872026-01-31T04:19:05.018Z Checking bcs v0.1.6
24882026-01-31T04:19:05.266Z Checking sqlparser v0.45.0
24892026-01-31T04:19:05.570Z Checking peg v0.8.5
24902026-01-31T04:19:05.574Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24912026-01-31T04:19:05.755Z Checking utf-8 v0.7.6
24922026-01-31T04:19:05.815Z Checking xattr v1.3.1
24932026-01-31T04:19:05.867Z Checking steno v0.4.1
24942026-01-31T04:19:06.012Z Checking filetime v0.2.26
24952026-01-31T04:19:06.073Z Checking arc-swap v1.7.1
24962026-01-31T04:19:06.128Z Checking tungstenite v0.21.0
24972026-01-31T04:19:06.313Z Checking tar v0.4.44
24982026-01-31T04:19:06.541Z Checking slog-scope v4.4.0
24992026-01-31T04:19:06.851Z Checking slog-stdlog v4.1.1
25002026-01-31T04:19:07.101Z Checking tokio-tungstenite v0.21.0
25012026-01-31T04:19:07.160Z Checking slog-envlogger v2.2.0
25022026-01-31T04:19:07.219Z Compiling typify-impl v0.2.0
25032026-01-31T04:19:07.456Z Checking subprocess v0.2.9
25042026-01-31T04:19:07.652Z Checking headers-core v0.3.0
25052026-01-31T04:19:07.891Z Checking headers v0.4.1
25062026-01-31T04:19:08.069Z Compiling lzma-sys v0.1.20
25072026-01-31T04:19:09.015Z Checking progenitor-client v0.8.0
25082026-01-31T04:19:09.073Z Compiling heck v0.3.3
25092026-01-31T04:19:09.538Z Compiling zone_cfg_derive v0.1.2
25102026-01-31T04:19:09.724Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25112026-01-31T04:19:10.117Z Checking yasna v0.5.2
25122026-01-31T04:19:10.564Z Checking base64 v0.13.1
25132026-01-31T04:19:11.000Z Checking number_prefix v0.4.0
25142026-01-31T04:19:11.060Z Checking ron v0.7.1
25152026-01-31T04:19:11.063Z Checking rcgen v0.12.1
25162026-01-31T04:19:11.236Z Checking indicatif v0.17.11
25172026-01-31T04:19:11.792Z Checking zone v0.1.8
25182026-01-31T04:19:12.017Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25192026-01-31T04:19:12.203Z Checking xz2 v0.1.7
25202026-01-31T04:19:12.520Z Checking dropshot-api-manager-types v0.2.4
25212026-01-31T04:19:12.575Z Compiling moka v0.12.10
25222026-01-31T04:19:12.578Z Checking tagptr v0.2.0
25232026-01-31T04:19:12.819Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25242026-01-31T04:19:12.998Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25252026-01-31T04:19:13.161Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25262026-01-31T04:19:13.291Z Compiling libefi-sys v0.1.0
25272026-01-31T04:19:13.728Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25282026-01-31T04:19:13.789Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25292026-01-31T04:19:13.925Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25302026-01-31T04:19:14.546Z Checking hickory-resolver v0.25.2
25312026-01-31T04:19:14.722Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25322026-01-31T04:19:15.331Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25332026-01-31T04:19:16.294Z Compiling radium v0.7.0
25342026-01-31T04:19:16.354Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25352026-01-31T04:19:16.857Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25362026-01-31T04:19:17.300Z Compiling bitfield-struct v0.6.2
25372026-01-31T04:19:17.360Z Checking tap v1.0.1
25382026-01-31T04:19:17.364Z Compiling maybe-uninit v2.0.0
25392026-01-31T04:19:17.588Z Checking wyz v0.5.1
25402026-01-31T04:19:18.076Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25412026-01-31T04:19:18.201Z Compiling typify-macro v0.2.0
25422026-01-31T04:19:18.409Z Compiling zerocopy-derive v0.6.6
25432026-01-31T04:19:18.475Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25442026-01-31T04:19:18.601Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25452026-01-31T04:19:18.690Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25462026-01-31T04:19:19.136Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25472026-01-31T04:19:19.344Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25482026-01-31T04:19:19.861Z Checking crc-catalog v2.4.0
25492026-01-31T04:19:20.086Z Checking funty v2.0.0
25502026-01-31T04:19:20.350Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512026-01-31T04:19:20.533Z Compiling packed_struct v0.10.1
25522026-01-31T04:19:20.585Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-01-31T04:19:20.999Z Checking bitvec v1.0.1
25542026-01-31T04:19:21.128Z Checking zerocopy v0.6.6
25552026-01-31T04:19:21.192Z Checking crc v3.2.1
25562026-01-31T04:19:21.351Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25572026-01-31T04:19:21.711Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25582026-01-31T04:19:21.881Z Compiling packed_struct_codegen v0.10.1
25592026-01-31T04:19:21.991Z Compiling bitfield-macros v0.19.2
25602026-01-31T04:19:22.046Z Compiling indexmap v1.9.3
25612026-01-31T04:19:22.099Z Compiling typify v0.2.0
25622026-01-31T04:19:22.148Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25632026-01-31T04:19:22.321Z Compiling progenitor-impl v0.8.0
25642026-01-31T04:19:23.529Z Checking nodrop v0.1.14
25652026-01-31T04:19:23.741Z Checking array-init v0.0.4
25662026-01-31T04:19:24.041Z Checking bitfield v0.19.2
25672026-01-31T04:19:24.216Z Checking smallvec v0.6.14
25682026-01-31T04:19:24.506Z Checking hashbrown v0.12.3
25692026-01-31T04:19:24.669Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25702026-01-31T04:19:24.719Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25712026-01-31T04:19:24.813Z Checking serde-hex v0.1.0
25722026-01-31T04:19:25.059Z Checking ron v0.8.1
25732026-01-31T04:19:25.484Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25742026-01-31T04:19:26.303Z Checking hashbrown v0.13.2
25752026-01-31T04:19:26.358Z Checking crc-any v2.5.0
25762026-01-31T04:19:26.657Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25772026-01-31T04:19:26.784Z Checking path-slash v0.1.5
25782026-01-31T04:19:27.020Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
25792026-01-31T04:19:27.080Z Compiling xshell-macros v0.2.7
25802026-01-31T04:19:27.216Z Checking object v0.30.4
25812026-01-31T04:19:27.285Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
25822026-01-31T04:19:27.927Z Checking xshell v0.2.7
25832026-01-31T04:19:28.359Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25842026-01-31T04:19:28.668Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852026-01-31T04:19:28.843Z Compiling progenitor-macro v0.8.0
25862026-01-31T04:19:29.233Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25872026-01-31T04:19:30.106Z Checking half v1.8.3
25882026-01-31T04:19:30.602Z Checking serde_cbor v0.11.2
25892026-01-31T04:19:30.605Z Compiling proc-macro-error-attr2 v2.0.0
25902026-01-31T04:19:30.685Z Compiling num-derive v0.3.3
25912026-01-31T04:19:31.244Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25922026-01-31T04:19:31.402Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25932026-01-31T04:19:31.461Z Compiling proc-macro-error2 v2.0.1
25942026-01-31T04:19:31.874Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25952026-01-31T04:19:32.255Z Compiling tabled_derive v0.11.0
25962026-01-31T04:19:32.460Z Checking papergrid v0.17.0
25972026-01-31T04:19:32.709Z Checking libscf-sys v1.1.0
25982026-01-31T04:19:32.766Z Checking testing_table v0.3.0
25992026-01-31T04:19:32.968Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26002026-01-31T04:19:33.026Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26012026-01-31T04:19:33.465Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26022026-01-31T04:19:33.874Z Checking maplit v1.0.2
26032026-01-31T04:19:34.279Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26042026-01-31T04:19:34.390Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26052026-01-31T04:19:34.841Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26062026-01-31T04:19:34.900Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26072026-01-31T04:19:35.049Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26082026-01-31T04:19:35.105Z Checking tabled v0.20.0
26092026-01-31T04:19:35.164Z Checking crc8 v0.1.1
26102026-01-31T04:19:35.226Z Checking fxhash v0.2.1
26112026-01-31T04:19:35.393Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26122026-01-31T04:19:35.509Z Checking unicase v2.8.1
26132026-01-31T04:19:35.875Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26142026-01-31T04:19:36.860Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26152026-01-31T04:19:37.034Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26162026-01-31T04:19:37.120Z Checking kstat-rs v0.2.4
26172026-01-31T04:19:37.333Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26182026-01-31T04:19:37.479Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26192026-01-31T04:19:37.537Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26202026-01-31T04:19:37.700Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26212026-01-31T04:19:37.925Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26222026-01-31T04:19:38.078Z Compiling parking_lot_core v0.8.6
26232026-01-31T04:19:38.707Z Checking scheduled-thread-pool v0.2.7
26242026-01-31T04:19:39.051Z Compiling dsl_auto_type v0.1.2
26252026-01-31T04:19:39.451Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26262026-01-31T04:19:39.508Z Compiling vergen-gitcl v1.0.8
26272026-01-31T04:19:39.871Z Compiling diesel_table_macro_syntax v0.2.0
26282026-01-31T04:19:39.981Z Checking r2d2 v0.8.10
26292026-01-31T04:19:40.042Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26302026-01-31T04:19:40.286Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26312026-01-31T04:19:40.353Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26322026-01-31T04:19:40.414Z Compiling diesel_derives v2.2.3
26332026-01-31T04:19:40.493Z Checking parking_lot v0.11.2
26342026-01-31T04:19:40.886Z Checking prefix-trie v0.7.0
26352026-01-31T04:19:40.942Z Checking nanorand v0.7.0
26362026-01-31T04:19:40.997Z Compiling dirs-sys-next v0.1.2
26372026-01-31T04:19:41.336Z Compiling crunchy v0.2.2
26382026-01-31T04:19:41.389Z Checking progenitor v0.8.0
26392026-01-31T04:19:41.593Z Checking flume v0.11.1
26402026-01-31T04:19:41.649Z Checking hickory-server v0.25.2
26412026-01-31T04:19:41.707Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26422026-01-31T04:19:41.962Z Compiling dirs-next v2.0.0
26432026-01-31T04:19:42.130Z Checking sled v0.34.7
26442026-01-31T04:19:42.184Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26452026-01-31T04:19:42.234Z Checking hickory-client v0.25.2
26462026-01-31T04:19:42.579Z Compiling tiny-keccak v2.0.2
26472026-01-31T04:19:42.872Z Compiling term v0.7.0
26482026-01-31T04:19:43.262Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26492026-01-31T04:19:43.600Z Compiling bit-vec v0.6.3
26502026-01-31T04:19:44.150Z Compiling bit-set v0.5.3
26512026-01-31T04:19:44.205Z Compiling ascii-canvas v3.0.0
26522026-01-31T04:19:44.547Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26532026-01-31T04:19:44.733Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26542026-01-31T04:19:45.023Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26552026-01-31T04:19:45.390Z Compiling ena v0.14.3
26562026-01-31T04:19:45.550Z Compiling bindgen v0.71.1
26572026-01-31T04:19:45.849Z Compiling diff v0.1.13
26582026-01-31T04:19:46.037Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26592026-01-31T04:19:46.456Z Compiling regex-syntax v0.6.29
26602026-01-31T04:19:46.690Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26612026-01-31T04:19:48.507Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26622026-01-31T04:19:50.066Z Compiling lalrpop v0.19.12
26632026-01-31T04:19:50.124Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26642026-01-31T04:19:50.686Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
26652026-01-31T04:19:51.200Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26662026-01-31T04:19:51.361Z Checking diesel v2.2.12
26672026-01-31T04:19:51.541Z Checking primeorder v0.13.6
26682026-01-31T04:19:51.850Z Compiling salty v0.3.0
26692026-01-31T04:19:51.974Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26702026-01-31T04:19:52.426Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26712026-01-31T04:19:52.783Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26722026-01-31T04:19:52.880Z Compiling libxml v0.3.3
26732026-01-31T04:19:53.176Z Compiling fs-err v2.11.0
26742026-01-31T04:19:53.817Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26752026-01-31T04:19:54.007Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26762026-01-31T04:19:54.205Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26772026-01-31T04:19:54.628Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26782026-01-31T04:19:56.060Z Compiling strum_macros v0.24.3
26792026-01-31T04:19:57.690Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26802026-01-31T04:19:57.765Z Compiling indoc v1.0.9
26812026-01-31T04:19:58.630Z Checking p384 v0.13.1
26822026-01-31T04:19:58.722Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26832026-01-31T04:19:59.400Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
26842026-01-31T04:19:59.560Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-01-31T04:19:59.689Z Checking quick-xml v0.37.2
26862026-01-31T04:19:59.995Z Checking derive_builder v0.20.2
26872026-01-31T04:20:00.184Z Compiling impl-trait-for-tuples v0.2.2
26882026-01-31T04:20:00.244Z Compiling oso-derive v0.27.3
26892026-01-31T04:20:01.300Z Compiling trait-variant v0.1.2
26902026-01-31T04:20:01.634Z Checking parse-size v1.1.0
26912026-01-31T04:20:01.842Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
26922026-01-31T04:20:01.898Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26932026-01-31T04:20:02.469Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26942026-01-31T04:20:03.785Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26952026-01-31T04:20:04.327Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-01-31T04:20:05.014Z Checking assert_matches v1.5.0
26972026-01-31T04:20:05.657Z Compiling mime_guess v2.0.5
26982026-01-31T04:20:06.070Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26992026-01-31T04:20:06.664Z Checking predicates-tree v1.0.12
27002026-01-31T04:20:06.849Z Checking http-range v0.1.5
27012026-01-31T04:20:06.907Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27022026-01-31T04:20:07.063Z Checking atty v0.2.14
27032026-01-31T04:20:07.131Z Compiling diesel-dtrace v0.4.2
27042026-01-31T04:20:07.677Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27052026-01-31T04:20:07.735Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27062026-01-31T04:20:08.057Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27072026-01-31T04:20:08.155Z Checking bb8 v0.8.5
27082026-01-31T04:20:08.506Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27092026-01-31T04:20:08.722Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
27102026-01-31T04:20:08.979Z Checking corncobs v0.1.4
27112026-01-31T04:20:09.246Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27122026-01-31T04:20:09.297Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27132026-01-31T04:20:09.438Z Checking hyper-staticfile v0.10.1
27142026-01-31T04:20:09.874Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27152026-01-31T04:20:09.937Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27162026-01-31T04:20:10.053Z Checking ignore v0.4.23
27172026-01-31T04:20:10.348Z Checking signal-hook-tokio v0.3.1
27182026-01-31T04:20:10.457Z Checking secrecy v0.8.0
27192026-01-31T04:20:10.714Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27202026-01-31T04:20:10.943Z Checking globwalk v0.9.1
27212026-01-31T04:20:11.334Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27222026-01-31T04:20:11.669Z Checking nonempty v0.12.0
27232026-01-31T04:20:11.917Z Checking camino-tempfile-ext v0.3.2
27242026-01-31T04:20:12.015Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27252026-01-31T04:20:12.213Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27262026-01-31T04:20:12.329Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27272026-01-31T04:20:14.109Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27282026-01-31T04:20:14.550Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
27292026-01-31T04:20:14.865Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27302026-01-31T04:20:16.058Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27312026-01-31T04:20:16.525Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27322026-01-31T04:20:16.585Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27332026-01-31T04:20:16.848Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27342026-01-31T04:20:18.617Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27352026-01-31T04:20:20.417Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27362026-01-31T04:20:20.563Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27372026-01-31T04:20:20.922Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27382026-01-31T04:20:21.015Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27392026-01-31T04:20:21.748Z Checking async-bb8-diesel v0.2.1
27402026-01-31T04:20:22.522Z Checking tungstenite v0.23.0
27412026-01-31T04:20:22.940Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27422026-01-31T04:20:23.001Z Checking void v1.0.2
27432026-01-31T04:20:23.241Z Checking lzss v0.8.2
27442026-01-31T04:20:23.453Z Checking tokio-tungstenite v0.23.1
27452026-01-31T04:20:23.656Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27462026-01-31T04:20:23.713Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27472026-01-31T04:20:24.036Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27482026-01-31T04:20:24.092Z Checking nix v0.27.1
27492026-01-31T04:20:25.009Z Checking serde_bytes v0.11.19
27502026-01-31T04:20:25.417Z Checking rand_seeder v0.4.0
27512026-01-31T04:20:25.420Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27522026-01-31T04:20:25.729Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27532026-01-31T04:20:26.551Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27542026-01-31T04:20:26.698Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27552026-01-31T04:20:26.885Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27562026-01-31T04:20:27.972Z Checking is_ci v1.2.0
27572026-01-31T04:20:28.210Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27582026-01-31T04:20:28.348Z Checking yansi v1.0.1
27592026-01-31T04:20:28.427Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27602026-01-31T04:20:28.614Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27612026-01-31T04:20:28.991Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27622026-01-31T04:20:29.105Z Checking pretty_assertions v1.4.1
27632026-01-31T04:20:29.404Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27642026-01-31T04:20:29.489Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27652026-01-31T04:20:29.890Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27662026-01-31T04:20:30.363Z Checking typeid v1.0.3
27672026-01-31T04:20:30.601Z Compiling tabled_derive v0.10.0
27682026-01-31T04:20:32.535Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27692026-01-31T04:20:32.592Z Checking papergrid v0.14.0
27702026-01-31T04:20:32.931Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27712026-01-31T04:20:33.040Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27722026-01-31T04:20:33.226Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27732026-01-31T04:20:33.663Z Compiling indoc v2.0.6
27742026-01-31T04:20:34.134Z Checking tabled v0.18.0
27752026-01-31T04:20:34.480Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27762026-01-31T04:20:34.545Z Checking erased-serde v0.4.6
27772026-01-31T04:20:34.646Z Checking ordered-float v2.10.1
27782026-01-31T04:20:34.751Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27792026-01-31T04:20:35.244Z Compiling libz-sys v1.1.20
27802026-01-31T04:20:35.476Z Checking castaway v0.2.3
27812026-01-31T04:20:35.710Z Checking compact_str v0.8.0
27822026-01-31T04:20:36.282Z Checking serde-untagged v0.1.7
27832026-01-31T04:20:36.571Z Checking serde-value v0.7.0
27842026-01-31T04:20:36.902Z Checking supports-color v3.0.2
27852026-01-31T04:20:37.065Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27862026-01-31T04:20:37.177Z Checking console v0.16.0
27872026-01-31T04:20:37.481Z Checking unicode-truncate v1.1.0
27882026-01-31T04:20:37.791Z Checking concurrent-queue v2.5.0
27892026-01-31T04:20:37.849Z Checking lru v0.12.5
27902026-01-31T04:20:38.046Z Compiling instability v0.3.2
27912026-01-31T04:20:38.174Z Checking cassowary v0.3.0
27922026-01-31T04:20:38.228Z Checking parking v2.2.1
27932026-01-31T04:20:38.504Z Checking unicode-xid v0.2.6
27942026-01-31T04:20:38.665Z Checking unit-prefix v0.5.1
27952026-01-31T04:20:38.753Z Checking cargo-util-schemas v0.8.2
27962026-01-31T04:20:38.954Z Checking indicatif v0.18.0
27972026-01-31T04:20:39.106Z Checking cargo-platform v0.2.0
27982026-01-31T04:20:39.163Z Checking ratatui v0.29.0
27992026-01-31T04:20:39.518Z Compiling libgit2-sys v0.18.2+1.9.1
28002026-01-31T04:20:39.764Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28012026-01-31T04:20:40.959Z Checking cargo_metadata v0.21.0
28022026-01-31T04:20:42.488Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28032026-01-31T04:20:42.847Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28042026-01-31T04:20:43.049Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28052026-01-31T04:20:43.329Z Checking event-listener v5.3.1
28062026-01-31T04:20:43.561Z Compiling vergen-git2 v1.0.7
28072026-01-31T04:20:43.836Z Checking event-listener-strategy v0.5.2
28082026-01-31T04:20:44.082Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-01-31T04:20:44.137Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28102026-01-31T04:20:44.479Z Checking shell-words v1.1.0
28112026-01-31T04:20:44.557Z Checking plotters-backend v0.3.7
28122026-01-31T04:20:44.718Z Compiling rustls v0.21.12
28132026-01-31T04:20:44.962Z Checking futures-lite v2.3.0
28142026-01-31T04:20:45.019Z Checking plotters-svg v0.3.7
28152026-01-31T04:20:45.200Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28162026-01-31T04:20:45.327Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28172026-01-31T04:20:46.213Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28182026-01-31T04:20:46.365Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28192026-01-31T04:20:46.614Z Checking rustls-webpki v0.101.7
28202026-01-31T04:20:46.767Z Checking sct v0.7.1
28212026-01-31T04:20:47.077Z Checking cast v0.3.0
28222026-01-31T04:20:47.212Z Checking hex-literal v0.4.1
28232026-01-31T04:20:47.437Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28242026-01-31T04:20:47.495Z Checking criterion-plot v0.6.0
28252026-01-31T04:20:48.183Z Checking plotters v0.3.7
28262026-01-31T04:20:50.023Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28272026-01-31T04:20:50.318Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28282026-01-31T04:20:51.581Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28292026-01-31T04:20:53.120Z Checking tinytemplate v1.2.1
28302026-01-31T04:20:53.611Z Checking anes v0.1.6
28312026-01-31T04:20:54.051Z Checking oorandom v11.1.4
28322026-01-31T04:20:54.310Z Checking criterion v0.7.0
28332026-01-31T04:20:56.962Z Checking tokio-rustls v0.24.1
28342026-01-31T04:20:57.420Z Checking async-lock v3.4.0
28352026-01-31T04:20:58.333Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28362026-01-31T04:20:58.390Z Checking rustls-pemfile v1.0.4
28372026-01-31T04:20:58.682Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28382026-01-31T04:20:58.746Z Checking twox-hash v2.1.0
28392026-01-31T04:20:59.406Z Checking polling v3.7.3
28402026-01-31T04:20:59.882Z Checking async-io v2.3.4
28412026-01-31T04:21:00.448Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28422026-01-31T04:21:00.841Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28432026-01-31T04:21:00.899Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28442026-01-31T04:21:01.156Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28452026-01-31T04:21:01.218Z Checking fatfs v0.3.6
28462026-01-31T04:21:02.332Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28472026-01-31T04:21:02.942Z Compiling petname v2.0.2
28482026-01-31T04:21:03.965Z Checking async-task v4.7.1
28492026-01-31T04:21:04.019Z Compiling seq-macro v0.3.6
28502026-01-31T04:21:04.779Z Checking async-channel v2.3.1
28512026-01-31T04:21:05.098Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28522026-01-31T04:21:05.161Z Checking piper v0.2.4
28532026-01-31T04:21:05.459Z Checking rtoolbox v0.0.2
28542026-01-31T04:21:05.695Z Checking futures-timer v3.0.3
28552026-01-31T04:21:05.957Z Checking rpassword v7.4.0
28562026-01-31T04:21:06.066Z Checking blocking v1.6.1
28572026-01-31T04:21:06.422Z Checking async-executor v1.13.1
28582026-01-31T04:21:06.830Z Checking async-signal v0.2.10
28592026-01-31T04:21:07.051Z Checking tui-tree-widget v0.23.1
28602026-01-31T04:21:07.192Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28612026-01-31T04:21:07.447Z Checking polyval v0.6.2
28622026-01-31T04:21:07.538Z Checking sapling-renderdag v0.1.0
28632026-01-31T04:21:07.804Z Checking event-listener v2.5.3
28642026-01-31T04:21:08.098Z Checking sync-ptr v0.1.4
28652026-01-31T04:21:08.139Z Checking async-channel v1.9.0
28662026-01-31T04:21:08.341Z Checking ghash v0.5.1
28672026-01-31T04:21:08.480Z Checking async-process v2.3.0
28682026-01-31T04:21:08.602Z Checking async-global-executor v2.4.1
28692026-01-31T04:21:08.966Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28702026-01-31T04:21:09.019Z Checking ctr v0.9.2
28712026-01-31T04:21:09.355Z Checking kv-log-macro v1.0.7
28722026-01-31T04:21:09.410Z Compiling async-attributes v1.1.2
28732026-01-31T04:21:09.546Z Checking arrayvec v0.7.6
28742026-01-31T04:21:09.861Z Checking arrayref v0.3.9
28752026-01-31T04:21:09.971Z Checking constant_time_eq v0.3.1
28762026-01-31T04:21:10.031Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28772026-01-31T04:21:10.264Z Checking async-std v1.13.0
28782026-01-31T04:21:10.346Z Checking aes-gcm v0.10.3
28792026-01-31T04:21:10.678Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28802026-01-31T04:21:12.664Z Checking ssh-encoding v0.2.0
28812026-01-31T04:21:13.069Z Checking blowfish v0.9.1
28822026-01-31T04:21:13.409Z Checking bcrypt-pbkdf v0.10.0
28832026-01-31T04:21:13.551Z Checking async-object-pool v0.1.5
28842026-01-31T04:21:13.745Z Checking ssh-cipher v0.2.0
28852026-01-31T04:21:13.817Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28862026-01-31T04:21:14.141Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28872026-01-31T04:21:14.774Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28882026-01-31T04:21:14.993Z Checking serde_regex v1.1.0
28892026-01-31T04:21:15.369Z Checking password-hash v0.4.2
28902026-01-31T04:21:15.841Z Checking assert-json-diff v2.0.2
28912026-01-31T04:21:15.962Z Checking path-tree v0.8.1
28922026-01-31T04:21:16.109Z Compiling target-lexicon v0.13.2
28932026-01-31T04:21:16.168Z Checking stringmetrics v2.2.2
28942026-01-31T04:21:16.369Z Checking pbkdf2 v0.11.0
28952026-01-31T04:21:16.507Z Checking httpmock v0.8.0-alpha.1
28962026-01-31T04:21:16.759Z Checking ssh-key v0.6.6
28972026-01-31T04:21:18.376Z Checking p256 v0.13.2
28982026-01-31T04:21:18.930Z Checking p521 v0.13.3
28992026-01-31T04:21:20.403Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29002026-01-31T04:21:20.831Z Checking russh-cryptovec v0.7.3
29012026-01-31T04:21:21.129Z Compiling guppy-workspace-hack v0.1.0
29022026-01-31T04:21:21.246Z Checking md5 v0.7.0
29032026-01-31T04:21:21.579Z Checking num-bigint v0.4.6
29042026-01-31T04:21:21.582Z Checking russh-keys v0.45.0
29052026-01-31T04:21:21.702Z Compiling samael v0.0.19
29062026-01-31T04:21:21.938Z Checking des v0.8.1
29072026-01-31T04:21:22.497Z Compiling blake3 v1.5.4
29082026-01-31T04:21:23.004Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29092026-01-31T04:21:23.250Z Compiling target-spec v3.5.0
29102026-01-31T04:21:23.901Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29112026-01-31T04:21:23.957Z Checking russh v0.45.0
29122026-01-31T04:21:24.876Z Checking cfg-expr v0.20.1
29132026-01-31T04:21:25.528Z Checking supports-color v2.1.0
29142026-01-31T04:21:25.728Z Checking textwrap v0.15.2
29152026-01-31T04:21:25.810Z Checking supports-unicode v2.1.0
29162026-01-31T04:21:26.054Z Checking supports-hyperlinks v2.1.0
29172026-01-31T04:21:26.099Z Checking hashbrown v0.14.5
29182026-01-31T04:21:26.250Z Checking backtrace-ext v0.2.1
29192026-01-31T04:21:26.503Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29202026-01-31T04:21:26.958Z Checking terminal_size v0.1.17
29212026-01-31T04:21:27.188Z Compiling miette-derive v5.10.0
29222026-01-31T04:21:27.245Z Checking owo-colors v3.5.0
29232026-01-31T04:21:27.943Z Checking internet-checksum v0.2.1
29242026-01-31T04:21:28.210Z Checking chumsky v0.9.3
29252026-01-31T04:21:29.794Z Checking miette v5.10.0
29262026-01-31T04:21:30.367Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-01-31T04:21:30.817Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29282026-01-31T04:21:30.929Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29292026-01-31T04:21:31.504Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29302026-01-31T04:21:31.641Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29312026-01-31T04:21:32.000Z Compiling knuffel-derive v3.2.0
29322026-01-31T04:21:32.060Z Checking httptest v0.16.3
29332026-01-31T04:21:32.508Z Checking pathdiff v0.2.3
29342026-01-31T04:21:32.745Z Checking topological-sort v0.2.2
29352026-01-31T04:21:32.848Z Compiling git2 v0.20.2
29362026-01-31T04:21:32.944Z Checking nested v0.1.1
29372026-01-31T04:21:33.036Z Checking omicron-zone-package v0.12.2
29382026-01-31T04:21:33.238Z Checking guppy v0.17.20
29392026-01-31T04:21:33.573Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29402026-01-31T04:21:34.021Z Compiling rstest_macros v0.25.0
29412026-01-31T04:21:34.635Z Compiling doc-comment v0.3.3
29422026-01-31T04:21:35.155Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29432026-01-31T04:21:35.255Z Compiling target-triple v0.1.3
29442026-01-31T04:21:35.648Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29452026-01-31T04:21:35.696Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29462026-01-31T04:21:35.754Z Checking knuffel v3.2.0
29472026-01-31T04:21:35.898Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29482026-01-31T04:21:36.850Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29492026-01-31T04:21:37.299Z Checking similar-asserts v1.7.0
29502026-01-31T04:21:37.522Z Compiling proc-macro-crate v3.2.0
29512026-01-31T04:21:37.623Z Compiling assert_cmd v2.0.17
29522026-01-31T04:21:38.140Z Compiling relative-path v1.9.3
29532026-01-31T04:21:38.873Z Checking escape8259 v0.5.3
29542026-01-31T04:21:39.158Z Checking libtest-mimic v0.8.1
29552026-01-31T04:21:40.177Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29562026-01-31T04:21:40.277Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29572026-01-31T04:21:40.412Z Checking blake2b_simd v1.0.2
29582026-01-31T04:21:41.330Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29592026-01-31T04:21:41.333Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29602026-01-31T04:21:41.693Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29612026-01-31T04:21:42.034Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29622026-01-31T04:21:42.482Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29632026-01-31T04:21:42.902Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29642026-01-31T04:21:43.045Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29652026-01-31T04:21:43.440Z Checking fancy-regex v0.14.0
29662026-01-31T04:21:43.587Z Checking serde_tokenstream v0.2.2
29672026-01-31T04:21:44.106Z Checking uzers v0.12.1
29682026-01-31T04:21:44.354Z Checking termcolor v1.4.1
29692026-01-31T04:21:44.589Z Checking datatest-stable v0.3.2
29702026-01-31T04:21:44.864Z Checking trybuild v1.0.106
29712026-01-31T04:21:45.343Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29722026-01-31T04:21:46.088Z Checking rust-argon2 v2.1.0
29732026-01-31T04:21:46.514Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29742026-01-31T04:21:46.677Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29752026-01-31T04:21:48.025Z Checking support-bundle-viewer v0.1.2
29762026-01-31T04:21:48.479Z Checking rstest v0.25.0
29772026-01-31T04:21:48.571Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29782026-01-31T04:21:48.809Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29792026-01-31T04:21:49.052Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29802026-01-31T04:21:49.357Z Checking drift v0.1.3
29812026-01-31T04:21:49.511Z Checking rand_distr v0.5.1
29822026-01-31T04:21:49.999Z Checking multimap v0.10.1
29832026-01-31T04:21:50.374Z Checking approx v0.5.1
29842026-01-31T04:21:50.573Z Checking dropshot-api-manager v0.2.4
29852026-01-31T04:21:50.966Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29862026-01-31T04:21:52.228Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29872026-01-31T04:21:52.618Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29882026-01-31T04:21:53.847Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29892026-01-31T04:21:53.925Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29902026-01-31T04:21:54.061Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29912026-01-31T04:21:54.280Z Checking partial-io v0.5.4
29922026-01-31T04:21:54.765Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29932026-01-31T04:21:54.958Z Checking cargo_toml v0.21.0
29942026-01-31T04:21:55.231Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29952026-01-31T04:21:55.531Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29962026-01-31T04:21:56.301Z Checking termios v0.3.3
29972026-01-31T04:21:56.468Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
29982026-01-31T04:21:56.596Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29992026-01-31T04:21:57.028Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30002026-01-31T04:21:59.803Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30012026-01-31T04:22:00.348Z Compiling polar-core v0.27.3
30022026-01-31T04:22:03.005Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30032026-01-31T04:22:10.811Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30042026-01-31T04:22:11.071Z Checking oso v0.27.3
30052026-01-31T04:22:14.646Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30062026-01-31T04:22:18.376Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30072026-01-31T04:22:20.877Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30082026-01-31T04:22:28.559Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30092026-01-31T04:22:37.135Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30102026-01-31T04:22:39.192Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30112026-01-31T04:22:47.564Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30122026-01-31T04:23:12.217Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30132026-01-31T04:25:14.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 45s
30142026-01-31T04:25:15.338Z
30152026-01-31T04:25:15.338Zreal 7:50.331626312
30162026-01-31T04:25:15.338Zuser 43:31.455371439
30172026-01-31T04:25:15.338Zsys 7:58.208581092
30182026-01-31T04:25:15.338Ztrap 1.245258275
30192026-01-31T04:25:15.338Ztflt 0.626583130
30202026-01-31T04:25:15.343Zdflt 0.218351354
30212026-01-31T04:25:15.343Zkflt 0.000946839
30222026-01-31T04:25:15.343Zlock 1:45:14.492835547
30232026-01-31T04:25:15.343Zslp 2:20:44.042219519
30242026-01-31T04:25:15.343Zlat 2:28.026078100
30252026-01-31T04:25:15.343Zstop 16:32.265332994
30262026-01-31T04:25:15.343Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30272026-01-31T04:25:15.343Z+ ptime -m cargo doc --workspace --no-deps
30282026-01-31T04:25:16.610Zwarning: output filename collision.
30292026-01-31T04:25:16.610ZThe 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)`.
30302026-01-31T04:25:16.610ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30312026-01-31T04:25:16.610ZThe targets should have unique names.
30322026-01-31T04:25:16.610ZThis is a known bug where multiple crates with the same name use
30332026-01-31T04:25:16.610Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
30342026-01-31T04:25:17.831Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30352026-01-31T04:25:18.068Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30362026-01-31T04:25:18.106Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30372026-01-31T04:25:18.176Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30382026-01-31T04:25:18.225Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30392026-01-31T04:25:18.228Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30402026-01-31T04:25:18.228Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30412026-01-31T04:25:18.526Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30422026-01-31T04:25:18.570Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30432026-01-31T04:25:18.622Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-01-31T04:25:18.835Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30452026-01-31T04:25:18.879Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30462026-01-31T04:25:19.157Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30472026-01-31T04:25:19.247Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30482026-01-31T04:25:19.285Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30492026-01-31T04:25:19.369Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30502026-01-31T04:25:19.604Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30512026-01-31T04:25:19.962Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30522026-01-31T04:25:20.307Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30532026-01-31T04:25:20.652Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30542026-01-31T04:25:20.708Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30552026-01-31T04:25:20.838Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30562026-01-31T04:25:20.902Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30572026-01-31T04:25:21.012Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30582026-01-31T04:25:21.151Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30592026-01-31T04:25:21.314Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30602026-01-31T04:25:21.646Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30612026-01-31T04:25:21.928Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30622026-01-31T04:25:21.968Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30632026-01-31T04:25:22.240Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30642026-01-31T04:25:22.595Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30652026-01-31T04:25:22.684Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30662026-01-31T04:25:22.725Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30672026-01-31T04:25:23.010Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30682026-01-31T04:25:23.051Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30692026-01-31T04:25:23.085Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30702026-01-31T04:25:23.437Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
30712026-01-31T04:25:23.540Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30722026-01-31T04:25:24.165Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30732026-01-31T04:25:24.300Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30742026-01-31T04:25:24.524Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30752026-01-31T04:25:24.622Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30762026-01-31T04:25:24.682Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30772026-01-31T04:25:24.789Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30782026-01-31T04:25:24.837Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30792026-01-31T04:25:25.020Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30802026-01-31T04:25:25.109Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30812026-01-31T04:25:25.186Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30822026-01-31T04:25:25.236Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30832026-01-31T04:25:25.399Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30842026-01-31T04:25:25.729Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30852026-01-31T04:25:25.735Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30862026-01-31T04:25:25.735Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30872026-01-31T04:25:26.011Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30882026-01-31T04:25:26.094Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30892026-01-31T04:25:26.117Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30902026-01-31T04:25:26.155Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30912026-01-31T04:25:26.394Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30922026-01-31T04:25:26.554Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30932026-01-31T04:25:26.589Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30942026-01-31T04:25:26.623Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30952026-01-31T04:25:26.932Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30962026-01-31T04:25:26.962Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30972026-01-31T04:25:27.421Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30982026-01-31T04:25:27.454Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30992026-01-31T04:25:27.477Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31002026-01-31T04:25:27.790Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31012026-01-31T04:25:27.850Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31022026-01-31T04:25:28.513Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31032026-01-31T04:25:29.334Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31042026-01-31T04:25:29.363Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31052026-01-31T04:25:29.958Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31062026-01-31T04:25:35.163Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31072026-01-31T04:25:35.223Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31082026-01-31T04:25:35.223Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31092026-01-31T04:25:35.232Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31102026-01-31T04:25:35.232Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31112026-01-31T04:25:35.391Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31122026-01-31T04:25:35.529Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31132026-01-31T04:25:35.958Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31142026-01-31T04:25:35.991Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31152026-01-31T04:25:36.290Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31162026-01-31T04:25:36.387Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31172026-01-31T04:25:37.207Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31182026-01-31T04:25:37.562Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31192026-01-31T04:25:37.724Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31202026-01-31T04:25:38.221Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31212026-01-31T04:25:38.898Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31222026-01-31T04:25:38.941Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31232026-01-31T04:25:38.981Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31242026-01-31T04:25:39.247Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31252026-01-31T04:25:39.512Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31262026-01-31T04:25:39.551Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31272026-01-31T04:25:40.398Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
31282026-01-31T04:25:40.564Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31292026-01-31T04:25:41.264Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31302026-01-31T04:25:41.464Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31312026-01-31T04:25:41.996Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31322026-01-31T04:25:42.876Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31332026-01-31T04:25:43.288Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31342026-01-31T04:25:43.871Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31352026-01-31T04:25:44.026Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
31362026-01-31T04:25:45.247Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31372026-01-31T04:25:46.720Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31382026-01-31T04:25:46.782Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31392026-01-31T04:25:46.966Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31402026-01-31T04:25:47.520Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31412026-01-31T04:25:47.773Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31422026-01-31T04:25:48.322Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31432026-01-31T04:25:48.445Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31442026-01-31T04:25:48.580Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
31452026-01-31T04:25:49.065Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31462026-01-31T04:25:49.528Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31472026-01-31T04:25:49.569Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31482026-01-31T04:25:49.995Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31492026-01-31T04:25:50.036Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31502026-01-31T04:25:50.426Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31512026-01-31T04:25:50.756Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31522026-01-31T04:25:51.045Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31532026-01-31T04:25:51.158Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31542026-01-31T04:25:51.552Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31552026-01-31T04:25:51.611Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31562026-01-31T04:25:52.599Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31572026-01-31T04:25:53.659Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31582026-01-31T04:25:54.033Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31592026-01-31T04:25:54.263Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
31602026-01-31T04:25:54.399Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31612026-01-31T04:25:54.766Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31622026-01-31T04:25:55.289Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31632026-01-31T04:25:55.459Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31642026-01-31T04:25:56.026Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
31652026-01-31T04:25:56.311Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31662026-01-31T04:25:56.889Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31672026-01-31T04:25:58.112Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
31682026-01-31T04:25:58.375Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31692026-01-31T04:25:59.493Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31702026-01-31T04:26:00.335Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31712026-01-31T04:26:02.829Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31722026-01-31T04:26:04.836Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31732026-01-31T04:26:05.173Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31742026-01-31T04:26:06.890Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31752026-01-31T04:26:07.166Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31762026-01-31T04:26:07.436Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31772026-01-31T04:26:08.877Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-01-31T04:26:09.708Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31792026-01-31T04:26:09.764Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31802026-01-31T04:26:09.909Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31812026-01-31T04:26:10.173Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31822026-01-31T04:26:11.324Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31832026-01-31T04:26:11.468Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
31842026-01-31T04:26:11.740Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
31852026-01-31T04:26:16.252Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31862026-01-31T04:26:16.542Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31872026-01-31T04:26:17.067Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31882026-01-31T04:26:18.450Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31892026-01-31T04:26:19.615Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31902026-01-31T04:26:23.598Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31912026-01-31T04:26:23.948Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31922026-01-31T04:26:24.571Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31932026-01-31T04:26:25.006Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31942026-01-31T04:26:25.145Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31952026-01-31T04:26:25.532Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31962026-01-31T04:26:26.206Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31972026-01-31T04:26:26.905Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31982026-01-31T04:26:29.772Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31992026-01-31T04:26:30.352Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32002026-01-31T04:26:30.689Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32012026-01-31T04:26:31.536Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32022026-01-31T04:26:31.630Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32032026-01-31T04:26:31.888Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32042026-01-31T04:26:32.815Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32052026-01-31T04:26:33.040Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32062026-01-31T04:26:34.036Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32072026-01-31T04:26:34.195Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32082026-01-31T04:26:34.295Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32092026-01-31T04:26:35.376Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32102026-01-31T04:26:35.404Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32112026-01-31T04:26:36.382Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32122026-01-31T04:26:36.749Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32132026-01-31T04:26:36.894Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32142026-01-31T04:26:39.715Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32152026-01-31T04:26:41.000Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32162026-01-31T04:26:41.307Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32172026-01-31T04:26:41.417Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32182026-01-31T04:26:42.170Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32192026-01-31T04:26:43.891Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32202026-01-31T04:26:44.533Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32212026-01-31T04:26:51.072Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32222026-01-31T04:26:53.090Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32232026-01-31T04:26:53.934Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32242026-01-31T04:26:56.462Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32252026-01-31T04:26:58.109Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32262026-01-31T04:27:00.398Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32272026-01-31T04:27:02.404Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32282026-01-31T04:27:03.383Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32292026-01-31T04:27:07.429Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32302026-01-31T04:27:08.574Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32312026-01-31T04:27:09.608Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32322026-01-31T04:27:10.314Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32332026-01-31T04:27:11.805Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32342026-01-31T04:27:14.624Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32352026-01-31T04:27:16.098Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32362026-01-31T04:27:18.162Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32372026-01-31T04:27:21.326Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32382026-01-31T04:27:22.698Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32392026-01-31T04:27:24.899Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32402026-01-31T04:27:25.385Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32412026-01-31T04:27:26.849Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32422026-01-31T04:27:28.272Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32432026-01-31T04:27:29.682Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-01-31T04:27:32.050Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32452026-01-31T04:27:33.545Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32462026-01-31T04:27:36.391Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32472026-01-31T04:27:37.362Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32482026-01-31T04:27:39.662Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32492026-01-31T04:27:40.583Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32502026-01-31T04:27:42.456Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32512026-01-31T04:27:44.035Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32522026-01-31T04:27:47.192Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32532026-01-31T04:27:48.608Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32542026-01-31T04:27:50.360Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32552026-01-31T04:27:51.956Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32562026-01-31T04:27:53.664Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32572026-01-31T04:27:56.647Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32582026-01-31T04:27:59.994Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32592026-01-31T04:28:00.175Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32602026-01-31T04:28:02.948Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32612026-01-31T04:28:03.956Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32622026-01-31T04:28:06.528Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32632026-01-31T04:28:08.102Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32642026-01-31T04:28:09.793Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32652026-01-31T04:28:11.540Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32662026-01-31T04:28:12.947Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32672026-01-31T04:28:14.944Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32682026-01-31T04:28:18.870Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32692026-01-31T04:28:19.372Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32702026-01-31T04:28:21.054Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32712026-01-31T04:28:22.957Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32722026-01-31T04:28:24.871Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32732026-01-31T04:28:29.600Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32742026-01-31T04:28:30.669Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32752026-01-31T04:28:32.419Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32762026-01-31T04:28:32.829Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32772026-01-31T04:28:35.351Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32782026-01-31T04:28:38.341Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32792026-01-31T04:28:41.390Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32802026-01-31T04:28:44.365Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32812026-01-31T04:28:47.266Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32822026-01-31T04:28:50.055Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32832026-01-31T04:28:53.559Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32842026-01-31T04:28:55.871Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32852026-01-31T04:28:58.407Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32862026-01-31T04:29:01.019Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32872026-01-31T04:29:02.751Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32882026-01-31T04:29:05.387Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32892026-01-31T04:29:07.501Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32902026-01-31T04:29:09.365Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32912026-01-31T04:29:11.346Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32922026-01-31T04:29:13.261Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32932026-01-31T04:29:15.568Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32942026-01-31T04:29:17.909Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32952026-01-31T04:29:20.091Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32962026-01-31T04:29:22.412Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32972026-01-31T04:29:24.556Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32982026-01-31T04:29:27.136Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32992026-01-31T04:29:29.259Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33002026-01-31T04:29:31.564Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33012026-01-31T04:29:33.775Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33022026-01-31T04:29:35.974Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33032026-01-31T04:29:38.171Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33042026-01-31T04:29:40.147Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33052026-01-31T04:29:42.304Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33062026-01-31T04:29:44.439Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33072026-01-31T04:29:49.539Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33082026-01-31T04:29:49.685Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33092026-01-31T04:29:53.523Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33102026-01-31T04:29:54.273Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33112026-01-31T04:29:56.793Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33122026-01-31T04:29:59.168Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33132026-01-31T04:30:01.648Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33142026-01-31T04:30:03.929Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33152026-01-31T04:30:06.215Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33162026-01-31T04:30:08.754Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33172026-01-31T04:30:11.013Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33182026-01-31T04:30:13.204Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33192026-01-31T04:30:15.938Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33202026-01-31T04:30:18.494Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33212026-01-31T04:30:20.275Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33222026-01-31T04:30:22.644Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33232026-01-31T04:30:25.039Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33242026-01-31T04:30:27.314Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33252026-01-31T04:30:29.751Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33262026-01-31T04:30:32.104Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33272026-01-31T04:30:34.511Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33282026-01-31T04:30:36.839Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33292026-01-31T04:30:39.390Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33302026-01-31T04:30:41.898Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33312026-01-31T04:30:44.843Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33322026-01-31T04:30:46.855Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33332026-01-31T04:30:49.388Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33342026-01-31T04:30:52.720Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33352026-01-31T04:30:54.736Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33362026-01-31T04:30:57.556Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33372026-01-31T04:31:00.111Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33382026-01-31T04:31:02.619Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33392026-01-31T04:31:07.139Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33402026-01-31T04:31:08.750Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33412026-01-31T04:31:11.523Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33422026-01-31T04:31:14.476Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33432026-01-31T04:31:21.973Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33442026-01-31T04:31:23.694Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33452026-01-31T04:31:25.513Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33462026-01-31T04:31:28.958Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33472026-01-31T04:31:32.478Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33482026-01-31T04:31:35.853Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33492026-01-31T04:31:39.276Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33502026-01-31T04:31:42.600Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33512026-01-31T04:31:46.160Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33522026-01-31T04:31:49.432Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33532026-01-31T04:31:53.166Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33542026-01-31T04:31:56.440Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33552026-01-31T04:31:59.904Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33562026-01-31T04:32:27.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 11s
33572026-01-31T04:32:27.393Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 184 other files
33582026-01-31T04:32:27.486Z
33592026-01-31T04:32:27.489Zreal 7:12.010878957
33602026-01-31T04:32:27.489Zuser 29:44.660042655
33612026-01-31T04:32:27.489Zsys 4:42.954298320
33622026-01-31T04:32:27.489Ztrap 0.776136836
33632026-01-31T04:32:27.489Ztflt 0.074260004
33642026-01-31T04:32:27.489Zdflt 0.049399846
33652026-01-31T04:32:27.489Zkflt 0.000076798
33662026-01-31T04:32:27.489Zlock 5:10:28.450048773
33672026-01-31T04:32:27.489Zslp 2:26:00.352214949
33682026-01-31T04:32:27.489Zlat 46.924027244
33692026-01-31T04:32:27.489Zstop 2:08.894426966
33702026-01-31T04:32:27.490Zprocess exited: duration 1276619 ms, exit code 0
 
33712026-01-31T04:32:27.496Zfound 0 output files