01KVRNTBEMG8NA7PJ2QHJQQZSM: clippy (helios)

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

Buildomat Job: 01KVRNTQRDN2H3R6QKFPW6MFMQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T22:05:36.479Zjob assigned to worker 01KVRNTX36GBKDN3JF2F1V03ZP [factory aws, i-0b0c17f7c1ef8cf88] (queued for 47 s)
 
22026-06-22T22:05:42.972Zstarting task 0: "setup"
32026-06-22T22:05:42.978Z++ uname -s
42026-06-22T22:05:42.980Z+ kern=SunOS
52026-06-22T22:05:42.980Z+ build_user=build
62026-06-22T22:05:42.981Z+ build_uid=12345
72026-06-22T22:05:42.981Z+ work_dir=/work
82026-06-22T22:05:42.981Z+ input_dir=/input
92026-06-22T22:05:42.981Z+ [[ 0 == 12345 ]]
102026-06-22T22:05:42.981Z+ case "$kern" in
112026-06-22T22:05:42.981Z+ groupadd -g 12345 build
122026-06-22T22:05:42.991Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T22:05:44.998Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T22:05:45.134Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T22:05:45.137Z+ home_fs=zfs
162026-06-22T22:05:45.137Z+ [[ zfs == autofs ]]
172026-06-22T22:05:45.137Z+ mkdir -p /home/build
182026-06-22T22:05:45.137Z+ chown build:build /home/build /work
192026-06-22T22:05:47.139Z+ chmod 0700 /home/build /work
202026-06-22T22:05:47.142Zprocess exited: duration 4170 ms, exit code 0
 
212026-06-22T22:05:47.148Zstarting task 1: "rust-toolchain"
222026-06-22T22:05:47.153Z * rust toolchain channel = "1.94.0"
232026-06-22T22:05:47.153Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-06-22T22:05:47.153Z * rust toolchain profile = "default"
252026-06-22T22:05:47.153Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-22T22:05:47.153Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T22:05:47.153Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T22:05:47.156Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T22:05:47.156Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T22:05:47.263Zinfo: downloading installer
312026-06-22T22:05:48.711Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T22:05:48.711Zwarn: /home/build/.rustup/settings.toml
332026-06-22T22:05:48.711Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T22:05:48.711Zwarn: instead of the one inferred from the default host triple.
352026-06-22T22:05:48.723Zinfo: profile set to default
362026-06-22T22:05:48.723Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T22:05:48.727Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T22:05:48.857Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T22:05:48.860Zinfo: downloading 6 components
402026-06-22T22:06:04.299Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-22T22:06:04.299Z
422026-06-22T22:06:04.327Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T22:06:04.327Z
442026-06-22T22:06:04.327Z
452026-06-22T22:06:04.327ZRust is installed now. Great!
462026-06-22T22:06:04.327Z
472026-06-22T22:06:04.327ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T22:06:04.327Zenvironment variable. This has not been done automatically.
492026-06-22T22:06:04.327Z
502026-06-22T22:06:04.327ZTo configure your current shell, you need to source
512026-06-22T22:06:04.327Zthe corresponding env file under $HOME/.cargo.
522026-06-22T22:06:04.327Z
532026-06-22T22:06:04.327ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T22:06:04.330Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T22:06:04.330Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T22:06:04.330Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T22:06:04.330Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T22:06:04.330Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T22:06:04.330Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T22:06:04.330Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T22:06:04.330Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T22:06:04.409Z+ rustup --version
632026-06-22T22:06:04.418Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T22:06:04.421Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T22:06:04.440Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T22:06:04.443Z+ cargo --version
672026-06-22T22:06:04.455Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T22:06:04.458Z+ rustc --version
692026-06-22T22:06:04.478Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T22:06:04.482Zprocess exited: duration 17332 ms, exit code 0
 
712026-06-22T22:06:04.489Zstarting task 2: "authentication"
722026-06-22T22:06:04.505Zprocess exited: duration 16 ms, exit code 0
 
732026-06-22T22:06:04.511Zstarting task 3: "clone repository"
742026-06-22T22:06:04.515Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-22T22:06:04.517Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-22T22:06:04.547ZCloning into '/work/oxidecomputer/omicron'...
772026-06-22T22:06:15.603Z+ cd /work/oxidecomputer/omicron
782026-06-22T22:06:15.603Z+ git fetch origin f6ef6642eaa6f8aab1caa398d4e40007a4cb8c14
792026-06-22T22:06:15.897ZFrom https://github.com/oxidecomputer/omicron
802026-06-22T22:06:15.897Z * branch f6ef6642eaa6f8aab1caa398d4e40007a4cb8c14 -> FETCH_HEAD
812026-06-22T22:06:15.906Z+ [[ -n milan100c ]]
822026-06-22T22:06:15.909Z++ git branch --show-current
832026-06-22T22:06:15.909Z+ current=main
842026-06-22T22:06:15.909Z+ [[ main != milan100c ]]
852026-06-22T22:06:15.909Z+ git branch -f milan100c f6ef6642eaa6f8aab1caa398d4e40007a4cb8c14
862026-06-22T22:06:15.912Z+ git checkout -f milan100c
872026-06-22T22:06:16.094ZSwitched to branch 'milan100c'
882026-06-22T22:06:16.099Z+ git reset --hard f6ef6642eaa6f8aab1caa398d4e40007a4cb8c14
892026-06-22T22:06:16.281ZHEAD is now at f6ef6642e debug: pin helios to AMD Milan FW 1.0.0.c
902026-06-22T22:06:16.284Zprocess exited: duration 11771 ms, exit code 0
 
