01KM204SM4QETP5PAPVB4V5FJA: clippy (helios)

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

Buildomat Job: 01KM2061B59YHRW6P6968N1169

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T02:54:33.775Zjob assigned to worker 01KM205RJ1C1K9ZS1YKC35RXVX [factory aws, i-0b9ae81a7f2df236a] (queued for 1 m 13 s)
 
22026-03-19T02:54:41.015Zstarting task 0: "setup"
32026-03-19T02:54:41.020Z++ uname -s
42026-03-19T02:54:41.023Z+ kern=SunOS
52026-03-19T02:54:41.023Z+ build_user=build
62026-03-19T02:54:41.023Z+ build_uid=12345
72026-03-19T02:54:41.023Z+ work_dir=/work
82026-03-19T02:54:41.023Z+ input_dir=/input
92026-03-19T02:54:41.023Z+ [[ 0 == 12345 ]]
102026-03-19T02:54:41.023Z+ case "$kern" in
112026-03-19T02:54:41.023Z+ groupadd -g 12345 build
122026-03-19T02:54:41.026Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T02:54:43.030Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T02:54:43.129Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T02:54:43.133Z+ home_fs=zfs
162026-03-19T02:54:43.133Z+ [[ zfs == autofs ]]
172026-03-19T02:54:43.133Z+ mkdir -p /home/build
182026-03-19T02:54:43.133Z+ chown build:build /home/build /work
192026-03-19T02:54:45.134Z+ chmod 0700 /home/build /work
202026-03-19T02:54:45.137Zprocess exited: duration 4125 ms, exit code 0
 
212026-03-19T02:54:45.143Zstarting task 1: "rust-toolchain"
222026-03-19T02:54:45.147Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T02:54:45.147Z * rust toolchain channel = "1.94.0"
242026-03-19T02:54:45.147Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-19T02:54:45.147Z * rust toolchain profile = "default"
262026-03-19T02:54:45.147Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T02:54:45.150Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T02:54:45.150Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T02:54:45.150Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T02:54:45.242Zinfo: downloading installer
312026-03-19T02:54:46.675Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T02:54:46.675Zwarn: /opt/ooce/bin
332026-03-19T02:54:46.675Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T02:54:46.675Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T02:54:46.675Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T02:54:46.675Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T02:54:46.675Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T02:54:46.675Zerror: cannot install while Rust is installed
392026-03-19T02:54:46.675Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T02:54:46.675Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T02:54:46.675Zwarn: /home/build/.rustup/settings.toml
422026-03-19T02:54:46.675Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T02:54:46.675Zwarn: instead of the one inferred from the default host triple.
442026-03-19T02:54:46.690Zinfo: profile set to default
452026-03-19T02:54:46.690Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T02:54:46.693Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T02:54:46.854Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T02:54:46.859Zinfo: downloading 6 components
492026-03-19T02:55:02.562Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T02:55:02.562Z
512026-03-19T02:55:02.594Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T02:55:02.594Z
532026-03-19T02:55:02.598Z
542026-03-19T02:55:02.598ZRust is installed now. Great!
552026-03-19T02:55:02.598Z
562026-03-19T02:55:02.598ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T02:55:02.598Zenvironment variable. This has not been done automatically.
582026-03-19T02:55:02.598Z
592026-03-19T02:55:02.598ZTo configure your current shell, you need to source
602026-03-19T02:55:02.599Zthe corresponding env file under $HOME/.cargo.
612026-03-19T02:55:02.599Z
622026-03-19T02:55:02.599ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T02:55:02.599Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T02:55:02.599Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T02:55:02.599Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T02:55:02.599Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T02:55:02.599Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T02:55:02.599Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T02:55:02.599Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T02:55:02.600Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T02:55:02.682Z+ rustup --version
722026-03-19T02:55:02.693Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T02:55:02.696Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T02:55:02.722Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T02:55:02.726Z+ cargo --version
762026-03-19T02:55:02.737Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T02:55:02.740Z+ rustc --version
782026-03-19T02:55:02.765Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T02:55:02.768Zprocess exited: duration 17634 ms, exit code 0
 
802026-03-19T02:55:02.774Zstarting task 2: "authentication"
812026-03-19T02:55:02.794Zprocess exited: duration 19 ms, exit code 0
 
822026-03-19T02:55:02.801Zstarting task 3: "clone repository"
832026-03-19T02:55:02.805Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T02:55:02.808Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T02:55:02.848ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T02:55:13.099Z+ cd /work/oxidecomputer/omicron
872026-03-19T02:55:13.099Z+ git fetch origin c25bd4730482dd201d6f90be3ed151187886ee4e
882026-03-19T02:55:13.435ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T02:55:13.435Z * branch c25bd4730482dd201d6f90be3ed151187886ee4e -> FETCH_HEAD
902026-03-19T02:55:13.446Z+ [[ -n mergeconflict/fm-sb-schema ]]
912026-03-19T02:55:13.450Z++ git branch --show-current
922026-03-19T02:55:13.450Z+ current=main
932026-03-19T02:55:13.450Z+ [[ main != mergeconflict/fm-sb-schema ]]
942026-03-19T02:55:13.450Z+ git branch -f mergeconflict/fm-sb-schema c25bd4730482dd201d6f90be3ed151187886ee4e
952026-03-19T02:55:13.453Z+ git checkout -f mergeconflict/fm-sb-schema
962026-03-19T02:55:13.783ZSwitched to branch 'mergeconflict/fm-sb-schema'
972026-03-19T02:55:13.786Z+ git reset --hard c25bd4730482dd201d6f90be3ed151187886ee4e
982026-03-19T02:55:13.802ZHEAD is now at c25bd4730 schema: add fm_support_bundle_request table, per-variant data selection tables, and fm_case_id on support_bundle
992026-03-19T02:55:13.809Zprocess exited: duration 11008 ms, exit code 0
 
