01KPRCDM2RGV3PTFT50NZEC7N7: clippy (helios)

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

Buildomat Job: 01KPRCDZHQ1M3404PKQRK9MDMS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-21T16:03:06.780Zjob assigned to worker 01KPRCEC3TJ3ZSQ4B9JD1HZSQA [factory aws, i-08785a78143b7caeb] (queued for 1 m 2 s)
 
22026-04-21T16:03:13.595Zstarting task 0: "setup"
32026-04-21T16:03:13.600Z++ uname -s
42026-04-21T16:03:13.605Z+ kern=SunOS
52026-04-21T16:03:13.605Z+ build_user=build
62026-04-21T16:03:13.605Z+ build_uid=12345
72026-04-21T16:03:13.605Z+ work_dir=/work
82026-04-21T16:03:13.605Z+ input_dir=/input
92026-04-21T16:03:13.605Z+ [[ 0 == 12345 ]]
102026-04-21T16:03:13.605Z+ case "$kern" in
112026-04-21T16:03:13.605Z+ groupadd -g 12345 build
122026-04-21T16:03:13.605Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-21T16:03:15.611Z+ zfs create -o mountpoint=/work rpool/work
142026-04-21T16:03:15.725Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-21T16:03:15.728Z+ home_fs=zfs
162026-04-21T16:03:15.728Z+ [[ zfs == autofs ]]
172026-04-21T16:03:15.728Z+ mkdir -p /home/build
182026-04-21T16:03:15.728Z+ chown build:build /home/build /work
192026-04-21T16:03:17.729Z+ chmod 0700 /home/build /work
202026-04-21T16:03:17.733Zprocess exited: duration 4137 ms, exit code 0
 
212026-04-21T16:03:17.740Zstarting task 1: "rust-toolchain"
222026-04-21T16:03:17.745Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-21T16:03:17.745Z * rust toolchain channel = "1.94.0"
242026-04-21T16:03:17.745Z * rust toolchain profile = "default"
252026-04-21T16:03:17.745Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-21T16:03:17.745Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-21T16:03:17.745Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-21T16:03:17.749Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-21T16:03:17.749Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-21T16:03:17.864Zinfo: downloading installer
312026-04-21T16:03:19.513Zwarn: It looks like you have an existing installation of Rust at:
322026-04-21T16:03:19.514Zwarn: /opt/ooce/bin
332026-04-21T16:03:19.514Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-21T16:03:19.514Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-21T16:03:19.514Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-21T16:03:19.514Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-21T16:03:19.514Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-21T16:03:19.514Zerror: cannot install while Rust is installed
392026-04-21T16:03:19.514Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-21T16:03:19.514Zwarn: It looks like you have an existing rustup settings file at:
412026-04-21T16:03:19.514Zwarn: /home/build/.rustup/settings.toml
422026-04-21T16:03:19.514Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-21T16:03:19.514Zwarn: instead of the one inferred from the default host triple.
442026-04-21T16:03:19.527Zinfo: profile set to default
452026-04-21T16:03:19.527Zinfo: default host triple is x86_64-unknown-illumos
462026-04-21T16:03:19.531Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-21T16:03:19.690Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-21T16:03:19.694Zinfo: downloading 6 components
492026-04-21T16:03:35.438Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-21T16:03:35.438Z
512026-04-21T16:03:35.466Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-21T16:03:35.466Z
532026-04-21T16:03:35.467Z
542026-04-21T16:03:35.467ZRust is installed now. Great!
552026-04-21T16:03:35.467Z
562026-04-21T16:03:35.467ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-21T16:03:35.467Zenvironment variable. This has not been done automatically.
582026-04-21T16:03:35.467Z
592026-04-21T16:03:35.467ZTo configure your current shell, you need to source
602026-04-21T16:03:35.467Zthe corresponding env file under $HOME/.cargo.
612026-04-21T16:03:35.467Z
622026-04-21T16:03:35.467ZThis is usually done by running one of the following (note the leading DOT):
632026-04-21T16:03:35.467Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-21T16:03:35.470Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-21T16:03:35.471Zsource "~/.cargo/env.nu" # For nushell
662026-04-21T16:03:35.471Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-21T16:03:35.471Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-21T16:03:35.471Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-21T16:03:35.471Zwarn: no default linker (`cc`) was found in your PATH
702026-04-21T16:03:35.471Zwarn: many Rust crates require a system C toolchain to build
712026-04-21T16:03:35.566Z+ rustup --version
722026-04-21T16:03:35.575Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-21T16:03:35.579Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-21T16:03:35.597Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-21T16:03:35.601Z+ cargo --version
762026-04-21T16:03:35.613Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-21T16:03:35.617Z+ rustc --version
782026-04-21T16:03:35.635Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-21T16:03:35.639Zprocess exited: duration 17893 ms, exit code 0
 
802026-04-21T16:03:35.646Zstarting task 2: "authentication"
812026-04-21T16:03:35.662Zprocess exited: duration 16 ms, exit code 0
 
822026-04-21T16:03:35.669Zstarting task 3: "clone repository"
832026-04-21T16:03:35.674Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-21T16:03:35.678Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-21T16:03:35.724ZCloning into '/work/oxidecomputer/omicron'...
862026-04-21T16:03:44.613Z+ cd /work/oxidecomputer/omicron
872026-04-21T16:03:44.613Z+ git fetch origin fcc6f08f771a5dcd4a408a724bc3bba960c0b138
882026-04-21T16:03:44.937ZFrom https://github.com/oxidecomputer/omicron
892026-04-21T16:03:44.937Z * branch fcc6f08f771a5dcd4a408a724bc3bba960c0b138 -> FETCH_HEAD
902026-04-21T16:03:44.946Z+ [[ -n alan/omdb-sled-instances ]]
912026-04-21T16:03:44.949Z++ git branch --show-current
922026-04-21T16:03:44.949Z+ current=main
932026-04-21T16:03:44.949Z+ [[ main != alan/omdb-sled-instances ]]
942026-04-21T16:03:44.949Z+ git branch -f alan/omdb-sled-instances fcc6f08f771a5dcd4a408a724bc3bba960c0b138
952026-04-21T16:03:44.953Z+ git checkout -f alan/omdb-sled-instances
962026-04-21T16:03:45.135ZSwitched to branch 'alan/omdb-sled-instances'
972026-04-21T16:03:45.138Z+ git reset --hard fcc6f08f771a5dcd4a408a724bc3bba960c0b138
982026-04-21T16:03:45.313ZHEAD is now at fcc6f08f7 Improve the filtering
992026-04-21T16:03:45.317Zprocess exited: duration 9642 ms, exit code 0
 
