|
|
|
| 1 | 2026-02-19T21:16:21.366Z | job assigned to worker 01KHVW44CB8W2NBK7E9SC1WZXP [factory aws, i-02e7ae31009072f07] (queued for 52 s) |
| |
| 2 | 2026-02-19T21:16:29.681Z | starting task 0: "setup" |
| 3 | 2026-02-19T21:16:29.688Z | ++ uname -s |
| 4 | 2026-02-19T21:16:29.691Z | + kern=SunOS |
| 5 | 2026-02-19T21:16:29.691Z | + build_user=build |
| 6 | 2026-02-19T21:16:29.691Z | + build_uid=12345 |
| 7 | 2026-02-19T21:16:29.691Z | + work_dir=/work |
| 8 | 2026-02-19T21:16:29.691Z | + input_dir=/input |
| 9 | 2026-02-19T21:16:29.691Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-19T21:16:29.691Z | + case "$kern" in |
| 11 | 2026-02-19T21:16:29.691Z | + groupadd -g 12345 build |
| 12 | 2026-02-19T21:16:29.694Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-19T21:16:31.701Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-19T21:16:31.816Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-19T21:16:31.820Z | + home_fs=zfs |
| 16 | 2026-02-19T21:16:31.820Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-19T21:16:31.820Z | + mkdir -p /home/build |
| 18 | 2026-02-19T21:16:31.823Z | + chown build:build /home/build /work |
| 19 | 2026-02-19T21:16:33.825Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-19T21:16:33.828Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-02-19T21:16:33.834Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-19T21:16:33.840Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-19T21:16:33.840Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-02-19T21:16:33.841Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-02-19T21:16:33.841Z | * rust toolchain profile = "default" |
| 26 | 2026-02-19T21:16:33.841Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-19T21:16:33.841Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-19T21:16:33.844Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-19T21:16:33.844Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-19T21:16:33.996Z | info: downloading installer |
| 31 | 2026-02-19T21:16:35.981Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-19T21:16:35.981Z | warn: /opt/ooce/bin |
| 33 | 2026-02-19T21:16:35.982Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-19T21:16:35.982Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-19T21:16:35.982Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-19T21:16:35.982Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-19T21:16:35.982Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-19T21:16:35.982Z | error: cannot install while Rust is installed |
| 39 | 2026-02-19T21:16:35.982Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-19T21:16:36.012Z | info: profile set to 'default' |
| 41 | 2026-02-19T21:16:36.012Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-19T21:16:36.015Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-19T21:16:36.219Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-19T21:16:36.219Z | info: downloading component 'cargo' |
| 45 | 2026-02-19T21:16:37.199Z | info: downloading component 'clippy' |
| 46 | 2026-02-19T21:16:37.583Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-19T21:16:39.010Z | info: downloading component 'rust-std' |
| 48 | 2026-02-19T21:16:41.197Z | info: downloading component 'rustc' |
| 49 | 2026-02-19T21:16:48.529Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-19T21:16:48.844Z | info: installing component 'cargo' |
| 51 | 2026-02-19T21:16:49.772Z | info: installing component 'clippy' |
| 52 | 2026-02-19T21:16:50.171Z | info: installing component 'rust-docs' |
| 53 | 2026-02-19T21:16:52.136Z | info: installing component 'rust-std' |
| 54 | 2026-02-19T21:16:53.971Z | info: installing component 'rustc' |
| 55 | 2026-02-19T21:17:00.890Z | info: installing component 'rustfmt' |
| 56 | 2026-02-19T21:17:01.240Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-19T21:17:01.240Z | |
| 58 | 2026-02-19T21:17:01.740Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-19T21:17:01.740Z | |
| 60 | 2026-02-19T21:17:01.743Z | |
| 61 | 2026-02-19T21:17:01.743Z | Rust is installed now. Great! |
| 62 | 2026-02-19T21:17:01.743Z | |
| 63 | 2026-02-19T21:17:01.743Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-19T21:17:01.743Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-19T21:17:01.743Z | |
| 66 | 2026-02-19T21:17:01.743Z | To configure your current shell, you need to source |
| 67 | 2026-02-19T21:17:01.743Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-19T21:17:01.743Z | |
| 69 | 2026-02-19T21:17:01.743Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-19T21:17:01.743Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-19T21:17:01.743Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-19T21:17:01.743Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-19T21:17:01.845Z | + rustup --version |
| 74 | 2026-02-19T21:17:01.857Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-19T21:17:01.860Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-19T21:17:01.948Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-19T21:17:01.952Z | + cargo --version |
| 78 | 2026-02-19T21:17:02.027Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-19T21:17:02.030Z | + rustc --version |
| 80 | 2026-02-19T21:17:02.109Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-19T21:17:02.114Z | process exited: duration 28264 ms, exit code 0 |
| |
| 82 | 2026-02-19T21:17:02.120Z | starting task 2: "authentication" |
| 83 | 2026-02-19T21:17:02.144Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2026-02-19T21:17:02.153Z | starting task 3: "clone repository" |
| 85 | 2026-02-19T21:17:02.157Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-19T21:17:02.160Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-19T21:17:02.189Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-19T21:17:13.623Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-19T21:17:13.623Z | + git fetch origin 0d8d9b740335dbbe4787fef51bbf65fc17b54740 |
| 90 | 2026-02-19T21:17:13.940Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-19T21:17:13.940Z | * branch 0d8d9b740335dbbe4787fef51bbf65fc17b54740 -> FETCH_HEAD |
| 92 | 2026-02-19T21:17:13.951Z | + [[ -n tq-expunge ]] |
| 93 | 2026-02-19T21:17:13.954Z | ++ git branch --show-current |
| 94 | 2026-02-19T21:17:13.957Z | + current=main |
| 95 | 2026-02-19T21:17:13.957Z | + [[ main != tq-expunge ]] |
| 96 | 2026-02-19T21:17:13.957Z | + git branch -f tq-expunge 0d8d9b740335dbbe4787fef51bbf65fc17b54740 |
| 97 | 2026-02-19T21:17:13.960Z | + git checkout -f tq-expunge |
| 98 | 2026-02-19T21:17:14.488Z | Switched to branch 'tq-expunge' |
| 99 | 2026-02-19T21:17:14.491Z | + git reset --hard 0d8d9b740335dbbe4787fef51bbf65fc17b54740 |
| 100 | 2026-02-19T21:17:14.516Z | HEAD is now at 0d8d9b740 Merge branch 'main' into tq-expunge |
| 101 | 2026-02-19T21:17:14.519Z | process exited: duration 12361 ms, exit code 0 |
| |
| 102 | 2026-02-19T21:17:14.525Z | starting task 4: "build" |
| 103 | 2026-02-19T21:17:14.531Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-02-19T21:17:14.531Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-02-19T21:17:14.531Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-02-19T21:17:14.531Z | + cargo --version |
| 107 | 2026-02-19T21:17:14.595Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-02-19T21:17:14.599Z | + rustc --version |
| 109 | 2026-02-19T21:17:14.673Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-02-19T21:17:14.677Z | + WORK=/work |
| 111 | 2026-02-19T21:17:14.677Z | + pfexec mkdir -p /work |
| 112 | 2026-02-19T21:17:14.681Z | + pfexec chown build /work |
| 113 | 2026-02-19T21:17:14.684Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-02-19T21:17:25.477Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-02-19T21:17:35.897Z | Startup: Caching catalogs ... Done |
| 116 | 2026-02-19T21:17:58.839Z | Planning: Solver setup ... Done (21.218s) |
| 117 | 2026-02-19T21:17:59.001Z | Planning: Running solver ... Done (0.162s) |
| 118 | 2026-02-19T21:17:59.172Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2026-02-19T21:17:59.186Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-02-19T21:17:59.330Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-02-19T21:17:59.382Z | Planning: Package planning ... Done (0.052s) |
| 122 | 2026-02-19T21:17:59.434Z | Planning: Merging actions ... Done (0.052s) |
| 123 | 2026-02-19T21:17:59.724Z | Planning: Checking for conflicting actions ... Done (0.290s) |
| 124 | 2026-02-19T21:17:59.737Z | Planning: Consolidating action changes ... Done (0.012s) |
| 125 | 2026-02-19T21:18:00.629Z | Planning: Evaluating mediators ... Done (0.891s) |
| 126 | 2026-02-19T21:18:00.640Z | Planning: Planning completed in 24.57 seconds |
| 127 | 2026-02-19T21:18:00.654Z | Packages to install: 4 |
| 128 | 2026-02-19T21:18:00.654Z | Mediators to change: 2 |
| 129 | 2026-02-19T21:18:00.658Z | Services to change: 1 |
| 130 | 2026-02-19T21:18:00.658Z | Estimated space available: 155.43 GB |
| 131 | 2026-02-19T21:18:00.658Z | Estimated space to be consumed: 1.81 GB |
| 132 | 2026-02-19T21:18:00.658Z | Create boot environment: No |
| 133 | 2026-02-19T21:18:00.658Z | Create backup boot environment: No |
| 134 | 2026-02-19T21:18:00.658Z | Rebuild boot archive: No |
| 135 | 2026-02-19T21:18:00.658Z | |
| 136 | 2026-02-19T21:18:00.658Z | Changed mediators: |
| 137 | 2026-02-19T21:18:00.658Z | mediator clang: |
| 138 | 2026-02-19T21:18:00.658Z | version: None -> 15 (system default) |
| 139 | 2026-02-19T21:18:00.658Z | |
| 140 | 2026-02-19T21:18:00.658Z | mediator llvm: |
| 141 | 2026-02-19T21:18:00.658Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-02-19T21:18:00.659Z | |
| 143 | 2026-02-19T21:18:00.659Z | Changed packages: |
| 144 | 2026-02-19T21:18:00.659Z | helios-dev |
| 145 | 2026-02-19T21:18:00.659Z | developer/build-essential |
| 146 | 2026-02-19T21:18:00.659Z | None -> 11-2.0 |
| 147 | 2026-02-19T21:18:00.659Z | library/libxmlsec1 |
| 148 | 2026-02-19T21:18:00.659Z | None -> 1.2.35-2.0 |
| 149 | 2026-02-19T21:18:00.659Z | ooce/developer/clang-15 |
| 150 | 2026-02-19T21:18:00.659Z | None -> 15.0.7-2.0 |
| 151 | 2026-02-19T21:18:00.659Z | ooce/developer/llvm-15 |
| 152 | 2026-02-19T21:18:00.659Z | None -> 15.0.7-2.0 |
| 153 | 2026-02-19T21:18:00.659Z | |
| 154 | 2026-02-19T21:18:00.659Z | Services: |
| 155 | 2026-02-19T21:18:00.659Z | restart_fmri: |
| 156 | 2026-02-19T21:18:00.659Z | svc:/system/update-man-index:default |
| 157 | 2026-02-19T21:18:00.708Z | |
| 158 | 2026-02-19T21:18:00.708Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-02-19T21:18:05.729Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (26.1M/s) |
| 160 | 2026-02-19T21:18:09.146Z | Download: Completed 212.60 MB in 8.43 seconds (25.2M/s) |
| 161 | 2026-02-19T21:18:09.436Z | Actions: 1/3689 actions (Installing new actions) |
| 162 | 2026-02-19T21:18:14.101Z | Actions: Completed 3689 actions in 4.66 seconds. |
| 163 | 2026-02-19T21:18:14.837Z | Done (0.731s) |
| 164 | 2026-02-19T21:18:14.837Z | Done (0.000s) |
| 165 | 2026-02-19T21:18:15.930Z | Done (1.093s) |
| 166 | 2026-02-19T21:18:20.424Z | Done (4.108s) |
| 167 | 2026-02-19T21:18:20.506Z | Done (0.017s) |
| 168 | 2026-02-19T21:18:20.509Z | Done (0.000s) |
| 169 | 2026-02-19T21:18:20.680Z | Done (0.000s) |
| 170 | 2026-02-19T21:18:21.678Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-02-19T21:18:21.846Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-02-19T21:18:21.851Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-02-19T21:18:22.126Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-02-19T21:18:22.129Z | Planning: Planning completed in 0.45 seconds |
| 175 | 2026-02-19T21:18:22.160Z | Mediators to change: 2 |
| 176 | 2026-02-19T21:18:22.163Z | Create boot environment: No |
| 177 | 2026-02-19T21:18:22.164Z | Create backup boot environment: No |
| 178 | 2026-02-19T21:18:22.304Z | Done |
| 179 | 2026-02-19T21:18:22.304Z | Done |
| 180 | 2026-02-19T21:18:23.116Z | Done |
| 181 | 2026-02-19T21:18:26.992Z | Done |
| 182 | 2026-02-19T21:18:27.085Z | Done |
| 183 | 2026-02-19T21:18:27.088Z | Done |
| 184 | 2026-02-19T21:18:27.240Z | Done |
| 185 | 2026-02-19T21:18:27.887Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-02-19T21:18:27.890Z | Planning: Merging actions ... Done |
| 187 | 2026-02-19T21:18:28.084Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2026-02-19T21:18:28.087Z | Planning: Consolidating action changes ... Done |
| 189 | 2026-02-19T21:18:28.358Z | Planning: Evaluating mediators ... Done |
| 190 | 2026-02-19T21:18:28.418Z | Planning: Planning completed in 0.78 seconds |
| 191 | 2026-02-19T21:18:28.454Z | Packages to change: 1 |
| 192 | 2026-02-19T21:18:28.455Z | Mediators to change: 1 |
| 193 | 2026-02-19T21:18:28.458Z | Services to change: 1 |
| 194 | 2026-02-19T21:18:28.458Z | Create boot environment: No |
| 195 | 2026-02-19T21:18:28.458Z | Create backup boot environment: Yes |
| 196 | 2026-02-19T21:18:31.101Z | Actions: 1/6 actions (Updating modified actions) |
| 197 | 2026-02-19T21:18:31.104Z | Actions: Completed 6 actions in 0.00 seconds. |
| 198 | 2026-02-19T21:18:31.105Z | Done |
| 199 | 2026-02-19T21:18:31.105Z | Done |
| 200 | 2026-02-19T21:18:31.322Z | Done |
| 201 | 2026-02-19T21:18:35.221Z | Done |
| 202 | 2026-02-19T21:18:35.308Z | Done |
| 203 | 2026-02-19T21:18:35.311Z | Done |
| 204 | 2026-02-19T21:18:35.472Z | Done |
| 205 | 2026-02-19T21:18:35.934Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 206 | 2026-02-19T21:18:35.934Z | clang system 15 system |
| 207 | 2026-02-19T21:18:35.934Z | csh system system illumos |
| 208 | 2026-02-19T21:18:35.934Z | ctags system system illumos |
| 209 | 2026-02-19T21:18:35.935Z | file system system illumos |
| 210 | 2026-02-19T21:18:35.935Z | gcc vendor 12 vendor |
| 211 | 2026-02-19T21:18:35.935Z | gcc system 10 system |
| 212 | 2026-02-19T21:18:35.935Z | gcc system 7 system |
| 213 | 2026-02-19T21:18:35.935Z | go system 1.20 system |
| 214 | 2026-02-19T21:18:35.935Z | go system 1.19 system |
| 215 | 2026-02-19T21:18:35.935Z | llvm system 15 system |
| 216 | 2026-02-19T21:18:35.935Z | llvm system 14 system |
| 217 | 2026-02-19T21:18:35.935Z | mariadb system 10.6 system |
| 218 | 2026-02-19T21:18:35.935Z | mta vendor vendor dma |
| 219 | 2026-02-19T21:18:35.935Z | openjdk system 17 system |
| 220 | 2026-02-19T21:18:35.935Z | openjdk system 11 system |
| 221 | 2026-02-19T21:18:35.935Z | openjdk system 1.8 system |
| 222 | 2026-02-19T21:18:35.935Z | openssl vendor 3 vendor |
| 223 | 2026-02-19T21:18:35.935Z | perl system 5.36 system |
| 224 | 2026-02-19T21:18:35.961Z | postgresql system 15 system |
| 225 | 2026-02-19T21:18:35.962Z | postgresql system 13 system |
| 226 | 2026-02-19T21:18:35.962Z | python vendor 3 vendor |
| 227 | 2026-02-19T21:18:35.962Z | python system 2 system |
| 228 | 2026-02-19T21:18:35.962Z | python3 system 3.11 system |
| 229 | 2026-02-19T21:18:35.962Z | ruby system 3.0 system |
| 230 | 2026-02-19T21:18:35.962Z | words vendor vendor american-english |
| 231 | 2026-02-19T21:18:35.962Z | words system system australian-english |
| 232 | 2026-02-19T21:18:35.962Z | words system system british-english |
| 233 | 2026-02-19T21:18:35.962Z | words system system canadian-english |
| 234 | 2026-02-19T21:18:35.962Z | words system system french |
| 235 | 2026-02-19T21:18:35.962Z | words system system italian |
| 236 | 2026-02-19T21:18:35.962Z | words system system ngerman |
| 237 | 2026-02-19T21:18:35.962Z | words system system ogerman |
| 238 | 2026-02-19T21:18:35.962Z | words system system spanish |
| 239 | 2026-02-19T21:18:36.287Z | PUBLISHER TYPE STATUS P LOCATION |
| 240 | 2026-02-19T21:18:36.287Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 241 | 2026-02-19T21:18:42.844Z | FMRI IFO |
| 242 | 2026-02-19T21:18:42.844Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 243 | 2026-02-19T21:18:42.844Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 244 | 2026-02-19T21:18:42.844Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 245 | 2026-02-19T21:18:42.844Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 246 | 2026-02-19T21:18:42.844Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 247 | 2026-02-19T21:18:42.844Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 248 | 2026-02-19T21:18:42.844Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 249 | 2026-02-19T21:18:42.844Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 250 | 2026-02-19T21:18:42.844Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 251 | 2026-02-19T21:18:42.844Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 252 | 2026-02-19T21:18:42.844Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 253 | 2026-02-19T21:18:42.845Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 254 | 2026-02-19T21:18:42.845Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 255 | 2026-02-19T21:18:42.845Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 256 | 2026-02-19T21:18:42.845Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 257 | 2026-02-19T21:18:42.845Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 258 | 2026-02-19T21:18:44.080Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 259 | 2026-02-19T21:18:44.361Z | Updating crates.io index |
| 260 | 2026-02-19T21:18:44.401Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 261 | 2026-02-19T21:18:44.983Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 262 | 2026-02-19T21:18:45.307Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 263 | 2026-02-19T21:18:46.444Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 264 | 2026-02-19T21:18:46.740Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 265 | 2026-02-19T21:18:47.063Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 266 | 2026-02-19T21:18:48.559Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 267 | 2026-02-19T21:18:50.929Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 268 | 2026-02-19T21:18:51.836Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 269 | 2026-02-19T21:18:52.450Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 270 | 2026-02-19T21:18:53.180Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 271 | 2026-02-19T21:18:54.216Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 272 | 2026-02-19T21:18:54.780Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 273 | 2026-02-19T21:18:55.200Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 274 | 2026-02-19T21:18:55.576Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 275 | 2026-02-19T21:18:56.401Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-02-19T21:18:57.082Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-02-19T21:18:57.361Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 278 | 2026-02-19T21:18:57.775Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 279 | 2026-02-19T21:18:58.218Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 280 | 2026-02-19T21:18:58.676Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 281 | 2026-02-19T21:18:58.905Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 282 | 2026-02-19T21:18:59.198Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 283 | 2026-02-19T21:18:59.633Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 284 | 2026-02-19T21:19:00.211Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 285 | 2026-02-19T21:19:00.767Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 286 | 2026-02-19T21:19:01.098Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 287 | 2026-02-19T21:19:01.437Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 288 | 2026-02-19T21:19:02.377Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 289 | 2026-02-19T21:19:03.140Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 290 | 2026-02-19T21:19:03.624Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 291 | 2026-02-19T21:19:03.917Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 292 | 2026-02-19T21:19:04.307Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 293 | 2026-02-19T21:19:04.651Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 294 | 2026-02-19T21:19:05.162Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 295 | 2026-02-19T21:19:05.420Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 296 | 2026-02-19T21:19:05.686Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 297 | 2026-02-19T21:19:06.014Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 298 | 2026-02-19T21:19:06.482Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 299 | 2026-02-19T21:19:19.324Z | Downloading crates ... |
| 300 | 2026-02-19T21:19:19.388Z | Downloaded camino-tempfile v1.4.1 |
| 301 | 2026-02-19T21:19:19.395Z | Downloaded errno v0.3.12 |
| 302 | 2026-02-19T21:19:19.395Z | Downloaded anstream v0.6.18 |
| 303 | 2026-02-19T21:19:19.407Z | Downloaded is_terminal_polyfill v1.70.1 |
| 304 | 2026-02-19T21:19:19.407Z | Downloaded strsim v0.11.1 |
| 305 | 2026-02-19T21:19:19.407Z | Downloaded generic-array v0.14.7 |
| 306 | 2026-02-19T21:19:19.407Z | Downloaded semver v1.0.27 |
| 307 | 2026-02-19T21:19:19.407Z | Downloaded toml_datetime v0.6.11 |
| 308 | 2026-02-19T21:19:19.419Z | Downloaded icu_normalizer v1.5.0 |
| 309 | 2026-02-19T21:19:19.419Z | Downloaded serde_tokenstream v0.2.2 |
| 310 | 2026-02-19T21:19:19.419Z | Downloaded quote v1.0.40 |
| 311 | 2026-02-19T21:19:19.419Z | Downloaded byteorder v1.5.0 |
| 312 | 2026-02-19T21:19:19.419Z | Downloaded tempfile v3.24.0 |
| 313 | 2026-02-19T21:19:19.424Z | Downloaded utf8parse v0.2.2 |
| 314 | 2026-02-19T21:19:19.424Z | Downloaded thread-id v4.2.2 |
| 315 | 2026-02-19T21:19:19.424Z | Downloaded terminal_size v0.4.0 |
| 316 | 2026-02-19T21:19:19.424Z | Downloaded papergrid v0.11.0 |
| 317 | 2026-02-19T21:19:19.428Z | Downloaded zerovec-derive v0.10.3 |
| 318 | 2026-02-19T21:19:19.429Z | Downloaded proc-macro-error-attr v1.0.4 |
| 319 | 2026-02-19T21:19:19.429Z | Downloaded zerofrom v0.1.4 |
| 320 | 2026-02-19T21:19:19.429Z | Downloaded zerocopy-derive v0.7.35 |
| 321 | 2026-02-19T21:19:19.433Z | Downloaded scroll_derive v0.12.0 |
| 322 | 2026-02-19T21:19:19.437Z | Downloaded utf8_iter v1.0.4 |
| 323 | 2026-02-19T21:19:19.437Z | Downloaded yoke-derive v0.7.4 |
| 324 | 2026-02-19T21:19:19.437Z | Downloaded writeable v0.5.5 |
| 325 | 2026-02-19T21:19:19.441Z | Downloaded scroll v0.12.0 |
| 326 | 2026-02-19T21:19:19.441Z | Downloaded pest_generator v2.8.2 |
| 327 | 2026-02-19T21:19:19.442Z | Downloaded idna_adapter v1.2.0 |
| 328 | 2026-02-19T21:19:19.445Z | Downloaded pest_derive v2.8.2 |
| 329 | 2026-02-19T21:19:19.445Z | Downloaded camino v1.2.2 |
| 330 | 2026-02-19T21:19:19.450Z | Downloaded dof v0.3.0 |
| 331 | 2026-02-19T21:19:19.450Z | Downloaded pest v2.8.2 |
| 332 | 2026-02-19T21:19:19.454Z | Downloaded zerocopy v0.7.35 |
| 333 | 2026-02-19T21:19:19.472Z | Downloaded zmij v1.0.15 |
| 334 | 2026-02-19T21:19:19.476Z | Downloaded typenum v1.17.0 |
| 335 | 2026-02-19T21:19:19.476Z | Downloaded textwrap v0.16.2 |
| 336 | 2026-02-19T21:19:19.476Z | Downloaded swrite v0.1.0 |
| 337 | 2026-02-19T21:19:19.481Z | Downloaded itoa v1.0.11 |
| 338 | 2026-02-19T21:19:19.481Z | Downloaded zerofrom-derive v0.1.4 |
| 339 | 2026-02-19T21:19:19.481Z | Downloaded serde_spanned v0.6.9 |
| 340 | 2026-02-19T21:19:19.481Z | Downloaded icu_provider_macros v1.5.0 |
| 341 | 2026-02-19T21:19:19.485Z | Downloaded form_urlencoded v1.2.2 |
| 342 | 2026-02-19T21:19:19.485Z | Downloaded fnv v1.0.7 |
| 343 | 2026-02-19T21:19:19.485Z | Downloaded equivalent v1.0.2 |
| 344 | 2026-02-19T21:19:19.485Z | Downloaded usdt v0.5.0 |
| 345 | 2026-02-19T21:19:19.490Z | Downloaded thiserror v1.0.69 |
| 346 | 2026-02-19T21:19:19.493Z | Downloaded serde-value v0.7.0 |
| 347 | 2026-02-19T21:19:19.493Z | Downloaded unicode-xid v0.2.6 |
| 348 | 2026-02-19T21:19:19.493Z | Downloaded fastrand v2.1.1 |
| 349 | 2026-02-19T21:19:19.497Z | Downloaded dtrace-parser v0.2.0 |
| 350 | 2026-02-19T21:19:19.497Z | Downloaded macaddr v1.0.1 |
| 351 | 2026-02-19T21:19:19.497Z | Downloaded cargo_metadata v0.21.0 |
| 352 | 2026-02-19T21:19:19.501Z | Downloaded write16 v1.0.0 |
| 353 | 2026-02-19T21:19:19.501Z | Downloaded usdt-macro v0.5.0 |
| 354 | 2026-02-19T21:19:19.501Z | Downloaded block-buffer v0.10.4 |
| 355 | 2026-02-19T21:19:19.505Z | Downloaded winnow v0.7.14 |
| 356 | 2026-02-19T21:19:19.511Z | Downloaded yoke v0.7.4 |
| 357 | 2026-02-19T21:19:19.516Z | Downloaded unicode-width v0.2.0 |
| 358 | 2026-02-19T21:19:19.519Z | Downloaded ucd-trie v0.1.7 |
| 359 | 2026-02-19T21:19:19.523Z | Downloaded crypto-common v0.1.6 |
| 360 | 2026-02-19T21:19:19.523Z | Downloaded autocfg v1.4.0 |
| 361 | 2026-02-19T21:19:19.527Z | Downloaded tinystr v0.7.6 |
| 362 | 2026-02-19T21:19:19.528Z | Downloaded thiserror v2.0.18 |
| 363 | 2026-02-19T21:19:19.532Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-02-19T21:19:19.538Z | Downloaded zerovec v0.10.4 |
| 365 | 2026-02-19T21:19:19.542Z | Downloaded toml_edit v0.22.27 |
| 366 | 2026-02-19T21:19:19.546Z | Downloaded synstructure v0.13.1 |
| 367 | 2026-02-19T21:19:19.562Z | Downloaded sha2 v0.10.9 |
| 368 | 2026-02-19T21:19:19.562Z | Downloaded fs-err v3.1.1 |
| 369 | 2026-02-19T21:19:19.562Z | Downloaded serde-untagged v0.1.7 |
| 370 | 2026-02-19T21:19:19.562Z | Downloaded memmap v0.7.0 |
| 371 | 2026-02-19T21:19:19.562Z | Downloaded digest v0.10.7 |
| 372 | 2026-02-19T21:19:19.562Z | Downloaded anstyle-parse v0.2.5 |
| 373 | 2026-02-19T21:19:19.562Z | Downloaded proc-macro-error v1.0.4 |
| 374 | 2026-02-19T21:19:19.562Z | Downloaded erased-serde v0.4.6 |
| 375 | 2026-02-19T21:19:19.562Z | Downloaded litemap v0.7.3 |
| 376 | 2026-02-19T21:19:19.565Z | Downloaded cargo_toml v0.21.0 |
| 377 | 2026-02-19T21:19:19.566Z | Downloaded stable_deref_trait v1.2.0 |
| 378 | 2026-02-19T21:19:19.566Z | Downloaded smawk v0.3.2 |
| 379 | 2026-02-19T21:19:19.569Z | Downloaded heck v0.4.1 |
| 380 | 2026-02-19T21:19:19.569Z | Downloaded clap_lex v0.7.4 |
| 381 | 2026-02-19T21:19:19.569Z | Downloaded pest_meta v2.8.2 |
| 382 | 2026-02-19T21:19:19.572Z | Downloaded bitflags v2.9.4 |
| 383 | 2026-02-19T21:19:19.574Z | Downloaded utf16_iter v1.0.5 |
| 384 | 2026-02-19T21:19:19.574Z | Downloaded unicode-ident v1.0.19 |
| 385 | 2026-02-19T21:19:19.578Z | Downloaded smallvec v1.15.1 |
| 386 | 2026-02-19T21:19:19.580Z | Downloaded icu_locid_transform_data v1.5.0 |
| 387 | 2026-02-19T21:19:19.580Z | Downloaded proc-macro2 v1.0.101 |
| 388 | 2026-02-19T21:19:19.583Z | Downloaded cargo-util-schemas v0.8.2 |
| 389 | 2026-02-19T21:19:19.586Z | Downloaded ordered-float v2.10.1 |
| 390 | 2026-02-19T21:19:19.586Z | Downloaded heck v0.5.0 |
| 391 | 2026-02-19T21:19:19.586Z | Downloaded anstyle v1.0.11 |
| 392 | 2026-02-19T21:19:19.590Z | Downloaded usdt-impl v0.5.0 |
| 393 | 2026-02-19T21:19:19.590Z | Downloaded url v2.5.4 |
| 394 | 2026-02-19T21:19:19.593Z | Downloaded toml v0.8.23 |
| 395 | 2026-02-19T21:19:19.596Z | Downloaded icu_locid_transform v1.5.0 |
| 396 | 2026-02-19T21:19:19.596Z | Downloaded clap_derive v4.5.47 |
| 397 | 2026-02-19T21:19:19.599Z | Downloaded thiserror-impl v1.0.69 |
| 398 | 2026-02-19T21:19:19.599Z | Downloaded colorchoice v1.0.2 |
| 399 | 2026-02-19T21:19:19.602Z | Downloaded anstyle-query v1.1.1 |
| 400 | 2026-02-19T21:19:19.602Z | Downloaded toml_write v0.1.2 |
| 401 | 2026-02-19T21:19:19.602Z | Downloaded serde_core v1.0.228 |
| 402 | 2026-02-19T21:19:19.605Z | Downloaded log v0.4.29 |
| 403 | 2026-02-19T21:19:19.608Z | Downloaded icu_normalizer_data v1.5.0 |
| 404 | 2026-02-19T21:19:19.608Z | Downloaded icu_locid v1.5.0 |
| 405 | 2026-02-19T21:19:19.612Z | Downloaded num-traits v0.2.19 |
| 406 | 2026-02-19T21:19:19.615Z | Downloaded anyhow v1.0.99 |
| 407 | 2026-02-19T21:19:19.619Z | Downloaded clap v4.5.48 |
| 408 | 2026-02-19T21:19:19.628Z | Downloaded serde_derive v1.0.228 |
| 409 | 2026-02-19T21:19:19.631Z | Downloaded icu_provider v1.5.0 |
| 410 | 2026-02-19T21:19:19.635Z | Downloaded icu_properties v1.5.1 |
| 411 | 2026-02-19T21:19:19.637Z | Downloaded getrandom v0.3.4 |
| 412 | 2026-02-19T21:19:19.640Z | Downloaded pretty-hex v0.4.1 |
| 413 | 2026-02-19T21:19:19.640Z | Downloaded cpufeatures v0.2.14 |
| 414 | 2026-02-19T21:19:19.640Z | Downloaded cargo-platform v0.2.0 |
| 415 | 2026-02-19T21:19:19.643Z | Downloaded tabled_derive v0.7.0 |
| 416 | 2026-02-19T21:19:19.643Z | Downloaded plain v0.2.3 |
| 417 | 2026-02-19T21:19:19.644Z | Downloaded icu_collections v1.5.0 |
| 418 | 2026-02-19T21:19:19.648Z | Downloaded unicode-linebreak v0.1.5 |
| 419 | 2026-02-19T21:19:19.651Z | Downloaded typeid v1.0.3 |
| 420 | 2026-02-19T21:19:19.651Z | Downloaded once_cell v1.21.3 |
| 421 | 2026-02-19T21:19:19.654Z | Downloaded cfg-if v1.0.4 |
| 422 | 2026-02-19T21:19:19.654Z | Downloaded version_check v0.9.5 |
| 423 | 2026-02-19T21:19:19.657Z | Downloaded serde v1.0.228 |
| 424 | 2026-02-19T21:19:19.660Z | Downloaded usdt-attr-macro v0.5.0 |
| 425 | 2026-02-19T21:19:19.660Z | Downloaded thiserror-impl v2.0.18 |
| 426 | 2026-02-19T21:19:19.660Z | Downloaded percent-encoding v2.3.2 |
| 427 | 2026-02-19T21:19:19.662Z | Downloaded bytecount v0.6.8 |
| 428 | 2026-02-19T21:19:19.662Z | Downloaded idna v1.0.3 |
| 429 | 2026-02-19T21:19:19.665Z | Downloaded memchr v2.7.4 |
| 430 | 2026-02-19T21:19:19.669Z | Downloaded indexmap v2.13.0 |
| 431 | 2026-02-19T21:19:19.672Z | Downloaded displaydoc v0.2.5 |
| 432 | 2026-02-19T21:19:19.717Z | Downloaded serde_json v1.0.149 |
| 433 | 2026-02-19T21:19:19.724Z | Downloaded hashbrown v0.16.1 |
| 434 | 2026-02-19T21:19:19.738Z | Downloaded tabled v0.15.0 |
| 435 | 2026-02-19T21:19:19.752Z | Downloaded goblin v0.8.2 |
| 436 | 2026-02-19T21:19:19.757Z | Downloaded clap_builder v4.5.48 |
| 437 | 2026-02-19T21:19:19.762Z | Downloaded icu_properties_data v1.5.0 |
| 438 | 2026-02-19T21:19:19.771Z | Downloaded syn v1.0.109 |
| 439 | 2026-02-19T21:19:19.780Z | Downloaded syn v2.0.114 |
| 440 | 2026-02-19T21:19:19.789Z | Downloaded rustix v0.38.37 |
| 441 | 2026-02-19T21:19:19.809Z | Downloaded rustix v1.1.3 |
| 442 | 2026-02-19T21:19:19.854Z | Downloaded libc v0.2.180 |
| 443 | 2026-02-19T21:19:19.945Z | Compiling proc-macro2 v1.0.101 |
| 444 | 2026-02-19T21:19:19.945Z | Compiling unicode-ident v1.0.19 |
| 445 | 2026-02-19T21:19:19.948Z | Compiling serde_core v1.0.228 |
| 446 | 2026-02-19T21:19:19.948Z | Compiling serde v1.0.228 |
| 447 | 2026-02-19T21:19:19.948Z | Compiling version_check v0.9.5 |
| 448 | 2026-02-19T21:19:19.948Z | Compiling libc v0.2.180 |
| 449 | 2026-02-19T21:19:19.948Z | Compiling memchr v2.7.4 |
| 450 | 2026-02-19T21:19:20.177Z | Compiling stable_deref_trait v1.2.0 |
| 451 | 2026-02-19T21:19:20.379Z | Compiling thiserror v2.0.18 |
| 452 | 2026-02-19T21:19:20.452Z | Compiling zmij v1.0.15 |
| 453 | 2026-02-19T21:19:21.039Z | Compiling ucd-trie v0.1.7 |
| 454 | 2026-02-19T21:19:21.092Z | Compiling autocfg v1.4.0 |
| 455 | 2026-02-19T21:19:21.544Z | Compiling itoa v1.0.11 |
| 456 | 2026-02-19T21:19:21.572Z | Compiling thiserror v1.0.69 |
| 457 | 2026-02-19T21:19:21.759Z | Compiling litemap v0.7.3 |
| 458 | 2026-02-19T21:19:21.805Z | Compiling writeable v0.5.5 |
| 459 | 2026-02-19T21:19:21.969Z | Compiling byteorder v1.5.0 |
| 460 | 2026-02-19T21:19:22.340Z | Compiling icu_locid_transform_data v1.5.0 |
| 461 | 2026-02-19T21:19:22.440Z | Compiling quote v1.0.40 |
| 462 | 2026-02-19T21:19:22.467Z | Compiling errno v0.3.12 |
| 463 | 2026-02-19T21:19:22.526Z | Compiling bitflags v2.9.4 |
| 464 | 2026-02-19T21:19:22.552Z | Compiling icu_properties_data v1.5.0 |
| 465 | 2026-02-19T21:19:22.741Z | Compiling serde_json v1.0.149 |
| 466 | 2026-02-19T21:19:22.813Z | Compiling syn v2.0.114 |
| 467 | 2026-02-19T21:19:22.938Z | Compiling num-traits v0.2.19 |
| 468 | 2026-02-19T21:19:23.003Z | Compiling utf16_iter v1.0.5 |
| 469 | 2026-02-19T21:19:23.086Z | Compiling smallvec v1.15.1 |
| 470 | 2026-02-19T21:19:23.140Z | Compiling rustix v0.38.37 |
| 471 | 2026-02-19T21:19:23.240Z | Compiling utf8_iter v1.0.4 |
| 472 | 2026-02-19T21:19:23.281Z | Compiling hashbrown v0.16.1 |
| 473 | 2026-02-19T21:19:23.466Z | Compiling typeid v1.0.3 |
| 474 | 2026-02-19T21:19:23.500Z | Compiling icu_normalizer_data v1.5.0 |
| 475 | 2026-02-19T21:19:23.641Z | Compiling equivalent v1.0.2 |
| 476 | 2026-02-19T21:19:23.691Z | Compiling write16 v1.0.0 |
| 477 | 2026-02-19T21:19:24.072Z | Compiling usdt-impl v0.5.0 |
| 478 | 2026-02-19T21:19:24.201Z | Compiling proc-macro-error-attr v1.0.4 |
| 479 | 2026-02-19T21:19:24.280Z | Compiling toml_write v0.1.2 |
| 480 | 2026-02-19T21:19:24.459Z | Compiling indexmap v2.13.0 |
| 481 | 2026-02-19T21:19:24.487Z | Compiling syn v1.0.109 |
| 482 | 2026-02-19T21:19:24.556Z | Compiling winnow v0.7.14 |
| 483 | 2026-02-19T21:19:24.740Z | Compiling thread-id v4.2.2 |
| 484 | 2026-02-19T21:19:25.145Z | Compiling proc-macro-error v1.0.4 |
| 485 | 2026-02-19T21:19:25.509Z | Compiling plain v0.2.3 |
| 486 | 2026-02-19T21:19:25.830Z | Compiling rustix v1.1.3 |
| 487 | 2026-02-19T21:19:25.928Z | Compiling log v0.4.29 |
| 488 | 2026-02-19T21:19:26.285Z | Compiling getrandom v0.3.4 |
| 489 | 2026-02-19T21:19:26.570Z | Compiling utf8parse v0.2.2 |
| 490 | 2026-02-19T21:19:26.592Z | Compiling camino v1.2.2 |
| 491 | 2026-02-19T21:19:26.724Z | Compiling percent-encoding v2.3.2 |
| 492 | 2026-02-19T21:19:26.763Z | Compiling anstyle-parse v0.2.5 |
| 493 | 2026-02-19T21:19:27.124Z | Compiling form_urlencoded v1.2.2 |
| 494 | 2026-02-19T21:19:27.347Z | Compiling ordered-float v2.10.1 |
| 495 | 2026-02-19T21:19:27.465Z | Compiling terminal_size v0.4.0 |
| 496 | 2026-02-19T21:19:27.927Z | Compiling cfg-if v1.0.4 |
| 497 | 2026-02-19T21:19:28.047Z | Compiling pretty-hex v0.4.1 |
| 498 | 2026-02-19T21:19:28.142Z | Compiling anstyle v1.0.11 |
| 499 | 2026-02-19T21:19:28.174Z | Compiling colorchoice v1.0.2 |
| 500 | 2026-02-19T21:19:28.274Z | Compiling anstyle-query v1.1.1 |
| 501 | 2026-02-19T21:19:28.300Z | Compiling is_terminal_polyfill v1.70.1 |
| 502 | 2026-02-19T21:19:28.457Z | Compiling anstream v0.6.18 |
| 503 | 2026-02-19T21:19:28.563Z | Compiling semver v1.0.27 |
| 504 | 2026-02-19T21:19:29.245Z | Compiling fs-err v3.1.1 |
| 505 | 2026-02-19T21:19:29.272Z | Compiling anyhow v1.0.99 |
| 506 | 2026-02-19T21:19:29.460Z | Compiling synstructure v0.13.1 |
| 507 | 2026-02-19T21:19:29.567Z | Compiling unicode-width v0.1.14 |
| 508 | 2026-02-19T21:19:29.597Z | Compiling heck v0.4.1 |
| 509 | 2026-02-19T21:19:29.890Z | Compiling unicode-xid v0.2.6 |
| 510 | 2026-02-19T21:19:30.009Z | Compiling heck v0.5.0 |
| 511 | 2026-02-19T21:19:30.107Z | Compiling fnv v1.0.7 |
| 512 | 2026-02-19T21:19:30.135Z | Compiling fastrand v2.1.1 |
| 513 | 2026-02-19T21:19:30.275Z | Compiling bytecount v0.6.8 |
| 514 | 2026-02-19T21:19:30.539Z | Compiling clap_lex v0.7.4 |
| 515 | 2026-02-19T21:19:30.639Z | Compiling strsim v0.11.1 |
| 516 | 2026-02-19T21:19:30.687Z | Compiling once_cell v1.21.3 |
| 517 | 2026-02-19T21:19:30.929Z | Compiling papergrid v0.11.0 |
| 518 | 2026-02-19T21:19:31.102Z | Compiling tempfile v3.24.0 |
| 519 | 2026-02-19T21:19:31.130Z | Compiling clap_builder v4.5.48 |
| 520 | 2026-02-19T21:19:31.401Z | Compiling memmap v0.7.0 |
| 521 | 2026-02-19T21:19:31.534Z | Compiling unicode-linebreak v0.1.5 |
| 522 | 2026-02-19T21:19:31.744Z | Compiling smawk v0.3.2 |
| 523 | 2026-02-19T21:19:31.912Z | Compiling unicode-width v0.2.0 |
| 524 | 2026-02-19T21:19:31.978Z | Compiling camino-tempfile v1.4.1 |
| 525 | 2026-02-19T21:19:32.430Z | Compiling textwrap v0.16.2 |
| 526 | 2026-02-19T21:19:32.641Z | Compiling swrite v0.1.0 |
| 527 | 2026-02-19T21:19:32.798Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 528 | 2026-02-19T21:19:32.896Z | Compiling tabled_derive v0.7.0 |
| 529 | 2026-02-19T21:19:33.854Z | Compiling serde_derive v1.0.228 |
| 530 | 2026-02-19T21:19:33.854Z | Compiling zerofrom-derive v0.1.4 |
| 531 | 2026-02-19T21:19:33.880Z | Compiling yoke-derive v0.7.4 |
| 532 | 2026-02-19T21:19:33.884Z | Compiling thiserror-impl v2.0.18 |
| 533 | 2026-02-19T21:19:33.984Z | Compiling zerovec-derive v0.10.3 |
| 534 | 2026-02-19T21:19:34.490Z | Compiling displaydoc v0.2.5 |
| 535 | 2026-02-19T21:19:36.119Z | Compiling thiserror-impl v1.0.69 |
| 536 | 2026-02-19T21:19:36.440Z | Compiling icu_provider_macros v1.5.0 |
| 537 | 2026-02-19T21:19:36.700Z | Compiling zerocopy-derive v0.7.35 |
| 538 | 2026-02-19T21:19:37.259Z | Compiling pest v2.8.2 |
| 539 | 2026-02-19T21:19:37.284Z | Compiling zerofrom v0.1.4 |
| 540 | 2026-02-19T21:19:37.514Z | Compiling scroll_derive v0.12.0 |
| 541 | 2026-02-19T21:19:37.553Z | Compiling yoke v0.7.4 |
| 542 | 2026-02-19T21:19:37.932Z | Compiling zerovec v0.10.4 |
| 543 | 2026-02-19T21:19:38.615Z | Compiling zerocopy v0.7.35 |
| 544 | 2026-02-19T21:19:38.644Z | Compiling clap_derive v4.5.47 |
| 545 | 2026-02-19T21:19:38.886Z | Compiling scroll v0.12.0 |
| 546 | 2026-02-19T21:19:39.191Z | Compiling tabled v0.15.0 |
| 547 | 2026-02-19T21:19:39.363Z | Compiling goblin v0.8.2 |
| 548 | 2026-02-19T21:19:39.642Z | Compiling tinystr v0.7.6 |
| 549 | 2026-02-19T21:19:39.891Z | Compiling pest_meta v2.8.2 |
| 550 | 2026-02-19T21:19:39.997Z | Compiling icu_locid v1.5.0 |
| 551 | 2026-02-19T21:19:40.035Z | Compiling icu_collections v1.5.0 |
| 552 | 2026-02-19T21:19:41.277Z | Compiling icu_provider v1.5.0 |
| 553 | 2026-02-19T21:19:41.995Z | Compiling icu_locid_transform v1.5.0 |
| 554 | 2026-02-19T21:19:42.243Z | Compiling pest_generator v2.8.2 |
| 555 | 2026-02-19T21:19:42.295Z | Compiling toml_datetime v0.6.11 |
| 556 | 2026-02-19T21:19:42.364Z | Compiling serde_spanned v0.6.9 |
| 557 | 2026-02-19T21:19:42.614Z | Compiling dof v0.3.0 |
| 558 | 2026-02-19T21:19:42.643Z | Compiling toml_edit v0.22.27 |
| 559 | 2026-02-19T21:19:42.780Z | Compiling serde_tokenstream v0.2.2 |
| 560 | 2026-02-19T21:19:43.397Z | Compiling icu_properties v1.5.1 |
| 561 | 2026-02-19T21:19:43.505Z | Compiling erased-serde v0.4.6 |
| 562 | 2026-02-19T21:19:43.995Z | Compiling serde-value v0.7.0 |
| 563 | 2026-02-19T21:19:44.269Z | Compiling pest_derive v2.8.2 |
| 564 | 2026-02-19T21:19:44.342Z | Compiling cargo-platform v0.2.0 |
| 565 | 2026-02-19T21:19:44.672Z | Compiling serde-untagged v0.1.7 |
| 566 | 2026-02-19T21:19:44.819Z | Compiling clap v4.5.48 |
| 567 | 2026-02-19T21:19:44.903Z | Compiling macaddr v1.0.1 |
| 568 | 2026-02-19T21:19:45.115Z | Compiling dtrace-parser v0.2.0 |
| 569 | 2026-02-19T21:19:46.122Z | Compiling toml v0.8.23 |
| 570 | 2026-02-19T21:19:47.007Z | Compiling cargo_toml v0.21.0 |
| 571 | 2026-02-19T21:19:47.043Z | Compiling usdt-macro v0.5.0 |
| 572 | 2026-02-19T21:19:47.069Z | Compiling usdt-attr-macro v0.5.0 |
| 573 | 2026-02-19T21:19:47.198Z | Compiling icu_normalizer v1.5.0 |
| 574 | 2026-02-19T21:19:48.100Z | Compiling idna_adapter v1.2.0 |
| 575 | 2026-02-19T21:19:48.275Z | Compiling idna v1.0.3 |
| 576 | 2026-02-19T21:19:48.331Z | Compiling usdt v0.5.0 |
| 577 | 2026-02-19T21:19:48.689Z | Compiling url v2.5.4 |
| 578 | 2026-02-19T21:19:49.347Z | Compiling cargo-util-schemas v0.8.2 |
| 579 | 2026-02-19T21:19:51.020Z | Compiling cargo_metadata v0.21.0 |
| 580 | 2026-02-19T21:19:52.630Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 581 | 2026-02-19T21:19:56.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
| 582 | 2026-02-19T21:19:56.534Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 583 | 2026-02-19T21:19:57.361Z | Downloading crates ... |
| 584 | 2026-02-19T21:19:57.496Z | Downloaded aead v0.5.2 |
| 585 | 2026-02-19T21:19:57.501Z | Downloaded bit-set v0.5.3 |
| 586 | 2026-02-19T21:19:57.505Z | Downloaded camino-tempfile-ext v0.3.2 |
| 587 | 2026-02-19T21:19:57.510Z | Downloaded atty v0.2.14 |
| 588 | 2026-02-19T21:19:57.516Z | Downloaded adler2 v2.0.0 |
| 589 | 2026-02-19T21:19:57.520Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 590 | 2026-02-19T21:19:57.523Z | Downloaded block-padding v0.3.3 |
| 591 | 2026-02-19T21:19:57.526Z | Downloaded bitfield-struct v0.6.2 |
| 592 | 2026-02-19T21:19:57.530Z | Downloaded debug-ignore v1.0.5 |
| 593 | 2026-02-19T21:19:57.534Z | Downloaded base16ct v0.2.0 |
| 594 | 2026-02-19T21:19:57.545Z | Downloaded defmt v0.3.8 |
| 595 | 2026-02-19T21:19:57.548Z | Downloaded blowfish v0.9.1 |
| 596 | 2026-02-19T21:19:57.551Z | Downloaded endian-type v0.1.2 |
| 597 | 2026-02-19T21:19:57.555Z | Downloaded fixedbitset v0.4.2 |
| 598 | 2026-02-19T21:19:57.561Z | Downloaded blake2 v0.10.6 |
| 599 | 2026-02-19T21:19:57.568Z | Downloaded foreign-types v0.3.2 |
| 600 | 2026-02-19T21:19:57.573Z | Downloaded critical-section v1.1.3 |
| 601 | 2026-02-19T21:19:57.578Z | Downloaded fallible-iterator v0.2.0 |
| 602 | 2026-02-19T21:19:57.583Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 603 | 2026-02-19T21:19:57.588Z | Downloaded flagset v0.4.6 |
| 604 | 2026-02-19T21:19:57.592Z | Downloaded futures-core v0.3.31 |
| 605 | 2026-02-19T21:19:57.596Z | Downloaded atomic-waker v1.1.2 |
| 606 | 2026-02-19T21:19:57.601Z | Downloaded futures-io v0.3.31 |
| 607 | 2026-02-19T21:19:57.604Z | Downloaded crc-catalog v2.4.0 |
| 608 | 2026-02-19T21:19:57.608Z | Downloaded embedded-io v0.6.1 |
| 609 | 2026-02-19T21:19:57.630Z | Downloaded float-cmp v0.10.0 |
| 610 | 2026-02-19T21:19:57.636Z | Downloaded crunchy v0.2.2 |
| 611 | 2026-02-19T21:19:57.641Z | Downloaded float-ord v0.3.2 |
| 612 | 2026-02-19T21:19:57.647Z | Downloaded futures-task v0.3.31 |
| 613 | 2026-02-19T21:19:57.647Z | Downloaded foreign-types-macros v0.2.3 |
| 614 | 2026-02-19T21:19:57.652Z | Downloaded foreign-types-shared v0.3.1 |
| 615 | 2026-02-19T21:19:57.656Z | Downloaded foreign-types v0.5.0 |
| 616 | 2026-02-19T21:19:57.661Z | Downloaded globwalk v0.9.1 |
| 617 | 2026-02-19T21:19:57.666Z | Downloaded futures-macro v0.3.31 |
| 618 | 2026-02-19T21:19:57.670Z | Downloaded fxhash v0.2.1 |
| 619 | 2026-02-19T21:19:57.670Z | Downloaded fs-err v2.11.0 |
| 620 | 2026-02-19T21:19:57.673Z | Downloaded fs_extra v1.3.0 |
| 621 | 2026-02-19T21:19:57.678Z | Downloaded cipher v0.4.4 |
| 622 | 2026-02-19T21:19:57.682Z | Downloaded hex v0.4.3 |
| 623 | 2026-02-19T21:19:57.686Z | Downloaded diesel_derives v2.2.3 |
| 624 | 2026-02-19T21:19:57.693Z | Downloaded fixedbitset v0.5.7 |
| 625 | 2026-02-19T21:19:57.696Z | Downloaded hex-literal v0.4.1 |
| 626 | 2026-02-19T21:19:57.707Z | Downloaded http-body v1.0.1 |
| 627 | 2026-02-19T21:19:57.714Z | Downloaded cassowary v0.3.0 |
| 628 | 2026-02-19T21:19:57.715Z | Downloaded ident_case v1.0.1 |
| 629 | 2026-02-19T21:19:57.715Z | Downloaded foldhash v0.1.5 |
| 630 | 2026-02-19T21:19:57.719Z | Downloaded hostname v0.4.2 |
| 631 | 2026-02-19T21:19:57.719Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 632 | 2026-02-19T21:19:57.724Z | Downloaded indent_write v2.2.0 |
| 633 | 2026-02-19T21:19:57.728Z | Downloaded indoc v1.0.9 |
| 634 | 2026-02-19T21:19:57.735Z | Downloaded chacha20 v0.9.1 |
| 635 | 2026-02-19T21:19:57.739Z | Downloaded is_ci v1.2.0 |
| 636 | 2026-02-19T21:19:57.742Z | Downloaded is-terminal v0.4.13 |
| 637 | 2026-02-19T21:19:57.751Z | Downloaded lazycell v1.3.0 |
| 638 | 2026-02-19T21:19:57.756Z | Downloaded instant v0.1.13 |
| 639 | 2026-02-19T21:19:57.761Z | Downloaded derive_builder v0.20.2 |
| 640 | 2026-02-19T21:19:57.769Z | Downloaded humantime v2.2.0 |
| 641 | 2026-02-19T21:19:57.773Z | Downloaded lalrpop-util v0.19.12 |
| 642 | 2026-02-19T21:19:57.773Z | Downloaded lru-cache v0.1.2 |
| 643 | 2026-02-19T21:19:57.779Z | Downloaded hyper-staticfile v0.10.1 |
| 644 | 2026-02-19T21:19:57.783Z | Downloaded lru v0.12.5 |
| 645 | 2026-02-19T21:19:57.783Z | Downloaded maplit v1.0.2 |
| 646 | 2026-02-19T21:19:57.787Z | Downloaded maybe-uninit v2.0.0 |
| 647 | 2026-02-19T21:19:57.791Z | Downloaded crossbeam-epoch v0.9.18 |
| 648 | 2026-02-19T21:19:57.796Z | Downloaded cookie v0.18.1 |
| 649 | 2026-02-19T21:19:57.800Z | Downloaded ipnetwork v0.21.1 |
| 650 | 2026-02-19T21:19:57.805Z | Downloaded ingot-types v0.1.2 |
| 651 | 2026-02-19T21:19:57.808Z | Downloaded libsw-core v0.3.1 |
| 652 | 2026-02-19T21:19:57.813Z | Downloaded newtype_derive v0.1.6 |
| 653 | 2026-02-19T21:19:57.817Z | Downloaded futures v0.3.31 |
| 654 | 2026-02-19T21:19:57.821Z | Downloaded httparse v1.9.5 |
| 655 | 2026-02-19T21:19:57.825Z | Downloaded nibble_vec v0.1.0 |
| 656 | 2026-02-19T21:19:57.831Z | Downloaded num v0.4.3 |
| 657 | 2026-02-19T21:19:57.834Z | Downloaded flume v0.11.1 |
| 658 | 2026-02-19T21:19:57.840Z | Downloaded num-iter v0.1.45 |
| 659 | 2026-02-19T21:19:57.843Z | Downloaded const-oid v0.9.6 |
| 660 | 2026-02-19T21:19:57.848Z | Downloaded number_prefix v0.4.0 |
| 661 | 2026-02-19T21:19:57.852Z | Downloaded newline-converter v0.3.0 |
| 662 | 2026-02-19T21:19:57.855Z | Downloaded new_debug_unreachable v1.0.6 |
| 663 | 2026-02-19T21:19:57.859Z | Downloaded num-conv v0.1.0 |
| 664 | 2026-02-19T21:19:57.864Z | Downloaded normalize-line-endings v0.3.0 |
| 665 | 2026-02-19T21:19:57.869Z | Downloaded nodrop v0.1.14 |
| 666 | 2026-02-19T21:19:57.869Z | Downloaded multer v3.1.0 |
| 667 | 2026-02-19T21:19:57.872Z | Downloaded openssl-probe v0.1.5 |
| 668 | 2026-02-19T21:19:57.876Z | Downloaded packed_struct_codegen v0.10.1 |
| 669 | 2026-02-19T21:19:57.880Z | Downloaded num_enum_derive v0.5.11 |
| 670 | 2026-02-19T21:19:57.884Z | Downloaded olpc-cjson v0.1.4 |
| 671 | 2026-02-19T21:19:57.887Z | Downloaded bytes v1.11.1 |
| 672 | 2026-02-19T21:19:57.892Z | Downloaded ingot-macros v0.1.1 |
| 673 | 2026-02-19T21:19:57.896Z | Downloaded memoffset v0.9.1 |
| 674 | 2026-02-19T21:19:57.899Z | Downloaded parse-size v1.1.0 |
| 675 | 2026-02-19T21:19:57.906Z | Downloaded mime_guess v2.0.5 |
| 676 | 2026-02-19T21:19:57.910Z | Downloaded num-rational v0.4.2 |
| 677 | 2026-02-19T21:19:57.910Z | Downloaded pbkdf2 v0.11.0 |
| 678 | 2026-02-19T21:19:57.913Z | Downloaded litrs v0.4.1 |
| 679 | 2026-02-19T21:19:57.917Z | Downloaded pbkdf2 v0.12.2 |
| 680 | 2026-02-19T21:19:57.922Z | Downloaded oso-derive v0.27.3 |
| 681 | 2026-02-19T21:19:57.922Z | Downloaded parse-display v0.10.0 |
| 682 | 2026-02-19T21:19:57.926Z | Downloaded pin-utils v0.1.0 |
| 683 | 2026-02-19T21:19:57.930Z | Downloaded headers v0.4.1 |
| 684 | 2026-02-19T21:19:57.935Z | Downloaded peg-runtime v0.8.5 |
| 685 | 2026-02-19T21:19:57.939Z | Downloaded num-integer v0.1.46 |
| 686 | 2026-02-19T21:19:57.943Z | Downloaded oxide-tokio-rt v0.1.2 |
| 687 | 2026-02-19T21:19:57.947Z | Downloaded precomputed-hash v0.1.1 |
| 688 | 2026-02-19T21:19:57.947Z | Downloaded phf_shared v0.11.2 |
| 689 | 2026-02-19T21:19:57.951Z | Downloaded derive_more-impl v2.0.1 |
| 690 | 2026-02-19T21:19:57.957Z | Downloaded powerfmt v0.2.0 |
| 691 | 2026-02-19T21:19:57.961Z | Downloaded memmap2 v0.9.8 |
| 692 | 2026-02-19T21:19:57.965Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 693 | 2026-02-19T21:19:57.970Z | Downloaded proc-macro-crate v1.3.1 |
| 694 | 2026-02-19T21:19:57.970Z | Downloaded pretty-hex v0.2.1 |
| 695 | 2026-02-19T21:19:57.975Z | Downloaded progenitor-client v0.8.0 |
| 696 | 2026-02-19T21:19:57.975Z | Downloaded indicatif v0.17.11 |
| 697 | 2026-02-19T21:19:57.980Z | Downloaded peg-macros v0.8.5 |
| 698 | 2026-02-19T21:19:57.984Z | Downloaded phf v0.11.2 |
| 699 | 2026-02-19T21:19:57.988Z | Downloaded pin-project-lite v0.2.14 |
| 700 | 2026-02-19T21:19:57.992Z | Downloaded parking_lot_core v0.9.10 |
| 701 | 2026-02-19T21:19:57.998Z | Downloaded parking_lot_core v0.8.6 |
| 702 | 2026-02-19T21:19:58.002Z | Downloaded oxnet v0.1.4 |
| 703 | 2026-02-19T21:19:58.007Z | Downloaded pin-project-internal v1.1.6 |
| 704 | 2026-02-19T21:19:58.011Z | Downloaded quick-error v1.2.3 |
| 705 | 2026-02-19T21:19:58.011Z | Downloaded rand_chacha v0.3.1 |
| 706 | 2026-02-19T21:19:58.015Z | Downloaded ref-cast-impl v1.0.25 |
| 707 | 2026-02-19T21:19:58.015Z | Downloaded ppv-lite86 v0.2.20 |
| 708 | 2026-02-19T21:19:58.019Z | Downloaded pem-rfc7468 v0.7.0 |
| 709 | 2026-02-19T21:19:58.023Z | Downloaded progenitor-client v0.11.2 |
| 710 | 2026-02-19T21:19:58.027Z | Downloaded progenitor-macro v0.11.2 |
| 711 | 2026-02-19T21:19:58.027Z | Downloaded psl-types v2.0.11 |
| 712 | 2026-02-19T21:19:58.031Z | Downloaded ref-cast v1.0.25 |
| 713 | 2026-02-19T21:19:58.034Z | Downloaded phf v0.12.1 |
| 714 | 2026-02-19T21:19:58.088Z | Downloaded progenitor v0.11.2 |
| 715 | 2026-02-19T21:19:58.088Z | Downloaded backtrace v0.3.74 |
| 716 | 2026-02-19T21:19:58.088Z | Downloaded polyval v0.6.2 |
| 717 | 2026-02-19T21:19:58.088Z | Downloaded rtoolbox v0.0.2 |
| 718 | 2026-02-19T21:19:58.088Z | Downloaded postgres-protocol v0.6.8 |
| 719 | 2026-02-19T21:19:58.088Z | Downloaded rfc6979 v0.4.0 |
| 720 | 2026-02-19T21:19:58.088Z | Downloaded pkg-config v0.3.31 |
| 721 | 2026-02-19T21:19:58.088Z | Downloaded jiff-static v0.2.15 |
| 722 | 2026-02-19T21:19:58.088Z | Downloaded pkcs8 v0.10.2 |
| 723 | 2026-02-19T21:19:58.088Z | Downloaded rustc_version v0.4.1 |
| 724 | 2026-02-19T21:19:58.088Z | Downloaded r2d2 v0.8.10 |
| 725 | 2026-02-19T21:19:58.088Z | Downloaded rand_chacha v0.9.0 |
| 726 | 2026-02-19T21:19:58.088Z | Downloaded parking_lot v0.11.2 |
| 727 | 2026-02-19T21:19:58.091Z | Downloaded hickory-resolver v0.25.2 |
| 728 | 2026-02-19T21:19:58.091Z | Downloaded papergrid v0.17.0 |
| 729 | 2026-02-19T21:19:58.096Z | Downloaded salsa20 v0.10.2 |
| 730 | 2026-02-19T21:19:58.098Z | Downloaded rustc-hash v2.1.1 |
| 731 | 2026-02-19T21:19:58.102Z | Downloaded resolv-conf v0.7.0 |
| 732 | 2026-02-19T21:19:58.105Z | Downloaded cc v1.2.30 |
| 733 | 2026-02-19T21:19:58.108Z | Downloaded scheduled-thread-pool v0.2.7 |
| 734 | 2026-02-19T21:19:58.112Z | Downloaded quinn-udp v0.5.5 |
| 735 | 2026-02-19T21:19:58.115Z | Downloaded progenitor-impl v0.8.0 |
| 736 | 2026-02-19T21:19:58.118Z | Downloaded sapling-renderdag v0.1.0 |
| 737 | 2026-02-19T21:19:58.121Z | Downloaded secrecy v0.10.3 |
| 738 | 2026-02-19T21:19:58.123Z | Downloaded hyper-util v0.1.19 |
| 739 | 2026-02-19T21:19:58.130Z | Downloaded postgres-types v0.2.9 |
| 740 | 2026-02-19T21:19:58.134Z | Downloaded rand_xorshift v0.4.0 |
| 741 | 2026-02-19T21:19:58.139Z | Downloaded rand_seeder v0.4.0 |
| 742 | 2026-02-19T21:19:58.142Z | Downloaded serde-big-array v0.5.1 |
| 743 | 2026-02-19T21:19:58.145Z | Downloaded serde_repr v0.1.19 |
| 744 | 2026-02-19T21:19:58.148Z | Downloaded serde_urlencoded v0.7.1 |
| 745 | 2026-02-19T21:19:58.150Z | Downloaded rustls-native-certs v0.8.1 |
| 746 | 2026-02-19T21:19:58.153Z | Downloaded rustls-pemfile v2.2.0 |
| 747 | 2026-02-19T21:19:58.157Z | Downloaded papergrid v0.14.0 |
| 748 | 2026-02-19T21:19:58.163Z | Downloaded sha1 v0.10.6 |
| 749 | 2026-02-19T21:19:58.166Z | Downloaded hashbrown v0.13.2 |
| 750 | 2026-02-19T21:19:58.171Z | Downloaded proc-macro-error2 v2.0.1 |
| 751 | 2026-02-19T21:19:58.176Z | Downloaded sigpipe v0.1.3 |
| 752 | 2026-02-19T21:19:58.179Z | Downloaded shell-words v1.1.0 |
| 753 | 2026-02-19T21:19:58.182Z | Downloaded signature v2.2.0 |
| 754 | 2026-02-19T21:19:58.182Z | Downloaded rusty-fork v0.3.0 |
| 755 | 2026-02-19T21:19:58.186Z | Downloaded signal-hook-tokio v0.3.1 |
| 756 | 2026-02-19T21:19:58.189Z | Downloaded signal-hook-mio v0.2.4 |
| 757 | 2026-02-19T21:19:58.189Z | Downloaded rustc-demangle v0.1.24 |
| 758 | 2026-02-19T21:19:58.192Z | Downloaded slog-bunyan v2.5.0 |
| 759 | 2026-02-19T21:19:58.196Z | Downloaded aes v0.8.4 |
| 760 | 2026-02-19T21:19:58.199Z | Downloaded simd-adler32 v0.3.7 |
| 761 | 2026-02-19T21:19:58.199Z | Downloaded schemars_derive v0.8.22 |
| 762 | 2026-02-19T21:19:58.201Z | Downloaded siphasher v1.0.1 |
| 763 | 2026-02-19T21:19:58.204Z | Downloaded siphasher v0.3.11 |
| 764 | 2026-02-19T21:19:58.207Z | Downloaded same-file v1.0.6 |
| 765 | 2026-02-19T21:19:58.210Z | Downloaded serde_spanned v1.0.4 |
| 766 | 2026-02-19T21:19:58.210Z | Downloaded hickory-server v0.25.2 |
| 767 | 2026-02-19T21:19:58.215Z | Downloaded shlex v1.3.0 |
| 768 | 2026-02-19T21:19:58.218Z | Downloaded serde-hex v0.1.0 |
| 769 | 2026-02-19T21:19:58.221Z | Downloaded signal-hook-registry v1.4.2 |
| 770 | 2026-02-19T21:19:58.225Z | Downloaded scrypt v0.11.0 |
| 771 | 2026-02-19T21:19:58.228Z | Downloaded sec1 v0.7.3 |
| 772 | 2026-02-19T21:19:58.228Z | Downloaded postcard v1.0.10 |
| 773 | 2026-02-19T21:19:58.231Z | Downloaded openssl-sys v0.9.109 |
| 774 | 2026-02-19T21:19:58.237Z | Downloaded ssh-cipher v0.2.0 |
| 775 | 2026-02-19T21:19:58.241Z | Downloaded slog-envlogger v2.2.0 |
| 776 | 2026-02-19T21:19:58.244Z | Downloaded sqlparser_derive v0.2.2 |
| 777 | 2026-02-19T21:19:58.244Z | Downloaded strip-ansi-escapes v0.2.0 |
| 778 | 2026-02-19T21:19:58.247Z | Downloaded serde_derive_internals v0.29.1 |
| 779 | 2026-02-19T21:19:58.250Z | Downloaded ryu v1.0.18 |
| 780 | 2026-02-19T21:19:58.253Z | Downloaded serde_path_to_error v0.1.20 |
| 781 | 2026-02-19T21:19:58.257Z | Downloaded progenitor-impl v0.10.0 |
| 782 | 2026-02-19T21:19:58.260Z | Downloaded libm v0.2.8 |
| 783 | 2026-02-19T21:19:58.266Z | Downloaded take_mut v0.2.2 |
| 784 | 2026-02-19T21:19:58.269Z | Downloaded tabwriter v1.4.0 |
| 785 | 2026-02-19T21:19:58.272Z | Downloaded http v1.4.0 |
| 786 | 2026-02-19T21:19:58.275Z | Downloaded smf v0.2.3 |
| 787 | 2026-02-19T21:19:58.278Z | Downloaded smallvec v0.6.14 |
| 788 | 2026-02-19T21:19:58.281Z | Downloaded slog-term v2.9.2 |
| 789 | 2026-02-19T21:19:58.284Z | Downloaded quinn v0.11.5 |
| 790 | 2026-02-19T21:19:58.287Z | Downloaded strum v0.27.2 |
| 791 | 2026-02-19T21:19:58.289Z | Downloaded structmeta-derive v0.3.0 |
| 792 | 2026-02-19T21:19:58.289Z | Downloaded tagptr v0.2.0 |
| 793 | 2026-02-19T21:19:58.292Z | Downloaded tap v1.0.1 |
| 794 | 2026-02-19T21:19:58.293Z | Downloaded termtree v0.5.1 |
| 795 | 2026-02-19T21:19:58.296Z | Downloaded slog-async v2.8.0 |
| 796 | 2026-02-19T21:19:58.299Z | Downloaded slab v0.4.9 |
| 797 | 2026-02-19T21:19:58.299Z | Downloaded mio v1.0.2 |
| 798 | 2026-02-19T21:19:58.305Z | Downloaded rayon-core v1.12.1 |
| 799 | 2026-02-19T21:19:58.308Z | Downloaded thread_local v1.1.8 |
| 800 | 2026-02-19T21:19:58.311Z | Downloaded stringprep v0.1.5 |
| 801 | 2026-02-19T21:19:58.315Z | Downloaded ron v0.7.1 |
| 802 | 2026-02-19T21:19:58.319Z | Downloaded schemars v0.8.22 |
| 803 | 2026-02-19T21:19:58.333Z | Downloaded support-bundle-viewer v0.1.2 |
| 804 | 2026-02-19T21:19:58.336Z | Downloaded tabled_derive v0.10.0 |
| 805 | 2026-02-19T21:19:58.339Z | Downloaded thread-id v5.0.0 |
| 806 | 2026-02-19T21:19:58.339Z | Downloaded time-core v0.1.6 |
| 807 | 2026-02-19T21:19:58.342Z | Downloaded itertools v0.12.1 |
| 808 | 2026-02-19T21:19:58.349Z | Downloaded spin v0.9.8 |
| 809 | 2026-02-19T21:19:58.352Z | Downloaded serde_with_macros v3.16.1 |
| 810 | 2026-02-19T21:19:58.355Z | Downloaded serde_yaml v0.9.34+deprecated |
| 811 | 2026-02-19T21:19:58.358Z | Downloaded tinyvec_macros v0.1.1 |
| 812 | 2026-02-19T21:19:58.361Z | Downloaded spki v0.7.3 |
| 813 | 2026-02-19T21:19:58.364Z | Downloaded snafu-derive v0.8.5 |
| 814 | 2026-02-19T21:19:58.364Z | Downloaded rustls-pki-types v1.10.0 |
| 815 | 2026-02-19T21:19:58.368Z | Downloaded russh-keys v0.45.0 |
| 816 | 2026-02-19T21:19:58.370Z | Downloaded topological-sort v0.2.2 |
| 817 | 2026-02-19T21:19:58.373Z | Downloaded ron v0.8.1 |
| 818 | 2026-02-19T21:19:58.378Z | Downloaded num-bigint-dig v0.8.6 |
| 819 | 2026-02-19T21:19:58.383Z | Downloaded strum_macros v0.24.3 |
| 820 | 2026-02-19T21:19:58.388Z | Downloaded itertools v0.13.0 |
| 821 | 2026-02-19T21:19:58.393Z | Downloaded try-lock v0.2.5 |
| 822 | 2026-02-19T21:19:58.396Z | Downloaded trait-variant v0.1.2 |
| 823 | 2026-02-19T21:19:58.396Z | Downloaded tabled_derive v0.11.0 |
| 824 | 2026-02-19T21:19:58.399Z | Downloaded tower-service v0.3.3 |
| 825 | 2026-02-19T21:19:58.399Z | Downloaded strum_macros v0.26.4 |
| 826 | 2026-02-19T21:19:58.401Z | Downloaded typify-macro v0.4.3 |
| 827 | 2026-02-19T21:19:58.404Z | Downloaded typify-macro v0.2.0 |
| 828 | 2026-02-19T21:19:58.404Z | Downloaded strum_macros v0.27.2 |
| 829 | 2026-02-19T21:19:58.407Z | Downloaded unicode-truncate v1.1.0 |
| 830 | 2026-02-19T21:19:58.411Z | Downloaded minimal-lexical v0.2.1 |
| 831 | 2026-02-19T21:19:58.414Z | Downloaded pretty_assertions v1.4.1 |
| 832 | 2026-02-19T21:19:58.417Z | Downloaded rsa v0.9.8 |
| 833 | 2026-02-19T21:19:58.421Z | Downloaded tower-layer v0.3.3 |
| 834 | 2026-02-19T21:19:58.424Z | Downloaded socket2 v0.6.1 |
| 835 | 2026-02-19T21:19:58.427Z | Downloaded universal-hash v0.5.1 |
| 836 | 2026-02-19T21:19:58.427Z | Downloaded thiserror-no-std v2.0.2 |
| 837 | 2026-02-19T21:19:58.432Z | Downloaded signal-hook v0.3.18 |
| 838 | 2026-02-19T21:19:58.435Z | Downloaded nom v7.1.3 |
| 839 | 2026-02-19T21:19:58.440Z | Downloaded unarray v0.1.4 |
| 840 | 2026-02-19T21:19:58.443Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 841 | 2026-02-19T21:19:58.446Z | Downloaded untrusted v0.9.0 |
| 842 | 2026-02-19T21:19:58.446Z | Downloaded itertools v0.14.0 |
| 843 | 2026-02-19T21:19:58.453Z | Downloaded usdt v0.6.0 |
| 844 | 2026-02-19T21:19:58.457Z | Downloaded tokio-dtrace v0.1.0 |
| 845 | 2026-02-19T21:19:58.457Z | Downloaded tls_codec v0.4.1 |
| 846 | 2026-02-19T21:19:58.460Z | Downloaded utf-8 v0.7.6 |
| 847 | 2026-02-19T21:19:58.460Z | Downloaded want v0.3.1 |
| 848 | 2026-02-19T21:19:58.463Z | Downloaded void v1.0.2 |
| 849 | 2026-02-19T21:19:58.463Z | Downloaded tokio-tungstenite v0.21.0 |
| 850 | 2026-02-19T21:19:58.466Z | Downloaded usdt-macro v0.6.0 |
| 851 | 2026-02-19T21:19:58.466Z | Downloaded usdt-attr-macro v0.6.0 |
| 852 | 2026-02-19T21:19:58.469Z | Downloaded untrusted v0.7.1 |
| 853 | 2026-02-19T21:19:58.469Z | Downloaded tokio-macros v2.6.0 |
| 854 | 2026-02-19T21:19:58.472Z | Downloaded similar v2.7.0 |
| 855 | 2026-02-19T21:19:58.475Z | Downloaded typify v0.2.0 |
| 856 | 2026-02-19T21:19:58.478Z | Downloaded tui-tree-widget v0.23.1 |
| 857 | 2026-02-19T21:19:58.481Z | Downloaded tokio-tungstenite v0.23.1 |
| 858 | 2026-02-19T21:19:58.485Z | Downloaded tracing-attributes v0.1.27 |
| 859 | 2026-02-19T21:19:58.485Z | Downloaded unicase v2.8.1 |
| 860 | 2026-02-19T21:19:58.488Z | Downloaded term v0.7.0 |
| 861 | 2026-02-19T21:19:58.491Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 862 | 2026-02-19T21:19:58.491Z | Downloaded term v1.1.0 |
| 863 | 2026-02-19T21:19:58.494Z | Downloaded tar v0.4.44 |
| 864 | 2026-02-19T21:19:58.497Z | Downloaded unit-prefix v0.5.1 |
| 865 | 2026-02-19T21:19:58.500Z | Downloaded tls_codec_derive v0.4.1 |
| 866 | 2026-02-19T21:19:58.503Z | Downloaded waitgroup v0.1.2 |
| 867 | 2026-02-19T21:19:58.503Z | Downloaded wait-timeout v0.2.0 |
| 868 | 2026-02-19T21:19:58.503Z | Downloaded xattr v1.3.1 |
| 869 | 2026-02-19T21:19:58.506Z | Downloaded xshell-macros v0.2.7 |
| 870 | 2026-02-19T21:19:58.506Z | Downloaded vte_generate_state_changes v0.1.2 |
| 871 | 2026-02-19T21:19:58.509Z | Downloaded rand v0.9.2 |
| 872 | 2026-02-19T21:19:58.512Z | Downloaded time-macros v0.2.24 |
| 873 | 2026-02-19T21:19:58.515Z | Downloaded socket2 v0.5.10 |
| 874 | 2026-02-19T21:19:58.515Z | Downloaded bindgen v0.69.5 |
| 875 | 2026-02-19T21:19:58.523Z | Downloaded hkdf v0.12.4 |
| 876 | 2026-02-19T21:19:58.526Z | Downloaded uzers v0.12.1 |
| 877 | 2026-02-19T21:19:58.529Z | Downloaded tinyvec v1.8.0 |
| 878 | 2026-02-19T21:19:58.533Z | Downloaded h2 v0.4.6 |
| 879 | 2026-02-19T21:19:58.538Z | Downloaded zone v0.3.1 |
| 880 | 2026-02-19T21:19:58.542Z | Downloaded zone v0.1.8 |
| 881 | 2026-02-19T21:19:58.542Z | Downloaded zeroize_derive v1.4.2 |
| 882 | 2026-02-19T21:19:58.545Z | Downloaded tokio-native-tls v0.3.1 |
| 883 | 2026-02-19T21:19:58.545Z | Downloaded slog v2.8.2 |
| 884 | 2026-02-19T21:19:58.548Z | Downloaded futures-util v0.3.31 |
| 885 | 2026-02-19T21:19:58.562Z | Downloaded zone_cfg_derive v0.3.0 |
| 886 | 2026-02-19T21:19:58.565Z | Downloaded zone_cfg_derive v0.1.2 |
| 887 | 2026-02-19T21:19:58.565Z | Downloaded wyz v0.5.1 |
| 888 | 2026-02-19T21:19:58.565Z | Downloaded blake3 v1.5.4 |
| 889 | 2026-02-19T21:19:58.571Z | Downloaded test-strategy v0.4.3 |
| 890 | 2026-02-19T21:19:58.575Z | Downloaded which v4.4.2 |
| 891 | 2026-02-19T21:19:58.578Z | Downloaded toml v0.7.8 |
| 892 | 2026-02-19T21:19:58.582Z | Downloaded xz2 v0.1.7 |
| 893 | 2026-02-19T21:19:58.585Z | Downloaded xshell v0.2.7 |
| 894 | 2026-02-19T21:19:58.585Z | Downloaded zeroize v1.8.1 |
| 895 | 2026-02-19T21:19:58.588Z | Downloaded unicode-properties v0.1.3 |
| 896 | 2026-02-19T21:19:58.588Z | Downloaded snafu v0.8.5 |
| 897 | 2026-02-19T21:19:58.594Z | Downloaded usdt-impl v0.6.0 |
| 898 | 2026-02-19T21:19:58.597Z | Downloaded rustyline v14.0.0 |
| 899 | 2026-02-19T21:19:58.602Z | Downloaded twox-hash v2.1.0 |
| 900 | 2026-02-19T21:19:58.605Z | Downloaded tracing-core v0.1.32 |
| 901 | 2026-02-19T21:19:58.607Z | Downloaded tungstenite v0.23.0 |
| 902 | 2026-02-19T21:19:58.610Z | Downloaded vergen-lib v0.1.6 |
| 903 | 2026-02-19T21:19:58.613Z | Downloaded tungstenite v0.21.0 |
| 904 | 2026-02-19T21:19:58.616Z | Downloaded samael v0.0.19 |
| 905 | 2026-02-19T21:19:58.621Z | Downloaded vergen v9.0.6 |
| 906 | 2026-02-19T21:19:58.624Z | Downloaded rpassword v7.4.0 |
| 907 | 2026-02-19T21:19:58.627Z | Downloaded zstd-safe v7.2.3 |
| 908 | 2026-02-19T21:19:58.630Z | Downloaded zstd v0.13.3 |
| 909 | 2026-02-19T21:19:58.633Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 910 | 2026-02-19T21:19:58.636Z | Downloaded yasna v0.5.2 |
| 911 | 2026-02-19T21:19:58.638Z | Downloaded russh v0.45.0 |
| 912 | 2026-02-19T21:19:58.642Z | Downloaded zerocopy v0.6.6 |
| 913 | 2026-02-19T21:19:58.645Z | Downloaded value-bag v1.12.0 |
| 914 | 2026-02-19T21:19:58.648Z | Downloaded typify v0.4.3 |
| 915 | 2026-02-19T21:19:58.652Z | Downloaded vte v0.11.1 |
| 916 | 2026-02-19T21:19:58.654Z | Downloaded tracing v0.1.40 |
| 917 | 2026-02-19T21:19:58.658Z | Downloaded uuid v1.19.0 |
| 918 | 2026-02-19T21:19:58.661Z | Downloaded unicode-bidi v0.3.17 |
| 919 | 2026-02-19T21:19:58.663Z | Downloaded git2 v0.20.2 |
| 920 | 2026-02-19T21:19:58.671Z | Downloaded steno v0.4.1 |
| 921 | 2026-02-19T21:19:58.674Z | Downloaded unsafe-libyaml v0.2.11 |
| 922 | 2026-02-19T21:19:58.677Z | Downloaded reedline v0.40.0 |
| 923 | 2026-02-19T21:19:58.684Z | Downloaded p521 v0.13.3 |
| 924 | 2026-02-19T21:19:58.689Z | Downloaded reqwest v0.12.24 |
| 925 | 2026-02-19T21:19:58.693Z | Downloaded walkdir v2.5.0 |
| 926 | 2026-02-19T21:19:58.695Z | Downloaded hyper v1.8.1 |
| 927 | 2026-02-19T21:19:58.700Z | Downloaded vsss-rs v3.3.4 |
| 928 | 2026-02-19T21:19:58.703Z | Downloaded tokio-postgres v0.7.13 |
| 929 | 2026-02-19T21:19:58.707Z | Downloaded vergen-git2 v1.0.7 |
| 930 | 2026-02-19T21:19:58.710Z | Downloaded aws-lc-rs v1.12.4 |
| 931 | 2026-02-19T21:19:58.722Z | Downloaded yansi v1.0.1 |
| 932 | 2026-02-19T21:19:58.725Z | Downloaded toml_edit v0.19.15 |
| 933 | 2026-02-19T21:19:58.735Z | Downloaded zopfli v0.8.1 |
| 934 | 2026-02-19T21:19:58.738Z | Downloaded tower v0.5.2 |
| 935 | 2026-02-19T21:19:58.746Z | Downloaded quick-xml v0.37.2 |
| 936 | 2026-02-19T21:19:58.751Z | Downloaded bindgen v0.71.1 |
| 937 | 2026-02-19T21:19:58.758Z | Downloaded unicode_categories v0.1.1 |
| 938 | 2026-02-19T21:19:58.761Z | Downloaded goblin v0.10.2 |
| 939 | 2026-02-19T21:19:58.766Z | Downloaded zip v0.6.6 |
| 940 | 2026-02-19T21:19:58.770Z | Downloaded curve25519-dalek v4.1.3 |
| 941 | 2026-02-19T21:19:58.777Z | Downloaded moka v0.12.10 |
| 942 | 2026-02-19T21:19:58.786Z | Downloaded bitvec v1.0.1 |
| 943 | 2026-02-19T21:19:58.799Z | Downloaded zerocopy-derive v0.8.27 |
| 944 | 2026-02-19T21:19:58.805Z | Downloaded tower-http v0.6.6 |
| 945 | 2026-02-19T21:19:58.813Z | Downloaded x509-cert v0.2.5 |
| 946 | 2026-02-19T21:19:58.818Z | Downloaded unicode-segmentation v1.12.0 |
| 947 | 2026-02-19T21:19:58.821Z | Downloaded lalrpop v0.19.12 |
| 948 | 2026-02-19T21:19:58.832Z | Downloaded zip v4.2.0 |
| 949 | 2026-02-19T21:19:58.836Z | Downloaded typed-path v0.9.3 |
| 950 | 2026-02-19T21:19:58.842Z | Downloaded sqlparser v0.45.0 |
| 951 | 2026-02-19T21:19:58.848Z | Downloaded object v0.30.4 |
| 952 | 2026-02-19T21:19:58.856Z | Downloaded unicode-normalization v0.1.24 |
| 953 | 2026-02-19T21:19:58.859Z | Downloaded gimli v0.31.1 |
| 954 | 2026-02-19T21:19:58.866Z | Downloaded nix v0.27.1 |
| 955 | 2026-02-19T21:19:58.876Z | Downloaded tokio-util v0.7.15 |
| 956 | 2026-02-19T21:19:58.882Z | Downloaded openssl v0.10.73 |
| 957 | 2026-02-19T21:19:58.890Z | Downloaded quinn-proto v0.11.8 |
| 958 | 2026-02-19T21:19:58.895Z | Downloaded tough v0.20.0 |
| 959 | 2026-02-19T21:19:58.903Z | Downloaded winnow v0.5.40 |
| 960 | 2026-02-19T21:19:58.911Z | Downloaded rustls-webpki v0.102.8 |
| 961 | 2026-02-19T21:19:58.928Z | Downloaded winnow v0.6.26 |
| 962 | 2026-02-19T21:19:58.936Z | Downloaded dropshot v0.16.7 |
| 963 | 2026-02-19T21:19:58.957Z | Downloaded tabled v0.18.0 |
| 964 | 2026-02-19T21:19:58.973Z | Downloaded regex-syntax v0.6.29 |
| 965 | 2026-02-19T21:19:58.978Z | Downloaded hickory-proto v0.24.4 |
| 966 | 2026-02-19T21:19:58.991Z | Downloaded polar-core v0.27.3 |
| 967 | 2026-02-19T21:19:58.998Z | Downloaded bstr v1.10.0 |
| 968 | 2026-02-19T21:19:59.007Z | Downloaded zlib-rs v0.5.1 |
| 969 | 2026-02-19T21:19:59.011Z | Downloaded tabled v0.20.0 |
| 970 | 2026-02-19T21:19:59.028Z | Downloaded rustls v0.21.12 |
| 971 | 2026-02-19T21:19:59.038Z | Downloaded smoltcp v0.11.0 |
| 972 | 2026-02-19T21:19:59.049Z | Downloaded vcpkg v0.2.15 |
| 973 | 2026-02-19T21:19:59.084Z | Downloaded webpki-roots v1.0.1 |
| 974 | 2026-02-19T21:19:59.088Z | Downloaded nix v0.30.1 |
| 975 | 2026-02-19T21:19:59.098Z | Downloaded smoltcp v0.9.1 |
| 976 | 2026-02-19T21:19:59.107Z | Downloaded rustls v0.23.19 |
| 977 | 2026-02-19T21:19:59.116Z | Downloaded nix v0.28.0 |
| 978 | 2026-02-19T21:19:59.127Z | Downloaded regress v0.10.4 |
| 979 | 2026-02-19T21:19:59.137Z | Downloaded regex-syntax v0.8.5 |
| 980 | 2026-02-19T21:19:59.146Z | Downloaded hickory-proto v0.25.2 |
| 981 | 2026-02-19T21:19:59.162Z | Downloaded openapiv3 v2.2.0 |
| 982 | 2026-02-19T21:19:59.176Z | Downloaded sled v0.34.7 |
| 983 | 2026-02-19T21:19:59.181Z | Downloaded typify-impl v0.4.3 |
| 984 | 2026-02-19T21:19:59.194Z | Downloaded typify-impl v0.2.0 |
| 985 | 2026-02-19T21:19:59.207Z | Downloaded zerocopy v0.8.27 |
| 986 | 2026-02-19T21:19:59.229Z | Downloaded rustls v0.22.4 |
| 987 | 2026-02-19T21:19:59.241Z | Downloaded radix_trie v0.2.1 |
| 988 | 2026-02-19T21:19:59.245Z | Downloaded object v0.36.5 |
| 989 | 2026-02-19T21:19:59.255Z | Downloaded zerocopy-derive v0.6.6 |
| 990 | 2026-02-19T21:19:59.264Z | Downloaded regex-automata v0.4.11 |
| 991 | 2026-02-19T21:19:59.279Z | Downloaded diesel v2.2.12 |
| 992 | 2026-02-19T21:19:59.296Z | Downloaded jiff v0.2.15 |
| 993 | 2026-02-19T21:19:59.311Z | Downloaded lzma-sys v0.1.20 |
| 994 | 2026-02-19T21:19:59.337Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 995 | 2026-02-19T21:19:59.348Z | Downloaded ratatui v0.29.0 |
| 996 | 2026-02-19T21:19:59.366Z | Downloaded nix v0.29.0 |
| 997 | 2026-02-19T21:19:59.375Z | Downloaded proptest v1.7.0 |
| 998 | 2026-02-19T21:19:59.383Z | Downloaded serde_with v3.16.1 |
| 999 | 2026-02-19T21:19:59.394Z | Downloaded rustls-webpki v0.101.7 |
| 1000 | 2026-02-19T21:19:59.406Z | Downloaded csv v1.3.1 |
| 1001 | 2026-02-19T21:19:59.424Z | Downloaded petname v2.0.2 |
| 1002 | 2026-02-19T21:19:59.429Z | Downloaded petgraph v0.6.5 |
| 1003 | 2026-02-19T21:19:59.446Z | Downloaded time v0.3.43 |
| 1004 | 2026-02-19T21:19:59.454Z | Downloaded salty v0.3.0 |
| 1005 | 2026-02-19T21:19:59.462Z | Downloaded portable-atomic v1.11.0 |
| 1006 | 2026-02-19T21:19:59.467Z | Downloaded chrono-tz v0.10.4 |
| 1007 | 2026-02-19T21:19:59.482Z | Downloaded ssh-key v0.6.6 |
| 1008 | 2026-02-19T21:19:59.488Z | Downloaded petgraph v0.8.2 |
| 1009 | 2026-02-19T21:19:59.506Z | Downloaded libz-sys v1.1.20 |
| 1010 | 2026-02-19T21:19:59.524Z | Downloaded regex v1.11.3 |
| 1011 | 2026-02-19T21:19:59.530Z | Downloaded rayon v1.10.0 |
| 1012 | 2026-02-19T21:19:59.539Z | Downloaded p384 v0.13.1 |
| 1013 | 2026-02-19T21:19:59.544Z | Downloaded whoami v1.5.2 |
| 1014 | 2026-02-19T21:19:59.547Z | Downloaded vergen-gitcl v1.0.8 |
| 1015 | 2026-02-19T21:19:59.550Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 1016 | 2026-02-19T21:19:59.550Z | Downloaded tokio-stream v0.1.17 |
| 1017 | 2026-02-19T21:19:59.554Z | Downloaded schemars v1.0.4 |
| 1018 | 2026-02-19T21:19:59.567Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1019 | 2026-02-19T21:19:59.583Z | Downloaded sha3 v0.10.8 |
| 1020 | 2026-02-19T21:19:59.587Z | Downloaded tokio v1.49.0 |
| 1021 | 2026-02-19T21:19:59.621Z | Downloaded aho-corasick v1.1.3 |
| 1022 | 2026-02-19T21:19:59.626Z | Downloaded tokio-rustls v0.26.0 |
| 1023 | 2026-02-19T21:19:59.629Z | Downloaded tokio-rustls v0.24.1 |
| 1024 | 2026-02-19T21:19:59.633Z | Downloaded subprocess v0.2.9 |
| 1025 | 2026-02-19T21:19:59.633Z | Downloaded libxml v0.3.3 |
| 1026 | 2026-02-19T21:19:59.636Z | Downloaded tiny-keccak v2.0.2 |
| 1027 | 2026-02-19T21:19:59.639Z | Downloaded rand v0.8.5 |
| 1028 | 2026-02-19T21:19:59.642Z | Downloaded encoding_rs v0.8.34 |
| 1029 | 2026-02-19T21:19:59.662Z | Downloaded qorb v0.4.1 |
| 1030 | 2026-02-19T21:19:59.666Z | Downloaded serde_cbor v0.11.2 |
| 1031 | 2026-02-19T21:19:59.669Z | Downloaded termios v0.3.3 |
| 1032 | 2026-02-19T21:19:59.672Z | Downloaded tokio-rustls v0.25.0 |
| 1033 | 2026-02-19T21:19:59.672Z | Downloaded schemars v0.9.0 |
| 1034 | 2026-02-19T21:19:59.682Z | Downloaded iri-string v0.7.8 |
| 1035 | 2026-02-19T21:19:59.687Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1036 | 2026-02-19T21:19:59.690Z | Downloaded testing_table v0.3.0 |
| 1037 | 2026-02-19T21:19:59.690Z | Downloaded aes-gcm v0.10.3 |
| 1038 | 2026-02-19T21:19:59.693Z | Downloaded slog-json v2.6.1 |
| 1039 | 2026-02-19T21:19:59.696Z | Downloaded slog-dtrace v0.3.0 |
| 1040 | 2026-02-19T21:19:59.696Z | Downloaded sct v0.7.1 |
| 1041 | 2026-02-19T21:19:59.699Z | Downloaded publicsuffix v2.3.0 |
| 1042 | 2026-02-19T21:19:59.702Z | Downloaded prettyplease v0.2.36 |
| 1043 | 2026-02-19T21:19:59.705Z | Downloaded iddqd v0.3.16 |
| 1044 | 2026-02-19T21:19:59.709Z | Downloaded ring v0.17.14 |
| 1045 | 2026-02-19T21:19:59.770Z | Downloaded string_cache v0.8.9 |
| 1046 | 2026-02-19T21:19:59.774Z | Downloaded static_assertions v1.1.0 |
| 1047 | 2026-02-19T21:19:59.774Z | Downloaded num-bigint v0.4.6 |
| 1048 | 2026-02-19T21:19:59.774Z | Downloaded strum v0.26.3 |
| 1049 | 2026-02-19T21:19:59.774Z | Downloaded sqlformat v0.3.5 |
| 1050 | 2026-02-19T21:19:59.774Z | Downloaded chrono v0.4.43 |
| 1051 | 2026-02-19T21:19:59.774Z | Downloaded progenitor-impl v0.11.2 |
| 1052 | 2026-02-19T21:19:59.774Z | Downloaded itertools v0.10.5 |
| 1053 | 2026-02-19T21:19:59.774Z | Downloaded hashbrown v0.15.4 |
| 1054 | 2026-02-19T21:19:59.774Z | Downloaded sync_wrapper v1.0.1 |
| 1055 | 2026-02-19T21:19:59.778Z | Downloaded sync-ptr v0.1.4 |
| 1056 | 2026-02-19T21:19:59.778Z | Downloaded supports-color v3.0.2 |
| 1057 | 2026-02-19T21:19:59.778Z | Downloaded subtle v2.6.1 |
| 1058 | 2026-02-19T21:19:59.778Z | Downloaded structmeta v0.3.0 |
| 1059 | 2026-02-19T21:19:59.781Z | Downloaded ssh-encoding v0.2.0 |
| 1060 | 2026-02-19T21:19:59.781Z | Downloaded slog-stdlog v4.1.1 |
| 1061 | 2026-02-19T21:19:59.781Z | Downloaded slog-scope v4.4.0 |
| 1062 | 2026-02-19T21:19:59.784Z | Downloaded scroll v0.13.0 |
| 1063 | 2026-02-19T21:19:59.784Z | Downloaded rustversion v1.0.22 |
| 1064 | 2026-02-19T21:19:59.791Z | Downloaded rcgen v0.12.1 |
| 1065 | 2026-02-19T21:19:59.794Z | Downloaded prefix-trie v0.7.0 |
| 1066 | 2026-02-19T21:19:59.794Z | Downloaded pin-project v1.1.6 |
| 1067 | 2026-02-19T21:19:59.801Z | Downloaded hashbrown v0.12.3 |
| 1068 | 2026-02-19T21:19:59.805Z | Downloaded rustls-pemfile v1.0.4 |
| 1069 | 2026-02-19T21:19:59.809Z | Downloaded pkcs5 v0.7.1 |
| 1070 | 2026-02-19T21:19:59.812Z | Downloaded parking_lot v0.12.3 |
| 1071 | 2026-02-19T21:19:59.815Z | Downloaded p256 v0.13.2 |
| 1072 | 2026-02-19T21:19:59.818Z | Downloaded oso v0.27.3 |
| 1073 | 2026-02-19T21:19:59.821Z | Downloaded serde_plain v1.0.2 |
| 1074 | 2026-02-19T21:19:59.821Z | Downloaded serde_bytes v0.11.19 |
| 1075 | 2026-02-19T21:19:59.821Z | Downloaded seq-macro v0.3.6 |
| 1076 | 2026-02-19T21:19:59.824Z | Downloaded semver v0.1.20 |
| 1077 | 2026-02-19T21:19:59.824Z | Downloaded secrecy v0.8.0 |
| 1078 | 2026-02-19T21:19:59.827Z | Downloaded rand_core v0.9.3 |
| 1079 | 2026-02-19T21:19:59.827Z | Downloaded rand_core v0.6.4 |
| 1080 | 2026-02-19T21:19:59.827Z | Downloaded scroll_derive v0.13.1 |
| 1081 | 2026-02-19T21:19:59.830Z | Downloaded scopeguard v1.2.0 |
| 1082 | 2026-02-19T21:19:59.830Z | Downloaded crossbeam-channel v0.5.15 |
| 1083 | 2026-02-19T21:19:59.833Z | Downloaded progenitor v0.10.0 |
| 1084 | 2026-02-19T21:19:59.836Z | Downloaded rustc_version v0.1.7 |
| 1085 | 2026-02-19T21:19:59.836Z | Downloaded rustc-hash v1.1.0 |
| 1086 | 2026-02-19T21:19:59.839Z | Downloaded russh-cryptovec v0.7.3 |
| 1087 | 2026-02-19T21:19:59.839Z | Downloaded primeorder v0.13.6 |
| 1088 | 2026-02-19T21:19:59.839Z | Downloaded poly1305 v0.8.0 |
| 1089 | 2026-02-19T21:19:59.842Z | Downloaded pkcs1 v0.7.5 |
| 1090 | 2026-02-19T21:19:59.844Z | Downloaded miniz_oxide v0.8.5 |
| 1091 | 2026-02-19T21:19:59.847Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 1092 | 2026-02-19T21:19:59.896Z | Downloaded bumpalo v3.16.0 |
| 1093 | 2026-02-19T21:19:59.899Z | Downloaded const_format v0.2.34 |
| 1094 | 2026-02-19T21:19:59.902Z | Downloaded base64 v0.21.7 |
| 1095 | 2026-02-19T21:19:59.905Z | Downloaded radium v0.7.0 |
| 1096 | 2026-02-19T21:19:59.908Z | Downloaded progenitor-macro v0.10.0 |
| 1097 | 2026-02-19T21:19:59.908Z | Downloaded predicates v3.1.3 |
| 1098 | 2026-02-19T21:19:59.911Z | Downloaded pem v3.0.5 |
| 1099 | 2026-02-19T21:19:59.911Z | Downloaded hickory-resolver v0.24.4 |
| 1100 | 2026-02-19T21:19:59.914Z | Downloaded nu-ansi-term v0.50.1 |
| 1101 | 2026-02-19T21:19:59.917Z | Downloaded progenitor-macro v0.8.0 |
| 1102 | 2026-02-19T21:19:59.917Z | Downloaded progenitor-client v0.10.0 |
| 1103 | 2026-02-19T21:19:59.920Z | Downloaded progenitor v0.8.0 |
| 1104 | 2026-02-19T21:19:59.920Z | Downloaded heapless v0.7.17 |
| 1105 | 2026-02-19T21:19:59.923Z | Downloaded owo-colors v4.2.3 |
| 1106 | 2026-02-19T21:19:59.926Z | Downloaded omicron-zone-package v0.12.2 |
| 1107 | 2026-02-19T21:19:59.929Z | Downloaded packed_struct v0.10.1 |
| 1108 | 2026-02-19T21:19:59.929Z | Downloaded indicatif v0.18.0 |
| 1109 | 2026-02-19T21:19:59.932Z | Downloaded peg v0.8.5 |
| 1110 | 2026-02-19T21:19:59.935Z | Downloaded predicates-tree v1.0.12 |
| 1111 | 2026-02-19T21:19:59.938Z | Downloaded path-slash v0.1.5 |
| 1112 | 2026-02-19T21:19:59.938Z | Downloaded password-hash v0.5.0 |
| 1113 | 2026-02-19T21:19:59.941Z | Downloaded parse-display-derive v0.10.0 |
| 1114 | 2026-02-19T21:19:59.941Z | Downloaded predicates-core v1.0.8 |
| 1115 | 2026-02-19T21:19:59.941Z | Downloaded phf_shared v0.12.1 |
| 1116 | 2026-02-19T21:19:59.944Z | Downloaded paste v1.0.15 |
| 1117 | 2026-02-19T21:19:59.947Z | Downloaded password-hash v0.4.2 |
| 1118 | 2026-02-19T21:19:59.947Z | Downloaded expectorate v1.2.0 |
| 1119 | 2026-02-19T21:19:59.950Z | Downloaded native-tls v0.2.12 |
| 1120 | 2026-02-19T21:19:59.953Z | Downloaded derive_more v2.0.1 |
| 1121 | 2026-02-19T21:19:59.958Z | Downloaded der v0.7.10 |
| 1122 | 2026-02-19T21:19:59.963Z | Downloaded num_threads v0.1.7 |
| 1123 | 2026-02-19T21:19:59.966Z | Downloaded num_enum v0.5.11 |
| 1124 | 2026-02-19T21:19:59.969Z | Downloaded ignore v0.4.23 |
| 1125 | 2026-02-19T21:19:59.971Z | Downloaded arc-swap v1.7.1 |
| 1126 | 2026-02-19T21:19:59.974Z | Downloaded hmac v0.12.1 |
| 1127 | 2026-02-19T21:19:59.977Z | Downloaded heapless v0.8.0 |
| 1128 | 2026-02-19T21:19:59.980Z | Downloaded compact_str v0.8.0 |
| 1129 | 2026-02-19T21:19:59.983Z | Downloaded half v2.4.1 |
| 1130 | 2026-02-19T21:19:59.986Z | Downloaded darling_core v0.20.10 |
| 1131 | 2026-02-19T21:19:59.989Z | Downloaded chacha20poly1305 v0.10.1 |
| 1132 | 2026-02-19T21:19:59.992Z | Downloaded linear-map v1.2.0 |
| 1133 | 2026-02-19T21:19:59.992Z | Downloaded indexmap v1.9.3 |
| 1134 | 2026-02-19T21:19:59.995Z | Downloaded num-complex v0.4.6 |
| 1135 | 2026-02-19T21:19:59.995Z | Downloaded libloading v0.8.5 |
| 1136 | 2026-02-19T21:19:59.998Z | Downloaded flate2 v1.1.2 |
| 1137 | 2026-02-19T21:20:00.001Z | Downloaded ed25519-dalek v2.1.1 |
| 1138 | 2026-02-19T21:20:00.005Z | Downloaded crc-any v2.5.0 |
| 1139 | 2026-02-19T21:20:00.007Z | Downloaded newtype-uuid v1.3.2 |
| 1140 | 2026-02-19T21:20:00.008Z | Downloaded nanorand v0.7.0 |
| 1141 | 2026-02-19T21:20:00.010Z | Downloaded libsw v3.5.0 |
| 1142 | 2026-02-19T21:20:00.010Z | Downloaded indoc v2.0.6 |
| 1143 | 2026-02-19T21:20:00.013Z | Downloaded darling_core v0.21.0 |
| 1144 | 2026-02-19T21:20:00.017Z | Downloaded libz-rs-sys v0.5.1 |
| 1145 | 2026-02-19T21:20:00.020Z | Downloaded openssl-macros v0.1.1 |
| 1146 | 2026-02-19T21:20:00.021Z | Downloaded opaque-debug v0.3.1 |
| 1147 | 2026-02-19T21:20:00.021Z | Downloaded cookie_store v0.21.1 |
| 1148 | 2026-02-19T21:20:00.024Z | Downloaded base64 v0.13.1 |
| 1149 | 2026-02-19T21:20:00.026Z | Downloaded backoff v0.4.0 |
| 1150 | 2026-02-19T21:20:00.026Z | Downloaded hickory-client v0.25.2 |
| 1151 | 2026-02-19T21:20:00.029Z | Downloaded mime v0.3.17 |
| 1152 | 2026-02-19T21:20:00.029Z | Downloaded iana-time-zone v0.1.63 |
| 1153 | 2026-02-19T21:20:00.032Z | Downloaded allocator-api2 v0.2.21 |
| 1154 | 2026-02-19T21:20:00.035Z | Downloaded lock_api v0.4.12 |
| 1155 | 2026-02-19T21:20:00.035Z | Downloaded hyper-rustls v0.27.7 |
| 1156 | 2026-02-19T21:20:00.038Z | Downloaded num-derive v0.4.2 |
| 1157 | 2026-02-19T21:20:00.041Z | Downloaded num-derive v0.3.3 |
| 1158 | 2026-02-19T21:20:00.041Z | Downloaded ipnet v2.11.0 |
| 1159 | 2026-02-19T21:20:00.044Z | Downloaded glob v0.3.2 |
| 1160 | 2026-02-19T21:20:00.044Z | Downloaded ciborium v0.2.2 |
| 1161 | 2026-02-19T21:20:00.047Z | Downloaded bzip2 v0.5.2 |
| 1162 | 2026-02-19T21:20:00.047Z | Downloaded ahash v0.8.12 |
| 1163 | 2026-02-19T21:20:00.050Z | Downloaded nonempty v0.12.0 |
| 1164 | 2026-02-19T21:20:00.050Z | Downloaded multimap v0.10.1 |
| 1165 | 2026-02-19T21:20:00.053Z | Downloaded md5 v0.7.0 |
| 1166 | 2026-02-19T21:20:00.053Z | Downloaded md-5 v0.10.6 |
| 1167 | 2026-02-19T21:20:00.053Z | Downloaded lzss v0.8.2 |
| 1168 | 2026-02-19T21:20:00.056Z | Downloaded getrandom v0.2.15 |
| 1169 | 2026-02-19T21:20:00.059Z | Downloaded crossbeam-utils v0.8.21 |
| 1170 | 2026-02-19T21:20:00.062Z | Downloaded console v0.16.0 |
| 1171 | 2026-02-19T21:20:00.065Z | Downloaded console v0.15.10 |
| 1172 | 2026-02-19T21:20:00.065Z | Downloaded async-bb8-diesel v0.2.1 |
| 1173 | 2026-02-19T21:20:00.068Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1174 | 2026-02-19T21:20:00.068Z | Downloaded libefi-sys v0.1.0 |
| 1175 | 2026-02-19T21:20:00.071Z | Downloaded jobserver v0.1.32 |
| 1176 | 2026-02-19T21:20:00.071Z | Downloaded ingot v0.1.1 |
| 1177 | 2026-02-19T21:20:00.074Z | Downloaded crc32fast v1.4.2 |
| 1178 | 2026-02-19T21:20:00.074Z | Downloaded libscf-sys v1.1.0 |
| 1179 | 2026-02-19T21:20:00.077Z | Downloaded http-body-util v0.1.3 |
| 1180 | 2026-02-19T21:20:00.077Z | Downloaded colored v3.0.0 |
| 1181 | 2026-02-19T21:20:00.080Z | Downloaded cargo_metadata v0.19.2 |
| 1182 | 2026-02-19T21:20:00.083Z | Downloaded match_cfg v0.1.0 |
| 1183 | 2026-02-19T21:20:00.083Z | Downloaded managed v0.8.0 |
| 1184 | 2026-02-19T21:20:00.083Z | Downloaded lockfree-object-pool v0.1.6 |
| 1185 | 2026-02-19T21:20:00.086Z | Downloaded linked-hash-map v0.5.6 |
| 1186 | 2026-02-19T21:20:00.086Z | Downloaded kstat-rs v0.2.4 |
| 1187 | 2026-02-19T21:20:00.088Z | Downloaded keccak v0.1.5 |
| 1188 | 2026-02-19T21:20:00.088Z | Downloaded internet-checksum v0.2.1 |
| 1189 | 2026-02-19T21:20:00.088Z | Downloaded derive_more v0.99.20 |
| 1190 | 2026-02-19T21:20:00.092Z | Downloaded cbc v0.1.2 |
| 1191 | 2026-02-19T21:20:00.095Z | Downloaded globset v0.4.15 |
| 1192 | 2026-02-19T21:20:00.095Z | Downloaded fatfs v0.3.6 |
| 1193 | 2026-02-19T21:20:00.098Z | Downloaded des v0.8.1 |
| 1194 | 2026-02-19T21:20:00.098Z | Downloaded cancel-safe-futures v0.1.5 |
| 1195 | 2026-02-19T21:20:00.101Z | Downloaded bit-vec v0.8.0 |
| 1196 | 2026-02-19T21:20:00.104Z | Downloaded instability v0.3.2 |
| 1197 | 2026-02-19T21:20:00.104Z | Downloaded inout v0.1.3 |
| 1198 | 2026-02-19T21:20:00.104Z | Downloaded highway v1.3.0 |
| 1199 | 2026-02-19T21:20:00.108Z | Downloaded half v1.8.3 |
| 1200 | 2026-02-19T21:20:00.111Z | Downloaded foldhash v0.2.0 |
| 1201 | 2026-02-19T21:20:00.111Z | Downloaded lazy_static v1.5.0 |
| 1202 | 2026-02-19T21:20:00.111Z | Downloaded group v0.13.0 |
| 1203 | 2026-02-19T21:20:00.113Z | Downloaded crypto-bigint v0.5.5 |
| 1204 | 2026-02-19T21:20:00.118Z | Downloaded hyper-tls v0.6.0 |
| 1205 | 2026-02-19T21:20:00.121Z | Downloaded derive-where v1.5.0 |
| 1206 | 2026-02-19T21:20:00.124Z | Downloaded httpdate v1.0.3 |
| 1207 | 2026-02-19T21:20:00.124Z | Downloaded diff v0.1.13 |
| 1208 | 2026-02-19T21:20:00.127Z | Downloaded darling v0.21.0 |
| 1209 | 2026-02-19T21:20:00.131Z | Downloaded drift v0.1.3 |
| 1210 | 2026-02-19T21:20:00.136Z | Downloaded const_format_proc_macros v0.2.34 |
| 1211 | 2026-02-19T21:20:00.139Z | Downloaded hubpack_derive v0.1.1 |
| 1212 | 2026-02-19T21:20:00.139Z | Downloaded hubpack v0.1.2 |
| 1213 | 2026-02-19T21:20:00.141Z | Downloaded http-range v0.1.5 |
| 1214 | 2026-02-19T21:20:00.141Z | Downloaded bitflags v1.3.2 |
| 1215 | 2026-02-19T21:20:00.144Z | Downloaded hostname v0.3.1 |
| 1216 | 2026-02-19T21:20:00.144Z | Downloaded home v0.5.9 |
| 1217 | 2026-02-19T21:20:00.147Z | Downloaded futures-channel v0.3.31 |
| 1218 | 2026-02-19T21:20:00.147Z | Downloaded env_logger v0.11.8 |
| 1219 | 2026-02-19T21:20:00.150Z | Downloaded env_filter v0.1.2 |
| 1220 | 2026-02-19T21:20:00.151Z | Downloaded either v1.15.0 |
| 1221 | 2026-02-19T21:20:00.154Z | Downloaded darling_macro v0.20.10 |
| 1222 | 2026-02-19T21:20:00.157Z | Downloaded daft-derive v0.1.4 |
| 1223 | 2026-02-19T21:20:00.160Z | Downloaded colored v2.2.0 |
| 1224 | 2026-02-19T21:20:00.162Z | Downloaded arrayvec v0.7.6 |
| 1225 | 2026-02-19T21:20:00.162Z | Downloaded derive_builder_macro v0.20.2 |
| 1226 | 2026-02-19T21:20:00.167Z | Downloaded derive_builder_core v0.20.2 |
| 1227 | 2026-02-19T21:20:00.167Z | Downloaded heck v0.3.3 |
| 1228 | 2026-02-19T21:20:00.167Z | Downloaded headers-core v0.3.0 |
| 1229 | 2026-02-19T21:20:00.170Z | Downloaded hash32 v0.3.1 |
| 1230 | 2026-02-19T21:20:00.170Z | Downloaded hash32 v0.2.1 |
| 1231 | 2026-02-19T21:20:00.170Z | Downloaded convert_case v0.7.1 |
| 1232 | 2026-02-19T21:20:00.170Z | Downloaded cmake v0.1.51 |
| 1233 | 2026-02-19T21:20:00.173Z | Downloaded bitfield v0.19.2 |
| 1234 | 2026-02-19T21:20:00.173Z | Downloaded base64ct v1.6.0 |
| 1235 | 2026-02-19T21:20:00.176Z | Downloaded ed25519 v2.2.3 |
| 1236 | 2026-02-19T21:20:00.176Z | Downloaded deranged v0.5.3 |
| 1237 | 2026-02-19T21:20:00.179Z | Downloaded daft v0.1.4 |
| 1238 | 2026-02-19T21:20:00.179Z | Downloaded futures-executor v0.3.31 |
| 1239 | 2026-02-19T21:20:00.182Z | Downloaded ecdsa v0.16.9 |
| 1240 | 2026-02-19T21:20:00.182Z | Downloaded der_derive v0.7.3 |
| 1241 | 2026-02-19T21:20:00.185Z | Downloaded ctr v0.9.2 |
| 1242 | 2026-02-19T21:20:00.185Z | Downloaded ghash v0.5.1 |
| 1243 | 2026-02-19T21:20:00.185Z | Downloaded gethostname v0.5.0 |
| 1244 | 2026-02-19T21:20:00.188Z | Downloaded futures-sink v0.3.31 |
| 1245 | 2026-02-19T21:20:00.188Z | Downloaded filetime v0.2.26 |
| 1246 | 2026-02-19T21:20:00.188Z | Downloaded erased-serde v0.3.31 |
| 1247 | 2026-02-19T21:20:00.191Z | Downloaded convert_case v0.4.0 |
| 1248 | 2026-02-19T21:20:00.191Z | Downloaded cobs v0.2.3 |
| 1249 | 2026-02-19T21:20:00.194Z | Downloaded atomicwrites v0.4.4 |
| 1250 | 2026-02-19T21:20:00.194Z | Downloaded constant_time_eq v0.3.1 |
| 1251 | 2026-02-19T21:20:00.194Z | Downloaded defmt-parser v0.3.4 |
| 1252 | 2026-02-19T21:20:00.197Z | Downloaded cstr-argument v0.1.2 |
| 1253 | 2026-02-19T21:20:00.197Z | Downloaded crc v3.2.1 |
| 1254 | 2026-02-19T21:20:00.200Z | Downloaded corncobs v0.1.4 |
| 1255 | 2026-02-19T21:20:00.202Z | Downloaded ciborium-ll v0.2.2 |
| 1256 | 2026-02-19T21:20:00.202Z | Downloaded dropshot-api-manager v0.3.0 |
| 1257 | 2026-02-19T21:20:00.205Z | Downloaded defmt-macros v0.3.9 |
| 1258 | 2026-02-19T21:20:00.205Z | Downloaded darling v0.20.10 |
| 1259 | 2026-02-19T21:20:00.208Z | Downloaded csv-core v0.1.11 |
| 1260 | 2026-02-19T21:20:00.211Z | Downloaded enum-as-inner v0.6.1 |
| 1261 | 2026-02-19T21:20:00.211Z | Downloaded dtrace-parser v0.3.0 |
| 1262 | 2026-02-19T21:20:00.214Z | Downloaded document-features v0.2.11 |
| 1263 | 2026-02-19T21:20:00.214Z | Downloaded display-error-chain v0.2.2 |
| 1264 | 2026-02-19T21:20:00.214Z | Downloaded clang-sys v1.8.1 |
| 1265 | 2026-02-19T21:20:00.217Z | Downloaded ciborium-io v0.2.2 |
| 1266 | 2026-02-19T21:20:00.217Z | Downloaded buf-list v1.0.3 |
| 1267 | 2026-02-19T21:20:00.220Z | Downloaded bcs v0.1.6 |
| 1268 | 2026-02-19T21:20:00.220Z | Downloaded base64 v0.22.1 |
| 1269 | 2026-02-19T21:20:00.223Z | Downloaded cargo-platform v0.1.8 |
| 1270 | 2026-02-19T21:20:00.226Z | Downloaded async-trait v0.1.89 |
| 1271 | 2026-02-19T21:20:00.229Z | Downloaded funty v2.0.0 |
| 1272 | 2026-02-19T21:20:00.229Z | Downloaded foreign-types-shared v0.1.1 |
| 1273 | 2026-02-19T21:20:00.229Z | Downloaded dirs-next v2.0.0 |
| 1274 | 2026-02-19T21:20:00.232Z | Downloaded async-recursion v1.1.1 |
| 1275 | 2026-02-19T21:20:00.235Z | Downloaded assert_matches v1.5.0 |
| 1276 | 2026-02-19T21:20:00.235Z | Downloaded embedded-io v0.4.0 |
| 1277 | 2026-02-19T21:20:00.238Z | Downloaded dyn-clone v1.0.20 |
| 1278 | 2026-02-19T21:20:00.238Z | Downloaded dunce v1.0.5 |
| 1279 | 2026-02-19T21:20:00.238Z | Downloaded dof v0.4.0 |
| 1280 | 2026-02-19T21:20:00.241Z | Downloaded diesel-dtrace v0.4.2 |
| 1281 | 2026-02-19T21:20:00.241Z | Downloaded derive-ex v0.1.8 |
| 1282 | 2026-02-19T21:20:00.244Z | Downloaded cfg_aliases v0.1.1 |
| 1283 | 2026-02-19T21:20:00.244Z | Downloaded fd-lock v4.0.2 |
| 1284 | 2026-02-19T21:20:00.247Z | Downloaded dsl_auto_type v0.1.2 |
| 1285 | 2026-02-19T21:20:00.247Z | Downloaded castaway v0.2.3 |
| 1286 | 2026-02-19T21:20:00.247Z | Downloaded crc8 v0.1.1 |
| 1287 | 2026-02-19T21:20:00.247Z | Downloaded array-init v0.0.4 |
| 1288 | 2026-02-19T21:20:00.250Z | Downloaded cfg_aliases v0.2.1 |
| 1289 | 2026-02-19T21:20:00.250Z | Downloaded cexpr v0.6.0 |
| 1290 | 2026-02-19T21:20:00.250Z | Downloaded bzip2 v0.4.4 |
| 1291 | 2026-02-19T21:20:00.253Z | Downloaded bit-set v0.8.0 |
| 1292 | 2026-02-19T21:20:00.253Z | Downloaded ena v0.14.3 |
| 1293 | 2026-02-19T21:20:00.255Z | Downloaded dropshot_endpoint v0.16.7 |
| 1294 | 2026-02-19T21:20:00.258Z | Downloaded dirs-sys-next v0.1.2 |
| 1295 | 2026-02-19T21:20:00.258Z | Downloaded difflib v0.4.0 |
| 1296 | 2026-02-19T21:20:00.261Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1297 | 2026-02-19T21:20:00.261Z | Downloaded crossterm v0.28.1 |
| 1298 | 2026-02-19T21:20:00.265Z | Downloaded ascii-canvas v3.0.0 |
| 1299 | 2026-02-19T21:20:00.268Z | Downloaded ff v0.13.0 |
| 1300 | 2026-02-19T21:20:00.268Z | Downloaded dropshot-api-manager-types v0.3.0 |
| 1301 | 2026-02-19T21:20:00.271Z | Downloaded async-stream-impl v0.3.6 |
| 1302 | 2026-02-19T21:20:00.271Z | Downloaded elliptic-curve v0.13.8 |
| 1303 | 2026-02-19T21:20:00.274Z | Downloaded crossterm v0.29.0 |
| 1304 | 2026-02-19T21:20:00.279Z | Downloaded bb8 v0.8.5 |
| 1305 | 2026-02-19T21:20:00.281Z | Downloaded arrayref v0.3.9 |
| 1306 | 2026-02-19T21:20:00.281Z | Downloaded async-stream v0.3.6 |
| 1307 | 2026-02-19T21:20:00.284Z | Downloaded argon2 v0.5.3 |
| 1308 | 2026-02-19T21:20:00.284Z | Downloaded data-encoding v2.9.0 |
| 1309 | 2026-02-19T21:20:00.284Z | Downloaded darling_macro v0.21.0 |
| 1310 | 2026-02-19T21:20:00.287Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1311 | 2026-02-19T21:20:00.287Z | Downloaded crossbeam-deque v0.8.5 |
| 1312 | 2026-02-19T21:20:00.287Z | Downloaded bitfield-macros v0.19.2 |
| 1313 | 2026-02-19T21:20:00.287Z | Downloaded bit-vec v0.6.3 |
| 1314 | 2026-02-19T21:20:00.290Z | Downloaded addr2line v0.24.2 |
| 1315 | 2026-02-19T21:20:00.500Z | Downloaded aws-lc-sys v0.26.0 |
| 1316 | 2026-02-19T21:20:00.822Z | Compiling value-bag v1.12.0 |
| 1317 | 2026-02-19T21:20:00.822Z | Compiling lock_api v0.4.12 |
| 1318 | 2026-02-19T21:20:00.825Z | Compiling scopeguard v1.2.0 |
| 1319 | 2026-02-19T21:20:00.825Z | Compiling shlex v1.3.0 |
| 1320 | 2026-02-19T21:20:00.825Z | Compiling typenum v1.17.0 |
| 1321 | 2026-02-19T21:20:00.996Z | Compiling syn v2.0.114 |
| 1322 | 2026-02-19T21:20:01.011Z | Compiling getrandom v0.2.15 |
| 1323 | 2026-02-19T21:20:01.014Z | Compiling jobserver v0.1.32 |
| 1324 | 2026-02-19T21:20:01.150Z | Compiling smallvec v1.15.1 |
| 1325 | 2026-02-19T21:20:01.362Z | Compiling rand_core v0.6.4 |
| 1326 | 2026-02-19T21:20:01.452Z | Compiling log v0.4.29 |
| 1327 | 2026-02-19T21:20:01.576Z | Compiling cc v1.2.30 |
| 1328 | 2026-02-19T21:20:01.579Z | Compiling generic-array v0.14.7 |
| 1329 | 2026-02-19T21:20:01.855Z | Compiling subtle v2.6.1 |
| 1330 | 2026-02-19T21:20:01.954Z | Compiling portable-atomic v1.11.0 |
| 1331 | 2026-02-19T21:20:01.995Z | Compiling const-oid v0.9.6 |
| 1332 | 2026-02-19T21:20:02.016Z | Compiling critical-section v1.1.3 |
| 1333 | 2026-02-19T21:20:02.204Z | Compiling pkg-config v0.3.31 |
| 1334 | 2026-02-19T21:20:02.227Z | Compiling serde_json v1.0.149 |
| 1335 | 2026-02-19T21:20:02.232Z | Compiling getrandom v0.3.4 |
| 1336 | 2026-02-19T21:20:02.617Z | Compiling spin v0.9.8 |
| 1337 | 2026-02-19T21:20:03.034Z | Compiling pin-project-lite v0.2.14 |
| 1338 | 2026-02-19T21:20:03.201Z | Compiling parking_lot_core v0.9.10 |
| 1339 | 2026-02-19T21:20:03.496Z | Compiling regex-syntax v0.8.5 |
| 1340 | 2026-02-19T21:20:03.713Z | Compiling rustix v0.38.37 |
| 1341 | 2026-02-19T21:20:04.057Z | Compiling libm v0.2.8 |
| 1342 | 2026-02-19T21:20:04.229Z | Compiling once_cell v1.21.3 |
| 1343 | 2026-02-19T21:20:04.479Z | Compiling signal-hook-registry v1.4.2 |
| 1344 | 2026-02-19T21:20:04.572Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-02-19T21:20:04.651Z | Compiling allocator-api2 v0.2.21 |
| 1346 | 2026-02-19T21:20:04.888Z | Compiling parking_lot v0.12.3 |
| 1347 | 2026-02-19T21:20:05.190Z | Compiling mio v1.0.2 |
| 1348 | 2026-02-19T21:20:05.342Z | Compiling futures-core v0.3.31 |
| 1349 | 2026-02-19T21:20:05.535Z | Compiling lazy_static v1.5.0 |
| 1350 | 2026-02-19T21:20:05.628Z | Compiling aho-corasick v1.1.3 |
| 1351 | 2026-02-19T21:20:05.692Z | Compiling percent-encoding v2.3.2 |
| 1352 | 2026-02-19T21:20:05.724Z | Compiling socket2 v0.6.1 |
| 1353 | 2026-02-19T21:20:06.060Z | Compiling slab v0.4.9 |
| 1354 | 2026-02-19T21:20:06.420Z | Compiling cpufeatures v0.2.14 |
| 1355 | 2026-02-19T21:20:06.467Z | Compiling futures-sink v0.3.31 |
| 1356 | 2026-02-19T21:20:06.537Z | Compiling either v1.15.0 |
| 1357 | 2026-02-19T21:20:06.600Z | Compiling glob v0.3.2 |
| 1358 | 2026-02-19T21:20:06.634Z | Compiling futures-channel v0.3.31 |
| 1359 | 2026-02-19T21:20:06.945Z | Compiling hashbrown v0.16.1 |
| 1360 | 2026-02-19T21:20:06.968Z | Compiling prettyplease v0.2.36 |
| 1361 | 2026-02-19T21:20:07.039Z | Compiling pin-utils v0.1.0 |
| 1362 | 2026-02-19T21:20:07.150Z | Compiling rustversion v1.0.22 |
| 1363 | 2026-02-19T21:20:07.308Z | Compiling futures-io v0.3.31 |
| 1364 | 2026-02-19T21:20:07.449Z | Compiling clang-sys v1.8.1 |
| 1365 | 2026-02-19T21:20:07.593Z | Compiling futures-task v0.3.31 |
| 1366 | 2026-02-19T21:20:07.875Z | Compiling regex-automata v0.4.11 |
| 1367 | 2026-02-19T21:20:07.994Z | Compiling minimal-lexical v0.2.1 |
| 1368 | 2026-02-19T21:20:08.134Z | Compiling indexmap v2.13.0 |
| 1369 | 2026-02-19T21:20:08.159Z | Compiling libloading v0.8.5 |
| 1370 | 2026-02-19T21:20:08.493Z | Compiling synstructure v0.13.1 |
| 1371 | 2026-02-19T21:20:08.533Z | Compiling nom v7.1.3 |
| 1372 | 2026-02-19T21:20:09.250Z | Compiling bindgen v0.69.5 |
| 1373 | 2026-02-19T21:20:09.409Z | Compiling base64ct v1.6.0 |
| 1374 | 2026-02-19T21:20:09.656Z | Compiling ident_case v1.0.1 |
| 1375 | 2026-02-19T21:20:09.857Z | Compiling home v0.5.9 |
| 1376 | 2026-02-19T21:20:10.022Z | Compiling pem-rfc7468 v0.7.0 |
| 1377 | 2026-02-19T21:20:10.091Z | Compiling itertools v0.12.1 |
| 1378 | 2026-02-19T21:20:10.260Z | Compiling form_urlencoded v1.2.2 |
| 1379 | 2026-02-19T21:20:10.607Z | Compiling lazycell v1.3.0 |
| 1380 | 2026-02-19T21:20:10.654Z | Compiling rustc-hash v1.1.0 |
| 1381 | 2026-02-19T21:20:10.796Z | Compiling flagset v0.4.6 |
| 1382 | 2026-02-19T21:20:10.822Z | Compiling rand_core v0.9.3 |
| 1383 | 2026-02-19T21:20:11.037Z | Compiling cmake v0.1.51 |
| 1384 | 2026-02-19T21:20:11.430Z | Compiling fs_extra v1.3.0 |
| 1385 | 2026-02-19T21:20:11.867Z | Compiling cexpr v0.6.0 |
| 1386 | 2026-02-19T21:20:11.943Z | Compiling paste v1.0.15 |
| 1387 | 2026-02-19T21:20:11.965Z | Compiling dunce v1.0.5 |
| 1388 | 2026-02-19T21:20:12.126Z | Compiling foldhash v0.1.5 |
| 1389 | 2026-02-19T21:20:12.445Z | Compiling iana-time-zone v0.1.63 |
| 1390 | 2026-02-19T21:20:12.555Z | Compiling hashbrown v0.15.4 |
| 1391 | 2026-02-19T21:20:12.823Z | Compiling rustc_version v0.4.1 |
| 1392 | 2026-02-19T21:20:12.972Z | Compiling uuid v1.19.0 |
| 1393 | 2026-02-19T21:20:12.995Z | Compiling vcpkg v0.2.15 |
| 1394 | 2026-02-19T21:20:13.181Z | Compiling serde_derive v1.0.228 |
| 1395 | 2026-02-19T21:20:13.410Z | Compiling zeroize_derive v1.4.2 |
| 1396 | 2026-02-19T21:20:13.483Z | Compiling zerofrom-derive v0.1.4 |
| 1397 | 2026-02-19T21:20:13.798Z | Compiling yoke-derive v0.7.4 |
| 1398 | 2026-02-19T21:20:14.468Z | Compiling zerovec-derive v0.10.3 |
| 1399 | 2026-02-19T21:20:14.669Z | Compiling displaydoc v0.2.5 |
| 1400 | 2026-02-19T21:20:14.802Z | Compiling zeroize v1.8.1 |
| 1401 | 2026-02-19T21:20:16.280Z | Compiling icu_provider_macros v1.5.0 |
| 1402 | 2026-02-19T21:20:16.644Z | Compiling crypto-common v0.1.6 |
| 1403 | 2026-02-19T21:20:16.665Z | Compiling block-buffer v0.10.4 |
| 1404 | 2026-02-19T21:20:16.877Z | Compiling zerocopy-derive v0.7.35 |
| 1405 | 2026-02-19T21:20:16.900Z | Compiling zerofrom v0.1.4 |
| 1406 | 2026-02-19T21:20:16.925Z | Compiling digest v0.10.7 |
| 1407 | 2026-02-19T21:20:16.949Z | Compiling tokio-macros v2.6.0 |
| 1408 | 2026-02-19T21:20:17.122Z | Compiling yoke v0.7.4 |
| 1409 | 2026-02-19T21:20:17.311Z | Compiling thiserror-impl v2.0.18 |
| 1410 | 2026-02-19T21:20:17.402Z | Compiling hmac v0.12.1 |
| 1411 | 2026-02-19T21:20:17.495Z | Compiling zerovec v0.10.4 |
| 1412 | 2026-02-19T21:20:17.676Z | Compiling block-padding v0.3.3 |
| 1413 | 2026-02-19T21:20:17.965Z | Compiling futures-macro v0.3.31 |
| 1414 | 2026-02-19T21:20:18.240Z | Compiling inout v0.1.3 |
| 1415 | 2026-02-19T21:20:18.534Z | Compiling regex v1.11.3 |
| 1416 | 2026-02-19T21:20:18.602Z | Compiling cipher v0.4.4 |
| 1417 | 2026-02-19T21:20:18.860Z | Compiling zerocopy v0.7.35 |
| 1418 | 2026-02-19T21:20:19.128Z | Compiling sha2 v0.10.9 |
| 1419 | 2026-02-19T21:20:19.506Z | Compiling tinystr v0.7.6 |
| 1420 | 2026-02-19T21:20:19.539Z | Compiling icu_collections v1.5.0 |
| 1421 | 2026-02-19T21:20:19.780Z | Compiling futures-util v0.3.31 |
| 1422 | 2026-02-19T21:20:19.878Z | Compiling icu_locid v1.5.0 |
| 1423 | 2026-02-19T21:20:19.933Z | Compiling der_derive v0.7.3 |
| 1424 | 2026-02-19T21:20:20.253Z | Compiling ppv-lite86 v0.2.20 |
| 1425 | 2026-02-19T21:20:20.369Z | Compiling thiserror v2.0.18 |
| 1426 | 2026-02-19T21:20:20.397Z | Compiling serde v1.0.228 |
| 1427 | 2026-02-19T21:20:20.605Z | Compiling pest v2.8.2 |
| 1428 | 2026-02-19T21:20:20.885Z | Compiling salsa20 v0.10.2 |
| 1429 | 2026-02-19T21:20:21.104Z | Compiling icu_provider v1.5.0 |
| 1430 | 2026-02-19T21:20:21.139Z | Compiling pbkdf2 v0.12.2 |
| 1431 | 2026-02-19T21:20:21.341Z | Compiling zerocopy v0.8.27 |
| 1432 | 2026-02-19T21:20:21.627Z | Compiling bitflags v2.9.4 |
| 1433 | 2026-02-19T21:20:21.958Z | Compiling bytes v1.11.1 |
| 1434 | 2026-02-19T21:20:22.085Z | Compiling icu_locid_transform v1.5.0 |
| 1435 | 2026-02-19T21:20:22.145Z | Compiling der v0.7.10 |
| 1436 | 2026-02-19T21:20:22.182Z | Compiling chrono v0.4.43 |
| 1437 | 2026-02-19T21:20:22.785Z | Compiling scrypt v0.11.0 |
| 1438 | 2026-02-19T21:20:23.287Z | Compiling tokio v1.49.0 |
| 1439 | 2026-02-19T21:20:23.371Z | Compiling icu_properties v1.5.1 |
| 1440 | 2026-02-19T21:20:23.614Z | Compiling pest_meta v2.8.2 |
| 1441 | 2026-02-19T21:20:24.372Z | Compiling spki v0.7.3 |
| 1442 | 2026-02-19T21:20:24.766Z | Compiling http v1.4.0 |
| 1443 | 2026-02-19T21:20:25.150Z | Compiling rand_chacha v0.9.0 |
| 1444 | 2026-02-19T21:20:25.203Z | Compiling cbc v0.1.2 |
| 1445 | 2026-02-19T21:20:25.504Z | Compiling aes v0.8.4 |
| 1446 | 2026-02-19T21:20:25.558Z | Compiling openssl-sys v0.9.109 |
| 1447 | 2026-02-19T21:20:26.680Z | Compiling which v4.4.2 |
| 1448 | 2026-02-19T21:20:26.700Z | Compiling zerocopy-derive v0.8.27 |
| 1449 | 2026-02-19T21:20:27.223Z | Compiling icu_normalizer v1.5.0 |
| 1450 | 2026-02-19T21:20:27.967Z | Compiling pkcs5 v0.7.1 |
| 1451 | 2026-02-19T21:20:28.040Z | Compiling rand v0.9.2 |
| 1452 | 2026-02-19T21:20:28.067Z | Compiling pest_generator v2.8.2 |
| 1453 | 2026-02-19T21:20:28.260Z | Compiling idna_adapter v1.2.0 |
| 1454 | 2026-02-19T21:20:28.497Z | Compiling idna v1.0.3 |
| 1455 | 2026-02-19T21:20:28.941Z | Compiling tracing-attributes v0.1.27 |
| 1456 | 2026-02-19T21:20:29.048Z | Compiling serde_derive_internals v0.29.1 |
| 1457 | 2026-02-19T21:20:29.806Z | Compiling url v2.5.4 |
| 1458 | 2026-02-19T21:20:29.868Z | Compiling ring v0.17.14 |
| 1459 | 2026-02-19T21:20:30.008Z | Compiling tracing-core v0.1.32 |
| 1460 | 2026-02-19T21:20:30.962Z | Compiling schemars v0.8.22 |
| 1461 | 2026-02-19T21:20:31.235Z | Compiling aws-lc-rs v1.12.4 |
| 1462 | 2026-02-19T21:20:31.322Z | Compiling rustix v1.1.3 |
| 1463 | 2026-02-19T21:20:31.355Z | Compiling adler2 v2.0.0 |
| 1464 | 2026-02-19T21:20:31.545Z | Compiling miniz_oxide v0.8.5 |
| 1465 | 2026-02-19T21:20:31.662Z | Compiling schemars_derive v0.8.22 |
| 1466 | 2026-02-19T21:20:32.156Z | Compiling tokio-util v0.7.15 |
| 1467 | 2026-02-19T21:20:32.374Z | Compiling tracing v0.1.40 |
| 1468 | 2026-02-19T21:20:32.814Z | Compiling pest_derive v2.8.2 |
| 1469 | 2026-02-19T21:20:32.894Z | Compiling pkcs8 v0.10.2 |
| 1470 | 2026-02-19T21:20:33.520Z | Compiling http-body v1.0.1 |
| 1471 | 2026-02-19T21:20:33.580Z | Compiling scroll_derive v0.13.1 |
| 1472 | 2026-02-19T21:20:33.650Z | Compiling darling_core v0.20.10 |
| 1473 | 2026-02-19T21:20:33.767Z | Compiling tinyvec_macros v0.1.1 |
| 1474 | 2026-02-19T21:20:33.876Z | Compiling rustls-pki-types v1.10.0 |
| 1475 | 2026-02-19T21:20:34.334Z | Compiling dyn-clone v1.0.20 |
| 1476 | 2026-02-19T21:20:34.432Z | Compiling httparse v1.9.5 |
| 1477 | 2026-02-19T21:20:34.552Z | Compiling base64 v0.22.1 |
| 1478 | 2026-02-19T21:20:35.140Z | Compiling tinyvec v1.8.0 |
| 1479 | 2026-02-19T21:20:35.382Z | Compiling scroll v0.13.0 |
| 1480 | 2026-02-19T21:20:35.983Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1481 | 2026-02-19T21:20:36.521Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1482 | 2026-02-19T21:20:36.625Z | Compiling openssl v0.10.73 |
| 1483 | 2026-02-19T21:20:37.010Z | Compiling untrusted v0.7.1 |
| 1484 | 2026-02-19T21:20:37.089Z | Compiling num-conv v0.1.0 |
| 1485 | 2026-02-19T21:20:37.232Z | Compiling try-lock v0.2.5 |
| 1486 | 2026-02-19T21:20:37.276Z | Compiling tower-layer v0.3.3 |
| 1487 | 2026-02-19T21:20:37.384Z | Compiling tower-service v0.3.3 |
| 1488 | 2026-02-19T21:20:37.408Z | Compiling openssl-probe v0.1.5 |
| 1489 | 2026-02-19T21:20:37.435Z | Compiling time-core v0.1.6 |
| 1490 | 2026-02-19T21:20:37.533Z | Compiling untrusted v0.9.0 |
| 1491 | 2026-02-19T21:20:37.581Z | Compiling foreign-types-shared v0.1.1 |
| 1492 | 2026-02-19T21:20:37.725Z | Compiling atomic-waker v1.1.2 |
| 1493 | 2026-02-19T21:20:37.750Z | Compiling powerfmt v0.2.0 |
| 1494 | 2026-02-19T21:20:37.750Z | Compiling tempfile v3.24.0 |
| 1495 | 2026-02-19T21:20:37.789Z | Compiling time-macros v0.2.24 |
| 1496 | 2026-02-19T21:20:37.928Z | Compiling h2 v0.4.6 |
| 1497 | 2026-02-19T21:20:37.994Z | Compiling foreign-types v0.3.2 |
| 1498 | 2026-02-19T21:20:38.110Z | Compiling deranged v0.5.3 |
| 1499 | 2026-02-19T21:20:38.159Z | Compiling want v0.3.1 |
| 1500 | 2026-02-19T21:20:39.425Z | Compiling darling_macro v0.20.10 |
| 1501 | 2026-02-19T21:20:39.988Z | Compiling goblin v0.10.2 |
| 1502 | 2026-02-19T21:20:40.351Z | Compiling darling v0.20.10 |
| 1503 | 2026-02-19T21:20:40.631Z | Compiling ipnet v2.11.0 |
| 1504 | 2026-02-19T21:20:41.060Z | Compiling openssl-macros v0.1.1 |
| 1505 | 2026-02-19T21:20:41.819Z | Compiling wait-timeout v0.2.0 |
| 1506 | 2026-02-19T21:20:41.838Z | Compiling syn v1.0.109 |
| 1507 | 2026-02-19T21:20:41.841Z | Compiling bit-vec v0.8.0 |
| 1508 | 2026-02-19T21:20:42.147Z | Compiling httpdate v1.0.3 |
| 1509 | 2026-02-19T21:20:42.304Z | Compiling quick-error v1.2.3 |
| 1510 | 2026-02-19T21:20:42.328Z | Compiling crossbeam-utils v0.8.21 |
| 1511 | 2026-02-19T21:20:42.439Z | Compiling usdt-impl v0.6.0 |
| 1512 | 2026-02-19T21:20:42.522Z | Compiling native-tls v0.2.12 |
| 1513 | 2026-02-19T21:20:42.548Z | Compiling rustls v0.23.19 |
| 1514 | 2026-02-19T21:20:42.835Z | Compiling num_threads v0.1.7 |
| 1515 | 2026-02-19T21:20:42.857Z | Compiling gimli v0.31.1 |
| 1516 | 2026-02-19T21:20:42.954Z | Compiling time v0.3.43 |
| 1517 | 2026-02-19T21:20:42.979Z | Compiling rusty-fork v0.3.0 |
| 1518 | 2026-02-19T21:20:43.075Z | Compiling bit-set v0.8.0 |
| 1519 | 2026-02-19T21:20:43.620Z | Compiling derive_builder_core v0.20.2 |
| 1520 | 2026-02-19T21:20:45.834Z | Compiling hyper v1.8.1 |
| 1521 | 2026-02-19T21:20:46.909Z | Compiling dof v0.4.0 |
| 1522 | 2026-02-19T21:20:47.370Z | Compiling addr2line v0.24.2 |
| 1523 | 2026-02-19T21:20:47.604Z | Compiling unicode-normalization v0.1.24 |
| 1524 | 2026-02-19T21:20:48.053Z | Compiling dtrace-parser v0.3.0 |
| 1525 | 2026-02-19T21:20:48.645Z | Compiling signature v2.2.0 |
| 1526 | 2026-02-19T21:20:48.967Z | Compiling heapless v0.7.17 |
| 1527 | 2026-02-19T21:20:49.091Z | Compiling thiserror-impl v1.0.69 |
| 1528 | 2026-02-19T21:20:49.382Z | Compiling scroll_derive v0.12.0 |
| 1529 | 2026-02-19T21:20:49.441Z | Compiling rand_xorshift v0.4.0 |
| 1530 | 2026-02-19T21:20:49.744Z | Compiling darling_core v0.21.0 |
| 1531 | 2026-02-19T21:20:49.928Z | Compiling slog v2.8.2 |
| 1532 | 2026-02-19T21:20:50.272Z | Compiling thread-id v5.0.0 |
| 1533 | 2026-02-19T21:20:50.401Z | Compiling cookie v0.18.1 |
| 1534 | 2026-02-19T21:20:50.675Z | Compiling object v0.36.5 |
| 1535 | 2026-02-19T21:20:50.727Z | Compiling crc32fast v1.4.2 |
| 1536 | 2026-02-19T21:20:50.751Z | Compiling signal-hook v0.3.18 |
| 1537 | 2026-02-19T21:20:50.770Z | Compiling siphasher v0.3.11 |
| 1538 | 2026-02-19T21:20:51.068Z | Compiling anyhow v1.0.99 |
| 1539 | 2026-02-19T21:20:51.091Z | Compiling unicode-properties v0.1.3 |
| 1540 | 2026-02-19T21:20:51.158Z | Compiling rustc-demangle v0.1.24 |
| 1541 | 2026-02-19T21:20:51.515Z | Compiling unarray v0.1.4 |
| 1542 | 2026-02-19T21:20:51.641Z | Compiling zstd-safe v7.2.3 |
| 1543 | 2026-02-19T21:20:51.706Z | Compiling zlib-rs v0.5.1 |
| 1544 | 2026-02-19T21:20:51.880Z | Compiling unicode-bidi v0.3.17 |
| 1545 | 2026-02-19T21:20:51.966Z | Compiling thiserror v1.0.69 |
| 1546 | 2026-02-19T21:20:52.004Z | Compiling proptest v1.7.0 |
| 1547 | 2026-02-19T21:20:52.522Z | Compiling stringprep v0.1.5 |
| 1548 | 2026-02-19T21:20:52.928Z | Compiling phf_shared v0.11.2 |
| 1549 | 2026-02-19T21:20:53.005Z | Compiling scroll v0.12.0 |
| 1550 | 2026-02-19T21:20:53.646Z | Compiling hyper-util v0.1.19 |
| 1551 | 2026-02-19T21:20:54.192Z | Compiling derive_builder_macro v0.20.2 |
| 1552 | 2026-02-19T21:20:55.805Z | Compiling darling_macro v0.21.0 |
| 1553 | 2026-02-19T21:20:56.186Z | Compiling ipnetwork v0.21.1 |
| 1554 | 2026-02-19T21:20:56.761Z | Compiling serde_tokenstream v0.2.2 |
| 1555 | 2026-02-19T21:20:57.036Z | Compiling toml_datetime v0.6.11 |
| 1556 | 2026-02-19T21:20:57.351Z | Compiling backtrace v0.3.74 |
| 1557 | 2026-02-19T21:20:57.584Z | Compiling serde_spanned v0.6.9 |
| 1558 | 2026-02-19T21:20:57.661Z | Compiling erased-serde v0.3.31 |
| 1559 | 2026-02-19T21:20:57.797Z | Compiling rand_chacha v0.3.1 |
| 1560 | 2026-02-19T21:20:57.845Z | Compiling md-5 v0.10.6 |
| 1561 | 2026-02-19T21:20:58.139Z | Compiling libz-rs-sys v0.5.1 |
| 1562 | 2026-02-19T21:20:58.453Z | Compiling curve25519-dalek v4.1.3 |
| 1563 | 2026-02-19T21:20:58.955Z | Compiling vergen-lib v0.1.6 |
| 1564 | 2026-02-19T21:20:59.024Z | Compiling num-integer v0.1.46 |
| 1565 | 2026-02-19T21:20:59.161Z | Compiling sync_wrapper v1.0.1 |
| 1566 | 2026-02-19T21:20:59.295Z | Compiling ff v0.13.0 |
| 1567 | 2026-02-19T21:20:59.346Z | Compiling hash32 v0.2.1 |
| 1568 | 2026-02-19T21:20:59.537Z | Compiling memoffset v0.9.1 |
| 1569 | 2026-02-19T21:20:59.696Z | Compiling smoltcp v0.9.1 |
| 1570 | 2026-02-19T21:20:59.760Z | Compiling cfg_aliases v0.2.1 |
| 1571 | 2026-02-19T21:20:59.775Z | Compiling ref-cast v1.0.25 |
| 1572 | 2026-02-19T21:20:59.855Z | Compiling litrs v0.4.1 |
| 1573 | 2026-02-19T21:20:59.886Z | Compiling psl-types v2.0.11 |
| 1574 | 2026-02-19T21:21:00.110Z | Compiling base16ct v0.2.0 |
| 1575 | 2026-02-19T21:21:00.166Z | Compiling num-bigint-dig v0.8.6 |
| 1576 | 2026-02-19T21:21:00.361Z | Compiling fallible-iterator v0.2.0 |
| 1577 | 2026-02-19T21:21:00.446Z | Compiling sec1 v0.7.3 |
| 1578 | 2026-02-19T21:21:00.499Z | Compiling publicsuffix v2.3.0 |
| 1579 | 2026-02-19T21:21:00.731Z | Compiling nix v0.29.0 |
| 1580 | 2026-02-19T21:21:00.908Z | Compiling document-features v0.2.11 |
| 1581 | 2026-02-19T21:21:01.043Z | Compiling postgres-protocol v0.6.8 |
| 1582 | 2026-02-19T21:21:01.082Z | Compiling group v0.13.0 |
| 1583 | 2026-02-19T21:21:01.429Z | Compiling num-iter v0.1.45 |
| 1584 | 2026-02-19T21:21:01.601Z | Compiling tower v0.5.2 |
| 1585 | 2026-02-19T21:21:01.914Z | Compiling flate2 v1.1.2 |
| 1586 | 2026-02-19T21:21:02.163Z | Compiling rand v0.8.5 |
| 1587 | 2026-02-19T21:21:02.653Z | Compiling newtype-uuid v1.3.2 |
| 1588 | 2026-02-19T21:21:02.695Z | Compiling darling v0.21.0 |
| 1589 | 2026-02-19T21:21:02.832Z | Compiling oxnet v0.1.4 |
| 1590 | 2026-02-19T21:21:02.855Z | Compiling derive_builder v0.20.2 |
| 1591 | 2026-02-19T21:21:03.063Z | Compiling tokio-native-tls v0.3.1 |
| 1592 | 2026-02-19T21:21:03.086Z | Compiling goblin v0.8.2 |
| 1593 | 2026-02-19T21:21:04.074Z | Compiling rustls-native-certs v0.8.1 |
| 1594 | 2026-02-19T21:21:04.120Z | Compiling webpki-roots v1.0.1 |
| 1595 | 2026-02-19T21:21:04.253Z | Compiling http-body-util v0.1.3 |
| 1596 | 2026-02-19T21:21:04.336Z | Compiling strum_macros v0.27.2 |
| 1597 | 2026-02-19T21:21:04.564Z | Compiling terminal_size v0.4.0 |
| 1598 | 2026-02-19T21:21:04.621Z | Compiling cargo-platform v0.1.8 |
| 1599 | 2026-02-19T21:21:04.757Z | Compiling hkdf v0.12.4 |
| 1600 | 2026-02-19T21:21:04.792Z | Compiling crypto-bigint v0.5.5 |
| 1601 | 2026-02-19T21:21:05.040Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1602 | 2026-02-19T21:21:05.108Z | Compiling async-trait v0.1.89 |
| 1603 | 2026-02-19T21:21:06.408Z | Compiling hubpack_derive v0.1.1 |
| 1604 | 2026-02-19T21:21:06.470Z | Compiling ref-cast-impl v1.0.25 |
| 1605 | 2026-02-19T21:21:07.341Z | Compiling daft-derive v0.1.4 |
| 1606 | 2026-02-19T21:21:07.635Z | Compiling vergen v9.0.6 |
| 1607 | 2026-02-19T21:21:07.658Z | Compiling ahash v0.8.12 |
| 1608 | 2026-02-19T21:21:07.977Z | Compiling fs-err v3.1.1 |
| 1609 | 2026-02-19T21:21:08.047Z | Compiling unicode-segmentation v1.12.0 |
| 1610 | 2026-02-19T21:21:08.327Z | Compiling buf-list v1.0.3 |
| 1611 | 2026-02-19T21:21:08.888Z | Compiling managed v0.8.0 |
| 1612 | 2026-02-19T21:21:08.913Z | Compiling ryu v1.0.18 |
| 1613 | 2026-02-19T21:21:08.941Z | Compiling iri-string v0.7.8 |
| 1614 | 2026-02-19T21:21:09.273Z | Compiling bumpalo v3.16.0 |
| 1615 | 2026-02-19T21:21:09.331Z | Compiling winnow v0.5.40 |
| 1616 | 2026-02-19T21:21:09.354Z | Compiling lockfree-object-pool v0.1.6 |
| 1617 | 2026-02-19T21:21:09.629Z | Compiling simd-adler32 v0.3.7 |
| 1618 | 2026-02-19T21:21:09.758Z | Compiling bitflags v1.3.2 |
| 1619 | 2026-02-19T21:21:09.884Z | Compiling clap_builder v4.5.48 |
| 1620 | 2026-02-19T21:21:10.149Z | Compiling zopfli v0.8.1 |
| 1621 | 2026-02-19T21:21:11.796Z | Compiling strum v0.27.2 |
| 1622 | 2026-02-19T21:21:12.012Z | Compiling tower-http v0.6.6 |
| 1623 | 2026-02-19T21:21:12.321Z | Compiling serde_urlencoded v0.7.1 |
| 1624 | 2026-02-19T21:21:12.723Z | Compiling toml_edit v0.19.15 |
| 1625 | 2026-02-19T21:21:12.747Z | Compiling dof v0.3.0 |
| 1626 | 2026-02-19T21:21:12.898Z | Compiling daft v0.1.4 |
| 1627 | 2026-02-19T21:21:13.057Z | Compiling elliptic-curve v0.13.8 |
| 1628 | 2026-02-19T21:21:13.254Z | Compiling hubpack v0.1.2 |
| 1629 | 2026-02-19T21:21:13.688Z | Compiling cargo_metadata v0.19.2 |
| 1630 | 2026-02-19T21:21:13.914Z | Compiling hyper-tls v0.6.0 |
| 1631 | 2026-02-19T21:21:14.330Z | Compiling cookie_store v0.21.1 |
| 1632 | 2026-02-19T21:21:14.546Z | Compiling zstd v0.13.3 |
| 1633 | 2026-02-19T21:21:15.115Z | Compiling signal-hook-mio v0.2.4 |
| 1634 | 2026-02-19T21:21:16.640Z | Compiling serde_with_macros v3.16.1 |
| 1635 | 2026-02-19T21:21:17.118Z | Compiling postgres-types v0.2.9 |
| 1636 | 2026-02-19T21:21:17.988Z | Compiling usdt-macro v0.6.0 |
| 1637 | 2026-02-19T21:21:18.447Z | Compiling usdt-attr-macro v0.6.0 |
| 1638 | 2026-02-19T21:21:18.749Z | Compiling phf v0.11.2 |
| 1639 | 2026-02-19T21:21:19.061Z | Compiling dtrace-parser v0.2.0 |
| 1640 | 2026-02-19T21:21:19.209Z | Compiling ed25519 v2.2.3 |
| 1641 | 2026-02-19T21:21:19.412Z | Compiling bzip2 v0.5.2 |
| 1642 | 2026-02-19T21:21:19.493Z | Compiling bzip2 v0.4.4 |
| 1643 | 2026-02-19T21:21:19.792Z | Compiling pkcs1 v0.7.5 |
| 1644 | 2026-02-19T21:21:19.906Z | Compiling clap_derive v4.5.47 |
| 1645 | 2026-02-19T21:21:20.002Z | Compiling enum-as-inner v0.6.1 |
| 1646 | 2026-02-19T21:21:20.756Z | Compiling strum_macros v0.26.4 |
| 1647 | 2026-02-19T21:21:20.974Z | Compiling serde-big-array v0.5.1 |
| 1648 | 2026-02-19T21:21:21.094Z | Compiling hex v0.4.3 |
| 1649 | 2026-02-19T21:21:21.233Z | Compiling rfc6979 v0.4.0 |
| 1650 | 2026-02-19T21:21:21.306Z | Compiling bstr v1.10.0 |
| 1651 | 2026-02-19T21:21:21.454Z | Compiling serde_repr v0.1.19 |
| 1652 | 2026-02-19T21:21:21.564Z | Compiling float-cmp v0.10.0 |
| 1653 | 2026-02-19T21:21:21.692Z | Compiling env_filter v0.1.2 |
| 1654 | 2026-02-19T21:21:21.865Z | Compiling socket2 v0.5.10 |
| 1655 | 2026-02-19T21:21:22.326Z | Compiling memmap2 v0.9.8 |
| 1656 | 2026-02-19T21:21:22.579Z | Compiling encoding_rs v0.8.34 |
| 1657 | 2026-02-19T21:21:22.760Z | Compiling data-encoding v2.9.0 |
| 1658 | 2026-02-19T21:21:22.784Z | Compiling keccak v0.1.5 |
| 1659 | 2026-02-19T21:21:22.787Z | Compiling fixedbitset v0.5.7 |
| 1660 | 2026-02-19T21:21:23.416Z | Compiling new_debug_unreachable v1.0.6 |
| 1661 | 2026-02-19T21:21:23.540Z | Compiling normalize-line-endings v0.3.0 |
| 1662 | 2026-02-19T21:21:23.701Z | Compiling rustc-hash v2.1.1 |
| 1663 | 2026-02-19T21:21:23.921Z | Compiling difflib v0.4.0 |
| 1664 | 2026-02-19T21:21:24.347Z | Compiling whoami v1.5.2 |
| 1665 | 2026-02-19T21:21:24.481Z | Compiling fixedbitset v0.4.2 |
| 1666 | 2026-02-19T21:21:24.906Z | Compiling precomputed-hash v0.1.1 |
| 1667 | 2026-02-19T21:21:24.930Z | Compiling static_assertions v1.1.0 |
| 1668 | 2026-02-19T21:21:25.000Z | Compiling jiff v0.2.15 |
| 1669 | 2026-02-19T21:21:25.048Z | Compiling foldhash v0.2.0 |
| 1670 | 2026-02-19T21:21:25.068Z | Compiling mime v0.3.17 |
| 1671 | 2026-02-19T21:21:25.071Z | Compiling predicates-core v1.0.8 |
| 1672 | 2026-02-19T21:21:25.222Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1673 | 2026-02-19T21:21:25.390Z | Compiling iddqd v0.3.16 |
| 1674 | 2026-02-19T21:21:25.442Z | Compiling predicates v3.1.3 |
| 1675 | 2026-02-19T21:21:25.634Z | Compiling string_cache v0.8.9 |
| 1676 | 2026-02-19T21:21:26.100Z | Compiling strum v0.26.3 |
| 1677 | 2026-02-19T21:21:26.297Z | Compiling toml_edit v0.22.27 |
| 1678 | 2026-02-19T21:21:26.300Z | Compiling petgraph v0.6.5 |
| 1679 | 2026-02-19T21:21:26.978Z | Compiling tokio-postgres v0.7.13 |
| 1680 | 2026-02-19T21:21:28.103Z | Compiling clap v4.5.48 |
| 1681 | 2026-02-19T21:21:28.248Z | Compiling hickory-proto v0.25.2 |
| 1682 | 2026-02-19T21:21:28.898Z | Compiling petgraph v0.8.2 |
| 1683 | 2026-02-19T21:21:29.797Z | Compiling sha3 v0.10.8 |
| 1684 | 2026-02-19T21:21:30.943Z | Compiling usdt v0.6.0 |
| 1685 | 2026-02-19T21:21:31.464Z | Compiling usdt-impl v0.5.0 |
| 1686 | 2026-02-19T21:21:32.001Z | Compiling similar v2.7.0 |
| 1687 | 2026-02-19T21:21:32.347Z | Compiling zip v4.2.0 |
| 1688 | 2026-02-19T21:21:32.840Z | Compiling env_logger v0.11.8 |
| 1689 | 2026-02-19T21:21:33.497Z | Compiling serde_with v3.16.1 |
| 1690 | 2026-02-19T21:21:33.536Z | Compiling ecdsa v0.16.9 |
| 1691 | 2026-02-19T21:21:33.569Z | Compiling rsa v0.9.8 |
| 1692 | 2026-02-19T21:21:34.088Z | Compiling zip v0.6.6 |
| 1693 | 2026-02-19T21:21:34.351Z | Compiling ed25519-dalek v2.1.1 |
| 1694 | 2026-02-19T21:21:35.768Z | Compiling toml v0.7.8 |
| 1695 | 2026-02-19T21:21:36.327Z | Compiling crossterm v0.28.1 |
| 1696 | 2026-02-19T21:21:37.198Z | Compiling heck v0.4.1 |
| 1697 | 2026-02-19T21:21:37.522Z | Compiling crossbeam-epoch v0.9.18 |
| 1698 | 2026-02-19T21:21:37.649Z | Compiling tokio-stream v0.1.17 |
| 1699 | 2026-02-19T21:21:37.672Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1700 | 2026-02-19T21:21:38.036Z | Compiling x509-cert v0.2.5 |
| 1701 | 2026-02-19T21:21:38.100Z | Compiling openapiv3 v2.2.0 |
| 1702 | 2026-02-19T21:21:38.206Z | Compiling sha1 v0.10.6 |
| 1703 | 2026-02-19T21:21:38.629Z | Compiling itertools v0.10.5 |
| 1704 | 2026-02-19T21:21:38.652Z | Compiling itertools v0.13.0 |
| 1705 | 2026-02-19T21:21:39.587Z | Compiling winnow v0.6.26 |
| 1706 | 2026-02-19T21:21:40.231Z | Compiling lalrpop-util v0.19.12 |
| 1707 | 2026-02-19T21:21:40.630Z | Compiling peg-runtime v0.8.5 |
| 1708 | 2026-02-19T21:21:41.201Z | Compiling thread_local v1.1.8 |
| 1709 | 2026-02-19T21:21:41.229Z | Compiling slog-async v2.8.0 |
| 1710 | 2026-02-19T21:21:41.499Z | Compiling crossbeam-channel v0.5.15 |
| 1711 | 2026-02-19T21:21:41.628Z | Compiling xattr v1.3.1 |
| 1712 | 2026-02-19T21:21:41.674Z | Compiling futures-executor v0.3.31 |
| 1713 | 2026-02-19T21:21:41.841Z | Compiling filetime v0.2.26 |
| 1714 | 2026-02-19T21:21:41.918Z | Compiling is-terminal v0.4.13 |
| 1715 | 2026-02-19T21:21:42.027Z | Compiling term v1.1.0 |
| 1716 | 2026-02-19T21:21:42.064Z | Compiling take_mut v0.2.2 |
| 1717 | 2026-02-19T21:21:42.164Z | Compiling tar v0.4.44 |
| 1718 | 2026-02-19T21:21:42.185Z | Compiling futures v0.3.31 |
| 1719 | 2026-02-19T21:21:43.184Z | Compiling slog-term v2.9.2 |
| 1720 | 2026-02-19T21:21:45.759Z | Compiling aws-lc-sys v0.26.0 |
| 1721 | 2026-02-19T21:22:16.741Z | Compiling rustls-webpki v0.102.8 |
| 1722 | 2026-02-19T21:22:21.486Z | Compiling tokio-rustls v0.26.0 |
| 1723 | 2026-02-19T21:22:21.758Z | Compiling hyper-rustls v0.27.7 |
| 1724 | 2026-02-19T21:22:22.107Z | Compiling reqwest v0.12.24 |
| 1725 | 2026-02-19T21:22:26.248Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1726 | 2026-02-19T21:22:26.566Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1727 | 2026-02-19T21:22:31.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
| 1728 | 2026-02-19T21:22:31.541Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1729 | 2026-02-19T21:22:31.601Z | Feb 19 21:22:30.777 INFO Starting download, target: Cockroach |
| 1730 | 2026-02-19T21:22:31.601Z | Feb 19 21:22:30.778 INFO Starting download, target: Clickhouse |
| 1731 | 2026-02-19T21:22:31.601Z | Feb 19 21:22:30.778 INFO Starting download, target: DendriteStub |
| 1732 | 2026-02-19T21:22:31.601Z | Feb 19 21:22:30.778 INFO Starting download, target: Console |
| 1733 | 2026-02-19T21:22:31.605Z | Feb 19 21:22:30.778 INFO Starting download, target: MaghemiteMgd |
| 1734 | 2026-02-19T21:22:31.605Z | Feb 19 21:22:30.778 INFO Starting download, target: TransceiverControl |
| 1735 | 2026-02-19T21:22:31.605Z | Feb 19 21:22:30.778 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1736 | 2026-02-19T21:22:31.605Z | Feb 19 21:22:30.778 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1737 | 2026-02-19T21:22:31.606Z | Feb 19 21:22:30.779 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1738 | 2026-02-19T21:22:31.606Z | Feb 19 21:22:30.779 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1739 | 2026-02-19T21:22:31.606Z | Feb 19 21:22:30.779 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1740 | 2026-02-19T21:22:31.606Z | Feb 19 21:22:30.779 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1741 | 2026-02-19T21:22:32.054Z | Feb 19 21:22:31.218 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1742 | 2026-02-19T21:22:32.132Z | Feb 19 21:22:31.302 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1743 | 2026-02-19T21:22:32.471Z | Feb 19 21:22:31.645 INFO Download complete, target: TransceiverControl |
| 1744 | 2026-02-19T21:22:32.592Z | Feb 19 21:22:31.766 INFO Download complete, target: Console |
| 1745 | 2026-02-19T21:22:33.202Z | Feb 19 21:22:32.380 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1746 | 2026-02-19T21:22:33.303Z | Feb 19 21:22:32.479 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1747 | 2026-02-19T21:22:33.715Z | Feb 19 21:22:32.894 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1748 | 2026-02-19T21:22:33.840Z | Feb 19 21:22:33.020 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1749 | 2026-02-19T21:22:33.840Z | Feb 19 21:22:33.020 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1750 | 2026-02-19T21:22:37.376Z | Feb 19 21:22:36.554 INFO Download complete, target: DendriteStub |
| 1751 | 2026-02-19T21:22:37.388Z | Feb 19 21:22:36.566 INFO Download complete, target: MaghemiteMgd |
| 1752 | 2026-02-19T21:22:41.728Z | Feb 19 21:22:40.903 INFO Checking that binary works, target: Cockroach |
| 1753 | 2026-02-19T21:22:41.860Z | Feb 19 21:22:41.036 INFO Download complete, target: Cockroach |
| 1754 | 2026-02-19T21:22:44.914Z | Feb 19 21:22:44.087 INFO Checking that binary works, target: Clickhouse |
| 1755 | 2026-02-19T21:22:45.064Z | Feb 19 21:22:44.237 INFO Download complete, target: Clickhouse |
| 1756 | 2026-02-19T21:22:45.070Z | All prerequisites installed successfully |
| 1757 | 2026-02-19T21:22:45.073Z | |
| 1758 | 2026-02-19T21:22:45.073Z | real 5:30.217323916 |
| 1759 | 2026-02-19T21:22:45.073Z | user 18:53.128825973 |
| 1760 | 2026-02-19T21:22:45.073Z | sys 2:34.562518683 |
| 1761 | 2026-02-19T21:22:45.073Z | trap 0.730079560 |
| 1762 | 2026-02-19T21:22:45.073Z | tflt 1.119141330 |
| 1763 | 2026-02-19T21:22:45.073Z | dflt 1.263431479 |
| 1764 | 2026-02-19T21:22:45.073Z | kflt 0.060807495 |
| 1765 | 2026-02-19T21:22:45.073Z | lock 46:02.837580748 |
| 1766 | 2026-02-19T21:22:45.074Z | slp 1:09:12.315785922 |
| 1767 | 2026-02-19T21:22:45.074Z | lat 1:22.934145542 |
| 1768 | 2026-02-19T21:22:45.074Z | stop 3:19.012558479 |
| 1769 | 2026-02-19T21:22:45.074Z | + ptime -m cargo xtask download softnpu |
| 1770 | 2026-02-19T21:22:45.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1771 | 2026-02-19T21:22:45.915Z | Running `target/debug/xtask download softnpu` |
| 1772 | 2026-02-19T21:22:47.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 1773 | 2026-02-19T21:22:47.131Z | Running `target/debug/xtask-downloader softnpu` |
| 1774 | 2026-02-19T21:22:47.174Z | Feb 19 21:22:46.347 INFO Starting download, target: Softnpu |
| 1775 | 2026-02-19T21:22:47.179Z | Feb 19 21:22:46.348 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1776 | 2026-02-19T21:22:48.027Z | Feb 19 21:22:47.197 INFO Download complete, target: Softnpu |
| 1777 | 2026-02-19T21:22:48.031Z | |
| 1778 | 2026-02-19T21:22:48.031Z | real 2.950377306 |
| 1779 | 2026-02-19T21:22:48.031Z | user 1.750137795 |
| 1780 | 2026-02-19T21:22:48.031Z | sys 0.764213906 |
| 1781 | 2026-02-19T21:22:48.031Z | trap 0.001291547 |
| 1782 | 2026-02-19T21:22:48.031Z | tflt 0.000046745 |
| 1783 | 2026-02-19T21:22:48.031Z | dflt 0.000120808 |
| 1784 | 2026-02-19T21:22:48.031Z | kflt 0.000000000 |
| 1785 | 2026-02-19T21:22:48.031Z | lock 9.250986563 |
| 1786 | 2026-02-19T21:22:48.031Z | slp 0.660978509 |
| 1787 | 2026-02-19T21:22:48.031Z | lat 0.089372175 |
| 1788 | 2026-02-19T21:22:48.031Z | stop 0.000155885 |
| 1789 | 2026-02-19T21:22:48.031Z | + export CARGO_INCREMENTAL=0 |
| 1790 | 2026-02-19T21:22:48.031Z | + CARGO_INCREMENTAL=0 |
| 1791 | 2026-02-19T21:22:48.031Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1792 | 2026-02-19T21:22:49.416Z | Compiling proc-macro2 v1.0.101 |
| 1793 | 2026-02-19T21:22:49.416Z | Compiling unicode-ident v1.0.19 |
| 1794 | 2026-02-19T21:22:49.419Z | Compiling libc v0.2.180 |
| 1795 | 2026-02-19T21:22:49.419Z | Compiling serde_core v1.0.228 |
| 1796 | 2026-02-19T21:22:49.419Z | Compiling serde v1.0.228 |
| 1797 | 2026-02-19T21:22:49.419Z | Compiling autocfg v1.4.0 |
| 1798 | 2026-02-19T21:22:49.419Z | Compiling cfg-if v1.0.4 |
| 1799 | 2026-02-19T21:22:49.694Z | Compiling version_check v0.9.5 |
| 1800 | 2026-02-19T21:22:49.778Z | Compiling memchr v2.7.4 |
| 1801 | 2026-02-19T21:22:49.850Z | Compiling shlex v1.3.0 |
| 1802 | 2026-02-19T21:22:50.272Z | Compiling value-bag v1.12.0 |
| 1803 | 2026-02-19T21:22:50.310Z | Compiling lock_api v0.4.12 |
| 1804 | 2026-02-19T21:22:50.644Z | Compiling zmij v1.0.15 |
| 1805 | 2026-02-19T21:22:50.852Z | Compiling log v0.4.29 |
| 1806 | 2026-02-19T21:22:51.046Z | Compiling portable-atomic v1.11.0 |
| 1807 | 2026-02-19T21:22:51.092Z | Compiling typenum v1.17.0 |
| 1808 | 2026-02-19T21:22:51.547Z | Compiling jobserver v0.1.32 |
| 1809 | 2026-02-19T21:22:51.573Z | Compiling quote v1.0.40 |
| 1810 | 2026-02-19T21:22:51.790Z | Compiling serde_json v1.0.149 |
| 1811 | 2026-02-19T21:22:51.950Z | Compiling cc v1.2.30 |
| 1812 | 2026-02-19T21:22:52.000Z | Compiling syn v2.0.114 |
| 1813 | 2026-02-19T21:22:52.157Z | Compiling generic-array v0.14.7 |
| 1814 | 2026-02-19T21:22:52.160Z | Compiling getrandom v0.3.4 |
| 1815 | 2026-02-19T21:22:52.228Z | Compiling libm v0.2.8 |
| 1816 | 2026-02-19T21:22:52.528Z | Compiling num-traits v0.2.19 |
| 1817 | 2026-02-19T21:22:52.702Z | Compiling scopeguard v1.2.0 |
| 1818 | 2026-02-19T21:22:52.749Z | Compiling parking_lot_core v0.9.10 |
| 1819 | 2026-02-19T21:22:52.902Z | Compiling smallvec v1.15.1 |
| 1820 | 2026-02-19T21:22:53.184Z | Compiling regex-syntax v0.8.5 |
| 1821 | 2026-02-19T21:22:53.406Z | Compiling itoa v1.0.11 |
| 1822 | 2026-02-19T21:22:54.191Z | Compiling getrandom v0.2.15 |
| 1823 | 2026-02-19T21:22:54.509Z | Compiling pkg-config v0.3.31 |
| 1824 | 2026-02-19T21:22:54.600Z | Compiling thiserror v2.0.18 |
| 1825 | 2026-02-19T21:22:54.679Z | Compiling aho-corasick v1.1.3 |
| 1826 | 2026-02-19T21:22:54.849Z | Compiling rustix v0.38.37 |
| 1827 | 2026-02-19T21:22:55.426Z | Compiling errno v0.3.12 |
| 1828 | 2026-02-19T21:22:55.446Z | Compiling stable_deref_trait v1.2.0 |
| 1829 | 2026-02-19T21:22:55.589Z | Compiling either v1.15.0 |
| 1830 | 2026-02-19T21:22:55.648Z | Compiling spin v0.9.8 |
| 1831 | 2026-02-19T21:22:55.750Z | Compiling slab v0.4.9 |
| 1832 | 2026-02-19T21:22:55.858Z | Compiling allocator-api2 v0.2.21 |
| 1833 | 2026-02-19T21:22:56.049Z | Compiling equivalent v1.0.2 |
| 1834 | 2026-02-19T21:22:56.116Z | Compiling semver v1.0.27 |
| 1835 | 2026-02-19T21:22:56.315Z | Compiling lazy_static v1.5.0 |
| 1836 | 2026-02-19T21:22:56.684Z | Compiling regex-automata v0.4.11 |
| 1837 | 2026-02-19T21:22:56.822Z | Compiling schemars v0.8.22 |
| 1838 | 2026-02-19T21:22:58.188Z | Compiling rand_core v0.6.4 |
| 1839 | 2026-02-19T21:22:58.816Z | Compiling byteorder v1.5.0 |
| 1840 | 2026-02-19T21:22:58.863Z | Compiling critical-section v1.1.3 |
| 1841 | 2026-02-19T21:22:59.020Z | Compiling once_cell v1.21.3 |
| 1842 | 2026-02-19T21:22:59.381Z | Compiling synstructure v0.13.1 |
| 1843 | 2026-02-19T21:22:59.457Z | Compiling serde_derive_internals v0.29.1 |
| 1844 | 2026-02-19T21:23:00.228Z | Compiling subtle v2.6.1 |
| 1845 | 2026-02-19T21:23:00.264Z | Compiling litemap v0.7.3 |
| 1846 | 2026-02-19T21:23:00.505Z | Compiling glob v0.3.2 |
| 1847 | 2026-02-19T21:23:00.711Z | Compiling writeable v0.5.5 |
| 1848 | 2026-02-19T21:23:01.104Z | Compiling prettyplease v0.2.36 |
| 1849 | 2026-02-19T21:23:01.228Z | Compiling clang-sys v1.8.1 |
| 1850 | 2026-02-19T21:23:01.251Z | Compiling percent-encoding v2.3.2 |
| 1851 | 2026-02-19T21:23:01.339Z | Compiling pin-project-lite v0.2.14 |
| 1852 | 2026-02-19T21:23:01.725Z | Compiling icu_locid_transform_data v1.5.0 |
| 1853 | 2026-02-19T21:23:01.748Z | Compiling fnv v1.0.7 |
| 1854 | 2026-02-19T21:23:01.782Z | Compiling minimal-lexical v0.2.1 |
| 1855 | 2026-02-19T21:23:02.029Z | Compiling libloading v0.8.5 |
| 1856 | 2026-02-19T21:23:02.051Z | Compiling icu_properties_data v1.5.0 |
| 1857 | 2026-02-19T21:23:02.259Z | Compiling regex v1.11.3 |
| 1858 | 2026-02-19T21:23:02.318Z | Compiling nom v7.1.3 |
| 1859 | 2026-02-19T21:23:02.408Z | Compiling home v0.5.9 |
| 1860 | 2026-02-19T21:23:02.682Z | Compiling bindgen v0.69.5 |
| 1861 | 2026-02-19T21:23:02.842Z | Compiling serde_derive v1.0.228 |
| 1862 | 2026-02-19T21:23:02.941Z | Compiling zeroize_derive v1.4.2 |
| 1863 | 2026-02-19T21:23:03.028Z | Compiling zerofrom-derive v0.1.4 |
| 1864 | 2026-02-19T21:23:03.101Z | Compiling yoke-derive v0.7.4 |
| 1865 | 2026-02-19T21:23:03.146Z | Compiling zerovec-derive v0.10.3 |
| 1866 | 2026-02-19T21:23:03.149Z | Compiling displaydoc v0.2.5 |
| 1867 | 2026-02-19T21:23:04.208Z | Compiling icu_provider_macros v1.5.0 |
| 1868 | 2026-02-19T21:23:04.596Z | Compiling zeroize v1.8.1 |
| 1869 | 2026-02-19T21:23:05.072Z | Compiling tokio-macros v2.6.0 |
| 1870 | 2026-02-19T21:23:05.200Z | Compiling zerocopy-derive v0.7.35 |
| 1871 | 2026-02-19T21:23:05.345Z | Compiling thiserror-impl v2.0.18 |
| 1872 | 2026-02-19T21:23:05.489Z | Compiling futures-macro v0.3.31 |
| 1873 | 2026-02-19T21:23:05.700Z | Compiling schemars_derive v0.8.22 |
| 1874 | 2026-02-19T21:23:05.745Z | Compiling zerofrom v0.1.4 |
| 1875 | 2026-02-19T21:23:06.003Z | Compiling yoke v0.7.4 |
| 1876 | 2026-02-19T21:23:06.397Z | Compiling zerovec v0.10.4 |
| 1877 | 2026-02-19T21:23:07.071Z | Compiling cexpr v0.6.0 |
| 1878 | 2026-02-19T21:23:08.458Z | Compiling tinystr v0.7.6 |
| 1879 | 2026-02-19T21:23:08.490Z | Compiling icu_collections v1.5.0 |
| 1880 | 2026-02-19T21:23:08.620Z | Compiling itertools v0.12.1 |
| 1881 | 2026-02-19T21:23:08.895Z | Compiling icu_locid v1.5.0 |
| 1882 | 2026-02-19T21:23:09.161Z | Compiling icu_normalizer_data v1.5.0 |
| 1883 | 2026-02-19T21:23:09.294Z | Compiling lazycell v1.3.0 |
| 1884 | 2026-02-19T21:23:09.490Z | Compiling utf8_iter v1.0.4 |
| 1885 | 2026-02-19T21:23:09.820Z | Compiling heck v0.5.0 |
| 1886 | 2026-02-19T21:23:10.275Z | Compiling icu_provider v1.5.0 |
| 1887 | 2026-02-19T21:23:10.557Z | Compiling bitflags v2.9.4 |
| 1888 | 2026-02-19T21:23:10.896Z | Compiling bytes v1.11.1 |
| 1889 | 2026-02-19T21:23:11.481Z | Compiling icu_locid_transform v1.5.0 |
| 1890 | 2026-02-19T21:23:12.091Z | Compiling utf16_iter v1.0.5 |
| 1891 | 2026-02-19T21:23:12.337Z | Compiling paste v1.0.15 |
| 1892 | 2026-02-19T21:23:12.360Z | Compiling rustc-hash v1.1.0 |
| 1893 | 2026-02-19T21:23:12.513Z | Compiling write16 v1.0.0 |
| 1894 | 2026-02-19T21:23:12.697Z | Compiling cmake v0.1.51 |
| 1895 | 2026-02-19T21:23:12.891Z | Compiling signal-hook-registry v1.4.2 |
| 1896 | 2026-02-19T21:23:12.945Z | Compiling icu_properties v1.5.1 |
| 1897 | 2026-02-19T21:23:13.337Z | Compiling fs_extra v1.3.0 |
| 1898 | 2026-02-19T21:23:13.446Z | Compiling dunce v1.0.5 |
| 1899 | 2026-02-19T21:23:13.626Z | Compiling parking_lot v0.12.3 |
| 1900 | 2026-02-19T21:23:14.720Z | Compiling which v4.4.2 |
| 1901 | 2026-02-19T21:23:14.877Z | Compiling crypto-common v0.1.6 |
| 1902 | 2026-02-19T21:23:15.237Z | Compiling hashbrown v0.16.1 |
| 1903 | 2026-02-19T21:23:15.331Z | Compiling mio v1.0.2 |
| 1904 | 2026-02-19T21:23:16.489Z | Compiling form_urlencoded v1.2.2 |
| 1905 | 2026-02-19T21:23:16.912Z | Compiling icu_normalizer v1.5.0 |
| 1906 | 2026-02-19T21:23:17.266Z | Compiling rustversion v1.0.22 |
| 1907 | 2026-02-19T21:23:17.369Z | Compiling const-oid v0.9.6 |
| 1908 | 2026-02-19T21:23:17.984Z | Compiling idna_adapter v1.2.0 |
| 1909 | 2026-02-19T21:23:18.233Z | Compiling idna v1.0.3 |
| 1910 | 2026-02-19T21:23:18.257Z | Compiling indexmap v2.13.0 |
| 1911 | 2026-02-19T21:23:18.582Z | Compiling socket2 v0.6.1 |
| 1912 | 2026-02-19T21:23:19.353Z | Compiling tokio v1.49.0 |
| 1913 | 2026-02-19T21:23:19.375Z | Compiling url v2.5.4 |
| 1914 | 2026-02-19T21:23:21.174Z | Compiling ring v0.17.14 |
| 1915 | 2026-02-19T21:23:21.433Z | Compiling zerocopy v0.8.27 |
| 1916 | 2026-02-19T21:23:22.082Z | Compiling block-buffer v0.10.4 |
| 1917 | 2026-02-19T21:23:22.146Z | Compiling der_derive v0.7.3 |
| 1918 | 2026-02-19T21:23:22.172Z | Compiling tracing-attributes v0.1.27 |
| 1919 | 2026-02-19T21:23:22.353Z | Compiling thiserror v1.0.69 |
| 1920 | 2026-02-19T21:23:22.909Z | Compiling aws-lc-rs v1.12.4 |
| 1921 | 2026-02-19T21:23:23.609Z | Compiling vcpkg v0.2.15 |
| 1922 | 2026-02-19T21:23:24.252Z | Compiling digest v0.10.7 |
| 1923 | 2026-02-19T21:23:24.704Z | Compiling zerocopy-derive v0.8.27 |
| 1924 | 2026-02-19T21:23:24.975Z | Compiling futures-core v0.3.31 |
| 1925 | 2026-02-19T21:23:24.998Z | Compiling openssl-sys v0.9.109 |
| 1926 | 2026-02-19T21:23:24.998Z | Compiling strsim v0.11.1 |
| 1927 | 2026-02-19T21:23:25.640Z | Compiling zerocopy v0.7.35 |
| 1928 | 2026-02-19T21:23:25.993Z | Compiling thiserror-impl v1.0.69 |
| 1929 | 2026-02-19T21:23:26.012Z | Compiling iana-time-zone v0.1.63 |
| 1930 | 2026-02-19T21:23:26.337Z | Compiling aws-lc-sys v0.26.0 |
| 1931 | 2026-02-19T21:23:26.564Z | Compiling ucd-trie v0.1.7 |
| 1932 | 2026-02-19T21:23:26.738Z | Compiling chrono v0.4.43 |
| 1933 | 2026-02-19T21:23:27.007Z | Compiling pest v2.8.2 |
| 1934 | 2026-02-19T21:23:27.332Z | Compiling serde_tokenstream v0.2.2 |
| 1935 | 2026-02-19T21:23:27.747Z | Compiling uuid v1.19.0 |
| 1936 | 2026-02-19T21:23:27.892Z | Compiling httparse v1.9.5 |
| 1937 | 2026-02-19T21:23:27.948Z | Compiling foldhash v0.1.5 |
| 1938 | 2026-02-19T21:23:28.267Z | Compiling ident_case v1.0.1 |
| 1939 | 2026-02-19T21:23:28.474Z | Compiling hashbrown v0.15.4 |
| 1940 | 2026-02-19T21:23:29.671Z | Compiling pest_meta v2.8.2 |
| 1941 | 2026-02-19T21:23:29.923Z | Compiling rustix v1.1.3 |
| 1942 | 2026-02-19T21:23:30.693Z | Compiling syn v1.0.109 |
| 1943 | 2026-02-19T21:23:31.245Z | Compiling pest_generator v2.8.2 |
| 1944 | 2026-02-19T21:23:31.910Z | Compiling num-conv v0.1.0 |
| 1945 | 2026-02-19T21:23:32.042Z | Compiling futures-sink v0.3.31 |
| 1946 | 2026-02-19T21:23:32.232Z | Compiling time-core v0.1.6 |
| 1947 | 2026-02-19T21:23:32.255Z | Compiling futures-channel v0.3.31 |
| 1948 | 2026-02-19T21:23:32.567Z | Compiling time-macros v0.2.24 |
| 1949 | 2026-02-19T21:23:33.098Z | Compiling pest_derive v2.8.2 |
| 1950 | 2026-02-19T21:23:33.251Z | Compiling rustc_version v0.4.1 |
| 1951 | 2026-02-19T21:23:33.811Z | Compiling pin-utils v0.1.0 |
| 1952 | 2026-02-19T21:23:33.927Z | Compiling openssl v0.10.73 |
| 1953 | 2026-02-19T21:23:33.950Z | Compiling dyn-clone v1.0.20 |
| 1954 | 2026-02-19T21:23:33.995Z | Compiling futures-io v0.3.31 |
| 1955 | 2026-02-19T21:23:34.110Z | Compiling cpufeatures v0.2.14 |
| 1956 | 2026-02-19T21:23:34.257Z | Compiling futures-task v0.3.31 |
| 1957 | 2026-02-19T21:23:34.501Z | Compiling hmac v0.12.1 |
| 1958 | 2026-02-19T21:23:34.585Z | Compiling futures-util v0.3.31 |
| 1959 | 2026-02-19T21:23:35.161Z | Compiling plain v0.2.3 |
| 1960 | 2026-02-19T21:23:35.346Z | Compiling block-padding v0.3.3 |
| 1961 | 2026-02-19T21:23:35.607Z | Compiling openssl-macros v0.1.1 |
| 1962 | 2026-02-19T21:23:36.377Z | Compiling native-tls v0.2.12 |
| 1963 | 2026-02-19T21:23:36.771Z | Compiling crossbeam-utils v0.8.21 |
| 1964 | 2026-02-19T21:23:36.793Z | Compiling rustls v0.23.19 |
| 1965 | 2026-02-19T21:23:37.139Z | Compiling inout v0.1.3 |
| 1966 | 2026-02-19T21:23:37.317Z | Compiling ppv-lite86 v0.2.20 |
| 1967 | 2026-02-19T21:23:38.395Z | Compiling pretty-hex v0.4.1 |
| 1968 | 2026-02-19T21:23:38.646Z | Compiling cipher v0.4.4 |
| 1969 | 2026-02-19T21:23:38.883Z | Compiling sha2 v0.10.9 |
| 1970 | 2026-02-19T21:23:39.120Z | Compiling http v1.4.0 |
| 1971 | 2026-02-19T21:23:39.661Z | Compiling scroll_derive v0.12.0 |
| 1972 | 2026-02-19T21:23:40.926Z | Compiling scroll_derive v0.13.1 |
| 1973 | 2026-02-19T21:23:40.999Z | Compiling cookie v0.18.1 |
| 1974 | 2026-02-19T21:23:41.100Z | Compiling anyhow v1.0.99 |
| 1975 | 2026-02-19T21:23:41.344Z | Compiling base64ct v1.6.0 |
| 1976 | 2026-02-19T21:23:42.056Z | Compiling pem-rfc7468 v0.7.0 |
| 1977 | 2026-02-19T21:23:42.650Z | Compiling darling_core v0.21.0 |
| 1978 | 2026-02-19T21:23:42.744Z | Compiling slog v2.8.2 |
| 1979 | 2026-02-19T21:23:43.990Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1980 | 2026-02-19T21:23:44.226Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1981 | 2026-02-19T21:23:44.547Z | Compiling flagset v0.4.6 |
| 1982 | 2026-02-19T21:23:44.778Z | Compiling der v0.7.10 |
| 1983 | 2026-02-19T21:23:47.243Z | Compiling serde_spanned v0.6.9 |
| 1984 | 2026-02-19T21:23:47.283Z | Compiling toml_datetime v0.6.11 |
| 1985 | 2026-02-19T21:23:47.501Z | Compiling rand_core v0.9.3 |
| 1986 | 2026-02-19T21:23:47.524Z | Compiling tracing-core v0.1.32 |
| 1987 | 2026-02-19T21:23:47.708Z | Compiling rustls-pki-types v1.10.0 |
| 1988 | 2026-02-19T21:23:47.898Z | Compiling spki v0.7.3 |
| 1989 | 2026-02-19T21:23:48.028Z | Compiling darling_macro v0.21.0 |
| 1990 | 2026-02-19T21:23:48.453Z | Compiling tracing v0.1.40 |
| 1991 | 2026-02-19T21:23:48.816Z | Compiling salsa20 v0.10.2 |
| 1992 | 2026-02-19T21:23:48.969Z | Compiling darling v0.21.0 |
| 1993 | 2026-02-19T21:23:49.058Z | Compiling pbkdf2 v0.12.2 |
| 1994 | 2026-02-19T21:23:49.279Z | Compiling winnow v0.5.40 |
| 1995 | 2026-02-19T21:23:49.379Z | Compiling camino v1.2.2 |
| 1996 | 2026-02-19T21:23:49.455Z | Compiling base64 v0.22.1 |
| 1997 | 2026-02-19T21:23:49.690Z | Compiling litrs v0.4.1 |
| 1998 | 2026-02-19T21:23:50.658Z | Compiling document-features v0.2.11 |
| 1999 | 2026-02-19T21:23:50.780Z | Compiling scrypt v0.11.0 |
| 2000 | 2026-02-19T21:23:51.244Z | Compiling rand_chacha v0.9.0 |
| 2001 | 2026-02-19T21:23:51.536Z | Compiling tokio-util v0.7.15 |
| 2002 | 2026-02-19T21:23:51.704Z | Compiling cbc v0.1.2 |
| 2003 | 2026-02-19T21:23:51.962Z | Compiling aes v0.8.4 |
| 2004 | 2026-02-19T21:23:52.546Z | Compiling toml_edit v0.19.15 |
| 2005 | 2026-02-19T21:23:55.219Z | Compiling usdt-impl v0.5.0 |
| 2006 | 2026-02-19T21:23:55.392Z | Compiling ref-cast v1.0.25 |
| 2007 | 2026-02-19T21:23:55.618Z | Compiling untrusted v0.9.0 |
| 2008 | 2026-02-19T21:23:55.820Z | Compiling usdt-impl v0.6.0 |
| 2009 | 2026-02-19T21:23:55.901Z | Compiling untrusted v0.7.1 |
| 2010 | 2026-02-19T21:23:56.071Z | Compiling powerfmt v0.2.0 |
| 2011 | 2026-02-19T21:23:56.292Z | Compiling pkcs5 v0.7.1 |
| 2012 | 2026-02-19T21:23:56.580Z | Compiling deranged v0.5.3 |
| 2013 | 2026-02-19T21:23:57.234Z | Compiling rand v0.9.2 |
| 2014 | 2026-02-19T21:23:59.619Z | Compiling http-body v1.0.1 |
| 2015 | 2026-02-19T21:23:59.918Z | Compiling scroll v0.13.0 |
| 2016 | 2026-02-19T21:24:00.382Z | Compiling scroll v0.12.0 |
| 2017 | 2026-02-19T21:24:00.433Z | Compiling heapless v0.7.17 |
| 2018 | 2026-02-19T21:24:00.981Z | Compiling num_threads v0.1.7 |
| 2019 | 2026-02-19T21:24:01.101Z | Compiling zstd-safe v7.2.3 |
| 2020 | 2026-02-19T21:24:01.393Z | Compiling atomic-waker v1.1.2 |
| 2021 | 2026-02-19T21:24:01.471Z | Compiling adler2 v2.0.0 |
| 2022 | 2026-02-19T21:24:01.812Z | Compiling cfg_aliases v0.2.1 |
| 2023 | 2026-02-19T21:24:01.914Z | Compiling signal-hook v0.3.18 |
| 2024 | 2026-02-19T21:24:01.936Z | Compiling miniz_oxide v0.8.5 |
| 2025 | 2026-02-19T21:24:02.045Z | Compiling time v0.3.43 |
| 2026 | 2026-02-19T21:24:03.658Z | Compiling goblin v0.8.2 |
| 2027 | 2026-02-19T21:24:05.075Z | Compiling goblin v0.10.2 |
| 2028 | 2026-02-19T21:24:06.112Z | Compiling pkcs8 v0.10.2 |
| 2029 | 2026-02-19T21:24:06.991Z | Compiling ipnetwork v0.21.1 |
| 2030 | 2026-02-19T21:24:08.060Z | Compiling darling_core v0.20.10 |
| 2031 | 2026-02-19T21:24:10.708Z | Compiling ref-cast-impl v1.0.25 |
| 2032 | 2026-02-19T21:24:11.700Z | Compiling memoffset v0.9.1 |
| 2033 | 2026-02-19T21:24:11.725Z | Compiling try-lock v0.2.5 |
| 2034 | 2026-02-19T21:24:11.917Z | Compiling tinyvec_macros v0.1.1 |
| 2035 | 2026-02-19T21:24:12.034Z | Compiling tower-service v0.3.3 |
| 2036 | 2026-02-19T21:24:12.063Z | Compiling tower-layer v0.3.3 |
| 2037 | 2026-02-19T21:24:13.004Z | Compiling darling_macro v0.20.10 |
| 2038 | 2026-02-19T21:24:13.570Z | Compiling tinyvec v1.8.0 |
| 2039 | 2026-02-19T21:24:13.887Z | Compiling dof v0.4.0 |
| 2040 | 2026-02-19T21:24:14.804Z | Compiling want v0.3.1 |
| 2041 | 2026-02-19T21:24:14.961Z | Compiling dof v0.3.0 |
| 2042 | 2026-02-19T21:24:15.132Z | Compiling h2 v0.4.6 |
| 2043 | 2026-02-19T21:24:16.459Z | Compiling dtrace-parser v0.2.0 |
| 2044 | 2026-02-19T21:24:17.453Z | Compiling dtrace-parser v0.3.0 |
| 2045 | 2026-02-19T21:24:17.845Z | Compiling curve25519-dalek v4.1.3 |
| 2046 | 2026-02-19T21:24:18.347Z | Compiling ipnet v2.11.0 |
| 2047 | 2026-02-19T21:24:18.373Z | Compiling daft-derive v0.1.4 |
| 2048 | 2026-02-19T21:24:18.940Z | Compiling async-trait v0.1.89 |
| 2049 | 2026-02-19T21:24:19.568Z | Compiling thread-id v4.2.2 |
| 2050 | 2026-02-19T21:24:19.711Z | Compiling thread-id v5.0.0 |
| 2051 | 2026-02-19T21:24:19.823Z | Compiling ryu v1.0.18 |
| 2052 | 2026-02-19T21:24:20.062Z | Compiling openssl-probe v0.1.5 |
| 2053 | 2026-02-19T21:24:20.361Z | Compiling fastrand v2.1.1 |
| 2054 | 2026-02-19T21:24:20.634Z | Compiling httpdate v1.0.3 |
| 2055 | 2026-02-19T21:24:20.840Z | Compiling foreign-types-shared v0.1.1 |
| 2056 | 2026-02-19T21:24:21.264Z | Compiling num-bigint-dig v0.8.6 |
| 2057 | 2026-02-19T21:24:21.366Z | Compiling smoltcp v0.9.1 |
| 2058 | 2026-02-19T21:24:21.632Z | Compiling foreign-types v0.3.2 |
| 2059 | 2026-02-19T21:24:21.749Z | Compiling tempfile v3.24.0 |
| 2060 | 2026-02-19T21:24:23.628Z | Compiling hyper v1.8.1 |
| 2061 | 2026-02-19T21:24:28.712Z | Compiling darling v0.20.10 |
| 2062 | 2026-02-19T21:24:31.023Z | Compiling strum_macros v0.26.4 |
| 2063 | 2026-02-19T21:24:33.038Z | Compiling wait-timeout v0.2.0 |
| 2064 | 2026-02-19T21:24:33.459Z | Compiling gimli v0.31.1 |
| 2065 | 2026-02-19T21:24:34.291Z | Compiling anstyle v1.0.11 |
| 2066 | 2026-02-19T21:24:34.582Z | Compiling bit-vec v0.8.0 |
| 2067 | 2026-02-19T21:24:34.841Z | Compiling utf8parse v0.2.2 |
| 2068 | 2026-02-19T21:24:35.429Z | Compiling quick-error v1.2.3 |
| 2069 | 2026-02-19T21:24:35.639Z | Compiling rusty-fork v0.3.0 |
| 2070 | 2026-02-19T21:24:37.885Z | Compiling addr2line v0.24.2 |
| 2071 | 2026-02-19T21:24:38.537Z | Compiling anstyle-parse v0.2.5 |
| 2072 | 2026-02-19T21:24:38.683Z | Compiling bit-set v0.8.0 |
| 2073 | 2026-02-19T21:24:41.323Z | Compiling derive_builder_core v0.20.2 |
| 2074 | 2026-02-19T21:24:42.637Z | Compiling hyper-util v0.1.19 |
| 2075 | 2026-02-19T21:24:43.257Z | Compiling unicode-normalization v0.1.24 |
| 2076 | 2026-02-19T21:24:43.580Z | Compiling nix v0.29.0 |
| 2077 | 2026-02-19T21:24:44.659Z | Compiling rand_xorshift v0.4.0 |
| 2078 | 2026-02-19T21:24:44.900Z | Compiling hubpack_derive v0.1.1 |
| 2079 | 2026-02-19T21:24:45.777Z | Compiling signature v2.2.0 |
| 2080 | 2026-02-19T21:24:46.022Z | Compiling openapiv3 v2.2.0 |
| 2081 | 2026-02-19T21:24:46.902Z | Compiling erased-serde v0.3.31 |
| 2082 | 2026-02-19T21:24:47.936Z | Compiling strum_macros v0.27.2 |
| 2083 | 2026-02-19T21:24:48.558Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2084 | 2026-02-19T21:24:49.755Z | Compiling object v0.36.5 |
| 2085 | 2026-02-19T21:24:52.419Z | Compiling fs-err v3.1.1 |
| 2086 | 2026-02-19T21:24:52.778Z | Compiling ahash v0.8.12 |
| 2087 | 2026-02-19T21:24:53.180Z | Compiling crc32fast v1.4.2 |
| 2088 | 2026-02-19T21:24:53.537Z | Compiling unicode-segmentation v1.12.0 |
| 2089 | 2026-02-19T21:24:54.586Z | Compiling unicode-properties v0.1.3 |
| 2090 | 2026-02-19T21:24:55.029Z | Compiling zlib-rs v0.5.1 |
| 2091 | 2026-02-19T21:24:55.916Z | Compiling unarray v0.1.4 |
| 2092 | 2026-02-19T21:24:56.106Z | Compiling rustc-demangle v0.1.24 |
| 2093 | 2026-02-19T21:24:56.908Z | Compiling unicode-bidi v0.3.17 |
| 2094 | 2026-02-19T21:24:57.139Z | Compiling is_terminal_polyfill v1.70.1 |
| 2095 | 2026-02-19T21:24:57.290Z | Compiling anstyle-query v1.1.1 |
| 2096 | 2026-02-19T21:24:57.458Z | Compiling siphasher v0.3.11 |
| 2097 | 2026-02-19T21:24:57.835Z | Compiling buf-list v1.0.3 |
| 2098 | 2026-02-19T21:24:57.981Z | Compiling colorchoice v1.0.2 |
| 2099 | 2026-02-19T21:24:58.170Z | Compiling anstream v0.6.18 |
| 2100 | 2026-02-19T21:24:58.243Z | Compiling phf_shared v0.11.2 |
| 2101 | 2026-02-19T21:24:58.389Z | Compiling stringprep v0.1.5 |
| 2102 | 2026-02-19T21:24:58.612Z | Compiling backtrace v0.3.74 |
| 2103 | 2026-02-19T21:24:59.161Z | Compiling proptest v1.7.0 |
| 2104 | 2026-02-19T21:24:59.244Z | Compiling libz-rs-sys v0.5.1 |
| 2105 | 2026-02-19T21:25:05.203Z | Compiling derive_builder_macro v0.20.2 |
| 2106 | 2026-02-19T21:25:06.713Z | Compiling usdt-macro v0.6.0 |
| 2107 | 2026-02-19T21:25:07.756Z | Compiling rustls-webpki v0.102.8 |
| 2108 | 2026-02-19T21:25:07.848Z | Compiling usdt-attr-macro v0.6.0 |
| 2109 | 2026-02-19T21:25:08.145Z | Compiling oxnet v0.1.4 |
| 2110 | 2026-02-19T21:25:08.580Z | Compiling http-body-util v0.1.3 |
| 2111 | 2026-02-19T21:25:09.552Z | Compiling rand_chacha v0.3.1 |
| 2112 | 2026-02-19T21:25:09.763Z | Compiling sync_wrapper v1.0.1 |
| 2113 | 2026-02-19T21:25:10.082Z | Compiling md-5 v0.10.6 |
| 2114 | 2026-02-19T21:25:10.146Z | Compiling vergen-lib v0.1.6 |
| 2115 | 2026-02-19T21:25:10.349Z | Compiling num-integer v0.1.46 |
| 2116 | 2026-02-19T21:25:10.372Z | Compiling ff v0.13.0 |
| 2117 | 2026-02-19T21:25:10.461Z | Compiling hash32 v0.2.1 |
| 2118 | 2026-02-19T21:25:10.507Z | Compiling encoding_rs v0.8.34 |
| 2119 | 2026-02-19T21:25:10.627Z | Compiling psl-types v2.0.11 |
| 2120 | 2026-02-19T21:25:10.880Z | Compiling fallible-iterator v0.2.0 |
| 2121 | 2026-02-19T21:25:11.066Z | Compiling mime v0.3.17 |
| 2122 | 2026-02-19T21:25:11.550Z | Compiling base16ct v0.2.0 |
| 2123 | 2026-02-19T21:25:11.641Z | Compiling postgres-protocol v0.6.8 |
| 2124 | 2026-02-19T21:25:11.741Z | Compiling serde_urlencoded v0.7.1 |
| 2125 | 2026-02-19T21:25:11.865Z | Compiling sec1 v0.7.3 |
| 2126 | 2026-02-19T21:25:12.072Z | Compiling publicsuffix v2.3.0 |
| 2127 | 2026-02-19T21:25:12.390Z | Compiling num-iter v0.1.45 |
| 2128 | 2026-02-19T21:25:12.603Z | Compiling group v0.13.0 |
| 2129 | 2026-02-19T21:25:12.727Z | Compiling tower v0.5.2 |
| 2130 | 2026-02-19T21:25:12.940Z | Compiling rand v0.8.5 |
| 2131 | 2026-02-19T21:25:15.523Z | Compiling derive_builder v0.20.2 |
| 2132 | 2026-02-19T21:25:15.723Z | Compiling tokio-rustls v0.26.0 |
| 2133 | 2026-02-19T21:25:16.093Z | Compiling tokio-native-tls v0.3.1 |
| 2134 | 2026-02-19T21:25:16.205Z | Compiling newtype-uuid v1.3.2 |
| 2135 | 2026-02-19T21:25:16.755Z | Compiling flate2 v1.1.2 |
| 2136 | 2026-02-19T21:25:16.844Z | Compiling heck v0.4.1 |
| 2137 | 2026-02-19T21:25:17.333Z | Compiling rustls-native-certs v0.8.1 |
| 2138 | 2026-02-19T21:25:17.800Z | Compiling webpki-roots v1.0.1 |
| 2139 | 2026-02-19T21:25:18.098Z | Compiling serde_with_macros v3.16.1 |
| 2140 | 2026-02-19T21:25:18.396Z | Compiling hkdf v0.12.4 |
| 2141 | 2026-02-19T21:25:18.523Z | Compiling vergen v9.0.6 |
| 2142 | 2026-02-19T21:25:18.668Z | Compiling terminal_size v0.4.0 |
| 2143 | 2026-02-19T21:25:18.964Z | Compiling cargo-platform v0.1.8 |
| 2144 | 2026-02-19T21:25:19.075Z | Compiling enum-as-inner v0.6.1 |
| 2145 | 2026-02-19T21:25:19.468Z | Compiling clap_derive v4.5.47 |
| 2146 | 2026-02-19T21:25:19.719Z | Compiling crypto-bigint v0.5.5 |
| 2147 | 2026-02-19T21:25:20.071Z | Compiling serde_repr v0.1.19 |
| 2148 | 2026-02-19T21:25:20.376Z | Compiling simd-adler32 v0.3.7 |
| 2149 | 2026-02-19T21:25:20.863Z | Compiling managed v0.8.0 |
| 2150 | 2026-02-19T21:25:21.135Z | Compiling iri-string v0.7.8 |
| 2151 | 2026-02-19T21:25:21.290Z | Compiling bumpalo v3.16.0 |
| 2152 | 2026-02-19T21:25:21.362Z | Compiling lockfree-object-pool v0.1.6 |
| 2153 | 2026-02-19T21:25:21.647Z | Compiling clap_lex v0.7.4 |
| 2154 | 2026-02-19T21:25:21.957Z | Compiling bitflags v1.3.2 |
| 2155 | 2026-02-19T21:25:22.240Z | Compiling winnow v0.7.14 |
| 2156 | 2026-02-19T21:25:23.314Z | Compiling elliptic-curve v0.13.8 |
| 2157 | 2026-02-19T21:25:23.445Z | Compiling clap_builder v4.5.48 |
| 2158 | 2026-02-19T21:25:24.058Z | Compiling zopfli v0.8.1 |
| 2159 | 2026-02-19T21:25:24.760Z | Compiling tower-http v0.6.6 |
| 2160 | 2026-02-19T21:25:26.760Z | Compiling cargo_metadata v0.19.2 |
| 2161 | 2026-02-19T21:25:27.054Z | Compiling hyper-tls v0.6.0 |
| 2162 | 2026-02-19T21:25:27.546Z | Compiling hyper-rustls v0.27.7 |
| 2163 | 2026-02-19T21:25:28.133Z | Compiling daft v0.1.4 |
| 2164 | 2026-02-19T21:25:28.654Z | Compiling zstd v0.13.3 |
| 2165 | 2026-02-19T21:25:29.204Z | Compiling signal-hook-mio v0.2.4 |
| 2166 | 2026-02-19T21:25:29.354Z | Compiling cookie_store v0.21.1 |
| 2167 | 2026-02-19T21:25:29.590Z | Compiling postgres-types v0.2.9 |
| 2168 | 2026-02-19T21:25:29.819Z | Compiling phf v0.11.2 |
| 2169 | 2026-02-19T21:25:30.160Z | Compiling strum v0.27.2 |
| 2170 | 2026-02-19T21:25:30.299Z | Compiling ed25519 v2.2.3 |
| 2171 | 2026-02-19T21:25:30.370Z | Compiling hubpack v0.1.2 |
| 2172 | 2026-02-19T21:25:30.742Z | Compiling bzip2 v0.5.2 |
| 2173 | 2026-02-19T21:25:30.766Z | Compiling bzip2 v0.4.4 |
| 2174 | 2026-02-19T21:25:30.787Z | Compiling crossbeam-epoch v0.9.18 |
| 2175 | 2026-02-19T21:25:30.831Z | Compiling pkcs1 v0.7.5 |
| 2176 | 2026-02-19T21:25:31.405Z | Compiling rfc6979 v0.4.0 |
| 2177 | 2026-02-19T21:25:31.631Z | Compiling regress v0.10.4 |
| 2178 | 2026-02-19T21:25:31.657Z | Compiling float-cmp v0.10.0 |
| 2179 | 2026-02-19T21:25:31.808Z | Compiling hex v0.4.3 |
| 2180 | 2026-02-19T21:25:31.906Z | Compiling serde-big-array v0.5.1 |
| 2181 | 2026-02-19T21:25:32.179Z | Compiling bstr v1.10.0 |
| 2182 | 2026-02-19T21:25:32.386Z | Compiling socket2 v0.5.10 |
| 2183 | 2026-02-19T21:25:32.778Z | Compiling memmap2 v0.9.8 |
| 2184 | 2026-02-19T21:25:33.190Z | Compiling env_filter v0.1.2 |
| 2185 | 2026-02-19T21:25:33.558Z | Compiling whoami v1.5.2 |
| 2186 | 2026-02-19T21:25:33.762Z | Compiling fixedbitset v0.5.7 |
| 2187 | 2026-02-19T21:25:33.873Z | Compiling fixedbitset v0.4.2 |
| 2188 | 2026-02-19T21:25:34.106Z | Compiling keccak v0.1.5 |
| 2189 | 2026-02-19T21:25:34.358Z | Compiling precomputed-hash v0.1.1 |
| 2190 | 2026-02-19T21:25:34.545Z | Compiling rustc-hash v2.1.1 |
| 2191 | 2026-02-19T21:25:34.762Z | Compiling difflib v0.4.0 |
| 2192 | 2026-02-19T21:25:34.960Z | Compiling toml_write v0.1.2 |
| 2193 | 2026-02-19T21:25:35.347Z | Compiling new_debug_unreachable v1.0.6 |
| 2194 | 2026-02-19T21:25:35.470Z | Compiling foldhash v0.2.0 |
| 2195 | 2026-02-19T21:25:35.866Z | Compiling static_assertions v1.1.0 |
| 2196 | 2026-02-19T21:25:35.998Z | Compiling predicates-core v1.0.8 |
| 2197 | 2026-02-19T21:25:36.172Z | Compiling jiff v0.2.15 |
| 2198 | 2026-02-19T21:25:36.311Z | Compiling data-encoding v2.9.0 |
| 2199 | 2026-02-19T21:25:36.429Z | Compiling normalize-line-endings v0.3.0 |
| 2200 | 2026-02-19T21:25:36.591Z | Compiling predicates v3.1.3 |
| 2201 | 2026-02-19T21:25:36.627Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2202 | 2026-02-19T21:25:37.420Z | Compiling hickory-proto v0.25.2 |
| 2203 | 2026-02-19T21:25:37.640Z | Compiling iddqd v0.3.16 |
| 2204 | 2026-02-19T21:25:37.898Z | Compiling reqwest v0.12.24 |
| 2205 | 2026-02-19T21:25:38.694Z | Compiling string_cache v0.8.9 |
| 2206 | 2026-02-19T21:25:39.084Z | Compiling typify-impl v0.4.3 |
| 2207 | 2026-02-19T21:25:39.437Z | Compiling toml_edit v0.22.27 |
| 2208 | 2026-02-19T21:25:40.151Z | Compiling sha3 v0.10.8 |
| 2209 | 2026-02-19T21:25:40.736Z | Compiling petgraph v0.6.5 |
| 2210 | 2026-02-19T21:25:45.514Z | Compiling zip v4.2.0 |
| 2211 | 2026-02-19T21:25:45.807Z | Compiling petgraph v0.8.2 |
| 2212 | 2026-02-19T21:25:45.879Z | Compiling tokio-postgres v0.7.13 |
| 2213 | 2026-02-19T21:25:47.559Z | Compiling env_logger v0.11.8 |
| 2214 | 2026-02-19T21:25:48.189Z | Compiling similar v2.7.0 |
| 2215 | 2026-02-19T21:25:48.230Z | Compiling usdt v0.6.0 |
| 2216 | 2026-02-19T21:25:48.696Z | Compiling serde_with v3.16.1 |
| 2217 | 2026-02-19T21:25:50.286Z | Compiling ecdsa v0.16.9 |
| 2218 | 2026-02-19T21:25:50.927Z | Compiling rsa v0.9.8 |
| 2219 | 2026-02-19T21:25:51.014Z | Compiling zip v0.6.6 |
| 2220 | 2026-02-19T21:25:52.142Z | Compiling ed25519-dalek v2.1.1 |
| 2221 | 2026-02-19T21:25:53.103Z | Compiling crossterm v0.28.1 |
| 2222 | 2026-02-19T21:25:53.562Z | Compiling clap v4.5.48 |
| 2223 | 2026-02-19T21:25:53.852Z | Compiling strum v0.26.3 |
| 2224 | 2026-02-19T21:25:53.936Z | Compiling tokio-stream v0.1.17 |
| 2225 | 2026-02-19T21:25:54.151Z | Compiling toml v0.7.8 |
| 2226 | 2026-02-19T21:25:54.949Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2227 | 2026-02-19T21:25:55.407Z | Compiling x509-cert v0.2.5 |
| 2228 | 2026-02-19T21:25:56.972Z | Compiling sha1 v0.10.6 |
| 2229 | 2026-02-19T21:25:57.402Z | Compiling itertools v0.10.5 |
| 2230 | 2026-02-19T21:25:59.415Z | Compiling itertools v0.13.0 |
| 2231 | 2026-02-19T21:25:59.985Z | Compiling winnow v0.6.26 |
| 2232 | 2026-02-19T21:26:02.481Z | Compiling peg-runtime v0.8.5 |
| 2233 | 2026-02-19T21:26:03.541Z | Compiling lalrpop-util v0.19.12 |
| 2234 | 2026-02-19T21:26:03.909Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2235 | 2026-02-19T21:26:09.362Z | Compiling typify-macro v0.4.3 |
| 2236 | 2026-02-19T21:26:15.516Z | Compiling rayon-core v1.12.1 |
| 2237 | 2026-02-19T21:26:21.416Z | Compiling proc-macro-crate v1.3.1 |
| 2238 | 2026-02-19T21:26:22.598Z | Compiling macaddr v1.0.1 |
| 2239 | 2026-02-19T21:26:23.188Z | Compiling structmeta-derive v0.3.0 |
| 2240 | 2026-02-19T21:26:25.711Z | Compiling itertools v0.14.0 |
| 2241 | 2026-02-19T21:26:26.738Z | Compiling heapless v0.8.0 |
| 2242 | 2026-02-19T21:26:28.713Z | Compiling ingot-macros v0.1.1 |
| 2243 | 2026-02-19T21:26:31.110Z | Compiling structmeta v0.3.0 |
| 2244 | 2026-02-19T21:26:31.697Z | Compiling num_enum_derive v0.5.11 |
| 2245 | 2026-02-19T21:26:33.122Z | Compiling crossbeam-deque v0.8.5 |
| 2246 | 2026-02-19T21:26:34.216Z | Compiling hash32 v0.3.1 |
| 2247 | 2026-02-19T21:26:35.780Z | Compiling smoltcp v0.11.0 |
| 2248 | 2026-02-19T21:26:37.571Z | Compiling unicode-width v0.1.14 |
| 2249 | 2026-02-19T21:26:38.211Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2250 | 2026-02-19T21:26:38.887Z | Compiling tabwriter v1.4.0 |
| 2251 | 2026-02-19T21:26:40.085Z | Compiling ingot-types v0.1.2 |
| 2252 | 2026-02-19T21:26:45.305Z | Compiling num_enum v0.5.11 |
| 2253 | 2026-02-19T21:26:48.881Z | Compiling typify v0.4.3 |
| 2254 | 2026-02-19T21:26:52.976Z | Compiling proc-macro-error-attr v1.0.4 |
| 2255 | 2026-02-19T21:26:53.021Z | Compiling cobs v0.2.3 |
| 2256 | 2026-02-19T21:26:53.337Z | Compiling rustls v0.22.4 |
| 2257 | 2026-02-19T21:26:54.584Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2258 | 2026-02-19T21:26:55.123Z | Compiling unsafe-libyaml v0.2.11 |
| 2259 | 2026-02-19T21:26:56.760Z | Compiling serde_yaml v0.9.34+deprecated |
| 2260 | 2026-02-19T21:27:08.958Z | Compiling postcard v1.0.10 |
| 2261 | 2026-02-19T21:27:13.188Z | Compiling progenitor-impl v0.11.2 |
| 2262 | 2026-02-19T21:27:17.838Z | Compiling ingot v0.1.1 |
| 2263 | 2026-02-19T21:27:23.299Z | Compiling futures-executor v0.3.31 |
| 2264 | 2026-02-19T21:27:23.667Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2265 | 2026-02-19T21:27:24.028Z | Compiling foreign-types-macros v0.2.3 |
| 2266 | 2026-02-19T21:27:24.266Z | Compiling thread_local v1.1.8 |
| 2267 | 2026-02-19T21:27:24.390Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2268 | 2026-02-19T21:27:24.667Z | Compiling multer v3.1.0 |
| 2269 | 2026-02-19T21:27:24.757Z | Compiling proc-macro-error v1.0.4 |
| 2270 | 2026-02-19T21:27:24.945Z | Compiling foreign-types-shared v0.3.1 |
| 2271 | 2026-02-19T21:27:25.024Z | Compiling slog-async v2.8.0 |
| 2272 | 2026-02-19T21:27:25.099Z | Compiling match_cfg v0.1.0 |
| 2273 | 2026-02-19T21:27:25.225Z | Compiling hostname v0.3.1 |
| 2274 | 2026-02-19T21:27:25.278Z | Compiling foreign-types v0.5.0 |
| 2275 | 2026-02-19T21:27:25.589Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2276 | 2026-02-19T21:27:25.593Z | Compiling futures v0.3.31 |
| 2277 | 2026-02-19T21:27:25.638Z | Compiling progenitor-macro v0.11.2 |
| 2278 | 2026-02-19T21:27:26.894Z | Compiling derive-ex v0.1.8 |
| 2279 | 2026-02-19T21:27:26.957Z | Compiling progenitor-client v0.11.2 |
| 2280 | 2026-02-19T21:27:27.925Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2281 | 2026-02-19T21:27:29.625Z | Compiling slog-json v2.6.1 |
| 2282 | 2026-02-19T21:27:30.122Z | Compiling crossbeam-channel v0.5.15 |
| 2283 | 2026-02-19T21:27:30.599Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2284 | 2026-02-19T21:27:31.318Z | Compiling async-stream-impl v0.3.6 |
| 2285 | 2026-02-19T21:27:31.430Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2286 | 2026-02-19T21:27:31.654Z | Compiling serde_spanned v1.0.4 |
| 2287 | 2026-02-19T21:27:31.929Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2288 | 2026-02-19T21:27:32.291Z | Compiling cstr-argument v0.1.2 |
| 2289 | 2026-02-19T21:27:32.515Z | Compiling is-terminal v0.4.13 |
| 2290 | 2026-02-19T21:27:32.630Z | Compiling dropshot v0.16.7 |
| 2291 | 2026-02-19T21:27:32.709Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2292 | 2026-02-19T21:27:32.850Z | Compiling crucible-workspace-hack v0.1.0 |
| 2293 | 2026-02-19T21:27:33.006Z | Compiling typeid v1.0.3 |
| 2294 | 2026-02-19T21:27:33.053Z | Compiling term v1.1.0 |
| 2295 | 2026-02-19T21:27:33.215Z | Compiling pretty-hex v0.2.1 |
| 2296 | 2026-02-19T21:27:33.442Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2297 | 2026-02-19T21:27:33.478Z | Compiling take_mut v0.2.2 |
| 2298 | 2026-02-19T21:27:33.713Z | Compiling slog-term v2.9.2 |
| 2299 | 2026-02-19T21:27:38.079Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2300 | 2026-02-19T21:27:38.121Z | Compiling progenitor v0.11.2 |
| 2301 | 2026-02-19T21:27:38.121Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2302 | 2026-02-19T21:27:38.121Z | Compiling async-stream v0.3.6 |
| 2303 | 2026-02-19T21:27:38.121Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2304 | 2026-02-19T21:27:38.121Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2305 | 2026-02-19T21:27:38.121Z | Compiling tokio-rustls v0.25.0 |
| 2306 | 2026-02-19T21:27:38.121Z | Compiling test-strategy v0.4.3 |
| 2307 | 2026-02-19T21:27:38.121Z | Compiling slog-bunyan v2.5.0 |
| 2308 | 2026-02-19T21:27:38.769Z | Compiling rayon v1.10.0 |
| 2309 | 2026-02-19T21:27:39.079Z | Compiling parse-display-derive v0.10.0 |
| 2310 | 2026-02-19T21:27:40.603Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2311 | 2026-02-19T21:27:40.836Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2312 | 2026-02-19T21:27:40.935Z | Compiling colored v2.2.0 |
| 2313 | 2026-02-19T21:27:42.251Z | Compiling nix v0.30.1 |
| 2314 | 2026-02-19T21:27:42.465Z | Compiling waitgroup v0.1.2 |
| 2315 | 2026-02-19T21:27:42.752Z | Compiling rustls-pemfile v2.2.0 |
| 2316 | 2026-02-19T21:27:43.083Z | Compiling dropshot_endpoint v0.16.7 |
| 2317 | 2026-02-19T21:27:43.248Z | Compiling newtype-uuid-macros v0.1.0 |
| 2318 | 2026-02-19T21:27:43.494Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2319 | 2026-02-19T21:27:43.682Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2320 | 2026-02-19T21:27:44.059Z | Compiling serde_path_to_error v0.1.20 |
| 2321 | 2026-02-19T21:27:44.147Z | Compiling hostname v0.4.2 |
| 2322 | 2026-02-19T21:27:44.170Z | Compiling instant v0.1.13 |
| 2323 | 2026-02-19T21:27:44.267Z | Compiling debug-ignore v1.0.5 |
| 2324 | 2026-02-19T21:27:44.368Z | Compiling colored v3.0.0 |
| 2325 | 2026-02-19T21:27:44.429Z | Compiling backoff v0.4.0 |
| 2326 | 2026-02-19T21:27:44.456Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2327 | 2026-02-19T21:27:44.814Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2328 | 2026-02-19T21:27:44.843Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2329 | 2026-02-19T21:27:44.876Z | Compiling parse-display v0.10.0 |
| 2330 | 2026-02-19T21:27:45.706Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2331 | 2026-02-19T21:27:46.806Z | Compiling zone_cfg_derive v0.3.0 |
| 2332 | 2026-02-19T21:27:48.099Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2333 | 2026-02-19T21:27:48.870Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2334 | 2026-02-19T21:27:49.268Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2335 | 2026-02-19T21:27:49.387Z | Compiling camino-tempfile v1.4.1 |
| 2336 | 2026-02-19T21:27:50.186Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2337 | 2026-02-19T21:27:50.419Z | Compiling progenitor-client v0.10.0 |
| 2338 | 2026-02-19T21:27:51.399Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2339 | 2026-02-19T21:27:53.776Z | Compiling secrecy v0.10.3 |
| 2340 | 2026-02-19T21:27:54.041Z | Compiling num-derive v0.4.2 |
| 2341 | 2026-02-19T21:27:54.176Z | Compiling sigpipe v0.1.3 |
| 2342 | 2026-02-19T21:27:54.752Z | Compiling libefi-sys v0.1.0 |
| 2343 | 2026-02-19T21:27:55.115Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2344 | 2026-02-19T21:27:55.392Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2345 | 2026-02-19T21:27:55.521Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2346 | 2026-02-19T21:27:56.153Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2347 | 2026-02-19T21:27:56.460Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2348 | 2026-02-19T21:27:56.649Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2349 | 2026-02-19T21:27:57.647Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2350 | 2026-02-19T21:27:58.808Z | Compiling erased-serde v0.4.6 |
| 2351 | 2026-02-19T21:27:59.446Z | Compiling zone v0.3.1 |
| 2352 | 2026-02-19T21:28:00.371Z | Compiling usdt-attr-macro v0.5.0 |
| 2353 | 2026-02-19T21:28:01.871Z | Compiling usdt-macro v0.5.0 |
| 2354 | 2026-02-19T21:28:02.753Z | Compiling smf v0.2.3 |
| 2355 | 2026-02-19T21:28:03.180Z | Compiling bitfield-struct v0.6.2 |
| 2356 | 2026-02-19T21:28:03.247Z | Compiling ordered-float v2.10.1 |
| 2357 | 2026-02-19T21:28:03.909Z | Compiling blake3 v1.5.4 |
| 2358 | 2026-02-19T21:28:04.485Z | Compiling memmap v0.7.0 |
| 2359 | 2026-02-19T21:28:04.915Z | Compiling usdt v0.5.0 |
| 2360 | 2026-02-19T21:28:04.994Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2361 | 2026-02-19T21:28:05.120Z | Compiling serde-value v0.7.0 |
| 2362 | 2026-02-19T21:28:05.178Z | Compiling serde-untagged v0.1.7 |
| 2363 | 2026-02-19T21:28:05.743Z | Compiling toml v0.8.23 |
| 2364 | 2026-02-19T21:28:05.824Z | Compiling xattr v1.3.1 |
| 2365 | 2026-02-19T21:28:05.969Z | Compiling filetime v0.2.26 |
| 2366 | 2026-02-19T21:28:06.228Z | Compiling unicode-width v0.2.0 |
| 2367 | 2026-02-19T21:28:06.247Z | Compiling constant_time_eq v0.3.1 |
| 2368 | 2026-02-19T21:28:06.354Z | Compiling arrayref v0.3.9 |
| 2369 | 2026-02-19T21:28:06.489Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2370 | 2026-02-19T21:28:06.497Z | Compiling unicode-xid v0.2.6 |
| 2371 | 2026-02-19T21:28:06.644Z | Compiling arrayvec v0.7.6 |
| 2372 | 2026-02-19T21:28:06.679Z | Compiling same-file v1.0.6 |
| 2373 | 2026-02-19T21:28:06.798Z | Compiling console v0.16.0 |
| 2374 | 2026-02-19T21:28:06.815Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2375 | 2026-02-19T21:28:07.003Z | Compiling walkdir v2.5.0 |
| 2376 | 2026-02-19T21:28:08.284Z | Compiling cargo-util-schemas v0.8.2 |
| 2377 | 2026-02-19T21:28:08.618Z | Compiling tar v0.4.44 |
| 2378 | 2026-02-19T21:28:09.689Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2379 | 2026-02-19T21:28:09.818Z | Compiling tokio-dtrace v0.1.0 |
| 2380 | 2026-02-19T21:28:09.863Z | Compiling gethostname v0.5.0 |
| 2381 | 2026-02-19T21:28:10.089Z | Compiling cargo-platform v0.2.0 |
| 2382 | 2026-02-19T21:28:10.116Z | Compiling unit-prefix v0.5.1 |
| 2383 | 2026-02-19T21:28:10.403Z | Compiling topological-sort v0.2.2 |
| 2384 | 2026-02-19T21:28:10.738Z | Compiling omicron-zone-package v0.12.2 |
| 2385 | 2026-02-19T21:28:11.292Z | Compiling cargo_metadata v0.21.0 |
| 2386 | 2026-02-19T21:28:11.400Z | Compiling indicatif v0.18.0 |
| 2387 | 2026-02-19T21:28:17.159Z | Compiling oxide-tokio-rt v0.1.2 |
| 2388 | 2026-02-19T21:28:17.208Z | Compiling indent_write v2.2.0 |
| 2389 | 2026-02-19T21:28:17.208Z | Compiling shell-words v1.1.0 |
| 2390 | 2026-02-19T21:28:17.208Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2391 | 2026-02-19T21:28:19.538Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2392 | 2026-02-19T21:28:21.565Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2393 | 2026-02-19T21:28:27.097Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2394 | 2026-02-19T21:28:43.496Z | Finished `release` profile [optimized] target(s) in 5m 55s |
| 2395 | 2026-02-19T21:28:43.687Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2396 | 2026-02-19T21:28:43.762Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2397 | 2026-02-19T21:28:43.766Z | Created new build target 'test' and set it as active |
| 2398 | 2026-02-19T21:28:43.766Z | |
| 2399 | 2026-02-19T21:28:43.766Z | real 5:55.549110998 |
| 2400 | 2026-02-19T21:28:43.767Z | user 41:07.398013763 |
| 2401 | 2026-02-19T21:28:43.767Z | sys 4:00.700813868 |
| 2402 | 2026-02-19T21:28:43.767Z | trap 1.366277865 |
| 2403 | 2026-02-19T21:28:43.767Z | tflt 2.270446000 |
| 2404 | 2026-02-19T21:28:43.767Z | dflt 1.191138234 |
| 2405 | 2026-02-19T21:28:43.768Z | kflt 0.000122357 |
| 2406 | 2026-02-19T21:28:43.768Z | lock 1:56:44.541171113 |
| 2407 | 2026-02-19T21:28:43.768Z | slp 2:45:42.309532312 |
| 2408 | 2026-02-19T21:28:43.768Z | lat 3:20.849901420 |
| 2409 | 2026-02-19T21:28:43.768Z | stop 6:03.728216730 |
| 2410 | 2026-02-19T21:28:43.768Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2411 | 2026-02-19T21:28:45.096Z | Finished `release` profile [optimized] target(s) in 1.25s |
| 2412 | 2026-02-19T21:28:45.163Z | Running `target/release/omicron-package -t test package` |
| 2413 | 2026-02-19T21:28:45.214Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2414 | 2026-02-19T21:28:47.269Z | Compiling convert_case v0.4.0 |
| 2415 | 2026-02-19T21:28:47.270Z | Compiling progenitor-impl v0.10.0 |
| 2416 | 2026-02-19T21:28:47.276Z | Compiling half v2.4.1 |
| 2417 | 2026-02-19T21:28:47.515Z | Compiling ciborium-io v0.2.2 |
| 2418 | 2026-02-19T21:28:47.521Z | Compiling is-terminal v0.4.13 |
| 2419 | 2026-02-19T21:28:47.607Z | Compiling rustls v0.22.4 |
| 2420 | 2026-02-19T21:28:47.607Z | Compiling thread_local v1.1.8 |
| 2421 | 2026-02-19T21:28:47.685Z | Compiling match_cfg v0.1.0 |
| 2422 | 2026-02-19T21:28:47.718Z | Compiling bytecount v0.6.8 |
| 2423 | 2026-02-19T21:28:47.816Z | Compiling hostname v0.3.1 |
| 2424 | 2026-02-19T21:28:48.050Z | Compiling ciborium-ll v0.2.2 |
| 2425 | 2026-02-19T21:28:48.082Z | Compiling multer v3.1.0 |
| 2426 | 2026-02-19T21:28:48.090Z | Compiling derive_more v0.99.20 |
| 2427 | 2026-02-19T21:28:48.090Z | Compiling slog-async v2.8.0 |
| 2428 | 2026-02-19T21:28:48.174Z | Compiling crossbeam-channel v0.5.15 |
| 2429 | 2026-02-19T21:28:48.193Z | Compiling progenitor-client v0.11.2 |
| 2430 | 2026-02-19T21:28:48.230Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2431 | 2026-02-19T21:28:48.556Z | Compiling ciborium v0.2.2 |
| 2432 | 2026-02-19T21:28:48.757Z | Compiling slog-json v2.6.1 |
| 2433 | 2026-02-19T21:28:49.125Z | Compiling futures-executor v0.3.31 |
| 2434 | 2026-02-19T21:28:49.157Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2435 | 2026-02-19T21:28:49.545Z | Compiling serde_spanned v1.0.4 |
| 2436 | 2026-02-19T21:28:49.587Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2437 | 2026-02-19T21:28:49.742Z | Compiling unicode-width v0.1.14 |
| 2438 | 2026-02-19T21:28:49.820Z | Compiling take_mut v0.2.2 |
| 2439 | 2026-02-19T21:28:50.034Z | Compiling term v1.1.0 |
| 2440 | 2026-02-19T21:28:50.064Z | Compiling swrite v0.1.0 |
| 2441 | 2026-02-19T21:28:50.253Z | Compiling tabwriter v1.4.0 |
| 2442 | 2026-02-19T21:28:50.550Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2443 | 2026-02-19T21:28:50.661Z | Compiling slog-term v2.9.2 |
| 2444 | 2026-02-19T21:28:51.122Z | Compiling futures v0.3.31 |
| 2445 | 2026-02-19T21:28:51.190Z | Compiling slog-bunyan v2.5.0 |
| 2446 | 2026-02-19T21:28:51.277Z | Compiling progenitor v0.11.2 |
| 2447 | 2026-02-19T21:28:51.545Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2448 | 2026-02-19T21:28:51.811Z | Compiling async-stream v0.3.6 |
| 2449 | 2026-02-19T21:28:52.119Z | Compiling tokio-rustls v0.25.0 |
| 2450 | 2026-02-19T21:28:52.264Z | Compiling dropshot v0.16.7 |
| 2451 | 2026-02-19T21:28:52.362Z | Compiling password-hash v0.5.0 |
| 2452 | 2026-02-19T21:28:52.590Z | Compiling blake2 v0.10.6 |
| 2453 | 2026-02-19T21:28:52.828Z | Compiling progenitor-macro v0.10.0 |
| 2454 | 2026-02-19T21:28:53.378Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2455 | 2026-02-19T21:28:53.553Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2456 | 2026-02-19T21:28:53.631Z | Compiling universal-hash v0.5.1 |
| 2457 | 2026-02-19T21:28:53.729Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2458 | 2026-02-19T21:28:53.932Z | Compiling waitgroup v0.1.2 |
| 2459 | 2026-02-19T21:28:54.185Z | Compiling rustls-pemfile v2.2.0 |
| 2460 | 2026-02-19T21:28:54.301Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2461 | 2026-02-19T21:28:54.548Z | Compiling serde_path_to_error v0.1.20 |
| 2462 | 2026-02-19T21:28:54.617Z | Compiling hostname v0.4.2 |
| 2463 | 2026-02-19T21:28:54.866Z | Compiling instant v0.1.13 |
| 2464 | 2026-02-19T21:28:54.908Z | Compiling opaque-debug v0.3.1 |
| 2465 | 2026-02-19T21:28:55.059Z | Compiling debug-ignore v1.0.5 |
| 2466 | 2026-02-19T21:28:55.085Z | Compiling colored v3.0.0 |
| 2467 | 2026-02-19T21:28:55.344Z | Compiling poly1305 v0.8.0 |
| 2468 | 2026-02-19T21:28:55.648Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2469 | 2026-02-19T21:28:55.774Z | Compiling backoff v0.4.0 |
| 2470 | 2026-02-19T21:28:56.110Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2471 | 2026-02-19T21:28:56.159Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2472 | 2026-02-19T21:28:56.637Z | Compiling thiserror-no-std v2.0.2 |
| 2473 | 2026-02-19T21:28:56.775Z | Compiling argon2 v0.5.3 |
| 2474 | 2026-02-19T21:28:56.812Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2475 | 2026-02-19T21:28:57.323Z | Compiling parse-display v0.10.0 |
| 2476 | 2026-02-19T21:28:57.826Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2477 | 2026-02-19T21:28:58.062Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2478 | 2026-02-19T21:28:59.207Z | Compiling chacha20 v0.9.1 |
| 2479 | 2026-02-19T21:28:59.522Z | Compiling progenitor-client v0.10.0 |
| 2480 | 2026-02-19T21:28:59.716Z | Compiling aead v0.5.2 |
| 2481 | 2026-02-19T21:28:59.781Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2482 | 2026-02-19T21:29:00.077Z | Compiling macaddr v1.0.1 |
| 2483 | 2026-02-19T21:29:00.105Z | Compiling derive-where v1.5.0 |
| 2484 | 2026-02-19T21:29:00.524Z | Compiling chacha20poly1305 v0.10.1 |
| 2485 | 2026-02-19T21:29:00.809Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2486 | 2026-02-19T21:29:01.462Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2487 | 2026-02-19T21:29:01.762Z | Compiling vsss-rs v3.3.4 |
| 2488 | 2026-02-19T21:29:02.897Z | Compiling num-rational v0.4.2 |
| 2489 | 2026-02-19T21:29:03.577Z | Compiling progenitor v0.10.0 |
| 2490 | 2026-02-19T21:29:03.897Z | Compiling num-complex v0.4.6 |
| 2491 | 2026-02-19T21:29:04.328Z | Compiling console v0.15.10 |
| 2492 | 2026-02-19T21:29:04.924Z | Compiling num v0.4.3 |
| 2493 | 2026-02-19T21:29:06.061Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2494 | 2026-02-19T21:29:06.846Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2495 | 2026-02-19T21:29:07.288Z | Compiling float-ord v0.3.2 |
| 2496 | 2026-02-19T21:29:07.728Z | Compiling toml v0.8.23 |
| 2497 | 2026-02-19T21:29:08.004Z | Compiling newline-converter v0.3.0 |
| 2498 | 2026-02-19T21:29:08.367Z | Compiling atomicwrites v0.4.4 |
| 2499 | 2026-02-19T21:29:08.414Z | Compiling prettyplease v0.2.36 |
| 2500 | 2026-02-19T21:29:08.466Z | Compiling slog-dtrace v0.3.0 |
| 2501 | 2026-02-19T21:29:08.928Z | Compiling expectorate v1.2.0 |
| 2502 | 2026-02-19T21:29:09.114Z | Compiling cancel-safe-futures v0.1.5 |
| 2503 | 2026-02-19T21:29:09.309Z | Compiling owo-colors v4.2.3 |
| 2504 | 2026-02-19T21:29:10.021Z | Compiling resolv-conf v0.7.0 |
| 2505 | 2026-02-19T21:29:11.081Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2506 | 2026-02-19T21:29:11.581Z | Compiling libsw-core v0.3.1 |
| 2507 | 2026-02-19T21:29:11.670Z | Compiling async-recursion v1.1.1 |
| 2508 | 2026-02-19T21:29:11.928Z | Compiling libsw v3.5.0 |
| 2509 | 2026-02-19T21:29:13.013Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2510 | 2026-02-19T21:29:13.053Z | Compiling linear-map v1.2.0 |
| 2511 | 2026-02-19T21:29:13.307Z | Compiling linked-hash-map v0.5.6 |
| 2512 | 2026-02-19T21:29:13.500Z | Compiling unicode-xid v0.2.6 |
| 2513 | 2026-02-19T21:29:13.732Z | Compiling lru-cache v0.1.2 |
| 2514 | 2026-02-19T21:29:13.778Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2515 | 2026-02-19T21:29:14.011Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2516 | 2026-02-19T21:29:14.368Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2517 | 2026-02-19T21:29:17.987Z | Compiling hickory-proto v0.24.4 |
| 2518 | 2026-02-19T21:29:22.324Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2519 | 2026-02-19T21:29:24.385Z | Compiling hickory-resolver v0.24.4 |
| 2520 | 2026-02-19T21:29:25.898Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2521 | 2026-02-19T21:29:28.658Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2522 | 2026-02-19T21:29:28.734Z | Compiling globset v0.4.15 |
| 2523 | 2026-02-19T21:29:29.633Z | Compiling convert_case v0.7.1 |
| 2524 | 2026-02-19T21:29:30.132Z | Compiling qorb v0.4.1 |
| 2525 | 2026-02-19T21:29:30.364Z | Compiling derive_more-impl v2.0.1 |
| 2526 | 2026-02-19T21:29:32.069Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2527 | 2026-02-19T21:29:35.011Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2528 | 2026-02-19T21:29:38.281Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2529 | 2026-02-19T21:29:38.311Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2530 | 2026-02-19T21:29:40.380Z | Compiling derive_more v2.0.1 |
| 2531 | 2026-02-19T21:29:40.549Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2532 | 2026-02-19T21:29:40.893Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2533 | 2026-02-19T21:29:41.312Z | Compiling pin-project-internal v1.1.6 |
| 2534 | 2026-02-19T21:29:41.369Z | Compiling vte_generate_state_changes v0.1.2 |
| 2535 | 2026-02-19T21:29:42.010Z | Compiling termtree v0.5.1 |
| 2536 | 2026-02-19T21:29:42.351Z | Compiling siphasher v1.0.1 |
| 2537 | 2026-02-19T21:29:42.830Z | Compiling phf_shared v0.12.1 |
| 2538 | 2026-02-19T21:29:43.353Z | Compiling vte v0.11.1 |
| 2539 | 2026-02-19T21:29:43.757Z | Compiling pin-project v1.1.6 |
| 2540 | 2026-02-19T21:29:43.856Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2541 | 2026-02-19T21:29:43.956Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2542 | 2026-02-19T21:29:44.672Z | Compiling crossterm v0.29.0 |
| 2543 | 2026-02-19T21:29:49.609Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2544 | 2026-02-19T21:29:51.053Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2545 | 2026-02-19T21:29:52.110Z | Compiling pem v3.0.5 |
| 2546 | 2026-02-19T21:29:52.137Z | Compiling snafu-derive v0.8.5 |
| 2547 | 2026-02-19T21:29:53.615Z | Compiling csv-core v0.1.11 |
| 2548 | 2026-02-19T21:29:54.521Z | Compiling chrono-tz v0.10.4 |
| 2549 | 2026-02-19T21:29:54.956Z | Compiling csv v1.3.1 |
| 2550 | 2026-02-19T21:29:56.411Z | Compiling snafu v0.8.5 |
| 2551 | 2026-02-19T21:29:56.705Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-02-19T21:29:57.157Z | Compiling strip-ansi-escapes v0.2.0 |
| 2553 | 2026-02-19T21:29:57.225Z | Compiling phf v0.12.1 |
| 2554 | 2026-02-19T21:29:57.418Z | Compiling const_format_proc_macros v0.2.34 |
| 2555 | 2026-02-19T21:29:57.599Z | Compiling papergrid v0.11.0 |
| 2556 | 2026-02-19T21:29:57.638Z | Compiling tabled_derive v0.7.0 |
| 2557 | 2026-02-19T21:29:57.910Z | Compiling olpc-cjson v0.1.4 |
| 2558 | 2026-02-19T21:29:58.315Z | Compiling fd-lock v4.0.2 |
| 2559 | 2026-02-19T21:29:58.464Z | Compiling peg-macros v0.8.5 |
| 2560 | 2026-02-19T21:29:58.600Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2561 | 2026-02-19T21:29:59.208Z | Compiling serde_plain v1.0.2 |
| 2562 | 2026-02-19T21:29:59.589Z | Compiling highway v1.3.0 |
| 2563 | 2026-02-19T21:29:59.621Z | Compiling nu-ansi-term v0.50.1 |
| 2564 | 2026-02-19T21:29:59.658Z | Compiling typed-path v0.9.3 |
| 2565 | 2026-02-19T21:29:59.820Z | Compiling tabled v0.15.0 |
| 2566 | 2026-02-19T21:29:59.866Z | Compiling const_format v0.2.34 |
| 2567 | 2026-02-19T21:30:00.759Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2568 | 2026-02-19T21:30:01.023Z | Compiling reedline v0.40.0 |
| 2569 | 2026-02-19T21:30:01.444Z | Compiling peg v0.8.5 |
| 2570 | 2026-02-19T21:30:01.593Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2571 | 2026-02-19T21:30:06.468Z | Compiling tough v0.20.0 |
| 2572 | 2026-02-19T21:30:09.478Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2573 | 2026-02-19T21:30:10.475Z | Compiling bcs v0.1.6 |
| 2574 | 2026-02-19T21:30:11.335Z | Compiling semver v0.1.20 |
| 2575 | 2026-02-19T21:30:11.858Z | Compiling base64 v0.21.7 |
| 2576 | 2026-02-19T21:30:13.955Z | Compiling rustc_version v0.1.7 |
| 2577 | 2026-02-19T21:30:14.373Z | Compiling newtype_derive v0.1.6 |
| 2578 | 2026-02-19T21:30:14.771Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2579 | 2026-02-19T21:30:15.173Z | Compiling humantime v2.2.0 |
| 2580 | 2026-02-19T21:30:15.364Z | Compiling unicode-linebreak v0.1.5 |
| 2581 | 2026-02-19T21:30:15.978Z | Compiling smawk v0.3.2 |
| 2582 | 2026-02-19T21:30:16.150Z | Compiling dropshot-api-manager-types v0.3.0 |
| 2583 | 2026-02-19T21:30:16.308Z | Compiling textwrap v0.16.2 |
| 2584 | 2026-02-19T21:30:17.411Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2585 | 2026-02-19T21:30:18.381Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2586 | 2026-02-19T21:30:18.980Z | Compiling steno v0.4.1 |
| 2587 | 2026-02-19T21:30:19.698Z | Compiling utf-8 v0.7.6 |
| 2588 | 2026-02-19T21:30:20.103Z | Compiling moka v0.12.10 |
| 2589 | 2026-02-19T21:30:20.138Z | Compiling tagptr v0.2.0 |
| 2590 | 2026-02-19T21:30:20.450Z | Compiling tungstenite v0.21.0 |
| 2591 | 2026-02-19T21:30:23.936Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2592 | 2026-02-19T21:30:25.337Z | Compiling hickory-resolver v0.25.2 |
| 2593 | 2026-02-19T21:30:25.998Z | Compiling tokio-tungstenite v0.21.0 |
| 2594 | 2026-02-19T21:30:26.695Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2595 | 2026-02-19T21:30:26.972Z | Compiling radium v0.7.0 |
| 2596 | 2026-02-19T21:30:27.543Z | Compiling maybe-uninit v2.0.0 |
| 2597 | 2026-02-19T21:30:28.085Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2598 | 2026-02-19T21:30:30.642Z | Compiling tap v1.0.1 |
| 2599 | 2026-02-19T21:30:30.882Z | Compiling wyz v0.5.1 |
| 2600 | 2026-02-19T21:30:32.076Z | Compiling zerocopy-derive v0.6.6 |
| 2601 | 2026-02-19T21:30:33.800Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2602 | 2026-02-19T21:30:34.591Z | Compiling packed_struct v0.10.1 |
| 2603 | 2026-02-19T21:30:35.087Z | Compiling display-error-chain v0.2.2 |
| 2604 | 2026-02-19T21:30:35.363Z | Compiling crc-catalog v2.4.0 |
| 2605 | 2026-02-19T21:30:35.567Z | Compiling funty v2.0.0 |
| 2606 | 2026-02-19T21:30:38.074Z | Compiling bitvec v1.0.1 |
| 2607 | 2026-02-19T21:30:38.704Z | Compiling crc v3.2.1 |
| 2608 | 2026-02-19T21:30:39.264Z | Compiling proc-macro-error2 v2.0.1 |
| 2609 | 2026-02-19T21:30:39.867Z | Compiling zerocopy v0.6.6 |
| 2610 | 2026-02-19T21:30:40.768Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2611 | 2026-02-19T21:30:40.825Z | Compiling packed_struct_codegen v0.10.1 |
| 2612 | 2026-02-19T21:30:41.115Z | Compiling bitfield-macros v0.19.2 |
| 2613 | 2026-02-19T21:30:41.277Z | Compiling indexmap v1.9.3 |
| 2614 | 2026-02-19T21:30:41.675Z | Compiling nodrop v0.1.14 |
| 2615 | 2026-02-19T21:30:41.867Z | Compiling array-init v0.0.4 |
| 2616 | 2026-02-19T21:30:42.548Z | Compiling bitfield v0.19.2 |
| 2617 | 2026-02-19T21:30:42.634Z | Compiling smallvec v0.6.14 |
| 2618 | 2026-02-19T21:30:42.972Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2619 | 2026-02-19T21:30:43.011Z | Compiling num-derive v0.3.3 |
| 2620 | 2026-02-19T21:30:43.162Z | Compiling hashbrown v0.12.3 |
| 2621 | 2026-02-19T21:30:45.028Z | Compiling libscf-sys v1.1.0 |
| 2622 | 2026-02-19T21:30:45.302Z | Compiling serde-hex v0.1.0 |
| 2623 | 2026-02-19T21:30:45.587Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2624 | 2026-02-19T21:30:46.288Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2625 | 2026-02-19T21:30:46.694Z | Compiling ron v0.8.1 |
| 2626 | 2026-02-19T21:30:47.225Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2627 | 2026-02-19T21:30:49.836Z | Compiling hashbrown v0.13.2 |
| 2628 | 2026-02-19T21:30:50.340Z | Compiling vergen-gitcl v1.0.8 |
| 2629 | 2026-02-19T21:30:50.643Z | Compiling dirs-sys-next v0.1.2 |
| 2630 | 2026-02-19T21:30:50.726Z | Compiling maplit v1.0.2 |
| 2631 | 2026-02-19T21:30:50.899Z | Compiling crunchy v0.2.2 |
| 2632 | 2026-02-19T21:30:51.131Z | Compiling crc-any v2.5.0 |
| 2633 | 2026-02-19T21:30:51.208Z | Compiling object v0.30.4 |
| 2634 | 2026-02-19T21:30:51.458Z | Compiling dirs-next v2.0.0 |
| 2635 | 2026-02-19T21:30:51.762Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2636 | 2026-02-19T21:30:52.045Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2637 | 2026-02-19T21:30:52.325Z | Compiling dsl_auto_type v0.1.2 |
| 2638 | 2026-02-19T21:30:53.219Z | Compiling scheduled-thread-pool v0.2.7 |
| 2639 | 2026-02-19T21:30:53.578Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2640 | 2026-02-19T21:30:53.609Z | Compiling tiny-keccak v2.0.2 |
| 2641 | 2026-02-19T21:30:54.002Z | Compiling path-slash v0.1.5 |
| 2642 | 2026-02-19T21:30:54.007Z | Compiling diesel_derives v2.2.3 |
| 2643 | 2026-02-19T21:30:54.344Z | Compiling r2d2 v0.8.10 |
| 2644 | 2026-02-19T21:30:54.869Z | Compiling term v0.7.0 |
| 2645 | 2026-02-19T21:30:55.873Z | Compiling tabled_derive v0.11.0 |
| 2646 | 2026-02-19T21:30:55.920Z | Compiling papergrid v0.17.0 |
| 2647 | 2026-02-19T21:30:58.312Z | Compiling testing_table v0.3.0 |
| 2648 | 2026-02-19T21:30:59.172Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2649 | 2026-02-19T21:31:03.203Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2650 | 2026-02-19T21:31:03.798Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2651 | 2026-02-19T21:31:04.190Z | Compiling bit-vec v0.6.3 |
| 2652 | 2026-02-19T21:31:04.652Z | Compiling xshell-macros v0.2.7 |
| 2653 | 2026-02-19T21:31:05.347Z | Compiling arc-swap v1.7.1 |
| 2654 | 2026-02-19T21:31:06.067Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2655 | 2026-02-19T21:31:06.588Z | Compiling slog-scope v4.4.0 |
| 2656 | 2026-02-19T21:31:07.442Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2657 | 2026-02-19T21:31:09.581Z | Compiling xshell v0.2.7 |
| 2658 | 2026-02-19T21:31:12.380Z | Compiling bit-set v0.5.3 |
| 2659 | 2026-02-19T21:31:12.935Z | Compiling diesel v2.2.12 |
| 2660 | 2026-02-19T21:31:13.247Z | Compiling tabled v0.20.0 |
| 2661 | 2026-02-19T21:31:16.972Z | Compiling ascii-canvas v3.0.0 |
| 2662 | 2026-02-19T21:31:17.461Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2663 | 2026-02-19T21:31:17.625Z | Compiling ena v0.14.3 |
| 2664 | 2026-02-19T21:31:18.079Z | Compiling unicase v2.8.1 |
| 2665 | 2026-02-19T21:31:18.195Z | Compiling bindgen v0.71.1 |
| 2666 | 2026-02-19T21:31:18.320Z | Compiling regex-syntax v0.6.29 |
| 2667 | 2026-02-19T21:31:18.678Z | Compiling diff v0.1.13 |
| 2668 | 2026-02-19T21:31:18.765Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2669 | 2026-02-19T21:31:21.141Z | Compiling slog-stdlog v4.1.1 |
| 2670 | 2026-02-19T21:31:22.041Z | Compiling lalrpop v0.19.12 |
| 2671 | 2026-02-19T21:31:23.030Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2672 | 2026-02-19T21:31:24.955Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2673 | 2026-02-19T21:31:25.801Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2674 | 2026-02-19T21:31:26.074Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2675 | 2026-02-19T21:31:26.192Z | Compiling crc8 v0.1.1 |
| 2676 | 2026-02-19T21:31:26.406Z | Compiling slog-envlogger v2.2.0 |
| 2677 | 2026-02-19T21:31:29.054Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2678 | 2026-02-19T21:31:35.444Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2679 | 2026-02-19T21:31:35.651Z | Compiling headers-core v0.3.0 |
| 2680 | 2026-02-19T21:31:35.651Z | Compiling libxml v0.3.3 |
| 2681 | 2026-02-19T21:31:35.651Z | Compiling headers v0.4.1 |
| 2682 | 2026-02-19T21:31:37.269Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2683 | 2026-02-19T21:31:38.923Z | Compiling samael v0.0.19 |
| 2684 | 2026-02-19T21:31:39.866Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2685 | 2026-02-19T21:31:40.053Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2686 | 2026-02-19T21:31:40.263Z | Compiling strum_macros v0.24.3 |
| 2687 | 2026-02-19T21:31:40.637Z | Compiling indoc v1.0.9 |
| 2688 | 2026-02-19T21:31:42.826Z | Compiling polar-core v0.27.3 |
| 2689 | 2026-02-19T21:31:43.107Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2690 | 2026-02-19T21:31:43.433Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2691 | 2026-02-19T21:31:43.847Z | Compiling derive_builder v0.20.2 |
| 2692 | 2026-02-19T21:31:44.046Z | Compiling oso-derive v0.27.3 |
| 2693 | 2026-02-19T21:31:44.104Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2694 | 2026-02-19T21:31:45.007Z | Compiling quick-xml v0.37.2 |
| 2695 | 2026-02-19T21:31:45.983Z | Compiling half v1.8.3 |
| 2696 | 2026-02-19T21:31:46.094Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2697 | 2026-02-19T21:31:46.977Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2698 | 2026-02-19T21:31:47.575Z | Compiling serde_cbor v0.11.2 |
| 2699 | 2026-02-19T21:31:49.143Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2700 | 2026-02-19T21:31:49.892Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2701 | 2026-02-19T21:31:49.923Z | Compiling diesel-dtrace v0.4.2 |
| 2702 | 2026-02-19T21:31:50.402Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2703 | 2026-02-19T21:31:58.393Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2704 | 2026-02-19T21:31:58.791Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2705 | 2026-02-19T21:32:01.820Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2706 | 2026-02-19T21:32:02.854Z | Compiling bb8 v0.8.5 |
| 2707 | 2026-02-19T21:32:03.535Z | Compiling trait-variant v0.1.2 |
| 2708 | 2026-02-19T21:32:04.565Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2709 | 2026-02-19T21:32:08.322Z | Compiling oso v0.27.3 |
| 2710 | 2026-02-19T21:32:09.362Z | Compiling async-bb8-diesel v0.2.1 |
| 2711 | 2026-02-19T21:32:10.234Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2712 | 2026-02-19T21:32:11.380Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2713 | 2026-02-19T21:32:11.412Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2714 | 2026-02-19T21:32:12.010Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2715 | 2026-02-19T21:32:15.166Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2716 | 2026-02-19T21:32:15.559Z | Compiling fxhash v0.2.1 |
| 2717 | 2026-02-19T21:32:15.831Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2718 | 2026-02-19T21:32:16.205Z | Compiling typify-impl v0.2.0 |
| 2719 | 2026-02-19T21:32:16.279Z | Compiling kstat-rs v0.2.4 |
| 2720 | 2026-02-19T21:32:17.214Z | Compiling libz-sys v1.1.20 |
| 2721 | 2026-02-19T21:32:17.948Z | Compiling salty v0.3.0 |
| 2722 | 2026-02-19T21:32:18.431Z | Compiling nonempty v0.12.0 |
| 2723 | 2026-02-19T21:32:19.053Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2724 | 2026-02-19T21:32:19.936Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2725 | 2026-02-19T21:32:24.190Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2726 | 2026-02-19T21:32:25.542Z | Compiling typify-macro v0.2.0 |
| 2727 | 2026-02-19T21:32:29.024Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2728 | 2026-02-19T21:32:33.980Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2729 | 2026-02-19T21:32:38.850Z | Compiling nanorand v0.7.0 |
| 2730 | 2026-02-19T21:32:39.225Z | Compiling fs-err v2.11.0 |
| 2731 | 2026-02-19T21:32:39.522Z | Compiling parking_lot_core v0.8.6 |
| 2732 | 2026-02-19T21:32:40.018Z | Compiling mime_guess v2.0.5 |
| 2733 | 2026-02-19T21:32:40.253Z | Compiling flume v0.11.1 |
| 2734 | 2026-02-19T21:32:41.070Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2735 | 2026-02-19T21:32:41.100Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2736 | 2026-02-19T21:32:46.778Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2737 | 2026-02-19T21:32:48.391Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2738 | 2026-02-19T21:32:49.208Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2739 | 2026-02-19T21:33:10.096Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2740 | 2026-02-19T21:33:10.130Z | Compiling tabled_derive v0.10.0 |
| 2741 | 2026-02-19T21:33:12.448Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2742 | 2026-02-19T21:33:12.608Z | Compiling ignore v0.4.23 |
| 2743 | 2026-02-19T21:33:17.018Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2744 | 2026-02-19T21:33:19.379Z | Compiling papergrid v0.14.0 |
| 2745 | 2026-02-19T21:33:19.513Z | Compiling primeorder v0.13.6 |
| 2746 | 2026-02-19T21:33:20.116Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2747 | 2026-02-19T21:33:23.220Z | Compiling castaway v0.2.3 |
| 2748 | 2026-02-19T21:33:23.479Z | Compiling nibble_vec v0.1.0 |
| 2749 | 2026-02-19T21:33:23.500Z | Compiling atty v0.2.14 |
| 2750 | 2026-02-19T21:33:23.723Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2751 | 2026-02-19T21:33:23.757Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2752 | 2026-02-19T21:33:24.133Z | Compiling parse-size v1.1.0 |
| 2753 | 2026-02-19T21:33:24.166Z | Compiling endian-type v0.1.2 |
| 2754 | 2026-02-19T21:33:24.272Z | Compiling http-range v0.1.5 |
| 2755 | 2026-02-19T21:33:24.460Z | Compiling radix_trie v0.2.1 |
| 2756 | 2026-02-19T21:33:24.489Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2757 | 2026-02-19T21:33:24.751Z | Compiling compact_str v0.8.0 |
| 2758 | 2026-02-19T21:33:24.909Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2759 | 2026-02-19T21:33:25.348Z | Compiling tabled v0.18.0 |
| 2760 | 2026-02-19T21:33:27.164Z | Compiling p384 v0.13.1 |
| 2761 | 2026-02-19T21:33:35.428Z | Compiling globwalk v0.9.1 |
| 2762 | 2026-02-19T21:33:35.609Z | Compiling parking_lot v0.11.2 |
| 2763 | 2026-02-19T21:33:35.609Z | Compiling typify v0.2.0 |
| 2764 | 2026-02-19T21:33:35.609Z | Compiling predicates-tree v1.0.12 |
| 2765 | 2026-02-19T21:33:35.609Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2766 | 2026-02-19T21:33:35.609Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2767 | 2026-02-19T21:33:35.609Z | Compiling unicode-truncate v1.1.0 |
| 2768 | 2026-02-19T21:33:35.688Z | Compiling prefix-trie v0.7.0 |
| 2769 | 2026-02-19T21:33:36.915Z | Compiling lru v0.12.5 |
| 2770 | 2026-02-19T21:33:37.121Z | Compiling vergen-git2 v1.0.7 |
| 2771 | 2026-02-19T21:33:37.511Z | Compiling instability v0.3.2 |
| 2772 | 2026-02-19T21:33:38.499Z | Compiling cassowary v0.3.0 |
| 2773 | 2026-02-19T21:33:39.326Z | Compiling indoc v2.0.6 |
| 2774 | 2026-02-19T21:33:39.540Z | Compiling git2 v0.20.2 |
| 2775 | 2026-02-19T21:33:40.272Z | Compiling ratatui v0.29.0 |
| 2776 | 2026-02-19T21:33:42.257Z | Compiling hickory-server v0.25.2 |
| 2777 | 2026-02-19T21:33:42.303Z | Compiling camino-tempfile-ext v0.3.2 |
| 2778 | 2026-02-19T21:33:43.750Z | Compiling progenitor-impl v0.8.0 |
| 2779 | 2026-02-19T21:33:47.376Z | Compiling hyper-staticfile v0.10.1 |
| 2780 | 2026-02-19T21:33:47.412Z | Compiling sled v0.34.7 |
| 2781 | 2026-02-19T21:33:49.400Z | Compiling hickory-client v0.25.2 |
| 2782 | 2026-02-19T21:33:51.883Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2783 | 2026-02-19T21:33:53.149Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2784 | 2026-02-19T21:33:53.330Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2785 | 2026-02-19T21:33:54.427Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2786 | 2026-02-19T21:33:59.606Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2787 | 2026-02-19T21:34:00.616Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2788 | 2026-02-19T21:34:02.408Z | Compiling rand_seeder v0.4.0 |
| 2789 | 2026-02-19T21:34:02.875Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2790 | 2026-02-19T21:34:04.887Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2791 | 2026-02-19T21:34:05.836Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 2792 | 2026-02-19T21:34:06.278Z | Compiling lzma-sys v0.1.20 |
| 2793 | 2026-02-19T21:34:07.062Z | Compiling rustls v0.21.12 |
| 2794 | 2026-02-19T21:34:07.392Z | Compiling corncobs v0.1.4 |
| 2795 | 2026-02-19T21:34:07.453Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2796 | 2026-02-19T21:34:07.847Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2797 | 2026-02-19T21:34:08.087Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2798 | 2026-02-19T21:34:08.429Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2799 | 2026-02-19T21:34:09.326Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2800 | 2026-02-19T21:34:09.519Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2801 | 2026-02-19T21:34:21.539Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2802 | 2026-02-19T21:34:23.635Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2803 | 2026-02-19T21:34:26.404Z | Compiling progenitor-macro v0.8.0 |
| 2804 | 2026-02-19T21:34:35.163Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2805 | 2026-02-19T21:34:37.476Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2806 | 2026-02-19T21:34:42.411Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2807 | 2026-02-19T21:34:43.277Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2808 | 2026-02-19T21:34:43.677Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2809 | 2026-02-19T21:34:44.079Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2810 | 2026-02-19T21:34:44.479Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2811 | 2026-02-19T21:34:44.544Z | Compiling progenitor-client v0.8.0 |
| 2812 | 2026-02-19T21:34:45.498Z | Compiling rustls-webpki v0.101.7 |
| 2813 | 2026-02-19T21:34:49.188Z | Compiling sct v0.7.1 |
| 2814 | 2026-02-19T21:34:49.686Z | Compiling heck v0.3.3 |
| 2815 | 2026-02-19T21:34:49.721Z | Compiling secrecy v0.8.0 |
| 2816 | 2026-02-19T21:34:50.052Z | Compiling void v1.0.2 |
| 2817 | 2026-02-19T21:34:50.083Z | Compiling zone_cfg_derive v0.1.2 |
| 2818 | 2026-02-19T21:34:50.284Z | Compiling lzss v0.8.2 |
| 2819 | 2026-02-19T21:34:53.244Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2820 | 2026-02-19T21:34:56.748Z | Compiling progenitor v0.8.0 |
| 2821 | 2026-02-19T21:34:56.993Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2822 | 2026-02-19T21:34:57.024Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2823 | 2026-02-19T21:34:58.389Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2824 | 2026-02-19T21:35:03.307Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2825 | 2026-02-19T21:35:03.364Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2826 | 2026-02-19T21:35:04.844Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2827 | 2026-02-19T21:35:08.678Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2828 | 2026-02-19T21:35:09.097Z | Compiling tungstenite v0.23.0 |
| 2829 | 2026-02-19T21:35:14.306Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2830 | 2026-02-19T21:35:14.700Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2831 | 2026-02-19T21:35:14.733Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2832 | 2026-02-19T21:35:15.095Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2833 | 2026-02-19T21:35:15.130Z | Compiling nix v0.27.1 |
| 2834 | 2026-02-19T21:35:15.496Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2835 | 2026-02-19T21:35:15.812Z | Compiling serde_bytes v0.11.19 |
| 2836 | 2026-02-19T21:35:16.195Z | Compiling number_prefix v0.4.0 |
| 2837 | 2026-02-19T21:35:16.387Z | Compiling base64 v0.13.1 |
| 2838 | 2026-02-19T21:35:16.517Z | Compiling indicatif v0.17.11 |
| 2839 | 2026-02-19T21:35:17.193Z | Compiling ron v0.7.1 |
| 2840 | 2026-02-19T21:35:17.913Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2841 | 2026-02-19T21:35:17.948Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2842 | 2026-02-19T21:35:18.887Z | Compiling tokio-tungstenite v0.23.1 |
| 2843 | 2026-02-19T21:35:19.561Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2844 | 2026-02-19T21:35:22.199Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2845 | 2026-02-19T21:35:22.968Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2846 | 2026-02-19T21:35:35.387Z | Compiling xz2 v0.1.7 |
| 2847 | 2026-02-19T21:35:36.003Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2848 | 2026-02-19T21:35:44.427Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2849 | 2026-02-19T21:35:48.432Z | Compiling tokio-rustls v0.24.1 |
| 2850 | 2026-02-19T21:35:48.980Z | Compiling zone v0.1.8 |
| 2851 | 2026-02-19T21:35:51.002Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2852 | 2026-02-19T21:35:52.356Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2853 | 2026-02-19T21:35:56.917Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2854 | 2026-02-19T21:36:00.719Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2855 | 2026-02-19T21:36:04.745Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2856 | 2026-02-19T21:36:06.387Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2857 | 2026-02-19T21:36:08.274Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2858 | 2026-02-19T21:36:08.370Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2859 | 2026-02-19T21:36:15.714Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2860 | 2026-02-19T21:36:23.221Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2861 | 2026-02-19T21:36:24.680Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2862 | 2026-02-19T21:36:32.176Z | Compiling rustls-pemfile v1.0.4 |
| 2863 | 2026-02-19T21:36:32.982Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2864 | 2026-02-19T21:36:34.294Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2865 | 2026-02-19T21:36:36.091Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2866 | 2026-02-19T21:36:36.275Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2867 | 2026-02-19T21:36:36.515Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2868 | 2026-02-19T21:36:37.254Z | Compiling signal-hook-tokio v0.3.1 |
| 2869 | 2026-02-19T21:36:37.562Z | Compiling twox-hash v2.1.0 |
| 2870 | 2026-02-19T21:36:38.236Z | Compiling yasna v0.5.2 |
| 2871 | 2026-02-19T21:36:38.625Z | Compiling is_ci v1.2.0 |
| 2872 | 2026-02-19T21:36:38.980Z | Compiling supports-color v3.0.2 |
| 2873 | 2026-02-19T21:36:39.468Z | Compiling rcgen v0.12.1 |
| 2874 | 2026-02-19T21:36:42.002Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2875 | 2026-02-19T21:36:42.438Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2876 | 2026-02-19T21:36:51.106Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2877 | 2026-02-19T21:36:52.758Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2878 | 2026-02-19T21:37:06.335Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2879 | 2026-02-19T21:37:19.042Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2880 | 2026-02-19T21:37:28.121Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2881 | 2026-02-19T21:37:30.551Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2882 | 2026-02-19T21:37:38.309Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2883 | 2026-02-19T21:37:48.061Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2884 | 2026-02-19T21:37:48.677Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2885 | 2026-02-19T21:37:49.078Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2886 | 2026-02-19T21:37:49.479Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2887 | 2026-02-19T21:37:57.099Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2888 | 2026-02-19T21:37:57.445Z | Compiling fatfs v0.3.6 |
| 2889 | 2026-02-19T21:37:57.954Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2890 | 2026-02-19T21:38:00.270Z | Compiling subprocess v0.2.9 |
| 2891 | 2026-02-19T21:38:04.858Z | Compiling rtoolbox v0.0.2 |
| 2892 | 2026-02-19T21:38:05.337Z | Compiling assert_matches v1.5.0 |
| 2893 | 2026-02-19T21:38:05.504Z | Compiling seq-macro v0.3.6 |
| 2894 | 2026-02-19T21:38:07.271Z | Compiling rpassword v7.4.0 |
| 2895 | 2026-02-19T21:38:07.750Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2896 | 2026-02-19T21:38:10.867Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2897 | 2026-02-19T21:38:19.213Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2898 | 2026-02-19T21:38:33.537Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2899 | 2026-02-19T21:38:33.754Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2900 | 2026-02-19T21:38:39.110Z | Compiling tui-tree-widget v0.23.1 |
| 2901 | 2026-02-19T21:38:39.620Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2902 | 2026-02-19T21:38:46.825Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2903 | 2026-02-19T21:38:47.791Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2904 | 2026-02-19T21:38:50.163Z | Compiling uzers v0.12.1 |
| 2905 | 2026-02-19T21:38:53.434Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2906 | 2026-02-19T21:38:53.793Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2907 | 2026-02-19T21:39:05.016Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2908 | 2026-02-19T21:39:24.808Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2909 | 2026-02-19T21:39:34.780Z | Compiling support-bundle-viewer v0.1.2 |
| 2910 | 2026-02-19T21:39:35.778Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2911 | 2026-02-19T21:39:38.919Z | Compiling multimap v0.10.1 |
| 2912 | 2026-02-19T21:41:53.836Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2913 | 2026-02-19T21:42:10.271Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2914 | 2026-02-19T21:52:56.082Z | Finished `release` profile [optimized] target(s) in 24m 09s |
| 2915 | 2026-02-19T21:53:54.326Z | |
| 2916 | 2026-02-19T21:53:54.326Z | real 25:09.776956499 |
| 2917 | 2026-02-19T21:53:54.326Z | user 3:00:05.053442549 |
| 2918 | 2026-02-19T21:53:54.326Z | sys 4:47.923281791 |
| 2919 | 2026-02-19T21:53:54.326Z | trap 4.746583487 |
| 2920 | 2026-02-19T21:53:54.326Z | tflt 2.402272371 |
| 2921 | 2026-02-19T21:53:54.326Z | dflt 6.299529826 |
| 2922 | 2026-02-19T21:53:54.326Z | kflt 0.001081023 |
| 2923 | 2026-02-19T21:53:54.326Z | lock 12:07:05.976599253 |
| 2924 | 2026-02-19T21:53:54.330Z | slp 8:47:19.200809373 |
| 2925 | 2026-02-19T21:53:54.330Z | lat 4:46.259017922 |
| 2926 | 2026-02-19T21:53:54.330Z | stop 4:27.452331174 |
| 2927 | 2026-02-19T21:53:54.330Z | + mapfile -t packages |
| 2928 | 2026-02-19T21:53:54.330Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2929 | 2026-02-19T21:53:55.725Z | Finished `release` profile [optimized] target(s) in 1.32s |
| 2930 | 2026-02-19T21:53:55.792Z | Running `target/release/omicron-package -t test list-outputs` |
| 2931 | 2026-02-19T21:53:55.848Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2932 | 2026-02-19T21:53:55.851Z | + ptime -m cargo build --locked --release -p xtask |
| 2933 | 2026-02-19T21:53:56.715Z | Compiling serde_core v1.0.228 |
| 2934 | 2026-02-19T21:53:56.715Z | Compiling syn v2.0.114 |
| 2935 | 2026-02-19T21:53:56.719Z | Compiling bitflags v2.9.4 |
| 2936 | 2026-02-19T21:53:56.719Z | Compiling serde v1.0.228 |
| 2937 | 2026-02-19T21:53:56.719Z | Compiling serde_json v1.0.149 |
| 2938 | 2026-02-19T21:53:56.719Z | Compiling libc v0.2.180 |
| 2939 | 2026-02-19T21:53:56.831Z | Compiling num-traits v0.2.19 |
| 2940 | 2026-02-19T21:53:56.881Z | Compiling smallvec v1.15.1 |
| 2941 | 2026-02-19T21:53:57.267Z | Compiling hashbrown v0.16.1 |
| 2942 | 2026-02-19T21:53:57.409Z | Compiling rustix v0.38.37 |
| 2943 | 2026-02-19T21:53:57.626Z | Compiling usdt-impl v0.5.0 |
| 2944 | 2026-02-19T21:53:57.699Z | Compiling syn v1.0.109 |
| 2945 | 2026-02-19T21:53:58.341Z | Compiling log v0.4.29 |
| 2946 | 2026-02-19T21:53:58.625Z | Compiling indexmap v2.13.0 |
| 2947 | 2026-02-19T21:53:58.741Z | Compiling thread-id v4.2.2 |
| 2948 | 2026-02-19T21:53:58.794Z | Compiling percent-encoding v2.3.2 |
| 2949 | 2026-02-19T21:53:58.885Z | Compiling rustix v1.1.3 |
| 2950 | 2026-02-19T21:53:59.306Z | Compiling getrandom v0.3.4 |
| 2951 | 2026-02-19T21:53:59.957Z | Compiling ordered-float v2.10.1 |
| 2952 | 2026-02-19T21:53:59.972Z | Compiling terminal_size v0.4.0 |
| 2953 | 2026-02-19T21:53:59.986Z | Compiling form_urlencoded v1.2.2 |
| 2954 | 2026-02-19T21:54:00.593Z | Compiling fs-err v3.1.1 |
| 2955 | 2026-02-19T21:54:00.792Z | Compiling anyhow v1.0.99 |
| 2956 | 2026-02-19T21:54:00.984Z | Compiling once_cell v1.21.3 |
| 2957 | 2026-02-19T21:54:01.380Z | Compiling heck v0.4.1 |
| 2958 | 2026-02-19T21:54:01.460Z | Compiling clap_builder v4.5.48 |
| 2959 | 2026-02-19T21:54:02.493Z | Compiling tempfile v3.24.0 |
| 2960 | 2026-02-19T21:54:03.848Z | Compiling synstructure v0.13.1 |
| 2961 | 2026-02-19T21:54:04.305Z | Compiling proc-macro-error v1.0.4 |
| 2962 | 2026-02-19T21:54:04.350Z | Compiling textwrap v0.16.2 |
| 2963 | 2026-02-19T21:54:04.587Z | Compiling camino-tempfile v1.4.1 |
| 2964 | 2026-02-19T21:54:04.925Z | Compiling tabled_derive v0.7.0 |
| 2965 | 2026-02-19T21:54:06.408Z | Compiling serde_derive v1.0.228 |
| 2966 | 2026-02-19T21:54:06.627Z | Compiling thiserror-impl v2.0.18 |
| 2967 | 2026-02-19T21:54:06.773Z | Compiling zerofrom-derive v0.1.4 |
| 2968 | 2026-02-19T21:54:06.887Z | Compiling yoke-derive v0.7.4 |
| 2969 | 2026-02-19T21:54:07.266Z | Compiling zerovec-derive v0.10.3 |
| 2970 | 2026-02-19T21:54:08.703Z | Compiling displaydoc v0.2.5 |
| 2971 | 2026-02-19T21:54:09.154Z | Compiling thiserror-impl v1.0.69 |
| 2972 | 2026-02-19T21:54:09.414Z | Compiling thiserror v2.0.18 |
| 2973 | 2026-02-19T21:54:09.506Z | Compiling zerofrom v0.1.4 |
| 2974 | 2026-02-19T21:54:09.571Z | Compiling zerocopy-derive v0.7.35 |
| 2975 | 2026-02-19T21:54:09.606Z | Compiling pest v2.8.2 |
| 2976 | 2026-02-19T21:54:09.786Z | Compiling yoke v0.7.4 |
| 2977 | 2026-02-19T21:54:10.127Z | Compiling icu_provider_macros v1.5.0 |
| 2978 | 2026-02-19T21:54:10.235Z | Compiling zerovec v0.10.4 |
| 2979 | 2026-02-19T21:54:11.287Z | Compiling zerocopy v0.7.35 |
| 2980 | 2026-02-19T21:54:11.373Z | Compiling scroll_derive v0.12.0 |
| 2981 | 2026-02-19T21:54:11.711Z | Compiling thiserror v1.0.69 |
| 2982 | 2026-02-19T21:54:12.650Z | Compiling tinystr v0.7.6 |
| 2983 | 2026-02-19T21:54:12.691Z | Compiling pest_meta v2.8.2 |
| 2984 | 2026-02-19T21:54:12.716Z | Compiling icu_collections v1.5.0 |
| 2985 | 2026-02-19T21:54:13.115Z | Compiling icu_locid v1.5.0 |
| 2986 | 2026-02-19T21:54:14.576Z | Compiling icu_provider v1.5.0 |
| 2987 | 2026-02-19T21:54:14.609Z | Compiling pest_generator v2.8.2 |
| 2988 | 2026-02-19T21:54:15.368Z | Compiling toml_datetime v0.6.11 |
| 2989 | 2026-02-19T21:54:16.079Z | Compiling icu_locid_transform v1.5.0 |
| 2990 | 2026-02-19T21:54:16.193Z | Compiling serde_spanned v0.6.9 |
| 2991 | 2026-02-19T21:54:16.214Z | Compiling pest_derive v2.8.2 |
| 2992 | 2026-02-19T21:54:16.236Z | Compiling dof v0.3.0 |
| 2993 | 2026-02-19T21:54:16.477Z | Compiling toml_edit v0.22.27 |
| 2994 | 2026-02-19T21:54:16.825Z | Compiling scroll v0.12.0 |
| 2995 | 2026-02-19T21:54:17.013Z | Compiling serde_tokenstream v0.2.2 |
| 2996 | 2026-02-19T21:54:17.054Z | Compiling dtrace-parser v0.2.0 |
| 2997 | 2026-02-19T21:54:17.488Z | Compiling goblin v0.8.2 |
| 2998 | 2026-02-19T21:54:17.594Z | Compiling icu_properties v1.5.1 |
| 2999 | 2026-02-19T21:54:19.828Z | Compiling erased-serde v0.4.6 |
| 3000 | 2026-02-19T21:54:20.685Z | Compiling toml v0.8.23 |
| 3001 | 2026-02-19T21:54:21.877Z | Compiling icu_normalizer v1.5.0 |
| 3002 | 2026-02-19T21:54:23.015Z | Compiling idna_adapter v1.2.0 |
| 3003 | 2026-02-19T21:54:23.272Z | Compiling idna v1.0.3 |
| 3004 | 2026-02-19T21:54:23.288Z | Compiling serde-untagged v0.1.7 |
| 3005 | 2026-02-19T21:54:24.077Z | Compiling url v2.5.4 |
| 3006 | 2026-02-19T21:54:27.060Z | Compiling serde-value v0.7.0 |
| 3007 | 2026-02-19T21:54:28.460Z | Compiling cargo-util-schemas v0.8.2 |
| 3008 | 2026-02-19T21:54:29.473Z | Compiling usdt-macro v0.5.0 |
| 3009 | 2026-02-19T21:54:29.589Z | Compiling usdt-attr-macro v0.5.0 |
| 3010 | 2026-02-19T21:54:30.731Z | Compiling cargo-platform v0.2.0 |
| 3011 | 2026-02-19T21:54:30.963Z | Compiling clap_derive v4.5.47 |
| 3012 | 2026-02-19T21:54:31.953Z | Compiling cargo_metadata v0.21.0 |
| 3013 | 2026-02-19T21:54:31.971Z | Compiling usdt v0.5.0 |
| 3014 | 2026-02-19T21:54:33.369Z | Compiling cargo_toml v0.21.0 |
| 3015 | 2026-02-19T21:54:34.083Z | Compiling macaddr v1.0.1 |
| 3016 | 2026-02-19T21:54:34.696Z | Compiling tabled v0.15.0 |
| 3017 | 2026-02-19T21:54:35.103Z | Compiling clap v4.5.48 |
| 3018 | 2026-02-19T21:54:46.794Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3019 | 2026-02-19T21:54:52.831Z | Finished `release` profile [optimized] target(s) in 56.88s |
| 3020 | 2026-02-19T21:54:52.983Z | |
| 3021 | 2026-02-19T21:54:52.983Z | real 57.068072504 |
| 3022 | 2026-02-19T21:54:52.983Z | user 6:16.097208400 |
| 3023 | 2026-02-19T21:54:52.983Z | sys 28.733938291 |
| 3024 | 2026-02-19T21:54:52.983Z | trap 0.208887810 |
| 3025 | 2026-02-19T21:54:52.983Z | tflt 0.276039359 |
| 3026 | 2026-02-19T21:54:52.993Z | dflt 0.412177455 |
| 3027 | 2026-02-19T21:54:52.993Z | kflt 0.000075413 |
| 3028 | 2026-02-19T21:54:52.993Z | lock 17:48.463778632 |
| 3029 | 2026-02-19T21:54:52.994Z | slp 20:37.511338585 |
| 3030 | 2026-02-19T21:54:52.994Z | lat 26.237997026 |
| 3031 | 2026-02-19T21:54:52.994Z | stop 33.237702072 |
| 3032 | 2026-02-19T21:54:52.994Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3033 | 2026-02-19T21:54:52.994Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3034 | 2026-02-19T21:54:52.994Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3035 | 2026-02-19T21:54:52.994Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3036 | 2026-02-19T21:54:52.994Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3037 | 2026-02-19T21:54:54.415Z | Compiling regress v0.10.4 |
| 3038 | 2026-02-19T21:54:54.588Z | Compiling unsafe-libyaml v0.2.11 |
| 3039 | 2026-02-19T21:54:54.590Z | Compiling match_cfg v0.1.0 |
| 3040 | 2026-02-19T21:54:54.591Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3041 | 2026-02-19T21:54:54.637Z | Compiling structmeta-derive v0.3.0 |
| 3042 | 2026-02-19T21:54:54.640Z | Compiling rustls v0.22.4 |
| 3043 | 2026-02-19T21:54:54.640Z | Compiling newtype-uuid-macros v0.1.0 |
| 3044 | 2026-02-19T21:54:54.658Z | Compiling multer v3.1.0 |
| 3045 | 2026-02-19T21:54:54.720Z | Compiling hostname v0.3.1 |
| 3046 | 2026-02-19T21:54:54.968Z | Compiling debug-ignore v1.0.5 |
| 3047 | 2026-02-19T21:54:55.121Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 3048 | 2026-02-19T21:54:55.148Z | Compiling progenitor-client v0.10.0 |
| 3049 | 2026-02-19T21:54:55.173Z | Compiling slog-json v2.6.1 |
| 3050 | 2026-02-19T21:54:55.561Z | Compiling async-stream-impl v0.3.6 |
| 3051 | 2026-02-19T21:54:55.722Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3052 | 2026-02-19T21:54:56.349Z | Compiling serde_yaml v0.9.34+deprecated |
| 3053 | 2026-02-19T21:54:56.352Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3054 | 2026-02-19T21:54:56.396Z | Compiling serde_spanned v1.0.4 |
| 3055 | 2026-02-19T21:54:56.582Z | Compiling dropshot v0.16.7 |
| 3056 | 2026-02-19T21:54:56.679Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3057 | 2026-02-19T21:54:56.916Z | Compiling async-stream v0.3.6 |
| 3058 | 2026-02-19T21:54:57.047Z | Compiling toml v0.9.11+spec-1.1.0 |
| 3059 | 2026-02-19T21:54:57.098Z | Compiling slog-bunyan v2.5.0 |
| 3060 | 2026-02-19T21:54:57.143Z | Compiling structmeta v0.3.0 |
| 3061 | 2026-02-19T21:54:57.354Z | Compiling waitgroup v0.1.2 |
| 3062 | 2026-02-19T21:54:57.555Z | Compiling rustls-pemfile v2.2.0 |
| 3063 | 2026-02-19T21:54:57.599Z | Compiling dropshot_endpoint v0.16.7 |
| 3064 | 2026-02-19T21:54:57.871Z | Compiling itertools v0.14.0 |
| 3065 | 2026-02-19T21:54:57.936Z | Compiling hostname v0.4.2 |
| 3066 | 2026-02-19T21:54:58.193Z | Compiling typify-impl v0.4.3 |
| 3067 | 2026-02-19T21:54:58.218Z | Compiling serde_path_to_error v0.1.20 |
| 3068 | 2026-02-19T21:54:59.037Z | Compiling derive-ex v0.1.8 |
| 3069 | 2026-02-19T21:54:59.853Z | Compiling tokio-rustls v0.25.0 |
| 3070 | 2026-02-19T21:55:00.302Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 3071 | 2026-02-19T21:55:00.332Z | Compiling macaddr v1.0.1 |
| 3072 | 2026-02-19T21:55:00.581Z | Compiling tabwriter v1.4.0 |
| 3073 | 2026-02-19T21:55:00.788Z | Compiling instant v0.1.13 |
| 3074 | 2026-02-19T21:55:00.930Z | Compiling progenitor-client v0.11.2 |
| 3075 | 2026-02-19T21:55:00.983Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3076 | 2026-02-19T21:55:01.061Z | Compiling parse-display-derive v0.10.0 |
| 3077 | 2026-02-19T21:55:01.541Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3078 | 2026-02-19T21:55:01.799Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3079 | 2026-02-19T21:55:02.038Z | Compiling colored v3.0.0 |
| 3080 | 2026-02-19T21:55:02.326Z | Compiling backoff v0.4.0 |
| 3081 | 2026-02-19T21:55:02.439Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3082 | 2026-02-19T21:55:02.710Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3083 | 2026-02-19T21:55:02.815Z | Compiling proc-macro-crate v1.3.1 |
| 3084 | 2026-02-19T21:55:03.231Z | Compiling crucible-workspace-hack v0.1.0 |
| 3085 | 2026-02-19T21:55:03.259Z | Compiling test-strategy v0.4.3 |
| 3086 | 2026-02-19T21:55:03.397Z | Compiling proc-macro-error v1.0.4 |
| 3087 | 2026-02-19T21:55:03.622Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3088 | 2026-02-19T21:55:03.713Z | Compiling num_enum_derive v0.5.11 |
| 3089 | 2026-02-19T21:55:04.025Z | Compiling heapless v0.8.0 |
| 3090 | 2026-02-19T21:55:04.211Z | Compiling ingot-macros v0.1.1 |
| 3091 | 2026-02-19T21:55:04.813Z | Compiling hash32 v0.3.1 |
| 3092 | 2026-02-19T21:55:04.918Z | Compiling parse-display v0.10.0 |
| 3093 | 2026-02-19T21:55:05.020Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3094 | 2026-02-19T21:55:05.083Z | Compiling smoltcp v0.11.0 |
| 3095 | 2026-02-19T21:55:05.539Z | Compiling foreign-types-macros v0.2.3 |
| 3096 | 2026-02-19T21:55:05.855Z | Compiling foreign-types-shared v0.3.1 |
| 3097 | 2026-02-19T21:55:06.042Z | Compiling cobs v0.2.3 |
| 3098 | 2026-02-19T21:55:06.067Z | Compiling num_enum v0.5.11 |
| 3099 | 2026-02-19T21:55:06.288Z | Compiling postcard v1.0.10 |
| 3100 | 2026-02-19T21:55:06.780Z | Compiling nix v0.30.1 |
| 3101 | 2026-02-19T21:55:06.802Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3102 | 2026-02-19T21:55:06.882Z | Compiling foreign-types v0.5.0 |
| 3103 | 2026-02-19T21:55:06.988Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3104 | 2026-02-19T21:55:07.028Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3105 | 2026-02-19T21:55:07.655Z | Compiling secrecy v0.10.3 |
| 3106 | 2026-02-19T21:55:07.679Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3107 | 2026-02-19T21:55:07.889Z | Compiling cstr-argument v0.1.2 |
| 3108 | 2026-02-19T21:55:07.946Z | Compiling rayon-core v1.12.1 |
| 3109 | 2026-02-19T21:55:07.949Z | Compiling pretty-hex v0.2.1 |
| 3110 | 2026-02-19T21:55:08.071Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3111 | 2026-02-19T21:55:08.183Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3112 | 2026-02-19T21:55:08.208Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3113 | 2026-02-19T21:55:08.412Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3114 | 2026-02-19T21:55:08.518Z | Compiling crossbeam-deque v0.8.5 |
| 3115 | 2026-02-19T21:55:08.591Z | Compiling colored v2.2.0 |
| 3116 | 2026-02-19T21:55:08.644Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3117 | 2026-02-19T21:55:09.579Z | Compiling camino-tempfile v1.4.1 |
| 3118 | 2026-02-19T21:55:09.943Z | Compiling typify-macro v0.4.3 |
| 3119 | 2026-02-19T21:55:10.088Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3120 | 2026-02-19T21:55:10.439Z | Compiling rayon v1.10.0 |
| 3121 | 2026-02-19T21:55:10.795Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3122 | 2026-02-19T21:55:10.946Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3123 | 2026-02-19T21:55:11.007Z | Compiling zone_cfg_derive v0.3.0 |
| 3124 | 2026-02-19T21:55:11.101Z | Compiling ingot-types v0.1.2 |
| 3125 | 2026-02-19T21:55:11.589Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3126 | 2026-02-19T21:55:11.990Z | Compiling ingot v0.1.1 |
| 3127 | 2026-02-19T21:55:12.033Z | Compiling smf v0.2.3 |
| 3128 | 2026-02-19T21:55:12.059Z | Compiling num-derive v0.4.2 |
| 3129 | 2026-02-19T21:55:12.426Z | Compiling sigpipe v0.1.3 |
| 3130 | 2026-02-19T21:55:12.588Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3131 | 2026-02-19T21:55:12.988Z | Compiling zone v0.3.1 |
| 3132 | 2026-02-19T21:55:13.072Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3133 | 2026-02-19T21:55:13.568Z | Compiling toml v0.8.23 |
| 3134 | 2026-02-19T21:55:13.722Z | Compiling convert_case v0.4.0 |
| 3135 | 2026-02-19T21:55:13.998Z | Compiling typify v0.4.3 |
| 3136 | 2026-02-19T21:55:14.221Z | Compiling progenitor-impl v0.11.2 |
| 3137 | 2026-02-19T21:55:14.304Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3138 | 2026-02-19T21:55:14.561Z | Compiling derive_more v0.99.20 |
| 3139 | 2026-02-19T21:55:14.564Z | Compiling universal-hash v0.5.1 |
| 3140 | 2026-02-19T21:55:14.823Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3141 | 2026-02-19T21:55:14.915Z | Compiling opaque-debug v0.3.1 |
| 3142 | 2026-02-19T21:55:15.060Z | Compiling half v2.4.1 |
| 3143 | 2026-02-19T21:55:15.078Z | Compiling ciborium-io v0.2.2 |
| 3144 | 2026-02-19T21:55:15.126Z | Compiling aead v0.5.2 |
| 3145 | 2026-02-19T21:55:15.264Z | Compiling poly1305 v0.8.0 |
| 3146 | 2026-02-19T21:55:15.303Z | Compiling progenitor-impl v0.10.0 |
| 3147 | 2026-02-19T21:55:15.545Z | Compiling ciborium-ll v0.2.2 |
| 3148 | 2026-02-19T21:55:15.670Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3149 | 2026-02-19T21:55:16.025Z | Compiling ciborium v0.2.2 |
| 3150 | 2026-02-19T21:55:16.053Z | Compiling chacha20 v0.9.1 |
| 3151 | 2026-02-19T21:55:16.170Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3152 | 2026-02-19T21:55:16.590Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3153 | 2026-02-19T21:55:16.998Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3154 | 2026-02-19T21:55:17.267Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3155 | 2026-02-19T21:55:17.376Z | Compiling num-rational v0.4.2 |
| 3156 | 2026-02-19T21:55:17.655Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3157 | 2026-02-19T21:55:18.901Z | Compiling password-hash v0.5.0 |
| 3158 | 2026-02-19T21:55:19.349Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3159 | 2026-02-19T21:55:19.448Z | Compiling thiserror-no-std v2.0.2 |
| 3160 | 2026-02-19T21:55:19.622Z | Compiling blake2 v0.10.6 |
| 3161 | 2026-02-19T21:55:19.818Z | Compiling num-complex v0.4.6 |
| 3162 | 2026-02-19T21:55:20.904Z | Compiling indent_write v2.2.0 |
| 3163 | 2026-02-19T21:55:20.990Z | Compiling num v0.4.3 |
| 3164 | 2026-02-19T21:55:21.144Z | Compiling argon2 v0.5.3 |
| 3165 | 2026-02-19T21:55:21.179Z | Compiling vsss-rs v3.3.4 |
| 3166 | 2026-02-19T21:55:21.203Z | Compiling chacha20poly1305 v0.10.1 |
| 3167 | 2026-02-19T21:55:21.206Z | Compiling progenitor-macro v0.11.2 |
| 3168 | 2026-02-19T21:55:21.487Z | Compiling float-ord v0.3.2 |
| 3169 | 2026-02-19T21:55:21.721Z | Compiling gethostname v0.5.0 |
| 3170 | 2026-02-19T21:55:21.959Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3171 | 2026-02-19T21:55:22.215Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3172 | 2026-02-19T21:55:22.349Z | Compiling progenitor-macro v0.10.0 |
| 3173 | 2026-02-19T21:55:22.425Z | Compiling usdt-attr-macro v0.5.0 |
| 3174 | 2026-02-19T21:55:22.467Z | Compiling usdt-macro v0.5.0 |
| 3175 | 2026-02-19T21:55:22.748Z | Compiling derive-where v1.5.0 |
| 3176 | 2026-02-19T21:55:24.035Z | Compiling cancel-safe-futures v0.1.5 |
| 3177 | 2026-02-19T21:55:24.057Z | Compiling owo-colors v4.2.3 |
| 3178 | 2026-02-19T21:55:24.160Z | Compiling usdt v0.5.0 |
| 3179 | 2026-02-19T21:55:24.420Z | Compiling console v0.15.10 |
| 3180 | 2026-02-19T21:55:24.482Z | Compiling resolv-conf v0.7.0 |
| 3181 | 2026-02-19T21:55:24.632Z | Compiling libsw-core v0.3.1 |
| 3182 | 2026-02-19T21:55:24.964Z | Compiling libsw v3.5.0 |
| 3183 | 2026-02-19T21:55:25.298Z | Compiling async-recursion v1.1.1 |
| 3184 | 2026-02-19T21:55:25.494Z | Compiling linear-map v1.2.0 |
| 3185 | 2026-02-19T21:55:25.785Z | Compiling libefi-sys v0.1.0 |
| 3186 | 2026-02-19T21:55:25.812Z | Compiling hickory-proto v0.24.4 |
| 3187 | 2026-02-19T21:55:25.897Z | Compiling newline-converter v0.3.0 |
| 3188 | 2026-02-19T21:55:25.927Z | Compiling atomicwrites v0.4.4 |
| 3189 | 2026-02-19T21:55:26.130Z | Compiling bitfield-struct v0.6.2 |
| 3190 | 2026-02-19T21:55:26.210Z | Compiling semver v0.1.20 |
| 3191 | 2026-02-19T21:55:26.307Z | Compiling linked-hash-map v0.5.6 |
| 3192 | 2026-02-19T21:55:26.738Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3193 | 2026-02-19T21:55:26.813Z | Compiling lru-cache v0.1.2 |
| 3194 | 2026-02-19T21:55:26.863Z | Compiling rustc_version v0.1.7 |
| 3195 | 2026-02-19T21:55:27.060Z | Compiling expectorate v1.2.0 |
| 3196 | 2026-02-19T21:55:27.321Z | Compiling slog-dtrace v0.3.0 |
| 3197 | 2026-02-19T21:55:27.367Z | Compiling siphasher v1.0.1 |
| 3198 | 2026-02-19T21:55:27.413Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3199 | 2026-02-19T21:55:27.575Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3200 | 2026-02-19T21:55:27.578Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3201 | 2026-02-19T21:55:27.774Z | Compiling phf_shared v0.12.1 |
| 3202 | 2026-02-19T21:55:27.806Z | Compiling newtype_derive v0.1.6 |
| 3203 | 2026-02-19T21:55:27.967Z | Compiling tokio-dtrace v0.1.0 |
| 3204 | 2026-02-19T21:55:28.151Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3205 | 2026-02-19T21:55:28.194Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3206 | 2026-02-19T21:55:28.320Z | Compiling dropshot-api-manager-types v0.3.0 |
| 3207 | 2026-02-19T21:55:28.426Z | Compiling pin-project-internal v1.1.6 |
| 3208 | 2026-02-19T21:55:28.979Z | Compiling csv-core v0.1.11 |
| 3209 | 2026-02-19T21:55:29.056Z | Compiling chrono-tz v0.10.4 |
| 3210 | 2026-02-19T21:55:29.297Z | Compiling base64 v0.21.7 |
| 3211 | 2026-02-19T21:55:29.434Z | Compiling xshell-macros v0.2.7 |
| 3212 | 2026-02-19T21:55:29.548Z | Compiling csv v1.3.1 |
| 3213 | 2026-02-19T21:55:29.946Z | Compiling const_format_proc_macros v0.2.34 |
| 3214 | 2026-02-19T21:55:30.244Z | Compiling xshell v0.2.7 |
| 3215 | 2026-02-19T21:55:30.605Z | Compiling oxide-tokio-rt v0.1.2 |
| 3216 | 2026-02-19T21:55:30.851Z | Compiling hickory-resolver v0.24.4 |
| 3217 | 2026-02-19T21:55:31.063Z | Compiling phf v0.12.1 |
| 3218 | 2026-02-19T21:55:31.227Z | Compiling pin-project v1.1.6 |
| 3219 | 2026-02-19T21:55:31.424Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3220 | 2026-02-19T21:55:31.450Z | Compiling primeorder v0.13.6 |
| 3221 | 2026-02-19T21:55:31.894Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3222 | 2026-02-19T21:55:32.033Z | Compiling pem v3.0.5 |
| 3223 | 2026-02-19T21:55:32.057Z | Compiling snafu-derive v0.8.5 |
| 3224 | 2026-02-19T21:55:32.717Z | Compiling same-file v1.0.6 |
| 3225 | 2026-02-19T21:55:32.997Z | Compiling highway v1.3.0 |
| 3226 | 2026-02-19T21:55:33.078Z | Compiling qorb v0.4.1 |
| 3227 | 2026-02-19T21:55:33.526Z | Compiling walkdir v2.5.0 |
| 3228 | 2026-02-19T21:55:33.856Z | Compiling const_format v0.2.34 |
| 3229 | 2026-02-19T21:55:34.041Z | Compiling progenitor v0.11.2 |
| 3230 | 2026-02-19T21:55:34.317Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3231 | 2026-02-19T21:55:34.693Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3232 | 2026-02-19T21:55:35.041Z | Compiling progenitor v0.10.0 |
| 3233 | 2026-02-19T21:55:35.307Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3234 | 2026-02-19T21:55:36.311Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3235 | 2026-02-19T21:55:36.672Z | Compiling snafu v0.8.5 |
| 3236 | 2026-02-19T21:55:36.699Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3237 | 2026-02-19T21:55:36.702Z | Compiling tabled_derive v0.7.0 |
| 3238 | 2026-02-19T21:55:36.749Z | Compiling globset v0.4.15 |
| 3239 | 2026-02-19T21:55:37.436Z | Compiling olpc-cjson v0.1.4 |
| 3240 | 2026-02-19T21:55:37.635Z | Compiling bcs v0.1.6 |
| 3241 | 2026-02-19T21:55:37.771Z | Compiling serde_plain v1.0.2 |
| 3242 | 2026-02-19T21:55:37.970Z | Compiling salty v0.3.0 |
| 3243 | 2026-02-19T21:55:38.166Z | Compiling termtree v0.5.1 |
| 3244 | 2026-02-19T21:55:38.191Z | Compiling radium v0.7.0 |
| 3245 | 2026-02-19T21:55:38.259Z | Compiling typed-path v0.9.3 |
| 3246 | 2026-02-19T21:55:38.289Z | Compiling utf-8 v0.7.6 |
| 3247 | 2026-02-19T21:55:38.446Z | Compiling textwrap v0.16.2 |
| 3248 | 2026-02-19T21:55:38.500Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3249 | 2026-02-19T21:55:38.610Z | Compiling tungstenite v0.21.0 |
| 3250 | 2026-02-19T21:55:38.740Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3251 | 2026-02-19T21:55:38.922Z | Compiling tabled v0.15.0 |
| 3252 | 2026-02-19T21:55:39.117Z | Compiling steno v0.4.1 |
| 3253 | 2026-02-19T21:55:39.531Z | Compiling typify-impl v0.2.0 |
| 3254 | 2026-02-19T21:55:40.548Z | Compiling tough v0.20.0 |
| 3255 | 2026-02-19T21:55:41.245Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3256 | 2026-02-19T21:55:41.493Z | Compiling humantime v2.2.0 |
| 3257 | 2026-02-19T21:55:42.015Z | Compiling tap v1.0.1 |
| 3258 | 2026-02-19T21:55:42.246Z | Compiling maybe-uninit v2.0.0 |
| 3259 | 2026-02-19T21:55:42.841Z | Compiling moka v0.12.10 |
| 3260 | 2026-02-19T21:55:43.338Z | Compiling wyz v0.5.1 |
| 3261 | 2026-02-19T21:55:43.803Z | Compiling tokio-tungstenite v0.21.0 |
| 3262 | 2026-02-19T21:55:44.486Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3263 | 2026-02-19T21:55:45.240Z | Compiling p384 v0.13.1 |
| 3264 | 2026-02-19T21:55:45.264Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3265 | 2026-02-19T21:55:46.181Z | Compiling arc-swap v1.7.1 |
| 3266 | 2026-02-19T21:55:46.295Z | Compiling packed_struct v0.10.1 |
| 3267 | 2026-02-19T21:55:46.575Z | Compiling tagptr v0.2.0 |
| 3268 | 2026-02-19T21:55:46.803Z | Compiling funty v2.0.0 |
| 3269 | 2026-02-19T21:55:46.897Z | Compiling slog-scope v4.4.0 |
| 3270 | 2026-02-19T21:55:47.441Z | Compiling polyval v0.6.2 |
| 3271 | 2026-02-19T21:55:47.560Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3272 | 2026-02-19T21:55:47.906Z | Compiling bitvec v1.0.1 |
| 3273 | 2026-02-19T21:55:48.241Z | Compiling packed_struct_codegen v0.10.1 |
| 3274 | 2026-02-19T21:55:48.358Z | Compiling bitfield-macros v0.19.2 |
| 3275 | 2026-02-19T21:55:48.592Z | Compiling zerocopy-derive v0.6.6 |
| 3276 | 2026-02-19T21:55:49.955Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3277 | 2026-02-19T21:55:49.983Z | Compiling indexmap v1.9.3 |
| 3278 | 2026-02-19T21:55:50.327Z | Compiling parking_lot_core v0.8.6 |
| 3279 | 2026-02-19T21:55:50.376Z | Compiling nodrop v0.1.14 |
| 3280 | 2026-02-19T21:55:50.539Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3281 | 2026-02-19T21:55:50.562Z | Compiling crc-catalog v2.4.0 |
| 3282 | 2026-02-19T21:55:50.780Z | Compiling crc v3.2.1 |
| 3283 | 2026-02-19T21:55:50.805Z | Compiling zerocopy v0.6.6 |
| 3284 | 2026-02-19T21:55:50.808Z | Compiling proc-macro-error2 v2.0.1 |
| 3285 | 2026-02-19T21:55:50.956Z | Compiling array-init v0.0.4 |
| 3286 | 2026-02-19T21:55:51.031Z | Compiling bitfield v0.19.2 |
| 3287 | 2026-02-19T21:55:51.136Z | Compiling typify-macro v0.2.0 |
| 3288 | 2026-02-19T21:55:51.452Z | Compiling hickory-resolver v0.25.2 |
| 3289 | 2026-02-19T21:55:51.452Z | Compiling ghash v0.5.1 |
| 3290 | 2026-02-19T21:55:51.556Z | Compiling smallvec v0.6.14 |
| 3291 | 2026-02-19T21:55:51.586Z | Compiling slog-stdlog v4.1.1 |
| 3292 | 2026-02-19T21:55:51.698Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3293 | 2026-02-19T21:55:51.967Z | Compiling ctr v0.9.2 |
| 3294 | 2026-02-19T21:55:51.990Z | Compiling num-derive v0.3.3 |
| 3295 | 2026-02-19T21:55:52.018Z | Compiling lzma-sys v0.1.20 |
| 3296 | 2026-02-19T21:55:52.385Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3297 | 2026-02-19T21:55:52.614Z | Compiling hashbrown v0.12.3 |
| 3298 | 2026-02-19T21:55:52.763Z | Compiling unicase v2.8.1 |
| 3299 | 2026-02-19T21:55:52.929Z | Compiling aes-gcm v0.10.3 |
| 3300 | 2026-02-19T21:55:53.165Z | Compiling mime_guess v2.0.5 |
| 3301 | 2026-02-19T21:55:53.291Z | Compiling serde-hex v0.1.0 |
| 3302 | 2026-02-19T21:55:54.136Z | Compiling libscf-sys v1.1.0 |
| 3303 | 2026-02-19T21:55:54.335Z | Compiling slog-envlogger v2.2.0 |
| 3304 | 2026-02-19T21:55:54.414Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3305 | 2026-02-19T21:55:54.577Z | Compiling tabled_derive v0.11.0 |
| 3306 | 2026-02-19T21:55:54.780Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3307 | 2026-02-19T21:55:55.147Z | Compiling typify v0.2.0 |
| 3308 | 2026-02-19T21:55:55.358Z | Compiling progenitor-impl v0.8.0 |
| 3309 | 2026-02-19T21:55:55.489Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3310 | 2026-02-19T21:55:55.752Z | Compiling ron v0.8.1 |
| 3311 | 2026-02-19T21:55:55.883Z | Compiling papergrid v0.17.0 |
| 3312 | 2026-02-19T21:55:56.692Z | Compiling testing_table v0.3.0 |
| 3313 | 2026-02-19T21:55:57.005Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3314 | 2026-02-19T21:55:57.394Z | Compiling hashbrown v0.13.2 |
| 3315 | 2026-02-19T21:55:57.924Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3316 | 2026-02-19T21:55:58.058Z | Compiling heck v0.3.3 |
| 3317 | 2026-02-19T21:55:58.117Z | Compiling progenitor-client v0.8.0 |
| 3318 | 2026-02-19T21:55:58.463Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 3319 | 2026-02-19T21:55:58.524Z | Compiling ssh-encoding v0.2.0 |
| 3320 | 2026-02-19T21:55:58.660Z | Compiling blowfish v0.9.1 |
| 3321 | 2026-02-19T21:55:59.045Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3322 | 2026-02-19T21:55:59.163Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3323 | 2026-02-19T21:56:00.029Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3324 | 2026-02-19T21:56:00.191Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3325 | 2026-02-19T21:56:00.278Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3326 | 2026-02-19T21:56:01.094Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3327 | 2026-02-19T21:56:01.245Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3328 | 2026-02-19T21:56:02.160Z | Compiling progenitor-macro v0.8.0 |
| 3329 | 2026-02-19T21:56:03.484Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3330 | 2026-02-19T21:56:03.956Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3331 | 2026-02-19T21:56:04.903Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3332 | 2026-02-19T21:56:05.103Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3333 | 2026-02-19T21:56:05.302Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3334 | 2026-02-19T21:56:06.627Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3335 | 2026-02-19T21:56:06.776Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3336 | 2026-02-19T21:56:07.972Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3337 | 2026-02-19T21:56:08.078Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3338 | 2026-02-19T21:56:08.164Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3339 | 2026-02-19T21:56:08.305Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3340 | 2026-02-19T21:56:08.466Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3341 | 2026-02-19T21:56:09.176Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3342 | 2026-02-19T21:56:10.130Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3343 | 2026-02-19T21:56:10.617Z | Compiling nibble_vec v0.1.0 |
| 3344 | 2026-02-19T21:56:10.860Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3345 | 2026-02-19T21:56:10.886Z | Compiling crc-any v2.5.0 |
| 3346 | 2026-02-19T21:56:11.287Z | Compiling endian-type v0.1.2 |
| 3347 | 2026-02-19T21:56:11.432Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3348 | 2026-02-19T21:56:11.550Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3349 | 2026-02-19T21:56:11.575Z | Compiling corncobs v0.1.4 |
| 3350 | 2026-02-19T21:56:11.812Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3351 | 2026-02-19T21:56:11.937Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3352 | 2026-02-19T21:56:11.963Z | Compiling radix_trie v0.2.1 |
| 3353 | 2026-02-19T21:56:12.651Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3354 | 2026-02-19T21:56:12.743Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3355 | 2026-02-19T21:56:13.859Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3356 | 2026-02-19T21:56:14.534Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3357 | 2026-02-19T21:56:14.741Z | Compiling progenitor v0.8.0 |
| 3358 | 2026-02-19T21:56:15.040Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3359 | 2026-02-19T21:56:15.756Z | Compiling ssh-cipher v0.2.0 |
| 3360 | 2026-02-19T21:56:16.615Z | Compiling zone_cfg_derive v0.1.2 |
| 3361 | 2026-02-19T21:56:16.875Z | Compiling object v0.30.4 |
| 3362 | 2026-02-19T21:56:17.152Z | Compiling tabled v0.20.0 |
| 3363 | 2026-02-19T21:56:17.690Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3364 | 2026-02-19T21:56:18.047Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3365 | 2026-02-19T21:56:18.181Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3366 | 2026-02-19T21:56:18.693Z | Compiling parking_lot v0.11.2 |
| 3367 | 2026-02-19T21:56:19.582Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3368 | 2026-02-19T21:56:20.792Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3369 | 2026-02-19T21:56:20.950Z | Compiling prefix-trie v0.7.0 |
| 3370 | 2026-02-19T21:56:21.259Z | Compiling password-hash v0.4.2 |
| 3371 | 2026-02-19T21:56:21.878Z | Compiling fxhash v0.2.1 |
| 3372 | 2026-02-19T21:56:22.146Z | Compiling secrecy v0.8.0 |
| 3373 | 2026-02-19T21:56:22.169Z | Compiling half v1.8.3 |
| 3374 | 2026-02-19T21:56:22.458Z | Compiling http-range v0.1.5 |
| 3375 | 2026-02-19T21:56:22.804Z | Compiling number_prefix v0.4.0 |
| 3376 | 2026-02-19T21:56:22.837Z | Compiling path-slash v0.1.5 |
| 3377 | 2026-02-19T21:56:23.099Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3378 | 2026-02-19T21:56:23.101Z | Compiling base64 v0.13.1 |
| 3379 | 2026-02-19T21:56:23.287Z | Compiling indicatif v0.17.11 |
| 3380 | 2026-02-19T21:56:23.721Z | Compiling ron v0.7.1 |
| 3381 | 2026-02-19T21:56:24.930Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3382 | 2026-02-19T21:56:25.357Z | Compiling serde_cbor v0.11.2 |
| 3383 | 2026-02-19T21:56:25.906Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3384 | 2026-02-19T21:56:26.799Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3385 | 2026-02-19T21:56:28.545Z | Compiling sled v0.34.7 |
| 3386 | 2026-02-19T21:56:30.066Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3387 | 2026-02-19T21:56:30.795Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3388 | 2026-02-19T21:56:31.853Z | Compiling pbkdf2 v0.11.0 |
| 3389 | 2026-02-19T21:56:32.276Z | Compiling hickory-server v0.25.2 |
| 3390 | 2026-02-19T21:56:32.303Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3391 | 2026-02-19T21:56:33.019Z | Compiling xz2 v0.1.7 |
| 3392 | 2026-02-19T21:56:34.579Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3393 | 2026-02-19T21:56:35.130Z | Compiling zone v0.1.8 |
| 3394 | 2026-02-19T21:56:35.442Z | Compiling ssh-key v0.6.6 |
| 3395 | 2026-02-19T21:56:36.605Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3396 | 2026-02-19T21:56:36.728Z | Compiling hickory-client v0.25.2 |
| 3397 | 2026-02-19T21:56:37.426Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3398 | 2026-02-19T21:56:38.399Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3399 | 2026-02-19T21:56:38.627Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3400 | 2026-02-19T21:56:39.369Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3401 | 2026-02-19T21:56:39.485Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3402 | 2026-02-19T21:56:39.795Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3403 | 2026-02-19T21:56:40.792Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3404 | 2026-02-19T21:56:40.820Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3405 | 2026-02-19T21:56:40.951Z | Compiling p521 v0.13.3 |
| 3406 | 2026-02-19T21:56:41.126Z | Compiling p256 v0.13.2 |
| 3407 | 2026-02-19T21:56:41.970Z | Compiling yasna v0.5.2 |
| 3408 | 2026-02-19T21:56:42.439Z | Compiling headers-core v0.3.0 |
| 3409 | 2026-02-19T21:56:42.503Z | Compiling kstat-rs v0.2.4 |
| 3410 | 2026-02-19T21:56:42.665Z | Compiling nanorand v0.7.0 |
| 3411 | 2026-02-19T21:56:43.129Z | Compiling russh-cryptovec v0.7.3 |
| 3412 | 2026-02-19T21:56:43.155Z | Compiling atty v0.2.14 |
| 3413 | 2026-02-19T21:56:43.267Z | Compiling crc8 v0.1.1 |
| 3414 | 2026-02-19T21:56:43.354Z | Compiling md5 v0.7.0 |
| 3415 | 2026-02-19T21:56:43.469Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3416 | 2026-02-19T21:56:43.472Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3417 | 2026-02-19T21:56:43.497Z | Compiling flume v0.11.1 |
| 3418 | 2026-02-19T21:56:43.560Z | Compiling rcgen v0.12.1 |
| 3419 | 2026-02-19T21:56:43.934Z | Compiling russh-keys v0.45.0 |
| 3420 | 2026-02-19T21:56:44.177Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3421 | 2026-02-19T21:56:45.422Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3422 | 2026-02-19T21:56:45.774Z | Compiling headers v0.4.1 |
| 3423 | 2026-02-19T21:56:46.169Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3424 | 2026-02-19T21:56:47.209Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3425 | 2026-02-19T21:56:47.509Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3426 | 2026-02-19T21:56:47.577Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3427 | 2026-02-19T21:56:49.756Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3428 | 2026-02-19T21:56:49.782Z | Compiling hyper-staticfile v0.10.1 |
| 3429 | 2026-02-19T21:56:50.876Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3430 | 2026-02-19T21:56:52.337Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3431 | 2026-02-19T21:56:54.343Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3432 | 2026-02-19T21:56:56.064Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3433 | 2026-02-19T21:56:56.137Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3434 | 2026-02-19T21:56:56.697Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3435 | 2026-02-19T21:56:56.757Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3436 | 2026-02-19T21:56:58.260Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3437 | 2026-02-19T21:56:58.697Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3438 | 2026-02-19T21:56:59.144Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3439 | 2026-02-19T21:56:59.993Z | Compiling num-bigint v0.4.6 |
| 3440 | 2026-02-19T21:57:00.469Z | Compiling des v0.8.1 |
| 3441 | 2026-02-19T21:57:00.662Z | Compiling subprocess v0.2.9 |
| 3442 | 2026-02-19T21:57:00.863Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3443 | 2026-02-19T21:57:01.402Z | Compiling display-error-chain v0.2.2 |
| 3444 | 2026-02-19T21:57:01.670Z | Compiling hex-literal v0.4.1 |
| 3445 | 2026-02-19T21:57:01.795Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3446 | 2026-02-19T21:57:01.887Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3447 | 2026-02-19T21:57:02.441Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3448 | 2026-02-19T21:57:02.949Z | Compiling russh v0.45.0 |
| 3449 | 2026-02-19T21:57:03.013Z | Compiling internet-checksum v0.2.1 |
| 3450 | 2026-02-19T21:57:09.075Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3451 | 2026-02-19T21:57:09.398Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3452 | 2026-02-19T21:57:09.510Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3453 | 2026-02-19T21:57:09.540Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3454 | 2026-02-19T21:57:13.667Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3455 | 2026-02-19T21:57:13.720Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3456 | 2026-02-19T21:57:23.174Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3457 | 2026-02-19T21:58:01.206Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3458 | 2026-02-19T21:58:33.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 40s |
| 3459 | 2026-02-19T21:58:33.951Z | |
| 3460 | 2026-02-19T21:58:33.954Z | real 3:40.792242919 |
| 3461 | 2026-02-19T21:58:33.954Z | user 19:29.037894195 |
| 3462 | 2026-02-19T21:58:33.954Z | sys 2:35.190158060 |
| 3463 | 2026-02-19T21:58:33.954Z | trap 0.594833958 |
| 3464 | 2026-02-19T21:58:33.954Z | tflt 0.276512723 |
| 3465 | 2026-02-19T21:58:33.954Z | dflt 0.777488915 |
| 3466 | 2026-02-19T21:58:33.954Z | kflt 0.000052171 |
| 3467 | 2026-02-19T21:58:33.954Z | lock 52:40.751040382 |
| 3468 | 2026-02-19T21:58:33.954Z | slp 1:09:20.733268651 |
| 3469 | 2026-02-19T21:58:33.954Z | lat 1:03.569166676 |
| 3470 | 2026-02-19T21:58:33.954Z | stop 2:34.311723163 |
| 3471 | 2026-02-19T21:58:33.954Z | + mkdir tests |
| 3472 | 2026-02-19T21:58:33.957Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3473 | 2026-02-19T21:58:33.957Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3474 | 2026-02-19T21:58:34.002Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f0f523d55a775417 tests/ |
| 3475 | 2026-02-19T21:58:34.042Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c27a46fd3f844ea6 tests/ |
| 3476 | 2026-02-19T21:58:34.076Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8a8d38ad7962ccc0 tests/ |
| 3477 | 2026-02-19T21:58:34.113Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8a88d99829bb1186 tests/ |
| 3478 | 2026-02-19T21:58:34.516Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
| 3479 | 2026-02-19T21:58:34.520Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-c27a46fd3f844ea6 tests/commtest-8a8d38ad7962ccc0 tests/dhcp_server-f0f523d55a775417 tests/end_to_end_tests-8a88d99829bb1186 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3480 | 2026-02-19T22:00:21.153Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3481 | 2026-02-19T22:00:21.153Z | a .github/buildomat/ci-env.sh 1K |
| 3482 | 2026-02-19T22:00:21.153Z | a out/target/test 1K |
| 3483 | 2026-02-19T22:00:21.153Z | a out/npuzone/npuzone 27402K |
| 3484 | 2026-02-19T22:00:21.153Z | a package-manifest.toml 35K |
| 3485 | 2026-02-19T22:00:21.153Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3486 | 2026-02-19T22:00:21.153Z | a target/release/omicron-package 43245K |
| 3487 | 2026-02-19T22:00:21.153Z | a target/release/xtask 11507K |
| 3488 | 2026-02-19T22:00:21.153Z | a target/debug/bootstrap 322885K |
| 3489 | 2026-02-19T22:00:21.153Z | a tests/bootstrap-c27a46fd3f844ea6 31130K |
| 3490 | 2026-02-19T22:00:21.153Z | a tests/commtest-8a8d38ad7962ccc0 31430K |
| 3491 | 2026-02-19T22:00:21.153Z | a tests/dhcp_server-f0f523d55a775417 31130K |
| 3492 | 2026-02-19T22:00:21.153Z | a tests/end_to_end_tests-8a88d99829bb1186 367260K |
| 3493 | 2026-02-19T22:00:21.153Z | a out/clickhouse.tar.gz 319655K |
| 3494 | 2026-02-19T22:00:21.153Z | a out/clickhouse_keeper.tar.gz 302618K |
| 3495 | 2026-02-19T22:00:21.153Z | a out/clickhouse_server.tar.gz 319654K |
| 3496 | 2026-02-19T22:00:21.153Z | a out/cockroachdb.tar.gz 165186K |
| 3497 | 2026-02-19T22:00:21.153Z | a out/crucible-pantry-zone.tar.gz 41563K |
| 3498 | 2026-02-19T22:00:21.153Z | a out/crucible-utils.tar 17744K |
| 3499 | 2026-02-19T22:00:21.153Z | a out/crucible-zone.tar.gz 55701K |
| 3500 | 2026-02-19T22:00:21.153Z | a out/external-dns.tar.gz 48848K |
| 3501 | 2026-02-19T22:00:21.153Z | a out/internal-dns.tar.gz 48847K |
| 3502 | 2026-02-19T22:00:21.153Z | a out/mg-ddm-gz.tar 86339K |
| 3503 | 2026-02-19T22:00:21.153Z | a out/nexus.tar.gz 211980K |
| 3504 | 2026-02-19T22:00:21.153Z | a out/ntp.tar.gz 29700K |
| 3505 | 2026-02-19T22:00:21.154Z | a out/omicron-gateway-softnpu.tar.gz 27679K |
| 3506 | 2026-02-19T22:00:21.154Z | a out/omicron-sled-agent.tar 191748K |
| 3507 | 2026-02-19T22:00:21.154Z | a out/overlay.tar.gz 3K |
| 3508 | 2026-02-19T22:00:21.154Z | a out/oximeter.tar.gz 64239K |
| 3509 | 2026-02-19T22:00:21.154Z | a out/oxlog.tar 3946K |
| 3510 | 2026-02-19T22:00:21.154Z | a out/probe.tar.gz 3037K |
| 3511 | 2026-02-19T22:00:21.154Z | a out/propolis-server.tar.gz 74629K |
| 3512 | 2026-02-19T22:00:21.154Z | a out/pumpkind-gz.tar 26647K |
| 3513 | 2026-02-19T22:00:21.154Z | a out/switch-softnpu.tar.gz 376715K |
| 3514 | 2026-02-19T22:00:21.157Z | |
| 3515 | 2026-02-19T22:00:21.157Z | real 1:46.579089156 |
| 3516 | 2026-02-19T22:00:21.157Z | user 1:41.790061506 |
| 3517 | 2026-02-19T22:00:21.157Z | sys 7.153863269 |
| 3518 | 2026-02-19T22:00:21.157Z | trap 0.027116651 |
| 3519 | 2026-02-19T22:00:21.157Z | tflt 0.000000000 |
| 3520 | 2026-02-19T22:00:21.157Z | dflt 0.000000000 |
| 3521 | 2026-02-19T22:00:21.157Z | kflt 0.000000000 |
| 3522 | 2026-02-19T22:00:21.157Z | lock 0.000000000 |
| 3523 | 2026-02-19T22:00:21.157Z | slp 1:41.335432878 |
| 3524 | 2026-02-19T22:00:21.157Z | lat 2.844433595 |
| 3525 | 2026-02-19T22:00:21.157Z | stop 0.000583476 |
| 3526 | 2026-02-19T22:00:21.160Z | process exited: duration 2585330 ms, exit code 0 |
| |
| 3527 | 2026-02-19T22:00:21.178Z | found 1 output files |
| 3528 | 2026-02-19T22:00:21.178Z | uploading: /work/package.tar.gz (2416046146 bytes) |
| 3529 | 2026-02-19T22:00:56.770Z | uploaded: /work/package.tar.gz |