|
|
|
| 1 | 2026-06-26T04:06:34.944Z | job assigned to worker 01KW11P1H9HJJFKPMMA2AYHYA0 [factory aws, i-005082bca1dff7333] (queued for 49 s) |
| |
| 2 | 2026-06-26T04:06:41.369Z | starting task 0: "setup" |
| 3 | 2026-06-26T04:06:41.375Z | ++ uname -s |
| 4 | 2026-06-26T04:06:41.378Z | + kern=SunOS |
| 5 | 2026-06-26T04:06:41.378Z | + build_user=build |
| 6 | 2026-06-26T04:06:41.378Z | + build_uid=12345 |
| 7 | 2026-06-26T04:06:41.378Z | + work_dir=/work |
| 8 | 2026-06-26T04:06:41.378Z | + input_dir=/input |
| 9 | 2026-06-26T04:06:41.378Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-26T04:06:41.378Z | + case "$kern" in |
| 11 | 2026-06-26T04:06:41.378Z | + groupadd -g 12345 build |
| 12 | 2026-06-26T04:06:41.378Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-26T04:06:43.384Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-26T04:06:43.446Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-26T04:06:43.449Z | + home_fs=zfs |
| 16 | 2026-06-26T04:06:43.449Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-26T04:06:43.449Z | + mkdir -p /home/build |
| 18 | 2026-06-26T04:06:43.449Z | + chown build:build /home/build /work |
| 19 | 2026-06-26T04:06:45.450Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-26T04:06:45.453Z | process exited: duration 4081 ms, exit code 0 |
| |
| 21 | 2026-06-26T04:06:45.459Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-26T04:06:45.462Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-26T04:06:45.462Z | * rust toolchain channel = "1.96.0" |
| 24 | 2026-06-26T04:06:45.462Z | * rust toolchain profile = "default" |
| 25 | 2026-06-26T04:06:45.462Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-26T04:06:45.462Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-26T04:06:45.462Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-26T04:06:45.465Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-26T04:06:45.465Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-26T04:06:45.567Z | info: downloading installer |
| 31 | 2026-06-26T04:06:47.380Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-26T04:06:47.380Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-26T04:06:47.380Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-26T04:06:47.380Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-26T04:06:47.392Z | info: profile set to default |
| 36 | 2026-06-26T04:06:47.392Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-26T04:06:47.394Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-26T04:06:47.545Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-26T04:06:47.548Z | info: downloading 6 components |
| 40 | 2026-06-26T04:07:03.095Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-26T04:07:03.095Z | |
| 42 | 2026-06-26T04:07:03.122Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-26T04:07:03.122Z | |
| 44 | 2026-06-26T04:07:03.122Z | |
| 45 | 2026-06-26T04:07:03.122Z | Rust is installed now. Great! |
| 46 | 2026-06-26T04:07:03.122Z | |
| 47 | 2026-06-26T04:07:03.122Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-26T04:07:03.122Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-26T04:07:03.122Z | |
| 50 | 2026-06-26T04:07:03.122Z | To configure your current shell, you need to source |
| 51 | 2026-06-26T04:07:03.122Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-26T04:07:03.126Z | |
| 53 | 2026-06-26T04:07:03.126Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-26T04:07:03.126Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-26T04:07:03.126Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-26T04:07:03.126Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-26T04:07:03.126Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-26T04:07:03.126Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-26T04:07:03.126Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-26T04:07:03.126Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-26T04:07:03.126Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-26T04:07:03.208Z | + rustup --version |
| 63 | 2026-06-26T04:07:03.217Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-26T04:07:03.220Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-26T04:07:03.238Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-26T04:07:03.241Z | + cargo --version |
| 67 | 2026-06-26T04:07:03.255Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-26T04:07:03.257Z | + rustc --version |
| 69 | 2026-06-26T04:07:03.276Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-26T04:07:03.279Z | process exited: duration 17819 ms, exit code 0 |
| |
| 71 | 2026-06-26T04:07:03.285Z | starting task 2: "authentication" |
| 72 | 2026-06-26T04:07:03.302Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-26T04:07:03.309Z | starting task 3: "clone repository" |
| 74 | 2026-06-26T04:07:03.312Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-26T04:07:03.315Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-26T04:07:03.345Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-26T04:07:13.359Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-26T04:07:13.359Z | + git fetch origin f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae |
| 79 | 2026-06-26T04:07:13.650Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-26T04:07:13.650Z | * branch f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae -> FETCH_HEAD |
| 81 | 2026-06-26T04:07:13.660Z | + [[ -n renovate/crucible-agent-client-digest ]] |
| 82 | 2026-06-26T04:07:13.663Z | ++ git branch --show-current |
| 83 | 2026-06-26T04:07:13.663Z | + current=main |
| 84 | 2026-06-26T04:07:13.663Z | + [[ main != renovate/crucible-agent-client-digest ]] |
| 85 | 2026-06-26T04:07:13.663Z | + git branch -f renovate/crucible-agent-client-digest f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae |
| 86 | 2026-06-26T04:07:13.667Z | + git checkout -f renovate/crucible-agent-client-digest |
| 87 | 2026-06-26T04:07:13.731Z | Switched to branch 'renovate/crucible-agent-client-digest' |
| 88 | 2026-06-26T04:07:13.734Z | + git reset --hard f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae |
| 89 | 2026-06-26T04:07:13.800Z | HEAD is now at f1ac12ce5 Update crucible-agent-client digest to 2bfe090 |
| 90 | 2026-06-26T04:07:13.803Z | process exited: duration 10493 ms, exit code 0 |
| |
| 91 | 2026-06-26T04:07:13.809Z | starting task 4: "build" |
| 92 | 2026-06-26T04:07:13.813Z | + source ./env.sh |
| 93 | 2026-06-26T04:07:13.816Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-06-26T04:07:13.816Z | ++ set -o xtrace |
| 95 | 2026-06-26T04:07:13.816Z | ++++ dirname ./env.sh |
| 96 | 2026-06-26T04:07:13.819Z | +++ readlink -f . |
| 97 | 2026-06-26T04:07:13.819Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-06-26T04:07:13.819Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-06-26T04:07:13.819Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-06-26T04:07:13.819Z | ++ 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 |
| 101 | 2026-06-26T04:07:13.819Z | ++ 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 |
| 102 | 2026-06-26T04:07:13.819Z | ++ 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 |
| 103 | 2026-06-26T04:07:13.819Z | ++ 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 |
| 104 | 2026-06-26T04:07:13.819Z | ++ 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 |
| 105 | 2026-06-26T04:07:13.819Z | ++ 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 |
| 106 | 2026-06-26T04:07:13.819Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 107 | 2026-06-26T04:07:13.819Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 108 | 2026-06-26T04:07:13.819Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-06-26T04:07:13.820Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-06-26T04:07:13.820Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-06-26T04:07:13.820Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-06-26T04:07:13.820Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-06-26T04:07:13.820Z | + cargo --version |
| 114 | 2026-06-26T04:07:13.828Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 115 | 2026-06-26T04:07:13.831Z | + rustc --version |
| 116 | 2026-06-26T04:07:13.851Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 117 | 2026-06-26T04:07:13.854Z | + banner prerequisites |
| 118 | 2026-06-26T04:07:13.857Z | |
| 119 | 2026-06-26T04:07:13.857Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-06-26T04:07:13.857Z | # # # # # # # # # # # # # # # |
| 121 | 2026-06-26T04:07:13.857Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-06-26T04:07:13.857Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-06-26T04:07:13.857Z | # # # # # # # # # # # # # # # |
| 124 | 2026-06-26T04:07:13.857Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-06-26T04:07:13.857Z | |
| 126 | 2026-06-26T04:07:13.857Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-06-26T04:07:15.362Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-26T04:07:15.471Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-26T04:07:15.976Z | Planning: Solver setup ... Done (0.459s) |
| 130 | 2026-06-26T04:07:16.003Z | Planning: Running solver ... Done (0.025s) |
| 131 | 2026-06-26T04:07:16.012Z | Planning: Finding local manifests ... Done (0.002s) |
| 132 | 2026-06-26T04:07:16.024Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-06-26T04:07:16.041Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-06-26T04:07:16.054Z | Planning: Package planning ... Done (0.014s) |
| 135 | 2026-06-26T04:07:16.058Z | Planning: Merging actions ... Done (0.002s) |
| 136 | 2026-06-26T04:07:16.222Z | Planning: Checking for conflicting actions ... Done (0.165s) |
| 137 | 2026-06-26T04:07:16.225Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-06-26T04:07:16.990Z | Planning: Evaluating mediators ... Done (0.767s) |
| 139 | 2026-06-26T04:07:16.994Z | Planning: Planning completed in 1.50 seconds |
| 140 | 2026-06-26T04:07:16.999Z | Packages to install: 2 |
| 141 | 2026-06-26T04:07:17.003Z | Estimated space available: 156.06 GB |
| 142 | 2026-06-26T04:07:17.004Z | Estimated space to be consumed: 30.96 MB |
| 143 | 2026-06-26T04:07:17.004Z | Create boot environment: No |
| 144 | 2026-06-26T04:07:17.004Z | Create backup boot environment: No |
| 145 | 2026-06-26T04:07:17.004Z | Rebuild boot archive: No |
| 146 | 2026-06-26T04:07:17.004Z | |
| 147 | 2026-06-26T04:07:17.004Z | Changed packages: |
| 148 | 2026-06-26T04:07:17.004Z | helios |
| 149 | 2026-06-26T04:07:17.004Z | developer/build-essential |
| 150 | 2026-06-26T04:07:17.004Z | None -> 11-3.0 |
| 151 | 2026-06-26T04:07:17.004Z | library/libxmlsec1 |
| 152 | 2026-06-26T04:07:17.004Z | None -> 1.2.35-3.0 |
| 153 | 2026-06-26T04:07:17.024Z | |
| 154 | 2026-06-26T04:07:17.024Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-06-26T04:07:17.613Z | Download: Completed 1.28 MB in 0.59 seconds (2.2M/s) |
| 156 | 2026-06-26T04:07:17.681Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-06-26T04:07:17.719Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-06-26T04:07:17.729Z | Finalize: Updating package state database ... Done (0.010s) |
| 159 | 2026-06-26T04:07:17.729Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-06-26T04:07:17.759Z | Finalize: Updating image state ... Done (0.029s) |
| 161 | 2026-06-26T04:07:20.192Z | Finalize: Creating fast lookup database ... Done (2.407s) |
| 162 | 2026-06-26T04:07:20.263Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-06-26T04:07:20.266Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-06-26T04:07:20.367Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-06-26T04:07:20.691Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-06-26T04:07:20.796Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-06-26T04:07:20.799Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-06-26T04:07:20.955Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-06-26T04:07:20.958Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-06-26T04:07:20.978Z | Mediators to change: 2 |
| 171 | 2026-06-26T04:07:20.978Z | Create boot environment: No |
| 172 | 2026-06-26T04:07:20.978Z | Create backup boot environment: No |
| 173 | 2026-06-26T04:07:21.025Z | Finalize: Updating package state database ... Done |
| 174 | 2026-06-26T04:07:21.025Z | Finalize: Updating package cache ... Done |
| 175 | 2026-06-26T04:07:21.040Z | Finalize: Updating image state ... Done |
| 176 | 2026-06-26T04:07:23.002Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-06-26T04:07:23.070Z | Finalize: Reading search index ... Done |
| 178 | 2026-06-26T04:07:23.073Z | Finalize: Updating search index ... Done |
| 179 | 2026-06-26T04:07:23.153Z | Finalize: Updating package cache ... Done |
| 180 | 2026-06-26T04:07:23.445Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-06-26T04:07:23.553Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-06-26T04:07:23.556Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-06-26T04:07:23.711Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-06-26T04:07:23.714Z | Planning: Planning completed in 0.27 seconds |
| 185 | 2026-06-26T04:07:23.734Z | Mediators to change: 1 |
| 186 | 2026-06-26T04:07:23.734Z | Create boot environment: No |
| 187 | 2026-06-26T04:07:23.734Z | Create backup boot environment: No |
| 188 | 2026-06-26T04:07:23.772Z | Finalize: Updating package state database ... Done |
| 189 | 2026-06-26T04:07:23.772Z | Finalize: Updating package cache ... Done |
| 190 | 2026-06-26T04:07:23.788Z | Finalize: Updating image state ... Done |
| 191 | 2026-06-26T04:07:25.737Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-06-26T04:07:25.823Z | Finalize: Reading search index ... Done |
| 193 | 2026-06-26T04:07:25.826Z | Finalize: Updating search index ... Done |
| 194 | 2026-06-26T04:07:25.863Z | Finalize: Updating package cache ... Done |
| 195 | 2026-06-26T04:07:26.176Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-06-26T04:07:26.176Z | apache system 2.4 system |
| 197 | 2026-06-26T04:07:26.176Z | clang system 15 system |
| 198 | 2026-06-26T04:07:26.176Z | csh system system illumos |
| 199 | 2026-06-26T04:07:26.176Z | ctags system system illumos |
| 200 | 2026-06-26T04:07:26.176Z | file vendor vendor darwinsys |
| 201 | 2026-06-26T04:07:26.176Z | file system system illumos |
| 202 | 2026-06-26T04:07:26.176Z | gcc vendor 14 vendor |
| 203 | 2026-06-26T04:07:26.176Z | gcc system 13 system |
| 204 | 2026-06-26T04:07:26.176Z | gcc system 10 system |
| 205 | 2026-06-26T04:07:26.176Z | go system 1.25 system |
| 206 | 2026-06-26T04:07:26.176Z | llvm system 15 system |
| 207 | 2026-06-26T04:07:26.176Z | mariadb system 11.4 system |
| 208 | 2026-06-26T04:07:26.176Z | mta vendor vendor dma |
| 209 | 2026-06-26T04:07:26.176Z | openjdk system 17 system |
| 210 | 2026-06-26T04:07:26.176Z | openjdk system 11 system |
| 211 | 2026-06-26T04:07:26.176Z | openssl vendor 3 vendor |
| 212 | 2026-06-26T04:07:26.176Z | perl system 5.40 system |
| 213 | 2026-06-26T04:07:26.176Z | postgresql system 18 system |
| 214 | 2026-06-26T04:07:26.176Z | postgresql system 17 system |
| 215 | 2026-06-26T04:07:26.176Z | python vendor 3 vendor |
| 216 | 2026-06-26T04:07:26.176Z | python system 2 system |
| 217 | 2026-06-26T04:07:26.176Z | python3 vendor 3.13 vendor |
| 218 | 2026-06-26T04:07:26.176Z | ruby system 3.4 system |
| 219 | 2026-06-26T04:07:26.176Z | ruby system 3.0 system |
| 220 | 2026-06-26T04:07:26.176Z | words vendor vendor american-english |
| 221 | 2026-06-26T04:07:26.177Z | words system system australian-english |
| 222 | 2026-06-26T04:07:26.177Z | words system system british-english |
| 223 | 2026-06-26T04:07:26.177Z | words system system canadian-english |
| 224 | 2026-06-26T04:07:26.177Z | words system system french |
| 225 | 2026-06-26T04:07:26.177Z | words system system italian |
| 226 | 2026-06-26T04:07:26.177Z | words system system ngerman |
| 227 | 2026-06-26T04:07:26.177Z | words system system ogerman |
| 228 | 2026-06-26T04:07:26.177Z | words system system spanish |
| 229 | 2026-06-26T04:07:26.435Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-06-26T04:07:26.435Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-06-26T04:07:26.748Z | FMRI IFO |
| 232 | 2026-06-26T04:07:26.748Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-06-26T04:07:26.748Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-06-26T04:07:26.749Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-06-26T04:07:26.749Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-06-26T04:07:26.749Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-06-26T04:07:26.749Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-06-26T04:07:26.749Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-06-26T04:07:26.749Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-06-26T04:07:26.749Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-06-26T04:07:27.005Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-06-26T04:07:27.309Z | Updating crates.io index |
| 243 | 2026-06-26T04:07:27.314Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-06-26T04:07:27.539Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-06-26T04:07:27.858Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-06-26T04:07:28.141Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-06-26T04:07:29.044Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-06-26T04:07:29.540Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-06-26T04:07:31.124Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-06-26T04:07:31.927Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-06-26T04:07:32.180Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-06-26T04:07:33.407Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-06-26T04:07:33.646Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-06-26T04:07:33.927Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-06-26T04:07:34.166Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-06-26T04:07:34.606Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-06-26T04:07:35.123Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-06-26T04:07:35.348Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 259 | 2026-06-26T04:07:35.801Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 260 | 2026-06-26T04:07:36.042Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 261 | 2026-06-26T04:07:36.352Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 262 | 2026-06-26T04:07:36.637Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 263 | 2026-06-26T04:07:36.869Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 264 | 2026-06-26T04:07:37.117Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 265 | 2026-06-26T04:07:37.372Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 266 | 2026-06-26T04:07:37.768Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 267 | 2026-06-26T04:07:38.135Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 268 | 2026-06-26T04:07:38.369Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 269 | 2026-06-26T04:07:38.770Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 270 | 2026-06-26T04:07:39.160Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 271 | 2026-06-26T04:07:39.453Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 272 | 2026-06-26T04:07:39.699Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 273 | 2026-06-26T04:07:39.970Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 274 | 2026-06-26T04:07:40.282Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 275 | 2026-06-26T04:07:40.646Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 276 | 2026-06-26T04:07:40.924Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 277 | 2026-06-26T04:07:41.213Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 278 | 2026-06-26T04:07:41.436Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 279 | 2026-06-26T04:07:41.750Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 280 | 2026-06-26T04:07:42.048Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 281 | 2026-06-26T04:07:42.316Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 282 | 2026-06-26T04:07:42.628Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 283 | 2026-06-26T04:07:42.899Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 284 | 2026-06-26T04:07:45.783Z | Downloading crates ... |
| 285 | 2026-06-26T04:07:45.862Z | Downloaded anyhow v1.0.102 |
| 286 | 2026-06-26T04:07:45.865Z | Downloaded tabled_derive v0.7.0 |
| 287 | 2026-06-26T04:07:45.868Z | Downloaded fs-err v3.3.0 |
| 288 | 2026-06-26T04:07:45.868Z | Downloaded byteorder v1.5.0 |
| 289 | 2026-06-26T04:07:45.874Z | Downloaded toml v0.8.23 |
| 290 | 2026-06-26T04:07:45.879Z | Downloaded erased-serde v0.4.9 |
| 291 | 2026-06-26T04:07:45.882Z | Downloaded usdt v0.5.0 |
| 292 | 2026-06-26T04:07:45.882Z | Downloaded textwrap v0.16.2 |
| 293 | 2026-06-26T04:07:45.886Z | Downloaded writeable v0.6.2 |
| 294 | 2026-06-26T04:07:45.891Z | Downloaded unicode-ident v1.0.24 |
| 295 | 2026-06-26T04:07:45.891Z | Downloaded fnv v1.0.7 |
| 296 | 2026-06-26T04:07:45.896Z | Downloaded anstyle v1.0.14 |
| 297 | 2026-06-26T04:07:45.897Z | Downloaded zerofrom-derive v0.1.6 |
| 298 | 2026-06-26T04:07:45.900Z | Downloaded zerocopy-derive v0.7.35 |
| 299 | 2026-06-26T04:07:45.900Z | Downloaded zmij v1.0.21 |
| 300 | 2026-06-26T04:07:45.900Z | Downloaded errno v0.3.14 |
| 301 | 2026-06-26T04:07:45.900Z | Downloaded icu_normalizer v2.1.1 |
| 302 | 2026-06-26T04:07:45.904Z | Downloaded yoke-derive v0.8.1 |
| 303 | 2026-06-26T04:07:45.904Z | Downloaded cargo_metadata v0.21.0 |
| 304 | 2026-06-26T04:07:45.904Z | Downloaded icu_properties v2.1.2 |
| 305 | 2026-06-26T04:07:45.909Z | Downloaded cpufeatures v0.2.17 |
| 306 | 2026-06-26T04:07:45.909Z | Downloaded zerovec v0.11.5 |
| 307 | 2026-06-26T04:07:45.923Z | Downloaded serde v1.0.228 |
| 308 | 2026-06-26T04:07:45.927Z | Downloaded yoke v0.8.1 |
| 309 | 2026-06-26T04:07:45.927Z | Downloaded zerotrie v0.2.3 |
| 310 | 2026-06-26T04:07:45.927Z | Downloaded icu_provider v2.1.1 |
| 311 | 2026-06-26T04:07:45.927Z | Downloaded camino-tempfile v1.4.1 |
| 312 | 2026-06-26T04:07:45.927Z | Downloaded typenum v1.19.0 |
| 313 | 2026-06-26T04:07:45.927Z | Downloaded icu_normalizer_data v2.1.1 |
| 314 | 2026-06-26T04:07:45.927Z | Downloaded block-buffer v0.10.4 |
| 315 | 2026-06-26T04:07:45.927Z | Downloaded thiserror-impl v1.0.69 |
| 316 | 2026-06-26T04:07:45.927Z | Downloaded anstyle-parse v1.0.0 |
| 317 | 2026-06-26T04:07:45.927Z | Downloaded thiserror v1.0.69 |
| 318 | 2026-06-26T04:07:45.934Z | Downloaded zerofrom v0.1.6 |
| 319 | 2026-06-26T04:07:45.934Z | Downloaded scroll_derive v0.12.1 |
| 320 | 2026-06-26T04:07:45.934Z | Downloaded percent-encoding v2.3.2 |
| 321 | 2026-06-26T04:07:45.934Z | Downloaded utf8parse v0.2.2 |
| 322 | 2026-06-26T04:07:45.937Z | Downloaded utf8_iter v1.0.4 |
| 323 | 2026-06-26T04:07:45.938Z | Downloaded idna_adapter v1.2.1 |
| 324 | 2026-06-26T04:07:45.938Z | Downloaded equivalent v1.0.2 |
| 325 | 2026-06-26T04:07:45.938Z | Downloaded crypto-common v0.1.7 |
| 326 | 2026-06-26T04:07:45.938Z | Downloaded pest_derive v2.8.6 |
| 327 | 2026-06-26T04:07:45.938Z | Downloaded terminal_size v0.4.3 |
| 328 | 2026-06-26T04:07:45.938Z | Downloaded form_urlencoded v1.2.2 |
| 329 | 2026-06-26T04:07:45.942Z | Downloaded toml_write v0.1.2 |
| 330 | 2026-06-26T04:07:45.942Z | Downloaded typeid v1.0.3 |
| 331 | 2026-06-26T04:07:45.942Z | Downloaded ordered-float v2.10.1 |
| 332 | 2026-06-26T04:07:45.945Z | Downloaded thiserror v2.0.18 |
| 333 | 2026-06-26T04:07:45.949Z | Downloaded icu_collections v2.1.1 |
| 334 | 2026-06-26T04:07:45.952Z | Downloaded anstream v1.0.0 |
| 335 | 2026-06-26T04:07:45.952Z | Downloaded version_check v0.9.5 |
| 336 | 2026-06-26T04:07:45.952Z | Downloaded unicode-xid v0.2.6 |
| 337 | 2026-06-26T04:07:45.952Z | Downloaded thread-id v4.2.2 |
| 338 | 2026-06-26T04:07:45.956Z | Downloaded usdt-attr-macro v0.5.0 |
| 339 | 2026-06-26T04:07:45.956Z | Downloaded stable_deref_trait v1.2.1 |
| 340 | 2026-06-26T04:07:45.956Z | Downloaded usdt-impl v0.5.0 |
| 341 | 2026-06-26T04:07:45.956Z | Downloaded serde-value v0.7.0 |
| 342 | 2026-06-26T04:07:45.956Z | Downloaded dtrace-parser v0.2.0 |
| 343 | 2026-06-26T04:07:45.956Z | Downloaded getrandom v0.4.1 |
| 344 | 2026-06-26T04:07:45.960Z | Downloaded usdt-macro v0.5.0 |
| 345 | 2026-06-26T04:07:45.964Z | Downloaded fastrand v2.3.0 |
| 346 | 2026-06-26T04:07:45.969Z | Downloaded toml_datetime v0.6.11 |
| 347 | 2026-06-26T04:07:45.969Z | Downloaded heck v0.5.0 |
| 348 | 2026-06-26T04:07:45.972Z | Downloaded zerovec-derive v0.11.2 |
| 349 | 2026-06-26T04:07:45.972Z | Downloaded unicode-linebreak v0.1.5 |
| 350 | 2026-06-26T04:07:45.972Z | Downloaded semver v1.0.28 |
| 351 | 2026-06-26T04:07:45.972Z | Downloaded ucd-trie v0.1.7 |
| 352 | 2026-06-26T04:07:45.972Z | Downloaded tinystr v0.8.2 |
| 353 | 2026-06-26T04:07:45.976Z | Downloaded serde_tokenstream v0.2.3 |
| 354 | 2026-06-26T04:07:45.976Z | Downloaded thiserror-impl v2.0.18 |
| 355 | 2026-06-26T04:07:45.981Z | Downloaded strsim v0.11.1 |
| 356 | 2026-06-26T04:07:45.984Z | Downloaded url v2.5.8 |
| 357 | 2026-06-26T04:07:45.984Z | Downloaded serde_spanned v0.6.9 |
| 358 | 2026-06-26T04:07:45.988Z | Downloaded colorchoice v1.0.4 |
| 359 | 2026-06-26T04:07:45.992Z | Downloaded dof v0.3.0 |
| 360 | 2026-06-26T04:07:45.995Z | Downloaded toml_edit v0.22.27 |
| 361 | 2026-06-26T04:07:45.999Z | Downloaded potential_utf v0.1.4 |
| 362 | 2026-06-26T04:07:46.000Z | Downloaded itoa v1.0.17 |
| 363 | 2026-06-26T04:07:46.000Z | Downloaded generic-array v0.14.7 |
| 364 | 2026-06-26T04:07:46.000Z | Downloaded digest v0.10.7 |
| 365 | 2026-06-26T04:07:46.006Z | Downloaded unicode-width v0.1.14 |
| 366 | 2026-06-26T04:07:46.006Z | Downloaded camino v1.2.2 |
| 367 | 2026-06-26T04:07:46.010Z | Downloaded cargo-platform v0.2.0 |
| 368 | 2026-06-26T04:07:46.010Z | Downloaded memmap v0.7.0 |
| 369 | 2026-06-26T04:07:46.010Z | Downloaded heck v0.4.1 |
| 370 | 2026-06-26T04:07:46.010Z | Downloaded zerocopy v0.7.35 |
| 371 | 2026-06-26T04:07:46.015Z | Downloaded macaddr v1.0.1 |
| 372 | 2026-06-26T04:07:46.019Z | Downloaded winnow v0.7.14 |
| 373 | 2026-06-26T04:07:46.025Z | Downloaded swrite v0.1.0 |
| 374 | 2026-06-26T04:07:46.025Z | Downloaded autocfg v1.5.0 |
| 375 | 2026-06-26T04:07:46.028Z | Downloaded unicode-width v0.2.0 |
| 376 | 2026-06-26T04:07:46.028Z | Downloaded synstructure v0.13.2 |
| 377 | 2026-06-26T04:07:46.031Z | Downloaded plain v0.2.3 |
| 378 | 2026-06-26T04:07:46.035Z | Downloaded cfg-if v1.0.4 |
| 379 | 2026-06-26T04:07:46.038Z | Downloaded proc-macro-error-attr v1.0.4 |
| 380 | 2026-06-26T04:07:46.038Z | Downloaded is_terminal_polyfill v1.70.2 |
| 381 | 2026-06-26T04:07:46.038Z | Downloaded clap_lex v1.0.0 |
| 382 | 2026-06-26T04:07:46.042Z | Downloaded anstyle-query v1.1.5 |
| 383 | 2026-06-26T04:07:46.048Z | Downloaded smawk v0.3.2 |
| 384 | 2026-06-26T04:07:46.063Z | Downloaded serde-untagged v0.1.9 |
| 385 | 2026-06-26T04:07:46.066Z | Downloaded cargo-util-schemas v0.8.2 |
| 386 | 2026-06-26T04:07:46.070Z | Downloaded scroll v0.12.0 |
| 387 | 2026-06-26T04:07:46.079Z | Downloaded cargo_toml v0.21.0 |
| 388 | 2026-06-26T04:07:46.086Z | Downloaded pretty-hex v0.4.1 |
| 389 | 2026-06-26T04:07:46.090Z | Downloaded displaydoc v0.2.5 |
| 390 | 2026-06-26T04:07:46.090Z | Downloaded log v0.4.29 |
| 391 | 2026-06-26T04:07:46.093Z | Downloaded bitflags v2.11.0 |
| 392 | 2026-06-26T04:07:46.093Z | Downloaded sha2 v0.10.9 |
| 393 | 2026-06-26T04:07:46.093Z | Downloaded bytecount v0.6.9 |
| 394 | 2026-06-26T04:07:46.097Z | Downloaded proc-macro-error v1.0.4 |
| 395 | 2026-06-26T04:07:46.097Z | Downloaded clap_derive v4.6.1 |
| 396 | 2026-06-26T04:07:46.097Z | Downloaded clap v4.6.1 |
| 397 | 2026-06-26T04:07:46.101Z | Downloaded once_cell v1.21.3 |
| 398 | 2026-06-26T04:07:46.104Z | Downloaded quote v1.0.45 |
| 399 | 2026-06-26T04:07:46.104Z | Downloaded smallvec v1.15.1 |
| 400 | 2026-06-26T04:07:46.111Z | Downloaded serde_derive v1.0.228 |
| 401 | 2026-06-26T04:07:46.121Z | Downloaded pest_generator v2.8.6 |
| 402 | 2026-06-26T04:07:46.125Z | Downloaded litemap v0.8.1 |
| 403 | 2026-06-26T04:07:46.125Z | Downloaded tempfile v3.25.0 |
| 404 | 2026-06-26T04:07:46.133Z | Downloaded papergrid v0.11.0 |
| 405 | 2026-06-26T04:07:46.136Z | Downloaded num-traits v0.2.19 |
| 406 | 2026-06-26T04:07:46.144Z | Downloaded proc-macro2 v1.0.106 |
| 407 | 2026-06-26T04:07:46.148Z | Downloaded serde_core v1.0.228 |
| 408 | 2026-06-26T04:07:46.169Z | Downloaded pest_meta v2.8.6 |
| 409 | 2026-06-26T04:07:46.173Z | Downloaded icu_locale_core v2.1.1 |
| 410 | 2026-06-26T04:07:46.196Z | Downloaded indexmap v2.14.0 |
| 411 | 2026-06-26T04:07:46.199Z | Downloaded memchr v2.8.0 |
| 412 | 2026-06-26T04:07:46.208Z | Downloaded clap_builder v4.6.0 |
| 413 | 2026-06-26T04:07:46.215Z | Downloaded goblin v0.8.2 |
| 414 | 2026-06-26T04:07:46.220Z | Downloaded idna v1.1.0 |
| 415 | 2026-06-26T04:07:46.223Z | Downloaded pest v2.8.6 |
| 416 | 2026-06-26T04:07:46.229Z | Downloaded hashbrown v0.17.0 |
| 417 | 2026-06-26T04:07:46.238Z | Downloaded serde_json v1.0.149 |
| 418 | 2026-06-26T04:07:46.241Z | Downloaded icu_properties_data v2.1.2 |
| 419 | 2026-06-26T04:07:46.249Z | Downloaded tabled v0.15.0 |
| 420 | 2026-06-26T04:07:46.271Z | Downloaded syn v1.0.109 |
| 421 | 2026-06-26T04:07:46.279Z | Downloaded syn v2.0.117 |
| 422 | 2026-06-26T04:07:46.304Z | Downloaded rustix v1.1.3 |
| 423 | 2026-06-26T04:07:46.336Z | Downloaded libc v0.2.185 |
| 424 | 2026-06-26T04:07:46.404Z | Compiling proc-macro2 v1.0.106 |
| 425 | 2026-06-26T04:07:46.405Z | Compiling quote v1.0.45 |
| 426 | 2026-06-26T04:07:46.405Z | Compiling unicode-ident v1.0.24 |
| 427 | 2026-06-26T04:07:46.409Z | Compiling serde_core v1.0.228 |
| 428 | 2026-06-26T04:07:46.410Z | Compiling libc v0.2.185 |
| 429 | 2026-06-26T04:07:46.410Z | Compiling version_check v0.9.5 |
| 430 | 2026-06-26T04:07:46.410Z | Compiling serde v1.0.228 |
| 431 | 2026-06-26T04:07:46.410Z | Compiling stable_deref_trait v1.2.1 |
| 432 | 2026-06-26T04:07:46.669Z | Compiling memchr v2.8.0 |
| 433 | 2026-06-26T04:07:46.709Z | Compiling zmij v1.0.21 |
| 434 | 2026-06-26T04:07:46.953Z | Compiling autocfg v1.5.0 |
| 435 | 2026-06-26T04:07:46.984Z | Compiling itoa v1.0.17 |
| 436 | 2026-06-26T04:07:47.029Z | Compiling thiserror v1.0.69 |
| 437 | 2026-06-26T04:07:47.178Z | Compiling ucd-trie v0.1.7 |
| 438 | 2026-06-26T04:07:47.329Z | Compiling pest v2.8.6 |
| 439 | 2026-06-26T04:07:47.368Z | Compiling writeable v0.6.2 |
| 440 | 2026-06-26T04:07:47.440Z | Compiling litemap v0.8.1 |
| 441 | 2026-06-26T04:07:47.456Z | Compiling rustix v1.1.3 |
| 442 | 2026-06-26T04:07:47.564Z | Compiling byteorder v1.5.0 |
| 443 | 2026-06-26T04:07:47.787Z | Compiling icu_properties_data v2.1.2 |
| 444 | 2026-06-26T04:07:47.801Z | Compiling syn v2.0.117 |
| 445 | 2026-06-26T04:07:47.815Z | Compiling icu_normalizer_data v2.1.1 |
| 446 | 2026-06-26T04:07:47.988Z | Compiling errno v0.3.14 |
| 447 | 2026-06-26T04:07:48.016Z | Compiling serde_json v1.0.149 |
| 448 | 2026-06-26T04:07:48.034Z | Compiling bitflags v2.11.0 |
| 449 | 2026-06-26T04:07:48.225Z | Compiling num-traits v0.2.19 |
| 450 | 2026-06-26T04:07:48.272Z | Compiling equivalent v1.0.2 |
| 451 | 2026-06-26T04:07:48.364Z | Compiling pest_meta v2.8.6 |
| 452 | 2026-06-26T04:07:48.423Z | Compiling smallvec v1.15.1 |
| 453 | 2026-06-26T04:07:48.451Z | Compiling typeid v1.0.3 |
| 454 | 2026-06-26T04:07:48.563Z | Compiling hashbrown v0.17.0 |
| 455 | 2026-06-26T04:07:48.763Z | Compiling thread-id v4.2.2 |
| 456 | 2026-06-26T04:07:48.833Z | Compiling usdt-impl v0.5.0 |
| 457 | 2026-06-26T04:07:48.849Z | Compiling proc-macro-error-attr v1.0.4 |
| 458 | 2026-06-26T04:07:48.865Z | Compiling toml_write v0.1.2 |
| 459 | 2026-06-26T04:07:49.036Z | Compiling indexmap v2.14.0 |
| 460 | 2026-06-26T04:07:49.039Z | Compiling winnow v0.7.14 |
| 461 | 2026-06-26T04:07:49.068Z | Compiling syn v1.0.109 |
| 462 | 2026-06-26T04:07:49.105Z | Compiling erased-serde v0.4.9 |
| 463 | 2026-06-26T04:07:49.586Z | Compiling proc-macro-error v1.0.4 |
| 464 | 2026-06-26T04:07:49.663Z | Compiling percent-encoding v2.3.2 |
| 465 | 2026-06-26T04:07:49.775Z | Compiling utf8_iter v1.0.4 |
| 466 | 2026-06-26T04:07:49.865Z | Compiling log v0.4.29 |
| 467 | 2026-06-26T04:07:49.941Z | Compiling plain v0.2.3 |
| 468 | 2026-06-26T04:07:49.967Z | Compiling camino v1.2.2 |
| 469 | 2026-06-26T04:07:50.049Z | Compiling getrandom v0.4.1 |
| 470 | 2026-06-26T04:07:50.067Z | Compiling thiserror v2.0.18 |
| 471 | 2026-06-26T04:07:50.069Z | Compiling utf8parse v0.2.2 |
| 472 | 2026-06-26T04:07:50.201Z | Compiling anstyle-parse v1.0.0 |
| 473 | 2026-06-26T04:07:50.333Z | Compiling ordered-float v2.10.1 |
| 474 | 2026-06-26T04:07:50.360Z | Compiling synstructure v0.13.2 |
| 475 | 2026-06-26T04:07:50.391Z | Compiling pest_generator v2.8.6 |
| 476 | 2026-06-26T04:07:50.445Z | Compiling form_urlencoded v1.2.2 |
| 477 | 2026-06-26T04:07:50.624Z | Compiling terminal_size v0.4.3 |
| 478 | 2026-06-26T04:07:50.766Z | Compiling colorchoice v1.0.4 |
| 479 | 2026-06-26T04:07:50.915Z | Compiling pretty-hex v0.4.1 |
| 480 | 2026-06-26T04:07:50.932Z | Compiling anstyle v1.0.14 |
| 481 | 2026-06-26T04:07:51.021Z | Compiling is_terminal_polyfill v1.70.2 |
| 482 | 2026-06-26T04:07:51.063Z | Compiling anstyle-query v1.1.5 |
| 483 | 2026-06-26T04:07:51.080Z | Compiling cfg-if v1.0.4 |
| 484 | 2026-06-26T04:07:51.080Z | Compiling serde-untagged v0.1.9 |
| 485 | 2026-06-26T04:07:51.168Z | Compiling anstream v1.0.0 |
| 486 | 2026-06-26T04:07:51.201Z | Compiling semver v1.0.28 |
| 487 | 2026-06-26T04:07:51.336Z | Compiling fs-err v3.3.0 |
| 488 | 2026-06-26T04:07:51.354Z | Compiling clap_lex v1.0.0 |
| 489 | 2026-06-26T04:07:51.505Z | Compiling fastrand v2.3.0 |
| 490 | 2026-06-26T04:07:51.528Z | Compiling fnv v1.0.7 |
| 491 | 2026-06-26T04:07:51.547Z | Compiling heck v0.4.1 |
| 492 | 2026-06-26T04:07:51.585Z | Compiling once_cell v1.21.3 |
| 493 | 2026-06-26T04:07:51.601Z | Compiling unicode-width v0.1.14 |
| 494 | 2026-06-26T04:07:51.631Z | Compiling unicode-xid v0.2.6 |
| 495 | 2026-06-26T04:07:51.777Z | Compiling anyhow v1.0.102 |
| 496 | 2026-06-26T04:07:51.780Z | Compiling heck v0.5.0 |
| 497 | 2026-06-26T04:07:51.808Z | Compiling strsim v0.11.1 |
| 498 | 2026-06-26T04:07:51.877Z | Compiling bytecount v0.6.9 |
| 499 | 2026-06-26T04:07:52.020Z | Compiling clap_builder v4.6.0 |
| 500 | 2026-06-26T04:07:52.037Z | Compiling papergrid v0.11.0 |
| 501 | 2026-06-26T04:07:52.065Z | Compiling tempfile v3.25.0 |
| 502 | 2026-06-26T04:07:52.107Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-06-26T04:07:52.171Z | Compiling zerofrom-derive v0.1.6 |
| 504 | 2026-06-26T04:07:52.301Z | Compiling yoke-derive v0.8.1 |
| 505 | 2026-06-26T04:07:52.445Z | Compiling zerovec-derive v0.11.2 |
| 506 | 2026-06-26T04:07:52.659Z | Compiling displaydoc v0.2.5 |
| 507 | 2026-06-26T04:07:53.401Z | Compiling thiserror-impl v1.0.69 |
| 508 | 2026-06-26T04:07:53.444Z | Compiling zerocopy-derive v0.7.35 |
| 509 | 2026-06-26T04:07:53.462Z | Compiling pest_derive v2.8.6 |
| 510 | 2026-06-26T04:07:53.527Z | Compiling zerofrom v0.1.6 |
| 511 | 2026-06-26T04:07:53.543Z | Compiling scroll_derive v0.12.1 |
| 512 | 2026-06-26T04:07:53.659Z | Compiling yoke v0.8.1 |
| 513 | 2026-06-26T04:07:53.860Z | Compiling zerovec v0.11.5 |
| 514 | 2026-06-26T04:07:53.893Z | Compiling zerotrie v0.2.3 |
| 515 | 2026-06-26T04:07:54.198Z | Compiling thiserror-impl v2.0.18 |
| 516 | 2026-06-26T04:07:54.202Z | Compiling scroll v0.12.0 |
| 517 | 2026-06-26T04:07:54.317Z | Compiling tinystr v0.8.2 |
| 518 | 2026-06-26T04:07:54.374Z | Compiling potential_utf v0.1.4 |
| 519 | 2026-06-26T04:07:54.495Z | Compiling icu_locale_core v2.1.1 |
| 520 | 2026-06-26T04:07:54.527Z | Compiling icu_collections v2.1.1 |
| 521 | 2026-06-26T04:07:54.547Z | Compiling zerocopy v0.7.35 |
| 522 | 2026-06-26T04:07:54.756Z | Compiling dtrace-parser v0.2.0 |
| 523 | 2026-06-26T04:07:55.035Z | Compiling goblin v0.8.2 |
| 524 | 2026-06-26T04:07:55.096Z | Compiling icu_provider v2.1.1 |
| 525 | 2026-06-26T04:07:55.113Z | Compiling tabled_derive v0.7.0 |
| 526 | 2026-06-26T04:07:55.362Z | Compiling icu_properties v2.1.2 |
| 527 | 2026-06-26T04:07:55.394Z | Compiling icu_normalizer v2.1.1 |
| 528 | 2026-06-26T04:07:55.500Z | Compiling serde_spanned v0.6.9 |
| 529 | 2026-06-26T04:07:55.516Z | Compiling toml_datetime v0.6.11 |
| 530 | 2026-06-26T04:07:55.539Z | Compiling dof v0.3.0 |
| 531 | 2026-06-26T04:07:55.556Z | Compiling serde_tokenstream v0.2.3 |
| 532 | 2026-06-26T04:07:55.771Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-06-26T04:07:55.787Z | Compiling serde-value v0.7.0 |
| 534 | 2026-06-26T04:07:55.968Z | Compiling cargo-platform v0.2.0 |
| 535 | 2026-06-26T04:07:55.988Z | Compiling clap_derive v4.6.1 |
| 536 | 2026-06-26T04:07:56.199Z | Compiling memmap v0.7.0 |
| 537 | 2026-06-26T04:07:56.217Z | Compiling unicode-width v0.2.0 |
| 538 | 2026-06-26T04:07:56.247Z | Compiling unicode-linebreak v0.1.5 |
| 539 | 2026-06-26T04:07:56.390Z | Compiling idna_adapter v1.2.1 |
| 540 | 2026-06-26T04:07:56.510Z | Compiling smawk v0.3.2 |
| 541 | 2026-06-26T04:07:56.532Z | Compiling idna v1.1.0 |
| 542 | 2026-06-26T04:07:56.559Z | Compiling tabled v0.15.0 |
| 543 | 2026-06-26T04:07:56.566Z | Compiling usdt-macro v0.5.0 |
| 544 | 2026-06-26T04:07:56.638Z | Compiling usdt-attr-macro v0.5.0 |
| 545 | 2026-06-26T04:07:56.797Z | Compiling textwrap v0.16.2 |
| 546 | 2026-06-26T04:07:57.197Z | Compiling url v2.5.8 |
| 547 | 2026-06-26T04:07:57.209Z | Compiling macaddr v1.0.1 |
| 548 | 2026-06-26T04:07:57.295Z | Compiling toml v0.8.23 |
| 549 | 2026-06-26T04:07:57.692Z | Compiling cargo-util-schemas v0.8.2 |
| 550 | 2026-06-26T04:07:57.782Z | Compiling clap v4.6.1 |
| 551 | 2026-06-26T04:07:57.942Z | Compiling cargo_toml v0.21.0 |
| 552 | 2026-06-26T04:07:57.969Z | Compiling camino-tempfile v1.4.1 |
| 553 | 2026-06-26T04:07:58.142Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 554 | 2026-06-26T04:07:58.165Z | Compiling usdt v0.5.0 |
| 555 | 2026-06-26T04:07:58.401Z | Compiling swrite v0.1.0 |
| 556 | 2026-06-26T04:07:58.638Z | Compiling cargo_metadata v0.21.0 |
| 557 | 2026-06-26T04:07:59.570Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 558 | 2026-06-26T04:08:01.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.82s |
| 559 | 2026-06-26T04:08:01.879Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 560 | 2026-06-26T04:08:02.394Z | Downloading crates ... |
| 561 | 2026-06-26T04:08:02.502Z | Downloaded ascii-canvas v3.0.0 |
| 562 | 2026-06-26T04:08:02.511Z | Downloaded bit-set v0.8.0 |
| 563 | 2026-06-26T04:08:02.514Z | Downloaded ahash v0.8.12 |
| 564 | 2026-06-26T04:08:02.514Z | Downloaded cfg_aliases v0.1.1 |
| 565 | 2026-06-26T04:08:02.518Z | Downloaded bitfield v0.19.4 |
| 566 | 2026-06-26T04:08:02.521Z | Downloaded async-stream v0.3.6 |
| 567 | 2026-06-26T04:08:02.530Z | Downloaded anstream v0.6.21 |
| 568 | 2026-06-26T04:08:02.533Z | Downloaded cbc v0.1.2 |
| 569 | 2026-06-26T04:08:02.535Z | Downloaded async-bb8-diesel v0.2.1 |
| 570 | 2026-06-26T04:08:02.543Z | Downloaded crc8 v0.1.1 |
| 571 | 2026-06-26T04:08:02.546Z | Downloaded bytes v1.11.1 |
| 572 | 2026-06-26T04:08:02.546Z | Downloaded base64 v0.22.1 |
| 573 | 2026-06-26T04:08:02.549Z | Downloaded async-compression v0.4.41 |
| 574 | 2026-06-26T04:08:02.555Z | Downloaded darling_macro v0.20.11 |
| 575 | 2026-06-26T04:08:02.559Z | Downloaded foldhash v0.2.0 |
| 576 | 2026-06-26T04:08:02.559Z | Downloaded blowfish v0.9.1 |
| 577 | 2026-06-26T04:08:02.559Z | Downloaded atomicwrites v0.4.4 |
| 578 | 2026-06-26T04:08:02.559Z | Downloaded dirs-next v2.0.0 |
| 579 | 2026-06-26T04:08:02.562Z | Downloaded arrayvec v0.7.6 |
| 580 | 2026-06-26T04:08:02.562Z | Downloaded async-recursion v1.1.1 |
| 581 | 2026-06-26T04:08:02.562Z | Downloaded bcs v0.1.6 |
| 582 | 2026-06-26T04:08:02.566Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 583 | 2026-06-26T04:08:02.566Z | Downloaded cstr-argument v0.1.2 |
| 584 | 2026-06-26T04:08:02.566Z | Downloaded crossbeam-deque v0.8.6 |
| 585 | 2026-06-26T04:08:02.570Z | Downloaded block-padding v0.3.3 |
| 586 | 2026-06-26T04:08:02.570Z | Downloaded aws-lc-rs v1.16.3 |
| 587 | 2026-06-26T04:08:02.574Z | Downloaded embedded-io v0.4.0 |
| 588 | 2026-06-26T04:08:02.577Z | Downloaded assert_matches v1.5.0 |
| 589 | 2026-06-26T04:08:02.577Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 590 | 2026-06-26T04:08:02.577Z | Downloaded bb8 v0.8.6 |
| 591 | 2026-06-26T04:08:02.580Z | Downloaded darling v0.20.11 |
| 592 | 2026-06-26T04:08:02.583Z | Downloaded foreign-types-shared v0.1.1 |
| 593 | 2026-06-26T04:08:02.583Z | Downloaded bitfield-macros v0.19.4 |
| 594 | 2026-06-26T04:08:02.583Z | Downloaded argon2 v0.5.3 |
| 595 | 2026-06-26T04:08:02.586Z | Downloaded base64 v0.21.7 |
| 596 | 2026-06-26T04:08:02.588Z | Downloaded document-features v0.2.12 |
| 597 | 2026-06-26T04:08:02.588Z | Downloaded dtrace-parser v0.3.0 |
| 598 | 2026-06-26T04:08:02.591Z | Downloaded atomic-waker v1.1.2 |
| 599 | 2026-06-26T04:08:02.592Z | Downloaded derive-ex v0.1.8 |
| 600 | 2026-06-26T04:08:02.592Z | Downloaded darling_macro v0.23.0 |
| 601 | 2026-06-26T04:08:02.592Z | Downloaded ctr v0.9.2 |
| 602 | 2026-06-26T04:08:02.594Z | Downloaded backon v1.6.0 |
| 603 | 2026-06-26T04:08:02.597Z | Downloaded crucible-workspace-hack v0.1.0 |
| 604 | 2026-06-26T04:08:02.597Z | Downloaded cfg_aliases v0.2.1 |
| 605 | 2026-06-26T04:08:02.597Z | Downloaded debug-ignore v1.0.5 |
| 606 | 2026-06-26T04:08:02.600Z | Downloaded adler2 v2.0.1 |
| 607 | 2026-06-26T04:08:02.600Z | Downloaded arrayref v0.3.9 |
| 608 | 2026-06-26T04:08:02.603Z | Downloaded defmt v1.0.1 |
| 609 | 2026-06-26T04:08:02.603Z | Downloaded data-encoding v2.10.0 |
| 610 | 2026-06-26T04:08:02.606Z | Downloaded compression-core v0.4.31 |
| 611 | 2026-06-26T04:08:02.607Z | Downloaded filetime v0.2.27 |
| 612 | 2026-06-26T04:08:02.607Z | Downloaded csv-core v0.1.13 |
| 613 | 2026-06-26T04:08:02.610Z | Downloaded cargo-platform v0.3.2 |
| 614 | 2026-06-26T04:08:02.610Z | Downloaded ciborium-io v0.2.2 |
| 615 | 2026-06-26T04:08:02.610Z | Downloaded atty v0.2.14 |
| 616 | 2026-06-26T04:08:02.615Z | Downloaded array-init v0.0.4 |
| 617 | 2026-06-26T04:08:02.615Z | Downloaded ecdsa v0.16.9 |
| 618 | 2026-06-26T04:08:02.615Z | Downloaded daft v0.1.7 |
| 619 | 2026-06-26T04:08:02.618Z | Downloaded async-stream-impl v0.3.6 |
| 620 | 2026-06-26T04:08:02.618Z | Downloaded aead v0.5.2 |
| 621 | 2026-06-26T04:08:02.618Z | Downloaded derive_builder_macro v0.20.2 |
| 622 | 2026-06-26T04:08:02.618Z | Downloaded derive_builder v0.20.2 |
| 623 | 2026-06-26T04:08:02.621Z | Downloaded darling_macro v0.21.3 |
| 624 | 2026-06-26T04:08:02.624Z | Downloaded anstyle-parse v0.2.7 |
| 625 | 2026-06-26T04:08:02.626Z | Downloaded base16ct v0.2.0 |
| 626 | 2026-06-26T04:08:02.627Z | Downloaded bit-vec v0.8.0 |
| 627 | 2026-06-26T04:08:02.627Z | Downloaded defmt-parser v1.0.0 |
| 628 | 2026-06-26T04:08:02.630Z | Downloaded fixedbitset v0.5.7 |
| 629 | 2026-06-26T04:08:02.634Z | Downloaded enum-as-inner v0.6.1 |
| 630 | 2026-06-26T04:08:02.637Z | Downloaded float-cmp v0.10.0 |
| 631 | 2026-06-26T04:08:02.637Z | Downloaded dsl_auto_type v0.2.0 |
| 632 | 2026-06-26T04:08:02.640Z | Downloaded crc-catalog v2.4.0 |
| 633 | 2026-06-26T04:08:02.640Z | Downloaded bit-set v0.5.3 |
| 634 | 2026-06-26T04:08:02.640Z | Downloaded cpufeatures v0.3.0 |
| 635 | 2026-06-26T04:08:02.643Z | Downloaded backoff v0.4.0 |
| 636 | 2026-06-26T04:08:02.646Z | Downloaded darling v0.23.0 |
| 637 | 2026-06-26T04:08:02.649Z | Downloaded der_derive v0.7.3 |
| 638 | 2026-06-26T04:08:02.652Z | Downloaded defmt-macros v1.0.1 |
| 639 | 2026-06-26T04:08:02.652Z | Downloaded critical-section v1.2.0 |
| 640 | 2026-06-26T04:08:02.654Z | Downloaded chacha20 v0.9.1 |
| 641 | 2026-06-26T04:08:02.654Z | Downloaded cargo_metadata v0.23.1 |
| 642 | 2026-06-26T04:08:02.657Z | Downloaded blake2 v0.10.6 |
| 643 | 2026-06-26T04:08:02.657Z | Downloaded bitflags v1.3.2 |
| 644 | 2026-06-26T04:08:02.660Z | Downloaded dunce v1.0.5 |
| 645 | 2026-06-26T04:08:02.660Z | Downloaded convert_case v0.4.0 |
| 646 | 2026-06-26T04:08:02.660Z | Downloaded bit-vec v0.6.3 |
| 647 | 2026-06-26T04:08:02.663Z | Downloaded flagset v0.4.7 |
| 648 | 2026-06-26T04:08:02.663Z | Downloaded downcast-rs v2.0.2 |
| 649 | 2026-06-26T04:08:02.663Z | Downloaded foreign-types v0.5.0 |
| 650 | 2026-06-26T04:08:02.666Z | Downloaded float-ord v0.3.2 |
| 651 | 2026-06-26T04:08:02.666Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 652 | 2026-06-26T04:08:02.666Z | Downloaded darling_macro v0.13.4 |
| 653 | 2026-06-26T04:08:02.667Z | Downloaded embedded-io v0.6.1 |
| 654 | 2026-06-26T04:08:02.670Z | Downloaded funty v2.0.0 |
| 655 | 2026-06-26T04:08:02.670Z | Downloaded dirs-sys-next v0.1.2 |
| 656 | 2026-06-26T04:08:02.670Z | Downloaded foreign-types-macros v0.2.3 |
| 657 | 2026-06-26T04:08:02.670Z | Downloaded endian-type v0.1.2 |
| 658 | 2026-06-26T04:08:02.670Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 659 | 2026-06-26T04:08:02.673Z | Downloaded const_format_proc_macros v0.2.34 |
| 660 | 2026-06-26T04:08:02.673Z | Downloaded crunchy v0.2.4 |
| 661 | 2026-06-26T04:08:02.676Z | Downloaded cobs v0.3.0 |
| 662 | 2026-06-26T04:08:02.676Z | Downloaded ciborium-ll v0.2.2 |
| 663 | 2026-06-26T04:08:02.679Z | Downloaded defmt v0.3.100 |
| 664 | 2026-06-26T04:08:02.681Z | Downloaded difflib v0.4.0 |
| 665 | 2026-06-26T04:08:02.681Z | Downloaded foreign-types v0.3.2 |
| 666 | 2026-06-26T04:08:02.681Z | Downloaded display-error-chain v0.2.2 |
| 667 | 2026-06-26T04:08:02.684Z | Downloaded castaway v0.2.4 |
| 668 | 2026-06-26T04:08:02.684Z | Downloaded crc v3.4.0 |
| 669 | 2026-06-26T04:08:02.688Z | Downloaded env_filter v1.0.0 |
| 670 | 2026-06-26T04:08:02.691Z | Downloaded hash32 v0.2.1 |
| 671 | 2026-06-26T04:08:02.691Z | Downloaded futures-io v0.3.32 |
| 672 | 2026-06-26T04:08:02.694Z | Downloaded colored v3.1.1 |
| 673 | 2026-06-26T04:08:02.694Z | Downloaded des v0.8.1 |
| 674 | 2026-06-26T04:08:02.698Z | Downloaded cmake v0.1.57 |
| 675 | 2026-06-26T04:08:02.698Z | Downloaded cipher v0.4.4 |
| 676 | 2026-06-26T04:08:02.701Z | Downloaded ed25519 v2.2.3 |
| 677 | 2026-06-26T04:08:02.701Z | Downloaded darling v0.13.4 |
| 678 | 2026-06-26T04:08:02.704Z | Downloaded env_logger v0.11.9 |
| 679 | 2026-06-26T04:08:02.704Z | Downloaded crc-any v2.5.0 |
| 680 | 2026-06-26T04:08:02.707Z | Downloaded drift v0.2.0 |
| 681 | 2026-06-26T04:08:02.710Z | Downloaded git-stub v1.0.0 |
| 682 | 2026-06-26T04:08:02.713Z | Downloaded gethostname v0.5.0 |
| 683 | 2026-06-26T04:08:02.713Z | Downloaded globwalk v0.9.1 |
| 684 | 2026-06-26T04:08:02.716Z | Downloaded dyn-clone v1.0.20 |
| 685 | 2026-06-26T04:08:02.716Z | Downloaded ghash v0.5.1 |
| 686 | 2026-06-26T04:08:02.716Z | Downloaded fxhash v0.2.1 |
| 687 | 2026-06-26T04:08:02.716Z | Downloaded futures-sink v0.3.32 |
| 688 | 2026-06-26T04:08:02.719Z | Downloaded futures-macro v0.3.32 |
| 689 | 2026-06-26T04:08:02.719Z | Downloaded futures-core v0.3.32 |
| 690 | 2026-06-26T04:08:02.719Z | Downloaded fixedbitset v0.4.2 |
| 691 | 2026-06-26T04:08:02.722Z | Downloaded der v0.7.10 |
| 692 | 2026-06-26T04:08:02.725Z | Downloaded hex v0.4.3 |
| 693 | 2026-06-26T04:08:02.725Z | Downloaded darling_core v0.21.3 |
| 694 | 2026-06-26T04:08:02.729Z | Downloaded hostname v0.3.1 |
| 695 | 2026-06-26T04:08:02.729Z | Downloaded convert_case v0.10.0 |
| 696 | 2026-06-26T04:08:02.732Z | Downloaded buf-list v1.1.2 |
| 697 | 2026-06-26T04:08:02.732Z | Downloaded hex-literal v0.4.1 |
| 698 | 2026-06-26T04:08:02.732Z | Downloaded headers-core v0.3.0 |
| 699 | 2026-06-26T04:08:02.735Z | Downloaded dof v0.4.0 |
| 700 | 2026-06-26T04:08:02.735Z | Downloaded constant_time_eq v0.4.2 |
| 701 | 2026-06-26T04:08:02.735Z | Downloaded http-body v1.0.1 |
| 702 | 2026-06-26T04:08:02.735Z | Downloaded foreign-types-shared v0.3.1 |
| 703 | 2026-06-26T04:08:02.738Z | Downloaded cexpr v0.6.0 |
| 704 | 2026-06-26T04:08:02.738Z | Downloaded bitfield-struct v0.6.2 |
| 705 | 2026-06-26T04:08:02.738Z | Downloaded daft-derive v0.1.7 |
| 706 | 2026-06-26T04:08:02.741Z | Downloaded foldhash v0.1.5 |
| 707 | 2026-06-26T04:08:02.745Z | Downloaded async-trait v0.1.89 |
| 708 | 2026-06-26T04:08:02.745Z | Downloaded find-msvc-tools v0.1.9 |
| 709 | 2026-06-26T04:08:02.748Z | Downloaded ff v0.13.1 |
| 710 | 2026-06-26T04:08:02.748Z | Downloaded camino-tempfile-ext v0.3.3 |
| 711 | 2026-06-26T04:08:02.748Z | Downloaded futures-task v0.3.32 |
| 712 | 2026-06-26T04:08:02.751Z | Downloaded either v1.15.0 |
| 713 | 2026-06-26T04:08:02.751Z | Downloaded compression-codecs v0.4.37 |
| 714 | 2026-06-26T04:08:02.754Z | Downloaded erased-serde v0.3.31 |
| 715 | 2026-06-26T04:08:02.754Z | Downloaded hostname v0.4.2 |
| 716 | 2026-06-26T04:08:02.754Z | Downloaded hubpack v0.1.2 |
| 717 | 2026-06-26T04:08:02.757Z | Downloaded deranged v0.5.8 |
| 718 | 2026-06-26T04:08:02.757Z | Downloaded cassowary v0.3.0 |
| 719 | 2026-06-26T04:08:02.760Z | Downloaded derive_more v0.99.20 |
| 720 | 2026-06-26T04:08:02.762Z | Downloaded cancel-safe-futures v0.1.5 |
| 721 | 2026-06-26T04:08:02.762Z | Downloaded fallible-iterator v0.2.0 |
| 722 | 2026-06-26T04:08:02.765Z | Downloaded diesel-dtrace v0.5.0 |
| 723 | 2026-06-26T04:08:02.765Z | Downloaded group v0.13.0 |
| 724 | 2026-06-26T04:08:02.768Z | Downloaded git-stub-vcs v0.1.0 |
| 725 | 2026-06-26T04:08:02.768Z | Downloaded hyper-tls v0.6.0 |
| 726 | 2026-06-26T04:08:02.768Z | Downloaded ciborium v0.2.2 |
| 727 | 2026-06-26T04:08:02.772Z | Downloaded console v0.15.11 |
| 728 | 2026-06-26T04:08:02.772Z | Downloaded hubpack_derive v0.1.1 |
| 729 | 2026-06-26T04:08:02.772Z | Downloaded http-range v0.1.5 |
| 730 | 2026-06-26T04:08:02.775Z | Downloaded fd-lock v4.0.4 |
| 731 | 2026-06-26T04:08:02.775Z | Downloaded hash32 v0.3.1 |
| 732 | 2026-06-26T04:08:02.775Z | Downloaded fs_extra v1.3.0 |
| 733 | 2026-06-26T04:08:02.778Z | Downloaded globset v0.4.18 |
| 734 | 2026-06-26T04:08:02.778Z | Downloaded ena v0.14.4 |
| 735 | 2026-06-26T04:08:02.781Z | Downloaded bzip2 v0.6.1 |
| 736 | 2026-06-26T04:08:02.781Z | Downloaded chacha20 v0.10.0 |
| 737 | 2026-06-26T04:08:02.784Z | Downloaded bzip2 v0.4.4 |
| 738 | 2026-06-26T04:08:02.784Z | Downloaded crossbeam-utils v0.8.21 |
| 739 | 2026-06-26T04:08:02.804Z | Downloaded byte-wrapper v0.1.0 |
| 740 | 2026-06-26T04:08:02.805Z | Downloaded const-oid v0.9.6 |
| 741 | 2026-06-26T04:08:02.805Z | Downloaded crypto-bigint v0.5.5 |
| 742 | 2026-06-26T04:08:02.805Z | Downloaded keccak v0.1.6 |
| 743 | 2026-06-26T04:08:02.805Z | Downloaded indent_write v2.2.0 |
| 744 | 2026-06-26T04:08:02.805Z | Downloaded is-terminal v0.4.17 |
| 745 | 2026-06-26T04:08:02.805Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 746 | 2026-06-26T04:08:02.805Z | Downloaded illumos-nvpair v0.3.0 |
| 747 | 2026-06-26T04:08:02.805Z | Downloaded indoc v1.0.9 |
| 748 | 2026-06-26T04:08:02.805Z | Downloaded is_ci v1.2.0 |
| 749 | 2026-06-26T04:08:02.805Z | Downloaded instability v0.3.11 |
| 750 | 2026-06-26T04:08:02.805Z | Downloaded httpdate v1.0.3 |
| 751 | 2026-06-26T04:08:02.805Z | Downloaded futures-channel v0.3.32 |
| 752 | 2026-06-26T04:08:02.805Z | Downloaded instant v0.1.13 |
| 753 | 2026-06-26T04:08:02.809Z | Downloaded ident_case v1.0.1 |
| 754 | 2026-06-26T04:08:02.809Z | Downloaded corncobs v0.1.4 |
| 755 | 2026-06-26T04:08:02.809Z | Downloaded cookie_store v0.22.1 |
| 756 | 2026-06-26T04:08:02.809Z | Downloaded futures-executor v0.3.32 |
| 757 | 2026-06-26T04:08:02.809Z | Downloaded fs-err v2.11.0 |
| 758 | 2026-06-26T04:08:02.809Z | Downloaded lalrpop-util v0.19.12 |
| 759 | 2026-06-26T04:08:02.812Z | Downloaded getrandom v0.2.17 |
| 760 | 2026-06-26T04:08:02.812Z | Downloaded darling v0.21.3 |
| 761 | 2026-06-26T04:08:02.815Z | Downloaded libscf-sys v1.1.0 |
| 762 | 2026-06-26T04:08:02.815Z | Downloaded compact_str v0.8.1 |
| 763 | 2026-06-26T04:08:02.818Z | Downloaded colored v2.2.0 |
| 764 | 2026-06-26T04:08:02.818Z | Downloaded kstat-rs v0.2.4 |
| 765 | 2026-06-26T04:08:02.822Z | Downloaded darling_core v0.20.11 |
| 766 | 2026-06-26T04:08:02.825Z | Downloaded lru v0.12.5 |
| 767 | 2026-06-26T04:08:02.825Z | Downloaded clang-sys v1.8.1 |
| 768 | 2026-06-26T04:08:02.825Z | Downloaded lru-slab v0.1.2 |
| 769 | 2026-06-26T04:08:02.828Z | Downloaded humantime v2.3.0 |
| 770 | 2026-06-26T04:08:02.828Z | Downloaded http-body-util v0.1.3 |
| 771 | 2026-06-26T04:08:02.828Z | Downloaded glob v0.3.3 |
| 772 | 2026-06-26T04:08:02.831Z | Downloaded cookie v0.18.1 |
| 773 | 2026-06-26T04:08:02.831Z | Downloaded home v0.5.12 |
| 774 | 2026-06-26T04:08:02.834Z | Downloaded ar_archive_writer v0.5.1 |
| 775 | 2026-06-26T04:08:02.834Z | Downloaded derive-where v1.6.0 |
| 776 | 2026-06-26T04:08:02.837Z | Downloaded lru-cache v0.1.2 |
| 777 | 2026-06-26T04:08:02.837Z | Downloaded internet-checksum v0.2.1 |
| 778 | 2026-06-26T04:08:02.840Z | Downloaded lazy_static v1.5.0 |
| 779 | 2026-06-26T04:08:02.840Z | Downloaded new_debug_unreachable v1.0.6 |
| 780 | 2026-06-26T04:08:02.840Z | Downloaded crc32fast v1.5.0 |
| 781 | 2026-06-26T04:08:02.843Z | Downloaded console v0.16.2 |
| 782 | 2026-06-26T04:08:02.843Z | Downloaded allocator-api2 v0.2.21 |
| 783 | 2026-06-26T04:08:02.846Z | Downloaded maplit v1.0.2 |
| 784 | 2026-06-26T04:08:02.846Z | Downloaded diff v0.1.13 |
| 785 | 2026-06-26T04:08:02.849Z | Downloaded crossbeam-epoch v0.9.18 |
| 786 | 2026-06-26T04:08:02.849Z | Downloaded ipnet v2.11.0 |
| 787 | 2026-06-26T04:08:02.849Z | Downloaded derive_builder_core v0.20.2 |
| 788 | 2026-06-26T04:08:02.852Z | Downloaded base64ct v1.8.3 |
| 789 | 2026-06-26T04:08:02.855Z | Downloaded multimap v0.10.1 |
| 790 | 2026-06-26T04:08:02.855Z | Downloaded inout v0.1.4 |
| 791 | 2026-06-26T04:08:02.855Z | Downloaded hyper-staticfile v0.10.1 |
| 792 | 2026-06-26T04:08:02.858Z | Downloaded normalize-line-endings v0.3.0 |
| 793 | 2026-06-26T04:08:02.858Z | Downloaded newline-converter v0.3.0 |
| 794 | 2026-06-26T04:08:02.858Z | Downloaded ingot v0.1.1 |
| 795 | 2026-06-26T04:08:02.861Z | Downloaded highway v1.3.0 |
| 796 | 2026-06-26T04:08:02.861Z | Downloaded libloading v0.8.9 |
| 797 | 2026-06-26T04:08:02.864Z | Downloaded md5 v0.7.0 |
| 798 | 2026-06-26T04:08:02.864Z | Downloaded linked-hash-map v0.5.6 |
| 799 | 2026-06-26T04:08:02.864Z | Downloaded lzss v0.8.2 |
| 800 | 2026-06-26T04:08:02.868Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 801 | 2026-06-26T04:08:02.868Z | Downloaded futures v0.3.32 |
| 802 | 2026-06-26T04:08:02.872Z | Downloaded ipnetwork v0.21.1 |
| 803 | 2026-06-26T04:08:02.876Z | Downloaded indoc v2.0.7 |
| 804 | 2026-06-26T04:08:02.876Z | Downloaded getrandom v0.3.4 |
| 805 | 2026-06-26T04:08:02.879Z | Downloaded arc-swap v1.8.2 |
| 806 | 2026-06-26T04:08:02.882Z | Downloaded num v0.4.3 |
| 807 | 2026-06-26T04:08:02.882Z | Downloaded md-5 v0.10.6 |
| 808 | 2026-06-26T04:08:02.886Z | Downloaded nibble_vec v0.1.0 |
| 809 | 2026-06-26T04:08:02.886Z | Downloaded num-derive v0.4.2 |
| 810 | 2026-06-26T04:08:02.886Z | Downloaded newtype-uuid-macros v0.1.0 |
| 811 | 2026-06-26T04:08:02.890Z | Downloaded mime v0.3.17 |
| 812 | 2026-06-26T04:08:02.890Z | Downloaded num-derive v0.3.3 |
| 813 | 2026-06-26T04:08:02.890Z | Downloaded darling_core v0.13.4 |
| 814 | 2026-06-26T04:08:02.893Z | Downloaded lock_api v0.4.14 |
| 815 | 2026-06-26T04:08:02.893Z | Downloaded match_cfg v0.1.0 |
| 816 | 2026-06-26T04:08:02.896Z | Downloaded half v2.7.1 |
| 817 | 2026-06-26T04:08:02.899Z | Downloaded opaque-debug v0.3.1 |
| 818 | 2026-06-26T04:08:02.899Z | Downloaded openssl-macros v0.1.1 |
| 819 | 2026-06-26T04:08:02.899Z | Downloaded libsw v3.5.0 |
| 820 | 2026-06-26T04:08:02.899Z | Downloaded chacha20poly1305 v0.10.1 |
| 821 | 2026-06-26T04:08:02.902Z | Downloaded newtype_derive v0.1.6 |
| 822 | 2026-06-26T04:08:02.902Z | Downloaded maybe-uninit v2.0.0 |
| 823 | 2026-06-26T04:08:02.902Z | Downloaded half v1.8.3 |
| 824 | 2026-06-26T04:08:02.905Z | Downloaded num-conv v0.2.0 |
| 825 | 2026-06-26T04:08:02.905Z | Downloaded nodrop v0.1.14 |
| 826 | 2026-06-26T04:08:02.905Z | Downloaded multer v3.1.0 |
| 827 | 2026-06-26T04:08:02.908Z | Downloaded iana-time-zone v0.1.65 |
| 828 | 2026-06-26T04:08:02.913Z | Downloaded num_enum_derive v0.5.11 |
| 829 | 2026-06-26T04:08:02.916Z | Downloaded ingot-types v0.1.2 |
| 830 | 2026-06-26T04:08:02.916Z | Downloaded hmac v0.12.1 |
| 831 | 2026-06-26T04:08:02.919Z | Downloaded derive_more v2.1.1 |
| 832 | 2026-06-26T04:08:02.923Z | Downloaded mime_guess v2.0.5 |
| 833 | 2026-06-26T04:08:02.926Z | Downloaded packed_struct_codegen v0.10.1 |
| 834 | 2026-06-26T04:08:02.926Z | Downloaded openssl-probe v0.2.1 |
| 835 | 2026-06-26T04:08:02.929Z | Downloaded libefi-sys v0.1.0 |
| 836 | 2026-06-26T04:08:02.929Z | Downloaded httparse v1.10.1 |
| 837 | 2026-06-26T04:08:02.929Z | Downloaded oso-derive v0.27.3 |
| 838 | 2026-06-26T04:08:02.932Z | Downloaded olpc-cjson v0.1.4 |
| 839 | 2026-06-26T04:08:02.932Z | Downloaded num_threads v0.1.7 |
| 840 | 2026-06-26T04:08:02.932Z | Downloaded flume v0.11.1 |
| 841 | 2026-06-26T04:08:02.935Z | Downloaded elliptic-curve v0.13.8 |
| 842 | 2026-06-26T04:08:02.938Z | Downloaded openssl-probe v0.1.6 |
| 843 | 2026-06-26T04:08:02.938Z | Downloaded pbkdf2 v0.11.0 |
| 844 | 2026-06-26T04:08:02.938Z | Downloaded darling_core v0.23.0 |
| 845 | 2026-06-26T04:08:02.941Z | Downloaded parse-display v0.10.0 |
| 846 | 2026-06-26T04:08:02.954Z | Downloaded peg-runtime v0.8.5 |
| 847 | 2026-06-26T04:08:02.957Z | Downloaded parse-size v1.1.0 |
| 848 | 2026-06-26T04:08:02.957Z | Downloaded num_enum v0.7.6 |
| 849 | 2026-06-26T04:08:02.960Z | Downloaded bumpalo v3.20.2 |
| 850 | 2026-06-26T04:08:02.963Z | Downloaded num-integer v0.1.46 |
| 851 | 2026-06-26T04:08:02.963Z | Downloaded path-slash v0.1.5 |
| 852 | 2026-06-26T04:08:02.963Z | Downloaded native-tls v0.2.18 |
| 853 | 2026-06-26T04:08:02.966Z | Downloaded managed v0.8.0 |
| 854 | 2026-06-26T04:08:02.966Z | Downloaded indexmap v1.9.3 |
| 855 | 2026-06-26T04:08:02.969Z | Downloaded pbkdf2 v0.12.2 |
| 856 | 2026-06-26T04:08:02.969Z | Downloaded hyper-rustls v0.27.7 |
| 857 | 2026-06-26T04:08:02.972Z | Downloaded phf_shared v0.12.1 |
| 858 | 2026-06-26T04:08:02.972Z | Downloaded memoffset v0.9.1 |
| 859 | 2026-06-26T04:08:02.972Z | Downloaded linear-map v1.2.0 |
| 860 | 2026-06-26T04:08:02.975Z | Downloaded jobserver v0.1.34 |
| 861 | 2026-06-26T04:08:02.975Z | Downloaded dropshot_endpoint v0.17.0 |
| 862 | 2026-06-26T04:08:02.978Z | Downloaded phf_shared v0.13.1 |
| 863 | 2026-06-26T04:08:02.978Z | Downloaded newtype-uuid v1.3.2 |
| 864 | 2026-06-26T04:08:02.978Z | Downloaded headers v0.4.1 |
| 865 | 2026-06-26T04:08:02.981Z | Downloaded cc v1.2.56 |
| 866 | 2026-06-26T04:08:02.984Z | Downloaded const_format v0.2.35 |
| 867 | 2026-06-26T04:08:02.987Z | Downloaded precomputed-hash v0.1.1 |
| 868 | 2026-06-26T04:08:02.987Z | Downloaded pin-utils v0.1.0 |
| 869 | 2026-06-26T04:08:02.987Z | Downloaded nonempty v0.12.0 |
| 870 | 2026-06-26T04:08:02.990Z | Downloaded nanorand v0.7.0 |
| 871 | 2026-06-26T04:08:02.990Z | Downloaded num-iter v0.1.45 |
| 872 | 2026-06-26T04:08:02.990Z | Downloaded predicates-tree v1.0.13 |
| 873 | 2026-06-26T04:08:02.994Z | Downloaded phf_shared v0.11.3 |
| 874 | 2026-06-26T04:08:02.997Z | Downloaded nu-ansi-term v0.50.3 |
| 875 | 2026-06-26T04:08:02.997Z | Downloaded oxide-tokio-rt v0.1.4 |
| 876 | 2026-06-26T04:08:03.000Z | Downloaded owo-colors v4.3.0 |
| 877 | 2026-06-26T04:08:03.003Z | Downloaded peg-macros v0.8.5 |
| 878 | 2026-06-26T04:08:03.005Z | Downloaded num_enum_derive v0.7.6 |
| 879 | 2026-06-26T04:08:03.008Z | Downloaded packed_struct v0.10.1 |
| 880 | 2026-06-26T04:08:03.008Z | Downloaded parse-display-derive v0.10.0 |
| 881 | 2026-06-26T04:08:03.008Z | Downloaded num-complex v0.4.6 |
| 882 | 2026-06-26T04:08:03.011Z | Downloaded ingot-macros v0.1.1 |
| 883 | 2026-06-26T04:08:03.014Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 884 | 2026-06-26T04:08:03.014Z | Downloaded proc-macro-crate v3.4.0 |
| 885 | 2026-06-26T04:08:03.014Z | Downloaded libbz2-rs-sys v0.2.2 |
| 886 | 2026-06-26T04:08:03.017Z | Downloaded predicates-core v1.0.10 |
| 887 | 2026-06-26T04:08:03.018Z | Downloaded powerfmt v0.2.0 |
| 888 | 2026-06-26T04:08:03.018Z | Downloaded proc-macro-crate v1.3.1 |
| 889 | 2026-06-26T04:08:03.021Z | Downloaded progenitor-client v0.14.0 |
| 890 | 2026-06-26T04:08:03.023Z | Downloaded oxnet v0.1.6 |
| 891 | 2026-06-26T04:08:03.026Z | Downloaded progenitor-macro v0.14.0 |
| 892 | 2026-06-26T04:08:03.030Z | Downloaded num_enum v0.5.11 |
| 893 | 2026-06-26T04:08:03.033Z | Downloaded psl-types v2.0.11 |
| 894 | 2026-06-26T04:08:03.033Z | Downloaded heapless v0.8.0 |
| 895 | 2026-06-26T04:08:03.036Z | Downloaded pin-project-internal v1.1.11 |
| 896 | 2026-06-26T04:08:03.039Z | Downloaded paste v1.0.15 |
| 897 | 2026-06-26T04:08:03.042Z | Downloaded password-hash v0.5.0 |
| 898 | 2026-06-26T04:08:03.042Z | Downloaded quick-error v1.2.3 |
| 899 | 2026-06-26T04:08:03.045Z | Downloaded progenitor-macro v0.13.0 |
| 900 | 2026-06-26T04:08:03.045Z | Downloaded litrs v1.0.0 |
| 901 | 2026-06-26T04:08:03.048Z | Downloaded phf v0.13.1 |
| 902 | 2026-06-26T04:08:03.048Z | Downloaded heapless v0.7.17 |
| 903 | 2026-06-26T04:08:03.051Z | Downloaded peg v0.8.5 |
| 904 | 2026-06-26T04:08:03.054Z | Downloaded polyval v0.6.2 |
| 905 | 2026-06-26T04:08:03.054Z | Downloaded memmap2 v0.9.10 |
| 906 | 2026-06-26T04:08:03.054Z | Downloaded ignore v0.4.25 |
| 907 | 2026-06-26T04:08:03.057Z | Downloaded poly1305 v0.8.0 |
| 908 | 2026-06-26T04:08:03.060Z | Downloaded radium v0.7.0 |
| 909 | 2026-06-26T04:08:03.063Z | Downloaded pem v3.0.6 |
| 910 | 2026-06-26T04:08:03.065Z | Downloaded rand_xorshift v0.4.0 |
| 911 | 2026-06-26T04:08:03.068Z | Downloaded crossbeam-channel v0.5.15 |
| 912 | 2026-06-26T04:08:03.071Z | Downloaded parking_lot_core v0.9.12 |
| 913 | 2026-06-26T04:08:03.074Z | Downloaded password-hash v0.4.2 |
| 914 | 2026-06-26T04:08:03.078Z | Downloaded rand_chacha v0.3.1 |
| 915 | 2026-06-26T04:08:03.078Z | Downloaded num-rational v0.4.2 |
| 916 | 2026-06-26T04:08:03.081Z | Downloaded parking_lot_core v0.8.6 |
| 917 | 2026-06-26T04:08:03.081Z | Downloaded proc-macro-error2 v2.0.1 |
| 918 | 2026-06-26T04:08:03.084Z | Downloaded hickory-resolver v0.25.2 |
| 919 | 2026-06-26T04:08:03.087Z | Downloaded pkg-config v0.3.32 |
| 920 | 2026-06-26T04:08:03.087Z | Downloaded pin-project-lite v0.2.17 |
| 921 | 2026-06-26T04:08:03.090Z | Downloaded ref-cast v1.0.25 |
| 922 | 2026-06-26T04:08:03.093Z | Downloaded omicron-zone-package v0.12.2 |
| 923 | 2026-06-26T04:08:03.096Z | Downloaded progenitor-client v0.13.0 |
| 924 | 2026-06-26T04:08:03.096Z | Downloaded ppv-lite86 v0.2.21 |
| 925 | 2026-06-26T04:08:03.099Z | Downloaded ed25519-dalek v2.2.0 |
| 926 | 2026-06-26T04:08:03.099Z | Downloaded progenitor v0.13.0 |
| 927 | 2026-06-26T04:08:03.102Z | Downloaded phf v0.12.1 |
| 928 | 2026-06-26T04:08:03.105Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 929 | 2026-06-26T04:08:03.105Z | Downloaded recursive v0.1.1 |
| 930 | 2026-06-26T04:08:03.105Z | Downloaded primeorder v0.13.6 |
| 931 | 2026-06-26T04:08:03.105Z | Downloaded progenitor-extras v0.2.0 |
| 932 | 2026-06-26T04:08:03.108Z | Downloaded predicates v3.1.4 |
| 933 | 2026-06-26T04:08:03.111Z | Downloaded ref-cast-impl v1.0.25 |
| 934 | 2026-06-26T04:08:03.111Z | Downloaded pkcs1 v0.7.5 |
| 935 | 2026-06-26T04:08:03.111Z | Downloaded fatfs v0.3.6 |
| 936 | 2026-06-26T04:08:03.114Z | Downloaded libsw-core v0.3.2 |
| 937 | 2026-06-26T04:08:03.114Z | Downloaded pkcs5 v0.7.1 |
| 938 | 2026-06-26T04:08:03.117Z | Downloaded pkcs8 v0.10.2 |
| 939 | 2026-06-26T04:08:03.120Z | Downloaded expectorate v1.2.0 |
| 940 | 2026-06-26T04:08:03.123Z | Downloaded parking_lot v0.12.5 |
| 941 | 2026-06-26T04:08:03.126Z | Downloaded parking_lot v0.11.2 |
| 942 | 2026-06-26T04:08:03.129Z | Downloaded rustc-hash v2.1.1 |
| 943 | 2026-06-26T04:08:03.129Z | Downloaded pem-rfc7468 v0.7.0 |
| 944 | 2026-06-26T04:08:03.135Z | Downloaded rand_core v0.6.4 |
| 945 | 2026-06-26T04:08:03.138Z | Downloaded rustc_version v0.4.1 |
| 946 | 2026-06-26T04:08:03.138Z | Downloaded miniz_oxide v0.8.9 |
| 947 | 2026-06-26T04:08:03.141Z | Downloaded rustc_version v0.1.7 |
| 948 | 2026-06-26T04:08:03.141Z | Downloaded russh-cryptovec v0.7.3 |
| 949 | 2026-06-26T04:08:03.144Z | Downloaded http v1.4.0 |
| 950 | 2026-06-26T04:08:03.144Z | Downloaded postcard v1.1.3 |
| 951 | 2026-06-26T04:08:03.147Z | Downloaded rand_chacha v0.9.0 |
| 952 | 2026-06-26T04:08:03.147Z | Downloaded rand_core v0.10.0 |
| 953 | 2026-06-26T04:08:03.152Z | Downloaded rtoolbox v0.0.3 |
| 954 | 2026-06-26T04:08:03.152Z | Downloaded indicatif v0.18.4 |
| 955 | 2026-06-26T04:08:03.156Z | Downloaded derive_more-impl v2.1.1 |
| 956 | 2026-06-26T04:08:03.159Z | Downloaded sapling-renderdag v0.1.0 |
| 957 | 2026-06-26T04:08:03.159Z | Downloaded aes v0.8.4 |
| 958 | 2026-06-26T04:08:03.161Z | Downloaded rfc6979 v0.4.0 |
| 959 | 2026-06-26T04:08:03.161Z | Downloaded r2d2 v0.8.10 |
| 960 | 2026-06-26T04:08:03.161Z | Downloaded progenitor v0.14.0 |
| 961 | 2026-06-26T04:08:03.164Z | Downloaded salsa20 v0.10.2 |
| 962 | 2026-06-26T04:08:03.168Z | Downloaded scheduled-thread-pool v0.2.7 |
| 963 | 2026-06-26T04:08:03.173Z | Downloaded aes-gcm v0.10.3 |
| 964 | 2026-06-26T04:08:03.178Z | Downloaded postgres-types v0.2.12 |
| 965 | 2026-06-26T04:08:03.181Z | Downloaded psm v0.1.30 |
| 966 | 2026-06-26T04:08:03.181Z | Downloaded rand_core v0.9.5 |
| 967 | 2026-06-26T04:08:03.183Z | Downloaded postgres-protocol v0.6.10 |
| 968 | 2026-06-26T04:08:03.186Z | Downloaded secrecy v0.8.0 |
| 969 | 2026-06-26T04:08:03.191Z | Downloaded secrecy v0.10.3 |
| 970 | 2026-06-26T04:08:03.194Z | Downloaded scrypt v0.11.0 |
| 971 | 2026-06-26T04:08:03.194Z | Downloaded scroll_derive v0.13.1 |
| 972 | 2026-06-26T04:08:03.197Z | Downloaded semver v0.1.20 |
| 973 | 2026-06-26T04:08:03.197Z | Downloaded scopeguard v1.2.0 |
| 974 | 2026-06-26T04:08:03.200Z | Downloaded rand_seeder v0.4.0 |
| 975 | 2026-06-26T04:08:03.202Z | Downloaded prefix-trie v0.7.0 |
| 976 | 2026-06-26T04:08:03.205Z | Downloaded rustls-native-certs v0.8.3 |
| 977 | 2026-06-26T04:08:03.208Z | Downloaded resolv-conf v0.7.6 |
| 978 | 2026-06-26T04:08:03.209Z | Downloaded hashbrown v0.13.2 |
| 979 | 2026-06-26T04:08:03.212Z | Downloaded serde-big-array v0.5.1 |
| 980 | 2026-06-26T04:08:03.220Z | Downloaded p256 v0.13.2 |
| 981 | 2026-06-26T04:08:03.228Z | Downloaded serde_spanned v1.0.4 |
| 982 | 2026-06-26T04:08:03.231Z | Downloaded rustls-pemfile v2.2.0 |
| 983 | 2026-06-26T04:08:03.231Z | Downloaded serde_urlencoded v0.7.1 |
| 984 | 2026-06-26T04:08:03.234Z | Downloaded sha1 v0.10.6 |
| 985 | 2026-06-26T04:08:03.234Z | Downloaded seq-macro v0.3.6 |
| 986 | 2026-06-26T04:08:03.238Z | Downloaded rustls-pemfile v1.0.4 |
| 987 | 2026-06-26T04:08:03.238Z | Downloaded hickory-server v0.25.2 |
| 988 | 2026-06-26T04:08:03.241Z | Downloaded sigpipe v0.1.3 |
| 989 | 2026-06-26T04:08:03.241Z | Downloaded signature v2.2.0 |
| 990 | 2026-06-26T04:08:03.244Z | Downloaded signal-hook-mio v0.2.5 |
| 991 | 2026-06-26T04:08:03.244Z | Downloaded serde_bytes v0.11.19 |
| 992 | 2026-06-26T04:08:03.247Z | Downloaded shell-words v1.1.1 |
| 993 | 2026-06-26T04:08:03.247Z | Downloaded serde_repr v0.1.20 |
| 994 | 2026-06-26T04:08:03.249Z | Downloaded serde_plain v1.0.2 |
| 995 | 2026-06-26T04:08:03.249Z | Downloaded progenitor-impl v0.13.0 |
| 996 | 2026-06-26T04:08:03.252Z | Downloaded jiff-static v0.2.21 |
| 997 | 2026-06-26T04:08:03.255Z | Downloaded hickory-resolver v0.24.4 |
| 998 | 2026-06-26T04:08:03.258Z | Downloaded scroll v0.13.0 |
| 999 | 2026-06-26T04:08:03.258Z | Downloaded diesel_derives v2.3.7 |
| 1000 | 2026-06-26T04:08:03.262Z | Downloaded quinn-udp v0.5.14 |
| 1001 | 2026-06-26T04:08:03.264Z | Downloaded same-file v1.0.6 |
| 1002 | 2026-06-26T04:08:03.267Z | Downloaded progenitor-impl v0.14.0 |
| 1003 | 2026-06-26T04:08:03.267Z | Downloaded signal-hook-tokio v0.3.1 |
| 1004 | 2026-06-26T04:08:03.270Z | Downloaded flate2 v1.1.9 |
| 1005 | 2026-06-26T04:08:03.273Z | Downloaded siphasher v1.0.2 |
| 1006 | 2026-06-26T04:08:03.276Z | Downloaded mio v1.2.0 |
| 1007 | 2026-06-26T04:08:03.279Z | Downloaded minimal-lexical v0.2.1 |
| 1008 | 2026-06-26T04:08:03.282Z | Downloaded serde-hex v0.1.0 |
| 1009 | 2026-06-26T04:08:03.288Z | Downloaded slog-envlogger v2.2.0 |
| 1010 | 2026-06-26T04:08:03.293Z | Downloaded oso v0.27.3 |
| 1011 | 2026-06-26T04:08:03.298Z | Downloaded serde_path_to_error v0.1.20 |
| 1012 | 2026-06-26T04:08:03.301Z | Downloaded openssl-sys v0.9.115 |
| 1013 | 2026-06-26T04:08:03.310Z | Downloaded papergrid v0.17.0 |
| 1014 | 2026-06-26T04:08:03.314Z | Downloaded serde_with_macros v1.5.2 |
| 1015 | 2026-06-26T04:08:03.316Z | Downloaded num-bigint v0.4.6 |
| 1016 | 2026-06-26T04:08:03.319Z | Downloaded hashbrown v0.12.3 |
| 1017 | 2026-06-26T04:08:03.322Z | Downloaded strum v0.27.2 |
| 1018 | 2026-06-26T04:08:03.322Z | Downloaded strum v0.26.3 |
| 1019 | 2026-06-26T04:08:03.326Z | Downloaded ssh-cipher v0.2.0 |
| 1020 | 2026-06-26T04:08:03.326Z | Downloaded serde_derive_internals v0.29.1 |
| 1021 | 2026-06-26T04:08:03.329Z | Downloaded signal-hook-registry v1.4.8 |
| 1022 | 2026-06-26T04:08:03.329Z | Downloaded hyper-util v0.1.20 |
| 1023 | 2026-06-26T04:08:03.331Z | Downloaded ssh-encoding v0.2.0 |
| 1024 | 2026-06-26T04:08:03.332Z | Downloaded sqlparser_derive v0.5.0 |
| 1025 | 2026-06-26T04:08:03.338Z | Downloaded structmeta v0.3.0 |
| 1026 | 2026-06-26T04:08:03.341Z | Downloaded subtle v2.6.1 |
| 1027 | 2026-06-26T04:08:03.343Z | Downloaded sec1 v0.7.3 |
| 1028 | 2026-06-26T04:08:03.344Z | Downloaded sct v0.7.1 |
| 1029 | 2026-06-26T04:08:03.347Z | Downloaded rcgen v0.12.1 |
| 1030 | 2026-06-26T04:08:03.352Z | Downloaded rusty-fork v0.3.1 |
| 1031 | 2026-06-26T04:08:03.354Z | Downloaded rustls-pki-types v1.14.0 |
| 1032 | 2026-06-26T04:08:03.357Z | Downloaded slab v0.4.12 |
| 1033 | 2026-06-26T04:08:03.357Z | Downloaded slog-async v2.8.0 |
| 1034 | 2026-06-26T04:08:03.361Z | Downloaded pretty_assertions v1.4.1 |
| 1035 | 2026-06-26T04:08:03.361Z | Downloaded simd-adler32 v0.3.8 |
| 1036 | 2026-06-26T04:08:03.364Z | Downloaded shlex v1.3.0 |
| 1037 | 2026-06-26T04:08:03.364Z | Downloaded rayon-core v1.13.0 |
| 1038 | 2026-06-26T04:08:03.367Z | Downloaded strsim v0.10.0 |
| 1039 | 2026-06-26T04:08:03.367Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1040 | 2026-06-26T04:08:03.370Z | Downloaded sqlformat v0.3.5 |
| 1041 | 2026-06-26T04:08:03.370Z | Downloaded slog-term v2.9.2 |
| 1042 | 2026-06-26T04:08:03.373Z | Downloaded slog-json v2.6.1 |
| 1043 | 2026-06-26T04:08:03.373Z | Downloaded serde_cbor v0.11.2 |
| 1044 | 2026-06-26T04:08:03.376Z | Downloaded tabwriter v1.4.1 |
| 1045 | 2026-06-26T04:08:03.376Z | Downloaded schemars_derive v0.8.22 |
| 1046 | 2026-06-26T04:08:03.379Z | Downloaded tabled_derive v0.11.0 |
| 1047 | 2026-06-26T04:08:03.379Z | Downloaded supports-color v3.0.2 |
| 1048 | 2026-06-26T04:08:03.379Z | Downloaded sync_wrapper v1.0.2 |
| 1049 | 2026-06-26T04:08:03.382Z | Downloaded sync-ptr v0.1.4 |
| 1050 | 2026-06-26T04:08:03.382Z | Downloaded ron v0.8.1 |
| 1051 | 2026-06-26T04:08:03.384Z | Downloaded string_cache v0.8.9 |
| 1052 | 2026-06-26T04:08:03.387Z | Downloaded snafu-derive v0.8.9 |
| 1053 | 2026-06-26T04:08:03.387Z | Downloaded smf v0.2.3 |
| 1054 | 2026-06-26T04:08:03.387Z | Downloaded smallvec v0.6.14 |
| 1055 | 2026-06-26T04:08:03.390Z | Downloaded rustversion v1.0.22 |
| 1056 | 2026-06-26T04:08:03.390Z | Downloaded prettyplease v0.2.37 |
| 1057 | 2026-06-26T04:08:03.393Z | Downloaded testing_table v0.3.0 |
| 1058 | 2026-06-26T04:08:03.393Z | Downloaded spki v0.7.3 |
| 1059 | 2026-06-26T04:08:03.396Z | Downloaded tap v1.0.1 |
| 1060 | 2026-06-26T04:08:03.396Z | Downloaded itertools v0.10.5 |
| 1061 | 2026-06-26T04:08:03.399Z | Downloaded take_mut v0.2.2 |
| 1062 | 2026-06-26T04:08:03.403Z | Downloaded tagptr v0.2.0 |
| 1063 | 2026-06-26T04:08:03.403Z | Downloaded slog-dtrace v0.3.0 |
| 1064 | 2026-06-26T04:08:03.403Z | Downloaded aho-corasick v1.1.4 |
| 1065 | 2026-06-26T04:08:03.406Z | Downloaded quinn v0.11.9 |
| 1066 | 2026-06-26T04:08:03.410Z | Downloaded crossterm v0.29.0 |
| 1067 | 2026-06-26T04:08:03.412Z | Downloaded stacker v0.1.23 |
| 1068 | 2026-06-26T04:08:03.415Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1069 | 2026-06-26T04:08:03.415Z | Downloaded termtree v0.5.1 |
| 1070 | 2026-06-26T04:08:03.418Z | Downloaded time-core v0.1.8 |
| 1071 | 2026-06-26T04:08:03.418Z | Downloaded thread-id v5.1.0 |
| 1072 | 2026-06-26T04:08:03.422Z | Downloaded static_assertions v1.1.0 |
| 1073 | 2026-06-26T04:08:03.425Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1074 | 2026-06-26T04:08:03.425Z | Downloaded dropshot-api-manager v0.7.2 |
| 1075 | 2026-06-26T04:08:03.428Z | Downloaded ryu v1.0.23 |
| 1076 | 2026-06-26T04:08:03.431Z | Downloaded tinyvec_macros v0.1.1 |
| 1077 | 2026-06-26T04:08:03.433Z | Downloaded support-bundle-viewer v0.1.2 |
| 1078 | 2026-06-26T04:08:03.436Z | Downloaded slog-stdlog v4.1.1 |
| 1079 | 2026-06-26T04:08:03.439Z | Downloaded strum_macros v0.26.4 |
| 1080 | 2026-06-26T04:08:03.442Z | Downloaded futures-util v0.3.32 |
| 1081 | 2026-06-26T04:08:03.447Z | Downloaded stringprep v0.1.5 |
| 1082 | 2026-06-26T04:08:03.451Z | Downloaded strum_macros v0.24.3 |
| 1083 | 2026-06-26T04:08:03.451Z | Downloaded structmeta-derive v0.3.0 |
| 1084 | 2026-06-26T04:08:03.454Z | Downloaded tokio-test v0.4.5 |
| 1085 | 2026-06-26T04:08:03.458Z | Downloaded tokio-macros v2.7.0 |
| 1086 | 2026-06-26T04:08:03.458Z | Downloaded slog-scope v4.4.1 |
| 1087 | 2026-06-26T04:08:03.458Z | Downloaded schemars v0.8.22 |
| 1088 | 2026-06-26T04:08:03.463Z | Downloaded termios v0.3.3 |
| 1089 | 2026-06-26T04:08:03.465Z | Downloaded serde_with_macros v3.17.0 |
| 1090 | 2026-06-26T04:08:03.471Z | Downloaded spin v0.9.8 |
| 1091 | 2026-06-26T04:08:03.474Z | Downloaded thiserror-no-std v2.0.2 |
| 1092 | 2026-06-26T04:08:03.484Z | Downloaded schemars v0.9.0 |
| 1093 | 2026-06-26T04:08:03.491Z | Downloaded time-macros v0.2.27 |
| 1094 | 2026-06-26T04:08:03.494Z | Downloaded try-lock v0.2.5 |
| 1095 | 2026-06-26T04:08:03.494Z | Downloaded tower-service v0.3.3 |
| 1096 | 2026-06-26T04:08:03.494Z | Downloaded tower-layer v0.3.3 |
| 1097 | 2026-06-26T04:08:03.498Z | Downloaded trait-variant v0.1.2 |
| 1098 | 2026-06-26T04:08:03.498Z | Downloaded thread_local v1.1.9 |
| 1099 | 2026-06-26T04:08:03.498Z | Downloaded russh-keys v0.45.0 |
| 1100 | 2026-06-26T04:08:03.500Z | Downloaded qorb v0.4.1 |
| 1101 | 2026-06-26T04:08:03.504Z | Downloaded rsa v0.9.10 |
| 1102 | 2026-06-26T04:08:03.507Z | Downloaded similar v2.7.0 |
| 1103 | 2026-06-26T04:08:03.510Z | Downloaded topological-sort v0.2.2 |
| 1104 | 2026-06-26T04:08:03.510Z | Downloaded publicsuffix v2.3.0 |
| 1105 | 2026-06-26T04:08:03.513Z | Downloaded nom v7.1.3 |
| 1106 | 2026-06-26T04:08:03.516Z | Downloaded tiny-keccak v2.0.2 |
| 1107 | 2026-06-26T04:08:03.516Z | Downloaded itertools v0.13.0 |
| 1108 | 2026-06-26T04:08:03.519Z | Downloaded unarray v0.1.4 |
| 1109 | 2026-06-26T04:08:03.522Z | Downloaded strum_macros v0.27.2 |
| 1110 | 2026-06-26T04:08:03.522Z | Downloaded unit-prefix v0.5.2 |
| 1111 | 2026-06-26T04:08:03.525Z | Downloaded term v0.7.0 |
| 1112 | 2026-06-26T04:08:03.525Z | Downloaded tls_codec v0.4.2 |
| 1113 | 2026-06-26T04:08:03.527Z | Downloaded slog v2.8.2 |
| 1114 | 2026-06-26T04:08:03.530Z | Downloaded typify-macro v0.6.2 |
| 1115 | 2026-06-26T04:08:03.530Z | Downloaded tls_codec_derive v0.4.2 |
| 1116 | 2026-06-26T04:08:03.530Z | Downloaded socket2 v0.5.10 |
| 1117 | 2026-06-26T04:08:03.533Z | Downloaded itertools v0.14.0 |
| 1118 | 2026-06-26T04:08:03.536Z | Downloaded tokio-dtrace v0.1.1 |
| 1119 | 2026-06-26T04:08:03.536Z | Downloaded rand v0.8.6 |
| 1120 | 2026-06-26T04:08:03.539Z | Downloaded untrusted v0.9.0 |
| 1121 | 2026-06-26T04:08:03.543Z | Downloaded untrusted v0.7.1 |
| 1122 | 2026-06-26T04:08:03.543Z | Downloaded universal-hash v0.5.1 |
| 1123 | 2026-06-26T04:08:03.543Z | Downloaded unicode-truncate v1.1.0 |
| 1124 | 2026-06-26T04:08:03.543Z | Downloaded nom v8.0.0 |
| 1125 | 2026-06-26T04:08:03.546Z | Downloaded tokio-tungstenite v0.23.1 |
| 1126 | 2026-06-26T04:08:03.546Z | Downloaded term v1.2.1 |
| 1127 | 2026-06-26T04:08:03.549Z | Downloaded usdt-attr-macro v0.6.0 |
| 1128 | 2026-06-26T04:08:03.549Z | Downloaded usdt v0.6.0 |
| 1129 | 2026-06-26T04:08:03.549Z | Downloaded signal-hook v0.3.18 |
| 1130 | 2026-06-26T04:08:03.552Z | Downloaded samael v0.0.19 |
| 1131 | 2026-06-26T04:08:03.555Z | Downloaded socket2 v0.6.3 |
| 1132 | 2026-06-26T04:08:03.559Z | Downloaded pin-project v1.1.11 |
| 1133 | 2026-06-26T04:08:03.563Z | Downloaded utf-8 v0.7.6 |
| 1134 | 2026-06-26T04:08:03.565Z | Downloaded usdt-macro v0.6.0 |
| 1135 | 2026-06-26T04:08:03.565Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1136 | 2026-06-26T04:08:03.565Z | Downloaded hashbrown v0.16.1 |
| 1137 | 2026-06-26T04:08:03.568Z | Downloaded tui-tree-widget v0.23.1 |
| 1138 | 2026-06-26T04:08:03.571Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1139 | 2026-06-26T04:08:03.571Z | Downloaded void v1.0.2 |
| 1140 | 2026-06-26T04:08:03.571Z | Downloaded wait-timeout v0.2.1 |
| 1141 | 2026-06-26T04:08:03.574Z | Downloaded tokio-native-tls v0.3.1 |
| 1142 | 2026-06-26T04:08:03.574Z | Downloaded hashbrown v0.15.5 |
| 1143 | 2026-06-26T04:08:03.579Z | Downloaded tokio-tungstenite v0.21.0 |
| 1144 | 2026-06-26T04:08:03.583Z | Downloaded subprocess v0.2.15 |
| 1145 | 2026-06-26T04:08:03.583Z | Downloaded blake3 v1.8.5 |
| 1146 | 2026-06-26T04:08:03.589Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1147 | 2026-06-26T04:08:03.596Z | Downloaded unicase v2.9.0 |
| 1148 | 2026-06-26T04:08:03.596Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1149 | 2026-06-26T04:08:03.605Z | Downloaded waitgroup v0.1.2 |
| 1150 | 2026-06-26T04:08:03.605Z | Downloaded bitvec v1.0.1 |
| 1151 | 2026-06-26T04:08:03.610Z | Downloaded xattr v1.6.1 |
| 1152 | 2026-06-26T04:08:03.610Z | Downloaded tokio-rustls v0.24.1 |
| 1153 | 2026-06-26T04:08:03.610Z | Downloaded want v0.3.1 |
| 1154 | 2026-06-26T04:08:03.619Z | Downloaded crossterm v0.28.1 |
| 1155 | 2026-06-26T04:08:03.619Z | Downloaded num-bigint-dig v0.8.6 |
| 1156 | 2026-06-26T04:08:03.629Z | Downloaded zeroize_derive v1.4.3 |
| 1157 | 2026-06-26T04:08:03.629Z | Downloaded xshell-macros v0.2.7 |
| 1158 | 2026-06-26T04:08:03.629Z | Downloaded schemars v1.2.1 |
| 1159 | 2026-06-26T04:08:03.634Z | Downloaded rustls-webpki v0.103.9 |
| 1160 | 2026-06-26T04:08:03.634Z | Downloaded tokio-rustls v0.26.4 |
| 1161 | 2026-06-26T04:08:03.634Z | Downloaded test-strategy v0.4.5 |
| 1162 | 2026-06-26T04:08:03.634Z | Downloaded rand v0.9.2 |
| 1163 | 2026-06-26T04:08:03.634Z | Downloaded itertools v0.12.1 |
| 1164 | 2026-06-26T04:08:03.641Z | Downloaded walkdir v2.5.0 |
| 1165 | 2026-06-26T04:08:03.641Z | Downloaded vergen-lib v9.1.0 |
| 1166 | 2026-06-26T04:08:03.671Z | Downloaded libxml v0.3.3 |
| 1167 | 2026-06-26T04:08:03.672Z | Downloaded snafu v0.8.9 |
| 1168 | 2026-06-26T04:08:03.684Z | Downloaded uzers v0.12.2 |
| 1169 | 2026-06-26T04:08:03.684Z | Downloaded usdt-impl v0.6.0 |
| 1170 | 2026-06-26T04:08:03.684Z | Downloaded iddqd v0.4.2 |
| 1171 | 2026-06-26T04:08:03.684Z | Downloaded vergen-git2 v9.1.0 |
| 1172 | 2026-06-26T04:08:03.685Z | Downloaded zone v0.3.1 |
| 1173 | 2026-06-26T04:08:03.685Z | Downloaded vergen-gitcl v1.0.8 |
| 1174 | 2026-06-26T04:08:03.685Z | Downloaded twox-hash v2.1.2 |
| 1175 | 2026-06-26T04:08:03.685Z | Downloaded tar v0.4.45 |
| 1176 | 2026-06-26T04:08:03.685Z | Downloaded p521 v0.13.3 |
| 1177 | 2026-06-26T04:08:03.685Z | Downloaded vergen-lib v0.1.6 |
| 1178 | 2026-06-26T04:08:03.685Z | Downloaded tokio-stream v0.1.18 |
| 1179 | 2026-06-26T04:08:03.685Z | Downloaded wyz v0.5.1 |
| 1180 | 2026-06-26T04:08:03.685Z | Downloaded zeroize v1.8.2 |
| 1181 | 2026-06-26T04:08:03.690Z | Downloaded tracing-attributes v0.1.31 |
| 1182 | 2026-06-26T04:08:03.690Z | Downloaded chrono v0.4.44 |
| 1183 | 2026-06-26T04:08:03.690Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1184 | 2026-06-26T04:08:03.690Z | Downloaded steno v0.4.1 |
| 1185 | 2026-06-26T04:08:03.690Z | Downloaded tinyvec v1.10.0 |
| 1186 | 2026-06-26T04:08:03.694Z | Downloaded whoami v1.6.1 |
| 1187 | 2026-06-26T04:08:03.694Z | Downloaded rustyline v14.0.0 |
| 1188 | 2026-06-26T04:08:03.698Z | Downloaded tungstenite v0.21.0 |
| 1189 | 2026-06-26T04:08:03.700Z | Downloaded vsss-rs v3.3.4 |
| 1190 | 2026-06-26T04:08:03.700Z | Downloaded whoami v2.1.0 |
| 1191 | 2026-06-26T04:08:03.704Z | Downloaded iri-string v0.7.10 |
| 1192 | 2026-06-26T04:08:03.707Z | Downloaded unicode-bidi v0.3.18 |
| 1193 | 2026-06-26T04:08:03.716Z | Downloaded zstd-safe v7.2.4 |
| 1194 | 2026-06-26T04:08:03.719Z | Downloaded unicode-properties v0.1.4 |
| 1195 | 2026-06-26T04:08:03.726Z | Downloaded rpassword v7.4.0 |
| 1196 | 2026-06-26T04:08:03.730Z | Downloaded tokio-rustls v0.25.0 |
| 1197 | 2026-06-26T04:08:03.733Z | Downloaded h2 v0.4.13 |
| 1198 | 2026-06-26T04:08:03.736Z | Downloaded vergen v9.1.0 |
| 1199 | 2026-06-26T04:08:03.741Z | Downloaded zone_cfg_derive v0.3.1 |
| 1200 | 2026-06-26T04:08:03.741Z | Downloaded toml v0.7.8 |
| 1201 | 2026-06-26T04:08:03.741Z | Downloaded zstd v0.13.3 |
| 1202 | 2026-06-26T04:08:03.745Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1203 | 2026-06-26T04:08:03.745Z | Downloaded xshell v0.2.7 |
| 1204 | 2026-06-26T04:08:03.748Z | Downloaded slog-bunyan v2.5.0 |
| 1205 | 2026-06-26T04:08:03.753Z | Downloaded tracing-core v0.1.36 |
| 1206 | 2026-06-26T04:08:03.756Z | Downloaded tungstenite v0.23.0 |
| 1207 | 2026-06-26T04:08:03.759Z | Downloaded russh v0.45.0 |
| 1208 | 2026-06-26T04:08:03.762Z | Downloaded rand v0.10.0 |
| 1209 | 2026-06-26T04:08:03.771Z | Downloaded git2 v0.20.4 |
| 1210 | 2026-06-26T04:08:03.776Z | Downloaded hkdf v0.12.4 |
| 1211 | 2026-06-26T04:08:03.780Z | Downloaded unsafe-libyaml v0.2.11 |
| 1212 | 2026-06-26T04:08:03.783Z | Downloaded typify v0.6.2 |
| 1213 | 2026-06-26T04:08:03.787Z | Downloaded zerocopy v0.6.6 |
| 1214 | 2026-06-26T04:08:03.787Z | Downloaded libm v0.2.16 |
| 1215 | 2026-06-26T04:08:03.791Z | Downloaded yasna v0.5.2 |
| 1216 | 2026-06-26T04:08:03.794Z | Downloaded ssh-key v0.6.7 |
| 1217 | 2026-06-26T04:08:03.799Z | Downloaded reqwest v0.12.28 |
| 1218 | 2026-06-26T04:08:03.804Z | Downloaded hyper v1.8.1 |
| 1219 | 2026-06-26T04:08:03.807Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1220 | 2026-06-26T04:08:03.810Z | Downloaded regex v1.12.3 |
| 1221 | 2026-06-26T04:08:03.815Z | Downloaded vte v0.14.1 |
| 1222 | 2026-06-26T04:08:03.818Z | Downloaded unicode_categories v0.1.1 |
| 1223 | 2026-06-26T04:08:03.822Z | Downloaded p384 v0.13.1 |
| 1224 | 2026-06-26T04:08:03.827Z | Downloaded reedline v0.40.0 |
| 1225 | 2026-06-26T04:08:03.831Z | Downloaded tokio-postgres v0.7.16 |
| 1226 | 2026-06-26T04:08:03.834Z | Downloaded zip v0.6.6 |
| 1227 | 2026-06-26T04:08:03.837Z | Downloaded bindgen v0.71.1 |
| 1228 | 2026-06-26T04:08:03.840Z | Downloaded uuid v1.23.0 |
| 1229 | 2026-06-26T04:08:03.843Z | Downloaded zopfli v0.8.3 |
| 1230 | 2026-06-26T04:08:03.846Z | Downloaded toml_edit v0.19.15 |
| 1231 | 2026-06-26T04:08:03.853Z | Downloaded quick-xml v0.37.5 |
| 1232 | 2026-06-26T04:08:03.856Z | Downloaded serde_with v1.14.0 |
| 1233 | 2026-06-26T04:08:03.860Z | Downloaded portable-atomic v1.13.1 |
| 1234 | 2026-06-26T04:08:03.863Z | Downloaded lalrpop v0.19.12 |
| 1235 | 2026-06-26T04:08:03.874Z | Downloaded yansi v1.0.1 |
| 1236 | 2026-06-26T04:08:03.895Z | Downloaded salty v0.3.0 |
| 1237 | 2026-06-26T04:08:03.927Z | Downloaded zerocopy-derive v0.8.40 |
| 1238 | 2026-06-26T04:08:03.931Z | Downloaded reqwest v0.13.2 |
| 1239 | 2026-06-26T04:08:03.934Z | Downloaded curve25519-dalek v4.1.3 |
| 1240 | 2026-06-26T04:08:03.939Z | Downloaded unicode-normalization v0.1.25 |
| 1241 | 2026-06-26T04:08:03.942Z | Downloaded rayon v1.11.0 |
| 1242 | 2026-06-26T04:08:03.946Z | Downloaded rustls-webpki v0.101.7 |
| 1243 | 2026-06-26T04:08:03.954Z | Downloaded x509-cert v0.2.5 |
| 1244 | 2026-06-26T04:08:03.958Z | Downloaded tower-http v0.6.8 |
| 1245 | 2026-06-26T04:08:03.962Z | Downloaded typed-path v0.9.3 |
| 1246 | 2026-06-26T04:08:03.966Z | Downloaded zip v4.6.1 |
| 1247 | 2026-06-26T04:08:03.968Z | Downloaded tower v0.5.3 |
| 1248 | 2026-06-26T04:08:03.973Z | Downloaded nix v0.27.1 |
| 1249 | 2026-06-26T04:08:03.979Z | Downloaded moka v0.12.13 |
| 1250 | 2026-06-26T04:08:03.983Z | Downloaded goblin v0.10.5 |
| 1251 | 2026-06-26T04:08:03.988Z | Downloaded unicode-segmentation v1.12.0 |
| 1252 | 2026-06-26T04:08:03.996Z | Downloaded serde_with v3.17.0 |
| 1253 | 2026-06-26T04:08:04.003Z | Downloaded tokio-util v0.7.18 |
| 1254 | 2026-06-26T04:08:04.007Z | Downloaded proptest v1.10.0 |
| 1255 | 2026-06-26T04:08:04.012Z | Downloaded petname v2.0.2 |
| 1256 | 2026-06-26T04:08:04.015Z | Downloaded radix_trie v0.2.1 |
| 1257 | 2026-06-26T04:08:04.037Z | Downloaded winnow v0.6.26 |
| 1258 | 2026-06-26T04:08:04.042Z | Downloaded polar-core v0.27.3 |
| 1259 | 2026-06-26T04:08:04.049Z | Downloaded rustls-webpki v0.102.8 |
| 1260 | 2026-06-26T04:08:04.059Z | Downloaded bstr v1.12.1 |
| 1261 | 2026-06-26T04:08:04.064Z | Downloaded quinn-proto v0.11.13 |
| 1262 | 2026-06-26T04:08:04.068Z | Downloaded object v0.30.4 |
| 1263 | 2026-06-26T04:08:04.073Z | Downloaded nix v0.28.0 |
| 1264 | 2026-06-26T04:08:04.096Z | Downloaded tough v0.22.0 |
| 1265 | 2026-06-26T04:08:04.111Z | Downloaded winnow v0.5.40 |
| 1266 | 2026-06-26T04:08:04.118Z | Downloaded rustls v0.21.12 |
| 1267 | 2026-06-26T04:08:04.124Z | Downloaded time v0.3.47 |
| 1268 | 2026-06-26T04:08:04.131Z | Downloaded tabled v0.20.0 |
| 1269 | 2026-06-26T04:08:04.141Z | Downloaded nix v0.31.2 |
| 1270 | 2026-06-26T04:08:04.150Z | Downloaded zlib-rs v0.6.2 |
| 1271 | 2026-06-26T04:08:04.153Z | Downloaded openssl v0.10.79 |
| 1272 | 2026-06-26T04:08:04.159Z | Downloaded regex-syntax v0.6.29 |
| 1273 | 2026-06-26T04:08:04.163Z | Downloaded openapiv3 v2.2.0 |
| 1274 | 2026-06-26T04:08:04.169Z | Downloaded vcpkg v0.2.15 |
| 1275 | 2026-06-26T04:08:04.192Z | Downloaded smoltcp v0.9.1 |
| 1276 | 2026-06-26T04:08:04.198Z | Downloaded hickory-proto v0.24.4 |
| 1277 | 2026-06-26T04:08:04.206Z | Downloaded object v0.37.3 |
| 1278 | 2026-06-26T04:08:04.213Z | Downloaded zerocopy v0.8.40 |
| 1279 | 2026-06-26T04:08:04.218Z | Downloaded smoltcp v0.11.0 |
| 1280 | 2026-06-26T04:08:04.225Z | Downloaded rustls v0.23.37 |
| 1281 | 2026-06-26T04:08:04.232Z | Downloaded webpki-roots v1.0.6 |
| 1282 | 2026-06-26T04:08:04.235Z | Downloaded regress v0.11.1 |
| 1283 | 2026-06-26T04:08:04.241Z | Downloaded regress v0.10.5 |
| 1284 | 2026-06-26T04:08:04.246Z | Downloaded regex-syntax v0.8.10 |
| 1285 | 2026-06-26T04:08:04.249Z | Downloaded diesel v2.3.7 |
| 1286 | 2026-06-26T04:08:04.261Z | Downloaded hickory-proto v0.25.2 |
| 1287 | 2026-06-26T04:08:04.270Z | Downloaded rustls v0.22.4 |
| 1288 | 2026-06-26T04:08:04.277Z | Downloaded dropshot v0.17.0 |
| 1289 | 2026-06-26T04:08:04.289Z | Downloaded rustix v0.38.44 |
| 1290 | 2026-06-26T04:08:04.302Z | Downloaded typify-impl v0.6.2 |
| 1291 | 2026-06-26T04:08:04.341Z | Downloaded petgraph v0.8.3 |
| 1292 | 2026-06-26T04:08:04.350Z | Downloaded csv v1.4.0 |
| 1293 | 2026-06-26T04:08:04.366Z | Downloaded sqlparser v0.61.0 |
| 1294 | 2026-06-26T04:08:04.390Z | Downloaded encoding_rs v0.8.35 |
| 1295 | 2026-06-26T04:08:04.407Z | Downloaded ratatui v0.29.0 |
| 1296 | 2026-06-26T04:08:04.418Z | Downloaded tracing v0.1.44 |
| 1297 | 2026-06-26T04:08:04.431Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1298 | 2026-06-26T04:08:04.438Z | Downloaded sled v0.34.7 |
| 1299 | 2026-06-26T04:08:04.463Z | Downloaded regex-automata v0.4.14 |
| 1300 | 2026-06-26T04:08:04.472Z | Downloaded zerocopy-derive v0.6.6 |
| 1301 | 2026-06-26T04:08:04.506Z | Downloaded petgraph v0.6.5 |
| 1302 | 2026-06-26T04:08:04.528Z | Downloaded jiff v0.2.21 |
| 1303 | 2026-06-26T04:08:04.542Z | Downloaded chrono-tz v0.10.4 |
| 1304 | 2026-06-26T04:08:04.590Z | Downloaded libz-sys v1.1.24 |
| 1305 | 2026-06-26T04:08:04.610Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1306 | 2026-06-26T04:08:04.621Z | Downloaded sha3 v0.10.8 |
| 1307 | 2026-06-26T04:08:04.631Z | Downloaded tokio v1.52.1 |
| 1308 | 2026-06-26T04:08:04.742Z | Downloaded ring v0.17.14 |
| 1309 | 2026-06-26T04:08:04.782Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1310 | 2026-06-26T04:08:05.267Z | Downloaded aws-lc-sys v0.40.0 |
| 1311 | 2026-06-26T04:08:05.519Z | Compiling libc v0.2.185 |
| 1312 | 2026-06-26T04:08:05.519Z | Compiling serde v1.0.228 |
| 1313 | 2026-06-26T04:08:05.522Z | Compiling log v0.4.29 |
| 1314 | 2026-06-26T04:08:05.522Z | Compiling find-msvc-tools v0.1.9 |
| 1315 | 2026-06-26T04:08:05.670Z | Compiling shlex v1.3.0 |
| 1316 | 2026-06-26T04:08:05.670Z | Compiling smallvec v1.15.1 |
| 1317 | 2026-06-26T04:08:05.678Z | Compiling syn v2.0.117 |
| 1318 | 2026-06-26T04:08:05.699Z | Compiling typenum v1.19.0 |
| 1319 | 2026-06-26T04:08:05.923Z | Compiling generic-array v0.14.7 |
| 1320 | 2026-06-26T04:08:05.971Z | Compiling subtle v2.6.1 |
| 1321 | 2026-06-26T04:08:05.987Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-06-26T04:08:05.999Z | Compiling const-oid v0.9.6 |
| 1323 | 2026-06-26T04:08:06.074Z | Compiling lock_api v0.4.14 |
| 1324 | 2026-06-26T04:08:06.090Z | Compiling serde_json v1.0.149 |
| 1325 | 2026-06-26T04:08:06.144Z | Compiling zerocopy v0.8.40 |
| 1326 | 2026-06-26T04:08:06.199Z | Compiling pin-project-lite v0.2.17 |
| 1327 | 2026-06-26T04:08:06.303Z | Compiling portable-atomic v1.13.1 |
| 1328 | 2026-06-26T04:08:06.318Z | Compiling parking_lot_core v0.9.12 |
| 1329 | 2026-06-26T04:08:06.593Z | Compiling getrandom v0.2.17 |
| 1330 | 2026-06-26T04:08:06.625Z | Compiling jobserver v0.1.34 |
| 1331 | 2026-06-26T04:08:06.666Z | Compiling errno v0.3.14 |
| 1332 | 2026-06-26T04:08:06.754Z | Compiling rand_core v0.6.4 |
| 1333 | 2026-06-26T04:08:06.767Z | Compiling pkg-config v0.3.32 |
| 1334 | 2026-06-26T04:08:06.818Z | Compiling signal-hook-registry v1.4.8 |
| 1335 | 2026-06-26T04:08:06.845Z | Compiling cc v1.2.56 |
| 1336 | 2026-06-26T04:08:07.034Z | Compiling bitflags v2.11.0 |
| 1337 | 2026-06-26T04:08:07.102Z | Compiling critical-section v1.2.0 |
| 1338 | 2026-06-26T04:08:07.213Z | Compiling futures-core v0.3.32 |
| 1339 | 2026-06-26T04:08:07.271Z | Compiling libm v0.2.16 |
| 1340 | 2026-06-26T04:08:07.318Z | Compiling once_cell v1.21.3 |
| 1341 | 2026-06-26T04:08:07.331Z | Compiling parking_lot v0.12.5 |
| 1342 | 2026-06-26T04:08:07.364Z | Compiling mio v1.2.0 |
| 1343 | 2026-06-26T04:08:07.377Z | Compiling num-traits v0.2.19 |
| 1344 | 2026-06-26T04:08:07.472Z | Compiling percent-encoding v2.3.2 |
| 1345 | 2026-06-26T04:08:07.536Z | Compiling socket2 v0.6.3 |
| 1346 | 2026-06-26T04:08:07.668Z | Compiling futures-sink v0.3.32 |
| 1347 | 2026-06-26T04:08:07.715Z | Compiling getrandom v0.4.1 |
| 1348 | 2026-06-26T04:08:07.732Z | Compiling futures-task v0.3.32 |
| 1349 | 2026-06-26T04:08:07.776Z | Compiling futures-channel v0.3.32 |
| 1350 | 2026-06-26T04:08:07.840Z | Compiling slab v0.4.12 |
| 1351 | 2026-06-26T04:08:07.910Z | Compiling cpufeatures v0.2.17 |
| 1352 | 2026-06-26T04:08:07.956Z | Compiling futures-io v0.3.32 |
| 1353 | 2026-06-26T04:08:07.987Z | Compiling rand_core v0.10.0 |
| 1354 | 2026-06-26T04:08:08.010Z | Compiling indexmap v2.14.0 |
| 1355 | 2026-06-26T04:08:08.023Z | Compiling getrandom v0.3.4 |
| 1356 | 2026-06-26T04:08:08.092Z | Compiling rustversion v1.0.22 |
| 1357 | 2026-06-26T04:08:08.119Z | Compiling form_urlencoded v1.2.2 |
| 1358 | 2026-06-26T04:08:08.299Z | Compiling cmake v0.1.57 |
| 1359 | 2026-06-26T04:08:08.483Z | Compiling fs_extra v1.3.0 |
| 1360 | 2026-06-26T04:08:08.496Z | Compiling dunce v1.0.5 |
| 1361 | 2026-06-26T04:08:08.688Z | Compiling synstructure v0.13.2 |
| 1362 | 2026-06-26T04:08:08.722Z | Compiling base64ct v1.8.3 |
| 1363 | 2026-06-26T04:08:08.751Z | Compiling ident_case v1.0.1 |
| 1364 | 2026-06-26T04:08:08.762Z | Compiling aws-lc-sys v0.40.0 |
| 1365 | 2026-06-26T04:08:08.872Z | Compiling iana-time-zone v0.1.65 |
| 1366 | 2026-06-26T04:08:08.958Z | Compiling pem-rfc7468 v0.7.0 |
| 1367 | 2026-06-26T04:08:09.017Z | Compiling flagset v0.4.7 |
| 1368 | 2026-06-26T04:08:09.030Z | Compiling regex-syntax v0.8.10 |
| 1369 | 2026-06-26T04:08:09.076Z | Compiling rustix v1.1.3 |
| 1370 | 2026-06-26T04:08:09.149Z | Compiling rand_core v0.9.5 |
| 1371 | 2026-06-26T04:08:09.192Z | Compiling ring v0.17.14 |
| 1372 | 2026-06-26T04:08:09.261Z | Compiling aws-lc-rs v1.16.3 |
| 1373 | 2026-06-26T04:08:09.283Z | Compiling vcpkg v0.2.15 |
| 1374 | 2026-06-26T04:08:09.433Z | Compiling uuid v1.23.0 |
| 1375 | 2026-06-26T04:08:09.572Z | Compiling rustc_version v0.4.1 |
| 1376 | 2026-06-26T04:08:09.937Z | Compiling tracing-core v0.1.36 |
| 1377 | 2026-06-26T04:08:10.082Z | Compiling openssl-sys v0.9.115 |
| 1378 | 2026-06-26T04:08:10.175Z | Compiling base64 v0.22.1 |
| 1379 | 2026-06-26T04:08:10.464Z | Compiling serde_derive v1.0.228 |
| 1380 | 2026-06-26T04:08:10.488Z | Compiling zeroize_derive v1.4.3 |
| 1381 | 2026-06-26T04:08:10.501Z | Compiling zerofrom-derive v0.1.6 |
| 1382 | 2026-06-26T04:08:10.599Z | Compiling yoke-derive v0.8.1 |
| 1383 | 2026-06-26T04:08:10.805Z | Compiling zerovec-derive v0.11.2 |
| 1384 | 2026-06-26T04:08:11.165Z | Compiling zeroize v1.8.2 |
| 1385 | 2026-06-26T04:08:11.434Z | Compiling zerocopy-derive v0.8.40 |
| 1386 | 2026-06-26T04:08:11.780Z | Compiling displaydoc v0.2.5 |
| 1387 | 2026-06-26T04:08:11.917Z | Compiling crypto-common v0.1.7 |
| 1388 | 2026-06-26T04:08:11.932Z | Compiling zerofrom v0.1.6 |
| 1389 | 2026-06-26T04:08:11.946Z | Compiling block-buffer v0.10.4 |
| 1390 | 2026-06-26T04:08:12.053Z | Compiling yoke v0.8.1 |
| 1391 | 2026-06-26T04:08:12.066Z | Compiling tokio-macros v2.7.0 |
| 1392 | 2026-06-26T04:08:12.114Z | Compiling digest v0.10.7 |
| 1393 | 2026-06-26T04:08:12.236Z | Compiling zerovec v0.11.5 |
| 1394 | 2026-06-26T04:08:12.358Z | Compiling futures-macro v0.3.32 |
| 1395 | 2026-06-26T04:08:12.516Z | Compiling zerotrie v0.2.3 |
| 1396 | 2026-06-26T04:08:12.737Z | Compiling tinystr v0.8.2 |
| 1397 | 2026-06-26T04:08:12.771Z | Compiling potential_utf v0.1.4 |
| 1398 | 2026-06-26T04:08:12.809Z | Compiling hmac v0.12.1 |
| 1399 | 2026-06-26T04:08:12.927Z | Compiling icu_locale_core v2.1.1 |
| 1400 | 2026-06-26T04:08:12.930Z | Compiling icu_collections v2.1.1 |
| 1401 | 2026-06-26T04:08:12.961Z | Compiling block-padding v0.3.3 |
| 1402 | 2026-06-26T04:08:13.120Z | Compiling inout v0.1.4 |
| 1403 | 2026-06-26T04:08:13.141Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-06-26T04:08:13.282Z | Compiling cipher v0.4.4 |
| 1405 | 2026-06-26T04:08:13.404Z | Compiling sha2 v0.10.9 |
| 1406 | 2026-06-26T04:08:13.550Z | Compiling icu_provider v2.1.1 |
| 1407 | 2026-06-26T04:08:13.789Z | Compiling icu_normalizer v2.1.1 |
| 1408 | 2026-06-26T04:08:13.838Z | Compiling icu_properties v2.1.2 |
| 1409 | 2026-06-26T04:08:13.960Z | Compiling bytes v1.11.1 |
| 1410 | 2026-06-26T04:08:13.981Z | Compiling der_derive v0.7.3 |
| 1411 | 2026-06-26T04:08:14.319Z | Compiling chrono v0.4.44 |
| 1412 | 2026-06-26T04:08:14.572Z | Compiling tokio v1.52.1 |
| 1413 | 2026-06-26T04:08:14.795Z | Compiling idna_adapter v1.2.1 |
| 1414 | 2026-06-26T04:08:14.924Z | Compiling idna v1.1.0 |
| 1415 | 2026-06-26T04:08:14.937Z | Compiling http v1.4.0 |
| 1416 | 2026-06-26T04:08:14.937Z | Compiling der v0.7.10 |
| 1417 | 2026-06-26T04:08:15.439Z | Compiling url v2.5.8 |
| 1418 | 2026-06-26T04:08:15.557Z | Compiling salsa20 v0.10.2 |
| 1419 | 2026-06-26T04:08:15.691Z | Compiling ppv-lite86 v0.2.21 |
| 1420 | 2026-06-26T04:08:15.704Z | Compiling pbkdf2 v0.12.2 |
| 1421 | 2026-06-26T04:08:15.834Z | Compiling spki v0.7.3 |
| 1422 | 2026-06-26T04:08:15.857Z | Compiling rustls-pki-types v1.14.0 |
| 1423 | 2026-06-26T04:08:15.890Z | Compiling tracing-attributes v0.1.31 |
| 1424 | 2026-06-26T04:08:16.040Z | Compiling thiserror-impl v2.0.18 |
| 1425 | 2026-06-26T04:08:16.068Z | Compiling rand_chacha v0.9.0 |
| 1426 | 2026-06-26T04:08:16.187Z | Compiling scrypt v0.11.0 |
| 1427 | 2026-06-26T04:08:16.276Z | Compiling http-body v1.0.1 |
| 1428 | 2026-06-26T04:08:16.322Z | Compiling cbc v0.1.2 |
| 1429 | 2026-06-26T04:08:16.428Z | Compiling aes v0.8.4 |
| 1430 | 2026-06-26T04:08:16.473Z | Compiling untrusted v0.9.0 |
| 1431 | 2026-06-26T04:08:16.503Z | Compiling httparse v1.10.1 |
| 1432 | 2026-06-26T04:08:16.592Z | Compiling untrusted v0.7.1 |
| 1433 | 2026-06-26T04:08:16.716Z | Compiling tinyvec_macros v0.1.1 |
| 1434 | 2026-06-26T04:08:16.757Z | Compiling openssl-probe v0.2.1 |
| 1435 | 2026-06-26T04:08:16.788Z | Compiling tinyvec v1.10.0 |
| 1436 | 2026-06-26T04:08:16.877Z | Compiling pkcs5 v0.7.1 |
| 1437 | 2026-06-26T04:08:17.134Z | Compiling pest_generator v2.8.6 |
| 1438 | 2026-06-26T04:08:17.205Z | Compiling tracing v0.1.44 |
| 1439 | 2026-06-26T04:08:17.357Z | Compiling rand v0.9.2 |
| 1440 | 2026-06-26T04:08:17.381Z | Compiling thiserror v2.0.18 |
| 1441 | 2026-06-26T04:08:17.473Z | Compiling serde_derive_internals v0.29.1 |
| 1442 | 2026-06-26T04:08:17.501Z | Compiling aho-corasick v1.1.4 |
| 1443 | 2026-06-26T04:08:17.501Z | Compiling tower-layer v0.3.3 |
| 1444 | 2026-06-26T04:08:17.644Z | Compiling rustls v0.23.37 |
| 1445 | 2026-06-26T04:08:17.815Z | Compiling atomic-waker v1.1.2 |
| 1446 | 2026-06-26T04:08:17.832Z | Compiling dyn-clone v1.0.20 |
| 1447 | 2026-06-26T04:08:17.941Z | Compiling schemars v0.8.22 |
| 1448 | 2026-06-26T04:08:17.963Z | Compiling tower-service v0.3.3 |
| 1449 | 2026-06-26T04:08:18.059Z | Compiling try-lock v0.2.5 |
| 1450 | 2026-06-26T04:08:18.153Z | Compiling want v0.3.1 |
| 1451 | 2026-06-26T04:08:18.164Z | Compiling pest_derive v2.8.6 |
| 1452 | 2026-06-26T04:08:18.181Z | Compiling pkcs8 v0.10.2 |
| 1453 | 2026-06-26T04:08:18.314Z | Compiling regex-automata v0.4.14 |
| 1454 | 2026-06-26T04:08:18.342Z | Compiling schemars_derive v0.8.22 |
| 1455 | 2026-06-26T04:08:18.475Z | Compiling tokio-util v0.7.18 |
| 1456 | 2026-06-26T04:08:18.697Z | Compiling ipnet v2.11.0 |
| 1457 | 2026-06-26T04:08:18.889Z | Compiling scroll_derive v0.13.1 |
| 1458 | 2026-06-26T04:08:19.141Z | Compiling h2 v0.4.13 |
| 1459 | 2026-06-26T04:08:19.186Z | Compiling darling_core v0.20.11 |
| 1460 | 2026-06-26T04:08:19.487Z | Compiling httpdate v1.0.3 |
| 1461 | 2026-06-26T04:08:19.561Z | Compiling foreign-types-shared v0.1.1 |
| 1462 | 2026-06-26T04:08:19.650Z | Compiling pin-utils v0.1.0 |
| 1463 | 2026-06-26T04:08:19.683Z | Compiling openssl v0.10.79 |
| 1464 | 2026-06-26T04:08:19.719Z | Compiling scroll v0.13.0 |
| 1465 | 2026-06-26T04:08:19.722Z | Compiling tempfile v3.25.0 |
| 1466 | 2026-06-26T04:08:19.926Z | Compiling foreign-types v0.3.2 |
| 1467 | 2026-06-26T04:08:19.999Z | Compiling unicode-normalization v0.1.25 |
| 1468 | 2026-06-26T04:08:20.266Z | Compiling openssl-macros v0.1.1 |
| 1469 | 2026-06-26T04:08:20.455Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1470 | 2026-06-26T04:08:20.504Z | Compiling socket2 v0.5.10 |
| 1471 | 2026-06-26T04:08:20.663Z | Compiling spin v0.9.8 |
| 1472 | 2026-06-26T04:08:20.838Z | Compiling time-core v0.1.8 |
| 1473 | 2026-06-26T04:08:20.916Z | Compiling native-tls v0.2.18 |
| 1474 | 2026-06-26T04:08:20.942Z | Compiling powerfmt v0.2.0 |
| 1475 | 2026-06-26T04:08:21.027Z | Compiling num-conv v0.2.0 |
| 1476 | 2026-06-26T04:08:21.124Z | Compiling crc32fast v1.5.0 |
| 1477 | 2026-06-26T04:08:21.161Z | Compiling time-macros v0.2.27 |
| 1478 | 2026-06-26T04:08:21.176Z | Compiling deranged v0.5.8 |
| 1479 | 2026-06-26T04:08:21.494Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-06-26T04:08:21.965Z | Compiling darling v0.20.11 |
| 1481 | 2026-06-26T04:08:22.048Z | Compiling goblin v0.10.5 |
| 1482 | 2026-06-26T04:08:22.160Z | Compiling hyper v1.8.1 |
| 1483 | 2026-06-26T04:08:22.232Z | Compiling rustls-native-certs v0.8.3 |
| 1484 | 2026-06-26T04:08:22.462Z | Compiling sync_wrapper v1.0.2 |
| 1485 | 2026-06-26T04:08:22.522Z | Compiling wait-timeout v0.2.1 |
| 1486 | 2026-06-26T04:08:22.569Z | Compiling simd-adler32 v0.3.8 |
| 1487 | 2026-06-26T04:08:22.783Z | Compiling siphasher v1.0.2 |
| 1488 | 2026-06-26T04:08:22.813Z | Compiling usdt-impl v0.6.0 |
| 1489 | 2026-06-26T04:08:22.968Z | Compiling crossbeam-utils v0.8.21 |
| 1490 | 2026-06-26T04:08:23.014Z | Compiling syn v1.0.109 |
| 1491 | 2026-06-26T04:08:23.110Z | Compiling num_threads v0.1.7 |
| 1492 | 2026-06-26T04:08:23.208Z | Compiling unicode-segmentation v1.12.0 |
| 1493 | 2026-06-26T04:08:23.245Z | Compiling hyper-util v0.1.20 |
| 1494 | 2026-06-26T04:08:23.310Z | Compiling quick-error v1.2.3 |
| 1495 | 2026-06-26T04:08:23.420Z | Compiling bit-vec v0.8.0 |
| 1496 | 2026-06-26T04:08:23.585Z | Compiling rusty-fork v0.3.1 |
| 1497 | 2026-06-26T04:08:23.722Z | Compiling bit-set v0.8.0 |
| 1498 | 2026-06-26T04:08:23.916Z | Compiling time v0.3.47 |
| 1499 | 2026-06-26T04:08:23.948Z | Compiling tower v0.5.3 |
| 1500 | 2026-06-26T04:08:23.963Z | Compiling derive_builder_core v0.20.2 |
| 1501 | 2026-06-26T04:08:24.421Z | Compiling dtrace-parser v0.3.0 |
| 1502 | 2026-06-26T04:08:24.575Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-06-26T04:08:24.820Z | Compiling dof v0.4.0 |
| 1504 | 2026-06-26T04:08:24.823Z | Compiling webpki-roots v1.0.6 |
| 1505 | 2026-06-26T04:08:24.950Z | Compiling signature v2.2.0 |
| 1506 | 2026-06-26T04:08:24.973Z | Compiling thiserror-impl v1.0.69 |
| 1507 | 2026-06-26T04:08:25.130Z | Compiling scroll_derive v0.12.1 |
| 1508 | 2026-06-26T04:08:25.152Z | Compiling heapless v0.7.17 |
| 1509 | 2026-06-26T04:08:25.398Z | Compiling rand_xorshift v0.4.0 |
| 1510 | 2026-06-26T04:08:25.485Z | Compiling slog v2.8.2 |
| 1511 | 2026-06-26T04:08:25.560Z | Compiling darling_core v0.21.3 |
| 1512 | 2026-06-26T04:08:25.669Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1513 | 2026-06-26T04:08:25.791Z | Compiling thread-id v5.1.0 |
| 1514 | 2026-06-26T04:08:25.896Z | Compiling cookie v0.18.1 |
| 1515 | 2026-06-26T04:08:25.976Z | Compiling paste v1.0.15 |
| 1516 | 2026-06-26T04:08:25.976Z | Compiling anyhow v1.0.102 |
| 1517 | 2026-06-26T04:08:26.076Z | Compiling unicode-bidi v0.3.18 |
| 1518 | 2026-06-26T04:08:26.237Z | Compiling unarray v0.1.4 |
| 1519 | 2026-06-26T04:08:26.252Z | Compiling adler2 v2.0.1 |
| 1520 | 2026-06-26T04:08:26.271Z | Compiling signal-hook v0.3.18 |
| 1521 | 2026-06-26T04:08:26.285Z | Compiling ryu v1.0.23 |
| 1522 | 2026-06-26T04:08:26.345Z | Compiling zstd-safe v7.2.4 |
| 1523 | 2026-06-26T04:08:26.383Z | Compiling iri-string v0.7.10 |
| 1524 | 2026-06-26T04:08:26.439Z | Compiling unicode-properties v0.1.4 |
| 1525 | 2026-06-26T04:08:26.458Z | Compiling allocator-api2 v0.2.21 |
| 1526 | 2026-06-26T04:08:26.552Z | Compiling serde_urlencoded v0.7.1 |
| 1527 | 2026-06-26T04:08:26.614Z | Compiling stringprep v0.1.5 |
| 1528 | 2026-06-26T04:08:26.645Z | Compiling miniz_oxide v0.8.9 |
| 1529 | 2026-06-26T04:08:26.783Z | Compiling proptest v1.10.0 |
| 1530 | 2026-06-26T04:08:27.008Z | Compiling thiserror v1.0.69 |
| 1531 | 2026-06-26T04:08:27.251Z | Compiling scroll v0.12.0 |
| 1532 | 2026-06-26T04:08:27.508Z | Compiling tower-http v0.6.8 |
| 1533 | 2026-06-26T04:08:27.772Z | Compiling derive_builder_macro v0.20.2 |
| 1534 | 2026-06-26T04:08:27.904Z | Compiling tokio-native-tls v0.3.1 |
| 1535 | 2026-06-26T04:08:28.089Z | Compiling heck v0.4.1 |
| 1536 | 2026-06-26T04:08:28.105Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-06-26T04:08:28.118Z | Compiling darling_macro v0.21.3 |
| 1538 | 2026-06-26T04:08:28.227Z | Compiling bstr v1.12.1 |
| 1539 | 2026-06-26T04:08:28.307Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-06-26T04:08:28.377Z | Compiling toml_datetime v0.6.11 |
| 1541 | 2026-06-26T04:08:28.489Z | Compiling serde_tokenstream v0.2.3 |
| 1542 | 2026-06-26T04:08:28.606Z | Compiling erased-serde v0.3.31 |
| 1543 | 2026-06-26T04:08:28.640Z | Compiling serde_spanned v0.6.9 |
| 1544 | 2026-06-26T04:08:28.787Z | Compiling md-5 v0.10.6 |
| 1545 | 2026-06-26T04:08:28.804Z | Compiling pin-project-internal v1.1.11 |
| 1546 | 2026-06-26T04:08:28.873Z | Compiling zerocopy-derive v0.7.35 |
| 1547 | 2026-06-26T04:08:28.949Z | Compiling async-trait v0.1.89 |
| 1548 | 2026-06-26T04:08:29.081Z | Compiling curve25519-dalek v4.1.3 |
| 1549 | 2026-06-26T04:08:29.100Z | Compiling vergen-lib v9.1.0 |
| 1550 | 2026-06-26T04:08:29.280Z | Compiling num-integer v0.1.46 |
| 1551 | 2026-06-26T04:08:29.411Z | Compiling hash32 v0.2.1 |
| 1552 | 2026-06-26T04:08:29.603Z | Compiling ff v0.13.1 |
| 1553 | 2026-06-26T04:08:29.606Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-06-26T04:08:29.733Z | Compiling encoding_rs v0.8.35 |
| 1555 | 2026-06-26T04:08:29.748Z | Compiling fallible-iterator v0.2.0 |
| 1556 | 2026-06-26T04:08:29.809Z | Compiling mime v0.3.17 |
| 1557 | 2026-06-26T04:08:29.904Z | Compiling cfg_aliases v0.2.1 |
| 1558 | 2026-06-26T04:08:29.969Z | Compiling psl-types v2.0.11 |
| 1559 | 2026-06-26T04:08:29.983Z | Compiling rustix v0.38.44 |
| 1560 | 2026-06-26T04:08:30.061Z | Compiling smoltcp v0.9.1 |
| 1561 | 2026-06-26T04:08:30.074Z | Compiling ref-cast v1.0.25 |
| 1562 | 2026-06-26T04:08:30.092Z | Compiling num-bigint-dig v0.8.6 |
| 1563 | 2026-06-26T04:08:30.283Z | Compiling zlib-rs v0.6.2 |
| 1564 | 2026-06-26T04:08:30.323Z | Compiling base16ct v0.2.0 |
| 1565 | 2026-06-26T04:08:30.371Z | Compiling litrs v1.0.0 |
| 1566 | 2026-06-26T04:08:30.458Z | Compiling sec1 v0.7.3 |
| 1567 | 2026-06-26T04:08:30.607Z | Compiling publicsuffix v2.3.0 |
| 1568 | 2026-06-26T04:08:30.731Z | Compiling postgres-protocol v0.6.10 |
| 1569 | 2026-06-26T04:08:30.775Z | Compiling nix v0.31.2 |
| 1570 | 2026-06-26T04:08:30.938Z | Compiling document-features v0.2.12 |
| 1571 | 2026-06-26T04:08:31.186Z | Compiling pin-project v1.1.11 |
| 1572 | 2026-06-26T04:08:31.288Z | Compiling zerocopy v0.7.35 |
| 1573 | 2026-06-26T04:08:31.326Z | Compiling group v0.13.0 |
| 1574 | 2026-06-26T04:08:31.509Z | Compiling num-iter v0.1.45 |
| 1575 | 2026-06-26T04:08:31.629Z | Compiling newtype-uuid v1.3.2 |
| 1576 | 2026-06-26T04:08:31.703Z | Compiling hubpack_derive v0.1.1 |
| 1577 | 2026-06-26T04:08:31.822Z | Compiling darling v0.21.3 |
| 1578 | 2026-06-26T04:08:31.834Z | Compiling rand v0.8.6 |
| 1579 | 2026-06-26T04:08:31.903Z | Compiling oxnet v0.1.6 |
| 1580 | 2026-06-26T04:08:31.955Z | Compiling snafu-derive v0.8.9 |
| 1581 | 2026-06-26T04:08:32.023Z | Compiling derive_builder v0.20.2 |
| 1582 | 2026-06-26T04:08:32.159Z | Compiling hyper-tls v0.6.0 |
| 1583 | 2026-06-26T04:08:32.360Z | Compiling goblin v0.8.2 |
| 1584 | 2026-06-26T04:08:32.945Z | Compiling phf_shared v0.13.1 |
| 1585 | 2026-06-26T04:08:33.017Z | Compiling lazy_static v1.5.0 |
| 1586 | 2026-06-26T04:08:33.113Z | Compiling regex v1.12.3 |
| 1587 | 2026-06-26T04:08:33.182Z | Compiling anstyle-parse v0.2.7 |
| 1588 | 2026-06-26T04:08:33.218Z | Compiling strum_macros v0.27.2 |
| 1589 | 2026-06-26T04:08:33.366Z | Compiling flate2 v1.1.9 |
| 1590 | 2026-06-26T04:08:33.542Z | Compiling futures-executor v0.3.32 |
| 1591 | 2026-06-26T04:08:33.605Z | Compiling hex v0.4.3 |
| 1592 | 2026-06-26T04:08:33.771Z | Compiling hkdf v0.12.4 |
| 1593 | 2026-06-26T04:08:33.801Z | Compiling crypto-bigint v0.5.5 |
| 1594 | 2026-06-26T04:08:33.814Z | Compiling terminal_size v0.4.3 |
| 1595 | 2026-06-26T04:08:33.872Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1596 | 2026-06-26T04:08:33.932Z | Compiling ref-cast-impl v1.0.25 |
| 1597 | 2026-06-26T04:08:33.952Z | Compiling daft-derive v0.1.7 |
| 1598 | 2026-06-26T04:08:34.493Z | Compiling vergen v9.1.0 |
| 1599 | 2026-06-26T04:08:34.526Z | Compiling fs-err v3.3.0 |
| 1600 | 2026-06-26T04:08:34.673Z | Compiling cargo-platform v0.3.2 |
| 1601 | 2026-06-26T04:08:34.687Z | Compiling ahash v0.8.12 |
| 1602 | 2026-06-26T04:08:34.716Z | Compiling object v0.37.3 |
| 1603 | 2026-06-26T04:08:34.889Z | Compiling bumpalo v3.20.2 |
| 1604 | 2026-06-26T04:08:34.939Z | Compiling libbz2-rs-sys v0.2.2 |
| 1605 | 2026-06-26T04:08:34.980Z | Compiling same-file v1.0.6 |
| 1606 | 2026-06-26T04:08:35.143Z | Compiling bitflags v1.3.2 |
| 1607 | 2026-06-26T04:08:35.157Z | Compiling winnow v0.5.40 |
| 1608 | 2026-06-26T04:08:35.171Z | Compiling managed v0.8.0 |
| 1609 | 2026-06-26T04:08:35.221Z | Compiling foldhash v0.2.0 |
| 1610 | 2026-06-26T04:08:35.386Z | Compiling foldhash v0.1.5 |
| 1611 | 2026-06-26T04:08:35.444Z | Compiling clap_builder v4.6.0 |
| 1612 | 2026-06-26T04:08:35.556Z | Compiling hashbrown v0.15.5 |
| 1613 | 2026-06-26T04:08:35.627Z | Compiling hashbrown v0.16.1 |
| 1614 | 2026-06-26T04:08:35.861Z | Compiling bzip2 v0.6.1 |
| 1615 | 2026-06-26T04:08:36.088Z | Compiling strum v0.27.2 |
| 1616 | 2026-06-26T04:08:36.158Z | Compiling walkdir v2.5.0 |
| 1617 | 2026-06-26T04:08:36.217Z | Compiling zopfli v0.8.3 |
| 1618 | 2026-06-26T04:08:36.338Z | Compiling cargo_metadata v0.23.1 |
| 1619 | 2026-06-26T04:08:36.471Z | Compiling elliptic-curve v0.13.8 |
| 1620 | 2026-06-26T04:08:36.638Z | Compiling toml_edit v0.19.15 |
| 1621 | 2026-06-26T04:08:36.881Z | Compiling daft v0.1.7 |
| 1622 | 2026-06-26T04:08:36.908Z | Compiling dof v0.3.0 |
| 1623 | 2026-06-26T04:08:37.282Z | Compiling snafu v0.8.9 |
| 1624 | 2026-06-26T04:08:37.613Z | Compiling futures v0.3.32 |
| 1625 | 2026-06-26T04:08:37.633Z | Compiling anstream v0.6.21 |
| 1626 | 2026-06-26T04:08:37.692Z | Compiling phf v0.13.1 |
| 1627 | 2026-06-26T04:08:37.706Z | Compiling signal-hook-mio v0.2.5 |
| 1628 | 2026-06-26T04:08:37.853Z | Compiling cookie_store v0.22.1 |
| 1629 | 2026-06-26T04:08:37.929Z | Compiling bzip2 v0.4.4 |
| 1630 | 2026-06-26T04:08:38.137Z | Compiling zstd v0.13.3 |
| 1631 | 2026-06-26T04:08:38.190Z | Compiling hubpack v0.1.2 |
| 1632 | 2026-06-26T04:08:38.406Z | Compiling serde_with_macros v3.17.0 |
| 1633 | 2026-06-26T04:08:38.466Z | Compiling postgres-types v0.2.12 |
| 1634 | 2026-06-26T04:08:38.511Z | Compiling usdt-macro v0.6.0 |
| 1635 | 2026-06-26T04:08:39.002Z | Compiling usdt-attr-macro v0.6.0 |
| 1636 | 2026-06-26T04:08:39.244Z | Compiling globset v0.4.18 |
| 1637 | 2026-06-26T04:08:39.289Z | Compiling dtrace-parser v0.2.0 |
| 1638 | 2026-06-26T04:08:39.522Z | Compiling ed25519 v2.2.3 |
| 1639 | 2026-06-26T04:08:39.597Z | Compiling phf_shared v0.11.3 |
| 1640 | 2026-06-26T04:08:39.782Z | Compiling olpc-cjson v0.1.4 |
| 1641 | 2026-06-26T04:08:39.798Z | Compiling pkcs1 v0.7.5 |
| 1642 | 2026-06-26T04:08:39.907Z | Compiling clap_derive v4.6.1 |
| 1643 | 2026-06-26T04:08:39.923Z | Compiling strum_macros v0.26.4 |
| 1644 | 2026-06-26T04:08:39.942Z | Compiling enum-as-inner v0.6.1 |
| 1645 | 2026-06-26T04:08:40.031Z | Compiling serde-big-array v0.5.1 |
| 1646 | 2026-06-26T04:08:40.173Z | Compiling serde_plain v1.0.2 |
| 1647 | 2026-06-26T04:08:40.196Z | Compiling rfc6979 v0.4.0 |
| 1648 | 2026-06-26T04:08:40.317Z | Compiling async-recursion v1.1.1 |
| 1649 | 2026-06-26T04:08:40.366Z | Compiling serde_repr v0.1.20 |
| 1650 | 2026-06-26T04:08:40.437Z | Compiling pem v3.0.6 |
| 1651 | 2026-06-26T04:08:40.458Z | Compiling float-cmp v0.10.0 |
| 1652 | 2026-06-26T04:08:40.597Z | Compiling memmap2 v0.9.10 |
| 1653 | 2026-06-26T04:08:40.760Z | Compiling thread-id v4.2.2 |
| 1654 | 2026-06-26T04:08:40.815Z | Compiling env_filter v1.0.0 |
| 1655 | 2026-06-26T04:08:40.888Z | Compiling difflib v0.4.0 |
| 1656 | 2026-06-26T04:08:40.933Z | Compiling static_assertions v1.1.0 |
| 1657 | 2026-06-26T04:08:41.008Z | Compiling precomputed-hash v0.1.1 |
| 1658 | 2026-06-26T04:08:41.011Z | Compiling predicates-core v1.0.10 |
| 1659 | 2026-06-26T04:08:41.099Z | Compiling either v1.15.0 |
| 1660 | 2026-06-26T04:08:41.119Z | Compiling new_debug_unreachable v1.0.6 |
| 1661 | 2026-06-26T04:08:41.184Z | Compiling typed-path v0.9.3 |
| 1662 | 2026-06-26T04:08:41.197Z | Compiling fixedbitset v0.5.7 |
| 1663 | 2026-06-26T04:08:41.314Z | Compiling whoami v2.1.0 |
| 1664 | 2026-06-26T04:08:41.444Z | Compiling fixedbitset v0.4.2 |
| 1665 | 2026-06-26T04:08:41.506Z | Compiling jiff v0.2.21 |
| 1666 | 2026-06-26T04:08:41.672Z | Compiling normalize-line-endings v0.3.0 |
| 1667 | 2026-06-26T04:08:41.687Z | Compiling keccak v0.1.6 |
| 1668 | 2026-06-26T04:08:41.708Z | Compiling data-encoding v2.10.0 |
| 1669 | 2026-06-26T04:08:41.720Z | Compiling strum v0.26.3 |
| 1670 | 2026-06-26T04:08:41.755Z | Compiling predicates v3.1.4 |
| 1671 | 2026-06-26T04:08:41.849Z | Compiling sha3 v0.10.8 |
| 1672 | 2026-06-26T04:08:42.289Z | Compiling hickory-proto v0.25.2 |
| 1673 | 2026-06-26T04:08:42.400Z | Compiling clap v4.6.1 |
| 1674 | 2026-06-26T04:08:42.405Z | Compiling petgraph v0.6.5 |
| 1675 | 2026-06-26T04:08:42.425Z | Compiling tokio-postgres v0.7.16 |
| 1676 | 2026-06-26T04:08:42.425Z | Compiling petgraph v0.8.3 |
| 1677 | 2026-06-26T04:08:42.482Z | Compiling itertools v0.13.0 |
| 1678 | 2026-06-26T04:08:43.513Z | Compiling toml_edit v0.22.27 |
| 1679 | 2026-06-26T04:08:43.713Z | Compiling string_cache v0.8.9 |
| 1680 | 2026-06-26T04:08:43.878Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1681 | 2026-06-26T04:08:43.939Z | Compiling env_logger v0.11.9 |
| 1682 | 2026-06-26T04:08:44.286Z | Compiling zip v4.6.1 |
| 1683 | 2026-06-26T04:08:44.374Z | Compiling usdt-impl v0.5.0 |
| 1684 | 2026-06-26T04:08:44.621Z | Compiling usdt v0.6.0 |
| 1685 | 2026-06-26T04:08:44.887Z | Compiling ecdsa v0.16.9 |
| 1686 | 2026-06-26T04:08:44.962Z | Compiling rsa v0.9.10 |
| 1687 | 2026-06-26T04:08:45.247Z | Compiling ed25519-dalek v2.2.0 |
| 1688 | 2026-06-26T04:08:45.279Z | Compiling serde_with v3.17.0 |
| 1689 | 2026-06-26T04:08:45.668Z | Compiling crossterm v0.28.1 |
| 1690 | 2026-06-26T04:08:46.245Z | Compiling zip v0.6.6 |
| 1691 | 2026-06-26T04:08:46.867Z | Compiling toml v0.7.8 |
| 1692 | 2026-06-26T04:08:47.017Z | Compiling iddqd v0.4.2 |
| 1693 | 2026-06-26T04:08:47.321Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1694 | 2026-06-26T04:08:47.575Z | Compiling similar v2.7.0 |
| 1695 | 2026-06-26T04:08:47.643Z | Compiling crossbeam-epoch v0.9.18 |
| 1696 | 2026-06-26T04:08:47.643Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-06-26T04:08:47.832Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-06-26T04:08:47.986Z | Compiling x509-cert v0.2.5 |
| 1699 | 2026-06-26T04:08:48.074Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1700 | 2026-06-26T04:08:48.097Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-06-26T04:08:48.253Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-06-26T04:08:48.294Z | Compiling peg-runtime v0.8.5 |
| 1703 | 2026-06-26T04:08:48.329Z | Compiling lalrpop-util v0.19.12 |
| 1704 | 2026-06-26T04:08:48.393Z | Compiling thread_local v1.1.9 |
| 1705 | 2026-06-26T04:08:48.535Z | Compiling slog-async v2.8.0 |
| 1706 | 2026-06-26T04:08:48.647Z | Compiling crossbeam-channel v0.5.15 |
| 1707 | 2026-06-26T04:08:48.647Z | Compiling is-terminal v0.4.17 |
| 1708 | 2026-06-26T04:08:48.719Z | Compiling filetime v0.2.27 |
| 1709 | 2026-06-26T04:08:48.719Z | Compiling xattr v1.6.1 |
| 1710 | 2026-06-26T04:08:48.783Z | Compiling take_mut v0.2.2 |
| 1711 | 2026-06-26T04:08:48.852Z | Compiling term v1.2.1 |
| 1712 | 2026-06-26T04:08:48.912Z | Compiling tar v0.4.45 |
| 1713 | 2026-06-26T04:08:49.328Z | Compiling slog-term v2.9.2 |
| 1714 | 2026-06-26T04:08:58.969Z | Compiling rustls-webpki v0.103.9 |
| 1715 | 2026-06-26T04:09:01.815Z | Compiling tokio-rustls v0.26.4 |
| 1716 | 2026-06-26T04:09:01.815Z | Compiling rustls-platform-verifier v0.6.2 |
| 1717 | 2026-06-26T04:09:02.013Z | Compiling hyper-rustls v0.27.7 |
| 1718 | 2026-06-26T04:09:02.215Z | Compiling reqwest v0.12.28 |
| 1719 | 2026-06-26T04:09:02.218Z | Compiling reqwest v0.13.2 |
| 1720 | 2026-06-26T04:09:03.506Z | Compiling tough v0.22.0 |
| 1721 | 2026-06-26T04:09:06.068Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1722 | 2026-06-26T04:09:06.267Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1723 | 2026-06-26T04:09:09.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1724 | 2026-06-26T04:09:09.313Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1725 | 2026-06-26T04:09:09.415Z | Jun 26 04:09:08.082 INFO Starting download, target: Clickhouse |
| 1726 | 2026-06-26T04:09:09.415Z | Jun 26 04:09:08.083 INFO Starting download, target: Cockroach |
| 1727 | 2026-06-26T04:09:09.415Z | Jun 26 04:09:08.083 INFO Starting download, target: Console |
| 1728 | 2026-06-26T04:09:09.596Z | Jun 26 04:09:08.083 INFO Starting download, target: DendriteStub |
| 1729 | 2026-06-26T04:09:09.596Z | Jun 26 04:09:08.083 INFO Starting download, target: MaghemiteMgd |
| 1730 | 2026-06-26T04:09:09.596Z | Jun 26 04:09:08.083 INFO Starting download, target: MaghemiteDdmd |
| 1731 | 2026-06-26T04:09:09.596Z | Jun 26 04:09:08.083 INFO Starting download, target: TransceiverControl |
| 1732 | 2026-06-26T04:09:09.596Z | Jun 26 04:09:08.083 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1733 | 2026-06-26T04:09:09.596Z | Jun 26 04:09:08.083 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1734 | 2026-06-26T04:09:09.596Z | Jun 26 04:09:08.083 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1735 | 2026-06-26T04:09:09.596Z | Jun 26 04:09:08.083 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1736 | 2026-06-26T04:09:09.596Z | Jun 26 04:09:08.083 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1737 | 2026-06-26T04:09:09.596Z | Jun 26 04:09:08.083 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1738 | 2026-06-26T04:09:09.596Z | Jun 26 04:09:08.083 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1739 | 2026-06-26T04:09:11.225Z | Jun 26 04:09:09.862 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1740 | 2026-06-26T04:09:11.301Z | Jun 26 04:09:09.882 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1741 | 2026-06-26T04:09:11.301Z | Jun 26 04:09:09.957 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1742 | 2026-06-26T04:09:11.427Z | Jun 26 04:09:10.108 INFO Download complete, target: Console |
| 1743 | 2026-06-26T04:09:11.482Z | Jun 26 04:09:10.180 INFO Download complete, target: TransceiverControl |
| 1744 | 2026-06-26T04:09:14.514Z | Jun 26 04:09:13.218 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1745 | 2026-06-26T04:09:15.515Z | Jun 26 04:09:14.239 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1746 | 2026-06-26T04:09:15.619Z | Jun 26 04:09:14.335 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1747 | 2026-06-26T04:09:16.061Z | Jun 26 04:09:14.784 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1748 | 2026-06-26T04:09:16.061Z | Jun 26 04:09:14.784 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1749 | 2026-06-26T04:09:16.343Z | Jun 26 04:09:15.060 INFO Download complete, target: MaghemiteDdmd |
| 1750 | 2026-06-26T04:09:18.007Z | Jun 26 04:09:16.731 INFO Download complete, target: MaghemiteMgd |
| 1751 | 2026-06-26T04:09:18.122Z | Jun 26 04:09:16.848 INFO Checking that binary works, target: Clickhouse |
| 1752 | 2026-06-26T04:09:18.136Z | Jun 26 04:09:16.862 INFO Download complete, target: DendriteStub |
| 1753 | 2026-06-26T04:09:18.260Z | Jun 26 04:09:16.986 INFO Download complete, target: Clickhouse |
| 1754 | 2026-06-26T04:09:20.694Z | Jun 26 04:09:19.420 INFO Checking that binary works, target: Cockroach |
| 1755 | 2026-06-26T04:09:20.817Z | Jun 26 04:09:19.539 INFO Download complete, target: Cockroach |
| 1756 | 2026-06-26T04:09:20.834Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1757 | 2026-06-26T04:09:20.837Z | |
| 1758 | 2026-06-26T04:09:20.837Z | real 2:06.974617989 |
| 1759 | 2026-06-26T04:09:20.837Z | user 6:53.609513112 |
| 1760 | 2026-06-26T04:09:20.837Z | sys 1:24.417926977 |
| 1761 | 2026-06-26T04:09:20.837Z | trap 0.226136371 |
| 1762 | 2026-06-26T04:09:20.837Z | tflt 0.598616113 |
| 1763 | 2026-06-26T04:09:20.837Z | dflt 0.688699160 |
| 1764 | 2026-06-26T04:09:20.837Z | kflt 0.023402014 |
| 1765 | 2026-06-26T04:09:20.837Z | lock 24:16.853499607 |
| 1766 | 2026-06-26T04:09:20.837Z | slp 21:19.606094494 |
| 1767 | 2026-06-26T04:09:20.837Z | lat 43.277373584 |
| 1768 | 2026-06-26T04:09:20.837Z | stop 1:58.707497307 |
| 1769 | 2026-06-26T04:09:20.837Z | + banner clippy |
| 1770 | 2026-06-26T04:09:20.837Z | |
| 1771 | 2026-06-26T04:09:20.837Z | #### # # ##### ##### # # |
| 1772 | 2026-06-26T04:09:20.837Z | # # # # # # # # # # |
| 1773 | 2026-06-26T04:09:20.837Z | # # # # # # # # |
| 1774 | 2026-06-26T04:09:20.837Z | # # # ##### ##### # |
| 1775 | 2026-06-26T04:09:20.837Z | # # # # # # # |
| 1776 | 2026-06-26T04:09:20.837Z | #### ###### # # # # |
| 1777 | 2026-06-26T04:09:20.837Z | |
| 1778 | 2026-06-26T04:09:20.837Z | + export CARGO_INCREMENTAL=0 |
| 1779 | 2026-06-26T04:09:20.837Z | + CARGO_INCREMENTAL=0 |
| 1780 | 2026-06-26T04:09:20.837Z | + ptime -m cargo xtask clippy |
| 1781 | 2026-06-26T04:09:21.320Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1782 | 2026-06-26T04:09:21.785Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1783 | 2026-06-26T04:09:23.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
| 1784 | 2026-06-26T04:09:23.470Z | Running `target/debug/xtask clippy` |
| 1785 | 2026-06-26T04:09:23.497Z | running: /home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1786 | 2026-06-26T04:09:24.059Z | Downloading crates ... |
| 1787 | 2026-06-26T04:09:24.271Z | Downloaded event-listener v5.4.1 |
| 1788 | 2026-06-26T04:09:24.276Z | Downloaded parking v2.2.1 |
| 1789 | 2026-06-26T04:09:24.276Z | Downloaded httptest v0.16.4 |
| 1790 | 2026-06-26T04:09:24.276Z | Downloaded plotters-svg v0.3.7 |
| 1791 | 2026-06-26T04:09:24.280Z | Downloaded supports-color v2.1.0 |
| 1792 | 2026-06-26T04:09:24.280Z | Downloaded addr2line v0.25.1 |
| 1793 | 2026-06-26T04:09:24.280Z | Downloaded event-listener-strategy v0.5.4 |
| 1794 | 2026-06-26T04:09:24.288Z | Downloaded supports-unicode v2.1.0 |
| 1795 | 2026-06-26T04:09:24.291Z | Downloaded escape8259 v0.5.3 |
| 1796 | 2026-06-26T04:09:24.291Z | Downloaded constant_time_eq v0.3.1 |
| 1797 | 2026-06-26T04:09:24.295Z | Downloaded assert-json-diff v2.0.2 |
| 1798 | 2026-06-26T04:09:24.311Z | Downloaded miette-derive v5.10.0 |
| 1799 | 2026-06-26T04:09:24.316Z | Downloaded target-triple v1.0.0 |
| 1800 | 2026-06-26T04:09:24.316Z | Downloaded backtrace-ext v0.2.1 |
| 1801 | 2026-06-26T04:09:24.316Z | Downloaded approx v0.5.1 |
| 1802 | 2026-06-26T04:09:24.323Z | Downloaded plotters-backend v0.3.7 |
| 1803 | 2026-06-26T04:09:24.337Z | Downloaded supports-hyperlinks v2.1.0 |
| 1804 | 2026-06-26T04:09:24.337Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1805 | 2026-06-26T04:09:24.337Z | Downloaded linkme-impl v0.3.35 |
| 1806 | 2026-06-26T04:09:24.337Z | Downloaded cast v0.3.0 |
| 1807 | 2026-06-26T04:09:24.337Z | Downloaded nested v0.1.1 |
| 1808 | 2026-06-26T04:09:24.343Z | Downloaded pathdiff v0.2.3 |
| 1809 | 2026-06-26T04:09:24.344Z | Downloaded similar-asserts v1.7.0 |
| 1810 | 2026-06-26T04:09:24.351Z | Downloaded oorandom v11.1.5 |
| 1811 | 2026-06-26T04:09:24.351Z | Downloaded owo-colors v3.5.0 |
| 1812 | 2026-06-26T04:09:24.360Z | Downloaded termcolor v1.4.1 |
| 1813 | 2026-06-26T04:09:24.360Z | Downloaded libtest-mimic v0.8.1 |
| 1814 | 2026-06-26T04:09:24.360Z | Downloaded async-object-pool v0.2.0 |
| 1815 | 2026-06-26T04:09:24.360Z | Downloaded path-tree v0.8.3 |
| 1816 | 2026-06-26T04:09:24.360Z | Downloaded futures-timer v3.0.3 |
| 1817 | 2026-06-26T04:09:24.360Z | Downloaded knuffel-derive v3.2.0 |
| 1818 | 2026-06-26T04:09:24.360Z | Downloaded stringmetrics v2.2.2 |
| 1819 | 2026-06-26T04:09:24.363Z | Downloaded partial-io v0.5.4 |
| 1820 | 2026-06-26T04:09:24.366Z | Downloaded rustc-demangle v0.1.27 |
| 1821 | 2026-06-26T04:09:24.367Z | Downloaded miette v5.10.0 |
| 1822 | 2026-06-26T04:09:24.371Z | Downloaded tinytemplate v1.2.1 |
| 1823 | 2026-06-26T04:09:24.371Z | Downloaded terminal_size v0.1.17 |
| 1824 | 2026-06-26T04:09:24.371Z | Downloaded serde_regex v1.1.0 |
| 1825 | 2026-06-26T04:09:24.371Z | Downloaded target-lexicon v0.13.3 |
| 1826 | 2026-06-26T04:09:24.374Z | Downloaded rust-argon2 v2.1.0 |
| 1827 | 2026-06-26T04:09:24.374Z | Downloaded linkme v0.3.35 |
| 1828 | 2026-06-26T04:09:24.374Z | Downloaded backtrace v0.3.76 |
| 1829 | 2026-06-26T04:09:24.377Z | Downloaded relative-path v1.9.3 |
| 1830 | 2026-06-26T04:09:24.380Z | Downloaded trybuild v1.0.116 |
| 1831 | 2026-06-26T04:09:24.391Z | Downloaded datatest-stable v0.3.3 |
| 1832 | 2026-06-26T04:09:24.394Z | Downloaded cfg-expr v0.20.6 |
| 1833 | 2026-06-26T04:09:24.399Z | Downloaded hickory-client v0.25.2 |
| 1834 | 2026-06-26T04:09:24.399Z | Downloaded async-lock v3.4.2 |
| 1835 | 2026-06-26T04:09:24.399Z | Downloaded blake2b_simd v1.0.4 |
| 1836 | 2026-06-26T04:09:24.405Z | Downloaded textwrap v0.15.2 |
| 1837 | 2026-06-26T04:09:24.408Z | Downloaded target-spec v3.5.7 |
| 1838 | 2026-06-26T04:09:24.408Z | Downloaded rstest_macros v0.25.0 |
| 1839 | 2026-06-26T04:09:24.411Z | Downloaded rstest v0.25.0 |
| 1840 | 2026-06-26T04:09:24.420Z | Downloaded knuffel v3.2.0 |
| 1841 | 2026-06-26T04:09:24.420Z | Downloaded criterion-plot v0.6.0 |
| 1842 | 2026-06-26T04:09:24.420Z | Downloaded rand_distr v0.5.1 |
| 1843 | 2026-06-26T04:09:24.430Z | Downloaded concurrent-queue v2.5.0 |
| 1844 | 2026-06-26T04:09:24.430Z | Downloaded chumsky v0.9.3 |
| 1845 | 2026-06-26T04:09:24.442Z | Downloaded plotters v0.3.7 |
| 1846 | 2026-06-26T04:09:24.457Z | Downloaded hashbrown v0.14.5 |
| 1847 | 2026-06-26T04:09:24.457Z | Downloaded criterion v0.7.0 |
| 1848 | 2026-06-26T04:09:24.464Z | Downloaded gimli v0.32.3 |
| 1849 | 2026-06-26T04:09:24.531Z | Downloaded guppy v0.17.25 |
| 1850 | 2026-06-26T04:09:24.553Z | Downloaded fancy-regex v0.14.0 |
| 1851 | 2026-06-26T04:09:24.595Z | Downloaded assert_cmd v2.1.2 |
| 1852 | 2026-06-26T04:09:24.605Z | Downloaded httpmock v0.8.3 |
| 1853 | 2026-06-26T04:09:24.617Z | Downloaded anes v0.1.6 |
| 1854 | 2026-06-26T04:09:26.284Z | Checking cfg-if v1.0.4 |
| 1855 | 2026-06-26T04:09:26.637Z | Checking libc v0.2.185 |
| 1856 | 2026-06-26T04:09:26.642Z | Checking serde_core v1.0.228 |
| 1857 | 2026-06-26T04:09:26.710Z | Checking memchr v2.8.0 |
| 1858 | 2026-06-26T04:09:26.750Z | Checking smallvec v1.15.1 |
| 1859 | 2026-06-26T04:09:26.794Z | Checking itoa v1.0.17 |
| 1860 | 2026-06-26T04:09:26.826Z | Checking log v0.4.29 |
| 1861 | 2026-06-26T04:09:26.873Z | Checking libm v0.2.16 |
| 1862 | 2026-06-26T04:09:26.873Z | Checking zeroize v1.8.2 |
| 1863 | 2026-06-26T04:09:26.959Z | Checking scopeguard v1.2.0 |
| 1864 | 2026-06-26T04:09:26.995Z | Checking stable_deref_trait v1.2.1 |
| 1865 | 2026-06-26T04:09:27.043Z | Checking zmij v1.0.21 |
| 1866 | 2026-06-26T04:09:27.073Z | Checking errno v0.3.14 |
| 1867 | 2026-06-26T04:09:27.113Z | Checking getrandom v0.2.17 |
| 1868 | 2026-06-26T04:09:27.116Z | Checking lock_api v0.4.14 |
| 1869 | 2026-06-26T04:09:27.201Z | Checking zerofrom v0.1.6 |
| 1870 | 2026-06-26T04:09:27.216Z | Checking percent-encoding v2.3.2 |
| 1871 | 2026-06-26T04:09:27.252Z | Checking writeable v0.6.2 |
| 1872 | 2026-06-26T04:09:27.288Z | Checking litemap v0.8.1 |
| 1873 | 2026-06-26T04:09:27.329Z | Checking yoke v0.8.1 |
| 1874 | 2026-06-26T04:09:27.365Z | Checking icu_normalizer_data v2.1.1 |
| 1875 | 2026-06-26T04:09:27.369Z | Checking icu_properties_data v2.1.2 |
| 1876 | 2026-06-26T04:09:27.430Z | Checking subtle v2.6.1 |
| 1877 | 2026-06-26T04:09:27.467Z | Checking form_urlencoded v1.2.2 |
| 1878 | 2026-06-26T04:09:27.505Z | Checking utf8_iter v1.0.4 |
| 1879 | 2026-06-26T04:09:27.538Z | Checking zerovec v0.11.5 |
| 1880 | 2026-06-26T04:09:27.538Z | Checking zerotrie v0.2.3 |
| 1881 | 2026-06-26T04:09:27.603Z | Checking num-traits v0.2.19 |
| 1882 | 2026-06-26T04:09:27.606Z | Checking rand_core v0.6.4 |
| 1883 | 2026-06-26T04:09:27.673Z | Checking pin-project-lite v0.2.17 |
| 1884 | 2026-06-26T04:09:27.707Z | Checking zerocopy v0.8.40 |
| 1885 | 2026-06-26T04:09:27.742Z | Checking rand_core v0.10.0 |
| 1886 | 2026-06-26T04:09:27.797Z | Checking parking_lot_core v0.9.12 |
| 1887 | 2026-06-26T04:09:27.846Z | Checking portable-atomic v1.13.1 |
| 1888 | 2026-06-26T04:09:27.885Z | Checking signal-hook-registry v1.4.8 |
| 1889 | 2026-06-26T04:09:27.920Z | Checking getrandom v0.4.1 |
| 1890 | 2026-06-26T04:09:27.992Z | Checking tinystr v0.8.2 |
| 1891 | 2026-06-26T04:09:28.027Z | Checking potential_utf v0.1.4 |
| 1892 | 2026-06-26T04:09:28.075Z | Checking parking_lot v0.12.5 |
| 1893 | 2026-06-26T04:09:28.112Z | Checking critical-section v1.2.0 |
| 1894 | 2026-06-26T04:09:28.153Z | Checking mio v1.2.0 |
| 1895 | 2026-06-26T04:09:28.185Z | Checking icu_collections v2.1.1 |
| 1896 | 2026-06-26T04:09:28.219Z | Checking serde v1.0.228 |
| 1897 | 2026-06-26T04:09:28.222Z | Checking serde_json v1.0.149 |
| 1898 | 2026-06-26T04:09:28.290Z | Checking bitflags v2.11.0 |
| 1899 | 2026-06-26T04:09:28.295Z | Checking icu_locale_core v2.1.1 |
| 1900 | 2026-06-26T04:09:28.295Z | Checking once_cell v1.21.3 |
| 1901 | 2026-06-26T04:09:28.465Z | Checking typenum v1.19.0 |
| 1902 | 2026-06-26T04:09:28.511Z | Checking socket2 v0.6.3 |
| 1903 | 2026-06-26T04:09:28.558Z | Checking iana-time-zone v0.1.65 |
| 1904 | 2026-06-26T04:09:28.604Z | Checking uuid v1.23.0 |
| 1905 | 2026-06-26T04:09:28.654Z | Checking bytes v1.11.1 |
| 1906 | 2026-06-26T04:09:28.706Z | Checking chrono v0.4.44 |
| 1907 | 2026-06-26T04:09:28.802Z | Checking thiserror v2.0.18 |
| 1908 | 2026-06-26T04:09:28.940Z | Checking icu_provider v2.1.1 |
| 1909 | 2026-06-26T04:09:29.016Z | Checking semver v1.0.28 |
| 1910 | 2026-06-26T04:09:29.035Z | Checking futures-core v0.3.32 |
| 1911 | 2026-06-26T04:09:29.038Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1912 | 2026-06-26T04:09:29.104Z | Checking generic-array v0.14.7 |
| 1913 | 2026-06-26T04:09:29.167Z | Checking tokio v1.52.1 |
| 1914 | 2026-06-26T04:09:29.205Z | Checking dyn-clone v1.0.20 |
| 1915 | 2026-06-26T04:09:29.238Z | Checking const-oid v0.9.6 |
| 1916 | 2026-06-26T04:09:29.241Z | Checking icu_normalizer v2.1.1 |
| 1917 | 2026-06-26T04:09:29.309Z | Checking icu_properties v2.1.2 |
| 1918 | 2026-06-26T04:09:29.393Z | Checking equivalent v1.0.2 |
| 1919 | 2026-06-26T04:09:29.505Z | Checking rustix v1.1.3 |
| 1920 | 2026-06-26T04:09:29.592Z | Checking crypto-common v0.1.7 |
| 1921 | 2026-06-26T04:09:29.622Z | Checking block-buffer v0.10.4 |
| 1922 | 2026-06-26T04:09:29.632Z | Checking futures-sink v0.3.32 |
| 1923 | 2026-06-26T04:09:29.738Z | Checking byteorder v1.5.0 |
| 1924 | 2026-06-26T04:09:29.780Z | Checking futures-channel v0.3.32 |
| 1925 | 2026-06-26T04:09:29.817Z | Checking futures-io v0.3.32 |
| 1926 | 2026-06-26T04:09:29.937Z | Checking digest v0.10.7 |
| 1927 | 2026-06-26T04:09:29.974Z | Checking slab v0.4.12 |
| 1928 | 2026-06-26T04:09:29.977Z | Checking futures-task v0.3.32 |
| 1929 | 2026-06-26T04:09:30.039Z | Checking cpufeatures v0.2.17 |
| 1930 | 2026-06-26T04:09:30.282Z | Checking thiserror v1.0.69 |
| 1931 | 2026-06-26T04:09:30.304Z | Checking hashbrown v0.17.0 |
| 1932 | 2026-06-26T04:09:30.304Z | Checking futures-util v0.3.32 |
| 1933 | 2026-06-26T04:09:30.304Z | Checking idna_adapter v1.2.1 |
| 1934 | 2026-06-26T04:09:30.304Z | Checking getrandom v0.3.4 |
| 1935 | 2026-06-26T04:09:30.338Z | Checking fnv v1.0.7 |
| 1936 | 2026-06-26T04:09:30.360Z | Checking regex-syntax v0.8.10 |
| 1937 | 2026-06-26T04:09:30.405Z | Checking idna v1.1.0 |
| 1938 | 2026-06-26T04:09:30.454Z | Checking http v1.4.0 |
| 1939 | 2026-06-26T04:09:30.464Z | Checking tracing-core v0.1.36 |
| 1940 | 2026-06-26T04:09:30.548Z | Checking ppv-lite86 v0.2.21 |
| 1941 | 2026-06-26T04:09:30.637Z | Checking indexmap v2.14.0 |
| 1942 | 2026-06-26T04:09:30.675Z | Checking url v2.5.8 |
| 1943 | 2026-06-26T04:09:30.800Z | Checking utf8parse v0.2.2 |
| 1944 | 2026-06-26T04:09:30.871Z | Checking base64 v0.22.1 |
| 1945 | 2026-06-26T04:09:30.935Z | Checking tracing v0.1.44 |
| 1946 | 2026-06-26T04:09:31.025Z | Checking anstyle v1.0.14 |
| 1947 | 2026-06-26T04:09:31.134Z | Checking schemars v0.8.22 |
| 1948 | 2026-06-26T04:09:31.137Z | Checking colorchoice v1.0.4 |
| 1949 | 2026-06-26T04:09:31.204Z | Checking anstyle-query v1.1.5 |
| 1950 | 2026-06-26T04:09:31.239Z | Checking base64ct v1.8.3 |
| 1951 | 2026-06-26T04:09:31.243Z | Checking is_terminal_polyfill v1.70.2 |
| 1952 | 2026-06-26T04:09:31.311Z | Checking block-padding v0.3.3 |
| 1953 | 2026-06-26T04:09:31.346Z | Checking ipnet v2.11.0 |
| 1954 | 2026-06-26T04:09:31.390Z | Checking untrusted v0.9.0 |
| 1955 | 2026-06-26T04:09:31.476Z | Checking inout v0.1.4 |
| 1956 | 2026-06-26T04:09:31.512Z | Checking anstyle-parse v1.0.0 |
| 1957 | 2026-06-26T04:09:31.545Z | Checking ring v0.17.14 |
| 1958 | 2026-06-26T04:09:31.628Z | Checking terminal_size v0.4.3 |
| 1959 | 2026-06-26T04:09:31.664Z | Checking cipher v0.4.4 |
| 1960 | 2026-06-26T04:09:31.696Z | Checking aho-corasick v1.1.4 |
| 1961 | 2026-06-26T04:09:31.760Z | Checking crossbeam-utils v0.8.21 |
| 1962 | 2026-06-26T04:09:31.769Z | Checking unicode-ident v1.0.24 |
| 1963 | 2026-06-26T04:09:31.834Z | Checking anstream v1.0.0 |
| 1964 | 2026-06-26T04:09:31.901Z | Checking strsim v0.11.1 |
| 1965 | 2026-06-26T04:09:31.937Z | Checking proc-macro2 v1.0.106 |
| 1966 | 2026-06-26T04:09:32.067Z | Checking clap_lex v1.0.0 |
| 1967 | 2026-06-26T04:09:32.102Z | Checking pem-rfc7468 v0.7.0 |
| 1968 | 2026-06-26T04:09:32.105Z | Checking sha2 v0.10.9 |
| 1969 | 2026-06-26T04:09:32.171Z | Checking rustls-pki-types v1.14.0 |
| 1970 | 2026-06-26T04:09:32.246Z | Checking clap_builder v4.6.0 |
| 1971 | 2026-06-26T04:09:32.282Z | Checking quote v1.0.45 |
| 1972 | 2026-06-26T04:09:32.317Z | Checking httparse v1.10.1 |
| 1973 | 2026-06-26T04:09:32.395Z | Checking regex-automata v0.4.14 |
| 1974 | 2026-06-26T04:09:32.433Z | Checking tokio-util v0.7.18 |
| 1975 | 2026-06-26T04:09:32.469Z | Checking powerfmt v0.2.0 |
| 1976 | 2026-06-26T04:09:32.504Z | Checking syn v2.0.117 |
| 1977 | 2026-06-26T04:09:32.508Z | Checking rand_core v0.9.5 |
| 1978 | 2026-06-26T04:09:32.570Z | Checking hmac v0.12.1 |
| 1979 | 2026-06-26T04:09:32.574Z | Checking num-conv v0.2.0 |
| 1980 | 2026-06-26T04:09:32.641Z | Checking deranged v0.5.8 |
| 1981 | 2026-06-26T04:09:32.735Z | Checking time-core v0.1.8 |
| 1982 | 2026-06-26T04:09:32.768Z | Checking num_threads v0.1.7 |
| 1983 | 2026-06-26T04:09:32.772Z | Checking erased-serde v0.3.31 |
| 1984 | 2026-06-26T04:09:32.890Z | Checking flagset v0.4.7 |
| 1985 | 2026-06-26T04:09:32.925Z | Checking http-body v1.0.1 |
| 1986 | 2026-06-26T04:09:33.037Z | Checking der v0.7.10 |
| 1987 | 2026-06-26T04:09:33.074Z | Checking atomic-waker v1.1.2 |
| 1988 | 2026-06-26T04:09:33.107Z | Checking allocator-api2 v0.2.21 |
| 1989 | 2026-06-26T04:09:33.204Z | Checking rand_chacha v0.9.0 |
| 1990 | 2026-06-26T04:09:33.234Z | Checking slog v2.8.2 |
| 1991 | 2026-06-26T04:09:33.413Z | Checking anyhow v1.0.102 |
| 1992 | 2026-06-26T04:09:33.451Z | Checking try-lock v0.2.5 |
| 1993 | 2026-06-26T04:09:33.487Z | Checking clap v4.6.1 |
| 1994 | 2026-06-26T04:09:33.527Z | Checking httpdate v1.0.3 |
| 1995 | 2026-06-26T04:09:33.579Z | Checking want v0.3.1 |
| 1996 | 2026-06-26T04:09:33.613Z | Checking time v0.3.47 |
| 1997 | 2026-06-26T04:09:33.617Z | Checking rand v0.9.2 |
| 1998 | 2026-06-26T04:09:33.685Z | Checking h2 v0.4.13 |
| 1999 | 2026-06-26T04:09:33.727Z | Checking spin v0.9.8 |
| 2000 | 2026-06-26T04:09:33.761Z | Checking tower-service v0.3.3 |
| 2001 | 2026-06-26T04:09:33.801Z | Checking pin-utils v0.1.0 |
| 2002 | 2026-06-26T04:09:33.880Z | Checking ryu v1.0.23 |
| 2003 | 2026-06-26T04:09:33.916Z | Checking tower-layer v0.3.3 |
| 2004 | 2026-06-26T04:09:33.950Z | Checking ipnetwork v0.21.1 |
| 2005 | 2026-06-26T04:09:34.044Z | Checking socket2 v0.5.10 |
| 2006 | 2026-06-26T04:09:34.100Z | Checking fastrand v2.3.0 |
| 2007 | 2026-06-26T04:09:34.145Z | Checking mime v0.3.17 |
| 2008 | 2026-06-26T04:09:34.203Z | Checking spki v0.7.3 |
| 2009 | 2026-06-26T04:09:34.276Z | Checking pbkdf2 v0.12.2 |
| 2010 | 2026-06-26T04:09:34.316Z | Checking aes v0.8.4 |
| 2011 | 2026-06-26T04:09:34.350Z | Checking http-body-util v0.1.3 |
| 2012 | 2026-06-26T04:09:34.361Z | Checking salsa20 v0.10.2 |
| 2013 | 2026-06-26T04:09:34.426Z | Checking cbc v0.1.2 |
| 2014 | 2026-06-26T04:09:34.433Z | Checking rand_chacha v0.3.1 |
| 2015 | 2026-06-26T04:09:34.544Z | Checking hex v0.4.3 |
| 2016 | 2026-06-26T04:09:34.634Z | Checking aws-lc-sys v0.40.0 |
| 2017 | 2026-06-26T04:09:34.646Z | Checking untrusted v0.7.1 |
| 2018 | 2026-06-26T04:09:34.692Z | Checking pretty-hex v0.4.1 |
| 2019 | 2026-06-26T04:09:34.730Z | Checking simd-adler32 v0.3.8 |
| 2020 | 2026-06-26T04:09:34.773Z | Checking rand v0.8.6 |
| 2021 | 2026-06-26T04:09:34.803Z | Checking scrypt v0.11.0 |
| 2022 | 2026-06-26T04:09:34.806Z | Checking tempfile v3.25.0 |
| 2023 | 2026-06-26T04:09:34.832Z | Checking plain v0.2.3 |
| 2024 | 2026-06-26T04:09:34.836Z | Checking openssl-probe v0.2.1 |
| 2025 | 2026-06-26T04:09:34.993Z | Checking adler2 v2.0.1 |
| 2026 | 2026-06-26T04:09:35.035Z | Checking regex v1.12.3 |
| 2027 | 2026-06-26T04:09:35.039Z | Checking pkcs5 v0.7.1 |
| 2028 | 2026-06-26T04:09:35.106Z | Checking serde_urlencoded v0.7.1 |
| 2029 | 2026-06-26T04:09:35.144Z | Checking miniz_oxide v0.8.9 |
| 2030 | 2026-06-26T04:09:35.186Z | Checking aws-lc-rs v1.16.3 |
| 2031 | 2026-06-26T04:09:35.186Z | Checking encoding_rs v0.8.35 |
| 2032 | 2026-06-26T04:09:35.294Z | Checking ucd-trie v0.1.7 |
| 2033 | 2026-06-26T04:09:35.340Z | Checking camino v1.2.2 |
| 2034 | 2026-06-26T04:09:35.373Z | Checking pkcs8 v0.10.2 |
| 2035 | 2026-06-26T04:09:35.376Z | Checking rustls-native-certs v0.8.3 |
| 2036 | 2026-06-26T04:09:35.454Z | Checking pest v2.8.6 |
| 2037 | 2026-06-26T04:09:35.531Z | Checking oxnet v0.1.6 |
| 2038 | 2026-06-26T04:09:35.567Z | Checking futures-executor v0.3.32 |
| 2039 | 2026-06-26T04:09:35.604Z | Checking sync_wrapper v1.0.2 |
| 2040 | 2026-06-26T04:09:35.639Z | Checking either v1.15.0 |
| 2041 | 2026-06-26T04:09:35.737Z | Checking tower v0.5.3 |
| 2042 | 2026-06-26T04:09:35.774Z | Checking futures v0.3.32 |
| 2043 | 2026-06-26T04:09:35.818Z | Checking webpki-roots v1.0.6 |
| 2044 | 2026-06-26T04:09:35.859Z | Checking crc32fast v1.5.0 |
| 2045 | 2026-06-26T04:09:35.933Z | Checking iri-string v0.7.10 |
| 2046 | 2026-06-26T04:09:35.963Z | Checking static_assertions v1.1.0 |
| 2047 | 2026-06-26T04:09:36.033Z | Checking foldhash v0.2.0 |
| 2048 | 2026-06-26T04:09:36.067Z | Checking lazy_static v1.5.0 |
| 2049 | 2026-06-26T04:09:36.071Z | Checking rustls-webpki v0.103.9 |
| 2050 | 2026-06-26T04:09:36.149Z | Checking openapiv3 v2.2.0 |
| 2051 | 2026-06-26T04:09:36.195Z | Checking signature v2.2.0 |
| 2052 | 2026-06-26T04:09:36.231Z | Checking winnow v0.7.14 |
| 2053 | 2026-06-26T04:09:36.234Z | Checking hashbrown v0.16.1 |
| 2054 | 2026-06-26T04:09:36.352Z | Checking hubpack v0.1.2 |
| 2055 | 2026-06-26T04:09:36.440Z | Checking hyper v1.8.1 |
| 2056 | 2026-06-26T04:09:36.517Z | Checking rustls v0.23.37 |
| 2057 | 2026-06-26T04:09:36.551Z | Checking zlib-rs v0.6.2 |
| 2058 | 2026-06-26T04:09:36.554Z | Checking strum v0.26.3 |
| 2059 | 2026-06-26T04:09:36.720Z | Checking psl-types v2.0.11 |
| 2060 | 2026-06-26T04:09:36.789Z | Checking tinyvec_macros v0.1.1 |
| 2061 | 2026-06-26T04:09:36.873Z | Checking publicsuffix v2.3.0 |
| 2062 | 2026-06-26T04:09:36.908Z | Checking tinyvec v1.10.0 |
| 2063 | 2026-06-26T04:09:36.952Z | Checking tower-http v0.6.8 |
| 2064 | 2026-06-26T04:09:37.058Z | Checking cookie v0.18.1 |
| 2065 | 2026-06-26T04:09:37.238Z | Checking sha1 v0.10.6 |
| 2066 | 2026-06-26T04:09:37.275Z | Checking num-integer v0.1.46 |
| 2067 | 2026-06-26T04:09:37.323Z | Checking scroll v0.13.0 |
| 2068 | 2026-06-26T04:09:37.374Z | Checking hyper-util v0.1.20 |
| 2069 | 2026-06-26T04:09:37.431Z | Checking data-encoding v2.10.0 |
| 2070 | 2026-06-26T04:09:37.470Z | Checking flate2 v1.1.9 |
| 2071 | 2026-06-26T04:09:37.472Z | Checking cookie_store v0.22.1 |
| 2072 | 2026-06-26T04:09:37.472Z | Checking serde_spanned v0.6.9 |
| 2073 | 2026-06-26T04:09:37.567Z | Checking toml_datetime v0.6.11 |
| 2074 | 2026-06-26T04:09:37.607Z | Checking goblin v0.10.5 |
| 2075 | 2026-06-26T04:09:37.661Z | Checking memmap2 v0.9.10 |
| 2076 | 2026-06-26T04:09:37.765Z | Checking base16ct v0.2.0 |
| 2077 | 2026-06-26T04:09:37.777Z | Checking bit-vec v0.8.0 |
| 2078 | 2026-06-26T04:09:37.811Z | Checking dtrace-parser v0.3.0 |
| 2079 | 2026-06-26T04:09:37.844Z | Checking ff v0.13.1 |
| 2080 | 2026-06-26T04:09:37.881Z | Checking sec1 v0.7.3 |
| 2081 | 2026-06-26T04:09:37.914Z | Checking thread-id v5.1.0 |
| 2082 | 2026-06-26T04:09:37.994Z | Checking bit-set v0.8.0 |
| 2083 | 2026-06-26T04:09:37.997Z | Checking wait-timeout v0.2.1 |
| 2084 | 2026-06-26T04:09:38.063Z | Checking group v0.13.0 |
| 2085 | 2026-06-26T04:09:38.099Z | Checking num-iter v0.1.45 |
| 2086 | 2026-06-26T04:09:38.132Z | Checking bstr v1.12.1 |
| 2087 | 2026-06-26T04:09:38.173Z | Checking hkdf v0.12.4 |
| 2088 | 2026-06-26T04:09:38.206Z | Checking crossbeam-epoch v0.9.18 |
| 2089 | 2026-06-26T04:09:38.243Z | Checking anstyle-parse v0.2.7 |
| 2090 | 2026-06-26T04:09:38.247Z | Checking ahash v0.8.12 |
| 2091 | 2026-06-26T04:09:38.332Z | Checking crypto-bigint v0.5.5 |
| 2092 | 2026-06-26T04:09:38.451Z | Checking quick-error v1.2.3 |
| 2093 | 2026-06-26T04:09:38.491Z | Checking anstream v0.6.21 |
| 2094 | 2026-06-26T04:09:38.501Z | Checking rand_xorshift v0.4.0 |
| 2095 | 2026-06-26T04:09:38.566Z | Checking scroll v0.12.0 |
| 2096 | 2026-06-26T04:09:38.603Z | Checking rusty-fork v0.3.1 |
| 2097 | 2026-06-26T04:09:38.658Z | Checking unarray v0.1.4 |
| 2098 | 2026-06-26T04:09:38.695Z | Checking num-bigint-dig v0.8.6 |
| 2099 | 2026-06-26T04:09:38.734Z | Checking pkcs1 v0.7.5 |
| 2100 | 2026-06-26T04:09:38.795Z | Checking x509-cert v0.2.5 |
| 2101 | 2026-06-26T04:09:38.830Z | Checking goblin v0.8.2 |
| 2102 | 2026-06-26T04:09:38.833Z | Checking proptest v1.10.0 |
| 2103 | 2026-06-26T04:09:38.909Z | Checking tokio-rustls v0.26.4 |
| 2104 | 2026-06-26T04:09:38.968Z | Checking rustls-platform-verifier v0.6.2 |
| 2105 | 2026-06-26T04:09:39.178Z | Checking zerocopy v0.7.35 |
| 2106 | 2026-06-26T04:09:39.183Z | Checking hyper-rustls v0.27.7 |
| 2107 | 2026-06-26T04:09:39.280Z | Checking elliptic-curve v0.13.8 |
| 2108 | 2026-06-26T04:09:39.413Z | Checking reqwest v0.13.2 |
| 2109 | 2026-06-26T04:09:39.475Z | Checking foreign-types-shared v0.1.1 |
| 2110 | 2026-06-26T04:09:39.533Z | Checking unicode-segmentation v1.12.0 |
| 2111 | 2026-06-26T04:09:39.588Z | Checking foreign-types v0.3.2 |
| 2112 | 2026-06-26T04:09:39.627Z | Checking rsa v0.9.10 |
| 2113 | 2026-06-26T04:09:39.661Z | Checking dtrace-parser v0.2.0 |
| 2114 | 2026-06-26T04:09:39.698Z | Checking rfc6979 v0.4.0 |
| 2115 | 2026-06-26T04:09:39.841Z | Checking memoffset v0.9.1 |
| 2116 | 2026-06-26T04:09:39.877Z | Checking openssl-sys v0.9.115 |
| 2117 | 2026-06-26T04:09:39.922Z | Checking thread-id v4.2.2 |
| 2118 | 2026-06-26T04:09:39.966Z | Checking ecdsa v0.16.9 |
| 2119 | 2026-06-26T04:09:39.992Z | Checking dof v0.4.0 |
| 2120 | 2026-06-26T04:09:40.031Z | Checking curve25519-dalek v4.1.3 |
| 2121 | 2026-06-26T04:09:40.126Z | Checking rustix v0.38.44 |
| 2122 | 2026-06-26T04:09:40.277Z | Checking openssl v0.10.79 |
| 2123 | 2026-06-26T04:09:40.320Z | Checking env_filter v1.0.0 |
| 2124 | 2026-06-26T04:09:40.357Z | Checking keccak v0.1.6 |
| 2125 | 2026-06-26T04:09:40.499Z | Checking same-file v1.0.6 |
| 2126 | 2026-06-26T04:09:40.554Z | Checking toml_write v0.1.2 |
| 2127 | 2026-06-26T04:09:40.646Z | Checking walkdir v2.5.0 |
| 2128 | 2026-06-26T04:09:40.651Z | Checking usdt-impl v0.6.0 |
| 2129 | 2026-06-26T04:09:40.714Z | Checking newtype-uuid v1.3.2 |
| 2130 | 2026-06-26T04:09:40.753Z | Checking toml_edit v0.22.27 |
| 2131 | 2026-06-26T04:09:40.760Z | Checking dof v0.3.0 |
| 2132 | 2026-06-26T04:09:40.824Z | Checking sha3 v0.10.8 |
| 2133 | 2026-06-26T04:09:40.859Z | Checking env_logger v0.11.9 |
| 2134 | 2026-06-26T04:09:40.944Z | Checking daft v0.1.7 |
| 2135 | 2026-06-26T04:09:40.977Z | Checking ed25519 v2.2.3 |
| 2136 | 2026-06-26T04:09:41.016Z | Checking usdt v0.6.0 |
| 2137 | 2026-06-26T04:09:41.053Z | Checking itertools v0.13.0 |
| 2138 | 2026-06-26T04:09:41.091Z | Checking serde_with v3.17.0 |
| 2139 | 2026-06-26T04:09:41.122Z | Checking usdt-impl v0.5.0 |
| 2140 | 2026-06-26T04:09:41.183Z | Checking siphasher v1.0.2 |
| 2141 | 2026-06-26T04:09:41.220Z | Checking bitflags v1.3.2 |
| 2142 | 2026-06-26T04:09:41.224Z | Checking ed25519-dalek v2.2.0 |
| 2143 | 2026-06-26T04:09:41.320Z | Checking nix v0.31.2 |
| 2144 | 2026-06-26T04:09:41.370Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2145 | 2026-06-26T04:09:41.436Z | Checking unicode-normalization v0.1.25 |
| 2146 | 2026-06-26T04:09:41.509Z | Checking signal-hook v0.3.18 |
| 2147 | 2026-06-26T04:09:41.720Z | Checking winnow v0.5.40 |
| 2148 | 2026-06-26T04:09:41.757Z | Checking managed v0.8.0 |
| 2149 | 2026-06-26T04:09:41.878Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2150 | 2026-06-26T04:09:41.909Z | Checking object v0.37.3 |
| 2151 | 2026-06-26T04:09:41.991Z | Checking foldhash v0.1.5 |
| 2152 | 2026-06-26T04:09:42.023Z | Checking bzip2 v0.4.4 |
| 2153 | 2026-06-26T04:09:42.118Z | Checking signal-hook-mio v0.2.5 |
| 2154 | 2026-06-26T04:09:42.143Z | Checking hashbrown v0.15.5 |
| 2155 | 2026-06-26T04:09:42.206Z | Checking globset v0.4.18 |
| 2156 | 2026-06-26T04:09:42.237Z | Checking ref-cast v1.0.25 |
| 2157 | 2026-06-26T04:09:42.342Z | Checking native-tls v0.2.18 |
| 2158 | 2026-06-26T04:09:42.363Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2159 | 2026-06-26T04:09:42.419Z | Checking zip v0.6.6 |
| 2160 | 2026-06-26T04:09:42.544Z | Checking pin-project v1.1.11 |
| 2161 | 2026-06-26T04:09:42.611Z | Checking zstd-safe v7.2.4 |
| 2162 | 2026-06-26T04:09:42.611Z | Checking tokio-native-tls v0.3.1 |
| 2163 | 2026-06-26T04:09:42.718Z | Checking bumpalo v3.20.2 |
| 2164 | 2026-06-26T04:09:42.733Z | Checking libbz2-rs-sys v0.2.2 |
| 2165 | 2026-06-26T04:09:42.733Z | Checking crossterm v0.28.1 |
| 2166 | 2026-06-26T04:09:42.734Z | Checking zstd v0.13.3 |
| 2167 | 2026-06-26T04:09:42.752Z | Checking hyper-tls v0.6.0 |
| 2168 | 2026-06-26T04:09:42.792Z | Checking similar v2.7.0 |
| 2169 | 2026-06-26T04:09:42.824Z | Checking zopfli v0.8.3 |
| 2170 | 2026-06-26T04:09:42.929Z | Checking toml_edit v0.19.15 |
| 2171 | 2026-06-26T04:09:42.946Z | Checking tokio-stream v0.1.18 |
| 2172 | 2026-06-26T04:09:42.995Z | Checking reqwest v0.12.28 |
| 2173 | 2026-06-26T04:09:43.045Z | Checking bzip2 v0.6.1 |
| 2174 | 2026-06-26T04:09:43.185Z | Checking fs-err v3.3.0 |
| 2175 | 2026-06-26T04:09:43.218Z | Checking pem v3.0.6 |
| 2176 | 2026-06-26T04:09:43.265Z | Checking hash32 v0.2.1 |
| 2177 | 2026-06-26T04:09:43.369Z | Checking serde-big-array v0.5.1 |
| 2178 | 2026-06-26T04:09:43.408Z | Checking unicode-properties v0.1.4 |
| 2179 | 2026-06-26T04:09:43.417Z | Checking unicode-bidi v0.3.18 |
| 2180 | 2026-06-26T04:09:43.473Z | Checking jiff v0.2.21 |
| 2181 | 2026-06-26T04:09:43.515Z | Checking predicates-core v1.0.10 |
| 2182 | 2026-06-26T04:09:43.547Z | Checking heapless v0.7.17 |
| 2183 | 2026-06-26T04:09:43.627Z | Checking snafu v0.8.9 |
| 2184 | 2026-06-26T04:09:43.676Z | Checking olpc-cjson v0.1.4 |
| 2185 | 2026-06-26T04:09:43.782Z | Checking stringprep v0.1.5 |
| 2186 | 2026-06-26T04:09:43.838Z | Checking hickory-proto v0.25.2 |
| 2187 | 2026-06-26T04:09:43.880Z | Checking md-5 v0.10.6 |
| 2188 | 2026-06-26T04:09:43.917Z | Checking serde_plain v1.0.2 |
| 2189 | 2026-06-26T04:09:43.956Z | Checking float-cmp v0.10.0 |
| 2190 | 2026-06-26T04:09:44.011Z | Checking toml v0.7.8 |
| 2191 | 2026-06-26T04:09:44.014Z | Checking difflib v0.4.0 |
| 2192 | 2026-06-26T04:09:44.080Z | Checking fallible-iterator v0.2.0 |
| 2193 | 2026-06-26T04:09:44.113Z | Checking typed-path v0.9.3 |
| 2194 | 2026-06-26T04:09:44.117Z | Checking normalize-line-endings v0.3.0 |
| 2195 | 2026-06-26T04:09:44.255Z | Checking smoltcp v0.9.1 |
| 2196 | 2026-06-26T04:09:44.289Z | Checking predicates v3.1.4 |
| 2197 | 2026-06-26T04:09:44.296Z | Checking iddqd v0.4.2 |
| 2198 | 2026-06-26T04:09:44.358Z | Checking phf_shared v0.11.3 |
| 2199 | 2026-06-26T04:09:44.415Z | Checking postgres-protocol v0.6.10 |
| 2200 | 2026-06-26T04:09:44.538Z | Checking phf_shared v0.13.1 |
| 2201 | 2026-06-26T04:09:44.613Z | Checking buf-list v1.1.2 |
| 2202 | 2026-06-26T04:09:44.735Z | Checking strum v0.27.2 |
| 2203 | 2026-06-26T04:09:44.775Z | Checking lalrpop-util v0.19.12 |
| 2204 | 2026-06-26T04:09:44.826Z | Checking fixedbitset v0.5.7 |
| 2205 | 2026-06-26T04:09:44.877Z | Checking fixedbitset v0.4.2 |
| 2206 | 2026-06-26T04:09:44.880Z | Checking precomputed-hash v0.1.1 |
| 2207 | 2026-06-26T04:09:44.946Z | Checking tough v0.22.0 |
| 2208 | 2026-06-26T04:09:44.980Z | Checking new_debug_unreachable v1.0.6 |
| 2209 | 2026-06-26T04:09:45.025Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2210 | 2026-06-26T04:09:45.061Z | Checking petgraph v0.6.5 |
| 2211 | 2026-06-26T04:09:45.066Z | Checking petgraph v0.8.3 |
| 2212 | 2026-06-26T04:09:45.126Z | Checking string_cache v0.8.9 |
| 2213 | 2026-06-26T04:09:45.245Z | Checking phf v0.13.1 |
| 2214 | 2026-06-26T04:09:45.325Z | Checking postgres-types v0.2.12 |
| 2215 | 2026-06-26T04:09:45.423Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2216 | 2026-06-26T04:09:45.677Z | Checking peg-runtime v0.8.5 |
| 2217 | 2026-06-26T04:09:45.719Z | Checking whoami v2.1.0 |
| 2218 | 2026-06-26T04:09:45.771Z | Checking zip v4.6.1 |
| 2219 | 2026-06-26T04:09:45.944Z | Checking tokio-postgres v0.7.16 |
| 2220 | 2026-06-26T04:09:45.981Z | Checking is-terminal v0.4.17 |
| 2221 | 2026-06-26T04:09:46.105Z | Checking crossbeam-channel v0.5.15 |
| 2222 | 2026-06-26T04:09:46.352Z | Checking thread_local v1.1.9 |
| 2223 | 2026-06-26T04:09:46.428Z | Compiling structmeta-derive v0.3.0 |
| 2224 | 2026-06-26T04:09:46.474Z | Checking take_mut v0.2.2 |
| 2225 | 2026-06-26T04:09:46.548Z | Checking term v1.2.1 |
| 2226 | 2026-06-26T04:09:46.609Z | Checking slog-async v2.8.0 |
| 2227 | 2026-06-26T04:09:46.698Z | Compiling newtype-uuid-macros v0.1.0 |
| 2228 | 2026-06-26T04:09:46.735Z | Compiling rustls v0.22.4 |
| 2229 | 2026-06-26T04:09:46.804Z | Checking slog-term v2.9.2 |
| 2230 | 2026-06-26T04:09:46.839Z | Compiling multer v3.1.0 |
| 2231 | 2026-06-26T04:09:46.984Z | Compiling async-stream-impl v0.3.6 |
| 2232 | 2026-06-26T04:09:47.022Z | Checking match_cfg v0.1.0 |
| 2233 | 2026-06-26T04:09:47.099Z | Checking slog-json v2.6.1 |
| 2234 | 2026-06-26T04:09:47.132Z | Checking hostname v0.3.1 |
| 2235 | 2026-06-26T04:09:47.163Z | Compiling dropshot v0.17.0 |
| 2236 | 2026-06-26T04:09:47.241Z | Compiling dropshot_endpoint v0.17.0 |
| 2237 | 2026-06-26T04:09:47.275Z | Checking debug-ignore v1.0.5 |
| 2238 | 2026-06-26T04:09:47.309Z | Checking slog-bunyan v2.5.0 |
| 2239 | 2026-06-26T04:09:47.414Z | Checking progenitor-client v0.14.0 |
| 2240 | 2026-06-26T04:09:47.450Z | Checking rustls-webpki v0.102.8 |
| 2241 | 2026-06-26T04:09:47.487Z | Checking serde_path_to_error v0.1.20 |
| 2242 | 2026-06-26T04:09:47.523Z | Compiling structmeta v0.3.0 |
| 2243 | 2026-06-26T04:09:47.527Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2244 | 2026-06-26T04:09:47.557Z | Checking serde_spanned v1.0.4 |
| 2245 | 2026-06-26T04:09:47.628Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2246 | 2026-06-26T04:09:47.668Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2247 | 2026-06-26T04:09:47.748Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2248 | 2026-06-26T04:09:47.782Z | Compiling derive-ex v0.1.8 |
| 2249 | 2026-06-26T04:09:47.817Z | Checking compression-core v0.4.31 |
| 2250 | 2026-06-26T04:09:47.854Z | Checking async-stream v0.3.6 |
| 2251 | 2026-06-26T04:09:47.953Z | Checking toml v1.0.6+spec-1.1.0 |
| 2252 | 2026-06-26T04:09:47.986Z | Checking compression-codecs v0.4.37 |
| 2253 | 2026-06-26T04:09:48.044Z | Checking waitgroup v0.1.2 |
| 2254 | 2026-06-26T04:09:48.090Z | Checking rustls-pemfile v2.2.0 |
| 2255 | 2026-06-26T04:09:48.179Z | Checking async-compression v0.4.41 |
| 2256 | 2026-06-26T04:09:48.216Z | Checking hostname v0.4.2 |
| 2257 | 2026-06-26T04:09:48.261Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2258 | 2026-06-26T04:09:48.296Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2259 | 2026-06-26T04:09:48.343Z | Checking atomicwrites v0.4.4 |
| 2260 | 2026-06-26T04:09:48.397Z | Compiling parse-display-derive v0.10.0 |
| 2261 | 2026-06-26T04:09:48.456Z | Checking itertools v0.14.0 |
| 2262 | 2026-06-26T04:09:48.492Z | Checking macaddr v1.0.1 |
| 2263 | 2026-06-26T04:09:48.525Z | Checking regress v0.10.5 |
| 2264 | 2026-06-26T04:09:48.559Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2265 | 2026-06-26T04:09:48.717Z | Checking instant v0.1.13 |
| 2266 | 2026-06-26T04:09:48.835Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2267 | 2026-06-26T04:09:49.033Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2268 | 2026-06-26T04:09:49.070Z | Checking backoff v0.4.0 |
| 2269 | 2026-06-26T04:09:49.107Z | Checking backon v1.6.0 |
| 2270 | 2026-06-26T04:09:49.277Z | Checking humantime v2.3.0 |
| 2271 | 2026-06-26T04:09:49.313Z | Checking progenitor-extras v0.2.0 |
| 2272 | 2026-06-26T04:09:49.398Z | Checking tokio-rustls v0.25.0 |
| 2273 | 2026-06-26T04:09:49.494Z | Checking unicode-width v0.2.0 |
| 2274 | 2026-06-26T04:09:49.532Z | Compiling test-strategy v0.4.5 |
| 2275 | 2026-06-26T04:09:49.566Z | Compiling convert_case v0.4.0 |
| 2276 | 2026-06-26T04:09:49.602Z | Checking heck v0.5.0 |
| 2277 | 2026-06-26T04:09:49.605Z | Checking half v2.7.1 |
| 2278 | 2026-06-26T04:09:49.755Z | Checking ciborium-io v0.2.2 |
| 2279 | 2026-06-26T04:09:49.787Z | Checking secrecy v0.10.3 |
| 2280 | 2026-06-26T04:09:49.871Z | Compiling regress v0.11.1 |
| 2281 | 2026-06-26T04:09:49.918Z | Checking ciborium-ll v0.2.2 |
| 2282 | 2026-06-26T04:09:49.953Z | Checking indent_write v2.2.0 |
| 2283 | 2026-06-26T04:09:49.987Z | Compiling derive_more v0.99.20 |
| 2284 | 2026-06-26T04:09:50.030Z | Checking universal-hash v0.5.1 |
| 2285 | 2026-06-26T04:09:50.109Z | Checking opaque-debug v0.3.1 |
| 2286 | 2026-06-26T04:09:50.145Z | Checking ciborium v0.2.2 |
| 2287 | 2026-06-26T04:09:50.177Z | Checking parse-display v0.10.0 |
| 2288 | 2026-06-26T04:09:50.229Z | Checking camino-tempfile v1.4.1 |
| 2289 | 2026-06-26T04:09:50.354Z | Compiling crucible-workspace-hack v0.1.0 |
| 2290 | 2026-06-26T04:09:50.428Z | Checking aead v0.5.2 |
| 2291 | 2026-06-26T04:09:50.598Z | Compiling unsafe-libyaml v0.2.11 |
| 2292 | 2026-06-26T04:09:50.603Z | Checking poly1305 v0.8.0 |
| 2293 | 2026-06-26T04:09:50.759Z | Checking chacha20 v0.9.1 |
| 2294 | 2026-06-26T04:09:50.921Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2295 | 2026-06-26T04:09:50.983Z | Checking swrite v0.1.0 |
| 2296 | 2026-06-26T04:09:51.035Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2297 | 2026-06-26T04:09:51.101Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2298 | 2026-06-26T04:09:51.377Z | Compiling serde_yaml v0.9.34+deprecated |
| 2299 | 2026-06-26T04:09:51.446Z | Checking password-hash v0.5.0 |
| 2300 | 2026-06-26T04:09:51.485Z | Compiling typify-impl v0.6.2 |
| 2301 | 2026-06-26T04:09:51.635Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2302 | 2026-06-26T04:09:51.705Z | Checking blake2 v0.10.6 |
| 2303 | 2026-06-26T04:09:51.969Z | Checking argon2 v0.5.3 |
| 2304 | 2026-06-26T04:09:52.143Z | Checking thiserror-no-std v2.0.2 |
| 2305 | 2026-06-26T04:09:52.265Z | Checking vsss-rs v3.3.4 |
| 2306 | 2026-06-26T04:09:52.343Z | Checking chacha20poly1305 v0.10.1 |
| 2307 | 2026-06-26T04:09:52.523Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2308 | 2026-06-26T04:09:52.589Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2309 | 2026-06-26T04:09:52.855Z | Checking byte-wrapper v0.1.0 |
| 2310 | 2026-06-26T04:09:52.912Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2311 | 2026-06-26T04:09:52.947Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2312 | 2026-06-26T04:09:52.951Z | Checking crossbeam-deque v0.8.6 |
| 2313 | 2026-06-26T04:09:53.093Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2314 | 2026-06-26T04:09:53.145Z | Compiling rayon-core v1.13.0 |
| 2315 | 2026-06-26T04:09:53.179Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2316 | 2026-06-26T04:09:53.213Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2317 | 2026-06-26T04:09:53.430Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2318 | 2026-06-26T04:09:53.492Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2319 | 2026-06-26T04:09:53.805Z | Compiling proc-macro-error v1.0.4 |
| 2320 | 2026-06-26T04:09:53.863Z | Checking rayon v1.11.0 |
| 2321 | 2026-06-26T04:09:54.152Z | Compiling proc-macro-crate v3.4.0 |
| 2322 | 2026-06-26T04:09:54.619Z | Checking toml v0.8.23 |
| 2323 | 2026-06-26T04:09:54.658Z | Checking tabwriter v1.4.1 |
| 2324 | 2026-06-26T04:09:54.789Z | Checking cpufeatures v0.3.0 |
| 2325 | 2026-06-26T04:09:54.806Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2326 | 2026-06-26T04:09:54.806Z | Compiling num_enum_derive v0.7.6 |
| 2327 | 2026-06-26T04:09:54.806Z | Checking glob v0.3.3 |
| 2328 | 2026-06-26T04:09:54.855Z | Compiling heapless v0.8.0 |
| 2329 | 2026-06-26T04:09:54.873Z | Checking colored v3.1.1 |
| 2330 | 2026-06-26T04:09:54.951Z | Compiling ingot-macros v0.1.1 |
| 2331 | 2026-06-26T04:09:54.991Z | Checking hash32 v0.3.1 |
| 2332 | 2026-06-26T04:09:55.135Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2333 | 2026-06-26T04:09:55.164Z | Compiling smoltcp v0.11.0 |
| 2334 | 2026-06-26T04:09:55.310Z | Checking unicode-width v0.1.14 |
| 2335 | 2026-06-26T04:09:55.423Z | Checking cobs v0.3.0 |
| 2336 | 2026-06-26T04:09:55.562Z | Compiling usdt-macro v0.5.0 |
| 2337 | 2026-06-26T04:09:55.603Z | Compiling usdt-attr-macro v0.5.0 |
| 2338 | 2026-06-26T04:09:55.631Z | Checking memmap v0.7.0 |
| 2339 | 2026-06-26T04:09:55.675Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2340 | 2026-06-26T04:09:55.760Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2341 | 2026-06-26T04:09:55.827Z | Checking num_enum v0.7.6 |
| 2342 | 2026-06-26T04:09:55.965Z | Checking postcard v1.1.3 |
| 2343 | 2026-06-26T04:09:56.045Z | Compiling proc-macro-crate v1.3.1 |
| 2344 | 2026-06-26T04:09:56.084Z | Compiling typify-macro v0.6.2 |
| 2345 | 2026-06-26T04:09:56.324Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2346 | 2026-06-26T04:09:56.328Z | Checking sigpipe v0.1.3 |
| 2347 | 2026-06-26T04:09:56.401Z | Checking usdt v0.5.0 |
| 2348 | 2026-06-26T04:09:56.469Z | Compiling foreign-types-macros v0.2.3 |
| 2349 | 2026-06-26T04:09:56.507Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2350 | 2026-06-26T04:09:56.560Z | Checking foreign-types-shared v0.3.1 |
| 2351 | 2026-06-26T04:09:56.599Z | Compiling num_enum_derive v0.5.11 |
| 2352 | 2026-06-26T04:09:56.835Z | Checking chacha20 v0.10.0 |
| 2353 | 2026-06-26T04:09:56.940Z | Checking cstr-argument v0.1.2 |
| 2354 | 2026-06-26T04:09:57.014Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2355 | 2026-06-26T04:09:57.079Z | Checking foreign-types v0.5.0 |
| 2356 | 2026-06-26T04:09:57.082Z | Compiling num-derive v0.4.2 |
| 2357 | 2026-06-26T04:09:57.143Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2358 | 2026-06-26T04:09:57.184Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2359 | 2026-06-26T04:09:57.438Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2360 | 2026-06-26T04:09:57.473Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2361 | 2026-06-26T04:09:57.613Z | Checking rand v0.10.0 |
| 2362 | 2026-06-26T04:09:57.647Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2363 | 2026-06-26T04:09:57.650Z | Checking num_enum v0.5.11 |
| 2364 | 2026-06-26T04:09:57.650Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2365 | 2026-06-26T04:09:57.787Z | Checking ingot-types v0.1.2 |
| 2366 | 2026-06-26T04:09:57.822Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2367 | 2026-06-26T04:09:57.854Z | Compiling typify v0.6.2 |
| 2368 | 2026-06-26T04:09:57.923Z | Checking itertools v0.12.1 |
| 2369 | 2026-06-26T04:09:57.967Z | Compiling progenitor-impl v0.14.0 |
| 2370 | 2026-06-26T04:09:58.003Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2371 | 2026-06-26T04:09:58.077Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2372 | 2026-06-26T04:09:58.170Z | Checking ingot v0.1.1 |
| 2373 | 2026-06-26T04:09:58.301Z | Compiling zone_cfg_derive v0.3.1 |
| 2374 | 2026-06-26T04:09:58.364Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2375 | 2026-06-26T04:09:58.565Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2376 | 2026-06-26T04:09:58.926Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2377 | 2026-06-26T04:09:58.997Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2378 | 2026-06-26T04:09:59.042Z | Checking smf v0.2.3 |
| 2379 | 2026-06-26T04:09:59.129Z | Checking zone v0.3.1 |
| 2380 | 2026-06-26T04:09:59.167Z | Checking whoami v1.6.1 |
| 2381 | 2026-06-26T04:09:59.168Z | Checking tokio-dtrace v0.1.1 |
| 2382 | 2026-06-26T04:09:59.266Z | Compiling derive-where v1.6.0 |
| 2383 | 2026-06-26T04:09:59.298Z | Checking console v0.15.11 |
| 2384 | 2026-06-26T04:09:59.338Z | Checking newline-converter v0.3.0 |
| 2385 | 2026-06-26T04:09:59.411Z | Checking oxide-tokio-rt v0.1.4 |
| 2386 | 2026-06-26T04:09:59.474Z | Checking bytecount v0.6.9 |
| 2387 | 2026-06-26T04:09:59.509Z | Compiling owo-colors v4.3.0 |
| 2388 | 2026-06-26T04:09:59.574Z | Compiling cancel-safe-futures v0.1.5 |
| 2389 | 2026-06-26T04:09:59.610Z | Checking libsw-core v0.3.2 |
| 2390 | 2026-06-26T04:09:59.637Z | Checking expectorate v1.2.0 |
| 2391 | 2026-06-26T04:09:59.785Z | Checking libsw v3.5.0 |
| 2392 | 2026-06-26T04:09:59.814Z | Checking num-rational v0.4.2 |
| 2393 | 2026-06-26T04:09:59.912Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2394 | 2026-06-26T04:10:00.151Z | Checking num-complex v0.4.6 |
| 2395 | 2026-06-26T04:10:00.194Z | Checking linear-map v1.2.0 |
| 2396 | 2026-06-26T04:10:00.216Z | Checking float-ord v0.3.2 |
| 2397 | 2026-06-26T04:10:00.354Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2398 | 2026-06-26T04:10:00.386Z | Checking gethostname v0.5.0 |
| 2399 | 2026-06-26T04:10:00.505Z | Compiling prettyplease v0.2.37 |
| 2400 | 2026-06-26T04:10:00.545Z | Checking num v0.4.3 |
| 2401 | 2026-06-26T04:10:00.595Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2402 | 2026-06-26T04:10:00.629Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2403 | 2026-06-26T04:10:00.661Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2404 | 2026-06-26T04:10:00.700Z | Compiling progenitor-macro v0.14.0 |
| 2405 | 2026-06-26T04:10:00.819Z | Checking resolv-conf v0.7.6 |
| 2406 | 2026-06-26T04:10:00.999Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2407 | 2026-06-26T04:10:01.034Z | Checking unicode-linebreak v0.1.5 |
| 2408 | 2026-06-26T04:10:01.114Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2409 | 2026-06-26T04:10:01.276Z | Checking smawk v0.3.2 |
| 2410 | 2026-06-26T04:10:01.450Z | Checking papergrid v0.11.0 |
| 2411 | 2026-06-26T04:10:02.098Z | Compiling tabled_derive v0.7.0 |
| 2412 | 2026-06-26T04:10:02.133Z | Compiling convert_case v0.10.0 |
| 2413 | 2026-06-26T04:10:02.169Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2414 | 2026-06-26T04:10:02.174Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2415 | 2026-06-26T04:10:02.409Z | Compiling slog-dtrace v0.3.0 |
| 2416 | 2026-06-26T04:10:02.485Z | Compiling derive_more-impl v2.1.1 |
| 2417 | 2026-06-26T04:10:02.489Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2418 | 2026-06-26T04:10:02.710Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2419 | 2026-06-26T04:10:02.794Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2420 | 2026-06-26T04:10:03.124Z | Checking tabled v0.15.0 |
| 2421 | 2026-06-26T04:10:03.323Z | Checking derive_more v2.1.1 |
| 2422 | 2026-06-26T04:10:03.429Z | Checking crossterm v0.29.0 |
| 2423 | 2026-06-26T04:10:03.884Z | Checking linked-hash-map v0.5.6 |
| 2424 | 2026-06-26T04:10:04.029Z | Checking lru-cache v0.1.2 |
| 2425 | 2026-06-26T04:10:04.430Z | Checking hickory-proto v0.24.4 |
| 2426 | 2026-06-26T04:10:04.524Z | Checking fd-lock v4.0.4 |
| 2427 | 2026-06-26T04:10:04.560Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2428 | 2026-06-26T04:10:05.275Z | Checking vte v0.14.1 |
| 2429 | 2026-06-26T04:10:05.448Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2430 | 2026-06-26T04:10:05.678Z | Checking progenitor v0.14.0 |
| 2431 | 2026-06-26T04:10:05.709Z | Checking display-error-chain v0.2.2 |
| 2432 | 2026-06-26T04:10:05.837Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2433 | 2026-06-26T04:10:05.904Z | Checking strip-ansi-escapes v0.2.1 |
| 2434 | 2026-06-26T04:10:06.236Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2435 | 2026-06-26T04:10:07.122Z | Checking nu-ansi-term v0.50.3 |
| 2436 | 2026-06-26T04:10:07.369Z | Checking termtree v0.5.1 |
| 2437 | 2026-06-26T04:10:07.372Z | Checking reedline v0.40.0 |
| 2438 | 2026-06-26T04:10:07.551Z | Checking hickory-resolver v0.24.4 |
| 2439 | 2026-06-26T04:10:07.616Z | Checking textwrap v0.16.2 |
| 2440 | 2026-06-26T04:10:07.650Z | Compiling minimal-lexical v0.2.1 |
| 2441 | 2026-06-26T04:10:07.831Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2442 | 2026-06-26T04:10:07.868Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2443 | 2026-06-26T04:10:07.940Z | Compiling nom v7.1.3 |
| 2444 | 2026-06-26T04:10:08.249Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2445 | 2026-06-26T04:10:08.319Z | Checking qorb v0.4.1 |
| 2446 | 2026-06-26T04:10:08.435Z | Compiling ar_archive_writer v0.5.1 |
| 2447 | 2026-06-26T04:10:08.589Z | Checking csv-core v0.1.13 |
| 2448 | 2026-06-26T04:10:08.868Z | Checking csv v1.4.0 |
| 2449 | 2026-06-26T04:10:09.024Z | Compiling stacker v0.1.23 |
| 2450 | 2026-06-26T04:10:09.291Z | Compiling semver v0.1.20 |
| 2451 | 2026-06-26T04:10:09.344Z | Checking highway v1.3.0 |
| 2452 | 2026-06-26T04:10:09.366Z | Compiling cfg_aliases v0.1.1 |
| 2453 | 2026-06-26T04:10:09.412Z | Compiling psm v0.1.30 |
| 2454 | 2026-06-26T04:10:09.489Z | Compiling nix v0.28.0 |
| 2455 | 2026-06-26T04:10:09.591Z | Compiling rustc_version v0.1.7 |
| 2456 | 2026-06-26T04:10:09.637Z | Checking nibble_vec v0.1.0 |
| 2457 | 2026-06-26T04:10:09.699Z | Checking endian-type v0.1.2 |
| 2458 | 2026-06-26T04:10:09.819Z | Checking home v0.5.12 |
| 2459 | 2026-06-26T04:10:09.855Z | Compiling newtype_derive v0.1.6 |
| 2460 | 2026-06-26T04:10:09.868Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2461 | 2026-06-26T04:10:09.949Z | Checking radix_trie v0.2.1 |
| 2462 | 2026-06-26T04:10:09.964Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2463 | 2026-06-26T04:10:10.039Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2464 | 2026-06-26T04:10:10.073Z | Checking phf_shared v0.12.1 |
| 2465 | 2026-06-26T04:10:10.176Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2466 | 2026-06-26T04:10:10.282Z | Compiling chrono-tz v0.10.4 |
| 2467 | 2026-06-26T04:10:10.389Z | Checking phf v0.12.1 |
| 2468 | 2026-06-26T04:10:10.609Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2469 | 2026-06-26T04:10:10.622Z | Compiling const_format_proc_macros v0.2.34 |
| 2470 | 2026-06-26T04:10:10.622Z | Compiling peg-macros v0.8.5 |
| 2471 | 2026-06-26T04:10:10.703Z | Checking recursive v0.1.1 |
| 2472 | 2026-06-26T04:10:10.787Z | Checking nom v8.0.0 |
| 2473 | 2026-06-26T04:10:10.819Z | Checking winnow v0.6.26 |
| 2474 | 2026-06-26T04:10:11.129Z | Compiling sqlparser_derive v0.5.0 |
| 2475 | 2026-06-26T04:10:11.337Z | Checking unicode_categories v0.1.1 |
| 2476 | 2026-06-26T04:10:11.517Z | Checking rustyline v14.0.0 |
| 2477 | 2026-06-26T04:10:11.582Z | Checking const_format v0.2.35 |
| 2478 | 2026-06-26T04:10:11.923Z | Checking sqlparser v0.61.0 |
| 2479 | 2026-06-26T04:10:11.978Z | Checking sqlformat v0.3.5 |
| 2480 | 2026-06-26T04:10:12.030Z | Checking peg v0.8.5 |
| 2481 | 2026-06-26T04:10:12.234Z | Checking bcs v0.1.6 |
| 2482 | 2026-06-26T04:10:12.273Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2483 | 2026-06-26T04:10:12.369Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2484 | 2026-06-26T04:10:12.449Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2485 | 2026-06-26T04:10:12.493Z | Checking steno v0.4.1 |
| 2486 | 2026-06-26T04:10:12.585Z | Checking filetime v0.2.27 |
| 2487 | 2026-06-26T04:10:12.748Z | Checking xattr v1.6.1 |
| 2488 | 2026-06-26T04:10:12.783Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2489 | 2026-06-26T04:10:12.859Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2490 | 2026-06-26T04:10:12.907Z | Checking tar v0.4.45 |
| 2491 | 2026-06-26T04:10:13.061Z | Checking subprocess v0.2.15 |
| 2492 | 2026-06-26T04:10:13.383Z | Checking base64 v0.21.7 |
| 2493 | 2026-06-26T04:10:13.431Z | Checking headers-core v0.3.0 |
| 2494 | 2026-06-26T04:10:13.523Z | Checking yasna v0.5.2 |
| 2495 | 2026-06-26T04:10:13.568Z | Checking headers v0.4.1 |
| 2496 | 2026-06-26T04:10:13.658Z | Checking dropshot-api-manager-types v0.7.2 |
| 2497 | 2026-06-26T04:10:13.882Z | Checking tagptr v0.2.0 |
| 2498 | 2026-06-26T04:10:13.976Z | Checking rcgen v0.12.1 |
| 2499 | 2026-06-26T04:10:14.054Z | Checking moka v0.12.13 |
| 2500 | 2026-06-26T04:10:14.131Z | Checking utf-8 v0.7.6 |
| 2501 | 2026-06-26T04:10:14.300Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2502 | 2026-06-26T04:10:14.335Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2503 | 2026-06-26T04:10:14.486Z | Compiling libefi-sys v0.1.0 |
| 2504 | 2026-06-26T04:10:14.743Z | Checking hickory-resolver v0.25.2 |
| 2505 | 2026-06-26T04:10:14.807Z | Checking tungstenite v0.21.0 |
| 2506 | 2026-06-26T04:10:14.840Z | Compiling bitfield-struct v0.6.2 |
| 2507 | 2026-06-26T04:10:15.116Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2508 | 2026-06-26T04:10:15.223Z | Compiling radium v0.7.0 |
| 2509 | 2026-06-26T04:10:15.257Z | Checking tokio-tungstenite v0.21.0 |
| 2510 | 2026-06-26T04:10:15.530Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2511 | 2026-06-26T04:10:15.533Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2512 | 2026-06-26T04:10:15.650Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2513 | 2026-06-26T04:10:15.861Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2514 | 2026-06-26T04:10:15.865Z | Checking tap v1.0.1 |
| 2515 | 2026-06-26T04:10:16.017Z | Compiling maybe-uninit v2.0.0 |
| 2516 | 2026-06-26T04:10:16.054Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2517 | 2026-06-26T04:10:16.133Z | Checking wyz v0.5.1 |
| 2518 | 2026-06-26T04:10:16.375Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2519 | 2026-06-26T04:10:16.375Z | Compiling zerocopy-derive v0.6.6 |
| 2520 | 2026-06-26T04:10:16.445Z | Checking funty v2.0.0 |
| 2521 | 2026-06-26T04:10:16.480Z | Checking crc-catalog v2.4.0 |
| 2522 | 2026-06-26T04:10:16.512Z | Compiling packed_struct v0.10.1 |
| 2523 | 2026-06-26T04:10:16.601Z | Checking crc v3.4.0 |
| 2524 | 2026-06-26T04:10:16.786Z | Checking bitvec v1.0.1 |
| 2525 | 2026-06-26T04:10:16.887Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2526 | 2026-06-26T04:10:16.921Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2527 | 2026-06-26T04:10:16.957Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2528 | 2026-06-26T04:10:17.084Z | Compiling packed_struct_codegen v0.10.1 |
| 2529 | 2026-06-26T04:10:17.271Z | Checking zerocopy v0.6.6 |
| 2530 | 2026-06-26T04:10:17.380Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2531 | 2026-06-26T04:10:17.594Z | Compiling bitfield-macros v0.19.4 |
| 2532 | 2026-06-26T04:10:17.903Z | Compiling indexmap v1.9.3 |
| 2533 | 2026-06-26T04:10:18.128Z | Checking nodrop v0.1.14 |
| 2534 | 2026-06-26T04:10:18.131Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2535 | 2026-06-26T04:10:18.259Z | Checking array-init v0.0.4 |
| 2536 | 2026-06-26T04:10:18.290Z | Checking smallvec v0.6.14 |
| 2537 | 2026-06-26T04:10:18.330Z | Checking bitfield v0.19.4 |
| 2538 | 2026-06-26T04:10:18.509Z | Checking hashbrown v0.12.3 |
| 2539 | 2026-06-26T04:10:18.575Z | Checking serde-hex v0.1.0 |
| 2540 | 2026-06-26T04:10:18.629Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2541 | 2026-06-26T04:10:18.857Z | Checking ron v0.8.1 |
| 2542 | 2026-06-26T04:10:19.340Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2543 | 2026-06-26T04:10:19.365Z | Checking hashbrown v0.13.2 |
| 2544 | 2026-06-26T04:10:19.424Z | Checking crc-any v2.5.0 |
| 2545 | 2026-06-26T04:10:19.639Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2546 | 2026-06-26T04:10:19.829Z | Checking path-slash v0.1.5 |
| 2547 | 2026-06-26T04:10:19.832Z | Checking object v0.30.4 |
| 2548 | 2026-06-26T04:10:19.971Z | Compiling xshell-macros v0.2.7 |
| 2549 | 2026-06-26T04:10:20.124Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2550 | 2026-06-26T04:10:20.223Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2551 | 2026-06-26T04:10:20.340Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-06-26T04:10:20.381Z | Checking xshell v0.2.7 |
| 2553 | 2026-06-26T04:10:20.609Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2554 | 2026-06-26T04:10:20.797Z | Checking half v1.8.3 |
| 2555 | 2026-06-26T04:10:20.998Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2556 | 2026-06-26T04:10:21.036Z | Checking serde_cbor v0.11.2 |
| 2557 | 2026-06-26T04:10:21.066Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2558 | 2026-06-26T04:10:21.248Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2559 | 2026-06-26T04:10:21.444Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2560 | 2026-06-26T04:10:21.667Z | Compiling num-derive v0.3.3 |
| 2561 | 2026-06-26T04:10:21.699Z | Compiling proc-macro-error2 v2.0.1 |
| 2562 | 2026-06-26T04:10:21.866Z | Checking papergrid v0.17.0 |
| 2563 | 2026-06-26T04:10:22.003Z | Checking testing_table v0.3.0 |
| 2564 | 2026-06-26T04:10:22.043Z | Compiling tabled_derive v0.11.0 |
| 2565 | 2026-06-26T04:10:22.125Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2566 | 2026-06-26T04:10:22.460Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2567 | 2026-06-26T04:10:22.598Z | Checking libscf-sys v1.1.0 |
| 2568 | 2026-06-26T04:10:22.657Z | Compiling progenitor-impl v0.13.0 |
| 2569 | 2026-06-26T04:10:22.695Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2570 | 2026-06-26T04:10:22.759Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2571 | 2026-06-26T04:10:22.991Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2572 | 2026-06-26T04:10:23.219Z | Checking maplit v1.0.2 |
| 2573 | 2026-06-26T04:10:23.252Z | Checking tabled v0.20.0 |
| 2574 | 2026-06-26T04:10:23.477Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2575 | 2026-06-26T04:10:23.511Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2576 | 2026-06-26T04:10:23.882Z | Checking progenitor-client v0.13.0 |
| 2577 | 2026-06-26T04:10:24.164Z | Compiling git-stub v1.0.0 |
| 2578 | 2026-06-26T04:10:24.367Z | Compiling git-stub-vcs v0.1.0 |
| 2579 | 2026-06-26T04:10:24.425Z | Checking crc8 v0.1.1 |
| 2580 | 2026-06-26T04:10:24.461Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2581 | 2026-06-26T04:10:24.558Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2582 | 2026-06-26T04:10:24.750Z | Checking fxhash v0.2.1 |
| 2583 | 2026-06-26T04:10:24.906Z | Checking unicase v2.9.0 |
| 2584 | 2026-06-26T04:10:24.989Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2585 | 2026-06-26T04:10:25.103Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2586 | 2026-06-26T04:10:25.134Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2587 | 2026-06-26T04:10:25.356Z | Compiling vergen-lib v0.1.6 |
| 2588 | 2026-06-26T04:10:25.389Z | Compiling progenitor-macro v0.13.0 |
| 2589 | 2026-06-26T04:10:25.451Z | Compiling diesel_derives v2.3.7 |
| 2590 | 2026-06-26T04:10:25.546Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2591 | 2026-06-26T04:10:25.580Z | Checking scheduled-thread-pool v0.2.7 |
| 2592 | 2026-06-26T04:10:25.708Z | Compiling dsl_auto_type v0.2.0 |
| 2593 | 2026-06-26T04:10:25.735Z | Compiling vergen-gitcl v1.0.8 |
| 2594 | 2026-06-26T04:10:25.767Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2595 | 2026-06-26T04:10:25.800Z | Checking r2d2 v0.8.10 |
| 2596 | 2026-06-26T04:10:26.013Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2597 | 2026-06-26T04:10:26.013Z | Checking downcast-rs v2.0.2 |
| 2598 | 2026-06-26T04:10:26.078Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2599 | 2026-06-26T04:10:26.108Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2600 | 2026-06-26T04:10:26.167Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2601 | 2026-06-26T04:10:26.376Z | Checking kstat-rs v0.2.4 |
| 2602 | 2026-06-26T04:10:26.410Z | Checking arc-swap v1.8.2 |
| 2603 | 2026-06-26T04:10:26.674Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2604 | 2026-06-26T04:10:26.706Z | Checking slog-scope v4.4.1 |
| 2605 | 2026-06-26T04:10:26.869Z | Compiling parking_lot_core v0.8.6 |
| 2606 | 2026-06-26T04:10:26.903Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2607 | 2026-06-26T04:10:26.906Z | Checking slog-stdlog v4.1.1 |
| 2608 | 2026-06-26T04:10:26.966Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2609 | 2026-06-26T04:10:27.000Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2610 | 2026-06-26T04:10:27.086Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2611 | 2026-06-26T04:10:27.351Z | Checking slog-envlogger v2.2.0 |
| 2612 | 2026-06-26T04:10:27.418Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2613 | 2026-06-26T04:10:27.535Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2614 | 2026-06-26T04:10:27.791Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2615 | 2026-06-26T04:10:27.856Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2616 | 2026-06-26T04:10:27.904Z | Compiling dirs-sys-next v0.1.2 |
| 2617 | 2026-06-26T04:10:28.027Z | Compiling crunchy v0.2.4 |
| 2618 | 2026-06-26T04:10:28.091Z | Compiling dirs-next v2.0.0 |
| 2619 | 2026-06-26T04:10:28.218Z | Checking parking_lot v0.11.2 |
| 2620 | 2026-06-26T04:10:28.249Z | Compiling clang-sys v1.8.1 |
| 2621 | 2026-06-26T04:10:28.283Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2622 | 2026-06-26T04:10:28.359Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2623 | 2026-06-26T04:10:28.447Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2624 | 2026-06-26T04:10:28.607Z | Checking prefix-trie v0.7.0 |
| 2625 | 2026-06-26T04:10:28.638Z | Compiling tiny-keccak v2.0.2 |
| 2626 | 2026-06-26T04:10:28.965Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2627 | 2026-06-26T04:10:28.998Z | Checking sled v0.34.7 |
| 2628 | 2026-06-26T04:10:29.062Z | Checking hickory-server v0.25.2 |
| 2629 | 2026-06-26T04:10:29.129Z | Compiling term v0.7.0 |
| 2630 | 2026-06-26T04:10:29.233Z | Checking nanorand v0.7.0 |
| 2631 | 2026-06-26T04:10:29.441Z | Compiling salty v0.3.0 |
| 2632 | 2026-06-26T04:10:29.592Z | Compiling bit-vec v0.6.3 |
| 2633 | 2026-06-26T04:10:29.740Z | Checking flume v0.11.1 |
| 2634 | 2026-06-26T04:10:29.783Z | Compiling bit-set v0.5.3 |
| 2635 | 2026-06-26T04:10:29.841Z | Compiling ascii-canvas v3.0.0 |
| 2636 | 2026-06-26T04:10:30.015Z | Checking primeorder v0.13.6 |
| 2637 | 2026-06-26T04:10:30.116Z | Compiling itertools v0.10.5 |
| 2638 | 2026-06-26T04:10:30.297Z | Compiling ena v0.14.4 |
| 2639 | 2026-06-26T04:10:30.330Z | Compiling libloading v0.8.9 |
| 2640 | 2026-06-26T04:10:30.363Z | Checking progenitor v0.13.0 |
| 2641 | 2026-06-26T04:10:30.367Z | Compiling regex-syntax v0.6.29 |
| 2642 | 2026-06-26T04:10:30.430Z | Compiling diff v0.1.13 |
| 2643 | 2026-06-26T04:10:30.532Z | Compiling bindgen v0.71.1 |
| 2644 | 2026-06-26T04:10:30.595Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2645 | 2026-06-26T04:10:31.205Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2646 | 2026-06-26T04:10:31.507Z | Compiling cexpr v0.6.0 |
| 2647 | 2026-06-26T04:10:31.636Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2648 | 2026-06-26T04:10:31.673Z | Checking diesel v2.3.7 |
| 2649 | 2026-06-26T04:10:31.730Z | Compiling lalrpop v0.19.12 |
| 2650 | 2026-06-26T04:10:31.984Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2651 | 2026-06-26T04:10:32.223Z | Compiling fs-err v2.11.0 |
| 2652 | 2026-06-26T04:10:32.315Z | Compiling rustc-hash v2.1.1 |
| 2653 | 2026-06-26T04:10:32.477Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2654 | 2026-06-26T04:10:32.574Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2655 | 2026-06-26T04:10:32.723Z | Compiling libxml v0.3.3 |
| 2656 | 2026-06-26T04:10:33.055Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2657 | 2026-06-26T04:10:33.230Z | Checking p384 v0.13.1 |
| 2658 | 2026-06-26T04:10:33.741Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2659 | 2026-06-26T04:10:34.129Z | Compiling strum_macros v0.24.3 |
| 2660 | 2026-06-26T04:10:34.245Z | Compiling indoc v1.0.9 |
| 2661 | 2026-06-26T04:10:34.723Z | Checking assert_matches v1.5.0 |
| 2662 | 2026-06-26T04:10:34.832Z | Checking parse-size v1.1.0 |
| 2663 | 2026-06-26T04:10:34.993Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2664 | 2026-06-26T04:10:35.622Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2665 | 2026-06-26T04:10:35.844Z | Checking quick-xml v0.37.5 |
| 2666 | 2026-06-26T04:10:35.875Z | Checking derive_builder v0.20.2 |
| 2667 | 2026-06-26T04:10:36.026Z | Compiling oso-derive v0.27.3 |
| 2668 | 2026-06-26T04:10:36.109Z | Compiling trait-variant v0.1.2 |
| 2669 | 2026-06-26T04:10:36.539Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2670 | 2026-06-26T04:10:36.687Z | Checking openssl-probe v0.1.6 |
| 2671 | 2026-06-26T04:10:36.747Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2672 | 2026-06-26T04:10:36.874Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2673 | 2026-06-26T04:10:37.136Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2674 | 2026-06-26T04:10:37.498Z | Checking predicates-tree v1.0.13 |
| 2675 | 2026-06-26T04:10:37.571Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2676 | 2026-06-26T04:10:37.843Z | Checking http-range v0.1.5 |
| 2677 | 2026-06-26T04:10:37.890Z | Compiling mime_guess v2.0.5 |
| 2678 | 2026-06-26T04:10:38.006Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2679 | 2026-06-26T04:10:38.107Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2680 | 2026-06-26T04:10:38.143Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2681 | 2026-06-26T04:10:38.371Z | Checking bb8 v0.8.6 |
| 2682 | 2026-06-26T04:10:38.430Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2683 | 2026-06-26T04:10:38.464Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2684 | 2026-06-26T04:10:38.544Z | Checking atty v0.2.14 |
| 2685 | 2026-06-26T04:10:38.657Z | Checking corncobs v0.1.4 |
| 2686 | 2026-06-26T04:10:38.743Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2687 | 2026-06-26T04:10:38.855Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2688 | 2026-06-26T04:10:38.900Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2689 | 2026-06-26T04:10:39.079Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2690 | 2026-06-26T04:10:39.122Z | Checking ignore v0.4.25 |
| 2691 | 2026-06-26T04:10:39.155Z | Checking secrecy v0.8.0 |
| 2692 | 2026-06-26T04:10:39.232Z | Checking hyper-staticfile v0.10.1 |
| 2693 | 2026-06-26T04:10:39.567Z | Checking globwalk v0.9.1 |
| 2694 | 2026-06-26T04:10:39.571Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2695 | 2026-06-26T04:10:39.712Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2696 | 2026-06-26T04:10:39.789Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2697 | 2026-06-26T04:10:39.936Z | Checking nonempty v0.12.0 |
| 2698 | 2026-06-26T04:10:39.970Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2699 | 2026-06-26T04:10:40.136Z | Checking camino-tempfile-ext v0.3.3 |
| 2700 | 2026-06-26T04:10:40.241Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2701 | 2026-06-26T04:10:40.245Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2702 | 2026-06-26T04:10:40.363Z | Checking signal-hook-tokio v0.3.1 |
| 2703 | 2026-06-26T04:10:40.396Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2704 | 2026-06-26T04:10:40.668Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2705 | 2026-06-26T04:10:40.702Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2706 | 2026-06-26T04:10:41.090Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2707 | 2026-06-26T04:10:41.117Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2708 | 2026-06-26T04:10:41.431Z | Checking illumos-nvpair v0.3.0 |
| 2709 | 2026-06-26T04:10:41.514Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2710 | 2026-06-26T04:10:41.589Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2711 | 2026-06-26T04:10:41.628Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2712 | 2026-06-26T04:10:41.659Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2713 | 2026-06-26T04:10:41.907Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2714 | 2026-06-26T04:10:41.941Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2715 | 2026-06-26T04:10:42.375Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2716 | 2026-06-26T04:10:42.650Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2717 | 2026-06-26T04:10:43.039Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2718 | 2026-06-26T04:10:43.249Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2719 | 2026-06-26T04:10:43.470Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2720 | 2026-06-26T04:10:43.588Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2721 | 2026-06-26T04:10:43.710Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2722 | 2026-06-26T04:10:44.210Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2723 | 2026-06-26T04:10:44.461Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2724 | 2026-06-26T04:10:44.659Z | Checking tungstenite v0.23.0 |
| 2725 | 2026-06-26T04:10:44.748Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2726 | 2026-06-26T04:10:44.885Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2727 | 2026-06-26T04:10:45.121Z | Checking tokio-tungstenite v0.23.1 |
| 2728 | 2026-06-26T04:10:45.303Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2729 | 2026-06-26T04:10:45.339Z | Checking rand_seeder v0.4.0 |
| 2730 | 2026-06-26T04:10:45.428Z | Checking void v1.0.2 |
| 2731 | 2026-06-26T04:10:45.520Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2732 | 2026-06-26T04:10:45.575Z | Checking lzss v0.8.2 |
| 2733 | 2026-06-26T04:10:45.683Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2734 | 2026-06-26T04:10:45.718Z | Checking nix v0.27.1 |
| 2735 | 2026-06-26T04:10:45.801Z | Checking serde_bytes v0.11.19 |
| 2736 | 2026-06-26T04:10:45.959Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2737 | 2026-06-26T04:10:45.994Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2738 | 2026-06-26T04:10:46.060Z | Checking diesel-dtrace v0.5.0 |
| 2739 | 2026-06-26T04:10:46.162Z | Checking async-bb8-diesel v0.2.1 |
| 2740 | 2026-06-26T04:10:46.252Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2741 | 2026-06-26T04:10:46.547Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2742 | 2026-06-26T04:10:46.708Z | Checking is_ci v1.2.0 |
| 2743 | 2026-06-26T04:10:46.844Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2744 | 2026-06-26T04:10:47.152Z | Checking yansi v1.0.1 |
| 2745 | 2026-06-26T04:10:47.255Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2746 | 2026-06-26T04:10:47.459Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2747 | 2026-06-26T04:10:47.519Z | Checking pretty_assertions v1.4.1 |
| 2748 | 2026-06-26T04:10:47.663Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2749 | 2026-06-26T04:10:47.697Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2750 | 2026-06-26T04:10:47.771Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2751 | 2026-06-26T04:10:48.034Z | Compiling darling_core v0.23.0 |
| 2752 | 2026-06-26T04:10:48.864Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2753 | 2026-06-26T04:10:49.286Z | Compiling indoc v2.0.7 |
| 2754 | 2026-06-26T04:10:49.322Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2755 | 2026-06-26T04:10:49.560Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-06-26T04:10:49.787Z | Compiling libz-sys v1.1.24 |
| 2757 | 2026-06-26T04:10:49.983Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2758 | 2026-06-26T04:10:50.197Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-06-26T04:10:50.370Z | Compiling instability v0.3.11 |
| 2760 | 2026-06-26T04:10:50.497Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2761 | 2026-06-26T04:10:50.614Z | Compiling darling_macro v0.23.0 |
| 2762 | 2026-06-26T04:10:50.734Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2763 | 2026-06-26T04:10:50.767Z | Checking castaway v0.2.4 |
| 2764 | 2026-06-26T04:10:50.909Z | Checking compact_str v0.8.1 |
| 2765 | 2026-06-26T04:10:51.160Z | Compiling darling v0.23.0 |
| 2766 | 2026-06-26T04:10:51.319Z | Checking supports-color v3.0.2 |
| 2767 | 2026-06-26T04:10:51.484Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2768 | 2026-06-26T04:10:51.707Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2769 | 2026-06-26T04:10:51.757Z | Checking unicode-truncate v1.1.0 |
| 2770 | 2026-06-26T04:10:51.936Z | Checking console v0.16.2 |
| 2771 | 2026-06-26T04:10:51.971Z | Checking lru v0.12.5 |
| 2772 | 2026-06-26T04:10:52.029Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2773 | 2026-06-26T04:10:52.160Z | Checking cassowary v0.3.0 |
| 2774 | 2026-06-26T04:10:52.270Z | Checking unit-prefix v0.5.2 |
| 2775 | 2026-06-26T04:10:52.429Z | Checking ratatui v0.29.0 |
| 2776 | 2026-06-26T04:10:52.462Z | Checking indicatif v0.18.4 |
| 2777 | 2026-06-26T04:10:52.541Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2778 | 2026-06-26T04:10:52.877Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2779 | 2026-06-26T04:10:53.126Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2780 | 2026-06-26T04:10:53.825Z | Compiling vergen-git2 v9.1.0 |
| 2781 | 2026-06-26T04:10:53.860Z | Checking plotters-backend v0.3.7 |
| 2782 | 2026-06-26T04:10:54.099Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2783 | 2026-06-26T04:10:54.144Z | Checking plotters-svg v0.3.7 |
| 2784 | 2026-06-26T04:10:54.315Z | Checking cast v0.3.0 |
| 2785 | 2026-06-26T04:10:54.350Z | Compiling rustls v0.21.12 |
| 2786 | 2026-06-26T04:10:54.504Z | Checking criterion-plot v0.6.0 |
| 2787 | 2026-06-26T04:10:54.659Z | Checking plotters v0.3.7 |
| 2788 | 2026-06-26T04:10:54.784Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2789 | 2026-06-26T04:10:54.876Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2790 | 2026-06-26T04:10:55.102Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2791 | 2026-06-26T04:10:55.340Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2792 | 2026-06-26T04:10:55.431Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2793 | 2026-06-26T04:10:55.562Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2794 | 2026-06-26T04:10:55.654Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2795 | 2026-06-26T04:10:55.802Z | Checking colored v2.2.0 |
| 2796 | 2026-06-26T04:10:55.805Z | Checking sct v0.7.1 |
| 2797 | 2026-06-26T04:10:56.006Z | Checking rustls-webpki v0.101.7 |
| 2798 | 2026-06-26T04:10:56.040Z | Checking tinytemplate v1.2.1 |
| 2799 | 2026-06-26T04:10:56.295Z | Checking anes v0.1.6 |
| 2800 | 2026-06-26T04:10:56.338Z | Checking shell-words v1.1.1 |
| 2801 | 2026-06-26T04:10:56.390Z | Checking oorandom v11.1.5 |
| 2802 | 2026-06-26T04:10:56.563Z | Checking criterion v0.7.0 |
| 2803 | 2026-06-26T04:10:56.607Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2804 | 2026-06-26T04:10:57.945Z | Checking typeid v1.0.3 |
| 2805 | 2026-06-26T04:10:57.978Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2806 | 2026-06-26T04:10:58.080Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2807 | 2026-06-26T04:10:58.737Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2808 | 2026-06-26T04:10:59.578Z | Checking tokio-test v0.4.5 |
| 2809 | 2026-06-26T04:10:59.818Z | Checking hex-literal v0.4.1 |
| 2810 | 2026-06-26T04:10:59.952Z | Checking erased-serde v0.4.9 |
| 2811 | 2026-06-26T04:11:00.350Z | Checking tokio-rustls v0.24.1 |
| 2812 | 2026-06-26T04:11:00.588Z | Checking rustls-pemfile v1.0.4 |
| 2813 | 2026-06-26T04:11:00.776Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2814 | 2026-06-26T04:11:00.991Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2815 | 2026-06-26T04:11:01.399Z | Checking twox-hash v2.1.2 |
| 2816 | 2026-06-26T04:11:01.442Z | Checking ordered-float v2.10.1 |
| 2817 | 2026-06-26T04:11:01.710Z | Checking serde-value v0.7.0 |
| 2818 | 2026-06-26T04:11:01.787Z | Checking serde-untagged v0.1.9 |
| 2819 | 2026-06-26T04:11:01.959Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2820 | 2026-06-26T04:11:02.015Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2821 | 2026-06-26T04:11:02.167Z | Checking fatfs v0.3.6 |
| 2822 | 2026-06-26T04:11:02.653Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2823 | 2026-06-26T04:11:03.026Z | Compiling seq-macro v0.3.6 |
| 2824 | 2026-06-26T04:11:03.125Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2825 | 2026-06-26T04:11:03.309Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2826 | 2026-06-26T04:11:03.559Z | Checking unicode-xid v0.2.6 |
| 2827 | 2026-06-26T04:11:03.711Z | Checking cargo-util-schemas v0.8.2 |
| 2828 | 2026-06-26T04:11:04.032Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2829 | 2026-06-26T04:11:04.626Z | Checking cargo-platform v0.2.0 |
| 2830 | 2026-06-26T04:11:04.668Z | Compiling petname v2.0.2 |
| 2831 | 2026-06-26T04:11:04.844Z | Checking cargo_metadata v0.21.0 |
| 2832 | 2026-06-26T04:11:05.049Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2833 | 2026-06-26T04:11:05.345Z | Checking concurrent-queue v2.5.0 |
| 2834 | 2026-06-26T04:11:05.565Z | Checking rtoolbox v0.0.3 |
| 2835 | 2026-06-26T04:11:05.639Z | Checking parking v2.2.1 |
| 2836 | 2026-06-26T04:11:05.728Z | Checking rpassword v7.4.0 |
| 2837 | 2026-06-26T04:11:05.790Z | Checking event-listener v5.4.1 |
| 2838 | 2026-06-26T04:11:06.042Z | Checking tui-tree-widget v0.23.1 |
| 2839 | 2026-06-26T04:11:06.266Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2840 | 2026-06-26T04:11:06.300Z | Checking polyval v0.6.2 |
| 2841 | 2026-06-26T04:11:06.461Z | Checking sapling-renderdag v0.1.0 |
| 2842 | 2026-06-26T04:11:06.496Z | Checking sync-ptr v0.1.4 |
| 2843 | 2026-06-26T04:11:06.642Z | Checking ghash v0.5.1 |
| 2844 | 2026-06-26T04:11:06.735Z | Checking event-listener-strategy v0.5.4 |
| 2845 | 2026-06-26T04:11:06.794Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2846 | 2026-06-26T04:11:06.903Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2847 | 2026-06-26T04:11:07.131Z | Checking ctr v0.9.2 |
| 2848 | 2026-06-26T04:11:07.338Z | Checking arrayref v0.3.9 |
| 2849 | 2026-06-26T04:11:07.444Z | Checking futures-timer v3.0.3 |
| 2850 | 2026-06-26T04:11:07.482Z | Checking constant_time_eq v0.4.2 |
| 2851 | 2026-06-26T04:11:07.655Z | Checking arrayvec v0.7.6 |
| 2852 | 2026-06-26T04:11:07.659Z | Checking aes-gcm v0.10.3 |
| 2853 | 2026-06-26T04:11:07.871Z | Checking async-lock v3.4.2 |
| 2854 | 2026-06-26T04:11:07.947Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2855 | 2026-06-26T04:11:08.320Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2856 | 2026-06-26T04:11:08.586Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2857 | 2026-06-26T04:11:08.955Z | Checking ssh-encoding v0.2.0 |
| 2858 | 2026-06-26T04:11:09.187Z | Checking blowfish v0.9.1 |
| 2859 | 2026-06-26T04:11:09.372Z | Compiling strsim v0.10.0 |
| 2860 | 2026-06-26T04:11:09.605Z | Compiling darling_core v0.13.4 |
| 2861 | 2026-06-26T04:11:09.729Z | Checking bcrypt-pbkdf v0.10.0 |
| 2862 | 2026-06-26T04:11:09.923Z | Checking ssh-cipher v0.2.0 |
| 2863 | 2026-06-26T04:11:10.135Z | Checking async-object-pool v0.2.0 |
| 2864 | 2026-06-26T04:11:10.276Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2865 | 2026-06-26T04:11:10.688Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2866 | 2026-06-26T04:11:11.359Z | Checking serde_regex v1.1.0 |
| 2867 | 2026-06-26T04:11:11.442Z | Checking password-hash v0.4.2 |
| 2868 | 2026-06-26T04:11:11.499Z | Checking assert-json-diff v2.0.2 |
| 2869 | 2026-06-26T04:11:11.547Z | Checking path-tree v0.8.3 |
| 2870 | 2026-06-26T04:11:11.691Z | Compiling target-lexicon v0.13.3 |
| 2871 | 2026-06-26T04:11:11.721Z | Checking gimli v0.32.3 |
| 2872 | 2026-06-26T04:11:11.760Z | Checking stringmetrics v2.2.2 |
| 2873 | 2026-06-26T04:11:11.940Z | Checking httpmock v0.8.3 |
| 2874 | 2026-06-26T04:11:12.262Z | Checking pbkdf2 v0.11.0 |
| 2875 | 2026-06-26T04:11:12.467Z | Compiling darling_macro v0.13.4 |
| 2876 | 2026-06-26T04:11:12.977Z | Checking ssh-key v0.6.7 |
| 2877 | 2026-06-26T04:11:13.300Z | Checking addr2line v0.25.1 |
| 2878 | 2026-06-26T04:11:13.393Z | Compiling samael v0.0.19 |
| 2879 | 2026-06-26T04:11:13.708Z | Checking p256 v0.13.2 |
| 2880 | 2026-06-26T04:11:13.992Z | Checking p521 v0.13.3 |
| 2881 | 2026-06-26T04:11:14.229Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2882 | 2026-06-26T04:11:14.497Z | Checking russh-cryptovec v0.7.3 |
| 2883 | 2026-06-26T04:11:14.642Z | Checking md5 v0.7.0 |
| 2884 | 2026-06-26T04:11:14.677Z | Checking rustc-demangle v0.1.27 |
| 2885 | 2026-06-26T04:11:14.849Z | Compiling guppy-workspace-hack v0.1.0 |
| 2886 | 2026-06-26T04:11:14.932Z | Checking backtrace v0.3.76 |
| 2887 | 2026-06-26T04:11:15.109Z | Checking russh-keys v0.45.0 |
| 2888 | 2026-06-26T04:11:15.270Z | Compiling darling v0.13.4 |
| 2889 | 2026-06-26T04:11:15.511Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2890 | 2026-06-26T04:11:15.648Z | Checking num-bigint v0.4.6 |
| 2891 | 2026-06-26T04:11:15.737Z | Checking des v0.8.1 |
| 2892 | 2026-06-26T04:11:15.918Z | Compiling blake3 v1.8.5 |
| 2893 | 2026-06-26T04:11:15.950Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2894 | 2026-06-26T04:11:16.312Z | Compiling target-spec v3.5.7 |
| 2895 | 2026-06-26T04:11:16.390Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2896 | 2026-06-26T04:11:16.653Z | Checking russh v0.45.0 |
| 2897 | 2026-06-26T04:11:17.207Z | Checking cfg-expr v0.20.6 |
| 2898 | 2026-06-26T04:11:17.252Z | Compiling serde_with_macros v1.5.2 |
| 2899 | 2026-06-26T04:11:17.620Z | Checking backtrace-ext v0.2.1 |
| 2900 | 2026-06-26T04:11:17.869Z | Checking supports-color v2.1.0 |
| 2901 | 2026-06-26T04:11:18.037Z | Checking textwrap v0.15.2 |
| 2902 | 2026-06-26T04:11:18.115Z | Checking supports-unicode v2.1.0 |
| 2903 | 2026-06-26T04:11:18.261Z | Checking supports-hyperlinks v2.1.0 |
| 2904 | 2026-06-26T04:11:18.294Z | Checking hashbrown v0.14.5 |
| 2905 | 2026-06-26T04:11:18.408Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2906 | 2026-06-26T04:11:18.478Z | Checking cargo-platform v0.3.2 |
| 2907 | 2026-06-26T04:11:18.620Z | Checking terminal_size v0.1.17 |
| 2908 | 2026-06-26T04:11:18.653Z | Compiling miette-derive v5.10.0 |
| 2909 | 2026-06-26T04:11:18.762Z | Checking internet-checksum v0.2.1 |
| 2910 | 2026-06-26T04:11:18.831Z | Checking owo-colors v3.5.0 |
| 2911 | 2026-06-26T04:11:18.911Z | Checking chumsky v0.9.3 |
| 2912 | 2026-06-26T04:11:19.401Z | Checking cargo_metadata v0.23.1 |
| 2913 | 2026-06-26T04:11:19.680Z | Compiling git2 v0.20.4 |
| 2914 | 2026-06-26T04:11:19.838Z | Checking miette v5.10.0 |
| 2915 | 2026-06-26T04:11:20.013Z | Compiling serde_with v1.14.0 |
| 2916 | 2026-06-26T04:11:20.347Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2917 | 2026-06-26T04:11:20.526Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2918 | 2026-06-26T04:11:20.576Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2919 | 2026-06-26T04:11:20.918Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2920 | 2026-06-26T04:11:21.136Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2921 | 2026-06-26T04:11:21.179Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2922 | 2026-06-26T04:11:21.345Z | Compiling knuffel-derive v3.2.0 |
| 2923 | 2026-06-26T04:11:21.381Z | Checking httptest v0.16.4 |
| 2924 | 2026-06-26T04:11:21.412Z | Checking pathdiff v0.2.3 |
| 2925 | 2026-06-26T04:11:21.552Z | Checking topological-sort v0.2.2 |
| 2926 | 2026-06-26T04:11:21.719Z | Checking nested v0.1.1 |
| 2927 | 2026-06-26T04:11:21.782Z | Checking omicron-zone-package v0.12.2 |
| 2928 | 2026-06-26T04:11:22.067Z | Checking guppy v0.17.25 |
| 2929 | 2026-06-26T04:11:22.512Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2930 | 2026-06-26T04:11:22.727Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2931 | 2026-06-26T04:11:22.884Z | Checking knuffel v3.2.0 |
| 2932 | 2026-06-26T04:11:22.999Z | Checking similar-asserts v1.7.0 |
| 2933 | 2026-06-26T04:11:23.051Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2934 | 2026-06-26T04:11:23.083Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2935 | 2026-06-26T04:11:23.182Z | Compiling target-triple v1.0.0 |
| 2936 | 2026-06-26T04:11:23.247Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2937 | 2026-06-26T04:11:23.542Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2938 | 2026-06-26T04:11:23.574Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2939 | 2026-06-26T04:11:24.155Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2940 | 2026-06-26T04:11:24.216Z | Checking hickory-client v0.25.2 |
| 2941 | 2026-06-26T04:11:24.383Z | Compiling assert_cmd v2.1.2 |
| 2942 | 2026-06-26T04:11:24.535Z | Checking escape8259 v0.5.3 |
| 2943 | 2026-06-26T04:11:24.708Z | Checking libtest-mimic v0.8.1 |
| 2944 | 2026-06-26T04:11:25.101Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2945 | 2026-06-26T04:11:25.172Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2946 | 2026-06-26T04:11:25.240Z | Checking blake2b_simd v1.0.4 |
| 2947 | 2026-06-26T04:11:25.695Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2948 | 2026-06-26T04:11:25.893Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2949 | 2026-06-26T04:11:26.115Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2950 | 2026-06-26T04:11:26.317Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2951 | 2026-06-26T04:11:26.354Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2952 | 2026-06-26T04:11:26.559Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2953 | 2026-06-26T04:11:26.766Z | Checking fancy-regex v0.14.0 |
| 2954 | 2026-06-26T04:11:26.998Z | Checking serde_tokenstream v0.2.3 |
| 2955 | 2026-06-26T04:11:27.178Z | Checking approx v0.5.1 |
| 2956 | 2026-06-26T04:11:27.264Z | Checking uzers v0.12.2 |
| 2957 | 2026-06-26T04:11:27.344Z | Compiling rstest_macros v0.25.0 |
| 2958 | 2026-06-26T04:11:27.509Z | Compiling linkme-impl v0.3.35 |
| 2959 | 2026-06-26T04:11:27.663Z | Checking termcolor v1.4.1 |
| 2960 | 2026-06-26T04:11:27.829Z | Checking constant_time_eq v0.3.1 |
| 2961 | 2026-06-26T04:11:27.927Z | Checking trybuild v1.0.116 |
| 2962 | 2026-06-26T04:11:27.966Z | Checking rust-argon2 v2.1.0 |
| 2963 | 2026-06-26T04:11:28.426Z | Checking datatest-stable v0.3.3 |
| 2964 | 2026-06-26T04:11:28.871Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2965 | 2026-06-26T04:11:29.166Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2966 | 2026-06-26T04:11:29.232Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2967 | 2026-06-26T04:11:29.991Z | Compiling polar-core v0.27.3 |
| 2968 | 2026-06-26T04:11:30.029Z | Checking support-bundle-viewer v0.1.2 |
| 2969 | 2026-06-26T04:11:30.117Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2970 | 2026-06-26T04:11:30.299Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2971 | 2026-06-26T04:11:30.344Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2972 | 2026-06-26T04:11:30.413Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2973 | 2026-06-26T04:11:30.535Z | Checking drift v0.2.0 |
| 2974 | 2026-06-26T04:11:30.574Z | Checking rand_distr v0.5.1 |
| 2975 | 2026-06-26T04:11:30.648Z | Checking multimap v0.10.1 |
| 2976 | 2026-06-26T04:11:30.851Z | Compiling relative-path v1.9.3 |
| 2977 | 2026-06-26T04:11:30.928Z | Compiling linkme v0.3.35 |
| 2978 | 2026-06-26T04:11:31.012Z | Checking dropshot-api-manager v0.7.2 |
| 2979 | 2026-06-26T04:11:32.196Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2980 | 2026-06-26T04:11:32.634Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2981 | 2026-06-26T04:11:32.938Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2982 | 2026-06-26T04:11:33.091Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2983 | 2026-06-26T04:11:33.331Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2984 | 2026-06-26T04:11:33.396Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2985 | 2026-06-26T04:11:33.548Z | Checking cargo_toml v0.21.0 |
| 2986 | 2026-06-26T04:11:33.889Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2987 | 2026-06-26T04:11:34.120Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2988 | 2026-06-26T04:11:34.417Z | Checking partial-io v0.5.4 |
| 2989 | 2026-06-26T04:11:34.573Z | Checking termios v0.3.3 |
| 2990 | 2026-06-26T04:11:34.606Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2991 | 2026-06-26T04:11:34.689Z | Checking rstest v0.25.0 |
| 2992 | 2026-06-26T04:11:34.728Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2993 | 2026-06-26T04:11:34.966Z | Checking oso v0.27.3 |
| 2994 | 2026-06-26T04:11:36.654Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2995 | 2026-06-26T04:11:36.885Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2996 | 2026-06-26T04:11:39.957Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2997 | 2026-06-26T04:11:45.114Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2998 | 2026-06-26T04:11:47.861Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2999 | 2026-06-26T04:11:47.945Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3000 | 2026-06-26T04:11:49.263Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3001 | 2026-06-26T04:11:54.640Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3002 | 2026-06-26T04:12:00.072Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3003 | 2026-06-26T04:12:02.850Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3004 | 2026-06-26T04:12:03.837Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3005 | 2026-06-26T04:12:04.840Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3006 | 2026-06-26T04:12:10.193Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3007 | 2026-06-26T04:12:14.891Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3008 | 2026-06-26T04:13:32.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s |
| 3009 | 2026-06-26T04:13:32.972Z | |
| 3010 | 2026-06-26T04:13:32.975Z | real 4:12.133496012 |
| 3011 | 2026-06-26T04:13:32.975Z | user 21:19.090027661 |
| 3012 | 2026-06-26T04:13:32.975Z | sys 4:55.142885799 |
| 3013 | 2026-06-26T04:13:32.975Z | trap 0.525013568 |
| 3014 | 2026-06-26T04:13:32.975Z | tflt 0.500696604 |
| 3015 | 2026-06-26T04:13:32.975Z | dflt 0.508017484 |
| 3016 | 2026-06-26T04:13:32.975Z | kflt 0.004887892 |
| 3017 | 2026-06-26T04:13:32.975Z | lock 58:45.964429656 |
| 3018 | 2026-06-26T04:13:32.975Z | slp 58:28.749450519 |
| 3019 | 2026-06-26T04:13:32.975Z | lat 1:49.146314105 |
| 3020 | 2026-06-26T04:13:32.975Z | stop 10:48.057544697 |
| 3021 | 2026-06-26T04:13:32.976Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3022 | 2026-06-26T04:13:32.976Z | + ptime -m cargo doc --workspace --no-deps |
| 3023 | 2026-06-26T04:13:33.781Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3024 | 2026-06-26T04:13:33.781Z | | |
| 3025 | 2026-06-26T04:13:33.781Z | = 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)` |
| 3026 | 2026-06-26T04:13:33.781Z | = 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> |
| 3027 | 2026-06-26T04:13:34.791Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3028 | 2026-06-26T04:13:35.020Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3029 | 2026-06-26T04:13:35.066Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3030 | 2026-06-26T04:13:35.127Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3031 | 2026-06-26T04:13:35.186Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3032 | 2026-06-26T04:13:35.276Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3033 | 2026-06-26T04:13:35.300Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3034 | 2026-06-26T04:13:35.328Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3035 | 2026-06-26T04:13:35.357Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3036 | 2026-06-26T04:13:35.389Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3037 | 2026-06-26T04:13:35.472Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3038 | 2026-06-26T04:13:35.581Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3039 | 2026-06-26T04:13:35.605Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3040 | 2026-06-26T04:13:35.669Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3041 | 2026-06-26T04:13:35.695Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3042 | 2026-06-26T04:13:35.715Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3043 | 2026-06-26T04:13:35.736Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3044 | 2026-06-26T04:13:35.757Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3045 | 2026-06-26T04:13:35.779Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3046 | 2026-06-26T04:13:35.782Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3047 | 2026-06-26T04:13:35.859Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3048 | 2026-06-26T04:13:36.134Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3049 | 2026-06-26T04:13:36.455Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3050 | 2026-06-26T04:13:36.479Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3051 | 2026-06-26T04:13:36.595Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3052 | 2026-06-26T04:13:36.618Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3053 | 2026-06-26T04:13:36.642Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3054 | 2026-06-26T04:13:36.865Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3055 | 2026-06-26T04:13:36.894Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3056 | 2026-06-26T04:13:37.047Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3057 | 2026-06-26T04:13:37.085Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3058 | 2026-06-26T04:13:37.137Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3059 | 2026-06-26T04:13:37.224Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3060 | 2026-06-26T04:13:37.276Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3061 | 2026-06-26T04:13:37.305Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3062 | 2026-06-26T04:13:37.361Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3063 | 2026-06-26T04:13:37.500Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3064 | 2026-06-26T04:13:37.523Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3065 | 2026-06-26T04:13:37.751Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3066 | 2026-06-26T04:13:37.780Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3067 | 2026-06-26T04:13:38.104Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3068 | 2026-06-26T04:13:38.129Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3069 | 2026-06-26T04:13:38.333Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3070 | 2026-06-26T04:13:38.399Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3071 | 2026-06-26T04:13:38.430Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3072 | 2026-06-26T04:13:38.502Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3073 | 2026-06-26T04:13:38.606Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3074 | 2026-06-26T04:13:38.661Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3075 | 2026-06-26T04:13:38.686Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3076 | 2026-06-26T04:13:38.779Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3077 | 2026-06-26T04:13:38.836Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3078 | 2026-06-26T04:13:38.907Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3079 | 2026-06-26T04:13:38.931Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3080 | 2026-06-26T04:13:39.009Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3081 | 2026-06-26T04:13:39.065Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3082 | 2026-06-26T04:13:39.126Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3083 | 2026-06-26T04:13:39.149Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3084 | 2026-06-26T04:13:39.175Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3085 | 2026-06-26T04:13:39.202Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3086 | 2026-06-26T04:13:39.258Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3087 | 2026-06-26T04:13:39.321Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3088 | 2026-06-26T04:13:39.346Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3089 | 2026-06-26T04:13:39.621Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3090 | 2026-06-26T04:13:39.718Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3091 | 2026-06-26T04:13:39.889Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3092 | 2026-06-26T04:13:39.999Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3093 | 2026-06-26T04:13:40.322Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3094 | 2026-06-26T04:13:40.480Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3095 | 2026-06-26T04:13:40.742Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3096 | 2026-06-26T04:13:40.786Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3097 | 2026-06-26T04:13:40.809Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3098 | 2026-06-26T04:13:40.809Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3099 | 2026-06-26T04:13:41.021Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3100 | 2026-06-26T04:13:41.048Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3101 | 2026-06-26T04:13:41.110Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3102 | 2026-06-26T04:13:41.194Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3103 | 2026-06-26T04:13:41.629Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3104 | 2026-06-26T04:13:42.257Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3105 | 2026-06-26T04:13:42.281Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3106 | 2026-06-26T04:13:42.302Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3107 | 2026-06-26T04:13:42.352Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3108 | 2026-06-26T04:13:42.600Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3109 | 2026-06-26T04:13:42.623Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3110 | 2026-06-26T04:13:42.654Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3111 | 2026-06-26T04:13:42.856Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3112 | 2026-06-26T04:13:42.878Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3113 | 2026-06-26T04:13:43.029Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3114 | 2026-06-26T04:13:43.075Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3115 | 2026-06-26T04:13:43.104Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3116 | 2026-06-26T04:13:43.208Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3117 | 2026-06-26T04:13:43.251Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3118 | 2026-06-26T04:13:43.298Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3119 | 2026-06-26T04:13:43.340Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3120 | 2026-06-26T04:13:43.368Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3121 | 2026-06-26T04:13:43.412Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3122 | 2026-06-26T04:13:43.531Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3123 | 2026-06-26T04:13:43.576Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3124 | 2026-06-26T04:13:43.617Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3125 | 2026-06-26T04:13:43.620Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3126 | 2026-06-26T04:13:43.659Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3127 | 2026-06-26T04:13:43.678Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3128 | 2026-06-26T04:13:43.764Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3129 | 2026-06-26T04:13:43.852Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3130 | 2026-06-26T04:13:43.874Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3131 | 2026-06-26T04:13:43.937Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3132 | 2026-06-26T04:13:44.046Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3133 | 2026-06-26T04:13:44.177Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3134 | 2026-06-26T04:13:44.217Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3135 | 2026-06-26T04:13:44.240Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3136 | 2026-06-26T04:13:44.698Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3137 | 2026-06-26T04:13:44.810Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3138 | 2026-06-26T04:13:44.950Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3139 | 2026-06-26T04:13:45.627Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3140 | 2026-06-26T04:13:45.737Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3141 | 2026-06-26T04:13:45.833Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3142 | 2026-06-26T04:13:46.499Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3143 | 2026-06-26T04:13:46.525Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3144 | 2026-06-26T04:13:47.135Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3145 | 2026-06-26T04:13:47.957Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3146 | 2026-06-26T04:13:48.563Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3147 | 2026-06-26T04:13:48.587Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3148 | 2026-06-26T04:13:48.943Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3149 | 2026-06-26T04:13:49.232Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3150 | 2026-06-26T04:13:49.255Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3151 | 2026-06-26T04:13:49.415Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3152 | 2026-06-26T04:13:49.953Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3153 | 2026-06-26T04:13:50.028Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3154 | 2026-06-26T04:13:50.168Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3155 | 2026-06-26T04:13:50.343Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3156 | 2026-06-26T04:13:50.423Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3157 | 2026-06-26T04:13:50.896Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3158 | 2026-06-26T04:13:50.987Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3159 | 2026-06-26T04:13:51.237Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3160 | 2026-06-26T04:13:51.401Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3161 | 2026-06-26T04:13:51.424Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3162 | 2026-06-26T04:13:51.904Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3163 | 2026-06-26T04:13:52.148Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3164 | 2026-06-26T04:13:52.353Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3165 | 2026-06-26T04:13:52.356Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3166 | 2026-06-26T04:13:52.938Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3167 | 2026-06-26T04:13:53.114Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3168 | 2026-06-26T04:13:53.526Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3169 | 2026-06-26T04:13:54.137Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3170 | 2026-06-26T04:13:54.482Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3171 | 2026-06-26T04:13:55.148Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3172 | 2026-06-26T04:13:55.737Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3173 | 2026-06-26T04:13:55.818Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3174 | 2026-06-26T04:13:56.224Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3175 | 2026-06-26T04:13:56.718Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3176 | 2026-06-26T04:13:57.163Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3177 | 2026-06-26T04:13:57.415Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3178 | 2026-06-26T04:13:58.253Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3179 | 2026-06-26T04:13:59.344Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3180 | 2026-06-26T04:14:00.014Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3181 | 2026-06-26T04:14:00.064Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3182 | 2026-06-26T04:14:00.673Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3183 | 2026-06-26T04:14:02.788Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3184 | 2026-06-26T04:14:03.652Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3185 | 2026-06-26T04:14:03.929Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3186 | 2026-06-26T04:14:04.019Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3187 | 2026-06-26T04:14:04.465Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3188 | 2026-06-26T04:14:04.697Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3189 | 2026-06-26T04:14:06.100Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3190 | 2026-06-26T04:14:06.278Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3191 | 2026-06-26T04:14:06.500Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3192 | 2026-06-26T04:14:07.183Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3193 | 2026-06-26T04:14:07.714Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3194 | 2026-06-26T04:14:07.913Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3195 | 2026-06-26T04:14:07.917Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3196 | 2026-06-26T04:14:08.238Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3197 | 2026-06-26T04:14:08.361Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3198 | 2026-06-26T04:14:08.502Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3199 | 2026-06-26T04:14:08.612Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3200 | 2026-06-26T04:14:09.106Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3201 | 2026-06-26T04:14:09.522Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3202 | 2026-06-26T04:14:09.707Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3203 | 2026-06-26T04:14:09.815Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3204 | 2026-06-26T04:14:10.219Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3205 | 2026-06-26T04:14:10.275Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3206 | 2026-06-26T04:14:10.505Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3207 | 2026-06-26T04:14:10.694Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3208 | 2026-06-26T04:14:11.412Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3209 | 2026-06-26T04:14:11.442Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3210 | 2026-06-26T04:14:12.721Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3211 | 2026-06-26T04:14:13.104Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3212 | 2026-06-26T04:14:14.772Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3213 | 2026-06-26T04:14:16.195Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3214 | 2026-06-26T04:14:16.821Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3215 | 2026-06-26T04:14:17.777Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3216 | 2026-06-26T04:14:19.166Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3217 | 2026-06-26T04:14:19.842Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3218 | 2026-06-26T04:14:21.112Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3219 | 2026-06-26T04:14:21.655Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3220 | 2026-06-26T04:14:23.728Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3221 | 2026-06-26T04:14:24.403Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3222 | 2026-06-26T04:14:24.889Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3223 | 2026-06-26T04:14:27.288Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3224 | 2026-06-26T04:14:28.037Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3225 | 2026-06-26T04:14:28.183Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3226 | 2026-06-26T04:14:28.425Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3227 | 2026-06-26T04:14:29.020Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3228 | 2026-06-26T04:14:29.624Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3229 | 2026-06-26T04:14:32.762Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3230 | 2026-06-26T04:14:35.685Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3231 | 2026-06-26T04:14:36.415Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3232 | 2026-06-26T04:14:37.662Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3233 | 2026-06-26T04:14:38.449Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3234 | 2026-06-26T04:14:39.242Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3235 | 2026-06-26T04:14:40.016Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3236 | 2026-06-26T04:14:42.307Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3237 | 2026-06-26T04:14:42.768Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3238 | 2026-06-26T04:14:43.176Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3239 | 2026-06-26T04:14:43.547Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3240 | 2026-06-26T04:14:44.333Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3241 | 2026-06-26T04:14:45.213Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3242 | 2026-06-26T04:14:46.136Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3243 | 2026-06-26T04:14:49.836Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3244 | 2026-06-26T04:14:51.050Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3245 | 2026-06-26T04:14:51.749Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3246 | 2026-06-26T04:14:52.634Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3247 | 2026-06-26T04:14:53.741Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3248 | 2026-06-26T04:14:54.606Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3249 | 2026-06-26T04:14:57.315Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3250 | 2026-06-26T04:14:57.734Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3251 | 2026-06-26T04:14:58.623Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3252 | 2026-06-26T04:14:59.951Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3253 | 2026-06-26T04:15:01.143Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3254 | 2026-06-26T04:15:02.669Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3255 | 2026-06-26T04:15:03.806Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3256 | 2026-06-26T04:15:05.117Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3257 | 2026-06-26T04:15:07.699Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3258 | 2026-06-26T04:15:08.249Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3259 | 2026-06-26T04:15:09.993Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3260 | 2026-06-26T04:15:11.434Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3261 | 2026-06-26T04:15:13.238Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3262 | 2026-06-26T04:15:14.820Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3263 | 2026-06-26T04:15:16.377Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3264 | 2026-06-26T04:15:20.659Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3265 | 2026-06-26T04:15:21.214Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3266 | 2026-06-26T04:15:22.490Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3267 | 2026-06-26T04:15:22.819Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3268 | 2026-06-26T04:15:24.639Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3269 | 2026-06-26T04:15:26.470Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3270 | 2026-06-26T04:15:28.296Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3271 | 2026-06-26T04:15:30.195Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3272 | 2026-06-26T04:15:31.933Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3273 | 2026-06-26T04:15:33.613Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3274 | 2026-06-26T04:15:35.674Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3275 | 2026-06-26T04:15:37.171Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3276 | 2026-06-26T04:15:38.892Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3277 | 2026-06-26T04:15:40.665Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3278 | 2026-06-26T04:15:42.413Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3279 | 2026-06-26T04:15:45.998Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3280 | 2026-06-26T04:15:47.439Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3281 | 2026-06-26T04:15:49.594Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3282 | 2026-06-26T04:15:50.931Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3283 | 2026-06-26T04:15:53.241Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3284 | 2026-06-26T04:15:56.983Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3285 | 2026-06-26T04:15:58.938Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3286 | 2026-06-26T04:16:00.751Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3287 | 2026-06-26T04:16:03.437Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3288 | 2026-06-26T04:16:04.867Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3289 | 2026-06-26T04:16:07.000Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3290 | 2026-06-26T04:16:09.056Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3291 | 2026-06-26T04:16:11.671Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3292 | 2026-06-26T04:16:13.574Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3293 | 2026-06-26T04:16:16.153Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3294 | 2026-06-26T04:16:18.310Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3295 | 2026-06-26T04:16:20.584Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3296 | 2026-06-26T04:16:22.765Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3297 | 2026-06-26T04:16:25.079Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3298 | 2026-06-26T04:16:27.216Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3299 | 2026-06-26T04:16:29.512Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3300 | 2026-06-26T04:16:32.037Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3301 | 2026-06-26T04:16:34.369Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3302 | 2026-06-26T04:16:36.123Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3303 | 2026-06-26T04:16:38.345Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3304 | 2026-06-26T04:16:40.579Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3305 | 2026-06-26T04:16:42.876Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3306 | 2026-06-26T04:16:45.130Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3307 | 2026-06-26T04:16:47.442Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3308 | 2026-06-26T04:16:49.853Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3309 | 2026-06-26T04:16:52.154Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3310 | 2026-06-26T04:16:54.472Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3311 | 2026-06-26T04:16:56.809Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3312 | 2026-06-26T04:16:59.173Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3313 | 2026-06-26T04:17:01.508Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3314 | 2026-06-26T04:17:03.880Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3315 | 2026-06-26T04:17:06.184Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3316 | 2026-06-26T04:17:08.969Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3317 | 2026-06-26T04:17:11.012Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3318 | 2026-06-26T04:17:13.308Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3319 | 2026-06-26T04:17:15.706Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3320 | 2026-06-26T04:17:18.104Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3321 | 2026-06-26T04:17:20.475Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3322 | 2026-06-26T04:17:22.686Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3323 | 2026-06-26T04:17:25.268Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3324 | 2026-06-26T04:17:28.055Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3325 | 2026-06-26T04:17:30.277Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3326 | 2026-06-26T04:17:32.558Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3327 | 2026-06-26T04:17:35.106Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3328 | 2026-06-26T04:17:37.501Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3329 | 2026-06-26T04:17:39.925Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3330 | 2026-06-26T04:17:42.506Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3331 | 2026-06-26T04:17:44.950Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3332 | 2026-06-26T04:17:47.347Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3333 | 2026-06-26T04:17:49.850Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3334 | 2026-06-26T04:17:52.450Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3335 | 2026-06-26T04:17:54.940Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3336 | 2026-06-26T04:17:57.530Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3337 | 2026-06-26T04:18:00.191Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3338 | 2026-06-26T04:18:02.754Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3339 | 2026-06-26T04:18:05.281Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3340 | 2026-06-26T04:18:07.784Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3341 | 2026-06-26T04:18:10.364Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3342 | 2026-06-26T04:18:12.966Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3343 | 2026-06-26T04:18:15.626Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3344 | 2026-06-26T04:18:18.561Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3345 | 2026-06-26T04:18:21.020Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3346 | 2026-06-26T04:18:23.591Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3347 | 2026-06-26T04:18:31.643Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3348 | 2026-06-26T04:18:31.663Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3349 | 2026-06-26T04:18:34.954Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3350 | 2026-06-26T04:18:38.250Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3351 | 2026-06-26T04:18:42.920Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3352 | 2026-06-26T04:18:45.887Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3353 | 2026-06-26T04:18:49.435Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3354 | 2026-06-26T04:18:53.235Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3355 | 2026-06-26T04:18:56.852Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3356 | 2026-06-26T04:19:00.549Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3357 | 2026-06-26T04:19:04.327Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3358 | 2026-06-26T04:19:07.923Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3359 | 2026-06-26T04:19:11.693Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3360 | 2026-06-26T04:19:15.331Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3361 | 2026-06-26T04:19:19.057Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3362 | 2026-06-26T04:19:22.951Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3363 | 2026-06-26T04:19:26.440Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3364 | 2026-06-26T04:19:30.189Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3365 | 2026-06-26T04:19:33.940Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3366 | 2026-06-26T04:19:37.622Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3367 | 2026-06-26T04:19:41.401Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3368 | 2026-06-26T04:19:45.094Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3369 | 2026-06-26T04:19:48.944Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3370 | 2026-06-26T04:19:52.575Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3371 | 2026-06-26T04:20:22.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 49s |
| 3372 | 2026-06-26T04:20:22.303Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files |
| 3373 | 2026-06-26T04:20:22.408Z | |
| 3374 | 2026-06-26T04:20:22.408Z | real 6:49.350582176 |
| 3375 | 2026-06-26T04:20:22.408Z | user 18:15.872774991 |
| 3376 | 2026-06-26T04:20:22.408Z | sys 3:54.673864011 |
| 3377 | 2026-06-26T04:20:22.408Z | trap 0.269376419 |
| 3378 | 2026-06-26T04:20:22.408Z | tflt 0.027028145 |
| 3379 | 2026-06-26T04:20:22.408Z | dflt 0.064248224 |
| 3380 | 2026-06-26T04:20:22.408Z | kflt 0.000055050 |
| 3381 | 2026-06-26T04:20:22.408Z | lock 6:18:33.760589654 |
| 3382 | 2026-06-26T04:20:22.411Z | slp 2:17:34.710024042 |
| 3383 | 2026-06-26T04:20:22.411Z | lat 33.847531087 |
| 3384 | 2026-06-26T04:20:22.411Z | stop 1:36.134815651 |
| 3385 | 2026-06-26T04:20:22.411Z | process exited: duration 788596 ms, exit code 0 |
| |
| 3386 | 2026-06-26T04:20:22.418Z | found 0 output files |