01KPDT22X394PJD0RXGJPANVA5: clippy (helios)

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

Buildomat Job: 01KPDT2E3CF6KSNW0ZBXAGXXTY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-17T13:29:45.380Zjob assigned to worker 01KPDT2MYNGJSGMXJNSESHKN3X [factory aws, i-0aab4b7b1048aaa09] (queued for 57 s)
 
22026-04-17T13:29:52.389Zstarting task 0: "setup"
32026-04-17T13:29:52.392Z++ uname -s
42026-04-17T13:29:52.395Z+ kern=SunOS
52026-04-17T13:29:52.395Z+ build_user=build
62026-04-17T13:29:52.395Z+ build_uid=12345
72026-04-17T13:29:52.395Z+ work_dir=/work
82026-04-17T13:29:52.395Z+ input_dir=/input
92026-04-17T13:29:52.395Z+ [[ 0 == 12345 ]]
102026-04-17T13:29:52.395Z+ case "$kern" in
112026-04-17T13:29:52.395Z+ groupadd -g 12345 build
122026-04-17T13:29:52.398Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-17T13:29:54.402Z+ zfs create -o mountpoint=/work rpool/work
142026-04-17T13:29:54.508Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-17T13:29:54.511Z+ home_fs=zfs
162026-04-17T13:29:54.511Z+ [[ zfs == autofs ]]
172026-04-17T13:29:54.511Z+ mkdir -p /home/build
182026-04-17T13:29:54.511Z+ chown build:build /home/build /work
192026-04-17T13:29:56.512Z+ chmod 0700 /home/build /work
202026-04-17T13:29:56.516Zprocess exited: duration 4128 ms, exit code 0
 
212026-04-17T13:29:56.521Zstarting task 1: "rust-toolchain"
222026-04-17T13:29:56.527Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-17T13:29:56.527Z * rust toolchain channel = "1.94.0"
242026-04-17T13:29:56.527Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-17T13:29:56.527Z * rust toolchain profile = "default"
262026-04-17T13:29:56.527Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-17T13:29:56.527Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-17T13:29:56.530Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-17T13:29:56.530Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-17T13:29:56.648Zinfo: downloading installer
312026-04-17T13:29:58.055Zwarn: It looks like you have an existing installation of Rust at:
322026-04-17T13:29:58.055Zwarn: /opt/ooce/bin
332026-04-17T13:29:58.055Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-17T13:29:58.055Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-17T13:29:58.055Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-17T13:29:58.055Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-17T13:29:58.055Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-17T13:29:58.055Zerror: cannot install while Rust is installed
392026-04-17T13:29:58.055Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-17T13:29:58.055Zwarn: It looks like you have an existing rustup settings file at:
412026-04-17T13:29:58.055Zwarn: /home/build/.rustup/settings.toml
422026-04-17T13:29:58.055Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-17T13:29:58.056Zwarn: instead of the one inferred from the default host triple.
442026-04-17T13:29:58.069Zinfo: profile set to default
452026-04-17T13:29:58.069Zinfo: default host triple is x86_64-unknown-illumos
462026-04-17T13:29:58.072Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-17T13:29:58.202Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-17T13:29:58.205Zinfo: downloading 6 components
492026-04-17T13:30:12.846Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-17T13:30:12.846Z
512026-04-17T13:30:12.875Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-17T13:30:12.875Z
532026-04-17T13:30:12.879Z
542026-04-17T13:30:12.879ZRust is installed now. Great!
552026-04-17T13:30:12.879Z
562026-04-17T13:30:12.879ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-17T13:30:12.879Zenvironment variable. This has not been done automatically.
582026-04-17T13:30:12.879Z
592026-04-17T13:30:12.879ZTo configure your current shell, you need to source
602026-04-17T13:30:12.879Zthe corresponding env file under $HOME/.cargo.
612026-04-17T13:30:12.879Z
622026-04-17T13:30:12.879ZThis is usually done by running one of the following (note the leading DOT):
632026-04-17T13:30:12.879Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-17T13:30:12.879Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-17T13:30:12.879Zsource "~/.cargo/env.nu" # For nushell
662026-04-17T13:30:12.879Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-17T13:30:12.879Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-17T13:30:12.879Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-17T13:30:12.879Zwarn: no default linker (`cc`) was found in your PATH
702026-04-17T13:30:12.879Zwarn: many Rust crates require a system C toolchain to build
712026-04-17T13:30:12.974Z+ rustup --version
722026-04-17T13:30:12.983Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-17T13:30:12.986Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-17T13:30:13.005Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-17T13:30:13.008Z+ cargo --version
762026-04-17T13:30:13.020Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-17T13:30:13.023Z+ rustc --version
782026-04-17T13:30:13.042Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-17T13:30:13.045Zprocess exited: duration 16522 ms, exit code 0
 
802026-04-17T13:30:13.051Zstarting task 2: "authentication"
812026-04-17T13:30:13.067Zprocess exited: duration 15 ms, exit code 0
 
822026-04-17T13:30:13.072Zstarting task 3: "clone repository"
832026-04-17T13:30:13.076Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-17T13:30:13.078Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-17T13:30:13.107ZCloning into '/work/oxidecomputer/omicron'...
862026-04-17T13:30:23.630Z+ cd /work/oxidecomputer/omicron
872026-04-17T13:30:23.630Z+ git fetch origin bc2c71da7b9daffb4890314dbd6b0afa27903fa2
882026-04-17T13:30:23.911ZFrom https://github.com/oxidecomputer/omicron
892026-04-17T13:30:23.911Z * branch bc2c71da7b9daffb4890314dbd6b0afa27903fa2 -> FETCH_HEAD
902026-04-17T13:30:23.918Z+ [[ -n john/stronger-unnumbered-types-2 ]]
912026-04-17T13:30:23.919Z++ git branch --show-current
922026-04-17T13:30:23.921Z+ current=main
932026-04-17T13:30:23.921Z+ [[ main != john/stronger-unnumbered-types-2 ]]
942026-04-17T13:30:23.921Z+ git branch -f john/stronger-unnumbered-types-2 bc2c71da7b9daffb4890314dbd6b0afa27903fa2
952026-04-17T13:30:23.921Z+ git checkout -f john/stronger-unnumbered-types-2
962026-04-17T13:30:24.154ZSwitched to branch 'john/stronger-unnumbered-types-2'
972026-04-17T13:30:24.161Z+ git reset --hard bc2c71da7b9daffb4890314dbd6b0afa27903fa2
982026-04-17T13:30:24.380ZHEAD is now at bc2c71da7 use `deprecated-field` for old BgpPeer interface name
992026-04-17T13:30:24.385Zprocess exited: duration 11307 ms, exit code 0
 