912026-06-22T22:06:16.290Zstarting task 4: "build"
922026-06-22T22:06:16.295Z+ source ./env.sh
932026-06-22T22:06:16.297Z++ OLD_SHELL_OPTS=ehxB
942026-06-22T22:06:16.297Z++ set -o xtrace
952026-06-22T22:06:16.298Z++++ dirname ./env.sh
962026-06-22T22:06:16.311Z+++ readlink -f .
972026-06-22T22:06:16.314Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-22T22:06:16.315Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-22T22:06:16.315Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-22T22:06:16.315Z++ 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
1012026-06-22T22:06:16.315Z++ 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
1022026-06-22T22:06:16.315Z++ 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
1032026-06-22T22:06:16.315Z++ 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
1042026-06-22T22:06:16.315Z++ 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
1052026-06-22T22:06:16.315Z++ 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
1062026-06-22T22:06:16.315Z++ case $OLD_SHELL_OPTS in
1072026-06-22T22:06:16.315Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-06-22T22:06:16.315Z+ source .github/buildomat/ci-env.sh
1092026-06-22T22:06:16.315Z++ export CARGO_TERM_COLOR=always
1102026-06-22T22:06:16.315Z++ CARGO_TERM_COLOR=always
1112026-06-22T22:06:16.315Z+ cargo --version
1122026-06-22T22:06:16.323Zcargo 1.94.0 (85eff7c80 2026-01-15)
1132026-06-22T22:06:16.326Z+ rustc --version
1142026-06-22T22:06:16.346Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1152026-06-22T22:06:16.349Z+ banner prerequisites
1162026-06-22T22:06:16.352Z
1172026-06-22T22:06:16.352Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-06-22T22:06:16.352Z # # # # # # # # # # # # # # #
1192026-06-22T22:06:16.352Z # # # # ##### # # ##### # # # # # #### #
1202026-06-22T22:06:16.352Z ##### ##### # ##### # # # # # # # # #
1212026-06-22T22:06:16.352Z # # # # # # # # # # # # # # #
1222026-06-22T22:06:16.353Z # # # ###### # # ###### ### # #### # #### #
1232026-06-22T22:06:16.353Z
1242026-06-22T22:06:16.353Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-06-22T22:06:17.960Z Startup: Refreshing catalog 'helios' ... Done
1262026-06-22T22:06:18.055Z Startup: Caching catalogs ... Done
1272026-06-22T22:06:18.471ZPlanning: Solver setup ... Done (0.374s)
1282026-06-22T22:06:18.495ZPlanning: Running solver ... Done (0.023s)
1292026-06-22T22:06:18.505ZPlanning: Finding local manifests ... Done (0.003s)
1302026-06-22T22:06:18.516ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-22T22:06:18.533ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-22T22:06:18.547ZPlanning: Package planning ... Done (0.014s)
1332026-06-22T22:06:18.550ZPlanning: Merging actions ... Done (0.001s)
1342026-06-22T22:06:18.712ZPlanning: Checking for conflicting actions ... Done (0.163s)
1352026-06-22T22:06:18.715ZPlanning: Consolidating action changes ... Done (0.001s)
1362026-06-22T22:06:19.350ZPlanning: Evaluating mediators ... Done (0.638s)
1372026-06-22T22:06:19.353ZPlanning: Planning completed in 1.28 seconds
1382026-06-22T22:06:19.359Z Packages to install: 2
1392026-06-22T22:06:19.363Z Estimated space available: 156.07 GB
1402026-06-22T22:06:19.363ZEstimated space to be consumed: 28.17 MB
1412026-06-22T22:06:19.363Z Create boot environment: No
1422026-06-22T22:06:19.363ZCreate backup boot environment: No
1432026-06-22T22:06:19.363Z Rebuild boot archive: No
1442026-06-22T22:06:19.363Z
1452026-06-22T22:06:19.363ZChanged packages:
1462026-06-22T22:06:19.363Zhelios
1472026-06-22T22:06:19.363Z developer/build-essential
1482026-06-22T22:06:19.363Z None -> 11-3.0
1492026-06-22T22:06:19.363Z library/libxmlsec1
1502026-06-22T22:06:19.363Z None -> 1.2.35-3.0
1512026-06-22T22:06:19.383Z
1522026-06-22T22:06:19.383ZDownload: 0/214 items 0.0/1.3MB 0% complete
1532026-06-22T22:06:19.994ZDownload: Completed 1.28 MB in 0.61 seconds (2.1M/s)
1542026-06-22T22:06:20.057Z Actions: 1/268 actions (Installing new actions)
1552026-06-22T22:06:20.095Z Actions: Completed 268 actions in 0.04 seconds.
1562026-06-22T22:06:20.105ZFinalize: Updating package state database ... Done (0.009s)
1572026-06-22T22:06:20.105ZFinalize: Updating package cache ... Done (0.000s)
1582026-06-22T22:06:20.131ZFinalize: Updating image state ... Done (0.027s)
1592026-06-22T22:06:22.484ZFinalize: Creating fast lookup database ... Done (2.329s)
1602026-06-22T22:06:22.549ZFinalize: Reading search index ... Done (0.012s)
1612026-06-22T22:06:22.552ZFinalize: Updating search index ... Done (0.000s)
1622026-06-22T22:06:22.648ZFinalize: Updating package cache ... Done (0.000s)
1632026-06-22T22:06:22.955ZPlanning: Evaluating mediator changes ... Done
1642026-06-22T22:06:23.062ZPlanning: Checking for conflicting actions ... Done
1652026-06-22T22:06:23.065ZPlanning: Consolidating action changes ... Done
1662026-06-22T22:06:23.220ZPlanning: Evaluating mediators ... Done
1672026-06-22T22:06:23.223ZPlanning: Planning completed in 0.27 seconds
1682026-06-22T22:06:23.243Z Mediators to change: 2
1692026-06-22T22:06:23.243Z Create boot environment: No
1702026-06-22T22:06:23.243ZCreate backup boot environment: No
1712026-06-22T22:06:23.294ZFinalize: Updating package state database ... Done
1722026-06-22T22:06:23.294ZFinalize: Updating package cache ... Done
1732026-06-22T22:06:23.308ZFinalize: Updating image state ... Done
1742026-06-22T22:06:25.256ZFinalize: Creating fast lookup database ... Done
1752026-06-22T22:06:25.316ZFinalize: Reading search index ... Done
1762026-06-22T22:06:25.319ZFinalize: Updating search index ... Done
1772026-06-22T22:06:25.384ZFinalize: Updating package cache ... Done
1782026-06-22T22:06:25.670ZPlanning: Evaluating mediator changes ... Done
1792026-06-22T22:06:25.778ZPlanning: Checking for conflicting actions ... Done
1802026-06-22T22:06:25.780ZPlanning: Consolidating action changes ... Done
1812026-06-22T22:06:25.938ZPlanning: Evaluating mediators ... Done
1822026-06-22T22:06:25.941ZPlanning: Planning completed in 0.27 seconds
1832026-06-22T22:06:25.961Z Mediators to change: 1
1842026-06-22T22:06:25.961Z Create boot environment: No
1852026-06-22T22:06:25.961ZCreate backup boot environment: No
1862026-06-22T22:06:25.999ZFinalize: Updating package state database ... Done
1872026-06-22T22:06:25.999ZFinalize: Updating package cache ... Done
1882026-06-22T22:06:26.013ZFinalize: Updating image state ... Done
1892026-06-22T22:06:27.969ZFinalize: Creating fast lookup database ... Done
1902026-06-22T22:06:28.029ZFinalize: Reading search index ... Done
1912026-06-22T22:06:28.032ZFinalize: Updating search index ... Done
1922026-06-22T22:06:28.082ZFinalize: Updating package cache ... Done
1932026-06-22T22:06:28.393ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-06-22T22:06:28.393Zapache system 2.4 system
1952026-06-22T22:06:28.393Zclang system 15 system
1962026-06-22T22:06:28.393Zcsh system system illumos
1972026-06-22T22:06:28.393Zctags system system illumos
1982026-06-22T22:06:28.393Zfile vendor vendor darwinsys
1992026-06-22T22:06:28.393Zfile system system illumos
2002026-06-22T22:06:28.393Zgcc vendor 14 vendor
2012026-06-22T22:06:28.394Zgcc system 13 system
2022026-06-22T22:06:28.394Zgcc system 10 system
2032026-06-22T22:06:28.394Zgo system 1.25 system
2042026-06-22T22:06:28.394Zllvm system 15 system
2052026-06-22T22:06:28.394Zmariadb system 11.4 system
2062026-06-22T22:06:28.394Zmta vendor vendor dma
2072026-06-22T22:06:28.394Zopenjdk system 17 system
2082026-06-22T22:06:28.394Zopenjdk system 11 system
2092026-06-22T22:06:28.394Zopenssl vendor 3 vendor
2102026-06-22T22:06:28.394Zperl system 5.40 system
2112026-06-22T22:06:28.394Zpostgresql system 18 system
2122026-06-22T22:06:28.394Zpostgresql system 17 system
2132026-06-22T22:06:28.394Zpython vendor 3 vendor
2142026-06-22T22:06:28.394Zpython system 2 system
2152026-06-22T22:06:28.394Zpython3 vendor 3.13 vendor
2162026-06-22T22:06:28.394Zruby system 3.4 system
2172026-06-22T22:06:28.394Zruby system 3.0 system
2182026-06-22T22:06:28.394Zwords vendor vendor american-english
2192026-06-22T22:06:28.394Zwords system system australian-english
2202026-06-22T22:06:28.394Zwords system system british-english
2212026-06-22T22:06:28.394Zwords system system canadian-english
2222026-06-22T22:06:28.394Zwords system system french
2232026-06-22T22:06:28.394Zwords system system italian
2242026-06-22T22:06:28.394Zwords system system ngerman
2252026-06-22T22:06:28.394Zwords system system ogerman
2262026-06-22T22:06:28.394Zwords system system spanish
2272026-06-22T22:06:28.645ZPUBLISHER TYPE STATUS P LOCATION
2282026-06-22T22:06:28.645Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2292026-06-22T22:06:28.940ZFMRI IFO
2302026-06-22T22:06:28.940Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2312026-06-22T22:06:28.940Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2322026-06-22T22:06:28.940Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2332026-06-22T22:06:28.940Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2342026-06-22T22:06:28.941Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2352026-06-22T22:06:28.941Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2362026-06-22T22:06:28.941Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2372026-06-22T22:06:28.941Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2382026-06-22T22:06:28.941Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2392026-06-22T22:06:29.192Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402026-06-22T22:06:29.486Z Updating crates.io index
2412026-06-22T22:06:29.527Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422026-06-22T22:06:30.288Z Updating git repository `https://github.com/oxidecomputer/lldp`
2432026-06-22T22:06:30.602Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-22T22:06:31.276Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-06-22T22:06:32.179Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-06-22T22:06:32.672Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-06-22T22:06:34.240Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-06-22T22:06:35.141Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-06-22T22:06:35.460Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-06-22T22:06:36.689Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-06-22T22:06:37.100Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-06-22T22:06:37.386Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532026-06-22T22:06:37.845Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2542026-06-22T22:06:38.299Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-06-22T22:06:38.774Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2562026-06-22T22:06:39.132Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-06-22T22:06:39.498Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-06-22T22:06:39.890Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-06-22T22:06:40.434Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-06-22T22:06:40.686Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-06-22T22:06:40.934Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-06-22T22:06:41.202Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-06-22T22:06:41.639Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-06-22T22:06:42.179Z Updating git repository `https://github.com/oxidecomputer/erebor`
2652026-06-22T22:06:42.460Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-06-22T22:06:42.961Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-06-22T22:06:43.314Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-06-22T22:06:43.595Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-06-22T22:06:44.883Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-06-22T22:06:45.136Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-06-22T22:06:46.011Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2722026-06-22T22:06:46.415Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-06-22T22:06:46.737Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-06-22T22:06:47.059Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-06-22T22:06:47.337Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-06-22T22:06:47.644Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2772026-06-22T22:06:48.179Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-06-22T22:06:48.426Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-06-22T22:06:48.655Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-06-22T22:06:48.936Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-06-22T22:06:49.337Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-06-22T22:07:01.821Z Downloading crates ...
2832026-06-22T22:07:01.894Z Downloaded anstream v1.0.0
2842026-06-22T22:07:01.897Z Downloaded zerocopy-derive v0.7.35
2852026-06-22T22:07:01.899Z Downloaded clap v4.6.1
2862026-06-22T22:07:01.904Z Downloaded usdt-impl v0.5.0
2872026-06-22T22:07:01.907Z Downloaded toml v0.8.23
2882026-06-22T22:07:01.907Z Downloaded usdt v0.5.0
2892026-06-22T22:07:01.910Z Downloaded sha2 v0.10.9
2902026-06-22T22:07:01.910Z Downloaded typeid v1.0.3
2912026-06-22T22:07:01.913Z Downloaded form_urlencoded v1.2.2
2922026-06-22T22:07:01.913Z Downloaded scroll v0.12.0
2932026-06-22T22:07:01.913Z Downloaded anstyle v1.0.14
2942026-06-22T22:07:01.913Z Downloaded clap_lex v1.0.0
2952026-06-22T22:07:01.916Z Downloaded utf8parse v0.2.2
2962026-06-22T22:07:01.916Z Downloaded unicode-xid v0.2.6
2972026-06-22T22:07:01.916Z Downloaded thiserror-impl v2.0.18
2982026-06-22T22:07:01.918Z Downloaded utf8_iter v1.0.4
2992026-06-22T22:07:01.919Z Downloaded zerofrom-derive v0.1.6
3002026-06-22T22:07:01.919Z Downloaded pretty-hex v0.4.1
3012026-06-22T22:07:01.919Z Downloaded semver v1.0.28
3022026-06-22T22:07:01.921Z Downloaded clap_builder v4.6.0
3032026-06-22T22:07:01.924Z Downloaded thiserror v1.0.69
3042026-06-22T22:07:01.927Z Downloaded usdt-macro v0.5.0
3052026-06-22T22:07:01.927Z Downloaded toml_write v0.1.2
3062026-06-22T22:07:01.930Z Downloaded serde-untagged v0.1.9
3072026-06-22T22:07:01.930Z Downloaded toml_datetime v0.6.11
3082026-06-22T22:07:01.930Z Downloaded plain v0.2.3
3092026-06-22T22:07:01.933Z Downloaded byteorder v1.5.0
3102026-06-22T22:07:01.933Z Downloaded thread-id v4.2.2
3112026-06-22T22:07:01.933Z Downloaded quote v1.0.45
3122026-06-22T22:07:01.937Z Downloaded zerovec-derive v0.11.2
3132026-06-22T22:07:01.937Z Downloaded bytecount v0.6.9
3142026-06-22T22:07:01.937Z Downloaded clap_derive v4.6.1
3152026-06-22T22:07:01.940Z Downloaded tinystr v0.8.2
3162026-06-22T22:07:01.940Z Downloaded serde_derive v1.0.228
3172026-06-22T22:07:01.943Z Downloaded errno v0.3.14
3182026-06-22T22:07:01.943Z Downloaded yoke-derive v0.8.1
3192026-06-22T22:07:01.943Z Downloaded version_check v0.9.5
3202026-06-22T22:07:01.943Z Downloaded thiserror-impl v1.0.69
3212026-06-22T22:07:01.946Z Downloaded usdt-attr-macro v0.5.0
3222026-06-22T22:07:01.946Z Downloaded unicode-linebreak v0.1.5
3232026-06-22T22:07:01.946Z Downloaded smallvec v1.15.1
3242026-06-22T22:07:01.946Z Downloaded zmij v1.0.21
3252026-06-22T22:07:01.949Z Downloaded yoke v0.8.1
3262026-06-22T22:07:01.949Z Downloaded pest_generator v2.8.6
3272026-06-22T22:07:01.952Z Downloaded zerotrie v0.2.3
3282026-06-22T22:07:01.954Z Downloaded stable_deref_trait v1.2.1
3292026-06-22T22:07:01.954Z Downloaded anstyle-parse v1.0.0
3302026-06-22T22:07:01.954Z Downloaded zerofrom v0.1.6
3312026-06-22T22:07:01.954Z Downloaded cfg-if v1.0.4
3322026-06-22T22:07:01.957Z Downloaded ucd-trie v0.1.7
3332026-06-22T22:07:01.957Z Downloaded block-buffer v0.10.4
3342026-06-22T22:07:01.957Z Downloaded anstyle-query v1.1.5
3352026-06-22T22:07:01.960Z Downloaded itoa v1.0.17
3362026-06-22T22:07:01.960Z Downloaded ordered-float v2.10.1
3372026-06-22T22:07:01.963Z Downloaded scroll_derive v0.12.1
3382026-06-22T22:07:01.966Z Downloaded proc-macro-error-attr v1.0.4
3392026-06-22T22:07:01.966Z Downloaded cargo-platform v0.2.0
3402026-06-22T22:07:01.970Z Downloaded thiserror v2.0.18
3412026-06-22T22:07:01.974Z Downloaded unicode-ident v1.0.24
3422026-06-22T22:07:01.977Z Downloaded serde-value v0.7.0
3432026-06-22T22:07:01.977Z Downloaded textwrap v0.16.2
3442026-06-22T22:07:01.979Z Downloaded potential_utf v0.1.4
3452026-06-22T22:07:01.979Z Downloaded percent-encoding v2.3.2
3462026-06-22T22:07:01.979Z Downloaded url v2.5.8
3472026-06-22T22:07:01.982Z Downloaded idna_adapter v1.2.1
3482026-06-22T22:07:01.982Z Downloaded colorchoice v1.0.4
3492026-06-22T22:07:01.982Z Downloaded heck v0.4.1
3502026-06-22T22:07:01.985Z Downloaded terminal_size v0.4.3
3512026-06-22T22:07:01.985Z Downloaded macaddr v1.0.1
3522026-06-22T22:07:01.985Z Downloaded typenum v1.19.0
3532026-06-22T22:07:01.988Z Downloaded is_terminal_polyfill v1.70.2
3542026-06-22T22:07:01.991Z Downloaded serde_spanned v0.6.9
3552026-06-22T22:07:01.994Z Downloaded writeable v0.6.2
3562026-06-22T22:07:01.996Z Downloaded toml_edit v0.22.27
3572026-06-22T22:07:01.996Z Downloaded strsim v0.11.1
3582026-06-22T22:07:02.000Z Downloaded icu_locale_core v2.1.1
3592026-06-22T22:07:02.003Z Downloaded equivalent v1.0.2
3602026-06-22T22:07:02.003Z Downloaded dof v0.3.0
3612026-06-22T22:07:02.006Z Downloaded smawk v0.3.2
3622026-06-22T22:07:02.006Z Downloaded fastrand v2.3.0
3632026-06-22T22:07:02.009Z Downloaded memmap v0.7.0
3642026-06-22T22:07:02.009Z Downloaded fnv v1.0.7
3652026-06-22T22:07:02.009Z Downloaded crypto-common v0.1.7
3662026-06-22T22:07:02.011Z Downloaded zerovec v0.11.5
3672026-06-22T22:07:02.014Z Downloaded heck v0.5.0
3682026-06-22T22:07:02.017Z Downloaded cpufeatures v0.2.17
3692026-06-22T22:07:02.019Z Downloaded generic-array v0.14.7
3702026-06-22T22:07:02.022Z Downloaded zerocopy v0.7.35
3712026-06-22T22:07:02.031Z Downloaded tabled_derive v0.7.0
3722026-06-22T22:07:02.034Z Downloaded swrite v0.1.0
3732026-06-22T22:07:02.034Z Downloaded dtrace-parser v0.2.0
3742026-06-22T22:07:02.034Z Downloaded unicode-width v0.2.0
3752026-06-22T22:07:02.036Z Downloaded unicode-width v0.1.14
3762026-06-22T22:07:02.040Z Downloaded winnow v0.7.14
3772026-06-22T22:07:02.047Z Downloaded proc-macro-error v1.0.4
3782026-06-22T22:07:02.050Z Downloaded camino-tempfile v1.4.1
3792026-06-22T22:07:02.050Z Downloaded cargo_toml v0.21.0
3802026-06-22T22:07:02.054Z Downloaded autocfg v1.5.0
3812026-06-22T22:07:02.057Z Downloaded log v0.4.29
3822026-06-22T22:07:02.057Z Downloaded litemap v0.8.1
3832026-06-22T22:07:02.060Z Downloaded synstructure v0.13.2
3842026-06-22T22:07:02.064Z Downloaded tempfile v3.25.0
3852026-06-22T22:07:02.078Z Downloaded displaydoc v0.2.5
3862026-06-22T22:07:02.081Z Downloaded digest v0.10.7
3872026-06-22T22:07:02.086Z Downloaded erased-serde v0.4.9
3882026-06-22T22:07:02.095Z Downloaded camino v1.2.2
3892026-06-22T22:07:02.098Z Downloaded anyhow v1.0.102
3902026-06-22T22:07:02.100Z Downloaded fs-err v3.3.0
3912026-06-22T22:07:02.106Z Downloaded serde v1.0.228
3922026-06-22T22:07:02.108Z Downloaded bitflags v2.11.0
3932026-06-22T22:07:02.111Z Downloaded once_cell v1.21.3
3942026-06-22T22:07:02.118Z Downloaded pest_derive v2.8.6
3952026-06-22T22:07:02.122Z Downloaded cargo-util-schemas v0.8.2
3962026-06-22T22:07:02.135Z Downloaded serde_tokenstream v0.2.3
3972026-06-22T22:07:02.139Z Downloaded serde_core v1.0.228
3982026-06-22T22:07:02.142Z Downloaded cargo_metadata v0.21.0
3992026-06-22T22:07:02.145Z Downloaded icu_properties v2.1.2
4002026-06-22T22:07:02.145Z Downloaded icu_normalizer v2.1.1
4012026-06-22T22:07:02.148Z Downloaded getrandom v0.4.1
4022026-06-22T22:07:02.153Z Downloaded num-traits v0.2.19
4032026-06-22T22:07:02.156Z Downloaded icu_provider v2.1.1
4042026-06-22T22:07:02.162Z Downloaded pest_meta v2.8.6
4052026-06-22T22:07:02.164Z Downloaded icu_normalizer_data v2.1.1
4062026-06-22T22:07:02.167Z Downloaded papergrid v0.11.0
4072026-06-22T22:07:02.177Z Downloaded proc-macro2 v1.0.106
4082026-06-22T22:07:02.180Z Downloaded icu_collections v2.1.1
4092026-06-22T22:07:02.195Z Downloaded memchr v2.8.0
4102026-06-22T22:07:02.212Z Downloaded indexmap v2.14.0
4112026-06-22T22:07:02.227Z Downloaded pest v2.8.6
4122026-06-22T22:07:02.254Z Downloaded idna v1.1.0
4132026-06-22T22:07:02.262Z Downloaded icu_properties_data v2.1.2
4142026-06-22T22:07:02.267Z Downloaded serde_json v1.0.149
4152026-06-22T22:07:02.271Z Downloaded hashbrown v0.17.0
4162026-06-22T22:07:02.279Z Downloaded goblin v0.8.2
4172026-06-22T22:07:02.290Z Downloaded tabled v0.15.0
4182026-06-22T22:07:02.299Z Downloaded syn v1.0.109
4192026-06-22T22:07:02.311Z Downloaded syn v2.0.117
4202026-06-22T22:07:02.329Z Downloaded rustix v1.1.3
4212026-06-22T22:07:02.365Z Downloaded libc v0.2.185
4222026-06-22T22:07:02.434Z Compiling proc-macro2 v1.0.106
4232026-06-22T22:07:02.434Z Compiling unicode-ident v1.0.24
4242026-06-22T22:07:02.434Z Compiling quote v1.0.45
4252026-06-22T22:07:02.437Z Compiling serde_core v1.0.228
4262026-06-22T22:07:02.437Z Compiling libc v0.2.185
4272026-06-22T22:07:02.437Z Compiling version_check v0.9.5
4282026-06-22T22:07:02.437Z Compiling memchr v2.8.0
4292026-06-22T22:07:02.437Z Compiling stable_deref_trait v1.2.1
4302026-06-22T22:07:02.709Z Compiling serde v1.0.228
4312026-06-22T22:07:02.750Z Compiling zmij v1.0.21
4322026-06-22T22:07:02.983Z Compiling thiserror v1.0.69
4332026-06-22T22:07:03.223Z Compiling autocfg v1.5.0
4342026-06-22T22:07:03.226Z Compiling ucd-trie v0.1.7
4352026-06-22T22:07:03.299Z Compiling itoa v1.0.17
4362026-06-22T22:07:03.483Z Compiling pest v2.8.6
4372026-06-22T22:07:03.538Z Compiling litemap v0.8.1
4382026-06-22T22:07:03.649Z Compiling writeable v0.6.2
4392026-06-22T22:07:03.681Z Compiling icu_normalizer_data v2.1.1
4402026-06-22T22:07:03.698Z Compiling byteorder v1.5.0
4412026-06-22T22:07:03.846Z Compiling icu_properties_data v2.1.2
4422026-06-22T22:07:03.862Z Compiling rustix v1.1.3
4432026-06-22T22:07:04.085Z Compiling errno v0.3.14
4442026-06-22T22:07:04.100Z Compiling bitflags v2.11.0
4452026-06-22T22:07:04.171Z Compiling syn v2.0.117
4462026-06-22T22:07:04.202Z Compiling serde_json v1.0.149
4472026-06-22T22:07:04.322Z Compiling num-traits v0.2.19
4482026-06-22T22:07:04.409Z Compiling typeid v1.0.3
4492026-06-22T22:07:04.449Z Compiling smallvec v1.15.1
4502026-06-22T22:07:04.511Z Compiling equivalent v1.0.2
4512026-06-22T22:07:04.606Z Compiling pest_meta v2.8.6
4522026-06-22T22:07:04.714Z Compiling hashbrown v0.17.0
4532026-06-22T22:07:05.026Z Compiling thread-id v4.2.2
4542026-06-22T22:07:05.105Z Compiling usdt-impl v0.5.0
4552026-06-22T22:07:05.108Z Compiling proc-macro-error-attr v1.0.4
4562026-06-22T22:07:05.176Z Compiling syn v1.0.109
4572026-06-22T22:07:05.295Z Compiling indexmap v2.14.0
4582026-06-22T22:07:05.313Z Compiling toml_write v0.1.2
4592026-06-22T22:07:05.313Z Compiling winnow v0.7.14
4602026-06-22T22:07:05.508Z Compiling erased-serde v0.4.9
4612026-06-22T22:07:05.893Z Compiling proc-macro-error v1.0.4
4622026-06-22T22:07:05.928Z Compiling utf8_iter v1.0.4
4632026-06-22T22:07:06.074Z Compiling utf8parse v0.2.2
4642026-06-22T22:07:06.077Z Compiling log v0.4.29
4652026-06-22T22:07:06.188Z Compiling plain v0.2.3
4662026-06-22T22:07:06.259Z Compiling percent-encoding v2.3.2
4672026-06-22T22:07:06.275Z Compiling thiserror v2.0.18
4682026-06-22T22:07:06.280Z Compiling camino v1.2.2
4692026-06-22T22:07:06.306Z Compiling getrandom v0.4.1
4702026-06-22T22:07:06.449Z Compiling form_urlencoded v1.2.2
4712026-06-22T22:07:06.489Z Compiling ordered-float v2.10.1
4722026-06-22T22:07:06.641Z Compiling anstyle-parse v1.0.0
4732026-06-22T22:07:06.764Z Compiling synstructure v0.13.2
4742026-06-22T22:07:06.781Z Compiling pest_generator v2.8.6
4752026-06-22T22:07:06.808Z Compiling terminal_size v0.4.3
4762026-06-22T22:07:06.946Z Compiling anstyle-query v1.1.5
4772026-06-22T22:07:07.031Z Compiling pretty-hex v0.4.1
4782026-06-22T22:07:07.055Z Compiling cfg-if v1.0.4
4792026-06-22T22:07:07.131Z Compiling anstyle v1.0.14
4802026-06-22T22:07:07.147Z Compiling colorchoice v1.0.4
4812026-06-22T22:07:07.163Z Compiling is_terminal_polyfill v1.70.2
4822026-06-22T22:07:07.257Z Compiling serde-untagged v0.1.9
4832026-06-22T22:07:07.346Z Compiling anstream v1.0.0
4842026-06-22T22:07:07.383Z Compiling semver v1.0.28
4852026-06-22T22:07:07.474Z Compiling fs-err v3.3.0
4862026-06-22T22:07:07.519Z Compiling heck v0.5.0
4872026-06-22T22:07:07.670Z Compiling clap_lex v1.0.0
4882026-06-22T22:07:07.712Z Compiling bytecount v0.6.9
4892026-06-22T22:07:07.712Z Compiling unicode-width v0.1.14
4902026-06-22T22:07:07.751Z Compiling fnv v1.0.7
4912026-06-22T22:07:07.792Z Compiling fastrand v2.3.0
4922026-06-22T22:07:07.833Z Compiling unicode-xid v0.2.6
4932026-06-22T22:07:07.879Z Compiling anyhow v1.0.102
4942026-06-22T22:07:07.919Z Compiling once_cell v1.21.3
4952026-06-22T22:07:07.993Z Compiling heck v0.4.1
4962026-06-22T22:07:08.070Z Compiling strsim v0.11.1
4972026-06-22T22:07:08.183Z Compiling tempfile v3.25.0
4982026-06-22T22:07:08.214Z Compiling papergrid v0.11.0
4992026-06-22T22:07:08.316Z Compiling clap_builder v4.6.0
5002026-06-22T22:07:08.383Z Compiling memmap v0.7.0
5012026-06-22T22:07:08.450Z Compiling unicode-linebreak v0.1.5
5022026-06-22T22:07:08.518Z Compiling serde_derive v1.0.228
5032026-06-22T22:07:08.555Z Compiling zerofrom-derive v0.1.6
5042026-06-22T22:07:08.568Z Compiling yoke-derive v0.8.1
5052026-06-22T22:07:08.685Z Compiling zerovec-derive v0.11.2
5062026-06-22T22:07:08.803Z Compiling displaydoc v0.2.5
5072026-06-22T22:07:09.542Z Compiling thiserror-impl v1.0.69
5082026-06-22T22:07:09.634Z Compiling zerocopy-derive v0.7.35
5092026-06-22T22:07:09.711Z Compiling pest_derive v2.8.6
5102026-06-22T22:07:09.786Z Compiling scroll_derive v0.12.1
5112026-06-22T22:07:09.934Z Compiling zerofrom v0.1.6
5122026-06-22T22:07:10.065Z Compiling yoke v0.8.1
5132026-06-22T22:07:10.126Z Compiling thiserror-impl v2.0.18
5142026-06-22T22:07:10.256Z Compiling zerovec v0.11.5
5152026-06-22T22:07:10.435Z Compiling zerotrie v0.2.3
5162026-06-22T22:07:10.501Z Compiling zerocopy v0.7.35
5172026-06-22T22:07:10.734Z Compiling tinystr v0.8.2
5182026-06-22T22:07:10.758Z Compiling potential_utf v0.1.4
5192026-06-22T22:07:10.912Z Compiling icu_locale_core v2.1.1
5202026-06-22T22:07:10.928Z Compiling icu_collections v2.1.1
5212026-06-22T22:07:10.942Z Compiling dtrace-parser v0.2.0
5222026-06-22T22:07:11.049Z Compiling scroll v0.12.0
5232026-06-22T22:07:11.306Z Compiling goblin v0.8.2
5242026-06-22T22:07:11.324Z Compiling tabled_derive v0.7.0
5252026-06-22T22:07:11.325Z Compiling clap_derive v4.6.1
5262026-06-22T22:07:11.400Z Compiling smawk v0.3.2
5272026-06-22T22:07:11.524Z Compiling icu_provider v2.1.1
5282026-06-22T22:07:11.778Z Compiling icu_properties v2.1.2
5292026-06-22T22:07:11.795Z Compiling icu_normalizer v2.1.1
5302026-06-22T22:07:11.818Z Compiling unicode-width v0.2.0
5312026-06-22T22:07:11.954Z Compiling serde_spanned v0.6.9
5322026-06-22T22:07:11.971Z Compiling toml_datetime v0.6.11
5332026-06-22T22:07:12.088Z Compiling dof v0.3.0
5342026-06-22T22:07:12.106Z Compiling serde_tokenstream v0.2.3
5352026-06-22T22:07:12.231Z Compiling toml_edit v0.22.27
5362026-06-22T22:07:12.252Z Compiling serde-value v0.7.0
5372026-06-22T22:07:12.323Z Compiling cargo-platform v0.2.0
5382026-06-22T22:07:12.474Z Compiling tabled v0.15.0
5392026-06-22T22:07:12.624Z Compiling textwrap v0.16.2
5402026-06-22T22:07:12.624Z Compiling macaddr v1.0.1
5412026-06-22T22:07:12.860Z Compiling idna_adapter v1.2.1
5422026-06-22T22:07:12.998Z Compiling idna v1.1.0
5432026-06-22T22:07:13.052Z Compiling usdt-attr-macro v0.5.0
5442026-06-22T22:07:13.124Z Compiling usdt-macro v0.5.0
5452026-06-22T22:07:13.124Z Compiling clap v4.6.1
5462026-06-22T22:07:13.225Z Compiling camino-tempfile v1.4.1
5472026-06-22T22:07:13.456Z Compiling url v2.5.8
5482026-06-22T22:07:13.723Z Compiling toml v0.8.23
5492026-06-22T22:07:13.741Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-06-22T22:07:13.767Z Compiling swrite v0.1.0
5512026-06-22T22:07:14.166Z Compiling cargo-util-schemas v0.8.2
5522026-06-22T22:07:14.215Z Compiling cargo_toml v0.21.0
5532026-06-22T22:07:14.331Z Compiling usdt v0.5.0
5542026-06-22T22:07:15.044Z Compiling cargo_metadata v0.21.0
5552026-06-22T22:07:15.972Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-06-22T22:07:18.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.01s
5572026-06-22T22:07:18.289Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-06-22T22:07:18.856Z Downloading crates ...
5592026-06-22T22:07:18.967Z Downloaded anstream v0.6.21
5602026-06-22T22:07:18.970Z Downloaded ahash v0.8.12
5612026-06-22T22:07:18.973Z Downloaded adler2 v2.0.1
5622026-06-22T22:07:18.975Z Downloaded castaway v0.2.4
5632026-06-22T22:07:18.975Z Downloaded bcrypt-pbkdf v0.10.0
5642026-06-22T22:07:18.979Z Downloaded allocator-api2 v0.2.21
5652026-06-22T22:07:18.979Z Downloaded critical-section v1.2.0
5662026-06-22T22:07:18.982Z Downloaded crc-any v2.5.0
5672026-06-22T22:07:18.982Z Downloaded ctr v0.9.2
5682026-06-22T22:07:18.984Z Downloaded aead v0.5.2
5692026-06-22T22:07:18.995Z Downloaded aho-corasick v1.1.4
5702026-06-22T22:07:19.002Z Downloaded async-compression v0.4.41
5712026-06-22T22:07:19.006Z Downloaded ena v0.14.4
5722026-06-22T22:07:19.009Z Downloaded dof v0.4.0
5732026-06-22T22:07:19.009Z Downloaded display-error-chain v0.2.2
5742026-06-22T22:07:19.009Z Downloaded dirs-sys-next v0.1.2
5752026-06-22T22:07:19.012Z Downloaded defmt v0.3.100
5762026-06-22T22:07:19.012Z Downloaded darling v0.13.4
5772026-06-22T22:07:19.019Z Downloaded assert_matches v1.5.0
5782026-06-22T22:07:19.022Z Downloaded diff v0.1.13
5792026-06-22T22:07:19.022Z Downloaded darling_core v0.13.4
5802026-06-22T22:07:19.025Z Downloaded either v1.15.0
5812026-06-22T22:07:19.025Z Downloaded debug-ignore v1.0.5
5822026-06-22T22:07:19.028Z Downloaded blake3 v1.8.3
5832026-06-22T22:07:19.032Z Downloaded ed25519 v2.2.3
5842026-06-22T22:07:19.034Z Downloaded dropshot-api-manager v0.7.2
5852026-06-22T22:07:19.037Z Downloaded darling_macro v0.20.11
5862026-06-22T22:07:19.041Z Downloaded cbc v0.1.2
5872026-06-22T22:07:19.041Z Downloaded curve25519-dalek-derive v0.1.1
5882026-06-22T22:07:19.041Z Downloaded bitfield v0.19.4
5892026-06-22T22:07:19.044Z Downloaded fixedbitset v0.5.7
5902026-06-22T22:07:19.044Z Downloaded atty v0.2.14
5912026-06-22T22:07:19.044Z Downloaded async-trait v0.1.89
5922026-06-22T22:07:19.047Z Downloaded dropshot_endpoint v0.17.0
5932026-06-22T22:07:19.050Z Downloaded ascii-canvas v3.0.0
5942026-06-22T22:07:19.050Z Downloaded dunce v1.0.5
5952026-06-22T22:07:19.053Z Downloaded der v0.7.10
5962026-06-22T22:07:19.056Z Downloaded defmt-parser v1.0.0
5972026-06-22T22:07:19.056Z Downloaded bit-set v0.5.3
5982026-06-22T22:07:19.056Z Downloaded difflib v0.4.0
5992026-06-22T22:07:19.058Z Downloaded dtrace-parser v0.3.0
6002026-06-22T22:07:19.058Z Downloaded async-stream v0.3.6
6012026-06-22T22:07:19.061Z Downloaded crossbeam-epoch v0.9.18
6022026-06-22T22:07:19.061Z Downloaded deranged v0.5.8
6032026-06-22T22:07:19.064Z Downloaded crc v3.4.0
6042026-06-22T22:07:19.064Z Downloaded compression-core v0.4.31
6052026-06-22T22:07:19.067Z Downloaded embedded-io v0.6.1
6062026-06-22T22:07:19.067Z Downloaded downcast-rs v2.0.2
6072026-06-22T22:07:19.067Z Downloaded data-encoding v2.10.0
6082026-06-22T22:07:19.069Z Downloaded base16ct v0.2.0
6092026-06-22T22:07:19.069Z Downloaded cipher v0.4.4
6102026-06-22T22:07:19.072Z Downloaded fd-lock v4.0.4
6112026-06-22T22:07:19.072Z Downloaded dsl_auto_type v0.2.0
6122026-06-22T22:07:19.072Z Downloaded cpufeatures v0.3.0
6132026-06-22T22:07:19.075Z Downloaded async-recursion v1.1.1
6142026-06-22T22:07:19.078Z Downloaded byte-wrapper v0.1.0
6152026-06-22T22:07:19.078Z Downloaded foreign-types-shared v0.1.1
6162026-06-22T22:07:19.080Z Downloaded foreign-types v0.3.2
6172026-06-22T22:07:19.080Z Downloaded ciborium-ll v0.2.2
6182026-06-22T22:07:19.080Z Downloaded array-init v0.0.4
6192026-06-22T22:07:19.083Z Downloaded dropshot-api-manager-types v0.7.2
6202026-06-22T22:07:19.083Z Downloaded bitflags v1.3.2
6212026-06-22T22:07:19.086Z Downloaded async-stream-impl v0.3.6
6222026-06-22T22:07:19.086Z Downloaded cobs v0.3.0
6232026-06-22T22:07:19.086Z Downloaded darling_macro v0.21.3
6242026-06-22T22:07:19.089Z Downloaded bit-set v0.8.0
6252026-06-22T22:07:19.089Z Downloaded arrayref v0.3.9
6262026-06-22T22:07:19.089Z Downloaded atomicwrites v0.4.4
6272026-06-22T22:07:19.092Z Downloaded cargo-platform v0.3.2
6282026-06-22T22:07:19.092Z Downloaded crc-catalog v2.4.0
6292026-06-22T22:07:19.095Z Downloaded endian-type v0.1.2
6302026-06-22T22:07:19.095Z Downloaded derive_builder_macro v0.20.2
6312026-06-22T22:07:19.095Z Downloaded crucible-workspace-hack v0.1.0
6322026-06-22T22:07:19.095Z Downloaded bitfield-macros v0.19.4
6332026-06-22T22:07:19.095Z Downloaded bb8 v0.8.6
6342026-06-22T22:07:19.099Z Downloaded ciborium-io v0.2.2
6352026-06-22T22:07:19.102Z Downloaded defmt v1.0.1
6362026-06-22T22:07:19.104Z Downloaded cfg_aliases v0.2.1
6372026-06-22T22:07:19.104Z Downloaded const_format_proc_macros v0.2.34
6382026-06-22T22:07:19.104Z Downloaded blowfish v0.9.1
6392026-06-22T22:07:19.108Z Downloaded dyn-clone v1.0.20
6402026-06-22T22:07:19.108Z Downloaded float-cmp v0.10.0
6412026-06-22T22:07:19.110Z Downloaded fixedbitset v0.4.2
6422026-06-22T22:07:19.111Z Downloaded convert_case v0.10.0
6432026-06-22T22:07:19.111Z Downloaded dirs-next v2.0.0
6442026-06-22T22:07:19.113Z Downloaded bit-vec v0.8.0
6452026-06-22T22:07:19.113Z Downloaded base64ct v1.8.3
6462026-06-22T22:07:19.116Z Downloaded cstr-argument v0.1.2
6472026-06-22T22:07:19.116Z Downloaded cfg_aliases v0.1.1
6482026-06-22T22:07:19.116Z Downloaded cexpr v0.6.0
6492026-06-22T22:07:19.120Z Downloaded embedded-io v0.4.0
6502026-06-22T22:07:19.120Z Downloaded diesel_table_macro_syntax v0.3.0
6512026-06-22T22:07:19.120Z Downloaded bit-vec v0.6.3
6522026-06-22T22:07:19.123Z Downloaded convert_case v0.4.0
6532026-06-22T22:07:19.123Z Downloaded futures-io v0.3.32
6542026-06-22T22:07:19.123Z Downloaded ff v0.13.1
6552026-06-22T22:07:19.123Z Downloaded der_derive v0.7.3
6562026-06-22T22:07:19.126Z Downloaded cmake v0.1.57
6572026-06-22T22:07:19.126Z Downloaded colored v2.2.0
6582026-06-22T22:07:19.129Z Downloaded erased-serde v0.3.31
6592026-06-22T22:07:19.132Z Downloaded compression-codecs v0.4.37
6602026-06-22T22:07:19.132Z Downloaded darling_core v0.21.3
6612026-06-22T22:07:19.135Z Downloaded crossbeam-utils v0.8.21
6622026-06-22T22:07:19.137Z Downloaded ghash v0.5.1
6632026-06-22T22:07:19.140Z Downloaded gethostname v0.5.0
6642026-06-22T22:07:19.140Z Downloaded futures-task v0.3.32
6652026-06-22T22:07:19.140Z Downloaded foreign-types-macros v0.2.3
6662026-06-22T22:07:19.140Z Downloaded derive_more v0.99.20
6672026-06-22T22:07:19.143Z Downloaded futures-sink v0.3.32
6682026-06-22T22:07:19.147Z Downloaded hex v0.4.3
6692026-06-22T22:07:19.147Z Downloaded futures-core v0.3.32
6702026-06-22T22:07:19.147Z Downloaded darling_macro v0.13.4
6712026-06-22T22:07:19.149Z Downloaded darling v0.23.0
6722026-06-22T22:07:19.152Z Downloaded hash32 v0.3.1
6732026-06-22T22:07:19.152Z Downloaded fxhash v0.2.1
6742026-06-22T22:07:19.155Z Downloaded darling_macro v0.23.0
6752026-06-22T22:07:19.155Z Downloaded bcs v0.1.6
6762026-06-22T22:07:19.155Z Downloaded constant_time_eq v0.4.2
6772026-06-22T22:07:19.158Z Downloaded foldhash v0.1.5
6782026-06-22T22:07:19.158Z Downloaded foreign-types v0.5.0
6792026-06-22T22:07:19.158Z Downloaded fs_extra v1.3.0
6802026-06-22T22:07:19.161Z Downloaded env_filter v1.0.0
6812026-06-22T22:07:19.161Z Downloaded filetime v0.2.27
6822026-06-22T22:07:19.163Z Downloaded crc8 v0.1.1
6832026-06-22T22:07:19.163Z Downloaded camino-tempfile-ext v0.3.3
6842026-06-22T22:07:19.166Z Downloaded csv-core v0.1.13
6852026-06-22T22:07:19.166Z Downloaded headers-core v0.3.0
6862026-06-22T22:07:19.166Z Downloaded fs-err v2.11.0
6872026-06-22T22:07:19.169Z Downloaded hostname v0.4.2
6882026-06-22T22:07:19.169Z Downloaded float-ord v0.3.2
6892026-06-22T22:07:19.172Z Downloaded flagset v0.4.7
6902026-06-22T22:07:19.172Z Downloaded hex-literal v0.4.1
6912026-06-22T22:07:19.172Z Downloaded enum-as-inner v0.6.1
6922026-06-22T22:07:19.175Z Downloaded corncobs v0.1.4
6932026-06-22T22:07:19.175Z Downloaded chacha20 v0.10.0
6942026-06-22T22:07:19.179Z Downloaded foreign-types-shared v0.3.1
6952026-06-22T22:07:19.179Z Downloaded cassowary v0.3.0
6962026-06-22T22:07:19.179Z Downloaded argon2 v0.5.3
6972026-06-22T22:07:19.182Z Downloaded document-features v0.2.12
6982026-06-22T22:07:19.182Z Downloaded crunchy v0.2.4
6992026-06-22T22:07:19.182Z Downloaded buf-list v1.1.2
7002026-06-22T22:07:19.184Z Downloaded fallible-iterator v0.2.0
7012026-06-22T22:07:19.184Z Downloaded derive_builder_core v0.20.2
7022026-06-22T22:07:19.187Z Downloaded foldhash v0.2.0
7032026-06-22T22:07:19.187Z Downloaded chacha20 v0.9.1
7042026-06-22T22:07:19.190Z Downloaded derive_builder v0.20.2
7052026-06-22T22:07:19.193Z Downloaded hubpack_derive v0.1.1
7062026-06-22T22:07:19.193Z Downloaded hash32 v0.2.1
7072026-06-22T22:07:19.193Z Downloaded http-body v1.0.1
7082026-06-22T22:07:19.197Z Downloaded funty v2.0.0
7092026-06-22T22:07:19.197Z Downloaded http-range v0.1.5
7102026-06-22T22:07:19.197Z Downloaded hostname v0.3.1
7112026-06-22T22:07:19.199Z Downloaded home v0.5.12
7122026-06-22T22:07:19.200Z Downloaded derive-where v1.6.0
7132026-06-22T22:07:19.200Z Downloaded env_logger v0.11.9
7142026-06-22T22:07:19.202Z Downloaded futures-macro v0.3.32
7152026-06-22T22:07:19.205Z Downloaded globset v0.4.18
7162026-06-22T22:07:19.205Z Downloaded arrayvec v0.7.6
7172026-06-22T22:07:19.205Z Downloaded hubpack v0.1.2
7182026-06-22T22:07:19.208Z Downloaded git-stub v1.0.0
7192026-06-22T22:07:19.208Z Downloaded ident_case v1.0.1
7202026-06-22T22:07:19.208Z Downloaded hyper-tls v0.6.0
7212026-06-22T22:07:19.211Z Downloaded httpdate v1.0.3
7222026-06-22T22:07:19.211Z Downloaded ecdsa v0.16.9
7232026-06-22T22:07:19.215Z Downloaded crossbeam-deque v0.8.6
7242026-06-22T22:07:19.215Z Downloaded illumos-nvpair-sys v0.2.0
7252026-06-22T22:07:19.215Z Downloaded illumos-nvpair v0.3.0
7262026-06-22T22:07:19.215Z Downloaded daft v0.1.7
7272026-06-22T22:07:19.218Z Downloaded instability v0.3.11
7282026-06-22T22:07:19.218Z Downloaded glob v0.3.3
7292026-06-22T22:07:19.218Z Downloaded cookie_store v0.22.1
7302026-06-22T22:07:19.222Z Downloaded diesel-dtrace v0.5.0
7312026-06-22T22:07:19.222Z Downloaded des v0.8.1
7322026-06-22T22:07:19.225Z Downloaded bzip2 v0.6.1
7332026-06-22T22:07:19.225Z Downloaded bitfield-struct v0.6.2
7342026-06-22T22:07:19.225Z Downloaded darling v0.20.11
7352026-06-22T22:07:19.227Z Downloaded const-oid v0.9.6
7362026-06-22T22:07:19.230Z Downloaded console v0.15.11
7372026-06-22T22:07:19.233Z Downloaded globwalk v0.9.1
7382026-06-22T22:07:19.233Z Downloaded defmt-macros v1.0.1
7392026-06-22T22:07:19.236Z Downloaded ed25519-dalek v2.2.0
7402026-06-22T22:07:19.239Z Downloaded is_ci v1.2.0
7412026-06-22T22:07:19.239Z Downloaded indoc v1.0.9
7422026-06-22T22:07:19.239Z Downloaded kstat-rs v0.2.4
7432026-06-22T22:07:19.242Z Downloaded keccak v0.1.6
7442026-06-22T22:07:19.242Z Downloaded colored v3.1.1
7452026-06-22T22:07:19.245Z Downloaded internet-checksum v0.2.1
7462026-06-22T22:07:19.245Z Downloaded instant v0.1.13
7472026-06-22T22:07:19.245Z Downloaded inout v0.1.4
7482026-06-22T22:07:19.248Z Downloaded group v0.13.0
7492026-06-22T22:07:19.248Z Downloaded git-stub-vcs v0.1.0
7502026-06-22T22:07:19.250Z Downloaded cancel-safe-futures v0.1.5
7512026-06-22T22:07:19.250Z Downloaded console v0.16.2
7522026-06-22T22:07:19.253Z Downloaded blake2 v0.10.6
7532026-06-22T22:07:19.253Z Downloaded crypto-bigint v0.5.5
7542026-06-22T22:07:19.257Z Downloaded highway v1.3.0
7552026-06-22T22:07:19.260Z Downloaded linked-hash-map v0.5.6
7562026-06-22T22:07:19.260Z Downloaded libscf-sys v1.1.0
7572026-06-22T22:07:19.264Z Downloaded lazy_static v1.5.0
7582026-06-22T22:07:19.264Z Downloaded lalrpop-util v0.19.12
7592026-06-22T22:07:19.264Z Downloaded match_cfg v0.1.0
7602026-06-22T22:07:19.267Z Downloaded ciborium v0.2.2
7612026-06-22T22:07:19.267Z Downloaded md-5 v0.10.6
7622026-06-22T22:07:19.267Z Downloaded humantime v2.3.0
7632026-06-22T22:07:19.270Z Downloaded derive-ex v0.1.8
7642026-06-22T22:07:19.270Z Downloaded find-msvc-tools v0.1.9
7652026-06-22T22:07:19.270Z Downloaded crc32fast v1.5.0
7662026-06-22T22:07:19.273Z Downloaded cargo_metadata v0.23.1
7672026-06-22T22:07:19.273Z Downloaded hyper-staticfile v0.10.1
7682026-06-22T22:07:19.276Z Downloaded http-body-util v0.1.3
7692026-06-22T22:07:19.276Z Downloaded getrandom v0.2.17
7702026-06-22T22:07:19.279Z Downloaded indent_write v2.2.0
7712026-06-22T22:07:19.279Z Downloaded managed v0.8.0
7722026-06-22T22:07:19.282Z Downloaded md5 v0.7.0
7732026-06-22T22:07:19.282Z Downloaded maplit v1.0.2
7742026-06-22T22:07:19.282Z Downloaded maybe-uninit v2.0.0
7752026-06-22T22:07:19.285Z Downloaded lru-slab v0.1.2
7762026-06-22T22:07:19.285Z Downloaded lru-cache v0.1.2
7772026-06-22T22:07:19.285Z Downloaded is-terminal v0.4.17
7782026-06-22T22:07:19.285Z Downloaded ingot v0.1.1
7792026-06-22T22:07:19.287Z Downloaded newtype-uuid-macros v0.1.0
7802026-06-22T22:07:19.288Z Downloaded nodrop v0.1.14
7812026-06-22T22:07:19.292Z Downloaded multimap v0.10.1
7822026-06-22T22:07:19.292Z Downloaded newline-converter v0.3.0
7832026-06-22T22:07:19.292Z Downloaded mime v0.3.17
7842026-06-22T22:07:19.292Z Downloaded impl-trait-for-tuples v0.2.3
7852026-06-22T22:07:19.295Z Downloaded indoc v2.0.7
7862026-06-22T22:07:19.299Z Downloaded drift v0.2.0
7872026-06-22T22:07:19.302Z Downloaded newtype_derive v0.1.6
7882026-06-22T22:07:19.305Z Downloaded futures-executor v0.3.32
7892026-06-22T22:07:19.305Z Downloaded futures-channel v0.3.32
7902026-06-22T22:07:19.308Z Downloaded ipnetwork v0.21.1
7912026-06-22T22:07:19.308Z Downloaded ingot-types v0.1.2
7922026-06-22T22:07:19.308Z Downloaded memoffset v0.9.1
7932026-06-22T22:07:19.310Z Downloaded nonempty v0.12.0
7942026-06-22T22:07:19.310Z Downloaded darling_core v0.23.0
7952026-06-22T22:07:19.313Z Downloaded normalize-line-endings v0.3.0
7962026-06-22T22:07:19.316Z Downloaded new_debug_unreachable v1.0.6
7972026-06-22T22:07:19.316Z Downloaded darling v0.21.3
7982026-06-22T22:07:19.319Z Downloaded num-derive v0.3.3
7992026-06-22T22:07:19.319Z Downloaded nibble_vec v0.1.0
8002026-06-22T22:07:19.322Z Downloaded libsw v3.5.0
8012026-06-22T22:07:19.322Z Downloaded futures v0.3.32
8022026-06-22T22:07:19.325Z Downloaded num-iter v0.1.45
8032026-06-22T22:07:19.327Z Downloaded num-derive v0.4.2
8042026-06-22T22:07:19.327Z Downloaded cookie v0.18.1
8052026-06-22T22:07:19.352Z Downloaded libefi-sys v0.1.0
8062026-06-22T22:07:19.352Z Downloaded olpc-cjson v0.1.4
8072026-06-22T22:07:19.352Z Downloaded hyper-rustls v0.27.7
8082026-06-22T22:07:19.352Z Downloaded fatfs v0.3.6
8092026-06-22T22:07:19.352Z Downloaded num_threads v0.1.7
8102026-06-22T22:07:19.352Z Downloaded num_enum_derive v0.5.11
8112026-06-22T22:07:19.352Z Downloaded num-conv v0.2.0
8122026-06-22T22:07:19.352Z Downloaded oso-derive v0.27.3
8132026-06-22T22:07:19.352Z Downloaded openssl-macros v0.1.1
8142026-06-22T22:07:19.352Z Downloaded ingot-macros v0.1.1
8152026-06-22T22:07:19.352Z Downloaded lock_api v0.4.14
8162026-06-22T22:07:19.352Z Downloaded iana-time-zone v0.1.65
8172026-06-22T22:07:19.352Z Downloaded openssl-probe v0.2.1
8182026-06-22T22:07:19.352Z Downloaded opaque-debug v0.3.1
8192026-06-22T22:07:19.352Z Downloaded lzss v0.8.2
8202026-06-22T22:07:19.352Z Downloaded httparse v1.10.1
8212026-06-22T22:07:19.352Z Downloaded packed_struct_codegen v0.10.1
8222026-06-22T22:07:19.352Z Downloaded multer v3.1.0
8232026-06-22T22:07:19.355Z Downloaded openssl-probe v0.1.6
8242026-06-22T22:07:19.355Z Downloaded getrandom v0.3.4
8252026-06-22T22:07:19.372Z Downloaded parse-size v1.1.0
8262026-06-22T22:07:19.375Z Downloaded flate2 v1.1.9
8272026-06-22T22:07:19.378Z Downloaded nanorand v0.7.0
8282026-06-22T22:07:19.379Z Downloaded mime_guess v2.0.5
8292026-06-22T22:07:19.379Z Downloaded half v1.8.3
8302026-06-22T22:07:19.382Z Downloaded pbkdf2 v0.12.2
8312026-06-22T22:07:19.382Z Downloaded num-complex v0.4.6
8322026-06-22T22:07:19.385Z Downloaded ipnet v2.11.0
8332026-06-22T22:07:19.385Z Downloaded elliptic-curve v0.13.8
8342026-06-22T22:07:19.388Z Downloaded phf_shared v0.11.3
8352026-06-22T22:07:19.391Z Downloaded num-integer v0.1.46
8362026-06-22T22:07:19.391Z Downloaded libsw-core v0.3.2
8372026-06-22T22:07:19.391Z Downloaded chacha20poly1305 v0.10.1
8382026-06-22T22:07:19.394Z Downloaded base64 v0.21.7
8392026-06-22T22:07:19.397Z Downloaded num_enum v0.5.11
8402026-06-22T22:07:19.400Z Downloaded pin-utils v0.1.0
8412026-06-22T22:07:19.400Z Downloaded peg-runtime v0.8.5
8422026-06-22T22:07:19.400Z Downloaded num v0.4.3
8432026-06-22T22:07:19.400Z Downloaded num-rational v0.4.2
8442026-06-22T22:07:19.403Z Downloaded nu-ansi-term v0.50.3
8452026-06-22T22:07:19.403Z Downloaded phf_shared v0.13.1
8462026-06-22T22:07:19.406Z Downloaded num_enum v0.7.6
8472026-06-22T22:07:19.409Z Downloaded num_enum_derive v0.7.6
8482026-06-22T22:07:19.409Z Downloaded litrs v1.0.0
8492026-06-22T22:07:19.412Z Downloaded hmac v0.12.1
8502026-06-22T22:07:19.412Z Downloaded linear-map v1.2.0
8512026-06-22T22:07:19.417Z Downloaded const_format v0.2.35
8522026-06-22T22:07:19.420Z Downloaded base64 v0.22.1
8532026-06-22T22:07:19.420Z Downloaded phf_shared v0.12.1
8542026-06-22T22:07:19.420Z Downloaded indexmap v1.9.3
8552026-06-22T22:07:19.423Z Downloaded flume v0.11.1
8562026-06-22T22:07:19.426Z Downloaded oxnet v0.1.5
8572026-06-22T22:07:19.426Z Downloaded darling_core v0.20.11
8582026-06-22T22:07:19.429Z Downloaded parking_lot_core v0.8.6
8592026-06-22T22:07:19.433Z Downloaded packed_struct v0.10.1
8602026-06-22T22:07:19.433Z Downloaded predicates-core v1.0.10
8612026-06-22T22:07:19.436Z Downloaded oxide-tokio-rt v0.1.4
8622026-06-22T22:07:19.436Z Downloaded progenitor-client v0.10.0
8632026-06-22T22:07:19.436Z Downloaded predicates-tree v1.0.13
8642026-06-22T22:07:19.436Z Downloaded native-tls v0.2.18
8652026-06-22T22:07:19.439Z Downloaded heapless v0.8.0
8662026-06-22T22:07:19.439Z Downloaded password-hash v0.4.2
8672026-06-22T22:07:19.443Z Downloaded newtype-uuid v1.3.2
8682026-06-22T22:07:19.443Z Downloaded precomputed-hash v0.1.1
8692026-06-22T22:07:19.446Z Downloaded heapless v0.7.17
8702026-06-22T22:07:19.446Z Downloaded password-hash v0.5.0
8712026-06-22T22:07:19.449Z Downloaded parse-display-derive v0.10.0
8722026-06-22T22:07:19.449Z Downloaded cc v1.2.56
8732026-06-22T22:07:19.452Z Downloaded libbz2-rs-sys v0.2.2
8742026-06-22T22:07:19.452Z Downloaded headers v0.4.1
8752026-06-22T22:07:19.456Z Downloaded progenitor-macro v0.13.0
8762026-06-22T22:07:19.456Z Downloaded progenitor-macro v0.14.0
8772026-06-22T22:07:19.461Z Downloaded progenitor-macro v0.11.2
8782026-06-22T22:07:19.461Z Downloaded progenitor-client v0.14.0
8792026-06-22T22:07:19.462Z Downloaded paste v1.0.15
8802026-06-22T22:07:19.462Z Downloaded pkcs8 v0.10.2
8812026-06-22T22:07:19.465Z Downloaded phf v0.12.1
8822026-06-22T22:07:19.465Z Downloaded jobserver v0.1.34
8832026-06-22T22:07:19.465Z Downloaded peg v0.8.5
8842026-06-22T22:07:19.468Z Downloaded proc-macro-error-attr2 v2.0.0
8852026-06-22T22:07:19.468Z Downloaded proc-macro-crate v1.3.1
8862026-06-22T22:07:19.472Z Downloaded pem v3.0.6
8872026-06-22T22:07:19.472Z Downloaded quick-error v1.2.3
8882026-06-22T22:07:19.472Z Downloaded powerfmt v0.2.0
8892026-06-22T22:07:19.477Z Downloaded peg-macros v0.8.5
8902026-06-22T22:07:19.477Z Downloaded progenitor-client v0.11.2
8912026-06-22T22:07:19.477Z Downloaded psl-types v2.0.11
8922026-06-22T22:07:19.477Z Downloaded path-slash v0.1.5
8932026-06-22T22:07:19.477Z Downloaded half v2.7.1
8942026-06-22T22:07:19.481Z Downloaded pin-project-internal v1.1.11
8952026-06-22T22:07:19.481Z Downloaded pem-rfc7468 v0.7.0
8962026-06-22T22:07:19.481Z Downloaded radium v0.7.0
8972026-06-22T22:07:19.484Z Downloaded polyval v0.6.2
8982026-06-22T22:07:19.484Z Downloaded memmap2 v0.9.10
8992026-06-22T22:07:19.484Z Downloaded ar_archive_writer v0.5.1
9002026-06-22T22:07:19.487Z Downloaded indicatif v0.18.4
9012026-06-22T22:07:19.490Z Downloaded omicron-zone-package v0.12.2
9022026-06-22T22:07:19.494Z Downloaded ignore v0.4.25
9032026-06-22T22:07:19.494Z Downloaded poly1305 v0.8.0
9042026-06-22T22:07:19.497Z Downloaded owo-colors v4.3.0
9052026-06-22T22:07:19.497Z Downloaded predicates v3.1.4
9062026-06-22T22:07:19.500Z Downloaded rand_xorshift v0.4.0
9072026-06-22T22:07:19.500Z Downloaded recursive v0.1.1
9082026-06-22T22:07:19.500Z Downloaded progenitor v0.14.0
9092026-06-22T22:07:19.503Z Downloaded parking_lot v0.12.5
9102026-06-22T22:07:19.504Z Downloaded rand_chacha v0.3.1
9112026-06-22T22:07:19.504Z Downloaded parking_lot_core v0.9.12
9122026-06-22T22:07:19.507Z Downloaded phf v0.13.1
9132026-06-22T22:07:19.507Z Downloaded progenitor v0.11.2
9142026-06-22T22:07:19.511Z Downloaded compact_str v0.8.1
9152026-06-22T22:07:19.511Z Downloaded pkg-config v0.3.32
9162026-06-22T22:07:19.515Z Downloaded parking_lot v0.11.2
9172026-06-22T22:07:19.515Z Downloaded arc-swap v1.8.2
9182026-06-22T22:07:19.518Z Downloaded pbkdf2 v0.11.0
9192026-06-22T22:07:19.518Z Downloaded ref-cast-impl v1.0.25
9202026-06-22T22:07:19.518Z Downloaded ref-cast v1.0.25
9212026-06-22T22:07:19.521Z Downloaded parse-display v0.10.0
9222026-06-22T22:07:19.521Z Downloaded clang-sys v1.8.1
9232026-06-22T22:07:19.524Z Downloaded postgres-protocol v0.6.10
9242026-06-22T22:07:19.524Z Downloaded progenitor-client v0.13.0
9252026-06-22T22:07:19.527Z Downloaded recursive-proc-macro-impl v0.1.1
9262026-06-22T22:07:19.527Z Downloaded pkcs1 v0.7.5
9272026-06-22T22:07:19.527Z Downloaded pkcs5 v0.7.1
9282026-06-22T22:07:19.530Z Downloaded bumpalo v3.20.2
9292026-06-22T22:07:19.533Z Downloaded bytes v1.11.1
9302026-06-22T22:07:19.536Z Downloaded russh-cryptovec v0.7.3
9312026-06-22T22:07:19.536Z Downloaded proc-macro-crate v3.4.0
9322026-06-22T22:07:19.536Z Downloaded rustc-hash v2.1.1
9332026-06-22T22:07:19.536Z Downloaded rtoolbox v0.0.3
9342026-06-22T22:07:19.541Z Downloaded rustc_version v0.1.7
9352026-06-22T22:07:19.541Z Downloaded lru v0.12.5
9362026-06-22T22:07:19.541Z Downloaded libloading v0.8.9
9372026-06-22T22:07:19.545Z Downloaded derive_more v2.1.1
9382026-06-22T22:07:19.548Z Downloaded rfc6979 v0.4.0
9392026-06-22T22:07:19.551Z Downloaded rustc_version v0.4.1
9402026-06-22T22:07:19.551Z Downloaded backon v1.6.0
9412026-06-22T22:07:19.554Z Downloaded bzip2 v0.4.4
9422026-06-22T22:07:19.554Z Downloaded daft-derive v0.1.7
9432026-06-22T22:07:19.558Z Downloaded progenitor-extras v0.2.0
9442026-06-22T22:07:19.558Z Downloaded proc-macro-error2 v2.0.1
9452026-06-22T22:07:19.561Z Downloaded primeorder v0.13.6
9462026-06-22T22:07:19.561Z Downloaded async-bb8-diesel v0.2.1
9472026-06-22T22:07:19.564Z Downloaded miniz_oxide v0.8.9
9482026-06-22T22:07:19.564Z Downloaded rand_core v0.10.0
9492026-06-22T22:07:19.568Z Downloaded progenitor v0.13.0
9502026-06-22T22:07:19.568Z Downloaded anstyle-parse v0.2.7
9512026-06-22T22:07:19.568Z Downloaded backoff v0.4.0
9522026-06-22T22:07:19.571Z Downloaded block-padding v0.3.3
9532026-06-22T22:07:19.571Z Downloaded same-file v1.0.6
9542026-06-22T22:07:19.571Z Downloaded sapling-renderdag v0.1.0
9552026-06-22T22:07:19.575Z Downloaded salsa20 v0.10.2
9562026-06-22T22:07:19.575Z Downloaded p256 v0.13.2
9572026-06-22T22:07:19.578Z Downloaded oso v0.27.3
9582026-06-22T22:07:19.578Z Downloaded postgres-types v0.2.12
9592026-06-22T22:07:19.581Z Downloaded psm v0.1.30
9602026-06-22T22:07:19.581Z Downloaded hashbrown v0.12.3
9612026-06-22T22:07:19.584Z Downloaded pin-project-lite v0.2.17
9622026-06-22T22:07:19.587Z Downloaded resolv-conf v0.7.6
9632026-06-22T22:07:19.590Z Downloaded crossbeam-channel v0.5.15
9642026-06-22T22:07:19.593Z Downloaded expectorate v1.2.0
9652026-06-22T22:07:19.593Z Downloaded hickory-resolver v0.24.4
9662026-06-22T22:07:19.596Z Downloaded scopeguard v1.2.0
9672026-06-22T22:07:19.596Z Downloaded scheduled-thread-pool v0.2.7
9682026-06-22T22:07:19.599Z Downloaded rand_seeder v0.4.0
9692026-06-22T22:07:19.600Z Downloaded ppv-lite86 v0.2.21
9702026-06-22T22:07:19.600Z Downloaded secrecy v0.10.3
9712026-06-22T22:07:19.603Z Downloaded derive_more-impl v2.1.1
9722026-06-22T22:07:19.606Z Downloaded serde-big-array v0.5.1
9732026-06-22T22:07:19.606Z Downloaded postcard v1.1.3
9742026-06-22T22:07:19.609Z Downloaded jiff-static v0.2.21
9752026-06-22T22:07:19.609Z Downloaded serde_urlencoded v0.7.1
9762026-06-22T22:07:19.612Z Downloaded serde_spanned v1.0.4
9772026-06-22T22:07:19.612Z Downloaded rand_core v0.6.4
9782026-06-22T22:07:19.612Z Downloaded secrecy v0.8.0
9792026-06-22T22:07:19.615Z Downloaded diesel_derives v2.3.7
9802026-06-22T22:07:19.618Z Downloaded semver v0.1.20
9812026-06-22T22:07:19.618Z Downloaded serde_repr v0.1.20
9822026-06-22T22:07:19.621Z Downloaded seq-macro v0.3.6
9832026-06-22T22:07:19.621Z Downloaded serde_bytes v0.11.19
9842026-06-22T22:07:19.626Z Downloaded rustls-pemfile v1.0.4
9852026-06-22T22:07:19.626Z Downloaded rand_core v0.9.5
9862026-06-22T22:07:19.626Z Downloaded signal-hook-mio v0.2.5
9872026-06-22T22:07:19.629Z Downloaded rustls-pemfile v2.2.0
9882026-06-22T22:07:19.630Z Downloaded hickory-resolver v0.25.2
9892026-06-22T22:07:19.633Z Downloaded scrypt v0.11.0
9902026-06-22T22:07:19.633Z Downloaded scroll_derive v0.13.1
9912026-06-22T22:07:19.633Z Downloaded rusty-fork v0.3.1
9922026-06-22T22:07:19.637Z Downloaded r2d2 v0.8.10
9932026-06-22T22:07:19.637Z Downloaded prefix-trie v0.7.0
9942026-06-22T22:07:19.637Z Downloaded atomic-waker v1.1.2
9952026-06-22T22:07:19.641Z Downloaded rustls-native-certs v0.8.3
9962026-06-22T22:07:19.644Z Downloaded schemars_derive v0.8.22
9972026-06-22T22:07:19.647Z Downloaded signature v2.2.0
9982026-06-22T22:07:19.647Z Downloaded sigpipe v0.1.3
9992026-06-22T22:07:19.650Z Downloaded signal-hook-tokio v0.3.1
10002026-06-22T22:07:19.650Z Downloaded sec1 v0.7.3
10012026-06-22T22:07:19.650Z Downloaded quinn-udp v0.5.14
10022026-06-22T22:07:19.653Z Downloaded minimal-lexical v0.2.1
10032026-06-22T22:07:19.657Z Downloaded rustversion v1.0.22
10042026-06-22T22:07:19.657Z Downloaded shell-words v1.1.1
10052026-06-22T22:07:19.660Z Downloaded hashbrown v0.13.2
10062026-06-22T22:07:19.663Z Downloaded siphasher v1.0.2
10072026-06-22T22:07:19.663Z Downloaded rand_chacha v0.9.0
10082026-06-22T22:07:19.669Z Downloaded hickory-server v0.25.2
10092026-06-22T22:07:19.673Z Downloaded sct v0.7.1
10102026-06-22T22:07:19.676Z Downloaded scroll v0.13.0
10112026-06-22T22:07:19.676Z Downloaded slog-bunyan v2.5.0
10122026-06-22T22:07:19.676Z Downloaded slog-envlogger v2.2.0
10132026-06-22T22:07:19.681Z Downloaded papergrid v0.17.0
10142026-06-22T22:07:19.684Z Downloaded sha1 v0.10.6
10152026-06-22T22:07:19.687Z Downloaded serde_path_to_error v0.1.20
10162026-06-22T22:07:19.687Z Downloaded serde-hex v0.1.0
10172026-06-22T22:07:19.691Z Downloaded serde_plain v1.0.2
10182026-06-22T22:07:19.697Z Downloaded progenitor-impl v0.13.0
10192026-06-22T22:07:19.700Z Downloaded http v1.4.0
10202026-06-22T22:07:19.703Z Downloaded aes-gcm v0.10.3
10212026-06-22T22:07:19.706Z Downloaded russh-keys v0.45.0
10222026-06-22T22:07:19.709Z Downloaded ssh-cipher v0.2.0
10232026-06-22T22:07:19.714Z Downloaded ssh-encoding v0.2.0
10242026-06-22T22:07:19.718Z Downloaded openssl-sys v0.9.115
10252026-06-22T22:07:19.721Z Downloaded progenitor-impl v0.14.0
10262026-06-22T22:07:19.725Z Downloaded rustls-pki-types v1.14.0
10272026-06-22T22:07:19.728Z Downloaded progenitor-impl v0.11.2
10282026-06-22T22:07:19.731Z Downloaded strum v0.27.2
10292026-06-22T22:07:19.731Z Downloaded strum v0.26.3
10302026-06-22T22:07:19.731Z Downloaded strip-ansi-escapes v0.2.1
10312026-06-22T22:07:19.731Z Downloaded simd-adler32 v0.3.8
10322026-06-22T22:07:19.735Z Downloaded signal-hook-registry v1.4.8
10332026-06-22T22:07:19.735Z Downloaded slab v0.4.12
10342026-06-22T22:07:19.735Z Downloaded aes v0.8.4
10352026-06-22T22:07:19.738Z Downloaded strsim v0.10.0
10362026-06-22T22:07:19.738Z Downloaded shlex v1.3.0
10372026-06-22T22:07:19.738Z Downloaded pin-project v1.1.11
10382026-06-22T22:07:19.743Z Downloaded structmeta-derive v0.3.0
10392026-06-22T22:07:19.746Z Downloaded crossterm v0.28.1
10402026-06-22T22:07:19.749Z Downloaded tagptr v0.2.0
10412026-06-22T22:07:19.749Z Downloaded tabwriter v1.4.1
10422026-06-22T22:07:19.752Z Downloaded slog-stdlog v4.1.1
10432026-06-22T22:07:19.752Z Downloaded slog-dtrace v0.3.0
10442026-06-22T22:07:19.752Z Downloaded sync_wrapper v1.0.2
10452026-06-22T22:07:19.752Z Downloaded supports-color v3.0.2
10462026-06-22T22:07:19.755Z Downloaded subtle v2.6.1
10472026-06-22T22:07:19.756Z Downloaded slog-async v2.8.0
10482026-06-22T22:07:19.756Z Downloaded sync-ptr v0.1.4
10492026-06-22T22:07:19.758Z Downloaded pretty_assertions v1.4.1
10502026-06-22T22:07:19.758Z Downloaded mio v1.2.0
10512026-06-22T22:07:19.762Z Downloaded itertools v0.10.5
10522026-06-22T22:07:19.764Z Downloaded smf v0.2.3
10532026-06-22T22:07:19.764Z Downloaded slog-json v2.6.1
10542026-06-22T22:07:19.768Z Downloaded take_mut v0.2.2
10552026-06-22T22:07:19.768Z Downloaded serde_cbor v0.11.2
10562026-06-22T22:07:19.771Z Downloaded termtree v0.5.1
10572026-06-22T22:07:19.771Z Downloaded crossterm v0.29.0
10582026-06-22T22:07:19.774Z Downloaded smallvec v0.6.14
10592026-06-22T22:07:19.774Z Downloaded prettyplease v0.2.37
10602026-06-22T22:07:19.777Z Downloaded serde_with_macros v1.5.2
10612026-06-22T22:07:19.780Z Downloaded serde_with_macros v3.17.0
10622026-06-22T22:07:19.788Z Downloaded serde_derive_internals v0.29.1
10632026-06-22T22:07:19.791Z Downloaded snafu-derive v0.8.9
10642026-06-22T22:07:19.791Z Downloaded spki v0.7.3
10652026-06-22T22:07:19.791Z Downloaded testing_table v0.3.0
10662026-06-22T22:07:19.791Z Downloaded sqlformat v0.3.5
10672026-06-22T22:07:19.794Z Downloaded time-core v0.1.8
10682026-06-22T22:07:19.794Z Downloaded sqlparser_derive v0.5.0
10692026-06-22T22:07:19.794Z Downloaded tinyvec_macros v0.1.1
10702026-06-22T22:07:19.798Z Downloaded stringprep v0.1.5
10712026-06-22T22:07:19.801Z Downloaded hyper-util v0.1.20
10722026-06-22T22:07:19.805Z Downloaded hashbrown v0.15.5
10732026-06-22T22:07:19.808Z Downloaded tokio-macros v2.7.0
10742026-06-22T22:07:19.808Z Downloaded ryu v1.0.23
10752026-06-22T22:07:19.811Z Downloaded schemars v0.8.22
10762026-06-22T22:07:19.815Z Downloaded strum_macros v0.24.3
10772026-06-22T22:07:19.818Z Downloaded structmeta v0.3.0
10782026-06-22T22:07:19.818Z Downloaded static_assertions v1.1.0
10792026-06-22T22:07:19.819Z Downloaded stacker v0.1.23
10802026-06-22T22:07:19.822Z Downloaded rustls-platform-verifier v0.6.2
10812026-06-22T22:07:19.822Z Downloaded nom v7.1.3
10822026-06-22T22:07:19.825Z Downloaded rcgen v0.12.1
10832026-06-22T22:07:19.829Z Downloaded string_cache v0.8.9
10842026-06-22T22:07:19.829Z Downloaded slog-scope v4.4.1
10852026-06-22T22:07:19.829Z Downloaded tabled_derive v0.11.0
10862026-06-22T22:07:19.832Z Downloaded num-bigint v0.4.6
10872026-06-22T22:07:19.841Z Downloaded thiserror-impl-no-std v2.0.2
10882026-06-22T22:07:19.846Z Downloaded termios v0.3.3
10892026-06-22T22:07:19.846Z Downloaded tap v1.0.1
10902026-06-22T22:07:19.846Z Downloaded strum_macros v0.26.4
10912026-06-22T22:07:19.850Z Downloaded support-bundle-viewer v0.1.2
10922026-06-22T22:07:19.850Z Downloaded topological-sort v0.2.2
10932026-06-22T22:07:19.850Z Downloaded serde_yaml v0.9.34+deprecated
10942026-06-22T22:07:19.853Z Downloaded rand v0.8.6
10952026-06-22T22:07:19.857Z Downloaded libxml v0.3.3
10962026-06-22T22:07:19.860Z Downloaded thread_local v1.1.9
10972026-06-22T22:07:19.863Z Downloaded thread-id v5.1.0
10982026-06-22T22:07:19.863Z Downloaded tiny-keccak v2.0.2
10992026-06-22T22:07:19.869Z Downloaded time-macros v0.2.27
11002026-06-22T22:07:19.869Z Downloaded try-lock v0.2.5
11012026-06-22T22:07:19.869Z Downloaded tower-layer v0.3.3
11022026-06-22T22:07:19.873Z Downloaded thiserror-no-std v2.0.2
11032026-06-22T22:07:19.873Z Downloaded tower-service v0.3.3
11042026-06-22T22:07:19.873Z Downloaded spin v0.9.8
11052026-06-22T22:07:19.873Z Downloaded iri-string v0.7.10
11062026-06-22T22:07:19.876Z Downloaded rayon-core v1.13.0
11072026-06-22T22:07:19.879Z Downloaded qorb v0.4.1
11082026-06-22T22:07:19.882Z Downloaded tls_codec v0.4.2
11092026-06-22T22:07:19.882Z Downloaded similar v2.7.0
11102026-06-22T22:07:19.885Z Downloaded signal-hook v0.3.18
11112026-06-22T22:07:19.888Z Downloaded unarray v0.1.4
11122026-06-22T22:07:19.888Z Downloaded typify-macro v0.6.2
11132026-06-22T22:07:19.888Z Downloaded typify-macro v0.4.3
11142026-06-22T22:07:19.888Z Downloaded tokio-native-tls v0.3.1
11152026-06-22T22:07:19.893Z Downloaded strum_macros v0.27.2
11162026-06-22T22:07:19.898Z Downloaded tokio-rustls v0.25.0
11172026-06-22T22:07:19.901Z Downloaded hashbrown v0.16.1
11182026-06-22T22:07:19.904Z Downloaded schemars v0.9.0
11192026-06-22T22:07:19.908Z Downloaded unit-prefix v0.5.2
11202026-06-22T22:07:19.911Z Downloaded unicode-truncate v1.1.0
11212026-06-22T22:07:19.911Z Downloaded slog-term v2.9.2
11222026-06-22T22:07:19.914Z Downloaded slog v2.8.2
11232026-06-22T22:07:19.917Z Downloaded tokio-tungstenite v0.21.0
11242026-06-22T22:07:19.920Z Downloaded untrusted v0.9.0
11252026-06-22T22:07:19.923Z Downloaded universal-hash v0.5.1
11262026-06-22T22:07:19.923Z Downloaded tokio-tungstenite v0.23.1
11272026-06-22T22:07:19.927Z Downloaded usdt-attr-macro v0.6.0
11282026-06-22T22:07:19.927Z Downloaded usdt v0.6.0
11292026-06-22T22:07:19.927Z Downloaded publicsuffix v2.3.0
11302026-06-22T22:07:19.927Z Downloaded toml_writer v1.0.6+spec-1.1.0
11312026-06-22T22:07:19.930Z Downloaded ron v0.8.1
11322026-06-22T22:07:19.933Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11332026-06-22T22:07:19.933Z Downloaded term v1.2.1
11342026-06-22T22:07:19.936Z Downloaded rsa v0.9.10
11352026-06-22T22:07:19.936Z Downloaded socket2 v0.5.10
11362026-06-22T22:07:19.939Z Downloaded term v0.7.0
11372026-06-22T22:07:19.939Z Downloaded itertools v0.12.1
11382026-06-22T22:07:19.942Z Downloaded utf-8 v0.7.6
11392026-06-22T22:07:19.945Z Downloaded usdt-macro v0.6.0
11402026-06-22T22:07:19.945Z Downloaded tokio-dtrace v0.1.1
11412026-06-22T22:07:19.945Z Downloaded quinn v0.11.9
11422026-06-22T22:07:19.949Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11432026-06-22T22:07:19.952Z Downloaded wait-timeout v0.2.1
11442026-06-22T22:07:19.952Z Downloaded trait-variant v0.1.2
11452026-06-22T22:07:19.956Z Downloaded rustls-webpki v0.103.9
11462026-06-22T22:07:19.959Z Downloaded futures-util v0.3.32
11472026-06-22T22:07:19.964Z Downloaded want v0.3.1
11482026-06-22T22:07:19.967Z Downloaded void v1.0.2
11492026-06-22T22:07:19.967Z Downloaded tui-tree-widget v0.23.1
11502026-06-22T22:07:19.967Z Downloaded hyper v1.8.1
11512026-06-22T22:07:19.970Z Downloaded waitgroup v0.1.2
11522026-06-22T22:07:19.973Z Downloaded tokio-rustls v0.24.1
11532026-06-22T22:07:19.973Z Downloaded samael v0.0.19
11542026-06-22T22:07:19.977Z Downloaded tls_codec_derive v0.4.2
11552026-06-22T22:07:19.977Z Downloaded itertools v0.14.0
11562026-06-22T22:07:19.980Z Downloaded unicase v2.9.0
11572026-06-22T22:07:19.984Z Downloaded schemars v1.2.1
11582026-06-22T22:07:19.990Z Downloaded xshell-macros v0.2.7
11592026-06-22T22:07:19.993Z Downloaded itertools v0.13.0
11602026-06-22T22:07:19.997Z Downloaded tokio-rustls v0.26.4
11612026-06-22T22:07:19.997Z Downloaded nom v8.0.0
11622026-06-22T22:07:20.000Z Downloaded subprocess v0.2.15
11632026-06-22T22:07:20.000Z Downloaded untrusted v0.7.1
11642026-06-22T22:07:20.003Z Downloaded snafu v0.8.9
11652026-06-22T22:07:20.003Z Downloaded socket2 v0.6.3
11662026-06-22T22:07:20.007Z Downloaded uzers v0.12.2
11672026-06-22T22:07:20.007Z Downloaded zeroize_derive v1.4.3
11682026-06-22T22:07:20.007Z Downloaded zone v0.3.1
11692026-06-22T22:07:20.010Z Downloaded zone_cfg_derive v0.3.1
11702026-06-22T22:07:20.010Z Downloaded libm v0.2.16
11712026-06-22T22:07:20.013Z Downloaded usdt-impl v0.6.0
11722026-06-22T22:07:20.017Z Downloaded rand v0.9.2
11732026-06-22T22:07:20.019Z Downloaded tokio-stream v0.1.18
11742026-06-22T22:07:20.023Z Downloaded test-strategy v0.4.5
11752026-06-22T22:07:20.026Z Downloaded toml_parser v1.0.9+spec-1.1.0
11762026-06-22T22:07:20.026Z Downloaded tracing-attributes v0.1.31
11772026-06-22T22:07:20.030Z Downloaded twox-hash v2.1.2
11782026-06-22T22:07:20.033Z Downloaded vergen-lib v0.1.6
11792026-06-22T22:07:20.033Z Downloaded h2 v0.4.13
11802026-06-22T22:07:20.036Z Downloaded vergen-gitcl v1.0.8
11812026-06-22T22:07:20.036Z Downloaded vergen-git2 v9.1.0
11822026-06-22T22:07:20.040Z Downloaded tinyvec v1.10.0
11832026-06-22T22:07:20.045Z Downloaded vergen-lib v9.1.0
11842026-06-22T22:07:20.050Z Downloaded p521 v0.13.3
11852026-06-22T22:07:20.053Z Downloaded wyz v0.5.1
11862026-06-22T22:07:20.053Z Downloaded whoami v1.6.1
11872026-06-22T22:07:20.053Z Downloaded xattr v1.6.1
11882026-06-22T22:07:20.056Z Downloaded whoami v2.1.0
11892026-06-22T22:07:20.056Z Downloaded walkdir v2.5.0
11902026-06-22T22:07:20.059Z Downloaded rand v0.10.0
11912026-06-22T22:07:20.065Z Downloaded serde_with v1.14.0
11922026-06-22T22:07:20.068Z Downloaded tar v0.4.45
11932026-06-22T22:07:20.071Z Downloaded vergen v9.1.0
11942026-06-22T22:07:20.075Z Downloaded zeroize v1.8.2
11952026-06-22T22:07:20.075Z Downloaded xshell v0.2.7
11962026-06-22T22:07:20.078Z Downloaded toml v1.0.6+spec-1.1.0
11972026-06-22T22:07:20.082Z Downloaded hkdf v0.12.4
11982026-06-22T22:07:20.087Z Downloaded zstd-safe v7.2.4
11992026-06-22T22:07:20.092Z Downloaded zstd v0.13.3
12002026-06-22T22:07:20.097Z Downloaded vsss-rs v3.3.4
12012026-06-22T22:07:20.097Z Downloaded iddqd v0.4.2
12022026-06-22T22:07:20.100Z Downloaded unicode-bidi v0.3.18
12032026-06-22T22:07:20.105Z Downloaded typify v0.6.2
12042026-06-22T22:07:20.108Z Downloaded tungstenite v0.21.0
12052026-06-22T22:07:20.108Z Downloaded typify v0.4.3
12062026-06-22T22:07:20.111Z Downloaded steno v0.4.1
12072026-06-22T22:07:20.111Z Downloaded unicode-properties v0.1.4
12082026-06-22T22:07:20.112Z Downloaded tracing-core v0.1.36
12092026-06-22T22:07:20.115Z Downloaded yasna v0.5.2
12102026-06-22T22:07:20.118Z Downloaded num-bigint-dig v0.8.6
12112026-06-22T22:07:20.121Z Downloaded rpassword v7.4.0
12122026-06-22T22:07:20.124Z Downloaded uuid v1.23.0
12132026-06-22T22:07:20.127Z Downloaded unsafe-libyaml v0.2.11
12142026-06-22T22:07:20.127Z Downloaded toml v0.7.8
12152026-06-22T22:07:20.130Z Downloaded russh v0.45.0
12162026-06-22T22:07:20.141Z Downloaded toml_edit v0.23.10+spec-1.0.0
12172026-06-22T22:07:20.150Z Downloaded vte v0.14.1
12182026-06-22T22:07:20.153Z Downloaded tungstenite v0.23.0
12192026-06-22T22:07:20.166Z Downloaded reedline v0.40.0
12202026-06-22T22:07:20.179Z Downloaded zerocopy v0.6.6
12212026-06-22T22:07:20.182Z Downloaded tokio-postgres v0.7.16
12222026-06-22T22:07:20.190Z Downloaded zopfli v0.8.3
12232026-06-22T22:07:20.201Z Downloaded rustyline v14.0.0
12242026-06-22T22:07:20.204Z Downloaded ssh-key v0.6.7
12252026-06-22T22:07:20.207Z Downloaded p384 v0.13.1
12262026-06-22T22:07:20.210Z Downloaded unicode_categories v0.1.1
12272026-06-22T22:07:20.213Z Downloaded bindgen v0.71.1
12282026-06-22T22:07:20.216Z Downloaded regex v1.12.3
12292026-06-22T22:07:20.219Z Downloaded yansi v1.0.1
12302026-06-22T22:07:20.222Z Downloaded reqwest v0.13.2
12312026-06-22T22:07:20.225Z Downloaded reqwest v0.12.28
12322026-06-22T22:07:20.228Z Downloaded zip v0.6.6
12332026-06-22T22:07:20.231Z Downloaded git2 v0.20.4
12342026-06-22T22:07:20.234Z Downloaded typed-path v0.9.3
12352026-06-22T22:07:20.237Z Downloaded toml_edit v0.19.15
12362026-06-22T22:07:20.246Z Downloaded portable-atomic v1.13.1
12372026-06-22T22:07:20.250Z Downloaded bitvec v1.0.1
12382026-06-22T22:07:20.259Z Downloaded unicode-segmentation v1.12.0
12392026-06-22T22:07:20.262Z Downloaded chrono v0.4.44
12402026-06-22T22:07:20.265Z Downloaded aws-lc-rs v1.16.3
12412026-06-22T22:07:20.270Z Downloaded goblin v0.10.5
12422026-06-22T22:07:20.274Z Downloaded quick-xml v0.37.5
12432026-06-22T22:07:20.278Z Downloaded moka v0.12.13
12442026-06-22T22:07:20.282Z Downloaded rustls-webpki v0.101.7
12452026-06-22T22:07:20.290Z Downloaded x509-cert v0.2.5
12462026-06-22T22:07:20.293Z Downloaded zerocopy-derive v0.8.40
12472026-06-22T22:07:20.298Z Downloaded salty v0.3.0
12482026-06-22T22:07:20.302Z Downloaded tower v0.5.3
12492026-06-22T22:07:20.307Z Downloaded lalrpop v0.19.12
12502026-06-22T22:07:20.313Z Downloaded rayon v1.11.0
12512026-06-22T22:07:20.318Z Downloaded curve25519-dalek v4.1.3
12522026-06-22T22:07:20.324Z Downloaded tower-http v0.6.8
12532026-06-22T22:07:20.334Z Downloaded rustls-webpki v0.102.8
12542026-06-22T22:07:20.344Z Downloaded petname v2.0.2
12552026-06-22T22:07:20.350Z Downloaded zip v4.6.1
12562026-06-22T22:07:20.355Z Downloaded serde_with v3.17.0
12572026-06-22T22:07:20.365Z Downloaded unicode-normalization v0.1.25
12582026-06-22T22:07:20.367Z Downloaded object v0.30.4
12592026-06-22T22:07:20.371Z Downloaded tokio-util v0.7.18
12602026-06-22T22:07:20.376Z Downloaded proptest v1.10.0
12612026-06-22T22:07:20.381Z Downloaded winnow v0.5.40
12622026-06-22T22:07:20.386Z Downloaded quinn-proto v0.11.13
12632026-06-22T22:07:20.390Z Downloaded tough v0.22.0
12642026-06-22T22:07:20.395Z Downloaded nix v0.27.1
12652026-06-22T22:07:20.420Z Downloaded openssl v0.10.79
12662026-06-22T22:07:20.426Z Downloaded winnow v0.6.26
12672026-06-22T22:07:20.431Z Downloaded radix_trie v0.2.1
12682026-06-22T22:07:20.453Z Downloaded nix v0.28.0
12692026-06-22T22:07:20.459Z Downloaded dropshot v0.17.0
12702026-06-22T22:07:20.473Z Downloaded zlib-rs v0.6.2
12712026-06-22T22:07:20.477Z Downloaded polar-core v0.27.3
12722026-06-22T22:07:20.481Z Downloaded regex-syntax v0.6.29
12732026-06-22T22:07:20.486Z Downloaded bstr v1.12.1
12742026-06-22T22:07:20.494Z Downloaded hickory-proto v0.24.4
12752026-06-22T22:07:20.503Z Downloaded smoltcp v0.9.1
12762026-06-22T22:07:20.521Z Downloaded tabled v0.20.0
12772026-06-22T22:07:20.530Z Downloaded time v0.3.47
12782026-06-22T22:07:20.537Z Downloaded diesel v2.3.7
12792026-06-22T22:07:20.548Z Downloaded rustls v0.21.12
12802026-06-22T22:07:20.554Z Downloaded regex-syntax v0.8.10
12812026-06-22T22:07:20.558Z Downloaded regress v0.11.1
12822026-06-22T22:07:20.564Z Downloaded object v0.37.3
12832026-06-22T22:07:20.570Z Downloaded rustix v0.38.44
12842026-06-22T22:07:20.582Z Downloaded vcpkg v0.2.15
12852026-06-22T22:07:20.605Z Downloaded bzip2-sys v0.1.13+1.0.8
12862026-06-22T22:07:20.610Z Downloaded openapiv3 v2.2.0
12872026-06-22T22:07:20.617Z Downloaded webpki-roots v1.0.6
12882026-06-22T22:07:20.620Z Downloaded zerocopy v0.8.40
12892026-06-22T22:07:20.624Z Downloaded smoltcp v0.11.0
12902026-06-22T22:07:20.631Z Downloaded rustls v0.22.4
12912026-06-22T22:07:20.664Z Downloaded regress v0.10.5
12922026-06-22T22:07:20.665Z Downloaded tracing v0.1.44
12932026-06-22T22:07:20.665Z Downloaded sled v0.34.7
12942026-06-22T22:07:20.665Z Downloaded hickory-proto v0.25.2
12952026-06-22T22:07:20.670Z Downloaded nix v0.31.2
12962026-06-22T22:07:20.676Z Downloaded rustls v0.23.37
12972026-06-22T22:07:20.690Z Downloaded regex-automata v0.4.14
12982026-06-22T22:07:20.713Z Downloaded jiff v0.2.21
12992026-06-22T22:07:20.726Z Downloaded sqlparser v0.61.0
13002026-06-22T22:07:20.734Z Downloaded csv v1.4.0
13012026-06-22T22:07:20.747Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-06-22T22:07:20.758Z Downloaded libz-sys v1.1.24
13032026-06-22T22:07:20.770Z Downloaded typify-impl v0.6.2
13042026-06-22T22:07:20.784Z Downloaded ratatui v0.29.0
13052026-06-22T22:07:20.795Z Downloaded encoding_rs v0.8.35
13062026-06-22T22:07:20.820Z Downloaded typify-impl v0.4.3
13072026-06-22T22:07:20.834Z Downloaded zerocopy-derive v0.6.6
13082026-06-22T22:07:20.876Z Downloaded petgraph v0.6.5
13092026-06-22T22:07:20.887Z Downloaded chrono-tz v0.10.4
13102026-06-22T22:07:20.913Z Downloaded petgraph v0.8.3
13112026-06-22T22:07:20.949Z Downloaded sha3 v0.10.8
13122026-06-22T22:07:20.964Z Downloaded tokio v1.52.1
13132026-06-22T22:07:21.076Z Downloaded ring v0.17.14
13142026-06-22T22:07:21.123Z Downloaded libgit2-sys v0.18.3+1.9.2
13152026-06-22T22:07:21.653Z Downloaded aws-lc-sys v0.40.0
13162026-06-22T22:07:21.899Z Compiling libc v0.2.185
13172026-06-22T22:07:21.899Z Compiling serde v1.0.228
13182026-06-22T22:07:21.903Z Compiling log v0.4.29
13192026-06-22T22:07:21.903Z Compiling find-msvc-tools v0.1.9
13202026-06-22T22:07:21.903Z Compiling shlex v1.3.0
13212026-06-22T22:07:21.903Z Compiling syn v2.0.117
13222026-06-22T22:07:21.903Z Compiling smallvec v1.15.1
13232026-06-22T22:07:21.903Z Compiling typenum v1.19.0
13242026-06-22T22:07:22.215Z Compiling generic-array v0.14.7
13252026-06-22T22:07:22.228Z Compiling subtle v2.6.1
13262026-06-22T22:07:22.256Z Compiling scopeguard v1.2.0
13272026-06-22T22:07:22.346Z Compiling lock_api v0.4.14
13282026-06-22T22:07:22.360Z Compiling const-oid v0.9.6
13292026-06-22T22:07:22.373Z Compiling serde_json v1.0.149
13302026-06-22T22:07:22.397Z Compiling zerocopy v0.8.40
13312026-06-22T22:07:22.454Z Compiling portable-atomic v1.13.1
13322026-06-22T22:07:22.562Z Compiling parking_lot_core v0.9.12
13332026-06-22T22:07:22.795Z Compiling pin-project-lite v0.2.17
13342026-06-22T22:07:22.841Z Compiling pkg-config v0.3.32
13352026-06-22T22:07:22.888Z Compiling getrandom v0.2.17
13362026-06-22T22:07:22.903Z Compiling jobserver v0.1.34
13372026-06-22T22:07:22.928Z Compiling errno v0.3.14
13382026-06-22T22:07:23.033Z Compiling rand_core v0.6.4
13392026-06-22T22:07:23.204Z Compiling cc v1.2.56
13402026-06-22T22:07:23.207Z Compiling signal-hook-registry v1.4.8
13412026-06-22T22:07:23.410Z Compiling bitflags v2.11.0
13422026-06-22T22:07:23.467Z Compiling critical-section v1.2.0
13432026-06-22T22:07:23.491Z Compiling libm v0.2.16
13442026-06-22T22:07:23.578Z Compiling futures-core v0.3.32
13452026-06-22T22:07:23.638Z Compiling once_cell v1.21.3
13462026-06-22T22:07:23.642Z Compiling parking_lot v0.12.5
13472026-06-22T22:07:23.690Z Compiling mio v1.2.0
13482026-06-22T22:07:23.729Z Compiling num-traits v0.2.19
13492026-06-22T22:07:23.798Z Compiling percent-encoding v2.3.2
13502026-06-22T22:07:23.850Z Compiling socket2 v0.6.3
13512026-06-22T22:07:24.003Z Compiling futures-sink v0.3.32
13522026-06-22T22:07:24.022Z Compiling slab v0.4.12
13532026-06-22T22:07:24.073Z Compiling futures-io v0.3.32
13542026-06-22T22:07:24.108Z Compiling futures-channel v0.3.32
13552026-06-22T22:07:24.163Z Compiling futures-task v0.3.32
13562026-06-22T22:07:24.199Z Compiling cpufeatures v0.2.17
13572026-06-22T22:07:24.224Z Compiling getrandom v0.4.1
13582026-06-22T22:07:24.268Z Compiling rand_core v0.10.0
13592026-06-22T22:07:24.282Z Compiling indexmap v2.14.0
13602026-06-22T22:07:24.332Z Compiling rustversion v1.0.22
13612026-06-22T22:07:24.348Z Compiling getrandom v0.3.4
13622026-06-22T22:07:24.436Z Compiling form_urlencoded v1.2.2
13632026-06-22T22:07:24.762Z Compiling cmake v0.1.57
13642026-06-22T22:07:24.817Z Compiling fs_extra v1.3.0
13652026-06-22T22:07:24.847Z Compiling dunce v1.0.5
13662026-06-22T22:07:24.946Z Compiling synstructure v0.13.2
13672026-06-22T22:07:25.010Z Compiling ident_case v1.0.1
13682026-06-22T22:07:25.087Z Compiling base64ct v1.8.3
13692026-06-22T22:07:25.136Z Compiling flagset v0.4.7
13702026-06-22T22:07:25.163Z Compiling aws-lc-sys v0.40.0
13712026-06-22T22:07:25.266Z Compiling rustix v1.1.3
13722026-06-22T22:07:25.280Z Compiling iana-time-zone v0.1.65
13732026-06-22T22:07:25.342Z Compiling pem-rfc7468 v0.7.0
13742026-06-22T22:07:25.383Z Compiling regex-syntax v0.8.10
13752026-06-22T22:07:25.487Z Compiling rand_core v0.9.5
13762026-06-22T22:07:25.540Z Compiling ring v0.17.14
13772026-06-22T22:07:25.586Z Compiling vcpkg v0.2.15
13782026-06-22T22:07:25.658Z Compiling aws-lc-rs v1.16.3
13792026-06-22T22:07:25.766Z Compiling uuid v1.23.0
13802026-06-22T22:07:25.945Z Compiling rustc_version v0.4.1
13812026-06-22T22:07:26.276Z Compiling tracing-core v0.1.36
13822026-06-22T22:07:26.304Z Compiling openssl-sys v0.9.115
13832026-06-22T22:07:26.475Z Compiling base64 v0.22.1
13842026-06-22T22:07:26.721Z Compiling serde_derive v1.0.228
13852026-06-22T22:07:26.804Z Compiling zeroize_derive v1.4.3
13862026-06-22T22:07:26.832Z Compiling zerofrom-derive v0.1.6
13872026-06-22T22:07:26.835Z Compiling yoke-derive v0.8.1
13882026-06-22T22:07:27.008Z Compiling zerovec-derive v0.11.2
13892026-06-22T22:07:27.450Z Compiling zeroize v1.8.2
13902026-06-22T22:07:27.739Z Compiling zerocopy-derive v0.8.40
13912026-06-22T22:07:27.990Z Compiling displaydoc v0.2.5
13922026-06-22T22:07:28.147Z Compiling tokio-macros v2.7.0
13932026-06-22T22:07:28.215Z Compiling crypto-common v0.1.7
13942026-06-22T22:07:28.237Z Compiling zerofrom v0.1.6
13952026-06-22T22:07:28.359Z Compiling yoke v0.8.1
13962026-06-22T22:07:28.359Z Compiling block-buffer v0.10.4
13972026-06-22T22:07:28.541Z Compiling zerovec v0.11.5
13982026-06-22T22:07:28.555Z Compiling digest v0.10.7
13992026-06-22T22:07:28.751Z Compiling zerotrie v0.2.3
14002026-06-22T22:07:28.802Z Compiling futures-macro v0.3.32
14012026-06-22T22:07:28.866Z Compiling hmac v0.12.1
14022026-06-22T22:07:29.019Z Compiling tinystr v0.8.2
14032026-06-22T22:07:29.039Z Compiling potential_utf v0.1.4
14042026-06-22T22:07:29.042Z Compiling block-padding v0.3.3
14052026-06-22T22:07:29.201Z Compiling icu_locale_core v2.1.1
14062026-06-22T22:07:30.218Z Compiling icu_collections v2.1.1
14072026-06-22T22:07:30.221Z Compiling inout v0.1.4
14082026-06-22T22:07:30.221Z Compiling cipher v0.4.4
14092026-06-22T22:07:30.221Z Compiling futures-util v0.3.32
14102026-06-22T22:07:30.221Z Compiling sha2 v0.10.9
14112026-06-22T22:07:30.221Z Compiling der_derive v0.7.3
14122026-06-22T22:07:30.221Z Compiling icu_provider v2.1.1
14132026-06-22T22:07:30.221Z Compiling bytes v1.11.1
14142026-06-22T22:07:30.335Z Compiling icu_normalizer v2.1.1
14152026-06-22T22:07:30.611Z Compiling icu_properties v2.1.2
14162026-06-22T22:07:30.789Z Compiling tokio v1.52.1
14172026-06-22T22:07:30.861Z Compiling http v1.4.0
14182026-06-22T22:07:30.940Z Compiling der v0.7.10
14192026-06-22T22:07:31.011Z Compiling chrono v0.4.44
14202026-06-22T22:07:31.670Z Compiling idna_adapter v1.2.1
14212026-06-22T22:07:31.751Z Compiling spki v0.7.3
14222026-06-22T22:07:31.800Z Compiling idna v1.1.0
14232026-06-22T22:07:31.816Z Compiling salsa20 v0.10.2
14242026-06-22T22:07:31.948Z Compiling ppv-lite86 v0.2.21
14252026-06-22T22:07:31.962Z Compiling pbkdf2 v0.12.2
14262026-06-22T22:07:32.077Z Compiling rustls-pki-types v1.14.0
14272026-06-22T22:07:32.107Z Compiling url v2.5.8
14282026-06-22T22:07:32.124Z Compiling thiserror-impl v2.0.18
14292026-06-22T22:07:32.263Z Compiling tracing-attributes v0.1.31
14302026-06-22T22:07:32.354Z Compiling rand_chacha v0.9.0
14312026-06-22T22:07:32.435Z Compiling scrypt v0.11.0
14322026-06-22T22:07:32.510Z Compiling http-body v1.0.1
14332026-06-22T22:07:32.660Z Compiling cbc v0.1.2
14342026-06-22T22:07:32.681Z Compiling aes v0.8.4
14352026-06-22T22:07:32.879Z Compiling untrusted v0.7.1
14362026-06-22T22:07:32.944Z Compiling openssl-probe v0.2.1
14372026-06-22T22:07:33.002Z Compiling httparse v1.10.1
14382026-06-22T22:07:33.026Z Compiling tinyvec_macros v0.1.1
14392026-06-22T22:07:33.103Z Compiling untrusted v0.9.0
14402026-06-22T22:07:33.166Z Compiling tinyvec v1.10.0
14412026-06-22T22:07:33.426Z Compiling pkcs5 v0.7.1
14422026-06-22T22:07:33.444Z Compiling thiserror v2.0.18
14432026-06-22T22:07:33.500Z Compiling pest_generator v2.8.6
14442026-06-22T22:07:33.546Z Compiling rand v0.9.2
14452026-06-22T22:07:33.571Z Compiling tracing v0.1.44
14462026-06-22T22:07:33.761Z Compiling serde_derive_internals v0.29.1
14472026-06-22T22:07:33.836Z Compiling aho-corasick v1.1.4
14482026-06-22T22:07:33.898Z Compiling schemars v0.8.22
14492026-06-22T22:07:34.095Z Compiling try-lock v0.2.5
14502026-06-22T22:07:34.195Z Compiling tower-layer v0.3.3
14512026-06-22T22:07:34.217Z Compiling atomic-waker v1.1.2
14522026-06-22T22:07:34.334Z Compiling dyn-clone v1.0.20
14532026-06-22T22:07:34.347Z Compiling tower-service v0.3.3
14542026-06-22T22:07:34.362Z Compiling rustls v0.23.37
14552026-06-22T22:07:34.438Z Compiling pest_derive v2.8.6
14562026-06-22T22:07:34.466Z Compiling tokio-util v0.7.18
14572026-06-22T22:07:34.527Z Compiling want v0.3.1
14582026-06-22T22:07:34.649Z Compiling schemars_derive v0.8.22
14592026-06-22T22:07:34.686Z Compiling regex-automata v0.4.14
14602026-06-22T22:07:34.870Z Compiling pkcs8 v0.10.2
14612026-06-22T22:07:35.177Z Compiling h2 v0.4.13
14622026-06-22T22:07:35.274Z Compiling ipnet v2.11.0
14632026-06-22T22:07:35.474Z Compiling scroll_derive v0.13.1
14642026-06-22T22:07:35.508Z Compiling darling_core v0.20.11
14652026-06-22T22:07:35.766Z Compiling pin-utils v0.1.0
14662026-06-22T22:07:35.840Z Compiling openssl v0.10.79
14672026-06-22T22:07:35.861Z Compiling httpdate v1.0.3
14682026-06-22T22:07:36.066Z Compiling foreign-types-shared v0.1.1
14692026-06-22T22:07:36.080Z Compiling tempfile v3.25.0
14702026-06-22T22:07:36.152Z Compiling foreign-types v0.3.2
14712026-06-22T22:07:36.262Z Compiling scroll v0.13.0
14722026-06-22T22:07:36.407Z Compiling unicode-normalization v0.1.25
14732026-06-22T22:07:36.514Z Compiling openssl-macros v0.1.1
14742026-06-22T22:07:36.853Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14752026-06-22T22:07:36.867Z Compiling spin v0.9.8
14762026-06-22T22:07:36.899Z Compiling native-tls v0.2.18
14772026-06-22T22:07:37.065Z Compiling crc32fast v1.5.0
14782026-06-22T22:07:37.096Z Compiling time-core v0.1.8
14792026-06-22T22:07:37.227Z Compiling num-conv v0.2.0
14802026-06-22T22:07:37.243Z Compiling powerfmt v0.2.0
14812026-06-22T22:07:37.358Z Compiling time-macros v0.2.27
14822026-06-22T22:07:37.377Z Compiling deranged v0.5.8
14832026-06-22T22:07:37.739Z Compiling darling_macro v0.20.11
14842026-06-22T22:07:38.238Z Compiling hyper v1.8.1
14852026-06-22T22:07:38.345Z Compiling darling v0.20.11
14862026-06-22T22:07:38.429Z Compiling goblin v0.10.5
14872026-06-22T22:07:38.457Z Compiling rustls-native-certs v0.8.3
14882026-06-22T22:07:38.752Z Compiling sync_wrapper v1.0.2
14892026-06-22T22:07:38.766Z Compiling wait-timeout v0.2.1
14902026-06-22T22:07:38.859Z Compiling siphasher v1.0.2
14912026-06-22T22:07:39.028Z Compiling syn v1.0.109
14922026-06-22T22:07:39.047Z Compiling num_threads v0.1.7
14932026-06-22T22:07:39.062Z Compiling quick-error v1.2.3
14942026-06-22T22:07:39.140Z Compiling simd-adler32 v0.3.8
14952026-06-22T22:07:39.164Z Compiling bit-vec v0.8.0
14962026-06-22T22:07:39.324Z Compiling hyper-util v0.1.20
14972026-06-22T22:07:39.378Z Compiling unicode-segmentation v1.12.0
14982026-06-22T22:07:39.393Z Compiling crossbeam-utils v0.8.21
14992026-06-22T22:07:39.677Z Compiling usdt-impl v0.6.0
15002026-06-22T22:07:39.812Z Compiling bit-set v0.8.0
15012026-06-22T22:07:39.942Z Compiling rusty-fork v0.3.1
15022026-06-22T22:07:39.969Z Compiling time v0.3.47
15032026-06-22T22:07:40.061Z Compiling tower v0.5.3
15042026-06-22T22:07:40.257Z Compiling derive_builder_core v0.20.2
15052026-06-22T22:07:40.526Z Compiling dtrace-parser v0.3.0
15062026-06-22T22:07:40.677Z Compiling http-body-util v0.1.3
15072026-06-22T22:07:40.918Z Compiling webpki-roots v1.0.6
15082026-06-22T22:07:41.039Z Compiling signature v2.2.0
15092026-06-22T22:07:41.042Z Compiling scroll_derive v0.12.1
15102026-06-22T22:07:41.126Z Compiling dof v0.4.0
15112026-06-22T22:07:41.217Z Compiling thiserror-impl v1.0.69
15122026-06-22T22:07:41.267Z Compiling heapless v0.7.17
15132026-06-22T22:07:41.504Z Compiling rand_xorshift v0.4.0
15142026-06-22T22:07:41.518Z Compiling slog v2.8.2
15152026-06-22T22:07:41.662Z Compiling darling_core v0.21.3
15162026-06-22T22:07:41.695Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-06-22T22:07:41.709Z Compiling thread-id v5.1.0
15182026-06-22T22:07:41.788Z Compiling cookie v0.18.1
15192026-06-22T22:07:41.965Z Compiling paste v1.0.15
15202026-06-22T22:07:41.979Z Compiling unicode-bidi v0.3.18
15212026-06-22T22:07:42.225Z Compiling zstd-safe v7.2.4
15222026-06-22T22:07:42.270Z Compiling unarray v0.1.4
15232026-06-22T22:07:42.383Z Compiling iri-string v0.7.10
15242026-06-22T22:07:42.419Z Compiling unicode-properties v0.1.4
15252026-06-22T22:07:42.433Z Compiling adler2 v2.0.1
15262026-06-22T22:07:42.498Z Compiling ryu v1.0.23
15272026-06-22T22:07:42.558Z Compiling allocator-api2 v0.2.21
15282026-06-22T22:07:42.594Z Compiling anyhow v1.0.102
15292026-06-22T22:07:42.619Z Compiling signal-hook v0.3.18
15302026-06-22T22:07:42.671Z Compiling serde_urlencoded v0.7.1
15312026-06-22T22:07:42.803Z Compiling stringprep v0.1.5
15322026-06-22T22:07:42.869Z Compiling miniz_oxide v0.8.9
15332026-06-22T22:07:42.906Z Compiling thiserror v1.0.69
15342026-06-22T22:07:43.009Z Compiling proptest v1.10.0
15352026-06-22T22:07:43.523Z Compiling scroll v0.12.0
15362026-06-22T22:07:43.800Z Compiling tower-http v0.6.8
15372026-06-22T22:07:43.912Z Compiling derive_builder_macro v0.20.2
15382026-06-22T22:07:43.994Z Compiling tokio-native-tls v0.3.1
15392026-06-22T22:07:44.167Z Compiling heck v0.4.1
15402026-06-22T22:07:44.190Z Compiling ipnetwork v0.21.1
15412026-06-22T22:07:44.193Z Compiling darling_macro v0.21.3
15422026-06-22T22:07:44.358Z Compiling bstr v1.12.1
15432026-06-22T22:07:44.386Z Compiling rand_chacha v0.3.1
15442026-06-22T22:07:44.575Z Compiling serde_spanned v0.6.9
15452026-06-22T22:07:44.593Z Compiling erased-serde v0.3.31
15462026-06-22T22:07:44.670Z Compiling serde_tokenstream v0.2.3
15472026-06-22T22:07:44.716Z Compiling toml_datetime v0.6.11
15482026-06-22T22:07:44.971Z Compiling md-5 v0.10.6
15492026-06-22T22:07:44.985Z Compiling pin-project-internal v1.1.11
15502026-06-22T22:07:44.998Z Compiling zerocopy-derive v0.7.35
15512026-06-22T22:07:45.052Z Compiling async-trait v0.1.89
15522026-06-22T22:07:45.134Z Compiling curve25519-dalek v4.1.3
15532026-06-22T22:07:45.181Z Compiling vergen-lib v9.1.0
15542026-06-22T22:07:45.360Z Compiling num-integer v0.1.46
15552026-06-22T22:07:45.463Z Compiling hash32 v0.2.1
15562026-06-22T22:07:45.655Z Compiling ff v0.13.1
15572026-06-22T22:07:45.681Z Compiling memoffset v0.9.1
15582026-06-22T22:07:45.793Z Compiling encoding_rs v0.8.35
15592026-06-22T22:07:45.845Z Compiling base16ct v0.2.0
15602026-06-22T22:07:45.869Z Compiling zlib-rs v0.6.2
15612026-06-22T22:07:46.023Z Compiling smoltcp v0.9.1
15622026-06-22T22:07:46.051Z Compiling litrs v1.0.0
15632026-06-22T22:07:46.065Z Compiling mime v0.3.17
15642026-06-22T22:07:46.327Z Compiling num-bigint-dig v0.8.6
15652026-06-22T22:07:46.351Z Compiling ref-cast v1.0.25
15662026-06-22T22:07:46.518Z Compiling rustix v0.38.44
15672026-06-22T22:07:46.556Z Compiling cfg_aliases v0.2.1
15682026-06-22T22:07:46.633Z Compiling fallible-iterator v0.2.0
15692026-06-22T22:07:46.657Z Compiling psl-types v2.0.11
15702026-06-22T22:07:46.781Z Compiling publicsuffix v2.3.0
15712026-06-22T22:07:46.937Z Compiling postgres-protocol v0.6.10
15722026-06-22T22:07:46.951Z Compiling nix v0.31.2
15732026-06-22T22:07:47.009Z Compiling document-features v0.2.12
15742026-06-22T22:07:47.312Z Compiling pin-project v1.1.11
15752026-06-22T22:07:47.328Z Compiling sec1 v0.7.3
15762026-06-22T22:07:47.465Z Compiling zerocopy v0.7.35
15772026-06-22T22:07:47.508Z Compiling group v0.13.0
15782026-06-22T22:07:47.598Z Compiling num-iter v0.1.45
15792026-06-22T22:07:47.704Z Compiling hubpack_derive v0.1.1
15802026-06-22T22:07:47.734Z Compiling newtype-uuid v1.3.2
15812026-06-22T22:07:47.989Z Compiling darling v0.21.3
15822026-06-22T22:07:48.021Z Compiling rand v0.8.6
15832026-06-22T22:07:48.068Z Compiling oxnet v0.1.5
15842026-06-22T22:07:48.114Z Compiling snafu-derive v0.8.9
15852026-06-22T22:07:48.157Z Compiling derive_builder v0.20.2
15862026-06-22T22:07:48.186Z Compiling hyper-tls v0.6.0
15872026-06-22T22:07:48.489Z Compiling goblin v0.8.2
15882026-06-22T22:07:48.911Z Compiling flate2 v1.1.9
15892026-06-22T22:07:49.076Z Compiling phf_shared v0.13.1
15902026-06-22T22:07:49.321Z Compiling lazy_static v1.5.0
15912026-06-22T22:07:49.333Z Compiling regex v1.12.3
15922026-06-22T22:07:49.348Z Compiling anstyle-parse v0.2.7
15932026-06-22T22:07:49.377Z Compiling strum_macros v0.27.2
15942026-06-22T22:07:49.414Z Compiling futures-executor v0.3.32
15952026-06-22T22:07:49.529Z Compiling hex v0.4.3
15962026-06-22T22:07:49.670Z Compiling hkdf v0.12.4
15972026-06-22T22:07:49.757Z Compiling crypto-bigint v0.5.5
15982026-06-22T22:07:49.794Z Compiling terminal_size v0.4.3
15992026-06-22T22:07:49.829Z Compiling ref-cast-impl v1.0.25
16002026-06-22T22:07:49.932Z Compiling daft-derive v0.1.7
16012026-06-22T22:07:50.006Z Compiling curve25519-dalek-derive v0.1.1
16022026-06-22T22:07:50.378Z Compiling vergen v9.1.0
16032026-06-22T22:07:50.556Z Compiling fs-err v3.3.0
16042026-06-22T22:07:50.643Z Compiling cargo-platform v0.3.2
16052026-06-22T22:07:50.643Z Compiling ahash v0.8.12
16062026-06-22T22:07:50.740Z Compiling bumpalo v3.20.2
16072026-06-22T22:07:50.855Z Compiling object v0.37.3
16082026-06-22T22:07:50.913Z Compiling managed v0.8.0
16092026-06-22T22:07:50.987Z Compiling bitflags v1.3.2
16102026-06-22T22:07:51.065Z Compiling same-file v1.0.6
16112026-06-22T22:07:51.119Z Compiling libbz2-rs-sys v0.2.2
16122026-06-22T22:07:51.122Z Compiling foldhash v0.1.5
16132026-06-22T22:07:51.224Z Compiling winnow v0.5.40
16142026-06-22T22:07:51.301Z Compiling foldhash v0.2.0
16152026-06-22T22:07:51.319Z Compiling strum v0.27.2
16162026-06-22T22:07:51.461Z Compiling hashbrown v0.16.1
16172026-06-22T22:07:51.524Z Compiling bzip2 v0.6.1
16182026-06-22T22:07:51.728Z Compiling hashbrown v0.15.5
16192026-06-22T22:07:51.798Z Compiling walkdir v2.5.0
16202026-06-22T22:07:51.965Z Compiling zopfli v0.8.3
16212026-06-22T22:07:52.035Z Compiling clap_builder v4.6.0
16222026-06-22T22:07:52.150Z Compiling cargo_metadata v0.23.1
16232026-06-22T22:07:52.376Z Compiling dof v0.3.0
16242026-06-22T22:07:52.616Z Compiling toml_edit v0.19.15
16252026-06-22T22:07:52.630Z Compiling elliptic-curve v0.13.8
16262026-06-22T22:07:52.700Z Compiling daft v0.1.7
16272026-06-22T22:07:53.112Z Compiling snafu v0.8.9
16282026-06-22T22:07:53.173Z Compiling futures v0.3.32
16292026-06-22T22:07:53.255Z Compiling anstream v0.6.21
16302026-06-22T22:07:53.514Z Compiling phf v0.13.1
16312026-06-22T22:07:53.673Z Compiling signal-hook-mio v0.2.5
16322026-06-22T22:07:53.792Z Compiling cookie_store v0.22.1
16332026-06-22T22:07:53.924Z Compiling bzip2 v0.4.4
16342026-06-22T22:07:54.024Z Compiling zstd v0.13.3
16352026-06-22T22:07:54.134Z Compiling hubpack v0.1.2
16362026-06-22T22:07:54.296Z Compiling serde_with_macros v3.17.0
16372026-06-22T22:07:54.448Z Compiling postgres-types v0.2.12
16382026-06-22T22:07:55.008Z Compiling usdt-attr-macro v0.6.0
16392026-06-22T22:07:55.048Z Compiling usdt-macro v0.6.0
16402026-06-22T22:07:55.289Z Compiling globset v0.4.18
16412026-06-22T22:07:55.404Z Compiling dtrace-parser v0.2.0
16422026-06-22T22:07:55.565Z Compiling ed25519 v2.2.3
16432026-06-22T22:07:55.771Z Compiling phf_shared v0.11.3
16442026-06-22T22:07:55.786Z Compiling olpc-cjson v0.1.4
16452026-06-22T22:07:55.938Z Compiling pkcs1 v0.7.5
16462026-06-22T22:07:55.955Z Compiling strum_macros v0.26.4
16472026-06-22T22:07:55.957Z Compiling enum-as-inner v0.6.1
16482026-06-22T22:07:55.983Z Compiling clap_derive v4.6.1
16492026-06-22T22:07:56.151Z Compiling serde_plain v1.0.2
16502026-06-22T22:07:56.330Z Compiling serde-big-array v0.5.1
16512026-06-22T22:07:56.347Z Compiling rfc6979 v0.4.0
16522026-06-22T22:07:56.460Z Compiling serde_repr v0.1.20
16532026-06-22T22:07:56.460Z Compiling async-recursion v1.1.1
16542026-06-22T22:07:56.486Z Compiling pem v3.0.6
16552026-06-22T22:07:56.489Z Compiling float-cmp v0.10.0
16562026-06-22T22:07:56.635Z Compiling thread-id v4.2.2
16572026-06-22T22:07:56.724Z Compiling memmap2 v0.9.10
16582026-06-22T22:07:56.820Z Compiling env_filter v1.0.0
16592026-06-22T22:07:56.935Z Compiling jiff v0.2.21
16602026-06-22T22:07:56.977Z Compiling whoami v2.1.0
16612026-06-22T22:07:57.108Z Compiling fixedbitset v0.5.7
16622026-06-22T22:07:57.122Z Compiling difflib v0.4.0
16632026-06-22T22:07:57.379Z Compiling normalize-line-endings v0.3.0
16642026-06-22T22:07:57.408Z Compiling predicates-core v1.0.10
16652026-06-22T22:07:57.441Z Compiling typed-path v0.9.3
16662026-06-22T22:07:57.584Z Compiling new_debug_unreachable v1.0.6
16672026-06-22T22:07:57.658Z Compiling either v1.15.0
16682026-06-22T22:07:57.672Z Compiling keccak v0.1.6
16692026-06-22T22:07:57.675Z Compiling data-encoding v2.10.0
16702026-06-22T22:07:57.727Z Compiling fixedbitset v0.4.2
16712026-06-22T22:07:57.858Z Compiling precomputed-hash v0.1.1
16722026-06-22T22:07:57.944Z Compiling static_assertions v1.1.0
16732026-06-22T22:07:57.947Z Compiling hickory-proto v0.25.2
16742026-06-22T22:07:58.017Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16752026-06-22T22:07:58.380Z Compiling string_cache v0.8.9
16762026-06-22T22:07:58.518Z Compiling petgraph v0.6.5
16772026-06-22T22:07:58.610Z Compiling sha3 v0.10.8
16782026-06-22T22:07:58.692Z Compiling itertools v0.13.0
16792026-06-22T22:07:59.069Z Compiling clap v4.6.1
16802026-06-22T22:07:59.088Z Compiling strum v0.26.3
16812026-06-22T22:07:59.157Z Compiling predicates v3.1.4
16822026-06-22T22:07:59.222Z Compiling petgraph v0.8.3
16832026-06-22T22:07:59.791Z Compiling zip v4.6.1
16842026-06-22T22:07:59.916Z Compiling tokio-postgres v0.7.16
16852026-06-22T22:07:59.974Z Compiling env_logger v0.11.9
16862026-06-22T22:08:00.324Z Compiling toml_edit v0.22.27
16872026-06-22T22:08:00.749Z Compiling usdt v0.6.0
16882026-06-22T22:08:00.843Z Compiling usdt-impl v0.5.0
16892026-06-22T22:08:01.005Z Compiling ecdsa v0.16.9
16902026-06-22T22:08:01.133Z Compiling rsa v0.9.10
16912026-06-22T22:08:01.148Z Compiling ed25519-dalek v2.2.0
16922026-06-22T22:08:01.392Z Compiling serde_with v3.17.0
16932026-06-22T22:08:01.411Z Compiling crossterm v0.28.1
16942026-06-22T22:08:02.089Z Compiling zip v0.6.6
16952026-06-22T22:08:02.632Z Compiling toml v0.7.8
16962026-06-22T22:08:02.686Z Compiling iddqd v0.4.2
16972026-06-22T22:08:03.278Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-06-22T22:08:03.319Z Compiling similar v2.7.0
16992026-06-22T22:08:03.333Z Compiling crossbeam-epoch v0.9.18
17002026-06-22T22:08:03.460Z Compiling tokio-stream v0.1.18
17012026-06-22T22:08:03.673Z Compiling buf-list v1.1.2
17022026-06-22T22:08:03.910Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17032026-06-22T22:08:03.928Z Compiling x509-cert v0.2.5
17042026-06-22T22:08:03.965Z Compiling openapiv3 v2.2.0
17052026-06-22T22:08:03.983Z Compiling sha1 v0.10.6
17062026-06-22T22:08:04.198Z Compiling peg-runtime v0.8.5
17072026-06-22T22:08:04.213Z Compiling lalrpop-util v0.19.12
17082026-06-22T22:08:04.227Z Compiling thread_local v1.1.9
17092026-06-22T22:08:04.406Z Compiling slog-async v2.8.0
17102026-06-22T22:08:04.475Z Compiling crossbeam-channel v0.5.15
17112026-06-22T22:08:04.479Z Compiling filetime v0.2.27
17122026-06-22T22:08:04.479Z Compiling is-terminal v0.4.17
17132026-06-22T22:08:04.571Z Compiling term v1.2.1
17142026-06-22T22:08:04.669Z Compiling xattr v1.6.1
17152026-06-22T22:08:04.718Z Compiling take_mut v0.2.2
17162026-06-22T22:08:04.852Z Compiling slog-term v2.9.2
17172026-06-22T22:08:04.934Z Compiling tar v0.4.45
17182026-06-22T22:08:15.188Z Compiling rustls-webpki v0.103.9
17192026-06-22T22:08:17.966Z Compiling tokio-rustls v0.26.4
17202026-06-22T22:08:17.966Z Compiling rustls-platform-verifier v0.6.2
17212026-06-22T22:08:18.168Z Compiling hyper-rustls v0.27.7
17222026-06-22T22:08:18.369Z Compiling reqwest v0.12.28
17232026-06-22T22:08:18.390Z Compiling reqwest v0.13.2
17242026-06-22T22:08:19.627Z Compiling tough v0.22.0
17252026-06-22T22:08:22.164Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-06-22T22:08:22.367Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-06-22T22:08:25.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17282026-06-22T22:08:25.377Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-06-22T22:08:25.432ZJun 22 22:08:24.012 INFO Starting download, target: Console
17302026-06-22T22:08:25.433ZJun 22 22:08:24.012 INFO Starting download, target: Clickhouse
17312026-06-22T22:08:25.433ZJun 22 22:08:24.012 INFO Starting download, target: Cockroach
17322026-06-22T22:08:25.433ZJun 22 22:08:24.012 INFO Starting download, target: DendriteStub
17332026-06-22T22:08:25.436ZJun 22 22:08:24.012 INFO Starting download, target: MaghemiteMgd
17342026-06-22T22:08:25.436ZJun 22 22:08:24.012 INFO Starting download, target: TransceiverControl
17352026-06-22T22:08:25.436ZJun 22 22:08:24.013 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-06-22T22:08:25.436ZJun 22 22:08:24.013 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-06-22T22:08:25.436ZJun 22 22:08:24.013 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-06-22T22:08:25.437ZJun 22 22:08:24.013 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-06-22T22:08:25.437ZJun 22 22:08:24.013 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-06-22T22:08:25.437ZJun 22 22:08:24.013 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-06-22T22:08:26.356ZJun 22 22:08:24.937 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-06-22T22:08:26.589ZJun 22 22:08:25.170 INFO Download complete, target: Console
17432026-06-22T22:08:26.933ZJun 22 22:08:25.508 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-06-22T22:08:27.144ZJun 22 22:08:25.720 INFO Download complete, target: TransceiverControl
17452026-06-22T22:08:27.587ZJun 22 22:08:26.165 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-06-22T22:08:27.656ZJun 22 22:08:26.236 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-06-22T22:08:27.870ZJun 22 22:08:26.450 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17482026-06-22T22:08:28.390ZJun 22 22:08:26.971 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-06-22T22:08:28.391ZJun 22 22:08:26.971 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-06-22T22:08:29.855ZJun 22 22:08:28.436 INFO Download complete, target: MaghemiteMgd
17512026-06-22T22:08:30.258ZJun 22 22:08:28.840 INFO Download complete, target: DendriteStub
17522026-06-22T22:08:33.019ZJun 22 22:08:31.600 INFO Checking that binary works, target: Cockroach
17532026-06-22T22:08:33.377ZJun 22 22:08:31.958 INFO Download complete, target: Cockroach
17542026-06-22T22:08:34.481ZJun 22 22:08:33.062 INFO Checking that binary works, target: Clickhouse
17552026-06-22T22:08:34.655ZJun 22 22:08:33.236 INFO Download complete, target: Clickhouse
17562026-06-22T22:08:34.670ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-06-22T22:08:34.673Z
17582026-06-22T22:08:34.673Zreal 2:18.304851534
17592026-06-22T22:08:34.673Zuser 6:55.081005765
17602026-06-22T22:08:34.673Zsys 1:21.625560247
17612026-06-22T22:08:34.673Ztrap 0.227495448
17622026-06-22T22:08:34.673Ztflt 1.015385250
17632026-06-22T22:08:34.673Zdflt 1.031525856
17642026-06-22T22:08:34.673Zkflt 0.074862998
17652026-06-22T22:08:34.673Zlock 22:03.285314512
17662026-06-22T22:08:34.674Zslp 21:24.865405102
17672026-06-22T22:08:34.674Zlat 44.332278170
17682026-06-22T22:08:34.674Zstop 1:56.425293672
17692026-06-22T22:08:34.674Z+ banner clippy
17702026-06-22T22:08:34.674Z
17712026-06-22T22:08:34.674Z #### # # ##### ##### # #
17722026-06-22T22:08:34.674Z # # # # # # # # # #
17732026-06-22T22:08:34.674Z # # # # # # # #
17742026-06-22T22:08:34.674Z # # # ##### ##### #
17752026-06-22T22:08:34.674Z # # # # # # #
17762026-06-22T22:08:34.674Z #### ###### # # # #
17772026-06-22T22:08:34.674Z
17782026-06-22T22:08:34.674Z+ export CARGO_INCREMENTAL=0
17792026-06-22T22:08:34.674Z+ CARGO_INCREMENTAL=0
17802026-06-22T22:08:34.674Z+ ptime -m cargo xtask clippy
17812026-06-22T22:08:35.199Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-06-22T22:08:35.421Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-06-22T22:08:37.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17842026-06-22T22:08:37.345Z Running `target/debug/xtask clippy`
17852026-06-22T22:08:37.371Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17862026-06-22T22:08:37.978Z Downloading crates ...
17872026-06-22T22:08:38.189Z Downloaded trybuild v1.0.116
17882026-06-22T22:08:38.193Z Downloaded addr2line v0.25.1
17892026-06-22T22:08:38.197Z Downloaded supports-color v2.1.0
17902026-06-22T22:08:38.200Z Downloaded concurrent-queue v2.5.0
17912026-06-22T22:08:38.205Z Downloaded async-lock v3.4.2
17922026-06-22T22:08:38.208Z Downloaded termcolor v1.4.1
17932026-06-22T22:08:38.208Z Downloaded target-lexicon v0.13.3
17942026-06-22T22:08:38.211Z Downloaded rand_distr v0.5.1
17952026-06-22T22:08:38.211Z Downloaded event-listener-strategy v0.5.4
17962026-06-22T22:08:38.215Z Downloaded event-listener v5.4.1
17972026-06-22T22:08:38.217Z Downloaded partial-io v0.5.4
17982026-06-22T22:08:38.217Z Downloaded futures-timer v3.0.3
17992026-06-22T22:08:38.220Z Downloaded stringmetrics v2.2.2
18002026-06-22T22:08:38.220Z Downloaded backtrace-ext v0.2.1
18012026-06-22T22:08:38.229Z Downloaded miette-derive v5.10.0
18022026-06-22T22:08:38.231Z Downloaded rustc-demangle v0.1.27
18032026-06-22T22:08:38.234Z Downloaded linkme v0.3.35
18042026-06-22T22:08:38.234Z Downloaded path-tree v0.8.3
18052026-06-22T22:08:38.237Z Downloaded libtest-mimic v0.8.1
18062026-06-22T22:08:38.240Z Downloaded supports-hyperlinks v2.1.0
18072026-06-22T22:08:38.240Z Downloaded serde_regex v1.1.0
18082026-06-22T22:08:38.242Z Downloaded pathdiff v0.2.3
18092026-06-22T22:08:38.242Z Downloaded async-object-pool v0.2.0
18102026-06-22T22:08:38.242Z Downloaded parking v2.2.1
18112026-06-22T22:08:38.242Z Downloaded approx v0.5.1
18122026-06-22T22:08:38.247Z Downloaded terminal_size v0.1.17
18132026-06-22T22:08:38.258Z Downloaded criterion-plot v0.6.0
18142026-06-22T22:08:38.261Z Downloaded cfg-expr v0.20.6
18152026-06-22T22:08:38.264Z Downloaded target-triple v1.0.0
18162026-06-22T22:08:38.271Z Downloaded plotters-backend v0.3.7
18172026-06-22T22:08:38.274Z Downloaded similar-asserts v1.7.0
18182026-06-22T22:08:38.274Z Downloaded nested v0.1.1
18192026-06-22T22:08:38.278Z Downloaded plotters-svg v0.3.7
18202026-06-22T22:08:38.281Z Downloaded guppy-workspace-hack v0.1.0
18212026-06-22T22:08:38.281Z Downloaded rust-argon2 v2.1.0
18222026-06-22T22:08:38.284Z Downloaded tokio-test v0.4.5
18232026-06-22T22:08:38.287Z Downloaded assert-json-diff v2.0.2
18242026-06-22T22:08:38.294Z Downloaded cast v0.3.0
18252026-06-22T22:08:38.297Z Downloaded supports-unicode v2.1.0
18262026-06-22T22:08:38.297Z Downloaded escape8259 v0.5.3
18272026-06-22T22:08:38.297Z Downloaded constant_time_eq v0.3.1
18282026-06-22T22:08:38.302Z Downloaded relative-path v1.9.3
18292026-06-22T22:08:38.305Z Downloaded anes v0.1.6
18302026-06-22T22:08:38.312Z Downloaded linkme-impl v0.3.35
18312026-06-22T22:08:38.315Z Downloaded hickory-client v0.25.2
18322026-06-22T22:08:38.315Z Downloaded httptest v0.16.4
18332026-06-22T22:08:38.317Z Downloaded oorandom v11.1.5
18342026-06-22T22:08:38.320Z Downloaded target-spec v3.5.7
18352026-06-22T22:08:38.331Z Downloaded assert_cmd v2.1.2
18362026-06-22T22:08:38.334Z Downloaded tinytemplate v1.2.1
18372026-06-22T22:08:38.337Z Downloaded owo-colors v3.5.0
18382026-06-22T22:08:38.340Z Downloaded fancy-regex v0.14.0
18392026-06-22T22:08:38.340Z Downloaded blake2b_simd v1.0.4
18402026-06-22T22:08:38.345Z Downloaded textwrap v0.15.2
18412026-06-22T22:08:38.347Z Downloaded knuffel-derive v3.2.0
18422026-06-22T22:08:38.350Z Downloaded datatest-stable v0.3.3
18432026-06-22T22:08:38.354Z Downloaded rstest v0.25.0
18442026-06-22T22:08:38.361Z Downloaded knuffel v3.2.0
18452026-06-22T22:08:38.376Z Downloaded chumsky v0.9.3
18462026-06-22T22:08:38.378Z Downloaded rstest_macros v0.25.0
18472026-06-22T22:08:38.381Z Downloaded miette v5.10.0
18482026-06-22T22:08:38.381Z Downloaded backtrace v0.3.76
18492026-06-22T22:08:38.388Z Downloaded plotters v0.3.7
18502026-06-22T22:08:38.392Z Downloaded hashbrown v0.14.5
18512026-06-22T22:08:38.396Z Downloaded criterion v0.7.0
18522026-06-22T22:08:38.404Z Downloaded guppy v0.17.25
18532026-06-22T22:08:38.434Z Downloaded gimli v0.32.3
18542026-06-22T22:08:38.534Z Downloaded httpmock v0.8.3
18552026-06-22T22:08:40.169Z Checking cfg-if v1.0.4
18562026-06-22T22:08:40.529Z Checking libc v0.2.185
18572026-06-22T22:08:40.532Z Checking serde_core v1.0.228
18582026-06-22T22:08:40.602Z Checking memchr v2.8.0
18592026-06-22T22:08:40.641Z Checking smallvec v1.15.1
18602026-06-22T22:08:40.680Z Checking itoa v1.0.17
18612026-06-22T22:08:40.716Z Checking log v0.4.29
18622026-06-22T22:08:40.763Z Checking libm v0.2.16
18632026-06-22T22:08:40.801Z Checking zeroize v1.8.2
18642026-06-22T22:08:40.842Z Checking scopeguard v1.2.0
18652026-06-22T22:08:40.879Z Checking stable_deref_trait v1.2.1
18662026-06-22T22:08:40.919Z Checking zmij v1.0.21
18672026-06-22T22:08:40.959Z Checking errno v0.3.14
18682026-06-22T22:08:40.994Z Checking getrandom v0.2.17
18692026-06-22T22:08:41.028Z Checking lock_api v0.4.14
18702026-06-22T22:08:41.062Z Checking zerofrom v0.1.6
18712026-06-22T22:08:41.100Z Checking percent-encoding v2.3.2
18722026-06-22T22:08:41.139Z Checking writeable v0.6.2
18732026-06-22T22:08:41.172Z Checking litemap v0.8.1
18742026-06-22T22:08:41.208Z Checking yoke v0.8.1
18752026-06-22T22:08:41.242Z Checking icu_properties_data v2.1.2
18762026-06-22T22:08:41.276Z Checking icu_normalizer_data v2.1.1
18772026-06-22T22:08:41.313Z Checking form_urlencoded v1.2.2
18782026-06-22T22:08:41.349Z Checking utf8_iter v1.0.4
18792026-06-22T22:08:41.387Z Checking subtle v2.6.1
18802026-06-22T22:08:41.425Z Checking zerovec v0.11.5
18812026-06-22T22:08:41.425Z Checking zerotrie v0.2.3
18822026-06-22T22:08:41.491Z Checking num-traits v0.2.19
18832026-06-22T22:08:41.529Z Checking pin-project-lite v0.2.17
18842026-06-22T22:08:41.532Z Checking rand_core v0.10.0
18852026-06-22T22:08:41.600Z Checking rand_core v0.6.4
18862026-06-22T22:08:41.603Z Checking parking_lot_core v0.9.12
18872026-06-22T22:08:41.671Z Checking zerocopy v0.8.40
18882026-06-22T22:08:41.717Z Checking portable-atomic v1.13.1
18892026-06-22T22:08:41.755Z Checking getrandom v0.4.1
18902026-06-22T22:08:41.804Z Checking signal-hook-registry v1.4.8
18912026-06-22T22:08:41.842Z Checking parking_lot v0.12.5
18922026-06-22T22:08:41.900Z Checking tinystr v0.8.2
18932026-06-22T22:08:41.936Z Checking potential_utf v0.1.4
18942026-06-22T22:08:41.995Z Checking critical-section v1.2.0
18952026-06-22T22:08:42.035Z Checking serde v1.0.228
18962026-06-22T22:08:42.035Z Checking serde_json v1.0.149
18972026-06-22T22:08:42.104Z Checking bitflags v2.11.0
18982026-06-22T22:08:42.106Z Checking icu_locale_core v2.1.1
18992026-06-22T22:08:42.106Z Checking icu_collections v2.1.1
19002026-06-22T22:08:42.200Z Checking once_cell v1.21.3
19012026-06-22T22:08:42.238Z Checking mio v1.2.0
19022026-06-22T22:08:42.304Z Checking socket2 v0.6.3
19032026-06-22T22:08:42.405Z Checking typenum v1.19.0
19042026-06-22T22:08:42.451Z Checking bytes v1.11.1
19052026-06-22T22:08:42.497Z Checking iana-time-zone v0.1.65
19062026-06-22T22:08:42.546Z Checking uuid v1.23.0
19072026-06-22T22:08:42.586Z Checking thiserror v2.0.18
19082026-06-22T22:08:42.631Z Checking chrono v0.4.44
19092026-06-22T22:08:42.704Z Checking icu_provider v2.1.1
19102026-06-22T22:08:42.746Z Checking semver v1.0.28
19112026-06-22T22:08:42.799Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19122026-06-22T22:08:42.883Z Checking futures-core v0.3.32
19132026-06-22T22:08:42.923Z Checking tokio v1.52.1
19142026-06-22T22:08:42.958Z Checking generic-array v0.14.7
19152026-06-22T22:08:42.961Z Checking icu_normalizer v2.1.1
19162026-06-22T22:08:43.028Z Checking icu_properties v2.1.2
19172026-06-22T22:08:43.031Z Checking dyn-clone v1.0.20
19182026-06-22T22:08:43.143Z Checking equivalent v1.0.2
19192026-06-22T22:08:43.179Z Checking const-oid v0.9.6
19202026-06-22T22:08:43.254Z Checking futures-sink v0.3.32
19212026-06-22T22:08:43.375Z Checking futures-io v0.3.32
19222026-06-22T22:08:43.383Z Checking futures-channel v0.3.32
19232026-06-22T22:08:43.421Z Checking crypto-common v0.1.7
19242026-06-22T22:08:43.464Z Checking block-buffer v0.10.4
19252026-06-22T22:08:43.500Z Checking futures-task v0.3.32
19262026-06-22T22:08:43.572Z Checking slab v0.4.12
19272026-06-22T22:08:43.611Z Checking rustix v1.1.3
19282026-06-22T22:08:43.643Z Checking byteorder v1.5.0
19292026-06-22T22:08:43.677Z Checking hashbrown v0.17.0
19302026-06-22T22:08:43.760Z Checking futures-util v0.3.32
19312026-06-22T22:08:43.866Z Checking cpufeatures v0.2.17
19322026-06-22T22:08:43.902Z Checking digest v0.10.7
19332026-06-22T22:08:43.905Z Checking idna_adapter v1.2.1
19342026-06-22T22:08:43.970Z Checking thiserror v1.0.69
19352026-06-22T22:08:44.091Z Checking idna v1.1.0
19362026-06-22T22:08:44.130Z Checking getrandom v0.3.4
19372026-06-22T22:08:44.166Z Checking fnv v1.0.7
19382026-06-22T22:08:44.169Z Checking indexmap v2.14.0
19392026-06-22T22:08:44.303Z Checking regex-syntax v0.8.10
19402026-06-22T22:08:44.338Z Checking http v1.4.0
19412026-06-22T22:08:44.374Z Checking url v2.5.8
19422026-06-22T22:08:44.410Z Checking ppv-lite86 v0.2.21
19432026-06-22T22:08:44.463Z Checking tracing-core v0.1.36
19442026-06-22T22:08:44.730Z Checking base64 v0.22.1
19452026-06-22T22:08:44.766Z Checking utf8parse v0.2.2
19462026-06-22T22:08:44.801Z Checking tracing v0.1.44
19472026-06-22T22:08:44.839Z Checking schemars v0.8.22
19482026-06-22T22:08:44.895Z Checking ipnet v2.11.0
19492026-06-22T22:08:44.930Z Checking anstyle v1.0.14
19502026-06-22T22:08:44.994Z Checking unicode-ident v1.0.24
19512026-06-22T22:08:45.048Z Checking untrusted v0.9.0
19522026-06-22T22:08:45.134Z Checking proc-macro2 v1.0.106
19532026-06-22T22:08:45.169Z Checking is_terminal_polyfill v1.70.2
19542026-06-22T22:08:45.204Z Checking base64ct v1.8.3
19552026-06-22T22:08:45.207Z Checking ring v0.17.14
19562026-06-22T22:08:45.287Z Checking anstyle-query v1.1.5
19572026-06-22T22:08:45.414Z Checking colorchoice v1.0.4
19582026-06-22T22:08:45.469Z Checking block-padding v0.3.3
19592026-06-22T22:08:45.472Z Checking quote v1.0.45
19602026-06-22T22:08:45.538Z Checking aho-corasick v1.1.4
19612026-06-22T22:08:45.572Z Checking rustls-pki-types v1.14.0
19622026-06-22T22:08:45.630Z Checking inout v0.1.4
19632026-06-22T22:08:45.668Z Checking httparse v1.10.1
19642026-06-22T22:08:45.704Z Checking syn v2.0.117
19652026-06-22T22:08:45.707Z Checking anstyle-parse v1.0.0
19662026-06-22T22:08:45.801Z Checking cipher v0.4.4
19672026-06-22T22:08:45.880Z Checking terminal_size v0.4.3
19682026-06-22T22:08:45.918Z Checking crossbeam-utils v0.8.21
19692026-06-22T22:08:45.922Z Checking anstream v1.0.0
19702026-06-22T22:08:46.022Z Checking allocator-api2 v0.2.21
19712026-06-22T22:08:46.057Z Checking clap_lex v1.0.0
19722026-06-22T22:08:46.097Z Checking tokio-util v0.7.18
19732026-06-22T22:08:46.177Z Checking strsim v0.11.1
19742026-06-22T22:08:46.224Z Checking regex-automata v0.4.14
19752026-06-22T22:08:46.261Z Checking pem-rfc7468 v0.7.0
19762026-06-22T22:08:46.264Z Checking http-body v1.0.1
19772026-06-22T22:08:46.329Z Checking sha2 v0.10.9
19782026-06-22T22:08:46.332Z Checking powerfmt v0.2.0
19792026-06-22T22:08:46.397Z Checking clap_builder v4.6.0
19802026-06-22T22:08:46.431Z Checking atomic-waker v1.1.2
19812026-06-22T22:08:46.478Z Checking rand_core v0.9.5
19822026-06-22T22:08:46.514Z Checking deranged v0.5.8
19832026-06-22T22:08:46.557Z Checking hmac v0.12.1
19842026-06-22T22:08:46.658Z Checking num_threads v0.1.7
19852026-06-22T22:08:46.694Z Checking httpdate v1.0.3
19862026-06-22T22:08:46.730Z Checking time-core v0.1.8
19872026-06-22T22:08:46.733Z Checking try-lock v0.2.5
19882026-06-22T22:08:46.798Z Checking num-conv v0.2.0
19892026-06-22T22:08:46.864Z Checking h2 v0.4.13
19902026-06-22T22:08:46.900Z Checking want v0.3.1
19912026-06-22T22:08:46.904Z Checking erased-serde v0.3.31
19922026-06-22T22:08:46.980Z Checking tower-service v0.3.3
19932026-06-22T22:08:47.048Z Checking ryu v1.0.23
19942026-06-22T22:08:47.083Z Checking tower-layer v0.3.3
19952026-06-22T22:08:47.211Z Checking flagset v0.4.7
19962026-06-22T22:08:47.259Z Checking pin-utils v0.1.0
19972026-06-22T22:08:47.328Z Checking slog v2.8.2
19982026-06-22T22:08:47.364Z Checking der v0.7.10
19992026-06-22T22:08:47.367Z Checking rand_chacha v0.9.0
20002026-06-22T22:08:47.443Z Checking time v0.3.47
20012026-06-22T22:08:47.617Z Checking anyhow v1.0.102
20022026-06-22T22:08:47.655Z Checking mime v0.3.17
20032026-06-22T22:08:47.659Z Checking clap v4.6.1
20042026-06-22T22:08:47.796Z Checking rand v0.9.2
20052026-06-22T22:08:47.842Z Checking spin v0.9.8
20062026-06-22T22:08:47.878Z Checking http-body-util v0.1.3
20072026-06-22T22:08:47.955Z Checking aws-lc-sys v0.40.0
20082026-06-22T22:08:48.024Z Checking untrusted v0.7.1
20092026-06-22T22:08:48.060Z Checking ipnetwork v0.21.1
20102026-06-22T22:08:48.121Z Checking fastrand v2.3.0
20112026-06-22T22:08:48.124Z Checking openssl-probe v0.2.1
20122026-06-22T22:08:48.186Z Checking spki v0.7.3
20132026-06-22T22:08:48.284Z Checking serde_urlencoded v0.7.1
20142026-06-22T22:08:48.322Z Checking pbkdf2 v0.12.2
20152026-06-22T22:08:48.324Z Checking aes v0.8.4
20162026-06-22T22:08:48.357Z Checking encoding_rs v0.8.35
20172026-06-22T22:08:48.422Z Checking regex v1.12.3
20182026-06-22T22:08:48.460Z Checking cbc v0.1.2
20192026-06-22T22:08:48.495Z Checking aws-lc-rs v1.16.3
20202026-06-22T22:08:48.531Z Checking salsa20 v0.10.2
20212026-06-22T22:08:48.580Z Checking rand_chacha v0.3.1
20222026-06-22T22:08:48.617Z Checking hex v0.4.3
20232026-06-22T22:08:48.691Z Checking simd-adler32 v0.3.8
20242026-06-22T22:08:48.727Z Checking pretty-hex v0.4.1
20252026-06-22T22:08:48.775Z Checking scrypt v0.11.0
20262026-06-22T22:08:48.818Z Checking rand v0.8.6
20272026-06-22T22:08:48.870Z Checking tempfile v3.25.0
20282026-06-22T22:08:48.873Z Checking adler2 v2.0.1
20292026-06-22T22:08:48.939Z Checking plain v0.2.3
20302026-06-22T22:08:48.973Z Checking pkcs5 v0.7.1
20312026-06-22T22:08:49.040Z Checking miniz_oxide v0.8.9
20322026-06-22T22:08:49.076Z Checking rustls-native-certs v0.8.3
20332026-06-22T22:08:49.111Z Checking sync_wrapper v1.0.2
20342026-06-22T22:08:49.234Z Checking ucd-trie v0.1.7
20352026-06-22T22:08:49.271Z Checking tower v0.5.3
20362026-06-22T22:08:49.274Z Checking pkcs8 v0.10.2
20372026-06-22T22:08:49.341Z Checking rustls-webpki v0.103.9
20382026-06-22T22:08:49.344Z Checking webpki-roots v1.0.6
20392026-06-22T22:08:49.344Z Checking camino v1.2.2
20402026-06-22T22:08:49.409Z Checking pest v2.8.6
20412026-06-22T22:08:49.442Z Checking foldhash v0.2.0
20422026-06-22T22:08:49.506Z Checking iri-string v0.7.10
20432026-06-22T22:08:49.539Z Checking hyper v1.8.1
20442026-06-22T22:08:49.574Z Checking oxnet v0.1.5
20452026-06-22T22:08:49.640Z Checking futures-executor v0.3.32
20462026-06-22T22:08:49.677Z Checking hashbrown v0.16.1
20472026-06-22T22:08:49.680Z Checking either v1.15.0
20482026-06-22T22:08:49.784Z Checking rustls v0.23.37
20492026-06-22T22:08:49.819Z Checking futures v0.3.32
20502026-06-22T22:08:49.855Z Checking openapiv3 v2.2.0
20512026-06-22T22:08:49.925Z Checking crc32fast v1.5.0
20522026-06-22T22:08:49.928Z Checking static_assertions v1.1.0
20532026-06-22T22:08:50.119Z Checking lazy_static v1.5.0
20542026-06-22T22:08:50.161Z Checking signature v2.2.0
20552026-06-22T22:08:50.215Z Checking winnow v0.7.14
20562026-06-22T22:08:50.250Z Checking hubpack v0.1.2
20572026-06-22T22:08:50.319Z Checking zlib-rs v0.6.2
20582026-06-22T22:08:50.444Z Checking strum v0.26.3
20592026-06-22T22:08:50.481Z Checking hyper-util v0.1.20
20602026-06-22T22:08:50.544Z Checking psl-types v2.0.11
20612026-06-22T22:08:50.582Z Checking tower-http v0.6.8
20622026-06-22T22:08:50.585Z Checking tinyvec_macros v0.1.1
20632026-06-22T22:08:50.692Z Checking publicsuffix v2.3.0
20642026-06-22T22:08:50.727Z Checking tinyvec v1.10.0
20652026-06-22T22:08:50.878Z Checking cookie v0.18.1
20662026-06-22T22:08:50.881Z Checking sha1 v0.10.6
20672026-06-22T22:08:51.058Z Checking num-integer v0.1.46
20682026-06-22T22:08:51.107Z Checking scroll v0.13.0
20692026-06-22T22:08:51.143Z Checking data-encoding v2.10.0
20702026-06-22T22:08:51.177Z Checking cookie_store v0.22.1
20712026-06-22T22:08:51.215Z Checking flate2 v1.1.9
20722026-06-22T22:08:51.309Z Checking toml_datetime v0.6.11
20732026-06-22T22:08:51.366Z Checking goblin v0.10.5
20742026-06-22T22:08:51.427Z Checking serde_spanned v0.6.9
20752026-06-22T22:08:51.464Z Checking memmap2 v0.9.10
20762026-06-22T22:08:51.518Z Checking base16ct v0.2.0
20772026-06-22T22:08:51.556Z Checking bit-vec v0.8.0
20782026-06-22T22:08:51.559Z Checking dtrace-parser v0.3.0
20792026-06-22T22:08:51.624Z Checking ff v0.13.1
20802026-06-22T22:08:51.685Z Checking wait-timeout v0.2.1
20812026-06-22T22:08:51.694Z Checking sec1 v0.7.3
20822026-06-22T22:08:51.730Z Checking thread-id v5.1.0
20832026-06-22T22:08:51.773Z Checking bit-set v0.8.0
20842026-06-22T22:08:51.777Z Checking foreign-types-shared v0.1.1
20852026-06-22T22:08:51.842Z Checking group v0.13.0
20862026-06-22T22:08:51.845Z Checking num-iter v0.1.45
20872026-06-22T22:08:51.845Z Checking bstr v1.12.1
20882026-06-22T22:08:51.941Z Checking hkdf v0.12.4
20892026-06-22T22:08:51.944Z Checking foreign-types v0.3.2
20902026-06-22T22:08:51.944Z Checking crossbeam-epoch v0.9.18
20912026-06-22T22:08:52.041Z Checking anstyle-parse v0.2.7
20922026-06-22T22:08:52.044Z Checking ahash v0.8.12
20932026-06-22T22:08:52.110Z Checking crypto-bigint v0.5.5
20942026-06-22T22:08:52.146Z Checking openssl-sys v0.9.115
20952026-06-22T22:08:52.181Z Checking tokio-rustls v0.26.4
20962026-06-22T22:08:52.219Z Checking rustls-platform-verifier v0.6.2
20972026-06-22T22:08:52.222Z Checking quick-error v1.2.3
20982026-06-22T22:08:52.294Z Checking anstream v0.6.21
20992026-06-22T22:08:52.331Z Checking rand_xorshift v0.4.0
21002026-06-22T22:08:52.365Z Checking rusty-fork v0.3.1
21012026-06-22T22:08:52.417Z Checking scroll v0.12.0
21022026-06-22T22:08:52.455Z Checking hyper-rustls v0.27.7
21032026-06-22T22:08:52.491Z Checking unarray v0.1.4
21042026-06-22T22:08:52.524Z Checking num-bigint-dig v0.8.6
21052026-06-22T22:08:52.563Z Checking openssl v0.10.79
21062026-06-22T22:08:52.566Z Checking pkcs1 v0.7.5
21072026-06-22T22:08:52.630Z Checking proptest v1.10.0
21082026-06-22T22:08:52.670Z Checking goblin v0.8.2
21092026-06-22T22:08:52.706Z Checking reqwest v0.13.2
21102026-06-22T22:08:52.828Z Checking x509-cert v0.2.5
21112026-06-22T22:08:53.006Z Checking elliptic-curve v0.13.8
21122026-06-22T22:08:53.342Z Checking zerocopy v0.7.35
21132026-06-22T22:08:53.380Z Checking unicode-segmentation v1.12.0
21142026-06-22T22:08:53.506Z Checking rsa v0.9.10
21152026-06-22T22:08:53.589Z Checking dtrace-parser v0.2.0
21162026-06-22T22:08:53.683Z Checking dof v0.4.0
21172026-06-22T22:08:53.721Z Checking rfc6979 v0.4.0
21182026-06-22T22:08:53.847Z Checking memoffset v0.9.1
21192026-06-22T22:08:53.885Z Checking thread-id v4.2.2
21202026-06-22T22:08:53.888Z Checking ecdsa v0.16.9
21212026-06-22T22:08:53.963Z Checking curve25519-dalek v4.1.3
21222026-06-22T22:08:54.001Z Checking rustix v0.38.44
21232026-06-22T22:08:54.005Z Checking env_filter v1.0.0
21242026-06-22T22:08:54.209Z Checking keccak v0.1.6
21252026-06-22T22:08:54.272Z Checking toml_write v0.1.2
21262026-06-22T22:08:54.325Z Checking usdt-impl v0.6.0
21272026-06-22T22:08:54.375Z Checking newtype-uuid v1.3.2
21282026-06-22T22:08:54.411Z Checking same-file v1.0.6
21292026-06-22T22:08:54.470Z Checking toml_edit v0.22.27
21302026-06-22T22:08:54.558Z Checking walkdir v2.5.0
21312026-06-22T22:08:54.561Z Checking dof v0.3.0
21322026-06-22T22:08:54.626Z Checking native-tls v0.2.18
21332026-06-22T22:08:54.629Z Checking daft v0.1.7
21342026-06-22T22:08:54.696Z Checking usdt v0.6.0
21352026-06-22T22:08:54.745Z Checking sha3 v0.10.8
21362026-06-22T22:08:54.781Z Checking env_logger v0.11.9
21372026-06-22T22:08:54.816Z Checking ed25519 v2.2.3
21382026-06-22T22:08:54.850Z Checking tokio-native-tls v0.3.1
21392026-06-22T22:08:54.887Z Checking itertools v0.13.0
21402026-06-22T22:08:54.923Z Checking usdt-impl v0.5.0
21412026-06-22T22:08:54.926Z Checking serde_with v3.17.0
21422026-06-22T22:08:54.991Z Checking bitflags v1.3.2
21432026-06-22T22:08:54.994Z Checking siphasher v1.0.2
21442026-06-22T22:08:55.062Z Checking ed25519-dalek v2.2.0
21452026-06-22T22:08:55.068Z Checking hyper-tls v0.6.0
21462026-06-22T22:08:55.132Z Checking nix v0.31.2
21472026-06-22T22:08:55.206Z Checking toml_parser v1.0.9+spec-1.1.0
21482026-06-22T22:08:55.244Z Checking unicode-normalization v0.1.25
21492026-06-22T22:08:55.283Z Checking reqwest v0.12.28
21502026-06-22T22:08:55.358Z Checking signal-hook v0.3.18
21512026-06-22T22:08:55.567Z Checking managed v0.8.0
21522026-06-22T22:08:55.603Z Checking winnow v0.5.40
21532026-06-22T22:08:55.608Z Checking bzip2-sys v0.1.13+1.0.8
21542026-06-22T22:08:55.675Z Checking object v0.37.3
21552026-06-22T22:08:55.721Z Checking foldhash v0.1.5
21562026-06-22T22:08:55.782Z Checking bzip2 v0.4.4
21572026-06-22T22:08:55.885Z Checking hashbrown v0.15.5
21582026-06-22T22:08:55.939Z Checking signal-hook-mio v0.2.5
21592026-06-22T22:08:55.976Z Checking globset v0.4.18
21602026-06-22T22:08:56.071Z Checking ref-cast v1.0.25
21612026-06-22T22:08:56.153Z Checking zstd-sys v2.0.16+zstd.1.5.7
21622026-06-22T22:08:56.199Z Checking zip v0.6.6
21632026-06-22T22:08:56.235Z Checking pin-project v1.1.11
21642026-06-22T22:08:56.271Z Checking libbz2-rs-sys v0.2.2
21652026-06-22T22:08:56.308Z Checking zstd-safe v7.2.4
21662026-06-22T22:08:56.400Z Checking bumpalo v3.20.2
21672026-06-22T22:08:56.403Z Checking crossterm v0.28.1
21682026-06-22T22:08:56.403Z Checking similar v2.7.0
21692026-06-22T22:08:56.499Z Checking zstd v0.13.3
21702026-06-22T22:08:56.541Z Checking tokio-stream v0.1.18
21712026-06-22T22:08:56.590Z Checking zopfli v0.8.3
21722026-06-22T22:08:56.689Z Checking bzip2 v0.6.1
21732026-06-22T22:08:56.725Z Checking fs-err v3.3.0
21742026-06-22T22:08:56.798Z Checking toml_edit v0.19.15
21752026-06-22T22:08:56.840Z Checking pem v3.0.6
21762026-06-22T22:08:56.880Z Checking hash32 v0.2.1
21772026-06-22T22:08:56.937Z Checking serde-big-array v0.5.1
21782026-06-22T22:08:56.974Z Checking unicode-bidi v0.3.18
21792026-06-22T22:08:57.024Z Checking unicode-properties v0.1.4
21802026-06-22T22:08:57.060Z Checking predicates-core v1.0.10
21812026-06-22T22:08:57.096Z Checking jiff v0.2.21
21822026-06-22T22:08:57.100Z Checking heapless v0.7.17
21832026-06-22T22:08:57.165Z Checking snafu v0.8.9
21842026-06-22T22:08:57.210Z Checking olpc-cjson v0.1.4
21852026-06-22T22:08:57.249Z Checking hickory-proto v0.25.2
21862026-06-22T22:08:57.290Z Checking stringprep v0.1.5
21872026-06-22T22:08:57.374Z Checking md-5 v0.10.6
21882026-06-22T22:08:57.427Z Checking serde_plain v1.0.2
21892026-06-22T22:08:57.471Z Checking float-cmp v0.10.0
21902026-06-22T22:08:57.538Z Checking typed-path v0.9.3
21912026-06-22T22:08:57.575Z Checking fallible-iterator v0.2.0
21922026-06-22T22:08:57.609Z Checking difflib v0.4.0
21932026-06-22T22:08:57.645Z Checking normalize-line-endings v0.3.0
21942026-06-22T22:08:57.764Z Checking smoltcp v0.9.1
21952026-06-22T22:08:57.819Z Checking predicates v3.1.4
21962026-06-22T22:08:57.858Z Checking toml v0.7.8
21972026-06-22T22:08:57.895Z Checking postgres-protocol v0.6.10
21982026-06-22T22:08:57.970Z Checking iddqd v0.4.2
21992026-06-22T22:08:58.140Z Checking phf_shared v0.11.3
22002026-06-22T22:08:58.196Z Checking phf_shared v0.13.1
22012026-06-22T22:08:58.235Z Checking buf-list v1.1.2
22022026-06-22T22:08:58.313Z Checking strum v0.27.2
22032026-06-22T22:08:58.317Z Checking tough v0.22.0
22042026-06-22T22:08:58.383Z Checking fixedbitset v0.4.2
22052026-06-22T22:08:58.424Z Checking fixedbitset v0.5.7
22062026-06-22T22:08:58.461Z Checking lalrpop-util v0.19.12
22072026-06-22T22:08:58.465Z Checking precomputed-hash v0.1.1
22082026-06-22T22:08:58.557Z Checking new_debug_unreachable v1.0.6
22092026-06-22T22:08:58.606Z Checking petgraph v0.6.5
22102026-06-22T22:08:58.649Z Checking petgraph v0.8.3
22112026-06-22T22:08:58.653Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22122026-06-22T22:08:58.716Z Checking string_cache v0.8.9
22132026-06-22T22:08:58.892Z Checking phf v0.13.1
22142026-06-22T22:08:58.930Z Checking postgres-types v0.2.12
22152026-06-22T22:08:59.074Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22162026-06-22T22:08:59.277Z Checking peg-runtime v0.8.5
22172026-06-22T22:08:59.345Z Checking zip v4.6.1
22182026-06-22T22:08:59.382Z Checking whoami v2.1.0
22192026-06-22T22:08:59.566Z Checking is-terminal v0.4.17
22202026-06-22T22:08:59.609Z Checking tokio-postgres v0.7.16
22212026-06-22T22:08:59.690Z Checking crossbeam-channel v0.5.15
22222026-06-22T22:08:59.883Z Compiling structmeta-derive v0.3.0
22232026-06-22T22:08:59.942Z Checking thread_local v1.1.9
22242026-06-22T22:09:00.013Z Checking term v1.2.1
22252026-06-22T22:09:00.056Z Checking take_mut v0.2.2
22262026-06-22T22:09:00.145Z Compiling newtype-uuid-macros v0.1.0
22272026-06-22T22:09:00.191Z Checking slog-async v2.8.0
22282026-06-22T22:09:00.259Z Compiling rustls v0.22.4
22292026-06-22T22:09:00.294Z Checking slog-term v2.9.2
22302026-06-22T22:09:00.398Z Compiling multer v3.1.0
22312026-06-22T22:09:00.435Z Compiling async-stream-impl v0.3.6
22322026-06-22T22:09:00.516Z Compiling dropshot v0.17.0
22332026-06-22T22:09:00.580Z Compiling dropshot_endpoint v0.17.0
22342026-06-22T22:09:00.691Z Checking match_cfg v0.1.0
22352026-06-22T22:09:00.790Z Checking hostname v0.3.1
22362026-06-22T22:09:00.826Z Checking slog-json v2.6.1
22372026-06-22T22:09:00.910Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22382026-06-22T22:09:00.947Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22392026-06-22T22:09:00.951Z Checking debug-ignore v1.0.5
22402026-06-22T22:09:01.014Z Compiling structmeta v0.3.0
22412026-06-22T22:09:01.046Z Checking slog-bunyan v2.5.0
22422026-06-22T22:09:01.114Z Checking progenitor-client v0.14.0
22432026-06-22T22:09:01.114Z Checking rustls-webpki v0.102.8
22442026-06-22T22:09:01.184Z Checking toml_datetime v1.0.0+spec-1.1.0
22452026-06-22T22:09:01.224Z Checking serde_spanned v1.0.4
22462026-06-22T22:09:01.299Z Compiling derive-ex v0.1.8
22472026-06-22T22:09:01.320Z Checking serde_path_to_error v0.1.20
22482026-06-22T22:09:01.372Z Checking compression-core v0.4.31
22492026-06-22T22:09:01.407Z Checking toml_writer v1.0.6+spec-1.1.0
22502026-06-22T22:09:01.411Z Checking async-stream v0.3.6
22512026-06-22T22:09:01.527Z Checking compression-codecs v0.4.37
22522026-06-22T22:09:01.601Z Checking waitgroup v0.1.2
22532026-06-22T22:09:01.636Z Checking toml v1.0.6+spec-1.1.0
22542026-06-22T22:09:01.640Z Checking rustls-pemfile v2.2.0
22552026-06-22T22:09:01.718Z Checking hostname v0.4.2
22562026-06-22T22:09:01.755Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22572026-06-22T22:09:01.758Z Checking async-compression v0.4.41
22582026-06-22T22:09:01.823Z Compiling parse-display-derive v0.10.0
22592026-06-22T22:09:01.858Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22602026-06-22T22:09:01.895Z Checking atomicwrites v0.4.4
22612026-06-22T22:09:02.030Z Checking regress v0.10.5
22622026-06-22T22:09:02.067Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22632026-06-22T22:09:02.071Z Checking itertools v0.14.0
22642026-06-22T22:09:02.274Z Checking macaddr v1.0.1
22652026-06-22T22:09:02.357Z Checking instant v0.1.13
22662026-06-22T22:09:02.475Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22672026-06-22T22:09:02.511Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22682026-06-22T22:09:02.545Z Checking backoff v0.4.0
22692026-06-22T22:09:02.733Z Checking backon v1.6.0
22702026-06-22T22:09:02.770Z Checking humantime v2.3.0
22712026-06-22T22:09:02.932Z Checking progenitor-extras v0.2.0
22722026-06-22T22:09:02.969Z Compiling test-strategy v0.4.5
22732026-06-22T22:09:03.006Z Checking progenitor-client v0.10.0
22742026-06-22T22:09:03.010Z Checking unicode-width v0.2.0
22752026-06-22T22:09:03.072Z Checking tokio-rustls v0.25.0
22762026-06-22T22:09:03.138Z Checking heck v0.5.0
22772026-06-22T22:09:03.185Z Compiling convert_case v0.4.0
22782026-06-22T22:09:03.260Z Checking half v2.7.1
22792026-06-22T22:09:03.297Z Checking ciborium-io v0.2.2
22802026-06-22T22:09:03.363Z Checking secrecy v0.10.3
22812026-06-22T22:09:03.416Z Compiling regress v0.11.1
22822026-06-22T22:09:03.464Z Checking indent_write v2.2.0
22832026-06-22T22:09:03.511Z Checking universal-hash v0.5.1
22842026-06-22T22:09:03.515Z Checking parse-display v0.10.0
22852026-06-22T22:09:03.577Z Checking ciborium-ll v0.2.2
22862026-06-22T22:09:03.610Z Compiling derive_more v0.99.20
22872026-06-22T22:09:03.643Z Checking opaque-debug v0.3.1
22882026-06-22T22:09:03.677Z Compiling unsafe-libyaml v0.2.11
22892026-06-22T22:09:03.753Z Checking camino-tempfile v1.4.1
22902026-06-22T22:09:03.786Z Checking ciborium v0.2.2
22912026-06-22T22:09:03.939Z Compiling crucible-workspace-hack v0.1.0
22922026-06-22T22:09:04.194Z Checking aead v0.5.2
22932026-06-22T22:09:04.234Z Compiling serde_yaml v0.9.34+deprecated
22942026-06-22T22:09:04.446Z Checking poly1305 v0.8.0
22952026-06-22T22:09:04.483Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22962026-06-22T22:09:04.483Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22972026-06-22T22:09:04.739Z Checking chacha20 v0.9.1
22982026-06-22T22:09:04.856Z Compiling thiserror-impl-no-std v2.0.2
22992026-06-22T22:09:04.895Z Checking swrite v0.1.0
23002026-06-22T22:09:04.959Z Compiling typify-impl v0.6.2
23012026-06-22T22:09:05.055Z Checking password-hash v0.5.0
23022026-06-22T22:09:05.252Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23032026-06-22T22:09:05.321Z Checking blake2 v0.10.6
23042026-06-22T22:09:05.591Z Checking argon2 v0.5.3
23052026-06-22T22:09:05.755Z Checking chacha20poly1305 v0.10.1
23062026-06-22T22:09:05.917Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23072026-06-22T22:09:05.965Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23082026-06-22T22:09:06.113Z Checking thiserror-no-std v2.0.2
23092026-06-22T22:09:06.235Z Checking vsss-rs v3.3.4
23102026-06-22T22:09:06.271Z Checking byte-wrapper v0.1.0
23112026-06-22T22:09:06.307Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23122026-06-22T22:09:06.362Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23132026-06-22T22:09:06.542Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23142026-06-22T22:09:06.577Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23152026-06-22T22:09:06.615Z Checking crossbeam-deque v0.8.6
23162026-06-22T22:09:06.701Z Compiling rayon-core v1.13.0
23172026-06-22T22:09:06.828Z Checking toml v0.8.23
23182026-06-22T22:09:07.177Z Compiling toml_datetime v0.7.5+spec-1.1.0
23192026-06-22T22:09:07.284Z Compiling proc-macro-error v1.0.4
23202026-06-22T22:09:07.321Z Checking rayon v1.11.0
23212026-06-22T22:09:07.356Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23222026-06-22T22:09:07.457Z Compiling toml_edit v0.23.10+spec-1.0.0
23232026-06-22T22:09:07.626Z Checking tabwriter v1.4.1
23242026-06-22T22:09:07.749Z Checking glob v0.3.3
23252026-06-22T22:09:07.807Z Checking colored v3.1.1
23262026-06-22T22:09:07.962Z Compiling heapless v0.8.0
23272026-06-22T22:09:08.013Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23282026-06-22T22:09:08.049Z Compiling proc-macro-crate v3.4.0
23292026-06-22T22:09:08.143Z Compiling ingot-macros v0.1.1
23302026-06-22T22:09:08.480Z Checking hash32 v0.3.1
23312026-06-22T22:09:08.529Z Checking unicode-width v0.1.14
23322026-06-22T22:09:08.533Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-06-22T22:09:08.623Z Compiling num_enum_derive v0.7.6
23342026-06-22T22:09:08.658Z Compiling smoltcp v0.11.0
23352026-06-22T22:09:08.839Z Checking cobs v0.3.0
23362026-06-22T22:09:08.874Z Compiling usdt-attr-macro v0.5.0
23372026-06-22T22:09:09.017Z Compiling usdt-macro v0.5.0
23382026-06-22T22:09:09.098Z Checking memmap v0.7.0
23392026-06-22T22:09:09.207Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23402026-06-22T22:09:09.461Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23412026-06-22T22:09:09.507Z Checking postcard v1.1.3
23422026-06-22T22:09:09.559Z Compiling typify-macro v0.6.2
23432026-06-22T22:09:09.683Z Checking num_enum v0.7.6
23442026-06-22T22:09:09.687Z Compiling proc-macro-crate v1.3.1
23452026-06-22T22:09:09.762Z Checking usdt v0.5.0
23462026-06-22T22:09:09.823Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23472026-06-22T22:09:09.858Z Checking sigpipe v0.1.3
23482026-06-22T22:09:09.959Z Compiling foreign-types-macros v0.2.3
23492026-06-22T22:09:10.005Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23502026-06-22T22:09:10.098Z Checking foreign-types-shared v0.3.1
23512026-06-22T22:09:10.182Z Checking cpufeatures v0.3.0
23522026-06-22T22:09:10.223Z Compiling num_enum_derive v0.5.11
23532026-06-22T22:09:10.292Z Checking chacha20 v0.10.0
23542026-06-22T22:09:10.524Z Checking cstr-argument v0.1.2
23552026-06-22T22:09:10.559Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23562026-06-22T22:09:10.591Z Checking foreign-types v0.5.0
23572026-06-22T22:09:10.624Z Compiling num-derive v0.4.2
23582026-06-22T22:09:10.679Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23592026-06-22T22:09:10.714Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23602026-06-22T22:09:10.981Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23612026-06-22T22:09:11.017Z Checking ingot-types v0.1.2
23622026-06-22T22:09:11.049Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23632026-06-22T22:09:11.158Z Checking rand v0.10.0
23642026-06-22T22:09:11.195Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23652026-06-22T22:09:11.199Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23662026-06-22T22:09:11.312Z Checking num_enum v0.5.11
23672026-06-22T22:09:11.363Z Compiling typify v0.6.2
23682026-06-22T22:09:11.431Z Checking ingot v0.1.1
23692026-06-22T22:09:11.436Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23702026-06-22T22:09:11.500Z Compiling progenitor-impl v0.14.0
23712026-06-22T22:09:11.504Z Checking itertools v0.12.1
23722026-06-22T22:09:11.598Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23732026-06-22T22:09:11.632Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23742026-06-22T22:09:11.830Z Compiling zone_cfg_derive v0.3.1
23752026-06-22T22:09:11.957Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23762026-06-22T22:09:12.161Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23772026-06-22T22:09:12.433Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23782026-06-22T22:09:12.498Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23792026-06-22T22:09:12.502Z Checking smf v0.2.3
23802026-06-22T22:09:12.562Z Checking zone v0.3.1
23812026-06-22T22:09:12.609Z Checking whoami v1.6.1
23822026-06-22T22:09:12.644Z Checking tokio-dtrace v0.1.1
23832026-06-22T22:09:12.755Z Compiling derive-where v1.6.0
23842026-06-22T22:09:12.791Z Checking console v0.15.11
23852026-06-22T22:09:12.857Z Checking oxide-tokio-rt v0.1.4
23862026-06-22T22:09:12.946Z Checking newline-converter v0.3.0
23872026-06-22T22:09:13.042Z Checking num-rational v0.4.2
23882026-06-22T22:09:13.078Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23892026-06-22T22:09:13.081Z Checking num-complex v0.4.6
23902026-06-22T22:09:13.145Z Checking float-ord v0.3.2
23912026-06-22T22:09:13.148Z Checking expectorate v1.2.0
23922026-06-22T22:09:13.278Z Checking bytecount v0.6.9
23932026-06-22T22:09:13.336Z Compiling prettyplease v0.2.37
23942026-06-22T22:09:13.371Z Compiling owo-colors v4.3.0
23952026-06-22T22:09:13.411Z Compiling cancel-safe-futures v0.1.5
23962026-06-22T22:09:13.471Z Checking num v0.4.3
23972026-06-22T22:09:13.601Z Checking libsw-core v0.3.2
23982026-06-22T22:09:13.644Z Checking linear-map v1.2.0
23992026-06-22T22:09:13.797Z Checking libsw v3.5.0
24002026-06-22T22:09:14.010Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24012026-06-22T22:09:14.046Z Checking gethostname v0.5.0
24022026-06-22T22:09:14.081Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24032026-06-22T22:09:14.132Z Compiling progenitor-macro v0.14.0
24042026-06-22T22:09:14.241Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24052026-06-22T22:09:14.381Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24062026-06-22T22:09:15.270Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24072026-06-22T22:09:15.344Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24082026-06-22T22:09:16.011Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24092026-06-22T22:09:18.085Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24102026-06-22T22:09:18.605Z Checking resolv-conf v0.7.6
24112026-06-22T22:09:18.818Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24122026-06-22T22:09:19.081Z Checking progenitor v0.14.0
24132026-06-22T22:09:19.111Z Checking unicode-linebreak v0.1.5
24142026-06-22T22:09:19.177Z Checking smawk v0.3.2
24152026-06-22T22:09:19.230Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-06-22T22:09:19.275Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24172026-06-22T22:09:19.334Z Checking papergrid v0.11.0
24182026-06-22T22:09:19.383Z Compiling tabled_derive v0.7.0
24192026-06-22T22:09:19.528Z Compiling convert_case v0.10.0
24202026-06-22T22:09:19.565Z Compiling slog-dtrace v0.3.0
24212026-06-22T22:09:19.865Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24222026-06-22T22:09:19.902Z Compiling derive_more-impl v2.1.1
24232026-06-22T22:09:20.401Z Checking tabled v0.15.0
24242026-06-22T22:09:20.667Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24252026-06-22T22:09:20.748Z Checking derive_more v2.1.1
24262026-06-22T22:09:20.824Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24272026-06-22T22:09:20.859Z Checking crossterm v0.29.0
24282026-06-22T22:09:20.906Z Checking linked-hash-map v0.5.6
24292026-06-22T22:09:21.037Z Checking hickory-proto v0.24.4
24302026-06-22T22:09:21.105Z Checking lru-cache v0.1.2
24312026-06-22T22:09:21.257Z Checking fd-lock v4.0.4
24322026-06-22T22:09:21.415Z Checking vte v0.14.1
24332026-06-22T22:09:21.449Z Checking display-error-chain v0.2.2
24342026-06-22T22:09:21.503Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24352026-06-22T22:09:21.569Z Checking nu-ansi-term v0.50.3
24362026-06-22T22:09:21.604Z Checking termtree v0.5.1
24372026-06-22T22:09:21.608Z Checking strip-ansi-escapes v0.2.1
24382026-06-22T22:09:21.670Z Checking textwrap v0.16.2
24392026-06-22T22:09:21.769Z Compiling minimal-lexical v0.2.1
24402026-06-22T22:09:21.772Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24412026-06-22T22:09:21.838Z Checking reedline v0.40.0
24422026-06-22T22:09:21.873Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24432026-06-22T22:09:21.912Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24442026-06-22T22:09:22.060Z Compiling nom v7.1.3
24452026-06-22T22:09:22.283Z Compiling ar_archive_writer v0.5.1
24462026-06-22T22:09:22.439Z Checking csv-core v0.1.13
24472026-06-22T22:09:22.520Z Compiling stacker v0.1.23
24482026-06-22T22:09:22.653Z Checking csv v1.4.0
24492026-06-22T22:09:22.811Z Compiling semver v0.1.20
24502026-06-22T22:09:22.846Z Checking hickory-resolver v0.24.4
24512026-06-22T22:09:23.013Z Compiling cfg_aliases v0.1.1
24522026-06-22T22:09:23.049Z Checking highway v1.3.0
24532026-06-22T22:09:23.120Z Compiling nix v0.28.0
24542026-06-22T22:09:23.156Z Compiling rustc_version v0.1.7
24552026-06-22T22:09:23.190Z Compiling psm v0.1.30
24562026-06-22T22:09:23.269Z Checking nibble_vec v0.1.0
24572026-06-22T22:09:23.305Z Checking home v0.5.12
24582026-06-22T22:09:23.401Z Checking endian-type v0.1.2
24592026-06-22T22:09:23.436Z Compiling newtype_derive v0.1.6
24602026-06-22T22:09:23.439Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24612026-06-22T22:09:23.439Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24622026-06-22T22:09:23.568Z Checking radix_trie v0.2.1
24632026-06-22T22:09:23.601Z Checking qorb v0.4.1
24642026-06-22T22:09:23.691Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24652026-06-22T22:09:23.698Z Checking phf_shared v0.12.1
24662026-06-22T22:09:23.817Z Compiling recursive-proc-macro-impl v0.1.1
24672026-06-22T22:09:23.850Z Compiling chrono-tz v0.10.4
24682026-06-22T22:09:23.968Z Checking phf v0.12.1
24692026-06-22T22:09:24.167Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24702026-06-22T22:09:24.170Z Compiling const_format_proc_macros v0.2.34
24712026-06-22T22:09:24.170Z Compiling peg-macros v0.8.5
24722026-06-22T22:09:24.264Z Checking recursive v0.1.1
24732026-06-22T22:09:24.357Z Checking winnow v0.6.26
24742026-06-22T22:09:24.393Z Checking nom v8.0.0
24752026-06-22T22:09:24.680Z Compiling sqlparser_derive v0.5.0
24762026-06-22T22:09:24.785Z Checking unicode_categories v0.1.1
24772026-06-22T22:09:25.109Z Checking rustyline v14.0.0
24782026-06-22T22:09:25.523Z Checking sqlparser v0.61.0
24792026-06-22T22:09:25.560Z Checking sqlformat v0.3.5
24802026-06-22T22:09:25.639Z Checking peg v0.8.5
24812026-06-22T22:09:25.744Z Checking const_format v0.2.35
24822026-06-22T22:09:26.046Z Checking bcs v0.1.6
24832026-06-22T22:09:26.118Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
24842026-06-22T22:09:26.221Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24852026-06-22T22:09:26.306Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24862026-06-22T22:09:26.342Z Checking steno v0.4.1
24872026-06-22T22:09:26.395Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
24882026-06-22T22:09:26.434Z Checking filetime v0.2.27
24892026-06-22T22:09:26.608Z Checking xattr v1.6.1
24902026-06-22T22:09:26.770Z Checking tar v0.4.45
24912026-06-22T22:09:26.944Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-06-22T22:09:27.188Z Checking subprocess v0.2.15
24932026-06-22T22:09:27.282Z Checking base64 v0.21.7
24942026-06-22T22:09:27.391Z Checking headers-core v0.3.0
24952026-06-22T22:09:27.526Z Checking yasna v0.5.2
24962026-06-22T22:09:27.559Z Checking headers v0.4.1
24972026-06-22T22:09:27.563Z Checking dropshot-api-manager-types v0.7.2
24982026-06-22T22:09:27.793Z Checking tagptr v0.2.0
24992026-06-22T22:09:27.936Z Checking rcgen v0.12.1
25002026-06-22T22:09:27.971Z Checking moka v0.12.13
25012026-06-22T22:09:28.041Z Checking utf-8 v0.7.6
25022026-06-22T22:09:28.206Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25032026-06-22T22:09:28.274Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25042026-06-22T22:09:28.277Z Compiling libefi-sys v0.1.0
25052026-06-22T22:09:28.382Z Checking tungstenite v0.21.0
25062026-06-22T22:09:28.570Z Compiling bitfield-struct v0.6.2
25072026-06-22T22:09:28.631Z Checking hickory-resolver v0.25.2
25082026-06-22T22:09:28.849Z Checking tokio-tungstenite v0.21.0
25092026-06-22T22:09:28.958Z Compiling radium v0.7.0
25102026-06-22T22:09:29.065Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25112026-06-22T22:09:29.157Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25122026-06-22T22:09:29.236Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-06-22T22:09:29.272Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25142026-06-22T22:09:29.348Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25152026-06-22T22:09:29.381Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25162026-06-22T22:09:29.448Z Compiling maybe-uninit v2.0.0
25172026-06-22T22:09:29.504Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25182026-06-22T22:09:29.593Z Checking tap v1.0.1
25192026-06-22T22:09:29.721Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
25202026-06-22T22:09:29.754Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
25212026-06-22T22:09:29.820Z Checking wyz v0.5.1
25222026-06-22T22:09:29.916Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25232026-06-22T22:09:29.950Z Compiling zerocopy-derive v0.6.6
25242026-06-22T22:09:30.052Z Checking funty v2.0.0
25252026-06-22T22:09:30.125Z Checking crc-catalog v2.4.0
25262026-06-22T22:09:30.253Z Compiling packed_struct v0.10.1
25272026-06-22T22:09:30.287Z Checking crc v3.4.0
25282026-06-22T22:09:30.398Z Checking bitvec v1.0.1
25292026-06-22T22:09:30.587Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25302026-06-22T22:09:30.621Z Compiling packed_struct_codegen v0.10.1
25312026-06-22T22:09:30.859Z Checking zerocopy v0.6.6
25322026-06-22T22:09:31.181Z Compiling bitfield-macros v0.19.4
25332026-06-22T22:09:31.582Z Compiling indexmap v1.9.3
25342026-06-22T22:09:31.696Z Checking nodrop v0.1.14
25352026-06-22T22:09:31.729Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25362026-06-22T22:09:31.812Z Checking array-init v0.0.4
25372026-06-22T22:09:31.892Z Checking smallvec v0.6.14
25382026-06-22T22:09:31.926Z Checking bitfield v0.19.4
25392026-06-22T22:09:32.112Z Checking hashbrown v0.12.3
25402026-06-22T22:09:32.146Z Checking serde-hex v0.1.0
25412026-06-22T22:09:32.205Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25422026-06-22T22:09:32.239Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25432026-06-22T22:09:32.423Z Checking ron v0.8.1
25442026-06-22T22:09:32.485Z Checking hashbrown v0.13.2
25452026-06-22T22:09:32.802Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25462026-06-22T22:09:32.894Z Checking crc-any v2.5.0
25472026-06-22T22:09:32.950Z Checking object v0.30.4
25482026-06-22T22:09:32.984Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492026-06-22T22:09:33.015Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25502026-06-22T22:09:33.096Z Compiling xshell-macros v0.2.7
25512026-06-22T22:09:33.205Z Checking path-slash v0.1.5
25522026-06-22T22:09:33.308Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25532026-06-22T22:09:33.497Z Checking xshell v0.2.7
25542026-06-22T22:09:33.642Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25552026-06-22T22:09:33.874Z Checking half v1.8.3
25562026-06-22T22:09:33.986Z Compiling num-derive v0.3.3
25572026-06-22T22:09:34.051Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25582026-06-22T22:09:34.101Z Checking serde_cbor v0.11.2
25592026-06-22T22:09:34.512Z Compiling proc-macro-error-attr2 v2.0.0
25602026-06-22T22:09:34.904Z Checking libscf-sys v1.1.0
25612026-06-22T22:09:34.943Z Compiling proc-macro-error2 v2.0.1
25622026-06-22T22:09:35.033Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25632026-06-22T22:09:35.094Z Checking papergrid v0.17.0
25642026-06-22T22:09:35.127Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25652026-06-22T22:09:35.312Z Checking testing_table v0.3.0
25662026-06-22T22:09:35.348Z Compiling tabled_derive v0.11.0
25672026-06-22T22:09:35.380Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25682026-06-22T22:09:35.439Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25692026-06-22T22:09:35.596Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25702026-06-22T22:09:35.903Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25712026-06-22T22:09:35.938Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25722026-06-22T22:09:35.941Z Checking maplit v1.0.2
25732026-06-22T22:09:36.087Z Compiling git-stub v1.0.0
25742026-06-22T22:09:36.256Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25752026-06-22T22:09:36.381Z Checking crc8 v0.1.1
25762026-06-22T22:09:36.428Z Compiling git-stub-vcs v0.1.0
25772026-06-22T22:09:36.513Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25782026-06-22T22:09:36.561Z Checking tabled v0.20.0
25792026-06-22T22:09:36.813Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25802026-06-22T22:09:36.954Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25812026-06-22T22:09:37.135Z Checking fxhash v0.2.1
25822026-06-22T22:09:37.184Z Checking unicase v2.9.0
25832026-06-22T22:09:37.289Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25842026-06-22T22:09:37.324Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25852026-06-22T22:09:37.373Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25862026-06-22T22:09:37.588Z Compiling vergen-lib v0.1.6
25872026-06-22T22:09:37.720Z Compiling diesel_derives v2.3.7
25882026-06-22T22:09:37.754Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25892026-06-22T22:09:37.877Z Checking scheduled-thread-pool v0.2.7
25902026-06-22T22:09:37.910Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25912026-06-22T22:09:37.989Z Compiling dsl_auto_type v0.2.0
25922026-06-22T22:09:38.033Z Compiling vergen-gitcl v1.0.8
25932026-06-22T22:09:38.065Z Compiling diesel_table_macro_syntax v0.3.0
25942026-06-22T22:09:38.286Z Checking r2d2 v0.8.10
25952026-06-22T22:09:38.350Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25962026-06-22T22:09:38.496Z Checking kstat-rs v0.2.4
25972026-06-22T22:09:38.638Z Checking arc-swap v1.8.2
25982026-06-22T22:09:38.707Z Checking downcast-rs v2.0.2
25992026-06-22T22:09:38.773Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26002026-06-22T22:09:38.862Z Compiling parking_lot_core v0.8.6
26012026-06-22T22:09:38.894Z Checking slog-scope v4.4.1
26022026-06-22T22:09:39.056Z Checking slog-stdlog v4.1.1
26032026-06-22T22:09:39.096Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26042026-06-22T22:09:39.129Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26052026-06-22T22:09:39.241Z Checking slog-envlogger v2.2.0
26062026-06-22T22:09:39.395Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26072026-06-22T22:09:39.429Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26082026-06-22T22:09:39.434Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
26092026-06-22T22:09:39.494Z Compiling dirs-sys-next v0.1.2
26102026-06-22T22:09:39.585Z Compiling crunchy v0.2.4
26112026-06-22T22:09:39.620Z Checking parking_lot v0.11.2
26122026-06-22T22:09:39.707Z Compiling dirs-next v2.0.0
26132026-06-22T22:09:39.799Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26142026-06-22T22:09:39.842Z Compiling clang-sys v1.8.1
26152026-06-22T22:09:39.877Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
26162026-06-22T22:09:39.877Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26172026-06-22T22:09:40.004Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26182026-06-22T22:09:40.223Z Checking prefix-trie v0.7.0
26192026-06-22T22:09:40.263Z Compiling tiny-keccak v2.0.2
26202026-06-22T22:09:40.266Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
26212026-06-22T22:09:40.565Z Checking sled v0.34.7
26222026-06-22T22:09:40.632Z Compiling term v0.7.0
26232026-06-22T22:09:40.635Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26242026-06-22T22:09:40.666Z Checking hickory-server v0.25.2
26252026-06-22T22:09:40.732Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26262026-06-22T22:09:40.891Z Checking nanorand v0.7.0
26272026-06-22T22:09:41.032Z Compiling bit-vec v0.6.3
26282026-06-22T22:09:41.120Z Compiling salty v0.3.0
26292026-06-22T22:09:41.217Z Checking flume v0.11.1
26302026-06-22T22:09:41.287Z Compiling bit-set v0.5.3
26312026-06-22T22:09:41.434Z Compiling ascii-canvas v3.0.0
26322026-06-22T22:09:41.511Z Compiling progenitor-impl v0.13.0
26332026-06-22T22:09:41.709Z Checking primeorder v0.13.6
26342026-06-22T22:09:41.837Z Compiling itertools v0.10.5
26352026-06-22T22:09:41.915Z Compiling ena v0.14.4
26362026-06-22T22:09:41.961Z Compiling libloading v0.8.9
26372026-06-22T22:09:41.995Z Compiling diff v0.1.13
26382026-06-22T22:09:42.049Z Compiling regex-syntax v0.6.29
26392026-06-22T22:09:42.153Z Compiling bindgen v0.71.1
26402026-06-22T22:09:42.928Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26412026-06-22T22:09:43.061Z Compiling cexpr v0.6.0
26422026-06-22T22:09:43.350Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26432026-06-22T22:09:43.761Z Compiling lalrpop v0.19.12
26442026-06-22T22:09:43.932Z Checking diesel v2.3.7
26452026-06-22T22:09:44.018Z Checking progenitor-client v0.13.0
26462026-06-22T22:09:44.123Z Compiling progenitor-macro v0.13.0
26472026-06-22T22:09:44.155Z Compiling fs-err v2.11.0
26482026-06-22T22:09:44.186Z Compiling rustc-hash v2.1.1
26492026-06-22T22:09:44.248Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26502026-06-22T22:09:44.282Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26512026-06-22T22:09:44.500Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26522026-06-22T22:09:44.503Z Compiling libxml v0.3.3
26532026-06-22T22:09:44.922Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26542026-06-22T22:09:45.076Z Checking p384 v0.13.1
26552026-06-22T22:09:45.535Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26562026-06-22T22:09:45.888Z Compiling strum_macros v0.24.3
26572026-06-22T22:09:45.927Z Compiling indoc v1.0.9
26582026-06-22T22:09:46.394Z Checking parse-size v1.1.0
26592026-06-22T22:09:46.548Z Checking assert_matches v1.5.0
26602026-06-22T22:09:46.654Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26612026-06-22T22:09:47.428Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26622026-06-22T22:09:47.515Z Compiling typify-impl v0.4.3
26632026-06-22T22:09:47.652Z Checking quick-xml v0.37.5
26642026-06-22T22:09:47.856Z Checking derive_builder v0.20.2
26652026-06-22T22:09:48.001Z Compiling oso-derive v0.27.3
26662026-06-22T22:09:48.524Z Compiling trait-variant v0.1.2
26672026-06-22T22:09:48.558Z Compiling impl-trait-for-tuples v0.2.3
26682026-06-22T22:09:49.098Z Checking openssl-probe v0.1.6
26692026-06-22T22:09:49.102Z Checking progenitor v0.13.0
26702026-06-22T22:09:49.246Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26712026-06-22T22:09:49.415Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26722026-06-22T22:09:49.971Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26732026-06-22T22:09:50.083Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26742026-06-22T22:09:50.186Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26752026-06-22T22:09:50.770Z Checking predicates-tree v1.0.13
26762026-06-22T22:09:50.921Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26772026-06-22T22:09:51.050Z Compiling mime_guess v2.0.5
26782026-06-22T22:09:51.100Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26792026-06-22T22:09:51.193Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26802026-06-22T22:09:52.040Z Compiling typify-macro v0.4.3
26812026-06-22T22:09:52.075Z Checking http-range v0.1.5
26822026-06-22T22:09:53.366Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26832026-06-22T22:09:53.652Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26842026-06-22T22:09:53.754Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26852026-06-22T22:09:53.797Z Compiling typify v0.4.3
26862026-06-22T22:09:53.942Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26872026-06-22T22:09:55.360Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26882026-06-22T22:09:55.572Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-06-22T22:09:55.648Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26902026-06-22T22:09:55.744Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26912026-06-22T22:09:55.935Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-06-22T22:09:56.164Z Checking bb8 v0.8.6
26932026-06-22T22:09:56.457Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26942026-06-22T22:09:56.491Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26952026-06-22T22:09:56.612Z Checking atty v0.2.14
26962026-06-22T22:09:56.686Z Checking corncobs v0.1.4
26972026-06-22T22:09:56.810Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26982026-06-22T22:09:56.875Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26992026-06-22T22:09:57.166Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-06-22T22:09:57.235Z Compiling progenitor-impl v0.11.2
27012026-06-22T22:09:57.307Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27022026-06-22T22:09:57.477Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-06-22T22:09:57.701Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27042026-06-22T22:09:57.803Z Checking ignore v0.4.25
27052026-06-22T22:09:58.243Z Checking async-bb8-diesel v0.2.1
27062026-06-22T22:09:58.320Z Checking diesel-dtrace v0.5.0
27072026-06-22T22:09:58.595Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-06-22T22:09:58.629Z Checking secrecy v0.8.0
27092026-06-22T22:09:59.168Z Checking globwalk v0.9.1
27102026-06-22T22:09:59.478Z Checking hyper-staticfile v0.10.1
27112026-06-22T22:09:59.799Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27122026-06-22T22:09:59.881Z Compiling progenitor-macro v0.11.2
27132026-06-22T22:10:00.160Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27142026-06-22T22:10:00.341Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27152026-06-22T22:10:00.433Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27162026-06-22T22:10:00.627Z Checking progenitor-client v0.11.2
27172026-06-22T22:10:00.703Z Compiling illumos-nvpair-sys v0.2.0
27182026-06-22T22:10:00.904Z Checking nonempty v0.12.0
27192026-06-22T22:10:01.036Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27202026-06-22T22:10:01.039Z Checking camino-tempfile-ext v0.3.3
27212026-06-22T22:10:01.105Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27222026-06-22T22:10:01.264Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27232026-06-22T22:10:01.920Z Checking signal-hook-tokio v0.3.1
27242026-06-22T22:10:01.955Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27252026-06-22T22:10:02.227Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27262026-06-22T22:10:02.260Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27272026-06-22T22:10:02.556Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27282026-06-22T22:10:02.663Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27292026-06-22T22:10:02.913Z Checking illumos-nvpair v0.3.0
27302026-06-22T22:10:03.106Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27312026-06-22T22:10:03.156Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27322026-06-22T22:10:03.458Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27332026-06-22T22:10:03.545Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27342026-06-22T22:10:03.580Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27352026-06-22T22:10:03.727Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27362026-06-22T22:10:03.761Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27372026-06-22T22:10:03.954Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27382026-06-22T22:10:04.193Z Checking tungstenite v0.23.0
27392026-06-22T22:10:04.238Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27402026-06-22T22:10:04.274Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27412026-06-22T22:10:04.661Z Checking tokio-tungstenite v0.23.1
27422026-06-22T22:10:04.861Z Checking progenitor v0.11.2
27432026-06-22T22:10:04.962Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27442026-06-22T22:10:05.068Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27452026-06-22T22:10:05.393Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27462026-06-22T22:10:05.429Z Checking rand_seeder v0.4.0
27472026-06-22T22:10:05.588Z Checking void v1.0.2
27482026-06-22T22:10:05.623Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27492026-06-22T22:10:05.730Z Checking lzss v0.8.2
27502026-06-22T22:10:05.783Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27512026-06-22T22:10:05.818Z Checking nix v0.27.1
27522026-06-22T22:10:05.821Z Checking serde_bytes v0.11.19
27532026-06-22T22:10:05.950Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27542026-06-22T22:10:06.056Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27552026-06-22T22:10:06.059Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27562026-06-22T22:10:06.356Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27572026-06-22T22:10:06.749Z Checking is_ci v1.2.0
27582026-06-22T22:10:06.853Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27592026-06-22T22:10:06.887Z Checking yansi v1.0.1
27602026-06-22T22:10:07.049Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27612026-06-22T22:10:07.182Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27622026-06-22T22:10:07.316Z Checking pretty_assertions v1.4.1
27632026-06-22T22:10:07.456Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27642026-06-22T22:10:07.489Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27652026-06-22T22:10:07.748Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27662026-06-22T22:10:07.751Z Compiling darling_core v0.23.0
27672026-06-22T22:10:09.013Z Compiling indoc v2.0.7
27682026-06-22T22:10:09.049Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27692026-06-22T22:10:09.281Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-06-22T22:10:09.502Z Compiling libz-sys v1.1.24
27712026-06-22T22:10:09.915Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27722026-06-22T22:10:10.018Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27732026-06-22T22:10:10.087Z Compiling instability v0.3.11
27742026-06-22T22:10:10.245Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-06-22T22:10:10.385Z Compiling darling_macro v0.23.0
27762026-06-22T22:10:10.494Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-06-22T22:10:10.687Z Checking castaway v0.2.4
27782026-06-22T22:10:10.833Z Checking compact_str v0.8.1
27792026-06-22T22:10:10.905Z Compiling darling v0.23.0
27802026-06-22T22:10:11.016Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27812026-06-22T22:10:11.231Z Checking supports-color v3.0.2
27822026-06-22T22:10:11.395Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27832026-06-22T22:10:11.502Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27842026-06-22T22:10:11.624Z Checking unicode-truncate v1.1.0
27852026-06-22T22:10:11.734Z Checking console v0.16.2
27862026-06-22T22:10:11.804Z Checking lru v0.12.5
27872026-06-22T22:10:11.804Z Compiling libgit2-sys v0.18.3+1.9.2
27882026-06-22T22:10:11.968Z Checking unit-prefix v0.5.2
27892026-06-22T22:10:11.999Z Checking cassowary v0.3.0
27902026-06-22T22:10:12.144Z Checking indicatif v0.18.4
27912026-06-22T22:10:12.233Z Checking ratatui v0.29.0
27922026-06-22T22:10:12.332Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27932026-06-22T22:10:12.559Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27942026-06-22T22:10:12.807Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27952026-06-22T22:10:13.545Z Compiling vergen-git2 v9.1.0
27962026-06-22T22:10:13.581Z Checking plotters-backend v0.3.7
27972026-06-22T22:10:13.813Z Checking plotters-svg v0.3.7
27982026-06-22T22:10:13.856Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27992026-06-22T22:10:13.986Z Checking cast v0.3.0
28002026-06-22T22:10:14.086Z Compiling rustls v0.21.12
28012026-06-22T22:10:14.172Z Checking criterion-plot v0.6.0
28022026-06-22T22:10:14.398Z Checking plotters v0.3.7
28032026-06-22T22:10:14.432Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28042026-06-22T22:10:14.463Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28052026-06-22T22:10:14.691Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28062026-06-22T22:10:14.920Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-06-22T22:10:15.162Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28082026-06-22T22:10:15.197Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28092026-06-22T22:10:15.392Z Checking colored v2.2.0
28102026-06-22T22:10:15.476Z Checking sct v0.7.1
28112026-06-22T22:10:15.634Z Checking rustls-webpki v0.101.7
28122026-06-22T22:10:15.667Z Checking tinytemplate v1.2.1
28132026-06-22T22:10:15.876Z Checking oorandom v11.1.5
28142026-06-22T22:10:15.915Z Checking anes v0.1.6
28152026-06-22T22:10:16.005Z Checking shell-words v1.1.1
28162026-06-22T22:10:16.125Z Checking criterion v0.7.0
28172026-06-22T22:10:16.165Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28182026-06-22T22:10:17.482Z Checking typeid v1.0.3
28192026-06-22T22:10:17.516Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28202026-06-22T22:10:17.616Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28212026-06-22T22:10:18.376Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28222026-06-22T22:10:19.181Z Checking hex-literal v0.4.1
28232026-06-22T22:10:19.319Z Checking erased-serde v0.4.9
28242026-06-22T22:10:19.705Z Checking tokio-rustls v0.24.1
28252026-06-22T22:10:19.944Z Checking rustls-pemfile v1.0.4
28262026-06-22T22:10:20.129Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28272026-06-22T22:10:20.366Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28282026-06-22T22:10:20.787Z Checking twox-hash v2.1.2
28292026-06-22T22:10:20.823Z Checking ordered-float v2.10.1
28302026-06-22T22:10:21.091Z Checking serde-value v0.7.0
28312026-06-22T22:10:21.169Z Checking serde-untagged v0.1.9
28322026-06-22T22:10:21.338Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28332026-06-22T22:10:21.398Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28342026-06-22T22:10:22.070Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28352026-06-22T22:10:22.263Z Checking fatfs v0.3.6
28362026-06-22T22:10:22.421Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28372026-06-22T22:10:22.521Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-06-22T22:10:22.700Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28392026-06-22T22:10:22.752Z Compiling seq-macro v0.3.6
28402026-06-22T22:10:23.283Z Checking unicode-xid v0.2.6
28412026-06-22T22:10:23.429Z Checking cargo-util-schemas v0.8.2
28422026-06-22T22:10:23.751Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-06-22T22:10:23.998Z Checking cargo-platform v0.2.0
28442026-06-22T22:10:24.217Z Compiling petname v2.0.2
28452026-06-22T22:10:24.330Z Checking cargo_metadata v0.21.0
28462026-06-22T22:10:24.885Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28472026-06-22T22:10:25.125Z Checking concurrent-queue v2.5.0
28482026-06-22T22:10:25.351Z Checking rtoolbox v0.0.3
28492026-06-22T22:10:25.521Z Checking parking v2.2.1
28502026-06-22T22:10:25.679Z Checking event-listener v5.4.1
28512026-06-22T22:10:25.735Z Compiling samael v0.0.19
28522026-06-22T22:10:25.823Z Checking rpassword v7.4.0
28532026-06-22T22:10:25.966Z Checking tui-tree-widget v0.23.1
28542026-06-22T22:10:26.180Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28552026-06-22T22:10:26.334Z Checking polyval v0.6.2
28562026-06-22T22:10:26.375Z Checking sapling-renderdag v0.1.0
28572026-06-22T22:10:26.539Z Checking sync-ptr v0.1.4
28582026-06-22T22:10:26.655Z Checking ghash v0.5.1
28592026-06-22T22:10:26.691Z Checking event-listener-strategy v0.5.4
28602026-06-22T22:10:26.805Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28612026-06-22T22:10:26.859Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28622026-06-22T22:10:27.085Z Checking ctr v0.9.2
28632026-06-22T22:10:27.286Z Checking constant_time_eq v0.4.2
28642026-06-22T22:10:27.455Z Checking futures-timer v3.0.3
28652026-06-22T22:10:27.490Z Checking arrayref v0.3.9
28662026-06-22T22:10:27.594Z Checking arrayvec v0.7.6
28672026-06-22T22:10:27.663Z Checking aes-gcm v0.10.3
28682026-06-22T22:10:27.847Z Checking async-lock v3.4.2
28692026-06-22T22:10:27.890Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28702026-06-22T22:10:27.923Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-06-22T22:10:28.251Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28722026-06-22T22:10:28.822Z Checking ssh-encoding v0.2.0
28732026-06-22T22:10:29.046Z Checking blowfish v0.9.1
28742026-06-22T22:10:29.230Z Compiling strsim v0.10.0
28752026-06-22T22:10:29.454Z Compiling darling_core v0.13.4
28762026-06-22T22:10:29.588Z Checking bcrypt-pbkdf v0.10.0
28772026-06-22T22:10:29.782Z Checking ssh-cipher v0.2.0
28782026-06-22T22:10:30.001Z Checking async-object-pool v0.2.0
28792026-06-22T22:10:30.152Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-06-22T22:10:30.570Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28812026-06-22T22:10:30.607Z Checking serde_regex v1.1.0
28822026-06-22T22:10:30.795Z Checking password-hash v0.4.2
28832026-06-22T22:10:31.050Z Checking assert-json-diff v2.0.2
28842026-06-22T22:10:31.235Z Checking path-tree v0.8.3
28852026-06-22T22:10:31.269Z Checking stringmetrics v2.2.2
28862026-06-22T22:10:31.371Z Checking gimli v0.32.3
28872026-06-22T22:10:31.451Z Compiling target-lexicon v0.13.3
28882026-06-22T22:10:31.454Z Checking httpmock v0.8.3
28892026-06-22T22:10:32.038Z Compiling darling_macro v0.13.4
28902026-06-22T22:10:32.554Z Checking pbkdf2 v0.11.0
28912026-06-22T22:10:32.762Z Checking ssh-key v0.6.7
28922026-06-22T22:10:32.915Z Checking addr2line v0.25.1
28932026-06-22T22:10:33.449Z Checking p256 v0.13.2
28942026-06-22T22:10:33.492Z Checking p521 v0.13.3
28952026-06-22T22:10:33.701Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28962026-06-22T22:10:33.740Z Checking russh-cryptovec v0.7.3
28972026-06-22T22:10:33.908Z Checking rustc-demangle v0.1.27
28982026-06-22T22:10:33.972Z Checking md5 v0.7.0
28992026-06-22T22:10:34.124Z Compiling guppy-workspace-hack v0.1.0
29002026-06-22T22:10:34.169Z Checking backtrace v0.3.76
29012026-06-22T22:10:34.204Z Checking russh-keys v0.45.0
29022026-06-22T22:10:34.390Z Compiling darling v0.13.4
29032026-06-22T22:10:34.512Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29042026-06-22T22:10:34.777Z Checking num-bigint v0.4.6
29052026-06-22T22:10:34.811Z Checking des v0.8.1
29062026-06-22T22:10:35.002Z Compiling blake3 v1.8.3
29072026-06-22T22:10:35.046Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29082026-06-22T22:10:35.101Z Compiling target-spec v3.5.7
29092026-06-22T22:10:35.509Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29102026-06-22T22:10:35.654Z Checking cfg-expr v0.20.6
29112026-06-22T22:10:35.782Z Checking russh v0.45.0
29122026-06-22T22:10:35.912Z Compiling serde_with_macros v1.5.2
29132026-06-22T22:10:36.071Z Checking backtrace-ext v0.2.1
29142026-06-22T22:10:36.218Z Checking supports-color v2.1.0
29152026-06-22T22:10:36.284Z Checking textwrap v0.15.2
29162026-06-22T22:10:36.382Z Checking supports-unicode v2.1.0
29172026-06-22T22:10:36.523Z Checking supports-hyperlinks v2.1.0
29182026-06-22T22:10:36.556Z Checking hashbrown v0.14.5
29192026-06-22T22:10:36.674Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29202026-06-22T22:10:36.788Z Checking cargo-platform v0.3.2
29212026-06-22T22:10:36.906Z Checking socket2 v0.5.10
29222026-06-22T22:10:37.003Z Checking terminal_size v0.1.17
29232026-06-22T22:10:37.069Z Compiling miette-derive v5.10.0
29242026-06-22T22:10:37.182Z Checking internet-checksum v0.2.1
29252026-06-22T22:10:37.336Z Checking owo-colors v3.5.0
29262026-06-22T22:10:37.716Z Checking chumsky v0.9.3
29272026-06-22T22:10:37.899Z Checking cargo_metadata v0.23.1
29282026-06-22T22:10:38.983Z Checking miette v5.10.0
29292026-06-22T22:10:38.983Z Compiling serde_with v1.14.0
29302026-06-22T22:10:38.983Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29312026-06-22T22:10:39.029Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29322026-06-22T22:10:39.059Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29332026-06-22T22:10:39.268Z Compiling git2 v0.20.4
29342026-06-22T22:10:39.397Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29352026-06-22T22:10:39.620Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29362026-06-22T22:10:39.653Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29372026-06-22T22:10:39.848Z Compiling knuffel-derive v3.2.0
29382026-06-22T22:10:39.893Z Checking httptest v0.16.4
29392026-06-22T22:10:39.930Z Checking pathdiff v0.2.3
29402026-06-22T22:10:40.100Z Checking topological-sort v0.2.2
29412026-06-22T22:10:40.279Z Checking nested v0.1.1
29422026-06-22T22:10:40.322Z Checking omicron-zone-package v0.12.2
29432026-06-22T22:10:40.456Z Checking guppy v0.17.25
29442026-06-22T22:10:40.548Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29452026-06-22T22:10:40.685Z Compiling polar-core v0.27.3
29462026-06-22T22:10:41.234Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29472026-06-22T22:10:41.455Z Checking knuffel v3.2.0
29482026-06-22T22:10:41.496Z Checking similar-asserts v1.7.0
29492026-06-22T22:10:41.680Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29502026-06-22T22:10:41.851Z Compiling target-triple v1.0.0
29512026-06-22T22:10:42.027Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29522026-06-22T22:10:42.090Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29532026-06-22T22:10:42.212Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29542026-06-22T22:10:42.244Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29552026-06-22T22:10:42.474Z Checking hickory-client v0.25.2
29562026-06-22T22:10:42.631Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29572026-06-22T22:10:42.787Z Checking tokio-test v0.4.5
29582026-06-22T22:10:42.828Z Checking escape8259 v0.5.3
29592026-06-22T22:10:42.992Z Compiling assert_cmd v2.1.2
29602026-06-22T22:10:43.026Z Checking libtest-mimic v0.8.1
29612026-06-22T22:10:43.509Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29622026-06-22T22:10:43.647Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29632026-06-22T22:10:43.817Z Checking blake2b_simd v1.0.4
29642026-06-22T22:10:44.234Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29652026-06-22T22:10:44.351Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29662026-06-22T22:10:44.645Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29672026-06-22T22:10:44.757Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29682026-06-22T22:10:45.030Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29692026-06-22T22:10:45.218Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29702026-06-22T22:10:45.431Z Checking fancy-regex v0.14.0
29712026-06-22T22:10:45.607Z Checking oso v0.27.3
29722026-06-22T22:10:45.657Z Checking serde_tokenstream v0.2.3
29732026-06-22T22:10:45.818Z Checking approx v0.5.1
29742026-06-22T22:10:45.904Z Compiling rstest_macros v0.25.0
29752026-06-22T22:10:45.985Z Checking uzers v0.12.2
29762026-06-22T22:10:46.211Z Checking termcolor v1.4.1
29772026-06-22T22:10:46.244Z Compiling linkme-impl v0.3.35
29782026-06-22T22:10:46.453Z Checking constant_time_eq v0.3.1
29792026-06-22T22:10:46.498Z Checking trybuild v1.0.116
29802026-06-22T22:10:46.589Z Checking rust-argon2 v2.1.0
29812026-06-22T22:10:46.739Z Checking datatest-stable v0.3.3
29822026-06-22T22:10:47.120Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29832026-06-22T22:10:47.233Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29842026-06-22T22:10:47.425Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29852026-06-22T22:10:47.481Z Checking support-bundle-viewer v0.1.2
29862026-06-22T22:10:47.756Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29872026-06-22T22:10:47.983Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29882026-06-22T22:10:48.147Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29892026-06-22T22:10:48.210Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29902026-06-22T22:10:48.372Z Checking drift v0.2.0
29912026-06-22T22:10:48.437Z Checking rand_distr v0.5.1
29922026-06-22T22:10:48.748Z Checking multimap v0.10.1
29932026-06-22T22:10:48.804Z Compiling relative-path v1.9.3
29942026-06-22T22:10:48.865Z Compiling linkme v0.3.35
29952026-06-22T22:10:48.945Z Checking dropshot-api-manager v0.7.2
29962026-06-22T22:10:49.536Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29972026-06-22T22:10:50.232Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29982026-06-22T22:10:50.290Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29992026-06-22T22:10:50.481Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30002026-06-22T22:10:50.558Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30012026-06-22T22:10:50.736Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30022026-06-22T22:10:50.920Z Checking cargo_toml v0.21.0
30032026-06-22T22:10:51.033Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30042026-06-22T22:10:51.106Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30052026-06-22T22:10:51.454Z Checking partial-io v0.5.4
30062026-06-22T22:10:51.601Z Checking termios v0.3.3
30072026-06-22T22:10:51.710Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30082026-06-22T22:10:51.779Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30092026-06-22T22:10:51.811Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-06-22T22:10:53.030Z Checking rstest v0.25.0
30112026-06-22T22:10:53.261Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30122026-06-22T22:10:57.017Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30132026-06-22T22:10:57.223Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30142026-06-22T22:11:03.204Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30152026-06-22T22:11:03.573Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30162026-06-22T22:11:06.187Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30172026-06-22T22:11:10.098Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30182026-06-22T22:11:15.058Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30192026-06-22T22:11:18.258Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30202026-06-22T22:11:19.304Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30212026-06-22T22:11:19.489Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30222026-06-22T22:11:19.891Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30232026-06-22T22:11:29.930Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30242026-06-22T22:12:41.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 03s
30252026-06-22T22:12:41.774Z
30262026-06-22T22:12:41.774Zreal 4:07.096069296
30272026-06-22T22:12:41.774Zuser 21:15.134235907
30282026-06-22T22:12:41.777Zsys 4:55.975890019
30292026-06-22T22:12:41.777Ztrap 0.502826683
30302026-06-22T22:12:41.777Ztflt 2.150564915
30312026-06-22T22:12:41.777Zdflt 1.159777788
30322026-06-22T22:12:41.777Zkflt 0.072414162
30332026-06-22T22:12:41.777Zlock 58:18.464178530
30342026-06-22T22:12:41.777Zslp 58:18.315038535
30352026-06-22T22:12:41.777Zlat 1:49.955833645
30362026-06-22T22:12:41.777Zstop 11:03.804722773
30372026-06-22T22:12:41.777Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30382026-06-22T22:12:41.777Z+ ptime -m cargo doc --workspace --no-deps
30392026-06-22T22:12:42.655Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30402026-06-22T22:12:42.655Z |
30412026-06-22T22:12:42.655Z = 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)`
30422026-06-22T22:12:42.655Z = 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>
30432026-06-22T22:12:43.669Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30442026-06-22T22:12:43.903Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30452026-06-22T22:12:43.947Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30462026-06-22T22:12:44.009Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30472026-06-22T22:12:44.076Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30482026-06-22T22:12:44.100Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30492026-06-22T22:12:44.201Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-06-22T22:12:44.229Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-06-22T22:12:44.285Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30522026-06-22T22:12:44.469Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30532026-06-22T22:12:44.501Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30542026-06-22T22:12:44.523Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30552026-06-22T22:12:44.523Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30562026-06-22T22:12:44.565Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30572026-06-22T22:12:44.589Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30582026-06-22T22:12:44.611Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30592026-06-22T22:12:44.643Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30602026-06-22T22:12:44.706Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30612026-06-22T22:12:44.710Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30622026-06-22T22:12:44.769Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30632026-06-22T22:12:44.883Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30642026-06-22T22:12:45.077Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30652026-06-22T22:12:45.394Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30662026-06-22T22:12:45.458Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30672026-06-22T22:12:45.518Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30682026-06-22T22:12:45.541Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30692026-06-22T22:12:45.606Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30702026-06-22T22:12:45.684Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30712026-06-22T22:12:45.709Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30722026-06-22T22:12:45.840Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30732026-06-22T22:12:45.862Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30742026-06-22T22:12:46.029Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30752026-06-22T22:12:46.077Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30762026-06-22T22:12:46.126Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30772026-06-22T22:12:46.279Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30782026-06-22T22:12:46.302Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30792026-06-22T22:12:46.428Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30802026-06-22T22:12:46.534Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30812026-06-22T22:12:46.684Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30822026-06-22T22:12:46.768Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30832026-06-22T22:12:47.063Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30842026-06-22T22:12:47.167Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30852026-06-22T22:12:47.189Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30862026-06-22T22:12:47.361Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30872026-06-22T22:12:47.385Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30882026-06-22T22:12:47.389Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30892026-06-22T22:12:47.597Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30902026-06-22T22:12:47.655Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30912026-06-22T22:12:47.691Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30922026-06-22T22:12:47.713Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30932026-06-22T22:12:47.872Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30942026-06-22T22:12:47.927Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30952026-06-22T22:12:48.003Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30962026-06-22T22:12:48.024Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30972026-06-22T22:12:48.107Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30982026-06-22T22:12:48.132Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30992026-06-22T22:12:48.157Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31002026-06-22T22:12:48.207Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31012026-06-22T22:12:48.230Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31022026-06-22T22:12:48.311Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31032026-06-22T22:12:48.691Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31042026-06-22T22:12:48.796Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31052026-06-22T22:12:49.025Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31062026-06-22T22:12:49.237Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31072026-06-22T22:12:49.325Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31082026-06-22T22:12:49.703Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31092026-06-22T22:12:49.727Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31102026-06-22T22:12:49.752Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31112026-06-22T22:12:49.821Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31122026-06-22T22:12:50.007Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31132026-06-22T22:12:50.090Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31142026-06-22T22:12:50.278Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31152026-06-22T22:12:50.378Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31162026-06-22T22:12:50.854Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31172026-06-22T22:12:51.165Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31182026-06-22T22:12:51.479Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31192026-06-22T22:12:51.524Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31202026-06-22T22:12:51.893Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31212026-06-22T22:12:52.139Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31222026-06-22T22:12:52.229Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31232026-06-22T22:12:52.503Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31242026-06-22T22:12:52.593Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31252026-06-22T22:12:52.717Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31262026-06-22T22:12:52.887Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31272026-06-22T22:12:52.932Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31282026-06-22T22:12:53.006Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31292026-06-22T22:12:53.168Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31302026-06-22T22:12:53.206Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31312026-06-22T22:12:53.248Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31322026-06-22T22:12:53.353Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31332026-06-22T22:12:53.508Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31342026-06-22T22:12:53.533Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31352026-06-22T22:12:53.533Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31362026-06-22T22:12:53.609Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31372026-06-22T22:12:53.740Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31382026-06-22T22:12:53.813Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31392026-06-22T22:12:53.855Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31402026-06-22T22:12:53.907Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31412026-06-22T22:12:54.037Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31422026-06-22T22:12:54.095Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31432026-06-22T22:12:54.149Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31442026-06-22T22:12:54.195Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31452026-06-22T22:12:54.219Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31462026-06-22T22:12:54.330Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31472026-06-22T22:12:54.429Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31482026-06-22T22:12:54.507Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31492026-06-22T22:12:54.571Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31502026-06-22T22:12:54.640Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31512026-06-22T22:12:54.776Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31522026-06-22T22:12:54.990Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31532026-06-22T22:12:55.012Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31542026-06-22T22:12:55.034Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31552026-06-22T22:12:55.295Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31562026-06-22T22:12:55.321Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31572026-06-22T22:12:55.644Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31582026-06-22T22:12:56.372Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31592026-06-22T22:12:56.439Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31602026-06-22T22:12:56.998Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31612026-06-22T22:12:57.211Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31622026-06-22T22:12:57.290Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31632026-06-22T22:12:57.486Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31642026-06-22T22:12:57.590Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31652026-06-22T22:12:57.930Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31662026-06-22T22:12:58.082Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31672026-06-22T22:12:58.429Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31682026-06-22T22:12:58.508Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31692026-06-22T22:12:58.857Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31702026-06-22T22:12:58.988Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31712026-06-22T22:12:59.134Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31722026-06-22T22:12:59.712Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31732026-06-22T22:13:00.222Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31742026-06-22T22:13:00.226Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31752026-06-22T22:13:00.529Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31762026-06-22T22:13:00.617Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31772026-06-22T22:13:00.969Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31782026-06-22T22:13:01.700Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31792026-06-22T22:13:01.740Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31802026-06-22T22:13:02.776Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31812026-06-22T22:13:03.189Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31822026-06-22T22:13:03.893Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31832026-06-22T22:13:04.139Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31842026-06-22T22:13:04.167Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31852026-06-22T22:13:04.274Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-06-22T22:13:04.446Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31872026-06-22T22:13:04.580Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31882026-06-22T22:13:04.897Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31892026-06-22T22:13:04.933Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31902026-06-22T22:13:05.164Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31912026-06-22T22:13:05.265Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31922026-06-22T22:13:05.504Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31932026-06-22T22:13:05.701Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31942026-06-22T22:13:05.768Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31952026-06-22T22:13:05.982Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31962026-06-22T22:13:06.107Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31972026-06-22T22:13:06.480Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31982026-06-22T22:13:06.506Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31992026-06-22T22:13:07.162Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32002026-06-22T22:13:08.095Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32012026-06-22T22:13:08.173Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32022026-06-22T22:13:11.005Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32032026-06-22T22:13:11.066Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32042026-06-22T22:13:12.788Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32052026-06-22T22:13:12.939Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32062026-06-22T22:13:13.226Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32072026-06-22T22:13:13.454Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32082026-06-22T22:13:13.665Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32092026-06-22T22:13:13.924Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32102026-06-22T22:13:14.591Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32112026-06-22T22:13:14.639Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32122026-06-22T22:13:15.075Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32132026-06-22T22:13:15.126Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32142026-06-22T22:13:15.702Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32152026-06-22T22:13:15.764Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32162026-06-22T22:13:15.803Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32172026-06-22T22:13:16.510Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32182026-06-22T22:13:16.870Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32192026-06-22T22:13:17.136Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32202026-06-22T22:13:17.624Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32212026-06-22T22:13:17.842Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32222026-06-22T22:13:18.018Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32232026-06-22T22:13:18.228Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32242026-06-22T22:13:18.543Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32252026-06-22T22:13:18.942Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32262026-06-22T22:13:19.612Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32272026-06-22T22:13:19.641Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32282026-06-22T22:13:19.746Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32292026-06-22T22:13:20.024Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32302026-06-22T22:13:22.758Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32312026-06-22T22:13:23.934Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32322026-06-22T22:13:24.387Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32332026-06-22T22:13:24.797Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32342026-06-22T22:13:26.311Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32352026-06-22T22:13:28.028Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32362026-06-22T22:13:28.735Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32372026-06-22T22:13:29.726Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32382026-06-22T22:13:30.080Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32392026-06-22T22:13:31.519Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32402026-06-22T22:13:32.589Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32412026-06-22T22:13:32.944Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32422026-06-22T22:13:33.828Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32432026-06-22T22:13:34.279Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32442026-06-22T22:13:34.311Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32452026-06-22T22:13:35.622Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32462026-06-22T22:13:38.502Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32472026-06-22T22:13:40.620Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32482026-06-22T22:13:41.297Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32492026-06-22T22:13:42.939Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32502026-06-22T22:13:43.584Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32512026-06-22T22:13:44.229Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32522026-06-22T22:13:44.914Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32532026-06-22T22:13:45.600Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32542026-06-22T22:13:46.279Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32552026-06-22T22:13:47.400Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32562026-06-22T22:13:49.099Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32572026-06-22T22:13:49.756Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32582026-06-22T22:13:50.111Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32592026-06-22T22:13:50.435Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32602026-06-22T22:13:51.537Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32612026-06-22T22:13:52.121Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32622026-06-22T22:13:52.958Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32632026-06-22T22:13:55.994Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32642026-06-22T22:13:57.153Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32652026-06-22T22:13:57.751Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32662026-06-22T22:13:58.491Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32672026-06-22T22:13:59.464Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32682026-06-22T22:14:00.471Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32692026-06-22T22:14:02.761Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32702026-06-22T22:14:03.180Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32712026-06-22T22:14:03.929Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32722026-06-22T22:14:05.388Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32732026-06-22T22:14:06.604Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32742026-06-22T22:14:07.689Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32752026-06-22T22:14:08.911Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32762026-06-22T22:14:11.281Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32772026-06-22T22:14:12.101Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32782026-06-22T22:14:13.505Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32792026-06-22T22:14:14.967Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32802026-06-22T22:14:16.503Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32812026-06-22T22:14:18.227Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32822026-06-22T22:14:19.633Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32832026-06-22T22:14:21.178Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32842026-06-22T22:14:26.667Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32852026-06-22T22:14:27.499Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32862026-06-22T22:14:28.518Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32872026-06-22T22:14:29.180Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32882026-06-22T22:14:30.676Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32892026-06-22T22:14:32.448Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32902026-06-22T22:14:34.036Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32912026-06-22T22:14:36.180Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32922026-06-22T22:14:37.800Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32932026-06-22T22:14:39.410Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32942026-06-22T22:14:41.395Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32952026-06-22T22:14:42.761Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32962026-06-22T22:14:44.488Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32972026-06-22T22:14:46.135Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32982026-06-22T22:14:47.764Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32992026-06-22T22:14:49.432Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33002026-06-22T22:14:50.897Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33012026-06-22T22:14:52.546Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33022026-06-22T22:14:54.587Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33032026-06-22T22:14:55.897Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33042026-06-22T22:14:57.981Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33052026-06-22T22:14:59.722Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33062026-06-22T22:15:01.425Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33072026-06-22T22:15:03.445Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33082026-06-22T22:15:05.062Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33092026-06-22T22:15:07.224Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33102026-06-22T22:15:09.164Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33112026-06-22T22:15:12.323Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33122026-06-22T22:15:13.277Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33132026-06-22T22:15:15.168Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33142026-06-22T22:15:18.221Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33152026-06-22T22:15:19.843Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33162026-06-22T22:15:22.374Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33172026-06-22T22:15:24.451Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33182026-06-22T22:15:26.676Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33192026-06-22T22:15:28.816Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33202026-06-22T22:15:31.068Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33212026-06-22T22:15:33.516Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33222026-06-22T22:15:35.404Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33232026-06-22T22:15:38.061Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33242026-06-22T22:15:39.843Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33252026-06-22T22:15:42.043Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33262026-06-22T22:15:44.248Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33272026-06-22T22:15:46.429Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33282026-06-22T22:15:48.739Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33292026-06-22T22:15:50.955Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33302026-06-22T22:15:53.224Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33312026-06-22T22:15:55.551Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33322026-06-22T22:15:57.718Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33332026-06-22T22:15:59.933Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33342026-06-22T22:16:02.239Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33352026-06-22T22:16:04.524Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33362026-06-22T22:16:06.770Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33372026-06-22T22:16:09.070Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33382026-06-22T22:16:11.309Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33392026-06-22T22:16:13.437Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33402026-06-22T22:16:15.779Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33412026-06-22T22:16:18.275Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33422026-06-22T22:16:20.603Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33432026-06-22T22:16:22.865Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33442026-06-22T22:16:25.392Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33452026-06-22T22:16:27.699Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33462026-06-22T22:16:30.036Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33472026-06-22T22:16:32.649Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33482026-06-22T22:16:34.883Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33492026-06-22T22:16:37.280Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33502026-06-22T22:16:39.672Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33512026-06-22T22:16:42.037Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33522026-06-22T22:16:44.502Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33532026-06-22T22:16:46.786Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33542026-06-22T22:16:49.270Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33552026-06-22T22:16:51.612Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33562026-06-22T22:16:54.649Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33572026-06-22T22:16:56.817Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33582026-06-22T22:16:59.492Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33592026-06-22T22:17:01.972Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33602026-06-22T22:17:04.534Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33612026-06-22T22:17:07.002Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33622026-06-22T22:17:09.555Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33632026-06-22T22:17:12.140Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33642026-06-22T22:17:15.066Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33652026-06-22T22:17:17.436Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33662026-06-22T22:17:20.041Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33672026-06-22T22:17:27.584Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33682026-06-22T22:17:27.963Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33692026-06-22T22:17:31.235Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33702026-06-22T22:17:34.506Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33712026-06-22T22:17:37.961Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33722026-06-22T22:17:41.298Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33732026-06-22T22:17:44.570Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33742026-06-22T22:17:49.374Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33752026-06-22T22:17:52.217Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33762026-06-22T22:17:55.863Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33772026-06-22T22:17:59.526Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33782026-06-22T22:18:03.446Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33792026-06-22T22:18:07.009Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33802026-06-22T22:18:10.708Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33812026-06-22T22:18:14.499Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33822026-06-22T22:18:18.119Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33832026-06-22T22:18:21.780Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33842026-06-22T22:18:25.472Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33852026-06-22T22:18:29.156Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33862026-06-22T22:18:32.874Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33872026-06-22T22:18:36.586Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33882026-06-22T22:18:40.293Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33892026-06-22T22:18:44.013Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33902026-06-22T22:18:47.703Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33912026-06-22T22:18:51.396Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33922026-06-22T22:18:55.215Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33932026-06-22T22:19:24.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 42s
33942026-06-22T22:19:24.731Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
33952026-06-22T22:19:24.838Z
33962026-06-22T22:19:24.838Zreal 6:42.972890964
33972026-06-22T22:19:24.838Zuser 17:52.409217865
33982026-06-22T22:19:24.838Zsys 3:50.650256685
33992026-06-22T22:19:24.838Ztrap 0.261020843
34002026-06-22T22:19:24.838Ztflt 0.077862479
34012026-06-22T22:19:24.838Zdflt 0.071232489
34022026-06-22T22:19:24.838Zkflt 0.000033265
34032026-06-22T22:19:24.838Zlock 6:13:01.966625324
34042026-06-22T22:19:24.842Zslp 2:15:33.945823392
34052026-06-22T22:19:24.842Zlat 33.924378161
34062026-06-22T22:19:24.842Zstop 1:40.386856036
34072026-06-22T22:19:24.842Zprocess exited: duration 788542 ms, exit code 0
 
34082026-06-22T22:19:24.849Zfound 0 output files