01KMN9QBGWT844V3MF7J8WQAJP: clippy (helios)

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

Buildomat Job: 01KMN9QQJGHHWT1GWHB6Y513XR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T14:46:41.350Zjob assigned to worker 01KMN9QZFFYSAHYSY0Q9J0R4R5 [factory aws, i-03f4022540a38e873] (queued for 50 s)
 
22026-03-26T14:46:48.340Zstarting task 0: "setup"
32026-03-26T14:46:48.344Z++ uname -s
42026-03-26T14:46:48.347Z+ kern=SunOS
52026-03-26T14:46:48.347Z+ build_user=build
62026-03-26T14:46:48.347Z+ build_uid=12345
72026-03-26T14:46:48.348Z+ work_dir=/work
82026-03-26T14:46:48.348Z+ input_dir=/input
92026-03-26T14:46:48.348Z+ [[ 0 == 12345 ]]
102026-03-26T14:46:48.348Z+ case "$kern" in
112026-03-26T14:46:48.348Z+ groupadd -g 12345 build
122026-03-26T14:46:48.350Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T14:46:50.356Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T14:46:50.414Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T14:46:50.417Z+ home_fs=zfs
162026-03-26T14:46:50.418Z+ [[ zfs == autofs ]]
172026-03-26T14:46:50.418Z+ mkdir -p /home/build
182026-03-26T14:46:50.418Z+ chown build:build /home/build /work
192026-03-26T14:46:52.419Z+ chmod 0700 /home/build /work
202026-03-26T14:46:52.422Zprocess exited: duration 4083 ms, exit code 0
 
212026-03-26T14:46:52.428Zstarting task 1: "rust-toolchain"
222026-03-26T14:46:52.432Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-26T14:46:52.432Z * rust toolchain channel = "1.94.0"
242026-03-26T14:46:52.432Z * rust toolchain profile = "default"
252026-03-26T14:46:52.432Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-26T14:46:52.433Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-26T14:46:52.433Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-26T14:46:52.436Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T14:46:52.436Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-26T14:46:52.556Zinfo: downloading installer
312026-03-26T14:46:53.937Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T14:46:53.937Zwarn: /opt/ooce/bin
332026-03-26T14:46:53.937Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T14:46:53.937Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T14:46:53.937Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T14:46:53.937Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T14:46:53.937Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T14:46:53.937Zerror: cannot install while Rust is installed
392026-03-26T14:46:53.937Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T14:46:53.937Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T14:46:53.937Zwarn: /home/build/.rustup/settings.toml
422026-03-26T14:46:53.937Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T14:46:53.937Zwarn: instead of the one inferred from the default host triple.
442026-03-26T14:46:53.951Zinfo: profile set to default
452026-03-26T14:46:53.951Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T14:46:53.954Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-26T14:46:54.103Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-26T14:46:54.107Zinfo: downloading 6 components
492026-03-26T14:47:09.977Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-26T14:47:09.977Z
512026-03-26T14:47:10.004Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-26T14:47:10.004Z
532026-03-26T14:47:10.004Z
542026-03-26T14:47:10.004ZRust is installed now. Great!
552026-03-26T14:47:10.004Z
562026-03-26T14:47:10.007ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T14:47:10.007Zenvironment variable. This has not been done automatically.
582026-03-26T14:47:10.007Z
592026-03-26T14:47:10.007ZTo configure your current shell, you need to source
602026-03-26T14:47:10.007Zthe corresponding env file under $HOME/.cargo.
612026-03-26T14:47:10.007Z
622026-03-26T14:47:10.007ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T14:47:10.007Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T14:47:10.007Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T14:47:10.007Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T14:47:10.007Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T14:47:10.007Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T14:47:10.007Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T14:47:10.007Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T14:47:10.007Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T14:47:10.098Z+ rustup --version
722026-03-26T14:47:10.107Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T14:47:10.110Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T14:47:10.128Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-26T14:47:10.131Z+ cargo --version
762026-03-26T14:47:10.145Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-26T14:47:10.147Z+ rustc --version
782026-03-26T14:47:10.166Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-26T14:47:10.170Zprocess exited: duration 17739 ms, exit code 0
 
802026-03-26T14:47:10.175Zstarting task 2: "authentication"
812026-03-26T14:47:10.192Zprocess exited: duration 16 ms, exit code 0
 
822026-03-26T14:47:10.198Zstarting task 3: "clone repository"
832026-03-26T14:47:10.201Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-26T14:47:10.204Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-26T14:47:10.247ZCloning into '/work/oxidecomputer/omicron'...
862026-03-26T14:47:19.877Z+ cd /work/oxidecomputer/omicron
872026-03-26T14:47:19.877Z+ git fetch origin cc54ca7db0d1c4e5f0fe73808f49a0a2a131d722
882026-03-26T14:47:20.207ZFrom https://github.com/oxidecomputer/omicron
892026-03-26T14:47:20.207Z * branch cc54ca7db0d1c4e5f0fe73808f49a0a2a131d722 -> FETCH_HEAD
902026-03-26T14:47:20.222Z+ [[ -n john/invert-illumos-utils-sled-agent-types-dep ]]
912026-03-26T14:47:20.225Z++ git branch --show-current
922026-03-26T14:47:20.228Z+ current=main
932026-03-26T14:47:20.228Z+ [[ main != john/invert-illumos-utils-sled-agent-types-dep ]]
942026-03-26T14:47:20.228Z+ git branch -f john/invert-illumos-utils-sled-agent-types-dep cc54ca7db0d1c4e5f0fe73808f49a0a2a131d722
952026-03-26T14:47:20.231Z+ git checkout -f john/invert-illumos-utils-sled-agent-types-dep
962026-03-26T14:47:20.467ZSwitched to branch 'john/invert-illumos-utils-sled-agent-types-dep'
972026-03-26T14:47:20.470Z+ git reset --hard cc54ca7db0d1c4e5f0fe73808f49a0a2a131d722
982026-03-26T14:47:20.710ZHEAD is now at cc54ca7db typo
992026-03-26T14:47:20.713Zprocess exited: duration 10513 ms, exit code 0
 