1002026-04-17T13:30:24.395Zstarting task 4: "build"
1012026-04-17T13:30:24.402Z+ source ./env.sh
1022026-04-17T13:30:24.402Z++ OLD_SHELL_OPTS=ehxB
1032026-04-17T13:30:24.403Z++ set -o xtrace
1042026-04-17T13:30:24.406Z++++ dirname ./env.sh
1052026-04-17T13:30:24.406Z+++ readlink -f .
1062026-04-17T13:30:24.406Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-17T13:30:24.406Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-04-17T13:30:24.406Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-17T13:30:24.407Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-04-17T13:30:24.407Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-04-17T13:30:24.407Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-04-17T13:30:24.407Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-04-17T13:30:24.407Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-04-17T13:30:24.407Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-17T13:30:24.407Z++ case $OLD_SHELL_OPTS in
1162026-04-17T13:30:24.407Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-17T13:30:24.407Z+ source .github/buildomat/ci-env.sh
1182026-04-17T13:30:24.407Z++ export CARGO_TERM_COLOR=always
1192026-04-17T13:30:24.407Z++ CARGO_TERM_COLOR=always
1202026-04-17T13:30:24.407Z+ cargo --version
1212026-04-17T13:30:24.416Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-17T13:30:24.421Z+ rustc --version
1232026-04-17T13:30:24.438Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-17T13:30:24.446Z+ banner prerequisites
1252026-04-17T13:30:24.446Z
1262026-04-17T13:30:24.446Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-17T13:30:24.446Z # # # # # # # # # # # # # # #
1282026-04-17T13:30:24.446Z # # # # ##### # # ##### # # # # # #### #
1292026-04-17T13:30:24.446Z ##### ##### # ##### # # # # # # # # #
1302026-04-17T13:30:24.446Z # # # # # # # # # # # # # # #
1312026-04-17T13:30:24.446Z # # # ###### # # ###### ### # #### # #### #
1322026-04-17T13:30:24.446Z
1332026-04-17T13:30:24.446Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-17T13:30:33.999Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-17T13:30:41.326Z Startup: Caching catalogs ... Done
1362026-04-17T13:30:50.342ZPlanning: Solver setup ... Done (4.496s)
1372026-04-17T13:30:50.373ZPlanning: Running solver ... Done (0.031s)
1382026-04-17T13:30:50.374ZPlanning: Finding local manifests ... Done (0.003s)
1392026-04-17T13:30:50.374ZPlanning: Fetching manifests: 0/5 0% complete
1402026-04-17T13:30:50.374ZPlanning: Fetching manifests: 5/5 100% complete
1412026-04-17T13:30:50.374ZPlanning: Package planning ... Done (0.037s)
1422026-04-17T13:30:50.401ZPlanning: Merging actions ... Done (0.036s)
1432026-04-17T13:30:50.401ZPlanning: Checking for conflicting actions ... Done (0.174s)
1442026-04-17T13:30:50.401ZPlanning: Consolidating action changes ... Done (0.009s)
1452026-04-17T13:30:50.401ZPlanning: Evaluating mediators ... Done (0.779s)
1462026-04-17T13:30:50.401ZPlanning: Planning completed in 6.91 seconds
1472026-04-17T13:30:50.401Z Packages to install: 5
1482026-04-17T13:30:50.401Z Mediators to change: 3
1492026-04-17T13:30:50.401Z Services to change: 1
1502026-04-17T13:30:50.401Z Estimated space available: 155.35 GB
1512026-04-17T13:30:50.402ZEstimated space to be consumed: 1.89 GB
1522026-04-17T13:30:50.402Z Create boot environment: No
1532026-04-17T13:30:50.402ZCreate backup boot environment: No
1542026-04-17T13:30:50.402Z Rebuild boot archive: No
1552026-04-17T13:30:50.402Z
1562026-04-17T13:30:50.402ZChanged mediators:
1572026-04-17T13:30:50.402Z mediator clang:
1582026-04-17T13:30:50.402Z version: None -> 15 (system default)
1592026-04-17T13:30:50.402Z
1602026-04-17T13:30:50.402Z mediator llvm:
1612026-04-17T13:30:50.402Z version: 14 (system default) -> 15 (system default)
1622026-04-17T13:30:50.402Z
1632026-04-17T13:30:50.402Z mediator postgresql:
1642026-04-17T13:30:50.402Z version: 15 (system default) -> 18 (system default)
1652026-04-17T13:30:50.402Z
1662026-04-17T13:30:50.402ZChanged packages:
1672026-04-17T13:30:50.402Zhelios-dev
1682026-04-17T13:30:50.402Z developer/build-essential
1692026-04-17T13:30:50.402Z None -> 11-2.0
1702026-04-17T13:30:50.402Z library/libxmlsec1
1712026-04-17T13:30:50.402Z None -> 1.2.35-2.0
1722026-04-17T13:30:50.402Z ooce/developer/clang-15
1732026-04-17T13:30:50.402Z None -> 15.0.7-2.0
1742026-04-17T13:30:50.402Z ooce/developer/llvm-15
1752026-04-17T13:30:50.402Z None -> 15.0.7-2.0
1762026-04-17T13:30:50.402Z ooce/library/postgresql-18
1772026-04-17T13:30:50.402Z None -> 18.1-2.0
1782026-04-17T13:30:50.402Z
1792026-04-17T13:30:50.402ZServices:
1802026-04-17T13:30:50.402Z restart_fmri:
1812026-04-17T13:30:50.402Z svc:/system/update-man-index:default
1822026-04-17T13:30:50.402Z
1832026-04-17T13:30:50.403ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1842026-04-17T13:30:54.569ZDownload: 1196/4272 items 83.4/219.0MB 38% complete (17.6M/s)
1852026-04-17T13:31:00.025ZDownload: 2222/4272 items 119.2/219.0MB 54% complete (14.5M/s)
1862026-04-17T13:31:05.027ZDownload: 2464/4272 items 120.2/219.0MB 54% complete (676k/s)
1872026-04-17T13:31:10.605ZDownload: 3289/4272 items 212.6/219.0MB 97% complete (10.1M/s)
1882026-04-17T13:31:19.689ZDownload: 4253/4272 items 218.9/219.0MB 99% complete (10.9M/s)
1892026-04-17T13:31:19.731ZDownload: Completed 218.99 MB in 31.29 seconds (7.0M/s)
1902026-04-17T13:31:19.859Z Actions: 1/4789 actions (Installing new actions)
1912026-04-17T13:31:23.180Z Actions: Completed 4789 actions in 3.32 seconds.
1922026-04-17T13:31:23.826Z Done (0.642s)
1932026-04-17T13:31:23.826Z Done (0.000s)
1942026-04-17T13:31:24.550Z Done (0.724s)
1952026-04-17T13:31:27.676Z Done (2.781s)
1962026-04-17T13:31:27.746Z Done (0.012s)
1972026-04-17T13:31:27.749Z Done (0.000s)
1982026-04-17T13:31:28.079Z Done (0.000s)
1992026-04-17T13:31:28.930ZPlanning: Evaluating mediator changes ... Done
2002026-04-17T13:31:29.038ZPlanning: Checking for conflicting actions ... Done
2012026-04-17T13:31:29.041ZPlanning: Consolidating action changes ... Done
2022026-04-17T13:31:29.201ZPlanning: Evaluating mediators ... Done
2032026-04-17T13:31:29.204ZPlanning: Planning completed in 0.27 seconds
2042026-04-17T13:31:29.223Z Mediators to change: 2
2052026-04-17T13:31:29.223Z Create boot environment: No
2062026-04-17T13:31:29.225ZCreate backup boot environment: No
2072026-04-17T13:31:29.353Z Done
2082026-04-17T13:31:29.353Z Done
2092026-04-17T13:31:29.968Z Done
2102026-04-17T13:31:32.441Z Done
2112026-04-17T13:31:32.517Z Done
2122026-04-17T13:31:32.517Z Done
2132026-04-17T13:31:32.693Z Done
2142026-04-17T13:31:32.952ZPlanning: Evaluating mediator changes ... Done
2152026-04-17T13:31:33.060ZPlanning: Checking for conflicting actions ... Done
2162026-04-17T13:31:33.063ZPlanning: Consolidating action changes ... Done
2172026-04-17T13:31:33.218ZPlanning: Evaluating mediators ... Done
2182026-04-17T13:31:33.221ZPlanning: Planning completed in 0.27 seconds
2192026-04-17T13:31:33.239Z Mediators to change: 1
2202026-04-17T13:31:33.239Z Create boot environment: No
2212026-04-17T13:31:33.239ZCreate backup boot environment: No
2222026-04-17T13:31:33.277Z Done
2232026-04-17T13:31:33.277Z Done
2242026-04-17T13:31:33.882Z Done
2252026-04-17T13:31:36.373Z Done
2262026-04-17T13:31:36.448Z Done
2272026-04-17T13:31:36.451Z Done
2282026-04-17T13:31:36.563Z Done
2292026-04-17T13:31:36.848ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-04-17T13:31:36.848Zclang system 15 system
2312026-04-17T13:31:36.848Zcsh system system illumos
2322026-04-17T13:31:36.848Zctags system system illumos
2332026-04-17T13:31:36.848Zfile system system illumos
2342026-04-17T13:31:36.848Zgcc vendor 12 vendor
2352026-04-17T13:31:36.848Zgcc system 14 system
2362026-04-17T13:31:36.848Zgcc system 10 system
2372026-04-17T13:31:36.848Zgo system 1.20 system
2382026-04-17T13:31:36.848Zgo system 1.19 system
2392026-04-17T13:31:36.848Zllvm system 15 system
2402026-04-17T13:31:36.848Zllvm system 14 system
2412026-04-17T13:31:36.848Zmariadb system 10.6 system
2422026-04-17T13:31:36.848Zmta vendor vendor dma
2432026-04-17T13:31:36.848Zopenjdk system 17 system
2442026-04-17T13:31:36.848Zopenjdk system 11 system
2452026-04-17T13:31:36.848Zopenjdk system 1.8 system
2462026-04-17T13:31:36.848Zopenssl vendor 3 vendor
2472026-04-17T13:31:36.848Zperl system 5.36 system
2482026-04-17T13:31:36.848Zpostgresql system 18 system
2492026-04-17T13:31:36.848Zpostgresql system 15 system
2502026-04-17T13:31:36.849Zpostgresql system 13 system
2512026-04-17T13:31:36.849Zpython vendor 3 vendor
2522026-04-17T13:31:36.849Zpython system 2 system
2532026-04-17T13:31:36.849Zpython3 system 3.11 system
2542026-04-17T13:31:36.849Zruby system 3.0 system
2552026-04-17T13:31:36.849Zwords vendor vendor american-english
2562026-04-17T13:31:36.849Zwords system system australian-english
2572026-04-17T13:31:36.849Zwords system system british-english
2582026-04-17T13:31:36.849Zwords system system canadian-english
2592026-04-17T13:31:36.849Zwords system system french
2602026-04-17T13:31:36.849Zwords system system italian
2612026-04-17T13:31:36.849Zwords system system ngerman
2622026-04-17T13:31:36.849Zwords system system ogerman
2632026-04-17T13:31:36.849Zwords system system spanish
2642026-04-17T13:31:37.075ZPUBLISHER TYPE STATUS P LOCATION
2652026-04-17T13:31:37.075Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-04-17T13:31:41.629ZFMRI IFO
2672026-04-17T13:31:41.629Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-04-17T13:31:41.629Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-04-17T13:31:41.629Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-04-17T13:31:41.629Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-04-17T13:31:41.629Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-04-17T13:31:41.629Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-04-17T13:31:41.629Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2742026-04-17T13:31:41.629Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2752026-04-17T13:31:41.629Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762026-04-17T13:31:41.629Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772026-04-17T13:31:41.629Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782026-04-17T13:31:41.629Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792026-04-17T13:31:41.629Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802026-04-17T13:31:41.629Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812026-04-17T13:31:41.629Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822026-04-17T13:31:41.629Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832026-04-17T13:31:41.629Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842026-04-17T13:31:42.745Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852026-04-17T13:31:43.024Z Updating crates.io index
2862026-04-17T13:31:43.027Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872026-04-17T13:31:43.277Z Updating git repository `https://github.com/oxidecomputer/lldp`
2882026-04-17T13:31:44.082Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-04-17T13:31:44.519Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-04-17T13:31:46.253Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912026-04-17T13:31:46.757Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-04-17T13:31:48.051Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-04-17T13:31:48.712Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-04-17T13:31:49.087Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-04-17T13:31:49.685Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-04-17T13:31:50.034Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-04-17T13:31:50.435Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-04-17T13:31:50.738Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-04-17T13:31:51.782Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-04-17T13:31:52.252Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-04-17T13:31:52.596Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-04-17T13:31:52.924Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-04-17T13:31:53.298Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-04-17T13:31:53.631Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-04-17T13:31:53.895Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-04-17T13:31:54.154Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-04-17T13:31:54.558Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-04-17T13:31:54.920Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-04-17T13:31:55.472Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-04-17T13:31:55.951Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-04-17T13:31:56.272Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-04-17T13:31:56.573Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132026-04-17T13:31:57.548Z Updating git repository `https://github.com/oxidecomputer/crucible`
3142026-04-17T13:31:58.470Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152026-04-17T13:31:58.885Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-04-17T13:31:59.186Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-04-17T13:31:59.583Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-04-17T13:31:59.927Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-04-17T13:32:00.260Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-04-17T13:32:00.810Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-04-17T13:32:01.075Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-04-17T13:32:01.305Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-04-17T13:32:01.653Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-04-17T13:32:13.339Z Downloading crates ...
3252026-04-17T13:32:13.385Z Downloaded anstream v0.6.21
3262026-04-17T13:32:13.403Z Downloaded version_check v0.9.5
3272026-04-17T13:32:13.407Z Downloaded itoa v1.0.17
3282026-04-17T13:32:13.409Z Downloaded toml_write v0.1.2
3292026-04-17T13:32:13.413Z Downloaded thread-id v4.2.2
3302026-04-17T13:32:13.413Z Downloaded unicode-ident v1.0.24
3312026-04-17T13:32:13.416Z Downloaded plain v0.2.3
3322026-04-17T13:32:13.416Z Downloaded is_terminal_polyfill v1.70.2
3332026-04-17T13:32:13.416Z Downloaded heck v0.5.0
3342026-04-17T13:32:13.417Z Downloaded colorchoice v1.0.4
3352026-04-17T13:32:13.417Z Downloaded toml_datetime v0.6.11
3362026-04-17T13:32:13.419Z Downloaded utf8parse v0.2.2
3372026-04-17T13:32:13.419Z Downloaded usdt-attr-macro v0.5.0
3382026-04-17T13:32:13.419Z Downloaded usdt-macro v0.5.0
3392026-04-17T13:32:13.422Z Downloaded fnv v1.0.7
3402026-04-17T13:32:13.425Z Downloaded yoke-derive v0.8.1
3412026-04-17T13:32:13.428Z Downloaded thiserror v1.0.69
3422026-04-17T13:32:13.430Z Downloaded unicode-linebreak v0.1.5
3432026-04-17T13:32:13.431Z Downloaded pretty-hex v0.4.1
3442026-04-17T13:32:13.431Z Downloaded form_urlencoded v1.2.2
3452026-04-17T13:32:13.431Z Downloaded dtrace-parser v0.2.0
3462026-04-17T13:32:13.434Z Downloaded crypto-common v0.1.7
3472026-04-17T13:32:13.434Z Downloaded cfg-if v1.0.4
3482026-04-17T13:32:13.434Z Downloaded anstyle-query v1.1.5
3492026-04-17T13:32:13.436Z Downloaded idna_adapter v1.2.1
3502026-04-17T13:32:13.436Z Downloaded zerofrom v0.1.6
3512026-04-17T13:32:13.439Z Downloaded block-buffer v0.10.4
3522026-04-17T13:32:13.439Z Downloaded scroll_derive v0.12.1
3532026-04-17T13:32:13.439Z Downloaded usdt v0.5.0
3542026-04-17T13:32:13.439Z Downloaded ordered-float v2.10.1
3552026-04-17T13:32:13.442Z Downloaded unicode-xid v0.2.6
3562026-04-17T13:32:13.442Z Downloaded typeid v1.0.3
3572026-04-17T13:32:13.445Z Downloaded zerofrom-derive v0.1.6
3582026-04-17T13:32:13.445Z Downloaded utf8_iter v1.0.4
3592026-04-17T13:32:13.445Z Downloaded thiserror v2.0.18
3602026-04-17T13:32:13.448Z Downloaded zerovec-derive v0.11.2
3612026-04-17T13:32:13.450Z Downloaded percent-encoding v2.3.2
3622026-04-17T13:32:13.450Z Downloaded thiserror-impl v2.0.18
3632026-04-17T13:32:13.450Z Downloaded equivalent v1.0.2
3642026-04-17T13:32:13.454Z Downloaded zmij v1.0.21
3652026-04-17T13:32:13.454Z Downloaded usdt-impl v0.5.0
3662026-04-17T13:32:13.454Z Downloaded macaddr v1.0.1
3672026-04-17T13:32:13.458Z Downloaded heck v0.4.1
3682026-04-17T13:32:13.458Z Downloaded memmap v0.7.0
3692026-04-17T13:32:13.462Z Downloaded writeable v0.6.2
3702026-04-17T13:32:13.462Z Downloaded tinystr v0.8.2
3712026-04-17T13:32:13.462Z Downloaded smawk v0.3.2
3722026-04-17T13:32:13.462Z Downloaded cpufeatures v0.2.17
3732026-04-17T13:32:13.466Z Downloaded cargo-platform v0.2.0
3742026-04-17T13:32:13.466Z Downloaded zerocopy-derive v0.7.35
3752026-04-17T13:32:13.469Z Downloaded serde-value v0.7.0
3762026-04-17T13:32:13.469Z Downloaded errno v0.3.14
3772026-04-17T13:32:13.469Z Downloaded yoke v0.8.1
3782026-04-17T13:32:13.469Z Downloaded thiserror-impl v1.0.69
3792026-04-17T13:32:13.473Z Downloaded toml v0.8.23
3802026-04-17T13:32:13.473Z Downloaded ucd-trie v0.1.7
3812026-04-17T13:32:13.477Z Downloaded fastrand v2.3.0
3822026-04-17T13:32:13.477Z Downloaded textwrap v0.16.2
3832026-04-17T13:32:13.482Z Downloaded tabled_derive v0.7.0
3842026-04-17T13:32:13.482Z Downloaded terminal_size v0.4.3
3852026-04-17T13:32:13.486Z Downloaded typenum v1.19.0
3862026-04-17T13:32:13.486Z Downloaded toml_edit v0.22.27
3872026-04-17T13:32:13.491Z Downloaded strsim v0.11.1
3882026-04-17T13:32:13.491Z Downloaded swrite v0.1.0
3892026-04-17T13:32:13.491Z Downloaded serde_spanned v0.6.9
3902026-04-17T13:32:13.491Z Downloaded zerotrie v0.2.3
3912026-04-17T13:32:13.496Z Downloaded url v2.5.8
3922026-04-17T13:32:13.496Z Downloaded proc-macro-error-attr v1.0.4
3932026-04-17T13:32:13.496Z Downloaded potential_utf v0.1.4
3942026-04-17T13:32:13.500Z Downloaded sha2 v0.10.9
3952026-04-17T13:32:13.500Z Downloaded serde_tokenstream v0.2.3
3962026-04-17T13:32:13.503Z Downloaded fs-err v3.3.0
3972026-04-17T13:32:13.503Z Downloaded zerovec v0.11.5
3982026-04-17T13:32:13.506Z Downloaded erased-serde v0.4.9
3992026-04-17T13:32:13.509Z Downloaded zerocopy v0.7.35
4002026-04-17T13:32:13.517Z Downloaded winnow v0.7.14
4012026-04-17T13:32:13.524Z Downloaded stable_deref_trait v1.2.1
4022026-04-17T13:32:13.529Z Downloaded proc-macro-error v1.0.4
4032026-04-17T13:32:13.529Z Downloaded digest v0.10.7
4042026-04-17T13:32:13.529Z Downloaded byteorder v1.5.0
4052026-04-17T13:32:13.529Z Downloaded quote v1.0.44
4062026-04-17T13:32:13.532Z Downloaded unicode-width v0.2.0
4072026-04-17T13:32:13.532Z Downloaded scroll v0.12.0
4082026-04-17T13:32:13.532Z Downloaded unicode-width v0.1.14
4092026-04-17T13:32:13.535Z Downloaded generic-array v0.14.7
4102026-04-17T13:32:13.535Z Downloaded anstyle-parse v0.2.7
4112026-04-17T13:32:13.538Z Downloaded synstructure v0.13.2
4122026-04-17T13:32:13.538Z Downloaded serde-untagged v0.1.9
4132026-04-17T13:32:13.538Z Downloaded anstyle v1.0.13
4142026-04-17T13:32:13.538Z Downloaded semver v1.0.27
4152026-04-17T13:32:13.541Z Downloaded bytecount v0.6.9
4162026-04-17T13:32:13.541Z Downloaded dof v0.3.0
4172026-04-17T13:32:13.541Z Downloaded cargo_toml v0.21.0
4182026-04-17T13:32:13.541Z Downloaded cargo_metadata v0.21.0
4192026-04-17T13:32:13.546Z Downloaded clap_lex v1.0.0
4202026-04-17T13:32:13.549Z Downloaded pest_generator v2.8.6
4212026-04-17T13:32:13.549Z Downloaded autocfg v1.5.0
4222026-04-17T13:32:13.556Z Downloaded clap_derive v4.5.55
4232026-04-17T13:32:13.562Z Downloaded cargo-util-schemas v0.8.2
4242026-04-17T13:32:13.562Z Downloaded camino-tempfile v1.4.1
4252026-04-17T13:32:13.562Z Downloaded camino v1.2.2
4262026-04-17T13:32:13.562Z Downloaded bitflags v2.11.0
4272026-04-17T13:32:13.562Z Downloaded smallvec v1.15.1
4282026-04-17T13:32:13.562Z Downloaded once_cell v1.21.3
4292026-04-17T13:32:13.566Z Downloaded displaydoc v0.2.5
4302026-04-17T13:32:13.572Z Downloaded tempfile v3.25.0
4312026-04-17T13:32:13.572Z Downloaded litemap v0.8.1
4322026-04-17T13:32:13.572Z Downloaded pest_derive v2.8.6
4332026-04-17T13:32:13.581Z Downloaded papergrid v0.11.0
4342026-04-17T13:32:13.588Z Downloaded getrandom v0.4.1
4352026-04-17T13:32:13.593Z Downloaded clap v4.5.60
4362026-04-17T13:32:13.599Z Downloaded proc-macro2 v1.0.106
4372026-04-17T13:32:13.603Z Downloaded icu_properties v2.1.2
4382026-04-17T13:32:13.606Z Downloaded log v0.4.29
4392026-04-17T13:32:13.609Z Downloaded icu_provider v2.1.1
4402026-04-17T13:32:13.609Z Downloaded num-traits v0.2.19
4412026-04-17T13:32:13.614Z Downloaded serde_core v1.0.228
4422026-04-17T13:32:13.617Z Downloaded icu_normalizer v2.1.1
4432026-04-17T13:32:13.620Z Downloaded serde_derive v1.0.228
4442026-04-17T13:32:13.620Z Downloaded anyhow v1.0.102
4452026-04-17T13:32:13.623Z Downloaded icu_normalizer_data v2.1.1
4462026-04-17T13:32:13.629Z Downloaded pest_meta v2.8.6
4472026-04-17T13:32:13.634Z Downloaded serde v1.0.228
4482026-04-17T13:32:13.641Z Downloaded icu_locale_core v2.1.1
4492026-04-17T13:32:13.650Z Downloaded memchr v2.8.0
4502026-04-17T13:32:13.656Z Downloaded indexmap v2.13.0
4512026-04-17T13:32:13.659Z Downloaded icu_collections v2.1.1
4522026-04-17T13:32:13.673Z Downloaded serde_json v1.0.149
4532026-04-17T13:32:13.685Z Downloaded pest v2.8.6
4542026-04-17T13:32:13.689Z Downloaded idna v1.1.0
4552026-04-17T13:32:13.693Z Downloaded clap_builder v4.5.60
4562026-04-17T13:32:13.697Z Downloaded icu_properties_data v2.1.2
4572026-04-17T13:32:13.700Z Downloaded hashbrown v0.16.1
4582026-04-17T13:32:13.709Z Downloaded goblin v0.8.2
4592026-04-17T13:32:13.718Z Downloaded tabled v0.15.0
4602026-04-17T13:32:13.726Z Downloaded syn v1.0.109
4612026-04-17T13:32:13.738Z Downloaded syn v2.0.117
4622026-04-17T13:32:13.758Z Downloaded rustix v1.1.3
4632026-04-17T13:32:13.782Z Downloaded libc v0.2.185
4642026-04-17T13:32:13.850Z Compiling proc-macro2 v1.0.106
4652026-04-17T13:32:13.850Z Compiling quote v1.0.44
4662026-04-17T13:32:13.850Z Compiling unicode-ident v1.0.24
4672026-04-17T13:32:13.855Z Compiling serde_core v1.0.228
4682026-04-17T13:32:13.855Z Compiling libc v0.2.185
4692026-04-17T13:32:13.855Z Compiling version_check v0.9.5
4702026-04-17T13:32:13.855Z Compiling serde v1.0.228
4712026-04-17T13:32:13.855Z Compiling memchr v2.8.0
4722026-04-17T13:32:14.186Z Compiling stable_deref_trait v1.2.1
4732026-04-17T13:32:14.266Z Compiling zmij v1.0.21
4742026-04-17T13:32:14.405Z Compiling ucd-trie v0.1.7
4752026-04-17T13:32:14.408Z Compiling thiserror v1.0.69
4762026-04-17T13:32:14.457Z Compiling autocfg v1.5.0
4772026-04-17T13:32:14.684Z Compiling itoa v1.0.17
4782026-04-17T13:32:14.861Z Compiling pest v2.8.6
4792026-04-17T13:32:14.872Z Compiling writeable v0.6.2
4802026-04-17T13:32:14.885Z Compiling litemap v0.8.1
4812026-04-17T13:32:14.903Z Compiling byteorder v1.5.0
4822026-04-17T13:32:14.940Z Compiling rustix v1.1.3
4832026-04-17T13:32:15.093Z Compiling icu_properties_data v2.1.2
4842026-04-17T13:32:15.284Z Compiling icu_normalizer_data v2.1.1
4852026-04-17T13:32:15.407Z Compiling syn v2.0.117
4862026-04-17T13:32:15.484Z Compiling errno v0.3.14
4872026-04-17T13:32:15.495Z Compiling serde_json v1.0.149
4882026-04-17T13:32:15.511Z Compiling bitflags v2.11.0
4892026-04-17T13:32:15.638Z Compiling num-traits v0.2.19
4902026-04-17T13:32:15.728Z Compiling smallvec v1.15.1
4912026-04-17T13:32:15.750Z Compiling typeid v1.0.3
4922026-04-17T13:32:15.816Z Compiling equivalent v1.0.2
4932026-04-17T13:32:15.934Z Compiling pest_meta v2.8.6
4942026-04-17T13:32:15.954Z Compiling hashbrown v0.16.1
4952026-04-17T13:32:16.226Z Compiling thread-id v4.2.2
4962026-04-17T13:32:16.243Z Compiling proc-macro-error-attr v1.0.4
4972026-04-17T13:32:16.308Z Compiling usdt-impl v0.5.0
4982026-04-17T13:32:16.333Z Compiling syn v1.0.109
4992026-04-17T13:32:16.424Z Compiling indexmap v2.13.0
5002026-04-17T13:32:16.473Z Compiling erased-serde v0.4.9
5012026-04-17T13:32:16.563Z Compiling toml_write v0.1.2
5022026-04-17T13:32:16.706Z Compiling winnow v0.7.14
5032026-04-17T13:32:17.095Z Compiling proc-macro-error v1.0.4
5042026-04-17T13:32:17.130Z Compiling utf8parse v0.2.2
5052026-04-17T13:32:17.261Z Compiling log v0.4.29
5062026-04-17T13:32:17.287Z Compiling utf8_iter v1.0.4
5072026-04-17T13:32:17.445Z Compiling camino v1.2.2
5082026-04-17T13:32:17.450Z Compiling thiserror v2.0.18
5092026-04-17T13:32:17.534Z Compiling percent-encoding v2.3.2
5102026-04-17T13:32:17.612Z Compiling getrandom v0.4.1
5112026-04-17T13:32:17.746Z Compiling plain v0.2.3
5122026-04-17T13:32:17.822Z Compiling form_urlencoded v1.2.2
5132026-04-17T13:32:17.839Z Compiling ordered-float v2.10.1
5142026-04-17T13:32:17.990Z Compiling anstyle-parse v0.2.7
5152026-04-17T13:32:18.020Z Compiling synstructure v0.13.2
5162026-04-17T13:32:18.024Z Compiling pest_generator v2.8.6
5172026-04-17T13:32:18.188Z Compiling terminal_size v0.4.3
5182026-04-17T13:32:18.338Z Compiling cfg-if v1.0.4
5192026-04-17T13:32:18.419Z Compiling pretty-hex v0.4.1
5202026-04-17T13:32:18.436Z Compiling colorchoice v1.0.4
5212026-04-17T13:32:18.457Z Compiling is_terminal_polyfill v1.70.2
5222026-04-17T13:32:18.520Z Compiling anstyle v1.0.13
5232026-04-17T13:32:18.552Z Compiling anstyle-query v1.1.5
5242026-04-17T13:32:18.585Z Compiling serde-untagged v0.1.9
5252026-04-17T13:32:18.682Z Compiling semver v1.0.27
5262026-04-17T13:32:18.743Z Compiling anstream v0.6.21
5272026-04-17T13:32:18.793Z Compiling fs-err v3.3.0
5282026-04-17T13:32:18.825Z Compiling strsim v0.11.1
5292026-04-17T13:32:18.985Z Compiling fastrand v2.3.0
5302026-04-17T13:32:19.002Z Compiling bytecount v0.6.9
5312026-04-17T13:32:19.032Z Compiling once_cell v1.21.3
5322026-04-17T13:32:19.051Z Compiling anyhow v1.0.102
5332026-04-17T13:32:19.142Z Compiling fnv v1.0.7
5342026-04-17T13:32:19.174Z Compiling heck v0.4.1
5352026-04-17T13:32:19.243Z Compiling clap_lex v1.0.0
5362026-04-17T13:32:19.249Z Compiling heck v0.5.0
5372026-04-17T13:32:19.356Z Compiling unicode-width v0.1.14
5382026-04-17T13:32:19.397Z Compiling unicode-xid v0.2.6
5392026-04-17T13:32:19.499Z Compiling clap_builder v4.5.60
5402026-04-17T13:32:19.536Z Compiling tempfile v3.25.0
5412026-04-17T13:32:19.626Z Compiling papergrid v0.11.0
5422026-04-17T13:32:19.654Z Compiling memmap v0.7.0
5432026-04-17T13:32:19.712Z Compiling serde_derive v1.0.228
5442026-04-17T13:32:19.731Z Compiling zerofrom-derive v0.1.6
5452026-04-17T13:32:19.839Z Compiling yoke-derive v0.8.1
5462026-04-17T13:32:19.905Z Compiling zerovec-derive v0.11.2
5472026-04-17T13:32:20.133Z Compiling displaydoc v0.2.5
5482026-04-17T13:32:20.860Z Compiling thiserror-impl v1.0.69
5492026-04-17T13:32:20.971Z Compiling zerocopy-derive v0.7.35
5502026-04-17T13:32:20.989Z Compiling pest_derive v2.8.6
5512026-04-17T13:32:21.037Z Compiling scroll_derive v0.12.1
5522026-04-17T13:32:21.079Z Compiling zerofrom v0.1.6
5532026-04-17T13:32:21.210Z Compiling yoke v0.8.1
5542026-04-17T13:32:21.408Z Compiling zerovec v0.11.5
5552026-04-17T13:32:21.426Z Compiling zerotrie v0.2.3
5562026-04-17T13:32:21.739Z Compiling scroll v0.12.0
5572026-04-17T13:32:21.785Z Compiling thiserror-impl v2.0.18
5582026-04-17T13:32:21.892Z Compiling zerocopy v0.7.35
5592026-04-17T13:32:21.975Z Compiling tinystr v0.8.2
5602026-04-17T13:32:22.017Z Compiling potential_utf v0.1.4
5612026-04-17T13:32:22.189Z Compiling icu_locale_core v2.1.1
5622026-04-17T13:32:22.192Z Compiling icu_collections v2.1.1
5632026-04-17T13:32:22.284Z Compiling dtrace-parser v0.2.0
5642026-04-17T13:32:22.453Z Compiling goblin v0.8.2
5652026-04-17T13:32:22.489Z Compiling tabled_derive v0.7.0
5662026-04-17T13:32:22.604Z Compiling clap_derive v4.5.55
5672026-04-17T13:32:23.045Z Compiling icu_provider v2.1.1
5682026-04-17T13:32:23.077Z Compiling smawk v0.3.2
5692026-04-17T13:32:23.137Z Compiling toml_datetime v0.6.11
5702026-04-17T13:32:23.168Z Compiling serde_spanned v0.6.9
5712026-04-17T13:32:23.208Z Compiling dof v0.3.0
5722026-04-17T13:32:23.225Z Compiling serde_tokenstream v0.2.3
5732026-04-17T13:32:23.319Z Compiling icu_normalizer v2.1.1
5742026-04-17T13:32:23.341Z Compiling icu_properties v2.1.2
5752026-04-17T13:32:23.396Z Compiling toml_edit v0.22.27
5762026-04-17T13:32:23.549Z Compiling serde-value v0.7.0
5772026-04-17T13:32:23.600Z Compiling cargo-platform v0.2.0
5782026-04-17T13:32:23.854Z Compiling unicode-linebreak v0.1.5
5792026-04-17T13:32:23.874Z Compiling unicode-width v0.2.0
5802026-04-17T13:32:23.904Z Compiling tabled v0.15.0
5812026-04-17T13:32:24.113Z Compiling textwrap v0.16.2
5822026-04-17T13:32:24.140Z Compiling usdt-attr-macro v0.5.0
5832026-04-17T13:32:24.160Z Compiling usdt-macro v0.5.0
5842026-04-17T13:32:24.345Z Compiling idna_adapter v1.2.1
5852026-04-17T13:32:24.414Z Compiling clap v4.5.60
5862026-04-17T13:32:24.489Z Compiling idna v1.1.0
5872026-04-17T13:32:24.509Z Compiling macaddr v1.0.1
5882026-04-17T13:32:24.573Z Compiling camino-tempfile v1.4.1
5892026-04-17T13:32:24.774Z Compiling toml v0.8.23
5902026-04-17T13:32:24.800Z Compiling url v2.5.8
5912026-04-17T13:32:25.175Z Compiling cargo_toml v0.21.0
5922026-04-17T13:32:25.377Z Compiling cargo-util-schemas v0.8.2
5932026-04-17T13:32:25.556Z Compiling usdt v0.5.0
5942026-04-17T13:32:25.707Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5952026-04-17T13:32:25.711Z Compiling swrite v0.1.0
5962026-04-17T13:32:26.274Z Compiling cargo_metadata v0.21.0
5972026-04-17T13:32:27.241Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-04-17T13:32:29.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.76s
5992026-04-17T13:32:29.565Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-04-17T13:32:30.129Z Downloading crates ...
6012026-04-17T13:32:30.214Z Downloaded async-stream v0.3.6
6022026-04-17T13:32:30.223Z Downloaded ascii-canvas v3.0.0
6032026-04-17T13:32:30.233Z Downloaded adler2 v2.0.1
6042026-04-17T13:32:30.233Z Downloaded atomic-waker v1.1.2
6052026-04-17T13:32:30.233Z Downloaded cexpr v0.6.0
6062026-04-17T13:32:30.233Z Downloaded aead v0.5.2
6072026-04-17T13:32:30.233Z Downloaded async-compression v0.4.41
6082026-04-17T13:32:30.237Z Downloaded bcrypt-pbkdf v0.10.0
6092026-04-17T13:32:30.237Z Downloaded async-recursion v1.1.1
6102026-04-17T13:32:30.237Z Downloaded constant_time_eq v0.4.2
6112026-04-17T13:32:30.240Z Downloaded cookie v0.18.1
6122026-04-17T13:32:30.242Z Downloaded bit-set v0.5.3
6132026-04-17T13:32:30.242Z Downloaded daft v0.1.5
6142026-04-17T13:32:30.245Z Downloaded crucible-workspace-hack v0.1.0
6152026-04-17T13:32:30.248Z Downloaded crc v3.4.0
6162026-04-17T13:32:30.248Z Downloaded curve25519-dalek-derive v0.1.1
6172026-04-17T13:32:30.248Z Downloaded crc32fast v1.5.0
6182026-04-17T13:32:30.251Z Downloaded crunchy v0.2.4
6192026-04-17T13:32:30.251Z Downloaded cipher v0.4.4
6202026-04-17T13:32:30.251Z Downloaded chacha20 v0.9.1
6212026-04-17T13:32:30.253Z Downloaded block-padding v0.3.3
6222026-04-17T13:32:30.253Z Downloaded crc8 v0.1.1
6232026-04-17T13:32:30.256Z Downloaded ciborium-ll v0.2.2
6242026-04-17T13:32:30.256Z Downloaded daft-derive v0.1.5
6252026-04-17T13:32:30.259Z Downloaded ciborium-io v0.2.2
6262026-04-17T13:32:30.259Z Downloaded arrayref v0.3.9
6272026-04-17T13:32:30.262Z Downloaded darling v0.23.0
6282026-04-17T13:32:30.265Z Downloaded camino-tempfile-ext v0.3.3
6292026-04-17T13:32:30.265Z Downloaded base64 v0.22.1
6302026-04-17T13:32:30.268Z Downloaded darling v0.21.3
6312026-04-17T13:32:30.271Z Downloaded dunce v1.0.5
6322026-04-17T13:32:30.273Z Downloaded defmt v0.3.100
6332026-04-17T13:32:30.273Z Downloaded buf-list v1.1.2
6342026-04-17T13:32:30.273Z Downloaded endian-type v0.1.2
6352026-04-17T13:32:30.276Z Downloaded dirs-next v2.0.0
6362026-04-17T13:32:30.276Z Downloaded diesel_table_macro_syntax v0.3.0
6372026-04-17T13:32:30.276Z Downloaded darling_macro v0.21.3
6382026-04-17T13:32:30.276Z Downloaded cfg_aliases v0.2.1
6392026-04-17T13:32:30.279Z Downloaded assert_matches v1.5.0
6402026-04-17T13:32:30.279Z Downloaded cstr-argument v0.1.2
6412026-04-17T13:32:30.279Z Downloaded cookie_store v0.22.1
6422026-04-17T13:32:30.282Z Downloaded either v1.15.0
6432026-04-17T13:32:30.282Z Downloaded darling_core v0.20.11
6442026-04-17T13:32:30.284Z Downloaded display-error-chain v0.2.2
6452026-04-17T13:32:30.284Z Downloaded cobs v0.3.0
6462026-04-17T13:32:30.287Z Downloaded convert_case v0.4.0
6472026-04-17T13:32:30.287Z Downloaded bb8 v0.8.6
6482026-04-17T13:32:30.287Z Downloaded cpufeatures v0.3.0
6492026-04-17T13:32:30.289Z Downloaded dof v0.4.0
6502026-04-17T13:32:30.289Z Downloaded cfg_aliases v0.1.1
6512026-04-17T13:32:30.289Z Downloaded cargo-platform v0.1.9
6522026-04-17T13:32:30.292Z Downloaded bitfield-macros v0.19.4
6532026-04-17T13:32:30.292Z Downloaded async-stream-impl v0.3.6
6542026-04-17T13:32:30.292Z Downloaded atomicwrites v0.4.4
6552026-04-17T13:32:30.295Z Downloaded dropshot-api-manager-types v0.6.0
6562026-04-17T13:32:30.295Z Downloaded derive-ex v0.1.8
6572026-04-17T13:32:30.295Z Downloaded bit-vec v0.8.0
6582026-04-17T13:32:30.298Z Downloaded darling v0.20.11
6592026-04-17T13:32:30.300Z Downloaded ctr v0.9.2
6602026-04-17T13:32:30.300Z Downloaded darling_core v0.21.3
6612026-04-17T13:32:30.303Z Downloaded downcast-rs v2.0.2
6622026-04-17T13:32:30.306Z Downloaded embedded-io v0.4.0
6632026-04-17T13:32:30.306Z Downloaded dirs-sys-next v0.1.2
6642026-04-17T13:32:30.306Z Downloaded derive_builder_macro v0.20.2
6652026-04-17T13:32:30.309Z Downloaded compression-core v0.4.31
6662026-04-17T13:32:30.309Z Downloaded darling_macro v0.20.11
6672026-04-17T13:32:30.309Z Downloaded embedded-io v0.6.1
6682026-04-17T13:32:30.309Z Downloaded dtrace-parser v0.3.0
6692026-04-17T13:32:30.312Z Downloaded castaway v0.2.4
6702026-04-17T13:32:30.314Z Downloaded fixedbitset v0.4.2
6712026-04-17T13:32:30.317Z Downloaded darling_macro v0.23.0
6722026-04-17T13:32:30.317Z Downloaded document-features v0.2.12
6732026-04-17T13:32:30.320Z Downloaded fd-lock v4.0.4
6742026-04-17T13:32:30.323Z Downloaded base16ct v0.2.0
6752026-04-17T13:32:30.323Z Downloaded array-init v0.0.4
6762026-04-17T13:32:30.323Z Downloaded dsl_auto_type v0.2.0
6772026-04-17T13:32:30.326Z Downloaded difflib v0.4.0
6782026-04-17T13:32:30.326Z Downloaded defmt-parser v1.0.0
6792026-04-17T13:32:30.326Z Downloaded foreign-types v0.3.2
6802026-04-17T13:32:30.329Z Downloaded crc-catalog v2.4.0
6812026-04-17T13:32:30.329Z Downloaded deranged v0.5.8
6822026-04-17T13:32:30.332Z Downloaded ecdsa v0.16.9
6832026-04-17T13:32:30.332Z Downloaded drift v0.1.3
6842026-04-17T13:32:30.335Z Downloaded foreign-types-macros v0.2.3
6852026-04-17T13:32:30.338Z Downloaded csv-core v0.1.13
6862026-04-17T13:32:30.338Z Downloaded crossbeam-utils v0.8.21
6872026-04-17T13:32:30.340Z Downloaded critical-section v1.2.0
6882026-04-17T13:32:30.340Z Downloaded foreign-types-shared v0.1.1
6892026-04-17T13:32:30.340Z Downloaded futures-core v0.3.32
6902026-04-17T13:32:30.345Z Downloaded funty v2.0.0
6912026-04-17T13:32:30.345Z Downloaded env_filter v1.0.0
6922026-04-17T13:32:30.345Z Downloaded foreign-types v0.5.0
6932026-04-17T13:32:30.348Z Downloaded bitfield-struct v0.6.2
6942026-04-17T13:32:30.348Z Downloaded float-ord v0.3.2
6952026-04-17T13:32:30.348Z Downloaded dyn-clone v1.0.20
6962026-04-17T13:32:30.348Z Downloaded byte-wrapper v0.1.0
6972026-04-17T13:32:30.348Z Downloaded float-cmp v0.10.0
6982026-04-17T13:32:30.351Z Downloaded blowfish v0.9.1
6992026-04-17T13:32:30.351Z Downloaded bit-vec v0.6.3
7002026-04-17T13:32:30.351Z Downloaded argon2 v0.5.3
7012026-04-17T13:32:30.351Z Downloaded convert_case v0.10.0
7022026-04-17T13:32:30.354Z Downloaded console v0.15.11
7032026-04-17T13:32:30.354Z Downloaded futures-io v0.3.32
7042026-04-17T13:32:30.357Z Downloaded flagset v0.4.7
7052026-04-17T13:32:30.357Z Downloaded enum-as-inner v0.6.1
7062026-04-17T13:32:30.357Z Downloaded debug-ignore v1.0.5
7072026-04-17T13:32:30.360Z Downloaded futures-task v0.3.32
7082026-04-17T13:32:30.360Z Downloaded git-stub v1.0.0
7092026-04-17T13:32:30.362Z Downloaded gethostname v0.5.0
7102026-04-17T13:32:30.362Z Downloaded fxhash v0.2.1
7112026-04-17T13:32:30.362Z Downloaded allocator-api2 v0.2.21
7122026-04-17T13:32:30.366Z Downloaded globwalk v0.9.1
7132026-04-17T13:32:30.366Z Downloaded ghash v0.5.1
7142026-04-17T13:32:30.366Z Downloaded futures-macro v0.3.32
7152026-04-17T13:32:30.366Z Downloaded futures-sink v0.3.32
7162026-04-17T13:32:30.368Z Downloaded bzip2 v0.4.4
7172026-04-17T13:32:30.369Z Downloaded bitfield v0.19.4
7182026-04-17T13:32:30.369Z Downloaded hash32 v0.2.1
7192026-04-17T13:32:30.371Z Downloaded headers-core v0.3.0
7202026-04-17T13:32:30.371Z Downloaded fixedbitset v0.5.7
7212026-04-17T13:32:30.371Z Downloaded fallible-iterator v0.2.0
7222026-04-17T13:32:30.374Z Downloaded hostname v0.3.1
7232026-04-17T13:32:30.374Z Downloaded data-encoding v2.10.0
7242026-04-17T13:32:30.374Z Downloaded crossterm v0.28.1
7252026-04-17T13:32:30.377Z Downloaded http-body v1.0.1
7262026-04-17T13:32:30.380Z Downloaded ed25519 v2.2.3
7272026-04-17T13:32:30.380Z Downloaded cmake v0.1.57
7282026-04-17T13:32:30.383Z Downloaded erased-serde v0.3.31
7292026-04-17T13:32:30.383Z Downloaded ena v0.14.4
7302026-04-17T13:32:30.383Z Downloaded hostname v0.4.2
7312026-04-17T13:32:30.386Z Downloaded corncobs v0.1.4
7322026-04-17T13:32:30.386Z Downloaded hex-literal v0.4.1
7332026-04-17T13:32:30.388Z Downloaded diesel-dtrace v0.5.0
7342026-04-17T13:32:30.388Z Downloaded const_format_proc_macros v0.2.34
7352026-04-17T13:32:30.388Z Downloaded async-trait v0.1.89
7362026-04-17T13:32:30.391Z Downloaded foldhash v0.1.5
7372026-04-17T13:32:30.391Z Downloaded env_logger v0.11.9
7382026-04-17T13:32:30.394Z Downloaded home v0.5.12
7392026-04-17T13:32:30.394Z Downloaded arrayvec v0.7.6
7402026-04-17T13:32:30.396Z Downloaded filetime v0.2.27
7412026-04-17T13:32:30.396Z Downloaded http-range v0.1.5
7422026-04-17T13:32:30.399Z Downloaded cassowary v0.3.0
7432026-04-17T13:32:30.399Z Downloaded backoff v0.4.0
7442026-04-17T13:32:30.399Z Downloaded hyper-tls v0.6.0
7452026-04-17T13:32:30.402Z Downloaded bitflags v1.3.2
7462026-04-17T13:32:30.402Z Downloaded hubpack_derive v0.1.1
7472026-04-17T13:32:30.405Z Downloaded foreign-types-shared v0.3.1
7482026-04-17T13:32:30.405Z Downloaded hubpack v0.1.2
7492026-04-17T13:32:30.405Z Downloaded bcs v0.1.6
7502026-04-17T13:32:30.405Z Downloaded base64ct v1.8.3
7512026-04-17T13:32:30.408Z Downloaded der_derive v0.7.3
7522026-04-17T13:32:30.408Z Downloaded httpdate v1.0.3
7532026-04-17T13:32:30.411Z Downloaded ff v0.13.1
7542026-04-17T13:32:30.411Z Downloaded foldhash v0.2.0
7552026-04-17T13:32:30.411Z Downloaded fs-err v2.11.0
7562026-04-17T13:32:30.413Z Downloaded compression-codecs v0.4.37
7572026-04-17T13:32:30.416Z Downloaded cbc v0.1.2
7582026-04-17T13:32:30.416Z Downloaded crossbeam-deque v0.8.6
7592026-04-17T13:32:30.416Z Downloaded ciborium v0.2.2
7602026-04-17T13:32:30.419Z Downloaded bzip2 v0.6.1
7612026-04-17T13:32:30.419Z Downloaded hash32 v0.3.1
7622026-04-17T13:32:30.422Z Downloaded futures-executor v0.3.32
7632026-04-17T13:32:30.422Z Downloaded const_format v0.2.35
7642026-04-17T13:32:30.424Z Downloaded indent_write v2.2.0
7652026-04-17T13:32:30.424Z Downloaded globset v0.4.18
7662026-04-17T13:32:30.427Z Downloaded git-stub-vcs v0.1.0
7672026-04-17T13:32:30.427Z Downloaded indoc v1.0.9
7682026-04-17T13:32:30.430Z Downloaded glob v0.3.3
7692026-04-17T13:32:30.430Z Downloaded derive_builder_core v0.20.2
7702026-04-17T13:32:30.430Z Downloaded hex v0.4.3
7712026-04-17T13:32:30.433Z Downloaded group v0.13.0
7722026-04-17T13:32:30.433Z Downloaded atty v0.2.14
7732026-04-17T13:32:30.433Z Downloaded bit-set v0.8.0
7742026-04-17T13:32:30.436Z Downloaded derive_builder v0.20.2
7752026-04-17T13:32:30.439Z Downloaded highway v1.3.0
7762026-04-17T13:32:30.439Z Downloaded defmt v1.0.1
7772026-04-17T13:32:30.442Z Downloaded is_ci v1.2.0
7782026-04-17T13:32:30.442Z Downloaded internet-checksum v0.2.1
7792026-04-17T13:32:30.442Z Downloaded instant v0.1.13
7802026-04-17T13:32:30.445Z Downloaded instability v0.3.11
7812026-04-17T13:32:30.445Z Downloaded inout v0.1.4
7822026-04-17T13:32:30.445Z Downloaded find-msvc-tools v0.1.9
7832026-04-17T13:32:30.449Z Downloaded lalrpop-util v0.19.12
7842026-04-17T13:32:30.449Z Downloaded lazy_static v1.5.0
7852026-04-17T13:32:30.449Z Downloaded defmt-macros v1.0.1
7862026-04-17T13:32:30.452Z Downloaded is-terminal v0.4.17
7872026-04-17T13:32:30.452Z Downloaded keccak v0.1.6
7882026-04-17T13:32:30.452Z Downloaded dropshot_endpoint v0.17.0
7892026-04-17T13:32:30.455Z Downloaded const-oid v0.9.6
7902026-04-17T13:32:30.459Z Downloaded cargo_metadata v0.19.2
7912026-04-17T13:32:30.459Z Downloaded ident_case v1.0.1
7922026-04-17T13:32:30.462Z Downloaded clang-sys v1.8.1
7932026-04-17T13:32:30.462Z Downloaded humantime v2.3.0
7942026-04-17T13:32:30.462Z Downloaded colored v2.2.0
7952026-04-17T13:32:30.464Z Downloaded http-body-util v0.1.3
7962026-04-17T13:32:30.464Z Downloaded cancel-safe-futures v0.1.5
7972026-04-17T13:32:30.469Z Downloaded lru-cache v0.1.2
7982026-04-17T13:32:30.469Z Downloaded lru v0.12.5
7992026-04-17T13:32:30.469Z Downloaded chacha20 v0.10.0
8002026-04-17T13:32:30.472Z Downloaded maplit v1.0.2
8012026-04-17T13:32:30.472Z Downloaded lzss v0.8.2
8022026-04-17T13:32:30.472Z Downloaded match_cfg v0.1.0
8032026-04-17T13:32:30.472Z Downloaded maybe-uninit v2.0.0
8042026-04-17T13:32:30.472Z Downloaded lru-slab v0.1.2
8052026-04-17T13:32:30.475Z Downloaded md5 v0.7.0
8062026-04-17T13:32:30.475Z Downloaded kstat-rs v0.2.4
8072026-04-17T13:32:30.475Z Downloaded linked-hash-map v0.5.6
8082026-04-17T13:32:30.475Z Downloaded libscf-sys v1.1.0
8092026-04-17T13:32:30.478Z Downloaded fs_extra v1.3.0
8102026-04-17T13:32:30.478Z Downloaded crossbeam-epoch v0.9.18
8112026-04-17T13:32:30.480Z Downloaded console v0.16.2
8122026-04-17T13:32:30.480Z Downloaded diff v0.1.13
8132026-04-17T13:32:30.483Z Downloaded colored v3.1.1
8142026-04-17T13:32:30.483Z Downloaded backon v1.6.0
8152026-04-17T13:32:30.486Z Downloaded mime v0.3.17
8162026-04-17T13:32:30.486Z Downloaded arc-swap v1.8.2
8172026-04-17T13:32:30.488Z Downloaded des v0.8.1
8182026-04-17T13:32:30.491Z Downloaded md-5 v0.10.6
8192026-04-17T13:32:30.491Z Downloaded ingot v0.1.1
8202026-04-17T13:32:30.493Z Downloaded multimap v0.10.1
8212026-04-17T13:32:30.493Z Downloaded memoffset v0.9.1
8222026-04-17T13:32:30.493Z Downloaded indoc v2.0.7
8232026-04-17T13:32:30.496Z Downloaded impl-trait-for-tuples v0.2.3
8242026-04-17T13:32:30.499Z Downloaded nibble_vec v0.1.0
8252026-04-17T13:32:30.499Z Downloaded blake2 v0.10.6
8262026-04-17T13:32:30.499Z Downloaded newtype_derive v0.1.6
8272026-04-17T13:32:30.502Z Downloaded half v1.8.3
8282026-04-17T13:32:30.502Z Downloaded newline-converter v0.3.0
8292026-04-17T13:32:30.504Z Downloaded new_debug_unreachable v1.0.6
8302026-04-17T13:32:30.504Z Downloaded derive-where v1.6.0
8312026-04-17T13:32:30.507Z Downloaded elliptic-curve v0.13.8
8322026-04-17T13:32:30.510Z Downloaded hmac v0.12.1
8332026-04-17T13:32:30.513Z Downloaded nonempty v0.12.0
8342026-04-17T13:32:30.517Z Downloaded ipnet v2.11.0
8352026-04-17T13:32:30.517Z Downloaded ingot-types v0.1.2
8362026-04-17T13:32:30.517Z Downloaded normalize-line-endings v0.3.0
8372026-04-17T13:32:30.517Z Downloaded num-derive v0.3.3
8382026-04-17T13:32:30.520Z Downloaded num-conv v0.2.0
8392026-04-17T13:32:30.520Z Downloaded num v0.4.3
8402026-04-17T13:32:30.520Z Downloaded nodrop v0.1.14
8412026-04-17T13:32:30.523Z Downloaded num-derive v0.4.2
8422026-04-17T13:32:30.523Z Downloaded jobserver v0.1.34
8432026-04-17T13:32:30.526Z Downloaded libefi-sys v0.1.0
8442026-04-17T13:32:30.526Z Downloaded aes v0.8.4
8452026-04-17T13:32:30.531Z Downloaded num-iter v0.1.45
8462026-04-17T13:32:30.534Z Downloaded async-bb8-diesel v0.2.1
8472026-04-17T13:32:30.534Z Downloaded ahash v0.8.12
8482026-04-17T13:32:30.538Z Downloaded httparse v1.10.1
8492026-04-17T13:32:30.541Z Downloaded managed v0.8.0
8502026-04-17T13:32:30.541Z Downloaded num_enum_derive v0.5.11
8512026-04-17T13:32:30.541Z Downloaded lock_api v0.4.14
8522026-04-17T13:32:30.541Z Downloaded linear-map v1.2.0
8532026-04-17T13:32:30.543Z Downloaded libsw v3.5.0
8542026-04-17T13:32:30.543Z Downloaded olpc-cjson v0.1.4
8552026-04-17T13:32:30.543Z Downloaded opaque-debug v0.3.1
8562026-04-17T13:32:30.546Z Downloaded num_threads v0.1.7
8572026-04-17T13:32:30.546Z Downloaded futures-channel v0.3.32
8582026-04-17T13:32:30.546Z Downloaded libloading v0.8.9
8592026-04-17T13:32:30.549Z Downloaded iana-time-zone v0.1.65
8602026-04-17T13:32:30.552Z Downloaded openssl-macros v0.1.1
8612026-04-17T13:32:30.553Z Downloaded libsw-core v0.3.2
8622026-04-17T13:32:30.553Z Downloaded openssl-probe v0.2.1
8632026-04-17T13:32:30.556Z Downloaded openssl-probe v0.1.6
8642026-04-17T13:32:30.556Z Downloaded fatfs v0.3.6
8652026-04-17T13:32:30.556Z Downloaded dropshot_endpoint v0.16.7
8662026-04-17T13:32:30.559Z Downloaded getrandom v0.3.4
8672026-04-17T13:32:30.559Z Downloaded newtype-uuid-macros v0.1.0
8682026-04-17T13:32:30.563Z Downloaded newtype-uuid v1.3.2
8692026-04-17T13:32:30.563Z Downloaded getrandom v0.2.17
8702026-04-17T13:32:30.568Z Downloaded hyper-staticfile v0.10.1
8712026-04-17T13:32:30.568Z Downloaded mime_guess v2.0.5
8722026-04-17T13:32:30.568Z Downloaded parse-size v1.1.0
8732026-04-17T13:32:30.569Z Downloaded parse-display v0.10.0
8742026-04-17T13:32:30.572Z Downloaded oso-derive v0.27.3
8752026-04-17T13:32:30.572Z Downloaded nanorand v0.7.0
8762026-04-17T13:32:30.572Z Downloaded multer v3.1.0
8772026-04-17T13:32:30.572Z Downloaded pbkdf2 v0.12.2
8782026-04-17T13:32:30.572Z Downloaded native-tls v0.2.18
8792026-04-17T13:32:30.576Z Downloaded half v2.7.1
8802026-04-17T13:32:30.576Z Downloaded darling_core v0.23.0
8812026-04-17T13:32:30.581Z Downloaded ingot-macros v0.1.1
8822026-04-17T13:32:30.585Z Downloaded pbkdf2 v0.11.0
8832026-04-17T13:32:30.585Z Downloaded num-complex v0.4.6
8842026-04-17T13:32:30.589Z Downloaded nu-ansi-term v0.50.3
8852026-04-17T13:32:30.589Z Downloaded phf_shared v0.12.1
8862026-04-17T13:32:30.589Z Downloaded phf_shared v0.11.3
8872026-04-17T13:32:30.589Z Downloaded num-rational v0.4.2
8882026-04-17T13:32:30.592Z Downloaded pin-utils v0.1.0
8892026-04-17T13:32:30.592Z Downloaded num-integer v0.1.46
8902026-04-17T13:32:30.592Z Downloaded ipnetwork v0.21.1
8912026-04-17T13:32:30.595Z Downloaded compact_str v0.8.1
8922026-04-17T13:32:30.598Z Downloaded bytes v1.11.1
8932026-04-17T13:32:30.598Z Downloaded peg-runtime v0.8.5
8942026-04-17T13:32:30.601Z Downloaded crc-any v2.5.0
8952026-04-17T13:32:30.601Z Downloaded phf_shared v0.13.1
8962026-04-17T13:32:30.601Z Downloaded chacha20poly1305 v0.10.1
8972026-04-17T13:32:30.603Z Downloaded futures v0.3.32
8982026-04-17T13:32:30.606Z Downloaded num_enum v0.7.5
8992026-04-17T13:32:30.609Z Downloaded num_enum_derive v0.7.5
9002026-04-17T13:32:30.611Z Downloaded litrs v1.0.0
9012026-04-17T13:32:30.615Z Downloaded precomputed-hash v0.1.1
9022026-04-17T13:32:30.618Z Downloaded diesel_derives v2.3.7
9032026-04-17T13:32:30.621Z Downloaded predicates-tree v1.0.13
9042026-04-17T13:32:30.623Z Downloaded predicates-core v1.0.10
9052026-04-17T13:32:30.623Z Downloaded powerfmt v0.2.0
9062026-04-17T13:32:30.623Z Downloaded flume v0.11.1
9072026-04-17T13:32:30.626Z Downloaded derive_more v0.99.20
9082026-04-17T13:32:30.629Z Downloaded owo-colors v4.3.0
9092026-04-17T13:32:30.629Z Downloaded memmap2 v0.9.10
9102026-04-17T13:32:30.632Z Downloaded ignore v0.4.25
9112026-04-17T13:32:30.632Z Downloaded password-hash v0.5.0
9122026-04-17T13:32:30.647Z Downloaded progenitor-macro v0.10.0
9132026-04-17T13:32:30.649Z Downloaded derive_more v2.1.1
9142026-04-17T13:32:30.657Z Downloaded quick-error v1.2.3
9152026-04-17T13:32:30.659Z Downloaded psl-types v2.0.11
9162026-04-17T13:32:30.659Z Downloaded progenitor-macro v0.11.2
9172026-04-17T13:32:30.659Z Downloaded pin-project-lite v0.2.17
9182026-04-17T13:32:30.659Z Downloaded pem-rfc7468 v0.7.0
9192026-04-17T13:32:30.662Z Downloaded pin-project-internal v1.1.11
9202026-04-17T13:32:30.662Z Downloaded progenitor-macro v0.13.0
9212026-04-17T13:32:30.665Z Downloaded progenitor-client v0.10.0
9222026-04-17T13:32:30.665Z Downloaded ar_archive_writer v0.5.1
9232026-04-17T13:32:30.669Z Downloaded pem v3.0.6
9242026-04-17T13:32:30.669Z Downloaded peg v0.8.5
9252026-04-17T13:32:30.674Z Downloaded libbz2-rs-sys v0.2.2
9262026-04-17T13:32:30.674Z Downloaded derive_more-impl v2.1.1
9272026-04-17T13:32:30.677Z Downloaded bumpalo v3.20.2
9282026-04-17T13:32:30.677Z Downloaded pkcs8 v0.10.2
9292026-04-17T13:32:30.677Z Downloaded phf v0.13.1
9302026-04-17T13:32:30.680Z Downloaded phf v0.12.1
9312026-04-17T13:32:30.680Z Downloaded omicron-zone-package v0.12.2
9322026-04-17T13:32:30.680Z Downloaded pkg-config v0.3.32
9332026-04-17T13:32:30.682Z Downloaded predicates v3.1.4
9342026-04-17T13:32:30.685Z Downloaded polyval v0.6.2
9352026-04-17T13:32:30.685Z Downloaded path-slash v0.1.5
9362026-04-17T13:32:30.685Z Downloaded paste v1.0.15
9372026-04-17T13:32:30.688Z Downloaded num_enum v0.5.11
9382026-04-17T13:32:30.692Z Downloaded ref-cast-impl v1.0.25
9392026-04-17T13:32:30.692Z Downloaded rand_chacha v0.3.1
9402026-04-17T13:32:30.692Z Downloaded recursive-proc-macro-impl v0.1.1
9412026-04-17T13:32:30.695Z Downloaded radium v0.7.0
9422026-04-17T13:32:30.695Z Downloaded ppv-lite86 v0.2.21
9432026-04-17T13:32:30.695Z Downloaded hyper-rustls v0.27.7
9442026-04-17T13:32:30.695Z Downloaded progenitor v0.10.0
9452026-04-17T13:32:30.698Z Downloaded recursive v0.1.1
9462026-04-17T13:32:30.698Z Downloaded postgres-protocol v0.6.10
9472026-04-17T13:32:30.698Z Downloaded proc-macro-error2 v2.0.1
9482026-04-17T13:32:30.701Z Downloaded parking_lot v0.12.5
9492026-04-17T13:32:30.703Z Downloaded base64 v0.21.7
9502026-04-17T13:32:30.703Z Downloaded indicatif v0.18.4
9512026-04-17T13:32:30.706Z Downloaded oxnet v0.1.4
9522026-04-17T13:32:30.709Z Downloaded hickory-resolver v0.24.4
9532026-04-17T13:32:30.711Z Downloaded indexmap v1.9.3
9542026-04-17T13:32:30.711Z Downloaded ref-cast v1.0.25
9552026-04-17T13:32:30.714Z Downloaded rand_xorshift v0.4.0
9562026-04-17T13:32:30.714Z Downloaded primeorder v0.13.6
9572026-04-17T13:32:30.716Z Downloaded flate2 v1.1.9
9582026-04-17T13:32:30.719Z Downloaded crypto-bigint v0.5.5
9592026-04-17T13:32:30.722Z Downloaded rtoolbox v0.0.3
9602026-04-17T13:32:30.724Z Downloaded progenitor-client v0.13.0
9612026-04-17T13:32:30.724Z Downloaded rustc_version v0.1.7
9622026-04-17T13:32:30.724Z Downloaded progenitor-client v0.11.2
9632026-04-17T13:32:30.724Z Downloaded progenitor v0.13.0
9642026-04-17T13:32:30.727Z Downloaded rfc6979 v0.4.0
9652026-04-17T13:32:30.727Z Downloaded progenitor v0.11.2
9662026-04-17T13:32:30.727Z Downloaded peg-macros v0.8.5
9672026-04-17T13:32:30.729Z Downloaded russh-cryptovec v0.7.3
9682026-04-17T13:32:30.730Z Downloaded cc v1.2.56
9692026-04-17T13:32:30.733Z Downloaded r2d2 v0.8.10
9702026-04-17T13:32:30.733Z Downloaded pkcs5 v0.7.1
9712026-04-17T13:32:30.735Z Downloaded pkcs1 v0.7.5
9722026-04-17T13:32:30.735Z Downloaded expectorate v1.2.0
9732026-04-17T13:32:30.738Z Downloaded rustc_version v0.4.1
9742026-04-17T13:32:30.738Z Downloaded progenitor-extras v0.1.1
9752026-04-17T13:32:30.741Z Downloaded parking_lot_core v0.9.12
9762026-04-17T13:32:30.741Z Downloaded proc-macro-error-attr2 v2.0.0
9772026-04-17T13:32:30.741Z Downloaded proc-macro-crate v3.4.0
9782026-04-17T13:32:30.744Z Downloaded rustc-hash v2.1.1
9792026-04-17T13:32:30.744Z Downloaded proc-macro-crate v1.3.1
9802026-04-17T13:32:30.744Z Downloaded password-hash v0.4.2
9812026-04-17T13:32:30.746Z Downloaded parse-display-derive v0.10.0
9822026-04-17T13:32:30.746Z Downloaded postgres-types v0.2.12
9832026-04-17T13:32:30.749Z Downloaded hickory-resolver v0.25.2
9842026-04-17T13:32:30.749Z Downloaded rand_chacha v0.9.0
9852026-04-17T13:32:30.753Z Downloaded poly1305 v0.8.0
9862026-04-17T13:32:30.753Z Downloaded parking_lot_core v0.8.6
9872026-04-17T13:32:30.755Z Downloaded heapless v0.8.0
9882026-04-17T13:32:30.755Z Downloaded oso v0.27.3
9892026-04-17T13:32:30.758Z Downloaded heapless v0.7.17
9902026-04-17T13:32:30.760Z Downloaded same-file v1.0.6
9912026-04-17T13:32:30.760Z Downloaded rand_seeder v0.4.0
9922026-04-17T13:32:30.763Z Downloaded salsa20 v0.10.2
9932026-04-17T13:32:30.763Z Downloaded scopeguard v1.2.0
9942026-04-17T13:32:30.763Z Downloaded headers v0.4.1
9952026-04-17T13:32:30.766Z Downloaded miniz_oxide v0.8.9
9962026-04-17T13:32:30.769Z Downloaded scroll_derive v0.13.1
9972026-04-17T13:32:30.769Z Downloaded sapling-renderdag v0.1.0
9982026-04-17T13:32:30.769Z Downloaded packed_struct_codegen v0.10.1
9992026-04-17T13:32:30.772Z Downloaded packed_struct v0.10.1
10002026-04-17T13:32:30.772Z Downloaded oxide-tokio-rt v0.1.4
10012026-04-17T13:32:30.777Z Downloaded postcard v1.1.3
10022026-04-17T13:32:30.777Z Downloaded dropshot-api-manager v0.6.0
10032026-04-17T13:32:30.780Z Downloaded rand_core v0.10.0
10042026-04-17T13:32:30.780Z Downloaded der v0.7.10
10052026-04-17T13:32:30.783Z Downloaded secrecy v0.8.0
10062026-04-17T13:32:30.783Z Downloaded scrypt v0.11.0
10072026-04-17T13:32:30.783Z Downloaded parking_lot v0.11.2
10082026-04-17T13:32:30.786Z Downloaded hashbrown v0.12.3
10092026-04-17T13:32:30.786Z Downloaded crossterm v0.29.0
10102026-04-17T13:32:30.789Z Downloaded seq-macro v0.3.6
10112026-04-17T13:32:30.792Z Downloaded semver v0.1.20
10122026-04-17T13:32:30.792Z Downloaded psm v0.1.30
10132026-04-17T13:32:30.795Z Downloaded pin-project v1.1.11
10142026-04-17T13:32:30.800Z Downloaded serde_repr v0.1.20
10152026-04-17T13:32:30.803Z Downloaded serde-big-array v0.5.1
10162026-04-17T13:32:30.803Z Downloaded serde_bytes v0.11.19
10172026-04-17T13:32:30.803Z Downloaded secrecy v0.10.3
10182026-04-17T13:32:30.806Z Downloaded resolv-conf v0.7.6
10192026-04-17T13:32:30.806Z Downloaded papergrid v0.17.0
10202026-04-17T13:32:30.810Z Downloaded serde_plain v1.0.2
10212026-04-17T13:32:30.810Z Downloaded crossbeam-channel v0.5.15
10222026-04-17T13:32:30.813Z Downloaded shell-words v1.1.1
10232026-04-17T13:32:30.813Z Downloaded sha1 v0.10.6
10242026-04-17T13:32:30.813Z Downloaded serde_urlencoded v0.7.1
10252026-04-17T13:32:30.816Z Downloaded serde_spanned v1.0.4
10262026-04-17T13:32:30.816Z Downloaded signal-hook-mio v0.2.5
10272026-04-17T13:32:30.819Z Downloaded openssl-sys v0.9.111
10282026-04-17T13:32:30.822Z Downloaded signature v2.2.0
10292026-04-17T13:32:30.822Z Downloaded rustversion v1.0.22
10302026-04-17T13:32:30.822Z Downloaded rusty-fork v0.3.1
10312026-04-17T13:32:30.826Z Downloaded rustls-pemfile v2.2.0
10322026-04-17T13:32:30.826Z Downloaded rustls-native-certs v0.8.3
10332026-04-17T13:32:30.829Z Downloaded rustls-pemfile v1.0.4
10342026-04-17T13:32:30.829Z Downloaded rand_core v0.9.5
10352026-04-17T13:32:30.829Z Downloaded rand_core v0.6.4
10362026-04-17T13:32:30.832Z Downloaded scheduled-thread-pool v0.2.7
10372026-04-17T13:32:30.835Z Downloaded sigpipe v0.1.3
10382026-04-17T13:32:30.839Z Downloaded signal-hook-tokio v0.3.1
10392026-04-17T13:32:30.842Z Downloaded slog-bunyan v2.5.0
10402026-04-17T13:32:30.845Z Downloaded slog-envlogger v2.2.0
10412026-04-17T13:32:30.845Z Downloaded schemars_derive v0.8.22
10422026-04-17T13:32:30.845Z Downloaded p256 v0.13.2
10432026-04-17T13:32:30.853Z Downloaded sct v0.7.1
10442026-04-17T13:32:30.859Z Downloaded sec1 v0.7.3
10452026-04-17T13:32:30.863Z Downloaded scroll v0.13.0
10462026-04-17T13:32:30.868Z Downloaded sqlparser_derive v0.5.0
10472026-04-17T13:32:30.868Z Downloaded ed25519-dalek v2.2.0
10482026-04-17T13:32:30.868Z Downloaded progenitor-impl v0.10.0
10492026-04-17T13:32:30.871Z Downloaded hashbrown v0.13.2
10502026-04-17T13:32:30.874Z Downloaded jiff-static v0.2.21
10512026-04-17T13:32:30.878Z Downloaded quinn-udp v0.5.14
10522026-04-17T13:32:30.878Z Downloaded russh-keys v0.45.0
10532026-04-17T13:32:30.882Z Downloaded serde_path_to_error v0.1.20
10542026-04-17T13:32:30.885Z Downloaded serde_derive_internals v0.29.1
10552026-04-17T13:32:30.885Z Downloaded serde-hex v0.1.0
10562026-04-17T13:32:30.888Z Downloaded structmeta v0.3.0
10572026-04-17T13:32:30.888Z Downloaded strip-ansi-escapes v0.2.1
10582026-04-17T13:32:30.888Z Downloaded ssh-encoding v0.2.0
10592026-04-17T13:32:30.893Z Downloaded strum v0.26.3
10602026-04-17T13:32:30.893Z Downloaded structmeta-derive v0.3.0
10612026-04-17T13:32:30.893Z Downloaded signal-hook-registry v1.4.8
10622026-04-17T13:32:30.893Z Downloaded prettyplease v0.2.37
10632026-04-17T13:32:30.896Z Downloaded strum v0.27.2
10642026-04-17T13:32:30.896Z Downloaded shlex v1.3.0
10652026-04-17T13:32:30.896Z Downloaded rustls-pki-types v1.14.0
10662026-04-17T13:32:30.899Z Downloaded http v1.4.0
10672026-04-17T13:32:30.899Z Downloaded hickory-server v0.25.2
10682026-04-17T13:32:30.903Z Downloaded rcgen v0.12.1
10692026-04-17T13:32:30.913Z Downloaded slog-term v2.9.2
10702026-04-17T13:32:30.913Z Downloaded slog-stdlog v4.1.1
10712026-04-17T13:32:30.917Z Downloaded simd-adler32 v0.3.8
10722026-04-17T13:32:30.917Z Downloaded slog-async v2.8.0
10732026-04-17T13:32:30.918Z Downloaded slab v0.4.12
10742026-04-17T13:32:30.918Z Downloaded siphasher v1.0.2
10752026-04-17T13:32:30.918Z Downloaded prefix-trie v0.7.0
10762026-04-17T13:32:30.918Z Downloaded slog-json v2.6.1
10772026-04-17T13:32:30.918Z Downloaded sync_wrapper v1.0.2
10782026-04-17T13:32:30.918Z Downloaded sync-ptr v0.1.4
10792026-04-17T13:32:30.918Z Downloaded smf v0.2.3
10802026-04-17T13:32:30.918Z Downloaded supports-color v3.0.2
10812026-04-17T13:32:30.921Z Downloaded subtle v2.6.1
10822026-04-17T13:32:30.921Z Downloaded slog-scope v4.4.1
10832026-04-17T13:32:30.921Z Downloaded slog-dtrace v0.3.0
10842026-04-17T13:32:30.921Z Downloaded tabled_derive v0.11.0
10852026-04-17T13:32:30.921Z Downloaded minimal-lexical v0.2.1
10862026-04-17T13:32:30.924Z Downloaded testing_table v0.3.0
10872026-04-17T13:32:30.924Z Downloaded smallvec v0.6.14
10882026-04-17T13:32:30.928Z Downloaded pretty_assertions v1.4.1
10892026-04-17T13:32:30.928Z Downloaded take_mut v0.2.2
10902026-04-17T13:32:30.932Z Downloaded tap v1.0.1
10912026-04-17T13:32:30.932Z Downloaded tagptr v0.2.0
10922026-04-17T13:32:30.932Z Downloaded itertools v0.10.5
10932026-04-17T13:32:30.937Z Downloaded termtree v0.5.1
10942026-04-17T13:32:30.937Z Downloaded progenitor-impl v0.11.2
10952026-04-17T13:32:30.940Z Downloaded ssh-cipher v0.2.0
10962026-04-17T13:32:30.943Z Downloaded spki v0.7.3
10972026-04-17T13:32:30.943Z Downloaded sqlformat v0.3.5
10982026-04-17T13:32:30.943Z Downloaded thiserror-impl-no-std v2.0.2
10992026-04-17T13:32:30.946Z Downloaded thread-id v5.1.0
11002026-04-17T13:32:30.949Z Downloaded time-core v0.1.8
11012026-04-17T13:32:30.949Z Downloaded aes-gcm v0.10.3
11022026-04-17T13:32:30.955Z Downloaded serde_cbor v0.11.2
11032026-04-17T13:32:30.959Z Downloaded serde_with_macros v3.17.0
11042026-04-17T13:32:30.962Z Downloaded static_assertions v1.1.0
11052026-04-17T13:32:30.962Z Downloaded stacker v0.1.23
11062026-04-17T13:32:30.965Z Downloaded stringprep v0.1.5
11072026-04-17T13:32:30.969Z Downloaded tinyvec_macros v0.1.1
11082026-04-17T13:32:30.969Z Downloaded strum_macros v0.26.4
11092026-04-17T13:32:30.973Z Downloaded string_cache v0.8.9
11102026-04-17T13:32:30.973Z Downloaded num-bigint v0.4.6
11112026-04-17T13:32:30.973Z Downloaded strum_macros v0.24.3
11122026-04-17T13:32:30.976Z Downloaded ryu v1.0.23
11132026-04-17T13:32:30.981Z Downloaded hyper-util v0.1.20
11142026-04-17T13:32:30.983Z Downloaded schemars v0.8.22
11152026-04-17T13:32:30.987Z Downloaded tokio-macros v2.7.0
11162026-04-17T13:32:30.991Z Downloaded tabwriter v1.4.1
11172026-04-17T13:32:30.991Z Downloaded support-bundle-viewer v0.1.2
11182026-04-17T13:32:30.991Z Downloaded strum_macros v0.27.2
11192026-04-17T13:32:30.996Z Downloaded mio v1.2.0
11202026-04-17T13:32:31.004Z Downloaded hashbrown v0.15.5
11212026-04-17T13:32:31.009Z Downloaded snafu-derive v0.8.9
11222026-04-17T13:32:31.012Z Downloaded thiserror-no-std v2.0.2
11232026-04-17T13:32:31.012Z Downloaded ron v0.8.1
11242026-04-17T13:32:31.016Z Downloaded tower-service v0.3.3
11252026-04-17T13:32:31.016Z Downloaded thread_local v1.1.9
11262026-04-17T13:32:31.021Z Downloaded trait-variant v0.1.2
11272026-04-17T13:32:31.021Z Downloaded topological-sort v0.2.2
11282026-04-17T13:32:31.021Z Downloaded termios v0.3.3
11292026-04-17T13:32:31.021Z Downloaded rand v0.8.5
11302026-04-17T13:32:31.025Z Downloaded try-lock v0.2.5
11312026-04-17T13:32:31.025Z Downloaded spin v0.9.8
11322026-04-17T13:32:31.025Z Downloaded qorb v0.4.1
11332026-04-17T13:32:31.029Z Downloaded serde_yaml v0.9.34+deprecated
11342026-04-17T13:32:31.034Z Downloaded tower-layer v0.3.3
11352026-04-17T13:32:31.034Z Downloaded signal-hook v0.3.18
11362026-04-17T13:32:31.034Z Downloaded tiny-keccak v2.0.2
11372026-04-17T13:32:31.039Z Downloaded time-macros v0.2.27
11382026-04-17T13:32:31.039Z Downloaded tls_codec v0.4.2
11392026-04-17T13:32:31.039Z Downloaded nom v7.1.3
11402026-04-17T13:32:31.042Z Downloaded unarray v0.1.4
11412026-04-17T13:32:31.043Z Downloaded similar v2.7.0
11422026-04-17T13:32:31.046Z Downloaded typify-macro v0.6.1
11432026-04-17T13:32:31.046Z Downloaded libxml v0.3.3
11442026-04-17T13:32:31.049Z Downloaded universal-hash v0.5.1
11452026-04-17T13:32:31.049Z Downloaded unit-prefix v0.5.2
11462026-04-17T13:32:31.049Z Downloaded rayon-core v1.13.0
11472026-04-17T13:32:31.053Z Downloaded slog v2.8.2
11482026-04-17T13:32:31.056Z Downloaded schemars v0.9.0
11492026-04-17T13:32:31.060Z Downloaded untrusted v0.9.0
11502026-04-17T13:32:31.063Z Downloaded untrusted v0.7.1
11512026-04-17T13:32:31.063Z Downloaded term v0.7.0
11522026-04-17T13:32:31.067Z Downloaded tokio-tungstenite v0.21.0
11532026-04-17T13:32:31.067Z Downloaded usdt-attr-macro v0.6.0
11542026-04-17T13:32:31.068Z Downloaded tokio-native-tls v0.3.1
11552026-04-17T13:32:31.068Z Downloaded usdt v0.6.0
11562026-04-17T13:32:31.071Z Downloaded tokio-rustls v0.25.0
11572026-04-17T13:32:31.071Z Downloaded iddqd v0.3.17
11582026-04-17T13:32:31.074Z Downloaded utf-8 v0.7.6
11592026-04-17T13:32:31.074Z Downloaded progenitor-impl v0.13.0
11602026-04-17T13:32:31.078Z Downloaded itertools v0.12.1
11612026-04-17T13:32:31.081Z Downloaded socket2 v0.5.10
11622026-04-17T13:32:31.081Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11632026-04-17T13:32:31.081Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11642026-04-17T13:32:31.084Z Downloaded toml_writer v1.0.6+spec-1.1.0
11652026-04-17T13:32:31.084Z Downloaded term v1.2.1
11662026-04-17T13:32:31.089Z Downloaded rsa v0.9.10
11672026-04-17T13:32:31.089Z Downloaded aho-corasick v1.1.4
11682026-04-17T13:32:31.093Z Downloaded waitgroup v0.1.2
11692026-04-17T13:32:31.093Z Downloaded void v1.0.2
11702026-04-17T13:32:31.093Z Downloaded publicsuffix v2.3.0
11712026-04-17T13:32:31.098Z Downloaded quinn v0.11.9
11722026-04-17T13:32:31.098Z Downloaded itertools v0.13.0
11732026-04-17T13:32:31.102Z Downloaded tui-tree-widget v0.23.1
11742026-04-17T13:32:31.103Z Downloaded unicode-truncate v1.1.0
11752026-04-17T13:32:31.103Z Downloaded typify-macro v0.4.3
11762026-04-17T13:32:31.108Z Downloaded tokio-dtrace v0.1.1
11772026-04-17T13:32:31.108Z Downloaded rustls-platform-verifier v0.6.2
11782026-04-17T13:32:31.108Z Downloaded blake3 v1.8.3
11792026-04-17T13:32:31.112Z Downloaded want v0.3.1
11802026-04-17T13:32:31.112Z Downloaded wait-timeout v0.2.1
11812026-04-17T13:32:31.112Z Downloaded unicase v2.9.0
11822026-04-17T13:32:31.117Z Downloaded rustls-webpki v0.103.9
11832026-04-17T13:32:31.121Z Downloaded tokio-rustls v0.26.4
11842026-04-17T13:32:31.121Z Downloaded xattr v1.6.1
11852026-04-17T13:32:31.125Z Downloaded samael v0.0.19
11862026-04-17T13:32:31.125Z Downloaded tokio-tungstenite v0.23.1
11872026-04-17T13:32:31.128Z Downloaded h2 v0.4.13
11882026-04-17T13:32:31.131Z Downloaded xshell-macros v0.2.7
11892026-04-17T13:32:31.131Z Downloaded usdt-impl v0.6.0
11902026-04-17T13:32:31.131Z Downloaded futures-util v0.3.32
11912026-04-17T13:32:31.138Z Downloaded usdt-macro v0.6.0
11922026-04-17T13:32:31.142Z Downloaded tokio-rustls v0.24.1
11932026-04-17T13:32:31.142Z Downloaded test-strategy v0.4.5
11942026-04-17T13:32:31.142Z Downloaded zeroize_derive v1.4.3
11952026-04-17T13:32:31.147Z Downloaded socket2 v0.6.3
11962026-04-17T13:32:31.147Z Downloaded snafu v0.8.9
11972026-04-17T13:32:31.151Z Downloaded zone_cfg_derive v0.3.1
11982026-04-17T13:32:31.151Z Downloaded zone v0.3.1
11992026-04-17T13:32:31.151Z Downloaded uzers v0.12.2
12002026-04-17T13:32:31.151Z Downloaded tracing-attributes v0.1.31
12012026-04-17T13:32:31.154Z Downloaded toml_parser v1.0.9+spec-1.1.0
12022026-04-17T13:32:31.154Z Downloaded iri-string v0.7.10
12032026-04-17T13:32:31.157Z Downloaded vergen-gitcl v1.0.8
12042026-04-17T13:32:31.157Z Downloaded vergen-lib v0.1.6
12052026-04-17T13:32:31.157Z Downloaded num-bigint-dig v0.8.6
12062026-04-17T13:32:31.161Z Downloaded walkdir v2.5.0
12072026-04-17T13:32:31.164Z Downloaded vsss-rs v3.3.4
12082026-04-17T13:32:31.164Z Downloaded tinyvec v1.10.0
12092026-04-17T13:32:31.167Z Downloaded twox-hash v2.1.2
12102026-04-17T13:32:31.167Z Downloaded itertools v0.14.0
12112026-04-17T13:32:31.170Z Downloaded tls_codec_derive v0.4.2
12122026-04-17T13:32:31.172Z Downloaded rand v0.10.0
12132026-04-17T13:32:31.172Z Downloaded rand v0.9.2
12142026-04-17T13:32:31.175Z Downloaded hyper v1.8.1
12152026-04-17T13:32:31.178Z Downloaded whoami v1.6.1
12162026-04-17T13:32:31.182Z Downloaded unicode-properties v0.1.4
12172026-04-17T13:32:31.182Z Downloaded wyz v0.5.1
12182026-04-17T13:32:31.182Z Downloaded aws-lc-rs v1.16.0
12192026-04-17T13:32:31.188Z Downloaded xshell v0.2.7
12202026-04-17T13:32:31.191Z Downloaded tokio-stream v0.1.18
12212026-04-17T13:32:31.191Z Downloaded toml v0.7.8
12222026-04-17T13:32:31.194Z Downloaded subprocess v0.2.15
12232026-04-17T13:32:31.197Z Downloaded toml v0.9.12+spec-1.1.0
12242026-04-17T13:32:31.197Z Downloaded p521 v0.13.3
12252026-04-17T13:32:31.202Z Downloaded schemars v1.2.1
12262026-04-17T13:32:31.207Z Downloaded tar v0.4.45
12272026-04-17T13:32:31.214Z Downloaded zstd v0.13.3
12282026-04-17T13:32:31.214Z Downloaded vergen-git2 v1.0.7
12292026-04-17T13:32:31.214Z Downloaded vergen v9.0.6
12302026-04-17T13:32:31.218Z Downloaded russh v0.45.0
12312026-04-17T13:32:31.218Z Downloaded tracing-core v0.1.36
12322026-04-17T13:32:31.218Z Downloaded hkdf v0.12.4
12332026-04-17T13:32:31.223Z Downloaded steno v0.4.1
12342026-04-17T13:32:31.223Z Downloaded tungstenite v0.23.0
12352026-04-17T13:32:31.226Z Downloaded unicode-bidi v0.3.18
12362026-04-17T13:32:31.226Z Downloaded tungstenite v0.21.0
12372026-04-17T13:32:31.229Z Downloaded typify v0.4.3
12382026-04-17T13:32:31.232Z Downloaded yasna v0.5.2
12392026-04-17T13:32:31.235Z Downloaded whoami v2.1.0
12402026-04-17T13:32:31.245Z Downloaded uuid v1.23.0
12412026-04-17T13:32:31.249Z Downloaded zerocopy v0.6.6
12422026-04-17T13:32:31.255Z Downloaded zeroize v1.8.2
12432026-04-17T13:32:31.258Z Downloaded toml v1.0.6+spec-1.1.0
12442026-04-17T13:32:31.264Z Downloaded toml_edit v0.23.10+spec-1.0.0
12452026-04-17T13:32:31.267Z Downloaded rpassword v7.4.0
12462026-04-17T13:32:31.270Z Downloaded zstd-safe v7.2.4
12472026-04-17T13:32:31.270Z Downloaded libm v0.2.16
12482026-04-17T13:32:31.280Z Downloaded rustyline v14.0.0
12492026-04-17T13:32:31.283Z Downloaded typify v0.6.1
12502026-04-17T13:32:31.292Z Downloaded zopfli v0.8.3
12512026-04-17T13:32:31.297Z Downloaded unsafe-libyaml v0.2.11
12522026-04-17T13:32:31.299Z Downloaded reedline v0.40.0
12532026-04-17T13:32:31.303Z Downloaded ssh-key v0.6.7
12542026-04-17T13:32:31.317Z Downloaded yansi v1.0.1
12552026-04-17T13:32:31.320Z Downloaded p384 v0.13.1
12562026-04-17T13:32:31.328Z Downloaded bitvec v1.0.1
12572026-04-17T13:32:31.335Z Downloaded zip v0.6.6
12582026-04-17T13:32:31.338Z Downloaded vte v0.14.1
12592026-04-17T13:32:31.344Z Downloaded portable-atomic v1.13.1
12602026-04-17T13:32:31.348Z Downloaded unicode_categories v0.1.1
12612026-04-17T13:32:31.352Z Downloaded regex v1.12.3
12622026-04-17T13:32:31.355Z Downloaded reqwest v0.13.2
12632026-04-17T13:32:31.358Z Downloaded tokio-postgres v0.7.16
12642026-04-17T13:32:31.361Z Downloaded git2 v0.20.4
12652026-04-17T13:32:31.365Z Downloaded toml_edit v0.19.15
12662026-04-17T13:32:31.375Z Downloaded reqwest v0.12.28
12672026-04-17T13:32:31.378Z Downloaded unicode-segmentation v1.12.0
12682026-04-17T13:32:31.382Z Downloaded bindgen v0.71.1
12692026-04-17T13:32:31.385Z Downloaded x509-cert v0.2.5
12702026-04-17T13:32:31.390Z Downloaded moka v0.12.13
12712026-04-17T13:32:31.393Z Downloaded rayon v1.11.0
12722026-04-17T13:32:31.396Z Downloaded proptest v1.10.0
12732026-04-17T13:32:31.402Z Downloaded unicode-normalization v0.1.25
12742026-04-17T13:32:31.407Z Downloaded quick-xml v0.37.5
12752026-04-17T13:32:31.409Z Downloaded lalrpop v0.19.12
12762026-04-17T13:32:31.413Z Downloaded tower v0.5.3
12772026-04-17T13:32:31.418Z Downloaded zerocopy-derive v0.8.40
12782026-04-17T13:32:31.422Z Downloaded typed-path v0.9.3
12792026-04-17T13:32:31.426Z Downloaded rustls-webpki v0.101.7
12802026-04-17T13:32:31.434Z Downloaded salty v0.3.0
12812026-04-17T13:32:31.437Z Downloaded rustls-webpki v0.102.8
12822026-04-17T13:32:31.458Z Downloaded tough v0.20.0
12832026-04-17T13:32:31.462Z Downloaded chrono v0.4.44
12842026-04-17T13:32:31.465Z Downloaded goblin v0.10.5
12852026-04-17T13:32:31.468Z Downloaded tokio-util v0.7.18
12862026-04-17T13:32:31.492Z Downloaded tower-http v0.6.8
12872026-04-17T13:32:31.497Z Downloaded serde_with v3.17.0
12882026-04-17T13:32:31.503Z Downloaded zip v4.6.1
12892026-04-17T13:32:31.506Z Downloaded curve25519-dalek v4.1.3
12902026-04-17T13:32:31.513Z Downloaded quinn-proto v0.11.13
12912026-04-17T13:32:31.524Z Downloaded nix v0.27.1
12922026-04-17T13:32:31.532Z Downloaded petname v2.0.2
12932026-04-17T13:32:31.536Z Downloaded radix_trie v0.2.1
12942026-04-17T13:32:31.542Z Downloaded openssl v0.10.75
12952026-04-17T13:32:31.546Z Downloaded winnow v0.6.26
12962026-04-17T13:32:31.551Z Downloaded tabled v0.20.0
12972026-04-17T13:32:31.563Z Downloaded nix v0.29.0
12982026-04-17T13:32:31.567Z Downloaded polar-core v0.27.3
12992026-04-17T13:32:31.571Z Downloaded nix v0.28.0
13002026-04-17T13:32:31.578Z Downloaded time v0.3.47
13012026-04-17T13:32:31.585Z Downloaded bstr v1.12.1
13022026-04-17T13:32:31.592Z Downloaded winnow v0.5.40
13032026-04-17T13:32:31.596Z Downloaded smoltcp v0.11.0
13042026-04-17T13:32:31.603Z Downloaded webpki-roots v1.0.6
13052026-04-17T13:32:31.606Z Downloaded nix v0.31.2
13062026-04-17T13:32:31.610Z Downloaded regex-syntax v0.6.29
13072026-04-17T13:32:31.616Z Downloaded regress v0.10.5
13082026-04-17T13:32:31.620Z Downloaded diesel v2.3.7
13092026-04-17T13:32:31.630Z Downloaded smoltcp v0.9.1
13102026-04-17T13:32:31.635Z Downloaded vcpkg v0.2.15
13112026-04-17T13:32:31.658Z Downloaded rustls v0.21.12
13122026-04-17T13:32:31.661Z Downloaded object v0.37.3
13132026-04-17T13:32:31.668Z Downloaded hickory-proto v0.24.4
13142026-04-17T13:32:31.675Z Downloaded zlib-rs v0.6.2
13152026-04-17T13:32:31.678Z Downloaded dropshot v0.17.0
13162026-04-17T13:32:31.691Z Downloaded openapiv3 v2.2.0
13172026-04-17T13:32:31.696Z Downloaded hickory-proto v0.25.2
13182026-04-17T13:32:31.704Z Downloaded zerocopy v0.8.40
13192026-04-17T13:32:31.709Z Downloaded sqlparser v0.61.0
13202026-04-17T13:32:31.715Z Downloaded regex-syntax v0.8.10
13212026-04-17T13:32:31.718Z Downloaded rustls v0.22.4
13222026-04-17T13:32:31.725Z Downloaded dropshot v0.16.7
13232026-04-17T13:32:31.738Z Downloaded sled v0.34.7
13242026-04-17T13:32:31.742Z Downloaded rustls v0.23.37
13252026-04-17T13:32:31.748Z Downloaded rustix v0.38.44
13262026-04-17T13:32:31.761Z Downloaded typify-impl v0.4.3
13272026-04-17T13:32:31.768Z Downloaded object v0.30.4
13282026-04-17T13:32:31.797Z Downloaded regex-automata v0.4.14
13292026-04-17T13:32:31.823Z Downloaded tracing v0.1.44
13302026-04-17T13:32:31.835Z Downloaded ratatui v0.29.0
13312026-04-17T13:32:31.845Z Downloaded typify-impl v0.6.1
13322026-04-17T13:32:31.853Z Downloaded petgraph v0.8.3
13332026-04-17T13:32:31.866Z Downloaded bzip2-sys v0.1.13+1.0.8
13342026-04-17T13:32:31.874Z Downloaded csv v1.4.0
13352026-04-17T13:32:31.885Z Downloaded sha3 v0.10.8
13362026-04-17T13:32:31.888Z Downloaded zerocopy-derive v0.6.6
13372026-04-17T13:32:31.901Z Downloaded tokio v1.52.1
13382026-04-17T13:32:31.923Z Downloaded petgraph v0.6.5
13392026-04-17T13:32:31.933Z Downloaded chrono-tz v0.10.4
13402026-04-17T13:32:31.942Z Downloaded jiff v0.2.21
13412026-04-17T13:32:31.972Z Downloaded libz-sys v1.1.24
13422026-04-17T13:32:31.983Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13432026-04-17T13:32:31.996Z Downloaded encoding_rs v0.8.35
13442026-04-17T13:32:32.006Z Downloaded ring v0.17.14
13452026-04-17T13:32:32.110Z Downloaded libgit2-sys v0.18.3+1.9.2
13462026-04-17T13:32:32.594Z Downloaded aws-lc-sys v0.37.1
13472026-04-17T13:32:32.846Z Compiling libc v0.2.185
13482026-04-17T13:32:32.846Z Compiling serde v1.0.228
13492026-04-17T13:32:32.850Z Compiling log v0.4.29
13502026-04-17T13:32:32.850Z Compiling shlex v1.3.0
13512026-04-17T13:32:33.015Z Compiling find-msvc-tools v0.1.9
13522026-04-17T13:32:33.015Z Compiling smallvec v1.15.1
13532026-04-17T13:32:33.026Z Compiling syn v2.0.117
13542026-04-17T13:32:33.051Z Compiling typenum v1.19.0
13552026-04-17T13:32:33.183Z Compiling generic-array v0.14.7
13562026-04-17T13:32:33.200Z Compiling subtle v2.6.1
13572026-04-17T13:32:33.222Z Compiling scopeguard v1.2.0
13582026-04-17T13:32:33.293Z Compiling const-oid v0.9.6
13592026-04-17T13:32:33.322Z Compiling lock_api v0.4.14
13602026-04-17T13:32:33.335Z Compiling portable-atomic v1.13.1
13612026-04-17T13:32:33.369Z Compiling zerocopy v0.8.40
13622026-04-17T13:32:33.444Z Compiling critical-section v1.2.0
13632026-04-17T13:32:33.549Z Compiling serde_json v1.0.149
13642026-04-17T13:32:33.551Z Compiling parking_lot_core v0.9.12
13652026-04-17T13:32:33.779Z Compiling pin-project-lite v0.2.17
13662026-04-17T13:32:33.835Z Compiling getrandom v0.2.17
13672026-04-17T13:32:33.850Z Compiling jobserver v0.1.34
13682026-04-17T13:32:33.868Z Compiling errno v0.3.14
13692026-04-17T13:32:33.994Z Compiling rand_core v0.6.4
13702026-04-17T13:32:34.013Z Compiling pkg-config v0.3.32
13712026-04-17T13:32:34.033Z Compiling signal-hook-registry v1.4.8
13722026-04-17T13:32:34.056Z Compiling cc v1.2.56
13732026-04-17T13:32:34.262Z Compiling bitflags v2.11.0
13742026-04-17T13:32:34.293Z Compiling once_cell v1.21.3
13752026-04-17T13:32:34.377Z Compiling libm v0.2.16
13762026-04-17T13:32:34.483Z Compiling parking_lot v0.12.5
13772026-04-17T13:32:34.498Z Compiling mio v1.2.0
13782026-04-17T13:32:34.511Z Compiling num-traits v0.2.19
13792026-04-17T13:32:34.572Z Compiling futures-core v0.3.32
13802026-04-17T13:32:34.725Z Compiling percent-encoding v2.3.2
13812026-04-17T13:32:34.860Z Compiling socket2 v0.6.3
13822026-04-17T13:32:34.875Z Compiling allocator-api2 v0.2.21
13832026-04-17T13:32:34.912Z Compiling futures-sink v0.3.32
13842026-04-17T13:32:34.926Z Compiling foldhash v0.2.0
13852026-04-17T13:32:34.954Z Compiling cpufeatures v0.2.17
13862026-04-17T13:32:35.015Z Compiling futures-channel v0.3.32
13872026-04-17T13:32:35.030Z Compiling getrandom v0.4.1
13882026-04-17T13:32:35.139Z Compiling futures-io v0.3.32
13892026-04-17T13:32:35.187Z Compiling hashbrown v0.16.1
13902026-04-17T13:32:35.241Z Compiling slab v0.4.12
13912026-04-17T13:32:35.256Z Compiling futures-task v0.3.32
13922026-04-17T13:32:35.293Z Compiling rustversion v1.0.22
13932026-04-17T13:32:35.373Z Compiling rand_core v0.10.0
13942026-04-17T13:32:35.417Z Compiling getrandom v0.3.4
13952026-04-17T13:32:35.433Z Compiling form_urlencoded v1.2.2
13962026-04-17T13:32:35.603Z Compiling cmake v0.1.57
13972026-04-17T13:32:35.761Z Compiling synstructure v0.13.2
13982026-04-17T13:32:35.778Z Compiling indexmap v2.13.0
13992026-04-17T13:32:35.812Z Compiling ident_case v1.0.1
14002026-04-17T13:32:35.940Z Compiling base64ct v1.8.3
14012026-04-17T13:32:35.994Z Compiling fs_extra v1.3.0
14022026-04-17T13:32:36.151Z Compiling dunce v1.0.5
14032026-04-17T13:32:36.225Z Compiling pem-rfc7468 v0.7.0
14042026-04-17T13:32:36.240Z Compiling flagset v0.4.7
14052026-04-17T13:32:36.255Z Compiling aws-lc-sys v0.37.1
14062026-04-17T13:32:36.258Z Compiling rustix v1.1.3
14072026-04-17T13:32:36.351Z Compiling rand_core v0.9.5
14082026-04-17T13:32:36.354Z Compiling iana-time-zone v0.1.65
14092026-04-17T13:32:36.380Z Compiling uuid v1.23.0
14102026-04-17T13:32:36.404Z Compiling ring v0.17.14
14112026-04-17T13:32:36.589Z Compiling rustc_version v0.4.1
14122026-04-17T13:32:36.612Z Compiling aws-lc-rs v1.16.0
14132026-04-17T13:32:36.712Z Compiling regex-syntax v0.8.10
14142026-04-17T13:32:36.903Z Compiling vcpkg v0.2.15
14152026-04-17T13:32:36.933Z Compiling tracing-core v0.1.36
14162026-04-17T13:32:37.132Z Compiling pest_generator v2.8.6
14172026-04-17T13:32:37.494Z Compiling serde_derive_internals v0.29.1
14182026-04-17T13:32:37.520Z Compiling serde_derive v1.0.228
14192026-04-17T13:32:37.650Z Compiling zeroize_derive v1.4.3
14202026-04-17T13:32:37.849Z Compiling zerofrom-derive v0.1.6
14212026-04-17T13:32:38.087Z Compiling yoke-derive v0.8.1
14222026-04-17T13:32:38.292Z Compiling zeroize v1.8.2
14232026-04-17T13:32:38.396Z Compiling zerocopy-derive v0.8.40
14242026-04-17T13:32:39.044Z Compiling crypto-common v0.1.7
14252026-04-17T13:32:39.047Z Compiling block-buffer v0.10.4
14262026-04-17T13:32:39.194Z Compiling digest v0.10.7
14272026-04-17T13:32:39.227Z Compiling zerovec-derive v0.11.2
14282026-04-17T13:32:39.241Z Compiling displaydoc v0.2.5
14292026-04-17T13:32:39.244Z Compiling zerofrom v0.1.6
14302026-04-17T13:32:39.377Z Compiling yoke v0.8.1
14312026-04-17T13:32:39.443Z Compiling tokio-macros v2.7.0
14322026-04-17T13:32:39.561Z Compiling hmac v0.12.1
14332026-04-17T13:32:39.716Z Compiling futures-macro v0.3.32
14342026-04-17T13:32:39.960Z Compiling zerotrie v0.2.3
14352026-04-17T13:32:40.142Z Compiling block-padding v0.3.3
14362026-04-17T13:32:40.247Z Compiling sha2 v0.10.9
14372026-04-17T13:32:40.301Z Compiling inout v0.1.4
14382026-04-17T13:32:40.316Z Compiling zerovec v0.11.5
14392026-04-17T13:32:40.469Z Compiling cipher v0.4.4
14402026-04-17T13:32:40.506Z Compiling futures-util v0.3.32
14412026-04-17T13:32:40.719Z Compiling der_derive v0.7.3
14422026-04-17T13:32:40.825Z Compiling tinystr v0.8.2
14432026-04-17T13:32:40.944Z Compiling bytes v1.11.1
14442026-04-17T13:32:41.023Z Compiling icu_locale_core v2.1.1
14452026-04-17T13:32:41.110Z Compiling potential_utf v0.1.4
14462026-04-17T13:32:41.279Z Compiling icu_collections v2.1.1
14472026-04-17T13:32:41.588Z Compiling tokio v1.52.1
14482026-04-17T13:32:41.622Z Compiling http v1.4.0
14492026-04-17T13:32:41.706Z Compiling icu_provider v2.1.1
14502026-04-17T13:32:41.786Z Compiling der v0.7.10
14512026-04-17T13:32:41.939Z Compiling icu_properties v2.1.2
14522026-04-17T13:32:42.002Z Compiling icu_normalizer v2.1.1
14532026-04-17T13:32:42.518Z Compiling chrono v0.4.44
14542026-04-17T13:32:42.543Z Compiling salsa20 v0.10.2
14552026-04-17T13:32:42.684Z Compiling ppv-lite86 v0.2.21
14562026-04-17T13:32:42.788Z Compiling idna_adapter v1.2.1
14572026-04-17T13:32:42.804Z Compiling spki v0.7.3
14582026-04-17T13:32:42.926Z Compiling idna v1.1.0
14592026-04-17T13:32:42.968Z Compiling pbkdf2 v0.12.2
14602026-04-17T13:32:42.994Z Compiling thiserror-impl v2.0.18
14612026-04-17T13:32:43.008Z Compiling rand_chacha v0.9.0
14622026-04-17T13:32:43.022Z Compiling cbc v0.1.2
14632026-04-17T13:32:43.078Z Compiling scrypt v0.11.0
14642026-04-17T13:32:43.161Z Compiling aes v0.8.4
14652026-04-17T13:32:43.328Z Compiling url v2.5.8
14662026-04-17T13:32:43.554Z Compiling rustls-pki-types v1.14.0
14672026-04-17T13:32:43.687Z Compiling openssl-sys v0.9.111
14682026-04-17T13:32:43.869Z Compiling tracing-attributes v0.1.31
14692026-04-17T13:32:43.993Z Compiling pkcs5 v0.7.1
14702026-04-17T13:32:44.119Z Compiling rand v0.9.2
14712026-04-17T13:32:44.198Z Compiling http-body v1.0.1
14722026-04-17T13:32:44.245Z Compiling untrusted v0.7.1
14732026-04-17T13:32:44.275Z Compiling thiserror v2.0.18
14742026-04-17T13:32:44.347Z Compiling base64 v0.22.1
14752026-04-17T13:32:44.366Z Compiling untrusted v0.9.0
14762026-04-17T13:32:44.381Z Compiling schemars v0.8.22
14772026-04-17T13:32:44.460Z Compiling openssl-probe v0.2.1
14782026-04-17T13:32:44.484Z Compiling httparse v1.10.1
14792026-04-17T13:32:44.632Z Compiling pkcs8 v0.10.2
14802026-04-17T13:32:44.649Z Compiling schemars_derive v0.8.22
14812026-04-17T13:32:44.860Z Compiling pest_derive v2.8.6
14822026-04-17T13:32:44.886Z Compiling scroll_derive v0.13.1
14832026-04-17T13:32:44.936Z Compiling darling_core v0.20.11
14842026-04-17T13:32:45.152Z Compiling tracing v0.1.44
14852026-04-17T13:32:45.276Z Compiling tokio-util v0.7.18
14862026-04-17T13:32:45.412Z Compiling tower-layer v0.3.3
14872026-04-17T13:32:45.575Z Compiling tower-service v0.3.3
14882026-04-17T13:32:45.662Z Compiling atomic-waker v1.1.2
14892026-04-17T13:32:45.677Z Compiling dyn-clone v1.0.20
14902026-04-17T13:32:45.789Z Compiling try-lock v0.2.5
14912026-04-17T13:32:45.812Z Compiling rustls v0.23.37
14922026-04-17T13:32:45.863Z Compiling tinyvec_macros v0.1.1
14932026-04-17T13:32:45.896Z Compiling want v0.3.1
14942026-04-17T13:32:45.936Z Compiling h2 v0.4.13
14952026-04-17T13:32:45.978Z Compiling tinyvec v1.10.0
14962026-04-17T13:32:46.282Z Compiling scroll v0.13.0
14972026-04-17T13:32:46.310Z Compiling ipnet v2.11.0
14982026-04-17T13:32:46.586Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14992026-04-17T13:32:46.626Z Compiling spin v0.9.8
15002026-04-17T13:32:46.832Z Compiling aho-corasick v1.1.4
15012026-04-17T13:32:46.855Z Compiling num-conv v0.2.0
15022026-04-17T13:32:46.964Z Compiling crc32fast v1.5.0
15032026-04-17T13:32:46.986Z Compiling openssl v0.10.75
15042026-04-17T13:32:47.138Z Compiling pin-utils v0.1.0
15052026-04-17T13:32:47.202Z Compiling darling_macro v0.20.11
15062026-04-17T13:32:47.218Z Compiling powerfmt v0.2.0
15072026-04-17T13:32:47.221Z Compiling httpdate v1.0.3
15082026-04-17T13:32:47.245Z Compiling time-core v0.1.8
15092026-04-17T13:32:47.381Z Compiling foreign-types-shared v0.1.1
15102026-04-17T13:32:47.400Z Compiling time-macros v0.2.27
15112026-04-17T13:32:47.415Z Compiling deranged v0.5.8
15122026-04-17T13:32:47.445Z Compiling foreign-types v0.3.2
15132026-04-17T13:32:47.513Z Compiling tempfile v3.25.0
15142026-04-17T13:32:47.663Z Compiling darling v0.20.11
15152026-04-17T13:32:47.748Z Compiling regex-automata v0.4.14
15162026-04-17T13:32:47.883Z Compiling goblin v0.10.5
15172026-04-17T13:32:48.442Z Compiling openssl-macros v0.1.1
15182026-04-17T13:32:48.513Z Compiling wait-timeout v0.2.1
15192026-04-17T13:32:48.781Z Compiling socket2 v0.5.10
15202026-04-17T13:32:48.818Z Compiling siphasher v1.0.2
15212026-04-17T13:32:48.871Z Compiling hyper v1.8.1
15222026-04-17T13:32:49.004Z Compiling quick-error v1.2.3
15232026-04-17T13:32:49.116Z Compiling syn v1.0.109
15242026-04-17T13:32:49.169Z Compiling num_threads v0.1.7
15252026-04-17T13:32:49.266Z Compiling simd-adler32 v0.3.8
15262026-04-17T13:32:49.410Z Compiling bit-vec v0.8.0
15272026-04-17T13:32:49.505Z Compiling usdt-impl v0.6.0
15282026-04-17T13:32:49.640Z Compiling crossbeam-utils v0.8.21
15292026-04-17T13:32:49.708Z Compiling native-tls v0.2.18
15302026-04-17T13:32:49.890Z Compiling hyper-util v0.1.20
15312026-04-17T13:32:49.925Z Compiling bit-set v0.8.0
15322026-04-17T13:32:50.005Z Compiling time v0.3.47
15332026-04-17T13:32:50.095Z Compiling rusty-fork v0.3.1
15342026-04-17T13:32:50.405Z Compiling derive_builder_core v0.20.2
15352026-04-17T13:32:51.277Z Compiling dof v0.4.0
15362026-04-17T13:32:51.610Z Compiling unicode-normalization v0.1.25
15372026-04-17T13:32:51.772Z Compiling dtrace-parser v0.3.0
15382026-04-17T13:32:51.801Z Compiling rustls-native-certs v0.8.3
15392026-04-17T13:32:52.052Z Compiling signature v2.2.0
15402026-04-17T13:32:52.055Z Compiling scroll_derive v0.12.1
15412026-04-17T13:32:52.088Z Compiling thiserror-impl v1.0.69
15422026-04-17T13:32:52.226Z Compiling heapless v0.7.17
15432026-04-17T13:32:52.464Z Compiling rand_xorshift v0.4.0
15442026-04-17T13:32:52.479Z Compiling slog v2.8.2
15452026-04-17T13:32:52.517Z Compiling darling_core v0.21.3
15462026-04-17T13:32:52.625Z Compiling bzip2-sys v0.1.13+1.0.8
15472026-04-17T13:32:52.660Z Compiling sync_wrapper v1.0.2
15482026-04-17T13:32:52.730Z Compiling thread-id v5.1.0
15492026-04-17T13:32:52.781Z Compiling cookie v0.18.1
15502026-04-17T13:32:52.793Z Compiling unarray v0.1.4
15512026-04-17T13:32:52.948Z Compiling unicode-bidi v0.3.18
15522026-04-17T13:32:52.951Z Compiling zstd-safe v7.2.4
15532026-04-17T13:32:52.951Z Compiling adler2 v2.0.1
15542026-04-17T13:32:53.073Z Compiling signal-hook v0.3.18
15552026-04-17T13:32:54.101Z Compiling anyhow v1.0.102
15562026-04-17T13:32:54.106Z Compiling paste v1.0.15
15572026-04-17T13:32:54.106Z Compiling unicode-properties v0.1.4
15582026-04-17T13:32:54.106Z Compiling thiserror v1.0.69
15592026-04-17T13:32:54.106Z Compiling miniz_oxide v0.8.9
15602026-04-17T13:32:54.106Z Compiling stringprep v0.1.5
15612026-04-17T13:32:54.106Z Compiling proptest v1.10.0
15622026-04-17T13:32:54.106Z Compiling tower v0.5.3
15632026-04-17T13:32:54.106Z Compiling scroll v0.12.0
15642026-04-17T13:32:54.237Z Compiling derive_builder_macro v0.20.2
15652026-04-17T13:32:54.369Z Compiling ipnetwork v0.21.1
15662026-04-17T13:32:54.476Z Compiling http-body-util v0.1.3
15672026-04-17T13:32:54.680Z Compiling webpki-roots v1.0.6
15682026-04-17T13:32:54.714Z Compiling rand_chacha v0.3.1
15692026-04-17T13:32:54.754Z Compiling toml_datetime v0.6.11
15702026-04-17T13:32:54.772Z Compiling erased-serde v0.3.31
15712026-04-17T13:32:54.798Z Compiling serde_tokenstream v0.2.3
15722026-04-17T13:32:54.974Z Compiling darling_macro v0.21.3
15732026-04-17T13:32:55.005Z Compiling serde_spanned v0.6.9
15742026-04-17T13:32:55.099Z Compiling md-5 v0.10.6
15752026-04-17T13:32:55.149Z Compiling zerocopy-derive v0.7.35
15762026-04-17T13:32:55.252Z Compiling curve25519-dalek v4.1.3
15772026-04-17T13:32:55.267Z Compiling vergen-lib v0.1.6
15782026-04-17T13:32:55.445Z Compiling num-integer v0.1.46
15792026-04-17T13:32:55.448Z Compiling hash32 v0.2.1
15802026-04-17T13:32:55.506Z Compiling ff v0.13.1
15812026-04-17T13:32:55.585Z Compiling memoffset v0.9.1
15822026-04-17T13:32:55.643Z Compiling zlib-rs v0.6.2
15832026-04-17T13:32:55.659Z Compiling rustix v0.38.44
15842026-04-17T13:32:55.766Z Compiling psl-types v2.0.11
15852026-04-17T13:32:55.781Z Compiling cfg_aliases v0.2.1
15862026-04-17T13:32:55.856Z Compiling num-bigint-dig v0.8.6
15872026-04-17T13:32:55.890Z Compiling base16ct v0.2.0
15882026-04-17T13:32:56.001Z Compiling ref-cast v1.0.25
15892026-04-17T13:32:56.016Z Compiling iri-string v0.7.10
15902026-04-17T13:32:56.041Z Compiling litrs v1.0.0
15912026-04-17T13:32:56.065Z Compiling fallible-iterator v0.2.0
15922026-04-17T13:32:56.300Z Compiling ryu v1.0.23
15932026-04-17T13:32:56.370Z Compiling smoltcp v0.9.1
15942026-04-17T13:32:56.537Z Compiling serde_urlencoded v0.7.1
15952026-04-17T13:32:56.616Z Compiling document-features v0.2.12
15962026-04-17T13:32:56.792Z Compiling postgres-protocol v0.6.10
15972026-04-17T13:32:56.877Z Compiling zerocopy v0.7.35
15982026-04-17T13:32:57.192Z Compiling tower-http v0.6.8
15992026-04-17T13:32:57.343Z Compiling sec1 v0.7.3
16002026-04-17T13:32:57.524Z Compiling publicsuffix v2.3.0
16012026-04-17T13:32:57.554Z Compiling nix v0.31.2
16022026-04-17T13:32:57.614Z Compiling newtype-uuid v1.3.2
16032026-04-17T13:32:57.689Z Compiling num-iter v0.1.45
16042026-04-17T13:32:57.704Z Compiling group v0.13.0
16052026-04-17T13:32:57.933Z Compiling darling v0.21.3
16062026-04-17T13:32:57.962Z Compiling rand v0.8.5
16072026-04-17T13:32:58.017Z Compiling derive_builder v0.20.2
16082026-04-17T13:32:58.093Z Compiling hubpack_derive v0.1.1
16092026-04-17T13:32:58.144Z Compiling oxnet v0.1.4
16102026-04-17T13:32:58.273Z Compiling tokio-native-tls v0.3.1
16112026-04-17T13:32:58.425Z Compiling goblin v0.8.2
16122026-04-17T13:32:58.517Z Compiling flate2 v1.1.9
16132026-04-17T13:32:58.877Z Compiling regex v1.12.3
16142026-04-17T13:32:58.913Z Compiling phf_shared v0.13.1
16152026-04-17T13:32:59.139Z Compiling lazy_static v1.5.0
16162026-04-17T13:32:59.155Z Compiling cargo-platform v0.1.9
16172026-04-17T13:32:59.169Z Compiling hkdf v0.12.4
16182026-04-17T13:32:59.234Z Compiling crypto-bigint v0.5.5
16192026-04-17T13:32:59.295Z Compiling terminal_size v0.4.3
16202026-04-17T13:32:59.309Z Compiling strum_macros v0.27.2
16212026-04-17T13:32:59.328Z Compiling ref-cast-impl v1.0.25
16222026-04-17T13:32:59.405Z Compiling daft-derive v0.1.5
16232026-04-17T13:32:59.429Z Compiling curve25519-dalek-derive v0.1.1
16242026-04-17T13:32:59.854Z Compiling async-trait v0.1.89
16252026-04-17T13:33:00.063Z Compiling vergen v9.0.6
16262026-04-17T13:33:00.097Z Compiling fs-err v3.3.0
16272026-04-17T13:33:00.240Z Compiling ahash v0.8.12
16282026-04-17T13:33:00.287Z Compiling winnow v0.5.40
16292026-04-17T13:33:00.443Z Compiling foldhash v0.1.5
16302026-04-17T13:33:00.619Z Compiling libbz2-rs-sys v0.2.2
16312026-04-17T13:33:00.858Z Compiling bitflags v1.3.2
16322026-04-17T13:33:00.938Z Compiling managed v0.8.0
16332026-04-17T13:33:01.161Z Compiling unicode-segmentation v1.12.0
16342026-04-17T13:33:01.251Z Compiling object v0.37.3
16352026-04-17T13:33:01.292Z Compiling bumpalo v3.20.2
16362026-04-17T13:33:01.315Z Compiling strum v0.27.2
16372026-04-17T13:33:01.570Z Compiling zopfli v0.8.3
16382026-04-17T13:33:01.570Z Compiling bzip2 v0.6.1
16392026-04-17T13:33:01.599Z Compiling toml_edit v0.19.15
16402026-04-17T13:33:01.735Z Compiling dof v0.3.0
16412026-04-17T13:33:01.792Z Compiling hashbrown v0.15.5
16422026-04-17T13:33:01.906Z Compiling clap_builder v4.5.60
16432026-04-17T13:33:02.320Z Compiling elliptic-curve v0.13.8
16442026-04-17T13:33:02.343Z Compiling daft v0.1.5
16452026-04-17T13:33:02.554Z Compiling cargo_metadata v0.19.2
16462026-04-17T13:33:02.702Z Compiling phf v0.13.1
16472026-04-17T13:33:02.868Z Compiling cookie_store v0.22.1
16482026-04-17T13:33:03.514Z Compiling signal-hook-mio v0.2.5
16492026-04-17T13:33:03.870Z Compiling zstd v0.13.3
16502026-04-17T13:33:03.987Z Compiling hubpack v0.1.2
16512026-04-17T13:33:04.132Z Compiling hyper-tls v0.6.0
16522026-04-17T13:33:04.215Z Compiling bzip2 v0.4.4
16532026-04-17T13:33:04.220Z Compiling serde_with_macros v3.17.0
16542026-04-17T13:33:04.410Z Compiling postgres-types v0.2.12
16552026-04-17T13:33:04.466Z Compiling usdt-attr-macro v0.6.0
16562026-04-17T13:33:04.847Z Compiling usdt-macro v0.6.0
16572026-04-17T13:33:04.949Z Compiling dtrace-parser v0.2.0
16582026-04-17T13:33:05.244Z Compiling ed25519 v2.2.3
16592026-04-17T13:33:05.327Z Compiling bstr v1.12.1
16602026-04-17T13:33:05.349Z Compiling phf_shared v0.11.3
16612026-04-17T13:33:05.483Z Compiling pkcs1 v0.7.5
16622026-04-17T13:33:05.524Z Compiling hex v0.4.3
16632026-04-17T13:33:05.584Z Compiling serde-big-array v0.5.1
16642026-04-17T13:33:05.696Z Compiling rfc6979 v0.4.0
16652026-04-17T13:33:05.726Z Compiling enum-as-inner v0.6.1
16662026-04-17T13:33:05.786Z Compiling clap_derive v4.5.55
16672026-04-17T13:33:05.820Z Compiling strum_macros v0.26.4
16682026-04-17T13:33:05.878Z Compiling serde_repr v0.1.20
16692026-04-17T13:33:05.971Z Compiling float-cmp v0.10.0
16702026-04-17T13:33:06.117Z Compiling memmap2 v0.9.10
16712026-04-17T13:33:06.141Z Compiling thread-id v4.2.2
16722026-04-17T13:33:06.212Z Compiling env_filter v1.0.0
16732026-04-17T13:33:06.228Z Compiling encoding_rs v0.8.35
16742026-04-17T13:33:06.324Z Compiling data-encoding v2.10.0
16752026-04-17T13:33:06.397Z Compiling precomputed-hash v0.1.1
16762026-04-17T13:33:06.497Z Compiling whoami v2.1.0
16772026-04-17T13:33:06.568Z Compiling predicates-core v1.0.10
16782026-04-17T13:33:06.751Z Compiling either v1.15.0
16792026-04-17T13:33:06.905Z Compiling mime v0.3.17
16802026-04-17T13:33:06.963Z Compiling fixedbitset v0.5.7
16812026-04-17T13:33:07.037Z Compiling rustc-hash v2.1.1
16822026-04-17T13:33:07.166Z Compiling normalize-line-endings v0.3.0
16832026-04-17T13:33:07.166Z Compiling keccak v0.1.6
16842026-04-17T13:33:07.266Z Compiling new_debug_unreachable v1.0.6
16852026-04-17T13:33:07.270Z Compiling static_assertions v1.1.0
16862026-04-17T13:33:07.349Z Compiling difflib v0.4.0
16872026-04-17T13:33:07.366Z Compiling jiff v0.2.21
16882026-04-17T13:33:07.553Z Compiling fixedbitset v0.4.2
16892026-04-17T13:33:07.574Z Compiling strum v0.26.3
16902026-04-17T13:33:07.710Z Compiling predicates v3.1.4
16912026-04-17T13:33:07.760Z Compiling petgraph v0.6.5
16922026-04-17T13:33:07.777Z Compiling clap v4.5.60
16932026-04-17T13:33:07.867Z Compiling string_cache v0.8.9
16942026-04-17T13:33:07.912Z Compiling sha3 v0.10.8
16952026-04-17T13:33:08.003Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16962026-04-17T13:33:08.083Z Compiling petgraph v0.8.3
16972026-04-17T13:33:08.194Z Compiling iddqd v0.3.17
16982026-04-17T13:33:08.347Z Compiling toml_edit v0.22.27
16992026-04-17T13:33:08.363Z Compiling itertools v0.13.0
17002026-04-17T13:33:09.218Z Compiling tokio-postgres v0.7.16
17012026-04-17T13:33:09.288Z Compiling hickory-proto v0.25.2
17022026-04-17T13:33:09.551Z Compiling env_logger v0.11.9
17032026-04-17T13:33:09.901Z Compiling zip v4.6.1
17042026-04-17T13:33:09.956Z Compiling usdt v0.6.0
17052026-04-17T13:33:10.221Z Compiling usdt-impl v0.5.0
17062026-04-17T13:33:10.728Z Compiling ecdsa v0.16.9
17072026-04-17T13:33:10.792Z Compiling serde_with v3.17.0
17082026-04-17T13:33:10.844Z Compiling similar v2.7.0
17092026-04-17T13:33:11.005Z Compiling rsa v0.9.10
17102026-04-17T13:33:11.118Z Compiling ed25519-dalek v2.2.0
17112026-04-17T13:33:11.394Z Compiling crossterm v0.28.1
17122026-04-17T13:33:11.735Z Compiling zip v0.6.6
17132026-04-17T13:33:12.215Z Compiling toml v0.7.8
17142026-04-17T13:33:12.739Z Compiling heck v0.4.1
17152026-04-17T13:33:12.760Z Compiling toml_parser v1.0.9+spec-1.1.0
17162026-04-17T13:33:12.818Z Compiling crossbeam-epoch v0.9.18
17172026-04-17T13:33:12.921Z Compiling tokio-stream v0.1.18
17182026-04-17T13:33:12.962Z Compiling buf-list v1.1.2
17192026-04-17T13:33:13.152Z Compiling x509-cert v0.2.5
17202026-04-17T13:33:13.243Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17212026-04-17T13:33:13.388Z Compiling openapiv3 v2.2.0
17222026-04-17T13:33:13.393Z Compiling sha1 v0.10.6
17232026-04-17T13:33:13.536Z Compiling toml_datetime v0.7.5+spec-1.1.0
17242026-04-17T13:33:13.623Z Compiling lalrpop-util v0.19.12
17252026-04-17T13:33:13.820Z Compiling peg-runtime v0.8.5
17262026-04-17T13:33:13.835Z Compiling thread_local v1.1.9
17272026-04-17T13:33:13.939Z Compiling slog-async v2.8.0
17282026-04-17T13:33:14.086Z Compiling crossbeam-channel v0.5.15
17292026-04-17T13:33:14.100Z Compiling futures-executor v0.3.32
17302026-04-17T13:33:14.258Z Compiling filetime v0.2.27
17312026-04-17T13:33:14.345Z Compiling is-terminal v0.4.17
17322026-04-17T13:33:14.361Z Compiling take_mut v0.2.2
17332026-04-17T13:33:14.432Z Compiling term v1.2.1
17342026-04-17T13:33:14.446Z Compiling xattr v1.6.1
17352026-04-17T13:33:14.532Z Compiling futures v0.3.32
17362026-04-17T13:33:14.610Z Compiling tar v0.4.45
17372026-04-17T13:33:14.765Z Compiling slog-term v2.9.2
17382026-04-17T13:33:21.359Z Compiling rustls-webpki v0.103.9
17392026-04-17T13:33:24.150Z Compiling tokio-rustls v0.26.4
17402026-04-17T13:33:24.151Z Compiling rustls-platform-verifier v0.6.2
17412026-04-17T13:33:24.353Z Compiling hyper-rustls v0.27.7
17422026-04-17T13:33:24.554Z Compiling reqwest v0.12.28
17432026-04-17T13:33:24.554Z Compiling reqwest v0.13.2
17442026-04-17T13:33:26.635Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17452026-04-17T13:33:26.851Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17462026-04-17T13:33:29.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17472026-04-17T13:33:29.797Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17482026-04-17T13:33:29.853ZApr 17 13:33:28.532 INFO Starting download, target: Cockroach
17492026-04-17T13:33:29.853ZApr 17 13:33:28.533 INFO Starting download, target: Clickhouse
17502026-04-17T13:33:29.853ZApr 17 13:33:28.533 INFO Starting download, target: Console
17512026-04-17T13:33:29.856ZApr 17 13:33:28.533 INFO Starting download, target: DendriteStub
17522026-04-17T13:33:29.856ZApr 17 13:33:28.533 INFO Starting download, target: MaghemiteMgd
17532026-04-17T13:33:29.856ZApr 17 13:33:28.533 INFO Starting download, target: TransceiverControl
17542026-04-17T13:33:29.856ZApr 17 13:33:28.533 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17552026-04-17T13:33:29.856ZApr 17 13:33:28.533 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17562026-04-17T13:33:29.856ZApr 17 13:33:28.533 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17572026-04-17T13:33:29.856ZApr 17 13:33:28.533 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17582026-04-17T13:33:29.856ZApr 17 13:33:28.533 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17592026-04-17T13:33:29.856ZApr 17 13:33:28.533 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-04-17T13:33:30.138ZApr 17 13:33:28.818 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17612026-04-17T13:33:30.370ZApr 17 13:33:29.043 INFO Download complete, target: TransceiverControl
17622026-04-17T13:33:30.766ZApr 17 13:33:29.446 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17632026-04-17T13:33:31.009ZApr 17 13:33:29.687 INFO Download complete, target: Console
17642026-04-17T13:33:31.340ZApr 17 13:33:30.014 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17652026-04-17T13:33:31.402ZApr 17 13:33:30.082 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17662026-04-17T13:33:32.000ZApr 17 13:33:30.673 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17672026-04-17T13:33:32.000ZApr 17 13:33:30.673 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17682026-04-17T13:33:32.377ZApr 17 13:33:31.054 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-04-17T13:33:33.661ZApr 17 13:33:32.340 INFO Download complete, target: DendriteStub
17702026-04-17T13:33:33.690ZApr 17 13:33:32.370 INFO Download complete, target: MaghemiteMgd
17712026-04-17T13:33:36.539ZApr 17 13:33:35.219 INFO Checking that binary works, target: Cockroach
17722026-04-17T13:33:36.634ZApr 17 13:33:35.314 INFO Download complete, target: Cockroach
17732026-04-17T13:33:39.046ZApr 17 13:33:37.726 INFO Checking that binary works, target: Clickhouse
17742026-04-17T13:33:39.142ZApr 17 13:33:37.821 INFO Download complete, target: Clickhouse
17752026-04-17T13:33:39.154ZAll builder prerequisites installed successfully, and PATH looks valid
17762026-04-17T13:33:39.157Z
17772026-04-17T13:33:39.157Zreal 3:14.700015651
17782026-04-17T13:33:39.157Zuser 7:11.842516997
17792026-04-17T13:33:39.157Zsys 1:24.053059168
17802026-04-17T13:33:39.157Ztrap 0.215031700
17812026-04-17T13:33:39.157Ztflt 0.575656856
17822026-04-17T13:33:39.157Zdflt 0.587019726
17832026-04-17T13:33:39.157Zkflt 0.021071207
17842026-04-17T13:33:39.158Zlock 21:00.466885140
17852026-04-17T13:33:39.158Zslp 21:49.031043089
17862026-04-17T13:33:39.158Zlat 42.801795395
17872026-04-17T13:33:39.158Zstop 2:02.452477235
17882026-04-17T13:33:39.158Z+ banner clippy
17892026-04-17T13:33:39.158Z
17902026-04-17T13:33:39.158Z #### # # ##### ##### # #
17912026-04-17T13:33:39.158Z # # # # # # # # # #
17922026-04-17T13:33:39.158Z # # # # # # # #
17932026-04-17T13:33:39.158Z # # # ##### ##### #
17942026-04-17T13:33:39.158Z # # # # # # #
17952026-04-17T13:33:39.158Z #### ###### # # # #
17962026-04-17T13:33:39.158Z
17972026-04-17T13:33:39.158Z+ export CARGO_INCREMENTAL=0
17982026-04-17T13:33:39.158Z+ CARGO_INCREMENTAL=0
17992026-04-17T13:33:39.158Z+ ptime -m cargo xtask clippy
18002026-04-17T13:33:39.673Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18012026-04-17T13:33:39.898Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18022026-04-17T13:33:41.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18032026-04-17T13:33:41.817Z Running `target/debug/xtask clippy`
18042026-04-17T13:33:41.847Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18052026-04-17T13:33:42.449Z Downloading crates ...
18062026-04-17T13:33:42.647Z Downloaded concurrent-queue v2.5.0
18072026-04-17T13:33:42.650Z Downloaded chumsky v0.9.3
18082026-04-17T13:33:42.654Z Downloaded cargo_metadata v0.23.1
18092026-04-17T13:33:42.657Z Downloaded cfg-expr v0.20.6
18102026-04-17T13:33:42.657Z Downloaded addr2line v0.25.1
18112026-04-17T13:33:42.657Z Downloaded cast v0.3.0
18122026-04-17T13:33:42.660Z Downloaded plotters-svg v0.3.7
18132026-04-17T13:33:42.660Z Downloaded path-tree v0.8.3
18142026-04-17T13:33:42.664Z Downloaded assert-json-diff v2.0.2
18152026-04-17T13:33:42.667Z Downloaded serde_regex v1.1.0
18162026-04-17T13:33:42.667Z Downloaded cargo-platform v0.3.2
18172026-04-17T13:33:42.670Z Downloaded rust-argon2 v2.1.0
18182026-04-17T13:33:42.670Z Downloaded linkme v0.3.35
18192026-04-17T13:33:42.673Z Downloaded libtest-mimic v0.8.1
18202026-04-17T13:33:42.676Z Downloaded tokio-test v0.4.5
18212026-04-17T13:33:42.676Z Downloaded supports-unicode v2.1.0
18222026-04-17T13:33:42.676Z Downloaded miette-derive v5.10.0
18232026-04-17T13:33:42.679Z Downloaded supports-color v2.1.0
18242026-04-17T13:33:42.681Z Downloaded backtrace-ext v0.2.1
18252026-04-17T13:33:42.687Z Downloaded pathdiff v0.2.3
18262026-04-17T13:33:42.690Z Downloaded parking v2.2.1
18272026-04-17T13:33:42.693Z Downloaded plotters-backend v0.3.7
18282026-04-17T13:33:42.693Z Downloaded guppy-workspace-hack v0.1.0
18292026-04-17T13:33:42.693Z Downloaded event-listener-strategy v0.5.4
18302026-04-17T13:33:42.698Z Downloaded linkme-impl v0.3.35
18312026-04-17T13:33:42.701Z Downloaded target-triple v1.0.0
18322026-04-17T13:33:42.701Z Downloaded nested v0.1.1
18332026-04-17T13:33:42.704Z Downloaded constant_time_eq v0.3.1
18342026-04-17T13:33:42.704Z Downloaded approx v0.5.1
18352026-04-17T13:33:42.707Z Downloaded similar-asserts v1.7.0
18362026-04-17T13:33:42.712Z Downloaded escape8259 v0.5.3
18372026-04-17T13:33:42.720Z Downloaded textwrap v0.15.2
18382026-04-17T13:33:42.723Z Downloaded terminal_size v0.1.17
18392026-04-17T13:33:42.723Z Downloaded async-object-pool v0.2.0
18402026-04-17T13:33:42.723Z Downloaded httptest v0.16.4
18412026-04-17T13:33:42.726Z Downloaded tinytemplate v1.2.1
18422026-04-17T13:33:42.729Z Downloaded supports-hyperlinks v2.1.0
18432026-04-17T13:33:42.729Z Downloaded stringmetrics v2.2.2
18442026-04-17T13:33:42.732Z Downloaded oorandom v11.1.5
18452026-04-17T13:33:42.735Z Downloaded target-spec v3.5.7
18462026-04-17T13:33:42.738Z Downloaded relative-path v1.9.3
18472026-04-17T13:33:42.738Z Downloaded assert_cmd v2.1.2
18482026-04-17T13:33:42.738Z Downloaded partial-io v0.5.4
18492026-04-17T13:33:42.741Z Downloaded target-lexicon v0.13.3
18502026-04-17T13:33:42.741Z Downloaded owo-colors v3.5.0
18512026-04-17T13:33:42.744Z Downloaded trybuild v1.0.116
18522026-04-17T13:33:42.747Z Downloaded datatest-stable v0.3.3
18532026-04-17T13:33:42.750Z Downloaded futures-timer v3.0.3
18542026-04-17T13:33:42.750Z Downloaded termcolor v1.4.1
18552026-04-17T13:33:42.750Z Downloaded criterion-plot v0.6.0
18562026-04-17T13:33:42.758Z Downloaded event-listener v5.4.1
18572026-04-17T13:33:42.761Z Downloaded rustc-demangle v0.1.27
18582026-04-17T13:33:42.762Z Downloaded blake2b_simd v1.0.4
18592026-04-17T13:33:42.762Z Downloaded knuffel-derive v3.2.0
18602026-04-17T13:33:42.762Z Downloaded anes v0.1.6
18612026-04-17T13:33:42.765Z Downloaded async-lock v3.4.2
18622026-04-17T13:33:42.768Z Downloaded hickory-client v0.25.2
18632026-04-17T13:33:42.782Z Downloaded rstest v0.25.0
18642026-04-17T13:33:42.786Z Downloaded miette v5.10.0
18652026-04-17T13:33:42.789Z Downloaded rstest_macros v0.25.0
18662026-04-17T13:33:42.792Z Downloaded rand_distr v0.5.1
18672026-04-17T13:33:42.799Z Downloaded knuffel v3.2.0
18682026-04-17T13:33:42.802Z Downloaded fancy-regex v0.14.0
18692026-04-17T13:33:42.802Z Downloaded backtrace v0.3.76
18702026-04-17T13:33:42.806Z Downloaded guppy v0.17.25
18712026-04-17T13:33:42.814Z Downloaded hashbrown v0.14.5
18722026-04-17T13:33:42.818Z Downloaded plotters v0.3.7
18732026-04-17T13:33:42.822Z Downloaded criterion v0.7.0
18742026-04-17T13:33:42.837Z Downloaded gimli v0.32.3
18752026-04-17T13:33:42.932Z Downloaded httpmock v0.8.3
18762026-04-17T13:33:44.486Z Checking cfg-if v1.0.4
18772026-04-17T13:33:44.824Z Checking libc v0.2.185
18782026-04-17T13:33:44.827Z Checking serde_core v1.0.228
18792026-04-17T13:33:44.894Z Checking memchr v2.8.0
18802026-04-17T13:33:44.932Z Checking smallvec v1.15.1
18812026-04-17T13:33:44.970Z Checking log v0.4.29
18822026-04-17T13:33:45.001Z Checking itoa v1.0.17
18832026-04-17T13:33:45.044Z Checking zeroize v1.8.2
18842026-04-17T13:33:45.083Z Checking libm v0.2.16
18852026-04-17T13:33:45.131Z Checking scopeguard v1.2.0
18862026-04-17T13:33:45.169Z Checking stable_deref_trait v1.2.1
18872026-04-17T13:33:45.208Z Checking zmij v1.0.21
18882026-04-17T13:33:45.246Z Checking errno v0.3.14
18892026-04-17T13:33:45.246Z Checking getrandom v0.2.17
18902026-04-17T13:33:45.313Z Checking lock_api v0.4.14
18912026-04-17T13:33:45.348Z Checking zerofrom v0.1.6
18922026-04-17T13:33:45.385Z Checking percent-encoding v2.3.2
18932026-04-17T13:33:45.421Z Checking writeable v0.6.2
18942026-04-17T13:33:45.456Z Checking litemap v0.8.1
18952026-04-17T13:33:45.490Z Checking yoke v0.8.1
18962026-04-17T13:33:45.493Z Checking icu_normalizer_data v2.1.1
18972026-04-17T13:33:45.557Z Checking icu_properties_data v2.1.2
18982026-04-17T13:33:45.561Z Checking subtle v2.6.1
18992026-04-17T13:33:45.624Z Checking form_urlencoded v1.2.2
19002026-04-17T13:33:45.624Z Checking utf8_iter v1.0.4
19012026-04-17T13:33:45.690Z Checking pin-project-lite v0.2.17
19022026-04-17T13:33:45.693Z Checking zerovec v0.11.5
19032026-04-17T13:33:45.756Z Checking zerotrie v0.2.3
19042026-04-17T13:33:45.794Z Checking num-traits v0.2.19
19052026-04-17T13:33:45.830Z Checking rand_core v0.6.4
19062026-04-17T13:33:45.865Z Checking parking_lot_core v0.9.12
19072026-04-17T13:33:45.868Z Checking portable-atomic v1.13.1
19082026-04-17T13:33:45.931Z Checking zerocopy v0.8.40
19092026-04-17T13:33:46.013Z Checking critical-section v1.2.0
19102026-04-17T13:33:46.049Z Checking rand_core v0.10.0
19112026-04-17T13:33:46.082Z Checking parking_lot v0.12.5
19122026-04-17T13:33:46.141Z Checking signal-hook-registry v1.4.8
19132026-04-17T13:33:46.177Z Checking tinystr v0.8.2
19142026-04-17T13:33:46.211Z Checking potential_utf v0.1.4
19152026-04-17T13:33:46.295Z Checking getrandom v0.4.1
19162026-04-17T13:33:46.332Z Checking once_cell v1.21.3
19172026-04-17T13:33:46.364Z Checking serde v1.0.228
19182026-04-17T13:33:46.367Z Checking serde_json v1.0.149
19192026-04-17T13:33:46.367Z Checking bitflags v2.11.0
19202026-04-17T13:33:46.396Z Checking icu_collections v2.1.1
19212026-04-17T13:33:46.492Z Checking icu_locale_core v2.1.1
19222026-04-17T13:33:46.529Z Checking mio v1.2.0
19232026-04-17T13:33:46.573Z Checking socket2 v0.6.3
19242026-04-17T13:33:46.611Z Checking typenum v1.19.0
19252026-04-17T13:33:46.798Z Checking iana-time-zone v0.1.65
19262026-04-17T13:33:46.838Z Checking bytes v1.11.1
19272026-04-17T13:33:46.879Z Checking thiserror v2.0.18
19282026-04-17T13:33:46.919Z Checking uuid v1.23.0
19292026-04-17T13:33:46.956Z Checking chrono v0.4.44
19302026-04-17T13:33:47.006Z Checking semver v1.0.27
19312026-04-17T13:33:47.060Z Checking icu_provider v2.1.1
19322026-04-17T13:33:47.102Z Checking allocator-api2 v0.2.21
19332026-04-17T13:33:47.148Z Checking generic-array v0.14.7
19342026-04-17T13:33:47.236Z Checking futures-core v0.3.32
19352026-04-17T13:33:47.283Z Checking tokio v1.52.1
19362026-04-17T13:33:47.322Z Checking icu_normalizer v2.1.1
19372026-04-17T13:33:47.322Z Checking icu_properties v2.1.2
19382026-04-17T13:33:47.393Z Checking equivalent v1.0.2
19392026-04-17T13:33:47.443Z Checking dyn-clone v1.0.20
19402026-04-17T13:33:47.503Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19412026-04-17T13:33:47.572Z Checking const-oid v0.9.6
19422026-04-17T13:33:47.609Z Checking crypto-common v0.1.7
19432026-04-17T13:33:47.650Z Checking foldhash v0.2.0
19442026-04-17T13:33:47.759Z Checking block-buffer v0.10.4
19452026-04-17T13:33:47.803Z Checking futures-sink v0.3.32
19462026-04-17T13:33:47.839Z Checking hashbrown v0.16.1
19472026-04-17T13:33:47.842Z Checking futures-task v0.3.32
19482026-04-17T13:33:47.920Z Checking slab v0.4.12
19492026-04-17T13:33:47.961Z Checking futures-channel v0.3.32
19502026-04-17T13:33:48.035Z Checking futures-io v0.3.32
19512026-04-17T13:33:48.104Z Checking rustix v1.1.3
19522026-04-17T13:33:48.173Z Checking byteorder v1.5.0
19532026-04-17T13:33:48.176Z Checking futures-util v0.3.32
19542026-04-17T13:33:48.240Z Checking idna_adapter v1.2.1
19552026-04-17T13:33:48.275Z Checking digest v0.10.7
19562026-04-17T13:33:48.346Z Checking cpufeatures v0.2.17
19572026-04-17T13:33:48.401Z Checking idna v1.1.0
19582026-04-17T13:33:48.437Z Checking indexmap v2.13.0
19592026-04-17T13:33:48.470Z Checking thiserror v1.0.69
19602026-04-17T13:33:48.505Z Checking getrandom v0.3.4
19612026-04-17T13:33:48.596Z Checking fnv v1.0.7
19622026-04-17T13:33:48.655Z Checking ppv-lite86 v0.2.21
19632026-04-17T13:33:48.692Z Checking url v2.5.8
19642026-04-17T13:33:48.696Z Checking regex-syntax v0.8.10
19652026-04-17T13:33:48.758Z Checking http v1.4.0
19662026-04-17T13:33:48.968Z Checking tracing-core v0.1.36
19672026-04-17T13:33:49.004Z Checking base64 v0.22.1
19682026-04-17T13:33:49.039Z Checking ipnet v2.11.0
19692026-04-17T13:33:49.152Z Checking schemars v0.8.22
19702026-04-17T13:33:49.263Z Checking anstyle v1.0.13
19712026-04-17T13:33:49.298Z Checking tracing v0.1.44
19722026-04-17T13:33:49.332Z Checking unicode-ident v1.0.24
19732026-04-17T13:33:49.335Z Checking untrusted v0.9.0
19742026-04-17T13:33:49.467Z Checking utf8parse v0.2.2
19752026-04-17T13:33:49.470Z Checking proc-macro2 v1.0.106
19762026-04-17T13:33:49.534Z Checking ring v0.17.14
19772026-04-17T13:33:49.537Z Checking base64ct v1.8.3
19782026-04-17T13:33:49.600Z Checking anstyle-parse v0.2.7
19792026-04-17T13:33:49.777Z Checking block-padding v0.3.3
19802026-04-17T13:33:49.813Z Checking aho-corasick v1.1.4
19812026-04-17T13:33:49.850Z Checking quote v1.0.44
19822026-04-17T13:33:49.853Z Checking anstyle-query v1.1.5
19832026-04-17T13:33:49.936Z Checking colorchoice v1.0.4
19842026-04-17T13:33:50.002Z Checking is_terminal_polyfill v1.70.2
19852026-04-17T13:33:50.038Z Checking inout v0.1.4
19862026-04-17T13:33:50.072Z Checking syn v2.0.117
19872026-04-17T13:33:50.075Z Checking rustls-pki-types v1.14.0
19882026-04-17T13:33:50.138Z Checking anstream v0.6.21
19892026-04-17T13:33:50.172Z Checking crossbeam-utils v0.8.21
19902026-04-17T13:33:50.208Z Checking httparse v1.10.1
19912026-04-17T13:33:50.362Z Checking cipher v0.4.4
19922026-04-17T13:33:50.412Z Checking terminal_size v0.4.3
19932026-04-17T13:33:50.449Z Checking clap_lex v1.0.0
19942026-04-17T13:33:50.452Z Checking tokio-util v0.7.18
19952026-04-17T13:33:50.518Z Checking regex-automata v0.4.14
19962026-04-17T13:33:50.521Z Checking strsim v0.11.1
19972026-04-17T13:33:50.585Z Checking pem-rfc7468 v0.7.0
19982026-04-17T13:33:50.588Z Checking http-body v1.0.1
19992026-04-17T13:33:50.650Z Checking sha2 v0.10.9
20002026-04-17T13:33:50.653Z Checking atomic-waker v1.1.2
20012026-04-17T13:33:50.730Z Checking clap_builder v4.5.60
20022026-04-17T13:33:50.765Z Checking rand_core v0.9.5
20032026-04-17T13:33:50.798Z Checking hmac v0.12.1
20042026-04-17T13:33:50.834Z Checking try-lock v0.2.5
20052026-04-17T13:33:50.941Z Checking httpdate v1.0.3
20062026-04-17T13:33:50.977Z Checking want v0.3.1
20072026-04-17T13:33:50.980Z Checking tower-service v0.3.3
20082026-04-17T13:33:50.980Z Checking pin-utils v0.1.0
20092026-04-17T13:33:51.090Z Checking h2 v0.4.13
20102026-04-17T13:33:51.127Z Checking tower-layer v0.3.3
20112026-04-17T13:33:51.130Z Checking flagset v0.4.7
20122026-04-17T13:33:51.130Z Checking ryu v1.0.23
20132026-04-17T13:33:51.225Z Checking erased-serde v0.3.31
20142026-04-17T13:33:51.300Z Checking powerfmt v0.2.0
20152026-04-17T13:33:51.335Z Checking rand_chacha v0.9.0
20162026-04-17T13:33:51.338Z Checking der v0.7.10
20172026-04-17T13:33:51.475Z Checking deranged v0.5.8
20182026-04-17T13:33:51.560Z Checking spin v0.9.8
20192026-04-17T13:33:51.620Z Checking slog v2.8.2
20202026-04-17T13:33:51.768Z Checking socket2 v0.5.10
20212026-04-17T13:33:51.908Z Checking num_threads v0.1.7
20222026-04-17T13:33:51.944Z Checking clap v4.5.60
20232026-04-17T13:33:52.024Z Checking num-conv v0.2.0
20242026-04-17T13:33:52.060Z Checking time-core v0.1.8
20252026-04-17T13:33:52.063Z Checking rand v0.9.2
20262026-04-17T13:33:52.127Z Checking anyhow v1.0.102
20272026-04-17T13:33:52.168Z Checking http-body-util v0.1.3
20282026-04-17T13:33:52.232Z Checking aws-lc-sys v0.37.1
20292026-04-17T13:33:52.299Z Checking untrusted v0.7.1
20302026-04-17T13:33:52.336Z Checking fastrand v2.3.0
20312026-04-17T13:33:52.372Z Checking spki v0.7.3
20322026-04-17T13:33:52.409Z Checking time v0.3.47
20332026-04-17T13:33:52.445Z Checking serde_urlencoded v0.7.1
20342026-04-17T13:33:52.448Z Checking pbkdf2 v0.12.2
20352026-04-17T13:33:52.542Z Checking aes v0.8.4
20362026-04-17T13:33:52.577Z Checking openssl-probe v0.2.1
20372026-04-17T13:33:52.613Z Checking regex v1.12.3
20382026-04-17T13:33:52.616Z Checking salsa20 v0.10.2
20392026-04-17T13:33:52.680Z Checking cbc v0.1.2
20402026-04-17T13:33:52.714Z Checking rand_chacha v0.3.1
20412026-04-17T13:33:52.755Z Checking aws-lc-rs v1.16.0
20422026-04-17T13:33:52.800Z Checking hex v0.4.3
20432026-04-17T13:33:52.836Z Checking pretty-hex v0.4.1
20442026-04-17T13:33:52.913Z Checking scrypt v0.11.0
20452026-04-17T13:33:52.948Z Checking rand v0.8.5
20462026-04-17T13:33:52.982Z Checking tempfile v3.25.0
20472026-04-17T13:33:52.985Z Checking ipnetwork v0.21.1
20482026-04-17T13:33:53.051Z Checking plain v0.2.3
20492026-04-17T13:33:53.084Z Checking pkcs5 v0.7.1
20502026-04-17T13:33:53.180Z Checking camino v1.2.2
20512026-04-17T13:33:53.219Z Checking ucd-trie v0.1.7
20522026-04-17T13:33:53.254Z Checking rustls-native-certs v0.8.3
20532026-04-17T13:33:53.362Z Checking pkcs8 v0.10.2
20542026-04-17T13:33:53.402Z Checking pest v2.8.6
20552026-04-17T13:33:53.436Z Checking sync_wrapper v1.0.2
20562026-04-17T13:33:53.471Z Checking webpki-roots v1.0.6
20572026-04-17T13:33:53.508Z Checking iri-string v0.7.10
20582026-04-17T13:33:53.603Z Checking simd-adler32 v0.3.8
20592026-04-17T13:33:53.606Z Checking rustls-webpki v0.103.9
20602026-04-17T13:33:53.637Z Checking tower v0.5.3
20612026-04-17T13:33:53.641Z Checking openapiv3 v2.2.0
20622026-04-17T13:33:53.739Z Checking mime v0.3.17
20632026-04-17T13:33:53.778Z Checking hyper v1.8.1
20642026-04-17T13:33:53.819Z Checking adler2 v2.0.1
20652026-04-17T13:33:53.940Z Checking either v1.15.0
20662026-04-17T13:33:53.975Z Checking miniz_oxide v0.8.9
20672026-04-17T13:33:54.076Z Checking winnow v0.7.14
20682026-04-17T13:33:54.111Z Checking rustls v0.23.37
20692026-04-17T13:33:54.153Z Checking static_assertions v1.1.0
20702026-04-17T13:33:54.251Z Checking oxnet v0.1.4
20712026-04-17T13:33:54.338Z Checking lazy_static v1.5.0
20722026-04-17T13:33:54.455Z Checking signature v2.2.0
20732026-04-17T13:33:54.491Z Checking hubpack v0.1.2
20742026-04-17T13:33:54.525Z Checking encoding_rs v0.8.35
20752026-04-17T13:33:54.588Z Checking tower-http v0.6.8
20762026-04-17T13:33:54.624Z Checking strum v0.26.3
20772026-04-17T13:33:54.678Z Checking crc32fast v1.5.0
20782026-04-17T13:33:54.713Z Checking hyper-util v0.1.20
20792026-04-17T13:33:54.757Z Checking foreign-types-shared v0.1.1
20802026-04-17T13:33:54.842Z Checking sha1 v0.10.6
20812026-04-17T13:33:54.878Z Checking foreign-types v0.3.2
20822026-04-17T13:33:54.912Z Checking openssl-sys v0.9.111
20832026-04-17T13:33:54.973Z Checking tinyvec_macros v0.1.1
20842026-04-17T13:33:55.008Z Checking toml_datetime v0.6.11
20852026-04-17T13:33:55.042Z Checking serde_spanned v0.6.9
20862026-04-17T13:33:55.076Z Checking tinyvec v1.10.0
20872026-04-17T13:33:55.196Z Checking num-integer v0.1.46
20882026-04-17T13:33:55.232Z Checking data-encoding v2.10.0
20892026-04-17T13:33:55.278Z Checking scroll v0.13.0
20902026-04-17T13:33:55.406Z Checking zlib-rs v0.6.2
20912026-04-17T13:33:55.442Z Checking openssl v0.10.75
20922026-04-17T13:33:55.445Z Checking bit-vec v0.8.0
20932026-04-17T13:33:55.507Z Checking base16ct v0.2.0
20942026-04-17T13:33:55.543Z Checking ff v0.13.1
20952026-04-17T13:33:55.546Z Checking goblin v0.10.5
20962026-04-17T13:33:55.658Z Checking sec1 v0.7.3
20972026-04-17T13:33:55.693Z Checking bit-set v0.8.0
20982026-04-17T13:33:55.732Z Checking memmap2 v0.9.10
20992026-04-17T13:33:55.861Z Checking wait-timeout v0.2.1
21002026-04-17T13:33:55.896Z Checking group v0.13.0
21012026-04-17T13:33:55.930Z Checking num-iter v0.1.45
21022026-04-17T13:33:55.965Z Checking dtrace-parser v0.3.0
21032026-04-17T13:33:56.008Z Checking bstr v1.12.1
21042026-04-17T13:33:56.065Z Checking hkdf v0.12.4
21052026-04-17T13:33:56.069Z Checking crossbeam-epoch v0.9.18
21062026-04-17T13:33:56.231Z Checking ahash v0.8.12
21072026-04-17T13:33:56.267Z Checking crypto-bigint v0.5.5
21082026-04-17T13:33:56.301Z Checking flate2 v1.1.9
21092026-04-17T13:33:56.333Z Checking thread-id v5.1.0
21102026-04-17T13:33:56.419Z Checking psl-types v2.0.11
21112026-04-17T13:33:56.455Z Checking quick-error v1.2.3
21122026-04-17T13:33:56.459Z Checking cookie v0.18.1
21132026-04-17T13:33:56.521Z Checking tokio-rustls v0.26.4
21142026-04-17T13:33:56.560Z Checking publicsuffix v2.3.0
21152026-04-17T13:33:56.597Z Checking rusty-fork v0.3.1
21162026-04-17T13:33:56.633Z Checking rand_xorshift v0.4.0
21172026-04-17T13:33:56.740Z Checking scroll v0.12.0
21182026-04-17T13:33:56.776Z Checking unarray v0.1.4
21192026-04-17T13:33:56.779Z Checking hyper-rustls v0.27.7
21202026-04-17T13:33:56.779Z Checking cookie_store v0.22.1
21212026-04-17T13:33:56.872Z Checking rustls-platform-verifier v0.6.2
21222026-04-17T13:33:56.909Z Checking proptest v1.10.0
21232026-04-17T13:33:56.987Z Checking goblin v0.8.2
21242026-04-17T13:33:57.039Z Checking num-bigint-dig v0.8.6
21252026-04-17T13:33:57.042Z Checking pkcs1 v0.7.5
21262026-04-17T13:33:57.159Z Checking elliptic-curve v0.13.8
21272026-04-17T13:33:57.195Z Checking x509-cert v0.2.5
21282026-04-17T13:33:57.278Z Checking zerocopy v0.7.35
21292026-04-17T13:33:57.380Z Checking native-tls v0.2.18
21302026-04-17T13:33:57.494Z Checking unicode-segmentation v1.12.0
21312026-04-17T13:33:57.582Z Checking tokio-native-tls v0.3.1
21322026-04-17T13:33:57.769Z Checking hyper-tls v0.6.0
21332026-04-17T13:33:57.804Z Checking reqwest v0.13.2
21342026-04-17T13:33:57.838Z Checking dtrace-parser v0.2.0
21352026-04-17T13:33:57.871Z Checking rfc6979 v0.4.0
21362026-04-17T13:33:57.907Z Checking rsa v0.9.10
21372026-04-17T13:33:57.910Z Checking dof v0.4.0
21382026-04-17T13:33:57.973Z Checking reqwest v0.12.28
21392026-04-17T13:33:58.012Z Checking thread-id v4.2.2
21402026-04-17T13:33:58.087Z Checking toml_write v0.1.2
21412026-04-17T13:33:58.123Z Checking ecdsa v0.16.9
21422026-04-17T13:33:58.283Z Checking toml_edit v0.22.27
21432026-04-17T13:33:58.386Z Checking toml_parser v1.0.9+spec-1.1.0
21442026-04-17T13:33:58.496Z Checking curve25519-dalek v4.1.3
21452026-04-17T13:33:58.600Z Checking usdt-impl v0.6.0
21462026-04-17T13:33:58.665Z Checking memoffset v0.9.1
21472026-04-17T13:33:58.702Z Checking newtype-uuid v1.3.2
21482026-04-17T13:33:58.743Z Checking rustix v0.38.44
21492026-04-17T13:33:58.779Z Checking env_filter v1.0.0
21502026-04-17T13:33:58.845Z Checking keccak v0.1.6
21512026-04-17T13:33:58.888Z Checking dof v0.3.0
21522026-04-17T13:33:58.923Z Checking usdt v0.6.0
21532026-04-17T13:33:58.959Z Checking env_logger v0.11.9
21542026-04-17T13:33:58.962Z Checking daft v0.1.5
21552026-04-17T13:33:59.037Z Checking sha3 v0.10.8
21562026-04-17T13:33:59.111Z Checking ed25519 v2.2.3
21572026-04-17T13:33:59.176Z Checking itertools v0.13.0
21582026-04-17T13:33:59.213Z Checking usdt-impl v0.5.0
21592026-04-17T13:33:59.253Z Checking serde_with v3.17.0
21602026-04-17T13:33:59.288Z Checking bitflags v1.3.2
21612026-04-17T13:33:59.292Z Checking siphasher v1.0.2
21622026-04-17T13:33:59.356Z Checking ed25519-dalek v2.2.0
21632026-04-17T13:33:59.391Z Checking unicode-normalization v0.1.25
21642026-04-17T13:33:59.394Z Checking signal-hook v0.3.18
21652026-04-17T13:33:59.501Z Checking managed v0.8.0
21662026-04-17T13:33:59.538Z Checking winnow v0.5.40
21672026-04-17T13:33:59.573Z Checking nix v0.31.2
21682026-04-17T13:33:59.610Z Checking bzip2-sys v0.1.13+1.0.8
21692026-04-17T13:33:59.613Z Checking object v0.37.3
21702026-04-17T13:33:59.714Z Checking foldhash v0.1.5
21712026-04-17T13:33:59.750Z Checking bzip2 v0.4.4
21722026-04-17T13:33:59.844Z Checking signal-hook-mio v0.2.5
21732026-04-17T13:33:59.879Z Checking hashbrown v0.15.5
21742026-04-17T13:33:59.936Z Checking ref-cast v1.0.25
21752026-04-17T13:33:59.973Z Checking zstd-sys v2.0.16+zstd.1.5.7
21762026-04-17T13:34:00.062Z Checking toml_datetime v0.7.5+spec-1.1.0
21772026-04-17T13:34:00.114Z Checking zstd-safe v7.2.4
21782026-04-17T13:34:00.205Z Checking zip v0.6.6
21792026-04-17T13:34:00.287Z Checking bumpalo v3.20.2
21802026-04-17T13:34:00.320Z Checking libbz2-rs-sys v0.2.2
21812026-04-17T13:34:00.358Z Checking zstd v0.13.3
21822026-04-17T13:34:00.513Z Checking zopfli v0.8.3
21832026-04-17T13:34:00.552Z Checking crossterm v0.28.1
21842026-04-17T13:34:00.588Z Checking similar v2.7.0
21852026-04-17T13:34:00.591Z Checking tokio-stream v0.1.18
21862026-04-17T13:34:00.660Z Checking fs-err v3.3.0
21872026-04-17T13:34:00.695Z Checking toml_edit v0.19.15
21882026-04-17T13:34:00.731Z Checking bzip2 v0.6.1
21892026-04-17T13:34:00.865Z Checking hash32 v0.2.1
21902026-04-17T13:34:00.917Z Checking serde-big-array v0.5.1
21912026-04-17T13:34:00.975Z Checking predicates-core v1.0.10
21922026-04-17T13:34:01.010Z Checking unicode-bidi v0.3.18
21932026-04-17T13:34:01.046Z Checking unicode-properties v0.1.4
21942026-04-17T13:34:01.049Z Checking jiff v0.2.21
21952026-04-17T13:34:01.112Z Checking heapless v0.7.17
21962026-04-17T13:34:01.146Z Checking hickory-proto v0.25.2
21972026-04-17T13:34:01.258Z Checking md-5 v0.10.6
21982026-04-17T13:34:01.294Z Checking float-cmp v0.10.0
21992026-04-17T13:34:01.329Z Checking stringprep v0.1.5
22002026-04-17T13:34:01.419Z Checking difflib v0.4.0
22012026-04-17T13:34:01.454Z Checking fallible-iterator v0.2.0
22022026-04-17T13:34:01.508Z Checking normalize-line-endings v0.3.0
22032026-04-17T13:34:01.543Z Checking rustc-hash v2.1.1
22042026-04-17T13:34:01.623Z Checking smoltcp v0.9.1
22052026-04-17T13:34:01.627Z Checking predicates v3.1.4
22062026-04-17T13:34:01.689Z Checking iddqd v0.3.17
22072026-04-17T13:34:01.729Z Checking toml v0.7.8
22082026-04-17T13:34:01.764Z Checking postgres-protocol v0.6.10
22092026-04-17T13:34:01.929Z Checking phf_shared v0.13.1
22102026-04-17T13:34:01.966Z Checking phf_shared v0.11.3
22112026-04-17T13:34:02.064Z Checking buf-list v1.1.2
22122026-04-17T13:34:02.100Z Checking strum v0.27.2
22132026-04-17T13:34:02.134Z Checking fixedbitset v0.4.2
22142026-04-17T13:34:02.169Z Checking fixedbitset v0.5.7
22152026-04-17T13:34:02.236Z Checking lalrpop-util v0.19.12
22162026-04-17T13:34:02.273Z Checking new_debug_unreachable v1.0.6
22172026-04-17T13:34:02.276Z Checking precomputed-hash v0.1.1
22182026-04-17T13:34:02.340Z Checking petgraph v0.6.5
22192026-04-17T13:34:02.375Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22202026-04-17T13:34:02.407Z Checking petgraph v0.8.3
22212026-04-17T13:34:02.440Z Checking phf v0.13.1
22222026-04-17T13:34:02.444Z Checking string_cache v0.8.9
22232026-04-17T13:34:02.557Z Checking postgres-types v0.2.12
22242026-04-17T13:34:02.633Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22252026-04-17T13:34:02.668Z Checking peg-runtime v0.8.5
22262026-04-17T13:34:02.836Z Checking whoami v2.1.0
22272026-04-17T13:34:02.928Z Checking futures-executor v0.3.32
22282026-04-17T13:34:03.003Z Checking is-terminal v0.4.17
22292026-04-17T13:34:03.057Z Checking tokio-postgres v0.7.16
22302026-04-17T13:34:03.100Z Checking futures v0.3.32
22312026-04-17T13:34:03.134Z Checking crossbeam-channel v0.5.15
22322026-04-17T13:34:03.206Z Compiling structmeta-derive v0.3.0
22332026-04-17T13:34:03.280Z Checking zip v4.6.1
22342026-04-17T13:34:03.493Z Checking thread_local v1.1.9
22352026-04-17T13:34:03.622Z Checking term v1.2.1
22362026-04-17T13:34:03.692Z Checking take_mut v0.2.2
22372026-04-17T13:34:03.837Z Checking slog-async v2.8.0
22382026-04-17T13:34:03.884Z Checking slog-term v2.9.2
22392026-04-17T13:34:03.923Z Compiling newtype-uuid-macros v0.1.0
22402026-04-17T13:34:03.926Z Compiling rustls v0.22.4
22412026-04-17T13:34:03.990Z Compiling multer v3.1.0
22422026-04-17T13:34:04.038Z Checking regress v0.10.5
22432026-04-17T13:34:04.189Z Compiling async-stream-impl v0.3.6
22442026-04-17T13:34:04.259Z Compiling dropshot v0.16.7
22452026-04-17T13:34:04.296Z Compiling structmeta v0.3.0
22462026-04-17T13:34:04.329Z Compiling dropshot_endpoint v0.16.7
22472026-04-17T13:34:04.364Z Checking match_cfg v0.1.0
22482026-04-17T13:34:04.460Z Checking hostname v0.3.1
22492026-04-17T13:34:04.534Z Compiling derive-ex v0.1.8
22502026-04-17T13:34:04.578Z Checking slog-json v2.6.1
22512026-04-17T13:34:04.614Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22522026-04-17T13:34:04.693Z Checking debug-ignore v1.0.5
22532026-04-17T13:34:04.756Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22542026-04-17T13:34:04.795Z Checking slog-bunyan v2.5.0
22552026-04-17T13:34:04.798Z Checking serde_spanned v1.0.4
22562026-04-17T13:34:04.859Z Checking toml_writer v1.0.6+spec-1.1.0
22572026-04-17T13:34:04.937Z Checking progenitor-client v0.13.0
22582026-04-17T13:34:04.986Z Checking rustls-webpki v0.102.8
22592026-04-17T13:34:05.022Z Checking serde_path_to_error v0.1.20
22602026-04-17T13:34:05.063Z Checking async-stream v0.3.6
22612026-04-17T13:34:05.213Z Checking waitgroup v0.1.2
22622026-04-17T13:34:05.246Z Checking rustls-pemfile v2.2.0
22632026-04-17T13:34:05.311Z Checking hostname v0.4.2
22642026-04-17T13:34:05.349Z Checking toml v0.9.12+spec-1.1.0
22652026-04-17T13:34:05.417Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662026-04-17T13:34:05.449Z Compiling parse-display-derive v0.10.0
22672026-04-17T13:34:05.479Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-04-17T13:34:05.482Z Checking itertools v0.14.0
22692026-04-17T13:34:05.549Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22702026-04-17T13:34:05.650Z Checking macaddr v1.0.1
22712026-04-17T13:34:05.853Z Checking instant v0.1.13
22722026-04-17T13:34:05.932Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22732026-04-17T13:34:05.971Z Checking progenitor-client v0.10.0
22742026-04-17T13:34:05.974Z Checking backoff v0.4.0
22752026-04-17T13:34:06.068Z Checking backon v1.6.0
22762026-04-17T13:34:06.190Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22772026-04-17T13:34:06.227Z Compiling test-strategy v0.4.5
22782026-04-17T13:34:06.230Z Checking unicode-width v0.2.0
22792026-04-17T13:34:06.324Z Checking progenitor-extras v0.1.1
22802026-04-17T13:34:06.534Z Checking heck v0.5.0
22812026-04-17T13:34:06.572Z Compiling convert_case v0.4.0
22822026-04-17T13:34:06.575Z Checking half v2.7.1
22832026-04-17T13:34:06.677Z Checking ciborium-io v0.2.2
22842026-04-17T13:34:06.711Z Checking secrecy v0.10.3
22852026-04-17T13:34:06.796Z Checking indent_write v2.2.0
22862026-04-17T13:34:06.836Z Checking tokio-rustls v0.25.0
22872026-04-17T13:34:06.872Z Checking universal-hash v0.5.1
22882026-04-17T13:34:06.903Z Checking ciborium-ll v0.2.2
22892026-04-17T13:34:06.949Z Checking opaque-debug v0.3.1
22902026-04-17T13:34:06.984Z Compiling derive_more v0.99.20
22912026-04-17T13:34:07.022Z Compiling unsafe-libyaml v0.2.11
22922026-04-17T13:34:07.094Z Checking camino-tempfile v1.4.1
22932026-04-17T13:34:07.129Z Checking parse-display v0.10.0
22942026-04-17T13:34:07.133Z Checking ciborium v0.2.2
22952026-04-17T13:34:07.279Z Compiling crucible-workspace-hack v0.1.0
22962026-04-17T13:34:07.313Z Checking aead v0.5.2
22972026-04-17T13:34:07.479Z Checking poly1305 v0.8.0
22982026-04-17T13:34:07.552Z Compiling serde_yaml v0.9.34+deprecated
22992026-04-17T13:34:07.702Z Checking chacha20 v0.9.1
23002026-04-17T13:34:07.735Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23012026-04-17T13:34:07.776Z Compiling typify-impl v0.6.1
23022026-04-17T13:34:07.810Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23032026-04-17T13:34:08.133Z Compiling thiserror-impl-no-std v2.0.2
23042026-04-17T13:34:08.171Z Checking swrite v0.1.0
23052026-04-17T13:34:08.292Z Checking password-hash v0.5.0
23062026-04-17T13:34:08.559Z Checking blake2 v0.10.6
23072026-04-17T13:34:08.830Z Checking argon2 v0.5.3
23082026-04-17T13:34:09.001Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23092026-04-17T13:34:09.049Z Checking chacha20poly1305 v0.10.1
23102026-04-17T13:34:09.089Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23112026-04-17T13:34:09.203Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23122026-04-17T13:34:09.206Z Checking byte-wrapper v0.1.0
23132026-04-17T13:34:09.402Z Checking thiserror-no-std v2.0.2
23142026-04-17T13:34:09.437Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23152026-04-17T13:34:09.440Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23162026-04-17T13:34:09.537Z Checking vsss-rs v3.3.4
23172026-04-17T13:34:09.541Z Checking crossbeam-deque v0.8.6
23182026-04-17T13:34:09.603Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23192026-04-17T13:34:09.695Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23202026-04-17T13:34:09.730Z Compiling rayon-core v1.13.0
23212026-04-17T13:34:09.780Z Checking toml v0.8.23
23222026-04-17T13:34:10.128Z Compiling proc-macro-error v1.0.4
23232026-04-17T13:34:10.324Z Compiling toml_edit v0.23.10+spec-1.0.0
23242026-04-17T13:34:10.326Z Checking rayon v1.11.0
23252026-04-17T13:34:10.459Z Checking glob v0.3.3
23262026-04-17T13:34:10.651Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23272026-04-17T13:34:10.685Z Checking unicode-width v0.1.14
23282026-04-17T13:34:10.749Z Checking tabwriter v1.4.1
23292026-04-17T13:34:10.924Z Compiling proc-macro-crate v3.4.0
23302026-04-17T13:34:10.960Z Compiling heapless v0.8.0
23312026-04-17T13:34:11.134Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23322026-04-17T13:34:11.263Z Compiling ingot-macros v0.1.1
23332026-04-17T13:34:11.393Z Checking hash32 v0.3.1
23342026-04-17T13:34:11.488Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23352026-04-17T13:34:11.491Z Compiling smoltcp v0.11.0
23362026-04-17T13:34:11.766Z Checking cobs v0.3.0
23372026-04-17T13:34:11.808Z Compiling usdt-macro v0.5.0
23382026-04-17T13:34:11.843Z Compiling usdt-attr-macro v0.5.0
23392026-04-17T13:34:11.920Z Checking memmap v0.7.0
23402026-04-17T13:34:11.954Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23412026-04-17T13:34:11.957Z Checking colored v3.1.1
23422026-04-17T13:34:12.208Z Checking postcard v1.1.3
23432026-04-17T13:34:12.242Z Compiling num_enum_derive v0.7.5
23442026-04-17T13:34:12.290Z Compiling typify-macro v0.6.1
23452026-04-17T13:34:12.527Z Compiling proc-macro-crate v1.3.1
23462026-04-17T13:34:12.562Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23472026-04-17T13:34:12.633Z Checking usdt v0.5.0
23482026-04-17T13:34:12.795Z Checking sigpipe v0.1.3
23492026-04-17T13:34:12.831Z Compiling foreign-types-macros v0.2.3
23502026-04-17T13:34:12.904Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23512026-04-17T13:34:12.959Z Checking cpufeatures v0.3.0
23522026-04-17T13:34:13.061Z Checking foreign-types-shared v0.3.1
23532026-04-17T13:34:13.186Z Checking chacha20 v0.10.0
23542026-04-17T13:34:13.222Z Compiling num_enum_derive v0.5.11
23552026-04-17T13:34:13.313Z Checking num_enum v0.7.5
23562026-04-17T13:34:13.486Z Checking foreign-types v0.5.0
23572026-04-17T13:34:13.489Z Checking cstr-argument v0.1.2
23582026-04-17T13:34:13.489Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23592026-04-17T13:34:13.588Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23602026-04-17T13:34:13.620Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23612026-04-17T13:34:13.670Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23622026-04-17T13:34:13.870Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23632026-04-17T13:34:13.916Z Checking rand v0.10.0
23642026-04-17T13:34:13.994Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23652026-04-17T13:34:14.035Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23662026-04-17T13:34:14.071Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23672026-04-17T13:34:14.077Z Compiling typify v0.6.1
23682026-04-17T13:34:14.101Z Checking ingot-types v0.1.2
23692026-04-17T13:34:14.195Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23702026-04-17T13:34:14.236Z Compiling progenitor-impl v0.13.0
23712026-04-17T13:34:14.272Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23722026-04-17T13:34:14.337Z Checking num_enum v0.5.11
23732026-04-17T13:34:14.341Z Compiling zone_cfg_derive v0.3.1
23742026-04-17T13:34:14.475Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23752026-04-17T13:34:14.544Z Checking ingot v0.1.1
23762026-04-17T13:34:14.668Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23772026-04-17T13:34:14.701Z Checking itertools v0.12.1
23782026-04-17T13:34:14.867Z Compiling num-derive v0.4.2
23792026-04-17T13:34:15.023Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23802026-04-17T13:34:15.177Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23812026-04-17T13:34:15.315Z Checking smf v0.2.3
23822026-04-17T13:34:15.355Z Checking whoami v1.6.1
23832026-04-17T13:34:15.445Z Checking tokio-dtrace v0.1.1
23842026-04-17T13:34:15.551Z Compiling derive-where v1.6.0
23852026-04-17T13:34:15.583Z Checking console v0.15.11
23862026-04-17T13:34:15.652Z Checking oxide-tokio-rt v0.1.4
23872026-04-17T13:34:15.736Z Checking zone v0.3.1
23882026-04-17T13:34:15.801Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23892026-04-17T13:34:15.846Z Checking atomicwrites v0.4.4
23902026-04-17T13:34:15.880Z Checking newline-converter v0.3.0
23912026-04-17T13:34:15.998Z Checking bytecount v0.6.9
23922026-04-17T13:34:16.032Z Checking expectorate v1.2.0
23932026-04-17T13:34:16.065Z Compiling owo-colors v4.3.0
23942026-04-17T13:34:16.107Z Compiling cancel-safe-futures v0.1.5
23952026-04-17T13:34:16.138Z Checking libsw-core v0.3.2
23962026-04-17T13:34:16.183Z Compiling prettyplease v0.2.37
23972026-04-17T13:34:16.187Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23982026-04-17T13:34:16.306Z Checking libsw v3.5.0
23992026-04-17T13:34:16.484Z Checking num-rational v0.4.2
24002026-04-17T13:34:16.516Z Checking num-complex v0.4.6
24012026-04-17T13:34:16.639Z Checking linear-map v1.2.0
24022026-04-17T13:34:16.784Z Checking same-file v1.0.6
24032026-04-17T13:34:16.835Z Checking float-ord v0.3.2
24042026-04-17T13:34:16.867Z Compiling progenitor-macro v0.13.0
24052026-04-17T13:34:16.870Z Checking gethostname v0.5.0
24062026-04-17T13:34:16.900Z Checking num v0.4.3
24072026-04-17T13:34:16.964Z Checking walkdir v2.5.0
24082026-04-17T13:34:16.967Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24092026-04-17T13:34:17.026Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24102026-04-17T13:34:17.029Z Compiling async-recursion v1.1.1
24112026-04-17T13:34:17.122Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24122026-04-17T13:34:17.154Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24132026-04-17T13:34:17.425Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24142026-04-17T13:34:18.369Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24152026-04-17T13:34:18.759Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24162026-04-17T13:34:19.673Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24172026-04-17T13:34:20.607Z Checking smawk v0.3.2
24182026-04-17T13:34:20.763Z Checking resolv-conf v0.7.6
24192026-04-17T13:34:20.967Z Checking unicode-linebreak v0.1.5
24202026-04-17T13:34:21.115Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24212026-04-17T13:34:21.205Z Checking papergrid v0.11.0
24222026-04-17T13:34:21.277Z Compiling tabled_derive v0.7.0
24232026-04-17T13:34:21.316Z Checking globset v0.4.18
24242026-04-17T13:34:21.639Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24252026-04-17T13:34:21.726Z Compiling convert_case v0.10.0
24262026-04-17T13:34:21.760Z Checking progenitor v0.13.0
24272026-04-17T13:34:21.921Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24282026-04-17T13:34:22.058Z Compiling slog-dtrace v0.3.0
24292026-04-17T13:34:22.236Z Compiling derive_more-impl v2.1.1
24302026-04-17T13:34:22.270Z Checking tabled v0.15.0
24312026-04-17T13:34:22.415Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24322026-04-17T13:34:22.483Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24332026-04-17T13:34:23.069Z Checking derive_more v2.1.1
24342026-04-17T13:34:23.137Z Compiling pin-project-internal v1.1.11
24352026-04-17T13:34:23.174Z Checking crossterm v0.29.0
24362026-04-17T13:34:23.278Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24372026-04-17T13:34:23.417Z Checking pem v3.0.6
24382026-04-17T13:34:23.549Z Checking fd-lock v4.0.4
24392026-04-17T13:34:23.626Z Checking vte v0.14.1
24402026-04-17T13:34:23.703Z Checking display-error-chain v0.2.2
24412026-04-17T13:34:23.811Z Checking strip-ansi-escapes v0.2.1
24422026-04-17T13:34:23.814Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24432026-04-17T13:34:23.876Z Compiling snafu-derive v0.8.9
24442026-04-17T13:34:23.949Z Checking nu-ansi-term v0.50.3
24452026-04-17T13:34:24.018Z Checking termtree v0.5.1
24462026-04-17T13:34:24.185Z Checking linked-hash-map v0.5.6
24472026-04-17T13:34:24.219Z Checking reedline v0.40.0
24482026-04-17T13:34:24.293Z Checking pin-project v1.1.11
24492026-04-17T13:34:24.386Z Checking lru-cache v0.1.2
24502026-04-17T13:34:24.420Z Checking textwrap v0.16.2
24512026-04-17T13:34:24.480Z Checking olpc-cjson v0.1.4
24522026-04-17T13:34:24.534Z Checking hickory-proto v0.24.4
24532026-04-17T13:34:24.628Z Checking serde_plain v1.0.2
24542026-04-17T13:34:24.662Z Checking typed-path v0.9.3
24552026-04-17T13:34:24.665Z Compiling minimal-lexical v0.2.1
24562026-04-17T13:34:24.802Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24572026-04-17T13:34:24.972Z Compiling nom v7.1.3
24582026-04-17T13:34:25.338Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24592026-04-17T13:34:25.373Z Compiling ar_archive_writer v0.5.1
24602026-04-17T13:34:25.405Z Checking humantime v2.3.0
24612026-04-17T13:34:25.448Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24622026-04-17T13:34:25.611Z Checking csv-core v0.1.13
24632026-04-17T13:34:25.793Z Checking snafu v0.8.9
24642026-04-17T13:34:25.826Z Checking csv v1.4.0
24652026-04-17T13:34:25.914Z Compiling stacker v0.1.23
24662026-04-17T13:34:25.949Z Compiling cfg_aliases v0.1.1
24672026-04-17T13:34:26.054Z Checking highway v1.3.0
24682026-04-17T13:34:26.088Z Checking tough v0.20.0
24692026-04-17T13:34:26.228Z Compiling nix v0.28.0
24702026-04-17T13:34:26.260Z Compiling psm v0.1.30
24712026-04-17T13:34:26.292Z Checking nibble_vec v0.1.0
24722026-04-17T13:34:26.325Z Checking home v0.5.12
24732026-04-17T13:34:26.328Z Checking hickory-resolver v0.24.4
24742026-04-17T13:34:26.328Z Checking endian-type v0.1.2
24752026-04-17T13:34:26.442Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24762026-04-17T13:34:26.475Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24772026-04-17T13:34:26.514Z Checking radix_trie v0.2.1
24782026-04-17T13:34:26.635Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24792026-04-17T13:34:26.751Z Checking phf_shared v0.12.1
24802026-04-17T13:34:26.920Z Compiling recursive-proc-macro-impl v0.1.1
24812026-04-17T13:34:26.970Z Compiling semver v0.1.20
24822026-04-17T13:34:27.137Z Checking qorb v0.4.1
24832026-04-17T13:34:27.172Z Compiling chrono-tz v0.10.4
24842026-04-17T13:34:27.175Z Compiling rustc_version v0.1.7
24852026-04-17T13:34:27.280Z Checking phf v0.12.1
24862026-04-17T13:34:27.348Z Checking recursive v0.1.1
24872026-04-17T13:34:27.424Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24882026-04-17T13:34:27.458Z Compiling const_format_proc_macros v0.2.34
24892026-04-17T13:34:27.460Z Compiling peg-macros v0.8.5
24902026-04-17T13:34:27.522Z Checking winnow v0.6.26
24912026-04-17T13:34:27.932Z Compiling sqlparser_derive v0.5.0
24922026-04-17T13:34:28.076Z Checking unicode_categories v0.1.1
24932026-04-17T13:34:28.282Z Checking rustyline v14.0.0
24942026-04-17T13:34:28.355Z Checking const_format v0.2.35
24952026-04-17T13:34:28.715Z Checking sqlformat v0.3.5
24962026-04-17T13:34:28.749Z Checking sqlparser v0.61.0
24972026-04-17T13:34:28.814Z Checking peg v0.8.5
24982026-04-17T13:34:28.916Z Compiling newtype_derive v0.1.6
24992026-04-17T13:34:29.047Z Checking bcs v0.1.6
25002026-04-17T13:34:29.240Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25012026-04-17T13:34:29.311Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25022026-04-17T13:34:29.378Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25032026-04-17T13:34:29.456Z Checking steno v0.4.1
25042026-04-17T13:34:29.630Z Checking filetime v0.2.27
25052026-04-17T13:34:29.671Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25062026-04-17T13:34:29.795Z Checking xattr v1.6.1
25072026-04-17T13:34:29.954Z Checking tar v0.4.45
25082026-04-17T13:34:30.288Z Checking subprocess v0.2.15
25092026-04-17T13:34:30.373Z Checking base64 v0.21.7
25102026-04-17T13:34:30.480Z Checking headers-core v0.3.0
25112026-04-17T13:34:30.597Z Checking yasna v0.5.2
25122026-04-17T13:34:30.629Z Checking headers v0.4.1
25132026-04-17T13:34:30.661Z Checking dropshot-api-manager-types v0.6.0
25142026-04-17T13:34:30.814Z Checking tagptr v0.2.0
25152026-04-17T13:34:30.853Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25162026-04-17T13:34:31.016Z Checking rcgen v0.12.1
25172026-04-17T13:34:31.052Z Checking moka v0.12.13
25182026-04-17T13:34:31.110Z Checking utf-8 v0.7.6
25192026-04-17T13:34:31.274Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25202026-04-17T13:34:31.354Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25212026-04-17T13:34:31.446Z Compiling libefi-sys v0.1.0
25222026-04-17T13:34:31.654Z Compiling radium v0.7.0
25232026-04-17T13:34:31.713Z Checking hickory-resolver v0.25.2
25242026-04-17T13:34:31.855Z Compiling bitfield-struct v0.6.2
25252026-04-17T13:34:31.933Z Checking tap v1.0.1
25262026-04-17T13:34:32.010Z Compiling maybe-uninit v2.0.0
25272026-04-17T13:34:32.071Z Checking wyz v0.5.1
25282026-04-17T13:34:32.437Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25292026-04-17T13:34:32.483Z Compiling zerocopy-derive v0.6.6
25302026-04-17T13:34:32.514Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25312026-04-17T13:34:32.547Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25322026-04-17T13:34:32.589Z Compiling packed_struct v0.10.1
25332026-04-17T13:34:32.736Z Checking funty v2.0.0
25342026-04-17T13:34:32.775Z Checking crc-catalog v2.4.0
25352026-04-17T13:34:32.860Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25362026-04-17T13:34:32.896Z Checking crc v3.4.0
25372026-04-17T13:34:32.964Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25382026-04-17T13:34:33.006Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25392026-04-17T13:34:33.079Z Checking bitvec v1.0.1
25402026-04-17T13:34:33.179Z Checking tungstenite v0.21.0
25412026-04-17T13:34:33.213Z Compiling packed_struct_codegen v0.10.1
25422026-04-17T13:34:33.245Z Compiling bitfield-macros v0.19.4
25432026-04-17T13:34:33.279Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25442026-04-17T13:34:33.333Z Checking zerocopy v0.6.6
25452026-04-17T13:34:33.671Z Compiling indexmap v1.9.3
25462026-04-17T13:34:33.705Z Checking nodrop v0.1.14
25472026-04-17T13:34:33.822Z Checking array-init v0.0.4
25482026-04-17T13:34:33.940Z Checking tokio-tungstenite v0.21.0
25492026-04-17T13:34:33.996Z Checking bitfield v0.19.4
25502026-04-17T13:34:34.168Z Checking smallvec v0.6.14
25512026-04-17T13:34:34.253Z Checking hashbrown v0.12.3
25522026-04-17T13:34:34.288Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25532026-04-17T13:34:34.319Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25542026-04-17T13:34:34.391Z Checking serde-hex v0.1.0
25552026-04-17T13:34:34.476Z Checking ron v0.8.1
25562026-04-17T13:34:35.025Z Checking hashbrown v0.13.2
25572026-04-17T13:34:35.058Z Checking crc-any v2.5.0
25582026-04-17T13:34:35.262Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25592026-04-17T13:34:35.296Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25602026-04-17T13:34:35.449Z Checking path-slash v0.1.5
25612026-04-17T13:34:35.483Z Checking object v0.30.4
25622026-04-17T13:34:35.513Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25632026-04-17T13:34:35.516Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25642026-04-17T13:34:35.576Z Compiling xshell-macros v0.2.7
25652026-04-17T13:34:35.814Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25662026-04-17T13:34:35.884Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25672026-04-17T13:34:35.970Z Checking xshell v0.2.7
25682026-04-17T13:34:36.187Z Checking half v1.8.3
25692026-04-17T13:34:36.220Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25702026-04-17T13:34:36.409Z Checking serde_cbor v0.11.2
25712026-04-17T13:34:36.540Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25722026-04-17T13:34:36.820Z Compiling num-derive v0.3.3
25732026-04-17T13:34:36.853Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25742026-04-17T13:34:36.950Z Compiling proc-macro-error-attr2 v2.0.0
25752026-04-17T13:34:36.983Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25762026-04-17T13:34:37.201Z Checking papergrid v0.17.0
25772026-04-17T13:34:37.363Z Compiling proc-macro-error2 v2.0.1
25782026-04-17T13:34:37.566Z Checking testing_table v0.3.0
25792026-04-17T13:34:37.687Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25802026-04-17T13:34:37.719Z Checking libscf-sys v1.1.0
25812026-04-17T13:34:37.719Z Compiling tabled_derive v0.11.0
25822026-04-17T13:34:37.877Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25832026-04-17T13:34:38.004Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25842026-04-17T13:34:38.112Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25852026-04-17T13:34:38.201Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25862026-04-17T13:34:38.394Z Checking maplit v1.0.2
25872026-04-17T13:34:38.558Z Checking fxhash v0.2.1
25882026-04-17T13:34:38.592Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25892026-04-17T13:34:38.595Z Checking crc8 v0.1.1
25902026-04-17T13:34:38.708Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25912026-04-17T13:34:38.747Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25922026-04-17T13:34:38.942Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25932026-04-17T13:34:38.977Z Checking tabled v0.20.0
25942026-04-17T13:34:39.329Z Checking unicase v2.9.0
25952026-04-17T13:34:39.496Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25962026-04-17T13:34:39.529Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25972026-04-17T13:34:39.580Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25982026-04-17T13:34:39.828Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25992026-04-17T13:34:39.921Z Checking kstat-rs v0.2.4
26002026-04-17T13:34:40.067Z Compiling diesel_derives v2.3.7
26012026-04-17T13:34:40.112Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26022026-04-17T13:34:40.143Z Compiling typify-impl v0.4.3
26032026-04-17T13:34:40.317Z Checking scheduled-thread-pool v0.2.7
26042026-04-17T13:34:40.363Z Compiling dsl_auto_type v0.2.0
26052026-04-17T13:34:40.489Z Checking arc-swap v1.8.2
26062026-04-17T13:34:40.735Z Compiling vergen-gitcl v1.0.8
26072026-04-17T13:34:40.899Z Compiling diesel_table_macro_syntax v0.3.0
26082026-04-17T13:34:40.960Z Compiling parking_lot_core v0.8.6
26092026-04-17T13:34:41.034Z Checking slog-scope v4.4.1
26102026-04-17T13:34:41.075Z Checking r2d2 v0.8.10
26112026-04-17T13:34:41.198Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26122026-04-17T13:34:41.274Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26132026-04-17T13:34:41.520Z Compiling git-stub v1.0.0
26142026-04-17T13:34:41.617Z Checking downcast-rs v2.0.2
26152026-04-17T13:34:41.744Z Compiling git-stub-vcs v0.1.0
26162026-04-17T13:34:42.027Z Checking slog-stdlog v4.1.1
26172026-04-17T13:34:42.139Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26182026-04-17T13:34:42.173Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26192026-04-17T13:34:42.205Z Checking slog-envlogger v2.2.0
26202026-04-17T13:34:42.382Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26212026-04-17T13:34:42.485Z Checking parking_lot v0.11.2
26222026-04-17T13:34:42.690Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26232026-04-17T13:34:42.722Z Checking prefix-trie v0.7.0
26242026-04-17T13:34:42.895Z Checking sled v0.34.7
26252026-04-17T13:34:42.930Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26262026-04-17T13:34:43.002Z Checking nanorand v0.7.0
26272026-04-17T13:34:43.067Z Checking hickory-server v0.25.2
26282026-04-17T13:34:43.148Z Compiling dirs-sys-next v0.1.2
26292026-04-17T13:34:43.231Z Compiling crunchy v0.2.4
26302026-04-17T13:34:43.385Z Compiling dirs-next v2.0.0
26312026-04-17T13:34:43.455Z Checking flume v0.11.1
26322026-04-17T13:34:43.538Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26332026-04-17T13:34:43.615Z Compiling clang-sys v1.8.1
26342026-04-17T13:34:43.699Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26352026-04-17T13:34:43.733Z Compiling tiny-keccak v2.0.2
26362026-04-17T13:34:44.075Z Compiling term v0.7.0
26372026-04-17T13:34:44.149Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26382026-04-17T13:34:44.183Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26392026-04-17T13:34:44.485Z Compiling bit-vec v0.6.3
26402026-04-17T13:34:44.572Z Compiling typify-macro v0.4.3
26412026-04-17T13:34:44.661Z Compiling salty v0.3.0
26422026-04-17T13:34:44.728Z Compiling bit-set v0.5.3
26432026-04-17T13:34:44.911Z Compiling ascii-canvas v3.0.0
26442026-04-17T13:34:45.136Z Checking primeorder v0.13.6
26452026-04-17T13:34:45.181Z Compiling itertools v0.10.5
26462026-04-17T13:34:45.377Z Compiling ena v0.14.4
26472026-04-17T13:34:45.409Z Compiling libloading v0.8.9
26482026-04-17T13:34:45.441Z Compiling fs-err v2.11.0
26492026-04-17T13:34:45.536Z Compiling diff v0.1.13
26502026-04-17T13:34:45.615Z Compiling bindgen v0.71.1
26512026-04-17T13:34:45.647Z Compiling regex-syntax v0.6.29
26522026-04-17T13:34:46.102Z Compiling cexpr v0.6.0
26532026-04-17T13:34:46.135Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26542026-04-17T13:34:46.261Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26552026-04-17T13:34:46.294Z Compiling typify v0.4.3
26562026-04-17T13:34:46.342Z Checking diesel v2.3.7
26572026-04-17T13:34:46.563Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26582026-04-17T13:34:46.771Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26592026-04-17T13:34:46.803Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26602026-04-17T13:34:46.834Z Compiling libxml v0.3.3
26612026-04-17T13:34:47.018Z Compiling lalrpop v0.19.12
26622026-04-17T13:34:47.077Z Checking parse-size v1.1.0
26632026-04-17T13:34:47.215Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26642026-04-17T13:34:47.247Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26652026-04-17T13:34:47.540Z Checking p384 v0.13.1
26662026-04-17T13:34:47.721Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26672026-04-17T13:34:47.979Z Compiling strum_macros v0.24.3
26682026-04-17T13:34:48.113Z Checking assert_matches v1.5.0
26692026-04-17T13:34:48.216Z Compiling indoc v1.0.9
26702026-04-17T13:34:49.321Z Compiling progenitor-impl v0.10.0
26712026-04-17T13:34:49.353Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26722026-04-17T13:34:49.500Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26732026-04-17T13:34:49.721Z Checking predicates-tree v1.0.13
26742026-04-17T13:34:49.864Z Checking derive_builder v0.20.2
26752026-04-17T13:34:50.005Z Checking quick-xml v0.37.5
26762026-04-17T13:34:50.183Z Compiling oso-derive v0.27.3
26772026-04-17T13:34:50.327Z Compiling impl-trait-for-tuples v0.2.3
26782026-04-17T13:34:50.685Z Compiling trait-variant v0.1.2
26792026-04-17T13:34:50.888Z Checking openssl-probe v0.1.6
26802026-04-17T13:34:51.027Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26812026-04-17T13:34:51.245Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26822026-04-17T13:34:51.869Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26832026-04-17T13:34:51.901Z Compiling progenitor-macro v0.10.0
26842026-04-17T13:34:52.470Z Compiling progenitor-impl v0.11.2
26852026-04-17T13:34:52.554Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26862026-04-17T13:34:52.967Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26872026-04-17T13:34:54.506Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26882026-04-17T13:34:54.815Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26892026-04-17T13:34:55.135Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902026-04-17T13:34:55.729Z Checking toml_datetime v1.0.0+spec-1.1.0
26912026-04-17T13:34:55.966Z Checking toml v1.0.6+spec-1.1.0
26922026-04-17T13:34:56.145Z Compiling mime_guess v2.0.5
26932026-04-17T13:34:56.576Z Compiling progenitor-macro v0.11.2
26942026-04-17T13:34:56.759Z Checking progenitor v0.10.0
26952026-04-17T13:34:56.792Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26962026-04-17T13:34:56.930Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26972026-04-17T13:34:57.262Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26982026-04-17T13:34:57.464Z Checking progenitor-client v0.11.2
26992026-04-17T13:34:57.505Z Checking http-range v0.1.5
27002026-04-17T13:34:57.622Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27012026-04-17T13:34:57.711Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27022026-04-17T13:34:57.744Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27032026-04-17T13:34:57.837Z Checking ignore v0.4.25
27042026-04-17T13:34:58.305Z Checking atty v0.2.14
27052026-04-17T13:34:58.374Z Checking globwalk v0.9.1
27062026-04-17T13:34:58.636Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27072026-04-17T13:34:58.970Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27082026-04-17T13:34:59.217Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27092026-04-17T13:34:59.392Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27102026-04-17T13:34:59.437Z Checking bb8 v0.8.6
27112026-04-17T13:34:59.744Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27122026-04-17T13:34:59.777Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27132026-04-17T13:34:59.969Z Checking corncobs v0.1.4
27142026-04-17T13:35:00.013Z Checking compression-core v0.4.31
27152026-04-17T13:35:00.127Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27162026-04-17T13:35:00.192Z Checking compression-codecs v0.4.37
27172026-04-17T13:35:00.346Z Checking async-bb8-diesel v0.2.1
27182026-04-17T13:35:00.392Z Checking diesel-dtrace v0.5.0
27192026-04-17T13:35:00.708Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-04-17T13:35:00.741Z Checking hyper-staticfile v0.10.1
27212026-04-17T13:35:00.837Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27222026-04-17T13:35:01.009Z Checking camino-tempfile-ext v0.3.3
27232026-04-17T13:35:01.053Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27242026-04-17T13:35:01.085Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27252026-04-17T13:35:01.235Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27262026-04-17T13:35:01.359Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27272026-04-17T13:35:01.453Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-04-17T13:35:01.506Z Checking progenitor v0.11.2
27292026-04-17T13:35:01.675Z Checking signal-hook-tokio v0.3.1
27302026-04-17T13:35:01.831Z Checking secrecy v0.8.0
27312026-04-17T13:35:01.986Z Compiling dropshot v0.17.0
27322026-04-17T13:35:02.047Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27332026-04-17T13:35:02.391Z Checking async-compression v0.4.41
27342026-04-17T13:35:02.431Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27352026-04-17T13:35:02.675Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27362026-04-17T13:35:02.941Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27372026-04-17T13:35:02.975Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27382026-04-17T13:35:03.323Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27392026-04-17T13:35:03.361Z Compiling dropshot_endpoint v0.17.0
27402026-04-17T13:35:03.538Z Checking nonempty v0.12.0
27412026-04-17T13:35:03.732Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27422026-04-17T13:35:03.766Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-04-17T13:35:03.850Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27442026-04-17T13:35:04.040Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27452026-04-17T13:35:04.165Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27462026-04-17T13:35:04.277Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27472026-04-17T13:35:04.648Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27482026-04-17T13:35:04.996Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27492026-04-17T13:35:05.089Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27502026-04-17T13:35:05.375Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27512026-04-17T13:35:05.427Z Checking tungstenite v0.23.0
27522026-04-17T13:35:05.871Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27532026-04-17T13:35:06.055Z Checking tokio-tungstenite v0.23.1
27542026-04-17T13:35:06.355Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27552026-04-17T13:35:06.727Z Checking rand_seeder v0.4.0
27562026-04-17T13:35:06.909Z Checking void v1.0.2
27572026-04-17T13:35:07.046Z Checking lzss v0.8.2
27582026-04-17T13:35:07.080Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27592026-04-17T13:35:07.112Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27602026-04-17T13:35:07.263Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27612026-04-17T13:35:07.461Z Checking nix v0.27.1
27622026-04-17T13:35:07.494Z Checking serde_bytes v0.11.19
27632026-04-17T13:35:07.705Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27642026-04-17T13:35:07.912Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27652026-04-17T13:35:08.003Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27662026-04-17T13:35:08.078Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27672026-04-17T13:35:08.807Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27682026-04-17T13:35:08.862Z Checking is_ci v1.2.0
27692026-04-17T13:35:08.969Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27702026-04-17T13:35:09.001Z Checking yansi v1.0.1
27712026-04-17T13:35:09.299Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27722026-04-17T13:35:09.388Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27732026-04-17T13:35:09.435Z Checking pretty_assertions v1.4.1
27742026-04-17T13:35:09.564Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27752026-04-17T13:35:09.599Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27762026-04-17T13:35:09.855Z Compiling darling_core v0.23.0
27772026-04-17T13:35:10.740Z Compiling indoc v2.0.7
27782026-04-17T13:35:10.906Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27792026-04-17T13:35:11.063Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27802026-04-17T13:35:11.217Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-04-17T13:35:11.285Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-04-17T13:35:11.511Z Compiling instability v0.3.11
27832026-04-17T13:35:11.568Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27842026-04-17T13:35:11.890Z Compiling libz-sys v1.1.24
27852026-04-17T13:35:12.013Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-04-17T13:35:12.249Z Checking castaway v0.2.4
27872026-04-17T13:35:12.392Z Checking compact_str v0.8.1
27882026-04-17T13:35:12.425Z Compiling darling_macro v0.23.0
27892026-04-17T13:35:12.798Z Checking supports-color v3.0.2
27902026-04-17T13:35:12.944Z Compiling darling v0.23.0
27912026-04-17T13:35:12.976Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27922026-04-17T13:35:13.189Z Checking unicode-truncate v1.1.0
27932026-04-17T13:35:13.224Z Checking console v0.16.2
27942026-04-17T13:35:13.366Z Checking lru v0.12.5
27952026-04-17T13:35:13.556Z Checking cassowary v0.3.0
27962026-04-17T13:35:13.588Z Checking unit-prefix v0.5.2
27972026-04-17T13:35:13.754Z Checking indicatif v0.18.4
27982026-04-17T13:35:13.836Z Checking ratatui v0.29.0
27992026-04-17T13:35:13.868Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28002026-04-17T13:35:13.899Z Compiling libgit2-sys v0.18.3+1.9.2
28012026-04-17T13:35:14.116Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-04-17T13:35:14.310Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28032026-04-17T13:35:15.180Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28042026-04-17T13:35:15.405Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28052026-04-17T13:35:15.559Z Compiling vergen-git2 v1.0.7
28062026-04-17T13:35:15.671Z Checking plotters-backend v0.3.7
28072026-04-17T13:35:15.704Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-04-17T13:35:15.818Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28092026-04-17T13:35:15.900Z Checking plotters-svg v0.3.7
28102026-04-17T13:35:15.933Z Checking colored v2.2.0
28112026-04-17T13:35:16.034Z Compiling rustls v0.21.12
28122026-04-17T13:35:16.070Z Checking shell-words v1.1.1
28132026-04-17T13:35:16.160Z Checking cast v0.3.0
28142026-04-17T13:35:16.222Z Checking plotters v0.3.7
28152026-04-17T13:35:16.342Z Checking criterion-plot v0.6.0
28162026-04-17T13:35:16.417Z Checking typeid v1.0.3
28172026-04-17T13:35:16.550Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28182026-04-17T13:35:16.648Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28192026-04-17T13:35:16.870Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28202026-04-17T13:35:16.982Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28212026-04-17T13:35:17.091Z Checking sct v0.7.1
28222026-04-17T13:35:17.260Z Checking rustls-webpki v0.101.7
28232026-04-17T13:35:17.443Z Checking tinytemplate v1.2.1
28242026-04-17T13:35:17.508Z Compiling nix v0.29.0
28252026-04-17T13:35:17.624Z Checking oorandom v11.1.5
28262026-04-17T13:35:17.686Z Checking hex-literal v0.4.1
28272026-04-17T13:35:17.770Z Checking anes v0.1.6
28282026-04-17T13:35:17.960Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28292026-04-17T13:35:17.992Z Checking criterion v0.7.0
28302026-04-17T13:35:19.256Z Checking erased-serde v0.4.9
28312026-04-17T13:35:19.290Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28322026-04-17T13:35:19.641Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28332026-04-17T13:35:20.067Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28342026-04-17T13:35:20.396Z Checking ordered-float v2.10.1
28352026-04-17T13:35:20.663Z Checking serde-value v0.7.0
28362026-04-17T13:35:20.904Z Checking serde-untagged v0.1.9
28372026-04-17T13:35:21.128Z Checking tokio-rustls v0.24.1
28382026-04-17T13:35:21.608Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28392026-04-17T13:35:22.415Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28402026-04-17T13:35:22.642Z Checking rustls-pemfile v1.0.4
28412026-04-17T13:35:22.815Z Checking twox-hash v2.1.2
28422026-04-17T13:35:23.039Z Checking unicode-xid v0.2.6
28432026-04-17T13:35:23.181Z Checking cargo-util-schemas v0.8.2
28442026-04-17T13:35:23.224Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-04-17T13:35:24.122Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28462026-04-17T13:35:24.299Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28472026-04-17T13:35:24.482Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28482026-04-17T13:35:24.808Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28492026-04-17T13:35:25.003Z Checking fatfs v0.3.6
28502026-04-17T13:35:25.486Z Checking cargo-platform v0.2.0
28512026-04-17T13:35:25.702Z Compiling petname v2.0.2
28522026-04-17T13:35:25.768Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28532026-04-17T13:35:26.031Z Compiling seq-macro v0.3.6
28542026-04-17T13:35:26.364Z Checking cargo_metadata v0.21.0
28552026-04-17T13:35:26.551Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28562026-04-17T13:35:27.094Z Checking concurrent-queue v2.5.0
28572026-04-17T13:35:27.130Z Checking rtoolbox v0.0.3
28582026-04-17T13:35:27.290Z Checking futures-timer v3.0.3
28592026-04-17T13:35:27.322Z Checking parking v2.2.1
28602026-04-17T13:35:27.405Z Checking rpassword v7.4.0
28612026-04-17T13:35:27.468Z Checking event-listener v5.4.1
28622026-04-17T13:35:27.540Z Checking tui-tree-widget v0.23.1
28632026-04-17T13:35:27.714Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28642026-04-17T13:35:27.753Z Checking polyval v0.6.2
28652026-04-17T13:35:27.903Z Checking sapling-renderdag v0.1.0
28662026-04-17T13:35:27.936Z Checking sync-ptr v0.1.4
28672026-04-17T13:35:27.968Z Checking ghash v0.5.1
28682026-04-17T13:35:28.081Z Checking event-listener-strategy v0.5.4
28692026-04-17T13:35:28.113Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28702026-04-17T13:35:28.169Z Checking ctr v0.9.2
28712026-04-17T13:35:28.244Z Checking arrayref v0.3.9
28722026-04-17T13:35:28.335Z Checking constant_time_eq v0.4.2
28732026-04-17T13:35:28.368Z Checking arrayvec v0.7.6
28742026-04-17T13:35:28.371Z Checking aes-gcm v0.10.3
28752026-04-17T13:35:28.569Z Checking async-lock v3.4.2
28762026-04-17T13:35:28.599Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28772026-04-17T13:35:28.602Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28782026-04-17T13:35:28.666Z Compiling samael v0.0.19
28792026-04-17T13:35:28.975Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28802026-04-17T13:35:29.548Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28812026-04-17T13:35:29.673Z Checking ssh-encoding v0.2.0
28822026-04-17T13:35:29.889Z Checking blowfish v0.9.1
28832026-04-17T13:35:30.069Z Checking bcrypt-pbkdf v0.10.0
28842026-04-17T13:35:30.265Z Checking ssh-cipher v0.2.0
28852026-04-17T13:35:30.467Z Checking async-object-pool v0.2.0
28862026-04-17T13:35:30.607Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28872026-04-17T13:35:30.746Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28882026-04-17T13:35:30.928Z Checking serde_regex v1.1.0
28892026-04-17T13:35:31.116Z Checking password-hash v0.4.2
28902026-04-17T13:35:31.345Z Checking assert-json-diff v2.0.2
28912026-04-17T13:35:31.378Z Checking path-tree v0.8.3
28922026-04-17T13:35:31.411Z Compiling target-lexicon v0.13.3
28932026-04-17T13:35:31.540Z Checking gimli v0.32.3
28942026-04-17T13:35:31.590Z Checking stringmetrics v2.2.2
28952026-04-17T13:35:31.767Z Checking httpmock v0.8.3
28962026-04-17T13:35:31.979Z Checking pbkdf2 v0.11.0
28972026-04-17T13:35:32.177Z Checking ssh-key v0.6.7
28982026-04-17T13:35:33.091Z Checking addr2line v0.25.1
28992026-04-17T13:35:33.159Z Checking p521 v0.13.3
29002026-04-17T13:35:33.386Z Checking p256 v0.13.2
29012026-04-17T13:35:33.675Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29022026-04-17T13:35:33.807Z Checking russh-cryptovec v0.7.3
29032026-04-17T13:35:33.902Z Checking rustc-demangle v0.1.27
29042026-04-17T13:35:33.974Z Checking md5 v0.7.0
29052026-04-17T13:35:34.006Z Compiling guppy-workspace-hack v0.1.0
29062026-04-17T13:35:34.159Z Checking backtrace v0.3.76
29072026-04-17T13:35:34.192Z Checking russh-keys v0.45.0
29082026-04-17T13:35:34.499Z Checking num-bigint v0.4.6
29092026-04-17T13:35:34.530Z Checking des v0.8.1
29102026-04-17T13:35:34.778Z Compiling blake3 v1.8.3
29112026-04-17T13:35:34.860Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29122026-04-17T13:35:34.891Z Compiling target-spec v3.5.7
29132026-04-17T13:35:35.282Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29142026-04-17T13:35:35.355Z Checking cfg-expr v0.20.6
29152026-04-17T13:35:35.465Z Checking russh v0.45.0
29162026-04-17T13:35:35.642Z Checking backtrace-ext v0.2.1
29172026-04-17T13:35:35.791Z Checking supports-color v2.1.0
29182026-04-17T13:35:35.861Z Checking textwrap v0.15.2
29192026-04-17T13:35:35.924Z Checking supports-unicode v2.1.0
29202026-04-17T13:35:35.955Z Checking supports-hyperlinks v2.1.0
29212026-04-17T13:35:36.068Z Checking hashbrown v0.14.5
29222026-04-17T13:35:36.099Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29232026-04-17T13:35:36.131Z Checking cargo-platform v0.3.2
29242026-04-17T13:35:36.325Z Checking terminal_size v0.1.17
29252026-04-17T13:35:36.358Z Compiling miette-derive v5.10.0
29262026-04-17T13:35:36.464Z Checking internet-checksum v0.2.1
29272026-04-17T13:35:36.572Z Checking owo-colors v3.5.0
29282026-04-17T13:35:36.615Z Checking chumsky v0.9.3
29292026-04-17T13:35:37.128Z Checking cargo_metadata v0.23.1
29302026-04-17T13:35:37.513Z Checking miette v5.10.0
29312026-04-17T13:35:37.903Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29322026-04-17T13:35:37.938Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29332026-04-17T13:35:37.941Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29342026-04-17T13:35:38.010Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29352026-04-17T13:35:38.274Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29362026-04-17T13:35:38.308Z Compiling knuffel-derive v3.2.0
29372026-04-17T13:35:38.719Z Checking httptest v0.16.4
29382026-04-17T13:35:38.811Z Checking pathdiff v0.2.3
29392026-04-17T13:35:38.950Z Checking topological-sort v0.2.2
29402026-04-17T13:35:39.115Z Checking nested v0.1.1
29412026-04-17T13:35:39.147Z Checking omicron-zone-package v0.12.2
29422026-04-17T13:35:39.180Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29432026-04-17T13:35:39.282Z Checking guppy v0.17.25
29442026-04-17T13:35:39.419Z Checking similar-asserts v1.7.0
29452026-04-17T13:35:39.601Z Compiling rstest_macros v0.25.0
29462026-04-17T13:35:39.757Z Compiling git2 v0.20.4
29472026-04-17T13:35:39.828Z Checking knuffel v3.2.0
29482026-04-17T13:35:39.906Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29492026-04-17T13:35:40.062Z Compiling target-triple v1.0.0
29502026-04-17T13:35:40.202Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29512026-04-17T13:35:40.237Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29522026-04-17T13:35:40.418Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29532026-04-17T13:35:40.470Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29542026-04-17T13:35:40.640Z Checking hickory-client v0.25.2
29552026-04-17T13:35:40.949Z Checking tokio-test v0.4.5
29562026-04-17T13:35:41.095Z Checking escape8259 v0.5.3
29572026-04-17T13:35:41.181Z Compiling assert_cmd v2.1.2
29582026-04-17T13:35:41.258Z Compiling relative-path v1.9.3
29592026-04-17T13:35:41.503Z Checking libtest-mimic v0.8.1
29602026-04-17T13:35:41.967Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29612026-04-17T13:35:42.105Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29622026-04-17T13:35:42.544Z Checking blake2b_simd v1.0.4
29632026-04-17T13:35:42.799Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29642026-04-17T13:35:42.966Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29652026-04-17T13:35:43.126Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29662026-04-17T13:35:43.208Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29672026-04-17T13:35:43.379Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29682026-04-17T13:35:43.621Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29692026-04-17T13:35:43.772Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29702026-04-17T13:35:44.002Z Checking fancy-regex v0.14.0
29712026-04-17T13:35:44.159Z Compiling polar-core v0.27.3
29722026-04-17T13:35:44.226Z Checking serde_tokenstream v0.2.3
29732026-04-17T13:35:44.396Z Checking uzers v0.12.2
29742026-04-17T13:35:44.469Z Compiling linkme-impl v0.3.35
29752026-04-17T13:35:44.635Z Checking termcolor v1.4.1
29762026-04-17T13:35:44.779Z Checking constant_time_eq v0.3.1
29772026-04-17T13:35:44.884Z Checking trybuild v1.0.116
29782026-04-17T13:35:44.917Z Checking rust-argon2 v2.1.0
29792026-04-17T13:35:45.123Z Checking rstest v0.25.0
29802026-04-17T13:35:45.250Z Checking datatest-stable v0.3.3
29812026-04-17T13:35:45.588Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29822026-04-17T13:35:45.651Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29832026-04-17T13:35:45.871Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29842026-04-17T13:35:45.963Z Checking support-bundle-viewer v0.1.2
29852026-04-17T13:35:46.264Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29862026-04-17T13:35:46.497Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29872026-04-17T13:35:46.578Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29882026-04-17T13:35:46.726Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29892026-04-17T13:35:46.806Z Checking drift v0.1.3
29902026-04-17T13:35:46.949Z Checking rand_distr v0.5.1
29912026-04-17T13:35:47.126Z Checking multimap v0.10.1
29922026-04-17T13:35:47.345Z Checking approx v0.5.1
29932026-04-17T13:35:47.388Z Compiling linkme v0.3.35
29942026-04-17T13:35:47.517Z Checking dropshot-api-manager v0.6.0
29952026-04-17T13:35:48.716Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29962026-04-17T13:35:48.904Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29972026-04-17T13:35:49.121Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29982026-04-17T13:35:49.193Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29992026-04-17T13:35:49.247Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30002026-04-17T13:35:49.319Z Checking oso v0.27.3
30012026-04-17T13:35:49.353Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30022026-04-17T13:35:49.420Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30032026-04-17T13:35:49.700Z Checking partial-io v0.5.4
30042026-04-17T13:35:49.744Z Checking cargo_toml v0.21.0
30052026-04-17T13:35:49.796Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30062026-04-17T13:35:49.934Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30072026-04-17T13:35:50.105Z Checking termios v0.3.3
30082026-04-17T13:35:50.225Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30092026-04-17T13:35:50.291Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30102026-04-17T13:35:50.489Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30112026-04-17T13:35:50.587Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30122026-04-17T13:35:54.273Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30132026-04-17T13:35:58.798Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30142026-04-17T13:35:59.188Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30152026-04-17T13:36:02.174Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30162026-04-17T13:36:05.396Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30172026-04-17T13:36:11.242Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30182026-04-17T13:36:14.164Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30192026-04-17T13:36:15.372Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30202026-04-17T13:36:15.650Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30212026-04-17T13:36:16.708Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30222026-04-17T13:36:24.666Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30232026-04-17T13:37:39.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 57s
30242026-04-17T13:37:40.115Z
30252026-04-17T13:37:40.115Zreal 4:00.943247518
30262026-04-17T13:37:40.115Zuser 20:28.619756262
30272026-04-17T13:37:40.115Zsys 4:40.683002492
30282026-04-17T13:37:40.119Ztrap 0.483032103
30292026-04-17T13:37:40.119Ztflt 0.108077309
30302026-04-17T13:37:40.119Zdflt 0.152457303
30312026-04-17T13:37:40.119Zkflt 0.001811434
30322026-04-17T13:37:40.119Zlock 56:16.535103750
30332026-04-17T13:37:40.119Zslp 56:04.462744851
30342026-04-17T13:37:40.119Zlat 1:49.744163386
30352026-04-17T13:37:40.119Zstop 10:28.961282042
30362026-04-17T13:37:40.119Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30372026-04-17T13:37:40.119Z+ ptime -m cargo doc --workspace --no-deps
30382026-04-17T13:37:40.978Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30392026-04-17T13:37:40.978Z |
30402026-04-17T13:37:40.978Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30412026-04-17T13:37:40.978Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30422026-04-17T13:37:41.921Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-04-17T13:37:42.145Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-04-17T13:37:42.187Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30452026-04-17T13:37:42.249Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30462026-04-17T13:37:42.320Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30472026-04-17T13:37:42.416Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30482026-04-17T13:37:42.438Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30492026-04-17T13:37:42.465Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30502026-04-17T13:37:42.491Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30512026-04-17T13:37:42.607Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30522026-04-17T13:37:42.682Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30532026-04-17T13:37:42.720Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30542026-04-17T13:37:42.744Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30552026-04-17T13:37:42.766Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30562026-04-17T13:37:42.802Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30572026-04-17T13:37:42.864Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30582026-04-17T13:37:42.912Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30592026-04-17T13:37:42.938Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30602026-04-17T13:37:42.941Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30612026-04-17T13:37:42.983Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30622026-04-17T13:37:43.014Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30632026-04-17T13:37:43.337Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30642026-04-17T13:37:43.436Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30652026-04-17T13:37:43.481Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30662026-04-17T13:37:43.607Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30672026-04-17T13:37:43.631Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30682026-04-17T13:37:43.750Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30692026-04-17T13:37:43.858Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30702026-04-17T13:37:43.914Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30712026-04-17T13:37:44.072Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30722026-04-17T13:37:44.096Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30732026-04-17T13:37:44.279Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30742026-04-17T13:37:44.435Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30752026-04-17T13:37:44.459Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30762026-04-17T13:37:44.625Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30772026-04-17T13:37:44.648Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30782026-04-17T13:37:44.672Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30792026-04-17T13:37:44.722Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30802026-04-17T13:37:44.856Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30812026-04-17T13:37:44.949Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30822026-04-17T13:37:45.123Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30832026-04-17T13:37:45.183Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30842026-04-17T13:37:45.281Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30852026-04-17T13:37:45.304Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30862026-04-17T13:37:45.437Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30872026-04-17T13:37:45.459Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30882026-04-17T13:37:45.612Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30892026-04-17T13:37:45.687Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30902026-04-17T13:37:45.712Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30912026-04-17T13:37:45.811Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30922026-04-17T13:37:45.863Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30932026-04-17T13:37:45.886Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30942026-04-17T13:37:45.911Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30952026-04-17T13:37:46.131Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30962026-04-17T13:37:46.131Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30972026-04-17T13:37:46.173Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30982026-04-17T13:37:46.177Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30992026-04-17T13:37:46.382Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31002026-04-17T13:37:46.404Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31012026-04-17T13:37:46.457Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31022026-04-17T13:37:46.611Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31032026-04-17T13:37:46.657Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31042026-04-17T13:37:46.679Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31052026-04-17T13:37:46.746Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31062026-04-17T13:37:46.855Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31072026-04-17T13:37:46.881Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31082026-04-17T13:37:46.935Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31092026-04-17T13:37:47.054Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31102026-04-17T13:37:47.133Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31112026-04-17T13:37:47.136Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31122026-04-17T13:37:47.179Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31132026-04-17T13:37:47.182Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31142026-04-17T13:37:47.201Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31152026-04-17T13:37:47.557Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31162026-04-17T13:37:47.597Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31172026-04-17T13:37:47.923Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31182026-04-17T13:37:48.309Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31192026-04-17T13:37:48.364Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31202026-04-17T13:37:48.535Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31212026-04-17T13:37:48.822Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31222026-04-17T13:37:48.845Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31232026-04-17T13:37:48.971Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31242026-04-17T13:37:49.302Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31252026-04-17T13:37:49.507Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31262026-04-17T13:37:49.777Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31272026-04-17T13:37:49.780Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31282026-04-17T13:37:49.921Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31292026-04-17T13:37:50.361Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31302026-04-17T13:37:50.969Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31312026-04-17T13:37:51.534Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31322026-04-17T13:37:51.666Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31332026-04-17T13:37:51.691Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31342026-04-17T13:37:51.885Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31352026-04-17T13:37:52.050Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31362026-04-17T13:37:52.404Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31372026-04-17T13:37:52.659Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31382026-04-17T13:37:52.740Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31392026-04-17T13:37:52.967Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31402026-04-17T13:37:52.992Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31412026-04-17T13:37:53.017Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31422026-04-17T13:37:53.222Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31432026-04-17T13:37:53.316Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31442026-04-17T13:37:53.370Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31452026-04-17T13:37:53.418Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31462026-04-17T13:37:53.441Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31472026-04-17T13:37:53.555Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31482026-04-17T13:37:54.068Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31492026-04-17T13:37:54.321Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31502026-04-17T13:37:54.421Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31512026-04-17T13:37:54.922Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31522026-04-17T13:37:55.609Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31532026-04-17T13:37:55.631Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31542026-04-17T13:37:55.770Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31552026-04-17T13:37:56.125Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31562026-04-17T13:37:56.339Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31572026-04-17T13:37:56.692Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31582026-04-17T13:37:56.973Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31592026-04-17T13:37:57.047Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31602026-04-17T13:37:57.091Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31612026-04-17T13:37:57.356Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31622026-04-17T13:37:57.682Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31632026-04-17T13:37:57.812Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31642026-04-17T13:37:57.913Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31652026-04-17T13:37:57.952Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31662026-04-17T13:37:58.252Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31672026-04-17T13:37:58.296Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31682026-04-17T13:37:58.992Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31692026-04-17T13:37:59.020Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31702026-04-17T13:37:59.600Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31712026-04-17T13:37:59.754Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31722026-04-17T13:38:00.053Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31732026-04-17T13:38:00.454Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31742026-04-17T13:38:01.309Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31752026-04-17T13:38:01.502Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31762026-04-17T13:38:01.919Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31772026-04-17T13:38:02.216Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-04-17T13:38:02.317Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31792026-04-17T13:38:02.472Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31802026-04-17T13:38:02.947Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31812026-04-17T13:38:02.969Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31822026-04-17T13:38:03.175Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31832026-04-17T13:38:03.797Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31842026-04-17T13:38:03.819Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31852026-04-17T13:38:04.125Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31862026-04-17T13:38:04.340Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31872026-04-17T13:38:04.386Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31882026-04-17T13:38:04.410Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31892026-04-17T13:38:05.569Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31902026-04-17T13:38:06.355Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31912026-04-17T13:38:06.967Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31922026-04-17T13:38:07.012Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31932026-04-17T13:38:07.949Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31942026-04-17T13:38:08.062Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31952026-04-17T13:38:09.202Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31962026-04-17T13:38:09.643Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31972026-04-17T13:38:09.681Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31982026-04-17T13:38:09.915Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31992026-04-17T13:38:11.506Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32002026-04-17T13:38:11.883Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32012026-04-17T13:38:12.090Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32022026-04-17T13:38:12.718Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32032026-04-17T13:38:12.853Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32042026-04-17T13:38:13.436Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32052026-04-17T13:38:13.769Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32062026-04-17T13:38:14.439Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32072026-04-17T13:38:14.510Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32082026-04-17T13:38:14.945Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32092026-04-17T13:38:15.090Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32102026-04-17T13:38:15.213Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32112026-04-17T13:38:15.277Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32122026-04-17T13:38:15.523Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32132026-04-17T13:38:15.576Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32142026-04-17T13:38:15.660Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32152026-04-17T13:38:16.169Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32162026-04-17T13:38:16.393Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32172026-04-17T13:38:16.691Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32182026-04-17T13:38:16.983Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32192026-04-17T13:38:17.047Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32202026-04-17T13:38:17.267Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32212026-04-17T13:38:17.292Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32222026-04-17T13:38:17.647Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32232026-04-17T13:38:17.982Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32242026-04-17T13:38:18.267Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32252026-04-17T13:38:19.510Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32262026-04-17T13:38:19.703Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32272026-04-17T13:38:21.175Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32282026-04-17T13:38:22.454Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32292026-04-17T13:38:22.991Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32302026-04-17T13:38:25.172Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32312026-04-17T13:38:25.910Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32322026-04-17T13:38:26.289Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32332026-04-17T13:38:26.880Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32342026-04-17T13:38:28.223Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32352026-04-17T13:38:29.988Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32362026-04-17T13:38:31.002Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32372026-04-17T13:38:31.912Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32382026-04-17T13:38:32.574Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32392026-04-17T13:38:32.664Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32402026-04-17T13:38:32.962Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32412026-04-17T13:38:33.804Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32422026-04-17T13:38:35.094Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32432026-04-17T13:38:36.130Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32442026-04-17T13:38:36.771Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32452026-04-17T13:38:39.449Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32462026-04-17T13:38:40.138Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32472026-04-17T13:38:41.151Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32482026-04-17T13:38:41.923Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32492026-04-17T13:38:42.613Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32502026-04-17T13:38:43.294Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32512026-04-17T13:38:43.940Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32522026-04-17T13:38:44.702Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32532026-04-17T13:38:45.384Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32542026-04-17T13:38:46.172Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32552026-04-17T13:38:47.440Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32562026-04-17T13:38:48.136Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32572026-04-17T13:38:49.185Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32582026-04-17T13:38:49.221Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32592026-04-17T13:38:49.927Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32602026-04-17T13:38:50.711Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32612026-04-17T13:38:52.217Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32622026-04-17T13:38:54.342Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32632026-04-17T13:38:55.548Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32642026-04-17T13:38:56.216Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32652026-04-17T13:38:56.920Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32662026-04-17T13:38:58.044Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32672026-04-17T13:38:59.086Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32682026-04-17T13:39:01.631Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32692026-04-17T13:39:01.800Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32702026-04-17T13:39:02.710Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32712026-04-17T13:39:04.208Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32722026-04-17T13:39:05.376Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32732026-04-17T13:39:06.655Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32742026-04-17T13:39:11.209Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32752026-04-17T13:39:12.870Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32762026-04-17T13:39:14.424Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32772026-04-17T13:39:15.976Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32782026-04-17T13:39:17.413Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32792026-04-17T13:39:18.905Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32802026-04-17T13:39:20.628Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32812026-04-17T13:39:24.540Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32822026-04-17T13:39:25.681Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32832026-04-17T13:39:26.004Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32842026-04-17T13:39:27.251Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32852026-04-17T13:39:28.968Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32862026-04-17T13:39:30.548Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32872026-04-17T13:39:33.052Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32882026-04-17T13:39:34.617Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32892026-04-17T13:39:36.402Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32902026-04-17T13:39:38.556Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32912026-04-17T13:39:40.060Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32922026-04-17T13:39:41.838Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32932026-04-17T13:39:43.709Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32942026-04-17T13:39:45.454Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32952026-04-17T13:39:47.241Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32962026-04-17T13:39:48.964Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32972026-04-17T13:39:50.719Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32982026-04-17T13:39:52.881Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32992026-04-17T13:39:54.652Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33002026-04-17T13:39:56.381Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33012026-04-17T13:39:58.414Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33022026-04-17T13:40:00.608Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33032026-04-17T13:40:02.625Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33042026-04-17T13:40:04.627Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33052026-04-17T13:40:06.544Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33062026-04-17T13:40:08.578Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33072026-04-17T13:40:10.575Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33082026-04-17T13:40:13.957Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33092026-04-17T13:40:14.899Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33102026-04-17T13:40:17.058Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33112026-04-17T13:40:19.177Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33122026-04-17T13:40:21.370Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33132026-04-17T13:40:23.550Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33142026-04-17T13:40:25.606Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33152026-04-17T13:40:27.868Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33162026-04-17T13:40:30.007Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33172026-04-17T13:40:32.386Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33182026-04-17T13:40:34.218Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33192026-04-17T13:40:36.427Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33202026-04-17T13:40:38.997Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33212026-04-17T13:40:40.690Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33222026-04-17T13:40:42.894Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33232026-04-17T13:40:45.040Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33242026-04-17T13:40:47.237Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33252026-04-17T13:40:49.416Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33262026-04-17T13:40:51.577Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33272026-04-17T13:40:53.902Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33282026-04-17T13:40:56.002Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33292026-04-17T13:40:58.266Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33302026-04-17T13:41:00.436Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33312026-04-17T13:41:02.583Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33322026-04-17T13:41:05.292Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33332026-04-17T13:41:07.327Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33342026-04-17T13:41:09.727Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33352026-04-17T13:41:12.009Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33362026-04-17T13:41:14.444Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33372026-04-17T13:41:16.677Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33382026-04-17T13:41:18.956Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33392026-04-17T13:41:21.348Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33402026-04-17T13:41:23.772Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33412026-04-17T13:41:26.133Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33422026-04-17T13:41:28.642Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33432026-04-17T13:41:30.902Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33442026-04-17T13:41:33.164Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33452026-04-17T13:41:35.653Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33462026-04-17T13:41:38.075Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33472026-04-17T13:41:40.509Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33482026-04-17T13:41:43.126Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33492026-04-17T13:41:45.533Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33502026-04-17T13:41:47.966Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33512026-04-17T13:41:50.328Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33522026-04-17T13:41:52.737Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33532026-04-17T13:41:55.225Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33542026-04-17T13:41:57.742Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33552026-04-17T13:42:00.627Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33562026-04-17T13:42:02.858Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33572026-04-17T13:42:10.095Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33582026-04-17T13:42:10.223Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33592026-04-17T13:42:13.595Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33602026-04-17T13:42:16.763Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33612026-04-17T13:42:20.016Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33622026-04-17T13:42:23.168Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33632026-04-17T13:42:27.844Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33642026-04-17T13:42:30.713Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33652026-04-17T13:42:34.288Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33662026-04-17T13:42:37.805Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33672026-04-17T13:42:41.369Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33682026-04-17T13:42:44.841Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33692026-04-17T13:42:48.377Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33702026-04-17T13:42:51.978Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33712026-04-17T13:42:55.501Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33722026-04-17T13:42:59.024Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33732026-04-17T13:43:02.598Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33742026-04-17T13:43:06.116Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33752026-04-17T13:43:09.607Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33762026-04-17T13:43:13.141Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33772026-04-17T13:43:16.864Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33782026-04-17T13:43:20.256Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33792026-04-17T13:43:23.835Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33802026-04-17T13:43:27.384Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33812026-04-17T13:43:30.981Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33822026-04-17T13:43:59.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 19s
33832026-04-17T13:43:59.720Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 192 other files
33842026-04-17T13:43:59.822Z
33852026-04-17T13:43:59.825Zreal 6:19.604029418
33862026-04-17T13:43:59.825Zuser 17:15.993272427
33872026-04-17T13:43:59.825Zsys 3:38.114157847
33882026-04-17T13:43:59.825Ztrap 0.256296938
33892026-04-17T13:43:59.825Ztflt 0.012892953
33902026-04-17T13:43:59.825Zdflt 0.013536893
33912026-04-17T13:43:59.825Zkflt 0.000027804
33922026-04-17T13:43:59.825Zlock 5:47:32.707532075
33932026-04-17T13:43:59.825Zslp 2:07:00.202607255
33942026-04-17T13:43:59.825Zlat 36.621665224
33952026-04-17T13:43:59.825Zstop 1:35.657431108
33962026-04-17T13:43:59.825Zprocess exited: duration 815385 ms, exit code 0
 
33972026-04-17T13:43:59.832Zfound 0 output files