01KTA7QWHV133W228C864HVPP1: clippy (helios)

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

Buildomat Job: 01KTA7RP7QR496DADA51VNV3G2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T21:14:49.295Zjob assigned to worker 01KTA7RXQZ0CFAF1FAMVZ02EFQ [factory aws, i-0e7f144462f00a228] (queued for 51 s)
 
22026-06-04T21:14:56.153Zstarting task 0: "setup"
32026-06-04T21:14:56.158Z++ uname -s
42026-06-04T21:14:56.161Z+ kern=SunOS
52026-06-04T21:14:56.161Z+ build_user=build
62026-06-04T21:14:56.161Z+ build_uid=12345
72026-06-04T21:14:56.161Z+ work_dir=/work
82026-06-04T21:14:56.161Z+ input_dir=/input
92026-06-04T21:14:56.161Z+ [[ 0 == 12345 ]]
102026-06-04T21:14:56.161Z+ case "$kern" in
112026-06-04T21:14:56.161Z+ groupadd -g 12345 build
122026-06-04T21:14:56.170Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T21:14:58.176Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T21:14:58.312Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T21:14:58.315Z+ home_fs=zfs
162026-06-04T21:14:58.315Z+ [[ zfs == autofs ]]
172026-06-04T21:14:58.315Z+ mkdir -p /home/build
182026-06-04T21:14:58.315Z+ chown build:build /home/build /work
192026-06-04T21:14:59.316Z+ chmod 0700 /home/build /work
202026-06-04T21:14:59.320Zprocess exited: duration 3164 ms, exit code 0
 
212026-06-04T21:14:59.327Zstarting task 1: "rust-toolchain"
222026-06-04T21:14:59.330Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-04T21:14:59.330Z * rust toolchain channel = "1.94.0"
242026-06-04T21:14:59.330Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-04T21:14:59.330Z * rust toolchain profile = "default"
262026-06-04T21:14:59.331Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-04T21:14:59.331Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-04T21:14:59.334Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T21:14:59.334Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-04T21:14:59.437Zinfo: downloading installer
312026-06-04T21:15:00.743Zwarn: It looks like you have an existing rustup settings file at:
322026-06-04T21:15:00.743Zwarn: /home/build/.rustup/settings.toml
332026-06-04T21:15:00.743Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-04T21:15:00.743Zwarn: instead of the one inferred from the default host triple.
352026-06-04T21:15:00.755Zinfo: profile set to default
362026-06-04T21:15:00.755Zinfo: default host triple is x86_64-unknown-illumos
372026-06-04T21:15:00.759Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-04T21:15:00.893Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-04T21:15:00.896Zinfo: downloading 6 components
402026-06-04T21:15:14.757Z
412026-06-04T21:15:14.757Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-04T21:15:14.786Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-04T21:15:14.787Z
442026-06-04T21:15:14.787Z
452026-06-04T21:15:14.787ZRust is installed now. Great!
462026-06-04T21:15:14.787Z
472026-06-04T21:15:14.787ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-04T21:15:14.787Zenvironment variable. This has not been done automatically.
492026-06-04T21:15:14.787Z
502026-06-04T21:15:14.787ZTo configure your current shell, you need to source
512026-06-04T21:15:14.787Zthe corresponding env file under $HOME/.cargo.
522026-06-04T21:15:14.787Z
532026-06-04T21:15:14.787ZThis is usually done by running one of the following (note the leading DOT):
542026-06-04T21:15:14.791Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-04T21:15:14.791Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-04T21:15:14.792Zsource "~/.cargo/env.nu" # For nushell
572026-06-04T21:15:14.792Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-04T21:15:14.792Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-04T21:15:14.792Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-04T21:15:14.792Zwarn: no default linker (`cc`) was found in your PATH
612026-06-04T21:15:14.792Zwarn: many Rust crates require a system C toolchain to build
622026-06-04T21:15:14.883Z+ rustup --version
632026-06-04T21:15:14.893Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-04T21:15:14.901Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-04T21:15:14.914Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-04T21:15:14.918Z+ cargo --version
672026-06-04T21:15:14.930Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-04T21:15:14.933Z+ rustc --version
692026-06-04T21:15:14.951Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-04T21:15:14.954Zprocess exited: duration 15627 ms, exit code 0
 
712026-06-04T21:15:14.960Zstarting task 2: "authentication"
722026-06-04T21:15:14.976ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-04T21:15:27.675Zprocess exited: duration 12702 ms, exit code 0
 
742026-06-04T21:15:27.691Zstarting task 3: "clone repository"
752026-06-04T21:15:27.699Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-04T21:15:27.710Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-04T21:15:27.730ZCloning into '/work/oxidecomputer/omicron'...
782026-06-04T21:15:56.186Z+ cd /work/oxidecomputer/omicron
792026-06-04T21:15:56.186Z+ git fetch origin 0421dc4db9f1cd438901db3b5969387d68e273e1
802026-06-04T21:15:56.457ZFrom https://github.com/oxidecomputer/omicron
812026-06-04T21:15:56.457Z * branch 0421dc4db9f1cd438901db3b5969387d68e273e1 -> FETCH_HEAD
822026-06-04T21:15:56.466Z+ [[ -n policy-test-builtins ]]
832026-06-04T21:15:56.478Z++ git branch --show-current
842026-06-04T21:15:56.479Z+ current=main
852026-06-04T21:15:56.479Z+ [[ main != policy-test-builtins ]]
862026-06-04T21:15:56.479Z+ git branch -f policy-test-builtins 0421dc4db9f1cd438901db3b5969387d68e273e1
872026-06-04T21:15:56.479Z+ git checkout -f policy-test-builtins
882026-06-04T21:15:56.745ZSwitched to branch 'policy-test-builtins'
892026-06-04T21:15:56.759Z+ git reset --hard 0421dc4db9f1cd438901db3b5969387d68e273e1
902026-06-04T21:15:56.759ZHEAD is now at 0421dc4db Cover built-in actors and identity self-access in IAM role policy test
912026-06-04T21:15:56.759Zprocess exited: duration 29040 ms, exit code 0
 
