01KMJXACRC3BP8Q89AFM96YK64: clippy (helios)

BasicConfig {
    output_rules: [
        "%/var/tmp/ci-resource-usage.csv",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0-20260324",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KMJXAVE8B49M7GWT7TNVX11V

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-25T16:32:24.617Zjob assigned to worker 01KMJXCTGKXECCX2FDGNT1RCFR [factory aws, i-0e53e9812fe4d537f] (queued for 1 m 47 s)
 
22026-03-25T16:32:31.427Zstarting task 0: "setup"
32026-03-25T16:32:31.436Z++ uname -s
42026-03-25T16:32:31.436Z+ kern=SunOS
52026-03-25T16:32:31.436Z+ build_user=build
62026-03-25T16:32:31.436Z+ build_uid=12345
72026-03-25T16:32:31.436Z+ work_dir=/work
82026-03-25T16:32:31.436Z+ input_dir=/input
92026-03-25T16:32:31.436Z+ [[ 0 == 12345 ]]
102026-03-25T16:32:31.436Z+ case "$kern" in
112026-03-25T16:32:31.436Z+ groupadd -g 12345 build
122026-03-25T16:32:31.436Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-25T16:32:33.437Z+ zfs create -o mountpoint=/work rpool/work
142026-03-25T16:32:33.555Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-25T16:32:33.563Z+ home_fs=zfs
162026-03-25T16:32:33.564Z+ [[ zfs == autofs ]]
172026-03-25T16:32:33.564Z+ mkdir -p /home/build
182026-03-25T16:32:33.564Z+ chown build:build /home/build /work
192026-03-25T16:32:35.557Z+ chmod 0700 /home/build /work
202026-03-25T16:32:35.560Zprocess exited: duration 4139 ms, exit code 0
 
212026-03-25T16:32:35.566Zstarting task 1: "rust-toolchain"
222026-03-25T16:32:35.571Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-25T16:32:35.571Z * rust toolchain channel = "1.94.0"
242026-03-25T16:32:35.571Z * rust toolchain profile = "default"
252026-03-25T16:32:35.571Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-25T16:32:35.571Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-25T16:32:35.571Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-25T16:32:35.574Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-25T16:32:35.574Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-25T16:32:35.646Zinfo: downloading installer
312026-03-25T16:32:37.236Zwarn: It looks like you have an existing installation of Rust at:
322026-03-25T16:32:37.236Zwarn: /opt/ooce/bin
332026-03-25T16:32:37.236Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-25T16:32:37.236Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-25T16:32:37.236Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-25T16:32:37.236Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-25T16:32:37.236Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-25T16:32:37.236Zerror: cannot install while Rust is installed
392026-03-25T16:32:37.236Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-25T16:32:37.236Zwarn: It looks like you have an existing rustup settings file at:
412026-03-25T16:32:37.236Zwarn: /home/build/.rustup/settings.toml
422026-03-25T16:32:37.236Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-25T16:32:37.236Zwarn: instead of the one inferred from the default host triple.
442026-03-25T16:32:37.250Zinfo: profile set to default
452026-03-25T16:32:37.250Zinfo: default host triple is x86_64-unknown-illumos
462026-03-25T16:32:37.253Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-25T16:32:37.403Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-25T16:32:37.406Zinfo: downloading 6 components
492026-03-25T16:32:53.776Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-25T16:32:53.776Z
512026-03-25T16:32:53.804Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-25T16:32:53.804Z
532026-03-25T16:32:53.804Z
542026-03-25T16:32:53.804ZRust is installed now. Great!
552026-03-25T16:32:53.805Z
562026-03-25T16:32:53.805ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-25T16:32:53.805Zenvironment variable. This has not been done automatically.
582026-03-25T16:32:53.805Z
592026-03-25T16:32:53.805ZTo configure your current shell, you need to source
602026-03-25T16:32:53.805Zthe corresponding env file under $HOME/.cargo.
612026-03-25T16:32:53.805Z
622026-03-25T16:32:53.805ZThis is usually done by running one of the following (note the leading DOT):
632026-03-25T16:32:53.805Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-25T16:32:53.805Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-25T16:32:53.805Zsource "~/.cargo/env.nu" # For nushell
662026-03-25T16:32:53.805Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-25T16:32:53.808Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-25T16:32:53.808Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-25T16:32:53.808Zwarn: no default linker (`cc`) was found in your PATH
702026-03-25T16:32:53.808Zwarn: many Rust crates require a system C toolchain to build
712026-03-25T16:32:53.899Z+ rustup --version
722026-03-25T16:32:53.908Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-25T16:32:53.911Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-25T16:32:53.930Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-25T16:32:53.932Z+ cargo --version
762026-03-25T16:32:53.945Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-25T16:32:53.948Z+ rustc --version
782026-03-25T16:32:53.968Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-25T16:32:53.971Zprocess exited: duration 18402 ms, exit code 0
 
802026-03-25T16:32:53.977Zstarting task 2: "authentication"
812026-03-25T16:32:53.993Zprocess exited: duration 16 ms, exit code 0
 
822026-03-25T16:32:53.999Zstarting task 3: "clone repository"
832026-03-25T16:32:54.002Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-25T16:32:54.005Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-25T16:32:54.080ZCloning into '/work/oxidecomputer/omicron'...
862026-03-25T16:33:05.074Z+ cd /work/oxidecomputer/omicron
872026-03-25T16:33:05.074Z+ git fetch origin 43914a10ea33968a251727a8000bf5bbcb9e4af1
882026-03-25T16:33:05.415ZFrom https://github.com/oxidecomputer/omicron
892026-03-25T16:33:05.415Z * branch 43914a10ea33968a251727a8000bf5bbcb9e4af1 -> FETCH_HEAD
902026-03-25T16:33:05.438Z+ [[ -n ea-ztnrpmzzkqvp ]]
912026-03-25T16:33:05.452Z++ git branch --show-current
922026-03-25T16:33:05.452Z+ current=main
932026-03-25T16:33:05.452Z+ [[ main != ea-ztnrpmzzkqvp ]]
942026-03-25T16:33:05.452Z+ git branch -f ea-ztnrpmzzkqvp 43914a10ea33968a251727a8000bf5bbcb9e4af1
952026-03-25T16:33:05.452Z+ git checkout -f ea-ztnrpmzzkqvp
962026-03-25T16:33:05.767ZSwitched to branch 'ea-ztnrpmzzkqvp'
972026-03-25T16:33:05.785Z+ git reset --hard 43914a10ea33968a251727a8000bf5bbcb9e4af1
982026-03-25T16:33:05.785ZHEAD is now at 43914a10e monitor resource consumption on linux
992026-03-25T16:33:05.785Zprocess exited: duration 11713 ms, exit code 0
 
1002026-03-25T16:33:05.821Zstarting task 4: "build"
1012026-03-25T16:33:05.832Z+ source ./env.sh
1022026-03-25T16:33:05.832Z++ OLD_SHELL_OPTS=ehxB
1032026-03-25T16:33:05.832Z++ set -o xtrace
1042026-03-25T16:33:05.832Z++++ dirname ./env.sh
1052026-03-25T16:33:05.832Z+++ readlink -f .
1062026-03-25T16:33:05.832Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-25T16:33:05.832Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-25T16:33:05.832Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-25T16:33:05.833Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-25T16:33:05.833Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-25T16:33:05.833Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-03-25T16:33:05.833Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-03-25T16:33:05.833Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-03-25T16:33:05.833Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-25T16:33:05.833Z++ case $OLD_SHELL_OPTS in
1162026-03-25T16:33:05.833Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-25T16:33:05.833Z+ source .github/buildomat/ci-env.sh
1182026-03-25T16:33:05.833Z++ export CARGO_TERM_COLOR=always
1192026-03-25T16:33:05.833Z++ CARGO_TERM_COLOR=always
1202026-03-25T16:33:05.833Z+ cargo --version
1212026-03-25T16:33:05.842Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-25T16:33:05.842Z+ rustc --version
1232026-03-25T16:33:05.875Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-25T16:33:05.893Z+ cargo build --release -p ci-resource-usage
1252026-03-25T16:33:06.049Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1262026-03-25T16:33:06.343Z Updating crates.io index
1272026-03-25T16:33:06.350Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1282026-03-25T16:33:06.945Z Updating git repository `https://github.com/oxidecomputer/lldp`
1292026-03-25T16:33:07.333Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1302026-03-25T16:33:07.786Z Updating git repository `https://github.com/oxidecomputer/falcon`
1312026-03-25T16:33:15.889Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1322026-03-25T16:33:16.394Z Updating git repository `https://github.com/oxidecomputer/propolis`
1332026-03-25T16:33:17.721Z Updating git repository `https://github.com/oxidecomputer/crucible`
1342026-03-25T16:33:19.084Z Updating git repository `https://github.com/oxidecomputer/opte`
1352026-03-25T16:33:19.870Z Updating git repository `https://github.com/oxidecomputer/tofino`
1362026-03-25T16:33:20.145Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1372026-03-25T16:33:20.993Z Updating git repository `https://github.com/oxidecomputer/clickward`
1382026-03-25T16:33:21.379Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1392026-03-25T16:33:21.761Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1402026-03-25T16:33:22.039Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1412026-03-25T16:33:23.059Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1422026-03-25T16:33:23.708Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1432026-03-25T16:33:23.979Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1442026-03-25T16:33:24.264Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1452026-03-25T16:33:24.863Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1462026-03-25T16:33:25.136Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1472026-03-25T16:33:25.363Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1482026-03-25T16:33:25.816Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1492026-03-25T16:33:26.057Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1502026-03-25T16:33:26.927Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1512026-03-25T16:33:27.226Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1522026-03-25T16:33:27.515Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1532026-03-25T16:33:28.141Z Updating git repository `https://github.com/oxidecomputer/ispf`
1542026-03-25T16:33:28.562Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1552026-03-25T16:33:29.915Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1562026-03-25T16:33:30.395Z Updating git repository `https://github.com/oxidecomputer/crucible`
1572026-03-25T16:33:30.964Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1582026-03-25T16:33:31.306Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1592026-03-25T16:33:32.016Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1602026-03-25T16:33:32.341Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1612026-03-25T16:33:32.900Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1622026-03-25T16:33:33.141Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1632026-03-25T16:33:33.938Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1642026-03-25T16:33:34.009Z Updating git repository `https://github.com/illumos/smf-rs`
1652026-03-25T16:33:34.090Z Updating git repository `https://github.com/oxidecomputer/omicron`
1662026-03-25T16:33:46.136Z Downloading crates ...
1672026-03-25T16:33:46.204Z Downloaded thiserror v1.0.69
1682026-03-25T16:33:46.204Z Downloaded kstat-rs v0.2.4
1692026-03-25T16:33:46.204Z Downloaded thiserror-impl v1.0.69
1702026-03-25T16:33:46.204Z Downloaded proc-macro2 v1.0.106
1712026-03-25T16:33:46.204Z Downloaded quote v1.0.44
1722026-03-25T16:33:46.204Z Downloaded anyhow v1.0.102
1732026-03-25T16:33:46.204Z Downloaded unicode-ident v1.0.24
1742026-03-25T16:33:46.204Z Downloaded syn v2.0.117
1752026-03-25T16:33:46.204Z Downloaded libc v0.2.180
1762026-03-25T16:33:46.232Z Compiling proc-macro2 v1.0.106
1772026-03-25T16:33:46.232Z Compiling unicode-ident v1.0.24
1782026-03-25T16:33:46.232Z Compiling quote v1.0.44
1792026-03-25T16:33:46.233Z Compiling thiserror v1.0.69
1802026-03-25T16:33:46.233Z Compiling libc v0.2.180
1812026-03-25T16:33:46.233Z Compiling anyhow v1.0.102
1822026-03-25T16:33:47.350Z Compiling syn v2.0.117
1832026-03-25T16:33:48.468Z Compiling thiserror-impl v1.0.69
1842026-03-25T16:33:49.156Z Compiling kstat-rs v0.2.4
1852026-03-25T16:33:49.440Z Compiling ci-resource-usage v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ci-resource-usage)
1862026-03-25T16:33:49.917Z Finished `release` profile [optimized] target(s) in 44.02s
1872026-03-25T16:33:50.207Z+ bmat process start ci-resource-usage target/release/ci-resource-usage /var/tmp/ci-resource-usage.csv
1882026-03-25T16:33:50.216Z+ banner prerequisites
1892026-03-25T16:33:50.225Z
1902026-03-25T16:33:50.225Z ##### ##### ###### ##### ###### #### # # # #### #
1912026-03-25T16:33:50.225Z # # # # # # # # # # # # # # #
1922026-03-25T16:33:50.225Z # # # # ##### # # ##### # # # # # #### #
1932026-03-25T16:33:50.225Z ##### ##### # ##### # # # # # # # # #
1942026-03-25T16:33:50.225Z # # # # # # # # # # # # # # #
1952026-03-25T16:33:50.225Z # # # ###### # # ###### ### # #### # #### #
1962026-03-25T16:33:50.225Z
1972026-03-25T16:33:50.225Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1982026-03-25T16:33:53.827Z Startup: Refreshing catalog 'helios-dev' ... Done
1992026-03-25T16:33:57.391ZPlanning: Solver setup ... Done (2.283s)
2002026-03-25T16:33:57.406ZPlanning: Running solver ... Done (0.015s)
2012026-03-25T16:33:57.800ZPlanning: Finding local manifests ... Done (0.002s)
2022026-03-25T16:33:57.806ZPlanning: Fetching manifests: 0/4 0% complete
2032026-03-25T16:33:57.806ZPlanning: Fetching manifests: 4/4 100% complete
2042026-03-25T16:33:57.806ZPlanning: Package planning ... Done (0.031s)
2052026-03-25T16:33:57.806ZPlanning: Merging actions ... Done (0.028s)
2062026-03-25T16:33:58.019ZPlanning: Checking for conflicting actions ... Done (0.182s)
2072026-03-25T16:33:58.028ZPlanning: Consolidating action changes ... Done (0.006s)
2082026-03-25T16:33:58.588ZPlanning: Evaluating mediators ... Done (0.595s)
2092026-03-25T16:33:58.595ZPlanning: Planning completed in 4.75 seconds
2102026-03-25T16:33:58.986Z Packages to install: 4
2112026-03-25T16:33:58.987Z Mediators to change: 2
2122026-03-25T16:33:59.005Z Services to change: 1
2132026-03-25T16:33:59.005Z Estimated space available: 155.18 GB
2142026-03-25T16:33:59.005ZEstimated space to be consumed: 1.83 GB
2152026-03-25T16:33:59.005Z Create boot environment: No
2162026-03-25T16:33:59.005ZCreate backup boot environment: No
2172026-03-25T16:33:59.005Z Rebuild boot archive: No
2182026-03-25T16:33:59.005Z
2192026-03-25T16:33:59.006ZChanged mediators:
2202026-03-25T16:33:59.006Z mediator clang:
2212026-03-25T16:33:59.006Z version: None -> 15 (system default)
2222026-03-25T16:33:59.006Z
2232026-03-25T16:33:59.006Z mediator llvm:
2242026-03-25T16:33:59.006Z version: 14 (system default) -> 15 (system default)
2252026-03-25T16:33:59.006Z
2262026-03-25T16:33:59.006ZChanged packages:
2272026-03-25T16:33:59.006Zhelios-dev
2282026-03-25T16:33:59.006Z developer/build-essential
2292026-03-25T16:33:59.006Z None -> 11-2.0
2302026-03-25T16:33:59.006Z library/libxmlsec1
2312026-03-25T16:33:59.006Z None -> 1.2.35-2.0
2322026-03-25T16:33:59.006Z ooce/developer/clang-15
2332026-03-25T16:33:59.006Z None -> 15.0.7-2.0
2342026-03-25T16:33:59.006Z ooce/developer/llvm-15
2352026-03-25T16:33:59.006Z None -> 15.0.7-2.0
2362026-03-25T16:33:59.006Z
2372026-03-25T16:33:59.006ZServices:
2382026-03-25T16:33:59.006Z restart_fmri:
2392026-03-25T16:33:59.006Z svc:/system/update-man-index:default
2402026-03-25T16:33:59.006Z
2412026-03-25T16:33:59.006ZDownload: 0/3290 items 0.0/212.6MB 0% complete
2422026-03-25T16:34:03.881ZDownload: 3170/3290 items 156.1/212.6MB 73% complete (31.0M/s)
2432026-03-25T16:34:05.227ZDownload: Completed 212.60 MB in 6.10 seconds (34.9M/s)
2442026-03-25T16:34:05.357Z Actions: 1/3689 actions (Installing new actions)
2452026-03-25T16:34:08.618Z Actions: Completed 3689 actions in 3.26 seconds.
2462026-03-25T16:34:09.139Z Done (0.521s)
2472026-03-25T16:34:09.139Z Done (0.000s)
2482026-03-25T16:34:09.845Z Done (0.701s)
2492026-03-25T16:34:12.853Z Done (2.667s)
2502026-03-25T16:34:13.182Z Done (0.011s)
2512026-03-25T16:34:13.197Z Done (0.000s)
2522026-03-25T16:34:13.323Z Done (0.000s)
2532026-03-25T16:34:13.911ZPlanning: Evaluating mediator changes ... Done
2542026-03-25T16:34:13.923ZPlanning: Checking for conflicting actions ... Done
2552026-03-25T16:34:13.923ZPlanning: Consolidating action changes ... Done
2562026-03-25T16:34:13.952ZPlanning: Evaluating mediators ... Done
2572026-03-25T16:34:13.958ZPlanning: Planning completed in 0.27 seconds
2582026-03-25T16:34:13.973Z Mediators to change: 2
2592026-03-25T16:34:13.973Z Create boot environment: No
2602026-03-25T16:34:13.973ZCreate backup boot environment: No
2612026-03-25T16:34:14.022Z Done
2622026-03-25T16:34:14.022Z Done
2632026-03-25T16:34:14.624Z Done
2642026-03-25T16:34:17.152Z Done
2652026-03-25T16:34:17.215Z Done
2662026-03-25T16:34:17.218Z Done
2672026-03-25T16:34:17.300Z Done
2682026-03-25T16:34:17.712ZPlanning: Evaluating mediator changes ... Done
2692026-03-25T16:34:17.716ZPlanning: Merging actions ... Done
2702026-03-25T16:34:17.857ZPlanning: Checking for conflicting actions ... Done
2712026-03-25T16:34:17.861ZPlanning: Consolidating action changes ... Done
2722026-03-25T16:34:17.998ZPlanning: Evaluating mediators ... Done
2732026-03-25T16:34:18.027ZPlanning: Planning completed in 0.45 seconds
2742026-03-25T16:34:18.047Z Packages to change: 1
2752026-03-25T16:34:18.047Z Mediators to change: 1
2762026-03-25T16:34:18.047Z Services to change: 1
2772026-03-25T16:34:18.047Z Create boot environment: No
2782026-03-25T16:34:18.047ZCreate backup boot environment: Yes
2792026-03-25T16:34:20.169Z Actions: 1/6 actions (Updating modified actions)
2802026-03-25T16:34:20.187Z Actions: Completed 6 actions in 0.00 seconds.
2812026-03-25T16:34:20.187Z Done
2822026-03-25T16:34:20.187Z Done
2832026-03-25T16:34:20.251Z Done
2842026-03-25T16:34:22.763Z Done
2852026-03-25T16:34:22.829Z Done
2862026-03-25T16:34:22.832Z Done
2872026-03-25T16:34:23.101Z Done
2882026-03-25T16:34:23.260ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2892026-03-25T16:34:23.260Zclang system 15 system
2902026-03-25T16:34:23.260Zcsh system system illumos
2912026-03-25T16:34:23.260Zctags system system illumos
2922026-03-25T16:34:23.260Zfile system system illumos
2932026-03-25T16:34:23.260Zgcc vendor 12 vendor
2942026-03-25T16:34:23.260Zgcc system 14 system
2952026-03-25T16:34:23.260Zgcc system 10 system
2962026-03-25T16:34:23.260Zgo system 1.20 system
2972026-03-25T16:34:23.260Zgo system 1.19 system
2982026-03-25T16:34:23.260Zllvm system 15 system
2992026-03-25T16:34:23.260Zllvm system 14 system
3002026-03-25T16:34:23.260Zmariadb system 10.6 system
3012026-03-25T16:34:23.261Zmta vendor vendor dma
3022026-03-25T16:34:23.261Zopenjdk system 17 system
3032026-03-25T16:34:23.261Zopenjdk system 11 system
3042026-03-25T16:34:23.261Zopenjdk system 1.8 system
3052026-03-25T16:34:23.261Zopenssl vendor 3 vendor
3062026-03-25T16:34:23.261Zperl system 5.36 system
3072026-03-25T16:34:23.261Zpostgresql system 15 system
3082026-03-25T16:34:23.261Zpostgresql system 13 system
3092026-03-25T16:34:23.261Zpython vendor 3 vendor
3102026-03-25T16:34:23.261Zpython system 2 system
3112026-03-25T16:34:23.261Zpython3 system 3.11 system
3122026-03-25T16:34:23.261Zruby system 3.0 system
3132026-03-25T16:34:23.261Zwords vendor vendor american-english
3142026-03-25T16:34:23.262Zwords system system australian-english
3152026-03-25T16:34:23.262Zwords system system british-english
3162026-03-25T16:34:23.262Zwords system system canadian-english
3172026-03-25T16:34:23.262Zwords system system french
3182026-03-25T16:34:23.262Zwords system system italian
3192026-03-25T16:34:23.262Zwords system system ngerman
3202026-03-25T16:34:23.262Zwords system system ogerman
3212026-03-25T16:34:23.262Zwords system system spanish
3222026-03-25T16:34:23.489ZPUBLISHER TYPE STATUS P LOCATION
3232026-03-25T16:34:23.489Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
3242026-03-25T16:34:27.892ZFMRI IFO
3252026-03-25T16:34:27.892Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
3262026-03-25T16:34:27.892Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
3272026-03-25T16:34:27.892Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
3282026-03-25T16:34:27.892Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
3292026-03-25T16:34:27.892Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
3302026-03-25T16:34:27.892Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
3312026-03-25T16:34:27.892Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3322026-03-25T16:34:27.892Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
3332026-03-25T16:34:27.892Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3342026-03-25T16:34:27.893Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3352026-03-25T16:34:27.893Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
3362026-03-25T16:34:27.893Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3372026-03-25T16:34:27.893Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3382026-03-25T16:34:27.893Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
3392026-03-25T16:34:27.893Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3402026-03-25T16:34:27.893Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3412026-03-25T16:34:29.142Z Downloading crates ...
3422026-03-25T16:34:29.202Z Downloaded anstream v0.6.21
3432026-03-25T16:34:29.207Z Downloaded num-traits v0.2.19
3442026-03-25T16:34:29.207Z Downloaded camino-tempfile v1.4.1
3452026-03-25T16:34:29.207Z Downloaded colorchoice v1.0.4
3462026-03-25T16:34:29.207Z Downloaded memmap v0.7.0
3472026-03-25T16:34:29.218Z Downloaded utf8parse v0.2.2
3482026-03-25T16:34:29.218Z Downloaded usdt v0.5.0
3492026-03-25T16:34:29.218Z Downloaded getrandom v0.4.1
3502026-03-25T16:34:29.229Z Downloaded idna_adapter v1.2.1
3512026-03-25T16:34:29.229Z Downloaded clap_lex v1.0.0
3522026-03-25T16:34:29.229Z Downloaded version_check v0.9.5
3532026-03-25T16:34:29.230Z Downloaded block-buffer v0.10.4
3542026-03-25T16:34:29.230Z Downloaded errno v0.3.14
3552026-03-25T16:34:29.242Z Downloaded usdt-macro v0.5.0
3562026-03-25T16:34:29.242Z Downloaded equivalent v1.0.2
3572026-03-25T16:34:29.242Z Downloaded utf8_iter v1.0.4
3582026-03-25T16:34:29.242Z Downloaded yoke-derive v0.8.1
3592026-03-25T16:34:29.242Z Downloaded typeid v1.0.3
3602026-03-25T16:34:29.242Z Downloaded cfg-if v1.0.4
3612026-03-25T16:34:29.242Z Downloaded dtrace-parser v0.2.0
3622026-03-25T16:34:29.242Z Downloaded cargo-platform v0.2.0
3632026-03-25T16:34:29.242Z Downloaded is_terminal_polyfill v1.70.2
3642026-03-25T16:34:29.242Z Downloaded scroll_derive v0.12.1
3652026-03-25T16:34:29.242Z Downloaded fastrand v2.3.0
3662026-03-25T16:34:29.256Z Downloaded zerofrom-derive v0.1.6
3672026-03-25T16:34:29.256Z Downloaded ordered-float v2.10.1
3682026-03-25T16:34:29.256Z Downloaded zerofrom v0.1.6
3692026-03-25T16:34:29.256Z Downloaded writeable v0.6.2
3702026-03-25T16:34:29.256Z Downloaded usdt-attr-macro v0.5.0
3712026-03-25T16:34:29.256Z Downloaded unicode-linebreak v0.1.5
3722026-03-25T16:34:29.256Z Downloaded erased-serde v0.4.9
3732026-03-25T16:34:29.256Z Downloaded icu_normalizer_data v2.1.1
3742026-03-25T16:34:29.256Z Downloaded toml_datetime v0.6.11
3752026-03-25T16:34:29.256Z Downloaded toml_write v0.1.2
3762026-03-25T16:34:29.256Z Downloaded cpufeatures v0.2.17
3772026-03-25T16:34:29.256Z Downloaded byteorder v1.5.0
3782026-03-25T16:34:29.256Z Downloaded cargo_toml v0.21.0
3792026-03-25T16:34:29.271Z Downloaded zerovec-derive v0.11.2
3802026-03-25T16:34:29.271Z Downloaded yoke v0.8.1
3812026-03-25T16:34:29.272Z Downloaded unicode-xid v0.2.6
3822026-03-25T16:34:29.272Z Downloaded dof v0.3.0
3832026-03-25T16:34:29.272Z Downloaded usdt-impl v0.5.0
3842026-03-25T16:34:29.281Z Downloaded itoa v1.0.17
3852026-03-25T16:34:29.281Z Downloaded digest v0.10.7
3862026-03-25T16:34:29.281Z Downloaded zmij v1.0.21
3872026-03-25T16:34:29.281Z Downloaded bitflags v2.11.0
3882026-03-25T16:34:29.281Z Downloaded camino v1.2.2
3892026-03-25T16:34:29.281Z Downloaded zerocopy-derive v0.7.35
3902026-03-25T16:34:29.281Z Downloaded percent-encoding v2.3.2
3912026-03-25T16:34:29.281Z Downloaded toml v0.8.23
3922026-03-25T16:34:29.290Z Downloaded ucd-trie v0.1.7
3932026-03-25T16:34:29.290Z Downloaded anstyle-query v1.1.5
3942026-03-25T16:34:29.290Z Downloaded heck v0.5.0
3952026-03-25T16:34:29.290Z Downloaded strsim v0.11.1
3962026-03-25T16:34:29.290Z Downloaded potential_utf v0.1.4
3972026-03-25T16:34:29.300Z Downloaded generic-array v0.14.7
3982026-03-25T16:34:29.300Z Downloaded zerotrie v0.2.3
3992026-03-25T16:34:29.300Z Downloaded smawk v0.3.2
4002026-03-25T16:34:29.633Z Downloaded tabled_derive v0.7.0
4012026-03-25T16:34:29.633Z Downloaded swrite v0.1.0
4022026-03-25T16:34:29.633Z Downloaded crypto-common v0.1.7
4032026-03-25T16:34:29.633Z Downloaded stable_deref_trait v1.2.1
4042026-03-25T16:34:29.633Z Downloaded serde_spanned v0.6.9
4052026-03-25T16:34:29.633Z Downloaded anstyle v1.0.13
4062026-03-25T16:34:29.633Z Downloaded toml_edit v0.22.27
4072026-03-25T16:34:29.644Z Downloaded thread-id v4.2.2
4082026-03-25T16:34:29.645Z Downloaded url v2.5.8
4092026-03-25T16:34:29.645Z Downloaded pretty-hex v0.4.1
4102026-03-25T16:34:29.645Z Downloaded typenum v1.19.0
4112026-03-25T16:34:29.645Z Downloaded heck v0.4.1
4122026-03-25T16:34:29.645Z Downloaded form_urlencoded v1.2.2
4132026-03-25T16:34:29.645Z Downloaded macaddr v1.0.1
4142026-03-25T16:34:29.645Z Downloaded proc-macro-error-attr v1.0.4
4152026-03-25T16:34:29.645Z Downloaded serde-value v0.7.0
4162026-03-25T16:34:29.645Z Downloaded terminal_size v0.4.3
4172026-03-25T16:34:29.645Z Downloaded zerovec v0.11.5
4182026-03-25T16:34:29.645Z Downloaded winnow v0.7.14
4192026-03-25T16:34:29.645Z Downloaded zerocopy v0.7.35
4202026-03-25T16:34:29.646Z Downloaded plain v0.2.3
4212026-03-25T16:34:29.646Z Downloaded fs-err v3.3.0
4222026-03-25T16:34:29.646Z Downloaded displaydoc v0.2.5
4232026-03-25T16:34:29.646Z Downloaded cargo_metadata v0.21.0
4242026-03-25T16:34:29.646Z Downloaded autocfg v1.5.0
4252026-03-25T16:34:29.646Z Downloaded proc-macro-error v1.0.4
4262026-03-25T16:34:29.646Z Downloaded fnv v1.0.7
4272026-03-25T16:34:29.646Z Downloaded unicode-width v0.2.0
4282026-03-25T16:34:29.646Z Downloaded unicode-width v0.1.14
4292026-03-25T16:34:29.646Z Downloaded synstructure v0.13.2
4302026-03-25T16:34:29.646Z Downloaded bytecount v0.6.9
4312026-03-25T16:34:29.646Z Downloaded serde-untagged v0.1.9
4322026-03-25T16:34:29.646Z Downloaded semver v1.0.27
4332026-03-25T16:34:29.646Z Downloaded thiserror-impl v2.0.18
4342026-03-25T16:34:29.646Z Downloaded sha2 v0.10.9
4352026-03-25T16:34:29.646Z Downloaded serde_tokenstream v0.2.3
4362026-03-25T16:34:29.647Z Downloaded scroll v0.12.0
4372026-03-25T16:34:29.647Z Downloaded icu_normalizer v2.1.1
4382026-03-25T16:34:29.647Z Downloaded cargo-util-schemas v0.8.2
4392026-03-25T16:34:29.647Z Downloaded tinystr v0.8.2
4402026-03-25T16:34:29.647Z Downloaded anstyle-parse v0.2.7
4412026-03-25T16:34:29.647Z Downloaded litemap v0.8.1
4422026-03-25T16:34:29.647Z Downloaded pest_derive v2.8.6
4432026-03-25T16:34:29.647Z Downloaded clap_derive v4.5.55
4442026-03-25T16:34:29.647Z Downloaded tempfile v3.25.0
4452026-03-25T16:34:29.647Z Downloaded once_cell v1.21.3
4462026-03-25T16:34:29.647Z Downloaded thiserror v2.0.18
4472026-03-25T16:34:29.647Z Downloaded icu_collections v2.1.1
4482026-03-25T16:34:29.647Z Downloaded pest_generator v2.8.6
4492026-03-25T16:34:29.647Z Downloaded clap v4.5.60
4502026-03-25T16:34:29.648Z Downloaded memchr v2.8.0
4512026-03-25T16:34:29.648Z Downloaded icu_provider v2.1.1
4522026-03-25T16:34:29.648Z Downloaded serde_derive v1.0.228
4532026-03-25T16:34:29.648Z Downloaded smallvec v1.15.1
4542026-03-25T16:34:29.648Z Downloaded papergrid v0.11.0
4552026-03-25T16:34:29.648Z Downloaded log v0.4.29
4562026-03-25T16:34:29.648Z Downloaded textwrap v0.16.2
4572026-03-25T16:34:29.648Z Downloaded icu_properties v2.1.2
4582026-03-25T16:34:29.648Z Downloaded serde_core v1.0.228
4592026-03-25T16:34:29.648Z Downloaded pest_meta v2.8.6
4602026-03-25T16:34:29.648Z Downloaded icu_locale_core v2.1.1
4612026-03-25T16:34:29.648Z Downloaded serde v1.0.228
4622026-03-25T16:34:29.648Z Downloaded indexmap v2.13.0
4632026-03-25T16:34:29.648Z Downloaded clap_builder v4.5.60
4642026-03-25T16:34:29.648Z Downloaded hashbrown v0.16.1
4652026-03-25T16:34:29.648Z Downloaded pest v2.8.6
4662026-03-25T16:34:29.648Z Downloaded icu_properties_data v2.1.2
4672026-03-25T16:34:29.648Z Downloaded idna v1.1.0
4682026-03-25T16:34:29.648Z Downloaded serde_json v1.0.149
4692026-03-25T16:34:29.648Z Downloaded goblin v0.8.2
4702026-03-25T16:34:29.649Z Downloaded tabled v0.15.0
4712026-03-25T16:34:29.649Z Downloaded syn v1.0.109
4722026-03-25T16:34:29.649Z Downloaded rustix v1.1.3
4732026-03-25T16:34:29.649Z Compiling proc-macro2 v1.0.106
4742026-03-25T16:34:29.649Z Compiling unicode-ident v1.0.24
4752026-03-25T16:34:29.649Z Compiling quote v1.0.44
4762026-03-25T16:34:29.649Z Compiling serde_core v1.0.228
4772026-03-25T16:34:29.649Z Compiling libc v0.2.180
4782026-03-25T16:34:29.649Z Compiling version_check v0.9.5
4792026-03-25T16:34:29.649Z Compiling memchr v2.8.0
4802026-03-25T16:34:29.649Z Compiling stable_deref_trait v1.2.1
4812026-03-25T16:34:29.844Z Compiling serde v1.0.228
4822026-03-25T16:34:29.856Z Compiling zmij v1.0.21
4832026-03-25T16:34:29.931Z Compiling itoa v1.0.17
4842026-03-25T16:34:29.952Z Compiling ucd-trie v0.1.7
4852026-03-25T16:34:30.061Z Compiling thiserror v1.0.69
4862026-03-25T16:34:30.237Z Compiling autocfg v1.5.0
4872026-03-25T16:34:30.295Z Compiling pest v2.8.6
4882026-03-25T16:34:30.325Z Compiling writeable v0.6.2
4892026-03-25T16:34:30.414Z Compiling litemap v0.8.1
4902026-03-25T16:34:30.513Z Compiling byteorder v1.5.0
4912026-03-25T16:34:30.556Z Compiling rustix v1.1.3
4922026-03-25T16:34:30.729Z Compiling icu_properties_data v2.1.2
4932026-03-25T16:34:30.793Z Compiling icu_normalizer_data v2.1.1
4942026-03-25T16:34:30.890Z Compiling syn v2.0.117
4952026-03-25T16:34:30.922Z Compiling errno v0.3.14
4962026-03-25T16:34:31.199Z Compiling serde_json v1.0.149
4972026-03-25T16:34:31.231Z Compiling bitflags v2.11.0
4982026-03-25T16:34:31.231Z Compiling num-traits v0.2.19
4992026-03-25T16:34:31.231Z Compiling smallvec v1.15.1
5002026-03-25T16:34:31.337Z Compiling pest_meta v2.8.6
5012026-03-25T16:34:31.375Z Compiling typeid v1.0.3
5022026-03-25T16:34:31.432Z Compiling equivalent v1.0.2
5032026-03-25T16:34:31.541Z Compiling hashbrown v0.16.1
5042026-03-25T16:34:31.669Z Compiling thread-id v4.2.2
5052026-03-25T16:34:31.701Z Compiling usdt-impl v0.5.0
5062026-03-25T16:34:31.742Z Compiling proc-macro-error-attr v1.0.4
5072026-03-25T16:34:31.821Z Compiling toml_write v0.1.2
5082026-03-25T16:34:31.875Z Compiling winnow v0.7.14
5092026-03-25T16:34:31.908Z Compiling erased-serde v0.4.9
5102026-03-25T16:34:31.977Z Compiling indexmap v2.13.0
5112026-03-25T16:34:32.037Z Compiling syn v1.0.109
5122026-03-25T16:34:32.731Z Compiling proc-macro-error v1.0.4
5132026-03-25T16:34:32.765Z Compiling log v0.4.29
5142026-03-25T16:34:32.765Z Compiling plain v0.2.3
5152026-03-25T16:34:32.765Z Compiling getrandom v0.4.1
5162026-03-25T16:34:32.775Z Compiling utf8_iter v1.0.4
5172026-03-25T16:34:32.864Z Compiling camino v1.2.2
5182026-03-25T16:34:32.935Z Compiling thiserror v2.0.18
5192026-03-25T16:34:32.963Z Compiling utf8parse v0.2.2
5202026-03-25T16:34:33.062Z Compiling percent-encoding v2.3.2
5212026-03-25T16:34:33.127Z Compiling anstyle-parse v0.2.7
5222026-03-25T16:34:33.226Z Compiling form_urlencoded v1.2.2
5232026-03-25T16:34:33.230Z Compiling ordered-float v2.10.1
5242026-03-25T16:34:33.399Z Compiling terminal_size v0.4.3
5252026-03-25T16:34:33.467Z Compiling pretty-hex v0.4.1
5262026-03-25T16:34:33.482Z Compiling cfg-if v1.0.4
5272026-03-25T16:34:33.525Z Compiling synstructure v0.13.2
5282026-03-25T16:34:33.547Z Compiling pest_generator v2.8.6
5292026-03-25T16:34:33.604Z Compiling anstyle v1.0.13
5302026-03-25T16:34:33.648Z Compiling colorchoice v1.0.4
5312026-03-25T16:34:34.055Z Compiling anstyle-query v1.1.5
5322026-03-25T16:34:34.087Z Compiling is_terminal_polyfill v1.70.2
5332026-03-25T16:34:34.087Z Compiling serde-untagged v0.1.9
5342026-03-25T16:34:34.087Z Compiling anstream v0.6.21
5352026-03-25T16:34:34.087Z Compiling semver v1.0.27
5362026-03-25T16:34:34.128Z Compiling fs-err v3.3.0
5372026-03-25T16:34:34.155Z Compiling fnv v1.0.7
5382026-03-25T16:34:34.250Z Compiling fastrand v2.3.0
5392026-03-25T16:34:34.271Z Compiling strsim v0.11.1
5402026-03-25T16:34:34.305Z Compiling once_cell v1.21.3
5412026-03-25T16:34:34.319Z Compiling unicode-xid v0.2.6
5422026-03-25T16:34:34.348Z Compiling anyhow v1.0.102
5432026-03-25T16:34:34.429Z Compiling clap_lex v1.0.0
5442026-03-25T16:34:34.521Z Compiling heck v0.5.0
5452026-03-25T16:34:34.619Z Compiling bytecount v0.6.9
5462026-03-25T16:34:34.648Z Compiling heck v0.4.1
5472026-03-25T16:34:34.667Z Compiling unicode-width v0.1.14
5482026-03-25T16:34:34.752Z Compiling clap_builder v4.5.60
5492026-03-25T16:34:35.068Z Compiling tempfile v3.25.0
5502026-03-25T16:34:35.090Z Compiling papergrid v0.11.0
5512026-03-25T16:34:35.090Z Compiling memmap v0.7.0
5522026-03-25T16:34:35.090Z Compiling smawk v0.3.2
5532026-03-25T16:34:35.105Z Compiling unicode-linebreak v0.1.5
5542026-03-25T16:34:35.112Z Compiling unicode-width v0.2.0
5552026-03-25T16:34:35.179Z Compiling camino-tempfile v1.4.1
5562026-03-25T16:34:35.262Z Compiling serde_derive v1.0.228
5572026-03-25T16:34:35.311Z Compiling zerofrom-derive v0.1.6
5582026-03-25T16:34:35.381Z Compiling yoke-derive v0.8.1
5592026-03-25T16:34:35.396Z Compiling zerovec-derive v0.11.2
5602026-03-25T16:34:35.432Z Compiling displaydoc v0.2.5
5612026-03-25T16:34:36.266Z Compiling thiserror-impl v1.0.69
5622026-03-25T16:34:36.326Z Compiling zerocopy-derive v0.7.35
5632026-03-25T16:34:36.499Z Compiling pest_derive v2.8.6
5642026-03-25T16:34:36.499Z Compiling scroll_derive v0.12.1
5652026-03-25T16:34:36.664Z Compiling zerofrom v0.1.6
5662026-03-25T16:34:36.779Z Compiling yoke v0.8.1
5672026-03-25T16:34:36.873Z Compiling thiserror-impl v2.0.18
5682026-03-25T16:34:36.967Z Compiling zerovec v0.11.5
5692026-03-25T16:34:37.295Z Compiling zerotrie v0.2.3
5702026-03-25T16:34:37.303Z Compiling zerocopy v0.7.35
5712026-03-25T16:34:37.421Z Compiling tinystr v0.8.2
5722026-03-25T16:34:37.457Z Compiling potential_utf v0.1.4
5732026-03-25T16:34:37.468Z Compiling dtrace-parser v0.2.0
5742026-03-25T16:34:37.618Z Compiling icu_locale_core v2.1.1
5752026-03-25T16:34:37.631Z Compiling icu_collections v2.1.1
5762026-03-25T16:34:37.705Z Compiling scroll v0.12.0
5772026-03-25T16:34:37.754Z Compiling tabled_derive v0.7.0
5782026-03-25T16:34:38.148Z Compiling clap_derive v4.5.55
5792026-03-25T16:34:38.169Z Compiling goblin v0.8.2
5802026-03-25T16:34:38.169Z Compiling textwrap v0.16.2
5812026-03-25T16:34:38.391Z Compiling icu_provider v2.1.1
5822026-03-25T16:34:38.685Z Compiling icu_properties v2.1.2
5832026-03-25T16:34:38.697Z Compiling icu_normalizer v2.1.1
5842026-03-25T16:34:38.738Z Compiling toml_datetime v0.6.11
5852026-03-25T16:34:38.759Z Compiling serde_spanned v0.6.9
5862026-03-25T16:34:39.097Z Compiling dof v0.3.0
5872026-03-25T16:34:39.114Z Compiling serde_tokenstream v0.2.3
5882026-03-25T16:34:39.114Z Compiling toml_edit v0.22.27
5892026-03-25T16:34:39.114Z Compiling serde-value v0.7.0
5902026-03-25T16:34:39.224Z Compiling cargo-platform v0.2.0
5912026-03-25T16:34:39.236Z Compiling tabled v0.15.0
5922026-03-25T16:34:39.360Z Compiling macaddr v1.0.1
5932026-03-25T16:34:39.490Z Compiling swrite v0.1.0
5942026-03-25T16:34:39.583Z Compiling idna_adapter v1.2.1
5952026-03-25T16:34:39.594Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5962026-03-25T16:34:39.956Z Compiling idna v1.1.0
5972026-03-25T16:34:39.971Z Compiling clap v4.5.60
5982026-03-25T16:34:39.971Z Compiling usdt-attr-macro v0.5.0
5992026-03-25T16:34:39.971Z Compiling usdt-macro v0.5.0
6002026-03-25T16:34:39.971Z Compiling url v2.5.8
6012026-03-25T16:34:40.351Z Compiling toml v0.8.23
6022026-03-25T16:34:40.873Z Compiling cargo-util-schemas v0.8.2
6032026-03-25T16:34:40.913Z Compiling usdt v0.5.0
6042026-03-25T16:34:40.941Z Compiling cargo_toml v0.21.0
6052026-03-25T16:34:41.711Z Compiling cargo_metadata v0.21.0
6062026-03-25T16:34:42.803Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6072026-03-25T16:34:44.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.01s
6082026-03-25T16:34:44.812Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6092026-03-25T16:34:45.455Z Downloading crates ...
6102026-03-25T16:34:45.467Z Downloaded atty v0.2.14
6112026-03-25T16:34:45.467Z Downloaded ascii-canvas v3.0.0
6122026-03-25T16:34:45.467Z Downloaded adler2 v2.0.1
6132026-03-25T16:34:45.467Z Downloaded base64ct v1.8.3
6142026-03-25T16:34:45.467Z Downloaded bb8 v0.8.6
6152026-03-25T16:34:45.467Z Downloaded base16ct v1.0.0
6162026-03-25T16:34:45.467Z Downloaded base16ct v0.2.0
6172026-03-25T16:34:45.467Z Downloaded atomicwrites v0.4.4
6182026-03-25T16:34:45.467Z Downloaded atomic-waker v1.1.2
6192026-03-25T16:34:45.468Z Downloaded async-recursion v1.1.1
6202026-03-25T16:34:45.468Z Downloaded crc8 v0.1.1
6212026-03-25T16:34:45.468Z Downloaded bcs v0.1.6
6222026-03-25T16:34:45.468Z Downloaded defmt v0.3.100
6232026-03-25T16:34:45.468Z Downloaded bcrypt-pbkdf v0.10.0
6242026-03-25T16:34:45.468Z Downloaded async-stream-impl v0.3.6
6252026-03-25T16:34:45.468Z Downloaded assert_matches v1.5.0
6262026-03-25T16:34:45.468Z Downloaded darling_macro v0.20.11
6272026-03-25T16:34:45.483Z Downloaded aead v0.5.2
6282026-03-25T16:34:45.483Z Downloaded derive_builder v0.20.2
6292026-03-25T16:34:45.483Z Downloaded downcast-rs v2.0.2
6302026-03-25T16:34:45.483Z Downloaded derive_builder_macro v0.20.2
6312026-03-25T16:34:45.483Z Downloaded async-trait v0.1.89
6322026-03-25T16:34:45.504Z Downloaded fd-lock v4.0.4
6332026-03-25T16:34:45.505Z Downloaded float-ord v0.3.2
6342026-03-25T16:34:45.505Z Downloaded dropshot-api-manager-types v0.6.0
6352026-03-25T16:34:45.505Z Downloaded async-bb8-diesel v0.2.1
6362026-03-25T16:34:45.505Z Downloaded crossbeam-deque v0.8.6
6372026-03-25T16:34:45.505Z Downloaded async-stream v0.3.6
6382026-03-25T16:34:45.505Z Downloaded base64 v0.22.1
6392026-03-25T16:34:45.505Z Downloaded fixedbitset v0.4.2
6402026-03-25T16:34:45.505Z Downloaded futures-task v0.3.32
6412026-03-25T16:34:45.505Z Downloaded either v1.15.0
6422026-03-25T16:34:45.505Z Downloaded convert_case v0.4.0
6432026-03-25T16:34:45.511Z Downloaded arrayref v0.3.9
6442026-03-25T16:34:45.511Z Downloaded bitfield v0.19.4
6452026-03-25T16:34:45.511Z Downloaded darling v0.23.0
6462026-03-25T16:34:45.511Z Downloaded erased-serde v0.3.31
6472026-03-25T16:34:45.511Z Downloaded critical-section v1.2.0
6482026-03-25T16:34:45.511Z Downloaded des v0.8.1
6492026-03-25T16:34:45.511Z Downloaded cargo-platform v0.1.9
6502026-03-25T16:34:45.511Z Downloaded bitfield-macros v0.19.4
6512026-03-25T16:34:45.511Z Downloaded der_derive v0.7.3
6522026-03-25T16:34:45.511Z Downloaded curve25519-dalek-derive v0.1.1
6532026-03-25T16:34:45.511Z Downloaded funty v2.0.0
6542026-03-25T16:34:45.511Z Downloaded array-init v0.0.4
6552026-03-25T16:34:45.512Z Downloaded backon v1.6.0
6562026-03-25T16:34:45.512Z Downloaded backoff v0.4.0
6572026-03-25T16:34:45.528Z Downloaded bitfield-struct v0.6.2
6582026-03-25T16:34:45.528Z Downloaded ciborium-ll v0.2.2
6592026-03-25T16:34:45.529Z Downloaded dyn-clone v1.0.20
6602026-03-25T16:34:45.529Z Downloaded filetime v0.2.27
6612026-03-25T16:34:45.529Z Downloaded chacha20 v0.9.1
6622026-03-25T16:34:45.548Z Downloaded dirs-next v2.0.0
6632026-03-25T16:34:45.548Z Downloaded crossbeam-channel v0.5.15
6642026-03-25T16:34:45.548Z Downloaded cobs v0.3.0
6652026-03-25T16:34:45.548Z Downloaded block-padding v0.3.3
6662026-03-25T16:34:45.548Z Downloaded ciborium-io v0.2.2
6672026-03-25T16:34:45.548Z Downloaded env_filter v1.0.0
6682026-03-25T16:34:45.548Z Downloaded crucible-workspace-hack v0.1.0
6692026-03-25T16:34:45.549Z Downloaded cfg_aliases v0.2.1
6702026-03-25T16:34:45.549Z Downloaded getrandom v0.2.17
6712026-03-25T16:34:45.564Z Downloaded bit-set v0.5.3
6722026-03-25T16:34:45.565Z Downloaded foreign-types-shared v0.1.1
6732026-03-25T16:34:45.565Z Downloaded embedded-io v0.6.1
6742026-03-25T16:34:45.565Z Downloaded castaway v0.2.4
6752026-03-25T16:34:45.565Z Downloaded defmt-parser v1.0.0
6762026-03-25T16:34:45.565Z Downloaded bit-set v0.8.0
6772026-03-25T16:34:45.566Z Downloaded debug-ignore v1.0.5
6782026-03-25T16:34:45.566Z Downloaded foreign-types v0.5.0
6792026-03-25T16:34:45.566Z Downloaded endian-type v0.1.2
6802026-03-25T16:34:45.566Z Downloaded difflib v0.4.0
6812026-03-25T16:34:45.566Z Downloaded cstr-argument v0.1.2
6822026-03-25T16:34:45.567Z Downloaded bit-vec v0.6.3
6832026-03-25T16:34:45.567Z Downloaded clang-sys v1.8.1
6842026-03-25T16:34:45.567Z Downloaded colored v3.1.1
6852026-03-25T16:34:45.567Z Downloaded cfg_aliases v0.1.1
6862026-03-25T16:34:45.582Z Downloaded cexpr v0.6.0
6872026-03-25T16:34:45.583Z Downloaded globwalk v0.9.1
6882026-03-25T16:34:45.583Z Downloaded crc-catalog v2.4.0
6892026-03-25T16:34:45.583Z Downloaded futures-io v0.3.32
6902026-03-25T16:34:45.583Z Downloaded dunce v1.0.5
6912026-03-25T16:34:45.583Z Downloaded foreign-types-shared v0.3.1
6922026-03-25T16:34:45.583Z Downloaded flagset v0.4.7
6932026-03-25T16:34:45.583Z Downloaded futures-sink v0.3.32
6942026-03-25T16:34:45.583Z Downloaded crc v3.4.0
6952026-03-25T16:34:45.595Z Downloaded float-cmp v0.10.0
6962026-03-25T16:34:45.595Z Downloaded hex-literal v0.4.1
6972026-03-25T16:34:45.595Z Downloaded buf-list v1.1.2
6982026-03-25T16:34:45.595Z Downloaded display-error-chain v0.2.2
6992026-03-25T16:34:45.595Z Downloaded dsl_auto_type v0.2.0
7002026-03-25T16:34:45.596Z Downloaded cpufeatures v0.3.0
7012026-03-25T16:34:45.596Z Downloaded ghash v0.5.1
7022026-03-25T16:34:45.596Z Downloaded fxhash v0.2.1
7032026-03-25T16:34:45.596Z Downloaded futures-core v0.3.32
7042026-03-25T16:34:45.607Z Downloaded git-stub v1.0.0
7052026-03-25T16:34:45.607Z Downloaded gethostname v0.5.0
7062026-03-25T16:34:45.608Z Downloaded enum-as-inner v0.6.1
7072026-03-25T16:34:45.608Z Downloaded darling_macro v0.21.3
7082026-03-25T16:34:45.608Z Downloaded hash32 v0.3.1
7092026-03-25T16:34:45.608Z Downloaded hash32 v0.2.1
7102026-03-25T16:34:45.608Z Downloaded foreign-types v0.3.2
7112026-03-25T16:34:45.608Z Downloaded crunchy v0.2.4
7122026-03-25T16:34:45.608Z Downloaded git-stub-vcs v0.1.0
7132026-03-25T16:34:45.621Z Downloaded blowfish v0.9.1
7142026-03-25T16:34:45.621Z Downloaded aes-gcm v0.10.3
7152026-03-25T16:34:45.621Z Downloaded csv-core v0.1.13
7162026-03-25T16:34:45.621Z Downloaded fallible-iterator v0.2.0
7172026-03-25T16:34:45.621Z Downloaded ena v0.14.4
7182026-03-25T16:34:45.621Z Downloaded diesel-dtrace v0.5.0
7192026-03-25T16:34:45.621Z Downloaded dirs-sys-next v0.1.2
7202026-03-25T16:34:45.622Z Downloaded derive-ex v0.1.8
7212026-03-25T16:34:45.622Z Downloaded defmt-macros v1.0.1
7222026-03-25T16:34:45.634Z Downloaded fs-err v2.11.0
7232026-03-25T16:34:45.634Z Downloaded constant_time_eq v0.4.2
7242026-03-25T16:34:45.634Z Downloaded arrayvec v0.7.6
7252026-03-25T16:34:45.634Z Downloaded hex v0.4.3
7262026-03-25T16:34:45.634Z Downloaded chacha20 v0.10.0
7272026-03-25T16:34:45.634Z Downloaded diesel_table_macro_syntax v0.3.0
7282026-03-25T16:34:45.634Z Downloaded cipher v0.4.4
7292026-03-25T16:34:45.634Z Downloaded bitflags v1.3.2
7302026-03-25T16:34:45.634Z Downloaded hostname v0.4.2
7312026-03-25T16:34:45.634Z Downloaded http-body v1.0.1
7322026-03-25T16:34:45.642Z Downloaded home v0.5.12
7332026-03-25T16:34:45.642Z Downloaded dof v0.4.0
7342026-03-25T16:34:45.643Z Downloaded convert_case v0.10.0
7352026-03-25T16:34:45.643Z Downloaded foreign-types-macros v0.2.3
7362026-03-25T16:34:45.643Z Downloaded camino-tempfile-ext v0.3.3
7372026-03-25T16:34:45.643Z Downloaded cbc v0.1.2
7382026-03-25T16:34:45.643Z Downloaded dtrace-parser v0.3.0
7392026-03-25T16:34:45.643Z Downloaded const_format_proc_macros v0.2.34
7402026-03-25T16:34:45.643Z Downloaded bit-vec v0.8.0
7412026-03-25T16:34:45.643Z Downloaded document-features v0.2.12
7422026-03-25T16:34:45.652Z Downloaded embedded-io v0.4.0
7432026-03-25T16:34:45.652Z Downloaded darling_macro v0.23.0
7442026-03-25T16:34:45.652Z Downloaded corncobs v0.1.4
7452026-03-25T16:34:45.652Z Downloaded http-range v0.1.5
7462026-03-25T16:34:45.652Z Downloaded hyper-tls v0.6.0
7472026-03-25T16:34:45.652Z Downloaded headers-core v0.3.0
7482026-03-25T16:34:45.652Z Downloaded futures-macro v0.3.32
7492026-03-25T16:34:45.652Z Downloaded base64 v0.21.7
7502026-03-25T16:34:45.661Z Downloaded hubpack v0.1.2
7512026-03-25T16:34:45.661Z Downloaded cookie_store v0.22.1
7522026-03-25T16:34:45.661Z Downloaded cookie v0.18.1
7532026-03-25T16:34:45.661Z Downloaded futures-executor v0.3.32
7542026-03-25T16:34:45.661Z Downloaded deranged v0.5.8
7552026-03-25T16:34:45.662Z Downloaded byte-wrapper v0.1.0
7562026-03-25T16:34:45.671Z Downloaded foldhash v0.1.5
7572026-03-25T16:34:45.671Z Downloaded env_logger v0.11.9
7582026-03-25T16:34:45.671Z Downloaded console v0.15.11
7592026-03-25T16:34:45.671Z Downloaded ident_case v1.0.1
7602026-03-25T16:34:45.671Z Downloaded inout v0.1.4
7612026-03-25T16:34:45.671Z Downloaded cargo_toml v0.22.3
7622026-03-25T16:34:45.671Z Downloaded ed25519 v2.2.3
7632026-03-25T16:34:45.680Z Downloaded ar_archive_writer v0.5.1
7642026-03-25T16:34:45.680Z Downloaded cmake v0.1.57
7652026-03-25T16:34:45.680Z Downloaded globset v0.4.18
7662026-03-25T16:34:45.680Z Downloaded derive_builder_core v0.20.2
7672026-03-25T16:34:45.680Z Downloaded indent_write v2.2.0
7682026-03-25T16:34:45.680Z Downloaded hubpack_derive v0.1.1
7692026-03-25T16:34:45.688Z Downloaded httpdate v1.0.3
7702026-03-25T16:34:45.688Z Downloaded bzip2 v0.6.1
7712026-03-25T16:34:45.688Z Downloaded daft v0.1.5
7722026-03-25T16:34:45.689Z Downloaded crc32fast v1.5.0
7732026-03-25T16:34:45.689Z Downloaded bzip2 v0.4.4
7742026-03-25T16:34:45.689Z Downloaded is_ci v1.2.0
7752026-03-25T16:34:45.689Z Downloaded glob v0.3.3
7762026-03-25T16:34:45.689Z Downloaded ctr v0.9.2
7772026-03-25T16:34:45.697Z Downloaded internet-checksum v0.2.1
7782026-03-25T16:34:45.697Z Downloaded cassowary v0.3.0
7792026-03-25T16:34:45.697Z Downloaded highway v1.3.0
7802026-03-25T16:34:45.697Z Downloaded crc-any v2.5.0
7812026-03-25T16:34:45.697Z Downloaded cargo_metadata v0.19.2
7822026-03-25T16:34:45.698Z Downloaded indoc v1.0.9
7832026-03-25T16:34:45.718Z Downloaded argon2 v0.5.3
7842026-03-25T16:34:45.719Z Downloaded ciborium v0.2.2
7852026-03-25T16:34:45.719Z Downloaded instant v0.1.13
7862026-03-25T16:34:45.719Z Downloaded instability v0.3.11
7872026-03-25T16:34:45.719Z Downloaded const-oid v0.9.6
7882026-03-25T16:34:45.719Z Downloaded is-terminal v0.4.17
7892026-03-25T16:34:45.719Z Downloaded colored v2.2.0
7902026-03-25T16:34:45.719Z Downloaded ahash v0.8.12
7912026-03-25T16:34:45.730Z Downloaded lazy_static v1.5.0
7922026-03-25T16:34:45.730Z Downloaded humantime v2.3.0
7932026-03-25T16:34:45.730Z Downloaded fixedbitset v0.5.7
7942026-03-25T16:34:45.730Z Downloaded data-encoding v2.10.0
7952026-03-25T16:34:45.730Z Downloaded daft-derive v0.1.5
7962026-03-25T16:34:45.730Z Downloaded futures-channel v0.3.32
7972026-03-25T16:34:45.730Z Downloaded allocator-api2 v0.2.21
7982026-03-25T16:34:45.731Z Downloaded lalrpop-util v0.19.12
7992026-03-25T16:34:45.731Z Downloaded hostname v0.3.1
8002026-03-25T16:34:45.731Z Downloaded drift v0.1.3
8012026-03-25T16:34:45.731Z Downloaded libscf-sys v1.1.0
8022026-03-25T16:34:45.731Z Downloaded lru-cache v0.1.2
8032026-03-25T16:34:45.731Z Downloaded indoc v2.0.7
8042026-03-25T16:34:45.742Z Downloaded lru-slab v0.1.2
8052026-03-25T16:34:45.742Z Downloaded ecdsa v0.16.9
8062026-03-25T16:34:45.742Z Downloaded impl-trait-for-tuples v0.2.3
8072026-03-25T16:34:45.742Z Downloaded ff v0.13.1
8082026-03-25T16:34:45.742Z Downloaded keccak v0.1.6
8092026-03-25T16:34:45.753Z Downloaded console v0.16.2
8102026-03-25T16:34:45.753Z Downloaded cancel-safe-futures v0.1.5
8112026-03-25T16:34:45.753Z Downloaded crossbeam-epoch v0.9.18
8122026-03-25T16:34:45.754Z Downloaded match_cfg v0.1.0
8132026-03-25T16:34:45.754Z Downloaded managed v0.8.0
8142026-03-25T16:34:45.763Z Downloaded memoffset v0.9.1
8152026-03-25T16:34:45.763Z Downloaded maybe-uninit v2.0.0
8162026-03-25T16:34:45.763Z Downloaded hyper-staticfile v0.10.1
8172026-03-25T16:34:45.769Z Downloaded hmac v0.12.1
8182026-03-25T16:34:45.770Z Downloaded linked-hash-map v0.5.6
8192026-03-25T16:34:45.770Z Downloaded fs_extra v1.3.0
8202026-03-25T16:34:45.770Z Downloaded httparse v1.10.1
8212026-03-25T16:34:45.770Z Downloaded lru v0.12.5
8222026-03-25T16:34:45.779Z Downloaded http-body-util v0.1.3
8232026-03-25T16:34:45.779Z Downloaded jobserver v0.1.34
8242026-03-25T16:34:45.779Z Downloaded half v1.8.3
8252026-03-25T16:34:45.779Z Downloaded libefi-sys v0.1.0
8262026-03-25T16:34:45.779Z Downloaded nibble_vec v0.1.0
8272026-03-25T16:34:45.787Z Downloaded derive-where v1.6.0
8282026-03-25T16:34:45.787Z Downloaded mime v0.3.17
8292026-03-25T16:34:45.787Z Downloaded iana-time-zone v0.1.65
8302026-03-25T16:34:45.787Z Downloaded blake2 v0.10.6
8312026-03-25T16:34:45.787Z Downloaded new_debug_unreachable v1.0.6
8322026-03-25T16:34:45.787Z Downloaded chacha20poly1305 v0.10.1
8332026-03-25T16:34:45.797Z Downloaded md5 v0.7.0
8342026-03-25T16:34:45.797Z Downloaded maplit v1.0.2
8352026-03-25T16:34:45.797Z Downloaded newtype-uuid-macros v0.1.0
8362026-03-25T16:34:45.797Z Downloaded newline-converter v0.3.0
8372026-03-25T16:34:45.797Z Downloaded half v2.7.1
8382026-03-25T16:34:45.797Z Downloaded libsw v3.5.0
8392026-03-25T16:34:45.797Z Downloaded ipnetwork v0.21.1
8402026-03-25T16:34:45.808Z Downloaded normalize-line-endings v0.3.0
8412026-03-25T16:34:45.808Z Downloaded ingot v0.1.1
8422026-03-25T16:34:45.808Z Downloaded cc v1.2.56
8432026-03-25T16:34:45.808Z Downloaded nodrop v0.1.14
8442026-03-25T16:34:45.808Z Downloaded newtype_derive v0.1.6
8452026-03-25T16:34:45.808Z Downloaded num-derive v0.4.2
8462026-03-25T16:34:45.817Z Downloaded nonempty v0.12.0
8472026-03-25T16:34:45.817Z Downloaded multimap v0.10.1
8482026-03-25T16:34:45.818Z Downloaded compact_str v0.8.1
8492026-03-25T16:34:45.818Z Downloaded num-conv v0.2.0
8502026-03-25T16:34:45.818Z Downloaded ipnet v2.11.0
8512026-03-25T16:34:45.818Z Downloaded foldhash v0.2.0
8522026-03-25T16:34:45.818Z Downloaded crossbeam-utils v0.8.21
8532026-03-25T16:34:45.818Z Downloaded diff v0.1.13
8542026-03-25T16:34:45.828Z Downloaded ingot-types v0.1.2
8552026-03-25T16:34:45.828Z Downloaded md-5 v0.10.6
8562026-03-25T16:34:45.828Z Downloaded ingot-macros v0.1.1
8572026-03-25T16:34:45.828Z Downloaded defmt v1.0.1
8582026-03-25T16:34:45.828Z Downloaded openssl-probe v0.2.1
8592026-03-25T16:34:45.828Z Downloaded openssl-probe v0.1.6
8602026-03-25T16:34:45.828Z Downloaded hickory-client v0.25.2
8612026-03-25T16:34:45.828Z Downloaded opaque-debug v0.3.1
8622026-03-25T16:34:45.838Z Downloaded num_threads v0.1.7
8632026-03-25T16:34:45.838Z Downloaded num-derive v0.3.3
8642026-03-25T16:34:45.838Z Downloaded group v0.13.0
8652026-03-25T16:34:45.838Z Downloaded num_enum_derive v0.5.11
8662026-03-25T16:34:45.838Z Downloaded olpc-cjson v0.1.4
8672026-03-25T16:34:45.838Z Downloaded num-iter v0.1.45
8682026-03-25T16:34:45.838Z Downloaded mime_guess v2.0.5
8692026-03-25T16:34:45.838Z Downloaded openssl-macros v0.1.1
8702026-03-25T16:34:45.838Z Downloaded bytes v1.11.1
8712026-03-25T16:34:45.838Z Downloaded getrandom v0.3.4
8722026-03-25T16:34:45.854Z Downloaded parse-size v1.1.0
8732026-03-25T16:34:45.863Z Downloaded futures v0.3.32
8742026-03-25T16:34:45.863Z Downloaded derive_more v0.99.20
8752026-03-25T16:34:45.864Z Downloaded darling v0.21.3
8762026-03-25T16:34:45.884Z Downloaded num v0.4.3
8772026-03-25T16:34:45.884Z Downloaded nu-ansi-term v0.50.3
8782026-03-25T16:34:45.884Z Downloaded lock_api v0.4.14
8792026-03-25T16:34:45.884Z Downloaded libsw-core v0.3.2
8802026-03-25T16:34:45.884Z Downloaded aes v0.8.4
8812026-03-25T16:34:45.884Z Downloaded parse-display v0.10.0
8822026-03-25T16:34:45.884Z Downloaded packed_struct_codegen v0.10.1
8832026-03-25T16:34:45.884Z Downloaded flume v0.11.1
8842026-03-25T16:34:45.907Z Downloaded lzss v0.8.2
8852026-03-25T16:34:45.907Z Downloaded num-complex v0.4.6
8862026-03-25T16:34:45.908Z Downloaded peg-runtime v0.8.5
8872026-03-25T16:34:45.908Z Downloaded num-rational v0.4.2
8882026-03-25T16:34:45.908Z Downloaded heapless v0.7.17
8892026-03-25T16:34:45.908Z Downloaded path-slash v0.1.5
8902026-03-25T16:34:45.908Z Downloaded bumpalo v3.20.2
8912026-03-25T16:34:45.909Z Downloaded fatfs v0.3.6
8922026-03-25T16:34:45.909Z Downloaded multer v3.1.0
8932026-03-25T16:34:45.909Z Downloaded hyper-rustls v0.27.7
8942026-03-25T16:34:45.909Z Downloaded native-tls v0.2.18
8952026-03-25T16:34:45.909Z Downloaded der v0.7.10
8962026-03-25T16:34:45.909Z Downloaded phf_shared v0.12.1
8972026-03-25T16:34:45.909Z Downloaded oso-derive v0.27.3
8982026-03-25T16:34:45.909Z Downloaded newtype-uuid v1.3.2
8992026-03-25T16:34:45.909Z Downloaded nanorand v0.7.0
9002026-03-25T16:34:45.909Z Downloaded linear-map v1.2.0
9012026-03-25T16:34:45.909Z Downloaded pin-utils v0.1.0
9022026-03-25T16:34:45.909Z Downloaded phf_shared v0.11.3
9032026-03-25T16:34:45.909Z Downloaded pbkdf2 v0.12.2
9042026-03-25T16:34:45.909Z Downloaded darling v0.20.11
9052026-03-25T16:34:45.909Z Downloaded memmap2 v0.9.10
9062026-03-25T16:34:45.909Z Downloaded const_format v0.2.35
9072026-03-25T16:34:45.909Z Downloaded num_enum v0.5.11
9082026-03-25T16:34:45.926Z Downloaded num-integer v0.1.46
9092026-03-25T16:34:45.926Z Downloaded libbz2-rs-sys v0.2.2
9102026-03-25T16:34:45.926Z Downloaded libloading v0.8.9
9112026-03-25T16:34:45.926Z Downloaded find-msvc-tools v0.1.9
9122026-03-25T16:34:45.926Z Downloaded heapless v0.8.0
9132026-03-25T16:34:45.926Z Downloaded dropshot_endpoint v0.16.7
9142026-03-25T16:34:45.926Z Downloaded num_enum v0.7.5
9152026-03-25T16:34:46.116Z Downloaded phf_shared v0.13.1
9162026-03-25T16:34:46.116Z Downloaded pbkdf2 v0.11.0
9172026-03-25T16:34:46.116Z Downloaded password-hash v0.4.2
9182026-03-25T16:34:46.116Z Downloaded parking_lot_core v0.8.6
9192026-03-25T16:34:46.116Z Downloaded powerfmt v0.2.0
9202026-03-25T16:34:46.117Z Downloaded arc-swap v1.8.2
9212026-03-25T16:34:46.117Z Downloaded precomputed-hash v0.1.1
9222026-03-25T16:34:46.117Z Downloaded darling_core v0.20.11
9232026-03-25T16:34:46.117Z Downloaded proc-macro-crate v1.3.1
9242026-03-25T16:34:46.141Z Downloaded headers v0.4.1
9252026-03-25T16:34:46.141Z Downloaded proc-macro-error-attr2 v2.0.0
9262026-03-25T16:34:46.142Z Downloaded oxide-tokio-rt v0.1.3
9272026-03-25T16:34:46.142Z Downloaded progenitor-client v0.10.0
9282026-03-25T16:34:46.142Z Downloaded proc-macro-crate v3.4.0
9292026-03-25T16:34:46.142Z Downloaded elliptic-curve v0.13.8
9302026-03-25T16:34:46.142Z Downloaded predicates-tree v1.0.13
9312026-03-25T16:34:46.142Z Downloaded predicates-core v1.0.10
9322026-03-25T16:34:46.142Z Downloaded num_enum_derive v0.7.5
9332026-03-25T16:34:46.142Z Downloaded ignore v0.4.25
9342026-03-25T16:34:46.143Z Downloaded peg v0.8.5
9352026-03-25T16:34:46.143Z Downloaded pem v3.0.6
9362026-03-25T16:34:46.143Z Downloaded peg-macros v0.8.5
9372026-03-25T16:34:46.143Z Downloaded phf v0.12.1
9382026-03-25T16:34:46.143Z Downloaded parse-display-derive v0.10.0
9392026-03-25T16:34:46.143Z Downloaded darling_core v0.23.0
9402026-03-25T16:34:46.143Z Downloaded packed_struct v0.10.1
9412026-03-25T16:34:46.143Z Downloaded quick-error v1.2.3
9422026-03-25T16:34:46.143Z Downloaded password-hash v0.5.0
9432026-03-25T16:34:46.143Z Downloaded oxnet v0.1.4
9442026-03-25T16:34:46.143Z Downloaded darling_core v0.21.3
9452026-03-25T16:34:46.144Z Downloaded psl-types v2.0.11
9462026-03-25T16:34:46.144Z Downloaded progenitor-macro v0.13.0
9472026-03-25T16:34:46.144Z Downloaded progenitor-macro v0.11.2
9482026-03-25T16:34:46.144Z Downloaded progenitor-macro v0.10.0
9492026-03-25T16:34:46.144Z Downloaded indexmap v1.9.3
9502026-03-25T16:34:46.144Z Downloaded progenitor-client v0.11.2
9512026-03-25T16:34:46.144Z Downloaded pin-project-lite v0.2.17
9522026-03-25T16:34:46.144Z Downloaded polyval v0.6.2
9532026-03-25T16:34:46.144Z Downloaded poly1305 v0.8.0
9542026-03-25T16:34:46.144Z Downloaded pem-rfc7468 v0.7.0
9552026-03-25T16:34:46.144Z Downloaded paste v1.0.15
9562026-03-25T16:34:46.144Z Downloaded ppv-lite86 v0.2.21
9572026-03-25T16:34:46.144Z Downloaded rand_chacha v0.3.1
9582026-03-25T16:34:46.144Z Downloaded rand_xorshift v0.4.0
9592026-03-25T16:34:46.144Z Downloaded hickory-resolver v0.24.4
9602026-03-25T16:34:46.145Z Downloaded proc-macro-error2 v2.0.1
9612026-03-25T16:34:46.145Z Downloaded radium v0.7.0
9622026-03-25T16:34:46.145Z Downloaded primeorder v0.13.6
9632026-03-25T16:34:46.145Z Downloaded ref-cast-impl v1.0.25
9642026-03-25T16:34:46.145Z Downloaded recursive v0.1.1
9652026-03-25T16:34:46.145Z Downloaded rfc6979 v0.4.0
9662026-03-25T16:34:46.145Z Downloaded recursive-proc-macro-impl v0.1.1
9672026-03-25T16:34:46.145Z Downloaded ed25519-dalek v2.2.0
9682026-03-25T16:34:46.145Z Downloaded progenitor-client v0.13.0
9692026-03-25T16:34:46.145Z Downloaded psm v0.1.30
9702026-03-25T16:34:46.145Z Downloaded litrs v1.0.0
9712026-03-25T16:34:46.145Z Downloaded owo-colors v4.3.0
9722026-03-25T16:34:46.145Z Downloaded pkcs8 v0.10.2
9732026-03-25T16:34:46.146Z Downloaded pin-project-internal v1.1.11
9742026-03-25T16:34:46.146Z Downloaded miniz_oxide v0.8.9
9752026-03-25T16:34:46.146Z Downloaded jiff-static v0.2.21
9762026-03-25T16:34:46.146Z Downloaded papergrid v0.17.0
9772026-03-25T16:34:46.146Z Downloaded rustc_version v0.4.1
9782026-03-25T16:34:46.146Z Downloaded rustc_version v0.1.7
9792026-03-25T16:34:46.146Z Downloaded p256 v0.13.2
9802026-03-25T16:34:46.146Z Downloaded progenitor v0.11.2
9812026-03-25T16:34:46.146Z Downloaded progenitor v0.10.0
9822026-03-25T16:34:46.146Z Downloaded postgres-protocol v0.6.10
9832026-03-25T16:34:46.146Z Downloaded hashbrown v0.12.3
9842026-03-25T16:34:46.146Z Downloaded progenitor v0.13.0
9852026-03-25T16:34:46.146Z Downloaded predicates v3.1.4
9862026-03-25T16:34:46.146Z Downloaded russh-cryptovec v0.7.3
9872026-03-25T16:34:46.146Z Downloaded rand_seeder v0.4.0
9882026-03-25T16:34:46.146Z Downloaded rtoolbox v0.0.3
9892026-03-25T16:34:46.146Z Downloaded ref-cast v1.0.25
9902026-03-25T16:34:46.147Z Downloaded rand_chacha v0.9.0
9912026-03-25T16:34:46.147Z Downloaded rand_core v0.10.0
9922026-03-25T16:34:46.147Z Downloaded parking_lot v0.12.5
9932026-03-25T16:34:46.147Z Downloaded hashbrown v0.13.2
9942026-03-25T16:34:46.147Z Downloaded hyper-util v0.1.20
9952026-03-25T16:34:46.147Z Downloaded phf v0.13.1
9962026-03-25T16:34:46.147Z Downloaded rustc-hash v2.1.1
9972026-03-25T16:34:46.147Z Downloaded progenitor-extras v0.1.1
9982026-03-25T16:34:46.147Z Downloaded sapling-renderdag v0.1.0
9992026-03-25T16:34:46.147Z Downloaded salsa20 v0.10.2
10002026-03-25T16:34:46.147Z Downloaded flate2 v1.1.9
10012026-03-25T16:34:46.147Z Downloaded derive_more v2.1.1
10022026-03-25T16:34:46.147Z Downloaded openssl-sys v0.9.111
10032026-03-25T16:34:46.147Z Downloaded pin-project v1.1.11
10042026-03-25T16:34:46.147Z Downloaded resolv-conf v0.7.6
10052026-03-25T16:34:46.147Z Downloaded scheduled-thread-pool v0.2.7
10062026-03-25T16:34:46.147Z Downloaded same-file v1.0.6
10072026-03-25T16:34:46.147Z Downloaded scopeguard v1.2.0
10082026-03-25T16:34:46.147Z Downloaded rand_core v0.9.5
10092026-03-25T16:34:46.147Z Downloaded parking_lot_core v0.9.12
10102026-03-25T16:34:46.147Z Downloaded http v1.4.0
10112026-03-25T16:34:46.147Z Downloaded rand_core v0.6.4
10122026-03-25T16:34:46.147Z Downloaded pkg-config v0.3.32
10132026-03-25T16:34:46.147Z Downloaded scrypt v0.11.0
10142026-03-25T16:34:46.147Z Downloaded postgres-types v0.2.12
10152026-03-25T16:34:46.147Z Downloaded serde-big-array v0.5.1
10162026-03-25T16:34:46.147Z Downloaded secrecy v0.10.3
10172026-03-25T16:34:46.147Z Downloaded secrecy v0.8.0
10182026-03-25T16:34:46.147Z Downloaded pkcs5 v0.7.1
10192026-03-25T16:34:46.147Z Downloaded pkcs1 v0.7.5
10202026-03-25T16:34:46.158Z Downloaded oso v0.27.3
10212026-03-25T16:34:46.158Z Downloaded quinn-udp v0.5.14
10222026-03-25T16:34:46.158Z Downloaded postcard v1.1.3
10232026-03-25T16:34:46.158Z Downloaded omicron-zone-package v0.12.2
10242026-03-25T16:34:46.158Z Downloaded crypto-bigint v0.5.5
10252026-03-25T16:34:46.158Z Downloaded serde_bytes v0.11.19
10262026-03-25T16:34:46.158Z Downloaded serde_spanned v1.0.4
10272026-03-25T16:34:46.158Z Downloaded seq-macro v0.3.6
10282026-03-25T16:34:46.158Z Downloaded semver v0.1.20
10292026-03-25T16:34:46.158Z Downloaded serde_repr v0.1.20
10302026-03-25T16:34:46.158Z Downloaded scroll_derive v0.13.1
10312026-03-25T16:34:46.158Z Downloaded r2d2 v0.8.10
10322026-03-25T16:34:46.158Z Downloaded parking_lot v0.11.2
10332026-03-25T16:34:46.158Z Downloaded progenitor-impl v0.13.0
10342026-03-25T16:34:46.158Z Downloaded serde_plain v1.0.2
10352026-03-25T16:34:46.158Z Downloaded indicatif v0.18.4
10362026-03-25T16:34:46.159Z Downloaded sha1 v0.10.6
10372026-03-25T16:34:46.184Z Downloaded itertools v0.10.5
10382026-03-25T16:34:46.196Z Downloaded rustls-pemfile v1.0.4
10392026-03-25T16:34:46.196Z Downloaded signature v2.2.0
10402026-03-25T16:34:46.196Z Downloaded rustls-native-certs v0.8.3
10412026-03-25T16:34:46.196Z Downloaded shell-words v1.1.1
10422026-03-25T16:34:46.196Z Downloaded mio v1.1.1
10432026-03-25T16:34:46.197Z Downloaded siphasher v1.0.2
10442026-03-25T16:34:46.197Z Downloaded expectorate v1.2.0
10452026-03-25T16:34:46.197Z Downloaded derive_more-impl v2.1.1
10462026-03-25T16:34:46.197Z Downloaded russh-keys v0.45.0
10472026-03-25T16:34:46.197Z Downloaded sigpipe v0.1.3
10482026-03-25T16:34:46.197Z Downloaded signal-hook-tokio v0.3.1
10492026-03-25T16:34:46.197Z Downloaded signal-hook-mio v0.2.5
10502026-03-25T16:34:46.197Z Downloaded sec1 v0.7.3
10512026-03-25T16:34:46.197Z Downloaded hickory-server v0.25.2
10522026-03-25T16:34:46.197Z Downloaded slog-envlogger v2.2.0
10532026-03-25T16:34:46.218Z Downloaded serde-hex v0.1.0
10542026-03-25T16:34:46.218Z Downloaded hickory-resolver v0.25.2
10552026-03-25T16:34:46.218Z Downloaded rustls-pki-types v1.14.0
10562026-03-25T16:34:46.218Z Downloaded iddqd v0.3.17
10572026-03-25T16:34:46.218Z Downloaded slog-bunyan v2.5.0
10582026-03-25T16:34:46.225Z Downloaded serde_urlencoded v0.7.1
10592026-03-25T16:34:46.225Z Downloaded serde_path_to_error v0.1.20
10602026-03-25T16:34:46.225Z Downloaded serde_derive_internals v0.29.1
10612026-03-25T16:34:46.225Z Downloaded rustls-pemfile v2.2.0
10622026-03-25T16:34:46.226Z Downloaded schemars_derive v0.8.22
10632026-03-25T16:34:46.226Z Downloaded prefix-trie v0.7.0
10642026-03-25T16:34:46.226Z Downloaded dropshot-api-manager v0.6.0
10652026-03-25T16:34:46.226Z Downloaded sct v0.7.1
10662026-03-25T16:34:46.226Z Downloaded rustversion v1.0.22
10672026-03-25T16:34:46.251Z Downloaded progenitor-impl v0.10.0
10682026-03-25T16:34:46.293Z Downloaded progenitor-impl v0.11.2
10692026-03-25T16:34:46.294Z Downloaded structmeta v0.3.0
10702026-03-25T16:34:46.294Z Downloaded ssh-cipher v0.2.0
10712026-03-25T16:34:46.294Z Downloaded strip-ansi-escapes v0.2.1
10722026-03-25T16:34:46.294Z Downloaded structmeta-derive v0.3.0
10732026-03-25T16:34:46.294Z Downloaded minimal-lexical v0.2.1
10742026-03-25T16:34:46.294Z Downloaded signal-hook-registry v1.4.8
10752026-03-25T16:34:46.308Z Downloaded simd-adler32 v0.3.8
10762026-03-25T16:34:46.308Z Downloaded subtle v2.6.1
10772026-03-25T16:34:46.308Z Downloaded shlex v1.3.0
10782026-03-25T16:34:46.308Z Downloaded slog-stdlog v4.1.1
10792026-03-25T16:34:46.308Z Downloaded tabled_derive v0.11.0
10802026-03-25T16:34:46.308Z Downloaded sync-ptr v0.1.4
10812026-03-25T16:34:46.308Z Downloaded supports-color v3.0.2
10822026-03-25T16:34:46.308Z Downloaded strum v0.26.3
10832026-03-25T16:34:46.308Z Downloaded sqlparser_derive v0.5.0
10842026-03-25T16:34:46.308Z Downloaded slog-dtrace v0.3.0
10852026-03-25T16:34:46.308Z Downloaded strum v0.27.2
10862026-03-25T16:34:46.309Z Downloaded smallvec v0.6.14
10872026-03-25T16:34:46.309Z Downloaded slog-json v2.6.1
10882026-03-25T16:34:46.309Z Downloaded tabwriter v1.4.1
10892026-03-25T16:34:46.309Z Downloaded sync_wrapper v1.0.2
10902026-03-25T16:34:46.309Z Downloaded libxml v0.3.3
10912026-03-25T16:34:46.310Z Downloaded serde_cbor v0.11.2
10922026-03-25T16:34:46.310Z Downloaded rusty-fork v0.3.1
10932026-03-25T16:34:46.310Z Downloaded tap v1.0.1
10942026-03-25T16:34:46.310Z Downloaded smf v0.2.3
10952026-03-25T16:34:46.310Z Downloaded prettyplease v0.2.37
10962026-03-25T16:34:46.310Z Downloaded slog-async v2.8.0
10972026-03-25T16:34:46.310Z Downloaded slab v0.4.12
10982026-03-25T16:34:46.310Z Downloaded take_mut v0.2.2
10992026-03-25T16:34:46.311Z Downloaded ryu v1.0.23
11002026-03-25T16:34:46.311Z Downloaded tagptr v0.2.0
11012026-03-25T16:34:46.325Z Downloaded ssh-encoding v0.2.0
11022026-03-25T16:34:46.325Z Downloaded sqlformat v0.3.5
11032026-03-25T16:34:46.325Z Downloaded qorb v0.4.1
11042026-03-25T16:34:46.338Z Downloaded termtree v0.5.1
11052026-03-25T16:34:46.338Z Downloaded thread-id v5.1.0
11062026-03-25T16:34:46.338Z Downloaded thiserror-impl-no-std v2.0.2
11072026-03-25T16:34:46.338Z Downloaded testing_table v0.3.0
11082026-03-25T16:34:46.338Z Downloaded scroll v0.13.0
11092026-03-25T16:34:46.339Z Downloaded tinyvec_macros v0.1.1
11102026-03-25T16:34:46.339Z Downloaded time-core v0.1.8
11112026-03-25T16:34:46.339Z Downloaded spki v0.7.3
11122026-03-25T16:34:46.339Z Downloaded diesel_derives v2.3.7
11132026-03-25T16:34:46.350Z Downloaded crossterm v0.28.1
11142026-03-25T16:34:46.350Z Downloaded snafu-derive v0.8.9
11152026-03-25T16:34:46.350Z Downloaded strum_macros v0.26.4
11162026-03-25T16:34:46.350Z Downloaded support-bundle-viewer v0.1.2
11172026-03-25T16:34:46.364Z Downloaded stringprep v0.1.5
11182026-03-25T16:34:46.365Z Downloaded static_assertions v1.1.0
11192026-03-25T16:34:46.365Z Downloaded rustls-platform-verifier v0.6.2
11202026-03-25T16:34:46.374Z Downloaded quinn v0.11.9
11212026-03-25T16:34:46.374Z Downloaded strum_macros v0.24.3
11222026-03-25T16:34:46.374Z Downloaded aws-lc-rs v1.16.0
11232026-03-25T16:34:46.374Z Downloaded string_cache v0.8.9
11242026-03-25T16:34:46.385Z Downloaded stacker v0.1.23
11252026-03-25T16:34:46.385Z Downloaded num-bigint-dig v0.8.6
11262026-03-25T16:34:46.385Z Downloaded serde_yaml v0.9.34+deprecated
11272026-03-25T16:34:46.394Z Downloaded schemars v0.8.22
11282026-03-25T16:34:46.394Z Downloaded topological-sort v0.2.2
11292026-03-25T16:34:46.394Z Downloaded pretty_assertions v1.4.1
11302026-03-25T16:34:46.395Z Downloaded crossterm v0.29.0
11312026-03-25T16:34:46.405Z Downloaded tls_codec v0.4.2
11322026-03-25T16:34:46.405Z Downloaded tiny-keccak v2.0.2
11332026-03-25T16:34:46.405Z Downloaded rcgen v0.12.1
11342026-03-25T16:34:46.405Z Downloaded try-lock v0.2.5
11352026-03-25T16:34:46.405Z Downloaded trait-variant v0.1.2
11362026-03-25T16:34:46.416Z Downloaded tower-layer v0.3.3
11372026-03-25T16:34:46.416Z Downloaded tower-service v0.3.3
11382026-03-25T16:34:46.416Z Downloaded rayon-core v1.13.0
11392026-03-25T16:34:46.416Z Downloaded tls_codec_derive v0.4.2
11402026-03-25T16:34:46.416Z Downloaded termios v0.3.3
11412026-03-25T16:34:46.416Z Downloaded blake3 v1.8.3
11422026-03-25T16:34:46.428Z Downloaded tokio-macros v2.6.0
11432026-03-25T16:34:46.428Z Downloaded itertools v0.14.0
11442026-03-25T16:34:46.428Z Downloaded thread_local v1.1.9
11452026-03-25T16:34:46.428Z Downloaded tokio-dtrace v0.1.1
11462026-03-25T16:34:46.428Z Downloaded thiserror-no-std v2.0.2
11472026-03-25T16:34:46.428Z Downloaded tokio-native-tls v0.3.1
11482026-03-25T16:34:46.428Z Downloaded spin v0.9.8
11492026-03-25T16:34:46.438Z Downloaded slog v2.8.2
11502026-03-25T16:34:46.439Z Downloaded unarray v0.1.4
11512026-03-25T16:34:46.439Z Downloaded time-macros v0.2.27
11522026-03-25T16:34:46.439Z Downloaded typify-macro v0.6.1
11532026-03-25T16:34:46.439Z Downloaded ron v0.8.1
11542026-03-25T16:34:46.439Z Downloaded typify-macro v0.4.3
11552026-03-25T16:34:46.439Z Downloaded itertools v0.13.0
11562026-03-25T16:34:46.451Z Downloaded libm v0.2.16
11572026-03-25T16:34:46.452Z Downloaded futures-util v0.3.32
11582026-03-25T16:34:46.452Z Downloaded unit-prefix v0.5.2
11592026-03-25T16:34:46.452Z Downloaded unicode-truncate v1.1.0
11602026-03-25T16:34:46.452Z Downloaded tokio-tungstenite v0.23.1
11612026-03-25T16:34:46.452Z Downloaded tokio-tungstenite v0.21.0
11622026-03-25T16:34:46.452Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11632026-03-25T16:34:46.452Z Downloaded aho-corasick v1.1.4
11642026-03-25T16:34:46.461Z Downloaded usdt-macro v0.6.0
11652026-03-25T16:34:46.461Z Downloaded usdt-attr-macro v0.6.0
11662026-03-25T16:34:46.461Z Downloaded usdt v0.6.0
11672026-03-25T16:34:46.483Z Downloaded rand v0.8.5
11682026-03-25T16:34:46.484Z Downloaded untrusted v0.9.0
11692026-03-25T16:34:46.484Z Downloaded untrusted v0.7.1
11702026-03-25T16:34:46.484Z Downloaded universal-hash v0.5.1
11712026-03-25T16:34:46.484Z Downloaded term v1.2.1
11722026-03-25T16:34:46.484Z Downloaded socket2 v0.5.10
11732026-03-25T16:34:46.484Z Downloaded hashbrown v0.15.5
11742026-03-25T16:34:46.489Z Downloaded similar v2.7.0
11752026-03-25T16:34:46.489Z Downloaded toml_writer v1.0.6+spec-1.1.0
11762026-03-25T16:34:46.490Z Downloaded strum_macros v0.27.2
11772026-03-25T16:34:46.490Z Downloaded schemars v0.9.0
11782026-03-25T16:34:46.490Z Downloaded void v1.0.2
11792026-03-25T16:34:46.490Z Downloaded term v0.7.0
11802026-03-25T16:34:46.490Z Downloaded num-bigint v0.4.6
11812026-03-25T16:34:46.490Z Downloaded tokio-rustls v0.26.4
11822026-03-25T16:34:46.490Z Downloaded subprocess v0.2.15
11832026-03-25T16:34:46.490Z Downloaded tokio-rustls v0.25.0
11842026-03-25T16:34:46.500Z Downloaded signal-hook v0.3.18
11852026-03-25T16:34:46.500Z Downloaded serde_with_macros v3.17.0
11862026-03-25T16:34:46.500Z Downloaded want v0.3.1
11872026-03-25T16:34:46.500Z Downloaded wait-timeout v0.2.1
11882026-03-25T16:34:46.500Z Downloaded russh v0.45.0
11892026-03-25T16:34:46.512Z Downloaded tui-tree-widget v0.23.1
11902026-03-25T16:34:46.512Z Downloaded hyper v1.8.1
11912026-03-25T16:34:46.512Z Downloaded slog-term v2.9.2
11922026-03-25T16:34:46.512Z Downloaded slog-scope v4.4.1
11932026-03-25T16:34:46.512Z Downloaded hkdf v0.12.4
11942026-03-25T16:34:46.523Z Downloaded test-strategy v0.4.5
11952026-03-25T16:34:46.523Z Downloaded usdt-impl v0.6.0
11962026-03-25T16:34:46.523Z Downloaded xshell-macros v0.2.7
11972026-03-25T16:34:46.523Z Downloaded socket2 v0.6.2
11982026-03-25T16:34:46.523Z Downloaded rsa v0.9.10
11992026-03-25T16:34:46.526Z Downloaded waitgroup v0.1.2
12002026-03-25T16:34:46.537Z Downloaded publicsuffix v2.3.0
12012026-03-25T16:34:46.537Z Downloaded itertools v0.12.1
12022026-03-25T16:34:46.551Z Downloaded rustls-webpki v0.103.9
12032026-03-25T16:34:46.551Z Downloaded twox-hash v2.1.2
12042026-03-25T16:34:46.551Z Downloaded nom v7.1.3
12052026-03-25T16:34:46.551Z Downloaded zone v0.3.1
12062026-03-25T16:34:46.552Z Downloaded xattr v1.6.1
12072026-03-25T16:34:46.571Z Downloaded zeroize_derive v1.4.3
12082026-03-25T16:34:46.571Z Downloaded tinyvec v1.10.0
12092026-03-25T16:34:46.571Z Downloaded rand v0.9.2
12102026-03-25T16:34:46.572Z Downloaded unicase v2.9.0
12112026-03-25T16:34:46.598Z Downloaded tokio-rustls v0.24.1
12122026-03-25T16:34:46.598Z Downloaded zone_cfg_derive v0.3.1
12132026-03-25T16:34:46.598Z Downloaded vsss-rs v3.3.4
12142026-03-25T16:34:46.598Z Downloaded tokio-stream v0.1.18
12152026-03-25T16:34:46.598Z Downloaded samael v0.0.19
12162026-03-25T16:34:46.598Z Downloaded utf-8 v0.7.6
12172026-03-25T16:34:46.598Z Downloaded uzers v0.12.2
12182026-03-25T16:34:46.598Z Downloaded toml_parser v1.0.9+spec-1.1.0
12192026-03-25T16:34:46.598Z Downloaded bitvec v1.0.1
12202026-03-25T16:34:46.608Z Downloaded whoami v2.1.0
12212026-03-25T16:34:46.608Z Downloaded xz2 v0.1.7
12222026-03-25T16:34:46.608Z Downloaded tracing-attributes v0.1.31
12232026-03-25T16:34:46.609Z Downloaded vergen-lib v0.1.6
12242026-03-25T16:34:46.609Z Downloaded vergen-gitcl v1.0.8
12252026-03-25T16:34:46.617Z Downloaded vergen-git2 v1.0.7
12262026-03-25T16:34:46.617Z Downloaded tracing-core v0.1.36
12272026-03-25T16:34:46.618Z Downloaded vergen v9.0.6
12282026-03-25T16:34:46.618Z Downloaded bindgen v0.71.1
12292026-03-25T16:34:46.626Z Downloaded whoami v1.6.1
12302026-03-25T16:34:46.626Z Downloaded rpassword v7.4.0
12312026-03-25T16:34:46.626Z Downloaded wyz v0.5.1
12322026-03-25T16:34:46.626Z Downloaded walkdir v2.5.0
12332026-03-25T16:34:46.637Z Downloaded snafu v0.8.9
12342026-03-25T16:34:46.637Z Downloaded xshell v0.2.7
12352026-03-25T16:34:46.646Z Downloaded rand v0.10.0
12362026-03-25T16:34:46.646Z Downloaded zeroize v1.8.2
12372026-03-25T16:34:46.646Z Downloaded toml v0.9.12+spec-1.1.0
12382026-03-25T16:34:46.646Z Downloaded zstd-safe v7.2.4
12392026-03-25T16:34:46.646Z Downloaded chrono v0.4.44
12402026-03-25T16:34:46.655Z Downloaded rustyline v14.0.0
12412026-03-25T16:34:46.655Z Downloaded reedline v0.40.0
12422026-03-25T16:34:46.655Z Downloaded tar v0.4.44
12432026-03-25T16:34:46.655Z Downloaded schemars v1.2.1
12442026-03-25T16:34:46.665Z Downloaded zstd v0.13.3
12452026-03-25T16:34:46.665Z Downloaded h2 v0.4.13
12462026-03-25T16:34:46.676Z Downloaded toml v0.7.8
12472026-03-25T16:34:46.686Z Downloaded tungstenite v0.21.0
12482026-03-25T16:34:46.686Z Downloaded typify v0.6.1
12492026-03-25T16:34:46.687Z Downloaded p521 v0.13.3
12502026-03-25T16:34:46.692Z Downloaded typify v0.4.3
12512026-03-25T16:34:46.692Z Downloaded unicode-bidi v0.3.18
12522026-03-25T16:34:46.692Z Downloaded regex v1.12.3
12532026-03-25T16:34:46.692Z Downloaded unicode-properties v0.1.4
12542026-03-25T16:34:46.692Z Downloaded yasna v0.5.2
12552026-03-25T16:34:46.702Z Downloaded toml_edit v0.19.15
12562026-03-25T16:34:46.983Z Downloaded steno v0.4.1
12572026-03-25T16:34:46.983Z Downloaded iri-string v0.7.10
12582026-03-25T16:34:47.021Z Downloaded toml_edit v0.23.10+spec-1.0.0
12592026-03-25T16:34:47.021Z Downloaded reqwest v0.13.2
12602026-03-25T16:34:47.021Z Downloaded zerocopy v0.6.6
12612026-03-25T16:34:47.022Z Downloaded uuid v1.21.0
12622026-03-25T16:34:47.022Z Downloaded reqwest v0.12.28
12632026-03-25T16:34:47.022Z Downloaded goblin v0.10.5
12642026-03-25T16:34:47.022Z Downloaded tungstenite v0.23.0
12652026-03-25T16:34:47.022Z Downloaded unicode_categories v0.1.1
12662026-03-25T16:34:47.022Z Downloaded zip v0.6.6
12672026-03-25T16:34:47.022Z Downloaded unsafe-libyaml v0.2.11
12682026-03-25T16:34:47.022Z Downloaded zopfli v0.8.3
12692026-03-25T16:34:47.022Z Downloaded quick-xml v0.37.5
12702026-03-25T16:34:47.022Z Downloaded rustls-webpki v0.101.7
12712026-03-25T16:34:47.022Z Downloaded zerocopy-derive v0.8.40
12722026-03-25T16:34:47.022Z Downloaded vte v0.14.1
12732026-03-25T16:34:47.022Z Downloaded ron v0.12.0
12742026-03-25T16:34:47.022Z Downloaded tokio-postgres v0.7.16
12752026-03-25T16:34:47.022Z Downloaded git2 v0.20.4
12762026-03-25T16:34:47.022Z Downloaded tower v0.5.3
12772026-03-25T16:34:47.022Z Downloaded petname v2.0.2
12782026-03-25T16:34:47.022Z Downloaded salty v0.3.0
12792026-03-25T16:34:47.022Z Downloaded p384 v0.13.1
12802026-03-25T16:34:47.022Z Downloaded typed-path v0.9.3
12812026-03-25T16:34:47.022Z Downloaded yansi v1.0.1
12822026-03-25T16:34:47.022Z Downloaded unicode-segmentation v1.12.0
12832026-03-25T16:34:47.022Z Downloaded ssh-key v0.6.7
12842026-03-25T16:34:47.022Z Downloaded serde_with v3.17.0
12852026-03-25T16:34:47.023Z Downloaded tower-http v0.6.8
12862026-03-25T16:34:47.023Z Downloaded x509-cert v0.2.5
12872026-03-25T16:34:47.023Z Downloaded zip v4.6.1
12882026-03-25T16:34:47.023Z Downloaded rayon v1.11.0
12892026-03-25T16:34:47.023Z Downloaded lalrpop v0.19.12
12902026-03-25T16:34:47.023Z Downloaded openssl v0.10.75
12912026-03-25T16:34:47.023Z Downloaded portable-atomic v1.13.1
12922026-03-25T16:34:47.023Z Downloaded unicode-normalization v0.1.25
12932026-03-25T16:34:47.023Z Downloaded bstr v1.12.1
12942026-03-25T16:34:47.023Z Downloaded nix v0.27.1
12952026-03-25T16:34:47.023Z Downloaded winnow v0.5.40
12962026-03-25T16:34:47.023Z Downloaded proptest v1.10.0
12972026-03-25T16:34:47.023Z Downloaded tough v0.20.0
12982026-03-25T16:34:47.023Z Downloaded quinn-proto v0.11.13
12992026-03-25T16:34:47.023Z Downloaded nix v0.28.0
13002026-03-25T16:34:47.023Z Downloaded tokio-util v0.7.18
13012026-03-25T16:34:47.023Z Downloaded polar-core v0.27.3
13022026-03-25T16:34:47.023Z Downloaded rustls v0.21.12
13032026-03-25T16:34:47.036Z Downloaded object v0.30.4
13042026-03-25T16:34:47.036Z Downloaded rustls-webpki v0.102.8
13052026-03-25T16:34:47.036Z Downloaded tabled v0.20.0
13062026-03-25T16:34:47.036Z Downloaded curve25519-dalek v4.1.3
13072026-03-25T16:34:47.036Z Downloaded nix v0.29.0
13082026-03-25T16:34:47.052Z Downloaded object v0.37.3
13092026-03-25T16:34:47.052Z Downloaded nix v0.31.1
13102026-03-25T16:34:47.075Z Downloaded moka v0.12.13
13112026-03-25T16:34:47.075Z Downloaded radix_trie v0.2.1
13122026-03-25T16:34:47.076Z Downloaded zlib-rs v0.6.2
13132026-03-25T16:34:47.099Z Downloaded winnow v0.6.26
13142026-03-25T16:34:47.099Z Downloaded hickory-proto v0.24.4
13152026-03-25T16:34:47.099Z Downloaded openapiv3 v2.2.0
13162026-03-25T16:34:47.120Z Downloaded webpki-roots v1.0.6
13172026-03-25T16:34:47.120Z Downloaded hickory-proto v0.25.2
13182026-03-25T16:34:47.141Z Downloaded zerocopy v0.8.40
13192026-03-25T16:34:47.141Z Downloaded time v0.3.47
13202026-03-25T16:34:47.141Z Downloaded regex-syntax v0.6.29
13212026-03-25T16:34:47.170Z Downloaded rustls v0.23.37
13222026-03-25T16:34:47.183Z Downloaded smoltcp v0.9.1
13232026-03-25T16:34:47.184Z Downloaded dropshot v0.16.7
13242026-03-25T16:34:47.212Z Downloaded vcpkg v0.2.15
13252026-03-25T16:34:47.224Z Downloaded rustls v0.22.4
13262026-03-25T16:34:47.224Z Downloaded smoltcp v0.11.0
13272026-03-25T16:34:47.237Z Downloaded sqlparser v0.61.0
13282026-03-25T16:34:47.245Z Downloaded regress v0.10.5
13292026-03-25T16:34:47.245Z Downloaded regex-syntax v0.8.10
13302026-03-25T16:34:47.262Z Downloaded sled v0.34.7
13312026-03-25T16:34:47.292Z Downloaded typify-impl v0.6.1
13322026-03-25T16:34:47.292Z Downloaded diesel v2.3.7
13332026-03-25T16:34:47.303Z Downloaded tracing v0.1.44
13342026-03-25T16:34:47.303Z Downloaded rustix v0.38.44
13352026-03-25T16:34:47.320Z Downloaded bzip2-sys v0.1.13+1.0.8
13362026-03-25T16:34:47.320Z Downloaded typify-impl v0.4.3
13372026-03-25T16:34:47.332Z Downloaded zerocopy-derive v0.6.6
13382026-03-25T16:34:47.344Z Downloaded chrono-tz v0.10.4
13392026-03-25T16:34:47.344Z Downloaded petgraph v0.6.5
13402026-03-25T16:34:47.354Z Downloaded lzma-sys v0.1.20
13412026-03-25T16:34:47.365Z Downloaded csv v1.4.0
13422026-03-25T16:34:47.378Z Downloaded ratatui v0.29.0
13432026-03-25T16:34:47.410Z Downloaded tokio v1.49.0
13442026-03-25T16:34:47.432Z Downloaded sha3 v0.10.8
13452026-03-25T16:34:47.444Z Downloaded regex-automata v0.4.14
13462026-03-25T16:34:47.478Z Downloaded jiff v0.2.21
13472026-03-25T16:34:47.525Z Downloaded petgraph v0.8.3
13482026-03-25T16:34:47.537Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13492026-03-25T16:34:47.554Z Downloaded libz-sys v1.1.24
13502026-03-25T16:34:47.628Z Downloaded encoding_rs v0.8.35
13512026-03-25T16:34:47.911Z Downloaded ring v0.17.14
13522026-03-25T16:34:47.917Z Downloaded libgit2-sys v0.18.3+1.9.2
13532026-03-25T16:34:48.030Z Downloaded aws-lc-sys v0.37.1
13542026-03-25T16:34:48.274Z Compiling libc v0.2.180
13552026-03-25T16:34:48.282Z Compiling serde v1.0.228
13562026-03-25T16:34:48.282Z Compiling log v0.4.29
13572026-03-25T16:34:48.282Z Compiling find-msvc-tools v0.1.9
13582026-03-25T16:34:48.443Z Compiling shlex v1.3.0
13592026-03-25T16:34:48.456Z Compiling smallvec v1.15.1
13602026-03-25T16:34:48.462Z Compiling syn v2.0.117
13612026-03-25T16:34:48.467Z Compiling typenum v1.19.0
13622026-03-25T16:34:48.890Z Compiling generic-array v0.14.7
13632026-03-25T16:34:48.903Z Compiling subtle v2.6.1
13642026-03-25T16:34:48.903Z Compiling scopeguard v1.2.0
13652026-03-25T16:34:48.903Z Compiling portable-atomic v1.13.1
13662026-03-25T16:34:48.903Z Compiling lock_api v0.4.14
13672026-03-25T16:34:48.903Z Compiling const-oid v0.9.6
13682026-03-25T16:34:48.903Z Compiling critical-section v1.2.0
13692026-03-25T16:34:48.903Z Compiling zerocopy v0.8.40
13702026-03-25T16:34:48.949Z Compiling serde_json v1.0.149
13712026-03-25T16:34:49.004Z Compiling parking_lot_core v0.9.12
13722026-03-25T16:34:49.140Z Compiling pin-project-lite v0.2.17
13732026-03-25T16:34:49.282Z Compiling pkg-config v0.3.32
13742026-03-25T16:34:49.345Z Compiling getrandom v0.2.17
13752026-03-25T16:34:49.366Z Compiling jobserver v0.1.34
13762026-03-25T16:34:49.695Z Compiling errno v0.3.14
13772026-03-25T16:34:49.730Z Compiling rand_core v0.6.4
13782026-03-25T16:34:49.730Z Compiling cc v1.2.56
13792026-03-25T16:34:49.730Z Compiling once_cell v1.21.3
13802026-03-25T16:34:49.743Z Compiling signal-hook-registry v1.4.8
13812026-03-25T16:34:49.846Z Compiling mio v1.1.1
13822026-03-25T16:34:49.860Z Compiling bitflags v2.11.0
13832026-03-25T16:34:49.870Z Compiling libm v0.2.16
13842026-03-25T16:34:50.026Z Compiling parking_lot v0.12.5
13852026-03-25T16:34:50.056Z Compiling num-traits v0.2.19
13862026-03-25T16:34:50.087Z Compiling futures-core v0.3.32
13872026-03-25T16:34:50.406Z Compiling socket2 v0.6.2
13882026-03-25T16:34:50.419Z Compiling percent-encoding v2.3.2
13892026-03-25T16:34:50.420Z Compiling allocator-api2 v0.2.21
13902026-03-25T16:34:50.420Z Compiling cpufeatures v0.2.17
13912026-03-25T16:34:50.458Z Compiling futures-sink v0.3.32
13922026-03-25T16:34:50.492Z Compiling foldhash v0.2.0
13932026-03-25T16:34:50.513Z Compiling futures-io v0.3.32
13942026-03-25T16:34:50.567Z Compiling futures-channel v0.3.32
13952026-03-25T16:34:50.666Z Compiling slab v0.4.12
13962026-03-25T16:34:50.684Z Compiling futures-task v0.3.32
13972026-03-25T16:34:50.710Z Compiling hashbrown v0.16.1
13982026-03-25T16:34:50.730Z Compiling getrandom v0.4.1
13992026-03-25T16:34:50.801Z Compiling rustversion v1.0.22
14002026-03-25T16:34:50.848Z Compiling rand_core v0.10.0
14012026-03-25T16:34:50.859Z Compiling getrandom v0.3.4
14022026-03-25T16:34:51.220Z Compiling form_urlencoded v1.2.2
14032026-03-25T16:34:51.318Z Compiling synstructure v0.13.2
14042026-03-25T16:34:51.341Z Compiling indexmap v2.13.0
14052026-03-25T16:34:51.350Z Compiling cmake v0.1.57
14062026-03-25T16:34:51.394Z Compiling dunce v1.0.5
14072026-03-25T16:34:51.498Z Compiling fs_extra v1.3.0
14082026-03-25T16:34:51.654Z Compiling ident_case v1.0.1
14092026-03-25T16:34:51.742Z Compiling base64ct v1.8.3
14102026-03-25T16:34:51.756Z Compiling aws-lc-sys v0.37.1
14112026-03-25T16:34:51.775Z Compiling flagset v0.4.7
14122026-03-25T16:34:51.797Z Compiling rand_core v0.9.5
14132026-03-25T16:34:51.826Z Compiling rustix v1.1.3
14142026-03-25T16:34:51.904Z Compiling iana-time-zone v0.1.65
14152026-03-25T16:34:51.924Z Compiling uuid v1.21.0
14162026-03-25T16:34:51.984Z Compiling pem-rfc7468 v0.7.0
14172026-03-25T16:34:52.017Z Compiling ring v0.17.14
14182026-03-25T16:34:52.062Z Compiling rustc_version v0.4.1
14192026-03-25T16:34:52.108Z Compiling vcpkg v0.2.15
14202026-03-25T16:34:52.289Z Compiling aws-lc-rs v1.16.0
14212026-03-25T16:34:52.380Z Compiling regex-syntax v0.8.10
14222026-03-25T16:34:52.570Z Compiling tracing-core v0.1.36
14232026-03-25T16:34:52.617Z Compiling crossbeam-utils v0.8.21
14242026-03-25T16:34:52.827Z Compiling openssl-sys v0.9.111
14252026-03-25T16:34:52.968Z Compiling pest_generator v2.8.6
14262026-03-25T16:34:53.083Z Compiling serde_derive v1.0.228
14272026-03-25T16:34:53.157Z Compiling zeroize_derive v1.4.3
14282026-03-25T16:34:53.388Z Compiling zerofrom-derive v0.1.6
14292026-03-25T16:34:53.586Z Compiling yoke-derive v0.8.1
14302026-03-25T16:34:53.691Z Compiling zerocopy-derive v0.8.40
14312026-03-25T16:34:53.815Z Compiling zeroize v1.8.2
14322026-03-25T16:34:54.593Z Compiling crypto-common v0.1.7
14332026-03-25T16:34:54.740Z Compiling block-buffer v0.10.4
14342026-03-25T16:34:54.748Z Compiling zerovec-derive v0.11.2
14352026-03-25T16:34:54.768Z Compiling displaydoc v0.2.5
14362026-03-25T16:34:54.796Z Compiling zerofrom v0.1.6
14372026-03-25T16:34:54.911Z Compiling yoke v0.8.1
14382026-03-25T16:34:54.923Z Compiling digest v0.10.7
14392026-03-25T16:34:55.100Z Compiling tokio-macros v2.6.0
14402026-03-25T16:34:55.178Z Compiling hmac v0.12.1
14412026-03-25T16:34:55.338Z Compiling futures-macro v0.3.32
14422026-03-25T16:34:55.503Z Compiling zerotrie v0.2.3
14432026-03-25T16:34:55.801Z Compiling block-padding v0.3.3
14442026-03-25T16:34:55.813Z Compiling sha2 v0.10.9
14452026-03-25T16:34:55.841Z Compiling zerovec v0.11.5
14462026-03-25T16:34:55.955Z Compiling inout v0.1.4
14472026-03-25T16:34:56.128Z Compiling cipher v0.4.4
14482026-03-25T16:34:56.146Z Compiling futures-util v0.3.32
14492026-03-25T16:34:56.345Z Compiling tinystr v0.8.2
14502026-03-25T16:34:56.390Z Compiling potential_utf v0.1.4
14512026-03-25T16:34:56.544Z Compiling bytes v1.11.1
14522026-03-25T16:34:56.553Z Compiling icu_locale_core v2.1.1
14532026-03-25T16:34:56.586Z Compiling icu_collections v2.1.1
14542026-03-25T16:34:56.629Z Compiling der_derive v0.7.3
14552026-03-25T16:34:56.998Z Compiling tokio v1.49.0
14562026-03-25T16:34:57.141Z Compiling http v1.4.0
14572026-03-25T16:34:57.178Z Compiling icu_provider v2.1.1
14582026-03-25T16:34:57.505Z Compiling icu_normalizer v2.1.1
14592026-03-25T16:34:57.518Z Compiling icu_properties v2.1.2
14602026-03-25T16:34:57.582Z Compiling der v0.7.10
14612026-03-25T16:34:58.063Z Compiling ppv-lite86 v0.2.21
14622026-03-25T16:34:58.091Z Compiling chrono v0.4.44
14632026-03-25T16:34:58.140Z Compiling salsa20 v0.10.2
14642026-03-25T16:34:58.295Z Compiling pbkdf2 v0.12.2
14652026-03-25T16:34:58.388Z Compiling idna_adapter v1.2.1
14662026-03-25T16:34:58.434Z Compiling thiserror-impl v2.0.18
14672026-03-25T16:34:58.479Z Compiling spki v0.7.3
14682026-03-25T16:34:58.511Z Compiling idna v1.1.0
14692026-03-25T16:34:58.647Z Compiling scrypt v0.11.0
14702026-03-25T16:34:58.663Z Compiling rand_chacha v0.9.0
14712026-03-25T16:34:58.839Z Compiling url v2.5.8
14722026-03-25T16:34:58.877Z Compiling aes v0.8.4
14732026-03-25T16:34:59.205Z Compiling cbc v0.1.2
14742026-03-25T16:34:59.327Z Compiling rustls-pki-types v1.14.0
14752026-03-25T16:34:59.365Z Compiling tracing-attributes v0.1.31
14762026-03-25T16:34:59.472Z Compiling pkcs5 v0.7.1
14772026-03-25T16:34:59.630Z Compiling rand v0.9.2
14782026-03-25T16:34:59.720Z Compiling thiserror v2.0.18
14792026-03-25T16:34:59.784Z Compiling http-body v1.0.1
14802026-03-25T16:34:59.935Z Compiling serde_derive_internals v0.29.1
14812026-03-25T16:34:59.961Z Compiling untrusted v0.9.0
14822026-03-25T16:34:59.961Z Compiling untrusted v0.7.1
14832026-03-25T16:34:59.961Z Compiling openssl-probe v0.2.1
14842026-03-25T16:35:00.066Z Compiling base64 v0.22.1
14852026-03-25T16:35:00.113Z Compiling httparse v1.10.1
14862026-03-25T16:35:00.138Z Compiling syn v1.0.109
14872026-03-25T16:35:00.382Z Compiling schemars v0.8.22
14882026-03-25T16:35:00.463Z Compiling pkcs8 v0.10.2
14892026-03-25T16:35:00.485Z Compiling pest_derive v2.8.6
14902026-03-25T16:35:00.584Z Compiling scroll_derive v0.13.1
14912026-03-25T16:35:00.646Z Compiling tracing v0.1.44
14922026-03-25T16:35:00.780Z Compiling tokio-util v0.7.18
14932026-03-25T16:35:00.799Z Compiling schemars_derive v0.8.22
14942026-03-25T16:35:00.934Z Compiling darling_core v0.20.11
14952026-03-25T16:35:01.362Z Compiling tower-service v0.3.3
14962026-03-25T16:35:01.376Z Compiling try-lock v0.2.5
14972026-03-25T16:35:01.461Z Compiling rustls v0.23.37
14982026-03-25T16:35:01.487Z Compiling tinyvec_macros v0.1.1
14992026-03-25T16:35:01.561Z Compiling dyn-clone v1.0.20
15002026-03-25T16:35:01.630Z Compiling atomic-waker v1.1.2
15012026-03-25T16:35:01.706Z Compiling tower-layer v0.3.3
15022026-03-25T16:35:01.758Z Compiling h2 v0.4.13
15032026-03-25T16:35:01.794Z Compiling tinyvec v1.10.0
15042026-03-25T16:35:01.867Z Compiling want v0.3.1
15052026-03-25T16:35:02.043Z Compiling scroll v0.13.0
15062026-03-25T16:35:02.304Z Compiling ipnet v2.11.0
15072026-03-25T16:35:02.449Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15082026-03-25T16:35:02.588Z Compiling spin v0.9.8
15092026-03-25T16:35:02.800Z Compiling aho-corasick v1.1.4
15102026-03-25T16:35:02.814Z Compiling time-core v0.1.8
15112026-03-25T16:35:02.833Z Compiling foreign-types-shared v0.1.1
15122026-03-25T16:35:02.967Z Compiling powerfmt v0.2.0
15132026-03-25T16:35:03.011Z Compiling crc32fast v1.5.0
15142026-03-25T16:35:03.179Z Compiling httpdate v1.0.3
15152026-03-25T16:35:03.190Z Compiling darling_macro v0.20.11
15162026-03-25T16:35:03.282Z Compiling num-conv v0.2.0
15172026-03-25T16:35:03.327Z Compiling pin-utils v0.1.0
15182026-03-25T16:35:03.393Z Compiling openssl v0.10.75
15192026-03-25T16:35:03.418Z Compiling tempfile v3.25.0
15202026-03-25T16:35:03.428Z Compiling time-macros v0.2.27
15212026-03-25T16:35:03.648Z Compiling regex-automata v0.4.14
15222026-03-25T16:35:03.666Z Compiling darling v0.20.11
15232026-03-25T16:35:03.791Z Compiling deranged v0.5.8
15242026-03-25T16:35:03.803Z Compiling foreign-types v0.3.2
15252026-03-25T16:35:04.494Z Compiling goblin v0.10.5
15262026-03-25T16:35:04.765Z Compiling hyper v1.8.1
15272026-03-25T16:35:05.067Z Compiling openssl-macros v0.1.1
15282026-03-25T16:35:05.448Z Compiling thiserror-impl v1.0.69
15292026-03-25T16:35:05.763Z Compiling wait-timeout v0.2.1
15302026-03-25T16:35:06.030Z Compiling num_threads v0.1.7
15312026-03-25T16:35:06.053Z Compiling simd-adler32 v0.3.8
15322026-03-25T16:35:06.133Z Compiling native-tls v0.2.18
15332026-03-25T16:35:06.299Z Compiling quick-error v1.2.3
15342026-03-25T16:35:06.329Z Compiling siphasher v1.0.2
15352026-03-25T16:35:06.341Z Compiling usdt-impl v0.6.0
15362026-03-25T16:35:06.406Z Compiling bit-vec v0.8.0
15372026-03-25T16:35:06.515Z Compiling either v1.15.0
15382026-03-25T16:35:06.582Z Compiling rusty-fork v0.3.1
15392026-03-25T16:35:06.638Z Compiling bit-set v0.8.0
15402026-03-25T16:35:06.694Z Compiling thiserror v1.0.69
15412026-03-25T16:35:06.740Z Compiling time v0.3.47
15422026-03-25T16:35:06.794Z Compiling hyper-util v0.1.20
15432026-03-25T16:35:07.058Z Compiling derive_builder_core v0.20.2
15442026-03-25T16:35:07.751Z Compiling dof v0.4.0
15452026-03-25T16:35:07.962Z Compiling unicode-normalization v0.1.25
15462026-03-25T16:35:08.333Z Compiling crossbeam-epoch v0.9.18
15472026-03-25T16:35:08.399Z Compiling dtrace-parser v0.3.0
15482026-03-25T16:35:08.562Z Compiling rustls-native-certs v0.8.3
15492026-03-25T16:35:08.655Z Compiling signature v2.2.0
15502026-03-25T16:35:08.767Z Compiling scroll_derive v0.12.1
15512026-03-25T16:35:08.852Z Compiling heapless v0.7.17
15522026-03-25T16:35:08.862Z Compiling rand_xorshift v0.4.0
15532026-03-25T16:35:08.976Z Compiling slog v2.8.2
15542026-03-25T16:35:09.022Z Compiling darling_core v0.21.3
15552026-03-25T16:35:09.074Z Compiling bzip2-sys v0.1.13+1.0.8
15562026-03-25T16:35:09.152Z Compiling sync_wrapper v1.0.2
15572026-03-25T16:35:09.164Z Compiling thread-id v5.1.0
15582026-03-25T16:35:09.246Z Compiling cookie v0.18.1
15592026-03-25T16:35:09.260Z Compiling unicode-properties v0.1.4
15602026-03-25T16:35:09.350Z Compiling unicode-bidi v0.3.18
15612026-03-25T16:35:09.418Z Compiling paste v1.0.15
15622026-03-25T16:35:09.442Z Compiling anyhow v1.0.102
15632026-03-25T16:35:09.470Z Compiling zstd-safe v7.2.4
15642026-03-25T16:35:09.666Z Compiling unicode-segmentation v1.12.0
15652026-03-25T16:35:09.686Z Compiling unarray v0.1.4
15662026-03-25T16:35:09.735Z Compiling rayon-core v1.13.0
15672026-03-25T16:35:09.765Z Compiling signal-hook v0.3.18
15682026-03-25T16:35:09.796Z Compiling adler2 v2.0.1
15692026-03-25T16:35:09.893Z Compiling miniz_oxide v0.8.9
15702026-03-25T16:35:09.918Z Compiling proptest v1.10.0
15712026-03-25T16:35:10.013Z Compiling stringprep v0.1.5
15722026-03-25T16:35:10.088Z Compiling scroll v0.12.0
15732026-03-25T16:35:10.353Z Compiling tower v0.5.3
15742026-03-25T16:35:10.556Z Compiling crossbeam-deque v0.8.6
15752026-03-25T16:35:10.743Z Compiling derive_builder_macro v0.20.2
15762026-03-25T16:35:10.813Z Compiling ipnetwork v0.21.1
15772026-03-25T16:35:10.832Z Compiling http-body-util v0.1.3
15782026-03-25T16:35:10.949Z Compiling webpki-roots v1.0.6
15792026-03-25T16:35:11.018Z Compiling rand_chacha v0.3.1
15802026-03-25T16:35:11.071Z Compiling serde_spanned v0.6.9
15812026-03-25T16:35:11.071Z Compiling erased-serde v0.3.31
15822026-03-25T16:35:11.193Z Compiling toml_datetime v0.6.11
15832026-03-25T16:35:11.206Z Compiling serde_tokenstream v0.2.3
15842026-03-25T16:35:11.225Z Compiling md-5 v0.10.6
15852026-03-25T16:35:11.386Z Compiling zerocopy-derive v0.7.35
15862026-03-25T16:35:11.449Z Compiling curve25519-dalek v4.1.3
15872026-03-25T16:35:11.496Z Compiling darling_macro v0.21.3
15882026-03-25T16:35:11.517Z Compiling vergen-lib v0.1.6
15892026-03-25T16:35:11.565Z Compiling num-integer v0.1.46
15902026-03-25T16:35:11.700Z Compiling hash32 v0.2.1
15912026-03-25T16:35:11.778Z Compiling ff v0.13.1
15922026-03-25T16:35:11.827Z Compiling memoffset v0.9.1
15932026-03-25T16:35:11.883Z Compiling ref-cast v1.0.25
15942026-03-25T16:35:11.883Z Compiling cfg_aliases v0.2.1
15952026-03-25T16:35:11.922Z Compiling psl-types v2.0.11
15962026-03-25T16:35:11.964Z Compiling smoltcp v0.9.1
15972026-03-25T16:35:11.978Z Compiling ryu v1.0.23
15982026-03-25T16:35:12.014Z Compiling zlib-rs v0.6.2
15992026-03-25T16:35:12.038Z Compiling num-bigint-dig v0.8.6
16002026-03-25T16:35:12.158Z Compiling rustix v0.38.44
16012026-03-25T16:35:12.182Z Compiling fallible-iterator v0.2.0
16022026-03-25T16:35:12.223Z Compiling litrs v1.0.0
16032026-03-25T16:35:12.247Z Compiling base16ct v0.2.0
16042026-03-25T16:35:12.292Z Compiling iri-string v0.7.10
16052026-03-25T16:35:12.419Z Compiling sec1 v0.7.3
16062026-03-25T16:35:12.484Z Compiling postgres-protocol v0.6.10
16072026-03-25T16:35:12.617Z Compiling zerocopy v0.7.35
16082026-03-25T16:35:12.718Z Compiling newtype-uuid v1.3.2
16092026-03-25T16:35:12.726Z Compiling document-features v0.2.12
16102026-03-25T16:35:13.098Z Compiling serde_urlencoded v0.7.1
16112026-03-25T16:35:13.188Z Compiling publicsuffix v2.3.0
16122026-03-25T16:35:13.256Z Compiling nix v0.31.1
16132026-03-25T16:35:13.343Z Compiling darling v0.21.3
16142026-03-25T16:35:13.351Z Compiling group v0.13.0
16152026-03-25T16:35:13.432Z Compiling num-iter v0.1.45
16162026-03-25T16:35:13.541Z Compiling tower-http v0.6.8
16172026-03-25T16:35:13.658Z Compiling rand v0.8.5
16182026-03-25T16:35:13.843Z Compiling derive_builder v0.20.2
16192026-03-25T16:35:13.862Z Compiling oxnet v0.1.4
16202026-03-25T16:35:13.975Z Compiling proc-macro-error v1.0.4
16212026-03-25T16:35:14.032Z Compiling tokio-native-tls v0.3.1
16222026-03-25T16:35:14.259Z Compiling goblin v0.8.2
16232026-03-25T16:35:14.709Z Compiling heck v0.4.1
16242026-03-25T16:35:14.925Z Compiling flate2 v1.1.9
16252026-03-25T16:35:14.931Z Compiling phf_shared v0.13.1
16262026-03-25T16:35:14.959Z Compiling hubpack_derive v0.1.1
16272026-03-25T16:35:15.008Z Compiling regex v1.12.3
16282026-03-25T16:35:15.182Z Compiling lazy_static v1.5.0
16292026-03-25T16:35:15.247Z Compiling cargo-platform v0.1.9
16302026-03-25T16:35:15.276Z Compiling hkdf v0.12.4
16312026-03-25T16:35:15.343Z Compiling crypto-bigint v0.5.5
16322026-03-25T16:35:15.390Z Compiling terminal_size v0.4.3
16332026-03-25T16:35:15.442Z Compiling daft-derive v0.1.5
16342026-03-25T16:35:15.446Z Compiling curve25519-dalek-derive v0.1.1
16352026-03-25T16:35:15.506Z Compiling strum_macros v0.27.2
16362026-03-25T16:35:15.529Z Compiling async-trait v0.1.89
16372026-03-25T16:35:16.497Z Compiling ref-cast-impl v1.0.25
16382026-03-25T16:35:16.508Z Compiling vergen v9.0.6
16392026-03-25T16:35:16.508Z Compiling fs-err v3.3.0
16402026-03-25T16:35:16.546Z Compiling ahash v0.8.12
16412026-03-25T16:35:16.565Z Compiling bumpalo v3.20.2
16422026-03-25T16:35:16.658Z Compiling bitflags v1.3.2
16432026-03-25T16:35:16.831Z Compiling object v0.37.3
16442026-03-25T16:35:16.858Z Compiling libbz2-rs-sys v0.2.2
16452026-03-25T16:35:16.858Z Compiling managed v0.8.0
16462026-03-25T16:35:17.041Z Compiling winnow v0.5.40
16472026-03-25T16:35:17.115Z Compiling foldhash v0.1.5
16482026-03-25T16:35:17.215Z Compiling hashbrown v0.15.5
16492026-03-25T16:35:17.441Z Compiling bzip2 v0.6.1
16502026-03-25T16:35:17.450Z Compiling clap_builder v4.5.60
16512026-03-25T16:35:17.479Z Compiling strum v0.27.2
16522026-03-25T16:35:17.677Z Compiling zopfli v0.8.3
16532026-03-25T16:35:17.830Z Compiling console v0.16.2
16542026-03-25T16:35:18.019Z Compiling dof v0.3.0
16552026-03-25T16:35:18.367Z Compiling toml_edit v0.19.15
16562026-03-25T16:35:18.423Z Compiling elliptic-curve v0.13.8
16572026-03-25T16:35:18.437Z Compiling daft v0.1.5
16582026-03-25T16:35:18.715Z Compiling cargo_metadata v0.19.2
16592026-03-25T16:35:18.757Z Compiling hubpack v0.1.2
16602026-03-25T16:35:18.972Z Compiling phf v0.13.1
16612026-03-25T16:35:19.158Z Compiling zone_cfg_derive v0.3.1
16622026-03-25T16:35:19.769Z Compiling signal-hook-mio v0.2.5
16632026-03-25T16:35:19.902Z Compiling cookie_store v0.22.1
16642026-03-25T16:35:20.404Z Compiling rayon v1.11.0
16652026-03-25T16:35:20.475Z Compiling zstd v0.13.3
16662026-03-25T16:35:20.548Z Compiling hyper-tls v0.6.0
16672026-03-25T16:35:20.746Z Compiling bzip2 v0.4.4
16682026-03-25T16:35:20.795Z Compiling serde_with_macros v3.17.0
16692026-03-25T16:35:20.948Z Compiling postgres-types v0.2.12
16702026-03-25T16:35:21.024Z Compiling usdt-attr-macro v0.6.0
16712026-03-25T16:35:21.434Z Compiling usdt-macro v0.6.0
16722026-03-25T16:35:21.511Z Compiling ed25519 v2.2.3
16732026-03-25T16:35:21.811Z Compiling dtrace-parser v0.2.0
16742026-03-25T16:35:21.920Z Compiling itertools v0.12.1
16752026-03-25T16:35:22.083Z Compiling phf_shared v0.11.3
16762026-03-25T16:35:22.146Z Compiling bstr v1.12.1
16772026-03-25T16:35:22.160Z Compiling pkcs1 v0.7.5
16782026-03-25T16:35:22.276Z Compiling hex v0.4.3
16792026-03-25T16:35:22.418Z Compiling serde-big-array v0.5.1
16802026-03-25T16:35:22.545Z Compiling rfc6979 v0.4.0
16812026-03-25T16:35:22.560Z Compiling clap_derive v4.5.55
16822026-03-25T16:35:22.568Z Compiling strum_macros v0.26.4
16832026-03-25T16:35:22.569Z Compiling enum-as-inner v0.6.1
16842026-03-25T16:35:22.668Z Compiling serde_repr v0.1.20
16852026-03-25T16:35:22.785Z Compiling float-cmp v0.10.0
16862026-03-25T16:35:22.957Z Compiling memmap2 v0.9.10
16872026-03-25T16:35:23.109Z Compiling thread-id v4.2.2
16882026-03-25T16:35:23.168Z Compiling env_filter v1.0.0
16892026-03-25T16:35:23.189Z Compiling encoding_rs v0.8.35
16902026-03-25T16:35:23.198Z Compiling keccak v0.1.6
16912026-03-25T16:35:23.245Z Compiling predicates-core v1.0.10
16922026-03-25T16:35:23.428Z Compiling rustc-hash v2.1.1
16932026-03-25T16:35:23.477Z Compiling fixedbitset v0.4.2
16942026-03-25T16:35:23.560Z Compiling static_assertions v1.1.0
16952026-03-25T16:35:23.642Z Compiling normalize-line-endings v0.3.0
16962026-03-25T16:35:23.698Z Compiling new_debug_unreachable v1.0.6
16972026-03-25T16:35:23.741Z Compiling precomputed-hash v0.1.1
16982026-03-25T16:35:23.778Z Compiling jiff v0.2.21
16992026-03-25T16:35:23.832Z Compiling difflib v0.4.0
17002026-03-25T16:35:24.028Z Compiling fixedbitset v0.5.7
17012026-03-25T16:35:24.343Z Compiling unit-prefix v0.5.2
17022026-03-25T16:35:24.366Z Compiling data-encoding v2.10.0
17032026-03-25T16:35:24.416Z Compiling whoami v2.1.0
17042026-03-25T16:35:24.431Z Compiling mime v0.3.17
17052026-03-25T16:35:24.438Z Compiling clap v4.5.60
17062026-03-25T16:35:24.490Z Compiling indicatif v0.18.4
17072026-03-25T16:35:24.531Z Compiling strum v0.26.3
17082026-03-25T16:35:24.664Z Compiling hickory-proto v0.25.2
17092026-03-25T16:35:24.687Z Compiling tokio-postgres v0.7.16
17102026-03-25T16:35:24.721Z Compiling petgraph v0.8.3
17112026-03-25T16:35:24.785Z Compiling predicates v3.1.4
17122026-03-25T16:35:25.061Z Compiling string_cache v0.8.9
17132026-03-25T16:35:25.289Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17142026-03-25T16:35:25.339Z Compiling petgraph v0.6.5
17152026-03-25T16:35:25.433Z Compiling toml_edit v0.22.27
17162026-03-25T16:35:26.626Z Compiling zip v4.6.1
17172026-03-25T16:35:26.811Z Compiling iddqd v0.3.17
17182026-03-25T16:35:26.887Z Compiling sha3 v0.10.8
17192026-03-25T16:35:27.346Z Compiling env_logger v0.11.9
17202026-03-25T16:35:27.600Z Compiling usdt-impl v0.5.0
17212026-03-25T16:35:27.705Z Compiling usdt v0.6.0
17222026-03-25T16:35:27.983Z Compiling zone v0.3.1
17232026-03-25T16:35:28.029Z Compiling ecdsa v0.16.9
17242026-03-25T16:35:28.036Z Compiling similar v2.7.0
17252026-03-25T16:35:28.066Z Compiling serde_with v3.17.0
17262026-03-25T16:35:28.134Z Compiling rsa v0.9.10
17272026-03-25T16:35:28.230Z Compiling crossterm v0.28.1
17282026-03-25T16:35:28.429Z Compiling ed25519-dalek v2.2.0
17292026-03-25T16:35:28.931Z Compiling zip v0.6.6
17302026-03-25T16:35:29.391Z Compiling toml v0.7.8
17312026-03-25T16:35:29.749Z Compiling toml_parser v1.0.9+spec-1.1.0
17322026-03-25T16:35:29.790Z Compiling itertools v0.13.0
17332026-03-25T16:35:29.906Z Compiling tokio-stream v0.1.18
17342026-03-25T16:35:30.012Z Compiling buf-list v1.1.2
17352026-03-25T16:35:30.094Z Compiling x509-cert v0.2.5
17362026-03-25T16:35:30.292Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17372026-03-25T16:35:30.367Z Compiling openapiv3 v2.2.0
17382026-03-25T16:35:30.386Z Compiling sha1 v0.10.6
17392026-03-25T16:35:30.598Z Compiling toml_datetime v0.7.5+spec-1.1.0
17402026-03-25T16:35:30.610Z Compiling lalrpop-util v0.19.12
17412026-03-25T16:35:30.803Z Compiling peg-runtime v0.8.5
17422026-03-25T16:35:30.883Z Compiling thread_local v1.1.9
17432026-03-25T16:35:31.032Z Compiling slog-async v2.8.0
17442026-03-25T16:35:31.092Z Compiling crossbeam-channel v0.5.15
17452026-03-25T16:35:31.136Z Compiling futures-executor v0.3.32
17462026-03-25T16:35:31.355Z Compiling filetime v0.2.27
17472026-03-25T16:35:31.401Z Compiling is-terminal v0.4.17
17482026-03-25T16:35:31.453Z Compiling take_mut v0.2.2
17492026-03-25T16:35:31.496Z Compiling xattr v1.6.1
17502026-03-25T16:35:31.533Z Compiling term v1.2.1
17512026-03-25T16:35:31.572Z Compiling futures v0.3.32
17522026-03-25T16:35:31.656Z Compiling tar v0.4.44
17532026-03-25T16:35:31.911Z Compiling slog-term v2.9.2
17542026-03-25T16:35:37.644Z Compiling rustls-webpki v0.103.9
17552026-03-25T16:35:40.472Z Compiling tokio-rustls v0.26.4
17562026-03-25T16:35:40.472Z Compiling rustls-platform-verifier v0.6.2
17572026-03-25T16:35:40.674Z Compiling hyper-rustls v0.27.7
17582026-03-25T16:35:40.878Z Compiling reqwest v0.12.28
17592026-03-25T16:35:40.878Z Compiling reqwest v0.13.2
17602026-03-25T16:35:42.977Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17612026-03-25T16:35:43.197Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17622026-03-25T16:35:46.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17632026-03-25T16:35:46.158Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17642026-03-25T16:35:46.218ZMar 25 16:35:45.100 INFO Starting download, target: Cockroach
17652026-03-25T16:35:46.218ZMar 25 16:35:45.101 INFO Starting download, target: Console
17662026-03-25T16:35:46.218ZMar 25 16:35:45.101 INFO Starting download, target: Clickhouse
17672026-03-25T16:35:46.218ZMar 25 16:35:45.101 INFO Starting download, target: DendriteStub
17682026-03-25T16:35:46.218ZMar 25 16:35:45.101 INFO Starting download, target: MaghemiteMgd
17692026-03-25T16:35:46.218ZMar 25 16:35:45.101 INFO Starting download, target: TransceiverControl
17702026-03-25T16:35:46.223ZMar 25 16:35:45.101 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17712026-03-25T16:35:46.223ZMar 25 16:35:45.101 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17722026-03-25T16:35:46.223ZMar 25 16:35:45.101 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17732026-03-25T16:35:46.223ZMar 25 16:35:45.101 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17742026-03-25T16:35:46.223ZMar 25 16:35:45.101 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17752026-03-25T16:35:46.223ZMar 25 16:35:45.101 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17762026-03-25T16:35:46.579ZMar 25 16:35:45.438 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17772026-03-25T16:35:46.788ZMar 25 16:35:45.663 INFO Download complete, target: TransceiverControl
17782026-03-25T16:35:47.203ZMar 25 16:35:46.082 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17792026-03-25T16:35:47.441ZMar 25 16:35:46.320 INFO Download complete, target: Console
17802026-03-25T16:35:47.788ZMar 25 16:35:46.668 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17812026-03-25T16:35:47.824ZMar 25 16:35:46.705 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17822026-03-25T16:35:48.429ZMar 25 16:35:47.312 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17832026-03-25T16:35:48.462ZMar 25 16:35:47.344 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17842026-03-25T16:35:48.462ZMar 25 16:35:47.344 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17852026-03-25T16:35:50.262ZMar 25 16:35:49.144 INFO Download complete, target: DendriteStub
17862026-03-25T16:35:50.308ZMar 25 16:35:49.191 INFO Download complete, target: MaghemiteMgd
17872026-03-25T16:35:53.357ZMar 25 16:35:52.239 INFO Checking that binary works, target: Cockroach
17882026-03-25T16:35:53.483ZMar 25 16:35:52.365 INFO Download complete, target: Cockroach
17892026-03-25T16:35:55.566ZMar 25 16:35:54.448 INFO Checking that binary works, target: Clickhouse
17902026-03-25T16:35:55.648ZMar 25 16:35:54.530 INFO Download complete, target: Clickhouse
17912026-03-25T16:35:55.692ZAll builder prerequisites installed successfully, and PATH looks valid
17922026-03-25T16:35:55.695Z
17932026-03-25T16:35:55.695Zreal 2:05.468533163
17942026-03-25T16:35:55.696Zuser 6:56.909565619
17952026-03-25T16:35:55.696Zsys 1:22.063920834
17962026-03-25T16:35:55.696Ztrap 0.226996657
17972026-03-25T16:35:55.696Ztflt 0.457341176
17982026-03-25T16:35:55.696Zdflt 0.572142265
17992026-03-25T16:35:55.696Zkflt 0.041860081
18002026-03-25T16:35:55.696Zlock 21:36.149826205
18012026-03-25T16:35:55.696Zslp 20:40.227148004
18022026-03-25T16:35:55.696Zlat 39.194171938
18032026-03-25T16:35:55.696Zstop 1:45.125309755
18042026-03-25T16:35:55.696Z+ banner clippy
18052026-03-25T16:35:55.696Z
18062026-03-25T16:35:55.696Z #### # # ##### ##### # #
18072026-03-25T16:35:55.696Z # # # # # # # # # #
18082026-03-25T16:35:55.696Z # # # # # # # #
18092026-03-25T16:35:55.696Z # # # ##### ##### #
18102026-03-25T16:35:55.696Z # # # # # # #
18112026-03-25T16:35:55.696Z #### ###### # # # #
18122026-03-25T16:35:55.696Z
18132026-03-25T16:35:55.696Z+ export CARGO_INCREMENTAL=0
18142026-03-25T16:35:55.696Z+ CARGO_INCREMENTAL=0
18152026-03-25T16:35:55.696Z+ ptime -m cargo xtask clippy
18162026-03-25T16:35:56.261Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18172026-03-25T16:35:56.484Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18182026-03-25T16:35:58.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
18192026-03-25T16:35:58.452Z Running `target/debug/xtask clippy`
18202026-03-25T16:35:58.482Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18212026-03-25T16:35:59.098Z Downloading crates ...
18222026-03-25T16:35:59.300Z Downloaded cargo_metadata v0.23.1
18232026-03-25T16:35:59.304Z Downloaded addr2line v0.25.1
18242026-03-25T16:35:59.307Z Downloaded cargo-platform v0.3.2
18252026-03-25T16:35:59.310Z Downloaded cast v0.3.0
18262026-03-25T16:35:59.310Z Downloaded async-lock v3.4.2
18272026-03-25T16:35:59.313Z Downloaded event-listener v5.4.1
18282026-03-25T16:35:59.313Z Downloaded parking v2.2.1
18292026-03-25T16:35:59.313Z Downloaded assert-json-diff v2.0.2
18302026-03-25T16:35:59.319Z Downloaded event-listener-strategy v0.5.4
18312026-03-25T16:35:59.322Z Downloaded supports-unicode v2.1.0
18322026-03-25T16:35:59.322Z Downloaded plotters-backend v0.3.7
18332026-03-25T16:35:59.325Z Downloaded serde_regex v1.1.0
18342026-03-25T16:35:59.329Z Downloaded futures-timer v3.0.3
18352026-03-25T16:35:59.338Z Downloaded supports-hyperlinks v2.1.0
18362026-03-25T16:35:59.344Z Downloaded plotters-svg v0.3.7
18372026-03-25T16:35:59.347Z Downloaded guppy-workspace-hack v0.1.0
18382026-03-25T16:35:59.347Z Downloaded constant_time_eq v0.3.1
18392026-03-25T16:35:59.350Z Downloaded terminal_size v0.1.17
18402026-03-25T16:35:59.353Z Downloaded escape8259 v0.5.3
18412026-03-25T16:35:59.359Z Downloaded linkme-impl v0.3.35
18422026-03-25T16:35:59.364Z Downloaded path-tree v0.8.3
18432026-03-25T16:35:59.372Z Downloaded backtrace-ext v0.2.1
18442026-03-25T16:35:59.376Z Downloaded supports-color v2.1.0
18452026-03-25T16:35:59.380Z Downloaded async-object-pool v0.2.0
18462026-03-25T16:35:59.380Z Downloaded approx v0.5.1
18472026-03-25T16:35:59.380Z Downloaded target-triple v1.0.0
18482026-03-25T16:35:59.380Z Downloaded miette-derive v5.10.0
18492026-03-25T16:35:59.390Z Downloaded similar-asserts v1.7.0
18502026-03-25T16:35:59.398Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18512026-03-25T16:35:59.401Z Downloaded stringmetrics v2.2.2
18522026-03-25T16:35:59.401Z Downloaded anes v0.1.6
18532026-03-25T16:35:59.404Z Downloaded tinytemplate v1.2.1
18542026-03-25T16:35:59.404Z Downloaded target-lexicon v0.13.3
18552026-03-25T16:35:59.404Z Downloaded nested v0.1.1
18562026-03-25T16:35:59.404Z Downloaded assert_cmd v2.1.2
18572026-03-25T16:35:59.407Z Downloaded rust-argon2 v2.1.0
18582026-03-25T16:35:59.411Z Downloaded pathdiff v0.2.3
18592026-03-25T16:35:59.411Z Downloaded linkme v0.3.35
18602026-03-25T16:35:59.411Z Downloaded termcolor v1.4.1
18612026-03-25T16:35:59.414Z Downloaded relative-path v1.9.3
18622026-03-25T16:35:59.414Z Downloaded owo-colors v3.5.0
18632026-03-25T16:35:59.414Z Downloaded datatest-stable v0.3.3
18642026-03-25T16:35:59.417Z Downloaded target-spec v3.5.7
18652026-03-25T16:35:59.417Z Downloaded criterion-plot v0.6.0
18662026-03-25T16:35:59.421Z Downloaded oorandom v11.1.5
18672026-03-25T16:35:59.424Z Downloaded libtest-mimic v0.8.1
18682026-03-25T16:35:59.424Z Downloaded knuffel-derive v3.2.0
18692026-03-25T16:35:59.433Z Downloaded concurrent-queue v2.5.0
18702026-03-25T16:35:59.436Z Downloaded cfg-expr v0.20.6
18712026-03-25T16:35:59.441Z Downloaded blake2b_simd v1.0.4
18722026-03-25T16:35:59.447Z Downloaded partial-io v0.5.4
18732026-03-25T16:35:59.450Z Downloaded httptest v0.16.4
18742026-03-25T16:35:59.450Z Downloaded rustc-demangle v0.1.27
18752026-03-25T16:35:59.467Z Downloaded trybuild v1.0.116
18762026-03-25T16:35:59.470Z Downloaded textwrap v0.15.2
18772026-03-25T16:35:59.473Z Downloaded chumsky v0.9.3
18782026-03-25T16:35:59.473Z Downloaded toml v1.0.3+spec-1.1.0
18792026-03-25T16:35:59.476Z Downloaded rand_distr v0.5.1
18802026-03-25T16:35:59.488Z Downloaded rstest v0.25.0
18812026-03-25T16:35:59.491Z Downloaded knuffel v3.2.0
18822026-03-25T16:35:59.494Z Downloaded rstest_macros v0.25.0
18832026-03-25T16:35:59.497Z Downloaded backtrace v0.3.76
18842026-03-25T16:35:59.500Z Downloaded miette v5.10.0
18852026-03-25T16:35:59.504Z Downloaded fancy-regex v0.14.0
18862026-03-25T16:35:59.518Z Downloaded criterion v0.7.0
18872026-03-25T16:35:59.541Z Downloaded hashbrown v0.14.5
18882026-03-25T16:35:59.544Z Downloaded plotters v0.3.7
18892026-03-25T16:35:59.548Z Downloaded guppy v0.17.25
18902026-03-25T16:35:59.561Z Downloaded gimli v0.32.3
18912026-03-25T16:35:59.689Z Downloaded httpmock v0.8.3
18922026-03-25T16:36:01.283Z Checking cfg-if v1.0.4
18932026-03-25T16:36:01.632Z Checking libc v0.2.180
18942026-03-25T16:36:01.635Z Checking serde_core v1.0.228
18952026-03-25T16:36:01.704Z Checking memchr v2.8.0
18962026-03-25T16:36:01.744Z Checking smallvec v1.15.1
18972026-03-25T16:36:01.782Z Checking itoa v1.0.17
18982026-03-25T16:36:01.819Z Checking log v0.4.29
18992026-03-25T16:36:01.862Z Checking zeroize v1.8.2
19002026-03-25T16:36:01.865Z Checking libm v0.2.16
19012026-03-25T16:36:01.953Z Checking stable_deref_trait v1.2.1
19022026-03-25T16:36:01.956Z Checking scopeguard v1.2.0
19032026-03-25T16:36:02.026Z Checking zmij v1.0.21
19042026-03-25T16:36:02.064Z Checking errno v0.3.14
19052026-03-25T16:36:02.064Z Checking getrandom v0.2.17
19062026-03-25T16:36:02.133Z Checking lock_api v0.4.14
19072026-03-25T16:36:02.133Z Checking zerofrom v0.1.6
19082026-03-25T16:36:02.203Z Checking percent-encoding v2.3.2
19092026-03-25T16:36:02.241Z Checking writeable v0.6.2
19102026-03-25T16:36:02.277Z Checking litemap v0.8.1
19112026-03-25T16:36:02.314Z Checking yoke v0.8.1
19122026-03-25T16:36:02.350Z Checking icu_normalizer_data v2.1.1
19132026-03-25T16:36:02.386Z Checking icu_properties_data v2.1.2
19142026-03-25T16:36:02.423Z Checking form_urlencoded v1.2.2
19152026-03-25T16:36:02.459Z Checking utf8_iter v1.0.4
19162026-03-25T16:36:02.463Z Checking subtle v2.6.1
19172026-03-25T16:36:02.526Z Checking zerovec v0.11.5
19182026-03-25T16:36:02.526Z Checking zerotrie v0.2.3
19192026-03-25T16:36:02.595Z Checking num-traits v0.2.19
19202026-03-25T16:36:02.631Z Checking rand_core v0.10.0
19212026-03-25T16:36:02.662Z Checking rand_core v0.6.4
19222026-03-25T16:36:02.696Z Checking portable-atomic v1.13.1
19232026-03-25T16:36:02.699Z Checking pin-project-lite v0.2.17
19242026-03-25T16:36:02.796Z Checking getrandom v0.4.1
19252026-03-25T16:36:02.833Z Checking zerocopy v0.8.40
19262026-03-25T16:36:02.869Z Checking critical-section v1.2.0
19272026-03-25T16:36:02.913Z Checking parking_lot_core v0.9.12
19282026-03-25T16:36:02.984Z Checking signal-hook-registry v1.4.8
19292026-03-25T16:36:03.022Z Checking tinystr v0.8.2
19302026-03-25T16:36:03.023Z Checking potential_utf v0.1.4
19312026-03-25T16:36:03.125Z Checking parking_lot v0.12.5
19322026-03-25T16:36:03.168Z Checking mio v1.1.1
19332026-03-25T16:36:03.202Z Checking serde v1.0.228
19342026-03-25T16:36:03.206Z Checking serde_json v1.0.149
19352026-03-25T16:36:03.271Z Checking bitflags v2.11.0
19362026-03-25T16:36:03.305Z Checking icu_collections v2.1.1
19372026-03-25T16:36:03.308Z Checking icu_locale_core v2.1.1
19382026-03-25T16:36:03.371Z Checking once_cell v1.21.3
19392026-03-25T16:36:03.468Z Checking typenum v1.19.0
19402026-03-25T16:36:03.507Z Checking iana-time-zone v0.1.65
19412026-03-25T16:36:03.572Z Checking socket2 v0.6.2
19422026-03-25T16:36:03.629Z Checking bytes v1.11.1
19432026-03-25T16:36:03.667Z Checking chrono v0.4.44
19442026-03-25T16:36:03.712Z Checking semver v1.0.27
19452026-03-25T16:36:03.835Z Checking uuid v1.21.0
19462026-03-25T16:36:03.907Z Checking icu_provider v2.1.1
19472026-03-25T16:36:03.950Z Checking thiserror v2.0.18
19482026-03-25T16:36:03.994Z Checking allocator-api2 v0.2.21
19492026-03-25T16:36:04.031Z Checking generic-array v0.14.7
19502026-03-25T16:36:04.080Z Checking futures-core v0.3.32
19512026-03-25T16:36:04.119Z Checking tokio v1.49.0
19522026-03-25T16:36:04.168Z Checking icu_normalizer v2.1.1
19532026-03-25T16:36:04.203Z Checking icu_properties v2.1.2
19542026-03-25T16:36:04.247Z Checking dyn-clone v1.0.20
19552026-03-25T16:36:04.301Z Checking equivalent v1.0.2
19562026-03-25T16:36:04.393Z Checking const-oid v0.9.6
19572026-03-25T16:36:04.441Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19582026-03-25T16:36:04.495Z Checking crypto-common v0.1.7
19592026-03-25T16:36:04.533Z Checking foldhash v0.2.0
19602026-03-25T16:36:04.565Z Checking block-buffer v0.10.4
19612026-03-25T16:36:04.649Z Checking futures-sink v0.3.32
19622026-03-25T16:36:04.727Z Checking hashbrown v0.16.1
19632026-03-25T16:36:04.761Z Checking byteorder v1.5.0
19642026-03-25T16:36:04.795Z Checking futures-channel v0.3.32
19652026-03-25T16:36:04.798Z Checking rustix v1.1.3
19662026-03-25T16:36:04.993Z Checking slab v0.4.12
19672026-03-25T16:36:05.028Z Checking futures-io v0.3.32
19682026-03-25T16:36:05.064Z Checking idna_adapter v1.2.1
19692026-03-25T16:36:05.101Z Checking digest v0.10.7
19702026-03-25T16:36:05.170Z Checking futures-task v0.3.32
19712026-03-25T16:36:05.206Z Checking thiserror v1.0.69
19722026-03-25T16:36:05.241Z Checking idna v1.1.0
19732026-03-25T16:36:05.275Z Checking cpufeatures v0.2.17
19742026-03-25T16:36:05.327Z Checking indexmap v2.13.0
19752026-03-25T16:36:05.364Z Checking futures-util v0.3.32
19762026-03-25T16:36:05.367Z Checking getrandom v0.3.4
19772026-03-25T16:36:05.433Z Checking fnv v1.0.7
19782026-03-25T16:36:05.520Z Checking url v2.5.8
19792026-03-25T16:36:05.560Z Checking regex-syntax v0.8.10
19802026-03-25T16:36:05.595Z Checking base64 v0.22.1
19812026-03-25T16:36:05.633Z Checking ppv-lite86 v0.2.21
19822026-03-25T16:36:05.717Z Checking http v1.4.0
19832026-03-25T16:36:05.862Z Checking tracing-core v0.1.36
19842026-03-25T16:36:05.931Z Checking unicode-ident v1.0.24
19852026-03-25T16:36:05.966Z Checking ipnet v2.11.0
19862026-03-25T16:36:06.001Z Checking schemars v0.8.22
19872026-03-25T16:36:06.068Z Checking proc-macro2 v1.0.106
19882026-03-25T16:36:06.193Z Checking tracing v0.1.44
19892026-03-25T16:36:06.247Z Checking utf8parse v0.2.2
19902026-03-25T16:36:06.301Z Checking anstyle v1.0.13
19912026-03-25T16:36:06.378Z Checking untrusted v0.9.0
19922026-03-25T16:36:06.414Z Checking quote v1.0.44
19932026-03-25T16:36:06.449Z Checking aho-corasick v1.1.4
19942026-03-25T16:36:06.513Z Checking anstyle-parse v0.2.7
19952026-03-25T16:36:06.516Z Checking ring v0.17.14
19962026-03-25T16:36:06.605Z Checking syn v2.0.117
19972026-03-25T16:36:06.662Z Checking colorchoice v1.0.4
19982026-03-25T16:36:06.697Z Checking base64ct v1.8.3
19992026-03-25T16:36:06.790Z Checking is_terminal_polyfill v1.70.2
20002026-03-25T16:36:06.899Z Checking anstyle-query v1.1.5
20012026-03-25T16:36:06.935Z Checking block-padding v0.3.3
20022026-03-25T16:36:06.969Z Checking rustls-pki-types v1.14.0
20032026-03-25T16:36:07.023Z Checking anstream v0.6.21
20042026-03-25T16:36:07.096Z Checking httparse v1.10.1
20052026-03-25T16:36:07.146Z Checking regex-automata v0.4.14
20062026-03-25T16:36:07.250Z Checking inout v0.1.4
20072026-03-25T16:36:07.293Z Checking terminal_size v0.4.3
20082026-03-25T16:36:07.330Z Checking crossbeam-utils v0.8.21
20092026-03-25T16:36:07.334Z Checking tokio-util v0.7.18
20102026-03-25T16:36:07.399Z Checking strsim v0.11.1
20112026-03-25T16:36:07.433Z Checking clap_lex v1.0.0
20122026-03-25T16:36:07.436Z Checking cipher v0.4.4
20132026-03-25T16:36:07.570Z Checking http-body v1.0.1
20142026-03-25T16:36:07.606Z Checking rand_core v0.9.5
20152026-03-25T16:36:07.639Z Checking clap_builder v4.5.60
20162026-03-25T16:36:07.683Z Checking sha2 v0.10.9
20172026-03-25T16:36:07.720Z Checking atomic-waker v1.1.2
20182026-03-25T16:36:07.755Z Checking pem-rfc7468 v0.7.0
20192026-03-25T16:36:07.807Z Checking try-lock v0.2.5
20202026-03-25T16:36:07.847Z Checking httpdate v1.0.3
20212026-03-25T16:36:07.935Z Checking want v0.3.1
20222026-03-25T16:36:07.972Z Checking hmac v0.12.1
20232026-03-25T16:36:08.008Z Checking tower-layer v0.3.3
20242026-03-25T16:36:08.012Z Checking h2 v0.4.13
20252026-03-25T16:36:08.076Z Checking tower-service v0.3.3
20262026-03-25T16:36:08.110Z Checking ryu v1.0.23
20272026-03-25T16:36:08.145Z Checking pin-utils v0.1.0
20282026-03-25T16:36:08.184Z Checking rand_chacha v0.9.0
20292026-03-25T16:36:08.219Z Checking erased-serde v0.3.31
20302026-03-25T16:36:08.255Z Checking anyhow v1.0.102
20312026-03-25T16:36:08.289Z Checking flagset v0.4.7
20322026-03-25T16:36:08.411Z Checking rand v0.9.2
20332026-03-25T16:36:08.448Z Checking der v0.7.10
20342026-03-25T16:36:08.482Z Checking powerfmt v0.2.0
20352026-03-25T16:36:08.620Z Checking slog v2.8.2
20362026-03-25T16:36:08.665Z Checking deranged v0.5.8
20372026-03-25T16:36:08.885Z Checking clap v4.5.60
20382026-03-25T16:36:08.923Z Checking spin v0.9.8
20392026-03-25T16:36:08.927Z Checking time-core v0.1.8
20402026-03-25T16:36:08.955Z Checking num-conv v0.2.0
20412026-03-25T16:36:09.024Z Checking num_threads v0.1.7
20422026-03-25T16:36:09.027Z Checking http-body-util v0.1.3
20432026-03-25T16:36:09.101Z Checking aws-lc-sys v0.37.1
20442026-03-25T16:36:09.137Z Checking untrusted v0.7.1
20452026-03-25T16:36:09.171Z Checking openssl-probe v0.2.1
20462026-03-25T16:36:09.175Z Checking regex v1.12.3
20472026-03-25T16:36:09.239Z Checking serde_urlencoded v0.7.1
20482026-03-25T16:36:09.275Z Checking rand_chacha v0.3.1
20492026-03-25T16:36:09.278Z Checking fastrand v2.3.0
20502026-03-25T16:36:09.341Z Checking spki v0.7.3
20512026-03-25T16:36:09.470Z Checking pbkdf2 v0.12.2
20522026-03-25T16:36:09.507Z Checking aes v0.8.4
20532026-03-25T16:36:09.511Z Checking rand v0.8.5
20542026-03-25T16:36:09.542Z Checking pretty-hex v0.4.1
20552026-03-25T16:36:09.607Z Checking unicode-width v0.2.0
20562026-03-25T16:36:09.611Z Checking time v0.3.47
20572026-03-25T16:36:09.611Z Checking salsa20 v0.10.2
20582026-03-25T16:36:09.707Z Checking aws-lc-rs v1.16.0
20592026-03-25T16:36:09.742Z Checking cbc v0.1.2
20602026-03-25T16:36:09.799Z Checking ipnetwork v0.21.1
20612026-03-25T16:36:09.882Z Checking hex v0.4.3
20622026-03-25T16:36:09.918Z Checking scrypt v0.11.0
20632026-03-25T16:36:09.922Z Checking tempfile v3.25.0
20642026-03-25T16:36:10.039Z Checking rustls-native-certs v0.8.3
20652026-03-25T16:36:10.082Z Checking sync_wrapper v1.0.2
20662026-03-25T16:36:10.119Z Checking plain v0.2.3
20672026-03-25T16:36:10.148Z Checking pkcs5 v0.7.1
20682026-03-25T16:36:10.253Z Checking tower v0.5.3
20692026-03-25T16:36:10.256Z Checking webpki-roots v1.0.6
20702026-03-25T16:36:10.256Z Checking camino v1.2.2
20712026-03-25T16:36:10.363Z Checking iri-string v0.7.10
20722026-03-25T16:36:10.437Z Checking ucd-trie v0.1.7
20732026-03-25T16:36:10.498Z Checking pkcs8 v0.10.2
20742026-03-25T16:36:10.591Z Checking rustls-webpki v0.103.9
20752026-03-25T16:36:10.629Z Checking pest v2.8.6
20762026-03-25T16:36:10.632Z Checking openapiv3 v2.2.0
20772026-03-25T16:36:10.697Z Checking either v1.15.0
20782026-03-25T16:36:10.736Z Checking mime v0.3.17
20792026-03-25T16:36:10.739Z Checking hyper v1.8.1
20802026-03-25T16:36:10.850Z Checking winnow v0.7.14
20812026-03-25T16:36:10.911Z Checking oxnet v0.1.4
20822026-03-25T16:36:10.946Z Checking lazy_static v1.5.0
20832026-03-25T16:36:11.039Z Checking rustls v0.23.37
20842026-03-25T16:36:11.076Z Checking static_assertions v1.1.0
20852026-03-25T16:36:11.173Z Checking signature v2.2.0
20862026-03-25T16:36:11.176Z Checking encoding_rs v0.8.35
20872026-03-25T16:36:11.334Z Checking foreign-types-shared v0.1.1
20882026-03-25T16:36:11.421Z Checking tower-http v0.6.8
20892026-03-25T16:36:11.464Z Checking simd-adler32 v0.3.8
20902026-03-25T16:36:11.653Z Checking foreign-types v0.3.2
20912026-03-25T16:36:11.702Z Checking hubpack v0.1.2
20922026-03-25T16:36:11.705Z Checking hyper-util v0.1.20
20932026-03-25T16:36:11.771Z Checking openssl-sys v0.9.111
20942026-03-25T16:36:11.774Z Checking adler2 v2.0.1
20952026-03-25T16:36:11.897Z Checking sha1 v0.10.6
20962026-03-25T16:36:11.934Z Checking miniz_oxide v0.8.9
20972026-03-25T16:36:11.984Z Checking strum v0.26.3
20982026-03-25T16:36:12.076Z Checking data-encoding v2.10.0
20992026-03-25T16:36:12.113Z Checking tinyvec_macros v0.1.1
21002026-03-25T16:36:12.149Z Checking toml_datetime v0.6.11
21012026-03-25T16:36:12.197Z Checking serde_spanned v0.6.9
21022026-03-25T16:36:12.234Z Checking tinyvec v1.10.0
21032026-03-25T16:36:12.314Z Checking openssl v0.10.75
21042026-03-25T16:36:12.351Z Checking num-integer v0.1.46
21052026-03-25T16:36:12.367Z Checking scroll v0.13.0
21062026-03-25T16:36:12.418Z Checking memmap2 v0.9.10
21072026-03-25T16:36:12.422Z Checking bit-vec v0.8.0
21082026-03-25T16:36:12.570Z Checking base16ct v0.2.0
21092026-03-25T16:36:12.610Z Checking goblin v0.10.5
21102026-03-25T16:36:12.642Z Checking dtrace-parser v0.3.0
21112026-03-25T16:36:12.646Z Checking crossbeam-epoch v0.9.18
21122026-03-25T16:36:12.710Z Checking bit-set v0.8.0
21132026-03-25T16:36:12.746Z Checking sec1 v0.7.3
21142026-03-25T16:36:12.881Z Checking crc32fast v1.5.0
21152026-03-25T16:36:12.918Z Checking ff v0.13.1
21162026-03-25T16:36:12.953Z Checking thread-id v5.1.0
21172026-03-25T16:36:12.988Z Checking wait-timeout v0.2.1
21182026-03-25T16:36:13.024Z Checking num-iter v0.1.45
21192026-03-25T16:36:13.061Z Checking bstr v1.12.1
21202026-03-25T16:36:13.066Z Checking hkdf v0.12.4
21212026-03-25T16:36:13.130Z Checking group v0.13.0
21222026-03-25T16:36:13.162Z Checking ahash v0.8.12
21232026-03-25T16:36:13.167Z Checking crypto-bigint v0.5.5
21242026-03-25T16:36:13.257Z Checking quick-error v1.2.3
21252026-03-25T16:36:13.306Z Checking psl-types v2.0.11
21262026-03-25T16:36:13.388Z Checking cookie v0.18.1
21272026-03-25T16:36:13.392Z Checking rusty-fork v0.3.1
21282026-03-25T16:36:13.459Z Checking publicsuffix v2.3.0
21292026-03-25T16:36:13.463Z Checking tokio-rustls v0.26.4
21302026-03-25T16:36:13.531Z Checking rand_xorshift v0.4.0
21312026-03-25T16:36:13.619Z Checking scroll v0.12.0
21322026-03-25T16:36:13.658Z Checking unarray v0.1.4
21332026-03-25T16:36:13.661Z Checking cookie_store v0.22.1
21342026-03-25T16:36:13.725Z Checking rustls-platform-verifier v0.6.2
21352026-03-25T16:36:13.762Z Checking hyper-rustls v0.27.7
21362026-03-25T16:36:13.797Z Checking proptest v1.10.0
21372026-03-25T16:36:13.877Z Checking goblin v0.8.2
21382026-03-25T16:36:13.915Z Checking num-bigint-dig v0.8.6
21392026-03-25T16:36:13.998Z Checking pkcs1 v0.7.5
21402026-03-25T16:36:14.045Z Checking x509-cert v0.2.5
21412026-03-25T16:36:14.102Z Checking elliptic-curve v0.13.8
21422026-03-25T16:36:14.249Z Checking zerocopy v0.7.35
21432026-03-25T16:36:14.287Z Checking native-tls v0.2.18
21442026-03-25T16:36:14.443Z Checking zlib-rs v0.6.2
21452026-03-25T16:36:14.497Z Checking tokio-native-tls v0.3.1
21462026-03-25T16:36:14.686Z Checking hyper-tls v0.6.0
21472026-03-25T16:36:14.723Z Checking unicode-segmentation v1.12.0
21482026-03-25T16:36:14.758Z Checking rsa v0.9.10
21492026-03-25T16:36:14.795Z Checking reqwest v0.13.2
21502026-03-25T16:36:14.887Z Checking reqwest v0.12.28
21512026-03-25T16:36:14.929Z Checking dof v0.4.0
21522026-03-25T16:36:15.064Z Checking crossbeam-deque v0.8.6
21532026-03-25T16:36:15.268Z Checking dtrace-parser v0.2.0
21542026-03-25T16:36:15.306Z Checking rfc6979 v0.4.0
21552026-03-25T16:36:15.368Z Checking flate2 v1.1.9
21562026-03-25T16:36:15.452Z Checking thread-id v4.2.2
21572026-03-25T16:36:15.539Z Checking toml_write v0.1.2
21582026-03-25T16:36:15.577Z Checking ecdsa v0.16.9
21592026-03-25T16:36:15.614Z Checking usdt-impl v0.6.0
21602026-03-25T16:36:15.652Z Checking newtype-uuid v1.3.2
21612026-03-25T16:36:15.690Z Checking toml_parser v1.0.9+spec-1.1.0
21622026-03-25T16:36:15.725Z Checking curve25519-dalek v4.1.3
21632026-03-25T16:36:15.759Z Checking toml_edit v0.22.27
21642026-03-25T16:36:15.798Z Checking memoffset v0.9.1
21652026-03-25T16:36:15.834Z Checking dof v0.3.0
21662026-03-25T16:36:15.879Z Checking rustix v0.38.44
21672026-03-25T16:36:15.915Z Checking env_filter v1.0.0
21682026-03-25T16:36:15.952Z Checking keccak v0.1.6
21692026-03-25T16:36:15.955Z Checking usdt v0.6.0
21702026-03-25T16:36:16.049Z Checking daft v0.1.5
21712026-03-25T16:36:16.086Z Checking env_logger v0.11.9
21722026-03-25T16:36:16.139Z Checking usdt-impl v0.5.0
21732026-03-25T16:36:16.175Z Checking sha3 v0.10.8
21742026-03-25T16:36:16.175Z Checking ed25519 v2.2.3
21752026-03-25T16:36:16.297Z Checking itertools v0.13.0
21762026-03-25T16:36:16.335Z Checking serde_with v3.17.0
21772026-03-25T16:36:16.407Z Checking siphasher v1.0.2
21782026-03-25T16:36:16.444Z Checking bitflags v1.3.2
21792026-03-25T16:36:16.447Z Checking unicode-normalization v0.1.25
21802026-03-25T16:36:16.512Z Checking ed25519-dalek v2.2.0
21812026-03-25T16:36:16.548Z Checking signal-hook v0.3.18
21822026-03-25T16:36:16.592Z Checking toml_datetime v0.7.5+spec-1.1.0
21832026-03-25T16:36:16.697Z Checking winnow v0.5.40
21842026-03-25T16:36:16.766Z Checking managed v0.8.0
21852026-03-25T16:36:16.802Z Checking nix v0.31.1
21862026-03-25T16:36:16.837Z Checking rayon-core v1.13.0
21872026-03-25T16:36:16.872Z Checking bzip2-sys v0.1.13+1.0.8
21882026-03-25T16:36:16.907Z Checking object v0.37.3
21892026-03-25T16:36:16.980Z Checking foldhash v0.1.5
21902026-03-25T16:36:17.016Z Checking bzip2 v0.4.4
21912026-03-25T16:36:17.144Z Checking hashbrown v0.15.5
21922026-03-25T16:36:17.187Z Checking signal-hook-mio v0.2.5
21932026-03-25T16:36:17.224Z Checking ref-cast v1.0.25
21942026-03-25T16:36:17.321Z Checking zstd-sys v2.0.16+zstd.1.5.7
21952026-03-25T16:36:17.358Z Checking zip v0.6.6
21962026-03-25T16:36:17.361Z Checking libbz2-rs-sys v0.2.2
21972026-03-25T16:36:17.464Z Checking zstd-safe v7.2.4
21982026-03-25T16:36:17.636Z Checking bumpalo v3.20.2
21992026-03-25T16:36:17.676Z Checking zstd v0.13.3
22002026-03-25T16:36:17.712Z Checking crossterm v0.28.1
22012026-03-25T16:36:17.779Z Checking rayon v1.11.0
22022026-03-25T16:36:17.815Z Checking bzip2 v0.6.1
22032026-03-25T16:36:17.850Z Checking similar v2.7.0
22042026-03-25T16:36:17.853Z Checking toml_edit v0.19.15
22052026-03-25T16:36:17.919Z Checking fs-err v3.3.0
22062026-03-25T16:36:17.923Z Checking zopfli v0.8.3
22072026-03-25T16:36:18.000Z Checking hash32 v0.2.1
22082026-03-25T16:36:18.194Z Checking serde-big-array v0.5.1
22092026-03-25T16:36:18.245Z Checking unicode-bidi v0.3.18
22102026-03-25T16:36:18.280Z Checking predicates-core v1.0.10
22112026-03-25T16:36:18.315Z Checking jiff v0.2.21
22122026-03-25T16:36:18.358Z Checking unicode-properties v0.1.4
22132026-03-25T16:36:18.433Z Checking heapless v0.7.17
22142026-03-25T16:36:18.470Z Checking hickory-proto v0.25.2
22152026-03-25T16:36:18.566Z Checking tokio-stream v0.1.18
22162026-03-25T16:36:18.602Z Checking stringprep v0.1.5
22172026-03-25T16:36:18.786Z Checking md-5 v0.10.6
22182026-03-25T16:36:18.873Z Checking float-cmp v0.10.0
22192026-03-25T16:36:18.918Z Checking toml v0.7.8
22202026-03-25T16:36:18.955Z Checking difflib v0.4.0
22212026-03-25T16:36:18.990Z Checking normalize-line-endings v0.3.0
22222026-03-25T16:36:19.031Z Checking fallible-iterator v0.2.0
22232026-03-25T16:36:19.112Z Checking rustc-hash v2.1.1
22242026-03-25T16:36:19.161Z Checking predicates v3.1.4
22252026-03-25T16:36:19.226Z Checking smoltcp v0.9.1
22262026-03-25T16:36:19.263Z Checking iddqd v0.3.17
22272026-03-25T16:36:19.266Z Checking phf_shared v0.11.3
22282026-03-25T16:36:19.266Z Checking phf_shared v0.13.1
22292026-03-25T16:36:19.363Z Checking postgres-protocol v0.6.10
22302026-03-25T16:36:19.479Z Checking itertools v0.12.1
22312026-03-25T16:36:19.515Z Checking console v0.16.2
22322026-03-25T16:36:19.550Z Checking buf-list v1.1.2
22332026-03-25T16:36:19.708Z Checking strum v0.27.2
22342026-03-25T16:36:19.762Z Checking new_debug_unreachable v1.0.6
22352026-03-25T16:36:19.838Z Checking unit-prefix v0.5.2
22362026-03-25T16:36:19.841Z Checking fixedbitset v0.4.2
22372026-03-25T16:36:19.908Z Checking precomputed-hash v0.1.1
22382026-03-25T16:36:19.912Z Checking fixedbitset v0.5.7
22392026-03-25T16:36:19.995Z Checking lalrpop-util v0.19.12
22402026-03-25T16:36:20.032Z Checking string_cache v0.8.9
22412026-03-25T16:36:20.066Z Checking petgraph v0.6.5
22422026-03-25T16:36:20.140Z Checking indicatif v0.18.4
22432026-03-25T16:36:20.184Z Checking petgraph v0.8.3
22442026-03-25T16:36:20.220Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22452026-03-25T16:36:20.254Z Checking postgres-types v0.2.12
22462026-03-25T16:36:20.539Z Checking zone v0.3.1
22472026-03-25T16:36:20.578Z Checking phf v0.13.1
22482026-03-25T16:36:20.613Z Checking zip v4.6.1
22492026-03-25T16:36:20.617Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22502026-03-25T16:36:20.753Z Checking peg-runtime v0.8.5
22512026-03-25T16:36:20.928Z Checking whoami v2.1.0
22522026-03-25T16:36:20.998Z Checking futures-executor v0.3.32
22532026-03-25T16:36:21.077Z Checking is-terminal v0.4.17
22542026-03-25T16:36:21.160Z Checking tokio-postgres v0.7.16
22552026-03-25T16:36:21.194Z Checking futures v0.3.32
22562026-03-25T16:36:21.230Z Checking crossbeam-channel v0.5.15
22572026-03-25T16:36:21.233Z Compiling structmeta-derive v0.3.0
22582026-03-25T16:36:21.297Z Checking thread_local v1.1.9
22592026-03-25T16:36:21.335Z Checking take_mut v0.2.2
22602026-03-25T16:36:21.367Z Checking term v1.2.1
22612026-03-25T16:36:21.464Z Compiling newtype-uuid-macros v0.1.0
22622026-03-25T16:36:21.500Z Checking regress v0.10.5
22632026-03-25T16:36:21.589Z Checking slog-async v2.8.0
22642026-03-25T16:36:21.624Z Checking slog-term v2.9.2
22652026-03-25T16:36:21.768Z Compiling rustls v0.22.4
22662026-03-25T16:36:21.804Z Compiling multer v3.1.0
22672026-03-25T16:36:21.918Z Compiling async-stream-impl v0.3.6
22682026-03-25T16:36:22.055Z Compiling dropshot v0.16.7
22692026-03-25T16:36:22.099Z Compiling dropshot_endpoint v0.16.7
22702026-03-25T16:36:22.257Z Checking match_cfg v0.1.0
22712026-03-25T16:36:23.361Z Checking hostname v0.3.1
22722026-03-25T16:36:23.365Z Compiling structmeta v0.3.0
22732026-03-25T16:36:23.365Z Checking slog-json v2.6.1
22742026-03-25T16:36:23.365Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22752026-03-25T16:36:23.365Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22762026-03-25T16:36:23.365Z Checking debug-ignore v1.0.5
22772026-03-25T16:36:23.365Z Checking slog-bunyan v2.5.0
22782026-03-25T16:36:23.365Z Compiling derive-ex v0.1.8
22792026-03-25T16:36:23.365Z Checking serde_spanned v1.0.4
22802026-03-25T16:36:23.365Z Checking toml_writer v1.0.6+spec-1.1.0
22812026-03-25T16:36:23.365Z Checking progenitor-client v0.13.0
22822026-03-25T16:36:23.365Z Checking rustls-webpki v0.102.8
22832026-03-25T16:36:23.365Z Checking serde_path_to_error v0.1.20
22842026-03-25T16:36:23.365Z Checking async-stream v0.3.6
22852026-03-25T16:36:23.365Z Checking toml v0.9.12+spec-1.1.0
22862026-03-25T16:36:23.365Z Checking waitgroup v0.1.2
22872026-03-25T16:36:23.365Z Checking rustls-pemfile v2.2.0
22882026-03-25T16:36:23.365Z Checking hostname v0.4.2
22892026-03-25T16:36:23.365Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22902026-03-25T16:36:23.365Z Compiling parse-display-derive v0.10.0
22912026-03-25T16:36:23.365Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22922026-03-25T16:36:23.365Z Checking itertools v0.14.0
22932026-03-25T16:36:23.365Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22942026-03-25T16:36:23.427Z Checking macaddr v1.0.1
22952026-03-25T16:36:23.580Z Checking progenitor-client v0.10.0
22962026-03-25T16:36:23.639Z Checking instant v0.1.13
22972026-03-25T16:36:23.760Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22982026-03-25T16:36:23.798Z Checking backoff v0.4.0
22992026-03-25T16:36:23.848Z Checking backon v1.6.0
23002026-03-25T16:36:23.886Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23012026-03-25T16:36:24.046Z Checking progenitor-extras v0.1.1
23022026-03-25T16:36:24.061Z Checking heck v0.5.0
23032026-03-25T16:36:24.208Z Checking camino-tempfile v1.4.1
23042026-03-25T16:36:24.337Z Checking toml v0.8.23
23052026-03-25T16:36:24.372Z Compiling test-strategy v0.4.5
23062026-03-25T16:36:24.404Z Compiling convert_case v0.4.0
23072026-03-25T16:36:24.476Z Compiling unsafe-libyaml v0.2.11
23082026-03-25T16:36:24.686Z Checking secrecy v0.10.3
23092026-03-25T16:36:24.781Z Checking tokio-rustls v0.25.0
23102026-03-25T16:36:24.827Z Compiling crucible-workspace-hack v0.1.0
23112026-03-25T16:36:24.865Z Compiling derive_more v0.99.20
23122026-03-25T16:36:24.947Z Checking parse-display v0.10.0
23132026-03-25T16:36:25.124Z Compiling serde_yaml v0.9.34+deprecated
23142026-03-25T16:36:25.260Z Compiling toml_edit v0.23.10+spec-1.0.0
23152026-03-25T16:36:25.302Z Checking typify-impl v0.6.1
23162026-03-25T16:36:25.941Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23172026-03-25T16:36:26.359Z Compiling proc-macro-crate v3.4.0
23182026-03-25T16:36:26.397Z Checking half v2.7.1
23192026-03-25T16:36:26.519Z Checking ciborium-io v0.2.2
23202026-03-25T16:36:26.609Z Checking glob v0.3.3
23212026-03-25T16:36:26.645Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23222026-03-25T16:36:26.688Z Checking ciborium-ll v0.2.2
23232026-03-25T16:36:26.835Z Compiling heapless v0.8.0
23242026-03-25T16:36:26.914Z Checking ciborium v0.2.2
23252026-03-25T16:36:26.948Z Compiling ingot-macros v0.1.1
23262026-03-25T16:36:26.986Z Checking tabwriter v1.4.1
23272026-03-25T16:36:27.021Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23282026-03-25T16:36:27.169Z Checking hash32 v0.3.1
23292026-03-25T16:36:27.235Z Compiling smoltcp v0.11.0
23302026-03-25T16:36:27.321Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23312026-03-25T16:36:27.390Z Compiling num_enum_derive v0.7.5
23322026-03-25T16:36:27.467Z Checking cobs v0.3.0
23332026-03-25T16:36:27.579Z Compiling foreign-types-macros v0.2.3
23342026-03-25T16:36:27.650Z Checking cpufeatures v0.3.0
23352026-03-25T16:36:27.694Z Checking foreign-types-shared v0.3.1
23362026-03-25T16:36:27.753Z Checking chacha20 v0.10.0
23372026-03-25T16:36:27.824Z Checking postcard v1.1.3
23382026-03-25T16:36:28.174Z Compiling proc-macro-crate v1.3.1
23392026-03-25T16:36:28.208Z Checking foreign-types v0.5.0
23402026-03-25T16:36:28.280Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23412026-03-25T16:36:28.315Z Checking cstr-argument v0.1.2
23422026-03-25T16:36:28.467Z Checking sigpipe v0.1.3
23432026-03-25T16:36:28.470Z Checking num_enum v0.7.5
23442026-03-25T16:36:28.534Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23452026-03-25T16:36:28.578Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23462026-03-25T16:36:28.619Z Checking colored v3.1.1
23472026-03-25T16:36:28.653Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23482026-03-25T16:36:28.853Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23492026-03-25T16:36:28.889Z Compiling num_enum_derive v0.5.11
23502026-03-25T16:36:28.969Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23512026-03-25T16:36:28.973Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23522026-03-25T16:36:29.037Z Checking rand v0.10.0
23532026-03-25T16:36:29.070Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23542026-03-25T16:36:29.137Z Checking indent_write v2.2.0
23552026-03-25T16:36:29.172Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23562026-03-25T16:36:29.301Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23572026-03-25T16:36:29.390Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23582026-03-25T16:36:29.458Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23592026-03-25T16:36:29.539Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23602026-03-25T16:36:29.742Z Checking smf v0.2.3
23612026-03-25T16:36:29.779Z Compiling num-derive v0.4.2
23622026-03-25T16:36:29.811Z Checking ingot-types v0.1.2
23632026-03-25T16:36:29.847Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23642026-03-25T16:36:29.942Z Checking num_enum v0.5.11
23652026-03-25T16:36:30.000Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23662026-03-25T16:36:30.107Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23672026-03-25T16:36:30.188Z Checking whoami v1.6.1
23682026-03-25T16:36:30.238Z Checking universal-hash v0.5.1
23692026-03-25T16:36:30.273Z Checking ingot v0.1.1
23702026-03-25T16:36:30.276Z Compiling typify-macro v0.6.1
23712026-03-25T16:36:30.391Z Checking opaque-debug v0.3.1
23722026-03-25T16:36:30.394Z Checking aead v0.5.2
23732026-03-25T16:36:30.461Z Checking swrite v0.1.0
23742026-03-25T16:36:30.502Z Checking poly1305 v0.8.0
23752026-03-25T16:36:30.540Z Checking chacha20 v0.9.1
23762026-03-25T16:36:30.579Z Checking unicode-width v0.1.14
23772026-03-25T16:36:30.613Z Compiling thiserror-impl-no-std v2.0.2
23782026-03-25T16:36:30.752Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23792026-03-25T16:36:30.787Z Checking password-hash v0.5.0
23802026-03-25T16:36:30.820Z Checking blake2 v0.10.6
23812026-03-25T16:36:30.865Z Checking chacha20poly1305 v0.10.1
23822026-03-25T16:36:31.009Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23832026-03-25T16:36:31.044Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23842026-03-25T16:36:31.048Z Checking byte-wrapper v0.1.0
23852026-03-25T16:36:31.110Z Checking argon2 v0.5.3
23862026-03-25T16:36:31.317Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23872026-03-25T16:36:31.352Z Compiling usdt-attr-macro v0.5.0
23882026-03-25T16:36:31.389Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-03-25T16:36:31.476Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-03-25T16:36:31.585Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23912026-03-25T16:36:31.729Z Compiling usdt-macro v0.5.0
23922026-03-25T16:36:31.828Z Checking thiserror-no-std v2.0.2
23932026-03-25T16:36:31.940Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23942026-03-25T16:36:31.976Z Checking vsss-rs v3.3.4
23952026-03-25T16:36:32.079Z Compiling typify v0.6.1
23962026-03-25T16:36:32.170Z Checking memmap v0.7.0
23972026-03-25T16:36:32.204Z Compiling derive-where v1.6.0
23982026-03-25T16:36:32.239Z Compiling progenitor-impl v0.13.0
23992026-03-25T16:36:32.332Z Checking atomicwrites v0.4.4
24002026-03-25T16:36:32.468Z Checking usdt v0.5.0
24012026-03-25T16:36:32.504Z Checking console v0.15.11
24022026-03-25T16:36:32.665Z Checking tokio-dtrace v0.1.1
24032026-03-25T16:36:32.810Z Checking newline-converter v0.3.0
24042026-03-25T16:36:32.878Z Checking oxide-tokio-rt v0.1.3
24052026-03-25T16:36:32.951Z Checking expectorate v1.2.0
24062026-03-25T16:36:33.043Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24072026-03-25T16:36:33.078Z Compiling prettyplease v0.2.37
24082026-03-25T16:36:33.112Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24092026-03-25T16:36:33.145Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24102026-03-25T16:36:33.178Z Checking bytecount v0.6.9
24112026-03-25T16:36:33.182Z Compiling owo-colors v4.3.0
24122026-03-25T16:36:33.246Z Compiling cancel-safe-futures v0.1.5
24132026-03-25T16:36:33.336Z Checking libsw-core v0.3.2
24142026-03-25T16:36:33.379Z Checking linear-map v1.2.0
24152026-03-25T16:36:33.513Z Checking libsw v3.5.0
24162026-03-25T16:36:33.548Z Checking same-file v1.0.6
24172026-03-25T16:36:33.582Z Checking num-rational v0.4.2
24182026-03-25T16:36:33.692Z Checking walkdir v2.5.0
24192026-03-25T16:36:33.692Z Checking num-complex v0.4.6
24202026-03-25T16:36:33.888Z Checking float-ord v0.3.2
24212026-03-25T16:36:33.923Z Checking gethostname v0.5.0
24222026-03-25T16:36:34.057Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24232026-03-25T16:36:34.091Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24242026-03-25T16:36:34.094Z Checking num v0.4.3
24252026-03-25T16:36:34.159Z Compiling async-recursion v1.1.1
24262026-03-25T16:36:34.266Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24272026-03-25T16:36:34.301Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24282026-03-25T16:36:34.878Z Compiling progenitor-macro v0.13.0
24292026-03-25T16:36:35.189Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24302026-03-25T16:36:35.896Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24312026-03-25T16:36:36.566Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24322026-03-25T16:36:37.321Z Checking unicode-linebreak v0.1.5
24332026-03-25T16:36:37.497Z Checking smawk v0.3.2
24342026-03-25T16:36:37.555Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24352026-03-25T16:36:37.590Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24362026-03-25T16:36:37.663Z Checking globset v0.4.18
24372026-03-25T16:36:38.086Z Compiling convert_case v0.10.0
24382026-03-25T16:36:38.437Z Compiling slog-dtrace v0.3.0
24392026-03-25T16:36:38.569Z Checking resolv-conf v0.7.6
24402026-03-25T16:36:38.744Z Compiling derive_more-impl v2.1.1
24412026-03-25T16:36:38.929Z Compiling pin-project-internal v1.1.11
24422026-03-25T16:36:39.064Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24432026-03-25T16:36:39.167Z Checking pem v3.0.6
24442026-03-25T16:36:39.309Z Checking fd-lock v4.0.4
24452026-03-25T16:36:39.361Z Checking vte v0.14.1
24462026-03-25T16:36:39.466Z Checking display-error-chain v0.2.2
24472026-03-25T16:36:39.547Z Checking strip-ansi-escapes v0.2.1
24482026-03-25T16:36:39.550Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24492026-03-25T16:36:39.617Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24502026-03-25T16:36:39.620Z Checking derive_more v2.1.1
24512026-03-25T16:36:39.685Z Compiling snafu-derive v0.8.9
24522026-03-25T16:36:39.727Z Checking crossterm v0.29.0
24532026-03-25T16:36:39.810Z Checking nu-ansi-term v0.50.3
24542026-03-25T16:36:39.871Z Checking progenitor v0.13.0
24552026-03-25T16:36:40.106Z Checking pin-project v1.1.11
24562026-03-25T16:36:40.110Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24572026-03-25T16:36:40.215Z Checking linked-hash-map v0.5.6
24582026-03-25T16:36:40.251Z Checking termtree v0.5.1
24592026-03-25T16:36:40.334Z Checking reedline v0.40.0
24602026-03-25T16:36:40.417Z Checking lru-cache v0.1.2
24612026-03-25T16:36:40.422Z Checking textwrap v0.16.2
24622026-03-25T16:36:40.586Z Checking olpc-cjson v0.1.4
24632026-03-25T16:36:40.707Z Checking hickory-proto v0.24.4
24642026-03-25T16:36:40.766Z Checking serde_plain v1.0.2
24652026-03-25T16:36:40.951Z Compiling minimal-lexical v0.2.1
24662026-03-25T16:36:41.243Z Checking typed-path v0.9.3
24672026-03-25T16:36:41.532Z Compiling nom v7.1.3
24682026-03-25T16:36:41.687Z Checking snafu v0.8.9
24692026-03-25T16:36:41.967Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24702026-03-25T16:36:42.051Z Checking tough v0.20.0
24712026-03-25T16:36:42.442Z Checking nibble_vec v0.1.0
24722026-03-25T16:36:42.534Z Checking endian-type v0.1.2
24732026-03-25T16:36:42.534Z Checking hickory-resolver v0.24.4
24742026-03-25T16:36:42.600Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24752026-03-25T16:36:42.694Z Checking radix_trie v0.2.1
24762026-03-25T16:36:42.791Z Compiling ar_archive_writer v0.5.1
24772026-03-25T16:36:42.888Z Checking base64 v0.21.7
24782026-03-25T16:36:42.930Z Checking humantime v2.3.0
24792026-03-25T16:36:43.146Z Checking csv-core v0.1.13
24802026-03-25T16:36:43.181Z Compiling stacker v0.1.23
24812026-03-25T16:36:43.216Z Checking highway v1.3.0
24822026-03-25T16:36:43.322Z Checking qorb v0.4.1
24832026-03-25T16:36:43.357Z Checking csv v1.4.0
24842026-03-25T16:36:43.468Z Compiling cfg_aliases v0.1.1
24852026-03-25T16:36:43.550Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24862026-03-25T16:36:43.584Z Compiling nix v0.28.0
24872026-03-25T16:36:43.682Z Compiling psm v0.1.30
24882026-03-25T16:36:43.752Z Checking papergrid v0.11.0
24892026-03-25T16:36:43.792Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24902026-03-25T16:36:43.964Z Compiling tabled_derive v0.7.0
24912026-03-25T16:36:44.034Z Checking home v0.5.12
24922026-03-25T16:36:44.116Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24932026-03-25T16:36:44.173Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24942026-03-25T16:36:44.383Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24952026-03-25T16:36:44.535Z Checking phf_shared v0.12.1
24962026-03-25T16:36:44.576Z Compiling recursive-proc-macro-impl v0.1.1
24972026-03-25T16:36:44.629Z Compiling chrono-tz v0.10.4
24982026-03-25T16:36:44.701Z Compiling semver v0.1.20
24992026-03-25T16:36:44.772Z Checking phf v0.12.1
25002026-03-25T16:36:44.918Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25012026-03-25T16:36:44.952Z Checking tabled v0.15.0
25022026-03-25T16:36:44.956Z Compiling rustc_version v0.1.7
25032026-03-25T16:36:45.017Z Compiling const_format_proc_macros v0.2.34
25042026-03-25T16:36:45.023Z Checking recursive v0.1.1
25052026-03-25T16:36:45.123Z Compiling peg-macros v0.8.5
25062026-03-25T16:36:45.180Z Checking winnow v0.6.26
25072026-03-25T16:36:45.246Z Compiling sqlparser_derive v0.5.0
25082026-03-25T16:36:45.465Z Checking unicode_categories v0.1.1
25092026-03-25T16:36:45.949Z Checking const_format v0.2.35
25102026-03-25T16:36:46.029Z Checking sqlparser v0.61.0
25112026-03-25T16:36:46.235Z Checking rustyline v14.0.0
25122026-03-25T16:36:46.340Z Compiling newtype_derive v0.1.6
25132026-03-25T16:36:46.377Z Checking sqlformat v0.3.5
25142026-03-25T16:36:46.525Z Checking peg v0.8.5
25152026-03-25T16:36:46.631Z Checking bcs v0.1.6
25162026-03-25T16:36:46.896Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25172026-03-25T16:36:46.966Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25182026-03-25T16:36:47.034Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25192026-03-25T16:36:47.116Z Checking steno v0.4.1
25202026-03-25T16:36:47.218Z Checking utf-8 v0.7.6
25212026-03-25T16:36:47.324Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25222026-03-25T16:36:47.391Z Checking filetime v0.2.27
25232026-03-25T16:36:47.561Z Checking arc-swap v1.8.2
25242026-03-25T16:36:47.600Z Checking xattr v1.6.1
25252026-03-25T16:36:47.759Z Checking tar v0.4.44
25262026-03-25T16:36:47.815Z Checking slog-scope v4.4.1
25272026-03-25T16:36:47.956Z Checking tungstenite v0.21.0
25282026-03-25T16:36:47.992Z Checking slog-stdlog v4.1.1
25292026-03-25T16:36:48.181Z Checking slog-envlogger v2.2.0
25302026-03-25T16:36:48.185Z Compiling typify-impl v0.4.3
25312026-03-25T16:36:48.363Z Checking typeid v1.0.3
25322026-03-25T16:36:48.415Z Checking tokio-tungstenite v0.21.0
25332026-03-25T16:36:48.724Z Checking subprocess v0.2.15
25342026-03-25T16:36:49.044Z Checking headers-core v0.3.0
25352026-03-25T16:36:49.080Z Compiling lzma-sys v0.1.20
25362026-03-25T16:36:49.187Z Checking headers v0.4.1
25372026-03-25T16:36:49.553Z Compiling cargo_toml v0.22.3
25382026-03-25T16:36:49.683Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25392026-03-25T16:36:49.718Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25402026-03-25T16:36:49.758Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25412026-03-25T16:36:50.024Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25422026-03-25T16:36:50.154Z Checking yasna v0.5.2
25432026-03-25T16:36:50.586Z Checking rcgen v0.12.1
25442026-03-25T16:36:50.942Z Checking xz2 v0.1.7
25452026-03-25T16:36:51.002Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25462026-03-25T16:36:51.046Z Checking ron v0.12.0
25472026-03-25T16:36:51.138Z Checking base16ct v1.0.0
25482026-03-25T16:36:51.299Z Checking dropshot-api-manager-types v0.6.0
25492026-03-25T16:36:51.374Z Checking tagptr v0.2.0
25502026-03-25T16:36:51.501Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25512026-03-25T16:36:51.545Z Checking moka v0.12.13
25522026-03-25T16:36:51.704Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25532026-03-25T16:36:51.797Z Compiling radium v0.7.0
25542026-03-25T16:36:51.882Z Compiling libefi-sys v0.1.0
25552026-03-25T16:36:52.165Z Compiling bitfield-struct v0.6.2
25562026-03-25T16:36:52.198Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25572026-03-25T16:36:52.236Z Checking hickory-resolver v0.25.2
25582026-03-25T16:36:52.378Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25592026-03-25T16:36:52.599Z Compiling maybe-uninit v2.0.0
25602026-03-25T16:36:52.718Z Compiling typify-macro v0.4.3
25612026-03-25T16:36:52.827Z Checking tap v1.0.1
25622026-03-25T16:36:52.862Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25632026-03-25T16:36:52.962Z Checking wyz v0.5.1
25642026-03-25T16:36:52.995Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25652026-03-25T16:36:53.027Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25662026-03-25T16:36:53.326Z Compiling zerocopy-derive v0.6.6
25672026-03-25T16:36:53.370Z Checking crc-catalog v2.4.0
25682026-03-25T16:36:53.405Z Compiling packed_struct v0.10.1
25692026-03-25T16:36:53.466Z Checking funty v2.0.0
25702026-03-25T16:36:53.500Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25712026-03-25T16:36:53.503Z Checking crc v3.4.0
25722026-03-25T16:36:53.641Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25732026-03-25T16:36:53.718Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25742026-03-25T16:36:53.817Z Checking bitvec v1.0.1
25752026-03-25T16:36:53.862Z Compiling packed_struct_codegen v0.10.1
25762026-03-25T16:36:53.899Z Compiling bitfield-macros v0.19.4
25772026-03-25T16:36:53.932Z Compiling indexmap v1.9.3
25782026-03-25T16:36:54.160Z Checking nodrop v0.1.14
25792026-03-25T16:36:54.207Z Checking zerocopy v0.6.6
25802026-03-25T16:36:54.282Z Checking array-init v0.0.4
25812026-03-25T16:36:54.454Z Compiling typify v0.4.3
25822026-03-25T16:36:54.597Z Compiling progenitor-impl v0.10.0
25832026-03-25T16:36:54.663Z Checking bitfield v0.19.4
25842026-03-25T16:36:54.728Z Checking smallvec v0.6.14
25852026-03-25T16:36:54.954Z Checking hashbrown v0.12.3
25862026-03-25T16:36:54.981Z Checking serde-hex v0.1.0
25872026-03-25T16:36:54.984Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25882026-03-25T16:36:55.234Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25892026-03-25T16:36:55.720Z Checking ron v0.8.1
25902026-03-25T16:36:55.858Z Checking hashbrown v0.13.2
25912026-03-25T16:36:56.209Z Checking crc-any v2.5.0
25922026-03-25T16:36:56.283Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25932026-03-25T16:36:56.318Z Checking object v0.30.4
25942026-03-25T16:36:56.350Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25952026-03-25T16:36:56.419Z Checking path-slash v0.1.5
25962026-03-25T16:36:56.480Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25972026-03-25T16:36:56.553Z Compiling xshell-macros v0.2.7
25982026-03-25T16:36:56.616Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25992026-03-25T16:36:56.966Z Checking xshell v0.2.7
26002026-03-25T16:36:57.026Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26012026-03-25T16:36:57.197Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26022026-03-25T16:36:57.262Z Compiling progenitor-macro v0.10.0
26032026-03-25T16:36:57.710Z Checking half v1.8.3
26042026-03-25T16:36:57.941Z Checking serde_cbor v0.11.2
26052026-03-25T16:36:57.977Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26062026-03-25T16:36:58.068Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26072026-03-25T16:36:58.230Z Compiling num-derive v0.3.3
26082026-03-25T16:36:58.354Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-25T16:36:58.453Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26102026-03-25T16:36:58.783Z Compiling proc-macro-error2 v2.0.1
26112026-03-25T16:36:58.855Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26122026-03-25T16:36:59.134Z Compiling tabled_derive v0.11.0
26132026-03-25T16:36:59.167Z Checking libscf-sys v1.1.0
26142026-03-25T16:36:59.330Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26152026-03-25T16:36:59.395Z Checking papergrid v0.17.0
26162026-03-25T16:36:59.436Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26172026-03-25T16:36:59.569Z Checking testing_table v0.3.0
26182026-03-25T16:36:59.685Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26192026-03-25T16:36:59.721Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26202026-03-25T16:37:00.108Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-03-25T16:37:00.215Z Checking maplit v1.0.2
26222026-03-25T16:37:00.305Z Checking tabled v0.20.0
26232026-03-25T16:37:00.338Z Checking crc8 v0.1.1
26242026-03-25T16:37:00.418Z Checking fxhash v0.2.1
26252026-03-25T16:37:00.451Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26262026-03-25T16:37:00.501Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26272026-03-25T16:37:00.533Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-03-25T16:37:00.573Z Checking unicase v2.9.0
26292026-03-25T16:37:00.764Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26302026-03-25T16:37:00.825Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26312026-03-25T16:37:01.235Z Checking kstat-rs v0.2.4
26322026-03-25T16:37:01.267Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26332026-03-25T16:37:01.366Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26342026-03-25T16:37:01.434Z Compiling parking_lot_core v0.8.6
26352026-03-25T16:37:01.466Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26362026-03-25T16:37:01.712Z Compiling diesel_derives v2.3.7
26372026-03-25T16:37:01.778Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26382026-03-25T16:37:01.973Z Compiling git-stub v1.0.0
26392026-03-25T16:37:02.095Z Checking scheduled-thread-pool v0.2.7
26402026-03-25T16:37:02.187Z Checking progenitor v0.10.0
26412026-03-25T16:37:02.263Z Compiling dsl_auto_type v0.2.0
26422026-03-25T16:37:02.296Z Compiling vergen-gitcl v1.0.8
26432026-03-25T16:37:02.361Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26442026-03-25T16:37:02.395Z Compiling diesel_table_macro_syntax v0.3.0
26452026-03-25T16:37:02.427Z Checking r2d2 v0.8.10
26462026-03-25T16:37:02.556Z Compiling git-stub-vcs v0.1.0
26472026-03-25T16:37:02.589Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26482026-03-25T16:37:02.631Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26492026-03-25T16:37:02.861Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26502026-03-25T16:37:02.951Z Checking downcast-rs v2.0.2
26512026-03-25T16:37:02.985Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26522026-03-25T16:37:03.077Z Checking parking_lot v0.11.2
26532026-03-25T16:37:03.303Z Checking prefix-trie v0.7.0
26542026-03-25T16:37:03.338Z Checking nanorand v0.7.0
26552026-03-25T16:37:03.452Z Compiling dirs-sys-next v0.1.2
26562026-03-25T16:37:03.569Z Compiling crunchy v0.2.4
26572026-03-25T16:37:03.664Z Checking hickory-server v0.25.2
26582026-03-25T16:37:03.765Z Compiling dirs-next v2.0.0
26592026-03-25T16:37:03.807Z Checking flume v0.11.1
26602026-03-25T16:37:03.936Z Checking sled v0.34.7
26612026-03-25T16:37:04.000Z Compiling clang-sys v1.8.1
26622026-03-25T16:37:04.074Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26632026-03-25T16:37:04.301Z Checking hickory-client v0.25.2
26642026-03-25T16:37:04.384Z Compiling tiny-keccak v2.0.2
26652026-03-25T16:37:04.720Z Compiling term v0.7.0
26662026-03-25T16:37:04.812Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-03-25T16:37:04.874Z Compiling bit-vec v0.6.3
26682026-03-25T16:37:04.933Z Compiling salty v0.3.0
26692026-03-25T16:37:05.164Z Compiling bit-set v0.5.3
26702026-03-25T16:37:05.286Z Compiling ascii-canvas v3.0.0
26712026-03-25T16:37:05.321Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26722026-03-25T16:37:05.352Z Checking primeorder v0.13.6
26732026-03-25T16:37:05.352Z Compiling itertools v0.10.5
26742026-03-25T16:37:05.476Z Compiling ena v0.14.4
26752026-03-25T16:37:05.561Z Compiling libloading v0.8.9
26762026-03-25T16:37:05.627Z Compiling fs-err v2.11.0
26772026-03-25T16:37:05.723Z Compiling diff v0.1.13
26782026-03-25T16:37:05.810Z Compiling bindgen v0.71.1
26792026-03-25T16:37:05.860Z Compiling regex-syntax v0.6.29
26802026-03-25T16:37:06.144Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-25T16:37:06.308Z Compiling cexpr v0.6.0
26822026-03-25T16:37:06.375Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26832026-03-25T16:37:06.494Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26842026-03-25T16:37:06.868Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26852026-03-25T16:37:07.015Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26862026-03-25T16:37:07.178Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26872026-03-25T16:37:07.254Z Compiling lalrpop v0.19.12
26882026-03-25T16:37:07.579Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26892026-03-25T16:37:07.679Z Compiling libxml v0.3.3
26902026-03-25T16:37:07.799Z Checking parse-size v1.1.0
26912026-03-25T16:37:07.963Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26922026-03-25T16:37:08.029Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26932026-03-25T16:37:08.072Z Checking p384 v0.13.1
26942026-03-25T16:37:08.290Z Checking diesel v2.3.7
26952026-03-25T16:37:08.361Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26962026-03-25T16:37:08.515Z Compiling strum_macros v0.24.3
26972026-03-25T16:37:08.832Z Compiling indoc v1.0.9
26982026-03-25T16:37:09.739Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26992026-03-25T16:37:09.864Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27002026-03-25T16:37:09.909Z Checking predicates-tree v1.0.13
27012026-03-25T16:37:10.026Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27022026-03-25T16:37:10.101Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27032026-03-25T16:37:10.133Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27042026-03-25T16:37:10.743Z Checking derive_builder v0.20.2
27052026-03-25T16:37:10.888Z Checking quick-xml v0.37.5
27062026-03-25T16:37:10.922Z Compiling oso-derive v0.27.3
27072026-03-25T16:37:11.449Z Compiling trait-variant v0.1.2
27082026-03-25T16:37:11.796Z Compiling impl-trait-for-tuples v0.2.3
27092026-03-25T16:37:11.912Z Checking assert_matches v1.5.0
27102026-03-25T16:37:12.005Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27112026-03-25T16:37:12.036Z Checking openssl-probe v0.1.6
27122026-03-25T16:37:12.040Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27132026-03-25T16:37:12.101Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27142026-03-25T16:37:12.174Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27152026-03-25T16:37:12.788Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27162026-03-25T16:37:12.907Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27172026-03-25T16:37:12.951Z Compiling progenitor-impl v0.11.2
27182026-03-25T16:37:13.466Z Compiling mime_guess v2.0.5
27192026-03-25T16:37:13.704Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27202026-03-25T16:37:14.039Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27212026-03-25T16:37:14.072Z Checking progenitor-client v0.11.2
27222026-03-25T16:37:14.308Z Checking http-range v0.1.5
27232026-03-25T16:37:14.345Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27242026-03-25T16:37:14.523Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-03-25T16:37:14.615Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27262026-03-25T16:37:14.618Z Checking ignore v0.4.25
27272026-03-25T16:37:15.306Z Checking atty v0.2.14
27282026-03-25T16:37:15.442Z Checking globwalk v0.9.1
27292026-03-25T16:37:15.657Z Compiling progenitor-macro v0.11.2
27302026-03-25T16:37:16.199Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-03-25T16:37:16.981Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27322026-03-25T16:37:17.207Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27332026-03-25T16:37:17.403Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27342026-03-25T16:37:17.628Z Checking bb8 v0.8.6
27352026-03-25T16:37:17.662Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27362026-03-25T16:37:17.771Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27372026-03-25T16:37:17.887Z Checking corncobs v0.1.4
27382026-03-25T16:37:17.936Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-03-25T16:37:18.049Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27402026-03-25T16:37:18.140Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27412026-03-25T16:37:18.514Z Checking hyper-staticfile v0.10.1
27422026-03-25T16:37:18.838Z Checking camino-tempfile-ext v0.3.3
27432026-03-25T16:37:18.903Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27442026-03-25T16:37:19.076Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27452026-03-25T16:37:19.240Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27462026-03-25T16:37:19.350Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27472026-03-25T16:37:19.464Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27482026-03-25T16:37:20.033Z Checking signal-hook-tokio v0.3.1
27492026-03-25T16:37:20.208Z Checking secrecy v0.8.0
27502026-03-25T16:37:20.374Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27512026-03-25T16:37:20.637Z Checking progenitor v0.11.2
27522026-03-25T16:37:20.725Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27532026-03-25T16:37:20.807Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27542026-03-25T16:37:21.002Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27552026-03-25T16:37:21.097Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27562026-03-25T16:37:21.253Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27572026-03-25T16:37:21.288Z Checking nonempty v0.12.0
27582026-03-25T16:37:21.481Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27592026-03-25T16:37:21.591Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27602026-03-25T16:37:21.659Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27612026-03-25T16:37:21.795Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27622026-03-25T16:37:22.073Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27632026-03-25T16:37:22.077Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27642026-03-25T16:37:22.408Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27652026-03-25T16:37:22.498Z Checking diesel-dtrace v0.5.0
27662026-03-25T16:37:22.773Z Checking async-bb8-diesel v0.2.1
27672026-03-25T16:37:23.045Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27682026-03-25T16:37:23.151Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27692026-03-25T16:37:23.434Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27702026-03-25T16:37:23.473Z Checking tungstenite v0.23.0
27712026-03-25T16:37:23.927Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27722026-03-25T16:37:23.967Z Checking tokio-tungstenite v0.23.1
27732026-03-25T16:37:24.130Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27742026-03-25T16:37:24.263Z Checking rand_seeder v0.4.0
27752026-03-25T16:37:24.446Z Checking void v1.0.2
27762026-03-25T16:37:24.501Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27772026-03-25T16:37:24.587Z Checking lzss v0.8.2
27782026-03-25T16:37:24.817Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27792026-03-25T16:37:24.924Z Checking nix v0.27.1
27802026-03-25T16:37:25.013Z Checking serde_bytes v0.11.19
27812026-03-25T16:37:25.175Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27822026-03-25T16:37:25.237Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27832026-03-25T16:37:25.385Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27842026-03-25T16:37:25.533Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27852026-03-25T16:37:26.022Z Checking is_ci v1.2.0
27862026-03-25T16:37:26.113Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27872026-03-25T16:37:26.307Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27882026-03-25T16:37:26.341Z Checking yansi v1.0.1
27892026-03-25T16:37:26.410Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27902026-03-25T16:37:26.630Z Checking pretty_assertions v1.4.1
27912026-03-25T16:37:26.662Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27922026-03-25T16:37:26.797Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27932026-03-25T16:37:26.931Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27942026-03-25T16:37:26.964Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27952026-03-25T16:37:27.194Z Compiling darling_core v0.23.0
27962026-03-25T16:37:28.259Z Compiling indoc v2.0.7
27972026-03-25T16:37:28.314Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27982026-03-25T16:37:28.440Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27992026-03-25T16:37:28.538Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28002026-03-25T16:37:28.747Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28012026-03-25T16:37:28.977Z Compiling instability v0.3.11
28022026-03-25T16:37:29.237Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28032026-03-25T16:37:29.391Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28042026-03-25T16:37:29.434Z Compiling libz-sys v1.1.24
28052026-03-25T16:37:29.789Z Compiling darling_macro v0.23.0
28062026-03-25T16:37:29.844Z Checking castaway v0.2.4
28072026-03-25T16:37:29.988Z Checking compact_str v0.8.1
28082026-03-25T16:37:30.334Z Compiling darling v0.23.0
28092026-03-25T16:37:30.405Z Checking supports-color v3.0.2
28102026-03-25T16:37:30.572Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28112026-03-25T16:37:30.757Z Checking unicode-truncate v1.1.0
28122026-03-25T16:37:30.799Z Checking lru v0.12.5
28132026-03-25T16:37:30.940Z Checking cassowary v0.3.0
28142026-03-25T16:37:31.049Z Compiling libgit2-sys v0.18.3+1.9.2
28152026-03-25T16:37:31.218Z Checking ratatui v0.29.0
28162026-03-25T16:37:31.221Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28172026-03-25T16:37:31.330Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28182026-03-25T16:37:32.543Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28192026-03-25T16:37:32.579Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28202026-03-25T16:37:32.769Z Compiling vergen-git2 v1.0.7
28212026-03-25T16:37:32.879Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28222026-03-25T16:37:32.912Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28232026-03-25T16:37:33.035Z Checking colored v2.2.0
28242026-03-25T16:37:33.101Z Checking shell-words v1.1.1
28252026-03-25T16:37:33.134Z Compiling rustls v0.21.12
28262026-03-25T16:37:33.254Z Checking plotters-backend v0.3.7
28272026-03-25T16:37:33.408Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28282026-03-25T16:37:33.442Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28292026-03-25T16:37:33.490Z Checking plotters-svg v0.3.7
28302026-03-25T16:37:33.662Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-03-25T16:37:33.696Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28322026-03-25T16:37:33.888Z Checking sct v0.7.1
28332026-03-25T16:37:34.059Z Checking rustls-webpki v0.101.7
28342026-03-25T16:37:34.166Z Compiling nix v0.29.0
28352026-03-25T16:37:34.373Z Checking hex-literal v0.4.1
28362026-03-25T16:37:34.434Z Checking cast v0.3.0
28372026-03-25T16:37:34.619Z Checking criterion-plot v0.6.0
28382026-03-25T16:37:34.662Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28392026-03-25T16:37:34.995Z Checking plotters v0.3.7
28402026-03-25T16:37:35.791Z Checking erased-serde v0.4.9
28412026-03-25T16:37:35.861Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28422026-03-25T16:37:36.178Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28432026-03-25T16:37:36.986Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28442026-03-25T16:37:37.760Z Checking tinytemplate v1.2.1
28452026-03-25T16:37:38.022Z Checking ordered-float v2.10.1
28462026-03-25T16:37:38.294Z Checking anes v0.1.6
28472026-03-25T16:37:38.511Z Checking oorandom v11.1.5
28482026-03-25T16:37:38.607Z Checking serde-value v0.7.0
28492026-03-25T16:37:38.656Z Checking criterion v0.7.0
28502026-03-25T16:37:38.854Z Checking serde-untagged v0.1.9
28512026-03-25T16:37:39.085Z Checking tokio-rustls v0.24.1
28522026-03-25T16:37:39.586Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28532026-03-25T16:37:39.886Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28542026-03-25T16:37:40.121Z Checking rustls-pemfile v1.0.4
28552026-03-25T16:37:40.301Z Checking twox-hash v2.1.2
28562026-03-25T16:37:40.409Z Checking unicode-xid v0.2.6
28572026-03-25T16:37:40.552Z Checking cargo-util-schemas v0.8.2
28582026-03-25T16:37:40.679Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28592026-03-25T16:37:40.952Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28602026-03-25T16:37:41.130Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28612026-03-25T16:37:41.465Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28622026-03-25T16:37:41.659Z Checking fatfs v0.3.6
28632026-03-25T16:37:42.145Z Compiling petname v2.0.2
28642026-03-25T16:37:42.490Z Checking cargo-platform v0.2.0
28652026-03-25T16:37:42.663Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28662026-03-25T16:37:42.714Z Compiling seq-macro v0.3.6
28672026-03-25T16:37:43.062Z Checking cargo_metadata v0.21.0
28682026-03-25T16:37:43.395Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28692026-03-25T16:37:43.847Z Checking concurrent-queue v2.5.0
28702026-03-25T16:37:44.001Z Checking rtoolbox v0.0.3
28712026-03-25T16:37:44.064Z Checking futures-timer v3.0.3
28722026-03-25T16:37:44.167Z Checking parking v2.2.1
28732026-03-25T16:37:44.280Z Checking rpassword v7.4.0
28742026-03-25T16:37:44.322Z Checking event-listener v5.4.1
28752026-03-25T16:37:44.575Z Checking tui-tree-widget v0.23.1
28762026-03-25T16:37:44.796Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28772026-03-25T16:37:44.836Z Checking polyval v0.6.2
28782026-03-25T16:37:44.932Z Checking sapling-renderdag v0.1.0
28792026-03-25T16:37:44.984Z Checking sync-ptr v0.1.4
28802026-03-25T16:37:45.050Z Checking ghash v0.5.1
28812026-03-25T16:37:45.151Z Checking event-listener-strategy v0.5.4
28822026-03-25T16:37:45.200Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28832026-03-25T16:37:45.203Z Checking ctr v0.9.2
28842026-03-25T16:37:45.318Z Checking arrayvec v0.7.6
28852026-03-25T16:37:45.424Z Checking arrayref v0.3.9
28862026-03-25T16:37:45.457Z Checking constant_time_eq v0.4.2
28872026-03-25T16:37:45.529Z Checking aes-gcm v0.10.3
28882026-03-25T16:37:45.610Z Checking async-lock v3.4.2
28892026-03-25T16:37:45.642Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28902026-03-25T16:37:45.718Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-03-25T16:37:46.031Z Checking ssh-encoding v0.2.0
28922026-03-25T16:37:46.253Z Checking blowfish v0.9.1
28932026-03-25T16:37:46.446Z Checking bcrypt-pbkdf v0.10.0
28942026-03-25T16:37:46.610Z Checking ssh-cipher v0.2.0
28952026-03-25T16:37:46.644Z Checking async-object-pool v0.2.0
28962026-03-25T16:37:46.790Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28972026-03-25T16:37:46.822Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28982026-03-25T16:37:47.154Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28992026-03-25T16:37:47.459Z Checking serde_regex v1.1.0
29002026-03-25T16:37:47.650Z Checking password-hash v0.4.2
29012026-03-25T16:37:47.819Z Checking assert-json-diff v2.0.2
29022026-03-25T16:37:47.903Z Checking path-tree v0.8.3
29032026-03-25T16:37:48.019Z Checking stringmetrics v2.2.2
29042026-03-25T16:37:48.123Z Compiling target-lexicon v0.13.3
29052026-03-25T16:37:48.201Z Checking gimli v0.32.3
29062026-03-25T16:37:48.408Z Checking httpmock v0.8.3
29072026-03-25T16:37:48.703Z Checking pbkdf2 v0.11.0
29082026-03-25T16:37:48.907Z Checking ssh-key v0.6.7
29092026-03-25T16:37:49.070Z Compiling samael v0.0.19
29102026-03-25T16:37:49.785Z Checking addr2line v0.25.1
29112026-03-25T16:37:50.098Z Checking p521 v0.13.3
29122026-03-25T16:37:50.660Z Checking p256 v0.13.2
29132026-03-25T16:37:50.734Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29142026-03-25T16:37:50.940Z Checking russh-cryptovec v0.7.3
29152026-03-25T16:37:50.973Z Checking md5 v0.7.0
29162026-03-25T16:37:51.108Z Checking rustc-demangle v0.1.27
29172026-03-25T16:37:51.176Z Compiling guppy-workspace-hack v0.1.0
29182026-03-25T16:37:51.362Z Checking backtrace v0.3.76
29192026-03-25T16:37:51.440Z Checking russh-keys v0.45.0
29202026-03-25T16:37:51.698Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29212026-03-25T16:37:51.841Z Checking num-bigint v0.4.6
29222026-03-25T16:37:52.120Z Checking des v0.8.1
29232026-03-25T16:37:52.469Z Compiling blake3 v1.8.3
29242026-03-25T16:37:52.830Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29252026-03-25T16:37:52.864Z Compiling target-spec v3.5.7
29262026-03-25T16:37:53.210Z Checking russh v0.45.0
29272026-03-25T16:37:53.261Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29282026-03-25T16:37:53.518Z Checking cfg-expr v0.20.6
29292026-03-25T16:37:53.644Z Checking backtrace-ext v0.2.1
29302026-03-25T16:37:53.897Z Checking supports-color v2.1.0
29312026-03-25T16:37:53.929Z Checking textwrap v0.15.2
29322026-03-25T16:37:53.963Z Checking supports-unicode v2.1.0
29332026-03-25T16:37:54.064Z Checking supports-hyperlinks v2.1.0
29342026-03-25T16:37:54.107Z Checking hashbrown v0.14.5
29352026-03-25T16:37:54.167Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29362026-03-25T16:37:54.208Z Checking cargo-platform v0.3.2
29372026-03-25T16:37:54.392Z Checking terminal_size v0.1.17
29382026-03-25T16:37:54.424Z Checking socket2 v0.5.10
29392026-03-25T16:37:54.533Z Compiling miette-derive v5.10.0
29402026-03-25T16:37:54.609Z Checking owo-colors v3.5.0
29412026-03-25T16:37:54.705Z Checking internet-checksum v0.2.1
29422026-03-25T16:37:54.859Z Checking chumsky v0.9.3
29432026-03-25T16:37:55.134Z Checking cargo_metadata v0.23.1
29442026-03-25T16:37:55.717Z Checking miette v5.10.0
29452026-03-25T16:37:55.929Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29462026-03-25T16:37:55.964Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29472026-03-25T16:37:56.007Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29482026-03-25T16:37:56.228Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29492026-03-25T16:37:56.342Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29502026-03-25T16:37:56.501Z Checking httptest v0.16.4
29512026-03-25T16:37:56.765Z Checking pathdiff v0.2.3
29522026-03-25T16:37:56.836Z Compiling knuffel-derive v3.2.0
29532026-03-25T16:37:56.900Z Checking topological-sort v0.2.2
29542026-03-25T16:37:56.903Z Checking nested v0.1.1
29552026-03-25T16:37:57.073Z Checking omicron-zone-package v0.12.2
29562026-03-25T16:37:57.106Z Checking guppy v0.17.25
29572026-03-25T16:37:57.218Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29582026-03-25T16:37:57.463Z Compiling git2 v0.20.4
29592026-03-25T16:37:57.497Z Checking similar-asserts v1.7.0
29602026-03-25T16:37:57.687Z Compiling rstest_macros v0.25.0
29612026-03-25T16:37:58.001Z Compiling target-triple v1.0.0
29622026-03-25T16:37:58.035Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29632026-03-25T16:37:58.194Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29642026-03-25T16:37:58.228Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29652026-03-25T16:37:58.368Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29662026-03-25T16:37:58.401Z Checking knuffel v3.2.0
29672026-03-25T16:37:58.877Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29682026-03-25T16:37:58.948Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29692026-03-25T16:37:59.107Z Checking toml_datetime v1.0.0+spec-1.1.0
29702026-03-25T16:37:59.350Z Checking escape8259 v0.5.3
29712026-03-25T16:37:59.520Z Compiling assert_cmd v2.1.2
29722026-03-25T16:37:59.574Z Compiling relative-path v1.9.3
29732026-03-25T16:38:00.030Z Checking libtest-mimic v0.8.1
29742026-03-25T16:38:00.307Z Checking toml v1.0.3+spec-1.1.0
29752026-03-25T16:38:00.606Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29762026-03-25T16:38:00.749Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29772026-03-25T16:38:00.877Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29782026-03-25T16:38:00.947Z Checking blake2b_simd v1.0.4
29792026-03-25T16:38:01.375Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29802026-03-25T16:38:01.480Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29812026-03-25T16:38:01.795Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29822026-03-25T16:38:01.903Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29832026-03-25T16:38:02.134Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29842026-03-25T16:38:02.361Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29852026-03-25T16:38:02.566Z Checking fancy-regex v0.14.0
29862026-03-25T16:38:02.804Z Checking serde_tokenstream v0.2.3
29872026-03-25T16:38:02.968Z Checking uzers v0.12.2
29882026-03-25T16:38:03.058Z Checking constant_time_eq v0.3.1
29892026-03-25T16:38:03.193Z Compiling linkme-impl v0.3.35
29902026-03-25T16:38:03.226Z Checking termcolor v1.4.1
29912026-03-25T16:38:03.499Z Checking trybuild v1.0.116
29922026-03-25T16:38:03.572Z Checking rstest v0.25.0
29932026-03-25T16:38:03.617Z Checking rust-argon2 v2.1.0
29942026-03-25T16:38:03.765Z Checking datatest-stable v0.3.3
29952026-03-25T16:38:04.153Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29962026-03-25T16:38:04.258Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29972026-03-25T16:38:04.513Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29982026-03-25T16:38:04.548Z Checking support-bundle-viewer v0.1.2
29992026-03-25T16:38:04.757Z Compiling polar-core v0.27.3
30002026-03-25T16:38:04.841Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30012026-03-25T16:38:05.150Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30022026-03-25T16:38:05.308Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30032026-03-25T16:38:05.396Z Checking drift v0.1.3
30042026-03-25T16:38:05.571Z Checking rand_distr v0.5.1
30052026-03-25T16:38:05.733Z Checking multimap v0.10.1
30062026-03-25T16:38:05.942Z Checking approx v0.5.1
30072026-03-25T16:38:06.034Z Compiling linkme v0.3.35
30082026-03-25T16:38:06.120Z Checking dropshot-api-manager v0.6.0
30092026-03-25T16:38:06.469Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30102026-03-25T16:38:07.087Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30112026-03-25T16:38:07.404Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30122026-03-25T16:38:07.469Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30132026-03-25T16:38:07.504Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30142026-03-25T16:38:07.737Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30152026-03-25T16:38:07.773Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30162026-03-25T16:38:07.892Z Checking partial-io v0.5.4
30172026-03-25T16:38:08.127Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30182026-03-25T16:38:08.162Z Checking cargo_toml v0.21.0
30192026-03-25T16:38:08.224Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30202026-03-25T16:38:08.276Z Checking termios v0.3.3
30212026-03-25T16:38:08.563Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30222026-03-25T16:38:08.873Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30232026-03-25T16:38:09.132Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30242026-03-25T16:38:10.047Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30252026-03-25T16:38:10.125Z Checking oso v0.27.3
30262026-03-25T16:38:12.772Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30272026-03-25T16:38:17.597Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30282026-03-25T16:38:20.256Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30292026-03-25T16:38:20.513Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30302026-03-25T16:38:23.245Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30312026-03-25T16:38:29.143Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30322026-03-25T16:38:33.080Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30332026-03-25T16:38:34.434Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30342026-03-25T16:38:34.717Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30352026-03-25T16:38:41.758Z Checking ci-resource-usage v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ci-resource-usage)
30362026-03-25T16:38:43.316Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30372026-03-25T16:40:00.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s
30382026-03-25T16:40:01.111Z
30392026-03-25T16:40:01.111Zreal 4:05.398390894
30402026-03-25T16:40:01.111Zuser 20:36.092164381
30412026-03-25T16:40:01.111Zsys 4:47.109553045
30422026-03-25T16:40:01.111Ztrap 0.498436511
30432026-03-25T16:40:01.111Ztflt 0.088354833
30442026-03-25T16:40:01.111Zdflt 0.173171199
30452026-03-25T16:40:01.111Zkflt 0.000882019
30462026-03-25T16:40:01.111Zlock 56:55.966921696
30472026-03-25T16:40:01.114Zslp 56:26.580603463
30482026-03-25T16:40:01.114Zlat 1:50.795413672
30492026-03-25T16:40:01.114Zstop 10:45.796781751
30502026-03-25T16:40:01.114Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30512026-03-25T16:40:01.114Z+ ptime -m cargo doc --workspace --no-deps
30522026-03-25T16:40:01.994Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30532026-03-25T16:40:01.994Z |
30542026-03-25T16:40:01.994Z = 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)`
30552026-03-25T16:40:01.994Z = 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>
30562026-03-25T16:40:02.979Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30572026-03-25T16:40:03.212Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30582026-03-25T16:40:03.250Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30592026-03-25T16:40:03.315Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30602026-03-25T16:40:03.433Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30612026-03-25T16:40:03.483Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30622026-03-25T16:40:03.486Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30632026-03-25T16:40:03.536Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30642026-03-25T16:40:03.581Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30652026-03-25T16:40:03.683Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30662026-03-25T16:40:03.708Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30672026-03-25T16:40:03.764Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30682026-03-25T16:40:03.787Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30692026-03-25T16:40:03.814Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30702026-03-25T16:40:03.857Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30712026-03-25T16:40:03.879Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30722026-03-25T16:40:03.883Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30732026-03-25T16:40:03.973Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30742026-03-25T16:40:03.998Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30752026-03-25T16:40:04.073Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30762026-03-25T16:40:04.240Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30772026-03-25T16:40:04.468Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30782026-03-25T16:40:04.620Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30792026-03-25T16:40:04.669Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30802026-03-25T16:40:04.710Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30812026-03-25T16:40:04.853Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30822026-03-25T16:40:04.878Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30832026-03-25T16:40:05.050Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30842026-03-25T16:40:05.097Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30852026-03-25T16:40:05.121Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30862026-03-25T16:40:05.220Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30872026-03-25T16:40:05.286Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30882026-03-25T16:40:05.344Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30892026-03-25T16:40:05.539Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30902026-03-25T16:40:05.634Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30912026-03-25T16:40:05.655Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30922026-03-25T16:40:05.766Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30932026-03-25T16:40:05.883Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30942026-03-25T16:40:05.906Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30952026-03-25T16:40:06.136Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30962026-03-25T16:40:06.196Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30972026-03-25T16:40:06.404Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30982026-03-25T16:40:06.469Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30992026-03-25T16:40:06.503Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31002026-03-25T16:40:06.638Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31012026-03-25T16:40:06.674Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31022026-03-25T16:40:06.737Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31032026-03-25T16:40:06.793Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31042026-03-25T16:40:06.871Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31052026-03-25T16:40:06.923Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31062026-03-25T16:40:06.974Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31072026-03-25T16:40:06.997Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31082026-03-25T16:40:07.073Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31092026-03-25T16:40:07.224Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31102026-03-25T16:40:07.247Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31112026-03-25T16:40:07.268Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31122026-03-25T16:40:07.320Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31132026-03-25T16:40:07.477Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31142026-03-25T16:40:07.500Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31152026-03-25T16:40:07.520Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31162026-03-25T16:40:07.677Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31172026-03-25T16:40:07.746Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31182026-03-25T16:40:07.772Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31192026-03-25T16:40:07.815Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31202026-03-25T16:40:07.854Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31212026-03-25T16:40:07.941Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31222026-03-25T16:40:08.013Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31232026-03-25T16:40:08.160Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31242026-03-25T16:40:08.163Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31252026-03-25T16:40:08.221Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31262026-03-25T16:40:08.245Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31272026-03-25T16:40:08.432Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31282026-03-25T16:40:08.762Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31292026-03-25T16:40:08.915Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31302026-03-25T16:40:09.634Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31312026-03-25T16:40:09.916Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31322026-03-25T16:40:10.182Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31332026-03-25T16:40:10.212Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31342026-03-25T16:40:10.256Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31352026-03-25T16:40:10.361Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31362026-03-25T16:40:10.549Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31372026-03-25T16:40:10.646Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31382026-03-25T16:40:10.845Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31392026-03-25T16:40:10.911Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31402026-03-25T16:40:11.099Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31412026-03-25T16:40:11.235Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31422026-03-25T16:40:11.312Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31432026-03-25T16:40:11.382Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31442026-03-25T16:40:11.726Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31452026-03-25T16:40:11.884Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31462026-03-25T16:40:12.324Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31472026-03-25T16:40:12.420Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31482026-03-25T16:40:12.462Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31492026-03-25T16:40:12.765Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31502026-03-25T16:40:12.885Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31512026-03-25T16:40:13.241Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31522026-03-25T16:40:13.606Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31532026-03-25T16:40:14.327Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31542026-03-25T16:40:14.606Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31552026-03-25T16:40:14.917Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31562026-03-25T16:40:14.974Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31572026-03-25T16:40:15.168Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31582026-03-25T16:40:15.319Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31592026-03-25T16:40:15.435Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31602026-03-25T16:40:15.610Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31612026-03-25T16:40:15.637Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31622026-03-25T16:40:15.800Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31632026-03-25T16:40:15.855Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31642026-03-25T16:40:15.938Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31652026-03-25T16:40:16.098Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31662026-03-25T16:40:16.295Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31672026-03-25T16:40:16.321Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31682026-03-25T16:40:16.491Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31692026-03-25T16:40:16.855Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31702026-03-25T16:40:17.186Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31712026-03-25T16:40:17.705Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31722026-03-25T16:40:18.045Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31732026-03-25T16:40:18.262Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31742026-03-25T16:40:18.786Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31752026-03-25T16:40:18.855Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31762026-03-25T16:40:19.078Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31772026-03-25T16:40:19.130Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31782026-03-25T16:40:19.236Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31792026-03-25T16:40:19.788Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31802026-03-25T16:40:19.827Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31812026-03-25T16:40:20.064Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31822026-03-25T16:40:20.118Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31832026-03-25T16:40:20.275Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31842026-03-25T16:40:20.515Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31852026-03-25T16:40:21.273Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31862026-03-25T16:40:21.594Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31872026-03-25T16:40:21.621Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31882026-03-25T16:40:21.836Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31892026-03-25T16:40:22.331Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31902026-03-25T16:40:23.140Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31912026-03-25T16:40:23.533Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31922026-03-25T16:40:24.007Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31932026-03-25T16:40:24.032Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31942026-03-25T16:40:24.302Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31952026-03-25T16:40:24.572Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31962026-03-25T16:40:24.632Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31972026-03-25T16:40:25.282Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31982026-03-25T16:40:25.354Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31992026-03-25T16:40:25.919Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32002026-03-25T16:40:26.533Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32012026-03-25T16:40:27.520Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32022026-03-25T16:40:27.642Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32032026-03-25T16:40:27.854Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32042026-03-25T16:40:27.875Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32052026-03-25T16:40:29.301Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32062026-03-25T16:40:31.059Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32072026-03-25T16:40:31.604Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32082026-03-25T16:40:31.926Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32092026-03-25T16:40:31.991Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32102026-03-25T16:40:32.202Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32112026-03-25T16:40:33.787Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32122026-03-25T16:40:34.160Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32132026-03-25T16:40:34.302Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32142026-03-25T16:40:35.456Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32152026-03-25T16:40:35.915Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32162026-03-25T16:40:35.952Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32172026-03-25T16:40:35.973Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32182026-03-25T16:40:36.119Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32192026-03-25T16:40:36.585Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32202026-03-25T16:40:36.620Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32212026-03-25T16:40:36.746Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32222026-03-25T16:40:36.767Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32232026-03-25T16:40:36.790Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32242026-03-25T16:40:37.113Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32252026-03-25T16:40:37.471Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32262026-03-25T16:40:37.687Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32272026-03-25T16:40:37.809Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32282026-03-25T16:40:38.008Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32292026-03-25T16:40:38.467Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32302026-03-25T16:40:38.801Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32312026-03-25T16:40:39.563Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32322026-03-25T16:40:39.567Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32332026-03-25T16:40:40.051Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32342026-03-25T16:40:40.938Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32352026-03-25T16:40:42.038Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32362026-03-25T16:40:42.112Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32372026-03-25T16:40:45.442Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32382026-03-25T16:40:45.891Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32392026-03-25T16:40:46.633Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32402026-03-25T16:40:47.519Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32412026-03-25T16:40:48.993Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32422026-03-25T16:40:50.320Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32432026-03-25T16:40:51.260Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32442026-03-25T16:40:51.715Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32452026-03-25T16:40:52.749Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32462026-03-25T16:40:53.286Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32472026-03-25T16:40:55.289Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32482026-03-25T16:40:56.052Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32492026-03-25T16:40:56.096Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32502026-03-25T16:40:57.901Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32512026-03-25T16:40:58.910Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32522026-03-25T16:40:59.458Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32532026-03-25T16:41:00.207Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32542026-03-25T16:41:03.317Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32552026-03-25T16:41:04.128Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32562026-03-25T16:41:04.843Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32572026-03-25T16:41:05.805Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32582026-03-25T16:41:06.571Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32592026-03-25T16:41:07.335Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32602026-03-25T16:41:08.057Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32612026-03-25T16:41:08.824Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32622026-03-25T16:41:09.674Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32632026-03-25T16:41:09.876Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32642026-03-25T16:41:11.080Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32652026-03-25T16:41:11.767Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32662026-03-25T16:41:13.505Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32672026-03-25T16:41:14.649Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32682026-03-25T16:41:15.747Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32692026-03-25T16:41:16.866Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32702026-03-25T16:41:21.283Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32712026-03-25T16:41:22.145Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32722026-03-25T16:41:23.351Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32732026-03-25T16:41:24.032Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32742026-03-25T16:41:27.002Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32752026-03-25T16:41:27.341Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32762026-03-25T16:41:28.218Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32772026-03-25T16:41:34.134Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32782026-03-25T16:41:34.247Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32792026-03-25T16:41:34.344Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32802026-03-25T16:41:35.222Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32812026-03-25T16:41:36.403Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32822026-03-25T16:41:38.076Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32832026-03-25T16:41:39.714Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32842026-03-25T16:41:41.443Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32852026-03-25T16:41:45.460Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32862026-03-25T16:41:46.774Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32872026-03-25T16:41:47.202Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32882026-03-25T16:41:48.485Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32892026-03-25T16:41:50.611Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32902026-03-25T16:41:52.333Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32912026-03-25T16:41:54.521Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32922026-03-25T16:41:56.496Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32932026-03-25T16:41:58.360Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32942026-03-25T16:42:00.638Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32952026-03-25T16:42:02.277Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32962026-03-25T16:42:04.207Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32972026-03-25T16:42:06.157Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32982026-03-25T16:42:08.055Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32992026-03-25T16:42:09.947Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33002026-03-25T16:42:11.699Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33012026-03-25T16:42:13.888Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33022026-03-25T16:42:15.690Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33032026-03-25T16:42:17.719Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33042026-03-25T16:42:19.617Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33052026-03-25T16:42:21.582Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33062026-03-25T16:42:23.555Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33072026-03-25T16:42:25.580Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33082026-03-25T16:42:27.455Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33092026-03-25T16:42:29.533Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33102026-03-25T16:42:31.475Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33112026-03-25T16:42:34.937Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33122026-03-25T16:42:35.822Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33132026-03-25T16:42:36.379Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33142026-03-25T16:42:40.066Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33152026-03-25T16:42:42.273Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33162026-03-25T16:42:44.404Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33172026-03-25T16:42:46.906Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33182026-03-25T16:42:48.859Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33192026-03-25T16:42:51.030Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33202026-03-25T16:42:53.263Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33212026-03-25T16:42:57.841Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33222026-03-25T16:42:59.751Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33232026-03-25T16:43:02.042Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33242026-03-25T16:43:04.205Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33252026-03-25T16:43:06.568Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33262026-03-25T16:43:08.777Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33272026-03-25T16:43:10.992Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33282026-03-25T16:43:13.150Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33292026-03-25T16:43:15.598Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33302026-03-25T16:43:17.786Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33312026-03-25T16:43:20.048Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33322026-03-25T16:43:22.258Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33332026-03-25T16:43:24.507Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33342026-03-25T16:43:26.744Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33352026-03-25T16:43:28.969Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33362026-03-25T16:43:31.324Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33372026-03-25T16:43:33.713Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33382026-03-25T16:43:35.854Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33392026-03-25T16:43:38.091Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33402026-03-25T16:43:40.359Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33412026-03-25T16:43:42.637Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33422026-03-25T16:43:44.986Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33432026-03-25T16:43:47.161Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33442026-03-25T16:43:49.777Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33452026-03-25T16:43:52.034Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33462026-03-25T16:43:54.420Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33472026-03-25T16:43:56.858Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33482026-03-25T16:43:59.152Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33492026-03-25T16:44:01.668Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33502026-03-25T16:44:04.092Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33512026-03-25T16:44:06.572Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33522026-03-25T16:44:09.181Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33532026-03-25T16:44:11.622Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33542026-03-25T16:44:14.123Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33552026-03-25T16:44:16.617Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33562026-03-25T16:44:19.118Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33572026-03-25T16:44:21.620Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33582026-03-25T16:44:24.130Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33592026-03-25T16:44:27.030Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33602026-03-25T16:44:33.884Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33612026-03-25T16:44:34.217Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33622026-03-25T16:44:37.398Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33632026-03-25T16:44:42.042Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33642026-03-25T16:44:44.823Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33652026-03-25T16:44:48.486Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33662026-03-25T16:44:52.182Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33672026-03-25T16:44:55.614Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33682026-03-25T16:44:59.236Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33692026-03-25T16:45:02.818Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33702026-03-25T16:45:06.548Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33712026-03-25T16:45:11.079Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33722026-03-25T16:45:13.661Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33732026-03-25T16:45:17.330Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33742026-03-25T16:45:20.822Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33752026-03-25T16:45:24.618Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33762026-03-25T16:45:28.191Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33772026-03-25T16:45:31.726Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33782026-03-25T16:45:35.404Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33792026-03-25T16:45:39.026Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33802026-03-25T16:45:42.724Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33812026-03-25T16:45:46.340Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33822026-03-25T16:45:49.984Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33832026-03-25T16:45:53.615Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33842026-03-25T16:45:57.238Z Documenting ci-resource-usage v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ci-resource-usage)
33852026-03-25T16:46:00.813Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33862026-03-25T16:46:04.474Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33872026-03-25T16:46:33.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 32s
33882026-03-25T16:46:33.558Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 191 other files
33892026-03-25T16:46:33.665Z
33902026-03-25T16:46:33.665Zreal 6:32.441462327
33912026-03-25T16:46:33.665Zuser 17:24.642157077
33922026-03-25T16:46:33.665Zsys 3:41.539774210
33932026-03-25T16:46:33.665Ztrap 0.253669672
33942026-03-25T16:46:33.668Ztflt 0.034460527
33952026-03-25T16:46:33.668Zdflt 0.050274465
33962026-03-25T16:46:33.668Zkflt 0.000072081
33972026-03-25T16:46:33.668Zlock 6:03:46.508277102
33982026-03-25T16:46:33.668Zslp 2:12:06.555920236
33992026-03-25T16:46:33.668Zlat 31.964182883
34002026-03-25T16:46:33.668Zstop 1:31.348588834
34012026-03-25T16:46:33.668Zprocess exited: duration 807805 ms, exit code 0
 
34022026-03-25T16:46:37.779Zfound 1 output files
34032026-03-25T16:46:37.779Zuploading: /var/tmp/ci-resource-usage.csv (69361 bytes)
34042026-03-25T16:46:38.797Zuploaded: /var/tmp/ci-resource-usage.csv