1002026-04-21T16:03:45.324Zstarting task 4: "build"
1012026-04-21T16:03:45.329Z+ source ./env.sh
1022026-04-21T16:03:45.332Z++ OLD_SHELL_OPTS=ehxB
1032026-04-21T16:03:45.332Z++ set -o xtrace
1042026-04-21T16:03:45.332Z++++ dirname ./env.sh
1052026-04-21T16:03:45.348Z+++ readlink -f .
1062026-04-21T16:03:45.397Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-21T16:03:45.397Z++ 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-21T16:03:45.397Z++ 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-21T16:03:45.402Z++ 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-21T16:03:45.402Z++ 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-21T16:03:45.402Z++ 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-21T16:03:45.402Z++ 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-21T16:03:45.402Z++ 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-21T16:03:45.402Z++ 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-21T16:03:45.402Z++ case $OLD_SHELL_OPTS in
1162026-04-21T16:03:45.402Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-21T16:03:45.402Z+ source .github/buildomat/ci-env.sh
1182026-04-21T16:03:45.402Z++ export CARGO_TERM_COLOR=always
1192026-04-21T16:03:45.402Z++ CARGO_TERM_COLOR=always
1202026-04-21T16:03:45.402Z+ cargo --version
1212026-04-21T16:03:45.407Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-21T16:03:45.410Z+ rustc --version
1232026-04-21T16:03:45.430Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-21T16:03:45.433Z+ banner prerequisites
1252026-04-21T16:03:45.437Z
1262026-04-21T16:03:45.437Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-21T16:03:45.437Z # # # # # # # # # # # # # # #
1282026-04-21T16:03:45.438Z # # # # ##### # # ##### # # # # # #### #
1292026-04-21T16:03:45.438Z ##### ##### # ##### # # # # # # # # #
1302026-04-21T16:03:45.438Z # # # # # # # # # # # # # # #
1312026-04-21T16:03:45.438Z # # # ###### # # ###### ### # #### # #### #
1322026-04-21T16:03:45.438Z
1332026-04-21T16:03:45.442Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-21T16:03:55.072Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-21T16:04:02.516Z Startup: Caching catalogs ... Done
1362026-04-21T16:04:08.303ZPlanning: Solver setup ... Done (4.528s)
1372026-04-21T16:04:08.334ZPlanning: Running solver ... Done (0.032s)
1382026-04-21T16:04:08.466ZPlanning: Finding local manifests ... Done (0.004s)
1392026-04-21T16:04:08.485ZPlanning: Fetching manifests: 0/5 0% complete
1402026-04-21T16:04:08.612ZPlanning: Fetching manifests: 5/5 100% complete
1412026-04-21T16:04:08.645ZPlanning: Package planning ... Done (0.037s)
1422026-04-21T16:04:08.681ZPlanning: Merging actions ... Done (0.036s)
1432026-04-21T16:04:08.864ZPlanning: Checking for conflicting actions ... Done (0.183s)
1442026-04-21T16:04:08.874ZPlanning: Consolidating action changes ... Done (0.009s)
1452026-04-21T16:04:09.580ZPlanning: Evaluating mediators ... Done (0.706s)
1462026-04-21T16:04:09.588ZPlanning: Planning completed in 6.91 seconds
1472026-04-21T16:04:09.824Z Packages to install: 5
1482026-04-21T16:04:09.824Z Mediators to change: 3
1492026-04-21T16:04:09.824Z Services to change: 1
1502026-04-21T16:04:09.824Z Estimated space available: 155.35 GB
1512026-04-21T16:04:09.828ZEstimated space to be consumed: 1.89 GB
1522026-04-21T16:04:09.828Z Create boot environment: No
1532026-04-21T16:04:09.828ZCreate backup boot environment: No
1542026-04-21T16:04:09.828Z Rebuild boot archive: No
1552026-04-21T16:04:09.828Z
1562026-04-21T16:04:09.828ZChanged mediators:
1572026-04-21T16:04:09.828Z mediator clang:
1582026-04-21T16:04:09.828Z version: None -> 15 (system default)
1592026-04-21T16:04:09.828Z
1602026-04-21T16:04:09.828Z mediator llvm:
1612026-04-21T16:04:09.828Z version: 14 (system default) -> 15 (system default)
1622026-04-21T16:04:09.828Z
1632026-04-21T16:04:09.828Z mediator postgresql:
1642026-04-21T16:04:09.828Z version: 15 (system default) -> 18 (system default)
1652026-04-21T16:04:09.828Z
1662026-04-21T16:04:09.828ZChanged packages:
1672026-04-21T16:04:09.828Zhelios-dev
1682026-04-21T16:04:09.828Z developer/build-essential
1692026-04-21T16:04:09.828Z None -> 11-2.0
1702026-04-21T16:04:09.828Z library/libxmlsec1
1712026-04-21T16:04:09.828Z None -> 1.2.35-2.0
1722026-04-21T16:04:09.828Z ooce/developer/clang-15
1732026-04-21T16:04:09.828Z None -> 15.0.7-2.0
1742026-04-21T16:04:09.828Z ooce/developer/llvm-15
1752026-04-21T16:04:09.828Z None -> 15.0.7-2.0
1762026-04-21T16:04:09.828Z ooce/library/postgresql-18
1772026-04-21T16:04:09.828Z None -> 18.1-2.0
1782026-04-21T16:04:09.828Z
1792026-04-21T16:04:09.828ZServices:
1802026-04-21T16:04:09.828Z restart_fmri:
1812026-04-21T16:04:09.828Z svc:/system/update-man-index:default
1822026-04-21T16:04:09.867Z
1832026-04-21T16:04:09.867ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1842026-04-21T16:04:14.869ZDownload: 2396/4272 items 120.0/219.0MB 54% complete (24.2M/s)
1852026-04-21T16:04:19.873ZDownload: 3500/4272 items 213.2/219.0MB 97% complete (21.6M/s)
1862026-04-21T16:04:25.584ZDownload: 4254/4272 items 218.9/219.0MB 99% complete (11.5M/s)
1872026-04-21T16:04:25.625ZDownload: Completed 218.99 MB in 15.75 seconds (13.9M/s)
1882026-04-21T16:04:25.767Z Actions: 1/4789 actions (Installing new actions)
1892026-04-21T16:04:29.345Z Actions: Completed 4789 actions in 3.58 seconds.
1902026-04-21T16:04:30.004Z Done (0.655s)
1912026-04-21T16:04:30.004Z Done (0.000s)
1922026-04-21T16:04:30.736Z Done (0.732s)
1932026-04-21T16:04:33.844Z Done (2.745s)
1942026-04-21T16:04:33.916Z Done (0.011s)
1952026-04-21T16:04:33.920Z Done (0.000s)
1962026-04-21T16:04:34.267Z Done (0.000s)
1972026-04-21T16:04:35.124ZPlanning: Evaluating mediator changes ... Done
1982026-04-21T16:04:35.233ZPlanning: Checking for conflicting actions ... Done
1992026-04-21T16:04:35.238ZPlanning: Consolidating action changes ... Done
2002026-04-21T16:04:35.394ZPlanning: Evaluating mediators ... Done
2012026-04-21T16:04:35.398ZPlanning: Planning completed in 0.27 seconds
2022026-04-21T16:04:35.415Z Mediators to change: 2
2032026-04-21T16:04:35.415Z Create boot environment: No
2042026-04-21T16:04:35.415ZCreate backup boot environment: No
2052026-04-21T16:04:35.464Z Done
2062026-04-21T16:04:35.464Z Done
2072026-04-21T16:04:36.088Z Done
2082026-04-21T16:04:38.572Z Done
2092026-04-21T16:04:38.650Z Done
2102026-04-21T16:04:38.658Z Done
2112026-04-21T16:04:38.718Z Done
2122026-04-21T16:04:38.984ZPlanning: Evaluating mediator changes ... Done
2132026-04-21T16:04:39.094ZPlanning: Checking for conflicting actions ... Done
2142026-04-21T16:04:39.101ZPlanning: Consolidating action changes ... Done
2152026-04-21T16:04:39.254ZPlanning: Evaluating mediators ... Done
2162026-04-21T16:04:39.263ZPlanning: Planning completed in 0.27 seconds
2172026-04-21T16:04:39.275Z Mediators to change: 1
2182026-04-21T16:04:39.275Z Create boot environment: No
2192026-04-21T16:04:39.275ZCreate backup boot environment: No
2202026-04-21T16:04:39.309Z Done
2212026-04-21T16:04:39.309Z Done
2222026-04-21T16:04:39.922Z Done
2232026-04-21T16:04:42.415Z Done
2242026-04-21T16:04:42.497Z Done
2252026-04-21T16:04:42.497Z Done
2262026-04-21T16:04:42.624Z Done
2272026-04-21T16:04:42.911ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-04-21T16:04:42.911Zclang system 15 system
2292026-04-21T16:04:42.911Zcsh system system illumos
2302026-04-21T16:04:42.911Zctags system system illumos
2312026-04-21T16:04:42.911Zfile system system illumos
2322026-04-21T16:04:42.911Zgcc vendor 12 vendor
2332026-04-21T16:04:42.911Zgcc system 14 system
2342026-04-21T16:04:42.911Zgcc system 10 system
2352026-04-21T16:04:42.911Zgo system 1.20 system
2362026-04-21T16:04:42.911Zgo system 1.19 system
2372026-04-21T16:04:42.911Zllvm system 15 system
2382026-04-21T16:04:42.911Zllvm system 14 system
2392026-04-21T16:04:42.911Zmariadb system 10.6 system
2402026-04-21T16:04:42.911Zmta vendor vendor dma
2412026-04-21T16:04:42.911Zopenjdk system 17 system
2422026-04-21T16:04:42.911Zopenjdk system 11 system
2432026-04-21T16:04:42.911Zopenjdk system 1.8 system
2442026-04-21T16:04:42.911Zopenssl vendor 3 vendor
2452026-04-21T16:04:42.911Zperl system 5.36 system
2462026-04-21T16:04:42.911Zpostgresql system 18 system
2472026-04-21T16:04:42.911Zpostgresql system 15 system
2482026-04-21T16:04:42.911Zpostgresql system 13 system
2492026-04-21T16:04:42.911Zpython vendor 3 vendor
2502026-04-21T16:04:42.911Zpython system 2 system
2512026-04-21T16:04:42.911Zpython3 system 3.11 system
2522026-04-21T16:04:42.911Zruby system 3.0 system
2532026-04-21T16:04:42.911Zwords vendor vendor american-english
2542026-04-21T16:04:42.912Zwords system system australian-english
2552026-04-21T16:04:42.912Zwords system system british-english
2562026-04-21T16:04:42.912Zwords system system canadian-english
2572026-04-21T16:04:42.912Zwords system system french
2582026-04-21T16:04:42.912Zwords system system italian
2592026-04-21T16:04:42.912Zwords system system ngerman
2602026-04-21T16:04:42.912Zwords system system ogerman
2612026-04-21T16:04:42.912Zwords system system spanish
2622026-04-21T16:04:43.145ZPUBLISHER TYPE STATUS P LOCATION
2632026-04-21T16:04:43.145Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-04-21T16:04:47.769ZFMRI IFO
2652026-04-21T16:04:47.769Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-04-21T16:04:47.769Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-04-21T16:04:47.769Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-04-21T16:04:47.769Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-04-21T16:04:47.769Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-04-21T16:04:47.769Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-04-21T16:04:47.770Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2722026-04-21T16:04:47.770Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2732026-04-21T16:04:47.770Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-04-21T16:04:47.770Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-04-21T16:04:47.770Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-04-21T16:04:47.770Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-04-21T16:04:47.770Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-04-21T16:04:47.770Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-04-21T16:04:47.770Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-04-21T16:04:47.770Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-04-21T16:04:47.770Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-04-21T16:04:48.928Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-04-21T16:04:49.236Z Updating crates.io index
2842026-04-21T16:04:49.240Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-04-21T16:04:49.501Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-04-21T16:04:50.445Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-04-21T16:04:50.901Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-04-21T16:04:51.995Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-04-21T16:04:52.527Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-04-21T16:04:53.859Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-04-21T16:04:54.739Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-04-21T16:04:54.992Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-04-21T16:04:55.619Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-04-21T16:04:56.077Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-04-21T16:05:00.596Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-04-21T16:05:00.617Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-04-21T16:05:00.617Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-04-21T16:05:00.617Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-04-21T16:05:00.638Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-04-21T16:05:00.638Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-04-21T16:05:00.638Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-04-21T16:05:00.638Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-04-21T16:05:00.638Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-04-21T16:05:00.724Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-04-21T16:05:01.132Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-04-21T16:05:01.550Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-04-21T16:05:02.249Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-04-21T16:05:02.690Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-04-21T16:05:03.027Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-04-21T16:05:03.340Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-04-21T16:05:04.763Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-04-21T16:05:06.131Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-04-21T16:05:06.545Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-04-21T16:05:06.812Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-04-21T16:05:07.273Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-04-21T16:05:07.582Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-04-21T16:05:07.977Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-04-21T16:05:08.784Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-04-21T16:05:09.035Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-04-21T16:05:09.311Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-04-21T16:05:09.696Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-04-21T16:05:22.057Z Downloading crates ...
3232026-04-21T16:05:22.109Z Downloaded byteorder v1.5.0
3242026-04-21T16:05:22.118Z Downloaded serde-untagged v0.1.9
3252026-04-21T16:05:22.121Z Downloaded cargo-util-schemas v0.8.2
3262026-04-21T16:05:22.124Z Downloaded thiserror v1.0.69
3272026-04-21T16:05:22.128Z Downloaded unicode-linebreak v0.1.5
3282026-04-21T16:05:22.128Z Downloaded anstyle v1.0.13
3292026-04-21T16:05:22.128Z Downloaded anstream v0.6.21
3302026-04-21T16:05:22.128Z Downloaded camino-tempfile v1.4.1
3312026-04-21T16:05:22.131Z Downloaded camino v1.2.2
3322026-04-21T16:05:22.131Z Downloaded yoke v0.8.1
3332026-04-21T16:05:22.131Z Downloaded usdt-macro v0.5.0
3342026-04-21T16:05:22.135Z Downloaded cfg-if v1.0.4
3352026-04-21T16:05:22.135Z Downloaded cargo-platform v0.2.0
3362026-04-21T16:05:22.135Z Downloaded bytecount v0.6.9
3372026-04-21T16:05:22.139Z Downloaded cargo_metadata v0.21.0
3382026-04-21T16:05:22.139Z Downloaded textwrap v0.16.2
3392026-04-21T16:05:22.142Z Downloaded utf8parse v0.2.2
3402026-04-21T16:05:22.142Z Downloaded usdt v0.5.0
3412026-04-21T16:05:22.142Z Downloaded zerofrom v0.1.6
3422026-04-21T16:05:22.142Z Downloaded utf8_iter v1.0.4
3432026-04-21T16:05:22.142Z Downloaded clap v4.5.60
3442026-04-21T16:05:22.146Z Downloaded usdt-attr-macro v0.5.0
3452026-04-21T16:05:22.150Z Downloaded macaddr v1.0.1
3462026-04-21T16:05:22.150Z Downloaded clap_builder v4.5.60
3472026-04-21T16:05:22.153Z Downloaded typeid v1.0.3
3482026-04-21T16:05:22.153Z Downloaded anstyle-query v1.1.5
3492026-04-21T16:05:22.153Z Downloaded toml_write v0.1.2
3502026-04-21T16:05:22.154Z Downloaded icu_provider v2.1.1
3512026-04-21T16:05:22.157Z Downloaded toml_datetime v0.6.11
3522026-04-21T16:05:22.157Z Downloaded thiserror-impl v1.0.69
3532026-04-21T16:05:22.157Z Downloaded version_check v0.9.5
3542026-04-21T16:05:22.161Z Downloaded yoke-derive v0.8.1
3552026-04-21T16:05:22.161Z Downloaded thiserror v2.0.18
3562026-04-21T16:05:22.161Z Downloaded unicode-xid v0.2.6
3572026-04-21T16:05:22.165Z Downloaded once_cell v1.21.3
3582026-04-21T16:05:22.165Z Downloaded zerovec-derive v0.11.2
3592026-04-21T16:05:22.169Z Downloaded zerofrom-derive v0.1.6
3602026-04-21T16:05:22.169Z Downloaded digest v0.10.7
3612026-04-21T16:05:22.172Z Downloaded getrandom v0.4.1
3622026-04-21T16:05:22.175Z Downloaded serde-value v0.7.0
3632026-04-21T16:05:22.176Z Downloaded heck v0.4.1
3642026-04-21T16:05:22.179Z Downloaded idna_adapter v1.2.1
3652026-04-21T16:05:22.179Z Downloaded pretty-hex v0.4.1
3662026-04-21T16:05:22.179Z Downloaded writeable v0.6.2
3672026-04-21T16:05:22.179Z Downloaded serde_spanned v0.6.9
3682026-04-21T16:05:22.183Z Downloaded is_terminal_polyfill v1.70.2
3692026-04-21T16:05:22.183Z Downloaded thread-id v4.2.2
3702026-04-21T16:05:22.183Z Downloaded generic-array v0.14.7
3712026-04-21T16:05:22.183Z Downloaded usdt-impl v0.5.0
3722026-04-21T16:05:22.186Z Downloaded plain v0.2.3
3732026-04-21T16:05:22.186Z Downloaded clap_lex v1.0.0
3742026-04-21T16:05:22.191Z Downloaded tabled_derive v0.7.0
3752026-04-21T16:05:22.191Z Downloaded fastrand v2.3.0
3762026-04-21T16:05:22.191Z Downloaded proc-macro-error-attr v1.0.4
3772026-04-21T16:05:22.191Z Downloaded form_urlencoded v1.2.2
3782026-04-21T16:05:22.196Z Downloaded zmij v1.0.21
3792026-04-21T16:05:22.196Z Downloaded thiserror-impl v2.0.18
3802026-04-21T16:05:22.196Z Downloaded colorchoice v1.0.4
3812026-04-21T16:05:22.196Z Downloaded equivalent v1.0.2
3822026-04-21T16:05:22.200Z Downloaded swrite v0.1.0
3832026-04-21T16:05:22.200Z Downloaded itoa v1.0.17
3842026-04-21T16:05:22.204Z Downloaded tinystr v0.8.2
3852026-04-21T16:05:22.208Z Downloaded dof v0.3.0
3862026-04-21T16:05:22.208Z Downloaded crypto-common v0.1.7
3872026-04-21T16:05:22.208Z Downloaded block-buffer v0.10.4
3882026-04-21T16:05:22.208Z Downloaded zerocopy-derive v0.7.35
3892026-04-21T16:05:22.212Z Downloaded ucd-trie v0.1.7
3902026-04-21T16:05:22.212Z Downloaded toml v0.8.23
3912026-04-21T16:05:22.216Z Downloaded terminal_size v0.4.3
3922026-04-21T16:05:22.216Z Downloaded strsim v0.11.1
3932026-04-21T16:05:22.219Z Downloaded cpufeatures v0.2.17
3942026-04-21T16:05:22.220Z Downloaded unicode-ident v1.0.24
3952026-04-21T16:05:22.220Z Downloaded percent-encoding v2.3.2
3962026-04-21T16:05:22.223Z Downloaded toml_edit v0.22.27
3972026-04-21T16:05:22.223Z Downloaded scroll_derive v0.12.1
3982026-04-21T16:05:22.227Z Downloaded typenum v1.19.0
3992026-04-21T16:05:22.227Z Downloaded fnv v1.0.7
4002026-04-21T16:05:22.227Z Downloaded dtrace-parser v0.2.0
4012026-04-21T16:05:22.230Z Downloaded heck v0.5.0
4022026-04-21T16:05:22.230Z Downloaded zerotrie v0.2.3
4032026-04-21T16:05:22.235Z Downloaded ordered-float v2.10.1
4042026-04-21T16:05:22.239Z Downloaded stable_deref_trait v1.2.1
4052026-04-21T16:05:22.239Z Downloaded smawk v0.3.2
4062026-04-21T16:05:22.242Z Downloaded url v2.5.8
4072026-04-21T16:05:22.245Z Downloaded potential_utf v0.1.4
4082026-04-21T16:05:22.245Z Downloaded memmap v0.7.0
4092026-04-21T16:05:22.248Z Downloaded sha2 v0.10.9
4102026-04-21T16:05:22.248Z Downloaded zerovec v0.11.5
4112026-04-21T16:05:22.252Z Downloaded fs-err v3.3.0
4122026-04-21T16:05:22.257Z Downloaded synstructure v0.13.2
4132026-04-21T16:05:22.257Z Downloaded erased-serde v0.4.9
4142026-04-21T16:05:22.257Z Downloaded zerocopy v0.7.35
4152026-04-21T16:05:22.264Z Downloaded pest_meta v2.8.6
4162026-04-21T16:05:22.267Z Downloaded winnow v0.7.14
4172026-04-21T16:05:22.270Z Downloaded semver v1.0.27
4182026-04-21T16:05:22.273Z Downloaded anstyle-parse v0.2.7
4192026-04-21T16:05:22.273Z Downloaded cargo_toml v0.21.0
4202026-04-21T16:05:22.273Z Downloaded errno v0.3.14
4212026-04-21T16:05:22.273Z Downloaded proc-macro-error v1.0.4
4222026-04-21T16:05:22.277Z Downloaded unicode-width v0.2.0
4232026-04-21T16:05:22.280Z Downloaded unicode-width v0.1.14
4242026-04-21T16:05:22.284Z Downloaded serde_tokenstream v0.2.3
4252026-04-21T16:05:22.284Z Downloaded autocfg v1.5.0
4262026-04-21T16:05:22.284Z Downloaded displaydoc v0.2.5
4272026-04-21T16:05:22.287Z Downloaded quote v1.0.44
4282026-04-21T16:05:22.291Z Downloaded tempfile v3.25.0
4292026-04-21T16:05:22.303Z Downloaded bitflags v2.11.0
4302026-04-21T16:05:22.306Z Downloaded scroll v0.12.0
4312026-04-21T16:05:22.306Z Downloaded memchr v2.8.0
4322026-04-21T16:05:22.309Z Downloaded pest_derive v2.8.6
4332026-04-21T16:05:22.310Z Downloaded litemap v0.8.1
4342026-04-21T16:05:22.314Z Downloaded clap_derive v4.5.55
4352026-04-21T16:05:22.317Z Downloaded pest_generator v2.8.6
4362026-04-21T16:05:22.317Z Downloaded smallvec v1.15.1
4372026-04-21T16:05:22.325Z Downloaded serde_core v1.0.228
4382026-04-21T16:05:22.328Z Downloaded icu_properties v2.1.2
4392026-04-21T16:05:22.336Z Downloaded num-traits v0.2.19
4402026-04-21T16:05:22.340Z Downloaded anyhow v1.0.102
4412026-04-21T16:05:22.343Z Downloaded log v0.4.29
4422026-04-21T16:05:22.348Z Downloaded papergrid v0.11.0
4432026-04-21T16:05:22.351Z Downloaded serde_derive v1.0.228
4442026-04-21T16:05:22.366Z Downloaded icu_normalizer v2.1.1
4452026-04-21T16:05:22.369Z Downloaded icu_locale_core v2.1.1
4462026-04-21T16:05:22.373Z Downloaded proc-macro2 v1.0.106
4472026-04-21T16:05:22.385Z Downloaded serde v1.0.228
4482026-04-21T16:05:22.389Z Downloaded icu_normalizer_data v2.1.1
4492026-04-21T16:05:22.389Z Downloaded icu_collections v2.1.1
4502026-04-21T16:05:22.394Z Downloaded indexmap v2.13.0
4512026-04-21T16:05:22.416Z Downloaded pest v2.8.6
4522026-04-21T16:05:22.431Z Downloaded idna v1.1.0
4532026-04-21T16:05:22.438Z Downloaded hashbrown v0.16.1
4542026-04-21T16:05:22.441Z Downloaded icu_properties_data v2.1.2
4552026-04-21T16:05:22.448Z Downloaded serde_json v1.0.149
4562026-04-21T16:05:22.451Z Downloaded goblin v0.8.2
4572026-04-21T16:05:22.474Z Downloaded tabled v0.15.0
4582026-04-21T16:05:22.482Z Downloaded syn v1.0.109
4592026-04-21T16:05:22.487Z Downloaded syn v2.0.117
4602026-04-21T16:05:22.508Z Downloaded rustix v1.1.3
4612026-04-21T16:05:22.538Z Downloaded libc v0.2.185
4622026-04-21T16:05:22.609Z Compiling proc-macro2 v1.0.106
4632026-04-21T16:05:22.609Z Compiling quote v1.0.44
4642026-04-21T16:05:22.613Z Compiling unicode-ident v1.0.24
4652026-04-21T16:05:22.613Z Compiling serde_core v1.0.228
4662026-04-21T16:05:22.613Z Compiling libc v0.2.185
4672026-04-21T16:05:22.613Z Compiling version_check v0.9.5
4682026-04-21T16:05:22.613Z Compiling memchr v2.8.0
4692026-04-21T16:05:22.613Z Compiling stable_deref_trait v1.2.1
4702026-04-21T16:05:22.933Z Compiling serde v1.0.228
4712026-04-21T16:05:22.992Z Compiling zmij v1.0.21
4722026-04-21T16:05:23.459Z Compiling itoa v1.0.17
4732026-04-21T16:05:23.529Z Compiling autocfg v1.5.0
4742026-04-21T16:05:23.603Z Compiling ucd-trie v0.1.7
4752026-04-21T16:05:23.607Z Compiling thiserror v1.0.69
4762026-04-21T16:05:23.715Z Compiling litemap v0.8.1
4772026-04-21T16:05:23.853Z Compiling pest v2.8.6
4782026-04-21T16:05:23.870Z Compiling writeable v0.6.2
4792026-04-21T16:05:23.991Z Compiling icu_normalizer_data v2.1.1
4802026-04-21T16:05:24.085Z Compiling icu_properties_data v2.1.2
4812026-04-21T16:05:24.104Z Compiling byteorder v1.5.0
4822026-04-21T16:05:24.188Z Compiling rustix v1.1.3
4832026-04-21T16:05:24.371Z Compiling errno v0.3.14
4842026-04-21T16:05:24.391Z Compiling bitflags v2.11.0
4852026-04-21T16:05:24.487Z Compiling syn v2.0.117
4862026-04-21T16:05:24.526Z Compiling serde_json v1.0.149
4872026-04-21T16:05:24.632Z Compiling num-traits v0.2.19
4882026-04-21T16:05:24.733Z Compiling typeid v1.0.3
4892026-04-21T16:05:24.751Z Compiling hashbrown v0.16.1
4902026-04-21T16:05:24.996Z Compiling pest_meta v2.8.6
4912026-04-21T16:05:25.014Z Compiling equivalent v1.0.2
4922026-04-21T16:05:25.099Z Compiling smallvec v1.15.1
4932026-04-21T16:05:25.279Z Compiling indexmap v2.13.0
4942026-04-21T16:05:25.307Z Compiling thread-id v4.2.2
4952026-04-21T16:05:25.353Z Compiling usdt-impl v0.5.0
4962026-04-21T16:05:25.392Z Compiling proc-macro-error-attr v1.0.4
4972026-04-21T16:05:25.425Z Compiling winnow v0.7.14
4982026-04-21T16:05:25.558Z Compiling toml_write v0.1.2
4992026-04-21T16:05:25.712Z Compiling erased-serde v0.4.9
5002026-04-21T16:05:26.191Z Compiling syn v1.0.109
5012026-04-21T16:05:26.191Z Compiling proc-macro-error v1.0.4
5022026-04-21T16:05:26.191Z Compiling getrandom v0.4.1
5032026-04-21T16:05:26.298Z Compiling thiserror v2.0.18
5042026-04-21T16:05:26.465Z Compiling plain v0.2.3
5052026-04-21T16:05:26.529Z Compiling log v0.4.29
5062026-04-21T16:05:26.575Z Compiling utf8parse v0.2.2
5072026-04-21T16:05:26.593Z Compiling percent-encoding v2.3.2
5082026-04-21T16:05:26.608Z Compiling camino v1.2.2
5092026-04-21T16:05:26.633Z Compiling utf8_iter v1.0.4
5102026-04-21T16:05:26.690Z Compiling anstyle-parse v0.2.7
5112026-04-21T16:05:26.779Z Compiling form_urlencoded v1.2.2
5122026-04-21T16:05:26.819Z Compiling ordered-float v2.10.1
5132026-04-21T16:05:26.971Z Compiling terminal_size v0.4.3
5142026-04-21T16:05:27.007Z Compiling colorchoice v1.0.4
5152026-04-21T16:05:27.075Z Compiling synstructure v0.13.2
5162026-04-21T16:05:27.128Z Compiling pest_generator v2.8.6
5172026-04-21T16:05:27.146Z Compiling anstyle-query v1.1.5
5182026-04-21T16:05:27.202Z Compiling is_terminal_polyfill v1.70.2
5192026-04-21T16:05:27.256Z Compiling cfg-if v1.0.4
5202026-04-21T16:05:27.297Z Compiling anstyle v1.0.13
5212026-04-21T16:05:27.333Z Compiling pretty-hex v0.4.1
5222026-04-21T16:05:27.417Z Compiling serde-untagged v0.1.9
5232026-04-21T16:05:27.523Z Compiling anstream v0.6.21
5242026-04-21T16:05:27.638Z Compiling semver v1.0.27
5252026-04-21T16:05:27.709Z Compiling fs-err v3.3.0
5262026-04-21T16:05:27.893Z Compiling once_cell v1.21.3
5272026-04-21T16:05:27.912Z Compiling fnv v1.0.7
5282026-04-21T16:05:27.938Z Compiling clap_lex v1.0.0
5292026-04-21T16:05:27.969Z Compiling bytecount v0.6.9
5302026-04-21T16:05:27.996Z Compiling anyhow v1.0.102
5312026-04-21T16:05:28.015Z Compiling strsim v0.11.1
5322026-04-21T16:05:28.118Z Compiling heck v0.4.1
5332026-04-21T16:05:28.184Z Compiling heck v0.5.0
5342026-04-21T16:05:28.309Z Compiling unicode-width v0.1.14
5352026-04-21T16:05:28.350Z Compiling unicode-xid v0.2.6
5362026-04-21T16:05:28.386Z Compiling fastrand v2.3.0
5372026-04-21T16:05:28.445Z Compiling clap_builder v4.5.60
5382026-04-21T16:05:28.581Z Compiling tempfile v3.25.0
5392026-04-21T16:05:28.639Z Compiling papergrid v0.11.0
5402026-04-21T16:05:28.643Z Compiling memmap v0.7.0
5412026-04-21T16:05:28.647Z Compiling unicode-linebreak v0.1.5
5422026-04-21T16:05:28.782Z Compiling serde_derive v1.0.228
5432026-04-21T16:05:28.814Z Compiling zerofrom-derive v0.1.6
5442026-04-21T16:05:28.893Z Compiling yoke-derive v0.8.1
5452026-04-21T16:05:28.959Z Compiling zerovec-derive v0.11.2
5462026-04-21T16:05:29.013Z Compiling displaydoc v0.2.5
5472026-04-21T16:05:29.751Z Compiling thiserror-impl v1.0.69
5482026-04-21T16:05:30.036Z Compiling zerocopy-derive v0.7.35
5492026-04-21T16:05:30.062Z Compiling pest_derive v2.8.6
5502026-04-21T16:05:30.075Z Compiling scroll_derive v0.12.1
5512026-04-21T16:05:30.209Z Compiling zerofrom v0.1.6
5522026-04-21T16:05:30.345Z Compiling yoke v0.8.1
5532026-04-21T16:05:30.498Z Compiling thiserror-impl v2.0.18
5542026-04-21T16:05:30.545Z Compiling zerovec v0.11.5
5552026-04-21T16:05:30.751Z Compiling zerotrie v0.2.3
5562026-04-21T16:05:30.923Z Compiling zerocopy v0.7.35
5572026-04-21T16:05:31.033Z Compiling tinystr v0.8.2
5582026-04-21T16:05:31.077Z Compiling potential_utf v0.1.4
5592026-04-21T16:05:31.161Z Compiling dtrace-parser v0.2.0
5602026-04-21T16:05:31.235Z Compiling icu_locale_core v2.1.1
5612026-04-21T16:05:31.257Z Compiling icu_collections v2.1.1
5622026-04-21T16:05:31.480Z Compiling scroll v0.12.0
5632026-04-21T16:05:31.486Z Compiling tabled_derive v0.7.0
5642026-04-21T16:05:31.671Z Compiling clap_derive v4.5.55
5652026-04-21T16:05:31.740Z Compiling goblin v0.8.2
5662026-04-21T16:05:31.935Z Compiling icu_provider v2.1.1
5672026-04-21T16:05:31.970Z Compiling unicode-width v0.2.0
5682026-04-21T16:05:32.146Z Compiling smawk v0.3.2
5692026-04-21T16:05:32.242Z Compiling serde_spanned v0.6.9
5702026-04-21T16:05:32.261Z Compiling toml_datetime v0.6.11
5712026-04-21T16:05:32.265Z Compiling icu_properties v2.1.2
5722026-04-21T16:05:32.298Z Compiling icu_normalizer v2.1.1
5732026-04-21T16:05:32.315Z Compiling dof v0.3.0
5742026-04-21T16:05:32.388Z Compiling serde_tokenstream v0.2.3
5752026-04-21T16:05:32.424Z Compiling serde-value v0.7.0
5762026-04-21T16:05:32.531Z Compiling toml_edit v0.22.27
5772026-04-21T16:05:32.757Z Compiling cargo-platform v0.2.0
5782026-04-21T16:05:32.859Z Compiling tabled v0.15.0
5792026-04-21T16:05:32.894Z Compiling textwrap v0.16.2
5802026-04-21T16:05:33.038Z Compiling macaddr v1.0.1
5812026-04-21T16:05:33.286Z Compiling idna_adapter v1.2.1
5822026-04-21T16:05:33.370Z Compiling usdt-attr-macro v0.5.0
5832026-04-21T16:05:33.390Z Compiling usdt-macro v0.5.0
5842026-04-21T16:05:33.410Z Compiling idna v1.1.0
5852026-04-21T16:05:33.436Z Compiling camino-tempfile v1.4.1
5862026-04-21T16:05:33.533Z Compiling clap v4.5.60
5872026-04-21T16:05:33.966Z Compiling url v2.5.8
5882026-04-21T16:05:33.993Z Compiling swrite v0.1.0
5892026-04-21T16:05:34.034Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5902026-04-21T16:05:34.069Z Compiling toml v0.8.23
5912026-04-21T16:05:34.694Z Compiling cargo-util-schemas v0.8.2
5922026-04-21T16:05:34.713Z Compiling cargo_toml v0.21.0
5932026-04-21T16:05:34.784Z Compiling usdt v0.5.0
5942026-04-21T16:05:35.550Z Compiling cargo_metadata v0.21.0
5952026-04-21T16:05:36.483Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-04-21T16:05:38.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.85s
5972026-04-21T16:05:38.857Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-04-21T16:05:39.430Z Downloading crates ...
5992026-04-21T16:05:39.526Z Downloaded async-stream v0.3.6
6002026-04-21T16:05:39.529Z Downloaded adler2 v2.0.1
6012026-04-21T16:05:39.538Z Downloaded async-recursion v1.1.1
6022026-04-21T16:05:39.541Z Downloaded array-init v0.0.4
6032026-04-21T16:05:39.546Z Downloaded ascii-canvas v3.0.0
6042026-04-21T16:05:39.551Z Downloaded assert_matches v1.5.0
6052026-04-21T16:05:39.554Z Downloaded argon2 v0.5.3
6062026-04-21T16:05:39.554Z Downloaded cfg_aliases v0.1.1
6072026-04-21T16:05:39.554Z Downloaded aead v0.5.2
6082026-04-21T16:05:39.560Z Downloaded crossbeam-utils v0.8.21
6092026-04-21T16:05:39.568Z Downloaded arrayvec v0.7.6
6102026-04-21T16:05:39.571Z Downloaded arrayref v0.3.9
6112026-04-21T16:05:39.571Z Downloaded crc32fast v1.5.0
6122026-04-21T16:05:39.575Z Downloaded cobs v0.3.0
6132026-04-21T16:05:39.578Z Downloaded cargo-platform v0.1.9
6142026-04-21T16:05:39.581Z Downloaded crossterm v0.29.0
6152026-04-21T16:05:39.585Z Downloaded dsl_auto_type v0.2.0
6162026-04-21T16:05:39.585Z Downloaded crossterm v0.28.1
6172026-04-21T16:05:39.588Z Downloaded bcrypt-pbkdf v0.10.0
6182026-04-21T16:05:39.593Z Downloaded async-bb8-diesel v0.2.1
6192026-04-21T16:05:39.593Z Downloaded drift v0.1.3
6202026-04-21T16:05:39.598Z Downloaded derive-ex v0.1.8
6212026-04-21T16:05:39.598Z Downloaded bit-set v0.8.0
6222026-04-21T16:05:39.598Z Downloaded base16ct v0.2.0
6232026-04-21T16:05:39.607Z Downloaded deranged v0.5.8
6242026-04-21T16:05:39.607Z Downloaded atomicwrites v0.4.4
6252026-04-21T16:05:39.607Z Downloaded darling_macro v0.23.0
6262026-04-21T16:05:39.607Z Downloaded bitfield-macros v0.19.4
6272026-04-21T16:05:39.607Z Downloaded bit-set v0.5.3
6282026-04-21T16:05:39.611Z Downloaded diff v0.1.13
6292026-04-21T16:05:39.611Z Downloaded curve25519-dalek-derive v0.1.1
6302026-04-21T16:05:39.611Z Downloaded darling_macro v0.21.3
6312026-04-21T16:05:39.612Z Downloaded cfg_aliases v0.2.1
6322026-04-21T16:05:39.612Z Downloaded async-stream-impl v0.3.6
6332026-04-21T16:05:39.612Z Downloaded der_derive v0.7.3
6342026-04-21T16:05:39.612Z Downloaded dof v0.4.0
6352026-04-21T16:05:39.612Z Downloaded atomic-waker v1.1.2
6362026-04-21T16:05:39.612Z Downloaded darling_macro v0.20.11
6372026-04-21T16:05:39.616Z Downloaded diesel-dtrace v0.5.0
6382026-04-21T16:05:39.616Z Downloaded csv-core v0.1.13
6392026-04-21T16:05:39.616Z Downloaded ciborium-io v0.2.2
6402026-04-21T16:05:39.616Z Downloaded darling v0.20.11
6412026-04-21T16:05:39.620Z Downloaded endian-type v0.1.2
6422026-04-21T16:05:39.620Z Downloaded daft v0.1.5
6432026-04-21T16:05:39.624Z Downloaded dirs-next v2.0.0
6442026-04-21T16:05:39.624Z Downloaded defmt-parser v1.0.0
6452026-04-21T16:05:39.624Z Downloaded ctr v0.9.2
6462026-04-21T16:05:39.624Z Downloaded convert_case v0.4.0
6472026-04-21T16:05:39.624Z Downloaded dyn-clone v1.0.20
6482026-04-21T16:05:39.628Z Downloaded dunce v1.0.5
6492026-04-21T16:05:39.628Z Downloaded defmt-macros v1.0.1
6502026-04-21T16:05:39.631Z Downloaded fd-lock v4.0.4
6512026-04-21T16:05:39.631Z Downloaded cstr-argument v0.1.2
6522026-04-21T16:05:39.631Z Downloaded ciborium v0.2.2
6532026-04-21T16:05:39.634Z Downloaded cbc v0.1.2
6542026-04-21T16:05:39.634Z Downloaded ar_archive_writer v0.5.1
6552026-04-21T16:05:39.638Z Downloaded allocator-api2 v0.2.21
6562026-04-21T16:05:39.641Z Downloaded cipher v0.4.4
6572026-04-21T16:05:39.641Z Downloaded camino-tempfile-ext v0.3.3
6582026-04-21T16:05:39.641Z Downloaded defmt v0.3.100
6592026-04-21T16:05:39.645Z Downloaded crc-catalog v2.4.0
6602026-04-21T16:05:39.645Z Downloaded bitfield-struct v0.6.2
6612026-04-21T16:05:39.645Z Downloaded crucible-workspace-hack v0.1.0
6622026-04-21T16:05:39.645Z Downloaded ahash v0.8.12
6632026-04-21T16:05:39.648Z Downloaded debug-ignore v1.0.5
6642026-04-21T16:05:39.651Z Downloaded float-cmp v0.10.0
6652026-04-21T16:05:39.651Z Downloaded display-error-chain v0.2.2
6662026-04-21T16:05:39.654Z Downloaded crc v3.4.0
6672026-04-21T16:05:39.654Z Downloaded atty v0.2.14
6682026-04-21T16:05:39.658Z Downloaded crunchy v0.2.4
6692026-04-21T16:05:39.661Z Downloaded difflib v0.4.0
6702026-04-21T16:05:39.665Z Downloaded bb8 v0.8.6
6712026-04-21T16:05:39.668Z Downloaded foreign-types v0.3.2
6722026-04-21T16:05:39.671Z Downloaded cpufeatures v0.3.0
6732026-04-21T16:05:39.671Z Downloaded foreign-types-macros v0.2.3
6742026-04-21T16:05:39.671Z Downloaded compression-core v0.4.31
6752026-04-21T16:05:39.671Z Downloaded ciborium-ll v0.2.2
6762026-04-21T16:05:39.676Z Downloaded block-padding v0.3.3
6772026-04-21T16:05:39.679Z Downloaded funty v2.0.0
6782026-04-21T16:05:39.679Z Downloaded foreign-types-shared v0.3.1
6792026-04-21T16:05:39.679Z Downloaded dtrace-parser v0.3.0
6802026-04-21T16:05:39.683Z Downloaded castaway v0.2.4
6812026-04-21T16:05:39.683Z Downloaded bitfield v0.19.4
6822026-04-21T16:05:39.683Z Downloaded bit-vec v0.6.3
6832026-04-21T16:05:39.686Z Downloaded env_filter v1.0.0
6842026-04-21T16:05:39.686Z Downloaded cargo_metadata v0.19.2
6852026-04-21T16:05:39.690Z Downloaded bit-vec v0.8.0
6862026-04-21T16:05:39.690Z Downloaded foreign-types-shared v0.1.1
6872026-04-21T16:05:39.690Z Downloaded downcast-rs v2.0.2
6882026-04-21T16:05:39.690Z Downloaded document-features v0.2.12
6892026-04-21T16:05:39.699Z Downloaded flagset v0.4.7
6902026-04-21T16:05:39.699Z Downloaded dirs-sys-next v0.1.2
6912026-04-21T16:05:39.700Z Downloaded crc8 v0.1.1
6922026-04-21T16:05:39.700Z Downloaded fixedbitset v0.4.2
6932026-04-21T16:05:39.700Z Downloaded futures-core v0.3.32
6942026-04-21T16:05:39.700Z Downloaded cexpr v0.6.0
6952026-04-21T16:05:39.700Z Downloaded bcs v0.1.6
6962026-04-21T16:05:39.703Z Downloaded base64ct v1.8.3
6972026-04-21T16:05:39.703Z Downloaded elliptic-curve v0.13.8
6982026-04-21T16:05:39.707Z Downloaded dropshot-api-manager-types v0.6.0
6992026-04-21T16:05:39.707Z Downloaded bzip2 v0.4.4
7002026-04-21T16:05:39.707Z Downloaded blowfish v0.9.1
7012026-04-21T16:05:39.707Z Downloaded bitflags v1.3.2
7022026-04-21T16:05:39.712Z Downloaded gethostname v0.5.0
7032026-04-21T16:05:39.712Z Downloaded futures-sink v0.3.32
7042026-04-21T16:05:39.712Z Downloaded futures-macro v0.3.32
7052026-04-21T16:05:39.717Z Downloaded async-trait v0.1.89
7062026-04-21T16:05:39.717Z Downloaded hash32 v0.3.1
7072026-04-21T16:05:39.717Z Downloaded globwalk v0.9.1
7082026-04-21T16:05:39.717Z Downloaded float-ord v0.3.2
7092026-04-21T16:05:39.722Z Downloaded hash32 v0.2.1
7102026-04-21T16:05:39.722Z Downloaded enum-as-inner v0.6.1
7112026-04-21T16:05:39.722Z Downloaded futures-task v0.3.32
7122026-04-21T16:05:39.722Z Downloaded futures-io v0.3.32
7132026-04-21T16:05:39.722Z Downloaded derive_builder_macro v0.20.2
7142026-04-21T16:05:39.731Z Downloaded fxhash v0.2.1
7152026-04-21T16:05:39.731Z Downloaded diesel_table_macro_syntax v0.3.0
7162026-04-21T16:05:39.731Z Downloaded const_format_proc_macros v0.2.34
7172026-04-21T16:05:39.735Z Downloaded compression-codecs v0.4.37
7182026-04-21T16:05:39.735Z Downloaded convert_case v0.10.0
7192026-04-21T16:05:39.735Z Downloaded cmake v0.1.57
7202026-04-21T16:05:39.735Z Downloaded buf-list v1.1.2
7212026-04-21T16:05:39.735Z Downloaded headers-core v0.3.0
7222026-04-21T16:05:39.735Z Downloaded hex v0.4.3
7232026-04-21T16:05:39.739Z Downloaded git-stub v1.0.0
7242026-04-21T16:05:39.739Z Downloaded constant_time_eq v0.4.2
7252026-04-21T16:05:39.744Z Downloaded home v0.5.12
7262026-04-21T16:05:39.747Z Downloaded http-body v1.0.1
7272026-04-21T16:05:39.747Z Downloaded corncobs v0.1.4
7282026-04-21T16:05:39.747Z Downloaded byte-wrapper v0.1.0
7292026-04-21T16:05:39.750Z Downloaded embedded-io v0.6.1
7302026-04-21T16:05:39.750Z Downloaded hostname v0.4.2
7312026-04-21T16:05:39.754Z Downloaded hubpack v0.1.2
7322026-04-21T16:05:39.754Z Downloaded httpdate v1.0.3
7332026-04-21T16:05:39.754Z Downloaded fs-err v2.11.0
7342026-04-21T16:05:39.758Z Downloaded colored v3.1.1
7352026-04-21T16:05:39.758Z Downloaded http-range v0.1.5
7362026-04-21T16:05:39.758Z Downloaded crossbeam-deque v0.8.6
7372026-04-21T16:05:39.761Z Downloaded ff v0.13.1
7382026-04-21T16:05:39.761Z Downloaded chacha20 v0.10.0
7392026-04-21T16:05:39.765Z Downloaded hostname v0.3.1
7402026-04-21T16:05:39.765Z Downloaded fallible-iterator v0.2.0
7412026-04-21T16:05:39.765Z Downloaded daft-derive v0.1.5
7422026-04-21T16:05:39.768Z Downloaded fs_extra v1.3.0
7432026-04-21T16:05:39.768Z Downloaded erased-serde v0.3.31
7442026-04-21T16:05:39.771Z Downloaded env_logger v0.11.9
7452026-04-21T16:05:39.771Z Downloaded hyper-tls v0.6.0
7462026-04-21T16:05:39.771Z Downloaded ecdsa v0.16.9
7472026-04-21T16:05:39.775Z Downloaded colored v2.2.0
7482026-04-21T16:05:39.775Z Downloaded embedded-io v0.4.0
7492026-04-21T16:05:39.778Z Downloaded foldhash v0.1.5
7502026-04-21T16:05:39.778Z Downloaded filetime v0.2.27
7512026-04-21T16:05:39.778Z Downloaded chacha20poly1305 v0.10.1
7522026-04-21T16:05:39.782Z Downloaded globset v0.4.18
7532026-04-21T16:05:39.782Z Downloaded futures-executor v0.3.32
7542026-04-21T16:05:39.782Z Downloaded foldhash v0.2.0
7552026-04-21T16:05:39.785Z Downloaded ident_case v1.0.1
7562026-04-21T16:05:39.785Z Downloaded ena v0.14.4
7572026-04-21T16:05:39.785Z Downloaded hubpack_derive v0.1.1
7582026-04-21T16:05:39.785Z Downloaded data-encoding v2.10.0
7592026-04-21T16:05:39.785Z Downloaded darling v0.21.3
7602026-04-21T16:05:39.789Z Downloaded indoc v1.0.9
7612026-04-21T16:05:39.793Z Downloaded indent_write v2.2.0
7622026-04-21T16:05:39.793Z Downloaded either v1.15.0
7632026-04-21T16:05:39.793Z Downloaded darling_core v0.21.3
7642026-04-21T16:05:39.797Z Downloaded instability v0.3.11
7652026-04-21T16:05:39.797Z Downloaded inout v0.1.4
7662026-04-21T16:05:39.797Z Downloaded bzip2 v0.6.1
7672026-04-21T16:05:39.801Z Downloaded clang-sys v1.8.1
7682026-04-21T16:05:39.801Z Downloaded fixedbitset v0.5.7
7692026-04-21T16:05:39.801Z Downloaded critical-section v1.2.0
7702026-04-21T16:05:39.804Z Downloaded cassowary v0.3.0
7712026-04-21T16:05:39.804Z Downloaded foreign-types v0.5.0
7722026-04-21T16:05:39.804Z Downloaded cookie v0.18.1
7732026-04-21T16:05:39.808Z Downloaded blake2 v0.10.6
7742026-04-21T16:05:39.808Z Downloaded console v0.16.2
7752026-04-21T16:05:39.811Z Downloaded backon v1.6.0
7762026-04-21T16:05:39.811Z Downloaded const-oid v0.9.6
7772026-04-21T16:05:39.811Z Downloaded hex-literal v0.4.1
7782026-04-21T16:05:39.815Z Downloaded ghash v0.5.1
7792026-04-21T16:05:39.815Z Downloaded group v0.13.0
7802026-04-21T16:05:39.815Z Downloaded find-msvc-tools v0.1.9
7812026-04-21T16:05:39.815Z Downloaded glob v0.3.3
7822026-04-21T16:05:39.819Z Downloaded git-stub-vcs v0.1.0
7832026-04-21T16:05:39.819Z Downloaded ed25519 v2.2.3
7842026-04-21T16:05:39.819Z Downloaded keccak v0.1.6
7852026-04-21T16:05:39.823Z Downloaded console v0.15.11
7862026-04-21T16:05:39.823Z Downloaded cookie_store v0.22.1
7872026-04-21T16:05:39.823Z Downloaded backoff v0.4.0
7882026-04-21T16:05:39.826Z Downloaded internet-checksum v0.2.1
7892026-04-21T16:05:39.826Z Downloaded instant v0.1.13
7902026-04-21T16:05:39.826Z Downloaded cancel-safe-futures v0.1.5
7912026-04-21T16:05:39.831Z Downloaded lazy_static v1.5.0
7922026-04-21T16:05:39.831Z Downloaded is_ci v1.2.0
7932026-04-21T16:05:39.834Z Downloaded is-terminal v0.4.17
7942026-04-21T16:05:39.834Z Downloaded lalrpop-util v0.19.12
7952026-04-21T16:05:39.834Z Downloaded arc-swap v1.8.2
7962026-04-21T16:05:39.834Z Downloaded derive_builder_core v0.20.2
7972026-04-21T16:05:39.838Z Downloaded humantime v2.3.0
7982026-04-21T16:05:39.841Z Downloaded libscf-sys v1.1.0
7992026-04-21T16:05:39.845Z Downloaded des v0.8.1
8002026-04-21T16:05:39.845Z Downloaded darling v0.23.0
8012026-04-21T16:05:39.848Z Downloaded lru v0.12.5
8022026-04-21T16:05:39.851Z Downloaded lzss v0.8.2
8032026-04-21T16:05:39.851Z Downloaded lru-cache v0.1.2
8042026-04-21T16:05:39.855Z Downloaded md5 v0.7.0
8052026-04-21T16:05:39.855Z Downloaded managed v0.8.0
8062026-04-21T16:05:39.858Z Downloaded async-compression v0.4.41
8072026-04-21T16:05:39.862Z Downloaded impl-trait-for-tuples v0.2.3
8082026-04-21T16:05:39.862Z Downloaded getrandom v0.2.17
8092026-04-21T16:05:39.867Z Downloaded ingot v0.1.1
8102026-04-21T16:05:39.867Z Downloaded md-5 v0.10.6
8112026-04-21T16:05:39.867Z Downloaded indoc v2.0.7
8122026-04-21T16:05:39.871Z Downloaded http-body-util v0.1.3
8132026-04-21T16:05:39.871Z Downloaded defmt v1.0.1
8142026-04-21T16:05:39.871Z Downloaded hyper-staticfile v0.10.1
8152026-04-21T16:05:39.883Z Downloaded nibble_vec v0.1.0
8162026-04-21T16:05:39.883Z Downloaded linked-hash-map v0.5.6
8172026-04-21T16:05:39.883Z Downloaded match_cfg v0.1.0
8182026-04-21T16:05:39.887Z Downloaded maplit v1.0.2
8192026-04-21T16:05:39.888Z Downloaded memoffset v0.9.1
8202026-04-21T16:05:39.888Z Downloaded chacha20 v0.9.1
8212026-04-21T16:05:39.888Z Downloaded crc-any v2.5.0
8222026-04-21T16:05:39.888Z Downloaded maybe-uninit v2.0.0
8232026-04-21T16:05:39.888Z Downloaded nodrop v0.1.14
8242026-04-21T16:05:39.888Z Downloaded newline-converter v0.3.0
8252026-04-21T16:05:39.888Z Downloaded new_debug_unreachable v1.0.6
8262026-04-21T16:05:39.893Z Downloaded multimap v0.10.1
8272026-04-21T16:05:39.893Z Downloaded ipnetwork v0.21.1
8282026-04-21T16:05:39.893Z Downloaded crossbeam-epoch v0.9.18
8292026-04-21T16:05:39.896Z Downloaded normalize-line-endings v0.3.0
8302026-04-21T16:05:39.896Z Downloaded ipnet v2.11.0
8312026-04-21T16:05:39.900Z Downloaded futures-channel v0.3.32
8322026-04-21T16:05:39.903Z Downloaded kstat-rs v0.2.4
8332026-04-21T16:05:39.903Z Downloaded futures v0.3.32
8342026-04-21T16:05:39.907Z Downloaded num-conv v0.2.0
8352026-04-21T16:05:39.910Z Downloaded num_enum_derive v0.5.11
8362026-04-21T16:05:39.910Z Downloaded half v1.8.3
8372026-04-21T16:05:39.914Z Downloaded httparse v1.10.1
8382026-04-21T16:05:39.917Z Downloaded libloading v0.8.9
8392026-04-21T16:05:39.932Z Downloaded openssl-macros v0.1.1
8402026-04-21T16:05:39.936Z Downloaded opaque-debug v0.3.1
8412026-04-21T16:05:39.936Z Downloaded olpc-cjson v0.1.4
8422026-04-21T16:05:39.936Z Downloaded num-derive v0.4.2
8432026-04-21T16:05:39.936Z Downloaded num v0.4.3
8442026-04-21T16:05:39.939Z Downloaded nonempty v0.12.0
8452026-04-21T16:05:39.939Z Downloaded newtype_derive v0.1.6
8462026-04-21T16:05:39.939Z Downloaded newtype-uuid-macros v0.1.0
8472026-04-21T16:05:39.939Z Downloaded lru-slab v0.1.2
8482026-04-21T16:05:39.943Z Downloaded libefi-sys v0.1.0
8492026-04-21T16:05:39.943Z Downloaded native-tls v0.2.18
8502026-04-21T16:05:39.943Z Downloaded derive_builder v0.20.2
8512026-04-21T16:05:39.946Z Downloaded ingot-types v0.1.2
8522026-04-21T16:05:39.946Z Downloaded dropshot_endpoint v0.17.0
8532026-04-21T16:05:39.950Z Downloaded dropshot_endpoint v0.16.7
8542026-04-21T16:05:39.950Z Downloaded openssl-probe v0.2.1
8552026-04-21T16:05:39.953Z Downloaded openssl-probe v0.1.6
8562026-04-21T16:05:39.953Z Downloaded derive_more v0.99.20
8572026-04-21T16:05:39.957Z Downloaded num-iter v0.1.45
8582026-04-21T16:05:39.957Z Downloaded num-derive v0.3.3
8592026-04-21T16:05:39.957Z Downloaded getrandom v0.3.4
8602026-04-21T16:05:39.960Z Downloaded nanorand v0.7.0
8612026-04-21T16:05:39.961Z Downloaded oso-derive v0.27.3
8622026-04-21T16:05:39.964Z Downloaded const_format v0.2.35
8632026-04-21T16:05:39.964Z Downloaded base64 v0.22.1
8642026-04-21T16:05:39.967Z Downloaded hmac v0.12.1
8652026-04-21T16:05:39.967Z Downloaded highway v1.3.0
8662026-04-21T16:05:39.971Z Downloaded linear-map v1.2.0
8672026-04-21T16:05:39.971Z Downloaded iana-time-zone v0.1.65
8682026-04-21T16:05:39.974Z Downloaded hyper-rustls v0.27.7
8692026-04-21T16:05:39.974Z Downloaded packed_struct_codegen v0.10.1
8702026-04-21T16:05:39.974Z Downloaded mime v0.3.17
8712026-04-21T16:05:39.978Z Downloaded libsw v3.5.0
8722026-04-21T16:05:39.978Z Downloaded compact_str v0.8.1
8732026-04-21T16:05:39.981Z Downloaded mime_guess v2.0.5
8742026-04-21T16:05:39.981Z Downloaded lock_api v0.4.14
8752026-04-21T16:05:39.981Z Downloaded cc v1.2.56
8762026-04-21T16:05:39.985Z Downloaded parse-size v1.1.0
8772026-04-21T16:05:39.985Z Downloaded parse-display v0.10.0
8782026-04-21T16:05:39.985Z Downloaded num-complex v0.4.6
8792026-04-21T16:05:39.985Z Downloaded path-slash v0.1.5
8802026-04-21T16:05:39.989Z Downloaded jobserver v0.1.34
8812026-04-21T16:05:39.989Z Downloaded pbkdf2 v0.12.2
8822026-04-21T16:05:39.993Z Downloaded num_threads v0.1.7
8832026-04-21T16:05:39.993Z Downloaded num-rational v0.4.2
8842026-04-21T16:05:39.993Z Downloaded newtype-uuid v1.3.2
8852026-04-21T16:05:39.993Z Downloaded pbkdf2 v0.11.0
8862026-04-21T16:05:39.996Z Downloaded multer v3.1.0
8872026-04-21T16:05:39.996Z Downloaded peg-runtime v0.8.5
8882026-04-21T16:05:40.000Z Downloaded phf_shared v0.11.3
8892026-04-21T16:05:40.004Z Downloaded bytes v1.11.1
8902026-04-21T16:05:40.004Z Downloaded fatfs v0.3.6
8912026-04-21T16:05:40.007Z Downloaded num_enum_derive v0.7.5
8922026-04-21T16:05:40.011Z Downloaded num_enum v0.7.5
8932026-04-21T16:05:40.014Z Downloaded ingot-macros v0.1.1
8942026-04-21T16:05:40.017Z Downloaded phf_shared v0.13.1
8952026-04-21T16:05:40.021Z Downloaded ignore v0.4.25
8962026-04-21T16:05:40.021Z Downloaded nu-ansi-term v0.50.3
8972026-04-21T16:05:40.024Z Downloaded half v2.7.1
8982026-04-21T16:05:40.024Z Downloaded indexmap v1.9.3
8992026-04-21T16:05:40.028Z Downloaded bumpalo v3.20.2
9002026-04-21T16:05:40.033Z Downloaded phf_shared v0.12.1
9012026-04-21T16:05:40.033Z Downloaded pin-utils v0.1.0
9022026-04-21T16:05:40.038Z Downloaded precomputed-hash v0.1.1
9032026-04-21T16:05:40.049Z Downloaded predicates-core v1.0.10
9042026-04-21T16:05:40.049Z Downloaded num-integer v0.1.46
9052026-04-21T16:05:40.049Z Downloaded darling_core v0.20.11
9062026-04-21T16:05:40.056Z Downloaded parking_lot_core v0.8.6
9072026-04-21T16:05:40.056Z Downloaded packed_struct v0.10.1
9082026-04-21T16:05:40.056Z Downloaded heapless v0.8.0
9092026-04-21T16:05:40.056Z Downloaded num_enum v0.5.11
9102026-04-21T16:05:40.063Z Downloaded powerfmt v0.2.0
9112026-04-21T16:05:40.063Z Downloaded libsw-core v0.3.2
9122026-04-21T16:05:40.063Z Downloaded flume v0.11.1
9132026-04-21T16:05:40.067Z Downloaded password-hash v0.4.2
9142026-04-21T16:05:40.067Z Downloaded parse-display-derive v0.10.0
9152026-04-21T16:05:40.067Z Downloaded predicates-tree v1.0.13
9162026-04-21T16:05:40.067Z Downloaded owo-colors v4.3.0
9172026-04-21T16:05:40.067Z Downloaded proc-macro-crate v1.3.1
9182026-04-21T16:05:40.068Z Downloaded proc-macro-error-attr2 v2.0.0
9192026-04-21T16:05:40.068Z Downloaded oxnet v0.1.4
9202026-04-21T16:05:40.072Z Downloaded proc-macro-crate v3.4.0
9212026-04-21T16:05:40.072Z Downloaded base64 v0.21.7
9222026-04-21T16:05:40.075Z Downloaded pem v3.0.6
9232026-04-21T16:05:40.076Z Downloaded progenitor-client v0.10.0
9242026-04-21T16:05:40.079Z Downloaded peg-macros v0.8.5
9252026-04-21T16:05:40.079Z Downloaded pem-rfc7468 v0.7.0
9262026-04-21T16:05:40.079Z Downloaded progenitor-client v0.11.2
9272026-04-21T16:05:40.082Z Downloaded peg v0.8.5
9282026-04-21T16:05:40.083Z Downloaded paste v1.0.15
9292026-04-21T16:05:40.086Z Downloaded litrs v1.0.0
9302026-04-21T16:05:40.086Z Downloaded quick-error v1.2.3
9312026-04-21T16:05:40.089Z Downloaded psl-types v2.0.11
9322026-04-21T16:05:40.089Z Downloaded progenitor-macro v0.13.0
9332026-04-21T16:05:40.089Z Downloaded progenitor-macro v0.11.2
9342026-04-21T16:05:40.089Z Downloaded progenitor-macro v0.10.0
9352026-04-21T16:05:40.092Z Downloaded libbz2-rs-sys v0.2.2
9362026-04-21T16:05:40.096Z Downloaded derive-where v1.6.0
9372026-04-21T16:05:40.100Z Downloaded pkcs8 v0.10.2
9382026-04-21T16:05:40.106Z Downloaded memmap2 v0.9.10
9392026-04-21T16:05:40.114Z Downloaded omicron-zone-package v0.12.2
9402026-04-21T16:05:40.120Z Downloaded pin-project-lite v0.2.17
9412026-04-21T16:05:40.124Z Downloaded predicates v3.1.4
9422026-04-21T16:05:40.124Z Downloaded pin-project-internal v1.1.11
9432026-04-21T16:05:40.128Z Downloaded ppv-lite86 v0.2.21
9442026-04-21T16:05:40.128Z Downloaded phf v0.13.1
9452026-04-21T16:05:40.128Z Downloaded phf v0.12.1
9462026-04-21T16:05:40.128Z Downloaded radium v0.7.0
9472026-04-21T16:05:40.131Z Downloaded recursive-proc-macro-impl v0.1.1
9482026-04-21T16:05:40.134Z Downloaded ref-cast-impl v1.0.25
9492026-04-21T16:05:40.134Z Downloaded ref-cast v1.0.25
9502026-04-21T16:05:40.138Z Downloaded recursive v0.1.1
9512026-04-21T16:05:40.141Z Downloaded headers v0.4.1
9522026-04-21T16:05:40.149Z Downloaded poly1305 v0.8.0
9532026-04-21T16:05:40.152Z Downloaded derive_more v2.1.1
9542026-04-21T16:05:40.156Z Downloaded polyval v0.6.2
9552026-04-21T16:05:40.159Z Downloaded proc-macro-error2 v2.0.1
9562026-04-21T16:05:40.159Z Downloaded password-hash v0.5.0
9572026-04-21T16:05:40.163Z Downloaded parking_lot v0.12.5
9582026-04-21T16:05:40.163Z Downloaded flate2 v1.1.9
9592026-04-21T16:05:40.165Z Downloaded rand_xorshift v0.4.0
9602026-04-21T16:05:40.165Z Downloaded postgres-protocol v0.6.10
9612026-04-21T16:05:40.168Z Downloaded progenitor v0.10.0
9622026-04-21T16:05:40.168Z Downloaded oxide-tokio-rt v0.1.4
9632026-04-21T16:05:40.171Z Downloaded primeorder v0.13.6
9642026-04-21T16:05:40.175Z Downloaded parking_lot v0.11.2
9652026-04-21T16:05:40.178Z Downloaded progenitor v0.11.2
9662026-04-21T16:05:40.178Z Downloaded progenitor-extras v0.1.1
9672026-04-21T16:05:40.178Z Downloaded progenitor-client v0.13.0
9682026-04-21T16:05:40.182Z Downloaded progenitor v0.13.0
9692026-04-21T16:05:40.182Z Downloaded parking_lot_core v0.9.12
9702026-04-21T16:05:40.182Z Downloaded rfc6979 v0.4.0
9712026-04-21T16:05:40.185Z Downloaded russh-cryptovec v0.7.3
9722026-04-21T16:05:40.189Z Downloaded rustc_version v0.4.1
9732026-04-21T16:05:40.194Z Downloaded pkcs5 v0.7.1
9742026-04-21T16:05:40.199Z Downloaded der v0.7.10
9752026-04-21T16:05:40.200Z Downloaded rtoolbox v0.0.3
9762026-04-21T16:05:40.207Z Downloaded rustc_version v0.1.7
9772026-04-21T16:05:40.207Z Downloaded indicatif v0.18.4
9782026-04-21T16:05:40.207Z Downloaded ed25519-dalek v2.2.0
9792026-04-21T16:05:40.207Z Downloaded crossbeam-channel v0.5.15
9802026-04-21T16:05:40.212Z Downloaded crypto-bigint v0.5.5
9812026-04-21T16:05:40.212Z Downloaded aes v0.8.4
9822026-04-21T16:05:40.215Z Downloaded postgres-types v0.2.12
9832026-04-21T16:05:40.216Z Downloaded postcard v1.1.3
9842026-04-21T16:05:40.220Z Downloaded hickory-resolver v0.25.2
9852026-04-21T16:05:40.220Z Downloaded rustc-hash v2.1.1
9862026-04-21T16:05:40.223Z Downloaded rand_seeder v0.4.0
9872026-04-21T16:05:40.223Z Downloaded r2d2 v0.8.10
9882026-04-21T16:05:40.226Z Downloaded rand_chacha v0.3.1
9892026-04-21T16:05:40.226Z Downloaded pkg-config v0.3.32
9902026-04-21T16:05:40.229Z Downloaded rand_core v0.9.5
9912026-04-21T16:05:40.233Z Downloaded salsa20 v0.10.2
9922026-04-21T16:05:40.233Z Downloaded scheduled-thread-pool v0.2.7
9932026-04-21T16:05:40.237Z Downloaded sapling-renderdag v0.1.0
9942026-04-21T16:05:40.239Z Downloaded same-file v1.0.6
9952026-04-21T16:05:40.239Z Downloaded rand_core v0.6.4
9962026-04-21T16:05:40.243Z Downloaded rand_chacha v0.9.0
9972026-04-21T16:05:40.246Z Downloaded derive_more-impl v2.1.1
9982026-04-21T16:05:40.250Z Downloaded pkcs1 v0.7.5
9992026-04-21T16:05:40.253Z Downloaded diesel_derives v2.3.7
10002026-04-21T16:05:40.257Z Downloaded oso v0.27.3
10012026-04-21T16:05:40.260Z Downloaded darling_core v0.23.0
10022026-04-21T16:05:40.260Z Downloaded seq-macro v0.3.6
10032026-04-21T16:05:40.264Z Downloaded secrecy v0.8.0
10042026-04-21T16:05:40.264Z Downloaded scroll_derive v0.13.1
10052026-04-21T16:05:40.264Z Downloaded scopeguard v1.2.0
10062026-04-21T16:05:40.264Z Downloaded resolv-conf v0.7.6
10072026-04-21T16:05:40.268Z Downloaded jiff-static v0.2.21
10082026-04-21T16:05:40.272Z Downloaded papergrid v0.17.0
10092026-04-21T16:05:40.275Z Downloaded serde_bytes v0.11.19
10102026-04-21T16:05:40.275Z Downloaded secrecy v0.10.3
10112026-04-21T16:05:40.275Z Downloaded scrypt v0.11.0
10122026-04-21T16:05:40.279Z Downloaded serde-big-array v0.5.1
10132026-04-21T16:05:40.279Z Downloaded aes-gcm v0.10.3
10142026-04-21T16:05:40.284Z Downloaded serde_repr v0.1.20
10152026-04-21T16:05:40.293Z Downloaded serde_plain v1.0.2
10162026-04-21T16:05:40.293Z Downloaded expectorate v1.2.0
10172026-04-21T16:05:40.298Z Downloaded serde_urlencoded v0.7.1
10182026-04-21T16:05:40.298Z Downloaded serde_spanned v1.0.4
10192026-04-21T16:05:40.298Z Downloaded rustls-pemfile v1.0.4
10202026-04-21T16:05:40.298Z Downloaded miniz_oxide v0.8.9
10212026-04-21T16:05:40.302Z Downloaded minimal-lexical v0.2.1
10222026-04-21T16:05:40.302Z Downloaded heapless v0.7.17
10232026-04-21T16:05:40.306Z Downloaded prefix-trie v0.7.0
10242026-04-21T16:05:40.312Z Downloaded rand_core v0.10.0
10252026-04-21T16:05:40.315Z Downloaded quinn-udp v0.5.14
10262026-04-21T16:05:40.315Z Downloaded rustls-native-certs v0.8.3
10272026-04-21T16:05:40.319Z Downloaded rustversion v1.0.22
10282026-04-21T16:05:40.323Z Downloaded siphasher v1.0.2
10292026-04-21T16:05:40.323Z Downloaded shell-words v1.1.1
10302026-04-21T16:05:40.323Z Downloaded schemars_derive v0.8.22
10312026-04-21T16:05:40.331Z Downloaded signal-hook-mio v0.2.5
10322026-04-21T16:05:40.339Z Downloaded sigpipe v0.1.3
10332026-04-21T16:05:40.343Z Downloaded signal-hook-tokio v0.3.1
10342026-04-21T16:05:40.353Z Downloaded scroll v0.13.0
10352026-04-21T16:05:40.357Z Downloaded semver v0.1.20
10362026-04-21T16:05:40.357Z Downloaded slog-envlogger v2.2.0
10372026-04-21T16:05:40.357Z Downloaded slog-bunyan v2.5.0
10382026-04-21T16:05:40.357Z Downloaded sec1 v0.7.3
10392026-04-21T16:05:40.357Z Downloaded hickory-resolver v0.24.4
10402026-04-21T16:05:40.357Z Downloaded p256 v0.13.2
10412026-04-21T16:05:40.361Z Downloaded psm v0.1.30
10422026-04-21T16:05:40.365Z Downloaded sct v0.7.1
10432026-04-21T16:05:40.365Z Downloaded serde-hex v0.1.0
10442026-04-21T16:05:40.365Z Downloaded progenitor-impl v0.13.0
10452026-04-21T16:05:40.368Z Downloaded progenitor-impl v0.10.0
10462026-04-21T16:05:40.368Z Downloaded hyper-util v0.1.20
10472026-04-21T16:05:40.372Z Downloaded ssh-cipher v0.2.0
10482026-04-21T16:05:40.372Z Downloaded sqlparser_derive v0.5.0
10492026-04-21T16:05:40.372Z Downloaded serde_path_to_error v0.1.20
10502026-04-21T16:05:40.376Z Downloaded serde_derive_internals v0.29.1
10512026-04-21T16:05:40.380Z Downloaded russh-keys v0.45.0
10522026-04-21T16:05:40.380Z Downloaded ssh-encoding v0.2.0
10532026-04-21T16:05:40.383Z Downloaded strum v0.26.3
10542026-04-21T16:05:40.383Z Downloaded structmeta-derive v0.3.0
10552026-04-21T16:05:40.387Z Downloaded dropshot-api-manager v0.6.0
10562026-04-21T16:05:40.390Z Downloaded shlex v1.3.0
10572026-04-21T16:05:40.393Z Downloaded openssl-sys v0.9.111
10582026-04-21T16:05:40.396Z Downloaded pin-project v1.1.11
10592026-04-21T16:05:40.400Z Downloaded hashbrown v0.13.2
10602026-04-21T16:05:40.403Z Downloaded signal-hook-registry v1.4.8
10612026-04-21T16:05:40.403Z Downloaded rustls-pki-types v1.14.0
10622026-04-21T16:05:40.407Z Downloaded strip-ansi-escapes v0.2.1
10632026-04-21T16:05:40.410Z Downloaded sha1 v0.10.6
10642026-04-21T16:05:40.410Z Downloaded rustls-pemfile v2.2.0
10652026-04-21T16:05:40.414Z Downloaded supports-color v3.0.2
10662026-04-21T16:05:40.414Z Downloaded strum v0.27.2
10672026-04-21T16:05:40.414Z Downloaded slog-async v2.8.0
10682026-04-21T16:05:40.417Z Downloaded hickory-server v0.25.2
10692026-04-21T16:05:40.417Z Downloaded pretty_assertions v1.4.1
10702026-04-21T16:05:40.421Z Downloaded rcgen v0.12.1
10712026-04-21T16:05:40.424Z Downloaded http v1.4.0
10722026-04-21T16:05:40.424Z Downloaded simd-adler32 v0.3.8
10732026-04-21T16:05:40.430Z Downloaded subtle v2.6.1
10742026-04-21T16:05:40.433Z Downloaded signature v2.2.0
10752026-04-21T16:05:40.433Z Downloaded tagptr v0.2.0
10762026-04-21T16:05:40.437Z Downloaded tap v1.0.1
10772026-04-21T16:05:40.437Z Downloaded tabwriter v1.4.1
10782026-04-21T16:05:40.437Z Downloaded slab v0.4.12
10792026-04-21T16:05:40.437Z Downloaded sync_wrapper v1.0.2
10802026-04-21T16:05:40.437Z Downloaded slog-scope v4.4.1
10812026-04-21T16:05:40.442Z Downloaded slog-json v2.6.1
10822026-04-21T16:05:40.442Z Downloaded slog-dtrace v0.3.0
10832026-04-21T16:05:40.442Z Downloaded take_mut v0.2.2
10842026-04-21T16:05:40.442Z Downloaded tabled_derive v0.11.0
10852026-04-21T16:05:40.446Z Downloaded ron v0.8.1
10862026-04-21T16:05:40.446Z Downloaded progenitor-impl v0.11.2
10872026-04-21T16:05:40.449Z Downloaded sync-ptr v0.1.4
10882026-04-21T16:05:40.449Z Downloaded smallvec v0.6.14
10892026-04-21T16:05:40.449Z Downloaded slog-term v2.9.2
10902026-04-21T16:05:40.453Z Downloaded serde_cbor v0.11.2
10912026-04-21T16:05:40.453Z Downloaded termtree v0.5.1
10922026-04-21T16:05:40.456Z Downloaded serde_with_macros v3.17.0
10932026-04-21T16:05:40.460Z Downloaded snafu-derive v0.8.9
10942026-04-21T16:05:40.460Z Downloaded thiserror-impl-no-std v2.0.2
10952026-04-21T16:05:40.463Z Downloaded thread-id v5.1.0
10962026-04-21T16:05:40.463Z Downloaded testing_table v0.3.0
10972026-04-21T16:05:40.463Z Downloaded static_assertions v1.1.0
10982026-04-21T16:05:40.463Z Downloaded stacker v0.1.23
10992026-04-21T16:05:40.467Z Downloaded sqlformat v0.3.5
11002026-04-21T16:05:40.470Z Downloaded spki v0.7.3
11012026-04-21T16:05:40.471Z Downloaded hashbrown v0.12.3
11022026-04-21T16:05:40.474Z Downloaded aho-corasick v1.1.4
11032026-04-21T16:05:40.478Z Downloaded mio v1.2.0
11042026-04-21T16:05:40.482Z Downloaded rayon-core v1.13.0
11052026-04-21T16:05:40.485Z Downloaded rustls-platform-verifier v0.6.2
11062026-04-21T16:05:40.489Z Downloaded strum_macros v0.27.2
11072026-04-21T16:05:40.489Z Downloaded strum_macros v0.26.4
11082026-04-21T16:05:40.492Z Downloaded strum_macros v0.24.3
11092026-04-21T16:05:40.492Z Downloaded string_cache v0.8.9
11102026-04-21T16:05:40.495Z Downloaded structmeta v0.3.0
11112026-04-21T16:05:40.499Z Downloaded tinyvec_macros v0.1.1
11122026-04-21T16:05:40.502Z Downloaded rusty-fork v0.3.1
11132026-04-21T16:05:40.502Z Downloaded prettyplease v0.2.37
11142026-04-21T16:05:40.506Z Downloaded ryu v1.0.23
11152026-04-21T16:05:40.506Z Downloaded support-bundle-viewer v0.1.2
11162026-04-21T16:05:40.531Z Downloaded slog-stdlog v4.1.1
11172026-04-21T16:05:40.536Z Downloaded smf v0.2.3
11182026-04-21T16:05:40.540Z Downloaded termios v0.3.3
11192026-04-21T16:05:40.548Z Downloaded publicsuffix v2.3.0
11202026-04-21T16:05:40.552Z Downloaded qorb v0.4.1
11212026-04-21T16:05:40.552Z Downloaded spin v0.9.8
11222026-04-21T16:05:40.555Z Downloaded libxml v0.3.3
11232026-04-21T16:05:40.559Z Downloaded thiserror-no-std v2.0.2
11242026-04-21T16:05:40.559Z Downloaded tower-service v0.3.3
11252026-04-21T16:05:40.563Z Downloaded topological-sort v0.2.2
11262026-04-21T16:05:40.563Z Downloaded stringprep v0.1.5
11272026-04-21T16:05:40.563Z Downloaded tower-layer v0.3.3
11282026-04-21T16:05:40.567Z Downloaded try-lock v0.2.5
11292026-04-21T16:05:40.567Z Downloaded quinn v0.11.9
11302026-04-21T16:05:40.570Z Downloaded trait-variant v0.1.2
11312026-04-21T16:05:40.570Z Downloaded thread_local v1.1.9
11322026-04-21T16:05:40.574Z Downloaded time-macros v0.2.27
11332026-04-21T16:05:40.577Z Downloaded tokio-native-tls v0.3.1
11342026-04-21T16:05:40.577Z Downloaded tokio-macros v2.7.0
11352026-04-21T16:05:40.577Z Downloaded tls_codec v0.4.2
11362026-04-21T16:05:40.585Z Downloaded itertools v0.10.5
11372026-04-21T16:05:40.589Z Downloaded rand v0.8.5
11382026-04-21T16:05:40.592Z Downloaded nom v7.1.3
11392026-04-21T16:05:40.595Z Downloaded time-core v0.1.8
11402026-04-21T16:05:40.595Z Downloaded signal-hook v0.3.18
11412026-04-21T16:05:40.599Z Downloaded tiny-keccak v2.0.2
11422026-04-21T16:05:40.599Z Downloaded unarray v0.1.4
11432026-04-21T16:05:40.602Z Downloaded typify-macro v0.6.1
11442026-04-21T16:05:40.602Z Downloaded iri-string v0.7.10
11452026-04-21T16:05:40.605Z Downloaded unit-prefix v0.5.2
11462026-04-21T16:05:40.609Z Downloaded typify-macro v0.4.3
11472026-04-21T16:05:40.609Z Downloaded similar v2.7.0
11482026-04-21T16:05:40.612Z Downloaded tokio-dtrace v0.1.1
11492026-04-21T16:05:40.612Z Downloaded schemars v0.8.22
11502026-04-21T16:05:40.617Z Downloaded usdt-attr-macro v0.6.0
11512026-04-21T16:05:40.620Z Downloaded usdt v0.6.0
11522026-04-21T16:05:40.620Z Downloaded tokio-rustls v0.25.0
11532026-04-21T16:05:40.620Z Downloaded tls_codec_derive v0.4.2
11542026-04-21T16:05:40.624Z Downloaded term v1.2.1
11552026-04-21T16:05:40.624Z Downloaded schemars v0.9.0
11562026-04-21T16:05:40.630Z Downloaded untrusted v0.9.0
11572026-04-21T16:05:40.633Z Downloaded untrusted v0.7.1
11582026-04-21T16:05:40.633Z Downloaded universal-hash v0.5.1
11592026-04-21T16:05:40.633Z Downloaded unicode-truncate v1.1.0
11602026-04-21T16:05:40.633Z Downloaded utf-8 v0.7.6
11612026-04-21T16:05:40.636Z Downloaded slog v2.8.2
11622026-04-21T16:05:40.636Z Downloaded num-bigint v0.4.6
11632026-04-21T16:05:40.640Z Downloaded tokio-tungstenite v0.21.0
11642026-04-21T16:05:40.644Z Downloaded wait-timeout v0.2.1
11652026-04-21T16:05:40.644Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11662026-04-21T16:05:40.647Z Downloaded void v1.0.2
11672026-04-21T16:05:40.647Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11682026-04-21T16:05:40.647Z Downloaded iddqd v0.3.17
11692026-04-21T16:05:40.652Z Downloaded socket2 v0.6.3
11702026-04-21T16:05:40.655Z Downloaded serde_yaml v0.9.34+deprecated
11712026-04-21T16:05:40.656Z Downloaded rsa v0.9.10
11722026-04-21T16:05:40.661Z Downloaded toml_writer v1.0.6+spec-1.1.0
11732026-04-21T16:05:40.665Z Downloaded waitgroup v0.1.2
11742026-04-21T16:05:40.665Z Downloaded hashbrown v0.15.5
11752026-04-21T16:05:40.668Z Downloaded rustls-webpki v0.103.9
11762026-04-21T16:05:40.673Z Downloaded subprocess v0.2.15
11772026-04-21T16:05:40.679Z Downloaded rand v0.9.2
11782026-04-21T16:05:40.679Z Downloaded tui-tree-widget v0.23.1
11792026-04-21T16:05:40.687Z Downloaded itertools v0.13.0
11802026-04-21T16:05:40.687Z Downloaded itertools v0.12.1
11812026-04-21T16:05:40.687Z Downloaded want v0.3.1
11822026-04-21T16:05:40.687Z Downloaded unicase v2.9.0
11832026-04-21T16:05:40.691Z Downloaded samael v0.0.19
11842026-04-21T16:05:40.691Z Downloaded xattr v1.6.1
11852026-04-21T16:05:40.696Z Downloaded schemars v1.2.1
11862026-04-21T16:05:40.703Z Downloaded tokio-rustls v0.26.4
11872026-04-21T16:05:40.707Z Downloaded tokio-rustls v0.24.1
11882026-04-21T16:05:40.711Z Downloaded xshell-macros v0.2.7
11892026-04-21T16:05:40.711Z Downloaded tokio-stream v0.1.18
11902026-04-21T16:05:40.711Z Downloaded usdt-macro v0.6.0
11912026-04-21T16:05:40.711Z Downloaded usdt-impl v0.6.0
11922026-04-21T16:05:40.715Z Downloaded tokio-tungstenite v0.23.1
11932026-04-21T16:05:40.718Z Downloaded vergen-lib v0.1.6
11942026-04-21T16:05:40.718Z Downloaded term v0.7.0
11952026-04-21T16:05:40.722Z Downloaded snafu v0.8.9
11962026-04-21T16:05:40.725Z Downloaded hyper v1.8.1
11972026-04-21T16:05:40.728Z Downloaded test-strategy v0.4.5
11982026-04-21T16:05:40.732Z Downloaded russh v0.45.0
11992026-04-21T16:05:40.735Z Downloaded uzers v0.12.2
12002026-04-21T16:05:40.735Z Downloaded toml_parser v1.0.9+spec-1.1.0
12012026-04-21T16:05:40.738Z Downloaded vergen-gitcl v1.0.8
12022026-04-21T16:05:40.738Z Downloaded socket2 v0.5.10
12032026-04-21T16:05:40.738Z Downloaded num-bigint-dig v0.8.6
12042026-04-21T16:05:40.742Z Downloaded zone_cfg_derive v0.3.1
12052026-04-21T16:05:40.742Z Downloaded vergen-git2 v1.0.7
12062026-04-21T16:05:40.748Z Downloaded libm v0.2.16
12072026-04-21T16:05:40.754Z Downloaded h2 v0.4.13
12082026-04-21T16:05:40.757Z Downloaded zone v0.3.1
12092026-04-21T16:05:40.761Z Downloaded walkdir v2.5.0
12102026-04-21T16:05:40.761Z Downloaded p521 v0.13.3
12112026-04-21T16:05:40.764Z Downloaded itertools v0.14.0
12122026-04-21T16:05:40.767Z Downloaded tinyvec v1.10.0
12132026-04-21T16:05:40.772Z Downloaded unicode-properties v0.1.4
12142026-04-21T16:05:40.775Z Downloaded hkdf v0.12.4
12152026-04-21T16:05:40.778Z Downloaded whoami v2.1.0
12162026-04-21T16:05:40.782Z Downloaded whoami v1.6.1
12172026-04-21T16:05:40.785Z Downloaded wyz v0.5.1
12182026-04-21T16:05:40.796Z Downloaded toml v0.7.8
12192026-04-21T16:05:40.803Z Downloaded toml v0.9.12+spec-1.1.0
12202026-04-21T16:05:40.814Z Downloaded tracing-core v0.1.36
12212026-04-21T16:05:40.818Z Downloaded vsss-rs v3.3.4
12222026-04-21T16:05:40.824Z Downloaded zstd v0.13.3
12232026-04-21T16:05:40.824Z Downloaded zstd-safe v7.2.4
12242026-04-21T16:05:40.824Z Downloaded tracing-attributes v0.1.31
12252026-04-21T16:05:40.829Z Downloaded vergen v9.0.6
12262026-04-21T16:05:40.829Z Downloaded futures-util v0.3.32
12272026-04-21T16:05:40.838Z Downloaded zeroize_derive v1.4.3
12282026-04-21T16:05:40.838Z Downloaded zeroize v1.8.2
12292026-04-21T16:05:40.838Z Downloaded twox-hash v2.1.2
12302026-04-21T16:05:40.842Z Downloaded tungstenite v0.21.0
12312026-04-21T16:05:40.842Z Downloaded rand v0.10.0
12322026-04-21T16:05:40.842Z Downloaded unicode-bidi v0.3.18
12332026-04-21T16:05:40.846Z Downloaded typify v0.4.3
12342026-04-21T16:05:40.850Z Downloaded xshell v0.2.7
12352026-04-21T16:05:40.854Z Downloaded unsafe-libyaml v0.2.11
12362026-04-21T16:05:40.857Z Downloaded yasna v0.5.2
12372026-04-21T16:05:40.860Z Downloaded blake3 v1.8.3
12382026-04-21T16:05:40.867Z Downloaded toml v1.0.6+spec-1.1.0
12392026-04-21T16:05:40.872Z Downloaded rpassword v7.4.0
12402026-04-21T16:05:40.884Z Downloaded tar v0.4.45
12412026-04-21T16:05:40.887Z Downloaded rustyline v14.0.0
12422026-04-21T16:05:40.892Z Downloaded uuid v1.23.0
12432026-04-21T16:05:40.895Z Downloaded steno v0.4.1
12442026-04-21T16:05:40.898Z Downloaded toml_edit v0.23.10+spec-1.0.0
12452026-04-21T16:05:40.904Z Downloaded typify v0.6.1
12462026-04-21T16:05:40.909Z Downloaded vte v0.14.1
12472026-04-21T16:05:40.912Z Downloaded zerocopy v0.6.6
12482026-04-21T16:05:40.915Z Downloaded tungstenite v0.23.0
12492026-04-21T16:05:40.920Z Downloaded reedline v0.40.0
12502026-04-21T16:05:40.924Z Downloaded zopfli v0.8.3
12512026-04-21T16:05:40.928Z Downloaded ssh-key v0.6.7
12522026-04-21T16:05:40.936Z Downloaded bitvec v1.0.1
12532026-04-21T16:05:40.944Z Downloaded aws-lc-rs v1.16.0
12542026-04-21T16:05:40.959Z Downloaded tokio-postgres v0.7.16
12552026-04-21T16:05:40.959Z Downloaded unicode_categories v0.1.1
12562026-04-21T16:05:40.959Z Downloaded yansi v1.0.1
12572026-04-21T16:05:40.965Z Downloaded zip v0.6.6
12582026-04-21T16:05:40.968Z Downloaded regex v1.12.3
12592026-04-21T16:05:40.972Z Downloaded toml_edit v0.19.15
12602026-04-21T16:05:40.979Z Downloaded bindgen v0.71.1
12612026-04-21T16:05:40.990Z Downloaded git2 v0.20.4
12622026-04-21T16:05:41.011Z Downloaded reqwest v0.13.2
12632026-04-21T16:05:41.016Z Downloaded tower v0.5.3
12642026-04-21T16:05:41.022Z Downloaded chrono v0.4.44
12652026-04-21T16:05:41.026Z Downloaded salty v0.3.0
12662026-04-21T16:05:41.030Z Downloaded quick-xml v0.37.5
12672026-04-21T16:05:41.050Z Downloaded portable-atomic v1.13.1
12682026-04-21T16:05:41.081Z Downloaded reqwest v0.12.28
12692026-04-21T16:05:41.084Z Downloaded zip v4.6.1
12702026-04-21T16:05:41.088Z Downloaded unicode-normalization v0.1.25
12712026-04-21T16:05:41.091Z Downloaded tough v0.20.0
12722026-04-21T16:05:41.096Z Downloaded tokio-util v0.7.18
12732026-04-21T16:05:41.101Z Downloaded rustls-webpki v0.102.8
12742026-04-21T16:05:41.112Z Downloaded lalrpop v0.19.12
12752026-04-21T16:05:41.122Z Downloaded typed-path v0.9.3
12762026-04-21T16:05:41.125Z Downloaded p384 v0.13.1
12772026-04-21T16:05:41.132Z Downloaded moka v0.12.13
12782026-04-21T16:05:41.137Z Downloaded x509-cert v0.2.5
12792026-04-21T16:05:41.140Z Downloaded zerocopy-derive v0.8.40
12802026-04-21T16:05:41.151Z Downloaded serde_with v3.17.0
12812026-04-21T16:05:41.160Z Downloaded rustls-webpki v0.101.7
12822026-04-21T16:05:41.168Z Downloaded rayon v1.11.0
12832026-04-21T16:05:41.173Z Downloaded goblin v0.10.5
12842026-04-21T16:05:41.177Z Downloaded unicode-segmentation v1.12.0
12852026-04-21T16:05:41.181Z Downloaded quinn-proto v0.11.13
12862026-04-21T16:05:41.184Z Downloaded curve25519-dalek v4.1.3
12872026-04-21T16:05:41.200Z Downloaded petname v2.0.2
12882026-04-21T16:05:41.203Z Downloaded tower-http v0.6.8
12892026-04-21T16:05:41.239Z Downloaded proptest v1.10.0
12902026-04-21T16:05:41.254Z Downloaded dropshot v0.16.7
12912026-04-21T16:05:41.282Z Downloaded polar-core v0.27.3
12922026-04-21T16:05:41.289Z Downloaded diesel v2.3.7
12932026-04-21T16:05:41.302Z Downloaded zlib-rs v0.6.2
12942026-04-21T16:05:41.305Z Downloaded winnow v0.5.40
12952026-04-21T16:05:41.308Z Downloaded nix v0.31.2
12962026-04-21T16:05:41.315Z Downloaded rustls v0.21.12
12972026-04-21T16:05:41.321Z Downloaded dropshot v0.17.0
12982026-04-21T16:05:41.333Z Downloaded radix_trie v0.2.1
12992026-04-21T16:05:41.337Z Downloaded winnow v0.6.26
13002026-04-21T16:05:41.343Z Downloaded rustls v0.22.4
13012026-04-21T16:05:41.348Z Downloaded nix v0.28.0
13022026-04-21T16:05:41.357Z Downloaded nix v0.27.1
13032026-04-21T16:05:41.360Z Downloaded object v0.30.4
13042026-04-21T16:05:41.366Z Downloaded nix v0.29.0
13052026-04-21T16:05:41.373Z Downloaded smoltcp v0.11.0
13062026-04-21T16:05:41.379Z Downloaded tabled v0.20.0
13072026-04-21T16:05:41.389Z Downloaded regex-syntax v0.8.10
13082026-04-21T16:05:41.394Z Downloaded time v0.3.47
13092026-04-21T16:05:41.400Z Downloaded openssl v0.10.75
13102026-04-21T16:05:41.406Z Downloaded rustix v0.38.44
13112026-04-21T16:05:41.419Z Downloaded regex-syntax v0.6.29
13122026-04-21T16:05:41.427Z Downloaded smoltcp v0.9.1
13132026-04-21T16:05:41.431Z Downloaded bstr v1.12.1
13142026-04-21T16:05:41.434Z Downloaded vcpkg v0.2.15
13152026-04-21T16:05:41.454Z Downloaded webpki-roots v1.0.6
13162026-04-21T16:05:41.457Z Downloaded object v0.37.3
13172026-04-21T16:05:41.463Z Downloaded hickory-proto v0.24.4
13182026-04-21T16:05:41.470Z Downloaded openapiv3 v2.2.0
13192026-04-21T16:05:41.477Z Downloaded sqlparser v0.61.0
13202026-04-21T16:05:41.483Z Downloaded zerocopy v0.8.40
13212026-04-21T16:05:41.503Z Downloaded rustls v0.23.37
13222026-04-21T16:05:41.509Z Downloaded regress v0.10.5
13232026-04-21T16:05:41.515Z Downloaded typify-impl v0.6.1
13242026-04-21T16:05:41.523Z Downloaded hickory-proto v0.25.2
13252026-04-21T16:05:41.531Z Downloaded typify-impl v0.4.3
13262026-04-21T16:05:41.646Z Downloaded jiff v0.2.21
13272026-04-21T16:05:41.658Z Downloaded sled v0.34.7
13282026-04-21T16:05:41.675Z Downloaded ratatui v0.29.0
13292026-04-21T16:05:41.699Z Downloaded tracing v0.1.44
13302026-04-21T16:05:41.712Z Downloaded csv v1.4.0
13312026-04-21T16:05:41.724Z Downloaded bzip2-sys v0.1.13+1.0.8
13322026-04-21T16:05:41.735Z Downloaded libz-sys v1.1.24
13332026-04-21T16:05:41.748Z Downloaded zerocopy-derive v0.6.6
13342026-04-21T16:05:41.754Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13352026-04-21T16:05:41.766Z Downloaded sha3 v0.10.8
13362026-04-21T16:05:41.771Z Downloaded tokio v1.52.1
13372026-04-21T16:05:41.788Z Downloaded petgraph v0.6.5
13382026-04-21T16:05:41.800Z Downloaded chrono-tz v0.10.4
13392026-04-21T16:05:41.810Z Downloaded regex-automata v0.4.14
13402026-04-21T16:05:41.829Z Downloaded encoding_rs v0.8.35
13412026-04-21T16:05:41.842Z Downloaded petgraph v0.8.3
13422026-04-21T16:05:42.035Z Downloaded ring v0.17.14
13432026-04-21T16:05:42.083Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-04-21T16:05:42.751Z Downloaded aws-lc-sys v0.37.1
13452026-04-21T16:05:42.992Z Compiling libc v0.2.185
13462026-04-21T16:05:42.992Z Compiling serde v1.0.228
13472026-04-21T16:05:42.996Z Compiling find-msvc-tools v0.1.9
13482026-04-21T16:05:42.996Z Compiling shlex v1.3.0
13492026-04-21T16:05:43.156Z Compiling log v0.4.29
13502026-04-21T16:05:43.168Z Compiling smallvec v1.15.1
13512026-04-21T16:05:43.171Z Compiling syn v2.0.117
13522026-04-21T16:05:43.182Z Compiling typenum v1.19.0
13532026-04-21T16:05:43.370Z Compiling generic-array v0.14.7
13542026-04-21T16:05:43.386Z Compiling subtle v2.6.1
13552026-04-21T16:05:43.386Z Compiling scopeguard v1.2.0
13562026-04-21T16:05:43.416Z Compiling const-oid v0.9.6
13572026-04-21T16:05:43.477Z Compiling lock_api v0.4.14
13582026-04-21T16:05:43.492Z Compiling portable-atomic v1.13.1
13592026-04-21T16:05:43.572Z Compiling zerocopy v0.8.40
13602026-04-21T16:05:43.597Z Compiling critical-section v1.2.0
13612026-04-21T16:05:43.740Z Compiling serde_json v1.0.149
13622026-04-21T16:05:43.753Z Compiling pin-project-lite v0.2.17
13632026-04-21T16:05:43.854Z Compiling parking_lot_core v0.9.12
13642026-04-21T16:05:44.037Z Compiling getrandom v0.2.17
13652026-04-21T16:05:44.073Z Compiling jobserver v0.1.34
13662026-04-21T16:05:44.096Z Compiling errno v0.3.14
13672026-04-21T16:05:44.195Z Compiling rand_core v0.6.4
13682026-04-21T16:05:44.231Z Compiling pkg-config v0.3.32
13692026-04-21T16:05:44.276Z Compiling signal-hook-registry v1.4.8
13702026-04-21T16:05:44.457Z Compiling cc v1.2.56
13712026-04-21T16:05:44.485Z Compiling bitflags v2.11.0
13722026-04-21T16:05:44.549Z Compiling once_cell v1.21.3
13732026-04-21T16:05:44.565Z Compiling libm v0.2.16
13742026-04-21T16:05:44.628Z Compiling parking_lot v0.12.5
13752026-04-21T16:05:44.718Z Compiling mio v1.2.0
13762026-04-21T16:05:44.761Z Compiling num-traits v0.2.19
13772026-04-21T16:05:44.803Z Compiling futures-core v0.3.32
13782026-04-21T16:05:44.966Z Compiling percent-encoding v2.3.2
13792026-04-21T16:05:45.021Z Compiling socket2 v0.6.3
13802026-04-21T16:05:45.122Z Compiling allocator-api2 v0.2.21
13812026-04-21T16:05:45.150Z Compiling futures-sink v0.3.32
13822026-04-21T16:05:45.163Z Compiling foldhash v0.2.0
13832026-04-21T16:05:45.204Z Compiling cpufeatures v0.2.17
13842026-04-21T16:05:45.273Z Compiling futures-channel v0.3.32
13852026-04-21T16:05:45.312Z Compiling futures-io v0.3.32
13862026-04-21T16:05:45.391Z Compiling getrandom v0.4.1
13872026-04-21T16:05:45.446Z Compiling hashbrown v0.16.1
13882026-04-21T16:05:45.463Z Compiling slab v0.4.12
13892026-04-21T16:05:45.479Z Compiling futures-task v0.3.32
13902026-04-21T16:05:45.502Z Compiling rustversion v1.0.22
13912026-04-21T16:05:45.663Z Compiling rand_core v0.10.0
13922026-04-21T16:05:45.679Z Compiling getrandom v0.3.4
13932026-04-21T16:05:46.055Z Compiling indexmap v2.13.0
13942026-04-21T16:05:46.056Z Compiling cmake v0.1.57
13952026-04-21T16:05:46.059Z Compiling form_urlencoded v1.2.2
13962026-04-21T16:05:46.101Z Compiling synstructure v0.13.2
13972026-04-21T16:05:46.261Z Compiling dunce v1.0.5
13982026-04-21T16:05:46.365Z Compiling ident_case v1.0.1
13992026-04-21T16:05:46.394Z Compiling fs_extra v1.3.0
14002026-04-21T16:05:46.461Z Compiling base64ct v1.8.3
14012026-04-21T16:05:46.489Z Compiling flagset v0.4.7
14022026-04-21T16:05:46.503Z Compiling iana-time-zone v0.1.65
14032026-04-21T16:05:46.621Z Compiling rand_core v0.9.5
14042026-04-21T16:05:46.640Z Compiling rustix v1.1.3
14052026-04-21T16:05:46.656Z Compiling aws-lc-sys v0.37.1
14062026-04-21T16:05:46.698Z Compiling pem-rfc7468 v0.7.0
14072026-04-21T16:05:46.712Z Compiling ring v0.17.14
14082026-04-21T16:05:46.731Z Compiling uuid v1.23.0
14092026-04-21T16:05:46.754Z Compiling rustc_version v0.4.1
14102026-04-21T16:05:46.897Z Compiling regex-syntax v0.8.10
14112026-04-21T16:05:47.005Z Compiling aws-lc-rs v1.16.0
14122026-04-21T16:05:47.072Z Compiling vcpkg v0.2.15
14132026-04-21T16:05:47.288Z Compiling tracing-core v0.1.36
14142026-04-21T16:05:47.454Z Compiling pest_generator v2.8.6
14152026-04-21T16:05:47.833Z Compiling openssl-sys v0.9.111
14162026-04-21T16:05:47.861Z Compiling serde_derive v1.0.228
14172026-04-21T16:05:47.906Z Compiling zeroize_derive v1.4.3
14182026-04-21T16:05:48.221Z Compiling zerofrom-derive v0.1.6
14192026-04-21T16:05:48.365Z Compiling yoke-derive v0.8.1
14202026-04-21T16:05:48.442Z Compiling zerocopy-derive v0.8.40
14212026-04-21T16:05:48.572Z Compiling zeroize v1.8.2
14222026-04-21T16:05:49.286Z Compiling crypto-common v0.1.7
14232026-04-21T16:05:49.340Z Compiling block-buffer v0.10.4
14242026-04-21T16:05:49.434Z Compiling zerovec-derive v0.11.2
14252026-04-21T16:05:49.510Z Compiling digest v0.10.7
14262026-04-21T16:05:49.563Z Compiling displaydoc v0.2.5
14272026-04-21T16:05:49.655Z Compiling zerofrom v0.1.6
14282026-04-21T16:05:49.754Z Compiling tokio-macros v2.7.0
14292026-04-21T16:05:49.782Z Compiling yoke v0.8.1
14302026-04-21T16:05:49.974Z Compiling hmac v0.12.1
14312026-04-21T16:05:50.136Z Compiling futures-macro v0.3.32
14322026-04-21T16:05:50.311Z Compiling zerotrie v0.2.3
14332026-04-21T16:05:50.482Z Compiling block-padding v0.3.3
14342026-04-21T16:05:50.571Z Compiling zerovec v0.11.5
14352026-04-21T16:05:50.659Z Compiling inout v0.1.4
14362026-04-21T16:05:50.665Z Compiling sha2 v0.10.9
14372026-04-21T16:05:50.805Z Compiling cipher v0.4.4
14382026-04-21T16:05:50.949Z Compiling futures-util v0.3.32
14392026-04-21T16:05:51.053Z Compiling tinystr v0.8.2
14402026-04-21T16:05:51.069Z Compiling potential_utf v0.1.4
14412026-04-21T16:05:51.227Z Compiling icu_locale_core v2.1.1
14422026-04-21T16:05:51.256Z Compiling icu_collections v2.1.1
14432026-04-21T16:05:51.358Z Compiling bytes v1.11.1
14442026-04-21T16:05:51.730Z Compiling der_derive v0.7.3
14452026-04-21T16:05:51.965Z Compiling tokio v1.52.1
14462026-04-21T16:05:51.965Z Compiling icu_provider v2.1.1
14472026-04-21T16:05:52.088Z Compiling http v1.4.0
14482026-04-21T16:05:52.131Z Compiling chrono v0.4.44
14492026-04-21T16:05:52.271Z Compiling icu_normalizer v2.1.1
14502026-04-21T16:05:52.734Z Compiling icu_properties v2.1.2
14512026-04-21T16:05:52.851Z Compiling ppv-lite86 v0.2.21
14522026-04-21T16:05:52.912Z Compiling der v0.7.10
14532026-04-21T16:05:53.057Z Compiling salsa20 v0.10.2
14542026-04-21T16:05:53.185Z Compiling pbkdf2 v0.12.2
14552026-04-21T16:05:53.203Z Compiling thiserror-impl v2.0.18
14562026-04-21T16:05:53.291Z Compiling scrypt v0.11.0
14572026-04-21T16:05:53.306Z Compiling rand_chacha v0.9.0
14582026-04-21T16:05:53.556Z Compiling aes v0.8.4
14592026-04-21T16:05:53.562Z Compiling cbc v0.1.2
14602026-04-21T16:05:53.731Z Compiling idna_adapter v1.2.1
14612026-04-21T16:05:53.858Z Compiling idna v1.1.0
14622026-04-21T16:05:53.872Z Compiling spki v0.7.3
14632026-04-21T16:05:54.019Z Compiling rustls-pki-types v1.14.0
14642026-04-21T16:05:54.074Z Compiling tracing-attributes v0.1.31
14652026-04-21T16:05:54.134Z Compiling pkcs5 v0.7.1
14662026-04-21T16:05:54.468Z Compiling url v2.5.8
14672026-04-21T16:05:54.506Z Compiling rand v0.9.2
14682026-04-21T16:05:54.551Z Compiling thiserror v2.0.18
14692026-04-21T16:05:54.616Z Compiling http-body v1.0.1
14702026-04-21T16:05:54.655Z Compiling serde_derive_internals v0.29.1
14712026-04-21T16:05:54.690Z Compiling base64 v0.22.1
14722026-04-21T16:05:54.768Z Compiling untrusted v0.7.1
14732026-04-21T16:05:54.897Z Compiling openssl-probe v0.2.1
14742026-04-21T16:05:55.006Z Compiling httparse v1.10.1
14752026-04-21T16:05:55.074Z Compiling schemars v0.8.22
14762026-04-21T16:05:55.262Z Compiling untrusted v0.9.0
14772026-04-21T16:05:55.295Z Compiling pkcs8 v0.10.2
14782026-04-21T16:05:55.310Z Compiling pest_derive v2.8.6
14792026-04-21T16:05:55.386Z Compiling tracing v0.1.44
14802026-04-21T16:05:55.410Z Compiling scroll_derive v0.13.1
14812026-04-21T16:05:55.557Z Compiling schemars_derive v0.8.22
14822026-04-21T16:05:55.610Z Compiling darling_core v0.20.11
14832026-04-21T16:05:55.673Z Compiling tinyvec_macros v0.1.1
14842026-04-21T16:05:55.736Z Compiling tokio-util v0.7.18
14852026-04-21T16:05:55.750Z Compiling rustls v0.23.37
14862026-04-21T16:05:55.920Z Compiling tower-layer v0.3.3
14872026-04-21T16:05:56.082Z Compiling try-lock v0.2.5
14882026-04-21T16:05:56.195Z Compiling tower-service v0.3.3
14892026-04-21T16:05:56.210Z Compiling dyn-clone v1.0.20
14902026-04-21T16:05:56.294Z Compiling atomic-waker v1.1.2
14912026-04-21T16:05:56.348Z Compiling scroll v0.13.0
14922026-04-21T16:05:56.421Z Compiling h2 v0.4.13
14932026-04-21T16:05:56.623Z Compiling want v0.3.1
14942026-04-21T16:05:56.766Z Compiling tinyvec v1.10.0
14952026-04-21T16:05:57.088Z Compiling ipnet v2.11.0
14962026-04-21T16:05:57.107Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-04-21T16:05:57.161Z Compiling spin v0.9.8
14982026-04-21T16:05:57.379Z Compiling aho-corasick v1.1.4
14992026-04-21T16:05:57.495Z Compiling num-conv v0.2.0
15002026-04-21T16:05:57.639Z Compiling powerfmt v0.2.0
15012026-04-21T16:05:57.670Z Compiling pin-utils v0.1.0
15022026-04-21T16:05:57.719Z Compiling openssl v0.10.75
15032026-04-21T16:05:57.747Z Compiling time-core v0.1.8
15042026-04-21T16:05:57.845Z Compiling crc32fast v1.5.0
15052026-04-21T16:05:57.895Z Compiling httpdate v1.0.3
15062026-04-21T16:05:57.934Z Compiling darling_macro v0.20.11
15072026-04-21T16:05:57.965Z Compiling foreign-types-shared v0.1.1
15082026-04-21T16:05:58.036Z Compiling foreign-types v0.3.2
15092026-04-21T16:05:58.126Z Compiling time-macros v0.2.27
15102026-04-21T16:05:58.154Z Compiling tempfile v3.25.0
15112026-04-21T16:05:58.168Z Compiling deranged v0.5.8
15122026-04-21T16:05:58.413Z Compiling darling v0.20.11
15132026-04-21T16:05:58.502Z Compiling regex-automata v0.4.14
15142026-04-21T16:05:58.540Z Compiling goblin v0.10.5
15152026-04-21T16:05:59.155Z Compiling openssl-macros v0.1.1
15162026-04-21T16:05:59.197Z Compiling wait-timeout v0.2.1
15172026-04-21T16:05:59.471Z Compiling hyper v1.8.1
15182026-04-21T16:05:59.546Z Compiling socket2 v0.5.10
15192026-04-21T16:05:59.659Z Compiling native-tls v0.2.18
15202026-04-21T16:05:59.862Z Compiling syn v1.0.109
15212026-04-21T16:05:59.953Z Compiling simd-adler32 v0.3.8
15222026-04-21T16:06:00.164Z Compiling quick-error v1.2.3
15232026-04-21T16:06:00.197Z Compiling siphasher v1.0.2
15242026-04-21T16:06:00.271Z Compiling bit-vec v0.8.0
15252026-04-21T16:06:00.391Z Compiling usdt-impl v0.6.0
15262026-04-21T16:06:00.485Z Compiling num_threads v0.1.7
15272026-04-21T16:06:00.505Z Compiling crossbeam-utils v0.8.21
15282026-04-21T16:06:00.586Z Compiling time v0.3.47
15292026-04-21T16:06:00.624Z Compiling hyper-util v0.1.20
15302026-04-21T16:06:00.813Z Compiling bit-set v0.8.0
15312026-04-21T16:06:00.980Z Compiling rusty-fork v0.3.1
15322026-04-21T16:06:01.305Z Compiling dof v0.4.0
15332026-04-21T16:06:02.184Z Compiling derive_builder_core v0.20.2
15342026-04-21T16:06:02.474Z Compiling unicode-normalization v0.1.25
15352026-04-21T16:06:02.542Z Compiling dtrace-parser v0.3.0
15362026-04-21T16:06:02.619Z Compiling rustls-native-certs v0.8.3
15372026-04-21T16:06:02.843Z Compiling signature v2.2.0
15382026-04-21T16:06:02.905Z Compiling thiserror-impl v1.0.69
15392026-04-21T16:06:03.007Z Compiling scroll_derive v0.12.1
15402026-04-21T16:06:03.027Z Compiling heapless v0.7.17
15412026-04-21T16:06:03.108Z Compiling rand_xorshift v0.4.0
15422026-04-21T16:06:03.269Z Compiling slog v2.8.2
15432026-04-21T16:06:03.284Z Compiling darling_core v0.21.3
15442026-04-21T16:06:03.348Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-04-21T16:06:03.458Z Compiling sync_wrapper v1.0.2
15462026-04-21T16:06:03.564Z Compiling thread-id v5.1.0
15472026-04-21T16:06:03.623Z Compiling cookie v0.18.1
15482026-04-21T16:06:03.649Z Compiling unicode-properties v0.1.4
15492026-04-21T16:06:03.670Z Compiling anyhow v1.0.102
15502026-04-21T16:06:03.808Z Compiling unicode-bidi v0.3.18
15512026-04-21T16:06:03.867Z Compiling adler2 v2.0.1
15522026-04-21T16:06:03.977Z Compiling paste v1.0.15
15532026-04-21T16:06:03.999Z Compiling zstd-safe v7.2.4
15542026-04-21T16:06:04.132Z Compiling unarray v0.1.4
15552026-04-21T16:06:04.188Z Compiling signal-hook v0.3.18
15562026-04-21T16:06:04.193Z Compiling thiserror v1.0.69
15572026-04-21T16:06:04.237Z Compiling proptest v1.10.0
15582026-04-21T16:06:04.297Z Compiling stringprep v0.1.5
15592026-04-21T16:06:04.337Z Compiling miniz_oxide v0.8.9
15602026-04-21T16:06:04.428Z Compiling scroll v0.12.0
15612026-04-21T16:06:04.738Z Compiling tower v0.5.3
15622026-04-21T16:06:05.002Z Compiling derive_builder_macro v0.20.2
15632026-04-21T16:06:05.206Z Compiling ipnetwork v0.21.1
15642026-04-21T16:06:05.458Z Compiling http-body-util v0.1.3
15652026-04-21T16:06:05.473Z Compiling webpki-roots v1.0.6
15662026-04-21T16:06:05.595Z Compiling rand_chacha v0.3.1
15672026-04-21T16:06:05.611Z Compiling serde_spanned v0.6.9
15682026-04-21T16:06:05.633Z Compiling serde_tokenstream v0.2.3
15692026-04-21T16:06:05.705Z Compiling erased-serde v0.3.31
15702026-04-21T16:06:05.750Z Compiling toml_datetime v0.6.11
15712026-04-21T16:06:05.813Z Compiling darling_macro v0.21.3
15722026-04-21T16:06:05.947Z Compiling md-5 v0.10.6
15732026-04-21T16:06:06.006Z Compiling zerocopy-derive v0.7.35
15742026-04-21T16:06:06.116Z Compiling curve25519-dalek v4.1.3
15752026-04-21T16:06:06.186Z Compiling vergen-lib v0.1.6
15762026-04-21T16:06:06.295Z Compiling num-integer v0.1.46
15772026-04-21T16:06:06.373Z Compiling hash32 v0.2.1
15782026-04-21T16:06:06.406Z Compiling ff v0.13.1
15792026-04-21T16:06:06.456Z Compiling memoffset v0.9.1
15802026-04-21T16:06:06.546Z Compiling litrs v1.0.0
15812026-04-21T16:06:06.567Z Compiling base16ct v0.2.0
15822026-04-21T16:06:06.623Z Compiling num-bigint-dig v0.8.6
15832026-04-21T16:06:06.664Z Compiling cfg_aliases v0.2.1
15842026-04-21T16:06:06.728Z Compiling psl-types v2.0.11
15852026-04-21T16:06:06.746Z Compiling ref-cast v1.0.25
15862026-04-21T16:06:06.810Z Compiling smoltcp v0.9.1
15872026-04-21T16:06:06.853Z Compiling rustix v0.38.44
15882026-04-21T16:06:06.875Z Compiling fallible-iterator v0.2.0
15892026-04-21T16:06:07.049Z Compiling ryu v1.0.23
15902026-04-21T16:06:07.064Z Compiling iri-string v0.7.10
15912026-04-21T16:06:07.139Z Compiling zlib-rs v0.6.2
15922026-04-21T16:06:07.182Z Compiling serde_urlencoded v0.7.1
15932026-04-21T16:06:07.230Z Compiling postgres-protocol v0.6.10
15942026-04-21T16:06:07.305Z Compiling document-features v0.2.12
15952026-04-21T16:06:07.480Z Compiling zerocopy v0.7.35
15962026-04-21T16:06:07.847Z Compiling publicsuffix v2.3.0
15972026-04-21T16:06:07.953Z Compiling nix v0.31.2
15982026-04-21T16:06:08.026Z Compiling sec1 v0.7.3
15992026-04-21T16:06:08.198Z Compiling newtype-uuid v1.3.2
16002026-04-21T16:06:08.308Z Compiling tower-http v0.6.8
16012026-04-21T16:06:08.323Z Compiling num-iter v0.1.45
16022026-04-21T16:06:08.446Z Compiling group v0.13.0
16032026-04-21T16:06:08.683Z Compiling darling v0.21.3
16042026-04-21T16:06:08.724Z Compiling rand v0.8.5
16052026-04-21T16:06:08.873Z Compiling derive_builder v0.20.2
16062026-04-21T16:06:08.975Z Compiling hubpack_derive v0.1.1
16072026-04-21T16:06:09.001Z Compiling oxnet v0.1.4
16082026-04-21T16:06:09.016Z Compiling tokio-native-tls v0.3.1
16092026-04-21T16:06:09.185Z Compiling goblin v0.8.2
16102026-04-21T16:06:09.667Z Compiling regex v1.12.3
16112026-04-21T16:06:09.715Z Compiling phf_shared v0.13.1
16122026-04-21T16:06:09.922Z Compiling lazy_static v1.5.0
16132026-04-21T16:06:09.956Z Compiling cargo-platform v0.1.9
16142026-04-21T16:06:10.037Z Compiling flate2 v1.1.9
16152026-04-21T16:06:10.065Z Compiling hkdf v0.12.4
16162026-04-21T16:06:10.096Z Compiling crypto-bigint v0.5.5
16172026-04-21T16:06:10.216Z Compiling terminal_size v0.4.3
16182026-04-21T16:06:10.231Z Compiling ref-cast-impl v1.0.25
16192026-04-21T16:06:10.355Z Compiling strum_macros v0.27.2
16202026-04-21T16:06:10.370Z Compiling async-trait v0.1.89
16212026-04-21T16:06:10.444Z Compiling daft-derive v0.1.5
16222026-04-21T16:06:10.773Z Compiling curve25519-dalek-derive v0.1.1
16232026-04-21T16:06:11.158Z Compiling vergen v9.0.6
16242026-04-21T16:06:11.347Z Compiling fs-err v3.3.0
16252026-04-21T16:06:11.392Z Compiling ahash v0.8.12
16262026-04-21T16:06:11.426Z Compiling bitflags v1.3.2
16272026-04-21T16:06:11.506Z Compiling foldhash v0.1.5
16282026-04-21T16:06:11.538Z Compiling object v0.37.3
16292026-04-21T16:06:11.594Z Compiling unicode-segmentation v1.12.0
16302026-04-21T16:06:11.680Z Compiling managed v0.8.0
16312026-04-21T16:06:11.816Z Compiling bumpalo v3.20.2
16322026-04-21T16:06:11.917Z Compiling libbz2-rs-sys v0.2.2
16332026-04-21T16:06:12.004Z Compiling winnow v0.5.40
16342026-04-21T16:06:12.070Z Compiling zopfli v0.8.3
16352026-04-21T16:06:12.334Z Compiling strum v0.27.2
16362026-04-21T16:06:12.475Z Compiling bzip2 v0.6.1
16372026-04-21T16:06:12.648Z Compiling hashbrown v0.15.5
16382026-04-21T16:06:12.767Z Compiling clap_builder v4.5.60
16392026-04-21T16:06:12.849Z Compiling dof v0.3.0
16402026-04-21T16:06:13.090Z Compiling daft v0.1.5
16412026-04-21T16:06:13.215Z Compiling elliptic-curve v0.13.8
16422026-04-21T16:06:13.380Z Compiling toml_edit v0.19.15
16432026-04-21T16:06:13.594Z Compiling cargo_metadata v0.19.2
16442026-04-21T16:06:13.626Z Compiling phf v0.13.1
16452026-04-21T16:06:13.794Z Compiling cookie_store v0.22.1
16462026-04-21T16:06:14.446Z Compiling signal-hook-mio v0.2.5
16472026-04-21T16:06:14.921Z Compiling hubpack v0.1.2
16482026-04-21T16:06:14.947Z Compiling zstd v0.13.3
16492026-04-21T16:06:15.143Z Compiling hyper-tls v0.6.0
16502026-04-21T16:06:15.216Z Compiling bzip2 v0.4.4
16512026-04-21T16:06:15.378Z Compiling serde_with_macros v3.17.0
16522026-04-21T16:06:15.429Z Compiling postgres-types v0.2.12
16532026-04-21T16:06:15.836Z Compiling usdt-attr-macro v0.6.0
16542026-04-21T16:06:15.853Z Compiling usdt-macro v0.6.0
16552026-04-21T16:06:15.984Z Compiling dtrace-parser v0.2.0
16562026-04-21T16:06:16.057Z Compiling ed25519 v2.2.3
16572026-04-21T16:06:16.521Z Compiling bstr v1.12.1
16582026-04-21T16:06:16.602Z Compiling phf_shared v0.11.3
16592026-04-21T16:06:16.629Z Compiling pkcs1 v0.7.5
16602026-04-21T16:06:16.644Z Compiling serde-big-array v0.5.1
16612026-04-21T16:06:16.740Z Compiling hex v0.4.3
16622026-04-21T16:06:16.786Z Compiling rfc6979 v0.4.0
16632026-04-21T16:06:16.790Z Compiling enum-as-inner v0.6.1
16642026-04-21T16:06:16.927Z Compiling strum_macros v0.26.4
16652026-04-21T16:06:16.964Z Compiling serde_repr v0.1.20
16662026-04-21T16:06:17.012Z Compiling clap_derive v4.5.55
16672026-04-21T16:06:17.031Z Compiling float-cmp v0.10.0
16682026-04-21T16:06:17.179Z Compiling thread-id v4.2.2
16692026-04-21T16:06:17.183Z Compiling memmap2 v0.9.10
16702026-04-21T16:06:17.268Z Compiling env_filter v1.0.0
16712026-04-21T16:06:17.286Z Compiling encoding_rs v0.8.35
16722026-04-21T16:06:17.603Z Compiling either v1.15.0
16732026-04-21T16:06:17.607Z Compiling jiff v0.2.21
16742026-04-21T16:06:17.607Z Compiling difflib v0.4.0
16752026-04-21T16:06:17.673Z Compiling normalize-line-endings v0.3.0
16762026-04-21T16:06:17.777Z Compiling whoami v2.1.0
16772026-04-21T16:06:18.174Z Compiling keccak v0.1.6
16782026-04-21T16:06:18.189Z Compiling data-encoding v2.10.0
16792026-04-21T16:06:18.791Z Compiling rustc-hash v2.1.1
16802026-04-21T16:06:18.857Z Compiling precomputed-hash v0.1.1
16812026-04-21T16:06:18.880Z Compiling predicates-core v1.0.10
16822026-04-21T16:06:18.909Z Compiling new_debug_unreachable v1.0.6
16832026-04-21T16:06:18.922Z Compiling fixedbitset v0.4.2
16842026-04-21T16:06:18.945Z Compiling static_assertions v1.1.0
16852026-04-21T16:06:18.982Z Compiling fixedbitset v0.5.7
16862026-04-21T16:06:19.020Z Compiling mime v0.3.17
16872026-04-21T16:06:19.024Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16882026-04-21T16:06:19.056Z Compiling predicates v3.1.4
16892026-04-21T16:06:19.137Z Compiling petgraph v0.6.5
16902026-04-21T16:06:19.285Z Compiling petgraph v0.8.3
16912026-04-21T16:06:19.300Z Compiling string_cache v0.8.9
16922026-04-21T16:06:19.304Z Compiling iddqd v0.3.17
16932026-04-21T16:06:19.536Z Compiling clap v4.5.60
16942026-04-21T16:06:19.623Z Compiling strum v0.26.3
16952026-04-21T16:06:19.717Z Compiling hickory-proto v0.25.2
16962026-04-21T16:06:19.763Z Compiling sha3 v0.10.8
16972026-04-21T16:06:20.221Z Compiling zip v4.6.1
16982026-04-21T16:06:20.479Z Compiling toml_edit v0.22.27
16992026-04-21T16:06:20.659Z Compiling tokio-postgres v0.7.16
17002026-04-21T16:06:21.211Z Compiling itertools v0.13.0
17012026-04-21T16:06:21.260Z Compiling env_logger v0.11.9
17022026-04-21T16:06:21.617Z Compiling usdt v0.6.0
17032026-04-21T16:06:21.806Z Compiling usdt-impl v0.5.0
17042026-04-21T16:06:21.838Z Compiling serde_with v3.17.0
17052026-04-21T16:06:21.885Z Compiling similar v2.7.0
17062026-04-21T16:06:22.392Z Compiling ecdsa v0.16.9
17072026-04-21T16:06:22.450Z Compiling rsa v0.9.10
17082026-04-21T16:06:22.776Z Compiling crossterm v0.28.1
17092026-04-21T16:06:22.833Z Compiling ed25519-dalek v2.2.0
17102026-04-21T16:06:23.252Z Compiling zip v0.6.6
17112026-04-21T16:06:23.592Z Compiling toml v0.7.8
17122026-04-21T16:06:24.163Z Compiling toml_parser v1.0.9+spec-1.1.0
17132026-04-21T16:06:24.205Z Compiling heck v0.4.1
17142026-04-21T16:06:24.262Z Compiling crossbeam-epoch v0.9.18
17152026-04-21T16:06:24.350Z Compiling tokio-stream v0.1.18
17162026-04-21T16:06:24.439Z Compiling buf-list v1.1.2
17172026-04-21T16:06:24.464Z Compiling x509-cert v0.2.5
17182026-04-21T16:06:24.600Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17192026-04-21T16:06:24.720Z Compiling openapiv3 v2.2.0
17202026-04-21T16:06:24.811Z Compiling sha1 v0.10.6
17212026-04-21T16:06:24.826Z Compiling toml_datetime v0.7.5+spec-1.1.0
17222026-04-21T16:06:24.907Z Compiling lalrpop-util v0.19.12
17232026-04-21T16:06:25.041Z Compiling peg-runtime v0.8.5
17242026-04-21T16:06:25.106Z Compiling thread_local v1.1.9
17252026-04-21T16:06:25.120Z Compiling slog-async v2.8.0
17262026-04-21T16:06:25.329Z Compiling crossbeam-channel v0.5.15
17272026-04-21T16:06:25.367Z Compiling futures-executor v0.3.32
17282026-04-21T16:06:25.443Z Compiling filetime v0.2.27
17292026-04-21T16:06:25.623Z Compiling is-terminal v0.4.17
17302026-04-21T16:06:25.638Z Compiling take_mut v0.2.2
17312026-04-21T16:06:25.726Z Compiling term v1.2.1
17322026-04-21T16:06:25.753Z Compiling xattr v1.6.1
17332026-04-21T16:06:25.842Z Compiling futures v0.3.32
17342026-04-21T16:06:25.926Z Compiling tar v0.4.45
17352026-04-21T16:06:26.104Z Compiling slog-term v2.9.2
17362026-04-21T16:06:32.623Z Compiling rustls-webpki v0.103.9
17372026-04-21T16:06:35.513Z Compiling tokio-rustls v0.26.4
17382026-04-21T16:06:35.513Z Compiling rustls-platform-verifier v0.6.2
17392026-04-21T16:06:35.721Z Compiling hyper-rustls v0.27.7
17402026-04-21T16:06:35.928Z Compiling reqwest v0.13.2
17412026-04-21T16:06:35.928Z Compiling reqwest v0.12.28
17422026-04-21T16:06:38.047Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17432026-04-21T16:06:38.270Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17442026-04-21T16:06:41.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
17452026-04-21T16:06:41.288Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17462026-04-21T16:06:41.346ZApr 21 16:06:39.897 INFO Starting download, target: Clickhouse
17472026-04-21T16:06:41.346ZApr 21 16:06:39.898 INFO Starting download, target: Cockroach
17482026-04-21T16:06:41.351ZApr 21 16:06:39.898 INFO Starting download, target: Console
17492026-04-21T16:06:41.351ZApr 21 16:06:39.898 INFO Starting download, target: DendriteStub
17502026-04-21T16:06:41.351ZApr 21 16:06:39.898 INFO Starting download, target: MaghemiteMgd
17512026-04-21T16:06:41.351ZApr 21 16:06:39.898 INFO Starting download, target: TransceiverControl
17522026-04-21T16:06:41.351ZApr 21 16:06:39.898 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17532026-04-21T16:06:41.351ZApr 21 16:06:39.898 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17542026-04-21T16:06:41.351ZApr 21 16:06:39.898 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17552026-04-21T16:06:41.351ZApr 21 16:06:39.898 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17562026-04-21T16:06:41.351ZApr 21 16:06:39.898 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17572026-04-21T16:06:41.351ZApr 21 16:06:39.898 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17582026-04-21T16:06:41.630ZApr 21 16:06:40.180 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17592026-04-21T16:06:41.837ZApr 21 16:06:40.388 INFO Download complete, target: TransceiverControl
17602026-04-21T16:06:42.468ZApr 21 16:06:41.013 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17612026-04-21T16:06:42.706ZApr 21 16:06:41.253 INFO Download complete, target: Console
17622026-04-21T16:06:43.508ZApr 21 16:06:42.058 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17632026-04-21T16:06:43.539ZApr 21 16:06:42.090 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17642026-04-21T16:06:43.831ZApr 21 16:06:42.376 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17652026-04-21T16:06:44.169ZApr 21 16:06:42.719 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17662026-04-21T16:06:44.169ZApr 21 16:06:42.719 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17672026-04-21T16:06:45.892ZApr 21 16:06:44.442 INFO Download complete, target: MaghemiteMgd
17682026-04-21T16:06:45.892ZApr 21 16:06:44.443 INFO Download complete, target: DendriteStub
17692026-04-21T16:06:48.782ZApr 21 16:06:47.332 INFO Checking that binary works, target: Cockroach
17702026-04-21T16:06:48.877ZApr 21 16:06:47.427 INFO Download complete, target: Cockroach
17712026-04-21T16:06:50.609ZApr 21 16:06:49.159 INFO Checking that binary works, target: Clickhouse
17722026-04-21T16:06:50.910ZApr 21 16:06:49.459 INFO Download complete, target: Clickhouse
17732026-04-21T16:06:50.923ZAll builder prerequisites installed successfully, and PATH looks valid
17742026-04-21T16:06:50.927Z
17752026-04-21T16:06:50.927Zreal 3:05.437576268
17762026-04-21T16:06:50.927Zuser 7:22.665612926
17772026-04-21T16:06:50.927Zsys 1:25.599511256
17782026-04-21T16:06:50.927Ztrap 0.220274584
17792026-04-21T16:06:50.927Ztflt 1.118961540
17802026-04-21T16:06:50.927Zdflt 1.451561195
17812026-04-21T16:06:50.927Zkflt 0.023828035
17822026-04-21T16:06:50.927Zlock 21:41.503029926
17832026-04-21T16:06:50.928Zslp 22:10.791178751
17842026-04-21T16:06:50.928Zlat 42.950085459
17852026-04-21T16:06:50.928Zstop 1:57.938476314
17862026-04-21T16:06:50.928Z+ banner clippy
17872026-04-21T16:06:50.928Z
17882026-04-21T16:06:50.928Z #### # # ##### ##### # #
17892026-04-21T16:06:50.928Z # # # # # # # # # #
17902026-04-21T16:06:50.928Z # # # # # # # #
17912026-04-21T16:06:50.928Z # # # ##### ##### #
17922026-04-21T16:06:50.928Z # # # # # # #
17932026-04-21T16:06:50.928Z #### ###### # # # #
17942026-04-21T16:06:50.928Z
17952026-04-21T16:06:50.928Z+ export CARGO_INCREMENTAL=0
17962026-04-21T16:06:50.928Z+ CARGO_INCREMENTAL=0
17972026-04-21T16:06:50.928Z+ ptime -m cargo xtask clippy
17982026-04-21T16:06:51.452Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17992026-04-21T16:06:51.671Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18002026-04-21T16:06:53.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
18012026-04-21T16:06:53.653Z Running `target/debug/xtask clippy`
18022026-04-21T16:06:53.676Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18032026-04-21T16:06:54.293Z Downloading crates ...
18042026-04-21T16:06:54.496Z Downloaded async-object-pool v0.2.0
18052026-04-21T16:06:54.500Z Downloaded anes v0.1.6
18062026-04-21T16:06:54.500Z Downloaded addr2line v0.25.1
18072026-04-21T16:06:54.504Z Downloaded target-triple v1.0.0
18082026-04-21T16:06:54.504Z Downloaded async-lock v3.4.2
18092026-04-21T16:06:54.507Z Downloaded criterion-plot v0.6.0
18102026-04-21T16:06:54.512Z Downloaded event-listener v5.4.1
18112026-04-21T16:06:54.515Z Downloaded cargo-platform v0.3.2
18122026-04-21T16:06:54.519Z Downloaded rstest v0.25.0
18132026-04-21T16:06:54.522Z Downloaded assert_cmd v2.1.2
18142026-04-21T16:06:54.526Z Downloaded supports-hyperlinks v2.1.0
18152026-04-21T16:06:54.530Z Downloaded terminal_size v0.1.17
18162026-04-21T16:06:54.533Z Downloaded serde_regex v1.1.0
18172026-04-21T16:06:54.533Z Downloaded nested v0.1.1
18182026-04-21T16:06:54.537Z Downloaded event-listener-strategy v0.5.4
18192026-04-21T16:06:54.537Z Downloaded constant_time_eq v0.3.1
18202026-04-21T16:06:54.540Z Downloaded cast v0.3.0
18212026-04-21T16:06:54.544Z Downloaded concurrent-queue v2.5.0
18222026-04-21T16:06:54.548Z Downloaded supports-unicode v2.1.0
18232026-04-21T16:06:54.552Z Downloaded tokio-test v0.4.5
18242026-04-21T16:06:54.555Z Downloaded supports-color v2.1.0
18252026-04-21T16:06:54.555Z Downloaded escape8259 v0.5.3
18262026-04-21T16:06:54.555Z Downloaded parking v2.2.1
18272026-04-21T16:06:54.559Z Downloaded linkme-impl v0.3.35
18282026-04-21T16:06:54.562Z Downloaded miette-derive v5.10.0
18292026-04-21T16:06:54.562Z Downloaded backtrace-ext v0.2.1
18302026-04-21T16:06:54.569Z Downloaded plotters-svg v0.3.7
18312026-04-21T16:06:54.572Z Downloaded pathdiff v0.2.3
18322026-04-21T16:06:54.572Z Downloaded assert-json-diff v2.0.2
18332026-04-21T16:06:54.576Z Downloaded plotters-backend v0.3.7
18342026-04-21T16:06:54.580Z Downloaded path-tree v0.8.3
18352026-04-21T16:06:54.584Z Downloaded approx v0.5.1
18362026-04-21T16:06:54.584Z Downloaded guppy-workspace-hack v0.1.0
18372026-04-21T16:06:54.584Z Downloaded oorandom v11.1.5
18382026-04-21T16:06:54.587Z Downloaded termcolor v1.4.1
18392026-04-21T16:06:54.587Z Downloaded tinytemplate v1.2.1
18402026-04-21T16:06:54.591Z Downloaded relative-path v1.9.3
18412026-04-21T16:06:54.591Z Downloaded cargo_metadata v0.23.1
18422026-04-21T16:06:54.591Z Downloaded miette v5.10.0
18432026-04-21T16:06:54.595Z Downloaded similar-asserts v1.7.0
18442026-04-21T16:06:54.595Z Downloaded linkme v0.3.35
18452026-04-21T16:06:54.598Z Downloaded libtest-mimic v0.8.1
18462026-04-21T16:06:54.602Z Downloaded stringmetrics v2.2.2
18472026-04-21T16:06:54.602Z Downloaded target-lexicon v0.13.3
18482026-04-21T16:06:54.602Z Downloaded owo-colors v3.5.0
18492026-04-21T16:06:54.606Z Downloaded rust-argon2 v2.1.0
18502026-04-21T16:06:54.606Z Downloaded rustc-demangle v0.1.27
18512026-04-21T16:06:54.612Z Downloaded knuffel-derive v3.2.0
18522026-04-21T16:06:54.615Z Downloaded datatest-stable v0.3.3
18532026-04-21T16:06:54.615Z Downloaded partial-io v0.5.4
18542026-04-21T16:06:54.619Z Downloaded blake2b_simd v1.0.4
18552026-04-21T16:06:54.622Z Downloaded trybuild v1.0.116
18562026-04-21T16:06:54.626Z Downloaded target-spec v3.5.7
18572026-04-21T16:06:54.626Z Downloaded httptest v0.16.4
18582026-04-21T16:06:54.629Z Downloaded hickory-client v0.25.2
18592026-04-21T16:06:54.629Z Downloaded futures-timer v3.0.3
18602026-04-21T16:06:54.633Z Downloaded cfg-expr v0.20.6
18612026-04-21T16:06:54.639Z Downloaded textwrap v0.15.2
18622026-04-21T16:06:54.651Z Downloaded chumsky v0.9.3
18632026-04-21T16:06:54.655Z Downloaded rand_distr v0.5.1
18642026-04-21T16:06:54.658Z Downloaded knuffel v3.2.0
18652026-04-21T16:06:54.662Z Downloaded rstest_macros v0.25.0
18662026-04-21T16:06:54.665Z Downloaded fancy-regex v0.14.0
18672026-04-21T16:06:54.669Z Downloaded backtrace v0.3.76
18682026-04-21T16:06:54.680Z Downloaded criterion v0.7.0
18692026-04-21T16:06:54.693Z Downloaded hashbrown v0.14.5
18702026-04-21T16:06:54.697Z Downloaded plotters v0.3.7
18712026-04-21T16:06:54.701Z Downloaded guppy v0.17.25
18722026-04-21T16:06:54.712Z Downloaded gimli v0.32.3
18732026-04-21T16:06:54.830Z Downloaded httpmock v0.8.3
18742026-04-21T16:06:56.391Z Checking cfg-if v1.0.4
18752026-04-21T16:06:56.739Z Checking libc v0.2.185
18762026-04-21T16:06:56.743Z Checking serde_core v1.0.228
18772026-04-21T16:06:56.811Z Checking memchr v2.8.0
18782026-04-21T16:06:56.851Z Checking smallvec v1.15.1
18792026-04-21T16:06:56.892Z Checking log v0.4.29
18802026-04-21T16:06:56.925Z Checking itoa v1.0.17
18812026-04-21T16:06:56.970Z Checking zeroize v1.8.2
18822026-04-21T16:06:57.012Z Checking libm v0.2.16
18832026-04-21T16:06:57.063Z Checking scopeguard v1.2.0
18842026-04-21T16:06:57.103Z Checking stable_deref_trait v1.2.1
18852026-04-21T16:06:57.145Z Checking zmij v1.0.21
18862026-04-21T16:06:57.184Z Checking zerofrom v0.1.6
18872026-04-21T16:06:57.223Z Checking errno v0.3.14
18882026-04-21T16:06:57.223Z Checking getrandom v0.2.17
18892026-04-21T16:06:57.223Z Checking lock_api v0.4.14
18902026-04-21T16:06:57.327Z Checking yoke v0.8.1
18912026-04-21T16:06:57.365Z Checking percent-encoding v2.3.2
18922026-04-21T16:06:57.402Z Checking writeable v0.6.2
18932026-04-21T16:06:57.405Z Checking litemap v0.8.1
18942026-04-21T16:06:57.469Z Checking icu_properties_data v2.1.2
18952026-04-21T16:06:57.525Z Checking icu_normalizer_data v2.1.1
18962026-04-21T16:06:57.529Z Checking zerovec v0.11.5
18972026-04-21T16:06:57.591Z Checking zerotrie v0.2.3
18982026-04-21T16:06:57.629Z Checking subtle v2.6.1
18992026-04-21T16:06:57.664Z Checking form_urlencoded v1.2.2
19002026-04-21T16:06:57.668Z Checking utf8_iter v1.0.4
19012026-04-21T16:06:57.668Z Checking pin-project-lite v0.2.17
19022026-04-21T16:06:57.764Z Checking num-traits v0.2.19
19032026-04-21T16:06:57.808Z Checking rand_core v0.6.4
19042026-04-21T16:06:57.848Z Checking parking_lot_core v0.9.12
19052026-04-21T16:06:57.848Z Checking portable-atomic v1.13.1
19062026-04-21T16:06:57.918Z Checking zerocopy v0.8.40
19072026-04-21T16:06:57.923Z Checking rand_core v0.10.0
19082026-04-21T16:06:58.013Z Checking critical-section v1.2.0
19092026-04-21T16:06:58.049Z Checking tinystr v0.8.2
19102026-04-21T16:06:58.099Z Checking potential_utf v0.1.4
19112026-04-21T16:06:58.134Z Checking parking_lot v0.12.5
19122026-04-21T16:06:58.171Z Checking getrandom v0.4.1
19132026-04-21T16:06:58.255Z Checking icu_collections v2.1.1
19142026-04-21T16:06:58.259Z Checking icu_locale_core v2.1.1
19152026-04-21T16:06:58.323Z Checking serde v1.0.228
19162026-04-21T16:06:58.323Z Checking serde_json v1.0.149
19172026-04-21T16:06:58.323Z Checking bitflags v2.11.0
19182026-04-21T16:06:58.422Z Checking once_cell v1.21.3
19192026-04-21T16:06:58.461Z Checking signal-hook-registry v1.4.8
19202026-04-21T16:06:58.559Z Checking mio v1.2.0
19212026-04-21T16:06:58.603Z Checking socket2 v0.6.3
19222026-04-21T16:06:58.640Z Checking typenum v1.19.0
19232026-04-21T16:06:58.688Z Checking iana-time-zone v0.1.65
19242026-04-21T16:06:58.755Z Checking bytes v1.11.1
19252026-04-21T16:06:58.825Z Checking chrono v0.4.44
19262026-04-21T16:06:58.869Z Checking icu_provider v2.1.1
19272026-04-21T16:06:58.910Z Checking thiserror v2.0.18
19282026-04-21T16:06:58.952Z Checking uuid v1.23.0
19292026-04-21T16:06:59.043Z Checking semver v1.0.27
19302026-04-21T16:06:59.092Z Checking futures-core v0.3.32
19312026-04-21T16:06:59.133Z Checking icu_properties v2.1.2
19322026-04-21T16:06:59.209Z Checking icu_normalizer v2.1.1
19332026-04-21T16:06:59.246Z Checking generic-array v0.14.7
19342026-04-21T16:06:59.284Z Checking tokio v1.52.1
19352026-04-21T16:06:59.317Z Checking allocator-api2 v0.2.21
19362026-04-21T16:06:59.368Z Checking equivalent v1.0.2
19372026-04-21T16:06:59.500Z Checking dyn-clone v1.0.20
19382026-04-21T16:06:59.540Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19392026-04-21T16:06:59.623Z Checking const-oid v0.9.6
19402026-04-21T16:06:59.660Z Checking foldhash v0.2.0
19412026-04-21T16:06:59.703Z Checking futures-sink v0.3.32
19422026-04-21T16:06:59.739Z Checking crypto-common v0.1.7
19432026-04-21T16:06:59.827Z Checking block-buffer v0.10.4
19442026-04-21T16:06:59.865Z Checking futures-channel v0.3.32
19452026-04-21T16:06:59.868Z Checking hashbrown v0.16.1
19462026-04-21T16:06:59.930Z Checking futures-task v0.3.32
19472026-04-21T16:06:59.986Z Checking idna_adapter v1.2.1
19482026-04-21T16:07:00.022Z Checking slab v0.4.12
19492026-04-21T16:07:00.084Z Checking futures-io v0.3.32
19502026-04-21T16:07:00.120Z Checking rustix v1.1.3
19512026-04-21T16:07:00.156Z Checking idna v1.1.0
19522026-04-21T16:07:00.205Z Checking byteorder v1.5.0
19532026-04-21T16:07:00.240Z Checking futures-util v0.3.32
19542026-04-21T16:07:00.334Z Checking digest v0.10.7
19552026-04-21T16:07:00.436Z Checking url v2.5.8
19562026-04-21T16:07:00.440Z Checking cpufeatures v0.2.17
19572026-04-21T16:07:00.506Z Checking indexmap v2.13.0
19582026-04-21T16:07:00.560Z Checking thiserror v1.0.69
19592026-04-21T16:07:00.598Z Checking getrandom v0.3.4
19602026-04-21T16:07:00.691Z Checking fnv v1.0.7
19612026-04-21T16:07:00.728Z Checking ppv-lite86 v0.2.21
19622026-04-21T16:07:00.769Z Checking regex-syntax v0.8.10
19632026-04-21T16:07:00.814Z Checking http v1.4.0
19642026-04-21T16:07:00.912Z Checking schemars v0.8.22
19652026-04-21T16:07:00.990Z Checking tracing-core v0.1.36
19662026-04-21T16:07:01.050Z Checking base64 v0.22.1
19672026-04-21T16:07:01.105Z Checking ipnet v2.11.0
19682026-04-21T16:07:01.313Z Checking unicode-ident v1.0.24
19692026-04-21T16:07:01.350Z Checking tracing v0.1.44
19702026-04-21T16:07:01.389Z Checking anstyle v1.0.13
19712026-04-21T16:07:01.426Z Checking untrusted v0.9.0
19722026-04-21T16:07:01.460Z Checking utf8parse v0.2.2
19732026-04-21T16:07:01.563Z Checking ring v0.17.14
19742026-04-21T16:07:01.602Z Checking proc-macro2 v1.0.106
19752026-04-21T16:07:01.606Z Checking base64ct v1.8.3
19762026-04-21T16:07:01.633Z Checking anstyle-parse v0.2.7
19772026-04-21T16:07:01.637Z Checking block-padding v0.3.3
19782026-04-21T16:07:01.797Z Checking aho-corasick v1.1.4
19792026-04-21T16:07:01.849Z Checking is_terminal_polyfill v1.70.2
19802026-04-21T16:07:01.956Z Checking quote v1.0.44
19812026-04-21T16:07:01.994Z Checking anstyle-query v1.1.5
19822026-04-21T16:07:01.997Z Checking colorchoice v1.0.4
19832026-04-21T16:07:02.106Z Checking inout v0.1.4
19842026-04-21T16:07:02.142Z Checking rustls-pki-types v1.14.0
19852026-04-21T16:07:02.178Z Checking anstream v0.6.21
19862026-04-21T16:07:02.182Z Checking syn v2.0.117
19872026-04-21T16:07:02.246Z Checking crossbeam-utils v0.8.21
19882026-04-21T16:07:02.282Z Checking httparse v1.10.1
19892026-04-21T16:07:02.411Z Checking cipher v0.4.4
19902026-04-21T16:07:02.470Z Checking terminal_size v0.4.3
19912026-04-21T16:07:02.523Z Checking clap_lex v1.0.0
19922026-04-21T16:07:02.528Z Checking regex-automata v0.4.14
19932026-04-21T16:07:02.596Z Checking tokio-util v0.7.18
19942026-04-21T16:07:02.633Z Checking strsim v0.11.1
19952026-04-21T16:07:02.637Z Checking pem-rfc7468 v0.7.0
19962026-04-21T16:07:02.666Z Checking http-body v1.0.1
19972026-04-21T16:07:02.731Z Checking sha2 v0.10.9
19982026-04-21T16:07:02.735Z Checking atomic-waker v1.1.2
19992026-04-21T16:07:02.825Z Checking clap_builder v4.5.60
20002026-04-21T16:07:02.861Z Checking rand_core v0.9.5
20012026-04-21T16:07:02.866Z Checking hmac v0.12.1
20022026-04-21T16:07:02.927Z Checking try-lock v0.2.5
20032026-04-21T16:07:03.037Z Checking httpdate v1.0.3
20042026-04-21T16:07:03.075Z Checking want v0.3.1
20052026-04-21T16:07:03.079Z Checking tower-service v0.3.3
20062026-04-21T16:07:03.079Z Checking flagset v0.4.7
20072026-04-21T16:07:03.211Z Checking ryu v1.0.23
20082026-04-21T16:07:03.250Z Checking pin-utils v0.1.0
20092026-04-21T16:07:03.253Z Checking h2 v0.4.13
20102026-04-21T16:07:03.280Z Checking tower-layer v0.3.3
20112026-04-21T16:07:03.347Z Checking der v0.7.10
20122026-04-21T16:07:03.350Z Checking erased-serde v0.3.31
20132026-04-21T16:07:03.414Z Checking powerfmt v0.2.0
20142026-04-21T16:07:03.456Z Checking rand_chacha v0.9.0
20152026-04-21T16:07:03.595Z Checking deranged v0.5.8
20162026-04-21T16:07:03.688Z Checking spin v0.9.8
20172026-04-21T16:07:03.792Z Checking slog v2.8.2
20182026-04-21T16:07:03.902Z Checking socket2 v0.5.10
20192026-04-21T16:07:04.072Z Checking clap v4.5.60
20202026-04-21T16:07:04.109Z Checking num_threads v0.1.7
20212026-04-21T16:07:04.144Z Checking num-conv v0.2.0
20222026-04-21T16:07:04.180Z Checking time-core v0.1.8
20232026-04-21T16:07:04.184Z Checking rand v0.9.2
20242026-04-21T16:07:04.248Z Checking anyhow v1.0.102
20252026-04-21T16:07:04.290Z Checking http-body-util v0.1.3
20262026-04-21T16:07:04.352Z Checking aws-lc-sys v0.37.1
20272026-04-21T16:07:04.389Z Checking untrusted v0.7.1
20282026-04-21T16:07:04.478Z Checking fastrand v2.3.0
20292026-04-21T16:07:04.516Z Checking spki v0.7.3
20302026-04-21T16:07:04.552Z Checking serde_urlencoded v0.7.1
20312026-04-21T16:07:04.556Z Checking time v0.3.47
20322026-04-21T16:07:04.556Z Checking pbkdf2 v0.12.2
20332026-04-21T16:07:04.684Z Checking aes v0.8.4
20342026-04-21T16:07:04.721Z Checking openssl-probe v0.2.1
20352026-04-21T16:07:04.725Z Checking regex v1.12.3
20362026-04-21T16:07:04.789Z Checking salsa20 v0.10.2
20372026-04-21T16:07:04.793Z Checking cbc v0.1.2
20382026-04-21T16:07:04.860Z Checking rand_chacha v0.3.1
20392026-04-21T16:07:04.896Z Checking aws-lc-rs v1.16.0
20402026-04-21T16:07:04.950Z Checking hex v0.4.3
20412026-04-21T16:07:04.986Z Checking pretty-hex v0.4.1
20422026-04-21T16:07:05.070Z Checking scrypt v0.11.0
20432026-04-21T16:07:05.106Z Checking rand v0.8.5
20442026-04-21T16:07:05.111Z Checking tempfile v3.25.0
20452026-04-21T16:07:05.175Z Checking ipnetwork v0.21.1
20462026-04-21T16:07:05.212Z Checking plain v0.2.3
20472026-04-21T16:07:05.246Z Checking pkcs5 v0.7.1
20482026-04-21T16:07:05.345Z Checking camino v1.2.2
20492026-04-21T16:07:05.381Z Checking ucd-trie v0.1.7
20502026-04-21T16:07:05.420Z Checking rustls-native-certs v0.8.3
20512026-04-21T16:07:05.537Z Checking pkcs8 v0.10.2
20522026-04-21T16:07:05.581Z Checking pest v2.8.6
20532026-04-21T16:07:05.618Z Checking sync_wrapper v1.0.2
20542026-04-21T16:07:05.655Z Checking webpki-roots v1.0.6
20552026-04-21T16:07:05.689Z Checking simd-adler32 v0.3.8
20562026-04-21T16:07:05.751Z Checking tower v0.5.3
20572026-04-21T16:07:05.755Z Checking iri-string v0.7.10
20582026-04-21T16:07:05.819Z Checking openapiv3 v2.2.0
20592026-04-21T16:07:05.824Z Checking rustls-webpki v0.103.9
20602026-04-21T16:07:05.824Z Checking either v1.15.0
20612026-04-21T16:07:05.922Z Checking mime v0.3.17
20622026-04-21T16:07:06.009Z Checking hyper v1.8.1
20632026-04-21T16:07:06.074Z Checking adler2 v2.0.1
20642026-04-21T16:07:06.126Z Checking winnow v0.7.14
20652026-04-21T16:07:06.162Z Checking static_assertions v1.1.0
20662026-04-21T16:07:06.209Z Checking miniz_oxide v0.8.9
20672026-04-21T16:07:06.264Z Checking oxnet v0.1.4
20682026-04-21T16:07:06.341Z Checking rustls v0.23.37
20692026-04-21T16:07:06.527Z Checking lazy_static v1.5.0
20702026-04-21T16:07:06.594Z Checking signature v2.2.0
20712026-04-21T16:07:06.647Z Checking hubpack v0.1.2
20722026-04-21T16:07:06.684Z Checking encoding_rs v0.8.35
20732026-04-21T16:07:06.752Z Checking strum v0.26.3
20742026-04-21T16:07:06.839Z Checking crc32fast v1.5.0
20752026-04-21T16:07:06.843Z Checking tower-http v0.6.8
20762026-04-21T16:07:06.908Z Checking foreign-types-shared v0.1.1
20772026-04-21T16:07:06.965Z Checking hyper-util v0.1.20
20782026-04-21T16:07:07.015Z Checking sha1 v0.10.6
20792026-04-21T16:07:07.051Z Checking foreign-types v0.3.2
20802026-04-21T16:07:07.151Z Checking openssl-sys v0.9.111
20812026-04-21T16:07:07.189Z Checking tinyvec_macros v0.1.1
20822026-04-21T16:07:07.193Z Checking serde_spanned v0.6.9
20832026-04-21T16:07:07.256Z Checking toml_datetime v0.6.11
20842026-04-21T16:07:07.291Z Checking tinyvec v1.10.0
20852026-04-21T16:07:07.351Z Checking num-integer v0.1.46
20862026-04-21T16:07:07.387Z Checking data-encoding v2.10.0
20872026-04-21T16:07:07.470Z Checking scroll v0.13.0
20882026-04-21T16:07:07.611Z Checking zlib-rs v0.6.2
20892026-04-21T16:07:07.651Z Checking bit-vec v0.8.0
20902026-04-21T16:07:07.681Z Checking openssl v0.10.75
20912026-04-21T16:07:07.715Z Checking base16ct v0.2.0
20922026-04-21T16:07:07.748Z Checking ff v0.13.1
20932026-04-21T16:07:07.752Z Checking goblin v0.10.5
20942026-04-21T16:07:07.864Z Checking bit-set v0.8.0
20952026-04-21T16:07:07.867Z Checking sec1 v0.7.3
20962026-04-21T16:07:07.932Z Checking memmap2 v0.9.10
20972026-04-21T16:07:08.038Z Checking wait-timeout v0.2.1
20982026-04-21T16:07:08.117Z Checking group v0.13.0
20992026-04-21T16:07:08.153Z Checking num-iter v0.1.45
21002026-04-21T16:07:08.190Z Checking dtrace-parser v0.3.0
21012026-04-21T16:07:08.226Z Checking bstr v1.12.1
21022026-04-21T16:07:08.292Z Checking hkdf v0.12.4
21032026-04-21T16:07:08.296Z Checking crossbeam-epoch v0.9.18
21042026-04-21T16:07:08.452Z Checking ahash v0.8.12
21052026-04-21T16:07:08.491Z Checking crypto-bigint v0.5.5
21062026-04-21T16:07:08.527Z Checking flate2 v1.1.9
21072026-04-21T16:07:08.562Z Checking thread-id v5.1.0
21082026-04-21T16:07:08.644Z Checking psl-types v2.0.11
21092026-04-21T16:07:08.681Z Checking quick-error v1.2.3
21102026-04-21T16:07:08.686Z Checking cookie v0.18.1
21112026-04-21T16:07:08.747Z Checking tokio-rustls v0.26.4
21122026-04-21T16:07:08.793Z Checking publicsuffix v2.3.0
21132026-04-21T16:07:08.828Z Checking rusty-fork v0.3.1
21142026-04-21T16:07:08.864Z Checking rand_xorshift v0.4.0
21152026-04-21T16:07:08.969Z Checking scroll v0.12.0
21162026-04-21T16:07:09.006Z Checking unarray v0.1.4
21172026-04-21T16:07:09.011Z Checking hyper-rustls v0.27.7
21182026-04-21T16:07:09.043Z Checking cookie_store v0.22.1
21192026-04-21T16:07:09.077Z Checking rustls-platform-verifier v0.6.2
21202026-04-21T16:07:09.142Z Checking proptest v1.10.0
21212026-04-21T16:07:09.226Z Checking goblin v0.8.2
21222026-04-21T16:07:09.276Z Checking num-bigint-dig v0.8.6
21232026-04-21T16:07:09.279Z Checking pkcs1 v0.7.5
21242026-04-21T16:07:09.403Z Checking elliptic-curve v0.13.8
21252026-04-21T16:07:09.441Z Checking x509-cert v0.2.5
21262026-04-21T16:07:09.546Z Checking zerocopy v0.7.35
21272026-04-21T16:07:09.663Z Checking native-tls v0.2.18
21282026-04-21T16:07:09.752Z Checking unicode-segmentation v1.12.0
21292026-04-21T16:07:09.868Z Checking tokio-native-tls v0.3.1
21302026-04-21T16:07:10.053Z Checking reqwest v0.13.2
21312026-04-21T16:07:10.089Z Checking hyper-tls v0.6.0
21322026-04-21T16:07:10.123Z Checking dtrace-parser v0.2.0
21332026-04-21T16:07:10.127Z Checking dof v0.4.0
21342026-04-21T16:07:10.155Z Checking rsa v0.9.10
21352026-04-21T16:07:10.158Z Checking rfc6979 v0.4.0
21362026-04-21T16:07:10.283Z Checking reqwest v0.12.28
21372026-04-21T16:07:10.321Z Checking thread-id v4.2.2
21382026-04-21T16:07:10.384Z Checking toml_write v0.1.2
21392026-04-21T16:07:10.430Z Checking ecdsa v0.16.9
21402026-04-21T16:07:10.584Z Checking toml_edit v0.22.27
21412026-04-21T16:07:10.684Z Checking toml_parser v1.0.9+spec-1.1.0
21422026-04-21T16:07:10.796Z Checking curve25519-dalek v4.1.3
21432026-04-21T16:07:10.858Z Checking usdt-impl v0.6.0
21442026-04-21T16:07:10.909Z Checking memoffset v0.9.1
21452026-04-21T16:07:10.945Z Checking newtype-uuid v1.3.2
21462026-04-21T16:07:11.020Z Checking rustix v0.38.44
21472026-04-21T16:07:11.054Z Checking env_filter v1.0.0
21482026-04-21T16:07:11.157Z Checking dof v0.3.0
21492026-04-21T16:07:11.161Z Checking keccak v0.1.6
21502026-04-21T16:07:11.227Z Checking daft v0.1.5
21512026-04-21T16:07:11.231Z Checking usdt v0.6.0
21522026-04-21T16:07:11.231Z Checking env_logger v0.11.9
21532026-04-21T16:07:11.384Z Checking sha3 v0.10.8
21542026-04-21T16:07:11.466Z Checking usdt-impl v0.5.0
21552026-04-21T16:07:11.503Z Checking ed25519 v2.2.3
21562026-04-21T16:07:11.506Z Checking itertools v0.13.0
21572026-04-21T16:07:11.506Z Checking serde_with v3.17.0
21582026-04-21T16:07:11.602Z Checking bitflags v1.3.2
21592026-04-21T16:07:11.637Z Checking siphasher v1.0.2
21602026-04-21T16:07:11.692Z Checking unicode-normalization v0.1.25
21612026-04-21T16:07:11.729Z Checking signal-hook v0.3.18
21622026-04-21T16:07:11.733Z Checking ed25519-dalek v2.2.0
21632026-04-21T16:07:11.794Z Checking winnow v0.5.40
21642026-04-21T16:07:11.830Z Checking managed v0.8.0
21652026-04-21T16:07:11.834Z Checking nix v0.31.2
21662026-04-21T16:07:11.955Z Checking bzip2-sys v0.1.13+1.0.8
21672026-04-21T16:07:12.031Z Checking object v0.37.3
21682026-04-21T16:07:12.067Z Checking foldhash v0.1.5
21692026-04-21T16:07:12.101Z Checking bzip2 v0.4.4
21702026-04-21T16:07:12.137Z Checking signal-hook-mio v0.2.5
21712026-04-21T16:07:12.232Z Checking hashbrown v0.15.5
21722026-04-21T16:07:12.270Z Checking ref-cast v1.0.25
21732026-04-21T16:07:12.304Z Checking zstd-sys v2.0.16+zstd.1.5.7
21742026-04-21T16:07:12.400Z Checking toml_datetime v0.7.5+spec-1.1.0
21752026-04-21T16:07:12.450Z Checking zstd-safe v7.2.4
21762026-04-21T16:07:12.621Z Checking zip v0.6.6
21772026-04-21T16:07:12.659Z Checking bumpalo v3.20.2
21782026-04-21T16:07:12.662Z Checking libbz2-rs-sys v0.2.2
21792026-04-21T16:07:12.727Z Checking zstd v0.13.3
21802026-04-21T16:07:12.891Z Checking zopfli v0.8.3
21812026-04-21T16:07:12.927Z Checking crossterm v0.28.1
21822026-04-21T16:07:12.962Z Checking similar v2.7.0
21832026-04-21T16:07:12.997Z Checking toml_edit v0.19.15
21842026-04-21T16:07:13.002Z Checking tokio-stream v0.1.18
21852026-04-21T16:07:13.066Z Checking fs-err v3.3.0
21862026-04-21T16:07:13.105Z Checking bzip2 v0.6.1
21872026-04-21T16:07:13.246Z Checking hash32 v0.2.1
21882026-04-21T16:07:13.301Z Checking serde-big-array v0.5.1
21892026-04-21T16:07:13.371Z Checking unicode-properties v0.1.4
21902026-04-21T16:07:13.408Z Checking unicode-bidi v0.3.18
21912026-04-21T16:07:13.443Z Checking jiff v0.2.21
21922026-04-21T16:07:13.447Z Checking predicates-core v1.0.10
21932026-04-21T16:07:13.510Z Checking heapless v0.7.17
21942026-04-21T16:07:13.586Z Checking hickory-proto v0.25.2
21952026-04-21T16:07:13.622Z Checking md-5 v0.10.6
21962026-04-21T16:07:13.662Z Checking float-cmp v0.10.0
21972026-04-21T16:07:13.727Z Checking stringprep v0.1.5
21982026-04-21T16:07:13.788Z Checking fallible-iterator v0.2.0
21992026-04-21T16:07:13.822Z Checking difflib v0.4.0
22002026-04-21T16:07:13.907Z Checking rustc-hash v2.1.1
22012026-04-21T16:07:13.945Z Checking normalize-line-endings v0.3.0
22022026-04-21T16:07:14.023Z Checking smoltcp v0.9.1
22032026-04-21T16:07:14.060Z Checking iddqd v0.3.17
22042026-04-21T16:07:14.065Z Checking toml v0.7.8
22052026-04-21T16:07:14.065Z Checking predicates v3.1.4
22062026-04-21T16:07:14.157Z Checking postgres-protocol v0.6.10
22072026-04-21T16:07:14.377Z Checking phf_shared v0.11.3
22082026-04-21T16:07:14.413Z Checking phf_shared v0.13.1
22092026-04-21T16:07:14.448Z Checking buf-list v1.1.2
22102026-04-21T16:07:14.496Z Checking strum v0.27.2
22112026-04-21T16:07:14.549Z Checking lalrpop-util v0.19.12
22122026-04-21T16:07:14.635Z Checking new_debug_unreachable v1.0.6
22132026-04-21T16:07:14.639Z Checking fixedbitset v0.5.7
22142026-04-21T16:07:14.639Z Checking precomputed-hash v0.1.1
22152026-04-21T16:07:14.737Z Checking fixedbitset v0.4.2
22162026-04-21T16:07:14.741Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-04-21T16:07:14.741Z Checking phf v0.13.1
22182026-04-21T16:07:14.835Z Checking string_cache v0.8.9
22192026-04-21T16:07:14.887Z Checking petgraph v0.8.3
22202026-04-21T16:07:14.924Z Checking petgraph v0.6.5
22212026-04-21T16:07:14.958Z Checking postgres-types v0.2.12
22222026-04-21T16:07:14.962Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22232026-04-21T16:07:15.027Z Checking whoami v2.1.0
22242026-04-21T16:07:15.247Z Checking peg-runtime v0.8.5
22252026-04-21T16:07:15.318Z Checking tokio-postgres v0.7.16
22262026-04-21T16:07:15.396Z Checking futures-executor v0.3.32
22272026-04-21T16:07:15.433Z Checking is-terminal v0.4.17
22282026-04-21T16:07:15.552Z Checking crossbeam-channel v0.5.15
22292026-04-21T16:07:15.591Z Checking futures v0.3.32
22302026-04-21T16:07:15.701Z Compiling structmeta-derive v0.3.0
22312026-04-21T16:07:15.739Z Checking zip v4.6.1
22322026-04-21T16:07:15.913Z Checking thread_local v1.1.9
22332026-04-21T16:07:16.109Z Checking take_mut v0.2.2
22342026-04-21T16:07:16.215Z Checking term v1.2.1
22352026-04-21T16:07:16.250Z Checking slog-async v2.8.0
22362026-04-21T16:07:16.335Z Compiling newtype-uuid-macros v0.1.0
22372026-04-21T16:07:16.392Z Compiling rustls v0.22.4
22382026-04-21T16:07:16.450Z Compiling multer v3.1.0
22392026-04-21T16:07:16.486Z Checking slog-term v2.9.2
22402026-04-21T16:07:16.520Z Checking regress v0.10.5
22412026-04-21T16:07:16.591Z Compiling async-stream-impl v0.3.6
22422026-04-21T16:07:16.709Z Compiling dropshot v0.16.7
22432026-04-21T16:07:16.745Z Compiling dropshot_endpoint v0.16.7
22442026-04-21T16:07:16.777Z Checking match_cfg v0.1.0
22452026-04-21T16:07:16.814Z Compiling structmeta v0.3.0
22462026-04-21T16:07:16.880Z Checking hostname v0.3.1
22472026-04-21T16:07:17.007Z Checking slog-json v2.6.1
22482026-04-21T16:07:17.042Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22492026-04-21T16:07:17.078Z Compiling derive-ex v0.1.8
22502026-04-21T16:07:17.150Z Checking debug-ignore v1.0.5
22512026-04-21T16:07:17.189Z Checking slog-bunyan v2.5.0
22522026-04-21T16:07:17.229Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22532026-04-21T16:07:17.268Z Checking serde_spanned v1.0.4
22542026-04-21T16:07:17.301Z Checking toml_writer v1.0.6+spec-1.1.0
22552026-04-21T16:07:17.337Z Checking progenitor-client v0.13.0
22562026-04-21T16:07:17.429Z Checking rustls-webpki v0.102.8
22572026-04-21T16:07:17.462Z Checking serde_path_to_error v0.1.20
22582026-04-21T16:07:17.520Z Checking async-stream v0.3.6
22592026-04-21T16:07:17.670Z Checking waitgroup v0.1.2
22602026-04-21T16:07:17.706Z Checking rustls-pemfile v2.2.0
22612026-04-21T16:07:17.763Z Checking hostname v0.4.2
22622026-04-21T16:07:17.802Z Checking toml v0.9.12+spec-1.1.0
22632026-04-21T16:07:17.870Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-04-21T16:07:17.909Z Compiling parse-display-derive v0.10.0
22652026-04-21T16:07:17.913Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22662026-04-21T16:07:17.990Z Checking itertools v0.14.0
22672026-04-21T16:07:18.026Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22682026-04-21T16:07:18.078Z Checking macaddr v1.0.1
22692026-04-21T16:07:18.287Z Checking instant v0.1.13
22702026-04-21T16:07:18.399Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22712026-04-21T16:07:18.435Z Checking progenitor-client v0.10.0
22722026-04-21T16:07:18.471Z Checking backoff v0.4.0
22732026-04-21T16:07:18.548Z Checking backon v1.6.0
22742026-04-21T16:07:18.661Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22752026-04-21T16:07:18.699Z Checking unicode-width v0.2.0
22762026-04-21T16:07:18.766Z Checking progenitor-extras v0.1.1
22772026-04-21T16:07:18.812Z Compiling test-strategy v0.4.5
22782026-04-21T16:07:19.009Z Checking heck v0.5.0
22792026-04-21T16:07:19.045Z Compiling convert_case v0.4.0
22802026-04-21T16:07:19.079Z Checking half v2.7.1
22812026-04-21T16:07:19.157Z Checking ciborium-io v0.2.2
22822026-04-21T16:07:19.161Z Checking secrecy v0.10.3
22832026-04-21T16:07:19.280Z Checking indent_write v2.2.0
22842026-04-21T16:07:19.315Z Checking tokio-rustls v0.25.0
22852026-04-21T16:07:19.349Z Checking universal-hash v0.5.1
22862026-04-21T16:07:19.381Z Checking ciborium-ll v0.2.2
22872026-04-21T16:07:19.438Z Compiling derive_more v0.99.20
22882026-04-21T16:07:19.442Z Checking opaque-debug v0.3.1
22892026-04-21T16:07:19.506Z Compiling unsafe-libyaml v0.2.11
22902026-04-21T16:07:19.577Z Checking camino-tempfile v1.4.1
22912026-04-21T16:07:19.611Z Checking ciborium v0.2.2
22922026-04-21T16:07:19.654Z Checking parse-display v0.10.0
22932026-04-21T16:07:19.764Z Compiling crucible-workspace-hack v0.1.0
22942026-04-21T16:07:19.830Z Checking aead v0.5.2
22952026-04-21T16:07:20.005Z Checking poly1305 v0.8.0
22962026-04-21T16:07:20.048Z Compiling serde_yaml v0.9.34+deprecated
22972026-04-21T16:07:20.181Z Checking chacha20 v0.9.1
22982026-04-21T16:07:20.274Z Compiling typify-impl v0.6.1
22992026-04-21T16:07:20.342Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23002026-04-21T16:07:20.401Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23012026-04-21T16:07:20.748Z Compiling thiserror-impl-no-std v2.0.2
23022026-04-21T16:07:20.752Z Checking swrite v0.1.0
23032026-04-21T16:07:20.904Z Checking password-hash v0.5.0
23042026-04-21T16:07:21.170Z Checking blake2 v0.10.6
23052026-04-21T16:07:21.441Z Checking argon2 v0.5.3
23062026-04-21T16:07:21.479Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23072026-04-21T16:07:21.482Z Checking chacha20poly1305 v0.10.1
23082026-04-21T16:07:21.546Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23092026-04-21T16:07:21.668Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23102026-04-21T16:07:21.808Z Checking byte-wrapper v0.1.0
23112026-04-21T16:07:21.862Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23122026-04-21T16:07:21.897Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23132026-04-21T16:07:21.989Z Checking thiserror-no-std v2.0.2
23142026-04-21T16:07:22.059Z Checking crossbeam-deque v0.8.6
23152026-04-21T16:07:22.096Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23162026-04-21T16:07:22.131Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23172026-04-21T16:07:22.135Z Checking vsss-rs v3.3.4
23182026-04-21T16:07:22.198Z Compiling rayon-core v1.13.0
23192026-04-21T16:07:22.270Z Checking toml v0.8.23
23202026-04-21T16:07:22.630Z Compiling proc-macro-error v1.0.4
23212026-04-21T16:07:22.822Z Checking rayon v1.11.0
23222026-04-21T16:07:22.859Z Compiling toml_edit v0.23.10+spec-1.0.0
23232026-04-21T16:07:22.973Z Checking glob v0.3.3
23242026-04-21T16:07:23.188Z Checking unicode-width v0.1.14
23252026-04-21T16:07:23.291Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23262026-04-21T16:07:23.325Z Checking tabwriter v1.4.1
23272026-04-21T16:07:23.467Z Compiling proc-macro-crate v3.4.0
23282026-04-21T16:07:23.502Z Compiling heapless v0.8.0
23292026-04-21T16:07:23.654Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23302026-04-21T16:07:23.785Z Compiling ingot-macros v0.1.1
23312026-04-21T16:07:23.960Z Checking hash32 v0.3.1
23322026-04-21T16:07:24.019Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-04-21T16:07:24.053Z Compiling smoltcp v0.11.0
23342026-04-21T16:07:24.304Z Checking cobs v0.3.0
23352026-04-21T16:07:24.308Z Compiling usdt-macro v0.5.0
23362026-04-21T16:07:24.462Z Compiling usdt-attr-macro v0.5.0
23372026-04-21T16:07:24.499Z Checking memmap v0.7.0
23382026-04-21T16:07:24.502Z Checking colored v3.1.1
23392026-04-21T16:07:24.566Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23402026-04-21T16:07:24.766Z Checking postcard v1.1.3
23412026-04-21T16:07:24.832Z Compiling typify-macro v0.6.1
23422026-04-21T16:07:24.877Z Compiling num_enum_derive v0.7.5
23432026-04-21T16:07:25.087Z Compiling proc-macro-crate v1.3.1
23442026-04-21T16:07:25.122Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23452026-04-21T16:07:25.270Z Checking usdt v0.5.0
23462026-04-21T16:07:25.357Z Checking sigpipe v0.1.3
23472026-04-21T16:07:25.468Z Compiling foreign-types-macros v0.2.3
23482026-04-21T16:07:25.472Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23492026-04-21T16:07:25.536Z Checking foreign-types-shared v0.3.1
23502026-04-21T16:07:25.657Z Checking cpufeatures v0.3.0
23512026-04-21T16:07:25.765Z Checking chacha20 v0.10.0
23522026-04-21T16:07:25.800Z Compiling num_enum_derive v0.5.11
23532026-04-21T16:07:25.940Z Checking num_enum v0.7.5
23542026-04-21T16:07:26.028Z Checking cstr-argument v0.1.2
23552026-04-21T16:07:26.083Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23562026-04-21T16:07:26.116Z Checking foreign-types v0.5.0
23572026-04-21T16:07:26.148Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23582026-04-21T16:07:26.181Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23592026-04-21T16:07:26.223Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23602026-04-21T16:07:26.438Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23612026-04-21T16:07:26.480Z Checking rand v0.10.0
23622026-04-21T16:07:26.530Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23632026-04-21T16:07:26.594Z Checking ingot-types v0.1.2
23642026-04-21T16:07:26.598Z Compiling typify v0.6.1
23652026-04-21T16:07:26.695Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23662026-04-21T16:07:26.698Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23672026-04-21T16:07:26.699Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-04-21T16:07:26.792Z Compiling progenitor-impl v0.13.0
23692026-04-21T16:07:26.858Z Checking num_enum v0.5.11
23702026-04-21T16:07:26.858Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23712026-04-21T16:07:26.970Z Compiling zone_cfg_derive v0.3.1
23722026-04-21T16:07:27.015Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23732026-04-21T16:07:27.050Z Checking ingot v0.1.1
23742026-04-21T16:07:27.238Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23752026-04-21T16:07:27.295Z Checking itertools v0.12.1
23762026-04-21T16:07:27.442Z Compiling num-derive v0.4.2
23772026-04-21T16:07:27.646Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23782026-04-21T16:07:27.817Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23792026-04-21T16:07:27.951Z Checking smf v0.2.3
23802026-04-21T16:07:28.000Z Checking whoami v1.6.1
23812026-04-21T16:07:28.095Z Checking tokio-dtrace v0.1.1
23822026-04-21T16:07:28.205Z Compiling derive-where v1.6.0
23832026-04-21T16:07:28.239Z Checking console v0.15.11
23842026-04-21T16:07:28.312Z Checking oxide-tokio-rt v0.1.4
23852026-04-21T16:07:28.359Z Checking zone v0.3.1
23862026-04-21T16:07:28.404Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23872026-04-21T16:07:28.513Z Checking atomicwrites v0.4.4
23882026-04-21T16:07:28.547Z Checking newline-converter v0.3.0
23892026-04-21T16:07:28.655Z Checking bytecount v0.6.9
23902026-04-21T16:07:28.689Z Compiling owo-colors v4.3.0
23912026-04-21T16:07:28.693Z Checking expectorate v1.2.0
23922026-04-21T16:07:28.753Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23932026-04-21T16:07:28.757Z Compiling cancel-safe-futures v0.1.5
23942026-04-21T16:07:28.817Z Checking libsw-core v0.3.2
23952026-04-21T16:07:28.874Z Compiling prettyplease v0.2.37
23962026-04-21T16:07:28.989Z Checking libsw v3.5.0
23972026-04-21T16:07:29.199Z Checking num-rational v0.4.2
23982026-04-21T16:07:29.231Z Checking num-complex v0.4.6
23992026-04-21T16:07:29.363Z Checking same-file v1.0.6
24002026-04-21T16:07:29.498Z Checking linear-map v1.2.0
24012026-04-21T16:07:29.534Z Checking walkdir v2.5.0
24022026-04-21T16:07:29.537Z Compiling progenitor-macro v0.13.0
24032026-04-21T16:07:29.601Z Checking num v0.4.3
24042026-04-21T16:07:29.630Z Checking float-ord v0.3.2
24052026-04-21T16:07:29.694Z Checking gethostname v0.5.0
24062026-04-21T16:07:29.726Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-04-21T16:07:29.758Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24082026-04-21T16:07:29.761Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24092026-04-21T16:07:29.826Z Compiling async-recursion v1.1.1
24102026-04-21T16:07:29.829Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24112026-04-21T16:07:29.937Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24122026-04-21T16:07:30.899Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24132026-04-21T16:07:31.506Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-04-21T16:07:32.362Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24152026-04-21T16:07:33.314Z Checking smawk v0.3.2
24162026-04-21T16:07:33.478Z Checking resolv-conf v0.7.6
24172026-04-21T16:07:33.689Z Checking unicode-linebreak v0.1.5
24182026-04-21T16:07:33.723Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-04-21T16:07:33.929Z Checking papergrid v0.11.0
24202026-04-21T16:07:33.992Z Compiling tabled_derive v0.7.0
24212026-04-21T16:07:34.121Z Checking globset v0.4.18
24222026-04-21T16:07:34.425Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24232026-04-21T16:07:34.429Z Compiling convert_case v0.10.0
24242026-04-21T16:07:34.513Z Checking progenitor v0.13.0
24252026-04-21T16:07:34.679Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24262026-04-21T16:07:34.769Z Compiling slog-dtrace v0.3.0
24272026-04-21T16:07:34.974Z Checking tabled v0.15.0
24282026-04-21T16:07:35.042Z Compiling derive_more-impl v2.1.1
24292026-04-21T16:07:35.139Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24302026-04-21T16:07:35.250Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24312026-04-21T16:07:35.918Z Compiling pin-project-internal v1.1.11
24322026-04-21T16:07:35.955Z Checking derive_more v2.1.1
24332026-04-21T16:07:36.062Z Checking crossterm v0.29.0
24342026-04-21T16:07:36.065Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24352026-04-21T16:07:36.169Z Checking pem v3.0.6
24362026-04-21T16:07:36.339Z Checking fd-lock v4.0.4
24372026-04-21T16:07:36.374Z Checking vte v0.14.1
24382026-04-21T16:07:36.497Z Checking display-error-chain v0.2.2
24392026-04-21T16:07:36.557Z Checking strip-ansi-escapes v0.2.1
24402026-04-21T16:07:36.648Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24412026-04-21T16:07:36.684Z Compiling snafu-derive v0.8.9
24422026-04-21T16:07:36.717Z Checking linked-hash-map v0.5.6
24432026-04-21T16:07:36.817Z Checking nu-ansi-term v0.50.3
24442026-04-21T16:07:36.961Z Checking termtree v0.5.1
24452026-04-21T16:07:37.083Z Checking pin-project v1.1.11
24462026-04-21T16:07:37.116Z Checking reedline v0.40.0
24472026-04-21T16:07:37.149Z Checking lru-cache v0.1.2
24482026-04-21T16:07:37.211Z Checking textwrap v0.16.2
24492026-04-21T16:07:37.264Z Checking olpc-cjson v0.1.4
24502026-04-21T16:07:37.300Z Checking hickory-proto v0.24.4
24512026-04-21T16:07:37.423Z Checking serde_plain v1.0.2
24522026-04-21T16:07:37.457Z Compiling minimal-lexical v0.2.1
24532026-04-21T16:07:37.490Z Checking typed-path v0.9.3
24542026-04-21T16:07:37.602Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24552026-04-21T16:07:37.747Z Compiling nom v7.1.3
24562026-04-21T16:07:38.185Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24572026-04-21T16:07:38.223Z Compiling ar_archive_writer v0.5.1
24582026-04-21T16:07:38.293Z Checking humantime v2.3.0
24592026-04-21T16:07:38.329Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24602026-04-21T16:07:38.808Z Checking csv-core v0.1.13
24612026-04-21T16:07:38.808Z Checking snafu v0.8.9
24622026-04-21T16:07:38.808Z Checking csv v1.4.0
24632026-04-21T16:07:38.811Z Compiling stacker v0.1.23
24642026-04-21T16:07:38.812Z Checking highway v1.3.0
24652026-04-21T16:07:38.951Z Checking tough v0.20.0
24662026-04-21T16:07:39.101Z Compiling cfg_aliases v0.1.1
24672026-04-21T16:07:39.133Z Checking hickory-resolver v0.24.4
24682026-04-21T16:07:39.136Z Compiling psm v0.1.30
24692026-04-21T16:07:39.136Z Checking nibble_vec v0.1.0
24702026-04-21T16:07:39.137Z Checking endian-type v0.1.2
24712026-04-21T16:07:39.296Z Checking home v0.5.12
24722026-04-21T16:07:39.299Z Compiling nix v0.28.0
24732026-04-21T16:07:39.299Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24742026-04-21T16:07:39.392Z Checking radix_trie v0.2.1
24752026-04-21T16:07:39.428Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24762026-04-21T16:07:39.630Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24772026-04-21T16:07:39.828Z Checking phf_shared v0.12.1
24782026-04-21T16:07:39.864Z Compiling recursive-proc-macro-impl v0.1.1
24792026-04-21T16:07:39.997Z Compiling semver v0.1.20
24802026-04-21T16:07:40.000Z Checking qorb v0.4.1
24812026-04-21T16:07:40.155Z Compiling chrono-tz v0.10.4
24822026-04-21T16:07:40.217Z Compiling rustc_version v0.1.7
24832026-04-21T16:07:40.293Z Checking phf v0.12.1
24842026-04-21T16:07:40.360Z Checking recursive v0.1.1
24852026-04-21T16:07:40.434Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24862026-04-21T16:07:40.467Z Compiling const_format_proc_macros v0.2.34
24872026-04-21T16:07:40.501Z Compiling peg-macros v0.8.5
24882026-04-21T16:07:40.504Z Checking winnow v0.6.26
24892026-04-21T16:07:40.945Z Compiling sqlparser_derive v0.5.0
24902026-04-21T16:07:40.979Z Checking unicode_categories v0.1.1
24912026-04-21T16:07:41.273Z Checking rustyline v14.0.0
24922026-04-21T16:07:41.307Z Checking const_format v0.2.35
24932026-04-21T16:07:41.573Z Compiling newtype_derive v0.1.6
24942026-04-21T16:07:41.709Z Checking sqlformat v0.3.5
24952026-04-21T16:07:41.743Z Checking sqlparser v0.61.0
24962026-04-21T16:07:42.032Z Checking peg v0.8.5
24972026-04-21T16:07:42.035Z Checking bcs v0.1.6
24982026-04-21T16:07:42.209Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24992026-04-21T16:07:42.332Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25002026-04-21T16:07:42.368Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25012026-04-21T16:07:42.431Z Checking steno v0.4.1
25022026-04-21T16:07:42.527Z Checking filetime v0.2.27
25032026-04-21T16:07:42.660Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25042026-04-21T16:07:42.700Z Checking xattr v1.6.1
25052026-04-21T16:07:42.865Z Checking tar v0.4.45
25062026-04-21T16:07:43.287Z Checking subprocess v0.2.15
25072026-04-21T16:07:43.334Z Checking base64 v0.21.7
25082026-04-21T16:07:43.485Z Checking headers-core v0.3.0
25092026-04-21T16:07:43.595Z Checking yasna v0.5.2
25102026-04-21T16:07:43.630Z Checking headers v0.4.1
25112026-04-21T16:07:43.633Z Checking dropshot-api-manager-types v0.6.0
25122026-04-21T16:07:43.664Z Checking tagptr v0.2.0
25132026-04-21T16:07:43.865Z Checking moka v0.12.13
25142026-04-21T16:07:44.002Z Checking rcgen v0.12.1
25152026-04-21T16:07:44.126Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25162026-04-21T16:07:44.333Z Checking utf-8 v0.7.6
25172026-04-21T16:07:44.367Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25182026-04-21T16:07:44.515Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25192026-04-21T16:07:44.558Z Compiling radium v0.7.0
25202026-04-21T16:07:44.592Z Checking hickory-resolver v0.25.2
25212026-04-21T16:07:44.805Z Compiling libefi-sys v0.1.0
25222026-04-21T16:07:44.890Z Compiling bitfield-struct v0.6.2
25232026-04-21T16:07:45.062Z Compiling maybe-uninit v2.0.0
25242026-04-21T16:07:45.097Z Checking tap v1.0.1
25252026-04-21T16:07:45.235Z Checking wyz v0.5.1
25262026-04-21T16:07:45.321Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25272026-04-21T16:07:45.505Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25282026-04-21T16:07:45.550Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25292026-04-21T16:07:45.643Z Compiling zerocopy-derive v0.6.6
25302026-04-21T16:07:45.678Z Checking crc-catalog v2.4.0
25312026-04-21T16:07:45.801Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25322026-04-21T16:07:45.835Z Checking funty v2.0.0
25332026-04-21T16:07:45.866Z Compiling packed_struct v0.10.1
25342026-04-21T16:07:45.906Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25352026-04-21T16:07:46.179Z Checking crc v3.4.0
25362026-04-21T16:07:46.211Z Checking bitvec v1.0.1
25372026-04-21T16:07:46.244Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25382026-04-21T16:07:46.309Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25392026-04-21T16:07:46.372Z Checking tungstenite v0.21.0
25402026-04-21T16:07:46.405Z Compiling packed_struct_codegen v0.10.1
25412026-04-21T16:07:46.438Z Compiling bitfield-macros v0.19.4
25422026-04-21T16:07:46.516Z Checking zerocopy v0.6.6
25432026-04-21T16:07:46.813Z Compiling indexmap v1.9.3
25442026-04-21T16:07:46.846Z Checking nodrop v0.1.14
25452026-04-21T16:07:46.982Z Checking array-init v0.0.4
25462026-04-21T16:07:47.112Z Checking tokio-tungstenite v0.21.0
25472026-04-21T16:07:47.184Z Checking bitfield v0.19.4
25482026-04-21T16:07:47.319Z Checking smallvec v0.6.14
25492026-04-21T16:07:47.422Z Checking hashbrown v0.12.3
25502026-04-21T16:07:47.491Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25512026-04-21T16:07:47.531Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25522026-04-21T16:07:47.563Z Checking serde-hex v0.1.0
25532026-04-21T16:07:47.682Z Checking ron v0.8.1
25542026-04-21T16:07:48.229Z Checking hashbrown v0.13.2
25552026-04-21T16:07:48.262Z Checking crc-any v2.5.0
25562026-04-21T16:07:48.462Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25572026-04-21T16:07:48.498Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25582026-04-21T16:07:48.532Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25592026-04-21T16:07:48.653Z Checking path-slash v0.1.5
25602026-04-21T16:07:48.685Z Checking object v0.30.4
25612026-04-21T16:07:48.689Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25622026-04-21T16:07:48.766Z Compiling xshell-macros v0.2.7
25632026-04-21T16:07:48.799Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25642026-04-21T16:07:49.086Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25652026-04-21T16:07:49.174Z Checking xshell v0.2.7
25662026-04-21T16:07:49.209Z Checking half v1.8.3
25672026-04-21T16:07:49.395Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25682026-04-21T16:07:49.434Z Checking serde_cbor v0.11.2
25692026-04-21T16:07:49.761Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25702026-04-21T16:07:50.011Z Compiling num-derive v0.3.3
25712026-04-21T16:07:50.019Z Compiling proc-macro-error-attr2 v2.0.0
25722026-04-21T16:07:50.109Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25732026-04-21T16:07:50.171Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25742026-04-21T16:07:50.387Z Checking papergrid v0.17.0
25752026-04-21T16:07:50.458Z Compiling proc-macro-error2 v2.0.1
25762026-04-21T16:07:50.801Z Compiling tabled_derive v0.11.0
25772026-04-21T16:07:50.835Z Checking testing_table v0.3.0
25782026-04-21T16:07:50.934Z Checking libscf-sys v1.1.0
25792026-04-21T16:07:50.967Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25802026-04-21T16:07:51.098Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25812026-04-21T16:07:51.213Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25822026-04-21T16:07:51.335Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25832026-04-21T16:07:51.497Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25842026-04-21T16:07:51.608Z Checking maplit v1.0.2
25852026-04-21T16:07:51.718Z Checking fxhash v0.2.1
25862026-04-21T16:07:51.750Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25872026-04-21T16:07:51.826Z Checking crc8 v0.1.1
25882026-04-21T16:07:51.870Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25892026-04-21T16:07:51.987Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25902026-04-21T16:07:52.046Z Checking tabled v0.20.0
25912026-04-21T16:07:52.170Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25922026-04-21T16:07:52.525Z Checking unicase v2.9.0
25932026-04-21T16:07:52.718Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25942026-04-21T16:07:52.753Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25952026-04-21T16:07:52.858Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25962026-04-21T16:07:53.066Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25972026-04-21T16:07:53.156Z Checking kstat-rs v0.2.4
25982026-04-21T16:07:53.288Z Compiling diesel_derives v2.3.7
25992026-04-21T16:07:53.363Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26002026-04-21T16:07:53.395Z Compiling typify-impl v0.4.3
26012026-04-21T16:07:53.540Z Checking scheduled-thread-pool v0.2.7
26022026-04-21T16:07:53.657Z Compiling dsl_auto_type v0.2.0
26032026-04-21T16:07:53.716Z Checking arc-swap v1.8.2
26042026-04-21T16:07:53.975Z Compiling vergen-gitcl v1.0.8
26052026-04-21T16:07:54.130Z Compiling diesel_table_macro_syntax v0.3.0
26062026-04-21T16:07:54.164Z Compiling parking_lot_core v0.8.6
26072026-04-21T16:07:54.240Z Checking slog-scope v4.4.1
26082026-04-21T16:07:54.312Z Checking r2d2 v0.8.10
26092026-04-21T16:07:54.409Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26102026-04-21T16:07:54.486Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26112026-04-21T16:07:54.743Z Compiling git-stub v1.0.0
26122026-04-21T16:07:54.842Z Checking downcast-rs v2.0.2
26132026-04-21T16:07:54.971Z Compiling git-stub-vcs v0.1.0
26142026-04-21T16:07:55.264Z Checking slog-stdlog v4.1.1
26152026-04-21T16:07:55.388Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26162026-04-21T16:07:55.392Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26172026-04-21T16:07:55.443Z Checking slog-envlogger v2.2.0
26182026-04-21T16:07:55.624Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26192026-04-21T16:07:55.734Z Checking parking_lot v0.11.2
26202026-04-21T16:07:55.939Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26212026-04-21T16:07:55.971Z Checking prefix-trie v0.7.0
26222026-04-21T16:07:56.154Z Checking sled v0.34.7
26232026-04-21T16:07:56.223Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26242026-04-21T16:07:56.265Z Checking nanorand v0.7.0
26252026-04-21T16:07:56.331Z Checking hickory-server v0.25.2
26262026-04-21T16:07:56.418Z Compiling dirs-sys-next v0.1.2
26272026-04-21T16:07:56.500Z Compiling crunchy v0.2.4
26282026-04-21T16:07:56.728Z Compiling dirs-next v2.0.0
26292026-04-21T16:07:56.762Z Checking flume v0.11.1
26302026-04-21T16:07:56.838Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26312026-04-21T16:07:56.887Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26322026-04-21T16:07:56.890Z Compiling clang-sys v1.8.1
26332026-04-21T16:07:57.063Z Compiling tiny-keccak v2.0.2
26342026-04-21T16:07:57.364Z Compiling term v0.7.0
26352026-04-21T16:07:57.463Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26362026-04-21T16:07:57.542Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26372026-04-21T16:07:57.848Z Compiling bit-vec v0.6.3
26382026-04-21T16:07:57.912Z Compiling typify-macro v0.4.3
26392026-04-21T16:07:57.962Z Compiling salty v0.3.0
26402026-04-21T16:07:58.099Z Compiling bit-set v0.5.3
26412026-04-21T16:07:58.276Z Compiling ascii-canvas v3.0.0
26422026-04-21T16:07:58.418Z Checking primeorder v0.13.6
26432026-04-21T16:07:58.556Z Compiling itertools v0.10.5
26442026-04-21T16:07:58.694Z Compiling ena v0.14.4
26452026-04-21T16:07:58.752Z Compiling libloading v0.8.9
26462026-04-21T16:07:58.785Z Compiling fs-err v2.11.0
26472026-04-21T16:07:58.860Z Compiling regex-syntax v0.6.29
26482026-04-21T16:07:58.933Z Compiling diff v0.1.13
26492026-04-21T16:07:58.990Z Compiling bindgen v0.71.1
26502026-04-21T16:07:59.498Z Compiling cexpr v0.6.0
26512026-04-21T16:07:59.531Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26522026-04-21T16:07:59.638Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26532026-04-21T16:07:59.669Z Compiling typify v0.4.3
26542026-04-21T16:07:59.702Z Checking diesel v2.3.7
26552026-04-21T16:07:59.947Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26562026-04-21T16:08:00.183Z Compiling lalrpop v0.19.12
26572026-04-21T16:08:00.216Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26582026-04-21T16:08:00.248Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26592026-04-21T16:08:00.472Z Compiling libxml v0.3.3
26602026-04-21T16:08:00.587Z Checking parse-size v1.1.0
26612026-04-21T16:08:00.754Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26622026-04-21T16:08:00.798Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26632026-04-21T16:08:00.967Z Checking p384 v0.13.1
26642026-04-21T16:08:01.135Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26652026-04-21T16:08:01.419Z Compiling strum_macros v0.24.3
26662026-04-21T16:08:01.629Z Checking assert_matches v1.5.0
26672026-04-21T16:08:01.735Z Compiling indoc v1.0.9
26682026-04-21T16:08:02.834Z Compiling progenitor-impl v0.10.0
26692026-04-21T16:08:02.893Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26702026-04-21T16:08:02.963Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-04-21T16:08:03.189Z Checking predicates-tree v1.0.13
26722026-04-21T16:08:03.337Z Checking derive_builder v0.20.2
26732026-04-21T16:08:03.484Z Checking quick-xml v0.37.5
26742026-04-21T16:08:03.658Z Compiling oso-derive v0.27.3
26752026-04-21T16:08:03.883Z Compiling trait-variant v0.1.2
26762026-04-21T16:08:04.168Z Compiling impl-trait-for-tuples v0.2.3
26772026-04-21T16:08:04.387Z Checking openssl-probe v0.1.6
26782026-04-21T16:08:04.454Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26792026-04-21T16:08:04.527Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26802026-04-21T16:08:05.234Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26812026-04-21T16:08:05.444Z Compiling progenitor-macro v0.10.0
26822026-04-21T16:08:05.847Z Compiling progenitor-impl v0.11.2
26832026-04-21T16:08:05.916Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26842026-04-21T16:08:06.679Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26852026-04-21T16:08:07.908Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26862026-04-21T16:08:08.522Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26872026-04-21T16:08:08.559Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-04-21T16:08:09.164Z Checking toml_datetime v1.0.0+spec-1.1.0
26892026-04-21T16:08:09.406Z Checking toml v1.0.6+spec-1.1.0
26902026-04-21T16:08:09.599Z Compiling mime_guess v2.0.5
26912026-04-21T16:08:10.026Z Compiling progenitor-macro v0.11.2
26922026-04-21T16:08:10.386Z Checking progenitor v0.10.0
26932026-04-21T16:08:10.477Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26942026-04-21T16:08:10.563Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26952026-04-21T16:08:10.904Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26962026-04-21T16:08:11.090Z Checking progenitor-client v0.11.2
26972026-04-21T16:08:11.123Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26982026-04-21T16:08:11.168Z Checking http-range v0.1.5
26992026-04-21T16:08:11.361Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-04-21T16:08:11.426Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27012026-04-21T16:08:11.457Z Checking ignore v0.4.25
27022026-04-21T16:08:11.915Z Checking atty v0.2.14
27032026-04-21T16:08:12.050Z Checking globwalk v0.9.1
27042026-04-21T16:08:12.282Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27052026-04-21T16:08:12.625Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27062026-04-21T16:08:12.855Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27072026-04-21T16:08:13.050Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-04-21T16:08:13.093Z Checking bb8 v0.8.6
27092026-04-21T16:08:13.395Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27102026-04-21T16:08:13.429Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27112026-04-21T16:08:13.628Z Checking compression-core v0.4.31
27122026-04-21T16:08:13.672Z Checking corncobs v0.1.4
27132026-04-21T16:08:13.792Z Checking compression-codecs v0.4.37
27142026-04-21T16:08:13.834Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27152026-04-21T16:08:13.997Z Checking diesel-dtrace v0.5.0
27162026-04-21T16:08:14.068Z Checking async-bb8-diesel v0.2.1
27172026-04-21T16:08:14.317Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-04-21T16:08:14.449Z Checking hyper-staticfile v0.10.1
27192026-04-21T16:08:14.534Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-04-21T16:08:14.686Z Checking camino-tempfile-ext v0.3.3
27212026-04-21T16:08:14.722Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27222026-04-21T16:08:14.771Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27232026-04-21T16:08:14.912Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27242026-04-21T16:08:15.008Z Checking progenitor v0.11.2
27252026-04-21T16:08:15.041Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27262026-04-21T16:08:15.129Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-04-21T16:08:15.174Z Checking signal-hook-tokio v0.3.1
27282026-04-21T16:08:15.331Z Checking secrecy v0.8.0
27292026-04-21T16:08:15.488Z Compiling dropshot v0.17.0
27302026-04-21T16:08:15.701Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27312026-04-21T16:08:16.018Z Checking async-compression v0.4.41
27322026-04-21T16:08:16.099Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27332026-04-21T16:08:16.309Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27342026-04-21T16:08:16.431Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27352026-04-21T16:08:16.637Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27362026-04-21T16:08:16.838Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27372026-04-21T16:08:17.017Z Compiling dropshot_endpoint v0.17.0
27382026-04-21T16:08:17.130Z Checking nonempty v0.12.0
27392026-04-21T16:08:17.334Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27402026-04-21T16:08:17.368Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-04-21T16:08:17.455Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-04-21T16:08:17.742Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27432026-04-21T16:08:17.784Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27442026-04-21T16:08:17.817Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27452026-04-21T16:08:18.188Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27462026-04-21T16:08:18.633Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27472026-04-21T16:08:18.682Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27482026-04-21T16:08:18.921Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27492026-04-21T16:08:19.010Z Checking tungstenite v0.23.0
27502026-04-21T16:08:19.470Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27512026-04-21T16:08:19.619Z Checking tokio-tungstenite v0.23.1
27522026-04-21T16:08:19.923Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27532026-04-21T16:08:20.316Z Checking rand_seeder v0.4.0
27542026-04-21T16:08:20.507Z Checking void v1.0.2
27552026-04-21T16:08:20.653Z Checking lzss v0.8.2
27562026-04-21T16:08:20.689Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27572026-04-21T16:08:20.745Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27582026-04-21T16:08:20.874Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27592026-04-21T16:08:21.069Z Checking nix v0.27.1
27602026-04-21T16:08:21.105Z Checking serde_bytes v0.11.19
27612026-04-21T16:08:21.314Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27622026-04-21T16:08:21.522Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27632026-04-21T16:08:21.617Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27642026-04-21T16:08:21.711Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27652026-04-21T16:08:22.446Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27662026-04-21T16:08:22.526Z Checking is_ci v1.2.0
27672026-04-21T16:08:22.663Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27682026-04-21T16:08:22.872Z Checking yansi v1.0.1
27692026-04-21T16:08:22.979Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27702026-04-21T16:08:23.088Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27712026-04-21T16:08:23.167Z Checking pretty_assertions v1.4.1
27722026-04-21T16:08:23.257Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27732026-04-21T16:08:23.330Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27742026-04-21T16:08:23.594Z Compiling darling_core v0.23.0
27752026-04-21T16:08:24.401Z Compiling indoc v2.0.7
27762026-04-21T16:08:24.698Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27772026-04-21T16:08:24.764Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27782026-04-21T16:08:24.888Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-04-21T16:08:24.994Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-04-21T16:08:25.226Z Compiling instability v0.3.11
27812026-04-21T16:08:25.304Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27822026-04-21T16:08:25.629Z Compiling libz-sys v1.1.24
27832026-04-21T16:08:25.694Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-04-21T16:08:26.024Z Checking castaway v0.2.4
27852026-04-21T16:08:26.146Z Compiling darling_macro v0.23.0
27862026-04-21T16:08:26.180Z Checking compact_str v0.8.1
27872026-04-21T16:08:26.586Z Checking supports-color v3.0.2
27882026-04-21T16:08:26.670Z Compiling darling v0.23.0
27892026-04-21T16:08:26.751Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27902026-04-21T16:08:26.980Z Checking unicode-truncate v1.1.0
27912026-04-21T16:08:27.015Z Checking console v0.16.2
27922026-04-21T16:08:27.163Z Checking lru v0.12.5
27932026-04-21T16:08:27.357Z Checking unit-prefix v0.5.2
27942026-04-21T16:08:27.360Z Checking cassowary v0.3.0
27952026-04-21T16:08:27.503Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27962026-04-21T16:08:27.536Z Checking indicatif v0.18.4
27972026-04-21T16:08:27.570Z Compiling libgit2-sys v0.18.3+1.9.2
27982026-04-21T16:08:27.636Z Checking ratatui v0.29.0
27992026-04-21T16:08:27.755Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-04-21T16:08:28.089Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28012026-04-21T16:08:29.005Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28022026-04-21T16:08:29.232Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-04-21T16:08:29.348Z Compiling vergen-git2 v1.0.7
28042026-04-21T16:08:29.383Z Checking plotters-backend v0.3.7
28052026-04-21T16:08:29.504Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28062026-04-21T16:08:29.613Z Checking plotters-svg v0.3.7
28072026-04-21T16:08:29.647Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-04-21T16:08:29.732Z Checking colored v2.2.0
28092026-04-21T16:08:29.785Z Checking cast v0.3.0
28102026-04-21T16:08:29.874Z Compiling rustls v0.21.12
28112026-04-21T16:08:29.966Z Checking shell-words v1.1.1
28122026-04-21T16:08:29.998Z Checking criterion-plot v0.6.0
28132026-04-21T16:08:30.164Z Checking plotters v0.3.7
28142026-04-21T16:08:30.243Z Checking typeid v1.0.3
28152026-04-21T16:08:30.276Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-04-21T16:08:30.380Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28172026-04-21T16:08:30.609Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28182026-04-21T16:08:30.840Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28192026-04-21T16:08:30.938Z Checking rustls-webpki v0.101.7
28202026-04-21T16:08:31.246Z Checking sct v0.7.1
28212026-04-21T16:08:31.309Z Checking tinytemplate v1.2.1
28222026-04-21T16:08:31.344Z Compiling nix v0.29.0
28232026-04-21T16:08:31.413Z Checking anes v0.1.6
28242026-04-21T16:08:31.566Z Checking oorandom v11.1.5
28252026-04-21T16:08:31.634Z Checking hex-literal v0.4.1
28262026-04-21T16:08:31.713Z Checking criterion v0.7.0
28272026-04-21T16:08:31.848Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28282026-04-21T16:08:33.105Z Checking erased-serde v0.4.9
28292026-04-21T16:08:33.160Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28302026-04-21T16:08:33.500Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28312026-04-21T16:08:33.948Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28322026-04-21T16:08:34.274Z Checking ordered-float v2.10.1
28332026-04-21T16:08:34.550Z Checking serde-value v0.7.0
28342026-04-21T16:08:34.800Z Checking serde-untagged v0.1.9
28352026-04-21T16:08:35.031Z Checking tokio-rustls v0.24.1
28362026-04-21T16:08:35.533Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28372026-04-21T16:08:36.360Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28382026-04-21T16:08:36.598Z Checking rustls-pemfile v1.0.4
28392026-04-21T16:08:36.777Z Checking twox-hash v2.1.2
28402026-04-21T16:08:36.971Z Checking unicode-xid v0.2.6
28412026-04-21T16:08:37.121Z Checking cargo-util-schemas v0.8.2
28422026-04-21T16:08:37.203Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-04-21T16:08:38.059Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28442026-04-21T16:08:38.426Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-04-21T16:08:38.613Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-04-21T16:08:38.804Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28472026-04-21T16:08:39.003Z Checking fatfs v0.3.6
28482026-04-21T16:08:39.492Z Checking cargo-platform v0.2.0
28492026-04-21T16:08:39.681Z Compiling petname v2.0.2
28502026-04-21T16:08:39.715Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28512026-04-21T16:08:39.944Z Compiling seq-macro v0.3.6
28522026-04-21T16:08:40.359Z Checking cargo_metadata v0.21.0
28532026-04-21T16:08:40.485Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28542026-04-21T16:08:41.063Z Checking concurrent-queue v2.5.0
28552026-04-21T16:08:41.147Z Checking rtoolbox v0.0.3
28562026-04-21T16:08:41.279Z Checking parking v2.2.1
28572026-04-21T16:08:41.314Z Checking futures-timer v3.0.3
28582026-04-21T16:08:41.385Z Checking rpassword v7.4.0
28592026-04-21T16:08:41.434Z Checking event-listener v5.4.1
28602026-04-21T16:08:41.552Z Checking tui-tree-widget v0.23.1
28612026-04-21T16:08:41.688Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28622026-04-21T16:08:41.775Z Checking polyval v0.6.2
28632026-04-21T16:08:41.883Z Checking sapling-renderdag v0.1.0
28642026-04-21T16:08:41.962Z Checking sync-ptr v0.1.4
28652026-04-21T16:08:41.997Z Checking ghash v0.5.1
28662026-04-21T16:08:42.119Z Checking event-listener-strategy v0.5.4
28672026-04-21T16:08:42.152Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28682026-04-21T16:08:42.186Z Checking ctr v0.9.2
28692026-04-21T16:08:42.291Z Checking constant_time_eq v0.4.2
28702026-04-21T16:08:42.381Z Checking arrayref v0.3.9
28712026-04-21T16:08:42.414Z Checking arrayvec v0.7.6
28722026-04-21T16:08:42.462Z Checking aes-gcm v0.10.3
28732026-04-21T16:08:42.539Z Compiling samael v0.0.19
28742026-04-21T16:08:42.542Z Checking async-lock v3.4.2
28752026-04-21T16:08:42.627Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28762026-04-21T16:08:42.660Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28772026-04-21T16:08:42.990Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28782026-04-21T16:08:43.590Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28792026-04-21T16:08:43.670Z Checking ssh-encoding v0.2.0
28802026-04-21T16:08:43.900Z Checking blowfish v0.9.1
28812026-04-21T16:08:44.088Z Checking bcrypt-pbkdf v0.10.0
28822026-04-21T16:08:44.288Z Checking ssh-cipher v0.2.0
28832026-04-21T16:08:44.498Z Checking async-object-pool v0.2.0
28842026-04-21T16:08:44.645Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28852026-04-21T16:08:44.791Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28862026-04-21T16:08:44.973Z Checking serde_regex v1.1.0
28872026-04-21T16:08:45.163Z Checking password-hash v0.4.2
28882026-04-21T16:08:45.394Z Checking assert-json-diff v2.0.2
28892026-04-21T16:08:45.430Z Checking path-tree v0.8.3
28902026-04-21T16:08:45.463Z Checking gimli v0.32.3
28912026-04-21T16:08:45.596Z Compiling target-lexicon v0.13.3
28922026-04-21T16:08:45.648Z Checking stringmetrics v2.2.2
28932026-04-21T16:08:45.834Z Checking httpmock v0.8.3
28942026-04-21T16:08:46.180Z Checking pbkdf2 v0.11.0
28952026-04-21T16:08:46.387Z Checking ssh-key v0.6.7
28962026-04-21T16:08:47.065Z Checking addr2line v0.25.1
28972026-04-21T16:08:47.195Z Checking p521 v0.13.3
28982026-04-21T16:08:47.372Z Checking p256 v0.13.2
28992026-04-21T16:08:47.667Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29002026-04-21T16:08:47.839Z Checking russh-cryptovec v0.7.3
29012026-04-21T16:08:47.905Z Checking md5 v0.7.0
29022026-04-21T16:08:48.007Z Compiling guppy-workspace-hack v0.1.0
29032026-04-21T16:08:48.107Z Checking rustc-demangle v0.1.27
29042026-04-21T16:08:48.110Z Checking russh-keys v0.45.0
29052026-04-21T16:08:48.378Z Checking backtrace v0.3.76
29062026-04-21T16:08:48.533Z Checking num-bigint v0.4.6
29072026-04-21T16:08:48.716Z Checking des v0.8.1
29082026-04-21T16:08:48.904Z Compiling blake3 v1.8.3
29092026-04-21T16:08:48.973Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29102026-04-21T16:08:49.056Z Compiling target-spec v3.5.7
29112026-04-21T16:08:49.445Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29122026-04-21T16:08:49.513Z Checking russh v0.45.0
29132026-04-21T16:08:49.546Z Checking backtrace-ext v0.2.1
29142026-04-21T16:08:49.690Z Checking cfg-expr v0.20.6
29152026-04-21T16:08:49.883Z Checking supports-color v2.1.0
29162026-04-21T16:08:50.052Z Checking textwrap v0.15.2
29172026-04-21T16:08:50.107Z Checking supports-unicode v2.1.0
29182026-04-21T16:08:50.110Z Checking supports-hyperlinks v2.1.0
29192026-04-21T16:08:50.258Z Checking hashbrown v0.14.5
29202026-04-21T16:08:50.290Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29212026-04-21T16:08:50.294Z Checking cargo-platform v0.3.2
29222026-04-21T16:08:50.527Z Checking terminal_size v0.1.17
29232026-04-21T16:08:50.561Z Compiling miette-derive v5.10.0
29242026-04-21T16:08:50.670Z Checking internet-checksum v0.2.1
29252026-04-21T16:08:50.767Z Checking owo-colors v3.5.0
29262026-04-21T16:08:50.823Z Checking chumsky v0.9.3
29272026-04-21T16:08:51.339Z Checking cargo_metadata v0.23.1
29282026-04-21T16:08:51.732Z Checking miette v5.10.0
29292026-04-21T16:08:52.042Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29302026-04-21T16:08:52.123Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29312026-04-21T16:08:52.171Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29322026-04-21T16:08:52.265Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29332026-04-21T16:08:52.513Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29342026-04-21T16:08:52.548Z Compiling knuffel-derive v3.2.0
29352026-04-21T16:08:52.921Z Checking httptest v0.16.4
29362026-04-21T16:08:52.955Z Checking pathdiff v0.2.3
29372026-04-21T16:08:53.096Z Checking nested v0.1.1
29382026-04-21T16:08:53.275Z Checking topological-sort v0.2.2
29392026-04-21T16:08:53.319Z Checking guppy v0.17.25
29402026-04-21T16:08:53.372Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29412026-04-21T16:08:53.441Z Checking omicron-zone-package v0.12.2
29422026-04-21T16:08:53.619Z Checking similar-asserts v1.7.0
29432026-04-21T16:08:53.802Z Compiling rstest_macros v0.25.0
29442026-04-21T16:08:54.027Z Compiling git2 v0.20.4
29452026-04-21T16:08:54.059Z Checking knuffel v3.2.0
29462026-04-21T16:08:54.109Z Compiling target-triple v1.0.0
29472026-04-21T16:08:54.301Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29482026-04-21T16:08:54.470Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29492026-04-21T16:08:54.501Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29502026-04-21T16:08:54.535Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29512026-04-21T16:08:54.723Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29522026-04-21T16:08:54.764Z Checking hickory-client v0.25.2
29532026-04-21T16:08:55.114Z Checking tokio-test v0.4.5
29542026-04-21T16:08:55.354Z Checking escape8259 v0.5.3
29552026-04-21T16:08:55.390Z Compiling relative-path v1.9.3
29562026-04-21T16:08:55.526Z Compiling assert_cmd v2.1.2
29572026-04-21T16:08:55.854Z Checking libtest-mimic v0.8.1
29582026-04-21T16:08:56.306Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29592026-04-21T16:08:56.443Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29602026-04-21T16:08:56.891Z Checking blake2b_simd v1.0.4
29612026-04-21T16:08:57.168Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29622026-04-21T16:08:57.350Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29632026-04-21T16:08:57.463Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29642026-04-21T16:08:57.587Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29652026-04-21T16:08:57.776Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29662026-04-21T16:08:57.938Z Compiling polar-core v0.27.3
29672026-04-21T16:08:58.010Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29682026-04-21T16:08:58.144Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29692026-04-21T16:08:58.378Z Checking fancy-regex v0.14.0
29702026-04-21T16:08:58.644Z Checking serde_tokenstream v0.2.3
29712026-04-21T16:08:58.788Z Checking uzers v0.12.2
29722026-04-21T16:08:58.898Z Checking termcolor v1.4.1
29732026-04-21T16:08:59.042Z Checking constant_time_eq v0.3.1
29742026-04-21T16:08:59.149Z Compiling linkme-impl v0.3.35
29752026-04-21T16:08:59.183Z Checking rust-argon2 v2.1.0
29762026-04-21T16:08:59.341Z Checking rstest v0.25.0
29772026-04-21T16:08:59.452Z Checking trybuild v1.0.116
29782026-04-21T16:08:59.520Z Checking datatest-stable v0.3.3
29792026-04-21T16:08:59.901Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29802026-04-21T16:09:00.059Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29812026-04-21T16:09:00.257Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29822026-04-21T16:09:00.291Z Checking support-bundle-viewer v0.1.2
29832026-04-21T16:09:00.575Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29842026-04-21T16:09:00.822Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29852026-04-21T16:09:00.959Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29862026-04-21T16:09:01.056Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29872026-04-21T16:09:01.191Z Checking drift v0.1.3
29882026-04-21T16:09:01.295Z Checking rand_distr v0.5.1
29892026-04-21T16:09:01.530Z Checking multimap v0.10.1
29902026-04-21T16:09:01.742Z Checking approx v0.5.1
29912026-04-21T16:09:01.779Z Compiling linkme v0.3.35
29922026-04-21T16:09:01.923Z Checking dropshot-api-manager v0.6.0
29932026-04-21T16:09:03.032Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29942026-04-21T16:09:03.249Z Checking oso v0.27.3
29952026-04-21T16:09:03.378Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29962026-04-21T16:09:03.442Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29972026-04-21T16:09:03.576Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29982026-04-21T16:09:03.649Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29992026-04-21T16:09:03.755Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30002026-04-21T16:09:03.816Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30012026-04-21T16:09:04.077Z Checking partial-io v0.5.4
30022026-04-21T16:09:04.192Z Checking cargo_toml v0.21.0
30032026-04-21T16:09:04.225Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30042026-04-21T16:09:04.229Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30052026-04-21T16:09:04.327Z Checking termios v0.3.3
30062026-04-21T16:09:04.500Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30072026-04-21T16:09:04.925Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30082026-04-21T16:09:05.065Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-04-21T16:09:06.794Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30102026-04-21T16:09:09.016Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30112026-04-21T16:09:13.205Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30122026-04-21T16:09:13.849Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30132026-04-21T16:09:16.794Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30142026-04-21T16:09:20.152Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30152026-04-21T16:09:25.361Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30162026-04-21T16:09:28.618Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30172026-04-21T16:09:29.875Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30182026-04-21T16:09:29.976Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30192026-04-21T16:09:30.475Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30202026-04-21T16:09:39.751Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30212026-04-21T16:10:56.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 02s
30222026-04-21T16:10:56.661Z
30232026-04-21T16:10:56.661Zreal 4:05.672303956
30242026-04-21T16:10:56.661Zuser 20:44.970979481
30252026-04-21T16:10:56.661Zsys 4:47.866638985
30262026-04-21T16:10:56.661Ztrap 0.490537852
30272026-04-21T16:10:56.661Ztflt 0.105520361
30282026-04-21T16:10:56.661Zdflt 0.155584372
30292026-04-21T16:10:56.661Zkflt 0.001356527
30302026-04-21T16:10:56.661Zlock 57:07.932307476
30312026-04-21T16:10:56.661Zslp 56:58.214126758
30322026-04-21T16:10:56.661Zlat 1:52.582068819
30332026-04-21T16:10:56.665Zstop 10:43.987298875
30342026-04-21T16:10:56.665Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30352026-04-21T16:10:56.665Z+ ptime -m cargo doc --workspace --no-deps
30362026-04-21T16:10:57.534Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30372026-04-21T16:10:57.534Z |
30382026-04-21T16:10:57.534Z = 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)`
30392026-04-21T16:10:57.534Z = 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>
30402026-04-21T16:10:58.463Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30412026-04-21T16:10:58.691Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30422026-04-21T16:10:58.735Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30432026-04-21T16:10:58.799Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30442026-04-21T16:10:58.837Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30452026-04-21T16:10:58.877Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30462026-04-21T16:10:58.903Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30472026-04-21T16:10:58.993Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30482026-04-21T16:10:59.065Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30492026-04-21T16:10:59.112Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-04-21T16:10:59.139Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-04-21T16:10:59.293Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30522026-04-21T16:10:59.314Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30532026-04-21T16:10:59.351Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30542026-04-21T16:10:59.373Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30552026-04-21T16:10:59.508Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30562026-04-21T16:10:59.531Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30572026-04-21T16:10:59.557Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30582026-04-21T16:10:59.582Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30592026-04-21T16:10:59.625Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30602026-04-21T16:10:59.686Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30612026-04-21T16:10:59.961Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30622026-04-21T16:11:00.261Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30632026-04-21T16:11:00.299Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30642026-04-21T16:11:00.336Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30652026-04-21T16:11:00.457Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30662026-04-21T16:11:00.658Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30672026-04-21T16:11:00.718Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30682026-04-21T16:11:00.811Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30692026-04-21T16:11:00.833Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30702026-04-21T16:11:00.854Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30712026-04-21T16:11:00.876Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30722026-04-21T16:11:01.015Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30732026-04-21T16:11:01.037Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30742026-04-21T16:11:01.224Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30752026-04-21T16:11:01.258Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30762026-04-21T16:11:01.370Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30772026-04-21T16:11:01.458Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30782026-04-21T16:11:01.587Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30792026-04-21T16:11:01.609Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30802026-04-21T16:11:01.847Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30812026-04-21T16:11:01.869Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30822026-04-21T16:11:01.940Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30832026-04-21T16:11:02.110Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30842026-04-21T16:11:02.221Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30852026-04-21T16:11:02.326Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30862026-04-21T16:11:02.400Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30872026-04-21T16:11:02.450Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30882026-04-21T16:11:02.597Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30892026-04-21T16:11:02.683Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30902026-04-21T16:11:02.749Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30912026-04-21T16:11:02.840Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30922026-04-21T16:11:02.874Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30932026-04-21T16:11:02.926Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30942026-04-21T16:11:02.992Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30952026-04-21T16:11:03.042Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30962026-04-21T16:11:03.081Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30972026-04-21T16:11:03.198Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30982026-04-21T16:11:03.250Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30992026-04-21T16:11:03.319Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31002026-04-21T16:11:03.340Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31012026-04-21T16:11:03.439Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31022026-04-21T16:11:03.496Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31032026-04-21T16:11:03.518Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31042026-04-21T16:11:03.682Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31052026-04-21T16:11:03.703Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31062026-04-21T16:11:03.743Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31072026-04-21T16:11:03.772Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31082026-04-21T16:11:03.799Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31092026-04-21T16:11:03.824Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31102026-04-21T16:11:03.907Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31112026-04-21T16:11:03.947Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31122026-04-21T16:11:03.976Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31132026-04-21T16:11:04.005Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31142026-04-21T16:11:04.331Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31152026-04-21T16:11:04.382Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31162026-04-21T16:11:04.538Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31172026-04-21T16:11:04.725Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31182026-04-21T16:11:05.029Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31192026-04-21T16:11:05.073Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31202026-04-21T16:11:05.319Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31212026-04-21T16:11:05.637Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31222026-04-21T16:11:05.779Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31232026-04-21T16:11:05.872Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31242026-04-21T16:11:06.345Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31252026-04-21T16:11:06.605Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31262026-04-21T16:11:06.644Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31272026-04-21T16:11:06.678Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31282026-04-21T16:11:07.397Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31292026-04-21T16:11:07.745Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31302026-04-21T16:11:08.228Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31312026-04-21T16:11:08.461Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31322026-04-21T16:11:08.549Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31332026-04-21T16:11:08.661Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31342026-04-21T16:11:08.838Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31352026-04-21T16:11:09.112Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31362026-04-21T16:11:09.261Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31372026-04-21T16:11:09.620Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31382026-04-21T16:11:09.677Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31392026-04-21T16:11:09.920Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31402026-04-21T16:11:10.015Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31412026-04-21T16:11:10.102Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31422026-04-21T16:11:10.170Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31432026-04-21T16:11:10.211Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31442026-04-21T16:11:10.326Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31452026-04-21T16:11:10.329Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31462026-04-21T16:11:10.576Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31472026-04-21T16:11:10.645Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31482026-04-21T16:11:10.667Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31492026-04-21T16:11:11.070Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31502026-04-21T16:11:11.618Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31512026-04-21T16:11:11.700Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31522026-04-21T16:11:12.562Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31532026-04-21T16:11:12.850Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31542026-04-21T16:11:12.873Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31552026-04-21T16:11:12.965Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31562026-04-21T16:11:13.456Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31572026-04-21T16:11:13.671Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31582026-04-21T16:11:13.768Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31592026-04-21T16:11:13.954Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31602026-04-21T16:11:14.331Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31612026-04-21T16:11:14.506Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31622026-04-21T16:11:14.649Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31632026-04-21T16:11:14.882Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31642026-04-21T16:11:15.013Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31652026-04-21T16:11:15.051Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31662026-04-21T16:11:15.076Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31672026-04-21T16:11:15.206Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31682026-04-21T16:11:15.836Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31692026-04-21T16:11:16.409Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31702026-04-21T16:11:16.608Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31712026-04-21T16:11:16.668Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31722026-04-21T16:11:17.089Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31732026-04-21T16:11:17.526Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31742026-04-21T16:11:18.720Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31752026-04-21T16:11:18.782Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31762026-04-21T16:11:19.364Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31772026-04-21T16:11:19.580Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31782026-04-21T16:11:19.603Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-04-21T16:11:19.865Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31802026-04-21T16:11:20.308Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31812026-04-21T16:11:20.749Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31822026-04-21T16:11:20.922Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31832026-04-21T16:11:21.064Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31842026-04-21T16:11:21.087Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31852026-04-21T16:11:21.109Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31862026-04-21T16:11:21.189Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31872026-04-21T16:11:21.408Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31882026-04-21T16:11:21.434Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31892026-04-21T16:11:21.676Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31902026-04-21T16:11:21.830Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31912026-04-21T16:11:23.128Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31922026-04-21T16:11:23.542Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31932026-04-21T16:11:25.484Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31942026-04-21T16:11:25.729Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31952026-04-21T16:11:27.055Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31962026-04-21T16:11:27.567Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31972026-04-21T16:11:27.755Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31982026-04-21T16:11:29.059Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31992026-04-21T16:11:29.728Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32002026-04-21T16:11:30.340Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32012026-04-21T16:11:30.380Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32022026-04-21T16:11:30.649Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32032026-04-21T16:11:30.801Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32042026-04-21T16:11:31.311Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32052026-04-21T16:11:31.399Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32062026-04-21T16:11:31.471Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32072026-04-21T16:11:31.903Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32082026-04-21T16:11:31.984Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32092026-04-21T16:11:32.139Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32102026-04-21T16:11:32.163Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32112026-04-21T16:11:32.189Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32122026-04-21T16:11:32.530Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32132026-04-21T16:11:32.715Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32142026-04-21T16:11:32.843Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32152026-04-21T16:11:33.119Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32162026-04-21T16:11:33.597Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32172026-04-21T16:11:33.823Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32182026-04-21T16:11:33.827Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32192026-04-21T16:11:34.638Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32202026-04-21T16:11:34.918Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32212026-04-21T16:11:35.663Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32222026-04-21T16:11:36.346Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32232026-04-21T16:11:36.453Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32242026-04-21T16:11:37.484Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32252026-04-21T16:11:39.343Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32262026-04-21T16:11:40.429Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32272026-04-21T16:11:40.856Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32282026-04-21T16:11:41.300Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32292026-04-21T16:11:43.119Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32302026-04-21T16:11:44.231Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32312026-04-21T16:11:45.412Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32322026-04-21T16:11:46.223Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32332026-04-21T16:11:46.762Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32342026-04-21T16:11:47.445Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32352026-04-21T16:11:48.516Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32362026-04-21T16:11:49.658Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32372026-04-21T16:11:50.128Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-04-21T16:11:50.636Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32392026-04-21T16:11:50.984Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32402026-04-21T16:11:51.502Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32412026-04-21T16:11:53.271Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32422026-04-21T16:11:56.541Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32432026-04-21T16:11:57.271Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32442026-04-21T16:11:58.005Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32452026-04-21T16:11:58.788Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32462026-04-21T16:11:59.887Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32472026-04-21T16:12:00.562Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32482026-04-21T16:12:02.102Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32492026-04-21T16:12:03.175Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32502026-04-21T16:12:03.913Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32512026-04-21T16:12:04.641Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32522026-04-21T16:12:05.492Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32532026-04-21T16:12:05.946Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32542026-04-21T16:12:06.343Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32552026-04-21T16:12:07.266Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32562026-04-21T16:12:08.118Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32572026-04-21T16:12:10.959Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32582026-04-21T16:12:12.170Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32592026-04-21T16:12:12.802Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32602026-04-21T16:12:13.629Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32612026-04-21T16:12:14.705Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32622026-04-21T16:12:15.725Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32632026-04-21T16:12:18.137Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32642026-04-21T16:12:18.482Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32652026-04-21T16:12:19.420Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32662026-04-21T16:12:20.561Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32672026-04-21T16:12:22.026Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32682026-04-21T16:12:23.347Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32692026-04-21T16:12:27.671Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32702026-04-21T16:12:29.193Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32712026-04-21T16:12:30.742Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32722026-04-21T16:12:32.327Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32732026-04-21T16:12:33.773Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32742026-04-21T16:12:35.264Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32752026-04-21T16:12:37.007Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32762026-04-21T16:12:38.683Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32772026-04-21T16:12:42.097Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32782026-04-21T16:12:43.212Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32792026-04-21T16:12:43.740Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32802026-04-21T16:12:44.976Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32812026-04-21T16:12:46.902Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32822026-04-21T16:12:48.416Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32832026-04-21T16:12:50.246Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32842026-04-21T16:12:52.218Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32852026-04-21T16:12:53.817Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32862026-04-21T16:12:55.865Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32872026-04-21T16:12:57.289Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32882026-04-21T16:12:58.975Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32892026-04-21T16:13:00.716Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32902026-04-21T16:13:02.458Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32912026-04-21T16:13:04.159Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32922026-04-21T16:13:05.673Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32932026-04-21T16:13:07.670Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32942026-04-21T16:13:09.040Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32952026-04-21T16:13:10.878Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32962026-04-21T16:13:13.330Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32972026-04-21T16:13:14.758Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32982026-04-21T16:13:16.910Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32992026-04-21T16:13:18.578Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33002026-04-21T16:13:20.759Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33012026-04-21T16:13:22.842Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33022026-04-21T16:13:24.530Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33032026-04-21T16:13:26.526Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33042026-04-21T16:13:28.964Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33052026-04-21T16:13:32.296Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33062026-04-21T16:13:33.363Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33072026-04-21T16:13:35.411Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33082026-04-21T16:13:37.618Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33092026-04-21T16:13:39.811Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33102026-04-21T16:13:42.052Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33112026-04-21T16:13:44.143Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33122026-04-21T16:13:46.351Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33132026-04-21T16:13:48.508Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33142026-04-21T16:13:50.905Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33152026-04-21T16:13:52.775Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33162026-04-21T16:13:54.988Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33172026-04-21T16:13:57.556Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33182026-04-21T16:13:59.215Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33192026-04-21T16:14:01.472Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33202026-04-21T16:14:03.628Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33212026-04-21T16:14:05.944Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33222026-04-21T16:14:08.120Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33232026-04-21T16:14:10.427Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33242026-04-21T16:14:12.637Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33252026-04-21T16:14:14.839Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33262026-04-21T16:14:17.051Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33272026-04-21T16:14:19.239Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33282026-04-21T16:14:21.545Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33292026-04-21T16:14:23.670Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33302026-04-21T16:14:26.451Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33312026-04-21T16:14:28.570Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33322026-04-21T16:14:30.919Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33332026-04-21T16:14:33.321Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33342026-04-21T16:14:35.723Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33352026-04-21T16:14:38.049Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33362026-04-21T16:14:40.525Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33372026-04-21T16:14:42.873Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33382026-04-21T16:14:45.337Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33392026-04-21T16:14:47.689Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33402026-04-21T16:14:50.019Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33412026-04-21T16:14:52.582Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33422026-04-21T16:14:54.935Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33432026-04-21T16:14:57.335Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33442026-04-21T16:14:59.858Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33452026-04-21T16:15:02.434Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33462026-04-21T16:15:04.624Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33472026-04-21T16:15:07.303Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33482026-04-21T16:15:09.740Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33492026-04-21T16:15:12.252Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33502026-04-21T16:15:14.582Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33512026-04-21T16:15:17.085Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33522026-04-21T16:15:19.535Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33532026-04-21T16:15:22.045Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33542026-04-21T16:15:24.416Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33552026-04-21T16:15:27.382Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33562026-04-21T16:15:34.488Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33572026-04-21T16:15:34.648Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33582026-04-21T16:15:37.930Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33592026-04-21T16:15:41.150Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33602026-04-21T16:15:44.455Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33612026-04-21T16:15:47.676Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33622026-04-21T16:15:50.962Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33632026-04-21T16:15:54.245Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33642026-04-21T16:15:57.662Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33652026-04-21T16:16:01.064Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33662026-04-21T16:16:04.191Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33672026-04-21T16:16:07.490Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33682026-04-21T16:16:10.840Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33692026-04-21T16:16:14.253Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33702026-04-21T16:16:17.630Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33712026-04-21T16:16:20.962Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33722026-04-21T16:16:24.164Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33732026-04-21T16:16:27.510Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33742026-04-21T16:16:30.805Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33752026-04-21T16:16:34.170Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33762026-04-21T16:16:37.458Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33772026-04-21T16:16:42.209Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33782026-04-21T16:16:45.064Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33792026-04-21T16:16:48.648Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33802026-04-21T16:17:17.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 21s
33812026-04-21T16:17:17.940Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 192 other files
33822026-04-21T16:17:18.047Z
33832026-04-21T16:17:18.051Zreal 6:21.204302938
33842026-04-21T16:17:18.051Zuser 17:23.392953048
33852026-04-21T16:17:18.051Zsys 3:43.693228453
33862026-04-21T16:17:18.051Ztrap 0.247070679
33872026-04-21T16:17:18.051Ztflt 0.042824688
33882026-04-21T16:17:18.051Zdflt 0.067797572
33892026-04-21T16:17:18.051Zkflt 0.000031827
33902026-04-21T16:17:18.051Zlock 5:49:15.067486121
33912026-04-21T16:17:18.051Zslp 2:07:17.149231634
33922026-04-21T16:17:18.051Zlat 32.262566654
33932026-04-21T16:17:18.051Zstop 1:33.698145952
33942026-04-21T16:17:18.051Zprocess exited: duration 812524 ms, exit code 0
 
33952026-04-21T16:17:18.059Zfound 0 output files