|
|
|
| 1 | 2026-03-02T03:24:54.514Z | job assigned to worker 01KJP96VW44QWBN66TXMZDT8SH [factory gimlet-EVT22200007-propolis, EVT22200007/59772] (queued for 28 s) |
| |
| 2 | 2026-03-02T03:25:03.755Z | starting task 0: "setup" |
| 3 | 2026-03-02T03:25:03.780Z | ++ uname -s |
| 4 | 2026-03-02T03:25:03.780Z | + kern=SunOS |
| 5 | 2026-03-02T03:25:03.780Z | + build_user=build |
| 6 | 2026-03-02T03:25:03.780Z | + build_uid=12345 |
| 7 | 2026-03-02T03:25:03.780Z | + work_dir=/work |
| 8 | 2026-03-02T03:25:03.780Z | + input_dir=/input |
| 9 | 2026-03-02T03:25:03.780Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-02T03:25:03.780Z | + case "$kern" in |
| 11 | 2026-03-02T03:25:03.780Z | + groupadd -g 12345 build |
| 12 | 2026-03-02T03:25:03.780Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-02T03:25:05.780Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-02T03:25:05.819Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-02T03:25:05.844Z | + home_fs=zfs |
| 16 | 2026-03-02T03:25:05.844Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-02T03:25:05.844Z | + mkdir -p /home/build |
| 18 | 2026-03-02T03:25:05.844Z | + chown build:build /home/build /work |
| 19 | 2026-03-02T03:25:07.829Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-02T03:25:07.853Z | process exited: duration 4076 ms, exit code 0 |
| |
| 21 | 2026-03-02T03:25:07.903Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-02T03:25:07.928Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-02T03:25:07.928Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-02T03:25:07.928Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-03-02T03:25:07.928Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-02T03:25:07.928Z | * rust toolchain channel = "1.91.1" |
| 27 | 2026-03-02T03:25:07.928Z | * rust toolchain profile = "default" |
| 28 | 2026-03-02T03:25:07.929Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-02T03:25:07.929Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-02T03:25:08.042Z | info: downloading installer |
| 31 | 2026-03-02T03:25:09.221Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-02T03:25:09.221Z | warn: /opt/ooce/bin |
| 33 | 2026-03-02T03:25:09.222Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-02T03:25:09.222Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-02T03:25:09.222Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-02T03:25:09.222Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-02T03:25:09.222Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-02T03:25:09.222Z | error: cannot install while Rust is installed |
| 39 | 2026-03-02T03:25:09.222Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-02T03:25:09.247Z | info: profile set to 'default' |
| 41 | 2026-03-02T03:25:09.247Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-02T03:25:09.248Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-02T03:25:09.378Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-02T03:25:09.378Z | info: downloading component 'cargo' |
| 45 | 2026-03-02T03:25:09.845Z | info: downloading component 'clippy' |
| 46 | 2026-03-02T03:25:09.982Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-02T03:25:10.597Z | info: downloading component 'rust-std' |
| 48 | 2026-03-02T03:25:11.581Z | info: downloading component 'rustc' |
| 49 | 2026-03-02T03:25:15.056Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-02T03:25:15.132Z | info: installing component 'cargo' |
| 51 | 2026-03-02T03:25:16.367Z | info: installing component 'clippy' |
| 52 | 2026-03-02T03:25:16.821Z | info: installing component 'rust-docs' |
| 53 | 2026-03-02T03:25:20.284Z | info: installing component 'rust-std' |
| 54 | 2026-03-02T03:25:22.336Z | info: installing component 'rustc' |
| 55 | 2026-03-02T03:25:30.631Z | info: installing component 'rustfmt' |
| 56 | 2026-03-02T03:25:31.023Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-02T03:25:31.023Z | |
| 58 | 2026-03-02T03:25:31.195Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-02T03:25:31.195Z | |
| 60 | 2026-03-02T03:25:31.220Z | |
| 61 | 2026-03-02T03:25:31.220Z | Rust is installed now. Great! |
| 62 | 2026-03-02T03:25:31.220Z | |
| 63 | 2026-03-02T03:25:31.220Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-02T03:25:31.220Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-02T03:25:31.220Z | |
| 66 | 2026-03-02T03:25:31.220Z | To configure your current shell, you need to source |
| 67 | 2026-03-02T03:25:31.220Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-02T03:25:31.220Z | |
| 69 | 2026-03-02T03:25:31.220Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-02T03:25:31.221Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-02T03:25:31.221Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-02T03:25:31.221Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-02T03:25:31.318Z | + rustup --version |
| 74 | 2026-03-02T03:25:31.342Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-02T03:25:31.342Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-02T03:25:31.470Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-02T03:25:31.494Z | + cargo --version |
| 78 | 2026-03-02T03:25:31.593Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-02T03:25:31.617Z | + rustc --version |
| 80 | 2026-03-02T03:25:31.716Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-02T03:25:31.741Z | process exited: duration 23817 ms, exit code 0 |
| |
| 82 | 2026-03-02T03:25:31.792Z | starting task 2: "authentication" |
| 83 | 2026-03-02T03:25:31.850Z | process exited: duration 59 ms, exit code 0 |
| |
| 84 | 2026-03-02T03:25:31.899Z | starting task 3: "clone repository" |
| 85 | 2026-03-02T03:25:31.923Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-02T03:25:31.923Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-02T03:25:31.947Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-02T03:25:45.310Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-02T03:25:45.310Z | + git fetch origin 1125c15d9c41e657fc1d8a0da53f0af0a901521a |
| 90 | 2026-03-02T03:25:45.740Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-02T03:25:45.740Z | * branch 1125c15d9c41e657fc1d8a0da53f0af0a901521a -> FETCH_HEAD |
| 92 | 2026-03-02T03:25:45.764Z | + [[ -n zl/dendrite-220-mcast-api ]] |
| 93 | 2026-03-02T03:25:45.764Z | ++ git branch --show-current |
| 94 | 2026-03-02T03:25:45.764Z | + current=main |
| 95 | 2026-03-02T03:25:45.764Z | + [[ main != zl/dendrite-220-mcast-api ]] |
| 96 | 2026-03-02T03:25:45.764Z | + git branch -f zl/dendrite-220-mcast-api 1125c15d9c41e657fc1d8a0da53f0af0a901521a |
| 97 | 2026-03-02T03:25:45.764Z | + git checkout -f zl/dendrite-220-mcast-api |
| 98 | 2026-03-02T03:25:46.174Z | Switched to branch 'zl/dendrite-220-mcast-api' |
| 99 | 2026-03-02T03:25:46.198Z | + git reset --hard 1125c15d9c41e657fc1d8a0da53f0af0a901521a |
| 100 | 2026-03-02T03:25:46.223Z | HEAD is now at 1125c15d9 [multicast] Adapt multicast code to new dendrite DPD API |
| 101 | 2026-03-02T03:25:46.223Z | process exited: duration 14316 ms, exit code 0 |
| |
| 102 | 2026-03-02T03:25:46.272Z | starting task 4: "build" |
| 103 | 2026-03-02T03:25:46.297Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-02T03:25:46.297Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-02T03:25:46.297Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-02T03:25:46.297Z | + cargo --version |
| 107 | 2026-03-02T03:25:46.357Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-02T03:25:46.381Z | + rustc --version |
| 109 | 2026-03-02T03:25:46.451Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-02T03:25:46.475Z | + WORK=/work |
| 111 | 2026-03-02T03:25:46.475Z | + pfexec mkdir -p /work |
| 112 | 2026-03-02T03:25:46.475Z | + pfexec chown build /work |
| 113 | 2026-03-02T03:25:46.475Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-03-02T03:26:09.893Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-03-02T03:26:22.484Z | Startup: Caching catalogs ... Done |
| 116 | 2026-03-02T03:26:51.077Z | Planning: Solver setup ... Done (26.316s) |
| 117 | 2026-03-02T03:26:51.269Z | Planning: Running solver ... Done (0.191s) |
| 118 | 2026-03-02T03:26:51.430Z | Planning: Finding local manifests ... Done (0.002s) |
| 119 | 2026-03-02T03:26:51.505Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-03-02T03:26:51.930Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-03-02T03:26:51.985Z | Planning: Package planning ... Done (0.056s) |
| 122 | 2026-03-02T03:26:52.046Z | Planning: Merging actions ... Done (0.061s) |
| 123 | 2026-03-02T03:26:52.365Z | Planning: Checking for conflicting actions ... Done (0.319s) |
| 124 | 2026-03-02T03:26:52.389Z | Planning: Consolidating action changes ... Done (0.013s) |
| 125 | 2026-03-02T03:26:52.997Z | Planning: Evaluating mediators ... Done (0.619s) |
| 126 | 2026-03-02T03:26:53.021Z | Planning: Planning completed in 30.41 seconds |
| 127 | 2026-03-02T03:26:53.046Z | Packages to install: 4 |
| 128 | 2026-03-02T03:26:53.046Z | Mediators to change: 2 |
| 129 | 2026-03-02T03:26:53.046Z | Services to change: 1 |
| 130 | 2026-03-02T03:26:53.046Z | Estimated space available: 154.94 GB |
| 131 | 2026-03-02T03:26:53.046Z | Estimated space to be consumed: 1.81 GB |
| 132 | 2026-03-02T03:26:53.046Z | Create boot environment: No |
| 133 | 2026-03-02T03:26:53.046Z | Create backup boot environment: No |
| 134 | 2026-03-02T03:26:53.046Z | Rebuild boot archive: No |
| 135 | 2026-03-02T03:26:53.046Z | |
| 136 | 2026-03-02T03:26:53.046Z | Changed mediators: |
| 137 | 2026-03-02T03:26:53.046Z | mediator clang: |
| 138 | 2026-03-02T03:26:53.046Z | version: None -> 15 (system default) |
| 139 | 2026-03-02T03:26:53.046Z | |
| 140 | 2026-03-02T03:26:53.046Z | mediator llvm: |
| 141 | 2026-03-02T03:26:53.046Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-03-02T03:26:53.047Z | |
| 143 | 2026-03-02T03:26:53.047Z | Changed packages: |
| 144 | 2026-03-02T03:26:53.047Z | helios-dev |
| 145 | 2026-03-02T03:26:53.047Z | developer/build-essential |
| 146 | 2026-03-02T03:26:53.047Z | None -> 11-2.0 |
| 147 | 2026-03-02T03:26:53.047Z | library/libxmlsec1 |
| 148 | 2026-03-02T03:26:53.047Z | None -> 1.2.35-2.0 |
| 149 | 2026-03-02T03:26:53.047Z | ooce/developer/clang-15 |
| 150 | 2026-03-02T03:26:53.047Z | None -> 15.0.7-2.0 |
| 151 | 2026-03-02T03:26:53.047Z | ooce/developer/llvm-15 |
| 152 | 2026-03-02T03:26:53.047Z | None -> 15.0.7-2.0 |
| 153 | 2026-03-02T03:26:53.047Z | |
| 154 | 2026-03-02T03:26:53.047Z | Services: |
| 155 | 2026-03-02T03:26:53.047Z | restart_fmri: |
| 156 | 2026-03-02T03:26:53.047Z | svc:/system/update-man-index:default |
| 157 | 2026-03-02T03:26:53.081Z | |
| 158 | 2026-03-02T03:26:53.081Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-03-02T03:26:58.089Z | Download: 1188/3290 items 78.9/212.6MB 37% complete (15.8M/s) |
| 160 | 2026-03-02T03:27:03.349Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (12.4M/s) |
| 161 | 2026-03-02T03:27:08.361Z | Download: 3247/3290 items 166.3/212.6MB 78% complete (8.7M/s) |
| 162 | 2026-03-02T03:27:13.366Z | Download: 3288/3290 items 211.1/212.6MB 99% complete (9.2M/s) |
| 163 | 2026-03-02T03:27:13.894Z | Download: Completed 212.60 MB in 20.81 seconds (10.2M/s) |
| 164 | 2026-03-02T03:27:14.124Z | Actions: 1/3689 actions (Installing new actions) |
| 165 | 2026-03-02T03:27:19.522Z | Actions: 3262/3689 actions (Installing new actions) |
| 166 | 2026-03-02T03:27:19.996Z | Actions: Completed 3689 actions in 5.87 seconds. |
| 167 | 2026-03-02T03:27:20.708Z | Done (0.703s) |
| 168 | 2026-03-02T03:27:20.708Z | Done (0.000s) |
| 169 | 2026-03-02T03:27:22.048Z | Done (1.340s) |
| 170 | 2026-03-02T03:27:27.053Z | Done (4.746s) |
| 171 | 2026-03-02T03:27:27.155Z | Done (0.020s) |
| 172 | 2026-03-02T03:27:27.179Z | Done (0.000s) |
| 173 | 2026-03-02T03:27:27.325Z | Done (0.000s) |
| 174 | 2026-03-02T03:27:28.359Z | Planning: Evaluating mediator changes ... Done |
| 175 | 2026-03-02T03:27:28.610Z | Planning: Checking for conflicting actions ... Done |
| 176 | 2026-03-02T03:27:28.635Z | Planning: Consolidating action changes ... Done |
| 177 | 2026-03-02T03:27:28.937Z | Planning: Evaluating mediators ... Done |
| 178 | 2026-03-02T03:27:28.961Z | Planning: Planning completed in 0.58 seconds |
| 179 | 2026-03-02T03:27:28.985Z | Mediators to change: 2 |
| 180 | 2026-03-02T03:27:28.985Z | Create boot environment: No |
| 181 | 2026-03-02T03:27:28.985Z | Create backup boot environment: No |
| 182 | 2026-03-02T03:27:29.034Z | Done |
| 183 | 2026-03-02T03:27:29.034Z | Done |
| 184 | 2026-03-02T03:27:30.111Z | Done |
| 185 | 2026-03-02T03:27:34.646Z | Done |
| 186 | 2026-03-02T03:27:34.738Z | Done |
| 187 | 2026-03-02T03:27:34.739Z | Done |
| 188 | 2026-03-02T03:27:34.793Z | Done |
| 189 | 2026-03-02T03:27:35.522Z | Planning: Evaluating mediator changes ... Done |
| 190 | 2026-03-02T03:27:35.546Z | Planning: Merging actions ... Done |
| 191 | 2026-03-02T03:27:35.769Z | Planning: Checking for conflicting actions ... Done |
| 192 | 2026-03-02T03:27:35.793Z | Planning: Consolidating action changes ... Done |
| 193 | 2026-03-02T03:27:36.081Z | Planning: Evaluating mediators ... Done |
| 194 | 2026-03-02T03:27:36.145Z | Planning: Planning completed in 0.92 seconds |
| 195 | 2026-03-02T03:27:36.184Z | Packages to change: 1 |
| 196 | 2026-03-02T03:27:36.184Z | Mediators to change: 1 |
| 197 | 2026-03-02T03:27:36.184Z | Services to change: 1 |
| 198 | 2026-03-02T03:27:36.184Z | Create boot environment: No |
| 199 | 2026-03-02T03:27:36.184Z | Create backup boot environment: Yes |
| 200 | 2026-03-02T03:27:38.139Z | Actions: 1/6 actions (Updating modified actions) |
| 201 | 2026-03-02T03:27:38.163Z | Actions: Completed 6 actions in 0.00 seconds. |
| 202 | 2026-03-02T03:27:38.163Z | Done |
| 203 | 2026-03-02T03:27:38.163Z | Done |
| 204 | 2026-03-02T03:27:38.401Z | Done |
| 205 | 2026-03-02T03:27:42.846Z | Done |
| 206 | 2026-03-02T03:27:42.933Z | Done |
| 207 | 2026-03-02T03:27:42.933Z | Done |
| 208 | 2026-03-02T03:27:43.053Z | Done |
| 209 | 2026-03-02T03:27:43.595Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 210 | 2026-03-02T03:27:43.595Z | clang system 15 system |
| 211 | 2026-03-02T03:27:43.595Z | csh system system illumos |
| 212 | 2026-03-02T03:27:43.595Z | ctags system system illumos |
| 213 | 2026-03-02T03:27:43.595Z | file system system illumos |
| 214 | 2026-03-02T03:27:43.595Z | gcc vendor 12 vendor |
| 215 | 2026-03-02T03:27:43.595Z | gcc system 10 system |
| 216 | 2026-03-02T03:27:43.595Z | gcc system 7 system |
| 217 | 2026-03-02T03:27:43.595Z | go system 1.20 system |
| 218 | 2026-03-02T03:27:43.595Z | go system 1.19 system |
| 219 | 2026-03-02T03:27:43.595Z | llvm system 15 system |
| 220 | 2026-03-02T03:27:43.595Z | llvm system 14 system |
| 221 | 2026-03-02T03:27:43.595Z | mariadb system 10.6 system |
| 222 | 2026-03-02T03:27:43.595Z | mta vendor vendor dma |
| 223 | 2026-03-02T03:27:43.595Z | openjdk system 17 system |
| 224 | 2026-03-02T03:27:43.595Z | openjdk system 11 system |
| 225 | 2026-03-02T03:27:43.595Z | openjdk system 1.8 system |
| 226 | 2026-03-02T03:27:43.595Z | openssl vendor 3 vendor |
| 227 | 2026-03-02T03:27:43.595Z | perl system 5.36 system |
| 228 | 2026-03-02T03:27:43.595Z | postgresql system 15 system |
| 229 | 2026-03-02T03:27:43.595Z | postgresql system 13 system |
| 230 | 2026-03-02T03:27:43.595Z | python vendor 3 vendor |
| 231 | 2026-03-02T03:27:43.595Z | python system 2 system |
| 232 | 2026-03-02T03:27:43.596Z | python3 system 3.11 system |
| 233 | 2026-03-02T03:27:43.596Z | ruby system 3.0 system |
| 234 | 2026-03-02T03:27:43.596Z | words vendor vendor american-english |
| 235 | 2026-03-02T03:27:43.596Z | words system system australian-english |
| 236 | 2026-03-02T03:27:43.596Z | words system system british-english |
| 237 | 2026-03-02T03:27:43.596Z | words system system canadian-english |
| 238 | 2026-03-02T03:27:43.596Z | words system system french |
| 239 | 2026-03-02T03:27:43.596Z | words system system italian |
| 240 | 2026-03-02T03:27:43.596Z | words system system ngerman |
| 241 | 2026-03-02T03:27:43.596Z | words system system ogerman |
| 242 | 2026-03-02T03:27:43.596Z | words system system spanish |
| 243 | 2026-03-02T03:27:43.980Z | PUBLISHER TYPE STATUS P LOCATION |
| 244 | 2026-03-02T03:27:43.980Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 245 | 2026-03-02T03:27:51.936Z | FMRI IFO |
| 246 | 2026-03-02T03:27:51.936Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 247 | 2026-03-02T03:27:51.936Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 248 | 2026-03-02T03:27:51.936Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 249 | 2026-03-02T03:27:51.936Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 250 | 2026-03-02T03:27:51.936Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 251 | 2026-03-02T03:27:51.937Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 252 | 2026-03-02T03:27:51.937Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 253 | 2026-03-02T03:27:51.937Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 254 | 2026-03-02T03:27:51.937Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 255 | 2026-03-02T03:27:51.937Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 256 | 2026-03-02T03:27:51.937Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 257 | 2026-03-02T03:27:51.937Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 258 | 2026-03-02T03:27:51.937Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 259 | 2026-03-02T03:27:51.937Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 260 | 2026-03-02T03:27:51.937Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 261 | 2026-03-02T03:27:51.937Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 262 | 2026-03-02T03:27:53.181Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 263 | 2026-03-02T03:27:53.599Z | Updating crates.io index |
| 264 | 2026-03-02T03:27:53.623Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 265 | 2026-03-02T03:27:53.955Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 266 | 2026-03-02T03:27:54.516Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 267 | 2026-03-02T03:27:54.882Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 268 | 2026-03-02T03:27:55.462Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 269 | 2026-03-02T03:27:57.011Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2026-03-02T03:27:59.641Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 271 | 2026-03-02T03:28:00.543Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 272 | 2026-03-02T03:28:00.961Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 273 | 2026-03-02T03:28:02.236Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 274 | 2026-03-02T03:28:02.892Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 275 | 2026-03-02T03:28:04.030Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 276 | 2026-03-02T03:28:04.365Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 277 | 2026-03-02T03:28:05.055Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 278 | 2026-03-02T03:28:05.427Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 279 | 2026-03-02T03:28:06.500Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 280 | 2026-03-02T03:28:07.143Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-03-02T03:28:07.479Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 282 | 2026-03-02T03:28:07.852Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 283 | 2026-03-02T03:28:08.262Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 284 | 2026-03-02T03:28:08.777Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 285 | 2026-03-02T03:28:09.113Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 286 | 2026-03-02T03:28:09.475Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 287 | 2026-03-02T03:28:10.022Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 288 | 2026-03-02T03:28:10.533Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 289 | 2026-03-02T03:28:11.160Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 290 | 2026-03-02T03:28:11.504Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 291 | 2026-03-02T03:28:12.084Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 292 | 2026-03-02T03:28:12.568Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 293 | 2026-03-02T03:28:13.226Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 294 | 2026-03-02T03:28:13.548Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 295 | 2026-03-02T03:28:14.000Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 296 | 2026-03-02T03:28:14.430Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 297 | 2026-03-02T03:28:14.856Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 298 | 2026-03-02T03:28:15.369Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 299 | 2026-03-02T03:28:15.747Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 300 | 2026-03-02T03:28:16.102Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 301 | 2026-03-02T03:28:16.592Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 302 | 2026-03-02T03:28:33.911Z | Downloading crates ... |
| 303 | 2026-03-02T03:28:33.997Z | Downloaded unicode-width v0.1.14 |
| 304 | 2026-03-02T03:28:34.021Z | Downloaded version_check v0.9.5 |
| 305 | 2026-03-02T03:28:34.021Z | Downloaded form_urlencoded v1.2.2 |
| 306 | 2026-03-02T03:28:34.021Z | Downloaded textwrap v0.16.2 |
| 307 | 2026-03-02T03:28:34.021Z | Downloaded yoke-derive v0.8.1 |
| 308 | 2026-03-02T03:28:34.046Z | Downloaded libc v0.2.180 |
| 309 | 2026-03-02T03:28:34.078Z | Downloaded zerofrom-derive v0.1.6 |
| 310 | 2026-03-02T03:28:34.103Z | Downloaded zmij v1.0.21 |
| 311 | 2026-03-02T03:28:34.103Z | Downloaded url v2.5.8 |
| 312 | 2026-03-02T03:28:34.103Z | Downloaded toml v0.8.23 |
| 313 | 2026-03-02T03:28:34.103Z | Downloaded zerocopy v0.7.35 |
| 314 | 2026-03-02T03:28:34.128Z | Downloaded winnow v0.7.14 |
| 315 | 2026-03-02T03:28:34.152Z | Downloaded toml_edit v0.22.27 |
| 316 | 2026-03-02T03:28:34.152Z | Downloaded synstructure v0.13.2 |
| 317 | 2026-03-02T03:28:34.152Z | Downloaded pest_generator v2.8.6 |
| 318 | 2026-03-02T03:28:34.152Z | Downloaded zerotrie v0.2.3 |
| 319 | 2026-03-02T03:28:34.178Z | Downloaded clap v4.5.60 |
| 320 | 2026-03-02T03:28:34.178Z | Downloaded zerovec v0.11.5 |
| 321 | 2026-03-02T03:28:34.178Z | Downloaded serde_json v1.0.149 |
| 322 | 2026-03-02T03:28:34.203Z | Downloaded pest_meta v2.8.6 |
| 323 | 2026-03-02T03:28:34.203Z | Downloaded indexmap v2.13.0 |
| 324 | 2026-03-02T03:28:34.203Z | Downloaded serde v1.0.228 |
| 325 | 2026-03-02T03:28:34.203Z | Downloaded proc-macro2 v1.0.106 |
| 326 | 2026-03-02T03:28:34.203Z | Downloaded unicode-width v0.2.0 |
| 327 | 2026-03-02T03:28:34.203Z | Downloaded typenum v1.19.0 |
| 328 | 2026-03-02T03:28:34.203Z | Downloaded clap_builder v4.5.60 |
| 329 | 2026-03-02T03:28:34.227Z | Downloaded tempfile v3.25.0 |
| 330 | 2026-03-02T03:28:34.227Z | Downloaded syn v1.0.109 |
| 331 | 2026-03-02T03:28:34.227Z | Downloaded pretty-hex v0.4.1 |
| 332 | 2026-03-02T03:28:34.227Z | Downloaded getrandom v0.4.1 |
| 333 | 2026-03-02T03:28:34.252Z | Downloaded goblin v0.8.2 |
| 334 | 2026-03-02T03:28:34.252Z | Downloaded erased-serde v0.4.9 |
| 335 | 2026-03-02T03:28:34.252Z | Downloaded cpufeatures v0.2.17 |
| 336 | 2026-03-02T03:28:34.253Z | Downloaded clap_lex v1.0.0 |
| 337 | 2026-03-02T03:28:34.253Z | Downloaded block-buffer v0.10.4 |
| 338 | 2026-03-02T03:28:34.253Z | Downloaded smawk v0.3.2 |
| 339 | 2026-03-02T03:28:34.253Z | Downloaded sha2 v0.10.9 |
| 340 | 2026-03-02T03:28:34.253Z | Downloaded serde_tokenstream v0.2.3 |
| 341 | 2026-03-02T03:28:34.253Z | Downloaded serde_derive v1.0.228 |
| 342 | 2026-03-02T03:28:34.253Z | Downloaded rustix v1.1.3 |
| 343 | 2026-03-02T03:28:34.278Z | Downloaded serde-value v0.7.0 |
| 344 | 2026-03-02T03:28:34.278Z | Downloaded semver v1.0.27 |
| 345 | 2026-03-02T03:28:34.302Z | Downloaded scroll_derive v0.12.1 |
| 346 | 2026-03-02T03:28:34.302Z | Downloaded proc-macro-error-attr v1.0.4 |
| 347 | 2026-03-02T03:28:34.302Z | Downloaded log v0.4.29 |
| 348 | 2026-03-02T03:28:34.302Z | Downloaded bitflags v2.11.0 |
| 349 | 2026-03-02T03:28:34.302Z | Downloaded autocfg v1.5.0 |
| 350 | 2026-03-02T03:28:34.302Z | Downloaded terminal_size v0.4.3 |
| 351 | 2026-03-02T03:28:34.302Z | Downloaded swrite v0.1.0 |
| 352 | 2026-03-02T03:28:34.302Z | Downloaded stable_deref_trait v1.2.1 |
| 353 | 2026-03-02T03:28:34.302Z | Downloaded smallvec v1.15.1 |
| 354 | 2026-03-02T03:28:34.302Z | Downloaded memchr v2.8.0 |
| 355 | 2026-03-02T03:28:34.327Z | Downloaded icu_normalizer v2.1.1 |
| 356 | 2026-03-02T03:28:34.327Z | Downloaded icu_collections v2.1.1 |
| 357 | 2026-03-02T03:28:34.327Z | Downloaded crypto-common v0.1.7 |
| 358 | 2026-03-02T03:28:34.327Z | Downloaded clap_derive v4.5.55 |
| 359 | 2026-03-02T03:28:34.327Z | Downloaded plain v0.2.3 |
| 360 | 2026-03-02T03:28:34.327Z | Downloaded papergrid v0.11.0 |
| 361 | 2026-03-02T03:28:34.351Z | Downloaded icu_properties v2.1.2 |
| 362 | 2026-03-02T03:28:34.351Z | Downloaded itoa v1.0.17 |
| 363 | 2026-03-02T03:28:34.351Z | Downloaded idna_adapter v1.2.1 |
| 364 | 2026-03-02T03:28:34.351Z | Downloaded heck v0.5.0 |
| 365 | 2026-03-02T03:28:34.351Z | Downloaded errno v0.3.14 |
| 366 | 2026-03-02T03:28:34.351Z | Downloaded pest_derive v2.8.6 |
| 367 | 2026-03-02T03:28:34.351Z | Downloaded icu_normalizer_data v2.1.1 |
| 368 | 2026-03-02T03:28:34.351Z | Downloaded cargo_metadata v0.21.0 |
| 369 | 2026-03-02T03:28:34.351Z | Downloaded camino v1.2.2 |
| 370 | 2026-03-02T03:28:34.352Z | Downloaded ucd-trie v0.1.7 |
| 371 | 2026-03-02T03:28:34.352Z | Downloaded tinystr v0.8.2 |
| 372 | 2026-03-02T03:28:34.352Z | Downloaded thiserror-impl v2.0.18 |
| 373 | 2026-03-02T03:28:34.352Z | Downloaded thiserror-impl v1.0.69 |
| 374 | 2026-03-02T03:28:34.352Z | Downloaded num-traits v0.2.19 |
| 375 | 2026-03-02T03:28:34.376Z | Downloaded macaddr v1.0.1 |
| 376 | 2026-03-02T03:28:34.376Z | Downloaded cargo_toml v0.21.0 |
| 377 | 2026-03-02T03:28:34.376Z | Downloaded zerovec-derive v0.11.2 |
| 378 | 2026-03-02T03:28:34.376Z | Downloaded zerocopy-derive v0.7.35 |
| 379 | 2026-03-02T03:28:34.376Z | Downloaded yoke v0.8.1 |
| 380 | 2026-03-02T03:28:34.376Z | Downloaded writeable v0.6.2 |
| 381 | 2026-03-02T03:28:34.376Z | Downloaded usdt-impl v0.5.0 |
| 382 | 2026-03-02T03:28:34.376Z | Downloaded usdt-attr-macro v0.5.0 |
| 383 | 2026-03-02T03:28:34.376Z | Downloaded thread-id v4.2.2 |
| 384 | 2026-03-02T03:28:34.376Z | Downloaded thiserror v2.0.18 |
| 385 | 2026-03-02T03:28:34.376Z | Downloaded tabled v0.15.0 |
| 386 | 2026-03-02T03:28:34.401Z | Downloaded syn v2.0.117 |
| 387 | 2026-03-02T03:28:34.425Z | Downloaded scroll v0.12.0 |
| 388 | 2026-03-02T03:28:34.425Z | Downloaded quote v1.0.44 |
| 389 | 2026-03-02T03:28:34.425Z | Downloaded pest v2.8.6 |
| 390 | 2026-03-02T03:28:34.425Z | Downloaded idna v1.1.0 |
| 391 | 2026-03-02T03:28:34.425Z | Downloaded icu_properties_data v2.1.2 |
| 392 | 2026-03-02T03:28:34.451Z | Downloaded icu_locale_core v2.1.1 |
| 393 | 2026-03-02T03:28:34.451Z | Downloaded generic-array v0.14.7 |
| 394 | 2026-03-02T03:28:34.451Z | Downloaded fnv v1.0.7 |
| 395 | 2026-03-02T03:28:34.451Z | Downloaded dof v0.3.0 |
| 396 | 2026-03-02T03:28:34.451Z | Downloaded displaydoc v0.2.5 |
| 397 | 2026-03-02T03:28:34.451Z | Downloaded digest v0.10.7 |
| 398 | 2026-03-02T03:28:34.451Z | Downloaded colorchoice v1.0.4 |
| 399 | 2026-03-02T03:28:34.451Z | Downloaded cfg-if v1.0.4 |
| 400 | 2026-03-02T03:28:34.451Z | Downloaded cargo-platform v0.2.0 |
| 401 | 2026-03-02T03:28:34.451Z | Downloaded camino-tempfile v1.4.1 |
| 402 | 2026-03-02T03:28:34.451Z | Downloaded byteorder v1.5.0 |
| 403 | 2026-03-02T03:28:34.451Z | Downloaded anyhow v1.0.102 |
| 404 | 2026-03-02T03:28:34.451Z | Downloaded anstyle-query v1.1.5 |
| 405 | 2026-03-02T03:28:34.476Z | Downloaded anstyle v1.0.13 |
| 406 | 2026-03-02T03:28:34.476Z | Downloaded zerofrom v0.1.6 |
| 407 | 2026-03-02T03:28:34.476Z | Downloaded utf8_iter v1.0.4 |
| 408 | 2026-03-02T03:28:34.476Z | Downloaded unicode-xid v0.2.6 |
| 409 | 2026-03-02T03:28:34.476Z | Downloaded unicode-linebreak v0.1.5 |
| 410 | 2026-03-02T03:28:34.476Z | Downloaded typeid v1.0.3 |
| 411 | 2026-03-02T03:28:34.476Z | Downloaded tabled_derive v0.7.0 |
| 412 | 2026-03-02T03:28:34.476Z | Downloaded strsim v0.11.1 |
| 413 | 2026-03-02T03:28:34.476Z | Downloaded serde_spanned v0.6.9 |
| 414 | 2026-03-02T03:28:34.476Z | Downloaded serde_core v1.0.228 |
| 415 | 2026-03-02T03:28:34.476Z | Downloaded serde-untagged v0.1.9 |
| 416 | 2026-03-02T03:28:34.476Z | Downloaded proc-macro-error v1.0.4 |
| 417 | 2026-03-02T03:28:34.476Z | Downloaded potential_utf v0.1.4 |
| 418 | 2026-03-02T03:28:34.476Z | Downloaded percent-encoding v2.3.2 |
| 419 | 2026-03-02T03:28:34.476Z | Downloaded ordered-float v2.10.1 |
| 420 | 2026-03-02T03:28:34.476Z | Downloaded once_cell v1.21.3 |
| 421 | 2026-03-02T03:28:34.476Z | Downloaded litemap v0.8.1 |
| 422 | 2026-03-02T03:28:34.476Z | Downloaded is_terminal_polyfill v1.70.2 |
| 423 | 2026-03-02T03:28:34.501Z | Downloaded icu_provider v2.1.1 |
| 424 | 2026-03-02T03:28:34.501Z | Downloaded heck v0.4.1 |
| 425 | 2026-03-02T03:28:34.501Z | Downloaded fs-err v3.3.0 |
| 426 | 2026-03-02T03:28:34.501Z | Downloaded fastrand v2.3.0 |
| 427 | 2026-03-02T03:28:34.501Z | Downloaded dtrace-parser v0.2.0 |
| 428 | 2026-03-02T03:28:34.501Z | Downloaded anstream v0.6.21 |
| 429 | 2026-03-02T03:28:34.501Z | Downloaded utf8parse v0.2.2 |
| 430 | 2026-03-02T03:28:34.501Z | Downloaded usdt-macro v0.5.0 |
| 431 | 2026-03-02T03:28:34.501Z | Downloaded usdt v0.5.0 |
| 432 | 2026-03-02T03:28:34.501Z | Downloaded unicode-ident v1.0.24 |
| 433 | 2026-03-02T03:28:34.501Z | Downloaded toml_write v0.1.2 |
| 434 | 2026-03-02T03:28:34.501Z | Downloaded toml_datetime v0.6.11 |
| 435 | 2026-03-02T03:28:34.501Z | Downloaded hashbrown v0.16.1 |
| 436 | 2026-03-02T03:28:34.501Z | Downloaded cargo-util-schemas v0.8.2 |
| 437 | 2026-03-02T03:28:34.526Z | Downloaded memmap v0.7.0 |
| 438 | 2026-03-02T03:28:34.526Z | Downloaded equivalent v1.0.2 |
| 439 | 2026-03-02T03:28:34.526Z | Downloaded bytecount v0.6.9 |
| 440 | 2026-03-02T03:28:34.526Z | Downloaded anstyle-parse v0.2.7 |
| 441 | 2026-03-02T03:28:34.526Z | Downloaded thiserror v1.0.69 |
| 442 | 2026-03-02T03:28:34.597Z | Compiling proc-macro2 v1.0.106 |
| 443 | 2026-03-02T03:28:34.597Z | Compiling quote v1.0.44 |
| 444 | 2026-03-02T03:28:34.621Z | Compiling unicode-ident v1.0.24 |
| 445 | 2026-03-02T03:28:34.621Z | Compiling serde_core v1.0.228 |
| 446 | 2026-03-02T03:28:34.621Z | Compiling libc v0.2.180 |
| 447 | 2026-03-02T03:28:34.621Z | Compiling version_check v0.9.5 |
| 448 | 2026-03-02T03:28:34.621Z | Compiling memchr v2.8.0 |
| 449 | 2026-03-02T03:28:34.621Z | Compiling stable_deref_trait v1.2.1 |
| 450 | 2026-03-02T03:28:34.859Z | Compiling serde v1.0.228 |
| 451 | 2026-03-02T03:28:34.915Z | Compiling zmij v1.0.21 |
| 452 | 2026-03-02T03:28:35.485Z | Compiling autocfg v1.5.0 |
| 453 | 2026-03-02T03:28:35.509Z | Compiling ucd-trie v0.1.7 |
| 454 | 2026-03-02T03:28:35.608Z | Compiling thiserror v1.0.69 |
| 455 | 2026-03-02T03:28:36.050Z | Compiling itoa v1.0.17 |
| 456 | 2026-03-02T03:28:36.206Z | Compiling pest v2.8.6 |
| 457 | 2026-03-02T03:28:36.376Z | Compiling litemap v0.8.1 |
| 458 | 2026-03-02T03:28:36.406Z | Compiling writeable v0.6.2 |
| 459 | 2026-03-02T03:28:36.452Z | Compiling byteorder v1.5.0 |
| 460 | 2026-03-02T03:28:36.571Z | Compiling rustix v1.1.3 |
| 461 | 2026-03-02T03:28:36.879Z | Compiling icu_properties_data v2.1.2 |
| 462 | 2026-03-02T03:28:37.180Z | Compiling syn v2.0.117 |
| 463 | 2026-03-02T03:28:37.213Z | Compiling icu_normalizer_data v2.1.1 |
| 464 | 2026-03-02T03:28:37.418Z | Compiling errno v0.3.14 |
| 465 | 2026-03-02T03:28:37.475Z | Compiling bitflags v2.11.0 |
| 466 | 2026-03-02T03:28:37.565Z | Compiling serde_json v1.0.149 |
| 467 | 2026-03-02T03:28:37.865Z | Compiling num-traits v0.2.19 |
| 468 | 2026-03-02T03:28:37.958Z | Compiling smallvec v1.15.1 |
| 469 | 2026-03-02T03:28:37.992Z | Compiling typeid v1.0.3 |
| 470 | 2026-03-02T03:28:38.306Z | Compiling equivalent v1.0.2 |
| 471 | 2026-03-02T03:28:38.477Z | Compiling hashbrown v0.16.1 |
| 472 | 2026-03-02T03:28:38.589Z | Compiling pest_meta v2.8.6 |
| 473 | 2026-03-02T03:28:38.983Z | Compiling thread-id v4.2.2 |
| 474 | 2026-03-02T03:28:39.168Z | Compiling usdt-impl v0.5.0 |
| 475 | 2026-03-02T03:28:39.232Z | Compiling proc-macro-error-attr v1.0.4 |
| 476 | 2026-03-02T03:28:39.570Z | Compiling erased-serde v0.4.9 |
| 477 | 2026-03-02T03:28:39.595Z | Compiling indexmap v2.13.0 |
| 478 | 2026-03-02T03:28:39.689Z | Compiling toml_write v0.1.2 |
| 479 | 2026-03-02T03:28:40.010Z | Compiling syn v1.0.109 |
| 480 | 2026-03-02T03:28:40.075Z | Compiling winnow v0.7.14 |
| 481 | 2026-03-02T03:28:41.007Z | Compiling proc-macro-error v1.0.4 |
| 482 | 2026-03-02T03:28:41.205Z | Compiling getrandom v0.4.1 |
| 483 | 2026-03-02T03:28:41.348Z | Compiling utf8_iter v1.0.4 |
| 484 | 2026-03-02T03:28:41.636Z | Compiling log v0.4.29 |
| 485 | 2026-03-02T03:28:41.859Z | Compiling thiserror v2.0.18 |
| 486 | 2026-03-02T03:28:41.984Z | Compiling camino v1.2.2 |
| 487 | 2026-03-02T03:28:42.288Z | Compiling utf8parse v0.2.2 |
| 488 | 2026-03-02T03:28:42.463Z | Compiling plain v0.2.3 |
| 489 | 2026-03-02T03:28:42.496Z | Compiling percent-encoding v2.3.2 |
| 490 | 2026-03-02T03:28:42.648Z | Compiling anstyle-parse v0.2.7 |
| 491 | 2026-03-02T03:28:42.676Z | Compiling ordered-float v2.10.1 |
| 492 | 2026-03-02T03:28:42.754Z | Compiling form_urlencoded v1.2.2 |
| 493 | 2026-03-02T03:28:43.154Z | Compiling terminal_size v0.4.3 |
| 494 | 2026-03-02T03:28:43.388Z | Compiling anstyle v1.0.13 |
| 495 | 2026-03-02T03:28:43.492Z | Compiling is_terminal_polyfill v1.70.2 |
| 496 | 2026-03-02T03:28:43.538Z | Compiling pretty-hex v0.4.1 |
| 497 | 2026-03-02T03:28:43.659Z | Compiling synstructure v0.13.2 |
| 498 | 2026-03-02T03:28:43.686Z | Compiling pest_generator v2.8.6 |
| 499 | 2026-03-02T03:28:43.786Z | Compiling anstyle-query v1.1.5 |
| 500 | 2026-03-02T03:28:43.815Z | Compiling colorchoice v1.0.4 |
| 501 | 2026-03-02T03:28:43.855Z | Compiling cfg-if v1.0.4 |
| 502 | 2026-03-02T03:28:43.992Z | Compiling anstream v0.6.21 |
| 503 | 2026-03-02T03:28:44.026Z | Compiling serde-untagged v0.1.9 |
| 504 | 2026-03-02T03:28:44.287Z | Compiling semver v1.0.27 |
| 505 | 2026-03-02T03:28:44.621Z | Compiling fs-err v3.3.0 |
| 506 | 2026-03-02T03:28:44.928Z | Compiling unicode-width v0.1.14 |
| 507 | 2026-03-02T03:28:44.956Z | Compiling unicode-xid v0.2.6 |
| 508 | 2026-03-02T03:28:44.980Z | Compiling once_cell v1.21.3 |
| 509 | 2026-03-02T03:28:45.092Z | Compiling heck v0.5.0 |
| 510 | 2026-03-02T03:28:45.174Z | Compiling clap_lex v1.0.0 |
| 511 | 2026-03-02T03:28:45.203Z | Compiling fnv v1.0.7 |
| 512 | 2026-03-02T03:28:45.377Z | Compiling fastrand v2.3.0 |
| 513 | 2026-03-02T03:28:45.405Z | Compiling anyhow v1.0.102 |
| 514 | 2026-03-02T03:28:45.440Z | Compiling strsim v0.11.1 |
| 515 | 2026-03-02T03:28:45.538Z | Compiling bytecount v0.6.9 |
| 516 | 2026-03-02T03:28:45.791Z | Compiling heck v0.4.1 |
| 517 | 2026-03-02T03:28:45.879Z | Compiling clap_builder v4.5.60 |
| 518 | 2026-03-02T03:28:46.141Z | Compiling tempfile v3.25.0 |
| 519 | 2026-03-02T03:28:46.199Z | Compiling papergrid v0.11.0 |
| 520 | 2026-03-02T03:28:46.395Z | Compiling memmap v0.7.0 |
| 521 | 2026-03-02T03:28:46.422Z | Compiling unicode-width v0.2.0 |
| 522 | 2026-03-02T03:28:46.754Z | Compiling smawk v0.3.2 |
| 523 | 2026-03-02T03:28:46.894Z | Compiling unicode-linebreak v0.1.5 |
| 524 | 2026-03-02T03:28:46.941Z | Compiling camino-tempfile v1.4.1 |
| 525 | 2026-03-02T03:28:47.337Z | Compiling textwrap v0.16.2 |
| 526 | 2026-03-02T03:28:47.646Z | Compiling swrite v0.1.0 |
| 527 | 2026-03-02T03:28:47.774Z | Compiling tabled_derive v0.7.0 |
| 528 | 2026-03-02T03:28:47.807Z | Compiling serde_derive v1.0.228 |
| 529 | 2026-03-02T03:28:47.832Z | Compiling zerofrom-derive v0.1.6 |
| 530 | 2026-03-02T03:28:47.905Z | Compiling yoke-derive v0.8.1 |
| 531 | 2026-03-02T03:28:48.318Z | Compiling zerovec-derive v0.11.2 |
| 532 | 2026-03-02T03:28:49.242Z | Compiling displaydoc v0.2.5 |
| 533 | 2026-03-02T03:28:49.532Z | Compiling thiserror-impl v1.0.69 |
| 534 | 2026-03-02T03:28:50.186Z | Compiling zerocopy-derive v0.7.35 |
| 535 | 2026-03-02T03:28:50.510Z | Compiling pest_derive v2.8.6 |
| 536 | 2026-03-02T03:28:50.629Z | Compiling scroll_derive v0.12.1 |
| 537 | 2026-03-02T03:28:50.760Z | Compiling zerofrom v0.1.6 |
| 538 | 2026-03-02T03:28:50.991Z | Compiling yoke v0.8.1 |
| 539 | 2026-03-02T03:28:51.216Z | Compiling thiserror-impl v2.0.18 |
| 540 | 2026-03-02T03:28:51.347Z | Compiling zerovec v0.11.5 |
| 541 | 2026-03-02T03:28:51.929Z | Compiling zerotrie v0.2.3 |
| 542 | 2026-03-02T03:28:51.963Z | Compiling zerocopy v0.7.35 |
| 543 | 2026-03-02T03:28:52.159Z | Compiling dtrace-parser v0.2.0 |
| 544 | 2026-03-02T03:28:52.412Z | Compiling tinystr v0.8.2 |
| 545 | 2026-03-02T03:28:52.518Z | Compiling potential_utf v0.1.4 |
| 546 | 2026-03-02T03:28:52.809Z | Compiling icu_locale_core v2.1.1 |
| 547 | 2026-03-02T03:28:52.843Z | Compiling icu_collections v2.1.1 |
| 548 | 2026-03-02T03:28:52.870Z | Compiling scroll v0.12.0 |
| 549 | 2026-03-02T03:28:53.347Z | Compiling clap_derive v4.5.55 |
| 550 | 2026-03-02T03:28:53.495Z | Compiling goblin v0.8.2 |
| 551 | 2026-03-02T03:28:53.738Z | Compiling tabled v0.15.0 |
| 552 | 2026-03-02T03:28:53.815Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 553 | 2026-03-02T03:28:54.235Z | Compiling icu_provider v2.1.1 |
| 554 | 2026-03-02T03:28:54.667Z | Compiling icu_normalizer v2.1.1 |
| 555 | 2026-03-02T03:28:54.667Z | Compiling icu_properties v2.1.2 |
| 556 | 2026-03-02T03:28:55.030Z | Compiling dof v0.3.0 |
| 557 | 2026-03-02T03:28:55.175Z | Compiling serde_spanned v0.6.9 |
| 558 | 2026-03-02T03:28:55.234Z | Compiling toml_datetime v0.6.11 |
| 559 | 2026-03-02T03:28:55.415Z | Compiling serde_tokenstream v0.2.3 |
| 560 | 2026-03-02T03:28:55.724Z | Compiling toml_edit v0.22.27 |
| 561 | 2026-03-02T03:28:55.815Z | Compiling serde-value v0.7.0 |
| 562 | 2026-03-02T03:28:55.997Z | Compiling cargo-platform v0.2.0 |
| 563 | 2026-03-02T03:28:56.492Z | Compiling macaddr v1.0.1 |
| 564 | 2026-03-02T03:28:56.701Z | Compiling idna_adapter v1.2.1 |
| 565 | 2026-03-02T03:28:56.969Z | Compiling idna v1.1.0 |
| 566 | 2026-03-02T03:28:57.009Z | Compiling usdt-attr-macro v0.5.0 |
| 567 | 2026-03-02T03:28:57.110Z | Compiling usdt-macro v0.5.0 |
| 568 | 2026-03-02T03:28:57.139Z | Compiling clap v4.5.60 |
| 569 | 2026-03-02T03:28:57.650Z | Compiling url v2.5.8 |
| 570 | 2026-03-02T03:28:58.776Z | Compiling toml v0.8.23 |
| 571 | 2026-03-02T03:28:59.724Z | Compiling cargo-util-schemas v0.8.2 |
| 572 | 2026-03-02T03:28:59.760Z | Compiling cargo_toml v0.21.0 |
| 573 | 2026-03-02T03:28:59.913Z | Compiling usdt v0.5.0 |
| 574 | 2026-03-02T03:29:01.611Z | Compiling cargo_metadata v0.21.0 |
| 575 | 2026-03-02T03:29:03.630Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 576 | 2026-03-02T03:29:07.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
| 577 | 2026-03-02T03:29:07.996Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 578 | 2026-03-02T03:29:09.005Z | Downloading crates ... |
| 579 | 2026-03-02T03:29:09.184Z | Downloaded castaway v0.2.4 |
| 580 | 2026-03-02T03:29:09.209Z | Downloaded bitfield-struct v0.6.2 |
| 581 | 2026-03-02T03:29:09.209Z | Downloaded cfg_aliases v0.2.1 |
| 582 | 2026-03-02T03:29:09.209Z | Downloaded cookie_store v0.22.1 |
| 583 | 2026-03-02T03:29:09.233Z | Downloaded flume v0.11.1 |
| 584 | 2026-03-02T03:29:09.233Z | Downloaded fixedbitset v0.5.7 |
| 585 | 2026-03-02T03:29:09.233Z | Downloaded futures-sink v0.3.32 |
| 586 | 2026-03-02T03:29:09.258Z | Downloaded git-stub-vcs v0.1.0 |
| 587 | 2026-03-02T03:29:09.258Z | Downloaded der_derive v0.7.3 |
| 588 | 2026-03-02T03:29:09.258Z | Downloaded hostname v0.3.1 |
| 589 | 2026-03-02T03:29:09.283Z | Downloaded humantime v2.3.0 |
| 590 | 2026-03-02T03:29:09.283Z | Downloaded der v0.7.10 |
| 591 | 2026-03-02T03:29:09.283Z | Downloaded hyper-util v0.1.20 |
| 592 | 2026-03-02T03:29:09.309Z | Downloaded instability v0.3.11 |
| 593 | 2026-03-02T03:29:09.309Z | Downloaded hkdf v0.12.4 |
| 594 | 2026-03-02T03:29:09.309Z | Downloaded foreign-types v0.3.2 |
| 595 | 2026-03-02T03:29:09.334Z | Downloaded kstat-rs v0.2.4 |
| 596 | 2026-03-02T03:29:09.334Z | Downloaded linked-hash-map v0.5.6 |
| 597 | 2026-03-02T03:29:09.334Z | Downloaded md-5 v0.10.6 |
| 598 | 2026-03-02T03:29:09.358Z | Downloaded crc v3.4.0 |
| 599 | 2026-03-02T03:29:09.358Z | Downloaded foreign-types-macros v0.2.3 |
| 600 | 2026-03-02T03:29:09.358Z | Downloaded ff v0.13.1 |
| 601 | 2026-03-02T03:29:09.358Z | Downloaded native-tls v0.2.18 |
| 602 | 2026-03-02T03:29:09.358Z | Downloaded normalize-line-endings v0.3.0 |
| 603 | 2026-03-02T03:29:09.384Z | Downloaded oso-derive v0.27.3 |
| 604 | 2026-03-02T03:29:09.384Z | Downloaded num_threads v0.1.7 |
| 605 | 2026-03-02T03:29:09.384Z | Downloaded hyper-tls v0.6.0 |
| 606 | 2026-03-02T03:29:09.384Z | Downloaded parking_lot v0.11.2 |
| 607 | 2026-03-02T03:29:09.408Z | Downloaded nix v0.30.1 |
| 608 | 2026-03-02T03:29:09.433Z | Downloaded path-slash v0.1.5 |
| 609 | 2026-03-02T03:29:09.433Z | Downloaded memoffset v0.9.1 |
| 610 | 2026-03-02T03:29:09.433Z | Downloaded progenitor v0.13.0 |
| 611 | 2026-03-02T03:29:09.433Z | Downloaded packed_struct_codegen v0.10.1 |
| 612 | 2026-03-02T03:29:09.458Z | Downloaded num-conv v0.2.0 |
| 613 | 2026-03-02T03:29:09.458Z | Downloaded opaque-debug v0.3.1 |
| 614 | 2026-03-02T03:29:09.458Z | Downloaded pkcs1 v0.7.5 |
| 615 | 2026-03-02T03:29:09.458Z | Downloaded peg-runtime v0.8.5 |
| 616 | 2026-03-02T03:29:09.458Z | Downloaded predicates-tree v1.0.13 |
| 617 | 2026-03-02T03:29:09.458Z | Downloaded proc-macro-crate v3.4.0 |
| 618 | 2026-03-02T03:29:09.483Z | Downloaded libloading v0.8.9 |
| 619 | 2026-03-02T03:29:09.483Z | Downloaded pkg-config v0.3.32 |
| 620 | 2026-03-02T03:29:09.483Z | Downloaded precomputed-hash v0.1.1 |
| 621 | 2026-03-02T03:29:09.484Z | Downloaded hickory-resolver v0.25.2 |
| 622 | 2026-03-02T03:29:09.484Z | Downloaded progenitor v0.10.0 |
| 623 | 2026-03-02T03:29:09.508Z | Downloaded oxide-tokio-rt v0.1.2 |
| 624 | 2026-03-02T03:29:09.508Z | Downloaded ref-cast-impl v1.0.25 |
| 625 | 2026-03-02T03:29:09.508Z | Downloaded prettyplease v0.2.37 |
| 626 | 2026-03-02T03:29:09.508Z | Downloaded rcgen v0.12.1 |
| 627 | 2026-03-02T03:29:09.534Z | Downloaded serde_bytes v0.11.19 |
| 628 | 2026-03-02T03:29:09.534Z | Downloaded rfc6979 v0.4.0 |
| 629 | 2026-03-02T03:29:09.534Z | Downloaded progenitor-client v0.13.0 |
| 630 | 2026-03-02T03:29:09.534Z | Downloaded lalrpop v0.19.12 |
| 631 | 2026-03-02T03:29:09.560Z | Downloaded slog v2.8.2 |
| 632 | 2026-03-02T03:29:09.560Z | Downloaded rustversion v1.0.22 |
| 633 | 2026-03-02T03:29:09.560Z | Downloaded slog-envlogger v2.2.0 |
| 634 | 2026-03-02T03:29:09.585Z | Downloaded signal-hook-mio v0.2.5 |
| 635 | 2026-03-02T03:29:09.585Z | Downloaded ron v0.8.1 |
| 636 | 2026-03-02T03:29:09.585Z | Downloaded subprocess v0.2.15 |
| 637 | 2026-03-02T03:29:09.585Z | Downloaded ssh-encoding v0.2.0 |
| 638 | 2026-03-02T03:29:09.585Z | Downloaded rustls-pemfile v2.2.0 |
| 639 | 2026-03-02T03:29:09.610Z | Downloaded tabwriter v1.4.1 |
| 640 | 2026-03-02T03:29:09.610Z | Downloaded slog-stdlog v4.1.1 |
| 641 | 2026-03-02T03:29:09.610Z | Downloaded ssh-cipher v0.2.0 |
| 642 | 2026-03-02T03:29:09.610Z | Downloaded rtoolbox v0.0.3 |
| 643 | 2026-03-02T03:29:09.610Z | Downloaded strum_macros v0.24.3 |
| 644 | 2026-03-02T03:29:09.610Z | Downloaded tinyvec_macros v0.1.1 |
| 645 | 2026-03-02T03:29:09.611Z | Downloaded ryu v1.0.23 |
| 646 | 2026-03-02T03:29:09.635Z | Downloaded strum_macros v0.27.2 |
| 647 | 2026-03-02T03:29:09.635Z | Downloaded shell-words v1.1.1 |
| 648 | 2026-03-02T03:29:09.635Z | Downloaded strum_macros v0.26.4 |
| 649 | 2026-03-02T03:29:09.635Z | Downloaded spin v0.9.8 |
| 650 | 2026-03-02T03:29:09.635Z | Downloaded tabled_derive v0.11.0 |
| 651 | 2026-03-02T03:29:09.635Z | Downloaded sct v0.7.1 |
| 652 | 2026-03-02T03:29:09.660Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 653 | 2026-03-02T03:29:09.660Z | Downloaded tui-tree-widget v0.23.1 |
| 654 | 2026-03-02T03:29:09.660Z | Downloaded usdt-macro v0.6.0 |
| 655 | 2026-03-02T03:29:09.660Z | Downloaded thread-id v5.1.0 |
| 656 | 2026-03-02T03:29:09.660Z | Downloaded time-core v0.1.8 |
| 657 | 2026-03-02T03:29:09.660Z | Downloaded tar v0.4.44 |
| 658 | 2026-03-02T03:29:09.660Z | Downloaded stringprep v0.1.5 |
| 659 | 2026-03-02T03:29:09.660Z | Downloaded unicase v2.9.0 |
| 660 | 2026-03-02T03:29:09.685Z | Downloaded tokio-native-tls v0.3.1 |
| 661 | 2026-03-02T03:29:09.686Z | Downloaded vergen-git2 v1.0.7 |
| 662 | 2026-03-02T03:29:09.686Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 663 | 2026-03-02T03:29:09.686Z | Downloaded tokio-macros v2.6.0 |
| 664 | 2026-03-02T03:29:09.686Z | Downloaded topological-sort v0.2.2 |
| 665 | 2026-03-02T03:29:09.686Z | Downloaded zerocopy v0.6.6 |
| 666 | 2026-03-02T03:29:09.686Z | Downloaded typed-path v0.9.3 |
| 667 | 2026-03-02T03:29:09.710Z | Downloaded wyz v0.5.1 |
| 668 | 2026-03-02T03:29:09.710Z | Downloaded tokio-postgres v0.7.16 |
| 669 | 2026-03-02T03:29:09.710Z | Downloaded untrusted v0.7.1 |
| 670 | 2026-03-02T03:29:09.710Z | Downloaded unit-prefix v0.5.2 |
| 671 | 2026-03-02T03:29:09.710Z | Downloaded try-lock v0.2.5 |
| 672 | 2026-03-02T03:29:09.710Z | Downloaded toml v0.7.8 |
| 673 | 2026-03-02T03:29:09.710Z | Downloaded tokio-rustls v0.26.4 |
| 674 | 2026-03-02T03:29:09.710Z | Downloaded utf-8 v0.7.6 |
| 675 | 2026-03-02T03:29:09.711Z | Downloaded universal-hash v0.5.1 |
| 676 | 2026-03-02T03:29:09.735Z | Downloaded serde-big-array v0.5.1 |
| 677 | 2026-03-02T03:29:09.735Z | Downloaded usdt v0.6.0 |
| 678 | 2026-03-02T03:29:09.735Z | Downloaded lzma-sys v0.1.20 |
| 679 | 2026-03-02T03:29:09.760Z | Downloaded zstd v0.13.3 |
| 680 | 2026-03-02T03:29:09.760Z | Downloaded xshell-macros v0.2.7 |
| 681 | 2026-03-02T03:29:09.760Z | Downloaded walkdir v2.5.0 |
| 682 | 2026-03-02T03:29:09.760Z | Downloaded xattr v1.6.1 |
| 683 | 2026-03-02T03:29:09.785Z | Downloaded zstd-safe v7.2.4 |
| 684 | 2026-03-02T03:29:09.785Z | Downloaded whoami v2.1.0 |
| 685 | 2026-03-02T03:29:09.785Z | Downloaded unsafe-libyaml v0.2.11 |
| 686 | 2026-03-02T03:29:09.785Z | Downloaded zone_cfg_derive v0.3.1 |
| 687 | 2026-03-02T03:29:09.785Z | Downloaded regex-syntax v0.6.29 |
| 688 | 2026-03-02T03:29:09.785Z | Downloaded zerocopy-derive v0.8.40 |
| 689 | 2026-03-02T03:29:09.810Z | Downloaded zopfli v0.8.3 |
| 690 | 2026-03-02T03:29:09.810Z | Downloaded unicode_categories v0.1.1 |
| 691 | 2026-03-02T03:29:09.810Z | Downloaded winnow v0.6.26 |
| 692 | 2026-03-02T03:29:09.810Z | Downloaded yansi v1.0.1 |
| 693 | 2026-03-02T03:29:09.835Z | Downloaded x509-cert v0.2.5 |
| 694 | 2026-03-02T03:29:09.835Z | Downloaded smoltcp v0.9.1 |
| 695 | 2026-03-02T03:29:09.835Z | Downloaded winnow v0.5.40 |
| 696 | 2026-03-02T03:29:09.859Z | Downloaded zip v4.6.1 |
| 697 | 2026-03-02T03:29:09.859Z | Downloaded time v0.3.47 |
| 698 | 2026-03-02T03:29:09.859Z | Downloaded webpki-roots v1.0.6 |
| 699 | 2026-03-02T03:29:09.884Z | Downloaded tracing v0.1.44 |
| 700 | 2026-03-02T03:29:09.884Z | Downloaded zlib-rs v0.6.2 |
| 701 | 2026-03-02T03:29:09.908Z | Downloaded zerocopy v0.8.40 |
| 702 | 2026-03-02T03:29:09.908Z | Downloaded rustix v0.38.44 |
| 703 | 2026-03-02T03:29:09.933Z | Downloaded sqlparser v0.61.0 |
| 704 | 2026-03-02T03:29:09.958Z | Downloaded rustls v0.23.37 |
| 705 | 2026-03-02T03:29:09.958Z | Downloaded sled v0.34.7 |
| 706 | 2026-03-02T03:29:09.958Z | Downloaded rustls v0.22.4 |
| 707 | 2026-03-02T03:29:09.983Z | Downloaded typify-impl v0.4.3 |
| 708 | 2026-03-02T03:29:10.008Z | Downloaded typify-impl v0.6.1 |
| 709 | 2026-03-02T03:29:10.008Z | Downloaded hickory-proto v0.25.2 |
| 710 | 2026-03-02T03:29:10.033Z | Downloaded regex-automata v0.4.14 |
| 711 | 2026-03-02T03:29:10.058Z | Downloaded unicode-normalization v0.1.25 |
| 712 | 2026-03-02T03:29:10.059Z | Downloaded petgraph v0.6.5 |
| 713 | 2026-03-02T03:29:10.084Z | Downloaded tower-http v0.6.8 |
| 714 | 2026-03-02T03:29:10.084Z | Downloaded tough v0.20.0 |
| 715 | 2026-03-02T03:29:10.084Z | Downloaded zerocopy-derive v0.6.6 |
| 716 | 2026-03-02T03:29:10.109Z | Downloaded tokio-util v0.7.18 |
| 717 | 2026-03-02T03:29:10.109Z | Downloaded tabled v0.20.0 |
| 718 | 2026-03-02T03:29:10.133Z | Downloaded smoltcp v0.11.0 |
| 719 | 2026-03-02T03:29:10.133Z | Downloaded petgraph v0.8.3 |
| 720 | 2026-03-02T03:29:10.158Z | Downloaded regress v0.10.5 |
| 721 | 2026-03-02T03:29:10.183Z | Downloaded regex-syntax v0.8.10 |
| 722 | 2026-03-02T03:29:10.183Z | Downloaded openapiv3 v2.2.0 |
| 723 | 2026-03-02T03:29:10.208Z | Downloaded tokio v1.49.0 |
| 724 | 2026-03-02T03:29:10.232Z | Downloaded object v0.37.3 |
| 725 | 2026-03-02T03:29:10.258Z | Downloaded rustls v0.21.12 |
| 726 | 2026-03-02T03:29:10.258Z | Downloaded unicode-segmentation v1.12.0 |
| 727 | 2026-03-02T03:29:10.283Z | Downloaded tower v0.5.3 |
| 728 | 2026-03-02T03:29:10.283Z | Downloaded sha3 v0.10.8 |
| 729 | 2026-03-02T03:29:10.283Z | Downloaded ssh-key v0.6.7 |
| 730 | 2026-03-02T03:29:10.307Z | Downloaded hickory-proto v0.24.4 |
| 731 | 2026-03-02T03:29:10.307Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 732 | 2026-03-02T03:29:10.332Z | Downloaded zip v0.6.6 |
| 733 | 2026-03-02T03:29:10.333Z | Downloaded zeroize_derive v1.4.3 |
| 734 | 2026-03-02T03:29:10.333Z | Downloaded xz2 v0.1.7 |
| 735 | 2026-03-02T03:29:10.333Z | Downloaded unarray v0.1.4 |
| 736 | 2026-03-02T03:29:10.333Z | Downloaded typify v0.4.3 |
| 737 | 2026-03-02T03:29:10.333Z | Downloaded quinn-proto v0.11.13 |
| 738 | 2026-03-02T03:29:10.358Z | Downloaded nix v0.29.0 |
| 739 | 2026-03-02T03:29:10.358Z | Downloaded vcpkg v0.2.15 |
| 740 | 2026-03-02T03:29:10.396Z | Downloaded uuid v1.21.0 |
| 741 | 2026-03-02T03:29:10.422Z | Downloaded tracing-attributes v0.1.31 |
| 742 | 2026-03-02T03:29:10.422Z | Downloaded toml_edit v0.19.15 |
| 743 | 2026-03-02T03:29:10.422Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 744 | 2026-03-02T03:29:10.480Z | Downloaded zone v0.3.1 |
| 745 | 2026-03-02T03:29:10.505Z | Downloaded zeroize v1.8.2 |
| 746 | 2026-03-02T03:29:10.506Z | Downloaded yasna v0.5.2 |
| 747 | 2026-03-02T03:29:10.506Z | Downloaded whoami v1.6.1 |
| 748 | 2026-03-02T03:29:10.506Z | Downloaded unicode-truncate v1.1.0 |
| 749 | 2026-03-02T03:29:10.506Z | Downloaded typify-macro v0.6.1 |
| 750 | 2026-03-02T03:29:10.506Z | Downloaded serde_with v3.17.0 |
| 751 | 2026-03-02T03:29:10.506Z | Downloaded unicode-properties v0.1.4 |
| 752 | 2026-03-02T03:29:10.506Z | Downloaded tungstenite v0.21.0 |
| 753 | 2026-03-02T03:29:10.531Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 754 | 2026-03-02T03:29:10.531Z | Downloaded usdt-impl v0.6.0 |
| 755 | 2026-03-02T03:29:10.531Z | Downloaded uzers v0.12.2 |
| 756 | 2026-03-02T03:29:10.531Z | Downloaded ring v0.17.14 |
| 757 | 2026-03-02T03:29:10.565Z | Downloaded unicode-bidi v0.3.18 |
| 758 | 2026-03-02T03:29:10.590Z | Downloaded tungstenite v0.23.0 |
| 759 | 2026-03-02T03:29:10.590Z | Downloaded tokio-dtrace v0.1.1 |
| 760 | 2026-03-02T03:29:10.590Z | Downloaded tiny-keccak v2.0.2 |
| 761 | 2026-03-02T03:29:10.590Z | Downloaded socket2 v0.6.2 |
| 762 | 2026-03-02T03:29:10.590Z | Downloaded vsss-rs v3.3.4 |
| 763 | 2026-03-02T03:29:10.590Z | Downloaded openssl v0.10.75 |
| 764 | 2026-03-02T03:29:10.615Z | Downloaded object v0.30.4 |
| 765 | 2026-03-02T03:29:10.615Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 766 | 2026-03-02T03:29:10.615Z | Downloaded vergen v9.0.6 |
| 767 | 2026-03-02T03:29:10.640Z | Downloaded vergen-lib v0.1.6 |
| 768 | 2026-03-02T03:29:10.640Z | Downloaded vergen-gitcl v1.0.8 |
| 769 | 2026-03-02T03:29:10.640Z | Downloaded usdt-attr-macro v0.6.0 |
| 770 | 2026-03-02T03:29:10.640Z | Downloaded typify-macro v0.4.3 |
| 771 | 2026-03-02T03:29:10.640Z | Downloaded twox-hash v2.1.2 |
| 772 | 2026-03-02T03:29:10.641Z | Downloaded tracing-core v0.1.36 |
| 773 | 2026-03-02T03:29:10.641Z | Downloaded tokio-stream v0.1.18 |
| 774 | 2026-03-02T03:29:10.641Z | Downloaded test-strategy v0.4.5 |
| 775 | 2026-03-02T03:29:10.641Z | Downloaded termtree v0.5.1 |
| 776 | 2026-03-02T03:29:10.641Z | Downloaded term v0.7.0 |
| 777 | 2026-03-02T03:29:10.641Z | Downloaded supports-color v3.0.2 |
| 778 | 2026-03-02T03:29:10.666Z | Downloaded stacker v0.1.23 |
| 779 | 2026-03-02T03:29:10.666Z | Downloaded rustls-webpki v0.102.8 |
| 780 | 2026-03-02T03:29:10.666Z | Downloaded proptest v1.10.0 |
| 781 | 2026-03-02T03:29:10.691Z | Downloaded nix v0.27.1 |
| 782 | 2026-03-02T03:29:10.691Z | Downloaded libz-sys v1.1.24 |
| 783 | 2026-03-02T03:29:10.716Z | Downloaded xshell v0.2.7 |
| 784 | 2026-03-02T03:29:10.741Z | Downloaded want v0.3.1 |
| 785 | 2026-03-02T03:29:10.741Z | Downloaded waitgroup v0.1.2 |
| 786 | 2026-03-02T03:29:10.741Z | Downloaded wait-timeout v0.2.1 |
| 787 | 2026-03-02T03:29:10.741Z | Downloaded vte v0.14.1 |
| 788 | 2026-03-02T03:29:10.741Z | Downloaded void v1.0.2 |
| 789 | 2026-03-02T03:29:10.741Z | Downloaded untrusted v0.9.0 |
| 790 | 2026-03-02T03:29:10.742Z | Downloaded typify v0.6.1 |
| 791 | 2026-03-02T03:29:10.742Z | Downloaded tap v1.0.1 |
| 792 | 2026-03-02T03:29:10.742Z | Downloaded sync_wrapper v1.0.2 |
| 793 | 2026-03-02T03:29:10.742Z | Downloaded sigpipe v0.1.3 |
| 794 | 2026-03-02T03:29:10.742Z | Downloaded tokio-rustls v0.25.0 |
| 795 | 2026-03-02T03:29:10.742Z | Downloaded salty v0.3.0 |
| 796 | 2026-03-02T03:29:10.767Z | Downloaded petname v2.0.2 |
| 797 | 2026-03-02T03:29:10.767Z | Downloaded trait-variant v0.1.2 |
| 798 | 2026-03-02T03:29:10.767Z | Downloaded tower-service v0.3.3 |
| 799 | 2026-03-02T03:29:10.767Z | Downloaded tower-layer v0.3.3 |
| 800 | 2026-03-02T03:29:10.767Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 801 | 2026-03-02T03:29:10.767Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 802 | 2026-03-02T03:29:10.767Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 803 | 2026-03-02T03:29:10.767Z | Downloaded tokio-tungstenite v0.21.0 |
| 804 | 2026-03-02T03:29:10.791Z | Downloaded tokio-rustls v0.24.1 |
| 805 | 2026-03-02T03:29:10.792Z | Downloaded structmeta-derive v0.3.0 |
| 806 | 2026-03-02T03:29:10.792Z | Downloaded sec1 v0.7.3 |
| 807 | 2026-03-02T03:29:10.792Z | Downloaded rustls-webpki v0.101.7 |
| 808 | 2026-03-02T03:29:10.817Z | Downloaded thread_local v1.1.9 |
| 809 | 2026-03-02T03:29:10.817Z | Downloaded steno v0.4.1 |
| 810 | 2026-03-02T03:29:10.817Z | Downloaded snafu v0.8.9 |
| 811 | 2026-03-02T03:29:10.817Z | Downloaded reedline v0.40.0 |
| 812 | 2026-03-02T03:29:10.817Z | Downloaded quick-xml v0.37.5 |
| 813 | 2026-03-02T03:29:10.842Z | Downloaded tls_codec_derive v0.4.2 |
| 814 | 2026-03-02T03:29:10.842Z | Downloaded tls_codec v0.4.2 |
| 815 | 2026-03-02T03:29:10.842Z | Downloaded regex v1.12.3 |
| 816 | 2026-03-02T03:29:10.842Z | Downloaded time-macros v0.2.27 |
| 817 | 2026-03-02T03:29:10.842Z | Downloaded term v1.2.1 |
| 818 | 2026-03-02T03:29:10.842Z | Downloaded russh v0.45.0 |
| 819 | 2026-03-02T03:29:10.868Z | Downloaded reqwest v0.13.2 |
| 820 | 2026-03-02T03:29:10.868Z | Downloaded tinyvec v1.10.0 |
| 821 | 2026-03-02T03:29:10.868Z | Downloaded schemars v0.9.0 |
| 822 | 2026-03-02T03:29:10.893Z | Downloaded portable-atomic v1.13.1 |
| 823 | 2026-03-02T03:29:10.893Z | Downloaded similar v2.7.0 |
| 824 | 2026-03-02T03:29:10.893Z | Downloaded testing_table v0.3.0 |
| 825 | 2026-03-02T03:29:10.893Z | Downloaded socket2 v0.5.10 |
| 826 | 2026-03-02T03:29:10.893Z | Downloaded smallvec v0.6.14 |
| 827 | 2026-03-02T03:29:10.918Z | Downloaded radix_trie v0.2.1 |
| 828 | 2026-03-02T03:29:10.918Z | Downloaded jiff v0.2.21 |
| 829 | 2026-03-02T03:29:10.942Z | Downloaded smf v0.2.3 |
| 830 | 2026-03-02T03:29:10.942Z | Downloaded signal-hook v0.3.18 |
| 831 | 2026-03-02T03:29:10.942Z | Downloaded p384 v0.13.1 |
| 832 | 2026-03-02T03:29:10.942Z | Downloaded serde_cbor v0.11.2 |
| 833 | 2026-03-02T03:29:10.942Z | Downloaded support-bundle-viewer v0.1.2 |
| 834 | 2026-03-02T03:29:10.942Z | Downloaded samael v0.0.19 |
| 835 | 2026-03-02T03:29:10.967Z | Downloaded phf_shared v0.13.1 |
| 836 | 2026-03-02T03:29:10.967Z | Downloaded goblin v0.10.5 |
| 837 | 2026-03-02T03:29:10.967Z | Downloaded strum v0.26.3 |
| 838 | 2026-03-02T03:29:10.967Z | Downloaded string_cache v0.8.9 |
| 839 | 2026-03-02T03:29:10.967Z | Downloaded tokio-tungstenite v0.23.1 |
| 840 | 2026-03-02T03:29:10.967Z | Downloaded thiserror-no-std v2.0.2 |
| 841 | 2026-03-02T03:29:10.967Z | Downloaded take_mut v0.2.2 |
| 842 | 2026-03-02T03:29:10.967Z | Downloaded tagptr v0.2.0 |
| 843 | 2026-03-02T03:29:10.992Z | Downloaded sync-ptr v0.1.4 |
| 844 | 2026-03-02T03:29:10.992Z | Downloaded subtle v2.6.1 |
| 845 | 2026-03-02T03:29:10.992Z | Downloaded structmeta v0.3.0 |
| 846 | 2026-03-02T03:29:10.992Z | Downloaded strip-ansi-escapes v0.2.1 |
| 847 | 2026-03-02T03:29:10.992Z | Downloaded snafu-derive v0.8.9 |
| 848 | 2026-03-02T03:29:10.992Z | Downloaded simd-adler32 v0.3.8 |
| 849 | 2026-03-02T03:29:10.992Z | Downloaded signature v2.2.0 |
| 850 | 2026-03-02T03:29:10.992Z | Downloaded shlex v1.3.0 |
| 851 | 2026-03-02T03:29:10.992Z | Downloaded secrecy v0.8.0 |
| 852 | 2026-03-02T03:29:10.992Z | Downloaded schemars_derive v0.8.22 |
| 853 | 2026-03-02T03:29:10.992Z | Downloaded rustyline v14.0.0 |
| 854 | 2026-03-02T03:29:11.018Z | Downloaded ron v0.12.0 |
| 855 | 2026-03-02T03:29:11.018Z | Downloaded rpassword v7.4.0 |
| 856 | 2026-03-02T03:29:11.018Z | Downloaded rand v0.10.0 |
| 857 | 2026-03-02T03:29:11.018Z | Downloaded nix v0.28.0 |
| 858 | 2026-03-02T03:29:11.043Z | Downloaded signal-hook-tokio v0.3.1 |
| 859 | 2026-03-02T03:29:11.043Z | Downloaded serde-hex v0.1.0 |
| 860 | 2026-03-02T03:29:11.043Z | Downloaded semver v0.1.20 |
| 861 | 2026-03-02T03:29:11.043Z | Downloaded rustls-pki-types v1.14.0 |
| 862 | 2026-03-02T03:29:11.043Z | Downloaded scheduled-thread-pool v0.2.7 |
| 863 | 2026-03-02T03:29:11.043Z | Downloaded rayon v1.11.0 |
| 864 | 2026-03-02T03:29:11.069Z | Downloaded seq-macro v0.3.6 |
| 865 | 2026-03-02T03:29:11.069Z | Downloaded scroll_derive v0.13.1 |
| 866 | 2026-03-02T03:29:11.069Z | Downloaded rustc_version v0.1.7 |
| 867 | 2026-03-02T03:29:11.069Z | Downloaded p521 v0.13.3 |
| 868 | 2026-03-02T03:29:11.069Z | Downloaded git2 v0.20.4 |
| 869 | 2026-03-02T03:29:11.069Z | Downloaded strum v0.27.2 |
| 870 | 2026-03-02T03:29:11.094Z | Downloaded slog-term v2.9.2 |
| 871 | 2026-03-02T03:29:11.094Z | Downloaded serde_yaml v0.9.34+deprecated |
| 872 | 2026-03-02T03:29:11.094Z | Downloaded scroll v0.13.0 |
| 873 | 2026-03-02T03:29:11.094Z | Downloaded rustls-webpki v0.103.9 |
| 874 | 2026-03-02T03:29:11.094Z | Downloaded rustls-pemfile v1.0.4 |
| 875 | 2026-03-02T03:29:11.094Z | Downloaded russh-keys v0.45.0 |
| 876 | 2026-03-02T03:29:11.094Z | Downloaded russh-cryptovec v0.7.3 |
| 877 | 2026-03-02T03:29:11.094Z | Downloaded ratatui v0.29.0 |
| 878 | 2026-03-02T03:29:11.119Z | Downloaded termios v0.3.3 |
| 879 | 2026-03-02T03:29:11.119Z | Downloaded qorb v0.4.1 |
| 880 | 2026-03-02T03:29:11.144Z | Downloaded rsa v0.9.10 |
| 881 | 2026-03-02T03:29:11.144Z | Downloaded sqlformat v0.3.5 |
| 882 | 2026-03-02T03:29:11.144Z | Downloaded spki v0.7.3 |
| 883 | 2026-03-02T03:29:11.144Z | Downloaded slog-scope v4.4.1 |
| 884 | 2026-03-02T03:29:11.144Z | Downloaded slog-json v2.6.1 |
| 885 | 2026-03-02T03:29:11.144Z | Downloaded slog-async v2.8.0 |
| 886 | 2026-03-02T03:29:11.144Z | Downloaded serde_with_macros v3.17.0 |
| 887 | 2026-03-02T03:29:11.144Z | Downloaded scopeguard v1.2.0 |
| 888 | 2026-03-02T03:29:11.144Z | Downloaded rustls-platform-verifier v0.6.2 |
| 889 | 2026-03-02T03:29:11.172Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 890 | 2026-03-02T03:29:11.172Z | Downloaded quinn v0.11.9 |
| 891 | 2026-03-02T03:29:11.172Z | Downloaded num-bigint-dig v0.8.6 |
| 892 | 2026-03-02T03:29:11.172Z | Downloaded slog-dtrace v0.3.0 |
| 893 | 2026-03-02T03:29:11.172Z | Downloaded rand_core v0.10.0 |
| 894 | 2026-03-02T03:29:11.172Z | Downloaded publicsuffix v2.3.0 |
| 895 | 2026-03-02T03:29:11.172Z | Downloaded resolv-conf v0.7.6 |
| 896 | 2026-03-02T03:29:11.172Z | Downloaded rand_xorshift v0.4.0 |
| 897 | 2026-03-02T03:29:11.172Z | Downloaded rand_seeder v0.4.0 |
| 898 | 2026-03-02T03:29:11.172Z | Downloaded rand_core v0.6.4 |
| 899 | 2026-03-02T03:29:11.198Z | Downloaded sqlparser_derive v0.5.0 |
| 900 | 2026-03-02T03:29:11.198Z | Downloaded signal-hook-registry v1.4.8 |
| 901 | 2026-03-02T03:29:11.198Z | Downloaded serde_path_to_error v0.1.20 |
| 902 | 2026-03-02T03:29:11.198Z | Downloaded rustc-hash v2.1.1 |
| 903 | 2026-03-02T03:29:11.198Z | Downloaded rayon-core v1.13.0 |
| 904 | 2026-03-02T03:29:11.198Z | Downloaded rand_core v0.9.5 |
| 905 | 2026-03-02T03:29:11.198Z | Downloaded rand_chacha v0.9.0 |
| 906 | 2026-03-02T03:29:11.198Z | Downloaded rand_chacha v0.3.1 |
| 907 | 2026-03-02T03:29:11.198Z | Downloaded rand v0.9.2 |
| 908 | 2026-03-02T03:29:11.198Z | Downloaded polar-core v0.27.3 |
| 909 | 2026-03-02T03:29:11.224Z | Downloaded static_assertions v1.1.0 |
| 910 | 2026-03-02T03:29:11.224Z | Downloaded slog-bunyan v2.5.0 |
| 911 | 2026-03-02T03:29:11.224Z | Downloaded siphasher v1.0.2 |
| 912 | 2026-03-02T03:29:11.224Z | Downloaded schemars v0.8.22 |
| 913 | 2026-03-02T03:29:11.224Z | Downloaded reqwest v0.12.28 |
| 914 | 2026-03-02T03:29:11.249Z | Downloaded itertools v0.14.0 |
| 915 | 2026-03-02T03:29:11.250Z | Downloaded iri-string v0.7.10 |
| 916 | 2026-03-02T03:29:11.250Z | Downloaded sha1 v0.10.6 |
| 917 | 2026-03-02T03:29:11.250Z | Downloaded serde_repr v0.1.20 |
| 918 | 2026-03-02T03:29:11.250Z | Downloaded serde_plain v1.0.2 |
| 919 | 2026-03-02T03:29:11.276Z | Downloaded progenitor-impl v0.10.0 |
| 920 | 2026-03-02T03:29:11.276Z | Downloaded slab v0.4.12 |
| 921 | 2026-03-02T03:29:11.276Z | Downloaded serde_spanned v1.0.4 |
| 922 | 2026-03-02T03:29:11.276Z | Downloaded serde_derive_internals v0.29.1 |
| 923 | 2026-03-02T03:29:11.276Z | Downloaded rusty-fork v0.3.1 |
| 924 | 2026-03-02T03:29:11.276Z | Downloaded rustls-native-certs v0.8.3 |
| 925 | 2026-03-02T03:29:11.276Z | Downloaded progenitor-macro v0.10.0 |
| 926 | 2026-03-02T03:29:11.276Z | Downloaded nix v0.31.1 |
| 927 | 2026-03-02T03:29:11.301Z | Downloaded recursive v0.1.1 |
| 928 | 2026-03-02T03:29:11.301Z | Downloaded radium v0.7.0 |
| 929 | 2026-03-02T03:29:11.301Z | Downloaded quinn-udp v0.5.14 |
| 930 | 2026-03-02T03:29:11.301Z | Downloaded progenitor-macro v0.11.2 |
| 931 | 2026-03-02T03:29:11.301Z | Downloaded progenitor-impl v0.13.0 |
| 932 | 2026-03-02T03:29:11.301Z | Downloaded progenitor-impl v0.11.2 |
| 933 | 2026-03-02T03:29:11.301Z | Downloaded openssl-sys v0.9.111 |
| 934 | 2026-03-02T03:29:11.301Z | Downloaded moka v0.12.13 |
| 935 | 2026-03-02T03:29:11.326Z | Downloaded serde_urlencoded v0.7.1 |
| 936 | 2026-03-02T03:29:11.326Z | Downloaded secrecy v0.10.3 |
| 937 | 2026-03-02T03:29:11.326Z | Downloaded schemars v1.2.1 |
| 938 | 2026-03-02T03:29:11.351Z | Downloaded sapling-renderdag v0.1.0 |
| 939 | 2026-03-02T03:29:11.351Z | Downloaded same-file v1.0.6 |
| 940 | 2026-03-02T03:29:11.351Z | Downloaded salsa20 v0.10.2 |
| 941 | 2026-03-02T03:29:11.351Z | Downloaded rustc_version v0.4.1 |
| 942 | 2026-03-02T03:29:11.351Z | Downloaded r2d2 v0.8.10 |
| 943 | 2026-03-02T03:29:11.351Z | Downloaded quick-error v1.2.3 |
| 944 | 2026-03-02T03:29:11.351Z | Downloaded psm v0.1.30 |
| 945 | 2026-03-02T03:29:11.351Z | Downloaded http v1.4.0 |
| 946 | 2026-03-02T03:29:11.351Z | Downloaded primeorder v0.13.6 |
| 947 | 2026-03-02T03:29:11.351Z | Downloaded predicates-core v1.0.10 |
| 948 | 2026-03-02T03:29:11.351Z | Downloaded ref-cast v1.0.25 |
| 949 | 2026-03-02T03:29:11.378Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 950 | 2026-03-02T03:29:11.378Z | Downloaded pin-project v1.1.11 |
| 951 | 2026-03-02T03:29:11.378Z | Downloaded libm v0.2.16 |
| 952 | 2026-03-02T03:29:11.403Z | Downloaded encoding_rs v0.8.35 |
| 953 | 2026-03-02T03:29:11.429Z | Downloaded scrypt v0.11.0 |
| 954 | 2026-03-02T03:29:11.429Z | Downloaded prefix-trie v0.7.0 |
| 955 | 2026-03-02T03:29:11.429Z | Downloaded poly1305 v0.8.0 |
| 956 | 2026-03-02T03:29:11.429Z | Downloaded pkcs8 v0.10.2 |
| 957 | 2026-03-02T03:29:11.429Z | Downloaded omicron-zone-package v0.12.2 |
| 958 | 2026-03-02T03:29:11.429Z | Downloaded miniz_oxide v0.8.9 |
| 959 | 2026-03-02T03:29:11.429Z | Downloaded minimal-lexical v0.2.1 |
| 960 | 2026-03-02T03:29:11.455Z | Downloaded libxml v0.3.3 |
| 961 | 2026-03-02T03:29:11.455Z | Downloaded itertools v0.10.5 |
| 962 | 2026-03-02T03:29:11.455Z | Downloaded rand v0.8.5 |
| 963 | 2026-03-02T03:29:11.455Z | Downloaded psl-types v2.0.11 |
| 964 | 2026-03-02T03:29:11.455Z | Downloaded progenitor-macro v0.13.0 |
| 965 | 2026-03-02T03:29:11.455Z | Downloaded progenitor-client v0.11.2 |
| 966 | 2026-03-02T03:29:11.455Z | Downloaded progenitor-client v0.10.0 |
| 967 | 2026-03-02T03:29:11.455Z | Downloaded progenitor v0.11.2 |
| 968 | 2026-03-02T03:29:11.483Z | Downloaded proc-macro-error2 v2.0.1 |
| 969 | 2026-03-02T03:29:11.483Z | Downloaded postgres-types v0.2.12 |
| 970 | 2026-03-02T03:29:11.483Z | Downloaded polyval v0.6.2 |
| 971 | 2026-03-02T03:29:11.483Z | Downloaded pem v3.0.6 |
| 972 | 2026-03-02T03:29:11.483Z | Downloaded parse-display-derive v0.10.0 |
| 973 | 2026-03-02T03:29:11.483Z | Downloaded aws-lc-sys v0.37.1 |
| 974 | 2026-03-02T03:29:11.754Z | Downloaded papergrid v0.17.0 |
| 975 | 2026-03-02T03:29:11.778Z | Downloaded oxnet v0.1.4 |
| 976 | 2026-03-02T03:29:11.778Z | Downloaded oso v0.27.3 |
| 977 | 2026-03-02T03:29:11.778Z | Downloaded iddqd v0.3.17 |
| 978 | 2026-03-02T03:29:11.778Z | Downloaded hyper v1.8.1 |
| 979 | 2026-03-02T03:29:11.803Z | Downloaded ppv-lite86 v0.2.21 |
| 980 | 2026-03-02T03:29:11.803Z | Downloaded phf v0.13.1 |
| 981 | 2026-03-02T03:29:11.803Z | Downloaded num-bigint v0.4.6 |
| 982 | 2026-03-02T03:29:11.803Z | Downloaded nom v7.1.3 |
| 983 | 2026-03-02T03:29:11.803Z | Downloaded itertools v0.12.1 |
| 984 | 2026-03-02T03:29:11.803Z | Downloaded progenitor-extras v0.1.0 |
| 985 | 2026-03-02T03:29:11.828Z | Downloaded postgres-protocol v0.6.10 |
| 986 | 2026-03-02T03:29:11.828Z | Downloaded pkcs5 v0.7.1 |
| 987 | 2026-03-02T03:29:11.828Z | Downloaded pin-project-internal v1.1.11 |
| 988 | 2026-03-02T03:29:11.828Z | Downloaded peg-macros v0.8.5 |
| 989 | 2026-03-02T03:29:11.828Z | Downloaded peg v0.8.5 |
| 990 | 2026-03-02T03:29:11.828Z | Downloaded parking_lot v0.12.5 |
| 991 | 2026-03-02T03:29:11.828Z | Downloaded packed_struct v0.10.1 |
| 992 | 2026-03-02T03:29:11.828Z | Downloaded num_enum_derive v0.7.5 |
| 993 | 2026-03-02T03:29:11.828Z | Downloaded owo-colors v4.3.0 |
| 994 | 2026-03-02T03:29:11.828Z | Downloaded hickory-server v0.25.2 |
| 995 | 2026-03-02T03:29:11.853Z | Downloaded hickory-resolver v0.24.4 |
| 996 | 2026-03-02T03:29:11.853Z | Downloaded pretty_assertions v1.4.1 |
| 997 | 2026-03-02T03:29:11.853Z | Downloaded predicates v3.1.4 |
| 998 | 2026-03-02T03:29:11.853Z | Downloaded num_enum v0.5.11 |
| 999 | 2026-03-02T03:29:11.853Z | Downloaded jiff-static v0.2.21 |
| 1000 | 2026-03-02T03:29:11.853Z | Downloaded futures-util v0.3.32 |
| 1001 | 2026-03-02T03:29:11.877Z | Downloaded powerfmt v0.2.0 |
| 1002 | 2026-03-02T03:29:11.877Z | Downloaded postcard v1.1.3 |
| 1003 | 2026-03-02T03:29:11.878Z | Downloaded pin-utils v0.1.0 |
| 1004 | 2026-03-02T03:29:11.878Z | Downloaded pin-project-lite v0.2.17 |
| 1005 | 2026-03-02T03:29:11.878Z | Downloaded phf_shared v0.12.1 |
| 1006 | 2026-03-02T03:29:11.878Z | Downloaded phf_shared v0.11.3 |
| 1007 | 2026-03-02T03:29:11.878Z | Downloaded pem-rfc7468 v0.7.0 |
| 1008 | 2026-03-02T03:29:11.878Z | Downloaded paste v1.0.15 |
| 1009 | 2026-03-02T03:29:11.902Z | Downloaded password-hash v0.5.0 |
| 1010 | 2026-03-02T03:29:11.902Z | Downloaded password-hash v0.4.2 |
| 1011 | 2026-03-02T03:29:11.902Z | Downloaded mio v1.1.1 |
| 1012 | 2026-03-02T03:29:11.902Z | Downloaded libefi-sys v0.1.0 |
| 1013 | 2026-03-02T03:29:11.902Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1014 | 2026-03-02T03:29:11.902Z | Downloaded phf v0.12.1 |
| 1015 | 2026-03-02T03:29:11.903Z | Downloaded parse-size v1.1.0 |
| 1016 | 2026-03-02T03:29:11.903Z | Downloaded num-rational v0.4.2 |
| 1017 | 2026-03-02T03:29:11.903Z | Downloaded num-iter v0.1.45 |
| 1018 | 2026-03-02T03:29:11.903Z | Downloaded num-integer v0.1.46 |
| 1019 | 2026-03-02T03:29:11.903Z | Downloaded num v0.4.3 |
| 1020 | 2026-03-02T03:29:11.903Z | Downloaded nu-ansi-term v0.50.3 |
| 1021 | 2026-03-02T03:29:11.903Z | Downloaded multer v3.1.0 |
| 1022 | 2026-03-02T03:29:11.930Z | Downloaded libscf-sys v1.1.0 |
| 1023 | 2026-03-02T03:29:11.930Z | Downloaded proc-macro-crate v1.3.1 |
| 1024 | 2026-03-02T03:29:11.930Z | Downloaded num-complex v0.4.6 |
| 1025 | 2026-03-02T03:29:11.930Z | Downloaded nonempty v0.12.0 |
| 1026 | 2026-03-02T03:29:11.930Z | Downloaded nodrop v0.1.14 |
| 1027 | 2026-03-02T03:29:11.930Z | Downloaded new_debug_unreachable v1.0.6 |
| 1028 | 2026-03-02T03:29:11.930Z | Downloaded linear-map v1.2.0 |
| 1029 | 2026-03-02T03:29:11.930Z | Downloaded parking_lot_core v0.8.6 |
| 1030 | 2026-03-02T03:29:11.930Z | Downloaded num_enum v0.7.5 |
| 1031 | 2026-03-02T03:29:11.930Z | Downloaded pbkdf2 v0.11.0 |
| 1032 | 2026-03-02T03:29:11.930Z | Downloaded parse-display v0.10.0 |
| 1033 | 2026-03-02T03:29:11.930Z | Downloaded openssl-macros v0.1.1 |
| 1034 | 2026-03-02T03:29:11.930Z | Downloaded olpc-cjson v0.1.4 |
| 1035 | 2026-03-02T03:29:11.930Z | Downloaded lock_api v0.4.14 |
| 1036 | 2026-03-02T03:29:11.930Z | Downloaded litrs v1.0.0 |
| 1037 | 2026-03-02T03:29:11.955Z | Downloaded headers v0.4.1 |
| 1038 | 2026-03-02T03:29:11.955Z | Downloaded pbkdf2 v0.12.2 |
| 1039 | 2026-03-02T03:29:11.955Z | Downloaded openssl-probe v0.1.6 |
| 1040 | 2026-03-02T03:29:11.955Z | Downloaded num_enum_derive v0.5.11 |
| 1041 | 2026-03-02T03:29:11.955Z | Downloaded num-derive v0.3.3 |
| 1042 | 2026-03-02T03:29:11.955Z | Downloaded nibble_vec v0.1.0 |
| 1043 | 2026-03-02T03:29:11.955Z | Downloaded match_cfg v0.1.0 |
| 1044 | 2026-03-02T03:29:11.955Z | Downloaded lru-slab v0.1.2 |
| 1045 | 2026-03-02T03:29:11.955Z | Downloaded bstr v1.12.1 |
| 1046 | 2026-03-02T03:29:11.955Z | Downloaded mime_guess v2.0.5 |
| 1047 | 2026-03-02T03:29:11.979Z | Downloaded num-derive v0.4.2 |
| 1048 | 2026-03-02T03:29:11.980Z | Downloaded newtype_derive v0.1.6 |
| 1049 | 2026-03-02T03:29:11.980Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1050 | 2026-03-02T03:29:11.980Z | Downloaded mime v0.3.17 |
| 1051 | 2026-03-02T03:29:11.980Z | Downloaded managed v0.8.0 |
| 1052 | 2026-03-02T03:29:11.980Z | Downloaded keccak v0.1.6 |
| 1053 | 2026-03-02T03:29:11.980Z | Downloaded jobserver v0.1.34 |
| 1054 | 2026-03-02T03:29:11.980Z | Downloaded is-terminal v0.4.17 |
| 1055 | 2026-03-02T03:29:11.980Z | Downloaded ingot v0.1.1 |
| 1056 | 2026-03-02T03:29:11.980Z | Downloaded iana-time-zone v0.1.65 |
| 1057 | 2026-03-02T03:29:11.980Z | Downloaded half v2.7.1 |
| 1058 | 2026-03-02T03:29:11.980Z | Downloaded newline-converter v0.3.0 |
| 1059 | 2026-03-02T03:29:11.980Z | Downloaded nanorand v0.7.0 |
| 1060 | 2026-03-02T03:29:11.980Z | Downloaded multimap v0.10.1 |
| 1061 | 2026-03-02T03:29:12.005Z | Downloaded md5 v0.7.0 |
| 1062 | 2026-03-02T03:29:12.005Z | Downloaded maplit v1.0.2 |
| 1063 | 2026-03-02T03:29:12.005Z | Downloaded libsw-core v0.3.2 |
| 1064 | 2026-03-02T03:29:12.005Z | Downloaded ipnet v2.11.0 |
| 1065 | 2026-03-02T03:29:12.005Z | Downloaded getrandom v0.3.4 |
| 1066 | 2026-03-02T03:29:12.005Z | Downloaded chrono v0.4.44 |
| 1067 | 2026-03-02T03:29:12.005Z | Downloaded memmap2 v0.9.10 |
| 1068 | 2026-03-02T03:29:12.005Z | Downloaded lru-cache v0.1.2 |
| 1069 | 2026-03-02T03:29:12.005Z | Downloaded lru v0.12.5 |
| 1070 | 2026-03-02T03:29:12.005Z | Downloaded lazy_static v1.5.0 |
| 1071 | 2026-03-02T03:29:12.005Z | Downloaded lalrpop-util v0.19.12 |
| 1072 | 2026-03-02T03:29:12.005Z | Downloaded is_ci v1.2.0 |
| 1073 | 2026-03-02T03:29:12.029Z | Downloaded ipnetwork v0.21.1 |
| 1074 | 2026-03-02T03:29:12.029Z | Downloaded internet-checksum v0.2.1 |
| 1075 | 2026-03-02T03:29:12.029Z | Downloaded instant v0.1.13 |
| 1076 | 2026-03-02T03:29:12.029Z | Downloaded inout v0.1.4 |
| 1077 | 2026-03-02T03:29:12.029Z | Downloaded ingot-types v0.1.2 |
| 1078 | 2026-03-02T03:29:12.029Z | Downloaded ingot-macros v0.1.1 |
| 1079 | 2026-03-02T03:29:12.030Z | Downloaded indoc v1.0.9 |
| 1080 | 2026-03-02T03:29:12.030Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1081 | 2026-03-02T03:29:12.030Z | Downloaded ignore v0.4.25 |
| 1082 | 2026-03-02T03:29:12.030Z | Downloaded hyper-rustls v0.27.7 |
| 1083 | 2026-03-02T03:29:12.030Z | Downloaded httparse v1.10.1 |
| 1084 | 2026-03-02T03:29:12.030Z | Downloaded highway v1.3.0 |
| 1085 | 2026-03-02T03:29:12.030Z | Downloaded heapless v0.8.0 |
| 1086 | 2026-03-02T03:29:12.054Z | Downloaded headers-core v0.3.0 |
| 1087 | 2026-03-02T03:29:12.054Z | Downloaded half v1.8.3 |
| 1088 | 2026-03-02T03:29:12.054Z | Downloaded group v0.13.0 |
| 1089 | 2026-03-02T03:29:12.055Z | Downloaded globwalk v0.9.1 |
| 1090 | 2026-03-02T03:29:12.055Z | Downloaded glob v0.3.3 |
| 1091 | 2026-03-02T03:29:12.055Z | Downloaded git-stub v1.0.0 |
| 1092 | 2026-03-02T03:29:12.055Z | Downloaded ghash v0.5.1 |
| 1093 | 2026-03-02T03:29:12.055Z | Downloaded getrandom v0.2.17 |
| 1094 | 2026-03-02T03:29:12.055Z | Downloaded blake3 v1.8.3 |
| 1095 | 2026-03-02T03:29:12.079Z | Downloaded bitvec v1.0.1 |
| 1096 | 2026-03-02T03:29:12.079Z | Downloaded bindgen v0.71.1 |
| 1097 | 2026-03-02T03:29:12.104Z | Downloaded parking_lot_core v0.9.12 |
| 1098 | 2026-03-02T03:29:12.104Z | Downloaded p256 v0.13.2 |
| 1099 | 2026-03-02T03:29:12.104Z | Downloaded maybe-uninit v2.0.0 |
| 1100 | 2026-03-02T03:29:12.104Z | Downloaded hyper-staticfile v0.10.1 |
| 1101 | 2026-03-02T03:29:12.104Z | Downloaded hubpack v0.1.2 |
| 1102 | 2026-03-02T03:29:12.104Z | Downloaded hashbrown v0.12.3 |
| 1103 | 2026-03-02T03:29:12.104Z | Downloaded fxhash v0.2.1 |
| 1104 | 2026-03-02T03:29:12.104Z | Downloaded futures v0.3.32 |
| 1105 | 2026-03-02T03:29:12.104Z | Downloaded indexmap v1.9.3 |
| 1106 | 2026-03-02T03:29:12.129Z | Downloaded indent_write v2.2.0 |
| 1107 | 2026-03-02T03:29:12.129Z | Downloaded ident_case v1.0.1 |
| 1108 | 2026-03-02T03:29:12.129Z | Downloaded hubpack_derive v0.1.1 |
| 1109 | 2026-03-02T03:29:12.129Z | Downloaded httpdate v1.0.3 |
| 1110 | 2026-03-02T03:29:12.129Z | Downloaded http-body-util v0.1.3 |
| 1111 | 2026-03-02T03:29:12.129Z | Downloaded home v0.5.12 |
| 1112 | 2026-03-02T03:29:12.129Z | Downloaded hashbrown v0.13.2 |
| 1113 | 2026-03-02T03:29:12.129Z | Downloaded openssl-probe v0.2.1 |
| 1114 | 2026-03-02T03:29:12.129Z | Downloaded http-body v1.0.1 |
| 1115 | 2026-03-02T03:29:12.129Z | Downloaded hmac v0.12.1 |
| 1116 | 2026-03-02T03:29:12.129Z | Downloaded hickory-client v0.25.2 |
| 1117 | 2026-03-02T03:29:12.129Z | Downloaded hex v0.4.3 |
| 1118 | 2026-03-02T03:29:12.129Z | Downloaded futures-task v0.3.32 |
| 1119 | 2026-03-02T03:29:12.129Z | Downloaded futures-macro v0.3.32 |
| 1120 | 2026-03-02T03:29:12.129Z | Downloaded futures-channel v0.3.32 |
| 1121 | 2026-03-02T03:29:12.154Z | Downloaded funty v2.0.0 |
| 1122 | 2026-03-02T03:29:12.154Z | Downloaded fs-err v2.11.0 |
| 1123 | 2026-03-02T03:29:12.154Z | Downloaded cc v1.2.56 |
| 1124 | 2026-03-02T03:29:12.154Z | Downloaded hostname v0.4.2 |
| 1125 | 2026-03-02T03:29:12.154Z | Downloaded hex-literal v0.4.1 |
| 1126 | 2026-03-02T03:29:12.154Z | Downloaded futures-io v0.3.32 |
| 1127 | 2026-03-02T03:29:12.154Z | Downloaded futures-executor v0.3.32 |
| 1128 | 2026-03-02T03:29:12.154Z | Downloaded csv v1.4.0 |
| 1129 | 2026-03-02T03:29:12.179Z | Downloaded const-oid v0.9.6 |
| 1130 | 2026-03-02T03:29:12.179Z | Downloaded chacha20poly1305 v0.10.1 |
| 1131 | 2026-03-02T03:29:12.179Z | Downloaded newtype-uuid v1.3.2 |
| 1132 | 2026-03-02T03:29:12.179Z | Downloaded fs_extra v1.3.0 |
| 1133 | 2026-03-02T03:29:12.179Z | Downloaded const_format v0.2.35 |
| 1134 | 2026-03-02T03:29:12.179Z | Downloaded bytes v1.11.1 |
| 1135 | 2026-03-02T03:29:12.204Z | Downloaded buf-list v1.1.2 |
| 1136 | 2026-03-02T03:29:12.204Z | Downloaded hash32 v0.3.1 |
| 1137 | 2026-03-02T03:29:12.204Z | Downloaded crc32fast v1.5.0 |
| 1138 | 2026-03-02T03:29:12.204Z | Downloaded cookie v0.18.1 |
| 1139 | 2026-03-02T03:29:12.204Z | Downloaded bumpalo v3.20.2 |
| 1140 | 2026-03-02T03:29:12.204Z | Downloaded base64 v0.21.7 |
| 1141 | 2026-03-02T03:29:12.204Z | Downloaded lzss v0.8.2 |
| 1142 | 2026-03-02T03:29:12.204Z | Downloaded flate2 v1.1.9 |
| 1143 | 2026-03-02T03:29:12.204Z | Downloaded console v0.15.11 |
| 1144 | 2026-03-02T03:29:12.229Z | Downloaded colored v2.2.0 |
| 1145 | 2026-03-02T03:29:12.229Z | Downloaded ciborium v0.2.2 |
| 1146 | 2026-03-02T03:29:12.229Z | Downloaded chacha20 v0.9.1 |
| 1147 | 2026-03-02T03:29:12.229Z | Downloaded cbc v0.1.2 |
| 1148 | 2026-03-02T03:29:12.229Z | Downloaded blowfish v0.9.1 |
| 1149 | 2026-03-02T03:29:12.229Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1150 | 2026-03-02T03:29:12.229Z | Downloaded foreign-types-shared v0.3.1 |
| 1151 | 2026-03-02T03:29:12.229Z | Downloaded crc8 v0.1.1 |
| 1152 | 2026-03-02T03:29:12.229Z | Downloaded crc-any v2.5.0 |
| 1153 | 2026-03-02T03:29:12.229Z | Downloaded corncobs v0.1.4 |
| 1154 | 2026-03-02T03:29:12.229Z | Downloaded constant_time_eq v0.4.2 |
| 1155 | 2026-03-02T03:29:12.230Z | Downloaded elliptic-curve v0.13.8 |
| 1156 | 2026-03-02T03:29:12.254Z | Downloaded diesel v2.2.12 |
| 1157 | 2026-03-02T03:29:12.254Z | Downloaded csv-core v0.1.13 |
| 1158 | 2026-03-02T03:29:12.254Z | Downloaded cpufeatures v0.3.0 |
| 1159 | 2026-03-02T03:29:12.279Z | Downloaded convert_case v0.10.0 |
| 1160 | 2026-03-02T03:29:12.279Z | Downloaded chacha20 v0.10.0 |
| 1161 | 2026-03-02T03:29:12.279Z | Downloaded cassowary v0.3.0 |
| 1162 | 2026-03-02T03:29:12.279Z | Downloaded block-padding v0.3.3 |
| 1163 | 2026-03-02T03:29:12.279Z | Downloaded embedded-io v0.4.0 |
| 1164 | 2026-03-02T03:29:12.279Z | Downloaded crc-catalog v2.4.0 |
| 1165 | 2026-03-02T03:29:12.279Z | Downloaded ciborium-ll v0.2.2 |
| 1166 | 2026-03-02T03:29:12.279Z | Downloaded cexpr v0.6.0 |
| 1167 | 2026-03-02T03:29:12.279Z | Downloaded cargo-platform v0.1.9 |
| 1168 | 2026-03-02T03:29:12.279Z | Downloaded base16ct v1.0.0 |
| 1169 | 2026-03-02T03:29:12.279Z | Downloaded console v0.16.2 |
| 1170 | 2026-03-02T03:29:12.279Z | Downloaded cobs v0.3.0 |
| 1171 | 2026-03-02T03:29:12.279Z | Downloaded ciborium-io v0.2.2 |
| 1172 | 2026-03-02T03:29:12.279Z | Downloaded cfg_aliases v0.1.1 |
| 1173 | 2026-03-02T03:29:12.279Z | Downloaded cargo_toml v0.22.3 |
| 1174 | 2026-03-02T03:29:12.305Z | Downloaded cargo_metadata v0.19.2 |
| 1175 | 2026-03-02T03:29:12.305Z | Downloaded cancel-safe-futures v0.1.5 |
| 1176 | 2026-03-02T03:29:12.305Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1177 | 2026-03-02T03:29:12.305Z | Downloaded bitflags v1.3.2 |
| 1178 | 2026-03-02T03:29:12.305Z | Downloaded base64 v0.22.1 |
| 1179 | 2026-03-02T03:29:12.305Z | Downloaded itertools v0.13.0 |
| 1180 | 2026-03-02T03:29:12.305Z | Downloaded fatfs v0.3.6 |
| 1181 | 2026-03-02T03:29:12.329Z | Downloaded dropshot-api-manager v0.4.0 |
| 1182 | 2026-03-02T03:29:12.329Z | Downloaded derive_more v0.99.20 |
| 1183 | 2026-03-02T03:29:12.329Z | Downloaded convert_case v0.4.0 |
| 1184 | 2026-03-02T03:29:12.329Z | Downloaded cipher v0.4.4 |
| 1185 | 2026-03-02T03:29:12.329Z | Downloaded bzip2 v0.6.1 |
| 1186 | 2026-03-02T03:29:12.330Z | Downloaded bitfield v0.19.4 |
| 1187 | 2026-03-02T03:29:12.330Z | Downloaded libsw v3.5.0 |
| 1188 | 2026-03-02T03:29:12.330Z | Downloaded float-ord v0.3.2 |
| 1189 | 2026-03-02T03:29:12.330Z | Downloaded flagset v0.4.7 |
| 1190 | 2026-03-02T03:29:12.330Z | Downloaded fallible-iterator v0.2.0 |
| 1191 | 2026-03-02T03:29:12.330Z | Downloaded ed25519 v2.2.3 |
| 1192 | 2026-03-02T03:29:12.330Z | Downloaded dropshot_endpoint v0.16.7 |
| 1193 | 2026-03-02T03:29:12.359Z | Downloaded difflib v0.4.0 |
| 1194 | 2026-03-02T03:29:12.359Z | Downloaded ctr v0.9.2 |
| 1195 | 2026-03-02T03:29:12.359Z | Downloaded colored v3.1.1 |
| 1196 | 2026-03-02T03:29:12.359Z | Downloaded cmake v0.1.57 |
| 1197 | 2026-03-02T03:29:12.360Z | Downloaded bzip2 v0.4.4 |
| 1198 | 2026-03-02T03:29:12.360Z | Downloaded blake2 v0.10.6 |
| 1199 | 2026-03-02T03:29:12.360Z | Downloaded bitfield-macros v0.19.4 |
| 1200 | 2026-03-02T03:29:12.360Z | Downloaded bit-vec v0.6.3 |
| 1201 | 2026-03-02T03:29:12.360Z | Downloaded bcs v0.1.6 |
| 1202 | 2026-03-02T03:29:12.360Z | Downloaded indicatif v0.18.4 |
| 1203 | 2026-03-02T03:29:12.360Z | Downloaded fixedbitset v0.4.2 |
| 1204 | 2026-03-02T03:29:12.360Z | Downloaded find-msvc-tools v0.1.9 |
| 1205 | 2026-03-02T03:29:12.360Z | Downloaded fd-lock v4.0.4 |
| 1206 | 2026-03-02T03:29:12.360Z | Downloaded erased-serde v0.3.31 |
| 1207 | 2026-03-02T03:29:12.360Z | Downloaded enum-as-inner v0.6.1 |
| 1208 | 2026-03-02T03:29:12.384Z | Downloaded dunce v1.0.5 |
| 1209 | 2026-03-02T03:29:12.384Z | Downloaded drift v0.1.3 |
| 1210 | 2026-03-02T03:29:12.384Z | Downloaded bit-vec v0.8.0 |
| 1211 | 2026-03-02T03:29:12.384Z | Downloaded bit-set v0.5.3 |
| 1212 | 2026-03-02T03:29:12.384Z | Downloaded base64ct v1.8.3 |
| 1213 | 2026-03-02T03:29:12.384Z | Downloaded embedded-io v0.6.1 |
| 1214 | 2026-03-02T03:29:12.384Z | Downloaded derive_more-impl v2.1.1 |
| 1215 | 2026-03-02T03:29:12.384Z | Downloaded cstr-argument v0.1.2 |
| 1216 | 2026-03-02T03:29:12.384Z | Downloaded foreign-types-shared v0.1.1 |
| 1217 | 2026-03-02T03:29:12.384Z | Downloaded foreign-types v0.5.0 |
| 1218 | 2026-03-02T03:29:12.384Z | Downloaded foldhash v0.2.0 |
| 1219 | 2026-03-02T03:29:12.384Z | Downloaded dyn-clone v1.0.20 |
| 1220 | 2026-03-02T03:29:12.409Z | Downloaded dropshot-api-manager-types v0.4.0 |
| 1221 | 2026-03-02T03:29:12.409Z | Downloaded dof v0.4.0 |
| 1222 | 2026-03-02T03:29:12.409Z | Downloaded dirs-sys-next v0.1.2 |
| 1223 | 2026-03-02T03:29:12.409Z | Downloaded diff v0.1.13 |
| 1224 | 2026-03-02T03:29:12.409Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1225 | 2026-03-02T03:29:12.409Z | Downloaded derive_more v2.1.1 |
| 1226 | 2026-03-02T03:29:12.409Z | Downloaded indoc v2.0.7 |
| 1227 | 2026-03-02T03:29:12.409Z | Downloaded hash32 v0.2.1 |
| 1228 | 2026-03-02T03:29:12.434Z | Downloaded h2 v0.4.13 |
| 1229 | 2026-03-02T03:29:12.434Z | Downloaded foldhash v0.1.5 |
| 1230 | 2026-03-02T03:29:12.434Z | Downloaded float-cmp v0.10.0 |
| 1231 | 2026-03-02T03:29:12.434Z | Downloaded filetime v0.2.27 |
| 1232 | 2026-03-02T03:29:12.434Z | Downloaded expectorate v1.2.0 |
| 1233 | 2026-03-02T03:29:12.434Z | Downloaded env_filter v1.0.0 |
| 1234 | 2026-03-02T03:29:12.434Z | Downloaded endian-type v0.1.2 |
| 1235 | 2026-03-02T03:29:12.434Z | Downloaded ena v0.14.4 |
| 1236 | 2026-03-02T03:29:12.434Z | Downloaded either v1.15.0 |
| 1237 | 2026-03-02T03:29:12.434Z | Downloaded ecdsa v0.16.9 |
| 1238 | 2026-03-02T03:29:12.434Z | Downloaded dtrace-parser v0.3.0 |
| 1239 | 2026-03-02T03:29:12.434Z | Downloaded dsl_auto_type v0.1.3 |
| 1240 | 2026-03-02T03:29:12.434Z | Downloaded display-error-chain v0.2.2 |
| 1241 | 2026-03-02T03:29:12.459Z | Downloaded diesel-dtrace v0.4.2 |
| 1242 | 2026-03-02T03:29:12.459Z | Downloaded des v0.8.1 |
| 1243 | 2026-03-02T03:29:12.459Z | Downloaded derive_builder_macro v0.20.2 |
| 1244 | 2026-03-02T03:29:12.459Z | Downloaded derive_builder_core v0.20.2 |
| 1245 | 2026-03-02T03:29:12.459Z | Downloaded curve25519-dalek v4.1.3 |
| 1246 | 2026-03-02T03:29:12.459Z | Downloaded hashbrown v0.15.5 |
| 1247 | 2026-03-02T03:29:12.459Z | Downloaded gethostname v0.5.0 |
| 1248 | 2026-03-02T03:29:12.459Z | Downloaded document-features v0.2.12 |
| 1249 | 2026-03-02T03:29:12.459Z | Downloaded dirs-next v2.0.0 |
| 1250 | 2026-03-02T03:29:12.485Z | Downloaded crossterm v0.29.0 |
| 1251 | 2026-03-02T03:29:12.485Z | Downloaded darling_core v0.21.3 |
| 1252 | 2026-03-02T03:29:12.485Z | Downloaded darling_core v0.20.11 |
| 1253 | 2026-03-02T03:29:12.485Z | Downloaded darling v0.20.11 |
| 1254 | 2026-03-02T03:29:12.485Z | Downloaded crossbeam-deque v0.8.6 |
| 1255 | 2026-03-02T03:29:12.510Z | Downloaded http-range v0.1.5 |
| 1256 | 2026-03-02T03:29:12.510Z | Downloaded heapless v0.7.17 |
| 1257 | 2026-03-02T03:29:12.510Z | Downloaded globset v0.4.18 |
| 1258 | 2026-03-02T03:29:12.510Z | Downloaded darling_macro v0.21.3 |
| 1259 | 2026-03-02T03:29:12.510Z | Downloaded darling_core v0.23.0 |
| 1260 | 2026-03-02T03:29:12.510Z | Downloaded crossterm v0.28.1 |
| 1261 | 2026-03-02T03:29:12.510Z | Downloaded dropshot v0.16.7 |
| 1262 | 2026-03-02T03:29:12.534Z | Downloaded derive-where v1.6.0 |
| 1263 | 2026-03-02T03:29:12.534Z | Downloaded defmt-macros v1.0.1 |
| 1264 | 2026-03-02T03:29:12.559Z | Downloaded daft v0.1.5 |
| 1265 | 2026-03-02T03:29:12.559Z | Downloaded crossbeam-utils v0.8.21 |
| 1266 | 2026-03-02T03:29:12.559Z | Downloaded chrono-tz v0.10.4 |
| 1267 | 2026-03-02T03:29:12.583Z | Downloaded defmt v1.0.1 |
| 1268 | 2026-03-02T03:29:12.584Z | Downloaded debug-ignore v1.0.5 |
| 1269 | 2026-03-02T03:29:12.584Z | Downloaded data-encoding v2.10.0 |
| 1270 | 2026-03-02T03:29:12.584Z | Downloaded crossbeam-epoch v0.9.18 |
| 1271 | 2026-03-02T03:29:12.584Z | Downloaded derive-ex v0.1.8 |
| 1272 | 2026-03-02T03:29:12.584Z | Downloaded deranged v0.5.8 |
| 1273 | 2026-03-02T03:29:12.584Z | Downloaded defmt-parser v1.0.0 |
| 1274 | 2026-03-02T03:29:12.584Z | Downloaded defmt v0.3.100 |
| 1275 | 2026-03-02T03:29:12.584Z | Downloaded darling_macro v0.23.0 |
| 1276 | 2026-03-02T03:29:12.584Z | Downloaded darling_macro v0.20.11 |
| 1277 | 2026-03-02T03:29:12.584Z | Downloaded darling v0.23.0 |
| 1278 | 2026-03-02T03:29:12.584Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1279 | 2026-03-02T03:29:12.584Z | Downloaded futures-core v0.3.32 |
| 1280 | 2026-03-02T03:29:12.608Z | Downloaded derive_builder v0.20.2 |
| 1281 | 2026-03-02T03:29:12.608Z | Downloaded daft-derive v0.1.5 |
| 1282 | 2026-03-02T03:29:12.608Z | Downloaded crunchy v0.2.4 |
| 1283 | 2026-03-02T03:29:12.608Z | Downloaded crossbeam-channel v0.5.15 |
| 1284 | 2026-03-02T03:29:12.608Z | Downloaded aws-lc-rs v1.16.0 |
| 1285 | 2026-03-02T03:29:12.633Z | Downloaded ar_archive_writer v0.5.1 |
| 1286 | 2026-03-02T03:29:12.633Z | Downloaded aho-corasick v1.1.4 |
| 1287 | 2026-03-02T03:29:12.633Z | Downloaded aes-gcm v0.10.3 |
| 1288 | 2026-03-02T03:29:12.633Z | Downloaded aes v0.8.4 |
| 1289 | 2026-03-02T03:29:12.633Z | Downloaded ed25519-dalek v2.2.0 |
| 1290 | 2026-03-02T03:29:12.633Z | Downloaded crypto-bigint v0.5.5 |
| 1291 | 2026-03-02T03:29:12.658Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1292 | 2026-03-02T03:29:12.658Z | Downloaded critical-section v1.2.0 |
| 1293 | 2026-03-02T03:29:12.658Z | Downloaded ascii-canvas v3.0.0 |
| 1294 | 2026-03-02T03:29:12.658Z | Downloaded arc-swap v1.8.2 |
| 1295 | 2026-03-02T03:29:12.658Z | Downloaded allocator-api2 v0.2.21 |
| 1296 | 2026-03-02T03:29:12.658Z | Downloaded env_logger v0.11.9 |
| 1297 | 2026-03-02T03:29:12.658Z | Downloaded diesel_derives v2.2.7 |
| 1298 | 2026-03-02T03:29:12.658Z | Downloaded darling v0.21.3 |
| 1299 | 2026-03-02T03:29:12.683Z | Downloaded compact_str v0.8.1 |
| 1300 | 2026-03-02T03:29:12.683Z | Downloaded backon v1.6.0 |
| 1301 | 2026-03-02T03:29:12.683Z | Downloaded atty v0.2.14 |
| 1302 | 2026-03-02T03:29:12.683Z | Downloaded atomic-waker v1.1.2 |
| 1303 | 2026-03-02T03:29:12.683Z | Downloaded async-bb8-diesel v0.2.1 |
| 1304 | 2026-03-02T03:29:12.683Z | Downloaded arrayref v0.3.9 |
| 1305 | 2026-03-02T03:29:12.683Z | Downloaded adler2 v2.0.1 |
| 1306 | 2026-03-02T03:29:12.683Z | Downloaded const_format_proc_macros v0.2.34 |
| 1307 | 2026-03-02T03:29:12.683Z | Downloaded clang-sys v1.8.1 |
| 1308 | 2026-03-02T03:29:12.683Z | Downloaded bb8 v0.8.6 |
| 1309 | 2026-03-02T03:29:12.683Z | Downloaded backoff v0.4.0 |
| 1310 | 2026-03-02T03:29:12.683Z | Downloaded async-stream-impl v0.3.6 |
| 1311 | 2026-03-02T03:29:12.683Z | Downloaded async-recursion v1.1.1 |
| 1312 | 2026-03-02T03:29:12.708Z | Downloaded assert_matches v1.5.0 |
| 1313 | 2026-03-02T03:29:12.708Z | Downloaded argon2 v0.5.3 |
| 1314 | 2026-03-02T03:29:12.708Z | Downloaded async-trait v0.1.89 |
| 1315 | 2026-03-02T03:29:12.708Z | Downloaded arrayvec v0.7.6 |
| 1316 | 2026-03-02T03:29:12.708Z | Downloaded array-init v0.0.4 |
| 1317 | 2026-03-02T03:29:12.708Z | Downloaded atomicwrites v0.4.4 |
| 1318 | 2026-03-02T03:29:12.708Z | Downloaded ahash v0.8.12 |
| 1319 | 2026-03-02T03:29:12.708Z | Downloaded aead v0.5.2 |
| 1320 | 2026-03-02T03:29:12.708Z | Downloaded bit-set v0.8.0 |
| 1321 | 2026-03-02T03:29:12.708Z | Downloaded base16ct v0.2.0 |
| 1322 | 2026-03-02T03:29:12.708Z | Downloaded async-stream v0.3.6 |
| 1323 | 2026-03-02T03:29:12.882Z | Compiling libc v0.2.180 |
| 1324 | 2026-03-02T03:29:12.882Z | Compiling serde v1.0.228 |
| 1325 | 2026-03-02T03:29:12.908Z | Compiling log v0.4.29 |
| 1326 | 2026-03-02T03:29:12.908Z | Compiling shlex v1.3.0 |
| 1327 | 2026-03-02T03:29:12.908Z | Compiling find-msvc-tools v0.1.9 |
| 1328 | 2026-03-02T03:29:12.908Z | Compiling smallvec v1.15.1 |
| 1329 | 2026-03-02T03:29:12.908Z | Compiling syn v2.0.117 |
| 1330 | 2026-03-02T03:29:12.908Z | Compiling typenum v1.19.0 |
| 1331 | 2026-03-02T03:29:13.723Z | Compiling generic-array v0.14.7 |
| 1332 | 2026-03-02T03:29:13.749Z | Compiling subtle v2.6.1 |
| 1333 | 2026-03-02T03:29:13.843Z | Compiling scopeguard v1.2.0 |
| 1334 | 2026-03-02T03:29:13.957Z | Compiling portable-atomic v1.13.1 |
| 1335 | 2026-03-02T03:29:14.041Z | Compiling lock_api v0.4.14 |
| 1336 | 2026-03-02T03:29:14.041Z | Compiling const-oid v0.9.6 |
| 1337 | 2026-03-02T03:29:14.119Z | Compiling critical-section v1.2.0 |
| 1338 | 2026-03-02T03:29:14.198Z | Compiling zerocopy v0.8.40 |
| 1339 | 2026-03-02T03:29:14.323Z | Compiling serde_json v1.0.149 |
| 1340 | 2026-03-02T03:29:14.519Z | Compiling pin-project-lite v0.2.17 |
| 1341 | 2026-03-02T03:29:14.708Z | Compiling parking_lot_core v0.9.12 |
| 1342 | 2026-03-02T03:29:15.127Z | Compiling pkg-config v0.3.32 |
| 1343 | 2026-03-02T03:29:15.307Z | Compiling libm v0.2.16 |
| 1344 | 2026-03-02T03:29:15.332Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-03-02T03:29:15.488Z | Compiling getrandom v0.2.17 |
| 1346 | 2026-03-02T03:29:15.695Z | Compiling jobserver v0.1.34 |
| 1347 | 2026-03-02T03:29:15.814Z | Compiling rand_core v0.6.4 |
| 1348 | 2026-03-02T03:29:15.926Z | Compiling errno v0.3.14 |
| 1349 | 2026-03-02T03:29:16.179Z | Compiling cc v1.2.56 |
| 1350 | 2026-03-02T03:29:16.281Z | Compiling once_cell v1.21.3 |
| 1351 | 2026-03-02T03:29:16.382Z | Compiling signal-hook-registry v1.4.8 |
| 1352 | 2026-03-02T03:29:16.408Z | Compiling parking_lot v0.12.5 |
| 1353 | 2026-03-02T03:29:16.478Z | Compiling mio v1.1.1 |
| 1354 | 2026-03-02T03:29:16.563Z | Compiling bitflags v2.11.0 |
| 1355 | 2026-03-02T03:29:16.686Z | Compiling futures-core v0.3.32 |
| 1356 | 2026-03-02T03:29:17.015Z | Compiling socket2 v0.6.2 |
| 1357 | 2026-03-02T03:29:17.225Z | Compiling percent-encoding v2.3.2 |
| 1358 | 2026-03-02T03:29:17.257Z | Compiling allocator-api2 v0.2.21 |
| 1359 | 2026-03-02T03:29:17.560Z | Compiling futures-sink v0.3.32 |
| 1360 | 2026-03-02T03:29:17.631Z | Compiling cpufeatures v0.2.17 |
| 1361 | 2026-03-02T03:29:17.663Z | Compiling foldhash v0.2.0 |
| 1362 | 2026-03-02T03:29:17.760Z | Compiling futures-channel v0.3.32 |
| 1363 | 2026-03-02T03:29:17.785Z | Compiling futures-io v0.3.32 |
| 1364 | 2026-03-02T03:29:17.938Z | Compiling futures-task v0.3.32 |
| 1365 | 2026-03-02T03:29:17.962Z | Compiling hashbrown v0.16.1 |
| 1366 | 2026-03-02T03:29:18.128Z | Compiling getrandom v0.4.1 |
| 1367 | 2026-03-02T03:29:18.156Z | Compiling slab v0.4.12 |
| 1368 | 2026-03-02T03:29:18.295Z | Compiling rustversion v1.0.22 |
| 1369 | 2026-03-02T03:29:18.320Z | Compiling rand_core v0.10.0 |
| 1370 | 2026-03-02T03:29:18.483Z | Compiling getrandom v0.3.4 |
| 1371 | 2026-03-02T03:29:18.626Z | Compiling cmake v0.1.57 |
| 1372 | 2026-03-02T03:29:19.209Z | Compiling indexmap v2.13.0 |
| 1373 | 2026-03-02T03:29:19.394Z | Compiling form_urlencoded v1.2.2 |
| 1374 | 2026-03-02T03:29:19.577Z | Compiling ident_case v1.0.1 |
| 1375 | 2026-03-02T03:29:19.630Z | Compiling fs_extra v1.3.0 |
| 1376 | 2026-03-02T03:29:19.724Z | Compiling base64ct v1.8.3 |
| 1377 | 2026-03-02T03:29:19.781Z | Compiling dunce v1.0.5 |
| 1378 | 2026-03-02T03:29:19.945Z | Compiling flagset v0.4.7 |
| 1379 | 2026-03-02T03:29:20.113Z | Compiling rand_core v0.9.5 |
| 1380 | 2026-03-02T03:29:20.162Z | Compiling aws-lc-sys v0.37.1 |
| 1381 | 2026-03-02T03:29:20.186Z | Compiling iana-time-zone v0.1.65 |
| 1382 | 2026-03-02T03:29:20.324Z | Compiling synstructure v0.13.2 |
| 1383 | 2026-03-02T03:29:20.420Z | Compiling pem-rfc7468 v0.7.0 |
| 1384 | 2026-03-02T03:29:20.445Z | Compiling rustix v1.1.3 |
| 1385 | 2026-03-02T03:29:20.556Z | Compiling ring v0.17.14 |
| 1386 | 2026-03-02T03:29:20.624Z | Compiling uuid v1.21.0 |
| 1387 | 2026-03-02T03:29:20.654Z | Compiling rustc_version v0.4.1 |
| 1388 | 2026-03-02T03:29:21.047Z | Compiling aws-lc-rs v1.16.0 |
| 1389 | 2026-03-02T03:29:21.325Z | Compiling vcpkg v0.2.15 |
| 1390 | 2026-03-02T03:29:21.445Z | Compiling regex-syntax v0.8.10 |
| 1391 | 2026-03-02T03:29:21.643Z | Compiling tracing-core v0.1.36 |
| 1392 | 2026-03-02T03:29:22.005Z | Compiling crossbeam-utils v0.8.21 |
| 1393 | 2026-03-02T03:29:22.510Z | Compiling pest_generator v2.8.6 |
| 1394 | 2026-03-02T03:29:22.772Z | Compiling serde_derive_internals v0.29.1 |
| 1395 | 2026-03-02T03:29:22.887Z | Compiling openssl-sys v0.9.111 |
| 1396 | 2026-03-02T03:29:23.952Z | Compiling syn v1.0.109 |
| 1397 | 2026-03-02T03:29:23.976Z | Compiling untrusted v0.9.0 |
| 1398 | 2026-03-02T03:29:24.192Z | Compiling schemars v0.8.22 |
| 1399 | 2026-03-02T03:29:24.245Z | Compiling httparse v1.10.1 |
| 1400 | 2026-03-02T03:29:24.401Z | Compiling serde_derive v1.0.228 |
| 1401 | 2026-03-02T03:29:24.533Z | Compiling zeroize_derive v1.4.3 |
| 1402 | 2026-03-02T03:29:24.561Z | Compiling zerofrom-derive v0.1.6 |
| 1403 | 2026-03-02T03:29:24.805Z | Compiling yoke-derive v0.8.1 |
| 1404 | 2026-03-02T03:29:24.888Z | Compiling zerocopy-derive v0.8.40 |
| 1405 | 2026-03-02T03:29:25.863Z | Compiling zeroize v1.8.2 |
| 1406 | 2026-03-02T03:29:26.625Z | Compiling zerovec-derive v0.11.2 |
| 1407 | 2026-03-02T03:29:26.736Z | Compiling displaydoc v0.2.5 |
| 1408 | 2026-03-02T03:29:27.159Z | Compiling tokio-macros v2.6.0 |
| 1409 | 2026-03-02T03:29:27.483Z | Compiling crypto-common v0.1.7 |
| 1410 | 2026-03-02T03:29:27.508Z | Compiling zerofrom v0.1.6 |
| 1411 | 2026-03-02T03:29:27.716Z | Compiling yoke v0.8.1 |
| 1412 | 2026-03-02T03:29:27.742Z | Compiling block-buffer v0.10.4 |
| 1413 | 2026-03-02T03:29:28.101Z | Compiling digest v0.10.7 |
| 1414 | 2026-03-02T03:29:28.126Z | Compiling futures-macro v0.3.32 |
| 1415 | 2026-03-02T03:29:28.161Z | Compiling zerotrie v0.2.3 |
| 1416 | 2026-03-02T03:29:28.575Z | Compiling hmac v0.12.1 |
| 1417 | 2026-03-02T03:29:28.611Z | Compiling block-padding v0.3.3 |
| 1418 | 2026-03-02T03:29:28.774Z | Compiling sha2 v0.10.9 |
| 1419 | 2026-03-02T03:29:28.805Z | Compiling zerovec v0.11.5 |
| 1420 | 2026-03-02T03:29:28.864Z | Compiling inout v0.1.4 |
| 1421 | 2026-03-02T03:29:28.890Z | Compiling der_derive v0.7.3 |
| 1422 | 2026-03-02T03:29:29.145Z | Compiling cipher v0.4.4 |
| 1423 | 2026-03-02T03:29:29.674Z | Compiling salsa20 v0.10.2 |
| 1424 | 2026-03-02T03:29:29.699Z | Compiling futures-util v0.3.32 |
| 1425 | 2026-03-02T03:29:29.922Z | Compiling tinystr v0.8.2 |
| 1426 | 2026-03-02T03:29:29.946Z | Compiling potential_utf v0.1.4 |
| 1427 | 2026-03-02T03:29:30.201Z | Compiling icu_collections v2.1.1 |
| 1428 | 2026-03-02T03:29:30.328Z | Compiling icu_locale_core v2.1.1 |
| 1429 | 2026-03-02T03:29:30.808Z | Compiling der v0.7.10 |
| 1430 | 2026-03-02T03:29:31.215Z | Compiling pbkdf2 v0.12.2 |
| 1431 | 2026-03-02T03:29:31.396Z | Compiling thiserror-impl v2.0.18 |
| 1432 | 2026-03-02T03:29:31.675Z | Compiling bytes v1.11.1 |
| 1433 | 2026-03-02T03:29:31.721Z | Compiling icu_provider v2.1.1 |
| 1434 | 2026-03-02T03:29:32.297Z | Compiling icu_properties v2.1.2 |
| 1435 | 2026-03-02T03:29:32.321Z | Compiling icu_normalizer v2.1.1 |
| 1436 | 2026-03-02T03:29:32.972Z | Compiling tokio v1.49.0 |
| 1437 | 2026-03-02T03:29:33.495Z | Compiling http v1.4.0 |
| 1438 | 2026-03-02T03:29:33.524Z | Compiling spki v0.7.3 |
| 1439 | 2026-03-02T03:29:33.917Z | Compiling chrono v0.4.44 |
| 1440 | 2026-03-02T03:29:34.216Z | Compiling thiserror v2.0.18 |
| 1441 | 2026-03-02T03:29:34.386Z | Compiling idna_adapter v1.2.1 |
| 1442 | 2026-03-02T03:29:34.611Z | Compiling idna v1.1.0 |
| 1443 | 2026-03-02T03:29:34.819Z | Compiling scrypt v0.11.0 |
| 1444 | 2026-03-02T03:29:34.864Z | Compiling cbc v0.1.2 |
| 1445 | 2026-03-02T03:29:35.110Z | Compiling aes v0.8.4 |
| 1446 | 2026-03-02T03:29:35.285Z | Compiling ppv-lite86 v0.2.21 |
| 1447 | 2026-03-02T03:29:35.463Z | Compiling url v2.5.8 |
| 1448 | 2026-03-02T03:29:35.495Z | Compiling rustls-pki-types v1.14.0 |
| 1449 | 2026-03-02T03:29:35.962Z | Compiling rand_chacha v0.9.0 |
| 1450 | 2026-03-02T03:29:36.006Z | Compiling tracing-attributes v0.1.31 |
| 1451 | 2026-03-02T03:29:36.412Z | Compiling rand v0.9.2 |
| 1452 | 2026-03-02T03:29:36.997Z | Compiling pkcs5 v0.7.1 |
| 1453 | 2026-03-02T03:29:37.147Z | Compiling http-body v1.0.1 |
| 1454 | 2026-03-02T03:29:37.369Z | Compiling openssl-probe v0.2.1 |
| 1455 | 2026-03-02T03:29:37.394Z | Compiling base64 v0.22.1 |
| 1456 | 2026-03-02T03:29:37.418Z | Compiling untrusted v0.7.1 |
| 1457 | 2026-03-02T03:29:37.637Z | Compiling pkcs8 v0.10.2 |
| 1458 | 2026-03-02T03:29:38.093Z | Compiling schemars_derive v0.8.22 |
| 1459 | 2026-03-02T03:29:38.179Z | Compiling pest_derive v2.8.6 |
| 1460 | 2026-03-02T03:29:38.203Z | Compiling scroll_derive v0.13.1 |
| 1461 | 2026-03-02T03:29:38.781Z | Compiling tracing v0.1.44 |
| 1462 | 2026-03-02T03:29:38.866Z | Compiling darling_core v0.20.11 |
| 1463 | 2026-03-02T03:29:39.260Z | Compiling tinyvec_macros v0.1.1 |
| 1464 | 2026-03-02T03:29:39.346Z | Compiling rustls v0.23.37 |
| 1465 | 2026-03-02T03:29:39.378Z | Compiling atomic-waker v1.1.2 |
| 1466 | 2026-03-02T03:29:39.575Z | Compiling tower-layer v0.3.3 |
| 1467 | 2026-03-02T03:29:39.625Z | Compiling dyn-clone v1.0.20 |
| 1468 | 2026-03-02T03:29:39.759Z | Compiling tower-service v0.3.3 |
| 1469 | 2026-03-02T03:29:39.845Z | Compiling try-lock v0.2.5 |
| 1470 | 2026-03-02T03:29:39.870Z | Compiling scroll v0.13.0 |
| 1471 | 2026-03-02T03:29:39.908Z | Compiling tinyvec v1.10.0 |
| 1472 | 2026-03-02T03:29:40.025Z | Compiling want v0.3.1 |
| 1473 | 2026-03-02T03:29:40.600Z | Compiling ipnet v2.11.0 |
| 1474 | 2026-03-02T03:29:40.896Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1475 | 2026-03-02T03:29:41.445Z | Compiling tokio-util v0.7.18 |
| 1476 | 2026-03-02T03:29:41.681Z | Compiling spin v0.9.8 |
| 1477 | 2026-03-02T03:29:41.706Z | Compiling aho-corasick v1.1.4 |
| 1478 | 2026-03-02T03:29:42.107Z | Compiling num-conv v0.2.0 |
| 1479 | 2026-03-02T03:29:42.388Z | Compiling powerfmt v0.2.0 |
| 1480 | 2026-03-02T03:29:42.808Z | Compiling foreign-types-shared v0.1.1 |
| 1481 | 2026-03-02T03:29:42.956Z | Compiling time-core v0.1.8 |
| 1482 | 2026-03-02T03:29:43.332Z | Compiling h2 v0.4.13 |
| 1483 | 2026-03-02T03:29:43.590Z | Compiling httpdate v1.0.3 |
| 1484 | 2026-03-02T03:29:43.820Z | Compiling pin-utils v0.1.0 |
| 1485 | 2026-03-02T03:29:43.952Z | Compiling crc32fast v1.5.0 |
| 1486 | 2026-03-02T03:29:44.027Z | Compiling openssl v0.10.75 |
| 1487 | 2026-03-02T03:29:44.165Z | Compiling darling_macro v0.20.11 |
| 1488 | 2026-03-02T03:29:44.491Z | Compiling regex-automata v0.4.14 |
| 1489 | 2026-03-02T03:29:44.523Z | Compiling tempfile v3.25.0 |
| 1490 | 2026-03-02T03:29:44.918Z | Compiling darling v0.20.11 |
| 1491 | 2026-03-02T03:29:45.044Z | Compiling time-macros v0.2.27 |
| 1492 | 2026-03-02T03:29:45.264Z | Compiling foreign-types v0.3.2 |
| 1493 | 2026-03-02T03:29:45.372Z | Compiling deranged v0.5.8 |
| 1494 | 2026-03-02T03:29:45.629Z | Compiling goblin v0.10.5 |
| 1495 | 2026-03-02T03:29:47.221Z | Compiling thiserror-impl v1.0.69 |
| 1496 | 2026-03-02T03:29:47.536Z | Compiling openssl-macros v0.1.1 |
| 1497 | 2026-03-02T03:29:49.427Z | Compiling wait-timeout v0.2.1 |
| 1498 | 2026-03-02T03:29:49.669Z | Compiling hyper v1.8.1 |
| 1499 | 2026-03-02T03:29:49.852Z | Compiling num_threads v0.1.7 |
| 1500 | 2026-03-02T03:29:49.887Z | Compiling either v1.15.0 |
| 1501 | 2026-03-02T03:29:50.004Z | Compiling quick-error v1.2.3 |
| 1502 | 2026-03-02T03:29:50.173Z | Compiling siphasher v1.0.2 |
| 1503 | 2026-03-02T03:29:50.275Z | Compiling native-tls v0.2.18 |
| 1504 | 2026-03-02T03:29:50.531Z | Compiling simd-adler32 v0.3.8 |
| 1505 | 2026-03-02T03:29:50.644Z | Compiling usdt-impl v0.6.0 |
| 1506 | 2026-03-02T03:29:50.975Z | Compiling bit-vec v0.8.0 |
| 1507 | 2026-03-02T03:29:51.096Z | Compiling rusty-fork v0.3.1 |
| 1508 | 2026-03-02T03:29:51.396Z | Compiling bit-set v0.8.0 |
| 1509 | 2026-03-02T03:29:51.656Z | Compiling time v0.3.47 |
| 1510 | 2026-03-02T03:29:51.682Z | Compiling thiserror v1.0.69 |
| 1511 | 2026-03-02T03:29:51.867Z | Compiling hyper-util v0.1.20 |
| 1512 | 2026-03-02T03:29:52.935Z | Compiling dof v0.4.0 |
| 1513 | 2026-03-02T03:29:53.560Z | Compiling derive_builder_core v0.20.2 |
| 1514 | 2026-03-02T03:29:55.394Z | Compiling unicode-normalization v0.1.25 |
| 1515 | 2026-03-02T03:29:55.419Z | Compiling crossbeam-epoch v0.9.18 |
| 1516 | 2026-03-02T03:29:55.529Z | Compiling dtrace-parser v0.3.0 |
| 1517 | 2026-03-02T03:29:55.626Z | Compiling rustls-native-certs v0.8.3 |
| 1518 | 2026-03-02T03:29:55.783Z | Compiling signature v2.2.0 |
| 1519 | 2026-03-02T03:29:56.042Z | Compiling scroll_derive v0.12.1 |
| 1520 | 2026-03-02T03:29:56.067Z | Compiling heapless v0.7.17 |
| 1521 | 2026-03-02T03:29:56.181Z | Compiling rand_xorshift v0.4.0 |
| 1522 | 2026-03-02T03:29:56.259Z | Compiling slog v2.8.2 |
| 1523 | 2026-03-02T03:29:56.466Z | Compiling darling_core v0.21.3 |
| 1524 | 2026-03-02T03:29:56.490Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1525 | 2026-03-02T03:29:56.551Z | Compiling sync_wrapper v1.0.2 |
| 1526 | 2026-03-02T03:29:56.740Z | Compiling thread-id v5.1.0 |
| 1527 | 2026-03-02T03:29:56.874Z | Compiling cookie v0.18.1 |
| 1528 | 2026-03-02T03:29:56.934Z | Compiling paste v1.0.15 |
| 1529 | 2026-03-02T03:29:57.150Z | Compiling anyhow v1.0.102 |
| 1530 | 2026-03-02T03:29:57.195Z | Compiling unicode-segmentation v1.12.0 |
| 1531 | 2026-03-02T03:29:57.340Z | Compiling rayon-core v1.13.0 |
| 1532 | 2026-03-02T03:29:57.403Z | Compiling zstd-safe v7.2.4 |
| 1533 | 2026-03-02T03:29:57.638Z | Compiling unicode-bidi v0.3.18 |
| 1534 | 2026-03-02T03:29:57.708Z | Compiling unarray v0.1.4 |
| 1535 | 2026-03-02T03:29:57.735Z | Compiling signal-hook v0.3.18 |
| 1536 | 2026-03-02T03:29:57.891Z | Compiling unicode-properties v0.1.4 |
| 1537 | 2026-03-02T03:29:58.052Z | Compiling adler2 v2.0.1 |
| 1538 | 2026-03-02T03:29:58.180Z | Compiling proptest v1.10.0 |
| 1539 | 2026-03-02T03:29:58.280Z | Compiling miniz_oxide v0.8.9 |
| 1540 | 2026-03-02T03:29:58.403Z | Compiling stringprep v0.1.5 |
| 1541 | 2026-03-02T03:29:58.609Z | Compiling scroll v0.12.0 |
| 1542 | 2026-03-02T03:29:59.103Z | Compiling tower v0.5.3 |
| 1543 | 2026-03-02T03:29:59.685Z | Compiling crossbeam-deque v0.8.6 |
| 1544 | 2026-03-02T03:29:59.904Z | Compiling derive_builder_macro v0.20.2 |
| 1545 | 2026-03-02T03:30:00.006Z | Compiling ipnetwork v0.21.1 |
| 1546 | 2026-03-02T03:30:00.048Z | Compiling http-body-util v0.1.3 |
| 1547 | 2026-03-02T03:30:00.073Z | Compiling webpki-roots v1.0.6 |
| 1548 | 2026-03-02T03:30:00.205Z | Compiling rand_chacha v0.3.1 |
| 1549 | 2026-03-02T03:30:00.285Z | Compiling serde_tokenstream v0.2.3 |
| 1550 | 2026-03-02T03:30:00.488Z | Compiling toml_datetime v0.6.11 |
| 1551 | 2026-03-02T03:30:00.650Z | Compiling serde_spanned v0.6.9 |
| 1552 | 2026-03-02T03:30:00.772Z | Compiling erased-serde v0.3.31 |
| 1553 | 2026-03-02T03:30:00.842Z | Compiling md-5 v0.10.6 |
| 1554 | 2026-03-02T03:30:00.888Z | Compiling zerocopy-derive v0.7.35 |
| 1555 | 2026-03-02T03:30:00.987Z | Compiling curve25519-dalek v4.1.3 |
| 1556 | 2026-03-02T03:30:01.123Z | Compiling vergen-lib v0.1.6 |
| 1557 | 2026-03-02T03:30:01.404Z | Compiling num-integer v0.1.46 |
| 1558 | 2026-03-02T03:30:01.575Z | Compiling hash32 v0.2.1 |
| 1559 | 2026-03-02T03:30:01.847Z | Compiling ff v0.13.1 |
| 1560 | 2026-03-02T03:30:01.893Z | Compiling litrs v1.0.0 |
| 1561 | 2026-03-02T03:30:01.917Z | Compiling ref-cast v1.0.25 |
| 1562 | 2026-03-02T03:30:02.026Z | Compiling iri-string v0.7.10 |
| 1563 | 2026-03-02T03:30:02.084Z | Compiling zlib-rs v0.6.2 |
| 1564 | 2026-03-02T03:30:02.248Z | Compiling darling_macro v0.21.3 |
| 1565 | 2026-03-02T03:30:02.446Z | Compiling num-bigint-dig v0.8.6 |
| 1566 | 2026-03-02T03:30:02.607Z | Compiling base16ct v0.2.0 |
| 1567 | 2026-03-02T03:30:02.783Z | Compiling smoltcp v0.9.1 |
| 1568 | 2026-03-02T03:30:02.943Z | Compiling ryu v1.0.23 |
| 1569 | 2026-03-02T03:30:02.972Z | Compiling psl-types v2.0.11 |
| 1570 | 2026-03-02T03:30:03.153Z | Compiling rustix v0.38.44 |
| 1571 | 2026-03-02T03:30:03.202Z | Compiling fallible-iterator v0.2.0 |
| 1572 | 2026-03-02T03:30:03.333Z | Compiling serde_urlencoded v0.7.1 |
| 1573 | 2026-03-02T03:30:03.469Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-03-02T03:30:03.811Z | Compiling postgres-protocol v0.6.10 |
| 1575 | 2026-03-02T03:30:03.836Z | Compiling publicsuffix v2.3.0 |
| 1576 | 2026-03-02T03:30:03.928Z | Compiling darling v0.21.3 |
| 1577 | 2026-03-02T03:30:04.058Z | Compiling document-features v0.2.12 |
| 1578 | 2026-03-02T03:30:04.099Z | Compiling sec1 v0.7.3 |
| 1579 | 2026-03-02T03:30:04.152Z | Compiling zerocopy v0.7.35 |
| 1580 | 2026-03-02T03:30:04.657Z | Compiling tower-http v0.6.8 |
| 1581 | 2026-03-02T03:30:04.884Z | Compiling group v0.13.0 |
| 1582 | 2026-03-02T03:30:05.207Z | Compiling num-iter v0.1.45 |
| 1583 | 2026-03-02T03:30:05.466Z | Compiling derive_builder v0.20.2 |
| 1584 | 2026-03-02T03:30:05.500Z | Compiling rand v0.8.5 |
| 1585 | 2026-03-02T03:30:05.528Z | Compiling oxnet v0.1.4 |
| 1586 | 2026-03-02T03:30:05.803Z | Compiling proc-macro-error v1.0.4 |
| 1587 | 2026-03-02T03:30:06.113Z | Compiling tokio-native-tls v0.3.1 |
| 1588 | 2026-03-02T03:30:06.301Z | Compiling goblin v0.8.2 |
| 1589 | 2026-03-02T03:30:07.448Z | Compiling heck v0.4.1 |
| 1590 | 2026-03-02T03:30:07.511Z | Compiling phf_shared v0.13.1 |
| 1591 | 2026-03-02T03:30:07.875Z | Compiling hubpack_derive v0.1.1 |
| 1592 | 2026-03-02T03:30:08.067Z | Compiling regex v1.12.3 |
| 1593 | 2026-03-02T03:30:08.092Z | Compiling lazy_static v1.5.0 |
| 1594 | 2026-03-02T03:30:08.124Z | Compiling flate2 v1.1.9 |
| 1595 | 2026-03-02T03:30:08.249Z | Compiling cargo-platform v0.1.9 |
| 1596 | 2026-03-02T03:30:08.674Z | Compiling hkdf v0.12.4 |
| 1597 | 2026-03-02T03:30:08.710Z | Compiling crypto-bigint v0.5.5 |
| 1598 | 2026-03-02T03:30:08.909Z | Compiling async-trait v0.1.89 |
| 1599 | 2026-03-02T03:30:08.933Z | Compiling daft-derive v0.1.5 |
| 1600 | 2026-03-02T03:30:08.958Z | Compiling strum_macros v0.27.2 |
| 1601 | 2026-03-02T03:30:08.982Z | Compiling ref-cast-impl v1.0.25 |
| 1602 | 2026-03-02T03:30:09.901Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1603 | 2026-03-02T03:30:10.258Z | Compiling terminal_size v0.4.3 |
| 1604 | 2026-03-02T03:30:10.481Z | Compiling vergen v9.0.6 |
| 1605 | 2026-03-02T03:30:10.779Z | Compiling fs-err v3.3.0 |
| 1606 | 2026-03-02T03:30:11.039Z | Compiling ahash v0.8.12 |
| 1607 | 2026-03-02T03:30:11.066Z | Compiling foldhash v0.1.5 |
| 1608 | 2026-03-02T03:30:11.093Z | Compiling bitflags v1.3.2 |
| 1609 | 2026-03-02T03:30:11.215Z | Compiling bumpalo v3.20.2 |
| 1610 | 2026-03-02T03:30:11.379Z | Compiling managed v0.8.0 |
| 1611 | 2026-03-02T03:30:11.403Z | Compiling object v0.37.3 |
| 1612 | 2026-03-02T03:30:11.705Z | Compiling libbz2-rs-sys v0.2.2 |
| 1613 | 2026-03-02T03:30:11.778Z | Compiling winnow v0.5.40 |
| 1614 | 2026-03-02T03:30:13.129Z | Compiling strum v0.27.2 |
| 1615 | 2026-03-02T03:30:13.242Z | Compiling bzip2 v0.6.1 |
| 1616 | 2026-03-02T03:30:13.355Z | Compiling zopfli v0.8.3 |
| 1617 | 2026-03-02T03:30:13.636Z | Compiling console v0.16.2 |
| 1618 | 2026-03-02T03:30:13.660Z | Compiling clap_builder v4.5.60 |
| 1619 | 2026-03-02T03:30:13.784Z | Compiling dof v0.3.0 |
| 1620 | 2026-03-02T03:30:14.341Z | Compiling hashbrown v0.15.5 |
| 1621 | 2026-03-02T03:30:14.771Z | Compiling toml_edit v0.19.15 |
| 1622 | 2026-03-02T03:30:14.843Z | Compiling elliptic-curve v0.13.8 |
| 1623 | 2026-03-02T03:30:15.394Z | Compiling daft v0.1.5 |
| 1624 | 2026-03-02T03:30:15.697Z | Compiling hubpack v0.1.2 |
| 1625 | 2026-03-02T03:30:15.721Z | Compiling cargo_metadata v0.19.2 |
| 1626 | 2026-03-02T03:30:16.086Z | Compiling phf v0.13.1 |
| 1627 | 2026-03-02T03:30:16.358Z | Compiling zone_cfg_derive v0.3.1 |
| 1628 | 2026-03-02T03:30:17.421Z | Compiling signal-hook-mio v0.2.5 |
| 1629 | 2026-03-02T03:30:17.600Z | Compiling zstd v0.13.3 |
| 1630 | 2026-03-02T03:30:18.143Z | Compiling cookie_store v0.22.1 |
| 1631 | 2026-03-02T03:30:19.267Z | Compiling rayon v1.11.0 |
| 1632 | 2026-03-02T03:30:19.436Z | Compiling hyper-tls v0.6.0 |
| 1633 | 2026-03-02T03:30:19.810Z | Compiling bzip2 v0.4.4 |
| 1634 | 2026-03-02T03:30:20.161Z | Compiling postgres-types v0.2.12 |
| 1635 | 2026-03-02T03:30:20.488Z | Compiling serde_with_macros v3.17.0 |
| 1636 | 2026-03-02T03:30:20.594Z | Compiling usdt-macro v0.6.0 |
| 1637 | 2026-03-02T03:30:21.268Z | Compiling usdt-attr-macro v0.6.0 |
| 1638 | 2026-03-02T03:30:21.510Z | Compiling ed25519 v2.2.3 |
| 1639 | 2026-03-02T03:30:21.783Z | Compiling dtrace-parser v0.2.0 |
| 1640 | 2026-03-02T03:30:22.608Z | Compiling phf_shared v0.11.3 |
| 1641 | 2026-03-02T03:30:22.642Z | Compiling itertools v0.12.1 |
| 1642 | 2026-03-02T03:30:22.960Z | Compiling bstr v1.12.1 |
| 1643 | 2026-03-02T03:30:23.023Z | Compiling pkcs1 v0.7.5 |
| 1644 | 2026-03-02T03:30:23.109Z | Compiling serde-big-array v0.5.1 |
| 1645 | 2026-03-02T03:30:23.339Z | Compiling hex v0.4.3 |
| 1646 | 2026-03-02T03:30:23.364Z | Compiling rfc6979 v0.4.0 |
| 1647 | 2026-03-02T03:30:23.475Z | Compiling strum_macros v0.26.4 |
| 1648 | 2026-03-02T03:30:23.551Z | Compiling clap_derive v4.5.55 |
| 1649 | 2026-03-02T03:30:23.832Z | Compiling serde_repr v0.1.20 |
| 1650 | 2026-03-02T03:30:23.857Z | Compiling enum-as-inner v0.6.1 |
| 1651 | 2026-03-02T03:30:24.329Z | Compiling float-cmp v0.10.0 |
| 1652 | 2026-03-02T03:30:24.569Z | Compiling memmap2 v0.9.10 |
| 1653 | 2026-03-02T03:30:24.738Z | Compiling thread-id v4.2.2 |
| 1654 | 2026-03-02T03:30:24.766Z | Compiling env_filter v1.0.0 |
| 1655 | 2026-03-02T03:30:24.871Z | Compiling encoding_rs v0.8.35 |
| 1656 | 2026-03-02T03:30:24.947Z | Compiling predicates-core v1.0.10 |
| 1657 | 2026-03-02T03:30:25.212Z | Compiling fixedbitset v0.4.2 |
| 1658 | 2026-03-02T03:30:25.259Z | Compiling unit-prefix v0.5.2 |
| 1659 | 2026-03-02T03:30:25.325Z | Compiling difflib v0.4.0 |
| 1660 | 2026-03-02T03:30:25.499Z | Compiling whoami v2.1.0 |
| 1661 | 2026-03-02T03:30:25.605Z | Compiling mime v0.3.17 |
| 1662 | 2026-03-02T03:30:26.065Z | Compiling fixedbitset v0.5.7 |
| 1663 | 2026-03-02T03:30:26.222Z | Compiling jiff v0.2.21 |
| 1664 | 2026-03-02T03:30:26.454Z | Compiling data-encoding v2.10.0 |
| 1665 | 2026-03-02T03:30:26.633Z | Compiling keccak v0.1.6 |
| 1666 | 2026-03-02T03:30:26.889Z | Compiling normalize-line-endings v0.3.0 |
| 1667 | 2026-03-02T03:30:26.945Z | Compiling static_assertions v1.1.0 |
| 1668 | 2026-03-02T03:30:27.015Z | Compiling rustc-hash v2.1.1 |
| 1669 | 2026-03-02T03:30:27.053Z | Compiling new_debug_unreachable v1.0.6 |
| 1670 | 2026-03-02T03:30:27.077Z | Compiling precomputed-hash v0.1.1 |
| 1671 | 2026-03-02T03:30:27.175Z | Compiling iddqd v0.3.17 |
| 1672 | 2026-03-02T03:30:27.207Z | Compiling string_cache v0.8.9 |
| 1673 | 2026-03-02T03:30:27.232Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1674 | 2026-03-02T03:30:27.616Z | Compiling hickory-proto v0.25.2 |
| 1675 | 2026-03-02T03:30:27.815Z | Compiling clap v4.5.60 |
| 1676 | 2026-03-02T03:30:27.949Z | Compiling predicates v3.1.4 |
| 1677 | 2026-03-02T03:30:27.982Z | Compiling sha3 v0.10.8 |
| 1678 | 2026-03-02T03:30:28.364Z | Compiling strum v0.26.3 |
| 1679 | 2026-03-02T03:30:28.562Z | Compiling petgraph v0.8.3 |
| 1680 | 2026-03-02T03:30:28.906Z | Compiling toml_edit v0.22.27 |
| 1681 | 2026-03-02T03:30:29.329Z | Compiling tokio-postgres v0.7.16 |
| 1682 | 2026-03-02T03:30:29.586Z | Compiling petgraph v0.6.5 |
| 1683 | 2026-03-02T03:30:32.640Z | Compiling zip v4.6.1 |
| 1684 | 2026-03-02T03:30:32.691Z | Compiling indicatif v0.18.4 |
| 1685 | 2026-03-02T03:30:33.195Z | Compiling zone v0.3.1 |
| 1686 | 2026-03-02T03:30:33.886Z | Compiling env_logger v0.11.9 |
| 1687 | 2026-03-02T03:30:34.449Z | Compiling usdt-impl v0.5.0 |
| 1688 | 2026-03-02T03:30:34.559Z | Compiling usdt v0.6.0 |
| 1689 | 2026-03-02T03:30:34.583Z | Compiling similar v2.7.0 |
| 1690 | 2026-03-02T03:30:34.607Z | Compiling serde_with v3.17.0 |
| 1691 | 2026-03-02T03:30:34.786Z | Compiling ecdsa v0.16.9 |
| 1692 | 2026-03-02T03:30:35.019Z | Compiling rsa v0.9.10 |
| 1693 | 2026-03-02T03:30:35.439Z | Compiling crossterm v0.28.1 |
| 1694 | 2026-03-02T03:30:35.523Z | Compiling ed25519-dalek v2.2.0 |
| 1695 | 2026-03-02T03:30:35.558Z | Compiling zip v0.6.6 |
| 1696 | 2026-03-02T03:30:36.655Z | Compiling toml v0.7.8 |
| 1697 | 2026-03-02T03:30:37.542Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1698 | 2026-03-02T03:30:37.593Z | Compiling itertools v0.13.0 |
| 1699 | 2026-03-02T03:30:37.894Z | Compiling tokio-stream v0.1.18 |
| 1700 | 2026-03-02T03:30:38.202Z | Compiling buf-list v1.1.2 |
| 1701 | 2026-03-02T03:30:38.282Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1702 | 2026-03-02T03:30:38.686Z | Compiling x509-cert v0.2.5 |
| 1703 | 2026-03-02T03:30:38.814Z | Compiling openapiv3 v2.2.0 |
| 1704 | 2026-03-02T03:30:38.844Z | Compiling sha1 v0.10.6 |
| 1705 | 2026-03-02T03:30:38.891Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1706 | 2026-03-02T03:30:39.220Z | Compiling lalrpop-util v0.19.12 |
| 1707 | 2026-03-02T03:30:39.421Z | Compiling peg-runtime v0.8.5 |
| 1708 | 2026-03-02T03:30:39.550Z | Compiling thread_local v1.1.9 |
| 1709 | 2026-03-02T03:30:39.938Z | Compiling slog-async v2.8.0 |
| 1710 | 2026-03-02T03:30:39.973Z | Compiling crossbeam-channel v0.5.15 |
| 1711 | 2026-03-02T03:30:40.194Z | Compiling futures-executor v0.3.32 |
| 1712 | 2026-03-02T03:30:40.443Z | Compiling filetime v0.2.27 |
| 1713 | 2026-03-02T03:30:40.628Z | Compiling is-terminal v0.4.17 |
| 1714 | 2026-03-02T03:30:40.719Z | Compiling xattr v1.6.1 |
| 1715 | 2026-03-02T03:30:40.768Z | Compiling term v1.2.1 |
| 1716 | 2026-03-02T03:30:40.811Z | Compiling take_mut v0.2.2 |
| 1717 | 2026-03-02T03:30:40.991Z | Compiling tar v0.4.44 |
| 1718 | 2026-03-02T03:30:41.467Z | Compiling slog-term v2.9.2 |
| 1719 | 2026-03-02T03:30:41.840Z | Compiling futures v0.3.32 |
| 1720 | 2026-03-02T03:30:50.870Z | Compiling rustls-webpki v0.103.9 |
| 1721 | 2026-03-02T03:30:57.124Z | Compiling tokio-rustls v0.26.4 |
| 1722 | 2026-03-02T03:30:57.124Z | Compiling rustls-platform-verifier v0.6.2 |
| 1723 | 2026-03-02T03:30:57.495Z | Compiling hyper-rustls v0.27.7 |
| 1724 | 2026-03-02T03:30:57.837Z | Compiling reqwest v0.13.2 |
| 1725 | 2026-03-02T03:30:57.837Z | Compiling reqwest v0.12.28 |
| 1726 | 2026-03-02T03:31:02.482Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1727 | 2026-03-02T03:31:02.888Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1728 | 2026-03-02T03:31:08.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
| 1729 | 2026-03-02T03:31:08.561Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1730 | 2026-03-02T03:31:08.630Z | Mar 02 03:31:07.716 INFO Starting download, target: Cockroach |
| 1731 | 2026-03-02T03:31:08.630Z | Mar 02 03:31:07.717 INFO Starting download, target: Console |
| 1732 | 2026-03-02T03:31:08.630Z | Mar 02 03:31:07.717 INFO Starting download, target: Clickhouse |
| 1733 | 2026-03-02T03:31:08.630Z | Mar 02 03:31:07.717 INFO Starting download, target: DendriteStub |
| 1734 | 2026-03-02T03:31:08.630Z | Mar 02 03:31:07.717 INFO Starting download, target: MaghemiteMgd |
| 1735 | 2026-03-02T03:31:08.655Z | Mar 02 03:31:07.717 INFO Starting download, target: TransceiverControl |
| 1736 | 2026-03-02T03:31:08.655Z | Mar 02 03:31:07.717 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1737 | 2026-03-02T03:31:08.655Z | Mar 02 03:31:07.717 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1738 | 2026-03-02T03:31:08.655Z | Mar 02 03:31:07.717 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1739 | 2026-03-02T03:31:08.655Z | Mar 02 03:31:07.718 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1740 | 2026-03-02T03:31:08.655Z | Mar 02 03:31:07.718 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1741 | 2026-03-02T03:31:08.655Z | Mar 02 03:31:07.718 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1742 | 2026-03-02T03:31:09.226Z | Mar 02 03:31:08.309 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1743 | 2026-03-02T03:31:09.796Z | Mar 02 03:31:08.882 INFO Download complete, target: Console |
| 1744 | 2026-03-02T03:31:13.644Z | Mar 02 03:31:12.731 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1745 | 2026-03-02T03:31:14.186Z | Mar 02 03:31:13.273 INFO Download complete, target: TransceiverControl |
| 1746 | 2026-03-02T03:31:19.521Z | Mar 02 03:31:18.608 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1747 | 2026-03-02T03:31:19.566Z | Mar 02 03:31:18.653 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1748 | 2026-03-02T03:31:22.757Z | Mar 02 03:31:21.845 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1749 | 2026-03-02T03:31:22.757Z | Mar 02 03:31:21.845 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1750 | 2026-03-02T03:31:25.024Z | Mar 02 03:31:24.111 INFO Download complete, target: MaghemiteMgd |
| 1751 | 2026-03-02T03:31:25.249Z | Mar 02 03:31:24.336 INFO Download complete, target: DendriteStub |
| 1752 | 2026-03-02T03:31:34.103Z | Mar 02 03:31:33.191 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1753 | 2026-03-02T03:31:34.526Z | Mar 02 03:31:33.614 INFO Checking that binary works, target: Cockroach |
| 1754 | 2026-03-02T03:31:34.721Z | Mar 02 03:31:33.809 INFO Download complete, target: Cockroach |
| 1755 | 2026-03-02T03:31:50.285Z | Mar 02 03:31:49.373 INFO Checking that binary works, target: Clickhouse |
| 1756 | 2026-03-02T03:31:50.452Z | Mar 02 03:31:49.539 INFO Download complete, target: Clickhouse |
| 1757 | 2026-03-02T03:31:50.476Z | All prerequisites installed successfully |
| 1758 | 2026-03-02T03:31:50.476Z | |
| 1759 | 2026-03-02T03:31:50.476Z | real 6:04.002689692 |
| 1760 | 2026-03-02T03:31:50.477Z | user 15:49.001046500 |
| 1761 | 2026-03-02T03:31:50.477Z | sys 2:40.699606983 |
| 1762 | 2026-03-02T03:31:50.477Z | trap 0.536976758 |
| 1763 | 2026-03-02T03:31:50.477Z | tflt 0.417654251 |
| 1764 | 2026-03-02T03:31:50.477Z | dflt 0.773899898 |
| 1765 | 2026-03-02T03:31:50.477Z | kflt 0.010078208 |
| 1766 | 2026-03-02T03:31:50.477Z | lock 42:39.836606766 |
| 1767 | 2026-03-02T03:31:50.477Z | slp 58:35.597140276 |
| 1768 | 2026-03-02T03:31:50.477Z | lat 1:13.387078338 |
| 1769 | 2026-03-02T03:31:50.477Z | stop 3:02.975827281 |
| 1770 | 2026-03-02T03:31:50.477Z | + ptime -m cargo xtask download softnpu |
| 1771 | 2026-03-02T03:31:51.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 1772 | 2026-03-02T03:31:51.594Z | Running `target/debug/xtask download softnpu` |
| 1773 | 2026-03-02T03:31:52.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 1774 | 2026-03-02T03:31:53.031Z | Running `target/debug/xtask-downloader softnpu` |
| 1775 | 2026-03-02T03:31:53.091Z | Mar 02 03:31:52.178 INFO Starting download, target: Softnpu |
| 1776 | 2026-03-02T03:31:53.115Z | Mar 02 03:31:52.180 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1777 | 2026-03-02T03:31:54.832Z | Mar 02 03:31:53.920 INFO Download complete, target: Softnpu |
| 1778 | 2026-03-02T03:31:54.857Z | |
| 1779 | 2026-03-02T03:31:54.857Z | real 4.368920356 |
| 1780 | 2026-03-02T03:31:54.857Z | user 2.327819866 |
| 1781 | 2026-03-02T03:31:54.857Z | sys 1.413040149 |
| 1782 | 2026-03-02T03:31:54.857Z | trap 0.000489601 |
| 1783 | 2026-03-02T03:31:54.857Z | tflt 0.000036340 |
| 1784 | 2026-03-02T03:31:54.857Z | dflt 0.000202151 |
| 1785 | 2026-03-02T03:31:54.857Z | kflt 0.000000000 |
| 1786 | 2026-03-02T03:31:54.857Z | lock 18.470865089 |
| 1787 | 2026-03-02T03:31:54.857Z | slp 1.396259829 |
| 1788 | 2026-03-02T03:31:54.857Z | lat 0.368300123 |
| 1789 | 2026-03-02T03:31:54.857Z | stop 0.000254394 |
| 1790 | 2026-03-02T03:31:54.857Z | + export CARGO_INCREMENTAL=0 |
| 1791 | 2026-03-02T03:31:54.857Z | + CARGO_INCREMENTAL=0 |
| 1792 | 2026-03-02T03:31:54.857Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1793 | 2026-03-02T03:31:56.469Z | Compiling proc-macro2 v1.0.106 |
| 1794 | 2026-03-02T03:31:56.469Z | Compiling quote v1.0.44 |
| 1795 | 2026-03-02T03:31:56.469Z | Compiling unicode-ident v1.0.24 |
| 1796 | 2026-03-02T03:31:56.469Z | Compiling libc v0.2.180 |
| 1797 | 2026-03-02T03:31:56.493Z | Compiling serde_core v1.0.228 |
| 1798 | 2026-03-02T03:31:56.494Z | Compiling serde v1.0.228 |
| 1799 | 2026-03-02T03:31:56.494Z | Compiling cfg-if v1.0.4 |
| 1800 | 2026-03-02T03:31:56.494Z | Compiling version_check v0.9.5 |
| 1801 | 2026-03-02T03:31:56.798Z | Compiling shlex v1.3.0 |
| 1802 | 2026-03-02T03:31:56.906Z | Compiling find-msvc-tools v0.1.9 |
| 1803 | 2026-03-02T03:31:56.997Z | Compiling typenum v1.19.0 |
| 1804 | 2026-03-02T03:31:57.190Z | Compiling generic-array v0.14.7 |
| 1805 | 2026-03-02T03:31:57.316Z | Compiling portable-atomic v1.13.1 |
| 1806 | 2026-03-02T03:31:57.485Z | Compiling memchr v2.8.0 |
| 1807 | 2026-03-02T03:31:57.509Z | Compiling zmij v1.0.21 |
| 1808 | 2026-03-02T03:31:57.932Z | Compiling serde_json v1.0.149 |
| 1809 | 2026-03-02T03:31:58.023Z | Compiling autocfg v1.5.0 |
| 1810 | 2026-03-02T03:31:58.551Z | Compiling jobserver v0.1.34 |
| 1811 | 2026-03-02T03:31:58.594Z | Compiling zerocopy v0.8.40 |
| 1812 | 2026-03-02T03:31:58.648Z | Compiling parking_lot_core v0.9.12 |
| 1813 | 2026-03-02T03:31:58.772Z | Compiling libm v0.2.16 |
| 1814 | 2026-03-02T03:31:58.923Z | Compiling syn v2.0.117 |
| 1815 | 2026-03-02T03:31:59.002Z | Compiling cc v1.2.56 |
| 1816 | 2026-03-02T03:31:59.134Z | Compiling num-traits v0.2.19 |
| 1817 | 2026-03-02T03:31:59.158Z | Compiling smallvec v1.15.1 |
| 1818 | 2026-03-02T03:31:59.230Z | Compiling icu_properties_data v2.1.2 |
| 1819 | 2026-03-02T03:31:59.419Z | Compiling icu_normalizer_data v2.1.1 |
| 1820 | 2026-03-02T03:31:59.526Z | Compiling getrandom v0.2.17 |
| 1821 | 2026-03-02T03:31:59.582Z | Compiling log v0.4.29 |
| 1822 | 2026-03-02T03:31:59.720Z | Compiling itoa v1.0.17 |
| 1823 | 2026-03-02T03:31:59.879Z | Compiling getrandom v0.4.1 |
| 1824 | 2026-03-02T03:32:00.289Z | Compiling pkg-config v0.3.32 |
| 1825 | 2026-03-02T03:32:00.410Z | Compiling errno v0.3.14 |
| 1826 | 2026-03-02T03:32:00.498Z | Compiling stable_deref_trait v1.2.1 |
| 1827 | 2026-03-02T03:32:00.685Z | Compiling rand_core v0.6.4 |
| 1828 | 2026-03-02T03:32:01.095Z | Compiling scopeguard v1.2.0 |
| 1829 | 2026-03-02T03:32:01.136Z | Compiling subtle v2.6.1 |
| 1830 | 2026-03-02T03:32:01.306Z | Compiling lock_api v0.4.14 |
| 1831 | 2026-03-02T03:32:01.432Z | Compiling thiserror v2.0.18 |
| 1832 | 2026-03-02T03:32:01.499Z | Compiling fnv v1.0.7 |
| 1833 | 2026-03-02T03:32:01.726Z | Compiling getrandom v0.3.4 |
| 1834 | 2026-03-02T03:32:01.988Z | Compiling pin-project-lite v0.2.17 |
| 1835 | 2026-03-02T03:32:02.012Z | Compiling critical-section v1.2.0 |
| 1836 | 2026-03-02T03:32:02.280Z | Compiling rustversion v1.0.22 |
| 1837 | 2026-03-02T03:32:02.560Z | Compiling allocator-api2 v0.2.21 |
| 1838 | 2026-03-02T03:32:02.595Z | Compiling equivalent v1.0.2 |
| 1839 | 2026-03-02T03:32:02.726Z | Compiling once_cell v1.21.3 |
| 1840 | 2026-03-02T03:32:03.075Z | Compiling bitflags v2.11.0 |
| 1841 | 2026-03-02T03:32:03.465Z | Compiling foldhash v0.2.0 |
| 1842 | 2026-03-02T03:32:03.589Z | Compiling ring v0.17.14 |
| 1843 | 2026-03-02T03:32:03.772Z | Compiling hashbrown v0.16.1 |
| 1844 | 2026-03-02T03:32:03.798Z | Compiling semver v1.0.27 |
| 1845 | 2026-03-02T03:32:04.317Z | Compiling cmake v0.1.57 |
| 1846 | 2026-03-02T03:32:04.355Z | Compiling percent-encoding v2.3.2 |
| 1847 | 2026-03-02T03:32:04.448Z | Compiling dunce v1.0.5 |
| 1848 | 2026-03-02T03:32:04.799Z | Compiling litemap v0.8.1 |
| 1849 | 2026-03-02T03:32:04.933Z | Compiling synstructure v0.13.2 |
| 1850 | 2026-03-02T03:32:04.969Z | Compiling writeable v0.6.2 |
| 1851 | 2026-03-02T03:32:05.149Z | Compiling fs_extra v1.3.0 |
| 1852 | 2026-03-02T03:32:05.344Z | Compiling const-oid v0.9.6 |
| 1853 | 2026-03-02T03:32:05.407Z | Compiling indexmap v2.13.0 |
| 1854 | 2026-03-02T03:32:05.597Z | Compiling aws-lc-sys v0.37.1 |
| 1855 | 2026-03-02T03:32:06.068Z | Compiling rustix v1.1.3 |
| 1856 | 2026-03-02T03:32:06.588Z | Compiling signal-hook-registry v1.4.8 |
| 1857 | 2026-03-02T03:32:06.692Z | Compiling schemars v0.8.22 |
| 1858 | 2026-03-02T03:32:06.718Z | Compiling parking_lot v0.12.5 |
| 1859 | 2026-03-02T03:32:06.810Z | Compiling serde_derive_internals v0.29.1 |
| 1860 | 2026-03-02T03:32:06.835Z | Compiling mio v1.1.1 |
| 1861 | 2026-03-02T03:32:06.900Z | Compiling socket2 v0.6.2 |
| 1862 | 2026-03-02T03:32:07.006Z | Compiling rand_core v0.10.0 |
| 1863 | 2026-03-02T03:32:07.353Z | Compiling strsim v0.11.1 |
| 1864 | 2026-03-02T03:32:07.378Z | Compiling utf8_iter v1.0.4 |
| 1865 | 2026-03-02T03:32:07.643Z | Compiling aws-lc-rs v1.16.0 |
| 1866 | 2026-03-02T03:32:07.743Z | Compiling serde_derive v1.0.228 |
| 1867 | 2026-03-02T03:32:07.882Z | Compiling zeroize_derive v1.4.3 |
| 1868 | 2026-03-02T03:32:08.077Z | Compiling zerofrom-derive v0.1.6 |
| 1869 | 2026-03-02T03:32:08.140Z | Compiling yoke-derive v0.8.1 |
| 1870 | 2026-03-02T03:32:08.247Z | Compiling zerovec-derive v0.11.2 |
| 1871 | 2026-03-02T03:32:08.320Z | Compiling displaydoc v0.2.5 |
| 1872 | 2026-03-02T03:32:08.344Z | Compiling zerocopy-derive v0.8.40 |
| 1873 | 2026-03-02T03:32:08.725Z | Compiling tokio-macros v2.6.0 |
| 1874 | 2026-03-02T03:32:08.916Z | Compiling zeroize v1.8.2 |
| 1875 | 2026-03-02T03:32:09.437Z | Compiling futures-macro v0.3.32 |
| 1876 | 2026-03-02T03:32:09.886Z | Compiling thiserror-impl v2.0.18 |
| 1877 | 2026-03-02T03:32:10.188Z | Compiling der_derive v0.7.3 |
| 1878 | 2026-03-02T03:32:10.312Z | Compiling zerofrom v0.1.6 |
| 1879 | 2026-03-02T03:32:10.528Z | Compiling yoke v0.8.1 |
| 1880 | 2026-03-02T03:32:10.742Z | Compiling crypto-common v0.1.7 |
| 1881 | 2026-03-02T03:32:10.883Z | Compiling zerovec v0.11.5 |
| 1882 | 2026-03-02T03:32:10.910Z | Compiling zerotrie v0.2.3 |
| 1883 | 2026-03-02T03:32:11.662Z | Compiling block-buffer v0.10.4 |
| 1884 | 2026-03-02T03:32:11.704Z | Compiling tracing-attributes v0.1.31 |
| 1885 | 2026-03-02T03:32:11.737Z | Compiling schemars_derive v0.8.22 |
| 1886 | 2026-03-02T03:32:11.921Z | Compiling digest v0.10.7 |
| 1887 | 2026-03-02T03:32:12.036Z | Compiling tinystr v0.8.2 |
| 1888 | 2026-03-02T03:32:12.122Z | Compiling potential_utf v0.1.4 |
| 1889 | 2026-03-02T03:32:12.421Z | Compiling icu_locale_core v2.1.1 |
| 1890 | 2026-03-02T03:32:12.445Z | Compiling icu_collections v2.1.1 |
| 1891 | 2026-03-02T03:32:13.849Z | Compiling form_urlencoded v1.2.2 |
| 1892 | 2026-03-02T03:32:14.071Z | Compiling bytes v1.11.1 |
| 1893 | 2026-03-02T03:32:14.109Z | Compiling icu_provider v2.1.1 |
| 1894 | 2026-03-02T03:32:14.306Z | Compiling byteorder v1.5.0 |
| 1895 | 2026-03-02T03:32:14.696Z | Compiling icu_normalizer v2.1.1 |
| 1896 | 2026-03-02T03:32:14.720Z | Compiling icu_properties v2.1.2 |
| 1897 | 2026-03-02T03:32:14.814Z | Compiling futures-core v0.3.32 |
| 1898 | 2026-03-02T03:32:15.264Z | Compiling thiserror v1.0.69 |
| 1899 | 2026-03-02T03:32:15.339Z | Compiling ucd-trie v0.1.7 |
| 1900 | 2026-03-02T03:32:15.687Z | Compiling pest v2.8.6 |
| 1901 | 2026-03-02T03:32:15.715Z | Compiling tokio v1.49.0 |
| 1902 | 2026-03-02T03:32:16.712Z | Compiling idna_adapter v1.2.1 |
| 1903 | 2026-03-02T03:32:16.903Z | Compiling idna v1.1.0 |
| 1904 | 2026-03-02T03:32:17.087Z | Compiling httparse v1.10.1 |
| 1905 | 2026-03-02T03:32:17.702Z | Compiling ident_case v1.0.1 |
| 1906 | 2026-03-02T03:32:17.727Z | Compiling vcpkg v0.2.15 |
| 1907 | 2026-03-02T03:32:17.833Z | Compiling heck v0.5.0 |
| 1908 | 2026-03-02T03:32:17.916Z | Compiling pest_meta v2.8.6 |
| 1909 | 2026-03-02T03:32:18.033Z | Compiling url v2.5.8 |
| 1910 | 2026-03-02T03:32:18.467Z | Compiling thiserror-impl v1.0.69 |
| 1911 | 2026-03-02T03:32:18.906Z | Compiling openssl-sys v0.9.111 |
| 1912 | 2026-03-02T03:32:19.136Z | Compiling pest_generator v2.8.6 |
| 1913 | 2026-03-02T03:32:20.367Z | Compiling syn v1.0.109 |
| 1914 | 2026-03-02T03:32:20.638Z | Compiling regex-syntax v0.8.10 |
| 1915 | 2026-03-02T03:32:20.812Z | Compiling crossbeam-utils v0.8.21 |
| 1916 | 2026-03-02T03:32:20.858Z | Compiling pest_derive v2.8.6 |
| 1917 | 2026-03-02T03:32:22.720Z | Compiling rustc_version v0.4.1 |
| 1918 | 2026-03-02T03:32:23.122Z | Compiling rustls v0.23.37 |
| 1919 | 2026-03-02T03:32:23.192Z | Compiling cpufeatures v0.2.17 |
| 1920 | 2026-03-02T03:32:23.217Z | Compiling futures-sink v0.3.32 |
| 1921 | 2026-03-02T03:32:23.394Z | Compiling futures-channel v0.3.32 |
| 1922 | 2026-03-02T03:32:23.549Z | Compiling hmac v0.12.1 |
| 1923 | 2026-03-02T03:32:23.839Z | Compiling iana-time-zone v0.1.65 |
| 1924 | 2026-03-02T03:32:24.094Z | Compiling futures-task v0.3.32 |
| 1925 | 2026-03-02T03:32:24.233Z | Compiling slab v0.4.12 |
| 1926 | 2026-03-02T03:32:24.390Z | Compiling futures-io v0.3.32 |
| 1927 | 2026-03-02T03:32:24.504Z | Compiling plain v0.2.3 |
| 1928 | 2026-03-02T03:32:24.684Z | Compiling futures-util v0.3.32 |
| 1929 | 2026-03-02T03:32:24.717Z | Compiling chrono v0.4.44 |
| 1930 | 2026-03-02T03:32:25.220Z | Compiling uuid v1.21.0 |
| 1931 | 2026-03-02T03:32:25.689Z | Compiling block-padding v0.3.3 |
| 1932 | 2026-03-02T03:32:25.933Z | Compiling aho-corasick v1.1.4 |
| 1933 | 2026-03-02T03:32:27.288Z | Compiling inout v0.1.4 |
| 1934 | 2026-03-02T03:32:27.547Z | Compiling regex-automata v0.4.14 |
| 1935 | 2026-03-02T03:32:27.673Z | Compiling ppv-lite86 v0.2.21 |
| 1936 | 2026-03-02T03:32:28.964Z | Compiling num-conv v0.2.0 |
| 1937 | 2026-03-02T03:32:29.300Z | Compiling pretty-hex v0.4.1 |
| 1938 | 2026-03-02T03:32:29.987Z | Compiling openssl v0.10.75 |
| 1939 | 2026-03-02T03:32:30.109Z | Compiling time-core v0.1.8 |
| 1940 | 2026-03-02T03:32:30.414Z | Compiling time-macros v0.2.27 |
| 1941 | 2026-03-02T03:32:30.711Z | Compiling cipher v0.4.4 |
| 1942 | 2026-03-02T03:32:31.105Z | Compiling sha2 v0.10.9 |
| 1943 | 2026-03-02T03:32:31.504Z | Compiling serde_tokenstream v0.2.3 |
| 1944 | 2026-03-02T03:32:31.576Z | Compiling scroll_derive v0.13.1 |
| 1945 | 2026-03-02T03:32:31.706Z | Compiling scroll_derive v0.12.1 |
| 1946 | 2026-03-02T03:32:31.730Z | Compiling anyhow v1.0.102 |
| 1947 | 2026-03-02T03:32:32.040Z | Compiling either v1.15.0 |
| 1948 | 2026-03-02T03:32:32.197Z | Compiling base64ct v1.8.3 |
| 1949 | 2026-03-02T03:32:32.377Z | Compiling crc32fast v1.5.0 |
| 1950 | 2026-03-02T03:32:32.704Z | Compiling pem-rfc7468 v0.7.0 |
| 1951 | 2026-03-02T03:32:32.777Z | Compiling darling_core v0.21.3 |
| 1952 | 2026-03-02T03:32:32.818Z | Compiling rustls-pki-types v1.14.0 |
| 1953 | 2026-03-02T03:32:32.878Z | Compiling openssl-macros v0.1.1 |
| 1954 | 2026-03-02T03:32:33.455Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1955 | 2026-03-02T03:32:33.531Z | Compiling native-tls v0.2.18 |
| 1956 | 2026-03-02T03:32:33.852Z | Compiling flagset v0.4.7 |
| 1957 | 2026-03-02T03:32:34.056Z | Compiling der v0.7.10 |
| 1958 | 2026-03-02T03:32:34.238Z | Compiling regex v1.12.3 |
| 1959 | 2026-03-02T03:32:34.658Z | Compiling rand_core v0.9.5 |
| 1960 | 2026-03-02T03:32:34.987Z | Compiling zerocopy-derive v0.7.35 |
| 1961 | 2026-03-02T03:32:35.238Z | Compiling slog v2.8.2 |
| 1962 | 2026-03-02T03:32:35.541Z | Compiling rayon-core v1.13.0 |
| 1963 | 2026-03-02T03:32:35.759Z | Compiling dyn-clone v1.0.20 |
| 1964 | 2026-03-02T03:32:35.833Z | Compiling spki v0.7.3 |
| 1965 | 2026-03-02T03:32:36.389Z | Compiling salsa20 v0.10.2 |
| 1966 | 2026-03-02T03:32:36.505Z | Compiling pbkdf2 v0.12.2 |
| 1967 | 2026-03-02T03:32:36.684Z | Compiling http v1.4.0 |
| 1968 | 2026-03-02T03:32:37.518Z | Compiling darling_macro v0.21.3 |
| 1969 | 2026-03-02T03:32:38.222Z | Compiling darling v0.21.3 |
| 1970 | 2026-03-02T03:32:38.648Z | Compiling tracing-core v0.1.36 |
| 1971 | 2026-03-02T03:32:38.986Z | Compiling camino v1.2.2 |
| 1972 | 2026-03-02T03:32:39.012Z | Compiling untrusted v0.9.0 |
| 1973 | 2026-03-02T03:32:39.448Z | Compiling tracing v0.1.44 |
| 1974 | 2026-03-02T03:32:40.564Z | Compiling scrypt v0.11.0 |
| 1975 | 2026-03-02T03:32:40.591Z | Compiling rand_chacha v0.9.0 |
| 1976 | 2026-03-02T03:32:40.968Z | Compiling tokio-util v0.7.18 |
| 1977 | 2026-03-02T03:32:41.261Z | Compiling aes v0.8.4 |
| 1978 | 2026-03-02T03:32:41.800Z | Compiling cbc v0.1.2 |
| 1979 | 2026-03-02T03:32:42.923Z | Compiling cookie v0.18.1 |
| 1980 | 2026-03-02T03:32:43.230Z | Compiling usdt-impl v0.5.0 |
| 1981 | 2026-03-02T03:32:43.553Z | Compiling winnow v0.7.14 |
| 1982 | 2026-03-02T03:32:43.833Z | Compiling base64 v0.22.1 |
| 1983 | 2026-03-02T03:32:43.930Z | Compiling paste v1.0.15 |
| 1984 | 2026-03-02T03:32:44.303Z | Compiling usdt-impl v0.6.0 |
| 1985 | 2026-03-02T03:32:44.341Z | Compiling ref-cast v1.0.25 |
| 1986 | 2026-03-02T03:32:44.783Z | Compiling pkcs5 v0.7.1 |
| 1987 | 2026-03-02T03:32:45.156Z | Compiling rand v0.9.2 |
| 1988 | 2026-03-02T03:32:46.079Z | Compiling http-body v1.0.1 |
| 1989 | 2026-03-02T03:32:46.318Z | Compiling scroll v0.13.0 |
| 1990 | 2026-03-02T03:32:46.410Z | Compiling scroll v0.12.0 |
| 1991 | 2026-03-02T03:32:46.780Z | Compiling heapless v0.7.17 |
| 1992 | 2026-03-02T03:32:47.154Z | Compiling serde_spanned v0.6.9 |
| 1993 | 2026-03-02T03:32:47.246Z | Compiling toml_datetime v0.6.11 |
| 1994 | 2026-03-02T03:32:47.366Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1995 | 2026-03-02T03:32:47.678Z | Compiling openssl-probe v0.2.1 |
| 1996 | 2026-03-02T03:32:47.970Z | Compiling zstd-safe v7.2.4 |
| 1997 | 2026-03-02T03:32:48.004Z | Compiling untrusted v0.7.1 |
| 1998 | 2026-03-02T03:32:48.216Z | Compiling signal-hook v0.3.18 |
| 1999 | 2026-03-02T03:32:48.582Z | Compiling goblin v0.8.2 |
| 2000 | 2026-03-02T03:32:48.660Z | Compiling goblin v0.10.5 |
| 2001 | 2026-03-02T03:32:49.686Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2002 | 2026-03-02T03:32:50.684Z | Compiling pkcs8 v0.10.2 |
| 2003 | 2026-03-02T03:32:51.442Z | Compiling zerocopy v0.7.35 |
| 2004 | 2026-03-02T03:32:51.477Z | Compiling darling_core v0.20.11 |
| 2005 | 2026-03-02T03:32:51.639Z | Compiling ref-cast-impl v1.0.25 |
| 2006 | 2026-03-02T03:32:51.707Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2007 | 2026-03-02T03:32:52.454Z | Compiling winnow v0.5.40 |
| 2008 | 2026-03-02T03:32:52.557Z | Compiling tinyvec_macros v0.1.1 |
| 2009 | 2026-03-02T03:32:52.773Z | Compiling rustix v0.38.44 |
| 2010 | 2026-03-02T03:32:53.328Z | Compiling tower-layer v0.3.3 |
| 2011 | 2026-03-02T03:32:53.603Z | Compiling tower-service v0.3.3 |
| 2012 | 2026-03-02T03:32:53.771Z | Compiling atomic-waker v1.1.2 |
| 2013 | 2026-03-02T03:32:54.189Z | Compiling try-lock v0.2.5 |
| 2014 | 2026-03-02T03:32:55.221Z | Compiling toml_edit v0.19.15 |
| 2015 | 2026-03-02T03:32:55.312Z | Compiling dof v0.4.0 |
| 2016 | 2026-03-02T03:32:55.842Z | Compiling darling_macro v0.20.11 |
| 2017 | 2026-03-02T03:32:56.550Z | Compiling want v0.3.1 |
| 2018 | 2026-03-02T03:32:56.812Z | Compiling h2 v0.4.13 |
| 2019 | 2026-03-02T03:32:56.911Z | Compiling dof v0.3.0 |
| 2020 | 2026-03-02T03:32:57.631Z | Compiling tinyvec v1.10.0 |
| 2021 | 2026-03-02T03:32:59.369Z | Compiling dtrace-parser v0.2.0 |
| 2022 | 2026-03-02T03:32:59.642Z | Compiling dtrace-parser v0.3.0 |
| 2023 | 2026-03-02T03:32:59.906Z | Compiling curve25519-dalek v4.1.3 |
| 2024 | 2026-03-02T03:33:00.356Z | Compiling ipnet v2.11.0 |
| 2025 | 2026-03-02T03:33:00.603Z | Compiling daft-derive v0.1.5 |
| 2026 | 2026-03-02T03:33:00.885Z | Compiling async-trait v0.1.89 |
| 2027 | 2026-03-02T03:33:01.216Z | Compiling spin v0.9.8 |
| 2028 | 2026-03-02T03:33:01.571Z | Compiling thread-id v4.2.2 |
| 2029 | 2026-03-02T03:33:01.707Z | Compiling thread-id v5.1.0 |
| 2030 | 2026-03-02T03:33:01.746Z | Compiling proc-macro-error-attr v1.0.4 |
| 2031 | 2026-03-02T03:33:02.044Z | Compiling litrs v1.0.0 |
| 2032 | 2026-03-02T03:33:02.492Z | Compiling fastrand v2.3.0 |
| 2033 | 2026-03-02T03:33:02.670Z | Compiling pin-utils v0.1.0 |
| 2034 | 2026-03-02T03:33:02.741Z | Compiling smoltcp v0.9.1 |
| 2035 | 2026-03-02T03:33:03.118Z | Compiling num-bigint-dig v0.8.6 |
| 2036 | 2026-03-02T03:33:03.262Z | Compiling foreign-types-shared v0.1.1 |
| 2037 | 2026-03-02T03:33:03.356Z | Compiling httpdate v1.0.3 |
| 2038 | 2026-03-02T03:33:03.413Z | Compiling foreign-types v0.3.2 |
| 2039 | 2026-03-02T03:33:03.438Z | Compiling document-features v0.2.12 |
| 2040 | 2026-03-02T03:33:03.438Z | Compiling tempfile v3.25.0 |
| 2041 | 2026-03-02T03:33:03.608Z | Compiling hyper v1.8.1 |
| 2042 | 2026-03-02T03:33:05.273Z | Compiling darling v0.20.11 |
| 2043 | 2026-03-02T03:33:05.725Z | Compiling ipnetwork v0.21.1 |
| 2044 | 2026-03-02T03:33:06.447Z | Compiling strum_macros v0.26.4 |
| 2045 | 2026-03-02T03:33:06.748Z | Compiling wait-timeout v0.2.1 |
| 2046 | 2026-03-02T03:33:07.700Z | Compiling proc-macro-error v1.0.4 |
| 2047 | 2026-03-02T03:33:08.016Z | Compiling powerfmt v0.2.0 |
| 2048 | 2026-03-02T03:33:08.480Z | Compiling utf8parse v0.2.2 |
| 2049 | 2026-03-02T03:33:08.877Z | Compiling unicode-segmentation v1.12.0 |
| 2050 | 2026-03-02T03:33:09.522Z | Compiling siphasher v1.0.2 |
| 2051 | 2026-03-02T03:33:09.547Z | Compiling anstyle v1.0.13 |
| 2052 | 2026-03-02T03:33:09.575Z | Compiling quick-error v1.2.3 |
| 2053 | 2026-03-02T03:33:09.744Z | Compiling simd-adler32 v0.3.8 |
| 2054 | 2026-03-02T03:33:09.871Z | Compiling bit-vec v0.8.0 |
| 2055 | 2026-03-02T03:33:09.951Z | Compiling rusty-fork v0.3.1 |
| 2056 | 2026-03-02T03:33:10.231Z | Compiling deranged v0.5.8 |
| 2057 | 2026-03-02T03:33:10.339Z | Compiling bit-set v0.8.0 |
| 2058 | 2026-03-02T03:33:10.638Z | Compiling anstyle-parse v0.2.7 |
| 2059 | 2026-03-02T03:33:14.404Z | Compiling hyper-util v0.1.20 |
| 2060 | 2026-03-02T03:33:14.546Z | Compiling derive_builder_core v0.20.2 |
| 2061 | 2026-03-02T03:33:16.133Z | Compiling crossbeam-epoch v0.9.18 |
| 2062 | 2026-03-02T03:33:17.322Z | Compiling unicode-normalization v0.1.25 |
| 2063 | 2026-03-02T03:33:17.653Z | Compiling rustls-native-certs v0.8.3 |
| 2064 | 2026-03-02T03:33:18.314Z | Compiling rand_xorshift v0.4.0 |
| 2065 | 2026-03-02T03:33:18.393Z | Compiling hubpack_derive v0.1.1 |
| 2066 | 2026-03-02T03:33:18.549Z | Compiling sync_wrapper v1.0.2 |
| 2067 | 2026-03-02T03:33:18.724Z | Compiling strum_macros v0.27.2 |
| 2068 | 2026-03-02T03:33:19.089Z | Compiling signature v2.2.0 |
| 2069 | 2026-03-02T03:33:19.311Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2070 | 2026-03-02T03:33:19.493Z | Compiling fs-err v3.3.0 |
| 2071 | 2026-03-02T03:33:19.782Z | Compiling ahash v0.8.12 |
| 2072 | 2026-03-02T03:33:20.160Z | Compiling is_terminal_polyfill v1.70.2 |
| 2073 | 2026-03-02T03:33:20.310Z | Compiling unarray v0.1.4 |
| 2074 | 2026-03-02T03:33:20.335Z | Compiling anstyle-query v1.1.5 |
| 2075 | 2026-03-02T03:33:20.367Z | Compiling adler2 v2.0.1 |
| 2076 | 2026-03-02T03:33:20.392Z | Compiling unicode-bidi v0.3.18 |
| 2077 | 2026-03-02T03:33:20.513Z | Compiling colorchoice v1.0.4 |
| 2078 | 2026-03-02T03:33:20.538Z | Compiling unicode-properties v0.1.4 |
| 2079 | 2026-03-02T03:33:20.569Z | Compiling object v0.37.3 |
| 2080 | 2026-03-02T03:33:20.594Z | Compiling num_threads v0.1.7 |
| 2081 | 2026-03-02T03:33:20.922Z | Compiling time v0.3.47 |
| 2082 | 2026-03-02T03:33:20.979Z | Compiling anstream v0.6.21 |
| 2083 | 2026-03-02T03:33:21.349Z | Compiling stringprep v0.1.5 |
| 2084 | 2026-03-02T03:33:21.474Z | Compiling miniz_oxide v0.8.9 |
| 2085 | 2026-03-02T03:33:22.073Z | Compiling proptest v1.10.0 |
| 2086 | 2026-03-02T03:33:23.899Z | Compiling tower v0.5.3 |
| 2087 | 2026-03-02T03:33:24.759Z | Compiling crossbeam-deque v0.8.6 |
| 2088 | 2026-03-02T03:33:24.787Z | Compiling derive_builder_macro v0.20.2 |
| 2089 | 2026-03-02T03:33:25.134Z | Compiling heck v0.4.1 |
| 2090 | 2026-03-02T03:33:25.252Z | Compiling usdt-attr-macro v0.6.0 |
| 2091 | 2026-03-02T03:33:25.520Z | Compiling usdt-macro v0.6.0 |
| 2092 | 2026-03-02T03:33:26.570Z | Compiling http-body-util v0.1.3 |
| 2093 | 2026-03-02T03:33:26.702Z | Compiling webpki-roots v1.0.6 |
| 2094 | 2026-03-02T03:33:27.096Z | Compiling rand_chacha v0.3.1 |
| 2095 | 2026-03-02T03:33:27.429Z | Compiling num-integer v0.1.46 |
| 2096 | 2026-03-02T03:33:27.456Z | Compiling hash32 v0.2.1 |
| 2097 | 2026-03-02T03:33:27.634Z | Compiling erased-serde v0.3.31 |
| 2098 | 2026-03-02T03:33:27.789Z | Compiling md-5 v0.10.6 |
| 2099 | 2026-03-02T03:33:27.813Z | Compiling vergen-lib v0.1.6 |
| 2100 | 2026-03-02T03:33:28.049Z | Compiling ff v0.13.1 |
| 2101 | 2026-03-02T03:33:28.107Z | Compiling psl-types v2.0.11 |
| 2102 | 2026-03-02T03:33:28.293Z | Compiling fallible-iterator v0.2.0 |
| 2103 | 2026-03-02T03:33:28.334Z | Compiling ryu v1.0.23 |
| 2104 | 2026-03-02T03:33:28.491Z | Compiling base16ct v0.2.0 |
| 2105 | 2026-03-02T03:33:28.636Z | Compiling iri-string v0.7.10 |
| 2106 | 2026-03-02T03:33:28.663Z | Compiling zlib-rs v0.6.2 |
| 2107 | 2026-03-02T03:33:28.914Z | Compiling postgres-protocol v0.6.10 |
| 2108 | 2026-03-02T03:33:29.069Z | Compiling sec1 v0.7.3 |
| 2109 | 2026-03-02T03:33:29.665Z | Compiling serde_urlencoded v0.7.1 |
| 2110 | 2026-03-02T03:33:29.864Z | Compiling publicsuffix v2.3.0 |
| 2111 | 2026-03-02T03:33:29.906Z | Compiling group v0.13.0 |
| 2112 | 2026-03-02T03:33:30.188Z | Compiling num-iter v0.1.45 |
| 2113 | 2026-03-02T03:33:30.386Z | Compiling rand v0.8.5 |
| 2114 | 2026-03-02T03:33:31.112Z | Compiling tower-http v0.6.8 |
| 2115 | 2026-03-02T03:33:31.930Z | Compiling newtype-uuid v1.3.2 |
| 2116 | 2026-03-02T03:33:32.162Z | Compiling oxnet v0.1.4 |
| 2117 | 2026-03-02T03:33:32.293Z | Compiling zone_cfg_derive v0.3.1 |
| 2118 | 2026-03-02T03:33:32.466Z | Compiling derive_builder v0.20.2 |
| 2119 | 2026-03-02T03:33:32.514Z | Compiling tokio-native-tls v0.3.1 |
| 2120 | 2026-03-02T03:33:32.797Z | Compiling flate2 v1.1.9 |
| 2121 | 2026-03-02T03:33:32.874Z | Compiling phf_shared v0.13.1 |
| 2122 | 2026-03-02T03:33:33.441Z | Compiling lazy_static v1.5.0 |
| 2123 | 2026-03-02T03:33:33.845Z | Compiling terminal_size v0.4.3 |
| 2124 | 2026-03-02T03:33:34.070Z | Compiling serde_with_macros v3.17.0 |
| 2125 | 2026-03-02T03:33:34.246Z | Compiling hkdf v0.12.4 |
| 2126 | 2026-03-02T03:33:34.499Z | Compiling enum-as-inner v0.6.1 |
| 2127 | 2026-03-02T03:33:34.549Z | Compiling clap_derive v4.5.55 |
| 2128 | 2026-03-02T03:33:34.904Z | Compiling cargo-platform v0.1.9 |
| 2129 | 2026-03-02T03:33:35.373Z | Compiling crypto-bigint v0.5.5 |
| 2130 | 2026-03-02T03:33:35.613Z | Compiling serde_repr v0.1.20 |
| 2131 | 2026-03-02T03:33:35.688Z | Compiling vergen v9.0.6 |
| 2132 | 2026-03-02T03:33:36.453Z | Compiling bitflags v1.3.2 |
| 2133 | 2026-03-02T03:33:36.554Z | Compiling foldhash v0.1.5 |
| 2134 | 2026-03-02T03:33:36.582Z | Compiling managed v0.8.0 |
| 2135 | 2026-03-02T03:33:36.947Z | Compiling clap_lex v1.0.0 |
| 2136 | 2026-03-02T03:33:37.019Z | Compiling bumpalo v3.20.2 |
| 2137 | 2026-03-02T03:33:37.468Z | Compiling libbz2-rs-sys v0.2.2 |
| 2138 | 2026-03-02T03:33:37.716Z | Compiling unicode-width v0.2.0 |
| 2139 | 2026-03-02T03:33:37.749Z | Compiling elliptic-curve v0.13.8 |
| 2140 | 2026-03-02T03:33:38.223Z | Compiling console v0.16.2 |
| 2141 | 2026-03-02T03:33:38.439Z | Compiling bzip2 v0.6.1 |
| 2142 | 2026-03-02T03:33:38.494Z | Compiling zopfli v0.8.3 |
| 2143 | 2026-03-02T03:33:38.625Z | Compiling clap_builder v4.5.60 |
| 2144 | 2026-03-02T03:33:39.452Z | Compiling hashbrown v0.15.5 |
| 2145 | 2026-03-02T03:33:40.200Z | Compiling cargo_metadata v0.19.2 |
| 2146 | 2026-03-02T03:33:43.126Z | Compiling phf v0.13.1 |
| 2147 | 2026-03-02T03:33:43.377Z | Compiling zstd v0.13.3 |
| 2148 | 2026-03-02T03:33:43.456Z | Compiling hyper-tls v0.6.0 |
| 2149 | 2026-03-02T03:33:43.906Z | Compiling daft v0.1.5 |
| 2150 | 2026-03-02T03:33:44.053Z | Compiling signal-hook-mio v0.2.5 |
| 2151 | 2026-03-02T03:33:44.239Z | Compiling cookie_store v0.22.1 |
| 2152 | 2026-03-02T03:33:44.410Z | Compiling rayon v1.11.0 |
| 2153 | 2026-03-02T03:33:44.469Z | Compiling bzip2 v0.4.4 |
| 2154 | 2026-03-02T03:33:44.819Z | Compiling postgres-types v0.2.12 |
| 2155 | 2026-03-02T03:33:45.318Z | Compiling strum v0.27.2 |
| 2156 | 2026-03-02T03:33:45.567Z | Compiling ed25519 v2.2.3 |
| 2157 | 2026-03-02T03:33:45.671Z | Compiling hubpack v0.1.2 |
| 2158 | 2026-03-02T03:33:45.868Z | Compiling phf_shared v0.11.3 |
| 2159 | 2026-03-02T03:33:46.211Z | Compiling pkcs1 v0.7.5 |
| 2160 | 2026-03-02T03:33:47.318Z | Compiling itertools v0.12.1 |
| 2161 | 2026-03-02T03:33:47.769Z | Compiling bstr v1.12.1 |
| 2162 | 2026-03-02T03:33:48.059Z | Compiling float-cmp v0.10.0 |
| 2163 | 2026-03-02T03:33:48.349Z | Compiling rfc6979 v0.4.0 |
| 2164 | 2026-03-02T03:33:48.552Z | Compiling rustls-webpki v0.103.9 |
| 2165 | 2026-03-02T03:33:49.065Z | Compiling serde-big-array v0.5.1 |
| 2166 | 2026-03-02T03:33:49.190Z | Compiling hex v0.4.3 |
| 2167 | 2026-03-02T03:33:49.316Z | Compiling env_filter v1.0.0 |
| 2168 | 2026-03-02T03:33:49.866Z | Compiling memmap2 v0.9.10 |
| 2169 | 2026-03-02T03:33:50.172Z | Compiling encoding_rs v0.8.35 |
| 2170 | 2026-03-02T03:33:50.212Z | Compiling static_assertions v1.1.0 |
| 2171 | 2026-03-02T03:33:50.271Z | Compiling rustc-hash v2.1.1 |
| 2172 | 2026-03-02T03:33:50.475Z | Compiling fixedbitset v0.4.2 |
| 2173 | 2026-03-02T03:33:50.554Z | Compiling mime v0.3.17 |
| 2174 | 2026-03-02T03:33:50.869Z | Compiling toml_write v0.1.2 |
| 2175 | 2026-03-02T03:33:51.226Z | Compiling data-encoding v2.10.0 |
| 2176 | 2026-03-02T03:33:51.518Z | Compiling difflib v0.4.0 |
| 2177 | 2026-03-02T03:33:52.627Z | Compiling fixedbitset v0.5.7 |
| 2178 | 2026-03-02T03:33:53.076Z | Compiling new_debug_unreachable v1.0.6 |
| 2179 | 2026-03-02T03:33:53.194Z | Compiling precomputed-hash v0.1.1 |
| 2180 | 2026-03-02T03:33:53.220Z | Compiling unit-prefix v0.5.2 |
| 2181 | 2026-03-02T03:33:53.335Z | Compiling keccak v0.1.6 |
| 2182 | 2026-03-02T03:33:53.439Z | Compiling whoami v2.1.0 |
| 2183 | 2026-03-02T03:33:53.466Z | Compiling jiff v0.2.21 |
| 2184 | 2026-03-02T03:33:53.736Z | Compiling normalize-line-endings v0.3.0 |
| 2185 | 2026-03-02T03:33:53.887Z | Compiling predicates-core v1.0.10 |
| 2186 | 2026-03-02T03:33:54.106Z | Compiling predicates v3.1.4 |
| 2187 | 2026-03-02T03:33:54.191Z | Compiling tokio-postgres v0.7.16 |
| 2188 | 2026-03-02T03:33:55.217Z | Compiling sha3 v0.10.8 |
| 2189 | 2026-03-02T03:33:55.724Z | Compiling indicatif v0.18.4 |
| 2190 | 2026-03-02T03:33:57.260Z | Compiling tokio-rustls v0.26.4 |
| 2191 | 2026-03-02T03:33:57.729Z | Compiling hyper-rustls v0.27.7 |
| 2192 | 2026-03-02T03:33:57.872Z | Compiling rustls-platform-verifier v0.6.2 |
| 2193 | 2026-03-02T03:33:58.243Z | Compiling reqwest v0.12.28 |
| 2194 | 2026-03-02T03:33:58.296Z | Compiling reqwest v0.13.2 |
| 2195 | 2026-03-02T03:34:00.005Z | Compiling zip v4.6.1 |
| 2196 | 2026-03-02T03:34:00.299Z | Compiling string_cache v0.8.9 |
| 2197 | 2026-03-02T03:34:00.459Z | Compiling petgraph v0.8.3 |
| 2198 | 2026-03-02T03:34:01.571Z | Compiling hickory-proto v0.25.2 |
| 2199 | 2026-03-02T03:34:01.748Z | Compiling toml_edit v0.22.27 |
| 2200 | 2026-03-02T03:34:04.475Z | Compiling petgraph v0.6.5 |
| 2201 | 2026-03-02T03:34:05.618Z | Compiling iddqd v0.3.17 |
| 2202 | 2026-03-02T03:34:07.030Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2203 | 2026-03-02T03:34:07.639Z | Compiling usdt v0.6.0 |
| 2204 | 2026-03-02T03:34:08.132Z | Compiling zone v0.3.1 |
| 2205 | 2026-03-02T03:34:08.634Z | Compiling serde_with v3.17.0 |
| 2206 | 2026-03-02T03:34:09.444Z | Compiling env_logger v0.11.9 |
| 2207 | 2026-03-02T03:34:10.057Z | Compiling similar v2.7.0 |
| 2208 | 2026-03-02T03:34:10.791Z | Compiling ecdsa v0.16.9 |
| 2209 | 2026-03-02T03:34:12.003Z | Compiling rsa v0.9.10 |
| 2210 | 2026-03-02T03:34:12.757Z | Compiling ed25519-dalek v2.2.0 |
| 2211 | 2026-03-02T03:34:13.866Z | Compiling zip v0.6.6 |
| 2212 | 2026-03-02T03:34:14.798Z | Compiling crossterm v0.28.1 |
| 2213 | 2026-03-02T03:34:14.882Z | Compiling clap v4.5.60 |
| 2214 | 2026-03-02T03:34:15.010Z | Compiling strum v0.26.3 |
| 2215 | 2026-03-02T03:34:15.227Z | Compiling toml v0.7.8 |
| 2216 | 2026-03-02T03:34:16.447Z | Compiling tokio-stream v0.1.18 |
| 2217 | 2026-03-02T03:34:17.325Z | Compiling x509-cert v0.2.5 |
| 2218 | 2026-03-02T03:34:18.685Z | Compiling itertools v0.13.0 |
| 2219 | 2026-03-02T03:34:20.290Z | Compiling buf-list v1.1.2 |
| 2220 | 2026-03-02T03:34:20.589Z | Compiling sha1 v0.10.6 |
| 2221 | 2026-03-02T03:34:20.741Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2222 | 2026-03-02T03:34:20.956Z | Compiling openapiv3 v2.2.0 |
| 2223 | 2026-03-02T03:34:21.550Z | Compiling lalrpop-util v0.19.12 |
| 2224 | 2026-03-02T03:34:22.013Z | Compiling peg-runtime v0.8.5 |
| 2225 | 2026-03-02T03:34:24.287Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2226 | 2026-03-02T03:34:43.322Z | Compiling itertools v0.14.0 |
| 2227 | 2026-03-02T03:34:44.108Z | Compiling macaddr v1.0.1 |
| 2228 | 2026-03-02T03:34:44.615Z | Compiling structmeta-derive v0.3.0 |
| 2229 | 2026-03-02T03:34:46.722Z | Compiling heapless v0.8.0 |
| 2230 | 2026-03-02T03:34:48.945Z | Compiling structmeta v0.3.0 |
| 2231 | 2026-03-02T03:34:49.295Z | Compiling ingot-macros v0.1.1 |
| 2232 | 2026-03-02T03:34:54.351Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2233 | 2026-03-02T03:34:54.824Z | Compiling hash32 v0.3.1 |
| 2234 | 2026-03-02T03:34:56.309Z | Compiling smoltcp v0.11.0 |
| 2235 | 2026-03-02T03:34:56.860Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2236 | 2026-03-02T03:34:59.364Z | Compiling proc-macro-crate v3.4.0 |
| 2237 | 2026-03-02T03:35:00.629Z | Compiling ingot-types v0.1.2 |
| 2238 | 2026-03-02T03:35:10.873Z | Compiling cobs v0.3.0 |
| 2239 | 2026-03-02T03:35:12.428Z | Compiling rustls v0.22.4 |
| 2240 | 2026-03-02T03:35:14.161Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2241 | 2026-03-02T03:35:27.271Z | Compiling postcard v1.1.3 |
| 2242 | 2026-03-02T03:35:31.839Z | Compiling ingot v0.1.1 |
| 2243 | 2026-03-02T03:35:33.154Z | Compiling num_enum_derive v0.7.5 |
| 2244 | 2026-03-02T03:35:36.682Z | Compiling proc-macro-crate v1.3.1 |
| 2245 | 2026-03-02T03:35:37.334Z | Compiling rustls-webpki v0.102.8 |
| 2246 | 2026-03-02T03:35:37.842Z | Compiling futures-executor v0.3.32 |
| 2247 | 2026-03-02T03:35:38.973Z | Compiling foreign-types-macros v0.2.3 |
| 2248 | 2026-03-02T03:35:39.159Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2249 | 2026-03-02T03:35:39.313Z | Compiling multer v3.1.0 |
| 2250 | 2026-03-02T03:35:39.615Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2251 | 2026-03-02T03:35:39.650Z | Compiling thread_local v1.1.9 |
| 2252 | 2026-03-02T03:35:39.740Z | Compiling match_cfg v0.1.0 |
| 2253 | 2026-03-02T03:35:39.871Z | Compiling foreign-types-shared v0.3.1 |
| 2254 | 2026-03-02T03:35:39.974Z | Compiling slog-async v2.8.0 |
| 2255 | 2026-03-02T03:35:40.039Z | Compiling cpufeatures v0.3.0 |
| 2256 | 2026-03-02T03:35:40.198Z | Compiling chacha20 v0.10.0 |
| 2257 | 2026-03-02T03:35:40.276Z | Compiling foreign-types v0.5.0 |
| 2258 | 2026-03-02T03:35:40.532Z | Compiling hostname v0.3.1 |
| 2259 | 2026-03-02T03:35:40.557Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2260 | 2026-03-02T03:35:40.778Z | Compiling futures v0.3.32 |
| 2261 | 2026-03-02T03:35:40.820Z | Compiling num_enum_derive v0.5.11 |
| 2262 | 2026-03-02T03:35:40.845Z | Compiling num_enum v0.7.5 |
| 2263 | 2026-03-02T03:35:41.096Z | Compiling derive-ex v0.1.8 |
| 2264 | 2026-03-02T03:35:41.156Z | Compiling tabwriter v1.4.1 |
| 2265 | 2026-03-02T03:35:41.299Z | Compiling slog-json v2.6.1 |
| 2266 | 2026-03-02T03:35:41.516Z | Compiling crossbeam-channel v0.5.15 |
| 2267 | 2026-03-02T03:35:41.734Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2268 | 2026-03-02T03:35:41.822Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2269 | 2026-03-02T03:35:42.430Z | Compiling async-stream-impl v0.3.6 |
| 2270 | 2026-03-02T03:35:42.506Z | Compiling serde_spanned v1.0.4 |
| 2271 | 2026-03-02T03:35:42.530Z | Compiling cstr-argument v0.1.2 |
| 2272 | 2026-03-02T03:35:42.778Z | Compiling memoffset v0.9.1 |
| 2273 | 2026-03-02T03:35:42.826Z | Compiling is-terminal v0.4.17 |
| 2274 | 2026-03-02T03:35:42.858Z | Compiling dropshot v0.16.7 |
| 2275 | 2026-03-02T03:35:43.010Z | Compiling typeid v1.0.3 |
| 2276 | 2026-03-02T03:35:43.115Z | Compiling term v1.2.1 |
| 2277 | 2026-03-02T03:35:43.206Z | Compiling take_mut v0.2.2 |
| 2278 | 2026-03-02T03:35:43.393Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2279 | 2026-03-02T03:35:43.482Z | Compiling cfg_aliases v0.2.1 |
| 2280 | 2026-03-02T03:35:43.506Z | Compiling crucible-workspace-hack v0.1.0 |
| 2281 | 2026-03-02T03:35:43.608Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2282 | 2026-03-02T03:35:43.721Z | Compiling slog-term v2.9.2 |
| 2283 | 2026-03-02T03:35:43.845Z | Compiling nix v0.30.1 |
| 2284 | 2026-03-02T03:35:44.070Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2285 | 2026-03-02T03:35:44.095Z | Compiling test-strategy v0.4.5 |
| 2286 | 2026-03-02T03:35:44.120Z | Compiling async-stream v0.3.6 |
| 2287 | 2026-03-02T03:35:44.735Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2288 | 2026-03-02T03:35:45.479Z | Compiling tokio-rustls v0.25.0 |
| 2289 | 2026-03-02T03:35:45.915Z | Compiling num_enum v0.5.11 |
| 2290 | 2026-03-02T03:35:46.115Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2291 | 2026-03-02T03:35:46.168Z | Compiling slog-bunyan v2.5.0 |
| 2292 | 2026-03-02T03:35:46.447Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2293 | 2026-03-02T03:35:46.617Z | Compiling rand v0.10.0 |
| 2294 | 2026-03-02T03:35:46.643Z | Compiling parse-display-derive v0.10.0 |
| 2295 | 2026-03-02T03:35:46.819Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2296 | 2026-03-02T03:35:46.913Z | Compiling waitgroup v0.1.2 |
| 2297 | 2026-03-02T03:35:47.160Z | Compiling rustls-pemfile v2.2.0 |
| 2298 | 2026-03-02T03:35:47.185Z | Compiling dropshot_endpoint v0.16.7 |
| 2299 | 2026-03-02T03:35:47.276Z | Compiling newtype-uuid-macros v0.1.0 |
| 2300 | 2026-03-02T03:35:47.673Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2301 | 2026-03-02T03:35:48.208Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2302 | 2026-03-02T03:35:48.293Z | Compiling serde_path_to_error v0.1.20 |
| 2303 | 2026-03-02T03:35:48.612Z | Compiling hostname v0.4.2 |
| 2304 | 2026-03-02T03:35:48.637Z | Compiling instant v0.1.13 |
| 2305 | 2026-03-02T03:35:48.719Z | Compiling debug-ignore v1.0.5 |
| 2306 | 2026-03-02T03:35:48.832Z | Compiling erased-serde v0.4.9 |
| 2307 | 2026-03-02T03:35:48.904Z | Compiling colored v3.1.1 |
| 2308 | 2026-03-02T03:35:48.928Z | Compiling backoff v0.4.0 |
| 2309 | 2026-03-02T03:35:49.230Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2310 | 2026-03-02T03:35:49.342Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2311 | 2026-03-02T03:35:49.452Z | Compiling parse-display v0.10.0 |
| 2312 | 2026-03-02T03:35:49.585Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2313 | 2026-03-02T03:35:50.215Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2314 | 2026-03-02T03:35:50.825Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2315 | 2026-03-02T03:35:51.109Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2316 | 2026-03-02T03:35:52.303Z | Compiling progenitor-client v0.13.0 |
| 2317 | 2026-03-02T03:35:52.391Z | Compiling progenitor-client v0.10.0 |
| 2318 | 2026-03-02T03:35:52.448Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2319 | 2026-03-02T03:35:52.473Z | Compiling camino-tempfile v1.4.1 |
| 2320 | 2026-03-02T03:35:53.226Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2321 | 2026-03-02T03:35:53.251Z | Compiling backon v1.6.0 |
| 2322 | 2026-03-02T03:35:53.275Z | Compiling regress v0.10.5 |
| 2323 | 2026-03-02T03:35:53.702Z | Compiling secrecy v0.10.3 |
| 2324 | 2026-03-02T03:35:54.026Z | Compiling num-derive v0.4.2 |
| 2325 | 2026-03-02T03:35:54.816Z | Compiling sigpipe v0.1.3 |
| 2326 | 2026-03-02T03:35:54.963Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2327 | 2026-03-02T03:35:55.264Z | Compiling libefi-sys v0.1.0 |
| 2328 | 2026-03-02T03:35:55.534Z | Compiling glob v0.3.3 |
| 2329 | 2026-03-02T03:35:55.589Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2330 | 2026-03-02T03:35:55.991Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2331 | 2026-03-02T03:35:56.942Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2332 | 2026-03-02T03:35:57.337Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2333 | 2026-03-02T03:35:57.362Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2334 | 2026-03-02T03:35:57.530Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2335 | 2026-03-02T03:35:59.771Z | Compiling usdt-attr-macro v0.5.0 |
| 2336 | 2026-03-02T03:36:00.454Z | Compiling usdt-macro v0.5.0 |
| 2337 | 2026-03-02T03:36:00.963Z | Compiling smf v0.2.3 |
| 2338 | 2026-03-02T03:36:01.489Z | Compiling bitfield-struct v0.6.2 |
| 2339 | 2026-03-02T03:36:03.352Z | Compiling ordered-float v2.10.1 |
| 2340 | 2026-03-02T03:36:03.376Z | Compiling blake3 v1.8.3 |
| 2341 | 2026-03-02T03:36:03.376Z | Compiling memmap v0.7.0 |
| 2342 | 2026-03-02T03:36:03.376Z | Compiling whoami v1.6.1 |
| 2343 | 2026-03-02T03:36:03.376Z | Compiling usdt v0.5.0 |
| 2344 | 2026-03-02T03:36:03.376Z | Compiling serde-value v0.7.0 |
| 2345 | 2026-03-02T03:36:03.662Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2346 | 2026-03-02T03:36:03.860Z | Compiling serde-untagged v0.1.9 |
| 2347 | 2026-03-02T03:36:04.323Z | Compiling toml v0.8.23 |
| 2348 | 2026-03-02T03:36:04.412Z | Compiling filetime v0.2.27 |
| 2349 | 2026-03-02T03:36:04.551Z | Compiling same-file v1.0.6 |
| 2350 | 2026-03-02T03:36:04.638Z | Compiling arrayvec v0.7.6 |
| 2351 | 2026-03-02T03:36:04.673Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2352 | 2026-03-02T03:36:04.697Z | Compiling arrayref v0.3.9 |
| 2353 | 2026-03-02T03:36:04.770Z | Compiling constant_time_eq v0.4.2 |
| 2354 | 2026-03-02T03:36:04.824Z | Compiling xattr v1.6.1 |
| 2355 | 2026-03-02T03:36:04.848Z | Compiling unicode-xid v0.2.6 |
| 2356 | 2026-03-02T03:36:04.872Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2357 | 2026-03-02T03:36:05.137Z | Compiling tar v0.4.44 |
| 2358 | 2026-03-02T03:36:05.162Z | Compiling walkdir v2.5.0 |
| 2359 | 2026-03-02T03:36:05.208Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2360 | 2026-03-02T03:36:05.614Z | Compiling cargo-util-schemas v0.8.2 |
| 2361 | 2026-03-02T03:36:06.161Z | Compiling tokio-dtrace v0.1.1 |
| 2362 | 2026-03-02T03:36:06.472Z | Compiling gethostname v0.5.0 |
| 2363 | 2026-03-02T03:36:06.686Z | Compiling cargo-platform v0.2.0 |
| 2364 | 2026-03-02T03:36:06.802Z | Compiling topological-sort v0.2.2 |
| 2365 | 2026-03-02T03:36:07.097Z | Compiling omicron-zone-package v0.12.2 |
| 2366 | 2026-03-02T03:36:07.205Z | Compiling oxide-tokio-rt v0.1.2 |
| 2367 | 2026-03-02T03:36:07.708Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2368 | 2026-03-02T03:36:07.771Z | Compiling indent_write v2.2.0 |
| 2369 | 2026-03-02T03:36:08.055Z | Compiling cargo_metadata v0.21.0 |
| 2370 | 2026-03-02T03:36:08.925Z | Compiling shell-words v1.1.1 |
| 2371 | 2026-03-02T03:36:13.568Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2372 | 2026-03-02T03:36:14.450Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2373 | 2026-03-02T03:36:17.047Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2374 | 2026-03-02T03:36:34.920Z | Finished `release` profile [optimized] target(s) in 4m 40s |
| 2375 | 2026-03-02T03:36:35.087Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2376 | 2026-03-02T03:36:35.163Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2377 | 2026-03-02T03:36:35.187Z | Created new build target 'test' and set it as active |
| 2378 | 2026-03-02T03:36:35.187Z | |
| 2379 | 2026-03-02T03:36:35.187Z | real 4:40.329294075 |
| 2380 | 2026-03-02T03:36:35.187Z | user 30:20.902181487 |
| 2381 | 2026-03-02T03:36:35.187Z | sys 3:39.782370222 |
| 2382 | 2026-03-02T03:36:35.187Z | trap 1.024366598 |
| 2383 | 2026-03-02T03:36:35.187Z | tflt 1.211151853 |
| 2384 | 2026-03-02T03:36:35.187Z | dflt 0.849714675 |
| 2385 | 2026-03-02T03:36:35.187Z | kflt 0.000451469 |
| 2386 | 2026-03-02T03:36:35.187Z | lock 1:25:43.935843740 |
| 2387 | 2026-03-02T03:36:35.187Z | slp 1:59:25.539720225 |
| 2388 | 2026-03-02T03:36:35.188Z | lat 2:13.598794909 |
| 2389 | 2026-03-02T03:36:35.188Z | stop 4:43.914395473 |
| 2390 | 2026-03-02T03:36:35.188Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2391 | 2026-03-02T03:36:36.825Z | Finished `release` profile [optimized] target(s) in 1.57s |
| 2392 | 2026-03-02T03:36:36.907Z | Running `target/release/omicron-package -t test package` |
| 2393 | 2026-03-02T03:36:36.977Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2394 | 2026-03-02T03:36:39.631Z | Compiling regress v0.10.5 |
| 2395 | 2026-03-02T03:36:39.631Z | Compiling heck v0.5.0 |
| 2396 | 2026-03-02T03:36:39.655Z | Compiling unsafe-libyaml v0.2.11 |
| 2397 | 2026-03-02T03:36:39.749Z | Compiling convert_case v0.4.0 |
| 2398 | 2026-03-02T03:36:39.783Z | Compiling half v2.7.1 |
| 2399 | 2026-03-02T03:36:39.808Z | Compiling ciborium-io v0.2.2 |
| 2400 | 2026-03-02T03:36:39.846Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2401 | 2026-03-02T03:36:39.870Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2402 | 2026-03-02T03:36:39.991Z | Compiling typify-impl v0.6.1 |
| 2403 | 2026-03-02T03:36:40.384Z | Compiling derive_more v0.99.20 |
| 2404 | 2026-03-02T03:36:40.527Z | Compiling ciborium-ll v0.2.2 |
| 2405 | 2026-03-02T03:36:40.764Z | Compiling prettyplease v0.2.37 |
| 2406 | 2026-03-02T03:36:40.994Z | Compiling serde_yaml v0.9.34+deprecated |
| 2407 | 2026-03-02T03:36:41.054Z | Compiling ciborium v0.2.2 |
| 2408 | 2026-03-02T03:36:41.101Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2409 | 2026-03-02T03:36:41.894Z | Compiling universal-hash v0.5.1 |
| 2410 | 2026-03-02T03:36:42.155Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2411 | 2026-03-02T03:36:43.083Z | Compiling unicode-width v0.1.14 |
| 2412 | 2026-03-02T03:36:43.627Z | Compiling opaque-debug v0.3.1 |
| 2413 | 2026-03-02T03:36:43.720Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2414 | 2026-03-02T03:36:43.785Z | Compiling poly1305 v0.8.0 |
| 2415 | 2026-03-02T03:36:43.915Z | Compiling chacha20 v0.9.1 |
| 2416 | 2026-03-02T03:36:44.079Z | Compiling thiserror-no-std v2.0.2 |
| 2417 | 2026-03-02T03:36:44.249Z | Compiling password-hash v0.5.0 |
| 2418 | 2026-03-02T03:36:44.387Z | Compiling blake2 v0.10.6 |
| 2419 | 2026-03-02T03:36:44.714Z | Compiling aead v0.5.2 |
| 2420 | 2026-03-02T03:36:44.956Z | Compiling is-terminal v0.4.17 |
| 2421 | 2026-03-02T03:36:45.088Z | Compiling swrite v0.1.0 |
| 2422 | 2026-03-02T03:36:45.159Z | Compiling chacha20poly1305 v0.10.1 |
| 2423 | 2026-03-02T03:36:45.274Z | Compiling argon2 v0.5.3 |
| 2424 | 2026-03-02T03:36:45.387Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2425 | 2026-03-02T03:36:45.417Z | Compiling vsss-rs v3.3.4 |
| 2426 | 2026-03-02T03:36:46.091Z | Compiling typify-impl v0.4.3 |
| 2427 | 2026-03-02T03:36:46.154Z | Compiling serde_spanned v1.0.4 |
| 2428 | 2026-03-02T03:36:46.415Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2429 | 2026-03-02T03:36:46.804Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2430 | 2026-03-02T03:36:47.170Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2431 | 2026-03-02T03:36:47.814Z | Compiling bytecount v0.6.9 |
| 2432 | 2026-03-02T03:36:48.143Z | Compiling rustls v0.22.4 |
| 2433 | 2026-03-02T03:36:48.184Z | Compiling rustls-webpki v0.102.8 |
| 2434 | 2026-03-02T03:36:48.956Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2435 | 2026-03-02T03:36:49.291Z | Compiling derive-where v1.6.0 |
| 2436 | 2026-03-02T03:36:49.613Z | Compiling thread_local v1.1.9 |
| 2437 | 2026-03-02T03:36:50.093Z | Compiling match_cfg v0.1.0 |
| 2438 | 2026-03-02T03:36:50.221Z | Compiling hostname v0.3.1 |
| 2439 | 2026-03-02T03:36:50.269Z | Compiling typify-macro v0.6.1 |
| 2440 | 2026-03-02T03:36:53.016Z | Compiling typify v0.6.1 |
| 2441 | 2026-03-02T03:36:53.187Z | Compiling progenitor-impl v0.13.0 |
| 2442 | 2026-03-02T03:36:53.685Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2443 | 2026-03-02T03:36:53.852Z | Compiling typify-macro v0.4.3 |
| 2444 | 2026-03-02T03:36:53.893Z | Compiling multer v3.1.0 |
| 2445 | 2026-03-02T03:36:53.987Z | Compiling slog-async v2.8.0 |
| 2446 | 2026-03-02T03:36:54.073Z | Compiling slog-json v2.6.1 |
| 2447 | 2026-03-02T03:36:54.409Z | Compiling crossbeam-channel v0.5.15 |
| 2448 | 2026-03-02T03:36:55.273Z | Compiling futures-executor v0.3.32 |
| 2449 | 2026-03-02T03:36:55.680Z | Compiling term v1.2.1 |
| 2450 | 2026-03-02T03:36:56.595Z | Compiling take_mut v0.2.2 |
| 2451 | 2026-03-02T03:36:56.700Z | Compiling slog-term v2.9.2 |
| 2452 | 2026-03-02T03:36:56.730Z | Compiling typify v0.4.3 |
| 2453 | 2026-03-02T03:36:56.914Z | Compiling futures v0.3.32 |
| 2454 | 2026-03-02T03:36:57.055Z | Compiling slog-bunyan v2.5.0 |
| 2455 | 2026-03-02T03:36:57.290Z | Compiling tokio-rustls v0.25.0 |
| 2456 | 2026-03-02T03:36:57.650Z | Compiling async-stream v0.3.6 |
| 2457 | 2026-03-02T03:36:57.688Z | Compiling dropshot v0.16.7 |
| 2458 | 2026-03-02T03:36:57.782Z | Compiling progenitor-macro v0.13.0 |
| 2459 | 2026-03-02T03:36:57.810Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2460 | 2026-03-02T03:36:57.947Z | Compiling waitgroup v0.1.2 |
| 2461 | 2026-03-02T03:36:58.138Z | Compiling rustls-pemfile v2.2.0 |
| 2462 | 2026-03-02T03:36:58.181Z | Compiling serde_path_to_error v0.1.20 |
| 2463 | 2026-03-02T03:36:58.331Z | Compiling hostname v0.4.2 |
| 2464 | 2026-03-02T03:36:58.465Z | Compiling instant v0.1.13 |
| 2465 | 2026-03-02T03:36:58.559Z | Compiling debug-ignore v1.0.5 |
| 2466 | 2026-03-02T03:36:58.654Z | Compiling backoff v0.4.0 |
| 2467 | 2026-03-02T03:36:58.767Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2468 | 2026-03-02T03:36:59.786Z | Compiling parse-display v0.10.0 |
| 2469 | 2026-03-02T03:37:00.301Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2470 | 2026-03-02T03:37:00.520Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2471 | 2026-03-02T03:37:01.700Z | Compiling progenitor-client v0.10.0 |
| 2472 | 2026-03-02T03:37:02.193Z | Compiling progenitor-client v0.13.0 |
| 2473 | 2026-03-02T03:37:02.708Z | Compiling backon v1.6.0 |
| 2474 | 2026-03-02T03:37:03.111Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2475 | 2026-03-02T03:37:04.811Z | Compiling macaddr v1.0.1 |
| 2476 | 2026-03-02T03:37:05.213Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2477 | 2026-03-02T03:37:06.726Z | Compiling progenitor v0.13.0 |
| 2478 | 2026-03-02T03:37:07.202Z | Compiling console v0.15.11 |
| 2479 | 2026-03-02T03:37:07.472Z | Compiling newline-converter v0.3.0 |
| 2480 | 2026-03-02T03:37:07.733Z | Compiling atomicwrites v0.4.4 |
| 2481 | 2026-03-02T03:37:08.264Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2482 | 2026-03-02T03:37:08.403Z | Compiling num-rational v0.4.2 |
| 2483 | 2026-03-02T03:37:10.386Z | Compiling num-complex v0.4.6 |
| 2484 | 2026-03-02T03:37:11.356Z | Compiling slog-dtrace v0.3.0 |
| 2485 | 2026-03-02T03:37:11.750Z | Compiling num v0.4.3 |
| 2486 | 2026-03-02T03:37:11.889Z | Compiling expectorate v1.2.0 |
| 2487 | 2026-03-02T03:37:11.921Z | Compiling async-recursion v1.1.1 |
| 2488 | 2026-03-02T03:37:12.261Z | Compiling float-ord v0.3.2 |
| 2489 | 2026-03-02T03:37:12.666Z | Compiling owo-colors v4.3.0 |
| 2490 | 2026-03-02T03:37:12.963Z | Compiling cancel-safe-futures v0.1.5 |
| 2491 | 2026-03-02T03:37:13.360Z | Compiling libsw-core v0.3.2 |
| 2492 | 2026-03-02T03:37:13.674Z | Compiling resolv-conf v0.7.6 |
| 2493 | 2026-03-02T03:37:14.534Z | Compiling libsw v3.5.0 |
| 2494 | 2026-03-02T03:37:15.481Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2495 | 2026-03-02T03:37:15.734Z | Compiling toml v0.8.23 |
| 2496 | 2026-03-02T03:37:16.849Z | Compiling linear-map v1.2.0 |
| 2497 | 2026-03-02T03:37:17.043Z | Compiling linked-hash-map v0.5.6 |
| 2498 | 2026-03-02T03:37:17.272Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2499 | 2026-03-02T03:37:17.444Z | Compiling minimal-lexical v0.2.1 |
| 2500 | 2026-03-02T03:37:17.893Z | Compiling nom v7.1.3 |
| 2501 | 2026-03-02T03:37:18.651Z | Compiling lru-cache v0.1.2 |
| 2502 | 2026-03-02T03:37:20.648Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2503 | 2026-03-02T03:37:23.323Z | Compiling unicode-xid v0.2.6 |
| 2504 | 2026-03-02T03:37:23.408Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2505 | 2026-03-02T03:37:23.539Z | Compiling globset v0.4.18 |
| 2506 | 2026-03-02T03:37:23.766Z | Compiling hickory-proto v0.24.4 |
| 2507 | 2026-03-02T03:37:28.684Z | Compiling hickory-resolver v0.24.4 |
| 2508 | 2026-03-02T03:37:31.383Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2509 | 2026-03-02T03:37:32.784Z | Compiling progenitor-impl v0.11.2 |
| 2510 | 2026-03-02T03:37:34.858Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2511 | 2026-03-02T03:37:35.754Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2512 | 2026-03-02T03:37:37.076Z | Compiling convert_case v0.10.0 |
| 2513 | 2026-03-02T03:37:37.588Z | Compiling derive_more-impl v2.1.1 |
| 2514 | 2026-03-02T03:37:38.913Z | Compiling progenitor-macro v0.11.2 |
| 2515 | 2026-03-02T03:37:39.802Z | Compiling qorb v0.4.1 |
| 2516 | 2026-03-02T03:37:43.785Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2517 | 2026-03-02T03:37:44.081Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2518 | 2026-03-02T03:37:47.024Z | Compiling progenitor-client v0.11.2 |
| 2519 | 2026-03-02T03:37:47.056Z | Compiling pin-project-internal v1.1.11 |
| 2520 | 2026-03-02T03:37:47.867Z | Compiling progenitor v0.11.2 |
| 2521 | 2026-03-02T03:37:48.001Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2522 | 2026-03-02T03:37:48.104Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2523 | 2026-03-02T03:37:48.383Z | Compiling derive_more v2.1.1 |
| 2524 | 2026-03-02T03:37:48.525Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2525 | 2026-03-02T03:37:48.652Z | Compiling pem v3.0.6 |
| 2526 | 2026-03-02T03:37:48.869Z | Compiling snafu-derive v0.8.9 |
| 2527 | 2026-03-02T03:37:48.899Z | Compiling termtree v0.5.1 |
| 2528 | 2026-03-02T03:37:48.928Z | Compiling pin-project v1.1.11 |
| 2529 | 2026-03-02T03:37:49.103Z | Compiling crossterm v0.29.0 |
| 2530 | 2026-03-02T03:37:49.285Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2531 | 2026-03-02T03:37:49.928Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2532 | 2026-03-02T03:37:50.404Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2533 | 2026-03-02T03:37:52.159Z | Compiling snafu v0.8.9 |
| 2534 | 2026-03-02T03:37:54.614Z | Compiling olpc-cjson v0.1.4 |
| 2535 | 2026-03-02T03:37:54.644Z | Compiling phf_shared v0.12.1 |
| 2536 | 2026-03-02T03:37:54.975Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2537 | 2026-03-02T03:37:55.106Z | Compiling vte v0.14.1 |
| 2538 | 2026-03-02T03:37:55.509Z | Compiling csv-core v0.1.13 |
| 2539 | 2026-03-02T03:37:55.536Z | Compiling serde_plain v1.0.2 |
| 2540 | 2026-03-02T03:37:55.841Z | Compiling highway v1.3.0 |
| 2541 | 2026-03-02T03:37:56.042Z | Compiling typed-path v0.9.3 |
| 2542 | 2026-03-02T03:37:56.129Z | Compiling chrono-tz v0.10.4 |
| 2543 | 2026-03-02T03:37:56.229Z | Compiling csv v1.4.0 |
| 2544 | 2026-03-02T03:37:56.475Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2545 | 2026-03-02T03:37:57.097Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2546 | 2026-03-02T03:37:57.463Z | Compiling strip-ansi-escapes v0.2.1 |
| 2547 | 2026-03-02T03:37:58.042Z | Compiling phf v0.12.1 |
| 2548 | 2026-03-02T03:37:58.371Z | Compiling tough v0.20.0 |
| 2549 | 2026-03-02T03:37:58.592Z | Compiling const_format_proc_macros v0.2.34 |
| 2550 | 2026-03-02T03:38:00.007Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2551 | 2026-03-02T03:38:00.802Z | Compiling papergrid v0.11.0 |
| 2552 | 2026-03-02T03:38:01.823Z | Compiling fd-lock v4.0.4 |
| 2553 | 2026-03-02T03:38:01.921Z | Compiling peg-macros v0.8.5 |
| 2554 | 2026-03-02T03:38:02.079Z | Compiling tabled_derive v0.7.0 |
| 2555 | 2026-03-02T03:38:02.540Z | Compiling nu-ansi-term v0.50.3 |
| 2556 | 2026-03-02T03:38:03.721Z | Compiling tabled v0.15.0 |
| 2557 | 2026-03-02T03:38:03.765Z | Compiling reedline v0.40.0 |
| 2558 | 2026-03-02T03:38:04.224Z | Compiling peg v0.8.5 |
| 2559 | 2026-03-02T03:38:04.407Z | Compiling const_format v0.2.35 |
| 2560 | 2026-03-02T03:38:07.540Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2561 | 2026-03-02T03:38:08.337Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2562 | 2026-03-02T03:38:10.937Z | Compiling bcs v0.1.6 |
| 2563 | 2026-03-02T03:38:11.682Z | Compiling semver v0.1.20 |
| 2564 | 2026-03-02T03:38:12.169Z | Compiling rustc_version v0.1.7 |
| 2565 | 2026-03-02T03:38:12.547Z | Compiling base64 v0.21.7 |
| 2566 | 2026-03-02T03:38:13.514Z | Compiling newtype_derive v0.1.6 |
| 2567 | 2026-03-02T03:38:13.824Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2568 | 2026-03-02T03:38:13.914Z | Compiling humantime v2.3.0 |
| 2569 | 2026-03-02T03:38:14.182Z | Compiling smawk v0.3.2 |
| 2570 | 2026-03-02T03:38:14.359Z | Compiling unicode-linebreak v0.1.5 |
| 2571 | 2026-03-02T03:38:14.579Z | Compiling dropshot-api-manager-types v0.4.0 |
| 2572 | 2026-03-02T03:38:14.727Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2573 | 2026-03-02T03:38:14.892Z | Compiling textwrap v0.16.2 |
| 2574 | 2026-03-02T03:38:15.683Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2575 | 2026-03-02T03:38:16.304Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2576 | 2026-03-02T03:38:16.904Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2577 | 2026-03-02T03:38:16.971Z | Compiling steno v0.4.1 |
| 2578 | 2026-03-02T03:38:17.846Z | Compiling utf-8 v0.7.6 |
| 2579 | 2026-03-02T03:38:18.210Z | Compiling progenitor-impl v0.10.0 |
| 2580 | 2026-03-02T03:38:19.242Z | Compiling tagptr v0.2.0 |
| 2581 | 2026-03-02T03:38:19.539Z | Compiling moka v0.12.13 |
| 2582 | 2026-03-02T03:38:22.652Z | Compiling progenitor-macro v0.10.0 |
| 2583 | 2026-03-02T03:38:23.780Z | Compiling hickory-resolver v0.25.2 |
| 2584 | 2026-03-02T03:38:24.313Z | Compiling tungstenite v0.21.0 |
| 2585 | 2026-03-02T03:38:28.416Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2586 | 2026-03-02T03:38:31.077Z | Compiling progenitor v0.10.0 |
| 2587 | 2026-03-02T03:38:31.309Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2588 | 2026-03-02T03:38:31.528Z | Compiling tokio-tungstenite v0.21.0 |
| 2589 | 2026-03-02T03:38:32.098Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2590 | 2026-03-02T03:38:33.582Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2591 | 2026-03-02T03:38:35.081Z | Compiling radium v0.7.0 |
| 2592 | 2026-03-02T03:38:35.516Z | Compiling tap v1.0.1 |
| 2593 | 2026-03-02T03:38:35.722Z | Compiling maybe-uninit v2.0.0 |
| 2594 | 2026-03-02T03:38:36.121Z | Compiling wyz v0.5.1 |
| 2595 | 2026-03-02T03:38:36.563Z | Compiling zerocopy-derive v0.6.6 |
| 2596 | 2026-03-02T03:38:36.729Z | Compiling crc-catalog v2.4.0 |
| 2597 | 2026-03-02T03:38:36.919Z | Compiling display-error-chain v0.2.2 |
| 2598 | 2026-03-02T03:38:37.162Z | Compiling funty v2.0.0 |
| 2599 | 2026-03-02T03:38:37.866Z | Compiling packed_struct v0.10.1 |
| 2600 | 2026-03-02T03:38:38.299Z | Compiling bitvec v1.0.1 |
| 2601 | 2026-03-02T03:38:39.120Z | Compiling zerocopy v0.6.6 |
| 2602 | 2026-03-02T03:38:39.238Z | Compiling crc v3.4.0 |
| 2603 | 2026-03-02T03:38:39.726Z | Compiling packed_struct_codegen v0.10.1 |
| 2604 | 2026-03-02T03:38:39.849Z | Compiling bitfield-macros v0.19.4 |
| 2605 | 2026-03-02T03:38:39.900Z | Compiling indexmap v1.9.3 |
| 2606 | 2026-03-02T03:38:40.234Z | Compiling nodrop v0.1.14 |
| 2607 | 2026-03-02T03:38:40.399Z | Compiling array-init v0.0.4 |
| 2608 | 2026-03-02T03:38:40.983Z | Compiling bitfield v0.19.4 |
| 2609 | 2026-03-02T03:38:41.410Z | Compiling smallvec v0.6.14 |
| 2610 | 2026-03-02T03:38:41.488Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2611 | 2026-03-02T03:38:41.616Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2612 | 2026-03-02T03:38:41.888Z | Compiling num-derive v0.3.3 |
| 2613 | 2026-03-02T03:38:43.331Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2614 | 2026-03-02T03:38:43.939Z | Compiling hashbrown v0.12.3 |
| 2615 | 2026-03-02T03:38:45.199Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2616 | 2026-03-02T03:38:45.968Z | Compiling proc-macro-error2 v2.0.1 |
| 2617 | 2026-03-02T03:38:46.449Z | Compiling libscf-sys v1.1.0 |
| 2618 | 2026-03-02T03:38:46.701Z | Compiling serde-hex v0.1.0 |
| 2619 | 2026-03-02T03:38:46.888Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2620 | 2026-03-02T03:38:47.245Z | Compiling ron v0.8.1 |
| 2621 | 2026-03-02T03:38:48.029Z | Compiling nix v0.31.1 |
| 2622 | 2026-03-02T03:38:48.703Z | Compiling hashbrown v0.13.2 |
| 2623 | 2026-03-02T03:38:49.877Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2624 | 2026-03-02T03:38:50.422Z | Compiling vergen-gitcl v1.0.8 |
| 2625 | 2026-03-02T03:38:50.806Z | Compiling dirs-sys-next v0.1.2 |
| 2626 | 2026-03-02T03:38:51.174Z | Compiling maplit v1.0.2 |
| 2627 | 2026-03-02T03:38:51.273Z | Compiling crunchy v0.2.4 |
| 2628 | 2026-03-02T03:38:51.364Z | Compiling crc-any v2.5.0 |
| 2629 | 2026-03-02T03:38:51.687Z | Compiling glob v0.3.3 |
| 2630 | 2026-03-02T03:38:51.824Z | Compiling dirs-next v2.0.0 |
| 2631 | 2026-03-02T03:38:52.100Z | Compiling object v0.30.4 |
| 2632 | 2026-03-02T03:38:52.213Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2633 | 2026-03-02T03:38:52.388Z | Compiling clang-sys v1.8.1 |
| 2634 | 2026-03-02T03:38:52.998Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2635 | 2026-03-02T03:38:53.420Z | Compiling tabled_derive v0.11.0 |
| 2636 | 2026-03-02T03:38:54.250Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2637 | 2026-03-02T03:38:55.277Z | Compiling papergrid v0.17.0 |
| 2638 | 2026-03-02T03:39:01.747Z | Compiling testing_table v0.3.0 |
| 2639 | 2026-03-02T03:39:02.482Z | Compiling dsl_auto_type v0.1.3 |
| 2640 | 2026-03-02T03:39:03.502Z | Compiling scheduled-thread-pool v0.2.7 |
| 2641 | 2026-03-02T03:39:04.605Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2642 | 2026-03-02T03:39:04.808Z | Compiling path-slash v0.1.5 |
| 2643 | 2026-03-02T03:39:04.988Z | Compiling tiny-keccak v2.0.2 |
| 2644 | 2026-03-02T03:39:05.096Z | Compiling diesel_derives v2.2.7 |
| 2645 | 2026-03-02T03:39:05.397Z | Compiling r2d2 v0.8.10 |
| 2646 | 2026-03-02T03:39:05.894Z | Compiling tabled v0.20.0 |
| 2647 | 2026-03-02T03:39:07.498Z | Compiling term v0.7.0 |
| 2648 | 2026-03-02T03:39:08.380Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2649 | 2026-03-02T03:39:08.587Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2650 | 2026-03-02T03:39:11.190Z | Compiling arc-swap v1.8.2 |
| 2651 | 2026-03-02T03:39:11.781Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2652 | 2026-03-02T03:39:12.090Z | Compiling xshell-macros v0.2.7 |
| 2653 | 2026-03-02T03:39:12.457Z | Compiling bit-vec v0.6.3 |
| 2654 | 2026-03-02T03:39:12.731Z | Compiling xshell v0.2.7 |
| 2655 | 2026-03-02T03:39:12.834Z | Compiling bit-set v0.5.3 |
| 2656 | 2026-03-02T03:39:13.108Z | Compiling diesel v2.2.12 |
| 2657 | 2026-03-02T03:39:15.164Z | Compiling slog-scope v4.4.1 |
| 2658 | 2026-03-02T03:39:15.837Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2659 | 2026-03-02T03:39:16.734Z | Compiling ascii-canvas v3.0.0 |
| 2660 | 2026-03-02T03:39:17.128Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2661 | 2026-03-02T03:39:17.745Z | Compiling itertools v0.10.5 |
| 2662 | 2026-03-02T03:39:18.489Z | Compiling ena v0.14.4 |
| 2663 | 2026-03-02T03:39:18.904Z | Compiling libloading v0.8.9 |
| 2664 | 2026-03-02T03:39:19.251Z | Compiling regex-syntax v0.6.29 |
| 2665 | 2026-03-02T03:39:19.835Z | Compiling bindgen v0.71.1 |
| 2666 | 2026-03-02T03:39:20.242Z | Compiling diff v0.1.13 |
| 2667 | 2026-03-02T03:39:20.450Z | Compiling unicase v2.9.0 |
| 2668 | 2026-03-02T03:39:23.048Z | Compiling lalrpop v0.19.12 |
| 2669 | 2026-03-02T03:39:24.297Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2670 | 2026-03-02T03:39:24.637Z | Compiling slog-stdlog v4.1.1 |
| 2671 | 2026-03-02T03:39:25.390Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2672 | 2026-03-02T03:39:25.512Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2673 | 2026-03-02T03:39:25.659Z | Compiling cexpr v0.6.0 |
| 2674 | 2026-03-02T03:39:26.209Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2675 | 2026-03-02T03:39:26.412Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2676 | 2026-03-02T03:39:26.513Z | Compiling crc8 v0.1.1 |
| 2677 | 2026-03-02T03:39:26.812Z | Compiling slog-envlogger v2.2.0 |
| 2678 | 2026-03-02T03:39:26.847Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2679 | 2026-03-02T03:39:27.561Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2680 | 2026-03-02T03:39:27.598Z | Compiling headers-core v0.3.0 |
| 2681 | 2026-03-02T03:39:27.750Z | Compiling libxml v0.3.3 |
| 2682 | 2026-03-02T03:39:27.811Z | Compiling headers v0.4.1 |
| 2683 | 2026-03-02T03:39:28.331Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2684 | 2026-03-02T03:39:29.011Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2685 | 2026-03-02T03:39:29.321Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2686 | 2026-03-02T03:39:30.018Z | Compiling strum_macros v0.24.3 |
| 2687 | 2026-03-02T03:39:30.483Z | Compiling indoc v1.0.9 |
| 2688 | 2026-03-02T03:39:31.198Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2689 | 2026-03-02T03:39:31.509Z | Compiling derive_builder v0.20.2 |
| 2690 | 2026-03-02T03:39:31.745Z | Compiling oso-derive v0.27.3 |
| 2691 | 2026-03-02T03:39:32.350Z | Compiling quick-xml v0.37.5 |
| 2692 | 2026-03-02T03:39:32.501Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2693 | 2026-03-02T03:39:34.842Z | Compiling half v1.8.3 |
| 2694 | 2026-03-02T03:39:35.056Z | Compiling openssl-probe v0.1.6 |
| 2695 | 2026-03-02T03:39:35.582Z | Compiling serde_cbor v0.11.2 |
| 2696 | 2026-03-02T03:39:35.782Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2697 | 2026-03-02T03:39:36.592Z | Compiling samael v0.0.19 |
| 2698 | 2026-03-02T03:39:36.920Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2699 | 2026-03-02T03:39:37.471Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2700 | 2026-03-02T03:39:37.548Z | Compiling diesel-dtrace v0.4.2 |
| 2701 | 2026-03-02T03:39:38.024Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2702 | 2026-03-02T03:39:38.345Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2703 | 2026-03-02T03:39:39.381Z | Compiling bb8 v0.8.6 |
| 2704 | 2026-03-02T03:39:39.816Z | Compiling polar-core v0.27.3 |
| 2705 | 2026-03-02T03:39:39.958Z | Compiling trait-variant v0.1.2 |
| 2706 | 2026-03-02T03:39:40.815Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2707 | 2026-03-02T03:39:40.850Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2708 | 2026-03-02T03:39:41.254Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2709 | 2026-03-02T03:39:41.734Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2710 | 2026-03-02T03:39:44.611Z | Compiling async-bb8-diesel v0.2.1 |
| 2711 | 2026-03-02T03:39:45.783Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2712 | 2026-03-02T03:39:46.164Z | Compiling fxhash v0.2.1 |
| 2713 | 2026-03-02T03:39:46.402Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2714 | 2026-03-02T03:39:46.859Z | Compiling kstat-rs v0.2.4 |
| 2715 | 2026-03-02T03:39:47.618Z | Compiling libz-sys v1.1.24 |
| 2716 | 2026-03-02T03:39:48.215Z | Compiling nonempty v0.12.0 |
| 2717 | 2026-03-02T03:39:48.577Z | Compiling salty v0.3.0 |
| 2718 | 2026-03-02T03:39:49.115Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2719 | 2026-03-02T03:39:50.443Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2720 | 2026-03-02T03:39:52.355Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2721 | 2026-03-02T03:39:52.630Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2722 | 2026-03-02T03:39:56.630Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2723 | 2026-03-02T03:40:04.138Z | Compiling oso v0.27.3 |
| 2724 | 2026-03-02T03:40:04.561Z | Compiling darling_core v0.23.0 |
| 2725 | 2026-03-02T03:40:08.231Z | Compiling nanorand v0.7.0 |
| 2726 | 2026-03-02T03:40:08.894Z | Compiling fs-err v2.11.0 |
| 2727 | 2026-03-02T03:40:09.308Z | Compiling parking_lot_core v0.8.6 |
| 2728 | 2026-03-02T03:40:09.575Z | Compiling mime_guess v2.0.5 |
| 2729 | 2026-03-02T03:40:09.761Z | Compiling darling_macro v0.23.0 |
| 2730 | 2026-03-02T03:40:10.536Z | Compiling flume v0.11.1 |
| 2731 | 2026-03-02T03:40:10.605Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2732 | 2026-03-02T03:40:11.228Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2733 | 2026-03-02T03:40:17.654Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2734 | 2026-03-02T03:40:18.394Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2735 | 2026-03-02T03:40:18.835Z | Compiling git-stub v1.0.0 |
| 2736 | 2026-03-02T03:40:19.251Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2737 | 2026-03-02T03:40:19.783Z | Compiling instability v0.3.11 |
| 2738 | 2026-03-02T03:40:20.176Z | Compiling git-stub-vcs v0.1.0 |
| 2739 | 2026-03-02T03:40:20.774Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2740 | 2026-03-02T03:40:25.814Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2741 | 2026-03-02T03:40:36.371Z | Compiling darling v0.23.0 |
| 2742 | 2026-03-02T03:40:37.201Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2743 | 2026-03-02T03:40:37.306Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2744 | 2026-03-02T03:40:42.943Z | Compiling ignore v0.4.25 |
| 2745 | 2026-03-02T03:40:44.573Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2746 | 2026-03-02T03:40:46.742Z | Compiling primeorder v0.13.6 |
| 2747 | 2026-03-02T03:40:47.304Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2748 | 2026-03-02T03:40:48.262Z | Compiling castaway v0.2.4 |
| 2749 | 2026-03-02T03:40:48.295Z | Compiling nibble_vec v0.1.0 |
| 2750 | 2026-03-02T03:40:48.487Z | Compiling atty v0.2.14 |
| 2751 | 2026-03-02T03:40:48.571Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2752 | 2026-03-02T03:40:48.687Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2753 | 2026-03-02T03:40:48.908Z | Compiling endian-type v0.1.2 |
| 2754 | 2026-03-02T03:40:48.949Z | Compiling parse-size v1.1.0 |
| 2755 | 2026-03-02T03:40:49.026Z | Compiling indoc v2.0.7 |
| 2756 | 2026-03-02T03:40:49.179Z | Compiling http-range v0.1.5 |
| 2757 | 2026-03-02T03:40:49.286Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2758 | 2026-03-02T03:40:49.413Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-03-02T03:40:49.725Z | Compiling radix_trie v0.2.1 |
| 2760 | 2026-03-02T03:40:50.208Z | Compiling compact_str v0.8.1 |
| 2761 | 2026-03-02T03:40:50.565Z | Compiling p384 v0.13.1 |
| 2762 | 2026-03-02T03:40:52.284Z | Compiling globwalk v0.9.1 |
| 2763 | 2026-03-02T03:40:52.495Z | Compiling parking_lot v0.11.2 |
| 2764 | 2026-03-02T03:40:54.200Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2765 | 2026-03-02T03:40:54.462Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2766 | 2026-03-02T03:40:54.816Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2767 | 2026-03-02T03:40:55.167Z | Compiling predicates-tree v1.0.13 |
| 2768 | 2026-03-02T03:40:55.942Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2769 | 2026-03-02T03:40:56.628Z | Compiling unicode-truncate v1.1.0 |
| 2770 | 2026-03-02T03:40:56.960Z | Compiling lru v0.12.5 |
| 2771 | 2026-03-02T03:40:57.335Z | Compiling prefix-trie v0.7.0 |
| 2772 | 2026-03-02T03:40:58.075Z | Compiling vergen-git2 v1.0.7 |
| 2773 | 2026-03-02T03:40:58.245Z | Compiling cassowary v0.3.0 |
| 2774 | 2026-03-02T03:40:58.482Z | Compiling hickory-server v0.25.2 |
| 2775 | 2026-03-02T03:40:58.514Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2776 | 2026-03-02T03:41:01.171Z | Compiling ratatui v0.29.0 |
| 2777 | 2026-03-02T03:41:01.902Z | Compiling camino-tempfile-ext v0.3.3 |
| 2778 | 2026-03-02T03:41:03.125Z | Compiling hyper-staticfile v0.10.1 |
| 2779 | 2026-03-02T03:41:03.766Z | Compiling git2 v0.20.4 |
| 2780 | 2026-03-02T03:41:05.294Z | Compiling sled v0.34.7 |
| 2781 | 2026-03-02T03:41:08.342Z | Compiling hickory-client v0.25.2 |
| 2782 | 2026-03-02T03:41:10.449Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2783 | 2026-03-02T03:41:10.613Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2784 | 2026-03-02T03:41:11.532Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2785 | 2026-03-02T03:41:12.883Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2786 | 2026-03-02T03:41:13.039Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2787 | 2026-03-02T03:41:13.656Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2788 | 2026-03-02T03:41:14.545Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2789 | 2026-03-02T03:41:15.403Z | Compiling rand_seeder v0.4.0 |
| 2790 | 2026-03-02T03:41:15.804Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2791 | 2026-03-02T03:41:16.156Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2792 | 2026-03-02T03:41:16.899Z | Compiling lzma-sys v0.1.20 |
| 2793 | 2026-03-02T03:41:16.954Z | Compiling rustls v0.21.12 |
| 2794 | 2026-03-02T03:41:17.297Z | Compiling corncobs v0.1.4 |
| 2795 | 2026-03-02T03:41:17.545Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2796 | 2026-03-02T03:41:17.741Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2797 | 2026-03-02T03:41:17.871Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2798 | 2026-03-02T03:41:17.952Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2799 | 2026-03-02T03:41:18.255Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2800 | 2026-03-02T03:41:18.631Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2801 | 2026-03-02T03:41:19.658Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2802 | 2026-03-02T03:41:21.810Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2803 | 2026-03-02T03:41:29.082Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2804 | 2026-03-02T03:41:30.504Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2805 | 2026-03-02T03:41:33.171Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2806 | 2026-03-02T03:41:36.553Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2807 | 2026-03-02T03:41:37.353Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2808 | 2026-03-02T03:41:38.640Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2809 | 2026-03-02T03:41:38.960Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2810 | 2026-03-02T03:41:39.014Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2811 | 2026-03-02T03:41:39.291Z | Compiling cargo_toml v0.22.3 |
| 2812 | 2026-03-02T03:41:44.496Z | Compiling nix v0.29.0 |
| 2813 | 2026-03-02T03:41:44.709Z | Compiling sct v0.7.1 |
| 2814 | 2026-03-02T03:41:45.151Z | Compiling rustls-webpki v0.101.7 |
| 2815 | 2026-03-02T03:41:45.203Z | Compiling secrecy v0.8.0 |
| 2816 | 2026-03-02T03:41:45.497Z | Compiling void v1.0.2 |
| 2817 | 2026-03-02T03:41:45.697Z | Compiling lzss v0.8.2 |
| 2818 | 2026-03-02T03:41:48.324Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2819 | 2026-03-02T03:41:48.616Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2820 | 2026-03-02T03:41:49.727Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2821 | 2026-03-02T03:41:52.201Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2822 | 2026-03-02T03:41:53.254Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2823 | 2026-03-02T03:41:56.649Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2824 | 2026-03-02T03:41:57.638Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2825 | 2026-03-02T03:41:59.002Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2826 | 2026-03-02T03:42:03.770Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2827 | 2026-03-02T03:42:04.131Z | Compiling tungstenite v0.23.0 |
| 2828 | 2026-03-02T03:42:06.202Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2829 | 2026-03-02T03:42:06.516Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2830 | 2026-03-02T03:42:06.831Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2831 | 2026-03-02T03:42:07.146Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2832 | 2026-03-02T03:42:07.465Z | Compiling nix v0.27.1 |
| 2833 | 2026-03-02T03:42:08.119Z | Compiling serde_bytes v0.11.19 |
| 2834 | 2026-03-02T03:42:08.726Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2835 | 2026-03-02T03:42:08.844Z | Compiling tokio-tungstenite v0.23.1 |
| 2836 | 2026-03-02T03:42:09.397Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2837 | 2026-03-02T03:42:09.778Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2838 | 2026-03-02T03:42:15.285Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2839 | 2026-03-02T03:42:15.530Z | Compiling xz2 v0.1.7 |
| 2840 | 2026-03-02T03:42:16.140Z | Compiling ron v0.12.0 |
| 2841 | 2026-03-02T03:42:20.105Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2842 | 2026-03-02T03:42:24.002Z | Compiling tokio-rustls v0.24.1 |
| 2843 | 2026-03-02T03:42:24.817Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2844 | 2026-03-02T03:42:25.344Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2845 | 2026-03-02T03:42:29.328Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2846 | 2026-03-02T03:42:30.527Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2847 | 2026-03-02T03:42:32.874Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2848 | 2026-03-02T03:42:35.911Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2849 | 2026-03-02T03:42:37.451Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2850 | 2026-03-02T03:42:53.827Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2851 | 2026-03-02T03:42:54.782Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2852 | 2026-03-02T03:42:58.633Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2853 | 2026-03-02T03:43:02.179Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2854 | 2026-03-02T03:43:03.201Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2855 | 2026-03-02T03:43:04.679Z | Compiling rustls-pemfile v1.0.4 |
| 2856 | 2026-03-02T03:43:05.417Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2857 | 2026-03-02T03:43:07.944Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2858 | 2026-03-02T03:43:08.250Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2859 | 2026-03-02T03:43:11.062Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2860 | 2026-03-02T03:43:12.408Z | Compiling signal-hook-tokio v0.3.1 |
| 2861 | 2026-03-02T03:43:12.552Z | Compiling yasna v0.5.2 |
| 2862 | 2026-03-02T03:43:12.654Z | Compiling twox-hash v2.1.2 |
| 2863 | 2026-03-02T03:43:13.548Z | Compiling base16ct v1.0.0 |
| 2864 | 2026-03-02T03:43:14.009Z | Compiling is_ci v1.2.0 |
| 2865 | 2026-03-02T03:43:14.188Z | Compiling supports-color v3.0.2 |
| 2866 | 2026-03-02T03:43:14.616Z | Compiling rcgen v0.12.1 |
| 2867 | 2026-03-02T03:43:15.284Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2868 | 2026-03-02T03:43:23.818Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2869 | 2026-03-02T03:43:24.250Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2870 | 2026-03-02T03:43:41.481Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2871 | 2026-03-02T03:43:49.151Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2872 | 2026-03-02T03:43:51.432Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2873 | 2026-03-02T03:43:58.515Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2874 | 2026-03-02T03:43:59.687Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2875 | 2026-03-02T03:44:10.822Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2876 | 2026-03-02T03:44:12.771Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2877 | 2026-03-02T03:44:13.099Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2878 | 2026-03-02T03:44:13.429Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2879 | 2026-03-02T03:44:14.529Z | Compiling progenitor-extras v0.1.0 |
| 2880 | 2026-03-02T03:44:14.918Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2881 | 2026-03-02T03:44:15.204Z | Compiling fatfs v0.3.6 |
| 2882 | 2026-03-02T03:44:17.406Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2883 | 2026-03-02T03:44:18.003Z | Compiling rtoolbox v0.0.3 |
| 2884 | 2026-03-02T03:44:18.440Z | Compiling subprocess v0.2.15 |
| 2885 | 2026-03-02T03:44:22.451Z | Compiling seq-macro v0.3.6 |
| 2886 | 2026-03-02T03:44:23.244Z | Compiling assert_matches v1.5.0 |
| 2887 | 2026-03-02T03:44:25.050Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2888 | 2026-03-02T03:44:30.027Z | Compiling rpassword v7.4.0 |
| 2889 | 2026-03-02T03:44:30.470Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2890 | 2026-03-02T03:44:34.565Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2891 | 2026-03-02T03:44:47.987Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2892 | 2026-03-02T03:44:52.561Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2893 | 2026-03-02T03:44:52.783Z | Compiling tui-tree-widget v0.23.1 |
| 2894 | 2026-03-02T03:44:53.274Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2895 | 2026-03-02T03:44:58.127Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2896 | 2026-03-02T03:44:59.001Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2897 | 2026-03-02T03:45:01.865Z | Compiling uzers v0.12.2 |
| 2898 | 2026-03-02T03:45:03.986Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2899 | 2026-03-02T03:45:04.637Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2900 | 2026-03-02T03:45:08.296Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2901 | 2026-03-02T03:45:31.288Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2902 | 2026-03-02T03:45:38.587Z | Compiling support-bundle-viewer v0.1.2 |
| 2903 | 2026-03-02T03:45:42.122Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2904 | 2026-03-02T03:45:44.060Z | Compiling multimap v0.10.1 |
| 2905 | 2026-03-02T03:47:24.287Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2906 | 2026-03-02T03:47:39.345Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2907 | 2026-03-02T03:57:30.433Z | Finished `release` profile [optimized] target(s) in 20m 53s |
| 2908 | 2026-03-02T03:58:55.901Z | |
| 2909 | 2026-03-02T03:58:55.901Z | real 22:20.727122342 |
| 2910 | 2026-03-02T03:58:55.901Z | user 2:33:03.585928437 |
| 2911 | 2026-03-02T03:58:55.901Z | sys 4:53.009124593 |
| 2912 | 2026-03-02T03:58:55.901Z | trap 4.226439289 |
| 2913 | 2026-03-02T03:58:55.925Z | tflt 1.292742960 |
| 2914 | 2026-03-02T03:58:55.925Z | dflt 5.613081651 |
| 2915 | 2026-03-02T03:58:55.925Z | kflt 0.034408067 |
| 2916 | 2026-03-02T03:58:55.925Z | lock 10:24:55.531876351 |
| 2917 | 2026-03-02T03:58:55.925Z | slp 7:19:41.220685398 |
| 2918 | 2026-03-02T03:58:55.925Z | lat 4:38.656860902 |
| 2919 | 2026-03-02T03:58:55.926Z | stop 3:53.906123543 |
| 2920 | 2026-03-02T03:58:55.926Z | + mapfile -t packages |
| 2921 | 2026-03-02T03:58:55.926Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2922 | 2026-03-02T03:58:57.732Z | Finished `release` profile [optimized] target(s) in 1.73s |
| 2923 | 2026-03-02T03:58:57.810Z | Running `target/release/omicron-package -t test list-outputs` |
| 2924 | 2026-03-02T03:58:57.887Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2925 | 2026-03-02T03:58:57.911Z | + ptime -m cargo build --locked --release -p xtask |
| 2926 | 2026-03-02T03:58:58.947Z | Compiling libc v0.2.180 |
| 2927 | 2026-03-02T03:58:58.947Z | Compiling serde v1.0.228 |
| 2928 | 2026-03-02T03:58:58.971Z | Compiling serde_core v1.0.228 |
| 2929 | 2026-03-02T03:58:58.971Z | Compiling syn v2.0.117 |
| 2930 | 2026-03-02T03:58:58.971Z | Compiling rustix v1.1.3 |
| 2931 | 2026-03-02T03:58:59.016Z | Compiling serde_json v1.0.149 |
| 2932 | 2026-03-02T03:58:59.040Z | Compiling bitflags v2.11.0 |
| 2933 | 2026-03-02T03:58:59.429Z | Compiling num-traits v0.2.19 |
| 2934 | 2026-03-02T03:58:59.544Z | Compiling smallvec v1.15.1 |
| 2935 | 2026-03-02T03:58:59.780Z | Compiling hashbrown v0.16.1 |
| 2936 | 2026-03-02T03:59:00.005Z | Compiling usdt-impl v0.5.0 |
| 2937 | 2026-03-02T03:59:00.070Z | Compiling syn v1.0.109 |
| 2938 | 2026-03-02T03:59:00.517Z | Compiling errno v0.3.14 |
| 2939 | 2026-03-02T03:59:00.619Z | Compiling percent-encoding v2.3.2 |
| 2940 | 2026-03-02T03:59:00.820Z | Compiling thread-id v4.2.2 |
| 2941 | 2026-03-02T03:59:00.953Z | Compiling getrandom v0.4.1 |
| 2942 | 2026-03-02T03:59:01.114Z | Compiling indexmap v2.13.0 |
| 2943 | 2026-03-02T03:59:01.141Z | Compiling log v0.4.29 |
| 2944 | 2026-03-02T03:59:01.361Z | Compiling form_urlencoded v1.2.2 |
| 2945 | 2026-03-02T03:59:01.540Z | Compiling ordered-float v2.10.1 |
| 2946 | 2026-03-02T03:59:02.305Z | Compiling fs-err v3.3.0 |
| 2947 | 2026-03-02T03:59:02.596Z | Compiling once_cell v1.21.3 |
| 2948 | 2026-03-02T03:59:02.727Z | Compiling anyhow v1.0.102 |
| 2949 | 2026-03-02T03:59:03.007Z | Compiling terminal_size v0.4.3 |
| 2950 | 2026-03-02T03:59:03.241Z | Compiling heck v0.4.1 |
| 2951 | 2026-03-02T03:59:03.265Z | Compiling clap_builder v4.5.60 |
| 2952 | 2026-03-02T03:59:03.988Z | Compiling tempfile v3.25.0 |
| 2953 | 2026-03-02T03:59:04.588Z | Compiling synstructure v0.13.2 |
| 2954 | 2026-03-02T03:59:05.128Z | Compiling pest_generator v2.8.6 |
| 2955 | 2026-03-02T03:59:05.411Z | Compiling proc-macro-error v1.0.4 |
| 2956 | 2026-03-02T03:59:05.580Z | Compiling memmap v0.7.0 |
| 2957 | 2026-03-02T03:59:05.639Z | Compiling textwrap v0.16.2 |
| 2958 | 2026-03-02T03:59:05.878Z | Compiling tabled_derive v0.7.0 |
| 2959 | 2026-03-02T03:59:05.970Z | Compiling camino-tempfile v1.4.1 |
| 2960 | 2026-03-02T03:59:07.051Z | Compiling serde_derive v1.0.228 |
| 2961 | 2026-03-02T03:59:07.051Z | Compiling zerofrom-derive v0.1.6 |
| 2962 | 2026-03-02T03:59:07.090Z | Compiling yoke-derive v0.8.1 |
| 2963 | 2026-03-02T03:59:07.345Z | Compiling zerovec-derive v0.11.2 |
| 2964 | 2026-03-02T03:59:07.532Z | Compiling displaydoc v0.2.5 |
| 2965 | 2026-03-02T03:59:08.337Z | Compiling thiserror-impl v1.0.69 |
| 2966 | 2026-03-02T03:59:08.680Z | Compiling zerocopy-derive v0.7.35 |
| 2967 | 2026-03-02T03:59:08.895Z | Compiling pest_derive v2.8.6 |
| 2968 | 2026-03-02T03:59:09.125Z | Compiling scroll_derive v0.12.1 |
| 2969 | 2026-03-02T03:59:09.248Z | Compiling zerofrom v0.1.6 |
| 2970 | 2026-03-02T03:59:09.490Z | Compiling yoke v0.8.1 |
| 2971 | 2026-03-02T03:59:09.554Z | Compiling thiserror-impl v2.0.18 |
| 2972 | 2026-03-02T03:59:09.882Z | Compiling zerovec v0.11.5 |
| 2973 | 2026-03-02T03:59:10.115Z | Compiling zerotrie v0.2.3 |
| 2974 | 2026-03-02T03:59:10.226Z | Compiling zerocopy v0.7.35 |
| 2975 | 2026-03-02T03:59:10.353Z | Compiling thiserror v1.0.69 |
| 2976 | 2026-03-02T03:59:10.528Z | Compiling dtrace-parser v0.2.0 |
| 2977 | 2026-03-02T03:59:11.094Z | Compiling tinystr v0.8.2 |
| 2978 | 2026-03-02T03:59:11.125Z | Compiling potential_utf v0.1.4 |
| 2979 | 2026-03-02T03:59:11.416Z | Compiling icu_collections v2.1.1 |
| 2980 | 2026-03-02T03:59:11.442Z | Compiling scroll v0.12.0 |
| 2981 | 2026-03-02T03:59:11.531Z | Compiling icu_locale_core v2.1.1 |
| 2982 | 2026-03-02T03:59:11.828Z | Compiling thiserror v2.0.18 |
| 2983 | 2026-03-02T03:59:12.060Z | Compiling goblin v0.8.2 |
| 2984 | 2026-03-02T03:59:13.189Z | Compiling icu_provider v2.1.1 |
| 2985 | 2026-03-02T03:59:13.391Z | Compiling serde_spanned v0.6.9 |
| 2986 | 2026-03-02T03:59:13.636Z | Compiling toml_datetime v0.6.11 |
| 2987 | 2026-03-02T03:59:13.861Z | Compiling icu_properties v2.1.2 |
| 2988 | 2026-03-02T03:59:13.977Z | Compiling icu_normalizer v2.1.1 |
| 2989 | 2026-03-02T03:59:14.306Z | Compiling toml_edit v0.22.27 |
| 2990 | 2026-03-02T03:59:16.204Z | Compiling idna_adapter v1.2.1 |
| 2991 | 2026-03-02T03:59:16.245Z | Compiling dof v0.3.0 |
| 2992 | 2026-03-02T03:59:16.423Z | Compiling idna v1.1.0 |
| 2993 | 2026-03-02T03:59:16.918Z | Compiling serde_tokenstream v0.2.3 |
| 2994 | 2026-03-02T03:59:16.958Z | Compiling serde-value v0.7.0 |
| 2995 | 2026-03-02T03:59:17.824Z | Compiling toml v0.8.23 |
| 2996 | 2026-03-02T03:59:18.293Z | Compiling url v2.5.8 |
| 2997 | 2026-03-02T03:59:20.456Z | Compiling cargo-util-schemas v0.8.2 |
| 2998 | 2026-03-02T03:59:22.522Z | Compiling usdt-macro v0.5.0 |
| 2999 | 2026-03-02T03:59:22.813Z | Compiling usdt-attr-macro v0.5.0 |
| 3000 | 2026-03-02T03:59:22.861Z | Compiling cargo-platform v0.2.0 |
| 3001 | 2026-03-02T03:59:23.510Z | Compiling clap_derive v4.5.55 |
| 3002 | 2026-03-02T03:59:23.919Z | Compiling cargo_metadata v0.21.0 |
| 3003 | 2026-03-02T03:59:23.960Z | Compiling usdt v0.5.0 |
| 3004 | 2026-03-02T03:59:24.979Z | Compiling cargo_toml v0.21.0 |
| 3005 | 2026-03-02T03:59:25.152Z | Compiling macaddr v1.0.1 |
| 3006 | 2026-03-02T03:59:25.658Z | Compiling tabled v0.15.0 |
| 3007 | 2026-03-02T03:59:26.689Z | Compiling clap v4.5.60 |
| 3008 | 2026-03-02T03:59:36.878Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3009 | 2026-03-02T03:59:43.234Z | Finished `release` profile [optimized] target(s) in 45.25s |
| 3010 | 2026-03-02T03:59:43.372Z | |
| 3011 | 2026-03-02T03:59:43.372Z | real 45.434000237 |
| 3012 | 2026-03-02T03:59:43.372Z | user 4:44.291836901 |
| 3013 | 2026-03-02T03:59:43.372Z | sys 25.175099627 |
| 3014 | 2026-03-02T03:59:43.372Z | trap 0.146163767 |
| 3015 | 2026-03-02T03:59:43.372Z | tflt 0.173775701 |
| 3016 | 2026-03-02T03:59:43.372Z | dflt 0.234122715 |
| 3017 | 2026-03-02T03:59:43.372Z | kflt 0.000039226 |
| 3018 | 2026-03-02T03:59:43.372Z | lock 13:35.346941171 |
| 3019 | 2026-03-02T03:59:43.372Z | slp 15:38.362012333 |
| 3020 | 2026-03-02T03:59:43.372Z | lat 23.149925007 |
| 3021 | 2026-03-02T03:59:43.372Z | stop 28.428006062 |
| 3022 | 2026-03-02T03:59:43.397Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3023 | 2026-03-02T03:59:43.397Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3024 | 2026-03-02T03:59:43.397Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3025 | 2026-03-02T03:59:43.397Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3026 | 2026-03-02T03:59:43.397Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3027 | 2026-03-02T03:59:45.237Z | Compiling regress v0.10.5 |
| 3028 | 2026-03-02T03:59:45.282Z | Compiling serde_spanned v1.0.4 |
| 3029 | 2026-03-02T03:59:45.306Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3030 | 2026-03-02T03:59:45.307Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3031 | 2026-03-02T03:59:45.336Z | Compiling structmeta-derive v0.3.0 |
| 3032 | 2026-03-02T03:59:45.361Z | Compiling rustls v0.22.4 |
| 3033 | 2026-03-02T03:59:45.385Z | Compiling rustls-webpki v0.102.8 |
| 3034 | 2026-03-02T03:59:45.409Z | Compiling newtype-uuid-macros v0.1.0 |
| 3035 | 2026-03-02T03:59:45.568Z | Compiling multer v3.1.0 |
| 3036 | 2026-03-02T03:59:45.682Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3037 | 2026-03-02T03:59:45.770Z | Compiling debug-ignore v1.0.5 |
| 3038 | 2026-03-02T03:59:45.870Z | Compiling match_cfg v0.1.0 |
| 3039 | 2026-03-02T03:59:45.954Z | Compiling slog-json v2.6.1 |
| 3040 | 2026-03-02T03:59:45.981Z | Compiling hostname v0.3.1 |
| 3041 | 2026-03-02T03:59:46.005Z | Compiling async-stream-impl v0.3.6 |
| 3042 | 2026-03-02T03:59:46.197Z | Compiling dropshot v0.16.7 |
| 3043 | 2026-03-02T03:59:46.608Z | Compiling slog-bunyan v2.5.0 |
| 3044 | 2026-03-02T03:59:46.822Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3045 | 2026-03-02T03:59:47.060Z | Compiling itertools v0.14.0 |
| 3046 | 2026-03-02T03:59:47.147Z | Compiling async-stream v0.3.6 |
| 3047 | 2026-03-02T03:59:47.423Z | Compiling waitgroup v0.1.2 |
| 3048 | 2026-03-02T03:59:47.520Z | Compiling structmeta v0.3.0 |
| 3049 | 2026-03-02T03:59:47.659Z | Compiling rustls-pemfile v2.2.0 |
| 3050 | 2026-03-02T03:59:47.753Z | Compiling dropshot_endpoint v0.16.7 |
| 3051 | 2026-03-02T03:59:47.935Z | Compiling serde_path_to_error v0.1.20 |
| 3052 | 2026-03-02T03:59:48.038Z | Compiling hostname v0.4.2 |
| 3053 | 2026-03-02T03:59:48.137Z | Compiling derive-ex v0.1.8 |
| 3054 | 2026-03-02T03:59:48.289Z | Compiling progenitor-client v0.13.0 |
| 3055 | 2026-03-02T03:59:48.517Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3056 | 2026-03-02T03:59:48.687Z | Compiling macaddr v1.0.1 |
| 3057 | 2026-03-02T03:59:48.833Z | Compiling progenitor-client v0.10.0 |
| 3058 | 2026-03-02T03:59:48.875Z | Compiling instant v0.1.13 |
| 3059 | 2026-03-02T03:59:49.065Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3060 | 2026-03-02T03:59:49.111Z | Compiling parse-display-derive v0.10.0 |
| 3061 | 2026-03-02T03:59:49.341Z | Compiling backoff v0.4.0 |
| 3062 | 2026-03-02T03:59:49.590Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3063 | 2026-03-02T03:59:49.702Z | Compiling backon v1.6.0 |
| 3064 | 2026-03-02T03:59:49.751Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3065 | 2026-03-02T03:59:49.964Z | Compiling tokio-rustls v0.25.0 |
| 3066 | 2026-03-02T03:59:50.075Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3067 | 2026-03-02T03:59:50.254Z | Compiling crucible-workspace-hack v0.1.0 |
| 3068 | 2026-03-02T03:59:50.384Z | Compiling cfg_aliases v0.2.1 |
| 3069 | 2026-03-02T03:59:50.512Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3070 | 2026-03-02T03:59:50.725Z | Compiling heapless v0.8.0 |
| 3071 | 2026-03-02T03:59:51.248Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3072 | 2026-03-02T03:59:51.600Z | Compiling test-strategy v0.4.5 |
| 3073 | 2026-03-02T03:59:51.664Z | Compiling proc-macro-crate v3.4.0 |
| 3074 | 2026-03-02T03:59:51.781Z | Compiling ingot-macros v0.1.1 |
| 3075 | 2026-03-02T03:59:51.982Z | Compiling hash32 v0.3.1 |
| 3076 | 2026-03-02T03:59:52.267Z | Compiling memoffset v0.9.1 |
| 3077 | 2026-03-02T03:59:52.394Z | Compiling parse-display v0.10.0 |
| 3078 | 2026-03-02T03:59:52.595Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3079 | 2026-03-02T03:59:52.804Z | Compiling smoltcp v0.11.0 |
| 3080 | 2026-03-02T03:59:52.834Z | Compiling num_enum_derive v0.7.5 |
| 3081 | 2026-03-02T03:59:53.119Z | Compiling tabwriter v1.4.1 |
| 3082 | 2026-03-02T03:59:53.399Z | Compiling cobs v0.3.0 |
| 3083 | 2026-03-02T03:59:53.461Z | Compiling foreign-types-macros v0.2.3 |
| 3084 | 2026-03-02T03:59:53.545Z | Compiling cpufeatures v0.3.0 |
| 3085 | 2026-03-02T03:59:53.685Z | Compiling foreign-types-shared v0.3.1 |
| 3086 | 2026-03-02T03:59:53.769Z | Compiling chacha20 v0.10.0 |
| 3087 | 2026-03-02T03:59:53.898Z | Compiling postcard v1.1.3 |
| 3088 | 2026-03-02T03:59:54.556Z | Compiling foreign-types v0.5.0 |
| 3089 | 2026-03-02T03:59:54.699Z | Compiling proc-macro-crate v1.3.1 |
| 3090 | 2026-03-02T03:59:54.723Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3091 | 2026-03-02T03:59:54.789Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3092 | 2026-03-02T03:59:54.828Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3093 | 2026-03-02T03:59:54.876Z | Compiling num_enum v0.7.5 |
| 3094 | 2026-03-02T03:59:55.086Z | Compiling secrecy v0.10.3 |
| 3095 | 2026-03-02T03:59:55.351Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3096 | 2026-03-02T03:59:55.399Z | Compiling cstr-argument v0.1.2 |
| 3097 | 2026-03-02T03:59:55.502Z | Compiling colored v3.1.1 |
| 3098 | 2026-03-02T03:59:55.526Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3099 | 2026-03-02T03:59:55.671Z | Compiling unsafe-libyaml v0.2.11 |
| 3100 | 2026-03-02T03:59:55.741Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3101 | 2026-03-02T03:59:55.794Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3102 | 2026-03-02T03:59:55.876Z | Compiling num_enum_derive v0.5.11 |
| 3103 | 2026-03-02T03:59:57.036Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3104 | 2026-03-02T03:59:57.060Z | Compiling rand v0.10.0 |
| 3105 | 2026-03-02T03:59:57.060Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3106 | 2026-03-02T03:59:57.060Z | Compiling nix v0.30.1 |
| 3107 | 2026-03-02T03:59:57.060Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3108 | 2026-03-02T03:59:57.157Z | Compiling serde_yaml v0.9.34+deprecated |
| 3109 | 2026-03-02T03:59:57.271Z | Compiling camino-tempfile v1.4.1 |
| 3110 | 2026-03-02T03:59:57.355Z | Compiling ingot-types v0.1.2 |
| 3111 | 2026-03-02T03:59:57.721Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3112 | 2026-03-02T03:59:57.939Z | Compiling num_enum v0.5.11 |
| 3113 | 2026-03-02T03:59:58.150Z | Compiling ingot v0.1.1 |
| 3114 | 2026-03-02T03:59:58.178Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3115 | 2026-03-02T03:59:58.273Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3116 | 2026-03-02T03:59:58.310Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3117 | 2026-03-02T03:59:58.487Z | Compiling smf v0.2.3 |
| 3118 | 2026-03-02T03:59:58.738Z | Compiling num-derive v0.4.2 |
| 3119 | 2026-03-02T03:59:58.809Z | Compiling sigpipe v0.1.3 |
| 3120 | 2026-03-02T03:59:58.972Z | Compiling glob v0.3.3 |
| 3121 | 2026-03-02T03:59:59.592Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3122 | 2026-03-02T03:59:59.745Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3123 | 2026-03-02T03:59:59.948Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3124 | 2026-03-02T04:00:00.426Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3125 | 2026-03-02T04:00:00.831Z | Compiling whoami v1.6.1 |
| 3126 | 2026-03-02T04:00:00.858Z | Compiling toml v0.8.23 |
| 3127 | 2026-03-02T04:00:00.914Z | Compiling convert_case v0.4.0 |
| 3128 | 2026-03-02T04:00:01.178Z | Compiling universal-hash v0.5.1 |
| 3129 | 2026-03-02T04:00:01.377Z | Compiling opaque-debug v0.3.1 |
| 3130 | 2026-03-02T04:00:01.410Z | Compiling half v2.7.1 |
| 3131 | 2026-03-02T04:00:01.514Z | Compiling ciborium-io v0.2.2 |
| 3132 | 2026-03-02T04:00:01.670Z | Compiling derive_more v0.99.20 |
| 3133 | 2026-03-02T04:00:01.694Z | Compiling aead v0.5.2 |
| 3134 | 2026-03-02T04:00:02.091Z | Compiling ciborium-ll v0.2.2 |
| 3135 | 2026-03-02T04:00:02.160Z | Compiling poly1305 v0.8.0 |
| 3136 | 2026-03-02T04:00:02.244Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3137 | 2026-03-02T04:00:02.490Z | Compiling ciborium v0.2.2 |
| 3138 | 2026-03-02T04:00:02.535Z | Compiling chacha20 v0.9.1 |
| 3139 | 2026-03-02T04:00:02.754Z | Compiling typify-impl v0.4.3 |
| 3140 | 2026-03-02T04:00:03.023Z | Compiling typify-impl v0.6.1 |
| 3141 | 2026-03-02T04:00:03.118Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3142 | 2026-03-02T04:00:03.585Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3143 | 2026-03-02T04:00:03.695Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3144 | 2026-03-02T04:00:04.028Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3145 | 2026-03-02T04:00:04.581Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3146 | 2026-03-02T04:00:05.128Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3147 | 2026-03-02T04:00:05.945Z | Compiling thiserror-no-std v2.0.2 |
| 3148 | 2026-03-02T04:00:06.111Z | Compiling num-rational v0.4.2 |
| 3149 | 2026-03-02T04:00:07.112Z | Compiling password-hash v0.5.0 |
| 3150 | 2026-03-02T04:00:07.405Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3151 | 2026-03-02T04:00:07.620Z | Compiling blake2 v0.10.6 |
| 3152 | 2026-03-02T04:00:07.923Z | Compiling num-complex v0.4.6 |
| 3153 | 2026-03-02T04:00:08.595Z | Compiling prettyplease v0.2.37 |
| 3154 | 2026-03-02T04:00:08.673Z | Compiling indent_write v2.2.0 |
| 3155 | 2026-03-02T04:00:08.867Z | Compiling num v0.4.3 |
| 3156 | 2026-03-02T04:00:08.949Z | Compiling argon2 v0.5.3 |
| 3157 | 2026-03-02T04:00:09.019Z | Compiling vsss-rs v3.3.4 |
| 3158 | 2026-03-02T04:00:09.056Z | Compiling chacha20poly1305 v0.10.1 |
| 3159 | 2026-03-02T04:00:09.327Z | Compiling float-ord v0.3.2 |
| 3160 | 2026-03-02T04:00:09.542Z | Compiling gethostname v0.5.0 |
| 3161 | 2026-03-02T04:00:09.741Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3162 | 2026-03-02T04:00:10.178Z | Compiling usdt-macro v0.5.0 |
| 3163 | 2026-03-02T04:00:11.306Z | Compiling usdt-attr-macro v0.5.0 |
| 3164 | 2026-03-02T04:00:11.449Z | Compiling derive-where v1.6.0 |
| 3165 | 2026-03-02T04:00:11.714Z | Compiling memmap v0.7.0 |
| 3166 | 2026-03-02T04:00:11.874Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3167 | 2026-03-02T04:00:12.090Z | Compiling atomicwrites v0.4.4 |
| 3168 | 2026-03-02T04:00:12.445Z | Compiling owo-colors v4.3.0 |
| 3169 | 2026-03-02T04:00:12.595Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3170 | 2026-03-02T04:00:12.689Z | Compiling typify-macro v0.4.3 |
| 3171 | 2026-03-02T04:00:12.727Z | Compiling usdt v0.5.0 |
| 3172 | 2026-03-02T04:00:12.810Z | Compiling cancel-safe-futures v0.1.5 |
| 3173 | 2026-03-02T04:00:12.959Z | Compiling typify-macro v0.6.1 |
| 3174 | 2026-03-02T04:00:13.120Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3175 | 2026-03-02T04:00:13.224Z | Compiling libsw-core v0.3.2 |
| 3176 | 2026-03-02T04:00:13.260Z | Compiling async-recursion v1.1.1 |
| 3177 | 2026-03-02T04:00:13.524Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3178 | 2026-03-02T04:00:13.656Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3179 | 2026-03-02T04:00:14.143Z | Compiling resolv-conf v0.7.6 |
| 3180 | 2026-03-02T04:00:14.524Z | Compiling libsw v3.5.0 |
| 3181 | 2026-03-02T04:00:15.394Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3182 | 2026-03-02T04:00:15.851Z | Compiling progenitor-client v0.11.2 |
| 3183 | 2026-03-02T04:00:16.019Z | Compiling libefi-sys v0.1.0 |
| 3184 | 2026-03-02T04:00:16.115Z | Compiling typify v0.4.3 |
| 3185 | 2026-03-02T04:00:16.187Z | Compiling linear-map v1.2.0 |
| 3186 | 2026-03-02T04:00:16.315Z | Compiling progenitor-impl v0.11.2 |
| 3187 | 2026-03-02T04:00:16.395Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3188 | 2026-03-02T04:00:16.422Z | Compiling typify v0.6.1 |
| 3189 | 2026-03-02T04:00:16.447Z | Compiling hickory-proto v0.24.4 |
| 3190 | 2026-03-02T04:00:16.565Z | Compiling progenitor-impl v0.13.0 |
| 3191 | 2026-03-02T04:00:16.612Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3192 | 2026-03-02T04:00:16.642Z | Compiling newline-converter v0.3.0 |
| 3193 | 2026-03-02T04:00:16.830Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3194 | 2026-03-02T04:00:18.184Z | Compiling console v0.15.11 |
| 3195 | 2026-03-02T04:00:18.680Z | Compiling bitfield-struct v0.6.2 |
| 3196 | 2026-03-02T04:00:19.315Z | Compiling linked-hash-map v0.5.6 |
| 3197 | 2026-03-02T04:00:19.711Z | Compiling semver v0.1.20 |
| 3198 | 2026-03-02T04:00:19.860Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3199 | 2026-03-02T04:00:19.938Z | Compiling lru-cache v0.1.2 |
| 3200 | 2026-03-02T04:00:20.184Z | Compiling rustc_version v0.1.7 |
| 3201 | 2026-03-02T04:00:20.243Z | Compiling expectorate v1.2.0 |
| 3202 | 2026-03-02T04:00:20.546Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3203 | 2026-03-02T04:00:20.620Z | Compiling pin-project-internal v1.1.11 |
| 3204 | 2026-03-02T04:00:20.897Z | Compiling slog-dtrace v0.3.0 |
| 3205 | 2026-03-02T04:00:21.216Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3206 | 2026-03-02T04:00:21.366Z | Compiling minimal-lexical v0.2.1 |
| 3207 | 2026-03-02T04:00:21.873Z | Compiling nom v7.1.3 |
| 3208 | 2026-03-02T04:00:22.004Z | Compiling progenitor-macro v0.11.2 |
| 3209 | 2026-03-02T04:00:22.362Z | Compiling progenitor-macro v0.13.0 |
| 3210 | 2026-03-02T04:00:22.799Z | Compiling pin-project v1.1.11 |
| 3211 | 2026-03-02T04:00:22.882Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3212 | 2026-03-02T04:00:23.093Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3213 | 2026-03-02T04:00:23.461Z | Compiling newtype_derive v0.1.6 |
| 3214 | 2026-03-02T04:00:23.557Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3215 | 2026-03-02T04:00:23.635Z | Compiling hickory-resolver v0.24.4 |
| 3216 | 2026-03-02T04:00:23.781Z | Compiling tokio-dtrace v0.1.1 |
| 3217 | 2026-03-02T04:00:24.228Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3218 | 2026-03-02T04:00:24.653Z | Compiling phf_shared v0.12.1 |
| 3219 | 2026-03-02T04:00:25.007Z | Compiling snafu-derive v0.8.9 |
| 3220 | 2026-03-02T04:00:25.173Z | Compiling dropshot-api-manager-types v0.4.0 |
| 3221 | 2026-03-02T04:00:25.782Z | Compiling pem v3.0.6 |
| 3222 | 2026-03-02T04:00:26.453Z | Compiling csv-core v0.1.13 |
| 3223 | 2026-03-02T04:00:26.988Z | Compiling chrono-tz v0.10.4 |
| 3224 | 2026-03-02T04:00:27.321Z | Compiling highway v1.3.0 |
| 3225 | 2026-03-02T04:00:28.114Z | Compiling xshell-macros v0.2.7 |
| 3226 | 2026-03-02T04:00:28.204Z | Compiling same-file v1.0.6 |
| 3227 | 2026-03-02T04:00:28.443Z | Compiling const_format_proc_macros v0.2.34 |
| 3228 | 2026-03-02T04:00:28.515Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3229 | 2026-03-02T04:00:28.814Z | Compiling xshell v0.2.7 |
| 3230 | 2026-03-02T04:00:28.929Z | Compiling walkdir v2.5.0 |
| 3231 | 2026-03-02T04:00:28.972Z | Compiling snafu v0.8.9 |
| 3232 | 2026-03-02T04:00:29.556Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3233 | 2026-03-02T04:00:29.733Z | Compiling csv v1.4.0 |
| 3234 | 2026-03-02T04:00:29.824Z | Compiling qorb v0.4.1 |
| 3235 | 2026-03-02T04:00:30.089Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3236 | 2026-03-02T04:00:30.813Z | Compiling phf v0.12.1 |
| 3237 | 2026-03-02T04:00:31.130Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3238 | 2026-03-02T04:00:32.135Z | Compiling oxide-tokio-rt v0.1.2 |
| 3239 | 2026-03-02T04:00:32.565Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3240 | 2026-03-02T04:00:32.679Z | Compiling progenitor v0.11.2 |
| 3241 | 2026-03-02T04:00:32.960Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3242 | 2026-03-02T04:00:33.096Z | Compiling progenitor v0.13.0 |
| 3243 | 2026-03-02T04:00:33.325Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3244 | 2026-03-02T04:00:33.541Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3245 | 2026-03-02T04:00:33.808Z | Compiling globset v0.4.18 |
| 3246 | 2026-03-02T04:00:34.064Z | Compiling olpc-cjson v0.1.4 |
| 3247 | 2026-03-02T04:00:34.376Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3248 | 2026-03-02T04:00:34.862Z | Compiling primeorder v0.13.6 |
| 3249 | 2026-03-02T04:00:35.079Z | Compiling serde_plain v1.0.2 |
| 3250 | 2026-03-02T04:00:35.297Z | Compiling base64 v0.21.7 |
| 3251 | 2026-03-02T04:00:35.410Z | Compiling typed-path v0.9.3 |
| 3252 | 2026-03-02T04:00:35.440Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3253 | 2026-03-02T04:00:35.879Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3254 | 2026-03-02T04:00:36.048Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3255 | 2026-03-02T04:00:37.498Z | Compiling tough v0.20.0 |
| 3256 | 2026-03-02T04:00:38.010Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3257 | 2026-03-02T04:00:38.206Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3258 | 2026-03-02T04:00:38.328Z | Compiling const_format v0.2.35 |
| 3259 | 2026-03-02T04:00:38.466Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3260 | 2026-03-02T04:00:38.925Z | Compiling progenitor-impl v0.10.0 |
| 3261 | 2026-03-02T04:00:39.156Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3262 | 2026-03-02T04:00:39.851Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3263 | 2026-03-02T04:00:40.886Z | Compiling tabled_derive v0.7.0 |
| 3264 | 2026-03-02T04:00:41.391Z | Compiling bcs v0.1.6 |
| 3265 | 2026-03-02T04:00:41.637Z | Compiling salty v0.3.0 |
| 3266 | 2026-03-02T04:00:41.995Z | Compiling termtree v0.5.1 |
| 3267 | 2026-03-02T04:00:42.069Z | Compiling radium v0.7.0 |
| 3268 | 2026-03-02T04:00:42.262Z | Compiling textwrap v0.16.2 |
| 3269 | 2026-03-02T04:00:42.326Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3270 | 2026-03-02T04:00:42.539Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3271 | 2026-03-02T04:00:42.691Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3272 | 2026-03-02T04:00:42.727Z | Compiling tabled v0.15.0 |
| 3273 | 2026-03-02T04:00:43.013Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3274 | 2026-03-02T04:00:43.215Z | Compiling steno v0.4.1 |
| 3275 | 2026-03-02T04:00:44.295Z | Compiling progenitor-macro v0.10.0 |
| 3276 | 2026-03-02T04:00:44.728Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3277 | 2026-03-02T04:00:45.596Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3278 | 2026-03-02T04:00:45.828Z | Compiling tap v1.0.1 |
| 3279 | 2026-03-02T04:00:46.045Z | Compiling utf-8 v0.7.6 |
| 3280 | 2026-03-02T04:00:46.083Z | Compiling humantime v2.3.0 |
| 3281 | 2026-03-02T04:00:46.362Z | Compiling maybe-uninit v2.0.0 |
| 3282 | 2026-03-02T04:00:46.591Z | Compiling tungstenite v0.21.0 |
| 3283 | 2026-03-02T04:00:46.984Z | Compiling wyz v0.5.1 |
| 3284 | 2026-03-02T04:00:47.400Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3285 | 2026-03-02T04:00:48.259Z | Compiling p384 v0.13.1 |
| 3286 | 2026-03-02T04:00:48.284Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3287 | 2026-03-02T04:00:48.422Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3288 | 2026-03-02T04:00:48.947Z | Compiling arc-swap v1.8.2 |
| 3289 | 2026-03-02T04:00:49.271Z | Compiling funty v2.0.0 |
| 3290 | 2026-03-02T04:00:49.298Z | Compiling tagptr v0.2.0 |
| 3291 | 2026-03-02T04:00:49.497Z | Compiling packed_struct v0.10.1 |
| 3292 | 2026-03-02T04:00:49.594Z | Compiling moka v0.12.13 |
| 3293 | 2026-03-02T04:00:49.862Z | Compiling slog-scope v4.4.1 |
| 3294 | 2026-03-02T04:00:49.989Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3295 | 2026-03-02T04:00:50.301Z | Compiling bitvec v1.0.1 |
| 3296 | 2026-03-02T04:00:50.692Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3297 | 2026-03-02T04:00:51.119Z | Compiling tokio-tungstenite v0.21.0 |
| 3298 | 2026-03-02T04:00:51.754Z | Compiling polyval v0.6.2 |
| 3299 | 2026-03-02T04:00:52.177Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3300 | 2026-03-02T04:00:52.317Z | Compiling packed_struct_codegen v0.10.1 |
| 3301 | 2026-03-02T04:00:52.761Z | Compiling zerocopy-derive v0.6.6 |
| 3302 | 2026-03-02T04:00:53.274Z | Compiling bitfield-macros v0.19.4 |
| 3303 | 2026-03-02T04:00:54.295Z | Compiling indexmap v1.9.3 |
| 3304 | 2026-03-02T04:00:54.321Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3305 | 2026-03-02T04:00:54.542Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3306 | 2026-03-02T04:00:54.597Z | Compiling nodrop v0.1.14 |
| 3307 | 2026-03-02T04:00:54.676Z | Compiling crc-catalog v2.4.0 |
| 3308 | 2026-03-02T04:00:54.704Z | Compiling progenitor v0.10.0 |
| 3309 | 2026-03-02T04:00:54.790Z | Compiling parking_lot_core v0.8.6 |
| 3310 | 2026-03-02T04:00:54.910Z | Compiling crc v3.4.0 |
| 3311 | 2026-03-02T04:00:54.949Z | Compiling array-init v0.0.4 |
| 3312 | 2026-03-02T04:00:55.018Z | Compiling bitfield v0.19.4 |
| 3313 | 2026-03-02T04:00:55.062Z | Compiling proc-macro-error2 v2.0.1 |
| 3314 | 2026-03-02T04:00:55.288Z | Compiling zerocopy v0.6.6 |
| 3315 | 2026-03-02T04:00:55.316Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3316 | 2026-03-02T04:00:55.442Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3317 | 2026-03-02T04:00:55.641Z | Compiling ghash v0.5.1 |
| 3318 | 2026-03-02T04:00:55.673Z | Compiling smallvec v0.6.14 |
| 3319 | 2026-03-02T04:00:55.857Z | Compiling hickory-resolver v0.25.2 |
| 3320 | 2026-03-02T04:00:55.883Z | Compiling slog-stdlog v4.1.1 |
| 3321 | 2026-03-02T04:00:55.984Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3322 | 2026-03-02T04:00:56.077Z | Compiling nix v0.31.1 |
| 3323 | 2026-03-02T04:00:56.256Z | Compiling git-stub v1.0.0 |
| 3324 | 2026-03-02T04:00:56.720Z | Compiling ctr v0.9.2 |
| 3325 | 2026-03-02T04:00:56.782Z | Compiling num-derive v0.3.3 |
| 3326 | 2026-03-02T04:00:56.830Z | Compiling lzma-sys v0.1.20 |
| 3327 | 2026-03-02T04:00:56.953Z | Compiling hashbrown v0.12.3 |
| 3328 | 2026-03-02T04:00:57.181Z | Compiling unicase v2.9.0 |
| 3329 | 2026-03-02T04:00:57.560Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3330 | 2026-03-02T04:00:57.586Z | Compiling mime_guess v2.0.5 |
| 3331 | 2026-03-02T04:00:57.941Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3332 | 2026-03-02T04:00:58.318Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3333 | 2026-03-02T04:00:58.399Z | Compiling aes-gcm v0.10.3 |
| 3334 | 2026-03-02T04:00:58.426Z | Compiling libscf-sys v1.1.0 |
| 3335 | 2026-03-02T04:00:58.598Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3336 | 2026-03-02T04:00:58.676Z | Compiling git-stub-vcs v0.1.0 |
| 3337 | 2026-03-02T04:00:58.702Z | Compiling slog-envlogger v2.2.0 |
| 3338 | 2026-03-02T04:00:58.738Z | Compiling serde-hex v0.1.0 |
| 3339 | 2026-03-02T04:00:59.349Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3340 | 2026-03-02T04:00:59.393Z | Compiling tabled_derive v0.11.0 |
| 3341 | 2026-03-02T04:01:00.126Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3342 | 2026-03-02T04:01:00.312Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3343 | 2026-03-02T04:01:01.247Z | Compiling ron v0.8.1 |
| 3344 | 2026-03-02T04:01:01.694Z | Compiling papergrid v0.17.0 |
| 3345 | 2026-03-02T04:01:02.568Z | Compiling cargo_toml v0.22.3 |
| 3346 | 2026-03-02T04:01:02.805Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3347 | 2026-03-02T04:01:03.170Z | Compiling hashbrown v0.13.2 |
| 3348 | 2026-03-02T04:01:03.742Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3349 | 2026-03-02T04:01:04.128Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3350 | 2026-03-02T04:01:04.523Z | Compiling testing_table v0.3.0 |
| 3351 | 2026-03-02T04:01:04.833Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3352 | 2026-03-02T04:01:05.163Z | Compiling blowfish v0.9.1 |
| 3353 | 2026-03-02T04:01:05.280Z | Compiling ssh-encoding v0.2.0 |
| 3354 | 2026-03-02T04:01:05.627Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3355 | 2026-03-02T04:01:05.651Z | Compiling nibble_vec v0.1.0 |
| 3356 | 2026-03-02T04:01:05.743Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3357 | 2026-03-02T04:01:05.888Z | Compiling endian-type v0.1.2 |
| 3358 | 2026-03-02T04:01:06.095Z | Compiling crc-any v2.5.0 |
| 3359 | 2026-03-02T04:01:06.148Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3360 | 2026-03-02T04:01:06.223Z | Compiling corncobs v0.1.4 |
| 3361 | 2026-03-02T04:01:06.499Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3362 | 2026-03-02T04:01:06.549Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3363 | 2026-03-02T04:01:06.591Z | Compiling radix_trie v0.2.1 |
| 3364 | 2026-03-02T04:01:07.237Z | Compiling ssh-cipher v0.2.0 |
| 3365 | 2026-03-02T04:01:07.305Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3366 | 2026-03-02T04:01:07.421Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3367 | 2026-03-02T04:01:07.943Z | Compiling tabled v0.20.0 |
| 3368 | 2026-03-02T04:01:08.345Z | Compiling object v0.30.4 |
| 3369 | 2026-03-02T04:01:08.568Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3370 | 2026-03-02T04:01:09.811Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3371 | 2026-03-02T04:01:10.168Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3372 | 2026-03-02T04:01:10.210Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3373 | 2026-03-02T04:01:10.540Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3374 | 2026-03-02T04:01:10.631Z | Compiling parking_lot v0.11.2 |
| 3375 | 2026-03-02T04:01:10.764Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3376 | 2026-03-02T04:01:11.391Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3377 | 2026-03-02T04:01:12.539Z | Compiling prefix-trie v0.7.0 |
| 3378 | 2026-03-02T04:01:12.794Z | Compiling password-hash v0.4.2 |
| 3379 | 2026-03-02T04:01:13.005Z | Compiling fxhash v0.2.1 |
| 3380 | 2026-03-02T04:01:13.212Z | Compiling secrecy v0.8.0 |
| 3381 | 2026-03-02T04:01:13.247Z | Compiling http-range v0.1.5 |
| 3382 | 2026-03-02T04:01:13.271Z | Compiling half v1.8.3 |
| 3383 | 2026-03-02T04:01:13.296Z | Compiling path-slash v0.1.5 |
| 3384 | 2026-03-02T04:01:13.541Z | Compiling pbkdf2 v0.11.0 |
| 3385 | 2026-03-02T04:01:13.591Z | Compiling hickory-server v0.25.2 |
| 3386 | 2026-03-02T04:01:13.616Z | Compiling sled v0.34.7 |
| 3387 | 2026-03-02T04:01:13.840Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3388 | 2026-03-02T04:01:13.936Z | Compiling serde_cbor v0.11.2 |
| 3389 | 2026-03-02T04:01:15.161Z | Compiling xz2 v0.1.7 |
| 3390 | 2026-03-02T04:01:15.650Z | Compiling ron v0.12.0 |
| 3391 | 2026-03-02T04:01:16.389Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3392 | 2026-03-02T04:01:16.903Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3393 | 2026-03-02T04:01:17.246Z | Compiling ssh-key v0.6.7 |
| 3394 | 2026-03-02T04:01:17.285Z | Compiling hickory-client v0.25.2 |
| 3395 | 2026-03-02T04:01:18.077Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3396 | 2026-03-02T04:01:18.251Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3397 | 2026-03-02T04:01:18.740Z | Compiling p256 v0.13.2 |
| 3398 | 2026-03-02T04:01:19.178Z | Compiling p521 v0.13.3 |
| 3399 | 2026-03-02T04:01:19.446Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3400 | 2026-03-02T04:01:20.320Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3401 | 2026-03-02T04:01:20.444Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3402 | 2026-03-02T04:01:20.707Z | Compiling yasna v0.5.2 |
| 3403 | 2026-03-02T04:01:20.958Z | Compiling kstat-rs v0.2.4 |
| 3404 | 2026-03-02T04:01:21.425Z | Compiling headers-core v0.3.0 |
| 3405 | 2026-03-02T04:01:21.489Z | Compiling nanorand v0.7.0 |
| 3406 | 2026-03-02T04:01:21.539Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3407 | 2026-03-02T04:01:21.643Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3408 | 2026-03-02T04:01:21.702Z | Compiling russh-cryptovec v0.7.3 |
| 3409 | 2026-03-02T04:01:21.761Z | Compiling atty v0.2.14 |
| 3410 | 2026-03-02T04:01:21.995Z | Compiling base16ct v1.0.0 |
| 3411 | 2026-03-02T04:01:22.065Z | Compiling crc8 v0.1.1 |
| 3412 | 2026-03-02T04:01:22.092Z | Compiling home v0.5.12 |
| 3413 | 2026-03-02T04:01:22.116Z | Compiling md5 v0.7.0 |
| 3414 | 2026-03-02T04:01:22.337Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3415 | 2026-03-02T04:01:22.385Z | Compiling russh-keys v0.45.0 |
| 3416 | 2026-03-02T04:01:22.585Z | Compiling flume v0.11.1 |
| 3417 | 2026-03-02T04:01:23.154Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3418 | 2026-03-02T04:01:23.498Z | Compiling headers v0.4.1 |
| 3419 | 2026-03-02T04:01:25.114Z | Compiling rcgen v0.12.1 |
| 3420 | 2026-03-02T04:01:25.359Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3421 | 2026-03-02T04:01:25.448Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3422 | 2026-03-02T04:01:26.286Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3423 | 2026-03-02T04:01:26.890Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3424 | 2026-03-02T04:01:27.772Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3425 | 2026-03-02T04:01:31.848Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3426 | 2026-03-02T04:01:32.261Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3427 | 2026-03-02T04:01:32.409Z | Compiling hyper-staticfile v0.10.1 |
| 3428 | 2026-03-02T04:01:33.316Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3429 | 2026-03-02T04:01:33.713Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3430 | 2026-03-02T04:01:33.871Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3431 | 2026-03-02T04:01:34.163Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3432 | 2026-03-02T04:01:35.482Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3433 | 2026-03-02T04:01:36.636Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3434 | 2026-03-02T04:01:37.088Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3435 | 2026-03-02T04:01:37.197Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3436 | 2026-03-02T04:01:37.652Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3437 | 2026-03-02T04:01:37.778Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3438 | 2026-03-02T04:01:38.263Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3439 | 2026-03-02T04:01:38.440Z | Compiling num-bigint v0.4.6 |
| 3440 | 2026-03-02T04:01:38.899Z | Compiling des v0.8.1 |
| 3441 | 2026-03-02T04:01:39.019Z | Compiling subprocess v0.2.15 |
| 3442 | 2026-03-02T04:01:39.246Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3443 | 2026-03-02T04:01:39.329Z | Compiling display-error-chain v0.2.2 |
| 3444 | 2026-03-02T04:01:39.514Z | Compiling hex-literal v0.4.1 |
| 3445 | 2026-03-02T04:01:39.577Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3446 | 2026-03-02T04:01:39.722Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3447 | 2026-03-02T04:01:40.017Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3448 | 2026-03-02T04:01:40.547Z | Compiling colored v2.2.0 |
| 3449 | 2026-03-02T04:01:41.217Z | Compiling russh v0.45.0 |
| 3450 | 2026-03-02T04:01:42.417Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3451 | 2026-03-02T04:01:42.860Z | Compiling socket2 v0.5.10 |
| 3452 | 2026-03-02T04:01:43.684Z | Compiling internet-checksum v0.2.1 |
| 3453 | 2026-03-02T04:01:47.871Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3454 | 2026-03-02T04:02:32.277Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3455 | 2026-03-02T04:03:10.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 26s |
| 3456 | 2026-03-02T04:03:10.459Z | |
| 3457 | 2026-03-02T04:03:10.459Z | real 3:27.007667731 |
| 3458 | 2026-03-02T04:03:10.459Z | user 17:01.089424992 |
| 3459 | 2026-03-02T04:03:10.459Z | sys 2:35.166508578 |
| 3460 | 2026-03-02T04:03:10.460Z | trap 0.467622957 |
| 3461 | 2026-03-02T04:03:10.460Z | tflt 0.210037948 |
| 3462 | 2026-03-02T04:03:10.460Z | dflt 1.318483823 |
| 3463 | 2026-03-02T04:03:10.484Z | kflt 0.000147939 |
| 3464 | 2026-03-02T04:03:10.484Z | lock 46:50.641676223 |
| 3465 | 2026-03-02T04:03:10.484Z | slp 1:01:29.701347239 |
| 3466 | 2026-03-02T04:03:10.484Z | lat 1:05.022005985 |
| 3467 | 2026-03-02T04:03:10.484Z | stop 2:27.015550844 |
| 3468 | 2026-03-02T04:03:10.484Z | + mkdir tests |
| 3469 | 2026-03-02T04:03:10.484Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3470 | 2026-03-02T04:03:10.484Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3471 | 2026-03-02T04:03:10.516Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8ecbdf650c293fdf tests/ |
| 3472 | 2026-03-02T04:03:10.554Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-487b9429e0cb3543 tests/ |
| 3473 | 2026-03-02T04:03:10.591Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-6c7eebeb2e742aa0 tests/ |
| 3474 | 2026-03-02T04:03:10.628Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ebdd9e7f2ec464d7 tests/ |
| 3475 | 2026-03-02T04:03:10.961Z | + 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/*) |
| 3476 | 2026-03-02T04:03:10.986Z | + 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-487b9429e0cb3543 tests/commtest-6c7eebeb2e742aa0 tests/dhcp_server-8ecbdf650c293fdf tests/end_to_end_tests-ebdd9e7f2ec464d7 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 |
| 3477 | 2026-03-02T04:05:21.040Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3478 | 2026-03-02T04:05:21.040Z | a .github/buildomat/ci-env.sh 1K |
| 3479 | 2026-03-02T04:05:21.040Z | a out/target/test 1K |
| 3480 | 2026-03-02T04:05:21.040Z | a out/npuzone/npuzone 27402K |
| 3481 | 2026-03-02T04:05:21.040Z | a package-manifest.toml 35K |
| 3482 | 2026-03-02T04:05:21.040Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3483 | 2026-03-02T04:05:21.040Z | a target/release/omicron-package 41058K |
| 3484 | 2026-03-02T04:05:21.040Z | a target/release/xtask 11359K |
| 3485 | 2026-03-02T04:05:21.040Z | a target/debug/bootstrap 345760K |
| 3486 | 2026-03-02T04:05:21.040Z | a tests/bootstrap-487b9429e0cb3543 31480K |
| 3487 | 2026-03-02T04:05:21.040Z | a tests/commtest-6c7eebeb2e742aa0 31997K |
| 3488 | 2026-03-02T04:05:21.041Z | a tests/dhcp_server-8ecbdf650c293fdf 31480K |
| 3489 | 2026-03-02T04:05:21.041Z | a tests/end_to_end_tests-ebdd9e7f2ec464d7 387379K |
| 3490 | 2026-03-02T04:05:21.041Z | a out/clickhouse.tar.gz 302563K |
| 3491 | 2026-03-02T04:05:21.041Z | a out/clickhouse_keeper.tar.gz 287856K |
| 3492 | 2026-03-02T04:05:21.041Z | a out/clickhouse_server.tar.gz 302561K |
| 3493 | 2026-03-02T04:05:21.041Z | a out/cockroachdb.tar.gz 156088K |
| 3494 | 2026-03-02T04:05:21.041Z | a out/crucible-pantry-zone.tar.gz 38316K |
| 3495 | 2026-03-02T04:05:21.041Z | a out/crucible-utils.tar 17744K |
| 3496 | 2026-03-02T04:05:21.041Z | a out/crucible-zone.tar.gz 52454K |
| 3497 | 2026-03-02T04:05:21.041Z | a out/external-dns.tar.gz 41547K |
| 3498 | 2026-03-02T04:05:21.041Z | a out/internal-dns.tar.gz 41547K |
| 3499 | 2026-03-02T04:05:21.041Z | a out/mg-ddm-gz.tar 86339K |
| 3500 | 2026-03-02T04:05:21.041Z | a out/nexus.tar.gz 210394K |
| 3501 | 2026-03-02T04:05:21.041Z | a out/ntp.tar.gz 22561K |
| 3502 | 2026-03-02T04:05:21.041Z | a out/omicron-gateway-softnpu.tar.gz 28289K |
| 3503 | 2026-03-02T04:05:21.041Z | a out/omicron-sled-agent.tar 184487K |
| 3504 | 2026-03-02T04:05:21.041Z | a out/overlay.tar.gz 3K |
| 3505 | 2026-03-02T04:05:21.041Z | a out/oximeter.tar.gz 57432K |
| 3506 | 2026-03-02T04:05:21.041Z | a out/oxlog.tar 3895K |
| 3507 | 2026-03-02T04:05:21.041Z | a out/probe.tar.gz 3037K |
| 3508 | 2026-03-02T04:05:21.041Z | a out/propolis-server.tar.gz 74633K |
| 3509 | 2026-03-02T04:05:21.041Z | a out/pumpkind-gz.tar 26647K |
| 3510 | 2026-03-02T04:05:21.041Z | a out/switch-softnpu.tar.gz 371142K |
| 3511 | 2026-03-02T04:05:21.066Z | |
| 3512 | 2026-03-02T04:05:21.066Z | real 2:10.079189742 |
| 3513 | 2026-03-02T04:05:21.066Z | user 2:00.332817253 |
| 3514 | 2026-03-02T04:05:21.066Z | sys 12.080230534 |
| 3515 | 2026-03-02T04:05:21.066Z | trap 0.036235132 |
| 3516 | 2026-03-02T04:05:21.066Z | tflt 0.000000000 |
| 3517 | 2026-03-02T04:05:21.066Z | dflt 0.000000000 |
| 3518 | 2026-03-02T04:05:21.066Z | kflt 0.000000000 |
| 3519 | 2026-03-02T04:05:21.066Z | lock 0.000000000 |
| 3520 | 2026-03-02T04:05:21.066Z | slp 2:00.249956080 |
| 3521 | 2026-03-02T04:05:21.066Z | lat 7.449454631 |
| 3522 | 2026-03-02T04:05:21.066Z | stop 0.001142143 |
| 3523 | 2026-03-02T04:05:21.066Z | process exited: duration 2374822 ms, exit code 0 |
| |
| 3524 | 2026-03-02T04:05:21.151Z | found 1 output files |
| 3525 | 2026-03-02T04:05:21.151Z | uploading: /work/package.tar.gz (2324250465 bytes) |
| 3526 | 2026-03-02T04:07:51.981Z | uploaded: /work/package.tar.gz |