01KPSDH7T03WHRN4H4VRR0PCHW: clippy (helios)

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

Buildomat Job: 01KPSDHJ1SK352YRAB59WJQ63K

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-22T01:41:37.915Zjob assigned to worker 01KPSDHSN39ZRDZ5VJ02T52QEG [factory aws, i-0e3298ba5d3d1ff28] (queued for 53 s)
 
22026-04-22T01:41:44.997Zstarting task 0: "setup"
32026-04-22T01:41:45.002Z++ uname -s
42026-04-22T01:41:45.005Z+ kern=SunOS
52026-04-22T01:41:45.005Z+ build_user=build
62026-04-22T01:41:45.005Z+ build_uid=12345
72026-04-22T01:41:45.005Z+ work_dir=/work
82026-04-22T01:41:45.005Z+ input_dir=/input
92026-04-22T01:41:45.005Z+ [[ 0 == 12345 ]]
102026-04-22T01:41:45.005Z+ case "$kern" in
112026-04-22T01:41:45.005Z+ groupadd -g 12345 build
122026-04-22T01:41:45.005Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-22T01:41:47.011Z+ zfs create -o mountpoint=/work rpool/work
142026-04-22T01:41:47.115Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-22T01:41:47.118Z+ home_fs=zfs
162026-04-22T01:41:47.118Z+ [[ zfs == autofs ]]
172026-04-22T01:41:47.118Z+ mkdir -p /home/build
182026-04-22T01:41:47.118Z+ chown build:build /home/build /work
192026-04-22T01:41:49.119Z+ chmod 0700 /home/build /work
202026-04-22T01:41:49.122Zprocess exited: duration 4126 ms, exit code 0
 
212026-04-22T01:41:49.130Zstarting task 1: "rust-toolchain"
222026-04-22T01:41:49.134Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-22T01:41:49.134Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-22T01:41:49.134Z * rust toolchain channel = "1.94.0"
252026-04-22T01:41:49.134Z * rust toolchain profile = "default"
262026-04-22T01:41:49.134Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-22T01:41:49.134Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-22T01:41:49.137Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-22T01:41:49.137Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-22T01:41:49.246Zinfo: downloading installer
312026-04-22T01:41:50.656Zwarn: It looks like you have an existing installation of Rust at:
322026-04-22T01:41:50.656Zwarn: /opt/ooce/bin
332026-04-22T01:41:50.656Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-22T01:41:50.656Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-22T01:41:50.656Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-22T01:41:50.656Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-22T01:41:50.656Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-22T01:41:50.656Zerror: cannot install while Rust is installed
392026-04-22T01:41:50.656Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-22T01:41:50.656Zwarn: It looks like you have an existing rustup settings file at:
412026-04-22T01:41:50.656Zwarn: /home/build/.rustup/settings.toml
422026-04-22T01:41:50.656Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-22T01:41:50.656Zwarn: instead of the one inferred from the default host triple.
442026-04-22T01:41:50.667Zinfo: profile set to default
452026-04-22T01:41:50.667Zinfo: default host triple is x86_64-unknown-illumos
462026-04-22T01:41:50.671Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-22T01:41:50.804Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-22T01:41:50.807Zinfo: downloading 6 components
492026-04-22T01:42:05.975Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-22T01:42:05.975Z
512026-04-22T01:42:06.016Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-22T01:42:06.016Z
532026-04-22T01:42:06.016Z
542026-04-22T01:42:06.016ZRust is installed now. Great!
552026-04-22T01:42:06.016Z
562026-04-22T01:42:06.020ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-22T01:42:06.020Zenvironment variable. This has not been done automatically.
582026-04-22T01:42:06.020Z
592026-04-22T01:42:06.020ZTo configure your current shell, you need to source
602026-04-22T01:42:06.020Zthe corresponding env file under $HOME/.cargo.
612026-04-22T01:42:06.021Z
622026-04-22T01:42:06.021ZThis is usually done by running one of the following (note the leading DOT):
632026-04-22T01:42:06.021Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-22T01:42:06.021Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-22T01:42:06.021Zsource "~/.cargo/env.nu" # For nushell
662026-04-22T01:42:06.021Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-22T01:42:06.021Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-22T01:42:06.021Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-22T01:42:06.021Zwarn: no default linker (`cc`) was found in your PATH
702026-04-22T01:42:06.021Zwarn: many Rust crates require a system C toolchain to build
712026-04-22T01:42:06.122Z+ rustup --version
722026-04-22T01:42:06.129Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-22T01:42:06.132Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-22T01:42:06.148Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-22T01:42:06.153Z+ cargo --version
762026-04-22T01:42:06.164Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-22T01:42:06.167Z+ rustc --version
782026-04-22T01:42:06.186Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-22T01:42:06.192Zprocess exited: duration 17056 ms, exit code 0
 
802026-04-22T01:42:06.202Zstarting task 2: "authentication"
812026-04-22T01:42:06.218Zprocess exited: duration 16 ms, exit code 0
 
822026-04-22T01:42:06.231Zstarting task 3: "clone repository"
832026-04-22T01:42:06.234Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-22T01:42:06.238Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-22T01:42:06.265ZCloning into '/work/oxidecomputer/omicron'...
862026-04-22T01:42:14.594Z+ cd /work/oxidecomputer/omicron
872026-04-22T01:42:14.595Z+ git fetch origin 7ed790c1a423ac2fe0e9552d0d2daaddca2773dc
882026-04-22T01:42:14.879ZFrom https://github.com/oxidecomputer/omicron
892026-04-22T01:42:14.879Z * branch 7ed790c1a423ac2fe0e9552d0d2daaddca2773dc -> FETCH_HEAD
902026-04-22T01:42:14.889Z+ [[ -n ben/fail-closed-but-not-dead ]]
912026-04-22T01:42:14.894Z++ git branch --show-current
922026-04-22T01:42:14.894Z+ current=main
932026-04-22T01:42:14.894Z+ [[ main != ben/fail-closed-but-not-dead ]]
942026-04-22T01:42:14.894Z+ git branch -f ben/fail-closed-but-not-dead 7ed790c1a423ac2fe0e9552d0d2daaddca2773dc
952026-04-22T01:42:14.899Z+ git checkout -f ben/fail-closed-but-not-dead
962026-04-22T01:42:14.989ZSwitched to branch 'ben/fail-closed-but-not-dead'
972026-04-22T01:42:14.998Z+ git reset --hard 7ed790c1a423ac2fe0e9552d0d2daaddca2773dc
982026-04-22T01:42:15.081ZHEAD is now at 7ed790c1a Don't block Nexus startup on successful IP allowlist plumbing
992026-04-22T01:42:15.084Zprocess exited: duration 8850 ms, exit code 0
 
