01KM3GYZ07KKQC53MYKAPCA75X: clippy (helios)

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

Buildomat Job: 01KM3GZM32TAWKPBXMR0P5ZQYR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T17:07:16.573Zjob assigned to worker 01KM3GZXYCXRMNVD3VT018QRFQ [factory aws, i-012bdecff90a94c6e] (queued for 1 m 6 s)
 
22026-03-19T17:07:24.478Zstarting task 0: "setup"
32026-03-19T17:07:24.485Z++ uname -s
42026-03-19T17:07:24.488Z+ kern=SunOS
52026-03-19T17:07:24.488Z+ build_user=build
62026-03-19T17:07:24.488Z+ build_uid=12345
72026-03-19T17:07:24.488Z+ work_dir=/work
82026-03-19T17:07:24.488Z+ input_dir=/input
92026-03-19T17:07:24.488Z+ [[ 0 == 12345 ]]
102026-03-19T17:07:24.488Z+ case "$kern" in
112026-03-19T17:07:24.488Z+ groupadd -g 12345 build
122026-03-19T17:07:24.492Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T17:07:26.497Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T17:07:26.558Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T17:07:26.561Z+ home_fs=zfs
162026-03-19T17:07:26.561Z+ [[ zfs == autofs ]]
172026-03-19T17:07:26.561Z+ mkdir -p /home/build
182026-03-19T17:07:26.564Z+ chown build:build /home/build /work
192026-03-19T17:07:28.564Z+ chmod 0700 /home/build /work
202026-03-19T17:07:28.567Zprocess exited: duration 4087 ms, exit code 0
 
212026-03-19T17:07:28.573Zstarting task 1: "rust-toolchain"
222026-03-19T17:07:28.578Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T17:07:28.578Z * rust toolchain channel = "1.94.0"
242026-03-19T17:07:28.578Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-19T17:07:28.578Z * rust toolchain profile = "default"
262026-03-19T17:07:28.578Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T17:07:28.578Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T17:07:28.582Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T17:07:28.582Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T17:07:28.713Zinfo: downloading installer
312026-03-19T17:07:30.091Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T17:07:30.091Zwarn: /opt/ooce/bin
332026-03-19T17:07:30.091Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T17:07:30.091Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T17:07:30.091Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T17:07:30.091Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T17:07:30.091Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T17:07:30.091Zerror: cannot install while Rust is installed
392026-03-19T17:07:30.091Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T17:07:30.091Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T17:07:30.091Zwarn: /home/build/.rustup/settings.toml
422026-03-19T17:07:30.091Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T17:07:30.091Zwarn: instead of the one inferred from the default host triple.
442026-03-19T17:07:30.108Zinfo: profile set to default
452026-03-19T17:07:30.108Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T17:07:30.113Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T17:07:30.276Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T17:07:30.280Zinfo: downloading 6 components
492026-03-19T17:07:45.876Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T17:07:45.876Z
512026-03-19T17:07:45.915Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T17:07:45.915Z
532026-03-19T17:07:45.922Z
542026-03-19T17:07:45.922ZRust is installed now. Great!
552026-03-19T17:07:45.922Z
562026-03-19T17:07:45.922ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T17:07:45.922Zenvironment variable. This has not been done automatically.
582026-03-19T17:07:45.922Z
592026-03-19T17:07:45.922ZTo configure your current shell, you need to source
602026-03-19T17:07:45.922Zthe corresponding env file under $HOME/.cargo.
612026-03-19T17:07:45.922Z
622026-03-19T17:07:45.922ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T17:07:45.922Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T17:07:45.922Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T17:07:45.922Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T17:07:45.922Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T17:07:45.922Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T17:07:45.922Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T17:07:45.922Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T17:07:45.922Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T17:07:46.024Z+ rustup --version
722026-03-19T17:07:46.035Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T17:07:46.038Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T17:07:46.062Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T17:07:46.065Z+ cargo --version
762026-03-19T17:07:46.081Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T17:07:46.084Z+ rustc --version
782026-03-19T17:07:46.108Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T17:07:46.112Zprocess exited: duration 17534 ms, exit code 0
 
802026-03-19T17:07:46.118Zstarting task 2: "authentication"
812026-03-19T17:07:46.137Zprocess exited: duration 19 ms, exit code 0
 
822026-03-19T17:07:46.143Zstarting task 3: "clone repository"
832026-03-19T17:07:46.148Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T17:07:46.151Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T17:07:46.182ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T17:07:56.365Z+ cd /work/oxidecomputer/omicron
872026-03-19T17:07:56.365Z+ git fetch origin 88d4fea31ea4477e1ba8b2a1c5574f1733cee47c
882026-03-19T17:07:56.698ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T17:07:56.698Z * branch 88d4fea31ea4477e1ba8b2a1c5574f1733cee47c -> FETCH_HEAD
902026-03-19T17:07:56.710Z+ [[ -n audit-log-cleanup ]]
912026-03-19T17:07:56.713Z++ git branch --show-current
922026-03-19T17:07:56.713Z+ current=main
932026-03-19T17:07:56.713Z+ [[ main != audit-log-cleanup ]]
942026-03-19T17:07:56.713Z+ git branch -f audit-log-cleanup 88d4fea31ea4477e1ba8b2a1c5574f1733cee47c
952026-03-19T17:07:56.716Z+ git checkout -f audit-log-cleanup
962026-03-19T17:07:56.933ZSwitched to branch 'audit-log-cleanup'
972026-03-19T17:07:56.937Z+ git reset --hard 88d4fea31ea4477e1ba8b2a1c5574f1733cee47c
982026-03-19T17:07:57.152ZHEAD is now at 88d4fea31 merge main, resolve conflicts
992026-03-19T17:07:57.155Zprocess exited: duration 11008 ms, exit code 0
 
