01KMRBP90CYRV3JS7S1KKPWBH6: clippy (helios)

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

Buildomat Job: 01KMRBPMWFE2VGKKMM52TMQBBA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T19:21:36.759Zjob assigned to worker 01KMRBVSQ10NHRRJEG6RE25WK6 [factory aws, i-08b1c4e31ec13efd6] (queued for 3 m 40 s)
 
22026-03-27T19:21:43.441Zstarting task 0: "setup"
32026-03-27T19:21:43.447Z++ uname -s
42026-03-27T19:21:43.451Z+ kern=SunOS
52026-03-27T19:21:43.451Z+ build_user=build
62026-03-27T19:21:43.451Z+ build_uid=12345
72026-03-27T19:21:43.451Z+ work_dir=/work
82026-03-27T19:21:43.451Z+ input_dir=/input
92026-03-27T19:21:43.451Z+ [[ 0 == 12345 ]]
102026-03-27T19:21:43.451Z+ case "$kern" in
112026-03-27T19:21:43.451Z+ groupadd -g 12345 build
122026-03-27T19:21:43.455Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T19:21:45.457Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T19:21:45.572Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T19:21:45.575Z+ home_fs=zfs
162026-03-27T19:21:45.575Z+ [[ zfs == autofs ]]
172026-03-27T19:21:45.575Z+ mkdir -p /home/build
182026-03-27T19:21:45.575Z+ chown build:build /home/build /work
192026-03-27T19:21:47.577Z+ chmod 0700 /home/build /work
202026-03-27T19:21:47.581Zprocess exited: duration 4137 ms, exit code 0
 
212026-03-27T19:21:47.588Zstarting task 1: "rust-toolchain"
222026-03-27T19:21:47.591Z * rust toolchain channel = "1.94.0"
232026-03-27T19:21:47.591Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-03-27T19:21:47.591Z * rust toolchain profile = "default"
252026-03-27T19:21:47.591Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-27T19:21:47.591Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T19:21:47.591Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T19:21:47.594Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T19:21:47.594Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-27T19:21:47.739Zinfo: downloading installer
312026-03-27T19:21:49.095Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T19:21:49.095Zwarn: /opt/ooce/bin
332026-03-27T19:21:49.095Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T19:21:49.095Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T19:21:49.095Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T19:21:49.095Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T19:21:49.095Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T19:21:49.095Zerror: cannot install while Rust is installed
392026-03-27T19:21:49.095Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T19:21:49.096Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T19:21:49.096Zwarn: /home/build/.rustup/settings.toml
422026-03-27T19:21:49.096Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T19:21:49.096Zwarn: instead of the one inferred from the default host triple.
442026-03-27T19:21:49.109Zinfo: profile set to default
452026-03-27T19:21:49.109Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T19:21:49.112Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-27T19:21:49.248Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-27T19:21:49.250Zinfo: downloading 6 components
492026-03-27T19:22:03.571Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-27T19:22:03.571Z
512026-03-27T19:22:03.608Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-27T19:22:03.608Z
532026-03-27T19:22:03.611Z
542026-03-27T19:22:03.611ZRust is installed now. Great!
552026-03-27T19:22:03.612Z
562026-03-27T19:22:03.612ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T19:22:03.612Zenvironment variable. This has not been done automatically.
582026-03-27T19:22:03.612Z
592026-03-27T19:22:03.612ZTo configure your current shell, you need to source
602026-03-27T19:22:03.612Zthe corresponding env file under $HOME/.cargo.
612026-03-27T19:22:03.612Z
622026-03-27T19:22:03.612ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T19:22:03.612Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T19:22:03.612Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T19:22:03.612Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T19:22:03.612Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T19:22:03.612Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T19:22:03.612Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T19:22:03.612Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T19:22:03.612Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T19:22:03.708Z+ rustup --version
722026-03-27T19:22:03.717Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T19:22:03.721Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T19:22:03.738Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-27T19:22:03.741Z+ cargo --version
762026-03-27T19:22:03.754Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-27T19:22:03.757Z+ rustc --version
782026-03-27T19:22:03.777Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-27T19:22:03.780Zprocess exited: duration 16191 ms, exit code 0
 
802026-03-27T19:22:03.786Zstarting task 2: "authentication"
812026-03-27T19:22:03.802Zprocess exited: duration 16 ms, exit code 0
 
822026-03-27T19:22:03.808Zstarting task 3: "clone repository"
832026-03-27T19:22:03.811Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-27T19:22:03.814Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-27T19:22:03.895ZCloning into '/work/oxidecomputer/omicron'...
862026-03-27T19:22:14.848Z+ cd /work/oxidecomputer/omicron
872026-03-27T19:22:14.848Z+ git fetch origin d21f63109e212305c2062ece19710f3ecea344fa
882026-03-27T19:22:15.136ZFrom https://github.com/oxidecomputer/omicron
892026-03-27T19:22:15.136Z * branch d21f63109e212305c2062ece19710f3ecea344fa -> FETCH_HEAD
902026-03-27T19:22:15.145Z+ [[ -n eliza/ereports-seen ]]
912026-03-27T19:22:15.148Z++ git branch --show-current
922026-03-27T19:22:15.148Z+ current=main
932026-03-27T19:22:15.148Z+ [[ main != eliza/ereports-seen ]]
942026-03-27T19:22:15.148Z+ git branch -f eliza/ereports-seen d21f63109e212305c2062ece19710f3ecea344fa
952026-03-27T19:22:15.152Z+ git checkout -f eliza/ereports-seen
962026-03-27T19:22:15.389ZSwitched to branch 'eliza/ereports-seen'
972026-03-27T19:22:15.392Z+ git reset --hard d21f63109e212305c2062ece19710f3ecea344fa
982026-03-27T19:22:15.410ZHEAD is now at d21f63109 make sure empty vec doesn't kill it
992026-03-27T19:22:15.413Zprocess exited: duration 11602 ms, exit code 0
 