1002026-04-22T01:42:15.094Zstarting task 4: "build"
1012026-04-22T01:42:15.098Z+ source ./env.sh
1022026-04-22T01:42:15.098Z++ OLD_SHELL_OPTS=ehxB
1032026-04-22T01:42:15.099Z++ set -o xtrace
1042026-04-22T01:42:15.106Z++++ dirname ./env.sh
1052026-04-22T01:42:15.107Z+++ readlink -f .
1062026-04-22T01:42:15.111Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-22T01:42:15.111Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-04-22T01:42:15.111Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-22T01:42:15.111Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-04-22T01:42:15.111Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-04-22T01:42:15.111Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-04-22T01:42:15.111Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-04-22T01:42:15.111Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-04-22T01:42:15.111Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-22T01:42:15.111Z++ case $OLD_SHELL_OPTS in
1162026-04-22T01:42:15.111Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-22T01:42:15.111Z+ source .github/buildomat/ci-env.sh
1182026-04-22T01:42:15.111Z++ export CARGO_TERM_COLOR=always
1192026-04-22T01:42:15.111Z++ CARGO_TERM_COLOR=always
1202026-04-22T01:42:15.111Z+ cargo --version
1212026-04-22T01:42:15.117Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-22T01:42:15.118Z+ rustc --version
1232026-04-22T01:42:15.135Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-22T01:42:15.140Z+ banner prerequisites
1252026-04-22T01:42:15.140Z
1262026-04-22T01:42:15.140Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-22T01:42:15.140Z # # # # # # # # # # # # # # #
1282026-04-22T01:42:15.140Z # # # # ##### # # ##### # # # # # #### #
1292026-04-22T01:42:15.140Z ##### ##### # ##### # # # # # # # # #
1302026-04-22T01:42:15.140Z # # # # # # # # # # # # # # #
1312026-04-22T01:42:15.140Z # # # ###### # # ###### ### # #### # #### #
1322026-04-22T01:42:15.140Z
1332026-04-22T01:42:15.140Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-22T01:42:24.099Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-22T01:42:31.758Z Startup: Caching catalogs ... Done
1362026-04-22T01:42:37.488ZPlanning: Solver setup ... Done (4.463s)
1372026-04-22T01:42:37.520ZPlanning: Running solver ... Done (0.032s)
1382026-04-22T01:42:37.652ZPlanning: Finding local manifests ... Done (0.003s)
1392026-04-22T01:42:37.664ZPlanning: Fetching manifests: 0/5 0% complete
1402026-04-22T01:42:37.778ZPlanning: Fetching manifests: 5/5 100% complete
1412026-04-22T01:42:37.814ZPlanning: Package planning ... Done (0.036s)
1422026-04-22T01:42:37.850ZPlanning: Merging actions ... Done (0.036s)
1432026-04-22T01:42:38.034ZPlanning: Checking for conflicting actions ... Done (0.184s)
1442026-04-22T01:42:38.060ZPlanning: Consolidating action changes ... Done (0.009s)
1452026-04-22T01:42:38.821ZPlanning: Evaluating mediators ... Done (0.777s)
1462026-04-22T01:42:38.830ZPlanning: Planning completed in 6.90 seconds
1472026-04-22T01:42:38.839Z Packages to install: 5
1482026-04-22T01:42:38.839Z Mediators to change: 3
1492026-04-22T01:42:38.845Z Services to change: 1
1502026-04-22T01:42:38.845Z Estimated space available: 155.35 GB
1512026-04-22T01:42:38.845ZEstimated space to be consumed: 1.89 GB
1522026-04-22T01:42:38.845Z Create boot environment: No
1532026-04-22T01:42:38.845ZCreate backup boot environment: No
1542026-04-22T01:42:38.845Z Rebuild boot archive: No
1552026-04-22T01:42:38.845Z
1562026-04-22T01:42:38.845ZChanged mediators:
1572026-04-22T01:42:38.846Z mediator clang:
1582026-04-22T01:42:38.846Z version: None -> 15 (system default)
1592026-04-22T01:42:38.846Z
1602026-04-22T01:42:38.846Z mediator llvm:
1612026-04-22T01:42:38.846Z version: 14 (system default) -> 15 (system default)
1622026-04-22T01:42:38.846Z
1632026-04-22T01:42:38.846Z mediator postgresql:
1642026-04-22T01:42:38.846Z version: 15 (system default) -> 18 (system default)
1652026-04-22T01:42:38.846Z
1662026-04-22T01:42:38.846ZChanged packages:
1672026-04-22T01:42:38.846Zhelios-dev
1682026-04-22T01:42:38.846Z developer/build-essential
1692026-04-22T01:42:38.846Z None -> 11-2.0
1702026-04-22T01:42:38.846Z library/libxmlsec1
1712026-04-22T01:42:38.846Z None -> 1.2.35-2.0
1722026-04-22T01:42:38.846Z ooce/developer/clang-15
1732026-04-22T01:42:38.846Z None -> 15.0.7-2.0
1742026-04-22T01:42:38.846Z ooce/developer/llvm-15
1752026-04-22T01:42:38.846Z None -> 15.0.7-2.0
1762026-04-22T01:42:38.846Z ooce/library/postgresql-18
1772026-04-22T01:42:38.846Z None -> 18.1-2.0
1782026-04-22T01:42:38.846Z
1792026-04-22T01:42:38.846ZServices:
1802026-04-22T01:42:38.846Z restart_fmri:
1812026-04-22T01:42:38.846Z svc:/system/update-man-index:default
1822026-04-22T01:42:38.883Z
1832026-04-22T01:42:38.883ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1842026-04-22T01:42:43.883ZDownload: 1257/4272 items 103.0/219.0MB 47% complete (20.5M/s)
1852026-04-22T01:42:48.885ZDownload: 2615/4272 items 120.5/219.0MB 55% complete (12.1M/s)
1862026-04-22T01:42:54.286ZDownload: 3274/4272 items 208.4/219.0MB 95% complete (11.8M/s)
1872026-04-22T01:42:59.287ZDownload: 4249/4272 items 218.9/219.0MB 99% complete (9.7M/s)
1882026-04-22T01:42:59.986ZDownload: Completed 218.99 MB in 21.10 seconds (10.4M/s)
1892026-04-22T01:43:00.139Z Actions: 1/4789 actions (Installing new actions)
1902026-04-22T01:43:03.481Z Actions: Completed 4789 actions in 3.34 seconds.
1912026-04-22T01:43:04.126Z Done (0.641s)
1922026-04-22T01:43:04.126Z Done (0.000s)
1932026-04-22T01:43:04.863Z Done (0.737s)
1942026-04-22T01:43:08.009Z Done (2.804s)
1952026-04-22T01:43:08.085Z Done (0.012s)
1962026-04-22T01:43:08.088Z Done (0.000s)
1972026-04-22T01:43:08.289Z Done (0.000s)
1982026-04-22T01:43:09.141ZPlanning: Evaluating mediator changes ... Done
1992026-04-22T01:43:09.248ZPlanning: Checking for conflicting actions ... Done
2002026-04-22T01:43:09.251ZPlanning: Consolidating action changes ... Done
2012026-04-22T01:43:09.405ZPlanning: Evaluating mediators ... Done
2022026-04-22T01:43:09.409ZPlanning: Planning completed in 0.26 seconds
2032026-04-22T01:43:09.426Z Mediators to change: 2
2042026-04-22T01:43:09.426Z Create boot environment: No
2052026-04-22T01:43:09.426ZCreate backup boot environment: No
2062026-04-22T01:43:09.484Z Done
2072026-04-22T01:43:09.484Z Done
2082026-04-22T01:43:10.080Z Done
2092026-04-22T01:43:12.563Z Done
2102026-04-22T01:43:12.632Z Done
2112026-04-22T01:43:12.635Z Done
2122026-04-22T01:43:12.763Z Done
2132026-04-22T01:43:13.024ZPlanning: Evaluating mediator changes ... Done
2142026-04-22T01:43:13.130ZPlanning: Checking for conflicting actions ... Done
2152026-04-22T01:43:13.133ZPlanning: Consolidating action changes ... Done
2162026-04-22T01:43:13.287ZPlanning: Evaluating mediators ... Done
2172026-04-22T01:43:13.289ZPlanning: Planning completed in 0.26 seconds
2182026-04-22T01:43:13.307Z Mediators to change: 1
2192026-04-22T01:43:13.308Z Create boot environment: No
2202026-04-22T01:43:13.308ZCreate backup boot environment: No
2212026-04-22T01:43:13.357Z Done
2222026-04-22T01:43:13.357Z Done
2232026-04-22T01:43:13.964Z Done
2242026-04-22T01:43:16.445Z Done
2252026-04-22T01:43:16.524Z Done
2262026-04-22T01:43:16.527Z Done
2272026-04-22T01:43:16.688Z Done
2282026-04-22T01:43:16.975ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-04-22T01:43:16.975Zclang system 15 system
2302026-04-22T01:43:16.975Zcsh system system illumos
2312026-04-22T01:43:16.975Zctags system system illumos
2322026-04-22T01:43:16.975Zfile system system illumos
2332026-04-22T01:43:16.975Zgcc vendor 12 vendor
2342026-04-22T01:43:16.975Zgcc system 14 system
2352026-04-22T01:43:16.975Zgcc system 10 system
2362026-04-22T01:43:16.975Zgo system 1.20 system
2372026-04-22T01:43:16.975Zgo system 1.19 system
2382026-04-22T01:43:16.975Zllvm system 15 system
2392026-04-22T01:43:16.975Zllvm system 14 system
2402026-04-22T01:43:16.975Zmariadb system 10.6 system
2412026-04-22T01:43:16.975Zmta vendor vendor dma
2422026-04-22T01:43:16.975Zopenjdk system 17 system
2432026-04-22T01:43:16.975Zopenjdk system 11 system
2442026-04-22T01:43:16.975Zopenjdk system 1.8 system
2452026-04-22T01:43:16.975Zopenssl vendor 3 vendor
2462026-04-22T01:43:16.975Zperl system 5.36 system
2472026-04-22T01:43:16.975Zpostgresql system 18 system
2482026-04-22T01:43:16.975Zpostgresql system 15 system
2492026-04-22T01:43:16.975Zpostgresql system 13 system
2502026-04-22T01:43:16.975Zpython vendor 3 vendor
2512026-04-22T01:43:16.975Zpython system 2 system
2522026-04-22T01:43:16.975Zpython3 system 3.11 system
2532026-04-22T01:43:16.975Zruby system 3.0 system
2542026-04-22T01:43:16.976Zwords vendor vendor american-english
2552026-04-22T01:43:16.976Zwords system system australian-english
2562026-04-22T01:43:16.976Zwords system system british-english
2572026-04-22T01:43:16.976Zwords system system canadian-english
2582026-04-22T01:43:16.976Zwords system system french
2592026-04-22T01:43:16.976Zwords system system italian
2602026-04-22T01:43:16.976Zwords system system ngerman
2612026-04-22T01:43:16.976Zwords system system ogerman
2622026-04-22T01:43:16.976Zwords system system spanish
2632026-04-22T01:43:17.199ZPUBLISHER TYPE STATUS P LOCATION
2642026-04-22T01:43:17.199Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-04-22T01:43:21.704ZFMRI IFO
2662026-04-22T01:43:21.704Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-04-22T01:43:21.704Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-04-22T01:43:21.704Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-04-22T01:43:21.704Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-04-22T01:43:21.704Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-04-22T01:43:21.704Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-04-22T01:43:21.704Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2732026-04-22T01:43:21.704Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2742026-04-22T01:43:21.704Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-04-22T01:43:21.704Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-04-22T01:43:21.704Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-04-22T01:43:21.704Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-04-22T01:43:21.704Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-04-22T01:43:21.704Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-04-22T01:43:21.704Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-04-22T01:43:21.704Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-04-22T01:43:21.704Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-04-22T01:43:22.829Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-04-22T01:43:23.092Z Updating crates.io index
2852026-04-22T01:43:23.095Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-04-22T01:43:23.358Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-04-22T01:43:24.293Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-04-22T01:43:24.713Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-04-22T01:43:25.722Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-04-22T01:43:26.217Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-04-22T01:43:27.937Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-04-22T01:43:28.640Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-04-22T01:43:28.990Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-04-22T01:43:29.720Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-04-22T01:43:30.079Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-04-22T01:43:30.489Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-04-22T01:43:30.820Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-04-22T01:43:31.939Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-04-22T01:43:32.421Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-04-22T01:43:32.739Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-04-22T01:43:33.047Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-04-22T01:43:33.422Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-04-22T01:43:33.713Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-04-22T01:43:33.948Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-04-22T01:43:34.362Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-04-22T01:43:34.741Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-04-22T01:43:35.098Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-04-22T01:43:35.634Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-04-22T01:43:35.982Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-04-22T01:43:36.299Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-04-22T01:43:36.568Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3122026-04-22T01:43:37.578Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-04-22T01:43:38.464Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-04-22T01:43:38.915Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-04-22T01:43:39.190Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-04-22T01:43:39.545Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-04-22T01:43:39.847Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-04-22T01:43:40.170Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-04-22T01:43:40.656Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-04-22T01:43:40.904Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-04-22T01:43:41.142Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-04-22T01:43:41.494Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-04-22T01:43:53.030Z Downloading crates ...
3242026-04-22T01:43:53.087Z Downloaded anstream v0.6.21
3252026-04-22T01:43:53.091Z Downloaded displaydoc v0.2.5
3262026-04-22T01:43:53.094Z Downloaded serde_spanned v0.6.9
3272026-04-22T01:43:53.094Z Downloaded is_terminal_polyfill v1.70.2
3282026-04-22T01:43:53.100Z Downloaded scroll v0.12.0
3292026-04-22T01:43:53.103Z Downloaded form_urlencoded v1.2.2
3302026-04-22T01:43:53.103Z Downloaded toml_datetime v0.6.11
3312026-04-22T01:43:53.103Z Downloaded errno v0.3.14
3322026-04-22T01:43:53.105Z Downloaded equivalent v1.0.2
3332026-04-22T01:43:53.105Z Downloaded bytecount v0.6.9
3342026-04-22T01:43:53.108Z Downloaded bitflags v2.11.0
3352026-04-22T01:43:53.110Z Downloaded thiserror-impl v2.0.18
3362026-04-22T01:43:53.114Z Downloaded ucd-trie v0.1.7
3372026-04-22T01:43:53.116Z Downloaded typeid v1.0.3
3382026-04-22T01:43:53.119Z Downloaded toml_write v0.1.2
3392026-04-22T01:43:53.119Z Downloaded thread-id v4.2.2
3402026-04-22T01:43:53.119Z Downloaded anyhow v1.0.102
3412026-04-22T01:43:53.121Z Downloaded cpufeatures v0.2.17
3422026-04-22T01:43:53.121Z Downloaded serde v1.0.228
3432026-04-22T01:43:53.124Z Downloaded utf8parse v0.2.2
3442026-04-22T01:43:53.124Z Downloaded utf8_iter v1.0.4
3452026-04-22T01:43:53.124Z Downloaded usdt-macro v0.5.0
3462026-04-22T01:43:53.127Z Downloaded tinystr v0.8.2
3472026-04-22T01:43:53.127Z Downloaded serde-value v0.7.0
3482026-04-22T01:43:53.127Z Downloaded icu_properties v2.1.2
3492026-04-22T01:43:53.130Z Downloaded block-buffer v0.10.4
3502026-04-22T01:43:53.130Z Downloaded usdt v0.5.0
3512026-04-22T01:43:53.132Z Downloaded generic-array v0.14.7
3522026-04-22T01:43:53.135Z Downloaded scroll_derive v0.12.1
3532026-04-22T01:43:53.137Z Downloaded version_check v0.9.5
3542026-04-22T01:43:53.137Z Downloaded semver v1.0.27
3552026-04-22T01:43:53.140Z Downloaded zmij v1.0.21
3562026-04-22T01:43:53.140Z Downloaded zerovec-derive v0.11.2
3572026-04-22T01:43:53.140Z Downloaded cargo_metadata v0.21.0
3582026-04-22T01:43:53.143Z Downloaded autocfg v1.5.0
3592026-04-22T01:43:53.143Z Downloaded usdt-attr-macro v0.5.0
3602026-04-22T01:43:53.143Z Downloaded unicode-linebreak v0.1.5
3612026-04-22T01:43:53.143Z Downloaded idna_adapter v1.2.1
3622026-04-22T01:43:53.145Z Downloaded yoke-derive v0.8.1
3632026-04-22T01:43:53.148Z Downloaded camino-tempfile v1.4.1
3642026-04-22T01:43:53.150Z Downloaded zerofrom-derive v0.1.6
3652026-04-22T01:43:53.151Z Downloaded once_cell v1.21.3
3662026-04-22T01:43:53.154Z Downloaded yoke v0.8.1
3672026-04-22T01:43:53.154Z Downloaded zerofrom v0.1.6
3682026-04-22T01:43:53.154Z Downloaded terminal_size v0.4.3
3692026-04-22T01:43:53.156Z Downloaded thiserror v2.0.18
3702026-04-22T01:43:53.159Z Downloaded macaddr v1.0.1
3712026-04-22T01:43:53.159Z Downloaded zerocopy-derive v0.7.35
3722026-04-22T01:43:53.162Z Downloaded writeable v0.6.2
3732026-04-22T01:43:53.162Z Downloaded usdt-impl v0.5.0
3742026-04-22T01:43:53.164Z Downloaded thiserror-impl v1.0.69
3752026-04-22T01:43:53.164Z Downloaded thiserror v1.0.69
3762026-04-22T01:43:53.167Z Downloaded toml v0.8.23
3772026-04-22T01:43:53.167Z Downloaded icu_locale_core v2.1.1
3782026-04-22T01:43:53.170Z Downloaded unicode-xid v0.2.6
3792026-04-22T01:43:53.173Z Downloaded clap_lex v1.0.0
3802026-04-22T01:43:53.173Z Downloaded dtrace-parser v0.2.0
3812026-04-22T01:43:53.175Z Downloaded cargo-platform v0.2.0
3822026-04-22T01:43:53.175Z Downloaded plain v0.2.3
3832026-04-22T01:43:53.175Z Downloaded anstyle-query v1.1.5
3842026-04-22T01:43:53.178Z Downloaded cfg-if v1.0.4
3852026-04-22T01:43:53.178Z Downloaded proc-macro-error-attr v1.0.4
3862026-04-22T01:43:53.180Z Downloaded textwrap v0.16.2
3872026-04-22T01:43:53.180Z Downloaded unicode-ident v1.0.24
3882026-04-22T01:43:53.183Z Downloaded colorchoice v1.0.4
3892026-04-22T01:43:53.186Z Downloaded zerotrie v0.2.3
3902026-04-22T01:43:53.188Z Downloaded typenum v1.19.0
3912026-04-22T01:43:53.191Z Downloaded heck v0.5.0
3922026-04-22T01:43:53.191Z Downloaded synstructure v0.13.2
3932026-04-22T01:43:53.191Z Downloaded digest v0.10.7
3942026-04-22T01:43:53.194Z Downloaded toml_edit v0.22.27
3952026-04-22T01:43:53.194Z Downloaded itoa v1.0.17
3962026-04-22T01:43:53.197Z Downloaded url v2.5.8
3972026-04-22T01:43:53.197Z Downloaded tabled_derive v0.7.0
3982026-04-22T01:43:53.197Z Downloaded fnv v1.0.7
3992026-04-22T01:43:53.197Z Downloaded crypto-common v0.1.7
4002026-04-22T01:43:53.200Z Downloaded memmap v0.7.0
4012026-04-22T01:43:53.202Z Downloaded num-traits v0.2.19
4022026-04-22T01:43:53.205Z Downloaded proc-macro-error v1.0.4
4032026-04-22T01:43:53.205Z Downloaded erased-serde v0.4.9
4042026-04-22T01:43:53.207Z Downloaded anstyle v1.0.13
4052026-04-22T01:43:53.210Z Downloaded zerovec v0.11.5
4062026-04-22T01:43:53.213Z Downloaded potential_utf v0.1.4
4072026-04-22T01:43:53.215Z Downloaded fastrand v2.3.0
4082026-04-22T01:43:53.215Z Downloaded stable_deref_trait v1.2.1
4092026-04-22T01:43:53.215Z Downloaded pretty-hex v0.4.1
4102026-04-22T01:43:53.215Z Downloaded dof v0.3.0
4112026-04-22T01:43:53.218Z Downloaded ordered-float v2.10.1
4122026-04-22T01:43:53.221Z Downloaded smawk v0.3.2
4132026-04-22T01:43:53.224Z Downloaded zerocopy v0.7.35
4142026-04-22T01:43:53.229Z Downloaded swrite v0.1.0
4152026-04-22T01:43:53.232Z Downloaded winnow v0.7.14
4162026-04-22T01:43:53.235Z Downloaded percent-encoding v2.3.2
4172026-04-22T01:43:53.237Z Downloaded cargo_toml v0.21.0
4182026-04-22T01:43:53.237Z Downloaded byteorder v1.5.0
4192026-04-22T01:43:53.237Z Downloaded unicode-width v0.2.0
4202026-04-22T01:43:53.240Z Downloaded unicode-width v0.1.14
4212026-04-22T01:43:53.243Z Downloaded serde_tokenstream v0.2.3
4222026-04-22T01:43:53.245Z Downloaded strsim v0.11.1
4232026-04-22T01:43:53.245Z Downloaded fs-err v3.3.0
4242026-04-22T01:43:53.245Z Downloaded heck v0.4.1
4252026-04-22T01:43:53.248Z Downloaded papergrid v0.11.0
4262026-04-22T01:43:53.256Z Downloaded serde-untagged v0.1.9
4272026-04-22T01:43:53.259Z Downloaded anstyle-parse v0.2.7
4282026-04-22T01:43:53.261Z Downloaded quote v1.0.44
4292026-04-22T01:43:53.264Z Downloaded pest_derive v2.8.6
4302026-04-22T01:43:53.267Z Downloaded sha2 v0.10.9
4312026-04-22T01:43:53.269Z Downloaded litemap v0.8.1
4322026-04-22T01:43:53.272Z Downloaded serde_derive v1.0.228
4332026-04-22T01:43:53.272Z Downloaded getrandom v0.4.1
4342026-04-22T01:43:53.275Z Downloaded camino v1.2.2
4352026-04-22T01:43:53.275Z Downloaded cargo-util-schemas v0.8.2
4362026-04-22T01:43:53.278Z Downloaded clap v4.5.60
4372026-04-22T01:43:53.282Z Downloaded clap_derive v4.5.55
4382026-04-22T01:43:53.286Z Downloaded tempfile v3.25.0
4392026-04-22T01:43:53.290Z Downloaded smallvec v1.15.1
4402026-04-22T01:43:53.292Z Downloaded proc-macro2 v1.0.106
4412026-04-22T01:43:53.295Z Downloaded serde_core v1.0.228
4422026-04-22T01:43:53.295Z Downloaded log v0.4.29
4432026-04-22T01:43:53.305Z Downloaded icu_provider v2.1.1
4442026-04-22T01:43:53.308Z Downloaded pest_meta v2.8.6
4452026-04-22T01:43:53.319Z Downloaded pest v2.8.6
4462026-04-22T01:43:53.322Z Downloaded pest_generator v2.8.6
4472026-04-22T01:43:53.325Z Downloaded icu_normalizer_data v2.1.1
4482026-04-22T01:43:53.325Z Downloaded icu_normalizer v2.1.1
4492026-04-22T01:43:53.333Z Downloaded icu_properties_data v2.1.2
4502026-04-22T01:43:53.338Z Downloaded icu_collections v2.1.1
4512026-04-22T01:43:53.342Z Downloaded hashbrown v0.16.1
4522026-04-22T01:43:53.344Z Downloaded memchr v2.8.0
4532026-04-22T01:43:53.347Z Downloaded indexmap v2.13.0
4542026-04-22T01:43:53.361Z Downloaded clap_builder v4.5.60
4552026-04-22T01:43:53.365Z Downloaded idna v1.1.0
4562026-04-22T01:43:53.376Z Downloaded serde_json v1.0.149
4572026-04-22T01:43:53.389Z Downloaded goblin v0.8.2
4582026-04-22T01:43:53.392Z Downloaded tabled v0.15.0
4592026-04-22T01:43:53.410Z Downloaded syn v1.0.109
4602026-04-22T01:43:53.415Z Downloaded syn v2.0.117
4612026-04-22T01:43:53.435Z Downloaded rustix v1.1.3
4622026-04-22T01:43:53.462Z Downloaded libc v0.2.185
4632026-04-22T01:43:53.530Z Compiling proc-macro2 v1.0.106
4642026-04-22T01:43:53.530Z Compiling quote v1.0.44
4652026-04-22T01:43:53.530Z Compiling unicode-ident v1.0.24
4662026-04-22T01:43:53.533Z Compiling serde_core v1.0.228
4672026-04-22T01:43:53.533Z Compiling libc v0.2.185
4682026-04-22T01:43:53.533Z Compiling version_check v0.9.5
4692026-04-22T01:43:53.534Z Compiling memchr v2.8.0
4702026-04-22T01:43:53.534Z Compiling serde v1.0.228
4712026-04-22T01:43:53.873Z Compiling stable_deref_trait v1.2.1
4722026-04-22T01:43:53.953Z Compiling zmij v1.0.21
4732026-04-22T01:43:54.115Z Compiling ucd-trie v0.1.7
4742026-04-22T01:43:54.118Z Compiling autocfg v1.5.0
4752026-04-22T01:43:54.148Z Compiling itoa v1.0.17
4762026-04-22T01:43:54.361Z Compiling thiserror v1.0.69
4772026-04-22T01:43:54.390Z Compiling pest v2.8.6
4782026-04-22T01:43:54.535Z Compiling writeable v0.6.2
4792026-04-22T01:43:54.539Z Compiling litemap v0.8.1
4802026-04-22T01:43:54.735Z Compiling rustix v1.1.3
4812026-04-22T01:43:54.840Z Compiling icu_normalizer_data v2.1.1
4822026-04-22T01:43:54.857Z Compiling byteorder v1.5.0
4832026-04-22T01:43:55.033Z Compiling syn v2.0.117
4842026-04-22T01:43:55.050Z Compiling icu_properties_data v2.1.2
4852026-04-22T01:43:55.118Z Compiling errno v0.3.14
4862026-04-22T01:43:55.166Z Compiling bitflags v2.11.0
4872026-04-22T01:43:55.273Z Compiling serde_json v1.0.149
4882026-04-22T01:43:55.421Z Compiling num-traits v0.2.19
4892026-04-22T01:43:55.440Z Compiling equivalent v1.0.2
4902026-04-22T01:43:55.464Z Compiling pest_meta v2.8.6
4912026-04-22T01:43:55.554Z Compiling smallvec v1.15.1
4922026-04-22T01:43:55.607Z Compiling hashbrown v0.16.1
4932026-04-22T01:43:55.665Z Compiling typeid v1.0.3
4942026-04-22T01:43:56.001Z Compiling thread-id v4.2.2
4952026-04-22T01:43:56.017Z Compiling proc-macro-error-attr v1.0.4
4962026-04-22T01:43:56.085Z Compiling usdt-impl v0.5.0
4972026-04-22T01:43:56.146Z Compiling indexmap v2.13.0
4982026-04-22T01:43:56.164Z Compiling toml_write v0.1.2
4992026-04-22T01:43:56.198Z Compiling winnow v0.7.14
5002026-04-22T01:43:56.295Z Compiling syn v1.0.109
5012026-04-22T01:43:56.363Z Compiling erased-serde v0.4.9
5022026-04-22T01:43:56.791Z Compiling proc-macro-error v1.0.4
5032026-04-22T01:43:56.879Z Compiling percent-encoding v2.3.2
5042026-04-22T01:43:56.985Z Compiling camino v1.2.2
5052026-04-22T01:43:57.075Z Compiling utf8_iter v1.0.4
5062026-04-22T01:43:57.101Z Compiling getrandom v0.4.1
5072026-04-22T01:43:57.234Z Compiling log v0.4.29
5082026-04-22T01:43:57.310Z Compiling plain v0.2.3
5092026-04-22T01:43:57.346Z Compiling thiserror v2.0.18
5102026-04-22T01:43:57.427Z Compiling utf8parse v0.2.2
5112026-04-22T01:43:57.487Z Compiling ordered-float v2.10.1
5122026-04-22T01:43:57.505Z Compiling form_urlencoded v1.2.2
5132026-04-22T01:43:57.549Z Compiling anstyle-parse v0.2.7
5142026-04-22T01:43:57.678Z Compiling synstructure v0.13.2
5152026-04-22T01:43:57.695Z Compiling pest_generator v2.8.6
5162026-04-22T01:43:57.779Z Compiling terminal_size v0.4.3
5172026-04-22T01:43:57.925Z Compiling is_terminal_polyfill v1.70.2
5182026-04-22T01:43:58.027Z Compiling anstyle v1.0.13
5192026-04-22T01:43:58.127Z Compiling pretty-hex v0.4.1
5202026-04-22T01:43:58.144Z Compiling anstyle-query v1.1.5
5212026-04-22T01:43:58.208Z Compiling cfg-if v1.0.4
5222026-04-22T01:43:58.275Z Compiling colorchoice v1.0.4
5232026-04-22T01:43:58.312Z Compiling serde-untagged v0.1.9
5242026-04-22T01:43:58.396Z Compiling anstream v0.6.21
5252026-04-22T01:43:58.415Z Compiling semver v1.0.27
5262026-04-22T01:43:58.468Z Compiling fs-err v3.3.0
5272026-04-22T01:43:58.575Z Compiling strsim v0.11.1
5282026-04-22T01:43:58.659Z Compiling clap_lex v1.0.0
5292026-04-22T01:43:58.711Z Compiling anyhow v1.0.102
5302026-04-22T01:43:58.731Z Compiling fnv v1.0.7
5312026-04-22T01:43:58.749Z Compiling heck v0.4.1
5322026-04-22T01:43:58.839Z Compiling once_cell v1.21.3
5332026-04-22T01:43:58.926Z Compiling fastrand v2.3.0
5342026-04-22T01:43:58.979Z Compiling bytecount v0.6.9
5352026-04-22T01:43:59.017Z Compiling heck v0.5.0
5362026-04-22T01:43:59.055Z Compiling unicode-xid v0.2.6
5372026-04-22T01:43:59.112Z Compiling unicode-width v0.1.14
5382026-04-22T01:43:59.182Z Compiling tempfile v3.25.0
5392026-04-22T01:43:59.216Z Compiling clap_builder v4.5.60
5402026-04-22T01:43:59.360Z Compiling papergrid v0.11.0
5412026-04-22T01:43:59.383Z Compiling memmap v0.7.0
5422026-04-22T01:43:59.386Z Compiling serde_derive v1.0.228
5432026-04-22T01:43:59.417Z Compiling zerofrom-derive v0.1.6
5442026-04-22T01:43:59.555Z Compiling yoke-derive v0.8.1
5452026-04-22T01:43:59.572Z Compiling zerovec-derive v0.11.2
5462026-04-22T01:43:59.805Z Compiling displaydoc v0.2.5
5472026-04-22T01:44:00.530Z Compiling thiserror-impl v1.0.69
5482026-04-22T01:44:00.665Z Compiling zerocopy-derive v0.7.35
5492026-04-22T01:44:00.687Z Compiling pest_derive v2.8.6
5502026-04-22T01:44:00.750Z Compiling scroll_derive v0.12.1
5512026-04-22T01:44:00.800Z Compiling zerofrom v0.1.6
5522026-04-22T01:44:00.934Z Compiling yoke v0.8.1
5532026-04-22T01:44:01.111Z Compiling zerovec v0.11.5
5542026-04-22T01:44:01.133Z Compiling zerotrie v0.2.3
5552026-04-22T01:44:01.426Z Compiling scroll v0.12.0
5562026-04-22T01:44:01.449Z Compiling thiserror-impl v2.0.18
5572026-04-22T01:44:01.511Z Compiling zerocopy v0.7.35
5582026-04-22T01:44:01.668Z Compiling tinystr v0.8.2
5592026-04-22T01:44:01.734Z Compiling potential_utf v0.1.4
5602026-04-22T01:44:01.882Z Compiling icu_locale_core v2.1.1
5612026-04-22T01:44:01.909Z Compiling icu_collections v2.1.1
5622026-04-22T01:44:01.954Z Compiling dtrace-parser v0.2.0
5632026-04-22T01:44:02.139Z Compiling goblin v0.8.2
5642026-04-22T01:44:02.184Z Compiling tabled_derive v0.7.0
5652026-04-22T01:44:02.407Z Compiling clap_derive v4.5.55
5662026-04-22T01:44:02.704Z Compiling icu_provider v2.1.1
5672026-04-22T01:44:02.785Z Compiling serde_spanned v0.6.9
5682026-04-22T01:44:02.825Z Compiling toml_datetime v0.6.11
5692026-04-22T01:44:02.943Z Compiling icu_normalizer v2.1.1
5702026-04-22T01:44:02.961Z Compiling icu_properties v2.1.2
5712026-04-22T01:44:02.977Z Compiling dof v0.3.0
5722026-04-22T01:44:03.005Z Compiling toml_edit v0.22.27
5732026-04-22T01:44:03.093Z Compiling serde_tokenstream v0.2.3
5742026-04-22T01:44:03.114Z Compiling serde-value v0.7.0
5752026-04-22T01:44:03.407Z Compiling cargo-platform v0.2.0
5762026-04-22T01:44:03.476Z Compiling unicode-linebreak v0.1.5
5772026-04-22T01:44:03.494Z Compiling unicode-width v0.2.0
5782026-04-22T01:44:03.684Z Compiling smawk v0.3.2
5792026-04-22T01:44:03.721Z Compiling tabled v0.15.0
5802026-04-22T01:44:03.778Z Compiling macaddr v1.0.1
5812026-04-22T01:44:03.825Z Compiling idna_adapter v1.2.1
5822026-04-22T01:44:03.972Z Compiling idna v1.1.0
5832026-04-22T01:44:03.991Z Compiling usdt-attr-macro v0.5.0
5842026-04-22T01:44:04.008Z Compiling usdt-macro v0.5.0
5852026-04-22T01:44:04.040Z Compiling textwrap v0.16.2
5862026-04-22T01:44:04.169Z Compiling clap v4.5.60
5872026-04-22T01:44:04.517Z Compiling toml v0.8.23
5882026-04-22T01:44:04.631Z Compiling url v2.5.8
5892026-04-22T01:44:04.667Z Compiling camino-tempfile v1.4.1
5902026-04-22T01:44:04.896Z Compiling cargo_toml v0.21.0
5912026-04-22T01:44:05.118Z Compiling cargo-util-schemas v0.8.2
5922026-04-22T01:44:05.329Z Compiling usdt v0.5.0
5932026-04-22T01:44:05.391Z Compiling swrite v0.1.0
5942026-04-22T01:44:05.497Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5952026-04-22T01:44:06.017Z Compiling cargo_metadata v0.21.0
5962026-04-22T01:44:06.947Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-04-22T01:44:09.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.39s
5982026-04-22T01:44:09.296Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-04-22T01:44:09.857Z Downloading crates ...
6002026-04-22T01:44:09.960Z Downloaded bb8 v0.8.6
6012026-04-22T01:44:09.962Z Downloaded array-init v0.0.4
6022026-04-22T01:44:09.962Z Downloaded adler2 v2.0.1
6032026-04-22T01:44:09.965Z Downloaded bitfield-macros v0.19.4
6042026-04-22T01:44:09.968Z Downloaded cfg_aliases v0.1.1
6052026-04-22T01:44:09.968Z Downloaded ciborium-io v0.2.2
6062026-04-22T01:44:09.971Z Downloaded cpufeatures v0.3.0
6072026-04-22T01:44:09.979Z Downloaded chacha20 v0.9.1
6082026-04-22T01:44:09.982Z Downloaded cbc v0.1.2
6092026-04-22T01:44:09.982Z Downloaded curve25519-dalek-derive v0.1.1
6102026-04-22T01:44:09.985Z Downloaded darling_macro v0.23.0
6112026-04-22T01:44:09.985Z Downloaded ascii-canvas v3.0.0
6122026-04-22T01:44:09.985Z Downloaded arrayref v0.3.9
6132026-04-22T01:44:09.985Z Downloaded ahash v0.8.12
6142026-04-22T01:44:09.988Z Downloaded dyn-clone v1.0.20
6152026-04-22T01:44:09.988Z Downloaded console v0.16.2
6162026-04-22T01:44:09.990Z Downloaded derive_builder_macro v0.20.2
6172026-04-22T01:44:09.990Z Downloaded compression-codecs v0.4.37
6182026-04-22T01:44:09.993Z Downloaded base64 v0.22.1
6192026-04-22T01:44:09.996Z Downloaded backoff v0.4.0
6202026-04-22T01:44:09.996Z Downloaded bzip2 v0.6.1
6212026-04-22T01:44:09.998Z Downloaded float-cmp v0.10.0
6222026-04-22T01:44:10.001Z Downloaded bitfield v0.19.4
6232026-04-22T01:44:10.004Z Downloaded critical-section v1.2.0
6242026-04-22T01:44:10.007Z Downloaded dirs-sys-next v0.1.2
6252026-04-22T01:44:10.015Z Downloaded defmt v0.3.100
6262026-04-22T01:44:10.015Z Downloaded bcrypt-pbkdf v0.10.0
6272026-04-22T01:44:10.015Z Downloaded async-recursion v1.1.1
6282026-04-22T01:44:10.018Z Downloaded fixedbitset v0.5.7
6292026-04-22T01:44:10.018Z Downloaded defmt v1.0.1
6302026-04-22T01:44:10.021Z Downloaded enum-as-inner v0.6.1
6312026-04-22T01:44:10.021Z Downloaded bit-vec v0.6.3
6322026-04-22T01:44:10.024Z Downloaded filetime v0.2.27
6332026-04-22T01:44:10.024Z Downloaded ena v0.14.4
6342026-04-22T01:44:10.024Z Downloaded async-stream v0.3.6
6352026-04-22T01:44:10.027Z Downloaded darling v0.21.3
6362026-04-22T01:44:10.029Z Downloaded crc32fast v1.5.0
6372026-04-22T01:44:10.029Z Downloaded dof v0.4.0
6382026-04-22T01:44:10.032Z Downloaded deranged v0.5.8
6392026-04-22T01:44:10.032Z Downloaded base64ct v1.8.3
6402026-04-22T01:44:10.035Z Downloaded cargo_metadata v0.19.2
6412026-04-22T01:44:10.035Z Downloaded cstr-argument v0.1.2
6422026-04-22T01:44:10.037Z Downloaded drift v0.1.3
6432026-04-22T01:44:10.040Z Downloaded derive_builder v0.20.2
6442026-04-22T01:44:10.043Z Downloaded async-stream-impl v0.3.6
6452026-04-22T01:44:10.043Z Downloaded castaway v0.2.4
6462026-04-22T01:44:10.043Z Downloaded bit-set v0.5.3
6472026-04-22T01:44:10.046Z Downloaded base16ct v0.2.0
6482026-04-22T01:44:10.046Z Downloaded fs-err v2.11.0
6492026-04-22T01:44:10.046Z Downloaded bit-set v0.8.0
6502026-04-22T01:44:10.049Z Downloaded async-trait v0.1.89
6512026-04-22T01:44:10.049Z Downloaded endian-type v0.1.2
6522026-04-22T01:44:10.051Z Downloaded crc8 v0.1.1
6532026-04-22T01:44:10.052Z Downloaded debug-ignore v1.0.5
6542026-04-22T01:44:10.052Z Downloaded atomic-waker v1.1.2
6552026-04-22T01:44:10.054Z Downloaded assert_matches v1.5.0
6562026-04-22T01:44:10.054Z Downloaded cobs v0.3.0
6572026-04-22T01:44:10.054Z Downloaded daft v0.1.5
6582026-04-22T01:44:10.071Z Downloaded aead v0.5.2
6592026-04-22T01:44:10.071Z Downloaded difflib v0.4.0
6602026-04-22T01:44:10.071Z Downloaded darling_macro v0.20.11
6612026-04-22T01:44:10.071Z Downloaded blake2 v0.10.6
6622026-04-22T01:44:10.071Z Downloaded float-ord v0.3.2
6632026-04-22T01:44:10.071Z Downloaded bitflags v1.3.2
6642026-04-22T01:44:10.071Z Downloaded blowfish v0.9.1
6652026-04-22T01:44:10.071Z Downloaded futures-sink v0.3.32
6662026-04-22T01:44:10.071Z Downloaded darling_macro v0.21.3
6672026-04-22T01:44:10.071Z Downloaded crunchy v0.2.4
6682026-04-22T01:44:10.072Z Downloaded embedded-io v0.4.0
6692026-04-22T01:44:10.072Z Downloaded fd-lock v4.0.4
6702026-04-22T01:44:10.072Z Downloaded convert_case v0.4.0
6712026-04-22T01:44:10.075Z Downloaded bitfield-struct v0.6.2
6722026-04-22T01:44:10.075Z Downloaded dtrace-parser v0.3.0
6732026-04-22T01:44:10.075Z Downloaded fatfs v0.3.6
6742026-04-22T01:44:10.075Z Downloaded diff v0.1.13
6752026-04-22T01:44:10.080Z Downloaded dropshot_endpoint v0.17.0
6762026-04-22T01:44:10.084Z Downloaded compression-core v0.4.31
6772026-04-22T01:44:10.084Z Downloaded foreign-types v0.3.2
6782026-04-22T01:44:10.084Z Downloaded ghash v0.5.1
6792026-04-22T01:44:10.084Z Downloaded block-padding v0.3.3
6802026-04-22T01:44:10.084Z Downloaded atty v0.2.14
6812026-04-22T01:44:10.084Z Downloaded foreign-types v0.5.0
6822026-04-22T01:44:10.088Z Downloaded daft-derive v0.1.5
6832026-04-22T01:44:10.088Z Downloaded foreign-types-shared v0.3.1
6842026-04-22T01:44:10.088Z Downloaded foreign-types-shared v0.1.1
6852026-04-22T01:44:10.088Z Downloaded diesel_table_macro_syntax v0.3.0
6862026-04-22T01:44:10.093Z Downloaded atomicwrites v0.4.4
6872026-04-22T01:44:10.093Z Downloaded dropshot-api-manager-types v0.6.0
6882026-04-22T01:44:10.093Z Downloaded crossbeam-utils v0.8.21
6892026-04-22T01:44:10.093Z Downloaded display-error-chain v0.2.2
6902026-04-22T01:44:10.096Z Downloaded dsl_auto_type v0.2.0
6912026-04-22T01:44:10.096Z Downloaded crucible-workspace-hack v0.1.0
6922026-04-22T01:44:10.099Z Downloaded document-features v0.2.12
6932026-04-22T01:44:10.100Z Downloaded funty v2.0.0
6942026-04-22T01:44:10.102Z Downloaded bumpalo v3.20.2
6952026-04-22T01:44:10.102Z Downloaded dirs-next v2.0.0
6962026-04-22T01:44:10.102Z Downloaded cargo-platform v0.1.9
6972026-04-22T01:44:10.105Z Downloaded embedded-io v0.6.1
6982026-04-22T01:44:10.108Z Downloaded bzip2 v0.4.4
6992026-04-22T01:44:10.108Z Downloaded defmt-parser v1.0.0
7002026-04-22T01:44:10.112Z Downloaded ciborium-ll v0.2.2
7012026-04-22T01:44:10.112Z Downloaded downcast-rs v2.0.2
7022026-04-22T01:44:10.116Z Downloaded ctr v0.9.2
7032026-04-22T01:44:10.116Z Downloaded git-stub v1.0.0
7042026-04-22T01:44:10.118Z Downloaded crc-catalog v2.4.0
7052026-04-22T01:44:10.118Z Downloaded defmt-macros v1.0.1
7062026-04-22T01:44:10.118Z Downloaded env_logger v0.11.9
7072026-04-22T01:44:10.121Z Downloaded data-encoding v2.10.0
7082026-04-22T01:44:10.121Z Downloaded fxhash v0.2.1
7092026-04-22T01:44:10.121Z Downloaded crc v3.4.0
7102026-04-22T01:44:10.124Z Downloaded futures-task v0.3.32
7112026-04-22T01:44:10.124Z Downloaded foldhash v0.2.0
7122026-04-22T01:44:10.124Z Downloaded dunce v1.0.5
7132026-04-22T01:44:10.127Z Downloaded futures-macro v0.3.32
7142026-04-22T01:44:10.127Z Downloaded env_filter v1.0.0
7152026-04-22T01:44:10.130Z Downloaded argon2 v0.5.3
7162026-04-22T01:44:10.133Z Downloaded futures-core v0.3.32
7172026-04-22T01:44:10.133Z Downloaded gethostname v0.5.0
7182026-04-22T01:44:10.133Z Downloaded flume v0.11.1
7192026-04-22T01:44:10.135Z Downloaded darling_core v0.21.3
7202026-04-22T01:44:10.141Z Downloaded darling v0.23.0
7212026-04-22T01:44:10.146Z Downloaded hex-literal v0.4.1
7222026-04-22T01:44:10.146Z Downloaded constant_time_eq v0.4.2
7232026-04-22T01:44:10.146Z Downloaded hash32 v0.2.1
7242026-04-22T01:44:10.149Z Downloaded globwalk v0.9.1
7252026-04-22T01:44:10.149Z Downloaded cipher v0.4.4
7262026-04-22T01:44:10.149Z Downloaded hash32 v0.3.1
7272026-04-22T01:44:10.149Z Downloaded cexpr v0.6.0
7282026-04-22T01:44:10.149Z Downloaded futures-io v0.3.32
7292026-04-22T01:44:10.149Z Downloaded headers-core v0.3.0
7302026-04-22T01:44:10.152Z Downloaded darling_core v0.23.0
7312026-04-22T01:44:10.152Z Downloaded http-range v0.1.5
7322026-04-22T01:44:10.155Z Downloaded hubpack_derive v0.1.1
7332026-04-22T01:44:10.155Z Downloaded crossbeam-deque v0.8.6
7342026-04-22T01:44:10.155Z Downloaded cassowary v0.3.0
7352026-04-22T01:44:10.158Z Downloaded backon v1.6.0
7362026-04-22T01:44:10.158Z Downloaded foldhash v0.1.5
7372026-04-22T01:44:10.160Z Downloaded colored v3.1.1
7382026-04-22T01:44:10.160Z Downloaded flagset v0.4.7
7392026-04-22T01:44:10.163Z Downloaded fallible-iterator v0.2.0
7402026-04-22T01:44:10.163Z Downloaded corncobs v0.1.4
7412026-04-22T01:44:10.166Z Downloaded git-stub-vcs v0.1.0
7422026-04-22T01:44:10.166Z Downloaded globset v0.4.18
7432026-04-22T01:44:10.169Z Downloaded ff v0.13.1
7442026-04-22T01:44:10.169Z Downloaded console v0.15.11
7452026-04-22T01:44:10.169Z Downloaded indent_write v2.2.0
7462026-04-22T01:44:10.172Z Downloaded fixedbitset v0.4.2
7472026-04-22T01:44:10.173Z Downloaded der_derive v0.7.3
7482026-04-22T01:44:10.173Z Downloaded ed25519 v2.2.3
7492026-04-22T01:44:10.175Z Downloaded hyper-tls v0.6.0
7502026-04-22T01:44:10.175Z Downloaded httpdate v1.0.3
7512026-04-22T01:44:10.175Z Downloaded http-body v1.0.1
7522026-04-22T01:44:10.175Z Downloaded hostname v0.4.2
7532026-04-22T01:44:10.178Z Downloaded darling v0.20.11
7542026-04-22T01:44:10.181Z Downloaded hostname v0.3.1
7552026-04-22T01:44:10.181Z Downloaded hex v0.4.3
7562026-04-22T01:44:10.185Z Downloaded ident_case v1.0.1
7572026-04-22T01:44:10.185Z Downloaded hubpack v0.1.2
7582026-04-22T01:44:10.185Z Downloaded home v0.5.12
7592026-04-22T01:44:10.185Z Downloaded either v1.15.0
7602026-04-22T01:44:10.187Z Downloaded derive_builder_core v0.20.2
7612026-04-22T01:44:10.187Z Downloaded diesel-dtrace v0.5.0
7622026-04-22T01:44:10.187Z Downloaded const_format_proc_macros v0.2.34
7632026-04-22T01:44:10.190Z Downloaded arrayvec v0.7.6
7642026-04-22T01:44:10.190Z Downloaded indoc v1.0.9
7652026-04-22T01:44:10.193Z Downloaded futures-executor v0.3.32
7662026-04-22T01:44:10.193Z Downloaded der v0.7.10
7672026-04-22T01:44:10.196Z Downloaded instability v0.3.11
7682026-04-22T01:44:10.198Z Downloaded inout v0.1.4
7692026-04-22T01:44:10.199Z Downloaded group v0.13.0
7702026-04-22T01:44:10.199Z Downloaded foreign-types-macros v0.2.3
7712026-04-22T01:44:10.207Z Downloaded cfg_aliases v0.2.1
7722026-04-22T01:44:10.207Z Downloaded async-bb8-diesel v0.2.1
7732026-04-22T01:44:10.207Z Downloaded bitvec v1.0.1
7742026-04-22T01:44:10.215Z Downloaded internet-checksum v0.2.1
7752026-04-22T01:44:10.215Z Downloaded derive-ex v0.1.8
7762026-04-22T01:44:10.215Z Downloaded is_ci v1.2.0
7772026-04-22T01:44:10.215Z Downloaded is-terminal v0.4.17
7782026-04-22T01:44:10.216Z Downloaded convert_case v0.10.0
7792026-04-22T01:44:10.223Z Downloaded lazy_static v1.5.0
7802026-04-22T01:44:10.223Z Downloaded cmake v0.1.57
7812026-04-22T01:44:10.223Z Downloaded chacha20 v0.10.0
7822026-04-22T01:44:10.223Z Downloaded camino-tempfile-ext v0.3.3
7832026-04-22T01:44:10.223Z Downloaded ecdsa v0.16.9
7842026-04-22T01:44:10.223Z Downloaded csv-core v0.1.13
7852026-04-22T01:44:10.223Z Downloaded kstat-rs v0.2.4
7862026-04-22T01:44:10.224Z Downloaded bit-vec v0.8.0
7872026-04-22T01:44:10.224Z Downloaded erased-serde v0.3.31
7882026-04-22T01:44:10.228Z Downloaded keccak v0.1.6
7892026-04-22T01:44:10.228Z Downloaded highway v1.3.0
7902026-04-22T01:44:10.228Z Downloaded find-msvc-tools v0.1.9
7912026-04-22T01:44:10.230Z Downloaded arc-swap v1.8.2
7922026-04-22T01:44:10.230Z Downloaded des v0.8.1
7932026-04-22T01:44:10.233Z Downloaded byte-wrapper v0.1.0
7942026-04-22T01:44:10.233Z Downloaded colored v2.2.0
7952026-04-22T01:44:10.236Z Downloaded humantime v2.3.0
7962026-04-22T01:44:10.236Z Downloaded libscf-sys v1.1.0
7972026-04-22T01:44:10.236Z Downloaded http-body-util v0.1.3
7982026-04-22T01:44:10.239Z Downloaded linked-hash-map v0.5.6
7992026-04-22T01:44:10.239Z Downloaded bcs v0.1.6
8002026-04-22T01:44:10.241Z Downloaded crossbeam-channel v0.5.15
8012026-04-22T01:44:10.244Z Downloaded fs_extra v1.3.0
8022026-04-22T01:44:10.244Z Downloaded cookie v0.18.1
8032026-04-22T01:44:10.248Z Downloaded mime v0.3.17
8042026-04-22T01:44:10.251Z Downloaded maplit v1.0.2
8052026-04-22T01:44:10.251Z Downloaded managed v0.8.0
8062026-04-22T01:44:10.251Z Downloaded memoffset v0.9.1
8072026-04-22T01:44:10.254Z Downloaded match_cfg v0.1.0
8082026-04-22T01:44:10.254Z Downloaded lru-cache v0.1.2
8092026-04-22T01:44:10.254Z Downloaded getrandom v0.2.17
8102026-04-22T01:44:10.257Z Downloaded lru-slab v0.1.2
8112026-04-22T01:44:10.257Z Downloaded futures-channel v0.3.32
8122026-04-22T01:44:10.259Z Downloaded lzss v0.8.2
8132026-04-22T01:44:10.259Z Downloaded indoc v2.0.7
8142026-04-22T01:44:10.262Z Downloaded md5 v0.7.0
8152026-04-22T01:44:10.262Z Downloaded maybe-uninit v2.0.0
8162026-04-22T01:44:10.262Z Downloaded md-5 v0.10.6
8172026-04-22T01:44:10.266Z Downloaded const-oid v0.9.6
8182026-04-22T01:44:10.266Z Downloaded instant v0.1.13
8192026-04-22T01:44:10.266Z Downloaded glob v0.3.3
8202026-04-22T01:44:10.269Z Downloaded multimap v0.10.1
8212026-04-22T01:44:10.269Z Downloaded ipnet v2.11.0
8222026-04-22T01:44:10.269Z Downloaded ingot v0.1.1
8232026-04-22T01:44:10.271Z Downloaded newline-converter v0.3.0
8242026-04-22T01:44:10.271Z Downloaded new_debug_unreachable v1.0.6
8252026-04-22T01:44:10.271Z Downloaded ipnetwork v0.21.1
8262026-04-22T01:44:10.274Z Downloaded impl-trait-for-tuples v0.2.3
8272026-04-22T01:44:10.274Z Downloaded bindgen v0.71.1
8282026-04-22T01:44:10.277Z Downloaded ingot-types v0.1.2
8292026-04-22T01:44:10.280Z Downloaded crc-any v2.5.0
8302026-04-22T01:44:10.280Z Downloaded cookie_store v0.22.1
8312026-04-22T01:44:10.283Z Downloaded buf-list v1.1.2
8322026-04-22T01:44:10.283Z Downloaded allocator-api2 v0.2.21
8332026-04-22T01:44:10.285Z Downloaded jobserver v0.1.34
8342026-04-22T01:44:10.288Z Downloaded cancel-safe-futures v0.1.5
8352026-04-22T01:44:10.288Z Downloaded nodrop v0.1.14
8362026-04-22T01:44:10.291Z Downloaded libloading v0.8.9
8372026-04-22T01:44:10.291Z Downloaded normalize-line-endings v0.3.0
8382026-04-22T01:44:10.291Z Downloaded nonempty v0.12.0
8392026-04-22T01:44:10.293Z Downloaded newtype_derive v0.1.6
8402026-04-22T01:44:10.293Z Downloaded nibble_vec v0.1.0
8412026-04-22T01:44:10.293Z Downloaded newtype-uuid-macros v0.1.0
8422026-04-22T01:44:10.298Z Downloaded num-derive v0.3.3
8432026-04-22T01:44:10.298Z Downloaded num-iter v0.1.45
8442026-04-22T01:44:10.298Z Downloaded num v0.4.3
8452026-04-22T01:44:10.301Z Downloaded ed25519-dalek v2.2.0
8462026-04-22T01:44:10.301Z Downloaded dropshot_endpoint v0.16.7
8472026-04-22T01:44:10.303Z Downloaded linear-map v1.2.0
8482026-04-22T01:44:10.303Z Downloaded httparse v1.10.1
8492026-04-22T01:44:10.303Z Downloaded lru v0.12.5
8502026-04-22T01:44:10.306Z Downloaded derive_more v0.99.20
8512026-04-22T01:44:10.309Z Downloaded num_threads v0.1.7
8522026-04-22T01:44:10.309Z Downloaded num-conv v0.2.0
8532026-04-22T01:44:10.309Z Downloaded clang-sys v1.8.1
8542026-04-22T01:44:10.312Z Downloaded num-derive v0.4.2
8552026-04-22T01:44:10.312Z Downloaded openssl-macros v0.1.1
8562026-04-22T01:44:10.314Z Downloaded openssl-probe v0.1.6
8572026-04-22T01:44:10.314Z Downloaded opaque-debug v0.3.1
8582026-04-22T01:44:10.314Z Downloaded libefi-sys v0.1.0
8592026-04-22T01:44:10.318Z Downloaded libsw v3.5.0
8602026-04-22T01:44:10.318Z Downloaded olpc-cjson v0.1.4
8612026-04-22T01:44:10.318Z Downloaded num_enum_derive v0.5.11
8622026-04-22T01:44:10.321Z Downloaded iana-time-zone v0.1.65
8632026-04-22T01:44:10.321Z Downloaded darling_core v0.20.11
8642026-04-22T01:44:10.324Z Downloaded libsw-core v0.3.2
8652026-04-22T01:44:10.324Z Downloaded hmac v0.12.1
8662026-04-22T01:44:10.328Z Downloaded hyper-rustls v0.27.7
8672026-04-22T01:44:10.328Z Downloaded oso-derive v0.27.3
8682026-04-22T01:44:10.328Z Downloaded openssl-probe v0.2.1
8692026-04-22T01:44:10.331Z Downloaded lock_api v0.4.14
8702026-04-22T01:44:10.331Z Downloaded half v2.7.1
8712026-04-22T01:44:10.331Z Downloaded dropshot-api-manager v0.6.0
8722026-04-22T01:44:10.334Z Downloaded newtype-uuid v1.3.2
8732026-04-22T01:44:10.334Z Downloaded multer v3.1.0
8742026-04-22T01:44:10.337Z Downloaded getrandom v0.3.4
8752026-04-22T01:44:10.337Z Downloaded ingot-macros v0.1.1
8762026-04-22T01:44:10.340Z Downloaded ciborium v0.2.2
8772026-04-22T01:44:10.340Z Downloaded hyper-staticfile v0.10.1
8782026-04-22T01:44:10.343Z Downloaded packed_struct_codegen v0.10.1
8792026-04-22T01:44:10.346Z Downloaded half v1.8.3
8802026-04-22T01:44:10.349Z Downloaded nanorand v0.7.0
8812026-04-22T01:44:10.351Z Downloaded futures v0.3.32
8822026-04-22T01:44:10.354Z Downloaded lalrpop-util v0.19.12
8832026-04-22T01:44:10.354Z Downloaded nu-ansi-term v0.50.3
8842026-04-22T01:44:10.357Z Downloaded crossbeam-epoch v0.9.18
8852026-04-22T01:44:10.359Z Downloaded num_enum v0.7.5
8862026-04-22T01:44:10.362Z Downloaded path-slash v0.1.5
8872026-04-22T01:44:10.362Z Downloaded parse-display v0.10.0
8882026-04-22T01:44:10.362Z Downloaded num-complex v0.4.6
8892026-04-22T01:44:10.380Z Downloaded phf_shared v0.13.1
8902026-04-22T01:44:10.382Z Downloaded const_format v0.2.35
8912026-04-22T01:44:10.385Z Downloaded compact_str v0.8.1
8922026-04-22T01:44:10.385Z Downloaded chacha20poly1305 v0.10.1
8932026-04-22T01:44:10.389Z Downloaded cc v1.2.56
8942026-04-22T01:44:10.389Z Downloaded num_enum v0.5.11
8952026-04-22T01:44:10.391Z Downloaded num-integer v0.1.46
8962026-04-22T01:44:10.394Z Downloaded litrs v1.0.0
8972026-04-22T01:44:10.394Z Downloaded crypto-bigint v0.5.5
8982026-04-22T01:44:10.397Z Downloaded pin-utils v0.1.0
8992026-04-22T01:44:10.400Z Downloaded phf_shared v0.12.1
9002026-04-22T01:44:10.400Z Downloaded async-compression v0.4.41
9012026-04-22T01:44:10.403Z Downloaded predicates-tree v1.0.13
9022026-04-22T01:44:10.406Z Downloaded predicates-core v1.0.10
9032026-04-22T01:44:10.406Z Downloaded precomputed-hash v0.1.1
9042026-04-22T01:44:10.406Z Downloaded powerfmt v0.2.0
9052026-04-22T01:44:10.409Z Downloaded native-tls v0.2.18
9062026-04-22T01:44:10.409Z Downloaded mime_guess v2.0.5
9072026-04-22T01:44:10.409Z Downloaded indexmap v1.9.3
9082026-04-22T01:44:10.412Z Downloaded proc-macro-error-attr2 v2.0.0
9092026-04-22T01:44:10.412Z Downloaded proc-macro-crate v3.4.0
9102026-04-22T01:44:10.412Z Downloaded password-hash v0.5.0
9112026-04-22T01:44:10.414Z Downloaded packed_struct v0.10.1
9122026-04-22T01:44:10.414Z Downloaded oxnet v0.1.4
9132026-04-22T01:44:10.417Z Downloaded progenitor-client v0.11.2
9142026-04-22T01:44:10.417Z Downloaded proc-macro-crate v1.3.1
9152026-04-22T01:44:10.420Z Downloaded heapless v0.7.17
9162026-04-22T01:44:10.420Z Downloaded derive-where v1.6.0
9172026-04-22T01:44:10.423Z Downloaded ar_archive_writer v0.5.1
9182026-04-22T01:44:10.426Z Downloaded oxide-tokio-rt v0.1.4
9192026-04-22T01:44:10.427Z Downloaded pbkdf2 v0.11.0
9202026-04-22T01:44:10.430Z Downloaded heapless v0.8.0
9212026-04-22T01:44:10.430Z Downloaded ignore v0.4.25
9222026-04-22T01:44:10.432Z Downloaded progenitor-client v0.10.0
9232026-04-22T01:44:10.432Z Downloaded progenitor-macro v0.11.2
9242026-04-22T01:44:10.432Z Downloaded quick-error v1.2.3
9252026-04-22T01:44:10.435Z Downloaded phf_shared v0.11.3
9262026-04-22T01:44:10.435Z Downloaded peg-runtime v0.8.5
9272026-04-22T01:44:10.435Z Downloaded pbkdf2 v0.12.2
9282026-04-22T01:44:10.435Z Downloaded parse-size v1.1.0
9292026-04-22T01:44:10.438Z Downloaded num_enum_derive v0.7.5
9302026-04-22T01:44:10.441Z Downloaded flate2 v1.1.9
9312026-04-22T01:44:10.443Z Downloaded elliptic-curve v0.13.8
9322026-04-22T01:44:10.446Z Downloaded pem-rfc7468 v0.7.0
9332026-04-22T01:44:10.446Z Downloaded pin-project-internal v1.1.11
9342026-04-22T01:44:10.446Z Downloaded progenitor-macro v0.13.0
9352026-04-22T01:44:10.452Z Downloaded pem v3.0.6
9362026-04-22T01:44:10.452Z Downloaded peg-macros v0.8.5
9372026-04-22T01:44:10.459Z Downloaded radium v0.7.0
9382026-04-22T01:44:10.459Z Downloaded psl-types v2.0.11
9392026-04-22T01:44:10.459Z Downloaded paste v1.0.15
9402026-04-22T01:44:10.459Z Downloaded rand_chacha v0.3.1
9412026-04-22T01:44:10.459Z Downloaded phf v0.13.1
9422026-04-22T01:44:10.459Z Downloaded poly1305 v0.8.0
9432026-04-22T01:44:10.462Z Downloaded pkcs8 v0.10.2
9442026-04-22T01:44:10.462Z Downloaded num-rational v0.4.2
9452026-04-22T01:44:10.462Z Downloaded derive_more v2.1.1
9462026-04-22T01:44:10.466Z Downloaded polyval v0.6.2
9472026-04-22T01:44:10.468Z Downloaded rand_xorshift v0.4.0
9482026-04-22T01:44:10.468Z Downloaded owo-colors v4.3.0
9492026-04-22T01:44:10.468Z Downloaded recursive-proc-macro-impl v0.1.1
9502026-04-22T01:44:10.471Z Downloaded predicates v3.1.4
9512026-04-22T01:44:10.471Z Downloaded pkg-config v0.3.32
9522026-04-22T01:44:10.474Z Downloaded recursive v0.1.1
9532026-04-22T01:44:10.474Z Downloaded pin-project-lite v0.2.17
9542026-04-22T01:44:10.477Z Downloaded indicatif v0.18.4
9552026-04-22T01:44:10.480Z Downloaded ppv-lite86 v0.2.21
9562026-04-22T01:44:10.480Z Downloaded base64 v0.21.7
9572026-04-22T01:44:10.485Z Downloaded progenitor v0.13.0
9582026-04-22T01:44:10.485Z Downloaded progenitor v0.11.2
9592026-04-22T01:44:10.485Z Downloaded proc-macro-error2 v2.0.1
9602026-04-22T01:44:10.487Z Downloaded ref-cast v1.0.25
9612026-04-22T01:44:10.487Z Downloaded primeorder v0.13.6
9622026-04-22T01:44:10.490Z Downloaded parking_lot v0.12.5
9632026-04-22T01:44:10.490Z Downloaded parking_lot_core v0.9.12
9642026-04-22T01:44:10.494Z Downloaded parse-display-derive v0.10.0
9652026-04-22T01:44:10.494Z Downloaded parking_lot v0.11.2
9662026-04-22T01:44:10.494Z Downloaded omicron-zone-package v0.12.2
9672026-04-22T01:44:10.497Z Downloaded progenitor-client v0.13.0
9682026-04-22T01:44:10.497Z Downloaded hickory-resolver v0.24.4
9692026-04-22T01:44:10.500Z Downloaded parking_lot_core v0.8.6
9702026-04-22T01:44:10.502Z Downloaded progenitor-macro v0.10.0
9712026-04-22T01:44:10.502Z Downloaded password-hash v0.4.2
9722026-04-22T01:44:10.502Z Downloaded progenitor v0.10.0
9732026-04-22T01:44:10.505Z Downloaded rtoolbox v0.0.3
9742026-04-22T01:44:10.505Z Downloaded psm v0.1.30
9752026-04-22T01:44:10.508Z Downloaded rfc6979 v0.4.0
9762026-04-22T01:44:10.508Z Downloaded headers v0.4.1
9772026-04-22T01:44:10.512Z Downloaded rustc-hash v2.1.1
9782026-04-22T01:44:10.512Z Downloaded crossterm v0.29.0
9792026-04-22T01:44:10.515Z Downloaded phf v0.12.1
9802026-04-22T01:44:10.517Z Downloaded memmap2 v0.9.10
9812026-04-22T01:44:10.517Z Downloaded libbz2-rs-sys v0.2.2
9822026-04-22T01:44:10.522Z Downloaded peg v0.8.5
9832026-04-22T01:44:10.526Z Downloaded rustc_version v0.1.7
9842026-04-22T01:44:10.529Z Downloaded crossterm v0.28.1
9852026-04-22T01:44:10.532Z Downloaded rand_core v0.6.4
9862026-04-22T01:44:10.535Z Downloaded postcard v1.1.3
9872026-04-22T01:44:10.535Z Downloaded rand_chacha v0.9.0
9882026-04-22T01:44:10.537Z Downloaded derive_more-impl v2.1.1
9892026-04-22T01:44:10.540Z Downloaded rand_seeder v0.4.0
9902026-04-22T01:44:10.540Z Downloaded rand_core v0.9.5
9912026-04-22T01:44:10.543Z Downloaded postgres-types v0.2.12
9922026-04-22T01:44:10.543Z Downloaded postgres-protocol v0.6.10
9932026-04-22T01:44:10.546Z Downloaded pkcs1 v0.7.5
9942026-04-22T01:44:10.546Z Downloaded miniz_oxide v0.8.9
9952026-04-22T01:44:10.550Z Downloaded bytes v1.11.1
9962026-04-22T01:44:10.553Z Downloaded same-file v1.0.6
9972026-04-22T01:44:10.553Z Downloaded ref-cast-impl v1.0.25
9982026-04-22T01:44:10.553Z Downloaded salsa20 v0.10.2
9992026-04-22T01:44:10.553Z Downloaded diesel_derives v2.3.7
10002026-04-22T01:44:10.556Z Downloaded scheduled-thread-pool v0.2.7
10012026-04-22T01:44:10.562Z Downloaded rand_core v0.10.0
10022026-04-22T01:44:10.562Z Downloaded semver v0.1.20
10032026-04-22T01:44:10.562Z Downloaded progenitor-extras v0.1.1
10042026-04-22T01:44:10.565Z Downloaded r2d2 v0.8.10
10052026-04-22T01:44:10.565Z Downloaded secrecy v0.8.0
10062026-04-22T01:44:10.565Z Downloaded scopeguard v1.2.0
10072026-04-22T01:44:10.565Z Downloaded sapling-renderdag v0.1.0
10082026-04-22T01:44:10.565Z Downloaded expectorate v1.2.0
10092026-04-22T01:44:10.565Z Downloaded resolv-conf v0.7.6
10102026-04-22T01:44:10.568Z Downloaded pkcs5 v0.7.1
10112026-04-22T01:44:10.568Z Downloaded jiff-static v0.2.21
10122026-04-22T01:44:10.571Z Downloaded scroll_derive v0.13.1
10132026-04-22T01:44:10.571Z Downloaded seq-macro v0.3.6
10142026-04-22T01:44:10.576Z Downloaded hickory-resolver v0.25.2
10152026-04-22T01:44:10.577Z Downloaded serde_bytes v0.11.19
10162026-04-22T01:44:10.577Z Downloaded serde_urlencoded v0.7.1
10172026-04-22T01:44:10.582Z Downloaded rustc_version v0.4.1
10182026-04-22T01:44:10.587Z Downloaded serde_repr v0.1.20
10192026-04-22T01:44:10.593Z Downloaded secrecy v0.10.3
10202026-04-22T01:44:10.593Z Downloaded serde_spanned v1.0.4
10212026-04-22T01:44:10.593Z Downloaded serde-big-array v0.5.1
10222026-04-22T01:44:10.596Z Downloaded quinn-udp v0.5.14
10232026-04-22T01:44:10.596Z Downloaded aes v0.8.4
10242026-04-22T01:44:10.599Z Downloaded http v1.4.0
10252026-04-22T01:44:10.602Z Downloaded siphasher v1.0.2
10262026-04-22T01:44:10.604Z Downloaded russh-cryptovec v0.7.3
10272026-04-22T01:44:10.604Z Downloaded signal-hook-tokio v0.3.1
10282026-04-22T01:44:10.604Z Downloaded serde_plain v1.0.2
10292026-04-22T01:44:10.607Z Downloaded rustls-native-certs v0.8.3
10302026-04-22T01:44:10.607Z Downloaded rustls-pemfile v1.0.4
10312026-04-22T01:44:10.610Z Downloaded rusty-fork v0.3.1
10322026-04-22T01:44:10.610Z Downloaded sha1 v0.10.6
10332026-04-22T01:44:10.612Z Downloaded hickory-server v0.25.2
10342026-04-22T01:44:10.615Z Downloaded rustversion v1.0.22
10352026-04-22T01:44:10.615Z Downloaded pin-project v1.1.11
10362026-04-22T01:44:10.621Z Downloaded slog-envlogger v2.2.0
10372026-04-22T01:44:10.624Z Downloaded sigpipe v0.1.3
10382026-04-22T01:44:10.624Z Downloaded signature v2.2.0
10392026-04-22T01:44:10.624Z Downloaded prefix-trie v0.7.0
10402026-04-22T01:44:10.627Z Downloaded oso v0.27.3
10412026-04-22T01:44:10.633Z Downloaded openssl-sys v0.9.111
10422026-04-22T01:44:10.642Z Downloaded p256 v0.13.2
10432026-04-22T01:44:10.642Z Downloaded scrypt v0.11.0
10442026-04-22T01:44:10.642Z Downloaded signal-hook-mio v0.2.5
10452026-04-22T01:44:10.642Z Downloaded minimal-lexical v0.2.1
10462026-04-22T01:44:10.642Z Downloaded slog-bunyan v2.5.0
10472026-04-22T01:44:10.646Z Downloaded hashbrown v0.12.3
10482026-04-22T01:44:10.646Z Downloaded sec1 v0.7.3
10492026-04-22T01:44:10.646Z Downloaded sct v0.7.1
10502026-04-22T01:44:10.646Z Downloaded scroll v0.13.0
10512026-04-22T01:44:10.646Z Downloaded serde_derive_internals v0.29.1
10522026-04-22T01:44:10.650Z Downloaded schemars_derive v0.8.22
10532026-04-22T01:44:10.650Z Downloaded papergrid v0.17.0
10542026-04-22T01:44:10.654Z Downloaded sqlparser_derive v0.5.0
10552026-04-22T01:44:10.654Z Downloaded ssh-cipher v0.2.0
10562026-04-22T01:44:10.654Z Downloaded progenitor-impl v0.13.0
10572026-04-22T01:44:10.654Z Downloaded progenitor-impl v0.11.2
10582026-04-22T01:44:10.657Z Downloaded progenitor-impl v0.10.0
10592026-04-22T01:44:10.659Z Downloaded hyper-util v0.1.20
10602026-04-22T01:44:10.672Z Downloaded shlex v1.3.0
10612026-04-22T01:44:10.674Z Downloaded ssh-encoding v0.2.0
10622026-04-22T01:44:10.674Z Downloaded serde_path_to_error v0.1.20
10632026-04-22T01:44:10.677Z Downloaded aes-gcm v0.10.3
10642026-04-22T01:44:10.680Z Downloaded rustls-pki-types v1.14.0
10652026-04-22T01:44:10.683Z Downloaded simd-adler32 v0.3.8
10662026-04-22T01:44:10.683Z Downloaded signal-hook-registry v1.4.8
10672026-04-22T01:44:10.683Z Downloaded rustls-pemfile v2.2.0
10682026-04-22T01:44:10.686Z Downloaded shell-words v1.1.1
10692026-04-22T01:44:10.686Z Downloaded serde-hex v0.1.0
10702026-04-22T01:44:10.689Z Downloaded russh-keys v0.45.0
10712026-04-22T01:44:10.689Z Downloaded structmeta-derive v0.3.0
10722026-04-22T01:44:10.698Z Downloaded strum v0.27.2
10732026-04-22T01:44:10.701Z Downloaded strum v0.26.3
10742026-04-22T01:44:10.701Z Downloaded structmeta v0.3.0
10752026-04-22T01:44:10.701Z Downloaded strip-ansi-escapes v0.2.1
10762026-04-22T01:44:10.701Z Downloaded subtle v2.6.1
10772026-04-22T01:44:10.701Z Downloaded slab v0.4.12
10782026-04-22T01:44:10.703Z Downloaded prettyplease v0.2.37
10792026-04-22T01:44:10.707Z Downloaded pretty_assertions v1.4.1
10802026-04-22T01:44:10.711Z Downloaded slog-dtrace v0.3.0
10812026-04-22T01:44:10.711Z Downloaded supports-color v3.0.2
10822026-04-22T01:44:10.711Z Downloaded slog-async v2.8.0
10832026-04-22T01:44:10.713Z Downloaded sync-ptr v0.1.4
10842026-04-22T01:44:10.713Z Downloaded tagptr v0.2.0
10852026-04-22T01:44:10.716Z Downloaded tabwriter v1.4.1
10862026-04-22T01:44:10.716Z Downloaded slog-scope v4.4.1
10872026-04-22T01:44:10.716Z Downloaded sync_wrapper v1.0.2
10882026-04-22T01:44:10.718Z Downloaded tap v1.0.1
10892026-04-22T01:44:10.718Z Downloaded take_mut v0.2.2
10902026-04-22T01:44:10.722Z Downloaded thiserror-impl-no-std v2.0.2
10912026-04-22T01:44:10.725Z Downloaded snafu-derive v0.8.9
10922026-04-22T01:44:10.725Z Downloaded itertools v0.10.5
10932026-04-22T01:44:10.728Z Downloaded testing_table v0.3.0
10942026-04-22T01:44:10.730Z Downloaded slog-stdlog v4.1.1
10952026-04-22T01:44:10.731Z Downloaded slog-json v2.6.1
10962026-04-22T01:44:10.734Z Downloaded ron v0.8.1
10972026-04-22T01:44:10.737Z Downloaded sqlformat v0.3.5
10982026-04-22T01:44:10.740Z Downloaded serde_with_macros v3.17.0
10992026-04-22T01:44:10.740Z Downloaded serde_cbor v0.11.2
11002026-04-22T01:44:10.748Z Downloaded tinyvec_macros v0.1.1
11012026-04-22T01:44:10.752Z Downloaded spki v0.7.3
11022026-04-22T01:44:10.752Z Downloaded thread-id v5.1.0
11032026-04-22T01:44:10.752Z Downloaded termtree v0.5.1
11042026-04-22T01:44:10.752Z Downloaded num-bigint v0.4.6
11052026-04-22T01:44:10.755Z Downloaded rustls-platform-verifier v0.6.2
11062026-04-22T01:44:10.760Z Downloaded strum_macros v0.24.3
11072026-04-22T01:44:10.763Z Downloaded stringprep v0.1.5
11082026-04-22T01:44:10.763Z Downloaded static_assertions v1.1.0
11092026-04-22T01:44:10.763Z Downloaded stacker v0.1.23
11102026-04-22T01:44:10.763Z Downloaded tokio-macros v2.7.0
11112026-04-22T01:44:10.766Z Downloaded time-core v0.1.8
11122026-04-22T01:44:10.766Z Downloaded string_cache v0.8.9
11132026-04-22T01:44:10.769Z Downloaded ryu v1.0.23
11142026-04-22T01:44:10.772Z Downloaded rayon-core v1.13.0
11152026-04-22T01:44:10.775Z Downloaded rcgen v0.12.1
11162026-04-22T01:44:10.777Z Downloaded schemars v0.8.22
11172026-04-22T01:44:10.785Z Downloaded support-bundle-viewer v0.1.2
11182026-04-22T01:44:10.788Z Downloaded mio v1.2.0
11192026-04-22T01:44:10.788Z Downloaded thiserror-no-std v2.0.2
11202026-04-22T01:44:10.790Z Downloaded tabled_derive v0.11.0
11212026-04-22T01:44:10.793Z Downloaded tower-service v0.3.3
11222026-04-22T01:44:10.795Z Downloaded tower-layer v0.3.3
11232026-04-22T01:44:10.800Z Downloaded termios v0.3.3
11242026-04-22T01:44:10.803Z Downloaded smallvec v0.6.14
11252026-04-22T01:44:10.805Z Downloaded qorb v0.4.1
11262026-04-22T01:44:10.809Z Downloaded publicsuffix v2.3.0
11272026-04-22T01:44:10.811Z Downloaded try-lock v0.2.5
11282026-04-22T01:44:10.811Z Downloaded trait-variant v0.1.2
11292026-04-22T01:44:10.814Z Downloaded thread_local v1.1.9
11302026-04-22T01:44:10.817Z Downloaded tls_codec_derive v0.4.2
11312026-04-22T01:44:10.820Z Downloaded spin v0.9.8
11322026-04-22T01:44:10.826Z Downloaded smf v0.2.3
11332026-04-22T01:44:10.826Z Downloaded slog-term v2.9.2
11342026-04-22T01:44:10.826Z Downloaded tiny-keccak v2.0.2
11352026-04-22T01:44:10.834Z Downloaded nom v7.1.3
11362026-04-22T01:44:10.834Z Downloaded quinn v0.11.9
11372026-04-22T01:44:10.837Z Downloaded aho-corasick v1.1.4
11382026-04-22T01:44:10.838Z Downloaded iddqd v0.3.17
11392026-04-22T01:44:10.838Z Downloaded hashbrown v0.13.2
11402026-04-22T01:44:10.840Z Downloaded tokio-dtrace v0.1.1
11412026-04-22T01:44:10.841Z Downloaded strum_macros v0.26.4
11422026-04-22T01:44:10.845Z Downloaded time-macros v0.2.27
11432026-04-22T01:44:10.849Z Downloaded unarray v0.1.4
11442026-04-22T01:44:10.849Z Downloaded typify-macro v0.6.1
11452026-04-22T01:44:10.849Z Downloaded typify-macro v0.4.3
11462026-04-22T01:44:10.849Z Downloaded tokio-rustls v0.25.0
11472026-04-22T01:44:10.852Z Downloaded signal-hook v0.3.18
11482026-04-22T01:44:10.852Z Downloaded universal-hash v0.5.1
11492026-04-22T01:44:10.852Z Downloaded unicode-truncate v1.1.0
11502026-04-22T01:44:10.852Z Downloaded tokio-native-tls v0.3.1
11512026-04-22T01:44:10.855Z Downloaded tokio-tungstenite v0.23.1
11522026-04-22T01:44:10.860Z Downloaded strum_macros v0.27.2
11532026-04-22T01:44:10.862Z Downloaded unit-prefix v0.5.2
11542026-04-22T01:44:10.865Z Downloaded untrusted v0.7.1
11552026-04-22T01:44:10.865Z Downloaded similar v2.7.0
11562026-04-22T01:44:10.868Z Downloaded tokio-tungstenite v0.21.0
11572026-04-22T01:44:10.871Z Downloaded untrusted v0.9.0
11582026-04-22T01:44:10.873Z Downloaded usdt v0.6.0
11592026-04-22T01:44:10.873Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11602026-04-22T01:44:10.877Z Downloaded usdt-attr-macro v0.6.0
11612026-04-22T01:44:10.877Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11622026-04-22T01:44:10.877Z Downloaded void v1.0.2
11632026-04-22T01:44:10.877Z Downloaded utf-8 v0.7.6
11642026-04-22T01:44:10.880Z Downloaded hashbrown v0.15.5
11652026-04-22T01:44:10.880Z Downloaded itertools v0.12.1
11662026-04-22T01:44:10.884Z Downloaded socket2 v0.5.10
11672026-04-22T01:44:10.887Z Downloaded topological-sort v0.2.2
11682026-04-22T01:44:10.887Z Downloaded itertools v0.13.0
11692026-04-22T01:44:10.893Z Downloaded want v0.3.1
11702026-04-22T01:44:10.896Z Downloaded rsa v0.9.10
11712026-04-22T01:44:10.898Z Downloaded waitgroup v0.1.2
11722026-04-22T01:44:10.901Z Downloaded wait-timeout v0.2.1
11732026-04-22T01:44:10.901Z Downloaded libxml v0.3.3
11742026-04-22T01:44:10.904Z Downloaded tui-tree-widget v0.23.1
11752026-04-22T01:44:10.907Z Downloaded rand v0.8.5
11762026-04-22T01:44:10.909Z Downloaded serde_yaml v0.9.34+deprecated
11772026-04-22T01:44:10.909Z Downloaded num-bigint-dig v0.8.6
11782026-04-22T01:44:10.912Z Downloaded tls_codec v0.4.2
11792026-04-22T01:44:10.914Z Downloaded rustls-webpki v0.103.9
11802026-04-22T01:44:10.917Z Downloaded xshell-macros v0.2.7
11812026-04-22T01:44:10.917Z Downloaded unicase v2.9.0
11822026-04-22T01:44:10.925Z Downloaded tokio-rustls v0.26.4
11832026-04-22T01:44:10.927Z Downloaded xattr v1.6.1
11842026-04-22T01:44:10.927Z Downloaded rand v0.9.2
11852026-04-22T01:44:10.942Z Downloaded subprocess v0.2.15
11862026-04-22T01:44:10.942Z Downloaded tokio-rustls v0.24.1
11872026-04-22T01:44:10.942Z Downloaded futures-util v0.3.32
11882026-04-22T01:44:10.947Z Downloaded tokio-stream v0.1.18
11892026-04-22T01:44:10.951Z Downloaded toml_parser v1.0.9+spec-1.1.0
11902026-04-22T01:44:10.951Z Downloaded h2 v0.4.13
11912026-04-22T01:44:10.957Z Downloaded vergen-lib v0.1.6
11922026-04-22T01:44:10.957Z Downloaded vergen-gitcl v1.0.8
11932026-04-22T01:44:10.961Z Downloaded zeroize_derive v1.4.3
11942026-04-22T01:44:10.961Z Downloaded test-strategy v0.4.5
11952026-04-22T01:44:10.961Z Downloaded zone_cfg_derive v0.3.1
11962026-04-22T01:44:10.961Z Downloaded term v1.2.1
11972026-04-22T01:44:10.961Z Downloaded usdt-macro v0.6.0
11982026-04-22T01:44:10.961Z Downloaded zone v0.3.1
11992026-04-22T01:44:10.965Z Downloaded term v0.7.0
12002026-04-22T01:44:10.965Z Downloaded socket2 v0.6.3
12012026-04-22T01:44:10.965Z Downloaded vergen-git2 v1.0.7
12022026-04-22T01:44:10.969Z Downloaded uzers v0.12.2
12032026-04-22T01:44:10.969Z Downloaded tinyvec v1.10.0
12042026-04-22T01:44:10.969Z Downloaded libm v0.2.16
12052026-04-22T01:44:10.973Z Downloaded snafu v0.8.9
12062026-04-22T01:44:10.976Z Downloaded vsss-rs v3.3.4
12072026-04-22T01:44:10.979Z Downloaded tracing-attributes v0.1.31
12082026-04-22T01:44:10.982Z Downloaded rand v0.10.0
12092026-04-22T01:44:10.982Z Downloaded itertools v0.14.0
12102026-04-22T01:44:10.985Z Downloaded xshell v0.2.7
12112026-04-22T01:44:10.988Z Downloaded wyz v0.5.1
12122026-04-22T01:44:10.988Z Downloaded hyper v1.8.1
12132026-04-22T01:44:10.991Z Downloaded whoami v1.6.1
12142026-04-22T01:44:10.994Z Downloaded walkdir v2.5.0
12152026-04-22T01:44:10.994Z Downloaded unicode-properties v0.1.4
12162026-04-22T01:44:10.997Z Downloaded twox-hash v2.1.2
12172026-04-22T01:44:10.997Z Downloaded usdt-impl v0.6.0
12182026-04-22T01:44:11.003Z Downloaded whoami v2.1.0
12192026-04-22T01:44:11.003Z Downloaded zeroize v1.8.2
12202026-04-22T01:44:11.003Z Downloaded toml v0.7.8
12212026-04-22T01:44:11.009Z Downloaded iri-string v0.7.10
12222026-04-22T01:44:11.009Z Downloaded toml v0.9.12+spec-1.1.0
12232026-04-22T01:44:11.012Z Downloaded slog v2.8.2
12242026-04-22T01:44:11.013Z Downloaded tar v0.4.45
12252026-04-22T01:44:11.013Z Downloaded schemars v0.9.0
12262026-04-22T01:44:11.019Z Downloaded zstd v0.13.3
12272026-04-22T01:44:11.022Z Downloaded vergen v9.0.6
12282026-04-22T01:44:11.022Z Downloaded blake3 v1.8.3
12292026-04-22T01:44:11.026Z Downloaded tracing-core v0.1.36
12302026-04-22T01:44:11.029Z Downloaded p521 v0.13.3
12312026-04-22T01:44:11.032Z Downloaded toml_writer v1.0.6+spec-1.1.0
12322026-04-22T01:44:11.032Z Downloaded tungstenite v0.23.0
12332026-04-22T01:44:11.034Z Downloaded yasna v0.5.2
12342026-04-22T01:44:11.034Z Downloaded zstd-safe v7.2.4
12352026-04-22T01:44:11.037Z Downloaded typify v0.6.1
12362026-04-22T01:44:11.037Z Downloaded typify v0.4.3
12372026-04-22T01:44:11.040Z Downloaded steno v0.4.1
12382026-04-22T01:44:11.043Z Downloaded russh v0.45.0
12392026-04-22T01:44:11.047Z Downloaded hkdf v0.12.4
12402026-04-22T01:44:11.047Z Downloaded schemars v1.2.1
12412026-04-22T01:44:11.054Z Downloaded toml v1.0.6+spec-1.1.0
12422026-04-22T01:44:11.057Z Downloaded samael v0.0.19
12432026-04-22T01:44:11.063Z Downloaded rustyline v14.0.0
12442026-04-22T01:44:11.070Z Downloaded unsafe-libyaml v0.2.11
12452026-04-22T01:44:11.072Z Downloaded toml_edit v0.23.10+spec-1.0.0
12462026-04-22T01:44:11.077Z Downloaded tungstenite v0.21.0
12472026-04-22T01:44:11.088Z Downloaded tokio-postgres v0.7.16
12482026-04-22T01:44:11.093Z Downloaded aws-lc-rs v1.16.0
12492026-04-22T01:44:11.097Z Downloaded rpassword v7.4.0
12502026-04-22T01:44:11.102Z Downloaded toml_edit v0.19.15
12512026-04-22T01:44:11.111Z Downloaded vte v0.14.1
12522026-04-22T01:44:11.114Z Downloaded unicode-bidi v0.3.18
12532026-04-22T01:44:11.114Z Downloaded uuid v1.23.0
12542026-04-22T01:44:11.123Z Downloaded reedline v0.40.0
12552026-04-22T01:44:11.127Z Downloaded zerocopy v0.6.6
12562026-04-22T01:44:11.132Z Downloaded zopfli v0.8.3
12572026-04-22T01:44:11.137Z Downloaded yansi v1.0.1
12582026-04-22T01:44:11.147Z Downloaded ssh-key v0.6.7
12592026-04-22T01:44:11.151Z Downloaded regex v1.12.3
12602026-04-22T01:44:11.159Z Downloaded zip v0.6.6
12612026-04-22T01:44:11.162Z Downloaded unicode_categories v0.1.1
12622026-04-22T01:44:11.167Z Downloaded git2 v0.20.4
12632026-04-22T01:44:11.170Z Downloaded typed-path v0.9.3
12642026-04-22T01:44:11.173Z Downloaded reqwest v0.13.2
12652026-04-22T01:44:11.175Z Downloaded reqwest v0.12.28
12662026-04-22T01:44:11.178Z Downloaded rayon v1.11.0
12672026-04-22T01:44:11.183Z Downloaded lalrpop v0.19.12
12682026-04-22T01:44:11.189Z Downloaded tower v0.5.3
12692026-04-22T01:44:11.206Z Downloaded portable-atomic v1.13.1
12702026-04-22T01:44:11.209Z Downloaded rustls-webpki v0.101.7
12712026-04-22T01:44:11.216Z Downloaded unicode-segmentation v1.12.0
12722026-04-22T01:44:11.219Z Downloaded quick-xml v0.37.5
12732026-04-22T01:44:11.222Z Downloaded proptest v1.10.0
12742026-04-22T01:44:11.231Z Downloaded zerocopy-derive v0.8.40
12752026-04-22T01:44:11.238Z Downloaded goblin v0.10.5
12762026-04-22T01:44:11.242Z Downloaded p384 v0.13.1
12772026-04-22T01:44:11.245Z Downloaded moka v0.12.13
12782026-04-22T01:44:11.257Z Downloaded zip v4.6.1
12792026-04-22T01:44:11.263Z Downloaded chrono v0.4.44
12802026-04-22T01:44:11.267Z Downloaded x509-cert v0.2.5
12812026-04-22T01:44:11.267Z Downloaded rustls-webpki v0.102.8
12822026-04-22T01:44:11.276Z Downloaded unicode-normalization v0.1.25
12832026-04-22T01:44:11.279Z Downloaded tower-http v0.6.8
12842026-04-22T01:44:11.282Z Downloaded serde_with v3.17.0
12852026-04-22T01:44:11.290Z Downloaded curve25519-dalek v4.1.3
12862026-04-22T01:44:11.294Z Downloaded petname v2.0.2
12872026-04-22T01:44:11.297Z Downloaded tough v0.20.0
12882026-04-22T01:44:11.302Z Downloaded tokio-util v0.7.18
12892026-04-22T01:44:11.306Z Downloaded salty v0.3.0
12902026-04-22T01:44:11.340Z Downloaded radix_trie v0.2.1
12912026-04-22T01:44:11.343Z Downloaded object v0.30.4
12922026-04-22T01:44:11.348Z Downloaded winnow v0.5.40
12932026-04-22T01:44:11.354Z Downloaded winnow v0.6.26
12942026-04-22T01:44:11.359Z Downloaded nix v0.27.1
12952026-04-22T01:44:11.365Z Downloaded quinn-proto v0.11.13
12962026-04-22T01:44:11.373Z Downloaded openssl v0.10.75
12972026-04-22T01:44:11.378Z Downloaded dropshot v0.16.7
12982026-04-22T01:44:11.390Z Downloaded tabled v0.20.0
12992026-04-22T01:44:11.400Z Downloaded rustls v0.21.12
13002026-04-22T01:44:11.405Z Downloaded nix v0.29.0
13012026-04-22T01:44:11.412Z Downloaded nix v0.28.0
13022026-04-22T01:44:11.418Z Downloaded bstr v1.12.1
13032026-04-22T01:44:11.423Z Downloaded time v0.3.47
13042026-04-22T01:44:11.430Z Downloaded vcpkg v0.2.15
13052026-04-22T01:44:11.452Z Downloaded object v0.37.3
13062026-04-22T01:44:11.458Z Downloaded hickory-proto v0.24.4
13072026-04-22T01:44:11.467Z Downloaded nix v0.31.2
13082026-04-22T01:44:11.473Z Downloaded hickory-proto v0.25.2
13092026-04-22T01:44:11.482Z Downloaded rustls v0.22.4
13102026-04-22T01:44:11.489Z Downloaded zlib-rs v0.6.2
13112026-04-22T01:44:11.492Z Downloaded webpki-roots v1.0.6
13122026-04-22T01:44:11.495Z Downloaded smoltcp v0.9.1
13132026-04-22T01:44:11.500Z Downloaded rustix v0.38.44
13142026-04-22T01:44:11.512Z Downloaded zerocopy v0.8.40
13152026-04-22T01:44:11.518Z Downloaded smoltcp v0.11.0
13162026-04-22T01:44:11.524Z Downloaded regex-syntax v0.8.10
13172026-04-22T01:44:11.529Z Downloaded diesel v2.3.7
13182026-04-22T01:44:11.541Z Downloaded rustls v0.23.37
13192026-04-22T01:44:11.548Z Downloaded openapiv3 v2.2.0
13202026-04-22T01:44:11.578Z Downloaded regress v0.10.5
13212026-04-22T01:44:11.582Z Downloaded regex-syntax v0.6.29
13222026-04-22T01:44:11.586Z Downloaded sled v0.34.7
13232026-04-22T01:44:11.592Z Downloaded dropshot v0.17.0
13242026-04-22T01:44:11.605Z Downloaded ratatui v0.29.0
13252026-04-22T01:44:11.616Z Downloaded polar-core v0.27.3
13262026-04-22T01:44:11.629Z Downloaded regex-automata v0.4.14
13272026-04-22T01:44:11.650Z Downloaded sqlparser v0.61.0
13282026-04-22T01:44:11.655Z Downloaded petgraph v0.6.5
13292026-04-22T01:44:11.674Z Downloaded petgraph v0.8.3
13302026-04-22T01:44:11.687Z Downloaded csv v1.4.0
13312026-04-22T01:44:11.699Z Downloaded typify-impl v0.6.1
13322026-04-22T01:44:11.705Z Downloaded libz-sys v1.1.24
13332026-04-22T01:44:11.716Z Downloaded typify-impl v0.4.3
13342026-04-22T01:44:11.723Z Downloaded tracing v0.1.44
13352026-04-22T01:44:11.734Z Downloaded bzip2-sys v0.1.13+1.0.8
13362026-04-22T01:44:11.742Z Downloaded zerocopy-derive v0.6.6
13372026-04-22T01:44:11.761Z Downloaded encoding_rs v0.8.35
13382026-04-22T01:44:11.814Z Downloaded chrono-tz v0.10.4
13392026-04-22T01:44:11.823Z Downloaded jiff v0.2.21
13402026-04-22T01:44:11.878Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13412026-04-22T01:44:11.887Z Downloaded sha3 v0.10.8
13422026-04-22T01:44:11.890Z Downloaded tokio v1.52.1
13432026-04-22T01:44:12.017Z Downloaded ring v0.17.14
13442026-04-22T01:44:12.058Z Downloaded libgit2-sys v0.18.3+1.9.2
13452026-04-22T01:44:12.585Z Downloaded aws-lc-sys v0.37.1
13462026-04-22T01:44:12.823Z Compiling libc v0.2.185
13472026-04-22T01:44:12.823Z Compiling serde v1.0.228
13482026-04-22T01:44:12.826Z Compiling log v0.4.29
13492026-04-22T01:44:12.826Z Compiling find-msvc-tools v0.1.9
13502026-04-22T01:44:12.967Z Compiling shlex v1.3.0
13512026-04-22T01:44:12.974Z Compiling smallvec v1.15.1
13522026-04-22T01:44:12.983Z Compiling syn v2.0.117
13532026-04-22T01:44:12.988Z Compiling typenum v1.19.0
13542026-04-22T01:44:13.171Z Compiling generic-array v0.14.7
13552026-04-22T01:44:13.187Z Compiling subtle v2.6.1
13562026-04-22T01:44:13.187Z Compiling scopeguard v1.2.0
13572026-04-22T01:44:13.222Z Compiling const-oid v0.9.6
13582026-04-22T01:44:13.291Z Compiling lock_api v0.4.14
13592026-04-22T01:44:13.305Z Compiling portable-atomic v1.13.1
13602026-04-22T01:44:13.362Z Compiling zerocopy v0.8.40
13612026-04-22T01:44:13.438Z Compiling critical-section v1.2.0
13622026-04-22T01:44:13.518Z Compiling serde_json v1.0.149
13632026-04-22T01:44:13.548Z Compiling parking_lot_core v0.9.12
13642026-04-22T01:44:13.730Z Compiling pin-project-lite v0.2.17
13652026-04-22T01:44:13.807Z Compiling getrandom v0.2.17
13662026-04-22T01:44:13.808Z Compiling jobserver v0.1.34
13672026-04-22T01:44:13.835Z Compiling errno v0.3.14
13682026-04-22T01:44:13.984Z Compiling rand_core v0.6.4
13692026-04-22T01:44:13.987Z Compiling pkg-config v0.3.32
13702026-04-22T01:44:14.013Z Compiling signal-hook-registry v1.4.8
13712026-04-22T01:44:14.039Z Compiling cc v1.2.56
13722026-04-22T01:44:14.267Z Compiling once_cell v1.21.3
13732026-04-22T01:44:14.291Z Compiling bitflags v2.11.0
13742026-04-22T01:44:14.359Z Compiling libm v0.2.16
13752026-04-22T01:44:14.488Z Compiling parking_lot v0.12.5
13762026-04-22T01:44:14.504Z Compiling mio v1.2.0
13772026-04-22T01:44:14.530Z Compiling num-traits v0.2.19
13782026-04-22T01:44:14.571Z Compiling futures-core v0.3.32
13792026-04-22T01:44:14.733Z Compiling percent-encoding v2.3.2
13802026-04-22T01:44:14.872Z Compiling socket2 v0.6.3
13812026-04-22T01:44:14.915Z Compiling allocator-api2 v0.2.21
13822026-04-22T01:44:14.964Z Compiling futures-sink v0.3.32
13832026-04-22T01:44:15.024Z Compiling foldhash v0.2.0
13842026-04-22T01:44:15.042Z Compiling cpufeatures v0.2.17
13852026-04-22T01:44:15.068Z Compiling futures-channel v0.3.32
13862026-04-22T01:44:15.117Z Compiling slab v0.4.12
13872026-04-22T01:44:15.228Z Compiling hashbrown v0.16.1
13882026-04-22T01:44:15.232Z Compiling getrandom v0.4.1
13892026-04-22T01:44:15.265Z Compiling futures-io v0.3.32
13902026-04-22T01:44:15.287Z Compiling futures-task v0.3.32
13912026-04-22T01:44:15.302Z Compiling getrandom v0.3.4
13922026-04-22T01:44:15.416Z Compiling rustversion v1.0.22
13932026-04-22T01:44:15.457Z Compiling rand_core v0.10.0
13942026-04-22T01:44:15.657Z Compiling form_urlencoded v1.2.2
13952026-04-22T01:44:15.804Z Compiling indexmap v2.13.0
13962026-04-22T01:44:15.820Z Compiling synstructure v0.13.2
13972026-04-22T01:44:15.834Z Compiling cmake v0.1.57
13982026-04-22T01:44:15.862Z Compiling ident_case v1.0.1
13992026-04-22T01:44:15.986Z Compiling fs_extra v1.3.0
14002026-04-22T01:44:16.162Z Compiling dunce v1.0.5
14012026-04-22T01:44:16.232Z Compiling base64ct v1.8.3
14022026-04-22T01:44:16.246Z Compiling flagset v0.4.7
14032026-04-22T01:44:16.249Z Compiling rand_core v0.9.5
14042026-04-22T01:44:16.274Z Compiling aws-lc-sys v0.37.1
14052026-04-22T01:44:16.374Z Compiling iana-time-zone v0.1.65
14062026-04-22T01:44:16.397Z Compiling rustix v1.1.3
14072026-04-22T01:44:16.412Z Compiling uuid v1.23.0
14082026-04-22T01:44:16.428Z Compiling ring v0.17.14
14092026-04-22T01:44:16.520Z Compiling pem-rfc7468 v0.7.0
14102026-04-22T01:44:16.535Z Compiling rustc_version v0.4.1
14112026-04-22T01:44:16.634Z Compiling regex-syntax v0.8.10
14122026-04-22T01:44:16.841Z Compiling aws-lc-rs v1.16.0
14132026-04-22T01:44:16.949Z Compiling vcpkg v0.2.15
14142026-04-22T01:44:17.125Z Compiling tracing-core v0.1.36
14152026-04-22T01:44:17.139Z Compiling pest_generator v2.8.6
14162026-04-22T01:44:17.615Z Compiling serde_derive v1.0.228
14172026-04-22T01:44:17.680Z Compiling zeroize_derive v1.4.3
14182026-04-22T01:44:17.683Z Compiling zerofrom-derive v0.1.6
14192026-04-22T01:44:17.851Z Compiling yoke-derive v0.8.1
14202026-04-22T01:44:18.196Z Compiling zerocopy-derive v0.8.40
14212026-04-22T01:44:18.327Z Compiling zeroize v1.8.2
14222026-04-22T01:44:18.990Z Compiling zerovec-derive v0.11.2
14232026-04-22T01:44:19.019Z Compiling displaydoc v0.2.5
14242026-04-22T01:44:19.084Z Compiling crypto-common v0.1.7
14252026-04-22T01:44:19.101Z Compiling zerofrom v0.1.6
14262026-04-22T01:44:19.218Z Compiling yoke v0.8.1
14272026-04-22T01:44:19.233Z Compiling block-buffer v0.10.4
14282026-04-22T01:44:19.395Z Compiling digest v0.10.7
14292026-04-22T01:44:19.395Z Compiling tokio-macros v2.7.0
14302026-04-22T01:44:19.642Z Compiling hmac v0.12.1
14312026-04-22T01:44:19.742Z Compiling zerotrie v0.2.3
14322026-04-22T01:44:19.795Z Compiling futures-macro v0.3.32
14332026-04-22T01:44:20.036Z Compiling block-padding v0.3.3
14342026-04-22T01:44:20.078Z Compiling zerovec v0.11.5
14352026-04-22T01:44:20.110Z Compiling sha2 v0.10.9
14362026-04-22T01:44:20.185Z Compiling inout v0.1.4
14372026-04-22T01:44:20.351Z Compiling cipher v0.4.4
14382026-04-22T01:44:20.566Z Compiling tinystr v0.8.2
14392026-04-22T01:44:20.587Z Compiling potential_utf v0.1.4
14402026-04-22T01:44:20.610Z Compiling futures-util v0.3.32
14412026-04-22T01:44:20.747Z Compiling icu_locale_core v2.1.1
14422026-04-22T01:44:20.762Z Compiling icu_collections v2.1.1
14432026-04-22T01:44:21.036Z Compiling bytes v1.11.1
14442026-04-22T01:44:21.133Z Compiling der_derive v0.7.3
14452026-04-22T01:44:21.234Z Compiling chrono v0.4.44
14462026-04-22T01:44:21.460Z Compiling icu_provider v2.1.1
14472026-04-22T01:44:21.532Z Compiling tokio v1.52.1
14482026-04-22T01:44:21.670Z Compiling http v1.4.0
14492026-04-22T01:44:21.785Z Compiling icu_properties v2.1.2
14502026-04-22T01:44:22.152Z Compiling icu_normalizer v2.1.1
14512026-04-22T01:44:22.638Z Compiling ppv-lite86 v0.2.21
14522026-04-22T01:44:22.653Z Compiling idna_adapter v1.2.1
14532026-04-22T01:44:22.665Z Compiling der v0.7.10
14542026-04-22T01:44:22.694Z Compiling salsa20 v0.10.2
14552026-04-22T01:44:22.804Z Compiling idna v1.1.0
14562026-04-22T01:44:22.833Z Compiling pbkdf2 v0.12.2
14572026-04-22T01:44:23.729Z Compiling thiserror-impl v2.0.18
14582026-04-22T01:44:23.738Z Compiling rand_chacha v0.9.0
14592026-04-22T01:44:23.738Z Compiling aes v0.8.4
14602026-04-22T01:44:23.738Z Compiling scrypt v0.11.0
14612026-04-22T01:44:23.738Z Compiling url v2.5.8
14622026-04-22T01:44:23.739Z Compiling cbc v0.1.2
14632026-04-22T01:44:23.739Z Compiling spki v0.7.3
14642026-04-22T01:44:23.739Z Compiling rustls-pki-types v1.14.0
14652026-04-22T01:44:23.777Z Compiling openssl-sys v0.9.111
14662026-04-22T01:44:24.570Z Compiling tracing-attributes v0.1.31
14672026-04-22T01:44:24.592Z Compiling pkcs5 v0.7.1
14682026-04-22T01:44:24.592Z Compiling rand v0.9.2
14692026-04-22T01:44:24.592Z Compiling http-body v1.0.1
14702026-04-22T01:44:24.592Z Compiling serde_derive_internals v0.29.1
14712026-04-22T01:44:24.592Z Compiling thiserror v2.0.18
14722026-04-22T01:44:24.592Z Compiling httparse v1.10.1
14732026-04-22T01:44:24.592Z Compiling openssl-probe v0.2.1
14742026-04-22T01:44:24.592Z Compiling base64 v0.22.1
14752026-04-22T01:44:24.592Z Compiling schemars v0.8.22
14762026-04-22T01:44:24.638Z Compiling untrusted v0.7.1
14772026-04-22T01:44:24.734Z Compiling untrusted v0.9.0
14782026-04-22T01:44:24.772Z Compiling pkcs8 v0.10.2
14792026-04-22T01:44:24.789Z Compiling pest_derive v2.8.6
14802026-04-22T01:44:24.901Z Compiling scroll_derive v0.13.1
14812026-04-22T01:44:25.504Z Compiling schemars_derive v0.8.22
14822026-04-22T01:44:25.532Z Compiling darling_core v0.20.11
14832026-04-22T01:44:25.532Z Compiling tracing v0.1.44
14842026-04-22T01:44:25.532Z Compiling atomic-waker v1.1.2
14852026-04-22T01:44:25.532Z Compiling tokio-util v0.7.18
14862026-04-22T01:44:25.532Z Compiling tower-service v0.3.3
14872026-04-22T01:44:25.532Z Compiling dyn-clone v1.0.20
14882026-04-22T01:44:25.669Z Compiling tinyvec_macros v0.1.1
14892026-04-22T01:44:25.674Z Compiling try-lock v0.2.5
14902026-04-22T01:44:25.699Z Compiling tower-layer v0.3.3
14912026-04-22T01:44:25.744Z Compiling rustls v0.23.37
14922026-04-22T01:44:25.858Z Compiling want v0.3.1
14932026-04-22T01:44:25.912Z Compiling tinyvec v1.10.0
14942026-04-22T01:44:26.025Z Compiling h2 v0.4.13
14952026-04-22T01:44:26.254Z Compiling scroll v0.13.0
14962026-04-22T01:44:26.517Z Compiling ipnet v2.11.0
14972026-04-22T01:44:26.539Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-04-22T01:44:26.667Z Compiling spin v0.9.8
14992026-04-22T01:44:26.882Z Compiling aho-corasick v1.1.4
15002026-04-22T01:44:26.955Z Compiling crc32fast v1.5.0
15012026-04-22T01:44:27.046Z Compiling pin-utils v0.1.0
15022026-04-22T01:44:27.134Z Compiling foreign-types-shared v0.1.1
15032026-04-22T01:44:27.214Z Compiling openssl v0.10.75
15042026-04-22T01:44:27.229Z Compiling num-conv v0.2.0
15052026-04-22T01:44:27.232Z Compiling time-core v0.1.8
15062026-04-22T01:44:27.363Z Compiling powerfmt v0.2.0
15072026-04-22T01:44:27.377Z Compiling darling_macro v0.20.11
15082026-04-22T01:44:27.391Z Compiling httpdate v1.0.3
15092026-04-22T01:44:27.464Z Compiling time-macros v0.2.27
15102026-04-22T01:44:27.566Z Compiling deranged v0.5.8
15112026-04-22T01:44:27.640Z Compiling foreign-types v0.3.2
15122026-04-22T01:44:27.659Z Compiling tempfile v3.25.0
15132026-04-22T01:44:27.722Z Compiling regex-automata v0.4.14
15142026-04-22T01:44:27.836Z Compiling darling v0.20.11
15152026-04-22T01:44:28.032Z Compiling goblin v0.10.5
15162026-04-22T01:44:28.527Z Compiling openssl-macros v0.1.1
15172026-04-22T01:44:28.556Z Compiling wait-timeout v0.2.1
15182026-04-22T01:44:28.823Z Compiling socket2 v0.5.10
15192026-04-22T01:44:28.919Z Compiling simd-adler32 v0.3.8
15202026-04-22T01:44:29.039Z Compiling hyper v1.8.1
15212026-04-22T01:44:29.162Z Compiling num_threads v0.1.7
15222026-04-22T01:44:29.216Z Compiling quick-error v1.2.3
15232026-04-22T01:44:29.265Z Compiling syn v1.0.109
15242026-04-22T01:44:29.321Z Compiling siphasher v1.0.2
15252026-04-22T01:44:29.512Z Compiling usdt-impl v0.6.0
15262026-04-22T01:44:29.554Z Compiling native-tls v0.2.18
15272026-04-22T01:44:29.711Z Compiling crossbeam-utils v0.8.21
15282026-04-22T01:44:29.753Z Compiling bit-vec v0.8.0
15292026-04-22T01:44:29.936Z Compiling bit-set v0.8.0
15302026-04-22T01:44:30.045Z Compiling hyper-util v0.1.20
15312026-04-22T01:44:30.076Z Compiling rusty-fork v0.3.1
15322026-04-22T01:44:30.102Z Compiling time v0.3.47
15332026-04-22T01:44:30.565Z Compiling derive_builder_core v0.20.2
15342026-04-22T01:44:31.429Z Compiling dof v0.4.0
15352026-04-22T01:44:31.795Z Compiling unicode-normalization v0.1.25
15362026-04-22T01:44:31.810Z Compiling dtrace-parser v0.3.0
15372026-04-22T01:44:31.870Z Compiling rustls-native-certs v0.8.3
15382026-04-22T01:44:32.159Z Compiling signature v2.2.0
15392026-04-22T01:44:32.246Z Compiling thiserror-impl v1.0.69
15402026-04-22T01:44:32.282Z Compiling scroll_derive v0.12.1
15412026-04-22T01:44:32.343Z Compiling heapless v0.7.17
15422026-04-22T01:44:32.564Z Compiling rand_xorshift v0.4.0
15432026-04-22T01:44:32.590Z Compiling slog v2.8.2
15442026-04-22T01:44:32.639Z Compiling darling_core v0.21.3
15452026-04-22T01:44:32.725Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-04-22T01:44:32.773Z Compiling sync_wrapper v1.0.2
15472026-04-22T01:44:32.885Z Compiling thread-id v5.1.0
15482026-04-22T01:44:32.949Z Compiling cookie v0.18.1
15492026-04-22T01:44:32.967Z Compiling unicode-properties v0.1.4
15502026-04-22T01:44:32.996Z Compiling paste v1.0.15
15512026-04-22T01:44:33.126Z Compiling zstd-safe v7.2.4
15522026-04-22T01:44:33.170Z Compiling adler2 v2.0.1
15532026-04-22T01:44:33.259Z Compiling unarray v0.1.4
15542026-04-22T01:44:33.301Z Compiling unicode-bidi v0.3.18
15552026-04-22T01:44:33.316Z Compiling anyhow v1.0.102
15562026-04-22T01:44:33.337Z Compiling signal-hook v0.3.18
15572026-04-22T01:44:33.365Z Compiling proptest v1.10.0
15582026-04-22T01:44:33.506Z Compiling thiserror v1.0.69
15592026-04-22T01:44:33.584Z Compiling miniz_oxide v0.8.9
15602026-04-22T01:44:33.651Z Compiling stringprep v0.1.5
15612026-04-22T01:44:33.839Z Compiling scroll v0.12.0
15622026-04-22T01:44:34.102Z Compiling tower v0.5.3
15632026-04-22T01:44:34.386Z Compiling derive_builder_macro v0.20.2
15642026-04-22T01:44:34.580Z Compiling ipnetwork v0.21.1
15652026-04-22T01:44:34.641Z Compiling http-body-util v0.1.3
15662026-04-22T01:44:34.833Z Compiling webpki-roots v1.0.6
15672026-04-22T01:44:34.882Z Compiling rand_chacha v0.3.1
15682026-04-22T01:44:34.953Z Compiling serde_spanned v0.6.9
15692026-04-22T01:44:34.967Z Compiling erased-serde v0.3.31
15702026-04-22T01:44:35.027Z Compiling toml_datetime v0.6.11
15712026-04-22T01:44:35.094Z Compiling serde_tokenstream v0.2.3
15722026-04-22T01:44:35.109Z Compiling darling_macro v0.21.3
15732026-04-22T01:44:35.289Z Compiling md-5 v0.10.6
15742026-04-22T01:44:35.403Z Compiling zerocopy-derive v0.7.35
15752026-04-22T01:44:35.453Z Compiling curve25519-dalek v4.1.3
15762026-04-22T01:44:35.453Z Compiling vergen-lib v0.1.6
15772026-04-22T01:44:35.577Z Compiling num-integer v0.1.46
15782026-04-22T01:44:35.630Z Compiling hash32 v0.2.1
15792026-04-22T01:44:35.702Z Compiling ff v0.13.1
15802026-04-22T01:44:35.798Z Compiling memoffset v0.9.1
15812026-04-22T01:44:35.816Z Compiling ref-cast v1.0.25
15822026-04-22T01:44:35.833Z Compiling cfg_aliases v0.2.1
15832026-04-22T01:44:35.896Z Compiling smoltcp v0.9.1
15842026-04-22T01:44:35.910Z Compiling litrs v1.0.0
15852026-04-22T01:44:35.987Z Compiling base16ct v0.2.0
15862026-04-22T01:44:36.119Z Compiling zlib-rs v0.6.2
15872026-04-22T01:44:36.163Z Compiling psl-types v2.0.11
15882026-04-22T01:44:36.225Z Compiling ryu v1.0.23
15892026-04-22T01:44:36.277Z Compiling rustix v0.38.44
15902026-04-22T01:44:36.292Z Compiling num-bigint-dig v0.8.6
15912026-04-22T01:44:36.405Z Compiling iri-string v0.7.10
15922026-04-22T01:44:36.421Z Compiling fallible-iterator v0.2.0
15932026-04-22T01:44:36.497Z Compiling document-features v0.2.12
15942026-04-22T01:44:36.781Z Compiling postgres-protocol v0.6.10
15952026-04-22T01:44:36.802Z Compiling serde_urlencoded v0.7.1
15962026-04-22T01:44:37.053Z Compiling zerocopy v0.7.35
15972026-04-22T01:44:37.143Z Compiling publicsuffix v2.3.0
15982026-04-22T01:44:37.348Z Compiling sec1 v0.7.3
15992026-04-22T01:44:37.486Z Compiling nix v0.31.2
16002026-04-22T01:44:37.601Z Compiling tower-http v0.6.8
16012026-04-22T01:44:37.626Z Compiling group v0.13.0
16022026-04-22T01:44:37.874Z Compiling num-iter v0.1.45
16032026-04-22T01:44:37.959Z Compiling newtype-uuid v1.3.2
16042026-04-22T01:44:37.976Z Compiling darling v0.21.3
16052026-04-22T01:44:38.058Z Compiling rand v0.8.5
16062026-04-22T01:44:38.290Z Compiling derive_builder v0.20.2
16072026-04-22T01:44:38.352Z Compiling oxnet v0.1.4
16082026-04-22T01:44:38.406Z Compiling hubpack_derive v0.1.1
16092026-04-22T01:44:38.419Z Compiling tokio-native-tls v0.3.1
16102026-04-22T01:44:38.588Z Compiling goblin v0.8.2
16112026-04-22T01:44:39.048Z Compiling regex v1.12.3
16122026-04-22T01:44:39.196Z Compiling flate2 v1.1.9
16132026-04-22T01:44:39.269Z Compiling phf_shared v0.13.1
16142026-04-22T01:44:39.335Z Compiling lazy_static v1.5.0
16152026-04-22T01:44:39.430Z Compiling cargo-platform v0.1.9
16162026-04-22T01:44:39.503Z Compiling hkdf v0.12.4
16172026-04-22T01:44:39.517Z Compiling crypto-bigint v0.5.5
16182026-04-22T01:44:39.545Z Compiling terminal_size v0.4.3
16192026-04-22T01:44:39.600Z Compiling strum_macros v0.27.2
16202026-04-22T01:44:39.665Z Compiling async-trait v0.1.89
16212026-04-22T01:44:39.680Z Compiling curve25519-dalek-derive v0.1.1
16222026-04-22T01:44:39.683Z Compiling daft-derive v0.1.5
16232026-04-22T01:44:40.312Z Compiling ref-cast-impl v1.0.25
16242026-04-22T01:44:40.393Z Compiling vergen v9.0.6
16252026-04-22T01:44:40.574Z Compiling fs-err v3.3.0
16262026-04-22T01:44:40.676Z Compiling ahash v0.8.12
16272026-04-22T01:44:40.765Z Compiling bitflags v1.3.2
16282026-04-22T01:44:40.844Z Compiling unicode-segmentation v1.12.0
16292026-04-22T01:44:40.859Z Compiling foldhash v0.1.5
16302026-04-22T01:44:40.875Z Compiling libbz2-rs-sys v0.2.2
16312026-04-22T01:44:41.034Z Compiling managed v0.8.0
16322026-04-22T01:44:41.231Z Compiling winnow v0.5.40
16332026-04-22T01:44:41.254Z Compiling bumpalo v3.20.2
16342026-04-22T01:44:41.504Z Compiling object v0.37.3
16352026-04-22T01:44:41.558Z Compiling zopfli v0.8.3
16362026-04-22T01:44:41.558Z Compiling strum v0.27.2
16372026-04-22T01:44:41.636Z Compiling bzip2 v0.6.1
16382026-04-22T01:44:41.843Z Compiling hashbrown v0.15.5
16392026-04-22T01:44:41.857Z Compiling clap_builder v4.5.60
16402026-04-22T01:44:42.247Z Compiling dof v0.3.0
16412026-04-22T01:44:42.391Z Compiling elliptic-curve v0.13.8
16422026-04-22T01:44:42.407Z Compiling daft v0.1.5
16432026-04-22T01:44:42.691Z Compiling toml_edit v0.19.15
16442026-04-22T01:44:42.738Z Compiling cargo_metadata v0.19.2
16452026-04-22T01:44:42.802Z Compiling phf v0.13.1
16462026-04-22T01:44:42.962Z Compiling signal-hook-mio v0.2.5
16472026-04-22T01:44:43.092Z Compiling cookie_store v0.22.1
16482026-04-22T01:44:44.060Z Compiling hubpack v0.1.2
16492026-04-22T01:44:44.097Z Compiling zstd v0.13.3
16502026-04-22T01:44:44.277Z Compiling hyper-tls v0.6.0
16512026-04-22T01:44:44.360Z Compiling bzip2 v0.4.4
16522026-04-22T01:44:44.429Z Compiling serde_with_macros v3.17.0
16532026-04-22T01:44:44.567Z Compiling postgres-types v0.2.12
16542026-04-22T01:44:44.823Z Compiling usdt-macro v0.6.0
16552026-04-22T01:44:45.108Z Compiling usdt-attr-macro v0.6.0
16562026-04-22T01:44:45.288Z Compiling dtrace-parser v0.2.0
16572026-04-22T01:44:45.504Z Compiling ed25519 v2.2.3
16582026-04-22T01:44:45.548Z Compiling bstr v1.12.1
16592026-04-22T01:44:45.562Z Compiling phf_shared v0.11.3
16602026-04-22T01:44:45.711Z Compiling pkcs1 v0.7.5
16612026-04-22T01:44:45.744Z Compiling hex v0.4.3
16622026-04-22T01:44:45.887Z Compiling serde-big-array v0.5.1
16632026-04-22T01:44:46.015Z Compiling rfc6979 v0.4.0
16642026-04-22T01:44:46.031Z Compiling enum-as-inner v0.6.1
16652026-04-22T01:44:46.046Z Compiling clap_derive v4.5.55
16662026-04-22T01:44:46.104Z Compiling serde_repr v0.1.20
16672026-04-22T01:44:46.139Z Compiling strum_macros v0.26.4
16682026-04-22T01:44:46.208Z Compiling float-cmp v0.10.0
16692026-04-22T01:44:46.359Z Compiling memmap2 v0.9.10
16702026-04-22T01:44:46.408Z Compiling thread-id v4.2.2
16712026-04-22T01:44:46.495Z Compiling env_filter v1.0.0
16722026-04-22T01:44:46.519Z Compiling encoding_rs v0.8.35
16732026-04-22T01:44:46.577Z Compiling new_debug_unreachable v1.0.6
16742026-04-22T01:44:46.669Z Compiling whoami v2.1.0
16752026-04-22T01:44:46.683Z Compiling predicates-core v1.0.10
16762026-04-22T01:44:46.835Z Compiling mime v0.3.17
16772026-04-22T01:44:46.861Z Compiling jiff v0.2.21
16782026-04-22T01:44:47.046Z Compiling either v1.15.0
16792026-04-22T01:44:47.096Z Compiling keccak v0.1.6
16802026-04-22T01:44:47.259Z Compiling rustc-hash v2.1.1
16812026-04-22T01:44:47.396Z Compiling fixedbitset v0.4.2
16822026-04-22T01:44:47.619Z Compiling difflib v0.4.0
16832026-04-22T01:44:47.865Z Compiling fixedbitset v0.5.7
16842026-04-22T01:44:47.911Z Compiling static_assertions v1.1.0
16852026-04-22T01:44:47.925Z Compiling data-encoding v2.10.0
16862026-04-22T01:44:47.987Z Compiling normalize-line-endings v0.3.0
16872026-04-22T01:44:48.086Z Compiling precomputed-hash v0.1.1
16882026-04-22T01:44:48.091Z Compiling predicates v3.1.4
16892026-04-22T01:44:48.169Z Compiling string_cache v0.8.9
16902026-04-22T01:44:48.183Z Compiling petgraph v0.8.3
16912026-04-22T01:44:48.197Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16922026-04-22T01:44:48.391Z Compiling hickory-proto v0.25.2
16932026-04-22T01:44:48.606Z Compiling strum v0.26.3
16942026-04-22T01:44:48.621Z Compiling clap v4.5.60
16952026-04-22T01:44:48.704Z Compiling petgraph v0.6.5
16962026-04-22T01:44:48.739Z Compiling iddqd v0.3.17
16972026-04-22T01:44:48.754Z Compiling sha3 v0.10.8
16982026-04-22T01:44:49.206Z Compiling itertools v0.13.0
16992026-04-22T01:44:49.872Z Compiling zip v4.6.1
17002026-04-22T01:44:50.090Z Compiling toml_edit v0.22.27
17012026-04-22T01:44:50.142Z Compiling tokio-postgres v0.7.16
17022026-04-22T01:44:50.420Z Compiling env_logger v0.11.9
17032026-04-22T01:44:50.773Z Compiling usdt v0.6.0
17042026-04-22T01:44:50.819Z Compiling usdt-impl v0.5.0
17052026-04-22T01:44:50.937Z Compiling ecdsa v0.16.9
17062026-04-22T01:44:51.031Z Compiling similar v2.7.0
17072026-04-22T01:44:51.049Z Compiling serde_with v3.17.0
17082026-04-22T01:44:51.326Z Compiling rsa v0.9.10
17092026-04-22T01:44:51.419Z Compiling ed25519-dalek v2.2.0
17102026-04-22T01:44:51.921Z Compiling crossterm v0.28.1
17112026-04-22T01:44:52.379Z Compiling zip v0.6.6
17122026-04-22T01:44:52.808Z Compiling toml v0.7.8
17132026-04-22T01:44:53.245Z Compiling heck v0.4.1
17142026-04-22T01:44:53.260Z Compiling toml_parser v1.0.9+spec-1.1.0
17152026-04-22T01:44:53.364Z Compiling crossbeam-epoch v0.9.18
17162026-04-22T01:44:53.403Z Compiling tokio-stream v0.1.18
17172026-04-22T01:44:53.470Z Compiling buf-list v1.1.2
17182026-04-22T01:44:53.538Z Compiling x509-cert v0.2.5
17192026-04-22T01:44:53.687Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17202026-04-22T01:44:53.739Z Compiling openapiv3 v2.2.0
17212026-04-22T01:44:53.870Z Compiling sha1 v0.10.6
17222026-04-22T01:44:53.890Z Compiling toml_datetime v0.7.5+spec-1.1.0
17232026-04-22T01:44:53.988Z Compiling peg-runtime v0.8.5
17242026-04-22T01:44:54.094Z Compiling lalrpop-util v0.19.12
17252026-04-22T01:44:54.180Z Compiling thread_local v1.1.9
17262026-04-22T01:44:54.282Z Compiling slog-async v2.8.0
17272026-04-22T01:44:54.293Z Compiling crossbeam-channel v0.5.15
17282026-04-22T01:44:54.435Z Compiling futures-executor v0.3.32
17292026-04-22T01:44:54.595Z Compiling is-terminal v0.4.17
17302026-04-22T01:44:54.685Z Compiling filetime v0.2.27
17312026-04-22T01:44:54.699Z Compiling take_mut v0.2.2
17322026-04-22T01:44:54.702Z Compiling term v1.2.1
17332026-04-22T01:44:54.750Z Compiling xattr v1.6.1
17342026-04-22T01:44:54.857Z Compiling futures v0.3.32
17352026-04-22T01:44:54.919Z Compiling tar v0.4.45
17362026-04-22T01:44:55.172Z Compiling slog-term v2.9.2
17372026-04-22T01:45:01.690Z Compiling rustls-webpki v0.103.9
17382026-04-22T01:45:04.483Z Compiling tokio-rustls v0.26.4
17392026-04-22T01:45:04.483Z Compiling rustls-platform-verifier v0.6.2
17402026-04-22T01:45:04.678Z Compiling hyper-rustls v0.27.7
17412026-04-22T01:45:04.878Z Compiling reqwest v0.12.28
17422026-04-22T01:45:04.878Z Compiling reqwest v0.13.2
17432026-04-22T01:45:06.946Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17442026-04-22T01:45:07.160Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17452026-04-22T01:45:09.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17462026-04-22T01:45:10.117Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17472026-04-22T01:45:10.175ZApr 22 01:45:08.676 INFO Starting download, target: Console
17482026-04-22T01:45:10.176ZApr 22 01:45:08.677 INFO Starting download, target: Clickhouse
17492026-04-22T01:45:10.176ZApr 22 01:45:08.677 INFO Starting download, target: Cockroach
17502026-04-22T01:45:10.179ZApr 22 01:45:08.677 INFO Starting download, target: DendriteStub
17512026-04-22T01:45:10.179ZApr 22 01:45:08.677 INFO Starting download, target: MaghemiteMgd
17522026-04-22T01:45:10.179ZApr 22 01:45:08.677 INFO Starting download, target: TransceiverControl
17532026-04-22T01:45:10.179ZApr 22 01:45:08.677 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17542026-04-22T01:45:10.179ZApr 22 01:45:08.677 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17552026-04-22T01:45:10.179ZApr 22 01:45:08.677 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17562026-04-22T01:45:10.179ZApr 22 01:45:08.677 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17572026-04-22T01:45:10.179ZApr 22 01:45:08.677 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17582026-04-22T01:45:10.179ZApr 22 01:45:08.677 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17592026-04-22T01:45:10.620ZApr 22 01:45:09.118 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17602026-04-22T01:45:10.831ZApr 22 01:45:09.324 INFO Download complete, target: TransceiverControl
17612026-04-22T01:45:11.216ZApr 22 01:45:09.713 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17622026-04-22T01:45:11.447ZApr 22 01:45:09.943 INFO Download complete, target: Console
17632026-04-22T01:45:11.516ZApr 22 01:45:10.017 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17642026-04-22T01:45:11.629ZApr 22 01:45:10.117 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17652026-04-22T01:45:12.368ZApr 22 01:45:10.868 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17662026-04-22T01:45:12.368ZApr 22 01:45:10.869 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17672026-04-22T01:45:12.400ZApr 22 01:45:10.898 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17682026-04-22T01:45:13.831ZApr 22 01:45:12.333 INFO Download complete, target: DendriteStub
17692026-04-22T01:45:13.947ZApr 22 01:45:12.449 INFO Download complete, target: MaghemiteMgd
17702026-04-22T01:45:16.904ZApr 22 01:45:15.405 INFO Checking that binary works, target: Cockroach
17712026-04-22T01:45:16.996ZApr 22 01:45:15.497 INFO Download complete, target: Cockroach
17722026-04-22T01:45:19.083ZApr 22 01:45:17.584 INFO Checking that binary works, target: Clickhouse
17732026-04-22T01:45:19.171ZApr 22 01:45:17.673 INFO Download complete, target: Clickhouse
17742026-04-22T01:45:19.184ZAll builder prerequisites installed successfully, and PATH looks valid
17752026-04-22T01:45:19.187Z
17762026-04-22T01:45:19.187Zreal 3:04.024450116
17772026-04-22T01:45:19.187Zuser 7:15.551499350
17782026-04-22T01:45:19.187Zsys 1:24.245218662
17792026-04-22T01:45:19.187Ztrap 0.218543472
17802026-04-22T01:45:19.187Ztflt 0.534315828
17812026-04-22T01:45:19.187Zdflt 0.436792865
17822026-04-22T01:45:19.187Zkflt 0.023624532
17832026-04-22T01:45:19.187Zlock 20:49.804035806
17842026-04-22T01:45:19.187Zslp 21:39.216580826
17852026-04-22T01:45:19.187Zlat 44.305156255
17862026-04-22T01:45:19.187Zstop 2:00.430433251
17872026-04-22T01:45:19.187Z+ banner clippy
17882026-04-22T01:45:19.187Z
17892026-04-22T01:45:19.187Z #### # # ##### ##### # #
17902026-04-22T01:45:19.188Z # # # # # # # # # #
17912026-04-22T01:45:19.188Z # # # # # # # #
17922026-04-22T01:45:19.188Z # # # ##### ##### #
17932026-04-22T01:45:19.188Z # # # # # # #
17942026-04-22T01:45:19.188Z #### ###### # # # #
17952026-04-22T01:45:19.188Z
17962026-04-22T01:45:19.188Z+ export CARGO_INCREMENTAL=0
17972026-04-22T01:45:19.188Z+ CARGO_INCREMENTAL=0
17982026-04-22T01:45:19.188Z+ ptime -m cargo xtask clippy
17992026-04-22T01:45:19.715Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18002026-04-22T01:45:19.930Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18012026-04-22T01:45:21.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18022026-04-22T01:45:21.868Z Running `target/debug/xtask clippy`
18032026-04-22T01:45:21.885Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18042026-04-22T01:45:22.489Z Downloading crates ...
18052026-04-22T01:45:22.686Z Downloaded assert-json-diff v2.0.2
18062026-04-22T01:45:22.692Z Downloaded cargo_metadata v0.23.1
18072026-04-22T01:45:22.692Z Downloaded terminal_size v0.1.17
18082026-04-22T01:45:22.697Z Downloaded backtrace-ext v0.2.1
18092026-04-22T01:45:22.697Z Downloaded target-triple v1.0.0
18102026-04-22T01:45:22.697Z Downloaded addr2line v0.25.1
18112026-04-22T01:45:22.697Z Downloaded async-lock v3.4.2
18122026-04-22T01:45:22.706Z Downloaded supports-unicode v2.1.0
18132026-04-22T01:45:22.706Z Downloaded guppy-workspace-hack v0.1.0
18142026-04-22T01:45:22.706Z Downloaded constant_time_eq v0.3.1
18152026-04-22T01:45:22.706Z Downloaded tinytemplate v1.2.1
18162026-04-22T01:45:22.706Z Downloaded stringmetrics v2.2.2
18172026-04-22T01:45:22.709Z Downloaded parking v2.2.1
18182026-04-22T01:45:22.709Z Downloaded miette-derive v5.10.0
18192026-04-22T01:45:22.709Z Downloaded async-object-pool v0.2.0
18202026-04-22T01:45:22.714Z Downloaded linkme v0.3.35
18212026-04-22T01:45:22.714Z Downloaded relative-path v1.9.3
18222026-04-22T01:45:22.714Z Downloaded owo-colors v3.5.0
18232026-04-22T01:45:22.714Z Downloaded plotters-svg v0.3.7
18242026-04-22T01:45:22.714Z Downloaded nested v0.1.1
18252026-04-22T01:45:22.718Z Downloaded datatest-stable v0.3.3
18262026-04-22T01:45:22.723Z Downloaded linkme-impl v0.3.35
18272026-04-22T01:45:22.723Z Downloaded cast v0.3.0
18282026-04-22T01:45:22.723Z Downloaded tokio-test v0.4.5
18292026-04-22T01:45:22.723Z Downloaded oorandom v11.1.5
18302026-04-22T01:45:22.727Z Downloaded approx v0.5.1
18312026-04-22T01:45:22.739Z Downloaded serde_regex v1.1.0
18322026-04-22T01:45:22.746Z Downloaded libtest-mimic v0.8.1
18332026-04-22T01:45:22.746Z Downloaded anes v0.1.6
18342026-04-22T01:45:22.746Z Downloaded criterion-plot v0.6.0
18352026-04-22T01:45:22.751Z Downloaded trybuild v1.0.116
18362026-04-22T01:45:22.757Z Downloaded event-listener-strategy v0.5.4
18372026-04-22T01:45:22.757Z Downloaded similar-asserts v1.7.0
18382026-04-22T01:45:22.763Z Downloaded supports-color v2.1.0
18392026-04-22T01:45:22.763Z Downloaded plotters-backend v0.3.7
18402026-04-22T01:45:22.763Z Downloaded cargo-platform v0.3.2
18412026-04-22T01:45:22.764Z Downloaded concurrent-queue v2.5.0
18422026-04-22T01:45:22.770Z Downloaded escape8259 v0.5.3
18432026-04-22T01:45:22.771Z Downloaded target-spec v3.5.7
18442026-04-22T01:45:22.771Z Downloaded supports-hyperlinks v2.1.0
18452026-04-22T01:45:22.771Z Downloaded pathdiff v0.2.3
18462026-04-22T01:45:22.771Z Downloaded assert_cmd v2.1.2
18472026-04-22T01:45:22.771Z Downloaded termcolor v1.4.1
18482026-04-22T01:45:22.779Z Downloaded path-tree v0.8.3
18492026-04-22T01:45:22.779Z Downloaded hickory-client v0.25.2
18502026-04-22T01:45:22.779Z Downloaded partial-io v0.5.4
18512026-04-22T01:45:22.779Z Downloaded knuffel v3.2.0
18522026-04-22T01:45:22.784Z Downloaded target-lexicon v0.13.3
18532026-04-22T01:45:22.784Z Downloaded rustc-demangle v0.1.27
18542026-04-22T01:45:22.788Z Downloaded rust-argon2 v2.1.0
18552026-04-22T01:45:22.788Z Downloaded knuffel-derive v3.2.0
18562026-04-22T01:45:22.797Z Downloaded httptest v0.16.4
18572026-04-22T01:45:22.802Z Downloaded futures-timer v3.0.3
18582026-04-22T01:45:22.802Z Downloaded cfg-expr v0.20.6
18592026-04-22T01:45:22.805Z Downloaded blake2b_simd v1.0.4
18602026-04-22T01:45:22.815Z Downloaded textwrap v0.15.2
18612026-04-22T01:45:22.820Z Downloaded rstest v0.25.0
18622026-04-22T01:45:22.828Z Downloaded event-listener v5.4.1
18632026-04-22T01:45:22.829Z Downloaded chumsky v0.9.3
18642026-04-22T01:45:22.834Z Downloaded plotters v0.3.7
18652026-04-22T01:45:22.854Z Downloaded miette v5.10.0
18662026-04-22T01:45:22.854Z Downloaded rstest_macros v0.25.0
18672026-04-22T01:45:22.863Z Downloaded rand_distr v0.5.1
18682026-04-22T01:45:22.863Z Downloaded backtrace v0.3.76
18692026-04-22T01:45:22.863Z Downloaded fancy-regex v0.14.0
18702026-04-22T01:45:22.863Z Downloaded criterion v0.7.0
18712026-04-22T01:45:22.863Z Downloaded hashbrown v0.14.5
18722026-04-22T01:45:22.863Z Downloaded guppy v0.17.25
18732026-04-22T01:45:22.873Z Downloaded gimli v0.32.3
18742026-04-22T01:45:22.968Z Downloaded httpmock v0.8.3
18752026-04-22T01:45:24.544Z Checking cfg-if v1.0.4
18762026-04-22T01:45:24.887Z Checking libc v0.2.185
18772026-04-22T01:45:24.891Z Checking serde_core v1.0.228
18782026-04-22T01:45:24.956Z Checking memchr v2.8.0
18792026-04-22T01:45:24.994Z Checking smallvec v1.15.1
18802026-04-22T01:45:25.033Z Checking log v0.4.29
18812026-04-22T01:45:25.065Z Checking itoa v1.0.17
18822026-04-22T01:45:25.109Z Checking zeroize v1.8.2
18832026-04-22T01:45:25.147Z Checking libm v0.2.16
18842026-04-22T01:45:25.198Z Checking scopeguard v1.2.0
18852026-04-22T01:45:25.237Z Checking stable_deref_trait v1.2.1
18862026-04-22T01:45:25.276Z Checking zmij v1.0.21
18872026-04-22T01:45:25.313Z Checking errno v0.3.14
18882026-04-22T01:45:25.313Z Checking getrandom v0.2.17
18892026-04-22T01:45:25.381Z Checking lock_api v0.4.14
18902026-04-22T01:45:25.417Z Checking zerofrom v0.1.6
18912026-04-22T01:45:25.455Z Checking percent-encoding v2.3.2
18922026-04-22T01:45:25.458Z Checking writeable v0.6.2
18932026-04-22T01:45:25.521Z Checking litemap v0.8.1
18942026-04-22T01:45:25.558Z Checking yoke v0.8.1
18952026-04-22T01:45:25.559Z Checking icu_normalizer_data v2.1.1
18962026-04-22T01:45:25.624Z Checking icu_properties_data v2.1.2
18972026-04-22T01:45:25.627Z Checking subtle v2.6.1
18982026-04-22T01:45:25.691Z Checking form_urlencoded v1.2.2
18992026-04-22T01:45:25.695Z Checking utf8_iter v1.0.4
19002026-04-22T01:45:25.754Z Checking pin-project-lite v0.2.17
19012026-04-22T01:45:25.790Z Checking zerovec v0.11.5
19022026-04-22T01:45:25.793Z Checking zerotrie v0.2.3
19032026-04-22T01:45:25.856Z Checking num-traits v0.2.19
19042026-04-22T01:45:25.893Z Checking rand_core v0.6.4
19052026-04-22T01:45:25.932Z Checking parking_lot_core v0.9.12
19062026-04-22T01:45:25.932Z Checking portable-atomic v1.13.1
19072026-04-22T01:45:26.085Z Checking zerocopy v0.8.40
19082026-04-22T01:45:26.089Z Checking rand_core v0.10.0
19092026-04-22T01:45:26.099Z Checking critical-section v1.2.0
19102026-04-22T01:45:26.964Z Checking parking_lot v0.12.5
19112026-04-22T01:45:27.000Z Checking getrandom v0.4.1
19122026-04-22T01:45:27.000Z Checking signal-hook-registry v1.4.8
19132026-04-22T01:45:27.000Z Checking tinystr v0.8.2
19142026-04-22T01:45:27.000Z Checking potential_utf v0.1.4
19152026-04-22T01:45:27.000Z Checking once_cell v1.21.3
19162026-04-22T01:45:27.000Z Checking serde v1.0.228
19172026-04-22T01:45:27.000Z Checking bitflags v2.11.0
19182026-04-22T01:45:27.000Z Checking serde_json v1.0.149
19192026-04-22T01:45:27.000Z Checking icu_locale_core v2.1.1
19202026-04-22T01:45:27.000Z Checking icu_collections v2.1.1
19212026-04-22T01:45:27.000Z Checking mio v1.2.0
19222026-04-22T01:45:27.000Z Checking socket2 v0.6.3
19232026-04-22T01:45:27.002Z Checking typenum v1.19.0
19242026-04-22T01:45:27.002Z Checking iana-time-zone v0.1.65
19252026-04-22T01:45:27.002Z Checking bytes v1.11.1
19262026-04-22T01:45:27.010Z Checking thiserror v2.0.18
19272026-04-22T01:45:27.032Z Checking semver v1.0.27
19282026-04-22T01:45:27.495Z Checking chrono v0.4.44
19292026-04-22T01:45:27.503Z Checking uuid v1.23.0
19302026-04-22T01:45:27.503Z Checking icu_provider v2.1.1
19312026-04-22T01:45:27.503Z Checking futures-core v0.3.32
19322026-04-22T01:45:27.503Z Checking generic-array v0.14.7
19332026-04-22T01:45:27.503Z Checking allocator-api2 v0.2.21
19342026-04-22T01:45:27.503Z Checking equivalent v1.0.2
19352026-04-22T01:45:27.503Z Checking tokio v1.52.1
19362026-04-22T01:45:27.503Z Checking icu_normalizer v2.1.1
19372026-04-22T01:45:27.503Z Checking icu_properties v2.1.2
19382026-04-22T01:45:27.519Z Checking dyn-clone v1.0.20
19392026-04-22T01:45:27.568Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19402026-04-22T01:45:27.645Z Checking const-oid v0.9.6
19412026-04-22T01:45:27.692Z Checking crypto-common v0.1.7
19422026-04-22T01:45:27.765Z Checking foldhash v0.2.0
19432026-04-22T01:45:27.842Z Checking block-buffer v0.10.4
19442026-04-22T01:45:28.092Z Checking futures-sink v0.3.32
19452026-04-22T01:45:28.099Z Checking hashbrown v0.16.1
19462026-04-22T01:45:28.099Z Checking futures-io v0.3.32
19472026-04-22T01:45:28.099Z Checking futures-channel v0.3.32
19482026-04-22T01:45:28.099Z Checking slab v0.4.12
19492026-04-22T01:45:28.107Z Checking futures-task v0.3.32
19502026-04-22T01:45:28.195Z Checking rustix v1.1.3
19512026-04-22T01:45:28.248Z Checking byteorder v1.5.0
19522026-04-22T01:45:28.311Z Checking futures-util v0.3.32
19532026-04-22T01:45:28.315Z Checking idna_adapter v1.2.1
19542026-04-22T01:45:28.349Z Checking digest v0.10.7
19552026-04-22T01:45:28.452Z Checking cpufeatures v0.2.17
19562026-04-22T01:45:28.488Z Checking indexmap v2.13.0
19572026-04-22T01:45:28.491Z Checking idna v1.1.0
19582026-04-22T01:45:28.556Z Checking thiserror v1.0.69
19592026-04-22T01:45:28.590Z Checking getrandom v0.3.4
19602026-04-22T01:45:28.691Z Checking fnv v1.0.7
19612026-04-22T01:45:28.734Z Checking ppv-lite86 v0.2.21
19622026-04-22T01:45:28.774Z Checking regex-syntax v0.8.10
19632026-04-22T01:45:28.809Z Checking http v1.4.0
19642026-04-22T01:45:28.812Z Checking url v2.5.8
19652026-04-22T01:45:29.056Z Checking tracing-core v0.1.36
19662026-04-22T01:45:29.059Z Checking base64 v0.22.1
19672026-04-22T01:45:29.123Z Checking ipnet v2.11.0
19682026-04-22T01:45:29.285Z Checking schemars v0.8.22
19692026-04-22T01:45:29.355Z Checking untrusted v0.9.0
19702026-04-22T01:45:29.390Z Checking tracing v0.1.44
19712026-04-22T01:45:29.424Z Checking utf8parse v0.2.2
19722026-04-22T01:45:29.458Z Checking anstyle v1.0.13
19732026-04-22T01:45:29.494Z Checking unicode-ident v1.0.24
19742026-04-22T01:45:29.549Z Checking ring v0.17.14
19752026-04-22T01:45:29.614Z Checking base64ct v1.8.3
19762026-04-22T01:45:29.650Z Checking proc-macro2 v1.0.106
19772026-04-22T01:45:29.682Z Checking anstyle-parse v0.2.7
19782026-04-22T01:45:29.862Z Checking block-padding v0.3.3
19792026-04-22T01:45:29.896Z Checking aho-corasick v1.1.4
19802026-04-22T01:45:29.946Z Checking colorchoice v1.0.4
19812026-04-22T01:45:29.982Z Checking quote v1.0.44
19822026-04-22T01:45:30.047Z Checking is_terminal_polyfill v1.70.2
19832026-04-22T01:45:30.075Z Checking anstyle-query v1.1.5
19842026-04-22T01:45:30.118Z Checking inout v0.1.4
19852026-04-22T01:45:30.155Z Checking rustls-pki-types v1.14.0
19862026-04-22T01:45:30.188Z Checking syn v2.0.117
19872026-04-22T01:45:30.191Z Checking anstream v0.6.21
19882026-04-22T01:45:30.255Z Checking crossbeam-utils v0.8.21
19892026-04-22T01:45:30.290Z Checking httparse v1.10.1
19902026-04-22T01:45:30.412Z Checking cipher v0.4.4
19912026-04-22T01:45:30.466Z Checking terminal_size v0.4.3
19922026-04-22T01:45:30.522Z Checking strsim v0.11.1
19932026-04-22T01:45:30.558Z Checking clap_lex v1.0.0
19942026-04-22T01:45:30.593Z Checking regex-automata v0.4.14
19952026-04-22T01:45:30.631Z Checking pem-rfc7468 v0.7.0
19962026-04-22T01:45:30.635Z Checking tokio-util v0.7.18
19972026-04-22T01:45:30.664Z Checking http-body v1.0.1
19982026-04-22T01:45:30.729Z Checking sha2 v0.10.9
19992026-04-22T01:45:30.732Z Checking clap_builder v4.5.60
20002026-04-22T01:45:30.733Z Checking atomic-waker v1.1.2
20012026-04-22T01:45:30.827Z Checking rand_core v0.9.5
20022026-04-22T01:45:30.862Z Checking hmac v0.12.1
20032026-04-22T01:45:30.897Z Checking try-lock v0.2.5
20042026-04-22T01:45:31.019Z Checking httpdate v1.0.3
20052026-04-22T01:45:31.023Z Checking want v0.3.1
20062026-04-22T01:45:31.052Z Checking ryu v1.0.23
20072026-04-22T01:45:31.055Z Checking tower-layer v0.3.3
20082026-04-22T01:45:31.192Z Checking pin-utils v0.1.0
20092026-04-22T01:45:31.226Z Checking flagset v0.4.7
20102026-04-22T01:45:31.262Z Checking tower-service v0.3.3
20112026-04-22T01:45:31.265Z Checking erased-serde v0.3.31
20122026-04-22T01:45:31.329Z Checking powerfmt v0.2.0
20132026-04-22T01:45:31.334Z Checking h2 v0.4.13
20142026-04-22T01:45:31.397Z Checking der v0.7.10
20152026-04-22T01:45:31.400Z Checking rand_chacha v0.9.0
20162026-04-22T01:45:31.504Z Checking deranged v0.5.8
20172026-04-22T01:45:31.647Z Checking spin v0.9.8
20182026-04-22T01:45:31.689Z Checking slog v2.8.2
20192026-04-22T01:45:31.857Z Checking socket2 v0.5.10
20202026-04-22T01:45:31.990Z Checking num-conv v0.2.0
20212026-04-22T01:45:32.031Z Checking clap v4.5.60
20222026-04-22T01:45:32.117Z Checking num_threads v0.1.7
20232026-04-22T01:45:32.153Z Checking time-core v0.1.8
20242026-04-22T01:45:32.156Z Checking rand v0.9.2
20252026-04-22T01:45:32.185Z Checking anyhow v1.0.102
20262026-04-22T01:45:32.251Z Checking http-body-util v0.1.3
20272026-04-22T01:45:32.320Z Checking aws-lc-sys v0.37.1
20282026-04-22T01:45:32.411Z Checking untrusted v0.7.1
20292026-04-22T01:45:32.415Z Checking fastrand v2.3.0
20302026-04-22T01:45:32.479Z Checking time v0.3.47
20312026-04-22T01:45:32.482Z Checking spki v0.7.3
20322026-04-22T01:45:32.545Z Checking serde_urlencoded v0.7.1
20332026-04-22T01:45:32.580Z Checking pbkdf2 v0.12.2
20342026-04-22T01:45:32.644Z Checking aes v0.8.4
20352026-04-22T01:45:32.701Z Checking openssl-probe v0.2.1
20362026-04-22T01:45:32.736Z Checking regex v1.12.3
20372026-04-22T01:45:32.739Z Checking salsa20 v0.10.2
20382026-04-22T01:45:32.803Z Checking cbc v0.1.2
20392026-04-22T01:45:32.838Z Checking rand_chacha v0.3.1
20402026-04-22T01:45:32.873Z Checking aws-lc-rs v1.16.0
20412026-04-22T01:45:32.925Z Checking hex v0.4.3
20422026-04-22T01:45:32.959Z Checking pretty-hex v0.4.1
20432026-04-22T01:45:33.037Z Checking scrypt v0.11.0
20442026-04-22T01:45:33.073Z Checking tempfile v3.25.0
20452026-04-22T01:45:33.075Z Checking rand v0.8.5
20462026-04-22T01:45:33.138Z Checking ipnetwork v0.21.1
20472026-04-22T01:45:33.173Z Checking plain v0.2.3
20482026-04-22T01:45:33.207Z Checking pkcs5 v0.7.1
20492026-04-22T01:45:33.302Z Checking camino v1.2.2
20502026-04-22T01:45:33.338Z Checking ucd-trie v0.1.7
20512026-04-22T01:45:33.378Z Checking rustls-native-certs v0.8.3
20522026-04-22T01:45:33.485Z Checking pkcs8 v0.10.2
20532026-04-22T01:45:33.537Z Checking pest v2.8.6
20542026-04-22T01:45:33.579Z Checking sync_wrapper v1.0.2
20552026-04-22T01:45:33.615Z Checking webpki-roots v1.0.6
20562026-04-22T01:45:33.618Z Checking iri-string v0.7.10
20572026-04-22T01:45:33.618Z Checking simd-adler32 v0.3.8
20582026-04-22T01:45:33.712Z Checking openapiv3 v2.2.0
20592026-04-22T01:45:33.749Z Checking tower v0.5.3
20602026-04-22T01:45:33.752Z Checking rustls-webpki v0.103.9
20612026-04-22T01:45:33.815Z Checking mime v0.3.17
20622026-04-22T01:45:33.850Z Checking adler2 v2.0.1
20632026-04-22T01:45:33.989Z Checking either v1.15.0
20642026-04-22T01:45:34.023Z Checking miniz_oxide v0.8.9
20652026-04-22T01:45:34.026Z Checking hyper v1.8.1
20662026-04-22T01:45:34.165Z Checking winnow v0.7.14
20672026-04-22T01:45:34.200Z Checking static_assertions v1.1.0
20682026-04-22T01:45:34.236Z Checking rustls v0.23.37
20692026-04-22T01:45:34.295Z Checking oxnet v0.1.4
20702026-04-22T01:45:34.403Z Checking lazy_static v1.5.0
20712026-04-22T01:45:34.522Z Checking signature v2.2.0
20722026-04-22T01:45:34.558Z Checking hubpack v0.1.2
20732026-04-22T01:45:34.612Z Checking encoding_rs v0.8.35
20742026-04-22T01:45:34.675Z Checking strum v0.26.3
20752026-04-22T01:45:34.718Z Checking tower-http v0.6.8
20762026-04-22T01:45:34.753Z Checking crc32fast v1.5.0
20772026-04-22T01:45:34.811Z Checking foreign-types-shared v0.1.1
20782026-04-22T01:45:34.917Z Checking sha1 v0.10.6
20792026-04-22T01:45:34.953Z Checking foreign-types v0.3.2
20802026-04-22T01:45:34.990Z Checking hyper-util v0.1.20
20812026-04-22T01:45:35.027Z Checking openssl-sys v0.9.111
20822026-04-22T01:45:35.063Z Checking tinyvec_macros v0.1.1
20832026-04-22T01:45:35.066Z Checking serde_spanned v0.6.9
20842026-04-22T01:45:35.129Z Checking toml_datetime v0.6.11
20852026-04-22T01:45:35.166Z Checking tinyvec v1.10.0
20862026-04-22T01:45:35.248Z Checking num-integer v0.1.46
20872026-04-22T01:45:35.337Z Checking data-encoding v2.10.0
20882026-04-22T01:45:35.381Z Checking scroll v0.13.0
20892026-04-22T01:45:35.497Z Checking zlib-rs v0.6.2
20902026-04-22T01:45:35.500Z Checking bit-vec v0.8.0
20912026-04-22T01:45:35.564Z Checking openssl v0.10.75
20922026-04-22T01:45:35.602Z Checking base16ct v0.2.0
20932026-04-22T01:45:35.636Z Checking goblin v0.10.5
20942026-04-22T01:45:35.639Z Checking ff v0.13.1
20952026-04-22T01:45:35.748Z Checking bit-set v0.8.0
20962026-04-22T01:45:35.751Z Checking sec1 v0.7.3
20972026-04-22T01:45:35.820Z Checking wait-timeout v0.2.1
20982026-04-22T01:45:35.920Z Checking memmap2 v0.9.10
20992026-04-22T01:45:35.967Z Checking group v0.13.0
21002026-04-22T01:45:36.006Z Checking num-iter v0.1.45
21012026-04-22T01:45:36.106Z Checking dtrace-parser v0.3.0
21022026-04-22T01:45:36.143Z Checking bstr v1.12.1
21032026-04-22T01:45:36.149Z Checking hkdf v0.12.4
21042026-04-22T01:45:36.259Z Checking crossbeam-epoch v0.9.18
21052026-04-22T01:45:36.333Z Checking ahash v0.8.12
21062026-04-22T01:45:36.369Z Checking crypto-bigint v0.5.5
21072026-04-22T01:45:36.425Z Checking flate2 v1.1.9
21082026-04-22T01:45:36.507Z Checking thread-id v5.1.0
21092026-04-22T01:45:36.555Z Checking psl-types v2.0.11
21102026-04-22T01:45:36.592Z Checking quick-error v1.2.3
21112026-04-22T01:45:36.595Z Checking tokio-rustls v0.26.4
21122026-04-22T01:45:36.659Z Checking cookie v0.18.1
21132026-04-22T01:45:36.699Z Checking publicsuffix v2.3.0
21142026-04-22T01:45:36.735Z Checking rusty-fork v0.3.1
21152026-04-22T01:45:36.771Z Checking rand_xorshift v0.4.0
21162026-04-22T01:45:36.873Z Checking hyper-rustls v0.27.7
21172026-04-22T01:45:36.908Z Checking scroll v0.12.0
21182026-04-22T01:45:36.911Z Checking unarray v0.1.4
21192026-04-22T01:45:36.911Z Checking cookie_store v0.22.1
21202026-04-22T01:45:37.006Z Checking rustls-platform-verifier v0.6.2
21212026-04-22T01:45:37.097Z Checking proptest v1.10.0
21222026-04-22T01:45:37.134Z Checking num-bigint-dig v0.8.6
21232026-04-22T01:45:37.169Z Checking goblin v0.8.2
21242026-04-22T01:45:37.172Z Checking pkcs1 v0.7.5
21252026-04-22T01:45:37.270Z Checking elliptic-curve v0.13.8
21262026-04-22T01:45:37.305Z Checking x509-cert v0.2.5
21272026-04-22T01:45:37.433Z Checking zerocopy v0.7.35
21282026-04-22T01:45:37.512Z Checking native-tls v0.2.18
21292026-04-22T01:45:37.608Z Checking unicode-segmentation v1.12.0
21302026-04-22T01:45:37.713Z Checking tokio-native-tls v0.3.1
21312026-04-22T01:45:37.897Z Checking hyper-tls v0.6.0
21322026-04-22T01:45:37.941Z Checking reqwest v0.13.2
21332026-04-22T01:45:37.944Z Checking dtrace-parser v0.2.0
21342026-04-22T01:45:38.008Z Checking rsa v0.9.10
21352026-04-22T01:45:38.011Z Checking dof v0.4.0
21362026-04-22T01:45:38.011Z Checking rfc6979 v0.4.0
21372026-04-22T01:45:38.104Z Checking reqwest v0.12.28
21382026-04-22T01:45:38.211Z Checking thread-id v4.2.2
21392026-04-22T01:45:38.246Z Checking toml_write v0.1.2
21402026-04-22T01:45:38.319Z Checking ecdsa v0.16.9
21412026-04-22T01:45:38.443Z Checking toml_edit v0.22.27
21422026-04-22T01:45:38.496Z Checking toml_parser v1.0.9+spec-1.1.0
21432026-04-22T01:45:38.687Z Checking curve25519-dalek v4.1.3
21442026-04-22T01:45:38.722Z Checking usdt-impl v0.6.0
21452026-04-22T01:45:38.805Z Checking memoffset v0.9.1
21462026-04-22T01:45:38.870Z Checking rustix v0.38.44
21472026-04-22T01:45:38.905Z Checking newtype-uuid v1.3.2
21482026-04-22T01:45:38.941Z Checking env_filter v1.0.0
21492026-04-22T01:45:38.992Z Checking keccak v0.1.6
21502026-04-22T01:45:39.033Z Checking usdt v0.6.0
21512026-04-22T01:45:39.082Z Checking dof v0.3.0
21522026-04-22T01:45:39.117Z Checking env_logger v0.11.9
21532026-04-22T01:45:39.151Z Checking daft v0.1.5
21542026-04-22T01:45:39.186Z Checking sha3 v0.10.8
21552026-04-22T01:45:39.227Z Checking ed25519 v2.2.3
21562026-04-22T01:45:39.328Z Checking itertools v0.13.0
21572026-04-22T01:45:39.389Z Checking usdt-impl v0.5.0
21582026-04-22T01:45:39.424Z Checking serde_with v3.17.0
21592026-04-22T01:45:39.427Z Checking bitflags v1.3.2
21602026-04-22T01:45:39.489Z Checking siphasher v1.0.2
21612026-04-22T01:45:39.492Z Checking ed25519-dalek v2.2.0
21622026-04-22T01:45:39.554Z Checking unicode-normalization v0.1.25
21632026-04-22T01:45:39.589Z Checking signal-hook v0.3.18
21642026-04-22T01:45:39.672Z Checking winnow v0.5.40
21652026-04-22T01:45:39.708Z Checking managed v0.8.0
21662026-04-22T01:45:39.710Z Checking nix v0.31.2
21672026-04-22T01:45:39.778Z Checking bzip2-sys v0.1.13+1.0.8
21682026-04-22T01:45:39.812Z Checking object v0.37.3
21692026-04-22T01:45:39.886Z Checking foldhash v0.1.5
21702026-04-22T01:45:39.922Z Checking bzip2 v0.4.4
21712026-04-22T01:45:39.980Z Checking signal-hook-mio v0.2.5
21722026-04-22T01:45:40.042Z Checking hashbrown v0.15.5
21732026-04-22T01:45:40.107Z Checking ref-cast v1.0.25
21742026-04-22T01:45:40.111Z Checking zstd-sys v2.0.16+zstd.1.5.7
21752026-04-22T01:45:40.249Z Checking toml_datetime v0.7.5+spec-1.1.0
21762026-04-22T01:45:40.283Z Checking zstd-safe v7.2.4
21772026-04-22T01:45:40.374Z Checking zip v0.6.6
21782026-04-22T01:45:40.471Z Checking bumpalo v3.20.2
21792026-04-22T01:45:40.474Z Checking libbz2-rs-sys v0.2.2
21802026-04-22T01:45:40.539Z Checking zstd v0.13.3
21812026-04-22T01:45:40.699Z Checking zopfli v0.8.3
21822026-04-22T01:45:40.734Z Checking crossterm v0.28.1
21832026-04-22T01:45:40.770Z Checking similar v2.7.0
21842026-04-22T01:45:40.774Z Checking tokio-stream v0.1.18
21852026-04-22T01:45:40.838Z Checking toml_edit v0.19.15
21862026-04-22T01:45:40.874Z Checking fs-err v3.3.0
21872026-04-22T01:45:40.916Z Checking bzip2 v0.6.1
21882026-04-22T01:45:41.053Z Checking hash32 v0.2.1
21892026-04-22T01:45:41.107Z Checking serde-big-array v0.5.1
21902026-04-22T01:45:41.175Z Checking jiff v0.2.21
21912026-04-22T01:45:41.211Z Checking unicode-properties v0.1.4
21922026-04-22T01:45:41.211Z Checking unicode-bidi v0.3.18
21932026-04-22T01:45:41.277Z Checking predicates-core v1.0.10
21942026-04-22T01:45:41.280Z Checking heapless v0.7.17
21952026-04-22T01:45:41.428Z Checking hickory-proto v0.25.2
21962026-04-22T01:45:41.463Z Checking md-5 v0.10.6
21972026-04-22T01:45:41.466Z Checking float-cmp v0.10.0
21982026-04-22T01:45:41.533Z Checking stringprep v0.1.5
21992026-04-22T01:45:41.626Z Checking difflib v0.4.0
22002026-04-22T01:45:41.661Z Checking normalize-line-endings v0.3.0
22012026-04-22T01:45:41.711Z Checking fallible-iterator v0.2.0
22022026-04-22T01:45:41.746Z Checking rustc-hash v2.1.1
22032026-04-22T01:45:41.779Z Checking smoltcp v0.9.1
22042026-04-22T01:45:41.826Z Checking predicates v3.1.4
22052026-04-22T01:45:41.880Z Checking toml v0.7.8
22062026-04-22T01:45:41.915Z Checking iddqd v0.3.17
22072026-04-22T01:45:42.002Z Checking postgres-protocol v0.6.10
22082026-04-22T01:45:42.117Z Checking phf_shared v0.11.3
22092026-04-22T01:45:42.152Z Checking phf_shared v0.13.1
22102026-04-22T01:45:42.212Z Checking buf-list v1.1.2
22112026-04-22T01:45:42.284Z Checking strum v0.27.2
22122026-04-22T01:45:42.338Z Checking fixedbitset v0.5.7
22132026-04-22T01:45:42.373Z Checking new_debug_unreachable v1.0.6
22142026-04-22T01:45:42.409Z Checking fixedbitset v0.4.2
22152026-04-22T01:45:42.445Z Checking precomputed-hash v0.1.1
22162026-04-22T01:45:42.448Z Checking lalrpop-util v0.19.12
22172026-04-22T01:45:42.512Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22182026-04-22T01:45:42.556Z Checking string_cache v0.8.9
22192026-04-22T01:45:42.561Z Checking petgraph v0.8.3
22202026-04-22T01:45:42.592Z Checking petgraph v0.6.5
22212026-04-22T01:45:42.663Z Checking phf v0.13.1
22222026-04-22T01:45:42.750Z Checking postgres-types v0.2.12
22232026-04-22T01:45:42.787Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22242026-04-22T01:45:42.837Z Checking whoami v2.1.0
22252026-04-22T01:45:43.056Z Checking peg-runtime v0.8.5
22262026-04-22T01:45:43.093Z Checking tokio-postgres v0.7.16
22272026-04-22T01:45:43.205Z Checking futures-executor v0.3.32
22282026-04-22T01:45:43.242Z Checking is-terminal v0.4.17
22292026-04-22T01:45:43.360Z Checking crossbeam-channel v0.5.15
22302026-04-22T01:45:43.395Z Checking futures v0.3.32
22312026-04-22T01:45:43.429Z Checking zip v4.6.1
22322026-04-22T01:45:43.507Z Compiling structmeta-derive v0.3.0
22332026-04-22T01:45:43.715Z Checking thread_local v1.1.9
22342026-04-22T01:45:43.893Z Checking term v1.2.1
22352026-04-22T01:45:43.928Z Checking take_mut v0.2.2
22362026-04-22T01:45:44.036Z Compiling newtype-uuid-macros v0.1.0
22372026-04-22T01:45:44.072Z Checking slog-async v2.8.0
22382026-04-22T01:45:44.143Z Checking slog-term v2.9.2
22392026-04-22T01:45:44.203Z Compiling rustls v0.22.4
22402026-04-22T01:45:44.239Z Compiling multer v3.1.0
22412026-04-22T01:45:44.273Z Checking regress v0.10.5
22422026-04-22T01:45:44.403Z Compiling async-stream-impl v0.3.6
22432026-04-22T01:45:44.469Z Compiling dropshot v0.16.7
22442026-04-22T01:45:44.532Z Compiling dropshot_endpoint v0.16.7
22452026-04-22T01:45:44.578Z Checking match_cfg v0.1.0
22462026-04-22T01:45:44.621Z Compiling structmeta v0.3.0
22472026-04-22T01:45:44.673Z Checking hostname v0.3.1
22482026-04-22T01:45:44.815Z Checking slog-json v2.6.1
22492026-04-22T01:45:44.844Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22502026-04-22T01:45:44.847Z Checking debug-ignore v1.0.5
22512026-04-22T01:45:44.912Z Compiling derive-ex v0.1.8
22522026-04-22T01:45:44.951Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22532026-04-22T01:45:44.991Z Checking slog-bunyan v2.5.0
22542026-04-22T01:45:45.025Z Checking serde_spanned v1.0.4
22552026-04-22T01:45:45.059Z Checking toml_writer v1.0.6+spec-1.1.0
22562026-04-22T01:45:45.127Z Checking progenitor-client v0.13.0
22572026-04-22T01:45:45.181Z Checking rustls-webpki v0.102.8
22582026-04-22T01:45:45.260Z Checking serde_path_to_error v0.1.20
22592026-04-22T01:45:45.263Z Checking async-stream v0.3.6
22602026-04-22T01:45:45.402Z Checking waitgroup v0.1.2
22612026-04-22T01:45:45.444Z Checking rustls-pemfile v2.2.0
22622026-04-22T01:45:45.531Z Checking hostname v0.4.2
22632026-04-22T01:45:45.568Z Checking toml v0.9.12+spec-1.1.0
22642026-04-22T01:45:45.634Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22652026-04-22T01:45:45.637Z Compiling parse-display-derive v0.10.0
22662026-04-22T01:45:45.697Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22672026-04-22T01:45:45.731Z Checking itertools v0.14.0
22682026-04-22T01:45:45.770Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22692026-04-22T01:45:45.862Z Checking macaddr v1.0.1
22702026-04-22T01:45:46.065Z Checking instant v0.1.13
22712026-04-22T01:45:46.167Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22722026-04-22T01:45:46.204Z Checking progenitor-client v0.10.0
22732026-04-22T01:45:46.207Z Checking backoff v0.4.0
22742026-04-22T01:45:46.291Z Checking backon v1.6.0
22752026-04-22T01:45:46.421Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22762026-04-22T01:45:46.457Z Checking unicode-width v0.2.0
22772026-04-22T01:45:46.523Z Checking progenitor-extras v0.1.1
22782026-04-22T01:45:46.594Z Compiling test-strategy v0.4.5
22792026-04-22T01:45:46.759Z Checking heck v0.5.0
22802026-04-22T01:45:46.793Z Compiling convert_case v0.4.0
22812026-04-22T01:45:46.828Z Checking half v2.7.1
22822026-04-22T01:45:46.905Z Checking ciborium-io v0.2.2
22832026-04-22T01:45:46.938Z Checking secrecy v0.10.3
22842026-04-22T01:45:47.022Z Checking indent_write v2.2.0
22852026-04-22T01:45:47.067Z Checking tokio-rustls v0.25.0
22862026-04-22T01:45:47.100Z Checking universal-hash v0.5.1
22872026-04-22T01:45:47.134Z Checking ciborium-ll v0.2.2
22882026-04-22T01:45:47.174Z Checking opaque-debug v0.3.1
22892026-04-22T01:45:47.209Z Compiling derive_more v0.99.20
22902026-04-22T01:45:47.247Z Compiling unsafe-libyaml v0.2.11
22912026-04-22T01:45:47.282Z Checking camino-tempfile v1.4.1
22922026-04-22T01:45:47.346Z Checking ciborium v0.2.2
22932026-04-22T01:45:47.379Z Checking parse-display v0.10.0
22942026-04-22T01:45:47.461Z Compiling crucible-workspace-hack v0.1.0
22952026-04-22T01:45:47.548Z Checking aead v0.5.2
22962026-04-22T01:45:47.742Z Checking poly1305 v0.8.0
22972026-04-22T01:45:47.786Z Compiling serde_yaml v0.9.34+deprecated
22982026-04-22T01:45:47.823Z Checking chacha20 v0.9.1
22992026-04-22T01:45:48.008Z Compiling typify-impl v0.6.1
23002026-04-22T01:45:48.044Z Compiling thiserror-impl-no-std v2.0.2
23012026-04-22T01:45:48.109Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23022026-04-22T01:45:48.512Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23032026-04-22T01:45:48.923Z Checking swrite v0.1.0
23042026-04-22T01:45:49.045Z Checking password-hash v0.5.0
23052026-04-22T01:45:49.226Z Checking blake2 v0.10.6
23062026-04-22T01:45:49.262Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23072026-04-22T01:45:49.302Z Checking thiserror-no-std v2.0.2
23082026-04-22T01:45:49.305Z Checking chacha20poly1305 v0.10.1
23092026-04-22T01:45:49.367Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23102026-04-22T01:45:49.416Z Checking vsss-rs v3.3.4
23112026-04-22T01:45:49.485Z Checking argon2 v0.5.3
23122026-04-22T01:45:49.487Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23132026-04-22T01:45:49.627Z Checking byte-wrapper v0.1.0
23142026-04-22T01:45:49.684Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23152026-04-22T01:45:49.834Z Checking crossbeam-deque v0.8.6
23162026-04-22T01:45:49.902Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23172026-04-22T01:45:49.905Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23182026-04-22T01:45:49.965Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23192026-04-22T01:45:50.071Z Compiling rayon-core v1.13.0
23202026-04-22T01:45:50.173Z Checking toml v0.8.23
23212026-04-22T01:45:50.515Z Compiling proc-macro-error v1.0.4
23222026-04-22T01:45:50.549Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23232026-04-22T01:45:50.641Z Compiling toml_edit v0.23.10+spec-1.0.0
23242026-04-22T01:45:50.677Z Checking rayon v1.11.0
23252026-04-22T01:45:50.847Z Checking unicode-width v0.1.14
23262026-04-22T01:45:51.102Z Checking glob v0.3.3
23272026-04-22T01:45:51.136Z Checking tabwriter v1.4.1
23282026-04-22T01:45:51.308Z Compiling proc-macro-crate v3.4.0
23292026-04-22T01:45:51.310Z Compiling heapless v0.8.0
23302026-04-22T01:45:51.434Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23312026-04-22T01:45:51.561Z Compiling ingot-macros v0.1.1
23322026-04-22T01:45:51.717Z Checking hash32 v0.3.1
23332026-04-22T01:45:51.720Z Compiling smoltcp v0.11.0
23342026-04-22T01:45:51.846Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23352026-04-22T01:45:51.879Z Checking cobs v0.3.0
23362026-04-22T01:45:52.052Z Compiling usdt-macro v0.5.0
23372026-04-22T01:45:52.150Z Compiling usdt-attr-macro v0.5.0
23382026-04-22T01:45:52.183Z Checking memmap v0.7.0
23392026-04-22T01:45:52.216Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23402026-04-22T01:45:52.323Z Checking colored v3.1.1
23412026-04-22T01:45:52.465Z Checking postcard v1.1.3
23422026-04-22T01:45:52.515Z Compiling typify-macro v0.6.1
23432026-04-22T01:45:52.551Z Compiling num_enum_derive v0.7.5
23442026-04-22T01:45:52.781Z Compiling proc-macro-crate v1.3.1
23452026-04-22T01:45:52.815Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23462026-04-22T01:45:52.937Z Checking usdt v0.5.0
23472026-04-22T01:45:53.051Z Checking sigpipe v0.1.3
23482026-04-22T01:45:53.134Z Compiling foreign-types-macros v0.2.3
23492026-04-22T01:45:53.169Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23502026-04-22T01:45:53.213Z Checking cpufeatures v0.3.0
23512026-04-22T01:45:53.314Z Checking foreign-types-shared v0.3.1
23522026-04-22T01:45:53.431Z Checking chacha20 v0.10.0
23532026-04-22T01:45:53.469Z Compiling num_enum_derive v0.5.11
23542026-04-22T01:45:53.603Z Checking num_enum v0.7.5
23552026-04-22T01:45:53.675Z Checking cstr-argument v0.1.2
23562026-04-22T01:45:53.766Z Checking foreign-types v0.5.0
23572026-04-22T01:45:53.798Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23582026-04-22T01:45:53.835Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23592026-04-22T01:45:53.869Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23602026-04-22T01:45:53.900Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23612026-04-22T01:45:54.110Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23622026-04-22T01:45:54.143Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23632026-04-22T01:45:54.178Z Checking rand v0.10.0
23642026-04-22T01:45:54.240Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23652026-04-22T01:45:54.274Z Compiling typify v0.6.1
23662026-04-22T01:45:54.340Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23672026-04-22T01:45:54.375Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-04-22T01:45:54.378Z Checking ingot-types v0.1.2
23692026-04-22T01:45:54.439Z Compiling progenitor-impl v0.13.0
23702026-04-22T01:45:54.518Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23712026-04-22T01:45:54.555Z Compiling zone_cfg_derive v0.3.1
23722026-04-22T01:45:54.588Z Checking num_enum v0.5.11
23732026-04-22T01:45:54.722Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23742026-04-22T01:45:54.818Z Checking ingot v0.1.1
23752026-04-22T01:45:54.875Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23762026-04-22T01:45:54.924Z Checking itertools v0.12.1
23772026-04-22T01:45:55.076Z Compiling num-derive v0.4.2
23782026-04-22T01:45:55.217Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23792026-04-22T01:45:55.351Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23802026-04-22T01:45:55.533Z Checking smf v0.2.3
23812026-04-22T01:45:55.567Z Checking whoami v1.6.1
23822026-04-22T01:45:55.646Z Checking tokio-dtrace v0.1.1
23832026-04-22T01:45:55.763Z Compiling derive-where v1.6.0
23842026-04-22T01:45:55.797Z Checking console v0.15.11
23852026-04-22T01:45:55.855Z Checking oxide-tokio-rt v0.1.4
23862026-04-22T01:45:55.956Z Checking zone v0.3.1
23872026-04-22T01:45:56.027Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23882026-04-22T01:45:56.062Z Checking atomicwrites v0.4.4
23892026-04-22T01:45:56.095Z Checking newline-converter v0.3.0
23902026-04-22T01:45:56.214Z Checking bytecount v0.6.9
23912026-04-22T01:45:56.249Z Checking expectorate v1.2.0
23922026-04-22T01:45:56.281Z Compiling owo-colors v4.3.0
23932026-04-22T01:45:56.326Z Compiling cancel-safe-futures v0.1.5
23942026-04-22T01:45:56.360Z Checking libsw-core v0.3.2
23952026-04-22T01:45:56.404Z Compiling prettyplease v0.2.37
23962026-04-22T01:45:56.456Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23972026-04-22T01:45:56.529Z Checking libsw v3.5.0
23982026-04-22T01:45:56.709Z Checking num-rational v0.4.2
23992026-04-22T01:45:56.776Z Checking num-complex v0.4.6
24002026-04-22T01:45:56.864Z Checking same-file v1.0.6
24012026-04-22T01:45:57.003Z Checking linear-map v1.2.0
24022026-04-22T01:45:57.037Z Checking walkdir v2.5.0
24032026-04-22T01:45:57.078Z Checking float-ord v0.3.2
24042026-04-22T01:45:57.113Z Compiling progenitor-macro v0.13.0
24052026-04-22T01:45:57.146Z Checking num v0.4.3
24062026-04-22T01:45:57.192Z Checking gethostname v0.5.0
24072026-04-22T01:45:57.227Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24082026-04-22T01:45:57.227Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24092026-04-22T01:45:57.293Z Compiling async-recursion v1.1.1
24102026-04-22T01:45:57.356Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24112026-04-22T01:45:57.359Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24122026-04-22T01:45:57.661Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
24132026-04-22T01:45:58.767Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
24142026-04-22T01:45:59.042Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-04-22T01:45:59.924Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-04-22T01:46:00.920Z Checking smawk v0.3.2
24172026-04-22T01:46:01.076Z Checking resolv-conf v0.7.6
24182026-04-22T01:46:01.282Z Checking unicode-linebreak v0.1.5
24192026-04-22T01:46:01.316Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24202026-04-22T01:46:01.529Z Checking papergrid v0.11.0
24212026-04-22T01:46:01.563Z Compiling tabled_derive v0.7.0
24222026-04-22T01:46:01.598Z Checking globset v0.4.18
24232026-04-22T01:46:02.005Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24242026-04-22T01:46:02.041Z Compiling convert_case v0.10.0
24252026-04-22T01:46:02.044Z Checking progenitor v0.13.0
24262026-04-22T01:46:02.234Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24272026-04-22T01:46:02.380Z Compiling slog-dtrace v0.3.0
24282026-04-22T01:46:02.491Z Compiling derive_more-impl v2.1.1
24292026-04-22T01:46:02.546Z Checking tabled v0.15.0
24302026-04-22T01:46:02.686Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24312026-04-22T01:46:02.798Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24322026-04-22T01:46:03.349Z Checking derive_more v2.1.1
24332026-04-22T01:46:03.457Z Checking crossterm v0.29.0
24342026-04-22T01:46:03.489Z Compiling pin-project-internal v1.1.11
24352026-04-22T01:46:03.610Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24362026-04-22T01:46:03.714Z Checking pem v3.0.6
24372026-04-22T01:46:03.886Z Checking fd-lock v4.0.4
24382026-04-22T01:46:03.925Z Checking vte v0.14.1
24392026-04-22T01:46:04.035Z Checking display-error-chain v0.2.2
24402026-04-22T01:46:04.073Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24412026-04-22T01:46:04.106Z Checking strip-ansi-escapes v0.2.1
24422026-04-22T01:46:04.185Z Compiling snafu-derive v0.8.9
24432026-04-22T01:46:04.239Z Checking nu-ansi-term v0.50.3
24442026-04-22T01:46:04.243Z Checking linked-hash-map v0.5.6
24452026-04-22T01:46:04.468Z Checking termtree v0.5.1
24462026-04-22T01:46:04.503Z Checking reedline v0.40.0
24472026-04-22T01:46:04.637Z Checking lru-cache v0.1.2
24482026-04-22T01:46:04.691Z Checking pin-project v1.1.11
24492026-04-22T01:46:04.787Z Checking textwrap v0.16.2
24502026-04-22T01:46:04.823Z Checking olpc-cjson v0.1.4
24512026-04-22T01:46:04.827Z Checking hickory-proto v0.24.4
24522026-04-22T01:46:04.948Z Checking serde_plain v1.0.2
24532026-04-22T01:46:04.988Z Compiling minimal-lexical v0.2.1
24542026-04-22T01:46:05.045Z Checking typed-path v0.9.3
24552026-04-22T01:46:05.122Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24562026-04-22T01:46:05.269Z Compiling nom v7.1.3
24572026-04-22T01:46:05.599Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24582026-04-22T01:46:05.679Z Compiling ar_archive_writer v0.5.1
24592026-04-22T01:46:05.714Z Checking humantime v2.3.0
24602026-04-22T01:46:05.820Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24612026-04-22T01:46:05.919Z Checking csv-core v0.1.13
24622026-04-22T01:46:06.119Z Checking snafu v0.8.9
24632026-04-22T01:46:06.152Z Checking csv v1.4.0
24642026-04-22T01:46:06.200Z Compiling stacker v0.1.23
24652026-04-22T01:46:06.288Z Compiling cfg_aliases v0.1.1
24662026-04-22T01:46:06.381Z Checking tough v0.20.0
24672026-04-22T01:46:06.415Z Checking highway v1.3.0
24682026-04-22T01:46:06.525Z Compiling nix v0.28.0
24692026-04-22T01:46:06.558Z Checking nibble_vec v0.1.0
24702026-04-22T01:46:06.589Z Compiling psm v0.1.30
24712026-04-22T01:46:06.623Z Checking endian-type v0.1.2
24722026-04-22T01:46:06.659Z Checking hickory-resolver v0.24.4
24732026-04-22T01:46:06.662Z Checking home v0.5.12
24742026-04-22T01:46:06.724Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24752026-04-22T01:46:06.774Z Checking radix_trie v0.2.1
24762026-04-22T01:46:06.820Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24772026-04-22T01:46:06.931Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24782026-04-22T01:46:07.007Z Checking phf_shared v0.12.1
24792026-04-22T01:46:07.174Z Compiling recursive-proc-macro-impl v0.1.1
24802026-04-22T01:46:07.312Z Compiling chrono-tz v0.10.4
24812026-04-22T01:46:07.405Z Checking qorb v0.4.1
24822026-04-22T01:46:07.442Z Compiling semver v0.1.20
24832026-04-22T01:46:07.495Z Checking phf v0.12.1
24842026-04-22T01:46:07.608Z Checking recursive v0.1.1
24852026-04-22T01:46:07.611Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24862026-04-22T01:46:07.672Z Compiling rustc_version v0.1.7
24872026-04-22T01:46:07.728Z Compiling const_format_proc_macros v0.2.34
24882026-04-22T01:46:07.761Z Compiling peg-macros v0.8.5
24892026-04-22T01:46:07.919Z Checking winnow v0.6.26
24902026-04-22T01:46:08.155Z Compiling sqlparser_derive v0.5.0
24912026-04-22T01:46:08.526Z Checking unicode_categories v0.1.1
24922026-04-22T01:46:08.568Z Checking const_format v0.2.35
24932026-04-22T01:46:08.739Z Checking rustyline v14.0.0
24942026-04-22T01:46:08.897Z Compiling newtype_derive v0.1.6
24952026-04-22T01:46:08.980Z Checking sqlparser v0.61.0
24962026-04-22T01:46:09.114Z Checking sqlformat v0.3.5
24972026-04-22T01:46:09.179Z Checking peg v0.8.5
24982026-04-22T01:46:09.282Z Checking bcs v0.1.6
24992026-04-22T01:46:09.572Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25002026-04-22T01:46:09.610Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25012026-04-22T01:46:09.643Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25022026-04-22T01:46:09.768Z Checking steno v0.4.1
25032026-04-22T01:46:09.803Z Checking filetime v0.2.27
25042026-04-22T01:46:09.929Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25052026-04-22T01:46:09.970Z Checking xattr v1.6.1
25062026-04-22T01:46:10.130Z Checking tar v0.4.45
25072026-04-22T01:46:10.538Z Checking subprocess v0.2.15
25082026-04-22T01:46:10.597Z Checking base64 v0.21.7
25092026-04-22T01:46:10.644Z Checking headers-core v0.3.0
25102026-04-22T01:46:10.779Z Checking headers v0.4.1
25112026-04-22T01:46:10.813Z Checking yasna v0.5.2
25122026-04-22T01:46:10.845Z Checking dropshot-api-manager-types v0.6.0
25132026-04-22T01:46:10.878Z Checking tagptr v0.2.0
25142026-04-22T01:46:11.075Z Checking moka v0.12.13
25152026-04-22T01:46:11.210Z Checking rcgen v0.12.1
25162026-04-22T01:46:11.254Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25172026-04-22T01:46:11.453Z Checking utf-8 v0.7.6
25182026-04-22T01:46:11.545Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25192026-04-22T01:46:11.628Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25202026-04-22T01:46:11.721Z Compiling libefi-sys v0.1.0
25212026-04-22T01:46:11.755Z Checking hickory-resolver v0.25.2
25222026-04-22T01:46:11.930Z Compiling radium v0.7.0
25232026-04-22T01:46:12.008Z Compiling bitfield-struct v0.6.2
25242026-04-22T01:46:12.101Z Checking tap v1.0.1
25252026-04-22T01:46:12.245Z Compiling maybe-uninit v2.0.0
25262026-04-22T01:46:12.487Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25272026-04-22T01:46:12.523Z Checking wyz v0.5.1
25282026-04-22T01:46:12.612Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25292026-04-22T01:46:12.677Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25302026-04-22T01:46:12.725Z Compiling zerocopy-derive v0.6.6
25312026-04-22T01:46:12.849Z Checking crc-catalog v2.4.0
25322026-04-22T01:46:12.935Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25332026-04-22T01:46:12.966Z Compiling packed_struct v0.10.1
25342026-04-22T01:46:13.001Z Checking funty v2.0.0
25352026-04-22T01:46:13.042Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25362026-04-22T01:46:13.287Z Checking crc v3.4.0
25372026-04-22T01:46:13.319Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25382026-04-22T01:46:13.351Z Checking bitvec v1.0.1
25392026-04-22T01:46:13.491Z Checking tungstenite v0.21.0
25402026-04-22T01:46:13.568Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25412026-04-22T01:46:13.603Z Checking zerocopy v0.6.6
25422026-04-22T01:46:13.606Z Compiling packed_struct_codegen v0.10.1
25432026-04-22T01:46:13.637Z Compiling bitfield-macros v0.19.4
25442026-04-22T01:46:13.958Z Compiling indexmap v1.9.3
25452026-04-22T01:46:13.999Z Checking nodrop v0.1.14
25462026-04-22T01:46:14.117Z Checking array-init v0.0.4
25472026-04-22T01:46:14.225Z Checking tokio-tungstenite v0.21.0
25482026-04-22T01:46:14.433Z Checking bitfield v0.19.4
25492026-04-22T01:46:14.465Z Checking smallvec v0.6.14
25502026-04-22T01:46:14.535Z Checking hashbrown v0.12.3
25512026-04-22T01:46:14.692Z Checking serde-hex v0.1.0
25522026-04-22T01:46:14.695Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25532026-04-22T01:46:14.755Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25542026-04-22T01:46:14.908Z Checking ron v0.8.1
25552026-04-22T01:46:15.344Z Checking hashbrown v0.13.2
25562026-04-22T01:46:15.460Z Checking crc-any v2.5.0
25572026-04-22T01:46:15.586Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25582026-04-22T01:46:15.660Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25592026-04-22T01:46:15.724Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25602026-04-22T01:46:15.792Z Checking object v0.30.4
25612026-04-22T01:46:15.845Z Checking path-slash v0.1.5
25622026-04-22T01:46:15.849Z Compiling xshell-macros v0.2.7
25632026-04-22T01:46:15.908Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25642026-04-22T01:46:15.974Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25652026-04-22T01:46:16.215Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25662026-04-22T01:46:16.270Z Checking xshell v0.2.7
25672026-04-22T01:46:16.363Z Checking half v1.8.3
25682026-04-22T01:46:16.485Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25692026-04-22T01:46:16.584Z Checking serde_cbor v0.11.2
25702026-04-22T01:46:16.892Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25712026-04-22T01:46:17.138Z Compiling num-derive v0.3.3
25722026-04-22T01:46:17.170Z Compiling proc-macro-error-attr2 v2.0.0
25732026-04-22T01:46:17.248Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25742026-04-22T01:46:17.280Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25752026-04-22T01:46:17.458Z Checking papergrid v0.17.0
25762026-04-22T01:46:17.576Z Compiling proc-macro-error2 v2.0.1
25772026-04-22T01:46:17.912Z Checking testing_table v0.3.0
25782026-04-22T01:46:17.917Z Compiling tabled_derive v0.11.0
25792026-04-22T01:46:18.035Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25802026-04-22T01:46:18.067Z Checking libscf-sys v1.1.0
25812026-04-22T01:46:18.224Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25822026-04-22T01:46:18.256Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25832026-04-22T01:46:18.461Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25842026-04-22T01:46:18.555Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25852026-04-22T01:46:18.645Z Checking maplit v1.0.2
25862026-04-22T01:46:18.771Z Checking fxhash v0.2.1
25872026-04-22T01:46:18.916Z Checking crc8 v0.1.1
25882026-04-22T01:46:18.948Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25892026-04-22T01:46:18.979Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25902026-04-22T01:46:19.039Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25912026-04-22T01:46:19.171Z Checking tabled v0.20.0
25922026-04-22T01:46:19.306Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25932026-04-22T01:46:19.564Z Checking unicase v2.9.0
25942026-04-22T01:46:19.754Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25952026-04-22T01:46:19.802Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25962026-04-22T01:46:19.973Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25972026-04-22T01:46:20.203Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25982026-04-22T01:46:20.236Z Checking kstat-rs v0.2.4
25992026-04-22T01:46:20.382Z Compiling diesel_derives v2.3.7
26002026-04-22T01:46:20.476Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26012026-04-22T01:46:20.510Z Compiling typify-impl v0.4.3
26022026-04-22T01:46:20.632Z Checking scheduled-thread-pool v0.2.7
26032026-04-22T01:46:20.746Z Compiling dsl_auto_type v0.2.0
26042026-04-22T01:46:20.802Z Checking arc-swap v1.8.2
26052026-04-22T01:46:21.054Z Compiling vergen-gitcl v1.0.8
26062026-04-22T01:46:21.234Z Compiling diesel_table_macro_syntax v0.3.0
26072026-04-22T01:46:21.269Z Compiling parking_lot_core v0.8.6
26082026-04-22T01:46:21.345Z Checking slog-scope v4.4.1
26092026-04-22T01:46:21.391Z Checking r2d2 v0.8.10
26102026-04-22T01:46:21.513Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26112026-04-22T01:46:21.590Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26122026-04-22T01:46:21.837Z Compiling git-stub v1.0.0
26132026-04-22T01:46:21.937Z Checking downcast-rs v2.0.2
26142026-04-22T01:46:22.066Z Compiling git-stub-vcs v0.1.0
26152026-04-22T01:46:22.348Z Checking slog-stdlog v4.1.1
26162026-04-22T01:46:22.468Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26172026-04-22T01:46:22.503Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26182026-04-22T01:46:22.536Z Checking slog-envlogger v2.2.0
26192026-04-22T01:46:22.711Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26202026-04-22T01:46:22.814Z Checking parking_lot v0.11.2
26212026-04-22T01:46:23.023Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26222026-04-22T01:46:23.057Z Checking prefix-trie v0.7.0
26232026-04-22T01:46:23.240Z Checking sled v0.34.7
26242026-04-22T01:46:23.275Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26252026-04-22T01:46:23.349Z Checking nanorand v0.7.0
26262026-04-22T01:46:23.420Z Checking hickory-server v0.25.2
26272026-04-22T01:46:23.497Z Compiling dirs-sys-next v0.1.2
26282026-04-22T01:46:23.581Z Compiling crunchy v0.2.4
26292026-04-22T01:46:23.852Z Compiling dirs-next v2.0.0
26302026-04-22T01:46:23.931Z Checking flume v0.11.1
26312026-04-22T01:46:23.973Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26322026-04-22T01:46:24.009Z Compiling clang-sys v1.8.1
26332026-04-22T01:46:24.082Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26342026-04-22T01:46:24.203Z Compiling tiny-keccak v2.0.2
26352026-04-22T01:46:24.502Z Compiling term v0.7.0
26362026-04-22T01:46:24.533Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26372026-04-22T01:46:24.597Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26382026-04-22T01:46:24.892Z Compiling salty v0.3.0
26392026-04-22T01:46:24.945Z Compiling typify-macro v0.4.3
26402026-04-22T01:46:25.086Z Compiling bit-vec v0.6.3
26412026-04-22T01:46:25.207Z Compiling ascii-canvas v3.0.0
26422026-04-22T01:46:25.329Z Compiling bit-set v0.5.3
26432026-04-22T01:46:25.473Z Checking primeorder v0.13.6
26442026-04-22T01:46:25.537Z Compiling itertools v0.10.5
26452026-04-22T01:46:25.775Z Compiling ena v0.14.4
26462026-04-22T01:46:25.905Z Compiling libloading v0.8.9
26472026-04-22T01:46:25.940Z Compiling fs-err v2.11.0
26482026-04-22T01:46:25.942Z Compiling diff v0.1.13
26492026-04-22T01:46:26.010Z Compiling bindgen v0.71.1
26502026-04-22T01:46:26.139Z Compiling regex-syntax v0.6.29
26512026-04-22T01:46:26.503Z Compiling cexpr v0.6.0
26522026-04-22T01:46:26.589Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26532026-04-22T01:46:26.622Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26542026-04-22T01:46:26.663Z Compiling typify v0.4.3
26552026-04-22T01:46:26.737Z Checking diesel v2.3.7
26562026-04-22T01:46:26.939Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26572026-04-22T01:46:27.173Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26582026-04-22T01:46:27.204Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26592026-04-22T01:46:27.236Z Compiling libxml v0.3.3
26602026-04-22T01:46:27.419Z Checking parse-size v1.1.0
26612026-04-22T01:46:27.482Z Compiling lalrpop v0.19.12
26622026-04-22T01:46:27.567Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26632026-04-22T01:46:27.629Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26642026-04-22T01:46:27.670Z Checking p384 v0.13.1
26652026-04-22T01:46:28.128Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26662026-04-22T01:46:28.234Z Compiling strum_macros v0.24.3
26672026-04-22T01:46:28.427Z Checking assert_matches v1.5.0
26682026-04-22T01:46:28.529Z Compiling indoc v1.0.9
26692026-04-22T01:46:29.645Z Compiling progenitor-impl v0.10.0
26702026-04-22T01:46:29.678Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26712026-04-22T01:46:29.975Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26722026-04-22T01:46:30.191Z Checking predicates-tree v1.0.13
26732026-04-22T01:46:30.337Z Checking derive_builder v0.20.2
26742026-04-22T01:46:30.483Z Checking quick-xml v0.37.5
26752026-04-22T01:46:30.615Z Compiling oso-derive v0.27.3
26762026-04-22T01:46:30.649Z Compiling trait-variant v0.1.2
26772026-04-22T01:46:31.130Z Compiling impl-trait-for-tuples v0.2.3
26782026-04-22T01:46:31.208Z Checking openssl-probe v0.1.6
26792026-04-22T01:46:31.347Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26802026-04-22T01:46:31.379Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26812026-04-22T01:46:32.127Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26822026-04-22T01:46:32.227Z Compiling progenitor-macro v0.10.0
26832026-04-22T01:46:32.739Z Compiling progenitor-impl v0.11.2
26842026-04-22T01:46:33.041Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26852026-04-22T01:46:33.617Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26862026-04-22T01:46:35.002Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26872026-04-22T01:46:35.399Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26882026-04-22T01:46:35.469Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-04-22T01:46:36.233Z Checking toml_datetime v1.0.0+spec-1.1.0
26902026-04-22T01:46:36.475Z Checking toml v1.0.6+spec-1.1.0
26912026-04-22T01:46:36.508Z Compiling mime_guess v2.0.5
26922026-04-22T01:46:37.081Z Compiling progenitor-macro v0.11.2
26932026-04-22T01:46:37.148Z Checking progenitor v0.10.0
26942026-04-22T01:46:37.320Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26952026-04-22T01:46:37.368Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26962026-04-22T01:46:37.649Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26972026-04-22T01:46:37.885Z Checking progenitor-client v0.11.2
26982026-04-22T01:46:38.046Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26992026-04-22T01:46:38.083Z Checking http-range v0.1.5
27002026-04-22T01:46:38.152Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27012026-04-22T01:46:38.267Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27022026-04-22T01:46:38.329Z Checking ignore v0.4.25
27032026-04-22T01:46:38.798Z Checking atty v0.2.14
27042026-04-22T01:46:38.883Z Checking globwalk v0.9.1
27052026-04-22T01:46:39.125Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27062026-04-22T01:46:39.474Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27072026-04-22T01:46:39.687Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27082026-04-22T01:46:39.891Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27092026-04-22T01:46:39.926Z Checking bb8 v0.8.6
27102026-04-22T01:46:40.229Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27112026-04-22T01:46:40.264Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27122026-04-22T01:46:40.460Z Checking corncobs v0.1.4
27132026-04-22T01:46:40.503Z Checking compression-core v0.4.31
27142026-04-22T01:46:40.623Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27152026-04-22T01:46:40.666Z Checking compression-codecs v0.4.37
27162026-04-22T01:46:40.798Z Checking async-bb8-diesel v0.2.1
27172026-04-22T01:46:40.865Z Checking diesel-dtrace v0.5.0
27182026-04-22T01:46:41.172Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-04-22T01:46:41.217Z Checking hyper-staticfile v0.10.1
27202026-04-22T01:46:41.340Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27212026-04-22T01:46:41.491Z Checking camino-tempfile-ext v0.3.3
27222026-04-22T01:46:41.529Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27232026-04-22T01:46:41.562Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27242026-04-22T01:46:41.714Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27252026-04-22T01:46:41.841Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27262026-04-22T01:46:41.935Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-04-22T01:46:41.994Z Checking progenitor v0.11.2
27282026-04-22T01:46:42.164Z Checking signal-hook-tokio v0.3.1
27292026-04-22T01:46:42.321Z Checking secrecy v0.8.0
27302026-04-22T01:46:42.480Z Compiling dropshot v0.17.0
27312026-04-22T01:46:42.513Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27322026-04-22T01:46:42.864Z Checking async-compression v0.4.41
27332026-04-22T01:46:42.907Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27342026-04-22T01:46:43.152Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27352026-04-22T01:46:43.414Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27362026-04-22T01:46:43.450Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27372026-04-22T01:46:43.817Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27382026-04-22T01:46:43.855Z Compiling dropshot_endpoint v0.17.0
27392026-04-22T01:46:44.001Z Checking nonempty v0.12.0
27402026-04-22T01:46:44.193Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27412026-04-22T01:46:44.245Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-04-22T01:46:44.305Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27432026-04-22T01:46:44.528Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27442026-04-22T01:46:44.631Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27452026-04-22T01:46:44.732Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27462026-04-22T01:46:45.096Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27472026-04-22T01:46:45.449Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27482026-04-22T01:46:45.539Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27492026-04-22T01:46:45.826Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27502026-04-22T01:46:45.859Z Checking tungstenite v0.23.0
27512026-04-22T01:46:46.305Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27522026-04-22T01:46:46.517Z Checking tokio-tungstenite v0.23.1
27532026-04-22T01:46:46.810Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27542026-04-22T01:46:47.173Z Checking rand_seeder v0.4.0
27552026-04-22T01:46:47.354Z Checking void v1.0.2
27562026-04-22T01:46:47.489Z Checking lzss v0.8.2
27572026-04-22T01:46:47.523Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27582026-04-22T01:46:47.556Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27592026-04-22T01:46:47.710Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27602026-04-22T01:46:47.904Z Checking nix v0.27.1
27612026-04-22T01:46:47.938Z Checking serde_bytes v0.11.19
27622026-04-22T01:46:48.145Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27632026-04-22T01:46:48.351Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27642026-04-22T01:46:48.455Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27652026-04-22T01:46:48.526Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-04-22T01:46:49.275Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27672026-04-22T01:46:49.337Z Checking is_ci v1.2.0
27682026-04-22T01:46:49.471Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27692026-04-22T01:46:49.674Z Checking yansi v1.0.1
27702026-04-22T01:46:49.774Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27712026-04-22T01:46:49.861Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27722026-04-22T01:46:49.962Z Checking pretty_assertions v1.4.1
27732026-04-22T01:46:50.039Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27742026-04-22T01:46:50.125Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27752026-04-22T01:46:50.383Z Compiling darling_core v0.23.0
27762026-04-22T01:46:51.210Z Compiling indoc v2.0.7
27772026-04-22T01:46:51.315Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27782026-04-22T01:46:51.575Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27792026-04-22T01:46:51.689Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-04-22T01:46:51.800Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-04-22T01:46:52.028Z Compiling instability v0.3.11
27822026-04-22T01:46:52.072Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27832026-04-22T01:46:52.410Z Compiling libz-sys v1.1.24
27842026-04-22T01:46:52.482Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27852026-04-22T01:46:52.756Z Checking castaway v0.2.4
27862026-04-22T01:46:52.896Z Checking compact_str v0.8.1
27872026-04-22T01:46:52.929Z Compiling darling_macro v0.23.0
27882026-04-22T01:46:53.294Z Checking supports-color v3.0.2
27892026-04-22T01:46:53.464Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27902026-04-22T01:46:53.498Z Compiling darling v0.23.0
27912026-04-22T01:46:53.659Z Checking unicode-truncate v1.1.0
27922026-04-22T01:46:53.692Z Checking console v0.16.2
27932026-04-22T01:46:53.866Z Checking lru v0.12.5
27942026-04-22T01:46:54.036Z Checking cassowary v0.3.0
27952026-04-22T01:46:54.069Z Checking unit-prefix v0.5.2
27962026-04-22T01:46:54.233Z Checking indicatif v0.18.4
27972026-04-22T01:46:54.298Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27982026-04-22T01:46:54.342Z Compiling libgit2-sys v0.18.3+1.9.2
27992026-04-22T01:46:54.387Z Checking ratatui v0.29.0
28002026-04-22T01:46:54.540Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28012026-04-22T01:46:54.808Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28022026-04-22T01:46:55.738Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-04-22T01:46:55.966Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28042026-04-22T01:46:56.065Z Compiling vergen-git2 v1.0.7
28052026-04-22T01:46:56.131Z Checking plotters-backend v0.3.7
28062026-04-22T01:46:56.234Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-04-22T01:46:56.327Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28082026-04-22T01:46:56.362Z Checking plotters-svg v0.3.7
28092026-04-22T01:46:56.455Z Checking colored v2.2.0
28102026-04-22T01:46:56.531Z Checking cast v0.3.0
28112026-04-22T01:46:56.563Z Checking shell-words v1.1.1
28122026-04-22T01:46:56.682Z Compiling rustls v0.21.12
28132026-04-22T01:46:56.716Z Checking criterion-plot v0.6.0
28142026-04-22T01:46:56.792Z Checking plotters v0.3.7
28152026-04-22T01:46:56.985Z Checking typeid v1.0.3
28162026-04-22T01:46:57.018Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-04-22T01:46:57.120Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-04-22T01:46:57.345Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-04-22T01:46:57.552Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28202026-04-22T01:46:57.585Z Checking sct v0.7.1
28212026-04-22T01:46:57.749Z Checking rustls-webpki v0.101.7
28222026-04-22T01:46:57.980Z Checking tinytemplate v1.2.1
28232026-04-22T01:46:58.020Z Compiling nix v0.29.0
28242026-04-22T01:46:58.117Z Checking anes v0.1.6
28252026-04-22T01:46:58.221Z Checking hex-literal v0.4.1
28262026-04-22T01:46:58.328Z Checking oorandom v11.1.5
28272026-04-22T01:46:58.471Z Checking criterion v0.7.0
28282026-04-22T01:46:58.513Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28292026-04-22T01:46:59.780Z Checking erased-serde v0.4.9
28302026-04-22T01:46:59.812Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28312026-04-22T01:47:00.157Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28322026-04-22T01:47:00.945Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28332026-04-22T01:47:01.712Z Checking ordered-float v2.10.1
28342026-04-22T01:47:01.978Z Checking serde-value v0.7.0
28352026-04-22T01:47:02.222Z Checking serde-untagged v0.1.9
28362026-04-22T01:47:02.455Z Checking tokio-rustls v0.24.1
28372026-04-22T01:47:02.777Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28382026-04-22T01:47:02.942Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-04-22T01:47:03.168Z Checking rustls-pemfile v1.0.4
28402026-04-22T01:47:03.337Z Checking twox-hash v2.1.2
28412026-04-22T01:47:03.587Z Checking unicode-xid v0.2.6
28422026-04-22T01:47:03.724Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-04-22T01:47:03.755Z Checking cargo-util-schemas v0.8.2
28442026-04-22T01:47:04.684Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28452026-04-22T01:47:04.893Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-04-22T01:47:05.072Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28472026-04-22T01:47:05.416Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28482026-04-22T01:47:05.609Z Checking fatfs v0.3.6
28492026-04-22T01:47:06.105Z Checking cargo-platform v0.2.0
28502026-04-22T01:47:06.324Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28512026-04-22T01:47:06.390Z Compiling petname v2.0.2
28522026-04-22T01:47:06.433Z Compiling seq-macro v0.3.6
28532026-04-22T01:47:06.954Z Checking cargo_metadata v0.21.0
28542026-04-22T01:47:07.045Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28552026-04-22T01:47:07.658Z Checking concurrent-queue v2.5.0
28562026-04-22T01:47:07.722Z Checking rtoolbox v0.0.3
28572026-04-22T01:47:07.865Z Checking parking v2.2.1
28582026-04-22T01:47:07.897Z Checking futures-timer v3.0.3
28592026-04-22T01:47:07.928Z Checking rpassword v7.4.0
28602026-04-22T01:47:08.017Z Checking event-listener v5.4.1
28612026-04-22T01:47:08.099Z Checking tui-tree-widget v0.23.1
28622026-04-22T01:47:08.262Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28632026-04-22T01:47:08.313Z Checking polyval v0.6.2
28642026-04-22T01:47:08.453Z Checking sapling-renderdag v0.1.0
28652026-04-22T01:47:08.482Z Checking sync-ptr v0.1.4
28662026-04-22T01:47:08.514Z Checking ghash v0.5.1
28672026-04-22T01:47:08.629Z Checking event-listener-strategy v0.5.4
28682026-04-22T01:47:08.664Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28692026-04-22T01:47:08.737Z Checking ctr v0.9.2
28702026-04-22T01:47:08.807Z Checking constant_time_eq v0.4.2
28712026-04-22T01:47:08.897Z Checking arrayvec v0.7.6
28722026-04-22T01:47:08.933Z Checking arrayref v0.3.9
28732026-04-22T01:47:08.973Z Checking aes-gcm v0.10.3
28742026-04-22T01:47:09.081Z Checking async-lock v3.4.2
28752026-04-22T01:47:09.117Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28762026-04-22T01:47:09.159Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28772026-04-22T01:47:09.493Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28782026-04-22T01:47:09.619Z Compiling samael v0.0.19
28792026-04-22T01:47:10.066Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-04-22T01:47:10.158Z Checking ssh-encoding v0.2.0
28812026-04-22T01:47:10.381Z Checking blowfish v0.9.1
28822026-04-22T01:47:10.563Z Checking bcrypt-pbkdf v0.10.0
28832026-04-22T01:47:10.761Z Checking ssh-cipher v0.2.0
28842026-04-22T01:47:10.966Z Checking async-object-pool v0.2.0
28852026-04-22T01:47:11.109Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28862026-04-22T01:47:11.247Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28872026-04-22T01:47:11.429Z Checking serde_regex v1.1.0
28882026-04-22T01:47:11.616Z Checking password-hash v0.4.2
28892026-04-22T01:47:11.847Z Checking assert-json-diff v2.0.2
28902026-04-22T01:47:11.880Z Checking path-tree v0.8.3
28912026-04-22T01:47:11.914Z Compiling target-lexicon v0.13.3
28922026-04-22T01:47:12.039Z Checking stringmetrics v2.2.2
28932026-04-22T01:47:12.093Z Checking gimli v0.32.3
28942026-04-22T01:47:12.217Z Checking httpmock v0.8.3
28952026-04-22T01:47:12.483Z Checking pbkdf2 v0.11.0
28962026-04-22T01:47:12.686Z Checking ssh-key v0.6.7
28972026-04-22T01:47:13.627Z Checking addr2line v0.25.1
28982026-04-22T01:47:13.953Z Checking p521 v0.13.3
28992026-04-22T01:47:14.163Z Checking p256 v0.13.2
29002026-04-22T01:47:14.412Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29012026-04-22T01:47:14.453Z Checking russh-cryptovec v0.7.3
29022026-04-22T01:47:14.596Z Compiling guppy-workspace-hack v0.1.0
29032026-04-22T01:47:14.628Z Checking md5 v0.7.0
29042026-04-22T01:47:14.661Z Checking rustc-demangle v0.1.27
29052026-04-22T01:47:14.838Z Checking russh-keys v0.45.0
29062026-04-22T01:47:14.918Z Checking backtrace v0.3.76
29072026-04-22T01:47:15.135Z Checking num-bigint v0.4.6
29082026-04-22T01:47:15.252Z Checking des v0.8.1
29092026-04-22T01:47:15.437Z Compiling blake3 v1.8.3
29102026-04-22T01:47:15.478Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29112026-04-22T01:47:15.502Z Compiling target-spec v3.5.7
29122026-04-22T01:47:15.909Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29132026-04-22T01:47:16.006Z Checking backtrace-ext v0.2.1
29142026-04-22T01:47:16.115Z Checking russh v0.45.0
29152026-04-22T01:47:16.147Z Checking cfg-expr v0.20.6
29162026-04-22T01:47:16.421Z Checking supports-color v2.1.0
29172026-04-22T01:47:16.560Z Checking textwrap v0.15.2
29182026-04-22T01:47:16.594Z Checking supports-hyperlinks v2.1.0
29192026-04-22T01:47:16.595Z Checking supports-unicode v2.1.0
29202026-04-22T01:47:16.737Z Checking hashbrown v0.14.5
29212026-04-22T01:47:16.768Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29222026-04-22T01:47:16.800Z Checking cargo-platform v0.3.2
29232026-04-22T01:47:16.993Z Checking terminal_size v0.1.17
29242026-04-22T01:47:17.025Z Compiling miette-derive v5.10.0
29252026-04-22T01:47:17.131Z Checking owo-colors v3.5.0
29262026-04-22T01:47:17.234Z Checking internet-checksum v0.2.1
29272026-04-22T01:47:17.385Z Checking chumsky v0.9.3
29282026-04-22T01:47:17.681Z Checking cargo_metadata v0.23.1
29292026-04-22T01:47:18.175Z Checking miette v5.10.0
29302026-04-22T01:47:18.472Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29312026-04-22T01:47:18.610Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29322026-04-22T01:47:18.691Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29332026-04-22T01:47:18.722Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29342026-04-22T01:47:18.993Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29352026-04-22T01:47:19.027Z Compiling knuffel-derive v3.2.0
29362026-04-22T01:47:19.390Z Checking httptest v0.16.4
29372026-04-22T01:47:19.427Z Checking pathdiff v0.2.3
29382026-04-22T01:47:19.562Z Checking nested v0.1.1
29392026-04-22T01:47:19.733Z Checking topological-sort v0.2.2
29402026-04-22T01:47:19.788Z Checking guppy v0.17.25
29412026-04-22T01:47:19.885Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29422026-04-22T01:47:19.914Z Checking omicron-zone-package v0.12.2
29432026-04-22T01:47:20.123Z Compiling git2 v0.20.4
29442026-04-22T01:47:20.163Z Checking similar-asserts v1.7.0
29452026-04-22T01:47:20.344Z Compiling rstest_macros v0.25.0
29462026-04-22T01:47:20.530Z Checking knuffel v3.2.0
29472026-04-22T01:47:20.653Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29482026-04-22T01:47:20.749Z Compiling target-triple v1.0.0
29492026-04-22T01:47:20.846Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29502026-04-22T01:47:20.922Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29512026-04-22T01:47:21.110Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29522026-04-22T01:47:21.180Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29532026-04-22T01:47:21.335Z Checking hickory-client v0.25.2
29542026-04-22T01:47:21.647Z Checking tokio-test v0.4.5
29552026-04-22T01:47:21.809Z Compiling assert_cmd v2.1.2
29562026-04-22T01:47:21.888Z Checking escape8259 v0.5.3
29572026-04-22T01:47:22.043Z Compiling relative-path v1.9.3
29582026-04-22T01:47:22.128Z Checking libtest-mimic v0.8.1
29592026-04-22T01:47:22.771Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29602026-04-22T01:47:22.908Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29612026-04-22T01:47:23.002Z Checking blake2b_simd v1.0.4
29622026-04-22T01:47:23.435Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29632026-04-22T01:47:23.467Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29642026-04-22T01:47:23.596Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29652026-04-22T01:47:23.839Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29662026-04-22T01:47:24.020Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29672026-04-22T01:47:24.258Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29682026-04-22T01:47:24.430Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29692026-04-22T01:47:24.601Z Compiling polar-core v0.27.3
29702026-04-22T01:47:24.654Z Checking fancy-regex v0.14.0
29712026-04-22T01:47:24.875Z Checking serde_tokenstream v0.2.3
29722026-04-22T01:47:25.054Z Checking uzers v0.12.2
29732026-04-22T01:47:25.123Z Checking termcolor v1.4.1
29742026-04-22T01:47:25.297Z Checking constant_time_eq v0.3.1
29752026-04-22T01:47:25.373Z Compiling linkme-impl v0.3.35
29762026-04-22T01:47:25.427Z Checking rust-argon2 v2.1.0
29772026-04-22T01:47:25.685Z Checking trybuild v1.0.116
29782026-04-22T01:47:25.792Z Checking datatest-stable v0.3.3
29792026-04-22T01:47:26.003Z Checking rstest v0.25.0
29802026-04-22T01:47:26.356Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29812026-04-22T01:47:26.459Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29822026-04-22T01:47:26.703Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29832026-04-22T01:47:26.747Z Checking support-bundle-viewer v0.1.2
29842026-04-22T01:47:27.023Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29852026-04-22T01:47:27.261Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29862026-04-22T01:47:27.370Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29872026-04-22T01:47:27.497Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29882026-04-22T01:47:27.609Z Checking drift v0.1.3
29892026-04-22T01:47:27.718Z Checking rand_distr v0.5.1
29902026-04-22T01:47:27.939Z Checking multimap v0.10.1
29912026-04-22T01:47:28.176Z Checking approx v0.5.1
29922026-04-22T01:47:28.294Z Compiling linkme v0.3.35
29932026-04-22T01:47:28.457Z Checking dropshot-api-manager v0.6.0
29942026-04-22T01:47:29.242Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29952026-04-22T01:47:29.638Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29962026-04-22T01:47:29.721Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29972026-04-22T01:47:29.753Z Checking oso v0.27.3
29982026-04-22T01:47:29.817Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29992026-04-22T01:47:29.937Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30002026-04-22T01:47:30.002Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30012026-04-22T01:47:30.173Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30022026-04-22T01:47:30.337Z Checking partial-io v0.5.4
30032026-04-22T01:47:30.427Z Checking cargo_toml v0.21.0
30042026-04-22T01:47:30.548Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30052026-04-22T01:47:30.582Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30062026-04-22T01:47:30.690Z Checking termios v0.3.3
30072026-04-22T01:47:30.724Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30082026-04-22T01:47:31.095Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30092026-04-22T01:47:31.241Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30102026-04-22T01:47:31.305Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-04-22T01:47:34.923Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30122026-04-22T01:47:39.284Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30132026-04-22T01:47:39.891Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30142026-04-22T01:47:42.985Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30152026-04-22T01:47:46.241Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30162026-04-22T01:47:51.979Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30172026-04-22T01:47:54.582Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30182026-04-22T01:47:55.937Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30192026-04-22T01:47:56.291Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30202026-04-22T01:47:57.351Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30212026-04-22T01:48:05.785Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30222026-04-22T01:49:20.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 58s
30232026-04-22T01:49:21.309Z
30242026-04-22T01:49:21.309Zreal 4:02.095396467
30252026-04-22T01:49:21.309Zuser 20:34.381818963
30262026-04-22T01:49:21.309Zsys 4:40.752367958
30272026-04-22T01:49:21.309Ztrap 0.489049960
30282026-04-22T01:49:21.309Ztflt 0.108321016
30292026-04-22T01:49:21.309Zdflt 0.151437598
30302026-04-22T01:49:21.309Zkflt 0.001745777
30312026-04-22T01:49:21.309Zlock 56:30.991787821
30322026-04-22T01:49:21.309Zslp 56:26.457944736
30332026-04-22T01:49:21.309Zlat 1:50.250774642
30342026-04-22T01:49:21.309Zstop 10:20.568839119
30352026-04-22T01:49:21.312Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30362026-04-22T01:49:21.312Z+ ptime -m cargo doc --workspace --no-deps
30372026-04-22T01:49:22.174Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30382026-04-22T01:49:22.174Z |
30392026-04-22T01:49:22.174Z = 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)`
30402026-04-22T01:49:22.174Z = 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>
30412026-04-22T01:49:23.118Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30422026-04-22T01:49:23.343Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30432026-04-22T01:49:23.385Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30442026-04-22T01:49:23.445Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30452026-04-22T01:49:23.514Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30462026-04-22T01:49:23.614Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30472026-04-22T01:49:23.637Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30482026-04-22T01:49:23.662Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30492026-04-22T01:49:23.690Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30502026-04-22T01:49:23.740Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30512026-04-22T01:49:23.898Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30522026-04-22T01:49:23.921Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30532026-04-22T01:49:23.941Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30542026-04-22T01:49:23.961Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30552026-04-22T01:49:23.993Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30562026-04-22T01:49:24.016Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30572026-04-22T01:49:24.059Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30582026-04-22T01:49:24.081Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30592026-04-22T01:49:24.125Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30602026-04-22T01:49:24.188Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30612026-04-22T01:49:24.214Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30622026-04-22T01:49:24.525Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30632026-04-22T01:49:24.640Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30642026-04-22T01:49:24.701Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30652026-04-22T01:49:24.814Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30662026-04-22T01:49:24.836Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30672026-04-22T01:49:24.859Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30682026-04-22T01:49:24.956Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30692026-04-22T01:49:25.085Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30702026-04-22T01:49:25.128Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30712026-04-22T01:49:25.255Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30722026-04-22T01:49:25.444Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30732026-04-22T01:49:25.447Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30742026-04-22T01:49:25.527Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30752026-04-22T01:49:25.715Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30762026-04-22T01:49:25.737Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30772026-04-22T01:49:25.797Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30782026-04-22T01:49:25.964Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30792026-04-22T01:49:26.018Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30802026-04-22T01:49:26.044Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30812026-04-22T01:49:26.243Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30822026-04-22T01:49:26.332Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30832026-04-22T01:49:26.393Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30842026-04-22T01:49:26.494Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30852026-04-22T01:49:26.565Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30862026-04-22T01:49:26.660Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30872026-04-22T01:49:26.696Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30882026-04-22T01:49:26.842Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30892026-04-22T01:49:26.891Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30902026-04-22T01:49:26.941Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30912026-04-22T01:49:27.035Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30922026-04-22T01:49:27.083Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30932026-04-22T01:49:27.105Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30942026-04-22T01:49:27.138Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30952026-04-22T01:49:27.323Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30962026-04-22T01:49:27.344Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30972026-04-22T01:49:27.425Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30982026-04-22T01:49:27.452Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30992026-04-22T01:49:27.598Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31002026-04-22T01:49:27.619Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31012026-04-22T01:49:27.641Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31022026-04-22T01:49:27.795Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31032026-04-22T01:49:27.863Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31042026-04-22T01:49:27.883Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31052026-04-22T01:49:27.907Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31062026-04-22T01:49:28.021Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31072026-04-22T01:49:28.060Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31082026-04-22T01:49:28.082Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31092026-04-22T01:49:28.128Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31102026-04-22T01:49:28.216Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31112026-04-22T01:49:28.240Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31122026-04-22T01:49:28.262Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31132026-04-22T01:49:28.283Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31142026-04-22T01:49:28.627Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31152026-04-22T01:49:28.650Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31162026-04-22T01:49:28.980Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31172026-04-22T01:49:29.403Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31182026-04-22T01:49:29.406Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31192026-04-22T01:49:29.651Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31202026-04-22T01:49:29.890Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31212026-04-22T01:49:29.936Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31222026-04-22T01:49:30.019Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31232026-04-22T01:49:30.368Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31242026-04-22T01:49:30.566Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31252026-04-22T01:49:30.718Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31262026-04-22T01:49:30.837Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-04-22T01:49:30.874Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31282026-04-22T01:49:31.412Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31292026-04-22T01:49:32.002Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31302026-04-22T01:49:32.455Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31312026-04-22T01:49:32.622Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31322026-04-22T01:49:32.699Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31332026-04-22T01:49:32.923Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31342026-04-22T01:49:32.953Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31352026-04-22T01:49:33.472Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31362026-04-22T01:49:33.600Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31372026-04-22T01:49:33.813Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31382026-04-22T01:49:33.849Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31392026-04-22T01:49:34.032Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31402026-04-22T01:49:34.085Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31412026-04-22T01:49:34.258Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31422026-04-22T01:49:34.281Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31432026-04-22T01:49:34.379Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31442026-04-22T01:49:34.477Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31452026-04-22T01:49:34.501Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31462026-04-22T01:49:34.751Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31472026-04-22T01:49:35.037Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31482026-04-22T01:49:35.346Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31492026-04-22T01:49:35.405Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31502026-04-22T01:49:35.608Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31512026-04-22T01:49:36.222Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31522026-04-22T01:49:36.605Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31532026-04-22T01:49:36.628Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31542026-04-22T01:49:37.060Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31552026-04-22T01:49:37.333Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31562026-04-22T01:49:37.358Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31572026-04-22T01:49:37.687Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31582026-04-22T01:49:37.966Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31592026-04-22T01:49:38.338Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31602026-04-22T01:49:38.402Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31612026-04-22T01:49:38.705Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31622026-04-22T01:49:38.901Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31632026-04-22T01:49:39.022Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31642026-04-22T01:49:39.066Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31652026-04-22T01:49:39.397Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31662026-04-22T01:49:39.474Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31672026-04-22T01:49:39.558Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31682026-04-22T01:49:40.282Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31692026-04-22T01:49:40.459Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31702026-04-22T01:49:40.819Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31712026-04-22T01:49:41.020Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31722026-04-22T01:49:41.519Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31732026-04-22T01:49:41.921Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31742026-04-22T01:49:42.575Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31752026-04-22T01:49:43.194Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31762026-04-22T01:49:43.412Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31772026-04-22T01:49:43.454Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-04-22T01:49:43.744Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31792026-04-22T01:49:44.120Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31802026-04-22T01:49:44.234Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31812026-04-22T01:49:44.371Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31822026-04-22T01:49:44.794Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31832026-04-22T01:49:44.820Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31842026-04-22T01:49:45.006Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31852026-04-22T01:49:45.393Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31862026-04-22T01:49:45.419Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31872026-04-22T01:49:45.419Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31882026-04-22T01:49:46.721Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31892026-04-22T01:49:47.533Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31902026-04-22T01:49:47.983Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31912026-04-22T01:49:48.175Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31922026-04-22T01:49:48.731Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31932026-04-22T01:49:49.196Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31942026-04-22T01:49:50.832Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31952026-04-22T01:49:50.864Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31962026-04-22T01:49:51.052Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31972026-04-22T01:49:52.506Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31982026-04-22T01:49:52.690Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31992026-04-22T01:49:53.156Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32002026-04-22T01:49:53.750Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32012026-04-22T01:49:53.953Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32022026-04-22T01:49:54.085Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32032026-04-22T01:49:54.420Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32042026-04-22T01:49:54.826Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32052026-04-22T01:49:55.493Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32062026-04-22T01:49:55.532Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32072026-04-22T01:49:56.005Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32082026-04-22T01:49:56.064Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32092026-04-22T01:49:56.169Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32102026-04-22T01:49:56.190Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32112026-04-22T01:49:56.421Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32122026-04-22T01:49:56.633Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32132026-04-22T01:49:57.084Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32142026-04-22T01:49:57.345Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32152026-04-22T01:49:57.449Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32162026-04-22T01:49:57.829Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32172026-04-22T01:49:57.870Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-04-22T01:49:57.952Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32192026-04-22T01:49:58.242Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32202026-04-22T01:49:58.503Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32212026-04-22T01:49:58.949Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32222026-04-22T01:49:59.182Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32232026-04-22T01:50:00.186Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32242026-04-22T01:50:00.277Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32252026-04-22T01:50:03.269Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32262026-04-22T01:50:03.503Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32272026-04-22T01:50:04.025Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32282026-04-22T01:50:05.751Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32292026-04-22T01:50:06.427Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32302026-04-22T01:50:07.700Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32312026-04-22T01:50:08.253Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32322026-04-22T01:50:09.334Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32332026-04-22T01:50:10.552Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32342026-04-22T01:50:10.932Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32352026-04-22T01:50:13.327Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32362026-04-22T01:50:13.448Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32372026-04-22T01:50:13.580Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-04-22T01:50:14.391Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32392026-04-22T01:50:14.411Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32402026-04-22T01:50:15.477Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32412026-04-22T01:50:17.508Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32422026-04-22T01:50:20.000Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32432026-04-22T01:50:20.600Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32442026-04-22T01:50:21.394Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32452026-04-22T01:50:22.614Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32462026-04-22T01:50:23.392Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32472026-04-22T01:50:24.050Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32482026-04-22T01:50:24.662Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32492026-04-22T01:50:25.579Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32502026-04-22T01:50:27.237Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32512026-04-22T01:50:27.800Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32522026-04-22T01:50:28.579Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32532026-04-22T01:50:29.352Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32542026-04-22T01:50:29.834Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32552026-04-22T01:50:30.123Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32562026-04-22T01:50:31.126Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32572026-04-22T01:50:33.375Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32582026-04-22T01:50:34.066Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32592026-04-22T01:50:34.977Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32602026-04-22T01:50:36.113Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32612026-04-22T01:50:36.722Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32622026-04-22T01:50:38.668Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32632026-04-22T01:50:39.246Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32642026-04-22T01:50:40.123Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32652026-04-22T01:50:41.148Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32662026-04-22T01:50:43.909Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32672026-04-22T01:50:44.110Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32682026-04-22T01:50:44.988Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32692026-04-22T01:50:46.312Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32702026-04-22T01:50:47.572Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32712026-04-22T01:50:49.086Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32722026-04-22T01:50:53.564Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32732026-04-22T01:50:55.127Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32742026-04-22T01:50:56.702Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32752026-04-22T01:50:58.223Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32762026-04-22T01:50:59.663Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32772026-04-22T01:51:01.172Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32782026-04-22T01:51:05.197Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32792026-04-22T01:51:06.078Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32802026-04-22T01:51:06.814Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32812026-04-22T01:51:07.942Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32822026-04-22T01:51:09.513Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32832026-04-22T01:51:11.162Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32842026-04-22T01:51:13.555Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32852026-04-22T01:51:15.172Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32862026-04-22T01:51:16.909Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32872026-04-22T01:51:18.653Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32882026-04-22T01:51:20.847Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32892026-04-22T01:51:22.326Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32902026-04-22T01:51:24.104Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32912026-04-22T01:51:25.893Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32922026-04-22T01:51:27.658Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32932026-04-22T01:51:29.225Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32942026-04-22T01:51:31.296Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32952026-04-22T01:51:32.851Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32962026-04-22T01:51:34.695Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32972026-04-22T01:51:36.913Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32982026-04-22T01:51:38.752Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32992026-04-22T01:51:40.827Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33002026-04-22T01:51:42.702Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33012026-04-22T01:51:44.893Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33022026-04-22T01:51:46.906Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33032026-04-22T01:51:48.826Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33042026-04-22T01:51:50.879Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33052026-04-22T01:51:52.873Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33062026-04-22T01:51:56.284Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33072026-04-22T01:51:56.973Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33082026-04-22T01:51:59.420Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33092026-04-22T01:52:01.591Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33102026-04-22T01:52:03.766Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33112026-04-22T01:52:05.869Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33122026-04-22T01:52:07.960Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33132026-04-22T01:52:10.223Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33142026-04-22T01:52:12.404Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33152026-04-22T01:52:14.763Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33162026-04-22T01:52:16.575Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33172026-04-22T01:52:19.157Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33182026-04-22T01:52:20.857Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33192026-04-22T01:52:23.000Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33202026-04-22T01:52:25.148Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33212026-04-22T01:52:27.320Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33222026-04-22T01:52:29.514Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33232026-04-22T01:52:31.670Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33242026-04-22T01:52:33.930Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33252026-04-22T01:52:36.047Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33262026-04-22T01:52:38.129Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33272026-04-22T01:52:40.382Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33282026-04-22T01:52:42.738Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33292026-04-22T01:52:44.941Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33302026-04-22T01:52:47.096Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33312026-04-22T01:52:49.307Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33322026-04-22T01:52:51.561Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33332026-04-22T01:52:53.827Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33342026-04-22T01:52:56.596Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33352026-04-22T01:52:58.637Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33362026-04-22T01:53:01.086Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33372026-04-22T01:53:03.361Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33382026-04-22T01:53:05.809Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33392026-04-22T01:53:08.313Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33402026-04-22T01:53:10.526Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33412026-04-22T01:53:12.947Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33422026-04-22T01:53:15.344Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33432026-04-22T01:53:17.743Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33442026-04-22T01:53:20.128Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33452026-04-22T01:53:22.794Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33462026-04-22T01:53:25.195Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33472026-04-22T01:53:27.605Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33482026-04-22T01:53:29.981Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33492026-04-22T01:53:32.381Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33502026-04-22T01:53:34.866Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33512026-04-22T01:53:37.687Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33522026-04-22T01:53:39.925Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33532026-04-22T01:53:42.351Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33542026-04-22T01:53:49.711Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33552026-04-22T01:53:49.831Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33562026-04-22T01:53:53.050Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-04-22T01:53:56.345Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33582026-04-22T01:53:59.477Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33592026-04-22T01:54:02.816Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33602026-04-22T01:54:06.031Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33612026-04-22T01:54:09.281Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33622026-04-22T01:54:12.521Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33632026-04-22T01:54:15.930Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33642026-04-22T01:54:19.011Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33652026-04-22T01:54:22.283Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33662026-04-22T01:54:25.574Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33672026-04-22T01:54:28.772Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33682026-04-22T01:54:32.040Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33692026-04-22T01:54:35.354Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33702026-04-22T01:54:38.587Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33712026-04-22T01:54:41.832Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33722026-04-22T01:54:45.059Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33732026-04-22T01:54:48.317Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33742026-04-22T01:54:51.571Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33752026-04-22T01:54:54.966Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33762026-04-22T01:54:58.068Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33772026-04-22T01:55:01.337Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33782026-04-22T01:55:04.784Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33792026-04-22T01:55:08.009Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33802026-04-22T01:55:11.204Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33812026-04-22T01:55:38.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 17s
33822026-04-22T01:55:38.816Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 192 other files
33832026-04-22T01:55:38.917Z
33842026-04-22T01:55:38.917Zreal 6:17.488007772
33852026-04-22T01:55:38.917Zuser 17:16.201215432
33862026-04-22T01:55:38.917Zsys 3:36.542373349
33872026-04-22T01:55:38.917Ztrap 0.244519579
33882026-04-22T01:55:38.917Ztflt 0.053748905
33892026-04-22T01:55:38.917Zdflt 0.023192385
33902026-04-22T01:55:38.917Zkflt 0.000016326
33912026-04-22T01:55:38.917Zlock 5:45:33.284215069
33922026-04-22T01:55:38.917Zslp 2:06:22.671278595
33932026-04-22T01:55:38.921Zlat 31.722622424
33942026-04-22T01:55:38.921Zstop 1:29.494775944
33952026-04-22T01:55:38.921Zprocess exited: duration 803746 ms, exit code 0
 
33962026-04-22T01:55:38.928Zfound 0 output files