1002026-03-19T17:07:57.161Zstarting task 4: "build"
1012026-03-19T17:07:57.166Z+ source ./env.sh
1022026-03-19T17:07:57.169Z++ OLD_SHELL_OPTS=ehxB
1032026-03-19T17:07:57.169Z++ set -o xtrace
1042026-03-19T17:07:57.169Z++++ dirname ./env.sh
1052026-03-19T17:07:57.172Z+++ readlink -f .
1062026-03-19T17:07:57.172Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-19T17:07:57.172Z++ 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-19T17:07:57.172Z++ 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-19T17:07:57.172Z++ 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-19T17:07:57.172Z++ 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-19T17:07:57.172Z++ 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-19T17:07:57.172Z++ 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-19T17:07:57.172Z++ 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-19T17:07:57.172Z++ 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-19T17:07:57.172Z++ case $OLD_SHELL_OPTS in
1162026-03-19T17:07:57.172Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-19T17:07:57.175Z+ source .github/buildomat/ci-env.sh
1182026-03-19T17:07:57.175Z++ export CARGO_TERM_COLOR=always
1192026-03-19T17:07:57.175Z++ CARGO_TERM_COLOR=always
1202026-03-19T17:07:57.175Z+ cargo --version
1212026-03-19T17:07:57.184Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-19T17:07:57.187Z+ rustc --version
1232026-03-19T17:07:57.211Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-19T17:07:57.215Z+ banner prerequisites
1252026-03-19T17:07:57.218Z
1262026-03-19T17:07:57.218Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-19T17:07:57.218Z # # # # # # # # # # # # # # #
1282026-03-19T17:07:57.218Z # # # # ##### # # ##### # # # # # #### #
1292026-03-19T17:07:57.218Z ##### ##### # ##### # # # # # # # # #
1302026-03-19T17:07:57.218Z # # # # # # # # # # # # # # #
1312026-03-19T17:07:57.218Z # # # ###### # # ###### ### # #### # #### #
1322026-03-19T17:07:57.218Z
1332026-03-19T17:07:57.218Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-19T17:08:07.294Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-19T17:08:17.174Z Startup: Caching catalogs ... Done
1362026-03-19T17:08:39.343ZPlanning: Solver setup ... Done (20.717s)
1372026-03-19T17:08:39.504ZPlanning: Running solver ... Done (0.153s)
1382026-03-19T17:08:39.686ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-19T17:08:39.707ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-19T17:08:40.265ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-19T17:08:40.310ZPlanning: Package planning ... Done (0.043s)
1422026-03-19T17:08:40.346ZPlanning: Merging actions ... Done (0.039s)
1432026-03-19T17:08:40.589ZPlanning: Checking for conflicting actions ... Done (0.240s)
1442026-03-19T17:08:40.602ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-19T17:08:41.458ZPlanning: Evaluating mediators ... Done (0.861s)
1462026-03-19T17:08:41.466ZPlanning: Planning completed in 24.14 seconds
1472026-03-19T17:08:41.480Z Packages to install: 4
1482026-03-19T17:08:41.486Z Mediators to change: 2
1492026-03-19T17:08:41.486Z Services to change: 1
1502026-03-19T17:08:41.486Z Estimated space available: 155.43 GB
1512026-03-19T17:08:41.486ZEstimated space to be consumed: 1.83 GB
1522026-03-19T17:08:41.486Z Create boot environment: No
1532026-03-19T17:08:41.486ZCreate backup boot environment: No
1542026-03-19T17:08:41.486Z Rebuild boot archive: No
1552026-03-19T17:08:41.486Z
1562026-03-19T17:08:41.486ZChanged mediators:
1572026-03-19T17:08:41.486Z mediator clang:
1582026-03-19T17:08:41.486Z version: None -> 15 (system default)
1592026-03-19T17:08:41.486Z
1602026-03-19T17:08:41.487Z mediator llvm:
1612026-03-19T17:08:41.487Z version: 14 (system default) -> 15 (system default)
1622026-03-19T17:08:41.487Z
1632026-03-19T17:08:41.487ZChanged packages:
1642026-03-19T17:08:41.487Zhelios-dev
1652026-03-19T17:08:41.487Z developer/build-essential
1662026-03-19T17:08:41.487Z None -> 11-2.0
1672026-03-19T17:08:41.487Z library/libxmlsec1
1682026-03-19T17:08:41.488Z None -> 1.2.35-2.0
1692026-03-19T17:08:41.488Z ooce/developer/clang-15
1702026-03-19T17:08:41.488Z None -> 15.0.7-2.0
1712026-03-19T17:08:41.488Z ooce/developer/llvm-15
1722026-03-19T17:08:41.488Z None -> 15.0.7-2.0
1732026-03-19T17:08:41.488Z
1742026-03-19T17:08:41.488ZServices:
1752026-03-19T17:08:41.488Z restart_fmri:
1762026-03-19T17:08:41.488Z svc:/system/update-man-index:default
1772026-03-19T17:08:41.529Z
1782026-03-19T17:08:41.529ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-19T17:08:46.530ZDownload: 1113/3290 items 19.9/212.6MB 9% complete (4.0M/s)
1802026-03-19T17:08:51.748ZDownload: 3281/3290 items 210.9/212.6MB 99% complete (21.4M/s)
1812026-03-19T17:08:51.794ZDownload: Completed 212.60 MB in 10.26 seconds (20.7M/s)
1822026-03-19T17:08:52.060Z Actions: 1/3689 actions (Installing new actions)
1832026-03-19T17:08:56.170Z Actions: Completed 3689 actions in 4.11 seconds.
1842026-03-19T17:08:56.545Z Done (0.369s)
1852026-03-19T17:08:56.545Z Done (0.000s)
1862026-03-19T17:08:57.535Z Done (0.989s)
1872026-03-19T17:09:01.650Z Done (3.769s)
1882026-03-19T17:09:01.740Z Done (0.017s)
1892026-03-19T17:09:01.744Z Done (0.000s)
1902026-03-19T17:09:01.900Z Done (0.000s)
1912026-03-19T17:09:02.867ZPlanning: Evaluating mediator changes ... Done
1922026-03-19T17:09:03.007ZPlanning: Checking for conflicting actions ... Done
1932026-03-19T17:09:03.010ZPlanning: Consolidating action changes ... Done
1942026-03-19T17:09:03.232ZPlanning: Evaluating mediators ... Done
1952026-03-19T17:09:03.235ZPlanning: Planning completed in 0.37 seconds
1962026-03-19T17:09:03.261Z Mediators to change: 2
1972026-03-19T17:09:03.261Z Create boot environment: No
1982026-03-19T17:09:03.303ZCreate backup boot environment: No
1992026-03-19T17:09:03.327Z Done
2002026-03-19T17:09:03.327Z Done
2012026-03-19T17:09:04.085Z Done
2022026-03-19T17:09:07.417Z Done
2032026-03-19T17:09:07.496Z Done
2042026-03-19T17:09:07.515Z Done
2052026-03-19T17:09:07.654Z Done
2062026-03-19T17:09:08.191ZPlanning: Evaluating mediator changes ... Done
2072026-03-19T17:09:08.194ZPlanning: Merging actions ... Done
2082026-03-19T17:09:08.359ZPlanning: Checking for conflicting actions ... Done
2092026-03-19T17:09:08.362ZPlanning: Consolidating action changes ... Done
2102026-03-19T17:09:08.578ZPlanning: Evaluating mediators ... Done
2112026-03-19T17:09:08.621ZPlanning: Planning completed in 0.63 seconds
2122026-03-19T17:09:08.651Z Packages to change: 1
2132026-03-19T17:09:08.651Z Mediators to change: 1
2142026-03-19T17:09:08.655Z Services to change: 1
2152026-03-19T17:09:08.656Z Create boot environment: No
2162026-03-19T17:09:08.656ZCreate backup boot environment: Yes
2172026-03-19T17:09:11.093Z Actions: 1/6 actions (Updating modified actions)
2182026-03-19T17:09:11.097Z Actions: Completed 6 actions in 0.00 seconds.
2192026-03-19T17:09:11.097Z Done
2202026-03-19T17:09:11.098Z Done
2212026-03-19T17:09:11.282Z Done
2222026-03-19T17:09:14.575Z Done
2232026-03-19T17:09:14.662Z Done
2242026-03-19T17:09:14.666Z Done
2252026-03-19T17:09:14.798Z Done
2262026-03-19T17:09:15.176ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-03-19T17:09:15.177Zclang system 15 system
2282026-03-19T17:09:15.177Zcsh system system illumos
2292026-03-19T17:09:15.177Zctags system system illumos
2302026-03-19T17:09:15.177Zfile system system illumos
2312026-03-19T17:09:15.177Zgcc vendor 12 vendor
2322026-03-19T17:09:15.177Zgcc system 10 system
2332026-03-19T17:09:15.177Zgcc system 7 system
2342026-03-19T17:09:15.177Zgo system 1.20 system
2352026-03-19T17:09:15.177Zgo system 1.19 system
2362026-03-19T17:09:15.177Zllvm system 15 system
2372026-03-19T17:09:15.177Zllvm system 14 system
2382026-03-19T17:09:15.177Zmariadb system 10.6 system
2392026-03-19T17:09:15.177Zmta vendor vendor dma
2402026-03-19T17:09:15.177Zopenjdk system 17 system
2412026-03-19T17:09:15.177Zopenjdk system 11 system
2422026-03-19T17:09:15.177Zopenjdk system 1.8 system
2432026-03-19T17:09:15.177Zopenssl vendor 3 vendor
2442026-03-19T17:09:15.178Zperl system 5.36 system
2452026-03-19T17:09:15.178Zpostgresql system 15 system
2462026-03-19T17:09:15.178Zpostgresql system 13 system
2472026-03-19T17:09:15.178Zpython vendor 3 vendor
2482026-03-19T17:09:15.178Zpython system 2 system
2492026-03-19T17:09:15.178Zpython3 system 3.11 system
2502026-03-19T17:09:15.178Zruby system 3.0 system
2512026-03-19T17:09:15.178Zwords vendor vendor american-english
2522026-03-19T17:09:15.178Zwords system system australian-english
2532026-03-19T17:09:15.178Zwords system system british-english
2542026-03-19T17:09:15.178Zwords system system canadian-english
2552026-03-19T17:09:15.178Zwords system system french
2562026-03-19T17:09:15.178Zwords system system italian
2572026-03-19T17:09:15.178Zwords system system ngerman
2582026-03-19T17:09:15.178Zwords system system ogerman
2592026-03-19T17:09:15.178Zwords system system spanish
2602026-03-19T17:09:15.476ZPUBLISHER TYPE STATUS P LOCATION
2612026-03-19T17:09:15.476Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-03-19T17:09:21.420ZFMRI IFO
2632026-03-19T17:09:21.420Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-03-19T17:09:21.420Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-03-19T17:09:21.420Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-03-19T17:09:21.420Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-03-19T17:09:21.420Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-03-19T17:09:21.420Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-03-19T17:09:21.420Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-03-19T17:09:21.420Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-03-19T17:09:21.420Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-03-19T17:09:21.420Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-03-19T17:09:21.420Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-03-19T17:09:21.420Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-03-19T17:09:21.420Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-03-19T17:09:21.420Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-03-19T17:09:21.420Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-03-19T17:09:21.420Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-03-19T17:09:22.654Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-03-19T17:09:22.957Z Updating crates.io index
2812026-03-19T17:09:22.993Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-03-19T17:09:23.446Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-03-19T17:09:24.255Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-03-19T17:09:24.603Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-19T17:09:24.901Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-19T17:09:27.056Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-19T17:09:27.585Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-19T17:09:29.306Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-19T17:09:30.907Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-19T17:09:31.820Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-19T17:09:32.094Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-19T17:09:32.756Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-19T17:09:33.280Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-19T17:09:33.773Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-19T17:09:34.102Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-19T17:09:36.344Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-19T17:09:36.865Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-19T17:09:37.220Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-19T17:09:37.871Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-19T17:09:38.256Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-19T17:09:38.475Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-19T17:09:38.704Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-19T17:09:38.931Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-19T17:09:39.400Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-19T17:09:40.446Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-19T17:09:40.991Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-19T17:09:41.289Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-19T17:09:41.846Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-19T17:09:42.109Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-03-19T17:09:43.225Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-19T17:09:43.474Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-19T17:09:44.231Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-19T17:09:44.576Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-19T17:09:45.089Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-19T17:09:45.336Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-19T17:09:45.594Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-19T17:09:45.827Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-19T17:09:46.212Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-19T17:10:00.180Z Downloading crates ...
3202026-03-19T17:10:00.233Z Downloaded anstream v0.6.21
3212026-03-19T17:10:00.246Z Downloaded cargo-platform v0.2.0
3222026-03-19T17:10:00.249Z Downloaded colorchoice v1.0.4
3232026-03-19T17:10:00.252Z Downloaded camino-tempfile v1.4.1
3242026-03-19T17:10:00.258Z Downloaded block-buffer v0.10.4
3252026-03-19T17:10:00.262Z Downloaded toml_write v0.1.2
3262026-03-19T17:10:00.265Z Downloaded utf8parse v0.2.2
3272026-03-19T17:10:00.268Z Downloaded fastrand v2.3.0
3282026-03-19T17:10:00.268Z Downloaded errno v0.3.14
3292026-03-19T17:10:00.271Z Downloaded zerofrom-derive v0.1.6
3302026-03-19T17:10:00.271Z Downloaded usdt v0.5.0
3312026-03-19T17:10:00.271Z Downloaded yoke-derive v0.8.1
3322026-03-19T17:10:00.271Z Downloaded heck v0.5.0
3332026-03-19T17:10:00.274Z Downloaded typeid v1.0.3
3342026-03-19T17:10:00.274Z Downloaded strsim v0.11.1
3352026-03-19T17:10:00.274Z Downloaded clap_lex v1.0.0
3362026-03-19T17:10:00.274Z Downloaded typenum v1.19.0
3372026-03-19T17:10:00.277Z Downloaded version_check v0.9.5
3382026-03-19T17:10:00.280Z Downloaded thread-id v4.2.2
3392026-03-19T17:10:00.281Z Downloaded equivalent v1.0.2
3402026-03-19T17:10:00.281Z Downloaded anstyle-query v1.1.5
3412026-03-19T17:10:00.281Z Downloaded anstyle v1.0.13
3422026-03-19T17:10:00.284Z Downloaded usdt-macro v0.5.0
3432026-03-19T17:10:00.284Z Downloaded usdt-attr-macro v0.5.0
3442026-03-19T17:10:00.284Z Downloaded unicode-xid v0.2.6
3452026-03-19T17:10:00.287Z Downloaded unicode-linebreak v0.1.5
3462026-03-19T17:10:00.291Z Downloaded toml_datetime v0.6.11
3472026-03-19T17:10:00.291Z Downloaded zerofrom v0.1.6
3482026-03-19T17:10:00.295Z Downloaded generic-array v0.14.7
3492026-03-19T17:10:00.295Z Downloaded crypto-common v0.1.7
3502026-03-19T17:10:00.295Z Downloaded terminal_size v0.4.3
3512026-03-19T17:10:00.299Z Downloaded utf8_iter v1.0.4
3522026-03-19T17:10:00.299Z Downloaded itoa v1.0.17
3532026-03-19T17:10:00.299Z Downloaded thiserror-impl v1.0.69
3542026-03-19T17:10:00.299Z Downloaded thiserror v1.0.69
3552026-03-19T17:10:00.302Z Downloaded memmap v0.7.0
3562026-03-19T17:10:00.302Z Downloaded idna_adapter v1.2.1
3572026-03-19T17:10:00.305Z Downloaded form_urlencoded v1.2.2
3582026-03-19T17:10:00.305Z Downloaded tinystr v0.8.2
3592026-03-19T17:10:00.305Z Downloaded yoke v0.8.1
3602026-03-19T17:10:00.309Z Downloaded cargo_metadata v0.21.0
3612026-03-19T17:10:00.309Z Downloaded autocfg v1.5.0
3622026-03-19T17:10:00.312Z Downloaded clap_derive v4.5.55
3632026-03-19T17:10:00.312Z Downloaded cargo-util-schemas v0.8.2
3642026-03-19T17:10:00.316Z Downloaded zerovec-derive v0.11.2
3652026-03-19T17:10:00.316Z Downloaded percent-encoding v2.3.2
3662026-03-19T17:10:00.316Z Downloaded writeable v0.6.2
3672026-03-19T17:10:00.319Z Downloaded zmij v1.0.21
3682026-03-19T17:10:00.319Z Downloaded toml_edit v0.22.27
3692026-03-19T17:10:00.322Z Downloaded ucd-trie v0.1.7
3702026-03-19T17:10:00.322Z Downloaded pretty-hex v0.4.1
3712026-03-19T17:10:00.322Z Downloaded thiserror v2.0.18
3722026-03-19T17:10:00.326Z Downloaded zerocopy-derive v0.7.35
3732026-03-19T17:10:00.329Z Downloaded usdt-impl v0.5.0
3742026-03-19T17:10:00.334Z Downloaded macaddr v1.0.1
3752026-03-19T17:10:00.335Z Downloaded tabled_derive v0.7.0
3762026-03-19T17:10:00.335Z Downloaded thiserror-impl v2.0.18
3772026-03-19T17:10:00.338Z Downloaded textwrap v0.16.2
3782026-03-19T17:10:00.338Z Downloaded smawk v0.3.2
3792026-03-19T17:10:00.338Z Downloaded potential_utf v0.1.4
3802026-03-19T17:10:00.338Z Downloaded toml v0.8.23
3812026-03-19T17:10:00.342Z Downloaded bitflags v2.11.0
3822026-03-19T17:10:00.342Z Downloaded serde_tokenstream v0.2.3
3832026-03-19T17:10:00.345Z Downloaded unicode-ident v1.0.24
3842026-03-19T17:10:00.345Z Downloaded cpufeatures v0.2.17
3852026-03-19T17:10:00.348Z Downloaded serde-value v0.7.0
3862026-03-19T17:10:00.348Z Downloaded serde_spanned v0.6.9
3872026-03-19T17:10:00.351Z Downloaded sha2 v0.10.9
3882026-03-19T17:10:00.351Z Downloaded url v2.5.8
3892026-03-19T17:10:00.354Z Downloaded zerotrie v0.2.3
3902026-03-19T17:10:00.357Z Downloaded clap v4.5.60
3912026-03-19T17:10:00.362Z Downloaded scroll_derive v0.12.1
3922026-03-19T17:10:00.365Z Downloaded is_terminal_polyfill v1.70.2
3932026-03-19T17:10:00.365Z Downloaded dtrace-parser v0.2.0
3942026-03-19T17:10:00.365Z Downloaded cfg-if v1.0.4
3952026-03-19T17:10:00.365Z Downloaded smallvec v1.15.1
3962026-03-19T17:10:00.368Z Downloaded proc-macro-error v1.0.4
3972026-03-19T17:10:00.371Z Downloaded zerovec v0.11.5
3982026-03-19T17:10:00.374Z Downloaded ordered-float v2.10.1
3992026-03-19T17:10:00.374Z Downloaded heck v0.4.1
4002026-03-19T17:10:00.377Z Downloaded zerocopy v0.7.35
4012026-03-19T17:10:00.385Z Downloaded proc-macro-error-attr v1.0.4
4022026-03-19T17:10:00.388Z Downloaded winnow v0.7.14
4032026-03-19T17:10:00.392Z Downloaded serde-untagged v0.1.9
4042026-03-19T17:10:00.396Z Downloaded byteorder v1.5.0
4052026-03-19T17:10:00.396Z Downloaded dof v0.3.0
4062026-03-19T17:10:00.399Z Downloaded unicode-width v0.2.0
4072026-03-19T17:10:00.401Z Downloaded unicode-width v0.1.14
4082026-03-19T17:10:00.405Z Downloaded displaydoc v0.2.5
4092026-03-19T17:10:00.409Z Downloaded anstyle-parse v0.2.7
4102026-03-19T17:10:00.409Z Downloaded erased-serde v0.4.9
4112026-03-19T17:10:00.413Z Downloaded fnv v1.0.7
4122026-03-19T17:10:00.413Z Downloaded swrite v0.1.0
4132026-03-19T17:10:00.413Z Downloaded plain v0.2.3
4142026-03-19T17:10:00.413Z Downloaded litemap v0.8.1
4152026-03-19T17:10:00.416Z Downloaded papergrid v0.11.0
4162026-03-19T17:10:00.419Z Downloaded fs-err v3.3.0
4172026-03-19T17:10:00.422Z Downloaded stable_deref_trait v1.2.1
4182026-03-19T17:10:00.422Z Downloaded digest v0.10.7
4192026-03-19T17:10:00.422Z Downloaded bytecount v0.6.9
4202026-03-19T17:10:00.425Z Downloaded synstructure v0.13.2
4212026-03-19T17:10:00.428Z Downloaded scroll v0.12.0
4222026-03-19T17:10:00.428Z Downloaded quote v1.0.44
4232026-03-19T17:10:00.429Z Downloaded cargo_toml v0.21.0
4242026-03-19T17:10:00.437Z Downloaded once_cell v1.21.3
4252026-03-19T17:10:00.442Z Downloaded semver v1.0.27
4262026-03-19T17:10:00.446Z Downloaded tempfile v3.25.0
4272026-03-19T17:10:00.446Z Downloaded getrandom v0.4.1
4282026-03-19T17:10:00.449Z Downloaded camino v1.2.2
4292026-03-19T17:10:00.452Z Downloaded icu_provider v2.1.1
4302026-03-19T17:10:00.459Z Downloaded anyhow v1.0.102
4312026-03-19T17:10:00.466Z Downloaded pest_derive v2.8.6
4322026-03-19T17:10:00.475Z Downloaded pest_generator v2.8.6
4332026-03-19T17:10:00.479Z Downloaded serde_derive v1.0.228
4342026-03-19T17:10:00.479Z Downloaded num-traits v0.2.19
4352026-03-19T17:10:00.482Z Downloaded icu_properties v2.1.2
4362026-03-19T17:10:00.494Z Downloaded log v0.4.29
4372026-03-19T17:10:00.502Z Downloaded icu_locale_core v2.1.1
4382026-03-19T17:10:00.507Z Downloaded serde_core v1.0.228
4392026-03-19T17:10:00.511Z Downloaded proc-macro2 v1.0.106
4402026-03-19T17:10:00.517Z Downloaded icu_normalizer_data v2.1.1
4412026-03-19T17:10:00.527Z Downloaded pest_meta v2.8.6
4422026-03-19T17:10:00.532Z Downloaded icu_normalizer v2.1.1
4432026-03-19T17:10:00.532Z Downloaded indexmap v2.13.0
4442026-03-19T17:10:00.537Z Downloaded serde v1.0.228
4452026-03-19T17:10:00.541Z Downloaded memchr v2.8.0
4462026-03-19T17:10:00.541Z Downloaded clap_builder v4.5.60
4472026-03-19T17:10:00.544Z Downloaded icu_collections v2.1.1
4482026-03-19T17:10:00.578Z Downloaded idna v1.1.0
4492026-03-19T17:10:00.583Z Downloaded icu_properties_data v2.1.2
4502026-03-19T17:10:00.590Z Downloaded serde_json v1.0.149
4512026-03-19T17:10:00.595Z Downloaded hashbrown v0.16.1
4522026-03-19T17:10:00.602Z Downloaded pest v2.8.6
4532026-03-19T17:10:00.608Z Downloaded goblin v0.8.2
4542026-03-19T17:10:00.616Z Downloaded tabled v0.15.0
4552026-03-19T17:10:00.628Z Downloaded syn v1.0.109
4562026-03-19T17:10:00.635Z Downloaded syn v2.0.117
4572026-03-19T17:10:00.662Z Downloaded rustix v1.1.3
4582026-03-19T17:10:00.685Z Downloaded libc v0.2.180
4592026-03-19T17:10:00.773Z Compiling proc-macro2 v1.0.106
4602026-03-19T17:10:00.777Z Compiling unicode-ident v1.0.24
4612026-03-19T17:10:00.777Z Compiling quote v1.0.44
4622026-03-19T17:10:00.777Z Compiling serde_core v1.0.228
4632026-03-19T17:10:00.777Z Compiling libc v0.2.180
4642026-03-19T17:10:00.777Z Compiling version_check v0.9.5
4652026-03-19T17:10:00.777Z Compiling memchr v2.8.0
4662026-03-19T17:10:00.777Z Compiling serde v1.0.228
4672026-03-19T17:10:01.266Z Compiling stable_deref_trait v1.2.1
4682026-03-19T17:10:01.363Z Compiling zmij v1.0.21
4692026-03-19T17:10:01.485Z Compiling ucd-trie v0.1.7
4702026-03-19T17:10:01.494Z Compiling autocfg v1.5.0
4712026-03-19T17:10:01.827Z Compiling itoa v1.0.17
4722026-03-19T17:10:01.874Z Compiling thiserror v1.0.69
4732026-03-19T17:10:02.014Z Compiling pest v2.8.6
4742026-03-19T17:10:02.056Z Compiling litemap v0.8.1
4752026-03-19T17:10:02.080Z Compiling writeable v0.6.2
4762026-03-19T17:10:02.132Z Compiling icu_normalizer_data v2.1.1
4772026-03-19T17:10:02.302Z Compiling rustix v1.1.3
4782026-03-19T17:10:02.360Z Compiling icu_properties_data v2.1.2
4792026-03-19T17:10:02.592Z Compiling byteorder v1.5.0
4802026-03-19T17:10:02.771Z Compiling syn v2.0.117
4812026-03-19T17:10:02.878Z Compiling errno v0.3.14
4822026-03-19T17:10:02.899Z Compiling bitflags v2.11.0
4832026-03-19T17:10:02.926Z Compiling serde_json v1.0.149
4842026-03-19T17:10:03.192Z Compiling num-traits v0.2.19
4852026-03-19T17:10:03.221Z Compiling hashbrown v0.16.1
4862026-03-19T17:10:03.246Z Compiling equivalent v1.0.2
4872026-03-19T17:10:03.437Z Compiling smallvec v1.15.1
4882026-03-19T17:10:03.603Z Compiling pest_meta v2.8.6
4892026-03-19T17:10:03.697Z Compiling typeid v1.0.3
4902026-03-19T17:10:03.950Z Compiling indexmap v2.13.0
4912026-03-19T17:10:03.980Z Compiling thread-id v4.2.2
4922026-03-19T17:10:04.082Z Compiling proc-macro-error-attr v1.0.4
4932026-03-19T17:10:04.103Z Compiling usdt-impl v0.5.0
4942026-03-19T17:10:04.177Z Compiling toml_write v0.1.2
4952026-03-19T17:10:04.306Z Compiling winnow v0.7.14
4962026-03-19T17:10:04.361Z Compiling syn v1.0.109
4972026-03-19T17:10:04.435Z Compiling erased-serde v0.4.9
4982026-03-19T17:10:04.956Z Compiling proc-macro-error v1.0.4
4992026-03-19T17:10:05.023Z Compiling utf8_iter v1.0.4
5002026-03-19T17:10:05.195Z Compiling utf8parse v0.2.2
5012026-03-19T17:10:05.222Z Compiling plain v0.2.3
5022026-03-19T17:10:05.342Z Compiling camino v1.2.2
5032026-03-19T17:10:05.364Z Compiling thiserror v2.0.18
5042026-03-19T17:10:05.760Z Compiling getrandom v0.4.1
5052026-03-19T17:10:05.815Z Compiling log v0.4.29
5062026-03-19T17:10:05.903Z Compiling percent-encoding v2.3.2
5072026-03-19T17:10:06.059Z Compiling ordered-float v2.10.1
5082026-03-19T17:10:06.166Z Compiling form_urlencoded v1.2.2
5092026-03-19T17:10:06.238Z Compiling anstyle-parse v0.2.7
5102026-03-19T17:10:06.407Z Compiling terminal_size v0.4.3
5112026-03-19T17:10:06.479Z Compiling synstructure v0.13.2
5122026-03-19T17:10:06.502Z Compiling pest_generator v2.8.6
5132026-03-19T17:10:06.607Z Compiling anstyle v1.0.13
5142026-03-19T17:10:06.713Z Compiling is_terminal_polyfill v1.70.2
5152026-03-19T17:10:06.837Z Compiling anstyle-query v1.1.5
5162026-03-19T17:10:06.874Z Compiling pretty-hex v0.4.1
5172026-03-19T17:10:06.902Z Compiling colorchoice v1.0.4
5182026-03-19T17:10:06.934Z Compiling cfg-if v1.0.4
5192026-03-19T17:10:06.973Z Compiling serde-untagged v0.1.9
5202026-03-19T17:10:07.051Z Compiling anstream v0.6.21
5212026-03-19T17:10:07.244Z Compiling semver v1.0.27
5222026-03-19T17:10:07.314Z Compiling fs-err v3.3.0
5232026-03-19T17:10:07.445Z Compiling unicode-width v0.1.14
5242026-03-19T17:10:07.491Z Compiling clap_lex v1.0.0
5252026-03-19T17:10:07.545Z Compiling fastrand v2.3.0
5262026-03-19T17:10:07.672Z Compiling strsim v0.11.1
5272026-03-19T17:10:07.720Z Compiling anyhow v1.0.102
5282026-03-19T17:10:07.789Z Compiling fnv v1.0.7
5292026-03-19T17:10:07.812Z Compiling heck v0.4.1
5302026-03-19T17:10:07.892Z Compiling bytecount v0.6.9
5312026-03-19T17:10:07.921Z Compiling once_cell v1.21.3
5322026-03-19T17:10:08.101Z Compiling heck v0.5.0
5332026-03-19T17:10:08.125Z Compiling unicode-xid v0.2.6
5342026-03-19T17:10:08.196Z Compiling tempfile v3.25.0
5352026-03-19T17:10:08.283Z Compiling papergrid v0.11.0
5362026-03-19T17:10:08.417Z Compiling clap_builder v4.5.60
5372026-03-19T17:10:08.463Z Compiling memmap v0.7.0
5382026-03-19T17:10:08.592Z Compiling unicode-linebreak v0.1.5
5392026-03-19T17:10:08.693Z Compiling smawk v0.3.2
5402026-03-19T17:10:08.717Z Compiling unicode-width v0.2.0
5412026-03-19T17:10:08.908Z Compiling camino-tempfile v1.4.1
5422026-03-19T17:10:09.004Z Compiling serde_derive v1.0.228
5432026-03-19T17:10:09.071Z Compiling zerofrom-derive v0.1.6
5442026-03-19T17:10:09.207Z Compiling yoke-derive v0.8.1
5452026-03-19T17:10:09.266Z Compiling zerovec-derive v0.11.2
5462026-03-19T17:10:09.339Z Compiling displaydoc v0.2.5
5472026-03-19T17:10:10.303Z Compiling thiserror-impl v1.0.69
5482026-03-19T17:10:10.348Z Compiling zerocopy-derive v0.7.35
5492026-03-19T17:10:10.736Z Compiling pest_derive v2.8.6
5502026-03-19T17:10:10.827Z Compiling scroll_derive v0.12.1
5512026-03-19T17:10:11.041Z Compiling zerofrom v0.1.6
5522026-03-19T17:10:11.215Z Compiling yoke v0.8.1
5532026-03-19T17:10:11.258Z Compiling thiserror-impl v2.0.18
5542026-03-19T17:10:11.467Z Compiling zerovec v0.11.5
5552026-03-19T17:10:11.491Z Compiling zerotrie v0.2.3
5562026-03-19T17:10:11.698Z Compiling zerocopy v0.7.35
5572026-03-19T17:10:11.888Z Compiling scroll v0.12.0
5582026-03-19T17:10:12.126Z Compiling tinystr v0.8.2
5592026-03-19T17:10:12.174Z Compiling potential_utf v0.1.4
5602026-03-19T17:10:12.251Z Compiling dtrace-parser v0.2.0
5612026-03-19T17:10:12.389Z Compiling icu_locale_core v2.1.1
5622026-03-19T17:10:12.392Z Compiling icu_collections v2.1.1
5632026-03-19T17:10:12.484Z Compiling goblin v0.8.2
5642026-03-19T17:10:12.709Z Compiling tabled_derive v0.7.0
5652026-03-19T17:10:13.060Z Compiling clap_derive v4.5.55
5662026-03-19T17:10:13.086Z Compiling textwrap v0.16.2
5672026-03-19T17:10:13.290Z Compiling icu_provider v2.1.1
5682026-03-19T17:10:13.615Z Compiling icu_normalizer v2.1.1
5692026-03-19T17:10:13.676Z Compiling icu_properties v2.1.2
5702026-03-19T17:10:13.849Z Compiling serde_spanned v0.6.9
5712026-03-19T17:10:13.943Z Compiling toml_datetime v0.6.11
5722026-03-19T17:10:13.967Z Compiling dof v0.3.0
5732026-03-19T17:10:14.040Z Compiling serde_tokenstream v0.2.3
5742026-03-19T17:10:14.220Z Compiling toml_edit v0.22.27
5752026-03-19T17:10:14.279Z Compiling serde-value v0.7.0
5762026-03-19T17:10:14.447Z Compiling cargo-platform v0.2.0
5772026-03-19T17:10:14.498Z Compiling tabled v0.15.0
5782026-03-19T17:10:14.818Z Compiling macaddr v1.0.1
5792026-03-19T17:10:14.865Z Compiling swrite v0.1.0
5802026-03-19T17:10:14.993Z Compiling idna_adapter v1.2.1
5812026-03-19T17:10:15.109Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5822026-03-19T17:10:15.170Z Compiling idna v1.1.0
5832026-03-19T17:10:15.195Z Compiling usdt-attr-macro v0.5.0
5842026-03-19T17:10:15.314Z Compiling usdt-macro v0.5.0
5852026-03-19T17:10:15.495Z Compiling clap v4.5.60
5862026-03-19T17:10:15.641Z Compiling url v2.5.8
5872026-03-19T17:10:16.237Z Compiling toml v0.8.23
5882026-03-19T17:10:16.641Z Compiling usdt v0.5.0
5892026-03-19T17:10:16.764Z Compiling cargo-util-schemas v0.8.2
5902026-03-19T17:10:16.804Z Compiling cargo_toml v0.21.0
5912026-03-19T17:10:17.938Z Compiling cargo_metadata v0.21.0
5922026-03-19T17:10:19.221Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-19T17:10:22.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.62s
5942026-03-19T17:10:22.337Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-19T17:10:23.077Z Downloading crates ...
5962026-03-19T17:10:23.186Z Downloaded adler2 v2.0.1
5972026-03-19T17:10:23.192Z Downloaded aead v0.5.2
5982026-03-19T17:10:23.199Z Downloaded crc32fast v1.5.0
5992026-03-19T17:10:23.208Z Downloaded bcrypt-pbkdf v0.10.0
6002026-03-19T17:10:23.213Z Downloaded ascii-canvas v3.0.0
6012026-03-19T17:10:23.213Z Downloaded aes v0.8.4
6022026-03-19T17:10:23.219Z Downloaded daft v0.1.5
6032026-03-19T17:10:23.220Z Downloaded daft-derive v0.1.5
6042026-03-19T17:10:23.220Z Downloaded dof v0.4.0
6052026-03-19T17:10:23.220Z Downloaded bitfield-macros v0.19.4
6062026-03-19T17:10:23.223Z Downloaded crypto-bigint v0.5.5
6072026-03-19T17:10:23.227Z Downloaded fixedbitset v0.4.2
6082026-03-19T17:10:23.227Z Downloaded embedded-io v0.4.0
6092026-03-19T17:10:23.230Z Downloaded elliptic-curve v0.13.8
6102026-03-19T17:10:23.233Z Downloaded dunce v1.0.5
6112026-03-19T17:10:23.233Z Downloaded backon v1.6.0
6122026-03-19T17:10:23.237Z Downloaded bit-vec v0.8.0
6132026-03-19T17:10:23.237Z Downloaded curve25519-dalek-derive v0.1.1
6142026-03-19T17:10:23.237Z Downloaded fallible-iterator v0.2.0
6152026-03-19T17:10:23.240Z Downloaded clang-sys v1.8.1
6162026-03-19T17:10:23.240Z Downloaded display-error-chain v0.2.2
6172026-03-19T17:10:23.243Z Downloaded ena v0.14.4
6182026-03-19T17:10:23.243Z Downloaded darling_macro v0.23.0
6192026-03-19T17:10:23.243Z Downloaded drift v0.1.3
6202026-03-19T17:10:23.247Z Downloaded const_format_proc_macros v0.2.34
6212026-03-19T17:10:23.251Z Downloaded async-stream-impl v0.3.6
6222026-03-19T17:10:23.251Z Downloaded bb8 v0.8.6
6232026-03-19T17:10:23.258Z Downloaded atty v0.2.14
6242026-03-19T17:10:23.258Z Downloaded diesel_table_macro_syntax v0.3.0
6252026-03-19T17:10:23.258Z Downloaded cancel-safe-futures v0.1.5
6262026-03-19T17:10:23.261Z Downloaded block-padding v0.3.3
6272026-03-19T17:10:23.261Z Downloaded derive_builder_macro v0.20.2
6282026-03-19T17:10:23.261Z Downloaded fatfs v0.3.6
6292026-03-19T17:10:23.261Z Downloaded defmt v0.3.100
6302026-03-19T17:10:23.266Z Downloaded bit-set v0.8.0
6312026-03-19T17:10:23.266Z Downloaded embedded-io v0.6.1
6322026-03-19T17:10:23.266Z Downloaded darling_macro v0.21.3
6332026-03-19T17:10:23.270Z Downloaded darling_macro v0.20.11
6342026-03-19T17:10:23.270Z Downloaded crossbeam-deque v0.8.6
6352026-03-19T17:10:23.270Z Downloaded crc-catalog v2.4.0
6362026-03-19T17:10:23.276Z Downloaded ff v0.13.1
6372026-03-19T17:10:23.276Z Downloaded cbc v0.1.2
6382026-03-19T17:10:23.276Z Downloaded chacha20 v0.9.1
6392026-03-19T17:10:23.279Z Downloaded compact_str v0.8.1
6402026-03-19T17:10:23.279Z Downloaded float-cmp v0.10.0
6412026-03-19T17:10:23.282Z Downloaded debug-ignore v1.0.5
6422026-03-19T17:10:23.282Z Downloaded env_filter v1.0.0
6432026-03-19T17:10:23.282Z Downloaded bitfield-struct v0.6.2
6442026-03-19T17:10:23.285Z Downloaded atomic-waker v1.1.2
6452026-03-19T17:10:23.285Z Downloaded arrayref v0.3.9
6462026-03-19T17:10:23.289Z Downloaded defmt-macros v1.0.1
6472026-03-19T17:10:23.293Z Downloaded enum-as-inner v0.6.1
6482026-03-19T17:10:23.293Z Downloaded downcast-rs v2.0.2
6492026-03-19T17:10:23.293Z Downloaded dirs-next v2.0.0
6502026-03-19T17:10:23.293Z Downloaded defmt-parser v1.0.0
6512026-03-19T17:10:23.300Z Downloaded crc8 v0.1.1
6522026-03-19T17:10:23.300Z Downloaded convert_case v0.4.0
6532026-03-19T17:10:23.300Z Downloaded foreign-types v0.3.2
6542026-03-19T17:10:23.300Z Downloaded castaway v0.2.4
6552026-03-19T17:10:23.303Z Downloaded crunchy v0.2.4
6562026-03-19T17:10:23.303Z Downloaded dsl_auto_type v0.2.0
6572026-03-19T17:10:23.303Z Downloaded crucible-workspace-hack v0.1.0
6582026-03-19T17:10:23.303Z Downloaded bit-set v0.5.3
6592026-03-19T17:10:23.303Z Downloaded atomicwrites v0.4.4
6602026-03-19T17:10:23.303Z Downloaded dirs-sys-next v0.1.2
6612026-03-19T17:10:23.307Z Downloaded async-stream v0.3.6
6622026-03-19T17:10:23.307Z Downloaded async-recursion v1.1.1
6632026-03-19T17:10:23.312Z Downloaded ciborium-io v0.2.2
6642026-03-19T17:10:23.312Z Downloaded env_logger v0.11.9
6652026-03-19T17:10:23.315Z Downloaded either v1.15.0
6662026-03-19T17:10:23.315Z Downloaded darling v0.21.3
6672026-03-19T17:10:23.318Z Downloaded foreign-types-shared v0.3.1
6682026-03-19T17:10:23.318Z Downloaded flagset v0.4.7
6692026-03-19T17:10:23.321Z Downloaded endian-type v0.1.2
6702026-03-19T17:10:23.321Z Downloaded dtrace-parser v0.3.0
6712026-03-19T17:10:23.321Z Downloaded document-features v0.2.12
6722026-03-19T17:10:23.321Z Downloaded dyn-clone v1.0.20
6732026-03-19T17:10:23.328Z Downloaded crc v3.4.0
6742026-03-19T17:10:23.328Z Downloaded foreign-types-macros v0.2.3
6752026-03-19T17:10:23.336Z Downloaded float-ord v0.3.2
6762026-03-19T17:10:23.336Z Downloaded futures-core v0.3.32
6772026-03-19T17:10:23.336Z Downloaded cobs v0.3.0
6782026-03-19T17:10:23.336Z Downloaded cfg_aliases v0.1.1
6792026-03-19T17:10:23.336Z Downloaded difflib v0.4.0
6802026-03-19T17:10:23.336Z Downloaded const_format v0.2.35
6812026-03-19T17:10:23.339Z Downloaded fxhash v0.2.1
6822026-03-19T17:10:23.340Z Downloaded futures-io v0.3.32
6832026-03-19T17:10:23.340Z Downloaded foreign-types-shared v0.1.1
6842026-03-19T17:10:23.340Z Downloaded async-trait v0.1.89
6852026-03-19T17:10:23.343Z Downloaded git-stub v1.0.0
6862026-03-19T17:10:23.343Z Downloaded globwalk v0.9.1
6872026-03-19T17:10:23.343Z Downloaded ghash v0.5.1
6882026-03-19T17:10:23.347Z Downloaded futures-task v0.3.32
6892026-03-19T17:10:23.347Z Downloaded base16ct v1.0.0
6902026-03-19T17:10:23.351Z Downloaded futures-macro v0.3.32
6912026-03-19T17:10:23.351Z Downloaded hash32 v0.3.1
6922026-03-19T17:10:23.351Z Downloaded futures-sink v0.3.32
6932026-03-19T17:10:23.351Z Downloaded find-msvc-tools v0.1.9
6942026-03-19T17:10:23.356Z Downloaded gethostname v0.5.0
6952026-03-19T17:10:23.356Z Downloaded convert_case v0.10.0
6962026-03-19T17:10:23.356Z Downloaded data-encoding v2.10.0
6972026-03-19T17:10:23.356Z Downloaded const-oid v0.9.6
6982026-03-19T17:10:23.361Z Downloaded foreign-types v0.5.0
6992026-03-19T17:10:23.361Z Downloaded filetime v0.2.27
7002026-03-19T17:10:23.362Z Downloaded deranged v0.5.8
7012026-03-19T17:10:23.370Z Downloaded der_derive v0.7.3
7022026-03-19T17:10:23.370Z Downloaded darling_core v0.23.0
7032026-03-19T17:10:23.377Z Downloaded fixedbitset v0.5.7
7042026-03-19T17:10:23.377Z Downloaded fs_extra v1.3.0
7052026-03-19T17:10:23.377Z Downloaded ed25519 v2.2.3
7062026-03-19T17:10:23.377Z Downloaded headers-core v0.3.0
7072026-03-19T17:10:23.378Z Downloaded expectorate v1.2.0
7082026-03-19T17:10:23.385Z Downloaded hex v0.4.3
7092026-03-19T17:10:23.385Z Downloaded fs-err v2.11.0
7102026-03-19T17:10:23.385Z Downloaded hubpack_derive v0.1.1
7112026-03-19T17:10:23.385Z Downloaded cfg_aliases v0.2.1
7122026-03-19T17:10:23.385Z Downloaded cassowary v0.3.0
7132026-03-19T17:10:23.385Z Downloaded cargo_metadata v0.19.2
7142026-03-19T17:10:23.389Z Downloaded backoff v0.4.0
7152026-03-19T17:10:23.390Z Downloaded hex-literal v0.4.1
7162026-03-19T17:10:23.390Z Downloaded futures-executor v0.3.32
7172026-03-19T17:10:23.390Z Downloaded foldhash v0.1.5
7182026-03-19T17:10:23.393Z Downloaded erased-serde v0.3.31
7192026-03-19T17:10:23.393Z Downloaded fd-lock v4.0.4
7202026-03-19T17:10:23.394Z Downloaded dropshot-api-manager-types v0.6.0
7212026-03-19T17:10:23.398Z Downloaded foldhash v0.2.0
7222026-03-19T17:10:23.398Z Downloaded hash32 v0.2.1
7232026-03-19T17:10:23.398Z Downloaded cipher v0.4.4
7242026-03-19T17:10:23.405Z Downloaded ciborium v0.2.2
7252026-03-19T17:10:23.406Z Downloaded indent_write v2.2.0
7262026-03-19T17:10:23.406Z Downloaded constant_time_eq v0.4.2
7272026-03-19T17:10:23.414Z Downloaded http-body v1.0.1
7282026-03-19T17:10:23.415Z Downloaded hyper-tls v0.6.0
7292026-03-19T17:10:23.415Z Downloaded hostname v0.3.1
7302026-03-19T17:10:23.415Z Downloaded hubpack v0.1.2
7312026-03-19T17:10:23.415Z Downloaded http-range v0.1.5
7322026-03-19T17:10:23.425Z Downloaded instability v0.3.11
7332026-03-19T17:10:23.433Z Downloaded crossbeam-channel v0.5.15
7342026-03-19T17:10:23.434Z Downloaded inout v0.1.4
7352026-03-19T17:10:23.440Z Downloaded ident_case v1.0.1
7362026-03-19T17:10:23.440Z Downloaded lazy_static v1.5.0
7372026-03-19T17:10:23.440Z Downloaded globset v0.4.18
7382026-03-19T17:10:23.440Z Downloaded lalrpop-util v0.19.12
7392026-03-19T17:10:23.440Z Downloaded is_ci v1.2.0
7402026-03-19T17:10:23.440Z Downloaded is-terminal v0.4.17
7412026-03-19T17:10:23.449Z Downloaded internet-checksum v0.2.1
7422026-03-19T17:10:23.450Z Downloaded keccak v0.1.6
7432026-03-19T17:10:23.450Z Downloaded libscf-sys v1.1.0
7442026-03-19T17:10:23.450Z Downloaded console v0.15.11
7452026-03-19T17:10:23.467Z Downloaded buf-list v1.1.2
7462026-03-19T17:10:23.467Z Downloaded kstat-rs v0.2.4
7472026-03-19T17:10:23.467Z Downloaded humantime v2.3.0
7482026-03-19T17:10:23.468Z Downloaded home v0.5.12
7492026-03-19T17:10:23.468Z Downloaded derive_builder v0.20.2
7502026-03-19T17:10:23.468Z Downloaded getrandom v0.2.17
7512026-03-19T17:10:23.468Z Downloaded linked-hash-map v0.5.6
7522026-03-19T17:10:23.482Z Downloaded hyper-staticfile v0.10.1
7532026-03-19T17:10:23.482Z Downloaded hostname v0.4.2
7542026-03-19T17:10:23.482Z Downloaded lru-slab v0.1.2
7552026-03-19T17:10:23.482Z Downloaded lru v0.12.5
7562026-03-19T17:10:23.483Z Downloaded http-body-util v0.1.3
7572026-03-19T17:10:23.483Z Downloaded highway v1.3.0
7582026-03-19T17:10:23.483Z Downloaded lzss v0.8.2
7592026-03-19T17:10:23.483Z Downloaded maybe-uninit v2.0.0
7602026-03-19T17:10:23.483Z Downloaded maplit v1.0.2
7612026-03-19T17:10:23.483Z Downloaded managed v0.8.0
7622026-03-19T17:10:23.483Z Downloaded bzip2 v0.4.4
7632026-03-19T17:10:23.489Z Downloaded futures-channel v0.3.32
7642026-03-19T17:10:23.489Z Downloaded des v0.8.1
7652026-03-19T17:10:23.489Z Downloaded memoffset v0.9.1
7662026-03-19T17:10:23.489Z Downloaded impl-trait-for-tuples v0.2.3
7672026-03-19T17:10:23.489Z Downloaded indoc v1.0.9
7682026-03-19T17:10:23.489Z Downloaded md5 v0.7.0
7692026-03-19T17:10:23.489Z Downloaded ingot-types v0.1.2
7702026-03-19T17:10:23.489Z Downloaded glob v0.3.3
7712026-03-19T17:10:23.496Z Downloaded mime v0.3.17
7722026-03-19T17:10:23.496Z Downloaded dropshot_endpoint v0.16.7
7732026-03-19T17:10:23.496Z Downloaded nibble_vec v0.1.0
7742026-03-19T17:10:23.496Z Downloaded newtype_derive v0.1.6
7752026-03-19T17:10:23.496Z Downloaded newline-converter v0.3.0
7762026-03-19T17:10:23.502Z Downloaded new_debug_unreachable v1.0.6
7772026-03-19T17:10:23.502Z Downloaded num-derive v0.3.3
7782026-03-19T17:10:23.502Z Downloaded md-5 v0.10.6
7792026-03-19T17:10:23.502Z Downloaded jobserver v0.1.34
7802026-03-19T17:10:23.509Z Downloaded ingot v0.1.1
7812026-03-19T17:10:23.509Z Downloaded ipnetwork v0.21.1
7822026-03-19T17:10:23.509Z Downloaded half v1.8.3
7832026-03-19T17:10:23.514Z Downloaded nodrop v0.1.14
7842026-03-19T17:10:23.514Z Downloaded indoc v2.0.7
7852026-03-19T17:10:23.514Z Downloaded normalize-line-endings v0.3.0
7862026-03-19T17:10:23.514Z Downloaded nonempty v0.12.0
7872026-03-19T17:10:23.514Z Downloaded chacha20 v0.10.0
7882026-03-19T17:10:23.527Z Downloaded num-derive v0.4.2
7892026-03-19T17:10:23.527Z Downloaded hmac v0.12.1
7902026-03-19T17:10:23.527Z Downloaded derive-where v1.6.0
7912026-03-19T17:10:23.527Z Downloaded crc-any v2.5.0
7922026-03-19T17:10:23.533Z Downloaded colored v2.2.0
7932026-03-19T17:10:23.533Z Downloaded num-iter v0.1.45
7942026-03-19T17:10:23.533Z Downloaded hyper-rustls v0.27.7
7952026-03-19T17:10:23.533Z Downloaded getrandom v0.3.4
7962026-03-19T17:10:23.533Z Downloaded match_cfg v0.1.0
7972026-03-19T17:10:23.538Z Downloaded libloading v0.8.9
7982026-03-19T17:10:23.538Z Downloaded opaque-debug v0.3.1
7992026-03-19T17:10:23.538Z Downloaded openssl-macros v0.1.1
8002026-03-19T17:10:23.538Z Downloaded libsw v3.5.0
8012026-03-19T17:10:23.541Z Downloaded packed_struct_codegen v0.10.1
8022026-03-19T17:10:23.541Z Downloaded iana-time-zone v0.1.65
8032026-03-19T17:10:23.541Z Downloaded oso-derive v0.27.3
8042026-03-19T17:10:23.547Z Downloaded lru-cache v0.1.2
8052026-03-19T17:10:23.547Z Downloaded crossterm v0.28.1
8062026-03-19T17:10:23.550Z Downloaded openssl-probe v0.2.1
8072026-03-19T17:10:23.550Z Downloaded openssl-probe v0.1.6
8082026-03-19T17:10:23.555Z Downloaded olpc-cjson v0.1.4
8092026-03-19T17:10:23.555Z Downloaded multimap v0.10.1
8102026-03-19T17:10:23.555Z Downloaded multer v3.1.0
8112026-03-19T17:10:23.558Z Downloaded darling_core v0.21.3
8122026-03-19T17:10:23.561Z Downloaded parse-size v1.1.0
8132026-03-19T17:10:23.561Z Downloaded mime_guess v2.0.5
8142026-03-19T17:10:23.566Z Downloaded darling_core v0.20.11
8152026-03-19T17:10:23.574Z Downloaded pbkdf2 v0.11.0
8162026-03-19T17:10:23.574Z Downloaded path-slash v0.1.5
8172026-03-19T17:10:23.574Z Downloaded newtype-uuid-macros v0.1.0
8182026-03-19T17:10:23.574Z Downloaded parse-display v0.10.0
8192026-03-19T17:10:23.574Z Downloaded nanorand v0.7.0
8202026-03-19T17:10:23.578Z Downloaded ipnet v2.11.0
8212026-03-19T17:10:23.578Z Downloaded arc-swap v1.8.2
8222026-03-19T17:10:23.581Z Downloaded libsw-core v0.3.2
8232026-03-19T17:10:23.581Z Downloaded num-complex v0.4.6
8242026-03-19T17:10:23.584Z Downloaded num-rational v0.4.2
8252026-03-19T17:10:23.584Z Downloaded num-conv v0.2.0
8262026-03-19T17:10:23.584Z Downloaded phf_shared v0.11.3
8272026-03-19T17:10:23.587Z Downloaded chacha20poly1305 v0.10.1
8282026-03-19T17:10:23.587Z Downloaded allocator-api2 v0.2.21
8292026-03-19T17:10:23.591Z Downloaded bytes v1.11.1
8302026-03-19T17:10:23.594Z Downloaded powerfmt v0.2.0
8312026-03-19T17:10:23.594Z Downloaded nu-ansi-term v0.50.3
8322026-03-19T17:10:23.597Z Downloaded num_enum v0.5.11
8332026-03-19T17:10:23.653Z Downloaded num-integer v0.1.46
8342026-03-19T17:10:23.662Z Downloaded flume v0.11.1
8352026-03-19T17:10:23.662Z Downloaded pin-utils v0.1.0
8362026-03-19T17:10:23.662Z Downloaded phf_shared v0.13.1
8372026-03-19T17:10:23.662Z Downloaded oxide-tokio-rt v0.1.3
8382026-03-19T17:10:23.662Z Downloaded peg-runtime v0.8.5
8392026-03-19T17:10:23.662Z Downloaded pbkdf2 v0.12.2
8402026-03-19T17:10:23.662Z Downloaded newtype-uuid v1.3.2
8412026-03-19T17:10:23.662Z Downloaded linear-map v1.2.0
8422026-03-19T17:10:23.662Z Downloaded num_threads v0.1.7
8432026-03-19T17:10:23.662Z Downloaded predicates-tree v1.0.13
8442026-03-19T17:10:23.663Z Downloaded half v2.7.1
8452026-03-19T17:10:23.663Z Downloaded litrs v1.0.0
8462026-03-19T17:10:23.663Z Downloaded num_enum_derive v0.5.11
8472026-03-19T17:10:23.663Z Downloaded libefi-sys v0.1.0
8482026-03-19T17:10:23.663Z Downloaded num_enum_derive v0.7.5
8492026-03-19T17:10:23.663Z Downloaded httparse v1.10.1
8502026-03-19T17:10:23.663Z Downloaded oxnet v0.1.4
8512026-03-19T17:10:23.663Z Downloaded proc-macro-error-attr2 v2.0.0
8522026-03-19T17:10:23.663Z Downloaded owo-colors v4.3.0
8532026-03-19T17:10:23.663Z Downloaded hickory-client v0.25.2
8542026-03-19T17:10:23.663Z Downloaded predicates-core v1.0.10
8552026-03-19T17:10:23.663Z Downloaded precomputed-hash v0.1.1
8562026-03-19T17:10:23.663Z Downloaded flate2 v1.1.9
8572026-03-19T17:10:23.663Z Downloaded futures v0.3.32
8582026-03-19T17:10:23.663Z Downloaded progenitor-macro v0.13.0
8592026-03-19T17:10:23.664Z Downloaded progenitor-client v0.11.2
8602026-03-19T17:10:23.664Z Downloaded native-tls v0.2.18
8612026-03-19T17:10:23.664Z Downloaded memmap2 v0.9.10
8622026-03-19T17:10:23.664Z Downloaded proc-macro-crate v1.3.1
8632026-03-19T17:10:23.664Z Downloaded progenitor-client v0.10.0
8642026-03-19T17:10:23.664Z Downloaded peg-macros v0.8.5
8652026-03-19T17:10:23.664Z Downloaded paste v1.0.15
8662026-03-19T17:10:23.664Z Downloaded quick-error v1.2.3
8672026-03-19T17:10:23.664Z Downloaded progenitor-macro v0.11.2
8682026-03-19T17:10:23.664Z Downloaded phf v0.13.1
8692026-03-19T17:10:23.671Z Downloaded ar_archive_writer v0.5.1
8702026-03-19T17:10:23.671Z Downloaded password-hash v0.5.0
8712026-03-19T17:10:23.672Z Downloaded pin-project-internal v1.1.11
8722026-03-19T17:10:23.672Z Downloaded progenitor-macro v0.10.0
8732026-03-19T17:10:23.672Z Downloaded phf v0.12.1
8742026-03-19T17:10:23.672Z Downloaded cc v1.2.56
8752026-03-19T17:10:23.678Z Downloaded bumpalo v3.20.2
8762026-03-19T17:10:23.678Z Downloaded parking_lot_core v0.8.6
8772026-03-19T17:10:23.678Z Downloaded password-hash v0.4.2
8782026-03-19T17:10:23.678Z Downloaded ingot-macros v0.1.1
8792026-03-19T17:10:23.683Z Downloaded phf_shared v0.12.1
8802026-03-19T17:10:23.683Z Downloaded pem v3.0.6
8812026-03-19T17:10:23.683Z Downloaded parse-display-derive v0.10.0
8822026-03-19T17:10:23.683Z Downloaded indexmap v1.9.3
8832026-03-19T17:10:23.688Z Downloaded psl-types v2.0.11
8842026-03-19T17:10:23.688Z Downloaded ppv-lite86 v0.2.21
8852026-03-19T17:10:23.688Z Downloaded lock_api v0.4.14
8862026-03-19T17:10:23.688Z Downloaded libbz2-rs-sys v0.2.2
8872026-03-19T17:10:23.692Z Downloaded base64 v0.21.7
8882026-03-19T17:10:23.696Z Downloaded pkg-config v0.3.32
8892026-03-19T17:10:23.696Z Downloaded pkcs8 v0.10.2
8902026-03-19T17:10:23.696Z Downloaded rand_chacha v0.3.1
8912026-03-19T17:10:23.701Z Downloaded omicron-zone-package v0.12.2
8922026-03-19T17:10:23.701Z Downloaded rand_xorshift v0.4.0
8932026-03-19T17:10:23.704Z Downloaded der v0.7.10
8942026-03-19T17:10:23.708Z Downloaded postgres-protocol v0.6.10
8952026-03-19T17:10:23.708Z Downloaded ref-cast v1.0.25
8962026-03-19T17:10:23.711Z Downloaded polyval v0.6.2
8972026-03-19T17:10:23.711Z Downloaded recursive-proc-macro-impl v0.1.1
8982026-03-19T17:10:23.715Z Downloaded poly1305 v0.8.0
8992026-03-19T17:10:23.715Z Downloaded primeorder v0.13.6
9002026-03-19T17:10:23.720Z Downloaded packed_struct v0.10.1
9012026-03-19T17:10:23.720Z Downloaded indicatif v0.18.4
9022026-03-19T17:10:23.728Z Downloaded recursive v0.1.1
9032026-03-19T17:10:23.728Z Downloaded predicates v3.1.4
9042026-03-19T17:10:23.728Z Downloaded progenitor-client v0.13.0
9052026-03-19T17:10:23.735Z Downloaded progenitor v0.13.0
9062026-03-19T17:10:23.735Z Downloaded progenitor v0.11.2
9072026-03-19T17:10:23.735Z Downloaded rfc6979 v0.4.0
9082026-03-19T17:10:23.735Z Downloaded radium v0.7.0
9092026-03-19T17:10:23.735Z Downloaded r2d2 v0.8.10
9102026-03-19T17:10:23.735Z Downloaded psm v0.1.30
9112026-03-19T17:10:23.735Z Downloaded progenitor-extras v0.1.1
9122026-03-19T17:10:23.739Z Downloaded parking_lot v0.12.5
9132026-03-19T17:10:23.739Z Downloaded pem-rfc7468 v0.7.0
9142026-03-19T17:10:23.739Z Downloaded progenitor v0.10.0
9152026-03-19T17:10:23.743Z Downloaded proc-macro-crate v3.4.0
9162026-03-19T17:10:23.743Z Downloaded hickory-resolver v0.25.2
9172026-03-19T17:10:23.747Z Downloaded parking_lot_core v0.9.12
9182026-03-19T17:10:23.750Z Downloaded rtoolbox v0.0.3
9192026-03-19T17:10:23.750Z Downloaded num v0.4.3
9202026-03-19T17:10:23.750Z Downloaded hickory-resolver v0.24.4
9212026-03-19T17:10:23.754Z Downloaded rustc-hash v2.1.1
9222026-03-19T17:10:23.757Z Downloaded rand_core v0.9.5
9232026-03-19T17:10:23.757Z Downloaded russh-cryptovec v0.7.3
9242026-03-19T17:10:23.757Z Downloaded rustc_version v0.4.1
9252026-03-19T17:10:23.761Z Downloaded rustc_version v0.1.7
9262026-03-19T17:10:23.761Z Downloaded diesel_derives v2.3.7
9272026-03-19T17:10:23.765Z Downloaded rand_seeder v0.4.0
9282026-03-19T17:10:23.769Z Downloaded rand_core v0.6.4
9292026-03-19T17:10:23.769Z Downloaded rand_chacha v0.9.0
9302026-03-19T17:10:23.769Z Downloaded postgres-types v0.2.12
9312026-03-19T17:10:23.772Z Downloaded num_enum v0.7.5
9322026-03-19T17:10:23.775Z Downloaded rand_core v0.10.0
9332026-03-19T17:10:23.778Z Downloaded derive_more-impl v2.1.1
9342026-03-19T17:10:23.782Z Downloaded derive_more v2.1.1
9352026-03-19T17:10:23.789Z Downloaded salsa20 v0.10.2
9362026-03-19T17:10:23.792Z Downloaded sapling-renderdag v0.1.0
9372026-03-19T17:10:23.792Z Downloaded ref-cast-impl v1.0.25
9382026-03-19T17:10:23.797Z Downloaded secrecy v0.8.0
9392026-03-19T17:10:23.797Z Downloaded scheduled-thread-pool v0.2.7
9402026-03-19T17:10:23.797Z Downloaded serde-big-array v0.5.1
9412026-03-19T17:10:23.801Z Downloaded semver v0.1.20
9422026-03-19T17:10:23.801Z Downloaded resolv-conf v0.7.6
9432026-03-19T17:10:23.801Z Downloaded oso v0.27.3
9442026-03-19T17:10:23.812Z Downloaded miniz_oxide v0.8.9
9452026-03-19T17:10:23.812Z Downloaded parking_lot v0.11.2
9462026-03-19T17:10:23.812Z Downloaded scopeguard v1.2.0
9472026-03-19T17:10:23.812Z Downloaded pkcs5 v0.7.1
9482026-03-19T17:10:23.821Z Downloaded scrypt v0.11.0
9492026-03-19T17:10:23.821Z Downloaded papergrid v0.17.0
9502026-03-19T17:10:23.821Z Downloaded hashbrown v0.13.2
9512026-03-19T17:10:23.827Z Downloaded jiff-static v0.2.21
9522026-03-19T17:10:23.827Z Downloaded proc-macro-error2 v2.0.1
9532026-03-19T17:10:23.833Z Downloaded serde_spanned v1.0.4
9542026-03-19T17:10:23.833Z Downloaded serde_plain v1.0.2
9552026-03-19T17:10:23.833Z Downloaded serde_bytes v0.11.19
9562026-03-19T17:10:23.833Z Downloaded serde_repr v0.1.20
9572026-03-19T17:10:23.833Z Downloaded secrecy v0.10.3
9582026-03-19T17:10:23.833Z Downloaded peg v0.8.5
9592026-03-19T17:10:23.840Z Downloaded ignore v0.4.25
9602026-03-19T17:10:23.840Z Downloaded headers v0.4.1
9612026-03-19T17:10:23.846Z Downloaded rustls-pemfile v2.2.0
9622026-03-19T17:10:23.846Z Downloaded shell-words v1.1.1
9632026-03-19T17:10:23.852Z Downloaded rustls-pemfile v1.0.4
9642026-03-19T17:10:23.852Z Downloaded serde_urlencoded v0.7.1
9652026-03-19T17:10:23.852Z Downloaded sha1 v0.10.6
9662026-03-19T17:10:23.852Z Downloaded signal-hook-tokio v0.3.1
9672026-03-19T17:10:23.855Z Downloaded signature v2.2.0
9682026-03-19T17:10:23.855Z Downloaded rusty-fork v0.3.1
9692026-03-19T17:10:23.855Z Downloaded p256 v0.13.2
9702026-03-19T17:10:23.859Z Downloaded openssl-sys v0.9.111
9712026-03-19T17:10:23.864Z Downloaded postcard v1.1.3
9722026-03-19T17:10:23.864Z Downloaded pkcs1 v0.7.5
9732026-03-19T17:10:23.868Z Downloaded signal-hook-mio v0.2.5
9742026-03-19T17:10:23.868Z Downloaded quinn-udp v0.5.14
9752026-03-19T17:10:23.872Z Downloaded same-file v1.0.6
9762026-03-19T17:10:23.872Z Downloaded progenitor-impl v0.13.0
9772026-03-19T17:10:23.872Z Downloaded rustls-native-certs v0.8.3
9782026-03-19T17:10:23.876Z Downloaded dropshot-api-manager v0.6.0
9792026-03-19T17:10:23.876Z Downloaded slog-envlogger v2.2.0
9802026-03-19T17:10:23.883Z Downloaded slog-bunyan v2.5.0
9812026-03-19T17:10:23.883Z Downloaded sigpipe v0.1.3
9822026-03-19T17:10:23.883Z Downloaded sec1 v0.7.3
9832026-03-19T17:10:23.886Z Downloaded pin-project-lite v0.2.17
9842026-03-19T17:10:23.886Z Downloaded minimal-lexical v0.2.1
9852026-03-19T17:10:23.891Z Downloaded scroll_derive v0.13.1
9862026-03-19T17:10:23.892Z Downloaded hickory-server v0.25.2
9872026-03-19T17:10:23.895Z Downloaded sct v0.7.1
9882026-03-19T17:10:23.901Z Downloaded progenitor-impl v0.11.2
9892026-03-19T17:10:23.901Z Downloaded progenitor-impl v0.10.0
9902026-03-19T17:10:23.908Z Downloaded schemars_derive v0.8.22
9912026-03-19T17:10:23.908Z Downloaded hashbrown v0.12.3
9922026-03-19T17:10:23.913Z Downloaded ed25519-dalek v2.2.0
9932026-03-19T17:10:23.913Z Downloaded russh-keys v0.45.0
9942026-03-19T17:10:23.913Z Downloaded sqlparser_derive v0.5.0
9952026-03-19T17:10:23.913Z Downloaded serde-hex v0.1.0
9962026-03-19T17:10:23.921Z Downloaded seq-macro v0.3.6
9972026-03-19T17:10:23.921Z Downloaded pin-project v1.1.11
9982026-03-19T17:10:23.927Z Downloaded strum v0.27.2
9992026-03-19T17:10:23.927Z Downloaded strum v0.26.3
10002026-03-19T17:10:23.927Z Downloaded structmeta-derive v0.3.0
10012026-03-19T17:10:23.927Z Downloaded structmeta v0.3.0
10022026-03-19T17:10:23.935Z Downloaded strip-ansi-escapes v0.2.1
10032026-03-19T17:10:23.935Z Downloaded ssh-cipher v0.2.0
10042026-03-19T17:10:23.936Z Downloaded signal-hook-registry v1.4.8
10052026-03-19T17:10:23.936Z Downloaded shlex v1.3.0
10062026-03-19T17:10:23.941Z Downloaded slog-async v2.8.0
10072026-03-19T17:10:23.941Z Downloaded ssh-encoding v0.2.0
10082026-03-19T17:10:23.941Z Downloaded prefix-trie v0.7.0
10092026-03-19T17:10:23.941Z Downloaded serde_path_to_error v0.1.20
10102026-03-19T17:10:23.941Z Downloaded crossterm v0.29.0
10112026-03-19T17:10:23.944Z Downloaded smallvec v0.6.14
10122026-03-19T17:10:23.948Z Downloaded prettyplease v0.2.37
10132026-03-19T17:10:23.955Z Downloaded spki v0.7.3
10142026-03-19T17:10:23.955Z Downloaded siphasher v1.0.2
10152026-03-19T17:10:23.955Z Downloaded tap v1.0.1
10162026-03-19T17:10:23.955Z Downloaded tagptr v0.2.0
10172026-03-19T17:10:23.961Z Downloaded tabwriter v1.4.1
10182026-03-19T17:10:23.961Z Downloaded sync_wrapper v1.0.2
10192026-03-19T17:10:23.961Z Downloaded subtle v2.6.1
10202026-03-19T17:10:23.962Z Downloaded sync-ptr v0.1.4
10212026-03-19T17:10:23.962Z Downloaded thiserror-impl-no-std v2.0.2
10222026-03-19T17:10:23.962Z Downloaded termtree v0.5.1
10232026-03-19T17:10:23.965Z Downloaded itertools v0.10.5
10242026-03-19T17:10:23.968Z Downloaded take_mut v0.2.2
10252026-03-19T17:10:23.968Z Downloaded smf v0.2.3
10262026-03-19T17:10:23.968Z Downloaded slog-stdlog v4.1.1
10272026-03-19T17:10:23.978Z Downloaded scroll v0.13.0
10282026-03-19T17:10:23.978Z Downloaded supports-color v3.0.2
10292026-03-19T17:10:23.978Z Downloaded sqlformat v0.3.5
10302026-03-19T17:10:23.982Z Downloaded slog-scope v4.4.1
10312026-03-19T17:10:23.982Z Downloaded slog-json v2.6.1
10322026-03-19T17:10:23.982Z Downloaded snafu-derive v0.8.9
10332026-03-19T17:10:23.982Z Downloaded testing_table v0.3.0
10342026-03-19T17:10:23.982Z Downloaded slog-dtrace v0.3.0
10352026-03-19T17:10:23.982Z Downloaded simd-adler32 v0.3.8
10362026-03-19T17:10:23.982Z Downloaded thread-id v5.1.0
10372026-03-19T17:10:23.987Z Downloaded stacker v0.1.23
10382026-03-19T17:10:23.987Z Downloaded stringprep v0.1.5
10392026-03-19T17:10:23.992Z Downloaded string_cache v0.8.9
10402026-03-19T17:10:23.992Z Downloaded static_assertions v1.1.0
10412026-03-19T17:10:23.992Z Downloaded serde_cbor v0.11.2
10422026-03-19T17:10:23.999Z Downloaded serde_derive_internals v0.29.1
10432026-03-19T17:10:23.999Z Downloaded rustversion v1.0.22
10442026-03-19T17:10:23.999Z Downloaded strum_macros v0.27.2
10452026-03-19T17:10:24.008Z Downloaded tinyvec_macros v0.1.1
10462026-03-19T17:10:24.008Z Downloaded time-core v0.1.8
10472026-03-19T17:10:24.009Z Downloaded serde_with_macros v3.17.0
10482026-03-19T17:10:24.009Z Downloaded rustls-pki-types v1.14.0
10492026-03-19T17:10:24.009Z Downloaded hyper-util v0.1.20
10502026-03-19T17:10:24.017Z Downloaded ryu v1.0.23
10512026-03-19T17:10:24.017Z Downloaded support-bundle-viewer v0.1.2
10522026-03-19T17:10:24.017Z Downloaded strum_macros v0.24.3
10532026-03-19T17:10:24.017Z Downloaded rcgen v0.12.1
10542026-03-19T17:10:24.017Z Downloaded rayon-core v1.13.0
10552026-03-19T17:10:24.023Z Downloaded ron v0.8.1
10562026-03-19T17:10:24.031Z Downloaded tabled_derive v0.11.0
10572026-03-19T17:10:24.031Z Downloaded slog-term v2.9.2
10582026-03-19T17:10:24.031Z Downloaded schemars v0.8.22
10592026-03-19T17:10:24.036Z Downloaded tower-service v0.3.3
10602026-03-19T17:10:24.045Z Downloaded termios v0.3.3
10612026-03-19T17:10:24.045Z Downloaded aho-corasick v1.1.4
10622026-03-19T17:10:24.049Z Downloaded tower-layer v0.3.3
10632026-03-19T17:10:24.049Z Downloaded spin v0.9.8
10642026-03-19T17:10:24.049Z Downloaded nom v7.1.3
10652026-03-19T17:10:24.052Z Downloaded topological-sort v0.2.2
10662026-03-19T17:10:24.052Z Downloaded qorb v0.4.1
10672026-03-19T17:10:24.055Z Downloaded rand v0.8.5
10682026-03-19T17:10:24.059Z Downloaded quinn v0.11.9
10692026-03-19T17:10:24.063Z Downloaded thiserror-no-std v2.0.2
10702026-03-19T17:10:24.068Z Downloaded num-bigint v0.4.6
10712026-03-19T17:10:24.073Z Downloaded try-lock v0.2.5
10722026-03-19T17:10:24.073Z Downloaded serde_yaml v0.9.34+deprecated
10732026-03-19T17:10:24.073Z Downloaded thread_local v1.1.9
10742026-03-19T17:10:24.077Z Downloaded time-macros v0.2.27
10752026-03-19T17:10:24.077Z Downloaded strum_macros v0.26.4
10762026-03-19T17:10:24.077Z Downloaded slab v0.4.12
10772026-03-19T17:10:24.081Z Downloaded rustls-platform-verifier v0.6.2
10782026-03-19T17:10:24.081Z Downloaded trait-variant v0.1.2
10792026-03-19T17:10:24.086Z Downloaded signal-hook v0.3.18
10802026-03-19T17:10:24.086Z Downloaded universal-hash v0.5.1
10812026-03-19T17:10:24.086Z Downloaded tokio-macros v2.6.0
10822026-03-19T17:10:24.090Z Downloaded tokio-dtrace v0.1.1
10832026-03-19T17:10:24.090Z Downloaded typify-macro v0.4.3
10842026-03-19T17:10:24.090Z Downloaded tls_codec_derive v0.4.2
10852026-03-19T17:10:24.095Z Downloaded publicsuffix v2.3.0
10862026-03-19T17:10:24.095Z Downloaded unicode-truncate v1.1.0
10872026-03-19T17:10:24.095Z Downloaded typify-macro v0.6.1
10882026-03-19T17:10:24.098Z Downloaded libxml v0.3.3
10892026-03-19T17:10:24.101Z Downloaded tokio-native-tls v0.3.1
10902026-03-19T17:10:24.101Z Downloaded slog v2.8.2
10912026-03-19T17:10:24.108Z Downloaded unit-prefix v0.5.2
10922026-03-19T17:10:24.108Z Downloaded similar v2.7.0
10932026-03-19T17:10:24.112Z Downloaded untrusted v0.9.0
10942026-03-19T17:10:24.112Z Downloaded untrusted v0.7.1
10952026-03-19T17:10:24.112Z Downloaded tokio-tungstenite v0.23.1
10962026-03-19T17:10:24.117Z Downloaded hashbrown v0.15.5
10972026-03-19T17:10:24.120Z Downloaded utf-8 v0.7.6
10982026-03-19T17:10:24.121Z Downloaded usdt-macro v0.6.0
10992026-03-19T17:10:24.121Z Downloaded usdt-attr-macro v0.6.0
11002026-03-19T17:10:24.121Z Downloaded toml_writer v1.0.6+spec-1.1.0
11012026-03-19T17:10:24.121Z Downloaded term v1.2.1
11022026-03-19T17:10:24.126Z Downloaded itertools v0.13.0
11032026-03-19T17:10:24.133Z Downloaded term v0.7.0
11042026-03-19T17:10:24.136Z Downloaded rand v0.9.2
11052026-03-19T17:10:24.137Z Downloaded rsa v0.9.10
11062026-03-19T17:10:24.140Z Downloaded void v1.0.2
11072026-03-19T17:10:24.141Z Downloaded itertools v0.12.1
11082026-03-19T17:10:24.150Z Downloaded want v0.3.1
11092026-03-19T17:10:24.157Z Downloaded rand v0.10.0
11102026-03-19T17:10:24.157Z Downloaded tui-tree-widget v0.23.1
11112026-03-19T17:10:24.157Z Downloaded tls_codec v0.4.2
11122026-03-19T17:10:24.157Z Downloaded waitgroup v0.1.2
11132026-03-19T17:10:24.157Z Downloaded wait-timeout v0.2.1
11142026-03-19T17:10:24.161Z Downloaded socket2 v0.5.10
11152026-03-19T17:10:24.161Z Downloaded iri-string v0.7.10
11162026-03-19T17:10:24.165Z Downloaded unarray v0.1.4
11172026-03-19T17:10:24.165Z Downloaded iddqd v0.3.17
11182026-03-19T17:10:24.168Z Downloaded xattr v1.6.1
11192026-03-19T17:10:24.168Z Downloaded unicase v2.9.0
11202026-03-19T17:10:24.173Z Downloaded hyper v1.8.1
11212026-03-19T17:10:24.177Z Downloaded xshell-macros v0.2.7
11222026-03-19T17:10:24.177Z Downloaded tokio-rustls v0.25.0
11232026-03-19T17:10:24.182Z Downloaded socket2 v0.6.2
11242026-03-19T17:10:24.182Z Downloaded tokio-rustls v0.24.1
11252026-03-19T17:10:24.182Z Downloaded usdt v0.6.0
11262026-03-19T17:10:24.182Z Downloaded subprocess v0.2.15
11272026-03-19T17:10:24.186Z Downloaded zeroize_derive v1.4.3
11282026-03-19T17:10:24.187Z Downloaded tokio-stream v0.1.18
11292026-03-19T17:10:24.190Z Downloaded usdt-impl v0.6.0
11302026-03-19T17:10:24.190Z Downloaded tokio-rustls v0.26.4
11312026-03-19T17:10:24.196Z Downloaded futures-util v0.3.32
11322026-03-19T17:10:24.200Z Downloaded zone v0.3.1
11332026-03-19T17:10:24.205Z Downloaded vergen-gitcl v1.0.8
11342026-03-19T17:10:24.205Z Downloaded uzers v0.12.2
11352026-03-19T17:10:24.209Z Downloaded tar v0.4.44
11362026-03-19T17:10:24.209Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11372026-03-19T17:10:24.209Z Downloaded snafu v0.8.9
11382026-03-19T17:10:24.214Z Downloaded tracing-attributes v0.1.31
11392026-03-19T17:10:24.219Z Downloaded zone_cfg_derive v0.3.1
11402026-03-19T17:10:24.219Z Downloaded tiny-keccak v2.0.2
11412026-03-19T17:10:24.219Z Downloaded vsss-rs v3.3.4
11422026-03-19T17:10:24.223Z Downloaded vergen-lib v0.1.6
11432026-03-19T17:10:24.223Z Downloaded rustls-webpki v0.103.9
11442026-03-19T17:10:24.223Z Downloaded test-strategy v0.4.5
11452026-03-19T17:10:24.227Z Downloaded num-bigint-dig v0.8.6
11462026-03-19T17:10:24.235Z Downloaded walkdir v2.5.0
11472026-03-19T17:10:24.244Z Downloaded wyz v0.5.1
11482026-03-19T17:10:24.244Z Downloaded whoami v1.6.1
11492026-03-19T17:10:24.244Z Downloaded twox-hash v2.1.2
11502026-03-19T17:10:24.244Z Downloaded unicode-properties v0.1.4
11512026-03-19T17:10:24.244Z Downloaded xshell v0.2.7
11522026-03-19T17:10:24.245Z Downloaded whoami v2.1.0
11532026-03-19T17:10:24.253Z Downloaded xz2 v0.1.7
11542026-03-19T17:10:24.253Z Downloaded p521 v0.13.3
11552026-03-19T17:10:24.253Z Downloaded tinyvec v1.10.0
11562026-03-19T17:10:24.253Z Downloaded hkdf v0.12.4
11572026-03-19T17:10:24.253Z Downloaded h2 v0.4.13
11582026-03-19T17:10:24.257Z Downloaded vergen v9.0.6
11592026-03-19T17:10:24.257Z Downloaded schemars v1.2.1
11602026-03-19T17:10:24.271Z Downloaded schemars v0.9.0
11612026-03-19T17:10:24.276Z Downloaded zstd-safe v7.2.4
11622026-03-19T17:10:24.279Z Downloaded vergen-git2 v1.0.7
11632026-03-19T17:10:24.280Z Downloaded tracing-core v0.1.36
11642026-03-19T17:10:24.283Z Downloaded zstd v0.13.3
11652026-03-19T17:10:24.286Z Downloaded libm v0.2.16
11662026-03-19T17:10:24.296Z Downloaded tungstenite v0.21.0
11672026-03-19T17:10:24.301Z Downloaded typify v0.6.1
11682026-03-19T17:10:24.301Z Downloaded typify v0.4.3
11692026-03-19T17:10:24.304Z Downloaded russh v0.45.0
11702026-03-19T17:10:24.309Z Downloaded chrono v0.4.44
11712026-03-19T17:10:24.381Z Downloaded itertools v0.14.0
11722026-03-19T17:10:24.381Z Downloaded zerocopy v0.6.6
11732026-03-19T17:10:24.381Z Downloaded yasna v0.5.2
11742026-03-19T17:10:24.381Z Downloaded unsafe-libyaml v0.2.11
11752026-03-19T17:10:24.382Z Downloaded vte v0.14.1
11762026-03-19T17:10:24.382Z Downloaded rpassword v7.4.0
11772026-03-19T17:10:24.382Z Downloaded toml_edit v0.23.10+spec-1.0.0
11782026-03-19T17:10:24.382Z Downloaded steno v0.4.1
11792026-03-19T17:10:24.382Z Downloaded zeroize v1.8.2
11802026-03-19T17:10:24.382Z Downloaded rustyline v14.0.0
11812026-03-19T17:10:24.382Z Downloaded toml_parser v1.0.9+spec-1.1.0
11822026-03-19T17:10:24.382Z Downloaded ron v0.12.0
11832026-03-19T17:10:24.382Z Downloaded tungstenite v0.23.0
11842026-03-19T17:10:24.382Z Downloaded unicode-bidi v0.3.18
11852026-03-19T17:10:24.382Z Downloaded tokio-postgres v0.7.16
11862026-03-19T17:10:24.382Z Downloaded blake3 v1.8.3
11872026-03-19T17:10:24.382Z Downloaded toml v0.9.12+spec-1.1.0
11882026-03-19T17:10:24.382Z Downloaded toml v0.7.8
11892026-03-19T17:10:24.396Z Downloaded ssh-key v0.6.7
11902026-03-19T17:10:24.396Z Downloaded toml_edit v0.19.15
11912026-03-19T17:10:24.410Z Downloaded zopfli v0.8.3
11922026-03-19T17:10:24.410Z Downloaded bitvec v1.0.1
11932026-03-19T17:10:24.418Z Downloaded zip v0.6.6
11942026-03-19T17:10:24.418Z Downloaded p384 v0.13.1
11952026-03-19T17:10:24.418Z Downloaded regex v1.12.3
11962026-03-19T17:10:24.423Z Downloaded reedline v0.40.0
11972026-03-19T17:10:24.427Z Downloaded uuid v1.21.0
11982026-03-19T17:10:24.427Z Downloaded git2 v0.20.4
11992026-03-19T17:10:24.435Z Downloaded yansi v1.0.1
12002026-03-19T17:10:24.439Z Downloaded bindgen v0.71.1
12012026-03-19T17:10:24.444Z Downloaded rayon v1.11.0
12022026-03-19T17:10:24.449Z Downloaded aws-lc-rs v1.16.0
12032026-03-19T17:10:24.455Z Downloaded lalrpop v0.19.12
12042026-03-19T17:10:24.465Z Downloaded zerocopy-derive v0.8.40
12052026-03-19T17:10:24.471Z Downloaded quick-xml v0.37.5
12062026-03-19T17:10:24.475Z Downloaded x509-cert v0.2.5
12072026-03-19T17:10:24.480Z Downloaded typed-path v0.9.3
12082026-03-19T17:10:24.485Z Downloaded portable-atomic v1.13.1
12092026-03-19T17:10:24.492Z Downloaded unicode-segmentation v1.12.0
12102026-03-19T17:10:24.497Z Downloaded tower v0.5.3
12112026-03-19T17:10:24.501Z Downloaded reqwest v0.13.2
12122026-03-19T17:10:24.509Z Downloaded goblin v0.10.5
12132026-03-19T17:10:24.515Z Downloaded unicode-normalization v0.1.25
12142026-03-19T17:10:24.526Z Downloaded salty v0.3.0
12152026-03-19T17:10:24.530Z Downloaded tough v0.20.0
12162026-03-19T17:10:24.530Z Downloaded zip v4.6.1
12172026-03-19T17:10:24.535Z Downloaded moka v0.12.13
12182026-03-19T17:10:24.539Z Downloaded tower-http v0.6.8
12192026-03-19T17:10:24.544Z Downloaded rustls-webpki v0.102.8
12202026-03-19T17:10:24.561Z Downloaded serde_with v3.17.0
12212026-03-19T17:10:24.569Z Downloaded object v0.30.4
12222026-03-19T17:10:24.577Z Downloaded petname v2.0.2
12232026-03-19T17:10:24.581Z Downloaded quinn-proto v0.11.13
12242026-03-19T17:10:24.591Z Downloaded winnow v0.6.26
12252026-03-19T17:10:24.595Z Downloaded radix_trie v0.2.1
12262026-03-19T17:10:24.603Z Downloaded winnow v0.5.40
12272026-03-19T17:10:24.610Z Downloaded polar-core v0.27.3
12282026-03-19T17:10:24.614Z Downloaded bstr v1.12.1
12292026-03-19T17:10:24.622Z Downloaded curve25519-dalek v4.1.3
12302026-03-19T17:10:24.627Z Downloaded tokio-util v0.7.18
12312026-03-19T17:10:24.633Z Downloaded rustls v0.21.12
12322026-03-19T17:10:24.643Z Downloaded openssl v0.10.75
12332026-03-19T17:10:24.650Z Downloaded proptest v1.10.0
12342026-03-19T17:10:24.659Z Downloaded regex-syntax v0.6.29
12352026-03-19T17:10:24.668Z Downloaded time v0.3.47
12362026-03-19T17:10:24.675Z Downloaded tabled v0.20.0
12372026-03-19T17:10:24.688Z Downloaded vcpkg v0.2.15
12382026-03-19T17:10:24.723Z Downloaded zlib-rs v0.6.2
12392026-03-19T17:10:24.730Z Downloaded hickory-proto v0.24.4
12402026-03-19T17:10:24.742Z Downloaded rustls v0.23.37
12412026-03-19T17:10:24.752Z Downloaded object v0.37.3
12422026-03-19T17:10:24.763Z Downloaded regex-syntax v0.8.10
12432026-03-19T17:10:24.768Z Downloaded rustls v0.22.4
12442026-03-19T17:10:24.779Z Downloaded zerocopy v0.8.40
12452026-03-19T17:10:24.786Z Downloaded regress v0.10.5
12462026-03-19T17:10:24.792Z Downloaded hickory-proto v0.25.2
12472026-03-19T17:10:24.806Z Downloaded diesel v2.3.7
12482026-03-19T17:10:24.822Z Downloaded rustix v0.38.44
12492026-03-19T17:10:24.837Z Downloaded openapiv3 v2.2.0
12502026-03-19T17:10:24.845Z Downloaded nix v0.31.1
12512026-03-19T17:10:24.853Z Downloaded sled v0.34.7
12522026-03-19T17:10:24.861Z Downloaded webpki-roots v1.0.6
12532026-03-19T17:10:24.866Z Downloaded ratatui v0.29.0
12542026-03-19T17:10:24.879Z Downloaded smoltcp v0.11.0
12552026-03-19T17:10:24.893Z Downloaded bzip2-sys v0.1.13+1.0.8
12562026-03-19T17:10:24.899Z Downloaded sqlparser v0.61.0
12572026-03-19T17:10:24.906Z Downloaded smoltcp v0.9.1
12582026-03-19T17:10:24.910Z Downloaded nix v0.29.0
12592026-03-19T17:10:24.917Z Downloaded dropshot v0.16.7
12602026-03-19T17:10:24.934Z Downloaded nix v0.28.0
12612026-03-19T17:10:24.942Z Downloaded nix v0.27.1
12622026-03-19T17:10:24.950Z Downloaded rustls-webpki v0.101.7
12632026-03-19T17:10:24.963Z Downloaded typify-impl v0.6.1
12642026-03-19T17:10:24.971Z Downloaded typify-impl v0.4.3
12652026-03-19T17:10:24.979Z Downloaded chrono-tz v0.10.4
12662026-03-19T17:10:24.991Z Downloaded tracing v0.1.44
12672026-03-19T17:10:25.009Z Downloaded unicode_categories v0.1.1
12682026-03-19T17:10:25.013Z Downloaded reqwest v0.12.28
12692026-03-19T17:10:25.013Z Downloaded samael v0.0.19
12702026-03-19T17:10:25.017Z Downloaded tokio-tungstenite v0.21.0
12712026-03-19T17:10:25.023Z Downloaded pretty_assertions v1.4.1
12722026-03-19T17:10:25.023Z Downloaded mio v1.1.1
12732026-03-19T17:10:25.028Z Downloaded http v1.4.0
12742026-03-19T17:10:25.028Z Downloaded heapless v0.8.0
12752026-03-19T17:10:25.032Z Downloaded heapless v0.7.17
12762026-03-19T17:10:25.032Z Downloaded zerocopy-derive v0.6.6
12772026-03-19T17:10:25.040Z Downloaded regex-automata v0.4.14
12782026-03-19T17:10:25.049Z Downloaded sha3 v0.10.8
12792026-03-19T17:10:25.054Z Downloaded libz-sys v1.1.24
12802026-03-19T17:10:25.070Z Downloaded derive_more v0.99.20
12812026-03-19T17:10:25.081Z Downloaded tokio v1.49.0
12822026-03-19T17:10:25.100Z Downloaded petgraph v0.6.5
12832026-03-19T17:10:25.113Z Downloaded diff v0.1.13
12842026-03-19T17:10:25.117Z Downloaded lzma-sys v0.1.20
12852026-03-19T17:10:25.136Z Downloaded jiff v0.2.21
12862026-03-19T17:10:25.149Z Downloaded ahash v0.8.12
12872026-03-19T17:10:25.153Z Downloaded colored v3.1.1
12882026-03-19T17:10:25.163Z Downloaded base64ct v1.8.3
12892026-03-19T17:10:25.163Z Downloaded cookie_store v0.22.1
12902026-03-19T17:10:25.163Z Downloaded console v0.16.2
12912026-03-19T17:10:25.179Z Downloaded bzip2 v0.6.1
12922026-03-19T17:10:25.179Z Downloaded blake2 v0.10.6
12932026-03-19T17:10:25.179Z Downloaded petgraph v0.8.3
12942026-03-19T17:10:25.192Z Downloaded bitflags v1.3.2
12952026-03-19T17:10:25.192Z Downloaded csv v1.4.0
12962026-03-19T17:10:25.204Z Downloaded instant v0.1.13
12972026-03-19T17:10:25.204Z Downloaded ecdsa v0.16.9
12982026-03-19T17:10:25.204Z Downloaded darling v0.23.0
12992026-03-19T17:10:25.204Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13002026-03-19T17:10:25.215Z Downloaded crossbeam-utils v0.8.21
13012026-03-19T17:10:25.222Z Downloaded httpdate v1.0.3
13022026-03-19T17:10:25.222Z Downloaded git-stub-vcs v0.1.0
13032026-03-19T17:10:25.222Z Downloaded diesel-dtrace v0.5.0
13042026-03-19T17:10:25.222Z Downloaded derive_builder_core v0.20.2
13052026-03-19T17:10:25.222Z Downloaded darling v0.20.11
13062026-03-19T17:10:25.227Z Downloaded csv-core v0.1.13
13072026-03-19T17:10:25.228Z Downloaded cookie v0.18.1
13082026-03-19T17:10:25.228Z Downloaded bcs v0.1.6
13092026-03-19T17:10:25.228Z Downloaded corncobs v0.1.4
13102026-03-19T17:10:25.231Z Downloaded bitfield v0.19.4
13112026-03-19T17:10:25.231Z Downloaded cargo_toml v0.22.3
13122026-03-19T17:10:25.232Z Downloaded group v0.13.0
13132026-03-19T17:10:25.232Z Downloaded crossbeam-epoch v0.9.18
13142026-03-19T17:10:25.238Z Downloaded cmake v0.1.57
13152026-03-19T17:10:25.238Z Downloaded cexpr v0.6.0
13162026-03-19T17:10:25.238Z Downloaded blowfish v0.9.1
13172026-03-19T17:10:25.238Z Downloaded base64 v0.22.1
13182026-03-19T17:10:25.241Z Downloaded arrayvec v0.7.6
13192026-03-19T17:10:25.241Z Downloaded defmt v1.0.1
13202026-03-19T17:10:25.241Z Downloaded ctr v0.9.2
13212026-03-19T17:10:25.245Z Downloaded bit-vec v0.6.3
13222026-03-19T17:10:25.245Z Downloaded async-bb8-diesel v0.2.1
13232026-03-19T17:10:25.249Z Downloaded argon2 v0.5.3
13242026-03-19T17:10:25.249Z Downloaded funty v2.0.0
13252026-03-19T17:10:25.249Z Downloaded base16ct v0.2.0
13262026-03-19T17:10:25.249Z Downloaded assert_matches v1.5.0
13272026-03-19T17:10:25.249Z Downloaded cpufeatures v0.3.0
13282026-03-19T17:10:25.254Z Downloaded ciborium-ll v0.2.2
13292026-03-19T17:10:25.254Z Downloaded array-init v0.0.4
13302026-03-19T17:10:25.254Z Downloaded derive-ex v0.1.8
13312026-03-19T17:10:25.254Z Downloaded ring v0.17.14
13322026-03-19T17:10:25.282Z Downloaded cargo-platform v0.1.9
13332026-03-19T17:10:25.285Z Downloaded cstr-argument v0.1.2
13342026-03-19T17:10:25.285Z Downloaded encoding_rs v0.8.35
13352026-03-19T17:10:25.301Z Downloaded camino-tempfile-ext v0.3.3
13362026-03-19T17:10:25.304Z Downloaded aes-gcm v0.10.3
13372026-03-19T17:10:25.304Z Downloaded critical-section v1.2.0
13382026-03-19T17:10:25.331Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-03-19T17:10:25.817Z Downloaded aws-lc-sys v0.37.1
13402026-03-19T17:10:26.148Z Compiling libc v0.2.180
13412026-03-19T17:10:26.148Z Compiling serde v1.0.228
13422026-03-19T17:10:26.152Z Compiling log v0.4.29
13432026-03-19T17:10:26.152Z Compiling find-msvc-tools v0.1.9
13442026-03-19T17:10:26.318Z Compiling shlex v1.3.0
13452026-03-19T17:10:26.336Z Compiling smallvec v1.15.1
13462026-03-19T17:10:26.347Z Compiling syn v2.0.117
13472026-03-19T17:10:26.362Z Compiling typenum v1.19.0
13482026-03-19T17:10:26.593Z Compiling generic-array v0.14.7
13492026-03-19T17:10:26.611Z Compiling subtle v2.6.1
13502026-03-19T17:10:26.642Z Compiling scopeguard v1.2.0
13512026-03-19T17:10:26.702Z Compiling portable-atomic v1.13.1
13522026-03-19T17:10:26.742Z Compiling const-oid v0.9.6
13532026-03-19T17:10:26.775Z Compiling lock_api v0.4.14
13542026-03-19T17:10:26.830Z Compiling critical-section v1.2.0
13552026-03-19T17:10:26.931Z Compiling zerocopy v0.8.40
13562026-03-19T17:10:26.960Z Compiling serde_json v1.0.149
13572026-03-19T17:10:27.079Z Compiling parking_lot_core v0.9.12
13582026-03-19T17:10:27.197Z Compiling pin-project-lite v0.2.17
13592026-03-19T17:10:27.390Z Compiling pkg-config v0.3.32
13602026-03-19T17:10:27.476Z Compiling bitflags v2.11.0
13612026-03-19T17:10:27.570Z Compiling getrandom v0.2.17
13622026-03-19T17:10:27.670Z Compiling jobserver v0.1.34
13632026-03-19T17:10:27.762Z Compiling rand_core v0.6.4
13642026-03-19T17:10:27.819Z Compiling errno v0.3.14
13652026-03-19T17:10:28.001Z Compiling cc v1.2.56
13662026-03-19T17:10:28.027Z Compiling once_cell v1.21.3
13672026-03-19T17:10:28.097Z Compiling signal-hook-registry v1.4.8
13682026-03-19T17:10:28.119Z Compiling parking_lot v0.12.5
13692026-03-19T17:10:28.151Z Compiling mio v1.1.1
13702026-03-19T17:10:28.196Z Compiling libm v0.2.16
13712026-03-19T17:10:28.286Z Compiling num-traits v0.2.19
13722026-03-19T17:10:28.461Z Compiling futures-core v0.3.32
13732026-03-19T17:10:28.600Z Compiling socket2 v0.6.2
13742026-03-19T17:10:28.638Z Compiling percent-encoding v2.3.2
13752026-03-19T17:10:28.699Z Compiling allocator-api2 v0.2.21
13762026-03-19T17:10:28.786Z Compiling foldhash v0.2.0
13772026-03-19T17:10:28.872Z Compiling futures-sink v0.3.32
13782026-03-19T17:10:28.896Z Compiling cpufeatures v0.2.17
13792026-03-19T17:10:28.985Z Compiling futures-channel v0.3.32
13802026-03-19T17:10:29.010Z Compiling futures-io v0.3.32
13812026-03-19T17:10:29.059Z Compiling slab v0.4.12
13822026-03-19T17:10:29.130Z Compiling hashbrown v0.16.1
13832026-03-19T17:10:29.143Z Compiling futures-task v0.3.32
13842026-03-19T17:10:29.204Z Compiling getrandom v0.4.1
13852026-03-19T17:10:29.267Z Compiling rand_core v0.10.0
13862026-03-19T17:10:29.285Z Compiling getrandom v0.3.4
13872026-03-19T17:10:29.355Z Compiling rustversion v1.0.22
13882026-03-19T17:10:29.473Z Compiling cmake v0.1.57
13892026-03-19T17:10:29.958Z Compiling indexmap v2.13.0
13902026-03-19T17:10:30.109Z Compiling form_urlencoded v1.2.2
13912026-03-19T17:10:30.208Z Compiling base64ct v1.8.3
13922026-03-19T17:10:30.291Z Compiling fs_extra v1.3.0
13932026-03-19T17:10:30.333Z Compiling ident_case v1.0.1
13942026-03-19T17:10:30.488Z Compiling synstructure v0.13.2
13952026-03-19T17:10:30.607Z Compiling dunce v1.0.5
13962026-03-19T17:10:30.619Z Compiling pem-rfc7468 v0.7.0
13972026-03-19T17:10:30.641Z Compiling flagset v0.4.7
13982026-03-19T17:10:30.664Z Compiling aws-lc-sys v0.37.1
13992026-03-19T17:10:30.803Z Compiling rand_core v0.9.5
14002026-03-19T17:10:30.821Z Compiling iana-time-zone v0.1.65
14012026-03-19T17:10:30.841Z Compiling rustix v1.1.3
14022026-03-19T17:10:30.878Z Compiling ring v0.17.14
14032026-03-19T17:10:30.994Z Compiling uuid v1.21.0
14042026-03-19T17:10:31.078Z Compiling rustc_version v0.4.1
14052026-03-19T17:10:31.147Z Compiling vcpkg v0.2.15
14062026-03-19T17:10:31.336Z Compiling aws-lc-rs v1.16.0
14072026-03-19T17:10:31.519Z Compiling regex-syntax v0.8.10
14082026-03-19T17:10:31.699Z Compiling tracing-core v0.1.36
14092026-03-19T17:10:31.914Z Compiling crossbeam-utils v0.8.21
14102026-03-19T17:10:32.177Z Compiling openssl-sys v0.9.111
14112026-03-19T17:10:32.309Z Compiling pest_generator v2.8.6
14122026-03-19T17:10:32.464Z Compiling serde_derive_internals v0.29.1
14132026-03-19T17:10:32.927Z Compiling untrusted v0.7.1
14142026-03-19T17:10:33.058Z Compiling serde_derive v1.0.228
14152026-03-19T17:10:33.079Z Compiling zeroize_derive v1.4.3
14162026-03-19T17:10:33.248Z Compiling zerofrom-derive v0.1.6
14172026-03-19T17:10:33.265Z Compiling yoke-derive v0.8.1
14182026-03-19T17:10:33.716Z Compiling zerocopy-derive v0.8.40
14192026-03-19T17:10:33.921Z Compiling zeroize v1.8.2
14202026-03-19T17:10:34.745Z Compiling zerovec-derive v0.11.2
14212026-03-19T17:10:34.809Z Compiling displaydoc v0.2.5
14222026-03-19T17:10:34.998Z Compiling crypto-common v0.1.7
14232026-03-19T17:10:35.183Z Compiling block-buffer v0.10.4
14242026-03-19T17:10:35.201Z Compiling zerofrom v0.1.6
14252026-03-19T17:10:35.358Z Compiling yoke v0.8.1
14262026-03-19T17:10:35.389Z Compiling digest v0.10.7
14272026-03-19T17:10:35.598Z Compiling tokio-macros v2.6.0
14282026-03-19T17:10:35.712Z Compiling hmac v0.12.1
14292026-03-19T17:10:35.752Z Compiling futures-macro v0.3.32
14302026-03-19T17:10:35.793Z Compiling zerotrie v0.2.3
14312026-03-19T17:10:35.905Z Compiling block-padding v0.3.3
14322026-03-19T17:10:36.109Z Compiling inout v0.1.4
14332026-03-19T17:10:36.181Z Compiling sha2 v0.10.9
14342026-03-19T17:10:36.248Z Compiling zerovec v0.11.5
14352026-03-19T17:10:36.318Z Compiling cipher v0.4.4
14362026-03-19T17:10:36.551Z Compiling der_derive v0.7.3
14372026-03-19T17:10:36.662Z Compiling salsa20 v0.10.2
14382026-03-19T17:10:36.823Z Compiling futures-util v0.3.32
14392026-03-19T17:10:36.840Z Compiling pbkdf2 v0.12.2
14402026-03-19T17:10:36.943Z Compiling tinystr v0.8.2
14412026-03-19T17:10:36.990Z Compiling potential_utf v0.1.4
14422026-03-19T17:10:37.188Z Compiling icu_locale_core v2.1.1
14432026-03-19T17:10:37.207Z Compiling icu_collections v2.1.1
14442026-03-19T17:10:37.817Z Compiling bytes v1.11.1
14452026-03-19T17:10:37.836Z Compiling der v0.7.10
14462026-03-19T17:10:37.840Z Compiling chrono v0.4.44
14472026-03-19T17:10:38.035Z Compiling thiserror-impl v2.0.18
14482026-03-19T17:10:38.410Z Compiling icu_provider v2.1.1
14492026-03-19T17:10:38.630Z Compiling tokio v1.49.0
14502026-03-19T17:10:38.790Z Compiling icu_properties v2.1.2
14512026-03-19T17:10:39.486Z Compiling icu_normalizer v2.1.1
14522026-03-19T17:10:39.733Z Compiling spki v0.7.3
14532026-03-19T17:10:39.846Z Compiling ppv-lite86 v0.2.21
14542026-03-19T17:10:40.004Z Compiling http v1.4.0
14552026-03-19T17:10:40.021Z Compiling thiserror v2.0.18
14562026-03-19T17:10:40.044Z Compiling idna_adapter v1.2.1
14572026-03-19T17:10:40.152Z Compiling scrypt v0.11.0
14582026-03-19T17:10:40.207Z Compiling idna v1.1.0
14592026-03-19T17:10:40.238Z Compiling rand_chacha v0.9.0
14602026-03-19T17:10:40.275Z Compiling cbc v0.1.2
14612026-03-19T17:10:40.389Z Compiling aes v0.8.4
14622026-03-19T17:10:40.456Z Compiling rustls-pki-types v1.14.0
14632026-03-19T17:10:40.478Z Compiling tracing-attributes v0.1.31
14642026-03-19T17:10:41.061Z Compiling url v2.5.8
14652026-03-19T17:10:41.163Z Compiling pkcs5 v0.7.1
14662026-03-19T17:10:41.180Z Compiling http-body v1.0.1
14672026-03-19T17:10:41.259Z Compiling rand v0.9.2
14682026-03-19T17:10:41.305Z Compiling syn v1.0.109
14692026-03-19T17:10:41.680Z Compiling httparse v1.10.1
14702026-03-19T17:10:41.706Z Compiling untrusted v0.9.0
14712026-03-19T17:10:41.778Z Compiling schemars v0.8.22
14722026-03-19T17:10:41.852Z Compiling openssl-probe v0.2.1
14732026-03-19T17:10:42.023Z Compiling base64 v0.22.1
14742026-03-19T17:10:42.172Z Compiling pkcs8 v0.10.2
14752026-03-19T17:10:42.192Z Compiling schemars_derive v0.8.22
14762026-03-19T17:10:42.264Z Compiling tracing v0.1.44
14772026-03-19T17:10:42.284Z Compiling pest_derive v2.8.6
14782026-03-19T17:10:42.434Z Compiling scroll_derive v0.13.1
14792026-03-19T17:10:42.598Z Compiling darling_core v0.20.11
14802026-03-19T17:10:42.811Z Compiling tinyvec_macros v0.1.1
14812026-03-19T17:10:42.932Z Compiling atomic-waker v1.1.2
14822026-03-19T17:10:43.046Z Compiling try-lock v0.2.5
14832026-03-19T17:10:43.179Z Compiling tower-layer v0.3.3
14842026-03-19T17:10:43.216Z Compiling rustls v0.23.37
14852026-03-19T17:10:43.380Z Compiling dyn-clone v1.0.20
14862026-03-19T17:10:43.432Z Compiling tower-service v0.3.3
14872026-03-19T17:10:43.481Z Compiling scroll v0.13.0
14882026-03-19T17:10:43.544Z Compiling want v0.3.1
14892026-03-19T17:10:43.548Z Compiling tinyvec v1.10.0
14902026-03-19T17:10:43.749Z Compiling tokio-util v0.7.18
14912026-03-19T17:10:44.408Z Compiling ipnet v2.11.0
14922026-03-19T17:10:44.534Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14932026-03-19T17:10:45.063Z Compiling h2 v0.4.13
14942026-03-19T17:10:45.109Z Compiling spin v0.9.8
14952026-03-19T17:10:45.170Z Compiling aho-corasick v1.1.4
14962026-03-19T17:10:45.377Z Compiling powerfmt v0.2.0
14972026-03-19T17:10:45.648Z Compiling num-conv v0.2.0
14982026-03-19T17:10:45.701Z Compiling httpdate v1.0.3
14992026-03-19T17:10:45.842Z Compiling crc32fast v1.5.0
15002026-03-19T17:10:45.895Z Compiling darling_macro v0.20.11
15012026-03-19T17:10:45.982Z Compiling time-core v0.1.8
15022026-03-19T17:10:46.151Z Compiling foreign-types-shared v0.1.1
15032026-03-19T17:10:46.176Z Compiling pin-utils v0.1.0
15042026-03-19T17:10:46.256Z Compiling openssl v0.10.75
15052026-03-19T17:10:46.274Z Compiling foreign-types v0.3.2
15062026-03-19T17:10:46.363Z Compiling regex-automata v0.4.14
15072026-03-19T17:10:46.481Z Compiling darling v0.20.11
15082026-03-19T17:10:46.573Z Compiling tempfile v3.25.0
15092026-03-19T17:10:46.591Z Compiling time-macros v0.2.27
15102026-03-19T17:10:46.670Z Compiling deranged v0.5.8
15112026-03-19T17:10:47.549Z Compiling goblin v0.10.5
15122026-03-19T17:10:47.996Z Compiling openssl-macros v0.1.1
15132026-03-19T17:10:48.072Z Compiling thiserror-impl v1.0.69
15142026-03-19T17:10:49.171Z Compiling hyper v1.8.1
15152026-03-19T17:10:49.466Z Compiling wait-timeout v0.2.1
15162026-03-19T17:10:49.728Z Compiling siphasher v1.0.2
15172026-03-19T17:10:49.887Z Compiling num_threads v0.1.7
15182026-03-19T17:10:49.958Z Compiling simd-adler32 v0.3.8
15192026-03-19T17:10:49.996Z Compiling bit-vec v0.8.0
15202026-03-19T17:10:50.290Z Compiling usdt-impl v0.6.0
15212026-03-19T17:10:50.309Z Compiling quick-error v1.2.3
15222026-03-19T17:10:50.437Z Compiling native-tls v0.2.18
15232026-03-19T17:10:50.456Z Compiling either v1.15.0
15242026-03-19T17:10:50.571Z Compiling rusty-fork v0.3.1
15252026-03-19T17:10:50.717Z Compiling hyper-util v0.1.20
15262026-03-19T17:10:50.736Z Compiling bit-set v0.8.0
15272026-03-19T17:10:50.943Z Compiling time v0.3.47
15282026-03-19T17:10:50.985Z Compiling thiserror v1.0.69
15292026-03-19T17:10:51.346Z Compiling dof v0.4.0
15302026-03-19T17:10:52.324Z Compiling derive_builder_core v0.20.2
15312026-03-19T17:10:52.961Z Compiling unicode-normalization v0.1.25
15322026-03-19T17:10:52.979Z Compiling crossbeam-epoch v0.9.18
15332026-03-19T17:10:53.103Z Compiling dtrace-parser v0.3.0
15342026-03-19T17:10:53.416Z Compiling rustls-native-certs v0.8.3
15352026-03-19T17:10:53.508Z Compiling signature v2.2.0
15362026-03-19T17:10:53.554Z Compiling scroll_derive v0.12.1
15372026-03-19T17:10:53.568Z Compiling heapless v0.7.17
15382026-03-19T17:10:53.724Z Compiling rand_xorshift v0.4.0
15392026-03-19T17:10:53.779Z Compiling slog v2.8.2
15402026-03-19T17:10:53.853Z Compiling darling_core v0.21.3
15412026-03-19T17:10:53.905Z Compiling bzip2-sys v0.1.13+1.0.8
15422026-03-19T17:10:54.007Z Compiling sync_wrapper v1.0.2
15432026-03-19T17:10:54.129Z Compiling thread-id v5.1.0
15442026-03-19T17:10:54.153Z Compiling cookie v0.18.1
15452026-03-19T17:10:54.237Z Compiling anyhow v1.0.102
15462026-03-19T17:10:54.255Z Compiling adler2 v2.0.1
15472026-03-19T17:10:54.384Z Compiling unarray v0.1.4
15482026-03-19T17:10:54.398Z Compiling signal-hook v0.3.18
15492026-03-19T17:10:54.425Z Compiling unicode-bidi v0.3.18
15502026-03-19T17:10:54.498Z Compiling rayon-core v1.13.0
15512026-03-19T17:10:54.597Z Compiling zstd-safe v7.2.4
15522026-03-19T17:10:54.619Z Compiling unicode-properties v0.1.4
15532026-03-19T17:10:54.753Z Compiling unicode-segmentation v1.12.0
15542026-03-19T17:10:54.889Z Compiling paste v1.0.15
15552026-03-19T17:10:54.908Z Compiling stringprep v0.1.5
15562026-03-19T17:10:55.299Z Compiling proptest v1.10.0
15572026-03-19T17:10:55.303Z Compiling scroll v0.12.0
15582026-03-19T17:10:55.392Z Compiling miniz_oxide v0.8.9
15592026-03-19T17:10:55.663Z Compiling tower v0.5.3
15602026-03-19T17:10:55.994Z Compiling derive_builder_macro v0.20.2
15612026-03-19T17:10:56.175Z Compiling crossbeam-deque v0.8.6
15622026-03-19T17:10:56.204Z Compiling ipnetwork v0.21.1
15632026-03-19T17:10:56.232Z Compiling http-body-util v0.1.3
15642026-03-19T17:10:56.285Z Compiling webpki-roots v1.0.6
15652026-03-19T17:10:56.413Z Compiling rand_chacha v0.3.1
15662026-03-19T17:10:56.436Z Compiling toml_datetime v0.6.11
15672026-03-19T17:10:56.530Z Compiling serde_tokenstream v0.2.3
15682026-03-19T17:10:56.566Z Compiling serde_spanned v0.6.9
15692026-03-19T17:10:56.729Z Compiling erased-serde v0.3.31
15702026-03-19T17:10:56.742Z Compiling md-5 v0.10.6
15712026-03-19T17:10:56.771Z Compiling zerocopy-derive v0.7.35
15722026-03-19T17:10:56.931Z Compiling curve25519-dalek v4.1.3
15732026-03-19T17:10:56.949Z Compiling vergen-lib v0.1.6
15742026-03-19T17:10:57.172Z Compiling num-integer v0.1.46
15752026-03-19T17:10:57.339Z Compiling hash32 v0.2.1
15762026-03-19T17:10:57.411Z Compiling darling_macro v0.21.3
15772026-03-19T17:10:57.436Z Compiling ff v0.13.1
15782026-03-19T17:10:57.455Z Compiling memoffset v0.9.1
15792026-03-19T17:10:57.581Z Compiling num-bigint-dig v0.8.6
15802026-03-19T17:10:57.601Z Compiling ref-cast v1.0.25
15812026-03-19T17:10:57.601Z Compiling ryu v1.0.23
15822026-03-19T17:10:57.682Z Compiling rustix v0.38.44
15832026-03-19T17:10:57.812Z Compiling smoltcp v0.9.1
15842026-03-19T17:10:57.832Z Compiling litrs v1.0.0
15852026-03-19T17:10:57.912Z Compiling psl-types v2.0.11
15862026-03-19T17:10:57.997Z Compiling zlib-rs v0.6.2
15872026-03-19T17:10:58.016Z Compiling base16ct v0.2.0
15882026-03-19T17:10:58.062Z Compiling fallible-iterator v0.2.0
15892026-03-19T17:10:58.158Z Compiling cfg_aliases v0.2.1
15902026-03-19T17:10:58.217Z Compiling iri-string v0.7.10
15912026-03-19T17:10:58.236Z Compiling nix v0.31.1
15922026-03-19T17:10:58.280Z Compiling sec1 v0.7.3
15932026-03-19T17:10:58.469Z Compiling postgres-protocol v0.6.10
15942026-03-19T17:10:58.515Z Compiling document-features v0.2.12
15952026-03-19T17:10:58.638Z Compiling newtype-uuid v1.3.2
15962026-03-19T17:10:58.823Z Compiling publicsuffix v2.3.0
15972026-03-19T17:10:59.038Z Compiling darling v0.21.3
15982026-03-19T17:10:59.115Z Compiling zerocopy v0.7.35
15992026-03-19T17:10:59.167Z Compiling serde_urlencoded v0.7.1
16002026-03-19T17:10:59.271Z Compiling group v0.13.0
16012026-03-19T17:10:59.487Z Compiling num-iter v0.1.45
16022026-03-19T17:10:59.657Z Compiling rand v0.8.5
16032026-03-19T17:10:59.962Z Compiling tower-http v0.6.8
16042026-03-19T17:10:59.969Z Compiling derive_builder v0.20.2
16052026-03-19T17:11:00.111Z Compiling oxnet v0.1.4
16062026-03-19T17:11:00.384Z Compiling proc-macro-error v1.0.4
16072026-03-19T17:11:00.591Z Compiling tokio-native-tls v0.3.1
16082026-03-19T17:11:00.626Z Compiling goblin v0.8.2
16092026-03-19T17:11:01.245Z Compiling heck v0.4.1
16102026-03-19T17:11:01.393Z Compiling phf_shared v0.13.1
16112026-03-19T17:11:01.521Z Compiling hubpack_derive v0.1.1
16122026-03-19T17:11:01.535Z Compiling regex v1.12.3
16132026-03-19T17:11:01.719Z Compiling lazy_static v1.5.0
16142026-03-19T17:11:01.739Z Compiling cargo-platform v0.1.9
16152026-03-19T17:11:01.831Z Compiling hkdf v0.12.4
16162026-03-19T17:11:02.036Z Compiling crypto-bigint v0.5.5
16172026-03-19T17:11:02.064Z Compiling ref-cast-impl v1.0.25
16182026-03-19T17:11:02.083Z Compiling strum_macros v0.27.2
16192026-03-19T17:11:02.118Z Compiling flate2 v1.1.9
16202026-03-19T17:11:02.633Z Compiling async-trait v0.1.89
16212026-03-19T17:11:02.695Z Compiling daft-derive v0.1.5
16222026-03-19T17:11:02.755Z Compiling curve25519-dalek-derive v0.1.1
16232026-03-19T17:11:03.610Z Compiling terminal_size v0.4.3
16242026-03-19T17:11:03.625Z Compiling vergen v9.0.6
16252026-03-19T17:11:03.756Z Compiling fs-err v3.3.0
16262026-03-19T17:11:03.841Z Compiling ahash v0.8.12
16272026-03-19T17:11:03.992Z Compiling foldhash v0.1.5
16282026-03-19T17:11:04.093Z Compiling libbz2-rs-sys v0.2.2
16292026-03-19T17:11:04.096Z Compiling bitflags v1.3.2
16302026-03-19T17:11:04.205Z Compiling bumpalo v3.20.2
16312026-03-19T17:11:04.220Z Compiling winnow v0.5.40
16322026-03-19T17:11:04.524Z Compiling managed v0.8.0
16332026-03-19T17:11:04.779Z Compiling object v0.37.3
16342026-03-19T17:11:04.957Z Compiling clap_builder v4.5.60
16352026-03-19T17:11:05.075Z Compiling console v0.16.2
16362026-03-19T17:11:05.173Z Compiling strum v0.27.2
16372026-03-19T17:11:05.340Z Compiling bzip2 v0.6.1
16382026-03-19T17:11:05.542Z Compiling zopfli v0.8.3
16392026-03-19T17:11:05.606Z Compiling hashbrown v0.15.5
16402026-03-19T17:11:05.961Z Compiling dof v0.3.0
16412026-03-19T17:11:05.984Z Compiling daft v0.1.5
16422026-03-19T17:11:06.214Z Compiling toml_edit v0.19.15
16432026-03-19T17:11:06.354Z Compiling elliptic-curve v0.13.8
16442026-03-19T17:11:06.554Z Compiling hubpack v0.1.2
16452026-03-19T17:11:06.839Z Compiling cargo_metadata v0.19.2
16462026-03-19T17:11:06.918Z Compiling phf v0.13.1
16472026-03-19T17:11:07.132Z Compiling zone_cfg_derive v0.3.1
16482026-03-19T17:11:09.195Z Compiling signal-hook-mio v0.2.5
16492026-03-19T17:11:09.265Z Compiling cookie_store v0.22.1
16502026-03-19T17:11:09.265Z Compiling zstd v0.13.3
16512026-03-19T17:11:09.265Z Compiling hyper-tls v0.6.0
16522026-03-19T17:11:09.265Z Compiling rayon v1.11.0
16532026-03-19T17:11:09.360Z Compiling bzip2 v0.4.4
16542026-03-19T17:11:09.631Z Compiling serde_with_macros v3.17.0
16552026-03-19T17:11:09.717Z Compiling postgres-types v0.2.12
16562026-03-19T17:11:09.993Z Compiling usdt-attr-macro v0.6.0
16572026-03-19T17:11:10.264Z Compiling usdt-macro v0.6.0
16582026-03-19T17:11:10.368Z Compiling ed25519 v2.2.3
16592026-03-19T17:11:11.014Z Compiling dtrace-parser v0.2.0
16602026-03-19T17:11:11.035Z Compiling itertools v0.12.1
16612026-03-19T17:11:11.190Z Compiling phf_shared v0.11.3
16622026-03-19T17:11:11.224Z Compiling bstr v1.12.1
16632026-03-19T17:11:11.437Z Compiling pkcs1 v0.7.5
16642026-03-19T17:11:11.590Z Compiling hex v0.4.3
16652026-03-19T17:11:11.654Z Compiling serde-big-array v0.5.1
16662026-03-19T17:11:11.833Z Compiling rfc6979 v0.4.0
16672026-03-19T17:11:11.897Z Compiling enum-as-inner v0.6.1
16682026-03-19T17:11:11.980Z Compiling strum_macros v0.26.4
16692026-03-19T17:11:11.999Z Compiling clap_derive v4.5.55
16702026-03-19T17:11:12.071Z Compiling serde_repr v0.1.20
16712026-03-19T17:11:12.127Z Compiling float-cmp v0.10.0
16722026-03-19T17:11:12.316Z Compiling thread-id v4.2.2
16732026-03-19T17:11:12.421Z Compiling memmap2 v0.9.10
16742026-03-19T17:11:12.540Z Compiling env_filter v1.0.0
16752026-03-19T17:11:12.672Z Compiling encoding_rs v0.8.35
16762026-03-19T17:11:12.705Z Compiling fixedbitset v0.4.2
16772026-03-19T17:11:12.768Z Compiling new_debug_unreachable v1.0.6
16782026-03-19T17:11:12.856Z Compiling precomputed-hash v0.1.1
16792026-03-19T17:11:12.937Z Compiling data-encoding v2.10.0
16802026-03-19T17:11:12.971Z Compiling whoami v2.1.0
16812026-03-19T17:11:12.990Z Compiling rustc-hash v2.1.1
16822026-03-19T17:11:13.142Z Compiling static_assertions v1.1.0
16832026-03-19T17:11:13.240Z Compiling normalize-line-endings v0.3.0
16842026-03-19T17:11:13.423Z Compiling predicates-core v1.0.10
16852026-03-19T17:11:13.472Z Compiling keccak v0.1.6
16862026-03-19T17:11:13.588Z Compiling unit-prefix v0.5.2
16872026-03-19T17:11:13.774Z Compiling mime v0.3.17
16882026-03-19T17:11:13.931Z Compiling fixedbitset v0.5.7
16892026-03-19T17:11:14.114Z Compiling difflib v0.4.0
16902026-03-19T17:11:14.218Z Compiling jiff v0.2.21
16912026-03-19T17:11:14.314Z Compiling petgraph v0.8.3
16922026-03-19T17:11:14.404Z Compiling strum v0.26.3
16932026-03-19T17:11:14.445Z Compiling clap v4.5.60
16942026-03-19T17:11:14.572Z Compiling predicates v3.1.4
16952026-03-19T17:11:14.614Z Compiling indicatif v0.18.4
16962026-03-19T17:11:14.644Z Compiling sha3 v0.10.8
16972026-03-19T17:11:14.731Z Compiling hickory-proto v0.25.2
16982026-03-19T17:11:14.927Z Compiling tokio-postgres v0.7.16
16992026-03-19T17:11:15.241Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-19T17:11:15.468Z Compiling iddqd v0.3.17
17012026-03-19T17:11:15.746Z Compiling toml_edit v0.22.27
17022026-03-19T17:11:16.979Z Compiling string_cache v0.8.9
17032026-03-19T17:11:17.013Z Compiling petgraph v0.6.5
17042026-03-19T17:11:17.268Z Compiling env_logger v0.11.9
17052026-03-19T17:11:17.745Z Compiling usdt v0.6.0
17062026-03-19T17:11:17.890Z Compiling zip v4.6.1
17072026-03-19T17:11:18.078Z Compiling zone v0.3.1
17082026-03-19T17:11:18.966Z Compiling usdt-impl v0.5.0
17092026-03-19T17:11:18.990Z Compiling ecdsa v0.16.9
17102026-03-19T17:11:19.027Z Compiling serde_with v3.17.0
17112026-03-19T17:11:19.178Z Compiling similar v2.7.0
17122026-03-19T17:11:19.506Z Compiling rsa v0.9.10
17132026-03-19T17:11:19.550Z Compiling crossterm v0.28.1
17142026-03-19T17:11:19.741Z Compiling ed25519-dalek v2.2.0
17152026-03-19T17:11:20.392Z Compiling zip v0.6.6
17162026-03-19T17:11:21.114Z Compiling toml v0.7.8
17172026-03-19T17:11:21.471Z Compiling toml_parser v1.0.9+spec-1.1.0
17182026-03-19T17:11:21.561Z Compiling itertools v0.13.0
17192026-03-19T17:11:21.666Z Compiling tokio-stream v0.1.18
17202026-03-19T17:11:21.962Z Compiling buf-list v1.1.2
17212026-03-19T17:11:22.183Z Compiling x509-cert v0.2.5
17222026-03-19T17:11:22.292Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-03-19T17:11:22.313Z Compiling openapiv3 v2.2.0
17242026-03-19T17:11:22.333Z Compiling sha1 v0.10.6
17252026-03-19T17:11:22.613Z Compiling toml_datetime v0.7.5+spec-1.1.0
17262026-03-19T17:11:22.781Z Compiling lalrpop-util v0.19.12
17272026-03-19T17:11:22.936Z Compiling peg-runtime v0.8.5
17282026-03-19T17:11:22.999Z Compiling thread_local v1.1.9
17292026-03-19T17:11:23.168Z Compiling slog-async v2.8.0
17302026-03-19T17:11:23.304Z Compiling crossbeam-channel v0.5.15
17312026-03-19T17:11:23.322Z Compiling futures-executor v0.3.32
17322026-03-19T17:11:23.569Z Compiling filetime v0.2.27
17332026-03-19T17:11:23.649Z Compiling is-terminal v0.4.17
17342026-03-19T17:11:23.761Z Compiling term v1.2.1
17352026-03-19T17:11:23.779Z Compiling xattr v1.6.1
17362026-03-19T17:11:23.793Z Compiling take_mut v0.2.2
17372026-03-19T17:11:23.926Z Compiling tar v0.4.44
17382026-03-19T17:11:23.990Z Compiling futures v0.3.32
17392026-03-19T17:11:24.448Z Compiling slog-term v2.9.2
17402026-03-19T17:11:30.961Z Compiling rustls-webpki v0.103.9
17412026-03-19T17:11:34.993Z Compiling tokio-rustls v0.26.4
17422026-03-19T17:11:34.994Z Compiling rustls-platform-verifier v0.6.2
17432026-03-19T17:11:35.244Z Compiling hyper-rustls v0.27.7
17442026-03-19T17:11:35.506Z Compiling reqwest v0.13.2
17452026-03-19T17:11:35.506Z Compiling reqwest v0.12.28
17462026-03-19T17:11:38.531Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17472026-03-19T17:11:38.798Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17482026-03-19T17:11:42.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17492026-03-19T17:11:42.796Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17502026-03-19T17:11:42.858ZMar 19 17:11:41.664 INFO Starting download, target: Cockroach
17512026-03-19T17:11:42.858ZMar 19 17:11:41.665 INFO Starting download, target: DendriteStub
17522026-03-19T17:11:42.858ZMar 19 17:11:41.665 INFO Starting download, target: MaghemiteMgd
17532026-03-19T17:11:42.858ZMar 19 17:11:41.665 INFO Starting download, target: Clickhouse
17542026-03-19T17:11:42.859ZMar 19 17:11:41.665 INFO Starting download, target: Console
17552026-03-19T17:11:42.865ZMar 19 17:11:41.665 INFO Starting download, target: TransceiverControl
17562026-03-19T17:11:42.865ZMar 19 17:11:41.665 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17572026-03-19T17:11:42.865ZMar 19 17:11:41.665 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-03-19T17:11:42.865ZMar 19 17:11:41.665 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17592026-03-19T17:11:42.865ZMar 19 17:11:41.665 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-03-19T17:11:42.865ZMar 19 17:11:41.665 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-03-19T17:11:42.865ZMar 19 17:11:41.665 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-03-19T17:11:43.334ZMar 19 17:11:42.042 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17632026-03-19T17:11:43.622ZMar 19 17:11:42.388 INFO Download complete, target: TransceiverControl
17642026-03-19T17:11:43.976ZMar 19 17:11:42.771 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17652026-03-19T17:11:44.345ZMar 19 17:11:43.144 INFO Download complete, target: Console
17662026-03-19T17:11:44.409ZMar 19 17:11:43.201 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-03-19T17:11:45.201ZMar 19 17:11:43.970 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-03-19T17:11:45.328ZMar 19 17:11:44.130 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-03-19T17:11:47.025ZMar 19 17:11:45.832 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17702026-03-19T17:11:47.025ZMar 19 17:11:45.832 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17712026-03-19T17:11:48.032ZMar 19 17:11:46.782 INFO Download complete, target: DendriteStub
17722026-03-19T17:11:48.801ZMar 19 17:11:47.608 INFO Download complete, target: MaghemiteMgd
17732026-03-19T17:11:54.785ZMar 19 17:11:53.550 INFO Checking that binary works, target: Cockroach
17742026-03-19T17:11:54.882ZMar 19 17:11:53.665 INFO Download complete, target: Cockroach
17752026-03-19T17:11:56.627ZMar 19 17:11:55.371 INFO Checking that binary works, target: Clickhouse
17762026-03-19T17:11:56.680ZMar 19 17:11:55.485 INFO Download complete, target: Clickhouse
17772026-03-19T17:11:56.697ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-03-19T17:11:56.700Z
17792026-03-19T17:11:56.700Zreal 3:59.425858496
17802026-03-19T17:11:56.700Zuser 10:22.469747806
17812026-03-19T17:11:56.700Zsys 1:47.347023880
17822026-03-19T17:11:56.700Ztrap 0.304375287
17832026-03-19T17:11:56.700Ztflt 0.626527160
17842026-03-19T17:11:56.700Zdflt 0.588753460
17852026-03-19T17:11:56.700Zkflt 0.020386405
17862026-03-19T17:11:56.700Zlock 30:49.939441869
17872026-03-19T17:11:56.700Zslp 29:04.479547771
17882026-03-19T17:11:56.700Zlat 56.609267289
17892026-03-19T17:11:56.700Zstop 2:43.416334644
17902026-03-19T17:11:56.700Z+ banner clippy
17912026-03-19T17:11:56.704Z
17922026-03-19T17:11:56.704Z #### # # ##### ##### # #
17932026-03-19T17:11:56.704Z # # # # # # # # # #
17942026-03-19T17:11:56.704Z # # # # # # # #
17952026-03-19T17:11:56.704Z # # # ##### ##### #
17962026-03-19T17:11:56.704Z # # # # # # #
17972026-03-19T17:11:56.704Z #### ###### # # # #
17982026-03-19T17:11:56.704Z
17992026-03-19T17:11:56.704Z+ export CARGO_INCREMENTAL=0
18002026-03-19T17:11:56.704Z+ CARGO_INCREMENTAL=0
18012026-03-19T17:11:56.704Z+ ptime -m cargo xtask clippy
18022026-03-19T17:11:57.397Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-03-19T17:11:57.664Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-03-19T17:12:00.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
18052026-03-19T17:12:00.253Z Running `target/debug/xtask clippy`
18062026-03-19T17:12:00.283Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18072026-03-19T17:12:01.069Z Downloading crates ...
18082026-03-19T17:12:01.334Z Downloaded addr2line v0.25.1
18092026-03-19T17:12:01.353Z Downloaded target-lexicon v0.13.3
18102026-03-19T17:12:01.356Z Downloaded rstest v0.25.0
18112026-03-19T17:12:01.362Z Downloaded plotters-backend v0.3.7
18122026-03-19T17:12:01.365Z Downloaded miette-derive v5.10.0
18132026-03-19T17:12:01.365Z Downloaded target-triple v1.0.0
18142026-03-19T17:12:01.365Z Downloaded assert_cmd v2.1.2
18152026-03-19T17:12:01.365Z Downloaded assert-json-diff v2.0.2
18162026-03-19T17:12:01.365Z Downloaded supports-hyperlinks v2.1.0
18172026-03-19T17:12:01.368Z Downloaded relative-path v1.9.3
18182026-03-19T17:12:01.368Z Downloaded pathdiff v0.2.3
18192026-03-19T17:12:01.369Z Downloaded plotters-svg v0.3.7
18202026-03-19T17:12:01.369Z Downloaded escape8259 v0.5.3
18212026-03-19T17:12:01.375Z Downloaded owo-colors v3.5.0
18222026-03-19T17:12:01.375Z Downloaded oorandom v11.1.5
18232026-03-19T17:12:01.378Z Downloaded linkme-impl v0.3.35
18242026-03-19T17:12:01.378Z Downloaded concurrent-queue v2.5.0
18252026-03-19T17:12:01.378Z Downloaded nested v0.1.1
18262026-03-19T17:12:01.378Z Downloaded knuffel-derive v3.2.0
18272026-03-19T17:12:01.378Z Downloaded futures-timer v3.0.3
18282026-03-19T17:12:01.378Z Downloaded linkme v0.3.35
18292026-03-19T17:12:01.382Z Downloaded event-listener v5.4.1
18302026-03-19T17:12:01.382Z Downloaded event-listener-strategy v0.5.4
18312026-03-19T17:12:01.385Z Downloaded async-object-pool v0.2.0
18322026-03-19T17:12:01.385Z Downloaded constant_time_eq v0.3.1
18332026-03-19T17:12:01.385Z Downloaded cargo-platform v0.3.2
18342026-03-19T17:12:01.388Z Downloaded target-spec v3.5.7
18352026-03-19T17:12:01.391Z Downloaded serde_regex v1.1.0
18362026-03-19T17:12:01.391Z Downloaded path-tree v0.8.3
18372026-03-19T17:12:01.391Z Downloaded partial-io v0.5.4
18382026-03-19T17:12:01.395Z Downloaded parking v2.2.1
18392026-03-19T17:12:01.397Z Downloaded cast v0.3.0
18402026-03-19T17:12:01.397Z Downloaded supports-color v2.1.0
18412026-03-19T17:12:01.397Z Downloaded approx v0.5.1
18422026-03-19T17:12:01.401Z Downloaded similar-asserts v1.7.0
18432026-03-19T17:12:01.405Z Downloaded supports-unicode v2.1.0
18442026-03-19T17:12:01.405Z Downloaded guppy-workspace-hack v0.1.0
18452026-03-19T17:12:01.408Z Downloaded backtrace-ext v0.2.1
18462026-03-19T17:12:01.411Z Downloaded terminal_size v0.1.17
18472026-03-19T17:12:01.411Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18482026-03-19T17:12:01.411Z Downloaded termcolor v1.4.1
18492026-03-19T17:12:01.416Z Downloaded rustc-demangle v0.1.27
18502026-03-19T17:12:01.422Z Downloaded cargo_metadata v0.23.1
18512026-03-19T17:12:01.425Z Downloaded tinytemplate v1.2.1
18522026-03-19T17:12:01.425Z Downloaded criterion-plot v0.6.0
18532026-03-19T17:12:01.429Z Downloaded chumsky v0.9.3
18542026-03-19T17:12:01.432Z Downloaded anes v0.1.6
18552026-03-19T17:12:01.432Z Downloaded rust-argon2 v2.1.0
18562026-03-19T17:12:01.432Z Downloaded trybuild v1.0.116
18572026-03-19T17:12:01.436Z Downloaded datatest-stable v0.3.3
18582026-03-19T17:12:01.439Z Downloaded stringmetrics v2.2.2
18592026-03-19T17:12:01.439Z Downloaded httptest v0.16.4
18602026-03-19T17:12:01.443Z Downloaded async-lock v3.4.2
18612026-03-19T17:12:01.518Z Downloaded cfg-expr v0.20.6
18622026-03-19T17:12:01.529Z Downloaded blake2b_simd v1.0.4
18632026-03-19T17:12:01.529Z Downloaded libtest-mimic v0.8.1
18642026-03-19T17:12:01.529Z Downloaded toml v1.0.3+spec-1.1.0
18652026-03-19T17:12:01.529Z Downloaded textwrap v0.15.2
18662026-03-19T17:12:01.529Z Downloaded rstest_macros v0.25.0
18672026-03-19T17:12:01.529Z Downloaded fancy-regex v0.14.0
18682026-03-19T17:12:01.529Z Downloaded rand_distr v0.5.1
18692026-03-19T17:12:01.529Z Downloaded miette v5.10.0
18702026-03-19T17:12:01.529Z Downloaded knuffel v3.2.0
18712026-03-19T17:12:01.529Z Downloaded hashbrown v0.14.5
18722026-03-19T17:12:01.529Z Downloaded backtrace v0.3.76
18732026-03-19T17:12:01.529Z Downloaded guppy v0.17.25
18742026-03-19T17:12:01.529Z Downloaded plotters v0.3.7
18752026-03-19T17:12:01.529Z Downloaded criterion v0.7.0
18762026-03-19T17:12:01.534Z Downloaded gimli v0.32.3
18772026-03-19T17:12:01.604Z Downloaded httpmock v0.8.3
18782026-03-19T17:12:03.808Z Checking cfg-if v1.0.4
18792026-03-19T17:12:04.169Z Checking libc v0.2.180
18802026-03-19T17:12:04.172Z Checking serde_core v1.0.228
18812026-03-19T17:12:04.265Z Checking memchr v2.8.0
18822026-03-19T17:12:04.314Z Checking smallvec v1.15.1
18832026-03-19T17:12:04.362Z Checking log v0.4.29
18842026-03-19T17:12:04.365Z Checking itoa v1.0.17
18852026-03-19T17:12:04.463Z Checking zeroize v1.8.2
18862026-03-19T17:12:04.517Z Checking libm v0.2.16
18872026-03-19T17:12:04.582Z Checking scopeguard v1.2.0
18882026-03-19T17:12:04.635Z Checking stable_deref_trait v1.2.1
18892026-03-19T17:12:04.688Z Checking zmij v1.0.21
18902026-03-19T17:12:04.737Z Checking zerofrom v0.1.6
18912026-03-19T17:12:04.786Z Checking lock_api v0.4.14
18922026-03-19T17:12:04.835Z Checking errno v0.3.14
18932026-03-19T17:12:04.835Z Checking getrandom v0.2.17
18942026-03-19T17:12:04.925Z Checking yoke v0.8.1
18952026-03-19T17:12:04.971Z Checking percent-encoding v2.3.2
18962026-03-19T17:12:05.021Z Checking writeable v0.6.2
18972026-03-19T17:12:05.024Z Checking litemap v0.8.1
18982026-03-19T17:12:05.114Z Checking subtle v2.6.1
18992026-03-19T17:12:05.159Z Checking icu_normalizer_data v2.1.1
19002026-03-19T17:12:05.205Z Checking icu_properties_data v2.1.2
19012026-03-19T17:12:05.208Z Checking zerovec v0.11.5
19022026-03-19T17:12:05.295Z Checking zerotrie v0.2.3
19032026-03-19T17:12:05.298Z Checking form_urlencoded v1.2.2
19042026-03-19T17:12:05.384Z Checking rand_core v0.6.4
19052026-03-19T17:12:05.387Z Checking portable-atomic v1.13.1
19062026-03-19T17:12:05.476Z Checking utf8_iter v1.0.4
19072026-03-19T17:12:05.523Z Checking num-traits v0.2.19
19082026-03-19T17:12:05.569Z Checking pin-project-lite v0.2.17
19092026-03-19T17:12:05.640Z Checking zerocopy v0.8.40
19102026-03-19T17:12:05.689Z Checking critical-section v1.2.0
19112026-03-19T17:12:05.736Z Checking parking_lot_core v0.9.12
19122026-03-19T17:12:05.820Z Checking rand_core v0.10.0
19132026-03-19T17:12:05.852Z Checking signal-hook-registry v1.4.8
19142026-03-19T17:12:05.900Z Checking tinystr v0.8.2
19152026-03-19T17:12:05.998Z Checking potential_utf v0.1.4
19162026-03-19T17:12:06.047Z Checking parking_lot v0.12.5
19172026-03-19T17:12:06.050Z Checking once_cell v1.21.3
19182026-03-19T17:12:06.134Z Checking getrandom v0.4.1
19192026-03-19T17:12:06.180Z Checking icu_locale_core v2.1.1
19202026-03-19T17:12:06.227Z Checking icu_collections v2.1.1
19212026-03-19T17:12:06.323Z Checking mio v1.1.1
19222026-03-19T17:12:06.377Z Checking typenum v1.19.0
19232026-03-19T17:12:06.426Z Checking serde v1.0.228
19242026-03-19T17:12:06.429Z Checking bitflags v2.11.0
19252026-03-19T17:12:06.430Z Checking serde_json v1.0.149
19262026-03-19T17:12:06.658Z Checking socket2 v0.6.2
19272026-03-19T17:12:06.735Z Checking thiserror v2.0.18
19282026-03-19T17:12:06.788Z Checking iana-time-zone v0.1.65
19292026-03-19T17:12:06.918Z Checking allocator-api2 v0.2.21
19302026-03-19T17:12:06.964Z Checking semver v1.0.27
19312026-03-19T17:12:07.010Z Checking icu_provider v2.1.1
19322026-03-19T17:12:07.055Z Checking uuid v1.21.0
19332026-03-19T17:12:07.111Z Checking bytes v1.11.1
19342026-03-19T17:12:07.158Z Checking generic-array v0.14.7
19352026-03-19T17:12:07.265Z Checking chrono v0.4.44
19362026-03-19T17:12:07.335Z Checking futures-core v0.3.32
19372026-03-19T17:12:07.383Z Checking icu_normalizer v2.1.1
19382026-03-19T17:12:07.430Z Checking icu_properties v2.1.2
19392026-03-19T17:12:07.518Z Checking equivalent v1.0.2
19402026-03-19T17:12:07.594Z Checking const-oid v0.9.6
19412026-03-19T17:12:07.664Z Checking dyn-clone v1.0.20
19422026-03-19T17:12:07.753Z Checking tokio v1.49.0
19432026-03-19T17:12:07.812Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19442026-03-19T17:12:07.858Z Checking foldhash v0.2.0
19452026-03-19T17:12:07.861Z Checking crypto-common v0.1.7
19462026-03-19T17:12:08.143Z Checking hashbrown v0.16.1
19472026-03-19T17:12:08.155Z Checking block-buffer v0.10.4
19482026-03-19T17:12:08.242Z Checking futures-sink v0.3.32
19492026-03-19T17:12:08.344Z Checking rustix v1.1.3
19502026-03-19T17:12:08.410Z Checking byteorder v1.5.0
19512026-03-19T17:12:08.458Z Checking futures-channel v0.3.32
19522026-03-19T17:12:08.610Z Checking idna_adapter v1.2.1
19532026-03-19T17:12:08.658Z Checking digest v0.10.7
19542026-03-19T17:12:08.716Z Checking futures-task v0.3.32
19552026-03-19T17:12:08.766Z Checking slab v0.4.12
19562026-03-19T17:12:08.813Z Checking idna v1.1.0
19572026-03-19T17:12:08.816Z Checking futures-io v0.3.32
19582026-03-19T17:12:08.931Z Checking cpufeatures v0.2.17
19592026-03-19T17:12:08.977Z Checking indexmap v2.13.0
19602026-03-19T17:12:09.023Z Checking thiserror v1.0.69
19612026-03-19T17:12:09.026Z Checking futures-util v0.3.32
19622026-03-19T17:12:09.110Z Checking getrandom v0.3.4
19632026-03-19T17:12:09.178Z Checking fnv v1.0.7
19642026-03-19T17:12:09.227Z Checking url v2.5.8
19652026-03-19T17:12:09.333Z Checking regex-syntax v0.8.10
19662026-03-19T17:12:09.380Z Checking http v1.4.0
19672026-03-19T17:12:09.606Z Checking tracing-core v0.1.36
19682026-03-19T17:12:09.745Z Checking ppv-lite86 v0.2.21
19692026-03-19T17:12:09.810Z Checking base64 v0.22.1
19702026-03-19T17:12:09.858Z Checking schemars v0.8.22
19712026-03-19T17:12:10.016Z Checking tracing v0.1.44
19722026-03-19T17:12:10.163Z Checking unicode-ident v1.0.24
19732026-03-19T17:12:10.211Z Checking ipnet v2.11.0
19742026-03-19T17:12:10.215Z Checking utf8parse v0.2.2
19752026-03-19T17:12:10.306Z Checking anstyle v1.0.13
19762026-03-19T17:12:10.353Z Checking proc-macro2 v1.0.106
19772026-03-19T17:12:10.414Z Checking untrusted v0.9.0
19782026-03-19T17:12:10.577Z Checking anstyle-parse v0.2.7
19792026-03-19T17:12:10.581Z Checking aho-corasick v1.1.4
19802026-03-19T17:12:10.669Z Checking ring v0.17.14
19812026-03-19T17:12:10.788Z Checking anstyle-query v1.1.5
19822026-03-19T17:12:10.836Z Checking colorchoice v1.0.4
19832026-03-19T17:12:10.841Z Checking quote v1.0.44
19842026-03-19T17:12:10.942Z Checking is_terminal_polyfill v1.70.2
19852026-03-19T17:12:10.993Z Checking base64ct v1.8.3
19862026-03-19T17:12:11.087Z Checking anstream v0.6.21
19872026-03-19T17:12:11.143Z Checking syn v2.0.117
19882026-03-19T17:12:11.190Z Checking block-padding v0.3.3
19892026-03-19T17:12:11.334Z Checking terminal_size v0.4.3
19902026-03-19T17:12:11.385Z Checking rustls-pki-types v1.14.0
19912026-03-19T17:12:11.443Z Checking inout v0.1.4
19922026-03-19T17:12:11.514Z Checking crossbeam-utils v0.8.21
19932026-03-19T17:12:11.580Z Checking regex-automata v0.4.14
19942026-03-19T17:12:11.648Z Checking httparse v1.10.1
19952026-03-19T17:12:11.732Z Checking cipher v0.4.4
19962026-03-19T17:12:11.847Z Checking strsim v0.11.1
19972026-03-19T17:12:11.962Z Checking clap_lex v1.0.0
19982026-03-19T17:12:12.016Z Checking sha2 v0.10.9
19992026-03-19T17:12:12.065Z Checking pem-rfc7468 v0.7.0
20002026-03-19T17:12:12.112Z Checking http-body v1.0.1
20012026-03-19T17:12:12.114Z Checking rand_core v0.9.5
20022026-03-19T17:12:12.206Z Checking clap_builder v4.5.60
20032026-03-19T17:12:12.209Z Checking tokio-util v0.7.18
20042026-03-19T17:12:12.301Z Checking atomic-waker v1.1.2
20052026-03-19T17:12:12.346Z Checking hmac v0.12.1
20062026-03-19T17:12:12.396Z Checking httpdate v1.0.3
20072026-03-19T17:12:12.442Z Checking try-lock v0.2.5
20082026-03-19T17:12:12.490Z Checking tower-layer v0.3.3
20092026-03-19T17:12:12.549Z Checking flagset v0.4.7
20102026-03-19T17:12:12.602Z Checking want v0.3.1
20112026-03-19T17:12:12.648Z Checking tower-service v0.3.3
20122026-03-19T17:12:12.714Z Checking pin-utils v0.1.0
20132026-03-19T17:12:12.763Z Checking ryu v1.0.23
20142026-03-19T17:12:12.809Z Checking der v0.7.10
20152026-03-19T17:12:12.811Z Checking rand_chacha v0.9.0
20162026-03-19T17:12:12.897Z Checking erased-serde v0.3.31
20172026-03-19T17:12:12.967Z Checking spin v0.9.8
20182026-03-19T17:12:13.099Z Checking h2 v0.4.13
20192026-03-19T17:12:13.148Z Checking rand v0.9.2
20202026-03-19T17:12:13.241Z Checking anyhow v1.0.102
20212026-03-19T17:12:13.506Z Checking slog v2.8.2
20222026-03-19T17:12:13.556Z Checking powerfmt v0.2.0
20232026-03-19T17:12:13.786Z Checking deranged v0.5.8
20242026-03-19T17:12:13.834Z Checking time-core v0.1.8
20252026-03-19T17:12:13.882Z Checking num_threads v0.1.7
20262026-03-19T17:12:13.930Z Checking num-conv v0.2.0
20272026-03-19T17:12:13.932Z Checking clap v4.5.60
20282026-03-19T17:12:14.027Z Checking http-body-util v0.1.3
20292026-03-19T17:12:14.077Z Checking aws-lc-sys v0.37.1
20302026-03-19T17:12:14.122Z Checking untrusted v0.7.1
20312026-03-19T17:12:14.126Z Checking fastrand v2.3.0
20322026-03-19T17:12:14.129Z Checking openssl-probe v0.2.1
20332026-03-19T17:12:14.301Z Checking regex v1.12.3
20342026-03-19T17:12:14.353Z Checking spki v0.7.3
20352026-03-19T17:12:14.404Z Checking serde_urlencoded v0.7.1
20362026-03-19T17:12:14.454Z Checking pbkdf2 v0.12.2
20372026-03-19T17:12:14.457Z Checking aes v0.8.4
20382026-03-19T17:12:14.603Z Checking rand_chacha v0.3.1
20392026-03-19T17:12:14.650Z Checking unicode-width v0.2.0
20402026-03-19T17:12:14.718Z Checking pretty-hex v0.4.1
20412026-03-19T17:12:14.721Z Checking cbc v0.1.2
20422026-03-19T17:12:14.850Z Checking aws-lc-rs v1.16.0
20432026-03-19T17:12:14.901Z Checking salsa20 v0.10.2
20442026-03-19T17:12:14.947Z Checking rand v0.8.5
20452026-03-19T17:12:14.993Z Checking ipnetwork v0.21.1
20462026-03-19T17:12:15.039Z Checking tempfile v3.25.0
20472026-03-19T17:12:15.088Z Checking hex v0.4.3
20482026-03-19T17:12:15.135Z Checking scrypt v0.11.0
20492026-03-19T17:12:15.139Z Checking time v0.3.47
20502026-03-19T17:12:15.304Z Checking plain v0.2.3
20512026-03-19T17:12:15.353Z Checking pkcs5 v0.7.1
20522026-03-19T17:12:15.356Z Checking rustls-native-certs v0.8.3
20532026-03-19T17:12:15.446Z Checking sync_wrapper v1.0.2
20542026-03-19T17:12:15.590Z Checking camino v1.2.2
20552026-03-19T17:12:15.607Z Checking ucd-trie v0.1.7
20562026-03-19T17:12:15.643Z Checking tower v0.5.3
20572026-03-19T17:12:15.690Z Checking webpki-roots v1.0.6
20582026-03-19T17:12:15.736Z Checking pkcs8 v0.10.2
20592026-03-19T17:12:15.796Z Checking pest v2.8.6
20602026-03-19T17:12:15.872Z Checking iri-string v0.7.10
20612026-03-19T17:12:15.875Z Checking either v1.15.0
20622026-03-19T17:12:16.000Z Checking mime v0.3.17
20632026-03-19T17:12:16.049Z Checking rustls-webpki v0.103.9
20642026-03-19T17:12:16.191Z Checking openapiv3 v2.2.0
20652026-03-19T17:12:16.238Z Checking winnow v0.7.14
20662026-03-19T17:12:16.287Z Checking oxnet v0.1.4
20672026-03-19T17:12:16.636Z Checking lazy_static v1.5.0
20682026-03-19T17:12:16.684Z Checking rustls v0.23.37
20692026-03-19T17:12:16.736Z Checking hyper v1.8.1
20702026-03-19T17:12:16.786Z Checking static_assertions v1.1.0
20712026-03-19T17:12:16.786Z Checking foreign-types-shared v0.1.1
20722026-03-19T17:12:16.907Z Checking signature v2.2.0
20732026-03-19T17:12:16.977Z Checking foreign-types v0.3.2
20742026-03-19T17:12:17.093Z Checking openssl-sys v0.9.111
20752026-03-19T17:12:17.140Z Checking encoding_rs v0.8.35
20762026-03-19T17:12:17.297Z Checking simd-adler32 v0.3.8
20772026-03-19T17:12:17.361Z Checking tower-http v0.6.8
20782026-03-19T17:12:17.646Z Checking hubpack v0.1.2
20792026-03-19T17:12:17.774Z Checking adler2 v2.0.1
20802026-03-19T17:12:17.821Z Checking openssl v0.10.75
20812026-03-19T17:12:17.824Z Checking strum v0.26.3
20822026-03-19T17:12:17.914Z Checking sha1 v0.10.6
20832026-03-19T17:12:17.961Z Checking miniz_oxide v0.8.9
20842026-03-19T17:12:18.009Z Checking data-encoding v2.10.0
20852026-03-19T17:12:18.013Z Checking hyper-util v0.1.20
20862026-03-19T17:12:18.100Z Checking tinyvec_macros v0.1.1
20872026-03-19T17:12:18.152Z Checking serde_spanned v0.6.9
20882026-03-19T17:12:18.225Z Checking tinyvec v1.10.0
20892026-03-19T17:12:18.345Z Checking toml_datetime v0.6.11
20902026-03-19T17:12:18.399Z Checking num-integer v0.1.46
20912026-03-19T17:12:18.470Z Checking scroll v0.13.0
20922026-03-19T17:12:18.473Z Checking memmap2 v0.9.10
20932026-03-19T17:12:18.617Z Checking base16ct v0.2.0
20942026-03-19T17:12:18.677Z Checking bit-vec v0.8.0
20952026-03-19T17:12:18.738Z Checking dtrace-parser v0.3.0
20962026-03-19T17:12:18.786Z Checking crossbeam-epoch v0.9.18
20972026-03-19T17:12:18.834Z Checking goblin v0.10.5
20982026-03-19T17:12:18.837Z Checking sec1 v0.7.3
20992026-03-19T17:12:18.966Z Checking bit-set v0.8.0
21002026-03-19T17:12:19.084Z Checking crc32fast v1.5.0
21012026-03-19T17:12:19.134Z Checking ff v0.13.1
21022026-03-19T17:12:19.178Z Checking wait-timeout v0.2.1
21032026-03-19T17:12:19.224Z Checking thread-id v5.1.0
21042026-03-19T17:12:19.299Z Checking num-iter v0.1.45
21052026-03-19T17:12:19.348Z Checking group v0.13.0
21062026-03-19T17:12:19.396Z Checking bstr v1.12.1
21072026-03-19T17:12:19.399Z Checking hkdf v0.12.4
21082026-03-19T17:12:19.484Z Checking ahash v0.8.12
21092026-03-19T17:12:19.571Z Checking crypto-bigint v0.5.5
21102026-03-19T17:12:19.621Z Checking quick-error v1.2.3
21112026-03-19T17:12:19.782Z Checking rusty-fork v0.3.1
21122026-03-19T17:12:19.785Z Checking rand_xorshift v0.4.0
21132026-03-19T17:12:19.933Z Checking scroll v0.12.0
21142026-03-19T17:12:19.951Z Checking tokio-rustls v0.26.4
21152026-03-19T17:12:20.011Z Checking unarray v0.1.4
21162026-03-19T17:12:20.060Z Checking num-bigint-dig v0.8.6
21172026-03-19T17:12:20.064Z Checking pkcs1 v0.7.5
21182026-03-19T17:12:20.177Z Checking proptest v1.10.0
21192026-03-19T17:12:20.225Z Checking goblin v0.8.2
21202026-03-19T17:12:20.281Z Checking hyper-rustls v0.27.7
21212026-03-19T17:12:20.416Z Checking x509-cert v0.2.5
21222026-03-19T17:12:20.590Z Checking zerocopy v0.7.35
21232026-03-19T17:12:20.689Z Checking native-tls v0.2.18
21242026-03-19T17:12:20.930Z Checking elliptic-curve v0.13.8
21252026-03-19T17:12:20.978Z Checking tokio-native-tls v0.3.1
21262026-03-19T17:12:21.210Z Checking hyper-tls v0.6.0
21272026-03-19T17:12:21.258Z Checking unicode-segmentation v1.12.0
21282026-03-19T17:12:21.335Z Checking zlib-rs v0.6.2
21292026-03-19T17:12:21.383Z Checking psl-types v2.0.11
21302026-03-19T17:12:21.387Z Checking rsa v0.9.10
21312026-03-19T17:12:21.475Z Checking reqwest v0.12.28
21322026-03-19T17:12:21.568Z Checking publicsuffix v2.3.0
21332026-03-19T17:12:21.704Z Checking crossbeam-deque v0.8.6
21342026-03-19T17:12:21.806Z Checking dtrace-parser v0.2.0
21352026-03-19T17:12:21.964Z Checking cookie v0.18.1
21362026-03-19T17:12:22.082Z Checking rfc6979 v0.4.0
21372026-03-19T17:12:22.130Z Checking dof v0.4.0
21382026-03-19T17:12:22.175Z Checking thread-id v4.2.2
21392026-03-19T17:12:22.264Z Checking toml_write v0.1.2
21402026-03-19T17:12:22.311Z Checking cookie_store v0.22.1
21412026-03-19T17:12:22.314Z Checking ecdsa v0.16.9
21422026-03-19T17:12:22.522Z Checking toml_edit v0.22.27
21432026-03-19T17:12:22.588Z Checking flate2 v1.1.9
21442026-03-19T17:12:22.636Z Checking rustls-platform-verifier v0.6.2
21452026-03-19T17:12:22.685Z Checking newtype-uuid v1.3.2
21462026-03-19T17:12:22.781Z Checking toml_parser v1.0.9+spec-1.1.0
21472026-03-19T17:12:22.837Z Checking curve25519-dalek v4.1.3
21482026-03-19T17:12:22.885Z Checking dof v0.3.0
21492026-03-19T17:12:22.888Z Checking memoffset v0.9.1
21502026-03-19T17:12:22.975Z Checking rustix v0.38.44
21512026-03-19T17:12:23.026Z Checking env_filter v1.0.0
21522026-03-19T17:12:23.075Z Checking usdt-impl v0.6.0
21532026-03-19T17:12:23.079Z Checking keccak v0.1.6
21542026-03-19T17:12:23.250Z Checking env_logger v0.11.9
21552026-03-19T17:12:23.300Z Checking usdt-impl v0.5.0
21562026-03-19T17:12:23.305Z Checking daft v0.1.5
21572026-03-19T17:12:23.390Z Checking sha3 v0.10.8
21582026-03-19T17:12:23.468Z Checking usdt v0.6.0
21592026-03-19T17:12:23.535Z Checking reqwest v0.13.2
21602026-03-19T17:12:23.686Z Checking ed25519 v2.2.3
21612026-03-19T17:12:23.689Z Checking itertools v0.13.0
21622026-03-19T17:12:23.689Z Checking serde_with v3.17.0
21632026-03-19T17:12:23.820Z Checking siphasher v1.0.2
21642026-03-19T17:12:23.913Z Checking bitflags v1.3.2
21652026-03-19T17:12:23.962Z Checking ed25519-dalek v2.2.0
21662026-03-19T17:12:24.042Z Checking unicode-normalization v0.1.25
21672026-03-19T17:12:24.090Z Checking signal-hook v0.3.18
21682026-03-19T17:12:24.093Z Checking toml_datetime v0.7.5+spec-1.1.0
21692026-03-19T17:12:24.183Z Checking winnow v0.5.40
21702026-03-19T17:12:24.299Z Checking managed v0.8.0
21712026-03-19T17:12:24.392Z Checking nix v0.31.1
21722026-03-19T17:12:24.440Z Checking rayon-core v1.13.0
21732026-03-19T17:12:24.584Z Checking bzip2-sys v0.1.13+1.0.8
21742026-03-19T17:12:24.633Z Checking object v0.37.3
21752026-03-19T17:12:24.725Z Checking foldhash v0.1.5
21762026-03-19T17:12:24.728Z Checking bzip2 v0.4.4
21772026-03-19T17:12:24.911Z Checking signal-hook-mio v0.2.5
21782026-03-19T17:12:24.959Z Checking hashbrown v0.15.5
21792026-03-19T17:12:25.019Z Checking ref-cast v1.0.25
21802026-03-19T17:12:25.077Z Checking zstd-sys v2.0.16+zstd.1.5.7
21812026-03-19T17:12:25.179Z Checking zip v0.6.6
21822026-03-19T17:12:25.227Z Checking libbz2-rs-sys v0.2.2
21832026-03-19T17:12:25.274Z Checking zstd-safe v7.2.4
21842026-03-19T17:12:25.523Z Checking bumpalo v3.20.2
21852026-03-19T17:12:25.621Z Checking zstd v0.13.3
21862026-03-19T17:12:25.669Z Checking crossterm v0.28.1
21872026-03-19T17:12:25.769Z Checking bzip2 v0.6.1
21882026-03-19T17:12:25.821Z Checking zopfli v0.8.3
21892026-03-19T17:12:25.824Z Checking toml_edit v0.19.15
21902026-03-19T17:12:25.824Z Checking rayon v1.11.0
21912026-03-19T17:12:25.955Z Checking similar v2.7.0
21922026-03-19T17:12:25.959Z Checking fs-err v3.3.0
21932026-03-19T17:12:26.045Z Checking hash32 v0.2.1
21942026-03-19T17:12:26.277Z Checking serde-big-array v0.5.1
21952026-03-19T17:12:26.323Z Checking unicode-bidi v0.3.18
21962026-03-19T17:12:26.418Z Checking unicode-properties v0.1.4
21972026-03-19T17:12:26.481Z Checking predicates-core v1.0.10
21982026-03-19T17:12:26.528Z Checking jiff v0.2.21
21992026-03-19T17:12:26.673Z Checking heapless v0.7.17
22002026-03-19T17:12:26.756Z Checking hickory-proto v0.25.2
22012026-03-19T17:12:26.768Z Checking tokio-stream v0.1.18
22022026-03-19T17:12:26.772Z Checking stringprep v0.1.5
22032026-03-19T17:12:27.038Z Checking md-5 v0.10.6
22042026-03-19T17:12:27.246Z Checking float-cmp v0.10.0
22052026-03-19T17:12:27.294Z Checking difflib v0.4.0
22062026-03-19T17:12:27.342Z Checking toml v0.7.8
22072026-03-19T17:12:27.344Z Checking rustc-hash v2.1.1
22082026-03-19T17:12:27.444Z Checking normalize-line-endings v0.3.0
22092026-03-19T17:12:27.557Z Checking fallible-iterator v0.2.0
22102026-03-19T17:12:27.605Z Checking iddqd v0.3.17
22112026-03-19T17:12:27.607Z Checking predicates v3.1.4
22122026-03-19T17:12:27.813Z Checking smoltcp v0.9.1
22132026-03-19T17:12:27.940Z Checking phf_shared v0.11.3
22142026-03-19T17:12:27.989Z Checking postgres-protocol v0.6.10
22152026-03-19T17:12:27.993Z Checking phf_shared v0.13.1
22162026-03-19T17:12:28.084Z Checking itertools v0.12.1
22172026-03-19T17:12:28.170Z Checking console v0.16.2
22182026-03-19T17:12:28.338Z Checking buf-list v1.1.2
22192026-03-19T17:12:28.445Z Checking strum v0.27.2
22202026-03-19T17:12:28.604Z Checking precomputed-hash v0.1.1
22212026-03-19T17:12:28.608Z Checking fixedbitset v0.4.2
22222026-03-19T17:12:28.692Z Checking new_debug_unreachable v1.0.6
22232026-03-19T17:12:28.695Z Checking unit-prefix v0.5.2
22242026-03-19T17:12:28.781Z Checking fixedbitset v0.5.7
22252026-03-19T17:12:28.828Z Checking lalrpop-util v0.19.12
22262026-03-19T17:12:28.831Z Checking string_cache v0.8.9
22272026-03-19T17:12:28.920Z Checking petgraph v0.6.5
22282026-03-19T17:12:28.923Z Checking indicatif v0.18.4
22292026-03-19T17:12:29.067Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22302026-03-19T17:12:29.071Z Checking petgraph v0.8.3
22312026-03-19T17:12:29.158Z Checking postgres-types v0.2.12
22322026-03-19T17:12:29.517Z Checking zone v0.3.1
22332026-03-19T17:12:29.523Z Checking phf v0.13.1
22342026-03-19T17:12:29.630Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22352026-03-19T17:12:29.680Z Checking zip v4.6.1
22362026-03-19T17:12:29.790Z Checking peg-runtime v0.8.5
22372026-03-19T17:12:30.011Z Checking whoami v2.1.0
22382026-03-19T17:12:30.061Z Checking futures-executor v0.3.32
22392026-03-19T17:12:30.196Z Checking is-terminal v0.4.17
22402026-03-19T17:12:30.300Z Checking tokio-postgres v0.7.16
22412026-03-19T17:12:30.351Z Checking crossbeam-channel v0.5.15
22422026-03-19T17:12:30.354Z Checking futures v0.3.32
22432026-03-19T17:12:30.482Z Compiling structmeta-derive v0.3.0
22442026-03-19T17:12:30.531Z Checking thread_local v1.1.9
22452026-03-19T17:12:30.590Z Checking take_mut v0.2.2
22462026-03-19T17:12:30.715Z Checking term v1.2.1
22472026-03-19T17:12:30.762Z Compiling newtype-uuid-macros v0.1.0
22482026-03-19T17:12:30.809Z Compiling rustls v0.22.4
22492026-03-19T17:12:30.856Z Checking slog-async v2.8.0
22502026-03-19T17:12:31.045Z Checking slog-term v2.9.2
22512026-03-19T17:12:31.130Z Checking regress v0.10.5
22522026-03-19T17:12:31.187Z Compiling multer v3.1.0
22532026-03-19T17:12:31.351Z Compiling async-stream-impl v0.3.6
22542026-03-19T17:12:31.419Z Compiling dropshot v0.16.7
22552026-03-19T17:12:31.567Z Compiling dropshot_endpoint v0.16.7
22562026-03-19T17:12:31.796Z Checking match_cfg v0.1.0
22572026-03-19T17:12:31.844Z Checking slog-json v2.6.1
22582026-03-19T17:12:31.930Z Checking hostname v0.3.1
22592026-03-19T17:12:31.984Z Compiling structmeta v0.3.0
22602026-03-19T17:12:32.031Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22612026-03-19T17:12:32.081Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-03-19T17:12:32.126Z Checking slog-bunyan v2.5.0
22632026-03-19T17:12:32.216Z Checking debug-ignore v1.0.5
22642026-03-19T17:12:32.289Z Compiling derive-ex v0.1.8
22652026-03-19T17:12:32.363Z Checking serde_spanned v1.0.4
22662026-03-19T17:12:32.388Z Checking toml_writer v1.0.6+spec-1.1.0
22672026-03-19T17:12:32.435Z Checking rustls-webpki v0.102.8
22682026-03-19T17:12:32.545Z Checking serde_path_to_error v0.1.20
22692026-03-19T17:12:32.593Z Checking progenitor-client v0.13.0
22702026-03-19T17:12:32.641Z Checking async-stream v0.3.6
22712026-03-19T17:12:32.687Z Checking toml v0.9.12+spec-1.1.0
22722026-03-19T17:12:32.920Z Checking waitgroup v0.1.2
22732026-03-19T17:12:32.968Z Checking rustls-pemfile v2.2.0
22742026-03-19T17:12:33.094Z Checking hostname v0.4.2
22752026-03-19T17:12:33.136Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-03-19T17:12:33.183Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-03-19T17:12:33.192Z Compiling parse-display-derive v0.10.0
22782026-03-19T17:12:33.274Z Checking itertools v0.14.0
22792026-03-19T17:12:33.357Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22802026-03-19T17:12:33.372Z Checking macaddr v1.0.1
22812026-03-19T17:12:33.547Z Checking progenitor-client v0.10.0
22822026-03-19T17:12:33.672Z Checking instant v0.1.13
22832026-03-19T17:12:33.819Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22842026-03-19T17:12:33.874Z Checking backoff v0.4.0
22852026-03-19T17:12:33.927Z Checking backon v1.6.0
22862026-03-19T17:12:33.986Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22872026-03-19T17:12:34.188Z Checking heck v0.5.0
22882026-03-19T17:12:34.355Z Checking progenitor-extras v0.1.1
22892026-03-19T17:12:34.384Z Checking camino-tempfile v1.4.1
22902026-03-19T17:12:34.584Z Checking toml v0.8.23
22912026-03-19T17:12:34.676Z Compiling test-strategy v0.4.5
22922026-03-19T17:12:34.719Z Compiling unsafe-libyaml v0.2.11
22932026-03-19T17:12:34.816Z Compiling convert_case v0.4.0
22942026-03-19T17:12:35.049Z Checking secrecy v0.10.3
22952026-03-19T17:12:35.055Z Checking tokio-rustls v0.25.0
22962026-03-19T17:12:35.244Z Compiling toml_edit v0.23.10+spec-1.0.0
22972026-03-19T17:12:35.352Z Compiling derive_more v0.99.20
22982026-03-19T17:12:35.592Z Checking parse-display v0.10.0
22992026-03-19T17:12:35.761Z Compiling serde_yaml v0.9.34+deprecated
23002026-03-19T17:12:35.821Z Compiling crucible-workspace-hack v0.1.0
23012026-03-19T17:12:36.074Z Compiling proc-macro-crate v3.4.0
23022026-03-19T17:12:36.438Z Compiling typify-impl v0.6.1
23032026-03-19T17:12:36.727Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-19T17:12:37.016Z Checking half v2.7.1
23052026-03-19T17:12:37.277Z Checking glob v0.3.3
23062026-03-19T17:12:37.403Z Checking ciborium-io v0.2.2
23072026-03-19T17:12:37.554Z Compiling heapless v0.8.0
23082026-03-19T17:12:37.592Z Checking ciborium-ll v0.2.2
23092026-03-19T17:12:37.847Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23102026-03-19T17:12:37.905Z Checking ciborium v0.2.2
23112026-03-19T17:12:37.984Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23122026-03-19T17:12:38.206Z Compiling ingot-macros v0.1.1
23132026-03-19T17:12:38.250Z Checking tabwriter v1.4.1
23142026-03-19T17:12:38.412Z Checking hash32 v0.3.1
23152026-03-19T17:12:38.474Z Compiling smoltcp v0.11.0
23162026-03-19T17:12:38.521Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-03-19T17:12:38.567Z Compiling num_enum_derive v0.7.5
23182026-03-19T17:12:38.932Z Checking cobs v0.3.0
23192026-03-19T17:12:39.000Z Compiling foreign-types-macros v0.2.3
23202026-03-19T17:12:39.054Z Checking foreign-types-shared v0.3.1
23212026-03-19T17:12:39.103Z Checking cpufeatures v0.3.0
23222026-03-19T17:12:39.241Z Checking chacha20 v0.10.0
23232026-03-19T17:12:39.283Z Checking postcard v1.1.3
23242026-03-19T17:12:39.768Z Compiling proc-macro-crate v1.3.1
23252026-03-19T17:12:39.846Z Checking foreign-types v0.5.0
23262026-03-19T17:12:39.900Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23272026-03-19T17:12:39.985Z Checking cstr-argument v0.1.2
23282026-03-19T17:12:40.036Z Checking num_enum v0.7.5
23292026-03-19T17:12:40.184Z Checking sigpipe v0.1.3
23302026-03-19T17:12:40.235Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-03-19T17:12:40.239Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23322026-03-19T17:12:40.319Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23332026-03-19T17:12:40.365Z Checking colored v3.1.1
23342026-03-19T17:12:40.628Z Compiling num_enum_derive v0.5.11
23352026-03-19T17:12:40.675Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-03-19T17:12:40.720Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-03-19T17:12:40.836Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23382026-03-19T17:12:40.914Z Checking rand v0.10.0
23392026-03-19T17:12:40.919Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23402026-03-19T17:12:41.006Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23412026-03-19T17:12:41.010Z Checking indent_write v2.2.0
23422026-03-19T17:12:41.205Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23432026-03-19T17:12:41.400Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23442026-03-19T17:12:41.468Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23452026-03-19T17:12:41.592Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23462026-03-19T17:12:41.688Z Checking smf v0.2.3
23472026-03-19T17:12:41.868Z Compiling num-derive v0.4.2
23482026-03-19T17:12:41.953Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-03-19T17:12:42.037Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23502026-03-19T17:12:42.040Z Checking num_enum v0.5.11
23512026-03-19T17:12:42.129Z Checking ingot-types v0.1.2
23522026-03-19T17:12:42.272Z Checking whoami v1.6.1
23532026-03-19T17:12:42.278Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23542026-03-19T17:12:42.361Z Checking universal-hash v0.5.1
23552026-03-19T17:12:42.532Z Checking opaque-debug v0.3.1
23562026-03-19T17:12:42.579Z Checking aead v0.5.2
23572026-03-19T17:12:42.668Z Checking ingot v0.1.1
23582026-03-19T17:12:42.714Z Checking swrite v0.1.0
23592026-03-19T17:12:42.761Z Checking poly1305 v0.8.0
23602026-03-19T17:12:42.808Z Checking chacha20 v0.9.1
23612026-03-19T17:12:42.858Z Compiling typify-macro v0.6.1
23622026-03-19T17:12:42.861Z Checking unicode-width v0.1.14
23632026-03-19T17:12:42.944Z Compiling thiserror-impl-no-std v2.0.2
23642026-03-19T17:12:43.095Z Checking password-hash v0.5.0
23652026-03-19T17:12:43.145Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23662026-03-19T17:12:43.150Z Checking blake2 v0.10.6
23672026-03-19T17:12:43.260Z Checking chacha20poly1305 v0.10.1
23682026-03-19T17:12:43.433Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23692026-03-19T17:12:43.481Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23702026-03-19T17:12:43.485Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23712026-03-19T17:12:43.571Z Checking argon2 v0.5.3
23722026-03-19T17:12:43.848Z Compiling usdt-macro v0.5.0
23732026-03-19T17:12:43.895Z Compiling usdt-attr-macro v0.5.0
23742026-03-19T17:12:43.898Z Checking memmap v0.7.0
23752026-03-19T17:12:44.057Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23762026-03-19T17:12:44.143Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23772026-03-19T17:12:44.500Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23782026-03-19T17:12:44.634Z Checking thiserror-no-std v2.0.2
23792026-03-19T17:12:44.728Z Checking vsss-rs v3.3.4
23802026-03-19T17:12:44.879Z Compiling derive-where v1.6.0
23812026-03-19T17:12:44.933Z Checking atomicwrites v0.4.4
23822026-03-19T17:12:45.021Z Checking usdt v0.5.0
23832026-03-19T17:12:45.084Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23842026-03-19T17:12:45.131Z Checking console v0.15.11
23852026-03-19T17:12:45.268Z Checking tokio-dtrace v0.1.1
23862026-03-19T17:12:45.276Z Compiling typify v0.6.1
23872026-03-19T17:12:45.497Z Compiling progenitor-impl v0.13.0
23882026-03-19T17:12:45.573Z Checking oxide-tokio-rt v0.1.3
23892026-03-19T17:12:45.573Z Checking newline-converter v0.3.0
23902026-03-19T17:12:45.784Z Checking expectorate v1.2.0
23912026-03-19T17:12:45.829Z Checking bytecount v0.6.9
23922026-03-19T17:12:45.876Z Compiling prettyplease v0.2.37
23932026-03-19T17:12:45.983Z Compiling owo-colors v4.3.0
23942026-03-19T17:12:46.022Z Compiling cancel-safe-futures v0.1.5
23952026-03-19T17:12:46.266Z Checking libsw-core v0.3.2
23962026-03-19T17:12:46.429Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23972026-03-19T17:12:46.522Z Checking libsw v3.5.0
23982026-03-19T17:12:46.648Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23992026-03-19T17:12:46.693Z Checking same-file v1.0.6
24002026-03-19T17:12:46.804Z Checking linear-map v1.2.0
24012026-03-19T17:12:46.839Z Checking num-rational v0.4.2
24022026-03-19T17:12:46.882Z Checking walkdir v2.5.0
24032026-03-19T17:12:46.921Z Checking num-complex v0.4.6
24042026-03-19T17:12:46.997Z Checking float-ord v0.3.2
24052026-03-19T17:12:47.118Z Checking gethostname v0.5.0
24062026-03-19T17:12:47.264Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-03-19T17:12:47.391Z Compiling async-recursion v1.1.1
24082026-03-19T17:12:47.442Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24092026-03-19T17:12:47.483Z Checking num v0.4.3
24102026-03-19T17:12:47.616Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24112026-03-19T17:12:48.006Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24122026-03-19T17:12:48.498Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24132026-03-19T17:12:49.182Z Compiling progenitor-macro v0.13.0
24142026-03-19T17:12:49.705Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-03-19T17:12:51.309Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24162026-03-19T17:12:51.351Z Checking unicode-linebreak v0.1.5
24172026-03-19T17:12:51.397Z Checking smawk v0.3.2
24182026-03-19T17:12:51.581Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24192026-03-19T17:12:51.674Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24202026-03-19T17:12:51.813Z Checking globset v0.4.18
24212026-03-19T17:12:52.289Z Compiling convert_case v0.10.0
24222026-03-19T17:12:53.055Z Compiling slog-dtrace v0.3.0
24232026-03-19T17:12:53.340Z Checking resolv-conf v0.7.6
24242026-03-19T17:12:53.506Z Compiling derive_more-impl v2.1.1
24252026-03-19T17:12:53.761Z Compiling pin-project-internal v1.1.11
24262026-03-19T17:12:53.884Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24272026-03-19T17:12:53.943Z Checking pem v3.0.6
24282026-03-19T17:12:54.191Z Checking fd-lock v4.0.4
24292026-03-19T17:12:54.238Z Checking vte v0.14.1
24302026-03-19T17:12:54.395Z Checking display-error-chain v0.2.2
24312026-03-19T17:12:54.483Z Checking strip-ansi-escapes v0.2.1
24322026-03-19T17:12:54.633Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24332026-03-19T17:12:54.633Z Checking derive_more v2.1.1
24342026-03-19T17:12:54.670Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24352026-03-19T17:12:54.718Z Compiling snafu-derive v0.8.9
24362026-03-19T17:12:54.762Z Checking crossterm v0.29.0
24372026-03-19T17:12:54.811Z Checking nu-ansi-term v0.50.3
24382026-03-19T17:12:55.124Z Checking linked-hash-map v0.5.6
24392026-03-19T17:12:55.387Z Checking termtree v0.5.1
24402026-03-19T17:12:55.432Z Checking pin-project v1.1.11
24412026-03-19T17:12:55.492Z Checking lru-cache v0.1.2
24422026-03-19T17:12:55.558Z Checking reedline v0.40.0
24432026-03-19T17:12:55.605Z Checking textwrap v0.16.2
24442026-03-19T17:12:55.609Z Checking olpc-cjson v0.1.4
24452026-03-19T17:12:55.863Z Checking hickory-proto v0.24.4
24462026-03-19T17:12:55.924Z Checking serde_plain v1.0.2
24472026-03-19T17:12:56.153Z Compiling minimal-lexical v0.2.1
24482026-03-19T17:12:56.244Z Checking progenitor v0.13.0
24492026-03-19T17:12:56.455Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24502026-03-19T17:12:56.531Z Checking typed-path v0.9.3
24512026-03-19T17:12:57.154Z Compiling nom v7.1.3
24522026-03-19T17:12:57.402Z Checking snafu v0.8.9
24532026-03-19T17:12:57.665Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24542026-03-19T17:12:57.758Z Checking tough v0.20.0
24552026-03-19T17:12:58.332Z Checking nibble_vec v0.1.0
24562026-03-19T17:12:58.399Z Checking endian-type v0.1.2
24572026-03-19T17:12:58.534Z Checking hickory-resolver v0.24.4
24582026-03-19T17:12:58.598Z Checking radix_trie v0.2.1
24592026-03-19T17:12:58.914Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24602026-03-19T17:12:59.039Z Compiling ar_archive_writer v0.5.1
24612026-03-19T17:12:59.447Z Checking humantime v2.3.0
24622026-03-19T17:12:59.581Z Checking qorb v0.4.1
24632026-03-19T17:12:59.727Z Checking csv-core v0.1.13
24642026-03-19T17:12:59.773Z Checking base64 v0.21.7
24652026-03-19T17:13:00.002Z Checking csv v1.4.0
24662026-03-19T17:13:00.072Z Compiling stacker v0.1.23
24672026-03-19T17:13:00.135Z Compiling cfg_aliases v0.1.1
24682026-03-19T17:13:00.270Z Checking highway v1.3.0
24692026-03-19T17:13:00.331Z Compiling psm v0.1.30
24702026-03-19T17:13:00.504Z Compiling nix v0.28.0
24712026-03-19T17:13:00.551Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24722026-03-19T17:13:00.555Z Checking papergrid v0.11.0
24732026-03-19T17:13:00.644Z Compiling tabled_derive v0.7.0
24742026-03-19T17:13:00.688Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24752026-03-19T17:13:01.050Z Checking home v0.5.12
24762026-03-19T17:13:01.186Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24772026-03-19T17:13:01.189Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24782026-03-19T17:13:01.318Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24792026-03-19T17:13:01.480Z Checking phf_shared v0.12.1
24802026-03-19T17:13:01.587Z Compiling recursive-proc-macro-impl v0.1.1
24812026-03-19T17:13:01.708Z Compiling chrono-tz v0.10.4
24822026-03-19T17:13:01.934Z Compiling semver v0.1.20
24832026-03-19T17:13:01.985Z Checking tabled v0.15.0
24842026-03-19T17:13:01.988Z Checking phf v0.12.1
24852026-03-19T17:13:02.130Z Checking recursive v0.1.1
24862026-03-19T17:13:02.220Z Compiling rustc_version v0.1.7
24872026-03-19T17:13:02.266Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24882026-03-19T17:13:02.326Z Compiling const_format_proc_macros v0.2.34
24892026-03-19T17:13:02.334Z Compiling peg-macros v0.8.5
24902026-03-19T17:13:02.430Z Checking winnow v0.6.26
24912026-03-19T17:13:02.548Z Compiling sqlparser_derive v0.5.0
24922026-03-19T17:13:03.475Z Checking unicode_categories v0.1.1
24932026-03-19T17:13:03.509Z Checking rustyline v14.0.0
24942026-03-19T17:13:03.575Z Checking sqlparser v0.61.0
24952026-03-19T17:13:03.625Z Checking const_format v0.2.35
24962026-03-19T17:13:04.018Z Checking sqlformat v0.3.5
24972026-03-19T17:13:04.198Z Compiling newtype_derive v0.1.6
24982026-03-19T17:13:04.286Z Checking peg v0.8.5
24992026-03-19T17:13:04.472Z Checking bcs v0.1.6
25002026-03-19T17:13:04.650Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25012026-03-19T17:13:04.827Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25022026-03-19T17:13:04.830Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25032026-03-19T17:13:04.927Z Checking steno v0.4.1
25042026-03-19T17:13:05.242Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25052026-03-19T17:13:05.296Z Compiling typify-impl v0.4.3
25062026-03-19T17:13:06.168Z Checking utf-8 v0.7.6
25072026-03-19T17:13:06.323Z Checking filetime v0.2.27
25082026-03-19T17:13:06.381Z Checking arc-swap v1.8.2
25092026-03-19T17:13:06.716Z Checking xattr v1.6.1
25102026-03-19T17:13:06.921Z Checking tar v0.4.44
25112026-03-19T17:13:07.480Z Checking slog-scope v4.4.1
25122026-03-19T17:13:07.581Z Checking tungstenite v0.21.0
25132026-03-19T17:13:07.690Z Checking slog-stdlog v4.1.1
25142026-03-19T17:13:07.885Z Checking slog-envlogger v2.2.0
25152026-03-19T17:13:07.967Z Checking typeid v1.0.3
25162026-03-19T17:13:08.110Z Checking subprocess v0.2.15
25172026-03-19T17:13:08.158Z Checking headers-core v0.3.0
25182026-03-19T17:13:08.200Z Checking tokio-tungstenite v0.21.0
25192026-03-19T17:13:08.327Z Checking headers v0.4.1
25202026-03-19T17:13:08.519Z Compiling lzma-sys v0.1.20
25212026-03-19T17:13:08.590Z Compiling cargo_toml v0.22.3
25222026-03-19T17:13:08.756Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25232026-03-19T17:13:08.999Z Checking yasna v0.5.2
25242026-03-19T17:13:09.319Z Checking xz2 v0.1.7
25252026-03-19T17:13:09.609Z Checking ron v0.12.0
25262026-03-19T17:13:09.654Z Checking rcgen v0.12.1
25272026-03-19T17:13:10.108Z Checking base16ct v1.0.0
25282026-03-19T17:13:10.195Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25292026-03-19T17:13:10.311Z Checking dropshot-api-manager-types v0.6.0
25302026-03-19T17:13:10.503Z Checking tagptr v0.2.0
25312026-03-19T17:13:10.567Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25322026-03-19T17:13:10.645Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25332026-03-19T17:13:10.728Z Checking moka v0.12.13
25342026-03-19T17:13:10.818Z Compiling radium v0.7.0
25352026-03-19T17:13:10.865Z Compiling libefi-sys v0.1.0
25362026-03-19T17:13:11.249Z Compiling bitfield-struct v0.6.2
25372026-03-19T17:13:11.290Z Compiling maybe-uninit v2.0.0
25382026-03-19T17:13:11.651Z Checking hickory-resolver v0.25.2
25392026-03-19T17:13:11.697Z Checking tap v1.0.1
25402026-03-19T17:13:11.783Z Compiling typify-macro v0.4.3
25412026-03-19T17:13:11.875Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25422026-03-19T17:13:12.141Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25432026-03-19T17:13:12.491Z Checking wyz v0.5.1
25442026-03-19T17:13:12.624Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25452026-03-19T17:13:12.712Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25462026-03-19T17:13:12.761Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25472026-03-19T17:13:12.956Z Compiling zerocopy-derive v0.6.6
25482026-03-19T17:13:13.083Z Checking crc-catalog v2.4.0
25492026-03-19T17:13:13.128Z Compiling packed_struct v0.10.1
25502026-03-19T17:13:13.250Z Checking funty v2.0.0
25512026-03-19T17:13:13.324Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-03-19T17:13:13.467Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-03-19T17:13:13.567Z Checking crc v3.4.0
25542026-03-19T17:13:13.744Z Checking bitvec v1.0.1
25552026-03-19T17:13:13.802Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25562026-03-19T17:13:13.959Z Compiling packed_struct_codegen v0.10.1
25572026-03-19T17:13:14.030Z Compiling bitfield-macros v0.19.4
25582026-03-19T17:13:14.069Z Compiling indexmap v1.9.3
25592026-03-19T17:13:14.124Z Checking zerocopy v0.6.6
25602026-03-19T17:13:14.187Z Compiling typify v0.4.3
25612026-03-19T17:13:14.420Z Compiling progenitor-impl v0.10.0
25622026-03-19T17:13:14.618Z Checking nodrop v0.1.14
25632026-03-19T17:13:14.774Z Checking array-init v0.0.4
25642026-03-19T17:13:15.067Z Checking bitfield v0.19.4
25652026-03-19T17:13:15.360Z Checking smallvec v0.6.14
25662026-03-19T17:13:15.476Z Checking hashbrown v0.12.3
25672026-03-19T17:13:15.520Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25682026-03-19T17:13:15.661Z Checking serde-hex v0.1.0
25692026-03-19T17:13:15.771Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25702026-03-19T17:13:15.773Z Checking ron v0.8.1
25712026-03-19T17:13:16.571Z Checking hashbrown v0.13.2
25722026-03-19T17:13:16.614Z Checking crc-any v2.5.0
25732026-03-19T17:13:16.889Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25742026-03-19T17:13:17.003Z Checking path-slash v0.1.5
25752026-03-19T17:13:17.135Z Compiling xshell-macros v0.2.7
25762026-03-19T17:13:17.182Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25772026-03-19T17:13:17.185Z Checking object v0.30.4
25782026-03-19T17:13:17.274Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25792026-03-19T17:13:17.648Z Checking xshell v0.2.7
25802026-03-19T17:13:17.695Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-03-19T17:13:17.778Z Checking half v1.8.3
25822026-03-19T17:13:17.930Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25832026-03-19T17:13:18.081Z Checking serde_cbor v0.11.2
25842026-03-19T17:13:18.128Z Compiling progenitor-macro v0.10.0
25852026-03-19T17:13:18.573Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25862026-03-19T17:13:18.649Z Compiling num-derive v0.3.3
25872026-03-19T17:13:18.891Z Compiling proc-macro-error-attr2 v2.0.0
25882026-03-19T17:13:18.939Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25892026-03-19T17:13:19.442Z Compiling proc-macro-error2 v2.0.1
25902026-03-19T17:13:19.486Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25912026-03-19T17:13:19.867Z Checking libscf-sys v1.1.0
25922026-03-19T17:13:19.911Z Compiling tabled_derive v0.11.0
25932026-03-19T17:13:20.070Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25942026-03-19T17:13:20.145Z Checking papergrid v0.17.0
25952026-03-19T17:13:20.259Z Checking testing_table v0.3.0
25962026-03-19T17:13:20.376Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25972026-03-19T17:13:20.422Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25982026-03-19T17:13:20.885Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25992026-03-19T17:13:21.199Z Checking maplit v1.0.2
26002026-03-19T17:13:21.316Z Checking crc8 v0.1.1
26012026-03-19T17:13:21.376Z Checking fxhash v0.2.1
26022026-03-19T17:13:21.476Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26032026-03-19T17:13:21.523Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26042026-03-19T17:13:21.526Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26052026-03-19T17:13:21.610Z Checking tabled v0.20.0
26062026-03-19T17:13:21.613Z Checking unicase v2.9.0
26072026-03-19T17:13:21.900Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26082026-03-19T17:13:22.373Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26092026-03-19T17:13:22.412Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26102026-03-19T17:13:22.764Z Checking kstat-rs v0.2.4
26112026-03-19T17:13:22.899Z Compiling diesel_derives v2.3.7
26122026-03-19T17:13:22.952Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26132026-03-19T17:13:23.022Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26142026-03-19T17:13:23.064Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26152026-03-19T17:13:23.167Z Compiling parking_lot_core v0.8.6
26162026-03-19T17:13:23.493Z Compiling git-stub v1.0.0
26172026-03-19T17:13:23.586Z Checking scheduled-thread-pool v0.2.7
26182026-03-19T17:13:23.707Z Compiling dsl_auto_type v0.2.0
26192026-03-19T17:13:23.799Z Compiling vergen-gitcl v1.0.8
26202026-03-19T17:13:23.849Z Compiling diesel_table_macro_syntax v0.3.0
26212026-03-19T17:13:24.077Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26222026-03-19T17:13:24.149Z Checking r2d2 v0.8.10
26232026-03-19T17:13:24.209Z Compiling git-stub-vcs v0.1.0
26242026-03-19T17:13:24.441Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26252026-03-19T17:13:24.487Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26262026-03-19T17:13:24.557Z Checking downcast-rs v2.0.2
26272026-03-19T17:13:24.721Z Checking parking_lot v0.11.2
26282026-03-19T17:13:24.766Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26292026-03-19T17:13:24.814Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26302026-03-19T17:13:24.922Z Checking prefix-trie v0.7.0
26312026-03-19T17:13:25.004Z Checking nanorand v0.7.0
26322026-03-19T17:13:25.062Z Compiling dirs-sys-next v0.1.2
26332026-03-19T17:13:25.110Z Checking progenitor v0.10.0
26342026-03-19T17:13:25.294Z Compiling crunchy v0.2.4
26352026-03-19T17:13:25.341Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26362026-03-19T17:13:25.388Z Checking hickory-server v0.25.2
26372026-03-19T17:13:25.477Z Checking flume v0.11.1
26382026-03-19T17:13:25.522Z Compiling dirs-next v2.0.0
26392026-03-19T17:13:25.702Z Checking sled v0.34.7
26402026-03-19T17:13:25.746Z Compiling clang-sys v1.8.1
26412026-03-19T17:13:25.790Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-03-19T17:13:25.841Z Checking hickory-client v0.25.2
26432026-03-19T17:13:26.062Z Compiling tiny-keccak v2.0.2
26442026-03-19T17:13:26.370Z Compiling term v0.7.0
26452026-03-19T17:13:26.460Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26462026-03-19T17:13:26.522Z Compiling bit-vec v0.6.3
26472026-03-19T17:13:26.698Z Compiling salty v0.3.0
26482026-03-19T17:13:26.843Z Compiling bit-set v0.5.3
26492026-03-19T17:13:27.083Z Compiling ascii-canvas v3.0.0
26502026-03-19T17:13:27.172Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512026-03-19T17:13:27.175Z Checking primeorder v0.13.6
26522026-03-19T17:13:27.428Z Compiling itertools v0.10.5
26532026-03-19T17:13:27.571Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26542026-03-19T17:13:27.703Z Compiling ena v0.14.4
26552026-03-19T17:13:27.859Z Compiling libloading v0.8.9
26562026-03-19T17:13:28.014Z Compiling fs-err v2.11.0
26572026-03-19T17:13:28.176Z Compiling bindgen v0.71.1
26582026-03-19T17:13:28.301Z Compiling regex-syntax v0.6.29
26592026-03-19T17:13:28.406Z Compiling diff v0.1.13
26602026-03-19T17:13:29.045Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26612026-03-19T17:13:29.196Z Compiling cexpr v0.6.0
26622026-03-19T17:13:29.420Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26632026-03-19T17:13:30.169Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26642026-03-19T17:13:30.291Z Compiling lalrpop v0.19.12
26652026-03-19T17:13:30.631Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26662026-03-19T17:13:31.006Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26672026-03-19T17:13:31.595Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26682026-03-19T17:13:31.914Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26692026-03-19T17:13:31.992Z Checking diesel v2.3.7
26702026-03-19T17:13:32.078Z Compiling libxml v0.3.3
26712026-03-19T17:13:32.184Z Checking parse-size v1.1.0
26722026-03-19T17:13:32.383Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26732026-03-19T17:13:32.562Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26742026-03-19T17:13:32.977Z Checking p384 v0.13.1
26752026-03-19T17:13:33.494Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26762026-03-19T17:13:33.577Z Compiling strum_macros v0.24.3
26772026-03-19T17:13:34.377Z Compiling indoc v1.0.9
26782026-03-19T17:13:35.449Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26792026-03-19T17:13:35.812Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26802026-03-19T17:13:36.082Z Checking predicates-tree v1.0.13
26812026-03-19T17:13:36.261Z Checking quick-xml v0.37.5
26822026-03-19T17:13:36.466Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26832026-03-19T17:13:36.636Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26842026-03-19T17:13:36.721Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26852026-03-19T17:13:36.762Z Checking derive_builder v0.20.2
26862026-03-19T17:13:36.934Z Compiling oso-derive v0.27.3
26872026-03-19T17:13:37.510Z Compiling trait-variant v0.1.2
26882026-03-19T17:13:37.607Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-19T17:13:38.255Z Checking openssl-probe v0.1.6
26902026-03-19T17:13:38.434Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26912026-03-19T17:13:39.002Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26922026-03-19T17:13:39.066Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26932026-03-19T17:13:39.355Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26942026-03-19T17:13:39.590Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26952026-03-19T17:13:39.847Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-03-19T17:13:39.906Z Compiling progenitor-impl v0.11.2
26972026-03-19T17:13:40.363Z Checking assert_matches v1.5.0
26982026-03-19T17:13:40.800Z Compiling mime_guess v2.0.5
26992026-03-19T17:13:40.882Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27002026-03-19T17:13:41.289Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27012026-03-19T17:13:41.543Z Checking progenitor-client v0.11.2
27022026-03-19T17:13:41.892Z Checking http-range v0.1.5
27032026-03-19T17:13:41.950Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27042026-03-19T17:13:42.029Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-03-19T17:13:42.160Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27062026-03-19T17:13:42.285Z Checking ignore v0.4.25
27072026-03-19T17:13:42.964Z Checking atty v0.2.14
27082026-03-19T17:13:43.127Z Checking globwalk v0.9.1
27092026-03-19T17:13:43.666Z Compiling progenitor-macro v0.11.2
27102026-03-19T17:13:44.103Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27112026-03-19T17:13:44.669Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-03-19T17:13:45.374Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27132026-03-19T17:13:45.646Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27142026-03-19T17:13:45.928Z Checking bb8 v0.8.6
27152026-03-19T17:13:46.106Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27162026-03-19T17:13:46.329Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27172026-03-19T17:13:46.406Z Checking corncobs v0.1.4
27182026-03-19T17:13:46.612Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-19T17:13:46.706Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-03-19T17:13:46.993Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27212026-03-19T17:13:47.474Z Checking hyper-staticfile v0.10.1
27222026-03-19T17:13:47.550Z Checking camino-tempfile-ext v0.3.3
27232026-03-19T17:13:47.860Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27242026-03-19T17:13:47.900Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27252026-03-19T17:13:48.216Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27262026-03-19T17:13:48.263Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27272026-03-19T17:13:48.494Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-03-19T17:13:49.231Z Checking signal-hook-tokio v0.3.1
27292026-03-19T17:13:49.444Z Checking secrecy v0.8.0
27302026-03-19T17:13:49.638Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27312026-03-19T17:13:50.047Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27322026-03-19T17:13:50.553Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27332026-03-19T17:13:50.604Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27342026-03-19T17:13:50.744Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27352026-03-19T17:13:50.791Z Checking progenitor v0.11.2
27362026-03-19T17:13:50.939Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27372026-03-19T17:13:51.004Z Checking nonempty v0.12.0
27382026-03-19T17:13:51.258Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27392026-03-19T17:13:51.399Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27402026-03-19T17:13:51.560Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-03-19T17:13:51.605Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27422026-03-19T17:13:51.990Z Checking async-bb8-diesel v0.2.1
27432026-03-19T17:13:52.107Z Checking diesel-dtrace v0.5.0
27442026-03-19T17:13:52.458Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27452026-03-19T17:13:52.505Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27462026-03-19T17:13:52.508Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27472026-03-19T17:13:52.934Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27482026-03-19T17:13:53.240Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27492026-03-19T17:13:53.470Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27502026-03-19T17:13:53.613Z Checking tungstenite v0.23.0
27512026-03-19T17:13:54.315Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27522026-03-19T17:13:54.400Z Checking tokio-tungstenite v0.23.1
27532026-03-19T17:13:54.786Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27542026-03-19T17:13:55.057Z Checking rand_seeder v0.4.0
27552026-03-19T17:13:55.273Z Checking void v1.0.2
27562026-03-19T17:13:55.318Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27572026-03-19T17:13:55.451Z Checking lzss v0.8.2
27582026-03-19T17:13:55.751Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27592026-03-19T17:13:55.838Z Checking nix v0.27.1
27602026-03-19T17:13:55.936Z Checking serde_bytes v0.11.19
27612026-03-19T17:13:55.994Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27622026-03-19T17:13:56.214Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27632026-03-19T17:13:56.258Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27642026-03-19T17:13:56.597Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27652026-03-19T17:13:57.204Z Checking is_ci v1.2.0
27662026-03-19T17:13:57.378Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27672026-03-19T17:13:57.438Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27682026-03-19T17:13:57.687Z Checking yansi v1.0.1
27692026-03-19T17:13:57.744Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27702026-03-19T17:13:58.064Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27712026-03-19T17:13:58.108Z Checking pretty_assertions v1.4.1
27722026-03-19T17:13:58.315Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27732026-03-19T17:13:58.407Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27742026-03-19T17:13:58.472Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27752026-03-19T17:13:58.794Z Compiling darling_core v0.23.0
27762026-03-19T17:14:00.062Z Compiling indoc v2.0.7
27772026-03-19T17:14:00.299Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27782026-03-19T17:14:00.588Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-03-19T17:14:00.700Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-03-19T17:14:00.780Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27812026-03-19T17:14:00.989Z Compiling instability v0.3.11
27822026-03-19T17:14:01.378Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27832026-03-19T17:14:01.502Z Compiling libz-sys v1.1.24
27842026-03-19T17:14:01.694Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27852026-03-19T17:14:02.024Z Checking castaway v0.2.4
27862026-03-19T17:14:02.205Z Checking compact_str v0.8.1
27872026-03-19T17:14:02.479Z Compiling darling_macro v0.23.0
27882026-03-19T17:14:02.755Z Checking supports-color v3.0.2
27892026-03-19T17:14:02.958Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27902026-03-19T17:14:03.158Z Compiling darling v0.23.0
27912026-03-19T17:14:03.257Z Checking unicode-truncate v1.1.0
27922026-03-19T17:14:03.319Z Checking lru v0.12.5
27932026-03-19T17:14:03.496Z Checking cassowary v0.3.0
27942026-03-19T17:14:03.628Z Compiling libgit2-sys v0.18.3+1.9.2
27952026-03-19T17:14:03.996Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27962026-03-19T17:14:04.042Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27972026-03-19T17:14:04.366Z Checking ratatui v0.29.0
27982026-03-19T17:14:05.657Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-03-19T17:14:05.942Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-03-19T17:14:06.082Z Compiling vergen-git2 v1.0.7
28012026-03-19T17:14:06.199Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-03-19T17:14:06.308Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28032026-03-19T17:14:06.424Z Checking colored v2.2.0
28042026-03-19T17:14:06.483Z Checking plotters-backend v0.3.7
28052026-03-19T17:14:06.590Z Compiling rustls v0.21.12
28062026-03-19T17:14:06.732Z Checking shell-words v1.1.1
28072026-03-19T17:14:06.787Z Checking plotters-svg v0.3.7
28082026-03-19T17:14:07.010Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28092026-03-19T17:14:07.054Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-03-19T17:14:07.102Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28112026-03-19T17:14:07.335Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28122026-03-19T17:14:07.387Z Checking sct v0.7.1
28132026-03-19T17:14:07.599Z Checking rustls-webpki v0.101.7
28142026-03-19T17:14:07.928Z Compiling nix v0.29.0
28152026-03-19T17:14:08.093Z Checking cast v0.3.0
28162026-03-19T17:14:08.301Z Checking hex-literal v0.4.1
28172026-03-19T17:14:08.346Z Checking criterion-plot v0.6.0
28182026-03-19T17:14:08.462Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-19T17:14:08.839Z Checking plotters v0.3.7
28202026-03-19T17:14:09.914Z Checking erased-serde v0.4.9
28212026-03-19T17:14:10.429Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28222026-03-19T17:14:10.479Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28232026-03-19T17:14:11.443Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28242026-03-19T17:14:12.467Z Checking tinytemplate v1.2.1
28252026-03-19T17:14:12.786Z Checking ordered-float v2.10.1
28262026-03-19T17:14:13.160Z Checking anes v0.1.6
28272026-03-19T17:14:13.453Z Checking oorandom v11.1.5
28282026-03-19T17:14:13.648Z Checking criterion v0.7.0
28292026-03-19T17:14:14.141Z Checking serde-value v0.7.0
28302026-03-19T17:14:14.475Z Checking serde-untagged v0.1.9
28312026-03-19T17:14:14.769Z Checking tokio-rustls v0.24.1
28322026-03-19T17:14:15.351Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-03-19T17:14:15.407Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28342026-03-19T17:14:15.689Z Checking rustls-pemfile v1.0.4
28352026-03-19T17:14:15.904Z Checking twox-hash v2.1.2
28362026-03-19T17:14:16.350Z Checking unicode-xid v0.2.6
28372026-03-19T17:14:16.483Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-03-19T17:14:16.529Z Checking cargo-util-schemas v0.8.2
28392026-03-19T17:14:16.893Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-19T17:14:17.114Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-03-19T17:14:17.771Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28422026-03-19T17:14:18.010Z Checking fatfs v0.3.6
28432026-03-19T17:14:18.668Z Checking cargo-platform v0.2.0
28442026-03-19T17:14:18.868Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28452026-03-19T17:14:18.952Z Compiling petname v2.0.2
28462026-03-19T17:14:19.632Z Compiling seq-macro v0.3.6
28472026-03-19T17:14:20.559Z Checking cargo_metadata v0.21.0
28482026-03-19T17:14:20.871Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28492026-03-19T17:14:21.613Z Checking concurrent-queue v2.5.0
28502026-03-19T17:14:21.888Z Checking rtoolbox v0.0.3
28512026-03-19T17:14:22.098Z Checking futures-timer v3.0.3
28522026-03-19T17:14:22.285Z Checking parking v2.2.1
28532026-03-19T17:14:22.370Z Checking rpassword v7.4.0
28542026-03-19T17:14:22.482Z Checking event-listener v5.4.1
28552026-03-19T17:14:22.805Z Checking tui-tree-widget v0.23.1
28562026-03-19T17:14:22.854Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28572026-03-19T17:14:23.079Z Checking polyval v0.6.2
28582026-03-19T17:14:23.124Z Checking sapling-renderdag v0.1.0
28592026-03-19T17:14:23.128Z Checking sync-ptr v0.1.4
28602026-03-19T17:14:23.334Z Checking ghash v0.5.1
28612026-03-19T17:14:23.377Z Checking event-listener-strategy v0.5.4
28622026-03-19T17:14:23.492Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28632026-03-19T17:14:23.534Z Checking ctr v0.9.2
28642026-03-19T17:14:23.588Z Checking arrayref v0.3.9
28652026-03-19T17:14:23.716Z Checking constant_time_eq v0.4.2
28662026-03-19T17:14:23.764Z Checking arrayvec v0.7.6
28672026-03-19T17:14:23.813Z Checking aes-gcm v0.10.3
28682026-03-19T17:14:23.996Z Checking async-lock v3.4.2
28692026-03-19T17:14:24.040Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28702026-03-19T17:14:24.082Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-03-19T17:14:24.608Z Checking ssh-encoding v0.2.0
28722026-03-19T17:14:24.903Z Checking blowfish v0.9.1
28732026-03-19T17:14:25.138Z Checking bcrypt-pbkdf v0.10.0
28742026-03-19T17:14:25.379Z Checking ssh-cipher v0.2.0
28752026-03-19T17:14:25.430Z Checking async-object-pool v0.2.0
28762026-03-19T17:14:25.555Z Compiling samael v0.0.19
28772026-03-19T17:14:25.601Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28782026-03-19T17:14:25.648Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28792026-03-19T17:14:26.046Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28802026-03-19T17:14:26.432Z Checking serde_regex v1.1.0
28812026-03-19T17:14:26.672Z Checking password-hash v0.4.2
28822026-03-19T17:14:26.920Z Checking assert-json-diff v2.0.2
28832026-03-19T17:14:27.011Z Checking path-tree v0.8.3
28842026-03-19T17:14:27.179Z Compiling target-lexicon v0.13.3
28852026-03-19T17:14:27.306Z Checking stringmetrics v2.2.2
28862026-03-19T17:14:27.548Z Checking gimli v0.32.3
28872026-03-19T17:14:27.811Z Checking httpmock v0.8.3
28882026-03-19T17:14:27.950Z Checking pbkdf2 v0.11.0
28892026-03-19T17:14:28.209Z Checking ssh-key v0.6.7
28902026-03-19T17:14:29.793Z Checking addr2line v0.25.1
28912026-03-19T17:14:30.184Z Checking p256 v0.13.2
28922026-03-19T17:14:30.554Z Checking p521 v0.13.3
28932026-03-19T17:14:30.799Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28942026-03-19T17:14:31.086Z Checking russh-cryptovec v0.7.3
28952026-03-19T17:14:31.309Z Checking md5 v0.7.0
28962026-03-19T17:14:31.392Z Checking rustc-demangle v0.1.27
28972026-03-19T17:14:31.561Z Compiling guppy-workspace-hack v0.1.0
28982026-03-19T17:14:31.646Z Checking russh-keys v0.45.0
28992026-03-19T17:14:31.729Z Checking backtrace v0.3.76
29002026-03-19T17:14:31.894Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29012026-03-19T17:14:32.131Z Checking num-bigint v0.4.6
29022026-03-19T17:14:32.174Z Checking des v0.8.1
29032026-03-19T17:14:32.524Z Compiling blake3 v1.8.3
29042026-03-19T17:14:32.614Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29052026-03-19T17:14:33.018Z Compiling target-spec v3.5.7
29062026-03-19T17:14:33.179Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-03-19T17:14:33.532Z Checking russh v0.45.0
29082026-03-19T17:14:33.972Z Checking backtrace-ext v0.2.1
29092026-03-19T17:14:34.028Z Checking cfg-expr v0.20.6
29102026-03-19T17:14:34.151Z Checking supports-color v2.1.0
29112026-03-19T17:14:34.217Z Checking textwrap v0.15.2
29122026-03-19T17:14:34.361Z Checking supports-unicode v2.1.0
29132026-03-19T17:14:34.531Z Checking supports-hyperlinks v2.1.0
29142026-03-19T17:14:34.575Z Checking hashbrown v0.14.5
29152026-03-19T17:14:34.621Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29162026-03-19T17:14:34.713Z Checking cargo-platform v0.3.2
29172026-03-19T17:14:34.922Z Checking terminal_size v0.1.17
29182026-03-19T17:14:34.987Z Checking socket2 v0.5.10
29192026-03-19T17:14:35.094Z Compiling miette-derive v5.10.0
29202026-03-19T17:14:35.250Z Checking internet-checksum v0.2.1
29212026-03-19T17:14:35.364Z Checking owo-colors v3.5.0
29222026-03-19T17:14:35.438Z Checking chumsky v0.9.3
29232026-03-19T17:14:36.129Z Checking cargo_metadata v0.23.1
29242026-03-19T17:14:36.632Z Checking miette v5.10.0
29252026-03-19T17:14:36.961Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29262026-03-19T17:14:37.194Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-03-19T17:14:37.242Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29282026-03-19T17:14:37.334Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29292026-03-19T17:14:37.659Z Compiling git2 v0.20.4
29302026-03-19T17:14:37.705Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29312026-03-19T17:14:37.748Z Checking httptest v0.16.4
29322026-03-19T17:14:38.053Z Checking pathdiff v0.2.3
29332026-03-19T17:14:38.231Z Compiling knuffel-derive v3.2.0
29342026-03-19T17:14:38.292Z Checking topological-sort v0.2.2
29352026-03-19T17:14:38.342Z Checking nested v0.1.1
29362026-03-19T17:14:38.505Z Checking omicron-zone-package v0.12.2
29372026-03-19T17:14:38.556Z Checking guppy v0.17.25
29382026-03-19T17:14:38.853Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29392026-03-19T17:14:39.158Z Checking similar-asserts v1.7.0
29402026-03-19T17:14:39.418Z Compiling rstest_macros v0.25.0
29412026-03-19T17:14:39.738Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29422026-03-19T17:14:39.818Z Compiling target-triple v1.0.0
29432026-03-19T17:14:39.947Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29442026-03-19T17:14:40.036Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29452026-03-19T17:14:40.297Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29462026-03-19T17:14:40.340Z Checking knuffel v3.2.0
29472026-03-19T17:14:41.043Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29482026-03-19T17:14:41.211Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29492026-03-19T17:14:41.748Z Checking toml_datetime v1.0.0+spec-1.1.0
29502026-03-19T17:14:42.078Z Compiling assert_cmd v2.1.2
29512026-03-19T17:14:42.121Z Compiling relative-path v1.9.3
29522026-03-19T17:14:42.305Z Checking escape8259 v0.5.3
29532026-03-19T17:14:42.485Z Checking toml v1.0.3+spec-1.1.0
29542026-03-19T17:14:42.531Z Checking libtest-mimic v0.8.1
29552026-03-19T17:14:42.578Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29562026-03-19T17:14:43.096Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29572026-03-19T17:14:43.276Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29582026-03-19T17:14:43.359Z Checking blake2b_simd v1.0.4
29592026-03-19T17:14:44.007Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29602026-03-19T17:14:44.110Z Compiling polar-core v0.27.3
29612026-03-19T17:14:44.180Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29622026-03-19T17:14:44.556Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29632026-03-19T17:14:44.766Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29642026-03-19T17:14:45.097Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29652026-03-19T17:14:45.260Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29662026-03-19T17:14:45.543Z Checking fancy-regex v0.14.0
29672026-03-19T17:14:45.896Z Checking serde_tokenstream v0.2.3
29682026-03-19T17:14:46.094Z Checking uzers v0.12.2
29692026-03-19T17:14:46.174Z Checking termcolor v1.4.1
29702026-03-19T17:14:46.483Z Checking constant_time_eq v0.3.1
29712026-03-19T17:14:46.531Z Compiling linkme-impl v0.3.35
29722026-03-19T17:14:46.656Z Checking rust-argon2 v2.1.0
29732026-03-19T17:14:46.997Z Checking trybuild v1.0.116
29742026-03-19T17:14:47.059Z Checking datatest-stable v0.3.3
29752026-03-19T17:14:47.777Z Checking rstest v0.25.0
29762026-03-19T17:14:47.932Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29772026-03-19T17:14:48.036Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29782026-03-19T17:14:48.354Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29792026-03-19T17:14:48.399Z Checking support-bundle-viewer v0.1.2
29802026-03-19T17:14:48.874Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29812026-03-19T17:14:49.168Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29822026-03-19T17:14:49.421Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29832026-03-19T17:14:49.466Z Checking drift v0.1.3
29842026-03-19T17:14:49.711Z Checking rand_distr v0.5.1
29852026-03-19T17:14:49.923Z Checking multimap v0.10.1
29862026-03-19T17:14:50.198Z Checking approx v0.5.1
29872026-03-19T17:14:50.361Z Compiling linkme v0.3.35
29882026-03-19T17:14:50.421Z Checking dropshot-api-manager v0.6.0
29892026-03-19T17:14:50.972Z Checking oso v0.27.3
29902026-03-19T17:14:51.842Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29912026-03-19T17:14:52.333Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29922026-03-19T17:14:52.373Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29932026-03-19T17:14:52.486Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29942026-03-19T17:14:52.896Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29952026-03-19T17:14:53.007Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29962026-03-19T17:14:53.053Z Checking partial-io v0.5.4
29972026-03-19T17:14:53.269Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29982026-03-19T17:14:53.367Z Checking cargo_toml v0.21.0
29992026-03-19T17:14:53.496Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30002026-03-19T17:14:53.543Z Checking termios v0.3.3
30012026-03-19T17:14:53.585Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30022026-03-19T17:14:53.688Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30032026-03-19T17:14:54.153Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30042026-03-19T17:14:54.194Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30052026-03-19T17:14:54.591Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30062026-03-19T17:14:58.652Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30072026-03-19T17:15:03.886Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30082026-03-19T17:15:06.924Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30092026-03-19T17:15:11.582Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30102026-03-19T17:15:15.068Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30112026-03-19T17:15:19.394Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30122026-03-19T17:15:26.035Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30132026-03-19T17:15:26.790Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30142026-03-19T17:15:27.253Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30152026-03-19T17:15:39.685Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30162026-03-19T17:17:37.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 37s
30172026-03-19T17:17:38.763Z
30182026-03-19T17:17:38.913Zreal 5:41.906487130
30192026-03-19T17:17:38.913Zuser 28:29.521425663
30202026-03-19T17:17:38.913Zsys 5:58.438469621
30212026-03-19T17:17:38.913Ztrap 0.716442765
30222026-03-19T17:17:38.913Ztflt 0.097691117
30232026-03-19T17:17:38.913Zdflt 0.172969829
30242026-03-19T17:17:38.913Zkflt 0.000963735
30252026-03-19T17:17:38.913Zlock 1:20:22.106241304
30262026-03-19T17:17:38.913Zslp 1:17:21.908324450
30272026-03-19T17:17:38.914Zlat 1:56.653217360
30282026-03-19T17:17:38.914Zstop 13:53.315699962
30292026-03-19T17:17:38.914Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30302026-03-19T17:17:38.914Z+ ptime -m cargo doc --workspace --no-deps
30312026-03-19T17:17:40.121Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30322026-03-19T17:17:40.121Z |
30332026-03-19T17:17:40.121Z = 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)`
30342026-03-19T17:17:40.121Z = 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>
30352026-03-19T17:17:45.222Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30362026-03-19T17:17:45.708Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30372026-03-19T17:17:45.708Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30382026-03-19T17:17:45.708Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30392026-03-19T17:17:45.708Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30402026-03-19T17:17:45.708Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30412026-03-19T17:17:45.708Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30422026-03-19T17:17:45.708Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30432026-03-19T17:17:45.708Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30442026-03-19T17:17:45.708Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30452026-03-19T17:17:45.708Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30462026-03-19T17:17:45.708Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30472026-03-19T17:17:45.708Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30482026-03-19T17:17:45.708Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30492026-03-19T17:17:45.708Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30502026-03-19T17:17:45.708Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30512026-03-19T17:17:45.709Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30522026-03-19T17:17:45.709Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30532026-03-19T17:17:45.709Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30542026-03-19T17:17:45.709Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30552026-03-19T17:17:45.709Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30562026-03-19T17:17:45.709Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30572026-03-19T17:17:45.709Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30582026-03-19T17:17:45.709Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30592026-03-19T17:17:45.709Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30602026-03-19T17:17:45.709Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30612026-03-19T17:17:45.709Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30622026-03-19T17:17:45.709Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30632026-03-19T17:17:45.709Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30642026-03-19T17:17:45.709Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30652026-03-19T17:17:45.709Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30662026-03-19T17:17:45.709Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30672026-03-19T17:17:45.709Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30682026-03-19T17:17:45.709Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30692026-03-19T17:17:45.750Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30702026-03-19T17:17:45.750Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30712026-03-19T17:17:45.750Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30722026-03-19T17:17:45.750Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30732026-03-19T17:17:45.751Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30742026-03-19T17:17:45.751Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30752026-03-19T17:17:45.751Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30762026-03-19T17:17:45.751Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30772026-03-19T17:17:45.751Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30782026-03-19T17:17:45.805Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30792026-03-19T17:17:45.842Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30802026-03-19T17:17:45.903Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30812026-03-19T17:17:46.146Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30822026-03-19T17:17:46.146Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30832026-03-19T17:17:46.242Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30842026-03-19T17:17:46.425Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30852026-03-19T17:17:46.453Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30862026-03-19T17:17:46.483Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30872026-03-19T17:17:46.511Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30882026-03-19T17:17:46.822Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30892026-03-19T17:17:46.822Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30902026-03-19T17:17:46.876Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30912026-03-19T17:17:46.879Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30922026-03-19T17:17:47.132Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30932026-03-19T17:17:47.159Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30942026-03-19T17:17:47.187Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30952026-03-19T17:17:47.384Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30962026-03-19T17:17:47.553Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30972026-03-19T17:17:47.574Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30982026-03-19T17:17:47.574Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30992026-03-19T17:17:47.716Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31002026-03-19T17:17:47.745Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31012026-03-19T17:17:47.850Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31022026-03-19T17:17:48.116Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31032026-03-19T17:17:48.119Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31042026-03-19T17:17:48.174Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31052026-03-19T17:17:48.204Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31062026-03-19T17:17:48.426Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31072026-03-19T17:17:48.928Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31082026-03-19T17:17:48.983Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31092026-03-19T17:17:49.909Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31102026-03-19T17:17:50.453Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31112026-03-19T17:17:50.665Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31122026-03-19T17:17:50.754Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31132026-03-19T17:17:50.802Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31142026-03-19T17:17:50.872Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31152026-03-19T17:17:51.204Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31162026-03-19T17:17:51.234Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31172026-03-19T17:17:51.573Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31182026-03-19T17:17:51.819Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31192026-03-19T17:17:52.123Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31202026-03-19T17:17:52.255Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31212026-03-19T17:17:52.263Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31222026-03-19T17:17:52.480Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31232026-03-19T17:17:52.695Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31242026-03-19T17:17:53.073Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31252026-03-19T17:17:53.620Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31262026-03-19T17:17:53.745Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-03-19T17:17:53.803Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31282026-03-19T17:17:54.214Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31292026-03-19T17:17:54.334Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31302026-03-19T17:17:54.895Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31312026-03-19T17:17:55.109Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31322026-03-19T17:17:56.033Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31332026-03-19T17:17:56.153Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31342026-03-19T17:17:56.532Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31352026-03-19T17:17:57.268Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31362026-03-19T17:17:57.337Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31372026-03-19T17:17:57.779Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31382026-03-19T17:17:57.851Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31392026-03-19T17:17:58.059Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31402026-03-19T17:17:58.110Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31412026-03-19T17:17:58.188Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31422026-03-19T17:17:58.217Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31432026-03-19T17:17:58.596Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31442026-03-19T17:17:58.638Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31452026-03-19T17:17:58.721Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31462026-03-19T17:17:58.864Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31472026-03-19T17:17:58.867Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31482026-03-19T17:17:59.282Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31492026-03-19T17:17:59.835Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31502026-03-19T17:17:59.871Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31512026-03-19T17:18:00.357Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31522026-03-19T17:18:00.982Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31532026-03-19T17:18:01.690Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31542026-03-19T17:18:01.915Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31552026-03-19T17:18:01.947Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31562026-03-19T17:18:02.235Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31572026-03-19T17:18:02.294Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31582026-03-19T17:18:02.646Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31592026-03-19T17:18:03.286Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31602026-03-19T17:18:03.473Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31612026-03-19T17:18:03.589Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31622026-03-19T17:18:03.784Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31632026-03-19T17:18:04.912Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31642026-03-19T17:18:05.211Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31652026-03-19T17:18:05.540Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31662026-03-19T17:18:05.656Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31672026-03-19T17:18:06.254Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31682026-03-19T17:18:06.564Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31692026-03-19T17:18:07.773Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31702026-03-19T17:18:08.312Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31712026-03-19T17:18:08.772Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31722026-03-19T17:18:09.115Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-03-19T17:18:10.092Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31742026-03-19T17:18:10.868Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31752026-03-19T17:18:10.896Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31762026-03-19T17:18:11.897Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31772026-03-19T17:18:12.131Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31782026-03-19T17:18:13.284Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-03-19T17:18:14.552Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-03-19T17:18:15.196Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31812026-03-19T17:18:15.403Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31822026-03-19T17:18:15.707Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31832026-03-19T17:18:16.107Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31842026-03-19T17:18:16.609Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31852026-03-19T17:18:19.224Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31862026-03-19T17:18:20.407Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31872026-03-19T17:18:20.433Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31882026-03-19T17:18:21.100Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31892026-03-19T17:18:21.786Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31902026-03-19T17:18:22.264Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31912026-03-19T17:18:22.375Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31922026-03-19T17:18:23.544Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31932026-03-19T17:18:24.395Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31942026-03-19T17:18:24.507Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31952026-03-19T17:18:24.539Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31962026-03-19T17:18:25.331Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31972026-03-19T17:18:25.932Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31982026-03-19T17:18:26.033Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31992026-03-19T17:18:26.497Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32002026-03-19T17:18:26.938Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32012026-03-19T17:18:26.981Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32022026-03-19T17:18:27.019Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32032026-03-19T17:18:27.570Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32042026-03-19T17:18:27.633Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32052026-03-19T17:18:28.525Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32062026-03-19T17:18:28.601Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32072026-03-19T17:18:28.824Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32082026-03-19T17:18:28.884Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32092026-03-19T17:18:29.722Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32102026-03-19T17:18:29.753Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32112026-03-19T17:18:30.434Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32122026-03-19T17:18:30.583Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32132026-03-19T17:18:32.094Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32142026-03-19T17:18:32.570Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32152026-03-19T17:18:34.159Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-03-19T17:18:38.020Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32172026-03-19T17:18:39.089Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32182026-03-19T17:18:40.304Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-03-19T17:18:41.227Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32202026-03-19T17:18:41.898Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32212026-03-19T17:18:44.456Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32222026-03-19T17:18:46.244Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32232026-03-19T17:18:46.796Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32242026-03-19T17:18:47.733Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32252026-03-19T17:18:48.661Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32262026-03-19T17:18:52.194Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32272026-03-19T17:18:52.604Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32282026-03-19T17:18:52.684Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32292026-03-19T17:18:53.366Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32302026-03-19T17:18:53.711Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32312026-03-19T17:18:54.565Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32322026-03-19T17:18:58.251Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32332026-03-19T17:18:59.282Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32342026-03-19T17:19:02.939Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32352026-03-19T17:19:04.292Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32362026-03-19T17:19:06.239Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32372026-03-19T17:19:07.069Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32382026-03-19T17:19:08.058Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32392026-03-19T17:19:09.077Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32402026-03-19T17:19:10.031Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32412026-03-19T17:19:11.646Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32422026-03-19T17:19:13.229Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32432026-03-19T17:19:13.453Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32442026-03-19T17:19:14.004Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32452026-03-19T17:19:15.174Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32462026-03-19T17:19:16.421Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32472026-03-19T17:19:18.333Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32482026-03-19T17:19:22.237Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32492026-03-19T17:19:24.171Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32502026-03-19T17:19:25.532Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32512026-03-19T17:19:26.662Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32522026-03-19T17:19:31.058Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32532026-03-19T17:19:31.085Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32542026-03-19T17:19:32.446Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32552026-03-19T17:19:33.204Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32562026-03-19T17:19:34.214Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32572026-03-19T17:19:35.871Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32582026-03-19T17:19:37.492Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32592026-03-19T17:19:39.188Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32602026-03-19T17:19:42.252Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32612026-03-19T17:19:42.975Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32622026-03-19T17:19:45.179Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32632026-03-19T17:19:47.399Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32642026-03-19T17:19:49.055Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32652026-03-19T17:19:51.328Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32662026-03-19T17:19:54.250Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32672026-03-19T17:19:55.840Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32682026-03-19T17:20:01.503Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32692026-03-19T17:20:03.228Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32702026-03-19T17:20:03.462Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32712026-03-19T17:20:05.497Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32722026-03-19T17:20:08.011Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32732026-03-19T17:20:10.403Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32742026-03-19T17:20:12.872Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32752026-03-19T17:20:15.746Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32762026-03-19T17:20:18.089Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32772026-03-19T17:20:20.496Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32782026-03-19T17:20:23.355Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32792026-03-19T17:20:25.426Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32802026-03-19T17:20:27.841Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32812026-03-19T17:20:30.336Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32822026-03-19T17:20:32.753Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32832026-03-19T17:20:34.911Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32842026-03-19T17:20:37.581Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32852026-03-19T17:20:39.906Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32862026-03-19T17:20:42.264Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32872026-03-19T17:20:44.871Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32882026-03-19T17:20:47.318Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32892026-03-19T17:20:49.899Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32902026-03-19T17:20:52.409Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32912026-03-19T17:20:54.947Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32922026-03-19T17:20:57.495Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32932026-03-19T17:21:00.041Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32942026-03-19T17:21:02.397Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32952026-03-19T17:21:05.583Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32962026-03-19T17:21:07.871Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32972026-03-19T17:21:12.264Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32982026-03-19T17:21:16.328Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32992026-03-19T17:21:19.206Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33002026-03-19T17:21:20.780Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33012026-03-19T17:21:24.873Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33022026-03-19T17:21:27.775Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33032026-03-19T17:21:30.590Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33042026-03-19T17:21:33.274Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33052026-03-19T17:21:36.323Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33062026-03-19T17:21:39.016Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33072026-03-19T17:21:41.830Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33082026-03-19T17:21:45.005Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33092026-03-19T17:21:48.038Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33102026-03-19T17:21:50.343Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33112026-03-19T17:21:53.241Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33122026-03-19T17:21:56.110Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33132026-03-19T17:21:58.848Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33142026-03-19T17:22:01.742Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33152026-03-19T17:22:04.666Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33162026-03-19T17:22:07.690Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33172026-03-19T17:22:10.401Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33182026-03-19T17:22:13.308Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33192026-03-19T17:22:16.632Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33202026-03-19T17:22:19.504Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33212026-03-19T17:22:22.438Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33222026-03-19T17:22:25.534Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33232026-03-19T17:22:28.472Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33242026-03-19T17:22:31.614Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33252026-03-19T17:22:34.670Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33262026-03-19T17:22:37.736Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33272026-03-19T17:22:40.604Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33282026-03-19T17:22:43.688Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33292026-03-19T17:22:46.785Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33302026-03-19T17:22:49.860Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33312026-03-19T17:22:53.137Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33322026-03-19T17:22:56.230Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33332026-03-19T17:22:59.335Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33342026-03-19T17:23:02.412Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33352026-03-19T17:23:05.555Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33362026-03-19T17:23:08.778Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33372026-03-19T17:23:11.993Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33382026-03-19T17:23:15.703Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33392026-03-19T17:23:18.595Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33402026-03-19T17:23:21.799Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33412026-03-19T17:23:30.983Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33422026-03-19T17:23:31.136Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33432026-03-19T17:23:35.299Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33442026-03-19T17:23:42.078Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33452026-03-19T17:23:45.293Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33462026-03-19T17:23:48.761Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33472026-03-19T17:23:53.332Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33482026-03-19T17:23:57.939Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33492026-03-19T17:24:02.662Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33502026-03-19T17:24:07.261Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33512026-03-19T17:24:11.798Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33522026-03-19T17:24:16.677Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33532026-03-19T17:24:21.105Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33542026-03-19T17:24:25.854Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33552026-03-19T17:24:30.434Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33562026-03-19T17:24:35.096Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33572026-03-19T17:24:39.715Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33582026-03-19T17:24:44.497Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33592026-03-19T17:24:49.067Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33602026-03-19T17:24:53.777Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33612026-03-19T17:24:58.305Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33622026-03-19T17:25:02.923Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33632026-03-19T17:25:07.629Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33642026-03-19T17:25:12.267Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33652026-03-19T17:25:49.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 10s
33662026-03-19T17:25:49.598Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33672026-03-19T17:25:49.712Z
33682026-03-19T17:25:49.716Zreal 8:10.826649634
33692026-03-19T17:25:49.716Zuser 23:36.385933706
33702026-03-19T17:25:49.716Zsys 4:29.974327545
33712026-03-19T17:25:49.716Ztrap 0.404545410
33722026-03-19T17:25:49.717Ztflt 0.005537468
33732026-03-19T17:25:49.717Zdflt 0.017115397
33742026-03-19T17:25:49.717Zkflt 0.000036909
33752026-03-19T17:25:49.717Zlock 7:25:30.541950779
33762026-03-19T17:25:49.717Zslp 2:43:26.100239477
33772026-03-19T17:25:49.717Zlat 37.536121316
33782026-03-19T17:25:49.717Zstop 1:57.178892683
33792026-03-19T17:25:49.717Zprocess exited: duration 1072311 ms, exit code 0
 
33802026-03-19T17:25:49.729Zfound 0 output files