1002026-03-26T14:47:20.719Zstarting task 4: "build"
1012026-03-26T14:47:20.724Z+ source ./env.sh
1022026-03-26T14:47:20.724Z++ OLD_SHELL_OPTS=ehxB
1032026-03-26T14:47:20.724Z++ set -o xtrace
1042026-03-26T14:47:20.727Z++++ dirname ./env.sh
1052026-03-26T14:47:20.730Z+++ readlink -f .
1062026-03-26T14:47:20.733Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-26T14:47:20.733Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-26T14:47:20.733Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-26T14:47:20.733Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-26T14:47:20.733Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-26T14:47:20.733Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-03-26T14:47:20.733Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-03-26T14:47:20.733Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-03-26T14:47:20.733Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-26T14:47:20.733Z++ case $OLD_SHELL_OPTS in
1162026-03-26T14:47:20.733Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-26T14:47:20.733Z+ source .github/buildomat/ci-env.sh
1182026-03-26T14:47:20.733Z++ export CARGO_TERM_COLOR=always
1192026-03-26T14:47:20.733Z++ CARGO_TERM_COLOR=always
1202026-03-26T14:47:20.733Z+ cargo --version
1212026-03-26T14:47:20.740Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-26T14:47:20.743Z+ rustc --version
1232026-03-26T14:47:20.762Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-26T14:47:20.766Z+ banner prerequisites
1252026-03-26T14:47:20.768Z
1262026-03-26T14:47:20.768Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-26T14:47:20.768Z # # # # # # # # # # # # # # #
1282026-03-26T14:47:20.768Z # # # # ##### # # ##### # # # # # #### #
1292026-03-26T14:47:20.768Z ##### ##### # ##### # # # # # # # # #
1302026-03-26T14:47:20.768Z # # # # # # # # # # # # # # #
1312026-03-26T14:47:20.769Z # # # ###### # # ###### ### # #### # #### #
1322026-03-26T14:47:20.769Z
1332026-03-26T14:47:20.769Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-26T14:47:28.859Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-26T14:47:35.704Z Startup: Caching catalogs ... Done
1362026-03-26T14:47:39.657ZPlanning: Solver setup ... Done (2.535s)
1372026-03-26T14:47:39.674ZPlanning: Running solver ... Done (0.016s)
1382026-03-26T14:47:39.791ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-26T14:47:39.803ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-26T14:47:39.897ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-26T14:47:39.926ZPlanning: Package planning ... Done (0.030s)
1422026-03-26T14:47:39.953ZPlanning: Merging actions ... Done (0.027s)
1432026-03-26T14:47:40.134ZPlanning: Checking for conflicting actions ... Done (0.180s)
1442026-03-26T14:47:40.141ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-03-26T14:47:40.912ZPlanning: Evaluating mediators ... Done (0.771s)
1462026-03-26T14:47:40.918ZPlanning: Planning completed in 5.04 seconds
1472026-03-26T14:47:40.930Z Packages to install: 4
1482026-03-26T14:47:40.930Z Mediators to change: 2
1492026-03-26T14:47:40.930Z Services to change: 1
1502026-03-26T14:47:40.933Z Estimated space available: 155.35 GB
1512026-03-26T14:47:40.933ZEstimated space to be consumed: 1.83 GB
1522026-03-26T14:47:40.933Z Create boot environment: No
1532026-03-26T14:47:40.933ZCreate backup boot environment: No
1542026-03-26T14:47:40.933Z Rebuild boot archive: No
1552026-03-26T14:47:40.933Z
1562026-03-26T14:47:40.933ZChanged mediators:
1572026-03-26T14:47:40.934Z mediator clang:
1582026-03-26T14:47:40.934Z version: None -> 15 (system default)
1592026-03-26T14:47:40.934Z
1602026-03-26T14:47:40.934Z mediator llvm:
1612026-03-26T14:47:40.934Z version: 14 (system default) -> 15 (system default)
1622026-03-26T14:47:40.934Z
1632026-03-26T14:47:40.934ZChanged packages:
1642026-03-26T14:47:40.934Zhelios-dev
1652026-03-26T14:47:40.934Z developer/build-essential
1662026-03-26T14:47:40.934Z None -> 11-2.0
1672026-03-26T14:47:40.934Z library/libxmlsec1
1682026-03-26T14:47:40.934Z None -> 1.2.35-2.0
1692026-03-26T14:47:40.934Z ooce/developer/clang-15
1702026-03-26T14:47:40.934Z None -> 15.0.7-2.0
1712026-03-26T14:47:40.934Z ooce/developer/llvm-15
1722026-03-26T14:47:40.934Z None -> 15.0.7-2.0
1732026-03-26T14:47:40.934Z
1742026-03-26T14:47:40.934ZServices:
1752026-03-26T14:47:40.934Z restart_fmri:
1762026-03-26T14:47:40.934Z svc:/system/update-man-index:default
1772026-03-26T14:47:40.975Z
1782026-03-26T14:47:40.975ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-26T14:47:45.981ZDownload: 1191/3290 items 82.3/212.6MB 38% complete (16.5M/s)
1802026-03-26T14:47:51.116ZDownload: 3240/3290 items 199.4/212.6MB 93% complete (20.1M/s)
1812026-03-26T14:47:57.468ZDownload: 3289/3290 items 212.6/212.6MB 100% complete (20.9M/s)
1822026-03-26T14:47:57.483ZDownload: Completed 212.60 MB in 16.51 seconds (12.9M/s)
1832026-03-26T14:47:57.589Z Actions: 1/3689 actions (Installing new actions)
1842026-03-26T14:48:00.791Z Actions: Completed 3689 actions in 3.20 seconds.
1852026-03-26T14:48:01.443Z Done (0.648s)
1862026-03-26T14:48:01.443Z Done (0.000s)
1872026-03-26T14:48:02.146Z Done (0.699s)
1882026-03-26T14:48:05.061Z Done (2.580s)
1892026-03-26T14:48:05.137Z Done (0.012s)
1902026-03-26T14:48:05.140Z Done (0.000s)
1912026-03-26T14:48:05.452Z Done (0.000s)
1922026-03-26T14:48:06.292ZPlanning: Evaluating mediator changes ... Done
1932026-03-26T14:48:06.399ZPlanning: Checking for conflicting actions ... Done
1942026-03-26T14:48:06.402ZPlanning: Consolidating action changes ... Done
1952026-03-26T14:48:06.562ZPlanning: Evaluating mediators ... Done
1962026-03-26T14:48:06.567ZPlanning: Planning completed in 0.27 seconds
1972026-03-26T14:48:06.589Z Mediators to change: 2
1982026-03-26T14:48:06.589Z Create boot environment: No
1992026-03-26T14:48:06.589ZCreate backup boot environment: No
2002026-03-26T14:48:06.653Z Done
2012026-03-26T14:48:06.654Z Done
2022026-03-26T14:48:07.262Z Done
2032026-03-26T14:48:09.780Z Done
2042026-03-26T14:48:09.859Z Done
2052026-03-26T14:48:09.868Z Done
2062026-03-26T14:48:10.005Z Done
2072026-03-26T14:48:10.405ZPlanning: Evaluating mediator changes ... Done
2082026-03-26T14:48:10.410ZPlanning: Merging actions ... Done
2092026-03-26T14:48:10.546ZPlanning: Checking for conflicting actions ... Done
2102026-03-26T14:48:10.549ZPlanning: Consolidating action changes ... Done
2112026-03-26T14:48:10.684ZPlanning: Evaluating mediators ... Done
2122026-03-26T14:48:10.712ZPlanning: Planning completed in 0.45 seconds
2132026-03-26T14:48:10.734Z Packages to change: 1
2142026-03-26T14:48:10.734Z Mediators to change: 1
2152026-03-26T14:48:10.734Z Services to change: 1
2162026-03-26T14:48:10.734Z Create boot environment: No
2172026-03-26T14:48:10.734ZCreate backup boot environment: Yes
2182026-03-26T14:48:13.072Z Actions: 1/6 actions (Updating modified actions)
2192026-03-26T14:48:13.075Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-26T14:48:13.075Z Done
2212026-03-26T14:48:13.076Z Done
2222026-03-26T14:48:13.210Z Done
2232026-03-26T14:48:15.693Z Done
2242026-03-26T14:48:15.766Z Done
2252026-03-26T14:48:15.769Z Done
2262026-03-26T14:48:15.931Z Done
2272026-03-26T14:48:16.225ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-26T14:48:16.225Zclang system 15 system
2292026-03-26T14:48:16.225Zcsh system system illumos
2302026-03-26T14:48:16.225Zctags system system illumos
2312026-03-26T14:48:16.225Zfile system system illumos
2322026-03-26T14:48:16.225Zgcc vendor 12 vendor
2332026-03-26T14:48:16.225Zgcc system 14 system
2342026-03-26T14:48:16.225Zgcc system 10 system
2352026-03-26T14:48:16.225Zgo system 1.20 system
2362026-03-26T14:48:16.225Zgo system 1.19 system
2372026-03-26T14:48:16.225Zllvm system 15 system
2382026-03-26T14:48:16.225Zllvm system 14 system
2392026-03-26T14:48:16.225Zmariadb system 10.6 system
2402026-03-26T14:48:16.225Zmta vendor vendor dma
2412026-03-26T14:48:16.225Zopenjdk system 17 system
2422026-03-26T14:48:16.225Zopenjdk system 11 system
2432026-03-26T14:48:16.225Zopenjdk system 1.8 system
2442026-03-26T14:48:16.225Zopenssl vendor 3 vendor
2452026-03-26T14:48:16.225Zperl system 5.36 system
2462026-03-26T14:48:16.225Zpostgresql system 15 system
2472026-03-26T14:48:16.225Zpostgresql system 13 system
2482026-03-26T14:48:16.225Zpython vendor 3 vendor
2492026-03-26T14:48:16.225Zpython system 2 system
2502026-03-26T14:48:16.225Zpython3 system 3.11 system
2512026-03-26T14:48:16.225Zruby system 3.0 system
2522026-03-26T14:48:16.225Zwords vendor vendor american-english
2532026-03-26T14:48:16.226Zwords system system australian-english
2542026-03-26T14:48:16.226Zwords system system british-english
2552026-03-26T14:48:16.226Zwords system system canadian-english
2562026-03-26T14:48:16.226Zwords system system french
2572026-03-26T14:48:16.226Zwords system system italian
2582026-03-26T14:48:16.226Zwords system system ngerman
2592026-03-26T14:48:16.226Zwords system system ogerman
2602026-03-26T14:48:16.226Zwords system system spanish
2612026-03-26T14:48:16.452ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-26T14:48:16.453Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-26T14:48:20.760ZFMRI IFO
2642026-03-26T14:48:20.760Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-26T14:48:20.760Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-26T14:48:20.760Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-26T14:48:20.760Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-26T14:48:20.760Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-26T14:48:20.760Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-26T14:48:20.760Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-26T14:48:20.760Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-26T14:48:20.760Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-26T14:48:20.760Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-26T14:48:20.760Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-26T14:48:20.760Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-26T14:48:20.760Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-26T14:48:20.760Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-26T14:48:20.760Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-26T14:48:20.760Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-26T14:48:21.872Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-26T14:48:22.163Z Updating crates.io index
2822026-03-26T14:48:22.166Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-26T14:48:22.461Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-26T14:48:23.415Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-26T14:48:23.859Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-26T14:48:24.580Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-26T14:48:25.285Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-26T14:48:26.615Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-26T14:48:28.089Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-26T14:48:28.793Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-26T14:48:29.293Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-26T14:48:30.221Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-26T14:48:30.618Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-26T14:48:31.058Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-26T14:48:31.470Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-26T14:48:32.651Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-26T14:48:33.214Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-26T14:48:33.620Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-26T14:48:34.014Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-26T14:48:34.304Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-26T14:48:34.685Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-26T14:48:35.108Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-26T14:48:35.381Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-26T14:48:35.821Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-26T14:48:36.191Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-26T14:48:36.800Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-26T14:48:37.190Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-26T14:48:37.519Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-26T14:48:37.799Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-03-26T14:48:39.232Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-26T14:48:39.619Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-03-26T14:48:40.239Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-26T14:48:40.594Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-26T14:48:40.977Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-26T14:48:41.320Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-26T14:48:41.923Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-26T14:48:42.178Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-26T14:48:42.433Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-26T14:48:42.699Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-26T14:48:43.080Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-26T14:48:54.815Z Downloading crates ...
3222026-03-26T14:48:54.866Z Downloaded anstyle-query v1.1.5
3232026-03-26T14:48:54.869Z Downloaded block-buffer v0.10.4
3242026-03-26T14:48:54.875Z Downloaded cargo_metadata v0.21.0
3252026-03-26T14:48:54.878Z Downloaded bytecount v0.6.9
3262026-03-26T14:48:54.878Z Downloaded anstream v0.6.21
3272026-03-26T14:48:54.881Z Downloaded cargo-util-schemas v0.8.2
3282026-03-26T14:48:54.881Z Downloaded unicode-xid v0.2.6
3292026-03-26T14:48:54.884Z Downloaded camino v1.2.2
3302026-03-26T14:48:54.884Z Downloaded usdt-impl v0.5.0
3312026-03-26T14:48:54.884Z Downloaded digest v0.10.7
3322026-03-26T14:48:54.887Z Downloaded crypto-common v0.1.7
3332026-03-26T14:48:54.887Z Downloaded cpufeatures v0.2.17
3342026-03-26T14:48:54.887Z Downloaded byteorder v1.5.0
3352026-03-26T14:48:54.887Z Downloaded bitflags v2.11.0
3362026-03-26T14:48:54.890Z Downloaded smawk v0.3.2
3372026-03-26T14:48:54.890Z Downloaded anstyle v1.0.13
3382026-03-26T14:48:54.893Z Downloaded icu_provider v2.1.1
3392026-03-26T14:48:54.893Z Downloaded unicode-linebreak v0.1.5
3402026-03-26T14:48:54.893Z Downloaded errno v0.3.14
3412026-03-26T14:48:54.897Z Downloaded toml_write v0.1.2
3422026-03-26T14:48:54.897Z Downloaded version_check v0.9.5
3432026-03-26T14:48:54.901Z Downloaded proc-macro-error-attr v1.0.4
3442026-03-26T14:48:54.901Z Downloaded utf8_iter v1.0.4
3452026-03-26T14:48:54.901Z Downloaded toml_datetime v0.6.11
3462026-03-26T14:48:54.901Z Downloaded idna_adapter v1.2.1
3472026-03-26T14:48:54.901Z Downloaded cfg-if v1.0.4
3482026-03-26T14:48:54.904Z Downloaded terminal_size v0.4.3
3492026-03-26T14:48:54.904Z Downloaded is_terminal_polyfill v1.70.2
3502026-03-26T14:48:54.907Z Downloaded zerofrom-derive v0.1.6
3512026-03-26T14:48:54.907Z Downloaded generic-array v0.14.7
3522026-03-26T14:48:54.907Z Downloaded log v0.4.29
3532026-03-26T14:48:54.911Z Downloaded displaydoc v0.2.5
3542026-03-26T14:48:54.911Z Downloaded usdt-macro v0.5.0
3552026-03-26T14:48:54.911Z Downloaded thread-id v4.2.2
3562026-03-26T14:48:54.914Z Downloaded zerofrom v0.1.6
3572026-03-26T14:48:54.914Z Downloaded colorchoice v1.0.4
3582026-03-26T14:48:54.914Z Downloaded yoke-derive v0.8.1
3592026-03-26T14:48:54.914Z Downloaded utf8parse v0.2.2
3602026-03-26T14:48:54.914Z Downloaded usdt-attr-macro v0.5.0
3612026-03-26T14:48:54.917Z Downloaded cargo-platform v0.2.0
3622026-03-26T14:48:54.920Z Downloaded usdt v0.5.0
3632026-03-26T14:48:54.920Z Downloaded clap_lex v1.0.0
3642026-03-26T14:48:54.920Z Downloaded swrite v0.1.0
3652026-03-26T14:48:54.920Z Downloaded erased-serde v0.4.9
3662026-03-26T14:48:54.924Z Downloaded percent-encoding v2.3.2
3672026-03-26T14:48:54.927Z Downloaded zmij v1.0.21
3682026-03-26T14:48:54.927Z Downloaded plain v0.2.3
3692026-03-26T14:48:54.927Z Downloaded fastrand v2.3.0
3702026-03-26T14:48:54.930Z Downloaded thiserror-impl v2.0.18
3712026-03-26T14:48:54.933Z Downloaded fnv v1.0.7
3722026-03-26T14:48:54.933Z Downloaded macaddr v1.0.1
3732026-03-26T14:48:54.933Z Downloaded zerovec-derive v0.11.2
3742026-03-26T14:48:54.936Z Downloaded thiserror v1.0.69
3752026-03-26T14:48:54.936Z Downloaded thiserror v2.0.18
3762026-03-26T14:48:54.939Z Downloaded heck v0.4.1
3772026-03-26T14:48:54.942Z Downloaded yoke v0.8.1
3782026-03-26T14:48:54.942Z Downloaded scroll_derive v0.12.1
3792026-03-26T14:48:54.942Z Downloaded icu_normalizer_data v2.1.1
3802026-03-26T14:48:54.945Z Downloaded cargo_toml v0.21.0
3812026-03-26T14:48:54.945Z Downloaded zerocopy-derive v0.7.35
3822026-03-26T14:48:54.948Z Downloaded pretty-hex v0.4.1
3832026-03-26T14:48:54.948Z Downloaded writeable v0.6.2
3842026-03-26T14:48:54.948Z Downloaded thiserror-impl v1.0.69
3852026-03-26T14:48:54.948Z Downloaded typeid v1.0.3
3862026-03-26T14:48:54.948Z Downloaded tinystr v0.8.2
3872026-03-26T14:48:54.951Z Downloaded equivalent v1.0.2
3882026-03-26T14:48:54.951Z Downloaded ucd-trie v0.1.7
3892026-03-26T14:48:54.951Z Downloaded potential_utf v0.1.4
3902026-03-26T14:48:54.951Z Downloaded toml v0.8.23
3912026-03-26T14:48:54.957Z Downloaded url v2.5.8
3922026-03-26T14:48:54.960Z Downloaded tabled_derive v0.7.0
3932026-03-26T14:48:54.960Z Downloaded stable_deref_trait v1.2.1
3942026-03-26T14:48:54.960Z Downloaded unicode-ident v1.0.24
3952026-03-26T14:48:54.963Z Downloaded form_urlencoded v1.2.2
3962026-03-26T14:48:54.963Z Downloaded dtrace-parser v0.2.0
3972026-03-26T14:48:54.963Z Downloaded serde-value v0.7.0
3982026-03-26T14:48:54.963Z Downloaded textwrap v0.16.2
3992026-03-26T14:48:54.966Z Downloaded heck v0.5.0
4002026-03-26T14:48:54.966Z Downloaded typenum v1.19.0
4012026-03-26T14:48:54.969Z Downloaded smallvec v1.15.1
4022026-03-26T14:48:54.969Z Downloaded serde_spanned v0.6.9
4032026-03-26T14:48:54.972Z Downloaded itoa v1.0.17
4042026-03-26T14:48:54.972Z Downloaded sha2 v0.10.9
4052026-03-26T14:48:54.972Z Downloaded serde-untagged v0.1.9
4062026-03-26T14:48:54.975Z Downloaded zerotrie v0.2.3
4072026-03-26T14:48:54.975Z Downloaded toml_edit v0.22.27
4082026-03-26T14:48:54.981Z Downloaded ordered-float v2.10.1
4092026-03-26T14:48:54.984Z Downloaded semver v1.0.27
4102026-03-26T14:48:54.987Z Downloaded scroll v0.12.0
4112026-03-26T14:48:54.987Z Downloaded strsim v0.11.1
4122026-03-26T14:48:54.987Z Downloaded proc-macro-error v1.0.4
4132026-03-26T14:48:54.990Z Downloaded zerovec v0.11.5
4142026-03-26T14:48:54.993Z Downloaded quote v1.0.44
4152026-03-26T14:48:54.993Z Downloaded icu_normalizer v2.1.1
4162026-03-26T14:48:54.996Z Downloaded serde_tokenstream v0.2.3
4172026-03-26T14:48:54.998Z Downloaded camino-tempfile v1.4.1
4182026-03-26T14:48:55.002Z Downloaded memmap v0.7.0
4192026-03-26T14:48:55.002Z Downloaded zerocopy v0.7.35
4202026-03-26T14:48:55.009Z Downloaded fs-err v3.3.0
4212026-03-26T14:48:55.011Z Downloaded anstyle-parse v0.2.7
4222026-03-26T14:48:55.011Z Downloaded winnow v0.7.14
4232026-03-26T14:48:55.015Z Downloaded unicode-width v0.1.14
4242026-03-26T14:48:55.018Z Downloaded anyhow v1.0.102
4252026-03-26T14:48:55.021Z Downloaded autocfg v1.5.0
4262026-03-26T14:48:55.021Z Downloaded unicode-width v0.2.0
4272026-03-26T14:48:55.024Z Downloaded litemap v0.8.1
4282026-03-26T14:48:55.027Z Downloaded synstructure v0.13.2
4292026-03-26T14:48:55.030Z Downloaded pest_derive v2.8.6
4302026-03-26T14:48:55.030Z Downloaded dof v0.3.0
4312026-03-26T14:48:55.030Z Downloaded num-traits v0.2.19
4322026-03-26T14:48:55.033Z Downloaded tempfile v3.25.0
4332026-03-26T14:48:55.040Z Downloaded once_cell v1.21.3
4342026-03-26T14:48:55.043Z Downloaded clap_derive v4.5.55
4352026-03-26T14:48:55.048Z Downloaded serde_derive v1.0.228
4362026-03-26T14:48:55.050Z Downloaded getrandom v0.4.1
4372026-03-26T14:48:55.055Z Downloaded proc-macro2 v1.0.106
4382026-03-26T14:48:55.058Z Downloaded papergrid v0.11.0
4392026-03-26T14:48:55.061Z Downloaded pest_generator v2.8.6
4402026-03-26T14:48:55.061Z Downloaded icu_properties v2.1.2
4412026-03-26T14:48:55.075Z Downloaded icu_locale_core v2.1.1
4422026-03-26T14:48:55.078Z Downloaded serde_core v1.0.228
4432026-03-26T14:48:55.085Z Downloaded pest_meta v2.8.6
4442026-03-26T14:48:55.088Z Downloaded clap v4.5.60
4452026-03-26T14:48:55.092Z Downloaded serde v1.0.228
4462026-03-26T14:48:55.095Z Downloaded memchr v2.8.0
4472026-03-26T14:48:55.098Z Downloaded indexmap v2.13.0
4482026-03-26T14:48:55.112Z Downloaded icu_collections v2.1.1
4492026-03-26T14:48:55.117Z Downloaded pest v2.8.6
4502026-03-26T14:48:55.135Z Downloaded icu_properties_data v2.1.2
4512026-03-26T14:48:55.141Z Downloaded idna v1.1.0
4522026-03-26T14:48:55.144Z Downloaded hashbrown v0.16.1
4532026-03-26T14:48:55.146Z Downloaded serde_json v1.0.149
4542026-03-26T14:48:55.156Z Downloaded clap_builder v4.5.60
4552026-03-26T14:48:55.170Z Downloaded goblin v0.8.2
4562026-03-26T14:48:55.173Z Downloaded tabled v0.15.0
4572026-03-26T14:48:55.183Z Downloaded syn v1.0.109
4582026-03-26T14:48:55.191Z Downloaded syn v2.0.117
4592026-03-26T14:48:55.210Z Downloaded rustix v1.1.3
4602026-03-26T14:48:55.234Z Downloaded libc v0.2.180
4612026-03-26T14:48:55.301Z Compiling proc-macro2 v1.0.106
4622026-03-26T14:48:55.301Z Compiling quote v1.0.44
4632026-03-26T14:48:55.301Z Compiling unicode-ident v1.0.24
4642026-03-26T14:48:55.304Z Compiling serde_core v1.0.228
4652026-03-26T14:48:55.304Z Compiling libc v0.2.180
4662026-03-26T14:48:55.304Z Compiling version_check v0.9.5
4672026-03-26T14:48:55.304Z Compiling serde v1.0.228
4682026-03-26T14:48:55.304Z Compiling memchr v2.8.0
4692026-03-26T14:48:55.633Z Compiling stable_deref_trait v1.2.1
4702026-03-26T14:48:55.713Z Compiling zmij v1.0.21
4712026-03-26T14:48:55.920Z Compiling ucd-trie v0.1.7
4722026-03-26T14:48:55.957Z Compiling autocfg v1.5.0
4732026-03-26T14:48:56.182Z Compiling itoa v1.0.17
4742026-03-26T14:48:56.199Z Compiling thiserror v1.0.69
4752026-03-26T14:48:56.268Z Compiling pest v2.8.6
4762026-03-26T14:48:56.358Z Compiling writeable v0.6.2
4772026-03-26T14:48:56.376Z Compiling litemap v0.8.1
4782026-03-26T14:48:56.453Z Compiling icu_properties_data v2.1.2
4792026-03-26T14:48:56.580Z Compiling icu_normalizer_data v2.1.1
4802026-03-26T14:48:56.708Z Compiling rustix v1.1.3
4812026-03-26T14:48:56.771Z Compiling syn v2.0.117
4822026-03-26T14:48:56.844Z Compiling byteorder v1.5.0
4832026-03-26T14:48:56.908Z Compiling errno v0.3.14
4842026-03-26T14:48:57.008Z Compiling serde_json v1.0.149
4852026-03-26T14:48:57.074Z Compiling bitflags v2.11.0
4862026-03-26T14:48:57.262Z Compiling num-traits v0.2.19
4872026-03-26T14:48:57.306Z Compiling equivalent v1.0.2
4882026-03-26T14:48:57.325Z Compiling typeid v1.0.3
4892026-03-26T14:48:57.397Z Compiling pest_meta v2.8.6
4902026-03-26T14:48:57.564Z Compiling smallvec v1.15.1
4912026-03-26T14:48:57.605Z Compiling hashbrown v0.16.1
4922026-03-26T14:48:57.783Z Compiling thread-id v4.2.2
4932026-03-26T14:48:57.856Z Compiling proc-macro-error-attr v1.0.4
4942026-03-26T14:48:57.907Z Compiling usdt-impl v0.5.0
4952026-03-26T14:48:57.962Z Compiling erased-serde v0.4.9
4962026-03-26T14:48:58.087Z Compiling winnow v0.7.14
4972026-03-26T14:48:58.188Z Compiling indexmap v2.13.0
4982026-03-26T14:48:58.298Z Compiling syn v1.0.109
4992026-03-26T14:48:58.313Z Compiling toml_write v0.1.2
5002026-03-26T14:48:58.759Z Compiling proc-macro-error v1.0.4
5012026-03-26T14:48:58.816Z Compiling utf8_iter v1.0.4
5022026-03-26T14:48:58.948Z Compiling plain v0.2.3
5032026-03-26T14:48:58.972Z Compiling getrandom v0.4.1
5042026-03-26T14:48:59.058Z Compiling thiserror v2.0.18
5052026-03-26T14:48:59.076Z Compiling camino v1.2.2
5062026-03-26T14:48:59.212Z Compiling log v0.4.29
5072026-03-26T14:48:59.232Z Compiling percent-encoding v2.3.2
5082026-03-26T14:48:59.323Z Compiling utf8parse v0.2.2
5092026-03-26T14:48:59.398Z Compiling synstructure v0.13.2
5102026-03-26T14:48:59.398Z Compiling pest_generator v2.8.6
5112026-03-26T14:48:59.452Z Compiling anstyle-parse v0.2.7
5122026-03-26T14:48:59.494Z Compiling form_urlencoded v1.2.2
5132026-03-26T14:48:59.606Z Compiling ordered-float v2.10.1
5142026-03-26T14:48:59.761Z Compiling terminal_size v0.4.3
5152026-03-26T14:48:59.906Z Compiling is_terminal_polyfill v1.70.2
5162026-03-26T14:49:00.009Z Compiling cfg-if v1.0.4
5172026-03-26T14:49:00.026Z Compiling pretty-hex v0.4.1
5182026-03-26T14:49:00.082Z Compiling anstyle-query v1.1.5
5192026-03-26T14:49:00.085Z Compiling colorchoice v1.0.4
5202026-03-26T14:49:00.119Z Compiling anstyle v1.0.13
5212026-03-26T14:49:00.170Z Compiling serde-untagged v0.1.9
5222026-03-26T14:49:00.217Z Compiling semver v1.0.27
5232026-03-26T14:49:00.326Z Compiling anstream v0.6.21
5242026-03-26T14:49:00.345Z Compiling fs-err v3.3.0
5252026-03-26T14:49:00.417Z Compiling fastrand v2.3.0
5262026-03-26T14:49:00.536Z Compiling heck v0.4.1
5272026-03-26T14:49:00.554Z Compiling anyhow v1.0.102
5282026-03-26T14:49:00.572Z Compiling bytecount v0.6.9
5292026-03-26T14:49:00.632Z Compiling heck v0.5.0
5302026-03-26T14:49:00.686Z Compiling fnv v1.0.7
5312026-03-26T14:49:00.712Z Compiling unicode-xid v0.2.6
5322026-03-26T14:49:00.761Z Compiling unicode-width v0.1.14
5332026-03-26T14:49:00.907Z Compiling clap_lex v1.0.0
5342026-03-26T14:49:00.926Z Compiling once_cell v1.21.3
5352026-03-26T14:49:00.944Z Compiling strsim v0.11.1
5362026-03-26T14:49:01.083Z Compiling serde_derive v1.0.228
5372026-03-26T14:49:01.103Z Compiling zerofrom-derive v0.1.6
5382026-03-26T14:49:01.143Z Compiling yoke-derive v0.8.1
5392026-03-26T14:49:01.146Z Compiling zerovec-derive v0.11.2
5402026-03-26T14:49:01.179Z Compiling displaydoc v0.2.5
5412026-03-26T14:49:01.298Z Compiling thiserror-impl v1.0.69
5422026-03-26T14:49:01.725Z Compiling zerocopy-derive v0.7.35
5432026-03-26T14:49:01.922Z Compiling pest_derive v2.8.6
5442026-03-26T14:49:02.259Z Compiling scroll_derive v0.12.1
5452026-03-26T14:49:02.321Z Compiling thiserror-impl v2.0.18
5462026-03-26T14:49:02.357Z Compiling tabled_derive v0.7.0
5472026-03-26T14:49:02.496Z Compiling zerofrom v0.1.6
5482026-03-26T14:49:02.613Z Compiling yoke v0.8.1
5492026-03-26T14:49:02.637Z Compiling zerocopy v0.7.35
5502026-03-26T14:49:02.707Z Compiling dtrace-parser v0.2.0
5512026-03-26T14:49:02.803Z Compiling zerovec v0.11.5
5522026-03-26T14:49:02.931Z Compiling zerotrie v0.2.3
5532026-03-26T14:49:03.190Z Compiling scroll v0.12.0
5542026-03-26T14:49:03.239Z Compiling clap_builder v4.5.60
5552026-03-26T14:49:03.278Z Compiling tinystr v0.8.2
5562026-03-26T14:49:03.309Z Compiling potential_utf v0.1.4
5572026-03-26T14:49:03.490Z Compiling icu_locale_core v2.1.1
5582026-03-26T14:49:03.498Z Compiling icu_collections v2.1.1
5592026-03-26T14:49:03.498Z Compiling goblin v0.8.2
5602026-03-26T14:49:03.498Z Compiling tempfile v3.25.0
5612026-03-26T14:49:03.805Z Compiling clap_derive v4.5.55
5622026-03-26T14:49:03.887Z Compiling papergrid v0.11.0
5632026-03-26T14:49:04.183Z Compiling icu_provider v2.1.1
5642026-03-26T14:49:04.472Z Compiling icu_normalizer v2.1.1
5652026-03-26T14:49:04.492Z Compiling serde_spanned v0.6.9
5662026-03-26T14:49:04.563Z Compiling toml_datetime v0.6.11
5672026-03-26T14:49:04.642Z Compiling icu_properties v2.1.2
5682026-03-26T14:49:04.720Z Compiling dof v0.3.0
5692026-03-26T14:49:04.828Z Compiling toml_edit v0.22.27
5702026-03-26T14:49:05.117Z Compiling serde_tokenstream v0.2.3
5712026-03-26T14:49:05.309Z Compiling serde-value v0.7.0
5722026-03-26T14:49:05.438Z Compiling cargo-platform v0.2.0
5732026-03-26T14:49:05.550Z Compiling idna_adapter v1.2.1
5742026-03-26T14:49:05.642Z Compiling usdt-macro v0.5.0
5752026-03-26T14:49:05.682Z Compiling idna v1.1.0
5762026-03-26T14:49:05.702Z Compiling usdt-attr-macro v0.5.0
5772026-03-26T14:49:05.738Z Compiling memmap v0.7.0
5782026-03-26T14:49:06.000Z Compiling url v2.5.8
5792026-03-26T14:49:06.325Z Compiling toml v0.8.23
5802026-03-26T14:49:06.348Z Compiling unicode-width v0.2.0
5812026-03-26T14:49:06.424Z Compiling smawk v0.3.2
5822026-03-26T14:49:06.488Z Compiling unicode-linebreak v0.1.5
5832026-03-26T14:49:06.571Z Compiling usdt v0.5.0
5842026-03-26T14:49:06.635Z Compiling clap v4.5.60
5852026-03-26T14:49:06.729Z Compiling cargo-util-schemas v0.8.2
5862026-03-26T14:49:06.750Z Compiling cargo_toml v0.21.0
5872026-03-26T14:49:06.775Z Compiling textwrap v0.16.2
5882026-03-26T14:49:06.832Z Compiling tabled v0.15.0
5892026-03-26T14:49:06.853Z Compiling macaddr v1.0.1
5902026-03-26T14:49:07.091Z Compiling camino-tempfile v1.4.1
5912026-03-26T14:49:07.252Z Compiling swrite v0.1.0
5922026-03-26T14:49:07.280Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5932026-03-26T14:49:07.680Z Compiling cargo_metadata v0.21.0
5942026-03-26T14:49:08.673Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-26T14:49:10.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.06s
5962026-03-26T14:49:11.000Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-26T14:49:11.587Z Downloading crates ...
5982026-03-26T14:49:11.671Z Downloaded adler2 v2.0.1
5992026-03-26T14:49:11.680Z Downloaded atty v0.2.14
6002026-03-26T14:49:11.691Z Downloaded clang-sys v1.8.1
6012026-03-26T14:49:11.695Z Downloaded crucible-workspace-hack v0.1.0
6022026-03-26T14:49:11.695Z Downloaded cfg_aliases v0.2.1
6032026-03-26T14:49:11.696Z Downloaded backon v1.6.0
6042026-03-26T14:49:11.696Z Downloaded ciborium-io v0.2.2
6052026-03-26T14:49:11.704Z Downloaded crc8 v0.1.1
6062026-03-26T14:49:11.704Z Downloaded base16ct v1.0.0
6072026-03-26T14:49:11.704Z Downloaded crossbeam-utils v0.8.21
6082026-03-26T14:49:11.708Z Downloaded cobs v0.3.0
6092026-03-26T14:49:11.708Z Downloaded base16ct v0.2.0
6102026-03-26T14:49:11.709Z Downloaded bit-set v0.8.0
6112026-03-26T14:49:11.709Z Downloaded crossterm v0.28.1
6122026-03-26T14:49:11.720Z Downloaded dsl_auto_type v0.2.0
6132026-03-26T14:49:11.720Z Downloaded bit-set v0.5.3
6142026-03-26T14:49:11.720Z Downloaded embedded-io v0.4.0
6152026-03-26T14:49:11.720Z Downloaded ascii-canvas v3.0.0
6162026-03-26T14:49:11.734Z Downloaded display-error-chain v0.2.2
6172026-03-26T14:49:11.734Z Downloaded ciborium-ll v0.2.2
6182026-03-26T14:49:11.735Z Downloaded bcrypt-pbkdf v0.10.0
6192026-03-26T14:49:11.735Z Downloaded cassowary v0.3.0
6202026-03-26T14:49:11.735Z Downloaded ed25519 v2.2.3
6212026-03-26T14:49:11.735Z Downloaded fd-lock v4.0.4
6222026-03-26T14:49:11.735Z Downloaded convert_case v0.4.0
6232026-03-26T14:49:11.735Z Downloaded deranged v0.5.8
6242026-03-26T14:49:11.735Z Downloaded castaway v0.2.4
6252026-03-26T14:49:11.735Z Downloaded bitfield-struct v0.6.2
6262026-03-26T14:49:11.742Z Downloaded cstr-argument v0.1.2
6272026-03-26T14:49:11.742Z Downloaded crunchy v0.2.4
6282026-03-26T14:49:11.742Z Downloaded csv-core v0.1.13
6292026-03-26T14:49:11.743Z Downloaded ecdsa v0.16.9
6302026-03-26T14:49:11.743Z Downloaded bb8 v0.8.6
6312026-03-26T14:49:11.743Z Downloaded foreign-types v0.3.2
6322026-03-26T14:49:11.743Z Downloaded env_filter v1.0.0
6332026-03-26T14:49:11.743Z Downloaded dropshot-api-manager-types v0.6.0
6342026-03-26T14:49:11.743Z Downloaded derive_builder_macro v0.20.2
6352026-03-26T14:49:11.743Z Downloaded curve25519-dalek-derive v0.1.1
6362026-03-26T14:49:11.749Z Downloaded bitfield-macros v0.19.4
6372026-03-26T14:49:11.749Z Downloaded float-ord v0.3.2
6382026-03-26T14:49:11.749Z Downloaded ena v0.14.4
6392026-03-26T14:49:11.749Z Downloaded dirs-sys-next v0.1.2
6402026-03-26T14:49:11.750Z Downloaded array-init v0.0.4
6412026-03-26T14:49:11.750Z Downloaded derive_builder_core v0.20.2
6422026-03-26T14:49:11.754Z Downloaded derive_builder v0.20.2
6432026-03-26T14:49:11.754Z Downloaded cipher v0.4.4
6442026-03-26T14:49:11.754Z Downloaded bit-vec v0.6.3
6452026-03-26T14:49:11.754Z Downloaded bit-vec v0.8.0
6462026-03-26T14:49:11.754Z Downloaded crc-catalog v2.4.0
6472026-03-26T14:49:11.761Z Downloaded arrayref v0.3.9
6482026-03-26T14:49:11.761Z Downloaded dof v0.4.0
6492026-03-26T14:49:11.761Z Downloaded foreign-types v0.5.0
6502026-03-26T14:49:11.769Z Downloaded cfg_aliases v0.1.1
6512026-03-26T14:49:11.774Z Downloaded async-stream-impl v0.3.6
6522026-03-26T14:49:11.774Z Downloaded aead v0.5.2
6532026-03-26T14:49:11.774Z Downloaded dyn-clone v1.0.20
6542026-03-26T14:49:11.775Z Downloaded cargo-platform v0.1.9
6552026-03-26T14:49:11.775Z Downloaded async-recursion v1.1.1
6562026-03-26T14:49:11.775Z Downloaded atomic-waker v1.1.2
6572026-03-26T14:49:11.775Z Downloaded crossterm v0.29.0
6582026-03-26T14:49:11.781Z Downloaded endian-type v0.1.2
6592026-03-26T14:49:11.781Z Downloaded foreign-types-shared v0.3.1
6602026-03-26T14:49:11.781Z Downloaded embedded-io v0.6.1
6612026-03-26T14:49:11.781Z Downloaded document-features v0.2.12
6622026-03-26T14:49:11.781Z Downloaded difflib v0.4.0
6632026-03-26T14:49:11.803Z Downloaded dtrace-parser v0.3.0
6642026-03-26T14:49:11.803Z Downloaded darling_macro v0.21.3
6652026-03-26T14:49:11.803Z Downloaded atomicwrites v0.4.4
6662026-03-26T14:49:11.803Z Downloaded foreign-types-shared v0.1.1
6672026-03-26T14:49:11.803Z Downloaded debug-ignore v1.0.5
6682026-03-26T14:49:11.803Z Downloaded futures-core v0.3.32
6692026-03-26T14:49:11.803Z Downloaded flagset v0.4.7
6702026-03-26T14:49:11.803Z Downloaded futures-io v0.3.32
6712026-03-26T14:49:11.803Z Downloaded dirs-next v2.0.0
6722026-03-26T14:49:11.803Z Downloaded async-stream v0.3.6
6732026-03-26T14:49:11.803Z Downloaded defmt v0.3.100
6742026-03-26T14:49:11.803Z Downloaded darling_macro v0.23.0
6752026-03-26T14:49:11.803Z Downloaded cpufeatures v0.3.0
6762026-03-26T14:49:11.803Z Downloaded fixedbitset v0.4.2
6772026-03-26T14:49:11.803Z Downloaded fixedbitset v0.5.7
6782026-03-26T14:49:11.804Z Downloaded diesel_table_macro_syntax v0.3.0
6792026-03-26T14:49:11.804Z Downloaded block-padding v0.3.3
6802026-03-26T14:49:11.804Z Downloaded assert_matches v1.5.0
6812026-03-26T14:49:11.804Z Downloaded bitfield v0.19.4
6822026-03-26T14:49:11.813Z Downloaded blowfish v0.9.1
6832026-03-26T14:49:11.813Z Downloaded float-cmp v0.10.0
6842026-03-26T14:49:11.813Z Downloaded downcast-rs v2.0.2
6852026-03-26T14:49:11.817Z Downloaded defmt-parser v1.0.0
6862026-03-26T14:49:11.817Z Downloaded dunce v1.0.5
6872026-03-26T14:49:11.817Z Downloaded darling_macro v0.20.11
6882026-03-26T14:49:11.817Z Downloaded ghash v0.5.1
6892026-03-26T14:49:11.817Z Downloaded byte-wrapper v0.1.0
6902026-03-26T14:49:11.823Z Downloaded fxhash v0.2.1
6912026-03-26T14:49:11.823Z Downloaded diesel-dtrace v0.5.0
6922026-03-26T14:49:11.828Z Downloaded fallible-iterator v0.2.0
6932026-03-26T14:49:11.828Z Downloaded data-encoding v2.10.0
6942026-03-26T14:49:11.828Z Downloaded cmake v0.1.57
6952026-03-26T14:49:11.828Z Downloaded crossbeam-deque v0.8.6
6962026-03-26T14:49:11.828Z Downloaded buf-list v1.1.2
6972026-03-26T14:49:11.834Z Downloaded console v0.16.2
6982026-03-26T14:49:11.834Z Downloaded funty v2.0.0
6992026-03-26T14:49:11.834Z Downloaded futures-sink v0.3.32
7002026-03-26T14:49:11.834Z Downloaded git-stub v1.0.0
7012026-03-26T14:49:11.834Z Downloaded futures-task v0.3.32
7022026-03-26T14:49:11.835Z Downloaded futures-macro v0.3.32
7032026-03-26T14:49:11.840Z Downloaded enum-as-inner v0.6.1
7042026-03-26T14:49:11.840Z Downloaded gethostname v0.5.0
7052026-03-26T14:49:11.840Z Downloaded defmt v1.0.1
7062026-03-26T14:49:11.846Z Downloaded constant_time_eq v0.4.2
7072026-03-26T14:49:11.847Z Downloaded hash32 v0.2.1
7082026-03-26T14:49:11.847Z Downloaded hex-literal v0.4.1
7092026-03-26T14:49:11.847Z Downloaded headers-core v0.3.0
7102026-03-26T14:49:11.854Z Downloaded camino-tempfile-ext v0.3.3
7112026-03-26T14:49:11.854Z Downloaded drift v0.1.3
7122026-03-26T14:49:11.854Z Downloaded crc v3.4.0
7132026-03-26T14:49:11.863Z Downloaded foldhash v0.1.5
7142026-03-26T14:49:11.864Z Downloaded filetime v0.2.27
7152026-03-26T14:49:11.864Z Downloaded arrayvec v0.7.6
7162026-03-26T14:49:11.864Z Downloaded hex v0.4.3
7172026-03-26T14:49:11.864Z Downloaded const_format_proc_macros v0.2.34
7182026-03-26T14:49:11.864Z Downloaded cexpr v0.6.0
7192026-03-26T14:49:11.864Z Downloaded hostname v0.3.1
7202026-03-26T14:49:11.864Z Downloaded either v1.15.0
7212026-03-26T14:49:11.864Z Downloaded fs-err v2.11.0
7222026-03-26T14:49:11.912Z Downloaded diff v0.1.13
7232026-03-26T14:49:11.913Z Downloaded find-msvc-tools v0.1.9
7242026-03-26T14:49:11.913Z Downloaded der_derive v0.7.3
7252026-03-26T14:49:11.913Z Downloaded env_logger v0.11.9
7262026-03-26T14:49:11.913Z Downloaded ff v0.13.1
7272026-03-26T14:49:11.913Z Downloaded chacha20 v0.9.1
7282026-03-26T14:49:11.913Z Downloaded async-trait v0.1.89
7292026-03-26T14:49:11.913Z Downloaded http-body v1.0.1
7302026-03-26T14:49:11.913Z Downloaded ident_case v1.0.1
7312026-03-26T14:49:11.921Z Downloaded hubpack v0.1.2
7322026-03-26T14:49:11.921Z Downloaded foreign-types-macros v0.2.3
7332026-03-26T14:49:11.922Z Downloaded httpdate v1.0.3
7342026-03-26T14:49:11.922Z Downloaded const-oid v0.9.6
7352026-03-26T14:49:11.922Z Downloaded colored v2.2.0
7362026-03-26T14:49:11.922Z Downloaded fs_extra v1.3.0
7372026-03-26T14:49:11.922Z Downloaded bitflags v1.3.2
7382026-03-26T14:49:11.922Z Downloaded darling v0.21.3
7392026-03-26T14:49:11.922Z Downloaded daft-derive v0.1.5
7402026-03-26T14:49:11.922Z Downloaded crossbeam-epoch v0.9.18
7412026-03-26T14:49:11.922Z Downloaded defmt-macros v1.0.1
7422026-03-26T14:49:11.923Z Downloaded indent_write v2.2.0
7432026-03-26T14:49:11.923Z Downloaded http-range v0.1.5
7442026-03-26T14:49:11.923Z Downloaded bzip2 v0.6.1
7452026-03-26T14:49:11.923Z Downloaded ciborium v0.2.2
7462026-03-26T14:49:11.923Z Downloaded blake2 v0.10.6
7472026-03-26T14:49:11.923Z Downloaded ctr v0.9.2
7482026-03-26T14:49:11.923Z Downloaded indoc v1.0.9
7492026-03-26T14:49:11.923Z Downloaded futures-executor v0.3.32
7502026-03-26T14:49:11.923Z Downloaded hyper-tls v0.6.0
7512026-03-26T14:49:11.923Z Downloaded hubpack_derive v0.1.1
7522026-03-26T14:49:11.923Z Downloaded globset v0.4.18
7532026-03-26T14:49:11.923Z Downloaded derive_more v0.99.20
7542026-03-26T14:49:11.923Z Downloaded group v0.13.0
7552026-03-26T14:49:11.924Z Downloaded instant v0.1.13
7562026-03-26T14:49:11.924Z Downloaded internet-checksum v0.2.1
7572026-03-26T14:49:11.924Z Downloaded instability v0.3.11
7582026-03-26T14:49:11.924Z Downloaded inout v0.1.4
7592026-03-26T14:49:11.924Z Downloaded glob v0.3.3
7602026-03-26T14:49:11.924Z Downloaded lalrpop-util v0.19.12
7612026-03-26T14:49:11.924Z Downloaded is-terminal v0.4.17
7622026-03-26T14:49:11.924Z Downloaded cookie_store v0.22.1
7632026-03-26T14:49:11.924Z Downloaded backoff v0.4.0
7642026-03-26T14:49:11.924Z Downloaded cbc v0.1.2
7652026-03-26T14:49:11.924Z Downloaded argon2 v0.5.3
7662026-03-26T14:49:11.924Z Downloaded console v0.15.11
7672026-03-26T14:49:11.932Z Downloaded critical-section v1.2.0
7682026-03-26T14:49:11.932Z Downloaded crc32fast v1.5.0
7692026-03-26T14:49:11.932Z Downloaded cookie v0.18.1
7702026-03-26T14:49:11.932Z Downloaded keccak v0.1.6
7712026-03-26T14:49:11.933Z Downloaded async-bb8-diesel v0.2.1
7722026-03-26T14:49:11.933Z Downloaded cancel-safe-futures v0.1.5
7732026-03-26T14:49:11.937Z Downloaded corncobs v0.1.4
7742026-03-26T14:49:11.937Z Downloaded http-body-util v0.1.3
7752026-03-26T14:49:11.937Z Downloaded highway v1.3.0
7762026-03-26T14:49:11.937Z Downloaded hostname v0.4.2
7772026-03-26T14:49:11.937Z Downloaded des v0.8.1
7782026-03-26T14:49:11.937Z Downloaded daft v0.1.5
7792026-03-26T14:49:11.941Z Downloaded libscf-sys v1.1.0
7802026-03-26T14:49:11.941Z Downloaded kstat-rs v0.2.4
7812026-03-26T14:49:11.941Z Downloaded hyper-staticfile v0.10.1
7822026-03-26T14:49:11.941Z Downloaded lazy_static v1.5.0
7832026-03-26T14:49:11.942Z Downloaded derive-where v1.6.0
7842026-03-26T14:49:11.950Z Downloaded lru v0.12.5
7852026-03-26T14:49:11.951Z Downloaded darling v0.20.11
7862026-03-26T14:49:11.951Z Downloaded bzip2 v0.4.4
7872026-03-26T14:49:11.959Z Downloaded bcs v0.1.6
7882026-03-26T14:49:11.959Z Downloaded maplit v1.0.2
7892026-03-26T14:49:11.959Z Downloaded colored v3.1.1
7902026-03-26T14:49:11.959Z Downloaded match_cfg v0.1.0
7912026-03-26T14:49:11.959Z Downloaded chacha20 v0.10.0
7922026-03-26T14:49:11.959Z Downloaded cargo_toml v0.22.3
7932026-03-26T14:49:11.959Z Downloaded base64ct v1.8.3
7942026-03-26T14:49:11.959Z Downloaded ahash v0.8.12
7952026-03-26T14:49:11.960Z Downloaded derive-ex v0.1.8
7962026-03-26T14:49:11.970Z Downloaded linked-hash-map v0.5.6
7972026-03-26T14:49:11.970Z Downloaded home v0.5.12
7982026-03-26T14:49:11.970Z Downloaded humantime v2.3.0
7992026-03-26T14:49:11.970Z Downloaded darling v0.23.0
8002026-03-26T14:49:11.970Z Downloaded impl-trait-for-tuples v0.2.3
8012026-03-26T14:49:11.970Z Downloaded lru-cache v0.1.2
8022026-03-26T14:49:11.974Z Downloaded managed v0.8.0
8032026-03-26T14:49:11.974Z Downloaded indoc v2.0.7
8042026-03-26T14:49:11.974Z Downloaded futures-channel v0.3.32
8052026-03-26T14:49:11.974Z Downloaded memoffset v0.9.1
8062026-03-26T14:49:11.974Z Downloaded md5 v0.7.0
8072026-03-26T14:49:11.974Z Downloaded maybe-uninit v2.0.0
8082026-03-26T14:49:11.974Z Downloaded ingot-types v0.1.2
8092026-03-26T14:49:11.974Z Downloaded git-stub-vcs v0.1.0
8102026-03-26T14:49:11.982Z Downloaded getrandom v0.2.17
8112026-03-26T14:49:11.982Z Downloaded md-5 v0.10.6
8122026-03-26T14:49:11.982Z Downloaded ipnet v2.11.0
8132026-03-26T14:49:11.982Z Downloaded mime v0.3.17
8142026-03-26T14:49:11.982Z Downloaded nibble_vec v0.1.0
8152026-03-26T14:49:11.982Z Downloaded multimap v0.10.1
8162026-03-26T14:49:11.986Z Downloaded newtype_derive v0.1.6
8172026-03-26T14:49:11.986Z Downloaded new_debug_unreachable v1.0.6
8182026-03-26T14:49:11.986Z Downloaded lzss v0.8.2
8192026-03-26T14:49:11.986Z Downloaded foldhash v0.2.0
8202026-03-26T14:49:11.986Z Downloaded ipnetwork v0.21.1
8212026-03-26T14:49:11.992Z Downloaded normalize-line-endings v0.3.0
8222026-03-26T14:49:11.992Z Downloaded num-derive v0.3.3
8232026-03-26T14:49:11.992Z Downloaded nonempty v0.12.0
8242026-03-26T14:49:11.992Z Downloaded nodrop v0.1.14
8252026-03-26T14:49:11.992Z Downloaded erased-serde v0.3.31
8262026-03-26T14:49:11.992Z Downloaded hash32 v0.3.1
8272026-03-26T14:49:11.998Z Downloaded convert_case v0.10.0
8282026-03-26T14:49:11.999Z Downloaded cargo_metadata v0.19.2
8292026-03-26T14:49:11.999Z Downloaded is_ci v1.2.0
8302026-03-26T14:49:11.999Z Downloaded hickory-client v0.25.2
8312026-03-26T14:49:12.014Z Downloaded newtype-uuid-macros v0.1.0
8322026-03-26T14:49:12.015Z Downloaded crc-any v2.5.0
8332026-03-26T14:49:12.015Z Downloaded newline-converter v0.3.0
8342026-03-26T14:49:12.015Z Downloaded num-conv v0.2.0
8352026-03-26T14:49:12.015Z Downloaded num v0.4.3
8362026-03-26T14:49:12.015Z Downloaded hmac v0.12.1
8372026-03-26T14:49:12.015Z Downloaded num-derive v0.4.2
8382026-03-26T14:49:12.015Z Downloaded futures v0.3.32
8392026-03-26T14:49:12.015Z Downloaded allocator-api2 v0.2.21
8402026-03-26T14:49:12.015Z Downloaded openssl-probe v0.1.6
8412026-03-26T14:49:12.016Z Downloaded openssl-macros v0.1.1
8422026-03-26T14:49:12.023Z Downloaded num_threads v0.1.7
8432026-03-26T14:49:12.023Z Downloaded num_enum_derive v0.5.11
8442026-03-26T14:49:12.023Z Downloaded jobserver v0.1.34
8452026-03-26T14:49:12.023Z Downloaded dropshot_endpoint v0.16.7
8462026-03-26T14:49:12.023Z Downloaded num-iter v0.1.45
8472026-03-26T14:49:12.024Z Downloaded httparse v1.10.1
8482026-03-26T14:49:12.024Z Downloaded bytes v1.11.1
8492026-03-26T14:49:12.024Z Downloaded lru-slab v0.1.2
8502026-03-26T14:49:12.024Z Downloaded lock_api v0.4.14
8512026-03-26T14:49:12.032Z Downloaded libsw-core v0.3.2
8522026-03-26T14:49:12.032Z Downloaded libefi-sys v0.1.0
8532026-03-26T14:49:12.032Z Downloaded globwalk v0.9.1
8542026-03-26T14:49:12.032Z Downloaded openssl-probe v0.2.1
8552026-03-26T14:49:12.032Z Downloaded olpc-cjson v0.1.4
8562026-03-26T14:49:12.032Z Downloaded opaque-debug v0.3.1
8572026-03-26T14:49:12.042Z Downloaded const_format v0.2.35
8582026-03-26T14:49:12.042Z Downloaded hyper-rustls v0.27.7
8592026-03-26T14:49:12.042Z Downloaded linear-map v1.2.0
8602026-03-26T14:49:12.042Z Downloaded oso-derive v0.27.3
8612026-03-26T14:49:12.042Z Downloaded getrandom v0.3.4
8622026-03-26T14:49:12.046Z Downloaded iana-time-zone v0.1.65
8632026-03-26T14:49:12.046Z Downloaded elliptic-curve v0.13.8
8642026-03-26T14:49:12.047Z Downloaded ingot v0.1.1
8652026-03-26T14:49:12.047Z Downloaded packed_struct_codegen v0.10.1
8662026-03-26T14:49:12.047Z Downloaded crypto-bigint v0.5.5
8672026-03-26T14:49:12.054Z Downloaded mime_guess v2.0.5
8682026-03-26T14:49:12.054Z Downloaded ingot-macros v0.1.1
8692026-03-26T14:49:12.057Z Downloaded nanorand v0.7.0
8702026-03-26T14:49:12.057Z Downloaded parse-display v0.10.0
8712026-03-26T14:49:12.057Z Downloaded half v1.8.3
8722026-03-26T14:49:12.057Z Downloaded multer v3.1.0
8732026-03-26T14:49:12.057Z Downloaded peg-runtime v0.8.5
8742026-03-26T14:49:12.057Z Downloaded pbkdf2 v0.12.2
8752026-03-26T14:49:12.068Z Downloaded parse-size v1.1.0
8762026-03-26T14:49:12.068Z Downloaded pbkdf2 v0.11.0
8772026-03-26T14:49:12.068Z Downloaded path-slash v0.1.5
8782026-03-26T14:49:12.068Z Downloaded nu-ansi-term v0.50.3
8792026-03-26T14:49:12.076Z Downloaded compact_str v0.8.1
8802026-03-26T14:49:12.076Z Downloaded native-tls v0.2.18
8812026-03-26T14:49:12.081Z Downloaded chacha20poly1305 v0.10.1
8822026-03-26T14:49:12.087Z Downloaded pin-utils v0.1.0
8832026-03-26T14:49:12.087Z Downloaded base64 v0.21.7
8842026-03-26T14:49:12.087Z Downloaded num_enum v0.7.5
8852026-03-26T14:49:12.090Z Downloaded num-rational v0.4.2
8862026-03-26T14:49:12.090Z Downloaded num-integer v0.1.46
8872026-03-26T14:49:12.090Z Downloaded phf_shared v0.13.1
8882026-03-26T14:49:12.090Z Downloaded num_enum_derive v0.7.5
8892026-03-26T14:49:12.098Z Downloaded phf_shared v0.12.1
8902026-03-26T14:49:12.098Z Downloaded phf_shared v0.11.3
8912026-03-26T14:49:12.098Z Downloaded num-complex v0.4.6
8922026-03-26T14:49:12.108Z Downloaded newtype-uuid v1.3.2
8932026-03-26T14:49:12.108Z Downloaded libloading v0.8.9
8942026-03-26T14:49:12.108Z Downloaded bumpalo v3.20.2
8952026-03-26T14:49:12.108Z Downloaded powerfmt v0.2.0
8962026-03-26T14:49:12.108Z Downloaded libsw v3.5.0
8972026-03-26T14:49:12.108Z Downloaded base64 v0.22.1
8982026-03-26T14:49:12.108Z Downloaded arc-swap v1.8.2
8992026-03-26T14:49:12.114Z Downloaded predicates-core v1.0.10
9002026-03-26T14:49:12.114Z Downloaded darling_core v0.21.3
9012026-03-26T14:49:12.114Z Downloaded crossbeam-channel v0.5.15
9022026-03-26T14:49:12.115Z Downloaded proc-macro-error-attr2 v2.0.0
9032026-03-26T14:49:12.115Z Downloaded half v2.7.1
9042026-03-26T14:49:12.125Z Downloaded memmap2 v0.9.10
9052026-03-26T14:49:12.125Z Downloaded indexmap v1.9.3
9062026-03-26T14:49:12.125Z Downloaded ignore v0.4.25
9072026-03-26T14:49:12.125Z Downloaded password-hash v0.5.0
9082026-03-26T14:49:12.125Z Downloaded proc-macro-crate v3.4.0
9092026-03-26T14:49:12.132Z Downloaded progenitor-client v0.11.2
9102026-03-26T14:49:12.132Z Downloaded precomputed-hash v0.1.1
9112026-03-26T14:49:12.132Z Downloaded password-hash v0.4.2
9122026-03-26T14:49:12.132Z Downloaded packed_struct v0.10.1
9132026-03-26T14:49:12.132Z Downloaded diesel_derives v2.3.7
9142026-03-26T14:49:12.141Z Downloaded psl-types v2.0.11
9152026-03-26T14:49:12.141Z Downloaded progenitor-client v0.10.0
9162026-03-26T14:49:12.141Z Downloaded proc-macro-crate v1.3.1
9172026-03-26T14:49:12.141Z Downloaded parse-display-derive v0.10.0
9182026-03-26T14:49:12.141Z Downloaded predicates-tree v1.0.13
9192026-03-26T14:49:12.141Z Downloaded darling_core v0.23.0
9202026-03-26T14:49:12.141Z Downloaded progenitor-macro v0.11.2
9212026-03-26T14:49:12.141Z Downloaded progenitor-macro v0.10.0
9222026-03-26T14:49:12.141Z Downloaded oxnet v0.1.4
9232026-03-26T14:49:12.141Z Downloaded oxide-tokio-rt v0.1.3
9242026-03-26T14:49:12.150Z Downloaded owo-colors v4.3.0
9252026-03-26T14:49:12.150Z Downloaded phf v0.13.1
9262026-03-26T14:49:12.150Z Downloaded heapless v0.7.17
9272026-03-26T14:49:12.150Z Downloaded peg v0.8.5
9282026-03-26T14:49:12.156Z Downloaded heapless v0.8.0
9292026-03-26T14:49:12.156Z Downloaded quick-error v1.2.3
9302026-03-26T14:49:12.156Z Downloaded progenitor-macro v0.13.0
9312026-03-26T14:49:12.156Z Downloaded phf v0.12.1
9322026-03-26T14:49:12.157Z Downloaded pem-rfc7468 v0.7.0
9332026-03-26T14:49:12.157Z Downloaded peg-macros v0.8.5
9342026-03-26T14:49:12.157Z Downloaded der v0.7.10
9352026-03-26T14:49:12.164Z Downloaded pin-project-lite v0.2.17
9362026-03-26T14:49:12.164Z Downloaded darling_core v0.20.11
9372026-03-26T14:49:12.169Z Downloaded poly1305 v0.8.0
9382026-03-26T14:49:12.169Z Downloaded flate2 v1.1.9
9392026-03-26T14:49:12.169Z Downloaded libbz2-rs-sys v0.2.2
9402026-03-26T14:49:12.178Z Downloaded cc v1.2.56
9412026-03-26T14:49:12.178Z Downloaded postgres-protocol v0.6.10
9422026-03-26T14:49:12.178Z Downloaded omicron-zone-package v0.12.2
9432026-03-26T14:49:12.178Z Downloaded parking_lot v0.12.5
9442026-03-26T14:49:12.183Z Downloaded polyval v0.6.2
9452026-03-26T14:49:12.184Z Downloaded ref-cast-impl v1.0.25
9462026-03-26T14:49:12.184Z Downloaded rand_xorshift v0.4.0
9472026-03-26T14:49:12.184Z Downloaded dropshot-api-manager v0.6.0
9482026-03-26T14:49:12.184Z Downloaded ref-cast v1.0.25
9492026-03-26T14:49:12.184Z Downloaded recursive-proc-macro-impl v0.1.1
9502026-03-26T14:49:12.184Z Downloaded recursive v0.1.1
9512026-03-26T14:49:12.191Z Downloaded ed25519-dalek v2.2.0
9522026-03-26T14:49:12.191Z Downloaded predicates v3.1.4
9532026-03-26T14:49:12.191Z Downloaded progenitor v0.10.0
9542026-03-26T14:49:12.191Z Downloaded parking_lot v0.11.2
9552026-03-26T14:49:12.199Z Downloaded ppv-lite86 v0.2.21
9562026-03-26T14:49:12.199Z Downloaded progenitor-extras v0.1.1
9572026-03-26T14:49:12.200Z Downloaded progenitor v0.13.0
9582026-03-26T14:49:12.200Z Downloaded proc-macro-error2 v2.0.1
9592026-03-26T14:49:12.200Z Downloaded pem v3.0.6
9602026-03-26T14:49:12.200Z Downloaded primeorder v0.13.6
9612026-03-26T14:49:12.208Z Downloaded pkcs8 v0.10.2
9622026-03-26T14:49:12.208Z Downloaded rfc6979 v0.4.0
9632026-03-26T14:49:12.208Z Downloaded indicatif v0.18.4
9642026-03-26T14:49:12.208Z Downloaded paste v1.0.15
9652026-03-26T14:49:12.208Z Downloaded progenitor-client v0.13.0
9662026-03-26T14:49:12.208Z Downloaded parking_lot_core v0.8.6
9672026-03-26T14:49:12.213Z Downloaded parking_lot_core v0.9.12
9682026-03-26T14:49:12.213Z Downloaded headers v0.4.1
9692026-03-26T14:49:12.213Z Downloaded hickory-resolver v0.24.4
9702026-03-26T14:49:12.217Z Downloaded fatfs v0.3.6
9712026-03-26T14:49:12.217Z Downloaded pin-project-internal v1.1.11
9722026-03-26T14:49:12.217Z Downloaded derive_more v2.1.1
9732026-03-26T14:49:12.221Z Downloaded rustc_version v0.1.7
9742026-03-26T14:49:12.225Z Downloaded rustc-hash v2.1.1
9752026-03-26T14:49:12.225Z Downloaded russh-cryptovec v0.7.3
9762026-03-26T14:49:12.225Z Downloaded rand_chacha v0.3.1
9772026-03-26T14:49:12.225Z Downloaded radium v0.7.0
9782026-03-26T14:49:12.232Z Downloaded r2d2 v0.8.10
9792026-03-26T14:49:12.232Z Downloaded rustc_version v0.4.1
9802026-03-26T14:49:12.232Z Downloaded psm v0.1.30
9812026-03-26T14:49:12.236Z Downloaded pkg-config v0.3.32
9822026-03-26T14:49:12.236Z Downloaded num_enum v0.5.11
9832026-03-26T14:49:12.236Z Downloaded derive_more-impl v2.1.1
9842026-03-26T14:49:12.236Z Downloaded expectorate v1.2.0
9852026-03-26T14:49:12.242Z Downloaded litrs v1.0.0
9862026-03-26T14:49:12.242Z Downloaded rand_seeder v0.4.0
9872026-03-26T14:49:12.247Z Downloaded rand_core v0.9.5
9882026-03-26T14:49:12.247Z Downloaded rand_core v0.6.4
9892026-03-26T14:49:12.247Z Downloaded postgres-types v0.2.12
9902026-03-26T14:49:12.247Z Downloaded pkcs1 v0.7.5
9912026-03-26T14:49:12.247Z Downloaded ar_archive_writer v0.5.1
9922026-03-26T14:49:12.255Z Downloaded rand_core v0.10.0
9932026-03-26T14:49:12.255Z Downloaded rand_chacha v0.9.0
9942026-03-26T14:49:12.255Z Downloaded oso v0.27.3
9952026-03-26T14:49:12.255Z Downloaded scopeguard v1.2.0
9962026-03-26T14:49:12.255Z Downloaded flume v0.11.1
9972026-03-26T14:49:12.260Z Downloaded postcard v1.1.3
9982026-03-26T14:49:12.260Z Downloaded p256 v0.13.2
9992026-03-26T14:49:12.260Z Downloaded sapling-renderdag v0.1.0
10002026-03-26T14:49:12.260Z Downloaded same-file v1.0.6
10012026-03-26T14:49:12.265Z Downloaded scheduled-thread-pool v0.2.7
10022026-03-26T14:49:12.265Z Downloaded scroll_derive v0.13.1
10032026-03-26T14:49:12.265Z Downloaded progenitor v0.11.2
10042026-03-26T14:49:12.275Z Downloaded miniz_oxide v0.8.9
10052026-03-26T14:49:12.281Z Downloaded resolv-conf v0.7.6
10062026-03-26T14:49:12.281Z Downloaded papergrid v0.17.0
10072026-03-26T14:49:12.281Z Downloaded rtoolbox v0.0.3
10082026-03-26T14:49:12.285Z Downloaded secrecy v0.10.3
10092026-03-26T14:49:12.285Z Downloaded secrecy v0.8.0
10102026-03-26T14:49:12.285Z Downloaded semver v0.1.20
10112026-03-26T14:49:12.285Z Downloaded scrypt v0.11.0
10122026-03-26T14:49:12.285Z Downloaded seq-macro v0.3.6
10132026-03-26T14:49:12.285Z Downloaded hashbrown v0.12.3
10142026-03-26T14:49:12.291Z Downloaded hickory-server v0.25.2
10152026-03-26T14:49:12.302Z Downloaded serde_spanned v1.0.4
10162026-03-26T14:49:12.306Z Downloaded rustversion v1.0.22
10172026-03-26T14:49:12.306Z Downloaded serde_plain v1.0.2
10182026-03-26T14:49:12.318Z Downloaded rustls-native-certs v0.8.3
10192026-03-26T14:49:12.319Z Downloaded serde_bytes v0.11.19
10202026-03-26T14:49:12.319Z Downloaded serde_repr v0.1.20
10212026-03-26T14:49:12.319Z Downloaded siphasher v1.0.2
10222026-03-26T14:49:12.319Z Downloaded shell-words v1.1.1
10232026-03-26T14:49:12.319Z Downloaded sha1 v0.10.6
10242026-03-26T14:49:12.322Z Downloaded signature v2.2.0
10252026-03-26T14:49:12.322Z Downloaded signal-hook-mio v0.2.5
10262026-03-26T14:49:12.322Z Downloaded pin-project v1.1.11
10272026-03-26T14:49:12.322Z Downloaded openssl-sys v0.9.111
10282026-03-26T14:49:12.328Z Downloaded salsa20 v0.10.2
10292026-03-26T14:49:12.328Z Downloaded pkcs5 v0.7.1
10302026-03-26T14:49:12.328Z Downloaded jiff-static v0.2.21
10312026-03-26T14:49:12.333Z Downloaded serde_urlencoded v0.7.1
10322026-03-26T14:49:12.333Z Downloaded serde-big-array v0.5.1
10332026-03-26T14:49:12.333Z Downloaded rustls-pemfile v2.2.0
10342026-03-26T14:49:12.333Z Downloaded rustls-pemfile v1.0.4
10352026-03-26T14:49:12.339Z Downloaded sigpipe v0.1.3
10362026-03-26T14:49:12.339Z Downloaded signal-hook-tokio v0.3.1
10372026-03-26T14:49:12.339Z Downloaded hyper-util v0.1.20
10382026-03-26T14:49:12.339Z Downloaded prefix-trie v0.7.0
10392026-03-26T14:49:12.342Z Downloaded quinn-udp v0.5.14
10402026-03-26T14:49:12.346Z Downloaded slog-bunyan v2.5.0
10412026-03-26T14:49:12.346Z Downloaded scroll v0.13.0
10422026-03-26T14:49:12.350Z Downloaded schemars_derive v0.8.22
10432026-03-26T14:49:12.357Z Downloaded progenitor-impl v0.10.0
10442026-03-26T14:49:12.357Z Downloaded serde-hex v0.1.0
10452026-03-26T14:49:12.367Z Downloaded sec1 v0.7.3
10462026-03-26T14:49:12.367Z Downloaded serde_path_to_error v0.1.20
10472026-03-26T14:49:12.367Z Downloaded ssh-cipher v0.2.0
10482026-03-26T14:49:12.367Z Downloaded slog-envlogger v2.2.0
10492026-03-26T14:49:12.367Z Downloaded sct v0.7.1
10502026-03-26T14:49:12.372Z Downloaded ssh-encoding v0.2.0
10512026-03-26T14:49:12.372Z Downloaded hashbrown v0.13.2
10522026-03-26T14:49:12.372Z Downloaded hickory-resolver v0.25.2
10532026-03-26T14:49:12.380Z Downloaded sqlparser_derive v0.5.0
10542026-03-26T14:49:12.381Z Downloaded strip-ansi-escapes v0.2.1
10552026-03-26T14:49:12.393Z Downloaded rusty-fork v0.3.1
10562026-03-26T14:49:12.393Z Downloaded strum v0.26.3
10572026-03-26T14:49:12.393Z Downloaded structmeta v0.3.0
10582026-03-26T14:49:12.398Z Downloaded serde_derive_internals v0.29.1
10592026-03-26T14:49:12.398Z Downloaded shlex v1.3.0
10602026-03-26T14:49:12.399Z Downloaded structmeta-derive v0.3.0
10612026-03-26T14:49:12.405Z Downloaded simd-adler32 v0.3.8
10622026-03-26T14:49:12.405Z Downloaded http v1.4.0
10632026-03-26T14:49:12.413Z Downloaded subtle v2.6.1
10642026-03-26T14:49:12.413Z Downloaded aes v0.8.4
10652026-03-26T14:49:12.413Z Downloaded rustls-pki-types v1.14.0
10662026-03-26T14:49:12.430Z Downloaded strum v0.27.2
10672026-03-26T14:49:12.430Z Downloaded signal-hook-registry v1.4.8
10682026-03-26T14:49:12.430Z Downloaded slog-async v2.8.0
10692026-03-26T14:49:12.430Z Downloaded slab v0.4.12
10702026-03-26T14:49:12.430Z Downloaded prettyplease v0.2.37
10712026-03-26T14:49:12.454Z Downloaded tap v1.0.1
10722026-03-26T14:49:12.454Z Downloaded tabwriter v1.4.1
10732026-03-26T14:49:12.454Z Downloaded smallvec v0.6.14
10742026-03-26T14:49:12.454Z Downloaded tagptr v0.2.0
10752026-03-26T14:49:12.454Z Downloaded tabled_derive v0.11.0
10762026-03-26T14:49:12.454Z Downloaded sync_wrapper v1.0.2
10772026-03-26T14:49:12.454Z Downloaded sync-ptr v0.1.4
10782026-03-26T14:49:12.454Z Downloaded supports-color v3.0.2
10792026-03-26T14:49:12.454Z Downloaded pretty_assertions v1.4.1
10802026-03-26T14:49:12.454Z Downloaded mio v1.1.1
10812026-03-26T14:49:12.455Z Downloaded minimal-lexical v0.2.1
10822026-03-26T14:49:12.455Z Downloaded slog-dtrace v0.3.0
10832026-03-26T14:49:12.455Z Downloaded slog-stdlog v4.1.1
10842026-03-26T14:49:12.455Z Downloaded slog-scope v4.4.1
10852026-03-26T14:49:12.455Z Downloaded serde_with_macros v3.17.0
10862026-03-26T14:49:12.455Z Downloaded serde_cbor v0.11.2
10872026-03-26T14:49:12.468Z Downloaded progenitor-impl v0.11.2
10882026-03-26T14:49:12.468Z Downloaded ron v0.8.1
10892026-03-26T14:49:12.469Z Downloaded termtree v0.5.1
10902026-03-26T14:49:12.469Z Downloaded thread-id v5.1.0
10912026-03-26T14:49:12.469Z Downloaded smf v0.2.3
10922026-03-26T14:49:12.469Z Downloaded thiserror-impl-no-std v2.0.2
10932026-03-26T14:49:12.469Z Downloaded time-core v0.1.8
10942026-03-26T14:49:12.469Z Downloaded string_cache v0.8.9
10952026-03-26T14:49:12.469Z Downloaded testing_table v0.3.0
10962026-03-26T14:49:12.470Z Downloaded sqlformat v0.3.5
10972026-03-26T14:49:12.470Z Downloaded tinyvec_macros v0.1.1
10982026-03-26T14:49:12.470Z Downloaded stacker v0.1.23
10992026-03-26T14:49:12.470Z Downloaded slog-json v2.6.1
11002026-03-26T14:49:12.470Z Downloaded russh-keys v0.45.0
11012026-03-26T14:49:12.470Z Downloaded aes-gcm v0.10.3
11022026-03-26T14:49:12.470Z Downloaded stringprep v0.1.5
11032026-03-26T14:49:12.498Z Downloaded static_assertions v1.1.0
11042026-03-26T14:49:12.498Z Downloaded schemars v0.8.22
11052026-03-26T14:49:12.498Z Downloaded strum_macros v0.27.2
11062026-03-26T14:49:12.498Z Downloaded strum_macros v0.26.4
11072026-03-26T14:49:12.509Z Downloaded strum_macros v0.24.3
11082026-03-26T14:49:12.509Z Downloaded rustls-platform-verifier v0.6.2
11092026-03-26T14:49:12.509Z Downloaded ryu v1.0.23
11102026-03-26T14:49:12.509Z Downloaded take_mut v0.2.2
11112026-03-26T14:49:12.509Z Downloaded slog-term v2.9.2
11122026-03-26T14:49:12.509Z Downloaded support-bundle-viewer v0.1.2
11132026-03-26T14:49:12.523Z Downloaded thiserror-no-std v2.0.2
11142026-03-26T14:49:12.523Z Downloaded progenitor-impl v0.13.0
11152026-03-26T14:49:12.523Z Downloaded rayon-core v1.13.0
11162026-03-26T14:49:12.523Z Downloaded topological-sort v0.2.2
11172026-03-26T14:49:12.523Z Downloaded thread_local v1.1.9
11182026-03-26T14:49:12.523Z Downloaded itertools v0.10.5
11192026-03-26T14:49:12.528Z Downloaded tiny-keccak v2.0.2
11202026-03-26T14:49:12.528Z Downloaded time-macros v0.2.27
11212026-03-26T14:49:12.529Z Downloaded tower-service v0.3.3
11222026-03-26T14:49:12.529Z Downloaded tower-layer v0.3.3
11232026-03-26T14:49:12.529Z Downloaded qorb v0.4.1
11242026-03-26T14:49:12.536Z Downloaded num-bigint v0.4.6
11252026-03-26T14:49:12.536Z Downloaded snafu-derive v0.8.9
11262026-03-26T14:49:12.536Z Downloaded tokio-native-tls v0.3.1
11272026-03-26T14:49:12.536Z Downloaded try-lock v0.2.5
11282026-03-26T14:49:12.543Z Downloaded tls_codec v0.4.2
11292026-03-26T14:49:12.543Z Downloaded nom v7.1.3
11302026-03-26T14:49:12.543Z Downloaded trait-variant v0.1.2
11312026-03-26T14:49:12.543Z Downloaded publicsuffix v2.3.0
11322026-03-26T14:49:12.543Z Downloaded typify-macro v0.6.1
11332026-03-26T14:49:12.547Z Downloaded typify-macro v0.4.3
11342026-03-26T14:49:12.547Z Downloaded termios v0.3.3
11352026-03-26T14:49:12.547Z Downloaded spki v0.7.3
11362026-03-26T14:49:12.547Z Downloaded tokio-macros v2.6.0
11372026-03-26T14:49:12.547Z Downloaded quinn v0.11.9
11382026-03-26T14:49:12.547Z Downloaded signal-hook v0.3.18
11392026-03-26T14:49:12.551Z Downloaded tokio-dtrace v0.1.1
11402026-03-26T14:49:12.556Z Downloaded libxml v0.3.3
11412026-03-26T14:49:12.560Z Downloaded unicode-truncate v1.1.0
11422026-03-26T14:49:12.560Z Downloaded unarray v0.1.4
11432026-03-26T14:49:12.560Z Downloaded similar v2.7.0
11442026-03-26T14:49:12.568Z Downloaded rand v0.8.5
11452026-03-26T14:49:12.568Z Downloaded tokio-tungstenite v0.21.0
11462026-03-26T14:49:12.568Z Downloaded aho-corasick v1.1.4
11472026-03-26T14:49:12.577Z Downloaded iddqd v0.3.17
11482026-03-26T14:49:12.577Z Downloaded tokio-tungstenite v0.23.1
11492026-03-26T14:49:12.577Z Downloaded slog v2.8.2
11502026-03-26T14:49:12.577Z Downloaded unit-prefix v0.5.2
11512026-03-26T14:49:12.594Z Downloaded utf-8 v0.7.6
11522026-03-26T14:49:12.594Z Downloaded untrusted v0.7.1
11532026-03-26T14:49:12.594Z Downloaded universal-hash v0.5.1
11542026-03-26T14:49:12.594Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11552026-03-26T14:49:12.594Z Downloaded term v1.2.1
11562026-03-26T14:49:12.594Z Downloaded usdt-macro v0.6.0
11572026-03-26T14:49:12.594Z Downloaded untrusted v0.9.0
11582026-03-26T14:49:12.595Z Downloaded usdt v0.6.0
11592026-03-26T14:49:12.600Z Downloaded toml_writer v1.0.6+spec-1.1.0
11602026-03-26T14:49:12.601Z Downloaded serde_yaml v0.9.34+deprecated
11612026-03-26T14:49:12.601Z Downloaded term v0.7.0
11622026-03-26T14:49:12.601Z Downloaded rcgen v0.12.1
11632026-03-26T14:49:12.601Z Downloaded hashbrown v0.15.5
11642026-03-26T14:49:12.601Z Downloaded itertools v0.13.0
11652026-03-26T14:49:12.606Z Downloaded spin v0.9.8
11662026-03-26T14:49:12.606Z Downloaded iri-string v0.7.10
11672026-03-26T14:49:12.612Z Downloaded tui-tree-widget v0.23.1
11682026-03-26T14:49:12.616Z Downloaded void v1.0.2
11692026-03-26T14:49:12.621Z Downloaded wait-timeout v0.2.1
11702026-03-26T14:49:12.621Z Downloaded socket2 v0.5.10
11712026-03-26T14:49:12.621Z Downloaded want v0.3.1
11722026-03-26T14:49:12.621Z Downloaded num-bigint-dig v0.8.6
11732026-03-26T14:49:12.625Z Downloaded itertools v0.12.1
11742026-03-26T14:49:12.629Z Downloaded tls_codec_derive v0.4.2
11752026-03-26T14:49:12.629Z Downloaded rand v0.9.2
11762026-03-26T14:49:12.632Z Downloaded subprocess v0.2.15
11772026-03-26T14:49:12.636Z Downloaded waitgroup v0.1.2
11782026-03-26T14:49:12.636Z Downloaded unicase v2.9.0
11792026-03-26T14:49:12.636Z Downloaded tokio-rustls v0.24.1
11802026-03-26T14:49:12.636Z Downloaded tokio-rustls v0.25.0
11812026-03-26T14:49:12.646Z Downloaded schemars v0.9.0
11822026-03-26T14:49:12.652Z Downloaded xshell-macros v0.2.7
11832026-03-26T14:49:12.659Z Downloaded usdt-attr-macro v0.6.0
11842026-03-26T14:49:12.662Z Downloaded zeroize_derive v1.4.3
11852026-03-26T14:49:12.668Z Downloaded zone_cfg_derive v0.3.1
11862026-03-26T14:49:12.672Z Downloaded snafu v0.8.9
11872026-03-26T14:49:12.672Z Downloaded uzers v0.12.2
11882026-03-26T14:49:12.672Z Downloaded test-strategy v0.4.5
11892026-03-26T14:49:12.677Z Downloaded zone v0.3.1
11902026-03-26T14:49:12.677Z Downloaded h2 v0.4.13
11912026-03-26T14:49:12.681Z Downloaded toml_parser v1.0.9+spec-1.1.0
11922026-03-26T14:49:12.681Z Downloaded socket2 v0.6.2
11932026-03-26T14:49:12.681Z Downloaded rustls-webpki v0.103.9
11942026-03-26T14:49:12.685Z Downloaded twox-hash v2.1.2
11952026-03-26T14:49:12.685Z Downloaded tracing-attributes v0.1.31
11962026-03-26T14:49:12.685Z Downloaded tinyvec v1.10.0
11972026-03-26T14:49:12.689Z Downloaded schemars v1.2.1
11982026-03-26T14:49:12.694Z Downloaded walkdir v2.5.0
11992026-03-26T14:49:12.698Z Downloaded vergen-lib v0.1.6
12002026-03-26T14:49:12.698Z Downloaded samael v0.0.19
12012026-03-26T14:49:12.702Z Downloaded tokio-stream v0.1.18
12022026-03-26T14:49:12.702Z Downloaded whoami v1.6.1
12032026-03-26T14:49:12.708Z Downloaded xshell v0.2.7
12042026-03-26T14:49:12.708Z Downloaded xattr v1.6.1
12052026-03-26T14:49:12.708Z Downloaded vsss-rs v3.3.4
12062026-03-26T14:49:12.714Z Downloaded wyz v0.5.1
12072026-03-26T14:49:12.714Z Downloaded rsa v0.9.10
12082026-03-26T14:49:12.714Z Downloaded zeroize v1.8.2
12092026-03-26T14:49:12.714Z Downloaded toml v0.9.12+spec-1.1.0
12102026-03-26T14:49:12.717Z Downloaded whoami v2.1.0
12112026-03-26T14:49:12.718Z Downloaded rand v0.10.0
12122026-03-26T14:49:12.718Z Downloaded tokio-rustls v0.26.4
12132026-03-26T14:49:12.718Z Downloaded p521 v0.13.3
12142026-03-26T14:49:12.729Z Downloaded xz2 v0.1.7
12152026-03-26T14:49:12.729Z Downloaded toml v0.7.8
12162026-03-26T14:49:12.729Z Downloaded tar v0.4.45
12172026-03-26T14:49:12.730Z Downloaded vergen-gitcl v1.0.8
12182026-03-26T14:49:12.736Z Downloaded vergen v9.0.6
12192026-03-26T14:49:12.736Z Downloaded usdt-impl v0.6.0
12202026-03-26T14:49:12.736Z Downloaded zstd v0.13.3
12212026-03-26T14:49:12.736Z Downloaded vergen-git2 v1.0.7
12222026-03-26T14:49:12.736Z Downloaded unicode-properties v0.1.4
12232026-03-26T14:49:12.736Z Downloaded itertools v0.14.0
12242026-03-26T14:49:12.742Z Downloaded tungstenite v0.23.0
12252026-03-26T14:49:12.742Z Downloaded tungstenite v0.21.0
12262026-03-26T14:49:12.743Z Downloaded futures-util v0.3.32
12272026-03-26T14:49:12.750Z Downloaded typify v0.6.1
12282026-03-26T14:49:12.750Z Downloaded typify v0.4.3
12292026-03-26T14:49:12.762Z Downloaded hkdf v0.12.4
12302026-03-26T14:49:12.767Z Downloaded russh v0.45.0
12312026-03-26T14:49:12.767Z Downloaded yasna v0.5.2
12322026-03-26T14:49:12.777Z Downloaded hyper v1.8.1
12332026-03-26T14:49:12.781Z Downloaded uuid v1.21.0
12342026-03-26T14:49:12.785Z Downloaded zerocopy v0.6.6
12352026-03-26T14:49:12.786Z Downloaded tracing-core v0.1.36
12362026-03-26T14:49:12.792Z Downloaded vte v0.14.1
12372026-03-26T14:49:12.796Z Downloaded toml_edit v0.23.10+spec-1.0.0
12382026-03-26T14:49:12.803Z Downloaded tokio-postgres v0.7.16
12392026-03-26T14:49:12.807Z Downloaded zstd-safe v7.2.4
12402026-03-26T14:49:12.807Z Downloaded unicode-bidi v0.3.18
12412026-03-26T14:49:12.807Z Downloaded toml_edit v0.19.15
12422026-03-26T14:49:12.816Z Downloaded unsafe-libyaml v0.2.11
12432026-03-26T14:49:12.821Z Downloaded steno v0.4.1
12442026-03-26T14:49:12.821Z Downloaded bitvec v1.0.1
12452026-03-26T14:49:12.829Z Downloaded ron v0.12.0
12462026-03-26T14:49:12.833Z Downloaded blake3 v1.8.3
12472026-03-26T14:49:12.841Z Downloaded zopfli v0.8.3
12482026-03-26T14:49:12.841Z Downloaded rpassword v7.4.0
12492026-03-26T14:49:12.847Z Downloaded libm v0.2.16
12502026-03-26T14:49:12.847Z Downloaded ssh-key v0.6.7
12512026-03-26T14:49:12.852Z Downloaded git2 v0.20.4
12522026-03-26T14:49:12.857Z Downloaded unicode_categories v0.1.1
12532026-03-26T14:49:12.865Z Downloaded aws-lc-rs v1.16.0
12542026-03-26T14:49:12.866Z Downloaded chrono v0.4.44
12552026-03-26T14:49:12.876Z Downloaded bindgen v0.71.1
12562026-03-26T14:49:12.881Z Downloaded rustyline v14.0.0
12572026-03-26T14:49:12.891Z Downloaded reqwest v0.12.28
12582026-03-26T14:49:12.891Z Downloaded reqwest v0.13.2
12592026-03-26T14:49:12.891Z Downloaded yansi v1.0.1
12602026-03-26T14:49:12.895Z Downloaded tower v0.5.3
12612026-03-26T14:49:12.895Z Downloaded regex v1.12.3
12622026-03-26T14:49:12.907Z Downloaded p384 v0.13.1
12632026-03-26T14:49:12.911Z Downloaded zip v0.6.6
12642026-03-26T14:49:12.918Z Downloaded reedline v0.40.0
12652026-03-26T14:49:12.922Z Downloaded salty v0.3.0
12662026-03-26T14:49:12.926Z Downloaded typed-path v0.9.3
12672026-03-26T14:49:12.929Z Downloaded zerocopy-derive v0.8.40
12682026-03-26T14:49:12.934Z Downloaded lalrpop v0.19.12
12692026-03-26T14:49:12.940Z Downloaded x509-cert v0.2.5
12702026-03-26T14:49:12.944Z Downloaded moka v0.12.13
12712026-03-26T14:49:12.960Z Downloaded portable-atomic v1.13.1
12722026-03-26T14:49:12.964Z Downloaded unicode-normalization v0.1.25
12732026-03-26T14:49:12.967Z Downloaded rayon v1.11.0
12742026-03-26T14:49:12.971Z Downloaded rustls-webpki v0.101.7
12752026-03-26T14:49:12.979Z Downloaded zip v4.6.1
12762026-03-26T14:49:12.982Z Downloaded unicode-segmentation v1.12.0
12772026-03-26T14:49:12.985Z Downloaded tower-http v0.6.8
12782026-03-26T14:49:12.988Z Downloaded tough v0.20.0
12792026-03-26T14:49:12.992Z Downloaded tokio-util v0.7.18
12802026-03-26T14:49:12.997Z Downloaded serde_with v3.17.0
12812026-03-26T14:49:13.003Z Downloaded proptest v1.10.0
12822026-03-26T14:49:13.008Z Downloaded petname v2.0.2
12832026-03-26T14:49:13.011Z Downloaded curve25519-dalek v4.1.3
12842026-03-26T14:49:13.016Z Downloaded rustls-webpki v0.102.8
12852026-03-26T14:49:13.026Z Downloaded quick-xml v0.37.5
12862026-03-26T14:49:13.029Z Downloaded quinn-proto v0.11.13
12872026-03-26T14:49:13.033Z Downloaded object v0.30.4
12882026-03-26T14:49:13.038Z Downloaded goblin v0.10.5
12892026-03-26T14:49:13.044Z Downloaded radix_trie v0.2.1
12902026-03-26T14:49:13.047Z Downloaded winnow v0.5.40
12912026-03-26T14:49:13.075Z Downloaded winnow v0.6.26
12922026-03-26T14:49:13.080Z Downloaded polar-core v0.27.3
12932026-03-26T14:49:13.085Z Downloaded nix v0.28.0
12942026-03-26T14:49:13.091Z Downloaded openssl v0.10.75
12952026-03-26T14:49:13.096Z Downloaded dropshot v0.16.7
12962026-03-26T14:49:13.110Z Downloaded tabled v0.20.0
12972026-03-26T14:49:13.119Z Downloaded time v0.3.47
12982026-03-26T14:49:13.126Z Downloaded bstr v1.12.1
12992026-03-26T14:49:13.131Z Downloaded zlib-rs v0.6.2
13002026-03-26T14:49:13.134Z Downloaded nix v0.29.0
13012026-03-26T14:49:13.140Z Downloaded nix v0.27.1
13022026-03-26T14:49:13.146Z Downloaded smoltcp v0.9.1
13032026-03-26T14:49:13.151Z Downloaded regex-syntax v0.6.29
13042026-03-26T14:49:13.155Z Downloaded object v0.37.3
13052026-03-26T14:49:13.162Z Downloaded vcpkg v0.2.15
13062026-03-26T14:49:13.183Z Downloaded webpki-roots v1.0.6
13072026-03-26T14:49:13.186Z Downloaded nix v0.31.1
13082026-03-26T14:49:13.192Z Downloaded diesel v2.3.7
13092026-03-26T14:49:13.203Z Downloaded zerocopy v0.8.40
13102026-03-26T14:49:13.208Z Downloaded hickory-proto v0.25.2
13112026-03-26T14:49:13.217Z Downloaded hickory-proto v0.24.4
13122026-03-26T14:49:13.227Z Downloaded rustls v0.23.37
13132026-03-26T14:49:13.232Z Downloaded smoltcp v0.11.0
13142026-03-26T14:49:13.239Z Downloaded rustix v0.38.44
13152026-03-26T14:49:13.251Z Downloaded regress v0.10.5
13162026-03-26T14:49:13.259Z Downloaded regex-syntax v0.8.10
13172026-03-26T14:49:13.265Z Downloaded openapiv3 v2.2.0
13182026-03-26T14:49:13.268Z Downloaded rustls v0.22.4
13192026-03-26T14:49:13.275Z Downloaded rustls v0.21.12
13202026-03-26T14:49:13.323Z Downloaded tracing v0.1.44
13212026-03-26T14:49:13.335Z Downloaded sqlparser v0.61.0
13222026-03-26T14:49:13.341Z Downloaded sled v0.34.7
13232026-03-26T14:49:13.350Z Downloaded bzip2-sys v0.1.13+1.0.8
13242026-03-26T14:49:13.363Z Downloaded typify-impl v0.6.1
13252026-03-26T14:49:13.381Z Downloaded regex-automata v0.4.14
13262026-03-26T14:49:13.389Z Downloaded ratatui v0.29.0
13272026-03-26T14:49:13.400Z Downloaded typify-impl v0.4.3
13282026-03-26T14:49:13.409Z Downloaded petgraph v0.6.5
13292026-03-26T14:49:13.421Z Downloaded lzma-sys v0.1.20
13302026-03-26T14:49:13.436Z Downloaded zerocopy-derive v0.6.6
13312026-03-26T14:49:13.442Z Downloaded chrono-tz v0.10.4
13322026-03-26T14:49:13.463Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13332026-03-26T14:49:13.482Z Downloaded jiff v0.2.21
13342026-03-26T14:49:13.492Z Downloaded tokio v1.49.0
13352026-03-26T14:49:13.515Z Downloaded petgraph v0.8.3
13362026-03-26T14:49:13.527Z Downloaded libz-sys v1.1.24
13372026-03-26T14:49:13.554Z Downloaded sha3 v0.10.8
13382026-03-26T14:49:13.559Z Downloaded csv v1.4.0
13392026-03-26T14:49:13.615Z Downloaded encoding_rs v0.8.35
13402026-03-26T14:49:13.628Z Downloaded ring v0.17.14
13412026-03-26T14:49:13.657Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-03-26T14:49:14.183Z Downloaded aws-lc-sys v0.37.1
13432026-03-26T14:49:14.435Z Compiling libc v0.2.180
13442026-03-26T14:49:14.435Z Compiling serde v1.0.228
13452026-03-26T14:49:14.440Z Compiling log v0.4.29
13462026-03-26T14:49:14.440Z Compiling shlex v1.3.0
13472026-03-26T14:49:14.440Z Compiling find-msvc-tools v0.1.9
13482026-03-26T14:49:14.572Z Compiling smallvec v1.15.1
13492026-03-26T14:49:14.583Z Compiling syn v2.0.117
13502026-03-26T14:49:14.597Z Compiling typenum v1.19.0
13512026-03-26T14:49:14.763Z Compiling generic-array v0.14.7
13522026-03-26T14:49:14.778Z Compiling subtle v2.6.1
13532026-03-26T14:49:14.808Z Compiling scopeguard v1.2.0
13542026-03-26T14:49:14.858Z Compiling portable-atomic v1.13.1
13552026-03-26T14:49:14.890Z Compiling lock_api v0.4.14
13562026-03-26T14:49:14.910Z Compiling const-oid v0.9.6
13572026-03-26T14:49:14.950Z Compiling critical-section v1.2.0
13582026-03-26T14:49:15.018Z Compiling zerocopy v0.8.40
13592026-03-26T14:49:15.048Z Compiling parking_lot_core v0.9.12
13602026-03-26T14:49:15.117Z Compiling pin-project-lite v0.2.17
13612026-03-26T14:49:15.216Z Compiling serde_json v1.0.149
13622026-03-26T14:49:15.303Z Compiling pkg-config v0.3.32
13632026-03-26T14:49:15.405Z Compiling getrandom v0.2.17
13642026-03-26T14:49:15.416Z Compiling jobserver v0.1.34
13652026-03-26T14:49:15.467Z Compiling errno v0.3.14
13662026-03-26T14:49:15.563Z Compiling rand_core v0.6.4
13672026-03-26T14:49:15.617Z Compiling cc v1.2.56
13682026-03-26T14:49:15.681Z Compiling signal-hook-registry v1.4.8
13692026-03-26T14:49:15.787Z Compiling once_cell v1.21.3
13702026-03-26T14:49:15.957Z Compiling mio v1.1.1
13712026-03-26T14:49:15.971Z Compiling bitflags v2.11.0
13722026-03-26T14:49:16.078Z Compiling libm v0.2.16
13732026-03-26T14:49:16.081Z Compiling num-traits v0.2.19
13742026-03-26T14:49:16.202Z Compiling parking_lot v0.12.5
13752026-03-26T14:49:16.219Z Compiling futures-core v0.3.32
13762026-03-26T14:49:16.372Z Compiling socket2 v0.6.2
13772026-03-26T14:49:16.429Z Compiling percent-encoding v2.3.2
13782026-03-26T14:49:16.445Z Compiling allocator-api2 v0.2.21
13792026-03-26T14:49:16.581Z Compiling foldhash v0.2.0
13802026-03-26T14:49:16.621Z Compiling cpufeatures v0.2.17
13812026-03-26T14:49:16.700Z Compiling futures-sink v0.3.32
13822026-03-26T14:49:16.776Z Compiling hashbrown v0.16.1
13832026-03-26T14:49:16.791Z Compiling slab v0.4.12
13842026-03-26T14:49:16.812Z Compiling futures-channel v0.3.32
13852026-03-26T14:49:16.825Z Compiling futures-task v0.3.32
13862026-03-26T14:49:16.867Z Compiling futures-io v0.3.32
13872026-03-26T14:49:16.967Z Compiling getrandom v0.4.1
13882026-03-26T14:49:17.002Z Compiling getrandom v0.3.4
13892026-03-26T14:49:17.022Z Compiling rustversion v1.0.22
13902026-03-26T14:49:17.041Z Compiling rand_core v0.10.0
13912026-03-26T14:49:17.354Z Compiling indexmap v2.13.0
13922026-03-26T14:49:17.387Z Compiling form_urlencoded v1.2.2
13932026-03-26T14:49:17.557Z Compiling synstructure v0.13.2
13942026-03-26T14:49:17.573Z Compiling cmake v0.1.57
13952026-03-26T14:49:17.588Z Compiling base64ct v1.8.3
13962026-03-26T14:49:17.865Z Compiling ident_case v1.0.1
13972026-03-26T14:49:17.896Z Compiling dunce v1.0.5
13982026-03-26T14:49:17.995Z Compiling fs_extra v1.3.0
13992026-03-26T14:49:18.000Z Compiling pem-rfc7468 v0.7.0
14002026-03-26T14:49:18.000Z Compiling flagset v0.4.7
14012026-03-26T14:49:18.034Z Compiling rand_core v0.9.5
14022026-03-26T14:49:18.048Z Compiling rustix v1.1.3
14032026-03-26T14:49:18.063Z Compiling iana-time-zone v0.1.65
14042026-03-26T14:49:18.151Z Compiling uuid v1.21.0
14052026-03-26T14:49:18.209Z Compiling ring v0.17.14
14062026-03-26T14:49:18.259Z Compiling aws-lc-sys v0.37.1
14072026-03-26T14:49:18.276Z Compiling rustc_version v0.4.1
14082026-03-26T14:49:18.308Z Compiling vcpkg v0.2.15
14092026-03-26T14:49:18.319Z Compiling aws-lc-rs v1.16.0
14102026-03-26T14:49:18.599Z Compiling regex-syntax v0.8.10
14112026-03-26T14:49:18.604Z Compiling tracing-core v0.1.36
14122026-03-26T14:49:18.870Z Compiling crossbeam-utils v0.8.21
14132026-03-26T14:49:19.087Z Compiling openssl-sys v0.9.111
14142026-03-26T14:49:19.192Z Compiling pest_generator v2.8.6
14152026-03-26T14:49:19.211Z Compiling serde_derive_internals v0.29.1
14162026-03-26T14:49:19.274Z Compiling serde_derive v1.0.228
14172026-03-26T14:49:19.639Z Compiling zeroize_derive v1.4.3
14182026-03-26T14:49:19.826Z Compiling zerofrom-derive v0.1.6
14192026-03-26T14:49:19.914Z Compiling yoke-derive v0.8.1
14202026-03-26T14:49:20.144Z Compiling zerocopy-derive v0.8.40
14212026-03-26T14:49:20.303Z Compiling zeroize v1.8.2
14222026-03-26T14:49:21.012Z Compiling zerovec-derive v0.11.2
14232026-03-26T14:49:21.087Z Compiling crypto-common v0.1.7
14242026-03-26T14:49:21.101Z Compiling block-buffer v0.10.4
14252026-03-26T14:49:21.227Z Compiling zerofrom v0.1.6
14262026-03-26T14:49:21.242Z Compiling digest v0.10.7
14272026-03-26T14:49:21.269Z Compiling displaydoc v0.2.5
14282026-03-26T14:49:21.361Z Compiling yoke v0.8.1
14292026-03-26T14:49:21.495Z Compiling tokio-macros v2.6.0
14302026-03-26T14:49:21.543Z Compiling hmac v0.12.1
14312026-03-26T14:49:21.705Z Compiling futures-macro v0.3.32
14322026-03-26T14:49:22.031Z Compiling zerotrie v0.2.3
14332026-03-26T14:49:22.124Z Compiling zerovec v0.11.5
14342026-03-26T14:49:22.222Z Compiling block-padding v0.3.3
14352026-03-26T14:49:22.319Z Compiling sha2 v0.10.9
14362026-03-26T14:49:22.370Z Compiling inout v0.1.4
14372026-03-26T14:49:22.496Z Compiling futures-util v0.3.32
14382026-03-26T14:49:22.536Z Compiling cipher v0.4.4
14392026-03-26T14:49:22.606Z Compiling tinystr v0.8.2
14402026-03-26T14:49:22.781Z Compiling bytes v1.11.1
14412026-03-26T14:49:22.796Z Compiling icu_locale_core v2.1.1
14422026-03-26T14:49:22.810Z Compiling potential_utf v0.1.4
14432026-03-26T14:49:22.856Z Compiling der_derive v0.7.3
14442026-03-26T14:49:22.971Z Compiling icu_collections v2.1.1
14452026-03-26T14:49:23.383Z Compiling tokio v1.49.0
14462026-03-26T14:49:23.447Z Compiling icu_provider v2.1.1
14472026-03-26T14:49:23.681Z Compiling icu_normalizer v2.1.1
14482026-03-26T14:49:23.696Z Compiling icu_properties v2.1.2
14492026-03-26T14:49:23.742Z Compiling http v1.4.0
14502026-03-26T14:49:23.801Z Compiling der v0.7.10
14512026-03-26T14:49:24.220Z Compiling salsa20 v0.10.2
14522026-03-26T14:49:24.357Z Compiling chrono v0.4.44
14532026-03-26T14:49:24.635Z Compiling idna_adapter v1.2.1
14542026-03-26T14:49:24.639Z Compiling ppv-lite86 v0.2.21
14552026-03-26T14:49:24.756Z Compiling idna v1.1.0
14562026-03-26T14:49:24.772Z Compiling spki v0.7.3
14572026-03-26T14:49:24.775Z Compiling pbkdf2 v0.12.2
14582026-03-26T14:49:24.900Z Compiling thiserror-impl v2.0.18
14592026-03-26T14:49:24.958Z Compiling rand_chacha v0.9.0
14602026-03-26T14:49:24.978Z Compiling scrypt v0.11.0
14612026-03-26T14:49:24.994Z Compiling aes v0.8.4
14622026-03-26T14:49:25.220Z Compiling url v2.5.8
14632026-03-26T14:49:25.396Z Compiling cbc v0.1.2
14642026-03-26T14:49:25.555Z Compiling rustls-pki-types v1.14.0
14652026-03-26T14:49:25.661Z Compiling tracing-attributes v0.1.31
14662026-03-26T14:49:25.733Z Compiling pkcs5 v0.7.1
14672026-03-26T14:49:26.048Z Compiling rand v0.9.2
14682026-03-26T14:49:26.062Z Compiling http-body v1.0.1
14692026-03-26T14:49:26.155Z Compiling httparse v1.10.1
14702026-03-26T14:49:26.212Z Compiling untrusted v0.9.0
14712026-03-26T14:49:26.232Z Compiling thiserror v2.0.18
14722026-03-26T14:49:26.250Z Compiling openssl-probe v0.2.1
14732026-03-26T14:49:26.335Z Compiling untrusted v0.7.1
14742026-03-26T14:49:26.348Z Compiling schemars v0.8.22
14752026-03-26T14:49:26.423Z Compiling base64 v0.22.1
14762026-03-26T14:49:26.457Z Compiling syn v1.0.109
14772026-03-26T14:49:26.570Z Compiling pkcs8 v0.10.2
14782026-03-26T14:49:26.745Z Compiling schemars_derive v0.8.22
14792026-03-26T14:49:26.807Z Compiling pest_derive v2.8.6
14802026-03-26T14:49:26.850Z Compiling scroll_derive v0.13.1
14812026-03-26T14:49:27.038Z Compiling tracing v0.1.44
14822026-03-26T14:49:27.237Z Compiling tokio-util v0.7.18
14832026-03-26T14:49:27.314Z Compiling darling_core v0.20.11
14842026-03-26T14:49:27.372Z Compiling tower-service v0.3.3
14852026-03-26T14:49:27.468Z Compiling try-lock v0.2.5
14862026-03-26T14:49:27.583Z Compiling atomic-waker v1.1.2
14872026-03-26T14:49:27.670Z Compiling tinyvec_macros v0.1.1
14882026-03-26T14:49:27.708Z Compiling rustls v0.23.37
14892026-03-26T14:49:27.742Z Compiling tower-layer v0.3.3
14902026-03-26T14:49:27.877Z Compiling dyn-clone v1.0.20
14912026-03-26T14:49:27.903Z Compiling h2 v0.4.13
14922026-03-26T14:49:28.022Z Compiling tinyvec v1.10.0
14932026-03-26T14:49:28.255Z Compiling scroll v0.13.0
14942026-03-26T14:49:28.336Z Compiling want v0.3.1
14952026-03-26T14:49:28.516Z Compiling ipnet v2.11.0
14962026-03-26T14:49:28.799Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-26T14:49:29.006Z Compiling spin v0.9.8
14982026-03-26T14:49:29.053Z Compiling aho-corasick v1.1.4
14992026-03-26T14:49:29.182Z Compiling time-core v0.1.8
15002026-03-26T14:49:29.211Z Compiling foreign-types-shared v0.1.1
15012026-03-26T14:49:29.299Z Compiling openssl v0.10.75
15022026-03-26T14:49:29.314Z Compiling httpdate v1.0.3
15032026-03-26T14:49:29.328Z Compiling crc32fast v1.5.0
15042026-03-26T14:49:29.529Z Compiling pin-utils v0.1.0
15052026-03-26T14:49:29.532Z Compiling num-conv v0.2.0
15062026-03-26T14:49:29.572Z Compiling darling_macro v0.20.11
15072026-03-26T14:49:29.588Z Compiling powerfmt v0.2.0
15082026-03-26T14:49:29.647Z Compiling tempfile v3.25.0
15092026-03-26T14:49:29.667Z Compiling time-macros v0.2.27
15102026-03-26T14:49:29.790Z Compiling deranged v0.5.8
15112026-03-26T14:49:30.018Z Compiling regex-automata v0.4.14
15122026-03-26T14:49:30.036Z Compiling darling v0.20.11
15132026-03-26T14:49:30.141Z Compiling foreign-types v0.3.2
15142026-03-26T14:49:30.723Z Compiling goblin v0.10.5
15152026-03-26T14:49:30.753Z Compiling openssl-macros v0.1.1
15162026-03-26T14:49:31.172Z Compiling hyper v1.8.1
15172026-03-26T14:49:31.267Z Compiling thiserror-impl v1.0.69
15182026-03-26T14:49:31.871Z Compiling wait-timeout v0.2.1
15192026-03-26T14:49:32.138Z Compiling bit-vec v0.8.0
15202026-03-26T14:49:32.286Z Compiling quick-error v1.2.3
15212026-03-26T14:49:32.367Z Compiling simd-adler32 v0.3.8
15222026-03-26T14:49:32.393Z Compiling siphasher v1.0.2
15232026-03-26T14:49:32.540Z Compiling num_threads v0.1.7
15242026-03-26T14:49:32.582Z Compiling either v1.15.0
15252026-03-26T14:49:32.612Z Compiling usdt-impl v0.6.0
15262026-03-26T14:49:32.638Z Compiling native-tls v0.2.18
15272026-03-26T14:49:32.754Z Compiling time v0.3.47
15282026-03-26T14:49:32.789Z Compiling thiserror v1.0.69
15292026-03-26T14:49:32.851Z Compiling rusty-fork v0.3.1
15302026-03-26T14:49:32.867Z Compiling bit-set v0.8.0
15312026-03-26T14:49:32.891Z Compiling hyper-util v0.1.20
15322026-03-26T14:49:33.164Z Compiling derive_builder_core v0.20.2
15332026-03-26T14:49:34.052Z Compiling dof v0.4.0
15342026-03-26T14:49:34.323Z Compiling unicode-normalization v0.1.25
15352026-03-26T14:49:34.377Z Compiling dtrace-parser v0.3.0
15362026-03-26T14:49:34.605Z Compiling crossbeam-epoch v0.9.18
15372026-03-26T14:49:34.772Z Compiling rustls-native-certs v0.8.3
15382026-03-26T14:49:34.924Z Compiling signature v2.2.0
15392026-03-26T14:49:35.036Z Compiling scroll_derive v0.12.1
15402026-03-26T14:49:35.059Z Compiling heapless v0.7.17
15412026-03-26T14:49:35.101Z Compiling rand_xorshift v0.4.0
15422026-03-26T14:49:35.105Z Compiling slog v2.8.2
15432026-03-26T14:49:35.220Z Compiling darling_core v0.21.3
15442026-03-26T14:49:35.261Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-26T14:49:35.291Z Compiling sync_wrapper v1.0.2
15462026-03-26T14:49:35.295Z Compiling thread-id v5.1.0
15472026-03-26T14:49:35.376Z Compiling cookie v0.18.1
15482026-03-26T14:49:35.414Z Compiling unicode-segmentation v1.12.0
15492026-03-26T14:49:35.533Z Compiling unarray v0.1.4
15502026-03-26T14:49:35.554Z Compiling signal-hook v0.3.18
15512026-03-26T14:49:35.650Z Compiling unicode-bidi v0.3.18
15522026-03-26T14:49:35.688Z Compiling paste v1.0.15
15532026-03-26T14:49:35.731Z Compiling rayon-core v1.13.0
15542026-03-26T14:49:35.797Z Compiling anyhow v1.0.102
15552026-03-26T14:49:35.929Z Compiling zstd-safe v7.2.4
15562026-03-26T14:49:35.962Z Compiling adler2 v2.0.1
15572026-03-26T14:49:35.995Z Compiling unicode-properties v0.1.4
15582026-03-26T14:49:36.094Z Compiling miniz_oxide v0.8.9
15592026-03-26T14:49:36.172Z Compiling stringprep v0.1.5
15602026-03-26T14:49:36.236Z Compiling scroll v0.12.0
15612026-03-26T14:49:36.252Z Compiling proptest v1.10.0
15622026-03-26T14:49:36.502Z Compiling tower v0.5.3
15632026-03-26T14:49:36.824Z Compiling crossbeam-deque v0.8.6
15642026-03-26T14:49:36.967Z Compiling derive_builder_macro v0.20.2
15652026-03-26T14:49:37.013Z Compiling ipnetwork v0.21.1
15662026-03-26T14:49:37.101Z Compiling http-body-util v0.1.3
15672026-03-26T14:49:37.117Z Compiling webpki-roots v1.0.6
15682026-03-26T14:49:37.193Z Compiling rand_chacha v0.3.1
15692026-03-26T14:49:37.234Z Compiling erased-serde v0.3.31
15702026-03-26T14:49:37.341Z Compiling serde_spanned v0.6.9
15712026-03-26T14:49:37.408Z Compiling toml_datetime v0.6.11
15722026-03-26T14:49:37.423Z Compiling serde_tokenstream v0.2.3
15732026-03-26T14:49:37.492Z Compiling md-5 v0.10.6
15742026-03-26T14:49:37.654Z Compiling zerocopy-derive v0.7.35
15752026-03-26T14:49:37.668Z Compiling curve25519-dalek v4.1.3
15762026-03-26T14:49:37.715Z Compiling vergen-lib v0.1.6
15772026-03-26T14:49:37.736Z Compiling num-integer v0.1.46
15782026-03-26T14:49:37.797Z Compiling darling_macro v0.21.3
15792026-03-26T14:49:37.890Z Compiling hash32 v0.2.1
15802026-03-26T14:49:37.996Z Compiling ff v0.13.1
15812026-03-26T14:49:38.004Z Compiling memoffset v0.9.1
15822026-03-26T14:49:38.061Z Compiling fallible-iterator v0.2.0
15832026-03-26T14:49:38.084Z Compiling ryu v1.0.23
15842026-03-26T14:49:38.132Z Compiling cfg_aliases v0.2.1
15852026-03-26T14:49:38.200Z Compiling zlib-rs v0.6.2
15862026-03-26T14:49:38.214Z Compiling psl-types v2.0.11
15872026-03-26T14:49:38.263Z Compiling litrs v1.0.0
15882026-03-26T14:49:38.277Z Compiling ref-cast v1.0.25
15892026-03-26T14:49:38.335Z Compiling rustix v0.38.44
15902026-03-26T14:49:38.369Z Compiling num-bigint-dig v0.8.6
15912026-03-26T14:49:38.514Z Compiling base16ct v0.2.0
15922026-03-26T14:49:38.557Z Compiling iri-string v0.7.10
15932026-03-26T14:49:38.573Z Compiling smoltcp v0.9.1
15942026-03-26T14:49:38.692Z Compiling sec1 v0.7.3
15952026-03-26T14:49:38.767Z Compiling document-features v0.2.12
15962026-03-26T14:49:38.834Z Compiling newtype-uuid v1.3.2
15972026-03-26T14:49:38.944Z Compiling zerocopy v0.7.35
15982026-03-26T14:49:38.962Z Compiling postgres-protocol v0.6.10
15992026-03-26T14:49:39.161Z Compiling publicsuffix v2.3.0
16002026-03-26T14:49:39.330Z Compiling darling v0.21.3
16012026-03-26T14:49:39.346Z Compiling serde_urlencoded v0.7.1
16022026-03-26T14:49:39.414Z Compiling nix v0.31.1
16032026-03-26T14:49:39.502Z Compiling group v0.13.0
16042026-03-26T14:49:39.667Z Compiling tower-http v0.6.8
16052026-03-26T14:49:39.682Z Compiling num-iter v0.1.45
16062026-03-26T14:49:39.811Z Compiling derive_builder v0.20.2
16072026-03-26T14:49:39.938Z Compiling rand v0.8.5
16082026-03-26T14:49:40.039Z Compiling oxnet v0.1.4
16092026-03-26T14:49:40.069Z Compiling proc-macro-error v1.0.4
16102026-03-26T14:49:40.151Z Compiling tokio-native-tls v0.3.1
16112026-03-26T14:49:40.366Z Compiling goblin v0.8.2
16122026-03-26T14:49:40.934Z Compiling heck v0.4.1
16132026-03-26T14:49:41.001Z Compiling phf_shared v0.13.1
16142026-03-26T14:49:41.098Z Compiling flate2 v1.1.9
16152026-03-26T14:49:41.165Z Compiling regex v1.12.3
16162026-03-26T14:49:41.246Z Compiling hubpack_derive v0.1.1
16172026-03-26T14:49:41.360Z Compiling lazy_static v1.5.0
16182026-03-26T14:49:41.452Z Compiling cargo-platform v0.1.9
16192026-03-26T14:49:41.467Z Compiling hkdf v0.12.4
16202026-03-26T14:49:41.512Z Compiling crypto-bigint v0.5.5
16212026-03-26T14:49:41.605Z Compiling terminal_size v0.4.3
16222026-03-26T14:49:41.630Z Compiling async-trait v0.1.89
16232026-03-26T14:49:41.691Z Compiling strum_macros v0.27.2
16242026-03-26T14:49:41.712Z Compiling daft-derive v0.1.5
16252026-03-26T14:49:41.745Z Compiling curve25519-dalek-derive v0.1.1
16262026-03-26T14:49:42.431Z Compiling ref-cast-impl v1.0.25
16272026-03-26T14:49:42.446Z Compiling vergen v9.0.6
16282026-03-26T14:49:42.629Z Compiling fs-err v3.3.0
16292026-03-26T14:49:42.667Z Compiling ahash v0.8.12
16302026-03-26T14:49:42.817Z Compiling managed v0.8.0
16312026-03-26T14:49:42.870Z Compiling bumpalo v3.20.2
16322026-03-26T14:49:42.975Z Compiling foldhash v0.1.5
16332026-03-26T14:49:43.034Z Compiling bitflags v1.3.2
16342026-03-26T14:49:43.114Z Compiling winnow v0.5.40
16352026-03-26T14:49:43.133Z Compiling libbz2-rs-sys v0.2.2
16362026-03-26T14:49:43.151Z Compiling object v0.37.3
16372026-03-26T14:49:43.469Z Compiling hashbrown v0.15.5
16382026-03-26T14:49:43.630Z Compiling bzip2 v0.6.1
16392026-03-26T14:49:43.664Z Compiling strum v0.27.2
16402026-03-26T14:49:43.816Z Compiling zopfli v0.8.3
16412026-03-26T14:49:43.835Z Compiling clap_builder v4.5.60
16422026-03-26T14:49:44.036Z Compiling console v0.16.2
16432026-03-26T14:49:44.171Z Compiling dof v0.3.0
16442026-03-26T14:49:44.476Z Compiling toml_edit v0.19.15
16452026-03-26T14:49:44.544Z Compiling elliptic-curve v0.13.8
16462026-03-26T14:49:44.588Z Compiling daft v0.1.5
16472026-03-26T14:49:44.861Z Compiling hubpack v0.1.2
16482026-03-26T14:49:44.883Z Compiling cargo_metadata v0.19.2
16492026-03-26T14:49:45.076Z Compiling phf v0.13.1
16502026-03-26T14:49:45.236Z Compiling zone_cfg_derive v0.3.1
16512026-03-26T14:49:45.902Z Compiling signal-hook-mio v0.2.5
16522026-03-26T14:49:46.270Z Compiling cookie_store v0.22.1
16532026-03-26T14:49:46.403Z Compiling rayon v1.11.0
16542026-03-26T14:49:46.847Z Compiling zstd v0.13.3
16552026-03-26T14:49:46.941Z Compiling hyper-tls v0.6.0
16562026-03-26T14:49:47.122Z Compiling bzip2 v0.4.4
16572026-03-26T14:49:47.203Z Compiling serde_with_macros v3.17.0
16582026-03-26T14:49:47.267Z Compiling postgres-types v0.2.12
16592026-03-26T14:49:47.324Z Compiling usdt-macro v0.6.0
16602026-03-26T14:49:47.674Z Compiling usdt-attr-macro v0.6.0
16612026-03-26T14:49:47.832Z Compiling ed25519 v2.2.3
16622026-03-26T14:49:48.056Z Compiling dtrace-parser v0.2.0
16632026-03-26T14:49:48.164Z Compiling itertools v0.12.1
16642026-03-26T14:49:48.322Z Compiling phf_shared v0.11.3
16652026-03-26T14:49:48.390Z Compiling bstr v1.12.1
16662026-03-26T14:49:48.460Z Compiling pkcs1 v0.7.5
16672026-03-26T14:49:48.504Z Compiling serde-big-array v0.5.1
16682026-03-26T14:49:48.646Z Compiling hex v0.4.3
16692026-03-26T14:49:48.746Z Compiling rfc6979 v0.4.0
16702026-03-26T14:49:48.803Z Compiling enum-as-inner v0.6.1
16712026-03-26T14:49:48.859Z Compiling serde_repr v0.1.20
16722026-03-26T14:49:48.874Z Compiling strum_macros v0.26.4
16732026-03-26T14:49:48.920Z Compiling clap_derive v4.5.55
16742026-03-26T14:49:49.041Z Compiling float-cmp v0.10.0
16752026-03-26T14:49:49.190Z Compiling memmap2 v0.9.10
16762026-03-26T14:49:49.298Z Compiling thread-id v4.2.2
16772026-03-26T14:49:49.367Z Compiling env_filter v1.0.0
16782026-03-26T14:49:49.382Z Compiling encoding_rs v0.8.35
16792026-03-26T14:49:49.396Z Compiling fixedbitset v0.5.7
16802026-03-26T14:49:49.409Z Compiling fixedbitset v0.4.2
16812026-03-26T14:49:49.629Z Compiling predicates-core v1.0.10
16822026-03-26T14:49:49.665Z Compiling data-encoding v2.10.0
16832026-03-26T14:49:49.696Z Compiling normalize-line-endings v0.3.0
16842026-03-26T14:49:49.796Z Compiling unit-prefix v0.5.2
16852026-03-26T14:49:49.812Z Compiling mime v0.3.17
16862026-03-26T14:49:49.947Z Compiling keccak v0.1.6
16872026-03-26T14:49:50.077Z Compiling new_debug_unreachable v1.0.6
16882026-03-26T14:49:50.154Z Compiling difflib v0.4.0
16892026-03-26T14:49:50.366Z Compiling precomputed-hash v0.1.1
16902026-03-26T14:49:50.456Z Compiling static_assertions v1.1.0
16912026-03-26T14:49:50.536Z Compiling jiff v0.2.21
16922026-03-26T14:49:50.591Z Compiling whoami v2.1.0
16932026-03-26T14:49:50.611Z Compiling rustc-hash v2.1.1
16942026-03-26T14:49:50.694Z Compiling clap v4.5.60
16952026-03-26T14:49:50.716Z Compiling iddqd v0.3.17
16962026-03-26T14:49:50.733Z Compiling strum v0.26.3
16972026-03-26T14:49:50.770Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-26T14:49:50.788Z Compiling string_cache v0.8.9
16992026-03-26T14:49:50.865Z Compiling tokio-postgres v0.7.16
17002026-03-26T14:49:50.935Z Compiling predicates v3.1.4
17012026-03-26T14:49:51.029Z Compiling sha3 v0.10.8
17022026-03-26T14:49:51.077Z Compiling hickory-proto v0.25.2
17032026-03-26T14:49:51.493Z Compiling toml_edit v0.22.27
17042026-03-26T14:49:51.603Z Compiling indicatif v0.18.4
17052026-03-26T14:49:51.932Z Compiling petgraph v0.8.3
17062026-03-26T14:49:52.464Z Compiling petgraph v0.6.5
17072026-03-26T14:49:53.105Z Compiling env_logger v0.11.9
17082026-03-26T14:49:53.466Z Compiling zip v4.6.1
17092026-03-26T14:49:53.609Z Compiling usdt-impl v0.5.0
17102026-03-26T14:49:53.875Z Compiling usdt v0.6.0
17112026-03-26T14:49:53.939Z Compiling zone v0.3.1
17122026-03-26T14:49:54.139Z Compiling ecdsa v0.16.9
17132026-03-26T14:49:54.186Z Compiling serde_with v3.17.0
17142026-03-26T14:49:54.222Z Compiling similar v2.7.0
17152026-03-26T14:49:54.445Z Compiling rsa v0.9.10
17162026-03-26T14:49:54.522Z Compiling crossterm v0.28.1
17172026-03-26T14:49:54.619Z Compiling ed25519-dalek v2.2.0
17182026-03-26T14:49:54.766Z Compiling zip v0.6.6
17192026-03-26T14:49:55.338Z Compiling toml v0.7.8
17202026-03-26T14:49:55.920Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-26T14:49:55.976Z Compiling itertools v0.13.0
17222026-03-26T14:49:56.020Z Compiling tokio-stream v0.1.18
17232026-03-26T14:49:56.115Z Compiling buf-list v1.1.2
17242026-03-26T14:49:56.395Z Compiling x509-cert v0.2.5
17252026-03-26T14:49:56.485Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17262026-03-26T14:49:56.542Z Compiling openapiv3 v2.2.0
17272026-03-26T14:49:56.574Z Compiling sha1 v0.10.6
17282026-03-26T14:49:56.788Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-26T14:49:56.804Z Compiling lalrpop-util v0.19.12
17302026-03-26T14:49:56.995Z Compiling peg-runtime v0.8.5
17312026-03-26T14:49:57.075Z Compiling thread_local v1.1.9
17322026-03-26T14:49:57.237Z Compiling slog-async v2.8.0
17332026-03-26T14:49:57.280Z Compiling crossbeam-channel v0.5.15
17342026-03-26T14:49:57.334Z Compiling futures-executor v0.3.32
17352026-03-26T14:49:57.561Z Compiling filetime v0.2.27
17362026-03-26T14:49:57.600Z Compiling is-terminal v0.4.17
17372026-03-26T14:49:57.695Z Compiling term v1.2.1
17382026-03-26T14:49:57.730Z Compiling take_mut v0.2.2
17392026-03-26T14:49:57.752Z Compiling xattr v1.6.1
17402026-03-26T14:49:57.804Z Compiling futures v0.3.32
17412026-03-26T14:49:57.887Z Compiling tar v0.4.45
17422026-03-26T14:49:58.009Z Compiling slog-term v2.9.2
17432026-03-26T14:50:04.099Z Compiling rustls-webpki v0.103.9
17442026-03-26T14:50:06.923Z Compiling tokio-rustls v0.26.4
17452026-03-26T14:50:06.923Z Compiling rustls-platform-verifier v0.6.2
17462026-03-26T14:50:07.114Z Compiling hyper-rustls v0.27.7
17472026-03-26T14:50:07.317Z Compiling reqwest v0.12.28
17482026-03-26T14:50:07.317Z Compiling reqwest v0.13.2
17492026-03-26T14:50:09.372Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-26T14:50:09.600Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-26T14:50:12.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17522026-03-26T14:50:12.552Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-26T14:50:12.608ZMar 26 14:50:11.043 INFO Starting download, target: Clickhouse
17542026-03-26T14:50:12.609ZMar 26 14:50:11.044 INFO Starting download, target: Cockroach
17552026-03-26T14:50:12.614ZMar 26 14:50:11.044 INFO Starting download, target: Console
17562026-03-26T14:50:12.614ZMar 26 14:50:11.044 INFO Starting download, target: DendriteStub
17572026-03-26T14:50:12.614ZMar 26 14:50:11.044 INFO Starting download, target: MaghemiteMgd
17582026-03-26T14:50:12.614ZMar 26 14:50:11.044 INFO Starting download, target: TransceiverControl
17592026-03-26T14:50:12.614ZMar 26 14:50:11.044 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-03-26T14:50:12.614ZMar 26 14:50:11.044 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-03-26T14:50:12.614ZMar 26 14:50:11.044 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-03-26T14:50:12.615ZMar 26 14:50:11.044 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-03-26T14:50:12.615ZMar 26 14:50:11.044 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17642026-03-26T14:50:12.615ZMar 26 14:50:11.044 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-03-26T14:50:13.363ZMar 26 14:50:11.781 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-03-26T14:50:13.588ZMar 26 14:50:12.015 INFO Download complete, target: TransceiverControl
17672026-03-26T14:50:14.395ZMar 26 14:50:12.818 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17682026-03-26T14:50:14.727ZMar 26 14:50:13.152 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-03-26T14:50:14.923ZMar 26 14:50:13.350 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-03-26T14:50:14.978ZMar 26 14:50:13.413 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-03-26T14:50:15.151ZMar 26 14:50:13.575 INFO Download complete, target: Console
17722026-03-26T14:50:16.507ZMar 26 14:50:14.941 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-03-26T14:50:16.508ZMar 26 14:50:14.941 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-03-26T14:50:16.967ZMar 26 14:50:15.402 INFO Download complete, target: DendriteStub
17752026-03-26T14:50:17.242ZMar 26 14:50:15.673 INFO Download complete, target: MaghemiteMgd
17762026-03-26T14:50:21.061ZMar 26 14:50:19.484 INFO Checking that binary works, target: Cockroach
17772026-03-26T14:50:21.145ZMar 26 14:50:19.580 INFO Download complete, target: Cockroach
17782026-03-26T14:50:21.149ZMar 26 14:50:19.585 INFO Checking that binary works, target: Clickhouse
17792026-03-26T14:50:21.264ZMar 26 14:50:19.695 INFO Download complete, target: Clickhouse
17802026-03-26T14:50:21.274ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-26T14:50:21.279Z
17822026-03-26T14:50:21.279Zreal 3:00.496811461
17832026-03-26T14:50:21.279Zuser 7:19.772974907
17842026-03-26T14:50:21.279Zsys 1:26.194061956
17852026-03-26T14:50:21.279Ztrap 0.228663334
17862026-03-26T14:50:21.279Ztflt 0.652936683
17872026-03-26T14:50:21.279Zdflt 0.475973777
17882026-03-26T14:50:21.279Zkflt 0.021554434
17892026-03-26T14:50:21.279Zlock 21:21.094458071
17902026-03-26T14:50:21.279Zslp 21:56.690856579
17912026-03-26T14:50:21.279Zlat 46.127606722
17922026-03-26T14:50:21.279Zstop 2:06.333896723
17932026-03-26T14:50:21.279Z+ banner clippy
17942026-03-26T14:50:21.279Z
17952026-03-26T14:50:21.279Z #### # # ##### ##### # #
17962026-03-26T14:50:21.279Z # # # # # # # # # #
17972026-03-26T14:50:21.279Z # # # # # # # #
17982026-03-26T14:50:21.279Z # # # ##### ##### #
17992026-03-26T14:50:21.279Z # # # # # # #
18002026-03-26T14:50:21.279Z #### ###### # # # #
18012026-03-26T14:50:21.279Z
18022026-03-26T14:50:21.279Z+ export CARGO_INCREMENTAL=0
18032026-03-26T14:50:21.279Z+ CARGO_INCREMENTAL=0
18042026-03-26T14:50:21.280Z+ ptime -m cargo xtask clippy
18052026-03-26T14:50:21.805Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-26T14:50:22.032Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-26T14:50:23.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
18082026-03-26T14:50:24.005Z Running `target/debug/xtask clippy`
18092026-03-26T14:50:24.035Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18102026-03-26T14:50:24.645Z Downloading crates ...
18112026-03-26T14:50:24.860Z Downloaded addr2line v0.25.1
18122026-03-26T14:50:24.878Z Downloaded target-spec v3.5.7
18132026-03-26T14:50:24.878Z Downloaded cfg-expr v0.20.6
18142026-03-26T14:50:24.878Z Downloaded guppy-workspace-hack v0.1.0
18152026-03-26T14:50:24.878Z Downloaded datatest-stable v0.3.3
18162026-03-26T14:50:24.879Z Downloaded cargo-platform v0.3.2
18172026-03-26T14:50:24.879Z Downloaded supports-hyperlinks v2.1.0
18182026-03-26T14:50:24.879Z Downloaded path-tree v0.8.3
18192026-03-26T14:50:24.879Z Downloaded cargo_metadata v0.23.1
18202026-03-26T14:50:24.882Z Downloaded event-listener v5.4.1
18212026-03-26T14:50:24.882Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18222026-03-26T14:50:24.882Z Downloaded futures-timer v3.0.3
18232026-03-26T14:50:24.882Z Downloaded assert_cmd v2.1.2
18242026-03-26T14:50:24.887Z Downloaded blake2b_simd v1.0.4
18252026-03-26T14:50:24.890Z Downloaded toml v1.0.3+spec-1.1.0
18262026-03-26T14:50:24.894Z Downloaded plotters-backend v0.3.7
18272026-03-26T14:50:24.894Z Downloaded terminal_size v0.1.17
18282026-03-26T14:50:24.898Z Downloaded cast v0.3.0
18292026-03-26T14:50:24.903Z Downloaded approx v0.5.1
18302026-03-26T14:50:24.912Z Downloaded similar-asserts v1.7.0
18312026-03-26T14:50:24.924Z Downloaded backtrace-ext v0.2.1
18322026-03-26T14:50:24.924Z Downloaded assert-json-diff v2.0.2
18332026-03-26T14:50:24.924Z Downloaded linkme-impl v0.3.35
18342026-03-26T14:50:24.924Z Downloaded termcolor v1.4.1
18352026-03-26T14:50:24.924Z Downloaded event-listener-strategy v0.5.4
18362026-03-26T14:50:24.924Z Downloaded libtest-mimic v0.8.1
18372026-03-26T14:50:24.924Z Downloaded tinytemplate v1.2.1
18382026-03-26T14:50:24.944Z Downloaded supports-unicode v2.1.0
18392026-03-26T14:50:24.944Z Downloaded miette-derive v5.10.0
18402026-03-26T14:50:24.944Z Downloaded parking v2.2.1
18412026-03-26T14:50:24.944Z Downloaded target-lexicon v0.13.3
18422026-03-26T14:50:24.944Z Downloaded linkme v0.3.35
18432026-03-26T14:50:24.944Z Downloaded httptest v0.16.4
18442026-03-26T14:50:24.944Z Downloaded async-lock v3.4.2
18452026-03-26T14:50:24.944Z Downloaded plotters-svg v0.3.7
18462026-03-26T14:50:24.944Z Downloaded escape8259 v0.5.3
18472026-03-26T14:50:24.957Z Downloaded constant_time_eq v0.3.1
18482026-03-26T14:50:24.957Z Downloaded supports-color v2.1.0
18492026-03-26T14:50:24.957Z Downloaded partial-io v0.5.4
18502026-03-26T14:50:24.957Z Downloaded owo-colors v3.5.0
18512026-03-26T14:50:24.957Z Downloaded nested v0.1.1
18522026-03-26T14:50:24.972Z Downloaded serde_regex v1.1.0
18532026-03-26T14:50:24.972Z Downloaded target-triple v1.0.0
18542026-03-26T14:50:24.972Z Downloaded pathdiff v0.2.3
18552026-03-26T14:50:24.972Z Downloaded async-object-pool v0.2.0
18562026-03-26T14:50:24.972Z Downloaded knuffel-derive v3.2.0
18572026-03-26T14:50:24.972Z Downloaded anes v0.1.6
18582026-03-26T14:50:24.981Z Downloaded criterion-plot v0.6.0
18592026-03-26T14:50:24.981Z Downloaded knuffel v3.2.0
18602026-03-26T14:50:24.981Z Downloaded rustc-demangle v0.1.27
18612026-03-26T14:50:24.981Z Downloaded concurrent-queue v2.5.0
18622026-03-26T14:50:24.991Z Downloaded stringmetrics v2.2.2
18632026-03-26T14:50:24.991Z Downloaded oorandom v11.1.5
18642026-03-26T14:50:24.991Z Downloaded relative-path v1.9.3
18652026-03-26T14:50:25.010Z Downloaded rust-argon2 v2.1.0
18662026-03-26T14:50:25.010Z Downloaded backtrace v0.3.76
18672026-03-26T14:50:25.010Z Downloaded trybuild v1.0.116
18682026-03-26T14:50:25.021Z Downloaded textwrap v0.15.2
18692026-03-26T14:50:25.021Z Downloaded miette v5.10.0
18702026-03-26T14:50:25.035Z Downloaded rand_distr v0.5.1
18712026-03-26T14:50:25.046Z Downloaded chumsky v0.9.3
18722026-03-26T14:50:25.046Z Downloaded rstest_macros v0.25.0
18732026-03-26T14:50:25.046Z Downloaded rstest v0.25.0
18742026-03-26T14:50:25.060Z Downloaded plotters v0.3.7
18752026-03-26T14:50:25.060Z Downloaded hashbrown v0.14.5
18762026-03-26T14:50:25.060Z Downloaded fancy-regex v0.14.0
18772026-03-26T14:50:25.068Z Downloaded criterion v0.7.0
18782026-03-26T14:50:25.068Z Downloaded guppy v0.17.25
18792026-03-26T14:50:25.103Z Downloaded gimli v0.32.3
18802026-03-26T14:50:25.194Z Downloaded httpmock v0.8.3
18812026-03-26T14:50:26.788Z Checking cfg-if v1.0.4
18822026-03-26T14:50:30.008Z Checking libc v0.2.180
18832026-03-26T14:50:30.022Z Checking serde_core v1.0.228
18842026-03-26T14:50:30.023Z Checking memchr v2.8.0
18852026-03-26T14:50:30.023Z Checking smallvec v1.15.1
18862026-03-26T14:50:30.023Z Checking itoa v1.0.17
18872026-03-26T14:50:30.023Z Checking log v0.4.29
18882026-03-26T14:50:30.023Z Checking zeroize v1.8.2
18892026-03-26T14:50:30.023Z Checking libm v0.2.16
18902026-03-26T14:50:30.023Z Checking scopeguard v1.2.0
18912026-03-26T14:50:30.023Z Checking stable_deref_trait v1.2.1
18922026-03-26T14:50:30.023Z Checking zmij v1.0.21
18932026-03-26T14:50:30.023Z Checking errno v0.3.14
18942026-03-26T14:50:30.023Z Checking getrandom v0.2.17
18952026-03-26T14:50:30.023Z Checking lock_api v0.4.14
18962026-03-26T14:50:30.023Z Checking zerofrom v0.1.6
18972026-03-26T14:50:30.023Z Checking percent-encoding v2.3.2
18982026-03-26T14:50:30.023Z Checking litemap v0.8.1
18992026-03-26T14:50:30.023Z Checking writeable v0.6.2
19002026-03-26T14:50:30.023Z Checking yoke v0.8.1
19012026-03-26T14:50:30.023Z Checking icu_normalizer_data v2.1.1
19022026-03-26T14:50:30.023Z Checking icu_properties_data v2.1.2
19032026-03-26T14:50:30.023Z Checking form_urlencoded v1.2.2
19042026-03-26T14:50:30.023Z Checking utf8_iter v1.0.4
19052026-03-26T14:50:30.023Z Checking subtle v2.6.1
19062026-03-26T14:50:30.023Z Checking zerovec v0.11.5
19072026-03-26T14:50:30.023Z Checking zerotrie v0.2.3
19082026-03-26T14:50:30.023Z Checking rand_core v0.10.0
19092026-03-26T14:50:30.023Z Checking rand_core v0.6.4
19102026-03-26T14:50:30.023Z Checking portable-atomic v1.13.1
19112026-03-26T14:50:30.023Z Checking num-traits v0.2.19
19122026-03-26T14:50:30.024Z Checking pin-project-lite v0.2.17
19132026-03-26T14:50:30.024Z Checking getrandom v0.4.1
19142026-03-26T14:50:30.041Z Checking zerocopy v0.8.40
19152026-03-26T14:50:30.041Z Checking critical-section v1.2.0
19162026-03-26T14:50:30.041Z Checking parking_lot_core v0.9.12
19172026-03-26T14:50:30.041Z Checking signal-hook-registry v1.4.8
19182026-03-26T14:50:30.041Z Checking tinystr v0.8.2
19192026-03-26T14:50:30.042Z Checking potential_utf v0.1.4
19202026-03-26T14:50:30.042Z Checking once_cell v1.21.3
19212026-03-26T14:50:30.042Z Checking parking_lot v0.12.5
19222026-03-26T14:50:30.042Z Checking serde v1.0.228
19232026-03-26T14:50:30.042Z Checking serde_json v1.0.149
19242026-03-26T14:50:30.042Z Checking bitflags v2.11.0
19252026-03-26T14:50:30.042Z Checking icu_locale_core v2.1.1
19262026-03-26T14:50:30.042Z Checking icu_collections v2.1.1
19272026-03-26T14:50:30.042Z Checking mio v1.1.1
19282026-03-26T14:50:30.042Z Checking typenum v1.19.0
19292026-03-26T14:50:30.042Z Checking iana-time-zone v0.1.65
19302026-03-26T14:50:30.042Z Checking socket2 v0.6.2
19312026-03-26T14:50:30.042Z Checking bytes v1.11.1
19322026-03-26T14:50:30.042Z Checking chrono v0.4.44
19332026-03-26T14:50:30.042Z Checking semver v1.0.27
19342026-03-26T14:50:30.042Z Checking uuid v1.21.0
19352026-03-26T14:50:30.042Z Checking icu_provider v2.1.1
19362026-03-26T14:50:30.042Z Checking thiserror v2.0.18
19372026-03-26T14:50:30.042Z Checking generic-array v0.14.7
19382026-03-26T14:50:30.042Z Checking allocator-api2 v0.2.21
19392026-03-26T14:50:30.042Z Checking tokio v1.49.0
19402026-03-26T14:50:30.042Z Checking futures-core v0.3.32
19412026-03-26T14:50:30.042Z Checking icu_normalizer v2.1.1
19422026-03-26T14:50:30.042Z Checking icu_properties v2.1.2
19432026-03-26T14:50:30.042Z Checking dyn-clone v1.0.20
19442026-03-26T14:50:30.042Z Checking equivalent v1.0.2
19452026-03-26T14:50:30.042Z Checking const-oid v0.9.6
19462026-03-26T14:50:30.042Z Checking crypto-common v0.1.7
19472026-03-26T14:50:30.049Z Checking foldhash v0.2.0
19482026-03-26T14:50:30.049Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19492026-03-26T14:50:30.105Z Checking block-buffer v0.10.4
19502026-03-26T14:50:30.142Z Checking futures-sink v0.3.32
19512026-03-26T14:50:30.220Z Checking hashbrown v0.16.1
19522026-03-26T14:50:30.269Z Checking byteorder v1.5.0
19532026-03-26T14:50:30.272Z Checking futures-channel v0.3.32
19542026-03-26T14:50:30.392Z Checking rustix v1.1.3
19552026-03-26T14:50:30.498Z Checking futures-io v0.3.32
19562026-03-26T14:50:30.535Z Checking futures-task v0.3.32
19572026-03-26T14:50:30.570Z Checking idna_adapter v1.2.1
19582026-03-26T14:50:30.634Z Checking digest v0.10.7
19592026-03-26T14:50:30.672Z Checking slab v0.4.12
19602026-03-26T14:50:30.707Z Checking cpufeatures v0.2.17
19612026-03-26T14:50:30.743Z Checking indexmap v2.13.0
19622026-03-26T14:50:30.746Z Checking idna v1.1.0
19632026-03-26T14:50:30.812Z Checking thiserror v1.0.69
19642026-03-26T14:50:30.853Z Checking futures-util v0.3.32
19652026-03-26T14:50:30.856Z Checking getrandom v0.3.4
19662026-03-26T14:50:30.937Z Checking fnv v1.0.7
19672026-03-26T14:50:31.014Z Checking url v2.5.8
19682026-03-26T14:50:31.058Z Checking regex-syntax v0.8.10
19692026-03-26T14:50:31.062Z Checking base64 v0.22.1
19702026-03-26T14:50:31.129Z Checking ppv-lite86 v0.2.21
19712026-03-26T14:50:31.258Z Checking http v1.4.0
19722026-03-26T14:50:31.352Z Checking tracing-core v0.1.36
19732026-03-26T14:50:31.389Z Checking unicode-ident v1.0.24
19742026-03-26T14:50:31.452Z Checking ipnet v2.11.0
19752026-03-26T14:50:31.490Z Checking schemars v0.8.22
19762026-03-26T14:50:31.528Z Checking proc-macro2 v1.0.106
19772026-03-26T14:50:31.687Z Checking tracing v0.1.44
19782026-03-26T14:50:31.732Z Checking untrusted v0.9.0
19792026-03-26T14:50:31.857Z Checking anstyle v1.0.13
19802026-03-26T14:50:31.860Z Checking utf8parse v0.2.2
19812026-03-26T14:50:31.929Z Checking quote v1.0.44
19822026-03-26T14:50:31.929Z Checking ring v0.17.14
19832026-03-26T14:50:32.020Z Checking aho-corasick v1.1.4
19842026-03-26T14:50:32.066Z Checking anstyle-parse v0.2.7
19852026-03-26T14:50:32.123Z Checking syn v2.0.117
19862026-03-26T14:50:32.162Z Checking anstyle-query v1.1.5
19872026-03-26T14:50:32.243Z Checking is_terminal_polyfill v1.70.2
19882026-03-26T14:50:32.287Z Checking colorchoice v1.0.4
19892026-03-26T14:50:32.359Z Checking base64ct v1.8.3
19902026-03-26T14:50:32.398Z Checking block-padding v0.3.3
19912026-03-26T14:50:32.435Z Checking anstream v0.6.21
19922026-03-26T14:50:32.561Z Checking rustls-pki-types v1.14.0
19932026-03-26T14:50:32.640Z Checking httparse v1.10.1
19942026-03-26T14:50:32.678Z Checking inout v0.1.4
19952026-03-26T14:50:32.722Z Checking regex-automata v0.4.14
19962026-03-26T14:50:32.782Z Checking terminal_size v0.4.3
19972026-03-26T14:50:32.821Z Checking tokio-util v0.7.18
19982026-03-26T14:50:32.858Z Checking crossbeam-utils v0.8.21
19992026-03-26T14:50:32.896Z Checking cipher v0.4.4
20002026-03-26T14:50:32.900Z Checking clap_lex v1.0.0
20012026-03-26T14:50:32.966Z Checking strsim v0.11.1
20022026-03-26T14:50:33.005Z Checking http-body v1.0.1
20032026-03-26T14:50:33.109Z Checking rand_core v0.9.5
20042026-03-26T14:50:33.145Z Checking sha2 v0.10.9
20052026-03-26T14:50:33.182Z Checking clap_builder v4.5.60
20062026-03-26T14:50:33.188Z Checking atomic-waker v1.1.2
20072026-03-26T14:50:33.255Z Checking pem-rfc7468 v0.7.0
20082026-03-26T14:50:33.307Z Checking httpdate v1.0.3
20092026-03-26T14:50:33.344Z Checking try-lock v0.2.5
20102026-03-26T14:50:33.437Z Checking hmac v0.12.1
20112026-03-26T14:50:33.476Z Checking want v0.3.1
20122026-03-26T14:50:33.479Z Checking h2 v0.4.13
20132026-03-26T14:50:33.508Z Checking ryu v1.0.23
20142026-03-26T14:50:33.512Z Checking tower-layer v0.3.3
20152026-03-26T14:50:33.613Z Checking pin-utils v0.1.0
20162026-03-26T14:50:33.648Z Checking tower-service v0.3.3
20172026-03-26T14:50:33.684Z Checking rand_chacha v0.9.0
20182026-03-26T14:50:33.719Z Checking erased-serde v0.3.31
20192026-03-26T14:50:33.755Z Checking flagset v0.4.7
20202026-03-26T14:50:33.791Z Checking powerfmt v0.2.0
20212026-03-26T14:50:33.903Z Checking der v0.7.10
20222026-03-26T14:50:33.941Z Checking rand v0.9.2
20232026-03-26T14:50:33.975Z Checking deranged v0.5.8
20242026-03-26T14:50:34.119Z Checking slog v2.8.2
20252026-03-26T14:50:34.412Z Checking spin v0.9.8
20262026-03-26T14:50:34.453Z Checking anyhow v1.0.102
20272026-03-26T14:50:34.456Z Checking clap v4.5.60
20282026-03-26T14:50:34.456Z Checking num-conv v0.2.0
20292026-03-26T14:50:34.557Z Checking num_threads v0.1.7
20302026-03-26T14:50:34.620Z Checking time-core v0.1.8
20312026-03-26T14:50:34.658Z Checking http-body-util v0.1.3
20322026-03-26T14:50:34.661Z Checking aws-lc-sys v0.37.1
20332026-03-26T14:50:34.691Z Checking untrusted v0.7.1
20342026-03-26T14:50:34.726Z Checking openssl-probe v0.2.1
20352026-03-26T14:50:34.795Z Checking regex v1.12.3
20362026-03-26T14:50:34.798Z Checking serde_urlencoded v0.7.1
20372026-03-26T14:50:34.868Z Checking rand_chacha v0.3.1
20382026-03-26T14:50:34.904Z Checking fastrand v2.3.0
20392026-03-26T14:50:34.907Z Checking spki v0.7.3
20402026-03-26T14:50:34.974Z Checking time v0.3.47
20412026-03-26T14:50:35.057Z Checking pbkdf2 v0.12.2
20422026-03-26T14:50:35.096Z Checking aes v0.8.4
20432026-03-26T14:50:35.133Z Checking rand v0.8.5
20442026-03-26T14:50:35.137Z Checking pretty-hex v0.4.1
20452026-03-26T14:50:35.137Z Checking unicode-width v0.2.0
20462026-03-26T14:50:35.236Z Checking cbc v0.1.2
20472026-03-26T14:50:35.239Z Checking aws-lc-rs v1.16.0
20482026-03-26T14:50:35.311Z Checking salsa20 v0.10.2
20492026-03-26T14:50:35.392Z Checking ipnetwork v0.21.1
20502026-03-26T14:50:35.471Z Checking hex v0.4.3
20512026-03-26T14:50:35.474Z Checking scrypt v0.11.0
20522026-03-26T14:50:35.542Z Checking tempfile v3.25.0
20532026-03-26T14:50:35.636Z Checking rustls-native-certs v0.8.3
20542026-03-26T14:50:35.672Z Checking sync_wrapper v1.0.2
20552026-03-26T14:50:35.707Z Checking plain v0.2.3
20562026-03-26T14:50:35.721Z Checking pkcs5 v0.7.1
20572026-03-26T14:50:35.839Z Checking webpki-roots v1.0.6
20582026-03-26T14:50:35.842Z Checking tower v0.5.3
20592026-03-26T14:50:35.842Z Checking camino v1.2.2
20602026-03-26T14:50:35.943Z Checking ucd-trie v0.1.7
20612026-03-26T14:50:35.992Z Checking iri-string v0.7.10
20622026-03-26T14:50:36.081Z Checking pkcs8 v0.10.2
20632026-03-26T14:50:36.118Z Checking pest v2.8.6
20642026-03-26T14:50:36.121Z Checking rustls-webpki v0.103.9
20652026-03-26T14:50:36.122Z Checking openapiv3 v2.2.0
20662026-03-26T14:50:36.220Z Checking mime v0.3.17
20672026-03-26T14:50:36.223Z Checking hyper v1.8.1
20682026-03-26T14:50:36.289Z Checking either v1.15.0
20692026-03-26T14:50:36.327Z Checking winnow v0.7.14
20702026-03-26T14:50:36.420Z Checking oxnet v0.1.4
20712026-03-26T14:50:36.498Z Checking lazy_static v1.5.0
20722026-03-26T14:50:36.596Z Checking rustls v0.23.37
20732026-03-26T14:50:36.635Z Checking static_assertions v1.1.0
20742026-03-26T14:50:36.688Z Checking signature v2.2.0
20752026-03-26T14:50:36.733Z Checking encoding_rs v0.8.35
20762026-03-26T14:50:36.848Z Checking foreign-types-shared v0.1.1
20772026-03-26T14:50:36.963Z Checking simd-adler32 v0.3.8
20782026-03-26T14:50:37.046Z Checking tower-http v0.6.8
20792026-03-26T14:50:37.166Z Checking foreign-types v0.3.2
20802026-03-26T14:50:37.204Z Checking hubpack v0.1.2
20812026-03-26T14:50:37.207Z Checking hyper-util v0.1.20
20822026-03-26T14:50:37.284Z Checking openssl-sys v0.9.111
20832026-03-26T14:50:37.346Z Checking adler2 v2.0.1
20842026-03-26T14:50:37.401Z Checking sha1 v0.10.6
20852026-03-26T14:50:37.485Z Checking miniz_oxide v0.8.9
20862026-03-26T14:50:37.526Z Checking strum v0.26.3
20872026-03-26T14:50:37.581Z Checking data-encoding v2.10.0
20882026-03-26T14:50:37.618Z Checking tinyvec_macros v0.1.1
20892026-03-26T14:50:37.686Z Checking toml_datetime v0.6.11
20902026-03-26T14:50:37.723Z Checking tinyvec v1.10.0
20912026-03-26T14:50:37.726Z Checking serde_spanned v0.6.9
20922026-03-26T14:50:37.806Z Checking openssl v0.10.75
20932026-03-26T14:50:37.881Z Checking num-integer v0.1.46
20942026-03-26T14:50:37.918Z Checking scroll v0.13.0
20952026-03-26T14:50:37.921Z Checking memmap2 v0.9.10
20962026-03-26T14:50:37.921Z Checking base16ct v0.2.0
20972026-03-26T14:50:38.067Z Checking bit-vec v0.8.0
20982026-03-26T14:50:38.133Z Checking dtrace-parser v0.3.0
20992026-03-26T14:50:38.136Z Checking sec1 v0.7.3
21002026-03-26T14:50:38.204Z Checking goblin v0.10.5
21012026-03-26T14:50:38.208Z Checking crossbeam-epoch v0.9.18
21022026-03-26T14:50:38.286Z Checking bit-set v0.8.0
21032026-03-26T14:50:38.392Z Checking crc32fast v1.5.0
21042026-03-26T14:50:38.431Z Checking ff v0.13.1
21052026-03-26T14:50:38.466Z Checking thread-id v5.1.0
21062026-03-26T14:50:38.502Z Checking wait-timeout v0.2.1
21072026-03-26T14:50:38.539Z Checking num-iter v0.1.45
21082026-03-26T14:50:38.576Z Checking bstr v1.12.1
21092026-03-26T14:50:38.579Z Checking hkdf v0.12.4
21102026-03-26T14:50:38.650Z Checking group v0.13.0
21112026-03-26T14:50:38.653Z Checking ahash v0.8.12
21122026-03-26T14:50:38.728Z Checking crypto-bigint v0.5.5
21132026-03-26T14:50:38.772Z Checking quick-error v1.2.3
21142026-03-26T14:50:38.826Z Checking psl-types v2.0.11
21152026-03-26T14:50:38.901Z Checking rusty-fork v0.3.1
21162026-03-26T14:50:38.904Z Checking cookie v0.18.1
21172026-03-26T14:50:38.971Z Checking publicsuffix v2.3.0
21182026-03-26T14:50:39.008Z Checking tokio-rustls v0.26.4
21192026-03-26T14:50:39.011Z Checking rand_xorshift v0.4.0
21202026-03-26T14:50:39.098Z Checking scroll v0.12.0
21212026-03-26T14:50:39.154Z Checking unarray v0.1.4
21222026-03-26T14:50:39.192Z Checking rustls-platform-verifier v0.6.2
21232026-03-26T14:50:39.195Z Checking cookie_store v0.22.1
21242026-03-26T14:50:39.262Z Checking hyper-rustls v0.27.7
21252026-03-26T14:50:39.298Z Checking proptest v1.10.0
21262026-03-26T14:50:39.348Z Checking goblin v0.8.2
21272026-03-26T14:50:39.386Z Checking num-bigint-dig v0.8.6
21282026-03-26T14:50:39.492Z Checking pkcs1 v0.7.5
21292026-03-26T14:50:39.578Z Checking x509-cert v0.2.5
21302026-03-26T14:50:39.630Z Checking elliptic-curve v0.13.8
21312026-03-26T14:50:39.731Z Checking zerocopy v0.7.35
21322026-03-26T14:50:39.794Z Checking native-tls v0.2.18
21332026-03-26T14:50:39.969Z Checking unicode-segmentation v1.12.0
21342026-03-26T14:50:40.007Z Checking tokio-native-tls v0.3.1
21352026-03-26T14:50:40.193Z Checking hyper-tls v0.6.0
21362026-03-26T14:50:40.234Z Checking zlib-rs v0.6.2
21372026-03-26T14:50:40.271Z Checking rsa v0.9.10
21382026-03-26T14:50:40.274Z Checking reqwest v0.13.2
21392026-03-26T14:50:40.341Z Checking crossbeam-deque v0.8.6
21402026-03-26T14:50:40.394Z Checking reqwest v0.12.28
21412026-03-26T14:50:40.510Z Checking dof v0.4.0
21422026-03-26T14:50:40.547Z Checking dtrace-parser v0.2.0
21432026-03-26T14:50:40.766Z Checking rfc6979 v0.4.0
21442026-03-26T14:50:40.804Z Checking thread-id v4.2.2
21452026-03-26T14:50:40.911Z Checking toml_write v0.1.2
21462026-03-26T14:50:40.914Z Checking ecdsa v0.16.9
21472026-03-26T14:50:41.057Z Checking newtype-uuid v1.3.2
21482026-03-26T14:50:41.111Z Checking toml_edit v0.22.27
21492026-03-26T14:50:41.150Z Checking flate2 v1.1.9
21502026-03-26T14:50:41.153Z Checking toml_parser v1.0.9+spec-1.1.0
21512026-03-26T14:50:41.219Z Checking usdt-impl v0.6.0
21522026-03-26T14:50:41.257Z Checking dof v0.3.0
21532026-03-26T14:50:41.261Z Checking curve25519-dalek v4.1.3
21542026-03-26T14:50:41.328Z Checking memoffset v0.9.1
21552026-03-26T14:50:41.333Z Checking rustix v0.38.44
21562026-03-26T14:50:41.441Z Checking env_filter v1.0.0
21572026-03-26T14:50:41.478Z Checking keccak v0.1.6
21582026-03-26T14:50:41.520Z Checking usdt v0.6.0
21592026-03-26T14:50:41.557Z Checking daft v0.1.5
21602026-03-26T14:50:41.594Z Checking usdt-impl v0.5.0
21612026-03-26T14:50:41.630Z Checking env_logger v0.11.9
21622026-03-26T14:50:41.670Z Checking sha3 v0.10.8
21632026-03-26T14:50:41.710Z Checking ed25519 v2.2.3
21642026-03-26T14:50:41.821Z Checking itertools v0.13.0
21652026-03-26T14:50:41.861Z Checking serde_with v3.17.0
21662026-03-26T14:50:41.897Z Checking bitflags v1.3.2
21672026-03-26T14:50:41.935Z Checking siphasher v1.0.2
21682026-03-26T14:50:41.938Z Checking unicode-normalization v0.1.25
21692026-03-26T14:50:42.003Z Checking signal-hook v0.3.18
21702026-03-26T14:50:42.074Z Checking ed25519-dalek v2.2.0
21712026-03-26T14:50:42.118Z Checking toml_datetime v0.7.5+spec-1.1.0
21722026-03-26T14:50:42.169Z Checking winnow v0.5.40
21732026-03-26T14:50:42.209Z Checking managed v0.8.0
21742026-03-26T14:50:42.242Z Checking nix v0.31.1
21752026-03-26T14:50:42.332Z Checking rayon-core v1.13.0
21762026-03-26T14:50:42.370Z Checking bzip2-sys v0.1.13+1.0.8
21772026-03-26T14:50:42.407Z Checking object v0.37.3
21782026-03-26T14:50:42.444Z Checking foldhash v0.1.5
21792026-03-26T14:50:42.484Z Checking bzip2 v0.4.4
21802026-03-26T14:50:42.620Z Checking hashbrown v0.15.5
21812026-03-26T14:50:42.692Z Checking signal-hook-mio v0.2.5
21822026-03-26T14:50:42.695Z Checking ref-cast v1.0.25
21832026-03-26T14:50:42.827Z Checking zstd-sys v2.0.16+zstd.1.5.7
21842026-03-26T14:50:42.865Z Checking zip v0.6.6
21852026-03-26T14:50:42.902Z Checking bumpalo v3.20.2
21862026-03-26T14:50:42.971Z Checking zstd-safe v7.2.4
21872026-03-26T14:50:43.112Z Checking libbz2-rs-sys v0.2.2
21882026-03-26T14:50:43.149Z Checking zopfli v0.8.3
21892026-03-26T14:50:43.184Z Checking zstd v0.13.3
21902026-03-26T14:50:43.221Z Checking crossterm v0.28.1
21912026-03-26T14:50:43.288Z Checking rayon v1.11.0
21922026-03-26T14:50:43.328Z Checking similar v2.7.0
21932026-03-26T14:50:43.364Z Checking toml_edit v0.19.15
21942026-03-26T14:50:43.400Z Checking fs-err v3.3.0
21952026-03-26T14:50:43.507Z Checking hash32 v0.2.1
21962026-03-26T14:50:43.544Z Checking bzip2 v0.6.1
21972026-03-26T14:50:43.693Z Checking serde-big-array v0.5.1
21982026-03-26T14:50:43.731Z Checking jiff v0.2.21
21992026-03-26T14:50:43.734Z Checking unicode-bidi v0.3.18
22002026-03-26T14:50:43.801Z Checking unicode-properties v0.1.4
22012026-03-26T14:50:43.856Z Checking predicates-core v1.0.10
22022026-03-26T14:50:43.950Z Checking heapless v0.7.17
22032026-03-26T14:50:44.010Z Checking hickory-proto v0.25.2
22042026-03-26T14:50:44.013Z Checking tokio-stream v0.1.18
22052026-03-26T14:50:44.079Z Checking stringprep v0.1.5
22062026-03-26T14:50:44.259Z Checking md-5 v0.10.6
22072026-03-26T14:50:44.388Z Checking float-cmp v0.10.0
22082026-03-26T14:50:44.425Z Checking toml v0.7.8
22092026-03-26T14:50:44.429Z Checking rustc-hash v2.1.1
22102026-03-26T14:50:44.495Z Checking fallible-iterator v0.2.0
22112026-03-26T14:50:44.544Z Checking difflib v0.4.0
22122026-03-26T14:50:44.582Z Checking normalize-line-endings v0.3.0
22132026-03-26T14:50:44.702Z Checking iddqd v0.3.17
22142026-03-26T14:50:44.742Z Checking smoltcp v0.9.1
22152026-03-26T14:50:44.745Z Checking phf_shared v0.11.3
22162026-03-26T14:50:44.812Z Checking postgres-protocol v0.6.10
22172026-03-26T14:50:44.816Z Checking predicates v3.1.4
22182026-03-26T14:50:44.816Z Checking phf_shared v0.13.1
22192026-03-26T14:50:44.947Z Checking itertools v0.12.1
22202026-03-26T14:50:45.101Z Checking console v0.16.2
22212026-03-26T14:50:45.156Z Checking buf-list v1.1.2
22222026-03-26T14:50:45.194Z Checking strum v0.27.2
22232026-03-26T14:50:45.336Z Checking precomputed-hash v0.1.1
22242026-03-26T14:50:45.376Z Checking unit-prefix v0.5.2
22252026-03-26T14:50:45.380Z Checking fixedbitset v0.5.7
22262026-03-26T14:50:45.447Z Checking fixedbitset v0.4.2
22272026-03-26T14:50:45.451Z Checking lalrpop-util v0.19.12
22282026-03-26T14:50:45.532Z Checking new_debug_unreachable v1.0.6
22292026-03-26T14:50:45.569Z Checking indicatif v0.18.4
22302026-03-26T14:50:45.629Z Checking string_cache v0.8.9
22312026-03-26T14:50:45.633Z Checking petgraph v0.8.3
22322026-03-26T14:50:45.633Z Checking petgraph v0.6.5
22332026-03-26T14:50:45.731Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22342026-03-26T14:50:45.827Z Checking postgres-types v0.2.12
22352026-03-26T14:50:45.952Z Checking zone v0.3.1
22362026-03-26T14:50:45.990Z Checking phf v0.13.1
22372026-03-26T14:50:46.045Z Checking zip v4.6.1
22382026-03-26T14:50:46.167Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22392026-03-26T14:50:46.171Z Checking whoami v2.1.0
22402026-03-26T14:50:46.327Z Checking peg-runtime v0.8.5
22412026-03-26T14:50:46.423Z Checking tokio-postgres v0.7.16
22422026-03-26T14:50:46.503Z Checking futures-executor v0.3.32
22432026-03-26T14:50:46.577Z Checking is-terminal v0.4.17
22442026-03-26T14:50:46.660Z Checking crossbeam-channel v0.5.15
22452026-03-26T14:50:46.697Z Checking futures v0.3.32
22462026-03-26T14:50:46.701Z Compiling structmeta-derive v0.3.0
22472026-03-26T14:50:46.787Z Checking thread_local v1.1.9
22482026-03-26T14:50:46.824Z Checking term v1.2.1
22492026-03-26T14:50:46.943Z Checking take_mut v0.2.2
22502026-03-26T14:50:46.985Z Compiling newtype-uuid-macros v0.1.0
22512026-03-26T14:50:47.022Z Checking regress v0.10.5
22522026-03-26T14:50:47.074Z Checking slog-term v2.9.2
22532026-03-26T14:50:47.079Z Checking slog-async v2.8.0
22542026-03-26T14:50:47.274Z Compiling rustls v0.22.4
22552026-03-26T14:50:47.313Z Compiling multer v3.1.0
22562026-03-26T14:50:47.397Z Compiling async-stream-impl v0.3.6
22572026-03-26T14:50:47.530Z Compiling dropshot v0.16.7
22582026-03-26T14:50:47.649Z Compiling dropshot_endpoint v0.16.7
22592026-03-26T14:50:47.687Z Checking match_cfg v0.1.0
22602026-03-26T14:50:47.801Z Checking slog-json v2.6.1
22612026-03-26T14:50:47.805Z Checking hostname v0.3.1
22622026-03-26T14:50:47.869Z Compiling structmeta v0.3.0
22632026-03-26T14:50:47.872Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-03-26T14:50:47.963Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-03-26T14:50:47.999Z Checking slog-bunyan v2.5.0
22662026-03-26T14:50:48.037Z Checking debug-ignore v1.0.5
22672026-03-26T14:50:48.141Z Checking serde_spanned v1.0.4
22682026-03-26T14:50:48.180Z Checking toml_writer v1.0.6+spec-1.1.0
22692026-03-26T14:50:48.184Z Compiling derive-ex v0.1.8
22702026-03-26T14:50:48.255Z Checking progenitor-client v0.13.0
22712026-03-26T14:50:48.293Z Checking rustls-webpki v0.102.8
22722026-03-26T14:50:48.330Z Checking serde_path_to_error v0.1.20
22732026-03-26T14:50:48.378Z Checking async-stream v0.3.6
22742026-03-26T14:50:48.415Z Checking toml v0.9.12+spec-1.1.0
22752026-03-26T14:50:48.521Z Checking waitgroup v0.1.2
22762026-03-26T14:50:48.556Z Checking rustls-pemfile v2.2.0
22772026-03-26T14:50:48.623Z Checking hostname v0.4.2
22782026-03-26T14:50:48.660Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22792026-03-26T14:50:48.730Z Compiling parse-display-derive v0.10.0
22802026-03-26T14:50:48.767Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-03-26T14:50:48.771Z Checking itertools v0.14.0
22822026-03-26T14:50:48.835Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22832026-03-26T14:50:48.938Z Checking macaddr v1.0.1
22842026-03-26T14:50:49.016Z Checking progenitor-client v0.10.0
22852026-03-26T14:50:49.147Z Checking instant v0.1.13
22862026-03-26T14:50:49.264Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22872026-03-26T14:50:49.268Z Checking backoff v0.4.0
22882026-03-26T14:50:49.268Z Checking backon v1.6.0
22892026-03-26T14:50:49.417Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22902026-03-26T14:50:49.544Z Checking progenitor-extras v0.1.1
22912026-03-26T14:50:49.548Z Checking heck v0.5.0
22922026-03-26T14:50:49.700Z Checking toml v0.8.23
22932026-03-26T14:50:49.835Z Compiling convert_case v0.4.0
22942026-03-26T14:50:49.872Z Checking half v2.7.1
22952026-03-26T14:50:49.909Z Compiling test-strategy v0.4.5
22962026-03-26T14:50:49.946Z Checking ciborium-io v0.2.2
22972026-03-26T14:50:50.051Z Compiling unsafe-libyaml v0.2.11
22982026-03-26T14:50:50.088Z Checking secrecy v0.10.3
22992026-03-26T14:50:50.157Z Checking ciborium-ll v0.2.2
23002026-03-26T14:50:50.161Z Checking tokio-rustls v0.25.0
23012026-03-26T14:50:50.233Z Checking indent_write v2.2.0
23022026-03-26T14:50:50.237Z Compiling derive_more v0.99.20
23032026-03-26T14:50:50.362Z Checking ciborium v0.2.2
23042026-03-26T14:50:50.399Z Compiling crucible-workspace-hack v0.1.0
23052026-03-26T14:50:50.434Z Checking parse-display v0.10.0
23062026-03-26T14:50:50.604Z Compiling serde_yaml v0.9.34+deprecated
23072026-03-26T14:50:50.689Z Checking camino-tempfile v1.4.1
23082026-03-26T14:50:50.841Z Checking universal-hash v0.5.1
23092026-03-26T14:50:50.879Z Checking opaque-debug v0.3.1
23102026-03-26T14:50:50.914Z Checking typify-impl v0.6.1
23112026-03-26T14:50:50.979Z Checking aead v0.5.2
23122026-03-26T14:50:51.151Z Checking poly1305 v0.8.0
23132026-03-26T14:50:51.418Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23142026-03-26T14:50:51.455Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23152026-03-26T14:50:51.794Z Checking chacha20 v0.9.1
23162026-03-26T14:50:51.833Z Compiling thiserror-impl-no-std v2.0.2
23172026-03-26T14:50:52.024Z Checking swrite v0.1.0
23182026-03-26T14:50:52.074Z Checking password-hash v0.5.0
23192026-03-26T14:50:52.079Z Checking blake2 v0.10.6
23202026-03-26T14:50:52.147Z Checking chacha20poly1305 v0.10.1
23212026-03-26T14:50:52.304Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23222026-03-26T14:50:52.339Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23232026-03-26T14:50:52.377Z Checking argon2 v0.5.3
23242026-03-26T14:50:52.412Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23252026-03-26T14:50:52.623Z Checking byte-wrapper v0.1.0
23262026-03-26T14:50:52.660Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23272026-03-26T14:50:52.815Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23282026-03-26T14:50:52.865Z Compiling toml_edit v0.23.10+spec-1.0.0
23292026-03-26T14:50:52.902Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23302026-03-26T14:50:52.937Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23312026-03-26T14:50:53.070Z Checking tabwriter v1.4.1
23322026-03-26T14:50:53.109Z Checking thiserror-no-std v2.0.2
23332026-03-26T14:50:53.227Z Checking vsss-rs v3.3.4
23342026-03-26T14:50:53.264Z Checking unicode-width v0.1.14
23352026-03-26T14:50:53.551Z Compiling proc-macro-crate v3.4.0
23362026-03-26T14:50:53.648Z Checking glob v0.3.3
23372026-03-26T14:50:53.869Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-03-26T14:50:53.966Z Compiling heapless v0.8.0
23392026-03-26T14:50:54.011Z Compiling ingot-macros v0.1.1
23402026-03-26T14:50:54.145Z Checking hash32 v0.3.1
23412026-03-26T14:50:54.190Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23422026-03-26T14:50:54.315Z Compiling smoltcp v0.11.0
23432026-03-26T14:50:54.372Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23442026-03-26T14:50:54.414Z Checking colored v3.1.1
23452026-03-26T14:50:54.443Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23462026-03-26T14:50:54.616Z Compiling num_enum_derive v0.7.5
23472026-03-26T14:50:54.652Z Checking cobs v0.3.0
23482026-03-26T14:50:54.733Z Compiling foreign-types-macros v0.2.3
23492026-03-26T14:50:54.826Z Checking foreign-types-shared v0.3.1
23502026-03-26T14:50:54.888Z Checking cpufeatures v0.3.0
23512026-03-26T14:50:54.994Z Checking chacha20 v0.10.0
23522026-03-26T14:50:55.239Z Checking postcard v1.1.3
23532026-03-26T14:50:55.338Z Checking foreign-types v0.5.0
23542026-03-26T14:50:55.597Z Compiling proc-macro-crate v1.3.1
23552026-03-26T14:50:55.632Z Compiling typify-macro v0.6.1
23562026-03-26T14:50:55.632Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23572026-03-26T14:50:55.700Z Checking num_enum v0.7.5
23582026-03-26T14:50:55.703Z Checking cstr-argument v0.1.2
23592026-03-26T14:50:55.845Z Checking sigpipe v0.1.3
23602026-03-26T14:50:55.883Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23612026-03-26T14:50:55.918Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23622026-03-26T14:50:55.955Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23632026-03-26T14:50:56.038Z Compiling num_enum_derive v0.5.11
23642026-03-26T14:50:56.173Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23652026-03-26T14:50:56.241Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23662026-03-26T14:50:56.275Z Checking rand v0.10.0
23672026-03-26T14:50:56.324Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23682026-03-26T14:50:56.402Z Compiling usdt-attr-macro v0.5.0
23692026-03-26T14:50:56.437Z Compiling usdt-macro v0.5.0
23702026-03-26T14:50:56.471Z Checking memmap v0.7.0
23712026-03-26T14:50:56.633Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23722026-03-26T14:50:56.829Z Checking ingot-types v0.1.2
23732026-03-26T14:50:57.077Z Checking num_enum v0.5.11
23742026-03-26T14:50:57.115Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23752026-03-26T14:50:57.189Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23762026-03-26T14:50:57.225Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23772026-03-26T14:50:57.228Z Checking ingot v0.1.1
23782026-03-26T14:50:57.229Z Checking usdt v0.5.0
23792026-03-26T14:50:57.325Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23802026-03-26T14:50:57.361Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23812026-03-26T14:50:57.361Z Compiling typify v0.6.1
23822026-03-26T14:50:57.487Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23832026-03-26T14:50:57.520Z Compiling progenitor-impl v0.13.0
23842026-03-26T14:50:57.554Z Checking smf v0.2.3
23852026-03-26T14:50:57.633Z Compiling num-derive v0.4.2
23862026-03-26T14:50:57.705Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23872026-03-26T14:50:57.957Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23882026-03-26T14:50:57.961Z Checking whoami v1.6.1
23892026-03-26T14:50:58.025Z Checking tokio-dtrace v0.1.1
23902026-03-26T14:50:58.139Z Compiling derive-where v1.6.0
23912026-03-26T14:50:58.193Z Checking atomicwrites v0.4.4
23922026-03-26T14:50:58.236Z Checking oxide-tokio-rt v0.1.3
23932026-03-26T14:50:58.353Z Checking console v0.15.11
23942026-03-26T14:50:58.434Z Checking newline-converter v0.3.0
23952026-03-26T14:50:58.578Z Checking bytecount v0.6.9
23962026-03-26T14:50:58.613Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23972026-03-26T14:50:58.658Z Checking expectorate v1.2.0
23982026-03-26T14:50:58.696Z Compiling prettyplease v0.2.37
23992026-03-26T14:50:58.729Z Compiling owo-colors v4.3.0
24002026-03-26T14:50:58.820Z Compiling cancel-safe-futures v0.1.5
24012026-03-26T14:50:58.864Z Checking libsw-core v0.3.2
24022026-03-26T14:50:58.971Z Checking same-file v1.0.6
24032026-03-26T14:50:59.006Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24042026-03-26T14:50:59.040Z Checking libsw v3.5.0
24052026-03-26T14:50:59.143Z Checking linear-map v1.2.0
24062026-03-26T14:50:59.247Z Checking walkdir v2.5.0
24072026-03-26T14:50:59.342Z Checking num-rational v0.4.2
24082026-03-26T14:50:59.440Z Checking num-complex v0.4.6
24092026-03-26T14:50:59.477Z Checking float-ord v0.3.2
24102026-03-26T14:50:59.513Z Checking gethostname v0.5.0
24112026-03-26T14:50:59.645Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24122026-03-26T14:50:59.790Z Compiling async-recursion v1.1.1
24132026-03-26T14:50:59.828Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24142026-03-26T14:50:59.859Z Checking num v0.4.3
24152026-03-26T14:50:59.995Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24162026-03-26T14:51:00.190Z Compiling progenitor-macro v0.13.0
24172026-03-26T14:51:00.226Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24182026-03-26T14:51:01.216Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24192026-03-26T14:51:01.250Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24202026-03-26T14:51:01.491Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24212026-03-26T14:51:03.028Z Checking smawk v0.3.2
24222026-03-26T14:51:03.145Z Checking unicode-linebreak v0.1.5
24232026-03-26T14:51:03.193Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24242026-03-26T14:51:03.247Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24252026-03-26T14:51:03.390Z Checking globset v0.4.18
24262026-03-26T14:51:03.712Z Compiling convert_case v0.10.0
24272026-03-26T14:51:04.278Z Compiling slog-dtrace v0.3.0
24282026-03-26T14:51:04.472Z Checking resolv-conf v0.7.6
24292026-03-26T14:51:04.578Z Compiling derive_more-impl v2.1.1
24302026-03-26T14:51:04.763Z Compiling pin-project-internal v1.1.11
24312026-03-26T14:51:04.802Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24322026-03-26T14:51:04.903Z Checking pem v3.0.6
24332026-03-26T14:51:04.953Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24342026-03-26T14:51:05.028Z Checking fd-lock v4.0.4
24352026-03-26T14:51:05.075Z Checking progenitor v0.13.0
24362026-03-26T14:51:05.111Z Checking vte v0.14.1
24372026-03-26T14:51:05.180Z Checking display-error-chain v0.2.2
24382026-03-26T14:51:05.238Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24392026-03-26T14:51:05.288Z Checking strip-ansi-escapes v0.2.1
24402026-03-26T14:51:05.328Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24412026-03-26T14:51:05.364Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24422026-03-26T14:51:05.404Z Checking derive_more v2.1.1
24432026-03-26T14:51:05.439Z Compiling snafu-derive v0.8.9
24442026-03-26T14:51:05.510Z Checking crossterm v0.29.0
24452026-03-26T14:51:05.546Z Checking nu-ansi-term v0.50.3
24462026-03-26T14:51:05.784Z Checking linked-hash-map v0.5.6
24472026-03-26T14:51:05.897Z Checking pin-project v1.1.11
24482026-03-26T14:51:05.969Z Checking termtree v0.5.1
24492026-03-26T14:51:06.038Z Checking lru-cache v0.1.2
24502026-03-26T14:51:06.086Z Checking reedline v0.40.0
24512026-03-26T14:51:06.134Z Checking textwrap v0.16.2
24522026-03-26T14:51:06.184Z Checking olpc-cjson v0.1.4
24532026-03-26T14:51:06.359Z Checking hickory-proto v0.24.4
24542026-03-26T14:51:06.395Z Checking serde_plain v1.0.2
24552026-03-26T14:51:06.574Z Checking typed-path v0.9.3
24562026-03-26T14:51:07.261Z Compiling minimal-lexical v0.2.1
24572026-03-26T14:51:07.382Z Checking snafu v0.8.9
24582026-03-26T14:51:07.385Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24592026-03-26T14:51:07.552Z Compiling nom v7.1.3
24602026-03-26T14:51:07.675Z Checking tough v0.20.0
24612026-03-26T14:51:07.934Z Checking nibble_vec v0.1.0
24622026-03-26T14:51:08.022Z Checking endian-type v0.1.2
24632026-03-26T14:51:08.056Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24642026-03-26T14:51:08.095Z Compiling ar_archive_writer v0.5.1
24652026-03-26T14:51:08.187Z Checking radix_trie v0.2.1
24662026-03-26T14:51:08.239Z Checking hickory-resolver v0.24.4
24672026-03-26T14:51:08.433Z Checking base64 v0.21.7
24682026-03-26T14:51:08.566Z Checking humantime v2.3.0
24692026-03-26T14:51:08.683Z Checking csv-core v0.1.13
24702026-03-26T14:51:08.720Z Compiling stacker v0.1.23
24712026-03-26T14:51:08.780Z Compiling cfg_aliases v0.1.1
24722026-03-26T14:51:08.888Z Checking highway v1.3.0
24732026-03-26T14:51:08.923Z Checking csv v1.4.0
24742026-03-26T14:51:08.957Z Compiling nix v0.28.0
24752026-03-26T14:51:08.991Z Compiling psm v0.1.30
24762026-03-26T14:51:09.026Z Checking qorb v0.4.1
24772026-03-26T14:51:09.102Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24782026-03-26T14:51:09.141Z Checking papergrid v0.11.0
24792026-03-26T14:51:09.318Z Compiling tabled_derive v0.7.0
24802026-03-26T14:51:09.354Z Checking home v0.5.12
24812026-03-26T14:51:09.570Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24822026-03-26T14:51:09.608Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24832026-03-26T14:51:09.697Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24842026-03-26T14:51:09.783Z Checking phf_shared v0.12.1
24852026-03-26T14:51:09.894Z Compiling recursive-proc-macro-impl v0.1.1
24862026-03-26T14:51:09.952Z Compiling semver v0.1.20
24872026-03-26T14:51:10.084Z Compiling chrono-tz v0.10.4
24882026-03-26T14:51:10.215Z Compiling rustc_version v0.1.7
24892026-03-26T14:51:10.264Z Checking phf v0.12.1
24902026-03-26T14:51:10.332Z Checking tabled v0.15.0
24912026-03-26T14:51:10.398Z Checking recursive v0.1.1
24922026-03-26T14:51:10.432Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24932026-03-26T14:51:10.466Z Compiling const_format_proc_macros v0.2.34
24942026-03-26T14:51:10.498Z Compiling peg-macros v0.8.5
24952026-03-26T14:51:10.534Z Checking winnow v0.6.26
24962026-03-26T14:51:10.537Z Compiling sqlparser_derive v0.5.0
24972026-03-26T14:51:11.183Z Checking unicode_categories v0.1.1
24982026-03-26T14:51:11.236Z Checking rustyline v14.0.0
24992026-03-26T14:51:11.296Z Checking const_format v0.2.35
25002026-03-26T14:51:11.345Z Checking sqlparser v0.61.0
25012026-03-26T14:51:11.610Z Compiling newtype_derive v0.1.6
25022026-03-26T14:51:11.684Z Checking sqlformat v0.3.5
25032026-03-26T14:51:11.877Z Checking peg v0.8.5
25042026-03-26T14:51:11.951Z Checking bcs v0.1.6
25052026-03-26T14:51:12.159Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25062026-03-26T14:51:12.237Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25072026-03-26T14:51:12.308Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25082026-03-26T14:51:12.373Z Checking steno v0.4.1
25092026-03-26T14:51:12.476Z Checking utf-8 v0.7.6
25102026-03-26T14:51:12.617Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25112026-03-26T14:51:12.698Z Checking filetime v0.2.27
25122026-03-26T14:51:12.870Z Checking arc-swap v1.8.2
25132026-03-26T14:51:13.137Z Checking xattr v1.6.1
25142026-03-26T14:51:13.285Z Checking slog-scope v4.4.1
25152026-03-26T14:51:13.322Z Checking tar v0.4.45
25162026-03-26T14:51:13.456Z Checking tungstenite v0.21.0
25172026-03-26T14:51:13.459Z Checking slog-stdlog v4.1.1
25182026-03-26T14:51:13.611Z Compiling typify-impl v0.4.3
25192026-03-26T14:51:13.648Z Checking slog-envlogger v2.2.0
25202026-03-26T14:51:13.741Z Checking typeid v1.0.3
25212026-03-26T14:51:13.928Z Checking tokio-tungstenite v0.21.0
25222026-03-26T14:51:14.235Z Checking subprocess v0.2.15
25232026-03-26T14:51:14.550Z Checking headers-core v0.3.0
25242026-03-26T14:51:14.693Z Checking headers v0.4.1
25252026-03-26T14:51:14.887Z Compiling lzma-sys v0.1.20
25262026-03-26T14:51:14.987Z Compiling cargo_toml v0.22.3
25272026-03-26T14:51:15.172Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25282026-03-26T14:51:15.357Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25292026-03-26T14:51:15.462Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25302026-03-26T14:51:15.628Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25312026-03-26T14:51:15.663Z Checking yasna v0.5.2
25322026-03-26T14:51:16.079Z Checking rcgen v0.12.1
25332026-03-26T14:51:16.206Z Checking xz2 v0.1.7
25342026-03-26T14:51:16.245Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25352026-03-26T14:51:16.404Z Checking ron v0.12.0
25362026-03-26T14:51:16.440Z Checking base16ct v1.0.0
25372026-03-26T14:51:16.600Z Checking dropshot-api-manager-types v0.6.0
25382026-03-26T14:51:16.800Z Checking tagptr v0.2.0
25392026-03-26T14:51:16.921Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25402026-03-26T14:51:16.972Z Checking moka v0.12.13
25412026-03-26T14:51:17.126Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25422026-03-26T14:51:17.162Z Compiling libefi-sys v0.1.0
25432026-03-26T14:51:17.303Z Compiling radium v0.7.0
25442026-03-26T14:51:17.422Z Compiling bitfield-struct v0.6.2
25452026-03-26T14:51:17.656Z Checking hickory-resolver v0.25.2
25462026-03-26T14:51:17.705Z Checking tap v1.0.1
25472026-03-26T14:51:17.775Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25482026-03-26T14:51:17.847Z Compiling maybe-uninit v2.0.0
25492026-03-26T14:51:18.100Z Compiling typify-macro v0.4.3
25502026-03-26T14:51:18.135Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25512026-03-26T14:51:18.245Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-03-26T14:51:18.408Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25532026-03-26T14:51:18.515Z Checking wyz v0.5.1
25542026-03-26T14:51:18.583Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25552026-03-26T14:51:18.767Z Compiling zerocopy-derive v0.6.6
25562026-03-26T14:51:18.829Z Checking funty v2.0.0
25572026-03-26T14:51:18.863Z Checking crc-catalog v2.4.0
25582026-03-26T14:51:18.902Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-03-26T14:51:18.936Z Compiling packed_struct v0.10.1
25602026-03-26T14:51:18.988Z Checking crc v3.4.0
25612026-03-26T14:51:19.024Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25622026-03-26T14:51:19.183Z Checking bitvec v1.0.1
25632026-03-26T14:51:19.218Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25642026-03-26T14:51:19.332Z Compiling packed_struct_codegen v0.10.1
25652026-03-26T14:51:19.387Z Compiling bitfield-macros v0.19.4
25662026-03-26T14:51:19.421Z Compiling indexmap v1.9.3
25672026-03-26T14:51:19.639Z Checking zerocopy v0.6.6
25682026-03-26T14:51:19.673Z Checking nodrop v0.1.14
25692026-03-26T14:51:19.794Z Checking array-init v0.0.4
25702026-03-26T14:51:19.838Z Compiling typify v0.4.3
25712026-03-26T14:51:19.999Z Compiling progenitor-impl v0.10.0
25722026-03-26T14:51:20.175Z Checking bitfield v0.19.4
25732026-03-26T14:51:20.219Z Checking smallvec v0.6.14
25742026-03-26T14:51:20.434Z Checking hashbrown v0.12.3
25752026-03-26T14:51:20.468Z Checking serde-hex v0.1.0
25762026-03-26T14:51:20.503Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25772026-03-26T14:51:20.691Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25782026-03-26T14:51:21.016Z Checking ron v0.8.1
25792026-03-26T14:51:21.229Z Checking hashbrown v0.13.2
25802026-03-26T14:51:21.565Z Checking crc-any v2.5.0
25812026-03-26T14:51:21.605Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25822026-03-26T14:51:21.653Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25832026-03-26T14:51:21.687Z Checking object v0.30.4
25842026-03-26T14:51:21.776Z Checking path-slash v0.1.5
25852026-03-26T14:51:21.848Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25862026-03-26T14:51:21.911Z Compiling xshell-macros v0.2.7
25872026-03-26T14:51:21.989Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25882026-03-26T14:51:22.324Z Checking xshell v0.2.7
25892026-03-26T14:51:22.401Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25902026-03-26T14:51:22.546Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25912026-03-26T14:51:22.647Z Compiling progenitor-macro v0.10.0
25922026-03-26T14:51:23.137Z Checking half v1.8.3
25932026-03-26T14:51:23.372Z Checking serde_cbor v0.11.2
25942026-03-26T14:51:23.422Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25952026-03-26T14:51:23.513Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25962026-03-26T14:51:23.678Z Compiling num-derive v0.3.3
25972026-03-26T14:51:23.794Z Compiling proc-macro-error-attr2 v2.0.0
25982026-03-26T14:51:23.895Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25992026-03-26T14:51:24.229Z Compiling proc-macro-error2 v2.0.1
26002026-03-26T14:51:24.304Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26012026-03-26T14:51:24.594Z Compiling tabled_derive v0.11.0
26022026-03-26T14:51:24.627Z Checking libscf-sys v1.1.0
26032026-03-26T14:51:24.721Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-03-26T14:51:24.791Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26052026-03-26T14:51:24.849Z Checking papergrid v0.17.0
26062026-03-26T14:51:25.029Z Checking testing_table v0.3.0
26072026-03-26T14:51:25.081Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26082026-03-26T14:51:25.153Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-03-26T14:51:25.484Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26102026-03-26T14:51:25.642Z Checking maplit v1.0.2
26112026-03-26T14:51:25.712Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26122026-03-26T14:51:25.780Z Checking crc8 v0.1.1
26132026-03-26T14:51:25.783Z Checking tabled v0.20.0
26142026-03-26T14:51:25.815Z Checking fxhash v0.2.1
26152026-03-26T14:51:25.909Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26162026-03-26T14:51:25.952Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26172026-03-26T14:51:26.003Z Checking unicase v2.9.0
26182026-03-26T14:51:26.123Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26192026-03-26T14:51:26.191Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26202026-03-26T14:51:26.572Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26212026-03-26T14:51:26.655Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26222026-03-26T14:51:26.690Z Checking kstat-rs v0.2.4
26232026-03-26T14:51:26.860Z Compiling parking_lot_core v0.8.6
26242026-03-26T14:51:26.910Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26252026-03-26T14:51:27.144Z Compiling diesel_derives v2.3.7
26262026-03-26T14:51:27.210Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26272026-03-26T14:51:27.402Z Compiling git-stub v1.0.0
26282026-03-26T14:51:27.473Z Checking scheduled-thread-pool v0.2.7
26292026-03-26T14:51:27.542Z Checking progenitor v0.10.0
26302026-03-26T14:51:27.663Z Compiling dsl_auto_type v0.2.0
26312026-03-26T14:51:27.718Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26322026-03-26T14:51:27.752Z Compiling vergen-gitcl v1.0.8
26332026-03-26T14:51:27.838Z Compiling diesel_table_macro_syntax v0.3.0
26342026-03-26T14:51:27.933Z Checking r2d2 v0.8.10
26352026-03-26T14:51:28.016Z Compiling git-stub-vcs v0.1.0
26362026-03-26T14:51:28.068Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26372026-03-26T14:51:28.149Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26382026-03-26T14:51:28.331Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26392026-03-26T14:51:28.399Z Checking downcast-rs v2.0.2
26402026-03-26T14:51:28.468Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26412026-03-26T14:51:28.530Z Checking parking_lot v0.11.2
26422026-03-26T14:51:28.755Z Checking prefix-trie v0.7.0
26432026-03-26T14:51:28.834Z Checking nanorand v0.7.0
26442026-03-26T14:51:28.936Z Compiling dirs-sys-next v0.1.2
26452026-03-26T14:51:29.065Z Compiling crunchy v0.2.4
26462026-03-26T14:51:29.116Z Checking hickory-server v0.25.2
26472026-03-26T14:51:29.250Z Compiling dirs-next v2.0.0
26482026-03-26T14:51:29.284Z Checking flume v0.11.1
26492026-03-26T14:51:29.400Z Checking sled v0.34.7
26502026-03-26T14:51:29.476Z Compiling clang-sys v1.8.1
26512026-03-26T14:51:29.551Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26522026-03-26T14:51:29.772Z Checking hickory-client v0.25.2
26532026-03-26T14:51:29.854Z Compiling tiny-keccak v2.0.2
26542026-03-26T14:51:30.191Z Compiling term v0.7.0
26552026-03-26T14:51:30.271Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-03-26T14:51:30.344Z Compiling bit-vec v0.6.3
26572026-03-26T14:51:30.390Z Compiling salty v0.3.0
26582026-03-26T14:51:30.572Z Compiling bit-set v0.5.3
26592026-03-26T14:51:30.607Z Compiling ascii-canvas v3.0.0
26602026-03-26T14:51:30.735Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-03-26T14:51:30.769Z Checking primeorder v0.13.6
26622026-03-26T14:51:30.802Z Compiling itertools v0.10.5
26632026-03-26T14:51:30.876Z Compiling ena v0.14.4
26642026-03-26T14:51:30.910Z Compiling libloading v0.8.9
26652026-03-26T14:51:31.038Z Compiling fs-err v2.11.0
26662026-03-26T14:51:31.120Z Compiling bindgen v0.71.1
26672026-03-26T14:51:31.156Z Compiling diff v0.1.13
26682026-03-26T14:51:31.269Z Compiling regex-syntax v0.6.29
26692026-03-26T14:51:31.539Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26702026-03-26T14:51:31.620Z Compiling cexpr v0.6.0
26712026-03-26T14:51:31.795Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26722026-03-26T14:51:31.882Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26732026-03-26T14:51:32.160Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-03-26T14:51:32.317Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26752026-03-26T14:51:32.541Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26762026-03-26T14:51:32.725Z Compiling lalrpop v0.19.12
26772026-03-26T14:51:32.976Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-03-26T14:51:33.008Z Compiling libxml v0.3.3
26792026-03-26T14:51:33.202Z Checking parse-size v1.1.0
26802026-03-26T14:51:33.364Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26812026-03-26T14:51:33.400Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26822026-03-26T14:51:33.438Z Checking p384 v0.13.1
26832026-03-26T14:51:33.639Z Checking diesel v2.3.7
26842026-03-26T14:51:33.750Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26852026-03-26T14:51:33.883Z Compiling strum_macros v0.24.3
26862026-03-26T14:51:34.213Z Checking assert_matches v1.5.0
26872026-03-26T14:51:34.320Z Compiling indoc v1.0.9
26882026-03-26T14:51:35.183Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26892026-03-26T14:51:35.219Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26902026-03-26T14:51:35.254Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26912026-03-26T14:51:35.386Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26922026-03-26T14:51:36.142Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26932026-03-26T14:51:36.202Z Checking predicates-tree v1.0.13
26942026-03-26T14:51:36.352Z Checking derive_builder v0.20.2
26952026-03-26T14:51:36.388Z Checking quick-xml v0.37.5
26962026-03-26T14:51:36.502Z Compiling oso-derive v0.27.3
26972026-03-26T14:51:37.017Z Compiling impl-trait-for-tuples v0.2.3
26982026-03-26T14:51:37.050Z Compiling trait-variant v0.1.2
26992026-03-26T14:51:37.139Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27002026-03-26T14:51:37.297Z Checking openssl-probe v0.1.6
27012026-03-26T14:51:37.336Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27022026-03-26T14:51:37.483Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27032026-03-26T14:51:37.653Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-03-26T14:51:38.152Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27052026-03-26T14:51:38.193Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27062026-03-26T14:51:38.409Z Compiling progenitor-impl v0.11.2
27072026-03-26T14:51:38.718Z Compiling mime_guess v2.0.5
27082026-03-26T14:51:38.986Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27092026-03-26T14:51:39.300Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27102026-03-26T14:51:39.336Z Checking progenitor-client v0.11.2
27112026-03-26T14:51:39.554Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27122026-03-26T14:51:39.610Z Checking http-range v0.1.5
27132026-03-26T14:51:39.773Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-03-26T14:51:39.888Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27152026-03-26T14:51:39.931Z Checking ignore v0.4.25
27162026-03-26T14:51:40.513Z Checking atty v0.2.14
27172026-03-26T14:51:40.646Z Checking globwalk v0.9.1
27182026-03-26T14:51:41.105Z Compiling progenitor-macro v0.11.2
27192026-03-26T14:51:41.396Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-03-26T14:51:42.236Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27212026-03-26T14:51:42.386Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27222026-03-26T14:51:42.679Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27232026-03-26T14:51:42.874Z Checking bb8 v0.8.6
27242026-03-26T14:51:42.909Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27252026-03-26T14:51:42.973Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27262026-03-26T14:51:43.143Z Checking corncobs v0.1.4
27272026-03-26T14:51:43.270Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-03-26T14:51:43.305Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27292026-03-26T14:51:43.308Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27302026-03-26T14:51:43.676Z Checking hyper-staticfile v0.10.1
27312026-03-26T14:51:44.004Z Checking camino-tempfile-ext v0.3.3
27322026-03-26T14:51:44.192Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27332026-03-26T14:51:44.243Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27342026-03-26T14:51:44.517Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27352026-03-26T14:51:44.586Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27362026-03-26T14:51:44.742Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-03-26T14:51:45.308Z Checking signal-hook-tokio v0.3.1
27382026-03-26T14:51:45.476Z Checking secrecy v0.8.0
27392026-03-26T14:51:45.637Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27402026-03-26T14:51:45.964Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27412026-03-26T14:51:46.045Z Checking progenitor v0.11.2
27422026-03-26T14:51:46.220Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27432026-03-26T14:51:46.281Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27442026-03-26T14:51:46.335Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-03-26T14:51:46.477Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27462026-03-26T14:51:46.612Z Checking nonempty v0.12.0
27472026-03-26T14:51:46.720Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27482026-03-26T14:51:46.820Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27492026-03-26T14:51:46.958Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27502026-03-26T14:51:46.994Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27512026-03-26T14:51:47.248Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27522026-03-26T14:51:47.380Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27532026-03-26T14:51:47.642Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27542026-03-26T14:51:47.817Z Checking async-bb8-diesel v0.2.1
27552026-03-26T14:51:48.229Z Checking diesel-dtrace v0.5.0
27562026-03-26T14:51:48.283Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27572026-03-26T14:51:48.506Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27582026-03-26T14:51:48.719Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27592026-03-26T14:51:48.801Z Checking tungstenite v0.23.0
27602026-03-26T14:51:49.251Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27612026-03-26T14:51:49.286Z Checking tokio-tungstenite v0.23.1
27622026-03-26T14:51:49.422Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27632026-03-26T14:51:49.582Z Checking rand_seeder v0.4.0
27642026-03-26T14:51:49.769Z Checking void v1.0.2
27652026-03-26T14:51:49.803Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27662026-03-26T14:51:49.913Z Checking lzss v0.8.2
27672026-03-26T14:51:50.142Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27682026-03-26T14:51:50.219Z Checking nix v0.27.1
27692026-03-26T14:51:50.340Z Checking serde_bytes v0.11.19
27702026-03-26T14:51:50.474Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27712026-03-26T14:51:50.552Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-03-26T14:51:50.679Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27732026-03-26T14:51:50.763Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27742026-03-26T14:51:51.318Z Checking is_ci v1.2.0
27752026-03-26T14:51:51.424Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27762026-03-26T14:51:51.459Z Checking yansi v1.0.1
27772026-03-26T14:51:51.570Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27782026-03-26T14:51:51.752Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27792026-03-26T14:51:51.890Z Checking pretty_assertions v1.4.1
27802026-03-26T14:51:51.996Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27812026-03-26T14:51:52.055Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27822026-03-26T14:51:52.123Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27832026-03-26T14:51:52.265Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27842026-03-26T14:51:52.527Z Compiling darling_core v0.23.0
27852026-03-26T14:51:53.537Z Compiling indoc v2.0.7
27862026-03-26T14:51:53.575Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27872026-03-26T14:51:53.611Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27882026-03-26T14:51:53.839Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-03-26T14:51:54.032Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27902026-03-26T14:51:54.268Z Compiling instability v0.3.11
27912026-03-26T14:51:54.342Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27922026-03-26T14:51:54.651Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27932026-03-26T14:51:54.695Z Compiling libz-sys v1.1.24
27942026-03-26T14:51:55.030Z Checking castaway v0.2.4
27952026-03-26T14:51:55.089Z Compiling darling_macro v0.23.0
27962026-03-26T14:51:55.175Z Checking compact_str v0.8.1
27972026-03-26T14:51:55.614Z Compiling darling v0.23.0
27982026-03-26T14:51:55.614Z Checking supports-color v3.0.2
27992026-03-26T14:51:55.810Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28002026-03-26T14:51:55.958Z Checking unicode-truncate v1.1.0
28012026-03-26T14:51:56.035Z Checking lru v0.12.5
28022026-03-26T14:51:56.143Z Checking cassowary v0.3.0
28032026-03-26T14:51:56.277Z Compiling libgit2-sys v0.18.3+1.9.2
28042026-03-26T14:51:56.425Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-03-26T14:51:56.486Z Checking ratatui v0.29.0
28062026-03-26T14:51:56.540Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28072026-03-26T14:51:57.760Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-03-26T14:51:57.836Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-03-26T14:51:57.944Z Compiling vergen-git2 v1.0.7
28102026-03-26T14:51:58.127Z Checking plotters-backend v0.3.7
28112026-03-26T14:51:58.162Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28122026-03-26T14:51:58.242Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-03-26T14:51:58.371Z Checking plotters-svg v0.3.7
28142026-03-26T14:51:58.404Z Checking colored v2.2.0
28152026-03-26T14:51:58.469Z Checking cast v0.3.0
28162026-03-26T14:51:58.541Z Compiling rustls v0.21.12
28172026-03-26T14:51:58.638Z Checking shell-words v1.1.1
28182026-03-26T14:51:58.671Z Checking criterion-plot v0.6.0
28192026-03-26T14:51:58.795Z Checking plotters v0.3.7
28202026-03-26T14:51:58.923Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28212026-03-26T14:51:58.957Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-03-26T14:51:59.193Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28232026-03-26T14:51:59.411Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-03-26T14:51:59.589Z Checking sct v0.7.1
28252026-03-26T14:51:59.760Z Checking rustls-webpki v0.101.7
28262026-03-26T14:51:59.877Z Checking tinytemplate v1.2.1
28272026-03-26T14:51:59.912Z Compiling nix v0.29.0
28282026-03-26T14:52:00.124Z Checking anes v0.1.6
28292026-03-26T14:52:00.127Z Checking hex-literal v0.4.1
28302026-03-26T14:52:00.290Z Checking oorandom v11.1.5
28312026-03-26T14:52:00.401Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28322026-03-26T14:52:00.438Z Checking criterion v0.7.0
28332026-03-26T14:52:01.736Z Checking erased-serde v0.4.9
28342026-03-26T14:52:01.769Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28352026-03-26T14:52:02.142Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28362026-03-26T14:52:02.933Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28372026-03-26T14:52:03.736Z Checking ordered-float v2.10.1
28382026-03-26T14:52:04.042Z Checking serde-value v0.7.0
28392026-03-26T14:52:04.294Z Checking serde-untagged v0.1.9
28402026-03-26T14:52:04.527Z Checking tokio-rustls v0.24.1
28412026-03-26T14:52:04.794Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28422026-03-26T14:52:05.020Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28432026-03-26T14:52:05.249Z Checking rustls-pemfile v1.0.4
28442026-03-26T14:52:05.424Z Checking twox-hash v2.1.2
28452026-03-26T14:52:05.585Z Checking unicode-xid v0.2.6
28462026-03-26T14:52:05.732Z Checking cargo-util-schemas v0.8.2
28472026-03-26T14:52:05.812Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-03-26T14:52:06.638Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28492026-03-26T14:52:06.674Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28502026-03-26T14:52:06.831Z Checking fatfs v0.3.6
28512026-03-26T14:52:06.866Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28522026-03-26T14:52:07.324Z Compiling petname v2.0.2
28532026-03-26T14:52:07.856Z Checking cargo-platform v0.2.0
28542026-03-26T14:52:08.088Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28552026-03-26T14:52:08.229Z Compiling seq-macro v0.3.6
28562026-03-26T14:52:08.763Z Checking cargo_metadata v0.21.0
28572026-03-26T14:52:08.979Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28582026-03-26T14:52:09.442Z Checking concurrent-queue v2.5.0
28592026-03-26T14:52:09.544Z Checking rtoolbox v0.0.3
28602026-03-26T14:52:09.661Z Checking futures-timer v3.0.3
28612026-03-26T14:52:09.713Z Checking parking v2.2.1
28622026-03-26T14:52:09.866Z Checking event-listener v5.4.1
28632026-03-26T14:52:09.869Z Checking rpassword v7.4.0
28642026-03-26T14:52:10.038Z Checking tui-tree-widget v0.23.1
28652026-03-26T14:52:10.111Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28662026-03-26T14:52:10.252Z Checking polyval v0.6.2
28672026-03-26T14:52:10.301Z Checking sapling-renderdag v0.1.0
28682026-03-26T14:52:10.405Z Checking sync-ptr v0.1.4
28692026-03-26T14:52:10.449Z Checking ghash v0.5.1
28702026-03-26T14:52:10.553Z Checking event-listener-strategy v0.5.4
28712026-03-26T14:52:10.586Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28722026-03-26T14:52:10.619Z Checking ctr v0.9.2
28732026-03-26T14:52:10.720Z Checking arrayvec v0.7.6
28742026-03-26T14:52:10.807Z Checking arrayref v0.3.9
28752026-03-26T14:52:10.842Z Checking constant_time_eq v0.4.2
28762026-03-26T14:52:10.913Z Checking aes-gcm v0.10.3
28772026-03-26T14:52:10.992Z Checking async-lock v3.4.2
28782026-03-26T14:52:11.025Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28792026-03-26T14:52:11.097Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28802026-03-26T14:52:11.414Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28812026-03-26T14:52:11.990Z Checking ssh-encoding v0.2.0
28822026-03-26T14:52:12.101Z Checking blowfish v0.9.1
28832026-03-26T14:52:12.216Z Checking ssh-cipher v0.2.0
28842026-03-26T14:52:12.286Z Checking bcrypt-pbkdf v0.10.0
28852026-03-26T14:52:12.422Z Checking async-object-pool v0.2.0
28862026-03-26T14:52:12.482Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28872026-03-26T14:52:12.579Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28882026-03-26T14:52:12.829Z Checking serde_regex v1.1.0
28892026-03-26T14:52:13.027Z Checking password-hash v0.4.2
28902026-03-26T14:52:13.256Z Checking assert-json-diff v2.0.2
28912026-03-26T14:52:13.289Z Checking path-tree v0.8.3
28922026-03-26T14:52:13.459Z Compiling target-lexicon v0.13.3
28932026-03-26T14:52:13.509Z Checking gimli v0.32.3
28942026-03-26T14:52:13.738Z Checking stringmetrics v2.2.2
28952026-03-26T14:52:13.922Z Checking httpmock v0.8.3
28962026-03-26T14:52:14.033Z Checking pbkdf2 v0.11.0
28972026-03-26T14:52:14.239Z Checking ssh-key v0.6.7
28982026-03-26T14:52:14.432Z Compiling samael v0.0.19
28992026-03-26T14:52:15.079Z Checking addr2line v0.25.1
29002026-03-26T14:52:15.379Z Checking p256 v0.13.2
29012026-03-26T14:52:15.667Z Checking p521 v0.13.3
29022026-03-26T14:52:16.111Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29032026-03-26T14:52:16.306Z Checking russh-cryptovec v0.7.3
29042026-03-26T14:52:16.341Z Checking rustc-demangle v0.1.27
29052026-03-26T14:52:16.472Z Checking md5 v0.7.0
29062026-03-26T14:52:16.637Z Compiling guppy-workspace-hack v0.1.0
29072026-03-26T14:52:16.682Z Checking russh-keys v0.45.0
29082026-03-26T14:52:16.841Z Checking backtrace v0.3.76
29092026-03-26T14:52:17.173Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29102026-03-26T14:52:17.176Z Checking num-bigint v0.4.6
29112026-03-26T14:52:17.345Z Checking des v0.8.1
29122026-03-26T14:52:17.715Z Compiling blake3 v1.8.3
29132026-03-26T14:52:18.114Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29142026-03-26T14:52:18.172Z Compiling target-spec v3.5.7
29152026-03-26T14:52:18.417Z Checking russh v0.45.0
29162026-03-26T14:52:18.568Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29172026-03-26T14:52:19.051Z Checking backtrace-ext v0.2.1
29182026-03-26T14:52:19.148Z Checking cfg-expr v0.20.6
29192026-03-26T14:52:19.230Z Checking supports-color v2.1.0
29202026-03-26T14:52:19.302Z Checking textwrap v0.15.2
29212026-03-26T14:52:19.394Z Checking supports-hyperlinks v2.1.0
29222026-03-26T14:52:19.537Z Checking supports-unicode v2.1.0
29232026-03-26T14:52:19.540Z Checking hashbrown v0.14.5
29242026-03-26T14:52:19.605Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29252026-03-26T14:52:19.718Z Checking cargo-platform v0.3.2
29262026-03-26T14:52:19.832Z Checking terminal_size v0.1.17
29272026-03-26T14:52:19.930Z Checking socket2 v0.5.10
29282026-03-26T14:52:19.971Z Compiling miette-derive v5.10.0
29292026-03-26T14:52:20.045Z Checking owo-colors v3.5.0
29302026-03-26T14:52:20.210Z Checking internet-checksum v0.2.1
29312026-03-26T14:52:20.310Z Checking chumsky v0.9.3
29322026-03-26T14:52:20.359Z Checking cargo_metadata v0.23.1
29332026-03-26T14:52:21.126Z Checking miette v5.10.0
29342026-03-26T14:52:21.159Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29352026-03-26T14:52:21.361Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29362026-03-26T14:52:21.416Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29372026-03-26T14:52:21.647Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29382026-03-26T14:52:21.755Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29392026-03-26T14:52:21.923Z Compiling git2 v0.20.4
29402026-03-26T14:52:21.961Z Checking httptest v0.16.4
29412026-03-26T14:52:21.965Z Checking pathdiff v0.2.3
29422026-03-26T14:52:22.137Z Compiling knuffel-derive v3.2.0
29432026-03-26T14:52:22.269Z Checking topological-sort v0.2.2
29442026-03-26T14:52:22.372Z Checking nested v0.1.1
29452026-03-26T14:52:22.438Z Checking omicron-zone-package v0.12.2
29462026-03-26T14:52:22.543Z Checking guppy v0.17.25
29472026-03-26T14:52:22.647Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29482026-03-26T14:52:22.902Z Checking similar-asserts v1.7.0
29492026-03-26T14:52:23.092Z Compiling rstest_macros v0.25.0
29502026-03-26T14:52:23.397Z Compiling target-triple v1.0.0
29512026-03-26T14:52:23.431Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29522026-03-26T14:52:23.602Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29532026-03-26T14:52:23.637Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29542026-03-26T14:52:23.693Z Checking knuffel v3.2.0
29552026-03-26T14:52:23.772Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29562026-03-26T14:52:24.335Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29572026-03-26T14:52:24.368Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29582026-03-26T14:52:24.912Z Checking toml_datetime v1.0.0+spec-1.1.0
29592026-03-26T14:52:25.005Z Compiling assert_cmd v2.1.2
29602026-03-26T14:52:25.160Z Checking escape8259 v0.5.3
29612026-03-26T14:52:25.285Z Compiling relative-path v1.9.3
29622026-03-26T14:52:25.322Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29632026-03-26T14:52:25.358Z Checking libtest-mimic v0.8.1
29642026-03-26T14:52:25.439Z Checking toml v1.0.3+spec-1.1.0
29652026-03-26T14:52:25.826Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29662026-03-26T14:52:25.969Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29672026-03-26T14:52:26.067Z Checking blake2b_simd v1.0.4
29682026-03-26T14:52:26.488Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29692026-03-26T14:52:26.649Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29702026-03-26T14:52:26.898Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29712026-03-26T14:52:27.069Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29722026-03-26T14:52:27.305Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29732026-03-26T14:52:27.452Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29742026-03-26T14:52:27.745Z Checking fancy-regex v0.14.0
29752026-03-26T14:52:27.986Z Checking serde_tokenstream v0.2.3
29762026-03-26T14:52:28.175Z Checking uzers v0.12.2
29772026-03-26T14:52:28.252Z Compiling linkme-impl v0.3.35
29782026-03-26T14:52:28.450Z Checking termcolor v1.4.1
29792026-03-26T14:52:28.580Z Checking constant_time_eq v0.3.1
29802026-03-26T14:52:28.707Z Checking trybuild v1.0.116
29812026-03-26T14:52:28.742Z Checking rust-argon2 v2.1.0
29822026-03-26T14:52:29.120Z Checking datatest-stable v0.3.3
29832026-03-26T14:52:29.386Z Checking rstest v0.25.0
29842026-03-26T14:52:29.598Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29852026-03-26T14:52:29.699Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29862026-03-26T14:52:29.932Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29872026-03-26T14:52:29.989Z Checking support-bundle-viewer v0.1.2
29882026-03-26T14:52:30.078Z Compiling polar-core v0.27.3
29892026-03-26T14:52:30.259Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29902026-03-26T14:52:30.498Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29912026-03-26T14:52:30.601Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29922026-03-26T14:52:30.741Z Checking drift v0.1.3
29932026-03-26T14:52:30.834Z Checking rand_distr v0.5.1
29942026-03-26T14:52:31.142Z Checking multimap v0.10.1
29952026-03-26T14:52:31.370Z Checking approx v0.5.1
29962026-03-26T14:52:31.404Z Compiling linkme v0.3.35
29972026-03-26T14:52:31.548Z Checking dropshot-api-manager v0.6.0
29982026-03-26T14:52:32.565Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29992026-03-26T14:52:32.647Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30002026-03-26T14:52:32.825Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30012026-03-26T14:52:33.071Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30022026-03-26T14:52:33.209Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30032026-03-26T14:52:33.281Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30042026-03-26T14:52:33.456Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30052026-03-26T14:52:33.489Z Checking partial-io v0.5.4
30062026-03-26T14:52:33.652Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30072026-03-26T14:52:33.713Z Checking cargo_toml v0.21.0
30082026-03-26T14:52:33.747Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30092026-03-26T14:52:33.821Z Checking termios v0.3.3
30102026-03-26T14:52:34.052Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30112026-03-26T14:52:34.424Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30122026-03-26T14:52:34.458Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30132026-03-26T14:52:34.624Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30142026-03-26T14:52:35.439Z Checking oso v0.27.3
30152026-03-26T14:52:38.171Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30162026-03-26T14:52:42.218Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30172026-03-26T14:52:45.062Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30182026-03-26T14:52:45.395Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30192026-03-26T14:52:48.671Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30202026-03-26T14:52:53.631Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30212026-03-26T14:52:58.238Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30222026-03-26T14:52:58.997Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30232026-03-26T14:52:59.241Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30242026-03-26T14:53:08.882Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30252026-03-26T14:54:25.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s
30262026-03-26T14:54:26.146Z
30272026-03-26T14:54:26.146Zreal 4:04.857440281
30282026-03-26T14:54:26.146Zuser 20:29.086237757
30292026-03-26T14:54:26.146Zsys 4:47.096214089
30302026-03-26T14:54:26.146Ztrap 0.497110025
30312026-03-26T14:54:26.147Ztflt 0.076807752
30322026-03-26T14:54:26.147Zdflt 0.167684388
30332026-03-26T14:54:26.147Zkflt 0.000999364
30342026-03-26T14:54:26.147Zlock 56:37.704259884
30352026-03-26T14:54:26.147Zslp 55:56.784275771
30362026-03-26T14:54:26.147Zlat 1:48.172925515
30372026-03-26T14:54:26.147Zstop 10:58.755509909
30382026-03-26T14:54:26.150Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30392026-03-26T14:54:26.150Z+ ptime -m cargo doc --workspace --no-deps
30402026-03-26T14:54:27.038Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30412026-03-26T14:54:27.038Z |
30422026-03-26T14:54:27.038Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30432026-03-26T14:54:27.038Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30442026-03-26T14:54:28.010Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30452026-03-26T14:54:28.238Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30462026-03-26T14:54:28.282Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30472026-03-26T14:54:28.346Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30482026-03-26T14:54:28.467Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30492026-03-26T14:54:28.511Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-03-26T14:54:28.533Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30512026-03-26T14:54:28.561Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30522026-03-26T14:54:28.588Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30532026-03-26T14:54:28.702Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30542026-03-26T14:54:28.767Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30552026-03-26T14:54:28.820Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30562026-03-26T14:54:28.844Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30572026-03-26T14:54:28.877Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30582026-03-26T14:54:28.923Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30592026-03-26T14:54:28.971Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30602026-03-26T14:54:28.995Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30612026-03-26T14:54:29.021Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30622026-03-26T14:54:29.078Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30632026-03-26T14:54:29.081Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30642026-03-26T14:54:29.136Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30652026-03-26T14:54:29.473Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30662026-03-26T14:54:29.582Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30672026-03-26T14:54:29.625Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30682026-03-26T14:54:29.746Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30692026-03-26T14:54:29.776Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30702026-03-26T14:54:29.891Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30712026-03-26T14:54:30.007Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30722026-03-26T14:54:30.059Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30732026-03-26T14:54:30.169Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30742026-03-26T14:54:30.235Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30752026-03-26T14:54:30.258Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30762026-03-26T14:54:30.486Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30772026-03-26T14:54:30.601Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30782026-03-26T14:54:30.623Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30792026-03-26T14:54:30.685Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30802026-03-26T14:54:30.777Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30812026-03-26T14:54:30.858Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30822026-03-26T14:54:30.880Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30832026-03-26T14:54:31.112Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30842026-03-26T14:54:31.173Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30852026-03-26T14:54:31.435Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30862026-03-26T14:54:31.460Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30872026-03-26T14:54:31.482Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30882026-03-26T14:54:31.523Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30892026-03-26T14:54:31.605Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30902026-03-26T14:54:31.761Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30912026-03-26T14:54:31.784Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30922026-03-26T14:54:31.841Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30932026-03-26T14:54:31.987Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30942026-03-26T14:54:32.010Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30952026-03-26T14:54:32.031Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30962026-03-26T14:54:32.053Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30972026-03-26T14:54:32.301Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30982026-03-26T14:54:32.301Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30992026-03-26T14:54:32.345Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31002026-03-26T14:54:32.348Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31012026-03-26T14:54:32.553Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31022026-03-26T14:54:32.574Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31032026-03-26T14:54:32.595Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31042026-03-26T14:54:32.749Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31052026-03-26T14:54:32.824Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31062026-03-26T14:54:32.847Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31072026-03-26T14:54:32.869Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31082026-03-26T14:54:33.024Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31092026-03-26T14:54:33.049Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31102026-03-26T14:54:33.094Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31112026-03-26T14:54:33.145Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31122026-03-26T14:54:33.199Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31132026-03-26T14:54:33.223Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31142026-03-26T14:54:33.243Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31152026-03-26T14:54:33.264Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31162026-03-26T14:54:33.616Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31172026-03-26T14:54:33.640Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31182026-03-26T14:54:34.012Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31192026-03-26T14:54:34.417Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31202026-03-26T14:54:34.488Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31212026-03-26T14:54:34.649Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31222026-03-26T14:54:34.943Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31232026-03-26T14:54:34.966Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31242026-03-26T14:54:35.068Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31252026-03-26T14:54:35.431Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31262026-03-26T14:54:35.605Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-03-26T14:54:35.871Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31282026-03-26T14:54:35.904Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31292026-03-26T14:54:36.209Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31302026-03-26T14:54:36.899Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31312026-03-26T14:54:37.595Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31322026-03-26T14:54:37.619Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31332026-03-26T14:54:37.834Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-03-26T14:54:37.894Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31352026-03-26T14:54:38.551Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31362026-03-26T14:54:38.589Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31372026-03-26T14:54:38.820Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31382026-03-26T14:54:38.843Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31392026-03-26T14:54:38.886Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31402026-03-26T14:54:39.096Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31412026-03-26T14:54:39.134Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31422026-03-26T14:54:39.256Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31432026-03-26T14:54:39.304Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31442026-03-26T14:54:39.355Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31452026-03-26T14:54:39.382Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31462026-03-26T14:54:39.408Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31472026-03-26T14:54:40.113Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31482026-03-26T14:54:40.371Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31492026-03-26T14:54:40.625Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31502026-03-26T14:54:41.219Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31512026-03-26T14:54:41.556Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31522026-03-26T14:54:41.590Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31532026-03-26T14:54:42.068Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31542026-03-26T14:54:42.320Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31552026-03-26T14:54:42.422Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31562026-03-26T14:54:42.701Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31572026-03-26T14:54:42.982Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31582026-03-26T14:54:43.014Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31592026-03-26T14:54:43.589Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31602026-03-26T14:54:43.630Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31612026-03-26T14:54:43.699Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31622026-03-26T14:54:43.947Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31632026-03-26T14:54:44.035Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31642026-03-26T14:54:44.057Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31652026-03-26T14:54:44.254Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31662026-03-26T14:54:44.992Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31672026-03-26T14:54:45.083Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31682026-03-26T14:54:45.335Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31692026-03-26T14:54:45.719Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31702026-03-26T14:54:46.132Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31712026-03-26T14:54:46.534Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31722026-03-26T14:54:47.311Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31732026-03-26T14:54:47.852Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31742026-03-26T14:54:47.896Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31752026-03-26T14:54:48.195Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31762026-03-26T14:54:48.454Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31772026-03-26T14:54:48.564Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31782026-03-26T14:54:48.914Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31792026-03-26T14:54:48.947Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31802026-03-26T14:54:49.257Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31812026-03-26T14:54:49.859Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31822026-03-26T14:54:49.953Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31832026-03-26T14:54:50.027Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31842026-03-26T14:54:50.050Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31852026-03-26T14:54:50.116Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31862026-03-26T14:54:50.255Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31872026-03-26T14:54:50.534Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31882026-03-26T14:54:51.202Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31892026-03-26T14:54:51.348Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31902026-03-26T14:54:52.207Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31912026-03-26T14:54:53.175Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31922026-03-26T14:54:53.451Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31932026-03-26T14:54:53.920Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31942026-03-26T14:54:56.158Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31952026-03-26T14:54:56.414Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31962026-03-26T14:54:56.460Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31972026-03-26T14:54:56.980Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31982026-03-26T14:54:57.002Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31992026-03-26T14:54:57.145Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32002026-03-26T14:54:57.186Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32012026-03-26T14:54:58.832Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32022026-03-26T14:54:59.903Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32032026-03-26T14:54:59.925Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32042026-03-26T14:54:59.997Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32052026-03-26T14:55:00.020Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32062026-03-26T14:55:00.857Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32072026-03-26T14:55:01.506Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32082026-03-26T14:55:01.532Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32092026-03-26T14:55:01.632Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32102026-03-26T14:55:01.688Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32112026-03-26T14:55:01.982Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32122026-03-26T14:55:02.198Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32132026-03-26T14:55:02.301Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32142026-03-26T14:55:02.449Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32152026-03-26T14:55:02.607Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32162026-03-26T14:55:03.003Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32172026-03-26T14:55:03.194Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-03-26T14:55:03.370Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32192026-03-26T14:55:04.101Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32202026-03-26T14:55:04.507Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32212026-03-26T14:55:04.879Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32222026-03-26T14:55:05.223Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32232026-03-26T14:55:05.670Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32242026-03-26T14:55:06.156Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32252026-03-26T14:55:07.234Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32262026-03-26T14:55:10.415Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32272026-03-26T14:55:10.958Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32282026-03-26T14:55:12.387Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32292026-03-26T14:55:13.072Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32302026-03-26T14:55:13.569Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32312026-03-26T14:55:15.188Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32322026-03-26T14:55:15.728Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32332026-03-26T14:55:17.678Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32342026-03-26T14:55:18.015Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32352026-03-26T14:55:18.702Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32362026-03-26T14:55:19.207Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32372026-03-26T14:55:19.991Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-03-26T14:55:20.036Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32392026-03-26T14:55:20.854Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32402026-03-26T14:55:22.709Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32412026-03-26T14:55:23.758Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32422026-03-26T14:55:24.305Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32432026-03-26T14:55:27.062Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32442026-03-26T14:55:27.814Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32452026-03-26T14:55:28.513Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32462026-03-26T14:55:29.561Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32472026-03-26T14:55:30.260Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32482026-03-26T14:55:30.961Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32492026-03-26T14:55:31.653Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32502026-03-26T14:55:32.461Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32512026-03-26T14:55:33.304Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32522026-03-26T14:55:33.349Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32532026-03-26T14:55:34.720Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32542026-03-26T14:55:36.421Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32552026-03-26T14:55:37.000Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32562026-03-26T14:55:37.952Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32572026-03-26T14:55:38.747Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32582026-03-26T14:55:40.069Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32592026-03-26T14:55:41.459Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32602026-03-26T14:55:42.600Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32612026-03-26T14:55:43.452Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32622026-03-26T14:55:44.343Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32632026-03-26T14:55:45.164Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32642026-03-26T14:55:46.421Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32652026-03-26T14:55:48.831Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32662026-03-26T14:55:49.161Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32672026-03-26T14:55:50.280Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32682026-03-26T14:55:51.432Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32692026-03-26T14:55:57.172Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32702026-03-26T14:55:58.814Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32712026-03-26T14:56:00.366Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32722026-03-26T14:56:01.908Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32732026-03-26T14:56:03.374Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32742026-03-26T14:56:04.787Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32752026-03-26T14:56:08.427Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32762026-03-26T14:56:09.893Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32772026-03-26T14:56:10.327Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32782026-03-26T14:56:11.417Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32792026-03-26T14:56:13.145Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32802026-03-26T14:56:14.992Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32812026-03-26T14:56:16.648Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32822026-03-26T14:56:18.604Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32832026-03-26T14:56:20.260Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32842026-03-26T14:56:22.288Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32852026-03-26T14:56:23.669Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32862026-03-26T14:56:25.349Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32872026-03-26T14:56:27.047Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32882026-03-26T14:56:28.770Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32892026-03-26T14:56:30.448Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32902026-03-26T14:56:31.918Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32912026-03-26T14:56:33.907Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32922026-03-26T14:56:35.334Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32932026-03-26T14:56:37.746Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32942026-03-26T14:56:39.083Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32952026-03-26T14:56:41.362Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32962026-03-26T14:56:43.269Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32972026-03-26T14:56:45.057Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32982026-03-26T14:56:47.298Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32992026-03-26T14:56:49.247Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33002026-03-26T14:56:51.175Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33012026-03-26T14:56:53.136Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33022026-03-26T14:56:55.173Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33032026-03-26T14:56:58.542Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33042026-03-26T14:56:59.517Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33052026-03-26T14:57:01.679Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33062026-03-26T14:57:03.775Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33072026-03-26T14:57:05.901Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33082026-03-26T14:57:08.141Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33092026-03-26T14:57:10.271Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33102026-03-26T14:57:12.369Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33112026-03-26T14:57:14.486Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33122026-03-26T14:57:16.871Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33132026-03-26T14:57:18.678Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33142026-03-26T14:57:21.162Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33152026-03-26T14:57:22.888Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33162026-03-26T14:57:25.041Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33172026-03-26T14:57:27.174Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33182026-03-26T14:57:29.429Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33192026-03-26T14:57:31.540Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33202026-03-26T14:57:33.606Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33212026-03-26T14:57:35.784Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33222026-03-26T14:57:38.112Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33232026-03-26T14:57:40.284Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33242026-03-26T14:57:42.473Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33252026-03-26T14:57:44.610Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33262026-03-26T14:57:46.838Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33272026-03-26T14:57:49.437Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33282026-03-26T14:57:51.370Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33292026-03-26T14:57:53.680Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33302026-03-26T14:57:55.988Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33312026-03-26T14:57:58.309Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33322026-03-26T14:58:00.560Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33332026-03-26T14:58:03.124Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33342026-03-26T14:58:05.283Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33352026-03-26T14:58:07.686Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33362026-03-26T14:58:10.119Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33372026-03-26T14:58:12.584Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33382026-03-26T14:58:14.830Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33392026-03-26T14:58:17.224Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33402026-03-26T14:58:19.821Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33412026-03-26T14:58:22.205Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33422026-03-26T14:58:24.652Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33432026-03-26T14:58:26.984Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33442026-03-26T14:58:29.349Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33452026-03-26T14:58:31.794Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33462026-03-26T14:58:34.243Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33472026-03-26T14:58:37.067Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33482026-03-26T14:58:39.366Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33492026-03-26T14:58:46.425Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33502026-03-26T14:58:46.620Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33512026-03-26T14:58:49.883Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33522026-03-26T14:58:53.038Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33532026-03-26T14:58:56.300Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33542026-03-26T14:58:59.455Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33552026-03-26T14:59:02.765Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33562026-03-26T14:59:05.941Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-03-26T14:59:09.214Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33582026-03-26T14:59:12.456Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33592026-03-26T14:59:15.700Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33602026-03-26T14:59:18.950Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33612026-03-26T14:59:22.170Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33622026-03-26T14:59:25.497Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33632026-03-26T14:59:28.614Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33642026-03-26T14:59:33.219Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33652026-03-26T14:59:36.007Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33662026-03-26T14:59:39.564Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33672026-03-26T14:59:43.108Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33682026-03-26T14:59:46.667Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33692026-03-26T14:59:50.239Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33702026-03-26T14:59:53.972Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33712026-03-26T14:59:57.531Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33722026-03-26T15:00:01.152Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33732026-03-26T15:00:04.691Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33742026-03-26T15:00:33.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 06s
33752026-03-26T15:00:33.186Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33762026-03-26T15:00:33.291Z
33772026-03-26T15:00:33.291Zreal 6:07.043091489
33782026-03-26T15:00:33.291Zuser 16:57.298520565
33792026-03-26T15:00:33.291Zsys 3:36.164060691
33802026-03-26T15:00:33.291Ztrap 0.257341515
33812026-03-26T15:00:33.291Ztflt 0.023376998
33822026-03-26T15:00:33.294Zdflt 0.034512118
33832026-03-26T15:00:33.294Zkflt 0.000024115
33842026-03-26T15:00:33.294Zlock 5:32:29.927759567
33852026-03-26T15:00:33.294Zslp 2:02:12.858068978
33862026-03-26T15:00:33.295Zlat 32.977015443
33872026-03-26T15:00:33.295Zstop 1:34.042152089
33882026-03-26T15:00:33.295Zprocess exited: duration 792540 ms, exit code 0
 
33892026-03-26T15:00:33.301Zfound 0 output files