922026-06-04T21:15:56.790Zstarting task 4: "build"
932026-06-04T21:15:56.803Z+ source ./env.sh
942026-06-04T21:15:56.803Z++ OLD_SHELL_OPTS=ehxB
952026-06-04T21:15:56.803Z++ set -o xtrace
962026-06-04T21:15:56.803Z++++ dirname ./env.sh
972026-06-04T21:15:56.803Z+++ readlink -f .
982026-06-04T21:15:56.803Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-06-04T21:15:56.803Z++ export 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-04T21:15:56.803Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-04T21:15:56.803Z++ 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
1022026-06-04T21:15:56.803Z++ 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
1032026-06-04T21:15:56.803Z++ 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
1042026-06-04T21:15:56.803Z++ 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
1052026-06-04T21:15:56.803Z++ 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
1062026-06-04T21:15:56.803Z++ 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
1072026-06-04T21:15:56.803Z++ case $OLD_SHELL_OPTS in
1082026-06-04T21:15:56.804Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-06-04T21:15:56.804Z+ source .github/buildomat/ci-env.sh
1102026-06-04T21:15:56.804Z++ export CARGO_TERM_COLOR=always
1112026-06-04T21:15:56.804Z++ CARGO_TERM_COLOR=always
1122026-06-04T21:15:56.804Z+ cargo --version
1132026-06-04T21:15:56.810Zcargo 1.94.0 (85eff7c80 2026-01-15)
1142026-06-04T21:15:56.810Z+ rustc --version
1152026-06-04T21:15:56.833Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1162026-06-04T21:15:56.867Z+ banner prerequisites
1172026-06-04T21:15:56.867Z
1182026-06-04T21:15:56.867Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-06-04T21:15:56.867Z # # # # # # # # # # # # # # #
1202026-06-04T21:15:56.867Z # # # # ##### # # ##### # # # # # #### #
1212026-06-04T21:15:56.867Z ##### ##### # ##### # # # # # # # # #
1222026-06-04T21:15:56.867Z # # # # # # # # # # # # # # #
1232026-06-04T21:15:56.867Z # # # ###### # # ###### ### # #### # #### #
1242026-06-04T21:15:56.867Z
1252026-06-04T21:15:56.867Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-06-04T21:15:58.292Z Startup: Refreshing catalog 'helios' ... Done
1272026-06-04T21:15:58.415Z Startup: Caching catalogs ... Done
1282026-06-04T21:15:58.723ZPlanning: Solver setup ... Done (0.277s)
1292026-06-04T21:15:58.743ZPlanning: Running solver ... Done (0.020s)
1302026-06-04T21:15:58.751ZPlanning: Finding local manifests ... Done (0.003s)
1312026-06-04T21:15:58.762ZPlanning: Fetching manifests: 0/2 0% complete
1322026-06-04T21:15:58.778ZPlanning: Fetching manifests: 2/2 100% complete
1332026-06-04T21:15:58.791ZPlanning: Package planning ... Done (0.013s)
1342026-06-04T21:15:58.793ZPlanning: Merging actions ... Done (0.002s)
1352026-06-04T21:15:58.980ZPlanning: Checking for conflicting actions ... Done (0.188s)
1362026-06-04T21:15:58.985ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-06-04T21:15:59.769ZPlanning: Evaluating mediators ... Done (0.788s)
1382026-06-04T21:15:59.772ZPlanning: Planning completed in 1.34 seconds
1392026-06-04T21:15:59.778Z Packages to install: 2
1402026-06-04T21:15:59.781Z Estimated space available: 156.07 GB
1412026-06-04T21:15:59.781ZEstimated space to be consumed: 25.33 MB
1422026-06-04T21:15:59.781Z Create boot environment: No
1432026-06-04T21:15:59.781ZCreate backup boot environment: No
1442026-06-04T21:15:59.781Z Rebuild boot archive: No
1452026-06-04T21:15:59.781Z
1462026-06-04T21:15:59.781ZChanged packages:
1472026-06-04T21:15:59.781Zhelios
1482026-06-04T21:15:59.782Z developer/build-essential
1492026-06-04T21:15:59.782Z None -> 11-3.0
1502026-06-04T21:15:59.782Z library/libxmlsec1
1512026-06-04T21:15:59.782Z None -> 1.2.35-3.0
1522026-06-04T21:15:59.802Z
1532026-06-04T21:15:59.802ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-06-04T21:16:02.656ZDownload: Completed 1.28 MB in 2.85 seconds (460k/s)
1552026-06-04T21:16:02.702Z Actions: 1/268 actions (Installing new actions)
1562026-06-04T21:16:02.738Z Actions: Completed 268 actions in 0.04 seconds.
1572026-06-04T21:16:02.747ZFinalize: Updating package state database ... Done (0.008s)
1582026-06-04T21:16:02.748ZFinalize: Updating package cache ... Done (0.000s)
1592026-06-04T21:16:02.769ZFinalize: Updating image state ... Done (0.022s)
1602026-06-04T21:16:05.140ZFinalize: Creating fast lookup database ... Done (2.349s)
1612026-06-04T21:16:05.205ZFinalize: Reading search index ... Done (0.011s)
1622026-06-04T21:16:05.209ZFinalize: Updating search index ... Done (0.000s)
1632026-06-04T21:16:05.312ZFinalize: Updating package cache ... Done (0.000s)
1642026-06-04T21:16:05.611ZPlanning: Evaluating mediator changes ... Done
1652026-06-04T21:16:05.716ZPlanning: Checking for conflicting actions ... Done
1662026-06-04T21:16:05.719ZPlanning: Consolidating action changes ... Done
1672026-06-04T21:16:05.875ZPlanning: Evaluating mediators ... Done
1682026-06-04T21:16:05.878ZPlanning: Planning completed in 0.26 seconds
1692026-06-04T21:16:05.897Z Mediators to change: 2
1702026-06-04T21:16:05.897Z Create boot environment: No
1712026-06-04T21:16:05.902ZCreate backup boot environment: No
1722026-06-04T21:16:05.960ZFinalize: Updating package state database ... Done
1732026-06-04T21:16:05.960ZFinalize: Updating package cache ... Done
1742026-06-04T21:16:05.973ZFinalize: Updating image state ... Done
1752026-06-04T21:16:07.922ZFinalize: Creating fast lookup database ... Done
1762026-06-04T21:16:07.985ZFinalize: Reading search index ... Done
1772026-06-04T21:16:07.999ZFinalize: Updating search index ... Done
1782026-06-04T21:16:08.071ZFinalize: Updating package cache ... Done
1792026-06-04T21:16:08.358ZPlanning: Evaluating mediator changes ... Done
1802026-06-04T21:16:08.465ZPlanning: Checking for conflicting actions ... Done
1812026-06-04T21:16:08.467ZPlanning: Consolidating action changes ... Done
1822026-06-04T21:16:08.624ZPlanning: Evaluating mediators ... Done
1832026-06-04T21:16:08.629ZPlanning: Planning completed in 0.27 seconds
1842026-06-04T21:16:08.646Z Mediators to change: 1
1852026-06-04T21:16:08.646Z Create boot environment: No
1862026-06-04T21:16:08.649ZCreate backup boot environment: No
1872026-06-04T21:16:08.706ZFinalize: Updating package state database ... Done
1882026-06-04T21:16:08.706ZFinalize: Updating package cache ... Done
1892026-06-04T21:16:08.718ZFinalize: Updating image state ... Done
1902026-06-04T21:16:10.671ZFinalize: Creating fast lookup database ... Done
1912026-06-04T21:16:10.736ZFinalize: Reading search index ... Done
1922026-06-04T21:16:10.745ZFinalize: Updating search index ... Done
1932026-06-04T21:16:10.800ZFinalize: Updating package cache ... Done
1942026-06-04T21:16:11.110ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-06-04T21:16:11.110Zapache system 2.4 system
1962026-06-04T21:16:11.110Zclang system 15 system
1972026-06-04T21:16:11.110Zcsh system system illumos
1982026-06-04T21:16:11.110Zctags system system illumos
1992026-06-04T21:16:11.110Zfile vendor vendor darwinsys
2002026-06-04T21:16:11.110Zfile system system illumos
2012026-06-04T21:16:11.110Zgcc vendor 14 vendor
2022026-06-04T21:16:11.110Zgcc system 13 system
2032026-06-04T21:16:11.110Zgcc system 10 system
2042026-06-04T21:16:11.110Zgo system 1.25 system
2052026-06-04T21:16:11.111Zllvm system 15 system
2062026-06-04T21:16:11.111Zmariadb system 11.4 system
2072026-06-04T21:16:11.111Zmta vendor vendor dma
2082026-06-04T21:16:11.111Zopenjdk system 17 system
2092026-06-04T21:16:11.111Zopenjdk system 11 system
2102026-06-04T21:16:11.111Zopenssl vendor 3 vendor
2112026-06-04T21:16:11.111Zperl system 5.40 system
2122026-06-04T21:16:11.111Zpostgresql system 18 system
2132026-06-04T21:16:11.111Zpostgresql system 17 system
2142026-06-04T21:16:11.111Zpython vendor 3 vendor
2152026-06-04T21:16:11.111Zpython system 2 system
2162026-06-04T21:16:11.111Zpython3 vendor 3.13 vendor
2172026-06-04T21:16:11.111Zruby system 3.4 system
2182026-06-04T21:16:11.111Zruby system 3.0 system
2192026-06-04T21:16:11.111Zwords vendor vendor american-english
2202026-06-04T21:16:11.111Zwords system system australian-english
2212026-06-04T21:16:11.111Zwords system system british-english
2222026-06-04T21:16:11.111Zwords system system canadian-english
2232026-06-04T21:16:11.111Zwords system system french
2242026-06-04T21:16:11.111Zwords system system italian
2252026-06-04T21:16:11.111Zwords system system ngerman
2262026-06-04T21:16:11.111Zwords system system ogerman
2272026-06-04T21:16:11.111Zwords system system spanish
2282026-06-04T21:16:11.367ZPUBLISHER TYPE STATUS P LOCATION
2292026-06-04T21:16:11.367Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-06-04T21:16:11.652ZFMRI IFO
2312026-06-04T21:16:11.652Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-06-04T21:16:11.652Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-06-04T21:16:11.652Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-06-04T21:16:11.652Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-06-04T21:16:11.652Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-06-04T21:16:11.652Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-06-04T21:16:11.653Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-06-04T21:16:11.653Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-06-04T21:16:11.653Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-06-04T21:16:11.911Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-06-04T21:16:12.230Z Updating crates.io index
2422026-06-04T21:16:12.234Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-06-04T21:16:12.585Z Updating git repository `https://github.com/oxidecomputer/lldp`
2442026-06-04T21:16:13.316Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-06-04T21:16:13.979Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-06-04T21:16:15.951Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-06-04T21:16:16.782Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-06-04T21:16:19.212Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-06-04T21:16:20.028Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-06-04T21:16:20.489Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-06-04T21:16:21.615Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-06-04T21:16:21.877Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-06-04T21:16:22.375Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542026-06-04T21:16:22.774Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2552026-06-04T21:16:23.695Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-06-04T21:16:24.345Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2572026-06-04T21:16:24.707Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-06-04T21:16:25.023Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-06-04T21:16:25.362Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-06-04T21:16:25.710Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-06-04T21:16:26.203Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-06-04T21:16:26.488Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-06-04T21:16:26.796Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-06-04T21:16:27.216Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-06-04T21:16:27.725Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-06-04T21:16:28.151Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-06-04T21:16:28.571Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-06-04T21:16:28.904Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-06-04T21:16:29.290Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-06-04T21:16:30.383Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-06-04T21:16:30.994Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-06-04T21:16:31.514Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-06-04T21:16:31.938Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-06-04T21:16:32.498Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-06-04T21:16:32.783Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-06-04T21:16:33.153Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2772026-06-04T21:16:33.550Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-06-04T21:16:34.053Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-06-04T21:16:34.399Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-06-04T21:16:34.609Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-06-04T21:16:34.952Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-06-04T21:16:48.750Z Downloading crates ...
2832026-06-04T21:16:48.807Z Downloaded form_urlencoded v1.2.2
2842026-06-04T21:16:48.816Z Downloaded fastrand v2.3.0
2852026-06-04T21:16:48.816Z Downloaded zerofrom-derive v0.1.6
2862026-06-04T21:16:48.817Z Downloaded toml_write v0.1.2
2872026-06-04T21:16:48.817Z Downloaded heck v0.4.1
2882026-06-04T21:16:48.817Z Downloaded anstyle-query v1.1.5
2892026-06-04T21:16:48.896Z Downloaded ucd-trie v0.1.7
2902026-06-04T21:16:48.896Z Downloaded anyhow v1.0.102
2912026-06-04T21:16:48.896Z Downloaded tabled_derive v0.7.0
2922026-06-04T21:16:48.896Z Downloaded utf8parse v0.2.2
2932026-06-04T21:16:48.896Z Downloaded zerocopy-derive v0.7.35
2942026-06-04T21:16:48.896Z Downloaded memmap v0.7.0
2952026-06-04T21:16:48.896Z Downloaded clap_lex v1.0.0
2962026-06-04T21:16:48.896Z Downloaded unicode-linebreak v0.1.5
2972026-06-04T21:16:48.896Z Downloaded pretty-hex v0.4.1
2982026-06-04T21:16:48.896Z Downloaded thiserror v2.0.18
2992026-06-04T21:16:48.949Z Downloaded writeable v0.6.2
3002026-06-04T21:16:48.949Z Downloaded toml_datetime v0.6.11
3012026-06-04T21:16:48.949Z Downloaded usdt v0.5.0
3022026-06-04T21:16:48.949Z Downloaded smallvec v1.15.1
3032026-06-04T21:16:48.949Z Downloaded zerofrom v0.1.6
3042026-06-04T21:16:48.949Z Downloaded version_check v0.9.5
3052026-06-04T21:16:48.949Z Downloaded utf8_iter v1.0.4
3062026-06-04T21:16:48.949Z Downloaded usdt-attr-macro v0.5.0
3072026-06-04T21:16:48.949Z Downloaded pest_derive v2.8.6
3082026-06-04T21:16:48.949Z Downloaded semver v1.0.28
3092026-06-04T21:16:48.950Z Downloaded bitflags v2.11.0
3102026-06-04T21:16:48.950Z Downloaded yoke v0.8.1
3112026-06-04T21:16:48.950Z Downloaded erased-serde v0.4.9
3122026-06-04T21:16:48.950Z Downloaded usdt-impl v0.5.0
3132026-06-04T21:16:48.950Z Downloaded thiserror-impl v2.0.18
3142026-06-04T21:16:48.950Z Downloaded unicode-xid v0.2.6
3152026-06-04T21:16:48.950Z Downloaded papergrid v0.11.0
3162026-06-04T21:16:48.950Z Downloaded yoke-derive v0.8.1
3172026-06-04T21:16:48.950Z Downloaded typeid v1.0.3
3182026-06-04T21:16:48.950Z Downloaded dof v0.3.0
3192026-06-04T21:16:48.950Z Downloaded thread-id v4.2.2
3202026-06-04T21:16:48.950Z Downloaded itoa v1.0.17
3212026-06-04T21:16:48.950Z Downloaded zerovec-derive v0.11.2
3222026-06-04T21:16:48.950Z Downloaded block-buffer v0.10.4
3232026-06-04T21:16:48.950Z Downloaded clap v4.5.60
3242026-06-04T21:16:48.950Z Downloaded tinystr v0.8.2
3252026-06-04T21:16:48.950Z Downloaded anstream v0.6.21
3262026-06-04T21:16:48.950Z Downloaded anstyle-parse v0.2.7
3272026-06-04T21:16:48.951Z Downloaded crypto-common v0.1.7
3282026-06-04T21:16:48.951Z Downloaded is_terminal_polyfill v1.70.2
3292026-06-04T21:16:48.951Z Downloaded getrandom v0.4.1
3302026-06-04T21:16:48.951Z Downloaded toml v0.8.23
3312026-06-04T21:16:48.951Z Downloaded swrite v0.1.0
3322026-06-04T21:16:48.951Z Downloaded generic-array v0.14.7
3332026-06-04T21:16:48.951Z Downloaded thiserror-impl v1.0.69
3342026-06-04T21:16:48.951Z Downloaded fnv v1.0.7
3352026-06-04T21:16:48.951Z Downloaded cargo-platform v0.2.0
3362026-06-04T21:16:48.951Z Downloaded thiserror v1.0.69
3372026-06-04T21:16:48.951Z Downloaded stable_deref_trait v1.2.1
3382026-06-04T21:16:48.951Z Downloaded proc-macro-error-attr v1.0.4
3392026-06-04T21:16:48.951Z Downloaded percent-encoding v2.3.2
3402026-06-04T21:16:48.951Z Downloaded zmij v1.0.21
3412026-06-04T21:16:48.951Z Downloaded usdt-macro v0.5.0
3422026-06-04T21:16:48.951Z Downloaded ordered-float v2.10.1
3432026-06-04T21:16:48.951Z Downloaded unicode-ident v1.0.24
3442026-06-04T21:16:48.951Z Downloaded autocfg v1.5.0
3452026-06-04T21:16:48.952Z Downloaded textwrap v0.16.2
3462026-06-04T21:16:48.952Z Downloaded dtrace-parser v0.2.0
3472026-06-04T21:16:48.952Z Downloaded toml_edit v0.22.27
3482026-06-04T21:16:48.952Z Downloaded zerotrie v0.2.3
3492026-06-04T21:16:48.952Z Downloaded scroll_derive v0.12.1
3502026-06-04T21:16:48.952Z Downloaded cfg-if v1.0.4
3512026-06-04T21:16:48.952Z Downloaded serde-value v0.7.0
3522026-06-04T21:16:48.952Z Downloaded heck v0.5.0
3532026-06-04T21:16:48.952Z Downloaded url v2.5.8
3542026-06-04T21:16:48.952Z Downloaded typenum v1.19.0
3552026-06-04T21:16:48.952Z Downloaded serde_spanned v0.6.9
3562026-06-04T21:16:48.952Z Downloaded terminal_size v0.4.3
3572026-06-04T21:16:48.952Z Downloaded equivalent v1.0.2
3582026-06-04T21:16:48.965Z Downloaded macaddr v1.0.1
3592026-06-04T21:16:48.965Z Downloaded zerovec v0.11.5
3602026-06-04T21:16:48.965Z Downloaded potential_utf v0.1.4
3612026-06-04T21:16:48.965Z Downloaded zerocopy v0.7.35
3622026-06-04T21:16:48.965Z Downloaded smawk v0.3.2
3632026-06-04T21:16:48.965Z Downloaded errno v0.3.14
3642026-06-04T21:16:48.965Z Downloaded winnow v0.7.14
3652026-06-04T21:16:48.965Z Downloaded colorchoice v1.0.4
3662026-06-04T21:16:48.965Z Downloaded unicode-width v0.2.0
3672026-06-04T21:16:48.965Z Downloaded strsim v0.11.1
3682026-06-04T21:16:48.965Z Downloaded plain v0.2.3
3692026-06-04T21:16:48.965Z Downloaded indexmap v2.14.0
3702026-06-04T21:16:48.965Z Downloaded cargo_toml v0.21.0
3712026-06-04T21:16:48.966Z Downloaded idna_adapter v1.2.1
3722026-06-04T21:16:48.966Z Downloaded cpufeatures v0.2.17
3732026-06-04T21:16:48.966Z Downloaded unicode-width v0.1.14
3742026-06-04T21:16:48.966Z Downloaded digest v0.10.7
3752026-06-04T21:16:48.966Z Downloaded bytecount v0.6.9
3762026-06-04T21:16:48.966Z Downloaded icu_properties v2.1.2
3772026-06-04T21:16:48.966Z Downloaded displaydoc v0.2.5
3782026-06-04T21:16:48.970Z Downloaded camino-tempfile v1.4.1
3792026-06-04T21:16:48.970Z Downloaded serde-untagged v0.1.9
3802026-06-04T21:16:48.970Z Downloaded sha2 v0.10.9
3812026-06-04T21:16:48.970Z Downloaded serde_tokenstream v0.2.3
3822026-06-04T21:16:48.970Z Downloaded scroll v0.12.0
3832026-06-04T21:16:48.970Z Downloaded quote v1.0.45
3842026-06-04T21:16:48.974Z Downloaded fs-err v3.3.0
3852026-06-04T21:16:48.980Z Downloaded cargo_metadata v0.21.0
3862026-06-04T21:16:48.988Z Downloaded synstructure v0.13.2
3872026-06-04T21:16:48.988Z Downloaded once_cell v1.21.3
3882026-06-04T21:16:49.008Z Downloaded anstyle v1.0.13
3892026-06-04T21:16:49.009Z Downloaded byteorder v1.5.0
3902026-06-04T21:16:49.044Z Downloaded cargo-util-schemas v0.8.2
3912026-06-04T21:16:49.044Z Downloaded camino v1.2.2
3922026-06-04T21:16:49.044Z Downloaded proc-macro-error v1.0.4
3932026-06-04T21:16:49.044Z Downloaded pest_generator v2.8.6
3942026-06-04T21:16:49.051Z Downloaded clap_derive v4.5.55
3952026-06-04T21:16:49.051Z Downloaded tempfile v3.25.0
3962026-06-04T21:16:49.051Z Downloaded serde_derive v1.0.228
3972026-06-04T21:16:49.051Z Downloaded litemap v0.8.1
3982026-06-04T21:16:49.051Z Downloaded num-traits v0.2.19
3992026-06-04T21:16:49.051Z Downloaded log v0.4.29
4002026-06-04T21:16:49.051Z Downloaded icu_normalizer v2.1.1
4012026-06-04T21:16:49.072Z Downloaded icu_normalizer_data v2.1.1
4022026-06-04T21:16:49.072Z Downloaded icu_provider v2.1.1
4032026-06-04T21:16:49.093Z Downloaded serde_core v1.0.228
4042026-06-04T21:16:49.093Z Downloaded pest_meta v2.8.6
4052026-06-04T21:16:49.093Z Downloaded icu_collections v2.1.1
4062026-06-04T21:16:49.093Z Downloaded proc-macro2 v1.0.106
4072026-06-04T21:16:49.094Z Downloaded serde v1.0.228
4082026-06-04T21:16:49.098Z Downloaded memchr v2.8.0
4092026-06-04T21:16:49.103Z Downloaded icu_locale_core v2.1.1
4102026-06-04T21:16:49.121Z Downloaded pest v2.8.6
4112026-06-04T21:16:49.189Z Downloaded idna v1.1.0
4122026-06-04T21:16:49.253Z Downloaded hashbrown v0.17.0
4132026-06-04T21:16:49.253Z Downloaded goblin v0.8.2
4142026-06-04T21:16:49.253Z Downloaded serde_json v1.0.149
4152026-06-04T21:16:49.253Z Downloaded icu_properties_data v2.1.2
4162026-06-04T21:16:49.253Z Downloaded clap_builder v4.5.60
4172026-06-04T21:16:49.253Z Downloaded syn v1.0.109
4182026-06-04T21:16:49.253Z Downloaded tabled v0.15.0
4192026-06-04T21:16:49.293Z Downloaded syn v2.0.117
4202026-06-04T21:16:49.293Z Downloaded rustix v1.1.3
4212026-06-04T21:16:49.293Z Downloaded libc v0.2.185
4222026-06-04T21:16:49.379Z Compiling proc-macro2 v1.0.106
4232026-06-04T21:16:49.385Z Compiling unicode-ident v1.0.24
4242026-06-04T21:16:49.385Z Compiling quote v1.0.45
4252026-06-04T21:16:49.385Z Compiling serde_core v1.0.228
4262026-06-04T21:16:49.385Z Compiling libc v0.2.185
4272026-06-04T21:16:49.385Z Compiling version_check v0.9.5
4282026-06-04T21:16:49.385Z Compiling memchr v2.8.0
4292026-06-04T21:16:49.388Z Compiling stable_deref_trait v1.2.1
4302026-06-04T21:16:49.691Z Compiling serde v1.0.228
4312026-06-04T21:16:49.710Z Compiling zmij v1.0.21
4322026-06-04T21:16:49.873Z Compiling ucd-trie v0.1.7
4332026-06-04T21:16:49.899Z Compiling autocfg v1.5.0
4342026-06-04T21:16:50.033Z Compiling itoa v1.0.17
4352026-06-04T21:16:50.178Z Compiling thiserror v1.0.69
4362026-06-04T21:16:50.502Z Compiling pest v2.8.6
4372026-06-04T21:16:50.533Z Compiling litemap v0.8.1
4382026-06-04T21:16:50.533Z Compiling writeable v0.6.2
4392026-06-04T21:16:50.533Z Compiling icu_properties_data v2.1.2
4402026-06-04T21:16:50.533Z Compiling rustix v1.1.3
4412026-06-04T21:16:50.583Z Compiling byteorder v1.5.0
4422026-06-04T21:16:50.801Z Compiling syn v2.0.117
4432026-06-04T21:16:50.872Z Compiling icu_normalizer_data v2.1.1
4442026-06-04T21:16:50.903Z Compiling errno v0.3.14
4452026-06-04T21:16:51.701Z Compiling bitflags v2.11.0
4462026-06-04T21:16:51.902Z Compiling serde_json v1.0.149
4472026-06-04T21:16:51.902Z Compiling num-traits v0.2.19
4482026-06-04T21:16:51.986Z Compiling equivalent v1.0.2
4492026-06-04T21:16:51.986Z Compiling typeid v1.0.3
4502026-06-04T21:16:51.986Z Compiling pest_meta v2.8.6
4512026-06-04T21:16:51.986Z Compiling smallvec v1.15.1
4522026-06-04T21:16:51.986Z Compiling hashbrown v0.17.0
4532026-06-04T21:16:51.986Z Compiling thread-id v4.2.2
4542026-06-04T21:16:51.986Z Compiling proc-macro-error-attr v1.0.4
4552026-06-04T21:16:51.986Z Compiling usdt-impl v0.5.0
4562026-06-04T21:16:51.986Z Compiling winnow v0.7.14
4572026-06-04T21:16:52.110Z Compiling erased-serde v0.4.9
4582026-06-04T21:16:52.172Z Compiling syn v1.0.109
4592026-06-04T21:16:52.252Z Compiling indexmap v2.14.0
4602026-06-04T21:16:52.383Z Compiling toml_write v0.1.2
4612026-06-04T21:16:52.684Z Compiling proc-macro-error v1.0.4
4622026-06-04T21:16:52.834Z Compiling utf8_iter v1.0.4
4632026-06-04T21:16:52.903Z Compiling camino v1.2.2
4642026-06-04T21:16:53.059Z Compiling utf8parse v0.2.2
4652026-06-04T21:16:53.163Z Compiling thiserror v2.0.18
4662026-06-04T21:16:53.163Z Compiling getrandom v0.4.1
4672026-06-04T21:16:53.173Z Compiling percent-encoding v2.3.2
4682026-06-04T21:16:53.173Z Compiling log v0.4.29
4692026-06-04T21:16:53.343Z Compiling plain v0.2.3
4702026-06-04T21:16:53.430Z Compiling form_urlencoded v1.2.2
4712026-06-04T21:16:53.496Z Compiling anstyle-parse v0.2.7
4722026-06-04T21:16:53.496Z Compiling ordered-float v2.10.1
4732026-06-04T21:16:53.609Z Compiling synstructure v0.13.2
4742026-06-04T21:16:53.609Z Compiling pest_generator v2.8.6
4752026-06-04T21:16:53.644Z Compiling terminal_size v0.4.3
4762026-06-04T21:16:53.756Z Compiling cfg-if v1.0.4
4772026-06-04T21:16:53.846Z Compiling anstyle-query v1.1.5
4782026-06-04T21:16:54.713Z Compiling colorchoice v1.0.4
4792026-06-04T21:16:54.726Z Compiling pretty-hex v0.4.1
4802026-06-04T21:16:54.726Z Compiling is_terminal_polyfill v1.70.2
4812026-06-04T21:16:54.726Z Compiling anstyle v1.0.13
4822026-06-04T21:16:54.726Z Compiling serde-untagged v0.1.9
4832026-06-04T21:16:54.726Z Compiling semver v1.0.28
4842026-06-04T21:16:54.726Z Compiling anstream v0.6.21
4852026-06-04T21:16:54.727Z Compiling fs-err v3.3.0
4862026-06-04T21:16:54.727Z Compiling fnv v1.0.7
4872026-06-04T21:16:54.727Z Compiling bytecount v0.6.9
4882026-06-04T21:16:54.727Z Compiling clap_lex v1.0.0
4892026-06-04T21:16:54.727Z Compiling unicode-xid v0.2.6
4902026-06-04T21:16:54.727Z Compiling heck v0.5.0
4912026-06-04T21:16:54.727Z Compiling anyhow v1.0.102
4922026-06-04T21:16:54.727Z Compiling unicode-width v0.1.14
4932026-06-04T21:16:54.727Z Compiling strsim v0.11.1
4942026-06-04T21:16:54.727Z Compiling heck v0.4.1
4952026-06-04T21:16:54.976Z Compiling fastrand v2.3.0
4962026-06-04T21:16:55.122Z Compiling once_cell v1.21.3
4972026-06-04T21:16:55.122Z Compiling clap_builder v4.5.60
4982026-06-04T21:16:55.122Z Compiling papergrid v0.11.0
4992026-06-04T21:16:55.209Z Compiling tempfile v3.25.0
5002026-06-04T21:16:55.209Z Compiling serde_derive v1.0.228
5012026-06-04T21:16:55.327Z Compiling zerofrom-derive v0.1.6
5022026-06-04T21:16:55.327Z Compiling yoke-derive v0.8.1
5032026-06-04T21:16:55.508Z Compiling zerovec-derive v0.11.2
5042026-06-04T21:16:55.645Z Compiling displaydoc v0.2.5
5052026-06-04T21:16:56.450Z Compiling thiserror-impl v1.0.69
5062026-06-04T21:16:56.566Z Compiling zerocopy-derive v0.7.35
5072026-06-04T21:16:56.566Z Compiling pest_derive v2.8.6
5082026-06-04T21:16:56.651Z Compiling scroll_derive v0.12.1
5092026-06-04T21:16:56.743Z Compiling zerofrom v0.1.6
5102026-06-04T21:16:56.828Z Compiling yoke v0.8.1
5112026-06-04T21:16:56.928Z Compiling thiserror-impl v2.0.18
5122026-06-04T21:16:57.002Z Compiling zerovec v0.11.5
5132026-06-04T21:16:57.799Z Compiling zerotrie v0.2.3
5142026-06-04T21:16:57.858Z Compiling zerocopy v0.7.35
5152026-06-04T21:16:57.858Z Compiling tinystr v0.8.2
5162026-06-04T21:16:57.858Z Compiling potential_utf v0.1.4
5172026-06-04T21:16:57.858Z Compiling icu_locale_core v2.1.1
5182026-06-04T21:16:57.858Z Compiling icu_collections v2.1.1
5192026-06-04T21:16:57.858Z Compiling dtrace-parser v0.2.0
5202026-06-04T21:16:57.929Z Compiling scroll v0.12.0
5212026-06-04T21:16:58.108Z Compiling tabled_derive v0.7.0
5222026-06-04T21:16:58.186Z Compiling goblin v0.8.2
5232026-06-04T21:16:58.252Z Compiling clap_derive v4.5.55
5242026-06-04T21:16:58.354Z Compiling icu_provider v2.1.1
5252026-06-04T21:16:58.538Z Compiling toml_datetime v0.6.11
5262026-06-04T21:16:58.610Z Compiling serde_spanned v0.6.9
5272026-06-04T21:16:58.684Z Compiling icu_normalizer v2.1.1
5282026-06-04T21:16:58.684Z Compiling icu_properties v2.1.2
5292026-06-04T21:16:58.765Z Compiling dof v0.3.0
5302026-06-04T21:16:58.765Z Compiling serde_tokenstream v0.2.3
5312026-06-04T21:16:58.855Z Compiling toml_edit v0.22.27
5322026-06-04T21:16:59.037Z Compiling serde-value v0.7.0
5332026-06-04T21:17:02.925Z Compiling cargo-platform v0.2.0
5342026-06-04T21:17:03.036Z Compiling memmap v0.7.0
5352026-06-04T21:17:03.036Z Compiling unicode-width v0.2.0
5362026-06-04T21:17:03.036Z Compiling unicode-linebreak v0.1.5
5372026-06-04T21:17:03.036Z Compiling smawk v0.3.2
5382026-06-04T21:17:03.036Z Compiling idna_adapter v1.2.1
5392026-06-04T21:17:03.036Z Compiling usdt-attr-macro v0.5.0
5402026-06-04T21:17:03.036Z Compiling usdt-macro v0.5.0
5412026-06-04T21:17:03.037Z Compiling textwrap v0.16.2
5422026-06-04T21:17:03.037Z Compiling idna v1.1.0
5432026-06-04T21:17:03.037Z Compiling tabled v0.15.0
5442026-06-04T21:17:03.037Z Compiling clap v4.5.60
5452026-06-04T21:17:03.037Z Compiling url v2.5.8
5462026-06-04T21:17:03.037Z Compiling macaddr v1.0.1
5472026-06-04T21:17:03.037Z Compiling toml v0.8.23
5482026-06-04T21:17:03.037Z Compiling camino-tempfile v1.4.1
5492026-06-04T21:17:03.037Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-06-04T21:17:03.037Z Compiling cargo-util-schemas v0.8.2
5512026-06-04T21:17:03.037Z Compiling cargo_toml v0.21.0
5522026-06-04T21:17:03.037Z Compiling swrite v0.1.0
5532026-06-04T21:17:03.335Z Compiling usdt v0.5.0
5542026-06-04T21:17:03.335Z Compiling cargo_metadata v0.21.0
5552026-06-04T21:17:03.335Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-06-04T21:17:04.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.95s
5572026-06-04T21:17:04.930Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-06-04T21:17:05.489Z Downloading crates ...
5592026-06-04T21:17:05.592Z Downloaded atomicwrites v0.4.4
5602026-06-04T21:17:05.610Z Downloaded aead v0.5.2
5612026-06-04T21:17:05.610Z Downloaded atomic-waker v1.1.2
5622026-06-04T21:17:05.610Z Downloaded aes v0.8.4
5632026-06-04T21:17:05.610Z Downloaded arrayref v0.3.9
5642026-06-04T21:17:05.615Z Downloaded argon2 v0.5.3
5652026-06-04T21:17:05.616Z Downloaded array-init v0.0.4
5662026-06-04T21:17:05.616Z Downloaded adler2 v2.0.1
5672026-06-04T21:17:05.616Z Downloaded derive_builder_core v0.20.2
5682026-06-04T21:17:05.616Z Downloaded fixedbitset v0.5.7
5692026-06-04T21:17:05.616Z Downloaded filetime v0.2.27
5702026-06-04T21:17:05.616Z Downloaded darling v0.13.4
5712026-06-04T21:17:05.616Z Downloaded aws-lc-rs v1.16.3
5722026-06-04T21:17:05.621Z Downloaded arrayvec v0.7.6
5732026-06-04T21:17:05.621Z Downloaded cpufeatures v0.3.0
5742026-06-04T21:17:05.621Z Downloaded bumpalo v3.20.2
5752026-06-04T21:17:05.621Z Downloaded darling v0.21.3
5762026-06-04T21:17:05.625Z Downloaded dropshot-api-manager-types v0.7.2
5772026-06-04T21:17:05.625Z Downloaded crc32fast v1.5.0
5782026-06-04T21:17:05.625Z Downloaded colored v2.2.0
5792026-06-04T21:17:05.629Z Downloaded blake2 v0.10.6
5802026-06-04T21:17:05.629Z Downloaded bit-vec v0.6.3
5812026-06-04T21:17:05.632Z Downloaded atty v0.2.14
5822026-06-04T21:17:05.632Z Downloaded console v0.16.2
5832026-06-04T21:17:05.632Z Downloaded backoff v0.4.0
5842026-06-04T21:17:05.642Z Downloaded diesel_table_macro_syntax v0.3.0
5852026-06-04T21:17:05.642Z Downloaded derive_builder_macro v0.20.2
5862026-06-04T21:17:05.642Z Downloaded darling v0.20.11
5872026-06-04T21:17:05.648Z Downloaded des v0.8.1
5882026-06-04T21:17:05.648Z Downloaded derive-ex v0.1.8
5892026-06-04T21:17:05.648Z Downloaded block-padding v0.3.3
5902026-06-04T21:17:05.648Z Downloaded darling_core v0.13.4
5912026-06-04T21:17:05.648Z Downloaded cargo-platform v0.3.2
5922026-06-04T21:17:05.653Z Downloaded cfg_aliases v0.2.1
5932026-06-04T21:17:05.653Z Downloaded bb8 v0.8.6
5942026-06-04T21:17:05.653Z Downloaded ciborium-io v0.2.2
5952026-06-04T21:17:05.661Z Downloaded async-stream v0.3.6
5962026-06-04T21:17:05.661Z Downloaded crc-catalog v2.4.0
5972026-06-04T21:17:05.662Z Downloaded bitfield-macros v0.19.4
5982026-06-04T21:17:05.662Z Downloaded bit-set v0.5.3
5992026-06-04T21:17:05.668Z Downloaded derive_more v2.1.1
6002026-06-04T21:17:05.671Z Downloaded float-cmp v0.10.0
6012026-06-04T21:17:05.673Z Downloaded ff v0.13.1
6022026-06-04T21:17:05.673Z Downloaded async-recursion v1.1.1
6032026-06-04T21:17:05.677Z Downloaded diesel-dtrace v0.5.0
6042026-06-04T21:17:05.678Z Downloaded float-ord v0.3.2
6052026-06-04T21:17:05.678Z Downloaded fixedbitset v0.4.2
6062026-06-04T21:17:05.678Z Downloaded compression-core v0.4.31
6072026-06-04T21:17:05.678Z Downloaded cfg_aliases v0.1.1
6082026-06-04T21:17:05.682Z Downloaded crc8 v0.1.1
6092026-06-04T21:17:05.682Z Downloaded bitfield-struct v0.6.2
6102026-06-04T21:17:05.682Z Downloaded debug-ignore v1.0.5
6112026-06-04T21:17:05.682Z Downloaded crc v3.4.0
6122026-06-04T21:17:05.683Z Downloaded bitflags v1.3.2
6132026-06-04T21:17:05.688Z Downloaded castaway v0.2.4
6142026-06-04T21:17:05.688Z Downloaded dyn-clone v1.0.20
6152026-06-04T21:17:05.688Z Downloaded cstr-argument v0.1.2
6162026-06-04T21:17:05.688Z Downloaded bcs v0.1.6
6172026-06-04T21:17:05.691Z Downloaded assert_matches v1.5.0
6182026-06-04T21:17:05.691Z Downloaded base16ct v0.2.0
6192026-06-04T21:17:05.696Z Downloaded flagset v0.4.7
6202026-06-04T21:17:05.696Z Downloaded crunchy v0.2.4
6212026-06-04T21:17:05.696Z Downloaded dof v0.4.0
6222026-06-04T21:17:05.701Z Downloaded convert_case v0.4.0
6232026-06-04T21:17:05.701Z Downloaded async-stream-impl v0.3.6
6242026-06-04T21:17:05.707Z Downloaded dsl_auto_type v0.2.0
6252026-06-04T21:17:05.707Z Downloaded document-features v0.2.12
6262026-06-04T21:17:05.707Z Downloaded foreign-types v0.3.2
6272026-06-04T21:17:05.707Z Downloaded cobs v0.3.0
6282026-06-04T21:17:05.707Z Downloaded difflib v0.4.0
6292026-06-04T21:17:05.707Z Downloaded darling_macro v0.20.11
6302026-06-04T21:17:05.711Z Downloaded foreign-types-macros v0.2.3
6312026-06-04T21:17:05.711Z Downloaded foreign-types-shared v0.1.1
6322026-06-04T21:17:05.711Z Downloaded funty v2.0.0
6332026-06-04T21:17:05.712Z Downloaded dunce v1.0.5
6342026-06-04T21:17:05.712Z Downloaded darling_macro v0.13.4
6352026-06-04T21:17:05.719Z Downloaded ciborium-ll v0.2.2
6362026-06-04T21:17:05.719Z Downloaded find-msvc-tools v0.1.9
6372026-06-04T21:17:05.719Z Downloaded futures-task v0.3.32
6382026-06-04T21:17:05.719Z Downloaded foreign-types-shared v0.3.1
6392026-06-04T21:17:05.719Z Downloaded crossbeam-deque v0.8.6
6402026-06-04T21:17:05.719Z Downloaded futures-sink v0.3.32
6412026-06-04T21:17:05.724Z Downloaded ascii-canvas v3.0.0
6422026-06-04T21:17:05.724Z Downloaded futures-core v0.3.32
6432026-06-04T21:17:05.724Z Downloaded env_logger v0.11.9
6442026-06-04T21:17:05.725Z Downloaded display-error-chain v0.2.2
6452026-06-04T21:17:05.725Z Downloaded dirs-next v2.0.0
6462026-06-04T21:17:05.725Z Downloaded chacha20 v0.9.1
6472026-06-04T21:17:05.725Z Downloaded defmt v0.3.100
6482026-06-04T21:17:05.729Z Downloaded crucible-workspace-hack v0.1.0
6492026-06-04T21:17:05.729Z Downloaded compression-codecs v0.4.37
6502026-06-04T21:17:05.730Z Downloaded enum-as-inner v0.6.1
6512026-06-04T21:17:05.730Z Downloaded cmake v0.1.57
6522026-06-04T21:17:05.730Z Downloaded endian-type v0.1.2
6532026-06-04T21:17:05.730Z Downloaded dtrace-parser v0.3.0
6542026-06-04T21:17:05.736Z Downloaded embedded-io v0.4.0
6552026-06-04T21:17:05.736Z Downloaded dirs-sys-next v0.1.2
6562026-06-04T21:17:05.736Z Downloaded bytes v1.11.1
6572026-06-04T21:17:05.740Z Downloaded defmt-parser v1.0.0
6582026-06-04T21:17:05.740Z Downloaded blowfish v0.9.1
6592026-06-04T21:17:05.740Z Downloaded futures-macro v0.3.32
6602026-06-04T21:17:05.741Z Downloaded derive_builder v0.20.2
6612026-06-04T21:17:05.741Z Downloaded foreign-types v0.5.0
6622026-06-04T21:17:05.845Z Downloaded ed25519 v2.2.3
6632026-06-04T21:17:05.846Z Downloaded csv-core v0.1.13
6642026-06-04T21:17:05.846Z Downloaded cookie_store v0.22.1
6652026-06-04T21:17:05.846Z Downloaded bit-vec v0.8.0
6662026-06-04T21:17:05.846Z Downloaded futures-io v0.3.32
6672026-06-04T21:17:05.860Z Downloaded camino-tempfile-ext v0.3.3
6682026-06-04T21:17:05.860Z Downloaded git-stub v1.0.0
6692026-06-04T21:17:05.860Z Downloaded byte-wrapper v0.1.0
6702026-06-04T21:17:05.860Z Downloaded ghash v0.5.1
6712026-06-04T21:17:05.860Z Downloaded downcast-rs v2.0.2
6722026-06-04T21:17:05.861Z Downloaded hash32 v0.3.1
6732026-06-04T21:17:05.861Z Downloaded gethostname v0.5.0
6742026-06-04T21:17:05.861Z Downloaded cbc v0.1.2
6752026-06-04T21:17:05.861Z Downloaded hash32 v0.2.1
6762026-06-04T21:17:05.861Z Downloaded globwalk v0.9.1
6772026-06-04T21:17:05.861Z Downloaded fxhash v0.2.1
6782026-06-04T21:17:05.861Z Downloaded foldhash v0.2.0
6792026-06-04T21:17:05.861Z Downloaded fd-lock v4.0.4
6802026-06-04T21:17:05.861Z Downloaded const_format_proc_macros v0.2.34
6812026-06-04T21:17:05.861Z Downloaded either v1.15.0
6822026-06-04T21:17:05.861Z Downloaded ecdsa v0.16.9
6832026-06-04T21:17:05.861Z Downloaded fs-err v2.11.0
6842026-06-04T21:17:05.861Z Downloaded corncobs v0.1.4
6852026-06-04T21:17:05.861Z Downloaded futures-executor v0.3.32
6862026-06-04T21:17:05.861Z Downloaded fallible-iterator v0.2.0
6872026-06-04T21:17:05.861Z Downloaded headers-core v0.3.0
6882026-06-04T21:17:05.862Z Downloaded hostname v0.4.2
6892026-06-04T21:17:05.862Z Downloaded hostname v0.3.1
6902026-06-04T21:17:05.862Z Downloaded home v0.5.12
6912026-06-04T21:17:05.862Z Downloaded hex-literal v0.4.1
6922026-06-04T21:17:05.862Z Downloaded const-oid v0.9.6
6932026-06-04T21:17:05.862Z Downloaded clang-sys v1.8.1
6942026-06-04T21:17:05.862Z Downloaded colored v3.1.1
6952026-06-04T21:17:05.862Z Downloaded darling v0.23.0
6962026-06-04T21:17:05.862Z Downloaded backon v1.6.0
6972026-06-04T21:17:05.862Z Downloaded async-trait v0.1.89
6982026-06-04T21:17:05.862Z Downloaded defmt-macros v1.0.1
6992026-06-04T21:17:05.862Z Downloaded hubpack v0.1.2
7002026-06-04T21:17:05.862Z Downloaded crossbeam-epoch v0.9.18
7012026-06-04T21:17:05.862Z Downloaded crossbeam-utils v0.8.21
7022026-06-04T21:17:05.862Z Downloaded http-body v1.0.1
7032026-06-04T21:17:05.862Z Downloaded git-stub-vcs v0.1.0
7042026-06-04T21:17:05.862Z Downloaded ident_case v1.0.1
7052026-06-04T21:17:05.862Z Downloaded hyper-tls v0.6.0
7062026-06-04T21:17:05.862Z Downloaded hubpack_derive v0.1.1
7072026-06-04T21:17:05.862Z Downloaded httpdate v1.0.3
7082026-06-04T21:17:05.862Z Downloaded indoc v1.0.9
7092026-06-04T21:17:05.862Z Downloaded group v0.13.0
7102026-06-04T21:17:05.862Z Downloaded data-encoding v2.10.0
7112026-06-04T21:17:05.862Z Downloaded http-range v0.1.5
7122026-06-04T21:17:05.862Z Downloaded async-bb8-diesel v0.2.1
7132026-06-04T21:17:05.862Z Downloaded illumos-nvpair v0.3.0
7142026-06-04T21:17:05.862Z Downloaded daft v0.1.7
7152026-06-04T21:17:05.862Z Downloaded illumos-nvpair-sys v0.2.0
7162026-06-04T21:17:05.862Z Downloaded bzip2 v0.4.4
7172026-06-04T21:17:05.863Z Downloaded buf-list v1.1.2
7182026-06-04T21:17:05.863Z Downloaded indent_write v2.2.0
7192026-06-04T21:17:05.863Z Downloaded fs_extra v1.3.0
7202026-06-04T21:17:05.863Z Downloaded ctr v0.9.2
7212026-06-04T21:17:05.863Z Downloaded cancel-safe-futures v0.1.5
7222026-06-04T21:17:05.863Z Downloaded keccak v0.1.6
7232026-06-04T21:17:05.863Z Downloaded is-terminal v0.4.17
7242026-06-04T21:17:05.863Z Downloaded is_ci v1.2.0
7252026-06-04T21:17:05.863Z Downloaded instant v0.1.13
7262026-06-04T21:17:05.863Z Downloaded instability v0.3.11
7272026-06-04T21:17:05.863Z Downloaded ciborium v0.2.2
7282026-06-04T21:17:05.863Z Downloaded diff v0.1.13
7292026-06-04T21:17:05.863Z Downloaded chacha20 v0.10.0
7302026-06-04T21:17:05.863Z Downloaded crc-any v2.5.0
7312026-06-04T21:17:05.863Z Downloaded daft-derive v0.1.7
7322026-06-04T21:17:05.863Z Downloaded libscf-sys v1.1.0
7332026-06-04T21:17:05.863Z Downloaded lalrpop-util v0.19.12
7342026-06-04T21:17:05.863Z Downloaded highway v1.3.0
7352026-06-04T21:17:05.863Z Downloaded bzip2 v0.6.1
7362026-06-04T21:17:05.863Z Downloaded console v0.15.11
7372026-06-04T21:17:05.863Z Downloaded half v1.8.3
7382026-06-04T21:17:05.863Z Downloaded kstat-rs v0.2.4
7392026-06-04T21:17:05.870Z Downloaded getrandom v0.2.17
7402026-06-04T21:17:05.870Z Downloaded linked-hash-map v0.5.6
7412026-06-04T21:17:05.870Z Downloaded fatfs v0.3.6
7422026-06-04T21:17:05.870Z Downloaded hyper-staticfile v0.10.1
7432026-06-04T21:17:05.870Z Downloaded hex v0.4.3
7442026-06-04T21:17:05.870Z Downloaded lru v0.12.5
7452026-06-04T21:17:05.870Z Downloaded lazy_static v1.5.0
7462026-06-04T21:17:05.870Z Downloaded maplit v1.0.2
7472026-06-04T21:17:05.870Z Downloaded managed v0.8.0
7482026-06-04T21:17:05.870Z Downloaded lru-slab v0.1.2
7492026-06-04T21:17:05.870Z Downloaded ingot v0.1.1
7502026-06-04T21:17:05.870Z Downloaded globset v0.4.18
7512026-06-04T21:17:05.870Z Downloaded glob v0.3.3
7522026-06-04T21:17:05.870Z Downloaded allocator-api2 v0.2.21
7532026-06-04T21:17:05.879Z Downloaded cookie v0.18.1
7542026-06-04T21:17:05.879Z Downloaded diesel_derives v2.3.7
7552026-06-04T21:17:05.884Z Downloaded md5 v0.7.0
7562026-06-04T21:17:05.884Z Downloaded maybe-uninit v2.0.0
7572026-06-04T21:17:05.884Z Downloaded memoffset v0.9.1
7582026-06-04T21:17:05.884Z Downloaded match_cfg v0.1.0
7592026-06-04T21:17:05.884Z Downloaded futures-channel v0.3.32
7602026-06-04T21:17:05.884Z Downloaded ipnet v2.11.0
7612026-06-04T21:17:05.884Z Downloaded lru-cache v0.1.2
7622026-06-04T21:17:05.884Z Downloaded ahash v0.8.12
7632026-06-04T21:17:05.889Z Downloaded lzss v0.8.2
7642026-06-04T21:17:05.889Z Downloaded inout v0.1.4
7652026-06-04T21:17:05.889Z Downloaded ingot-types v0.1.2
7662026-06-04T21:17:05.889Z Downloaded impl-trait-for-tuples v0.2.3
7672026-06-04T21:17:05.895Z Downloaded erased-serde v0.3.31
7682026-06-04T21:17:05.895Z Downloaded newtype_derive v0.1.6
7692026-06-04T21:17:05.895Z Downloaded normalize-line-endings v0.3.0
7702026-06-04T21:17:05.895Z Downloaded nodrop v0.1.14
7712026-06-04T21:17:05.898Z Downloaded ipnetwork v0.21.1
7722026-06-04T21:17:05.898Z Downloaded num-conv v0.2.0
7732026-06-04T21:17:05.899Z Downloaded newtype-uuid-macros v0.1.0
7742026-06-04T21:17:05.899Z Downloaded nibble_vec v0.1.0
7752026-06-04T21:17:05.899Z Downloaded newline-converter v0.3.0
7762026-06-04T21:17:05.905Z Downloaded derive_more v0.99.20
7772026-06-04T21:17:05.905Z Downloaded nonempty v0.12.0
7782026-06-04T21:17:05.910Z Downloaded indoc v2.0.7
7792026-06-04T21:17:05.910Z Downloaded multimap v0.10.1
7802026-06-04T21:17:05.910Z Downloaded derive-where v1.6.0
7812026-06-04T21:17:05.910Z Downloaded getrandom v0.3.4
7822026-06-04T21:17:05.915Z Downloaded libsw-core v0.3.2
7832026-06-04T21:17:05.915Z Downloaded num-iter v0.1.45
7842026-06-04T21:17:05.916Z Downloaded ena v0.14.4
7852026-06-04T21:17:05.918Z Downloaded new_debug_unreachable v1.0.6
7862026-06-04T21:17:05.918Z Downloaded md-5 v0.10.6
7872026-06-04T21:17:05.919Z Downloaded deranged v0.5.8
7882026-06-04T21:17:05.919Z Downloaded jobserver v0.1.34
7892026-06-04T21:17:05.922Z Downloaded num-derive v0.3.3
7902026-06-04T21:17:05.922Z Downloaded opaque-debug v0.3.1
7912026-06-04T21:17:05.922Z Downloaded openssl-probe v0.2.1
7922026-06-04T21:17:05.922Z Downloaded openssl-macros v0.1.1
7932026-06-04T21:17:05.922Z Downloaded num_enum_derive v0.5.11
7942026-06-04T21:17:05.928Z Downloaded num-derive v0.4.2
7952026-06-04T21:17:05.928Z Downloaded num_threads v0.1.7
7962026-06-04T21:17:05.928Z Downloaded mime v0.3.17
7972026-06-04T21:17:05.930Z Downloaded openssl-probe v0.1.6
7982026-06-04T21:17:05.930Z Downloaded oso-derive v0.27.3
7992026-06-04T21:17:05.930Z Downloaded olpc-cjson v0.1.4
8002026-06-04T21:17:05.930Z Downloaded ingot-macros v0.1.1
8012026-06-04T21:17:05.930Z Downloaded defmt v1.0.1
8022026-06-04T21:17:05.936Z Downloaded libloading v0.8.9
8032026-06-04T21:17:05.936Z Downloaded hyper-rustls v0.27.7
8042026-06-04T21:17:05.936Z Downloaded chacha20poly1305 v0.10.1
8052026-06-04T21:17:05.942Z Downloaded drift v0.2.0
8062026-06-04T21:17:05.946Z Downloaded mime_guess v2.0.5
8072026-06-04T21:17:05.947Z Downloaded lock_api v0.4.14
8082026-06-04T21:17:05.947Z Downloaded linear-map v1.2.0
8092026-06-04T21:17:05.947Z Downloaded multer v3.1.0
8102026-06-04T21:17:05.951Z Downloaded packed_struct_codegen v0.10.1
8112026-06-04T21:17:05.951Z Downloaded newtype-uuid v1.3.2
8122026-06-04T21:17:05.951Z Downloaded libsw v3.5.0
8132026-06-04T21:17:05.951Z Downloaded internet-checksum v0.2.1
8142026-06-04T21:17:05.951Z Downloaded foldhash v0.1.5
8152026-06-04T21:17:05.958Z Downloaded parse-display v0.10.0
8162026-06-04T21:17:05.959Z Downloaded diesel v2.3.7
8172026-06-04T21:17:05.966Z Downloaded peg-runtime v0.8.5
8182026-06-04T21:17:05.970Z Downloaded pbkdf2 v0.11.0
8192026-06-04T21:17:05.970Z Downloaded num-complex v0.4.6
8202026-06-04T21:17:05.970Z Downloaded num_enum_derive v0.7.5
8212026-06-04T21:17:05.989Z Downloaded num v0.4.3
8222026-06-04T21:17:05.989Z Downloaded nu-ansi-term v0.50.3
8232026-06-04T21:17:05.990Z Downloaded iana-time-zone v0.1.65
8242026-06-04T21:17:05.997Z Downloaded path-slash v0.1.5
8252026-06-04T21:17:05.997Z Downloaded parse-size v1.1.0
8262026-06-04T21:17:05.997Z Downloaded native-tls v0.2.18
8272026-06-04T21:17:05.997Z Downloaded libefi-sys v0.1.0
8282026-06-04T21:17:05.997Z Downloaded futures v0.3.32
8292026-06-04T21:17:05.997Z Downloaded num-rational v0.4.2
8302026-06-04T21:17:05.997Z Downloaded num-integer v0.1.46
8312026-06-04T21:17:05.997Z Downloaded litrs v1.0.0
8322026-06-04T21:17:05.997Z Downloaded darling_core v0.23.0
8332026-06-04T21:17:05.997Z Downloaded darling_core v0.21.3
8342026-06-04T21:17:05.997Z Downloaded num_enum v0.7.5
8352026-06-04T21:17:06.013Z Downloaded phf_shared v0.12.1
8362026-06-04T21:17:06.021Z Downloaded crossbeam-channel v0.5.15
8372026-06-04T21:17:06.021Z Downloaded base64 v0.22.1
8382026-06-04T21:17:06.021Z Downloaded phf_shared v0.11.3
8392026-06-04T21:17:06.021Z Downloaded packed_struct v0.10.1
8402026-06-04T21:17:06.021Z Downloaded predicates-tree v1.0.13
8412026-06-04T21:17:06.027Z Downloaded predicates-core v1.0.10
8422026-06-04T21:17:06.027Z Downloaded precomputed-hash v0.1.1
8432026-06-04T21:17:06.027Z Downloaded owo-colors v4.3.0
8442026-06-04T21:17:06.027Z Downloaded nanorand v0.7.0
8452026-06-04T21:17:06.028Z Downloaded httparse v1.10.1
8462026-06-04T21:17:06.028Z Downloaded proc-macro-crate v1.3.1
8472026-06-04T21:17:06.028Z Downloaded password-hash v0.4.2
8482026-06-04T21:17:06.028Z Downloaded parse-display-derive v0.10.0
8492026-06-04T21:17:06.033Z Downloaded parking_lot_core v0.8.6
8502026-06-04T21:17:06.033Z Downloaded oxnet v0.1.4
8512026-06-04T21:17:06.034Z Downloaded oxide-tokio-rt v0.1.4
8522026-06-04T21:17:06.034Z Downloaded cc v1.2.56
8532026-06-04T21:17:06.040Z Downloaded pbkdf2 v0.12.2
8542026-06-04T21:17:06.041Z Downloaded indexmap v1.9.3
8552026-06-04T21:17:06.041Z Downloaded dropshot_endpoint v0.17.0
8562026-06-04T21:17:06.041Z Downloaded pem v3.0.6
8572026-06-04T21:17:06.041Z Downloaded peg v0.8.5
8582026-06-04T21:17:06.045Z Downloaded proc-macro-error-attr2 v2.0.0
8592026-06-04T21:17:06.045Z Downloaded num_enum v0.5.11
8602026-06-04T21:17:06.046Z Downloaded peg-macros v0.8.5
8612026-06-04T21:17:06.050Z Downloaded omicron-zone-package v0.12.2
8622026-06-04T21:17:06.050Z Downloaded progenitor-macro v0.14.0
8632026-06-04T21:17:06.050Z Downloaded progenitor-macro v0.13.0
8642026-06-04T21:17:06.050Z Downloaded progenitor-client v0.14.0
8652026-06-04T21:17:06.059Z Downloaded phf v0.12.1
8662026-06-04T21:17:06.059Z Downloaded half v2.7.1
8672026-06-04T21:17:06.059Z Downloaded powerfmt v0.2.0
8682026-06-04T21:17:06.060Z Downloaded password-hash v0.5.0
8692026-06-04T21:17:06.065Z Downloaded progenitor-client v0.11.2
8702026-06-04T21:17:06.065Z Downloaded progenitor-client v0.10.0
8712026-06-04T21:17:06.065Z Downloaded flate2 v1.1.9
8722026-06-04T21:17:06.065Z Downloaded quick-error v1.2.3
8732026-06-04T21:17:06.065Z Downloaded radium v0.7.0
8742026-06-04T21:17:06.065Z Downloaded psl-types v2.0.11
8752026-06-04T21:17:06.065Z Downloaded paste v1.0.15
8762026-06-04T21:17:06.065Z Downloaded libbz2-rs-sys v0.2.2
8772026-06-04T21:17:06.071Z Downloaded arc-swap v1.8.2
8782026-06-04T21:17:06.071Z Downloaded pem-rfc7468 v0.7.0
8792026-06-04T21:17:06.072Z Downloaded ppv-lite86 v0.2.21
8802026-06-04T21:17:06.072Z Downloaded async-compression v0.4.41
8812026-06-04T21:17:06.075Z Downloaded hickory-resolver v0.25.2
8822026-06-04T21:17:06.079Z Downloaded flume v0.11.1
8832026-06-04T21:17:06.079Z Downloaded derive_more-impl v2.1.1
8842026-06-04T21:17:06.082Z Downloaded pkg-config v0.3.32
8852026-06-04T21:17:06.083Z Downloaded parking_lot v0.12.5
8862026-06-04T21:17:06.086Z Downloaded heapless v0.8.0
8872026-06-04T21:17:06.086Z Downloaded polyval v0.6.2
8882026-06-04T21:17:06.098Z Downloaded poly1305 v0.8.0
8892026-06-04T21:17:06.098Z Downloaded phf_shared v0.13.1
8902026-06-04T21:17:06.098Z Downloaded crypto-bigint v0.5.5
8912026-06-04T21:17:06.098Z Downloaded primeorder v0.13.6
8922026-06-04T21:17:06.106Z Downloaded pin-project-internal v1.1.11
8932026-06-04T21:17:06.106Z Downloaded predicates v3.1.4
8942026-06-04T21:17:06.106Z Downloaded memmap2 v0.9.10
8952026-06-04T21:17:06.107Z Downloaded parking_lot_core v0.9.12
8962026-06-04T21:17:06.107Z Downloaded rand_chacha v0.3.1
8972026-06-04T21:17:06.107Z Downloaded recursive-proc-macro-impl v0.1.1
8982026-06-04T21:17:06.107Z Downloaded rand_xorshift v0.4.0
8992026-06-04T21:17:06.107Z Downloaded indicatif v0.18.4
9002026-06-04T21:17:06.112Z Downloaded recursive v0.1.1
9012026-06-04T21:17:06.113Z Downloaded ignore v0.4.25
9022026-06-04T21:17:06.113Z Downloaded parking_lot v0.11.2
9032026-06-04T21:17:06.113Z Downloaded ref-cast-impl v1.0.25
9042026-06-04T21:17:06.113Z Downloaded progenitor v0.13.0
9052026-06-04T21:17:06.113Z Downloaded proc-macro-error2 v2.0.1
9062026-06-04T21:17:06.116Z Downloaded rfc6979 v0.4.0
9072026-06-04T21:17:06.116Z Downloaded proc-macro-crate v3.4.0
9082026-06-04T21:17:06.116Z Downloaded pkcs8 v0.10.2
9092026-06-04T21:17:06.116Z Downloaded progenitor-extras v0.2.0
9102026-06-04T21:17:06.121Z Downloaded pin-project-lite v0.2.17
9112026-06-04T21:17:06.121Z Downloaded progenitor-macro v0.11.2
9122026-06-04T21:17:06.124Z Downloaded progenitor-client v0.13.0
9132026-06-04T21:17:06.124Z Downloaded progenitor v0.14.0
9142026-06-04T21:17:06.124Z Downloaded psm v0.1.30
9152026-06-04T21:17:06.129Z Downloaded progenitor v0.11.2
9162026-06-04T21:17:06.129Z Downloaded rustc_version v0.1.7
9172026-06-04T21:17:06.129Z Downloaded russh-cryptovec v0.7.3
9182026-06-04T21:17:06.129Z Downloaded rustc_version v0.4.1
9192026-06-04T21:17:06.136Z Downloaded rtoolbox v0.0.3
9202026-06-04T21:17:06.136Z Downloaded headers v0.4.1
9212026-06-04T21:17:06.136Z Downloaded hickory-resolver v0.24.4
9222026-06-04T21:17:06.136Z Downloaded hashbrown v0.13.2
9232026-06-04T21:17:06.142Z Downloaded rand_core v0.10.0
9242026-06-04T21:17:06.142Z Downloaded phf v0.13.1
9252026-06-04T21:17:06.142Z Downloaded p256 v0.13.2
9262026-06-04T21:17:06.150Z Downloaded r2d2 v0.8.10
9272026-06-04T21:17:06.150Z Downloaded rustc-hash v2.1.1
9282026-06-04T21:17:06.150Z Downloaded hashbrown v0.12.3
9292026-06-04T21:17:06.153Z Downloaded expectorate v1.2.0
9302026-06-04T21:17:06.153Z Downloaded pin-utils v0.1.0
9312026-06-04T21:17:06.153Z Downloaded heapless v0.7.17
9322026-06-04T21:17:06.153Z Downloaded postgres-protocol v0.6.10
9332026-06-04T21:17:06.174Z Downloaded postcard v1.1.3
9342026-06-04T21:17:06.174Z Downloaded pkcs5 v0.7.1
9352026-06-04T21:17:06.174Z Downloaded ref-cast v1.0.25
9362026-06-04T21:17:06.174Z Downloaded rand_core v0.9.5
9372026-06-04T21:17:06.174Z Downloaded aes-gcm v0.10.3
9382026-06-04T21:17:06.174Z Downloaded salsa20 v0.10.2
9392026-06-04T21:17:06.174Z Downloaded der v0.7.10
9402026-06-04T21:17:06.185Z Downloaded rand_seeder v0.4.0
9412026-06-04T21:17:06.185Z Downloaded oso v0.27.3
9422026-06-04T21:17:06.185Z Downloaded rand_chacha v0.9.0
9432026-06-04T21:17:06.185Z Downloaded ed25519-dalek v2.2.0
9442026-06-04T21:17:06.185Z Downloaded scopeguard v1.2.0
9452026-06-04T21:17:06.185Z Downloaded miniz_oxide v0.8.9
9462026-06-04T21:17:06.185Z Downloaded scroll_derive v0.13.1
9472026-06-04T21:17:06.185Z Downloaded serde_bytes v0.11.19
9482026-06-04T21:17:06.185Z Downloaded serde-big-array v0.5.1
9492026-06-04T21:17:06.185Z Downloaded secrecy v0.8.0
9502026-06-04T21:17:06.185Z Downloaded same-file v1.0.6
9512026-06-04T21:17:06.186Z Downloaded scheduled-thread-pool v0.2.7
9522026-06-04T21:17:06.186Z Downloaded sapling-renderdag v0.1.0
9532026-06-04T21:17:06.189Z Downloaded rand_core v0.6.4
9542026-06-04T21:17:06.189Z Downloaded secrecy v0.10.3
9552026-06-04T21:17:06.189Z Downloaded pkcs1 v0.7.5
9562026-06-04T21:17:06.189Z Downloaded elliptic-curve v0.13.8
9572026-06-04T21:17:06.200Z Downloaded seq-macro v0.3.6
9582026-06-04T21:17:06.200Z Downloaded scrypt v0.11.0
9592026-06-04T21:17:06.200Z Downloaded semver v0.1.20
9602026-06-04T21:17:06.200Z Downloaded darling_core v0.20.11
9612026-06-04T21:17:06.205Z Downloaded humantime v2.3.0
9622026-06-04T21:17:06.205Z Downloaded http-body-util v0.1.3
9632026-06-04T21:17:06.205Z Downloaded compact_str v0.8.1
9642026-06-04T21:17:06.205Z Downloaded base64 v0.21.7
9652026-06-04T21:17:06.205Z Downloaded serde_spanned v1.0.4
9662026-06-04T21:17:06.221Z Downloaded jiff-static v0.2.21
9672026-06-04T21:17:06.221Z Downloaded ar_archive_writer v0.5.1
9682026-06-04T21:17:06.221Z Downloaded const_format v0.2.35
9692026-06-04T21:17:06.237Z Downloaded serde_plain v1.0.2
9702026-06-04T21:17:06.237Z Downloaded quinn-udp v0.5.14
9712026-06-04T21:17:06.237Z Downloaded papergrid v0.17.0
9722026-06-04T21:17:06.237Z Downloaded postgres-types v0.2.12
9732026-06-04T21:17:06.237Z Downloaded serde_urlencoded v0.7.1
9742026-06-04T21:17:06.237Z Downloaded resolv-conf v0.7.6
9752026-06-04T21:17:06.237Z Downloaded hmac v0.12.1
9762026-06-04T21:17:06.237Z Downloaded shell-words v1.1.1
9772026-06-04T21:17:06.237Z Downloaded signal-hook-mio v0.2.5
9782026-06-04T21:17:06.237Z Downloaded sha1 v0.10.6
9792026-06-04T21:17:06.244Z Downloaded signal-hook-tokio v0.3.1
9802026-06-04T21:17:06.244Z Downloaded rustls-pemfile v1.0.4
9812026-06-04T21:17:06.244Z Downloaded rustls-native-certs v0.8.3
9822026-06-04T21:17:06.244Z Downloaded critical-section v1.2.0
9832026-06-04T21:17:06.244Z Downloaded pin-project v1.1.11
9842026-06-04T21:17:06.244Z Downloaded siphasher v1.0.2
9852026-06-04T21:17:06.244Z Downloaded sigpipe v0.1.3
9862026-06-04T21:17:06.244Z Downloaded rustversion v1.0.22
9872026-06-04T21:17:06.259Z Downloaded rusty-fork v0.3.1
9882026-06-04T21:17:06.259Z Downloaded minimal-lexical v0.2.1
9892026-06-04T21:17:06.259Z Downloaded signature v2.2.0
9902026-06-04T21:17:06.259Z Downloaded rustls-pemfile v2.2.0
9912026-06-04T21:17:06.259Z Downloaded hickory-server v0.25.2
9922026-06-04T21:17:06.264Z Downloaded slog-bunyan v2.5.0
9932026-06-04T21:17:06.264Z Downloaded sct v0.7.1
9942026-06-04T21:17:06.264Z Downloaded progenitor-impl v0.11.2
9952026-06-04T21:17:06.264Z Downloaded prefix-trie v0.7.0
9962026-06-04T21:17:06.265Z Downloaded convert_case v0.10.0
9972026-06-04T21:17:06.265Z Downloaded bitfield v0.19.4
9982026-06-04T21:17:06.266Z Downloaded der_derive v0.7.3
9992026-06-04T21:17:06.266Z Downloaded cassowary v0.3.0
10002026-06-04T21:17:06.267Z Downloaded serde-hex v0.1.0
10012026-06-04T21:17:06.267Z Downloaded sec1 v0.7.3
10022026-06-04T21:17:06.276Z Downloaded openssl-sys v0.9.115
10032026-06-04T21:17:06.276Z Downloaded schemars_derive v0.8.22
10042026-06-04T21:17:06.276Z Downloaded env_filter v1.0.0
10052026-06-04T21:17:06.276Z Downloaded progenitor-impl v0.14.0
10062026-06-04T21:17:06.276Z Downloaded serde_repr v0.1.20
10072026-06-04T21:17:06.293Z Downloaded serde_path_to_error v0.1.20
10082026-06-04T21:17:06.293Z Downloaded serde_derive_internals v0.29.1
10092026-06-04T21:17:06.293Z Downloaded embedded-io v0.6.1
10102026-06-04T21:17:06.293Z Downloaded curve25519-dalek-derive v0.1.1
10112026-06-04T21:17:06.293Z Downloaded constant_time_eq v0.4.2
10122026-06-04T21:17:06.293Z Downloaded ssh-encoding v0.2.0
10132026-06-04T21:17:06.293Z Downloaded ssh-cipher v0.2.0
10142026-06-04T21:17:06.293Z Downloaded cipher v0.4.4
10152026-06-04T21:17:06.293Z Downloaded cexpr v0.6.0
10162026-06-04T21:17:06.307Z Downloaded cargo_metadata v0.23.1
10172026-06-04T21:17:06.307Z Downloaded strsim v0.10.0
10182026-06-04T21:17:06.307Z Downloaded bit-set v0.8.0
10192026-06-04T21:17:06.307Z Downloaded bcrypt-pbkdf v0.10.0
10202026-06-04T21:17:06.307Z Downloaded serde_with_macros v1.5.2
10212026-06-04T21:17:06.307Z Downloaded russh-keys v0.45.0
10222026-06-04T21:17:06.307Z Downloaded base64ct v1.8.3
10232026-06-04T21:17:06.307Z Downloaded darling_macro v0.23.0
10242026-06-04T21:17:06.307Z Downloaded darling_macro v0.21.3
10252026-06-04T21:17:06.307Z Downloaded rustls-pki-types v1.14.0
10262026-06-04T21:17:06.307Z Downloaded structmeta v0.3.0
10272026-06-04T21:17:06.307Z Downloaded shlex v1.3.0
10282026-06-04T21:17:06.307Z Downloaded http v1.4.0
10292026-06-04T21:17:06.308Z Downloaded structmeta-derive v0.3.0
10302026-06-04T21:17:06.318Z Downloaded pretty_assertions v1.4.1
10312026-06-04T21:17:06.318Z Downloaded signal-hook-registry v1.4.8
10322026-06-04T21:17:06.318Z Downloaded prettyplease v0.2.37
10332026-06-04T21:17:06.318Z Downloaded sync_wrapper v1.0.2
10342026-06-04T21:17:06.318Z Downloaded strum v0.27.2
10352026-06-04T21:17:06.318Z Downloaded sync-ptr v0.1.4
10362026-06-04T21:17:06.318Z Downloaded take_mut v0.2.2
10372026-06-04T21:17:06.318Z Downloaded supports-color v3.0.2
10382026-06-04T21:17:06.318Z Downloaded slog-stdlog v4.1.1
10392026-06-04T21:17:06.318Z Downloaded slog-async v2.8.0
10402026-06-04T21:17:06.318Z Downloaded simd-adler32 v0.3.8
10412026-06-04T21:17:06.333Z Downloaded subtle v2.6.1
10422026-06-04T21:17:06.333Z Downloaded slog-envlogger v2.2.0
10432026-06-04T21:17:06.333Z Downloaded slog-dtrace v0.3.0
10442026-06-04T21:17:06.333Z Downloaded slab v0.4.12
10452026-06-04T21:17:06.334Z Downloaded strum v0.26.3
10462026-06-04T21:17:06.334Z Downloaded slog-scope v4.4.1
10472026-06-04T21:17:06.334Z Downloaded snafu-derive v0.8.9
10482026-06-04T21:17:06.334Z Downloaded tap v1.0.1
10492026-06-04T21:17:06.334Z Downloaded tagptr v0.2.0
10502026-06-04T21:17:06.334Z Downloaded smf v0.2.3
10512026-06-04T21:17:06.334Z Downloaded smallvec v0.6.14
10522026-06-04T21:17:06.334Z Downloaded slog-term v2.9.2
10532026-06-04T21:17:06.363Z Downloaded tabwriter v1.4.1
10542026-06-04T21:17:06.363Z Downloaded aho-corasick v1.1.4
10552026-06-04T21:17:06.363Z Downloaded tabled_derive v0.11.0
10562026-06-04T21:17:06.363Z Downloaded progenitor-impl v0.13.0
10572026-06-04T21:17:06.363Z Downloaded itertools v0.10.5
10582026-06-04T21:17:06.363Z Downloaded crossterm v0.28.1
10592026-06-04T21:17:06.363Z Downloaded ron v0.8.1
10602026-06-04T21:17:06.370Z Downloaded testing_table v0.3.0
10612026-06-04T21:17:06.370Z Downloaded stacker v0.1.23
10622026-06-04T21:17:06.370Z Downloaded termtree v0.5.1
10632026-06-04T21:17:06.370Z Downloaded rustls-platform-verifier v0.6.2
10642026-06-04T21:17:06.370Z Downloaded serde_cbor v0.11.2
10652026-06-04T21:17:06.370Z Downloaded stringprep v0.1.5
10662026-06-04T21:17:06.370Z Downloaded string_cache v0.8.9
10672026-06-04T21:17:06.370Z Downloaded static_assertions v1.1.0
10682026-06-04T21:17:06.371Z Downloaded hashbrown v0.16.1
10692026-06-04T21:17:06.371Z Downloaded serde_with_macros v3.17.0
10702026-06-04T21:17:06.371Z Downloaded thread-id v5.1.0
10712026-06-04T21:17:06.371Z Downloaded thiserror-impl-no-std v2.0.2
10722026-06-04T21:17:06.371Z Downloaded ryu v1.0.23
10732026-06-04T21:17:06.371Z Downloaded time-core v0.1.8
10742026-06-04T21:17:06.371Z Downloaded nom v7.1.3
10752026-06-04T21:17:06.371Z Downloaded tinyvec_macros v0.1.1
10762026-06-04T21:17:06.371Z Downloaded tokio-macros v2.7.0
10772026-06-04T21:17:06.371Z Downloaded strum_macros v0.24.3
10782026-06-04T21:17:06.371Z Downloaded rcgen v0.12.1
10792026-06-04T21:17:06.387Z Downloaded hashbrown v0.15.5
10802026-06-04T21:17:06.387Z Downloaded strum_macros v0.27.2
10812026-06-04T21:17:06.387Z Downloaded rayon-core v1.13.0
10822026-06-04T21:17:06.396Z Downloaded strum_macros v0.26.4
10832026-06-04T21:17:06.396Z Downloaded sqlparser_derive v0.5.0
10842026-06-04T21:17:06.396Z Downloaded termios v0.3.3
10852026-06-04T21:17:06.396Z Downloaded spki v0.7.3
10862026-06-04T21:17:06.396Z Downloaded scroll v0.13.0
10872026-06-04T21:17:06.396Z Downloaded num-bigint v0.4.6
10882026-06-04T21:17:06.396Z Downloaded schemars v0.8.22
10892026-06-04T21:17:06.401Z Downloaded spin v0.9.8
10902026-06-04T21:17:06.401Z Downloaded publicsuffix v2.3.0
10912026-06-04T21:17:06.401Z Downloaded libxml v0.3.3
10922026-06-04T21:17:06.401Z Downloaded bitvec v1.0.1
10932026-06-04T21:17:06.408Z Downloaded thiserror-no-std v2.0.2
10942026-06-04T21:17:06.413Z Downloaded rand v0.8.6
10952026-06-04T21:17:06.413Z Downloaded itertools v0.13.0
10962026-06-04T21:17:06.417Z Downloaded try-lock v0.2.5
10972026-06-04T21:17:06.417Z Downloaded trait-variant v0.1.2
10982026-06-04T21:17:06.417Z Downloaded thread_local v1.1.9
10992026-06-04T21:17:06.421Z Downloaded sqlformat v0.3.5
11002026-06-04T21:17:06.421Z Downloaded quinn v0.11.9
11012026-06-04T21:17:06.421Z Downloaded tower-service v0.3.3
11022026-06-04T21:17:06.425Z Downloaded tower-layer v0.3.3
11032026-06-04T21:17:06.425Z Downloaded topological-sort v0.2.2
11042026-06-04T21:17:06.425Z Downloaded tokio-dtrace v0.1.1
11052026-06-04T21:17:06.426Z Downloaded time-macros v0.2.27
11062026-06-04T21:17:06.440Z Downloaded signal-hook v0.3.18
11072026-06-04T21:17:06.440Z Downloaded typify-macro v0.6.2
11082026-06-04T21:17:06.440Z Downloaded itertools v0.12.1
11092026-06-04T21:17:06.440Z Downloaded unicode-truncate v1.1.0
11102026-06-04T21:17:06.440Z Downloaded qorb v0.4.1
11112026-06-04T21:17:06.440Z Downloaded dropshot-api-manager v0.7.2
11122026-06-04T21:17:06.443Z Downloaded tls_codec_derive v0.4.2
11132026-06-04T21:17:06.443Z Downloaded num-bigint-dig v0.8.6
11142026-06-04T21:17:06.447Z Downloaded tokio-tungstenite v0.21.0
11152026-06-04T21:17:06.447Z Downloaded term v1.2.1
11162026-06-04T21:17:06.448Z Downloaded untrusted v0.9.0
11172026-06-04T21:17:06.455Z Downloaded unit-prefix v0.5.2
11182026-06-04T21:17:06.455Z Downloaded usdt-macro v0.6.0
11192026-06-04T21:17:06.455Z Downloaded usdt-attr-macro v0.6.0
11202026-06-04T21:17:06.455Z Downloaded usdt v0.6.0
11212026-06-04T21:17:06.455Z Downloaded untrusted v0.7.1
11222026-06-04T21:17:06.455Z Downloaded typify-macro v0.4.3
11232026-06-04T21:17:06.461Z Downloaded unarray v0.1.4
11242026-06-04T21:17:06.461Z Downloaded universal-hash v0.5.1
11252026-06-04T21:17:06.461Z Downloaded support-bundle-viewer v0.1.2
11262026-06-04T21:17:06.461Z Downloaded tokio-rustls v0.25.0
11272026-06-04T21:17:06.461Z Downloaded term v0.7.0
11282026-06-04T21:17:06.461Z Downloaded slog v2.8.2
11292026-06-04T21:17:06.467Z Downloaded socket2 v0.5.10
11302026-06-04T21:17:06.467Z Downloaded similar v2.7.0
11312026-06-04T21:17:06.467Z Downloaded void v1.0.2
11322026-06-04T21:17:06.467Z Downloaded utf-8 v0.7.6
11332026-06-04T21:17:06.472Z Downloaded schemars v0.9.0
11342026-06-04T21:17:06.483Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11352026-06-04T21:17:06.483Z Downloaded mio v1.2.0
11362026-06-04T21:17:06.494Z Downloaded crossterm v0.29.0
11372026-06-04T21:17:06.494Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11382026-06-04T21:17:06.494Z Downloaded rustls-webpki v0.103.9
11392026-06-04T21:17:06.494Z Downloaded iri-string v0.7.10
11402026-06-04T21:17:06.507Z Downloaded waitgroup v0.1.2
11412026-06-04T21:17:06.507Z Downloaded wait-timeout v0.2.1
11422026-06-04T21:17:06.507Z Downloaded tui-tree-widget v0.23.1
11432026-06-04T21:17:06.507Z Downloaded xattr v1.6.1
11442026-06-04T21:17:06.507Z Downloaded want v0.3.1
11452026-06-04T21:17:06.507Z Downloaded toml_writer v1.0.6+spec-1.1.0
11462026-06-04T21:17:06.507Z Downloaded rand v0.9.2
11472026-06-04T21:17:06.507Z Downloaded serde_yaml v0.9.34+deprecated
11482026-06-04T21:17:06.521Z Downloaded tiny-keccak v2.0.2
11492026-06-04T21:17:06.521Z Downloaded rsa v0.9.10
11502026-06-04T21:17:06.521Z Downloaded xshell-macros v0.2.7
11512026-06-04T21:17:06.521Z Downloaded tls_codec v0.4.2
11522026-06-04T21:17:06.521Z Downloaded bindgen v0.71.1
11532026-06-04T21:17:06.521Z Downloaded slog-json v2.6.1
11542026-06-04T21:17:06.521Z Downloaded hyper-util v0.1.20
11552026-06-04T21:17:06.650Z Downloaded schemars v1.2.1
11562026-06-04T21:17:06.650Z Downloaded usdt-impl v0.6.0
11572026-06-04T21:17:06.650Z Downloaded unicase v2.9.0
11582026-06-04T21:17:06.650Z Downloaded tokio-native-tls v0.3.1
11592026-06-04T21:17:06.650Z Downloaded subprocess v0.2.15
11602026-06-04T21:17:06.686Z Downloaded futures-util v0.3.32
11612026-06-04T21:17:06.686Z Downloaded tokio-stream v0.1.18
11622026-06-04T21:17:06.686Z Downloaded zone_cfg_derive v0.3.1
11632026-06-04T21:17:06.686Z Downloaded zone v0.3.1
11642026-06-04T21:17:06.686Z Downloaded vergen-lib v9.1.0
11652026-06-04T21:17:06.686Z Downloaded uzers v0.12.2
11662026-06-04T21:17:06.686Z Downloaded tokio-rustls v0.26.4
11672026-06-04T21:17:06.686Z Downloaded socket2 v0.6.3
11682026-06-04T21:17:06.686Z Downloaded h2 v0.4.13
11692026-06-04T21:17:06.686Z Downloaded vsss-rs v3.3.4
11702026-06-04T21:17:06.686Z Downloaded blake3 v1.8.3
11712026-06-04T21:17:06.687Z Downloaded vergen-lib v0.1.6
11722026-06-04T21:17:06.687Z Downloaded walkdir v2.5.0
11732026-06-04T21:17:06.687Z Downloaded p521 v0.13.3
11742026-06-04T21:17:06.687Z Downloaded xshell v0.2.7
11752026-06-04T21:17:06.687Z Downloaded whoami v1.6.1
11762026-06-04T21:17:06.687Z Downloaded test-strategy v0.4.5
11772026-06-04T21:17:06.687Z Downloaded whoami v2.1.0
11782026-06-04T21:17:06.687Z Downloaded tokio-rustls v0.24.1
11792026-06-04T21:17:06.687Z Downloaded tinyvec v1.10.0
11802026-06-04T21:17:06.687Z Downloaded libm v0.2.16
11812026-06-04T21:17:06.687Z Downloaded wyz v0.5.1
11822026-06-04T21:17:06.687Z Downloaded unicode-properties v0.1.4
11832026-06-04T21:17:06.687Z Downloaded rand v0.10.0
11842026-06-04T21:17:06.687Z Downloaded twox-hash v2.1.2
11852026-06-04T21:17:06.687Z Downloaded tar v0.4.45
11862026-06-04T21:17:06.687Z Downloaded zeroize_derive v1.4.3
11872026-06-04T21:17:06.687Z Downloaded tokio-tungstenite v0.23.1
11882026-06-04T21:17:06.687Z Downloaded snafu v0.8.9
11892026-06-04T21:17:06.687Z Downloaded samael v0.0.19
11902026-06-04T21:17:06.687Z Downloaded zeroize v1.8.2
11912026-06-04T21:17:06.687Z Downloaded vergen-git2 v9.1.0
11922026-06-04T21:17:06.687Z Downloaded hyper v1.8.1
11932026-06-04T21:17:06.687Z Downloaded vergen-gitcl v1.0.8
11942026-06-04T21:17:06.687Z Downloaded zstd-safe v7.2.4
11952026-06-04T21:17:06.687Z Downloaded zstd v0.13.3
11962026-06-04T21:17:06.687Z Downloaded itertools v0.14.0
11972026-06-04T21:17:06.687Z Downloaded toml v1.0.6+spec-1.1.0
11982026-06-04T21:17:06.687Z Downloaded russh v0.45.0
11992026-06-04T21:17:06.687Z Downloaded tracing-attributes v0.1.31
12002026-06-04T21:17:06.687Z Downloaded strip-ansi-escapes v0.2.1
12012026-06-04T21:17:06.687Z Downloaded steno v0.4.1
12022026-06-04T21:17:06.687Z Downloaded typify v0.6.2
12032026-06-04T21:17:06.688Z Downloaded unsafe-libyaml v0.2.11
12042026-06-04T21:17:06.688Z Downloaded tungstenite v0.21.0
12052026-06-04T21:17:06.688Z Downloaded yasna v0.5.2
12062026-06-04T21:17:06.688Z Downloaded zerocopy v0.6.6
12072026-06-04T21:17:06.688Z Downloaded toml_parser v1.0.9+spec-1.1.0
12082026-06-04T21:17:06.688Z Downloaded uuid v1.23.0
12092026-06-04T21:17:06.688Z Downloaded unicode-bidi v0.3.18
12102026-06-04T21:17:06.688Z Downloaded tungstenite v0.23.0
12112026-06-04T21:17:06.688Z Downloaded iddqd v0.4.2
12122026-06-04T21:17:06.688Z Downloaded vergen v9.1.0
12132026-06-04T21:17:06.688Z Downloaded tracing-core v0.1.36
12142026-06-04T21:17:06.688Z Downloaded toml v0.7.8
12152026-06-04T21:17:06.688Z Downloaded rpassword v7.4.0
12162026-06-04T21:17:06.688Z Downloaded hkdf v0.12.4
12172026-06-04T21:17:06.688Z Downloaded toml_edit v0.23.10+spec-1.0.0
12182026-06-04T21:17:06.696Z Downloaded serde_with v1.14.0
12192026-06-04T21:17:06.696Z Downloaded tokio-postgres v0.7.16
12202026-06-04T21:17:06.696Z Downloaded rustyline v14.0.0
12212026-06-04T21:17:06.725Z Downloaded zopfli v0.8.3
12222026-06-04T21:17:06.725Z Downloaded ssh-key v0.6.7
12232026-06-04T21:17:06.725Z Downloaded vte v0.14.1
12242026-06-04T21:17:06.737Z Downloaded typify v0.4.3
12252026-06-04T21:17:06.737Z Downloaded yansi v1.0.1
12262026-06-04T21:17:06.737Z Downloaded regex v1.12.3
12272026-06-04T21:17:06.737Z Downloaded zip v0.6.6
12282026-06-04T21:17:06.737Z Downloaded reedline v0.40.0
12292026-06-04T21:17:06.737Z Downloaded reqwest v0.12.28
12302026-06-04T21:17:06.737Z Downloaded p384 v0.13.1
12312026-06-04T21:17:06.750Z Downloaded unicode_categories v0.1.1
12322026-06-04T21:17:06.750Z Downloaded toml_edit v0.19.15
12332026-06-04T21:17:06.750Z Downloaded tower v0.5.3
12342026-06-04T21:17:06.754Z Downloaded reqwest v0.13.2
12352026-06-04T21:17:06.761Z Downloaded portable-atomic v1.13.1
12362026-06-04T21:17:06.792Z Downloaded moka v0.12.13
12372026-06-04T21:17:06.796Z Downloaded x509-cert v0.2.5
12382026-06-04T21:17:06.796Z Downloaded typed-path v0.9.3
12392026-06-04T21:17:06.796Z Downloaded git2 v0.20.4
12402026-06-04T21:17:06.796Z Downloaded rustls-webpki v0.101.7
12412026-06-04T21:17:06.803Z Downloaded zerocopy-derive v0.8.40
12422026-06-04T21:17:06.812Z Downloaded unicode-segmentation v1.12.0
12432026-06-04T21:17:06.812Z Downloaded rayon v1.11.0
12442026-06-04T21:17:06.821Z Downloaded tough v0.22.0
12452026-06-04T21:17:06.821Z Downloaded lalrpop v0.19.12
12462026-06-04T21:17:06.831Z Downloaded chrono v0.4.44
12472026-06-04T21:17:06.835Z Downloaded unicode-normalization v0.1.25
12482026-06-04T21:17:06.835Z Downloaded rustls-webpki v0.102.8
12492026-06-04T21:17:06.852Z Downloaded goblin v0.10.5
12502026-06-04T21:17:06.857Z Downloaded object v0.30.4
12512026-06-04T21:17:06.857Z Downloaded tokio-util v0.7.18
12522026-06-04T21:17:06.857Z Downloaded serde_with v3.17.0
12532026-06-04T21:17:06.863Z Downloaded salty v0.3.0
12542026-06-04T21:17:06.869Z Downloaded zip v4.6.1
12552026-06-04T21:17:06.873Z Downloaded tower-http v0.6.8
12562026-06-04T21:17:06.884Z Downloaded curve25519-dalek v4.1.3
12572026-06-04T21:17:06.893Z Downloaded petname v2.0.2
12582026-06-04T21:17:06.893Z Downloaded quick-xml v0.37.5
12592026-06-04T21:17:06.893Z Downloaded winnow v0.5.40
12602026-06-04T21:17:06.905Z Downloaded proptest v1.10.0
12612026-06-04T21:17:06.905Z Downloaded quinn-proto v0.11.13
12622026-06-04T21:17:06.910Z Downloaded nix v0.27.1
12632026-06-04T21:17:06.928Z Downloaded radix_trie v0.2.1
12642026-06-04T21:17:06.945Z Downloaded tabled v0.20.0
12652026-06-04T21:17:06.956Z Downloaded winnow v0.6.26
12662026-06-04T21:17:06.972Z Downloaded smoltcp v0.9.1
12672026-06-04T21:17:06.978Z Downloaded regex-syntax v0.6.29
12682026-06-04T21:17:06.983Z Downloaded rustls v0.21.12
12692026-06-04T21:17:06.987Z Downloaded polar-core v0.27.3
12702026-06-04T21:17:07.003Z Downloaded openssl v0.10.79
12712026-06-04T21:17:07.015Z Downloaded time v0.3.47
12722026-06-04T21:17:07.015Z Downloaded vcpkg v0.2.15
12732026-06-04T21:17:07.024Z Downloaded zlib-rs v0.6.2
12742026-06-04T21:17:07.028Z Downloaded object v0.37.3
12752026-06-04T21:17:07.032Z Downloaded webpki-roots v1.0.6
12762026-06-04T21:17:07.038Z Downloaded dropshot v0.17.0
12772026-06-04T21:17:07.045Z Downloaded smoltcp v0.11.0
12782026-06-04T21:17:07.051Z Downloaded openapiv3 v2.2.0
12792026-06-04T21:17:07.060Z Downloaded zerocopy v0.8.40
12802026-06-04T21:17:07.069Z Downloaded regress v0.11.1
12812026-06-04T21:17:07.072Z Downloaded regress v0.10.5
12822026-06-04T21:17:07.077Z Downloaded regex-syntax v0.8.10
12832026-06-04T21:17:07.080Z Downloaded hickory-proto v0.25.2
12842026-06-04T21:17:07.089Z Downloaded rustls v0.23.37
12852026-06-04T21:17:07.095Z Downloaded hickory-proto v0.24.4
12862026-06-04T21:17:07.103Z Downloaded rustls v0.22.4
12872026-06-04T21:17:07.111Z Downloaded rustix v0.38.44
12882026-06-04T21:17:07.124Z Downloaded nix v0.31.2
12892026-06-04T21:17:07.129Z Downloaded sqlparser v0.61.0
12902026-06-04T21:17:07.134Z Downloaded bstr v1.12.1
12912026-06-04T21:17:07.140Z Downloaded nix v0.28.0
12922026-06-04T21:17:07.163Z Downloaded tracing v0.1.44
12932026-06-04T21:17:07.176Z Downloaded ratatui v0.29.0
12942026-06-04T21:17:07.192Z Downloaded typify-impl v0.6.2
12952026-06-04T21:17:07.198Z Downloaded sled v0.34.7
12962026-06-04T21:17:07.214Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-06-04T21:17:07.233Z Downloaded typify-impl v0.4.3
12982026-06-04T21:17:07.245Z Downloaded zerocopy-derive v0.6.6
12992026-06-04T21:17:07.245Z Downloaded petgraph v0.6.5
13002026-06-04T21:17:07.249Z Downloaded regex-automata v0.4.14
13012026-06-04T21:17:07.254Z Downloaded jiff v0.2.21
13022026-06-04T21:17:07.266Z Downloaded csv v1.4.0
13032026-06-04T21:17:07.274Z Downloaded chrono-tz v0.10.4
13042026-06-04T21:17:07.300Z Downloaded petgraph v0.8.3
13052026-06-04T21:17:07.309Z Downloaded tokio v1.52.1
13062026-06-04T21:17:07.330Z Downloaded libz-sys v1.1.24
13072026-06-04T21:17:07.359Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-06-04T21:17:07.374Z Downloaded sha3 v0.10.8
13092026-06-04T21:17:07.380Z Downloaded encoding_rs v0.8.35
13102026-06-04T21:17:07.416Z Downloaded ring v0.17.14
13112026-06-04T21:17:07.486Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-06-04T21:17:07.971Z Downloaded aws-lc-sys v0.40.0
13132026-06-04T21:17:08.219Z Compiling libc v0.2.185
13142026-06-04T21:17:08.222Z Compiling serde v1.0.228
13152026-06-04T21:17:08.222Z Compiling log v0.4.29
13162026-06-04T21:17:08.222Z Compiling find-msvc-tools v0.1.9
13172026-06-04T21:17:08.377Z Compiling shlex v1.3.0
13182026-06-04T21:17:08.399Z Compiling smallvec v1.15.1
13192026-06-04T21:17:08.399Z Compiling syn v2.0.117
13202026-06-04T21:17:08.404Z Compiling typenum v1.19.0
13212026-06-04T21:17:08.567Z Compiling generic-array v0.14.7
13222026-06-04T21:17:08.575Z Compiling subtle v2.6.1
13232026-06-04T21:17:08.588Z Compiling scopeguard v1.2.0
13242026-06-04T21:17:08.609Z Compiling const-oid v0.9.6
13252026-06-04T21:17:08.675Z Compiling lock_api v0.4.14
13262026-06-04T21:17:08.692Z Compiling serde_json v1.0.149
13272026-06-04T21:17:08.728Z Compiling zerocopy v0.8.40
13282026-06-04T21:17:08.809Z Compiling portable-atomic v1.13.1
13292026-06-04T21:17:08.900Z Compiling pin-project-lite v0.2.17
13302026-06-04T21:17:08.999Z Compiling parking_lot_core v0.9.12
13312026-06-04T21:17:09.162Z Compiling pkg-config v0.3.32
13322026-06-04T21:17:09.241Z Compiling getrandom v0.2.17
13332026-06-04T21:17:09.258Z Compiling jobserver v0.1.34
13342026-06-04T21:17:09.279Z Compiling errno v0.3.14
13352026-06-04T21:17:09.438Z Compiling rand_core v0.6.4
13362026-06-04T21:17:09.472Z Compiling cc v1.2.56
13372026-06-04T21:17:09.631Z Compiling signal-hook-registry v1.4.8
13382026-06-04T21:17:09.644Z Compiling bitflags v2.11.0
13392026-06-04T21:17:09.708Z Compiling critical-section v1.2.0
13402026-06-04T21:17:09.717Z Compiling futures-core v0.3.32
13412026-06-04T21:17:09.826Z Compiling libm v0.2.16
13422026-06-04T21:17:09.886Z Compiling once_cell v1.21.3
13432026-06-04T21:17:09.939Z Compiling parking_lot v0.12.5
13442026-06-04T21:17:09.940Z Compiling mio v1.2.0
13452026-06-04T21:17:09.940Z Compiling num-traits v0.2.19
13462026-06-04T21:17:10.008Z Compiling percent-encoding v2.3.2
13472026-06-04T21:17:10.072Z Compiling socket2 v0.6.3
13482026-06-04T21:17:10.190Z Compiling futures-sink v0.3.32
13492026-06-04T21:17:10.243Z Compiling getrandom v0.4.1
13502026-06-04T21:17:10.252Z Compiling futures-task v0.3.32
13512026-06-04T21:17:10.295Z Compiling futures-channel v0.3.32
13522026-06-04T21:17:10.347Z Compiling cpufeatures v0.2.17
13532026-06-04T21:17:10.423Z Compiling slab v0.4.12
13542026-06-04T21:17:10.423Z Compiling futures-io v0.3.32
13552026-06-04T21:17:10.480Z Compiling rand_core v0.10.0
13562026-06-04T21:17:10.523Z Compiling indexmap v2.14.0
13572026-06-04T21:17:10.581Z Compiling rustversion v1.0.22
13582026-06-04T21:17:10.591Z Compiling getrandom v0.3.4
13592026-06-04T21:17:10.605Z Compiling cmake v0.1.57
13602026-06-04T21:17:10.925Z Compiling form_urlencoded v1.2.2
13612026-06-04T21:17:11.089Z Compiling dunce v1.0.5
13622026-06-04T21:17:11.103Z Compiling fs_extra v1.3.0
13632026-06-04T21:17:11.195Z Compiling ident_case v1.0.1
13642026-06-04T21:17:11.322Z Compiling synstructure v0.13.2
13652026-06-04T21:17:11.326Z Compiling base64ct v1.8.3
13662026-06-04T21:17:11.357Z Compiling regex-syntax v0.8.10
13672026-06-04T21:17:11.391Z Compiling aws-lc-sys v0.40.0
13682026-06-04T21:17:11.635Z Compiling pem-rfc7468 v0.7.0
13692026-06-04T21:17:11.695Z Compiling flagset v0.4.7
13702026-06-04T21:17:11.710Z Compiling iana-time-zone v0.1.65
13712026-06-04T21:17:11.723Z Compiling rustix v1.1.3
13722026-06-04T21:17:11.847Z Compiling rand_core v0.9.5
13732026-06-04T21:17:11.916Z Compiling ring v0.17.14
13742026-06-04T21:17:11.945Z Compiling aws-lc-rs v1.16.3
13752026-06-04T21:17:11.946Z Compiling vcpkg v0.2.15
13762026-06-04T21:17:12.113Z Compiling uuid v1.23.0
13772026-06-04T21:17:12.265Z Compiling rustc_version v0.4.1
13782026-06-04T21:17:12.598Z Compiling tracing-core v0.1.36
13792026-06-04T21:17:12.722Z Compiling openssl-sys v0.9.115
13802026-06-04T21:17:12.850Z Compiling base64 v0.22.1
13812026-06-04T21:17:13.039Z Compiling serde_derive v1.0.228
13822026-06-04T21:17:13.165Z Compiling zeroize_derive v1.4.3
13832026-06-04T21:17:13.177Z Compiling zerofrom-derive v0.1.6
13842026-06-04T21:17:13.257Z Compiling yoke-derive v0.8.1
13852026-06-04T21:17:13.509Z Compiling zerovec-derive v0.11.2
13862026-06-04T21:17:13.795Z Compiling zerocopy-derive v0.8.40
13872026-06-04T21:17:13.873Z Compiling zeroize v1.8.2
13882026-06-04T21:17:14.475Z Compiling displaydoc v0.2.5
13892026-06-04T21:17:14.606Z Compiling crypto-common v0.1.7
13902026-06-04T21:17:14.623Z Compiling zerofrom v0.1.6
13912026-06-04T21:17:14.639Z Compiling block-buffer v0.10.4
13922026-06-04T21:17:14.738Z Compiling yoke v0.8.1
13932026-06-04T21:17:14.760Z Compiling tokio-macros v2.7.0
13942026-06-04T21:17:14.812Z Compiling digest v0.10.7
13952026-06-04T21:17:15.010Z Compiling zerovec v0.11.5
13962026-06-04T21:17:15.061Z Compiling futures-macro v0.3.32
13972026-06-04T21:17:15.208Z Compiling zerotrie v0.2.3
13982026-06-04T21:17:15.419Z Compiling tinystr v0.8.2
13992026-06-04T21:17:15.464Z Compiling potential_utf v0.1.4
14002026-06-04T21:17:15.501Z Compiling hmac v0.12.1
14012026-06-04T21:17:15.621Z Compiling icu_locale_core v2.1.1
14022026-06-04T21:17:15.642Z Compiling icu_collections v2.1.1
14032026-06-04T21:17:15.664Z Compiling block-padding v0.3.3
14042026-06-04T21:17:15.838Z Compiling inout v0.1.4
14052026-06-04T21:17:15.853Z Compiling futures-util v0.3.32
14062026-06-04T21:17:16.041Z Compiling cipher v0.4.4
14072026-06-04T21:17:16.170Z Compiling sha2 v0.10.9
14082026-06-04T21:17:16.277Z Compiling der_derive v0.7.3
14092026-06-04T21:17:16.558Z Compiling bytes v1.11.1
14102026-06-04T21:17:16.573Z Compiling icu_provider v2.1.1
14112026-06-04T21:17:16.619Z Compiling chrono v0.4.44
14122026-06-04T21:17:16.874Z Compiling icu_properties v2.1.2
14132026-06-04T21:17:17.229Z Compiling tokio v1.52.1
14142026-06-04T21:17:17.245Z Compiling icu_normalizer v2.1.1
14152026-06-04T21:17:17.573Z Compiling der v0.7.10
14162026-06-04T21:17:17.776Z Compiling idna_adapter v1.2.1
14172026-06-04T21:17:17.911Z Compiling idna v1.1.0
14182026-06-04T21:17:17.963Z Compiling http v1.4.0
14192026-06-04T21:17:17.994Z Compiling salsa20 v0.10.2
14202026-06-04T21:17:18.124Z Compiling ppv-lite86 v0.2.21
14212026-06-04T21:17:18.138Z Compiling pbkdf2 v0.12.2
14222026-06-04T21:17:18.279Z Compiling url v2.5.8
14232026-06-04T21:17:18.354Z Compiling rustls-pki-types v1.14.0
14242026-06-04T21:17:18.456Z Compiling spki v0.7.3
14252026-06-04T21:17:18.562Z Compiling thiserror-impl v2.0.18
14262026-06-04T21:17:18.664Z Compiling tracing-attributes v0.1.31
14272026-06-04T21:17:18.754Z Compiling http-body v1.0.1
14282026-06-04T21:17:18.760Z Compiling rand_chacha v0.9.0
14292026-06-04T21:17:18.849Z Compiling scrypt v0.11.0
14302026-06-04T21:17:18.897Z Compiling aes v0.8.4
14312026-06-04T21:17:19.049Z Compiling cbc v0.1.2
14322026-06-04T21:17:19.172Z Compiling openssl-probe v0.2.1
14332026-06-04T21:17:19.188Z Compiling httparse v1.10.1
14342026-06-04T21:17:19.358Z Compiling tinyvec_macros v0.1.1
14352026-06-04T21:17:19.426Z Compiling untrusted v0.9.0
14362026-06-04T21:17:19.439Z Compiling untrusted v0.7.1
14372026-06-04T21:17:19.567Z Compiling tinyvec v1.10.0
14382026-06-04T21:17:19.577Z Compiling pkcs5 v0.7.1
14392026-06-04T21:17:19.854Z Compiling thiserror v2.0.18
14402026-06-04T21:17:19.902Z Compiling pest_generator v2.8.6
14412026-06-04T21:17:19.948Z Compiling tracing v0.1.44
14422026-06-04T21:17:19.953Z Compiling rand v0.9.2
14432026-06-04T21:17:19.963Z Compiling serde_derive_internals v0.29.1
14442026-06-04T21:17:20.057Z Compiling aho-corasick v1.1.4
14452026-06-04T21:17:20.206Z Compiling atomic-waker v1.1.2
14462026-06-04T21:17:20.505Z Compiling rustls v0.23.37
14472026-06-04T21:17:20.611Z Compiling try-lock v0.2.5
14482026-06-04T21:17:20.634Z Compiling tower-layer v0.3.3
14492026-06-04T21:17:20.634Z Compiling tower-service v0.3.3
14502026-06-04T21:17:20.700Z Compiling dyn-clone v1.0.20
14512026-06-04T21:17:20.716Z Compiling schemars v0.8.22
14522026-06-04T21:17:20.744Z Compiling pest_derive v2.8.6
14532026-06-04T21:17:20.854Z Compiling regex-automata v0.4.14
14542026-06-04T21:17:20.869Z Compiling tokio-util v0.7.18
14552026-06-04T21:17:20.952Z Compiling schemars_derive v0.8.22
14562026-06-04T21:17:21.175Z Compiling want v0.3.1
14572026-06-04T21:17:21.331Z Compiling pkcs8 v0.10.2
14582026-06-04T21:17:21.642Z Compiling h2 v0.4.13
14592026-06-04T21:17:21.663Z Compiling ipnet v2.11.0
14602026-06-04T21:17:21.746Z Compiling scroll_derive v0.13.1
14612026-06-04T21:17:21.922Z Compiling darling_core v0.20.11
14622026-06-04T21:17:22.165Z Compiling foreign-types-shared v0.1.1
14632026-06-04T21:17:22.212Z Compiling httpdate v1.0.3
14642026-06-04T21:17:22.240Z Compiling openssl v0.10.79
14652026-06-04T21:17:22.445Z Compiling pin-utils v0.1.0
14662026-06-04T21:17:22.502Z Compiling foreign-types v0.3.2
14672026-06-04T21:17:22.517Z Compiling tempfile v3.25.0
14682026-06-04T21:17:22.555Z Compiling scroll v0.13.0
14692026-06-04T21:17:22.802Z Compiling unicode-normalization v0.1.25
14702026-06-04T21:17:22.866Z Compiling openssl-macros v0.1.1
14712026-06-04T21:17:23.427Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-06-04T21:17:23.479Z Compiling spin v0.9.8
14732026-06-04T21:17:23.479Z Compiling num-conv v0.2.0
14742026-06-04T21:17:23.479Z Compiling crc32fast v1.5.0
14752026-06-04T21:17:23.517Z Compiling powerfmt v0.2.0
14762026-06-04T21:17:23.651Z Compiling time-core v0.1.8
14772026-06-04T21:17:23.677Z Compiling native-tls v0.2.18
14782026-06-04T21:17:23.786Z Compiling time-macros v0.2.27
14792026-06-04T21:17:23.849Z Compiling deranged v0.5.8
14802026-06-04T21:17:24.236Z Compiling darling_macro v0.20.11
14812026-06-04T21:17:24.620Z Compiling hyper v1.8.1
14822026-06-04T21:17:25.180Z Compiling darling v0.20.11
14832026-06-04T21:17:25.302Z Compiling goblin v0.10.5
14842026-06-04T21:17:25.302Z Compiling rustls-native-certs v0.8.3
14852026-06-04T21:17:25.303Z Compiling sync_wrapper v1.0.2
14862026-06-04T21:17:25.303Z Compiling wait-timeout v0.2.1
14872026-06-04T21:17:25.303Z Compiling siphasher v1.0.2
14882026-06-04T21:17:25.337Z Compiling syn v1.0.109
14892026-06-04T21:17:25.389Z Compiling quick-error v1.2.3
14902026-06-04T21:17:25.553Z Compiling usdt-impl v0.6.0
14912026-06-04T21:17:25.573Z Compiling simd-adler32 v0.3.8
14922026-06-04T21:17:25.602Z Compiling crossbeam-utils v0.8.21
14932026-06-04T21:17:25.674Z Compiling hyper-util v0.1.20
14942026-06-04T21:17:25.851Z Compiling num_threads v0.1.7
14952026-06-04T21:17:25.899Z Compiling bit-vec v0.8.0
14962026-06-04T21:17:25.944Z Compiling time v0.3.47
14972026-06-04T21:17:26.188Z Compiling bit-set v0.8.0
14982026-06-04T21:17:26.444Z Compiling rusty-fork v0.3.1
14992026-06-04T21:17:26.670Z Compiling tower v0.5.3
15002026-06-04T21:17:26.735Z Compiling derive_builder_core v0.20.2
15012026-06-04T21:17:27.531Z Compiling dtrace-parser v0.3.0
15022026-06-04T21:17:27.678Z Compiling http-body-util v0.1.3
15032026-06-04T21:17:27.678Z Compiling webpki-roots v1.0.6
15042026-06-04T21:17:27.678Z Compiling signature v2.2.0
15052026-06-04T21:17:27.678Z Compiling thiserror-impl v1.0.69
15062026-06-04T21:17:27.678Z Compiling scroll_derive v0.12.1
15072026-06-04T21:17:27.771Z Compiling dof v0.4.0
15082026-06-04T21:17:27.771Z Compiling heapless v0.7.17
15092026-06-04T21:17:27.835Z Compiling rand_xorshift v0.4.0
15102026-06-04T21:17:27.928Z Compiling slog v2.8.2
15112026-06-04T21:17:27.994Z Compiling darling_core v0.21.3
15122026-06-04T21:17:28.095Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-06-04T21:17:28.187Z Compiling thread-id v5.1.0
15142026-06-04T21:17:28.286Z Compiling cookie v0.18.1
15152026-06-04T21:17:28.330Z Compiling allocator-api2 v0.2.21
15162026-06-04T21:17:28.455Z Compiling unicode-properties v0.1.4
15172026-06-04T21:17:28.637Z Compiling unarray v0.1.4
15182026-06-04T21:17:28.705Z Compiling adler2 v2.0.1
15192026-06-04T21:17:28.763Z Compiling unicode-bidi v0.3.18
15202026-06-04T21:17:28.831Z Compiling signal-hook v0.3.18
15212026-06-04T21:17:28.831Z Compiling zstd-safe v7.2.4
15222026-06-04T21:17:28.883Z Compiling ryu v1.0.23
15232026-06-04T21:17:28.902Z Compiling iri-string v0.7.10
15242026-06-04T21:17:28.941Z Compiling anyhow v1.0.102
15252026-06-04T21:17:28.973Z Compiling paste v1.0.15
15262026-06-04T21:17:29.118Z Compiling stringprep v0.1.5
15272026-06-04T21:17:29.258Z Compiling serde_urlencoded v0.7.1
15282026-06-04T21:17:29.853Z Compiling miniz_oxide v0.8.9
15292026-06-04T21:17:29.954Z Compiling thiserror v1.0.69
15302026-06-04T21:17:29.954Z Compiling proptest v1.10.0
15312026-06-04T21:17:30.038Z Compiling scroll v0.12.0
15322026-06-04T21:17:30.205Z Compiling tower-http v0.6.8
15332026-06-04T21:17:30.301Z Compiling derive_builder_macro v0.20.2
15342026-06-04T21:17:30.366Z Compiling tokio-native-tls v0.3.1
15352026-06-04T21:17:30.419Z Compiling darling_macro v0.21.3
15362026-06-04T21:17:30.497Z Compiling ipnetwork v0.21.1
15372026-06-04T21:17:30.599Z Compiling bstr v1.12.1
15382026-06-04T21:17:30.699Z Compiling rand_chacha v0.3.1
15392026-06-04T21:17:30.890Z Compiling serde_spanned v0.6.9
15402026-06-04T21:17:30.928Z Compiling erased-serde v0.3.31
15412026-06-04T21:17:30.949Z Compiling serde_tokenstream v0.2.3
15422026-06-04T21:17:31.046Z Compiling toml_datetime v0.6.11
15432026-06-04T21:17:31.303Z Compiling md-5 v0.10.6
15442026-06-04T21:17:31.365Z Compiling pin-project-internal v1.1.11
15452026-06-04T21:17:31.366Z Compiling zerocopy-derive v0.7.35
15462026-06-04T21:17:31.421Z Compiling async-trait v0.1.89
15472026-06-04T21:17:31.421Z Compiling curve25519-dalek v4.1.3
15482026-06-04T21:17:31.541Z Compiling vergen-lib v9.1.0
15492026-06-04T21:17:31.712Z Compiling num-integer v0.1.46
15502026-06-04T21:17:31.769Z Compiling hash32 v0.2.1
15512026-06-04T21:17:32.591Z Compiling ff v0.13.1
15522026-06-04T21:17:32.663Z Compiling memoffset v0.9.1
15532026-06-04T21:17:32.663Z Compiling encoding_rs v0.8.35
15542026-06-04T21:17:32.663Z Compiling litrs v1.0.0
15552026-06-04T21:17:32.663Z Compiling smoltcp v0.9.1
15562026-06-04T21:17:32.663Z Compiling ref-cast v1.0.25
15572026-06-04T21:17:32.663Z Compiling zlib-rs v0.6.2
15582026-06-04T21:17:32.663Z Compiling cfg_aliases v0.2.1
15592026-06-04T21:17:32.700Z Compiling fallible-iterator v0.2.0
15602026-06-04T21:17:32.700Z Compiling base16ct v0.2.0
15612026-06-04T21:17:32.739Z Compiling psl-types v2.0.11
15622026-06-04T21:17:32.818Z Compiling num-bigint-dig v0.8.6
15632026-06-04T21:17:32.869Z Compiling mime v0.3.17
15642026-06-04T21:17:36.867Z Compiling rustix v0.38.44
15652026-06-04T21:17:36.980Z Compiling postgres-protocol v0.6.10
15662026-06-04T21:17:36.980Z Compiling publicsuffix v2.3.0
15672026-06-04T21:17:36.980Z Compiling sec1 v0.7.3
15682026-06-04T21:17:36.980Z Compiling document-features v0.2.12
15692026-06-04T21:17:36.980Z Compiling nix v0.31.2
15702026-06-04T21:17:36.980Z Compiling pin-project v1.1.11
15712026-06-04T21:17:36.980Z Compiling zerocopy v0.7.35
15722026-06-04T21:17:36.980Z Compiling group v0.13.0
15732026-06-04T21:17:36.980Z Compiling num-iter v0.1.45
15742026-06-04T21:17:36.980Z Compiling newtype-uuid v1.3.2
15752026-06-04T21:17:36.981Z Compiling rand v0.8.6
15762026-06-04T21:17:36.981Z Compiling hubpack_derive v0.1.1
15772026-06-04T21:17:36.981Z Compiling darling v0.21.3
15782026-06-04T21:17:36.981Z Compiling oxnet v0.1.4
15792026-06-04T21:17:36.981Z Compiling derive_builder v0.20.2
15802026-06-04T21:17:36.981Z Compiling hyper-tls v0.6.0
15812026-06-04T21:17:36.982Z Compiling goblin v0.8.2
15822026-06-04T21:17:36.982Z Compiling phf_shared v0.13.1
15832026-06-04T21:17:36.982Z Compiling lazy_static v1.5.0
15842026-06-04T21:17:36.982Z Compiling regex v1.12.3
15852026-06-04T21:17:36.982Z Compiling futures-executor v0.3.32
15862026-06-04T21:17:36.982Z Compiling flate2 v1.1.9
15872026-06-04T21:17:36.982Z Compiling hex v0.4.3
15882026-06-04T21:17:36.982Z Compiling hkdf v0.12.4
15892026-06-04T21:17:36.982Z Compiling crypto-bigint v0.5.5
15902026-06-04T21:17:36.982Z Compiling terminal_size v0.4.3
15912026-06-04T21:17:36.982Z Compiling strum_macros v0.27.2
15922026-06-04T21:17:36.982Z Compiling curve25519-dalek-derive v0.1.1
15932026-06-04T21:17:36.982Z Compiling snafu-derive v0.8.9
15942026-06-04T21:17:36.982Z Compiling daft-derive v0.1.7
15952026-06-04T21:17:36.994Z Compiling ref-cast-impl v1.0.25
15962026-06-04T21:17:36.994Z Compiling vergen v9.1.0
15972026-06-04T21:17:36.994Z Compiling fs-err v3.3.0
15982026-06-04T21:17:36.994Z Compiling cargo-platform v0.3.2
15992026-06-04T21:17:36.994Z Compiling ahash v0.8.12
16002026-06-04T21:17:37.193Z Compiling winnow v0.5.40
16012026-06-04T21:17:37.215Z Compiling bumpalo v3.20.2
16022026-06-04T21:17:37.689Z Compiling same-file v1.0.6
16032026-06-04T21:17:37.697Z Compiling libbz2-rs-sys v0.2.2
16042026-06-04T21:17:37.706Z Compiling unicode-segmentation v1.12.0
16052026-06-04T21:17:37.730Z Compiling foldhash v0.1.5
16062026-06-04T21:17:37.775Z Compiling foldhash v0.2.0
16072026-06-04T21:17:37.899Z Compiling managed v0.8.0
16082026-06-04T21:17:37.999Z Compiling object v0.37.3
16092026-06-04T21:17:38.080Z Compiling bitflags v1.3.2
16102026-06-04T21:17:38.119Z Compiling bzip2 v0.6.1
16112026-06-04T21:17:38.242Z Compiling clap_builder v4.5.60
16122026-06-04T21:17:38.315Z Compiling hashbrown v0.16.1
16132026-06-04T21:17:38.328Z Compiling hashbrown v0.15.5
16142026-06-04T21:17:38.331Z Compiling strum v0.27.2
16152026-06-04T21:17:38.456Z Compiling toml_edit v0.19.15
16162026-06-04T21:17:38.581Z Compiling snafu v0.8.9
16172026-06-04T21:17:38.898Z Compiling walkdir v2.5.0
16182026-06-04T21:17:38.906Z Compiling zopfli v0.8.3
16192026-06-04T21:17:38.951Z Compiling cargo_metadata v0.23.1
16202026-06-04T21:17:38.977Z Compiling dof v0.3.0
16212026-06-04T21:17:39.411Z Compiling elliptic-curve v0.13.8
16222026-06-04T21:17:39.543Z Compiling daft v0.1.7
16232026-06-04T21:17:39.813Z Compiling futures v0.3.32
16242026-06-04T21:17:39.828Z Compiling phf v0.13.1
16252026-06-04T21:17:39.985Z Compiling cookie_store v0.22.1
16262026-06-04T21:17:40.292Z Compiling signal-hook-mio v0.2.5
16272026-06-04T21:17:40.506Z Compiling bzip2 v0.4.4
16282026-06-04T21:17:40.637Z Compiling hubpack v0.1.2
16292026-06-04T21:17:40.734Z Compiling zstd v0.13.3
16302026-06-04T21:17:40.833Z Compiling serde_with_macros v3.17.0
16312026-06-04T21:17:41.025Z Compiling postgres-types v0.2.12
16322026-06-04T21:17:41.098Z Compiling usdt-macro v0.6.0
16332026-06-04T21:17:41.389Z Compiling usdt-attr-macro v0.6.0
16342026-06-04T21:17:41.612Z Compiling globset v0.4.18
16352026-06-04T21:17:41.850Z Compiling dtrace-parser v0.2.0
16362026-06-04T21:17:42.070Z Compiling ed25519 v2.2.3
16372026-06-04T21:17:42.154Z Compiling phf_shared v0.11.3
16382026-06-04T21:17:42.176Z Compiling olpc-cjson v0.1.4
16392026-06-04T21:17:42.294Z Compiling pkcs1 v0.7.5
16402026-06-04T21:17:42.307Z Compiling serde-big-array v0.5.1
16412026-06-04T21:17:42.307Z Compiling serde_plain v1.0.2
16422026-06-04T21:17:42.420Z Compiling rfc6979 v0.4.0
16432026-06-04T21:17:42.460Z Compiling pem v3.0.6
16442026-06-04T21:17:42.548Z Compiling serde_repr v0.1.20
16452026-06-04T21:17:42.599Z Compiling clap_derive v4.5.55
16462026-06-04T21:17:42.646Z Compiling strum_macros v0.26.4
16472026-06-04T21:17:42.700Z Compiling enum-as-inner v0.6.1
16482026-06-04T21:17:42.789Z Compiling async-recursion v1.1.1
16492026-06-04T21:17:42.876Z Compiling float-cmp v0.10.0
16502026-06-04T21:17:43.046Z Compiling memmap2 v0.9.10
16512026-06-04T21:17:43.086Z Compiling thread-id v4.2.2
16522026-06-04T21:17:43.162Z Compiling env_filter v1.0.0
16532026-06-04T21:17:43.198Z Compiling jiff v0.2.21
16542026-06-04T21:17:43.279Z Compiling data-encoding v2.10.0
16552026-06-04T21:17:43.444Z Compiling difflib v0.4.0
16562026-06-04T21:17:43.464Z Compiling keccak v0.1.6
16572026-06-04T21:17:44.066Z Compiling predicates-core v1.0.10
16582026-06-04T21:17:44.183Z Compiling static_assertions v1.1.0
16592026-06-04T21:17:44.183Z Compiling typed-path v0.9.3
16602026-06-04T21:17:44.183Z Compiling fixedbitset v0.4.2
16612026-06-04T21:17:44.286Z Compiling fixedbitset v0.5.7
16622026-06-04T21:17:44.361Z Compiling whoami v2.1.0
16632026-06-04T21:17:44.490Z Compiling either v1.15.0
16642026-06-04T21:17:44.490Z Compiling normalize-line-endings v0.3.0
16652026-06-04T21:17:44.520Z Compiling new_debug_unreachable v1.0.6
16662026-06-04T21:17:44.569Z Compiling precomputed-hash v0.1.1
16672026-06-04T21:17:44.595Z Compiling itertools v0.13.0
16682026-06-04T21:17:44.595Z Compiling tokio-postgres v0.7.16
16692026-06-04T21:17:44.667Z Compiling string_cache v0.8.9
16702026-06-04T21:17:44.695Z Compiling predicates v3.1.4
16712026-06-04T21:17:44.881Z Compiling petgraph v0.8.3
16722026-06-04T21:17:45.351Z Compiling strum v0.26.3
16732026-06-04T21:17:45.429Z Compiling clap v4.5.60
16742026-06-04T21:17:45.456Z Compiling toml_edit v0.22.27
16752026-06-04T21:17:45.456Z Compiling petgraph v0.6.5
16762026-06-04T21:17:46.014Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16772026-06-04T21:17:46.579Z Compiling zip v4.6.1
16782026-06-04T21:17:46.990Z Compiling sha3 v0.10.8
16792026-06-04T21:17:47.039Z Compiling hickory-proto v0.25.2
16802026-06-04T21:17:47.039Z Compiling env_logger v0.11.9
16812026-06-04T21:17:47.039Z Compiling usdt v0.6.0
16822026-06-04T21:17:47.332Z Compiling usdt-impl v0.5.0
16832026-06-04T21:17:47.525Z Compiling ecdsa v0.16.9
16842026-06-04T21:17:47.525Z Compiling rsa v0.9.10
16852026-06-04T21:17:47.708Z Compiling ed25519-dalek v2.2.0
16862026-06-04T21:17:47.935Z Compiling serde_with v3.17.0
16872026-06-04T21:17:47.935Z Compiling crossterm v0.28.1
16882026-06-04T21:17:48.497Z Compiling zip v0.6.6
16892026-06-04T21:17:48.650Z Compiling iddqd v0.4.2
16902026-06-04T21:17:49.039Z Compiling toml v0.7.8
16912026-06-04T21:17:49.611Z Compiling similar v2.7.0
16922026-06-04T21:17:49.805Z Compiling heck v0.4.1
16932026-06-04T21:17:49.805Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-06-04T21:17:49.935Z Compiling crossbeam-epoch v0.9.18
16952026-06-04T21:17:49.936Z Compiling tokio-stream v0.1.18
16962026-06-04T21:17:50.298Z Compiling buf-list v1.1.2
16972026-06-04T21:17:50.312Z Compiling x509-cert v0.2.5
16982026-06-04T21:17:50.336Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16992026-06-04T21:17:50.433Z Compiling openapiv3 v2.2.0
17002026-06-04T21:17:50.461Z Compiling sha1 v0.10.6
17012026-06-04T21:17:50.563Z Compiling lalrpop-util v0.19.12
17022026-06-04T21:17:50.623Z Compiling peg-runtime v0.8.5
17032026-06-04T21:17:50.677Z Compiling thread_local v1.1.9
17042026-06-04T21:17:50.873Z Compiling slog-async v2.8.0
17052026-06-04T21:17:51.019Z Compiling crossbeam-channel v0.5.15
17062026-06-04T21:17:51.019Z Compiling filetime v0.2.27
17072026-06-04T21:17:51.161Z Compiling is-terminal v0.4.17
17082026-06-04T21:17:51.286Z Compiling term v1.2.1
17092026-06-04T21:17:51.358Z Compiling xattr v1.6.1
17102026-06-04T21:17:51.366Z Compiling take_mut v0.2.2
17112026-06-04T21:17:51.389Z Compiling slog-term v2.9.2
17122026-06-04T21:17:51.568Z Compiling tar v0.4.45
17132026-06-04T21:18:01.003Z Compiling rustls-webpki v0.103.9
17142026-06-04T21:18:03.797Z Compiling tokio-rustls v0.26.4
17152026-06-04T21:18:03.797Z Compiling rustls-platform-verifier v0.6.2
17162026-06-04T21:18:04.004Z Compiling hyper-rustls v0.27.7
17172026-06-04T21:18:04.204Z Compiling reqwest v0.12.28
17182026-06-04T21:18:04.214Z Compiling reqwest v0.13.2
17192026-06-04T21:18:05.451Z Compiling tough v0.22.0
17202026-06-04T21:18:08.054Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212026-06-04T21:18:08.260Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222026-06-04T21:18:11.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17232026-06-04T21:18:11.258Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17242026-06-04T21:18:11.313ZJun 04 21:18:10.007 INFO Starting download, target: Cockroach
17252026-06-04T21:18:11.313ZJun 04 21:18:10.007 INFO Starting download, target: Clickhouse
17262026-06-04T21:18:11.313ZJun 04 21:18:10.007 INFO Starting download, target: DendriteStub
17272026-06-04T21:18:11.314ZJun 04 21:18:10.007 INFO Starting download, target: Console
17282026-06-04T21:18:11.322ZJun 04 21:18:10.007 INFO Starting download, target: MaghemiteMgd
17292026-06-04T21:18:11.322ZJun 04 21:18:10.007 INFO Starting download, target: TransceiverControl
17302026-06-04T21:18:11.322ZJun 04 21:18:10.007 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-06-04T21:18:11.322ZJun 04 21:18:10.007 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-06-04T21:18:11.323ZJun 04 21:18:10.007 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-06-04T21:18:11.323ZJun 04 21:18:10.007 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-06-04T21:18:11.323ZJun 04 21:18:10.007 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-06-04T21:18:11.323ZJun 04 21:18:10.007 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-06-04T21:18:12.300ZJun 04 21:18:10.871 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372026-06-04T21:18:12.664ZJun 04 21:18:11.107 INFO Download complete, target: Console
17382026-06-04T21:18:14.148ZJun 04 21:18:12.845 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17392026-06-04T21:18:20.878ZJun 04 21:18:19.577 INFO Checking that binary works, target: Clickhouse
17402026-06-04T21:18:21.076ZJun 04 21:18:19.707 INFO Download complete, target: Clickhouse
17412026-06-04T21:18:53.056ZJun 04 21:18:51.664 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-06-04T21:18:53.186ZJun 04 21:18:51.870 INFO Download complete, target: TransceiverControl
17432026-06-04T21:18:55.397ZJun 04 21:18:54.070 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-06-04T21:18:55.409ZJun 04 21:18:54.093 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-06-04T21:18:56.028ZJun 04 21:18:54.723 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-06-04T21:18:56.028ZJun 04 21:18:54.723 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-06-04T21:18:57.798ZJun 04 21:18:56.497 INFO Download complete, target: DendriteStub
17482026-06-04T21:18:57.805ZJun 04 21:18:56.502 INFO Download complete, target: MaghemiteMgd
17492026-06-04T21:19:00.656ZJun 04 21:18:59.353 INFO Checking that binary works, target: Cockroach
17502026-06-04T21:19:00.789ZJun 04 21:18:59.482 INFO Download complete, target: Cockroach
17512026-06-04T21:19:00.800ZAll builder prerequisites installed successfully, and PATH looks valid
17522026-06-04T21:19:00.805Z
17532026-06-04T21:19:00.805Zreal 3:03.969011001
17542026-06-04T21:19:00.805Zuser 6:57.410817160
17552026-06-04T21:19:00.805Zsys 1:22.974618288
17562026-06-04T21:19:00.805Ztrap 0.225105067
17572026-06-04T21:19:00.805Ztflt 0.678349045
17582026-06-04T21:19:00.805Zdflt 0.686385448
17592026-06-04T21:19:00.805Zkflt 0.030120530
17602026-06-04T21:19:00.805Zlock 30:23.655941730
17612026-06-04T21:19:00.805Zslp 22:56.902249234
17622026-06-04T21:19:00.805Zlat 45.264984844
17632026-06-04T21:19:00.805Zstop 1:55.354098999
17642026-06-04T21:19:00.805Z+ banner clippy
17652026-06-04T21:19:00.805Z
17662026-06-04T21:19:00.805Z #### # # ##### ##### # #
17672026-06-04T21:19:00.805Z # # # # # # # # # #
17682026-06-04T21:19:00.805Z # # # # # # # #
17692026-06-04T21:19:00.805Z # # # ##### ##### #
17702026-06-04T21:19:00.806Z # # # # # # #
17712026-06-04T21:19:00.806Z #### ###### # # # #
17722026-06-04T21:19:00.806Z
17732026-06-04T21:19:00.806Z+ export CARGO_INCREMENTAL=0
17742026-06-04T21:19:00.806Z+ CARGO_INCREMENTAL=0
17752026-06-04T21:19:00.806Z+ ptime -m cargo xtask clippy
17762026-06-04T21:19:01.330Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17772026-06-04T21:19:01.584Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17782026-06-04T21:19:03.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17792026-06-04T21:19:03.602Z Running `target/debug/xtask clippy`
17802026-06-04T21:19:03.651Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17812026-06-04T21:19:04.150Z Downloading crates ...
17822026-06-04T21:19:04.518Z Downloaded escape8259 v0.5.3
17832026-06-04T21:19:04.550Z Downloaded event-listener-strategy v0.5.4
17842026-06-04T21:19:04.550Z Downloaded addr2line v0.25.1
17852026-06-04T21:19:04.550Z Downloaded criterion-plot v0.6.0
17862026-06-04T21:19:04.550Z Downloaded anes v0.1.6
17872026-06-04T21:19:04.550Z Downloaded event-listener v5.4.1
17882026-06-04T21:19:04.550Z Downloaded datatest-stable v0.3.3
17892026-06-04T21:19:04.550Z Downloaded supports-hyperlinks v2.1.0
17902026-06-04T21:19:04.550Z Downloaded path-tree v0.8.3
17912026-06-04T21:19:04.550Z Downloaded gimli v0.32.3
17922026-06-04T21:19:04.550Z Downloaded futures-timer v3.0.3
17932026-06-04T21:19:04.550Z Downloaded textwrap v0.15.2
17942026-06-04T21:19:04.550Z Downloaded relative-path v1.9.3
17952026-06-04T21:19:04.550Z Downloaded plotters-svg v0.3.7
17962026-06-04T21:19:04.550Z Downloaded assert-json-diff v2.0.2
17972026-06-04T21:19:04.550Z Downloaded tokio-test v0.4.5
17982026-06-04T21:19:04.550Z Downloaded target-triple v1.0.0
17992026-06-04T21:19:04.550Z Downloaded target-lexicon v0.13.3
18002026-06-04T21:19:04.550Z Downloaded similar-asserts v1.7.0
18012026-06-04T21:19:04.550Z Downloaded pathdiff v0.2.3
18022026-06-04T21:19:04.550Z Downloaded backtrace-ext v0.2.1
18032026-06-04T21:19:04.550Z Downloaded owo-colors v3.5.0
18042026-06-04T21:19:04.550Z Downloaded parking v2.2.1
18052026-06-04T21:19:04.550Z Downloaded guppy-workspace-hack v0.1.0
18062026-06-04T21:19:04.550Z Downloaded nested v0.1.1
18072026-06-04T21:19:04.550Z Downloaded cast v0.3.0
18082026-06-04T21:19:04.550Z Downloaded plotters-backend v0.3.7
18092026-06-04T21:19:04.550Z Downloaded serde_regex v1.1.0
18102026-06-04T21:19:04.550Z Downloaded supports-unicode v2.1.0
18112026-06-04T21:19:04.550Z Downloaded miette-derive v5.10.0
18122026-06-04T21:19:04.551Z Downloaded linkme-impl v0.3.35
18132026-06-04T21:19:04.551Z Downloaded constant_time_eq v0.3.1
18142026-06-04T21:19:04.551Z Downloaded rust-argon2 v2.1.0
18152026-06-04T21:19:04.551Z Downloaded linkme v0.3.35
18162026-06-04T21:19:04.551Z Downloaded supports-color v2.1.0
18172026-06-04T21:19:04.551Z Downloaded async-object-pool v0.2.0
18182026-06-04T21:19:04.551Z Downloaded approx v0.5.1
18192026-06-04T21:19:04.551Z Downloaded async-lock v3.4.2
18202026-06-04T21:19:04.551Z Downloaded target-spec v3.5.7
18212026-06-04T21:19:04.551Z Downloaded terminal_size v0.1.17
18222026-06-04T21:19:04.551Z Downloaded termcolor v1.4.1
18232026-06-04T21:19:04.551Z Downloaded oorandom v11.1.5
18242026-06-04T21:19:04.551Z Downloaded stringmetrics v2.2.2
18252026-06-04T21:19:04.551Z Downloaded knuffel-derive v3.2.0
18262026-06-04T21:19:04.551Z Downloaded partial-io v0.5.4
18272026-06-04T21:19:04.551Z Downloaded tinytemplate v1.2.1
18282026-06-04T21:19:04.551Z Downloaded libtest-mimic v0.8.1
18292026-06-04T21:19:04.551Z Downloaded assert_cmd v2.1.2
18302026-06-04T21:19:04.551Z Downloaded concurrent-queue v2.5.0
18312026-06-04T21:19:04.551Z Downloaded rustc-demangle v0.1.27
18322026-06-04T21:19:04.551Z Downloaded cfg-expr v0.20.6
18332026-06-04T21:19:04.551Z Downloaded trybuild v1.0.116
18342026-06-04T21:19:04.551Z Downloaded miette v5.10.0
18352026-06-04T21:19:04.551Z Downloaded httptest v0.16.4
18362026-06-04T21:19:04.551Z Downloaded rstest v0.25.0
18372026-06-04T21:19:04.551Z Downloaded hickory-client v0.25.2
18382026-06-04T21:19:04.551Z Downloaded blake2b_simd v1.0.4
18392026-06-04T21:19:04.551Z Downloaded chumsky v0.9.3
18402026-06-04T21:19:04.551Z Downloaded rstest_macros v0.25.0
18412026-06-04T21:19:04.551Z Downloaded knuffel v3.2.0
18422026-06-04T21:19:04.551Z Downloaded backtrace v0.3.76
18432026-06-04T21:19:04.551Z Downloaded criterion v0.7.0
18442026-06-04T21:19:04.551Z Downloaded rand_distr v0.5.1
18452026-06-04T21:19:04.551Z Downloaded fancy-regex v0.14.0
18462026-06-04T21:19:04.552Z Downloaded guppy v0.17.25
18472026-06-04T21:19:04.552Z Downloaded plotters v0.3.7
18482026-06-04T21:19:04.552Z Downloaded hashbrown v0.14.5
18492026-06-04T21:19:04.609Z Downloaded httpmock v0.8.3
18502026-06-04T21:19:06.279Z Checking cfg-if v1.0.4
18512026-06-04T21:19:06.636Z Checking libc v0.2.185
18522026-06-04T21:19:06.639Z Checking serde_core v1.0.228
18532026-06-04T21:19:06.706Z Checking memchr v2.8.0
18542026-06-04T21:19:06.745Z Checking smallvec v1.15.1
18552026-06-04T21:19:06.784Z Checking itoa v1.0.17
18562026-06-04T21:19:06.787Z Checking log v0.4.29
18572026-06-04T21:19:06.866Z Checking zeroize v1.8.2
18582026-06-04T21:19:06.904Z Checking libm v0.2.16
18592026-06-04T21:19:06.955Z Checking scopeguard v1.2.0
18602026-06-04T21:19:06.995Z Checking stable_deref_trait v1.2.1
18612026-06-04T21:19:07.046Z Checking zmij v1.0.21
18622026-06-04T21:19:07.073Z Checking errno v0.3.14
18632026-06-04T21:19:07.073Z Checking getrandom v0.2.17
18642026-06-04T21:19:07.145Z Checking lock_api v0.4.14
18652026-06-04T21:19:07.173Z Checking zerofrom v0.1.6
18662026-06-04T21:19:07.267Z Checking percent-encoding v2.3.2
18672026-06-04T21:19:07.272Z Checking litemap v0.8.1
18682026-06-04T21:19:07.288Z Checking writeable v0.6.2
18692026-06-04T21:19:07.318Z Checking yoke v0.8.1
18702026-06-04T21:19:07.353Z Checking icu_properties_data v2.1.2
18712026-06-04T21:19:07.389Z Checking icu_normalizer_data v2.1.1
18722026-06-04T21:19:07.423Z Checking subtle v2.6.1
18732026-06-04T21:19:07.459Z Checking form_urlencoded v1.2.2
18742026-06-04T21:19:07.497Z Checking utf8_iter v1.0.4
18752026-06-04T21:19:07.536Z Checking pin-project-lite v0.2.17
18762026-06-04T21:19:07.540Z Checking zerovec v0.11.5
18772026-06-04T21:19:07.541Z Checking zerotrie v0.2.3
18782026-06-04T21:19:07.633Z Checking num-traits v0.2.19
18792026-06-04T21:19:07.671Z Checking rand_core v0.6.4
18802026-06-04T21:19:07.703Z Checking parking_lot_core v0.9.12
18812026-06-04T21:19:07.741Z Checking zerocopy v0.8.40
18822026-06-04T21:19:07.741Z Checking rand_core v0.10.0
18832026-06-04T21:19:07.869Z Checking portable-atomic v1.13.1
18842026-06-04T21:19:07.906Z Checking signal-hook-registry v1.4.8
18852026-06-04T21:19:07.941Z Checking getrandom v0.4.1
18862026-06-04T21:19:07.944Z Checking parking_lot v0.12.5
18872026-06-04T21:19:08.022Z Checking tinystr v0.8.2
18882026-06-04T21:19:08.094Z Checking potential_utf v0.1.4
18892026-06-04T21:19:08.144Z Checking critical-section v1.2.0
18902026-06-04T21:19:08.181Z Checking serde v1.0.228
18912026-06-04T21:19:08.181Z Checking serde_json v1.0.149
18922026-06-04T21:19:08.184Z Checking bitflags v2.11.0
18932026-06-04T21:19:08.280Z Checking icu_locale_core v2.1.1
18942026-06-04T21:19:08.283Z Checking icu_collections v2.1.1
18952026-06-04T21:19:08.353Z Checking once_cell v1.21.3
18962026-06-04T21:19:08.394Z Checking mio v1.2.0
18972026-06-04T21:19:08.441Z Checking socket2 v0.6.3
18982026-06-04T21:19:08.567Z Checking typenum v1.19.0
18992026-06-04T21:19:08.681Z Checking bytes v1.11.1
19002026-06-04T21:19:08.712Z Checking iana-time-zone v0.1.65
19012026-06-04T21:19:08.754Z Checking thiserror v2.0.18
19022026-06-04T21:19:08.801Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19032026-06-04T21:19:08.848Z Checking chrono v0.4.44
19042026-06-04T21:19:08.885Z Checking icu_provider v2.1.1
19052026-06-04T21:19:08.888Z Checking uuid v1.23.0
19062026-06-04T21:19:08.956Z Checking semver v1.0.28
19072026-06-04T21:19:09.071Z Checking futures-core v0.3.32
19082026-06-04T21:19:09.125Z Checking generic-array v0.14.7
19092026-06-04T21:19:09.130Z Checking tokio v1.52.1
19102026-06-04T21:19:09.191Z Checking equivalent v1.0.2
19112026-06-04T21:19:09.194Z Checking icu_properties v2.1.2
19122026-06-04T21:19:09.254Z Checking icu_normalizer v2.1.1
19132026-06-04T21:19:09.257Z Checking dyn-clone v1.0.20
19142026-06-04T21:19:09.320Z Checking const-oid v0.9.6
19152026-06-04T21:19:09.415Z Checking futures-sink v0.3.32
19162026-06-04T21:19:09.542Z Checking futures-channel v0.3.32
19172026-06-04T21:19:09.582Z Checking slab v0.4.12
19182026-06-04T21:19:09.585Z Checking crypto-common v0.1.7
19192026-06-04T21:19:09.720Z Checking block-buffer v0.10.4
19202026-06-04T21:19:09.761Z Checking futures-io v0.3.32
19212026-06-04T21:19:09.764Z Checking futures-task v0.3.32
19222026-06-04T21:19:09.764Z Checking rustix v1.1.3
19232026-06-04T21:19:09.908Z Checking byteorder v1.5.0
19242026-06-04T21:19:09.919Z Checking hashbrown v0.17.0
19252026-06-04T21:19:09.989Z Checking futures-util v0.3.32
19262026-06-04T21:19:10.047Z Checking digest v0.10.7
19272026-06-04T21:19:10.082Z Checking idna_adapter v1.2.1
19282026-06-04T21:19:10.115Z Checking cpufeatures v0.2.17
19292026-06-04T21:19:10.213Z Checking thiserror v1.0.69
19302026-06-04T21:19:10.248Z Checking idna v1.1.0
19312026-06-04T21:19:10.281Z Checking getrandom v0.3.4
19322026-06-04T21:19:10.341Z Checking fnv v1.0.7
19332026-06-04T21:19:10.412Z Checking indexmap v2.14.0
19342026-06-04T21:19:10.455Z Checking regex-syntax v0.8.10
19352026-06-04T21:19:10.490Z Checking http v1.4.0
19362026-06-04T21:19:10.526Z Checking url v2.5.8
19372026-06-04T21:19:10.530Z Checking ppv-lite86 v0.2.21
19382026-06-04T21:19:10.649Z Checking tracing-core v0.1.36
19392026-06-04T21:19:10.877Z Checking base64 v0.22.1
19402026-06-04T21:19:10.977Z Checking tracing v0.1.44
19412026-06-04T21:19:11.013Z Checking schemars v0.8.22
19422026-06-04T21:19:11.016Z Checking ipnet v2.11.0
19432026-06-04T21:19:11.079Z Checking untrusted v0.9.0
19442026-06-04T21:19:11.140Z Checking utf8parse v0.2.2
19452026-06-04T21:19:11.212Z Checking unicode-ident v1.0.24
19462026-06-04T21:19:11.216Z Checking anstyle v1.0.13
19472026-06-04T21:19:11.356Z Checking ring v0.17.14
19482026-06-04T21:19:11.373Z Checking base64ct v1.8.3
19492026-06-04T21:19:11.386Z Checking proc-macro2 v1.0.106
19502026-06-04T21:19:11.455Z Checking anstyle-parse v0.2.7
19512026-06-04T21:19:11.592Z Checking block-padding v0.3.3
19522026-06-04T21:19:11.635Z Checking aho-corasick v1.1.4
19532026-06-04T21:19:11.687Z Checking colorchoice v1.0.4
19542026-06-04T21:19:11.723Z Checking quote v1.0.45
19552026-06-04T21:19:11.758Z Checking anstyle-query v1.1.5
19562026-06-04T21:19:11.792Z Checking is_terminal_polyfill v1.70.2
19572026-06-04T21:19:11.827Z Checking inout v0.1.4
19582026-06-04T21:19:11.877Z Checking rustls-pki-types v1.14.0
19592026-06-04T21:19:11.914Z Checking anstream v0.6.21
19602026-06-04T21:19:11.917Z Checking httparse v1.10.1
19612026-06-04T21:19:11.917Z Checking syn v2.0.117
19622026-06-04T21:19:12.014Z Checking cipher v0.4.4
19632026-06-04T21:19:12.138Z Checking terminal_size v0.4.3
19642026-06-04T21:19:12.197Z Checking crossbeam-utils v0.8.21
19652026-06-04T21:19:12.231Z Checking clap_lex v1.0.0
19662026-06-04T21:19:12.266Z Checking allocator-api2 v0.2.21
19672026-06-04T21:19:12.301Z Checking strsim v0.11.1
19682026-06-04T21:19:12.304Z Checking pem-rfc7468 v0.7.0
19692026-06-04T21:19:12.369Z Checking regex-automata v0.4.14
19702026-06-04T21:19:12.372Z Checking tokio-util v0.7.18
19712026-06-04T21:19:12.436Z Checking http-body v1.0.1
19722026-06-04T21:19:12.489Z Checking clap_builder v4.5.60
19732026-06-04T21:19:12.524Z Checking sha2 v0.10.9
19742026-06-04T21:19:12.558Z Checking powerfmt v0.2.0
19752026-06-04T21:19:12.594Z Checking atomic-waker v1.1.2
19762026-06-04T21:19:12.597Z Checking rand_core v0.9.5
19772026-06-04T21:19:12.723Z Checking hmac v0.12.1
19782026-06-04T21:19:12.758Z Checking deranged v0.5.8
19792026-06-04T21:19:12.822Z Checking try-lock v0.2.5
19802026-06-04T21:19:12.858Z Checking num_threads v0.1.7
19812026-06-04T21:19:12.892Z Checking time-core v0.1.8
19822026-06-04T21:19:12.950Z Checking num-conv v0.2.0
19832026-06-04T21:19:12.985Z Checking httpdate v1.0.3
19842026-06-04T21:19:13.028Z Checking h2 v0.4.13
19852026-06-04T21:19:13.064Z Checking want v0.3.1
19862026-06-04T21:19:13.099Z Checking flagset v0.4.7
19872026-06-04T21:19:13.153Z Checking tower-layer v0.3.3
19882026-06-04T21:19:13.210Z Checking ryu v1.0.23
19892026-06-04T21:19:13.248Z Checking tower-service v0.3.3
19902026-06-04T21:19:13.351Z Checking pin-utils v0.1.0
19912026-06-04T21:19:13.384Z Checking der v0.7.10
19922026-06-04T21:19:13.387Z Checking rand_chacha v0.9.0
19932026-06-04T21:19:13.458Z Checking erased-serde v0.3.31
19942026-06-04T21:19:13.646Z Checking mime v0.3.17
19952026-06-04T21:19:13.707Z Checking time v0.3.47
19962026-06-04T21:19:13.762Z Checking clap v4.5.60
19972026-06-04T21:19:13.848Z Checking rand v0.9.2
19982026-06-04T21:19:13.884Z Checking slog v2.8.2
19992026-06-04T21:19:13.887Z Checking spin v0.9.8
20002026-06-04T21:19:14.124Z Checking anyhow v1.0.102
20012026-06-04T21:19:14.159Z Checking http-body-util v0.1.3
20022026-06-04T21:19:14.197Z Checking aws-lc-sys v0.40.0
20032026-06-04T21:19:14.199Z Checking untrusted v0.7.1
20042026-06-04T21:19:14.264Z Checking fastrand v2.3.0
20052026-06-04T21:19:14.348Z Checking openssl-probe v0.2.1
20062026-06-04T21:19:14.385Z Checking spki v0.7.3
20072026-06-04T21:19:14.388Z Checking serde_urlencoded v0.7.1
20082026-06-04T21:19:14.451Z Checking pbkdf2 v0.12.2
20092026-06-04T21:19:14.486Z Checking aes v0.8.4
20102026-06-04T21:19:14.490Z Checking encoding_rs v0.8.35
20112026-06-04T21:19:14.579Z Checking regex v1.12.3
20122026-06-04T21:19:14.614Z Checking salsa20 v0.10.2
20132026-06-04T21:19:14.650Z Checking cbc v0.1.2
20142026-06-04T21:19:14.725Z Checking aws-lc-rs v1.16.3
20152026-06-04T21:19:14.775Z Checking rand_chacha v0.3.1
20162026-06-04T21:19:14.810Z Checking hex v0.4.3
20172026-06-04T21:19:14.851Z Checking simd-adler32 v0.3.8
20182026-06-04T21:19:14.886Z Checking pretty-hex v0.4.1
20192026-06-04T21:19:14.982Z Checking scrypt v0.11.0
20202026-06-04T21:19:15.020Z Checking rand v0.8.6
20212026-06-04T21:19:15.063Z Checking tempfile v3.25.0
20222026-06-04T21:19:15.104Z Checking ipnetwork v0.21.1
20232026-06-04T21:19:15.153Z Checking plain v0.2.3
20242026-06-04T21:19:15.156Z Checking adler2 v2.0.1
20252026-06-04T21:19:15.286Z Checking pkcs5 v0.7.1
20262026-06-04T21:19:15.321Z Checking rustls-native-certs v0.8.3
20272026-06-04T21:19:15.354Z Checking miniz_oxide v0.8.9
20282026-06-04T21:19:15.390Z Checking sync_wrapper v1.0.2
20292026-06-04T21:19:15.525Z Checking ucd-trie v0.1.7
20302026-06-04T21:19:15.534Z Checking webpki-roots v1.0.6
20312026-06-04T21:19:15.544Z Checking tower v0.5.3
20322026-06-04T21:19:15.578Z Checking camino v1.2.2
20332026-06-04T21:19:15.581Z Checking rustls-webpki v0.103.9
20342026-06-04T21:19:15.581Z Checking pkcs8 v0.10.2
20352026-06-04T21:19:15.675Z Checking pest v2.8.6
20362026-06-04T21:19:15.678Z Checking iri-string v0.7.10
20372026-06-04T21:19:15.742Z Checking foldhash v0.2.0
20382026-06-04T21:19:15.746Z Checking hyper v1.8.1
20392026-06-04T21:19:15.841Z Checking futures-executor v0.3.32
20402026-06-04T21:19:15.844Z Checking either v1.15.0
20412026-06-04T21:19:15.924Z Checking hashbrown v0.16.1
20422026-06-04T21:19:15.960Z Checking openapiv3 v2.2.0
20432026-06-04T21:19:16.018Z Checking futures v0.3.32
20442026-06-04T21:19:16.053Z Checking rustls v0.23.37
20452026-06-04T21:19:16.088Z Checking crc32fast v1.5.0
20462026-06-04T21:19:16.123Z Checking static_assertions v1.1.0
20472026-06-04T21:19:16.223Z Checking oxnet v0.1.4
20482026-06-04T21:19:16.260Z Checking lazy_static v1.5.0
20492026-06-04T21:19:16.379Z Checking signature v2.2.0
20502026-06-04T21:19:16.461Z Checking winnow v0.7.14
20512026-06-04T21:19:16.498Z Checking hubpack v0.1.2
20522026-06-04T21:19:16.541Z Checking zlib-rs v0.6.2
20532026-06-04T21:19:16.692Z Checking strum v0.26.3
20542026-06-04T21:19:16.695Z Checking hyper-util v0.1.20
20552026-06-04T21:19:16.760Z Checking tower-http v0.6.8
20562026-06-04T21:19:16.764Z Checking tinyvec_macros v0.1.1
20572026-06-04T21:19:16.832Z Checking psl-types v2.0.11
20582026-06-04T21:19:16.867Z Checking tinyvec v1.10.0
20592026-06-04T21:19:16.976Z Checking publicsuffix v2.3.0
20602026-06-04T21:19:17.086Z Checking cookie v0.18.1
20612026-06-04T21:19:17.162Z Checking sha1 v0.10.6
20622026-06-04T21:19:17.198Z Checking num-integer v0.1.46
20632026-06-04T21:19:17.265Z Checking scroll v0.13.0
20642026-06-04T21:19:17.347Z Checking data-encoding v2.10.0
20652026-06-04T21:19:17.382Z Checking cookie_store v0.22.1
20662026-06-04T21:19:17.448Z Checking serde_spanned v0.6.9
20672026-06-04T21:19:17.484Z Checking flate2 v1.1.9
20682026-06-04T21:19:17.519Z Checking goblin v0.10.5
20692026-06-04T21:19:17.604Z Checking toml_datetime v0.6.11
20702026-06-04T21:19:17.648Z Checking memmap2 v0.9.10
20712026-06-04T21:19:17.652Z Checking foreign-types-shared v0.1.1
20722026-06-04T21:19:17.736Z Checking bit-vec v0.8.0
20732026-06-04T21:19:17.791Z Checking base16ct v0.2.0
20742026-06-04T21:19:17.915Z Checking foreign-types v0.3.2
20752026-06-04T21:19:17.923Z Checking dtrace-parser v0.3.0
20762026-06-04T21:19:17.923Z Checking ff v0.13.1
20772026-06-04T21:19:17.944Z Checking sec1 v0.7.3
20782026-06-04T21:19:17.980Z Checking openssl-sys v0.9.115
20792026-06-04T21:19:17.983Z Checking bit-set v0.8.0
20802026-06-04T21:19:18.048Z Checking thread-id v5.1.0
20812026-06-04T21:19:18.051Z Checking wait-timeout v0.2.1
20822026-06-04T21:19:18.116Z Checking group v0.13.0
20832026-06-04T21:19:18.156Z Checking num-iter v0.1.45
20842026-06-04T21:19:18.192Z Checking bstr v1.12.1
20852026-06-04T21:19:18.195Z Checking hkdf v0.12.4
20862026-06-04T21:19:18.266Z Checking crossbeam-epoch v0.9.18
20872026-06-04T21:19:18.294Z Checking ahash v0.8.12
20882026-06-04T21:19:18.301Z Checking crypto-bigint v0.5.5
20892026-06-04T21:19:18.389Z Checking quick-error v1.2.3
20902026-06-04T21:19:18.424Z Checking openssl v0.10.79
20912026-06-04T21:19:18.460Z Checking tokio-rustls v0.26.4
20922026-06-04T21:19:18.520Z Checking rustls-platform-verifier v0.6.2
20932026-06-04T21:19:18.542Z Checking rusty-fork v0.3.1
20942026-06-04T21:19:18.542Z Checking rand_xorshift v0.4.0
20952026-06-04T21:19:18.624Z Checking scroll v0.12.0
20962026-06-04T21:19:18.687Z Checking unarray v0.1.4
20972026-06-04T21:19:18.723Z Checking num-bigint-dig v0.8.6
20982026-06-04T21:19:18.726Z Checking hyper-rustls v0.27.7
20992026-06-04T21:19:18.789Z Checking pkcs1 v0.7.5
21002026-06-04T21:19:18.824Z Checking proptest v1.10.0
21012026-06-04T21:19:18.876Z Checking goblin v0.8.2
21022026-06-04T21:19:18.991Z Checking reqwest v0.13.2
21032026-06-04T21:19:19.028Z Checking x509-cert v0.2.5
21042026-06-04T21:19:19.250Z Checking elliptic-curve v0.13.8
21052026-06-04T21:19:19.578Z Checking zerocopy v0.7.35
21062026-06-04T21:19:19.615Z Checking unicode-segmentation v1.12.0
21072026-06-04T21:19:19.694Z Checking rsa v0.9.10
21082026-06-04T21:19:19.830Z Checking dtrace-parser v0.2.0
21092026-06-04T21:19:19.909Z Checking dof v0.4.0
21102026-06-04T21:19:19.952Z Checking rfc6979 v0.4.0
21112026-06-04T21:19:20.094Z Checking memoffset v0.9.1
21122026-06-04T21:19:20.096Z Checking thread-id v4.2.2
21132026-06-04T21:19:20.097Z Checking ecdsa v0.16.9
21142026-06-04T21:19:20.310Z Checking curve25519-dalek v4.1.3
21152026-06-04T21:19:20.321Z Checking rustix v0.38.44
21162026-06-04T21:19:20.321Z Checking env_filter v1.0.0
21172026-06-04T21:19:20.443Z Checking same-file v1.0.6
21182026-06-04T21:19:20.481Z Checking native-tls v0.2.18
21192026-06-04T21:19:20.514Z Checking keccak v0.1.6
21202026-06-04T21:19:20.566Z Checking usdt-impl v0.6.0
21212026-06-04T21:19:20.603Z Checking toml_write v0.1.2
21222026-06-04T21:19:20.606Z Checking newtype-uuid v1.3.2
21232026-06-04T21:19:20.685Z Checking tokio-native-tls v0.3.1
21242026-06-04T21:19:20.720Z Checking sha3 v0.10.8
21252026-06-04T21:19:20.773Z Checking dof v0.3.0
21262026-06-04T21:19:20.809Z Checking toml_edit v0.22.27
21272026-06-04T21:19:20.859Z Checking daft v0.1.7
21282026-06-04T21:19:20.895Z Checking hyper-tls v0.6.0
21292026-06-04T21:19:20.898Z Checking usdt v0.6.0
21302026-06-04T21:19:20.962Z Checking walkdir v2.5.0
21312026-06-04T21:19:20.999Z Checking env_logger v0.11.9
21322026-06-04T21:19:21.038Z Checking ed25519 v2.2.3
21332026-06-04T21:19:21.078Z Checking usdt-impl v0.5.0
21342026-06-04T21:19:21.113Z Checking reqwest v0.12.28
21352026-06-04T21:19:21.155Z Checking itertools v0.13.0
21362026-06-04T21:19:21.161Z Checking serde_with v3.17.0
21372026-06-04T21:19:21.161Z Checking siphasher v1.0.2
21382026-06-04T21:19:21.248Z Checking bitflags v1.3.2
21392026-06-04T21:19:21.251Z Checking ed25519-dalek v2.2.0
21402026-06-04T21:19:21.352Z Checking nix v0.31.2
21412026-06-04T21:19:21.473Z Checking toml_parser v1.0.9+spec-1.1.0
21422026-06-04T21:19:21.481Z Checking unicode-normalization v0.1.25
21432026-06-04T21:19:21.536Z Checking signal-hook v0.3.18
21442026-06-04T21:19:21.743Z Checking managed v0.8.0
21452026-06-04T21:19:21.781Z Checking winnow v0.5.40
21462026-06-04T21:19:21.854Z Checking bzip2-sys v0.1.13+1.0.8
21472026-06-04T21:19:21.911Z Checking object v0.37.3
21482026-06-04T21:19:21.955Z Checking foldhash v0.1.5
21492026-06-04T21:19:21.992Z Checking bzip2 v0.4.4
21502026-06-04T21:19:21.995Z Checking signal-hook-mio v0.2.5
21512026-06-04T21:19:22.118Z Checking hashbrown v0.15.5
21522026-06-04T21:19:22.157Z Checking globset v0.4.18
21532026-06-04T21:19:22.192Z Checking ref-cast v1.0.25
21542026-06-04T21:19:22.195Z Checking zstd-sys v2.0.16+zstd.1.5.7
21552026-06-04T21:19:22.362Z Checking zip v0.6.6
21562026-06-04T21:19:22.368Z Checking zstd-safe v7.2.4
21572026-06-04T21:19:22.434Z Checking pin-project v1.1.11
21582026-06-04T21:19:22.437Z Checking libbz2-rs-sys v0.2.2
21592026-06-04T21:19:22.560Z Checking bumpalo v3.20.2
21602026-06-04T21:19:22.563Z Checking zstd v0.13.3
21612026-06-04T21:19:22.630Z Checking crossterm v0.28.1
21622026-06-04T21:19:22.633Z Checking similar v2.7.0
21632026-06-04T21:19:22.696Z Checking tokio-stream v0.1.18
21642026-06-04T21:19:22.786Z Checking zopfli v0.8.3
21652026-06-04T21:19:22.823Z Checking fs-err v3.3.0
21662026-06-04T21:19:22.878Z Checking bzip2 v0.6.1
21672026-06-04T21:19:22.941Z Checking toml_edit v0.19.15
21682026-06-04T21:19:23.072Z Checking pem v3.0.6
21692026-06-04T21:19:23.075Z Checking hash32 v0.2.1
21702026-06-04T21:19:23.141Z Checking serde-big-array v0.5.1
21712026-06-04T21:19:23.144Z Checking unicode-bidi v0.3.18
21722026-06-04T21:19:23.174Z Checking jiff v0.2.21
21732026-06-04T21:19:23.253Z Checking predicates-core v1.0.10
21742026-06-04T21:19:23.304Z Checking unicode-properties v0.1.4
21752026-06-04T21:19:23.307Z Checking heapless v0.7.17
21762026-06-04T21:19:23.375Z Checking snafu v0.8.9
21772026-06-04T21:19:23.417Z Checking olpc-cjson v0.1.4
21782026-06-04T21:19:23.520Z Checking hickory-proto v0.25.2
21792026-06-04T21:19:23.557Z Checking stringprep v0.1.5
21802026-06-04T21:19:23.591Z Checking md-5 v0.10.6
21812026-06-04T21:19:23.647Z Checking serde_plain v1.0.2
21822026-06-04T21:19:23.740Z Checking float-cmp v0.10.0
21832026-06-04T21:19:23.777Z Checking fallible-iterator v0.2.0
21842026-06-04T21:19:23.810Z Checking normalize-line-endings v0.3.0
21852026-06-04T21:19:23.847Z Checking difflib v0.4.0
21862026-06-04T21:19:23.895Z Checking typed-path v0.9.3
21872026-06-04T21:19:23.930Z Checking smoltcp v0.9.1
21882026-06-04T21:19:24.009Z Checking toml v0.7.8
21892026-06-04T21:19:24.056Z Checking predicates v3.1.4
21902026-06-04T21:19:24.091Z Checking postgres-protocol v0.6.10
21912026-06-04T21:19:24.247Z Checking iddqd v0.4.2
21922026-06-04T21:19:24.346Z Checking phf_shared v0.11.3
21932026-06-04T21:19:24.389Z Checking phf_shared v0.13.1
21942026-06-04T21:19:24.435Z Checking buf-list v1.1.2
21952026-06-04T21:19:24.548Z Checking strum v0.27.2
21962026-06-04T21:19:24.555Z Checking new_debug_unreachable v1.0.6
21972026-06-04T21:19:24.609Z Checking fixedbitset v0.4.2
21982026-06-04T21:19:24.651Z Checking precomputed-hash v0.1.1
21992026-06-04T21:19:24.654Z Checking fixedbitset v0.5.7
22002026-06-04T21:19:24.719Z Checking lalrpop-util v0.19.12
22012026-06-04T21:19:24.722Z Checking tough v0.22.0
22022026-06-04T21:19:24.785Z Checking string_cache v0.8.9
22032026-06-04T21:19:24.820Z Checking petgraph v0.6.5
22042026-06-04T21:19:24.908Z Checking petgraph v0.8.3
22052026-06-04T21:19:24.941Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22062026-06-04T21:19:24.980Z Checking phf v0.13.1
22072026-06-04T21:19:25.163Z Checking postgres-types v0.2.12
22082026-06-04T21:19:25.201Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22092026-06-04T21:19:25.491Z Checking zip v4.6.1
22102026-06-04T21:19:25.532Z Checking whoami v2.1.0
22112026-06-04T21:19:25.535Z Checking peg-runtime v0.8.5
22122026-06-04T21:19:25.777Z Checking tokio-postgres v0.7.16
22132026-06-04T21:19:25.856Z Checking is-terminal v0.4.17
22142026-06-04T21:19:25.982Z Checking crossbeam-channel v0.5.15
22152026-06-04T21:19:26.074Z Compiling structmeta-derive v0.3.0
22162026-06-04T21:19:26.111Z Checking thread_local v1.1.9
22172026-06-04T21:19:26.297Z Checking term v1.2.1
22182026-06-04T21:19:26.334Z Checking take_mut v0.2.2
22192026-06-04T21:19:26.368Z Compiling newtype-uuid-macros v0.1.0
22202026-06-04T21:19:26.471Z Checking slog-async v2.8.0
22212026-06-04T21:19:26.505Z Compiling rustls v0.22.4
22222026-06-04T21:19:26.552Z Checking slog-term v2.9.2
22232026-06-04T21:19:26.677Z Compiling multer v3.1.0
22242026-06-04T21:19:26.758Z Compiling async-stream-impl v0.3.6
22252026-06-04T21:19:26.794Z Compiling dropshot v0.17.0
22262026-06-04T21:19:26.842Z Compiling dropshot_endpoint v0.17.0
22272026-06-04T21:19:27.079Z Checking match_cfg v0.1.0
22282026-06-04T21:19:27.090Z Checking hostname v0.3.1
22292026-06-04T21:19:27.107Z Checking slog-json v2.6.1
22302026-06-04T21:19:27.138Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22312026-06-04T21:19:27.176Z Compiling structmeta v0.3.0
22322026-06-04T21:19:27.180Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22332026-06-04T21:19:27.238Z Checking debug-ignore v1.0.5
22342026-06-04T21:19:27.305Z Checking slog-bunyan v2.5.0
22352026-06-04T21:19:27.364Z Checking rustls-webpki v0.102.8
22362026-06-04T21:19:27.368Z Checking serde_spanned v1.0.4
22372026-06-04T21:19:27.434Z Checking serde_path_to_error v0.1.20
22382026-06-04T21:19:27.473Z Checking toml_datetime v1.0.0+spec-1.1.0
22392026-06-04T21:19:27.476Z Compiling derive-ex v0.1.8
22402026-06-04T21:19:27.540Z Checking toml_writer v1.0.6+spec-1.1.0
22412026-06-04T21:19:27.574Z Checking compression-core v0.4.31
22422026-06-04T21:19:27.618Z Checking progenitor-client v0.14.0
22432026-06-04T21:19:27.704Z Checking async-stream v0.3.6
22442026-06-04T21:19:27.739Z Checking compression-codecs v0.4.37
22452026-06-04T21:19:27.742Z Checking toml v1.0.6+spec-1.1.0
22462026-06-04T21:19:27.867Z Checking waitgroup v0.1.2
22472026-06-04T21:19:27.900Z Checking rustls-pemfile v2.2.0
22482026-06-04T21:19:27.963Z Checking async-compression v0.4.41
22492026-06-04T21:19:27.999Z Checking hostname v0.4.2
22502026-06-04T21:19:28.003Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22512026-06-04T21:19:28.066Z Compiling parse-display-derive v0.10.0
22522026-06-04T21:19:28.135Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22532026-06-04T21:19:28.172Z Checking regress v0.10.5
22542026-06-04T21:19:28.235Z Checking itertools v0.14.0
22552026-06-04T21:19:28.324Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22562026-06-04T21:19:28.431Z Checking macaddr v1.0.1
22572026-06-04T21:19:28.647Z Checking instant v0.1.13
22582026-06-04T21:19:28.653Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22592026-06-04T21:19:28.761Z Checking backon v1.6.0
22602026-06-04T21:19:28.764Z Checking backoff v0.4.0
22612026-06-04T21:19:28.940Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22622026-06-04T21:19:28.976Z Checking humantime v2.3.0
22632026-06-04T21:19:29.122Z Checking progenitor-extras v0.2.0
22642026-06-04T21:19:29.192Z Checking progenitor-client v0.10.0
22652026-06-04T21:19:29.228Z Compiling test-strategy v0.4.5
22662026-06-04T21:19:29.272Z Checking unicode-width v0.2.0
22672026-06-04T21:19:29.359Z Checking heck v0.5.0
22682026-06-04T21:19:29.362Z Checking tokio-rustls v0.25.0
22692026-06-04T21:19:29.441Z Compiling convert_case v0.4.0
22702026-06-04T21:19:29.444Z Checking half v2.7.1
22712026-06-04T21:19:29.511Z Checking ciborium-io v0.2.2
22722026-06-04T21:19:29.546Z Checking secrecy v0.10.3
22732026-06-04T21:19:29.653Z Compiling regress v0.11.1
22742026-06-04T21:19:29.656Z Checking indent_write v2.2.0
22752026-06-04T21:19:29.720Z Checking universal-hash v0.5.1
22762026-06-04T21:19:29.755Z Checking ciborium-ll v0.2.2
22772026-06-04T21:19:29.811Z Checking parse-display v0.10.0
22782026-06-04T21:19:29.847Z Compiling derive_more v0.99.20
22792026-06-04T21:19:29.850Z Checking opaque-debug v0.3.1
22802026-06-04T21:19:29.909Z Compiling unsafe-libyaml v0.2.11
22812026-06-04T21:19:29.952Z Checking ciborium v0.2.2
22822026-06-04T21:19:29.988Z Checking camino-tempfile v1.4.1
22832026-06-04T21:19:30.204Z Compiling crucible-workspace-hack v0.1.0
22842026-06-04T21:19:30.404Z Checking aead v0.5.2
22852026-06-04T21:19:30.439Z Compiling serde_yaml v0.9.34+deprecated
22862026-06-04T21:19:30.680Z Checking poly1305 v0.8.0
22872026-06-04T21:19:30.729Z Checking chacha20 v0.9.1
22882026-06-04T21:19:30.765Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22892026-06-04T21:19:30.955Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22902026-06-04T21:19:30.992Z Compiling thiserror-impl-no-std v2.0.2
22912026-06-04T21:19:31.181Z Checking swrite v0.1.0
22922026-06-04T21:19:31.301Z Compiling typify-impl v0.6.2
22932026-06-04T21:19:31.305Z Checking password-hash v0.5.0
22942026-06-04T21:19:31.626Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22952026-06-04T21:19:31.652Z Checking blake2 v0.10.6
22962026-06-04T21:19:31.861Z Checking argon2 v0.5.3
22972026-06-04T21:19:31.930Z Checking chacha20poly1305 v0.10.1
22982026-06-04T21:19:32.088Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22992026-06-04T21:19:32.192Z Checking thiserror-no-std v2.0.2
23002026-06-04T21:19:32.232Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23012026-06-04T21:19:32.310Z Checking vsss-rs v3.3.4
23022026-06-04T21:19:32.422Z Checking byte-wrapper v0.1.0
23032026-06-04T21:19:32.524Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23042026-06-04T21:19:32.559Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23052026-06-04T21:19:32.657Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23062026-06-04T21:19:32.793Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23072026-06-04T21:19:32.829Z Checking crossbeam-deque v0.8.6
23082026-06-04T21:19:32.914Z Compiling rayon-core v1.13.0
23092026-06-04T21:19:33.039Z Checking toml v0.8.23
23102026-06-04T21:19:33.414Z Compiling proc-macro-error v1.0.4
23112026-06-04T21:19:33.414Z Compiling toml_datetime v0.7.5+spec-1.1.0
23122026-06-04T21:19:33.484Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23132026-06-04T21:19:33.574Z Checking rayon v1.11.0
23142026-06-04T21:19:33.732Z Compiling toml_edit v0.23.10+spec-1.0.0
23152026-06-04T21:19:33.767Z Checking tabwriter v1.4.1
23162026-06-04T21:19:33.947Z Checking glob v0.3.3
23172026-06-04T21:19:34.066Z Checking colored v3.1.1
23182026-06-04T21:19:34.170Z Compiling heapless v0.8.0
23192026-06-04T21:19:34.239Z Compiling ingot-macros v0.1.1
23202026-06-04T21:19:34.304Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23212026-06-04T21:19:34.430Z Compiling proc-macro-crate v3.4.0
23222026-06-04T21:19:34.682Z Checking hash32 v0.3.1
23232026-06-04T21:19:34.718Z Compiling smoltcp v0.11.0
23242026-06-04T21:19:34.840Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-06-04T21:19:34.871Z Checking unicode-width v0.1.14
23262026-06-04T21:19:35.090Z Checking cobs v0.3.0
23272026-06-04T21:19:35.169Z Compiling usdt-attr-macro v0.5.0
23282026-06-04T21:19:35.206Z Compiling usdt-macro v0.5.0
23292026-06-04T21:19:35.235Z Checking memmap v0.7.0
23302026-06-04T21:19:35.275Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23312026-06-04T21:19:35.401Z Checking postcard v1.1.3
23322026-06-04T21:19:35.545Z Compiling num_enum_derive v0.7.5
23332026-06-04T21:19:35.720Z Compiling proc-macro-crate v1.3.1
23342026-06-04T21:19:35.822Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23352026-06-04T21:19:35.903Z Compiling typify-macro v0.6.2
23362026-06-04T21:19:35.949Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23372026-06-04T21:19:35.985Z Checking usdt v0.5.0
23382026-06-04T21:19:36.173Z Checking sigpipe v0.1.3
23392026-06-04T21:19:36.194Z Compiling foreign-types-macros v0.2.3
23402026-06-04T21:19:36.205Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23412026-06-04T21:19:36.269Z Checking cpufeatures v0.3.0
23422026-06-04T21:19:36.372Z Checking foreign-types-shared v0.3.1
23432026-06-04T21:19:36.506Z Checking chacha20 v0.10.0
23442026-06-04T21:19:36.524Z Compiling num_enum_derive v0.5.11
23452026-06-04T21:19:36.642Z Checking num_enum v0.7.5
23462026-06-04T21:19:36.772Z Checking cstr-argument v0.1.2
23472026-06-04T21:19:36.825Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23482026-06-04T21:19:36.866Z Checking foreign-types v0.5.0
23492026-06-04T21:19:36.883Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23502026-06-04T21:19:36.919Z Compiling num-derive v0.4.2
23512026-06-04T21:19:36.959Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23522026-06-04T21:19:37.080Z Checking ingot-types v0.1.2
23532026-06-04T21:19:37.241Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23542026-06-04T21:19:37.267Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-06-04T21:19:37.333Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23562026-06-04T21:19:37.382Z Checking rand v0.10.0
23572026-06-04T21:19:37.420Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23582026-06-04T21:19:37.461Z Checking ingot v0.1.1
23592026-06-04T21:19:37.532Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23602026-06-04T21:19:37.612Z Checking num_enum v0.5.11
23612026-06-04T21:19:37.635Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23622026-06-04T21:19:37.682Z Compiling typify v0.6.2
23632026-06-04T21:19:37.731Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23642026-06-04T21:19:37.883Z Compiling progenitor-impl v0.14.0
23652026-06-04T21:19:37.902Z Compiling zone_cfg_derive v0.3.1
23662026-06-04T21:19:37.984Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23672026-06-04T21:19:38.030Z Checking itertools v0.12.1
23682026-06-04T21:19:38.178Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23692026-06-04T21:19:38.507Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23702026-06-04T21:19:38.693Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23712026-06-04T21:19:38.768Z Checking smf v0.2.3
23722026-06-04T21:19:38.847Z Checking whoami v1.6.1
23732026-06-04T21:19:38.863Z Checking tokio-dtrace v0.1.1
23742026-06-04T21:19:38.953Z Compiling derive-where v1.6.0
23752026-06-04T21:19:39.090Z Checking console v0.15.11
23762026-06-04T21:19:39.101Z Checking atomicwrites v0.4.4
23772026-06-04T21:19:39.101Z Checking zone v0.3.1
23782026-06-04T21:19:39.101Z Checking oxide-tokio-rt v0.1.4
23792026-06-04T21:19:39.166Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23802026-06-04T21:19:39.202Z Checking newline-converter v0.3.0
23812026-06-04T21:19:39.313Z Checking num-rational v0.4.2
23822026-06-04T21:19:39.393Z Checking num-complex v0.4.6
23832026-06-04T21:19:39.419Z Checking expectorate v1.2.0
23842026-06-04T21:19:39.464Z Checking bytecount v0.6.9
23852026-06-04T21:19:39.538Z Checking float-ord v0.3.2
23862026-06-04T21:19:39.600Z Compiling prettyplease v0.2.37
23872026-06-04T21:19:39.639Z Compiling owo-colors v4.3.0
23882026-06-04T21:19:39.670Z Compiling cancel-safe-futures v0.1.5
23892026-06-04T21:19:39.721Z Checking num v0.4.3
23902026-06-04T21:19:39.820Z Compiling progenitor-impl v0.13.0
23912026-06-04T21:19:39.899Z Checking libsw-core v0.3.2
23922026-06-04T21:19:40.115Z Checking libsw v3.5.0
23932026-06-04T21:19:40.255Z Checking progenitor-client v0.13.0
23942026-06-04T21:19:40.318Z Checking linear-map v1.2.0
23952026-06-04T21:19:40.387Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23962026-06-04T21:19:40.450Z Compiling progenitor-macro v0.14.0
23972026-06-04T21:19:40.542Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23982026-06-04T21:19:40.696Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23992026-06-04T21:19:41.194Z Checking gethostname v0.5.0
24002026-06-04T21:19:41.316Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24012026-06-04T21:19:41.440Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24022026-06-04T21:19:42.333Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24032026-06-04T21:19:42.460Z Compiling progenitor-macro v0.13.0
24042026-06-04T21:19:43.517Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24052026-06-04T21:19:44.561Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24062026-06-04T21:19:45.381Z Checking progenitor v0.14.0
24072026-06-04T21:19:45.853Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24082026-06-04T21:19:46.479Z Checking resolv-conf v0.7.6
24092026-06-04T21:19:46.565Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24102026-06-04T21:19:46.714Z Checking unicode-linebreak v0.1.5
24112026-06-04T21:19:46.822Z Checking smawk v0.3.2
24122026-06-04T21:19:46.945Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24132026-06-04T21:19:46.990Z Checking papergrid v0.11.0
24142026-06-04T21:19:47.114Z Compiling tabled_derive v0.7.0
24152026-06-04T21:19:47.297Z Compiling convert_case v0.10.0
24162026-06-04T21:19:47.426Z Checking progenitor v0.13.0
24172026-06-04T21:19:47.551Z Compiling slog-dtrace v0.3.0
24182026-06-04T21:19:47.600Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24192026-06-04T21:19:47.638Z Compiling derive_more-impl v2.1.1
24202026-06-04T21:19:48.127Z Checking tabled v0.15.0
24212026-06-04T21:19:48.296Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24222026-06-04T21:19:48.396Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24232026-06-04T21:19:48.474Z Checking linked-hash-map v0.5.6
24242026-06-04T21:19:48.522Z Checking derive_more v2.1.1
24252026-06-04T21:19:48.557Z Checking hickory-proto v0.24.4
24262026-06-04T21:19:48.610Z Checking crossterm v0.29.0
24272026-06-04T21:19:48.642Z Checking fd-lock v4.0.4
24282026-06-04T21:19:48.702Z Checking lru-cache v0.1.2
24292026-06-04T21:19:48.807Z Checking vte v0.14.1
24302026-06-04T21:19:48.850Z Checking display-error-chain v0.2.2
24312026-06-04T21:19:49.004Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24322026-06-04T21:19:49.016Z Checking strip-ansi-escapes v0.2.1
24332026-06-04T21:19:49.056Z Checking nu-ansi-term v0.50.3
24342026-06-04T21:19:49.152Z Checking termtree v0.5.1
24352026-06-04T21:19:49.182Z Checking textwrap v0.16.2
24362026-06-04T21:19:49.216Z Compiling minimal-lexical v0.2.1
24372026-06-04T21:19:49.284Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24382026-06-04T21:19:49.332Z Checking reedline v0.40.0
24392026-06-04T21:19:49.346Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24402026-06-04T21:19:49.442Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24412026-06-04T21:19:49.491Z Compiling nom v7.1.3
24422026-06-04T21:19:49.775Z Compiling ar_archive_writer v0.5.1
24432026-06-04T21:19:49.928Z Checking csv-core v0.1.13
24442026-06-04T21:19:50.048Z Compiling stacker v0.1.23
24452026-06-04T21:19:50.190Z Checking csv v1.4.0
24462026-06-04T21:19:50.355Z Checking highway v1.3.0
24472026-06-04T21:19:50.401Z Checking hickory-resolver v0.24.4
24482026-06-04T21:19:50.455Z Compiling semver v0.1.20
24492026-06-04T21:19:50.517Z Compiling cfg_aliases v0.1.1
24502026-06-04T21:19:50.578Z Checking nibble_vec v0.1.0
24512026-06-04T21:19:50.623Z Compiling nix v0.28.0
24522026-06-04T21:19:50.649Z Checking endian-type v0.1.2
24532026-06-04T21:19:50.730Z Compiling psm v0.1.30
24542026-06-04T21:19:50.933Z Compiling rustc_version v0.1.7
24552026-06-04T21:19:50.950Z Checking home v0.5.12
24562026-06-04T21:19:50.950Z Checking radix_trie v0.2.1
24572026-06-04T21:19:50.950Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24582026-06-04T21:19:50.950Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24592026-06-04T21:19:50.993Z Compiling newtype_derive v0.1.6
24602026-06-04T21:19:51.057Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24612026-06-04T21:19:51.101Z Checking phf_shared v0.12.1
24622026-06-04T21:19:51.183Z Checking qorb v0.4.1
24632026-06-04T21:19:51.231Z Compiling recursive-proc-macro-impl v0.1.1
24642026-06-04T21:19:51.277Z Compiling chrono-tz v0.10.4
24652026-06-04T21:19:51.414Z Checking phf v0.12.1
24662026-06-04T21:19:51.600Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24672026-06-04T21:19:51.635Z Compiling const_format_proc_macros v0.2.34
24682026-06-04T21:19:51.635Z Compiling peg-macros v0.8.5
24692026-06-04T21:19:51.702Z Checking recursive v0.1.1
24702026-06-04T21:19:51.748Z Checking winnow v0.6.26
24712026-06-04T21:19:51.823Z Compiling sqlparser_derive v0.5.0
24722026-06-04T21:19:52.128Z Checking unicode_categories v0.1.1
24732026-06-04T21:19:52.561Z Checking rustyline v14.0.0
24742026-06-04T21:19:52.624Z Checking sqlparser v0.61.0
24752026-06-04T21:19:52.927Z Checking sqlformat v0.3.5
24762026-06-04T21:19:53.024Z Checking peg v0.8.5
24772026-06-04T21:19:53.144Z Checking const_format v0.2.35
24782026-06-04T21:19:53.373Z Checking bcs v0.1.6
24792026-06-04T21:19:53.421Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24802026-06-04T21:19:53.459Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24812026-06-04T21:19:53.650Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24822026-06-04T21:19:53.698Z Checking steno v0.4.1
24832026-06-04T21:19:53.724Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24842026-06-04T21:19:53.746Z Checking filetime v0.2.27
24852026-06-04T21:19:53.925Z Checking xattr v1.6.1
24862026-06-04T21:19:54.093Z Checking tar v0.4.45
24872026-06-04T21:19:54.320Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24882026-06-04T21:19:54.531Z Checking subprocess v0.2.15
24892026-06-04T21:19:54.665Z Checking base64 v0.21.7
24902026-06-04T21:19:54.734Z Checking headers-core v0.3.0
24912026-06-04T21:19:54.865Z Checking headers v0.4.1
24922026-06-04T21:19:54.891Z Checking yasna v0.5.2
24932026-06-04T21:19:54.943Z Checking dropshot-api-manager-types v0.7.2
24942026-06-04T21:19:55.126Z Checking tagptr v0.2.0
24952026-06-04T21:19:55.295Z Checking moka v0.12.13
24962026-06-04T21:19:55.311Z Checking rcgen v0.12.1
24972026-06-04T21:19:55.366Z Checking utf-8 v0.7.6
24982026-06-04T21:19:55.552Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24992026-06-04T21:19:55.662Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25002026-06-04T21:19:55.692Z Compiling libefi-sys v0.1.0
25012026-06-04T21:19:55.730Z Checking tungstenite v0.21.0
25022026-06-04T21:19:55.955Z Compiling bitfield-struct v0.6.2
25032026-06-04T21:19:55.977Z Checking hickory-resolver v0.25.2
25042026-06-04T21:19:56.259Z Checking tokio-tungstenite v0.21.0
25052026-06-04T21:19:56.459Z Compiling radium v0.7.0
25062026-06-04T21:19:56.502Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25072026-06-04T21:19:56.585Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25082026-06-04T21:19:56.658Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25092026-06-04T21:19:56.672Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25102026-06-04T21:19:56.712Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25112026-06-04T21:19:56.751Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25122026-06-04T21:19:56.826Z Checking tap v1.0.1
25132026-06-04T21:19:56.826Z Compiling maybe-uninit v2.0.0
25142026-06-04T21:19:57.012Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25152026-06-04T21:19:57.066Z Checking wyz v0.5.1
25162026-06-04T21:19:57.123Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25172026-06-04T21:19:57.176Z Compiling zerocopy-derive v0.6.6
25182026-06-04T21:19:57.219Z Checking funty v2.0.0
25192026-06-04T21:19:57.232Z Checking crc-catalog v2.4.0
25202026-06-04T21:19:57.266Z Compiling packed_struct v0.10.1
25212026-06-04T21:19:57.339Z Checking crc v3.4.0
25222026-06-04T21:19:57.376Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25232026-06-04T21:19:57.551Z Checking bitvec v1.0.1
25242026-06-04T21:19:57.615Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25252026-06-04T21:19:57.700Z Compiling packed_struct_codegen v0.10.1
25262026-06-04T21:19:58.020Z Checking zerocopy v0.6.6
25272026-06-04T21:19:58.364Z Compiling bitfield-macros v0.19.4
25282026-06-04T21:19:58.746Z Compiling indexmap v1.9.3
25292026-06-04T21:19:58.869Z Checking nodrop v0.1.14
25302026-06-04T21:19:58.941Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25312026-06-04T21:19:58.993Z Checking smallvec v0.6.14
25322026-06-04T21:19:59.014Z Checking array-init v0.0.4
25332026-06-04T21:19:59.111Z Checking bitfield v0.19.4
25342026-06-04T21:19:59.233Z Checking hashbrown v0.12.3
25352026-06-04T21:19:59.364Z Checking serde-hex v0.1.0
25362026-06-04T21:19:59.417Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25372026-06-04T21:19:59.544Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25382026-06-04T21:19:59.726Z Checking ron v0.8.1
25392026-06-04T21:19:59.837Z Checking hashbrown v0.13.2
25402026-06-04T21:20:00.074Z Checking crc-any v2.5.0
25412026-06-04T21:20:00.133Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25422026-06-04T21:20:00.181Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25432026-06-04T21:20:00.233Z Checking path-slash v0.1.5
25442026-06-04T21:20:00.290Z Checking object v0.30.4
25452026-06-04T21:20:00.327Z Compiling xshell-macros v0.2.7
25462026-06-04T21:20:00.350Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25472026-06-04T21:20:00.751Z Checking xshell v0.2.7
25482026-06-04T21:20:00.890Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25492026-06-04T21:20:01.044Z Checking half v1.8.3
25502026-06-04T21:20:01.100Z Compiling num-derive v0.3.3
25512026-06-04T21:20:01.257Z Checking serde_cbor v0.11.2
25522026-06-04T21:20:01.288Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25532026-06-04T21:20:01.664Z Compiling proc-macro-error-attr2 v2.0.0
25542026-06-04T21:20:02.026Z Checking libscf-sys v1.1.0
25552026-06-04T21:20:02.123Z Compiling proc-macro-error2 v2.0.1
25562026-06-04T21:20:02.206Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25572026-06-04T21:20:02.359Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25582026-06-04T21:20:02.364Z Checking papergrid v0.17.0
25592026-06-04T21:20:02.449Z Checking testing_table v0.3.0
25602026-06-04T21:20:02.465Z Compiling tabled_derive v0.11.0
25612026-06-04T21:20:02.499Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25622026-06-04T21:20:02.561Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25632026-06-04T21:20:02.751Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25642026-06-04T21:20:03.399Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25652026-06-04T21:20:03.448Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25662026-06-04T21:20:03.448Z Checking maplit v1.0.2
25672026-06-04T21:20:03.479Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25682026-06-04T21:20:03.721Z Compiling git-stub v1.0.0
25692026-06-04T21:20:03.790Z Checking crc8 v0.1.1
25702026-06-04T21:20:03.790Z Checking tabled v0.20.0
25712026-06-04T21:20:03.790Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25722026-06-04T21:20:03.862Z Compiling git-stub-vcs v0.1.0
25732026-06-04T21:20:04.170Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25742026-06-04T21:20:04.249Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25752026-06-04T21:20:04.329Z Checking fxhash v0.2.1
25762026-06-04T21:20:04.357Z Checking unicase v2.9.0
25772026-06-04T21:20:04.484Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25782026-06-04T21:20:04.531Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25792026-06-04T21:20:04.564Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25802026-06-04T21:20:04.918Z Compiling vergen-lib v0.1.6
25812026-06-04T21:20:05.107Z Compiling diesel_derives v2.3.7
25822026-06-04T21:20:05.141Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25832026-06-04T21:20:05.141Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25842026-06-04T21:20:05.248Z Checking scheduled-thread-pool v0.2.7
25852026-06-04T21:20:05.258Z Compiling dsl_auto_type v0.2.0
25862026-06-04T21:20:05.306Z Compiling vergen-gitcl v1.0.8
25872026-06-04T21:20:05.388Z Compiling diesel_table_macro_syntax v0.3.0
25882026-06-04T21:20:05.455Z Checking r2d2 v0.8.10
25892026-06-04T21:20:05.641Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25902026-06-04T21:20:05.679Z Checking kstat-rs v0.2.4
25912026-06-04T21:20:05.795Z Checking arc-swap v1.8.2
25922026-06-04T21:20:05.899Z Checking downcast-rs v2.0.2
25932026-06-04T21:20:06.007Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25942026-06-04T21:20:06.046Z Compiling parking_lot_core v0.8.6
25952026-06-04T21:20:06.053Z Checking slog-scope v4.4.1
25962026-06-04T21:20:06.242Z Checking slog-stdlog v4.1.1
25972026-06-04T21:20:06.364Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25982026-06-04T21:20:06.409Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25992026-06-04T21:20:06.427Z Checking slog-envlogger v2.2.0
26002026-06-04T21:20:06.644Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26012026-06-04T21:20:06.686Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26022026-06-04T21:20:06.720Z Compiling dirs-sys-next v0.1.2
26032026-06-04T21:20:06.754Z Compiling crunchy v0.2.4
26042026-06-04T21:20:06.802Z Checking parking_lot v0.11.2
26052026-06-04T21:20:07.260Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26062026-06-04T21:20:07.357Z Compiling dirs-next v2.0.0
26072026-06-04T21:20:07.357Z Compiling clang-sys v1.8.1
26082026-06-04T21:20:07.357Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26092026-06-04T21:20:07.357Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26102026-06-04T21:20:07.357Z Checking prefix-trie v0.7.0
26112026-06-04T21:20:07.390Z Compiling tiny-keccak v2.0.2
26122026-06-04T21:20:07.499Z Checking hickory-server v0.25.2
26132026-06-04T21:20:07.556Z Compiling term v0.7.0
26142026-06-04T21:20:07.666Z Checking sled v0.34.7
26152026-06-04T21:20:07.758Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26162026-06-04T21:20:07.814Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26172026-06-04T21:20:07.852Z Compiling typify-impl v0.4.3
26182026-06-04T21:20:08.144Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26192026-06-04T21:20:08.329Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26202026-06-04T21:20:08.463Z Checking nanorand v0.7.0
26212026-06-04T21:20:08.476Z Compiling bit-vec v0.6.3
26222026-06-04T21:20:08.684Z Compiling salty v0.3.0
26232026-06-04T21:20:08.745Z Checking flume v0.11.1
26242026-06-04T21:20:08.827Z Compiling bit-set v0.5.3
26252026-06-04T21:20:09.182Z Compiling ascii-canvas v3.0.0
26262026-06-04T21:20:09.232Z Checking primeorder v0.13.6
26272026-06-04T21:20:09.232Z Compiling itertools v0.10.5
26282026-06-04T21:20:09.232Z Compiling ena v0.14.4
26292026-06-04T21:20:09.265Z Compiling libloading v0.8.9
26302026-06-04T21:20:09.463Z Compiling diff v0.1.13
26312026-06-04T21:20:09.503Z Compiling bindgen v0.71.1
26322026-06-04T21:20:09.503Z Compiling regex-syntax v0.6.29
26332026-06-04T21:20:09.984Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26342026-06-04T21:20:10.834Z Compiling cexpr v0.6.0
26352026-06-04T21:20:10.955Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26362026-06-04T21:20:10.955Z Compiling fs-err v2.11.0
26372026-06-04T21:20:11.002Z Compiling lalrpop v0.19.12
26382026-06-04T21:20:11.002Z Compiling rustc-hash v2.1.1
26392026-06-04T21:20:11.551Z Checking diesel v2.3.7
26402026-06-04T21:20:11.551Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26412026-06-04T21:20:11.586Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26422026-06-04T21:20:11.649Z Compiling libxml v0.3.3
26432026-06-04T21:20:12.028Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26442026-06-04T21:20:12.233Z Checking p384 v0.13.1
26452026-06-04T21:20:12.402Z Compiling typify-macro v0.4.3
26462026-06-04T21:20:13.431Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26472026-06-04T21:20:13.565Z Compiling strum_macros v0.24.3
26482026-06-04T21:20:14.122Z Compiling typify v0.4.3
26492026-06-04T21:20:14.250Z Checking parse-size v1.1.0
26502026-06-04T21:20:14.288Z Compiling indoc v1.0.9
26512026-06-04T21:20:14.423Z Checking assert_matches v1.5.0
26522026-06-04T21:20:14.515Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26532026-06-04T21:20:14.604Z Compiling progenitor-impl v0.11.2
26542026-06-04T21:20:14.915Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26552026-06-04T21:20:15.057Z Checking quick-xml v0.37.5
26562026-06-04T21:20:15.294Z Checking derive_builder v0.20.2
26572026-06-04T21:20:15.357Z Compiling oso-derive v0.27.3
26582026-06-04T21:20:19.665Z Compiling impl-trait-for-tuples v0.2.3
26592026-06-04T21:20:19.749Z Compiling trait-variant v0.1.2
26602026-06-04T21:20:19.749Z Checking openssl-probe v0.1.6
26612026-06-04T21:20:19.821Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26622026-06-04T21:20:19.821Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26632026-06-04T21:20:19.821Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26642026-06-04T21:20:19.821Z Compiling progenitor-macro v0.11.2
26652026-06-04T21:20:19.821Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26662026-06-04T21:20:19.821Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26672026-06-04T21:20:19.821Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26682026-06-04T21:20:19.821Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26692026-06-04T21:20:19.821Z Checking progenitor-client v0.11.2
26702026-06-04T21:20:19.821Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26712026-06-04T21:20:19.821Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26722026-06-04T21:20:19.821Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26732026-06-04T21:20:19.869Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26742026-06-04T21:20:20.066Z Checking predicates-tree v1.0.13
26752026-06-04T21:20:20.536Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26762026-06-04T21:20:20.601Z Compiling mime_guess v2.0.5
26772026-06-04T21:20:20.713Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26782026-06-04T21:20:21.142Z Checking http-range v0.1.5
26792026-06-04T21:20:21.529Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26802026-06-04T21:20:21.981Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26812026-06-04T21:20:22.154Z Checking progenitor v0.11.2
26822026-06-04T21:20:22.305Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26832026-06-04T21:20:22.343Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26842026-06-04T21:20:22.530Z Checking bb8 v0.8.6
26852026-06-04T21:20:22.686Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26862026-06-04T21:20:22.839Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26872026-06-04T21:20:22.904Z Checking atty v0.2.14
26882026-06-04T21:20:23.035Z Checking corncobs v0.1.4
26892026-06-04T21:20:23.201Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26902026-06-04T21:20:23.393Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26912026-06-04T21:20:23.724Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
26922026-06-04T21:20:23.774Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26932026-06-04T21:20:23.818Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26942026-06-04T21:20:23.901Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26952026-06-04T21:20:23.999Z Checking ignore v0.4.25
26962026-06-04T21:20:24.455Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26972026-06-04T21:20:24.525Z Checking secrecy v0.8.0
26982026-06-04T21:20:24.987Z Checking globwalk v0.9.1
26992026-06-04T21:20:25.151Z Checking hyper-staticfile v0.10.1
27002026-06-04T21:20:25.198Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27012026-06-04T21:20:25.293Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27022026-06-04T21:20:25.477Z Checking diesel-dtrace v0.5.0
27032026-06-04T21:20:25.516Z Checking async-bb8-diesel v0.2.1
27042026-06-04T21:20:25.754Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27052026-06-04T21:20:25.816Z Compiling illumos-nvpair-sys v0.2.0
27062026-06-04T21:20:25.893Z Checking nonempty v0.12.0
27072026-06-04T21:20:26.111Z Checking camino-tempfile-ext v0.3.3
27082026-06-04T21:20:26.160Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27092026-06-04T21:20:26.352Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27102026-06-04T21:20:26.386Z Checking signal-hook-tokio v0.3.1
27112026-06-04T21:20:26.528Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27122026-06-04T21:20:26.867Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-06-04T21:20:26.925Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27142026-06-04T21:20:26.958Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27152026-06-04T21:20:27.144Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27162026-06-04T21:20:27.359Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27172026-06-04T21:20:27.594Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27182026-06-04T21:20:27.707Z Checking illumos-nvpair v0.3.0
27192026-06-04T21:20:27.944Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27202026-06-04T21:20:28.069Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27212026-06-04T21:20:28.104Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27222026-06-04T21:20:28.148Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27232026-06-04T21:20:28.464Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27242026-06-04T21:20:28.508Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27252026-06-04T21:20:28.541Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27262026-06-04T21:20:28.675Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27272026-06-04T21:20:28.922Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27282026-06-04T21:20:29.116Z Checking tungstenite v0.23.0
27292026-06-04T21:20:29.222Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27302026-06-04T21:20:29.579Z Checking tokio-tungstenite v0.23.1
27312026-06-04T21:20:29.886Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-06-04T21:20:30.573Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27332026-06-04T21:20:30.647Z Checking rand_seeder v0.4.0
27342026-06-04T21:20:30.647Z Checking void v1.0.2
27352026-06-04T21:20:30.673Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27362026-06-04T21:20:30.717Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27372026-06-04T21:20:30.729Z Checking lzss v0.8.2
27382026-06-04T21:20:30.796Z Checking nix v0.27.1
27392026-06-04T21:20:30.904Z Checking serde_bytes v0.11.19
27402026-06-04T21:20:30.968Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27412026-06-04T21:20:31.012Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27422026-06-04T21:20:31.115Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27432026-06-04T21:20:31.340Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27442026-06-04T21:20:31.849Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27452026-06-04T21:20:32.143Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27462026-06-04T21:20:32.311Z Checking is_ci v1.2.0
27472026-06-04T21:20:32.451Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27482026-06-04T21:20:32.933Z Checking yansi v1.0.1
27492026-06-04T21:20:33.027Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27502026-06-04T21:20:33.027Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27512026-06-04T21:20:33.027Z Checking pretty_assertions v1.4.1
27522026-06-04T21:20:33.116Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27532026-06-04T21:20:33.197Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27542026-06-04T21:20:33.470Z Compiling darling_core v0.23.0
27552026-06-04T21:20:34.059Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27562026-06-04T21:20:34.191Z Compiling indoc v2.0.7
27572026-06-04T21:20:34.680Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27582026-06-04T21:20:34.713Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-04T21:20:34.902Z Compiling libz-sys v1.1.24
27602026-06-04T21:20:35.032Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27612026-06-04T21:20:35.310Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-06-04T21:20:35.536Z Compiling instability v0.3.11
27632026-06-04T21:20:35.651Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-06-04T21:20:35.881Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27652026-06-04T21:20:35.914Z Checking castaway v0.2.4
27662026-06-04T21:20:36.030Z Compiling darling_macro v0.23.0
27672026-06-04T21:20:36.102Z Checking compact_str v0.8.1
27682026-06-04T21:20:36.532Z Checking supports-color v3.0.2
27692026-06-04T21:20:36.560Z Compiling darling v0.23.0
27702026-06-04T21:20:36.672Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27712026-06-04T21:20:36.901Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27722026-06-04T21:20:36.935Z Checking unicode-truncate v1.1.0
27732026-06-04T21:20:37.117Z Checking console v0.16.2
27742026-06-04T21:20:37.152Z Checking lru v0.12.5
27752026-06-04T21:20:37.344Z Compiling libgit2-sys v0.18.3+1.9.2
27762026-06-04T21:20:37.420Z Checking cassowary v0.3.0
27772026-06-04T21:20:37.449Z Checking unit-prefix v0.5.2
27782026-06-04T21:20:37.627Z Checking indicatif v0.18.4
27792026-06-04T21:20:37.667Z Checking ratatui v0.29.0
27802026-06-04T21:20:37.720Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27812026-06-04T21:20:38.029Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27822026-06-04T21:20:38.274Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27832026-06-04T21:20:38.995Z Compiling vergen-git2 v9.1.0
27842026-06-04T21:20:39.040Z Checking plotters-backend v0.3.7
27852026-06-04T21:20:39.266Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27862026-06-04T21:20:39.298Z Checking plotters-svg v0.3.7
27872026-06-04T21:20:39.476Z Compiling rustls v0.21.12
27882026-06-04T21:20:39.509Z Checking cast v0.3.0
27892026-06-04T21:20:39.689Z Checking criterion-plot v0.6.0
27902026-06-04T21:20:39.880Z Checking plotters v0.3.7
27912026-06-04T21:20:39.938Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27922026-06-04T21:20:39.972Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27932026-06-04T21:20:40.387Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27942026-06-04T21:20:40.431Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27952026-06-04T21:20:40.579Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27962026-06-04T21:20:40.658Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27972026-06-04T21:20:40.800Z Checking colored v2.2.0
27982026-06-04T21:20:40.915Z Checking sct v0.7.1
27992026-06-04T21:20:41.028Z Checking rustls-webpki v0.101.7
28002026-06-04T21:20:41.075Z Checking tinytemplate v1.2.1
28012026-06-04T21:20:41.327Z Checking oorandom v11.1.5
28022026-06-04T21:20:41.367Z Checking anes v0.1.6
28032026-06-04T21:20:41.424Z Checking shell-words v1.1.1
28042026-06-04T21:20:41.562Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28052026-06-04T21:20:41.596Z Checking criterion v0.7.0
28062026-06-04T21:20:42.953Z Checking typeid v1.0.3
28072026-06-04T21:20:42.987Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28082026-06-04T21:20:43.098Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28092026-06-04T21:20:44.190Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28102026-06-04T21:20:44.243Z Checking hex-literal v0.4.1
28112026-06-04T21:20:44.243Z Checking erased-serde v0.4.9
28122026-06-04T21:20:44.455Z Checking tokio-rustls v0.24.1
28132026-06-04T21:20:44.698Z Checking rustls-pemfile v1.0.4
28142026-06-04T21:20:44.868Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28152026-06-04T21:20:45.105Z Checking twox-hash v2.1.2
28162026-06-04T21:20:45.437Z Checking ordered-float v2.10.1
28172026-06-04T21:20:45.709Z Checking serde-value v0.7.0
28182026-06-04T21:20:45.997Z Checking serde-untagged v0.1.9
28192026-06-04T21:20:46.244Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28202026-06-04T21:20:47.340Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28212026-06-04T21:20:47.372Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28222026-06-04T21:20:47.372Z Checking fatfs v0.3.6
28232026-06-04T21:20:47.712Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28242026-06-04T21:20:47.824Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28252026-06-04T21:20:47.991Z Checking unicode-xid v0.2.6
28262026-06-04T21:20:48.023Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28272026-06-04T21:20:48.123Z Compiling seq-macro v0.3.6
28282026-06-04T21:20:48.659Z Checking cargo-util-schemas v0.8.2
28292026-06-04T21:20:49.025Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28302026-06-04T21:20:49.076Z Checking cargo-platform v0.2.0
28312026-06-04T21:20:49.290Z Compiling petname v2.0.2
28322026-06-04T21:20:49.349Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28332026-06-04T21:20:49.552Z Checking cargo_metadata v0.21.0
28342026-06-04T21:20:49.950Z Checking concurrent-queue v2.5.0
28352026-06-04T21:20:50.513Z Checking rtoolbox v0.0.3
28362026-06-04T21:20:50.556Z Checking parking v2.2.1
28372026-06-04T21:20:50.556Z Checking rpassword v7.4.0
28382026-06-04T21:20:50.556Z Checking event-listener v5.4.1
28392026-06-04T21:20:50.741Z Checking tui-tree-widget v0.23.1
28402026-06-04T21:20:50.939Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28412026-06-04T21:20:50.974Z Checking polyval v0.6.2
28422026-06-04T21:20:51.135Z Checking sapling-renderdag v0.1.0
28432026-06-04T21:20:51.207Z Checking sync-ptr v0.1.4
28442026-06-04T21:20:51.323Z Checking ghash v0.5.1
28452026-06-04T21:20:51.403Z Checking event-listener-strategy v0.5.4
28462026-06-04T21:20:51.469Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28472026-06-04T21:20:51.571Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28482026-06-04T21:20:51.800Z Checking ctr v0.9.2
28492026-06-04T21:20:52.002Z Checking arrayref v0.3.9
28502026-06-04T21:20:52.107Z Checking futures-timer v3.0.3
28512026-06-04T21:20:52.167Z Checking arrayvec v0.7.6
28522026-06-04T21:20:52.316Z Checking constant_time_eq v0.4.2
28532026-06-04T21:20:52.390Z Checking aes-gcm v0.10.3
28542026-06-04T21:20:52.532Z Checking async-lock v3.4.2
28552026-06-04T21:20:52.581Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28562026-06-04T21:20:52.680Z Compiling samael v0.0.19
28572026-06-04T21:20:53.113Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28582026-06-04T21:20:53.143Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28592026-06-04T21:20:54.642Z Checking ssh-encoding v0.2.0
28602026-06-04T21:20:55.682Z Checking blowfish v0.9.1
28612026-06-04T21:20:55.682Z Compiling strsim v0.10.0
28622026-06-04T21:20:55.682Z Checking bcrypt-pbkdf v0.10.0
28632026-06-04T21:20:55.682Z Compiling darling_core v0.13.4
28642026-06-04T21:20:55.682Z Checking ssh-cipher v0.2.0
28652026-06-04T21:20:55.682Z Checking async-object-pool v0.2.0
28662026-06-04T21:20:55.975Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28672026-06-04T21:20:55.975Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28682026-06-04T21:20:56.383Z Checking serde_regex v1.1.0
28692026-06-04T21:20:56.383Z Checking password-hash v0.4.2
28702026-06-04T21:20:56.923Z Checking assert-json-diff v2.0.2
28712026-06-04T21:20:56.923Z Checking path-tree v0.8.3
28722026-06-04T21:20:57.104Z Checking stringmetrics v2.2.2
28732026-06-04T21:20:57.104Z Compiling target-lexicon v0.13.3
28742026-06-04T21:20:57.104Z Checking gimli v0.32.3
28752026-06-04T21:20:57.104Z Checking httpmock v0.8.3
28762026-06-04T21:20:57.104Z Compiling darling_macro v0.13.4
28772026-06-04T21:20:57.486Z Checking pbkdf2 v0.11.0
28782026-06-04T21:20:57.588Z Checking ssh-key v0.6.7
28792026-06-04T21:20:58.105Z Checking addr2line v0.25.1
28802026-06-04T21:20:58.200Z Checking p521 v0.13.3
28812026-06-04T21:20:58.455Z Checking p256 v0.13.2
28822026-06-04T21:20:58.695Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28832026-06-04T21:20:58.761Z Checking russh-cryptovec v0.7.3
28842026-06-04T21:20:58.792Z Checking md5 v0.7.0
28852026-06-04T21:20:58.871Z Compiling guppy-workspace-hack v0.1.0
28862026-06-04T21:20:58.884Z Checking rustc-demangle v0.1.27
28872026-06-04T21:20:59.716Z Checking russh-keys v0.45.0
28882026-06-04T21:20:59.752Z Compiling darling v0.13.4
28892026-06-04T21:20:59.752Z Checking backtrace v0.3.76
28902026-06-04T21:20:59.752Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28912026-06-04T21:20:59.752Z Checking num-bigint v0.4.6
28922026-06-04T21:20:59.753Z Checking des v0.8.1
28932026-06-04T21:20:59.753Z Compiling blake3 v1.8.3
28942026-06-04T21:20:59.830Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28952026-06-04T21:20:59.862Z Compiling target-spec v3.5.7
28962026-06-04T21:21:01.752Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28972026-06-04T21:21:01.795Z Checking cfg-expr v0.20.6
28982026-06-04T21:21:01.795Z Checking russh v0.45.0
28992026-06-04T21:21:01.795Z Checking backtrace-ext v0.2.1
29002026-06-04T21:21:01.795Z Compiling serde_with_macros v1.5.2
29012026-06-04T21:21:01.795Z Checking supports-color v2.1.0
29022026-06-04T21:21:01.795Z Checking textwrap v0.15.2
29032026-06-04T21:21:01.795Z Checking supports-hyperlinks v2.1.0
29042026-06-04T21:21:01.834Z Checking supports-unicode v2.1.0
29052026-06-04T21:21:01.835Z Checking hashbrown v0.14.5
29062026-06-04T21:21:01.835Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29072026-06-04T21:21:01.835Z Checking cargo-platform v0.3.2
29082026-06-04T21:21:01.835Z Checking socket2 v0.5.10
29092026-06-04T21:21:01.835Z Checking terminal_size v0.1.17
29102026-06-04T21:21:01.835Z Compiling miette-derive v5.10.0
29112026-06-04T21:21:01.895Z Checking internet-checksum v0.2.1
29122026-06-04T21:21:02.044Z Checking owo-colors v3.5.0
29132026-06-04T21:21:02.383Z Checking cargo_metadata v0.23.1
29142026-06-04T21:21:02.603Z Checking chumsky v0.9.3
29152026-06-04T21:21:02.915Z Checking miette v5.10.0
29162026-06-04T21:21:03.169Z Compiling serde_with v1.14.0
29172026-06-04T21:21:03.681Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29182026-06-04T21:21:03.749Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29192026-06-04T21:21:03.782Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29202026-06-04T21:21:04.197Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29212026-06-04T21:21:04.337Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29222026-06-04T21:21:04.370Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29232026-06-04T21:21:04.550Z Compiling knuffel-derive v3.2.0
29242026-06-04T21:21:04.609Z Checking httptest v0.16.4
29252026-06-04T21:21:04.675Z Checking pathdiff v0.2.3
29262026-06-04T21:21:04.814Z Checking topological-sort v0.2.2
29272026-06-04T21:21:04.983Z Checking nested v0.1.1
29282026-06-04T21:21:05.020Z Checking omicron-zone-package v0.12.2
29292026-06-04T21:21:05.156Z Checking guppy v0.17.25
29302026-06-04T21:21:05.229Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29312026-06-04T21:21:05.362Z Compiling git2 v0.20.4
29322026-06-04T21:21:05.929Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29332026-06-04T21:21:06.063Z Checking knuffel v3.2.0
29342026-06-04T21:21:06.112Z Checking similar-asserts v1.7.0
29352026-06-04T21:21:06.192Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29362026-06-04T21:21:06.294Z Compiling target-triple v1.0.0
29372026-06-04T21:21:06.358Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29382026-06-04T21:21:06.660Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29392026-06-04T21:21:06.715Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29402026-06-04T21:21:06.911Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29412026-06-04T21:21:07.145Z Checking hickory-client v0.25.2
29422026-06-04T21:21:07.345Z Checking tokio-test v0.4.5
29432026-06-04T21:21:07.457Z Checking escape8259 v0.5.3
29442026-06-04T21:21:07.622Z Compiling assert_cmd v2.1.2
29452026-06-04T21:21:07.946Z Checking libtest-mimic v0.8.1
29462026-06-04T21:21:07.977Z Compiling polar-core v0.27.3
29472026-06-04T21:21:08.264Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29482026-06-04T21:21:08.351Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29492026-06-04T21:21:08.418Z Checking blake2b_simd v1.0.4
29502026-06-04T21:21:08.737Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29512026-06-04T21:21:08.846Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29522026-06-04T21:21:09.077Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29532026-06-04T21:21:09.290Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29542026-06-04T21:21:09.487Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29552026-06-04T21:21:09.784Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29562026-06-04T21:21:09.844Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29572026-06-04T21:21:10.064Z Checking fancy-regex v0.14.0
29582026-06-04T21:21:10.303Z Checking serde_tokenstream v0.2.3
29592026-06-04T21:21:10.456Z Checking approx v0.5.1
29602026-06-04T21:21:10.548Z Checking uzers v0.12.2
29612026-06-04T21:21:10.620Z Compiling rstest_macros v0.25.0
29622026-06-04T21:21:10.893Z Checking termcolor v1.4.1
29632026-06-04T21:21:10.929Z Compiling linkme-impl v0.3.35
29642026-06-04T21:21:11.031Z Checking constant_time_eq v0.3.1
29652026-06-04T21:21:11.166Z Checking rust-argon2 v2.1.0
29662026-06-04T21:21:11.300Z Checking trybuild v1.0.116
29672026-06-04T21:21:11.528Z Checking datatest-stable v0.3.3
29682026-06-04T21:21:12.241Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29692026-06-04T21:21:12.460Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29702026-06-04T21:21:12.481Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29712026-06-04T21:21:12.921Z Checking oso v0.27.3
29722026-06-04T21:21:13.269Z Checking support-bundle-viewer v0.1.2
29732026-06-04T21:21:13.281Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29742026-06-04T21:21:13.428Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29752026-06-04T21:21:13.462Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29762026-06-04T21:21:13.628Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29772026-06-04T21:21:13.660Z Checking drift v0.2.0
29782026-06-04T21:21:13.694Z Checking rand_distr v0.5.1
29792026-06-04T21:21:13.854Z Checking multimap v0.10.1
29802026-06-04T21:21:13.885Z Compiling linkme v0.3.35
29812026-06-04T21:21:14.266Z Compiling relative-path v1.9.3
29822026-06-04T21:21:14.286Z Checking dropshot-api-manager v0.7.2
29832026-06-04T21:21:14.917Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29842026-06-04T21:21:15.260Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29852026-06-04T21:21:15.302Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29862026-06-04T21:21:15.649Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29872026-06-04T21:21:15.689Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29882026-06-04T21:21:15.882Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29892026-06-04T21:21:15.891Z Checking cargo_toml v0.21.0
29902026-06-04T21:21:16.190Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29912026-06-04T21:21:16.214Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29922026-06-04T21:21:16.537Z Checking partial-io v0.5.4
29932026-06-04T21:21:16.631Z Checking termios v0.3.3
29942026-06-04T21:21:16.666Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29952026-06-04T21:21:16.810Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29962026-06-04T21:21:18.041Z Checking rstest v0.25.0
29972026-06-04T21:21:18.978Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29982026-06-04T21:21:19.133Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29992026-06-04T21:21:22.720Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30002026-06-04T21:21:24.385Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30012026-06-04T21:21:28.567Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30022026-06-04T21:21:29.254Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30032026-06-04T21:21:31.980Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30042026-06-04T21:21:35.741Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30052026-06-04T21:21:40.158Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30062026-06-04T21:21:44.011Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30072026-06-04T21:21:45.311Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30082026-06-04T21:21:46.539Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30092026-06-04T21:21:47.804Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30102026-06-04T21:21:55.419Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30112026-06-04T21:23:06.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 02s
30122026-06-04T21:23:07.046Z
30132026-06-04T21:23:07.046Zreal 4:06.240326954
30142026-06-04T21:23:07.046Zuser 21:12.215831734
30152026-06-04T21:23:07.046Zsys 4:57.596251640
30162026-06-04T21:23:07.046Ztrap 0.501692802
30172026-06-04T21:23:07.046Ztflt 0.459012520
30182026-06-04T21:23:07.046Zdflt 0.357844018
30192026-06-04T21:23:07.047Zkflt 0.004167531
30202026-06-04T21:23:07.047Zlock 58:16.961555687
30212026-06-04T21:23:07.047Zslp 58:28.834676998
30222026-06-04T21:23:07.047Zlat 1:54.037578082
30232026-06-04T21:23:07.047Zstop 10:49.363296855
30242026-06-04T21:23:07.050Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30252026-06-04T21:23:07.050Z+ ptime -m cargo doc --workspace --no-deps
30262026-06-04T21:23:07.926Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30272026-06-04T21:23:07.926Z |
30282026-06-04T21:23:07.926Z = 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)`
30292026-06-04T21:23:07.926Z = 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>
30302026-06-04T21:23:08.930Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30312026-06-04T21:23:09.160Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30322026-06-04T21:23:09.204Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30332026-06-04T21:23:09.267Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30342026-06-04T21:23:09.336Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30352026-06-04T21:23:09.438Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30362026-06-04T21:23:09.467Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30372026-06-04T21:23:09.516Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30382026-06-04T21:23:09.529Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30392026-06-04T21:23:09.713Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30402026-06-04T21:23:09.735Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30412026-06-04T21:23:09.756Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30422026-06-04T21:23:09.810Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30432026-06-04T21:23:09.834Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30442026-06-04T21:23:09.866Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30452026-06-04T21:23:09.887Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30462026-06-04T21:23:09.909Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30472026-06-04T21:23:09.931Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30482026-06-04T21:23:10.008Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30492026-06-04T21:23:10.012Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30502026-06-04T21:23:10.110Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30512026-06-04T21:23:10.339Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30522026-06-04T21:23:10.652Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30532026-06-04T21:23:10.698Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30542026-06-04T21:23:10.767Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30552026-06-04T21:23:10.814Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30562026-06-04T21:23:10.828Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30572026-06-04T21:23:10.958Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30582026-06-04T21:23:10.970Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30592026-06-04T21:23:11.113Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30602026-06-04T21:23:11.184Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30612026-06-04T21:23:11.356Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30622026-06-04T21:23:11.380Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30632026-06-04T21:23:11.400Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30642026-06-04T21:23:11.612Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30652026-06-04T21:23:11.710Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30662026-06-04T21:23:11.710Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30672026-06-04T21:23:11.851Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30682026-06-04T21:23:11.983Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30692026-06-04T21:23:12.091Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30702026-06-04T21:23:12.377Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30712026-06-04T21:23:12.463Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30722026-06-04T21:23:12.485Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30732026-06-04T21:23:12.658Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30742026-06-04T21:23:12.779Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30752026-06-04T21:23:12.868Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30762026-06-04T21:23:12.938Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30772026-06-04T21:23:12.960Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30782026-06-04T21:23:13.009Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30792026-06-04T21:23:13.031Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30802026-06-04T21:23:13.199Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30812026-06-04T21:23:13.273Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30822026-06-04T21:23:13.363Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30832026-06-04T21:23:13.472Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30842026-06-04T21:23:13.481Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30852026-06-04T21:23:13.482Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30862026-06-04T21:23:13.482Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30872026-06-04T21:23:13.534Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30882026-06-04T21:23:13.569Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30892026-06-04T21:23:13.612Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30902026-06-04T21:23:13.694Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30912026-06-04T21:23:13.722Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30922026-06-04T21:23:13.971Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30932026-06-04T21:23:14.212Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30942026-06-04T21:23:14.235Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30952026-06-04T21:23:14.521Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30962026-06-04T21:23:14.648Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30972026-06-04T21:23:15.021Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30982026-06-04T21:23:15.097Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30992026-06-04T21:23:15.123Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31002026-06-04T21:23:15.125Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31012026-06-04T21:23:15.378Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31022026-06-04T21:23:15.426Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31032026-06-04T21:23:15.588Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31042026-06-04T21:23:15.789Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31052026-06-04T21:23:16.185Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31062026-06-04T21:23:16.493Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31072026-06-04T21:23:16.805Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31082026-06-04T21:23:16.967Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31092026-06-04T21:23:17.342Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31102026-06-04T21:23:17.566Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31112026-06-04T21:23:17.682Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31122026-06-04T21:23:17.858Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31132026-06-04T21:23:18.043Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31142026-06-04T21:23:18.183Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31152026-06-04T21:23:18.253Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31162026-06-04T21:23:18.382Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31172026-06-04T21:23:18.435Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31182026-06-04T21:23:18.530Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31192026-06-04T21:23:18.672Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31202026-06-04T21:23:18.702Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31212026-06-04T21:23:18.787Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31222026-06-04T21:23:18.903Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31232026-06-04T21:23:18.906Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31242026-06-04T21:23:18.946Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31252026-06-04T21:23:19.000Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31262026-06-04T21:23:19.128Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31272026-06-04T21:23:19.154Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31282026-06-04T21:23:19.232Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31292026-06-04T21:23:19.386Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31302026-06-04T21:23:19.410Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31312026-06-04T21:23:19.433Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31322026-06-04T21:23:19.505Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31332026-06-04T21:23:19.587Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31342026-06-04T21:23:19.709Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31352026-06-04T21:23:19.740Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31362026-06-04T21:23:19.797Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31372026-06-04T21:23:19.916Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31382026-06-04T21:23:20.008Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31392026-06-04T21:23:20.235Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31402026-06-04T21:23:20.255Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31412026-06-04T21:23:20.277Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31422026-06-04T21:23:20.643Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31432026-06-04T21:23:20.778Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31442026-06-04T21:23:20.901Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31452026-06-04T21:23:21.729Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31462026-06-04T21:23:21.922Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31472026-06-04T21:23:22.365Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31482026-06-04T21:23:22.529Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31492026-06-04T21:23:22.787Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31502026-06-04T21:23:22.810Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31512026-06-04T21:23:23.097Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31522026-06-04T21:23:23.420Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31532026-06-04T21:23:23.512Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31542026-06-04T21:23:23.751Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31552026-06-04T21:23:23.999Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31562026-06-04T21:23:24.327Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31572026-06-04T21:23:24.400Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31582026-06-04T21:23:24.442Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31592026-06-04T21:23:25.130Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31602026-06-04T21:23:25.635Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31612026-06-04T21:23:25.691Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31622026-06-04T21:23:25.822Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31632026-06-04T21:23:26.087Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31642026-06-04T21:23:26.360Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31652026-06-04T21:23:27.133Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31662026-06-04T21:23:27.185Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31672026-06-04T21:23:27.593Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-06-04T21:23:28.007Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31692026-06-04T21:23:29.034Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31702026-06-04T21:23:29.309Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31712026-06-04T21:23:29.444Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31722026-06-04T21:23:29.670Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-06-04T21:23:29.735Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31742026-06-04T21:23:29.866Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31752026-06-04T21:23:30.033Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31762026-06-04T21:23:30.068Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31772026-06-04T21:23:30.434Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31782026-06-04T21:23:30.721Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31792026-06-04T21:23:30.806Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31802026-06-04T21:23:31.070Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31812026-06-04T21:23:31.206Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31822026-06-04T21:23:31.421Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31832026-06-04T21:23:31.539Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31842026-06-04T21:23:31.826Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31852026-06-04T21:23:31.870Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31862026-06-04T21:23:32.497Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31872026-06-04T21:23:33.576Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31882026-06-04T21:23:33.659Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31892026-06-04T21:23:36.512Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31902026-06-04T21:23:37.534Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31912026-06-04T21:23:37.821Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31922026-06-04T21:23:37.977Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31932026-06-04T21:23:38.278Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31942026-06-04T21:23:38.592Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31952026-06-04T21:23:39.201Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31962026-06-04T21:23:39.540Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31972026-06-04T21:23:39.785Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31982026-06-04T21:23:39.787Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31992026-06-04T21:23:39.848Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32002026-06-04T21:23:39.949Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32012026-06-04T21:23:40.512Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32022026-06-04T21:23:40.745Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32032026-06-04T21:23:40.902Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32042026-06-04T21:23:41.316Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32052026-06-04T21:23:41.495Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32062026-06-04T21:23:41.705Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32072026-06-04T21:23:41.760Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32082026-06-04T21:23:42.104Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32092026-06-04T21:23:42.694Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32102026-06-04T21:23:42.849Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32112026-06-04T21:23:43.422Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32122026-06-04T21:23:44.158Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32132026-06-04T21:23:44.182Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32142026-06-04T21:23:44.782Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32152026-06-04T21:23:46.468Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-06-04T21:23:48.182Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32172026-06-04T21:23:48.432Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32182026-06-04T21:23:48.868Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-06-04T21:23:50.210Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32202026-06-04T21:23:50.869Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32212026-06-04T21:23:52.731Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32222026-06-04T21:23:53.278Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32232026-06-04T21:23:53.693Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32242026-06-04T21:23:55.567Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32252026-06-04T21:23:56.026Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32262026-06-04T21:23:57.005Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32272026-06-04T21:23:57.380Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32282026-06-04T21:23:57.839Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32292026-06-04T21:23:58.544Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32302026-06-04T21:24:00.095Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32312026-06-04T21:24:00.572Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32322026-06-04T21:24:03.197Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32332026-06-04T21:24:05.223Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32342026-06-04T21:24:05.891Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32352026-06-04T21:24:06.632Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32362026-06-04T21:24:08.089Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32372026-06-04T21:24:08.965Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32382026-06-04T21:24:09.564Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32392026-06-04T21:24:10.403Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32402026-06-04T21:24:10.826Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32412026-06-04T21:24:12.279Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32422026-06-04T21:24:13.259Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32432026-06-04T21:24:14.014Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32442026-06-04T21:24:14.912Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32452026-06-04T21:24:14.988Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32462026-06-04T21:24:15.522Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32472026-06-04T21:24:16.308Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32482026-06-04T21:24:17.152Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32492026-06-04T21:24:20.295Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32502026-06-04T21:24:21.428Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32512026-06-04T21:24:21.975Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32522026-06-04T21:24:22.865Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32532026-06-04T21:24:23.699Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32542026-06-04T21:24:24.722Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32552026-06-04T21:24:25.752Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32562026-06-04T21:24:26.799Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32572026-06-04T21:24:29.256Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32582026-06-04T21:24:29.720Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32592026-06-04T21:24:30.644Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32602026-06-04T21:24:32.050Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32612026-06-04T21:24:33.104Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32622026-06-04T21:24:34.340Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32632026-06-04T21:24:36.674Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32642026-06-04T21:24:37.250Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32652026-06-04T21:24:39.016Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32662026-06-04T21:24:40.316Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32672026-06-04T21:24:41.872Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32682026-06-04T21:24:43.612Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32692026-06-04T21:24:46.834Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32702026-06-04T21:24:46.892Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32712026-06-04T21:24:52.107Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32722026-06-04T21:24:52.946Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32732026-06-04T21:24:54.025Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32742026-06-04T21:24:54.577Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32752026-06-04T21:24:58.770Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32762026-06-04T21:24:58.819Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32772026-06-04T21:24:59.515Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32782026-06-04T21:25:01.658Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32792026-06-04T21:25:03.321Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32802026-06-04T21:25:04.928Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32812026-06-04T21:25:06.930Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32822026-06-04T21:25:08.353Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32832026-06-04T21:25:10.004Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32842026-06-04T21:25:11.674Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32852026-06-04T21:25:13.320Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32862026-06-04T21:25:14.667Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32872026-06-04T21:25:16.731Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32882026-06-04T21:25:18.079Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32892026-06-04T21:25:20.130Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32902026-06-04T21:25:21.888Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32912026-06-04T21:25:23.684Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32922026-06-04T21:25:25.422Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32932026-06-04T21:25:27.359Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32942026-06-04T21:25:29.110Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32952026-06-04T21:25:30.952Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32962026-06-04T21:25:33.004Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32972026-06-04T21:25:37.380Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32982026-06-04T21:25:38.205Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32992026-06-04T21:25:39.162Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33002026-06-04T21:25:40.243Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33012026-06-04T21:25:43.537Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33022026-06-04T21:25:45.827Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33032026-06-04T21:25:48.365Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33042026-06-04T21:25:50.461Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33052026-06-04T21:25:52.695Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33062026-06-04T21:25:54.860Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33072026-06-04T21:25:57.106Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33082026-06-04T21:25:59.743Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33092026-06-04T21:26:01.701Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33102026-06-04T21:26:03.620Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33112026-06-04T21:26:05.867Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33122026-06-04T21:26:08.115Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33132026-06-04T21:26:10.297Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33142026-06-04T21:26:12.594Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33152026-06-04T21:26:14.904Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33162026-06-04T21:26:17.141Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33172026-06-04T21:26:19.438Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33182026-06-04T21:26:21.759Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33192026-06-04T21:26:23.961Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33202026-06-04T21:26:26.233Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33212026-06-04T21:26:28.546Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33222026-06-04T21:26:30.815Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33232026-06-04T21:26:33.082Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33242026-06-04T21:26:35.302Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33252026-06-04T21:26:37.624Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33262026-06-04T21:26:39.838Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33272026-06-04T21:26:42.112Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33282026-06-04T21:26:44.474Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33292026-06-04T21:26:46.795Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33302026-06-04T21:26:49.030Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33312026-06-04T21:26:51.349Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33322026-06-04T21:26:53.542Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33332026-06-04T21:26:56.143Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33342026-06-04T21:26:58.388Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33352026-06-04T21:27:01.231Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33362026-06-04T21:27:03.442Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33372026-06-04T21:27:05.779Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33382026-06-04T21:27:08.284Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33392026-06-04T21:27:10.662Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33402026-06-04T21:27:14.480Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33412026-06-04T21:27:15.826Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33422026-06-04T21:27:18.121Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33432026-06-04T21:27:20.639Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33442026-06-04T21:27:23.277Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33452026-06-04T21:27:25.744Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33462026-06-04T21:27:28.338Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33472026-06-04T21:27:31.036Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33482026-06-04T21:27:33.526Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33492026-06-04T21:27:36.105Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33502026-06-04T21:27:38.546Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33512026-06-04T21:27:41.098Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33522026-06-04T21:27:43.680Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33532026-06-04T21:27:46.619Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33542026-06-04T21:27:49.097Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33552026-06-04T21:27:51.655Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33562026-06-04T21:27:59.226Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33572026-06-04T21:27:59.502Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33582026-06-04T21:28:02.773Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33592026-06-04T21:28:06.248Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33602026-06-04T21:28:09.686Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33612026-06-04T21:28:12.834Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33622026-06-04T21:28:17.642Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33632026-06-04T21:28:20.439Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33642026-06-04T21:28:24.124Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33652026-06-04T21:28:27.834Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33662026-06-04T21:28:31.648Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33672026-06-04T21:28:35.217Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33682026-06-04T21:28:38.909Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33692026-06-04T21:28:42.684Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33702026-06-04T21:28:46.396Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33712026-06-04T21:28:50.199Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33722026-06-04T21:28:53.776Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33732026-06-04T21:28:57.507Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33742026-06-04T21:29:01.207Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33752026-06-04T21:29:04.814Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33762026-06-04T21:29:08.595Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33772026-06-04T21:29:12.427Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33782026-06-04T21:29:16.068Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33792026-06-04T21:29:19.803Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33802026-06-04T21:29:49.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 42s
33812026-06-04T21:29:49.536Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
33822026-06-04T21:29:49.641Z
33832026-06-04T21:29:49.642Zreal 6:42.510245552
33842026-06-04T21:29:49.642Zuser 17:50.881267762
33852026-06-04T21:29:49.642Zsys 3:52.437285925
33862026-06-04T21:29:49.642Ztrap 0.273037593
33872026-06-04T21:29:49.642Ztflt 0.034383890
33882026-06-04T21:29:49.642Zdflt 0.072985304
33892026-06-04T21:29:49.642Zkflt 0.000133410
33902026-06-04T21:29:49.642Zlock 6:11:43.648293363
33912026-06-04T21:29:49.642Zslp 2:15:11.811735066
33922026-06-04T21:29:49.642Zlat 36.706469900
33932026-06-04T21:29:49.642Zstop 1:44.084240306
33942026-06-04T21:29:49.645Zprocess exited: duration 832859 ms, exit code 0
 
33952026-06-04T21:29:49.655Zfound 0 output files