01KKYSR6G4YERS575HYBEHTY7J: clippy (helios)

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

Buildomat Job: 01KKYSRWY6R1GJH0PH0BH7Z5QN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-17T21:05:30.210Zjob assigned to worker 01KKYSRZQTAQ6AR36YZH90ZCF0 [factory aws, i-0146de9179ed28a85] (queued for 1 m 55 s)
 
22026-03-17T21:05:38.667Zstarting task 0: "setup"
32026-03-17T21:05:38.671Z++ uname -s
42026-03-17T21:05:38.674Z+ kern=SunOS
52026-03-17T21:05:38.674Z+ build_user=build
62026-03-17T21:05:38.674Z+ build_uid=12345
72026-03-17T21:05:38.674Z+ work_dir=/work
82026-03-17T21:05:38.674Z+ input_dir=/input
92026-03-17T21:05:38.674Z+ [[ 0 == 12345 ]]
102026-03-17T21:05:38.675Z+ case "$kern" in
112026-03-17T21:05:38.675Z+ groupadd -g 12345 build
122026-03-17T21:05:38.678Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-17T21:05:40.682Z+ zfs create -o mountpoint=/work rpool/work
142026-03-17T21:05:40.757Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-17T21:05:40.760Z+ home_fs=zfs
162026-03-17T21:05:40.760Z+ [[ zfs == autofs ]]
172026-03-17T21:05:40.760Z+ mkdir -p /home/build
182026-03-17T21:05:40.760Z+ chown build:build /home/build /work
192026-03-17T21:05:41.761Z+ chmod 0700 /home/build /work
202026-03-17T21:05:41.764Zprocess exited: duration 3099 ms, exit code 0
 
212026-03-17T21:05:41.771Zstarting task 1: "rust-toolchain"
222026-03-17T21:05:41.775Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-17T21:05:41.775Z * rust toolchain channel = "1.94.0"
242026-03-17T21:05:41.775Z * rust toolchain profile = "default"
252026-03-17T21:05:41.775Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-17T21:05:41.775Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-17T21:05:41.775Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-17T21:05:41.778Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-17T21:05:41.778Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-17T21:05:41.974Zinfo: downloading installer
312026-03-17T21:05:43.878Zwarn: It looks like you have an existing installation of Rust at:
322026-03-17T21:05:43.878Zwarn: /opt/ooce/bin
332026-03-17T21:05:43.878Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-17T21:05:43.878Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-17T21:05:43.878Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-17T21:05:43.878Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-17T21:05:43.878Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-17T21:05:43.878Zerror: cannot install while Rust is installed
392026-03-17T21:05:43.878Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-17T21:05:43.878Zwarn: It looks like you have an existing rustup settings file at:
412026-03-17T21:05:43.878Zwarn: /home/build/.rustup/settings.toml
422026-03-17T21:05:43.878Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-17T21:05:43.878Zwarn: instead of the one inferred from the default host triple.
442026-03-17T21:05:43.956Zinfo: profile set to default
452026-03-17T21:05:43.956Zinfo: default host triple is x86_64-unknown-illumos
462026-03-17T21:05:43.959Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-17T21:05:44.099Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-17T21:05:44.102Zinfo: downloading 6 components
492026-03-17T21:05:59.105Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-17T21:05:59.105Z
512026-03-17T21:05:59.140Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-17T21:05:59.140Z
532026-03-17T21:05:59.140Z
542026-03-17T21:05:59.140ZRust is installed now. Great!
552026-03-17T21:05:59.140Z
562026-03-17T21:05:59.152ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-17T21:05:59.152Zenvironment variable. This has not been done automatically.
582026-03-17T21:05:59.152Z
592026-03-17T21:05:59.152ZTo configure your current shell, you need to source
602026-03-17T21:05:59.152Zthe corresponding env file under $HOME/.cargo.
612026-03-17T21:05:59.152Z
622026-03-17T21:05:59.152ZThis is usually done by running one of the following (note the leading DOT):
632026-03-17T21:05:59.153Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-17T21:05:59.153Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-17T21:05:59.153Zsource "~/.cargo/env.nu" # For nushell
662026-03-17T21:05:59.153Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-17T21:05:59.153Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-17T21:05:59.153Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-17T21:05:59.153Zwarn: no default linker (`cc`) was found in your PATH
702026-03-17T21:05:59.153Zwarn: many Rust crates require a system C toolchain to build
712026-03-17T21:05:59.252Z+ rustup --version
722026-03-17T21:05:59.269Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-17T21:05:59.274Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-17T21:05:59.291Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-17T21:05:59.294Z+ cargo --version
762026-03-17T21:05:59.313Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-17T21:05:59.320Z+ rustc --version
782026-03-17T21:05:59.339Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-17T21:05:59.357Zprocess exited: duration 17569 ms, exit code 0
 
802026-03-17T21:05:59.472Zstarting task 2: "authentication"
812026-03-17T21:05:59.481Zprocess exited: duration 34 ms, exit code 0
 
822026-03-17T21:05:59.495Zstarting task 3: "clone repository"
832026-03-17T21:05:59.499Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-17T21:05:59.503Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-17T21:05:59.541ZCloning into '/work/oxidecomputer/omicron'...
862026-03-17T21:07:18.547Z+ cd /work/oxidecomputer/omicron
872026-03-17T21:07:18.551Z+ git fetch origin 647d12d1ff9b5f7cfe7d361622a7d138acc0ba86
882026-03-17T21:07:19.840ZFrom https://github.com/oxidecomputer/omicron
892026-03-17T21:07:19.840Z * branch 647d12d1ff9b5f7cfe7d361622a7d138acc0ba86 -> FETCH_HEAD
902026-03-17T21:07:19.851Z+ [[ -n omdb-user-authz ]]
912026-03-17T21:07:19.855Z++ git branch --show-current
922026-03-17T21:07:19.855Z+ current=main
932026-03-17T21:07:19.855Z+ [[ main != omdb-user-authz ]]
942026-03-17T21:07:19.855Z+ git branch -f omdb-user-authz 647d12d1ff9b5f7cfe7d361622a7d138acc0ba86
952026-03-17T21:07:19.858Z+ git checkout -f omdb-user-authz
962026-03-17T21:07:20.180ZSwitched to branch 'omdb-user-authz'
972026-03-17T21:07:20.183Z+ git reset --hard 647d12d1ff9b5f7cfe7d361622a7d138acc0ba86
982026-03-17T21:07:20.204ZHEAD is now at 647d12d1f dave's suggestions: comments + internal role assignment approach
992026-03-17T21:07:20.208Zprocess exited: duration 80704 ms, exit code 0
 