1002026-03-19T02:55:13.816Zstarting task 4: "build"
1012026-03-19T02:55:13.820Z+ source ./env.sh
1022026-03-19T02:55:13.823Z++ OLD_SHELL_OPTS=ehxB
1032026-03-19T02:55:13.823Z++ set -o xtrace
1042026-03-19T02:55:13.823Z++++ dirname ./env.sh
1052026-03-19T02:55:13.827Z+++ readlink -f .
1062026-03-19T02:55:13.828Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-19T02:55:13.828Z++ 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-19T02:55:13.828Z++ 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-19T02:55:13.828Z++ 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-19T02:55:13.828Z++ 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-19T02:55:13.828Z++ 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-19T02:55:13.828Z++ 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-19T02:55:13.828Z++ 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-19T02:55:13.828Z++ 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-19T02:55:13.828Z++ case $OLD_SHELL_OPTS in
1162026-03-19T02:55:13.828Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-19T02:55:13.828Z+ source .github/buildomat/ci-env.sh
1182026-03-19T02:55:13.828Z++ export CARGO_TERM_COLOR=always
1192026-03-19T02:55:13.828Z++ CARGO_TERM_COLOR=always
1202026-03-19T02:55:13.828Z+ cargo --version
1212026-03-19T02:55:13.838Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-19T02:55:13.842Z+ rustc --version
1232026-03-19T02:55:13.865Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-19T02:55:13.868Z+ banner prerequisites
1252026-03-19T02:55:13.871Z
1262026-03-19T02:55:13.871Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-19T02:55:13.871Z # # # # # # # # # # # # # # #
1282026-03-19T02:55:13.871Z # # # # ##### # # ##### # # # # # #### #
1292026-03-19T02:55:13.872Z ##### ##### # ##### # # # # # # # # #
1302026-03-19T02:55:13.872Z # # # # # # # # # # # # # # #
1312026-03-19T02:55:13.872Z # # # ###### # # ###### ### # #### # #### #
1322026-03-19T02:55:13.872Z
1332026-03-19T02:55:13.872Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-19T02:55:23.771Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-19T02:55:33.672Z Startup: Caching catalogs ... Done
1362026-03-19T02:55:55.842ZPlanning: Solver setup ... Done (20.789s)
1372026-03-19T02:55:56.073ZPlanning: Running solver ... Done (0.153s)
1382026-03-19T02:55:56.200ZPlanning: Finding local manifests ... Done (0.002s)
1392026-03-19T02:55:56.200ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-19T02:55:56.288ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-19T02:55:56.338ZPlanning: Package planning ... Done (0.043s)
1422026-03-19T02:55:56.374ZPlanning: Merging actions ... Done (0.043s)
1432026-03-19T02:55:56.629ZPlanning: Checking for conflicting actions ... Done (0.238s)
1442026-03-19T02:55:56.645ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-19T02:55:57.593ZPlanning: Evaluating mediators ... Done (0.774s)
1462026-03-19T02:55:57.666ZPlanning: Planning completed in 23.63 seconds
1472026-03-19T02:55:57.666Z Packages to install: 4
1482026-03-19T02:55:57.666Z Mediators to change: 2
1492026-03-19T02:55:57.666Z Services to change: 1
1502026-03-19T02:55:57.666Z Estimated space available: 155.43 GB
1512026-03-19T02:55:57.666ZEstimated space to be consumed: 1.83 GB
1522026-03-19T02:55:57.666Z Create boot environment: No
1532026-03-19T02:55:57.666ZCreate backup boot environment: No
1542026-03-19T02:55:57.666Z Rebuild boot archive: No
1552026-03-19T02:55:57.666Z
1562026-03-19T02:55:57.666ZChanged mediators:
1572026-03-19T02:55:57.667Z mediator clang:
1582026-03-19T02:55:57.667Z version: None -> 15 (system default)
1592026-03-19T02:55:57.667Z
1602026-03-19T02:55:57.667Z mediator llvm:
1612026-03-19T02:55:57.667Z version: 14 (system default) -> 15 (system default)
1622026-03-19T02:55:57.667Z
1632026-03-19T02:55:57.667ZChanged packages:
1642026-03-19T02:55:57.667Zhelios-dev
1652026-03-19T02:55:57.667Z developer/build-essential
1662026-03-19T02:55:57.667Z None -> 11-2.0
1672026-03-19T02:55:57.667Z library/libxmlsec1
1682026-03-19T02:55:57.668Z None -> 1.2.35-2.0
1692026-03-19T02:55:57.668Z ooce/developer/clang-15
1702026-03-19T02:55:57.668Z None -> 15.0.7-2.0
1712026-03-19T02:55:57.669Z ooce/developer/llvm-15
1722026-03-19T02:55:57.669Z None -> 15.0.7-2.0
1732026-03-19T02:55:57.671Z
1742026-03-19T02:55:57.671ZServices:
1752026-03-19T02:55:57.671Z restart_fmri:
1762026-03-19T02:55:57.671Z svc:/system/update-man-index:default
1772026-03-19T02:55:57.671Z
1782026-03-19T02:55:57.671ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-19T02:56:02.514ZDownload: 1015/3290 items 19.5/212.6MB 9% complete (4.0M/s)
1802026-03-19T02:56:07.667ZDownload: 1474/3290 items 116.1/212.6MB 54% complete (11.7M/s)
1812026-03-19T02:56:13.374ZDownload: 2221/3290 items 119.2/212.6MB 56% complete (10.3M/s)
1822026-03-19T02:56:34.583ZDownload: 2222/3290 items 119.2/212.6MB 56% complete
1832026-03-19T02:56:39.698ZDownload: 2706/3290 items 120.5/212.6MB 56% complete (255k/s)
1842026-03-19T02:56:51.119ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (9.8M/s)
1852026-03-19T02:56:54.876ZDownload: Completed 212.60 MB in 57.40 seconds (3.7M/s)
1862026-03-19T02:56:54.996Z Actions: 1/3689 actions (Installing new actions)
1872026-03-19T02:56:59.114Z Actions: Completed 3689 actions in 4.10 seconds.
1882026-03-19T02:56:59.473Z Done (0.368s)
1892026-03-19T02:56:59.473Z Done (0.000s)
1902026-03-19T02:57:00.514Z Done (1.019s)
1912026-03-19T02:57:04.553Z Done (3.728s)
1922026-03-19T02:57:04.634Z Done (0.018s)
1932026-03-19T02:57:04.638Z Done (0.000s)
1942026-03-19T02:57:04.843Z Done (0.000s)
1952026-03-19T02:57:05.810ZPlanning: Evaluating mediator changes ... Done
1962026-03-19T02:57:05.969ZPlanning: Checking for conflicting actions ... Done
1972026-03-19T02:57:06.043ZPlanning: Consolidating action changes ... Done
1982026-03-19T02:57:06.205ZPlanning: Evaluating mediators ... Done
1992026-03-19T02:57:06.307ZPlanning: Planning completed in 0.36 seconds
2002026-03-19T02:57:06.307Z Mediators to change: 2
2012026-03-19T02:57:06.307Z Create boot environment: No
2022026-03-19T02:57:06.307ZCreate backup boot environment: No
2032026-03-19T02:57:06.358Z Done
2042026-03-19T02:57:06.358Z Done
2052026-03-19T02:57:06.992Z Done
2062026-03-19T02:57:10.285Z Done
2072026-03-19T02:57:10.387Z Done
2082026-03-19T02:57:10.395Z Done
2092026-03-19T02:57:10.544Z Done
2102026-03-19T02:57:11.073ZPlanning: Evaluating mediator changes ... Done
2112026-03-19T02:57:11.137ZPlanning: Merging actions ... Done
2122026-03-19T02:57:11.217ZPlanning: Checking for conflicting actions ... Done
2132026-03-19T02:57:11.237ZPlanning: Consolidating action changes ... Done
2142026-03-19T02:57:11.435ZPlanning: Evaluating mediators ... Done
2152026-03-19T02:57:11.486ZPlanning: Planning completed in 0.64 seconds
2162026-03-19T02:57:11.527Z Packages to change: 1
2172026-03-19T02:57:11.527Z Mediators to change: 1
2182026-03-19T02:57:11.559Z Services to change: 1
2192026-03-19T02:57:11.559Z Create boot environment: No
2202026-03-19T02:57:11.559ZCreate backup boot environment: Yes
2212026-03-19T02:57:14.117Z Actions: 1/6 actions (Updating modified actions)
2222026-03-19T02:57:14.121Z Actions: Completed 6 actions in 0.00 seconds.
2232026-03-19T02:57:14.122Z Done
2242026-03-19T02:57:14.122Z Done
2252026-03-19T02:57:14.311Z Done
2262026-03-19T02:57:17.610Z Done
2272026-03-19T02:57:17.662Z Done
2282026-03-19T02:57:17.667Z Done
2292026-03-19T02:57:17.819Z Done
2302026-03-19T02:57:18.196ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-03-19T02:57:18.196Zclang system 15 system
2322026-03-19T02:57:18.196Zcsh system system illumos
2332026-03-19T02:57:18.196Zctags system system illumos
2342026-03-19T02:57:18.196Zfile system system illumos
2352026-03-19T02:57:18.196Zgcc vendor 12 vendor
2362026-03-19T02:57:18.196Zgcc system 10 system
2372026-03-19T02:57:18.196Zgcc system 7 system
2382026-03-19T02:57:18.197Zgo system 1.20 system
2392026-03-19T02:57:18.197Zgo system 1.19 system
2402026-03-19T02:57:18.197Zllvm system 15 system
2412026-03-19T02:57:18.197Zllvm system 14 system
2422026-03-19T02:57:18.197Zmariadb system 10.6 system
2432026-03-19T02:57:18.197Zmta vendor vendor dma
2442026-03-19T02:57:18.198Zopenjdk system 17 system
2452026-03-19T02:57:18.198Zopenjdk system 11 system
2462026-03-19T02:57:18.198Zopenjdk system 1.8 system
2472026-03-19T02:57:18.198Zopenssl vendor 3 vendor
2482026-03-19T02:57:18.198Zperl system 5.36 system
2492026-03-19T02:57:18.198Zpostgresql system 15 system
2502026-03-19T02:57:18.198Zpostgresql system 13 system
2512026-03-19T02:57:18.198Zpython vendor 3 vendor
2522026-03-19T02:57:18.198Zpython system 2 system
2532026-03-19T02:57:18.198Zpython3 system 3.11 system
2542026-03-19T02:57:18.198Zruby system 3.0 system
2552026-03-19T02:57:18.198Zwords vendor vendor american-english
2562026-03-19T02:57:18.198Zwords system system australian-english
2572026-03-19T02:57:18.198Zwords system system british-english
2582026-03-19T02:57:18.198Zwords system system canadian-english
2592026-03-19T02:57:18.198Zwords system system french
2602026-03-19T02:57:18.198Zwords system system italian
2612026-03-19T02:57:18.198Zwords system system ngerman
2622026-03-19T02:57:18.198Zwords system system ogerman
2632026-03-19T02:57:18.198Zwords system system spanish
2642026-03-19T02:57:18.501ZPUBLISHER TYPE STATUS P LOCATION
2652026-03-19T02:57:18.501Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-03-19T02:57:28.575ZFMRI IFO
2672026-03-19T02:57:28.575Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-03-19T02:57:28.575Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-03-19T02:57:28.575Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-03-19T02:57:28.575Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-03-19T02:57:28.576Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-03-19T02:57:28.576Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-03-19T02:57:28.576Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742026-03-19T02:57:28.576Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-03-19T02:57:28.576Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-03-19T02:57:28.576Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-03-19T02:57:28.576Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-03-19T02:57:28.576Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-03-19T02:57:28.576Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-03-19T02:57:28.576Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-03-19T02:57:28.576Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-03-19T02:57:28.576Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-03-19T02:57:28.940Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-03-19T02:57:28.940Z Updating crates.io index
2852026-03-19T02:57:28.940Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-03-19T02:57:29.087Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-03-19T02:57:29.087Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-03-19T02:57:29.087Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-03-19T02:57:29.087Z Updating git repository `https://github.com/oxidecomputer/falcon`
2902026-03-19T02:57:38.049Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912026-03-19T02:57:41.079Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922026-03-19T02:57:45.667Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932026-03-19T02:57:47.977Z Updating git repository `https://github.com/oxidecomputer/opte`
2942026-03-19T02:57:48.694Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952026-03-19T02:57:49.064Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-03-19T02:57:52.531Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-03-19T02:57:52.985Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-03-19T02:57:53.380Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-03-19T02:57:53.681Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-03-19T02:57:54.708Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-03-19T02:57:55.595Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-03-19T02:57:55.966Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-03-19T02:57:56.500Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-03-19T02:57:56.805Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-03-19T02:57:57.174Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-03-19T02:57:57.394Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-03-19T02:57:57.604Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-03-19T02:57:58.032Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-03-19T02:57:58.371Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-03-19T02:57:59.225Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-03-19T02:57:59.615Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-03-19T02:57:59.981Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-03-19T02:58:00.218Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-03-19T02:58:01.436Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-03-19T02:58:01.696Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-03-19T02:58:02.833Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-03-19T02:58:03.164Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-03-19T02:58:03.521Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-03-19T02:58:03.983Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-03-19T02:58:04.741Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-03-19T02:58:05.015Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-03-19T02:58:05.419Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-03-19T02:58:20.075Z Downloading crates ...
3242026-03-19T02:58:20.152Z Downloaded anstream v0.6.21
3252026-03-19T02:58:20.156Z Downloaded is_terminal_polyfill v1.70.2
3262026-03-19T02:58:20.156Z Downloaded clap_lex v1.0.0
3272026-03-19T02:58:20.156Z Downloaded erased-serde v0.4.9
3282026-03-19T02:58:20.156Z Downloaded serde_derive v1.0.228
3292026-03-19T02:58:20.156Z Downloaded ordered-float v2.10.1
3302026-03-19T02:58:20.156Z Downloaded icu_provider v2.1.1
3312026-03-19T02:58:20.161Z Downloaded displaydoc v0.2.5
3322026-03-19T02:58:20.161Z Downloaded utf8_iter v1.0.4
3332026-03-19T02:58:20.166Z Downloaded autocfg v1.5.0
3342026-03-19T02:58:20.166Z Downloaded pest_derive v2.8.6
3352026-03-19T02:58:20.173Z Downloaded tabled v0.15.0
3362026-03-19T02:58:20.182Z Downloaded cargo_toml v0.21.0
3372026-03-19T02:58:20.185Z Downloaded anstyle v1.0.13
3382026-03-19T02:58:20.185Z Downloaded camino-tempfile v1.4.1
3392026-03-19T02:58:20.192Z Downloaded unicode-ident v1.0.24
3402026-03-19T02:58:20.196Z Downloaded getrandom v0.4.1
3412026-03-19T02:58:20.200Z Downloaded equivalent v1.0.2
3422026-03-19T02:58:20.200Z Downloaded icu_locale_core v2.1.1
3432026-03-19T02:58:20.206Z Downloaded thread-id v4.2.2
3442026-03-19T02:58:20.210Z Downloaded crypto-common v0.1.7
3452026-03-19T02:58:20.210Z Downloaded clap_builder v4.5.60
3462026-03-19T02:58:20.218Z Downloaded cargo-platform v0.2.0
3472026-03-19T02:58:20.218Z Downloaded clap_derive v4.5.55
3482026-03-19T02:58:20.218Z Downloaded goblin v0.8.2
3492026-03-19T02:58:20.223Z Downloaded fastrand v2.3.0
3502026-03-19T02:58:20.223Z Downloaded log v0.4.29
3512026-03-19T02:58:20.223Z Downloaded zerofrom-derive v0.1.6
3522026-03-19T02:58:20.223Z Downloaded heck v0.5.0
3532026-03-19T02:58:20.227Z Downloaded unicode-width v0.1.14
3542026-03-19T02:58:20.232Z Downloaded serde_tokenstream v0.2.3
3552026-03-19T02:58:20.232Z Downloaded memmap v0.7.0
3562026-03-19T02:58:20.232Z Downloaded swrite v0.1.0
3572026-03-19T02:58:20.232Z Downloaded itoa v1.0.17
3582026-03-19T02:58:20.236Z Downloaded dtrace-parser v0.2.0
3592026-03-19T02:58:20.236Z Downloaded url v2.5.8
3602026-03-19T02:58:20.240Z Downloaded typeid v1.0.3
3612026-03-19T02:58:20.240Z Downloaded toml_edit v0.22.27
3622026-03-19T02:58:20.247Z Downloaded typenum v1.19.0
3632026-03-19T02:58:20.247Z Downloaded terminal_size v0.4.3
3642026-03-19T02:58:20.247Z Downloaded semver v1.0.27
3652026-03-19T02:58:20.252Z Downloaded byteorder v1.5.0
3662026-03-19T02:58:20.252Z Downloaded winnow v0.7.14
3672026-03-19T02:58:20.258Z Downloaded unicode-xid v0.2.6
3682026-03-19T02:58:20.258Z Downloaded anyhow v1.0.102
3692026-03-19T02:58:20.262Z Downloaded version_check v0.9.5
3702026-03-19T02:58:20.262Z Downloaded toml_write v0.1.2
3712026-03-19T02:58:20.262Z Downloaded zerovec-derive v0.11.2
3722026-03-19T02:58:20.266Z Downloaded toml v0.8.23
3732026-03-19T02:58:20.266Z Downloaded ucd-trie v0.1.7
3742026-03-19T02:58:20.266Z Downloaded generic-array v0.14.7
3752026-03-19T02:58:20.270Z Downloaded zmij v1.0.21
3762026-03-19T02:58:20.270Z Downloaded usdt-impl v0.5.0
3772026-03-19T02:58:20.270Z Downloaded fnv v1.0.7
3782026-03-19T02:58:20.270Z Downloaded usdt v0.5.0
3792026-03-19T02:58:20.270Z Downloaded digest v0.10.7
3802026-03-19T02:58:20.275Z Downloaded yoke-derive v0.8.1
3812026-03-19T02:58:20.275Z Downloaded usdt-attr-macro v0.5.0
3822026-03-19T02:58:20.275Z Downloaded unicode-linebreak v0.1.5
3832026-03-19T02:58:20.275Z Downloaded thiserror v2.0.18
3842026-03-19T02:58:20.284Z Downloaded zerotrie v0.2.3
3852026-03-19T02:58:20.289Z Downloaded zerocopy-derive v0.7.35
3862026-03-19T02:58:20.289Z Downloaded tinystr v0.8.2
3872026-03-19T02:58:20.289Z Downloaded heck v0.4.1
3882026-03-19T02:58:20.289Z Downloaded synstructure v0.13.2
3892026-03-19T02:58:20.289Z Downloaded cargo_metadata v0.21.0
3902026-03-19T02:58:20.289Z Downloaded dof v0.3.0
3912026-03-19T02:58:20.290Z Downloaded colorchoice v1.0.4
3922026-03-19T02:58:20.294Z Downloaded serde_core v1.0.228
3932026-03-19T02:58:20.294Z Downloaded serde_spanned v0.6.9
3942026-03-19T02:58:20.294Z Downloaded scroll v0.12.0
3952026-03-19T02:58:20.294Z Downloaded tempfile v3.25.0
3962026-03-19T02:58:20.299Z Downloaded stable_deref_trait v1.2.1
3972026-03-19T02:58:20.300Z Downloaded anstyle-query v1.1.5
3982026-03-19T02:58:20.300Z Downloaded pretty-hex v0.4.1
3992026-03-19T02:58:20.300Z Downloaded bitflags v2.11.0
4002026-03-19T02:58:20.303Z Downloaded cpufeatures v0.2.17
4012026-03-19T02:58:20.303Z Downloaded form_urlencoded v1.2.2
4022026-03-19T02:58:20.303Z Downloaded proc-macro-error-attr v1.0.4
4032026-03-19T02:58:20.304Z Downloaded potential_utf v0.1.4
4042026-03-19T02:58:20.304Z Downloaded papergrid v0.11.0
4052026-03-19T02:58:20.307Z Downloaded cfg-if v1.0.4
4062026-03-19T02:58:20.307Z Downloaded block-buffer v0.10.4
4072026-03-19T02:58:20.314Z Downloaded thiserror-impl v1.0.69
4082026-03-19T02:58:20.314Z Downloaded anstyle-parse v0.2.7
4092026-03-19T02:58:20.314Z Downloaded tabled_derive v0.7.0
4102026-03-19T02:58:20.318Z Downloaded icu_properties_data v2.1.2
4112026-03-19T02:58:20.326Z Downloaded pest v2.8.6
4122026-03-19T02:58:20.338Z Downloaded plain v0.2.3
4132026-03-19T02:58:20.338Z Downloaded smawk v0.3.2
4142026-03-19T02:58:20.338Z Downloaded serde-value v0.7.0
4152026-03-19T02:58:20.338Z Downloaded scroll_derive v0.12.1
4162026-03-19T02:58:20.344Z Downloaded idna_adapter v1.2.1
4172026-03-19T02:58:20.344Z Downloaded percent-encoding v2.3.2
4182026-03-19T02:58:20.344Z Downloaded cargo-util-schemas v0.8.2
4192026-03-19T02:58:20.345Z Downloaded bytecount v0.6.9
4202026-03-19T02:58:20.345Z Downloaded thiserror v1.0.69
4212026-03-19T02:58:20.345Z Downloaded errno v0.3.14
4222026-03-19T02:58:20.345Z Downloaded macaddr v1.0.1
4232026-03-19T02:58:20.350Z Downloaded quote v1.0.44
4242026-03-19T02:58:20.350Z Downloaded writeable v0.6.2
4252026-03-19T02:58:20.350Z Downloaded utf8parse v0.2.2
4262026-03-19T02:58:20.350Z Downloaded thiserror-impl v2.0.18
4272026-03-19T02:58:20.350Z Downloaded toml_datetime v0.6.11
4282026-03-19T02:58:20.350Z Downloaded serde v1.0.228
4292026-03-19T02:58:20.355Z Downloaded hashbrown v0.16.1
4302026-03-19T02:58:20.359Z Downloaded textwrap v0.16.2
4312026-03-19T02:58:20.359Z Downloaded icu_normalizer_data v2.1.1
4322026-03-19T02:58:20.360Z Downloaded sha2 v0.10.9
4332026-03-19T02:58:20.460Z Downloaded serde-untagged v0.1.9
4342026-03-19T02:58:20.460Z Downloaded smallvec v1.15.1
4352026-03-19T02:58:20.460Z Downloaded proc-macro-error v1.0.4
4362026-03-19T02:58:20.460Z Downloaded pest_generator v2.8.6
4372026-03-19T02:58:20.460Z Downloaded clap v4.5.60
4382026-03-19T02:58:20.460Z Downloaded once_cell v1.21.3
4392026-03-19T02:58:20.460Z Downloaded idna v1.1.0
4402026-03-19T02:58:20.460Z Downloaded unicode-width v0.2.0
4412026-03-19T02:58:20.460Z Downloaded zerofrom v0.1.6
4422026-03-19T02:58:20.460Z Downloaded usdt-macro v0.5.0
4432026-03-19T02:58:20.460Z Downloaded yoke v0.8.1
4442026-03-19T02:58:20.460Z Downloaded litemap v0.8.1
4452026-03-19T02:58:20.460Z Downloaded proc-macro2 v1.0.106
4462026-03-19T02:58:20.460Z Downloaded pest_meta v2.8.6
4472026-03-19T02:58:20.460Z Downloaded zerovec v0.11.5
4482026-03-19T02:58:20.460Z Downloaded num-traits v0.2.19
4492026-03-19T02:58:20.460Z Downloaded icu_normalizer v2.1.1
4502026-03-19T02:58:20.461Z Downloaded camino v1.2.2
4512026-03-19T02:58:20.461Z Downloaded icu_properties v2.1.2
4522026-03-19T02:58:20.461Z Downloaded zerocopy v0.7.35
4532026-03-19T02:58:20.461Z Downloaded memchr v2.8.0
4542026-03-19T02:58:20.461Z Downloaded icu_collections v2.1.1
4552026-03-19T02:58:20.461Z Downloaded indexmap v2.13.0
4562026-03-19T02:58:20.461Z Downloaded serde_json v1.0.149
4572026-03-19T02:58:20.475Z Downloaded syn v1.0.109
4582026-03-19T02:58:20.475Z Downloaded syn v2.0.117
4592026-03-19T02:58:20.490Z Downloaded rustix v1.1.3
4602026-03-19T02:58:20.505Z Downloaded libc v0.2.180
4612026-03-19T02:58:20.689Z Downloaded strsim v0.11.1
4622026-03-19T02:58:20.812Z Downloaded fs-err v3.3.0
4632026-03-19T02:58:20.876Z Compiling proc-macro2 v1.0.106
4642026-03-19T02:58:20.881Z Compiling unicode-ident v1.0.24
4652026-03-19T02:58:20.882Z Compiling quote v1.0.44
4662026-03-19T02:58:20.882Z Compiling serde_core v1.0.228
4672026-03-19T02:58:20.882Z Compiling libc v0.2.180
4682026-03-19T02:58:20.882Z Compiling version_check v0.9.5
4692026-03-19T02:58:20.883Z Compiling stable_deref_trait v1.2.1
4702026-03-19T02:58:20.883Z Compiling serde v1.0.228
4712026-03-19T02:58:21.268Z Compiling memchr v2.8.0
4722026-03-19T02:58:21.294Z Compiling zmij v1.0.21
4732026-03-19T02:58:21.572Z Compiling thiserror v1.0.69
4742026-03-19T02:58:21.618Z Compiling itoa v1.0.17
4752026-03-19T02:58:21.846Z Compiling ucd-trie v0.1.7
4762026-03-19T02:58:21.954Z Compiling autocfg v1.5.0
4772026-03-19T02:58:22.097Z Compiling pest v2.8.6
4782026-03-19T02:58:22.136Z Compiling writeable v0.6.2
4792026-03-19T02:58:22.183Z Compiling litemap v0.8.1
4802026-03-19T02:58:22.346Z Compiling icu_properties_data v2.1.2
4812026-03-19T02:58:22.384Z Compiling icu_normalizer_data v2.1.1
4822026-03-19T02:58:22.542Z Compiling byteorder v1.5.0
4832026-03-19T02:58:22.616Z Compiling rustix v1.1.3
4842026-03-19T02:58:22.870Z Compiling syn v2.0.117
4852026-03-19T02:58:22.945Z Compiling errno v0.3.14
4862026-03-19T02:58:22.969Z Compiling serde_json v1.0.149
4872026-03-19T02:58:23.132Z Compiling bitflags v2.11.0
4882026-03-19T02:58:23.389Z Compiling num-traits v0.2.19
4892026-03-19T02:58:23.428Z Compiling typeid v1.0.3
4902026-03-19T02:58:23.626Z Compiling hashbrown v0.16.1
4912026-03-19T02:58:23.651Z Compiling smallvec v1.15.1
4922026-03-19T02:58:23.766Z Compiling pest_meta v2.8.6
4932026-03-19T02:58:23.876Z Compiling equivalent v1.0.2
4942026-03-19T02:58:24.444Z Compiling thread-id v4.2.2
4952026-03-19T02:58:24.450Z Compiling proc-macro-error-attr v1.0.4
4962026-03-19T02:58:24.450Z Compiling indexmap v2.13.0
4972026-03-19T02:58:24.450Z Compiling usdt-impl v0.5.0
4982026-03-19T02:58:24.450Z Compiling winnow v0.7.14
4992026-03-19T02:58:24.450Z Compiling syn v1.0.109
5002026-03-19T02:58:24.972Z Compiling toml_write v0.1.2
5012026-03-19T02:58:24.978Z Compiling erased-serde v0.4.9
5022026-03-19T02:58:25.232Z Compiling proc-macro-error v1.0.4
5032026-03-19T02:58:25.252Z Compiling utf8_iter v1.0.4
5042026-03-19T02:58:25.460Z Compiling plain v0.2.3
5052026-03-19T02:58:25.469Z Compiling log v0.4.29
5062026-03-19T02:58:25.587Z Compiling camino v1.2.2
5072026-03-19T02:58:25.711Z Compiling thiserror v2.0.18
5082026-03-19T02:58:25.979Z Compiling percent-encoding v2.3.2
5092026-03-19T02:58:26.000Z Compiling utf8parse v0.2.2
5102026-03-19T02:58:26.128Z Compiling getrandom v0.4.1
5112026-03-19T02:58:26.149Z Compiling form_urlencoded v1.2.2
5122026-03-19T02:58:26.228Z Compiling anstyle-parse v0.2.7
5132026-03-19T02:58:26.336Z Compiling ordered-float v2.10.1
5142026-03-19T02:58:26.489Z Compiling terminal_size v0.4.3
5152026-03-19T02:58:26.573Z Compiling synstructure v0.13.2
5162026-03-19T02:58:26.657Z Compiling pest_generator v2.8.6
5172026-03-19T02:58:26.682Z Compiling is_terminal_polyfill v1.70.2
5182026-03-19T02:58:26.769Z Compiling anstyle v1.0.13
5192026-03-19T02:58:26.803Z Compiling cfg-if v1.0.4
5202026-03-19T02:58:26.895Z Compiling pretty-hex v0.4.1
5212026-03-19T02:58:26.922Z Compiling anstyle-query v1.1.5
5222026-03-19T02:58:27.053Z Compiling colorchoice v1.0.4
5232026-03-19T02:58:27.060Z Compiling serde-untagged v0.1.9
5242026-03-19T02:58:27.197Z Compiling anstream v0.6.21
5252026-03-19T02:58:27.373Z Compiling semver v1.0.27
5262026-03-19T02:58:27.407Z Compiling fs-err v3.3.0
5272026-03-19T02:58:28.004Z Compiling anyhow v1.0.102
5282026-03-19T02:58:28.008Z Compiling clap_lex v1.0.0
5292026-03-19T02:58:28.008Z Compiling unicode-width v0.1.14
5302026-03-19T02:58:28.008Z Compiling fnv v1.0.7
5312026-03-19T02:58:28.008Z Compiling heck v0.4.1
5322026-03-19T02:58:28.008Z Compiling strsim v0.11.1
5332026-03-19T02:58:28.008Z Compiling once_cell v1.21.3
5342026-03-19T02:58:28.008Z Compiling fastrand v2.3.0
5352026-03-19T02:58:28.025Z Compiling unicode-xid v0.2.6
5362026-03-19T02:58:28.185Z Compiling heck v0.5.0
5372026-03-19T02:58:28.240Z Compiling bytecount v0.6.9
5382026-03-19T02:58:28.424Z Compiling tempfile v3.25.0
5392026-03-19T02:58:28.436Z Compiling papergrid v0.11.0
5402026-03-19T02:58:28.436Z Compiling clap_builder v4.5.60
5412026-03-19T02:58:28.652Z Compiling memmap v0.7.0
5422026-03-19T02:58:28.780Z Compiling smawk v0.3.2
5432026-03-19T02:58:28.848Z Compiling unicode-width v0.2.0
5442026-03-19T02:58:28.886Z Compiling unicode-linebreak v0.1.5
5452026-03-19T02:58:29.193Z Compiling textwrap v0.16.2
5462026-03-19T02:58:29.240Z Compiling serde_derive v1.0.228
5472026-03-19T02:58:29.413Z Compiling zerofrom-derive v0.1.6
5482026-03-19T02:58:29.436Z Compiling yoke-derive v0.8.1
5492026-03-19T02:58:29.609Z Compiling zerovec-derive v0.11.2
5502026-03-19T02:58:29.807Z Compiling displaydoc v0.2.5
5512026-03-19T02:58:30.350Z Compiling thiserror-impl v1.0.69
5522026-03-19T02:58:30.852Z Compiling zerocopy-derive v0.7.35
5532026-03-19T02:58:31.020Z Compiling pest_derive v2.8.6
5542026-03-19T02:58:31.045Z Compiling scroll_derive v0.12.1
5552026-03-19T02:58:31.300Z Compiling zerofrom v0.1.6
5562026-03-19T02:58:31.473Z Compiling yoke v0.8.1
5572026-03-19T02:58:31.543Z Compiling thiserror-impl v2.0.18
5582026-03-19T02:58:31.720Z Compiling zerovec v0.11.5
5592026-03-19T02:58:31.908Z Compiling zerotrie v0.2.3
5602026-03-19T02:58:31.927Z Compiling zerocopy v0.7.35
5612026-03-19T02:58:32.205Z Compiling dtrace-parser v0.2.0
5622026-03-19T02:58:32.296Z Compiling scroll v0.12.0
5632026-03-19T02:58:32.410Z Compiling tinystr v0.8.2
5642026-03-19T02:58:32.650Z Compiling icu_locale_core v2.1.1
5652026-03-19T02:58:32.731Z Compiling potential_utf v0.1.4
5662026-03-19T02:58:32.737Z Compiling goblin v0.8.2
5672026-03-19T02:58:32.775Z Compiling tabled_derive v0.7.0
5682026-03-19T02:58:32.948Z Compiling icu_collections v2.1.1
5692026-03-19T02:58:33.124Z Compiling clap_derive v4.5.55
5702026-03-19T02:58:33.248Z Compiling camino-tempfile v1.4.1
5712026-03-19T02:58:33.618Z Compiling icu_provider v2.1.1
5722026-03-19T02:58:33.693Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5732026-03-19T02:58:33.972Z Compiling icu_normalizer v2.1.1
5742026-03-19T02:58:33.999Z Compiling icu_properties v2.1.2
5752026-03-19T02:58:34.021Z Compiling toml_datetime v0.6.11
5762026-03-19T02:58:34.025Z Compiling serde_spanned v0.6.9
5772026-03-19T02:58:34.046Z Compiling dof v0.3.0
5782026-03-19T02:58:34.093Z Compiling serde_tokenstream v0.2.3
5792026-03-19T02:58:34.226Z Compiling serde-value v0.7.0
5802026-03-19T02:58:34.359Z Compiling toml_edit v0.22.27
5812026-03-19T02:58:34.582Z Compiling cargo-platform v0.2.0
5822026-03-19T02:58:34.694Z Compiling tabled v0.15.0
5832026-03-19T02:58:34.716Z Compiling macaddr v1.0.1
5842026-03-19T02:58:34.936Z Compiling swrite v0.1.0
5852026-03-19T02:58:35.173Z Compiling idna_adapter v1.2.1
5862026-03-19T02:58:35.273Z Compiling usdt-attr-macro v0.5.0
5872026-03-19T02:58:35.314Z Compiling idna v1.1.0
5882026-03-19T02:58:35.348Z Compiling usdt-macro v0.5.0
5892026-03-19T02:58:35.466Z Compiling clap v4.5.60
5902026-03-19T02:58:35.679Z Compiling url v2.5.8
5912026-03-19T02:58:36.239Z Compiling toml v0.8.23
5922026-03-19T02:58:36.860Z Compiling cargo-util-schemas v0.8.2
5932026-03-19T02:58:36.888Z Compiling usdt v0.5.0
5942026-03-19T02:58:36.888Z Compiling cargo_toml v0.21.0
5952026-03-19T02:58:37.984Z Compiling cargo_metadata v0.21.0
5962026-03-19T02:58:39.294Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-03-19T02:58:42.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
5982026-03-19T02:58:42.349Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-03-19T02:58:43.087Z Downloading crates ...
6002026-03-19T02:58:43.234Z Downloaded der_derive v0.7.3
6012026-03-19T02:58:43.240Z Downloaded foldhash v0.2.0
6022026-03-19T02:58:43.253Z Downloaded float-ord v0.3.2
6032026-03-19T02:58:43.260Z Downloaded derive_builder v0.20.2
6042026-03-19T02:58:43.267Z Downloaded des v0.8.1
6052026-03-19T02:58:43.267Z Downloaded foreign-types v0.5.0
6062026-03-19T02:58:43.267Z Downloaded embedded-io v0.6.1
6072026-03-19T02:58:43.271Z Downloaded float-cmp v0.10.0
6082026-03-19T02:58:43.271Z Downloaded darling_macro v0.21.3
6092026-03-19T02:58:43.271Z Downloaded darling_macro v0.23.0
6102026-03-19T02:58:43.280Z Downloaded defmt-parser v1.0.0
6112026-03-19T02:58:43.280Z Downloaded enum-as-inner v0.6.1
6122026-03-19T02:58:43.280Z Downloaded ed25519 v2.2.3
6132026-03-19T02:58:43.280Z Downloaded foldhash v0.1.5
6142026-03-19T02:58:43.284Z Downloaded darling v0.21.3
6152026-03-19T02:58:43.305Z Downloaded dyn-clone v1.0.20
6162026-03-19T02:58:43.305Z Downloaded drift v0.1.3
6172026-03-19T02:58:43.306Z Downloaded bitflags v1.3.2
6182026-03-19T02:58:43.306Z Downloaded assert_matches v1.5.0
6192026-03-19T02:58:43.306Z Downloaded foreign-types-shared v0.1.1
6202026-03-19T02:58:43.306Z Downloaded dropshot-api-manager-types v0.6.0
6212026-03-19T02:58:43.711Z Downloaded critical-section v1.2.0
6222026-03-19T02:58:43.711Z Downloaded diesel_table_macro_syntax v0.3.0
6232026-03-19T02:58:43.711Z Downloaded dirs-next v2.0.0
6242026-03-19T02:58:43.711Z Downloaded base16ct v0.2.0
6252026-03-19T02:58:43.711Z Downloaded cancel-safe-futures v0.1.5
6262026-03-19T02:58:43.718Z Downloaded convert_case v0.10.0
6272026-03-19T02:58:43.719Z Downloaded daft v0.1.5
6282026-03-19T02:58:43.719Z Downloaded base64ct v1.8.3
6292026-03-19T02:58:43.719Z Downloaded ena v0.14.4
6302026-03-19T02:58:43.719Z Downloaded darling_core v0.21.3
6312026-03-19T02:58:43.719Z Downloaded env_filter v1.0.0
6322026-03-19T02:58:43.719Z Downloaded base64 v0.22.1
6332026-03-19T02:58:43.719Z Downloaded difflib v0.4.0
6342026-03-19T02:58:43.719Z Downloaded defmt v1.0.1
6352026-03-19T02:58:43.719Z Downloaded ecdsa v0.16.9
6362026-03-19T02:58:43.719Z Downloaded dtrace-parser v0.3.0
6372026-03-19T02:58:43.719Z Downloaded ff v0.13.1
6382026-03-19T02:58:43.719Z Downloaded bstr v1.12.1
6392026-03-19T02:58:43.719Z Downloaded darling_core v0.23.0
6402026-03-19T02:58:43.719Z Downloaded dunce v1.0.5
6412026-03-19T02:58:43.719Z Downloaded display-error-chain v0.2.2
6422026-03-19T02:58:43.720Z Downloaded flagset v0.4.7
6432026-03-19T02:58:43.720Z Downloaded cobs v0.3.0
6442026-03-19T02:58:43.720Z Downloaded cipher v0.4.4
6452026-03-19T02:58:43.720Z Downloaded foreign-types-shared v0.3.1
6462026-03-19T02:58:43.720Z Downloaded dsl_auto_type v0.2.0
6472026-03-19T02:58:43.720Z Downloaded atomic-waker v1.1.2
6482026-03-19T02:58:43.720Z Downloaded curve25519-dalek-derive v0.1.1
6492026-03-19T02:58:43.720Z Downloaded cstr-argument v0.1.2
6502026-03-19T02:58:43.720Z Downloaded crucible-workspace-hack v0.1.0
6512026-03-19T02:58:43.720Z Downloaded cfg_aliases v0.1.1
6522026-03-19T02:58:43.720Z Downloaded castaway v0.2.4
6532026-03-19T02:58:43.720Z Downloaded dof v0.4.0
6542026-03-19T02:58:43.720Z Downloaded crc v3.4.0
6552026-03-19T02:58:43.720Z Downloaded bitfield-macros v0.19.4
6562026-03-19T02:58:43.720Z Downloaded bb8 v0.8.6
6572026-03-19T02:58:43.720Z Downloaded aead v0.5.2
6582026-03-19T02:58:43.720Z Downloaded dirs-sys-next v0.1.2
6592026-03-19T02:58:43.720Z Downloaded cargo-platform v0.1.9
6602026-03-19T02:58:43.720Z Downloaded defmt v0.3.100
6612026-03-19T02:58:43.720Z Downloaded debug-ignore v1.0.5
6622026-03-19T02:58:43.720Z Downloaded fixedbitset v0.4.2
6632026-03-19T02:58:43.720Z Downloaded bit-set v0.8.0
6642026-03-19T02:58:43.720Z Downloaded cpufeatures v0.3.0
6652026-03-19T02:58:43.720Z Downloaded endian-type v0.1.2
6662026-03-19T02:58:43.720Z Downloaded ctr v0.9.2
6672026-03-19T02:58:43.720Z Downloaded fixedbitset v0.5.7
6682026-03-19T02:58:43.720Z Downloaded arrayref v0.3.9
6692026-03-19T02:58:43.721Z Downloaded darling_macro v0.20.11
6702026-03-19T02:58:43.721Z Downloaded convert_case v0.4.0
6712026-03-19T02:58:43.721Z Downloaded ciborium-ll v0.2.2
6722026-03-19T02:58:43.721Z Downloaded bitfield-struct v0.6.2
6732026-03-19T02:58:43.721Z Downloaded const_format_proc_macros v0.2.34
6742026-03-19T02:58:43.721Z Downloaded foreign-types-macros v0.2.3
6752026-03-19T02:58:43.721Z Downloaded foreign-types v0.3.2
6762026-03-19T02:58:43.721Z Downloaded derive_more v2.1.1
6772026-03-19T02:58:43.721Z Downloaded futures-task v0.3.32
6782026-03-19T02:58:43.721Z Downloaded fxhash v0.2.1
6792026-03-19T02:58:43.721Z Downloaded chacha20 v0.9.1
6802026-03-19T02:58:43.721Z Downloaded cbc v0.1.2
6812026-03-19T02:58:43.721Z Downloaded globwalk v0.9.1
6822026-03-19T02:58:43.721Z Downloaded gethostname v0.5.0
6832026-03-19T02:58:43.721Z Downloaded camino-tempfile-ext v0.3.3
6842026-03-19T02:58:43.721Z Downloaded erased-serde v0.3.31
6852026-03-19T02:58:43.721Z Downloaded document-features v0.2.12
6862026-03-19T02:58:43.721Z Downloaded derive-ex v0.1.8
6872026-03-19T02:58:43.721Z Downloaded crc32fast v1.5.0
6882026-03-19T02:58:43.721Z Downloaded headers-core v0.3.0
6892026-03-19T02:58:43.721Z Downloaded hash32 v0.3.1
6902026-03-19T02:58:43.721Z Downloaded futures-io v0.3.32
6912026-03-19T02:58:43.721Z Downloaded funty v2.0.0
6922026-03-19T02:58:43.721Z Downloaded fs-err v2.11.0
6932026-03-19T02:58:43.721Z Downloaded find-msvc-tools v0.1.9
6942026-03-19T02:58:43.721Z Downloaded either v1.15.0
6952026-03-19T02:58:43.721Z Downloaded fs_extra v1.3.0
6962026-03-19T02:58:43.721Z Downloaded darling v0.23.0
6972026-03-19T02:58:43.721Z Downloaded env_logger v0.11.9
6982026-03-19T02:58:43.721Z Downloaded futures-executor v0.3.32
6992026-03-19T02:58:43.721Z Downloaded cookie v0.18.1
7002026-03-19T02:58:43.722Z Downloaded git-stub v1.0.0
7012026-03-19T02:58:43.722Z Downloaded hash32 v0.2.1
7022026-03-19T02:58:43.722Z Downloaded hostname v0.3.1
7032026-03-19T02:58:43.722Z Downloaded home v0.5.12
7042026-03-19T02:58:43.722Z Downloaded ghash v0.5.1
7052026-03-19T02:58:43.722Z Downloaded chacha20poly1305 v0.10.1
7062026-03-19T02:58:43.722Z Downloaded bzip2 v0.4.4
7072026-03-19T02:58:43.722Z Downloaded clang-sys v1.8.1
7082026-03-19T02:58:43.722Z Downloaded indent_write v2.2.0
7092026-03-19T02:58:43.722Z Downloaded futures-sink v0.3.32
7102026-03-19T02:58:43.722Z Downloaded async-trait v0.1.89
7112026-03-19T02:58:43.722Z Downloaded console v0.16.2
7122026-03-19T02:58:43.722Z Downloaded hubpack v0.1.2
7132026-03-19T02:58:43.722Z Downloaded ident_case v1.0.1
7142026-03-19T02:58:43.722Z Downloaded globset v0.4.18
7152026-03-19T02:58:43.722Z Downloaded glob v0.3.3
7162026-03-19T02:58:43.722Z Downloaded colored v2.2.0
7172026-03-19T02:58:43.722Z Downloaded crossbeam-utils v0.8.21
7182026-03-19T02:58:43.722Z Downloaded data-encoding v2.10.0
7192026-03-19T02:58:43.722Z Downloaded blake2 v0.10.6
7202026-03-19T02:58:43.722Z Downloaded darling v0.20.11
7212026-03-19T02:58:43.722Z Downloaded hubpack_derive v0.1.1
7222026-03-19T02:58:43.722Z Downloaded http-range v0.1.5
7232026-03-19T02:58:43.722Z Downloaded hex-literal v0.4.1
7242026-03-19T02:58:43.722Z Downloaded indoc v1.0.9
7252026-03-19T02:58:43.722Z Downloaded internet-checksum v0.2.1
7262026-03-19T02:58:43.730Z Downloaded crc-any v2.5.0
7272026-03-19T02:58:43.730Z Downloaded dropshot-api-manager v0.6.0
7282026-03-19T02:58:43.730Z Downloaded highway v1.3.0
7292026-03-19T02:58:43.730Z Downloaded cassowary v0.3.0
7302026-03-19T02:58:43.730Z Downloaded futures-core v0.3.32
7312026-03-19T02:58:43.730Z Downloaded futures-channel v0.3.32
7322026-03-19T02:58:43.730Z Downloaded instant v0.1.13
7332026-03-19T02:58:43.731Z Downloaded blowfish v0.9.1
7342026-03-19T02:58:43.731Z Downloaded cookie_store v0.22.1
7352026-03-19T02:58:43.731Z Downloaded console v0.15.11
7362026-03-19T02:58:43.731Z Downloaded is-terminal v0.4.17
7372026-03-19T02:58:43.731Z Downloaded fatfs v0.3.6
7382026-03-19T02:58:43.731Z Downloaded corncobs v0.1.4
7392026-03-19T02:58:43.731Z Downloaded httpdate v1.0.3
7402026-03-19T02:58:43.731Z Downloaded impl-trait-for-tuples v0.2.3
7412026-03-19T02:58:43.731Z Downloaded lru-slab v0.1.2
7422026-03-19T02:58:43.731Z Downloaded hostname v0.4.2
7432026-03-19T02:58:43.731Z Downloaded http-body-util v0.1.3
7442026-03-19T02:58:43.731Z Downloaded group v0.13.0
7452026-03-19T02:58:43.731Z Downloaded managed v0.8.0
7462026-03-19T02:58:43.731Z Downloaded lru-cache v0.1.2
7472026-03-19T02:58:43.731Z Downloaded lzss v0.8.2
7482026-03-19T02:58:43.731Z Downloaded bytes v1.11.1
7492026-03-19T02:58:43.731Z Downloaded maplit v1.0.2
7502026-03-19T02:58:43.731Z Downloaded md5 v0.7.0
7512026-03-19T02:58:43.731Z Downloaded humantime v2.3.0
7522026-03-19T02:58:43.731Z Downloaded getrandom v0.2.17
7532026-03-19T02:58:43.731Z Downloaded hex v0.4.3
7542026-03-19T02:58:43.732Z Downloaded der v0.7.10
7552026-03-19T02:58:43.732Z Downloaded kstat-rs v0.2.4
7562026-03-19T02:58:43.732Z Downloaded compact_str v0.8.1
7572026-03-19T02:58:43.732Z Downloaded memoffset v0.9.1
7582026-03-19T02:58:43.732Z Downloaded match_cfg v0.1.0
7592026-03-19T02:58:43.732Z Downloaded derive-where v1.6.0
7602026-03-19T02:58:43.732Z Downloaded linked-hash-map v0.5.6
7612026-03-19T02:58:43.733Z Downloaded md-5 v0.10.6
7622026-03-19T02:58:43.733Z Downloaded maybe-uninit v2.0.0
7632026-03-19T02:58:43.733Z Downloaded lazy_static v1.5.0
7642026-03-19T02:58:43.733Z Downloaded arc-swap v1.8.2
7652026-03-19T02:58:43.733Z Downloaded bzip2 v0.6.1
7662026-03-19T02:58:43.733Z Downloaded multimap v0.10.1
7672026-03-19T02:58:43.733Z Downloaded mime v0.3.17
7682026-03-19T02:58:43.733Z Downloaded lalrpop-util v0.19.12
7692026-03-19T02:58:43.733Z Downloaded is_ci v1.2.0
7702026-03-19T02:58:43.733Z Downloaded ipnet v2.11.0
7712026-03-19T02:58:43.733Z Downloaded newline-converter v0.3.0
7722026-03-19T02:58:43.733Z Downloaded lock_api v0.4.14
7732026-03-19T02:58:43.733Z Downloaded ingot v0.1.1
7742026-03-19T02:58:43.733Z Downloaded indoc v2.0.7
7752026-03-19T02:58:43.733Z Downloaded num_enum_derive v0.5.11
7762026-03-19T02:58:43.733Z Downloaded num v0.4.3
7772026-03-19T02:58:43.733Z Downloaded nonempty v0.12.0
7782026-03-19T02:58:43.733Z Downloaded newtype_derive v0.1.6
7792026-03-19T02:58:43.733Z Downloaded backon v1.6.0
7802026-03-19T02:58:43.733Z Downloaded num-derive v0.4.2
7812026-03-19T02:58:43.733Z Downloaded base64 v0.21.7
7822026-03-19T02:58:43.733Z Downloaded httparse v1.10.1
7832026-03-19T02:58:43.733Z Downloaded opaque-debug v0.3.1
7842026-03-19T02:58:43.733Z Downloaded openssl-probe v0.2.1
7852026-03-19T02:58:43.734Z Downloaded olpc-cjson v0.1.4
7862026-03-19T02:58:43.734Z Downloaded normalize-line-endings v0.3.0
7872026-03-19T02:58:43.734Z Downloaded num-derive v0.3.3
7882026-03-19T02:58:43.734Z Downloaded ar_archive_writer v0.5.1
7892026-03-19T02:58:43.734Z Downloaded linear-map v1.2.0
7902026-03-19T02:58:43.734Z Downloaded num_threads v0.1.7
7912026-03-19T02:58:43.734Z Downloaded libefi-sys v0.1.0
7922026-03-19T02:58:43.734Z Downloaded keccak v0.1.6
7932026-03-19T02:58:43.734Z Downloaded lru v0.12.5
7942026-03-19T02:58:43.734Z Downloaded num-conv v0.2.0
7952026-03-19T02:58:43.734Z Downloaded libsw-core v0.3.2
7962026-03-19T02:58:43.734Z Downloaded iana-time-zone v0.1.65
7972026-03-19T02:58:43.734Z Downloaded openssl-probe v0.1.6
7982026-03-19T02:58:43.734Z Downloaded openssl-macros v0.1.1
7992026-03-19T02:58:43.734Z Downloaded nu-ansi-term v0.50.3
8002026-03-19T02:58:43.734Z Downloaded litrs v1.0.0
8012026-03-19T02:58:43.734Z Downloaded libsw v3.5.0
8022026-03-19T02:58:43.734Z Downloaded libloading v0.8.9
8032026-03-19T02:58:43.734Z Downloaded peg-runtime v0.8.5
8042026-03-19T02:58:43.734Z Downloaded oso-derive v0.27.3
8052026-03-19T02:58:43.734Z Downloaded flume v0.11.1
8062026-03-19T02:58:43.735Z Downloaded indexmap v1.9.3
8072026-03-19T02:58:43.735Z Downloaded num-integer v0.1.46
8082026-03-19T02:58:43.735Z Downloaded hickory-client v0.25.2
8092026-03-19T02:58:43.735Z Downloaded getrandom v0.3.4
8102026-03-19T02:58:43.735Z Downloaded hyper-rustls v0.27.7
8112026-03-19T02:58:43.735Z Downloaded pbkdf2 v0.11.0
8122026-03-19T02:58:43.735Z Downloaded native-tls v0.2.18
8132026-03-19T02:58:43.735Z Downloaded multer v3.1.0
8142026-03-19T02:58:43.735Z Downloaded parse-size v1.1.0
8152026-03-19T02:58:43.735Z Downloaded nibble_vec v0.1.0
8162026-03-19T02:58:43.735Z Downloaded num-complex v0.4.6
8172026-03-19T02:58:43.735Z Downloaded path-slash v0.1.5
8182026-03-19T02:58:43.735Z Downloaded parse-display v0.10.0
8192026-03-19T02:58:43.735Z Downloaded newtype-uuid v1.3.2
8202026-03-19T02:58:43.735Z Downloaded nanorand v0.7.0
8212026-03-19T02:58:43.735Z Downloaded ingot-types v0.1.2
8222026-03-19T02:58:43.735Z Downloaded mime_guess v2.0.5
8232026-03-19T02:58:43.735Z Downloaded packed_struct_codegen v0.10.1
8242026-03-19T02:58:43.735Z Downloaded num-rational v0.4.2
8252026-03-19T02:58:43.735Z Downloaded phf_shared v0.11.3
8262026-03-19T02:58:43.741Z Downloaded futures v0.3.32
8272026-03-19T02:58:43.741Z Downloaded phf_shared v0.13.1
8282026-03-19T02:58:43.741Z Downloaded const_format v0.2.35
8292026-03-19T02:58:43.741Z Downloaded diesel_derives v2.3.7
8302026-03-19T02:58:43.741Z Downloaded pin-utils v0.1.0
8312026-03-19T02:58:43.741Z Downloaded ingot-macros v0.1.1
8322026-03-19T02:58:43.741Z Downloaded jobserver v0.1.34
8332026-03-19T02:58:43.741Z Downloaded ignore v0.4.25
8342026-03-19T02:58:43.742Z Downloaded phf_shared v0.12.1
8352026-03-19T02:58:43.742Z Downloaded git-stub-vcs v0.1.0
8362026-03-19T02:58:43.742Z Downloaded owo-colors v4.3.0
8372026-03-19T02:58:43.742Z Downloaded oxide-tokio-rt v0.1.3
8382026-03-19T02:58:43.742Z Downloaded num_enum v0.5.11
8392026-03-19T02:58:43.742Z Downloaded password-hash v0.5.0
8402026-03-19T02:58:43.742Z Downloaded libbz2-rs-sys v0.2.2
8412026-03-19T02:58:43.742Z Downloaded crypto-bigint v0.5.5
8422026-03-19T02:58:43.742Z Downloaded progenitor-macro v0.11.2
8432026-03-19T02:58:43.742Z Downloaded predicates-tree v1.0.13
8442026-03-19T02:58:43.742Z Downloaded pem v3.0.6
8452026-03-19T02:58:43.742Z Downloaded memmap2 v0.9.10
8462026-03-19T02:58:43.742Z Downloaded bumpalo v3.20.2
8472026-03-19T02:58:43.742Z Downloaded packed_struct v0.10.1
8482026-03-19T02:58:43.742Z Downloaded half v2.7.1
8492026-03-19T02:58:43.742Z Downloaded half v1.8.3
8502026-03-19T02:58:43.742Z Downloaded ed25519-dalek v2.2.0
8512026-03-19T02:58:44.153Z Downloaded proc-macro-crate v3.4.0
8522026-03-19T02:58:44.153Z Downloaded predicates-core v1.0.10
8532026-03-19T02:58:44.153Z Downloaded peg-macros v0.8.5
8542026-03-19T02:58:44.164Z Downloaded peg v0.8.5
8552026-03-19T02:58:44.164Z Downloaded psl-types v2.0.11
8562026-03-19T02:58:44.164Z Downloaded proc-macro-error-attr2 v2.0.0
8572026-03-19T02:58:44.164Z Downloaded paste v1.0.15
8582026-03-19T02:58:44.164Z Downloaded heapless v0.7.17
8592026-03-19T02:58:44.164Z Downloaded headers v0.4.1
8602026-03-19T02:58:44.164Z Downloaded pin-project-lite v0.2.17
8612026-03-19T02:58:44.164Z Downloaded progenitor-macro v0.13.0
8622026-03-19T02:58:44.164Z Downloaded rand_chacha v0.3.1
8632026-03-19T02:58:44.164Z Downloaded progenitor-client v0.10.0
8642026-03-19T02:58:44.164Z Downloaded poly1305 v0.8.0
8652026-03-19T02:58:44.164Z Downloaded omicron-zone-package v0.12.2
8662026-03-19T02:58:44.164Z Downloaded phf v0.12.1
8672026-03-19T02:58:44.165Z Downloaded oxnet v0.1.4
8682026-03-19T02:58:44.165Z Downloaded pkcs8 v0.10.2
8692026-03-19T02:58:44.165Z Downloaded indicatif v0.18.4
8702026-03-19T02:58:44.165Z Downloaded rand_xorshift v0.4.0
8712026-03-19T02:58:44.165Z Downloaded parking_lot_core v0.9.12
8722026-03-19T02:58:44.165Z Downloaded expectorate v1.2.0
8732026-03-19T02:58:44.165Z Downloaded phf v0.13.1
8742026-03-19T02:58:44.165Z Downloaded proc-macro-crate v1.3.1
8752026-03-19T02:58:44.165Z Downloaded hmac v0.12.1
8762026-03-19T02:58:44.165Z Downloaded heapless v0.8.0
8772026-03-19T02:58:44.165Z Downloaded ref-cast-impl v1.0.25
8782026-03-19T02:58:44.165Z Downloaded recursive-proc-macro-impl v0.1.1
8792026-03-19T02:58:44.165Z Downloaded hickory-resolver v0.24.4
8802026-03-19T02:58:44.165Z Downloaded pbkdf2 v0.12.2
8812026-03-19T02:58:44.165Z Downloaded derive_more-impl v2.1.1
8822026-03-19T02:58:44.165Z Downloaded proc-macro-error2 v2.0.1
8832026-03-19T02:58:44.165Z Downloaded progenitor-macro v0.10.0
8842026-03-19T02:58:44.165Z Downloaded progenitor-client v0.11.2
8852026-03-19T02:58:44.165Z Downloaded quick-error v1.2.3
8862026-03-19T02:58:44.165Z Downloaded crossbeam-channel v0.5.15
8872026-03-19T02:58:44.165Z Downloaded rfc6979 v0.4.0
8882026-03-19T02:58:44.165Z Downloaded recursive v0.1.1
8892026-03-19T02:58:44.165Z Downloaded progenitor v0.10.0
8902026-03-19T02:58:44.165Z Downloaded pem-rfc7468 v0.7.0
8912026-03-19T02:58:44.165Z Downloaded progenitor-client v0.13.0
8922026-03-19T02:58:44.165Z Downloaded oso v0.27.3
8932026-03-19T02:58:44.165Z Downloaded jiff-static v0.2.21
8942026-03-19T02:58:44.165Z Downloaded papergrid v0.17.0
8952026-03-19T02:58:44.165Z Downloaded rustc_version v0.1.7
8962026-03-19T02:58:44.165Z Downloaded russh-cryptovec v0.7.3
8972026-03-19T02:58:44.165Z Downloaded rand_core v0.9.5
8982026-03-19T02:58:44.165Z Downloaded pkg-config v0.3.32
8992026-03-19T02:58:44.165Z Downloaded hickory-resolver v0.25.2
9002026-03-19T02:58:44.165Z Downloaded rand_seeder v0.4.0
9012026-03-19T02:58:44.165Z Downloaded rand_core v0.10.0
9022026-03-19T02:58:44.165Z Downloaded progenitor v0.11.2
9032026-03-19T02:58:44.165Z Downloaded rustc-hash v2.1.1
9042026-03-19T02:58:44.166Z Downloaded pkcs5 v0.7.1
9052026-03-19T02:58:44.166Z Downloaded rand_core v0.6.4
9062026-03-19T02:58:44.166Z Downloaded aes-gcm v0.10.3
9072026-03-19T02:58:44.166Z Downloaded r2d2 v0.8.10
9082026-03-19T02:58:44.166Z Downloaded rustc_version v0.4.1
9092026-03-19T02:58:44.166Z Downloaded parking_lot v0.11.2
9102026-03-19T02:58:44.166Z Downloaded salsa20 v0.10.2
9112026-03-19T02:58:44.166Z Downloaded pkcs1 v0.7.5
9122026-03-19T02:58:44.166Z Downloaded primeorder v0.13.6
9132026-03-19T02:58:44.166Z Downloaded ref-cast v1.0.25
9142026-03-19T02:58:44.166Z Downloaded radium v0.7.0
9152026-03-19T02:58:44.166Z Downloaded hashbrown v0.13.2
9162026-03-19T02:58:44.166Z Downloaded rand_chacha v0.9.0
9172026-03-19T02:58:44.166Z Downloaded polyval v0.6.2
9182026-03-19T02:58:44.166Z Downloaded pin-project v1.1.11
9192026-03-19T02:58:44.166Z Downloaded secrecy v0.10.3
9202026-03-19T02:58:44.167Z Downloaded parking_lot v0.12.5
9212026-03-19T02:58:44.167Z Downloaded psm v0.1.30
9222026-03-19T02:58:44.167Z Downloaded progenitor v0.13.0
9232026-03-19T02:58:44.167Z Downloaded postcard v1.1.3
9242026-03-19T02:58:44.167Z Downloaded hashbrown v0.12.3
9252026-03-19T02:58:44.167Z Downloaded sapling-renderdag v0.1.0
9262026-03-19T02:58:44.167Z Downloaded postgres-protocol v0.6.10
9272026-03-19T02:58:44.167Z Downloaded secrecy v0.8.0
9282026-03-19T02:58:44.167Z Downloaded same-file v1.0.6
9292026-03-19T02:58:44.167Z Downloaded rtoolbox v0.0.3
9302026-03-19T02:58:44.167Z Downloaded scrypt v0.11.0
9312026-03-19T02:58:44.167Z Downloaded parse-display-derive v0.10.0
9322026-03-19T02:58:44.167Z Downloaded pin-project-internal v1.1.11
9332026-03-19T02:58:44.167Z Downloaded http v1.4.0
9342026-03-19T02:58:44.167Z Downloaded serde_plain v1.0.2
9352026-03-19T02:58:44.167Z Downloaded scopeguard v1.2.0
9362026-03-19T02:58:44.167Z Downloaded postgres-types v0.2.12
9372026-03-19T02:58:44.167Z Downloaded openssl-sys v0.9.111
9382026-03-19T02:58:44.167Z Downloaded sha1 v0.10.6
9392026-03-19T02:58:44.167Z Downloaded serde_bytes v0.11.19
9402026-03-19T02:58:44.167Z Downloaded seq-macro v0.3.6
9412026-03-19T02:58:44.167Z Downloaded semver v0.1.20
9422026-03-19T02:58:44.167Z Downloaded scheduled-thread-pool v0.2.7
9432026-03-19T02:58:44.167Z Downloaded p256 v0.13.2
9442026-03-19T02:58:44.167Z Downloaded rustversion v1.0.22
9452026-03-19T02:58:44.167Z Downloaded quinn-udp v0.5.14
9462026-03-19T02:58:44.167Z Downloaded rustls-pemfile v2.2.0
9472026-03-19T02:58:44.167Z Downloaded rustls-native-certs v0.8.3
9482026-03-19T02:58:44.167Z Downloaded serde_repr v0.1.20
9492026-03-19T02:58:44.167Z Downloaded aes v0.8.4
9502026-03-19T02:58:44.167Z Downloaded resolv-conf v0.7.6
9512026-03-19T02:58:44.167Z Downloaded parking_lot_core v0.8.6
9522026-03-19T02:58:44.167Z Downloaded progenitor-extras v0.1.1
9532026-03-19T02:58:44.168Z Downloaded signal-hook-mio v0.2.5
9542026-03-19T02:58:44.176Z Downloaded rustls-pemfile v1.0.4
9552026-03-19T02:58:44.176Z Downloaded shell-words v1.1.1
9562026-03-19T02:58:44.176Z Downloaded ppv-lite86 v0.2.21
9572026-03-19T02:58:44.176Z Downloaded minimal-lexical v0.2.1
9582026-03-19T02:58:44.176Z Downloaded sigpipe v0.1.3
9592026-03-19T02:58:44.176Z Downloaded signature v2.2.0
9602026-03-19T02:58:44.176Z Downloaded signal-hook-tokio v0.3.1
9612026-03-19T02:58:44.176Z Downloaded serde_urlencoded v0.7.1
9622026-03-19T02:58:44.176Z Downloaded sec1 v0.7.3
9632026-03-19T02:58:44.176Z Downloaded slog-bunyan v2.5.0
9642026-03-19T02:58:44.176Z Downloaded prefix-trie v0.7.0
9652026-03-19T02:58:44.176Z Downloaded russh-keys v0.45.0
9662026-03-19T02:58:44.176Z Downloaded predicates v3.1.4
9672026-03-19T02:58:44.176Z Downloaded progenitor-impl v0.11.2
9682026-03-19T02:58:44.177Z Downloaded slog-envlogger v2.2.0
9692026-03-19T02:58:44.177Z Downloaded siphasher v1.0.2
9702026-03-19T02:58:44.177Z Downloaded progenitor-impl v0.10.0
9712026-03-19T02:58:44.177Z Downloaded serde_derive_internals v0.29.1
9722026-03-19T02:58:44.177Z Downloaded miniz_oxide v0.8.9
9732026-03-19T02:58:44.177Z Downloaded rusty-fork v0.3.1
9742026-03-19T02:58:44.177Z Downloaded shlex v1.3.0
9752026-03-19T02:58:44.177Z Downloaded num_enum v0.7.5
9762026-03-19T02:58:44.177Z Downloaded ssh-cipher v0.2.0
9772026-03-19T02:58:44.177Z Downloaded schemars_derive v0.8.22
9782026-03-19T02:58:44.177Z Downloaded rustls-pki-types v1.14.0
9792026-03-19T02:58:44.177Z Downloaded simd-adler32 v0.3.8
9802026-03-19T02:58:44.177Z Downloaded pretty_assertions v1.4.1
9812026-03-19T02:58:44.177Z Downloaded precomputed-hash v0.1.1
9822026-03-19T02:58:44.177Z Downloaded powerfmt v0.2.0
9832026-03-19T02:58:44.177Z Downloaded itertools v0.10.5
9842026-03-19T02:58:44.177Z Downloaded password-hash v0.4.2
9852026-03-19T02:58:44.177Z Downloaded serde-hex v0.1.0
9862026-03-19T02:58:44.177Z Downloaded serde-big-array v0.5.1
9872026-03-19T02:58:44.177Z Downloaded sqlparser_derive v0.5.0
9882026-03-19T02:58:44.177Z Downloaded scroll v0.13.0
9892026-03-19T02:58:44.177Z Downloaded ssh-encoding v0.2.0
9902026-03-19T02:58:44.177Z Downloaded flate2 v1.1.9
9912026-03-19T02:58:44.177Z Downloaded slog-async v2.8.0
9922026-03-19T02:58:44.177Z Downloaded hyper-util v0.1.20
9932026-03-19T02:58:44.177Z Downloaded structmeta-derive v0.3.0
9942026-03-19T02:58:44.177Z Downloaded libxml v0.3.3
9952026-03-19T02:58:44.177Z Downloaded strum v0.27.2
9962026-03-19T02:58:44.177Z Downloaded strum v0.26.3
9972026-03-19T02:58:44.177Z Downloaded serde_spanned v1.0.4
9982026-03-19T02:58:44.177Z Downloaded signal-hook-registry v1.4.8
9992026-03-19T02:58:44.177Z Downloaded slog-stdlog v4.1.1
10002026-03-19T02:58:44.177Z Downloaded serde_path_to_error v0.1.20
10012026-03-19T02:58:44.177Z Downloaded nodrop v0.1.14
10022026-03-19T02:58:44.177Z Downloaded crossterm v0.28.1
10032026-03-19T02:58:44.178Z Downloaded ipnetwork v0.21.1
10042026-03-19T02:58:44.178Z Downloaded num-iter v0.1.45
10052026-03-19T02:58:44.178Z Downloaded strip-ansi-escapes v0.2.1
10062026-03-19T02:58:44.178Z Downloaded sct v0.7.1
10072026-03-19T02:58:44.178Z Downloaded sync_wrapper v1.0.2
10082026-03-19T02:58:44.178Z Downloaded supports-color v3.0.2
10092026-03-19T02:58:44.178Z Downloaded subtle v2.6.1
10102026-03-19T02:58:44.178Z Downloaded sqlformat v0.3.5
10112026-03-19T02:58:44.178Z Downloaded slab v0.4.12
10122026-03-19T02:58:44.178Z Downloaded rcgen v0.12.1
10132026-03-19T02:58:44.178Z Downloaded progenitor-impl v0.13.0
10142026-03-19T02:58:44.178Z Downloaded crossterm v0.29.0
10152026-03-19T02:58:44.178Z Downloaded prettyplease v0.2.37
10162026-03-19T02:58:44.178Z Downloaded hickory-server v0.25.2
10172026-03-19T02:58:44.178Z Downloaded sync-ptr v0.1.4
10182026-03-19T02:58:44.178Z Downloaded tap v1.0.1
10192026-03-19T02:58:44.178Z Downloaded termtree v0.5.1
10202026-03-19T02:58:44.178Z Downloaded scroll_derive v0.13.1
10212026-03-19T02:58:44.178Z Downloaded smallvec v0.6.14
10222026-03-19T02:58:44.178Z Downloaded testing_table v0.3.0
10232026-03-19T02:58:44.178Z Downloaded slog-scope v4.4.1
10242026-03-19T02:58:44.178Z Downloaded num_enum_derive v0.7.5
10252026-03-19T02:58:44.178Z Downloaded time-core v0.1.8
10262026-03-19T02:58:44.178Z Downloaded stringprep v0.1.5
10272026-03-19T02:58:44.178Z Downloaded slog-json v2.6.1
10282026-03-19T02:58:44.178Z Downloaded rayon-core v1.13.0
10292026-03-19T02:58:44.178Z Downloaded num-bigint v0.4.6
10302026-03-19T02:58:44.178Z Downloaded ron v0.8.1
10312026-03-19T02:58:44.178Z Downloaded take_mut v0.2.2
10322026-03-19T02:58:44.178Z Downloaded stacker v0.1.23
10332026-03-19T02:58:44.178Z Downloaded spki v0.7.3
10342026-03-19T02:58:44.178Z Downloaded smf v0.2.3
10352026-03-19T02:58:44.178Z Downloaded support-bundle-viewer v0.1.2
10362026-03-19T02:58:44.178Z Downloaded strum_macros v0.26.4
10372026-03-19T02:58:44.178Z Downloaded h2 v0.4.13
10382026-03-19T02:58:44.178Z Downloaded thread-id v5.1.0
10392026-03-19T02:58:44.178Z Downloaded thiserror-impl-no-std v2.0.2
10402026-03-19T02:58:44.179Z Downloaded tinyvec_macros v0.1.1
10412026-03-19T02:58:44.179Z Downloaded static_assertions v1.1.0
10422026-03-19T02:58:44.179Z Downloaded slog-dtrace v0.3.0
10432026-03-19T02:58:44.179Z Downloaded aho-corasick v1.1.4
10442026-03-19T02:58:44.179Z Downloaded strum_macros v0.27.2
10452026-03-19T02:58:44.179Z Downloaded serde_with_macros v3.17.0
10462026-03-19T02:58:44.179Z Downloaded rustls-platform-verifier v0.6.2
10472026-03-19T02:58:44.179Z Downloaded structmeta v0.3.0
10482026-03-19T02:58:44.179Z Downloaded crossbeam-epoch v0.9.18
10492026-03-19T02:58:44.179Z Downloaded strum_macros v0.24.3
10502026-03-19T02:58:44.179Z Downloaded ryu v1.0.23
10512026-03-19T02:58:44.179Z Downloaded publicsuffix v2.3.0
10522026-03-19T02:58:44.179Z Downloaded blake3 v1.8.3
10532026-03-19T02:58:44.179Z Downloaded tagptr v0.2.0
10542026-03-19T02:58:44.187Z Downloaded tabwriter v1.4.1
10552026-03-19T02:58:44.187Z Downloaded tabled_derive v0.11.0
10562026-03-19T02:58:44.187Z Downloaded string_cache v0.8.9
10572026-03-19T02:58:44.188Z Downloaded snafu-derive v0.8.9
10582026-03-19T02:58:44.188Z Downloaded tower-layer v0.3.3
10592026-03-19T02:58:44.188Z Downloaded topological-sort v0.2.2
10602026-03-19T02:58:44.188Z Downloaded termios v0.3.3
10612026-03-19T02:58:44.188Z Downloaded quinn v0.11.9
10622026-03-19T02:58:44.188Z Downloaded newtype-uuid-macros v0.1.0
10632026-03-19T02:58:44.188Z Downloaded tokio-dtrace v0.1.1
10642026-03-19T02:58:44.188Z Downloaded nom v7.1.3
10652026-03-19T02:58:44.188Z Downloaded new_debug_unreachable v1.0.6
10662026-03-19T02:58:44.188Z Downloaded spin v0.9.8
10672026-03-19T02:58:44.193Z Downloaded tower-service v0.3.3
10682026-03-19T02:58:44.193Z Downloaded tokio-macros v2.6.0
10692026-03-19T02:58:44.193Z Downloaded thread_local v1.1.9
10702026-03-19T02:58:44.193Z Downloaded tls_codec v0.4.2
10712026-03-19T02:58:44.193Z Downloaded tokio-native-tls v0.3.1
10722026-03-19T02:58:44.193Z Downloaded signal-hook v0.3.18
10732026-03-19T02:58:44.196Z Downloaded tiny-keccak v2.0.2
10742026-03-19T02:58:44.196Z Downloaded serde_cbor v0.11.2
10752026-03-19T02:58:44.200Z Downloaded rustls-webpki v0.103.9
10762026-03-19T02:58:44.204Z Downloaded hashbrown v0.15.5
10772026-03-19T02:58:44.209Z Downloaded unarray v0.1.4
10782026-03-19T02:58:44.209Z Downloaded typify-macro v0.6.1
10792026-03-19T02:58:44.215Z Downloaded usdt-attr-macro v0.6.0
10802026-03-19T02:58:44.215Z Downloaded untrusted v0.7.1
10812026-03-19T02:58:44.215Z Downloaded serde_yaml v0.9.34+deprecated
10822026-03-19T02:58:44.219Z Downloaded tokio-tungstenite v0.21.0
10832026-03-19T02:58:44.219Z Downloaded try-lock v0.2.5
10842026-03-19T02:58:44.219Z Downloaded trait-variant v0.1.2
10852026-03-19T02:58:44.219Z Downloaded typify-macro v0.4.3
10862026-03-19T02:58:44.223Z Downloaded dropshot_endpoint v0.16.7
10872026-03-19T02:58:44.223Z Downloaded darling_core v0.20.11
10882026-03-19T02:58:44.226Z Downloaded usdt-macro v0.6.0
10892026-03-19T02:58:44.229Z Downloaded untrusted v0.9.0
10902026-03-19T02:58:44.229Z Downloaded slog v2.8.2
10912026-03-19T02:58:44.232Z Downloaded term v0.7.0
10922026-03-19T02:58:44.235Z Downloaded usdt v0.6.0
10932026-03-19T02:58:44.235Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10942026-03-19T02:58:44.238Z Downloaded slog-term v2.9.2
10952026-03-19T02:58:44.243Z Downloaded mio v1.1.1
10962026-03-19T02:58:44.654Z Downloaded tls_codec_derive v0.4.2
10972026-03-19T02:58:44.654Z Downloaded similar v2.7.0
10982026-03-19T02:58:44.665Z Downloaded toml_writer v1.0.6+spec-1.1.0
10992026-03-19T02:58:44.665Z Downloaded schemars v0.9.0
11002026-03-19T02:58:44.665Z Downloaded term v1.2.1
11012026-03-19T02:58:44.665Z Downloaded aws-lc-rs v1.16.0
11022026-03-19T02:58:44.665Z Downloaded wait-timeout v0.2.1
11032026-03-19T02:58:44.665Z Downloaded utf-8 v0.7.6
11042026-03-19T02:58:44.665Z Downloaded tokio-rustls v0.25.0
11052026-03-19T02:58:44.666Z Downloaded thiserror-no-std v2.0.2
11062026-03-19T02:58:44.666Z Downloaded hyper v1.8.1
11072026-03-19T02:58:44.666Z Downloaded socket2 v0.5.10
11082026-03-19T02:58:44.666Z Downloaded num-bigint-dig v0.8.6
11092026-03-19T02:58:44.666Z Downloaded tui-tree-widget v0.23.1
11102026-03-19T02:58:44.666Z Downloaded void v1.0.2
11112026-03-19T02:58:44.666Z Downloaded socket2 v0.6.2
11122026-03-19T02:58:44.666Z Downloaded test-strategy v0.4.5
11132026-03-19T02:58:44.666Z Downloaded vergen-gitcl v1.0.8
11142026-03-19T02:58:44.666Z Downloaded xshell-macros v0.2.7
11152026-03-19T02:58:44.666Z Downloaded waitgroup v0.1.2
11162026-03-19T02:58:44.666Z Downloaded unicase v2.9.0
11172026-03-19T02:58:44.666Z Downloaded tar v0.4.44
11182026-03-19T02:58:44.666Z Downloaded subprocess v0.2.15
11192026-03-19T02:58:44.666Z Downloaded uzers v0.12.2
11202026-03-19T02:58:44.666Z Downloaded rand v0.8.5
11212026-03-19T02:58:44.666Z Downloaded vergen-git2 v1.0.7
11222026-03-19T02:58:44.666Z Downloaded tokio-rustls v0.24.1
11232026-03-19T02:58:44.666Z Downloaded qorb v0.4.1
11242026-03-19T02:58:44.666Z Downloaded universal-hash v0.5.1
11252026-03-19T02:58:44.666Z Downloaded zone v0.3.1
11262026-03-19T02:58:44.666Z Downloaded chrono v0.4.44
11272026-03-19T02:58:44.666Z Downloaded tokio-tungstenite v0.23.1
11282026-03-19T02:58:44.666Z Downloaded tokio-stream v0.1.18
11292026-03-19T02:58:44.666Z Downloaded zone_cfg_derive v0.3.1
11302026-03-19T02:58:44.666Z Downloaded tokio-rustls v0.26.4
11312026-03-19T02:58:44.667Z Downloaded toml_parser v1.0.9+spec-1.1.0
11322026-03-19T02:58:44.667Z Downloaded russh v0.45.0
11332026-03-19T02:58:44.667Z Downloaded schemars v1.2.1
11342026-03-19T02:58:44.667Z Downloaded xz2 v0.1.7
11352026-03-19T02:58:44.667Z Downloaded bindgen v0.71.1
11362026-03-19T02:58:44.667Z Downloaded vsss-rs v3.3.4
11372026-03-19T02:58:44.667Z Downloaded usdt-impl v0.6.0
11382026-03-19T02:58:44.667Z Downloaded tracing-attributes v0.1.31
11392026-03-19T02:58:44.667Z Downloaded time-macros v0.2.27
11402026-03-19T02:58:44.667Z Downloaded itertools v0.13.0
11412026-03-19T02:58:44.667Z Downloaded zeroize v1.8.2
11422026-03-19T02:58:44.667Z Downloaded wyz v0.5.1
11432026-03-19T02:58:44.667Z Downloaded walkdir v2.5.0
11442026-03-19T02:58:44.667Z Downloaded xshell v0.2.7
11452026-03-19T02:58:44.667Z Downloaded futures-util v0.3.32
11462026-03-19T02:58:44.667Z Downloaded zstd-safe v7.2.4
11472026-03-19T02:58:44.667Z Downloaded zeroize_derive v1.4.3
11482026-03-19T02:58:44.667Z Downloaded snafu v0.8.9
11492026-03-19T02:58:44.667Z Downloaded zstd v0.13.3
11502026-03-19T02:58:44.667Z Downloaded xattr v1.6.1
11512026-03-19T02:58:44.667Z Downloaded typify v0.6.1
11522026-03-19T02:58:44.667Z Downloaded tungstenite v0.23.0
11532026-03-19T02:58:44.667Z Downloaded vergen-lib v0.1.6
11542026-03-19T02:58:44.667Z Downloaded toml_edit v0.23.10+spec-1.0.0
11552026-03-19T02:58:44.667Z Downloaded want v0.3.1
11562026-03-19T02:58:44.667Z Downloaded toml v0.7.8
11572026-03-19T02:58:44.668Z Downloaded hkdf v0.12.4
11582026-03-19T02:58:44.668Z Downloaded reedline v0.40.0
11592026-03-19T02:58:44.668Z Downloaded twox-hash v2.1.2
11602026-03-19T02:58:44.668Z Downloaded iri-string v0.7.10
11612026-03-19T02:58:44.668Z Downloaded whoami v2.1.0
11622026-03-19T02:58:44.668Z Downloaded tungstenite v0.21.0
11632026-03-19T02:58:44.668Z Downloaded tracing-core v0.1.36
11642026-03-19T02:58:44.668Z Downloaded vergen v9.0.6
11652026-03-19T02:58:44.668Z Downloaded whoami v1.6.1
11662026-03-19T02:58:44.668Z Downloaded typify v0.4.3
11672026-03-19T02:58:44.668Z Downloaded zerocopy v0.6.6
11682026-03-19T02:58:44.668Z Downloaded iddqd v0.3.17
11692026-03-19T02:58:44.668Z Downloaded unicode-bidi v0.3.18
11702026-03-19T02:58:44.668Z Downloaded tokio-postgres v0.7.16
11712026-03-19T02:58:44.668Z Downloaded unsafe-libyaml v0.2.11
11722026-03-19T02:58:44.668Z Downloaded unicode-properties v0.1.4
11732026-03-19T02:58:44.668Z Downloaded toml v0.9.12+spec-1.1.0
11742026-03-19T02:58:44.668Z Downloaded rustyline v14.0.0
11752026-03-19T02:58:44.668Z Downloaded yasna v0.5.2
11762026-03-19T02:58:44.668Z Downloaded steno v0.4.1
11772026-03-19T02:58:44.668Z Downloaded ron v0.12.0
11782026-03-19T02:58:44.668Z Downloaded rpassword v7.4.0
11792026-03-19T02:58:44.668Z Downloaded tinyvec v1.10.0
11802026-03-19T02:58:44.668Z Downloaded p521 v0.13.3
11812026-03-19T02:58:44.668Z Downloaded schemars v0.8.22
11822026-03-19T02:58:44.668Z Downloaded vte v0.14.1
11832026-03-19T02:58:44.669Z Downloaded libm v0.2.16
11842026-03-19T02:58:44.669Z Downloaded rsa v0.9.10
11852026-03-19T02:58:44.669Z Downloaded itertools v0.14.0
11862026-03-19T02:58:44.669Z Downloaded reqwest v0.12.28
11872026-03-19T02:58:44.669Z Downloaded lalrpop v0.19.12
11882026-03-19T02:58:44.669Z Downloaded uuid v1.21.0
11892026-03-19T02:58:44.669Z Downloaded zip v0.6.6
11902026-03-19T02:58:44.669Z Downloaded zopfli v0.8.3
11912026-03-19T02:58:44.669Z Downloaded tower v0.5.3
11922026-03-19T02:58:44.669Z Downloaded ssh-key v0.6.7
11932026-03-19T02:58:44.669Z Downloaded yansi v1.0.1
11942026-03-19T02:58:44.669Z Downloaded unicode_categories v0.1.1
11952026-03-19T02:58:44.669Z Downloaded salty v0.3.0
11962026-03-19T02:58:44.669Z Downloaded rustls-webpki v0.101.7
11972026-03-19T02:58:44.669Z Downloaded portable-atomic v1.13.1
11982026-03-19T02:58:44.678Z Downloaded p384 v0.13.1
11992026-03-19T02:58:44.679Z Downloaded toml_edit v0.19.15
12002026-03-19T02:58:44.679Z Downloaded x509-cert v0.2.5
12012026-03-19T02:58:44.679Z Downloaded regex v1.12.3
12022026-03-19T02:58:44.679Z Downloaded zerocopy-derive v0.8.40
12032026-03-19T02:58:44.679Z Downloaded typed-path v0.9.3
12042026-03-19T02:58:44.679Z Downloaded git2 v0.20.4
12052026-03-19T02:58:44.679Z Downloaded reqwest v0.13.2
12062026-03-19T02:58:44.679Z Downloaded goblin v0.10.5
12072026-03-19T02:58:44.680Z Downloaded quick-xml v0.37.5
12082026-03-19T02:58:44.680Z Downloaded unicode-segmentation v1.12.0
12092026-03-19T02:58:44.680Z Downloaded tower-http v0.6.8
12102026-03-19T02:58:44.680Z Downloaded rustls-webpki v0.102.8
12112026-03-19T02:58:44.680Z Downloaded proptest v1.10.0
12122026-03-19T02:58:44.680Z Downloaded rayon v1.11.0
12132026-03-19T02:58:44.680Z Downloaded curve25519-dalek v4.1.3
12142026-03-19T02:58:44.685Z Downloaded zip v4.6.1
12152026-03-19T02:58:44.685Z Downloaded unicode-normalization v0.1.25
12162026-03-19T02:58:44.688Z Downloaded tokio-util v0.7.18
12172026-03-19T02:58:44.693Z Downloaded serde_with v3.17.0
12182026-03-19T02:58:44.700Z Downloaded petname v2.0.2
12192026-03-19T02:58:44.706Z Downloaded winnow v0.6.26
12202026-03-19T02:58:44.712Z Downloaded object v0.30.4
12212026-03-19T02:58:44.719Z Downloaded polar-core v0.27.3
12222026-03-19T02:58:44.725Z Downloaded quinn-proto v0.11.13
12232026-03-19T02:58:44.731Z Downloaded nix v0.29.0
12242026-03-19T02:58:44.740Z Downloaded nix v0.28.0
12252026-03-19T02:58:44.749Z Downloaded radix_trie v0.2.1
12262026-03-19T02:58:44.756Z Downloaded time v0.3.47
12272026-03-19T02:58:44.763Z Downloaded winnow v0.5.40
12282026-03-19T02:58:44.769Z Downloaded hickory-proto v0.24.4
12292026-03-19T02:58:44.783Z Downloaded smoltcp v0.9.1
12302026-03-19T02:58:44.791Z Downloaded tabled v0.20.0
12312026-03-19T02:58:44.804Z Downloaded dropshot v0.16.7
12322026-03-19T02:58:44.821Z Downloaded vcpkg v0.2.15
12332026-03-19T02:58:44.851Z Downloaded object v0.37.3
12342026-03-19T02:58:44.860Z Downloaded webpki-roots v1.0.6
12352026-03-19T02:58:44.863Z Downloaded smoltcp v0.11.0
12362026-03-19T02:58:44.876Z Downloaded zlib-rs v0.6.2
12372026-03-19T02:58:44.881Z Downloaded rustls v0.23.37
12382026-03-19T02:58:44.886Z Downloaded regress v0.10.5
12392026-03-19T02:58:44.893Z Downloaded diesel v2.3.7
12402026-03-19T02:58:44.909Z Downloaded zerocopy v0.8.40
12412026-03-19T02:58:44.918Z Downloaded regex-syntax v0.8.10
12422026-03-19T02:58:44.923Z Downloaded rustix v0.38.44
12432026-03-19T02:58:44.951Z Downloaded hickory-proto v0.25.2
12442026-03-19T02:58:44.956Z Downloaded rustls v0.22.4
12452026-03-19T02:58:44.965Z Downloaded openapiv3 v2.2.0
12462026-03-19T02:58:44.973Z Downloaded rustls v0.21.12
12472026-03-19T02:58:44.981Z Downloaded regex-syntax v0.6.29
12482026-03-19T02:58:44.988Z Downloaded nix v0.31.1
12492026-03-19T02:58:44.996Z Downloaded tracing v0.1.44
12502026-03-19T02:58:45.014Z Downloaded typify-impl v0.6.1
12512026-03-19T02:58:45.025Z Downloaded sqlparser v0.61.0
12522026-03-19T02:58:45.033Z Downloaded openssl v0.10.75
12532026-03-19T02:58:45.040Z Downloaded regex-automata v0.4.14
12542026-03-19T02:58:45.057Z Downloaded sled v0.34.7
12552026-03-19T02:58:45.061Z Downloaded nix v0.27.1
12562026-03-19T02:58:45.067Z Downloaded moka v0.12.13
12572026-03-19T02:58:45.073Z Downloaded tough v0.20.0
12582026-03-19T02:58:45.080Z Downloaded ratatui v0.29.0
12592026-03-19T02:58:45.095Z Downloaded bzip2-sys v0.1.13+1.0.8
12602026-03-19T02:58:45.104Z Downloaded lzma-sys v0.1.20
12612026-03-19T02:58:45.127Z Downloaded typify-impl v0.4.3
12622026-03-19T02:58:45.138Z Downloaded rand v0.10.0
12632026-03-19T02:58:45.141Z Downloaded bitvec v1.0.1
12642026-03-19T02:58:45.151Z Downloaded itertools v0.12.1
12652026-03-19T02:58:45.162Z Downloaded samael v0.0.19
12662026-03-19T02:58:45.251Z Downloaded csv v1.4.0
12672026-03-19T02:58:45.267Z Downloaded zerocopy-derive v0.6.6
12682026-03-19T02:58:45.268Z Downloaded rand v0.9.2
12692026-03-19T02:58:45.268Z Downloaded unit-prefix v0.5.2
12702026-03-19T02:58:45.268Z Downloaded petgraph v0.6.5
12712026-03-19T02:58:45.268Z Downloaded unicode-truncate v1.1.0
12722026-03-19T02:58:45.268Z Downloaded hyper-staticfile v0.10.1
12732026-03-19T02:58:45.268Z Downloaded instability v0.3.11
12742026-03-19T02:58:45.268Z Downloaded chrono-tz v0.10.4
12752026-03-19T02:58:45.268Z Downloaded jiff v0.2.21
12762026-03-19T02:58:45.268Z Downloaded inout v0.1.4
12772026-03-19T02:58:45.268Z Downloaded http-body v1.0.1
12782026-03-19T02:58:45.268Z Downloaded elliptic-curve v0.13.8
12792026-03-19T02:58:45.268Z Downloaded derive_more v0.99.20
12802026-03-19T02:58:45.268Z Downloaded petgraph v0.8.3
12812026-03-19T02:58:45.286Z Downloaded libscf-sys v1.1.0
12822026-03-19T02:58:45.286Z Downloaded const-oid v0.9.6
12832026-03-19T02:58:45.286Z Downloaded derive_builder_core v0.20.2
12842026-03-19T02:58:45.286Z Downloaded cargo_toml v0.22.3
12852026-03-19T02:58:45.287Z Downloaded fd-lock v4.0.4
12862026-03-19T02:58:45.287Z Downloaded hyper-tls v0.6.0
12872026-03-19T02:58:45.287Z Downloaded ciborium v0.2.2
12882026-03-19T02:58:45.287Z Downloaded bcs v0.1.6
12892026-03-19T02:58:45.287Z Downloaded libz-sys v1.1.24
12902026-03-19T02:58:45.302Z Downloaded cargo_metadata v0.19.2
12912026-03-19T02:58:45.302Z Downloaded bitfield v0.19.4
12922026-03-19T02:58:45.302Z Downloaded bit-vec v0.8.0
12932026-03-19T02:58:45.307Z Downloaded encoding_rs v0.8.35
12942026-03-19T02:58:45.311Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12952026-03-19T02:58:45.321Z Downloaded filetime v0.2.27
12962026-03-19T02:58:45.325Z Downloaded tokio v1.49.0
12972026-03-19T02:58:45.350Z Downloaded sha3 v0.10.8
12982026-03-19T02:58:45.354Z Downloaded fallible-iterator v0.2.0
12992026-03-19T02:58:45.357Z Downloaded deranged v0.5.8
13002026-03-19T02:58:45.357Z Downloaded defmt-macros v1.0.1
13012026-03-19T02:58:45.360Z Downloaded daft-derive v0.1.5
13022026-03-19T02:58:45.364Z Downloaded crc8 v0.1.1
13032026-03-19T02:58:45.364Z Downloaded cexpr v0.6.0
13042026-03-19T02:58:45.364Z Downloaded async-stream-impl v0.3.6
13052026-03-19T02:58:45.364Z Downloaded arrayvec v0.7.6
13062026-03-19T02:58:45.367Z Downloaded ahash v0.8.12
13072026-03-19T02:58:45.367Z Downloaded chacha20 v0.10.0
13082026-03-19T02:58:45.371Z Downloaded buf-list v1.1.2
13092026-03-19T02:58:45.371Z Downloaded backoff v0.4.0
13102026-03-19T02:58:45.373Z Downloaded async-recursion v1.1.1
13112026-03-19T02:58:45.376Z Downloaded futures-macro v0.3.32
13122026-03-19T02:58:45.376Z Downloaded diff v0.1.13
13132026-03-19T02:58:45.379Z Downloaded diesel-dtrace v0.5.0
13142026-03-19T02:58:45.379Z Downloaded crunchy v0.2.4
13152026-03-19T02:58:45.380Z Downloaded crossbeam-deque v0.8.6
13162026-03-19T02:58:45.383Z Downloaded crc-catalog v2.4.0
13172026-03-19T02:58:45.383Z Downloaded cfg_aliases v0.2.1
13182026-03-19T02:58:45.383Z Downloaded bcrypt-pbkdf v0.10.0
13192026-03-19T02:58:45.386Z Downloaded base16ct v1.0.0
13202026-03-19T02:58:45.386Z Downloaded atty v0.2.14
13212026-03-19T02:58:45.386Z Downloaded bit-set v0.5.3
13222026-03-19T02:58:45.387Z Downloaded array-init v0.0.4
13232026-03-19T02:58:45.387Z Downloaded libgit2-sys v0.18.3+1.9.2
13242026-03-19T02:58:45.428Z Downloaded cmake v0.1.57
13252026-03-19T02:58:45.431Z Downloaded cc v1.2.56
13262026-03-19T02:58:45.434Z Downloaded bit-vec v0.6.3
13272026-03-19T02:58:45.434Z Downloaded atomicwrites v0.4.4
13282026-03-19T02:58:45.434Z Downloaded ascii-canvas v3.0.0
13292026-03-19T02:58:45.434Z Downloaded csv-core v0.1.13
13302026-03-19T02:58:45.437Z Downloaded constant_time_eq v0.4.2
13312026-03-19T02:58:45.437Z Downloaded colored v3.1.1
13322026-03-19T02:58:45.440Z Downloaded argon2 v0.5.3
13332026-03-19T02:58:45.440Z Downloaded ciborium-io v0.2.2
13342026-03-19T02:58:45.440Z Downloaded async-bb8-diesel v0.2.1
13352026-03-19T02:58:45.443Z Downloaded adler2 v2.0.1
13362026-03-19T02:58:45.443Z Downloaded embedded-io v0.4.0
13372026-03-19T02:58:45.443Z Downloaded downcast-rs v2.0.2
13382026-03-19T02:58:45.446Z Downloaded derive_builder_macro v0.20.2
13392026-03-19T02:58:45.446Z Downloaded block-padding v0.3.3
13402026-03-19T02:58:45.446Z Downloaded async-stream v0.3.6
13412026-03-19T02:58:45.450Z Downloaded allocator-api2 v0.2.21
13422026-03-19T02:58:45.467Z Downloaded ring v0.17.14
13432026-03-19T02:58:45.978Z Downloaded aws-lc-sys v0.37.1
13442026-03-19T02:58:46.302Z Compiling libc v0.2.180
13452026-03-19T02:58:46.305Z Compiling serde v1.0.228
13462026-03-19T02:58:46.306Z Compiling log v0.4.29
13472026-03-19T02:58:46.306Z Compiling find-msvc-tools v0.1.9
13482026-03-19T02:58:46.493Z Compiling shlex v1.3.0
13492026-03-19T02:58:46.496Z Compiling smallvec v1.15.1
13502026-03-19T02:58:46.506Z Compiling syn v2.0.117
13512026-03-19T02:58:46.528Z Compiling typenum v1.19.0
13522026-03-19T02:58:46.707Z Compiling generic-array v0.14.7
13532026-03-19T02:58:46.728Z Compiling subtle v2.6.1
13542026-03-19T02:58:46.851Z Compiling scopeguard v1.2.0
13552026-03-19T02:58:46.866Z Compiling portable-atomic v1.13.1
13562026-03-19T02:58:46.889Z Compiling lock_api v0.4.14
13572026-03-19T02:58:46.911Z Compiling const-oid v0.9.6
13582026-03-19T02:58:46.945Z Compiling critical-section v1.2.0
13592026-03-19T02:58:47.015Z Compiling zerocopy v0.8.40
13602026-03-19T02:58:47.086Z Compiling parking_lot_core v0.9.12
13612026-03-19T02:58:47.183Z Compiling serde_json v1.0.149
13622026-03-19T02:58:47.381Z Compiling pin-project-lite v0.2.17
13632026-03-19T02:58:47.500Z Compiling pkg-config v0.3.32
13642026-03-19T02:58:47.569Z Compiling bitflags v2.11.0
13652026-03-19T02:58:47.689Z Compiling getrandom v0.2.17
13662026-03-19T02:58:47.896Z Compiling jobserver v0.1.34
13672026-03-19T02:58:47.986Z Compiling rand_core v0.6.4
13682026-03-19T02:58:48.070Z Compiling errno v0.3.14
13692026-03-19T02:58:48.266Z Compiling cc v1.2.56
13702026-03-19T02:58:48.270Z Compiling once_cell v1.21.3
13712026-03-19T02:58:48.339Z Compiling signal-hook-registry v1.4.8
13722026-03-19T02:58:48.356Z Compiling mio v1.1.1
13732026-03-19T02:58:48.448Z Compiling parking_lot v0.12.5
13742026-03-19T02:58:48.514Z Compiling libm v0.2.16
13752026-03-19T02:58:48.556Z Compiling num-traits v0.2.19
13762026-03-19T02:58:48.752Z Compiling futures-core v0.3.32
13772026-03-19T02:58:48.887Z Compiling socket2 v0.6.2
13782026-03-19T02:58:48.953Z Compiling percent-encoding v2.3.2
13792026-03-19T02:58:48.980Z Compiling allocator-api2 v0.2.21
13802026-03-19T02:58:49.023Z Compiling futures-sink v0.3.32
13812026-03-19T02:58:49.154Z Compiling cpufeatures v0.2.17
13822026-03-19T02:58:49.202Z Compiling foldhash v0.2.0
13832026-03-19T02:58:49.231Z Compiling futures-channel v0.3.32
13842026-03-19T02:58:49.251Z Compiling futures-io v0.3.32
13852026-03-19T02:58:49.428Z Compiling hashbrown v0.16.1
13862026-03-19T02:58:49.462Z Compiling futures-task v0.3.32
13872026-03-19T02:58:49.465Z Compiling slab v0.4.12
13882026-03-19T02:58:49.482Z Compiling getrandom v0.4.1
13892026-03-19T02:58:49.536Z Compiling getrandom v0.3.4
13902026-03-19T02:58:49.671Z Compiling rustversion v1.0.22
13912026-03-19T02:58:49.693Z Compiling rand_core v0.10.0
13922026-03-19T02:58:50.043Z Compiling cmake v0.1.57
13932026-03-19T02:58:50.239Z Compiling indexmap v2.13.0
13942026-03-19T02:58:50.481Z Compiling form_urlencoded v1.2.2
13952026-03-19T02:58:50.511Z Compiling base64ct v1.8.3
13962026-03-19T02:58:50.570Z Compiling dunce v1.0.5
13972026-03-19T02:58:50.695Z Compiling fs_extra v1.3.0
13982026-03-19T02:58:50.718Z Compiling ident_case v1.0.1
13992026-03-19T02:58:50.811Z Compiling synstructure v0.13.2
14002026-03-19T02:58:50.850Z Compiling pem-rfc7468 v0.7.0
14012026-03-19T02:58:50.928Z Compiling flagset v0.4.7
14022026-03-19T02:58:51.075Z Compiling aws-lc-sys v0.37.1
14032026-03-19T02:58:51.114Z Compiling rand_core v0.9.5
14042026-03-19T02:58:51.146Z Compiling iana-time-zone v0.1.65
14052026-03-19T02:58:51.146Z Compiling rustix v1.1.3
14062026-03-19T02:58:51.160Z Compiling ring v0.17.14
14072026-03-19T02:58:51.248Z Compiling uuid v1.21.0
14082026-03-19T02:58:51.360Z Compiling rustc_version v0.4.1
14092026-03-19T02:58:51.421Z Compiling aws-lc-rs v1.16.0
14102026-03-19T02:58:51.647Z Compiling regex-syntax v0.8.10
14112026-03-19T02:58:51.780Z Compiling vcpkg v0.2.15
14122026-03-19T02:58:51.796Z Compiling tracing-core v0.1.36
14132026-03-19T02:58:52.190Z Compiling crossbeam-utils v0.8.21
14142026-03-19T02:58:52.567Z Compiling pest_generator v2.8.6
14152026-03-19T02:58:52.610Z Compiling serde_derive_internals v0.29.1
14162026-03-19T02:58:52.800Z Compiling openssl-sys v0.9.111
14172026-03-19T02:58:53.496Z Compiling serde_derive v1.0.228
14182026-03-19T02:58:53.541Z Compiling zeroize_derive v1.4.3
14192026-03-19T02:58:53.556Z Compiling zerofrom-derive v0.1.6
14202026-03-19T02:58:53.556Z Compiling yoke-derive v0.8.1
14212026-03-19T02:58:53.881Z Compiling zerocopy-derive v0.8.40
14222026-03-19T02:58:54.302Z Compiling zeroize v1.8.2
14232026-03-19T02:58:54.924Z Compiling zerovec-derive v0.11.2
14242026-03-19T02:58:55.056Z Compiling displaydoc v0.2.5
14252026-03-19T02:58:55.322Z Compiling crypto-common v0.1.7
14262026-03-19T02:58:55.394Z Compiling zerofrom v0.1.6
14272026-03-19T02:58:55.528Z Compiling block-buffer v0.10.4
14282026-03-19T02:58:55.543Z Compiling yoke v0.8.1
14292026-03-19T02:58:55.694Z Compiling digest v0.10.7
14302026-03-19T02:58:55.777Z Compiling tokio-macros v2.6.0
14312026-03-19T02:58:56.001Z Compiling hmac v0.12.1
14322026-03-19T02:58:56.020Z Compiling zerotrie v0.2.3
14332026-03-19T02:58:56.023Z Compiling futures-macro v0.3.32
14342026-03-19T02:58:56.194Z Compiling block-padding v0.3.3
14352026-03-19T02:58:56.383Z Compiling zerovec v0.11.5
14362026-03-19T02:58:56.404Z Compiling inout v0.1.4
14372026-03-19T02:58:56.421Z Compiling sha2 v0.10.9
14382026-03-19T02:58:56.682Z Compiling cipher v0.4.4
14392026-03-19T02:58:56.721Z Compiling der_derive v0.7.3
14402026-03-19T02:58:56.955Z Compiling salsa20 v0.10.2
14412026-03-19T02:58:57.072Z Compiling tinystr v0.8.2
14422026-03-19T02:58:57.094Z Compiling potential_utf v0.1.4
14432026-03-19T02:58:57.134Z Compiling futures-util v0.3.32
14442026-03-19T02:58:57.300Z Compiling icu_locale_core v2.1.1
14452026-03-19T02:58:57.327Z Compiling icu_collections v2.1.1
14462026-03-19T02:58:57.979Z Compiling der v0.7.10
14472026-03-19T02:58:58.010Z Compiling pbkdf2 v0.12.2
14482026-03-19T02:58:58.146Z Compiling bytes v1.11.1
14492026-03-19T02:58:58.183Z Compiling chrono v0.4.44
14502026-03-19T02:58:58.340Z Compiling icu_provider v2.1.1
14512026-03-19T02:58:58.582Z Compiling thiserror-impl v2.0.18
14522026-03-19T02:58:58.730Z Compiling icu_normalizer v2.1.1
14532026-03-19T02:58:58.997Z Compiling tokio v1.49.0
14542026-03-19T02:58:59.453Z Compiling icu_properties v2.1.2
14552026-03-19T02:58:59.669Z Compiling spki v0.7.3
14562026-03-19T02:58:59.907Z Compiling ppv-lite86 v0.2.21
14572026-03-19T02:59:00.067Z Compiling http v1.4.0
14582026-03-19T02:59:00.103Z Compiling scrypt v0.11.0
14592026-03-19T02:59:00.281Z Compiling aes v0.8.4
14602026-03-19T02:59:00.323Z Compiling thiserror v2.0.18
14612026-03-19T02:59:00.413Z Compiling rand_chacha v0.9.0
14622026-03-19T02:59:00.442Z Compiling cbc v0.1.2
14632026-03-19T02:59:00.458Z Compiling rustls-pki-types v1.14.0
14642026-03-19T02:59:00.594Z Compiling idna_adapter v1.2.1
14652026-03-19T02:59:00.761Z Compiling idna v1.1.0
14662026-03-19T02:59:00.921Z Compiling tracing-attributes v0.1.31
14672026-03-19T02:59:01.027Z Compiling http-body v1.0.1
14682026-03-19T02:59:01.194Z Compiling url v2.5.8
14692026-03-19T02:59:01.213Z Compiling pkcs5 v0.7.1
14702026-03-19T02:59:01.285Z Compiling rand v0.9.2
14712026-03-19T02:59:01.641Z Compiling base64 v0.22.1
14722026-03-19T02:59:01.695Z Compiling untrusted v0.9.0
14732026-03-19T02:59:01.836Z Compiling syn v1.0.109
14742026-03-19T02:59:01.854Z Compiling untrusted v0.7.1
14752026-03-19T02:59:02.004Z Compiling openssl-probe v0.2.1
14762026-03-19T02:59:02.043Z Compiling httparse v1.10.1
14772026-03-19T02:59:02.215Z Compiling schemars v0.8.22
14782026-03-19T02:59:02.291Z Compiling pkcs8 v0.10.2
14792026-03-19T02:59:02.308Z Compiling schemars_derive v0.8.22
14802026-03-19T02:59:02.497Z Compiling pest_derive v2.8.6
14812026-03-19T02:59:02.531Z Compiling scroll_derive v0.13.1
14822026-03-19T02:59:02.759Z Compiling tracing v0.1.44
14832026-03-19T02:59:03.057Z Compiling darling_core v0.20.11
14842026-03-19T02:59:03.096Z Compiling tinyvec_macros v0.1.1
14852026-03-19T02:59:03.186Z Compiling rustls v0.23.37
14862026-03-19T02:59:03.400Z Compiling dyn-clone v1.0.20
14872026-03-19T02:59:03.419Z Compiling tower-layer v0.3.3
14882026-03-19T02:59:03.575Z Compiling atomic-waker v1.1.2
14892026-03-19T02:59:03.617Z Compiling tower-service v0.3.3
14902026-03-19T02:59:03.634Z Compiling try-lock v0.2.5
14912026-03-19T02:59:03.726Z Compiling scroll v0.13.0
14922026-03-19T02:59:03.745Z Compiling want v0.3.1
14932026-03-19T02:59:03.763Z Compiling tinyvec v1.10.0
14942026-03-19T02:59:03.970Z Compiling tokio-util v0.7.18
14952026-03-19T02:59:04.331Z Compiling ipnet v2.11.0
14962026-03-19T02:59:04.744Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-19T02:59:04.991Z Compiling h2 v0.4.13
14982026-03-19T02:59:05.242Z Compiling spin v0.9.8
14992026-03-19T02:59:05.349Z Compiling aho-corasick v1.1.4
15002026-03-19T02:59:05.491Z Compiling foreign-types-shared v0.1.1
15012026-03-19T02:59:05.598Z Compiling time-core v0.1.8
15022026-03-19T02:59:05.783Z Compiling crc32fast v1.5.0
15032026-03-19T02:59:05.870Z Compiling httpdate v1.0.3
15042026-03-19T02:59:06.116Z Compiling pin-utils v0.1.0
15052026-03-19T02:59:06.150Z Compiling powerfmt v0.2.0
15062026-03-19T02:59:06.203Z Compiling openssl v0.10.75
15072026-03-19T02:59:06.281Z Compiling darling_macro v0.20.11
15082026-03-19T02:59:06.408Z Compiling num-conv v0.2.0
15092026-03-19T02:59:06.510Z Compiling regex-automata v0.4.14
15102026-03-19T02:59:06.580Z Compiling time-macros v0.2.27
15112026-03-19T02:59:06.810Z Compiling deranged v0.5.8
15122026-03-19T02:59:06.918Z Compiling darling v0.20.11
15132026-03-19T02:59:07.028Z Compiling tempfile v3.25.0
15142026-03-19T02:59:07.538Z Compiling foreign-types v0.3.2
15152026-03-19T02:59:07.732Z Compiling goblin v0.10.5
15162026-03-19T02:59:08.195Z Compiling thiserror-impl v1.0.69
15172026-03-19T02:59:08.731Z Compiling openssl-macros v0.1.1
15182026-03-19T02:59:09.209Z Compiling hyper v1.8.1
15192026-03-19T02:59:09.803Z Compiling wait-timeout v0.2.1
15202026-03-19T02:59:09.855Z Compiling either v1.15.0
15212026-03-19T02:59:10.109Z Compiling native-tls v0.2.18
15222026-03-19T02:59:10.141Z Compiling simd-adler32 v0.3.8
15232026-03-19T02:59:10.328Z Compiling usdt-impl v0.6.0
15242026-03-19T02:59:10.353Z Compiling bit-vec v0.8.0
15252026-03-19T02:59:10.459Z Compiling quick-error v1.2.3
15262026-03-19T02:59:10.639Z Compiling num_threads v0.1.7
15272026-03-19T02:59:10.652Z Compiling siphasher v1.0.2
15282026-03-19T02:59:10.652Z Compiling bit-set v0.8.0
15292026-03-19T02:59:10.687Z Compiling time v0.3.47
15302026-03-19T02:59:10.851Z Compiling hyper-util v0.1.20
15312026-03-19T02:59:10.874Z Compiling rusty-fork v0.3.1
15322026-03-19T02:59:11.301Z Compiling thiserror v1.0.69
15332026-03-19T02:59:11.657Z Compiling dof v0.4.0
15342026-03-19T02:59:12.236Z Compiling derive_builder_core v0.20.2
15352026-03-19T02:59:12.844Z Compiling unicode-normalization v0.1.25
15362026-03-19T02:59:13.200Z Compiling crossbeam-epoch v0.9.18
15372026-03-19T02:59:13.353Z Compiling dtrace-parser v0.3.0
15382026-03-19T02:59:13.452Z Compiling rustls-native-certs v0.8.3
15392026-03-19T02:59:13.491Z Compiling signature v2.2.0
15402026-03-19T02:59:13.631Z Compiling scroll_derive v0.12.1
15412026-03-19T02:59:13.686Z Compiling heapless v0.7.17
15422026-03-19T02:59:13.823Z Compiling rand_xorshift v0.4.0
15432026-03-19T02:59:13.867Z Compiling slog v2.8.2
15442026-03-19T02:59:13.955Z Compiling darling_core v0.21.3
15452026-03-19T02:59:13.979Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-03-19T02:59:14.047Z Compiling sync_wrapper v1.0.2
15472026-03-19T02:59:14.175Z Compiling thread-id v5.1.0
15482026-03-19T02:59:14.290Z Compiling cookie v0.18.1
15492026-03-19T02:59:14.333Z Compiling unicode-bidi v0.3.18
15502026-03-19T02:59:14.355Z Compiling zstd-safe v7.2.4
15512026-03-19T02:59:14.467Z Compiling signal-hook v0.3.18
15522026-03-19T02:59:14.497Z Compiling rayon-core v1.13.0
15532026-03-19T02:59:14.557Z Compiling anyhow v1.0.102
15542026-03-19T02:59:14.671Z Compiling unarray v0.1.4
15552026-03-19T02:59:14.690Z Compiling paste v1.0.15
15562026-03-19T02:59:14.818Z Compiling unicode-segmentation v1.12.0
15572026-03-19T02:59:14.917Z Compiling adler2 v2.0.1
15582026-03-19T02:59:15.021Z Compiling unicode-properties v0.1.4
15592026-03-19T02:59:15.042Z Compiling miniz_oxide v0.8.9
15602026-03-19T02:59:15.285Z Compiling stringprep v0.1.5
15612026-03-19T02:59:15.306Z Compiling proptest v1.10.0
15622026-03-19T02:59:15.516Z Compiling scroll v0.12.0
15632026-03-19T02:59:15.877Z Compiling tower v0.5.3
15642026-03-19T02:59:15.967Z Compiling crossbeam-deque v0.8.6
15652026-03-19T02:59:16.006Z Compiling derive_builder_macro v0.20.2
15662026-03-19T02:59:16.192Z Compiling ipnetwork v0.21.1
15672026-03-19T02:59:16.491Z Compiling http-body-util v0.1.3
15682026-03-19T02:59:16.564Z Compiling webpki-roots v1.0.6
15692026-03-19T02:59:16.603Z Compiling rand_chacha v0.3.1
15702026-03-19T02:59:16.620Z Compiling erased-serde v0.3.31
15712026-03-19T02:59:16.696Z Compiling serde_tokenstream v0.2.3
15722026-03-19T02:59:16.715Z Compiling toml_datetime v0.6.11
15732026-03-19T02:59:16.805Z Compiling serde_spanned v0.6.9
15742026-03-19T02:59:16.969Z Compiling md-5 v0.10.6
15752026-03-19T02:59:17.045Z Compiling zerocopy-derive v0.7.35
15762026-03-19T02:59:17.094Z Compiling curve25519-dalek v4.1.3
15772026-03-19T02:59:17.174Z Compiling vergen-lib v0.1.6
15782026-03-19T02:59:17.333Z Compiling num-integer v0.1.46
15792026-03-19T02:59:17.414Z Compiling hash32 v0.2.1
15802026-03-19T02:59:17.435Z Compiling darling_macro v0.21.3
15812026-03-19T02:59:17.506Z Compiling ff v0.13.1
15822026-03-19T02:59:17.623Z Compiling memoffset v0.9.1
15832026-03-19T02:59:17.692Z Compiling num-bigint-dig v0.8.6
15842026-03-19T02:59:17.728Z Compiling ref-cast v1.0.25
15852026-03-19T02:59:17.788Z Compiling iri-string v0.7.10
15862026-03-19T02:59:17.889Z Compiling psl-types v2.0.11
15872026-03-19T02:59:17.920Z Compiling fallible-iterator v0.2.0
15882026-03-19T02:59:18.042Z Compiling litrs v1.0.0
15892026-03-19T02:59:18.090Z Compiling smoltcp v0.9.1
15902026-03-19T02:59:18.119Z Compiling rustix v0.38.44
15912026-03-19T02:59:18.220Z Compiling base16ct v0.2.0
15922026-03-19T02:59:18.334Z Compiling cfg_aliases v0.2.1
15932026-03-19T02:59:18.423Z Compiling ryu v1.0.23
15942026-03-19T02:59:18.442Z Compiling zlib-rs v0.6.2
15952026-03-19T02:59:18.940Z Compiling newtype-uuid v1.3.2
15962026-03-19T02:59:18.945Z Compiling serde_urlencoded v0.7.1
15972026-03-19T02:59:18.945Z Compiling nix v0.31.1
15982026-03-19T02:59:18.945Z Compiling document-features v0.2.12
15992026-03-19T02:59:18.967Z Compiling sec1 v0.7.3
16002026-03-19T02:59:19.391Z Compiling postgres-protocol v0.6.10
16012026-03-19T02:59:19.395Z Compiling zerocopy v0.7.35
16022026-03-19T02:59:19.395Z Compiling darling v0.21.3
16032026-03-19T02:59:19.473Z Compiling tower-http v0.6.8
16042026-03-19T02:59:19.491Z Compiling publicsuffix v2.3.0
16052026-03-19T02:59:19.745Z Compiling group v0.13.0
16062026-03-19T02:59:19.839Z Compiling num-iter v0.1.45
16072026-03-19T02:59:20.001Z Compiling rand v0.8.5
16082026-03-19T02:59:20.020Z Compiling derive_builder v0.20.2
16092026-03-19T02:59:20.137Z Compiling oxnet v0.1.4
16102026-03-19T02:59:20.186Z Compiling proc-macro-error v1.0.4
16112026-03-19T02:59:20.578Z Compiling goblin v0.8.2
16122026-03-19T02:59:20.638Z Compiling tokio-native-tls v0.3.1
16132026-03-19T02:59:21.225Z Compiling heck v0.4.1
16142026-03-19T02:59:21.486Z Compiling phf_shared v0.13.1
16152026-03-19T02:59:21.518Z Compiling hubpack_derive v0.1.1
16162026-03-19T02:59:21.539Z Compiling regex v1.12.3
16172026-03-19T02:59:21.803Z Compiling lazy_static v1.5.0
16182026-03-19T02:59:21.917Z Compiling cargo-platform v0.1.9
16192026-03-19T02:59:22.011Z Compiling hkdf v0.12.4
16202026-03-19T02:59:22.061Z Compiling crypto-bigint v0.5.5
16212026-03-19T02:59:22.115Z Compiling async-trait v0.1.89
16222026-03-19T02:59:22.211Z Compiling ref-cast-impl v1.0.25
16232026-03-19T02:59:22.243Z Compiling curve25519-dalek-derive v0.1.1
16242026-03-19T02:59:22.981Z Compiling flate2 v1.1.9
16252026-03-19T02:59:23.141Z Compiling daft-derive v0.1.5
16262026-03-19T02:59:23.250Z Compiling strum_macros v0.27.2
16272026-03-19T02:59:23.516Z Compiling terminal_size v0.4.3
16282026-03-19T02:59:23.619Z Compiling vergen v9.0.6
16292026-03-19T02:59:23.670Z Compiling fs-err v3.3.0
16302026-03-19T02:59:23.821Z Compiling ahash v0.8.12
16312026-03-19T02:59:23.892Z Compiling bumpalo v3.20.2
16322026-03-19T02:59:24.069Z Compiling foldhash v0.1.5
16332026-03-19T02:59:24.096Z Compiling libbz2-rs-sys v0.2.2
16342026-03-19T02:59:24.217Z Compiling managed v0.8.0
16352026-03-19T02:59:24.285Z Compiling bitflags v1.3.2
16362026-03-19T02:59:24.379Z Compiling object v0.37.3
16372026-03-19T02:59:24.500Z Compiling winnow v0.5.40
16382026-03-19T02:59:24.775Z Compiling bzip2 v0.6.1
16392026-03-19T02:59:25.006Z Compiling clap_builder v4.5.60
16402026-03-19T02:59:25.037Z Compiling console v0.16.2
16412026-03-19T02:59:25.521Z Compiling hashbrown v0.15.5
16422026-03-19T02:59:25.786Z Compiling zopfli v0.8.3
16432026-03-19T02:59:25.955Z Compiling strum v0.27.2
16442026-03-19T02:59:26.066Z Compiling daft v0.1.5
16452026-03-19T02:59:26.236Z Compiling toml_edit v0.19.15
16462026-03-19T02:59:26.325Z Compiling dof v0.3.0
16472026-03-19T02:59:26.435Z Compiling elliptic-curve v0.13.8
16482026-03-19T02:59:26.798Z Compiling cargo_metadata v0.19.2
16492026-03-19T02:59:26.947Z Compiling hubpack v0.1.2
16502026-03-19T02:59:27.292Z Compiling phf v0.13.1
16512026-03-19T02:59:27.499Z Compiling zone_cfg_derive v0.3.1
16522026-03-19T02:59:28.706Z Compiling cookie_store v0.22.1
16532026-03-19T02:59:28.853Z Compiling signal-hook-mio v0.2.5
16542026-03-19T02:59:28.990Z Compiling rayon v1.11.0
16552026-03-19T02:59:29.318Z Compiling hyper-tls v0.6.0
16562026-03-19T02:59:29.423Z Compiling zstd v0.13.3
16572026-03-19T02:59:29.583Z Compiling bzip2 v0.4.4
16582026-03-19T02:59:29.705Z Compiling serde_with_macros v3.17.0
16592026-03-19T02:59:29.764Z Compiling postgres-types v0.2.12
16602026-03-19T02:59:30.021Z Compiling usdt-attr-macro v0.6.0
16612026-03-19T02:59:30.386Z Compiling usdt-macro v0.6.0
16622026-03-19T02:59:30.508Z Compiling ed25519 v2.2.3
16632026-03-19T02:59:31.047Z Compiling dtrace-parser v0.2.0
16642026-03-19T02:59:31.204Z Compiling phf_shared v0.11.3
16652026-03-19T02:59:31.332Z Compiling itertools v0.12.1
16662026-03-19T02:59:31.424Z Compiling bstr v1.12.1
16672026-03-19T02:59:31.445Z Compiling pkcs1 v0.7.5
16682026-03-19T02:59:31.462Z Compiling hex v0.4.3
16692026-03-19T02:59:31.643Z Compiling serde-big-array v0.5.1
16702026-03-19T02:59:31.811Z Compiling rfc6979 v0.4.0
16712026-03-19T02:59:31.828Z Compiling serde_repr v0.1.20
16722026-03-19T02:59:31.964Z Compiling strum_macros v0.26.4
16732026-03-19T02:59:31.984Z Compiling clap_derive v4.5.55
16742026-03-19T02:59:32.131Z Compiling enum-as-inner v0.6.1
16752026-03-19T02:59:32.300Z Compiling float-cmp v0.10.0
16762026-03-19T02:59:32.489Z Compiling memmap2 v0.9.10
16772026-03-19T02:59:32.510Z Compiling thread-id v4.2.2
16782026-03-19T02:59:32.611Z Compiling env_filter v1.0.0
16792026-03-19T02:59:32.773Z Compiling encoding_rs v0.8.35
16802026-03-19T02:59:32.808Z Compiling normalize-line-endings v0.3.0
16812026-03-19T02:59:32.926Z Compiling data-encoding v2.10.0
16822026-03-19T02:59:33.052Z Compiling unit-prefix v0.5.2
16832026-03-19T02:59:33.056Z Compiling fixedbitset v0.5.7
16842026-03-19T02:59:33.239Z Compiling static_assertions v1.1.0
16852026-03-19T02:59:33.339Z Compiling fixedbitset v0.4.2
16862026-03-19T02:59:33.485Z Compiling new_debug_unreachable v1.0.6
16872026-03-19T02:59:33.578Z Compiling keccak v0.1.6
16882026-03-19T02:59:33.623Z Compiling whoami v2.1.0
16892026-03-19T02:59:33.913Z Compiling predicates-core v1.0.10
16902026-03-19T02:59:34.131Z Compiling precomputed-hash v0.1.1
16912026-03-19T02:59:34.142Z Compiling jiff v0.2.21
16922026-03-19T02:59:34.231Z Compiling difflib v0.4.0
16932026-03-19T02:59:34.406Z Compiling rustc-hash v2.1.1
16942026-03-19T02:59:34.429Z Compiling mime v0.3.17
16952026-03-19T02:59:34.562Z Compiling iddqd v0.3.17
16962026-03-19T02:59:34.604Z Compiling predicates v3.1.4
16972026-03-19T02:59:34.698Z Compiling strum v0.26.3
16982026-03-19T02:59:34.771Z Compiling clap v4.5.60
16992026-03-19T02:59:34.833Z Compiling string_cache v0.8.9
17002026-03-19T02:59:34.857Z Compiling tokio-postgres v0.7.16
17012026-03-19T02:59:34.879Z Compiling sha3 v0.10.8
17022026-03-19T02:59:35.003Z Compiling petgraph v0.6.5
17032026-03-19T02:59:35.121Z Compiling petgraph v0.8.3
17042026-03-19T02:59:35.466Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17052026-03-19T02:59:35.485Z Compiling hickory-proto v0.25.2
17062026-03-19T02:59:36.088Z Compiling indicatif v0.18.4
17072026-03-19T02:59:37.015Z Compiling toml_edit v0.22.27
17082026-03-19T02:59:37.209Z Compiling zone v0.3.1
17092026-03-19T02:59:37.785Z Compiling zip v4.6.1
17102026-03-19T02:59:37.816Z Compiling env_logger v0.11.9
17112026-03-19T02:59:38.154Z Compiling usdt v0.6.0
17122026-03-19T02:59:38.330Z Compiling usdt-impl v0.5.0
17132026-03-19T02:59:38.578Z Compiling similar v2.7.0
17142026-03-19T02:59:39.059Z Compiling ecdsa v0.16.9
17152026-03-19T02:59:39.084Z Compiling serde_with v3.17.0
17162026-03-19T02:59:39.232Z Compiling rsa v0.9.10
17172026-03-19T02:59:39.594Z Compiling crossterm v0.28.1
17182026-03-19T02:59:39.643Z Compiling ed25519-dalek v2.2.0
17192026-03-19T02:59:40.462Z Compiling zip v0.6.6
17202026-03-19T02:59:41.224Z Compiling toml v0.7.8
17212026-03-19T02:59:41.700Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-03-19T02:59:41.886Z Compiling itertools v0.13.0
17232026-03-19T02:59:41.905Z Compiling tokio-stream v0.1.18
17242026-03-19T02:59:42.460Z Compiling buf-list v1.1.2
17252026-03-19T02:59:42.463Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17262026-03-19T02:59:42.463Z Compiling x509-cert v0.2.5
17272026-03-19T02:59:42.470Z Compiling openapiv3 v2.2.0
17282026-03-19T02:59:42.502Z Compiling sha1 v0.10.6
17292026-03-19T02:59:42.540Z Compiling toml_datetime v0.7.5+spec-1.1.0
17302026-03-19T02:59:42.811Z Compiling peg-runtime v0.8.5
17312026-03-19T02:59:42.960Z Compiling lalrpop-util v0.19.12
17322026-03-19T02:59:43.193Z Compiling thread_local v1.1.9
17332026-03-19T02:59:43.211Z Compiling slog-async v2.8.0
17342026-03-19T02:59:43.452Z Compiling crossbeam-channel v0.5.15
17352026-03-19T02:59:43.513Z Compiling futures-executor v0.3.32
17362026-03-19T02:59:43.608Z Compiling is-terminal v0.4.17
17372026-03-19T02:59:43.626Z Compiling filetime v0.2.27
17382026-03-19T02:59:43.721Z Compiling take_mut v0.2.2
17392026-03-19T02:59:43.841Z Compiling xattr v1.6.1
17402026-03-19T02:59:43.844Z Compiling term v1.2.1
17412026-03-19T02:59:43.859Z Compiling futures v0.3.32
17422026-03-19T02:59:44.046Z Compiling tar v0.4.44
17432026-03-19T02:59:44.606Z Compiling slog-term v2.9.2
17442026-03-19T02:59:51.040Z Compiling rustls-webpki v0.103.9
17452026-03-19T02:59:55.046Z Compiling tokio-rustls v0.26.4
17462026-03-19T02:59:55.046Z Compiling rustls-platform-verifier v0.6.2
17472026-03-19T02:59:55.302Z Compiling hyper-rustls v0.27.7
17482026-03-19T02:59:55.554Z Compiling reqwest v0.12.28
17492026-03-19T02:59:55.574Z Compiling reqwest v0.13.2
17502026-03-19T02:59:58.505Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-03-19T02:59:58.772Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-03-19T03:00:02.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17532026-03-19T03:00:02.740Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-03-19T03:00:02.803ZMar 19 03:00:02.475 INFO Starting download, target: Console
17552026-03-19T03:00:02.803ZMar 19 03:00:02.476 INFO Starting download, target: Cockroach
17562026-03-19T03:00:02.803ZMar 19 03:00:02.476 INFO Starting download, target: Clickhouse
17572026-03-19T03:00:02.803ZMar 19 03:00:02.476 INFO Starting download, target: DendriteStub
17582026-03-19T03:00:02.806ZMar 19 03:00:02.476 INFO Starting download, target: MaghemiteMgd
17592026-03-19T03:00:02.806ZMar 19 03:00:02.476 INFO Starting download, target: TransceiverControl
17602026-03-19T03:00:02.806ZMar 19 03:00:02.476 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-03-19T03:00:02.807ZMar 19 03:00:02.476 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-03-19T03:00:02.807ZMar 19 03:00:02.476 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-19T03:00:02.807ZMar 19 03:00:02.476 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17642026-03-19T03:00:02.807ZMar 19 03:00:02.476 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-03-19T03:00:02.807ZMar 19 03:00:02.476 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-03-19T03:00:03.202ZMar 19 03:00:02.863 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-03-19T03:00:03.542ZMar 19 03:00:03.207 INFO Download complete, target: TransceiverControl
17682026-03-19T03:00:03.877ZMar 19 03:00:03.543 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17692026-03-19T03:00:04.246ZMar 19 03:00:03.917 INFO Download complete, target: Console
17702026-03-19T03:00:04.268ZMar 19 03:00:03.930 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-03-19T03:00:04.396ZMar 19 03:00:04.070 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17722026-03-19T03:00:04.791ZMar 19 03:00:04.466 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-03-19T03:00:04.791ZMar 19 03:00:04.466 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-03-19T03:00:04.797ZMar 19 03:00:04.471 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17752026-03-19T03:00:07.837ZMar 19 03:00:07.510 INFO Download complete, target: MaghemiteMgd
17762026-03-19T03:00:08.005ZMar 19 03:00:07.681 INFO Download complete, target: DendriteStub
17772026-03-19T03:00:12.603ZMar 19 03:00:12.267 INFO Checking that binary works, target: Cockroach
17782026-03-19T03:00:12.728ZMar 19 03:00:12.383 INFO Download complete, target: Cockroach
17792026-03-19T03:00:16.034ZMar 19 03:00:15.702 INFO Checking that binary works, target: Clickhouse
17802026-03-19T03:00:16.196ZMar 19 03:00:15.863 INFO Download complete, target: Clickhouse
17812026-03-19T03:00:16.210ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-03-19T03:00:16.224Z
17832026-03-19T03:00:16.224Zreal 5:02.482787479
17842026-03-19T03:00:16.225Zuser 10:21.417543839
17852026-03-19T03:00:16.225Zsys 1:45.726944092
17862026-03-19T03:00:16.225Ztrap 0.337664273
17872026-03-19T03:00:16.225Ztflt 0.669383366
17882026-03-19T03:00:16.225Zdflt 0.657082957
17892026-03-19T03:00:16.225Zkflt 0.019576275
17902026-03-19T03:00:16.225Zlock 30:49.491320256
17912026-03-19T03:00:16.225Zslp 31:10.558886628
17922026-03-19T03:00:16.225Zlat 56.145507804
17932026-03-19T03:00:16.226Zstop 2:38.259485856
17942026-03-19T03:00:16.226Z+ banner clippy
17952026-03-19T03:00:16.226Z
17962026-03-19T03:00:16.226Z #### # # ##### ##### # #
17972026-03-19T03:00:16.226Z # # # # # # # # # #
17982026-03-19T03:00:16.226Z # # # # # # # #
17992026-03-19T03:00:16.226Z # # # ##### ##### #
18002026-03-19T03:00:16.226Z # # # # # # #
18012026-03-19T03:00:16.226Z #### ###### # # # #
18022026-03-19T03:00:16.226Z
18032026-03-19T03:00:16.227Z+ export CARGO_INCREMENTAL=0
18042026-03-19T03:00:16.227Z+ CARGO_INCREMENTAL=0
18052026-03-19T03:00:16.227Z+ ptime -m cargo xtask clippy
18062026-03-19T03:00:16.903Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18072026-03-19T03:00:17.171Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18082026-03-19T03:00:19.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
18092026-03-19T03:00:19.763Z Running `target/debug/xtask clippy`
18102026-03-19T03:00:19.793Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18112026-03-19T03:00:20.576Z Downloading crates ...
18122026-03-19T03:00:20.853Z Downloaded cfg-expr v0.20.6
18132026-03-19T03:00:20.878Z Downloaded backtrace-ext v0.2.1
18142026-03-19T03:00:20.930Z Downloaded stringmetrics v2.2.2
18152026-03-19T03:00:20.931Z Downloaded tinytemplate v1.2.1
18162026-03-19T03:00:20.931Z Downloaded target-spec v3.5.7
18172026-03-19T03:00:20.931Z Downloaded knuffel-derive v3.2.0
18182026-03-19T03:00:20.931Z Downloaded criterion-plot v0.6.0
18192026-03-19T03:00:20.971Z Downloaded rstest_macros v0.25.0
18202026-03-19T03:00:20.971Z Downloaded event-listener-strategy v0.5.4
18212026-03-19T03:00:20.971Z Downloaded guppy-workspace-hack v0.1.0
18222026-03-19T03:00:21.006Z Downloaded supports-hyperlinks v2.1.0
18232026-03-19T03:00:21.006Z Downloaded rust-argon2 v2.1.0
18242026-03-19T03:00:21.007Z Downloaded target-lexicon v0.13.3
18252026-03-19T03:00:21.007Z Downloaded plotters v0.3.7
18262026-03-19T03:00:21.024Z Downloaded textwrap v0.15.2
18272026-03-19T03:00:21.024Z Downloaded similar-asserts v1.7.0
18282026-03-19T03:00:21.024Z Downloaded owo-colors v3.5.0
18292026-03-19T03:00:21.024Z Downloaded constant_time_eq v0.3.1
18302026-03-19T03:00:21.024Z Downloaded approx v0.5.1
18312026-03-19T03:00:21.024Z Downloaded async-object-pool v0.2.0
18322026-03-19T03:00:21.024Z Downloaded cast v0.3.0
18332026-03-19T03:00:21.046Z Downloaded knuffel v3.2.0
18342026-03-19T03:00:21.046Z Downloaded escape8259 v0.5.3
18352026-03-19T03:00:21.046Z Downloaded partial-io v0.5.4
18362026-03-19T03:00:21.046Z Downloaded chumsky v0.9.3
18372026-03-19T03:00:21.046Z Downloaded libtest-mimic v0.8.1
18382026-03-19T03:00:21.046Z Downloaded concurrent-queue v2.5.0
18392026-03-19T03:00:21.076Z Downloaded rstest v0.25.0
18402026-03-19T03:00:21.076Z Downloaded serde_regex v1.1.0
18412026-03-19T03:00:21.077Z Downloaded backtrace v0.3.76
18422026-03-19T03:00:21.077Z Downloaded guppy v0.17.25
18432026-03-19T03:00:21.077Z Downloaded target-triple v1.0.0
18442026-03-19T03:00:21.077Z Downloaded datatest-stable v0.3.3
18452026-03-19T03:00:21.077Z Downloaded plotters-svg v0.3.7
18462026-03-19T03:00:21.121Z Downloaded assert_cmd v2.1.2
18472026-03-19T03:00:21.121Z Downloaded addr2line v0.25.1
18482026-03-19T03:00:21.121Z Downloaded supports-unicode v2.1.0
18492026-03-19T03:00:21.121Z Downloaded path-tree v0.8.3
18502026-03-19T03:00:21.121Z Downloaded relative-path v1.9.3
18512026-03-19T03:00:21.121Z Downloaded cargo_metadata v0.23.1
18522026-03-19T03:00:21.121Z Downloaded supports-color v2.1.0
18532026-03-19T03:00:21.122Z Downloaded fancy-regex v0.14.0
18542026-03-19T03:00:21.122Z Downloaded cargo-platform v0.3.2
18552026-03-19T03:00:21.122Z Downloaded trybuild v1.0.116
18562026-03-19T03:00:21.122Z Downloaded nested v0.1.1
18572026-03-19T03:00:21.132Z Downloaded criterion v0.7.0
18582026-03-19T03:00:21.132Z Downloaded gimli v0.32.3
18592026-03-19T03:00:21.133Z Downloaded hashbrown v0.14.5
18602026-03-19T03:00:21.161Z Downloaded pathdiff v0.2.3
18612026-03-19T03:00:21.175Z Downloaded httptest v0.16.4
18622026-03-19T03:00:21.175Z Downloaded linkme-impl v0.3.35
18632026-03-19T03:00:21.176Z Downloaded terminal_size v0.1.17
18642026-03-19T03:00:21.177Z Downloaded oorandom v11.1.5
18652026-03-19T03:00:21.225Z Downloaded toml v1.0.3+spec-1.1.0
18662026-03-19T03:00:21.225Z Downloaded termcolor v1.4.1
18672026-03-19T03:00:21.225Z Downloaded rand_distr v0.5.1
18682026-03-19T03:00:21.281Z Downloaded event-listener v5.4.1
18692026-03-19T03:00:21.281Z Downloaded async-lock v3.4.2
18702026-03-19T03:00:21.282Z Downloaded httpmock v0.8.3
18712026-03-19T03:00:21.333Z Downloaded rustc-demangle v0.1.27
18722026-03-19T03:00:21.333Z Downloaded blake2b_simd v1.0.4
18732026-03-19T03:00:21.333Z Downloaded plotters-backend v0.3.7
18742026-03-19T03:00:21.333Z Downloaded assert-json-diff v2.0.2
18752026-03-19T03:00:21.333Z Downloaded anes v0.1.6
18762026-03-19T03:00:21.333Z Downloaded parking v2.2.1
18772026-03-19T03:00:21.334Z Downloaded miette v5.10.0
18782026-03-19T03:00:21.334Z Downloaded futures-timer v3.0.3
18792026-03-19T03:00:21.334Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18802026-03-19T03:00:21.334Z Downloaded linkme v0.3.35
18812026-03-19T03:00:21.596Z Downloaded miette-derive v5.10.0
18822026-03-19T03:00:23.749Z Checking cfg-if v1.0.4
18832026-03-19T03:00:24.159Z Checking libc v0.2.180
18842026-03-19T03:00:24.169Z Checking serde_core v1.0.228
18852026-03-19T03:00:24.247Z Checking memchr v2.8.0
18862026-03-19T03:00:24.301Z Checking smallvec v1.15.1
18872026-03-19T03:00:24.352Z Checking itoa v1.0.17
18882026-03-19T03:00:24.352Z Checking log v0.4.29
18892026-03-19T03:00:24.452Z Checking zeroize v1.8.2
18902026-03-19T03:00:24.503Z Checking libm v0.2.16
18912026-03-19T03:00:24.567Z Checking scopeguard v1.2.0
18922026-03-19T03:00:24.620Z Checking stable_deref_trait v1.2.1
18932026-03-19T03:00:24.672Z Checking zmij v1.0.21
18942026-03-19T03:00:24.728Z Checking zerofrom v0.1.6
18952026-03-19T03:00:24.772Z Checking lock_api v0.4.14
18962026-03-19T03:00:24.820Z Checking errno v0.3.14
18972026-03-19T03:00:24.820Z Checking getrandom v0.2.17
18982026-03-19T03:00:24.909Z Checking yoke v0.8.1
18992026-03-19T03:00:24.958Z Checking percent-encoding v2.3.2
19002026-03-19T03:00:25.006Z Checking litemap v0.8.1
19012026-03-19T03:00:25.055Z Checking writeable v0.6.2
19022026-03-19T03:00:25.096Z Checking subtle v2.6.1
19032026-03-19T03:00:25.143Z Checking icu_properties_data v2.1.2
19042026-03-19T03:00:25.187Z Checking icu_normalizer_data v2.1.1
19052026-03-19T03:00:25.191Z Checking zerovec v0.11.5
19062026-03-19T03:00:25.276Z Checking zerotrie v0.2.3
19072026-03-19T03:00:25.324Z Checking form_urlencoded v1.2.2
19082026-03-19T03:00:25.324Z Checking rand_core v0.6.4
19092026-03-19T03:00:25.328Z Checking portable-atomic v1.13.1
19102026-03-19T03:00:25.457Z Checking utf8_iter v1.0.4
19112026-03-19T03:00:25.507Z Checking num-traits v0.2.19
19122026-03-19T03:00:25.561Z Checking pin-project-lite v0.2.17
19132026-03-19T03:00:25.619Z Checking zerocopy v0.8.40
19142026-03-19T03:00:25.666Z Checking critical-section v1.2.0
19152026-03-19T03:00:25.717Z Checking parking_lot_core v0.9.12
19162026-03-19T03:00:25.766Z Checking rand_core v0.10.0
19172026-03-19T03:00:25.834Z Checking signal-hook-registry v1.4.8
19182026-03-19T03:00:25.883Z Checking tinystr v0.8.2
19192026-03-19T03:00:25.977Z Checking potential_utf v0.1.4
19202026-03-19T03:00:26.025Z Checking parking_lot v0.12.5
19212026-03-19T03:00:26.069Z Checking once_cell v1.21.3
19222026-03-19T03:00:26.114Z Checking getrandom v0.4.1
19232026-03-19T03:00:26.160Z Checking icu_locale_core v2.1.1
19242026-03-19T03:00:26.206Z Checking icu_collections v2.1.1
19252026-03-19T03:00:26.310Z Checking mio v1.1.1
19262026-03-19T03:00:26.362Z Checking serde v1.0.228
19272026-03-19T03:00:26.362Z Checking bitflags v2.11.0
19282026-03-19T03:00:26.366Z Checking serde_json v1.0.149
19292026-03-19T03:00:26.496Z Checking typenum v1.19.0
19302026-03-19T03:00:26.636Z Checking socket2 v0.6.2
19312026-03-19T03:00:26.708Z Checking thiserror v2.0.18
19322026-03-19T03:00:26.765Z Checking iana-time-zone v0.1.65
19332026-03-19T03:00:26.883Z Checking allocator-api2 v0.2.21
19342026-03-19T03:00:26.934Z Checking semver v1.0.27
19352026-03-19T03:00:26.981Z Checking icu_provider v2.1.1
19362026-03-19T03:00:26.986Z Checking uuid v1.21.0
19372026-03-19T03:00:27.071Z Checking bytes v1.11.1
19382026-03-19T03:00:27.228Z Checking chrono v0.4.44
19392026-03-19T03:00:27.274Z Checking generic-array v0.14.7
19402026-03-19T03:00:27.324Z Checking futures-core v0.3.32
19412026-03-19T03:00:27.372Z Checking icu_properties v2.1.2
19422026-03-19T03:00:27.373Z Checking icu_normalizer v2.1.1
19432026-03-19T03:00:27.480Z Checking equivalent v1.0.2
19442026-03-19T03:00:27.581Z Checking dyn-clone v1.0.20
19452026-03-19T03:00:27.618Z Checking const-oid v0.9.6
19462026-03-19T03:00:27.709Z Checking tokio v1.49.0
19472026-03-19T03:00:27.763Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19482026-03-19T03:00:27.845Z Checking foldhash v0.2.0
19492026-03-19T03:00:27.927Z Checking crypto-common v0.1.7
19502026-03-19T03:00:28.110Z Checking hashbrown v0.16.1
19512026-03-19T03:00:28.136Z Checking block-buffer v0.10.4
19522026-03-19T03:00:28.185Z Checking futures-sink v0.3.32
19532026-03-19T03:00:28.351Z Checking rustix v1.1.3
19542026-03-19T03:00:28.371Z Checking byteorder v1.5.0
19552026-03-19T03:00:28.437Z Checking futures-channel v0.3.32
19562026-03-19T03:00:28.543Z Checking idna_adapter v1.2.1
19572026-03-19T03:00:28.668Z Checking digest v0.10.7
19582026-03-19T03:00:28.708Z Checking futures-io v0.3.32
19592026-03-19T03:00:28.757Z Checking idna v1.1.0
19602026-03-19T03:00:28.796Z Checking futures-task v0.3.32
19612026-03-19T03:00:28.849Z Checking slab v0.4.12
19622026-03-19T03:00:28.910Z Checking cpufeatures v0.2.17
19632026-03-19T03:00:28.952Z Checking indexmap v2.13.0
19642026-03-19T03:00:29.032Z Checking thiserror v1.0.69
19652026-03-19T03:00:29.079Z Checking getrandom v0.3.4
19662026-03-19T03:00:29.117Z Checking futures-util v0.3.32
19672026-03-19T03:00:29.126Z Checking url v2.5.8
19682026-03-19T03:00:29.198Z Checking fnv v1.0.7
19692026-03-19T03:00:29.281Z Checking regex-syntax v0.8.10
19702026-03-19T03:00:29.373Z Checking http v1.4.0
19712026-03-19T03:00:29.580Z Checking tracing-core v0.1.36
19722026-03-19T03:00:29.653Z Checking ppv-lite86 v0.2.21
19732026-03-19T03:00:29.767Z Checking schemars v0.8.22
19742026-03-19T03:00:29.841Z Checking base64 v0.22.1
19752026-03-19T03:00:30.019Z Checking tracing v0.1.44
19762026-03-19T03:00:30.067Z Checking unicode-ident v1.0.24
19772026-03-19T03:00:30.137Z Checking ipnet v2.11.0
19782026-03-19T03:00:30.188Z Checking anstyle v1.0.13
19792026-03-19T03:00:30.231Z Checking utf8parse v0.2.2
19802026-03-19T03:00:30.316Z Checking proc-macro2 v1.0.106
19812026-03-19T03:00:30.395Z Checking untrusted v0.9.0
19822026-03-19T03:00:30.453Z Checking anstyle-parse v0.2.7
19832026-03-19T03:00:30.506Z Checking aho-corasick v1.1.4
19842026-03-19T03:00:30.564Z Checking ring v0.17.14
19852026-03-19T03:00:30.645Z Checking colorchoice v1.0.4
19862026-03-19T03:00:30.711Z Checking anstyle-query v1.1.5
19872026-03-19T03:00:30.755Z Checking quote v1.0.44
19882026-03-19T03:00:30.807Z Checking base64ct v1.8.3
19892026-03-19T03:00:30.856Z Checking is_terminal_polyfill v1.70.2
19902026-03-19T03:00:30.999Z Checking anstream v0.6.21
19912026-03-19T03:00:31.045Z Checking syn v2.0.117
19922026-03-19T03:00:31.123Z Checking block-padding v0.3.3
19932026-03-19T03:00:31.170Z Checking terminal_size v0.4.3
19942026-03-19T03:00:31.289Z Checking rustls-pki-types v1.14.0
19952026-03-19T03:00:31.331Z Checking inout v0.1.4
19962026-03-19T03:00:31.442Z Checking crossbeam-utils v0.8.21
19972026-03-19T03:00:31.488Z Checking regex-automata v0.4.14
19982026-03-19T03:00:31.609Z Checking httparse v1.10.1
19992026-03-19T03:00:31.773Z Checking cipher v0.4.4
20002026-03-19T03:00:31.854Z Checking clap_lex v1.0.0
20012026-03-19T03:00:31.933Z Checking strsim v0.11.1
20022026-03-19T03:00:31.964Z Checking sha2 v0.10.9
20032026-03-19T03:00:31.967Z Checking pem-rfc7468 v0.7.0
20042026-03-19T03:00:32.061Z Checking tokio-util v0.7.18
20052026-03-19T03:00:32.106Z Checking http-body v1.0.1
20062026-03-19T03:00:32.110Z Checking rand_core v0.9.5
20072026-03-19T03:00:32.197Z Checking clap_builder v4.5.60
20082026-03-19T03:00:32.244Z Checking atomic-waker v1.1.2
20092026-03-19T03:00:32.304Z Checking hmac v0.12.1
20102026-03-19T03:00:32.353Z Checking try-lock v0.2.5
20112026-03-19T03:00:32.403Z Checking httpdate v1.0.3
20122026-03-19T03:00:32.450Z Checking ryu v1.0.23
20132026-03-19T03:00:32.508Z Checking tower-service v0.3.3
20142026-03-19T03:00:32.511Z Checking want v0.3.1
20152026-03-19T03:00:32.619Z Checking pin-utils v0.1.0
20162026-03-19T03:00:32.667Z Checking tower-layer v0.3.3
20172026-03-19T03:00:32.670Z Checking flagset v0.4.7
20182026-03-19T03:00:32.756Z Checking rand_chacha v0.9.0
20192026-03-19T03:00:32.756Z Checking erased-serde v0.3.31
20202026-03-19T03:00:32.887Z Checking spin v0.9.8
20212026-03-19T03:00:32.934Z Checking der v0.7.10
20222026-03-19T03:00:32.956Z Checking h2 v0.4.13
20232026-03-19T03:00:33.051Z Checking rand v0.9.2
20242026-03-19T03:00:33.156Z Checking anyhow v1.0.102
20252026-03-19T03:00:33.426Z Checking slog v2.8.2
20262026-03-19T03:00:33.460Z Checking powerfmt v0.2.0
20272026-03-19T03:00:33.683Z Checking deranged v0.5.8
20282026-03-19T03:00:33.736Z Checking num_threads v0.1.7
20292026-03-19T03:00:33.857Z Checking time-core v0.1.8
20302026-03-19T03:00:33.891Z Checking num-conv v0.2.0
20312026-03-19T03:00:33.954Z Checking clap v4.5.60
20322026-03-19T03:00:33.986Z Checking http-body-util v0.1.3
20332026-03-19T03:00:34.031Z Checking aws-lc-sys v0.37.1
20342026-03-19T03:00:34.081Z Checking untrusted v0.7.1
20352026-03-19T03:00:34.133Z Checking openssl-probe v0.2.1
20362026-03-19T03:00:34.145Z Checking fastrand v2.3.0
20372026-03-19T03:00:34.260Z Checking regex v1.12.3
20382026-03-19T03:00:34.318Z Checking spki v0.7.3
20392026-03-19T03:00:34.351Z Checking serde_urlencoded v0.7.1
20402026-03-19T03:00:34.357Z Checking pbkdf2 v0.12.2
20412026-03-19T03:00:34.452Z Checking aes v0.8.4
20422026-03-19T03:00:34.576Z Checking rand_chacha v0.3.1
20432026-03-19T03:00:34.631Z Checking pretty-hex v0.4.1
20442026-03-19T03:00:34.664Z Checking unicode-width v0.2.0
20452026-03-19T03:00:34.724Z Checking cbc v0.1.2
20462026-03-19T03:00:34.800Z Checking salsa20 v0.10.2
20472026-03-19T03:00:34.863Z Checking aws-lc-rs v1.16.0
20482026-03-19T03:00:34.890Z Checking rand v0.8.5
20492026-03-19T03:00:34.931Z Checking ipnetwork v0.21.1
20502026-03-19T03:00:34.992Z Checking scrypt v0.11.0
20512026-03-19T03:00:35.051Z Checking time v0.3.47
20522026-03-19T03:00:35.066Z Checking tempfile v3.25.0
20532026-03-19T03:00:35.066Z Checking hex v0.4.3
20542026-03-19T03:00:35.210Z Checking plain v0.2.3
20552026-03-19T03:00:35.249Z Checking pkcs5 v0.7.1
20562026-03-19T03:00:35.372Z Checking rustls-native-certs v0.8.3
20572026-03-19T03:00:35.421Z Checking sync_wrapper v1.0.2
20582026-03-19T03:00:35.427Z Checking camino v1.2.2
20592026-03-19T03:00:35.570Z Checking ucd-trie v0.1.7
20602026-03-19T03:00:35.695Z Checking tower v0.5.3
20612026-03-19T03:00:35.719Z Checking pkcs8 v0.10.2
20622026-03-19T03:00:35.719Z Checking webpki-roots v1.0.6
20632026-03-19T03:00:35.772Z Checking pest v2.8.6
20642026-03-19T03:00:35.845Z Checking iri-string v0.7.10
20652026-03-19T03:00:35.889Z Checking mime v0.3.17
20662026-03-19T03:00:35.934Z Checking either v1.15.0
20672026-03-19T03:00:35.991Z Checking rustls-webpki v0.103.9
20682026-03-19T03:00:36.154Z Checking openapiv3 v2.2.0
20692026-03-19T03:00:36.206Z Checking winnow v0.7.14
20702026-03-19T03:00:36.251Z Checking oxnet v0.1.4
20712026-03-19T03:00:36.584Z Checking rustls v0.23.37
20722026-03-19T03:00:36.593Z Checking hyper v1.8.1
20732026-03-19T03:00:36.697Z Checking lazy_static v1.5.0
20742026-03-19T03:00:36.724Z Checking foreign-types-shared v0.1.1
20752026-03-19T03:00:36.827Z Checking static_assertions v1.1.0
20762026-03-19T03:00:36.867Z Checking foreign-types v0.3.2
20772026-03-19T03:00:36.947Z Checking signature v2.2.0
20782026-03-19T03:00:36.993Z Checking openssl-sys v0.9.111
20792026-03-19T03:00:37.150Z Checking encoding_rs v0.8.35
20802026-03-19T03:00:37.273Z Checking simd-adler32 v0.3.8
20812026-03-19T03:00:37.338Z Checking tower-http v0.6.8
20822026-03-19T03:00:37.542Z Checking hubpack v0.1.2
20832026-03-19T03:00:37.657Z Checking openssl v0.10.75
20842026-03-19T03:00:37.766Z Checking adler2 v2.0.1
20852026-03-19T03:00:37.801Z Checking strum v0.26.3
20862026-03-19T03:00:37.850Z Checking hyper-util v0.1.20
20872026-03-19T03:00:37.907Z Checking sha1 v0.10.6
20882026-03-19T03:00:37.948Z Checking miniz_oxide v0.8.9
20892026-03-19T03:00:37.994Z Checking data-encoding v2.10.0
20902026-03-19T03:00:38.004Z Checking tinyvec_macros v0.1.1
20912026-03-19T03:00:38.139Z Checking toml_datetime v0.6.11
20922026-03-19T03:00:38.182Z Checking tinyvec v1.10.0
20932026-03-19T03:00:38.387Z Checking serde_spanned v0.6.9
20942026-03-19T03:00:38.424Z Checking num-integer v0.1.46
20952026-03-19T03:00:38.472Z Checking scroll v0.13.0
20962026-03-19T03:00:38.478Z Checking memmap2 v0.9.10
20972026-03-19T03:00:38.568Z Checking bit-vec v0.8.0
20982026-03-19T03:00:38.646Z Checking base16ct v0.2.0
20992026-03-19T03:00:38.756Z Checking dtrace-parser v0.3.0
21002026-03-19T03:00:38.764Z Checking crossbeam-epoch v0.9.18
21012026-03-19T03:00:38.850Z Checking goblin v0.10.5
21022026-03-19T03:00:38.853Z Checking sec1 v0.7.3
21032026-03-19T03:00:38.939Z Checking bit-set v0.8.0
21042026-03-19T03:00:39.096Z Checking crc32fast v1.5.0
21052026-03-19T03:00:39.169Z Checking ff v0.13.1
21062026-03-19T03:00:39.189Z Checking thread-id v5.1.0
21072026-03-19T03:00:39.192Z Checking wait-timeout v0.2.1
21082026-03-19T03:00:39.317Z Checking num-iter v0.1.45
21092026-03-19T03:00:39.363Z Checking group v0.13.0
21102026-03-19T03:00:39.410Z Checking bstr v1.12.1
21112026-03-19T03:00:39.413Z Checking hkdf v0.12.4
21122026-03-19T03:00:39.502Z Checking ahash v0.8.12
21132026-03-19T03:00:39.592Z Checking crypto-bigint v0.5.5
21142026-03-19T03:00:39.597Z Checking quick-error v1.2.3
21152026-03-19T03:00:39.687Z Checking rand_xorshift v0.4.0
21162026-03-19T03:00:39.758Z Checking rusty-fork v0.3.1
21172026-03-19T03:00:39.806Z Checking scroll v0.12.0
21182026-03-19T03:00:39.860Z Checking tokio-rustls v0.26.4
21192026-03-19T03:00:39.907Z Checking unarray v0.1.4
21202026-03-19T03:00:39.997Z Checking num-bigint-dig v0.8.6
21212026-03-19T03:00:40.045Z Checking pkcs1 v0.7.5
21222026-03-19T03:00:40.089Z Checking proptest v1.10.0
21232026-03-19T03:00:40.141Z Checking goblin v0.8.2
21242026-03-19T03:00:40.191Z Checking hyper-rustls v0.27.7
21252026-03-19T03:00:40.351Z Checking x509-cert v0.2.5
21262026-03-19T03:00:40.538Z Checking zerocopy v0.7.35
21272026-03-19T03:00:40.555Z Checking native-tls v0.2.18
21282026-03-19T03:00:40.799Z Checking tokio-native-tls v0.3.1
21292026-03-19T03:00:41.041Z Checking elliptic-curve v0.13.8
21302026-03-19T03:00:41.087Z Checking hyper-tls v0.6.0
21312026-03-19T03:00:41.253Z Checking unicode-segmentation v1.12.0
21322026-03-19T03:00:41.283Z Checking zlib-rs v0.6.2
21332026-03-19T03:00:41.314Z Checking reqwest v0.12.28
21342026-03-19T03:00:41.314Z Checking psl-types v2.0.11
21352026-03-19T03:00:41.618Z Checking rsa v0.9.10
21362026-03-19T03:00:41.646Z Checking publicsuffix v2.3.0
21372026-03-19T03:00:41.683Z Checking crossbeam-deque v0.8.6
21382026-03-19T03:00:41.781Z Checking dtrace-parser v0.2.0
21392026-03-19T03:00:41.922Z Checking cookie v0.18.1
21402026-03-19T03:00:42.159Z Checking rfc6979 v0.4.0
21412026-03-19T03:00:42.203Z Checking thread-id v4.2.2
21422026-03-19T03:00:42.203Z Checking dof v0.4.0
21432026-03-19T03:00:42.297Z Checking toml_write v0.1.2
21442026-03-19T03:00:42.303Z Checking ecdsa v0.16.9
21452026-03-19T03:00:42.303Z Checking cookie_store v0.22.1
21462026-03-19T03:00:42.457Z Checking rustls-platform-verifier v0.6.2
21472026-03-19T03:00:42.502Z Checking flate2 v1.1.9
21482026-03-19T03:00:42.508Z Checking toml_edit v0.22.27
21492026-03-19T03:00:42.617Z Checking newtype-uuid v1.3.2
21502026-03-19T03:00:42.656Z Checking toml_parser v1.0.9+spec-1.1.0
21512026-03-19T03:00:42.760Z Checking curve25519-dalek v4.1.3
21522026-03-19T03:00:42.837Z Checking memoffset v0.9.1
21532026-03-19T03:00:42.867Z Checking dof v0.3.0
21542026-03-19T03:00:42.912Z Checking rustix v0.38.44
21552026-03-19T03:00:42.956Z Checking env_filter v1.0.0
21562026-03-19T03:00:42.984Z Checking keccak v0.1.6
21572026-03-19T03:00:43.080Z Checking usdt-impl v0.6.0
21582026-03-19T03:00:43.167Z Checking daft v0.1.5
21592026-03-19T03:00:43.178Z Checking env_logger v0.11.9
21602026-03-19T03:00:43.415Z Checking sha3 v0.10.8
21612026-03-19T03:00:43.446Z Checking usdt-impl v0.5.0
21622026-03-19T03:00:43.497Z Checking reqwest v0.13.2
21632026-03-19T03:00:43.535Z Checking usdt v0.6.0
21642026-03-19T03:00:43.536Z Checking ed25519 v2.2.3
21652026-03-19T03:00:43.623Z Checking itertools v0.13.0
21662026-03-19T03:00:43.692Z Checking serde_with v3.17.0
21672026-03-19T03:00:43.737Z Checking bitflags v1.3.2
21682026-03-19T03:00:43.878Z Checking siphasher v1.0.2
21692026-03-19T03:00:44.009Z Checking ed25519-dalek v2.2.0
21702026-03-19T03:00:44.009Z Checking unicode-normalization v0.1.25
21712026-03-19T03:00:44.076Z Checking signal-hook v0.3.18
21722026-03-19T03:00:44.102Z Checking toml_datetime v0.7.5+spec-1.1.0
21732026-03-19T03:00:44.134Z Checking managed v0.8.0
21742026-03-19T03:00:44.203Z Checking winnow v0.5.40
21752026-03-19T03:00:44.353Z Checking nix v0.31.1
21762026-03-19T03:00:44.471Z Checking rayon-core v1.13.0
21772026-03-19T03:00:44.549Z Checking bzip2-sys v0.1.13+1.0.8
21782026-03-19T03:00:44.605Z Checking object v0.37.3
21792026-03-19T03:00:44.704Z Checking foldhash v0.1.5
21802026-03-19T03:00:44.750Z Checking bzip2 v0.4.4
21812026-03-19T03:00:44.841Z Checking hashbrown v0.15.5
21822026-03-19T03:00:44.900Z Checking signal-hook-mio v0.2.5
21832026-03-19T03:00:44.941Z Checking ref-cast v1.0.25
21842026-03-19T03:00:45.067Z Checking zstd-sys v2.0.16+zstd.1.5.7
21852026-03-19T03:00:45.103Z Checking zip v0.6.6
21862026-03-19T03:00:45.129Z Checking bumpalo v3.20.2
21872026-03-19T03:00:45.229Z Checking zstd-safe v7.2.4
21882026-03-19T03:00:45.422Z Checking libbz2-rs-sys v0.2.2
21892026-03-19T03:00:45.482Z Checking zopfli v0.8.3
21902026-03-19T03:00:45.509Z Checking zstd v0.13.3
21912026-03-19T03:00:45.581Z Checking crossterm v0.28.1
21922026-03-19T03:00:45.744Z Checking rayon v1.11.0
21932026-03-19T03:00:45.854Z Checking similar v2.7.0
21942026-03-19T03:00:45.890Z Checking toml_edit v0.19.15
21952026-03-19T03:00:45.902Z Checking fs-err v3.3.0
21962026-03-19T03:00:45.934Z Checking hash32 v0.2.1
21972026-03-19T03:00:45.977Z Checking bzip2 v0.6.1
21982026-03-19T03:00:46.177Z Checking serde-big-array v0.5.1
21992026-03-19T03:00:46.221Z Checking unicode-bidi v0.3.18
22002026-03-19T03:00:46.295Z Checking unicode-properties v0.1.4
22012026-03-19T03:00:46.341Z Checking predicates-core v1.0.10
22022026-03-19T03:00:46.387Z Checking jiff v0.2.21
22032026-03-19T03:00:46.532Z Checking heapless v0.7.17
22042026-03-19T03:00:46.581Z Checking hickory-proto v0.25.2
22052026-03-19T03:00:46.585Z Checking tokio-stream v0.1.18
22062026-03-19T03:00:46.670Z Checking stringprep v0.1.5
22072026-03-19T03:00:46.899Z Checking md-5 v0.10.6
22082026-03-19T03:00:47.107Z Checking float-cmp v0.10.0
22092026-03-19T03:00:47.154Z Checking rustc-hash v2.1.1
22102026-03-19T03:00:47.200Z Checking normalize-line-endings v0.3.0
22112026-03-19T03:00:47.262Z Checking toml v0.7.8
22122026-03-19T03:00:47.311Z Checking fallible-iterator v0.2.0
22132026-03-19T03:00:47.361Z Checking difflib v0.4.0
22142026-03-19T03:00:47.364Z Checking iddqd v0.3.17
22152026-03-19T03:00:47.625Z Checking predicates v3.1.4
22162026-03-19T03:00:47.711Z Checking postgres-protocol v0.6.10
22172026-03-19T03:00:47.758Z Checking smoltcp v0.9.1
22182026-03-19T03:00:47.807Z Checking phf_shared v0.11.3
22192026-03-19T03:00:47.810Z Checking phf_shared v0.13.1
22202026-03-19T03:00:48.035Z Checking itertools v0.12.1
22212026-03-19T03:00:48.083Z Checking console v0.16.2
22222026-03-19T03:00:48.152Z Checking buf-list v1.1.2
22232026-03-19T03:00:48.156Z Checking strum v0.27.2
22242026-03-19T03:00:48.374Z Checking new_debug_unreachable v1.0.6
22252026-03-19T03:00:48.423Z Checking unit-prefix v0.5.2
22262026-03-19T03:00:48.500Z Checking fixedbitset v0.5.7
22272026-03-19T03:00:48.548Z Checking fixedbitset v0.4.2
22282026-03-19T03:00:48.597Z Checking lalrpop-util v0.19.12
22292026-03-19T03:00:48.608Z Checking precomputed-hash v0.1.1
22302026-03-19T03:00:48.684Z Checking indicatif v0.18.4
22312026-03-19T03:00:48.743Z Checking string_cache v0.8.9
22322026-03-19T03:00:48.798Z Checking petgraph v0.6.5
22332026-03-19T03:00:48.805Z Checking petgraph v0.8.3
22342026-03-19T03:00:48.885Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22352026-03-19T03:00:48.989Z Checking postgres-types v0.2.12
22362026-03-19T03:00:49.209Z Checking phf v0.13.1
22372026-03-19T03:00:49.442Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22382026-03-19T03:00:49.494Z Checking zone v0.3.1
22392026-03-19T03:00:49.498Z Checking whoami v2.1.0
22402026-03-19T03:00:49.584Z Checking zip v4.6.1
22412026-03-19T03:00:49.823Z Checking peg-runtime v0.8.5
22422026-03-19T03:00:49.868Z Checking tokio-postgres v0.7.16
22432026-03-19T03:00:50.048Z Checking futures-executor v0.3.32
22442026-03-19T03:00:50.141Z Checking is-terminal v0.4.17
22452026-03-19T03:00:50.265Z Checking futures v0.3.32
22462026-03-19T03:00:50.313Z Checking crossbeam-channel v0.5.15
22472026-03-19T03:00:50.388Z Compiling structmeta-derive v0.3.0
22482026-03-19T03:00:50.443Z Checking thread_local v1.1.9
22492026-03-19T03:00:50.447Z Checking take_mut v0.2.2
22502026-03-19T03:00:50.609Z Checking term v1.2.1
22512026-03-19T03:00:50.657Z Compiling newtype-uuid-macros v0.1.0
22522026-03-19T03:00:50.701Z Compiling rustls v0.22.4
22532026-03-19T03:00:50.781Z Checking slog-async v2.8.0
22542026-03-19T03:00:50.935Z Checking slog-term v2.9.2
22552026-03-19T03:00:51.040Z Checking regress v0.10.5
22562026-03-19T03:00:51.043Z Compiling multer v3.1.0
22572026-03-19T03:00:51.130Z Compiling async-stream-impl v0.3.6
22582026-03-19T03:00:51.307Z Compiling dropshot v0.16.7
22592026-03-19T03:00:51.454Z Compiling dropshot_endpoint v0.16.7
22602026-03-19T03:00:51.574Z Checking match_cfg v0.1.0
22612026-03-19T03:00:51.717Z Checking slog-json v2.6.1
22622026-03-19T03:00:51.750Z Checking hostname v0.3.1
22632026-03-19T03:00:51.785Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-03-19T03:00:51.910Z Compiling structmeta v0.3.0
22652026-03-19T03:00:51.921Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22662026-03-19T03:00:51.950Z Checking slog-bunyan v2.5.0
22672026-03-19T03:00:51.969Z Checking debug-ignore v1.0.5
22682026-03-19T03:00:52.132Z Checking serde_spanned v1.0.4
22692026-03-19T03:00:52.176Z Compiling derive-ex v0.1.8
22702026-03-19T03:00:52.200Z Checking toml_writer v1.0.6+spec-1.1.0
22712026-03-19T03:00:52.275Z Checking rustls-webpki v0.102.8
22722026-03-19T03:00:52.336Z Checking serde_path_to_error v0.1.20
22732026-03-19T03:00:52.367Z Checking progenitor-client v0.13.0
22742026-03-19T03:00:52.466Z Checking async-stream v0.3.6
22752026-03-19T03:00:52.508Z Checking toml v0.9.12+spec-1.1.0
22762026-03-19T03:00:52.732Z Checking waitgroup v0.1.2
22772026-03-19T03:00:52.763Z Checking rustls-pemfile v2.2.0
22782026-03-19T03:00:52.867Z Checking hostname v0.4.2
22792026-03-19T03:00:52.958Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22802026-03-19T03:00:53.006Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22812026-03-19T03:00:53.011Z Compiling parse-display-derive v0.10.0
22822026-03-19T03:00:53.093Z Checking itertools v0.14.0
22832026-03-19T03:00:53.206Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22842026-03-19T03:00:53.673Z Checking macaddr v1.0.1
22852026-03-19T03:00:53.721Z Checking progenitor-client v0.10.0
22862026-03-19T03:00:53.721Z Checking instant v0.1.13
22872026-03-19T03:00:53.721Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22882026-03-19T03:00:53.729Z Checking backoff v0.4.0
22892026-03-19T03:00:53.737Z Checking backon v1.6.0
22902026-03-19T03:00:53.890Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22912026-03-19T03:00:54.015Z Checking progenitor-extras v0.1.1
22922026-03-19T03:00:54.027Z Checking heck v0.5.0
22932026-03-19T03:00:54.251Z Checking camino-tempfile v1.4.1
22942026-03-19T03:00:54.344Z Checking toml v0.8.23
22952026-03-19T03:00:54.549Z Compiling convert_case v0.4.0
22962026-03-19T03:00:54.594Z Compiling test-strategy v0.4.5
22972026-03-19T03:00:54.634Z Compiling unsafe-libyaml v0.2.11
22982026-03-19T03:00:54.840Z Checking secrecy v0.10.3
22992026-03-19T03:00:54.890Z Checking tokio-rustls v0.25.0
23002026-03-19T03:00:55.028Z Compiling toml_edit v0.23.10+spec-1.0.0
23012026-03-19T03:00:55.129Z Compiling derive_more v0.99.20
23022026-03-19T03:00:55.392Z Checking parse-display v0.10.0
23032026-03-19T03:00:55.612Z Compiling serde_yaml v0.9.34+deprecated
23042026-03-19T03:00:55.672Z Compiling crucible-workspace-hack v0.1.0
23052026-03-19T03:00:55.932Z Compiling proc-macro-crate v3.4.0
23062026-03-19T03:00:56.222Z Compiling typify-impl v0.6.1
23072026-03-19T03:00:56.663Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23082026-03-19T03:00:56.835Z Checking half v2.7.1
23092026-03-19T03:00:57.208Z Checking ciborium-io v0.2.2
23102026-03-19T03:00:57.262Z Checking glob v0.3.3
23112026-03-19T03:00:57.349Z Checking ciborium-ll v0.2.2
23122026-03-19T03:00:57.517Z Compiling heapless v0.8.0
23132026-03-19T03:00:57.632Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23142026-03-19T03:00:57.678Z Checking ciborium v0.2.2
23152026-03-19T03:00:57.723Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23162026-03-19T03:00:58.028Z Compiling ingot-macros v0.1.1
23172026-03-19T03:00:58.172Z Checking tabwriter v1.4.1
23182026-03-19T03:00:58.222Z Checking hash32 v0.3.1
23192026-03-19T03:00:58.294Z Compiling smoltcp v0.11.0
23202026-03-19T03:00:58.315Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23212026-03-19T03:00:58.411Z Compiling num_enum_derive v0.7.5
23222026-03-19T03:00:58.643Z Checking cobs v0.3.0
23232026-03-19T03:00:58.689Z Compiling foreign-types-macros v0.2.3
23242026-03-19T03:00:58.800Z Checking cpufeatures v0.3.0
23252026-03-19T03:00:58.862Z Checking foreign-types-shared v0.3.1
23262026-03-19T03:00:58.977Z Checking chacha20 v0.10.0
23272026-03-19T03:00:59.044Z Checking postcard v1.1.3
23282026-03-19T03:00:59.511Z Checking foreign-types v0.5.0
23292026-03-19T03:00:59.518Z Compiling proc-macro-crate v1.3.1
23302026-03-19T03:00:59.612Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-03-19T03:00:59.669Z Checking cstr-argument v0.1.2
23322026-03-19T03:00:59.851Z Checking num_enum v0.7.5
23332026-03-19T03:00:59.896Z Checking sigpipe v0.1.3
23342026-03-19T03:00:59.941Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23352026-03-19T03:01:00.051Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-19T03:01:00.067Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23372026-03-19T03:01:00.142Z Checking colored v3.1.1
23382026-03-19T03:01:00.419Z Compiling num_enum_derive v0.5.11
23392026-03-19T03:01:00.469Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23402026-03-19T03:01:00.473Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23412026-03-19T03:01:00.553Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23422026-03-19T03:01:00.708Z Checking rand v0.10.0
23432026-03-19T03:01:00.757Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23442026-03-19T03:01:00.760Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23452026-03-19T03:01:00.845Z Checking indent_write v2.2.0
23462026-03-19T03:01:01.048Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23472026-03-19T03:01:01.239Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23482026-03-19T03:01:01.310Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23492026-03-19T03:01:01.360Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23502026-03-19T03:01:01.457Z Checking smf v0.2.3
23512026-03-19T03:01:01.638Z Compiling num-derive v0.4.2
23522026-03-19T03:01:01.801Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23532026-03-19T03:01:01.847Z Checking num_enum v0.5.11
23542026-03-19T03:01:01.851Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23552026-03-19T03:01:01.954Z Checking ingot-types v0.1.2
23562026-03-19T03:01:02.022Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23572026-03-19T03:01:02.123Z Checking whoami v1.6.1
23582026-03-19T03:01:02.184Z Checking universal-hash v0.5.1
23592026-03-19T03:01:02.377Z Checking opaque-debug v0.3.1
23602026-03-19T03:01:02.383Z Checking aead v0.5.2
23612026-03-19T03:01:02.469Z Checking ingot v0.1.1
23622026-03-19T03:01:02.515Z Checking swrite v0.1.0
23632026-03-19T03:01:02.520Z Checking poly1305 v0.8.0
23642026-03-19T03:01:02.604Z Checking chacha20 v0.9.1
23652026-03-19T03:01:02.651Z Checking unicode-width v0.1.14
23662026-03-19T03:01:02.698Z Compiling thiserror-impl-no-std v2.0.2
23672026-03-19T03:01:02.701Z Compiling typify-macro v0.6.1
23682026-03-19T03:01:02.855Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23692026-03-19T03:01:02.902Z Checking password-hash v0.5.0
23702026-03-19T03:01:02.947Z Checking blake2 v0.10.6
23712026-03-19T03:01:03.007Z Checking chacha20poly1305 v0.10.1
23722026-03-19T03:01:03.179Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23732026-03-19T03:01:03.230Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23742026-03-19T03:01:03.271Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23752026-03-19T03:01:03.320Z Checking argon2 v0.5.3
23762026-03-19T03:01:03.587Z Compiling usdt-macro v0.5.0
23772026-03-19T03:01:03.636Z Compiling usdt-attr-macro v0.5.0
23782026-03-19T03:01:03.641Z Checking memmap v0.7.0
23792026-03-19T03:01:03.794Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23802026-03-19T03:01:03.882Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23812026-03-19T03:01:04.196Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23822026-03-19T03:01:04.373Z Checking thiserror-no-std v2.0.2
23832026-03-19T03:01:04.529Z Checking vsss-rs v3.3.4
23842026-03-19T03:01:04.629Z Compiling derive-where v1.6.0
23852026-03-19T03:01:04.679Z Checking atomicwrites v0.4.4
23862026-03-19T03:01:04.730Z Checking usdt v0.5.0
23872026-03-19T03:01:04.777Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23882026-03-19T03:01:04.878Z Checking console v0.15.11
23892026-03-19T03:01:04.977Z Checking tokio-dtrace v0.1.1
23902026-03-19T03:01:05.144Z Compiling typify v0.6.1
23912026-03-19T03:01:05.253Z Checking oxide-tokio-rt v0.1.3
23922026-03-19T03:01:05.300Z Compiling progenitor-impl v0.13.0
23932026-03-19T03:01:05.348Z Checking newline-converter v0.3.0
23942026-03-19T03:01:05.498Z Compiling prettyplease v0.2.37
23952026-03-19T03:01:05.545Z Checking expectorate v1.2.0
23962026-03-19T03:01:05.591Z Checking bytecount v0.6.9
23972026-03-19T03:01:05.744Z Compiling owo-colors v4.3.0
23982026-03-19T03:01:05.790Z Compiling cancel-safe-futures v0.1.5
23992026-03-19T03:01:05.940Z Checking libsw-core v0.3.2
24002026-03-19T03:01:06.188Z Checking libsw v3.5.0
24012026-03-19T03:01:06.312Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24022026-03-19T03:01:06.339Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24032026-03-19T03:01:06.420Z Checking same-file v1.0.6
24042026-03-19T03:01:06.466Z Checking linear-map v1.2.0
24052026-03-19T03:01:06.513Z Checking num-rational v0.4.2
24062026-03-19T03:01:06.604Z Checking walkdir v2.5.0
24072026-03-19T03:01:06.607Z Checking num-complex v0.4.6
24082026-03-19T03:01:06.721Z Checking float-ord v0.3.2
24092026-03-19T03:01:06.847Z Checking gethostname v0.5.0
24102026-03-19T03:01:06.995Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24112026-03-19T03:01:07.119Z Compiling async-recursion v1.1.1
24122026-03-19T03:01:07.167Z Checking num v0.4.3
24132026-03-19T03:01:07.216Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24142026-03-19T03:01:07.310Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24152026-03-19T03:01:07.676Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24162026-03-19T03:01:08.220Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24172026-03-19T03:01:08.984Z Compiling progenitor-macro v0.13.0
24182026-03-19T03:01:09.443Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24192026-03-19T03:01:10.872Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24202026-03-19T03:01:11.100Z Checking unicode-linebreak v0.1.5
24212026-03-19T03:01:11.183Z Checking smawk v0.3.2
24222026-03-19T03:01:11.318Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24232026-03-19T03:01:11.417Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24242026-03-19T03:01:11.539Z Checking globset v0.4.18
24252026-03-19T03:01:12.033Z Compiling convert_case v0.10.0
24262026-03-19T03:01:12.786Z Compiling slog-dtrace v0.3.0
24272026-03-19T03:01:13.073Z Checking resolv-conf v0.7.6
24282026-03-19T03:01:13.229Z Compiling derive_more-impl v2.1.1
24292026-03-19T03:01:13.541Z Compiling pin-project-internal v1.1.11
24302026-03-19T03:01:13.544Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24312026-03-19T03:01:13.672Z Checking pem v3.0.6
24322026-03-19T03:01:13.886Z Checking fd-lock v4.0.4
24332026-03-19T03:01:13.927Z Checking vte v0.14.1
24342026-03-19T03:01:14.071Z Checking display-error-chain v0.2.2
24352026-03-19T03:01:14.164Z Checking strip-ansi-escapes v0.2.1
24362026-03-19T03:01:14.273Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24372026-03-19T03:01:14.342Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24382026-03-19T03:01:14.390Z Checking derive_more v2.1.1
24392026-03-19T03:01:14.837Z Compiling snafu-derive v0.8.9
24402026-03-19T03:01:14.841Z Checking termtree v0.5.1
24412026-03-19T03:01:14.841Z Checking crossterm v0.29.0
24422026-03-19T03:01:14.841Z Checking nu-ansi-term v0.50.3
24432026-03-19T03:01:15.012Z Checking linked-hash-map v0.5.6
24442026-03-19T03:01:15.117Z Checking pin-project v1.1.11
24452026-03-19T03:01:15.221Z Checking reedline v0.40.0
24462026-03-19T03:01:15.277Z Checking lru-cache v0.1.2
24472026-03-19T03:01:15.319Z Checking textwrap v0.16.2
24482026-03-19T03:01:15.364Z Checking olpc-cjson v0.1.4
24492026-03-19T03:01:15.578Z Checking hickory-proto v0.24.4
24502026-03-19T03:01:15.631Z Checking serde_plain v1.0.2
24512026-03-19T03:01:15.863Z Checking typed-path v0.9.3
24522026-03-19T03:01:16.164Z Checking progenitor v0.13.0
24532026-03-19T03:01:16.375Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24542026-03-19T03:01:16.807Z Compiling minimal-lexical v0.2.1
24552026-03-19T03:01:16.982Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24562026-03-19T03:01:17.149Z Checking snafu v0.8.9
24572026-03-19T03:01:17.196Z Compiling nom v7.1.3
24582026-03-19T03:01:17.502Z Checking tough v0.20.0
24592026-03-19T03:01:17.713Z Checking nibble_vec v0.1.0
24602026-03-19T03:01:17.918Z Checking endian-type v0.1.2
24612026-03-19T03:01:18.043Z Checking hickory-resolver v0.24.4
24622026-03-19T03:01:18.123Z Checking radix_trie v0.2.1
24632026-03-19T03:01:18.442Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24642026-03-19T03:01:19.042Z Compiling ar_archive_writer v0.5.1
24652026-03-19T03:01:19.088Z Checking humantime v2.3.0
24662026-03-19T03:01:19.133Z Checking qorb v0.4.1
24672026-03-19T03:01:19.217Z Checking csv-core v0.1.13
24682026-03-19T03:01:19.382Z Checking base64 v0.21.7
24692026-03-19T03:01:19.501Z Checking csv v1.4.0
24702026-03-19T03:01:19.741Z Compiling stacker v0.1.23
24712026-03-19T03:01:20.015Z Compiling cfg_aliases v0.1.1
24722026-03-19T03:01:20.061Z Checking highway v1.3.0
24732026-03-19T03:01:20.163Z Compiling nix v0.28.0
24742026-03-19T03:01:20.225Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24752026-03-19T03:01:20.228Z Checking papergrid v0.11.0
24762026-03-19T03:01:20.319Z Compiling psm v0.1.30
24772026-03-19T03:01:20.364Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24782026-03-19T03:01:20.410Z Compiling tabled_derive v0.7.0
24792026-03-19T03:01:20.660Z Checking home v0.5.12
24802026-03-19T03:01:20.824Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24812026-03-19T03:01:20.829Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24822026-03-19T03:01:20.915Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24832026-03-19T03:01:21.154Z Checking phf_shared v0.12.1
24842026-03-19T03:01:21.383Z Compiling recursive-proc-macro-impl v0.1.1
24852026-03-19T03:01:21.455Z Compiling chrono-tz v0.10.4
24862026-03-19T03:01:21.537Z Compiling semver v0.1.20
24872026-03-19T03:01:21.598Z Checking phf v0.12.1
24882026-03-19T03:01:21.759Z Checking tabled v0.15.0
24892026-03-19T03:01:21.820Z Compiling rustc_version v0.1.7
24902026-03-19T03:01:21.825Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24912026-03-19T03:01:21.918Z Checking recursive v0.1.1
24922026-03-19T03:01:21.964Z Compiling const_format_proc_macros v0.2.34
24932026-03-19T03:01:22.012Z Compiling peg-macros v0.8.5
24942026-03-19T03:01:22.073Z Checking winnow v0.6.26
24952026-03-19T03:01:22.145Z Compiling sqlparser_derive v0.5.0
24962026-03-19T03:01:22.856Z Checking unicode_categories v0.1.1
24972026-03-19T03:01:23.102Z Checking rustyline v14.0.0
24982026-03-19T03:01:23.107Z Checking const_format v0.2.35
24992026-03-19T03:01:23.190Z Checking sqlparser v0.61.0
25002026-03-19T03:01:23.570Z Compiling newtype_derive v0.1.6
25012026-03-19T03:01:23.810Z Checking sqlformat v0.3.5
25022026-03-19T03:01:23.901Z Checking peg v0.8.5
25032026-03-19T03:01:24.034Z Checking bcs v0.1.6
25042026-03-19T03:01:24.354Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25052026-03-19T03:01:24.416Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25062026-03-19T03:01:24.462Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25072026-03-19T03:01:24.631Z Checking steno v0.4.1
25082026-03-19T03:01:24.838Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25092026-03-19T03:01:24.941Z Compiling typify-impl v0.4.3
25102026-03-19T03:01:25.905Z Checking utf-8 v0.7.6
25112026-03-19T03:01:26.048Z Checking filetime v0.2.27
25122026-03-19T03:01:26.261Z Checking arc-swap v1.8.2
25132026-03-19T03:01:26.593Z Checking xattr v1.6.1
25142026-03-19T03:01:26.807Z Checking tar v0.4.44
25152026-03-19T03:01:27.316Z Checking slog-scope v4.4.1
25162026-03-19T03:01:27.368Z Checking tungstenite v0.21.0
25172026-03-19T03:01:27.530Z Checking slog-stdlog v4.1.1
25182026-03-19T03:01:27.600Z Checking typeid v1.0.3
25192026-03-19T03:01:27.721Z Checking slog-envlogger v2.2.0
25202026-03-19T03:01:27.768Z Checking subprocess v0.2.15
25212026-03-19T03:01:27.943Z Checking headers-core v0.3.0
25222026-03-19T03:01:27.988Z Checking tokio-tungstenite v0.21.0
25232026-03-19T03:01:28.115Z Checking headers v0.4.1
25242026-03-19T03:01:28.182Z Compiling lzma-sys v0.1.20
25252026-03-19T03:01:28.297Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25262026-03-19T03:01:28.381Z Compiling cargo_toml v0.22.3
25272026-03-19T03:01:28.830Z Checking yasna v0.5.2
25282026-03-19T03:01:29.357Z Checking xz2 v0.1.7
25292026-03-19T03:01:29.360Z Checking ron v0.12.0
25302026-03-19T03:01:29.407Z Checking rcgen v0.12.1
25312026-03-19T03:01:29.771Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25322026-03-19T03:01:29.876Z Checking base16ct v1.0.0
25332026-03-19T03:01:29.924Z Checking dropshot-api-manager-types v0.6.0
25342026-03-19T03:01:30.077Z Checking tagptr v0.2.0
25352026-03-19T03:01:30.185Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25362026-03-19T03:01:30.315Z Checking moka v0.12.13
25372026-03-19T03:01:30.343Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25382026-03-19T03:01:30.438Z Compiling libefi-sys v0.1.0
25392026-03-19T03:01:30.573Z Compiling radium v0.7.0
25402026-03-19T03:01:30.778Z Compiling bitfield-struct v0.6.2
25412026-03-19T03:01:31.018Z Compiling maybe-uninit v2.0.0
25422026-03-19T03:01:31.220Z Checking hickory-resolver v0.25.2
25432026-03-19T03:01:31.412Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25442026-03-19T03:01:31.457Z Compiling typify-macro v0.4.3
25452026-03-19T03:01:31.674Z Checking tap v1.0.1
25462026-03-19T03:01:31.854Z Checking wyz v0.5.1
25472026-03-19T03:01:32.017Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25482026-03-19T03:01:32.195Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25492026-03-19T03:01:32.240Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25502026-03-19T03:01:32.412Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25512026-03-19T03:01:32.571Z Compiling zerocopy-derive v0.6.6
25522026-03-19T03:01:32.575Z Checking funty v2.0.0
25532026-03-19T03:01:32.660Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-03-19T03:01:32.794Z Compiling packed_struct v0.10.1
25552026-03-19T03:01:32.842Z Checking crc-catalog v2.4.0
25562026-03-19T03:01:33.006Z Checking crc v3.4.0
25572026-03-19T03:01:33.116Z Checking bitvec v1.0.1
25582026-03-19T03:01:33.230Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-03-19T03:01:33.275Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25602026-03-19T03:01:33.575Z Compiling packed_struct_codegen v0.10.1
25612026-03-19T03:01:33.667Z Compiling bitfield-macros v0.19.4
25622026-03-19T03:01:33.727Z Compiling indexmap v1.9.3
25632026-03-19T03:01:33.773Z Checking zerocopy v0.6.6
25642026-03-19T03:01:33.816Z Compiling typify v0.4.3
25652026-03-19T03:01:34.042Z Compiling progenitor-impl v0.10.0
25662026-03-19T03:01:34.216Z Checking nodrop v0.1.14
25672026-03-19T03:01:34.415Z Checking array-init v0.0.4
25682026-03-19T03:01:34.726Z Checking bitfield v0.19.4
25692026-03-19T03:01:35.017Z Checking smallvec v0.6.14
25702026-03-19T03:01:35.069Z Checking hashbrown v0.12.3
25712026-03-19T03:01:35.159Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25722026-03-19T03:01:35.313Z Checking serde-hex v0.1.0
25732026-03-19T03:01:35.405Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25742026-03-19T03:01:35.452Z Checking ron v0.8.1
25752026-03-19T03:01:36.557Z Checking hashbrown v0.13.2
25762026-03-19T03:01:36.561Z Checking crc-any v2.5.0
25772026-03-19T03:01:36.561Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25782026-03-19T03:01:36.650Z Checking path-slash v0.1.5
25792026-03-19T03:01:36.695Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25802026-03-19T03:01:36.740Z Compiling xshell-macros v0.2.7
25812026-03-19T03:01:36.790Z Checking object v0.30.4
25822026-03-19T03:01:36.831Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25832026-03-19T03:01:37.262Z Checking xshell v0.2.7
25842026-03-19T03:01:37.336Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852026-03-19T03:01:37.472Z Checking half v1.8.3
25862026-03-19T03:01:37.547Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25872026-03-19T03:01:37.773Z Checking serde_cbor v0.11.2
25882026-03-19T03:01:37.818Z Compiling progenitor-macro v0.10.0
25892026-03-19T03:01:38.210Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25902026-03-19T03:01:38.349Z Compiling num-derive v0.3.3
25912026-03-19T03:01:38.530Z Compiling proc-macro-error-attr2 v2.0.0
25922026-03-19T03:01:38.569Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25932026-03-19T03:01:39.063Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25942026-03-19T03:01:39.067Z Compiling proc-macro-error2 v2.0.1
25952026-03-19T03:01:39.539Z Checking libscf-sys v1.1.0
25962026-03-19T03:01:39.584Z Compiling tabled_derive v0.11.0
25972026-03-19T03:01:39.743Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25982026-03-19T03:01:39.791Z Checking papergrid v0.17.0
25992026-03-19T03:01:39.795Z Checking testing_table v0.3.0
26002026-03-19T03:01:40.003Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26012026-03-19T03:01:40.133Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26022026-03-19T03:01:40.522Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26032026-03-19T03:01:40.797Z Checking maplit v1.0.2
26042026-03-19T03:01:40.936Z Checking crc8 v0.1.1
26052026-03-19T03:01:41.041Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26062026-03-19T03:01:41.088Z Checking fxhash v0.2.1
26072026-03-19T03:01:41.149Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26082026-03-19T03:01:41.191Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-03-19T03:01:41.249Z Checking tabled v0.20.0
26102026-03-19T03:01:41.367Z Checking unicase v2.9.0
26112026-03-19T03:01:41.534Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26122026-03-19T03:01:42.466Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26132026-03-19T03:01:42.469Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26142026-03-19T03:01:42.469Z Checking kstat-rs v0.2.4
26152026-03-19T03:01:42.469Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26162026-03-19T03:01:42.594Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26172026-03-19T03:01:42.701Z Compiling diesel_derives v2.3.7
26182026-03-19T03:01:42.791Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26192026-03-19T03:01:42.932Z Compiling parking_lot_core v0.8.6
26202026-03-19T03:01:43.125Z Compiling git-stub v1.0.0
26212026-03-19T03:01:43.261Z Checking scheduled-thread-pool v0.2.7
26222026-03-19T03:01:43.365Z Compiling dsl_auto_type v0.2.0
26232026-03-19T03:01:43.889Z Compiling vergen-gitcl v1.0.8
26242026-03-19T03:01:44.296Z Compiling diesel_table_macro_syntax v0.3.0
26252026-03-19T03:01:44.296Z Checking r2d2 v0.8.10
26262026-03-19T03:01:44.296Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26272026-03-19T03:01:44.300Z Compiling git-stub-vcs v0.1.0
26282026-03-19T03:01:44.300Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26292026-03-19T03:01:44.300Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26302026-03-19T03:01:44.300Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26312026-03-19T03:01:44.300Z Checking downcast-rs v2.0.2
26322026-03-19T03:01:44.371Z Checking parking_lot v0.11.2
26332026-03-19T03:01:44.510Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26342026-03-19T03:01:44.569Z Checking prefix-trie v0.7.0
26352026-03-19T03:01:44.663Z Checking nanorand v0.7.0
26362026-03-19T03:01:44.892Z Checking progenitor v0.10.0
26372026-03-19T03:01:44.900Z Compiling dirs-sys-next v0.1.2
26382026-03-19T03:01:44.961Z Compiling crunchy v0.2.4
26392026-03-19T03:01:45.057Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26402026-03-19T03:01:45.091Z Checking hickory-server v0.25.2
26412026-03-19T03:01:45.212Z Compiling dirs-next v2.0.0
26422026-03-19T03:01:45.281Z Checking flume v0.11.1
26432026-03-19T03:01:45.329Z Checking sled v0.34.7
26442026-03-19T03:01:45.414Z Compiling clang-sys v1.8.1
26452026-03-19T03:01:45.460Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26462026-03-19T03:01:45.636Z Checking hickory-client v0.25.2
26472026-03-19T03:01:45.822Z Compiling tiny-keccak v2.0.2
26482026-03-19T03:01:46.113Z Compiling term v0.7.0
26492026-03-19T03:01:46.116Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26502026-03-19T03:01:46.203Z Compiling bit-vec v0.6.3
26512026-03-19T03:01:46.349Z Compiling salty v0.3.0
26522026-03-19T03:01:46.523Z Compiling bit-set v0.5.3
26532026-03-19T03:01:46.736Z Compiling ascii-canvas v3.0.0
26542026-03-19T03:01:46.825Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26552026-03-19T03:01:46.941Z Checking primeorder v0.13.6
26562026-03-19T03:01:47.127Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26572026-03-19T03:01:47.300Z Compiling itertools v0.10.5
26582026-03-19T03:01:47.358Z Compiling ena v0.14.4
26592026-03-19T03:01:47.508Z Compiling libloading v0.8.9
26602026-03-19T03:01:47.670Z Compiling fs-err v2.11.0
26612026-03-19T03:01:47.823Z Compiling bindgen v0.71.1
26622026-03-19T03:01:48.013Z Compiling regex-syntax v0.6.29
26632026-03-19T03:01:48.070Z Compiling diff v0.1.13
26642026-03-19T03:01:48.857Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26652026-03-19T03:01:48.881Z Compiling cexpr v0.6.0
26662026-03-19T03:01:49.131Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26672026-03-19T03:01:49.845Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26682026-03-19T03:01:50.065Z Compiling lalrpop v0.19.12
26692026-03-19T03:01:50.310Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-03-19T03:01:50.683Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26712026-03-19T03:01:51.239Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26722026-03-19T03:01:51.603Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26732026-03-19T03:01:51.695Z Checking diesel v2.3.7
26742026-03-19T03:01:51.756Z Compiling libxml v0.3.3
26752026-03-19T03:01:51.874Z Checking parse-size v1.1.0
26762026-03-19T03:01:52.072Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26772026-03-19T03:01:52.238Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26782026-03-19T03:01:52.644Z Checking p384 v0.13.1
26792026-03-19T03:01:53.153Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26802026-03-19T03:01:53.233Z Compiling strum_macros v0.24.3
26812026-03-19T03:01:54.010Z Compiling indoc v1.0.9
26822026-03-19T03:01:55.070Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26832026-03-19T03:01:55.460Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26842026-03-19T03:01:55.707Z Checking predicates-tree v1.0.13
26852026-03-19T03:01:55.890Z Checking quick-xml v0.37.5
26862026-03-19T03:01:55.991Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26872026-03-19T03:01:56.103Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26882026-03-19T03:01:56.353Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26892026-03-19T03:01:56.404Z Checking derive_builder v0.20.2
26902026-03-19T03:01:56.578Z Compiling oso-derive v0.27.3
26912026-03-19T03:01:57.169Z Compiling impl-trait-for-tuples v0.2.3
26922026-03-19T03:01:57.268Z Compiling trait-variant v0.1.2
26932026-03-19T03:01:58.017Z Checking openssl-probe v0.1.6
26942026-03-19T03:01:58.577Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26952026-03-19T03:01:58.584Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26962026-03-19T03:01:58.584Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26972026-03-19T03:01:58.924Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26982026-03-19T03:01:59.233Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26992026-03-19T03:01:59.335Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27002026-03-19T03:01:59.379Z Compiling progenitor-impl v0.11.2
27012026-03-19T03:01:59.968Z Checking assert_matches v1.5.0
27022026-03-19T03:02:00.406Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27032026-03-19T03:02:00.452Z Compiling mime_guess v2.0.5
27042026-03-19T03:02:00.814Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-03-19T03:02:01.215Z Checking progenitor-client v0.11.2
27062026-03-19T03:02:01.391Z Checking http-range v0.1.5
27072026-03-19T03:02:01.542Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27082026-03-19T03:02:01.589Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27092026-03-19T03:02:01.702Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27102026-03-19T03:02:01.881Z Checking ignore v0.4.25
27112026-03-19T03:02:02.511Z Checking atty v0.2.14
27122026-03-19T03:02:02.672Z Checking globwalk v0.9.1
27132026-03-19T03:02:03.160Z Compiling progenitor-macro v0.11.2
27142026-03-19T03:02:04.048Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27152026-03-19T03:02:04.181Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27162026-03-19T03:02:04.904Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27172026-03-19T03:02:05.222Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27182026-03-19T03:02:05.505Z Checking bb8 v0.8.6
27192026-03-19T03:02:05.638Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-03-19T03:02:05.894Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27212026-03-19T03:02:05.939Z Checking corncobs v0.1.4
27222026-03-19T03:02:06.141Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27232026-03-19T03:02:06.238Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-03-19T03:02:06.512Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27252026-03-19T03:02:06.990Z Checking hyper-staticfile v0.10.1
27262026-03-19T03:02:07.106Z Checking camino-tempfile-ext v0.3.3
27272026-03-19T03:02:07.385Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27282026-03-19T03:02:07.431Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27292026-03-19T03:02:07.783Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27302026-03-19T03:02:07.830Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27312026-03-19T03:02:08.063Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-03-19T03:02:08.797Z Checking signal-hook-tokio v0.3.1
27332026-03-19T03:02:08.999Z Checking secrecy v0.8.0
27342026-03-19T03:02:09.205Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27352026-03-19T03:02:09.625Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27362026-03-19T03:02:10.073Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27372026-03-19T03:02:10.159Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-03-19T03:02:10.298Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27392026-03-19T03:02:10.350Z Checking progenitor v0.11.2
27402026-03-19T03:02:10.479Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27412026-03-19T03:02:10.612Z Checking nonempty v0.12.0
27422026-03-19T03:02:10.876Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27432026-03-19T03:02:10.902Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27442026-03-19T03:02:11.090Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27452026-03-19T03:02:11.134Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27462026-03-19T03:02:11.549Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27472026-03-19T03:02:11.618Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27482026-03-19T03:02:12.085Z Checking async-bb8-diesel v0.2.1
27492026-03-19T03:02:12.129Z Checking diesel-dtrace v0.5.0
27502026-03-19T03:02:12.479Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27512026-03-19T03:02:12.577Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27522026-03-19T03:02:12.736Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27532026-03-19T03:02:13.096Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27542026-03-19T03:02:13.143Z Checking tungstenite v0.23.0
27552026-03-19T03:02:13.804Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27562026-03-19T03:02:14.002Z Checking tokio-tungstenite v0.23.1
27572026-03-19T03:02:14.006Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27582026-03-19T03:02:14.449Z Checking rand_seeder v0.4.0
27592026-03-19T03:02:14.567Z Checking void v1.0.2
27602026-03-19T03:02:14.680Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-03-19T03:02:14.742Z Checking lzss v0.8.2
27622026-03-19T03:02:15.033Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27632026-03-19T03:02:15.221Z Checking nix v0.27.1
27642026-03-19T03:02:15.283Z Checking serde_bytes v0.11.19
27652026-03-19T03:02:15.464Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27662026-03-19T03:02:15.574Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27672026-03-19T03:02:15.705Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27682026-03-19T03:02:15.985Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27692026-03-19T03:02:16.578Z Checking is_ci v1.2.0
27702026-03-19T03:02:16.751Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27712026-03-19T03:02:16.905Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27722026-03-19T03:02:17.125Z Checking yansi v1.0.1
27732026-03-19T03:02:17.384Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27742026-03-19T03:02:17.512Z Checking pretty_assertions v1.4.1
27752026-03-19T03:02:17.701Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27762026-03-19T03:02:17.745Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27772026-03-19T03:02:17.835Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27782026-03-19T03:02:18.045Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27792026-03-19T03:02:18.373Z Compiling darling_core v0.23.0
27802026-03-19T03:02:19.513Z Compiling indoc v2.0.7
27812026-03-19T03:02:19.726Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27822026-03-19T03:02:20.011Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-03-19T03:02:20.148Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-03-19T03:02:20.437Z Compiling instability v0.3.11
27852026-03-19T03:02:20.571Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27862026-03-19T03:02:20.840Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27872026-03-19T03:02:20.964Z Compiling libz-sys v1.1.24
27882026-03-19T03:02:21.108Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-03-19T03:02:21.480Z Checking castaway v0.2.4
27902026-03-19T03:02:21.661Z Checking compact_str v0.8.1
27912026-03-19T03:02:22.078Z Compiling darling_macro v0.23.0
27922026-03-19T03:02:22.206Z Checking supports-color v3.0.2
27932026-03-19T03:02:22.417Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27942026-03-19T03:02:22.702Z Checking unicode-truncate v1.1.0
27952026-03-19T03:02:22.747Z Compiling darling v0.23.0
27962026-03-19T03:02:22.792Z Checking lru v0.12.5
27972026-03-19T03:02:22.943Z Checking cassowary v0.3.0
27982026-03-19T03:02:23.114Z Compiling libgit2-sys v0.18.3+1.9.2
27992026-03-19T03:02:23.404Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-03-19T03:02:23.478Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28012026-03-19T03:02:23.872Z Checking ratatui v0.29.0
28022026-03-19T03:02:25.075Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-03-19T03:02:25.360Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28042026-03-19T03:02:25.501Z Compiling vergen-git2 v1.0.7
28052026-03-19T03:02:25.704Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28062026-03-19T03:02:25.749Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28072026-03-19T03:02:25.863Z Checking colored v2.2.0
28082026-03-19T03:02:25.985Z Checking plotters-backend v0.3.7
28092026-03-19T03:02:26.036Z Checking shell-words v1.1.1
28102026-03-19T03:02:26.166Z Compiling rustls v0.21.12
28112026-03-19T03:02:26.285Z Checking plotters-svg v0.3.7
28122026-03-19T03:02:26.397Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28132026-03-19T03:02:26.502Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28142026-03-19T03:02:26.579Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28152026-03-19T03:02:26.787Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28162026-03-19T03:02:26.848Z Checking rustls-webpki v0.101.7
28172026-03-19T03:02:27.335Z Checking sct v0.7.1
28182026-03-19T03:02:27.382Z Compiling nix v0.29.0
28192026-03-19T03:02:27.547Z Checking cast v0.3.0
28202026-03-19T03:02:27.663Z Checking hex-literal v0.4.1
28212026-03-19T03:02:27.799Z Checking criterion-plot v0.6.0
28222026-03-19T03:02:27.842Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28232026-03-19T03:02:28.288Z Checking plotters v0.3.7
28242026-03-19T03:02:29.350Z Checking erased-serde v0.4.9
28252026-03-19T03:02:29.843Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28262026-03-19T03:02:29.919Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28272026-03-19T03:02:30.915Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28282026-03-19T03:02:31.894Z Checking tinytemplate v1.2.1
28292026-03-19T03:02:32.212Z Checking ordered-float v2.10.1
28302026-03-19T03:02:32.582Z Checking anes v0.1.6
28312026-03-19T03:02:32.860Z Checking oorandom v11.1.5
28322026-03-19T03:02:33.063Z Checking criterion v0.7.0
28332026-03-19T03:02:33.463Z Checking serde-value v0.7.0
28342026-03-19T03:02:33.789Z Checking serde-untagged v0.1.9
28352026-03-19T03:02:34.078Z Checking tokio-rustls v0.24.1
28362026-03-19T03:02:34.695Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28372026-03-19T03:02:34.740Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28382026-03-19T03:02:35.025Z Checking rustls-pemfile v1.0.4
28392026-03-19T03:02:35.243Z Checking twox-hash v2.1.2
28402026-03-19T03:02:35.679Z Checking unicode-xid v0.2.6
28412026-03-19T03:02:35.834Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28422026-03-19T03:02:35.877Z Checking cargo-util-schemas v0.8.2
28432026-03-19T03:02:36.397Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28442026-03-19T03:02:36.630Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-03-19T03:02:37.120Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28462026-03-19T03:02:37.360Z Checking fatfs v0.3.6
28472026-03-19T03:02:38.009Z Checking cargo-platform v0.2.0
28482026-03-19T03:02:38.302Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28492026-03-19T03:02:38.412Z Compiling petname v2.0.2
28502026-03-19T03:02:39.088Z Compiling seq-macro v0.3.6
28512026-03-19T03:02:40.035Z Checking cargo_metadata v0.21.0
28522026-03-19T03:02:40.279Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28532026-03-19T03:02:41.094Z Checking concurrent-queue v2.5.0
28542026-03-19T03:02:41.383Z Checking rtoolbox v0.0.3
28552026-03-19T03:02:41.593Z Checking parking v2.2.1
28562026-03-19T03:02:41.720Z Checking futures-timer v3.0.3
28572026-03-19T03:02:41.785Z Checking event-listener v5.4.1
28582026-03-19T03:02:41.881Z Checking rpassword v7.4.0
28592026-03-19T03:02:42.059Z Checking tui-tree-widget v0.23.1
28602026-03-19T03:02:42.111Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28612026-03-19T03:02:42.346Z Checking polyval v0.6.2
28622026-03-19T03:02:42.391Z Checking sapling-renderdag v0.1.0
28632026-03-19T03:02:42.478Z Checking sync-ptr v0.1.4
28642026-03-19T03:02:42.597Z Checking ghash v0.5.1
28652026-03-19T03:02:42.670Z Checking event-listener-strategy v0.5.4
28662026-03-19T03:02:42.758Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28672026-03-19T03:02:42.803Z Checking ctr v0.9.2
28682026-03-19T03:02:42.876Z Checking arrayvec v0.7.6
28692026-03-19T03:02:43.044Z Checking arrayref v0.3.9
28702026-03-19T03:02:43.088Z Checking constant_time_eq v0.4.2
28712026-03-19T03:02:43.158Z Checking aes-gcm v0.10.3
28722026-03-19T03:02:43.267Z Checking async-lock v3.4.2
28732026-03-19T03:02:43.312Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28742026-03-19T03:02:43.386Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28752026-03-19T03:02:43.844Z Checking ssh-encoding v0.2.0
28762026-03-19T03:02:44.141Z Checking blowfish v0.9.1
28772026-03-19T03:02:44.380Z Checking bcrypt-pbkdf v0.10.0
28782026-03-19T03:02:44.631Z Checking ssh-cipher v0.2.0
28792026-03-19T03:02:44.678Z Checking async-object-pool v0.2.0
28802026-03-19T03:02:44.863Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28812026-03-19T03:02:44.907Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28822026-03-19T03:02:45.331Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28832026-03-19T03:02:45.705Z Checking serde_regex v1.1.0
28842026-03-19T03:02:45.810Z Compiling samael v0.0.19
28852026-03-19T03:02:45.949Z Checking password-hash v0.4.2
28862026-03-19T03:02:46.205Z Checking assert-json-diff v2.0.2
28872026-03-19T03:02:46.280Z Checking path-tree v0.8.3
28882026-03-19T03:02:46.463Z Compiling target-lexicon v0.13.3
28892026-03-19T03:02:46.558Z Checking stringmetrics v2.2.2
28902026-03-19T03:02:46.794Z Checking gimli v0.32.3
28912026-03-19T03:02:47.084Z Checking httpmock v0.8.3
28922026-03-19T03:02:47.279Z Checking pbkdf2 v0.11.0
28932026-03-19T03:02:47.532Z Checking ssh-key v0.6.7
28942026-03-19T03:02:49.058Z Checking addr2line v0.25.1
28952026-03-19T03:02:49.458Z Checking p521 v0.13.3
28962026-03-19T03:02:50.125Z Checking p256 v0.13.2
28972026-03-19T03:02:50.306Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28982026-03-19T03:02:50.498Z Checking russh-cryptovec v0.7.3
28992026-03-19T03:02:50.593Z Checking md5 v0.7.0
29002026-03-19T03:02:50.711Z Checking rustc-demangle v0.1.27
29012026-03-19T03:02:50.852Z Compiling guppy-workspace-hack v0.1.0
29022026-03-19T03:02:51.048Z Checking backtrace v0.3.76
29032026-03-19T03:02:51.165Z Checking russh-keys v0.45.0
29042026-03-19T03:02:51.492Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29052026-03-19T03:02:51.574Z Checking num-bigint v0.4.6
29062026-03-19T03:02:51.971Z Checking des v0.8.1
29072026-03-19T03:02:52.208Z Compiling blake3 v1.8.3
29082026-03-19T03:02:52.256Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29092026-03-19T03:02:52.700Z Compiling target-spec v3.5.7
29102026-03-19T03:02:52.836Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29112026-03-19T03:02:52.975Z Checking russh v0.45.0
29122026-03-19T03:02:53.587Z Checking cfg-expr v0.20.6
29132026-03-19T03:02:53.700Z Checking backtrace-ext v0.2.1
29142026-03-19T03:02:53.873Z Checking supports-color v2.1.0
29152026-03-19T03:02:53.919Z Checking textwrap v0.15.2
29162026-03-19T03:02:54.085Z Checking supports-hyperlinks v2.1.0
29172026-03-19T03:02:54.150Z Checking supports-unicode v2.1.0
29182026-03-19T03:02:54.233Z Checking hashbrown v0.14.5
29192026-03-19T03:02:54.278Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29202026-03-19T03:02:54.343Z Checking cargo-platform v0.3.2
29212026-03-19T03:02:54.597Z Checking socket2 v0.5.10
29222026-03-19T03:02:54.631Z Checking terminal_size v0.1.17
29232026-03-19T03:02:54.800Z Compiling miette-derive v5.10.0
29242026-03-19T03:02:54.919Z Checking owo-colors v3.5.0
29252026-03-19T03:02:54.968Z Checking internet-checksum v0.2.1
29262026-03-19T03:02:55.154Z Checking chumsky v0.9.3
29272026-03-19T03:02:55.543Z Checking cargo_metadata v0.23.1
29282026-03-19T03:02:56.370Z Checking miette v5.10.0
29292026-03-19T03:02:56.605Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29302026-03-19T03:02:56.651Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29312026-03-19T03:02:56.775Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29322026-03-19T03:02:56.913Z Compiling git2 v0.20.4
29332026-03-19T03:02:57.051Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29342026-03-19T03:02:57.203Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29352026-03-19T03:02:57.392Z Checking httptest v0.16.4
29362026-03-19T03:02:57.693Z Checking pathdiff v0.2.3
29372026-03-19T03:02:57.772Z Compiling knuffel-derive v3.2.0
29382026-03-19T03:02:57.867Z Checking topological-sort v0.2.2
29392026-03-19T03:02:57.933Z Checking nested v0.1.1
29402026-03-19T03:02:58.084Z Checking omicron-zone-package v0.12.2
29412026-03-19T03:02:58.130Z Checking guppy v0.17.25
29422026-03-19T03:02:58.367Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29432026-03-19T03:02:58.664Z Checking similar-asserts v1.7.0
29442026-03-19T03:02:58.899Z Compiling rstest_macros v0.25.0
29452026-03-19T03:02:59.280Z Compiling target-triple v1.0.0
29462026-03-19T03:02:59.324Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29472026-03-19T03:02:59.532Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29482026-03-19T03:02:59.620Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29492026-03-19T03:02:59.747Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29502026-03-19T03:02:59.866Z Checking knuffel v3.2.0
29512026-03-19T03:03:00.519Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29522026-03-19T03:03:00.766Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29532026-03-19T03:03:01.313Z Checking toml_datetime v1.0.0+spec-1.1.0
29542026-03-19T03:03:01.607Z Compiling assert_cmd v2.1.2
29552026-03-19T03:03:01.650Z Checking escape8259 v0.5.3
29562026-03-19T03:03:01.857Z Compiling relative-path v1.9.3
29572026-03-19T03:03:01.904Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29582026-03-19T03:03:01.995Z Checking libtest-mimic v0.8.1
29592026-03-19T03:03:02.054Z Checking toml v1.0.3+spec-1.1.0
29602026-03-19T03:03:02.569Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29612026-03-19T03:03:02.746Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29622026-03-19T03:03:02.904Z Checking blake2b_simd v1.0.4
29632026-03-19T03:03:03.522Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29642026-03-19T03:03:03.664Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29652026-03-19T03:03:04.031Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29662026-03-19T03:03:04.290Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29672026-03-19T03:03:04.584Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29682026-03-19T03:03:04.801Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29692026-03-19T03:03:04.924Z Compiling polar-core v0.27.3
29702026-03-19T03:03:05.092Z Checking fancy-regex v0.14.0
29712026-03-19T03:03:05.427Z Checking serde_tokenstream v0.2.3
29722026-03-19T03:03:05.671Z Checking uzers v0.12.2
29732026-03-19T03:03:05.756Z Compiling linkme-impl v0.3.35
29742026-03-19T03:03:06.005Z Checking constant_time_eq v0.3.1
29752026-03-19T03:03:06.175Z Checking termcolor v1.4.1
29762026-03-19T03:03:06.276Z Checking rust-argon2 v2.1.0
29772026-03-19T03:03:06.619Z Checking trybuild v1.0.116
29782026-03-19T03:03:06.636Z Checking datatest-stable v0.3.3
29792026-03-19T03:03:07.470Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29802026-03-19T03:03:07.562Z Checking rstest v0.25.0
29812026-03-19T03:03:07.889Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29822026-03-19T03:03:07.969Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29832026-03-19T03:03:08.052Z Checking support-bundle-viewer v0.1.2
29842026-03-19T03:03:08.408Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29852026-03-19T03:03:08.702Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29862026-03-19T03:03:08.955Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29872026-03-19T03:03:09.001Z Checking drift v0.1.3
29882026-03-19T03:03:09.216Z Checking rand_distr v0.5.1
29892026-03-19T03:03:09.460Z Checking multimap v0.10.1
29902026-03-19T03:03:09.728Z Checking approx v0.5.1
29912026-03-19T03:03:09.867Z Compiling linkme v0.3.35
29922026-03-19T03:03:09.959Z Checking dropshot-api-manager v0.6.0
29932026-03-19T03:03:11.389Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29942026-03-19T03:03:11.883Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29952026-03-19T03:03:11.958Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29962026-03-19T03:03:12.072Z Checking oso v0.27.3
29972026-03-19T03:03:12.350Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29982026-03-19T03:03:12.532Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29992026-03-19T03:03:12.655Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30002026-03-19T03:03:12.698Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30012026-03-19T03:03:12.746Z Checking partial-io v0.5.4
30022026-03-19T03:03:12.795Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30032026-03-19T03:03:12.954Z Checking cargo_toml v0.21.0
30042026-03-19T03:03:13.060Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30052026-03-19T03:03:13.332Z Checking termios v0.3.3
30062026-03-19T03:03:13.418Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30072026-03-19T03:03:13.859Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30082026-03-19T03:03:14.123Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-03-19T03:03:15.502Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30102026-03-19T03:03:18.489Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30112026-03-19T03:03:23.343Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30122026-03-19T03:03:26.218Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30132026-03-19T03:03:31.145Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30142026-03-19T03:03:34.817Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30152026-03-19T03:03:39.831Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30162026-03-19T03:03:45.796Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30172026-03-19T03:03:46.517Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30182026-03-19T03:03:46.769Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30192026-03-19T03:03:59.304Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30202026-03-19T03:05:55.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 35s
30212026-03-19T03:05:55.948Z
30222026-03-19T03:05:55.953Zreal 5:39.913584509
30232026-03-19T03:05:55.953Zuser 28:23.986404129
30242026-03-19T03:05:55.953Zsys 5:55.691427183
30252026-03-19T03:05:55.953Ztrap 0.722297875
30262026-03-19T03:05:55.953Ztflt 0.098968017
30272026-03-19T03:05:55.953Zdflt 0.188779477
30282026-03-19T03:05:55.953Zkflt 0.000902874
30292026-03-19T03:05:55.953Zlock 1:20:06.651008976
30302026-03-19T03:05:55.953Zslp 1:17:04.433736059
30312026-03-19T03:05:55.953Zlat 1:57.775488397
30322026-03-19T03:05:55.953Zstop 13:48.415440497
30332026-03-19T03:05:55.953Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30342026-03-19T03:05:55.953Z+ ptime -m cargo doc --workspace --no-deps
30352026-03-19T03:05:57.135Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30362026-03-19T03:05:57.135Z |
30372026-03-19T03:05:57.136Z = 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)`
30382026-03-19T03:05:57.136Z = 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>
30392026-03-19T03:05:58.457Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30402026-03-19T03:05:58.727Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30412026-03-19T03:05:58.776Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30422026-03-19T03:05:58.860Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30432026-03-19T03:05:59.041Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30442026-03-19T03:05:59.070Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30452026-03-19T03:05:59.100Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30462026-03-19T03:05:59.135Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30472026-03-19T03:05:59.203Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30482026-03-19T03:05:59.316Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30492026-03-19T03:05:59.357Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30502026-03-19T03:05:59.402Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30512026-03-19T03:05:59.457Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30522026-03-19T03:05:59.487Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30532026-03-19T03:05:59.540Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30542026-03-19T03:05:59.599Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30552026-03-19T03:05:59.631Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30562026-03-19T03:05:59.684Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30572026-03-19T03:05:59.714Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30582026-03-19T03:05:59.786Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30592026-03-19T03:06:00.048Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30602026-03-19T03:06:00.369Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30612026-03-19T03:06:00.552Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30622026-03-19T03:06:00.615Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30632026-03-19T03:06:00.644Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30642026-03-19T03:06:00.821Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30652026-03-19T03:06:00.858Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30662026-03-19T03:06:01.071Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30672026-03-19T03:06:01.143Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30682026-03-19T03:06:01.251Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30692026-03-19T03:06:01.334Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30702026-03-19T03:06:01.371Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30712026-03-19T03:06:01.563Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30722026-03-19T03:06:01.823Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30732026-03-19T03:06:01.854Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30742026-03-19T03:06:01.881Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30752026-03-19T03:06:02.095Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30762026-03-19T03:06:02.194Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30772026-03-19T03:06:02.222Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30782026-03-19T03:06:02.514Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30792026-03-19T03:06:02.595Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30802026-03-19T03:06:02.925Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30812026-03-19T03:06:02.929Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30822026-03-19T03:06:03.029Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30832026-03-19T03:06:03.083Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30842026-03-19T03:06:03.133Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30852026-03-19T03:06:03.414Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30862026-03-19T03:06:03.443Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30872026-03-19T03:06:03.474Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30882026-03-19T03:06:03.643Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30892026-03-19T03:06:03.700Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30902026-03-19T03:06:03.729Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30912026-03-19T03:06:03.756Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30922026-03-19T03:06:04.049Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30932026-03-19T03:06:04.053Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30942026-03-19T03:06:04.103Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30952026-03-19T03:06:04.107Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30962026-03-19T03:06:04.361Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30972026-03-19T03:06:04.388Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30982026-03-19T03:06:04.417Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30992026-03-19T03:06:04.610Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31002026-03-19T03:06:04.695Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31012026-03-19T03:06:04.735Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31022026-03-19T03:06:04.776Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31032026-03-19T03:06:04.930Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31042026-03-19T03:06:04.959Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31052026-03-19T03:06:05.024Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31062026-03-19T03:06:05.271Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31072026-03-19T03:06:05.326Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31082026-03-19T03:06:05.330Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31092026-03-19T03:06:05.385Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31102026-03-19T03:06:05.570Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31112026-03-19T03:06:06.109Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31122026-03-19T03:06:06.140Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31132026-03-19T03:06:07.134Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31142026-03-19T03:06:07.709Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31152026-03-19T03:06:07.905Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31162026-03-19T03:06:07.990Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31172026-03-19T03:06:08.029Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31182026-03-19T03:06:08.063Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31192026-03-19T03:06:08.448Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31202026-03-19T03:06:08.479Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31212026-03-19T03:06:08.757Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31222026-03-19T03:06:09.051Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31232026-03-19T03:06:09.300Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31242026-03-19T03:06:09.471Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31252026-03-19T03:06:09.474Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31262026-03-19T03:06:09.652Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31272026-03-19T03:06:09.906Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31282026-03-19T03:06:10.307Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31292026-03-19T03:06:10.781Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31302026-03-19T03:06:10.867Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31312026-03-19T03:06:11.039Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31322026-03-19T03:06:11.369Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31332026-03-19T03:06:11.423Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31342026-03-19T03:06:12.126Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31352026-03-19T03:06:12.265Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31362026-03-19T03:06:13.159Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31372026-03-19T03:06:13.422Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31382026-03-19T03:06:13.800Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31392026-03-19T03:06:14.431Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31402026-03-19T03:06:14.526Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31412026-03-19T03:06:14.930Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31422026-03-19T03:06:14.979Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31432026-03-19T03:06:15.165Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31442026-03-19T03:06:15.265Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31452026-03-19T03:06:15.431Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31462026-03-19T03:06:15.435Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31472026-03-19T03:06:15.791Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31482026-03-19T03:06:15.824Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31492026-03-19T03:06:15.851Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31502026-03-19T03:06:16.086Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31512026-03-19T03:06:16.287Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31522026-03-19T03:06:16.479Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31532026-03-19T03:06:16.927Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31542026-03-19T03:06:17.126Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31552026-03-19T03:06:18.116Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31562026-03-19T03:06:18.965Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31572026-03-19T03:06:19.441Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31582026-03-19T03:06:19.444Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31592026-03-19T03:06:19.812Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31602026-03-19T03:06:19.895Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31612026-03-19T03:06:20.349Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31622026-03-19T03:06:20.508Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31632026-03-19T03:06:20.920Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31642026-03-19T03:06:21.075Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31652026-03-19T03:06:21.328Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31662026-03-19T03:06:21.547Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31672026-03-19T03:06:21.586Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31682026-03-19T03:06:22.798Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31692026-03-19T03:06:23.065Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31702026-03-19T03:06:23.341Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31712026-03-19T03:06:23.495Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31722026-03-19T03:06:24.096Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31732026-03-19T03:06:24.374Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31742026-03-19T03:06:25.585Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31752026-03-19T03:06:25.896Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31762026-03-19T03:06:26.574Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31772026-03-19T03:06:26.700Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31782026-03-19T03:06:27.023Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31792026-03-19T03:06:27.958Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31802026-03-19T03:06:28.018Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31812026-03-19T03:06:28.274Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31822026-03-19T03:06:29.115Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31832026-03-19T03:06:29.622Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31842026-03-19T03:06:31.093Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31852026-03-19T03:06:31.974Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31862026-03-19T03:06:32.841Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31872026-03-19T03:06:33.524Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31882026-03-19T03:06:33.595Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31892026-03-19T03:06:36.493Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31902026-03-19T03:06:36.599Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31912026-03-19T03:06:37.404Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31922026-03-19T03:06:37.829Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31932026-03-19T03:06:38.855Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31942026-03-19T03:06:39.661Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31952026-03-19T03:06:40.965Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31962026-03-19T03:06:41.119Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31972026-03-19T03:06:41.512Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31982026-03-19T03:06:41.977Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31992026-03-19T03:06:42.135Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32002026-03-19T03:06:42.366Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32012026-03-19T03:06:42.469Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32022026-03-19T03:06:42.661Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32032026-03-19T03:06:43.149Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32042026-03-19T03:06:43.180Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32052026-03-19T03:06:43.316Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32062026-03-19T03:06:43.449Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32072026-03-19T03:06:43.954Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32082026-03-19T03:06:44.050Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32092026-03-19T03:06:44.473Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32102026-03-19T03:06:44.872Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32112026-03-19T03:06:45.738Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32122026-03-19T03:06:45.770Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32132026-03-19T03:06:45.861Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32142026-03-19T03:06:46.655Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32152026-03-19T03:06:46.738Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32162026-03-19T03:06:49.044Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32172026-03-19T03:06:50.147Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32182026-03-19T03:06:50.727Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32192026-03-19T03:06:53.243Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32202026-03-19T03:06:55.390Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32212026-03-19T03:06:55.997Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32222026-03-19T03:06:56.917Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32232026-03-19T03:06:58.399Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32242026-03-19T03:06:59.105Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32252026-03-19T03:07:02.402Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32262026-03-19T03:07:02.907Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32272026-03-19T03:07:03.806Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32282026-03-19T03:07:04.237Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32292026-03-19T03:07:06.654Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32302026-03-19T03:07:08.826Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32312026-03-19T03:07:09.418Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32322026-03-19T03:07:09.663Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32332026-03-19T03:07:10.110Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32342026-03-19T03:07:11.135Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32352026-03-19T03:07:11.166Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32362026-03-19T03:07:12.764Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32372026-03-19T03:07:15.237Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32382026-03-19T03:07:18.831Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32392026-03-19T03:07:19.905Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32402026-03-19T03:07:21.536Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32412026-03-19T03:07:22.427Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32422026-03-19T03:07:23.405Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32432026-03-19T03:07:24.363Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-03-19T03:07:25.295Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32452026-03-19T03:07:26.963Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32462026-03-19T03:07:28.004Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32472026-03-19T03:07:28.716Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32482026-03-19T03:07:29.469Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32492026-03-19T03:07:30.281Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32502026-03-19T03:07:31.567Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32512026-03-19T03:07:33.578Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32522026-03-19T03:07:37.408Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32532026-03-19T03:07:40.198Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32542026-03-19T03:07:41.723Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32552026-03-19T03:07:43.171Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32562026-03-19T03:07:43.799Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32572026-03-19T03:07:45.300Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32582026-03-19T03:07:48.655Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32592026-03-19T03:07:49.569Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32602026-03-19T03:07:50.359Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32612026-03-19T03:07:52.014Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32622026-03-19T03:07:53.862Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32632026-03-19T03:07:55.441Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32642026-03-19T03:07:58.511Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32652026-03-19T03:07:59.330Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32662026-03-19T03:08:01.288Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32672026-03-19T03:08:03.187Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32682026-03-19T03:08:05.625Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32692026-03-19T03:08:07.337Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32702026-03-19T03:08:09.433Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32712026-03-19T03:08:12.424Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32722026-03-19T03:08:17.178Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32732026-03-19T03:08:18.949Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32742026-03-19T03:08:19.307Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32752026-03-19T03:08:21.231Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32762026-03-19T03:08:23.705Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32772026-03-19T03:08:26.038Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32782026-03-19T03:08:28.486Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32792026-03-19T03:08:31.265Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32802026-03-19T03:08:33.634Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32812026-03-19T03:08:36.434Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32822026-03-19T03:08:38.472Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32832026-03-19T03:08:40.923Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32842026-03-19T03:08:43.313Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32852026-03-19T03:08:45.675Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32862026-03-19T03:08:48.075Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32872026-03-19T03:08:50.201Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32882026-03-19T03:08:52.942Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32892026-03-19T03:08:55.058Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32902026-03-19T03:08:57.415Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32912026-03-19T03:08:59.970Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32922026-03-19T03:09:02.446Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32932026-03-19T03:09:04.983Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32942026-03-19T03:09:07.474Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32952026-03-19T03:09:09.928Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32962026-03-19T03:09:12.528Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32972026-03-19T03:09:15.468Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32982026-03-19T03:09:17.712Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32992026-03-19T03:09:20.217Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33002026-03-19T03:09:22.873Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33012026-03-19T03:09:25.312Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33022026-03-19T03:09:32.476Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33032026-03-19T03:09:33.640Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33042026-03-19T03:09:36.474Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33052026-03-19T03:09:39.326Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33062026-03-19T03:09:42.066Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33072026-03-19T03:09:44.842Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33082026-03-19T03:09:47.486Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33092026-03-19T03:09:50.519Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33102026-03-19T03:09:53.201Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33112026-03-19T03:09:56.296Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33122026-03-19T03:09:58.662Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33132026-03-19T03:10:02.100Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33142026-03-19T03:10:04.392Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33152026-03-19T03:10:07.173Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33162026-03-19T03:10:09.991Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33172026-03-19T03:10:12.833Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33182026-03-19T03:10:15.619Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33192026-03-19T03:10:18.388Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33202026-03-19T03:10:21.245Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33212026-03-19T03:10:24.114Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33222026-03-19T03:10:26.718Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33232026-03-19T03:10:31.835Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33242026-03-19T03:10:32.656Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33252026-03-19T03:10:35.344Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33262026-03-19T03:10:38.558Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33272026-03-19T03:10:41.350Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33282026-03-19T03:10:44.264Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33292026-03-19T03:10:47.358Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33302026-03-19T03:10:50.277Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33312026-03-19T03:10:53.210Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33322026-03-19T03:10:56.198Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33332026-03-19T03:10:59.241Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33342026-03-19T03:11:02.286Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33352026-03-19T03:11:05.530Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33362026-03-19T03:11:08.581Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33372026-03-19T03:11:11.659Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33382026-03-19T03:11:14.701Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33392026-03-19T03:11:17.761Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33402026-03-19T03:11:20.946Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33412026-03-19T03:11:24.116Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33422026-03-19T03:11:27.808Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33432026-03-19T03:11:30.547Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33442026-03-19T03:11:33.746Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33452026-03-19T03:11:42.764Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33462026-03-19T03:11:43.315Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33472026-03-19T03:11:46.857Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33482026-03-19T03:11:52.807Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33492026-03-19T03:11:56.354Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33502026-03-19T03:12:00.704Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33512026-03-19T03:12:05.516Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33522026-03-19T03:12:09.825Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33532026-03-19T03:12:14.366Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33542026-03-19T03:12:18.955Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33552026-03-19T03:12:23.465Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33562026-03-19T03:12:28.019Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33572026-03-19T03:12:32.568Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33582026-03-19T03:12:37.208Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33592026-03-19T03:12:41.672Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33602026-03-19T03:12:46.288Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33612026-03-19T03:12:50.829Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33622026-03-19T03:12:55.379Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33632026-03-19T03:12:59.868Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33642026-03-19T03:13:04.535Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33652026-03-19T03:13:08.989Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33662026-03-19T03:13:13.487Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33672026-03-19T03:13:18.037Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33682026-03-19T03:13:22.559Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33692026-03-19T03:13:58.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 03s
33702026-03-19T03:13:59.054Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33712026-03-19T03:13:59.164Z
33722026-03-19T03:13:59.167Zreal 8:03.376466386
33732026-03-19T03:13:59.167Zuser 23:30.219485035
33742026-03-19T03:13:59.167Zsys 4:24.432550742
33752026-03-19T03:13:59.167Ztrap 0.412674255
33762026-03-19T03:13:59.167Ztflt 0.011118663
33772026-03-19T03:13:59.167Zdflt 0.030734604
33782026-03-19T03:13:59.167Zkflt 0.000036817
33792026-03-19T03:13:59.167Zlock 7:16:55.879980677
33802026-03-19T03:13:59.167Zslp 2:40:39.907696097
33812026-03-19T03:13:59.167Zlat 35.566937944
33822026-03-19T03:13:59.167Zstop 1:55.420721556
33832026-03-19T03:13:59.167Zprocess exited: duration 1125922 ms, exit code 0
 
33842026-03-19T03:13:59.173Zfound 0 output files