1002026-03-27T19:22:15.420Zstarting task 4: "build"
1012026-03-27T19:22:15.424Z+ source ./env.sh
1022026-03-27T19:22:15.424Z++ OLD_SHELL_OPTS=ehxB
1032026-03-27T19:22:15.424Z++ set -o xtrace
1042026-03-27T19:22:15.427Z++++ dirname ./env.sh
1052026-03-27T19:22:15.430Z+++ readlink -f .
1062026-03-27T19:22:15.432Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-27T19:22:15.433Z++ 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-27T19:22:15.433Z++ 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-27T19:22:15.433Z++ 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-27T19:22:15.433Z++ 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-27T19:22:15.433Z++ 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-27T19:22:15.433Z++ 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-27T19:22:15.433Z++ 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-27T19:22:15.433Z++ 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-27T19:22:15.433Z++ case $OLD_SHELL_OPTS in
1162026-03-27T19:22:15.433Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-27T19:22:15.433Z+ source .github/buildomat/ci-env.sh
1182026-03-27T19:22:15.433Z++ export CARGO_TERM_COLOR=always
1192026-03-27T19:22:15.433Z++ CARGO_TERM_COLOR=always
1202026-03-27T19:22:15.433Z+ cargo --version
1212026-03-27T19:22:15.439Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-27T19:22:15.442Z+ rustc --version
1232026-03-27T19:22:15.464Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-27T19:22:15.467Z+ banner prerequisites
1252026-03-27T19:22:15.470Z
1262026-03-27T19:22:15.470Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-27T19:22:15.470Z # # # # # # # # # # # # # # #
1282026-03-27T19:22:15.470Z # # # # ##### # # ##### # # # # # #### #
1292026-03-27T19:22:15.470Z ##### ##### # ##### # # # # # # # # #
1302026-03-27T19:22:15.470Z # # # # # # # # # # # # # # #
1312026-03-27T19:22:15.470Z # # # ###### # # ###### ### # #### # #### #
1322026-03-27T19:22:15.470Z
1332026-03-27T19:22:15.470Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-27T19:22:25.704Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-27T19:22:32.781Z Startup: Caching catalogs ... Done
1362026-03-27T19:22:37.176ZPlanning: Solver setup ... Done (2.798s)
1372026-03-27T19:22:37.194ZPlanning: Running solver ... Done (0.018s)
1382026-03-27T19:22:37.312ZPlanning: Finding local manifests ... Done (0.002s)
1392026-03-27T19:22:37.324ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-27T19:22:37.418ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-27T19:22:37.449ZPlanning: Package planning ... Done (0.031s)
1422026-03-27T19:22:37.477ZPlanning: Merging actions ... Done (0.028s)
1432026-03-27T19:22:38.134ZPlanning: Checking for conflicting actions ... Done (0.657s)
1442026-03-27T19:22:38.140ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-03-27T19:22:43.349ZPlanning: Evaluating mediators ... Done (5.208s)
1462026-03-27T19:22:43.355ZPlanning: Planning completed in 10.41 seconds
1472026-03-27T19:22:43.366Z Packages to install: 4
1482026-03-27T19:22:43.366Z Mediators to change: 2
1492026-03-27T19:22:43.366Z Services to change: 1
1502026-03-27T19:22:43.366Z Estimated space available: 155.35 GB
1512026-03-27T19:22:43.366ZEstimated space to be consumed: 1.83 GB
1522026-03-27T19:22:43.369Z Create boot environment: No
1532026-03-27T19:22:43.369ZCreate backup boot environment: No
1542026-03-27T19:22:43.369Z Rebuild boot archive: No
1552026-03-27T19:22:43.369Z
1562026-03-27T19:22:43.369ZChanged mediators:
1572026-03-27T19:22:43.369Z mediator clang:
1582026-03-27T19:22:43.370Z version: None -> 15 (system default)
1592026-03-27T19:22:43.370Z
1602026-03-27T19:22:43.370Z mediator llvm:
1612026-03-27T19:22:43.370Z version: 14 (system default) -> 15 (system default)
1622026-03-27T19:22:43.370Z
1632026-03-27T19:22:43.370ZChanged packages:
1642026-03-27T19:22:43.370Zhelios-dev
1652026-03-27T19:22:43.370Z developer/build-essential
1662026-03-27T19:22:43.370Z None -> 11-2.0
1672026-03-27T19:22:43.370Z library/libxmlsec1
1682026-03-27T19:22:43.370Z None -> 1.2.35-2.0
1692026-03-27T19:22:43.370Z ooce/developer/clang-15
1702026-03-27T19:22:43.370Z None -> 15.0.7-2.0
1712026-03-27T19:22:43.370Z ooce/developer/llvm-15
1722026-03-27T19:22:43.370Z None -> 15.0.7-2.0
1732026-03-27T19:22:43.370Z
1742026-03-27T19:22:43.370ZServices:
1752026-03-27T19:22:43.370Z restart_fmri:
1762026-03-27T19:22:43.370Z svc:/system/update-man-index:default
1772026-03-27T19:22:43.504Z
1782026-03-27T19:22:43.504ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-27T19:22:48.505ZDownload: 2364/3290 items 119.7/212.6MB 56% complete (24.1M/s)
1802026-03-27T19:22:51.745ZDownload: Completed 212.60 MB in 8.24 seconds (25.8M/s)
1812026-03-27T19:22:52.015Z Actions: 1/3689 actions (Installing new actions)
1822026-03-27T19:22:55.934Z Actions: Completed 3689 actions in 3.92 seconds.
1832026-03-27T19:22:56.235Z Done (0.298s)
1842026-03-27T19:22:56.235Z Done (0.000s)
1852026-03-27T19:22:56.931Z Done (0.696s)
1862026-03-27T19:23:01.513Z Done (4.247s)
1872026-03-27T19:23:01.672Z Done (0.096s)
1882026-03-27T19:23:01.675Z Done (0.000s)
1892026-03-27T19:23:01.799Z Done (0.000s)
1902026-03-27T19:23:02.641ZPlanning: Evaluating mediator changes ... Done
1912026-03-27T19:23:02.747ZPlanning: Checking for conflicting actions ... Done
1922026-03-27T19:23:02.751ZPlanning: Consolidating action changes ... Done
1932026-03-27T19:23:02.905ZPlanning: Evaluating mediators ... Done
1942026-03-27T19:23:02.908ZPlanning: Planning completed in 0.26 seconds
1952026-03-27T19:23:02.926Z Mediators to change: 2
1962026-03-27T19:23:02.926Z Create boot environment: No
1972026-03-27T19:23:02.926ZCreate backup boot environment: No
1982026-03-27T19:23:03.000Z Done
1992026-03-27T19:23:03.000Z Done
2002026-03-27T19:23:03.593Z Done
2012026-03-27T19:23:06.147Z Done
2022026-03-27T19:23:06.218Z Done
2032026-03-27T19:23:06.222Z Done
2042026-03-27T19:23:06.384Z Done
2052026-03-27T19:23:06.786ZPlanning: Evaluating mediator changes ... Done
2062026-03-27T19:23:06.791ZPlanning: Merging actions ... Done
2072026-03-27T19:23:06.930ZPlanning: Checking for conflicting actions ... Done
2082026-03-27T19:23:06.933ZPlanning: Consolidating action changes ... Done
2092026-03-27T19:23:07.070ZPlanning: Evaluating mediators ... Done
2102026-03-27T19:23:07.098ZPlanning: Planning completed in 0.45 seconds
2112026-03-27T19:23:07.120Z Packages to change: 1
2122026-03-27T19:23:07.120Z Mediators to change: 1
2132026-03-27T19:23:07.120Z Services to change: 1
2142026-03-27T19:23:07.120Z Create boot environment: No
2152026-03-27T19:23:07.120ZCreate backup boot environment: Yes
2162026-03-27T19:23:09.145Z Actions: 1/6 actions (Updating modified actions)
2172026-03-27T19:23:09.149Z Actions: Completed 6 actions in 0.00 seconds.
2182026-03-27T19:23:09.149Z Done
2192026-03-27T19:23:09.149Z Done
2202026-03-27T19:23:09.281Z Done
2212026-03-27T19:23:11.770Z Done
2222026-03-27T19:23:11.841Z Done
2232026-03-27T19:23:11.843Z Done
2242026-03-27T19:23:11.987Z Done
2252026-03-27T19:23:12.277ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-03-27T19:23:12.278Zclang system 15 system
2272026-03-27T19:23:12.278Zcsh system system illumos
2282026-03-27T19:23:12.278Zctags system system illumos
2292026-03-27T19:23:12.278Zfile system system illumos
2302026-03-27T19:23:12.278Zgcc vendor 12 vendor
2312026-03-27T19:23:12.278Zgcc system 14 system
2322026-03-27T19:23:12.278Zgcc system 10 system
2332026-03-27T19:23:12.278Zgo system 1.20 system
2342026-03-27T19:23:12.278Zgo system 1.19 system
2352026-03-27T19:23:12.278Zllvm system 15 system
2362026-03-27T19:23:12.278Zllvm system 14 system
2372026-03-27T19:23:12.278Zmariadb system 10.6 system
2382026-03-27T19:23:12.278Zmta vendor vendor dma
2392026-03-27T19:23:12.278Zopenjdk system 17 system
2402026-03-27T19:23:12.278Zopenjdk system 11 system
2412026-03-27T19:23:12.278Zopenjdk system 1.8 system
2422026-03-27T19:23:12.278Zopenssl vendor 3 vendor
2432026-03-27T19:23:12.278Zperl system 5.36 system
2442026-03-27T19:23:12.278Zpostgresql system 15 system
2452026-03-27T19:23:12.278Zpostgresql system 13 system
2462026-03-27T19:23:12.278Zpython vendor 3 vendor
2472026-03-27T19:23:12.278Zpython system 2 system
2482026-03-27T19:23:12.278Zpython3 system 3.11 system
2492026-03-27T19:23:12.278Zruby system 3.0 system
2502026-03-27T19:23:12.278Zwords vendor vendor american-english
2512026-03-27T19:23:12.279Zwords system system australian-english
2522026-03-27T19:23:12.279Zwords system system british-english
2532026-03-27T19:23:12.279Zwords system system canadian-english
2542026-03-27T19:23:12.279Zwords system system french
2552026-03-27T19:23:12.279Zwords system system italian
2562026-03-27T19:23:12.279Zwords system system ngerman
2572026-03-27T19:23:12.279Zwords system system ogerman
2582026-03-27T19:23:12.279Zwords system system spanish
2592026-03-27T19:23:12.502ZPUBLISHER TYPE STATUS P LOCATION
2602026-03-27T19:23:12.502Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-03-27T19:23:16.841ZFMRI IFO
2622026-03-27T19:23:16.841Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-03-27T19:23:16.841Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-03-27T19:23:16.841Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-03-27T19:23:16.841Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-03-27T19:23:16.841Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-03-27T19:23:16.841Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-03-27T19:23:16.841Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-03-27T19:23:16.841Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-03-27T19:23:16.842Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-03-27T19:23:16.842Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-03-27T19:23:16.842Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-03-27T19:23:16.842Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-03-27T19:23:16.842Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-03-27T19:23:16.842Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-03-27T19:23:16.842Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-03-27T19:23:16.842Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-03-27T19:23:17.941Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-03-27T19:23:18.215Z Updating crates.io index
2802026-03-27T19:23:18.251Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-03-27T19:23:18.513Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-03-27T19:23:19.410Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2832026-03-27T19:23:19.996Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842026-03-27T19:23:20.765Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852026-03-27T19:23:21.255Z Updating git repository `https://github.com/oxidecomputer/propolis`
2862026-03-27T19:23:22.598Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872026-03-27T19:23:23.913Z Updating git repository `https://github.com/oxidecomputer/opte`
2882026-03-27T19:23:24.871Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892026-03-27T19:23:25.123Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902026-03-27T19:23:25.974Z Updating git repository `https://github.com/oxidecomputer/clickward`
2912026-03-27T19:23:26.246Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2922026-03-27T19:23:26.771Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2932026-03-27T19:23:27.125Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2942026-03-27T19:23:27.979Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2952026-03-27T19:23:28.444Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2962026-03-27T19:23:28.948Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2972026-03-27T19:23:29.322Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2982026-03-27T19:23:29.748Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2992026-03-27T19:23:29.992Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3002026-03-27T19:23:30.225Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3012026-03-27T19:23:30.485Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3022026-03-27T19:23:30.965Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3032026-03-27T19:23:31.543Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3042026-03-27T19:23:31.942Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3052026-03-27T19:23:32.340Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3062026-03-27T19:23:32.631Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072026-03-27T19:23:32.970Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3082026-03-27T19:23:34.394Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-03-27T19:23:34.762Z Updating git repository `https://github.com/oxidecomputer/crucible`
3102026-03-27T19:23:35.392Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-27T19:23:35.761Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-27T19:23:36.076Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-27T19:23:36.365Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-27T19:23:36.792Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-27T19:23:37.260Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-27T19:23:37.515Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-27T19:23:37.816Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-27T19:23:38.228Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-27T19:23:50.979Z Downloading crates ...
3202026-03-27T19:23:51.036Z Downloaded sha2 v0.10.9
3212026-03-27T19:23:51.048Z Downloaded usdt-macro v0.5.0
3222026-03-27T19:23:51.058Z Downloaded typeid v1.0.3
3232026-03-27T19:23:51.062Z Downloaded toml_write v0.1.2
3242026-03-27T19:23:51.066Z Downloaded unicode-xid v0.2.6
3252026-03-27T19:23:51.066Z Downloaded toml_datetime v0.6.11
3262026-03-27T19:23:51.071Z Downloaded dof v0.3.0
3272026-03-27T19:23:51.075Z Downloaded synstructure v0.13.2
3282026-03-27T19:23:51.075Z Downloaded is_terminal_polyfill v1.70.2
3292026-03-27T19:23:51.075Z Downloaded heck v0.4.1
3302026-03-27T19:23:51.078Z Downloaded zerofrom-derive v0.1.6
3312026-03-27T19:23:51.079Z Downloaded yoke-derive v0.8.1
3322026-03-27T19:23:51.079Z Downloaded utf8_iter v1.0.4
3332026-03-27T19:23:51.079Z Downloaded thread-id v4.2.2
3342026-03-27T19:23:51.085Z Downloaded unicode-linebreak v0.1.5
3352026-03-27T19:23:51.089Z Downloaded zerofrom v0.1.6
3362026-03-27T19:23:51.092Z Downloaded utf8parse v0.2.2
3372026-03-27T19:23:51.092Z Downloaded zmij v1.0.21
3382026-03-27T19:23:51.096Z Downloaded writeable v0.6.2
3392026-03-27T19:23:51.096Z Downloaded usdt-attr-macro v0.5.0
3402026-03-27T19:23:51.096Z Downloaded usdt v0.5.0
3412026-03-27T19:23:51.096Z Downloaded fnv v1.0.7
3422026-03-27T19:23:51.100Z Downloaded dtrace-parser v0.2.0
3432026-03-27T19:23:51.100Z Downloaded version_check v0.9.5
3442026-03-27T19:23:51.100Z Downloaded tinystr v0.8.2
3452026-03-27T19:23:51.104Z Downloaded cargo-platform v0.2.0
3462026-03-27T19:23:51.104Z Downloaded thiserror-impl v1.0.69
3472026-03-27T19:23:51.104Z Downloaded thiserror v1.0.69
3482026-03-27T19:23:51.107Z Downloaded serde_spanned v0.6.9
3492026-03-27T19:23:51.108Z Downloaded yoke v0.8.1
3502026-03-27T19:23:51.108Z Downloaded zerovec-derive v0.11.2
3512026-03-27T19:23:51.108Z Downloaded thiserror-impl v2.0.18
3522026-03-27T19:23:51.113Z Downloaded usdt-impl v0.5.0
3532026-03-27T19:23:51.117Z Downloaded toml v0.8.23
3542026-03-27T19:23:51.117Z Downloaded thiserror v2.0.18
3552026-03-27T19:23:51.120Z Downloaded scroll_derive v0.12.1
3562026-03-27T19:23:51.120Z Downloaded zerocopy-derive v0.7.35
3572026-03-27T19:23:51.124Z Downloaded unicode-ident v1.0.24
3582026-03-27T19:23:51.124Z Downloaded url v2.5.8
3592026-03-27T19:23:51.128Z Downloaded toml_edit v0.22.27
3602026-03-27T19:23:51.128Z Downloaded ucd-trie v0.1.7
3612026-03-27T19:23:51.132Z Downloaded cfg-if v1.0.4
3622026-03-27T19:23:51.132Z Downloaded typenum v1.19.0
3632026-03-27T19:23:51.132Z Downloaded proc-macro-error-attr v1.0.4
3642026-03-27T19:23:51.132Z Downloaded equivalent v1.0.2
3652026-03-27T19:23:51.135Z Downloaded textwrap v0.16.2
3662026-03-27T19:23:51.136Z Downloaded zerotrie v0.2.3
3672026-03-27T19:23:51.136Z Downloaded serde-value v0.7.0
3682026-03-27T19:23:51.139Z Downloaded smawk v0.3.2
3692026-03-27T19:23:51.143Z Downloaded heck v0.5.0
3702026-03-27T19:23:51.146Z Downloaded plain v0.2.3
3712026-03-27T19:23:51.150Z Downloaded zerovec v0.11.5
3722026-03-27T19:23:51.154Z Downloaded form_urlencoded v1.2.2
3732026-03-27T19:23:51.157Z Downloaded zerocopy v0.7.35
3742026-03-27T19:23:51.165Z Downloaded pretty-hex v0.4.1
3752026-03-27T19:23:51.168Z Downloaded winnow v0.7.14
3762026-03-27T19:23:51.172Z Downloaded swrite v0.1.0
3772026-03-27T19:23:51.172Z Downloaded itoa v1.0.17
3782026-03-27T19:23:51.176Z Downloaded block-buffer v0.10.4
3792026-03-27T19:23:51.176Z Downloaded unicode-width v0.2.0
3802026-03-27T19:23:51.180Z Downloaded unicode-width v0.1.14
3812026-03-27T19:23:51.180Z Downloaded cpufeatures v0.2.17
3822026-03-27T19:23:51.184Z Downloaded fastrand v2.3.0
3832026-03-27T19:23:51.201Z Downloaded ordered-float v2.10.1
3842026-03-27T19:23:51.204Z Downloaded stable_deref_trait v1.2.1
3852026-03-27T19:23:51.234Z Downloaded potential_utf v0.1.4
3862026-03-27T19:23:51.242Z Downloaded macaddr v1.0.1
3872026-03-27T19:23:51.246Z Downloaded errno v0.3.14
3882026-03-27T19:23:51.246Z Downloaded colorchoice v1.0.4
3892026-03-27T19:23:51.258Z Downloaded memmap v0.7.0
3902026-03-27T19:23:51.264Z Downloaded tabled_derive v0.7.0
3912026-03-27T19:23:51.268Z Downloaded idna_adapter v1.2.1
3922026-03-27T19:23:51.268Z Downloaded clap_lex v1.0.0
3932026-03-27T19:23:51.272Z Downloaded terminal_size v0.4.3
3942026-03-27T19:23:51.296Z Downloaded percent-encoding v2.3.2
3952026-03-27T19:23:51.299Z Downloaded strsim v0.11.1
3962026-03-27T19:23:51.303Z Downloaded generic-array v0.14.7
3972026-03-27T19:23:51.303Z Downloaded anstyle-query v1.1.5
3982026-03-27T19:23:51.309Z Downloaded cargo_metadata v0.21.0
3992026-03-27T19:23:51.314Z Downloaded displaydoc v0.2.5
4002026-03-27T19:23:51.322Z Downloaded serde_tokenstream v0.2.3
4012026-03-27T19:23:51.326Z Downloaded crypto-common v0.1.7
4022026-03-27T19:23:51.343Z Downloaded anstyle-parse v0.2.7
4032026-03-27T19:23:51.347Z Downloaded camino-tempfile v1.4.1
4042026-03-27T19:23:51.352Z Downloaded digest v0.10.7
4052026-03-27T19:23:51.355Z Downloaded autocfg v1.5.0
4062026-03-27T19:23:51.356Z Downloaded quote v1.0.44
4072026-03-27T19:23:51.364Z Downloaded byteorder v1.5.0
4082026-03-27T19:23:51.370Z Downloaded serde-untagged v0.1.9
4092026-03-27T19:23:51.374Z Downloaded scroll v0.12.0
4102026-03-27T19:23:51.377Z Downloaded bytecount v0.6.9
4112026-03-27T19:23:51.377Z Downloaded anstyle v1.0.13
4122026-03-27T19:23:51.381Z Downloaded anstream v0.6.21
4132026-03-27T19:23:51.393Z Downloaded cargo_toml v0.21.0
4142026-03-27T19:23:51.405Z Downloaded semver v1.0.27
4152026-03-27T19:23:51.410Z Downloaded proc-macro-error v1.0.4
4162026-03-27T19:23:51.414Z Downloaded litemap v0.8.1
4172026-03-27T19:23:51.414Z Downloaded icu_properties v2.1.2
4182026-03-27T19:23:51.414Z Downloaded cargo-util-schemas v0.8.2
4192026-03-27T19:23:51.418Z Downloaded erased-serde v0.4.9
4202026-03-27T19:23:51.436Z Downloaded bitflags v2.11.0
4212026-03-27T19:23:51.451Z Downloaded fs-err v3.3.0
4222026-03-27T19:23:51.455Z Downloaded clap_derive v4.5.55
4232026-03-27T19:23:51.485Z Downloaded once_cell v1.21.3
4242026-03-27T19:23:51.496Z Downloaded camino v1.2.2
4252026-03-27T19:23:51.501Z Downloaded pest_generator v2.8.6
4262026-03-27T19:23:51.508Z Downloaded serde_derive v1.0.228
4272026-03-27T19:23:51.512Z Downloaded log v0.4.29
4282026-03-27T19:23:51.517Z Downloaded smallvec v1.15.1
4292026-03-27T19:23:51.522Z Downloaded anyhow v1.0.102
4302026-03-27T19:23:51.522Z Downloaded serde_core v1.0.228
4312026-03-27T19:23:51.522Z Downloaded icu_provider v2.1.1
4322026-03-27T19:23:51.531Z Downloaded papergrid v0.11.0
4332026-03-27T19:23:51.535Z Downloaded num-traits v0.2.19
4342026-03-27T19:23:51.536Z Downloaded clap v4.5.60
4352026-03-27T19:23:51.543Z Downloaded tempfile v3.25.0
4362026-03-27T19:23:51.554Z Downloaded getrandom v0.4.1
4372026-03-27T19:23:51.563Z Downloaded icu_normalizer v2.1.1
4382026-03-27T19:23:51.582Z Downloaded pest_derive v2.8.6
4392026-03-27T19:23:51.596Z Downloaded pest_meta v2.8.6
4402026-03-27T19:23:51.604Z Downloaded proc-macro2 v1.0.106
4412026-03-27T19:23:51.614Z Downloaded icu_locale_core v2.1.1
4422026-03-27T19:23:51.618Z Downloaded hashbrown v0.16.1
4432026-03-27T19:23:51.622Z Downloaded serde v1.0.228
4442026-03-27T19:23:51.630Z Downloaded icu_normalizer_data v2.1.1
4452026-03-27T19:23:51.640Z Downloaded memchr v2.8.0
4462026-03-27T19:23:51.644Z Downloaded icu_collections v2.1.1
4472026-03-27T19:23:51.666Z Downloaded indexmap v2.13.0
4482026-03-27T19:23:51.682Z Downloaded pest v2.8.6
4492026-03-27T19:23:51.722Z Downloaded serde_json v1.0.149
4502026-03-27T19:23:51.737Z Downloaded idna v1.1.0
4512026-03-27T19:23:51.740Z Downloaded icu_properties_data v2.1.2
4522026-03-27T19:23:51.744Z Downloaded clap_builder v4.5.60
4532026-03-27T19:23:51.769Z Downloaded goblin v0.8.2
4542026-03-27T19:23:51.785Z Downloaded tabled v0.15.0
4552026-03-27T19:23:51.802Z Downloaded syn v1.0.109
4562026-03-27T19:23:51.820Z Downloaded syn v2.0.117
4572026-03-27T19:23:51.846Z Downloaded rustix v1.1.3
4582026-03-27T19:23:51.919Z Downloaded libc v0.2.180
4592026-03-27T19:23:51.983Z Compiling proc-macro2 v1.0.106
4602026-03-27T19:23:51.983Z Compiling quote v1.0.44
4612026-03-27T19:23:51.984Z Compiling unicode-ident v1.0.24
4622026-03-27T19:23:51.988Z Compiling serde_core v1.0.228
4632026-03-27T19:23:51.988Z Compiling libc v0.2.180
4642026-03-27T19:23:51.988Z Compiling version_check v0.9.5
4652026-03-27T19:23:51.988Z Compiling stable_deref_trait v1.2.1
4662026-03-27T19:23:51.988Z Compiling memchr v2.8.0
4672026-03-27T19:23:52.298Z Compiling serde v1.0.228
4682026-03-27T19:23:52.317Z Compiling zmij v1.0.21
4692026-03-27T19:23:52.881Z Compiling thiserror v1.0.69
4702026-03-27T19:23:52.923Z Compiling ucd-trie v0.1.7
4712026-03-27T19:23:52.926Z Compiling autocfg v1.5.0
4722026-03-27T19:23:52.926Z Compiling itoa v1.0.17
4732026-03-27T19:23:53.143Z Compiling pest v2.8.6
4742026-03-27T19:23:53.191Z Compiling writeable v0.6.2
4752026-03-27T19:23:53.224Z Compiling litemap v0.8.1
4762026-03-27T19:23:53.371Z Compiling icu_normalizer_data v2.1.1
4772026-03-27T19:23:53.389Z Compiling byteorder v1.5.0
4782026-03-27T19:23:53.405Z Compiling rustix v1.1.3
4792026-03-27T19:23:53.422Z Compiling icu_properties_data v2.1.2
4802026-03-27T19:23:53.674Z Compiling errno v0.3.14
4812026-03-27T19:23:53.757Z Compiling syn v2.0.117
4822026-03-27T19:23:53.821Z Compiling bitflags v2.11.0
4832026-03-27T19:23:53.825Z Compiling serde_json v1.0.149
4842026-03-27T19:23:54.080Z Compiling num-traits v0.2.19
4852026-03-27T19:23:54.097Z Compiling equivalent v1.0.2
4862026-03-27T19:23:54.168Z Compiling pest_meta v2.8.6
4872026-03-27T19:23:54.192Z Compiling typeid v1.0.3
4882026-03-27T19:23:54.267Z Compiling hashbrown v0.16.1
4892026-03-27T19:23:54.373Z Compiling smallvec v1.15.1
4902026-03-27T19:23:54.668Z Compiling thread-id v4.2.2
4912026-03-27T19:23:54.751Z Compiling indexmap v2.13.0
4922026-03-27T19:23:54.788Z Compiling usdt-impl v0.5.0
4932026-03-27T19:23:54.791Z Compiling proc-macro-error-attr v1.0.4
4942026-03-27T19:23:54.822Z Compiling syn v1.0.109
4952026-03-27T19:23:55.002Z Compiling toml_write v0.1.2
4962026-03-27T19:23:55.111Z Compiling erased-serde v0.4.9
4972026-03-27T19:23:55.129Z Compiling winnow v0.7.14
4982026-03-27T19:23:55.423Z Compiling proc-macro-error v1.0.4
4992026-03-27T19:23:55.466Z Compiling getrandom v0.4.1
5002026-03-27T19:23:55.605Z Compiling camino v1.2.2
5012026-03-27T19:23:55.775Z Compiling plain v0.2.3
5022026-03-27T19:23:55.807Z Compiling thiserror v2.0.18
5032026-03-27T19:23:55.870Z Compiling utf8_iter v1.0.4
5042026-03-27T19:23:55.888Z Compiling utf8parse v0.2.2
5052026-03-27T19:23:55.916Z Compiling percent-encoding v2.3.2
5062026-03-27T19:23:55.993Z Compiling log v0.4.29
5072026-03-27T19:23:56.010Z Compiling anstyle-parse v0.2.7
5082026-03-27T19:23:56.079Z Compiling form_urlencoded v1.2.2
5092026-03-27T19:23:56.133Z Compiling ordered-float v2.10.1
5102026-03-27T19:23:56.303Z Compiling synstructure v0.13.2
5112026-03-27T19:23:56.329Z Compiling pest_generator v2.8.6
5122026-03-27T19:23:56.406Z Compiling terminal_size v0.4.3
5132026-03-27T19:23:56.591Z Compiling anstyle-query v1.1.5
5142026-03-27T19:23:56.650Z Compiling cfg-if v1.0.4
5152026-03-27T19:23:56.699Z Compiling is_terminal_polyfill v1.70.2
5162026-03-27T19:23:56.699Z Compiling colorchoice v1.0.4
5172026-03-27T19:23:56.735Z Compiling pretty-hex v0.4.1
5182026-03-27T19:23:56.754Z Compiling anstyle v1.0.13
5192026-03-27T19:23:56.926Z Compiling serde-untagged v0.1.9
5202026-03-27T19:23:56.963Z Compiling anstream v0.6.21
5212026-03-27T19:23:57.007Z Compiling semver v1.0.27
5222026-03-27T19:23:57.073Z Compiling fs-err v3.3.0
5232026-03-27T19:23:57.171Z Compiling unicode-width v0.1.14
5242026-03-27T19:23:57.262Z Compiling clap_lex v1.0.0
5252026-03-27T19:23:57.280Z Compiling bytecount v0.6.9
5262026-03-27T19:23:57.320Z Compiling fnv v1.0.7
5272026-03-27T19:23:57.340Z Compiling unicode-xid v0.2.6
5282026-03-27T19:23:57.413Z Compiling once_cell v1.21.3
5292026-03-27T19:23:57.432Z Compiling fastrand v2.3.0
5302026-03-27T19:23:57.465Z Compiling heck v0.5.0
5312026-03-27T19:23:57.492Z Compiling anyhow v1.0.102
5322026-03-27T19:23:57.631Z Compiling strsim v0.11.1
5332026-03-27T19:23:57.690Z Compiling heck v0.4.1
5342026-03-27T19:23:57.708Z Compiling tempfile v3.25.0
5352026-03-27T19:23:57.751Z Compiling papergrid v0.11.0
5362026-03-27T19:23:57.918Z Compiling clap_builder v4.5.60
5372026-03-27T19:23:58.020Z Compiling memmap v0.7.0
5382026-03-27T19:23:58.039Z Compiling serde_derive v1.0.228
5392026-03-27T19:23:58.089Z Compiling zerofrom-derive v0.1.6
5402026-03-27T19:23:58.108Z Compiling yoke-derive v0.8.1
5412026-03-27T19:23:58.198Z Compiling zerovec-derive v0.11.2
5422026-03-27T19:23:58.385Z Compiling displaydoc v0.2.5
5432026-03-27T19:23:59.116Z Compiling thiserror-impl v1.0.69
5442026-03-27T19:23:59.185Z Compiling zerocopy-derive v0.7.35
5452026-03-27T19:23:59.256Z Compiling pest_derive v2.8.6
5462026-03-27T19:23:59.303Z Compiling scroll_derive v0.12.1
5472026-03-27T19:23:59.470Z Compiling zerofrom v0.1.6
5482026-03-27T19:23:59.608Z Compiling yoke v0.8.1
5492026-03-27T19:23:59.672Z Compiling thiserror-impl v2.0.18
5502026-03-27T19:23:59.798Z Compiling zerovec v0.11.5
5512026-03-27T19:23:59.965Z Compiling zerotrie v0.2.3
5522026-03-27T19:24:00.040Z Compiling zerocopy v0.7.35
5532026-03-27T19:24:00.263Z Compiling tinystr v0.8.2
5542026-03-27T19:24:00.305Z Compiling potential_utf v0.1.4
5552026-03-27T19:24:00.466Z Compiling icu_locale_core v2.1.1
5562026-03-27T19:24:00.488Z Compiling icu_collections v2.1.1
5572026-03-27T19:24:00.491Z Compiling dtrace-parser v0.2.0
5582026-03-27T19:24:00.585Z Compiling scroll v0.12.0
5592026-03-27T19:24:00.856Z Compiling goblin v0.8.2
5602026-03-27T19:24:00.950Z Compiling tabled_derive v0.7.0
5612026-03-27T19:24:00.967Z Compiling clap_derive v4.5.55
5622026-03-27T19:24:00.984Z Compiling unicode-width v0.2.0
5632026-03-27T19:24:01.232Z Compiling icu_provider v2.1.1
5642026-03-27T19:24:01.353Z Compiling unicode-linebreak v0.1.5
5652026-03-27T19:24:01.371Z Compiling smawk v0.3.2
5662026-03-27T19:24:01.512Z Compiling icu_normalizer v2.1.1
5672026-03-27T19:24:01.533Z Compiling icu_properties v2.1.2
5682026-03-27T19:24:01.549Z Compiling toml_datetime v0.6.11
5692026-03-27T19:24:01.553Z Compiling serde_spanned v0.6.9
5702026-03-27T19:24:01.592Z Compiling dof v0.3.0
5712026-03-27T19:24:01.709Z Compiling serde_tokenstream v0.2.3
5722026-03-27T19:24:01.809Z Compiling toml_edit v0.22.27
5732026-03-27T19:24:02.048Z Compiling serde-value v0.7.0
5742026-03-27T19:24:02.087Z Compiling cargo-platform v0.2.0
5752026-03-27T19:24:02.123Z Compiling tabled v0.15.0
5762026-03-27T19:24:02.359Z Compiling textwrap v0.16.2
5772026-03-27T19:24:02.417Z Compiling idna_adapter v1.2.1
5782026-03-27T19:24:02.519Z Compiling usdt-attr-macro v0.5.0
5792026-03-27T19:24:02.561Z Compiling idna v1.1.0
5802026-03-27T19:24:02.670Z Compiling usdt-macro v0.5.0
5812026-03-27T19:24:02.803Z Compiling clap v4.5.60
5822026-03-27T19:24:02.842Z Compiling macaddr v1.0.1
5832026-03-27T19:24:02.889Z Compiling url v2.5.8
5842026-03-27T19:24:03.307Z Compiling toml v0.8.23
5852026-03-27T19:24:03.354Z Compiling camino-tempfile v1.4.1
5862026-03-27T19:24:03.609Z Compiling swrite v0.1.0
5872026-03-27T19:24:03.640Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-03-27T19:24:03.705Z Compiling cargo-util-schemas v0.8.2
5892026-03-27T19:24:03.895Z Compiling cargo_toml v0.21.0
5902026-03-27T19:24:03.913Z Compiling usdt v0.5.0
5912026-03-27T19:24:04.608Z Compiling cargo_metadata v0.21.0
5922026-03-27T19:24:05.532Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-27T19:24:07.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.85s
5942026-03-27T19:24:07.856Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-27T19:24:08.418Z Downloading crates ...
5962026-03-27T19:24:08.506Z Downloaded arrayref v0.3.9
5972026-03-27T19:24:08.510Z Downloaded adler2 v2.0.1
5982026-03-27T19:24:08.513Z Downloaded console v0.15.11
5992026-03-27T19:24:08.516Z Downloaded atomicwrites v0.4.4
6002026-03-27T19:24:08.520Z Downloaded chacha20 v0.9.1
6012026-03-27T19:24:08.532Z Downloaded defmt v0.3.100
6022026-03-27T19:24:08.535Z Downloaded blake2 v0.10.6
6032026-03-27T19:24:08.577Z Downloaded bitfield-macros v0.19.4
6042026-03-27T19:24:08.577Z Downloaded darling v0.21.3
6052026-03-27T19:24:08.577Z Downloaded embedded-io v0.6.1
6062026-03-27T19:24:08.577Z Downloaded curve25519-dalek-derive v0.1.1
6072026-03-27T19:24:08.577Z Downloaded crossbeam-utils v0.8.21
6082026-03-27T19:24:08.577Z Downloaded blowfish v0.9.1
6092026-03-27T19:24:08.577Z Downloaded castaway v0.2.4
6102026-03-27T19:24:08.577Z Downloaded foldhash v0.2.0
6112026-03-27T19:24:08.577Z Downloaded cancel-safe-futures v0.1.5
6122026-03-27T19:24:08.577Z Downloaded defmt-parser v1.0.0
6132026-03-27T19:24:08.577Z Downloaded ahash v0.8.12
6142026-03-27T19:24:08.578Z Downloaded find-msvc-tools v0.1.9
6152026-03-27T19:24:08.578Z Downloaded der_derive v0.7.3
6162026-03-27T19:24:08.578Z Downloaded ctr v0.9.2
6172026-03-27T19:24:08.578Z Downloaded debug-ignore v1.0.5
6182026-03-27T19:24:08.578Z Downloaded ciborium-io v0.2.2
6192026-03-27T19:24:08.578Z Downloaded cfg_aliases v0.2.1
6202026-03-27T19:24:08.583Z Downloaded defmt-macros v1.0.1
6212026-03-27T19:24:08.583Z Downloaded crossbeam-deque v0.8.6
6222026-03-27T19:24:08.583Z Downloaded array-init v0.0.4
6232026-03-27T19:24:08.583Z Downloaded bitfield-struct v0.6.2
6242026-03-27T19:24:08.583Z Downloaded atomic-waker v1.1.2
6252026-03-27T19:24:08.583Z Downloaded dof v0.4.0
6262026-03-27T19:24:08.586Z Downloaded crypto-bigint v0.5.5
6272026-03-27T19:24:08.586Z Downloaded cpufeatures v0.3.0
6282026-03-27T19:24:08.590Z Downloaded bit-set v0.8.0
6292026-03-27T19:24:08.590Z Downloaded defmt v1.0.1
6302026-03-27T19:24:08.593Z Downloaded daft-derive v0.1.5
6312026-03-27T19:24:08.597Z Downloaded enum-as-inner v0.6.1
6322026-03-27T19:24:08.597Z Downloaded crc8 v0.1.1
6332026-03-27T19:24:08.597Z Downloaded arc-swap v1.8.2
6342026-03-27T19:24:08.600Z Downloaded crossbeam-epoch v0.9.18
6352026-03-27T19:24:08.604Z Downloaded async-stream v0.3.6
6362026-03-27T19:24:08.604Z Downloaded darling_macro v0.23.0
6372026-03-27T19:24:08.604Z Downloaded convert_case v0.4.0
6382026-03-27T19:24:08.607Z Downloaded ciborium-ll v0.2.2
6392026-03-27T19:24:08.607Z Downloaded crunchy v0.2.4
6402026-03-27T19:24:08.607Z Downloaded crc-catalog v2.4.0
6412026-03-27T19:24:08.607Z Downloaded bb8 v0.8.6
6422026-03-27T19:24:08.612Z Downloaded daft v0.1.5
6432026-03-27T19:24:08.612Z Downloaded futures-sink v0.3.32
6442026-03-27T19:24:08.612Z Downloaded cstr-argument v0.1.2
6452026-03-27T19:24:08.615Z Downloaded cobs v0.3.0
6462026-03-27T19:24:08.615Z Downloaded dirs-next v2.0.0
6472026-03-27T19:24:08.615Z Downloaded atty v0.2.14
6482026-03-27T19:24:08.618Z Downloaded async-stream-impl v0.3.6
6492026-03-27T19:24:08.618Z Downloaded float-cmp v0.10.0
6502026-03-27T19:24:08.618Z Downloaded embedded-io v0.4.0
6512026-03-27T19:24:08.622Z Downloaded float-ord v0.3.2
6522026-03-27T19:24:08.622Z Downloaded flate2 v1.1.9
6532026-03-27T19:24:08.625Z Downloaded futures-core v0.3.32
6542026-03-27T19:24:08.625Z Downloaded deranged v0.5.8
6552026-03-27T19:24:08.628Z Downloaded data-encoding v2.10.0
6562026-03-27T19:24:08.628Z Downloaded funty v2.0.0
6572026-03-27T19:24:08.628Z Downloaded cipher v0.4.4
6582026-03-27T19:24:08.631Z Downloaded cexpr v0.6.0
6592026-03-27T19:24:08.631Z Downloaded dirs-sys-next v0.1.2
6602026-03-27T19:24:08.631Z Downloaded bit-set v0.5.3
6612026-03-27T19:24:08.635Z Downloaded dtrace-parser v0.3.0
6622026-03-27T19:24:08.635Z Downloaded dyn-clone v1.0.20
6632026-03-27T19:24:08.638Z Downloaded buf-list v1.1.2
6642026-03-27T19:24:08.638Z Downloaded darling_macro v0.20.11
6652026-03-27T19:24:08.641Z Downloaded env_filter v1.0.0
6662026-03-27T19:24:08.641Z Downloaded foreign-types-shared v0.3.1
6672026-03-27T19:24:08.641Z Downloaded block-padding v0.3.3
6682026-03-27T19:24:08.641Z Downloaded bcrypt-pbkdf v0.10.0
6692026-03-27T19:24:08.645Z Downloaded endian-type v0.1.2
6702026-03-27T19:24:08.645Z Downloaded dsl_auto_type v0.2.0
6712026-03-27T19:24:08.645Z Downloaded aead v0.5.2
6722026-03-27T19:24:08.645Z Downloaded document-features v0.2.12
6732026-03-27T19:24:08.648Z Downloaded darling_macro v0.21.3
6742026-03-27T19:24:08.648Z Downloaded foreign-types-shared v0.1.1
6752026-03-27T19:24:08.652Z Downloaded foldhash v0.1.5
6762026-03-27T19:24:08.655Z Downloaded derive_builder_core v0.20.2
6772026-03-27T19:24:08.655Z Downloaded der v0.7.10
6782026-03-27T19:24:08.659Z Downloaded crossbeam-channel v0.5.15
6792026-03-27T19:24:08.662Z Downloaded crc v3.4.0
6802026-03-27T19:24:08.665Z Downloaded cargo-platform v0.1.9
6812026-03-27T19:24:08.669Z Downloaded gethostname v0.5.0
6822026-03-27T19:24:08.672Z Downloaded ghash v0.5.1
6832026-03-27T19:24:08.672Z Downloaded futures-io v0.3.32
6842026-03-27T19:24:08.672Z Downloaded foreign-types v0.5.0
6852026-03-27T19:24:08.672Z Downloaded cfg_aliases v0.1.1
6862026-03-27T19:24:08.675Z Downloaded base16ct v1.0.0
6872026-03-27T19:24:08.675Z Downloaded fixedbitset v0.4.2
6882026-03-27T19:24:08.675Z Downloaded difflib v0.4.0
6892026-03-27T19:24:08.675Z Downloaded const_format_proc_macros v0.2.34
6902026-03-27T19:24:08.678Z Downloaded async-recursion v1.1.1
6912026-03-27T19:24:08.682Z Downloaded byte-wrapper v0.1.0
6922026-03-27T19:24:08.682Z Downloaded fd-lock v4.0.4
6932026-03-27T19:24:08.685Z Downloaded bcs v0.1.6
6942026-03-27T19:24:08.685Z Downloaded futures-macro v0.3.32
6952026-03-27T19:24:08.685Z Downloaded assert_matches v1.5.0
6962026-03-27T19:24:08.688Z Downloaded foreign-types-macros v0.2.3
6972026-03-27T19:24:08.688Z Downloaded diesel_table_macro_syntax v0.3.0
6982026-03-27T19:24:08.688Z Downloaded bit-vec v0.6.3
6992026-03-27T19:24:08.688Z Downloaded dunce v1.0.5
7002026-03-27T19:24:08.692Z Downloaded globwalk v0.9.1
7012026-03-27T19:24:08.692Z Downloaded foreign-types v0.3.2
7022026-03-27T19:24:08.692Z Downloaded flagset v0.4.7
7032026-03-27T19:24:08.695Z Downloaded derive_builder_macro v0.20.2
7042026-03-27T19:24:08.695Z Downloaded crucible-workspace-hack v0.1.0
7052026-03-27T19:24:08.695Z Downloaded git-stub v1.0.0
7062026-03-27T19:24:08.695Z Downloaded corncobs v0.1.4
7072026-03-27T19:24:08.698Z Downloaded fs-err v2.11.0
7082026-03-27T19:24:08.698Z Downloaded fxhash v0.2.1
7092026-03-27T19:24:08.698Z Downloaded dropshot-api-manager-types v0.6.0
7102026-03-27T19:24:08.702Z Downloaded const-oid v0.9.6
7112026-03-27T19:24:08.702Z Downloaded argon2 v0.5.3
7122026-03-27T19:24:08.705Z Downloaded cookie v0.18.1
7132026-03-27T19:24:08.705Z Downloaded bumpalo v3.20.2
7142026-03-27T19:24:08.708Z Downloaded async-bb8-diesel v0.2.1
7152026-03-27T19:24:08.708Z Downloaded hash32 v0.2.1
7162026-03-27T19:24:08.708Z Downloaded hash32 v0.3.1
7172026-03-27T19:24:08.712Z Downloaded hostname v0.3.1
7182026-03-27T19:24:08.712Z Downloaded const_format v0.2.35
7192026-03-27T19:24:08.715Z Downloaded bitfield v0.19.4
7202026-03-27T19:24:08.715Z Downloaded env_logger v0.11.9
7212026-03-27T19:24:08.718Z Downloaded cbc v0.1.2
7222026-03-27T19:24:08.721Z Downloaded erased-serde v0.3.31
7232026-03-27T19:24:08.721Z Downloaded constant_time_eq v0.4.2
7242026-03-27T19:24:08.721Z Downloaded cmake v0.1.57
7252026-03-27T19:24:08.724Z Downloaded cargo_metadata v0.19.2
7262026-03-27T19:24:08.724Z Downloaded headers-core v0.3.0
7272026-03-27T19:24:08.724Z Downloaded async-trait v0.1.89
7282026-03-27T19:24:08.728Z Downloaded hex v0.4.3
7292026-03-27T19:24:08.728Z Downloaded ena v0.14.4
7302026-03-27T19:24:08.731Z Downloaded diesel_derives v2.3.7
7312026-03-27T19:24:08.734Z Downloaded home v0.5.12
7322026-03-27T19:24:08.735Z Downloaded hubpack v0.1.2
7332026-03-27T19:24:08.738Z Downloaded http-body v1.0.1
7342026-03-27T19:24:08.738Z Downloaded hostname v0.4.2
7352026-03-27T19:24:08.738Z Downloaded httpdate v1.0.3
7362026-03-27T19:24:08.738Z Downloaded http-range v0.1.5
7372026-03-27T19:24:08.741Z Downloaded hex-literal v0.4.1
7382026-03-27T19:24:08.741Z Downloaded diesel-dtrace v0.5.0
7392026-03-27T19:24:08.741Z Downloaded bitflags v1.3.2
7402026-03-27T19:24:08.744Z Downloaded hyper-tls v0.6.0
7412026-03-27T19:24:08.745Z Downloaded clang-sys v1.8.1
7422026-03-27T19:24:08.748Z Downloaded drift v0.1.3
7432026-03-27T19:24:08.751Z Downloaded csv-core v0.1.13
7442026-03-27T19:24:08.751Z Downloaded colored v3.1.1
7452026-03-27T19:24:08.754Z Downloaded fixedbitset v0.5.7
7462026-03-27T19:24:08.754Z Downloaded cookie_store v0.22.1
7472026-03-27T19:24:08.757Z Downloaded ciborium v0.2.2
7482026-03-27T19:24:08.757Z Downloaded chacha20 v0.10.0
7492026-03-27T19:24:08.761Z Downloaded cargo_toml v0.22.3
7502026-03-27T19:24:08.761Z Downloaded derive_builder v0.20.2
7512026-03-27T19:24:08.764Z Downloaded group v0.13.0
7522026-03-27T19:24:08.767Z Downloaded indoc v1.0.9
7532026-03-27T19:24:08.767Z Downloaded hubpack_derive v0.1.1
7542026-03-27T19:24:08.767Z Downloaded bstr v1.12.1
7552026-03-27T19:24:08.772Z Downloaded keccak v0.1.6
7562026-03-27T19:24:08.775Z Downloaded inout v0.1.4
7572026-03-27T19:24:08.775Z Downloaded is_ci v1.2.0
7582026-03-27T19:24:08.775Z Downloaded is-terminal v0.4.17
7592026-03-27T19:24:08.778Z Downloaded internet-checksum v0.2.1
7602026-03-27T19:24:08.778Z Downloaded lazy_static v1.5.0
7612026-03-27T19:24:08.778Z Downloaded kstat-rs v0.2.4
7622026-03-27T19:24:08.782Z Downloaded glob v0.3.3
7632026-03-27T19:24:08.782Z Downloaded futures-executor v0.3.32
7642026-03-27T19:24:08.782Z Downloaded diff v0.1.13
7652026-03-27T19:24:08.785Z Downloaded critical-section v1.2.0
7662026-03-27T19:24:08.785Z Downloaded colored v2.2.0
7672026-03-27T19:24:08.790Z Downloaded arrayvec v0.7.6
7682026-03-27T19:24:08.790Z Downloaded ident_case v1.0.1
7692026-03-27T19:24:08.790Z Downloaded getrandom v0.2.17
7702026-03-27T19:24:08.793Z Downloaded instant v0.1.13
7712026-03-27T19:24:08.793Z Downloaded instability v0.3.11
7722026-03-27T19:24:08.793Z Downloaded git-stub-vcs v0.1.0
7732026-03-27T19:24:08.797Z Downloaded libscf-sys v1.1.0
7742026-03-27T19:24:08.797Z Downloaded filetime v0.2.27
7752026-03-27T19:24:08.797Z Downloaded futures-task v0.3.32
7762026-03-27T19:24:08.800Z Downloaded lru v0.12.5
7772026-03-27T19:24:08.800Z Downloaded globset v0.4.18
7782026-03-27T19:24:08.800Z Downloaded derive-ex v0.1.8
7792026-03-27T19:24:08.803Z Downloaded crc32fast v1.5.0
7802026-03-27T19:24:08.803Z Downloaded maybe-uninit v2.0.0
7812026-03-27T19:24:08.803Z Downloaded match_cfg v0.1.0
7822026-03-27T19:24:08.806Z Downloaded highway v1.3.0
7832026-03-27T19:24:08.806Z Downloaded managed v0.8.0
7842026-03-27T19:24:08.806Z Downloaded console v0.16.2
7852026-03-27T19:24:08.810Z Downloaded impl-trait-for-tuples v0.2.3
7862026-03-27T19:24:08.810Z Downloaded allocator-api2 v0.2.21
7872026-03-27T19:24:08.813Z Downloaded lalrpop-util v0.19.12
7882026-03-27T19:24:08.813Z Downloaded backon v1.6.0
7892026-03-27T19:24:08.816Z Downloaded cassowary v0.3.0
7902026-03-27T19:24:08.817Z Downloaded futures-channel v0.3.32
7912026-03-27T19:24:08.817Z Downloaded bzip2 v0.6.1
7922026-03-27T19:24:08.820Z Downloaded indent_write v2.2.0
7932026-03-27T19:24:08.820Z Downloaded darling v0.23.0
7942026-03-27T19:24:08.823Z Downloaded md-5 v0.10.6
7952026-03-27T19:24:08.823Z Downloaded lru-cache v0.1.2
7962026-03-27T19:24:08.826Z Downloaded memoffset v0.9.1
7972026-03-27T19:24:08.826Z Downloaded md5 v0.7.0
7982026-03-27T19:24:08.826Z Downloaded lzss v0.8.2
7992026-03-27T19:24:08.830Z Downloaded linked-hash-map v0.5.6
8002026-03-27T19:24:08.830Z Downloaded compact_str v0.8.1
8012026-03-27T19:24:08.833Z Downloaded newtype_derive v0.1.6
8022026-03-27T19:24:08.833Z Downloaded new_debug_unreachable v1.0.6
8032026-03-27T19:24:08.833Z Downloaded bit-vec v0.8.0
8042026-03-27T19:24:08.833Z Downloaded base16ct v0.2.0
8052026-03-27T19:24:08.837Z Downloaded fs_extra v1.3.0
8062026-03-27T19:24:08.837Z Downloaded ff v0.13.1
8072026-03-27T19:24:08.837Z Downloaded num v0.4.3
8082026-03-27T19:24:08.840Z Downloaded num-iter v0.1.45
8092026-03-27T19:24:08.841Z Downloaded darling v0.20.11
8102026-03-27T19:24:08.844Z Downloaded num_enum_derive v0.5.11
8112026-03-27T19:24:08.844Z Downloaded des v0.8.1
8122026-03-27T19:24:08.844Z Downloaded num-derive v0.4.2
8132026-03-27T19:24:08.847Z Downloaded jobserver v0.1.34
8142026-03-27T19:24:08.847Z Downloaded ipnetwork v0.21.1
8152026-03-27T19:24:08.850Z Downloaded nibble_vec v0.1.0
8162026-03-27T19:24:08.850Z Downloaded bzip2 v0.4.4
8172026-03-27T19:24:08.850Z Downloaded fallible-iterator v0.2.0
8182026-03-27T19:24:08.854Z Downloaded either v1.15.0
8192026-03-27T19:24:08.854Z Downloaded ecdsa v0.16.9
8202026-03-27T19:24:08.857Z Downloaded display-error-chain v0.2.2
8212026-03-27T19:24:08.857Z Downloaded indoc v2.0.7
8222026-03-27T19:24:08.857Z Downloaded hmac v0.12.1
8232026-03-27T19:24:08.860Z Downloaded ingot v0.1.1
8242026-03-27T19:24:08.860Z Downloaded hyper-rustls v0.27.7
8252026-03-27T19:24:08.863Z Downloaded newline-converter v0.3.0
8262026-03-27T19:24:08.863Z Downloaded newtype-uuid-macros v0.1.0
8272026-03-27T19:24:08.864Z Downloaded normalize-line-endings v0.3.0
8282026-03-27T19:24:08.867Z Downloaded mime v0.3.17
8292026-03-27T19:24:08.867Z Downloaded multimap v0.10.1
8302026-03-27T19:24:08.867Z Downloaded maplit v1.0.2
8312026-03-27T19:24:08.867Z Downloaded lock_api v0.4.14
8322026-03-27T19:24:08.870Z Downloaded libefi-sys v0.1.0
8332026-03-27T19:24:08.871Z Downloaded openssl-probe v0.1.6
8342026-03-27T19:24:08.871Z Downloaded olpc-cjson v0.1.4
8352026-03-27T19:24:08.874Z Downloaded opaque-debug v0.3.1
8362026-03-27T19:24:08.874Z Downloaded crc-any v2.5.0
8372026-03-27T19:24:08.874Z Downloaded chacha20poly1305 v0.10.1
8382026-03-27T19:24:08.877Z Downloaded num-conv v0.2.0
8392026-03-27T19:24:08.877Z Downloaded nodrop v0.1.14
8402026-03-27T19:24:08.877Z Downloaded ingot-types v0.1.2
8412026-03-27T19:24:08.881Z Downloaded http-body-util v0.1.3
8422026-03-27T19:24:08.881Z Downloaded bitvec v1.0.1
8432026-03-27T19:24:08.888Z Downloaded num_threads v0.1.7
8442026-03-27T19:24:08.891Z Downloaded num-derive v0.3.3
8452026-03-27T19:24:08.891Z Downloaded packed_struct_codegen v0.10.1
8462026-03-27T19:24:08.891Z Downloaded hyper-staticfile v0.10.1
8472026-03-27T19:24:08.894Z Downloaded hickory-client v0.25.2
8482026-03-27T19:24:08.894Z Downloaded oso-derive v0.27.3
8492026-03-27T19:24:08.897Z Downloaded elliptic-curve v0.13.8
8502026-03-27T19:24:08.901Z Downloaded parse-display v0.10.0
8512026-03-27T19:24:08.901Z Downloaded lru-slab v0.1.2
8522026-03-27T19:24:08.901Z Downloaded humantime v2.3.0
8532026-03-27T19:24:08.901Z Downloaded httparse v1.10.1
8542026-03-27T19:24:08.904Z Downloaded downcast-rs v2.0.2
8552026-03-27T19:24:08.904Z Downloaded nanorand v0.7.0
8562026-03-27T19:24:08.907Z Downloaded nu-ansi-term v0.50.3
8572026-03-27T19:24:08.907Z Downloaded openssl-macros v0.1.1
8582026-03-27T19:24:08.910Z Downloaded num-complex v0.4.6
8592026-03-27T19:24:08.910Z Downloaded libsw-core v0.3.2
8602026-03-27T19:24:08.910Z Downloaded path-slash v0.1.5
8612026-03-27T19:24:08.914Z Downloaded libsw v3.5.0
8622026-03-27T19:24:08.914Z Downloaded peg-runtime v0.8.5
8632026-03-27T19:24:08.914Z Downloaded pbkdf2 v0.12.2
8642026-03-27T19:24:08.917Z Downloaded pbkdf2 v0.11.0
8652026-03-27T19:24:08.932Z Downloaded num_enum_derive v0.7.5
8662026-03-27T19:24:08.935Z Downloaded num-rational v0.4.2
8672026-03-27T19:24:08.935Z Downloaded linear-map v1.2.0
8682026-03-27T19:24:08.935Z Downloaded iana-time-zone v0.1.65
8692026-03-27T19:24:08.938Z Downloaded half v2.7.1
8702026-03-27T19:24:08.938Z Downloaded futures v0.3.32
8712026-03-27T19:24:08.942Z Downloaded phf_shared v0.12.1
8722026-03-27T19:24:08.946Z Downloaded parse-size v1.1.0
8732026-03-27T19:24:08.946Z Downloaded openssl-probe v0.2.1
8742026-03-27T19:24:08.946Z Downloaded getrandom v0.3.4
8752026-03-27T19:24:08.949Z Downloaded darling_core v0.20.11
8762026-03-27T19:24:08.952Z Downloaded nonempty v0.12.0
8772026-03-27T19:24:08.952Z Downloaded mime_guess v2.0.5
8782026-03-27T19:24:08.956Z Downloaded phf_shared v0.11.3
8792026-03-27T19:24:08.956Z Downloaded half v1.8.3
8802026-03-27T19:24:08.956Z Downloaded pin-utils v0.1.0
8812026-03-27T19:24:08.959Z Downloaded phf_shared v0.13.1
8822026-03-27T19:24:08.959Z Downloaded owo-colors v4.3.0
8832026-03-27T19:24:08.959Z Downloaded ingot-macros v0.1.1
8842026-03-27T19:24:08.962Z Downloaded ignore v0.4.25
8852026-03-27T19:24:08.962Z Downloaded packed_struct v0.10.1
8862026-03-27T19:24:08.965Z Downloaded oxnet v0.1.4
8872026-03-27T19:24:08.965Z Downloaded oxide-tokio-rt v0.1.3
8882026-03-27T19:24:08.966Z Downloaded base64 v0.22.1
8892026-03-27T19:24:08.969Z Downloaded base64 v0.21.7
8902026-03-27T19:24:08.972Z Downloaded memmap2 v0.9.10
8912026-03-27T19:24:08.972Z Downloaded base64ct v1.8.3
8922026-03-27T19:24:08.975Z Downloaded fatfs v0.3.6
8932026-03-27T19:24:08.978Z Downloaded num_enum v0.7.5
8942026-03-27T19:24:08.981Z Downloaded proc-macro-error-attr2 v2.0.0
8952026-03-27T19:24:08.981Z Downloaded proc-macro-crate v1.3.1
8962026-03-27T19:24:08.981Z Downloaded predicates-tree v1.0.13
8972026-03-27T19:24:08.981Z Downloaded predicates-core v1.0.10
8982026-03-27T19:24:08.985Z Downloaded precomputed-hash v0.1.1
8992026-03-27T19:24:08.985Z Downloaded peg v0.8.5
9002026-03-27T19:24:08.988Z Downloaded pem-rfc7468 v0.7.0
9012026-03-27T19:24:08.988Z Downloaded pem v3.0.6
9022026-03-27T19:24:08.988Z Downloaded paste v1.0.15
9032026-03-27T19:24:08.991Z Downloaded num_enum v0.5.11
9042026-03-27T19:24:08.995Z Downloaded flume v0.11.1
9052026-03-27T19:24:08.998Z Downloaded parse-display-derive v0.10.0
9062026-03-27T19:24:08.998Z Downloaded parking_lot_core v0.8.6
9072026-03-27T19:24:09.001Z Downloaded expectorate v1.2.0
9082026-03-27T19:24:09.001Z Downloaded omicron-zone-package v0.12.2
9092026-03-27T19:24:09.005Z Downloaded ed25519 v2.2.3
9102026-03-27T19:24:09.005Z Downloaded dropshot_endpoint v0.16.7
9112026-03-27T19:24:09.008Z Downloaded progenitor-client v0.11.2
9122026-03-27T19:24:09.008Z Downloaded heapless v0.7.17
9132026-03-27T19:24:09.011Z Downloaded derive_more v0.99.20
9142026-03-27T19:24:09.014Z Downloaded proc-macro-crate v3.4.0
9152026-03-27T19:24:09.014Z Downloaded progenitor-macro v0.13.0
9162026-03-27T19:24:09.018Z Downloaded password-hash v0.5.0
9172026-03-27T19:24:09.018Z Downloaded derive-where v1.6.0
9182026-03-27T19:24:09.022Z Downloaded quick-error v1.2.3
9192026-03-27T19:24:09.022Z Downloaded darling_core v0.23.0
9202026-03-27T19:24:09.025Z Downloaded pin-project-lite v0.2.17
9212026-03-27T19:24:09.028Z Downloaded peg-macros v0.8.5
9222026-03-27T19:24:09.028Z Downloaded ar_archive_writer v0.5.1
9232026-03-27T19:24:09.031Z Downloaded progenitor-macro v0.11.2
9242026-03-27T19:24:09.031Z Downloaded psl-types v2.0.11
9252026-03-27T19:24:09.034Z Downloaded progenitor-macro v0.10.0
9262026-03-27T19:24:09.035Z Downloaded pkg-config v0.3.32
9272026-03-27T19:24:09.035Z Downloaded pkcs8 v0.10.2
9282026-03-27T19:24:09.038Z Downloaded radium v0.7.0
9292026-03-27T19:24:09.038Z Downloaded newtype-uuid v1.3.2
9302026-03-27T19:24:09.038Z Downloaded bytes v1.11.1
9312026-03-27T19:24:09.044Z Downloaded poly1305 v0.8.0
9322026-03-27T19:24:09.047Z Downloaded postgres-protocol v0.6.10
9332026-03-27T19:24:09.047Z Downloaded parking_lot_core v0.9.12
9342026-03-27T19:24:09.047Z Downloaded phf v0.13.1
9352026-03-27T19:24:09.047Z Downloaded primeorder v0.13.6
9362026-03-27T19:24:09.050Z Downloaded libloading v0.8.9
9372026-03-27T19:24:09.050Z Downloaded rand_xorshift v0.4.0
9382026-03-27T19:24:09.050Z Downloaded rand_chacha v0.3.1
9392026-03-27T19:24:09.053Z Downloaded powerfmt v0.2.0
9402026-03-27T19:24:09.053Z Downloaded polyval v0.6.2
9412026-03-27T19:24:09.054Z Downloaded ref-cast v1.0.25
9422026-03-27T19:24:09.057Z Downloaded recursive-proc-macro-impl v0.1.1
9432026-03-27T19:24:09.057Z Downloaded heapless v0.8.0
9442026-03-27T19:24:09.060Z Downloaded progenitor-extras v0.1.1
9452026-03-27T19:24:09.060Z Downloaded phf v0.12.1
9462026-03-27T19:24:09.063Z Downloaded hickory-resolver v0.25.2
9472026-03-27T19:24:09.066Z Downloaded cc v1.2.56
9482026-03-27T19:24:09.066Z Downloaded pin-project-internal v1.1.11
9492026-03-27T19:24:09.070Z Downloaded num-integer v0.1.46
9502026-03-27T19:24:09.070Z Downloaded libbz2-rs-sys v0.2.2
9512026-03-27T19:24:09.073Z Downloaded native-tls v0.2.18
9522026-03-27T19:24:09.073Z Downloaded multer v3.1.0
9532026-03-27T19:24:09.076Z Downloaded ref-cast-impl v1.0.25
9542026-03-27T19:24:09.077Z Downloaded parking_lot v0.11.2
9552026-03-27T19:24:09.077Z Downloaded hickory-resolver v0.24.4
9562026-03-27T19:24:09.080Z Downloaded recursive v0.1.1
9572026-03-27T19:24:09.083Z Downloaded litrs v1.0.0
9582026-03-27T19:24:09.083Z Downloaded rtoolbox v0.0.3
9592026-03-27T19:24:09.083Z Downloaded progenitor-client v0.13.0
9602026-03-27T19:24:09.087Z Downloaded progenitor v0.13.0
9612026-03-27T19:24:09.087Z Downloaded ipnet v2.11.0
9622026-03-27T19:24:09.087Z Downloaded convert_case v0.10.0
9632026-03-27T19:24:09.090Z Downloaded rfc6979 v0.4.0
9642026-03-27T19:24:09.090Z Downloaded camino-tempfile-ext v0.3.3
9652026-03-27T19:24:09.093Z Downloaded backoff v0.4.0
9662026-03-27T19:24:09.093Z Downloaded pkcs1 v0.7.5
9672026-03-27T19:24:09.096Z Downloaded pkcs5 v0.7.1
9682026-03-27T19:24:09.096Z Downloaded ed25519-dalek v2.2.0
9692026-03-27T19:24:09.099Z Downloaded password-hash v0.4.2
9702026-03-27T19:24:09.103Z Downloaded russh-cryptovec v0.7.3
9712026-03-27T19:24:09.103Z Downloaded parking_lot v0.12.5
9722026-03-27T19:24:09.103Z Downloaded rustc-hash v2.1.1
9732026-03-27T19:24:09.106Z Downloaded progenitor v0.11.2
9742026-03-27T19:24:09.106Z Downloaded rand_core v0.6.4
9752026-03-27T19:24:09.109Z Downloaded rand_chacha v0.9.0
9762026-03-27T19:24:09.109Z Downloaded postcard v1.1.3
9772026-03-27T19:24:09.109Z Downloaded proc-macro-error2 v2.0.1
9782026-03-27T19:24:09.113Z Downloaded rustc_version v0.4.1
9792026-03-27T19:24:09.113Z Downloaded indicatif v0.18.4
9802026-03-27T19:24:09.116Z Downloaded indexmap v1.9.3
9812026-03-27T19:24:09.119Z Downloaded rustc_version v0.1.7
9822026-03-27T19:24:09.119Z Downloaded rand_core v0.9.5
9832026-03-27T19:24:09.119Z Downloaded ppv-lite86 v0.2.21
9842026-03-27T19:24:09.122Z Downloaded progenitor v0.10.0
9852026-03-27T19:24:09.122Z Downloaded psm v0.1.30
9862026-03-27T19:24:09.126Z Downloaded rand_seeder v0.4.0
9872026-03-27T19:24:09.126Z Downloaded rand_core v0.10.0
9882026-03-27T19:24:09.126Z Downloaded predicates v3.1.4
9892026-03-27T19:24:09.129Z Downloaded derive_more v2.1.1
9902026-03-27T19:24:09.135Z Downloaded openssl-sys v0.9.111
9912026-03-27T19:24:09.139Z Downloaded progenitor-client v0.10.0
9922026-03-27T19:24:09.142Z Downloaded scheduled-thread-pool v0.2.7
9932026-03-27T19:24:09.142Z Downloaded oso v0.27.3
9942026-03-27T19:24:09.142Z Downloaded ascii-canvas v3.0.0
9952026-03-27T19:24:09.146Z Downloaded sapling-renderdag v0.1.0
9962026-03-27T19:24:09.146Z Downloaded same-file v1.0.6
9972026-03-27T19:24:09.152Z Downloaded headers v0.4.1
9982026-03-27T19:24:09.155Z Downloaded postgres-types v0.2.12
9992026-03-27T19:24:09.161Z Downloaded quinn-udp v0.5.14
10002026-03-27T19:24:09.167Z Downloaded papergrid v0.17.0
10012026-03-27T19:24:09.170Z Downloaded scrypt v0.11.0
10022026-03-27T19:24:09.170Z Downloaded p256 v0.13.2
10032026-03-27T19:24:09.170Z Downloaded secrecy v0.8.0
10042026-03-27T19:24:09.173Z Downloaded serde_bytes v0.11.19
10052026-03-27T19:24:09.173Z Downloaded resolv-conf v0.7.6
10062026-03-27T19:24:09.176Z Downloaded rustls-pemfile v1.0.4
10072026-03-27T19:24:09.176Z Downloaded hashbrown v0.12.3
10082026-03-27T19:24:09.180Z Downloaded rustls-pemfile v2.2.0
10092026-03-27T19:24:09.180Z Downloaded scroll_derive v0.13.1
10102026-03-27T19:24:09.180Z Downloaded semver v0.1.20
10112026-03-27T19:24:09.184Z Downloaded serde_spanned v1.0.4
10122026-03-27T19:24:09.184Z Downloaded seq-macro v0.3.6
10132026-03-27T19:24:09.184Z Downloaded secrecy v0.10.3
10142026-03-27T19:24:09.187Z Downloaded scopeguard v1.2.0
10152026-03-27T19:24:09.187Z Downloaded derive_more-impl v2.1.1
10162026-03-27T19:24:09.190Z Downloaded serde_repr v0.1.20
10172026-03-27T19:24:09.193Z Downloaded serde-big-array v0.5.1
10182026-03-27T19:24:09.193Z Downloaded rusty-fork v0.3.1
10192026-03-27T19:24:09.194Z Downloaded rustls-native-certs v0.8.3
10202026-03-27T19:24:09.197Z Downloaded darling_core v0.21.3
10212026-03-27T19:24:09.201Z Downloaded serde_urlencoded v0.7.1
10222026-03-27T19:24:09.205Z Downloaded serde_plain v1.0.2
10232026-03-27T19:24:09.211Z Downloaded sha1 v0.10.6
10242026-03-27T19:24:09.214Z Downloaded shell-words v1.1.1
10252026-03-27T19:24:09.214Z Downloaded sigpipe v0.1.3
10262026-03-27T19:24:09.217Z Downloaded signal-hook-mio v0.2.5
10272026-03-27T19:24:09.217Z Downloaded r2d2 v0.8.10
10282026-03-27T19:24:09.221Z Downloaded pin-project v1.1.11
10292026-03-27T19:24:09.228Z Downloaded salsa20 v0.10.2
10302026-03-27T19:24:09.231Z Downloaded siphasher v1.0.2
10312026-03-27T19:24:09.231Z Downloaded rustversion v1.0.22
10322026-03-27T19:24:09.234Z Downloaded signal-hook-tokio v0.3.1
10332026-03-27T19:24:09.235Z Downloaded progenitor-impl v0.13.0
10342026-03-27T19:24:09.237Z Downloaded schemars_derive v0.8.22
10352026-03-27T19:24:09.245Z Downloaded slog-bunyan v2.5.0
10362026-03-27T19:24:09.249Z Downloaded scroll v0.13.0
10372026-03-27T19:24:09.252Z Downloaded http v1.4.0
10382026-03-27T19:24:09.256Z Downloaded serde-hex v0.1.0
10392026-03-27T19:24:09.259Z Downloaded jiff-static v0.2.21
10402026-03-27T19:24:09.259Z Downloaded rustls-pki-types v1.14.0
10412026-03-27T19:24:09.266Z Downloaded sqlparser_derive v0.5.0
10422026-03-27T19:24:09.269Z Downloaded ssh-encoding v0.2.0
10432026-03-27T19:24:09.272Z Downloaded slog-envlogger v2.2.0
10442026-03-27T19:24:09.272Z Downloaded sct v0.7.1
10452026-03-27T19:24:09.275Z Downloaded itertools v0.10.5
10462026-03-27T19:24:09.278Z Downloaded aes-gcm v0.10.3
10472026-03-27T19:24:09.281Z Downloaded aes v0.8.4
10482026-03-27T19:24:09.284Z Downloaded sec1 v0.7.3
10492026-03-27T19:24:09.288Z Downloaded ssh-cipher v0.2.0
10502026-03-27T19:24:09.288Z Downloaded shlex v1.3.0
10512026-03-27T19:24:09.294Z Downloaded serde_path_to_error v0.1.20
10522026-03-27T19:24:09.298Z Downloaded serde_derive_internals v0.29.1
10532026-03-27T19:24:09.301Z Downloaded miniz_oxide v0.8.9
10542026-03-27T19:24:09.304Z Downloaded minimal-lexical v0.2.1
10552026-03-27T19:24:09.307Z Downloaded strum v0.26.3
10562026-03-27T19:24:09.307Z Downloaded strip-ansi-escapes v0.2.1
10572026-03-27T19:24:09.307Z Downloaded hashbrown v0.13.2
10582026-03-27T19:24:09.311Z Downloaded subtle v2.6.1
10592026-03-27T19:24:09.311Z Downloaded strum v0.27.2
10602026-03-27T19:24:09.319Z Downloaded prefix-trie v0.7.0
10612026-03-27T19:24:09.323Z Downloaded smf v0.2.3
10622026-03-27T19:24:09.323Z Downloaded smallvec v0.6.14
10632026-03-27T19:24:09.326Z Downloaded slog-term v2.9.2
10642026-03-27T19:24:09.326Z Downloaded slog-scope v4.4.1
10652026-03-27T19:24:09.326Z Downloaded tabwriter v1.4.1
10662026-03-27T19:24:09.329Z Downloaded tabled_derive v0.11.0
10672026-03-27T19:24:09.329Z Downloaded slog-stdlog v4.1.1
10682026-03-27T19:24:09.329Z Downloaded signal-hook-registry v1.4.8
10692026-03-27T19:24:09.329Z Downloaded slog-dtrace v0.3.0
10702026-03-27T19:24:09.332Z Downloaded structmeta v0.3.0
10712026-03-27T19:24:09.332Z Downloaded slab v0.4.12
10722026-03-27T19:24:09.332Z Downloaded sync_wrapper v1.0.2
10732026-03-27T19:24:09.335Z Downloaded supports-color v3.0.2
10742026-03-27T19:24:09.335Z Downloaded simd-adler32 v0.3.8
10752026-03-27T19:24:09.335Z Downloaded rustls-platform-verifier v0.6.2
10762026-03-27T19:24:09.339Z Downloaded slog-async v2.8.0
10772026-03-27T19:24:09.339Z Downloaded russh-keys v0.45.0
10782026-03-27T19:24:09.342Z Downloaded take_mut v0.2.2
10792026-03-27T19:24:09.342Z Downloaded sqlformat v0.3.5
10802026-03-27T19:24:09.345Z Downloaded termtree v0.5.1
10812026-03-27T19:24:09.345Z Downloaded serde_with_macros v3.17.0
10822026-03-27T19:24:09.345Z Downloaded spki v0.7.3
10832026-03-27T19:24:09.349Z Downloaded libxml v0.3.3
10842026-03-27T19:24:09.354Z Downloaded slog-json v2.6.1
10852026-03-27T19:24:09.357Z Downloaded ryu v1.0.23
10862026-03-27T19:24:09.360Z Downloaded thread-id v5.1.0
10872026-03-27T19:24:09.363Z Downloaded testing_table v0.3.0
10882026-03-27T19:24:09.364Z Downloaded hyper-util v0.1.20
10892026-03-27T19:24:09.366Z Downloaded aho-corasick v1.1.4
10902026-03-27T19:24:09.370Z Downloaded snafu-derive v0.8.9
10912026-03-27T19:24:09.373Z Downloaded crossterm v0.28.1
10922026-03-27T19:24:09.377Z Downloaded strum_macros v0.24.3
10932026-03-27T19:24:09.377Z Downloaded structmeta-derive v0.3.0
10942026-03-27T19:24:09.380Z Downloaded quinn v0.11.9
10952026-03-27T19:24:09.380Z Downloaded sync-ptr v0.1.4
10962026-03-27T19:24:09.380Z Downloaded strum_macros v0.26.4
10972026-03-27T19:24:09.383Z Downloaded serde_cbor v0.11.2
10982026-03-27T19:24:09.383Z Downloaded tagptr v0.2.0
10992026-03-27T19:24:09.386Z Downloaded prettyplease v0.2.37
11002026-03-27T19:24:09.386Z Downloaded support-bundle-viewer v0.1.2
11012026-03-27T19:24:09.390Z Downloaded ron v0.8.1
11022026-03-27T19:24:09.393Z Downloaded static_assertions v1.1.0
11032026-03-27T19:24:09.393Z Downloaded dropshot-api-manager v0.6.0
11042026-03-27T19:24:09.396Z Downloaded time-core v0.1.8
11052026-03-27T19:24:09.396Z Downloaded thiserror-impl-no-std v2.0.2
11062026-03-27T19:24:09.396Z Downloaded tinyvec_macros v0.1.1
11072026-03-27T19:24:09.396Z Downloaded string_cache v0.8.9
11082026-03-27T19:24:09.399Z Downloaded schemars v0.8.22
11092026-03-27T19:24:09.403Z Downloaded termios v0.3.3
11102026-03-27T19:24:09.406Z Downloaded tap v1.0.1
11112026-03-27T19:24:09.406Z Downloaded progenitor-impl v0.11.2
11122026-03-27T19:24:09.409Z Downloaded progenitor-impl v0.10.0
11132026-03-27T19:24:09.409Z Downloaded iddqd v0.3.17
11142026-03-27T19:24:09.412Z Downloaded signature v2.2.0
11152026-03-27T19:24:09.420Z Downloaded serde_yaml v0.9.34+deprecated
11162026-03-27T19:24:09.423Z Downloaded stringprep v0.1.5
11172026-03-27T19:24:09.426Z Downloaded futures-util v0.3.32
11182026-03-27T19:24:09.429Z Downloaded time-macros v0.2.27
11192026-03-27T19:24:09.433Z Downloaded thiserror-no-std v2.0.2
11202026-03-27T19:24:09.436Z Downloaded signal-hook v0.3.18
11212026-03-27T19:24:09.436Z Downloaded rsa v0.9.10
11222026-03-27T19:24:09.439Z Downloaded tower-layer v0.3.3
11232026-03-27T19:24:09.439Z Downloaded tiny-keccak v2.0.2
11242026-03-27T19:24:09.442Z Downloaded schemars v0.9.0
11252026-03-27T19:24:09.447Z Downloaded thread_local v1.1.9
11262026-03-27T19:24:09.450Z Downloaded rand v0.9.2
11272026-03-27T19:24:09.453Z Downloaded try-lock v0.2.5
11282026-03-27T19:24:09.453Z Downloaded trait-variant v0.1.2
11292026-03-27T19:24:09.453Z Downloaded tower-service v0.3.3
11302026-03-27T19:24:09.453Z Downloaded rcgen v0.12.1
11312026-03-27T19:24:09.456Z Downloaded rayon-core v1.13.0
11322026-03-27T19:24:09.459Z Downloaded typify-macro v0.6.1
11332026-03-27T19:24:09.459Z Downloaded unarray v0.1.4
11342026-03-27T19:24:09.459Z Downloaded spin v0.9.8
11352026-03-27T19:24:09.462Z Downloaded pretty_assertions v1.4.1
11362026-03-27T19:24:09.462Z Downloaded h2 v0.4.13
11372026-03-27T19:24:09.466Z Downloaded tokio-macros v2.6.0
11382026-03-27T19:24:09.469Z Downloaded tokio-dtrace v0.1.1
11392026-03-27T19:24:09.469Z Downloaded typify-macro v0.4.3
11402026-03-27T19:24:09.469Z Downloaded qorb v0.4.1
11412026-03-27T19:24:09.472Z Downloaded stacker v0.1.23
11422026-03-27T19:24:09.475Z Downloaded publicsuffix v2.3.0
11432026-03-27T19:24:09.479Z Downloaded tokio-tungstenite v0.21.0
11442026-03-27T19:24:09.482Z Downloaded iri-string v0.7.10
11452026-03-27T19:24:09.486Z Downloaded term v1.2.1
11462026-03-27T19:24:09.489Z Downloaded mio v1.1.1
11472026-03-27T19:24:09.492Z Downloaded rand v0.8.5
11482026-03-27T19:24:09.492Z Downloaded tokio-tungstenite v0.23.1
11492026-03-27T19:24:09.495Z Downloaded usdt v0.6.0
11502026-03-27T19:24:09.495Z Downloaded num-bigint v0.4.6
11512026-03-27T19:24:09.499Z Downloaded nom v7.1.3
11522026-03-27T19:24:09.502Z Downloaded similar v2.7.0
11532026-03-27T19:24:09.505Z Downloaded usdt-attr-macro v0.6.0
11542026-03-27T19:24:09.505Z Downloaded untrusted v0.9.0
11552026-03-27T19:24:09.505Z Downloaded untrusted v0.7.1
11562026-03-27T19:24:09.505Z Downloaded universal-hash v0.5.1
11572026-03-27T19:24:09.508Z Downloaded unicode-truncate v1.1.0
11582026-03-27T19:24:09.508Z Downloaded topological-sort v0.2.2
11592026-03-27T19:24:09.508Z Downloaded tls_codec_derive v0.4.2
11602026-03-27T19:24:09.509Z Downloaded toml_writer v1.0.6+spec-1.1.0
11612026-03-27T19:24:09.512Z Downloaded utf-8 v0.7.6
11622026-03-27T19:24:09.512Z Downloaded tokio-native-tls v0.3.1
11632026-03-27T19:24:09.512Z Downloaded strum_macros v0.27.2
11642026-03-27T19:24:09.515Z Downloaded slog v2.8.2
11652026-03-27T19:24:09.515Z Downloaded tls_codec v0.4.2
11662026-03-27T19:24:09.518Z Downloaded want v0.3.1
11672026-03-27T19:24:09.518Z Downloaded rand v0.10.0
11682026-03-27T19:24:09.522Z Downloaded subprocess v0.2.15
11692026-03-27T19:24:09.522Z Downloaded hickory-server v0.25.2
11702026-03-27T19:24:09.525Z Downloaded unicase v2.9.0
11712026-03-27T19:24:09.525Z Downloaded usdt-macro v0.6.0
11722026-03-27T19:24:09.525Z Downloaded p521 v0.13.3
11732026-03-27T19:24:09.528Z Downloaded blake3 v1.8.3
11742026-03-27T19:24:09.532Z Downloaded tokio-rustls v0.26.4
11752026-03-27T19:24:09.536Z Downloaded tokio-rustls v0.25.0
11762026-03-27T19:24:09.536Z Downloaded tokio-rustls v0.24.1
11772026-03-27T19:24:09.539Z Downloaded xattr v1.6.1
11782026-03-27T19:24:09.544Z Downloaded unit-prefix v0.5.2
11792026-03-27T19:24:09.551Z Downloaded wait-timeout v0.2.1
11802026-03-27T19:24:09.555Z Downloaded void v1.0.2
11812026-03-27T19:24:09.558Z Downloaded toml_parser v1.0.9+spec-1.1.0
11822026-03-27T19:24:09.558Z Downloaded vsss-rs v3.3.4
11832026-03-27T19:24:09.561Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11842026-03-27T19:24:09.561Z Downloaded term v0.7.0
11852026-03-27T19:24:09.564Z Downloaded crossterm v0.29.0
11862026-03-27T19:24:09.568Z Downloaded usdt-impl v0.6.0
11872026-03-27T19:24:09.568Z Downloaded uzers v0.12.2
11882026-03-27T19:24:09.568Z Downloaded waitgroup v0.1.2
11892026-03-27T19:24:09.572Z Downloaded russh v0.45.0
11902026-03-27T19:24:09.577Z Downloaded zeroize_derive v1.4.3
11912026-03-27T19:24:09.580Z Downloaded zone v0.3.1
11922026-03-27T19:24:09.583Z Downloaded tui-tree-widget v0.23.1
11932026-03-27T19:24:09.586Z Downloaded xshell-macros v0.2.7
11942026-03-27T19:24:09.586Z Downloaded hashbrown v0.15.5
11952026-03-27T19:24:09.597Z Downloaded schemars v1.2.1
11962026-03-27T19:24:09.605Z Downloaded whoami v2.1.0
11972026-03-27T19:24:09.608Z Downloaded rustyline v14.0.0
11982026-03-27T19:24:09.612Z Downloaded zone_cfg_derive v0.3.1
11992026-03-27T19:24:09.612Z Downloaded tokio-stream v0.1.18
12002026-03-27T19:24:09.615Z Downloaded itertools v0.12.1
12012026-03-27T19:24:09.618Z Downloaded xz2 v0.1.7
12022026-03-27T19:24:09.618Z Downloaded wyz v0.5.1
12032026-03-27T19:24:09.621Z Downloaded rpassword v7.4.0
12042026-03-27T19:24:09.621Z Downloaded rustls-webpki v0.103.9
12052026-03-27T19:24:09.630Z Downloaded tracing-core v0.1.36
12062026-03-27T19:24:09.634Z Downloaded socket2 v0.6.2
12072026-03-27T19:24:09.655Z Downloaded socket2 v0.5.10
12082026-03-27T19:24:09.655Z Downloaded zeroize v1.8.2
12092026-03-27T19:24:09.655Z Downloaded snafu v0.8.9
12102026-03-27T19:24:09.655Z Downloaded vergen-gitcl v1.0.8
12112026-03-27T19:24:09.655Z Downloaded typify v0.6.1
12122026-03-27T19:24:09.655Z Downloaded vergen-lib v0.1.6
12132026-03-27T19:24:09.658Z Downloaded unicode-bidi v0.3.18
12142026-03-27T19:24:09.658Z Downloaded zstd-safe v7.2.4
12152026-03-27T19:24:09.658Z Downloaded unicode-properties v0.1.4
12162026-03-27T19:24:09.658Z Downloaded walkdir v2.5.0
12172026-03-27T19:24:09.663Z Downloaded test-strategy v0.4.5
12182026-03-27T19:24:09.666Z Downloaded whoami v1.6.1
12192026-03-27T19:24:09.670Z Downloaded twox-hash v2.1.2
12202026-03-27T19:24:09.670Z Downloaded tinyvec v1.10.0
12212026-03-27T19:24:09.670Z Downloaded aws-lc-rs v1.16.0
12222026-03-27T19:24:09.675Z Downloaded yasna v0.5.2
12232026-03-27T19:24:09.678Z Downloaded samael v0.0.19
12242026-03-27T19:24:09.681Z Downloaded zerocopy v0.6.6
12252026-03-27T19:24:09.681Z Downloaded xshell v0.2.7
12262026-03-27T19:24:09.684Z Downloaded toml_edit v0.23.10+spec-1.0.0
12272026-03-27T19:24:09.684Z Downloaded vergen v9.0.6
12282026-03-27T19:24:09.687Z Downloaded tracing-attributes v0.1.31
12292026-03-27T19:24:09.687Z Downloaded num-bigint-dig v0.8.6
12302026-03-27T19:24:09.691Z Downloaded vergen-git2 v1.0.7
12312026-03-27T19:24:09.691Z Downloaded itertools v0.13.0
12322026-03-27T19:24:09.696Z Downloaded libm v0.2.16
12332026-03-27T19:24:09.702Z Downloaded hyper v1.8.1
12342026-03-27T19:24:09.707Z Downloaded zstd v0.13.3
12352026-03-27T19:24:09.710Z Downloaded toml v0.7.8
12362026-03-27T19:24:09.713Z Downloaded chrono v0.4.44
12372026-03-27T19:24:09.716Z Downloaded bindgen v0.71.1
12382026-03-27T19:24:09.727Z Downloaded uuid v1.21.0
12392026-03-27T19:24:09.731Z Downloaded reqwest v0.13.2
12402026-03-27T19:24:09.734Z Downloaded typify v0.4.3
12412026-03-27T19:24:09.737Z Downloaded tungstenite v0.21.0
12422026-03-27T19:24:09.737Z Downloaded itertools v0.14.0
12432026-03-27T19:24:09.741Z Downloaded steno v0.4.1
12442026-03-27T19:24:09.744Z Downloaded unsafe-libyaml v0.2.11
12452026-03-27T19:24:09.750Z Downloaded portable-atomic v1.13.1
12462026-03-27T19:24:09.754Z Downloaded hkdf v0.12.4
12472026-03-27T19:24:09.760Z Downloaded tar v0.4.45
12482026-03-27T19:24:09.765Z Downloaded toml v0.9.12+spec-1.1.0
12492026-03-27T19:24:09.771Z Downloaded reqwest v0.12.28
12502026-03-27T19:24:09.774Z Downloaded vte v0.14.1
12512026-03-27T19:24:09.777Z Downloaded yansi v1.0.1
12522026-03-27T19:24:09.777Z Downloaded ron v0.12.0
12532026-03-27T19:24:09.782Z Downloaded tungstenite v0.23.0
12542026-03-27T19:24:09.792Z Downloaded zip v0.6.6
12552026-03-27T19:24:09.795Z Downloaded zopfli v0.8.3
12562026-03-27T19:24:09.798Z Downloaded tokio-postgres v0.7.16
12572026-03-27T19:24:09.801Z Downloaded rustls-webpki v0.101.7
12582026-03-27T19:24:09.810Z Downloaded unicode-segmentation v1.12.0
12592026-03-27T19:24:09.813Z Downloaded regex v1.12.3
12602026-03-27T19:24:09.822Z Downloaded quick-xml v0.37.5
12612026-03-27T19:24:09.827Z Downloaded zerocopy-derive v0.8.40
12622026-03-27T19:24:09.834Z Downloaded moka v0.12.13
12632026-03-27T19:24:09.838Z Downloaded unicode_categories v0.1.1
12642026-03-27T19:24:09.842Z Downloaded curve25519-dalek v4.1.3
12652026-03-27T19:24:09.845Z Downloaded tower v0.5.3
12662026-03-27T19:24:09.849Z Downloaded reedline v0.40.0
12672026-03-27T19:24:09.853Z Downloaded petname v2.0.2
12682026-03-27T19:24:09.857Z Downloaded x509-cert v0.2.5
12692026-03-27T19:24:09.860Z Downloaded toml_edit v0.19.15
12702026-03-27T19:24:09.869Z Downloaded lalrpop v0.19.12
12712026-03-27T19:24:09.876Z Downloaded ssh-key v0.6.7
12722026-03-27T19:24:09.893Z Downloaded git2 v0.20.4
12732026-03-27T19:24:09.898Z Downloaded nix v0.27.1
12742026-03-27T19:24:09.903Z Downloaded zip v4.6.1
12752026-03-27T19:24:09.906Z Downloaded proptest v1.10.0
12762026-03-27T19:24:09.911Z Downloaded typed-path v0.9.3
12772026-03-27T19:24:09.914Z Downloaded rayon v1.11.0
12782026-03-27T19:24:09.919Z Downloaded salty v0.3.0
12792026-03-27T19:24:09.923Z Downloaded object v0.30.4
12802026-03-27T19:24:09.928Z Downloaded quinn-proto v0.11.13
12812026-03-27T19:24:09.932Z Downloaded tower-http v0.6.8
12822026-03-27T19:24:09.936Z Downloaded goblin v0.10.5
12832026-03-27T19:24:09.941Z Downloaded serde_with v3.17.0
12842026-03-27T19:24:09.947Z Downloaded p384 v0.13.1
12852026-03-27T19:24:09.967Z Downloaded winnow v0.5.40
12862026-03-27T19:24:09.972Z Downloaded winnow v0.6.26
12872026-03-27T19:24:09.976Z Downloaded tough v0.20.0
12882026-03-27T19:24:09.981Z Downloaded openssl v0.10.75
12892026-03-27T19:24:09.987Z Downloaded nix v0.28.0
12902026-03-27T19:24:09.993Z Downloaded tokio-util v0.7.18
12912026-03-27T19:24:10.005Z Downloaded unicode-normalization v0.1.25
12922026-03-27T19:24:10.020Z Downloaded time v0.3.47
12932026-03-27T19:24:10.027Z Downloaded nix v0.31.1
12942026-03-27T19:24:10.033Z Downloaded rustls-webpki v0.102.8
12952026-03-27T19:24:10.045Z Downloaded radix_trie v0.2.1
12962026-03-27T19:24:10.048Z Downloaded rustls v0.21.12
12972026-03-27T19:24:10.054Z Downloaded polar-core v0.27.3
12982026-03-27T19:24:10.058Z Downloaded object v0.37.3
12992026-03-27T19:24:10.069Z Downloaded zlib-rs v0.6.2
13002026-03-27T19:24:10.073Z Downloaded hickory-proto v0.24.4
13012026-03-27T19:24:10.082Z Downloaded webpki-roots v1.0.6
13022026-03-27T19:24:10.099Z Downloaded openapiv3 v2.2.0
13032026-03-27T19:24:10.106Z Downloaded rustls v0.22.4
13042026-03-27T19:24:10.113Z Downloaded regress v0.10.5
13052026-03-27T19:24:10.118Z Downloaded smoltcp v0.9.1
13062026-03-27T19:24:10.124Z Downloaded zerocopy v0.8.40
13072026-03-27T19:24:10.129Z Downloaded tabled v0.20.0
13082026-03-27T19:24:10.140Z Downloaded rustls v0.23.37
13092026-03-27T19:24:10.146Z Downloaded regex-syntax v0.6.29
13102026-03-27T19:24:10.150Z Downloaded vcpkg v0.2.15
13112026-03-27T19:24:10.173Z Downloaded nix v0.29.0
13122026-03-27T19:24:10.179Z Downloaded dropshot v0.16.7
13132026-03-27T19:24:10.200Z Downloaded smoltcp v0.11.0
13142026-03-27T19:24:10.222Z Downloaded sqlparser v0.61.0
13152026-03-27T19:24:10.228Z Downloaded rustix v0.38.44
13162026-03-27T19:24:10.242Z Downloaded regex-syntax v0.8.10
13172026-03-27T19:24:10.245Z Downloaded hickory-proto v0.25.2
13182026-03-27T19:24:10.253Z Downloaded sled v0.34.7
13192026-03-27T19:24:10.259Z Downloaded diesel v2.3.7
13202026-03-27T19:24:10.271Z Downloaded tracing v0.1.44
13212026-03-27T19:24:10.283Z Downloaded bzip2-sys v0.1.13+1.0.8
13222026-03-27T19:24:10.290Z Downloaded typify-impl v0.6.1
13232026-03-27T19:24:10.301Z Downloaded zerocopy-derive v0.6.6
13242026-03-27T19:24:10.330Z Downloaded chrono-tz v0.10.4
13252026-03-27T19:24:10.341Z Downloaded lzma-sys v0.1.20
13262026-03-27T19:24:10.358Z Downloaded typify-impl v0.4.3
13272026-03-27T19:24:10.367Z Downloaded petgraph v0.8.3
13282026-03-27T19:24:10.392Z Downloaded tokio v1.49.0
13292026-03-27T19:24:10.414Z Downloaded ratatui v0.29.0
13302026-03-27T19:24:10.425Z Downloaded regex-automata v0.4.14
13312026-03-27T19:24:10.448Z Downloaded petgraph v0.6.5
13322026-03-27T19:24:10.472Z Downloaded jiff v0.2.21
13332026-03-27T19:24:10.529Z Downloaded libgit2-sys v0.18.3+1.9.2
13342026-03-27T19:24:10.561Z Downloaded libz-sys v1.1.24
13352026-03-27T19:24:10.573Z Downloaded csv v1.4.0
13362026-03-27T19:24:10.594Z Downloaded sha3 v0.10.8
13372026-03-27T19:24:10.597Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13382026-03-27T19:24:10.654Z Downloaded encoding_rs v0.8.35
13392026-03-27T19:24:10.667Z Downloaded ring v0.17.14
13402026-03-27T19:24:11.060Z Downloaded aws-lc-sys v0.37.1
13412026-03-27T19:24:11.311Z Compiling libc v0.2.180
13422026-03-27T19:24:11.311Z Compiling serde v1.0.228
13432026-03-27T19:24:11.314Z Compiling log v0.4.29
13442026-03-27T19:24:11.314Z Compiling shlex v1.3.0
13452026-03-27T19:24:11.314Z Compiling find-msvc-tools v0.1.9
13462026-03-27T19:24:11.454Z Compiling smallvec v1.15.1
13472026-03-27T19:24:11.462Z Compiling syn v2.0.117
13482026-03-27T19:24:11.469Z Compiling typenum v1.19.0
13492026-03-27T19:24:11.641Z Compiling generic-array v0.14.7
13502026-03-27T19:24:11.674Z Compiling subtle v2.6.1
13512026-03-27T19:24:11.690Z Compiling scopeguard v1.2.0
13522026-03-27T19:24:11.736Z Compiling portable-atomic v1.13.1
13532026-03-27T19:24:11.769Z Compiling lock_api v0.4.14
13542026-03-27T19:24:11.794Z Compiling const-oid v0.9.6
13552026-03-27T19:24:11.856Z Compiling critical-section v1.2.0
13562026-03-27T19:24:11.993Z Compiling zerocopy v0.8.40
13572026-03-27T19:24:12.036Z Compiling parking_lot_core v0.9.12
13582026-03-27T19:24:12.068Z Compiling pin-project-lite v0.2.17
13592026-03-27T19:24:12.167Z Compiling serde_json v1.0.149
13602026-03-27T19:24:12.310Z Compiling pkg-config v0.3.32
13612026-03-27T19:24:12.412Z Compiling getrandom v0.2.17
13622026-03-27T19:24:12.484Z Compiling jobserver v0.1.34
13632026-03-27T19:24:12.584Z Compiling rand_core v0.6.4
13642026-03-27T19:24:12.600Z Compiling errno v0.3.14
13652026-03-27T19:24:12.699Z Compiling cc v1.2.56
13662026-03-27T19:24:12.752Z Compiling once_cell v1.21.3
13672026-03-27T19:24:12.857Z Compiling signal-hook-registry v1.4.8
13682026-03-27T19:24:12.887Z Compiling mio v1.1.1
13692026-03-27T19:24:12.901Z Compiling bitflags v2.11.0
13702026-03-27T19:24:12.964Z Compiling libm v0.2.16
13712026-03-27T19:24:13.135Z Compiling parking_lot v0.12.5
13722026-03-27T19:24:13.158Z Compiling num-traits v0.2.19
13732026-03-27T19:24:13.174Z Compiling futures-core v0.3.32
13742026-03-27T19:24:13.332Z Compiling socket2 v0.6.2
13752026-03-27T19:24:13.371Z Compiling percent-encoding v2.3.2
13762026-03-27T19:24:13.517Z Compiling allocator-api2 v0.2.21
13772026-03-27T19:24:13.532Z Compiling futures-sink v0.3.32
13782026-03-27T19:24:13.549Z Compiling foldhash v0.2.0
13792026-03-27T19:24:13.568Z Compiling cpufeatures v0.2.17
13802026-03-27T19:24:13.636Z Compiling futures-channel v0.3.32
13812026-03-27T19:24:13.652Z Compiling getrandom v0.4.1
13822026-03-27T19:24:13.746Z Compiling futures-io v0.3.32
13832026-03-27T19:24:13.771Z Compiling slab v0.4.12
13842026-03-27T19:24:13.851Z Compiling hashbrown v0.16.1
13852026-03-27T19:24:13.871Z Compiling futures-task v0.3.32
13862026-03-27T19:24:13.911Z Compiling getrandom v0.3.4
13872026-03-27T19:24:13.961Z Compiling rustversion v1.0.22
13882026-03-27T19:24:14.017Z Compiling rand_core v0.10.0
13892026-03-27T19:24:14.046Z Compiling form_urlencoded v1.2.2
13902026-03-27T19:24:14.311Z Compiling cmake v0.1.57
13912026-03-27T19:24:14.464Z Compiling synstructure v0.13.2
13922026-03-27T19:24:14.478Z Compiling indexmap v2.13.0
13932026-03-27T19:24:14.482Z Compiling fs_extra v1.3.0
13942026-03-27T19:24:14.764Z Compiling dunce v1.0.5
13952026-03-27T19:24:14.781Z Compiling ident_case v1.0.1
13962026-03-27T19:24:14.849Z Compiling base64ct v1.8.3
13972026-03-27T19:24:14.867Z Compiling aws-lc-sys v0.37.1
13982026-03-27T19:24:14.909Z Compiling flagset v0.4.7
13992026-03-27T19:24:14.942Z Compiling rand_core v0.9.5
14002026-03-27T19:24:14.963Z Compiling rustix v1.1.3
14012026-03-27T19:24:15.048Z Compiling iana-time-zone v0.1.65
14022026-03-27T19:24:15.105Z Compiling pem-rfc7468 v0.7.0
14032026-03-27T19:24:15.155Z Compiling uuid v1.21.0
14042026-03-27T19:24:15.180Z Compiling ring v0.17.14
14052026-03-27T19:24:15.224Z Compiling rustc_version v0.4.1
14062026-03-27T19:24:15.258Z Compiling regex-syntax v0.8.10
14072026-03-27T19:24:15.421Z Compiling aws-lc-rs v1.16.0
14082026-03-27T19:24:15.548Z Compiling vcpkg v0.2.15
14092026-03-27T19:24:15.732Z Compiling tracing-core v0.1.36
14102026-03-27T19:24:15.877Z Compiling crossbeam-utils v0.8.21
14112026-03-27T19:24:16.193Z Compiling pest_generator v2.8.6
14122026-03-27T19:24:16.271Z Compiling serde_derive v1.0.228
14132026-03-27T19:24:16.290Z Compiling zeroize_derive v1.4.3
14142026-03-27T19:24:16.293Z Compiling zerofrom-derive v0.1.6
14152026-03-27T19:24:16.733Z Compiling yoke-derive v0.8.1
14162026-03-27T19:24:16.929Z Compiling zerocopy-derive v0.8.40
14172026-03-27T19:24:16.971Z Compiling zeroize v1.8.2
14182026-03-27T19:24:17.644Z Compiling zerovec-derive v0.11.2
14192026-03-27T19:24:17.717Z Compiling crypto-common v0.1.7
14202026-03-27T19:24:17.736Z Compiling zerofrom v0.1.6
14212026-03-27T19:24:17.865Z Compiling block-buffer v0.10.4
14222026-03-27T19:24:17.865Z Compiling displaydoc v0.2.5
14232026-03-27T19:24:17.920Z Compiling yoke v0.8.1
14242026-03-27T19:24:18.038Z Compiling digest v0.10.7
14252026-03-27T19:24:18.107Z Compiling tokio-macros v2.6.0
14262026-03-27T19:24:18.284Z Compiling hmac v0.12.1
14272026-03-27T19:24:18.442Z Compiling futures-macro v0.3.32
14282026-03-27T19:24:18.607Z Compiling zerotrie v0.2.3
14292026-03-27T19:24:18.754Z Compiling zerovec v0.11.5
14302026-03-27T19:24:18.835Z Compiling block-padding v0.3.3
14312026-03-27T19:24:18.905Z Compiling sha2 v0.10.9
14322026-03-27T19:24:18.997Z Compiling inout v0.1.4
14332026-03-27T19:24:19.172Z Compiling cipher v0.4.4
14342026-03-27T19:24:19.250Z Compiling tinystr v0.8.2
14352026-03-27T19:24:19.267Z Compiling potential_utf v0.1.4
14362026-03-27T19:24:19.432Z Compiling icu_locale_core v2.1.1
14372026-03-27T19:24:19.446Z Compiling icu_collections v2.1.1
14382026-03-27T19:24:19.461Z Compiling futures-util v0.3.32
14392026-03-27T19:24:19.770Z Compiling bytes v1.11.1
14402026-03-27T19:24:19.917Z Compiling der_derive v0.7.3
14412026-03-27T19:24:20.119Z Compiling icu_provider v2.1.1
14422026-03-27T19:24:20.271Z Compiling tokio v1.49.0
14432026-03-27T19:24:20.375Z Compiling icu_normalizer v2.1.1
14442026-03-27T19:24:20.410Z Compiling icu_properties v2.1.2
14452026-03-27T19:24:20.562Z Compiling http v1.4.0
14462026-03-27T19:24:20.851Z Compiling der v0.7.10
14472026-03-27T19:24:20.902Z Compiling chrono v0.4.44
14482026-03-27T19:24:21.311Z Compiling idna_adapter v1.2.1
14492026-03-27T19:24:21.454Z Compiling ppv-lite86 v0.2.21
14502026-03-27T19:24:21.468Z Compiling idna v1.1.0
14512026-03-27T19:24:21.482Z Compiling salsa20 v0.10.2
14522026-03-27T19:24:21.620Z Compiling pbkdf2 v0.12.2
14532026-03-27T19:24:21.702Z Compiling spki v0.7.3
14542026-03-27T19:24:21.736Z Compiling url v2.5.8
14552026-03-27T19:24:21.768Z Compiling thiserror-impl v2.0.18
14562026-03-27T19:24:21.960Z Compiling scrypt v0.11.0
14572026-03-27T19:24:22.043Z Compiling rand_chacha v0.9.0
14582026-03-27T19:24:22.116Z Compiling cbc v0.1.2
14592026-03-27T19:24:22.219Z Compiling aes v0.8.4
14602026-03-27T19:24:22.268Z Compiling rustls-pki-types v1.14.0
14612026-03-27T19:24:22.317Z Compiling openssl-sys v0.9.111
14622026-03-27T19:24:22.597Z Compiling tracing-attributes v0.1.31
14632026-03-27T19:24:22.719Z Compiling pkcs5 v0.7.1
14642026-03-27T19:24:22.744Z Compiling rand v0.9.2
14652026-03-27T19:24:22.973Z Compiling http-body v1.0.1
14662026-03-27T19:24:23.135Z Compiling serde_derive_internals v0.29.1
14672026-03-27T19:24:23.179Z Compiling thiserror v2.0.18
14682026-03-27T19:24:23.203Z Compiling syn v1.0.109
14692026-03-27T19:24:23.280Z Compiling schemars v0.8.22
14702026-03-27T19:24:23.296Z Compiling httparse v1.10.1
14712026-03-27T19:24:23.484Z Compiling untrusted v0.9.0
14722026-03-27T19:24:23.509Z Compiling openssl-probe v0.2.1
14732026-03-27T19:24:23.540Z Compiling base64 v0.22.1
14742026-03-27T19:24:23.607Z Compiling untrusted v0.7.1
14752026-03-27T19:24:23.745Z Compiling pkcs8 v0.10.2
14762026-03-27T19:24:23.763Z Compiling pest_derive v2.8.6
14772026-03-27T19:24:23.857Z Compiling scroll_derive v0.13.1
14782026-03-27T19:24:23.907Z Compiling tracing v0.1.44
14792026-03-27T19:24:24.028Z Compiling tokio-util v0.7.18
14802026-03-27T19:24:24.048Z Compiling schemars_derive v0.8.22
14812026-03-27T19:24:24.190Z Compiling darling_core v0.20.11
14822026-03-27T19:24:24.651Z Compiling rustls v0.23.37
14832026-03-27T19:24:24.666Z Compiling tower-service v0.3.3
14842026-03-27T19:24:24.766Z Compiling tower-layer v0.3.3
14852026-03-27T19:24:24.823Z Compiling dyn-clone v1.0.20
14862026-03-27T19:24:24.929Z Compiling tinyvec_macros v0.1.1
14872026-03-27T19:24:24.965Z Compiling try-lock v0.2.5
14882026-03-27T19:24:25.003Z Compiling atomic-waker v1.1.2
14892026-03-27T19:24:25.048Z Compiling want v0.3.1
14902026-03-27T19:24:25.075Z Compiling tinyvec v1.10.0
14912026-03-27T19:24:25.128Z Compiling h2 v0.4.13
14922026-03-27T19:24:25.219Z Compiling scroll v0.13.0
14932026-03-27T19:24:25.487Z Compiling ipnet v2.11.0
14942026-03-27T19:24:25.748Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-03-27T19:24:25.882Z Compiling spin v0.9.8
14962026-03-27T19:24:25.995Z Compiling aho-corasick v1.1.4
14972026-03-27T19:24:26.093Z Compiling num-conv v0.2.0
14982026-03-27T19:24:26.134Z Compiling crc32fast v1.5.0
14992026-03-27T19:24:26.227Z Compiling time-core v0.1.8
15002026-03-27T19:24:26.379Z Compiling powerfmt v0.2.0
15012026-03-27T19:24:26.403Z Compiling httpdate v1.0.3
15022026-03-27T19:24:26.446Z Compiling darling_macro v0.20.11
15032026-03-27T19:24:26.553Z Compiling openssl v0.10.75
15042026-03-27T19:24:26.582Z Compiling pin-utils v0.1.0
15052026-03-27T19:24:26.621Z Compiling foreign-types-shared v0.1.1
15062026-03-27T19:24:26.657Z Compiling tempfile v3.25.0
15072026-03-27T19:24:26.711Z Compiling foreign-types v0.3.2
15082026-03-27T19:24:26.784Z Compiling regex-automata v0.4.14
15092026-03-27T19:24:26.820Z Compiling deranged v0.5.8
15102026-03-27T19:24:26.948Z Compiling darling v0.20.11
15112026-03-27T19:24:27.067Z Compiling time-macros v0.2.27
15122026-03-27T19:24:27.752Z Compiling goblin v0.10.5
15132026-03-27T19:24:28.131Z Compiling hyper v1.8.1
15142026-03-27T19:24:28.390Z Compiling thiserror-impl v1.0.69
15152026-03-27T19:24:29.100Z Compiling openssl-macros v0.1.1
15162026-03-27T19:24:29.266Z Compiling wait-timeout v0.2.1
15172026-03-27T19:24:29.484Z Compiling num_threads v0.1.7
15182026-03-27T19:24:29.530Z Compiling siphasher v1.0.2
15192026-03-27T19:24:29.585Z Compiling bit-vec v0.8.0
15202026-03-27T19:24:29.619Z Compiling quick-error v1.2.3
15212026-03-27T19:24:29.681Z Compiling usdt-impl v0.6.0
15222026-03-27T19:24:29.715Z Compiling native-tls v0.2.18
15232026-03-27T19:24:29.730Z Compiling simd-adler32 v0.3.8
15242026-03-27T19:24:29.816Z Compiling either v1.15.0
15252026-03-27T19:24:29.905Z Compiling bit-set v0.8.0
15262026-03-27T19:24:29.939Z Compiling rusty-fork v0.3.1
15272026-03-27T19:24:29.973Z Compiling thiserror v1.0.69
15282026-03-27T19:24:30.018Z Compiling time v0.3.47
15292026-03-27T19:24:30.080Z Compiling hyper-util v0.1.20
15302026-03-27T19:24:30.445Z Compiling dof v0.4.0
15312026-03-27T19:24:30.917Z Compiling derive_builder_core v0.20.2
15322026-03-27T19:24:31.555Z Compiling unicode-normalization v0.1.25
15332026-03-27T19:24:31.593Z Compiling crossbeam-epoch v0.9.18
15342026-03-27T19:24:31.760Z Compiling dtrace-parser v0.3.0
15352026-03-27T19:24:31.792Z Compiling rustls-native-certs v0.8.3
15362026-03-27T19:24:31.957Z Compiling signature v2.2.0
15372026-03-27T19:24:31.973Z Compiling scroll_derive v0.12.1
15382026-03-27T19:24:32.050Z Compiling heapless v0.7.17
15392026-03-27T19:24:32.110Z Compiling rand_xorshift v0.4.0
15402026-03-27T19:24:32.140Z Compiling slog v2.8.2
15412026-03-27T19:24:32.275Z Compiling darling_core v0.21.3
15422026-03-27T19:24:32.290Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-27T19:24:32.324Z Compiling sync_wrapper v1.0.2
15442026-03-27T19:24:32.438Z Compiling thread-id v5.1.0
15452026-03-27T19:24:32.526Z Compiling cookie v0.18.1
15462026-03-27T19:24:32.556Z Compiling unarray v0.1.4
15472026-03-27T19:24:32.572Z Compiling unicode-segmentation v1.12.0
15482026-03-27T19:24:32.628Z Compiling unicode-properties v0.1.4
15492026-03-27T19:24:32.667Z Compiling anyhow v1.0.102
15502026-03-27T19:24:32.706Z Compiling zstd-safe v7.2.4
15512026-03-27T19:24:32.840Z Compiling rayon-core v1.13.0
15522026-03-27T19:24:32.904Z Compiling unicode-bidi v0.3.18
15532026-03-27T19:24:32.957Z Compiling paste v1.0.15
15542026-03-27T19:24:32.973Z Compiling signal-hook v0.3.18
15552026-03-27T19:24:32.988Z Compiling adler2 v2.0.1
15562026-03-27T19:24:33.117Z Compiling miniz_oxide v0.8.9
15572026-03-27T19:24:33.209Z Compiling proptest v1.10.0
15582026-03-27T19:24:33.248Z Compiling stringprep v0.1.5
15592026-03-27T19:24:33.271Z Compiling scroll v0.12.0
15602026-03-27T19:24:33.533Z Compiling tower v0.5.3
15612026-03-27T19:24:33.753Z Compiling crossbeam-deque v0.8.6
15622026-03-27T19:24:33.939Z Compiling derive_builder_macro v0.20.2
15632026-03-27T19:24:33.999Z Compiling ipnetwork v0.21.1
15642026-03-27T19:24:34.028Z Compiling http-body-util v0.1.3
15652026-03-27T19:24:34.092Z Compiling webpki-roots v1.0.6
15662026-03-27T19:24:34.205Z Compiling rand_chacha v0.3.1
15672026-03-27T19:24:34.220Z Compiling erased-serde v0.3.31
15682026-03-27T19:24:34.265Z Compiling serde_spanned v0.6.9
15692026-03-27T19:24:34.385Z Compiling toml_datetime v0.6.11
15702026-03-27T19:24:34.400Z Compiling serde_tokenstream v0.2.3
15712026-03-27T19:24:34.415Z Compiling md-5 v0.10.6
15722026-03-27T19:24:34.578Z Compiling zerocopy-derive v0.7.35
15732026-03-27T19:24:34.644Z Compiling curve25519-dalek v4.1.3
15742026-03-27T19:24:34.695Z Compiling vergen-lib v0.1.6
15752026-03-27T19:24:34.711Z Compiling num-integer v0.1.46
15762026-03-27T19:24:34.777Z Compiling darling_macro v0.21.3
15772026-03-27T19:24:34.879Z Compiling hash32 v0.2.1
15782026-03-27T19:24:34.978Z Compiling ff v0.13.1
15792026-03-27T19:24:35.000Z Compiling memoffset v0.9.1
15802026-03-27T19:24:35.040Z Compiling psl-types v2.0.11
15812026-03-27T19:24:35.073Z Compiling num-bigint-dig v0.8.6
15822026-03-27T19:24:35.113Z Compiling base16ct v0.2.0
15832026-03-27T19:24:35.166Z Compiling iri-string v0.7.10
15842026-03-27T19:24:35.191Z Compiling ref-cast v1.0.25
15852026-03-27T19:24:35.251Z Compiling fallible-iterator v0.2.0
15862026-03-27T19:24:35.267Z Compiling ryu v1.0.23
15872026-03-27T19:24:35.292Z Compiling cfg_aliases v0.2.1
15882026-03-27T19:24:35.370Z Compiling zlib-rs v0.6.2
15892026-03-27T19:24:35.445Z Compiling smoltcp v0.9.1
15902026-03-27T19:24:35.460Z Compiling rustix v0.38.44
15912026-03-27T19:24:35.492Z Compiling litrs v1.0.0
15922026-03-27T19:24:35.558Z Compiling postgres-protocol v0.6.10
15932026-03-27T19:24:35.792Z Compiling newtype-uuid v1.3.2
15942026-03-27T19:24:35.950Z Compiling zerocopy v0.7.35
15952026-03-27T19:24:36.001Z Compiling document-features v0.2.12
15962026-03-27T19:24:36.106Z Compiling serde_urlencoded v0.7.1
15972026-03-27T19:24:36.124Z Compiling nix v0.31.1
15982026-03-27T19:24:36.354Z Compiling tower-http v0.6.8
15992026-03-27T19:24:36.490Z Compiling darling v0.21.3
16002026-03-27T19:24:36.525Z Compiling sec1 v0.7.3
16012026-03-27T19:24:36.590Z Compiling publicsuffix v2.3.0
16022026-03-27T19:24:36.654Z Compiling group v0.13.0
16032026-03-27T19:24:36.770Z Compiling num-iter v0.1.45
16042026-03-27T19:24:36.830Z Compiling rand v0.8.5
16052026-03-27T19:24:36.833Z Compiling derive_builder v0.20.2
16062026-03-27T19:24:36.944Z Compiling oxnet v0.1.4
16072026-03-27T19:24:37.140Z Compiling proc-macro-error v1.0.4
16082026-03-27T19:24:37.250Z Compiling tokio-native-tls v0.3.1
16092026-03-27T19:24:37.341Z Compiling goblin v0.8.2
16102026-03-27T19:24:37.956Z Compiling heck v0.4.1
16112026-03-27T19:24:37.999Z Compiling phf_shared v0.13.1
16122026-03-27T19:24:38.118Z Compiling hubpack_derive v0.1.1
16132026-03-27T19:24:38.184Z Compiling regex v1.12.3
16142026-03-27T19:24:38.242Z Compiling lazy_static v1.5.0
16152026-03-27T19:24:38.258Z Compiling flate2 v1.1.9
16162026-03-27T19:24:38.341Z Compiling cargo-platform v0.1.9
16172026-03-27T19:24:38.563Z Compiling hkdf v0.12.4
16182026-03-27T19:24:38.602Z Compiling crypto-bigint v0.5.5
16192026-03-27T19:24:38.625Z Compiling terminal_size v0.4.3
16202026-03-27T19:24:38.645Z Compiling curve25519-dalek-derive v0.1.1
16212026-03-27T19:24:38.675Z Compiling ref-cast-impl v1.0.25
16222026-03-27T19:24:38.731Z Compiling daft-derive v0.1.5
16232026-03-27T19:24:38.764Z Compiling async-trait v0.1.89
16242026-03-27T19:24:39.211Z Compiling strum_macros v0.27.2
16252026-03-27T19:24:39.282Z Compiling vergen v9.0.6
16262026-03-27T19:24:39.442Z Compiling fs-err v3.3.0
16272026-03-27T19:24:39.469Z Compiling ahash v0.8.12
16282026-03-27T19:24:39.630Z Compiling winnow v0.5.40
16292026-03-27T19:24:39.673Z Compiling foldhash v0.1.5
16302026-03-27T19:24:39.784Z Compiling libbz2-rs-sys v0.2.2
16312026-03-27T19:24:39.851Z Compiling bitflags v1.3.2
16322026-03-27T19:24:39.932Z Compiling object v0.37.3
16332026-03-27T19:24:40.208Z Compiling managed v0.8.0
16342026-03-27T19:24:40.428Z Compiling bumpalo v3.20.2
16352026-03-27T19:24:40.458Z Compiling console v0.16.2
16362026-03-27T19:24:40.683Z Compiling zopfli v0.8.3
16372026-03-27T19:24:40.900Z Compiling toml_edit v0.19.15
16382026-03-27T19:24:41.016Z Compiling bzip2 v0.6.1
16392026-03-27T19:24:41.043Z Compiling hashbrown v0.15.5
16402026-03-27T19:24:41.174Z Compiling strum v0.27.2
16412026-03-27T19:24:41.225Z Compiling clap_builder v4.5.60
16422026-03-27T19:24:41.362Z Compiling dof v0.3.0
16432026-03-27T19:24:41.447Z Compiling elliptic-curve v0.13.8
16442026-03-27T19:24:41.530Z Compiling daft v0.1.5
16452026-03-27T19:24:41.842Z Compiling hubpack v0.1.2
16462026-03-27T19:24:41.968Z Compiling cargo_metadata v0.19.2
16472026-03-27T19:24:42.099Z Compiling phf v0.13.1
16482026-03-27T19:24:42.266Z Compiling zone_cfg_derive v0.3.1
16492026-03-27T19:24:42.911Z Compiling signal-hook-mio v0.2.5
16502026-03-27T19:24:43.039Z Compiling cookie_store v0.22.1
16512026-03-27T19:24:43.582Z Compiling zstd v0.13.3
16522026-03-27T19:24:43.690Z Compiling rayon v1.11.0
16532026-03-27T19:24:43.707Z Compiling hyper-tls v0.6.0
16542026-03-27T19:24:43.848Z Compiling bzip2 v0.4.4
16552026-03-27T19:24:44.026Z Compiling serde_with_macros v3.17.0
16562026-03-27T19:24:44.082Z Compiling postgres-types v0.2.12
16572026-03-27T19:24:44.284Z Compiling usdt-attr-macro v0.6.0
16582026-03-27T19:24:44.627Z Compiling usdt-macro v0.6.0
16592026-03-27T19:24:44.647Z Compiling ed25519 v2.2.3
16602026-03-27T19:24:45.069Z Compiling dtrace-parser v0.2.0
16612026-03-27T19:24:45.141Z Compiling itertools v0.12.1
16622026-03-27T19:24:45.316Z Compiling phf_shared v0.11.3
16632026-03-27T19:24:45.363Z Compiling bstr v1.12.1
16642026-03-27T19:24:45.404Z Compiling pkcs1 v0.7.5
16652026-03-27T19:24:45.501Z Compiling hex v0.4.3
16662026-03-27T19:24:45.553Z Compiling serde-big-array v0.5.1
16672026-03-27T19:24:45.699Z Compiling rfc6979 v0.4.0
16682026-03-27T19:24:45.769Z Compiling enum-as-inner v0.6.1
16692026-03-27T19:24:45.805Z Compiling strum_macros v0.26.4
16702026-03-27T19:24:45.820Z Compiling serde_repr v0.1.20
16712026-03-27T19:24:45.834Z Compiling clap_derive v4.5.55
16722026-03-27T19:24:46.014Z Compiling float-cmp v0.10.0
16732026-03-27T19:24:46.166Z Compiling thread-id v4.2.2
16742026-03-27T19:24:46.259Z Compiling memmap2 v0.9.10
16752026-03-27T19:24:46.275Z Compiling env_filter v1.0.0
16762026-03-27T19:24:46.348Z Compiling encoding_rs v0.8.35
16772026-03-27T19:24:46.351Z Compiling mime v0.3.17
16782026-03-27T19:24:46.474Z Compiling unit-prefix v0.5.2
16792026-03-27T19:24:46.578Z Compiling precomputed-hash v0.1.1
16802026-03-27T19:24:46.623Z Compiling data-encoding v2.10.0
16812026-03-27T19:24:46.623Z Compiling rustc-hash v2.1.1
16822026-03-27T19:24:46.669Z Compiling keccak v0.1.6
16832026-03-27T19:24:46.767Z Compiling predicates-core v1.0.10
16842026-03-27T19:24:47.010Z Compiling static_assertions v1.1.0
16852026-03-27T19:24:47.091Z Compiling fixedbitset v0.5.7
16862026-03-27T19:24:47.362Z Compiling fixedbitset v0.4.2
16872026-03-27T19:24:47.409Z Compiling jiff v0.2.21
16882026-03-27T19:24:47.500Z Compiling new_debug_unreachable v1.0.6
16892026-03-27T19:24:47.578Z Compiling whoami v2.1.0
16902026-03-27T19:24:47.593Z Compiling normalize-line-endings v0.3.0
16912026-03-27T19:24:47.607Z Compiling difflib v0.4.0
16922026-03-27T19:24:47.623Z Compiling clap v4.5.60
16932026-03-27T19:24:47.688Z Compiling strum v0.26.3
16942026-03-27T19:24:47.711Z Compiling toml_edit v0.22.27
16952026-03-27T19:24:47.737Z Compiling string_cache v0.8.9
16962026-03-27T19:24:47.821Z Compiling tokio-postgres v0.7.16
16972026-03-27T19:24:47.944Z Compiling predicates v3.1.4
16982026-03-27T19:24:47.963Z Compiling petgraph v0.6.5
16992026-03-27T19:24:47.979Z Compiling petgraph v0.8.3
17002026-03-27T19:24:48.185Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-27T19:24:48.593Z Compiling hickory-proto v0.25.2
17022026-03-27T19:24:49.423Z Compiling sha3 v0.10.8
17032026-03-27T19:24:49.881Z Compiling iddqd v0.3.17
17042026-03-27T19:24:49.898Z Compiling indicatif v0.18.4
17052026-03-27T19:24:49.988Z Compiling zip v4.6.1
17062026-03-27T19:24:50.409Z Compiling env_logger v0.11.9
17072026-03-27T19:24:50.744Z Compiling usdt v0.6.0
17082026-03-27T19:24:50.771Z Compiling zone v0.3.1
17092026-03-27T19:24:50.926Z Compiling usdt-impl v0.5.0
17102026-03-27T19:24:50.946Z Compiling ecdsa v0.16.9
17112026-03-27T19:24:51.008Z Compiling similar v2.7.0
17122026-03-27T19:24:51.025Z Compiling serde_with v3.17.0
17132026-03-27T19:24:51.338Z Compiling rsa v0.9.10
17142026-03-27T19:24:51.444Z Compiling crossterm v0.28.1
17152026-03-27T19:24:51.508Z Compiling ed25519-dalek v2.2.0
17162026-03-27T19:24:51.877Z Compiling zip v0.6.6
17172026-03-27T19:24:52.476Z Compiling toml v0.7.8
17182026-03-27T19:24:53.022Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-27T19:24:53.025Z Compiling itertools v0.13.0
17202026-03-27T19:24:53.051Z Compiling tokio-stream v0.1.18
17212026-03-27T19:24:53.095Z Compiling buf-list v1.1.2
17222026-03-27T19:24:53.320Z Compiling x509-cert v0.2.5
17232026-03-27T19:24:53.379Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17242026-03-27T19:24:53.504Z Compiling openapiv3 v2.2.0
17252026-03-27T19:24:53.653Z Compiling sha1 v0.10.6
17262026-03-27T19:24:53.684Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-27T19:24:53.876Z Compiling peg-runtime v0.8.5
17282026-03-27T19:24:53.976Z Compiling lalrpop-util v0.19.12
17292026-03-27T19:24:54.160Z Compiling thread_local v1.1.9
17302026-03-27T19:24:54.181Z Compiling slog-async v2.8.0
17312026-03-27T19:24:54.256Z Compiling crossbeam-channel v0.5.15
17322026-03-27T19:24:54.418Z Compiling futures-executor v0.3.32
17332026-03-27T19:24:54.505Z Compiling filetime v0.2.27
17342026-03-27T19:24:54.687Z Compiling is-terminal v0.4.17
17352026-03-27T19:24:54.687Z Compiling take_mut v0.2.2
17362026-03-27T19:24:54.717Z Compiling term v1.2.1
17372026-03-27T19:24:54.721Z Compiling xattr v1.6.1
17382026-03-27T19:24:54.784Z Compiling futures v0.3.32
17392026-03-27T19:24:54.870Z Compiling tar v0.4.45
17402026-03-27T19:24:55.095Z Compiling slog-term v2.9.2
17412026-03-27T19:25:00.626Z Compiling rustls-webpki v0.103.9
17422026-03-27T19:25:03.424Z Compiling tokio-rustls v0.26.4
17432026-03-27T19:25:03.424Z Compiling rustls-platform-verifier v0.6.2
17442026-03-27T19:25:03.622Z Compiling hyper-rustls v0.27.7
17452026-03-27T19:25:03.824Z Compiling reqwest v0.13.2
17462026-03-27T19:25:03.824Z Compiling reqwest v0.12.28
17472026-03-27T19:25:05.910Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-27T19:25:06.129Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-27T19:25:08.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17502026-03-27T19:25:09.103Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-27T19:25:09.160ZMar 27 19:25:07.306 INFO Starting download, target: Cockroach
17522026-03-27T19:25:09.160ZMar 27 19:25:07.306 INFO Starting download, target: Clickhouse
17532026-03-27T19:25:09.160ZMar 27 19:25:07.306 INFO Starting download, target: Console
17542026-03-27T19:25:09.160ZMar 27 19:25:07.306 INFO Starting download, target: DendriteStub
17552026-03-27T19:25:09.160ZMar 27 19:25:07.306 INFO Starting download, target: MaghemiteMgd
17562026-03-27T19:25:09.160ZMar 27 19:25:07.306 INFO Starting download, target: TransceiverControl
17572026-03-27T19:25:09.163ZMar 27 19:25:07.306 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-03-27T19:25:09.163ZMar 27 19:25:07.306 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-03-27T19:25:09.163ZMar 27 19:25:07.306 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-03-27T19:25:09.163ZMar 27 19:25:07.306 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-27T19:25:09.163ZMar 27 19:25:07.306 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-27T19:25:09.163ZMar 27 19:25:07.307 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-27T19:25:09.638ZMar 27 19:25:07.781 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-27T19:25:09.844ZMar 27 19:25:07.989 INFO Download complete, target: TransceiverControl
17652026-03-27T19:25:10.198ZMar 27 19:25:08.342 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-27T19:25:10.458ZMar 27 19:25:08.602 INFO Download complete, target: Console
17672026-03-27T19:25:10.610ZMar 27 19:25:08.755 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-27T19:25:10.862ZMar 27 19:25:09.008 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-27T19:25:11.370ZMar 27 19:25:09.513 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-27T19:25:11.472ZMar 27 19:25:09.618 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-27T19:25:11.472ZMar 27 19:25:09.618 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-27T19:25:12.826ZMar 27 19:25:10.972 INFO Download complete, target: DendriteStub
17732026-03-27T19:25:13.094ZMar 27 19:25:11.240 INFO Download complete, target: MaghemiteMgd
17742026-03-27T19:25:16.025ZMar 27 19:25:14.171 INFO Checking that binary works, target: Cockroach
17752026-03-27T19:25:16.148ZMar 27 19:25:14.294 INFO Download complete, target: Cockroach
17762026-03-27T19:25:18.094ZMar 27 19:25:16.239 INFO Checking that binary works, target: Clickhouse
17772026-03-27T19:25:18.180ZMar 27 19:25:16.325 INFO Download complete, target: Clickhouse
17782026-03-27T19:25:18.193ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-27T19:25:18.196Z
17802026-03-27T19:25:18.196Zreal 3:02.715070287
17812026-03-27T19:25:18.197Zuser 7:18.357847524
17822026-03-27T19:25:18.197Zsys 1:25.619172761
17832026-03-27T19:25:18.197Ztrap 0.222578101
17842026-03-27T19:25:18.197Ztflt 1.081624118
17852026-03-27T19:25:18.197Zdflt 1.339706094
17862026-03-27T19:25:18.197Zkflt 0.033804846
17872026-03-27T19:25:18.197Zlock 21:24.824827423
17882026-03-27T19:25:18.197Zslp 22:04.688468266
17892026-03-27T19:25:18.197Zlat 44.813430012
17902026-03-27T19:25:18.197Zstop 2:06.104309217
17912026-03-27T19:25:18.197Z+ banner clippy
17922026-03-27T19:25:18.197Z
17932026-03-27T19:25:18.197Z #### # # ##### ##### # #
17942026-03-27T19:25:18.197Z # # # # # # # # # #
17952026-03-27T19:25:18.197Z # # # # # # # #
17962026-03-27T19:25:18.197Z # # # ##### ##### #
17972026-03-27T19:25:18.197Z # # # # # # #
17982026-03-27T19:25:18.197Z #### ###### # # # #
17992026-03-27T19:25:18.197Z
18002026-03-27T19:25:18.197Z+ export CARGO_INCREMENTAL=0
18012026-03-27T19:25:18.197Z+ CARGO_INCREMENTAL=0
18022026-03-27T19:25:18.197Z+ ptime -m cargo xtask clippy
18032026-03-27T19:25:18.757Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-27T19:25:18.976Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-27T19:25:20.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
18062026-03-27T19:25:20.924Z Running `target/debug/xtask clippy`
18072026-03-27T19:25:20.954Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18082026-03-27T19:25:21.558Z Downloading crates ...
18092026-03-27T19:25:21.762Z Downloaded addr2line v0.25.1
18102026-03-27T19:25:21.765Z Downloaded similar-asserts v1.7.0
18112026-03-27T19:25:21.768Z Downloaded owo-colors v3.5.0
18122026-03-27T19:25:21.772Z Downloaded textwrap v0.15.2
18132026-03-27T19:25:21.780Z Downloaded supports-color v2.1.0
18142026-03-27T19:25:21.786Z Downloaded target-triple v1.0.0
18152026-03-27T19:25:21.789Z Downloaded guppy-workspace-hack v0.1.0
18162026-03-27T19:25:21.792Z Downloaded assert-json-diff v2.0.2
18172026-03-27T19:25:21.792Z Downloaded event-listener-strategy v0.5.4
18182026-03-27T19:25:21.792Z Downloaded constant_time_eq v0.3.1
18192026-03-27T19:25:21.796Z Downloaded terminal_size v0.1.17
18202026-03-27T19:25:21.799Z Downloaded rstest v0.25.0
18212026-03-27T19:25:21.802Z Downloaded libtest-mimic v0.8.1
18222026-03-27T19:25:21.805Z Downloaded criterion-plot v0.6.0
18232026-03-27T19:25:21.805Z Downloaded concurrent-queue v2.5.0
18242026-03-27T19:25:21.805Z Downloaded backtrace-ext v0.2.1
18252026-03-27T19:25:21.812Z Downloaded cast v0.3.0
18262026-03-27T19:25:21.815Z Downloaded approx v0.5.1
18272026-03-27T19:25:21.815Z Downloaded async-object-pool v0.2.0
18282026-03-27T19:25:21.818Z Downloaded supports-hyperlinks v2.1.0
18292026-03-27T19:25:21.818Z Downloaded cargo-platform v0.3.2
18302026-03-27T19:25:21.821Z Downloaded escape8259 v0.5.3
18312026-03-27T19:25:21.821Z Downloaded futures-timer v3.0.3
18322026-03-27T19:25:21.824Z Downloaded httptest v0.16.4
18332026-03-27T19:25:21.826Z Downloaded serde_regex v1.1.0
18342026-03-27T19:25:21.829Z Downloaded miette-derive v5.10.0
18352026-03-27T19:25:21.833Z Downloaded nested v0.1.1
18362026-03-27T19:25:21.838Z Downloaded pathdiff v0.2.3
18372026-03-27T19:25:21.841Z Downloaded linkme-impl v0.3.35
18382026-03-27T19:25:21.844Z Downloaded stringmetrics v2.2.2
18392026-03-27T19:25:21.847Z Downloaded termcolor v1.4.1
18402026-03-27T19:25:21.847Z Downloaded parking v2.2.1
18412026-03-27T19:25:21.850Z Downloaded chumsky v0.9.3
18422026-03-27T19:25:21.850Z Downloaded target-lexicon v0.13.3
18432026-03-27T19:25:21.853Z Downloaded oorandom v11.1.5
18442026-03-27T19:25:21.853Z Downloaded anes v0.1.6
18452026-03-27T19:25:21.859Z Downloaded supports-unicode v2.1.0
18462026-03-27T19:25:21.862Z Downloaded plotters-svg v0.3.7
18472026-03-27T19:25:21.862Z Downloaded plotters-backend v0.3.7
18482026-03-27T19:25:21.870Z Downloaded tinytemplate v1.2.1
18492026-03-27T19:25:21.872Z Downloaded cargo_metadata v0.23.1
18502026-03-27T19:25:21.875Z Downloaded rustc-demangle v0.1.27
18512026-03-27T19:25:21.875Z Downloaded knuffel-derive v3.2.0
18522026-03-27T19:25:21.878Z Downloaded cfg-expr v0.20.6
18532026-03-27T19:25:21.881Z Downloaded relative-path v1.9.3
18542026-03-27T19:25:21.881Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18552026-03-27T19:25:21.884Z Downloaded partial-io v0.5.4
18562026-03-27T19:25:21.884Z Downloaded assert_cmd v2.1.2
18572026-03-27T19:25:21.884Z Downloaded target-spec v3.5.7
18582026-03-27T19:25:21.886Z Downloaded trybuild v1.0.116
18592026-03-27T19:25:21.889Z Downloaded event-listener v5.4.1
18602026-03-27T19:25:21.889Z Downloaded linkme v0.3.35
18612026-03-27T19:25:21.892Z Downloaded rust-argon2 v2.1.0
18622026-03-27T19:25:21.895Z Downloaded path-tree v0.8.3
18632026-03-27T19:25:21.900Z Downloaded blake2b_simd v1.0.4
18642026-03-27T19:25:21.903Z Downloaded datatest-stable v0.3.3
18652026-03-27T19:25:21.903Z Downloaded async-lock v3.4.2
18662026-03-27T19:25:21.906Z Downloaded fancy-regex v0.14.0
18672026-03-27T19:25:21.929Z Downloaded toml v1.0.3+spec-1.1.0
18682026-03-27T19:25:21.932Z Downloaded knuffel v3.2.0
18692026-03-27T19:25:21.935Z Downloaded backtrace v0.3.76
18702026-03-27T19:25:21.942Z Downloaded miette v5.10.0
18712026-03-27T19:25:21.946Z Downloaded rstest_macros v0.25.0
18722026-03-27T19:25:21.948Z Downloaded rand_distr v0.5.1
18732026-03-27T19:25:21.957Z Downloaded criterion v0.7.0
18742026-03-27T19:25:21.964Z Downloaded plotters v0.3.7
18752026-03-27T19:25:21.968Z Downloaded hashbrown v0.14.5
18762026-03-27T19:25:21.972Z Downloaded guppy v0.17.25
18772026-03-27T19:25:21.990Z Downloaded gimli v0.32.3
18782026-03-27T19:25:22.103Z Downloaded httpmock v0.8.3
18792026-03-27T19:25:23.680Z Checking cfg-if v1.0.4
18802026-03-27T19:25:24.031Z Checking libc v0.2.180
18812026-03-27T19:25:24.034Z Checking serde_core v1.0.228
18822026-03-27T19:25:24.107Z Checking memchr v2.8.0
18832026-03-27T19:25:24.145Z Checking smallvec v1.15.1
18842026-03-27T19:25:24.182Z Checking itoa v1.0.17
18852026-03-27T19:25:24.219Z Checking log v0.4.29
18862026-03-27T19:25:24.263Z Checking zeroize v1.8.2
18872026-03-27T19:25:24.300Z Checking libm v0.2.16
18882026-03-27T19:25:24.350Z Checking stable_deref_trait v1.2.1
18892026-03-27T19:25:24.350Z Checking scopeguard v1.2.0
18902026-03-27T19:25:24.422Z Checking zmij v1.0.21
18912026-03-27T19:25:24.460Z Checking zerofrom v0.1.6
18922026-03-27T19:25:24.498Z Checking errno v0.3.14
18932026-03-27T19:25:24.498Z Checking getrandom v0.2.17
18942026-03-27T19:25:24.567Z Checking lock_api v0.4.14
18952026-03-27T19:25:24.601Z Checking yoke v0.8.1
18962026-03-27T19:25:24.638Z Checking percent-encoding v2.3.2
18972026-03-27T19:25:24.675Z Checking litemap v0.8.1
18982026-03-27T19:25:24.678Z Checking writeable v0.6.2
18992026-03-27T19:25:24.745Z Checking icu_normalizer_data v2.1.1
19002026-03-27T19:25:24.785Z Checking icu_properties_data v2.1.2
19012026-03-27T19:25:24.788Z Checking zerovec v0.11.5
19022026-03-27T19:25:24.822Z Checking zerotrie v0.2.3
19032026-03-27T19:25:24.889Z Checking form_urlencoded v1.2.2
19042026-03-27T19:25:24.924Z Checking utf8_iter v1.0.4
19052026-03-27T19:25:24.927Z Checking subtle v2.6.1
19062026-03-27T19:25:24.994Z Checking num-traits v0.2.19
19072026-03-27T19:25:25.030Z Checking rand_core v0.10.0
19082026-03-27T19:25:25.065Z Checking rand_core v0.6.4
19092026-03-27T19:25:25.100Z Checking portable-atomic v1.13.1
19102026-03-27T19:25:25.134Z Checking pin-project-lite v0.2.17
19112026-03-27T19:25:25.137Z Checking zerocopy v0.8.40
19122026-03-27T19:25:25.200Z Checking getrandom v0.4.1
19132026-03-27T19:25:25.255Z Checking critical-section v1.2.0
19142026-03-27T19:25:25.293Z Checking tinystr v0.8.2
19152026-03-27T19:25:25.293Z Checking potential_utf v0.1.4
19162026-03-27T19:25:25.367Z Checking parking_lot_core v0.9.12
19172026-03-27T19:25:25.408Z Checking signal-hook-registry v1.4.8
19182026-03-27T19:25:25.460Z Checking icu_collections v2.1.1
19192026-03-27T19:25:25.530Z Checking once_cell v1.21.3
19202026-03-27T19:25:25.567Z Checking serde v1.0.228
19212026-03-27T19:25:25.567Z Checking serde_json v1.0.149
19222026-03-27T19:25:25.572Z Checking bitflags v2.11.0
19232026-03-27T19:25:25.666Z Checking icu_locale_core v2.1.1
19242026-03-27T19:25:25.669Z Checking parking_lot v0.12.5
19252026-03-27T19:25:25.734Z Checking mio v1.1.1
19262026-03-27T19:25:25.778Z Checking typenum v1.19.0
19272026-03-27T19:25:25.818Z Checking iana-time-zone v0.1.65
19282026-03-27T19:25:25.913Z Checking socket2 v0.6.2
19292026-03-27T19:25:25.959Z Checking uuid v1.21.0
19302026-03-27T19:25:25.999Z Checking bytes v1.11.1
19312026-03-27T19:25:26.041Z Checking chrono v0.4.44
19322026-03-27T19:25:26.177Z Checking semver v1.0.27
19332026-03-27T19:25:26.236Z Checking icu_provider v2.1.1
19342026-03-27T19:25:26.300Z Checking thiserror v2.0.18
19352026-03-27T19:25:26.339Z Checking generic-array v0.14.7
19362026-03-27T19:25:26.383Z Checking allocator-api2 v0.2.21
19372026-03-27T19:25:26.424Z Checking futures-core v0.3.32
19382026-03-27T19:25:26.462Z Checking tokio v1.49.0
19392026-03-27T19:25:26.501Z Checking icu_normalizer v2.1.1
19402026-03-27T19:25:26.501Z Checking icu_properties v2.1.2
19412026-03-27T19:25:26.579Z Checking dyn-clone v1.0.20
19422026-03-27T19:25:26.689Z Checking equivalent v1.0.2
19432026-03-27T19:25:26.745Z Checking const-oid v0.9.6
19442026-03-27T19:25:26.795Z Checking crypto-common v0.1.7
19452026-03-27T19:25:26.839Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19462026-03-27T19:25:26.839Z Checking foldhash v0.2.0
19472026-03-27T19:25:26.919Z Checking block-buffer v0.10.4
19482026-03-27T19:25:26.955Z Checking futures-sink v0.3.32
19492026-03-27T19:25:27.021Z Checking hashbrown v0.16.1
19502026-03-27T19:25:27.078Z Checking byteorder v1.5.0
19512026-03-27T19:25:27.117Z Checking futures-channel v0.3.32
19522026-03-27T19:25:27.202Z Checking rustix v1.1.3
19532026-03-27T19:25:27.306Z Checking slab v0.4.12
19542026-03-27T19:25:27.348Z Checking futures-io v0.3.32
19552026-03-27T19:25:27.375Z Checking idna_adapter v1.2.1
19562026-03-27T19:25:27.439Z Checking digest v0.10.7
19572026-03-27T19:25:27.481Z Checking futures-task v0.3.32
19582026-03-27T19:25:27.517Z Checking cpufeatures v0.2.17
19592026-03-27T19:25:27.519Z Checking idna v1.1.0
19602026-03-27T19:25:27.583Z Checking indexmap v2.13.0
19612026-03-27T19:25:27.618Z Checking thiserror v1.0.69
19622026-03-27T19:25:27.653Z Checking futures-util v0.3.32
19632026-03-27T19:25:27.688Z Checking getrandom v0.3.4
19642026-03-27T19:25:27.742Z Checking fnv v1.0.7
19652026-03-27T19:25:27.813Z Checking url v2.5.8
19662026-03-27T19:25:27.864Z Checking regex-syntax v0.8.10
19672026-03-27T19:25:27.867Z Checking base64 v0.22.1
19682026-03-27T19:25:27.931Z Checking ppv-lite86 v0.2.21
19692026-03-27T19:25:28.056Z Checking http v1.4.0
19702026-03-27T19:25:28.162Z Checking tracing-core v0.1.36
19712026-03-27T19:25:28.165Z Checking unicode-ident v1.0.24
19722026-03-27T19:25:28.255Z Checking ipnet v2.11.0
19732026-03-27T19:25:28.291Z Checking schemars v0.8.22
19742026-03-27T19:25:28.331Z Checking proc-macro2 v1.0.106
19752026-03-27T19:25:28.510Z Checking tracing v0.1.44
19762026-03-27T19:25:28.555Z Checking utf8parse v0.2.2
19772026-03-27T19:25:28.652Z Checking anstyle v1.0.13
19782026-03-27T19:25:28.689Z Checking untrusted v0.9.0
19792026-03-27T19:25:28.691Z Checking quote v1.0.44
19802026-03-27T19:25:28.756Z Checking aho-corasick v1.1.4
19812026-03-27T19:25:28.833Z Checking ring v0.17.14
19822026-03-27T19:25:28.869Z Checking anstyle-parse v0.2.7
19832026-03-27T19:25:28.916Z Checking syn v2.0.117
19842026-03-27T19:25:28.977Z Checking anstyle-query v1.1.5
19852026-03-27T19:25:29.045Z Checking colorchoice v1.0.4
19862026-03-27T19:25:29.098Z Checking is_terminal_polyfill v1.70.2
19872026-03-27T19:25:29.172Z Checking base64ct v1.8.3
19882026-03-27T19:25:29.209Z Checking block-padding v0.3.3
19892026-03-27T19:25:29.245Z Checking anstream v0.6.21
19902026-03-27T19:25:29.370Z Checking rustls-pki-types v1.14.0
19912026-03-27T19:25:29.433Z Checking httparse v1.10.1
19922026-03-27T19:25:29.471Z Checking inout v0.1.4
19932026-03-27T19:25:29.508Z Checking regex-automata v0.4.14
19942026-03-27T19:25:29.574Z Checking terminal_size v0.4.3
19952026-03-27T19:25:29.637Z Checking crossbeam-utils v0.8.21
19962026-03-27T19:25:29.675Z Checking cipher v0.4.4
19972026-03-27T19:25:29.677Z Checking tokio-util v0.7.18
19982026-03-27T19:25:29.709Z Checking clap_lex v1.0.0
19992026-03-27T19:25:29.774Z Checking strsim v0.11.1
20002026-03-27T19:25:29.860Z Checking http-body v1.0.1
20012026-03-27T19:25:29.895Z Checking rand_core v0.9.5
20022026-03-27T19:25:29.932Z Checking sha2 v0.10.9
20032026-03-27T19:25:29.967Z Checking clap_builder v4.5.60
20042026-03-27T19:25:30.003Z Checking atomic-waker v1.1.2
20052026-03-27T19:25:30.038Z Checking pem-rfc7468 v0.7.0
20062026-03-27T19:25:30.098Z Checking try-lock v0.2.5
20072026-03-27T19:25:30.135Z Checking httpdate v1.0.3
20082026-03-27T19:25:30.222Z Checking want v0.3.1
20092026-03-27T19:25:30.225Z Checking hmac v0.12.1
20102026-03-27T19:25:30.291Z Checking tower-layer v0.3.3
20112026-03-27T19:25:30.326Z Checking tower-service v0.3.3
20122026-03-27T19:25:30.360Z Checking h2 v0.4.13
20132026-03-27T19:25:30.396Z Checking ryu v1.0.23
20142026-03-27T19:25:30.433Z Checking pin-utils v0.1.0
20152026-03-27T19:25:30.468Z Checking rand_chacha v0.9.0
20162026-03-27T19:25:30.473Z Checking erased-serde v0.3.31
20172026-03-27T19:25:30.542Z Checking flagset v0.4.7
20182026-03-27T19:25:30.578Z Checking powerfmt v0.2.0
20192026-03-27T19:25:30.692Z Checking der v0.7.10
20202026-03-27T19:25:30.695Z Checking rand v0.9.2
20212026-03-27T19:25:30.760Z Checking deranged v0.5.8
20222026-03-27T19:25:30.905Z Checking slog v2.8.2
20232026-03-27T19:25:31.194Z Checking spin v0.9.8
20242026-03-27T19:25:31.197Z Checking anyhow v1.0.102
20252026-03-27T19:25:31.264Z Checking clap v4.5.60
20262026-03-27T19:25:31.267Z Checking num_threads v0.1.7
20272026-03-27T19:25:31.332Z Checking time-core v0.1.8
20282026-03-27T19:25:31.373Z Checking num-conv v0.2.0
20292026-03-27T19:25:31.409Z Checking http-body-util v0.1.3
20302026-03-27T19:25:31.412Z Checking aws-lc-sys v0.37.1
20312026-03-27T19:25:31.477Z Checking untrusted v0.7.1
20322026-03-27T19:25:31.480Z Checking openssl-probe v0.2.1
20332026-03-27T19:25:31.513Z Checking regex v1.12.3
20342026-03-27T19:25:31.577Z Checking serde_urlencoded v0.7.1
20352026-03-27T19:25:31.617Z Checking rand_chacha v0.3.1
20362026-03-27T19:25:31.653Z Checking fastrand v2.3.0
20372026-03-27T19:25:31.656Z Checking spki v0.7.3
20382026-03-27T19:25:31.721Z Checking time v0.3.47
20392026-03-27T19:25:31.801Z Checking pbkdf2 v0.12.2
20402026-03-27T19:25:31.846Z Checking aes v0.8.4
20412026-03-27T19:25:31.883Z Checking rand v0.8.5
20422026-03-27T19:25:31.886Z Checking pretty-hex v0.4.1
20432026-03-27T19:25:31.886Z Checking unicode-width v0.2.0
20442026-03-27T19:25:31.982Z Checking aws-lc-rs v1.16.0
20452026-03-27T19:25:31.986Z Checking cbc v0.1.2
20462026-03-27T19:25:32.058Z Checking salsa20 v0.10.2
20472026-03-27T19:25:32.138Z Checking ipnetwork v0.21.1
20482026-03-27T19:25:32.218Z Checking hex v0.4.3
20492026-03-27T19:25:32.221Z Checking scrypt v0.11.0
20502026-03-27T19:25:32.286Z Checking tempfile v3.25.0
20512026-03-27T19:25:32.377Z Checking rustls-native-certs v0.8.3
20522026-03-27T19:25:32.418Z Checking sync_wrapper v1.0.2
20532026-03-27T19:25:32.453Z Checking plain v0.2.3
20542026-03-27T19:25:32.488Z Checking pkcs5 v0.7.1
20552026-03-27T19:25:32.504Z Checking webpki-roots v1.0.6
20562026-03-27T19:25:32.619Z Checking camino v1.2.2
20572026-03-27T19:25:32.622Z Checking tower v0.5.3
20582026-03-27T19:25:32.622Z Checking iri-string v0.7.10
20592026-03-27T19:25:32.733Z Checking ucd-trie v0.1.7
20602026-03-27T19:25:32.828Z Checking pkcs8 v0.10.2
20612026-03-27T19:25:32.863Z Checking openapiv3 v2.2.0
20622026-03-27T19:25:32.866Z Checking rustls-webpki v0.103.9
20632026-03-27T19:25:32.931Z Checking pest v2.8.6
20642026-03-27T19:25:32.965Z Checking either v1.15.0
20652026-03-27T19:25:33.021Z Checking hyper v1.8.1
20662026-03-27T19:25:33.058Z Checking mime v0.3.17
20672026-03-27T19:25:33.061Z Checking winnow v0.7.14
20682026-03-27T19:25:33.174Z Checking oxnet v0.1.4
20692026-03-27T19:25:33.257Z Checking lazy_static v1.5.0
20702026-03-27T19:25:33.343Z Checking rustls v0.23.37
20712026-03-27T19:25:33.379Z Checking static_assertions v1.1.0
20722026-03-27T19:25:33.440Z Checking signature v2.2.0
20732026-03-27T19:25:33.495Z Checking encoding_rs v0.8.35
20742026-03-27T19:25:33.601Z Checking foreign-types-shared v0.1.1
20752026-03-27T19:25:33.714Z Checking simd-adler32 v0.3.8
20762026-03-27T19:25:33.750Z Checking tower-http v0.6.8
20772026-03-27T19:25:33.917Z Checking foreign-types v0.3.2
20782026-03-27T19:25:33.981Z Checking hyper-util v0.1.20
20792026-03-27T19:25:34.017Z Checking hubpack v0.1.2
20802026-03-27T19:25:34.056Z Checking openssl-sys v0.9.111
20812026-03-27T19:25:34.059Z Checking adler2 v2.0.1
20822026-03-27T19:25:34.211Z Checking sha1 v0.10.6
20832026-03-27T19:25:34.248Z Checking miniz_oxide v0.8.9
20842026-03-27T19:25:34.251Z Checking strum v0.26.3
20852026-03-27T19:25:34.322Z Checking data-encoding v2.10.0
20862026-03-27T19:25:34.400Z Checking tinyvec_macros v0.1.1
20872026-03-27T19:25:34.438Z Checking toml_datetime v0.6.11
20882026-03-27T19:25:34.477Z Checking serde_spanned v0.6.9
20892026-03-27T19:25:34.514Z Checking tinyvec v1.10.0
20902026-03-27T19:25:34.573Z Checking openssl v0.10.75
20912026-03-27T19:25:34.620Z Checking num-integer v0.1.46
20922026-03-27T19:25:34.657Z Checking scroll v0.13.0
20932026-03-27T19:25:34.660Z Checking memmap2 v0.9.10
20942026-03-27T19:25:34.660Z Checking bit-vec v0.8.0
20952026-03-27T19:25:34.840Z Checking base16ct v0.2.0
20962026-03-27T19:25:34.877Z Checking dtrace-parser v0.3.0
20972026-03-27T19:25:34.912Z Checking crossbeam-epoch v0.9.18
20982026-03-27T19:25:34.915Z Checking goblin v0.10.5
20992026-03-27T19:25:34.915Z Checking bit-set v0.8.0
21002026-03-27T19:25:35.012Z Checking sec1 v0.7.3
21012026-03-27T19:25:35.118Z Checking crc32fast v1.5.0
21022026-03-27T19:25:35.158Z Checking ff v0.13.1
21032026-03-27T19:25:35.190Z Checking thread-id v5.1.0
21042026-03-27T19:25:35.244Z Checking wait-timeout v0.2.1
21052026-03-27T19:25:35.285Z Checking num-iter v0.1.45
21062026-03-27T19:25:35.323Z Checking bstr v1.12.1
21072026-03-27T19:25:35.325Z Checking group v0.13.0
21082026-03-27T19:25:35.356Z Checking hkdf v0.12.4
21092026-03-27T19:25:35.424Z Checking ahash v0.8.12
21102026-03-27T19:25:35.428Z Checking crypto-bigint v0.5.5
21112026-03-27T19:25:35.526Z Checking quick-error v1.2.3
21122026-03-27T19:25:35.562Z Checking psl-types v2.0.11
21132026-03-27T19:25:35.647Z Checking cookie v0.18.1
21142026-03-27T19:25:35.683Z Checking rusty-fork v0.3.1
21152026-03-27T19:25:35.716Z Checking publicsuffix v2.3.0
21162026-03-27T19:25:35.752Z Checking rand_xorshift v0.4.0
21172026-03-27T19:25:35.755Z Checking tokio-rustls v0.26.4
21182026-03-27T19:25:35.875Z Checking scroll v0.12.0
21192026-03-27T19:25:35.913Z Checking unarray v0.1.4
21202026-03-27T19:25:35.916Z Checking cookie_store v0.22.1
21212026-03-27T19:25:35.916Z Checking rustls-platform-verifier v0.6.2
21222026-03-27T19:25:36.034Z Checking hyper-rustls v0.27.7
21232026-03-27T19:25:36.070Z Checking proptest v1.10.0
21242026-03-27T19:25:36.128Z Checking goblin v0.8.2
21252026-03-27T19:25:36.165Z Checking num-bigint-dig v0.8.6
21262026-03-27T19:25:36.270Z Checking pkcs1 v0.7.5
21272026-03-27T19:25:36.305Z Checking x509-cert v0.2.5
21282026-03-27T19:25:36.369Z Checking elliptic-curve v0.13.8
21292026-03-27T19:25:36.513Z Checking zerocopy v0.7.35
21302026-03-27T19:25:36.549Z Checking native-tls v0.2.18
21312026-03-27T19:25:36.699Z Checking zlib-rs v0.6.2
21322026-03-27T19:25:36.755Z Checking tokio-native-tls v0.3.1
21332026-03-27T19:25:36.941Z Checking hyper-tls v0.6.0
21342026-03-27T19:25:36.986Z Checking unicode-segmentation v1.12.0
21352026-03-27T19:25:37.024Z Checking rsa v0.9.10
21362026-03-27T19:25:37.027Z Checking reqwest v0.13.2
21372026-03-27T19:25:37.134Z Checking reqwest v0.12.28
21382026-03-27T19:25:37.307Z Checking dof v0.4.0
21392026-03-27T19:25:37.344Z Checking crossbeam-deque v0.8.6
21402026-03-27T19:25:37.524Z Checking dtrace-parser v0.2.0
21412026-03-27T19:25:37.561Z Checking rfc6979 v0.4.0
21422026-03-27T19:25:37.603Z Checking flate2 v1.1.9
21432026-03-27T19:25:37.704Z Checking thread-id v4.2.2
21442026-03-27T19:25:37.787Z Checking toml_write v0.1.2
21452026-03-27T19:25:37.824Z Checking ecdsa v0.16.9
21462026-03-27T19:25:37.859Z Checking newtype-uuid v1.3.2
21472026-03-27T19:25:37.925Z Checking toml_parser v1.0.9+spec-1.1.0
21482026-03-27T19:25:37.928Z Checking curve25519-dalek v4.1.3
21492026-03-27T19:25:37.997Z Checking usdt-impl v0.6.0
21502026-03-27T19:25:38.000Z Checking toml_edit v0.22.27
21512026-03-27T19:25:38.000Z Checking memoffset v0.9.1
21522026-03-27T19:25:38.065Z Checking dof v0.3.0
21532026-03-27T19:25:38.131Z Checking rustix v0.38.44
21542026-03-27T19:25:38.172Z Checking env_filter v1.0.0
21552026-03-27T19:25:38.175Z Checking keccak v0.1.6
21562026-03-27T19:25:38.271Z Checking daft v0.1.5
21572026-03-27T19:25:38.308Z Checking usdt v0.6.0
21582026-03-27T19:25:38.343Z Checking env_logger v0.11.9
21592026-03-27T19:25:38.394Z Checking sha3 v0.10.8
21602026-03-27T19:25:38.439Z Checking usdt-impl v0.5.0
21612026-03-27T19:25:38.507Z Checking ed25519 v2.2.3
21622026-03-27T19:25:38.543Z Checking itertools v0.13.0
21632026-03-27T19:25:38.578Z Checking serde_with v3.17.0
21642026-03-27T19:25:38.631Z Checking bitflags v1.3.2
21652026-03-27T19:25:38.724Z Checking siphasher v1.0.2
21662026-03-27T19:25:38.759Z Checking unicode-normalization v0.1.25
21672026-03-27T19:25:38.762Z Checking signal-hook v0.3.18
21682026-03-27T19:25:38.827Z Checking ed25519-dalek v2.2.0
21692026-03-27T19:25:38.909Z Checking toml_datetime v0.7.5+spec-1.1.0
21702026-03-27T19:25:38.985Z Checking managed v0.8.0
21712026-03-27T19:25:39.023Z Checking winnow v0.5.40
21722026-03-27T19:25:39.089Z Checking nix v0.31.1
21732026-03-27T19:25:39.136Z Checking rayon-core v1.13.0
21742026-03-27T19:25:39.176Z Checking bzip2-sys v0.1.13+1.0.8
21752026-03-27T19:25:39.212Z Checking object v0.37.3
21762026-03-27T19:25:39.215Z Checking foldhash v0.1.5
21772026-03-27T19:25:39.288Z Checking bzip2 v0.4.4
21782026-03-27T19:25:39.403Z Checking hashbrown v0.15.5
21792026-03-27T19:25:39.480Z Checking signal-hook-mio v0.2.5
21802026-03-27T19:25:39.518Z Checking ref-cast v1.0.25
21812026-03-27T19:25:39.596Z Checking zstd-sys v2.0.16+zstd.1.5.7
21822026-03-27T19:25:39.633Z Checking zip v0.6.6
21832026-03-27T19:25:39.667Z Checking bumpalo v3.20.2
21842026-03-27T19:25:39.736Z Checking zstd-safe v7.2.4
21852026-03-27T19:25:39.893Z Checking libbz2-rs-sys v0.2.2
21862026-03-27T19:25:39.897Z Checking zopfli v0.8.3
21872026-03-27T19:25:39.962Z Checking zstd v0.13.3
21882026-03-27T19:25:39.997Z Checking crossterm v0.28.1
21892026-03-27T19:25:40.054Z Checking rayon v1.11.0
21902026-03-27T19:25:40.119Z Checking similar v2.7.0
21912026-03-27T19:25:40.173Z Checking fs-err v3.3.0
21922026-03-27T19:25:40.210Z Checking toml_edit v0.19.15
21932026-03-27T19:25:40.285Z Checking hash32 v0.2.1
21942026-03-27T19:25:40.321Z Checking bzip2 v0.6.1
21952026-03-27T19:25:40.469Z Checking serde-big-array v0.5.1
21962026-03-27T19:25:40.505Z Checking predicates-core v1.0.10
21972026-03-27T19:25:40.540Z Checking jiff v0.2.21
21982026-03-27T19:25:40.543Z Checking unicode-bidi v0.3.18
21992026-03-27T19:25:40.629Z Checking unicode-properties v0.1.4
22002026-03-27T19:25:40.665Z Checking heapless v0.7.17
22012026-03-27T19:25:40.731Z Checking hickory-proto v0.25.2
22022026-03-27T19:25:40.844Z Checking tokio-stream v0.1.18
22032026-03-27T19:25:40.893Z Checking stringprep v0.1.5
22042026-03-27T19:25:41.076Z Checking md-5 v0.10.6
22052026-03-27T19:25:41.114Z Checking float-cmp v0.10.0
22062026-03-27T19:25:41.243Z Checking fallible-iterator v0.2.0
22072026-03-27T19:25:41.281Z Checking normalize-line-endings v0.3.0
22082026-03-27T19:25:41.284Z Checking toml v0.7.8
22092026-03-27T19:25:41.284Z Checking rustc-hash v2.1.1
22102026-03-27T19:25:41.402Z Checking difflib v0.4.0
22112026-03-27T19:25:41.488Z Checking iddqd v0.3.17
22122026-03-27T19:25:41.525Z Checking smoltcp v0.9.1
22132026-03-27T19:25:41.561Z Checking postgres-protocol v0.6.10
22142026-03-27T19:25:41.564Z Checking phf_shared v0.11.3
22152026-03-27T19:25:41.628Z Checking predicates v3.1.4
22162026-03-27T19:25:41.664Z Checking phf_shared v0.13.1
22172026-03-27T19:25:41.763Z Checking itertools v0.12.1
22182026-03-27T19:25:41.888Z Checking console v0.16.2
22192026-03-27T19:25:41.925Z Checking buf-list v1.1.2
22202026-03-27T19:25:41.960Z Checking strum v0.27.2
22212026-03-27T19:25:42.100Z Checking precomputed-hash v0.1.1
22222026-03-27T19:25:42.137Z Checking new_debug_unreachable v1.0.6
22232026-03-27T19:25:42.140Z Checking fixedbitset v0.5.7
22242026-03-27T19:25:42.210Z Checking fixedbitset v0.4.2
22252026-03-27T19:25:42.214Z Checking unit-prefix v0.5.2
22262026-03-27T19:25:42.279Z Checking lalrpop-util v0.19.12
22272026-03-27T19:25:42.366Z Checking string_cache v0.8.9
22282026-03-27T19:25:42.404Z Checking petgraph v0.6.5
22292026-03-27T19:25:42.407Z Checking indicatif v0.18.4
22302026-03-27T19:25:42.407Z Checking petgraph v0.8.3
22312026-03-27T19:25:42.502Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22322026-03-27T19:25:42.561Z Checking postgres-types v0.2.12
22332026-03-27T19:25:42.788Z Checking zone v0.3.1
22342026-03-27T19:25:42.791Z Checking zip v4.6.1
22352026-03-27T19:25:42.861Z Checking phf v0.13.1
22362026-03-27T19:25:42.905Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22372026-03-27T19:25:43.036Z Checking peg-runtime v0.8.5
22382026-03-27T19:25:43.174Z Checking whoami v2.1.0
22392026-03-27T19:25:43.212Z Checking futures-executor v0.3.32
22402026-03-27T19:25:43.326Z Checking is-terminal v0.4.17
22412026-03-27T19:25:43.396Z Checking tokio-postgres v0.7.16
22422026-03-27T19:25:43.432Z Checking crossbeam-channel v0.5.15
22432026-03-27T19:25:43.435Z Checking futures v0.3.32
22442026-03-27T19:25:43.502Z Compiling structmeta-derive v0.3.0
22452026-03-27T19:25:43.548Z Checking thread_local v1.1.9
22462026-03-27T19:25:43.585Z Checking term v1.2.1
22472026-03-27T19:25:43.692Z Checking take_mut v0.2.2
22482026-03-27T19:25:43.746Z Compiling newtype-uuid-macros v0.1.0
22492026-03-27T19:25:43.800Z Checking regress v0.10.5
22502026-03-27T19:25:43.836Z Checking slog-async v2.8.0
22512026-03-27T19:25:43.839Z Checking slog-term v2.9.2
22522026-03-27T19:25:44.070Z Compiling rustls v0.22.4
22532026-03-27T19:25:44.108Z Compiling multer v3.1.0
22542026-03-27T19:25:44.144Z Compiling async-stream-impl v0.3.6
22552026-03-27T19:25:44.360Z Compiling dropshot v0.16.7
22562026-03-27T19:25:44.408Z Compiling dropshot_endpoint v0.16.7
22572026-03-27T19:25:44.539Z Checking match_cfg v0.1.0
22582026-03-27T19:25:44.615Z Compiling structmeta v0.3.0
22592026-03-27T19:25:44.649Z Checking hostname v0.3.1
22602026-03-27T19:25:44.686Z Checking slog-json v2.6.1
22612026-03-27T19:25:44.719Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-03-27T19:25:44.761Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-03-27T19:25:44.829Z Checking debug-ignore v1.0.5
22642026-03-27T19:25:44.864Z Compiling derive-ex v0.1.8
22652026-03-27T19:25:44.901Z Checking slog-bunyan v2.5.0
22662026-03-27T19:25:44.942Z Checking serde_spanned v1.0.4
22672026-03-27T19:25:44.980Z Checking toml_writer v1.0.6+spec-1.1.0
22682026-03-27T19:25:45.043Z Checking progenitor-client v0.13.0
22692026-03-27T19:25:45.107Z Checking rustls-webpki v0.102.8
22702026-03-27T19:25:45.142Z Checking serde_path_to_error v0.1.20
22712026-03-27T19:25:45.177Z Checking async-stream v0.3.6
22722026-03-27T19:25:45.213Z Checking toml v0.9.12+spec-1.1.0
22732026-03-27T19:25:45.302Z Checking waitgroup v0.1.2
22742026-03-27T19:25:45.339Z Checking rustls-pemfile v2.2.0
22752026-03-27T19:25:45.434Z Checking hostname v0.4.2
22762026-03-27T19:25:45.470Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-03-27T19:25:45.506Z Compiling parse-display-derive v0.10.0
22782026-03-27T19:25:45.511Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-03-27T19:25:45.607Z Checking itertools v0.14.0
22802026-03-27T19:25:45.638Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22812026-03-27T19:25:45.709Z Checking macaddr v1.0.1
22822026-03-27T19:25:45.817Z Checking progenitor-client v0.10.0
22832026-03-27T19:25:45.919Z Checking instant v0.1.13
22842026-03-27T19:25:46.039Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22852026-03-27T19:25:46.075Z Checking backoff v0.4.0
22862026-03-27T19:25:46.079Z Checking backon v1.6.0
22872026-03-27T19:25:46.174Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22882026-03-27T19:25:46.270Z Checking progenitor-extras v0.1.1
22892026-03-27T19:25:46.344Z Checking heck v0.5.0
22902026-03-27T19:25:46.500Z Checking toml v0.8.23
22912026-03-27T19:25:46.536Z Compiling convert_case v0.4.0
22922026-03-27T19:25:46.582Z Compiling test-strategy v0.4.5
22932026-03-27T19:25:46.671Z Checking half v2.7.1
22942026-03-27T19:25:46.708Z Checking ciborium-io v0.2.2
22952026-03-27T19:25:46.827Z Compiling unsafe-libyaml v0.2.11
22962026-03-27T19:25:46.864Z Checking secrecy v0.10.3
22972026-03-27T19:25:46.934Z Compiling derive_more v0.99.20
22982026-03-27T19:25:46.970Z Checking ciborium-ll v0.2.2
22992026-03-27T19:25:47.012Z Checking indent_write v2.2.0
23002026-03-27T19:25:47.047Z Checking tokio-rustls v0.25.0
23012026-03-27T19:25:47.168Z Compiling crucible-workspace-hack v0.1.0
23022026-03-27T19:25:47.204Z Checking ciborium v0.2.2
23032026-03-27T19:25:47.237Z Checking parse-display v0.10.0
23042026-03-27T19:25:47.373Z Compiling serde_yaml v0.9.34+deprecated
23052026-03-27T19:25:47.464Z Checking camino-tempfile v1.4.1
23062026-03-27T19:25:47.649Z Checking universal-hash v0.5.1
23072026-03-27T19:25:47.685Z Checking opaque-debug v0.3.1
23082026-03-27T19:25:47.717Z Checking typify-impl v0.6.1
23092026-03-27T19:25:47.781Z Checking aead v0.5.2
23102026-03-27T19:25:47.817Z Checking poly1305 v0.8.0
23112026-03-27T19:25:48.106Z Checking chacha20 v0.9.1
23122026-03-27T19:25:48.142Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23132026-03-27T19:25:48.333Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23142026-03-27T19:25:48.574Z Compiling thiserror-impl-no-std v2.0.2
23152026-03-27T19:25:48.753Z Checking swrite v0.1.0
23162026-03-27T19:25:48.878Z Checking password-hash v0.5.0
23172026-03-27T19:25:48.914Z Checking blake2 v0.10.6
23182026-03-27T19:25:48.951Z Checking chacha20poly1305 v0.10.1
23192026-03-27T19:25:49.106Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23202026-03-27T19:25:49.144Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23212026-03-27T19:25:49.185Z Checking argon2 v0.5.3
23222026-03-27T19:25:49.224Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23232026-03-27T19:25:49.430Z Checking byte-wrapper v0.1.0
23242026-03-27T19:25:49.467Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23252026-03-27T19:25:49.565Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23262026-03-27T19:25:49.568Z Compiling toml_edit v0.23.10+spec-1.0.0
23272026-03-27T19:25:49.669Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23282026-03-27T19:25:49.738Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23292026-03-27T19:25:49.815Z Checking tabwriter v1.4.1
23302026-03-27T19:25:49.850Z Checking thiserror-no-std v2.0.2
23312026-03-27T19:25:49.964Z Checking vsss-rs v3.3.4
23322026-03-27T19:25:49.999Z Checking unicode-width v0.1.14
23332026-03-27T19:25:50.278Z Compiling proc-macro-crate v3.4.0
23342026-03-27T19:25:50.421Z Checking glob v0.3.3
23352026-03-27T19:25:50.634Z Compiling heapless v0.8.0
23362026-03-27T19:25:50.694Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-03-27T19:25:50.818Z Compiling ingot-macros v0.1.1
23382026-03-27T19:25:50.853Z Checking hash32 v0.3.1
23392026-03-27T19:25:51.007Z Checking colored v3.1.1
23402026-03-27T19:25:51.040Z Compiling smoltcp v0.11.0
23412026-03-27T19:25:51.086Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23422026-03-27T19:25:51.161Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23432026-03-27T19:25:51.224Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23442026-03-27T19:25:51.353Z Compiling num_enum_derive v0.7.5
23452026-03-27T19:25:51.465Z Checking cobs v0.3.0
23462026-03-27T19:25:51.500Z Compiling foreign-types-macros v0.2.3
23472026-03-27T19:25:51.642Z Checking foreign-types-shared v0.3.1
23482026-03-27T19:25:51.679Z Checking cpufeatures v0.3.0
23492026-03-27T19:25:51.800Z Checking chacha20 v0.10.0
23502026-03-27T19:25:52.045Z Checking postcard v1.1.3
23512026-03-27T19:25:52.120Z Checking foreign-types v0.5.0
23522026-03-27T19:25:52.363Z Compiling proc-macro-crate v1.3.1
23532026-03-27T19:25:52.366Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23542026-03-27T19:25:52.431Z Checking num_enum v0.7.5
23552026-03-27T19:25:52.434Z Checking cstr-argument v0.1.2
23562026-03-27T19:25:52.527Z Compiling typify-macro v0.6.1
23572026-03-27T19:25:52.573Z Checking sigpipe v0.1.3
23582026-03-27T19:25:52.611Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23592026-03-27T19:25:52.645Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23602026-03-27T19:25:52.680Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23612026-03-27T19:25:52.802Z Compiling num_enum_derive v0.5.11
23622026-03-27T19:25:52.946Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23632026-03-27T19:25:52.981Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23642026-03-27T19:25:53.017Z Checking rand v0.10.0
23652026-03-27T19:25:53.050Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23662026-03-27T19:25:53.144Z Compiling usdt-attr-macro v0.5.0
23672026-03-27T19:25:53.179Z Compiling usdt-macro v0.5.0
23682026-03-27T19:25:53.211Z Checking memmap v0.7.0
23692026-03-27T19:25:53.371Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23702026-03-27T19:25:53.641Z Checking ingot-types v0.1.2
23712026-03-27T19:25:53.859Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23722026-03-27T19:25:53.895Z Checking num_enum v0.5.11
23732026-03-27T19:25:53.976Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23742026-03-27T19:25:54.012Z Checking usdt v0.5.0
23752026-03-27T19:25:54.047Z Checking ingot v0.1.1
23762026-03-27T19:25:54.050Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23772026-03-27T19:25:54.114Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23782026-03-27T19:25:54.150Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23792026-03-27T19:25:54.205Z Checking smf v0.2.3
23802026-03-27T19:25:54.310Z Compiling typify v0.6.1
23812026-03-27T19:25:54.412Z Compiling num-derive v0.4.2
23822026-03-27T19:25:54.444Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23832026-03-27T19:25:54.479Z Compiling progenitor-impl v0.13.0
23842026-03-27T19:25:54.482Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23852026-03-27T19:25:54.512Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23862026-03-27T19:25:54.701Z Checking whoami v1.6.1
23872026-03-27T19:25:54.736Z Checking tokio-dtrace v0.1.1
23882026-03-27T19:25:54.781Z Compiling derive-where v1.6.0
23892026-03-27T19:25:54.904Z Checking atomicwrites v0.4.4
23902026-03-27T19:25:54.946Z Checking oxide-tokio-rt v0.1.3
23912026-03-27T19:25:55.059Z Checking console v0.15.11
23922026-03-27T19:25:55.140Z Checking newline-converter v0.3.0
23932026-03-27T19:25:55.278Z Compiling prettyplease v0.2.37
23942026-03-27T19:25:55.356Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23952026-03-27T19:25:55.391Z Checking expectorate v1.2.0
23962026-03-27T19:25:55.479Z Checking bytecount v0.6.9
23972026-03-27T19:25:55.546Z Compiling owo-colors v4.3.0
23982026-03-27T19:25:55.592Z Compiling cancel-safe-futures v0.1.5
23992026-03-27T19:25:55.627Z Checking libsw-core v0.3.2
24002026-03-27T19:25:55.630Z Checking linear-map v1.2.0
24012026-03-27T19:25:55.719Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24022026-03-27T19:25:55.797Z Checking libsw v3.5.0
24032026-03-27T19:25:55.866Z Checking same-file v1.0.6
24042026-03-27T19:25:55.974Z Checking num-rational v0.4.2
24052026-03-27T19:25:56.038Z Checking walkdir v2.5.0
24062026-03-27T19:25:56.127Z Checking num-complex v0.4.6
24072026-03-27T19:25:56.193Z Checking float-ord v0.3.2
24082026-03-27T19:25:56.230Z Checking gethostname v0.5.0
24092026-03-27T19:25:56.357Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24102026-03-27T19:25:56.456Z Compiling async-recursion v1.1.1
24112026-03-27T19:25:56.490Z Checking num v0.4.3
24122026-03-27T19:25:56.601Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24132026-03-27T19:25:56.604Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24142026-03-27T19:25:56.868Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24152026-03-27T19:25:57.104Z Compiling progenitor-macro v0.13.0
24162026-03-27T19:25:57.840Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24172026-03-27T19:25:57.893Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24182026-03-27T19:25:58.160Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24192026-03-27T19:25:59.760Z Checking smawk v0.3.2
24202026-03-27T19:25:59.869Z Checking unicode-linebreak v0.1.5
24212026-03-27T19:25:59.968Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24222026-03-27T19:26:00.003Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24232026-03-27T19:26:00.119Z Checking globset v0.4.18
24242026-03-27T19:26:00.441Z Compiling convert_case v0.10.0
24252026-03-27T19:26:01.011Z Compiling slog-dtrace v0.3.0
24262026-03-27T19:26:01.192Z Checking resolv-conf v0.7.6
24272026-03-27T19:26:01.300Z Compiling derive_more-impl v2.1.1
24282026-03-27T19:26:01.481Z Compiling pin-project-internal v1.1.11
24292026-03-27T19:26:01.577Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24302026-03-27T19:26:01.614Z Checking pem v3.0.6
24312026-03-27T19:26:01.808Z Checking fd-lock v4.0.4
24322026-03-27T19:26:01.846Z Checking vte v0.14.1
24332026-03-27T19:26:01.964Z Checking display-error-chain v0.2.2
24342026-03-27T19:26:02.029Z Checking strip-ansi-escapes v0.2.1
24352026-03-27T19:26:02.066Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24362026-03-27T19:26:02.100Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24372026-03-27T19:26:02.104Z Checking progenitor v0.13.0
24382026-03-27T19:26:02.167Z Checking derive_more v2.1.1
24392026-03-27T19:26:02.170Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24402026-03-27T19:26:02.170Z Compiling snafu-derive v0.8.9
24412026-03-27T19:26:02.271Z Checking crossterm v0.29.0
24422026-03-27T19:26:02.307Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24432026-03-27T19:26:02.358Z Checking linked-hash-map v0.5.6
24442026-03-27T19:26:02.556Z Checking termtree v0.5.1
24452026-03-27T19:26:02.695Z Checking pin-project v1.1.11
24462026-03-27T19:26:02.732Z Checking nu-ansi-term v0.50.3
24472026-03-27T19:26:02.824Z Checking lru-cache v0.1.2
24482026-03-27T19:26:02.863Z Checking textwrap v0.16.2
24492026-03-27T19:26:02.976Z Checking olpc-cjson v0.1.4
24502026-03-27T19:26:02.980Z Checking reedline v0.40.0
24512026-03-27T19:26:03.110Z Checking hickory-proto v0.24.4
24522026-03-27T19:26:03.146Z Checking serde_plain v1.0.2
24532026-03-27T19:26:03.321Z Checking typed-path v0.9.3
24542026-03-27T19:26:04.135Z Compiling minimal-lexical v0.2.1
24552026-03-27T19:26:04.183Z Checking snafu v0.8.9
24562026-03-27T19:26:04.237Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24572026-03-27T19:26:04.430Z Compiling nom v7.1.3
24582026-03-27T19:26:04.463Z Checking tough v0.20.0
24592026-03-27T19:26:04.809Z Checking nibble_vec v0.1.0
24602026-03-27T19:26:04.974Z Checking endian-type v0.1.2
24612026-03-27T19:26:05.012Z Checking hickory-resolver v0.24.4
24622026-03-27T19:26:05.074Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-03-27T19:26:05.134Z Checking radix_trie v0.2.1
24642026-03-27T19:26:05.213Z Compiling ar_archive_writer v0.5.1
24652026-03-27T19:26:05.269Z Checking base64 v0.21.7
24662026-03-27T19:26:05.367Z Checking humantime v2.3.0
24672026-03-27T19:26:05.536Z Checking csv-core v0.1.13
24682026-03-27T19:26:05.577Z Compiling stacker v0.1.23
24692026-03-27T19:26:05.679Z Compiling cfg_aliases v0.1.1
24702026-03-27T19:26:05.745Z Checking csv v1.4.0
24712026-03-27T19:26:05.779Z Checking qorb v0.4.1
24722026-03-27T19:26:05.815Z Checking highway v1.3.0
24732026-03-27T19:26:05.818Z Compiling nix v0.28.0
24742026-03-27T19:26:05.924Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24752026-03-27T19:26:06.073Z Checking papergrid v0.11.0
24762026-03-27T19:26:06.109Z Compiling psm v0.1.30
24772026-03-27T19:26:06.141Z Compiling tabled_derive v0.7.0
24782026-03-27T19:26:06.221Z Checking home v0.5.12
24792026-03-27T19:26:06.397Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24802026-03-27T19:26:06.442Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24812026-03-27T19:26:06.477Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24822026-03-27T19:26:06.707Z Checking phf_shared v0.12.1
24832026-03-27T19:26:06.909Z Compiling recursive-proc-macro-impl v0.1.1
24842026-03-27T19:26:06.912Z Compiling chrono-tz v0.10.4
24852026-03-27T19:26:06.994Z Compiling semver v0.1.20
24862026-03-27T19:26:07.029Z Checking phf v0.12.1
24872026-03-27T19:26:07.118Z Checking tabled v0.15.0
24882026-03-27T19:26:07.198Z Compiling rustc_version v0.1.7
24892026-03-27T19:26:07.201Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24902026-03-27T19:26:07.299Z Compiling const_format_proc_macros v0.2.34
24912026-03-27T19:26:07.303Z Compiling peg-macros v0.8.5
24922026-03-27T19:26:07.367Z Checking recursive v0.1.1
24932026-03-27T19:26:07.452Z Checking winnow v0.6.26
24942026-03-27T19:26:07.488Z Compiling sqlparser_derive v0.5.0
24952026-03-27T19:26:07.991Z Checking unicode_categories v0.1.1
24962026-03-27T19:26:08.025Z Checking rustyline v14.0.0
24972026-03-27T19:26:08.137Z Checking const_format v0.2.35
24982026-03-27T19:26:08.266Z Checking sqlparser v0.61.0
24992026-03-27T19:26:08.473Z Compiling newtype_derive v0.1.6
25002026-03-27T19:26:08.663Z Checking sqlformat v0.3.5
25012026-03-27T19:26:08.786Z Checking peg v0.8.5
25022026-03-27T19:26:08.826Z Checking bcs v0.1.6
25032026-03-27T19:26:09.071Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25042026-03-27T19:26:09.105Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25052026-03-27T19:26:09.139Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25062026-03-27T19:26:09.291Z Checking steno v0.4.1
25072026-03-27T19:26:09.425Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25082026-03-27T19:26:09.461Z Checking utf-8 v0.7.6
25092026-03-27T19:26:09.631Z Checking filetime v0.2.27
25102026-03-27T19:26:09.801Z Checking arc-swap v1.8.2
25112026-03-27T19:26:10.067Z Checking xattr v1.6.1
25122026-03-27T19:26:10.105Z Checking slog-scope v4.4.1
25132026-03-27T19:26:10.230Z Checking tar v0.4.45
25142026-03-27T19:26:10.275Z Checking slog-stdlog v4.1.1
25152026-03-27T19:26:10.345Z Checking tungstenite v0.21.0
25162026-03-27T19:26:10.424Z Checking slog-envlogger v2.2.0
25172026-03-27T19:26:10.460Z Compiling typify-impl v0.4.3
25182026-03-27T19:26:10.642Z Checking typeid v1.0.3
25192026-03-27T19:26:10.814Z Checking tokio-tungstenite v0.21.0
25202026-03-27T19:26:11.115Z Checking subprocess v0.2.15
25212026-03-27T19:26:11.438Z Checking headers-core v0.3.0
25222026-03-27T19:26:11.576Z Checking headers v0.4.1
25232026-03-27T19:26:11.643Z Compiling lzma-sys v0.1.20
25242026-03-27T19:26:11.940Z Compiling cargo_toml v0.22.3
25252026-03-27T19:26:12.062Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25262026-03-27T19:26:12.146Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25272026-03-27T19:26:12.180Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25282026-03-27T19:26:12.417Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25292026-03-27T19:26:12.520Z Checking yasna v0.5.2
25302026-03-27T19:26:12.930Z Checking rcgen v0.12.1
25312026-03-27T19:26:13.062Z Checking xz2 v0.1.7
25322026-03-27T19:26:13.065Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25332026-03-27T19:26:13.258Z Checking ron v0.12.0
25342026-03-27T19:26:13.292Z Checking base16ct v1.0.0
25352026-03-27T19:26:13.475Z Checking dropshot-api-manager-types v0.6.0
25362026-03-27T19:26:13.679Z Checking tagptr v0.2.0
25372026-03-27T19:26:13.734Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25382026-03-27T19:26:13.853Z Checking moka v0.12.13
25392026-03-27T19:26:13.935Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25402026-03-27T19:26:14.037Z Compiling radium v0.7.0
25412026-03-27T19:26:14.112Z Compiling libefi-sys v0.1.0
25422026-03-27T19:26:14.403Z Compiling bitfield-struct v0.6.2
25432026-03-27T19:26:14.437Z Checking tap v1.0.1
25442026-03-27T19:26:14.543Z Checking hickory-resolver v0.25.2
25452026-03-27T19:26:14.576Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25462026-03-27T19:26:14.716Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25472026-03-27T19:26:14.980Z Compiling maybe-uninit v2.0.0
25482026-03-27T19:26:15.015Z Compiling typify-macro v0.4.3
25492026-03-27T19:26:15.078Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-03-27T19:26:15.316Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25512026-03-27T19:26:15.348Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-03-27T19:26:15.381Z Checking wyz v0.5.1
25532026-03-27T19:26:15.659Z Compiling zerocopy-derive v0.6.6
25542026-03-27T19:26:15.690Z Compiling packed_struct v0.10.1
25552026-03-27T19:26:15.756Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25562026-03-27T19:26:15.796Z Checking crc-catalog v2.4.0
25572026-03-27T19:26:15.830Z Checking funty v2.0.0
25582026-03-27T19:26:15.862Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-03-27T19:26:15.919Z Checking crc v3.4.0
25602026-03-27T19:26:16.021Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25612026-03-27T19:26:16.125Z Compiling packed_struct_codegen v0.10.1
25622026-03-27T19:26:16.190Z Checking bitvec v1.0.1
25632026-03-27T19:26:16.224Z Compiling bitfield-macros v0.19.4
25642026-03-27T19:26:16.227Z Compiling indexmap v1.9.3
25652026-03-27T19:26:16.480Z Checking nodrop v0.1.14
25662026-03-27T19:26:16.602Z Checking array-init v0.0.4
25672026-03-27T19:26:16.636Z Checking zerocopy v0.6.6
25682026-03-27T19:26:16.743Z Compiling typify v0.4.3
25692026-03-27T19:26:16.932Z Compiling progenitor-impl v0.10.0
25702026-03-27T19:26:16.966Z Checking bitfield v0.19.4
25712026-03-27T19:26:17.073Z Checking smallvec v0.6.14
25722026-03-27T19:26:17.251Z Checking hashbrown v0.12.3
25732026-03-27T19:26:17.285Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25742026-03-27T19:26:17.318Z Checking serde-hex v0.1.0
25752026-03-27T19:26:17.471Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25762026-03-27T19:26:17.918Z Checking ron v0.8.1
25772026-03-27T19:26:18.066Z Checking hashbrown v0.13.2
25782026-03-27T19:26:18.436Z Checking crc-any v2.5.0
25792026-03-27T19:26:18.556Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25802026-03-27T19:26:18.567Z Checking object v0.30.4
25812026-03-27T19:26:18.627Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25822026-03-27T19:26:18.732Z Checking path-slash v0.1.5
25832026-03-27T19:26:18.790Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25842026-03-27T19:26:18.865Z Compiling xshell-macros v0.2.7
25852026-03-27T19:26:18.904Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25862026-03-27T19:26:19.278Z Checking xshell v0.2.7
25872026-03-27T19:26:19.323Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25882026-03-27T19:26:19.508Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25892026-03-27T19:26:19.625Z Compiling progenitor-macro v0.10.0
25902026-03-27T19:26:20.000Z Checking half v1.8.3
25912026-03-27T19:26:20.231Z Checking serde_cbor v0.11.2
25922026-03-27T19:26:20.310Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25932026-03-27T19:26:20.398Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-03-27T19:26:20.567Z Compiling num-derive v0.3.3
25952026-03-27T19:26:20.648Z Compiling proc-macro-error-attr2 v2.0.0
25962026-03-27T19:26:20.725Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25972026-03-27T19:26:21.079Z Compiling proc-macro-error2 v2.0.1
25982026-03-27T19:26:21.119Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25992026-03-27T19:26:21.422Z Compiling tabled_derive v0.11.0
26002026-03-27T19:26:21.495Z Checking libscf-sys v1.1.0
26012026-03-27T19:26:21.655Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26022026-03-27T19:26:21.690Z Checking papergrid v0.17.0
26032026-03-27T19:26:21.723Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-03-27T19:26:21.895Z Checking testing_table v0.3.0
26052026-03-27T19:26:22.002Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26062026-03-27T19:26:22.037Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26072026-03-27T19:26:22.402Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26082026-03-27T19:26:22.493Z Checking maplit v1.0.2
26092026-03-27T19:26:22.603Z Checking tabled v0.20.0
26102026-03-27T19:26:22.636Z Checking crc8 v0.1.1
26112026-03-27T19:26:22.705Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26122026-03-27T19:26:22.748Z Checking fxhash v0.2.1
26132026-03-27T19:26:22.782Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26142026-03-27T19:26:22.824Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26152026-03-27T19:26:22.900Z Checking unicase v2.9.0
26162026-03-27T19:26:23.083Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26172026-03-27T19:26:23.116Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26182026-03-27T19:26:23.509Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26192026-03-27T19:26:23.564Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26202026-03-27T19:26:23.599Z Checking kstat-rs v0.2.4
26212026-03-27T19:26:23.747Z Compiling parking_lot_core v0.8.6
26222026-03-27T19:26:23.816Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26232026-03-27T19:26:24.028Z Compiling diesel_derives v2.3.7
26242026-03-27T19:26:24.094Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26252026-03-27T19:26:24.292Z Compiling git-stub v1.0.0
26262026-03-27T19:26:24.406Z Checking scheduled-thread-pool v0.2.7
26272026-03-27T19:26:24.524Z Checking progenitor v0.10.0
26282026-03-27T19:26:24.576Z Compiling dsl_auto_type v0.2.0
26292026-03-27T19:26:24.610Z Compiling vergen-gitcl v1.0.8
26302026-03-27T19:26:24.700Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26312026-03-27T19:26:24.738Z Compiling diesel_table_macro_syntax v0.3.0
26322026-03-27T19:26:24.772Z Checking r2d2 v0.8.10
26332026-03-27T19:26:24.870Z Compiling git-stub-vcs v0.1.0
26342026-03-27T19:26:24.904Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26352026-03-27T19:26:25.008Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26362026-03-27T19:26:25.204Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26372026-03-27T19:26:25.274Z Checking downcast-rs v2.0.2
26382026-03-27T19:26:25.324Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26392026-03-27T19:26:25.398Z Checking parking_lot v0.11.2
26402026-03-27T19:26:25.617Z Checking prefix-trie v0.7.0
26412026-03-27T19:26:25.680Z Checking nanorand v0.7.0
26422026-03-27T19:26:25.787Z Compiling dirs-sys-next v0.1.2
26432026-03-27T19:26:25.911Z Compiling crunchy v0.2.4
26442026-03-27T19:26:25.972Z Checking hickory-server v0.25.2
26452026-03-27T19:26:26.104Z Compiling dirs-next v2.0.0
26462026-03-27T19:26:26.152Z Checking flume v0.11.1
26472026-03-27T19:26:26.294Z Checking sled v0.34.7
26482026-03-27T19:26:26.337Z Compiling clang-sys v1.8.1
26492026-03-27T19:26:26.416Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26502026-03-27T19:26:26.637Z Checking hickory-client v0.25.2
26512026-03-27T19:26:26.713Z Compiling tiny-keccak v2.0.2
26522026-03-27T19:26:27.083Z Compiling term v0.7.0
26532026-03-27T19:26:27.113Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26542026-03-27T19:26:27.157Z Compiling bit-vec v0.6.3
26552026-03-27T19:26:27.231Z Compiling salty v0.3.0
26562026-03-27T19:26:27.404Z Compiling ascii-canvas v3.0.0
26572026-03-27T19:26:27.530Z Compiling bit-set v0.5.3
26582026-03-27T19:26:27.596Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26592026-03-27T19:26:27.666Z Checking primeorder v0.13.6
26602026-03-27T19:26:27.698Z Compiling itertools v0.10.5
26612026-03-27T19:26:27.731Z Compiling ena v0.14.4
26622026-03-27T19:26:27.763Z Compiling libloading v0.8.9
26632026-03-27T19:26:27.937Z Compiling fs-err v2.11.0
26642026-03-27T19:26:27.972Z Compiling bindgen v0.71.1
26652026-03-27T19:26:28.007Z Compiling regex-syntax v0.6.29
26662026-03-27T19:26:28.131Z Compiling diff v0.1.13
26672026-03-27T19:26:28.440Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26682026-03-27T19:26:28.554Z Compiling cexpr v0.6.0
26692026-03-27T19:26:28.741Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26702026-03-27T19:26:28.849Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26712026-03-27T19:26:29.124Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-03-27T19:26:29.267Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26732026-03-27T19:26:29.437Z Compiling lalrpop v0.19.12
26742026-03-27T19:26:29.734Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26752026-03-27T19:26:29.969Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-03-27T19:26:30.110Z Compiling libxml v0.3.3
26772026-03-27T19:26:30.185Z Checking parse-size v1.1.0
26782026-03-27T19:26:30.265Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26792026-03-27T19:26:30.337Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26802026-03-27T19:26:30.422Z Checking p384 v0.13.1
26812026-03-27T19:26:30.573Z Checking diesel v2.3.7
26822026-03-27T19:26:30.607Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26832026-03-27T19:26:30.861Z Compiling strum_macros v0.24.3
26842026-03-27T19:26:31.195Z Checking assert_matches v1.5.0
26852026-03-27T19:26:31.301Z Compiling indoc v1.0.9
26862026-03-27T19:26:32.074Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26872026-03-27T19:26:32.211Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-03-27T19:26:32.247Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26892026-03-27T19:26:32.367Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26902026-03-27T19:26:32.433Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26912026-03-27T19:26:33.034Z Checking predicates-tree v1.0.13
26922026-03-27T19:26:33.102Z Checking derive_builder v0.20.2
26932026-03-27T19:26:33.182Z Checking quick-xml v0.37.5
26942026-03-27T19:26:33.245Z Compiling oso-derive v0.27.3
26952026-03-27T19:26:33.803Z Compiling impl-trait-for-tuples v0.2.3
26962026-03-27T19:26:34.140Z Compiling trait-variant v0.1.2
26972026-03-27T19:26:34.194Z Checking openssl-probe v0.1.6
26982026-03-27T19:26:34.229Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26992026-03-27T19:26:34.338Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27002026-03-27T19:26:34.421Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27012026-03-27T19:26:34.713Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27022026-03-27T19:26:34.950Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27032026-03-27T19:26:35.289Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27042026-03-27T19:26:35.386Z Compiling progenitor-impl v0.11.2
27052026-03-27T19:26:35.696Z Compiling mime_guess v2.0.5
27062026-03-27T19:26:36.075Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27072026-03-27T19:26:36.266Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-03-27T19:26:36.410Z Checking progenitor-client v0.11.2
27092026-03-27T19:26:36.482Z Checking http-range v0.1.5
27102026-03-27T19:26:36.644Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27112026-03-27T19:26:36.728Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-03-27T19:26:36.840Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27132026-03-27T19:26:36.923Z Checking ignore v0.4.25
27142026-03-27T19:26:37.472Z Checking atty v0.2.14
27152026-03-27T19:26:37.600Z Checking globwalk v0.9.1
27162026-03-27T19:26:38.070Z Compiling progenitor-macro v0.11.2
27172026-03-27T19:26:38.355Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-03-27T19:26:39.237Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-27T19:26:39.383Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27202026-03-27T19:26:39.654Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27212026-03-27T19:26:39.846Z Checking bb8 v0.8.6
27222026-03-27T19:26:39.881Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27232026-03-27T19:26:39.946Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27242026-03-27T19:26:40.102Z Checking corncobs v0.1.4
27252026-03-27T19:26:40.228Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-27T19:26:40.263Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27272026-03-27T19:26:40.266Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27282026-03-27T19:26:40.670Z Checking hyper-staticfile v0.10.1
27292026-03-27T19:26:40.997Z Checking camino-tempfile-ext v0.3.3
27302026-03-27T19:26:41.111Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27312026-03-27T19:26:41.231Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27322026-03-27T19:26:41.429Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27332026-03-27T19:26:41.478Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27342026-03-27T19:26:41.650Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-03-27T19:26:42.213Z Checking signal-hook-tokio v0.3.1
27362026-03-27T19:26:42.378Z Checking secrecy v0.8.0
27372026-03-27T19:26:42.535Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27382026-03-27T19:26:42.862Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27392026-03-27T19:26:43.073Z Checking progenitor v0.11.2
27402026-03-27T19:26:43.194Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27412026-03-27T19:26:43.246Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27422026-03-27T19:26:43.279Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-03-27T19:26:43.376Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27442026-03-27T19:26:43.616Z Checking nonempty v0.12.0
27452026-03-27T19:26:43.752Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27462026-03-27T19:26:43.821Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27472026-03-27T19:26:43.959Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27482026-03-27T19:26:44.010Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27492026-03-27T19:26:44.258Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27502026-03-27T19:26:44.390Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27512026-03-27T19:26:44.701Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27522026-03-27T19:26:44.804Z Checking diesel-dtrace v0.5.0
27532026-03-27T19:26:45.088Z Checking async-bb8-diesel v0.2.1
27542026-03-27T19:26:45.261Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27552026-03-27T19:26:45.471Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27562026-03-27T19:26:45.689Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27572026-03-27T19:26:45.751Z Checking tungstenite v0.23.0
27582026-03-27T19:26:46.164Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27592026-03-27T19:26:46.200Z Checking tokio-tungstenite v0.23.1
27602026-03-27T19:26:46.394Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27612026-03-27T19:26:46.489Z Checking rand_seeder v0.4.0
27622026-03-27T19:26:46.671Z Checking void v1.0.2
27632026-03-27T19:26:46.767Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27642026-03-27T19:26:46.810Z Checking lzss v0.8.2
27652026-03-27T19:26:47.037Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27662026-03-27T19:26:47.181Z Checking nix v0.27.1
27672026-03-27T19:26:47.236Z Checking serde_bytes v0.11.19
27682026-03-27T19:26:47.360Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27692026-03-27T19:26:47.445Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-27T19:26:47.562Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27712026-03-27T19:26:47.722Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27722026-03-27T19:26:48.217Z Checking is_ci v1.2.0
27732026-03-27T19:26:48.352Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27742026-03-27T19:26:48.452Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27752026-03-27T19:26:48.581Z Checking yansi v1.0.1
27762026-03-27T19:26:48.655Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27772026-03-27T19:26:48.868Z Checking pretty_assertions v1.4.1
27782026-03-27T19:26:48.905Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27792026-03-27T19:26:49.034Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27802026-03-27T19:26:49.123Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27812026-03-27T19:26:49.203Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27822026-03-27T19:26:49.464Z Compiling darling_core v0.23.0
27832026-03-27T19:26:50.441Z Compiling indoc v2.0.7
27842026-03-27T19:26:50.564Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27852026-03-27T19:26:50.667Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27862026-03-27T19:26:50.787Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-03-27T19:26:50.931Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-03-27T19:26:51.186Z Compiling instability v0.3.11
27892026-03-27T19:26:51.347Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27902026-03-27T19:26:51.581Z Compiling libz-sys v1.1.24
27912026-03-27T19:26:51.614Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27922026-03-27T19:26:51.990Z Checking castaway v0.2.4
27932026-03-27T19:26:52.075Z Compiling darling_macro v0.23.0
27942026-03-27T19:26:52.129Z Checking compact_str v0.8.1
27952026-03-27T19:26:52.559Z Checking supports-color v3.0.2
27962026-03-27T19:26:52.595Z Compiling darling v0.23.0
27972026-03-27T19:26:52.780Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27982026-03-27T19:26:52.919Z Checking unicode-truncate v1.1.0
27992026-03-27T19:26:52.978Z Checking lru v0.12.5
28002026-03-27T19:26:53.102Z Checking cassowary v0.3.0
28012026-03-27T19:26:53.217Z Compiling libgit2-sys v0.18.3+1.9.2
28022026-03-27T19:26:53.377Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-27T19:26:53.447Z Checking ratatui v0.29.0
28042026-03-27T19:26:53.507Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28052026-03-27T19:26:54.740Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28062026-03-27T19:26:54.822Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28072026-03-27T19:26:54.885Z Compiling vergen-git2 v1.0.7
28082026-03-27T19:26:55.034Z Checking plotters-backend v0.3.7
28092026-03-27T19:26:55.150Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28102026-03-27T19:26:55.201Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28112026-03-27T19:26:55.264Z Checking plotters-svg v0.3.7
28122026-03-27T19:26:55.371Z Checking colored v2.2.0
28132026-03-27T19:26:55.414Z Checking cast v0.3.0
28142026-03-27T19:26:55.445Z Compiling rustls v0.21.12
28152026-03-27T19:26:55.596Z Checking shell-words v1.1.1
28162026-03-27T19:26:55.629Z Checking criterion-plot v0.6.0
28172026-03-27T19:26:55.708Z Checking plotters v0.3.7
28182026-03-27T19:26:55.839Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-27T19:26:55.904Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28202026-03-27T19:26:56.130Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28212026-03-27T19:26:56.354Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28222026-03-27T19:26:56.462Z Checking rustls-webpki v0.101.7
28232026-03-27T19:26:56.782Z Checking sct v0.7.1
28242026-03-27T19:26:56.818Z Checking tinytemplate v1.2.1
28252026-03-27T19:26:56.850Z Compiling nix v0.29.0
28262026-03-27T19:26:56.947Z Checking oorandom v11.1.5
28272026-03-27T19:26:57.066Z Checking anes v0.1.6
28282026-03-27T19:26:57.098Z Checking hex-literal v0.4.1
28292026-03-27T19:26:57.305Z Checking criterion v0.7.0
28302026-03-27T19:26:57.336Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28312026-03-27T19:26:58.608Z Checking erased-serde v0.4.9
28322026-03-27T19:26:58.641Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28332026-03-27T19:26:59.007Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28342026-03-27T19:26:59.773Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28352026-03-27T19:27:00.565Z Checking ordered-float v2.10.1
28362026-03-27T19:27:00.835Z Checking serde-value v0.7.0
28372026-03-27T19:27:01.086Z Checking serde-untagged v0.1.9
28382026-03-27T19:27:01.314Z Checking tokio-rustls v0.24.1
28392026-03-27T19:27:01.582Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-03-27T19:27:01.804Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-03-27T19:27:02.031Z Checking rustls-pemfile v1.0.4
28422026-03-27T19:27:02.201Z Checking twox-hash v2.1.2
28432026-03-27T19:27:02.384Z Checking unicode-xid v0.2.6
28442026-03-27T19:27:02.527Z Checking cargo-util-schemas v0.8.2
28452026-03-27T19:27:02.606Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28462026-03-27T19:27:03.452Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28472026-03-27T19:27:03.601Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28482026-03-27T19:27:03.642Z Checking fatfs v0.3.6
28492026-03-27T19:27:03.781Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28502026-03-27T19:27:04.137Z Checking cargo-platform v0.2.0
28512026-03-27T19:27:04.362Z Compiling petname v2.0.2
28522026-03-27T19:27:04.878Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28532026-03-27T19:27:05.106Z Compiling seq-macro v0.3.6
28542026-03-27T19:27:05.651Z Checking cargo_metadata v0.21.0
28552026-03-27T19:27:05.780Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28562026-03-27T19:27:06.214Z Checking concurrent-queue v2.5.0
28572026-03-27T19:27:06.433Z Checking rtoolbox v0.0.3
28582026-03-27T19:27:06.437Z Checking parking v2.2.1
28592026-03-27T19:27:06.599Z Checking futures-timer v3.0.3
28602026-03-27T19:27:06.631Z Checking event-listener v5.4.1
28612026-03-27T19:27:06.805Z Checking rpassword v7.4.0
28622026-03-27T19:27:06.876Z Checking tui-tree-widget v0.23.1
28632026-03-27T19:27:06.939Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28642026-03-27T19:27:07.096Z Checking polyval v0.6.2
28652026-03-27T19:27:07.130Z Checking sapling-renderdag v0.1.0
28662026-03-27T19:27:07.256Z Checking sync-ptr v0.1.4
28672026-03-27T19:27:07.290Z Checking ghash v0.5.1
28682026-03-27T19:27:07.398Z Checking event-listener-strategy v0.5.4
28692026-03-27T19:27:07.402Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28702026-03-27T19:27:07.463Z Checking ctr v0.9.2
28712026-03-27T19:27:07.563Z Checking constant_time_eq v0.4.2
28722026-03-27T19:27:07.650Z Checking arrayref v0.3.9
28732026-03-27T19:27:07.684Z Checking arrayvec v0.7.6
28742026-03-27T19:27:07.723Z Checking aes-gcm v0.10.3
28752026-03-27T19:27:07.801Z Checking async-lock v3.4.2
28762026-03-27T19:27:07.898Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28772026-03-27T19:27:07.931Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28782026-03-27T19:27:08.212Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28792026-03-27T19:27:08.891Z Checking ssh-encoding v0.2.0
28802026-03-27T19:27:08.939Z Checking blowfish v0.9.1
28812026-03-27T19:27:09.113Z Checking bcrypt-pbkdf v0.10.0
28822026-03-27T19:27:09.116Z Checking ssh-cipher v0.2.0
28832026-03-27T19:27:09.315Z Checking async-object-pool v0.2.0
28842026-03-27T19:27:09.349Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28852026-03-27T19:27:09.460Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28862026-03-27T19:27:09.676Z Checking serde_regex v1.1.0
28872026-03-27T19:27:09.866Z Checking password-hash v0.4.2
28882026-03-27T19:27:10.110Z Checking assert-json-diff v2.0.2
28892026-03-27T19:27:10.146Z Checking path-tree v0.8.3
28902026-03-27T19:27:10.308Z Checking stringmetrics v2.2.2
28912026-03-27T19:27:10.358Z Checking gimli v0.32.3
28922026-03-27T19:27:10.491Z Compiling target-lexicon v0.13.3
28932026-03-27T19:27:10.615Z Checking httpmock v0.8.3
28942026-03-27T19:27:11.064Z Checking pbkdf2 v0.11.0
28952026-03-27T19:27:11.266Z Checking ssh-key v0.6.7
28962026-03-27T19:27:11.553Z Compiling samael v0.0.19
28972026-03-27T19:27:11.918Z Checking addr2line v0.25.1
28982026-03-27T19:27:12.217Z Checking p521 v0.13.3
28992026-03-27T19:27:12.852Z Checking p256 v0.13.2
29002026-03-27T19:27:12.885Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29012026-03-27T19:27:13.109Z Checking russh-cryptovec v0.7.3
29022026-03-27T19:27:13.143Z Checking rustc-demangle v0.1.27
29032026-03-27T19:27:13.276Z Checking md5 v0.7.0
29042026-03-27T19:27:13.397Z Compiling guppy-workspace-hack v0.1.0
29052026-03-27T19:27:13.508Z Checking russh-keys v0.45.0
29062026-03-27T19:27:13.681Z Checking backtrace v0.3.76
29072026-03-27T19:27:14.025Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29082026-03-27T19:27:14.154Z Checking num-bigint v0.4.6
29092026-03-27T19:27:14.199Z Checking des v0.8.1
29102026-03-27T19:27:14.538Z Compiling blake3 v1.8.3
29112026-03-27T19:27:14.951Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29122026-03-27T19:27:15.123Z Compiling target-spec v3.5.7
29132026-03-27T19:27:15.183Z Checking russh v0.45.0
29142026-03-27T19:27:15.391Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29152026-03-27T19:27:16.056Z Checking cfg-expr v0.20.6
29162026-03-27T19:27:16.092Z Checking backtrace-ext v0.2.1
29172026-03-27T19:27:16.233Z Checking supports-color v2.1.0
29182026-03-27T19:27:16.299Z Checking textwrap v0.15.2
29192026-03-27T19:27:16.392Z Checking supports-unicode v2.1.0
29202026-03-27T19:27:16.458Z Checking supports-hyperlinks v2.1.0
29212026-03-27T19:27:16.530Z Checking hashbrown v0.14.5
29222026-03-27T19:27:16.535Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29232026-03-27T19:27:16.600Z Checking cargo-platform v0.3.2
29242026-03-27T19:27:16.788Z Checking socket2 v0.5.10
29252026-03-27T19:27:16.821Z Checking terminal_size v0.1.17
29262026-03-27T19:27:16.957Z Compiling miette-derive v5.10.0
29272026-03-27T19:27:17.028Z Checking owo-colors v3.5.0
29282026-03-27T19:27:17.061Z Checking internet-checksum v0.2.1
29292026-03-27T19:27:17.093Z Checking chumsky v0.9.3
29302026-03-27T19:27:17.209Z Checking cargo_metadata v0.23.1
29312026-03-27T19:27:18.068Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29322026-03-27T19:27:18.106Z Checking miette v5.10.0
29332026-03-27T19:27:18.138Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29342026-03-27T19:27:18.296Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29352026-03-27T19:27:18.615Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29362026-03-27T19:27:18.649Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29372026-03-27T19:27:18.877Z Checking httptest v0.16.4
29382026-03-27T19:27:18.945Z Checking pathdiff v0.2.3
29392026-03-27T19:27:19.048Z Compiling knuffel-derive v3.2.0
29402026-03-27T19:27:19.086Z Checking topological-sort v0.2.2
29412026-03-27T19:27:19.250Z Compiling git2 v0.20.4
29422026-03-27T19:27:19.283Z Checking nested v0.1.1
29432026-03-27T19:27:19.317Z Checking omicron-zone-package v0.12.2
29442026-03-27T19:27:19.451Z Checking guppy v0.17.25
29452026-03-27T19:27:19.511Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29462026-03-27T19:27:19.759Z Checking similar-asserts v1.7.0
29472026-03-27T19:27:19.942Z Compiling rstest_macros v0.25.0
29482026-03-27T19:27:20.243Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29492026-03-27T19:27:20.266Z Compiling target-triple v1.0.0
29502026-03-27T19:27:20.436Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29512026-03-27T19:27:20.507Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29522026-03-27T19:27:20.616Z Checking knuffel v3.2.0
29532026-03-27T19:27:20.663Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29542026-03-27T19:27:21.161Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29552026-03-27T19:27:21.227Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29562026-03-27T19:27:21.391Z Checking toml_datetime v1.0.0+spec-1.1.0
29572026-03-27T19:27:21.875Z Checking escape8259 v0.5.3
29582026-03-27T19:27:22.041Z Compiling assert_cmd v2.1.2
29592026-03-27T19:27:22.218Z Compiling relative-path v1.9.3
29602026-03-27T19:27:22.256Z Checking libtest-mimic v0.8.1
29612026-03-27T19:27:22.363Z Checking toml v1.0.3+spec-1.1.0
29622026-03-27T19:27:22.641Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29632026-03-27T19:27:22.712Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29642026-03-27T19:27:22.847Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29652026-03-27T19:27:22.984Z Checking blake2b_simd v1.0.4
29662026-03-27T19:27:23.408Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29672026-03-27T19:27:23.562Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29682026-03-27T19:27:23.849Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29692026-03-27T19:27:23.986Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29702026-03-27T19:27:24.221Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29712026-03-27T19:27:24.406Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29722026-03-27T19:27:24.616Z Checking fancy-regex v0.14.0
29732026-03-27T19:27:24.848Z Checking serde_tokenstream v0.2.3
29742026-03-27T19:27:25.019Z Checking uzers v0.12.2
29752026-03-27T19:27:25.101Z Compiling linkme-impl v0.3.35
29762026-03-27T19:27:25.264Z Checking termcolor v1.4.1
29772026-03-27T19:27:25.436Z Checking constant_time_eq v0.3.1
29782026-03-27T19:27:25.518Z Checking trybuild v1.0.116
29792026-03-27T19:27:25.582Z Checking rust-argon2 v2.1.0
29802026-03-27T19:27:25.913Z Checking datatest-stable v0.3.3
29812026-03-27T19:27:26.231Z Checking rstest v0.25.0
29822026-03-27T19:27:26.440Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29832026-03-27T19:27:26.505Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29842026-03-27T19:27:26.733Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29852026-03-27T19:27:26.792Z Checking support-bundle-viewer v0.1.2
29862026-03-27T19:27:27.070Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29872026-03-27T19:27:27.293Z Compiling polar-core v0.27.3
29882026-03-27T19:27:27.326Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29892026-03-27T19:27:27.411Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29902026-03-27T19:27:27.566Z Checking drift v0.1.3
29912026-03-27T19:27:27.731Z Checking rand_distr v0.5.1
29922026-03-27T19:27:28.019Z Checking multimap v0.10.1
29932026-03-27T19:27:28.196Z Checking approx v0.5.1
29942026-03-27T19:27:28.233Z Compiling linkme v0.3.35
29952026-03-27T19:27:28.368Z Checking dropshot-api-manager v0.6.0
29962026-03-27T19:27:29.089Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29972026-03-27T19:27:29.387Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29982026-03-27T19:27:29.637Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29992026-03-27T19:27:29.788Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30002026-03-27T19:27:29.973Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30012026-03-27T19:27:30.010Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30022026-03-27T19:27:30.045Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30032026-03-27T19:27:30.212Z Checking partial-io v0.5.4
30042026-03-27T19:27:30.420Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30052026-03-27T19:27:30.456Z Checking cargo_toml v0.21.0
30062026-03-27T19:27:30.460Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30072026-03-27T19:27:30.550Z Checking termios v0.3.3
30082026-03-27T19:27:30.710Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30092026-03-27T19:27:31.234Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30102026-03-27T19:27:31.417Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-03-27T19:27:32.336Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30122026-03-27T19:27:32.607Z Checking oso v0.27.3
30132026-03-27T19:27:35.132Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30142026-03-27T19:27:39.181Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30152026-03-27T19:27:42.084Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30162026-03-27T19:27:42.918Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30172026-03-27T19:27:45.989Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30182026-03-27T19:27:51.014Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30192026-03-27T19:27:55.252Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30202026-03-27T19:27:56.310Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30212026-03-27T19:27:56.791Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30222026-03-27T19:28:05.424Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30232026-03-27T19:29:23.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 02s
30242026-03-27T19:29:23.664Z
30252026-03-27T19:29:23.664Zreal 4:05.452905005
30262026-03-27T19:29:23.664Zuser 20:37.201299988
30272026-03-27T19:29:23.664Zsys 4:44.675143143
30282026-03-27T19:29:23.667Ztrap 0.489806876
30292026-03-27T19:29:23.667Ztflt 0.114560296
30302026-03-27T19:29:23.667Zdflt 0.119529713
30312026-03-27T19:29:23.667Zkflt 0.000802353
30322026-03-27T19:29:23.667Zlock 56:57.974679551
30332026-03-27T19:29:23.668Zslp 56:32.324549328
30342026-03-27T19:29:23.668Zlat 1:49.991062998
30352026-03-27T19:29:23.668Zstop 10:39.116532253
30362026-03-27T19:29:23.668Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30372026-03-27T19:29:23.668Z+ ptime -m cargo doc --workspace --no-deps
30382026-03-27T19:29:24.533Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30392026-03-27T19:29:24.533Z |
30402026-03-27T19:29:24.533Z = 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)`
30412026-03-27T19:29:24.533Z = 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>
30422026-03-27T19:29:25.498Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-03-27T19:29:25.723Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-03-27T19:29:25.766Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30452026-03-27T19:29:25.828Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30462026-03-27T19:29:25.948Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30472026-03-27T19:29:25.995Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30482026-03-27T19:29:26.023Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30492026-03-27T19:29:26.050Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30502026-03-27T19:29:26.098Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30512026-03-27T19:29:26.288Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30522026-03-27T19:29:26.314Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30532026-03-27T19:29:26.339Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30542026-03-27T19:29:26.386Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30552026-03-27T19:29:26.410Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30562026-03-27T19:29:26.410Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30572026-03-27T19:29:26.453Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30582026-03-27T19:29:26.534Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30592026-03-27T19:29:26.564Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30602026-03-27T19:29:26.588Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30612026-03-27T19:29:26.611Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30622026-03-27T19:29:26.946Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30632026-03-27T19:29:27.039Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30642026-03-27T19:29:27.122Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30652026-03-27T19:29:27.210Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30662026-03-27T19:29:27.235Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30672026-03-27T19:29:27.267Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30682026-03-27T19:29:27.353Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30692026-03-27T19:29:27.502Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30702026-03-27T19:29:27.523Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30712026-03-27T19:29:27.546Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30722026-03-27T19:29:27.736Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30732026-03-27T19:29:27.844Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30742026-03-27T19:29:28.044Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30752026-03-27T19:29:28.089Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30762026-03-27T19:29:28.111Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30772026-03-27T19:29:28.236Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30782026-03-27T19:29:28.340Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30792026-03-27T19:29:28.362Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30802026-03-27T19:29:28.412Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30812026-03-27T19:29:28.592Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30822026-03-27T19:29:28.683Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30832026-03-27T19:29:28.811Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30842026-03-27T19:29:28.852Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30852026-03-27T19:29:28.922Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30862026-03-27T19:29:29.079Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30872026-03-27T19:29:29.105Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30882026-03-27T19:29:29.211Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30892026-03-27T19:29:29.334Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30902026-03-27T19:29:29.357Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30912026-03-27T19:29:29.388Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30922026-03-27T19:29:29.445Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30932026-03-27T19:29:29.525Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30942026-03-27T19:29:29.558Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30952026-03-27T19:29:29.679Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30962026-03-27T19:29:29.701Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30972026-03-27T19:29:29.758Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30982026-03-27T19:29:29.812Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30992026-03-27T19:29:29.933Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31002026-03-27T19:29:29.955Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31012026-03-27T19:29:29.977Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31022026-03-27T19:29:30.134Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31032026-03-27T19:29:30.201Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31042026-03-27T19:29:30.229Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31052026-03-27T19:29:30.269Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31062026-03-27T19:29:30.399Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31072026-03-27T19:29:30.431Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31082026-03-27T19:29:30.581Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31092026-03-27T19:29:30.713Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31102026-03-27T19:29:30.716Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31112026-03-27T19:29:30.757Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31122026-03-27T19:29:30.760Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31132026-03-27T19:29:30.800Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31142026-03-27T19:29:31.234Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31152026-03-27T19:29:31.965Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31162026-03-27T19:29:32.039Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31172026-03-27T19:29:32.272Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31182026-03-27T19:29:32.553Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31192026-03-27T19:29:32.657Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31202026-03-27T19:29:32.682Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31212026-03-27T19:29:32.984Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31222026-03-27T19:29:33.009Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31232026-03-27T19:29:33.216Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31242026-03-27T19:29:33.464Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31252026-03-27T19:29:33.489Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31262026-03-27T19:29:33.512Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-03-27T19:29:33.950Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31282026-03-27T19:29:34.076Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31292026-03-27T19:29:34.386Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31302026-03-27T19:29:34.770Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31312026-03-27T19:29:35.208Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31322026-03-27T19:29:35.484Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31332026-03-27T19:29:35.784Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-03-27T19:29:36.187Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31352026-03-27T19:29:36.549Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31362026-03-27T19:29:36.772Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31372026-03-27T19:29:36.803Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31382026-03-27T19:29:36.870Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31392026-03-27T19:29:37.084Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31402026-03-27T19:29:37.111Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31412026-03-27T19:29:37.215Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31422026-03-27T19:29:37.254Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31432026-03-27T19:29:37.285Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31442026-03-27T19:29:37.319Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31452026-03-27T19:29:37.408Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31462026-03-27T19:29:37.501Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31472026-03-27T19:29:38.166Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31482026-03-27T19:29:38.254Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31492026-03-27T19:29:39.002Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31502026-03-27T19:29:39.613Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31512026-03-27T19:29:39.696Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31522026-03-27T19:29:39.948Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31532026-03-27T19:29:40.243Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31542026-03-27T19:29:40.541Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31552026-03-27T19:29:40.821Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31562026-03-27T19:29:40.858Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31572026-03-27T19:29:40.946Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31582026-03-27T19:29:41.431Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31592026-03-27T19:29:41.657Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31602026-03-27T19:29:41.682Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31612026-03-27T19:29:41.731Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31622026-03-27T19:29:41.824Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31632026-03-27T19:29:42.125Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31642026-03-27T19:29:42.173Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31652026-03-27T19:29:42.904Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31662026-03-27T19:29:42.928Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31672026-03-27T19:29:43.425Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31682026-03-27T19:29:43.645Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31692026-03-27T19:29:43.959Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31702026-03-27T19:29:44.365Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31712026-03-27T19:29:45.222Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31722026-03-27T19:29:45.448Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31732026-03-27T19:29:45.517Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31742026-03-27T19:29:45.842Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31752026-03-27T19:29:46.162Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31762026-03-27T19:29:46.425Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31772026-03-27T19:29:46.777Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31782026-03-27T19:29:46.925Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31792026-03-27T19:29:47.042Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31802026-03-27T19:29:47.064Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31812026-03-27T19:29:47.594Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31822026-03-27T19:29:47.749Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31832026-03-27T19:29:47.797Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31842026-03-27T19:29:47.823Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31852026-03-27T19:29:48.081Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31862026-03-27T19:29:49.388Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31872026-03-27T19:29:49.783Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31882026-03-27T19:29:50.690Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31892026-03-27T19:29:50.711Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31902026-03-27T19:29:51.306Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31912026-03-27T19:29:51.960Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31922026-03-27T19:29:52.072Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31932026-03-27T19:29:53.198Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31942026-03-27T19:29:53.337Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31952026-03-27T19:29:54.599Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31962026-03-27T19:29:54.996Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31972026-03-27T19:29:55.671Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31982026-03-27T19:29:55.715Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31992026-03-27T19:29:56.227Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32002026-03-27T19:29:56.459Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32012026-03-27T19:29:56.712Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32022026-03-27T19:29:57.114Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32032026-03-27T19:29:57.207Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32042026-03-27T19:29:57.302Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32052026-03-27T19:29:57.541Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32062026-03-27T19:29:57.569Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32072026-03-27T19:29:57.896Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32082026-03-27T19:29:58.334Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32092026-03-27T19:29:58.358Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32102026-03-27T19:29:58.991Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32112026-03-27T19:29:58.993Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32122026-03-27T19:29:59.079Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32132026-03-27T19:29:59.729Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32142026-03-27T19:29:59.893Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32152026-03-27T19:30:00.415Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32162026-03-27T19:30:00.583Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32172026-03-27T19:30:00.619Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32182026-03-27T19:30:01.112Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32192026-03-27T19:30:01.434Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32202026-03-27T19:30:03.250Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32212026-03-27T19:30:03.773Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32222026-03-27T19:30:06.159Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32232026-03-27T19:30:06.524Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32242026-03-27T19:30:08.209Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32252026-03-27T19:30:08.792Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32262026-03-27T19:30:10.252Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32272026-03-27T19:30:10.897Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32282026-03-27T19:30:11.358Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32292026-03-27T19:30:13.502Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32302026-03-27T19:30:13.990Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32312026-03-27T19:30:14.508Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32322026-03-27T19:30:15.388Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32332026-03-27T19:30:16.613Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32342026-03-27T19:30:16.651Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32352026-03-27T19:30:17.491Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32362026-03-27T19:30:17.572Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32372026-03-27T19:30:18.870Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32382026-03-27T19:30:20.072Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32392026-03-27T19:30:20.967Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32402026-03-27T19:30:23.839Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32412026-03-27T19:30:24.824Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32422026-03-27T19:30:25.413Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32432026-03-27T19:30:26.458Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32442026-03-27T19:30:27.154Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32452026-03-27T19:30:28.026Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32462026-03-27T19:30:28.744Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32472026-03-27T19:30:29.503Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32482026-03-27T19:30:30.452Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32492026-03-27T19:30:31.080Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32502026-03-27T19:30:31.206Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32512026-03-27T19:30:32.782Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32522026-03-27T19:30:34.113Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32532026-03-27T19:30:34.913Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32542026-03-27T19:30:35.649Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32552026-03-27T19:30:36.565Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32562026-03-27T19:30:37.871Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32572026-03-27T19:30:39.595Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32582026-03-27T19:30:40.435Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32592026-03-27T19:30:41.635Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32602026-03-27T19:30:42.526Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32612026-03-27T19:30:43.221Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32622026-03-27T19:30:46.042Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32632026-03-27T19:30:46.223Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32642026-03-27T19:30:47.097Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32652026-03-27T19:30:48.576Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32662026-03-27T19:30:49.718Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32672026-03-27T19:30:55.558Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32682026-03-27T19:30:57.118Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32692026-03-27T19:30:58.651Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32702026-03-27T19:31:00.177Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32712026-03-27T19:31:01.673Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32722026-03-27T19:31:03.079Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32732026-03-27T19:31:06.642Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32742026-03-27T19:31:08.002Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32752026-03-27T19:31:08.217Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32762026-03-27T19:31:09.874Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32772026-03-27T19:31:11.445Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32782026-03-27T19:31:13.142Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32792026-03-27T19:31:15.165Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32802026-03-27T19:31:16.967Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32812026-03-27T19:31:18.630Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32822026-03-27T19:31:20.635Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32832026-03-27T19:31:22.062Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32842026-03-27T19:31:23.796Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32852026-03-27T19:31:25.541Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32862026-03-27T19:31:27.276Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32872026-03-27T19:31:28.977Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32882026-03-27T19:31:30.469Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32892026-03-27T19:31:32.474Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32902026-03-27T19:31:33.913Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32912026-03-27T19:31:36.433Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32922026-03-27T19:31:38.061Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32932026-03-27T19:31:39.839Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32942026-03-27T19:31:41.810Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32952026-03-27T19:31:43.937Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32962026-03-27T19:31:46.003Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32972026-03-27T19:31:48.002Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32982026-03-27T19:31:49.923Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32992026-03-27T19:31:51.946Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33002026-03-27T19:31:53.938Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33012026-03-27T19:31:57.445Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33022026-03-27T19:31:58.465Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33032026-03-27T19:31:58.554Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33042026-03-27T19:32:02.789Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33052026-03-27T19:32:04.986Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33062026-03-27T19:32:09.226Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33072026-03-27T19:32:11.343Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33082026-03-27T19:32:13.631Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33092026-03-27T19:32:15.834Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33102026-03-27T19:32:18.375Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33112026-03-27T19:32:20.314Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33122026-03-27T19:32:22.159Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33132026-03-27T19:32:24.250Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33142026-03-27T19:32:26.579Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33152026-03-27T19:32:28.729Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33162026-03-27T19:32:30.905Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33172026-03-27T19:32:33.192Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33182026-03-27T19:32:35.257Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33192026-03-27T19:32:37.446Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33202026-03-27T19:32:39.612Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33212026-03-27T19:32:42.260Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33222026-03-27T19:32:44.382Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33232026-03-27T19:32:46.550Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33242026-03-27T19:32:48.920Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33252026-03-27T19:32:51.204Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33262026-03-27T19:32:53.404Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33272026-03-27T19:32:55.769Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33282026-03-27T19:32:58.007Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33292026-03-27T19:33:00.228Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33302026-03-27T19:33:02.476Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33312026-03-27T19:33:05.004Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33322026-03-27T19:33:07.386Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33332026-03-27T19:33:09.722Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33342026-03-27T19:33:12.018Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33352026-03-27T19:33:14.473Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33362026-03-27T19:33:16.876Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33372026-03-27T19:33:19.313Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33382026-03-27T19:33:21.955Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33392026-03-27T19:33:24.347Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33402026-03-27T19:33:26.797Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33412026-03-27T19:33:29.207Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33422026-03-27T19:33:31.670Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33432026-03-27T19:33:34.231Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33442026-03-27T19:33:37.107Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33452026-03-27T19:33:39.370Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33462026-03-27T19:33:41.821Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33472026-03-27T19:33:48.991Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33482026-03-27T19:33:49.164Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33492026-03-27T19:33:52.542Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33502026-03-27T19:33:57.030Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33512026-03-27T19:33:59.765Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33522026-03-27T19:34:03.423Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33532026-03-27T19:34:06.937Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33542026-03-27T19:34:10.735Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33552026-03-27T19:34:14.163Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33562026-03-27T19:34:17.830Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33572026-03-27T19:34:21.335Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33582026-03-27T19:34:24.897Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33592026-03-27T19:34:28.515Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33602026-03-27T19:34:32.114Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33612026-03-27T19:34:35.681Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33622026-03-27T19:34:39.386Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33632026-03-27T19:34:42.860Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33642026-03-27T19:34:46.512Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33652026-03-27T19:34:50.027Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33662026-03-27T19:34:53.642Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33672026-03-27T19:34:57.272Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33682026-03-27T19:35:00.845Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33692026-03-27T19:35:04.402Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33702026-03-27T19:35:08.006Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33712026-03-27T19:35:11.578Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33722026-03-27T19:35:40.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 16s
33732026-03-27T19:35:40.398Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33742026-03-27T19:35:40.502Z
33752026-03-27T19:35:40.503Zreal 6:16.740848124
33762026-03-27T19:35:40.503Zuser 17:11.199524501
33772026-03-27T19:35:40.503Zsys 3:35.855939544
33782026-03-27T19:35:40.503Ztrap 0.254535092
33792026-03-27T19:35:40.506Ztflt 0.023692300
33802026-03-27T19:35:40.506Zdflt 0.059296470
33812026-03-27T19:35:40.506Zkflt 0.000068350
33822026-03-27T19:35:40.506Zlock 5:49:37.725579555
33832026-03-27T19:35:40.506Zslp 2:05:58.343353990
33842026-03-27T19:35:40.506Zlat 35.350542712
33852026-03-27T19:35:40.506Zstop 1:43.406503470
33862026-03-27T19:35:40.506Zprocess exited: duration 805051 ms, exit code 0
 
33872026-03-27T19:35:40.513Zfound 0 output files