1002026-03-17T21:07:20.215Zstarting task 4: "build"
1012026-03-17T21:07:20.219Z+ source ./env.sh
1022026-03-17T21:07:20.223Z++ OLD_SHELL_OPTS=ehxB
1032026-03-17T21:07:20.223Z++ set -o xtrace
1042026-03-17T21:07:20.223Z++++ dirname ./env.sh
1052026-03-17T21:07:20.226Z+++ readlink -f .
1062026-03-17T21:07:20.227Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-17T21:07:20.227Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-17T21:07:20.227Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-17T21:07:20.227Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-17T21:07:20.227Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-17T21:07:20.227Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-03-17T21:07:20.227Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-03-17T21:07:20.227Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-03-17T21:07:20.227Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-17T21:07:20.227Z++ case $OLD_SHELL_OPTS in
1162026-03-17T21:07:20.227Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-17T21:07:20.227Z+ source .github/buildomat/ci-env.sh
1182026-03-17T21:07:20.227Z++ export CARGO_TERM_COLOR=always
1192026-03-17T21:07:20.227Z++ CARGO_TERM_COLOR=always
1202026-03-17T21:07:20.227Z+ cargo --version
1212026-03-17T21:07:20.238Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-17T21:07:20.241Z+ rustc --version
1232026-03-17T21:07:20.266Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-17T21:07:20.269Z+ banner prerequisites
1252026-03-17T21:07:20.272Z
1262026-03-17T21:07:20.272Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-17T21:07:20.272Z # # # # # # # # # # # # # # #
1282026-03-17T21:07:20.272Z # # # # ##### # # ##### # # # # # #### #
1292026-03-17T21:07:20.272Z ##### ##### # ##### # # # # # # # # #
1302026-03-17T21:07:20.272Z # # # # # # # # # # # # # # #
1312026-03-17T21:07:20.272Z # # # ###### # # ###### ### # #### # #### #
1322026-03-17T21:07:20.272Z
1332026-03-17T21:07:20.272Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-17T21:07:32.297Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-17T21:07:42.085Z Startup: Caching catalogs ... Done
1362026-03-17T21:08:04.618ZPlanning: Solver setup ... Done (20.891s)
1372026-03-17T21:08:04.767ZPlanning: Running solver ... Done (0.149s)
1382026-03-17T21:08:04.955ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-17T21:08:04.979ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-17T21:08:05.167ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-17T21:08:05.210ZPlanning: Package planning ... Done (0.043s)
1422026-03-17T21:08:05.256ZPlanning: Merging actions ... Done (0.043s)
1432026-03-17T21:08:05.527ZPlanning: Checking for conflicting actions ... Done (0.274s)
1442026-03-17T21:08:05.537ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-17T21:08:08.595ZPlanning: Evaluating mediators ... Done (2.127s)
1462026-03-17T21:08:08.624ZPlanning: Planning completed in 25.44 seconds
1472026-03-17T21:08:08.624Z Packages to install: 4
1482026-03-17T21:08:08.624Z Mediators to change: 2
1492026-03-17T21:08:08.624Z Services to change: 1
1502026-03-17T21:08:08.624Z Estimated space available: 155.42 GB
1512026-03-17T21:08:08.624ZEstimated space to be consumed: 1.83 GB
1522026-03-17T21:08:08.624Z Create boot environment: No
1532026-03-17T21:08:08.624ZCreate backup boot environment: No
1542026-03-17T21:08:08.624Z Rebuild boot archive: No
1552026-03-17T21:08:08.624Z
1562026-03-17T21:08:08.625ZChanged mediators:
1572026-03-17T21:08:08.625Z mediator clang:
1582026-03-17T21:08:08.625Z version: None -> 15 (system default)
1592026-03-17T21:08:08.625Z
1602026-03-17T21:08:08.625Z mediator llvm:
1612026-03-17T21:08:08.625Z version: 14 (system default) -> 15 (system default)
1622026-03-17T21:08:08.625Z
1632026-03-17T21:08:08.625ZChanged packages:
1642026-03-17T21:08:08.625Zhelios-dev
1652026-03-17T21:08:08.625Z developer/build-essential
1662026-03-17T21:08:08.625Z None -> 11-2.0
1672026-03-17T21:08:08.625Z library/libxmlsec1
1682026-03-17T21:08:08.625Z None -> 1.2.35-2.0
1692026-03-17T21:08:08.625Z ooce/developer/clang-15
1702026-03-17T21:08:08.625Z None -> 15.0.7-2.0
1712026-03-17T21:08:08.625Z ooce/developer/llvm-15
1722026-03-17T21:08:08.625Z None -> 15.0.7-2.0
1732026-03-17T21:08:08.625Z
1742026-03-17T21:08:08.625ZServices:
1752026-03-17T21:08:08.625Z restart_fmri:
1762026-03-17T21:08:08.625Z svc:/system/update-man-index:default
1772026-03-17T21:08:08.625Z
1782026-03-17T21:08:08.625ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-17T21:08:12.902ZDownload: 2404/3290 items 119.9/212.6MB 56% complete (24.2M/s)
1802026-03-17T21:08:15.429ZDownload: Completed 212.60 MB in 7.54 seconds (28.2M/s)
1812026-03-17T21:08:15.710Z Actions: 1/3689 actions (Installing new actions)
1822026-03-17T21:08:19.962Z Actions: Completed 3689 actions in 4.25 seconds.
1832026-03-17T21:08:20.338Z Done (0.371s)
1842026-03-17T21:08:20.338Z Done (0.000s)
1852026-03-17T21:08:21.344Z Done (1.005s)
1862026-03-17T21:08:25.781Z Done (4.089s)
1872026-03-17T21:08:25.868Z Done (0.019s)
1882026-03-17T21:08:25.873Z Done (0.000s)
1892026-03-17T21:08:26.006Z Done (0.000s)
1902026-03-17T21:08:27.001ZPlanning: Evaluating mediator changes ... Done
1912026-03-17T21:08:27.151ZPlanning: Checking for conflicting actions ... Done
1922026-03-17T21:08:27.155ZPlanning: Consolidating action changes ... Done
1932026-03-17T21:08:27.374ZPlanning: Evaluating mediators ... Done
1942026-03-17T21:08:27.377ZPlanning: Planning completed in 0.37 seconds
1952026-03-17T21:08:27.405Z Mediators to change: 2
1962026-03-17T21:08:27.405Z Create boot environment: No
1972026-03-17T21:08:27.409ZCreate backup boot environment: No
1982026-03-17T21:08:27.548Z Done
1992026-03-17T21:08:27.548Z Done
2002026-03-17T21:08:28.302Z Done
2012026-03-17T21:08:31.636Z Done
2022026-03-17T21:08:31.719Z Done
2032026-03-17T21:08:31.722Z Done
2042026-03-17T21:08:31.877Z Done
2052026-03-17T21:08:32.412ZPlanning: Evaluating mediator changes ... Done
2062026-03-17T21:08:32.416ZPlanning: Merging actions ... Done
2072026-03-17T21:08:32.579ZPlanning: Checking for conflicting actions ... Done
2082026-03-17T21:08:32.584ZPlanning: Consolidating action changes ... Done
2092026-03-17T21:08:32.799ZPlanning: Evaluating mediators ... Done
2102026-03-17T21:08:32.842ZPlanning: Planning completed in 0.63 seconds
2112026-03-17T21:08:32.872Z Packages to change: 1
2122026-03-17T21:08:32.872Z Mediators to change: 1
2132026-03-17T21:08:32.875Z Services to change: 1
2142026-03-17T21:08:32.875Z Create boot environment: No
2152026-03-17T21:08:32.876ZCreate backup boot environment: Yes
2162026-03-17T21:08:35.172Z Actions: 1/6 actions (Updating modified actions)
2172026-03-17T21:08:35.176Z Actions: Completed 6 actions in 0.00 seconds.
2182026-03-17T21:08:35.176Z Done
2192026-03-17T21:08:35.176Z Done
2202026-03-17T21:08:35.364Z Done
2212026-03-17T21:08:38.676Z Done
2222026-03-17T21:08:38.768Z Done
2232026-03-17T21:08:38.773Z Done
2242026-03-17T21:08:38.911Z Done
2252026-03-17T21:08:39.293ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-03-17T21:08:39.293Zclang system 15 system
2272026-03-17T21:08:39.293Zcsh system system illumos
2282026-03-17T21:08:39.293Zctags system system illumos
2292026-03-17T21:08:39.293Zfile system system illumos
2302026-03-17T21:08:39.293Zgcc vendor 12 vendor
2312026-03-17T21:08:39.293Zgcc system 10 system
2322026-03-17T21:08:39.293Zgcc system 7 system
2332026-03-17T21:08:39.293Zgo system 1.20 system
2342026-03-17T21:08:39.294Zgo system 1.19 system
2352026-03-17T21:08:39.294Zllvm system 15 system
2362026-03-17T21:08:39.294Zllvm system 14 system
2372026-03-17T21:08:39.294Zmariadb system 10.6 system
2382026-03-17T21:08:39.294Zmta vendor vendor dma
2392026-03-17T21:08:39.294Zopenjdk system 17 system
2402026-03-17T21:08:39.294Zopenjdk system 11 system
2412026-03-17T21:08:39.294Zopenjdk system 1.8 system
2422026-03-17T21:08:39.297Zopenssl vendor 3 vendor
2432026-03-17T21:08:39.298Zperl system 5.36 system
2442026-03-17T21:08:39.298Zpostgresql system 15 system
2452026-03-17T21:08:39.298Zpostgresql system 13 system
2462026-03-17T21:08:39.298Zpython vendor 3 vendor
2472026-03-17T21:08:39.298Zpython system 2 system
2482026-03-17T21:08:39.298Zpython3 system 3.11 system
2492026-03-17T21:08:39.298Zruby system 3.0 system
2502026-03-17T21:08:39.298Zwords vendor vendor american-english
2512026-03-17T21:08:39.298Zwords system system australian-english
2522026-03-17T21:08:39.298Zwords system system british-english
2532026-03-17T21:08:39.298Zwords system system canadian-english
2542026-03-17T21:08:39.298Zwords system system french
2552026-03-17T21:08:39.298Zwords system system italian
2562026-03-17T21:08:39.298Zwords system system ngerman
2572026-03-17T21:08:39.298Zwords system system ogerman
2582026-03-17T21:08:39.298Zwords system system spanish
2592026-03-17T21:08:39.593ZPUBLISHER TYPE STATUS P LOCATION
2602026-03-17T21:08:39.593Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-03-17T21:08:45.576ZFMRI IFO
2622026-03-17T21:08:45.576Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-03-17T21:08:45.576Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-03-17T21:08:45.576Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-03-17T21:08:45.576Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-03-17T21:08:45.576Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-03-17T21:08:45.576Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-03-17T21:08:45.576Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-03-17T21:08:45.576Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-03-17T21:08:45.576Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-03-17T21:08:45.576Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-03-17T21:08:45.576Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-03-17T21:08:45.576Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-03-17T21:08:45.576Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-03-17T21:08:45.576Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-03-17T21:08:45.576Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-03-17T21:08:45.576Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-03-17T21:08:46.849Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-03-17T21:08:47.142Z Updating crates.io index
2802026-03-17T21:08:47.181Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-03-17T21:08:47.435Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-03-17T21:08:48.328Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-03-17T21:08:48.758Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-03-17T21:08:49.102Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852026-03-17T21:08:50.136Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-03-17T21:08:50.884Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-03-17T21:08:54.755Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-17T21:08:56.428Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-03-17T21:08:59.469Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-03-17T21:08:59.922Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-03-17T21:09:01.076Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-03-17T21:09:01.631Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-03-17T21:09:02.450Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-03-17T21:09:02.798Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-03-17T21:09:03.842Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-03-17T21:09:04.431Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-03-17T21:09:04.834Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-03-17T21:09:05.196Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-03-17T21:09:05.796Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-03-17T21:09:06.052Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-03-17T21:09:06.286Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-03-17T21:09:06.537Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-03-17T21:09:06.992Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-03-17T21:09:07.625Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-03-17T21:09:08.590Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-03-17T21:09:08.925Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-03-17T21:09:09.269Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-03-17T21:09:10.275Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-03-17T21:09:10.952Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102026-03-17T21:09:11.204Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112026-03-17T21:09:12.038Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3122026-03-17T21:09:12.369Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3132026-03-17T21:09:12.732Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142026-03-17T21:09:13.229Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152026-03-17T21:09:13.534Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162026-03-17T21:09:13.802Z Updating git repository `https://github.com/illumos/smf-rs`
3172026-03-17T21:09:14.198Z Updating git repository `https://github.com/oxidecomputer/omicron`
3182026-03-17T21:09:33.326Z Downloading crates ...
3192026-03-17T21:09:33.384Z Downloaded anstyle v1.0.13
3202026-03-17T21:09:33.387Z Downloaded anstream v0.6.21
3212026-03-17T21:09:33.396Z Downloaded tinystr v0.8.2
3222026-03-17T21:09:33.400Z Downloaded errno v0.3.14
3232026-03-17T21:09:33.403Z Downloaded cfg-if v1.0.4
3242026-03-17T21:09:33.403Z Downloaded clap v4.5.60
3252026-03-17T21:09:33.410Z Downloaded toml v0.8.23
3262026-03-17T21:09:33.413Z Downloaded zerocopy-derive v0.7.35
3272026-03-17T21:09:33.416Z Downloaded toml_write v0.1.2
3282026-03-17T21:09:33.419Z Downloaded yoke-derive v0.8.1
3292026-03-17T21:09:33.419Z Downloaded thiserror-impl v2.0.18
3302026-03-17T21:09:33.419Z Downloaded is_terminal_polyfill v1.70.2
3312026-03-17T21:09:33.423Z Downloaded zerofrom v0.1.6
3322026-03-17T21:09:33.423Z Downloaded usdt-attr-macro v0.5.0
3332026-03-17T21:09:33.423Z Downloaded colorchoice v1.0.4
3342026-03-17T21:09:33.423Z Downloaded clap_derive v4.5.55
3352026-03-17T21:09:33.426Z Downloaded zerofrom-derive v0.1.6
3362026-03-17T21:09:33.426Z Downloaded version_check v0.9.5
3372026-03-17T21:09:33.426Z Downloaded cargo_metadata v0.21.0
3382026-03-17T21:09:33.430Z Downloaded usdt v0.5.0
3392026-03-17T21:09:33.433Z Downloaded writeable v0.6.2
3402026-03-17T21:09:33.433Z Downloaded thiserror v1.0.69
3412026-03-17T21:09:33.437Z Downloaded thiserror v2.0.18
3422026-03-17T21:09:33.441Z Downloaded usdt-macro v0.5.0
3432026-03-17T21:09:33.444Z Downloaded unicode-linebreak v0.1.5
3442026-03-17T21:09:33.444Z Downloaded toml_datetime v0.6.11
3452026-03-17T21:09:33.444Z Downloaded stable_deref_trait v1.2.1
3462026-03-17T21:09:33.447Z Downloaded terminal_size v0.4.3
3472026-03-17T21:09:33.447Z Downloaded swrite v0.1.0
3482026-03-17T21:09:33.447Z Downloaded thread-id v4.2.2
3492026-03-17T21:09:33.450Z Downloaded thiserror-impl v1.0.69
3502026-03-17T21:09:33.450Z Downloaded percent-encoding v2.3.2
3512026-03-17T21:09:33.450Z Downloaded serde-value v0.7.0
3522026-03-17T21:09:33.453Z Downloaded potential_utf v0.1.4
3532026-03-17T21:09:33.453Z Downloaded strsim v0.11.1
3542026-03-17T21:09:33.453Z Downloaded serde_spanned v0.6.9
3552026-03-17T21:09:33.456Z Downloaded anstyle-query v1.1.5
3562026-03-17T21:09:33.456Z Downloaded macaddr v1.0.1
3572026-03-17T21:09:33.456Z Downloaded tabled_derive v0.7.0
3582026-03-17T21:09:33.456Z Downloaded utf8parse v0.2.2
3592026-03-17T21:09:33.459Z Downloaded smawk v0.3.2
3602026-03-17T21:09:33.459Z Downloaded yoke v0.8.1
3612026-03-17T21:09:33.463Z Downloaded memmap v0.7.0
3622026-03-17T21:09:33.464Z Downloaded generic-array v0.14.7
3632026-03-17T21:09:33.464Z Downloaded fnv v1.0.7
3642026-03-17T21:09:33.464Z Downloaded utf8_iter v1.0.4
3652026-03-17T21:09:33.464Z Downloaded proc-macro-error-attr v1.0.4
3662026-03-17T21:09:33.466Z Downloaded unicode-ident v1.0.24
3672026-03-17T21:09:33.467Z Downloaded zmij v1.0.21
3682026-03-17T21:09:33.469Z Downloaded usdt-impl v0.5.0
3692026-03-17T21:09:33.469Z Downloaded typeid v1.0.3
3702026-03-17T21:09:33.472Z Downloaded heck v0.4.1
3712026-03-17T21:09:33.472Z Downloaded crypto-common v0.1.7
3722026-03-17T21:09:33.472Z Downloaded block-buffer v0.10.4
3732026-03-17T21:09:33.472Z Downloaded idna_adapter v1.2.1
3742026-03-17T21:09:33.475Z Downloaded ordered-float v2.10.1
3752026-03-17T21:09:33.475Z Downloaded zerovec-derive v0.11.2
3762026-03-17T21:09:33.478Z Downloaded fastrand v2.3.0
3772026-03-17T21:09:33.478Z Downloaded cargo-platform v0.2.0
3782026-03-17T21:09:33.478Z Downloaded plain v0.2.3
3792026-03-17T21:09:33.483Z Downloaded equivalent v1.0.2
3802026-03-17T21:09:33.483Z Downloaded unicode-xid v0.2.6
3812026-03-17T21:09:33.483Z Downloaded ucd-trie v0.1.7
3822026-03-17T21:09:33.483Z Downloaded scroll_derive v0.12.1
3832026-03-17T21:09:33.484Z Downloaded toml_edit v0.22.27
3842026-03-17T21:09:33.487Z Downloaded textwrap v0.16.2
3852026-03-17T21:09:33.490Z Downloaded itoa v1.0.17
3862026-03-17T21:09:33.490Z Downloaded form_urlencoded v1.2.2
3872026-03-17T21:09:33.490Z Downloaded dtrace-parser v0.2.0
3882026-03-17T21:09:33.494Z Downloaded heck v0.5.0
3892026-03-17T21:09:33.500Z Downloaded dof v0.3.0
3902026-03-17T21:09:33.500Z Downloaded clap_lex v1.0.0
3912026-03-17T21:09:33.504Z Downloaded zerotrie v0.2.3
3922026-03-17T21:09:33.509Z Downloaded url v2.5.8
3932026-03-17T21:09:33.513Z Downloaded synstructure v0.13.2
3942026-03-17T21:09:33.513Z Downloaded sha2 v0.10.9
3952026-03-17T21:09:33.513Z Downloaded anstyle-parse v0.2.7
3962026-03-17T21:09:33.516Z Downloaded zerocopy v0.7.35
3972026-03-17T21:09:33.524Z Downloaded serde-untagged v0.1.9
3982026-03-17T21:09:33.527Z Downloaded zerovec v0.11.5
3992026-03-17T21:09:33.531Z Downloaded quote v1.0.44
4002026-03-17T21:09:33.534Z Downloaded byteorder v1.5.0
4012026-03-17T21:09:33.534Z Downloaded scroll v0.12.0
4022026-03-17T21:09:33.537Z Downloaded winnow v0.7.14
4032026-03-17T21:09:33.541Z Downloaded displaydoc v0.2.5
4042026-03-17T21:09:33.545Z Downloaded camino-tempfile v1.4.1
4052026-03-17T21:09:33.548Z Downloaded fs-err v3.3.0
4062026-03-17T21:09:33.548Z Downloaded unicode-width v0.2.0
4072026-03-17T21:09:33.551Z Downloaded unicode-width v0.1.14
4082026-03-17T21:09:33.555Z Downloaded tempfile v3.25.0
4092026-03-17T21:09:33.558Z Downloaded anyhow v1.0.102
4102026-03-17T21:09:33.561Z Downloaded erased-serde v0.4.9
4112026-03-17T21:09:33.564Z Downloaded camino v1.2.2
4122026-03-17T21:09:33.564Z Downloaded cargo-util-schemas v0.8.2
4132026-03-17T21:09:33.567Z Downloaded digest v0.10.7
4142026-03-17T21:09:33.567Z Downloaded cpufeatures v0.2.17
4152026-03-17T21:09:33.567Z Downloaded bytecount v0.6.9
4162026-03-17T21:09:33.567Z Downloaded pretty-hex v0.4.1
4172026-03-17T21:09:33.570Z Downloaded serde_tokenstream v0.2.3
4182026-03-17T21:09:33.570Z Downloaded litemap v0.8.1
4192026-03-17T21:09:33.573Z Downloaded once_cell v1.21.3
4202026-03-17T21:09:33.573Z Downloaded semver v1.0.27
4212026-03-17T21:09:33.576Z Downloaded bitflags v2.11.0
4222026-03-17T21:09:33.579Z Downloaded typenum v1.19.0
4232026-03-17T21:09:33.582Z Downloaded proc-macro-error v1.0.4
4242026-03-17T21:09:33.582Z Downloaded autocfg v1.5.0
4252026-03-17T21:09:33.585Z Downloaded cargo_toml v0.21.0
4262026-03-17T21:09:33.588Z Downloaded serde_derive v1.0.228
4272026-03-17T21:09:33.588Z Downloaded pest_derive v2.8.6
4282026-03-17T21:09:33.591Z Downloaded smallvec v1.15.1
4292026-03-17T21:09:33.596Z Downloaded log v0.4.29
4302026-03-17T21:09:33.599Z Downloaded proc-macro2 v1.0.106
4312026-03-17T21:09:33.604Z Downloaded pest_generator v2.8.6
4322026-03-17T21:09:33.606Z Downloaded getrandom v0.4.1
4332026-03-17T21:09:33.612Z Downloaded icu_provider v2.1.1
4342026-03-17T21:09:33.620Z Downloaded pest_meta v2.8.6
4352026-03-17T21:09:33.623Z Downloaded icu_normalizer_data v2.1.1
4362026-03-17T21:09:33.626Z Downloaded num-traits v0.2.19
4372026-03-17T21:09:33.628Z Downloaded icu_normalizer v2.1.1
4382026-03-17T21:09:33.631Z Downloaded papergrid v0.11.0
4392026-03-17T21:09:33.634Z Downloaded serde_core v1.0.228
4402026-03-17T21:09:33.637Z Downloaded icu_properties v2.1.2
4412026-03-17T21:09:33.637Z Downloaded icu_locale_core v2.1.1
4422026-03-17T21:09:33.641Z Downloaded serde v1.0.228
4432026-03-17T21:09:33.647Z Downloaded memchr v2.8.0
4442026-03-17T21:09:33.651Z Downloaded goblin v0.8.2
4452026-03-17T21:09:33.659Z Downloaded indexmap v2.13.0
4462026-03-17T21:09:33.663Z Downloaded icu_collections v2.1.1
4472026-03-17T21:09:33.668Z Downloaded icu_properties_data v2.1.2
4482026-03-17T21:09:33.676Z Downloaded idna v1.1.0
4492026-03-17T21:09:33.679Z Downloaded pest v2.8.6
4502026-03-17T21:09:33.684Z Downloaded hashbrown v0.16.1
4512026-03-17T21:09:33.694Z Downloaded serde_json v1.0.149
4522026-03-17T21:09:33.701Z Downloaded clap_builder v4.5.60
4532026-03-17T21:09:33.711Z Downloaded tabled v0.15.0
4542026-03-17T21:09:33.721Z Downloaded syn v1.0.109
4552026-03-17T21:09:33.736Z Downloaded syn v2.0.117
4562026-03-17T21:09:33.751Z Downloaded rustix v1.1.3
4572026-03-17T21:09:33.778Z Downloaded libc v0.2.180
4582026-03-17T21:09:33.870Z Compiling proc-macro2 v1.0.106
4592026-03-17T21:09:33.870Z Compiling quote v1.0.44
4602026-03-17T21:09:33.873Z Compiling unicode-ident v1.0.24
4612026-03-17T21:09:33.873Z Compiling serde_core v1.0.228
4622026-03-17T21:09:33.873Z Compiling libc v0.2.180
4632026-03-17T21:09:33.873Z Compiling version_check v0.9.5
4642026-03-17T21:09:33.873Z Compiling memchr v2.8.0
4652026-03-17T21:09:33.873Z Compiling serde v1.0.228
4662026-03-17T21:09:34.307Z Compiling stable_deref_trait v1.2.1
4672026-03-17T21:09:34.407Z Compiling zmij v1.0.21
4682026-03-17T21:09:34.642Z Compiling itoa v1.0.17
4692026-03-17T21:09:34.713Z Compiling ucd-trie v0.1.7
4702026-03-17T21:09:34.904Z Compiling thiserror v1.0.69
4712026-03-17T21:09:35.085Z Compiling autocfg v1.5.0
4722026-03-17T21:09:35.134Z Compiling pest v2.8.6
4732026-03-17T21:09:35.167Z Compiling writeable v0.6.2
4742026-03-17T21:09:35.222Z Compiling litemap v0.8.1
4752026-03-17T21:09:35.420Z Compiling byteorder v1.5.0
4762026-03-17T21:09:35.476Z Compiling icu_normalizer_data v2.1.1
4772026-03-17T21:09:35.714Z Compiling icu_properties_data v2.1.2
4782026-03-17T21:09:35.734Z Compiling rustix v1.1.3
4792026-03-17T21:09:35.915Z Compiling syn v2.0.117
4802026-03-17T21:09:35.985Z Compiling errno v0.3.14
4812026-03-17T21:09:36.010Z Compiling bitflags v2.11.0
4822026-03-17T21:09:36.133Z Compiling serde_json v1.0.149
4832026-03-17T21:09:36.351Z Compiling num-traits v0.2.19
4842026-03-17T21:09:36.400Z Compiling smallvec v1.15.1
4852026-03-17T21:09:36.430Z Compiling equivalent v1.0.2
4862026-03-17T21:09:36.592Z Compiling typeid v1.0.3
4872026-03-17T21:09:36.678Z Compiling pest_meta v2.8.6
4882026-03-17T21:09:36.793Z Compiling hashbrown v0.16.1
4892026-03-17T21:09:37.006Z Compiling thread-id v4.2.2
4902026-03-17T21:09:37.118Z Compiling proc-macro-error-attr v1.0.4
4912026-03-17T21:09:37.141Z Compiling usdt-impl v0.5.0
4922026-03-17T21:09:37.358Z Compiling toml_write v0.1.2
4932026-03-17T21:09:37.413Z Compiling syn v1.0.109
4942026-03-17T21:09:37.438Z Compiling indexmap v2.13.0
4952026-03-17T21:09:37.512Z Compiling erased-serde v0.4.9
4962026-03-17T21:09:37.621Z Compiling winnow v0.7.14
4972026-03-17T21:09:38.232Z Compiling proc-macro-error v1.0.4
4982026-03-17T21:09:38.286Z Compiling utf8parse v0.2.2
4992026-03-17T21:09:38.435Z Compiling plain v0.2.3
5002026-03-17T21:09:38.465Z Compiling camino v1.2.2
5012026-03-17T21:09:38.582Z Compiling getrandom v0.4.1
5022026-03-17T21:09:38.922Z Compiling log v0.4.29
5032026-03-17T21:09:39.008Z Compiling thiserror v2.0.18
5042026-03-17T21:09:39.061Z Compiling utf8_iter v1.0.4
5052026-03-17T21:09:39.103Z Compiling percent-encoding v2.3.2
5062026-03-17T21:09:39.204Z Compiling ordered-float v2.10.1
5072026-03-17T21:09:39.263Z Compiling form_urlencoded v1.2.2
5082026-03-17T21:09:39.383Z Compiling anstyle-parse v0.2.7
5092026-03-17T21:09:39.581Z Compiling terminal_size v0.4.3
5102026-03-17T21:09:39.729Z Compiling synstructure v0.13.2
5112026-03-17T21:09:39.754Z Compiling pest_generator v2.8.6
5122026-03-17T21:09:39.779Z Compiling is_terminal_polyfill v1.70.2
5132026-03-17T21:09:39.896Z Compiling cfg-if v1.0.4
5142026-03-17T21:09:39.920Z Compiling colorchoice v1.0.4
5152026-03-17T21:09:39.995Z Compiling pretty-hex v0.4.1
5162026-03-17T21:09:40.019Z Compiling anstyle-query v1.1.5
5172026-03-17T21:09:40.072Z Compiling anstyle v1.0.13
5182026-03-17T21:09:40.162Z Compiling serde-untagged v0.1.9
5192026-03-17T21:09:40.349Z Compiling anstream v0.6.21
5202026-03-17T21:09:40.416Z Compiling semver v1.0.27
5212026-03-17T21:09:40.565Z Compiling fs-err v3.3.0
5222026-03-17T21:09:40.730Z Compiling heck v0.4.1
5232026-03-17T21:09:40.764Z Compiling unicode-xid v0.2.6
5242026-03-17T21:09:40.811Z Compiling once_cell v1.21.3
5252026-03-17T21:09:40.853Z Compiling fnv v1.0.7
5262026-03-17T21:09:40.923Z Compiling strsim v0.11.1
5272026-03-17T21:09:40.947Z Compiling clap_lex v1.0.0
5282026-03-17T21:09:40.985Z Compiling fastrand v2.3.0
5292026-03-17T21:09:41.029Z Compiling anyhow v1.0.102
5302026-03-17T21:09:41.253Z Compiling unicode-width v0.1.14
5312026-03-17T21:09:41.333Z Compiling bytecount v0.6.9
5322026-03-17T21:09:41.386Z Compiling heck v0.5.0
5332026-03-17T21:09:41.501Z Compiling tempfile v3.25.0
5342026-03-17T21:09:41.525Z Compiling clap_builder v4.5.60
5352026-03-17T21:09:41.611Z Compiling papergrid v0.11.0
5362026-03-17T21:09:41.731Z Compiling memmap v0.7.0
5372026-03-17T21:09:41.845Z Compiling smawk v0.3.2
5382026-03-17T21:09:41.972Z Compiling unicode-width v0.2.0
5392026-03-17T21:09:42.020Z Compiling unicode-linebreak v0.1.5
5402026-03-17T21:09:42.192Z Compiling serde_derive v1.0.228
5412026-03-17T21:09:42.337Z Compiling zerofrom-derive v0.1.6
5422026-03-17T21:09:42.361Z Compiling yoke-derive v0.8.1
5432026-03-17T21:09:42.427Z Compiling zerovec-derive v0.11.2
5442026-03-17T21:09:42.474Z Compiling displaydoc v0.2.5
5452026-03-17T21:09:43.459Z Compiling thiserror-impl v1.0.69
5462026-03-17T21:09:43.607Z Compiling zerocopy-derive v0.7.35
5472026-03-17T21:09:43.937Z Compiling pest_derive v2.8.6
5482026-03-17T21:09:43.937Z Compiling scroll_derive v0.12.1
5492026-03-17T21:09:44.281Z Compiling zerofrom v0.1.6
5502026-03-17T21:09:44.459Z Compiling yoke v0.8.1
5512026-03-17T21:09:44.483Z Compiling thiserror-impl v2.0.18
5522026-03-17T21:09:44.718Z Compiling zerovec v0.11.5
5532026-03-17T21:09:44.824Z Compiling zerotrie v0.2.3
5542026-03-17T21:09:44.867Z Compiling zerocopy v0.7.35
5552026-03-17T21:09:45.243Z Compiling scroll v0.12.0
5562026-03-17T21:09:45.360Z Compiling tinystr v0.8.2
5572026-03-17T21:09:45.430Z Compiling potential_utf v0.1.4
5582026-03-17T21:09:45.605Z Compiling icu_locale_core v2.1.1
5592026-03-17T21:09:45.634Z Compiling icu_collections v2.1.1
5602026-03-17T21:09:45.659Z Compiling dtrace-parser v0.2.0
5612026-03-17T21:09:45.681Z Compiling goblin v0.8.2
5622026-03-17T21:09:45.846Z Compiling tabled_derive v0.7.0
5632026-03-17T21:09:46.195Z Compiling clap_derive v4.5.55
5642026-03-17T21:09:46.458Z Compiling textwrap v0.16.2
5652026-03-17T21:09:46.705Z Compiling icu_provider v2.1.1
5662026-03-17T21:09:46.856Z Compiling camino-tempfile v1.4.1
5672026-03-17T21:09:46.986Z Compiling serde_spanned v0.6.9
5682026-03-17T21:09:47.019Z Compiling icu_properties v2.1.2
5692026-03-17T21:09:47.075Z Compiling icu_normalizer v2.1.1
5702026-03-17T21:09:47.101Z Compiling toml_datetime v0.6.11
5712026-03-17T21:09:47.125Z Compiling dof v0.3.0
5722026-03-17T21:09:47.160Z Compiling serde_tokenstream v0.2.3
5732026-03-17T21:09:47.185Z Compiling serde-value v0.7.0
5742026-03-17T21:09:47.449Z Compiling toml_edit v0.22.27
5752026-03-17T21:09:47.646Z Compiling cargo-platform v0.2.0
5762026-03-17T21:09:47.697Z Compiling tabled v0.15.0
5772026-03-17T21:09:47.837Z Compiling macaddr v1.0.1
5782026-03-17T21:09:48.123Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5792026-03-17T21:09:48.417Z Compiling idna_adapter v1.2.1
5802026-03-17T21:09:48.448Z Compiling usdt-attr-macro v0.5.0
5812026-03-17T21:09:48.496Z Compiling usdt-macro v0.5.0
5822026-03-17T21:09:48.580Z Compiling idna v1.1.0
5832026-03-17T21:09:48.608Z Compiling clap v4.5.60
5842026-03-17T21:09:48.619Z Compiling swrite v0.1.0
5852026-03-17T21:09:49.065Z Compiling url v2.5.8
5862026-03-17T21:09:49.497Z Compiling toml v0.8.23
5872026-03-17T21:09:49.739Z Compiling usdt v0.5.0
5882026-03-17T21:09:50.076Z Compiling cargo-util-schemas v0.8.2
5892026-03-17T21:09:50.103Z Compiling cargo_toml v0.21.0
5902026-03-17T21:09:51.266Z Compiling cargo_metadata v0.21.0
5912026-03-17T21:09:52.570Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5922026-03-17T21:09:55.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
5932026-03-17T21:09:55.719Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5942026-03-17T21:09:56.470Z Downloading crates ...
5952026-03-17T21:09:56.588Z Downloaded async-stream v0.3.6
5962026-03-17T21:09:56.593Z Downloaded arrayref v0.3.9
5972026-03-17T21:09:56.602Z Downloaded aead v0.5.2
5982026-03-17T21:09:56.605Z Downloaded castaway v0.2.4
5992026-03-17T21:09:56.608Z Downloaded cfg_aliases v0.2.1
6002026-03-17T21:09:56.608Z Downloaded async-recursion v1.1.1
6012026-03-17T21:09:56.611Z Downloaded dirs-sys-next v0.1.2
6022026-03-17T21:09:56.611Z Downloaded critical-section v1.2.0
6032026-03-17T21:09:56.614Z Downloaded crc v3.4.0
6042026-03-17T21:09:56.617Z Downloaded cstr-argument v0.1.2
6052026-03-17T21:09:56.621Z Downloaded crossbeam-channel v0.5.15
6062026-03-17T21:09:56.624Z Downloaded bit-set v0.5.3
6072026-03-17T21:09:56.624Z Downloaded bb8 v0.8.6
6082026-03-17T21:09:56.628Z Downloaded ar_archive_writer v0.5.1
6092026-03-17T21:09:56.631Z Downloaded csv-core v0.1.13
6102026-03-17T21:09:56.631Z Downloaded bitfield v0.19.4
6112026-03-17T21:09:56.631Z Downloaded backoff v0.4.0
6122026-03-17T21:09:56.634Z Downloaded dropshot_endpoint v0.16.7
6132026-03-17T21:09:56.638Z Downloaded blowfish v0.9.1
6142026-03-17T21:09:56.638Z Downloaded blake2 v0.10.6
6152026-03-17T21:09:56.642Z Downloaded dunce v1.0.5
6162026-03-17T21:09:56.642Z Downloaded darling_macro v0.23.0
6172026-03-17T21:09:56.642Z Downloaded dtrace-parser v0.3.0
6182026-03-17T21:09:56.645Z Downloaded darling v0.21.3
6192026-03-17T21:09:56.648Z Downloaded daft v0.1.5
6202026-03-17T21:09:56.651Z Downloaded clang-sys v1.8.1
6212026-03-17T21:09:56.651Z Downloaded cargo_metadata v0.19.2
6222026-03-17T21:09:56.654Z Downloaded difflib v0.4.0
6232026-03-17T21:09:56.654Z Downloaded diesel_table_macro_syntax v0.3.0
6242026-03-17T21:09:56.657Z Downloaded bitfield-struct v0.6.2
6252026-03-17T21:09:56.657Z Downloaded dyn-clone v1.0.20
6262026-03-17T21:09:56.660Z Downloaded base16ct v1.0.0
6272026-03-17T21:09:56.660Z Downloaded darling_macro v0.20.11
6282026-03-17T21:09:56.663Z Downloaded bcrypt-pbkdf v0.10.0
6292026-03-17T21:09:56.663Z Downloaded float-ord v0.3.2
6302026-03-17T21:09:56.663Z Downloaded debug-ignore v1.0.5
6312026-03-17T21:09:56.667Z Downloaded diesel-dtrace v0.5.0
6322026-03-17T21:09:56.670Z Downloaded convert_case v0.4.0
6332026-03-17T21:09:56.670Z Downloaded darling_core v0.20.11
6342026-03-17T21:09:56.673Z Downloaded cfg_aliases v0.1.1
6352026-03-17T21:09:56.676Z Downloaded array-init v0.0.4
6362026-03-17T21:09:56.676Z Downloaded daft-derive v0.1.5
6372026-03-17T21:09:56.679Z Downloaded foreign-types-macros v0.2.3
6382026-03-17T21:09:56.683Z Downloaded bit-vec v0.8.0
6392026-03-17T21:09:56.683Z Downloaded flagset v0.4.7
6402026-03-17T21:09:56.687Z Downloaded bcs v0.1.6
6412026-03-17T21:09:56.687Z Downloaded float-cmp v0.10.0
6422026-03-17T21:09:56.687Z Downloaded base64 v0.22.1
6432026-03-17T21:09:56.690Z Downloaded derive_builder_macro v0.20.2
6442026-03-17T21:09:56.693Z Downloaded crunchy v0.2.4
6452026-03-17T21:09:56.693Z Downloaded defmt-parser v1.0.0
6462026-03-17T21:09:56.693Z Downloaded enum-as-inner v0.6.1
6472026-03-17T21:09:56.696Z Downloaded document-features v0.2.12
6482026-03-17T21:09:56.696Z Downloaded cpufeatures v0.3.0
6492026-03-17T21:09:56.699Z Downloaded foreign-types v0.5.0
6502026-03-17T21:09:56.699Z Downloaded env_filter v1.0.0
6512026-03-17T21:09:56.702Z Downloaded crucible-workspace-hack v0.1.0
6522026-03-17T21:09:56.702Z Downloaded der_derive v0.7.3
6532026-03-17T21:09:56.705Z Downloaded crc8 v0.1.1
6542026-03-17T21:09:56.705Z Downloaded atty v0.2.14
6552026-03-17T21:09:56.708Z Downloaded foldhash v0.2.0
6562026-03-17T21:09:56.708Z Downloaded crossbeam-utils v0.8.21
6572026-03-17T21:09:56.711Z Downloaded endian-type v0.1.2
6582026-03-17T21:09:56.711Z Downloaded display-error-chain v0.2.2
6592026-03-17T21:09:56.716Z Downloaded darling_macro v0.21.3
6602026-03-17T21:09:56.716Z Downloaded cobs v0.3.0
6612026-03-17T21:09:56.716Z Downloaded ciborium-ll v0.2.2
6622026-03-17T21:09:56.719Z Downloaded downcast-rs v2.0.2
6632026-03-17T21:09:56.719Z Downloaded fd-lock v4.0.4
6642026-03-17T21:09:56.719Z Downloaded dropshot-api-manager-types v0.6.0
6652026-03-17T21:09:56.722Z Downloaded base16ct v0.2.0
6662026-03-17T21:09:56.722Z Downloaded block-padding v0.3.3
6672026-03-17T21:09:56.725Z Downloaded embedded-io v0.4.0
6682026-03-17T21:09:56.725Z Downloaded dsl_auto_type v0.2.0
6692026-03-17T21:09:56.728Z Downloaded futures-core v0.3.32
6702026-03-17T21:09:56.728Z Downloaded foreign-types v0.3.2
6712026-03-17T21:09:56.730Z Downloaded fixedbitset v0.4.2
6722026-03-17T21:09:56.731Z Downloaded ciborium-io v0.2.2
6732026-03-17T21:09:56.733Z Downloaded futures-sink v0.3.32
6742026-03-17T21:09:56.733Z Downloaded bit-set v0.8.0
6752026-03-17T21:09:56.736Z Downloaded foreign-types-shared v0.1.1
6762026-03-17T21:09:56.736Z Downloaded git-stub v1.0.0
6772026-03-17T21:09:56.736Z Downloaded cargo-platform v0.1.9
6782026-03-17T21:09:56.739Z Downloaded futures-macro v0.3.32
6792026-03-17T21:09:56.739Z Downloaded atomic-waker v1.1.2
6802026-03-17T21:09:56.742Z Downloaded atomicwrites v0.4.4
6812026-03-17T21:09:56.742Z Downloaded foreign-types-shared v0.3.1
6822026-03-17T21:09:56.745Z Downloaded ascii-canvas v3.0.0
6832026-03-17T21:09:56.745Z Downloaded crc-catalog v2.4.0
6842026-03-17T21:09:56.745Z Downloaded deranged v0.5.8
6852026-03-17T21:09:56.748Z Downloaded erased-serde v0.3.31
6862026-03-17T21:09:56.751Z Downloaded foldhash v0.1.5
6872026-03-17T21:09:56.754Z Downloaded either v1.15.0
6882026-03-17T21:09:56.754Z Downloaded filetime v0.2.27
6892026-03-17T21:09:56.757Z Downloaded fallible-iterator v0.2.0
6902026-03-17T21:09:56.757Z Downloaded darling v0.20.11
6912026-03-17T21:09:56.760Z Downloaded gethostname v0.5.0
6922026-03-17T21:09:56.763Z Downloaded fxhash v0.2.1
6932026-03-17T21:09:56.763Z Downloaded fs_extra v1.3.0
6942026-03-17T21:09:56.766Z Downloaded futures-task v0.3.32
6952026-03-17T21:09:56.766Z Downloaded allocator-api2 v0.2.21
6962026-03-17T21:09:56.769Z Downloaded hostname v0.3.1
6972026-03-17T21:09:56.772Z Downloaded http-range v0.1.5
6982026-03-17T21:09:56.772Z Downloaded http-body v1.0.1
6992026-03-17T21:09:56.775Z Downloaded httpdate v1.0.3
7002026-03-17T21:09:56.775Z Downloaded globwalk v0.9.1
7012026-03-17T21:09:56.775Z Downloaded hash32 v0.3.1
7022026-03-17T21:09:56.778Z Downloaded hyper-tls v0.6.0
7032026-03-17T21:09:56.778Z Downloaded hex-literal v0.4.1
7042026-03-17T21:09:56.810Z Downloaded hex v0.4.3
7052026-03-17T21:09:56.810Z Downloaded headers-core v0.3.0
7062026-03-17T21:09:56.810Z Downloaded dirs-next v2.0.0
7072026-03-17T21:09:56.810Z Downloaded env_logger v0.11.9
7082026-03-17T21:09:56.810Z Downloaded home v0.5.12
7092026-03-17T21:09:56.810Z Downloaded derive_builder_core v0.20.2
7102026-03-17T21:09:56.810Z Downloaded defmt v1.0.1
7112026-03-17T21:09:56.810Z Downloaded find-msvc-tools v0.1.9
7122026-03-17T21:09:56.810Z Downloaded drift v0.1.3
7132026-03-17T21:09:56.816Z Downloaded indent_write v2.2.0
7142026-03-17T21:09:56.819Z Downloaded group v0.13.0
7152026-03-17T21:09:56.819Z Downloaded glob v0.3.3
7162026-03-17T21:09:56.822Z Downloaded git-stub-vcs v0.1.0
7172026-03-17T21:09:56.822Z Downloaded ghash v0.5.1
7182026-03-17T21:09:56.825Z Downloaded futures-executor v0.3.32
7192026-03-17T21:09:56.825Z Downloaded ident_case v1.0.1
7202026-03-17T21:09:56.828Z Downloaded hubpack_derive v0.1.1
7212026-03-17T21:09:56.828Z Downloaded hubpack v0.1.2
7222026-03-17T21:09:56.828Z Downloaded hostname v0.4.2
7232026-03-17T21:09:56.832Z Downloaded corncobs v0.1.4
7242026-03-17T21:09:56.832Z Downloaded is_ci v1.2.0
7252026-03-17T21:09:56.836Z Downloaded internet-checksum v0.2.1
7262026-03-17T21:09:56.836Z Downloaded convert_case v0.10.0
7272026-03-17T21:09:56.836Z Downloaded chacha20 v0.10.0
7282026-03-17T21:09:56.839Z Downloaded is-terminal v0.4.17
7292026-03-17T21:09:56.839Z Downloaded instability v0.3.11
7302026-03-17T21:09:56.842Z Downloaded bzip2 v0.6.1
7312026-03-17T21:09:56.845Z Downloaded indoc v1.0.9
7322026-03-17T21:09:56.845Z Downloaded highway v1.3.0
7332026-03-17T21:09:56.848Z Downloaded constant_time_eq v0.4.2
7342026-03-17T21:09:56.851Z Downloaded bzip2 v0.4.4
7352026-03-17T21:09:56.851Z Downloaded globset v0.4.18
7362026-03-17T21:09:56.855Z Downloaded libscf-sys v1.1.0
7372026-03-17T21:09:56.855Z Downloaded inout v0.1.4
7382026-03-17T21:09:56.856Z Downloaded kstat-rs v0.2.4
7392026-03-17T21:09:56.859Z Downloaded ahash v0.8.12
7402026-03-17T21:09:56.859Z Downloaded cexpr v0.6.0
7412026-03-17T21:09:56.862Z Downloaded keccak v0.1.6
7422026-03-17T21:09:56.862Z Downloaded lalrpop-util v0.19.12
7432026-03-17T21:09:56.862Z Downloaded lazy_static v1.5.0
7442026-03-17T21:09:56.865Z Downloaded diff v0.1.13
7452026-03-17T21:09:56.868Z Downloaded ecdsa v0.16.9
7462026-03-17T21:09:56.871Z Downloaded maplit v1.0.2
7472026-03-17T21:09:56.871Z Downloaded match_cfg v0.1.0
7482026-03-17T21:09:56.871Z Downloaded http-body-util v0.1.3
7492026-03-17T21:09:56.874Z Downloaded lru-cache v0.1.2
7502026-03-17T21:09:56.877Z Downloaded linked-hash-map v0.5.6
7512026-03-17T21:09:56.877Z Downloaded futures-channel v0.3.32
7522026-03-17T21:09:56.880Z Downloaded const-oid v0.9.6
7532026-03-17T21:09:56.880Z Downloaded mime v0.3.17
7542026-03-17T21:09:56.883Z Downloaded md-5 v0.10.6
7552026-03-17T21:09:56.883Z Downloaded ciborium v0.2.2
7562026-03-17T21:09:56.886Z Downloaded des v0.8.1
7572026-03-17T21:09:56.888Z Downloaded console v0.16.2
7582026-03-17T21:09:56.888Z Downloaded fatfs v0.3.6
7592026-03-17T21:09:56.891Z Downloaded impl-trait-for-tuples v0.2.3
7602026-03-17T21:09:56.894Z Downloaded multimap v0.10.1
7612026-03-17T21:09:56.897Z Downloaded newline-converter v0.3.0
7622026-03-17T21:09:56.897Z Downloaded lru-slab v0.1.2
7632026-03-17T21:09:56.897Z Downloaded managed v0.8.0
7642026-03-17T21:09:56.900Z Downloaded maybe-uninit v2.0.0
7652026-03-17T21:09:56.900Z Downloaded lzss v0.8.2
7662026-03-17T21:09:56.903Z Downloaded newtype-uuid-macros v0.1.0
7672026-03-17T21:09:56.903Z Downloaded hyper-staticfile v0.10.1
7682026-03-17T21:09:56.906Z Downloaded base64ct v1.8.3
7692026-03-17T21:09:56.909Z Downloaded md5 v0.7.0
7702026-03-17T21:09:56.909Z Downloaded cookie v0.18.1
7712026-03-17T21:09:56.912Z Downloaded ingot v0.1.1
7722026-03-17T21:09:56.914Z Downloaded fs-err v2.11.0
7732026-03-17T21:09:56.914Z Downloaded crc-any v2.5.0
7742026-03-17T21:09:56.918Z Downloaded hyper-rustls v0.27.7
7752026-03-17T21:09:56.921Z Downloaded nibble_vec v0.1.0
7762026-03-17T21:09:56.921Z Downloaded num-conv v0.2.0
7772026-03-17T21:09:56.924Z Downloaded num v0.4.3
7782026-03-17T21:09:56.924Z Downloaded normalize-line-endings v0.3.0
7792026-03-17T21:09:56.924Z Downloaded getrandom v0.2.17
7802026-03-17T21:09:56.927Z Downloaded chacha20poly1305 v0.10.1
7812026-03-17T21:09:56.929Z Downloaded num_threads v0.1.7
7822026-03-17T21:09:56.929Z Downloaded iana-time-zone v0.1.65
7832026-03-17T21:09:56.932Z Downloaded libsw v3.5.0
7842026-03-17T21:09:56.935Z Downloaded ipnetwork v0.21.1
7852026-03-17T21:09:56.935Z Downloaded nodrop v0.1.14
7862026-03-17T21:09:56.938Z Downloaded fixedbitset v0.5.7
7872026-03-17T21:09:56.938Z Downloaded nonempty v0.12.0
7882026-03-17T21:09:56.941Z Downloaded lock_api v0.4.14
7892026-03-17T21:09:56.941Z Downloaded libefi-sys v0.1.0
7902026-03-17T21:09:56.944Z Downloaded elliptic-curve v0.13.8
7912026-03-17T21:09:56.947Z Downloaded openssl-probe v0.1.6
7922026-03-17T21:09:56.947Z Downloaded opaque-debug v0.3.1
7932026-03-17T21:09:56.950Z Downloaded half v1.8.3
7942026-03-17T21:09:56.950Z Downloaded openssl-macros v0.1.1
7952026-03-17T21:09:56.953Z Downloaded num_enum_derive v0.5.11
7962026-03-17T21:09:56.953Z Downloaded num-iter v0.1.45
7972026-03-17T21:09:56.956Z Downloaded linear-map v1.2.0
7982026-03-17T21:09:56.956Z Downloaded ipnet v2.11.0
7992026-03-17T21:09:56.959Z Downloaded cargo_toml v0.22.3
8002026-03-17T21:09:56.959Z Downloaded darling_core v0.21.3
8012026-03-17T21:09:56.962Z Downloaded ingot-macros v0.1.1
8022026-03-17T21:09:56.965Z Downloaded native-tls v0.2.18
8032026-03-17T21:09:56.968Z Downloaded nanorand v0.7.0
8042026-03-17T21:09:56.968Z Downloaded diesel_derives v2.3.7
8052026-03-17T21:09:56.973Z Downloaded openssl-probe v0.2.1
8062026-03-17T21:09:56.976Z Downloaded oso-derive v0.27.3
8072026-03-17T21:09:56.976Z Downloaded num-derive v0.4.2
8082026-03-17T21:09:56.979Z Downloaded olpc-cjson v0.1.4
8092026-03-17T21:09:56.979Z Downloaded libsw-core v0.3.2
8102026-03-17T21:09:56.982Z Downloaded half v2.7.1
8112026-03-17T21:09:56.986Z Downloaded httparse v1.10.1
8122026-03-17T21:09:56.989Z Downloaded mime_guess v2.0.5
8132026-03-17T21:09:56.989Z Downloaded ingot-types v0.1.2
8142026-03-17T21:09:56.991Z Downloaded newtype-uuid v1.3.2
8152026-03-17T21:09:56.991Z Downloaded libloading v0.8.9
8162026-03-17T21:09:56.994Z Downloaded pbkdf2 v0.12.2
8172026-03-17T21:09:56.995Z Downloaded pbkdf2 v0.11.0
8182026-03-17T21:09:56.998Z Downloaded peg-runtime v0.8.5
8192026-03-17T21:09:56.998Z Downloaded parse-display v0.10.0
8202026-03-17T21:09:57.001Z Downloaded nu-ansi-term v0.50.3
8212026-03-17T21:09:57.004Z Downloaded phf_shared v0.13.1
8222026-03-17T21:09:57.004Z Downloaded path-slash v0.1.5
8232026-03-17T21:09:57.004Z Downloaded parse-size v1.1.0
8242026-03-17T21:09:57.008Z Downloaded phf_shared v0.11.3
8252026-03-17T21:09:57.008Z Downloaded hickory-client v0.25.2
8262026-03-17T21:09:57.010Z Downloaded num_enum_derive v0.7.5
8272026-03-17T21:09:57.010Z Downloaded getrandom v0.3.4
8282026-03-17T21:09:57.013Z Downloaded futures v0.3.32
8292026-03-17T21:09:57.017Z Downloaded pin-utils v0.1.0
8302026-03-17T21:09:57.020Z Downloaded num_enum v0.5.11
8312026-03-17T21:09:57.023Z Downloaded phf_shared v0.12.1
8322026-03-17T21:09:57.026Z Downloaded flate2 v1.1.9
8332026-03-17T21:09:57.029Z Downloaded memmap2 v0.9.10
8342026-03-17T21:09:57.032Z Downloaded num-rational v0.4.2
8352026-03-17T21:09:57.035Z Downloaded oxide-tokio-rt v0.1.3
8362026-03-17T21:09:57.035Z Downloaded owo-colors v4.3.0
8372026-03-17T21:09:57.038Z Downloaded precomputed-hash v0.1.1
8382026-03-17T21:09:57.038Z Downloaded powerfmt v0.2.0
8392026-03-17T21:09:57.038Z Downloaded num-integer v0.1.46
8402026-03-17T21:09:57.041Z Downloaded num-derive v0.3.3
8412026-03-17T21:09:57.044Z Downloaded num_enum v0.7.5
8422026-03-17T21:09:57.046Z Downloaded psl-types v2.0.11
8432026-03-17T21:09:57.049Z Downloaded progenitor-macro v0.11.2
8442026-03-17T21:09:57.049Z Downloaded progenitor-macro v0.10.0
8452026-03-17T21:09:57.052Z Downloaded password-hash v0.4.2
8462026-03-17T21:09:57.052Z Downloaded headers v0.4.1
8472026-03-17T21:09:57.056Z Downloaded hmac v0.12.1
8482026-03-17T21:09:57.059Z Downloaded console v0.15.11
8492026-03-17T21:09:57.062Z Downloaded parking_lot_core v0.8.6
8502026-03-17T21:09:57.065Z Downloaded predicates-tree v1.0.13
8512026-03-17T21:09:57.065Z Downloaded predicates-core v1.0.10
8522026-03-17T21:09:57.067Z Downloaded num-complex v0.4.6
8532026-03-17T21:09:57.067Z Downloaded proc-macro-error-attr2 v2.0.0
8542026-03-17T21:09:57.070Z Downloaded pem v3.0.6
8552026-03-17T21:09:57.070Z Downloaded peg-macros v0.8.5
8562026-03-17T21:09:57.074Z Downloaded quick-error v1.2.3
8572026-03-17T21:09:57.074Z Downloaded proc-macro-crate v3.4.0
8582026-03-17T21:09:57.077Z Downloaded pem-rfc7468 v0.7.0
8592026-03-17T21:09:57.077Z Downloaded ignore v0.4.25
8602026-03-17T21:09:57.081Z Downloaded progenitor-client v0.11.2
8612026-03-17T21:09:57.081Z Downloaded progenitor-client v0.10.0
8622026-03-17T21:09:57.081Z Downloaded crypto-bigint v0.5.5
8632026-03-17T21:09:57.086Z Downloaded phf v0.13.1
8642026-03-17T21:09:57.089Z Downloaded packed_struct_codegen v0.10.1
8652026-03-17T21:09:57.092Z Downloaded radium v0.7.0
8662026-03-17T21:09:57.092Z Downloaded litrs v1.0.0
8672026-03-17T21:09:57.095Z Downloaded pin-project-lite v0.2.17
8682026-03-17T21:09:57.098Z Downloaded rand_xorshift v0.4.0
8692026-03-17T21:09:57.101Z Downloaded progenitor-macro v0.13.0
8702026-03-17T21:09:57.101Z Downloaded rand_chacha v0.3.1
8712026-03-17T21:09:57.104Z Downloaded indicatif v0.18.4
8722026-03-17T21:09:57.107Z Downloaded recursive-proc-macro-impl v0.1.1
8732026-03-17T21:09:57.107Z Downloaded recursive v0.1.1
8742026-03-17T21:09:57.110Z Downloaded poly1305 v0.8.0
8752026-03-17T21:09:57.110Z Downloaded libbz2-rs-sys v0.2.2
8762026-03-17T21:09:57.113Z Downloaded progenitor-client v0.13.0
8772026-03-17T21:09:57.116Z Downloaded pin-project-internal v1.1.11
8782026-03-17T21:09:57.116Z Downloaded phf v0.12.1
8792026-03-17T21:09:57.119Z Downloaded progenitor v0.13.0
8802026-03-17T21:09:57.119Z Downloaded primeorder v0.13.6
8812026-03-17T21:09:57.121Z Downloaded heapless v0.7.17
8822026-03-17T21:09:57.124Z Downloaded polyval v0.6.2
8832026-03-17T21:09:57.127Z Downloaded pkg-config v0.3.32
8842026-03-17T21:09:57.127Z Downloaded hickory-resolver v0.25.2
8852026-03-17T21:09:57.131Z Downloaded hickory-resolver v0.24.4
8862026-03-17T21:09:57.135Z Downloaded ref-cast-impl v1.0.25
8872026-03-17T21:09:57.138Z Downloaded heapless v0.8.0
8882026-03-17T21:09:57.140Z Downloaded r2d2 v0.8.10
8892026-03-17T21:09:57.143Z Downloaded omicron-zone-package v0.12.2
8902026-03-17T21:09:57.146Z Downloaded bumpalo v3.20.2
8912026-03-17T21:09:57.149Z Downloaded dropshot-api-manager v0.6.0
8922026-03-17T21:09:57.152Z Downloaded rustc_version v0.1.7
8932026-03-17T21:09:57.152Z Downloaded rustc-hash v2.1.1
8942026-03-17T21:09:57.155Z Downloaded postgres-protocol v0.6.10
8952026-03-17T21:09:57.158Z Downloaded rand_core v0.6.4
8962026-03-17T21:09:57.158Z Downloaded proc-macro-crate v1.3.1
8972026-03-17T21:09:57.161Z Downloaded ppv-lite86 v0.2.21
8982026-03-17T21:09:57.161Z Downloaded rfc6979 v0.4.0
8992026-03-17T21:09:57.161Z Downloaded predicates v3.1.4
9002026-03-17T21:09:57.164Z Downloaded rustc_version v0.4.1
9012026-03-17T21:09:57.167Z Downloaded pkcs5 v0.7.1
9022026-03-17T21:09:57.170Z Downloaded progenitor v0.10.0
9032026-03-17T21:09:57.173Z Downloaded progenitor v0.11.2
9042026-03-17T21:09:57.173Z Downloaded papergrid v0.17.0
9052026-03-17T21:09:57.176Z Downloaded pkcs1 v0.7.5
9062026-03-17T21:09:57.179Z Downloaded parking_lot_core v0.9.12
9072026-03-17T21:09:57.182Z Downloaded parking_lot v0.12.5
9082026-03-17T21:09:57.185Z Downloaded paste v1.0.15
9092026-03-17T21:09:57.188Z Downloaded russh-cryptovec v0.7.3
9102026-03-17T21:09:57.188Z Downloaded parking_lot v0.11.2
9112026-03-17T21:09:57.191Z Downloaded oxnet v0.1.4
9122026-03-17T21:09:57.191Z Downloaded jiff-static v0.2.21
9132026-03-17T21:09:57.194Z Downloaded oso v0.27.3
9142026-03-17T21:09:57.197Z Downloaded rand_chacha v0.9.0
9152026-03-17T21:09:57.200Z Downloaded rtoolbox v0.0.3
9162026-03-17T21:09:57.200Z Downloaded quinn-udp v0.5.14
9172026-03-17T21:09:57.203Z Downloaded scrypt v0.11.0
9182026-03-17T21:09:57.206Z Downloaded scopeguard v1.2.0
9192026-03-17T21:09:57.206Z Downloaded pkcs8 v0.10.2
9202026-03-17T21:09:57.208Z Downloaded miniz_oxide v0.8.9
9212026-03-17T21:09:57.211Z Downloaded indexmap v1.9.3
9222026-03-17T21:09:57.214Z Downloaded scroll_derive v0.13.1
9232026-03-17T21:09:57.214Z Downloaded seq-macro v0.3.6
9242026-03-17T21:09:57.217Z Downloaded rand_core v0.10.0
9252026-03-17T21:09:57.217Z Downloaded rand_core v0.9.5
9262026-03-17T21:09:57.220Z Downloaded semver v0.1.20
9272026-03-17T21:09:57.220Z Downloaded secrecy v0.8.0
9282026-03-17T21:09:57.223Z Downloaded serde_plain v1.0.2
9292026-03-17T21:09:57.223Z Downloaded sapling-renderdag v0.1.0
9302026-03-17T21:09:57.226Z Downloaded same-file v1.0.6
9312026-03-17T21:09:57.226Z Downloaded salsa20 v0.10.2
9322026-03-17T21:09:57.229Z Downloaded secrecy v0.10.3
9332026-03-17T21:09:57.229Z Downloaded rand_seeder v0.4.0
9342026-03-17T21:09:57.232Z Downloaded scheduled-thread-pool v0.2.7
9352026-03-17T21:09:57.232Z Downloaded rustls-pemfile v2.2.0
9362026-03-17T21:09:57.235Z Downloaded cc v1.2.56
9372026-03-17T21:09:57.238Z Downloaded postgres-types v0.2.12
9382026-03-17T21:09:57.240Z Downloaded rustversion v1.0.22
9392026-03-17T21:09:57.243Z Downloaded prefix-trie v0.7.0
9402026-03-17T21:09:57.246Z Downloaded serde_bytes v0.11.19
9412026-03-17T21:09:57.249Z Downloaded rusty-fork v0.3.1
9422026-03-17T21:09:57.249Z Downloaded signal-hook-mio v0.2.5
9432026-03-17T21:09:57.252Z Downloaded sha1 v0.10.6
9442026-03-17T21:09:57.252Z Downloaded progenitor-extras v0.1.1
9452026-03-17T21:09:57.254Z Downloaded sigpipe v0.1.3
9462026-03-17T21:09:57.254Z Downloaded serde_spanned v1.0.4
9472026-03-17T21:09:57.257Z Downloaded serde_repr v0.1.20
9482026-03-17T21:09:57.257Z Downloaded serde-big-array v0.5.1
9492026-03-17T21:09:57.260Z Downloaded hashbrown v0.13.2
9502026-03-17T21:09:57.263Z Downloaded hickory-server v0.25.2
9512026-03-17T21:09:57.266Z Downloaded proc-macro-error2 v2.0.1
9522026-03-17T21:09:57.269Z Downloaded postcard v1.1.3
9532026-03-17T21:09:57.272Z Downloaded arc-swap v1.8.2
9542026-03-17T21:09:57.274Z Downloaded signature v2.2.0
9552026-03-17T21:09:57.277Z Downloaded slog-bunyan v2.5.0
9562026-03-17T21:09:57.280Z Downloaded slog-envlogger v2.2.0
9572026-03-17T21:09:57.280Z Downloaded siphasher v1.0.2
9582026-03-17T21:09:57.283Z Downloaded signal-hook-tokio v0.3.1
9592026-03-17T21:09:57.283Z Downloaded shell-words v1.1.1
9602026-03-17T21:09:57.286Z Downloaded base64 v0.21.7
9612026-03-17T21:09:57.288Z Downloaded crossterm v0.28.1
9622026-03-17T21:09:57.292Z Downloaded serde-hex v0.1.0
9632026-03-17T21:09:57.295Z Downloaded scroll v0.13.0
9642026-03-17T21:09:57.298Z Downloaded derive_more-impl v2.1.1
9652026-03-17T21:09:57.301Z Downloaded russh-keys v0.45.0
9662026-03-17T21:09:57.303Z Downloaded serde_urlencoded v0.7.1
9672026-03-17T21:09:57.306Z Downloaded ref-cast v1.0.25
9682026-03-17T21:09:57.306Z Downloaded psm v0.1.30
9692026-03-17T21:09:57.309Z Downloaded pretty_assertions v1.4.1
9702026-03-17T21:09:57.312Z Downloaded progenitor-impl v0.11.2
9712026-03-17T21:09:57.315Z Downloaded progenitor-impl v0.10.0
9722026-03-17T21:09:57.318Z Downloaded peg v0.8.5
9732026-03-17T21:09:57.320Z Downloaded sqlparser_derive v0.5.0
9742026-03-17T21:09:57.320Z Downloaded ssh-cipher v0.2.0
9752026-03-17T21:09:57.324Z Downloaded simd-adler32 v0.3.8
9762026-03-17T21:09:57.324Z Downloaded ssh-encoding v0.2.0
9772026-03-17T21:09:57.327Z Downloaded schemars_derive v0.8.22
9782026-03-17T21:09:57.327Z Downloaded strum v0.26.3
9792026-03-17T21:09:57.330Z Downloaded slog-scope v4.4.1
9802026-03-17T21:09:57.330Z Downloaded slog-dtrace v0.3.0
9812026-03-17T21:09:57.333Z Downloaded slog-async v2.8.0
9822026-03-17T21:09:57.333Z Downloaded structmeta v0.3.0
9832026-03-17T21:09:57.333Z Downloaded strip-ansi-escapes v0.2.1
9842026-03-17T21:09:57.336Z Downloaded ron v0.8.1
9852026-03-17T21:09:57.339Z Downloaded minimal-lexical v0.2.1
9862026-03-17T21:09:57.343Z Downloaded resolv-conf v0.7.6
9872026-03-17T21:09:57.345Z Downloaded itertools v0.10.5
9882026-03-17T21:09:57.350Z Downloaded structmeta-derive v0.3.0
9892026-03-17T21:09:57.352Z Downloaded slog-term v2.9.2
9902026-03-17T21:09:57.355Z Downloaded sync_wrapper v1.0.2
9912026-03-17T21:09:57.355Z Downloaded supports-color v3.0.2
9922026-03-17T21:09:57.359Z Downloaded strum v0.27.2
9932026-03-17T21:09:57.359Z Downloaded serde_path_to_error v0.1.20
9942026-03-17T21:09:57.363Z Downloaded subtle v2.6.1
9952026-03-17T21:09:57.363Z Downloaded slab v0.4.12
9962026-03-17T21:09:57.363Z Downloaded serde_derive_internals v0.29.1
9972026-03-17T21:09:57.367Z Downloaded expectorate v1.2.0
9982026-03-17T21:09:57.367Z Downloaded rustls-pemfile v1.0.4
9992026-03-17T21:09:57.369Z Downloaded smf v0.2.3
10002026-03-17T21:09:57.369Z Downloaded progenitor-impl v0.13.0
10012026-03-17T21:09:57.373Z Downloaded termtree v0.5.1
10022026-03-17T21:09:57.373Z Downloaded smallvec v0.6.14
10032026-03-17T21:09:57.376Z Downloaded tabwriter v1.4.1
10042026-03-17T21:09:57.376Z Downloaded tabled_derive v0.11.0
10052026-03-17T21:09:57.378Z Downloaded sct v0.7.1
10062026-03-17T21:09:57.381Z Downloaded sync-ptr v0.1.4
10072026-03-17T21:09:57.381Z Downloaded serde_cbor v0.11.2
10082026-03-17T21:09:57.384Z Downloaded spki v0.7.3
10092026-03-17T21:09:57.387Z Downloaded rayon-core v1.13.0
10102026-03-17T21:09:57.390Z Downloaded rustls-platform-verifier v0.6.2
10112026-03-17T21:09:57.393Z Downloaded pin-project v1.1.11
10122026-03-17T21:09:57.403Z Downloaded time-core v0.1.8
10132026-03-17T21:09:57.405Z Downloaded thread-id v5.1.0
10142026-03-17T21:09:57.405Z Downloaded sec1 v0.7.3
10152026-03-17T21:09:57.408Z Downloaded stringprep v0.1.5
10162026-03-17T21:09:57.411Z Downloaded static_assertions v1.1.0
10172026-03-17T21:09:57.411Z Downloaded testing_table v0.3.0
10182026-03-17T21:09:57.414Z Downloaded http v1.4.0
10192026-03-17T21:09:57.417Z Downloaded rustls-native-certs v0.8.3
10202026-03-17T21:09:57.420Z Downloaded tinyvec_macros v0.1.1
10212026-03-17T21:09:57.420Z Downloaded num-bigint v0.4.6
10222026-03-17T21:09:57.422Z Downloaded openssl-sys v0.9.111
10232026-03-17T21:09:57.427Z Downloaded rcgen v0.12.1
10242026-03-17T21:09:57.430Z Downloaded thiserror-impl-no-std v2.0.2
10252026-03-17T21:09:57.432Z Downloaded schemars v0.8.22
10262026-03-17T21:09:57.440Z Downloaded string_cache v0.8.9
10272026-03-17T21:09:57.443Z Downloaded stacker v0.1.23
10282026-03-17T21:09:57.446Z Downloaded sqlformat v0.3.5
10292026-03-17T21:09:57.446Z Downloaded crossterm v0.29.0
10302026-03-17T21:09:57.450Z Downloaded strum_macros v0.24.3
10312026-03-17T21:09:57.453Z Downloaded aes v0.8.4
10322026-03-17T21:09:57.455Z Downloaded serde_with_macros v3.17.0
10332026-03-17T21:09:57.458Z Downloaded strum_macros v0.26.4
10342026-03-17T21:09:57.461Z Downloaded strum_macros v0.27.2
10352026-03-17T21:09:57.461Z Downloaded support-bundle-viewer v0.1.2
10362026-03-17T21:09:57.464Z Downloaded topological-sort v0.2.2
10372026-03-17T21:09:57.464Z Downloaded prettyplease v0.2.37
10382026-03-17T21:09:57.467Z Downloaded shlex v1.3.0
10392026-03-17T21:09:57.469Z Downloaded iddqd v0.3.17
10402026-03-17T21:09:57.473Z Downloaded termios v0.3.3
10412026-03-17T21:09:57.476Z Downloaded hashbrown v0.12.3
10422026-03-17T21:09:57.479Z Downloaded time-macros v0.2.27
10432026-03-17T21:09:57.482Z Downloaded hashbrown v0.15.5
10442026-03-17T21:09:57.485Z Downloaded itertools v0.12.1
10452026-03-17T21:09:57.490Z Downloaded tower-service v0.3.3
10462026-03-17T21:09:57.493Z Downloaded ryu v1.0.23
10472026-03-17T21:09:57.495Z Downloaded slog v2.8.2
10482026-03-17T21:09:57.498Z Downloaded trait-variant v0.1.2
10492026-03-17T21:09:57.498Z Downloaded tls_codec_derive v0.4.2
10502026-03-17T21:09:57.501Z Downloaded num-bigint-dig v0.8.6
10512026-03-17T21:09:57.504Z Downloaded typify-macro v0.6.1
10522026-03-17T21:09:57.504Z Downloaded tokio-macros v2.6.0
10532026-03-17T21:09:57.507Z Downloaded quinn v0.11.9
10542026-03-17T21:09:57.509Z Downloaded try-lock v0.2.5
10552026-03-17T21:09:57.510Z Downloaded thiserror-no-std v2.0.2
10562026-03-17T21:09:57.512Z Downloaded spin v0.9.8
10572026-03-17T21:09:57.515Z Downloaded hyper v1.8.1
10582026-03-17T21:09:57.519Z Downloaded tokio-native-tls v0.3.1
10592026-03-17T21:09:57.522Z Downloaded rsa v0.9.10
10602026-03-17T21:09:57.525Z Downloaded tokio-tungstenite v0.23.1
10612026-03-17T21:09:57.528Z Downloaded usdt v0.6.0
10622026-03-17T21:09:57.528Z Downloaded tokio-tungstenite v0.21.0
10632026-03-17T21:09:57.531Z Downloaded untrusted v0.7.1
10642026-03-17T21:09:57.531Z Downloaded unarray v0.1.4
10652026-03-17T21:09:57.534Z Downloaded unit-prefix v0.5.2
10662026-03-17T21:09:57.534Z Downloaded unicode-truncate v1.1.0
10672026-03-17T21:09:57.537Z Downloaded universal-hash v0.5.1
10682026-03-17T21:09:57.537Z Downloaded typify-macro v0.4.3
10692026-03-17T21:09:57.537Z Downloaded tokio-rustls v0.25.0
10702026-03-17T21:09:57.540Z Downloaded similar v2.7.0
10712026-03-17T21:09:57.543Z Downloaded utf-8 v0.7.6
10722026-03-17T21:09:57.546Z Downloaded toml_writer v1.0.6+spec-1.1.0
10732026-03-17T21:09:57.546Z Downloaded mio v1.1.1
10742026-03-17T21:09:57.549Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10752026-03-17T21:09:57.552Z Downloaded usdt-macro v0.6.0
10762026-03-17T21:09:57.552Z Downloaded tiny-keccak v2.0.2
10772026-03-17T21:09:57.555Z Downloaded tokio-dtrace v0.1.1
10782026-03-17T21:09:57.555Z Downloaded term v1.2.1
10792026-03-17T21:09:57.558Z Downloaded rustls-webpki v0.103.9
10802026-03-17T21:09:57.561Z Downloaded signal-hook v0.3.18
10812026-03-17T21:09:57.564Z Downloaded snafu-derive v0.8.9
10822026-03-17T21:09:57.566Z Downloaded hkdf v0.12.4
10832026-03-17T21:09:57.566Z Downloaded publicsuffix v2.3.0
10842026-03-17T21:09:57.569Z Downloaded schemars v0.9.0
10852026-03-17T21:09:57.578Z Downloaded want v0.3.1
10862026-03-17T21:09:57.581Z Downloaded tui-tree-widget v0.23.1
10872026-03-17T21:09:57.581Z Downloaded tower-layer v0.3.3
10882026-03-17T21:09:57.584Z Downloaded slog-stdlog v4.1.1
10892026-03-17T21:09:57.584Z Downloaded void v1.0.2
10902026-03-17T21:09:57.584Z Downloaded wait-timeout v0.2.1
10912026-03-17T21:09:57.587Z Downloaded waitgroup v0.1.2
10922026-03-17T21:09:57.587Z Downloaded slog-json v2.6.1
10932026-03-17T21:09:57.587Z Downloaded rustls-pki-types v1.14.0
10942026-03-17T21:09:57.590Z Downloaded signal-hook-registry v1.4.8
10952026-03-17T21:09:57.590Z Downloaded tap v1.0.1
10962026-03-17T21:09:57.593Z Downloaded tls_codec v0.4.2
10972026-03-17T21:09:57.594Z Downloaded tar v0.4.44
10982026-03-17T21:09:57.596Z Downloaded untrusted v0.9.0
10992026-03-17T21:09:57.596Z Downloaded tokio-stream v0.1.18
11002026-03-17T21:09:57.599Z Downloaded xshell-macros v0.2.7
11012026-03-17T21:09:57.603Z Downloaded tokio-rustls v0.26.4
11022026-03-17T21:09:57.603Z Downloaded rand v0.10.0
11032026-03-17T21:09:57.606Z Downloaded thread_local v1.1.9
11042026-03-17T21:09:57.609Z Downloaded test-strategy v0.4.5
11052026-03-17T21:09:57.612Z Downloaded xattr v1.6.1
11062026-03-17T21:09:57.612Z Downloaded take_mut v0.2.2
11072026-03-17T21:09:57.612Z Downloaded tagptr v0.2.0
11082026-03-17T21:09:57.615Z Downloaded hyper-util v0.1.20
11092026-03-17T21:09:57.618Z Downloaded p256 v0.13.2
11102026-03-17T21:09:57.621Z Downloaded toml_parser v1.0.9+spec-1.1.0
11112026-03-17T21:09:57.624Z Downloaded p521 v0.13.3
11122026-03-17T21:09:57.627Z Downloaded ed25519-dalek v2.2.0
11132026-03-17T21:09:57.630Z Downloaded password-hash v0.5.0
11142026-03-17T21:09:57.630Z Downloaded zeroize_derive v1.4.3
11152026-03-17T21:09:57.633Z Downloaded vergen-git2 v1.0.7
11162026-03-17T21:09:57.633Z Downloaded parse-display-derive v0.10.0
11172026-03-17T21:09:57.633Z Downloaded zone_cfg_derive v0.3.1
11182026-03-17T21:09:57.635Z Downloaded packed_struct v0.10.1
11192026-03-17T21:09:57.635Z Downloaded multer v3.1.0
11202026-03-17T21:09:57.638Z Downloaded vsss-rs v3.3.4
11212026-03-17T21:09:57.642Z Downloaded qorb v0.4.1
11222026-03-17T21:09:57.645Z Downloaded tinyvec v1.10.0
11232026-03-17T21:09:57.645Z Downloaded samael v0.0.19
11242026-03-17T21:09:57.649Z Downloaded unicode-properties v0.1.4
11252026-03-17T21:09:57.652Z Downloaded usdt-impl v0.6.0
11262026-03-17T21:09:57.656Z Downloaded uzers v0.12.2
11272026-03-17T21:09:57.656Z Downloaded usdt-attr-macro v0.6.0
11282026-03-17T21:09:57.656Z Downloaded twox-hash v2.1.2
11292026-03-17T21:09:57.660Z Downloaded term v0.7.0
11302026-03-17T21:09:57.660Z Downloaded h2 v0.4.13
11312026-03-17T21:09:57.664Z Downloaded libm v0.2.16
11322026-03-17T21:09:57.671Z Downloaded tokio-rustls v0.24.1
11332026-03-17T21:09:57.674Z Downloaded rand v0.8.5
11342026-03-17T21:09:57.677Z Downloaded xz2 v0.1.7
11352026-03-17T21:09:57.680Z Downloaded nom v7.1.3
11362026-03-17T21:09:57.683Z Downloaded xshell v0.2.7
11372026-03-17T21:09:57.683Z Downloaded vergen-lib v0.1.6
11382026-03-17T21:09:57.686Z Downloaded vergen-gitcl v1.0.8
11392026-03-17T21:09:57.686Z Downloaded socket2 v0.6.2
11402026-03-17T21:09:57.689Z Downloaded socket2 v0.5.10
11412026-03-17T21:09:57.689Z Downloaded tracing-attributes v0.1.31
11422026-03-17T21:09:57.693Z Downloaded rand v0.9.2
11432026-03-17T21:09:57.696Z Downloaded libxml v0.3.3
11442026-03-17T21:09:57.699Z Downloaded snafu v0.8.9
11452026-03-17T21:09:57.703Z Downloaded zstd v0.13.3
11462026-03-17T21:09:57.706Z Downloaded zone v0.3.1
11472026-03-17T21:09:57.709Z Downloaded aho-corasick v1.1.4
11482026-03-17T21:09:57.712Z Downloaded tungstenite v0.23.0
11492026-03-17T21:09:57.715Z Downloaded zstd-safe v7.2.4
11502026-03-17T21:09:57.715Z Downloaded rpassword v7.4.0
11512026-03-17T21:09:57.718Z Downloaded ron v0.12.0
11522026-03-17T21:09:57.723Z Downloaded unicase v2.9.0
11532026-03-17T21:09:57.726Z Downloaded toml v0.7.8
11542026-03-17T21:09:57.729Z Downloaded subprocess v0.2.15
11552026-03-17T21:09:57.732Z Downloaded toml v0.9.12+spec-1.1.0
11562026-03-17T21:09:57.735Z Downloaded uuid v1.21.0
11572026-03-17T21:09:57.738Z Downloaded unsafe-libyaml v0.2.11
11582026-03-17T21:09:57.738Z Downloaded zeroize v1.8.2
11592026-03-17T21:09:57.741Z Downloaded vergen v9.0.6
11602026-03-17T21:09:57.741Z Downloaded futures-util v0.3.32
11612026-03-17T21:09:57.750Z Downloaded itertools v0.14.0
11622026-03-17T21:09:57.756Z Downloaded tungstenite v0.21.0
11632026-03-17T21:09:57.758Z Downloaded whoami v2.1.0
11642026-03-17T21:09:57.762Z Downloaded whoami v1.6.1
11652026-03-17T21:09:57.762Z Downloaded walkdir v2.5.0
11662026-03-17T21:09:57.765Z Downloaded schemars v1.2.1
11672026-03-17T21:09:57.774Z Downloaded tokio-postgres v0.7.16
11682026-03-17T21:09:57.778Z Downloaded blake3 v1.8.3
11692026-03-17T21:09:57.784Z Downloaded wyz v0.5.1
11702026-03-17T21:09:57.787Z Downloaded typify v0.6.1
11712026-03-17T21:09:57.790Z Downloaded p384 v0.13.1
11722026-03-17T21:09:57.793Z Downloaded yasna v0.5.2
11732026-03-17T21:09:57.796Z Downloaded steno v0.4.1
11742026-03-17T21:09:57.799Z Downloaded russh v0.45.0
11752026-03-17T21:09:57.801Z Downloaded zerocopy v0.6.6
11762026-03-17T21:09:57.804Z Downloaded typify v0.4.3
11772026-03-17T21:09:57.807Z Downloaded toml_edit v0.23.10+spec-1.0.0
11782026-03-17T21:09:57.810Z Downloaded iri-string v0.7.10
11792026-03-17T21:09:57.814Z Downloaded git2 v0.20.4
11802026-03-17T21:09:57.821Z Downloaded serde_yaml v0.9.34+deprecated
11812026-03-17T21:09:57.824Z Downloaded vte v0.14.1
11822026-03-17T21:09:57.826Z Downloaded rayon v1.11.0
11832026-03-17T21:09:57.832Z Downloaded yansi v1.0.1
11842026-03-17T21:09:57.836Z Downloaded rustyline v14.0.0
11852026-03-17T21:09:57.838Z Downloaded itertools v0.13.0
11862026-03-17T21:09:57.843Z Downloaded tracing-core v0.1.36
11872026-03-17T21:09:57.848Z Downloaded lalrpop v0.19.12
11882026-03-17T21:09:57.854Z Downloaded unicode-bidi v0.3.18
11892026-03-17T21:09:57.857Z Downloaded bytes v1.11.1
11902026-03-17T21:09:57.860Z Downloaded compact_str v0.8.1
11912026-03-17T21:09:57.863Z Downloaded flume v0.11.1
11922026-03-17T21:09:57.865Z Downloaded zopfli v0.8.3
11932026-03-17T21:09:57.868Z Downloaded aes-gcm v0.10.3
11942026-03-17T21:09:57.871Z Downloaded jobserver v0.1.34
11952026-03-17T21:09:57.874Z Downloaded newtype_derive v0.1.6
11962026-03-17T21:09:57.874Z Downloaded new_debug_unreachable v1.0.6
11972026-03-17T21:09:57.874Z Downloaded humantime v2.3.0
11982026-03-17T21:09:57.877Z Downloaded indoc v2.0.7
11992026-03-17T21:09:57.877Z Downloaded buf-list v1.1.2
12002026-03-17T21:09:57.879Z Downloaded colored v2.2.0
12012026-03-17T21:09:57.882Z Downloaded tower v0.5.3
12022026-03-17T21:09:57.887Z Downloaded goblin v0.10.5
12032026-03-17T21:09:57.893Z Downloaded reedline v0.40.0
12042026-03-17T21:09:57.899Z Downloaded tokio-util v0.7.18
12052026-03-17T21:09:57.935Z Downloaded derive-where v1.6.0
12062026-03-17T21:09:57.939Z Downloaded zerocopy-derive v0.8.40
12072026-03-17T21:09:57.939Z Downloaded zip v0.6.6
12082026-03-17T21:09:57.939Z Downloaded salty v0.3.0
12092026-03-17T21:09:57.940Z Downloaded unicode-normalization v0.1.25
12102026-03-17T21:09:57.940Z Downloaded proptest v1.10.0
12112026-03-17T21:09:57.940Z Downloaded unicode_categories v0.1.1
12122026-03-17T21:09:57.940Z Downloaded ssh-key v0.6.7
12132026-03-17T21:09:57.940Z Downloaded bitvec v1.0.1
12142026-03-17T21:09:57.950Z Downloaded reqwest v0.13.2
12152026-03-17T21:09:57.954Z Downloaded tough v0.20.0
12162026-03-17T21:09:57.961Z Downloaded unicode-segmentation v1.12.0
12172026-03-17T21:09:57.964Z Downloaded toml_edit v0.19.15
12182026-03-17T21:09:57.976Z Downloaded serde_with v3.17.0
12192026-03-17T21:09:57.985Z Downloaded zip v4.6.1
12202026-03-17T21:09:57.988Z Downloaded curve25519-dalek v4.1.3
12212026-03-17T21:09:57.995Z Downloaded quick-xml v0.37.5
12222026-03-17T21:09:57.999Z Downloaded bindgen v0.71.1
12232026-03-17T21:09:58.005Z Downloaded x509-cert v0.2.5
12242026-03-17T21:09:58.009Z Downloaded tower-http v0.6.8
12252026-03-17T21:09:58.015Z Downloaded chrono v0.4.44
12262026-03-17T21:09:58.021Z Downloaded winnow v0.6.26
12272026-03-17T21:09:58.031Z Downloaded typed-path v0.9.3
12282026-03-17T21:09:58.034Z Downloaded winnow v0.5.40
12292026-03-17T21:09:58.039Z Downloaded rustls-webpki v0.101.7
12302026-03-17T21:09:58.049Z Downloaded nix v0.28.0
12312026-03-17T21:09:58.057Z Downloaded dropshot v0.16.7
12322026-03-17T21:09:58.073Z Downloaded rustls-webpki v0.102.8
12332026-03-17T21:09:58.087Z Downloaded petname v2.0.2
12342026-03-17T21:09:58.091Z Downloaded moka v0.12.13
12352026-03-17T21:09:58.097Z Downloaded portable-atomic v1.13.1
12362026-03-17T21:09:58.102Z Downloaded quinn-proto v0.11.13
12372026-03-17T21:09:58.108Z Downloaded reqwest v0.12.28
12382026-03-17T21:09:58.113Z Downloaded smoltcp v0.9.1
12392026-03-17T21:09:58.120Z Downloaded tabled v0.20.0
12402026-03-17T21:09:58.134Z Downloaded zlib-rs v0.6.2
12412026-03-17T21:09:58.138Z Downloaded diesel v2.3.7
12422026-03-17T21:09:58.154Z Downloaded rustls v0.21.12
12432026-03-17T21:09:58.162Z Downloaded hickory-proto v0.24.4
12442026-03-17T21:09:58.173Z Downloaded zerocopy v0.8.40
12452026-03-17T21:09:58.180Z Downloaded regex-syntax v0.8.10
12462026-03-17T21:09:58.187Z Downloaded openssl v0.10.75
12472026-03-17T21:09:58.194Z Downloaded hickory-proto v0.25.2
12482026-03-17T21:09:58.206Z Downloaded rustix v0.38.44
12492026-03-17T21:09:58.223Z Downloaded time v0.3.47
12502026-03-17T21:09:58.232Z Downloaded bstr v1.12.1
12512026-03-17T21:09:58.238Z Downloaded nix v0.29.0
12522026-03-17T21:09:58.247Z Downloaded regress v0.10.5
12532026-03-17T21:09:58.253Z Downloaded object v0.37.3
12542026-03-17T21:09:58.262Z Downloaded webpki-roots v1.0.6
12552026-03-17T21:09:58.265Z Downloaded nix v0.31.1
12562026-03-17T21:09:58.274Z Downloaded radix_trie v0.2.1
12572026-03-17T21:09:58.277Z Downloaded polar-core v0.27.3
12582026-03-17T21:09:58.283Z Downloaded vcpkg v0.2.15
12592026-03-17T21:09:58.313Z Downloaded rustls v0.22.4
12602026-03-17T21:09:58.322Z Downloaded sqlparser v0.61.0
12612026-03-17T21:09:58.329Z Downloaded openapiv3 v2.2.0
12622026-03-17T21:09:58.338Z Downloaded typify-impl v0.6.1
12632026-03-17T21:09:58.349Z Downloaded smoltcp v0.11.0
12642026-03-17T21:09:58.357Z Downloaded sled v0.34.7
12652026-03-17T21:09:58.365Z Downloaded rustls v0.23.37
12662026-03-17T21:09:58.374Z Downloaded ratatui v0.29.0
12672026-03-17T21:09:58.388Z Downloaded zerocopy-derive v0.6.6
12682026-03-17T21:09:58.396Z Downloaded regex-syntax v0.6.29
12692026-03-17T21:09:58.401Z Downloaded regex-automata v0.4.14
12702026-03-17T21:09:58.412Z Downloaded aws-lc-rs v1.16.0
12712026-03-17T21:09:58.419Z Downloaded object v0.30.4
12722026-03-17T21:09:58.425Z Downloaded nix v0.27.1
12732026-03-17T21:09:58.433Z Downloaded regex v1.12.3
12742026-03-17T21:09:58.437Z Downloaded cookie_store v0.22.1
12752026-03-17T21:09:58.440Z Downloaded cancel-safe-futures v0.1.5
12762026-03-17T21:09:58.442Z Downloaded der v0.7.10
12772026-03-17T21:09:58.447Z Downloaded darling_core v0.23.0
12782026-03-17T21:09:58.451Z Downloaded memoffset v0.9.1
12792026-03-17T21:09:58.451Z Downloaded lru v0.12.5
12802026-03-17T21:09:58.451Z Downloaded cmake v0.1.57
12812026-03-17T21:09:58.454Z Downloaded backon v1.6.0
12822026-03-17T21:09:58.454Z Downloaded crc32fast v1.5.0
12832026-03-17T21:09:58.454Z Downloaded crossbeam-epoch v0.9.18
12842026-03-17T21:09:58.457Z Downloaded derive_more v0.99.20
12852026-03-17T21:09:58.460Z Downloaded instant v0.1.13
12862026-03-17T21:09:58.460Z Downloaded derive-ex v0.1.8
12872026-03-17T21:09:58.463Z Downloaded defmt-macros v1.0.1
12882026-03-17T21:09:58.466Z Downloaded cbc v0.1.2
12892026-03-17T21:09:58.466Z Downloaded csv v1.4.0
12902026-03-17T21:09:58.480Z Downloaded ff v0.13.1
12912026-03-17T21:09:58.483Z Downloaded cipher v0.4.4
12922026-03-17T21:09:58.484Z Downloaded chacha20 v0.9.1
12932026-03-17T21:09:58.486Z Downloaded camino-tempfile-ext v0.3.3
12942026-03-17T21:09:58.486Z Downloaded bitflags v1.3.2
12952026-03-17T21:09:58.489Z Downloaded tracing v0.1.44
12962026-03-17T21:09:58.504Z Downloaded typify-impl v0.4.3
12972026-03-17T21:09:58.515Z Downloaded argon2 v0.5.3
12982026-03-17T21:09:58.518Z Downloaded async-trait v0.1.89
12992026-03-17T21:09:58.521Z Downloaded async-stream-impl v0.3.6
13002026-03-17T21:09:58.521Z Downloaded arrayvec v0.7.6
13012026-03-17T21:09:58.521Z Downloaded ena v0.14.4
13022026-03-17T21:09:58.524Z Downloaded hash32 v0.2.1
13032026-03-17T21:09:58.524Z Downloaded futures-io v0.3.32
13042026-03-17T21:09:58.524Z Downloaded funty v2.0.0
13052026-03-17T21:09:58.526Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-03-17T21:09:58.537Z Downloaded bzip2-sys v0.1.13+1.0.8
13072026-03-17T21:09:58.546Z Downloaded tokio v1.49.0
13082026-03-17T21:09:58.575Z Downloaded sha3 v0.10.8
13092026-03-17T21:09:58.579Z Downloaded colored v3.1.1
13102026-03-17T21:09:58.582Z Downloaded const_format_proc_macros v0.2.34
13112026-03-17T21:09:58.585Z Downloaded cassowary v0.3.0
13122026-03-17T21:09:58.585Z Downloaded bit-vec v0.6.3
13132026-03-17T21:09:58.585Z Downloaded ed25519 v2.2.3
13142026-03-17T21:09:58.588Z Downloaded dof v0.4.0
13152026-03-17T21:09:58.588Z Downloaded data-encoding v2.10.0
13162026-03-17T21:09:58.588Z Downloaded crossbeam-deque v0.8.6
13172026-03-17T21:09:58.588Z Downloaded bitfield-macros v0.19.4
13182026-03-17T21:09:58.592Z Downloaded ctr v0.9.2
13192026-03-17T21:09:58.592Z Downloaded darling v0.23.0
13202026-03-17T21:09:58.595Z Downloaded embedded-io v0.6.1
13212026-03-17T21:09:58.595Z Downloaded defmt v0.3.100
13222026-03-17T21:09:58.597Z Downloaded async-bb8-diesel v0.2.1
13232026-03-17T21:09:58.597Z Downloaded assert_matches v1.5.0
13242026-03-17T21:09:58.598Z Downloaded chrono-tz v0.10.4
13252026-03-17T21:09:58.611Z Downloaded const_format v0.2.35
13262026-03-17T21:09:58.614Z Downloaded derive_more v2.1.1
13272026-03-17T21:09:58.622Z Downloaded petgraph v0.6.5
13282026-03-17T21:09:58.635Z Downloaded jiff v0.2.21
13292026-03-17T21:09:58.649Z Downloaded lzma-sys v0.1.20
13302026-03-17T21:09:58.671Z Downloaded derive_builder v0.20.2
13312026-03-17T21:09:58.674Z Downloaded curve25519-dalek-derive v0.1.1
13322026-03-17T21:09:58.674Z Downloaded petgraph v0.8.3
13332026-03-17T21:09:58.692Z Downloaded adler2 v2.0.1
13342026-03-17T21:09:58.692Z Downloaded encoding_rs v0.8.35
13352026-03-17T21:09:58.707Z Downloaded libz-sys v1.1.24
13362026-03-17T21:09:58.739Z Downloaded libgit2-sys v0.18.3+1.9.2
13372026-03-17T21:09:58.856Z Downloaded ring v0.17.14
13382026-03-17T21:09:59.478Z Downloaded aws-lc-sys v0.37.1
13392026-03-17T21:09:59.799Z Compiling libc v0.2.180
13402026-03-17T21:09:59.800Z Compiling serde v1.0.228
13412026-03-17T21:09:59.803Z Compiling log v0.4.29
13422026-03-17T21:09:59.803Z Compiling find-msvc-tools v0.1.9
13432026-03-17T21:10:00.003Z Compiling shlex v1.3.0
13442026-03-17T21:10:00.003Z Compiling smallvec v1.15.1
13452026-03-17T21:10:00.020Z Compiling syn v2.0.117
13462026-03-17T21:10:00.039Z Compiling typenum v1.19.0
13472026-03-17T21:10:00.257Z Compiling generic-array v0.14.7
13482026-03-17T21:10:00.275Z Compiling subtle v2.6.1
13492026-03-17T21:10:00.312Z Compiling scopeguard v1.2.0
13502026-03-17T21:10:00.331Z Compiling portable-atomic v1.13.1
13512026-03-17T21:10:00.408Z Compiling const-oid v0.9.6
13522026-03-17T21:10:00.450Z Compiling lock_api v0.4.14
13532026-03-17T21:10:00.510Z Compiling critical-section v1.2.0
13542026-03-17T21:10:00.586Z Compiling zerocopy v0.8.40
13552026-03-17T21:10:00.690Z Compiling parking_lot_core v0.9.12
13562026-03-17T21:10:00.771Z Compiling serde_json v1.0.149
13572026-03-17T21:10:00.987Z Compiling pin-project-lite v0.2.17
13582026-03-17T21:10:01.116Z Compiling pkg-config v0.3.32
13592026-03-17T21:10:01.156Z Compiling getrandom v0.2.17
13602026-03-17T21:10:01.225Z Compiling jobserver v0.1.34
13612026-03-17T21:10:01.358Z Compiling rand_core v0.6.4
13622026-03-17T21:10:01.450Z Compiling errno v0.3.14
13632026-03-17T21:10:01.519Z Compiling cc v1.2.56
13642026-03-17T21:10:01.643Z Compiling once_cell v1.21.3
13652026-03-17T21:10:01.709Z Compiling signal-hook-registry v1.4.8
13662026-03-17T21:10:01.754Z Compiling mio v1.1.1
13672026-03-17T21:10:01.887Z Compiling bitflags v2.11.0
13682026-03-17T21:10:01.926Z Compiling libm v0.2.16
13692026-03-17T21:10:02.073Z Compiling parking_lot v0.12.5
13702026-03-17T21:10:02.124Z Compiling num-traits v0.2.19
13712026-03-17T21:10:02.191Z Compiling futures-core v0.3.32
13722026-03-17T21:10:02.397Z Compiling socket2 v0.6.2
13732026-03-17T21:10:02.419Z Compiling percent-encoding v2.3.2
13742026-03-17T21:10:02.578Z Compiling allocator-api2 v0.2.21
13752026-03-17T21:10:02.597Z Compiling cpufeatures v0.2.17
13762026-03-17T21:10:02.660Z Compiling foldhash v0.2.0
13772026-03-17T21:10:02.692Z Compiling futures-sink v0.3.32
13782026-03-17T21:10:02.747Z Compiling futures-task v0.3.32
13792026-03-17T21:10:02.860Z Compiling futures-channel v0.3.32
13802026-03-17T21:10:02.945Z Compiling futures-io v0.3.32
13812026-03-17T21:10:02.964Z Compiling getrandom v0.4.1
13822026-03-17T21:10:02.981Z Compiling hashbrown v0.16.1
13832026-03-17T21:10:03.022Z Compiling slab v0.4.12
13842026-03-17T21:10:03.140Z Compiling rustversion v1.0.22
13852026-03-17T21:10:03.158Z Compiling rand_core v0.10.0
13862026-03-17T21:10:03.249Z Compiling getrandom v0.3.4
13872026-03-17T21:10:03.366Z Compiling form_urlencoded v1.2.2
13882026-03-17T21:10:03.687Z Compiling cmake v0.1.57
13892026-03-17T21:10:03.707Z Compiling indexmap v2.13.0
13902026-03-17T21:10:03.776Z Compiling ident_case v1.0.1
13912026-03-17T21:10:03.946Z Compiling dunce v1.0.5
13922026-03-17T21:10:03.973Z Compiling fs_extra v1.3.0
13932026-03-17T21:10:04.070Z Compiling base64ct v1.8.3
13942026-03-17T21:10:04.162Z Compiling synstructure v0.13.2
13952026-03-17T21:10:04.336Z Compiling aws-lc-sys v0.37.1
13962026-03-17T21:10:04.460Z Compiling pem-rfc7468 v0.7.0
13972026-03-17T21:10:04.500Z Compiling flagset v0.4.7
13982026-03-17T21:10:04.594Z Compiling rand_core v0.9.5
13992026-03-17T21:10:04.618Z Compiling rustix v1.1.3
14002026-03-17T21:10:04.637Z Compiling iana-time-zone v0.1.65
14012026-03-17T21:10:04.672Z Compiling ring v0.17.14
14022026-03-17T21:10:04.874Z Compiling uuid v1.21.0
14032026-03-17T21:10:04.907Z Compiling rustc_version v0.4.1
14042026-03-17T21:10:04.975Z Compiling aws-lc-rs v1.16.0
14052026-03-17T21:10:05.007Z Compiling vcpkg v0.2.15
14062026-03-17T21:10:05.326Z Compiling regex-syntax v0.8.10
14072026-03-17T21:10:05.346Z Compiling tracing-core v0.1.36
14082026-03-17T21:10:05.774Z Compiling crossbeam-utils v0.8.21
14092026-03-17T21:10:05.997Z Compiling openssl-sys v0.9.111
14102026-03-17T21:10:06.095Z Compiling pest_generator v2.8.6
14112026-03-17T21:10:06.167Z Compiling serde_derive_internals v0.29.1
14122026-03-17T21:10:06.740Z Compiling serde_derive v1.0.228
14132026-03-17T21:10:06.769Z Compiling zeroize_derive v1.4.3
14142026-03-17T21:10:06.999Z Compiling zerofrom-derive v0.1.6
14152026-03-17T21:10:07.040Z Compiling yoke-derive v0.8.1
14162026-03-17T21:10:07.427Z Compiling zerocopy-derive v0.8.40
14172026-03-17T21:10:07.617Z Compiling zeroize v1.8.2
14182026-03-17T21:10:08.552Z Compiling zerovec-derive v0.11.2
14192026-03-17T21:10:08.598Z Compiling crypto-common v0.1.7
14202026-03-17T21:10:08.655Z Compiling block-buffer v0.10.4
14212026-03-17T21:10:08.783Z Compiling displaydoc v0.2.5
14222026-03-17T21:10:08.918Z Compiling digest v0.10.7
14232026-03-17T21:10:08.936Z Compiling zerofrom v0.1.6
14242026-03-17T21:10:09.097Z Compiling yoke v0.8.1
14252026-03-17T21:10:09.240Z Compiling tokio-macros v2.6.0
14262026-03-17T21:10:09.347Z Compiling hmac v0.12.1
14272026-03-17T21:10:09.549Z Compiling futures-macro v0.3.32
14282026-03-17T21:10:09.568Z Compiling block-padding v0.3.3
14292026-03-17T21:10:09.779Z Compiling inout v0.1.4
14302026-03-17T21:10:09.780Z Compiling zerotrie v0.2.3
14312026-03-17T21:10:09.997Z Compiling cipher v0.4.4
14322026-03-17T21:10:10.090Z Compiling zerovec v0.11.5
14332026-03-17T21:10:10.206Z Compiling sha2 v0.10.9
14342026-03-17T21:10:10.224Z Compiling der_derive v0.7.3
14352026-03-17T21:10:10.351Z Compiling salsa20 v0.10.2
14362026-03-17T21:10:10.529Z Compiling pbkdf2 v0.12.2
14372026-03-17T21:10:10.643Z Compiling futures-util v0.3.32
14382026-03-17T21:10:10.680Z Compiling thiserror-impl v2.0.18
14392026-03-17T21:10:10.791Z Compiling tinystr v0.8.2
14402026-03-17T21:10:10.961Z Compiling potential_utf v0.1.4
14412026-03-17T21:10:11.054Z Compiling icu_locale_core v2.1.1
14422026-03-17T21:10:11.176Z Compiling icu_collections v2.1.1
14432026-03-17T21:10:11.524Z Compiling bytes v1.11.1
14442026-03-17T21:10:11.578Z Compiling der v0.7.10
14452026-03-17T21:10:12.061Z Compiling icu_provider v2.1.1
14462026-03-17T21:10:12.282Z Compiling tokio v1.49.0
14472026-03-17T21:10:12.365Z Compiling icu_normalizer v2.1.1
14482026-03-17T21:10:12.443Z Compiling icu_properties v2.1.2
14492026-03-17T21:10:12.499Z Compiling http v1.4.0
14502026-03-17T21:10:13.084Z Compiling spki v0.7.3
14512026-03-17T21:10:13.262Z Compiling chrono v0.4.44
14522026-03-17T21:10:13.342Z Compiling thiserror v2.0.18
14532026-03-17T21:10:13.476Z Compiling scrypt v0.11.0
14542026-03-17T21:10:13.744Z Compiling idna_adapter v1.2.1
14552026-03-17T21:10:13.764Z Compiling ppv-lite86 v0.2.21
14562026-03-17T21:10:13.764Z Compiling cbc v0.1.2
14572026-03-17T21:10:13.804Z Compiling aes v0.8.4
14582026-03-17T21:10:14.004Z Compiling idna v1.1.0
14592026-03-17T21:10:14.011Z Compiling rustls-pki-types v1.14.0
14602026-03-17T21:10:14.027Z Compiling tracing-attributes v0.1.31
14612026-03-17T21:10:14.271Z Compiling rand_chacha v0.9.0
14622026-03-17T21:10:14.619Z Compiling url v2.5.8
14632026-03-17T21:10:14.852Z Compiling rand v0.9.2
14642026-03-17T21:10:15.172Z Compiling pkcs5 v0.7.1
14652026-03-17T21:10:15.228Z Compiling http-body v1.0.1
14662026-03-17T21:10:15.247Z Compiling httparse v1.10.1
14672026-03-17T21:10:15.423Z Compiling schemars v0.8.22
14682026-03-17T21:10:15.671Z Compiling untrusted v0.9.0
14692026-03-17T21:10:15.691Z Compiling syn v1.0.109
14702026-03-17T21:10:15.712Z Compiling base64 v0.22.1
14712026-03-17T21:10:15.815Z Compiling untrusted v0.7.1
14722026-03-17T21:10:15.840Z Compiling openssl-probe v0.2.1
14732026-03-17T21:10:15.853Z Compiling tracing v0.1.44
14742026-03-17T21:10:16.057Z Compiling pkcs8 v0.10.2
14752026-03-17T21:10:16.066Z Compiling schemars_derive v0.8.22
14762026-03-17T21:10:16.135Z Compiling pest_derive v2.8.6
14772026-03-17T21:10:16.149Z Compiling scroll_derive v0.13.1
14782026-03-17T21:10:16.461Z Compiling darling_core v0.20.11
14792026-03-17T21:10:16.656Z Compiling atomic-waker v1.1.2
14802026-03-17T21:10:16.814Z Compiling tinyvec_macros v0.1.1
14812026-03-17T21:10:16.845Z Compiling tower-service v0.3.3
14822026-03-17T21:10:16.962Z Compiling rustls v0.23.37
14832026-03-17T21:10:16.969Z Compiling try-lock v0.2.5
14842026-03-17T21:10:17.102Z Compiling tower-layer v0.3.3
14852026-03-17T21:10:17.121Z Compiling dyn-clone v1.0.20
14862026-03-17T21:10:17.203Z Compiling scroll v0.13.0
14872026-03-17T21:10:17.293Z Compiling want v0.3.1
14882026-03-17T21:10:17.312Z Compiling tinyvec v1.10.0
14892026-03-17T21:10:17.505Z Compiling tokio-util v0.7.18
14902026-03-17T21:10:18.169Z Compiling ipnet v2.11.0
14912026-03-17T21:10:18.333Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14922026-03-17T21:10:18.833Z Compiling h2 v0.4.13
14932026-03-17T21:10:18.851Z Compiling spin v0.9.8
14942026-03-17T21:10:18.940Z Compiling aho-corasick v1.1.4
14952026-03-17T21:10:19.123Z Compiling time-core v0.1.8
14962026-03-17T21:10:19.322Z Compiling crc32fast v1.5.0
14972026-03-17T21:10:19.590Z Compiling num-conv v0.2.0
14982026-03-17T21:10:19.683Z Compiling foreign-types-shared v0.1.1
14992026-03-17T21:10:19.786Z Compiling powerfmt v0.2.0
15002026-03-17T21:10:19.794Z Compiling darling_macro v0.20.11
15012026-03-17T21:10:19.805Z Compiling openssl v0.10.75
15022026-03-17T21:10:20.032Z Compiling httpdate v1.0.3
15032026-03-17T21:10:20.094Z Compiling pin-utils v0.1.0
15042026-03-17T21:10:20.190Z Compiling tempfile v3.25.0
15052026-03-17T21:10:20.290Z Compiling regex-automata v0.4.14
15062026-03-17T21:10:20.318Z Compiling deranged v0.5.8
15072026-03-17T21:10:20.385Z Compiling darling v0.20.11
15082026-03-17T21:10:20.488Z Compiling foreign-types v0.3.2
15092026-03-17T21:10:20.584Z Compiling time-macros v0.2.27
15102026-03-17T21:10:21.323Z Compiling goblin v0.10.5
15112026-03-17T21:10:22.024Z Compiling openssl-macros v0.1.1
15122026-03-17T21:10:22.377Z Compiling thiserror-impl v1.0.69
15132026-03-17T21:10:22.519Z Compiling wait-timeout v0.2.1
15142026-03-17T21:10:22.861Z Compiling usdt-impl v0.6.0
15152026-03-17T21:10:23.118Z Compiling hyper v1.8.1
15162026-03-17T21:10:23.226Z Compiling siphasher v1.0.2
15172026-03-17T21:10:23.479Z Compiling simd-adler32 v0.3.8
15182026-03-17T21:10:23.813Z Compiling bit-vec v0.8.0
15192026-03-17T21:10:24.063Z Compiling num_threads v0.1.7
15202026-03-17T21:10:24.161Z Compiling quick-error v1.2.3
15212026-03-17T21:10:24.183Z Compiling either v1.15.0
15222026-03-17T21:10:24.298Z Compiling native-tls v0.2.18
15232026-03-17T21:10:24.330Z Compiling rusty-fork v0.3.1
15242026-03-17T21:10:24.455Z Compiling time v0.3.47
15252026-03-17T21:10:24.575Z Compiling bit-set v0.8.0
15262026-03-17T21:10:24.759Z Compiling hyper-util v0.1.20
15272026-03-17T21:10:24.791Z Compiling thiserror v1.0.69
15282026-03-17T21:10:25.347Z Compiling dof v0.4.0
15292026-03-17T21:10:26.252Z Compiling derive_builder_core v0.20.2
15302026-03-17T21:10:26.665Z Compiling unicode-normalization v0.1.25
15312026-03-17T21:10:26.911Z Compiling crossbeam-epoch v0.9.18
15322026-03-17T21:10:27.099Z Compiling dtrace-parser v0.3.0
15332026-03-17T21:10:27.273Z Compiling rustls-native-certs v0.8.3
15342026-03-17T21:10:27.349Z Compiling signature v2.2.0
15352026-03-17T21:10:27.387Z Compiling scroll_derive v0.12.1
15362026-03-17T21:10:27.444Z Compiling heapless v0.7.17
15372026-03-17T21:10:27.567Z Compiling rand_xorshift v0.4.0
15382026-03-17T21:10:27.639Z Compiling slog v2.8.2
15392026-03-17T21:10:27.745Z Compiling darling_core v0.21.3
15402026-03-17T21:10:27.771Z Compiling bzip2-sys v0.1.13+1.0.8
15412026-03-17T21:10:27.874Z Compiling sync_wrapper v1.0.2
15422026-03-17T21:10:28.007Z Compiling thread-id v5.1.0
15432026-03-17T21:10:28.109Z Compiling cookie v0.18.1
15442026-03-17T21:10:28.128Z Compiling unicode-bidi v0.3.18
15452026-03-17T21:10:28.147Z Compiling unicode-properties v0.1.4
15462026-03-17T21:10:28.255Z Compiling unicode-segmentation v1.12.0
15472026-03-17T21:10:28.338Z Compiling paste v1.0.15
15482026-03-17T21:10:28.422Z Compiling unarray v0.1.4
15492026-03-17T21:10:28.563Z Compiling rayon-core v1.13.0
15502026-03-17T21:10:28.683Z Compiling signal-hook v0.3.18
15512026-03-17T21:10:28.773Z Compiling adler2 v2.0.1
15522026-03-17T21:10:28.792Z Compiling anyhow v1.0.102
15532026-03-17T21:10:28.893Z Compiling zstd-safe v7.2.4
15542026-03-17T21:10:28.959Z Compiling miniz_oxide v0.8.9
15552026-03-17T21:10:29.062Z Compiling stringprep v0.1.5
15562026-03-17T21:10:29.134Z Compiling proptest v1.10.0
15572026-03-17T21:10:29.237Z Compiling scroll v0.12.0
15582026-03-17T21:10:29.660Z Compiling tower v0.5.3
15592026-03-17T21:10:29.874Z Compiling derive_builder_macro v0.20.2
15602026-03-17T21:10:30.007Z Compiling crossbeam-deque v0.8.6
15612026-03-17T21:10:30.160Z Compiling ipnetwork v0.21.1
15622026-03-17T21:10:30.225Z Compiling http-body-util v0.1.3
15632026-03-17T21:10:30.248Z Compiling webpki-roots v1.0.6
15642026-03-17T21:10:30.292Z Compiling rand_chacha v0.3.1
15652026-03-17T21:10:30.417Z Compiling serde_tokenstream v0.2.3
15662026-03-17T21:10:30.442Z Compiling erased-serde v0.3.31
15672026-03-17T21:10:30.550Z Compiling toml_datetime v0.6.11
15682026-03-17T21:10:30.682Z Compiling serde_spanned v0.6.9
15692026-03-17T21:10:30.818Z Compiling md-5 v0.10.6
15702026-03-17T21:10:30.864Z Compiling zerocopy-derive v0.7.35
15712026-03-17T21:10:30.889Z Compiling curve25519-dalek v4.1.3
15722026-03-17T21:10:31.023Z Compiling num-integer v0.1.46
15732026-03-17T21:10:31.166Z Compiling vergen-lib v0.1.6
15742026-03-17T21:10:31.305Z Compiling hash32 v0.2.1
15752026-03-17T21:10:31.324Z Compiling ff v0.13.1
15762026-03-17T21:10:31.388Z Compiling memoffset v0.9.1
15772026-03-17T21:10:31.391Z Compiling darling_macro v0.21.3
15782026-03-17T21:10:31.468Z Compiling fallible-iterator v0.2.0
15792026-03-17T21:10:31.492Z Compiling ryu v1.0.23
15802026-03-17T21:10:31.550Z Compiling iri-string v0.7.10
15812026-03-17T21:10:31.625Z Compiling psl-types v2.0.11
15822026-03-17T21:10:31.725Z Compiling rustix v0.38.44
15832026-03-17T21:10:31.787Z Compiling smoltcp v0.9.1
15842026-03-17T21:10:31.889Z Compiling cfg_aliases v0.2.1
15852026-03-17T21:10:31.986Z Compiling base16ct v0.2.0
15862026-03-17T21:10:32.015Z Compiling litrs v1.0.0
15872026-03-17T21:10:32.041Z Compiling zlib-rs v0.6.2
15882026-03-17T21:10:32.177Z Compiling num-bigint-dig v0.8.6
15892026-03-17T21:10:32.212Z Compiling ref-cast v1.0.25
15902026-03-17T21:10:32.372Z Compiling sec1 v0.7.3
15912026-03-17T21:10:32.432Z Compiling zerocopy v0.7.35
15922026-03-17T21:10:32.661Z Compiling newtype-uuid v1.3.2
15932026-03-17T21:10:32.701Z Compiling document-features v0.2.12
15942026-03-17T21:10:32.728Z Compiling darling v0.21.3
15952026-03-17T21:10:32.831Z Compiling nix v0.31.1
15962026-03-17T21:10:33.088Z Compiling postgres-protocol v0.6.10
15972026-03-17T21:10:33.217Z Compiling tower-http v0.6.8
15982026-03-17T21:10:33.320Z Compiling publicsuffix v2.3.0
15992026-03-17T21:10:33.469Z Compiling serde_urlencoded v0.7.1
16002026-03-17T21:10:33.745Z Compiling group v0.13.0
16012026-03-17T21:10:33.778Z Compiling num-iter v0.1.45
16022026-03-17T21:10:33.895Z Compiling rand v0.8.5
16032026-03-17T21:10:33.958Z Compiling oxnet v0.1.4
16042026-03-17T21:10:33.976Z Compiling derive_builder v0.20.2
16052026-03-17T21:10:34.361Z Compiling proc-macro-error v1.0.4
16062026-03-17T21:10:34.485Z Compiling tokio-native-tls v0.3.1
16072026-03-17T21:10:34.529Z Compiling goblin v0.8.2
16082026-03-17T21:10:35.185Z Compiling heck v0.4.1
16092026-03-17T21:10:35.463Z Compiling phf_shared v0.13.1
16102026-03-17T21:10:35.482Z Compiling regex v1.12.3
16112026-03-17T21:10:35.715Z Compiling hubpack_derive v0.1.1
16122026-03-17T21:10:35.748Z Compiling lazy_static v1.5.0
16132026-03-17T21:10:35.792Z Compiling cargo-platform v0.1.9
16142026-03-17T21:10:35.861Z Compiling hkdf v0.12.4
16152026-03-17T21:10:36.069Z Compiling crypto-bigint v0.5.5
16162026-03-17T21:10:36.088Z Compiling ref-cast-impl v1.0.25
16172026-03-17T21:10:36.122Z Compiling async-trait v0.1.89
16182026-03-17T21:10:36.277Z Compiling flate2 v1.1.9
16192026-03-17T21:10:36.644Z Compiling strum_macros v0.27.2
16202026-03-17T21:10:36.801Z Compiling curve25519-dalek-derive v0.1.1
16212026-03-17T21:10:36.876Z Compiling daft-derive v0.1.5
16222026-03-17T21:10:37.564Z Compiling terminal_size v0.4.3
16232026-03-17T21:10:37.666Z Compiling vergen v9.0.6
16242026-03-17T21:10:37.747Z Compiling fs-err v3.3.0
16252026-03-17T21:10:37.834Z Compiling ahash v0.8.12
16262026-03-17T21:10:37.895Z Compiling foldhash v0.1.5
16272026-03-17T21:10:37.979Z Compiling bumpalo v3.20.2
16282026-03-17T21:10:38.554Z Compiling libbz2-rs-sys v0.2.2
16292026-03-17T21:10:38.559Z Compiling managed v0.8.0
16302026-03-17T21:10:38.560Z Compiling object v0.37.3
16312026-03-17T21:10:38.561Z Compiling winnow v0.5.40
16322026-03-17T21:10:38.660Z Compiling bitflags v1.3.2
16332026-03-17T21:10:39.064Z Compiling bzip2 v0.6.1
16342026-03-17T21:10:39.081Z Compiling zopfli v0.8.3
16352026-03-17T21:10:39.398Z Compiling hashbrown v0.15.5
16362026-03-17T21:10:39.417Z Compiling strum v0.27.2
16372026-03-17T21:10:39.531Z Compiling console v0.16.2
16382026-03-17T21:10:39.714Z Compiling clap_builder v4.5.60
16392026-03-17T21:10:39.960Z Compiling daft v0.1.5
16402026-03-17T21:10:40.149Z Compiling dof v0.3.0
16412026-03-17T21:10:40.292Z Compiling toml_edit v0.19.15
16422026-03-17T21:10:40.332Z Compiling elliptic-curve v0.13.8
16432026-03-17T21:10:40.566Z Compiling hubpack v0.1.2
16442026-03-17T21:10:40.854Z Compiling cargo_metadata v0.19.2
16452026-03-17T21:10:41.134Z Compiling phf v0.13.1
16462026-03-17T21:10:41.345Z Compiling zone_cfg_derive v0.3.1
16472026-03-17T21:10:42.188Z Compiling cookie_store v0.22.1
16482026-03-17T21:10:42.723Z Compiling signal-hook-mio v0.2.5
16492026-03-17T21:10:43.080Z Compiling zstd v0.13.3
16502026-03-17T21:10:43.258Z Compiling hyper-tls v0.6.0
16512026-03-17T21:10:43.362Z Compiling rayon v1.11.0
16522026-03-17T21:10:43.429Z Compiling bzip2 v0.4.4
16532026-03-17T21:10:43.658Z Compiling postgres-types v0.2.12
16542026-03-17T21:10:43.729Z Compiling serde_with_macros v3.17.0
16552026-03-17T21:10:44.033Z Compiling usdt-attr-macro v0.6.0
16562026-03-17T21:10:44.066Z Compiling usdt-macro v0.6.0
16572026-03-17T21:10:44.467Z Compiling ed25519 v2.2.3
16582026-03-17T21:10:45.037Z Compiling dtrace-parser v0.2.0
16592026-03-17T21:10:45.090Z Compiling itertools v0.12.1
16602026-03-17T21:10:45.316Z Compiling phf_shared v0.11.3
16612026-03-17T21:10:45.517Z Compiling bstr v1.12.1
16622026-03-17T21:10:45.564Z Compiling pkcs1 v0.7.5
16632026-03-17T21:10:45.614Z Compiling serde-big-array v0.5.1
16642026-03-17T21:10:45.802Z Compiling hex v0.4.3
16652026-03-17T21:10:45.886Z Compiling rfc6979 v0.4.0
16662026-03-17T21:10:46.045Z Compiling serde_repr v0.1.20
16672026-03-17T21:10:46.102Z Compiling clap_derive v4.5.55
16682026-03-17T21:10:46.121Z Compiling strum_macros v0.26.4
16692026-03-17T21:10:46.175Z Compiling enum-as-inner v0.6.1
16702026-03-17T21:10:46.402Z Compiling float-cmp v0.10.0
16712026-03-17T21:10:46.592Z Compiling memmap2 v0.9.10
16722026-03-17T21:10:46.744Z Compiling thread-id v4.2.2
16732026-03-17T21:10:46.780Z Compiling env_filter v1.0.0
16742026-03-17T21:10:46.836Z Compiling encoding_rs v0.8.35
16752026-03-17T21:10:46.856Z Compiling precomputed-hash v0.1.1
16762026-03-17T21:10:46.878Z Compiling whoami v2.1.0
16772026-03-17T21:10:46.970Z Compiling new_debug_unreachable v1.0.6
16782026-03-17T21:10:47.067Z Compiling mime v0.3.17
16792026-03-17T21:10:47.182Z Compiling jiff v0.2.21
16802026-03-17T21:10:47.383Z Compiling rustc-hash v2.1.1
16812026-03-17T21:10:47.413Z Compiling keccak v0.1.6
16822026-03-17T21:10:47.544Z Compiling normalize-line-endings v0.3.0
16832026-03-17T21:10:47.669Z Compiling predicates-core v1.0.10
16842026-03-17T21:10:47.904Z Compiling fixedbitset v0.4.2
16852026-03-17T21:10:48.157Z Compiling data-encoding v2.10.0
16862026-03-17T21:10:48.194Z Compiling static_assertions v1.1.0
16872026-03-17T21:10:48.293Z Compiling unit-prefix v0.5.2
16882026-03-17T21:10:48.487Z Compiling difflib v0.4.0
16892026-03-17T21:10:48.521Z Compiling fixedbitset v0.5.7
16902026-03-17T21:10:48.547Z Compiling strum v0.26.3
16912026-03-17T21:10:48.566Z Compiling clap v4.5.60
16922026-03-17T21:10:48.674Z Compiling hickory-proto v0.25.2
16932026-03-17T21:10:48.717Z Compiling indicatif v0.18.4
16942026-03-17T21:10:48.958Z Compiling petgraph v0.8.3
16952026-03-17T21:10:49.003Z Compiling predicates v3.1.4
16962026-03-17T21:10:49.148Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16972026-03-17T21:10:49.294Z Compiling petgraph v0.6.5
16982026-03-17T21:10:49.913Z Compiling sha3 v0.10.8
16992026-03-17T21:10:49.964Z Compiling iddqd v0.3.17
17002026-03-17T21:10:50.507Z Compiling toml_edit v0.22.27
17012026-03-17T21:10:51.357Z Compiling zip v4.6.1
17022026-03-17T21:10:51.489Z Compiling tokio-postgres v0.7.16
17032026-03-17T21:10:51.720Z Compiling string_cache v0.8.9
17042026-03-17T21:10:52.020Z Compiling env_logger v0.11.9
17052026-03-17T21:10:52.501Z Compiling usdt-impl v0.5.0
17062026-03-17T21:10:52.666Z Compiling usdt v0.6.0
17072026-03-17T21:10:52.950Z Compiling zone v0.3.1
17082026-03-17T21:10:53.010Z Compiling serde_with v3.17.0
17092026-03-17T21:10:53.195Z Compiling similar v2.7.0
17102026-03-17T21:10:53.291Z Compiling ecdsa v0.16.9
17112026-03-17T21:10:53.825Z Compiling rsa v0.9.10
17122026-03-17T21:10:53.888Z Compiling crossterm v0.28.1
17132026-03-17T21:10:54.377Z Compiling ed25519-dalek v2.2.0
17142026-03-17T21:10:54.514Z Compiling zip v0.6.6
17152026-03-17T21:10:55.213Z Compiling toml v0.7.8
17162026-03-17T21:10:55.755Z Compiling toml_parser v1.0.9+spec-1.1.0
17172026-03-17T21:10:55.791Z Compiling itertools v0.13.0
17182026-03-17T21:10:55.844Z Compiling tokio-stream v0.1.18
17192026-03-17T21:10:56.079Z Compiling buf-list v1.1.2
17202026-03-17T21:10:56.442Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17212026-03-17T21:10:56.470Z Compiling x509-cert v0.2.5
17222026-03-17T21:10:56.490Z Compiling openapiv3 v2.2.0
17232026-03-17T21:10:56.639Z Compiling sha1 v0.10.6
17242026-03-17T21:10:56.843Z Compiling toml_datetime v0.7.5+spec-1.1.0
17252026-03-17T21:10:56.924Z Compiling peg-runtime v0.8.5
17262026-03-17T21:10:57.228Z Compiling lalrpop-util v0.19.12
17272026-03-17T21:10:57.307Z Compiling thread_local v1.1.9
17282026-03-17T21:10:57.481Z Compiling slog-async v2.8.0
17292026-03-17T21:10:57.500Z Compiling crossbeam-channel v0.5.15
17302026-03-17T21:10:57.639Z Compiling futures-executor v0.3.32
17312026-03-17T21:10:57.892Z Compiling filetime v0.2.27
17322026-03-17T21:10:57.986Z Compiling is-terminal v0.4.17
17332026-03-17T21:10:58.005Z Compiling term v1.2.1
17342026-03-17T21:10:58.108Z Compiling take_mut v0.2.2
17352026-03-17T21:10:58.127Z Compiling xattr v1.6.1
17362026-03-17T21:10:58.130Z Compiling futures v0.3.32
17372026-03-17T21:10:58.337Z Compiling tar v0.4.44
17382026-03-17T21:10:58.728Z Compiling slog-term v2.9.2
17392026-03-17T21:11:05.357Z Compiling rustls-webpki v0.103.9
17402026-03-17T21:11:09.392Z Compiling tokio-rustls v0.26.4
17412026-03-17T21:11:09.393Z Compiling rustls-platform-verifier v0.6.2
17422026-03-17T21:11:09.661Z Compiling hyper-rustls v0.27.7
17432026-03-17T21:11:09.928Z Compiling reqwest v0.12.28
17442026-03-17T21:11:09.928Z Compiling reqwest v0.13.2
17452026-03-17T21:11:12.916Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17462026-03-17T21:11:13.192Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17472026-03-17T21:11:17.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17482026-03-17T21:11:17.195Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17492026-03-17T21:11:17.254ZMar 17 21:11:15.521 INFO Starting download, target: Clickhouse
17502026-03-17T21:11:17.255ZMar 17 21:11:15.521 INFO Starting download, target: TransceiverControl
17512026-03-17T21:11:17.255ZMar 17 21:11:15.521 INFO Starting download, target: DendriteStub
17522026-03-17T21:11:17.258ZMar 17 21:11:15.521 INFO Starting download, target: Cockroach
17532026-03-17T21:11:17.258ZMar 17 21:11:15.521 INFO Starting download, target: Console
17542026-03-17T21:11:17.258ZMar 17 21:11:15.521 INFO Starting download, target: MaghemiteMgd
17552026-03-17T21:11:17.258ZMar 17 21:11:15.521 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17562026-03-17T21:11:17.258ZMar 17 21:11:15.521 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-03-17T21:11:17.258ZMar 17 21:11:15.521 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17582026-03-17T21:11:17.258ZMar 17 21:11:15.521 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592026-03-17T21:11:17.258ZMar 17 21:11:15.521 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17602026-03-17T21:11:17.258ZMar 17 21:11:15.521 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612026-03-17T21:11:17.694ZMar 17 21:11:15.961 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17622026-03-17T21:11:18.032ZMar 17 21:11:16.294 INFO Download complete, target: TransceiverControl
17632026-03-17T21:11:18.253ZMar 17 21:11:16.514 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-03-17T21:11:18.638ZMar 17 21:11:16.897 INFO Download complete, target: Console
17652026-03-17T21:11:18.711ZMar 17 21:11:16.958 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662026-03-17T21:11:18.965ZMar 17 21:11:17.232 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17672026-03-17T21:11:19.621ZMar 17 21:11:17.887 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17682026-03-17T21:11:19.828ZMar 17 21:11:18.095 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-03-17T21:11:19.828ZMar 17 21:11:18.095 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-03-17T21:11:22.330ZMar 17 21:11:20.596 INFO Download complete, target: DendriteStub
17712026-03-17T21:11:22.574ZMar 17 21:11:20.839 INFO Download complete, target: MaghemiteMgd
17722026-03-17T21:11:27.564ZMar 17 21:11:25.830 INFO Checking that binary works, target: Cockroach
17732026-03-17T21:11:27.714ZMar 17 21:11:25.979 INFO Download complete, target: Cockroach
17742026-03-17T21:11:30.770ZMar 17 21:11:29.036 INFO Checking that binary works, target: Clickhouse
17752026-03-17T21:11:31.012ZMar 17 21:11:29.276 INFO Download complete, target: Clickhouse
17762026-03-17T21:11:31.121ZAll builder prerequisites installed successfully, and PATH looks valid
17772026-03-17T21:11:31.124Z
17782026-03-17T21:11:31.124Zreal 4:10.825471651
17792026-03-17T21:11:31.124Zuser 10:25.984708201
17802026-03-17T21:11:31.124Zsys 1:49.296857691
17812026-03-17T21:11:31.124Ztrap 0.313899672
17822026-03-17T21:11:31.124Ztflt 0.877007882
17832026-03-17T21:11:31.124Zdflt 0.936129733
17842026-03-17T21:11:31.124Zkflt 0.119911555
17852026-03-17T21:11:31.125Zlock 30:55.253068160
17862026-03-17T21:11:31.125Zslp 29:40.311351306
17872026-03-17T21:11:31.125Zlat 55.142830263
17882026-03-17T21:11:31.125Zstop 2:41.698695489
17892026-03-17T21:11:31.125Z+ banner clippy
17902026-03-17T21:11:31.125Z
17912026-03-17T21:11:31.125Z #### # # ##### ##### # #
17922026-03-17T21:11:31.125Z # # # # # # # # # #
17932026-03-17T21:11:31.125Z # # # # # # # #
17942026-03-17T21:11:31.125Z # # # ##### ##### #
17952026-03-17T21:11:31.125Z # # # # # # #
17962026-03-17T21:11:31.125Z #### ###### # # # #
17972026-03-17T21:11:31.125Z
17982026-03-17T21:11:31.128Z+ export CARGO_INCREMENTAL=0
17992026-03-17T21:11:31.128Z+ CARGO_INCREMENTAL=0
18002026-03-17T21:11:31.128Z+ ptime -m cargo xtask clippy
18012026-03-17T21:11:31.820Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18022026-03-17T21:11:32.098Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18032026-03-17T21:11:34.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
18042026-03-17T21:11:34.746Z Running `target/debug/xtask clippy`
18052026-03-17T21:11:34.776Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18062026-03-17T21:11:35.562Z Downloading crates ...
18072026-03-17T21:11:35.830Z Downloaded addr2line v0.25.1
18082026-03-17T21:11:35.853Z Downloaded linkme-impl v0.3.35
18092026-03-17T21:11:35.856Z Downloaded backtrace-ext v0.2.1
18102026-03-17T21:11:35.856Z Downloaded async-object-pool v0.2.0
18112026-03-17T21:11:35.856Z Downloaded anes v0.1.6
18122026-03-17T21:11:35.859Z Downloaded linkme v0.3.35
18132026-03-17T21:11:35.865Z Downloaded approx v0.5.1
18142026-03-17T21:11:35.865Z Downloaded target-triple v1.0.0
18152026-03-17T21:11:35.868Z Downloaded event-listener-strategy v0.5.4
18162026-03-17T21:11:35.871Z Downloaded plotters-backend v0.3.7
18172026-03-17T21:11:35.871Z Downloaded terminal_size v0.1.17
18182026-03-17T21:11:35.873Z Downloaded constant_time_eq v0.3.1
18192026-03-17T21:11:35.878Z Downloaded serde_regex v1.1.0
18202026-03-17T21:11:35.881Z Downloaded similar-asserts v1.7.0
18212026-03-17T21:11:35.884Z Downloaded cargo-platform v0.3.2
18222026-03-17T21:11:35.884Z Downloaded nested v0.1.1
18232026-03-17T21:11:35.887Z Downloaded assert_cmd v2.1.2
18242026-03-17T21:11:35.889Z Downloaded concurrent-queue v2.5.0
18252026-03-17T21:11:35.894Z Downloaded supports-hyperlinks v2.1.0
18262026-03-17T21:11:35.897Z Downloaded miette-derive v5.10.0
18272026-03-17T21:11:35.897Z Downloaded cast v0.3.0
18282026-03-17T21:11:35.900Z Downloaded assert-json-diff v2.0.2
18292026-03-17T21:11:35.903Z Downloaded guppy-workspace-hack v0.1.0
18302026-03-17T21:11:35.906Z Downloaded supports-unicode v2.1.0
18312026-03-17T21:11:35.906Z Downloaded plotters-svg v0.3.7
18322026-03-17T21:11:35.906Z Downloaded pathdiff v0.2.3
18332026-03-17T21:11:35.911Z Downloaded supports-color v2.1.0
18342026-03-17T21:11:35.914Z Downloaded stringmetrics v2.2.2
18352026-03-17T21:11:35.914Z Downloaded oorandom v11.1.5
18362026-03-17T21:11:35.985Z Downloaded cargo_metadata v0.23.1
18372026-03-17T21:11:35.985Z Downloaded rust-argon2 v2.1.0
18382026-03-17T21:11:35.985Z Downloaded escape8259 v0.5.3
18392026-03-17T21:11:35.985Z Downloaded criterion-plot v0.6.0
18402026-03-17T21:11:35.985Z Downloaded termcolor v1.4.1
18412026-03-17T21:11:35.985Z Downloaded target-spec v3.5.7
18422026-03-17T21:11:35.985Z Downloaded partial-io v0.5.4
18432026-03-17T21:11:35.985Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18442026-03-17T21:11:35.985Z Downloaded libtest-mimic v0.8.1
18452026-03-17T21:11:35.985Z Downloaded target-lexicon v0.13.3
18462026-03-17T21:11:35.985Z Downloaded futures-timer v3.0.3
18472026-03-17T21:11:35.985Z Downloaded tinytemplate v1.2.1
18482026-03-17T21:11:35.985Z Downloaded path-tree v0.8.3
18492026-03-17T21:11:35.985Z Downloaded parking v2.2.1
18502026-03-17T21:11:35.985Z Downloaded rustc-demangle v0.1.27
18512026-03-17T21:11:35.985Z Downloaded rstest v0.25.0
18522026-03-17T21:11:35.985Z Downloaded relative-path v1.9.3
18532026-03-17T21:11:35.985Z Downloaded knuffel-derive v3.2.0
18542026-03-17T21:11:35.985Z Downloaded event-listener v5.4.1
18552026-03-17T21:11:35.985Z Downloaded backtrace v0.3.76
18562026-03-17T21:11:35.985Z Downloaded owo-colors v3.5.0
18572026-03-17T21:11:35.985Z Downloaded blake2b_simd v1.0.4
18582026-03-17T21:11:35.985Z Downloaded cfg-expr v0.20.6
18592026-03-17T21:11:35.985Z Downloaded async-lock v3.4.2
18602026-03-17T21:11:35.985Z Downloaded knuffel v3.2.0
18612026-03-17T21:11:35.985Z Downloaded trybuild v1.0.116
18622026-03-17T21:11:35.992Z Downloaded datatest-stable v0.3.3
18632026-03-17T21:11:35.992Z Downloaded httptest v0.16.4
18642026-03-17T21:11:35.992Z Downloaded textwrap v0.15.2
18652026-03-17T21:11:35.992Z Downloaded chumsky v0.9.3
18662026-03-17T21:11:35.995Z Downloaded miette v5.10.0
18672026-03-17T21:11:35.995Z Downloaded toml v1.0.3+spec-1.1.0
18682026-03-17T21:11:35.999Z Downloaded rstest_macros v0.25.0
18692026-03-17T21:11:36.002Z Downloaded rand_distr v0.5.1
18702026-03-17T21:11:36.005Z Downloaded fancy-regex v0.14.0
18712026-03-17T21:11:36.007Z Downloaded hashbrown v0.14.5
18722026-03-17T21:11:36.018Z Downloaded criterion v0.7.0
18732026-03-17T21:11:36.023Z Downloaded plotters v0.3.7
18742026-03-17T21:11:36.029Z Downloaded guppy v0.17.25
18752026-03-17T21:11:36.049Z Downloaded gimli v0.32.3
18762026-03-17T21:11:36.155Z Downloaded httpmock v0.8.3
18772026-03-17T21:11:38.341Z Checking libc v0.2.180
18782026-03-17T21:11:38.345Z Checking cfg-if v1.0.4
18792026-03-17T21:11:38.345Z Checking serde_core v1.0.228
18802026-03-17T21:11:38.846Z Checking memchr v2.8.0
18812026-03-17T21:11:38.895Z Checking smallvec v1.15.1
18822026-03-17T21:11:38.945Z Checking itoa v1.0.17
18832026-03-17T21:11:38.945Z Checking log v0.4.29
18842026-03-17T21:11:39.045Z Checking zeroize v1.8.2
18852026-03-17T21:11:39.097Z Checking libm v0.2.16
18862026-03-17T21:11:39.166Z Checking scopeguard v1.2.0
18872026-03-17T21:11:39.218Z Checking stable_deref_trait v1.2.1
18882026-03-17T21:11:39.273Z Checking zmij v1.0.21
18892026-03-17T21:11:39.326Z Checking zerofrom v0.1.6
18902026-03-17T21:11:39.374Z Checking lock_api v0.4.14
18912026-03-17T21:11:39.416Z Checking errno v0.3.14
18922026-03-17T21:11:39.419Z Checking getrandom v0.2.17
18932026-03-17T21:11:39.508Z Checking yoke v0.8.1
18942026-03-17T21:11:39.557Z Checking percent-encoding v2.3.2
18952026-03-17T21:11:39.605Z Checking writeable v0.6.2
18962026-03-17T21:11:39.653Z Checking litemap v0.8.1
18972026-03-17T21:11:39.697Z Checking subtle v2.6.1
18982026-03-17T21:11:39.745Z Checking icu_properties_data v2.1.2
18992026-03-17T21:11:39.791Z Checking icu_normalizer_data v2.1.1
19002026-03-17T21:11:39.794Z Checking zerovec v0.11.5
19012026-03-17T21:11:39.881Z Checking zerotrie v0.2.3
19022026-03-17T21:11:39.929Z Checking form_urlencoded v1.2.2
19032026-03-17T21:11:39.929Z Checking rand_core v0.6.4
19042026-03-17T21:11:39.932Z Checking portable-atomic v1.13.1
19052026-03-17T21:11:40.065Z Checking utf8_iter v1.0.4
19062026-03-17T21:11:40.114Z Checking num-traits v0.2.19
19072026-03-17T21:11:40.163Z Checking pin-project-lite v0.2.17
19082026-03-17T21:11:40.227Z Checking zerocopy v0.8.40
19092026-03-17T21:11:40.277Z Checking critical-section v1.2.0
19102026-03-17T21:11:40.325Z Checking parking_lot_core v0.9.12
19112026-03-17T21:11:40.373Z Checking rand_core v0.10.0
19122026-03-17T21:11:40.442Z Checking signal-hook-registry v1.4.8
19132026-03-17T21:11:40.491Z Checking tinystr v0.8.2
19142026-03-17T21:11:40.592Z Checking potential_utf v0.1.4
19152026-03-17T21:11:40.641Z Checking parking_lot v0.12.5
19162026-03-17T21:11:40.644Z Checking once_cell v1.21.3
19172026-03-17T21:11:40.732Z Checking getrandom v0.4.1
19182026-03-17T21:11:40.782Z Checking icu_locale_core v2.1.1
19192026-03-17T21:11:40.827Z Checking icu_collections v2.1.1
19202026-03-17T21:11:40.934Z Checking mio v1.1.1
19212026-03-17T21:11:40.987Z Checking typenum v1.19.0
19222026-03-17T21:11:41.038Z Checking serde v1.0.228
19232026-03-17T21:11:41.038Z Checking bitflags v2.11.0
19242026-03-17T21:11:41.041Z Checking serde_json v1.0.149
19252026-03-17T21:11:41.278Z Checking socket2 v0.6.2
19262026-03-17T21:11:41.349Z Checking thiserror v2.0.18
19272026-03-17T21:11:41.399Z Checking iana-time-zone v0.1.65
19282026-03-17T21:11:41.523Z Checking allocator-api2 v0.2.21
19292026-03-17T21:11:41.576Z Checking semver v1.0.27
19302026-03-17T21:11:41.622Z Checking icu_provider v2.1.1
19312026-03-17T21:11:41.670Z Checking uuid v1.21.0
19322026-03-17T21:11:41.714Z Checking bytes v1.11.1
19332026-03-17T21:11:41.763Z Checking generic-array v0.14.7
19342026-03-17T21:11:41.887Z Checking chrono v0.4.44
19352026-03-17T21:11:41.944Z Checking futures-core v0.3.32
19362026-03-17T21:11:41.993Z Checking icu_normalizer v2.1.1
19372026-03-17T21:11:42.112Z Checking icu_properties v2.1.2
19382026-03-17T21:11:42.176Z Checking equivalent v1.0.2
19392026-03-17T21:11:42.251Z Checking dyn-clone v1.0.20
19402026-03-17T21:11:42.322Z Checking const-oid v0.9.6
19412026-03-17T21:11:42.372Z Checking tokio v1.49.0
19422026-03-17T21:11:42.422Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19432026-03-17T21:11:42.426Z Checking foldhash v0.2.0
19442026-03-17T21:11:42.513Z Checking crypto-common v0.1.7
19452026-03-17T21:11:42.707Z Checking hashbrown v0.16.1
19462026-03-17T21:11:42.750Z Checking block-buffer v0.10.4
19472026-03-17T21:11:42.863Z Checking futures-sink v0.3.32
19482026-03-17T21:11:42.961Z Checking rustix v1.1.3
19492026-03-17T21:11:43.028Z Checking byteorder v1.5.0
19502026-03-17T21:11:43.097Z Checking futures-channel v0.3.32
19512026-03-17T21:11:43.313Z Checking idna_adapter v1.2.1
19522026-03-17T21:11:43.362Z Checking slab v0.4.12
19532026-03-17T21:11:43.408Z Checking digest v0.10.7
19542026-03-17T21:11:43.412Z Checking futures-task v0.3.32
19552026-03-17T21:11:43.503Z Checking futures-io v0.3.32
19562026-03-17T21:11:43.506Z Checking idna v1.1.0
19572026-03-17T21:11:43.605Z Checking cpufeatures v0.2.17
19582026-03-17T21:11:43.678Z Checking indexmap v2.13.0
19592026-03-17T21:11:43.727Z Checking futures-util v0.3.32
19602026-03-17T21:11:43.730Z Checking thiserror v1.0.69
19612026-03-17T21:11:43.772Z Checking getrandom v0.3.4
19622026-03-17T21:11:43.896Z Checking url v2.5.8
19632026-03-17T21:11:43.944Z Checking fnv v1.0.7
19642026-03-17T21:11:44.036Z Checking regex-syntax v0.8.10
19652026-03-17T21:11:44.096Z Checking http v1.4.0
19662026-03-17T21:11:44.202Z Checking tracing-core v0.1.36
19672026-03-17T21:11:44.301Z Checking ppv-lite86 v0.2.21
19682026-03-17T21:11:44.500Z Checking base64 v0.22.1
19692026-03-17T21:11:44.547Z Checking schemars v0.8.22
19702026-03-17T21:11:44.659Z Checking tracing v0.1.44
19712026-03-17T21:11:44.757Z Checking unicode-ident v1.0.24
19722026-03-17T21:11:44.850Z Checking ipnet v2.11.0
19732026-03-17T21:11:44.919Z Checking anstyle v1.0.13
19742026-03-17T21:11:44.968Z Checking utf8parse v0.2.2
19752026-03-17T21:11:44.971Z Checking proc-macro2 v1.0.106
19762026-03-17T21:11:45.130Z Checking untrusted v0.9.0
19772026-03-17T21:11:45.201Z Checking anstyle-parse v0.2.7
19782026-03-17T21:11:45.250Z Checking aho-corasick v1.1.4
19792026-03-17T21:11:45.309Z Checking ring v0.17.14
19802026-03-17T21:11:45.439Z Checking colorchoice v1.0.4
19812026-03-17T21:11:45.489Z Checking quote v1.0.44
19822026-03-17T21:11:45.492Z Checking is_terminal_polyfill v1.70.2
19832026-03-17T21:11:45.605Z Checking anstyle-query v1.1.5
19842026-03-17T21:11:45.684Z Checking base64ct v1.8.3
19852026-03-17T21:11:45.756Z Checking syn v2.0.117
19862026-03-17T21:11:45.759Z Checking anstream v0.6.21
19872026-03-17T21:11:45.922Z Checking block-padding v0.3.3
19882026-03-17T21:11:46.041Z Checking terminal_size v0.4.3
19892026-03-17T21:11:46.101Z Checking rustls-pki-types v1.14.0
19902026-03-17T21:11:46.150Z Checking inout v0.1.4
19912026-03-17T21:11:46.218Z Checking regex-automata v0.4.14
19922026-03-17T21:11:46.266Z Checking crossbeam-utils v0.8.21
19932026-03-17T21:11:46.371Z Checking httparse v1.10.1
19942026-03-17T21:11:46.453Z Checking cipher v0.4.4
19952026-03-17T21:11:46.534Z Checking clap_lex v1.0.0
19962026-03-17T21:11:46.689Z Checking strsim v0.11.1
19972026-03-17T21:11:46.761Z Checking sha2 v0.10.9
19982026-03-17T21:11:46.811Z Checking pem-rfc7468 v0.7.0
19992026-03-17T21:11:46.815Z Checking tokio-util v0.7.18
20002026-03-17T21:11:46.854Z Checking http-body v1.0.1
20012026-03-17T21:11:46.854Z Checking rand_core v0.9.5
20022026-03-17T21:11:46.990Z Checking clap_builder v4.5.60
20032026-03-17T21:11:47.051Z Checking atomic-waker v1.1.2
20042026-03-17T21:11:47.146Z Checking hmac v0.12.1
20052026-03-17T21:11:47.193Z Checking httpdate v1.0.3
20062026-03-17T21:11:47.196Z Checking try-lock v0.2.5
20072026-03-17T21:11:47.284Z Checking tower-service v0.3.3
20082026-03-17T21:11:47.353Z Checking pin-utils v0.1.0
20092026-03-17T21:11:47.402Z Checking want v0.3.1
20102026-03-17T21:11:47.449Z Checking tower-layer v0.3.3
20112026-03-17T21:11:47.452Z Checking flagset v0.4.7
20122026-03-17T21:11:47.539Z Checking ryu v1.0.23
20132026-03-17T21:11:47.594Z Checking rand_chacha v0.9.0
20142026-03-17T21:11:47.678Z Checking erased-serde v0.3.31
20152026-03-17T21:11:47.727Z Checking der v0.7.10
20162026-03-17T21:11:47.730Z Checking h2 v0.4.13
20172026-03-17T21:11:47.817Z Checking spin v0.9.8
20182026-03-17T21:11:47.902Z Checking rand v0.9.2
20192026-03-17T21:11:48.100Z Checking anyhow v1.0.102
20202026-03-17T21:11:48.291Z Checking slog v2.8.2
20212026-03-17T21:11:48.412Z Checking powerfmt v0.2.0
20222026-03-17T21:11:48.597Z Checking num_threads v0.1.7
20232026-03-17T21:11:48.658Z Checking deranged v0.5.8
20242026-03-17T21:11:48.708Z Checking time-core v0.1.8
20252026-03-17T21:11:48.760Z Checking num-conv v0.2.0
20262026-03-17T21:11:48.763Z Checking clap v4.5.60
20272026-03-17T21:11:48.852Z Checking http-body-util v0.1.3
20282026-03-17T21:11:48.855Z Checking aws-lc-sys v0.37.1
20292026-03-17T21:11:48.944Z Checking untrusted v0.7.1
20302026-03-17T21:11:48.947Z Checking fastrand v2.3.0
20312026-03-17T21:11:48.987Z Checking openssl-probe v0.2.1
20322026-03-17T21:11:49.123Z Checking regex v1.12.3
20332026-03-17T21:11:49.126Z Checking spki v0.7.3
20342026-03-17T21:11:49.216Z Checking serde_urlencoded v0.7.1
20352026-03-17T21:11:49.220Z Checking pbkdf2 v0.12.2
20362026-03-17T21:11:49.309Z Checking aes v0.8.4
20372026-03-17T21:11:49.419Z Checking rand_chacha v0.3.1
20382026-03-17T21:11:49.467Z Checking pretty-hex v0.4.1
20392026-03-17T21:11:49.530Z Checking unicode-width v0.2.0
20402026-03-17T21:11:49.581Z Checking salsa20 v0.10.2
20412026-03-17T21:11:49.648Z Checking aws-lc-rs v1.16.0
20422026-03-17T21:11:49.696Z Checking cbc v0.1.2
20432026-03-17T21:11:49.743Z Checking rand v0.8.5
20442026-03-17T21:11:49.791Z Checking ipnetwork v0.21.1
20452026-03-17T21:11:49.884Z Checking scrypt v0.11.0
20462026-03-17T21:11:49.887Z Checking tempfile v3.25.0
20472026-03-17T21:11:49.978Z Checking hex v0.4.3
20482026-03-17T21:11:50.025Z Checking time v0.3.47
20492026-03-17T21:11:50.102Z Checking plain v0.2.3
20502026-03-17T21:11:50.150Z Checking pkcs5 v0.7.1
20512026-03-17T21:11:50.223Z Checking rustls-native-certs v0.8.3
20522026-03-17T21:11:50.273Z Checking sync_wrapper v1.0.2
20532026-03-17T21:11:50.322Z Checking camino v1.2.2
20542026-03-17T21:11:50.430Z Checking ucd-trie v0.1.7
20552026-03-17T21:11:50.478Z Checking tower v0.5.3
20562026-03-17T21:11:50.528Z Checking pkcs8 v0.10.2
20572026-03-17T21:11:50.531Z Checking webpki-roots v1.0.6
20582026-03-17T21:11:50.640Z Checking pest v2.8.6
20592026-03-17T21:11:50.706Z Checking iri-string v0.7.10
20602026-03-17T21:11:50.753Z Checking either v1.15.0
20612026-03-17T21:11:50.844Z Checking mime v0.3.17
20622026-03-17T21:11:50.849Z Checking rustls-webpki v0.103.9
20632026-03-17T21:11:51.043Z Checking openapiv3 v2.2.0
20642026-03-17T21:11:51.092Z Checking winnow v0.7.14
20652026-03-17T21:11:51.189Z Checking oxnet v0.1.4
20662026-03-17T21:11:51.491Z Checking lazy_static v1.5.0
20672026-03-17T21:11:51.540Z Checking rustls v0.23.37
20682026-03-17T21:11:51.544Z Checking hyper v1.8.1
20692026-03-17T21:11:51.647Z Checking static_assertions v1.1.0
20702026-03-17T21:11:51.696Z Checking foreign-types-shared v0.1.1
20712026-03-17T21:11:51.775Z Checking signature v2.2.0
20722026-03-17T21:11:51.840Z Checking foreign-types v0.3.2
20732026-03-17T21:11:51.969Z Checking openssl-sys v0.9.111
20742026-03-17T21:11:52.019Z Checking encoding_rs v0.8.35
20752026-03-17T21:11:52.136Z Checking simd-adler32 v0.3.8
20762026-03-17T21:11:52.233Z Checking tower-http v0.6.8
20772026-03-17T21:11:52.403Z Checking hubpack v0.1.2
20782026-03-17T21:11:52.655Z Checking openssl v0.10.75
20792026-03-17T21:11:52.704Z Checking adler2 v2.0.1
20802026-03-17T21:11:52.707Z Checking strum v0.26.3
20812026-03-17T21:11:52.799Z Checking sha1 v0.10.6
20822026-03-17T21:11:52.881Z Checking miniz_oxide v0.8.9
20832026-03-17T21:11:52.930Z Checking tinyvec_macros v0.1.1
20842026-03-17T21:11:52.933Z Checking hyper-util v0.1.20
20852026-03-17T21:11:52.973Z Checking data-encoding v2.10.0
20862026-03-17T21:11:53.066Z Checking tinyvec v1.10.0
20872026-03-17T21:11:53.069Z Checking serde_spanned v0.6.9
20882026-03-17T21:11:53.315Z Checking toml_datetime v0.6.11
20892026-03-17T21:11:53.364Z Checking num-integer v0.1.46
20902026-03-17T21:11:53.411Z Checking scroll v0.13.0
20912026-03-17T21:11:53.458Z Checking memmap2 v0.9.10
20922026-03-17T21:11:53.552Z Checking base16ct v0.2.0
20932026-03-17T21:11:53.602Z Checking bit-vec v0.8.0
20942026-03-17T21:11:53.710Z Checking dtrace-parser v0.3.0
20952026-03-17T21:11:53.762Z Checking crossbeam-epoch v0.9.18
20962026-03-17T21:11:53.765Z Checking goblin v0.10.5
20972026-03-17T21:11:53.765Z Checking sec1 v0.7.3
20982026-03-17T21:11:53.902Z Checking bit-set v0.8.0
20992026-03-17T21:11:54.071Z Checking crc32fast v1.5.0
21002026-03-17T21:11:54.120Z Checking ff v0.13.1
21012026-03-17T21:11:54.168Z Checking wait-timeout v0.2.1
21022026-03-17T21:11:54.170Z Checking thread-id v5.1.0
21032026-03-17T21:11:54.287Z Checking num-iter v0.1.45
21042026-03-17T21:11:54.336Z Checking group v0.13.0
21052026-03-17T21:11:54.384Z Checking bstr v1.12.1
21062026-03-17T21:11:54.387Z Checking hkdf v0.12.4
21072026-03-17T21:11:54.478Z Checking ahash v0.8.12
21082026-03-17T21:11:54.564Z Checking crypto-bigint v0.5.5
21092026-03-17T21:11:54.636Z Checking quick-error v1.2.3
21102026-03-17T21:11:54.766Z Checking rand_xorshift v0.4.0
21112026-03-17T21:11:54.815Z Checking rusty-fork v0.3.1
21122026-03-17T21:11:54.818Z Checking scroll v0.12.0
21132026-03-17T21:11:54.908Z Checking tokio-rustls v0.26.4
21142026-03-17T21:11:54.956Z Checking unarray v0.1.4
21152026-03-17T21:11:55.003Z Checking num-bigint-dig v0.8.6
21162026-03-17T21:11:55.111Z Checking pkcs1 v0.7.5
21172026-03-17T21:11:55.159Z Checking proptest v1.10.0
21182026-03-17T21:11:55.162Z Checking goblin v0.8.2
21192026-03-17T21:11:55.251Z Checking hyper-rustls v0.27.7
21202026-03-17T21:11:55.431Z Checking x509-cert v0.2.5
21212026-03-17T21:11:55.557Z Checking zerocopy v0.7.35
21222026-03-17T21:11:55.606Z Checking native-tls v0.2.18
21232026-03-17T21:11:55.885Z Checking tokio-native-tls v0.3.1
21242026-03-17T21:11:55.934Z Checking elliptic-curve v0.13.8
21252026-03-17T21:11:56.127Z Checking hyper-tls v0.6.0
21262026-03-17T21:11:56.195Z Checking zlib-rs v0.6.2
21272026-03-17T21:11:56.291Z Checking psl-types v2.0.11
21282026-03-17T21:11:56.371Z Checking unicode-segmentation v1.12.0
21292026-03-17T21:11:56.420Z Checking reqwest v0.12.28
21302026-03-17T21:11:56.423Z Checking rsa v0.9.10
21312026-03-17T21:11:56.510Z Checking publicsuffix v2.3.0
21322026-03-17T21:11:56.755Z Checking crossbeam-deque v0.8.6
21332026-03-17T21:11:56.840Z Checking dtrace-parser v0.2.0
21342026-03-17T21:11:57.029Z Checking cookie v0.18.1
21352026-03-17T21:11:57.104Z Checking dof v0.4.0
21362026-03-17T21:11:57.154Z Checking rfc6979 v0.4.0
21372026-03-17T21:11:57.202Z Checking thread-id v4.2.2
21382026-03-17T21:11:57.339Z Checking toml_write v0.1.2
21392026-03-17T21:11:57.342Z Checking ecdsa v0.16.9
21402026-03-17T21:11:57.431Z Checking cookie_store v0.22.1
21412026-03-17T21:11:57.479Z Checking flate2 v1.1.9
21422026-03-17T21:11:57.600Z Checking toml_edit v0.22.27
21432026-03-17T21:11:57.603Z Checking rustls-platform-verifier v0.6.2
21442026-03-17T21:11:57.719Z Checking newtype-uuid v1.3.2
21452026-03-17T21:11:57.858Z Checking toml_parser v1.0.9+spec-1.1.0
21462026-03-17T21:11:57.908Z Checking dof v0.3.0
21472026-03-17T21:11:57.912Z Checking curve25519-dalek v4.1.3
21482026-03-17T21:11:57.912Z Checking memoffset v0.9.1
21492026-03-17T21:11:58.045Z Checking rustix v0.38.44
21502026-03-17T21:11:58.090Z Checking usdt-impl v0.6.0
21512026-03-17T21:11:58.093Z Checking env_filter v1.0.0
21522026-03-17T21:11:58.181Z Checking keccak v0.1.6
21532026-03-17T21:11:58.319Z Checking usdt-impl v0.5.0
21542026-03-17T21:11:58.369Z Checking daft v0.1.5
21552026-03-17T21:11:58.372Z Checking env_logger v0.11.9
21562026-03-17T21:11:58.462Z Checking sha3 v0.10.8
21572026-03-17T21:11:58.512Z Checking usdt v0.6.0
21582026-03-17T21:11:58.713Z Checking reqwest v0.13.2
21592026-03-17T21:11:58.762Z Checking ed25519 v2.2.3
21602026-03-17T21:11:58.766Z Checking itertools v0.13.0
21612026-03-17T21:11:58.766Z Checking serde_with v3.17.0
21622026-03-17T21:11:58.895Z Checking bitflags v1.3.2
21632026-03-17T21:11:59.025Z Checking siphasher v1.0.2
21642026-03-17T21:11:59.074Z Checking unicode-normalization v0.1.25
21652026-03-17T21:11:59.077Z Checking ed25519-dalek v2.2.0
21662026-03-17T21:11:59.200Z Checking signal-hook v0.3.18
21672026-03-17T21:11:59.249Z Checking toml_datetime v0.7.5+spec-1.1.0
21682026-03-17T21:11:59.298Z Checking managed v0.8.0
21692026-03-17T21:11:59.456Z Checking winnow v0.5.40
21702026-03-17T21:11:59.505Z Checking nix v0.31.1
21712026-03-17T21:11:59.554Z Checking rayon-core v1.13.0
21722026-03-17T21:11:59.601Z Checking bzip2-sys v0.1.13+1.0.8
21732026-03-17T21:11:59.648Z Checking object v0.37.3
21742026-03-17T21:11:59.746Z Checking foldhash v0.1.5
21752026-03-17T21:11:59.911Z Checking bzip2 v0.4.4
21762026-03-17T21:11:59.966Z Checking hashbrown v0.15.5
21772026-03-17T21:12:00.028Z Checking signal-hook-mio v0.2.5
21782026-03-17T21:12:00.159Z Checking ref-cast v1.0.25
21792026-03-17T21:12:00.206Z Checking zstd-sys v2.0.16+zstd.1.5.7
21802026-03-17T21:12:00.284Z Checking zip v0.6.6
21812026-03-17T21:12:00.333Z Checking libbz2-rs-sys v0.2.2
21822026-03-17T21:12:00.387Z Checking zstd-safe v7.2.4
21832026-03-17T21:12:00.639Z Checking bumpalo v3.20.2
21842026-03-17T21:12:00.684Z Checking zstd v0.13.3
21852026-03-17T21:12:00.750Z Checking crossterm v0.28.1
21862026-03-17T21:12:00.889Z Checking bzip2 v0.6.1
21872026-03-17T21:12:00.939Z Checking zopfli v0.8.3
21882026-03-17T21:12:00.942Z Checking rayon v1.11.0
21892026-03-17T21:12:01.033Z Checking similar v2.7.0
21902026-03-17T21:12:01.037Z Checking fs-err v3.3.0
21912026-03-17T21:12:01.129Z Checking toml_edit v0.19.15
21922026-03-17T21:12:01.175Z Checking hash32 v0.2.1
21932026-03-17T21:12:01.421Z Checking serde-big-array v0.5.1
21942026-03-17T21:12:01.424Z Checking predicates-core v1.0.10
21952026-03-17T21:12:01.515Z Checking unicode-properties v0.1.4
21962026-03-17T21:12:01.591Z Checking unicode-bidi v0.3.18
21972026-03-17T21:12:01.640Z Checking jiff v0.2.21
21982026-03-17T21:12:01.687Z Checking heapless v0.7.17
21992026-03-17T21:12:01.759Z Checking hickory-proto v0.25.2
22002026-03-17T21:12:01.808Z Checking tokio-stream v0.1.18
22012026-03-17T21:12:02.031Z Checking stringprep v0.1.5
22022026-03-17T21:12:02.272Z Checking md-5 v0.10.6
22032026-03-17T21:12:02.319Z Checking float-cmp v0.10.0
22042026-03-17T21:12:02.366Z Checking normalize-line-endings v0.3.0
22052026-03-17T21:12:02.486Z Checking rustc-hash v2.1.1
22062026-03-17T21:12:02.533Z Checking difflib v0.4.0
22072026-03-17T21:12:02.536Z Checking fallible-iterator v0.2.0
22082026-03-17T21:12:02.625Z Checking toml v0.7.8
22092026-03-17T21:12:02.673Z Checking iddqd v0.3.17
22102026-03-17T21:12:02.853Z Checking predicates v3.1.4
22112026-03-17T21:12:02.945Z Checking postgres-protocol v0.6.10
22122026-03-17T21:12:02.994Z Checking smoltcp v0.9.1
22132026-03-17T21:12:03.082Z Checking phf_shared v0.11.3
22142026-03-17T21:12:03.130Z Checking phf_shared v0.13.1
22152026-03-17T21:12:03.312Z Checking itertools v0.12.1
22162026-03-17T21:12:03.360Z Checking console v0.16.2
22172026-03-17T21:12:03.416Z Checking buf-list v1.1.2
22182026-03-17T21:12:03.463Z Checking strum v0.27.2
22192026-03-17T21:12:03.645Z Checking fixedbitset v0.4.2
22202026-03-17T21:12:03.704Z Checking fixedbitset v0.5.7
22212026-03-17T21:12:03.810Z Checking new_debug_unreachable v1.0.6
22222026-03-17T21:12:03.878Z Checking unit-prefix v0.5.2
22232026-03-17T21:12:03.927Z Checking lalrpop-util v0.19.12
22242026-03-17T21:12:03.927Z Checking precomputed-hash v0.1.1
22252026-03-17T21:12:04.018Z Checking petgraph v0.6.5
22262026-03-17T21:12:04.022Z Checking petgraph v0.8.3
22272026-03-17T21:12:04.109Z Checking indicatif v0.18.4
22282026-03-17T21:12:04.112Z Checking string_cache v0.8.9
22292026-03-17T21:12:04.200Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22302026-03-17T21:12:04.409Z Checking phf v0.13.1
22312026-03-17T21:12:04.649Z Checking postgres-types v0.2.12
22322026-03-17T21:12:04.698Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22332026-03-17T21:12:04.751Z Checking zone v0.3.1
22342026-03-17T21:12:04.866Z Checking zip v4.6.1
22352026-03-17T21:12:05.088Z Checking peg-runtime v0.8.5
22362026-03-17T21:12:05.137Z Checking whoami v2.1.0
22372026-03-17T21:12:05.321Z Checking futures-executor v0.3.32
22382026-03-17T21:12:05.419Z Checking is-terminal v0.4.17
22392026-03-17T21:12:05.467Z Checking tokio-postgres v0.7.16
22402026-03-17T21:12:05.549Z Checking futures v0.3.32
22412026-03-17T21:12:05.598Z Checking crossbeam-channel v0.5.15
22422026-03-17T21:12:05.686Z Compiling structmeta-derive v0.3.0
22432026-03-17T21:12:05.689Z Checking thread_local v1.1.9
22442026-03-17T21:12:05.780Z Checking term v1.2.1
22452026-03-17T21:12:05.826Z Checking take_mut v0.2.2
22462026-03-17T21:12:05.988Z Compiling newtype-uuid-macros v0.1.0
22472026-03-17T21:12:06.033Z Compiling rustls v0.22.4
22482026-03-17T21:12:06.084Z Checking slog-async v2.8.0
22492026-03-17T21:12:06.129Z Checking slog-term v2.9.2
22502026-03-17T21:12:06.285Z Checking regress v0.10.5
22512026-03-17T21:12:06.377Z Compiling multer v3.1.0
22522026-03-17T21:12:06.441Z Compiling async-stream-impl v0.3.6
22532026-03-17T21:12:06.512Z Compiling dropshot v0.16.7
22542026-03-17T21:12:06.754Z Compiling dropshot_endpoint v0.16.7
22552026-03-17T21:12:06.908Z Checking match_cfg v0.1.0
22562026-03-17T21:12:07.035Z Checking hostname v0.3.1
22572026-03-17T21:12:07.039Z Checking slog-json v2.6.1
22582026-03-17T21:12:07.174Z Compiling structmeta v0.3.0
22592026-03-17T21:12:07.222Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-03-17T21:12:07.225Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22612026-03-17T21:12:07.271Z Checking debug-ignore v1.0.5
22622026-03-17T21:12:07.365Z Checking slog-bunyan v2.5.0
22632026-03-17T21:12:07.481Z Compiling derive-ex v0.1.8
22642026-03-17T21:12:07.544Z Checking serde_spanned v1.0.4
22652026-03-17T21:12:07.577Z Checking toml_writer v1.0.6+spec-1.1.0
22662026-03-17T21:12:07.631Z Checking rustls-webpki v0.102.8
22672026-03-17T21:12:07.740Z Checking serde_path_to_error v0.1.20
22682026-03-17T21:12:07.796Z Checking progenitor-client v0.13.0
22692026-03-17T21:12:07.844Z Checking async-stream v0.3.6
22702026-03-17T21:12:07.890Z Checking toml v0.9.12+spec-1.1.0
22712026-03-17T21:12:08.129Z Checking waitgroup v0.1.2
22722026-03-17T21:12:08.179Z Checking rustls-pemfile v2.2.0
22732026-03-17T21:12:08.287Z Checking hostname v0.4.2
22742026-03-17T21:12:08.333Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-03-17T21:12:08.411Z Compiling parse-display-derive v0.10.0
22762026-03-17T21:12:08.458Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-03-17T21:12:08.462Z Checking itertools v0.14.0
22782026-03-17T21:12:08.591Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22792026-03-17T21:12:08.680Z Checking macaddr v1.0.1
22802026-03-17T21:12:08.807Z Checking progenitor-client v0.10.0
22812026-03-17T21:12:08.954Z Checking instant v0.1.13
22822026-03-17T21:12:09.108Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22832026-03-17T21:12:09.158Z Checking backoff v0.4.0
22842026-03-17T21:12:09.204Z Checking backon v1.6.0
22852026-03-17T21:12:09.252Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22862026-03-17T21:12:09.467Z Checking progenitor-extras v0.1.1
22872026-03-17T21:12:09.470Z Checking heck v0.5.0
22882026-03-17T21:12:09.713Z Checking camino-tempfile v1.4.1
22892026-03-17T21:12:09.790Z Checking toml v0.8.23
22902026-03-17T21:12:09.904Z Compiling test-strategy v0.4.5
22912026-03-17T21:12:09.999Z Compiling convert_case v0.4.0
22922026-03-17T21:12:09.999Z Compiling unsafe-libyaml v0.2.11
22932026-03-17T21:12:10.276Z Checking secrecy v0.10.3
22942026-03-17T21:12:10.325Z Checking tokio-rustls v0.25.0
22952026-03-17T21:12:10.466Z Compiling toml_edit v0.23.10+spec-1.0.0
22962026-03-17T21:12:10.537Z Compiling derive_more v0.99.20
22972026-03-17T21:12:10.752Z Checking parse-display v0.10.0
22982026-03-17T21:12:10.982Z Compiling serde_yaml v0.9.34+deprecated
22992026-03-17T21:12:11.098Z Compiling crucible-workspace-hack v0.1.0
23002026-03-17T21:12:11.359Z Compiling proc-macro-crate v3.4.0
23012026-03-17T21:12:11.704Z Compiling typify-impl v0.6.1
23022026-03-17T21:12:11.973Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23032026-03-17T21:12:12.265Z Checking half v2.7.1
23042026-03-17T21:12:12.522Z Checking ciborium-io v0.2.2
23052026-03-17T21:12:12.665Z Checking glob v0.3.3
23062026-03-17T21:12:12.711Z Checking ciborium-ll v0.2.2
23072026-03-17T21:12:12.954Z Compiling heapless v0.8.0
23082026-03-17T21:12:13.003Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23092026-03-17T21:12:13.071Z Checking ciborium v0.2.2
23102026-03-17T21:12:13.231Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23112026-03-17T21:12:13.372Z Compiling ingot-macros v0.1.1
23122026-03-17T21:12:13.687Z Checking tabwriter v1.4.1
23132026-03-17T21:12:13.743Z Checking hash32 v0.3.1
23142026-03-17T21:12:13.791Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23152026-03-17T21:12:13.838Z Compiling smoltcp v0.11.0
23162026-03-17T21:12:13.919Z Compiling num_enum_derive v0.7.5
23172026-03-17T21:12:14.124Z Checking cobs v0.3.0
23182026-03-17T21:12:14.184Z Compiling foreign-types-macros v0.2.3
23192026-03-17T21:12:14.371Z Checking foreign-types-shared v0.3.1
23202026-03-17T21:12:14.437Z Checking cpufeatures v0.3.0
23212026-03-17T21:12:14.530Z Checking postcard v1.1.3
23222026-03-17T21:12:14.578Z Checking chacha20 v0.10.0
23232026-03-17T21:12:14.996Z Checking foreign-types v0.5.0
23242026-03-17T21:12:15.116Z Compiling proc-macro-crate v1.3.1
23252026-03-17T21:12:15.172Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23262026-03-17T21:12:15.219Z Checking cstr-argument v0.1.2
23272026-03-17T21:12:15.372Z Checking num_enum v0.7.5
23282026-03-17T21:12:15.419Z Checking sigpipe v0.1.3
23292026-03-17T21:12:15.489Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-03-17T21:12:15.559Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-03-17T21:12:15.563Z Checking colored v3.1.1
23322026-03-17T21:12:15.704Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23332026-03-17T21:12:15.923Z Compiling num_enum_derive v0.5.11
23342026-03-17T21:12:15.971Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-03-17T21:12:16.064Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23362026-03-17T21:12:16.125Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-03-17T21:12:16.213Z Checking rand v0.10.0
23382026-03-17T21:12:16.261Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23392026-03-17T21:12:16.309Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23402026-03-17T21:12:16.387Z Checking indent_write v2.2.0
23412026-03-17T21:12:16.595Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23422026-03-17T21:12:16.713Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23432026-03-17T21:12:16.863Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23442026-03-17T21:12:16.919Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23452026-03-17T21:12:16.922Z Checking smf v0.2.3
23462026-03-17T21:12:17.200Z Compiling num-derive v0.4.2
23472026-03-17T21:12:17.296Z Checking ingot-types v0.1.2
23482026-03-17T21:12:17.344Z Checking num_enum v0.5.11
23492026-03-17T21:12:17.390Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-03-17T21:12:17.393Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23512026-03-17T21:12:17.520Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23522026-03-17T21:12:17.710Z Checking whoami v1.6.1
23532026-03-17T21:12:17.772Z Checking universal-hash v0.5.1
23542026-03-17T21:12:17.866Z Checking ingot v0.1.1
23552026-03-17T21:12:17.969Z Checking opaque-debug v0.3.1
23562026-03-17T21:12:17.972Z Checking aead v0.5.2
23572026-03-17T21:12:18.061Z Checking swrite v0.1.0
23582026-03-17T21:12:18.108Z Checking poly1305 v0.8.0
23592026-03-17T21:12:18.111Z Checking chacha20 v0.9.1
23602026-03-17T21:12:18.201Z Compiling typify-macro v0.6.1
23612026-03-17T21:12:18.247Z Checking unicode-width v0.1.14
23622026-03-17T21:12:18.250Z Compiling thiserror-impl-no-std v2.0.2
23632026-03-17T21:12:18.476Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23642026-03-17T21:12:18.529Z Checking password-hash v0.5.0
23652026-03-17T21:12:18.532Z Checking blake2 v0.10.6
23662026-03-17T21:12:18.621Z Checking chacha20poly1305 v0.10.1
23672026-03-17T21:12:18.822Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23682026-03-17T21:12:18.826Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23692026-03-17T21:12:18.915Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23702026-03-17T21:12:18.961Z Checking argon2 v0.5.3
23712026-03-17T21:12:19.247Z Compiling usdt-macro v0.5.0
23722026-03-17T21:12:19.296Z Compiling usdt-attr-macro v0.5.0
23732026-03-17T21:12:19.300Z Checking memmap v0.7.0
23742026-03-17T21:12:19.467Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23752026-03-17T21:12:19.550Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23762026-03-17T21:12:19.874Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23772026-03-17T21:12:19.973Z Checking thiserror-no-std v2.0.2
23782026-03-17T21:12:20.124Z Checking vsss-rs v3.3.4
23792026-03-17T21:12:20.243Z Compiling derive-where v1.6.0
23802026-03-17T21:12:20.292Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23812026-03-17T21:12:20.344Z Checking atomicwrites v0.4.4
23822026-03-17T21:12:20.391Z Checking usdt v0.5.0
23832026-03-17T21:12:20.541Z Checking console v0.15.11
23842026-03-17T21:12:20.637Z Checking tokio-dtrace v0.1.1
23852026-03-17T21:12:20.640Z Compiling typify v0.6.1
23862026-03-17T21:12:20.852Z Compiling progenitor-impl v0.13.0
23872026-03-17T21:12:20.904Z Checking oxide-tokio-rt v0.1.3
23882026-03-17T21:12:20.995Z Checking newline-converter v0.3.0
23892026-03-17T21:12:21.168Z Checking expectorate v1.2.0
23902026-03-17T21:12:21.216Z Compiling prettyplease v0.2.37
23912026-03-17T21:12:21.261Z Checking bytecount v0.6.9
23922026-03-17T21:12:21.373Z Compiling owo-colors v4.3.0
23932026-03-17T21:12:21.465Z Compiling cancel-safe-futures v0.1.5
23942026-03-17T21:12:21.577Z Checking libsw-core v0.3.2
23952026-03-17T21:12:21.809Z Checking libsw v3.5.0
23962026-03-17T21:12:21.855Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23972026-03-17T21:12:21.989Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23982026-03-17T21:12:22.038Z Checking linear-map v1.2.0
23992026-03-17T21:12:22.128Z Checking same-file v1.0.6
24002026-03-17T21:12:22.287Z Checking num-rational v0.4.2
24012026-03-17T21:12:22.336Z Checking walkdir v2.5.0
24022026-03-17T21:12:22.339Z Checking num-complex v0.4.6
24032026-03-17T21:12:22.425Z Checking float-ord v0.3.2
24042026-03-17T21:12:22.584Z Checking gethostname v0.5.0
24052026-03-17T21:12:22.762Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24062026-03-17T21:12:22.868Z Compiling async-recursion v1.1.1
24072026-03-17T21:12:22.914Z Checking num v0.4.3
24082026-03-17T21:12:22.918Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24092026-03-17T21:12:23.084Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24102026-03-17T21:12:23.347Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24112026-03-17T21:12:23.984Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24122026-03-17T21:12:24.698Z Compiling progenitor-macro v0.13.0
24132026-03-17T21:12:25.266Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-03-17T21:12:26.666Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24152026-03-17T21:12:26.909Z Checking smawk v0.3.2
24162026-03-17T21:12:26.959Z Checking unicode-linebreak v0.1.5
24172026-03-17T21:12:27.121Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24182026-03-17T21:12:27.277Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-03-17T21:12:27.360Z Checking globset v0.4.18
24202026-03-17T21:12:27.871Z Compiling convert_case v0.10.0
24212026-03-17T21:12:28.644Z Compiling slog-dtrace v0.3.0
24222026-03-17T21:12:28.932Z Checking resolv-conf v0.7.6
24232026-03-17T21:12:29.126Z Compiling derive_more-impl v2.1.1
24242026-03-17T21:12:29.446Z Compiling pin-project-internal v1.1.11
24252026-03-17T21:12:29.487Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24262026-03-17T21:12:29.571Z Checking pem v3.0.6
24272026-03-17T21:12:29.788Z Checking fd-lock v4.0.4
24282026-03-17T21:12:29.836Z Checking vte v0.14.1
24292026-03-17T21:12:29.985Z Checking display-error-chain v0.2.2
24302026-03-17T21:12:30.083Z Checking strip-ansi-escapes v0.2.1
24312026-03-17T21:12:30.181Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24322026-03-17T21:12:30.232Z Checking derive_more v2.1.1
24332026-03-17T21:12:30.275Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24342026-03-17T21:12:30.322Z Compiling snafu-derive v0.8.9
24352026-03-17T21:12:30.388Z Checking crossterm v0.29.0
24362026-03-17T21:12:30.390Z Checking linked-hash-map v0.5.6
24372026-03-17T21:12:30.701Z Checking nu-ansi-term v0.50.3
24382026-03-17T21:12:31.014Z Checking pin-project v1.1.11
24392026-03-17T21:12:31.060Z Checking termtree v0.5.1
24402026-03-17T21:12:31.109Z Checking reedline v0.40.0
24412026-03-17T21:12:31.178Z Checking lru-cache v0.1.2
24422026-03-17T21:12:31.226Z Checking textwrap v0.16.2
24432026-03-17T21:12:31.281Z Checking olpc-cjson v0.1.4
24442026-03-17T21:12:31.502Z Checking hickory-proto v0.24.4
24452026-03-17T21:12:31.552Z Checking serde_plain v1.0.2
24462026-03-17T21:12:31.786Z Checking typed-path v0.9.3
24472026-03-17T21:12:31.832Z Checking progenitor v0.13.0
24482026-03-17T21:12:32.050Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24492026-03-17T21:12:32.765Z Compiling minimal-lexical v0.2.1
24502026-03-17T21:12:32.937Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24512026-03-17T21:12:33.046Z Checking snafu v0.8.9
24522026-03-17T21:12:33.154Z Compiling nom v7.1.3
24532026-03-17T21:12:33.421Z Checking tough v0.20.0
24542026-03-17T21:12:33.720Z Checking nibble_vec v0.1.0
24552026-03-17T21:12:33.928Z Checking endian-type v0.1.2
24562026-03-17T21:12:34.097Z Checking hickory-resolver v0.24.4
24572026-03-17T21:12:34.143Z Checking radix_trie v0.2.1
24582026-03-17T21:12:34.471Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24592026-03-17T21:12:35.093Z Compiling ar_archive_writer v0.5.1
24602026-03-17T21:12:35.140Z Checking humantime v2.3.0
24612026-03-17T21:12:35.185Z Checking qorb v0.4.1
24622026-03-17T21:12:35.286Z Checking csv-core v0.1.13
24632026-03-17T21:12:35.415Z Checking base64 v0.21.7
24642026-03-17T21:12:35.550Z Checking csv v1.4.0
24652026-03-17T21:12:35.758Z Compiling stacker v0.1.23
24662026-03-17T21:12:35.806Z Checking highway v1.3.0
24672026-03-17T21:12:36.097Z Compiling cfg_aliases v0.1.1
24682026-03-17T21:12:36.194Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24692026-03-17T21:12:36.244Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24702026-03-17T21:12:36.247Z Compiling nix v0.28.0
24712026-03-17T21:12:36.247Z Checking papergrid v0.11.0
24722026-03-17T21:12:36.378Z Compiling psm v0.1.30
24732026-03-17T21:12:36.381Z Compiling tabled_derive v0.7.0
24742026-03-17T21:12:36.764Z Checking home v0.5.12
24752026-03-17T21:12:36.814Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24762026-03-17T21:12:36.920Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24772026-03-17T21:12:36.970Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24782026-03-17T21:12:37.252Z Checking phf_shared v0.12.1
24792026-03-17T21:12:37.479Z Compiling recursive-proc-macro-impl v0.1.1
24802026-03-17T21:12:37.529Z Compiling semver v0.1.20
24812026-03-17T21:12:37.576Z Compiling chrono-tz v0.10.4
24822026-03-17T21:12:37.624Z Checking phf v0.12.1
24832026-03-17T21:12:37.717Z Checking tabled v0.15.0
24842026-03-17T21:12:37.880Z Compiling rustc_version v0.1.7
24852026-03-17T21:12:37.939Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24862026-03-17T21:12:37.988Z Compiling const_format_proc_macros v0.2.34
24872026-03-17T21:12:38.036Z Checking recursive v0.1.1
24882026-03-17T21:12:38.039Z Compiling peg-macros v0.8.5
24892026-03-17T21:12:38.190Z Checking winnow v0.6.26
24902026-03-17T21:12:38.236Z Compiling sqlparser_derive v0.5.0
24912026-03-17T21:12:38.666Z Checking unicode_categories v0.1.1
24922026-03-17T21:12:39.148Z Checking const_format v0.2.35
24932026-03-17T21:12:39.333Z Checking sqlparser v0.61.0
24942026-03-17T21:12:39.409Z Checking rustyline v14.0.0
24952026-03-17T21:12:39.567Z Compiling newtype_derive v0.1.6
24962026-03-17T21:12:39.898Z Checking sqlformat v0.3.5
24972026-03-17T21:12:40.022Z Checking peg v0.8.5
24982026-03-17T21:12:40.156Z Checking bcs v0.1.6
24992026-03-17T21:12:40.509Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25002026-03-17T21:12:40.555Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25012026-03-17T21:12:40.690Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25022026-03-17T21:12:40.783Z Checking steno v0.4.1
25032026-03-17T21:12:40.830Z Compiling typify-impl v0.4.3
25042026-03-17T21:12:41.059Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25052026-03-17T21:12:41.997Z Checking utf-8 v0.7.6
25062026-03-17T21:12:42.203Z Checking filetime v0.2.27
25072026-03-17T21:12:42.230Z Checking arc-swap v1.8.2
25082026-03-17T21:12:42.566Z Checking xattr v1.6.1
25092026-03-17T21:12:42.781Z Checking tar v0.4.44
25102026-03-17T21:12:43.368Z Checking slog-scope v4.4.1
25112026-03-17T21:12:43.549Z Checking tungstenite v0.21.0
25122026-03-17T21:12:43.597Z Checking slog-stdlog v4.1.1
25132026-03-17T21:12:43.796Z Checking slog-envlogger v2.2.0
25142026-03-17T21:12:43.844Z Checking typeid v1.0.3
25152026-03-17T21:12:44.019Z Checking subprocess v0.2.15
25162026-03-17T21:12:44.064Z Checking headers-core v0.3.0
25172026-03-17T21:12:44.170Z Checking tokio-tungstenite v0.21.0
25182026-03-17T21:12:44.240Z Checking headers v0.4.1
25192026-03-17T21:12:44.433Z Compiling lzma-sys v0.1.20
25202026-03-17T21:12:44.568Z Compiling cargo_toml v0.22.3
25212026-03-17T21:12:44.635Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25222026-03-17T21:12:44.926Z Checking yasna v0.5.2
25232026-03-17T21:12:45.223Z Checking xz2 v0.1.7
25242026-03-17T21:12:45.482Z Checking rcgen v0.12.1
25252026-03-17T21:12:45.528Z Checking ron v0.12.0
25262026-03-17T21:12:45.961Z Checking base16ct v1.0.0
25272026-03-17T21:12:46.036Z Checking dropshot-api-manager-types v0.6.0
25282026-03-17T21:12:46.097Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25292026-03-17T21:12:46.162Z Checking tagptr v0.2.0
25302026-03-17T21:12:46.294Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25312026-03-17T21:12:46.391Z Checking moka v0.12.13
25322026-03-17T21:12:46.551Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25332026-03-17T21:12:46.599Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25342026-03-17T21:12:46.786Z Compiling libefi-sys v0.1.0
25352026-03-17T21:12:47.070Z Compiling radium v0.7.0
25362026-03-17T21:12:47.257Z Compiling typify-macro v0.4.3
25372026-03-17T21:12:47.315Z Checking hickory-resolver v0.25.2
25382026-03-17T21:12:47.426Z Compiling bitfield-struct v0.6.2
25392026-03-17T21:12:47.542Z Compiling maybe-uninit v2.0.0
25402026-03-17T21:12:47.969Z Checking tap v1.0.1
25412026-03-17T21:12:48.141Z Checking wyz v0.5.1
25422026-03-17T21:12:48.314Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25432026-03-17T21:12:48.425Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-03-17T21:12:48.596Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25452026-03-17T21:12:48.689Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-03-17T21:12:48.942Z Compiling zerocopy-derive v0.6.6
25472026-03-17T21:12:48.990Z Checking crc-catalog v2.4.0
25482026-03-17T21:12:49.040Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25492026-03-17T21:12:49.089Z Compiling packed_struct v0.10.1
25502026-03-17T21:12:49.158Z Checking funty v2.0.0
25512026-03-17T21:12:49.203Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-03-17T21:12:49.523Z Checking crc v3.4.0
25532026-03-17T21:12:49.570Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25542026-03-17T21:12:49.667Z Checking bitvec v1.0.1
25552026-03-17T21:12:49.714Z Compiling typify v0.4.3
25562026-03-17T21:12:49.898Z Compiling progenitor-impl v0.10.0
25572026-03-17T21:12:49.989Z Compiling packed_struct_codegen v0.10.1
25582026-03-17T21:12:50.036Z Compiling indexmap v1.9.3
25592026-03-17T21:12:50.136Z Checking zerocopy v0.6.6
25602026-03-17T21:12:50.360Z Compiling bitfield-macros v0.19.4
25612026-03-17T21:12:50.592Z Checking nodrop v0.1.14
25622026-03-17T21:12:50.753Z Checking array-init v0.0.4
25632026-03-17T21:12:51.289Z Checking smallvec v0.6.14
25642026-03-17T21:12:51.349Z Checking hashbrown v0.12.3
25652026-03-17T21:12:51.395Z Checking bitfield v0.19.4
25662026-03-17T21:12:51.465Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25672026-03-17T21:12:51.601Z Checking serde-hex v0.1.0
25682026-03-17T21:12:51.709Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25692026-03-17T21:12:51.811Z Checking ron v0.8.1
25702026-03-17T21:12:52.432Z Checking hashbrown v0.13.2
25712026-03-17T21:12:52.576Z Checking crc-any v2.5.0
25722026-03-17T21:12:52.864Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25732026-03-17T21:12:52.961Z Checking path-slash v0.1.5
25742026-03-17T21:12:53.059Z Checking object v0.30.4
25752026-03-17T21:12:53.118Z Compiling xshell-macros v0.2.7
25762026-03-17T21:12:53.164Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25772026-03-17T21:12:53.209Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-03-17T21:12:53.639Z Compiling progenitor-macro v0.10.0
25792026-03-17T21:12:53.687Z Checking xshell v0.2.7
25802026-03-17T21:12:53.734Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-03-17T21:12:53.793Z Checking half v1.8.3
25822026-03-17T21:12:53.983Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25832026-03-17T21:12:54.108Z Checking serde_cbor v0.11.2
25842026-03-17T21:12:54.653Z Compiling num-derive v0.3.3
25852026-03-17T21:12:54.700Z Compiling proc-macro-error-attr2 v2.0.0
25862026-03-17T21:12:54.986Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25872026-03-17T21:12:55.248Z Compiling proc-macro-error2 v2.0.1
25882026-03-17T21:12:55.313Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25892026-03-17T21:12:55.702Z Compiling tabled_derive v0.11.0
25902026-03-17T21:12:55.825Z Checking papergrid v0.17.0
25912026-03-17T21:12:55.868Z Checking libscf-sys v1.1.0
25922026-03-17T21:12:56.077Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25932026-03-17T21:12:56.171Z Checking testing_table v0.3.0
25942026-03-17T21:12:56.331Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25952026-03-17T21:12:56.397Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25962026-03-17T21:12:56.686Z Checking maplit v1.0.2
25972026-03-17T21:12:56.935Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25982026-03-17T21:12:56.982Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25992026-03-17T21:12:57.343Z Checking tabled v0.20.0
26002026-03-17T21:12:57.461Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26012026-03-17T21:12:57.507Z Checking crc8 v0.1.1
26022026-03-17T21:12:57.553Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26032026-03-17T21:12:57.614Z Checking fxhash v0.2.1
26042026-03-17T21:12:57.669Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26052026-03-17T21:12:57.812Z Checking unicase v2.9.0
26062026-03-17T21:12:58.061Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26072026-03-17T21:12:58.597Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26082026-03-17T21:12:58.645Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26092026-03-17T21:12:58.691Z Checking kstat-rs v0.2.4
26102026-03-17T21:12:58.974Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26112026-03-17T21:12:59.020Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26122026-03-17T21:12:59.227Z Compiling parking_lot_core v0.8.6
26132026-03-17T21:12:59.294Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26142026-03-17T21:12:59.468Z Compiling diesel_derives v2.3.7
26152026-03-17T21:12:59.656Z Compiling git-stub v1.0.0
26162026-03-17T21:12:59.799Z Checking scheduled-thread-pool v0.2.7
26172026-03-17T21:12:59.843Z Compiling dsl_auto_type v0.2.0
26182026-03-17T21:13:00.027Z Compiling vergen-gitcl v1.0.8
26192026-03-17T21:13:00.072Z Compiling diesel_table_macro_syntax v0.3.0
26202026-03-17T21:13:00.240Z Checking r2d2 v0.8.10
26212026-03-17T21:13:00.288Z Compiling git-stub-vcs v0.1.0
26222026-03-17T21:13:00.339Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26232026-03-17T21:13:00.477Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26242026-03-17T21:13:00.524Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26252026-03-17T21:13:00.637Z Checking progenitor v0.10.0
26262026-03-17T21:13:00.688Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26272026-03-17T21:13:00.735Z Checking downcast-rs v2.0.2
26282026-03-17T21:13:00.828Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26292026-03-17T21:13:00.879Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26302026-03-17T21:13:00.887Z Checking parking_lot v0.11.2
26312026-03-17T21:13:00.972Z Checking prefix-trie v0.7.0
26322026-03-17T21:13:01.570Z Checking nanorand v0.7.0
26332026-03-17T21:13:01.711Z Compiling dirs-sys-next v0.1.2
26342026-03-17T21:13:01.711Z Compiling crunchy v0.2.4
26352026-03-17T21:13:01.711Z Checking flume v0.11.1
26362026-03-17T21:13:01.711Z Checking hickory-server v0.25.2
26372026-03-17T21:13:01.770Z Compiling dirs-next v2.0.0
26382026-03-17T21:13:01.907Z Checking sled v0.34.7
26392026-03-17T21:13:01.952Z Compiling clang-sys v1.8.1
26402026-03-17T21:13:01.998Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26412026-03-17T21:13:02.001Z Checking hickory-client v0.25.2
26422026-03-17T21:13:02.271Z Compiling tiny-keccak v2.0.2
26432026-03-17T21:13:02.589Z Compiling term v0.7.0
26442026-03-17T21:13:02.684Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26452026-03-17T21:13:02.748Z Compiling salty v0.3.0
26462026-03-17T21:13:02.938Z Compiling bit-vec v0.6.3
26472026-03-17T21:13:03.093Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26482026-03-17T21:13:03.253Z Compiling bit-set v0.5.3
26492026-03-17T21:13:03.386Z Compiling ascii-canvas v3.0.0
26502026-03-17T21:13:03.499Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512026-03-17T21:13:03.769Z Checking primeorder v0.13.6
26522026-03-17T21:13:04.049Z Compiling itertools v0.10.5
26532026-03-17T21:13:04.143Z Compiling ena v0.14.4
26542026-03-17T21:13:04.210Z Compiling libloading v0.8.9
26552026-03-17T21:13:04.476Z Compiling regex-syntax v0.6.29
26562026-03-17T21:13:04.531Z Compiling bindgen v0.71.1
26572026-03-17T21:13:04.783Z Compiling diff v0.1.13
26582026-03-17T21:13:05.292Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26592026-03-17T21:13:05.561Z Compiling cexpr v0.6.0
26602026-03-17T21:13:05.607Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26612026-03-17T21:13:06.495Z Compiling lalrpop v0.19.12
26622026-03-17T21:13:06.542Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26632026-03-17T21:13:07.017Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26642026-03-17T21:13:07.226Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26652026-03-17T21:13:07.455Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-03-17T21:13:07.739Z Compiling libxml v0.3.3
26672026-03-17T21:13:08.066Z Compiling fs-err v2.11.0
26682026-03-17T21:13:08.260Z Checking diesel v2.3.7
26692026-03-17T21:13:08.321Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26702026-03-17T21:13:08.555Z Checking p384 v0.13.1
26712026-03-17T21:13:08.772Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26722026-03-17T21:13:09.201Z Compiling strum_macros v0.24.3
26732026-03-17T21:13:10.364Z Compiling indoc v1.0.9
26742026-03-17T21:13:11.258Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26752026-03-17T21:13:11.747Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26762026-03-17T21:13:11.878Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-03-17T21:13:12.073Z Checking quick-xml v0.37.5
26782026-03-17T21:13:12.166Z Checking derive_builder v0.20.2
26792026-03-17T21:13:12.345Z Compiling oso-derive v0.27.3
26802026-03-17T21:13:12.393Z Compiling trait-variant v0.1.2
26812026-03-17T21:13:12.467Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26822026-03-17T21:13:13.026Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26832026-03-17T21:13:13.078Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26842026-03-17T21:13:13.158Z Compiling impl-trait-for-tuples v0.2.3
26852026-03-17T21:13:13.349Z Checking openssl-probe v0.1.6
26862026-03-17T21:13:13.568Z Checking parse-size v1.1.0
26872026-03-17T21:13:13.770Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26882026-03-17T21:13:14.951Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26892026-03-17T21:13:15.027Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26902026-03-17T21:13:15.391Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26912026-03-17T21:13:15.558Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26922026-03-17T21:13:15.808Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26932026-03-17T21:13:16.034Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-17T21:13:16.343Z Compiling progenitor-impl v0.11.2
26952026-03-17T21:13:16.652Z Checking assert_matches v1.5.0
26962026-03-17T21:13:17.077Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26972026-03-17T21:13:17.122Z Compiling mime_guess v2.0.5
26982026-03-17T21:13:17.489Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26992026-03-17T21:13:17.875Z Checking predicates-tree v1.0.13
27002026-03-17T21:13:18.060Z Checking progenitor-client v0.11.2
27012026-03-17T21:13:18.115Z Checking http-range v0.1.5
27022026-03-17T21:13:18.242Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27032026-03-17T21:13:18.322Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27042026-03-17T21:13:18.499Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27052026-03-17T21:13:19.179Z Checking atty v0.2.14
27062026-03-17T21:13:20.065Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27072026-03-17T21:13:20.160Z Compiling progenitor-macro v0.11.2
27082026-03-17T21:13:20.616Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27092026-03-17T21:13:21.240Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27102026-03-17T21:13:21.986Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27112026-03-17T21:13:22.031Z Checking bb8 v0.8.6
27122026-03-17T21:13:22.270Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27132026-03-17T21:13:22.438Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27142026-03-17T21:13:22.578Z Checking corncobs v0.1.4
27152026-03-17T21:13:22.647Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27162026-03-17T21:13:22.791Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27172026-03-17T21:13:23.175Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-17T21:13:23.682Z Checking hyper-staticfile v0.10.1
27192026-03-17T21:13:23.730Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27202026-03-17T21:13:24.111Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27212026-03-17T21:13:24.157Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27222026-03-17T21:13:24.381Z Checking ignore v0.4.25
27232026-03-17T21:13:24.446Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-03-17T21:13:24.993Z Checking signal-hook-tokio v0.3.1
27252026-03-17T21:13:25.196Z Checking secrecy v0.8.0
27262026-03-17T21:13:25.242Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27272026-03-17T21:13:25.609Z Checking globwalk v0.9.1
27282026-03-17T21:13:25.966Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27292026-03-17T21:13:26.219Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27302026-03-17T21:13:26.593Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-03-17T21:13:26.645Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27322026-03-17T21:13:26.849Z Checking nonempty v0.12.0
27332026-03-17T21:13:26.974Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27342026-03-17T21:13:27.059Z Checking camino-tempfile-ext v0.3.3
27352026-03-17T21:13:27.272Z Checking progenitor v0.11.2
27362026-03-17T21:13:27.329Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27372026-03-17T21:13:27.375Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27382026-03-17T21:13:27.488Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27392026-03-17T21:13:27.901Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27402026-03-17T21:13:28.265Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27412026-03-17T21:13:28.474Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-17T21:13:28.881Z Checking async-bb8-diesel v0.2.1
27432026-03-17T21:13:29.206Z Checking diesel-dtrace v0.5.0
27442026-03-17T21:13:29.405Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27452026-03-17T21:13:29.564Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27462026-03-17T21:13:30.131Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27472026-03-17T21:13:30.465Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27482026-03-17T21:13:30.528Z Checking tungstenite v0.23.0
27492026-03-17T21:13:31.044Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27502026-03-17T21:13:31.085Z Checking void v1.0.2
27512026-03-17T21:13:31.144Z Checking tokio-tungstenite v0.23.1
27522026-03-17T21:13:31.268Z Checking lzss v0.8.2
27532026-03-17T21:13:31.521Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27542026-03-17T21:13:31.572Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27552026-03-17T21:13:31.610Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27562026-03-17T21:13:31.814Z Checking nix v0.27.1
27572026-03-17T21:13:32.432Z Checking serde_bytes v0.11.19
27582026-03-17T21:13:32.581Z Checking rand_seeder v0.4.0
27592026-03-17T21:13:32.711Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27602026-03-17T21:13:32.815Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-03-17T21:13:33.221Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27622026-03-17T21:13:33.336Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27632026-03-17T21:13:33.485Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27642026-03-17T21:13:33.971Z Checking is_ci v1.2.0
27652026-03-17T21:13:34.145Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27662026-03-17T21:13:34.528Z Checking yansi v1.0.1
27672026-03-17T21:13:34.578Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27682026-03-17T21:13:34.622Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27692026-03-17T21:13:34.675Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27702026-03-17T21:13:34.920Z Checking pretty_assertions v1.4.1
27712026-03-17T21:13:34.965Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27722026-03-17T21:13:35.132Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27732026-03-17T21:13:35.328Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27742026-03-17T21:13:35.659Z Compiling darling_core v0.23.0
27752026-03-17T21:13:36.655Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27762026-03-17T21:13:37.149Z Compiling indoc v2.0.7
27772026-03-17T21:13:37.355Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27782026-03-17T21:13:37.544Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27792026-03-17T21:13:37.636Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-03-17T21:13:37.787Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-03-17T21:13:38.122Z Compiling instability v0.3.11
27822026-03-17T21:13:38.528Z Compiling libz-sys v1.1.24
27832026-03-17T21:13:38.588Z Checking castaway v0.2.4
27842026-03-17T21:13:38.778Z Checking compact_str v0.8.1
27852026-03-17T21:13:38.822Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-03-17T21:13:39.352Z Checking supports-color v3.0.2
27872026-03-17T21:13:39.429Z Compiling darling_macro v0.23.0
27882026-03-17T21:13:39.573Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27892026-03-17T21:13:39.861Z Checking unicode-truncate v1.1.0
27902026-03-17T21:13:40.101Z Checking lru v0.12.5
27912026-03-17T21:13:40.147Z Compiling darling v0.23.0
27922026-03-17T21:13:40.238Z Checking cassowary v0.3.0
27932026-03-17T21:13:40.419Z Compiling libgit2-sys v0.18.3+1.9.2
27942026-03-17T21:13:40.753Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27952026-03-17T21:13:41.277Z Checking ratatui v0.29.0
27962026-03-17T21:13:41.325Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27972026-03-17T21:13:42.386Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27982026-03-17T21:13:42.679Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-03-17T21:13:43.096Z Compiling vergen-git2 v1.0.7
28002026-03-17T21:13:43.143Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28012026-03-17T21:13:43.306Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-03-17T21:13:43.442Z Checking colored v2.2.0
28032026-03-17T21:13:43.503Z Checking shell-words v1.1.1
28042026-03-17T21:13:43.602Z Checking plotters-backend v0.3.7
28052026-03-17T21:13:43.707Z Compiling rustls v0.21.12
28062026-03-17T21:13:43.885Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-17T21:13:43.929Z Checking plotters-svg v0.3.7
28082026-03-17T21:13:44.051Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28092026-03-17T21:13:44.159Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-03-17T21:13:44.336Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28112026-03-17T21:13:44.444Z Checking rustls-webpki v0.101.7
28122026-03-17T21:13:44.937Z Checking sct v0.7.1
28132026-03-17T21:13:44.943Z Compiling nix v0.29.0
28142026-03-17T21:13:45.150Z Checking cast v0.3.0
28152026-03-17T21:13:45.195Z Checking hex-literal v0.4.1
28162026-03-17T21:13:45.363Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-03-17T21:13:45.408Z Checking criterion-plot v0.6.0
28182026-03-17T21:13:45.923Z Checking plotters v0.3.7
28192026-03-17T21:13:47.031Z Checking erased-serde v0.4.9
28202026-03-17T21:13:47.418Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28212026-03-17T21:13:47.608Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28222026-03-17T21:13:48.616Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28232026-03-17T21:13:49.649Z Checking tinytemplate v1.2.1
28242026-03-17T21:13:49.977Z Checking ordered-float v2.10.1
28252026-03-17T21:13:50.368Z Checking oorandom v11.1.5
28262026-03-17T21:13:50.563Z Checking anes v0.1.6
28272026-03-17T21:13:50.851Z Checking criterion v0.7.0
28282026-03-17T21:13:51.149Z Checking serde-value v0.7.0
28292026-03-17T21:13:51.517Z Checking serde-untagged v0.1.9
28302026-03-17T21:13:51.803Z Checking tokio-rustls v0.24.1
28312026-03-17T21:13:52.453Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28322026-03-17T21:13:52.551Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-03-17T21:13:52.836Z Checking rustls-pemfile v1.0.4
28342026-03-17T21:13:53.054Z Checking twox-hash v2.1.2
28352026-03-17T21:13:53.508Z Checking unicode-xid v0.2.6
28362026-03-17T21:13:53.617Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28372026-03-17T21:13:53.690Z Checking cargo-util-schemas v0.8.2
28382026-03-17T21:13:54.048Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28392026-03-17T21:13:54.283Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-17T21:13:54.964Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28412026-03-17T21:13:55.213Z Checking fatfs v0.3.6
28422026-03-17T21:13:55.892Z Checking cargo-platform v0.2.0
28432026-03-17T21:13:56.096Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28442026-03-17T21:13:56.182Z Compiling petname v2.0.2
28452026-03-17T21:13:56.865Z Compiling seq-macro v0.3.6
28462026-03-17T21:13:57.816Z Checking cargo_metadata v0.21.0
28472026-03-17T21:13:58.118Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28482026-03-17T21:13:58.929Z Checking concurrent-queue v2.5.0
28492026-03-17T21:13:59.219Z Checking rtoolbox v0.0.3
28502026-03-17T21:13:59.316Z Checking parking v2.2.1
28512026-03-17T21:13:59.436Z Checking futures-timer v3.0.3
28522026-03-17T21:13:59.511Z Checking event-listener v5.4.1
28532026-03-17T21:13:59.654Z Checking rpassword v7.4.0
28542026-03-17T21:13:59.839Z Checking tui-tree-widget v0.23.1
28552026-03-17T21:13:59.882Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28562026-03-17T21:14:00.121Z Checking polyval v0.6.2
28572026-03-17T21:14:00.166Z Checking sapling-renderdag v0.1.0
28582026-03-17T21:14:00.268Z Checking sync-ptr v0.1.4
28592026-03-17T21:14:00.373Z Checking ghash v0.5.1
28602026-03-17T21:14:00.463Z Checking event-listener-strategy v0.5.4
28612026-03-17T21:14:00.537Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28622026-03-17T21:14:00.581Z Checking ctr v0.9.2
28632026-03-17T21:14:00.675Z Checking arrayref v0.3.9
28642026-03-17T21:14:00.813Z Checking constant_time_eq v0.4.2
28652026-03-17T21:14:00.858Z Checking arrayvec v0.7.6
28662026-03-17T21:14:00.973Z Checking aes-gcm v0.10.3
28672026-03-17T21:14:01.026Z Checking async-lock v3.4.2
28682026-03-17T21:14:01.155Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28692026-03-17T21:14:01.216Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28702026-03-17T21:14:01.317Z Compiling samael v0.0.19
28712026-03-17T21:14:01.616Z Checking ssh-encoding v0.2.0
28722026-03-17T21:14:01.911Z Checking blowfish v0.9.1
28732026-03-17T21:14:02.158Z Checking bcrypt-pbkdf v0.10.0
28742026-03-17T21:14:02.416Z Checking ssh-cipher v0.2.0
28752026-03-17T21:14:02.461Z Checking async-object-pool v0.2.0
28762026-03-17T21:14:02.641Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28772026-03-17T21:14:02.687Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28782026-03-17T21:14:03.105Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28792026-03-17T21:14:03.522Z Checking serde_regex v1.1.0
28802026-03-17T21:14:03.764Z Checking password-hash v0.4.2
28812026-03-17T21:14:04.022Z Checking assert-json-diff v2.0.2
28822026-03-17T21:14:04.114Z Checking path-tree v0.8.3
28832026-03-17T21:14:04.290Z Checking gimli v0.32.3
28842026-03-17T21:14:04.409Z Checking stringmetrics v2.2.2
28852026-03-17T21:14:04.646Z Compiling target-lexicon v0.13.3
28862026-03-17T21:14:04.959Z Checking httpmock v0.8.3
28872026-03-17T21:14:05.413Z Checking pbkdf2 v0.11.0
28882026-03-17T21:14:05.671Z Checking ssh-key v0.6.7
28892026-03-17T21:14:06.574Z Checking addr2line v0.25.1
28902026-03-17T21:14:06.970Z Checking p256 v0.13.2
28912026-03-17T21:14:07.348Z Checking p521 v0.13.3
28922026-03-17T21:14:07.661Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28932026-03-17T21:14:07.958Z Checking russh-cryptovec v0.7.3
28942026-03-17T21:14:08.018Z Compiling guppy-workspace-hack v0.1.0
28952026-03-17T21:14:08.177Z Checking md5 v0.7.0
28962026-03-17T21:14:08.222Z Checking rustc-demangle v0.1.27
28972026-03-17T21:14:08.448Z Checking russh-keys v0.45.0
28982026-03-17T21:14:08.572Z Checking backtrace v0.3.76
28992026-03-17T21:14:08.718Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29002026-03-17T21:14:09.022Z Checking num-bigint v0.4.6
29012026-03-17T21:14:09.369Z Checking des v0.8.1
29022026-03-17T21:14:09.610Z Compiling blake3 v1.8.3
29032026-03-17T21:14:09.614Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29042026-03-17T21:14:10.117Z Compiling target-spec v3.5.7
29052026-03-17T21:14:10.240Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29062026-03-17T21:14:10.450Z Checking russh v0.45.0
29072026-03-17T21:14:10.813Z Checking backtrace-ext v0.2.1
29082026-03-17T21:14:10.999Z Checking cfg-expr v0.20.6
29092026-03-17T21:14:11.167Z Checking supports-color v2.1.0
29102026-03-17T21:14:11.253Z Checking textwrap v0.15.2
29112026-03-17T21:14:11.378Z Checking supports-hyperlinks v2.1.0
29122026-03-17T21:14:11.566Z Checking supports-unicode v2.1.0
29132026-03-17T21:14:11.612Z Checking hashbrown v0.14.5
29142026-03-17T21:14:11.616Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29152026-03-17T21:14:11.749Z Checking cargo-platform v0.3.2
29162026-03-17T21:14:11.962Z Checking socket2 v0.5.10
29172026-03-17T21:14:12.025Z Checking terminal_size v0.1.17
29182026-03-17T21:14:12.204Z Compiling miette-derive v5.10.0
29192026-03-17T21:14:12.307Z Checking owo-colors v3.5.0
29202026-03-17T21:14:12.352Z Checking internet-checksum v0.2.1
29212026-03-17T21:14:12.551Z Checking chumsky v0.9.3
29222026-03-17T21:14:13.039Z Checking cargo_metadata v0.23.1
29232026-03-17T21:14:13.799Z Checking miette v5.10.0
29242026-03-17T21:14:14.091Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29252026-03-17T21:14:14.139Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29262026-03-17T21:14:14.226Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29272026-03-17T21:14:14.510Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29282026-03-17T21:14:14.654Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29292026-03-17T21:14:14.871Z Checking httptest v0.16.4
29302026-03-17T21:14:15.189Z Compiling git2 v0.20.4
29312026-03-17T21:14:15.255Z Checking pathdiff v0.2.3
29322026-03-17T21:14:15.301Z Compiling knuffel-derive v3.2.0
29332026-03-17T21:14:15.409Z Checking topological-sort v0.2.2
29342026-03-17T21:14:15.452Z Checking nested v0.1.1
29352026-03-17T21:14:15.626Z Checking omicron-zone-package v0.12.2
29362026-03-17T21:14:15.672Z Checking guppy v0.17.25
29372026-03-17T21:14:15.802Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29382026-03-17T21:14:16.112Z Checking similar-asserts v1.7.0
29392026-03-17T21:14:16.343Z Compiling rstest_macros v0.25.0
29402026-03-17T21:14:16.743Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29412026-03-17T21:14:16.867Z Compiling target-triple v1.0.0
29422026-03-17T21:14:17.032Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29432026-03-17T21:14:17.099Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29442026-03-17T21:14:17.340Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29452026-03-17T21:14:17.450Z Checking knuffel v3.2.0
29462026-03-17T21:14:17.635Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29472026-03-17T21:14:18.512Z Checking toml_datetime v1.0.0+spec-1.1.0
29482026-03-17T21:14:18.851Z Compiling assert_cmd v2.1.2
29492026-03-17T21:14:19.211Z Compiling relative-path v1.9.3
29502026-03-17T21:14:19.266Z Checking escape8259 v0.5.3
29512026-03-17T21:14:19.568Z Checking libtest-mimic v0.8.1
29522026-03-17T21:14:19.597Z Checking toml v1.0.3+spec-1.1.0
29532026-03-17T21:14:19.760Z Compiling polar-core v0.27.3
29542026-03-17T21:14:20.114Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29552026-03-17T21:14:20.160Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29562026-03-17T21:14:20.288Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29572026-03-17T21:14:20.500Z Checking blake2b_simd v1.0.4
29582026-03-17T21:14:21.069Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29592026-03-17T21:14:21.225Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29602026-03-17T21:14:21.570Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29612026-03-17T21:14:21.765Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29622026-03-17T21:14:22.060Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29632026-03-17T21:14:22.277Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29642026-03-17T21:14:22.563Z Checking fancy-regex v0.14.0
29652026-03-17T21:14:22.856Z Checking serde_tokenstream v0.2.3
29662026-03-17T21:14:23.101Z Checking uzers v0.12.2
29672026-03-17T21:14:23.182Z Compiling linkme-impl v0.3.35
29682026-03-17T21:14:23.475Z Checking constant_time_eq v0.3.1
29692026-03-17T21:14:23.655Z Checking termcolor v1.4.1
29702026-03-17T21:14:23.811Z Checking rust-argon2 v2.1.0
29712026-03-17T21:14:24.031Z Checking trybuild v1.0.116
29722026-03-17T21:14:24.177Z Checking datatest-stable v0.3.3
29732026-03-17T21:14:25.045Z Checking rstest v0.25.0
29742026-03-17T21:14:25.091Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29752026-03-17T21:14:25.278Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29762026-03-17T21:14:25.536Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29772026-03-17T21:14:25.623Z Checking support-bundle-viewer v0.1.2
29782026-03-17T21:14:25.975Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29792026-03-17T21:14:26.262Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29802026-03-17T21:14:26.437Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29812026-03-17T21:14:26.484Z Checking oso v0.27.3
29822026-03-17T21:14:26.560Z Checking drift v0.1.3
29832026-03-17T21:14:26.729Z Checking rand_distr v0.5.1
29842026-03-17T21:14:27.103Z Checking multimap v0.10.1
29852026-03-17T21:14:27.345Z Checking approx v0.5.1
29862026-03-17T21:14:27.497Z Compiling linkme v0.3.35
29872026-03-17T21:14:27.579Z Checking dropshot-api-manager v0.6.0
29882026-03-17T21:14:28.140Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29892026-03-17T21:14:29.047Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29902026-03-17T21:14:29.105Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29912026-03-17T21:14:29.273Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29922026-03-17T21:14:29.319Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29932026-03-17T21:14:29.590Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29942026-03-17T21:14:29.951Z Checking partial-io v0.5.4
29952026-03-17T21:14:30.044Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29962026-03-17T21:14:30.162Z Checking cargo_toml v0.21.0
29972026-03-17T21:14:30.223Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29982026-03-17T21:14:30.272Z Checking termios v0.3.3
29992026-03-17T21:14:30.483Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30002026-03-17T21:14:31.056Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30012026-03-17T21:14:31.117Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30022026-03-17T21:14:31.453Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30032026-03-17T21:14:33.497Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30042026-03-17T21:14:35.630Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30052026-03-17T21:14:41.177Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30062026-03-17T21:14:44.018Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30072026-03-17T21:14:49.174Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30082026-03-17T21:14:50.917Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30092026-03-17T21:14:56.424Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30102026-03-17T21:15:03.249Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30112026-03-17T21:15:04.988Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30122026-03-17T21:15:05.038Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30132026-03-17T21:15:17.149Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30142026-03-17T21:17:15.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 40s
30152026-03-17T21:17:16.204Z
30162026-03-17T21:17:16.204Zreal 5:45.046467189
30172026-03-17T21:17:16.208Zuser 28:52.177464090
30182026-03-17T21:17:16.208Zsys 6:03.142461472
30192026-03-17T21:17:16.208Ztrap 0.724276038
30202026-03-17T21:17:16.208Ztflt 0.101326199
30212026-03-17T21:17:16.208Zdflt 0.123609998
30222026-03-17T21:17:16.208Zkflt 0.000897275
30232026-03-17T21:17:16.208Zlock 1:21:15.750668337
30242026-03-17T21:17:16.208Zslp 1:18:17.394819002
30252026-03-17T21:17:16.208Zlat 1:57.880402701
30262026-03-17T21:17:16.208Zstop 14:01.688206061
30272026-03-17T21:17:16.208Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30282026-03-17T21:17:16.208Z+ ptime -m cargo doc --workspace --no-deps
30292026-03-17T21:17:17.411Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30302026-03-17T21:17:17.411Z |
30312026-03-17T21:17:17.411Z = 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)`
30322026-03-17T21:17:17.411Z = 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>
30332026-03-17T21:17:18.735Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-03-17T21:17:19.007Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30352026-03-17T21:17:19.058Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30362026-03-17T21:17:19.143Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-03-17T21:17:19.321Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30382026-03-17T21:17:19.321Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30392026-03-17T21:17:19.379Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30402026-03-17T21:17:19.415Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30412026-03-17T21:17:19.490Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30422026-03-17T21:17:19.567Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30432026-03-17T21:17:19.597Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30442026-03-17T21:17:19.644Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30452026-03-17T21:17:19.674Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30462026-03-17T21:17:19.742Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30472026-03-17T21:17:19.780Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30482026-03-17T21:17:19.813Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30492026-03-17T21:17:19.920Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30502026-03-17T21:17:19.954Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30512026-03-17T21:17:20.016Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30522026-03-17T21:17:20.047Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30532026-03-17T21:17:20.280Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30542026-03-17T21:17:20.678Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30552026-03-17T21:17:20.876Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30562026-03-17T21:17:20.909Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30572026-03-17T21:17:20.942Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30582026-03-17T21:17:21.132Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30592026-03-17T21:17:21.164Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30602026-03-17T21:17:21.435Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30612026-03-17T21:17:21.614Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30622026-03-17T21:17:21.670Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30632026-03-17T21:17:21.702Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30642026-03-17T21:17:21.901Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30652026-03-17T21:17:21.946Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30662026-03-17T21:17:22.127Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30672026-03-17T21:17:22.159Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30682026-03-17T21:17:22.246Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30692026-03-17T21:17:22.421Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30702026-03-17T21:17:22.452Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30712026-03-17T21:17:22.751Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30722026-03-17T21:17:22.787Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30732026-03-17T21:17:23.177Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30742026-03-17T21:17:23.229Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30752026-03-17T21:17:23.398Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30762026-03-17T21:17:23.438Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30772026-03-17T21:17:23.522Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30782026-03-17T21:17:23.614Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30792026-03-17T21:17:23.816Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30802026-03-17T21:17:23.857Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30812026-03-17T21:17:23.935Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30822026-03-17T21:17:23.935Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30832026-03-17T21:17:24.104Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30842026-03-17T21:17:24.145Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30852026-03-17T21:17:24.191Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30862026-03-17T21:17:24.315Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30872026-03-17T21:17:24.429Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30882026-03-17T21:17:24.487Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30892026-03-17T21:17:24.528Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30902026-03-17T21:17:24.617Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30912026-03-17T21:17:24.730Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30922026-03-17T21:17:24.758Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30932026-03-17T21:17:24.918Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30942026-03-17T21:17:24.954Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30952026-03-17T21:17:25.028Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30962026-03-17T21:17:25.067Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30972026-03-17T21:17:25.211Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30982026-03-17T21:17:25.279Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30992026-03-17T21:17:25.385Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31002026-03-17T21:17:25.622Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31012026-03-17T21:17:25.679Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31022026-03-17T21:17:25.682Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31032026-03-17T21:17:25.738Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31042026-03-17T21:17:25.937Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31052026-03-17T21:17:26.437Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31062026-03-17T21:17:26.490Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31072026-03-17T21:17:27.538Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31082026-03-17T21:17:27.980Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31092026-03-17T21:17:28.273Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31102026-03-17T21:17:28.306Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31112026-03-17T21:17:28.431Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31122026-03-17T21:17:28.522Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31132026-03-17T21:17:28.739Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31142026-03-17T21:17:28.876Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31152026-03-17T21:17:29.156Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31162026-03-17T21:17:29.474Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31172026-03-17T21:17:29.732Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31182026-03-17T21:17:29.786Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31192026-03-17T21:17:29.901Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31202026-03-17T21:17:30.100Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31212026-03-17T21:17:30.307Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31222026-03-17T21:17:30.647Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31232026-03-17T21:17:31.235Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31242026-03-17T21:17:31.383Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31252026-03-17T21:17:31.414Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31262026-03-17T21:17:31.822Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31272026-03-17T21:17:31.862Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31282026-03-17T21:17:32.562Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31292026-03-17T21:17:32.781Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31302026-03-17T21:17:33.738Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31312026-03-17T21:17:34.209Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31322026-03-17T21:17:34.599Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31332026-03-17T21:17:35.026Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31342026-03-17T21:17:35.159Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31352026-03-17T21:17:35.363Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31362026-03-17T21:17:35.627Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31372026-03-17T21:17:35.709Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31382026-03-17T21:17:35.794Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31392026-03-17T21:17:36.011Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31402026-03-17T21:17:36.012Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31412026-03-17T21:17:36.247Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31422026-03-17T21:17:36.418Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31432026-03-17T21:17:36.520Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31442026-03-17T21:17:36.627Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31452026-03-17T21:17:36.660Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31462026-03-17T21:17:37.120Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31472026-03-17T21:17:37.483Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31482026-03-17T21:17:37.820Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31492026-03-17T21:17:38.196Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31502026-03-17T21:17:39.003Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31512026-03-17T21:17:39.612Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31522026-03-17T21:17:40.007Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31532026-03-17T21:17:40.355Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31542026-03-17T21:17:40.418Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31552026-03-17T21:17:40.569Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31562026-03-17T21:17:40.989Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31572026-03-17T21:17:41.441Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31582026-03-17T21:17:41.446Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31592026-03-17T21:17:41.802Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31602026-03-17T21:17:41.939Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31612026-03-17T21:17:41.982Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31622026-03-17T21:17:43.608Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31632026-03-17T21:17:43.704Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31642026-03-17T21:17:43.738Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31652026-03-17T21:17:44.320Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31662026-03-17T21:17:44.953Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31672026-03-17T21:17:46.484Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-03-17T21:17:47.204Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31692026-03-17T21:17:47.594Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31702026-03-17T21:17:48.082Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31712026-03-17T21:17:48.206Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31722026-03-17T21:17:48.406Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31732026-03-17T21:17:48.898Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31742026-03-17T21:17:49.111Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31752026-03-17T21:17:49.413Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31762026-03-17T21:17:49.948Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31772026-03-17T21:17:50.478Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31782026-03-17T21:17:52.192Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-03-17T21:17:52.650Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-03-17T21:17:53.534Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31812026-03-17T21:17:54.597Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31822026-03-17T21:17:55.243Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31832026-03-17T21:17:57.082Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31842026-03-17T21:17:57.688Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31852026-03-17T21:17:58.424Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31862026-03-17T21:17:59.020Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31872026-03-17T21:17:59.252Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31882026-03-17T21:18:00.622Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31892026-03-17T21:18:00.968Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31902026-03-17T21:18:01.448Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31912026-03-17T21:18:02.467Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31922026-03-17T21:18:02.689Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31932026-03-17T21:18:02.892Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31942026-03-17T21:18:03.523Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31952026-03-17T21:18:03.624Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31962026-03-17T21:18:04.064Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31972026-03-17T21:18:04.460Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31982026-03-17T21:18:04.546Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31992026-03-17T21:18:04.773Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32002026-03-17T21:18:05.459Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32012026-03-17T21:18:05.715Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32022026-03-17T21:18:06.184Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32032026-03-17T21:18:06.411Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32042026-03-17T21:18:06.457Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32052026-03-17T21:18:07.121Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32062026-03-17T21:18:07.196Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32072026-03-17T21:18:07.415Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32082026-03-17T21:18:07.989Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32092026-03-17T21:18:08.307Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32102026-03-17T21:18:09.153Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32112026-03-17T21:18:10.550Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32122026-03-17T21:18:11.054Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-03-17T21:18:12.132Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142026-03-17T21:18:17.067Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32152026-03-17T21:18:17.865Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32162026-03-17T21:18:18.516Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32172026-03-17T21:18:19.423Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-03-17T21:18:20.282Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32192026-03-17T21:18:23.141Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32202026-03-17T21:18:24.979Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32212026-03-17T21:18:25.799Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32222026-03-17T21:18:26.523Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32232026-03-17T21:18:27.012Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32242026-03-17T21:18:30.957Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32252026-03-17T21:18:31.507Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32262026-03-17T21:18:32.213Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32272026-03-17T21:18:32.314Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32282026-03-17T21:18:33.265Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32292026-03-17T21:18:33.394Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32302026-03-17T21:18:34.021Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32312026-03-17T21:18:37.510Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32322026-03-17T21:18:41.264Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32332026-03-17T21:18:42.327Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32342026-03-17T21:18:44.728Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32352026-03-17T21:18:45.713Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32362026-03-17T21:18:47.127Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32372026-03-17T21:18:47.872Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32382026-03-17T21:18:49.076Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32392026-03-17T21:18:50.319Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32402026-03-17T21:18:51.297Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32412026-03-17T21:18:52.414Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32422026-03-17T21:18:52.444Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32432026-03-17T21:18:53.687Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32442026-03-17T21:18:54.780Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32452026-03-17T21:18:58.678Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32462026-03-17T21:19:03.301Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32472026-03-17T21:19:04.184Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32482026-03-17T21:19:05.911Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32492026-03-17T21:19:06.570Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32502026-03-17T21:19:08.120Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32512026-03-17T21:19:11.603Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32522026-03-17T21:19:12.410Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32532026-03-17T21:19:13.350Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32542026-03-17T21:19:15.037Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32552026-03-17T21:19:16.718Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32562026-03-17T21:19:19.867Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32572026-03-17T21:19:21.045Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32582026-03-17T21:19:22.768Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32592026-03-17T21:19:25.015Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32602026-03-17T21:19:26.901Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32612026-03-17T21:19:29.904Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32622026-03-17T21:19:31.542Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32632026-03-17T21:19:33.599Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32642026-03-17T21:19:36.328Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32652026-03-17T21:19:38.414Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32662026-03-17T21:19:43.265Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32672026-03-17T21:19:45.803Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32682026-03-17T21:19:45.839Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32692026-03-17T21:19:48.297Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32702026-03-17T21:19:50.698Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32712026-03-17T21:19:53.206Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32722026-03-17T21:19:55.724Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32732026-03-17T21:19:58.561Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32742026-03-17T21:20:01.018Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32752026-03-17T21:20:03.909Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32762026-03-17T21:20:06.042Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32772026-03-17T21:20:08.568Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32782026-03-17T21:20:10.992Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32792026-03-17T21:20:13.475Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32802026-03-17T21:20:15.895Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32812026-03-17T21:20:18.013Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32822026-03-17T21:20:20.923Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32832026-03-17T21:20:23.156Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32842026-03-17T21:20:25.625Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32852026-03-17T21:20:28.142Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32862026-03-17T21:20:30.740Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32872026-03-17T21:20:33.357Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32882026-03-17T21:20:35.887Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32892026-03-17T21:20:38.412Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32902026-03-17T21:20:41.537Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32912026-03-17T21:20:43.798Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32922026-03-17T21:20:46.452Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32932026-03-17T21:20:49.122Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32942026-03-17T21:20:51.738Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32952026-03-17T21:20:58.876Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32962026-03-17T21:20:59.998Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32972026-03-17T21:21:03.051Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32982026-03-17T21:21:05.840Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32992026-03-17T21:21:08.707Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33002026-03-17T21:21:11.563Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33012026-03-17T21:21:14.299Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33022026-03-17T21:21:17.267Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33032026-03-17T21:21:20.277Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33042026-03-17T21:21:22.944Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33052026-03-17T21:21:25.911Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33062026-03-17T21:21:29.279Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33072026-03-17T21:21:31.788Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33082026-03-17T21:21:35.242Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33092026-03-17T21:21:37.729Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33102026-03-17T21:21:40.494Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33112026-03-17T21:21:43.345Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33122026-03-17T21:21:46.353Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33132026-03-17T21:21:49.179Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33142026-03-17T21:21:52.546Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33152026-03-17T21:21:55.310Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33162026-03-17T21:21:58.428Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33172026-03-17T21:22:01.577Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33182026-03-17T21:22:04.499Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33192026-03-17T21:22:07.631Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33202026-03-17T21:22:10.715Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33212026-03-17T21:22:13.726Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33222026-03-17T21:22:16.739Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-03-17T21:22:19.859Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33242026-03-17T21:22:22.795Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33252026-03-17T21:22:25.913Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33262026-03-17T21:22:29.048Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33272026-03-17T21:22:32.224Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33282026-03-17T21:22:35.323Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33292026-03-17T21:22:38.542Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33302026-03-17T21:22:41.852Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33312026-03-17T21:22:45.026Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33322026-03-17T21:22:48.185Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33332026-03-17T21:22:51.323Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33342026-03-17T21:22:54.517Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33352026-03-17T21:22:57.813Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33362026-03-17T21:23:01.088Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33372026-03-17T21:23:04.170Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33382026-03-17T21:23:07.971Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33392026-03-17T21:23:16.969Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33402026-03-17T21:23:17.060Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33412026-03-17T21:23:21.267Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33422026-03-17T21:23:25.418Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33432026-03-17T21:23:31.477Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33442026-03-17T21:23:34.947Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33452026-03-17T21:23:39.580Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33462026-03-17T21:23:44.165Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33472026-03-17T21:23:48.832Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33482026-03-17T21:23:53.495Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33492026-03-17T21:23:58.096Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33502026-03-17T21:24:02.854Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33512026-03-17T21:24:07.576Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33522026-03-17T21:24:12.123Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33532026-03-17T21:24:16.746Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33542026-03-17T21:24:21.517Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33552026-03-17T21:24:26.103Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33562026-03-17T21:24:30.807Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33572026-03-17T21:24:35.441Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33582026-03-17T21:24:40.237Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33592026-03-17T21:24:44.812Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33602026-03-17T21:24:49.423Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33612026-03-17T21:24:54.136Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33622026-03-17T21:25:31.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 15s
33632026-03-17T21:25:31.825Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33642026-03-17T21:25:31.950Z
33652026-03-17T21:25:31.953Zreal 8:15.602645614
33662026-03-17T21:25:31.953Zuser 24:05.683841731
33672026-03-17T21:25:31.953Zsys 4:34.023205568
33682026-03-17T21:25:31.953Ztrap 0.415966793
33692026-03-17T21:25:31.953Ztflt 0.062599563
33702026-03-17T21:25:31.953Zdflt 0.011171370
33712026-03-17T21:25:31.953Zkflt 0.000092199
33722026-03-17T21:25:31.953Zlock 7:28:23.617410731
33732026-03-17T21:25:31.953Zslp 2:44:37.836665770
33742026-03-17T21:25:31.953Zlat 35.582752523
33752026-03-17T21:25:31.954Zstop 2:01.921787250
33762026-03-17T21:25:31.954Zprocess exited: duration 1091641 ms, exit code 0
 
33772026-03-17T21:25:31.961Zfound 0 output files