|
|
|
| 1 | 2026-04-06T15:36:02.280Z | job assigned to worker 01KNHPXTFS47PXBJDWXJ3V08EM [factory aws, i-08a9d291ff21305c4] (queued for 25 m 28 s) |
| |
| 2 | 2026-04-06T15:36:09.671Z | starting task 0: "setup" |
| 3 | 2026-04-06T15:36:09.675Z | ++ uname -s |
| 4 | 2026-04-06T15:36:09.679Z | + kern=SunOS |
| 5 | 2026-04-06T15:36:09.679Z | + build_user=build |
| 6 | 2026-04-06T15:36:09.679Z | + build_uid=12345 |
| 7 | 2026-04-06T15:36:09.679Z | + work_dir=/work |
| 8 | 2026-04-06T15:36:09.679Z | + input_dir=/input |
| 9 | 2026-04-06T15:36:09.679Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-06T15:36:09.679Z | + case "$kern" in |
| 11 | 2026-04-06T15:36:09.679Z | + groupadd -g 12345 build |
| 12 | 2026-04-06T15:36:09.684Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-06T15:36:11.690Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-06T15:36:11.938Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-06T15:36:11.941Z | + home_fs=zfs |
| 16 | 2026-04-06T15:36:11.941Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-06T15:36:11.941Z | + mkdir -p /home/build |
| 18 | 2026-04-06T15:36:11.941Z | + chown build:build /home/build /work |
| 19 | 2026-04-06T15:36:12.944Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-06T15:36:12.947Z | process exited: duration 3279 ms, exit code 0 |
| |
| 21 | 2026-04-06T15:36:12.954Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-06T15:36:12.961Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-04-06T15:36:12.961Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-04-06T15:36:12.961Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-04-06T15:36:12.961Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-04-06T15:36:12.961Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-06T15:36:12.961Z | * rust toolchain profile = "default" |
| 28 | 2026-04-06T15:36:12.965Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-06T15:36:12.965Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-04-06T15:36:13.065Z | info: downloading installer |
| 31 | 2026-04-06T15:36:14.734Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-06T15:36:14.734Z | warn: /opt/ooce/bin |
| 33 | 2026-04-06T15:36:14.734Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-06T15:36:14.734Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-06T15:36:14.738Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-06T15:36:14.738Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-06T15:36:14.738Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-06T15:36:14.738Z | error: cannot install while Rust is installed |
| 39 | 2026-04-06T15:36:14.738Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-06T15:36:14.738Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-06T15:36:14.738Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-06T15:36:14.738Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-06T15:36:14.738Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-06T15:36:14.748Z | info: profile set to default |
| 45 | 2026-04-06T15:36:14.748Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-06T15:36:14.756Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-04-06T15:36:14.912Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-04-06T15:36:14.915Z | info: downloading 6 components |
| 49 | 2026-04-06T15:36:31.160Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-04-06T15:36:31.160Z | |
| 51 | 2026-04-06T15:36:31.188Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-04-06T15:36:31.188Z | |
| 53 | 2026-04-06T15:36:31.188Z | |
| 54 | 2026-04-06T15:36:31.188Z | Rust is installed now. Great! |
| 55 | 2026-04-06T15:36:31.188Z | |
| 56 | 2026-04-06T15:36:31.188Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-06T15:36:31.188Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-06T15:36:31.188Z | |
| 59 | 2026-04-06T15:36:31.188Z | To configure your current shell, you need to source |
| 60 | 2026-04-06T15:36:31.188Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-06T15:36:31.188Z | |
| 62 | 2026-04-06T15:36:31.188Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-06T15:36:31.188Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-06T15:36:31.188Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-06T15:36:31.188Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-06T15:36:31.188Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-06T15:36:31.188Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-06T15:36:31.188Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-06T15:36:31.192Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-06T15:36:31.192Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-06T15:36:31.272Z | + rustup --version |
| 72 | 2026-04-06T15:36:31.279Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-06T15:36:31.283Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-06T15:36:31.300Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-04-06T15:36:31.304Z | + cargo --version |
| 76 | 2026-04-06T15:36:31.313Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-04-06T15:36:31.316Z | + rustc --version |
| 78 | 2026-04-06T15:36:31.336Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-04-06T15:36:31.339Z | process exited: duration 18381 ms, exit code 0 |
| |
| 80 | 2026-04-06T15:36:31.345Z | starting task 2: "authentication" |
| 81 | 2026-04-06T15:36:31.365Z | process exited: duration 18 ms, exit code 0 |
| |
| 82 | 2026-04-06T15:36:31.373Z | starting task 3: "clone repository" |
| 83 | 2026-04-06T15:36:31.377Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-04-06T15:36:31.380Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-04-06T15:36:31.414Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-04-06T15:36:41.523Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-04-06T15:36:41.523Z | + git fetch origin 0208de702b2b4372059c6e52ef18c3e5c45de551 |
| 88 | 2026-04-06T15:36:41.802Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-04-06T15:36:41.802Z | * branch 0208de702b2b4372059c6e52ef18c3e5c45de551 -> FETCH_HEAD |
| 90 | 2026-04-06T15:36:41.816Z | + [[ -n mergeconflict/support-bundle-request-tables-models-queries ]] |
| 91 | 2026-04-06T15:36:41.819Z | ++ git branch --show-current |
| 92 | 2026-04-06T15:36:41.822Z | + current=main |
| 93 | 2026-04-06T15:36:41.822Z | + [[ main != mergeconflict/support-bundle-request-tables-models-queries ]] |
| 94 | 2026-04-06T15:36:41.822Z | + git branch -f mergeconflict/support-bundle-request-tables-models-queries 0208de702b2b4372059c6e52ef18c3e5c45de551 |
| 95 | 2026-04-06T15:36:41.828Z | + git checkout -f mergeconflict/support-bundle-request-tables-models-queries |
| 96 | 2026-04-06T15:36:42.056Z | Switched to branch 'mergeconflict/support-bundle-request-tables-models-queries' |
| 97 | 2026-04-06T15:36:42.062Z | + git reset --hard 0208de702b2b4372059c6e52ef18c3e5c45de551 |
| 98 | 2026-04-06T15:36:42.075Z | HEAD is now at 0208de702 fix some formatting |
| 99 | 2026-04-06T15:36:42.079Z | process exited: duration 10704 ms, exit code 0 |
| |
| 100 | 2026-04-06T15:36:42.085Z | starting task 4: "build" |
| 101 | 2026-04-06T15:36:42.091Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-04-06T15:36:42.091Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-04-06T15:36:42.091Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-04-06T15:36:42.091Z | + cargo --version |
| 105 | 2026-04-06T15:36:42.103Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 106 | 2026-04-06T15:36:42.106Z | + rustc --version |
| 107 | 2026-04-06T15:36:42.125Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 108 | 2026-04-06T15:36:42.129Z | + WORK=/work |
| 109 | 2026-04-06T15:36:42.129Z | + pfexec mkdir -p /work |
| 110 | 2026-04-06T15:36:42.132Z | + pfexec chown build /work |
| 111 | 2026-04-06T15:36:42.135Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 112 | 2026-04-06T15:36:50.733Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 113 | 2026-04-06T15:36:57.622Z | Startup: Caching catalogs ... Done |
| 114 | 2026-04-06T15:37:02.392Z | Planning: Solver setup ... Done (3.230s) |
| 115 | 2026-04-06T15:37:02.413Z | Planning: Running solver ... Done (0.021s) |
| 116 | 2026-04-06T15:37:02.531Z | Planning: Finding local manifests ... Done (0.003s) |
| 117 | 2026-04-06T15:37:02.547Z | Planning: Fetching manifests: 0/4 0% complete |
| 118 | 2026-04-06T15:37:02.650Z | Planning: Fetching manifests: 4/4 100% complete |
| 119 | 2026-04-06T15:37:02.679Z | Planning: Package planning ... Done (0.030s) |
| 120 | 2026-04-06T15:37:02.707Z | Planning: Merging actions ... Done (0.028s) |
| 121 | 2026-04-06T15:37:02.888Z | Planning: Checking for conflicting actions ... Done (0.179s) |
| 122 | 2026-04-06T15:37:02.894Z | Planning: Consolidating action changes ... Done (0.007s) |
| 123 | 2026-04-06T15:37:03.728Z | Planning: Evaluating mediators ... Done (0.834s) |
| 124 | 2026-04-06T15:37:03.734Z | Planning: Planning completed in 5.95 seconds |
| 125 | 2026-04-06T15:37:03.746Z | Packages to install: 4 |
| 126 | 2026-04-06T15:37:03.746Z | Mediators to change: 2 |
| 127 | 2026-04-06T15:37:03.746Z | Services to change: 1 |
| 128 | 2026-04-06T15:37:03.750Z | Estimated space available: 155.35 GB |
| 129 | 2026-04-06T15:37:03.750Z | Estimated space to be consumed: 1.84 GB |
| 130 | 2026-04-06T15:37:03.750Z | Create boot environment: No |
| 131 | 2026-04-06T15:37:03.750Z | Create backup boot environment: No |
| 132 | 2026-04-06T15:37:03.750Z | Rebuild boot archive: No |
| 133 | 2026-04-06T15:37:03.750Z | |
| 134 | 2026-04-06T15:37:03.750Z | Changed mediators: |
| 135 | 2026-04-06T15:37:03.750Z | mediator clang: |
| 136 | 2026-04-06T15:37:03.750Z | version: None -> 15 (system default) |
| 137 | 2026-04-06T15:37:03.750Z | |
| 138 | 2026-04-06T15:37:03.750Z | mediator llvm: |
| 139 | 2026-04-06T15:37:03.750Z | version: 14 (system default) -> 15 (system default) |
| 140 | 2026-04-06T15:37:03.750Z | |
| 141 | 2026-04-06T15:37:03.750Z | Changed packages: |
| 142 | 2026-04-06T15:37:03.750Z | helios-dev |
| 143 | 2026-04-06T15:37:03.750Z | developer/build-essential |
| 144 | 2026-04-06T15:37:03.750Z | None -> 11-2.0 |
| 145 | 2026-04-06T15:37:03.750Z | library/libxmlsec1 |
| 146 | 2026-04-06T15:37:03.750Z | None -> 1.2.35-2.0 |
| 147 | 2026-04-06T15:37:03.750Z | ooce/developer/clang-15 |
| 148 | 2026-04-06T15:37:03.750Z | None -> 15.0.7-2.0 |
| 149 | 2026-04-06T15:37:03.750Z | ooce/developer/llvm-15 |
| 150 | 2026-04-06T15:37:03.750Z | None -> 15.0.7-2.0 |
| 151 | 2026-04-06T15:37:03.750Z | |
| 152 | 2026-04-06T15:37:03.750Z | Services: |
| 153 | 2026-04-06T15:37:03.750Z | restart_fmri: |
| 154 | 2026-04-06T15:37:03.750Z | svc:/system/update-man-index:default |
| 155 | 2026-04-06T15:37:03.792Z | |
| 156 | 2026-04-06T15:37:03.792Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 157 | 2026-04-06T15:37:08.794Z | Download: 1517/3290 items 115.8/212.6MB 54% complete (23.3M/s) |
| 158 | 2026-04-06T15:37:12.734Z | Download: Completed 212.60 MB in 8.94 seconds (23.8M/s) |
| 159 | 2026-04-06T15:37:13.038Z | Actions: 1/3689 actions (Installing new actions) |
| 160 | 2026-04-06T15:37:16.282Z | Actions: Completed 3689 actions in 3.24 seconds. |
| 161 | 2026-04-06T15:37:16.552Z | Done (0.266s) |
| 162 | 2026-04-06T15:37:16.552Z | Done (0.000s) |
| 163 | 2026-04-06T15:37:17.178Z | Done (0.626s) |
| 164 | 2026-04-06T15:37:20.626Z | Done (3.103s) |
| 165 | 2026-04-06T15:37:20.703Z | Done (0.012s) |
| 166 | 2026-04-06T15:37:20.706Z | Done (0.000s) |
| 167 | 2026-04-06T15:37:20.949Z | Done (0.000s) |
| 168 | 2026-04-06T15:37:21.784Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-04-06T15:37:21.891Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-04-06T15:37:21.894Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-04-06T15:37:22.048Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-04-06T15:37:22.051Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-04-06T15:37:22.070Z | Mediators to change: 2 |
| 174 | 2026-04-06T15:37:22.070Z | Create boot environment: No |
| 175 | 2026-04-06T15:37:22.070Z | Create backup boot environment: No |
| 176 | 2026-04-06T15:37:22.146Z | Done |
| 177 | 2026-04-06T15:37:22.146Z | Done |
| 178 | 2026-04-06T15:37:22.739Z | Done |
| 179 | 2026-04-06T15:37:25.416Z | Done |
| 180 | 2026-04-06T15:37:25.423Z | Done |
| 181 | 2026-04-06T15:37:25.423Z | Done |
| 182 | 2026-04-06T15:37:25.474Z | Done |
| 183 | 2026-04-06T15:37:25.878Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-04-06T15:37:25.885Z | Planning: Merging actions ... Done |
| 185 | 2026-04-06T15:37:26.020Z | Planning: Checking for conflicting actions ... Done |
| 186 | 2026-04-06T15:37:26.023Z | Planning: Consolidating action changes ... Done |
| 187 | 2026-04-06T15:37:26.161Z | Planning: Evaluating mediators ... Done |
| 188 | 2026-04-06T15:37:26.300Z | Planning: Planning completed in 0.45 seconds |
| 189 | 2026-04-06T15:37:26.304Z | Packages to change: 1 |
| 190 | 2026-04-06T15:37:26.304Z | Mediators to change: 1 |
| 191 | 2026-04-06T15:37:26.304Z | Services to change: 1 |
| 192 | 2026-04-06T15:37:26.304Z | Create boot environment: No |
| 193 | 2026-04-06T15:37:26.304Z | Create backup boot environment: Yes |
| 194 | 2026-04-06T15:37:28.654Z | Actions: 1/6 actions (Updating modified actions) |
| 195 | 2026-04-06T15:37:28.657Z | Actions: Completed 6 actions in 0.00 seconds. |
| 196 | 2026-04-06T15:37:28.657Z | Done |
| 197 | 2026-04-06T15:37:28.657Z | Done |
| 198 | 2026-04-06T15:37:28.796Z | Done |
| 199 | 2026-04-06T15:37:31.274Z | Done |
| 200 | 2026-04-06T15:37:31.353Z | Done |
| 201 | 2026-04-06T15:37:31.357Z | Done |
| 202 | 2026-04-06T15:37:31.498Z | Done |
| 203 | 2026-04-06T15:37:31.787Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 204 | 2026-04-06T15:37:31.787Z | clang system 15 system |
| 205 | 2026-04-06T15:37:31.787Z | csh system system illumos |
| 206 | 2026-04-06T15:37:31.788Z | ctags system system illumos |
| 207 | 2026-04-06T15:37:31.788Z | file system system illumos |
| 208 | 2026-04-06T15:37:31.788Z | gcc vendor 12 vendor |
| 209 | 2026-04-06T15:37:31.788Z | gcc system 14 system |
| 210 | 2026-04-06T15:37:31.788Z | gcc system 10 system |
| 211 | 2026-04-06T15:37:31.788Z | go system 1.20 system |
| 212 | 2026-04-06T15:37:31.788Z | go system 1.19 system |
| 213 | 2026-04-06T15:37:31.788Z | llvm system 15 system |
| 214 | 2026-04-06T15:37:31.788Z | llvm system 14 system |
| 215 | 2026-04-06T15:37:31.788Z | mariadb system 10.6 system |
| 216 | 2026-04-06T15:37:31.788Z | mta vendor vendor dma |
| 217 | 2026-04-06T15:37:31.788Z | openjdk system 17 system |
| 218 | 2026-04-06T15:37:31.788Z | openjdk system 11 system |
| 219 | 2026-04-06T15:37:31.788Z | openjdk system 1.8 system |
| 220 | 2026-04-06T15:37:31.788Z | openssl vendor 3 vendor |
| 221 | 2026-04-06T15:37:31.788Z | perl system 5.36 system |
| 222 | 2026-04-06T15:37:31.788Z | postgresql system 15 system |
| 223 | 2026-04-06T15:37:31.788Z | postgresql system 13 system |
| 224 | 2026-04-06T15:37:31.788Z | python vendor 3 vendor |
| 225 | 2026-04-06T15:37:31.788Z | python system 2 system |
| 226 | 2026-04-06T15:37:31.788Z | python3 system 3.11 system |
| 227 | 2026-04-06T15:37:31.788Z | ruby system 3.0 system |
| 228 | 2026-04-06T15:37:31.788Z | words vendor vendor american-english |
| 229 | 2026-04-06T15:37:31.788Z | words system system australian-english |
| 230 | 2026-04-06T15:37:31.788Z | words system system british-english |
| 231 | 2026-04-06T15:37:31.788Z | words system system canadian-english |
| 232 | 2026-04-06T15:37:31.788Z | words system system french |
| 233 | 2026-04-06T15:37:31.788Z | words system system italian |
| 234 | 2026-04-06T15:37:31.788Z | words system system ngerman |
| 235 | 2026-04-06T15:37:31.788Z | words system system ogerman |
| 236 | 2026-04-06T15:37:31.788Z | words system system spanish |
| 237 | 2026-04-06T15:37:32.023Z | PUBLISHER TYPE STATUS P LOCATION |
| 238 | 2026-04-06T15:37:32.023Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 239 | 2026-04-06T15:37:36.481Z | FMRI IFO |
| 240 | 2026-04-06T15:37:36.482Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 241 | 2026-04-06T15:37:36.482Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 242 | 2026-04-06T15:37:36.482Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 243 | 2026-04-06T15:37:36.482Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 244 | 2026-04-06T15:37:36.482Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 245 | 2026-04-06T15:37:36.482Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 246 | 2026-04-06T15:37:36.482Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 247 | 2026-04-06T15:37:36.482Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 248 | 2026-04-06T15:37:36.482Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 249 | 2026-04-06T15:37:36.482Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 250 | 2026-04-06T15:37:36.482Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 251 | 2026-04-06T15:37:36.482Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 252 | 2026-04-06T15:37:36.482Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 253 | 2026-04-06T15:37:36.482Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 254 | 2026-04-06T15:37:36.482Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 255 | 2026-04-06T15:37:36.482Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 256 | 2026-04-06T15:37:37.584Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 257 | 2026-04-06T15:37:37.865Z | Updating crates.io index |
| 258 | 2026-04-06T15:37:37.868Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 259 | 2026-04-06T15:37:38.144Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 260 | 2026-04-06T15:37:39.061Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 261 | 2026-04-06T15:37:39.487Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 262 | 2026-04-06T15:37:40.230Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 263 | 2026-04-06T15:37:41.719Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 264 | 2026-04-06T15:37:43.046Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 265 | 2026-04-06T15:37:43.741Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 266 | 2026-04-06T15:37:44.165Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 267 | 2026-04-06T15:37:44.920Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 268 | 2026-04-06T15:37:45.357Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 269 | 2026-04-06T15:37:45.860Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 270 | 2026-04-06T15:37:46.242Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 271 | 2026-04-06T15:37:47.315Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 272 | 2026-04-06T15:37:47.835Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 273 | 2026-04-06T15:37:48.227Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 274 | 2026-04-06T15:37:48.642Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 275 | 2026-04-06T15:37:49.107Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 276 | 2026-04-06T15:37:49.460Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 277 | 2026-04-06T15:37:49.698Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 278 | 2026-04-06T15:37:49.950Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 279 | 2026-04-06T15:37:50.354Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 280 | 2026-04-06T15:37:50.738Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 281 | 2026-04-06T15:37:51.400Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 282 | 2026-04-06T15:37:51.745Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 283 | 2026-04-06T15:37:52.183Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 284 | 2026-04-06T15:37:52.452Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-04-06T15:37:53.736Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 286 | 2026-04-06T15:37:54.534Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 287 | 2026-04-06T15:37:55.190Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 288 | 2026-04-06T15:37:55.538Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 289 | 2026-04-06T15:37:55.974Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 290 | 2026-04-06T15:37:56.429Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 291 | 2026-04-06T15:37:56.845Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 292 | 2026-04-06T15:37:57.518Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 293 | 2026-04-06T15:37:57.778Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 294 | 2026-04-06T15:37:58.043Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 295 | 2026-04-06T15:37:58.471Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 296 | 2026-04-06T15:38:11.171Z | Downloading crates ... |
| 297 | 2026-04-06T15:38:11.239Z | Downloaded anstyle-query v1.1.5 |
| 298 | 2026-04-06T15:38:11.242Z | Downloaded anstyle-parse v0.2.7 |
| 299 | 2026-04-06T15:38:11.245Z | Downloaded quote v1.0.44 |
| 300 | 2026-04-06T15:38:11.248Z | Downloaded plain v0.2.3 |
| 301 | 2026-04-06T15:38:11.248Z | Downloaded memchr v2.8.0 |
| 302 | 2026-04-06T15:38:11.252Z | Downloaded toml v0.8.23 |
| 303 | 2026-04-06T15:38:11.252Z | Downloaded terminal_size v0.4.3 |
| 304 | 2026-04-06T15:38:11.255Z | Downloaded form_urlencoded v1.2.2 |
| 305 | 2026-04-06T15:38:11.255Z | Downloaded block-buffer v0.10.4 |
| 306 | 2026-04-06T15:38:11.255Z | Downloaded anstyle v1.0.13 |
| 307 | 2026-04-06T15:38:11.255Z | Downloaded anstream v0.6.21 |
| 308 | 2026-04-06T15:38:11.258Z | Downloaded anyhow v1.0.102 |
| 309 | 2026-04-06T15:38:11.258Z | Downloaded typeid v1.0.3 |
| 310 | 2026-04-06T15:38:11.262Z | Downloaded equivalent v1.0.2 |
| 311 | 2026-04-06T15:38:11.262Z | Downloaded unicode-xid v0.2.6 |
| 312 | 2026-04-06T15:38:11.262Z | Downloaded unicode-ident v1.0.24 |
| 313 | 2026-04-06T15:38:11.265Z | Downloaded bitflags v2.11.0 |
| 314 | 2026-04-06T15:38:11.265Z | Downloaded proc-macro-error v1.0.4 |
| 315 | 2026-04-06T15:38:11.269Z | Downloaded utf8_iter v1.0.4 |
| 316 | 2026-04-06T15:38:11.269Z | Downloaded autocfg v1.5.0 |
| 317 | 2026-04-06T15:38:11.269Z | Downloaded macaddr v1.0.1 |
| 318 | 2026-04-06T15:38:11.272Z | Downloaded memmap v0.7.0 |
| 319 | 2026-04-06T15:38:11.272Z | Downloaded usdt-attr-macro v0.5.0 |
| 320 | 2026-04-06T15:38:11.272Z | Downloaded crypto-common v0.1.7 |
| 321 | 2026-04-06T15:38:11.272Z | Downloaded yoke-derive v0.8.1 |
| 322 | 2026-04-06T15:38:11.272Z | Downloaded version_check v0.9.5 |
| 323 | 2026-04-06T15:38:11.272Z | Downloaded errno v0.3.14 |
| 324 | 2026-04-06T15:38:11.276Z | Downloaded thiserror-impl v2.0.18 |
| 325 | 2026-04-06T15:38:11.276Z | Downloaded cpufeatures v0.2.17 |
| 326 | 2026-04-06T15:38:11.276Z | Downloaded cfg-if v1.0.4 |
| 327 | 2026-04-06T15:38:11.276Z | Downloaded clap_lex v1.0.0 |
| 328 | 2026-04-06T15:38:11.279Z | Downloaded toml_write v0.1.2 |
| 329 | 2026-04-06T15:38:11.279Z | Downloaded typenum v1.19.0 |
| 330 | 2026-04-06T15:38:11.280Z | Downloaded toml_datetime v0.6.11 |
| 331 | 2026-04-06T15:38:11.280Z | Downloaded thread-id v4.2.2 |
| 332 | 2026-04-06T15:38:11.283Z | Downloaded utf8parse v0.2.2 |
| 333 | 2026-04-06T15:38:11.283Z | Downloaded heck v0.5.0 |
| 334 | 2026-04-06T15:38:11.283Z | Downloaded potential_utf v0.1.4 |
| 335 | 2026-04-06T15:38:11.286Z | Downloaded pretty-hex v0.4.1 |
| 336 | 2026-04-06T15:38:11.286Z | Downloaded zmij v1.0.21 |
| 337 | 2026-04-06T15:38:11.286Z | Downloaded scroll_derive v0.12.1 |
| 338 | 2026-04-06T15:38:11.286Z | Downloaded yoke v0.8.1 |
| 339 | 2026-04-06T15:38:11.289Z | Downloaded unicode-linebreak v0.1.5 |
| 340 | 2026-04-06T15:38:11.289Z | Downloaded thiserror-impl v1.0.69 |
| 341 | 2026-04-06T15:38:11.289Z | Downloaded percent-encoding v2.3.2 |
| 342 | 2026-04-06T15:38:11.293Z | Downloaded zerofrom-derive v0.1.6 |
| 343 | 2026-04-06T15:38:11.293Z | Downloaded zerofrom v0.1.6 |
| 344 | 2026-04-06T15:38:11.293Z | Downloaded writeable v0.6.2 |
| 345 | 2026-04-06T15:38:11.293Z | Downloaded tinystr v0.8.2 |
| 346 | 2026-04-06T15:38:11.296Z | Downloaded proc-macro-error-attr v1.0.4 |
| 347 | 2026-04-06T15:38:11.299Z | Downloaded thiserror v2.0.18 |
| 348 | 2026-04-06T15:38:11.303Z | Downloaded ucd-trie v0.1.7 |
| 349 | 2026-04-06T15:38:11.303Z | Downloaded generic-array v0.14.7 |
| 350 | 2026-04-06T15:38:11.303Z | Downloaded fastrand v2.3.0 |
| 351 | 2026-04-06T15:38:11.303Z | Downloaded displaydoc v0.2.5 |
| 352 | 2026-04-06T15:38:11.307Z | Downloaded colorchoice v1.0.4 |
| 353 | 2026-04-06T15:38:11.307Z | Downloaded zerocopy-derive v0.7.35 |
| 354 | 2026-04-06T15:38:11.310Z | Downloaded usdt-impl v0.5.0 |
| 355 | 2026-04-06T15:38:11.310Z | Downloaded textwrap v0.16.2 |
| 356 | 2026-04-06T15:38:11.310Z | Downloaded semver v1.0.27 |
| 357 | 2026-04-06T15:38:11.313Z | Downloaded serde_spanned v0.6.9 |
| 358 | 2026-04-06T15:38:11.313Z | Downloaded camino v1.2.2 |
| 359 | 2026-04-06T15:38:11.313Z | Downloaded zerovec-derive v0.11.2 |
| 360 | 2026-04-06T15:38:11.316Z | Downloaded idna_adapter v1.2.1 |
| 361 | 2026-04-06T15:38:11.316Z | Downloaded usdt-macro v0.5.0 |
| 362 | 2026-04-06T15:38:11.316Z | Downloaded usdt v0.5.0 |
| 363 | 2026-04-06T15:38:11.319Z | Downloaded toml_edit v0.22.27 |
| 364 | 2026-04-06T15:38:11.319Z | Downloaded tabled_derive v0.7.0 |
| 365 | 2026-04-06T15:38:11.322Z | Downloaded thiserror v1.0.69 |
| 366 | 2026-04-06T15:38:11.325Z | Downloaded stable_deref_trait v1.2.1 |
| 367 | 2026-04-06T15:38:11.325Z | Downloaded heck v0.4.1 |
| 368 | 2026-04-06T15:38:11.325Z | Downloaded zerotrie v0.2.3 |
| 369 | 2026-04-06T15:38:11.329Z | Downloaded strsim v0.11.1 |
| 370 | 2026-04-06T15:38:11.332Z | Downloaded url v2.5.8 |
| 371 | 2026-04-06T15:38:11.339Z | Downloaded itoa v1.0.17 |
| 372 | 2026-04-06T15:38:11.342Z | Downloaded zerovec v0.11.5 |
| 373 | 2026-04-06T15:38:11.346Z | Downloaded swrite v0.1.0 |
| 374 | 2026-04-06T15:38:11.346Z | Downloaded serde-value v0.7.0 |
| 375 | 2026-04-06T15:38:11.346Z | Downloaded smawk v0.3.2 |
| 376 | 2026-04-06T15:38:11.346Z | Downloaded dtrace-parser v0.2.0 |
| 377 | 2026-04-06T15:38:11.346Z | Downloaded is_terminal_polyfill v1.70.2 |
| 378 | 2026-04-06T15:38:11.349Z | Downloaded zerocopy v0.7.35 |
| 379 | 2026-04-06T15:38:11.355Z | Downloaded erased-serde v0.4.9 |
| 380 | 2026-04-06T15:38:11.359Z | Downloaded serde_tokenstream v0.2.3 |
| 381 | 2026-04-06T15:38:11.362Z | Downloaded camino-tempfile v1.4.1 |
| 382 | 2026-04-06T15:38:11.365Z | Downloaded dof v0.3.0 |
| 383 | 2026-04-06T15:38:11.368Z | Downloaded winnow v0.7.14 |
| 384 | 2026-04-06T15:38:11.372Z | Downloaded unicode-width v0.1.14 |
| 385 | 2026-04-06T15:38:11.375Z | Downloaded fnv v1.0.7 |
| 386 | 2026-04-06T15:38:11.383Z | Downloaded once_cell v1.21.3 |
| 387 | 2026-04-06T15:38:11.383Z | Downloaded unicode-width v0.2.0 |
| 388 | 2026-04-06T15:38:11.386Z | Downloaded serde-untagged v0.1.9 |
| 389 | 2026-04-06T15:38:11.386Z | Downloaded byteorder v1.5.0 |
| 390 | 2026-04-06T15:38:11.386Z | Downloaded bytecount v0.6.9 |
| 391 | 2026-04-06T15:38:11.386Z | Downloaded ordered-float v2.10.1 |
| 392 | 2026-04-06T15:38:11.390Z | Downloaded fs-err v3.3.0 |
| 393 | 2026-04-06T15:38:11.395Z | Downloaded sha2 v0.10.9 |
| 394 | 2026-04-06T15:38:11.398Z | Downloaded cargo-platform v0.2.0 |
| 395 | 2026-04-06T15:38:11.403Z | Downloaded digest v0.10.7 |
| 396 | 2026-04-06T15:38:11.406Z | Downloaded pest_generator v2.8.6 |
| 397 | 2026-04-06T15:38:11.411Z | Downloaded scroll v0.12.0 |
| 398 | 2026-04-06T15:38:11.414Z | Downloaded cargo_toml v0.21.0 |
| 399 | 2026-04-06T15:38:11.414Z | Downloaded tempfile v3.25.0 |
| 400 | 2026-04-06T15:38:11.419Z | Downloaded synstructure v0.13.2 |
| 401 | 2026-04-06T15:38:11.426Z | Downloaded smallvec v1.15.1 |
| 402 | 2026-04-06T15:38:11.430Z | Downloaded getrandom v0.4.1 |
| 403 | 2026-04-06T15:38:11.447Z | Downloaded num-traits v0.2.19 |
| 404 | 2026-04-06T15:38:11.450Z | Downloaded proc-macro2 v1.0.106 |
| 405 | 2026-04-06T15:38:11.453Z | Downloaded clap_derive v4.5.55 |
| 406 | 2026-04-06T15:38:11.453Z | Downloaded litemap v0.8.1 |
| 407 | 2026-04-06T15:38:11.456Z | Downloaded cargo_metadata v0.21.0 |
| 408 | 2026-04-06T15:38:11.457Z | Downloaded cargo-util-schemas v0.8.2 |
| 409 | 2026-04-06T15:38:11.457Z | Downloaded log v0.4.29 |
| 410 | 2026-04-06T15:38:11.463Z | Downloaded pest_derive v2.8.6 |
| 411 | 2026-04-06T15:38:11.474Z | Downloaded icu_provider v2.1.1 |
| 412 | 2026-04-06T15:38:11.478Z | Downloaded icu_properties v2.1.2 |
| 413 | 2026-04-06T15:38:11.478Z | Downloaded serde_derive v1.0.228 |
| 414 | 2026-04-06T15:38:11.484Z | Downloaded serde_core v1.0.228 |
| 415 | 2026-04-06T15:38:11.491Z | Downloaded clap v4.5.60 |
| 416 | 2026-04-06T15:38:11.499Z | Downloaded icu_normalizer_data v2.1.1 |
| 417 | 2026-04-06T15:38:11.502Z | Downloaded pest_meta v2.8.6 |
| 418 | 2026-04-06T15:38:11.502Z | Downloaded icu_locale_core v2.1.1 |
| 419 | 2026-04-06T15:38:11.505Z | Downloaded serde v1.0.228 |
| 420 | 2026-04-06T15:38:11.508Z | Downloaded papergrid v0.11.0 |
| 421 | 2026-04-06T15:38:11.518Z | Downloaded icu_normalizer v2.1.1 |
| 422 | 2026-04-06T15:38:11.521Z | Downloaded icu_collections v2.1.1 |
| 423 | 2026-04-06T15:38:11.533Z | Downloaded indexmap v2.13.0 |
| 424 | 2026-04-06T15:38:11.547Z | Downloaded pest v2.8.6 |
| 425 | 2026-04-06T15:38:11.557Z | Downloaded idna v1.1.0 |
| 426 | 2026-04-06T15:38:11.573Z | Downloaded hashbrown v0.16.1 |
| 427 | 2026-04-06T15:38:11.590Z | Downloaded icu_properties_data v2.1.2 |
| 428 | 2026-04-06T15:38:11.600Z | Downloaded goblin v0.8.2 |
| 429 | 2026-04-06T15:38:11.601Z | Downloaded tabled v0.15.0 |
| 430 | 2026-04-06T15:38:11.606Z | Downloaded serde_json v1.0.149 |
| 431 | 2026-04-06T15:38:11.610Z | Downloaded clap_builder v4.5.60 |
| 432 | 2026-04-06T15:38:11.625Z | Downloaded syn v1.0.109 |
| 433 | 2026-04-06T15:38:11.630Z | Downloaded syn v2.0.117 |
| 434 | 2026-04-06T15:38:11.649Z | Downloaded rustix v1.1.3 |
| 435 | 2026-04-06T15:38:11.686Z | Downloaded libc v0.2.180 |
| 436 | 2026-04-06T15:38:11.756Z | Compiling proc-macro2 v1.0.106 |
| 437 | 2026-04-06T15:38:11.756Z | Compiling quote v1.0.44 |
| 438 | 2026-04-06T15:38:11.759Z | Compiling unicode-ident v1.0.24 |
| 439 | 2026-04-06T15:38:11.759Z | Compiling serde_core v1.0.228 |
| 440 | 2026-04-06T15:38:11.759Z | Compiling libc v0.2.180 |
| 441 | 2026-04-06T15:38:11.759Z | Compiling version_check v0.9.5 |
| 442 | 2026-04-06T15:38:11.759Z | Compiling stable_deref_trait v1.2.1 |
| 443 | 2026-04-06T15:38:11.759Z | Compiling serde v1.0.228 |
| 444 | 2026-04-06T15:38:11.759Z | Compiling memchr v2.8.0 |
| 445 | 2026-04-06T15:38:11.939Z | Compiling zmij v1.0.21 |
| 446 | 2026-04-06T15:38:11.942Z | Compiling thiserror v1.0.69 |
| 447 | 2026-04-06T15:38:11.954Z | Compiling itoa v1.0.17 |
| 448 | 2026-04-06T15:38:11.970Z | Compiling autocfg v1.5.0 |
| 449 | 2026-04-06T15:38:11.974Z | Compiling ucd-trie v0.1.7 |
| 450 | 2026-04-06T15:38:11.974Z | Compiling writeable v0.6.2 |
| 451 | 2026-04-06T15:38:12.088Z | Compiling litemap v0.8.1 |
| 452 | 2026-04-06T15:38:12.224Z | Compiling byteorder v1.5.0 |
| 453 | 2026-04-06T15:38:12.243Z | Compiling icu_properties_data v2.1.2 |
| 454 | 2026-04-06T15:38:12.296Z | Compiling icu_normalizer_data v2.1.1 |
| 455 | 2026-04-06T15:38:12.425Z | Compiling rustix v1.1.3 |
| 456 | 2026-04-06T15:38:12.429Z | Compiling bitflags v2.11.0 |
| 457 | 2026-04-06T15:38:12.475Z | Compiling serde_json v1.0.149 |
| 458 | 2026-04-06T15:38:12.532Z | Compiling typeid v1.0.3 |
| 459 | 2026-04-06T15:38:12.585Z | Compiling pest v2.8.6 |
| 460 | 2026-04-06T15:38:12.651Z | Compiling num-traits v0.2.19 |
| 461 | 2026-04-06T15:38:12.809Z | Compiling hashbrown v0.16.1 |
| 462 | 2026-04-06T15:38:12.879Z | Compiling equivalent v1.0.2 |
| 463 | 2026-04-06T15:38:12.882Z | Compiling smallvec v1.15.1 |
| 464 | 2026-04-06T15:38:12.934Z | Compiling usdt-impl v0.5.0 |
| 465 | 2026-04-06T15:38:12.949Z | Compiling proc-macro-error-attr v1.0.4 |
| 466 | 2026-04-06T15:38:12.970Z | Compiling syn v1.0.109 |
| 467 | 2026-04-06T15:38:13.021Z | Compiling toml_write v0.1.2 |
| 468 | 2026-04-06T15:38:13.021Z | Compiling erased-serde v0.4.9 |
| 469 | 2026-04-06T15:38:13.076Z | Compiling errno v0.3.14 |
| 470 | 2026-04-06T15:38:13.080Z | Compiling thread-id v4.2.2 |
| 471 | 2026-04-06T15:38:13.110Z | Compiling winnow v0.7.14 |
| 472 | 2026-04-06T15:38:13.203Z | Compiling proc-macro-error v1.0.4 |
| 473 | 2026-04-06T15:38:13.292Z | Compiling indexmap v2.13.0 |
| 474 | 2026-04-06T15:38:13.295Z | Compiling thiserror v2.0.18 |
| 475 | 2026-04-06T15:38:13.295Z | Compiling utf8parse v0.2.2 |
| 476 | 2026-04-06T15:38:13.382Z | Compiling log v0.4.29 |
| 477 | 2026-04-06T15:38:13.385Z | Compiling plain v0.2.3 |
| 478 | 2026-04-06T15:38:13.415Z | Compiling utf8_iter v1.0.4 |
| 479 | 2026-04-06T15:38:13.418Z | Compiling camino v1.2.2 |
| 480 | 2026-04-06T15:38:13.450Z | Compiling syn v2.0.117 |
| 481 | 2026-04-06T15:38:13.466Z | Compiling getrandom v0.4.1 |
| 482 | 2026-04-06T15:38:13.516Z | Compiling percent-encoding v2.3.2 |
| 483 | 2026-04-06T15:38:13.582Z | Compiling anstyle-parse v0.2.7 |
| 484 | 2026-04-06T15:38:13.720Z | Compiling pest_meta v2.8.6 |
| 485 | 2026-04-06T15:38:13.737Z | Compiling form_urlencoded v1.2.2 |
| 486 | 2026-04-06T15:38:13.835Z | Compiling ordered-float v2.10.1 |
| 487 | 2026-04-06T15:38:13.877Z | Compiling anstyle-query v1.1.5 |
| 488 | 2026-04-06T15:38:13.905Z | Compiling pretty-hex v0.4.1 |
| 489 | 2026-04-06T15:38:13.925Z | Compiling anstyle v1.0.13 |
| 490 | 2026-04-06T15:38:13.946Z | Compiling is_terminal_polyfill v1.70.2 |
| 491 | 2026-04-06T15:38:13.968Z | Compiling colorchoice v1.0.4 |
| 492 | 2026-04-06T15:38:13.972Z | Compiling cfg-if v1.0.4 |
| 493 | 2026-04-06T15:38:14.023Z | Compiling fs-err v3.3.0 |
| 494 | 2026-04-06T15:38:14.058Z | Compiling heck v0.4.1 |
| 495 | 2026-04-06T15:38:14.092Z | Compiling terminal_size v0.4.3 |
| 496 | 2026-04-06T15:38:14.110Z | Compiling anstream v0.6.21 |
| 497 | 2026-04-06T15:38:14.131Z | Compiling unicode-width v0.1.14 |
| 498 | 2026-04-06T15:38:14.154Z | Compiling strsim v0.11.1 |
| 499 | 2026-04-06T15:38:14.180Z | Compiling clap_lex v1.0.0 |
| 500 | 2026-04-06T15:38:14.234Z | Compiling fnv v1.0.7 |
| 501 | 2026-04-06T15:38:14.256Z | Compiling once_cell v1.21.3 |
| 502 | 2026-04-06T15:38:14.274Z | Compiling anyhow v1.0.102 |
| 503 | 2026-04-06T15:38:14.302Z | Compiling bytecount v0.6.9 |
| 504 | 2026-04-06T15:38:14.354Z | Compiling unicode-xid v0.2.6 |
| 505 | 2026-04-06T15:38:14.371Z | Compiling heck v0.5.0 |
| 506 | 2026-04-06T15:38:14.490Z | Compiling semver v1.0.27 |
| 507 | 2026-04-06T15:38:14.525Z | Compiling fastrand v2.3.0 |
| 508 | 2026-04-06T15:38:14.546Z | Compiling papergrid v0.11.0 |
| 509 | 2026-04-06T15:38:14.612Z | Compiling clap_builder v4.5.60 |
| 510 | 2026-04-06T15:38:14.653Z | Compiling memmap v0.7.0 |
| 511 | 2026-04-06T15:38:14.810Z | Compiling tempfile v3.25.0 |
| 512 | 2026-04-06T15:38:14.829Z | Compiling smawk v0.3.2 |
| 513 | 2026-04-06T15:38:14.848Z | Compiling unicode-width v0.2.0 |
| 514 | 2026-04-06T15:38:14.878Z | Compiling serde-untagged v0.1.9 |
| 515 | 2026-04-06T15:38:14.896Z | Compiling unicode-linebreak v0.1.5 |
| 516 | 2026-04-06T15:38:14.958Z | Compiling swrite v0.1.0 |
| 517 | 2026-04-06T15:38:14.993Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 518 | 2026-04-06T15:38:15.091Z | Compiling textwrap v0.16.2 |
| 519 | 2026-04-06T15:38:15.142Z | Compiling camino-tempfile v1.4.1 |
| 520 | 2026-04-06T15:38:15.410Z | Compiling tabled_derive v0.7.0 |
| 521 | 2026-04-06T15:38:15.971Z | Compiling synstructure v0.13.2 |
| 522 | 2026-04-06T15:38:15.971Z | Compiling pest_generator v2.8.6 |
| 523 | 2026-04-06T15:38:16.075Z | Compiling tabled v0.15.0 |
| 524 | 2026-04-06T15:38:16.502Z | Compiling serde_derive v1.0.228 |
| 525 | 2026-04-06T15:38:16.505Z | Compiling zerofrom-derive v0.1.6 |
| 526 | 2026-04-06T15:38:16.505Z | Compiling yoke-derive v0.8.1 |
| 527 | 2026-04-06T15:38:16.505Z | Compiling zerovec-derive v0.11.2 |
| 528 | 2026-04-06T15:38:16.505Z | Compiling displaydoc v0.2.5 |
| 529 | 2026-04-06T15:38:16.539Z | Compiling thiserror-impl v1.0.69 |
| 530 | 2026-04-06T15:38:16.539Z | Compiling zerocopy-derive v0.7.35 |
| 531 | 2026-04-06T15:38:16.539Z | Compiling scroll_derive v0.12.1 |
| 532 | 2026-04-06T15:38:16.572Z | Compiling thiserror-impl v2.0.18 |
| 533 | 2026-04-06T15:38:16.575Z | Compiling clap_derive v4.5.55 |
| 534 | 2026-04-06T15:38:16.607Z | Compiling pest_derive v2.8.6 |
| 535 | 2026-04-06T15:38:17.201Z | Compiling scroll v0.12.0 |
| 536 | 2026-04-06T15:38:17.372Z | Compiling zerocopy v0.7.35 |
| 537 | 2026-04-06T15:38:17.431Z | Compiling goblin v0.8.2 |
| 538 | 2026-04-06T15:38:17.498Z | Compiling zerofrom v0.1.6 |
| 539 | 2026-04-06T15:38:17.613Z | Compiling yoke v0.8.1 |
| 540 | 2026-04-06T15:38:17.672Z | Compiling dtrace-parser v0.2.0 |
| 541 | 2026-04-06T15:38:17.774Z | Compiling zerovec v0.11.5 |
| 542 | 2026-04-06T15:38:17.774Z | Compiling zerotrie v0.2.3 |
| 543 | 2026-04-06T15:38:18.002Z | Compiling clap v4.5.60 |
| 544 | 2026-04-06T15:38:18.196Z | Compiling tinystr v0.8.2 |
| 545 | 2026-04-06T15:38:18.196Z | Compiling potential_utf v0.1.4 |
| 546 | 2026-04-06T15:38:18.307Z | Compiling icu_collections v2.1.1 |
| 547 | 2026-04-06T15:38:18.363Z | Compiling icu_locale_core v2.1.1 |
| 548 | 2026-04-06T15:38:18.889Z | Compiling icu_provider v2.1.1 |
| 549 | 2026-04-06T15:38:19.140Z | Compiling icu_normalizer v2.1.1 |
| 550 | 2026-04-06T15:38:19.140Z | Compiling icu_properties v2.1.2 |
| 551 | 2026-04-06T15:38:19.234Z | Compiling dof v0.3.0 |
| 552 | 2026-04-06T15:38:19.234Z | Compiling serde_tokenstream v0.2.3 |
| 553 | 2026-04-06T15:38:19.251Z | Compiling serde_spanned v0.6.9 |
| 554 | 2026-04-06T15:38:19.251Z | Compiling toml_datetime v0.6.11 |
| 555 | 2026-04-06T15:38:19.254Z | Compiling serde-value v0.7.0 |
| 556 | 2026-04-06T15:38:19.254Z | Compiling cargo-platform v0.2.0 |
| 557 | 2026-04-06T15:38:19.267Z | Compiling macaddr v1.0.1 |
| 558 | 2026-04-06T15:38:19.479Z | Compiling toml_edit v0.22.27 |
| 559 | 2026-04-06T15:38:19.941Z | Compiling usdt-macro v0.5.0 |
| 560 | 2026-04-06T15:38:19.944Z | Compiling usdt-attr-macro v0.5.0 |
| 561 | 2026-04-06T15:38:19.958Z | Compiling idna_adapter v1.2.1 |
| 562 | 2026-04-06T15:38:20.077Z | Compiling idna v1.1.0 |
| 563 | 2026-04-06T15:38:20.339Z | Compiling url v2.5.8 |
| 564 | 2026-04-06T15:38:20.533Z | Compiling usdt v0.5.0 |
| 565 | 2026-04-06T15:38:20.727Z | Compiling toml v0.8.23 |
| 566 | 2026-04-06T15:38:21.058Z | Compiling cargo-util-schemas v0.8.2 |
| 567 | 2026-04-06T15:38:21.058Z | Compiling cargo_toml v0.21.0 |
| 568 | 2026-04-06T15:38:21.854Z | Compiling cargo_metadata v0.21.0 |
| 569 | 2026-04-06T15:38:22.784Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 570 | 2026-04-06T15:38:24.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.48s |
| 571 | 2026-04-06T15:38:25.132Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 572 | 2026-04-06T15:38:25.680Z | Downloading crates ... |
| 573 | 2026-04-06T15:38:25.791Z | Downloaded arrayref v0.3.9 |
| 574 | 2026-04-06T15:38:25.794Z | Downloaded aead v0.5.2 |
| 575 | 2026-04-06T15:38:25.798Z | Downloaded assert_matches v1.5.0 |
| 576 | 2026-04-06T15:38:25.801Z | Downloaded document-features v0.2.12 |
| 577 | 2026-04-06T15:38:25.801Z | Downloaded adler2 v2.0.1 |
| 578 | 2026-04-06T15:38:25.801Z | Downloaded async-recursion v1.1.1 |
| 579 | 2026-04-06T15:38:25.804Z | Downloaded async-stream-impl v0.3.6 |
| 580 | 2026-04-06T15:38:25.807Z | Downloaded darling_macro v0.23.0 |
| 581 | 2026-04-06T15:38:25.807Z | Downloaded ascii-canvas v3.0.0 |
| 582 | 2026-04-06T15:38:25.807Z | Downloaded async-stream v0.3.6 |
| 583 | 2026-04-06T15:38:25.810Z | Downloaded atty v0.2.14 |
| 584 | 2026-04-06T15:38:25.810Z | Downloaded array-init v0.0.4 |
| 585 | 2026-04-06T15:38:25.810Z | Downloaded daft-derive v0.1.5 |
| 586 | 2026-04-06T15:38:25.813Z | Downloaded darling_macro v0.20.11 |
| 587 | 2026-04-06T15:38:25.816Z | Downloaded crunchy v0.2.4 |
| 588 | 2026-04-06T15:38:25.817Z | Downloaded crucible-workspace-hack v0.1.0 |
| 589 | 2026-04-06T15:38:25.817Z | Downloaded atomicwrites v0.4.4 |
| 590 | 2026-04-06T15:38:25.820Z | Downloaded drift v0.1.3 |
| 591 | 2026-04-06T15:38:25.823Z | Downloaded darling_core v0.21.3 |
| 592 | 2026-04-06T15:38:25.826Z | Downloaded float-cmp v0.10.0 |
| 593 | 2026-04-06T15:38:25.826Z | Downloaded cstr-argument v0.1.2 |
| 594 | 2026-04-06T15:38:25.826Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 595 | 2026-04-06T15:38:25.826Z | Downloaded base16ct v0.2.0 |
| 596 | 2026-04-06T15:38:25.829Z | Downloaded crossbeam-deque v0.8.6 |
| 597 | 2026-04-06T15:38:25.829Z | Downloaded chacha20 v0.9.1 |
| 598 | 2026-04-06T15:38:25.829Z | Downloaded atomic-waker v1.1.2 |
| 599 | 2026-04-06T15:38:25.833Z | Downloaded darling_macro v0.21.3 |
| 600 | 2026-04-06T15:38:25.833Z | Downloaded bit-set v0.5.3 |
| 601 | 2026-04-06T15:38:25.833Z | Downloaded ctr v0.9.2 |
| 602 | 2026-04-06T15:38:25.836Z | Downloaded csv-core v0.1.13 |
| 603 | 2026-04-06T15:38:25.839Z | Downloaded bb8 v0.8.6 |
| 604 | 2026-04-06T15:38:25.842Z | Downloaded arrayvec v0.7.6 |
| 605 | 2026-04-06T15:38:25.842Z | Downloaded backoff v0.4.0 |
| 606 | 2026-04-06T15:38:25.847Z | Downloaded crossbeam-epoch v0.9.18 |
| 607 | 2026-04-06T15:38:25.850Z | Downloaded dirs-next v2.0.0 |
| 608 | 2026-04-06T15:38:25.853Z | Downloaded crc-catalog v2.4.0 |
| 609 | 2026-04-06T15:38:25.856Z | Downloaded block-padding v0.3.3 |
| 610 | 2026-04-06T15:38:25.856Z | Downloaded downcast-rs v2.0.2 |
| 611 | 2026-04-06T15:38:25.861Z | Downloaded console v0.15.11 |
| 612 | 2026-04-06T15:38:25.864Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 613 | 2026-04-06T15:38:25.864Z | Downloaded defmt-parser v1.0.0 |
| 614 | 2026-04-06T15:38:25.867Z | Downloaded darling v0.20.11 |
| 615 | 2026-04-06T15:38:25.870Z | Downloaded derive_builder_macro v0.20.2 |
| 616 | 2026-04-06T15:38:25.870Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 617 | 2026-04-06T15:38:25.870Z | Downloaded cargo-platform v0.1.9 |
| 618 | 2026-04-06T15:38:25.870Z | Downloaded async-bb8-diesel v0.2.1 |
| 619 | 2026-04-06T15:38:25.873Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 620 | 2026-04-06T15:38:25.876Z | Downloaded foreign-types v0.3.2 |
| 621 | 2026-04-06T15:38:25.876Z | Downloaded endian-type v0.1.2 |
| 622 | 2026-04-06T15:38:25.881Z | Downloaded cfg_aliases v0.1.1 |
| 623 | 2026-04-06T15:38:25.881Z | Downloaded bitfield-macros v0.19.4 |
| 624 | 2026-04-06T15:38:25.884Z | Downloaded ciborium-io v0.2.2 |
| 625 | 2026-04-06T15:38:25.884Z | Downloaded env_filter v1.0.0 |
| 626 | 2026-04-06T15:38:25.884Z | Downloaded dof v0.4.0 |
| 627 | 2026-04-06T15:38:25.884Z | Downloaded filetime v0.2.27 |
| 628 | 2026-04-06T15:38:25.887Z | Downloaded env_logger v0.11.9 |
| 629 | 2026-04-06T15:38:25.887Z | Downloaded ed25519 v2.2.3 |
| 630 | 2026-04-06T15:38:25.890Z | Downloaded darling v0.23.0 |
| 631 | 2026-04-06T15:38:25.893Z | Downloaded difflib v0.4.0 |
| 632 | 2026-04-06T15:38:25.893Z | Downloaded ciborium-ll v0.2.2 |
| 633 | 2026-04-06T15:38:25.893Z | Downloaded async-trait v0.1.89 |
| 634 | 2026-04-06T15:38:25.896Z | Downloaded embedded-io v0.4.0 |
| 635 | 2026-04-06T15:38:25.896Z | Downloaded daft v0.1.5 |
| 636 | 2026-04-06T15:38:25.900Z | Downloaded foreign-types-shared v0.1.1 |
| 637 | 2026-04-06T15:38:25.900Z | Downloaded fixedbitset v0.4.2 |
| 638 | 2026-04-06T15:38:25.900Z | Downloaded display-error-chain v0.2.2 |
| 639 | 2026-04-06T15:38:25.900Z | Downloaded critical-section v1.2.0 |
| 640 | 2026-04-06T15:38:25.903Z | Downloaded base64ct v1.8.3 |
| 641 | 2026-04-06T15:38:25.903Z | Downloaded blowfish v0.9.1 |
| 642 | 2026-04-06T15:38:25.903Z | Downloaded dirs-sys-next v0.1.2 |
| 643 | 2026-04-06T15:38:25.906Z | Downloaded foreign-types-macros v0.2.3 |
| 644 | 2026-04-06T15:38:25.906Z | Downloaded debug-ignore v1.0.5 |
| 645 | 2026-04-06T15:38:25.909Z | Downloaded convert_case v0.4.0 |
| 646 | 2026-04-06T15:38:25.909Z | Downloaded castaway v0.2.4 |
| 647 | 2026-04-06T15:38:25.909Z | Downloaded crc8 v0.1.1 |
| 648 | 2026-04-06T15:38:25.913Z | Downloaded fd-lock v4.0.4 |
| 649 | 2026-04-06T15:38:25.913Z | Downloaded defmt v0.3.100 |
| 650 | 2026-04-06T15:38:25.913Z | Downloaded foreign-types-shared v0.3.1 |
| 651 | 2026-04-06T15:38:25.913Z | Downloaded foreign-types v0.5.0 |
| 652 | 2026-04-06T15:38:25.917Z | Downloaded flagset v0.4.7 |
| 653 | 2026-04-06T15:38:25.917Z | Downloaded cobs v0.3.0 |
| 654 | 2026-04-06T15:38:25.917Z | Downloaded embedded-io v0.6.1 |
| 655 | 2026-04-06T15:38:25.917Z | Downloaded cfg_aliases v0.2.1 |
| 656 | 2026-04-06T15:38:25.921Z | Downloaded dunce v1.0.5 |
| 657 | 2026-04-06T15:38:25.921Z | Downloaded cpufeatures v0.3.0 |
| 658 | 2026-04-06T15:38:25.924Z | Downloaded crc v3.4.0 |
| 659 | 2026-04-06T15:38:25.924Z | Downloaded deranged v0.5.8 |
| 660 | 2026-04-06T15:38:25.924Z | Downloaded float-ord v0.3.2 |
| 661 | 2026-04-06T15:38:25.927Z | Downloaded dsl_auto_type v0.2.0 |
| 662 | 2026-04-06T15:38:25.927Z | Downloaded darling_core v0.20.11 |
| 663 | 2026-04-06T15:38:25.930Z | Downloaded bit-set v0.8.0 |
| 664 | 2026-04-06T15:38:25.930Z | Downloaded bcs v0.1.6 |
| 665 | 2026-04-06T15:38:25.934Z | Downloaded globwalk v0.9.1 |
| 666 | 2026-04-06T15:38:25.934Z | Downloaded gethostname v0.5.0 |
| 667 | 2026-04-06T15:38:25.934Z | Downloaded futures-core v0.3.32 |
| 668 | 2026-04-06T15:38:25.934Z | Downloaded funty v2.0.0 |
| 669 | 2026-04-06T15:38:25.937Z | Downloaded fxhash v0.2.1 |
| 670 | 2026-04-06T15:38:25.937Z | Downloaded futures-io v0.3.32 |
| 671 | 2026-04-06T15:38:25.937Z | Downloaded crossbeam-utils v0.8.21 |
| 672 | 2026-04-06T15:38:25.940Z | Downloaded hash32 v0.3.1 |
| 673 | 2026-04-06T15:38:25.940Z | Downloaded diesel-dtrace v0.5.0 |
| 674 | 2026-04-06T15:38:25.940Z | Downloaded derive-ex v0.1.8 |
| 675 | 2026-04-06T15:38:25.943Z | Downloaded defmt-macros v1.0.1 |
| 676 | 2026-04-06T15:38:25.943Z | Downloaded hash32 v0.2.1 |
| 677 | 2026-04-06T15:38:25.946Z | Downloaded headers-core v0.3.0 |
| 678 | 2026-04-06T15:38:25.946Z | Downloaded cipher v0.4.4 |
| 679 | 2026-04-06T15:38:25.946Z | Downloaded bitflags v1.3.2 |
| 680 | 2026-04-06T15:38:25.949Z | Downloaded darling_core v0.23.0 |
| 681 | 2026-04-06T15:38:25.952Z | Downloaded ahash v0.8.12 |
| 682 | 2026-04-06T15:38:25.952Z | Downloaded foldhash v0.2.0 |
| 683 | 2026-04-06T15:38:25.955Z | Downloaded foldhash v0.1.5 |
| 684 | 2026-04-06T15:38:25.956Z | Downloaded cmake v0.1.57 |
| 685 | 2026-04-06T15:38:25.956Z | Downloaded bitfield-struct v0.6.2 |
| 686 | 2026-04-06T15:38:25.959Z | Downloaded ena v0.14.4 |
| 687 | 2026-04-06T15:38:25.959Z | Downloaded derive_builder_core v0.20.2 |
| 688 | 2026-04-06T15:38:25.959Z | Downloaded enum-as-inner v0.6.1 |
| 689 | 2026-04-06T15:38:25.962Z | Downloaded dyn-clone v1.0.20 |
| 690 | 2026-04-06T15:38:25.962Z | Downloaded data-encoding v2.10.0 |
| 691 | 2026-04-06T15:38:25.962Z | Downloaded bitfield v0.19.4 |
| 692 | 2026-04-06T15:38:25.965Z | Downloaded der_derive v0.7.3 |
| 693 | 2026-04-06T15:38:25.965Z | Downloaded bit-vec v0.8.0 |
| 694 | 2026-04-06T15:38:25.965Z | Downloaded find-msvc-tools v0.1.9 |
| 695 | 2026-04-06T15:38:25.968Z | Downloaded ff v0.13.1 |
| 696 | 2026-04-06T15:38:25.969Z | Downloaded byte-wrapper v0.1.0 |
| 697 | 2026-04-06T15:38:25.972Z | Downloaded fallible-iterator v0.2.0 |
| 698 | 2026-04-06T15:38:25.972Z | Downloaded ghash v0.5.1 |
| 699 | 2026-04-06T15:38:25.972Z | Downloaded futures-task v0.3.32 |
| 700 | 2026-04-06T15:38:25.975Z | Downloaded http-range v0.1.5 |
| 701 | 2026-04-06T15:38:25.975Z | Downloaded hubpack v0.1.2 |
| 702 | 2026-04-06T15:38:25.975Z | Downloaded httpdate v1.0.3 |
| 703 | 2026-04-06T15:38:25.975Z | Downloaded git-stub v1.0.0 |
| 704 | 2026-04-06T15:38:25.978Z | Downloaded futures-macro v0.3.32 |
| 705 | 2026-04-06T15:38:25.978Z | Downloaded hostname v0.3.1 |
| 706 | 2026-04-06T15:38:25.979Z | Downloaded home v0.5.12 |
| 707 | 2026-04-06T15:38:25.979Z | Downloaded futures-sink v0.3.32 |
| 708 | 2026-04-06T15:38:25.981Z | Downloaded backon v1.6.0 |
| 709 | 2026-04-06T15:38:25.981Z | Downloaded erased-serde v0.3.31 |
| 710 | 2026-04-06T15:38:25.985Z | Downloaded either v1.15.0 |
| 711 | 2026-04-06T15:38:25.985Z | Downloaded git-stub-vcs v0.1.0 |
| 712 | 2026-04-06T15:38:25.985Z | Downloaded ecdsa v0.16.9 |
| 713 | 2026-04-06T15:38:25.988Z | Downloaded hubpack_derive v0.1.1 |
| 714 | 2026-04-06T15:38:25.988Z | Downloaded dtrace-parser v0.3.0 |
| 715 | 2026-04-06T15:38:25.988Z | Downloaded convert_case v0.10.0 |
| 716 | 2026-04-06T15:38:25.988Z | Downloaded colored v3.1.1 |
| 717 | 2026-04-06T15:38:25.992Z | Downloaded bit-vec v0.6.3 |
| 718 | 2026-04-06T15:38:25.992Z | Downloaded group v0.13.0 |
| 719 | 2026-04-06T15:38:25.995Z | Downloaded globset v0.4.18 |
| 720 | 2026-04-06T15:38:25.995Z | Downloaded hex v0.4.3 |
| 721 | 2026-04-06T15:38:25.995Z | Downloaded corncobs v0.1.4 |
| 722 | 2026-04-06T15:38:25.998Z | Downloaded cassowary v0.3.0 |
| 723 | 2026-04-06T15:38:25.998Z | Downloaded fixedbitset v0.5.7 |
| 724 | 2026-04-06T15:38:26.001Z | Downloaded derive_builder v0.20.2 |
| 725 | 2026-04-06T15:38:26.001Z | Downloaded indent_write v2.2.0 |
| 726 | 2026-04-06T15:38:26.004Z | Downloaded internet-checksum v0.2.1 |
| 727 | 2026-04-06T15:38:26.004Z | Downloaded instant v0.1.13 |
| 728 | 2026-04-06T15:38:26.004Z | Downloaded bzip2 v0.6.1 |
| 729 | 2026-04-06T15:38:26.007Z | Downloaded inout v0.1.4 |
| 730 | 2026-04-06T15:38:26.007Z | Downloaded darling v0.21.3 |
| 731 | 2026-04-06T15:38:26.010Z | Downloaded diff v0.1.13 |
| 732 | 2026-04-06T15:38:26.013Z | Downloaded constant_time_eq v0.4.2 |
| 733 | 2026-04-06T15:38:26.014Z | Downloaded futures-executor v0.3.32 |
| 734 | 2026-04-06T15:38:26.014Z | Downloaded hostname v0.4.2 |
| 735 | 2026-04-06T15:38:26.017Z | Downloaded fs-err v2.11.0 |
| 736 | 2026-04-06T15:38:26.017Z | Downloaded buf-list v1.1.2 |
| 737 | 2026-04-06T15:38:26.020Z | Downloaded cexpr v0.6.0 |
| 738 | 2026-04-06T15:38:26.020Z | Downloaded des v0.8.1 |
| 739 | 2026-04-06T15:38:26.020Z | Downloaded cookie v0.18.1 |
| 740 | 2026-04-06T15:38:26.023Z | Downloaded bzip2 v0.4.4 |
| 741 | 2026-04-06T15:38:26.023Z | Downloaded argon2 v0.5.3 |
| 742 | 2026-04-06T15:38:26.026Z | Downloaded hyper-tls v0.6.0 |
| 743 | 2026-04-06T15:38:26.026Z | Downloaded http-body v1.0.1 |
| 744 | 2026-04-06T15:38:26.026Z | Downloaded hex-literal v0.4.1 |
| 745 | 2026-04-06T15:38:26.029Z | Downloaded ident_case v1.0.1 |
| 746 | 2026-04-06T15:38:26.029Z | Downloaded crypto-bigint v0.5.5 |
| 747 | 2026-04-06T15:38:26.032Z | Downloaded crossbeam-channel v0.5.15 |
| 748 | 2026-04-06T15:38:26.035Z | Downloaded libscf-sys v1.1.0 |
| 749 | 2026-04-06T15:38:26.035Z | Downloaded lalrpop-util v0.19.12 |
| 750 | 2026-04-06T15:38:26.035Z | Downloaded is_ci v1.2.0 |
| 751 | 2026-04-06T15:38:26.038Z | Downloaded instability v0.3.11 |
| 752 | 2026-04-06T15:38:26.038Z | Downloaded indoc v1.0.9 |
| 753 | 2026-04-06T15:38:26.038Z | Downloaded defmt v1.0.1 |
| 754 | 2026-04-06T15:38:26.041Z | Downloaded keccak v0.1.6 |
| 755 | 2026-04-06T15:38:26.041Z | Downloaded getrandom v0.2.17 |
| 756 | 2026-04-06T15:38:26.044Z | Downloaded cookie_store v0.22.1 |
| 757 | 2026-04-06T15:38:26.045Z | Downloaded const_format_proc_macros v0.2.34 |
| 758 | 2026-04-06T15:38:26.047Z | Downloaded cancel-safe-futures v0.1.5 |
| 759 | 2026-04-06T15:38:26.050Z | Downloaded humantime v2.3.0 |
| 760 | 2026-04-06T15:38:26.050Z | Downloaded cargo_metadata v0.19.2 |
| 761 | 2026-04-06T15:38:26.053Z | Downloaded http-body-util v0.1.3 |
| 762 | 2026-04-06T15:38:26.053Z | Downloaded derive_more v0.99.20 |
| 763 | 2026-04-06T15:38:26.057Z | Downloaded dropshot_endpoint v0.16.7 |
| 764 | 2026-04-06T15:38:26.059Z | Downloaded chacha20 v0.10.0 |
| 765 | 2026-04-06T15:38:26.059Z | Downloaded lru-cache v0.1.2 |
| 766 | 2026-04-06T15:38:26.060Z | Downloaded lazy_static v1.5.0 |
| 767 | 2026-04-06T15:38:27.066Z | Downloaded managed v0.8.0 |
| 768 | 2026-04-06T15:38:27.066Z | Downloaded memoffset v0.9.1 |
| 769 | 2026-04-06T15:38:27.066Z | Downloaded md5 v0.7.0 |
| 770 | 2026-04-06T15:38:27.071Z | Downloaded match_cfg v0.1.0 |
| 771 | 2026-04-06T15:38:27.071Z | Downloaded maplit v1.0.2 |
| 772 | 2026-04-06T15:38:27.071Z | Downloaded lzss v0.8.2 |
| 773 | 2026-04-06T15:38:27.071Z | Downloaded derive-where v1.6.0 |
| 774 | 2026-04-06T15:38:27.071Z | Downloaded elliptic-curve v0.13.8 |
| 775 | 2026-04-06T15:38:27.071Z | Downloaded lru-slab v0.1.2 |
| 776 | 2026-04-06T15:38:27.071Z | Downloaded blake2 v0.10.6 |
| 777 | 2026-04-06T15:38:27.071Z | Downloaded lru v0.12.5 |
| 778 | 2026-04-06T15:38:27.071Z | Downloaded is-terminal v0.4.17 |
| 779 | 2026-04-06T15:38:27.071Z | Downloaded ingot-types v0.1.2 |
| 780 | 2026-04-06T15:38:27.071Z | Downloaded crc32fast v1.5.0 |
| 781 | 2026-04-06T15:38:27.071Z | Downloaded const-oid v0.9.6 |
| 782 | 2026-04-06T15:38:27.071Z | Downloaded ipnet v2.11.0 |
| 783 | 2026-04-06T15:38:27.071Z | Downloaded colored v2.2.0 |
| 784 | 2026-04-06T15:38:27.071Z | Downloaded ipnetwork v0.21.1 |
| 785 | 2026-04-06T15:38:27.071Z | Downloaded newline-converter v0.3.0 |
| 786 | 2026-04-06T15:38:27.071Z | Downloaded mime v0.3.17 |
| 787 | 2026-04-06T15:38:27.071Z | Downloaded bytes v1.11.1 |
| 788 | 2026-04-06T15:38:27.071Z | Downloaded ciborium v0.2.2 |
| 789 | 2026-04-06T15:38:27.071Z | Downloaded hmac v0.12.1 |
| 790 | 2026-04-06T15:38:27.071Z | Downloaded cbc v0.1.2 |
| 791 | 2026-04-06T15:38:27.071Z | Downloaded camino-tempfile-ext v0.3.3 |
| 792 | 2026-04-06T15:38:27.071Z | Downloaded new_debug_unreachable v1.0.6 |
| 793 | 2026-04-06T15:38:27.071Z | Downloaded kstat-rs v0.2.4 |
| 794 | 2026-04-06T15:38:27.071Z | Downloaded linked-hash-map v0.5.6 |
| 795 | 2026-04-06T15:38:27.071Z | Downloaded fatfs v0.3.6 |
| 796 | 2026-04-06T15:38:27.071Z | Downloaded futures-channel v0.3.32 |
| 797 | 2026-04-06T15:38:27.071Z | Downloaded multimap v0.10.1 |
| 798 | 2026-04-06T15:38:27.071Z | Downloaded md-5 v0.10.6 |
| 799 | 2026-04-06T15:38:27.072Z | Downloaded libefi-sys v0.1.0 |
| 800 | 2026-04-06T15:38:27.072Z | Downloaded newtype_derive v0.1.6 |
| 801 | 2026-04-06T15:38:27.072Z | Downloaded allocator-api2 v0.2.21 |
| 802 | 2026-04-06T15:38:27.072Z | Downloaded libloading v0.8.9 |
| 803 | 2026-04-06T15:38:27.072Z | Downloaded num v0.4.3 |
| 804 | 2026-04-06T15:38:27.072Z | Downloaded ingot v0.1.1 |
| 805 | 2026-04-06T15:38:27.072Z | Downloaded nodrop v0.1.14 |
| 806 | 2026-04-06T15:38:27.072Z | Downloaded nibble_vec v0.1.0 |
| 807 | 2026-04-06T15:38:27.072Z | Downloaded newtype-uuid-macros v0.1.0 |
| 808 | 2026-04-06T15:38:27.072Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 809 | 2026-04-06T15:38:27.072Z | Downloaded openssl-probe v0.1.6 |
| 810 | 2026-04-06T15:38:27.072Z | Downloaded glob v0.3.3 |
| 811 | 2026-04-06T15:38:27.072Z | Downloaded num_enum_derive v0.5.11 |
| 812 | 2026-04-06T15:38:27.072Z | Downloaded num-derive v0.3.3 |
| 813 | 2026-04-06T15:38:27.072Z | Downloaded iana-time-zone v0.1.65 |
| 814 | 2026-04-06T15:38:27.072Z | Downloaded hyper-staticfile v0.10.1 |
| 815 | 2026-04-06T15:38:27.072Z | Downloaded half v2.7.1 |
| 816 | 2026-04-06T15:38:27.072Z | Downloaded crc-any v2.5.0 |
| 817 | 2026-04-06T15:38:27.072Z | Downloaded maybe-uninit v2.0.0 |
| 818 | 2026-04-06T15:38:27.072Z | Downloaded derive_more-impl v2.1.1 |
| 819 | 2026-04-06T15:38:27.072Z | Downloaded half v1.8.3 |
| 820 | 2026-04-06T15:38:27.072Z | Downloaded opaque-debug v0.3.1 |
| 821 | 2026-04-06T15:38:27.072Z | Downloaded olpc-cjson v0.1.4 |
| 822 | 2026-04-06T15:38:27.072Z | Downloaded mime_guess v2.0.5 |
| 823 | 2026-04-06T15:38:27.072Z | Downloaded num_threads v0.1.7 |
| 824 | 2026-04-06T15:38:27.072Z | Downloaded normalize-line-endings v0.3.0 |
| 825 | 2026-04-06T15:38:27.072Z | Downloaded num-iter v0.1.45 |
| 826 | 2026-04-06T15:38:27.072Z | Downloaded num-derive v0.4.2 |
| 827 | 2026-04-06T15:38:27.072Z | Downloaded nanorand v0.7.0 |
| 828 | 2026-04-06T15:38:27.072Z | Downloaded httparse v1.10.1 |
| 829 | 2026-04-06T15:38:27.072Z | Downloaded console v0.16.2 |
| 830 | 2026-04-06T15:38:27.072Z | Downloaded native-tls v0.2.18 |
| 831 | 2026-04-06T15:38:27.072Z | Downloaded libsw-core v0.3.2 |
| 832 | 2026-04-06T15:38:27.072Z | Downloaded parse-size v1.1.0 |
| 833 | 2026-04-06T15:38:27.072Z | Downloaded parse-display v0.10.0 |
| 834 | 2026-04-06T15:38:27.072Z | Downloaded openssl-probe v0.2.1 |
| 835 | 2026-04-06T15:38:27.072Z | Downloaded openssl-macros v0.1.1 |
| 836 | 2026-04-06T15:38:27.072Z | Downloaded libsw v3.5.0 |
| 837 | 2026-04-06T15:38:27.072Z | Downloaded pbkdf2 v0.12.2 |
| 838 | 2026-04-06T15:38:27.073Z | Downloaded pbkdf2 v0.11.0 |
| 839 | 2026-04-06T15:38:27.073Z | Downloaded clang-sys v1.8.1 |
| 840 | 2026-04-06T15:38:27.073Z | Downloaded linear-map v1.2.0 |
| 841 | 2026-04-06T15:38:27.073Z | Downloaded futures v0.3.32 |
| 842 | 2026-04-06T15:38:27.073Z | Downloaded num_enum v0.7.5 |
| 843 | 2026-04-06T15:38:27.073Z | Downloaded oso-derive v0.27.3 |
| 844 | 2026-04-06T15:38:27.073Z | Downloaded num-integer v0.1.46 |
| 845 | 2026-04-06T15:38:27.073Z | Downloaded peg-runtime v0.8.5 |
| 846 | 2026-04-06T15:38:27.073Z | Downloaded path-slash v0.1.5 |
| 847 | 2026-04-06T15:38:27.073Z | Downloaded packed_struct_codegen v0.10.1 |
| 848 | 2026-04-06T15:38:27.073Z | Downloaded nu-ansi-term v0.50.3 |
| 849 | 2026-04-06T15:38:27.073Z | Downloaded nonempty v0.12.0 |
| 850 | 2026-04-06T15:38:27.073Z | Downloaded lock_api v0.4.14 |
| 851 | 2026-04-06T15:38:27.073Z | Downloaded num_enum v0.5.11 |
| 852 | 2026-04-06T15:38:27.073Z | Downloaded indexmap v1.9.3 |
| 853 | 2026-04-06T15:38:27.073Z | Downloaded hyper-rustls v0.27.7 |
| 854 | 2026-04-06T15:38:27.073Z | Downloaded ingot-macros v0.1.1 |
| 855 | 2026-04-06T15:38:27.073Z | Downloaded ar_archive_writer v0.5.1 |
| 856 | 2026-04-06T15:38:27.073Z | Downloaded pin-utils v0.1.0 |
| 857 | 2026-04-06T15:38:27.073Z | Downloaded num-conv v0.2.0 |
| 858 | 2026-04-06T15:38:27.073Z | Downloaded num-complex v0.4.6 |
| 859 | 2026-04-06T15:38:27.073Z | Downloaded phf_shared v0.11.3 |
| 860 | 2026-04-06T15:38:27.073Z | Downloaded der v0.7.10 |
| 861 | 2026-04-06T15:38:27.073Z | Downloaded precomputed-hash v0.1.1 |
| 862 | 2026-04-06T15:38:27.073Z | Downloaded phf_shared v0.13.1 |
| 863 | 2026-04-06T15:38:27.073Z | Downloaded memmap2 v0.9.10 |
| 864 | 2026-04-06T15:38:27.073Z | Downloaded ed25519-dalek v2.2.0 |
| 865 | 2026-04-06T15:38:27.073Z | Downloaded compact_str v0.8.1 |
| 866 | 2026-04-06T15:38:27.073Z | Downloaded proc-macro-crate v1.3.1 |
| 867 | 2026-04-06T15:38:27.073Z | Downloaded packed_struct v0.10.1 |
| 868 | 2026-04-06T15:38:27.073Z | Downloaded num_enum_derive v0.7.5 |
| 869 | 2026-04-06T15:38:27.073Z | Downloaded jobserver v0.1.34 |
| 870 | 2026-04-06T15:38:27.078Z | Downloaded oxnet v0.1.4 |
| 871 | 2026-04-06T15:38:27.078Z | Downloaded phf_shared v0.12.1 |
| 872 | 2026-04-06T15:38:27.078Z | Downloaded newtype-uuid v1.3.2 |
| 873 | 2026-04-06T15:38:27.078Z | Downloaded chacha20poly1305 v0.10.1 |
| 874 | 2026-04-06T15:38:27.078Z | Downloaded progenitor-client v0.11.2 |
| 875 | 2026-04-06T15:38:27.078Z | Downloaded progenitor-client v0.10.0 |
| 876 | 2026-04-06T15:38:27.078Z | Downloaded pem v3.0.6 |
| 877 | 2026-04-06T15:38:27.078Z | Downloaded powerfmt v0.2.0 |
| 878 | 2026-04-06T15:38:27.078Z | Downloaded peg v0.8.5 |
| 879 | 2026-04-06T15:38:27.078Z | Downloaded peg-macros v0.8.5 |
| 880 | 2026-04-06T15:38:27.078Z | Downloaded flate2 v1.1.9 |
| 881 | 2026-04-06T15:38:27.078Z | Downloaded const_format v0.2.35 |
| 882 | 2026-04-06T15:38:27.078Z | Downloaded progenitor-macro v0.10.0 |
| 883 | 2026-04-06T15:38:27.078Z | Downloaded phf v0.13.1 |
| 884 | 2026-04-06T15:38:27.078Z | Downloaded pem-rfc7468 v0.7.0 |
| 885 | 2026-04-06T15:38:27.078Z | Downloaded predicates-core v1.0.10 |
| 886 | 2026-04-06T15:38:27.078Z | Downloaded paste v1.0.15 |
| 887 | 2026-04-06T15:38:27.079Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 888 | 2026-04-06T15:38:27.079Z | Downloaded hickory-resolver v0.25.2 |
| 889 | 2026-04-06T15:38:27.079Z | Downloaded proc-macro-crate v3.4.0 |
| 890 | 2026-04-06T15:38:27.079Z | Downloaded predicates-tree v1.0.13 |
| 891 | 2026-04-06T15:38:27.079Z | Downloaded parking_lot_core v0.8.6 |
| 892 | 2026-04-06T15:38:27.079Z | Downloaded multer v3.1.0 |
| 893 | 2026-04-06T15:38:27.079Z | Downloaded psl-types v2.0.11 |
| 894 | 2026-04-06T15:38:27.079Z | Downloaded owo-colors v4.3.0 |
| 895 | 2026-04-06T15:38:27.079Z | Downloaded progenitor-macro v0.11.2 |
| 896 | 2026-04-06T15:38:27.079Z | Downloaded litrs v1.0.0 |
| 897 | 2026-04-06T15:38:27.079Z | Downloaded indicatif v0.18.4 |
| 898 | 2026-04-06T15:38:27.079Z | Downloaded polyval v0.6.2 |
| 899 | 2026-04-06T15:38:27.079Z | Downloaded password-hash v0.4.2 |
| 900 | 2026-04-06T15:38:27.079Z | Downloaded base64 v0.22.1 |
| 901 | 2026-04-06T15:38:27.079Z | Downloaded parse-display-derive v0.10.0 |
| 902 | 2026-04-06T15:38:27.079Z | Downloaded oxide-tokio-rt v0.1.3 |
| 903 | 2026-04-06T15:38:27.079Z | Downloaded radium v0.7.0 |
| 904 | 2026-04-06T15:38:27.079Z | Downloaded crossterm v0.28.1 |
| 905 | 2026-04-06T15:38:27.079Z | Downloaded pin-project-lite v0.2.17 |
| 906 | 2026-04-06T15:38:27.079Z | Downloaded rand_chacha v0.3.1 |
| 907 | 2026-04-06T15:38:27.079Z | Downloaded parking_lot_core v0.9.12 |
| 908 | 2026-04-06T15:38:27.079Z | Downloaded poly1305 v0.8.0 |
| 909 | 2026-04-06T15:38:27.079Z | Downloaded quick-error v1.2.3 |
| 910 | 2026-04-06T15:38:27.079Z | Downloaded proc-macro-error2 v2.0.1 |
| 911 | 2026-04-06T15:38:27.079Z | Downloaded primeorder v0.13.6 |
| 912 | 2026-04-06T15:38:27.079Z | Downloaded expectorate v1.2.0 |
| 913 | 2026-04-06T15:38:27.079Z | Downloaded dropshot-api-manager v0.6.0 |
| 914 | 2026-04-06T15:38:27.079Z | Downloaded highway v1.3.0 |
| 915 | 2026-04-06T15:38:27.079Z | Downloaded rand_xorshift v0.4.0 |
| 916 | 2026-04-06T15:38:27.079Z | Downloaded ref-cast v1.0.25 |
| 917 | 2026-04-06T15:38:27.079Z | Downloaded recursive v0.1.1 |
| 918 | 2026-04-06T15:38:27.079Z | Downloaded bumpalo v3.20.2 |
| 919 | 2026-04-06T15:38:27.079Z | Downloaded indoc v2.0.7 |
| 920 | 2026-04-06T15:38:27.079Z | Downloaded aes-gcm v0.10.3 |
| 921 | 2026-04-06T15:38:27.079Z | Downloaded pkg-config v0.3.32 |
| 922 | 2026-04-06T15:38:27.079Z | Downloaded progenitor-macro v0.13.0 |
| 923 | 2026-04-06T15:38:27.079Z | Downloaded headers v0.4.1 |
| 924 | 2026-04-06T15:38:27.079Z | Downloaded ref-cast-impl v1.0.25 |
| 925 | 2026-04-06T15:38:27.080Z | Downloaded fs_extra v1.3.0 |
| 926 | 2026-04-06T15:38:27.080Z | Downloaded russh-cryptovec v0.7.3 |
| 927 | 2026-04-06T15:38:27.080Z | Downloaded libbz2-rs-sys v0.2.2 |
| 928 | 2026-04-06T15:38:27.080Z | Downloaded pin-project-internal v1.1.11 |
| 929 | 2026-04-06T15:38:27.080Z | Downloaded omicron-zone-package v0.12.2 |
| 930 | 2026-04-06T15:38:27.080Z | Downloaded hickory-resolver v0.24.4 |
| 931 | 2026-04-06T15:38:27.080Z | Downloaded rtoolbox v0.0.3 |
| 932 | 2026-04-06T15:38:27.080Z | Downloaded num-rational v0.4.2 |
| 933 | 2026-04-06T15:38:27.080Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 934 | 2026-04-06T15:38:27.080Z | Downloaded rfc6979 v0.4.0 |
| 935 | 2026-04-06T15:38:27.080Z | Downloaded rustc-hash v2.1.1 |
| 936 | 2026-04-06T15:38:27.080Z | Downloaded pkcs5 v0.7.1 |
| 937 | 2026-04-06T15:38:27.080Z | Downloaded rustc_version v0.4.1 |
| 938 | 2026-04-06T15:38:27.080Z | Downloaded diesel_derives v2.3.7 |
| 939 | 2026-04-06T15:38:27.080Z | Downloaded r2d2 v0.8.10 |
| 940 | 2026-04-06T15:38:27.080Z | Downloaded ppv-lite86 v0.2.21 |
| 941 | 2026-04-06T15:38:27.080Z | Downloaded postgres-protocol v0.6.10 |
| 942 | 2026-04-06T15:38:27.080Z | Downloaded derive_more v2.1.1 |
| 943 | 2026-04-06T15:38:27.080Z | Downloaded rustc_version v0.1.7 |
| 944 | 2026-04-06T15:38:27.080Z | Downloaded postgres-types v0.2.12 |
| 945 | 2026-04-06T15:38:27.080Z | Downloaded pkcs1 v0.7.5 |
| 946 | 2026-04-06T15:38:27.080Z | Downloaded heapless v0.7.17 |
| 947 | 2026-04-06T15:38:27.080Z | Downloaded progenitor v0.10.0 |
| 948 | 2026-04-06T15:38:27.080Z | Downloaded progenitor-client v0.13.0 |
| 949 | 2026-04-06T15:38:27.080Z | Downloaded password-hash v0.5.0 |
| 950 | 2026-04-06T15:38:27.080Z | Downloaded rand_core v0.9.5 |
| 951 | 2026-04-06T15:38:27.080Z | Downloaded predicates v3.1.4 |
| 952 | 2026-04-06T15:38:27.080Z | Downloaded progenitor v0.11.2 |
| 953 | 2026-04-06T15:38:27.080Z | Downloaded parking_lot v0.12.5 |
| 954 | 2026-04-06T15:38:27.080Z | Downloaded parking_lot v0.11.2 |
| 955 | 2026-04-06T15:38:27.080Z | Downloaded progenitor v0.13.0 |
| 956 | 2026-04-06T15:38:27.080Z | Downloaded rand_core v0.10.0 |
| 957 | 2026-04-06T15:38:27.080Z | Downloaded ignore v0.4.25 |
| 958 | 2026-04-06T15:38:27.080Z | Downloaded sapling-renderdag v0.1.0 |
| 959 | 2026-04-06T15:38:27.080Z | Downloaded pkcs8 v0.10.2 |
| 960 | 2026-04-06T15:38:27.080Z | Downloaded oso v0.27.3 |
| 961 | 2026-04-06T15:38:27.080Z | Downloaded rand_seeder v0.4.0 |
| 962 | 2026-04-06T15:38:27.080Z | Downloaded rand_core v0.6.4 |
| 963 | 2026-04-06T15:38:27.080Z | Downloaded progenitor-extras v0.1.1 |
| 964 | 2026-04-06T15:38:27.080Z | Downloaded getrandom v0.3.4 |
| 965 | 2026-04-06T15:38:27.081Z | Downloaded psm v0.1.30 |
| 966 | 2026-04-06T15:38:27.081Z | Downloaded flume v0.11.1 |
| 967 | 2026-04-06T15:38:27.081Z | Downloaded scroll_derive v0.13.1 |
| 968 | 2026-04-06T15:38:27.081Z | Downloaded scopeguard v1.2.0 |
| 969 | 2026-04-06T15:38:27.081Z | Downloaded seq-macro v0.3.6 |
| 970 | 2026-04-06T15:38:27.086Z | Downloaded secrecy v0.10.3 |
| 971 | 2026-04-06T15:38:27.086Z | Downloaded base64 v0.21.7 |
| 972 | 2026-04-06T15:38:27.086Z | Downloaded arc-swap v1.8.2 |
| 973 | 2026-04-06T15:38:27.086Z | Downloaded hickory-server v0.25.2 |
| 974 | 2026-04-06T15:38:27.086Z | Downloaded scrypt v0.11.0 |
| 975 | 2026-04-06T15:38:27.086Z | Downloaded scheduled-thread-pool v0.2.7 |
| 976 | 2026-04-06T15:38:27.086Z | Downloaded miniz_oxide v0.8.9 |
| 977 | 2026-04-06T15:38:27.086Z | Downloaded serde_plain v1.0.2 |
| 978 | 2026-04-06T15:38:27.086Z | Downloaded minimal-lexical v0.2.1 |
| 979 | 2026-04-06T15:38:27.086Z | Downloaded same-file v1.0.6 |
| 980 | 2026-04-06T15:38:27.086Z | Downloaded salsa20 v0.10.2 |
| 981 | 2026-04-06T15:38:27.086Z | Downloaded phf v0.12.1 |
| 982 | 2026-04-06T15:38:27.086Z | Downloaded secrecy v0.8.0 |
| 983 | 2026-04-06T15:38:27.086Z | Downloaded rustls-pemfile v1.0.4 |
| 984 | 2026-04-06T15:38:27.086Z | Downloaded heapless v0.8.0 |
| 985 | 2026-04-06T15:38:27.086Z | Downloaded serde_bytes v0.11.19 |
| 986 | 2026-04-06T15:38:27.086Z | Downloaded cc v1.2.56 |
| 987 | 2026-04-06T15:38:27.086Z | Downloaded serde_urlencoded v0.7.1 |
| 988 | 2026-04-06T15:38:27.086Z | Downloaded crossterm v0.29.0 |
| 989 | 2026-04-06T15:38:27.087Z | Downloaded postcard v1.1.3 |
| 990 | 2026-04-06T15:38:27.087Z | Downloaded rusty-fork v0.3.1 |
| 991 | 2026-04-06T15:38:27.087Z | Downloaded rustversion v1.0.22 |
| 992 | 2026-04-06T15:38:27.087Z | Downloaded rand_chacha v0.9.0 |
| 993 | 2026-04-06T15:38:27.087Z | Downloaded semver v0.1.20 |
| 994 | 2026-04-06T15:38:27.087Z | Downloaded rustls-native-certs v0.8.3 |
| 995 | 2026-04-06T15:38:27.087Z | Downloaded shell-words v1.1.1 |
| 996 | 2026-04-06T15:38:27.087Z | Downloaded sigpipe v0.1.3 |
| 997 | 2026-04-06T15:38:27.087Z | Downloaded serde_spanned v1.0.4 |
| 998 | 2026-04-06T15:38:27.087Z | Downloaded serde_repr v0.1.20 |
| 999 | 2026-04-06T15:38:27.087Z | Downloaded siphasher v1.0.2 |
| 1000 | 2026-04-06T15:38:27.087Z | Downloaded signature v2.2.0 |
| 1001 | 2026-04-06T15:38:27.087Z | Downloaded sha1 v0.10.6 |
| 1002 | 2026-04-06T15:38:27.087Z | Downloaded resolv-conf v0.7.6 |
| 1003 | 2026-04-06T15:38:27.087Z | Downloaded papergrid v0.17.0 |
| 1004 | 2026-04-06T15:38:27.087Z | Downloaded aes v0.8.4 |
| 1005 | 2026-04-06T15:38:27.087Z | Downloaded signal-hook-mio v0.2.5 |
| 1006 | 2026-04-06T15:38:27.087Z | Downloaded progenitor-impl v0.13.0 |
| 1007 | 2026-04-06T15:38:27.087Z | Downloaded serde-big-array v0.5.1 |
| 1008 | 2026-04-06T15:38:27.087Z | Downloaded scroll v0.13.0 |
| 1009 | 2026-04-06T15:38:27.087Z | Downloaded sct v0.7.1 |
| 1010 | 2026-04-06T15:38:27.087Z | Downloaded slog-envlogger v2.2.0 |
| 1011 | 2026-04-06T15:38:27.087Z | Downloaded hyper-util v0.1.20 |
| 1012 | 2026-04-06T15:38:27.087Z | Downloaded openssl-sys v0.9.111 |
| 1013 | 2026-04-06T15:38:27.087Z | Downloaded quinn-udp v0.5.14 |
| 1014 | 2026-04-06T15:38:27.087Z | Downloaded ssh-cipher v0.2.0 |
| 1015 | 2026-04-06T15:38:27.087Z | Downloaded schemars_derive v0.8.22 |
| 1016 | 2026-04-06T15:38:27.087Z | Downloaded itertools v0.10.5 |
| 1017 | 2026-04-06T15:38:27.087Z | Downloaded signal-hook-tokio v0.3.1 |
| 1018 | 2026-04-06T15:38:27.087Z | Downloaded rustls-pki-types v1.14.0 |
| 1019 | 2026-04-06T15:38:27.087Z | Downloaded slog-bunyan v2.5.0 |
| 1020 | 2026-04-06T15:38:27.087Z | Downloaded serde_path_to_error v0.1.20 |
| 1021 | 2026-04-06T15:38:27.087Z | Downloaded rustls-pemfile v2.2.0 |
| 1022 | 2026-04-06T15:38:27.087Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1023 | 2026-04-06T15:38:27.087Z | Downloaded structmeta-derive v0.3.0 |
| 1024 | 2026-04-06T15:38:27.087Z | Downloaded pin-project v1.1.11 |
| 1025 | 2026-04-06T15:38:27.087Z | Downloaded slog-json v2.6.1 |
| 1026 | 2026-04-06T15:38:27.087Z | Downloaded serde-hex v0.1.0 |
| 1027 | 2026-04-06T15:38:27.087Z | Downloaded sec1 v0.7.3 |
| 1028 | 2026-04-06T15:38:27.087Z | Downloaded structmeta v0.3.0 |
| 1029 | 2026-04-06T15:38:27.088Z | Downloaded slog-async v2.8.0 |
| 1030 | 2026-04-06T15:38:27.088Z | Downloaded slab v0.4.12 |
| 1031 | 2026-04-06T15:38:27.088Z | Downloaded signal-hook-registry v1.4.8 |
| 1032 | 2026-04-06T15:38:27.088Z | Downloaded serde_derive_internals v0.29.1 |
| 1033 | 2026-04-06T15:38:27.088Z | Downloaded ssh-encoding v0.2.0 |
| 1034 | 2026-04-06T15:38:27.088Z | Downloaded rcgen v0.12.1 |
| 1035 | 2026-04-06T15:38:27.088Z | Downloaded sync_wrapper v1.0.2 |
| 1036 | 2026-04-06T15:38:27.088Z | Downloaded tagptr v0.2.0 |
| 1037 | 2026-04-06T15:38:27.088Z | Downloaded tabwriter v1.4.1 |
| 1038 | 2026-04-06T15:38:27.088Z | Downloaded p256 v0.13.2 |
| 1039 | 2026-04-06T15:38:27.088Z | Downloaded tabled_derive v0.11.0 |
| 1040 | 2026-04-06T15:38:27.088Z | Downloaded slog-stdlog v4.1.1 |
| 1041 | 2026-04-06T15:38:27.088Z | Downloaded slog-scope v4.4.1 |
| 1042 | 2026-04-06T15:38:27.088Z | Downloaded russh-keys v0.45.0 |
| 1043 | 2026-04-06T15:38:27.088Z | Downloaded snafu-derive v0.8.9 |
| 1044 | 2026-04-06T15:38:27.088Z | Downloaded testing_table v0.3.0 |
| 1045 | 2026-04-06T15:38:27.088Z | Downloaded take_mut v0.2.2 |
| 1046 | 2026-04-06T15:38:27.088Z | Downloaded subtle v2.6.1 |
| 1047 | 2026-04-06T15:38:27.088Z | Downloaded strum v0.27.2 |
| 1048 | 2026-04-06T15:38:27.088Z | Downloaded strum v0.26.3 |
| 1049 | 2026-04-06T15:38:27.088Z | Downloaded sync-ptr v0.1.4 |
| 1050 | 2026-04-06T15:38:27.088Z | Downloaded supports-color v3.0.2 |
| 1051 | 2026-04-06T15:38:27.088Z | Downloaded serde_cbor v0.11.2 |
| 1052 | 2026-04-06T15:38:27.088Z | Downloaded simd-adler32 v0.3.8 |
| 1053 | 2026-04-06T15:38:27.088Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1054 | 2026-04-06T15:38:27.088Z | Downloaded string_cache v0.8.9 |
| 1055 | 2026-04-06T15:38:27.088Z | Downloaded progenitor-impl v0.10.0 |
| 1056 | 2026-04-06T15:38:27.088Z | Downloaded sqlparser_derive v0.5.0 |
| 1057 | 2026-04-06T15:38:27.088Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1058 | 2026-04-06T15:38:27.088Z | Downloaded progenitor-impl v0.11.2 |
| 1059 | 2026-04-06T15:38:27.088Z | Downloaded sqlformat v0.3.5 |
| 1060 | 2026-04-06T15:38:27.088Z | Downloaded shlex v1.3.0 |
| 1061 | 2026-04-06T15:38:27.088Z | Downloaded tap v1.0.1 |
| 1062 | 2026-04-06T15:38:27.088Z | Downloaded slog-dtrace v0.3.0 |
| 1063 | 2026-04-06T15:38:27.088Z | Downloaded termtree v0.5.1 |
| 1064 | 2026-04-06T15:38:27.088Z | Downloaded stringprep v0.1.5 |
| 1065 | 2026-04-06T15:38:27.088Z | Downloaded strum_macros v0.27.2 |
| 1066 | 2026-04-06T15:38:27.088Z | Downloaded tinyvec_macros v0.1.1 |
| 1067 | 2026-04-06T15:38:27.088Z | Downloaded strum_macros v0.26.4 |
| 1068 | 2026-04-06T15:38:27.088Z | Downloaded strum_macros v0.24.3 |
| 1069 | 2026-04-06T15:38:27.089Z | Downloaded jiff-static v0.2.21 |
| 1070 | 2026-04-06T15:38:27.093Z | Downloaded nom v7.1.3 |
| 1071 | 2026-04-06T15:38:27.093Z | Downloaded slog-term v2.9.2 |
| 1072 | 2026-04-06T15:38:27.093Z | Downloaded time-core v0.1.8 |
| 1073 | 2026-04-06T15:38:27.093Z | Downloaded thread-id v5.1.0 |
| 1074 | 2026-04-06T15:38:27.093Z | Downloaded smf v0.2.3 |
| 1075 | 2026-04-06T15:38:27.093Z | Downloaded support-bundle-viewer v0.1.2 |
| 1076 | 2026-04-06T15:38:27.093Z | Downloaded smallvec v0.6.14 |
| 1077 | 2026-04-06T15:38:27.093Z | Downloaded spki v0.7.3 |
| 1078 | 2026-04-06T15:38:27.093Z | Downloaded hashbrown v0.13.2 |
| 1079 | 2026-04-06T15:38:27.093Z | Downloaded hashbrown v0.12.3 |
| 1080 | 2026-04-06T15:38:27.093Z | Downloaded prettyplease v0.2.37 |
| 1081 | 2026-04-06T15:38:27.093Z | Downloaded libxml v0.3.3 |
| 1082 | 2026-04-06T15:38:27.093Z | Downloaded termios v0.3.3 |
| 1083 | 2026-04-06T15:38:27.093Z | Downloaded topological-sort v0.2.2 |
| 1084 | 2026-04-06T15:38:27.093Z | Downloaded publicsuffix v2.3.0 |
| 1085 | 2026-04-06T15:38:27.093Z | Downloaded spin v0.9.8 |
| 1086 | 2026-04-06T15:38:27.093Z | Downloaded static_assertions v1.1.0 |
| 1087 | 2026-04-06T15:38:27.093Z | Downloaded serde_with_macros v3.17.0 |
| 1088 | 2026-04-06T15:38:27.093Z | Downloaded thiserror-no-std v2.0.2 |
| 1089 | 2026-04-06T15:38:27.093Z | Downloaded time-macros v0.2.27 |
| 1090 | 2026-04-06T15:38:27.093Z | Downloaded quinn v0.11.9 |
| 1091 | 2026-04-06T15:38:27.093Z | Downloaded ron v0.8.1 |
| 1092 | 2026-04-06T15:38:27.093Z | Downloaded trait-variant v0.1.2 |
| 1093 | 2026-04-06T15:38:27.093Z | Downloaded tower-layer v0.3.3 |
| 1094 | 2026-04-06T15:38:27.093Z | Downloaded tiny-keccak v2.0.2 |
| 1095 | 2026-04-06T15:38:27.093Z | Downloaded num-bigint v0.4.6 |
| 1096 | 2026-04-06T15:38:27.093Z | Downloaded itertools v0.12.1 |
| 1097 | 2026-04-06T15:38:27.093Z | Downloaded ryu v1.0.23 |
| 1098 | 2026-04-06T15:38:27.093Z | Downloaded itertools v0.13.0 |
| 1099 | 2026-04-06T15:38:27.093Z | Downloaded try-lock v0.2.5 |
| 1100 | 2026-04-06T15:38:27.093Z | Downloaded tokio-macros v2.6.0 |
| 1101 | 2026-04-06T15:38:27.093Z | Downloaded tls_codec_derive v0.4.2 |
| 1102 | 2026-04-06T15:38:27.093Z | Downloaded slog v2.8.2 |
| 1103 | 2026-04-06T15:38:27.094Z | Downloaded http v1.4.0 |
| 1104 | 2026-04-06T15:38:27.094Z | Downloaded schemars v0.9.0 |
| 1105 | 2026-04-06T15:38:27.094Z | Downloaded tower-service v0.3.3 |
| 1106 | 2026-04-06T15:38:27.094Z | Downloaded aho-corasick v1.1.4 |
| 1107 | 2026-04-06T15:38:27.094Z | Downloaded tokio-tungstenite v0.23.1 |
| 1108 | 2026-04-06T15:38:27.094Z | Downloaded tokio-tungstenite v0.21.0 |
| 1109 | 2026-04-06T15:38:27.094Z | Downloaded hyper v1.8.1 |
| 1110 | 2026-04-06T15:38:27.094Z | Downloaded iddqd v0.3.17 |
| 1111 | 2026-04-06T15:38:27.094Z | Downloaded unarray v0.1.4 |
| 1112 | 2026-04-06T15:38:27.094Z | Downloaded tokio-rustls v0.25.0 |
| 1113 | 2026-04-06T15:38:27.094Z | Downloaded untrusted v0.7.1 |
| 1114 | 2026-04-06T15:38:27.094Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1115 | 2026-04-06T15:38:27.094Z | Downloaded term v1.2.1 |
| 1116 | 2026-04-06T15:38:27.094Z | Downloaded usdt-attr-macro v0.6.0 |
| 1117 | 2026-04-06T15:38:27.094Z | Downloaded rayon-core v1.13.0 |
| 1118 | 2026-04-06T15:38:27.094Z | Downloaded socket2 v0.6.2 |
| 1119 | 2026-04-06T15:38:27.094Z | Downloaded thread_local v1.1.9 |
| 1120 | 2026-04-06T15:38:27.094Z | Downloaded pretty_assertions v1.4.1 |
| 1121 | 2026-04-06T15:38:27.094Z | Downloaded typify-macro v0.4.3 |
| 1122 | 2026-04-06T15:38:27.094Z | Downloaded tokio-dtrace v0.1.1 |
| 1123 | 2026-04-06T15:38:27.094Z | Downloaded iri-string v0.7.10 |
| 1124 | 2026-04-06T15:38:27.094Z | Downloaded prefix-trie v0.7.0 |
| 1125 | 2026-04-06T15:38:27.094Z | Downloaded utf-8 v0.7.6 |
| 1126 | 2026-04-06T15:38:27.094Z | Downloaded unit-prefix v0.5.2 |
| 1127 | 2026-04-06T15:38:27.094Z | Downloaded unicode-truncate v1.1.0 |
| 1128 | 2026-04-06T15:38:27.094Z | Downloaded untrusted v0.9.0 |
| 1129 | 2026-04-06T15:38:27.094Z | Downloaded stacker v0.1.23 |
| 1130 | 2026-04-06T15:38:27.094Z | Downloaded rustls-webpki v0.103.9 |
| 1131 | 2026-04-06T15:38:27.094Z | Downloaded typify-macro v0.6.1 |
| 1132 | 2026-04-06T15:38:27.094Z | Downloaded wait-timeout v0.2.1 |
| 1133 | 2026-04-06T15:38:27.094Z | Downloaded usdt-macro v0.6.0 |
| 1134 | 2026-04-06T15:38:27.094Z | Downloaded universal-hash v0.5.1 |
| 1135 | 2026-04-06T15:38:27.094Z | Downloaded want v0.3.1 |
| 1136 | 2026-04-06T15:38:27.094Z | Downloaded void v1.0.2 |
| 1137 | 2026-04-06T15:38:27.094Z | Downloaded similar v2.7.0 |
| 1138 | 2026-04-06T15:38:27.094Z | Downloaded xattr v1.6.1 |
| 1139 | 2026-04-06T15:38:27.094Z | Downloaded tokio-native-tls v0.3.1 |
| 1140 | 2026-04-06T15:38:27.094Z | Downloaded tui-tree-widget v0.23.1 |
| 1141 | 2026-04-06T15:38:27.094Z | Downloaded qorb v0.4.1 |
| 1142 | 2026-04-06T15:38:27.095Z | Downloaded libm v0.2.16 |
| 1143 | 2026-04-06T15:38:27.095Z | Downloaded schemars v1.2.1 |
| 1144 | 2026-04-06T15:38:27.095Z | Downloaded signal-hook v0.3.18 |
| 1145 | 2026-04-06T15:38:27.095Z | Downloaded schemars v0.8.22 |
| 1146 | 2026-04-06T15:38:27.095Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1147 | 2026-04-06T15:38:27.095Z | Downloaded russh v0.45.0 |
| 1148 | 2026-04-06T15:38:27.095Z | Downloaded term v0.7.0 |
| 1149 | 2026-04-06T15:38:27.095Z | Downloaded socket2 v0.5.10 |
| 1150 | 2026-04-06T15:38:27.095Z | Downloaded usdt v0.6.0 |
| 1151 | 2026-04-06T15:38:27.095Z | Downloaded hashbrown v0.15.5 |
| 1152 | 2026-04-06T15:38:27.095Z | Downloaded zeroize_derive v1.4.3 |
| 1153 | 2026-04-06T15:38:27.095Z | Downloaded itertools v0.14.0 |
| 1154 | 2026-04-06T15:38:27.095Z | Downloaded waitgroup v0.1.2 |
| 1155 | 2026-04-06T15:38:27.095Z | Downloaded tls_codec v0.4.2 |
| 1156 | 2026-04-06T15:38:27.095Z | Downloaded usdt-impl v0.6.0 |
| 1157 | 2026-04-06T15:38:27.095Z | Downloaded xshell-macros v0.2.7 |
| 1158 | 2026-04-06T15:38:27.095Z | Downloaded tinyvec v1.10.0 |
| 1159 | 2026-04-06T15:38:27.095Z | Downloaded p521 v0.13.3 |
| 1160 | 2026-04-06T15:38:27.095Z | Downloaded zone_cfg_derive v0.3.1 |
| 1161 | 2026-04-06T15:38:27.095Z | Downloaded hkdf v0.12.4 |
| 1162 | 2026-04-06T15:38:27.095Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1163 | 2026-04-06T15:38:27.095Z | Downloaded tokio-stream v0.1.18 |
| 1164 | 2026-04-06T15:38:27.095Z | Downloaded whoami v1.6.1 |
| 1165 | 2026-04-06T15:38:27.095Z | Downloaded walkdir v2.5.0 |
| 1166 | 2026-04-06T15:38:27.095Z | Downloaded wyz v0.5.1 |
| 1167 | 2026-04-06T15:38:27.095Z | Downloaded twox-hash v2.1.2 |
| 1168 | 2026-04-06T15:38:27.095Z | Downloaded whoami v2.1.0 |
| 1169 | 2026-04-06T15:38:27.095Z | Downloaded tokio-rustls v0.26.4 |
| 1170 | 2026-04-06T15:38:27.100Z | Downloaded subprocess v0.2.15 |
| 1171 | 2026-04-06T15:38:27.101Z | Downloaded unicode-properties v0.1.4 |
| 1172 | 2026-04-06T15:38:27.101Z | Downloaded unicase v2.9.0 |
| 1173 | 2026-04-06T15:38:27.101Z | Downloaded tokio-rustls v0.24.1 |
| 1174 | 2026-04-06T15:38:27.101Z | Downloaded zeroize v1.8.2 |
| 1175 | 2026-04-06T15:38:27.101Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1176 | 2026-04-06T15:38:27.101Z | Downloaded zone v0.3.1 |
| 1177 | 2026-04-06T15:38:27.101Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1178 | 2026-04-06T15:38:27.101Z | Downloaded tracing-attributes v0.1.31 |
| 1179 | 2026-04-06T15:38:27.101Z | Downloaded rand v0.9.2 |
| 1180 | 2026-04-06T15:38:27.101Z | Downloaded rand v0.8.5 |
| 1181 | 2026-04-06T15:38:27.101Z | Downloaded mio v1.1.1 |
| 1182 | 2026-04-06T15:38:27.101Z | Downloaded vergen-lib v0.1.6 |
| 1183 | 2026-04-06T15:38:27.101Z | Downloaded tungstenite v0.23.0 |
| 1184 | 2026-04-06T15:38:27.101Z | Downloaded test-strategy v0.4.5 |
| 1185 | 2026-04-06T15:38:27.101Z | Downloaded samael v0.0.19 |
| 1186 | 2026-04-06T15:38:27.101Z | Downloaded vsss-rs v3.3.4 |
| 1187 | 2026-04-06T15:38:27.101Z | Downloaded vergen-gitcl v1.0.8 |
| 1188 | 2026-04-06T15:38:27.101Z | Downloaded tungstenite v0.21.0 |
| 1189 | 2026-04-06T15:38:27.101Z | Downloaded rand v0.10.0 |
| 1190 | 2026-04-06T15:38:27.101Z | Downloaded num-bigint-dig v0.8.6 |
| 1191 | 2026-04-06T15:38:27.101Z | Downloaded unicode-bidi v0.3.18 |
| 1192 | 2026-04-06T15:38:27.101Z | Downloaded rustyline v14.0.0 |
| 1193 | 2026-04-06T15:38:27.102Z | Downloaded yasna v0.5.2 |
| 1194 | 2026-04-06T15:38:27.102Z | Downloaded uzers v0.12.2 |
| 1195 | 2026-04-06T15:38:27.102Z | Downloaded tar v0.4.45 |
| 1196 | 2026-04-06T15:38:27.102Z | Downloaded zerocopy v0.6.6 |
| 1197 | 2026-04-06T15:38:27.102Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1198 | 2026-04-06T15:38:27.102Z | Downloaded steno v0.4.1 |
| 1199 | 2026-04-06T15:38:27.102Z | Downloaded tracing-core v0.1.36 |
| 1200 | 2026-04-06T15:38:27.102Z | Downloaded zstd-safe v7.2.4 |
| 1201 | 2026-04-06T15:38:27.102Z | Downloaded tokio-postgres v0.7.16 |
| 1202 | 2026-04-06T15:38:27.102Z | Downloaded rsa v0.9.10 |
| 1203 | 2026-04-06T15:38:27.102Z | Downloaded zstd v0.13.3 |
| 1204 | 2026-04-06T15:38:27.102Z | Downloaded toml_edit v0.19.15 |
| 1205 | 2026-04-06T15:38:27.102Z | Downloaded vergen v9.0.6 |
| 1206 | 2026-04-06T15:38:27.102Z | Downloaded toml v0.7.8 |
| 1207 | 2026-04-06T15:38:27.102Z | Downloaded vergen-git2 v1.0.7 |
| 1208 | 2026-04-06T15:38:27.102Z | Downloaded h2 v0.4.13 |
| 1209 | 2026-04-06T15:38:27.102Z | Downloaded reqwest v0.12.28 |
| 1210 | 2026-04-06T15:38:27.102Z | Downloaded unicode_categories v0.1.1 |
| 1211 | 2026-04-06T15:38:27.102Z | Downloaded xshell v0.2.7 |
| 1212 | 2026-04-06T15:38:27.102Z | Downloaded p384 v0.13.1 |
| 1213 | 2026-04-06T15:38:27.102Z | Downloaded blake3 v1.8.3 |
| 1214 | 2026-04-06T15:38:27.102Z | Downloaded zip v0.6.6 |
| 1215 | 2026-04-06T15:38:27.102Z | Downloaded typify v0.6.1 |
| 1216 | 2026-04-06T15:38:27.102Z | Downloaded typify v0.4.3 |
| 1217 | 2026-04-06T15:38:27.102Z | Downloaded rayon v1.11.0 |
| 1218 | 2026-04-06T15:38:27.102Z | Downloaded unsafe-libyaml v0.2.11 |
| 1219 | 2026-04-06T15:38:27.102Z | Downloaded curve25519-dalek v4.1.3 |
| 1220 | 2026-04-06T15:38:27.102Z | Downloaded goblin v0.10.5 |
| 1221 | 2026-04-06T15:38:27.102Z | Downloaded zerocopy-derive v0.8.40 |
| 1222 | 2026-04-06T15:38:27.103Z | Downloaded lalrpop v0.19.12 |
| 1223 | 2026-04-06T15:38:27.103Z | Downloaded quick-xml v0.37.5 |
| 1224 | 2026-04-06T15:38:27.103Z | Downloaded vte v0.14.1 |
| 1225 | 2026-04-06T15:38:27.103Z | Downloaded typed-path v0.9.3 |
| 1226 | 2026-04-06T15:38:27.103Z | Downloaded x509-cert v0.2.5 |
| 1227 | 2026-04-06T15:38:27.103Z | Downloaded snafu v0.8.9 |
| 1228 | 2026-04-06T15:38:27.103Z | Downloaded tokio-util v0.7.18 |
| 1229 | 2026-04-06T15:38:27.103Z | Downloaded zip v4.6.1 |
| 1230 | 2026-04-06T15:38:27.103Z | Downloaded uuid v1.21.0 |
| 1231 | 2026-04-06T15:38:27.103Z | Downloaded serde_with v3.17.0 |
| 1232 | 2026-04-06T15:38:27.103Z | Downloaded futures-util v0.3.32 |
| 1233 | 2026-04-06T15:38:27.103Z | Downloaded unicode-normalization v0.1.25 |
| 1234 | 2026-04-06T15:38:27.103Z | Downloaded proptest v1.10.0 |
| 1235 | 2026-04-06T15:38:27.103Z | Downloaded rpassword v7.4.0 |
| 1236 | 2026-04-06T15:38:27.103Z | Downloaded reedline v0.40.0 |
| 1237 | 2026-04-06T15:38:27.103Z | Downloaded tower-http v0.6.8 |
| 1238 | 2026-04-06T15:38:27.103Z | Downloaded yansi v1.0.1 |
| 1239 | 2026-04-06T15:38:27.103Z | Downloaded bitvec v1.0.1 |
| 1240 | 2026-04-06T15:38:27.107Z | Downloaded zopfli v0.8.3 |
| 1241 | 2026-04-06T15:38:27.107Z | Downloaded ssh-key v0.6.7 |
| 1242 | 2026-04-06T15:38:27.124Z | Downloaded aws-lc-rs v1.16.0 |
| 1243 | 2026-04-06T15:38:27.130Z | Downloaded nix v0.28.0 |
| 1244 | 2026-04-06T15:38:27.146Z | Downloaded polar-core v0.27.3 |
| 1245 | 2026-04-06T15:38:27.153Z | Downloaded nix v0.27.1 |
| 1246 | 2026-04-06T15:38:27.158Z | Downloaded dropshot v0.16.7 |
| 1247 | 2026-04-06T15:38:27.171Z | Downloaded tabled v0.20.0 |
| 1248 | 2026-04-06T15:38:27.182Z | Downloaded tower v0.5.3 |
| 1249 | 2026-04-06T15:38:27.187Z | Downloaded regex v1.12.3 |
| 1250 | 2026-04-06T15:38:27.190Z | Downloaded reqwest v0.13.2 |
| 1251 | 2026-04-06T15:38:27.193Z | Downloaded git2 v0.20.4 |
| 1252 | 2026-04-06T15:38:27.198Z | Downloaded unicode-segmentation v1.12.0 |
| 1253 | 2026-04-06T15:38:27.201Z | Downloaded diesel v2.3.7 |
| 1254 | 2026-04-06T15:38:27.211Z | Downloaded rustls-webpki v0.101.7 |
| 1255 | 2026-04-06T15:38:27.219Z | Downloaded bindgen v0.71.1 |
| 1256 | 2026-04-06T15:38:27.223Z | Downloaded zlib-rs v0.6.2 |
| 1257 | 2026-04-06T15:38:27.227Z | Downloaded object v0.37.3 |
| 1258 | 2026-04-06T15:38:27.233Z | Downloaded chrono v0.4.44 |
| 1259 | 2026-04-06T15:38:27.241Z | Downloaded zerocopy v0.8.40 |
| 1260 | 2026-04-06T15:38:27.246Z | Downloaded webpki-roots v1.0.6 |
| 1261 | 2026-04-06T15:38:27.249Z | Downloaded moka v0.12.13 |
| 1262 | 2026-04-06T15:38:27.253Z | Downloaded salty v0.3.0 |
| 1263 | 2026-04-06T15:38:27.261Z | Downloaded rustls v0.23.37 |
| 1264 | 2026-04-06T15:38:27.295Z | Downloaded rustls-webpki v0.102.8 |
| 1265 | 2026-04-06T15:38:27.305Z | Downloaded tough v0.20.0 |
| 1266 | 2026-04-06T15:38:27.341Z | Downloaded portable-atomic v1.13.1 |
| 1267 | 2026-04-06T15:38:27.346Z | Downloaded winnow v0.6.26 |
| 1268 | 2026-04-06T15:38:27.350Z | Downloaded winnow v0.5.40 |
| 1269 | 2026-04-06T15:38:27.360Z | Downloaded radix_trie v0.2.1 |
| 1270 | 2026-04-06T15:38:27.389Z | Downloaded sled v0.34.7 |
| 1271 | 2026-04-06T15:38:27.406Z | Downloaded petname v2.0.2 |
| 1272 | 2026-04-06T15:38:27.409Z | Downloaded openssl v0.10.75 |
| 1273 | 2026-04-06T15:38:27.414Z | Downloaded ratatui v0.29.0 |
| 1274 | 2026-04-06T15:38:27.426Z | Downloaded tracing v0.1.44 |
| 1275 | 2026-04-06T15:38:27.438Z | Downloaded quinn-proto v0.11.13 |
| 1276 | 2026-04-06T15:38:27.445Z | Downloaded time v0.3.47 |
| 1277 | 2026-04-06T15:38:27.450Z | Downloaded nix v0.29.0 |
| 1278 | 2026-04-06T15:38:27.457Z | Downloaded bstr v1.12.1 |
| 1279 | 2026-04-06T15:38:27.462Z | Downloaded object v0.30.4 |
| 1280 | 2026-04-06T15:38:27.468Z | Downloaded smoltcp v0.9.1 |
| 1281 | 2026-04-06T15:38:27.478Z | Downloaded rustls v0.21.12 |
| 1282 | 2026-04-06T15:38:27.486Z | Downloaded zerocopy-derive v0.6.6 |
| 1283 | 2026-04-06T15:38:27.492Z | Downloaded vcpkg v0.2.15 |
| 1284 | 2026-04-06T15:38:27.521Z | Downloaded nix v0.31.1 |
| 1285 | 2026-04-06T15:38:27.525Z | Downloaded regex-syntax v0.6.29 |
| 1286 | 2026-04-06T15:38:27.529Z | Downloaded hickory-proto v0.24.4 |
| 1287 | 2026-04-06T15:38:27.540Z | Downloaded rustls v0.22.4 |
| 1288 | 2026-04-06T15:38:27.548Z | Downloaded petgraph v0.6.5 |
| 1289 | 2026-04-06T15:38:27.561Z | Downloaded hickory-proto v0.25.2 |
| 1290 | 2026-04-06T15:38:27.571Z | Downloaded smoltcp v0.11.0 |
| 1291 | 2026-04-06T15:38:27.578Z | Downloaded regex-syntax v0.8.10 |
| 1292 | 2026-04-06T15:38:27.584Z | Downloaded regress v0.10.5 |
| 1293 | 2026-04-06T15:38:27.589Z | Downloaded openapiv3 v2.2.0 |
| 1294 | 2026-04-06T15:38:27.597Z | Downloaded rustix v0.38.44 |
| 1295 | 2026-04-06T15:38:27.612Z | Downloaded petgraph v0.8.3 |
| 1296 | 2026-04-06T15:38:27.627Z | Downloaded libz-sys v1.1.24 |
| 1297 | 2026-04-06T15:38:27.641Z | Downloaded csv v1.4.0 |
| 1298 | 2026-04-06T15:38:27.654Z | Downloaded sqlparser v0.61.0 |
| 1299 | 2026-04-06T15:38:27.659Z | Downloaded jiff v0.2.21 |
| 1300 | 2026-04-06T15:38:27.671Z | Downloaded sha3 v0.10.8 |
| 1301 | 2026-04-06T15:38:27.674Z | Downloaded typify-impl v0.6.1 |
| 1302 | 2026-04-06T15:38:27.684Z | Downloaded tokio v1.49.0 |
| 1303 | 2026-04-06T15:38:27.709Z | Downloaded typify-impl v0.4.3 |
| 1304 | 2026-04-06T15:38:27.718Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1305 | 2026-04-06T15:38:27.743Z | Downloaded regex-automata v0.4.14 |
| 1306 | 2026-04-06T15:38:27.752Z | Downloaded chrono-tz v0.10.4 |
| 1307 | 2026-04-06T15:38:27.778Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1308 | 2026-04-06T15:38:27.790Z | Downloaded encoding_rs v0.8.35 |
| 1309 | 2026-04-06T15:38:27.815Z | Downloaded ring v0.17.14 |
| 1310 | 2026-04-06T15:38:27.840Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1311 | 2026-04-06T15:38:28.478Z | Downloaded aws-lc-sys v0.37.1 |
| 1312 | 2026-04-06T15:38:28.731Z | Compiling libc v0.2.180 |
| 1313 | 2026-04-06T15:38:28.731Z | Compiling serde v1.0.228 |
| 1314 | 2026-04-06T15:38:28.734Z | Compiling log v0.4.29 |
| 1315 | 2026-04-06T15:38:28.734Z | Compiling shlex v1.3.0 |
| 1316 | 2026-04-06T15:38:28.734Z | Compiling find-msvc-tools v0.1.9 |
| 1317 | 2026-04-06T15:38:28.734Z | Compiling smallvec v1.15.1 |
| 1318 | 2026-04-06T15:38:28.734Z | Compiling typenum v1.19.0 |
| 1319 | 2026-04-06T15:38:28.734Z | Compiling subtle v2.6.1 |
| 1320 | 2026-04-06T15:38:28.734Z | Compiling generic-array v0.14.7 |
| 1321 | 2026-04-06T15:38:28.734Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-04-06T15:38:28.880Z | Compiling const-oid v0.9.6 |
| 1323 | 2026-04-06T15:38:28.915Z | Compiling portable-atomic v1.13.1 |
| 1324 | 2026-04-06T15:38:28.942Z | Compiling syn v2.0.117 |
| 1325 | 2026-04-06T15:38:28.955Z | Compiling zerocopy v0.8.40 |
| 1326 | 2026-04-06T15:38:28.968Z | Compiling critical-section v1.2.0 |
| 1327 | 2026-04-06T15:38:28.972Z | Compiling serde_json v1.0.149 |
| 1328 | 2026-04-06T15:38:29.128Z | Compiling pin-project-lite v0.2.17 |
| 1329 | 2026-04-06T15:38:29.144Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-04-06T15:38:29.161Z | Compiling lock_api v0.4.14 |
| 1331 | 2026-04-06T15:38:29.178Z | Compiling pkg-config v0.3.32 |
| 1332 | 2026-04-06T15:38:29.194Z | Compiling bitflags v2.11.0 |
| 1333 | 2026-04-06T15:38:29.194Z | Compiling libm v0.2.16 |
| 1334 | 2026-04-06T15:38:29.256Z | Compiling num-traits v0.2.19 |
| 1335 | 2026-04-06T15:38:29.289Z | Compiling futures-core v0.3.32 |
| 1336 | 2026-04-06T15:38:29.338Z | Compiling percent-encoding v2.3.2 |
| 1337 | 2026-04-06T15:38:29.371Z | Compiling allocator-api2 v0.2.21 |
| 1338 | 2026-04-06T15:38:29.439Z | Compiling futures-sink v0.3.32 |
| 1339 | 2026-04-06T15:38:29.454Z | Compiling foldhash v0.2.0 |
| 1340 | 2026-04-06T15:38:29.476Z | Compiling cpufeatures v0.2.17 |
| 1341 | 2026-04-06T15:38:29.494Z | Compiling futures-task v0.3.32 |
| 1342 | 2026-04-06T15:38:29.570Z | Compiling futures-channel v0.3.32 |
| 1343 | 2026-04-06T15:38:29.573Z | Compiling futures-io v0.3.32 |
| 1344 | 2026-04-06T15:38:29.573Z | Compiling getrandom v0.4.1 |
| 1345 | 2026-04-06T15:38:29.612Z | Compiling slab v0.4.12 |
| 1346 | 2026-04-06T15:38:29.679Z | Compiling hashbrown v0.16.1 |
| 1347 | 2026-04-06T15:38:29.697Z | Compiling rustversion v1.0.22 |
| 1348 | 2026-04-06T15:38:29.707Z | Compiling rand_core v0.10.0 |
| 1349 | 2026-04-06T15:38:29.723Z | Compiling getrandom v0.3.4 |
| 1350 | 2026-04-06T15:38:29.754Z | Compiling form_urlencoded v1.2.2 |
| 1351 | 2026-04-06T15:38:29.777Z | Compiling base64ct v1.8.3 |
| 1352 | 2026-04-06T15:38:29.791Z | Compiling ident_case v1.0.1 |
| 1353 | 2026-04-06T15:38:29.809Z | Compiling dunce v1.0.5 |
| 1354 | 2026-04-06T15:38:29.824Z | Compiling fs_extra v1.3.0 |
| 1355 | 2026-04-06T15:38:29.885Z | Compiling getrandom v0.2.17 |
| 1356 | 2026-04-06T15:38:29.924Z | Compiling jobserver v0.1.34 |
| 1357 | 2026-04-06T15:38:29.939Z | Compiling errno v0.3.14 |
| 1358 | 2026-04-06T15:38:29.955Z | Compiling mio v1.1.1 |
| 1359 | 2026-04-06T15:38:29.955Z | Compiling socket2 v0.6.2 |
| 1360 | 2026-04-06T15:38:30.030Z | Compiling rand_core v0.6.4 |
| 1361 | 2026-04-06T15:38:30.054Z | Compiling once_cell v1.21.3 |
| 1362 | 2026-04-06T15:38:30.081Z | Compiling signal-hook-registry v1.4.8 |
| 1363 | 2026-04-06T15:38:30.142Z | Compiling cc v1.2.56 |
| 1364 | 2026-04-06T15:38:30.157Z | Compiling pem-rfc7468 v0.7.0 |
| 1365 | 2026-04-06T15:38:30.172Z | Compiling parking_lot v0.12.5 |
| 1366 | 2026-04-06T15:38:30.257Z | Compiling indexmap v2.13.0 |
| 1367 | 2026-04-06T15:38:30.291Z | Compiling flagset v0.4.7 |
| 1368 | 2026-04-06T15:38:30.319Z | Compiling iana-time-zone v0.1.65 |
| 1369 | 2026-04-06T15:38:30.334Z | Compiling rustix v1.1.3 |
| 1370 | 2026-04-06T15:38:30.389Z | Compiling uuid v1.21.0 |
| 1371 | 2026-04-06T15:38:30.405Z | Compiling rustc_version v0.4.1 |
| 1372 | 2026-04-06T15:38:30.434Z | Compiling aws-lc-rs v1.16.0 |
| 1373 | 2026-04-06T15:38:30.465Z | Compiling regex-syntax v0.8.10 |
| 1374 | 2026-04-06T15:38:30.480Z | Compiling vcpkg v0.2.15 |
| 1375 | 2026-04-06T15:38:30.538Z | Compiling tracing-core v0.1.36 |
| 1376 | 2026-04-06T15:38:30.553Z | Compiling httparse v1.10.1 |
| 1377 | 2026-04-06T15:38:30.553Z | Compiling untrusted v0.9.0 |
| 1378 | 2026-04-06T15:38:30.689Z | Compiling rand_core v0.9.5 |
| 1379 | 2026-04-06T15:38:30.730Z | Compiling untrusted v0.7.1 |
| 1380 | 2026-04-06T15:38:30.746Z | Compiling openssl-probe v0.2.1 |
| 1381 | 2026-04-06T15:38:30.750Z | Compiling base64 v0.22.1 |
| 1382 | 2026-04-06T15:38:30.774Z | Compiling schemars v0.8.22 |
| 1383 | 2026-04-06T15:38:30.869Z | Compiling rustls v0.23.37 |
| 1384 | 2026-04-06T15:38:30.887Z | Compiling atomic-waker v1.1.2 |
| 1385 | 2026-04-06T15:38:30.909Z | Compiling cmake v0.1.57 |
| 1386 | 2026-04-06T15:38:30.945Z | Compiling tower-service v0.3.3 |
| 1387 | 2026-04-06T15:38:30.986Z | Compiling tinyvec_macros v0.1.1 |
| 1388 | 2026-04-06T15:38:30.989Z | Compiling tower-layer v0.3.3 |
| 1389 | 2026-04-06T15:38:31.026Z | Compiling dyn-clone v1.0.20 |
| 1390 | 2026-04-06T15:38:31.056Z | Compiling try-lock v0.2.5 |
| 1391 | 2026-04-06T15:38:31.073Z | Compiling tinyvec v1.10.0 |
| 1392 | 2026-04-06T15:38:31.104Z | Compiling spin v0.9.8 |
| 1393 | 2026-04-06T15:38:31.107Z | Compiling aho-corasick v1.1.4 |
| 1394 | 2026-04-06T15:38:31.107Z | Compiling foreign-types-shared v0.1.1 |
| 1395 | 2026-04-06T15:38:31.150Z | Compiling want v0.3.1 |
| 1396 | 2026-04-06T15:38:31.153Z | Compiling pin-utils v0.1.0 |
| 1397 | 2026-04-06T15:38:31.179Z | Compiling time-core v0.1.8 |
| 1398 | 2026-04-06T15:38:31.184Z | Compiling num-conv v0.2.0 |
| 1399 | 2026-04-06T15:38:31.184Z | Compiling crc32fast v1.5.0 |
| 1400 | 2026-04-06T15:38:31.237Z | Compiling openssl v0.10.75 |
| 1401 | 2026-04-06T15:38:31.252Z | Compiling powerfmt v0.2.0 |
| 1402 | 2026-04-06T15:38:31.252Z | Compiling httpdate v1.0.3 |
| 1403 | 2026-04-06T15:38:31.327Z | Compiling foreign-types v0.3.2 |
| 1404 | 2026-04-06T15:38:31.330Z | Compiling wait-timeout v0.2.1 |
| 1405 | 2026-04-06T15:38:31.357Z | Compiling quick-error v1.2.3 |
| 1406 | 2026-04-06T15:38:31.361Z | Compiling time-macros v0.2.27 |
| 1407 | 2026-04-06T15:38:31.361Z | Compiling bit-vec v0.8.0 |
| 1408 | 2026-04-06T15:38:31.475Z | Compiling native-tls v0.2.18 |
| 1409 | 2026-04-06T15:38:31.475Z | Compiling simd-adler32 v0.3.8 |
| 1410 | 2026-04-06T15:38:31.506Z | Compiling deranged v0.5.8 |
| 1411 | 2026-04-06T15:38:31.522Z | Compiling crossbeam-utils v0.8.21 |
| 1412 | 2026-04-06T15:38:31.559Z | Compiling syn v1.0.109 |
| 1413 | 2026-04-06T15:38:31.573Z | Compiling siphasher v1.0.2 |
| 1414 | 2026-04-06T15:38:31.577Z | Compiling usdt-impl v0.6.0 |
| 1415 | 2026-04-06T15:38:31.602Z | Compiling num_threads v0.1.7 |
| 1416 | 2026-04-06T15:38:31.718Z | Compiling bit-set v0.8.0 |
| 1417 | 2026-04-06T15:38:31.721Z | Compiling unicode-normalization v0.1.25 |
| 1418 | 2026-04-06T15:38:31.749Z | Compiling slog v2.8.2 |
| 1419 | 2026-04-06T15:38:31.764Z | Compiling rand_xorshift v0.4.0 |
| 1420 | 2026-04-06T15:38:31.792Z | Compiling heapless v0.7.17 |
| 1421 | 2026-04-06T15:38:31.807Z | Compiling aws-lc-sys v0.37.1 |
| 1422 | 2026-04-06T15:38:31.823Z | Compiling synstructure v0.13.2 |
| 1423 | 2026-04-06T15:38:31.851Z | Compiling ring v0.17.14 |
| 1424 | 2026-04-06T15:38:31.866Z | Compiling openssl-sys v0.9.111 |
| 1425 | 2026-04-06T15:38:31.904Z | Compiling pest_generator v2.8.6 |
| 1426 | 2026-04-06T15:38:31.908Z | Compiling serde_derive_internals v0.29.1 |
| 1427 | 2026-04-06T15:38:31.952Z | Compiling darling_core v0.20.11 |
| 1428 | 2026-04-06T15:38:31.966Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1429 | 2026-04-06T15:38:32.068Z | Compiling regex-automata v0.4.14 |
| 1430 | 2026-04-06T15:38:32.216Z | Compiling tempfile v3.25.0 |
| 1431 | 2026-04-06T15:38:32.341Z | Compiling darling_core v0.21.3 |
| 1432 | 2026-04-06T15:38:32.461Z | Compiling rusty-fork v0.3.1 |
| 1433 | 2026-04-06T15:38:32.547Z | Compiling time v0.3.47 |
| 1434 | 2026-04-06T15:38:32.565Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1435 | 2026-04-06T15:38:32.635Z | Compiling thread-id v5.1.0 |
| 1436 | 2026-04-06T15:38:32.720Z | Compiling sync_wrapper v1.0.2 |
| 1437 | 2026-04-06T15:38:32.748Z | Compiling cookie v0.18.1 |
| 1438 | 2026-04-06T15:38:32.849Z | Compiling adler2 v2.0.1 |
| 1439 | 2026-04-06T15:38:32.864Z | Compiling anyhow v1.0.102 |
| 1440 | 2026-04-06T15:38:32.894Z | Compiling unicode-bidi v0.3.18 |
| 1441 | 2026-04-06T15:38:32.939Z | Compiling paste v1.0.15 |
| 1442 | 2026-04-06T15:38:32.959Z | Compiling signal-hook v0.3.18 |
| 1443 | 2026-04-06T15:38:32.975Z | Compiling zstd-safe v7.2.4 |
| 1444 | 2026-04-06T15:38:33.009Z | Compiling unarray v0.1.4 |
| 1445 | 2026-04-06T15:38:33.030Z | Compiling unicode-properties v0.1.4 |
| 1446 | 2026-04-06T15:38:33.179Z | Compiling miniz_oxide v0.8.9 |
| 1447 | 2026-04-06T15:38:33.264Z | Compiling stringprep v0.1.5 |
| 1448 | 2026-04-06T15:38:33.372Z | Compiling num-integer v0.1.46 |
| 1449 | 2026-04-06T15:38:33.452Z | Compiling vergen-lib v0.1.6 |
| 1450 | 2026-04-06T15:38:33.467Z | Compiling curve25519-dalek v4.1.3 |
| 1451 | 2026-04-06T15:38:33.649Z | Compiling serde_derive v1.0.228 |
| 1452 | 2026-04-06T15:38:33.664Z | Compiling zeroize_derive v1.4.3 |
| 1453 | 2026-04-06T15:38:33.718Z | Compiling zerofrom-derive v0.1.6 |
| 1454 | 2026-04-06T15:38:33.740Z | Compiling yoke-derive v0.8.1 |
| 1455 | 2026-04-06T15:38:33.754Z | Compiling zerocopy-derive v0.8.40 |
| 1456 | 2026-04-06T15:38:33.825Z | Compiling zerovec-derive v0.11.2 |
| 1457 | 2026-04-06T15:38:33.828Z | Compiling displaydoc v0.2.5 |
| 1458 | 2026-04-06T15:38:33.955Z | Compiling tokio-macros v2.6.0 |
| 1459 | 2026-04-06T15:38:34.227Z | Compiling futures-macro v0.3.32 |
| 1460 | 2026-04-06T15:38:34.356Z | Compiling zeroize v1.8.2 |
| 1461 | 2026-04-06T15:38:34.388Z | Compiling der_derive v0.7.3 |
| 1462 | 2026-04-06T15:38:34.639Z | Compiling thiserror-impl v2.0.18 |
| 1463 | 2026-04-06T15:38:34.734Z | Compiling rustls-pki-types v1.14.0 |
| 1464 | 2026-04-06T15:38:34.998Z | Compiling tracing-attributes v0.1.31 |
| 1465 | 2026-04-06T15:38:35.044Z | Compiling scroll_derive v0.13.1 |
| 1466 | 2026-04-06T15:38:35.059Z | Compiling pest_derive v2.8.6 |
| 1467 | 2026-04-06T15:38:35.130Z | Compiling crypto-common v0.1.7 |
| 1468 | 2026-04-06T15:38:35.193Z | Compiling block-buffer v0.10.4 |
| 1469 | 2026-04-06T15:38:35.238Z | Compiling zerofrom v0.1.6 |
| 1470 | 2026-04-06T15:38:35.253Z | Compiling futures-util v0.3.32 |
| 1471 | 2026-04-06T15:38:35.306Z | Compiling block-padding v0.3.3 |
| 1472 | 2026-04-06T15:38:35.385Z | Compiling yoke v0.8.1 |
| 1473 | 2026-04-06T15:38:35.399Z | Compiling digest v0.10.7 |
| 1474 | 2026-04-06T15:38:35.450Z | Compiling inout v0.1.4 |
| 1475 | 2026-04-06T15:38:35.482Z | Compiling der v0.7.10 |
| 1476 | 2026-04-06T15:38:35.531Z | Compiling schemars_derive v0.8.22 |
| 1477 | 2026-04-06T15:38:35.582Z | Compiling zerovec v0.11.5 |
| 1478 | 2026-04-06T15:38:35.641Z | Compiling zerotrie v0.2.3 |
| 1479 | 2026-04-06T15:38:35.655Z | Compiling hmac v0.12.1 |
| 1480 | 2026-04-06T15:38:35.822Z | Compiling sha2 v0.10.9 |
| 1481 | 2026-04-06T15:38:35.894Z | Compiling cipher v0.4.4 |
| 1482 | 2026-04-06T15:38:35.955Z | Compiling pbkdf2 v0.12.2 |
| 1483 | 2026-04-06T15:38:36.076Z | Compiling tinystr v0.8.2 |
| 1484 | 2026-04-06T15:38:36.090Z | Compiling potential_utf v0.1.4 |
| 1485 | 2026-04-06T15:38:36.094Z | Compiling thiserror v2.0.18 |
| 1486 | 2026-04-06T15:38:36.170Z | Compiling salsa20 v0.10.2 |
| 1487 | 2026-04-06T15:38:36.225Z | Compiling icu_collections v2.1.1 |
| 1488 | 2026-04-06T15:38:36.278Z | Compiling icu_locale_core v2.1.1 |
| 1489 | 2026-04-06T15:38:36.297Z | Compiling spki v0.7.3 |
| 1490 | 2026-04-06T15:38:36.326Z | Compiling scrypt v0.11.0 |
| 1491 | 2026-04-06T15:38:36.381Z | Compiling aes v0.8.4 |
| 1492 | 2026-04-06T15:38:36.386Z | Compiling cbc v0.1.2 |
| 1493 | 2026-04-06T15:38:36.535Z | Compiling tracing v0.1.44 |
| 1494 | 2026-04-06T15:38:36.600Z | Compiling scroll v0.13.0 |
| 1495 | 2026-04-06T15:38:36.616Z | Compiling darling_macro v0.20.11 |
| 1496 | 2026-04-06T15:38:36.762Z | Compiling openssl-macros v0.1.1 |
| 1497 | 2026-04-06T15:38:36.792Z | Compiling dtrace-parser v0.3.0 |
| 1498 | 2026-04-06T15:38:36.828Z | Compiling goblin v0.10.5 |
| 1499 | 2026-04-06T15:38:36.886Z | Compiling pkcs5 v0.7.1 |
| 1500 | 2026-04-06T15:38:36.901Z | Compiling signature v2.2.0 |
| 1501 | 2026-04-06T15:38:37.110Z | Compiling icu_provider v2.1.1 |
| 1502 | 2026-04-06T15:38:37.127Z | Compiling darling v0.20.11 |
| 1503 | 2026-04-06T15:38:37.186Z | Compiling pkcs8 v0.10.2 |
| 1504 | 2026-04-06T15:38:37.226Z | Compiling bytes v1.11.1 |
| 1505 | 2026-04-06T15:38:37.266Z | Compiling chrono v0.4.44 |
| 1506 | 2026-04-06T15:38:37.297Z | Compiling ipnet v2.11.0 |
| 1507 | 2026-04-06T15:38:37.300Z | Compiling derive_builder_core v0.20.2 |
| 1508 | 2026-04-06T15:38:37.387Z | Compiling icu_normalizer v2.1.1 |
| 1509 | 2026-04-06T15:38:37.434Z | Compiling icu_properties v2.1.2 |
| 1510 | 2026-04-06T15:38:37.523Z | Compiling rustls-native-certs v0.8.3 |
| 1511 | 2026-04-06T15:38:37.551Z | Compiling thiserror-impl v1.0.69 |
| 1512 | 2026-04-06T15:38:37.590Z | Compiling scroll_derive v0.12.1 |
| 1513 | 2026-04-06T15:38:37.643Z | Compiling serde_spanned v0.6.9 |
| 1514 | 2026-04-06T15:38:37.806Z | Compiling tokio v1.49.0 |
| 1515 | 2026-04-06T15:38:37.843Z | Compiling http v1.4.0 |
| 1516 | 2026-04-06T15:38:37.858Z | Compiling serde_tokenstream v0.2.3 |
| 1517 | 2026-04-06T15:38:37.873Z | Compiling erased-serde v0.3.31 |
| 1518 | 2026-04-06T15:38:37.952Z | Compiling toml_datetime v0.6.11 |
| 1519 | 2026-04-06T15:38:38.198Z | Compiling ppv-lite86 v0.2.21 |
| 1520 | 2026-04-06T15:38:38.213Z | Compiling derive_builder_macro v0.20.2 |
| 1521 | 2026-04-06T15:38:38.230Z | Compiling md-5 v0.10.6 |
| 1522 | 2026-04-06T15:38:38.287Z | Compiling scroll v0.12.0 |
| 1523 | 2026-04-06T15:38:38.383Z | Compiling idna_adapter v1.2.1 |
| 1524 | 2026-04-06T15:38:38.403Z | Compiling webpki-roots v1.0.6 |
| 1525 | 2026-04-06T15:38:38.419Z | Compiling darling_macro v0.21.3 |
| 1526 | 2026-04-06T15:38:38.423Z | Compiling zerocopy-derive v0.7.35 |
| 1527 | 2026-04-06T15:38:38.541Z | Compiling idna v1.1.0 |
| 1528 | 2026-04-06T15:38:38.545Z | Compiling rand_chacha v0.9.0 |
| 1529 | 2026-04-06T15:38:38.556Z | Compiling http-body v1.0.1 |
| 1530 | 2026-04-06T15:38:38.585Z | Compiling rand_chacha v0.3.1 |
| 1531 | 2026-04-06T15:38:38.588Z | Compiling ff v0.13.1 |
| 1532 | 2026-04-06T15:38:38.712Z | Compiling http-body-util v0.1.3 |
| 1533 | 2026-04-06T15:38:38.728Z | Compiling hash32 v0.2.1 |
| 1534 | 2026-04-06T15:38:38.743Z | Compiling memoffset v0.9.1 |
| 1535 | 2026-04-06T15:38:38.746Z | Compiling rustix v0.38.44 |
| 1536 | 2026-04-06T15:38:38.789Z | Compiling rand v0.9.2 |
| 1537 | 2026-04-06T15:38:38.883Z | Compiling url v2.5.8 |
| 1538 | 2026-04-06T15:38:38.939Z | Compiling thiserror v1.0.69 |
| 1539 | 2026-04-06T15:38:38.954Z | Compiling ryu v1.0.23 |
| 1540 | 2026-04-06T15:38:38.967Z | Compiling iri-string v0.7.10 |
| 1541 | 2026-04-06T15:38:38.984Z | Compiling base16ct v0.2.0 |
| 1542 | 2026-04-06T15:38:39.062Z | Compiling litrs v1.0.0 |
| 1543 | 2026-04-06T15:38:39.153Z | Compiling cfg_aliases v0.2.1 |
| 1544 | 2026-04-06T15:38:39.169Z | Compiling fallible-iterator v0.2.0 |
| 1545 | 2026-04-06T15:38:39.182Z | Compiling zlib-rs v0.6.2 |
| 1546 | 2026-04-06T15:38:39.239Z | Compiling smoltcp v0.9.1 |
| 1547 | 2026-04-06T15:38:39.254Z | Compiling psl-types v2.0.11 |
| 1548 | 2026-04-06T15:38:39.282Z | Compiling ref-cast v1.0.25 |
| 1549 | 2026-04-06T15:38:39.285Z | Compiling num-bigint-dig v0.8.6 |
| 1550 | 2026-04-06T15:38:39.354Z | Compiling proptest v1.10.0 |
| 1551 | 2026-04-06T15:38:39.447Z | Compiling postgres-protocol v0.6.10 |
| 1552 | 2026-04-06T15:38:39.490Z | Compiling publicsuffix v2.3.0 |
| 1553 | 2026-04-06T15:38:39.601Z | Compiling dof v0.4.0 |
| 1554 | 2026-04-06T15:38:39.618Z | Compiling document-features v0.2.12 |
| 1555 | 2026-04-06T15:38:39.663Z | Compiling zerocopy v0.7.35 |
| 1556 | 2026-04-06T15:38:39.692Z | Compiling nix v0.31.1 |
| 1557 | 2026-04-06T15:38:39.818Z | Compiling sec1 v0.7.3 |
| 1558 | 2026-04-06T15:38:39.857Z | Compiling serde_urlencoded v0.7.1 |
| 1559 | 2026-04-06T15:38:40.011Z | Compiling darling v0.21.3 |
| 1560 | 2026-04-06T15:38:40.078Z | Compiling rand v0.8.5 |
| 1561 | 2026-04-06T15:38:40.109Z | Compiling derive_builder v0.20.2 |
| 1562 | 2026-04-06T15:38:40.124Z | Compiling group v0.13.0 |
| 1563 | 2026-04-06T15:38:40.127Z | Compiling goblin v0.8.2 |
| 1564 | 2026-04-06T15:38:40.225Z | Compiling ipnetwork v0.21.1 |
| 1565 | 2026-04-06T15:38:40.272Z | Compiling hubpack_derive v0.1.1 |
| 1566 | 2026-04-06T15:38:40.286Z | Compiling cargo-platform v0.1.9 |
| 1567 | 2026-04-06T15:38:40.471Z | Compiling oxnet v0.1.4 |
| 1568 | 2026-04-06T15:38:40.502Z | Compiling hkdf v0.12.4 |
| 1569 | 2026-04-06T15:38:40.556Z | Compiling crypto-bigint v0.5.5 |
| 1570 | 2026-04-06T15:38:40.639Z | Compiling regex v1.12.3 |
| 1571 | 2026-04-06T15:38:40.762Z | Compiling ref-cast-impl v1.0.25 |
| 1572 | 2026-04-06T15:38:40.780Z | Compiling strum_macros v0.27.2 |
| 1573 | 2026-04-06T15:38:40.798Z | Compiling async-trait v0.1.89 |
| 1574 | 2026-04-06T15:38:40.814Z | Compiling daft-derive v0.1.5 |
| 1575 | 2026-04-06T15:38:40.886Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1576 | 2026-04-06T15:38:40.948Z | Compiling num-iter v0.1.45 |
| 1577 | 2026-04-06T15:38:41.123Z | Compiling terminal_size v0.4.3 |
| 1578 | 2026-04-06T15:38:41.245Z | Compiling phf_shared v0.13.1 |
| 1579 | 2026-04-06T15:38:41.281Z | Compiling lazy_static v1.5.0 |
| 1580 | 2026-04-06T15:38:41.328Z | Compiling vergen v9.0.6 |
| 1581 | 2026-04-06T15:38:41.344Z | Compiling fs-err v3.3.0 |
| 1582 | 2026-04-06T15:38:41.388Z | Compiling ahash v0.8.12 |
| 1583 | 2026-04-06T15:38:41.470Z | Compiling unicode-segmentation v1.12.0 |
| 1584 | 2026-04-06T15:38:41.515Z | Compiling tokio-util v0.7.18 |
| 1585 | 2026-04-06T15:38:41.570Z | Compiling tower v0.5.3 |
| 1586 | 2026-04-06T15:38:41.589Z | Compiling tokio-native-tls v0.3.1 |
| 1587 | 2026-04-06T15:38:41.605Z | Compiling libbz2-rs-sys v0.2.2 |
| 1588 | 2026-04-06T15:38:41.608Z | Compiling winnow v0.5.40 |
| 1589 | 2026-04-06T15:38:41.668Z | Compiling newtype-uuid v1.3.2 |
| 1590 | 2026-04-06T15:38:41.683Z | Compiling object v0.37.3 |
| 1591 | 2026-04-06T15:38:41.781Z | Compiling bumpalo v3.20.2 |
| 1592 | 2026-04-06T15:38:41.881Z | Compiling foldhash v0.1.5 |
| 1593 | 2026-04-06T15:38:41.926Z | Compiling managed v0.8.0 |
| 1594 | 2026-04-06T15:38:41.970Z | Compiling bitflags v1.3.2 |
| 1595 | 2026-04-06T15:38:42.026Z | Compiling flate2 v1.1.9 |
| 1596 | 2026-04-06T15:38:42.054Z | Compiling tower-http v0.6.8 |
| 1597 | 2026-04-06T15:38:42.069Z | Compiling bzip2 v0.6.1 |
| 1598 | 2026-04-06T15:38:42.083Z | Compiling hashbrown v0.15.5 |
| 1599 | 2026-04-06T15:38:42.088Z | Compiling zopfli v0.8.3 |
| 1600 | 2026-04-06T15:38:42.297Z | Compiling h2 v0.4.13 |
| 1601 | 2026-04-06T15:38:42.383Z | Compiling dof v0.3.0 |
| 1602 | 2026-04-06T15:38:42.425Z | Compiling clap_builder v4.5.60 |
| 1603 | 2026-04-06T15:38:42.456Z | Compiling daft v0.1.5 |
| 1604 | 2026-04-06T15:38:42.671Z | Compiling elliptic-curve v0.13.8 |
| 1605 | 2026-04-06T15:38:42.692Z | Compiling phf v0.13.1 |
| 1606 | 2026-04-06T15:38:42.803Z | Compiling signal-hook-mio v0.2.5 |
| 1607 | 2026-04-06T15:38:42.821Z | Compiling strum v0.27.2 |
| 1608 | 2026-04-06T15:38:42.902Z | Compiling cargo_metadata v0.19.2 |
| 1609 | 2026-04-06T15:38:42.937Z | Compiling toml_edit v0.19.15 |
| 1610 | 2026-04-06T15:38:42.968Z | Compiling usdt-attr-macro v0.6.0 |
| 1611 | 2026-04-06T15:38:43.012Z | Compiling usdt-macro v0.6.0 |
| 1612 | 2026-04-06T15:38:43.079Z | Compiling cookie_store v0.22.1 |
| 1613 | 2026-04-06T15:38:43.122Z | Compiling bzip2 v0.4.4 |
| 1614 | 2026-04-06T15:38:43.155Z | Compiling hubpack v0.1.2 |
| 1615 | 2026-04-06T15:38:43.271Z | Compiling serde_with_macros v3.17.0 |
| 1616 | 2026-04-06T15:38:43.393Z | Compiling zstd v0.13.3 |
| 1617 | 2026-04-06T15:38:43.507Z | Compiling postgres-types v0.2.12 |
| 1618 | 2026-04-06T15:38:43.675Z | Compiling dtrace-parser v0.2.0 |
| 1619 | 2026-04-06T15:38:43.690Z | Compiling ed25519 v2.2.3 |
| 1620 | 2026-04-06T15:38:43.767Z | Compiling pkcs1 v0.7.5 |
| 1621 | 2026-04-06T15:38:43.826Z | Compiling serde-big-array v0.5.1 |
| 1622 | 2026-04-06T15:38:43.842Z | Compiling hex v0.4.3 |
| 1623 | 2026-04-06T15:38:43.988Z | Compiling rfc6979 v0.4.0 |
| 1624 | 2026-04-06T15:38:44.100Z | Compiling bstr v1.12.1 |
| 1625 | 2026-04-06T15:38:44.129Z | Compiling strum_macros v0.26.4 |
| 1626 | 2026-04-06T15:38:44.132Z | Compiling clap_derive v4.5.55 |
| 1627 | 2026-04-06T15:38:44.196Z | Compiling serde_repr v0.1.20 |
| 1628 | 2026-04-06T15:38:44.281Z | Compiling enum-as-inner v0.6.1 |
| 1629 | 2026-04-06T15:38:44.436Z | Compiling phf_shared v0.11.3 |
| 1630 | 2026-04-06T15:38:44.459Z | Compiling float-cmp v0.10.0 |
| 1631 | 2026-04-06T15:38:44.597Z | Compiling memmap2 v0.9.10 |
| 1632 | 2026-04-06T15:38:44.626Z | Compiling thread-id v4.2.2 |
| 1633 | 2026-04-06T15:38:44.641Z | Compiling env_filter v1.0.0 |
| 1634 | 2026-04-06T15:38:44.644Z | Compiling encoding_rs v0.8.35 |
| 1635 | 2026-04-06T15:38:44.725Z | Compiling predicates-core v1.0.10 |
| 1636 | 2026-04-06T15:38:44.762Z | Compiling new_debug_unreachable v1.0.6 |
| 1637 | 2026-04-06T15:38:44.780Z | Compiling fixedbitset v0.4.2 |
| 1638 | 2026-04-06T15:38:44.824Z | Compiling fixedbitset v0.5.7 |
| 1639 | 2026-04-06T15:38:44.839Z | Compiling data-encoding v2.10.0 |
| 1640 | 2026-04-06T15:38:44.855Z | Compiling precomputed-hash v0.1.1 |
| 1641 | 2026-04-06T15:38:44.921Z | Compiling mime v0.3.17 |
| 1642 | 2026-04-06T15:38:44.963Z | Compiling normalize-line-endings v0.3.0 |
| 1643 | 2026-04-06T15:38:44.979Z | Compiling static_assertions v1.1.0 |
| 1644 | 2026-04-06T15:38:45.020Z | Compiling whoami v2.1.0 |
| 1645 | 2026-04-06T15:38:45.085Z | Compiling rustc-hash v2.1.1 |
| 1646 | 2026-04-06T15:38:45.088Z | Compiling keccak v0.1.6 |
| 1647 | 2026-04-06T15:38:45.152Z | Compiling difflib v0.4.0 |
| 1648 | 2026-04-06T15:38:45.197Z | Compiling either v1.15.0 |
| 1649 | 2026-04-06T15:38:45.232Z | Compiling jiff v0.2.21 |
| 1650 | 2026-04-06T15:38:45.421Z | Compiling hyper v1.8.1 |
| 1651 | 2026-04-06T15:38:45.421Z | Compiling itertools v0.13.0 |
| 1652 | 2026-04-06T15:38:45.506Z | Compiling predicates v3.1.4 |
| 1653 | 2026-04-06T15:38:45.557Z | Compiling sha3 v0.10.8 |
| 1654 | 2026-04-06T15:38:45.619Z | Compiling tokio-postgres v0.7.16 |
| 1655 | 2026-04-06T15:38:45.652Z | Compiling iddqd v0.3.17 |
| 1656 | 2026-04-06T15:38:45.738Z | Compiling hickory-proto v0.25.2 |
| 1657 | 2026-04-06T15:38:45.932Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1658 | 2026-04-06T15:38:45.935Z | Compiling strum v0.26.3 |
| 1659 | 2026-04-06T15:38:45.976Z | Compiling clap v4.5.60 |
| 1660 | 2026-04-06T15:38:46.033Z | Compiling petgraph v0.8.3 |
| 1661 | 2026-04-06T15:38:46.074Z | Compiling toml_edit v0.22.27 |
| 1662 | 2026-04-06T15:38:46.100Z | Compiling petgraph v0.6.5 |
| 1663 | 2026-04-06T15:38:46.197Z | Compiling string_cache v0.8.9 |
| 1664 | 2026-04-06T15:38:46.219Z | Compiling env_logger v0.11.9 |
| 1665 | 2026-04-06T15:38:46.323Z | Compiling usdt v0.6.0 |
| 1666 | 2026-04-06T15:38:46.485Z | Compiling usdt-impl v0.5.0 |
| 1667 | 2026-04-06T15:38:46.639Z | Compiling hyper-util v0.1.20 |
| 1668 | 2026-04-06T15:38:46.662Z | Compiling similar v2.7.0 |
| 1669 | 2026-04-06T15:38:46.745Z | Compiling serde_with v3.17.0 |
| 1670 | 2026-04-06T15:38:46.820Z | Compiling crossterm v0.28.1 |
| 1671 | 2026-04-06T15:38:47.039Z | Compiling toml v0.7.8 |
| 1672 | 2026-04-06T15:38:47.099Z | Compiling ecdsa v0.16.9 |
| 1673 | 2026-04-06T15:38:47.506Z | Compiling rsa v0.9.10 |
| 1674 | 2026-04-06T15:38:47.563Z | Compiling ed25519-dalek v2.2.0 |
| 1675 | 2026-04-06T15:38:47.907Z | Compiling zip v4.6.1 |
| 1676 | 2026-04-06T15:38:48.039Z | Compiling hyper-tls v0.6.0 |
| 1677 | 2026-04-06T15:38:48.094Z | Compiling zip v0.6.6 |
| 1678 | 2026-04-06T15:38:48.403Z | Compiling tokio-stream v0.1.18 |
| 1679 | 2026-04-06T15:38:48.437Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1680 | 2026-04-06T15:38:48.509Z | Compiling heck v0.4.1 |
| 1681 | 2026-04-06T15:38:48.525Z | Compiling buf-list v1.1.2 |
| 1682 | 2026-04-06T15:38:48.592Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1683 | 2026-04-06T15:38:48.693Z | Compiling openapiv3 v2.2.0 |
| 1684 | 2026-04-06T15:38:48.757Z | Compiling x509-cert v0.2.5 |
| 1685 | 2026-04-06T15:38:48.774Z | Compiling sha1 v0.10.6 |
| 1686 | 2026-04-06T15:38:48.838Z | Compiling crossbeam-epoch v0.9.18 |
| 1687 | 2026-04-06T15:38:48.888Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1688 | 2026-04-06T15:38:48.911Z | Compiling lalrpop-util v0.19.12 |
| 1689 | 2026-04-06T15:38:48.930Z | Compiling peg-runtime v0.8.5 |
| 1690 | 2026-04-06T15:38:48.933Z | Compiling thread_local v1.1.9 |
| 1691 | 2026-04-06T15:38:49.013Z | Compiling slog-async v2.8.0 |
| 1692 | 2026-04-06T15:38:49.090Z | Compiling futures-executor v0.3.32 |
| 1693 | 2026-04-06T15:38:49.126Z | Compiling crossbeam-channel v0.5.15 |
| 1694 | 2026-04-06T15:38:49.144Z | Compiling filetime v0.2.27 |
| 1695 | 2026-04-06T15:38:49.191Z | Compiling is-terminal v0.4.17 |
| 1696 | 2026-04-06T15:38:49.206Z | Compiling take_mut v0.2.2 |
| 1697 | 2026-04-06T15:38:49.222Z | Compiling term v1.2.1 |
| 1698 | 2026-04-06T15:38:49.240Z | Compiling xattr v1.6.1 |
| 1699 | 2026-04-06T15:38:49.318Z | Compiling futures v0.3.32 |
| 1700 | 2026-04-06T15:38:49.380Z | Compiling tar v0.4.45 |
| 1701 | 2026-04-06T15:38:49.500Z | Compiling slog-term v2.9.2 |
| 1702 | 2026-04-06T15:39:04.862Z | Compiling rustls-webpki v0.103.9 |
| 1703 | 2026-04-06T15:39:07.688Z | Compiling tokio-rustls v0.26.4 |
| 1704 | 2026-04-06T15:39:07.688Z | Compiling rustls-platform-verifier v0.6.2 |
| 1705 | 2026-04-06T15:39:07.890Z | Compiling hyper-rustls v0.27.7 |
| 1706 | 2026-04-06T15:39:08.083Z | Compiling reqwest v0.12.28 |
| 1707 | 2026-04-06T15:39:08.083Z | Compiling reqwest v0.13.2 |
| 1708 | 2026-04-06T15:39:10.046Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1709 | 2026-04-06T15:39:10.284Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1710 | 2026-04-06T15:39:13.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.86s |
| 1711 | 2026-04-06T15:39:13.216Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1712 | 2026-04-06T15:39:13.272Z | Apr 06 15:39:12.391 INFO Starting download, target: Cockroach |
| 1713 | 2026-04-06T15:39:13.272Z | Apr 06 15:39:12.392 INFO Starting download, target: Clickhouse |
| 1714 | 2026-04-06T15:39:13.272Z | Apr 06 15:39:12.392 INFO Starting download, target: Console |
| 1715 | 2026-04-06T15:39:13.272Z | Apr 06 15:39:12.392 INFO Starting download, target: DendriteStub |
| 1716 | 2026-04-06T15:39:13.272Z | Apr 06 15:39:12.392 INFO Starting download, target: MaghemiteMgd |
| 1717 | 2026-04-06T15:39:13.275Z | Apr 06 15:39:12.392 INFO Starting download, target: TransceiverControl |
| 1718 | 2026-04-06T15:39:13.275Z | Apr 06 15:39:12.392 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1719 | 2026-04-06T15:39:13.275Z | Apr 06 15:39:12.392 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1720 | 2026-04-06T15:39:13.275Z | Apr 06 15:39:12.392 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1721 | 2026-04-06T15:39:13.275Z | Apr 06 15:39:12.392 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1722 | 2026-04-06T15:39:13.275Z | Apr 06 15:39:12.392 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1723 | 2026-04-06T15:39:13.275Z | Apr 06 15:39:12.392 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1724 | 2026-04-06T15:39:13.741Z | Apr 06 15:39:12.859 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1725 | 2026-04-06T15:39:13.956Z | Apr 06 15:39:13.072 INFO Download complete, target: TransceiverControl |
| 1726 | 2026-04-06T15:39:14.360Z | Apr 06 15:39:13.473 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1727 | 2026-04-06T15:39:14.616Z | Apr 06 15:39:13.724 INFO Download complete, target: Console |
| 1728 | 2026-04-06T15:39:14.864Z | Apr 06 15:39:13.980 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1729 | 2026-04-06T15:39:15.066Z | Apr 06 15:39:14.186 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1730 | 2026-04-06T15:39:15.492Z | Apr 06 15:39:14.610 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1731 | 2026-04-06T15:39:15.972Z | Apr 06 15:39:15.091 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1732 | 2026-04-06T15:39:15.972Z | Apr 06 15:39:15.091 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1733 | 2026-04-06T15:39:17.150Z | Apr 06 15:39:16.269 INFO Download complete, target: MaghemiteMgd |
| 1734 | 2026-04-06T15:39:17.476Z | Apr 06 15:39:16.595 INFO Download complete, target: DendriteStub |
| 1735 | 2026-04-06T15:39:20.757Z | Apr 06 15:39:19.875 INFO Checking that binary works, target: Cockroach |
| 1736 | 2026-04-06T15:39:20.857Z | Apr 06 15:39:19.975 INFO Download complete, target: Cockroach |
| 1737 | 2026-04-06T15:39:22.440Z | Apr 06 15:39:21.558 INFO Checking that binary works, target: Clickhouse |
| 1738 | 2026-04-06T15:39:22.528Z | Apr 06 15:39:21.647 INFO Download complete, target: Clickhouse |
| 1739 | 2026-04-06T15:39:22.534Z | All prerequisites installed successfully |
| 1740 | 2026-04-06T15:39:22.537Z | |
| 1741 | 2026-04-06T15:39:22.537Z | real 2:40.370974393 |
| 1742 | 2026-04-06T15:39:22.537Z | user 7:13.014804954 |
| 1743 | 2026-04-06T15:39:22.537Z | sys 1:42.182590991 |
| 1744 | 2026-04-06T15:39:22.537Z | trap 0.245399736 |
| 1745 | 2026-04-06T15:39:22.537Z | tflt 1.136829279 |
| 1746 | 2026-04-06T15:39:22.537Z | dflt 1.863021438 |
| 1747 | 2026-04-06T15:39:22.537Z | kflt 0.023849347 |
| 1748 | 2026-04-06T15:39:22.537Z | lock 22:12.724093554 |
| 1749 | 2026-04-06T15:39:22.538Z | slp 19:06.007149206 |
| 1750 | 2026-04-06T15:39:22.538Z | lat 22.860272726 |
| 1751 | 2026-04-06T15:39:22.538Z | stop 2:53.007655009 |
| 1752 | 2026-04-06T15:39:22.538Z | + ptime -m cargo xtask download softnpu |
| 1753 | 2026-04-06T15:39:23.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1754 | 2026-04-06T15:39:23.091Z | Running `target/debug/xtask download softnpu` |
| 1755 | 2026-04-06T15:39:23.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1756 | 2026-04-06T15:39:23.908Z | Running `target/debug/xtask-downloader softnpu` |
| 1757 | 2026-04-06T15:39:23.951Z | Apr 06 15:39:23.069 INFO Starting download, target: Softnpu |
| 1758 | 2026-04-06T15:39:23.955Z | Apr 06 15:39:23.070 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1759 | 2026-04-06T15:39:24.617Z | Apr 06 15:39:23.735 INFO Download complete, target: Softnpu |
| 1760 | 2026-04-06T15:39:24.620Z | |
| 1761 | 2026-04-06T15:39:24.623Z | real 2.079713322 |
| 1762 | 2026-04-06T15:39:24.623Z | user 1.302181918 |
| 1763 | 2026-04-06T15:39:24.624Z | sys 0.642752087 |
| 1764 | 2026-04-06T15:39:24.624Z | trap 0.000730152 |
| 1765 | 2026-04-06T15:39:24.624Z | tflt 0.000091432 |
| 1766 | 2026-04-06T15:39:24.624Z | dflt 0.000128874 |
| 1767 | 2026-04-06T15:39:24.624Z | kflt 0.000000000 |
| 1768 | 2026-04-06T15:39:24.624Z | lock 12.421365211 |
| 1769 | 2026-04-06T15:39:24.624Z | slp 0.480851621 |
| 1770 | 2026-04-06T15:39:24.624Z | lat 0.073148092 |
| 1771 | 2026-04-06T15:39:24.624Z | stop 0.000195289 |
| 1772 | 2026-04-06T15:39:24.624Z | + export CARGO_INCREMENTAL=0 |
| 1773 | 2026-04-06T15:39:24.624Z | + CARGO_INCREMENTAL=0 |
| 1774 | 2026-04-06T15:39:24.624Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1775 | 2026-04-06T15:39:25.511Z | Compiling proc-macro2 v1.0.106 |
| 1776 | 2026-04-06T15:39:25.511Z | Compiling quote v1.0.44 |
| 1777 | 2026-04-06T15:39:25.511Z | Compiling unicode-ident v1.0.24 |
| 1778 | 2026-04-06T15:39:25.511Z | Compiling libc v0.2.180 |
| 1779 | 2026-04-06T15:39:25.513Z | Compiling serde_core v1.0.228 |
| 1780 | 2026-04-06T15:39:25.513Z | Compiling serde v1.0.228 |
| 1781 | 2026-04-06T15:39:25.513Z | Compiling cfg-if v1.0.4 |
| 1782 | 2026-04-06T15:39:25.513Z | Compiling version_check v0.9.5 |
| 1783 | 2026-04-06T15:39:25.514Z | Compiling find-msvc-tools v0.1.9 |
| 1784 | 2026-04-06T15:39:25.514Z | Compiling shlex v1.3.0 |
| 1785 | 2026-04-06T15:39:25.655Z | Compiling typenum v1.19.0 |
| 1786 | 2026-04-06T15:39:25.659Z | Compiling autocfg v1.5.0 |
| 1787 | 2026-04-06T15:39:25.659Z | Compiling zmij v1.0.21 |
| 1788 | 2026-04-06T15:39:25.659Z | Compiling serde_json v1.0.149 |
| 1789 | 2026-04-06T15:39:25.669Z | Compiling portable-atomic v1.13.1 |
| 1790 | 2026-04-06T15:39:25.898Z | Compiling memchr v2.8.0 |
| 1791 | 2026-04-06T15:39:25.985Z | Compiling zerocopy v0.8.40 |
| 1792 | 2026-04-06T15:39:26.017Z | Compiling libm v0.2.16 |
| 1793 | 2026-04-06T15:39:26.067Z | Compiling smallvec v1.15.1 |
| 1794 | 2026-04-06T15:39:26.182Z | Compiling generic-array v0.14.7 |
| 1795 | 2026-04-06T15:39:26.250Z | Compiling num-traits v0.2.19 |
| 1796 | 2026-04-06T15:39:26.253Z | Compiling parking_lot_core v0.9.12 |
| 1797 | 2026-04-06T15:39:26.253Z | Compiling icu_normalizer_data v2.1.1 |
| 1798 | 2026-04-06T15:39:26.330Z | Compiling icu_properties_data v2.1.2 |
| 1799 | 2026-04-06T15:39:26.361Z | Compiling itoa v1.0.17 |
| 1800 | 2026-04-06T15:39:26.364Z | Compiling getrandom v0.4.1 |
| 1801 | 2026-04-06T15:39:26.392Z | Compiling log v0.4.29 |
| 1802 | 2026-04-06T15:39:26.423Z | Compiling stable_deref_trait v1.2.1 |
| 1803 | 2026-04-06T15:39:26.474Z | Compiling pkg-config v0.3.32 |
| 1804 | 2026-04-06T15:39:26.502Z | Compiling subtle v2.6.1 |
| 1805 | 2026-04-06T15:39:26.680Z | Compiling scopeguard v1.2.0 |
| 1806 | 2026-04-06T15:39:26.772Z | Compiling writeable v0.6.2 |
| 1807 | 2026-04-06T15:39:26.812Z | Compiling jobserver v0.1.34 |
| 1808 | 2026-04-06T15:39:26.828Z | Compiling getrandom v0.2.17 |
| 1809 | 2026-04-06T15:39:26.891Z | Compiling lock_api v0.4.14 |
| 1810 | 2026-04-06T15:39:26.948Z | Compiling errno v0.3.14 |
| 1811 | 2026-04-06T15:39:27.022Z | Compiling cc v1.2.56 |
| 1812 | 2026-04-06T15:39:27.039Z | Compiling syn v2.0.117 |
| 1813 | 2026-04-06T15:39:27.042Z | Compiling rand_core v0.6.4 |
| 1814 | 2026-04-06T15:39:27.042Z | Compiling percent-encoding v2.3.2 |
| 1815 | 2026-04-06T15:39:27.125Z | Compiling litemap v0.8.1 |
| 1816 | 2026-04-06T15:39:27.157Z | Compiling fnv v1.0.7 |
| 1817 | 2026-04-06T15:39:27.186Z | Compiling thiserror v2.0.18 |
| 1818 | 2026-04-06T15:39:27.252Z | Compiling pin-project-lite v0.2.17 |
| 1819 | 2026-04-06T15:39:27.276Z | Compiling getrandom v0.3.4 |
| 1820 | 2026-04-06T15:39:27.376Z | Compiling critical-section v1.2.0 |
| 1821 | 2026-04-06T15:39:27.380Z | Compiling rustversion v1.0.22 |
| 1822 | 2026-04-06T15:39:27.438Z | Compiling equivalent v1.0.2 |
| 1823 | 2026-04-06T15:39:27.441Z | Compiling schemars v0.8.22 |
| 1824 | 2026-04-06T15:39:27.483Z | Compiling allocator-api2 v0.2.21 |
| 1825 | 2026-04-06T15:39:27.500Z | Compiling fs_extra v1.3.0 |
| 1826 | 2026-04-06T15:39:27.565Z | Compiling dunce v1.0.5 |
| 1827 | 2026-04-06T15:39:27.592Z | Compiling foldhash v0.2.0 |
| 1828 | 2026-04-06T15:39:27.687Z | Compiling rand_core v0.10.0 |
| 1829 | 2026-04-06T15:39:27.703Z | Compiling utf8_iter v1.0.4 |
| 1830 | 2026-04-06T15:39:27.795Z | Compiling once_cell v1.21.3 |
| 1831 | 2026-04-06T15:39:27.798Z | Compiling cmake v0.1.57 |
| 1832 | 2026-04-06T15:39:27.846Z | Compiling hashbrown v0.16.1 |
| 1833 | 2026-04-06T15:39:27.849Z | Compiling form_urlencoded v1.2.2 |
| 1834 | 2026-04-06T15:39:27.913Z | Compiling semver v1.0.27 |
| 1835 | 2026-04-06T15:39:27.997Z | Compiling bitflags v2.11.0 |
| 1836 | 2026-04-06T15:39:28.118Z | Compiling const-oid v0.9.6 |
| 1837 | 2026-04-06T15:39:28.201Z | Compiling signal-hook-registry v1.4.8 |
| 1838 | 2026-04-06T15:39:28.291Z | Compiling rustix v1.1.3 |
| 1839 | 2026-04-06T15:39:28.310Z | Compiling mio v1.1.1 |
| 1840 | 2026-04-06T15:39:28.314Z | Compiling socket2 v0.6.2 |
| 1841 | 2026-04-06T15:39:28.345Z | Compiling ring v0.17.14 |
| 1842 | 2026-04-06T15:39:28.346Z | Compiling aws-lc-sys v0.37.1 |
| 1843 | 2026-04-06T15:39:28.377Z | Compiling aws-lc-rs v1.16.0 |
| 1844 | 2026-04-06T15:39:28.434Z | Compiling indexmap v2.13.0 |
| 1845 | 2026-04-06T15:39:28.465Z | Compiling parking_lot v0.12.5 |
| 1846 | 2026-04-06T15:39:28.513Z | Compiling thiserror v1.0.69 |
| 1847 | 2026-04-06T15:39:28.587Z | Compiling futures-core v0.3.32 |
| 1848 | 2026-04-06T15:39:28.629Z | Compiling strsim v0.11.1 |
| 1849 | 2026-04-06T15:39:28.705Z | Compiling httparse v1.10.1 |
| 1850 | 2026-04-06T15:39:28.766Z | Compiling byteorder v1.5.0 |
| 1851 | 2026-04-06T15:39:28.848Z | Compiling ucd-trie v0.1.7 |
| 1852 | 2026-04-06T15:39:29.009Z | Compiling pest v2.8.6 |
| 1853 | 2026-04-06T15:39:29.025Z | Compiling ident_case v1.0.1 |
| 1854 | 2026-04-06T15:39:29.044Z | Compiling iana-time-zone v0.1.65 |
| 1855 | 2026-04-06T15:39:29.062Z | Compiling vcpkg v0.2.15 |
| 1856 | 2026-04-06T15:39:29.080Z | Compiling syn v1.0.109 |
| 1857 | 2026-04-06T15:39:29.137Z | Compiling heck v0.5.0 |
| 1858 | 2026-04-06T15:39:29.171Z | Compiling uuid v1.21.0 |
| 1859 | 2026-04-06T15:39:29.174Z | Compiling cpufeatures v0.2.17 |
| 1860 | 2026-04-06T15:39:29.403Z | Compiling regex-syntax v0.8.10 |
| 1861 | 2026-04-06T15:39:29.468Z | Compiling rustc_version v0.4.1 |
| 1862 | 2026-04-06T15:39:29.621Z | Compiling futures-sink v0.3.32 |
| 1863 | 2026-04-06T15:39:29.639Z | Compiling openssl-sys v0.9.111 |
| 1864 | 2026-04-06T15:39:29.639Z | Compiling rustls v0.23.37 |
| 1865 | 2026-04-06T15:39:29.736Z | Compiling futures-channel v0.3.32 |
| 1866 | 2026-04-06T15:39:29.766Z | Compiling slab v0.4.12 |
| 1867 | 2026-04-06T15:39:29.800Z | Compiling synstructure v0.13.2 |
| 1868 | 2026-04-06T15:39:29.816Z | Compiling serde_derive_internals v0.29.1 |
| 1869 | 2026-04-06T15:39:29.872Z | Compiling futures-io v0.3.32 |
| 1870 | 2026-04-06T15:39:29.875Z | Compiling futures-task v0.3.32 |
| 1871 | 2026-04-06T15:39:30.036Z | Compiling plain v0.2.3 |
| 1872 | 2026-04-06T15:39:30.051Z | Compiling dyn-clone v1.0.20 |
| 1873 | 2026-04-06T15:39:30.071Z | Compiling pest_meta v2.8.6 |
| 1874 | 2026-04-06T15:39:30.102Z | Compiling aho-corasick v1.1.4 |
| 1875 | 2026-04-06T15:39:30.218Z | Compiling num-conv v0.2.0 |
| 1876 | 2026-04-06T15:39:30.244Z | Compiling crossbeam-utils v0.8.21 |
| 1877 | 2026-04-06T15:39:30.272Z | Compiling time-core v0.1.8 |
| 1878 | 2026-04-06T15:39:30.378Z | Compiling pretty-hex v0.4.1 |
| 1879 | 2026-04-06T15:39:30.438Z | Compiling time-macros v0.2.27 |
| 1880 | 2026-04-06T15:39:30.516Z | Compiling openssl v0.10.75 |
| 1881 | 2026-04-06T15:39:30.550Z | Compiling base64 v0.22.1 |
| 1882 | 2026-04-06T15:39:30.656Z | Compiling pest_generator v2.8.6 |
| 1883 | 2026-04-06T15:39:30.699Z | Compiling crc32fast v1.5.0 |
| 1884 | 2026-04-06T15:39:30.739Z | Compiling base64ct v1.8.3 |
| 1885 | 2026-04-06T15:39:30.766Z | Compiling anyhow v1.0.102 |
| 1886 | 2026-04-06T15:39:30.812Z | Compiling darling_core v0.21.3 |
| 1887 | 2026-04-06T15:39:30.830Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1888 | 2026-04-06T15:39:30.863Z | Compiling flagset v0.4.7 |
| 1889 | 2026-04-06T15:39:30.996Z | Compiling regex-automata v0.4.14 |
| 1890 | 2026-04-06T15:39:31.015Z | Compiling pem-rfc7468 v0.7.0 |
| 1891 | 2026-04-06T15:39:31.060Z | Compiling native-tls v0.2.18 |
| 1892 | 2026-04-06T15:39:31.079Z | Compiling rand_core v0.9.5 |
| 1893 | 2026-04-06T15:39:31.114Z | Compiling serde_derive v1.0.228 |
| 1894 | 2026-04-06T15:39:31.118Z | Compiling zeroize_derive v1.4.3 |
| 1895 | 2026-04-06T15:39:31.223Z | Compiling zerofrom-derive v0.1.6 |
| 1896 | 2026-04-06T15:39:31.294Z | Compiling yoke-derive v0.8.1 |
| 1897 | 2026-04-06T15:39:31.316Z | Compiling zerovec-derive v0.11.2 |
| 1898 | 2026-04-06T15:39:31.319Z | Compiling displaydoc v0.2.5 |
| 1899 | 2026-04-06T15:39:31.347Z | Compiling zerocopy-derive v0.8.40 |
| 1900 | 2026-04-06T15:39:31.370Z | Compiling tokio-macros v2.6.0 |
| 1901 | 2026-04-06T15:39:31.421Z | Compiling futures-macro v0.3.32 |
| 1902 | 2026-04-06T15:39:31.538Z | Compiling thiserror-impl v2.0.18 |
| 1903 | 2026-04-06T15:39:31.554Z | Compiling schemars_derive v0.8.22 |
| 1904 | 2026-04-06T15:39:31.748Z | Compiling zeroize v1.8.2 |
| 1905 | 2026-04-06T15:39:32.071Z | Compiling der_derive v0.7.3 |
| 1906 | 2026-04-06T15:39:32.230Z | Compiling tracing-attributes v0.1.31 |
| 1907 | 2026-04-06T15:39:32.263Z | Compiling thiserror-impl v1.0.69 |
| 1908 | 2026-04-06T15:39:32.365Z | Compiling zerofrom v0.1.6 |
| 1909 | 2026-04-06T15:39:32.511Z | Compiling yoke v0.8.1 |
| 1910 | 2026-04-06T15:39:32.596Z | Compiling crypto-common v0.1.7 |
| 1911 | 2026-04-06T15:39:32.682Z | Compiling zerovec v0.11.5 |
| 1912 | 2026-04-06T15:39:32.706Z | Compiling zerotrie v0.2.3 |
| 1913 | 2026-04-06T15:39:32.776Z | Compiling block-buffer v0.10.4 |
| 1914 | 2026-04-06T15:39:32.950Z | Compiling digest v0.10.7 |
| 1915 | 2026-04-06T15:39:32.997Z | Compiling pest_derive v2.8.6 |
| 1916 | 2026-04-06T15:39:33.000Z | Compiling futures-util v0.3.32 |
| 1917 | 2026-04-06T15:39:34.201Z | Compiling tinystr v0.8.2 |
| 1918 | 2026-04-06T15:39:34.204Z | Compiling potential_utf v0.1.4 |
| 1919 | 2026-04-06T15:39:34.204Z | Compiling hmac v0.12.1 |
| 1920 | 2026-04-06T15:39:34.204Z | Compiling block-padding v0.3.3 |
| 1921 | 2026-04-06T15:39:34.204Z | Compiling sha2 v0.10.9 |
| 1922 | 2026-04-06T15:39:34.204Z | Compiling icu_collections v2.1.1 |
| 1923 | 2026-04-06T15:39:34.204Z | Compiling icu_locale_core v2.1.1 |
| 1924 | 2026-04-06T15:39:34.204Z | Compiling inout v0.1.4 |
| 1925 | 2026-04-06T15:39:34.204Z | Compiling rustls-pki-types v1.14.0 |
| 1926 | 2026-04-06T15:39:34.204Z | Compiling cipher v0.4.4 |
| 1927 | 2026-04-06T15:39:34.204Z | Compiling scroll_derive v0.12.1 |
| 1928 | 2026-04-06T15:39:34.204Z | Compiling scroll_derive v0.13.1 |
| 1929 | 2026-04-06T15:39:34.204Z | Compiling icu_provider v2.1.1 |
| 1930 | 2026-04-06T15:39:34.238Z | Compiling bytes v1.11.1 |
| 1931 | 2026-04-06T15:39:34.287Z | Compiling chrono v0.4.44 |
| 1932 | 2026-04-06T15:39:34.355Z | Compiling icu_properties v2.1.2 |
| 1933 | 2026-04-06T15:39:34.398Z | Compiling icu_normalizer v2.1.1 |
| 1934 | 2026-04-06T15:39:34.435Z | Compiling serde_tokenstream v0.2.3 |
| 1935 | 2026-04-06T15:39:34.521Z | Compiling openssl-macros v0.1.1 |
| 1936 | 2026-04-06T15:39:34.908Z | Compiling tokio v1.49.0 |
| 1937 | 2026-04-06T15:39:34.942Z | Compiling http v1.4.0 |
| 1938 | 2026-04-06T15:39:35.144Z | Compiling regex v1.12.3 |
| 1939 | 2026-04-06T15:39:35.197Z | Compiling darling_macro v0.21.3 |
| 1940 | 2026-04-06T15:39:35.597Z | Compiling idna_adapter v1.2.1 |
| 1941 | 2026-04-06T15:39:35.632Z | Compiling ppv-lite86 v0.2.21 |
| 1942 | 2026-04-06T15:39:35.704Z | Compiling der v0.7.10 |
| 1943 | 2026-04-06T15:39:35.739Z | Compiling idna v1.1.0 |
| 1944 | 2026-04-06T15:39:35.818Z | Compiling zerocopy-derive v0.7.35 |
| 1945 | 2026-04-06T15:39:35.941Z | Compiling slog v2.8.2 |
| 1946 | 2026-04-06T15:39:35.957Z | Compiling tracing-core v0.1.36 |
| 1947 | 2026-04-06T15:39:36.024Z | Compiling untrusted v0.9.0 |
| 1948 | 2026-04-06T15:39:36.158Z | Compiling url v2.5.8 |
| 1949 | 2026-04-06T15:39:36.353Z | Compiling tracing v0.1.44 |
| 1950 | 2026-04-06T15:39:36.369Z | Compiling darling v0.21.3 |
| 1951 | 2026-04-06T15:39:36.462Z | Compiling salsa20 v0.10.2 |
| 1952 | 2026-04-06T15:39:36.620Z | Compiling spki v0.7.3 |
| 1953 | 2026-04-06T15:39:36.647Z | Compiling pbkdf2 v0.12.2 |
| 1954 | 2026-04-06T15:39:36.905Z | Compiling cookie v0.18.1 |
| 1955 | 2026-04-06T15:39:37.044Z | Compiling camino v1.2.2 |
| 1956 | 2026-04-06T15:39:37.210Z | Compiling scrypt v0.11.0 |
| 1957 | 2026-04-06T15:39:37.276Z | Compiling rand_chacha v0.9.0 |
| 1958 | 2026-04-06T15:39:37.320Z | Compiling cbc v0.1.2 |
| 1959 | 2026-04-06T15:39:37.358Z | Compiling aes v0.8.4 |
| 1960 | 2026-04-06T15:39:37.852Z | Compiling usdt-impl v0.5.0 |
| 1961 | 2026-04-06T15:39:37.884Z | Compiling ref-cast v1.0.25 |
| 1962 | 2026-04-06T15:39:37.900Z | Compiling winnow v0.7.14 |
| 1963 | 2026-04-06T15:39:38.048Z | Compiling either v1.15.0 |
| 1964 | 2026-04-06T15:39:38.074Z | Compiling usdt-impl v0.6.0 |
| 1965 | 2026-04-06T15:39:38.090Z | Compiling paste v1.0.15 |
| 1966 | 2026-04-06T15:39:38.306Z | Compiling pkcs5 v0.7.1 |
| 1967 | 2026-04-06T15:39:38.323Z | Compiling rand v0.9.2 |
| 1968 | 2026-04-06T15:39:38.388Z | Compiling http-body v1.0.1 |
| 1969 | 2026-04-06T15:39:38.551Z | Compiling scroll v0.13.0 |
| 1970 | 2026-04-06T15:39:38.637Z | Compiling tokio-util v0.7.18 |
| 1971 | 2026-04-06T15:39:38.674Z | Compiling toml_datetime v0.6.11 |
| 1972 | 2026-04-06T15:39:38.690Z | Compiling serde_spanned v0.6.9 |
| 1973 | 2026-04-06T15:39:38.756Z | Compiling scroll v0.12.0 |
| 1974 | 2026-04-06T15:39:38.847Z | Compiling heapless v0.7.17 |
| 1975 | 2026-04-06T15:39:38.902Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1976 | 2026-04-06T15:39:38.935Z | Compiling signal-hook v0.3.18 |
| 1977 | 2026-04-06T15:39:38.951Z | Compiling untrusted v0.7.1 |
| 1978 | 2026-04-06T15:39:39.130Z | Compiling atomic-waker v1.1.2 |
| 1979 | 2026-04-06T15:39:39.196Z | Compiling openssl-probe v0.2.1 |
| 1980 | 2026-04-06T15:39:39.250Z | Compiling zstd-safe v7.2.4 |
| 1981 | 2026-04-06T15:39:39.287Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1982 | 2026-04-06T15:39:39.358Z | Compiling goblin v0.8.2 |
| 1983 | 2026-04-06T15:39:39.457Z | Compiling goblin v0.10.5 |
| 1984 | 2026-04-06T15:39:39.472Z | Compiling pkcs8 v0.10.2 |
| 1985 | 2026-04-06T15:39:39.770Z | Compiling zerocopy v0.7.35 |
| 1986 | 2026-04-06T15:39:39.859Z | Compiling ref-cast-impl v1.0.25 |
| 1987 | 2026-04-06T15:39:39.875Z | Compiling darling_core v0.20.11 |
| 1988 | 2026-04-06T15:39:39.923Z | Compiling curve25519-dalek v4.1.3 |
| 1989 | 2026-04-06T15:39:40.070Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1990 | 2026-04-06T15:39:40.135Z | Compiling memoffset v0.9.1 |
| 1991 | 2026-04-06T15:39:40.188Z | Compiling tower-service v0.3.3 |
| 1992 | 2026-04-06T15:39:40.394Z | Compiling litrs v1.0.0 |
| 1993 | 2026-04-06T15:39:40.455Z | Compiling winnow v0.5.40 |
| 1994 | 2026-04-06T15:39:40.470Z | Compiling rustix v0.38.44 |
| 1995 | 2026-04-06T15:39:40.506Z | Compiling fastrand v2.3.0 |
| 1996 | 2026-04-06T15:39:40.725Z | Compiling tinyvec_macros v0.1.1 |
| 1997 | 2026-04-06T15:39:40.808Z | Compiling tower-layer v0.3.3 |
| 1998 | 2026-04-06T15:39:40.903Z | Compiling try-lock v0.2.5 |
| 1999 | 2026-04-06T15:39:41.018Z | Compiling want v0.3.1 |
| 2000 | 2026-04-06T15:39:41.155Z | Compiling document-features v0.2.12 |
| 2001 | 2026-04-06T15:39:41.171Z | Compiling tinyvec v1.10.0 |
| 2002 | 2026-04-06T15:39:41.208Z | Compiling h2 v0.4.13 |
| 2003 | 2026-04-06T15:39:41.691Z | Compiling dof v0.3.0 |
| 2004 | 2026-04-06T15:39:41.834Z | Compiling toml_edit v0.19.15 |
| 2005 | 2026-04-06T15:39:41.864Z | Compiling darling_macro v0.20.11 |
| 2006 | 2026-04-06T15:39:41.922Z | Compiling dtrace-parser v0.2.0 |
| 2007 | 2026-04-06T15:39:42.221Z | Compiling dof v0.4.0 |
| 2008 | 2026-04-06T15:39:42.315Z | Compiling dtrace-parser v0.3.0 |
| 2009 | 2026-04-06T15:39:42.432Z | Compiling ipnet v2.11.0 |
| 2010 | 2026-04-06T15:39:42.516Z | Compiling async-trait v0.1.89 |
| 2011 | 2026-04-06T15:39:42.532Z | Compiling daft-derive v0.1.5 |
| 2012 | 2026-04-06T15:39:42.585Z | Compiling spin v0.9.8 |
| 2013 | 2026-04-06T15:39:42.814Z | Compiling thread-id v4.2.2 |
| 2014 | 2026-04-06T15:39:42.892Z | Compiling thread-id v5.1.0 |
| 2015 | 2026-04-06T15:39:42.908Z | Compiling foreign-types-shared v0.1.1 |
| 2016 | 2026-04-06T15:39:42.922Z | Compiling httpdate v1.0.3 |
| 2017 | 2026-04-06T15:39:43.013Z | Compiling powerfmt v0.2.0 |
| 2018 | 2026-04-06T15:39:43.032Z | Compiling smoltcp v0.9.1 |
| 2019 | 2026-04-06T15:39:43.151Z | Compiling cfg_aliases v0.2.1 |
| 2020 | 2026-04-06T15:39:43.222Z | Compiling pin-utils v0.1.0 |
| 2021 | 2026-04-06T15:39:43.271Z | Compiling num-bigint-dig v0.8.6 |
| 2022 | 2026-04-06T15:39:43.301Z | Compiling nix v0.31.1 |
| 2023 | 2026-04-06T15:39:43.319Z | Compiling deranged v0.5.8 |
| 2024 | 2026-04-06T15:39:43.362Z | Compiling tempfile v3.25.0 |
| 2025 | 2026-04-06T15:39:43.379Z | Compiling foreign-types v0.3.2 |
| 2026 | 2026-04-06T15:39:43.655Z | Compiling darling v0.20.11 |
| 2027 | 2026-04-06T15:39:43.760Z | Compiling ipnetwork v0.21.1 |
| 2028 | 2026-04-06T15:39:43.954Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2029 | 2026-04-06T15:39:44.068Z | Compiling strum_macros v0.26.4 |
| 2030 | 2026-04-06T15:39:44.184Z | Compiling hyper v1.8.1 |
| 2031 | 2026-04-06T15:39:44.203Z | Compiling wait-timeout v0.2.1 |
| 2032 | 2026-04-06T15:39:44.404Z | Compiling simd-adler32 v0.3.8 |
| 2033 | 2026-04-06T15:39:44.454Z | Compiling num_threads v0.1.7 |
| 2034 | 2026-04-06T15:39:44.584Z | Compiling anstyle v1.0.13 |
| 2035 | 2026-04-06T15:39:44.736Z | Compiling quick-error v1.2.3 |
| 2036 | 2026-04-06T15:39:44.739Z | Compiling utf8parse v0.2.2 |
| 2037 | 2026-04-06T15:39:44.766Z | Compiling siphasher v1.0.2 |
| 2038 | 2026-04-06T15:39:44.828Z | Compiling bit-vec v0.8.0 |
| 2039 | 2026-04-06T15:39:44.864Z | Compiling anstyle-parse v0.2.7 |
| 2040 | 2026-04-06T15:39:44.901Z | Compiling rusty-fork v0.3.1 |
| 2041 | 2026-04-06T15:39:45.060Z | Compiling bit-set v0.8.0 |
| 2042 | 2026-04-06T15:39:45.206Z | Compiling time v0.3.47 |
| 2043 | 2026-04-06T15:39:45.248Z | Compiling hyper-util v0.1.20 |
| 2044 | 2026-04-06T15:39:45.647Z | Compiling derive_builder_core v0.20.2 |
| 2045 | 2026-04-06T15:39:45.849Z | Compiling unicode-normalization v0.1.25 |
| 2046 | 2026-04-06T15:39:46.459Z | Compiling rustls-native-certs v0.8.3 |
| 2047 | 2026-04-06T15:39:46.673Z | Compiling signature v2.2.0 |
| 2048 | 2026-04-06T15:39:46.721Z | Compiling hubpack_derive v0.1.1 |
| 2049 | 2026-04-06T15:39:46.746Z | Compiling rand_xorshift v0.4.0 |
| 2050 | 2026-04-06T15:39:46.777Z | Compiling strum_macros v0.27.2 |
| 2051 | 2026-04-06T15:39:46.836Z | Compiling sync_wrapper v1.0.2 |
| 2052 | 2026-04-06T15:39:46.907Z | Compiling fs-err v3.3.0 |
| 2053 | 2026-04-06T15:39:46.978Z | Compiling ahash v0.8.12 |
| 2054 | 2026-04-06T15:39:47.019Z | Compiling unicode-bidi v0.3.18 |
| 2055 | 2026-04-06T15:39:47.137Z | Compiling colorchoice v1.0.4 |
| 2056 | 2026-04-06T15:39:47.140Z | Compiling is_terminal_polyfill v1.70.2 |
| 2057 | 2026-04-06T15:39:47.198Z | Compiling unicode-properties v0.1.4 |
| 2058 | 2026-04-06T15:39:47.218Z | Compiling object v0.37.3 |
| 2059 | 2026-04-06T15:39:47.259Z | Compiling adler2 v2.0.1 |
| 2060 | 2026-04-06T15:39:47.287Z | Compiling unarray v0.1.4 |
| 2061 | 2026-04-06T15:39:47.291Z | Compiling anstyle-query v1.1.5 |
| 2062 | 2026-04-06T15:39:47.417Z | Compiling unicode-segmentation v1.12.0 |
| 2063 | 2026-04-06T15:39:47.433Z | Compiling anstream v0.6.21 |
| 2064 | 2026-04-06T15:39:47.433Z | Compiling stringprep v0.1.5 |
| 2065 | 2026-04-06T15:39:47.511Z | Compiling proptest v1.10.0 |
| 2066 | 2026-04-06T15:39:47.727Z | Compiling miniz_oxide v0.8.9 |
| 2067 | 2026-04-06T15:39:47.841Z | Compiling tower v0.5.3 |
| 2068 | 2026-04-06T15:39:47.856Z | Compiling derive_builder_macro v0.20.2 |
| 2069 | 2026-04-06T15:39:48.149Z | Compiling usdt-attr-macro v0.6.0 |
| 2070 | 2026-04-06T15:39:48.280Z | Compiling usdt-macro v0.6.0 |
| 2071 | 2026-04-06T15:39:48.686Z | Compiling http-body-util v0.1.3 |
| 2072 | 2026-04-06T15:39:48.904Z | Compiling webpki-roots v1.0.6 |
| 2073 | 2026-04-06T15:39:49.039Z | Compiling rand_chacha v0.3.1 |
| 2074 | 2026-04-06T15:39:49.060Z | Compiling erased-serde v0.3.31 |
| 2075 | 2026-04-06T15:39:49.063Z | Compiling md-5 v0.10.6 |
| 2076 | 2026-04-06T15:39:49.074Z | Compiling num-integer v0.1.46 |
| 2077 | 2026-04-06T15:39:49.122Z | Compiling hash32 v0.2.1 |
| 2078 | 2026-04-06T15:39:49.232Z | Compiling vergen-lib v0.1.6 |
| 2079 | 2026-04-06T15:39:49.249Z | Compiling ff v0.13.1 |
| 2080 | 2026-04-06T15:39:49.305Z | Compiling psl-types v2.0.11 |
| 2081 | 2026-04-06T15:39:49.326Z | Compiling ryu v1.0.23 |
| 2082 | 2026-04-06T15:39:49.344Z | Compiling zlib-rs v0.6.2 |
| 2083 | 2026-04-06T15:39:49.374Z | Compiling fallible-iterator v0.2.0 |
| 2084 | 2026-04-06T15:39:49.406Z | Compiling iri-string v0.7.10 |
| 2085 | 2026-04-06T15:39:49.424Z | Compiling base16ct v0.2.0 |
| 2086 | 2026-04-06T15:39:49.454Z | Compiling newtype-uuid v1.3.2 |
| 2087 | 2026-04-06T15:39:49.457Z | Compiling publicsuffix v2.3.0 |
| 2088 | 2026-04-06T15:39:49.506Z | Compiling serde_urlencoded v0.7.1 |
| 2089 | 2026-04-06T15:39:49.552Z | Compiling sec1 v0.7.3 |
| 2090 | 2026-04-06T15:39:49.615Z | Compiling group v0.13.0 |
| 2091 | 2026-04-06T15:39:49.660Z | Compiling postgres-protocol v0.6.10 |
| 2092 | 2026-04-06T15:39:49.676Z | Compiling num-iter v0.1.45 |
| 2093 | 2026-04-06T15:39:49.826Z | Compiling rand v0.8.5 |
| 2094 | 2026-04-06T15:39:50.017Z | Compiling oxnet v0.1.4 |
| 2095 | 2026-04-06T15:39:50.164Z | Compiling derive_builder v0.20.2 |
| 2096 | 2026-04-06T15:39:50.194Z | Compiling tokio-native-tls v0.3.1 |
| 2097 | 2026-04-06T15:39:50.235Z | Compiling heck v0.4.1 |
| 2098 | 2026-04-06T15:39:50.307Z | Compiling phf_shared v0.13.1 |
| 2099 | 2026-04-06T15:39:50.391Z | Compiling lazy_static v1.5.0 |
| 2100 | 2026-04-06T15:39:50.456Z | Compiling terminal_size v0.4.3 |
| 2101 | 2026-04-06T15:39:50.462Z | Compiling serde_with_macros v3.17.0 |
| 2102 | 2026-04-06T15:39:50.501Z | Compiling cargo-platform v0.1.9 |
| 2103 | 2026-04-06T15:39:50.531Z | Compiling tower-http v0.6.8 |
| 2104 | 2026-04-06T15:39:50.563Z | Compiling hkdf v0.12.4 |
| 2105 | 2026-04-06T15:39:50.566Z | Compiling crypto-bigint v0.5.5 |
| 2106 | 2026-04-06T15:39:50.620Z | Compiling serde_repr v0.1.20 |
| 2107 | 2026-04-06T15:39:50.623Z | Compiling enum-as-inner v0.6.1 |
| 2108 | 2026-04-06T15:39:50.725Z | Compiling clap_derive v4.5.55 |
| 2109 | 2026-04-06T15:39:50.743Z | Compiling vergen v9.0.6 |
| 2110 | 2026-04-06T15:39:50.799Z | Compiling foldhash v0.1.5 |
| 2111 | 2026-04-06T15:39:50.915Z | Compiling libbz2-rs-sys v0.2.2 |
| 2112 | 2026-04-06T15:39:50.982Z | Compiling managed v0.8.0 |
| 2113 | 2026-04-06T15:39:50.998Z | Compiling bumpalo v3.20.2 |
| 2114 | 2026-04-06T15:39:51.001Z | Compiling bitflags v1.3.2 |
| 2115 | 2026-04-06T15:39:51.107Z | Compiling clap_lex v1.0.0 |
| 2116 | 2026-04-06T15:39:51.273Z | Compiling clap_builder v4.5.60 |
| 2117 | 2026-04-06T15:39:51.308Z | Compiling zopfli v0.8.3 |
| 2118 | 2026-04-06T15:39:51.342Z | Compiling bzip2 v0.6.1 |
| 2119 | 2026-04-06T15:39:51.435Z | Compiling flate2 v1.1.9 |
| 2120 | 2026-04-06T15:39:51.558Z | Compiling elliptic-curve v0.13.8 |
| 2121 | 2026-04-06T15:39:51.595Z | Compiling hashbrown v0.15.5 |
| 2122 | 2026-04-06T15:39:51.741Z | Compiling cargo_metadata v0.19.2 |
| 2123 | 2026-04-06T15:39:51.917Z | Compiling zstd v0.13.3 |
| 2124 | 2026-04-06T15:39:51.963Z | Compiling phf v0.13.1 |
| 2125 | 2026-04-06T15:39:52.125Z | Compiling hyper-tls v0.6.0 |
| 2126 | 2026-04-06T15:39:52.159Z | Compiling daft v0.1.5 |
| 2127 | 2026-04-06T15:39:52.178Z | Compiling cookie_store v0.22.1 |
| 2128 | 2026-04-06T15:39:52.192Z | Compiling signal-hook-mio v0.2.5 |
| 2129 | 2026-04-06T15:39:52.326Z | Compiling postgres-types v0.2.12 |
| 2130 | 2026-04-06T15:39:52.375Z | Compiling bzip2 v0.4.4 |
| 2131 | 2026-04-06T15:39:52.451Z | Compiling strum v0.27.2 |
| 2132 | 2026-04-06T15:39:52.583Z | Compiling hubpack v0.1.2 |
| 2133 | 2026-04-06T15:39:52.615Z | Compiling ed25519 v2.2.3 |
| 2134 | 2026-04-06T15:39:52.718Z | Compiling phf_shared v0.11.3 |
| 2135 | 2026-04-06T15:39:52.812Z | Compiling crossbeam-epoch v0.9.18 |
| 2136 | 2026-04-06T15:39:52.854Z | Compiling pkcs1 v0.7.5 |
| 2137 | 2026-04-06T15:39:52.912Z | Compiling serde-big-array v0.5.1 |
| 2138 | 2026-04-06T15:39:52.946Z | Compiling hex v0.4.3 |
| 2139 | 2026-04-06T15:39:53.072Z | Compiling rfc6979 v0.4.0 |
| 2140 | 2026-04-06T15:39:53.160Z | Compiling bstr v1.12.1 |
| 2141 | 2026-04-06T15:39:53.235Z | Compiling float-cmp v0.10.0 |
| 2142 | 2026-04-06T15:39:53.251Z | Compiling memmap2 v0.9.10 |
| 2143 | 2026-04-06T15:39:53.268Z | Compiling env_filter v1.0.0 |
| 2144 | 2026-04-06T15:39:53.328Z | Compiling encoding_rs v0.8.35 |
| 2145 | 2026-04-06T15:39:53.370Z | Compiling whoami v2.1.0 |
| 2146 | 2026-04-06T15:39:53.402Z | Compiling toml_write v0.1.2 |
| 2147 | 2026-04-06T15:39:53.428Z | Compiling data-encoding v2.10.0 |
| 2148 | 2026-04-06T15:39:53.456Z | Compiling static_assertions v1.1.0 |
| 2149 | 2026-04-06T15:39:53.474Z | Compiling precomputed-hash v0.1.1 |
| 2150 | 2026-04-06T15:39:53.501Z | Compiling fixedbitset v0.4.2 |
| 2151 | 2026-04-06T15:39:53.540Z | Compiling rustc-hash v2.1.1 |
| 2152 | 2026-04-06T15:39:53.556Z | Compiling new_debug_unreachable v1.0.6 |
| 2153 | 2026-04-06T15:39:53.578Z | Compiling normalize-line-endings v0.3.0 |
| 2154 | 2026-04-06T15:39:53.619Z | Compiling difflib v0.4.0 |
| 2155 | 2026-04-06T15:39:53.645Z | Compiling keccak v0.1.6 |
| 2156 | 2026-04-06T15:39:53.681Z | Compiling fixedbitset v0.5.7 |
| 2157 | 2026-04-06T15:39:53.698Z | Compiling jiff v0.2.21 |
| 2158 | 2026-04-06T15:39:53.732Z | Compiling predicates-core v1.0.10 |
| 2159 | 2026-04-06T15:39:53.770Z | Compiling mime v0.3.17 |
| 2160 | 2026-04-06T15:39:53.842Z | Compiling sha3 v0.10.8 |
| 2161 | 2026-04-06T15:39:53.865Z | Compiling predicates v3.1.4 |
| 2162 | 2026-04-06T15:39:53.925Z | Compiling petgraph v0.8.3 |
| 2163 | 2026-04-06T15:39:53.978Z | Compiling hickory-proto v0.25.2 |
| 2164 | 2026-04-06T15:39:53.994Z | Compiling petgraph v0.6.5 |
| 2165 | 2026-04-06T15:39:54.027Z | Compiling iddqd v0.3.17 |
| 2166 | 2026-04-06T15:39:54.078Z | Compiling string_cache v0.8.9 |
| 2167 | 2026-04-06T15:39:54.125Z | Compiling tokio-postgres v0.7.16 |
| 2168 | 2026-04-06T15:39:54.362Z | Compiling similar v2.7.0 |
| 2169 | 2026-04-06T15:39:54.467Z | Compiling toml_edit v0.22.27 |
| 2170 | 2026-04-06T15:39:54.643Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2171 | 2026-04-06T15:39:55.094Z | Compiling env_logger v0.11.9 |
| 2172 | 2026-04-06T15:39:55.146Z | Compiling usdt v0.6.0 |
| 2173 | 2026-04-06T15:39:55.693Z | Compiling serde_with v3.17.0 |
| 2174 | 2026-04-06T15:39:55.808Z | Compiling ecdsa v0.16.9 |
| 2175 | 2026-04-06T15:39:55.824Z | Compiling rsa v0.9.10 |
| 2176 | 2026-04-06T15:39:56.228Z | Compiling ed25519-dalek v2.2.0 |
| 2177 | 2026-04-06T15:39:56.488Z | Compiling zip v4.6.1 |
| 2178 | 2026-04-06T15:39:56.537Z | Compiling clap v4.5.60 |
| 2179 | 2026-04-06T15:39:56.819Z | Compiling crossterm v0.28.1 |
| 2180 | 2026-04-06T15:39:57.376Z | Compiling zip v0.6.6 |
| 2181 | 2026-04-06T15:39:57.459Z | Compiling strum v0.26.3 |
| 2182 | 2026-04-06T15:39:57.554Z | Compiling toml v0.7.8 |
| 2183 | 2026-04-06T15:39:57.611Z | Compiling tokio-stream v0.1.18 |
| 2184 | 2026-04-06T15:39:57.660Z | Compiling buf-list v1.1.2 |
| 2185 | 2026-04-06T15:39:57.759Z | Compiling itertools v0.13.0 |
| 2186 | 2026-04-06T15:39:57.968Z | Compiling x509-cert v0.2.5 |
| 2187 | 2026-04-06T15:39:57.999Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2188 | 2026-04-06T15:39:58.109Z | Compiling openapiv3 v2.2.0 |
| 2189 | 2026-04-06T15:39:58.266Z | Compiling sha1 v0.10.6 |
| 2190 | 2026-04-06T15:39:58.594Z | Compiling peg-runtime v0.8.5 |
| 2191 | 2026-04-06T15:39:58.662Z | Compiling lalrpop-util v0.19.12 |
| 2192 | 2026-04-06T15:40:15.488Z | Compiling macaddr v1.0.1 |
| 2193 | 2026-04-06T15:40:15.641Z | Compiling structmeta-derive v0.3.0 |
| 2194 | 2026-04-06T15:40:15.657Z | Compiling rayon-core v1.13.0 |
| 2195 | 2026-04-06T15:40:15.744Z | Compiling crucible-workspace-hack v0.1.0 |
| 2196 | 2026-04-06T15:40:15.780Z | Compiling itertools v0.14.0 |
| 2197 | 2026-04-06T15:40:15.895Z | Compiling secrecy v0.10.3 |
| 2198 | 2026-04-06T15:40:15.974Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2199 | 2026-04-06T15:40:15.995Z | Compiling rustls v0.22.4 |
| 2200 | 2026-04-06T15:40:16.077Z | Compiling heapless v0.8.0 |
| 2201 | 2026-04-06T15:40:16.315Z | Compiling crossbeam-deque v0.8.6 |
| 2202 | 2026-04-06T15:40:16.386Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2203 | 2026-04-06T15:40:16.454Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2204 | 2026-04-06T15:40:16.556Z | Compiling rustls-webpki v0.102.8 |
| 2205 | 2026-04-06T15:40:16.573Z | Compiling futures-executor v0.3.32 |
| 2206 | 2026-04-06T15:40:16.576Z | Compiling hash32 v0.3.1 |
| 2207 | 2026-04-06T15:40:16.602Z | Compiling multer v3.1.0 |
| 2208 | 2026-04-06T15:40:16.623Z | Compiling thread_local v1.1.9 |
| 2209 | 2026-04-06T15:40:16.660Z | Compiling structmeta v0.3.0 |
| 2210 | 2026-04-06T15:40:16.748Z | Compiling smoltcp v0.11.0 |
| 2211 | 2026-04-06T15:40:16.752Z | Compiling match_cfg v0.1.0 |
| 2212 | 2026-04-06T15:40:16.778Z | Compiling unicode-width v0.2.0 |
| 2213 | 2026-04-06T15:40:16.820Z | Compiling slog-async v2.8.0 |
| 2214 | 2026-04-06T15:40:16.839Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2215 | 2026-04-06T15:40:16.886Z | Compiling derive-ex v0.1.8 |
| 2216 | 2026-04-06T15:40:17.055Z | Compiling ingot-macros v0.1.1 |
| 2217 | 2026-04-06T15:40:17.087Z | Compiling proc-macro-crate v3.4.0 |
| 2218 | 2026-04-06T15:40:17.153Z | Compiling hostname v0.3.1 |
| 2219 | 2026-04-06T15:40:17.172Z | Compiling futures v0.3.32 |
| 2220 | 2026-04-06T15:40:17.271Z | Compiling slog-json v2.6.1 |
| 2221 | 2026-04-06T15:40:17.334Z | Compiling crossbeam-channel v0.5.15 |
| 2222 | 2026-04-06T15:40:17.387Z | Compiling half v2.7.1 |
| 2223 | 2026-04-06T15:40:17.559Z | Compiling newtype-uuid-macros v0.1.0 |
| 2224 | 2026-04-06T15:40:17.559Z | Compiling cobs v0.3.0 |
| 2225 | 2026-04-06T15:40:17.698Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2226 | 2026-04-06T15:40:17.750Z | Compiling universal-hash v0.5.1 |
| 2227 | 2026-04-06T15:40:17.874Z | Compiling async-stream-impl v0.3.6 |
| 2228 | 2026-04-06T15:40:17.910Z | Compiling serde_spanned v1.0.4 |
| 2229 | 2026-04-06T15:40:18.022Z | Compiling is-terminal v0.4.17 |
| 2230 | 2026-04-06T15:40:18.092Z | Compiling proc-macro-error-attr v1.0.4 |
| 2231 | 2026-04-06T15:40:18.139Z | Compiling dropshot v0.16.7 |
| 2232 | 2026-04-06T15:40:18.285Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2233 | 2026-04-06T15:40:18.312Z | Compiling convert_case v0.4.0 |
| 2234 | 2026-04-06T15:40:18.355Z | Compiling take_mut v0.2.2 |
| 2235 | 2026-04-06T15:40:18.386Z | Compiling opaque-debug v0.3.1 |
| 2236 | 2026-04-06T15:40:18.409Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2237 | 2026-04-06T15:40:18.474Z | Compiling rustls-webpki v0.103.9 |
| 2238 | 2026-04-06T15:40:18.495Z | Compiling ciborium-io v0.2.2 |
| 2239 | 2026-04-06T15:40:18.498Z | Compiling term v1.2.1 |
| 2240 | 2026-04-06T15:40:18.611Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2241 | 2026-04-06T15:40:18.639Z | Compiling derive_more v0.99.20 |
| 2242 | 2026-04-06T15:40:18.692Z | Compiling ciborium-ll v0.2.2 |
| 2243 | 2026-04-06T15:40:18.736Z | Compiling thiserror-no-std v2.0.2 |
| 2244 | 2026-04-06T15:40:18.806Z | Compiling async-stream v0.3.6 |
| 2245 | 2026-04-06T15:40:18.824Z | Compiling slog-term v2.9.2 |
| 2246 | 2026-04-06T15:40:18.849Z | Compiling poly1305 v0.8.0 |
| 2247 | 2026-04-06T15:40:19.116Z | Compiling tokio-rustls v0.25.0 |
| 2248 | 2026-04-06T15:40:19.285Z | Compiling test-strategy v0.4.5 |
| 2249 | 2026-04-06T15:40:19.491Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2250 | 2026-04-06T15:40:19.506Z | Compiling postcard v1.1.3 |
| 2251 | 2026-04-06T15:40:19.640Z | Compiling ingot-types v0.1.2 |
| 2252 | 2026-04-06T15:40:19.821Z | Compiling num_enum_derive v0.7.5 |
| 2253 | 2026-04-06T15:40:19.898Z | Compiling slog-bunyan v2.5.0 |
| 2254 | 2026-04-06T15:40:20.066Z | Compiling ingot v0.1.1 |
| 2255 | 2026-04-06T15:40:20.117Z | Compiling parse-display-derive v0.10.0 |
| 2256 | 2026-04-06T15:40:20.311Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2257 | 2026-04-06T15:40:20.597Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2258 | 2026-04-06T15:40:20.714Z | Compiling proc-macro-crate v1.3.1 |
| 2259 | 2026-04-06T15:40:20.780Z | Compiling backon v1.6.0 |
| 2260 | 2026-04-06T15:40:20.866Z | Compiling waitgroup v0.1.2 |
| 2261 | 2026-04-06T15:40:20.869Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2262 | 2026-04-06T15:40:21.026Z | Compiling password-hash v0.5.0 |
| 2263 | 2026-04-06T15:40:21.047Z | Compiling chacha20 v0.9.1 |
| 2264 | 2026-04-06T15:40:21.071Z | Compiling dropshot_endpoint v0.16.7 |
| 2265 | 2026-04-06T15:40:21.113Z | Compiling rustls-pemfile v2.2.0 |
| 2266 | 2026-04-06T15:40:21.285Z | Compiling blake2 v0.10.6 |
| 2267 | 2026-04-06T15:40:21.301Z | Compiling aead v0.5.2 |
| 2268 | 2026-04-06T15:40:21.324Z | Compiling foreign-types-macros v0.2.3 |
| 2269 | 2026-04-06T15:40:21.420Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2270 | 2026-04-06T15:40:21.524Z | Compiling serde_path_to_error v0.1.20 |
| 2271 | 2026-04-06T15:40:21.611Z | Compiling hostname v0.4.2 |
| 2272 | 2026-04-06T15:40:21.797Z | Compiling proc-macro-error v1.0.4 |
| 2273 | 2026-04-06T15:40:21.812Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2274 | 2026-04-06T15:40:21.849Z | Compiling instant v0.1.13 |
| 2275 | 2026-04-06T15:40:21.922Z | Compiling foreign-types-shared v0.3.1 |
| 2276 | 2026-04-06T15:40:21.978Z | Compiling tokio-rustls v0.26.4 |
| 2277 | 2026-04-06T15:40:21.996Z | Compiling rustls-platform-verifier v0.6.2 |
| 2278 | 2026-04-06T15:40:21.999Z | Compiling debug-ignore v1.0.5 |
| 2279 | 2026-04-06T15:40:22.032Z | Compiling cpufeatures v0.3.0 |
| 2280 | 2026-04-06T15:40:22.035Z | Compiling typeid v1.0.3 |
| 2281 | 2026-04-06T15:40:22.079Z | Compiling foreign-types v0.5.0 |
| 2282 | 2026-04-06T15:40:22.130Z | Compiling chacha20 v0.10.0 |
| 2283 | 2026-04-06T15:40:22.146Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2284 | 2026-04-06T15:40:22.149Z | Compiling backoff v0.4.0 |
| 2285 | 2026-04-06T15:40:22.189Z | Compiling parse-display v0.10.0 |
| 2286 | 2026-04-06T15:40:22.211Z | Compiling argon2 v0.5.3 |
| 2287 | 2026-04-06T15:40:22.243Z | Compiling hyper-rustls v0.27.7 |
| 2288 | 2026-04-06T15:40:22.278Z | Compiling chacha20poly1305 v0.10.1 |
| 2289 | 2026-04-06T15:40:22.372Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2290 | 2026-04-06T15:40:22.394Z | Compiling num_enum_derive v0.5.11 |
| 2291 | 2026-04-06T15:40:22.411Z | Compiling num_enum v0.7.5 |
| 2292 | 2026-04-06T15:40:22.450Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2293 | 2026-04-06T15:40:22.560Z | Compiling reqwest v0.12.28 |
| 2294 | 2026-04-06T15:40:22.580Z | Compiling reqwest v0.13.2 |
| 2295 | 2026-04-06T15:40:22.855Z | Compiling ciborium v0.2.2 |
| 2296 | 2026-04-06T15:40:22.858Z | Compiling vsss-rs v3.3.4 |
| 2297 | 2026-04-06T15:40:23.081Z | Compiling tabwriter v1.4.1 |
| 2298 | 2026-04-06T15:40:23.096Z | Compiling toml v0.8.23 |
| 2299 | 2026-04-06T15:40:23.221Z | Compiling byte-wrapper v0.1.0 |
| 2300 | 2026-04-06T15:40:23.335Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2301 | 2026-04-06T15:40:23.467Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2302 | 2026-04-06T15:40:23.646Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2303 | 2026-04-06T15:40:23.700Z | Compiling regress v0.10.5 |
| 2304 | 2026-04-06T15:40:23.828Z | Compiling cstr-argument v0.1.2 |
| 2305 | 2026-04-06T15:40:23.910Z | Compiling erased-serde v0.4.9 |
| 2306 | 2026-04-06T15:40:23.951Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2307 | 2026-04-06T15:40:24.020Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2308 | 2026-04-06T15:40:24.135Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2309 | 2026-04-06T15:40:24.211Z | Compiling num_enum v0.5.11 |
| 2310 | 2026-04-06T15:40:24.270Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2311 | 2026-04-06T15:40:24.287Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2312 | 2026-04-06T15:40:24.391Z | Compiling rand v0.10.0 |
| 2313 | 2026-04-06T15:40:24.459Z | Compiling rayon v1.11.0 |
| 2314 | 2026-04-06T15:40:24.505Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2315 | 2026-04-06T15:40:24.542Z | Compiling indent_write v2.2.0 |
| 2316 | 2026-04-06T15:40:24.618Z | Compiling libefi-sys v0.1.0 |
| 2317 | 2026-04-06T15:40:24.638Z | Compiling colored v3.1.1 |
| 2318 | 2026-04-06T15:40:24.726Z | Compiling zone_cfg_derive v0.3.1 |
| 2319 | 2026-04-06T15:40:24.876Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2320 | 2026-04-06T15:40:24.927Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2321 | 2026-04-06T15:40:25.335Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2322 | 2026-04-06T15:40:25.349Z | Compiling camino-tempfile v1.4.1 |
| 2323 | 2026-04-06T15:40:25.444Z | Compiling itertools v0.12.1 |
| 2324 | 2026-04-06T15:40:25.477Z | Compiling usdt-attr-macro v0.5.0 |
| 2325 | 2026-04-06T15:40:25.516Z | Compiling usdt-macro v0.5.0 |
| 2326 | 2026-04-06T15:40:25.570Z | Compiling bitfield-struct v0.6.2 |
| 2327 | 2026-04-06T15:40:25.760Z | Compiling num-derive v0.4.2 |
| 2328 | 2026-04-06T15:40:25.832Z | Compiling blake3 v1.8.3 |
| 2329 | 2026-04-06T15:40:25.942Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2330 | 2026-04-06T15:40:26.225Z | Compiling ordered-float v2.10.1 |
| 2331 | 2026-04-06T15:40:26.250Z | Compiling memmap v0.7.0 |
| 2332 | 2026-04-06T15:40:26.266Z | Compiling sigpipe v0.1.3 |
| 2333 | 2026-04-06T15:40:26.270Z | Compiling glob v0.3.3 |
| 2334 | 2026-04-06T15:40:26.303Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2335 | 2026-04-06T15:40:26.384Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2336 | 2026-04-06T15:40:26.401Z | Compiling swrite v0.1.0 |
| 2337 | 2026-04-06T15:40:26.523Z | Compiling serde-value v0.7.0 |
| 2338 | 2026-04-06T15:40:26.538Z | Compiling usdt v0.5.0 |
| 2339 | 2026-04-06T15:40:26.557Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2340 | 2026-04-06T15:40:26.617Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2341 | 2026-04-06T15:40:26.713Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2342 | 2026-04-06T15:40:26.735Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2343 | 2026-04-06T15:40:26.960Z | Compiling zone v0.3.1 |
| 2344 | 2026-04-06T15:40:26.978Z | Compiling serde-untagged v0.1.9 |
| 2345 | 2026-04-06T15:40:27.139Z | Compiling smf v0.2.3 |
| 2346 | 2026-04-06T15:40:27.192Z | Compiling filetime v0.2.27 |
| 2347 | 2026-04-06T15:40:27.219Z | Compiling unicode-xid v0.2.6 |
| 2348 | 2026-04-06T15:40:27.235Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2349 | 2026-04-06T15:40:27.270Z | Compiling same-file v1.0.6 |
| 2350 | 2026-04-06T15:40:27.331Z | Compiling xattr v1.6.1 |
| 2351 | 2026-04-06T15:40:27.365Z | Compiling whoami v1.6.1 |
| 2352 | 2026-04-06T15:40:27.387Z | Compiling constant_time_eq v0.4.2 |
| 2353 | 2026-04-06T15:40:27.420Z | Compiling arrayref v0.3.9 |
| 2354 | 2026-04-06T15:40:27.423Z | Compiling arrayvec v0.7.6 |
| 2355 | 2026-04-06T15:40:27.465Z | Compiling walkdir v2.5.0 |
| 2356 | 2026-04-06T15:40:27.512Z | Compiling tar v0.4.45 |
| 2357 | 2026-04-06T15:40:27.540Z | Compiling cargo-util-schemas v0.8.2 |
| 2358 | 2026-04-06T15:40:27.556Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2026-04-06T15:40:27.602Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2360 | 2026-04-06T15:40:27.835Z | Compiling tokio-dtrace v0.1.1 |
| 2361 | 2026-04-06T15:40:27.852Z | Compiling console v0.16.2 |
| 2362 | 2026-04-06T15:40:28.176Z | Compiling gethostname v0.5.0 |
| 2363 | 2026-04-06T15:40:28.196Z | Compiling cargo-platform v0.2.0 |
| 2364 | 2026-04-06T15:40:28.227Z | Compiling topological-sort v0.2.2 |
| 2365 | 2026-04-06T15:40:28.296Z | Compiling unit-prefix v0.5.2 |
| 2366 | 2026-04-06T15:40:28.343Z | Compiling oxide-tokio-rt v0.1.3 |
| 2367 | 2026-04-06T15:40:28.431Z | Compiling indicatif v0.18.4 |
| 2368 | 2026-04-06T15:40:28.452Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2369 | 2026-04-06T15:40:28.478Z | Compiling shell-words v1.1.1 |
| 2370 | 2026-04-06T15:40:28.741Z | Compiling cargo_metadata v0.21.0 |
| 2371 | 2026-04-06T15:40:37.486Z | Compiling progenitor-client v0.13.0 |
| 2372 | 2026-04-06T15:40:37.509Z | Compiling progenitor-client v0.10.0 |
| 2373 | 2026-04-06T15:40:37.512Z | Compiling omicron-zone-package v0.12.2 |
| 2374 | 2026-04-06T15:40:37.603Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2375 | 2026-04-06T15:40:37.603Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2376 | 2026-04-06T15:40:37.635Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2377 | 2026-04-06T15:40:37.654Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2378 | 2026-04-06T15:40:37.923Z | Compiling progenitor-extras v0.1.1 |
| 2379 | 2026-04-06T15:40:37.981Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2380 | 2026-04-06T15:40:38.000Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2381 | 2026-04-06T15:40:38.015Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2382 | 2026-04-06T15:40:38.146Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2383 | 2026-04-06T15:40:38.192Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2384 | 2026-04-06T15:40:43.251Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2385 | 2026-04-06T15:40:50.015Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2386 | 2026-04-06T15:40:53.353Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2387 | 2026-04-06T15:40:54.336Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2388 | 2026-04-06T15:41:02.793Z | Finished `release` profile [optimized] target(s) in 1m 38s |
| 2389 | 2026-04-06T15:41:02.944Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2390 | 2026-04-06T15:41:03.007Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2391 | 2026-04-06T15:41:03.011Z | Created new build target 'test' and set it as active |
| 2392 | 2026-04-06T15:41:03.014Z | |
| 2393 | 2026-04-06T15:41:03.014Z | real 1:38.368469757 |
| 2394 | 2026-04-06T15:41:03.014Z | user 16:27.893646694 |
| 2395 | 2026-04-06T15:41:03.014Z | sys 2:29.868927150 |
| 2396 | 2026-04-06T15:41:03.014Z | trap 0.467309425 |
| 2397 | 2026-04-06T15:41:03.014Z | tflt 2.892164656 |
| 2398 | 2026-04-06T15:41:03.014Z | dflt 3.427656156 |
| 2399 | 2026-04-06T15:41:03.015Z | kflt 0.012045512 |
| 2400 | 2026-04-06T15:41:03.015Z | lock 51:35.668346452 |
| 2401 | 2026-04-06T15:41:03.015Z | slp 42:01.023078097 |
| 2402 | 2026-04-06T15:41:03.015Z | lat 38.781051683 |
| 2403 | 2026-04-06T15:41:03.015Z | stop 5:18.925189007 |
| 2404 | 2026-04-06T15:41:03.015Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2405 | 2026-04-06T15:41:03.893Z | Finished `release` profile [optimized] target(s) in 0.86s |
| 2406 | 2026-04-06T15:41:03.967Z | Running `target/release/omicron-package -t test package` |
| 2407 | 2026-04-06T15:41:04.027Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2408 | 2026-04-06T15:41:05.434Z | Compiling regress v0.10.5 |
| 2409 | 2026-04-06T15:41:05.434Z | Compiling heck v0.5.0 |
| 2410 | 2026-04-06T15:41:05.649Z | Compiling unsafe-libyaml v0.2.11 |
| 2411 | 2026-04-06T15:41:05.671Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2412 | 2026-04-06T15:41:05.699Z | Compiling unicode-width v0.1.14 |
| 2413 | 2026-04-06T15:41:05.703Z | Compiling is-terminal v0.4.17 |
| 2414 | 2026-04-06T15:41:05.720Z | Compiling prettyplease v0.2.37 |
| 2415 | 2026-04-06T15:41:05.759Z | Compiling bytecount v0.6.9 |
| 2416 | 2026-04-06T15:41:05.759Z | Compiling rustls v0.22.4 |
| 2417 | 2026-04-06T15:41:05.762Z | Compiling rustls-webpki v0.102.8 |
| 2418 | 2026-04-06T15:41:05.762Z | Compiling derive-where v1.6.0 |
| 2419 | 2026-04-06T15:41:05.762Z | Compiling thread_local v1.1.9 |
| 2420 | 2026-04-06T15:41:05.801Z | Compiling typify-impl v0.6.1 |
| 2421 | 2026-04-06T15:41:05.822Z | Compiling match_cfg v0.1.0 |
| 2422 | 2026-04-06T15:41:05.825Z | Compiling multer v3.1.0 |
| 2423 | 2026-04-06T15:41:05.866Z | Compiling slog-async v2.8.0 |
| 2424 | 2026-04-06T15:41:05.869Z | Compiling crossbeam-channel v0.5.15 |
| 2425 | 2026-04-06T15:41:05.889Z | Compiling slog-json v2.6.1 |
| 2426 | 2026-04-06T15:41:05.974Z | Compiling hostname v0.3.1 |
| 2427 | 2026-04-06T15:41:05.996Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2428 | 2026-04-06T15:41:06.000Z | Compiling futures-executor v0.3.32 |
| 2429 | 2026-04-06T15:41:06.000Z | Compiling serde_spanned v1.0.4 |
| 2430 | 2026-04-06T15:41:06.015Z | Compiling take_mut v0.2.2 |
| 2431 | 2026-04-06T15:41:06.077Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2432 | 2026-04-06T15:41:06.100Z | Compiling term v1.2.1 |
| 2433 | 2026-04-06T15:41:06.146Z | Compiling slog-bunyan v2.5.0 |
| 2434 | 2026-04-06T15:41:06.165Z | Compiling serde_yaml v0.9.34+deprecated |
| 2435 | 2026-04-06T15:41:06.234Z | Compiling futures v0.3.32 |
| 2436 | 2026-04-06T15:41:06.255Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2437 | 2026-04-06T15:41:06.309Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2438 | 2026-04-06T15:41:06.332Z | Compiling dropshot v0.16.7 |
| 2439 | 2026-04-06T15:41:06.374Z | Compiling async-stream v0.3.6 |
| 2440 | 2026-04-06T15:41:06.425Z | Compiling slog-term v2.9.2 |
| 2441 | 2026-04-06T15:41:06.428Z | Compiling progenitor-client v0.13.0 |
| 2442 | 2026-04-06T15:41:06.428Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2443 | 2026-04-06T15:41:06.564Z | Compiling waitgroup v0.1.2 |
| 2444 | 2026-04-06T15:41:06.642Z | Compiling backon v1.6.0 |
| 2445 | 2026-04-06T15:41:06.642Z | Compiling rustls-pemfile v2.2.0 |
| 2446 | 2026-04-06T15:41:06.685Z | Compiling serde_path_to_error v0.1.20 |
| 2447 | 2026-04-06T15:41:06.688Z | Compiling hostname v0.4.2 |
| 2448 | 2026-04-06T15:41:06.728Z | Compiling instant v0.1.13 |
| 2449 | 2026-04-06T15:41:06.748Z | Compiling debug-ignore v1.0.5 |
| 2450 | 2026-04-06T15:41:06.797Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2451 | 2026-04-06T15:41:06.858Z | Compiling progenitor-extras v0.1.1 |
| 2452 | 2026-04-06T15:41:06.881Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2453 | 2026-04-06T15:41:06.883Z | Compiling backoff v0.4.0 |
| 2454 | 2026-04-06T15:41:06.884Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2455 | 2026-04-06T15:41:06.947Z | Compiling parse-display v0.10.0 |
| 2456 | 2026-04-06T15:41:06.950Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2457 | 2026-04-06T15:41:07.014Z | Compiling progenitor-client v0.10.0 |
| 2458 | 2026-04-06T15:41:07.047Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2459 | 2026-04-06T15:41:07.069Z | Compiling macaddr v1.0.1 |
| 2460 | 2026-04-06T15:41:07.177Z | Compiling console v0.15.11 |
| 2461 | 2026-04-06T15:41:07.240Z | Compiling num-rational v0.4.2 |
| 2462 | 2026-04-06T15:41:07.337Z | Compiling num-complex v0.4.6 |
| 2463 | 2026-04-06T15:41:07.444Z | Compiling slog-dtrace v0.3.0 |
| 2464 | 2026-04-06T15:41:07.465Z | Compiling newline-converter v0.3.0 |
| 2465 | 2026-04-06T15:41:07.550Z | Compiling atomicwrites v0.4.4 |
| 2466 | 2026-04-06T15:41:07.629Z | Compiling async-recursion v1.1.1 |
| 2467 | 2026-04-06T15:41:07.629Z | Compiling owo-colors v4.3.0 |
| 2468 | 2026-04-06T15:41:07.740Z | Compiling num v0.4.3 |
| 2469 | 2026-04-06T15:41:07.818Z | Compiling cancel-safe-futures v0.1.5 |
| 2470 | 2026-04-06T15:41:07.843Z | Compiling float-ord v0.3.2 |
| 2471 | 2026-04-06T15:41:07.890Z | Compiling expectorate v1.2.0 |
| 2472 | 2026-04-06T15:41:07.893Z | Compiling libsw-core v0.3.2 |
| 2473 | 2026-04-06T15:41:07.991Z | Compiling resolv-conf v0.7.6 |
| 2474 | 2026-04-06T15:41:08.013Z | Compiling toml v0.8.23 |
| 2475 | 2026-04-06T15:41:08.140Z | Compiling libsw v3.5.0 |
| 2476 | 2026-04-06T15:41:08.177Z | Compiling linear-map v1.2.0 |
| 2477 | 2026-04-06T15:41:08.232Z | Compiling tokio-rustls v0.25.0 |
| 2478 | 2026-04-06T15:41:08.262Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2479 | 2026-04-06T15:41:08.282Z | Compiling minimal-lexical v0.2.1 |
| 2480 | 2026-04-06T15:41:08.350Z | Compiling linked-hash-map v0.5.6 |
| 2481 | 2026-04-06T15:41:08.471Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2482 | 2026-04-06T15:41:08.495Z | Compiling nom v7.1.3 |
| 2483 | 2026-04-06T15:41:08.518Z | Compiling unicode-xid v0.2.6 |
| 2484 | 2026-04-06T15:41:08.556Z | Compiling lru-cache v0.1.2 |
| 2485 | 2026-04-06T15:41:08.595Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2486 | 2026-04-06T15:41:08.629Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2487 | 2026-04-06T15:41:08.632Z | Compiling globset v0.4.18 |
| 2488 | 2026-04-06T15:41:08.670Z | Compiling hickory-proto v0.24.4 |
| 2489 | 2026-04-06T15:41:08.673Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2490 | 2026-04-06T15:41:08.735Z | Compiling convert_case v0.10.0 |
| 2491 | 2026-04-06T15:41:09.035Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2492 | 2026-04-06T15:41:09.056Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2493 | 2026-04-06T15:41:09.314Z | Compiling derive_more-impl v2.1.1 |
| 2494 | 2026-04-06T15:41:09.909Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2495 | 2026-04-06T15:41:10.120Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2496 | 2026-04-06T15:41:10.146Z | Compiling pin-project-internal v1.1.11 |
| 2497 | 2026-04-06T15:41:10.303Z | Compiling derive_more v2.1.1 |
| 2498 | 2026-04-06T15:41:10.380Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2499 | 2026-04-06T15:41:10.417Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2500 | 2026-04-06T15:41:10.575Z | Compiling pem v3.0.6 |
| 2501 | 2026-04-06T15:41:10.675Z | Compiling typify-macro v0.6.1 |
| 2502 | 2026-04-06T15:41:11.240Z | Compiling hickory-resolver v0.24.4 |
| 2503 | 2026-04-06T15:41:11.320Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2504 | 2026-04-06T15:41:11.490Z | Compiling pin-project v1.1.11 |
| 2505 | 2026-04-06T15:41:11.519Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2506 | 2026-04-06T15:41:11.628Z | Compiling snafu-derive v0.8.9 |
| 2507 | 2026-04-06T15:41:11.744Z | Compiling termtree v0.5.1 |
| 2508 | 2026-04-06T15:41:11.978Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2509 | 2026-04-06T15:41:12.318Z | Compiling crossterm v0.29.0 |
| 2510 | 2026-04-06T15:41:12.340Z | Compiling typify v0.6.1 |
| 2511 | 2026-04-06T15:41:12.486Z | Compiling progenitor-impl v0.13.0 |
| 2512 | 2026-04-06T15:41:13.158Z | Compiling qorb v0.4.1 |
| 2513 | 2026-04-06T15:41:13.362Z | Compiling snafu v0.8.9 |
| 2514 | 2026-04-06T15:41:13.556Z | Compiling phf_shared v0.12.1 |
| 2515 | 2026-04-06T15:41:13.819Z | Compiling olpc-cjson v0.1.4 |
| 2516 | 2026-04-06T15:41:13.979Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2517 | 2026-04-06T15:41:14.067Z | Compiling serde_plain v1.0.2 |
| 2518 | 2026-04-06T15:41:14.400Z | Compiling vte v0.14.1 |
| 2519 | 2026-04-06T15:41:14.521Z | Compiling csv-core v0.1.13 |
| 2520 | 2026-04-06T15:41:14.669Z | Compiling typed-path v0.9.3 |
| 2521 | 2026-04-06T15:41:14.699Z | Compiling progenitor-macro v0.13.0 |
| 2522 | 2026-04-06T15:41:14.725Z | Compiling highway v1.3.0 |
| 2523 | 2026-04-06T15:41:14.876Z | Compiling chrono-tz v0.10.4 |
| 2524 | 2026-04-06T15:41:14.966Z | Compiling csv v1.4.0 |
| 2525 | 2026-04-06T15:41:15.129Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2526 | 2026-04-06T15:41:15.363Z | Compiling strip-ansi-escapes v0.2.1 |
| 2527 | 2026-04-06T15:41:15.482Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2528 | 2026-04-06T15:41:15.962Z | Compiling tough v0.20.0 |
| 2529 | 2026-04-06T15:41:15.983Z | Compiling phf v0.12.1 |
| 2530 | 2026-04-06T15:41:16.185Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2531 | 2026-04-06T15:41:17.124Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2532 | 2026-04-06T15:41:17.500Z | Compiling const_format_proc_macros v0.2.34 |
| 2533 | 2026-04-06T15:41:17.586Z | Compiling papergrid v0.11.0 |
| 2534 | 2026-04-06T15:41:17.661Z | Compiling tabled_derive v0.7.0 |
| 2535 | 2026-04-06T15:41:18.028Z | Compiling fd-lock v4.0.4 |
| 2536 | 2026-04-06T15:41:18.084Z | Compiling peg-macros v0.8.5 |
| 2537 | 2026-04-06T15:41:18.211Z | Compiling nu-ansi-term v0.50.3 |
| 2538 | 2026-04-06T15:41:18.592Z | Compiling tabled v0.15.0 |
| 2539 | 2026-04-06T15:41:18.784Z | Compiling reedline v0.40.0 |
| 2540 | 2026-04-06T15:41:18.891Z | Compiling progenitor v0.13.0 |
| 2541 | 2026-04-06T15:41:19.364Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2542 | 2026-04-06T15:41:19.728Z | Compiling peg v0.8.5 |
| 2543 | 2026-04-06T15:41:19.839Z | Compiling const_format v0.2.35 |
| 2544 | 2026-04-06T15:41:20.351Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2545 | 2026-04-06T15:41:20.372Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2546 | 2026-04-06T15:41:20.466Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2547 | 2026-04-06T15:41:21.429Z | Compiling bcs v0.1.6 |
| 2548 | 2026-04-06T15:41:21.885Z | Compiling semver v0.1.20 |
| 2549 | 2026-04-06T15:41:22.206Z | Compiling rustc_version v0.1.7 |
| 2550 | 2026-04-06T15:41:22.227Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2551 | 2026-04-06T15:41:22.458Z | Compiling newtype_derive v0.1.6 |
| 2552 | 2026-04-06T15:41:22.495Z | Compiling humantime v2.3.0 |
| 2553 | 2026-04-06T15:41:22.697Z | Compiling unicode-linebreak v0.1.5 |
| 2554 | 2026-04-06T15:41:22.956Z | Compiling smawk v0.3.2 |
| 2555 | 2026-04-06T15:41:23.043Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2556 | 2026-04-06T15:41:23.169Z | Compiling textwrap v0.16.2 |
| 2557 | 2026-04-06T15:41:23.199Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2558 | 2026-04-06T15:41:23.229Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2559 | 2026-04-06T15:41:23.563Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2560 | 2026-04-06T15:41:23.819Z | Compiling dropshot-api-manager-types v0.6.0 |
| 2561 | 2026-04-06T15:41:24.310Z | Compiling base64 v0.21.7 |
| 2562 | 2026-04-06T15:41:24.863Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2563 | 2026-04-06T15:41:24.885Z | Compiling steno v0.4.1 |
| 2564 | 2026-04-06T15:41:24.963Z | Compiling utf-8 v0.7.6 |
| 2565 | 2026-04-06T15:41:24.986Z | Compiling tagptr v0.2.0 |
| 2566 | 2026-04-06T15:41:25.176Z | Compiling moka v0.12.13 |
| 2567 | 2026-04-06T15:41:25.211Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2568 | 2026-04-06T15:41:25.284Z | Compiling tungstenite v0.21.0 |
| 2569 | 2026-04-06T15:41:25.388Z | Compiling radium v0.7.0 |
| 2570 | 2026-04-06T15:41:25.723Z | Compiling maybe-uninit v2.0.0 |
| 2571 | 2026-04-06T15:41:26.034Z | Compiling tokio-tungstenite v0.21.0 |
| 2572 | 2026-04-06T15:41:26.175Z | Compiling tap v1.0.1 |
| 2573 | 2026-04-06T15:41:26.330Z | Compiling wyz v0.5.1 |
| 2574 | 2026-04-06T15:41:26.432Z | Compiling hickory-resolver v0.25.2 |
| 2575 | 2026-04-06T15:41:26.604Z | Compiling zerocopy-derive v0.6.6 |
| 2576 | 2026-04-06T15:41:26.778Z | Compiling funty v2.0.0 |
| 2577 | 2026-04-06T15:41:26.845Z | Compiling crc-catalog v2.4.0 |
| 2578 | 2026-04-06T15:41:26.989Z | Compiling display-error-chain v0.2.2 |
| 2579 | 2026-04-06T15:41:27.169Z | Compiling packed_struct v0.10.1 |
| 2580 | 2026-04-06T15:41:27.400Z | Compiling zerocopy v0.6.6 |
| 2581 | 2026-04-06T15:41:27.481Z | Compiling bitvec v1.0.1 |
| 2582 | 2026-04-06T15:41:27.536Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2583 | 2026-04-06T15:41:27.745Z | Compiling crc v3.4.0 |
| 2584 | 2026-04-06T15:41:27.899Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2585 | 2026-04-06T15:41:27.987Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2586 | 2026-04-06T15:41:28.387Z | Compiling packed_struct_codegen v0.10.1 |
| 2587 | 2026-04-06T15:41:29.358Z | Compiling bitfield-macros v0.19.4 |
| 2588 | 2026-04-06T15:41:29.399Z | Compiling indexmap v1.9.3 |
| 2589 | 2026-04-06T15:41:29.431Z | Compiling nodrop v0.1.14 |
| 2590 | 2026-04-06T15:41:29.562Z | Compiling array-init v0.0.4 |
| 2591 | 2026-04-06T15:41:29.754Z | Compiling smallvec v0.6.14 |
| 2592 | 2026-04-06T15:41:29.799Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2593 | 2026-04-06T15:41:29.972Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2594 | 2026-04-06T15:41:30.061Z | Compiling num-derive v0.3.3 |
| 2595 | 2026-04-06T15:41:30.085Z | Compiling bitfield v0.19.4 |
| 2596 | 2026-04-06T15:41:30.433Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2597 | 2026-04-06T15:41:30.856Z | Compiling hashbrown v0.12.3 |
| 2598 | 2026-04-06T15:41:30.977Z | Compiling libscf-sys v1.1.0 |
| 2599 | 2026-04-06T15:41:31.161Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2600 | 2026-04-06T15:41:31.288Z | Compiling proc-macro-error2 v2.0.1 |
| 2601 | 2026-04-06T15:41:31.677Z | Compiling serde-hex v0.1.0 |
| 2602 | 2026-04-06T15:41:31.926Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2603 | 2026-04-06T15:41:32.032Z | Compiling ron v0.8.1 |
| 2604 | 2026-04-06T15:41:32.174Z | Compiling typify-impl v0.4.3 |
| 2605 | 2026-04-06T15:41:32.554Z | Compiling hashbrown v0.13.2 |
| 2606 | 2026-04-06T15:41:32.649Z | Compiling vergen-gitcl v1.0.8 |
| 2607 | 2026-04-06T15:41:32.670Z | Compiling dirs-sys-next v0.1.2 |
| 2608 | 2026-04-06T15:41:32.882Z | Compiling crc-any v2.5.0 |
| 2609 | 2026-04-06T15:41:32.950Z | Compiling diesel_derives v2.3.7 |
| 2610 | 2026-04-06T15:41:33.044Z | Compiling glob v0.3.3 |
| 2611 | 2026-04-06T15:41:33.172Z | Compiling maplit v1.0.2 |
| 2612 | 2026-04-06T15:41:33.172Z | Compiling crunchy v0.2.4 |
| 2613 | 2026-04-06T15:41:33.315Z | Compiling object v0.30.4 |
| 2614 | 2026-04-06T15:41:33.374Z | Compiling dirs-next v2.0.0 |
| 2615 | 2026-04-06T15:41:33.408Z | Compiling clang-sys v1.8.1 |
| 2616 | 2026-04-06T15:41:33.514Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2617 | 2026-04-06T15:41:33.535Z | Compiling tabled_derive v0.11.0 |
| 2618 | 2026-04-06T15:41:33.745Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2619 | 2026-04-06T15:41:33.796Z | Compiling papergrid v0.17.0 |
| 2620 | 2026-04-06T15:41:33.829Z | Compiling testing_table v0.3.0 |
| 2621 | 2026-04-06T15:41:34.210Z | Compiling dsl_auto_type v0.2.0 |
| 2622 | 2026-04-06T15:41:34.269Z | Compiling scheduled-thread-pool v0.2.7 |
| 2623 | 2026-04-06T15:41:34.436Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2624 | 2026-04-06T15:41:34.483Z | Compiling path-slash v0.1.5 |
| 2625 | 2026-04-06T15:41:34.576Z | Compiling tiny-keccak v2.0.2 |
| 2626 | 2026-04-06T15:41:34.610Z | Compiling r2d2 v0.8.10 |
| 2627 | 2026-04-06T15:41:34.717Z | Compiling term v0.7.0 |
| 2628 | 2026-04-06T15:41:34.860Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2629 | 2026-04-06T15:41:34.892Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2630 | 2026-04-06T15:41:34.912Z | Compiling xshell-macros v0.2.7 |
| 2631 | 2026-04-06T15:41:35.093Z | Compiling tabled v0.20.0 |
| 2632 | 2026-04-06T15:41:35.133Z | Compiling bit-vec v0.6.3 |
| 2633 | 2026-04-06T15:41:35.233Z | Compiling downcast-rs v2.0.2 |
| 2634 | 2026-04-06T15:41:35.308Z | Compiling xshell v0.2.7 |
| 2635 | 2026-04-06T15:41:35.369Z | Compiling bit-set v0.5.3 |
| 2636 | 2026-04-06T15:41:35.388Z | Compiling ascii-canvas v3.0.0 |
| 2637 | 2026-04-06T15:41:35.535Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2638 | 2026-04-06T15:41:35.559Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2639 | 2026-04-06T15:41:35.656Z | Compiling itertools v0.10.5 |
| 2640 | 2026-04-06T15:41:35.659Z | Compiling ena v0.14.4 |
| 2641 | 2026-04-06T15:41:35.678Z | Compiling typify-macro v0.4.3 |
| 2642 | 2026-04-06T15:41:35.948Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2643 | 2026-04-06T15:41:36.039Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2644 | 2026-04-06T15:41:36.287Z | Compiling libloading v0.8.9 |
| 2645 | 2026-04-06T15:41:36.521Z | Compiling diff v0.1.13 |
| 2646 | 2026-04-06T15:41:36.658Z | Compiling regex-syntax v0.6.29 |
| 2647 | 2026-04-06T15:41:36.790Z | Compiling unicase v2.9.0 |
| 2648 | 2026-04-06T15:41:36.810Z | Compiling bindgen v0.71.1 |
| 2649 | 2026-04-06T15:41:37.107Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2650 | 2026-04-06T15:41:37.222Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2651 | 2026-04-06T15:41:38.210Z | Compiling lalrpop v0.19.12 |
| 2652 | 2026-04-06T15:41:38.521Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2653 | 2026-04-06T15:41:38.666Z | Compiling cexpr v0.6.0 |
| 2654 | 2026-04-06T15:41:39.140Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2655 | 2026-04-06T15:41:39.315Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2656 | 2026-04-06T15:41:39.376Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2657 | 2026-04-06T15:41:39.511Z | Compiling crc8 v0.1.1 |
| 2658 | 2026-04-06T15:41:39.534Z | Compiling diesel v2.3.7 |
| 2659 | 2026-04-06T15:41:39.651Z | Compiling typify v0.4.3 |
| 2660 | 2026-04-06T15:41:39.736Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2661 | 2026-04-06T15:41:39.793Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2662 | 2026-04-06T15:41:40.270Z | Compiling headers-core v0.3.0 |
| 2663 | 2026-04-06T15:41:40.331Z | Compiling libxml v0.3.3 |
| 2664 | 2026-04-06T15:41:40.436Z | Compiling headers v0.4.1 |
| 2665 | 2026-04-06T15:41:40.554Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2666 | 2026-04-06T15:41:40.624Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2667 | 2026-04-06T15:41:40.918Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2668 | 2026-04-06T15:41:41.391Z | Compiling strum_macros v0.24.3 |
| 2669 | 2026-04-06T15:41:41.780Z | Compiling indoc v1.0.9 |
| 2670 | 2026-04-06T15:41:41.949Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2671 | 2026-04-06T15:41:42.101Z | Compiling derive_builder v0.20.2 |
| 2672 | 2026-04-06T15:41:42.174Z | Compiling oso-derive v0.27.3 |
| 2673 | 2026-04-06T15:41:42.194Z | Compiling quick-xml v0.37.5 |
| 2674 | 2026-04-06T15:41:42.228Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2675 | 2026-04-06T15:41:42.271Z | Compiling openssl-probe v0.1.6 |
| 2676 | 2026-04-06T15:41:42.582Z | Compiling half v1.8.3 |
| 2677 | 2026-04-06T15:41:42.698Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2678 | 2026-04-06T15:41:42.720Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2679 | 2026-04-06T15:41:43.037Z | Compiling serde_cbor v0.11.2 |
| 2680 | 2026-04-06T15:41:43.170Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2681 | 2026-04-06T15:41:43.438Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2682 | 2026-04-06T15:41:43.496Z | Compiling bb8 v0.8.6 |
| 2683 | 2026-04-06T15:41:43.677Z | Compiling trait-variant v0.1.2 |
| 2684 | 2026-04-06T15:41:43.802Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2685 | 2026-04-06T15:41:43.867Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2686 | 2026-04-06T15:41:44.046Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2687 | 2026-04-06T15:41:44.202Z | Compiling fxhash v0.2.1 |
| 2688 | 2026-04-06T15:41:44.224Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2689 | 2026-04-06T15:41:44.262Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2690 | 2026-04-06T15:41:44.266Z | Compiling samael v0.0.19 |
| 2691 | 2026-04-06T15:41:44.400Z | Compiling progenitor-impl v0.10.0 |
| 2692 | 2026-04-06T15:41:44.542Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2693 | 2026-04-06T15:41:44.594Z | Compiling kstat-rs v0.2.4 |
| 2694 | 2026-04-06T15:41:44.706Z | Compiling libz-sys v1.1.24 |
| 2695 | 2026-04-06T15:41:44.895Z | Compiling salty v0.3.0 |
| 2696 | 2026-04-06T15:41:45.118Z | Compiling nonempty v0.12.0 |
| 2697 | 2026-04-06T15:41:45.238Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2698 | 2026-04-06T15:41:45.566Z | Compiling progenitor-impl v0.11.2 |
| 2699 | 2026-04-06T15:41:45.781Z | Compiling polar-core v0.27.3 |
| 2700 | 2026-04-06T15:41:45.917Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2701 | 2026-04-06T15:41:45.973Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2702 | 2026-04-06T15:41:46.071Z | Compiling darling_core v0.23.0 |
| 2703 | 2026-04-06T15:41:46.561Z | Compiling progenitor-macro v0.10.0 |
| 2704 | 2026-04-06T15:41:47.795Z | Compiling nanorand v0.7.0 |
| 2705 | 2026-04-06T15:41:48.166Z | Compiling arc-swap v1.8.2 |
| 2706 | 2026-04-06T15:41:48.234Z | Compiling fs-err v2.11.0 |
| 2707 | 2026-04-06T15:41:48.470Z | Compiling parking_lot_core v0.8.6 |
| 2708 | 2026-04-06T15:41:48.519Z | Compiling mime_guess v2.0.5 |
| 2709 | 2026-04-06T15:41:48.676Z | Compiling slog-scope v4.4.1 |
| 2710 | 2026-04-06T15:41:48.776Z | Compiling darling_macro v0.23.0 |
| 2711 | 2026-04-06T15:41:49.037Z | Compiling flume v0.11.1 |
| 2712 | 2026-04-06T15:41:49.135Z | Compiling progenitor-macro v0.11.2 |
| 2713 | 2026-04-06T15:41:49.308Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2714 | 2026-04-06T15:41:49.454Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2715 | 2026-04-06T15:41:50.445Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2716 | 2026-04-06T15:41:50.631Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2717 | 2026-04-06T15:41:50.982Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2718 | 2026-04-06T15:41:52.236Z | Compiling progenitor v0.10.0 |
| 2719 | 2026-04-06T15:41:53.126Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2720 | 2026-04-06T15:41:53.484Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2721 | 2026-04-06T15:41:54.069Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2722 | 2026-04-06T15:41:54.928Z | Compiling oso v0.27.3 |
| 2723 | 2026-04-06T15:41:54.979Z | Compiling progenitor-client v0.11.2 |
| 2724 | 2026-04-06T15:41:55.770Z | Compiling git-stub v1.0.0 |
| 2725 | 2026-04-06T15:41:56.047Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2726 | 2026-04-06T15:41:56.470Z | Compiling instability v0.3.11 |
| 2727 | 2026-04-06T15:41:57.513Z | Compiling async-bb8-diesel v0.2.1 |
| 2728 | 2026-04-06T15:41:57.624Z | Compiling diesel-dtrace v0.5.0 |
| 2729 | 2026-04-06T15:41:58.009Z | Compiling git-stub-vcs v0.1.0 |
| 2730 | 2026-04-06T15:41:58.361Z | Compiling progenitor v0.11.2 |
| 2731 | 2026-04-06T15:41:58.551Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2732 | 2026-04-06T15:41:58.604Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2733 | 2026-04-06T15:42:00.108Z | Compiling darling v0.23.0 |
| 2734 | 2026-04-06T15:42:00.266Z | Compiling slog-stdlog v4.1.1 |
| 2735 | 2026-04-06T15:42:00.960Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2736 | 2026-04-06T15:42:01.073Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2737 | 2026-04-06T15:42:01.145Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2738 | 2026-04-06T15:42:01.372Z | Compiling ignore v0.4.25 |
| 2739 | 2026-04-06T15:42:02.242Z | Compiling primeorder v0.13.6 |
| 2740 | 2026-04-06T15:42:02.557Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2741 | 2026-04-06T15:42:03.524Z | Compiling castaway v0.2.4 |
| 2742 | 2026-04-06T15:42:03.548Z | Compiling atty v0.2.14 |
| 2743 | 2026-04-06T15:42:03.677Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2744 | 2026-04-06T15:42:03.699Z | Compiling indoc v2.0.7 |
| 2745 | 2026-04-06T15:42:03.933Z | Compiling http-range v0.1.5 |
| 2746 | 2026-04-06T15:42:03.961Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2747 | 2026-04-06T15:42:04.134Z | Compiling parse-size v1.1.0 |
| 2748 | 2026-04-06T15:42:04.264Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2749 | 2026-04-06T15:42:04.296Z | Compiling compact_str v0.8.1 |
| 2750 | 2026-04-06T15:42:04.358Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2751 | 2026-04-06T15:42:04.841Z | Compiling p384 v0.13.1 |
| 2752 | 2026-04-06T15:42:06.388Z | Compiling globwalk v0.9.1 |
| 2753 | 2026-04-06T15:42:06.751Z | Compiling parking_lot v0.11.2 |
| 2754 | 2026-04-06T15:42:06.916Z | Compiling slog-envlogger v2.2.0 |
| 2755 | 2026-04-06T15:42:07.039Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2756 | 2026-04-06T15:42:07.060Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2757 | 2026-04-06T15:42:07.518Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2758 | 2026-04-06T15:42:07.597Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2759 | 2026-04-06T15:42:07.681Z | Compiling predicates-tree v1.0.13 |
| 2760 | 2026-04-06T15:42:07.783Z | Compiling unicode-truncate v1.1.0 |
| 2761 | 2026-04-06T15:42:08.003Z | Compiling lru v0.12.5 |
| 2762 | 2026-04-06T15:42:08.095Z | Compiling prefix-trie v0.7.0 |
| 2763 | 2026-04-06T15:42:08.135Z | Compiling rand_seeder v0.4.0 |
| 2764 | 2026-04-06T15:42:08.224Z | Compiling vergen-git2 v1.0.7 |
| 2765 | 2026-04-06T15:42:08.280Z | Compiling cassowary v0.3.0 |
| 2766 | 2026-04-06T15:42:08.369Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2767 | 2026-04-06T15:42:08.390Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2768 | 2026-04-06T15:42:08.482Z | Compiling camino-tempfile-ext v0.3.3 |
| 2769 | 2026-04-06T15:42:08.581Z | Compiling ratatui v0.29.0 |
| 2770 | 2026-04-06T15:42:08.604Z | Compiling hickory-server v0.25.2 |
| 2771 | 2026-04-06T15:42:08.675Z | Compiling hyper-staticfile v0.10.1 |
| 2772 | 2026-04-06T15:42:09.121Z | Compiling sled v0.34.7 |
| 2773 | 2026-04-06T15:42:09.901Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2774 | 2026-04-06T15:42:10.158Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2775 | 2026-04-06T15:42:10.578Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2776 | 2026-04-06T15:42:10.799Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2777 | 2026-04-06T15:42:11.095Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2778 | 2026-04-06T15:42:11.421Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2779 | 2026-04-06T15:42:11.990Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2780 | 2026-04-06T15:42:12.259Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2781 | 2026-04-06T15:42:12.514Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2782 | 2026-04-06T15:42:12.713Z | Compiling rustls v0.21.12 |
| 2783 | 2026-04-06T15:42:12.754Z | Compiling corncobs v0.1.4 |
| 2784 | 2026-04-06T15:42:12.930Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2785 | 2026-04-06T15:42:13.026Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2786 | 2026-04-06T15:42:13.205Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2787 | 2026-04-06T15:42:13.511Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2788 | 2026-04-06T15:42:13.681Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2789 | 2026-04-06T15:42:13.824Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2790 | 2026-04-06T15:42:14.117Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2791 | 2026-04-06T15:42:14.194Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2792 | 2026-04-06T15:42:14.234Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2793 | 2026-04-06T15:42:14.288Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2794 | 2026-04-06T15:42:17.082Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2795 | 2026-04-06T15:42:17.322Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2796 | 2026-04-06T15:42:17.345Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2797 | 2026-04-06T15:42:17.582Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2798 | 2026-04-06T15:42:17.610Z | Compiling sct v0.7.1 |
| 2799 | 2026-04-06T15:42:17.665Z | Compiling rustls-webpki v0.101.7 |
| 2800 | 2026-04-06T15:42:17.805Z | Compiling nix v0.29.0 |
| 2801 | 2026-04-06T15:42:17.915Z | Compiling secrecy v0.8.0 |
| 2802 | 2026-04-06T15:42:18.108Z | Compiling void v1.0.2 |
| 2803 | 2026-04-06T15:42:18.219Z | Compiling lzss v0.8.2 |
| 2804 | 2026-04-06T15:42:19.016Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2805 | 2026-04-06T15:42:19.220Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2806 | 2026-04-06T15:42:19.344Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2807 | 2026-04-06T15:42:20.148Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2808 | 2026-04-06T15:42:20.624Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2809 | 2026-04-06T15:42:20.694Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2810 | 2026-04-06T15:42:20.894Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2811 | 2026-04-06T15:42:21.136Z | Compiling tungstenite v0.23.0 |
| 2812 | 2026-04-06T15:42:21.356Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2813 | 2026-04-06T15:42:21.400Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2814 | 2026-04-06T15:42:21.584Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2815 | 2026-04-06T15:42:21.625Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2816 | 2026-04-06T15:42:21.814Z | Compiling nix v0.27.1 |
| 2817 | 2026-04-06T15:42:21.852Z | Compiling serde_bytes v0.11.19 |
| 2818 | 2026-04-06T15:42:22.023Z | Compiling tokio-tungstenite v0.23.1 |
| 2819 | 2026-04-06T15:42:22.203Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2820 | 2026-04-06T15:42:22.389Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2821 | 2026-04-06T15:42:22.886Z | Compiling git2 v0.20.4 |
| 2822 | 2026-04-06T15:42:22.908Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2823 | 2026-04-06T15:42:22.996Z | Compiling tokio-rustls v0.24.1 |
| 2824 | 2026-04-06T15:42:23.282Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2825 | 2026-04-06T15:42:23.870Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2826 | 2026-04-06T15:42:23.929Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2827 | 2026-04-06T15:42:24.340Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2828 | 2026-04-06T15:42:26.054Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2829 | 2026-04-06T15:42:26.330Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2830 | 2026-04-06T15:42:26.487Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2831 | 2026-04-06T15:42:27.469Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2832 | 2026-04-06T15:42:28.574Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2833 | 2026-04-06T15:42:29.385Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2834 | 2026-04-06T15:42:30.255Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2835 | 2026-04-06T15:42:30.422Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2836 | 2026-04-06T15:42:31.423Z | Compiling rustls-pemfile v1.0.4 |
| 2837 | 2026-04-06T15:42:31.850Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2838 | 2026-04-06T15:42:32.142Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2839 | 2026-04-06T15:42:32.347Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2840 | 2026-04-06T15:42:34.136Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2841 | 2026-04-06T15:42:35.356Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2842 | 2026-04-06T15:42:35.379Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2843 | 2026-04-06T15:42:36.002Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2844 | 2026-04-06T15:42:36.232Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2845 | 2026-04-06T15:42:36.253Z | Compiling signal-hook-tokio v0.3.1 |
| 2846 | 2026-04-06T15:42:36.447Z | Compiling twox-hash v2.1.2 |
| 2847 | 2026-04-06T15:42:36.745Z | Compiling yasna v0.5.2 |
| 2848 | 2026-04-06T15:42:36.771Z | Compiling is_ci v1.2.0 |
| 2849 | 2026-04-06T15:42:36.981Z | Compiling supports-color v3.0.2 |
| 2850 | 2026-04-06T15:42:37.025Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2851 | 2026-04-06T15:42:37.141Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2852 | 2026-04-06T15:42:37.222Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2853 | 2026-04-06T15:42:37.298Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2854 | 2026-04-06T15:42:37.794Z | Compiling rcgen v0.12.1 |
| 2855 | 2026-04-06T15:42:38.070Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2856 | 2026-04-06T15:42:38.316Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2857 | 2026-04-06T15:42:38.644Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2858 | 2026-04-06T15:42:39.008Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2859 | 2026-04-06T15:42:40.322Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2860 | 2026-04-06T15:42:41.236Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2861 | 2026-04-06T15:42:41.742Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2862 | 2026-04-06T15:42:42.223Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2863 | 2026-04-06T15:42:42.453Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2864 | 2026-04-06T15:42:42.678Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2865 | 2026-04-06T15:42:42.901Z | Compiling fatfs v0.3.6 |
| 2866 | 2026-04-06T15:42:42.961Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2867 | 2026-04-06T15:42:43.182Z | Compiling subprocess v0.2.15 |
| 2868 | 2026-04-06T15:42:44.146Z | Compiling rtoolbox v0.0.3 |
| 2869 | 2026-04-06T15:42:44.399Z | Compiling assert_matches v1.5.0 |
| 2870 | 2026-04-06T15:42:44.514Z | Compiling seq-macro v0.3.6 |
| 2871 | 2026-04-06T15:42:45.009Z | Compiling rpassword v7.4.0 |
| 2872 | 2026-04-06T15:42:45.101Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2873 | 2026-04-06T15:42:45.314Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2874 | 2026-04-06T15:42:45.439Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2875 | 2026-04-06T15:42:46.313Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2876 | 2026-04-06T15:42:46.617Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2877 | 2026-04-06T15:42:46.754Z | Compiling tui-tree-widget v0.23.1 |
| 2878 | 2026-04-06T15:42:47.039Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2879 | 2026-04-06T15:42:47.542Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2880 | 2026-04-06T15:42:48.061Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2881 | 2026-04-06T15:42:48.341Z | Compiling uzers v0.12.2 |
| 2882 | 2026-04-06T15:42:48.710Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2883 | 2026-04-06T15:42:49.776Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2884 | 2026-04-06T15:42:50.736Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2885 | 2026-04-06T15:42:51.516Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2886 | 2026-04-06T15:42:54.144Z | Compiling support-bundle-viewer v0.1.2 |
| 2887 | 2026-04-06T15:42:56.064Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2888 | 2026-04-06T15:42:56.417Z | Compiling multimap v0.10.1 |
| 2889 | 2026-04-06T15:43:04.357Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2890 | 2026-04-06T15:43:14.067Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2891 | 2026-04-06T15:43:15.283Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2892 | 2026-04-06T15:43:17.705Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2893 | 2026-04-06T15:49:35.864Z | Finished `release` profile [optimized] target(s) in 8m 31s |
| 2894 | 2026-04-06T15:50:17.745Z | |
| 2895 | 2026-04-06T15:50:17.745Z | real 9:14.619774008 |
| 2896 | 2026-04-06T15:50:17.751Z | user 1:18:09.741446948 |
| 2897 | 2026-04-06T15:50:17.751Z | sys 3:20.113402388 |
| 2898 | 2026-04-06T15:50:17.751Z | trap 1.781368610 |
| 2899 | 2026-04-06T15:50:17.751Z | tflt 2.007422219 |
| 2900 | 2026-04-06T15:50:17.751Z | dflt 16.083996243 |
| 2901 | 2026-04-06T15:50:17.751Z | kflt 0.072194806 |
| 2902 | 2026-04-06T15:50:17.751Z | lock 7:01:24.989605806 |
| 2903 | 2026-04-06T15:50:17.751Z | slp 2:13:52.465389810 |
| 2904 | 2026-04-06T15:50:17.751Z | lat 2:28.830935030 |
| 2905 | 2026-04-06T15:50:17.751Z | stop 5:06.958558068 |
| 2906 | 2026-04-06T15:50:17.752Z | + mapfile -t packages |
| 2907 | 2026-04-06T15:50:17.752Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2908 | 2026-04-06T15:50:18.691Z | Finished `release` profile [optimized] target(s) in 0.93s |
| 2909 | 2026-04-06T15:50:18.759Z | Running `target/release/omicron-package -t test list-outputs` |
| 2910 | 2026-04-06T15:50:18.810Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2911 | 2026-04-06T15:50:18.813Z | + ptime -m cargo build --locked --release -p xtask |
| 2912 | 2026-04-06T15:50:19.339Z | Compiling libc v0.2.180 |
| 2913 | 2026-04-06T15:50:19.339Z | Compiling serde v1.0.228 |
| 2914 | 2026-04-06T15:50:19.339Z | Compiling serde_core v1.0.228 |
| 2915 | 2026-04-06T15:50:19.342Z | Compiling rustix v1.1.3 |
| 2916 | 2026-04-06T15:50:19.432Z | Compiling bitflags v2.11.0 |
| 2917 | 2026-04-06T15:50:19.440Z | Compiling serde_json v1.0.149 |
| 2918 | 2026-04-06T15:50:19.475Z | Compiling num-traits v0.2.19 |
| 2919 | 2026-04-06T15:50:19.478Z | Compiling hashbrown v0.16.1 |
| 2920 | 2026-04-06T15:50:19.483Z | Compiling syn v2.0.117 |
| 2921 | 2026-04-06T15:50:19.504Z | Compiling smallvec v1.15.1 |
| 2922 | 2026-04-06T15:50:19.524Z | Compiling usdt-impl v0.5.0 |
| 2923 | 2026-04-06T15:50:19.534Z | Compiling syn v1.0.109 |
| 2924 | 2026-04-06T15:50:19.546Z | Compiling log v0.4.29 |
| 2925 | 2026-04-06T15:50:19.546Z | Compiling getrandom v0.4.1 |
| 2926 | 2026-04-06T15:50:19.684Z | Compiling percent-encoding v2.3.2 |
| 2927 | 2026-04-06T15:50:19.844Z | Compiling form_urlencoded v1.2.2 |
| 2928 | 2026-04-06T15:50:19.944Z | Compiling fs-err v3.3.0 |
| 2929 | 2026-04-06T15:50:19.946Z | Compiling once_cell v1.21.3 |
| 2930 | 2026-04-06T15:50:19.954Z | Compiling anyhow v1.0.102 |
| 2931 | 2026-04-06T15:50:19.976Z | Compiling heck v0.4.1 |
| 2932 | 2026-04-06T15:50:20.076Z | Compiling indexmap v2.13.0 |
| 2933 | 2026-04-06T15:50:20.195Z | Compiling errno v0.3.14 |
| 2934 | 2026-04-06T15:50:20.195Z | Compiling thread-id v4.2.2 |
| 2935 | 2026-04-06T15:50:20.198Z | Compiling memmap v0.7.0 |
| 2936 | 2026-04-06T15:50:20.482Z | Compiling ordered-float v2.10.1 |
| 2937 | 2026-04-06T15:50:21.020Z | Compiling proc-macro-error v1.0.4 |
| 2938 | 2026-04-06T15:50:21.209Z | Compiling terminal_size v0.4.3 |
| 2939 | 2026-04-06T15:50:21.212Z | Compiling tempfile v3.25.0 |
| 2940 | 2026-04-06T15:50:21.264Z | Compiling tabled_derive v0.7.0 |
| 2941 | 2026-04-06T15:50:21.308Z | Compiling clap_builder v4.5.60 |
| 2942 | 2026-04-06T15:50:21.308Z | Compiling textwrap v0.16.2 |
| 2943 | 2026-04-06T15:50:21.443Z | Compiling camino-tempfile v1.4.1 |
| 2944 | 2026-04-06T15:50:21.938Z | Compiling tabled v0.15.0 |
| 2945 | 2026-04-06T15:50:22.042Z | Compiling synstructure v0.13.2 |
| 2946 | 2026-04-06T15:50:22.042Z | Compiling pest_generator v2.8.6 |
| 2947 | 2026-04-06T15:50:22.439Z | Compiling serde_derive v1.0.228 |
| 2948 | 2026-04-06T15:50:22.439Z | Compiling zerofrom-derive v0.1.6 |
| 2949 | 2026-04-06T15:50:22.442Z | Compiling yoke-derive v0.8.1 |
| 2950 | 2026-04-06T15:50:22.442Z | Compiling zerovec-derive v0.11.2 |
| 2951 | 2026-04-06T15:50:22.442Z | Compiling displaydoc v0.2.5 |
| 2952 | 2026-04-06T15:50:22.442Z | Compiling thiserror-impl v1.0.69 |
| 2953 | 2026-04-06T15:50:22.442Z | Compiling zerocopy-derive v0.7.35 |
| 2954 | 2026-04-06T15:50:22.442Z | Compiling scroll_derive v0.12.1 |
| 2955 | 2026-04-06T15:50:22.442Z | Compiling thiserror-impl v2.0.18 |
| 2956 | 2026-04-06T15:50:22.442Z | Compiling clap_derive v4.5.55 |
| 2957 | 2026-04-06T15:50:22.591Z | Compiling pest_derive v2.8.6 |
| 2958 | 2026-04-06T15:50:23.135Z | Compiling scroll v0.12.0 |
| 2959 | 2026-04-06T15:50:23.212Z | Compiling zerocopy v0.7.35 |
| 2960 | 2026-04-06T15:50:23.435Z | Compiling goblin v0.8.2 |
| 2961 | 2026-04-06T15:50:23.533Z | Compiling thiserror v1.0.69 |
| 2962 | 2026-04-06T15:50:23.546Z | Compiling zerofrom v0.1.6 |
| 2963 | 2026-04-06T15:50:23.620Z | Compiling dtrace-parser v0.2.0 |
| 2964 | 2026-04-06T15:50:23.650Z | Compiling yoke v0.8.1 |
| 2965 | 2026-04-06T15:50:23.677Z | Compiling thiserror v2.0.18 |
| 2966 | 2026-04-06T15:50:23.861Z | Compiling zerovec v0.11.5 |
| 2967 | 2026-04-06T15:50:24.087Z | Compiling zerotrie v0.2.3 |
| 2968 | 2026-04-06T15:50:24.172Z | Compiling clap v4.5.60 |
| 2969 | 2026-04-06T15:50:24.492Z | Compiling tinystr v0.8.2 |
| 2970 | 2026-04-06T15:50:24.548Z | Compiling potential_utf v0.1.4 |
| 2971 | 2026-04-06T15:50:24.730Z | Compiling icu_locale_core v2.1.1 |
| 2972 | 2026-04-06T15:50:24.752Z | Compiling icu_collections v2.1.1 |
| 2973 | 2026-04-06T15:50:25.511Z | Compiling icu_provider v2.1.1 |
| 2974 | 2026-04-06T15:50:25.649Z | Compiling serde_spanned v0.6.9 |
| 2975 | 2026-04-06T15:50:25.734Z | Compiling toml_datetime v0.6.11 |
| 2976 | 2026-04-06T15:50:25.798Z | Compiling icu_properties v2.1.2 |
| 2977 | 2026-04-06T15:50:25.836Z | Compiling icu_normalizer v2.1.1 |
| 2978 | 2026-04-06T15:50:25.954Z | Compiling toml_edit v0.22.27 |
| 2979 | 2026-04-06T15:50:26.018Z | Compiling dof v0.3.0 |
| 2980 | 2026-04-06T15:50:26.122Z | Compiling serde_tokenstream v0.2.3 |
| 2981 | 2026-04-06T15:50:26.142Z | Compiling serde-value v0.7.0 |
| 2982 | 2026-04-06T15:50:26.180Z | Compiling cargo-platform v0.2.0 |
| 2983 | 2026-04-06T15:50:26.465Z | Compiling macaddr v1.0.1 |
| 2984 | 2026-04-06T15:50:26.775Z | Compiling idna_adapter v1.2.1 |
| 2985 | 2026-04-06T15:50:26.905Z | Compiling idna v1.1.0 |
| 2986 | 2026-04-06T15:50:27.039Z | Compiling usdt-macro v0.5.0 |
| 2987 | 2026-04-06T15:50:27.097Z | Compiling usdt-attr-macro v0.5.0 |
| 2988 | 2026-04-06T15:50:27.281Z | Compiling url v2.5.8 |
| 2989 | 2026-04-06T15:50:27.658Z | Compiling toml v0.8.23 |
| 2990 | 2026-04-06T15:50:27.766Z | Compiling usdt v0.5.0 |
| 2991 | 2026-04-06T15:50:28.212Z | Compiling cargo-util-schemas v0.8.2 |
| 2992 | 2026-04-06T15:50:28.276Z | Compiling cargo_toml v0.21.0 |
| 2993 | 2026-04-06T15:50:29.254Z | Compiling cargo_metadata v0.21.0 |
| 2994 | 2026-04-06T15:50:32.397Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2995 | 2026-04-06T15:50:35.436Z | Finished `release` profile [optimized] target(s) in 16.61s |
| 2996 | 2026-04-06T15:50:35.558Z | |
| 2997 | 2026-04-06T15:50:35.561Z | real 16.711997639 |
| 2998 | 2026-04-06T15:50:35.561Z | user 2:24.007005707 |
| 2999 | 2026-04-06T15:50:35.561Z | sys 16.488291326 |
| 3000 | 2026-04-06T15:50:35.561Z | trap 0.110000441 |
| 3001 | 2026-04-06T15:50:35.561Z | tflt 0.492043428 |
| 3002 | 2026-04-06T15:50:35.562Z | dflt 1.368224296 |
| 3003 | 2026-04-06T15:50:35.562Z | kflt 0.000065716 |
| 3004 | 2026-04-06T15:50:35.562Z | lock 5:30.139899866 |
| 3005 | 2026-04-06T15:50:35.562Z | slp 3:37.930317440 |
| 3006 | 2026-04-06T15:50:35.562Z | lat 6.630683237 |
| 3007 | 2026-04-06T15:50:35.562Z | stop 17.739455979 |
| 3008 | 2026-04-06T15:50:35.562Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3009 | 2026-04-06T15:50:35.562Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3010 | 2026-04-06T15:50:35.562Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3011 | 2026-04-06T15:50:35.562Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3012 | 2026-04-06T15:50:35.562Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3013 | 2026-04-06T15:50:36.469Z | Compiling regress v0.10.5 |
| 3014 | 2026-04-06T15:50:36.469Z | Compiling newtype-uuid-macros v0.1.0 |
| 3015 | 2026-04-06T15:50:36.472Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3016 | 2026-04-06T15:50:36.472Z | Compiling progenitor-client v0.13.0 |
| 3017 | 2026-04-06T15:50:36.472Z | Compiling structmeta-derive v0.3.0 |
| 3018 | 2026-04-06T15:50:36.655Z | Compiling rustls v0.22.4 |
| 3019 | 2026-04-06T15:50:36.658Z | Compiling rustls-webpki v0.102.8 |
| 3020 | 2026-04-06T15:50:36.658Z | Compiling multer v3.1.0 |
| 3021 | 2026-04-06T15:50:36.658Z | Compiling match_cfg v0.1.0 |
| 3022 | 2026-04-06T15:50:36.658Z | Compiling debug-ignore v1.0.5 |
| 3023 | 2026-04-06T15:50:36.658Z | Compiling slog-json v2.6.1 |
| 3024 | 2026-04-06T15:50:36.675Z | Compiling async-stream-impl v0.3.6 |
| 3025 | 2026-04-06T15:50:36.675Z | Compiling serde_spanned v1.0.4 |
| 3026 | 2026-04-06T15:50:36.675Z | Compiling dropshot v0.16.7 |
| 3027 | 2026-04-06T15:50:36.678Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3028 | 2026-04-06T15:50:36.678Z | Compiling itertools v0.14.0 |
| 3029 | 2026-04-06T15:50:36.887Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3030 | 2026-04-06T15:50:36.928Z | Compiling hostname v0.3.1 |
| 3031 | 2026-04-06T15:50:36.945Z | Compiling waitgroup v0.1.2 |
| 3032 | 2026-04-06T15:50:36.949Z | Compiling rustls-pemfile v2.2.0 |
| 3033 | 2026-04-06T15:50:36.949Z | Compiling dropshot_endpoint v0.16.7 |
| 3034 | 2026-04-06T15:50:37.031Z | Compiling slog-bunyan v2.5.0 |
| 3035 | 2026-04-06T15:50:37.081Z | Compiling serde_path_to_error v0.1.20 |
| 3036 | 2026-04-06T15:50:37.084Z | Compiling hostname v0.4.2 |
| 3037 | 2026-04-06T15:50:37.123Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3038 | 2026-04-06T15:50:37.126Z | Compiling macaddr v1.0.1 |
| 3039 | 2026-04-06T15:50:37.157Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3040 | 2026-04-06T15:50:37.173Z | Compiling instant v0.1.13 |
| 3041 | 2026-04-06T15:50:37.189Z | Compiling progenitor-client v0.10.0 |
| 3042 | 2026-04-06T15:50:37.246Z | Compiling backon v1.6.0 |
| 3043 | 2026-04-06T15:50:37.327Z | Compiling backoff v0.4.0 |
| 3044 | 2026-04-06T15:50:37.390Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3045 | 2026-04-06T15:50:37.402Z | Compiling async-stream v0.3.6 |
| 3046 | 2026-04-06T15:50:37.435Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3047 | 2026-04-06T15:50:37.455Z | Compiling progenitor-extras v0.1.1 |
| 3048 | 2026-04-06T15:50:37.473Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3049 | 2026-04-06T15:50:37.521Z | Compiling toml v0.8.23 |
| 3050 | 2026-04-06T15:50:37.558Z | Compiling universal-hash v0.5.1 |
| 3051 | 2026-04-06T15:50:37.577Z | Compiling opaque-debug v0.3.1 |
| 3052 | 2026-04-06T15:50:37.593Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3053 | 2026-04-06T15:50:37.608Z | Compiling half v2.7.1 |
| 3054 | 2026-04-06T15:50:37.659Z | Compiling ciborium-io v0.2.2 |
| 3055 | 2026-04-06T15:50:37.677Z | Compiling crucible-workspace-hack v0.1.0 |
| 3056 | 2026-04-06T15:50:37.711Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3057 | 2026-04-06T15:50:37.737Z | Compiling convert_case v0.4.0 |
| 3058 | 2026-04-06T15:50:37.755Z | Compiling unsafe-libyaml v0.2.11 |
| 3059 | 2026-04-06T15:50:37.755Z | Compiling structmeta v0.3.0 |
| 3060 | 2026-04-06T15:50:37.786Z | Compiling aead v0.5.2 |
| 3061 | 2026-04-06T15:50:37.840Z | Compiling secrecy v0.10.3 |
| 3062 | 2026-04-06T15:50:37.897Z | Compiling ciborium-ll v0.2.2 |
| 3063 | 2026-04-06T15:50:37.999Z | Compiling poly1305 v0.8.0 |
| 3064 | 2026-04-06T15:50:38.016Z | Compiling chacha20 v0.9.1 |
| 3065 | 2026-04-06T15:50:38.034Z | Compiling derive-ex v0.1.8 |
| 3066 | 2026-04-06T15:50:38.037Z | Compiling parse-display-derive v0.10.0 |
| 3067 | 2026-04-06T15:50:38.037Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 3068 | 2026-04-06T15:50:38.037Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3069 | 2026-04-06T15:50:38.099Z | Compiling ciborium v0.2.2 |
| 3070 | 2026-04-06T15:50:38.137Z | Compiling derive_more v0.99.20 |
| 3071 | 2026-04-06T15:50:38.140Z | Compiling typify-impl v0.6.1 |
| 3072 | 2026-04-06T15:50:38.173Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3073 | 2026-04-06T15:50:38.204Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3074 | 2026-04-06T15:50:38.294Z | Compiling serde_yaml v0.9.34+deprecated |
| 3075 | 2026-04-06T15:50:38.392Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3076 | 2026-04-06T15:50:38.459Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3077 | 2026-04-06T15:50:38.517Z | Compiling byte-wrapper v0.1.0 |
| 3078 | 2026-04-06T15:50:38.535Z | Compiling blake2 v0.10.6 |
| 3079 | 2026-04-06T15:50:38.535Z | Compiling password-hash v0.5.0 |
| 3080 | 2026-04-06T15:50:38.705Z | Compiling chacha20poly1305 v0.10.1 |
| 3081 | 2026-04-06T15:50:38.780Z | Compiling indent_write v2.2.0 |
| 3082 | 2026-04-06T15:50:38.806Z | Compiling argon2 v0.5.3 |
| 3083 | 2026-04-06T15:50:38.879Z | Compiling heapless v0.8.0 |
| 3084 | 2026-04-06T15:50:38.895Z | Compiling ingot-macros v0.1.1 |
| 3085 | 2026-04-06T15:50:38.939Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3086 | 2026-04-06T15:50:38.984Z | Compiling hash32 v0.3.1 |
| 3087 | 2026-04-06T15:50:39.117Z | Compiling tokio-rustls v0.25.0 |
| 3088 | 2026-04-06T15:50:39.168Z | Compiling smoltcp v0.11.0 |
| 3089 | 2026-04-06T15:50:39.208Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3090 | 2026-04-06T15:50:39.435Z | Compiling thiserror-no-std v2.0.2 |
| 3091 | 2026-04-06T15:50:39.553Z | Compiling vsss-rs v3.3.4 |
| 3092 | 2026-04-06T15:50:39.571Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3093 | 2026-04-06T15:50:39.810Z | Compiling proc-macro-crate v3.4.0 |
| 3094 | 2026-04-06T15:50:39.825Z | Compiling parse-display v0.10.0 |
| 3095 | 2026-04-06T15:50:39.828Z | Compiling tabwriter v1.4.1 |
| 3096 | 2026-04-06T15:50:39.876Z | Compiling test-strategy v0.4.5 |
| 3097 | 2026-04-06T15:50:39.879Z | Compiling cobs v0.3.0 |
| 3098 | 2026-04-06T15:50:40.046Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3099 | 2026-04-06T15:50:40.061Z | Compiling postcard v1.1.3 |
| 3100 | 2026-04-06T15:50:40.127Z | Compiling proc-macro-error v1.0.4 |
| 3101 | 2026-04-06T15:50:40.165Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3102 | 2026-04-06T15:50:40.180Z | Compiling proc-macro-crate v1.3.1 |
| 3103 | 2026-04-06T15:50:40.283Z | Compiling foreign-types-macros v0.2.3 |
| 3104 | 2026-04-06T15:50:40.299Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3105 | 2026-04-06T15:50:40.377Z | Compiling num_enum_derive v0.7.5 |
| 3106 | 2026-04-06T15:50:40.432Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3107 | 2026-04-06T15:50:40.470Z | Compiling colored v3.1.1 |
| 3108 | 2026-04-06T15:50:40.616Z | Compiling foreign-types-shared v0.3.1 |
| 3109 | 2026-04-06T15:50:40.634Z | Compiling rayon-core v1.13.0 |
| 3110 | 2026-04-06T15:50:40.656Z | Compiling cpufeatures v0.3.0 |
| 3111 | 2026-04-06T15:50:40.726Z | Compiling num_enum_derive v0.5.11 |
| 3112 | 2026-04-06T15:50:40.760Z | Compiling chacha20 v0.10.0 |
| 3113 | 2026-04-06T15:50:40.792Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3114 | 2026-04-06T15:50:40.858Z | Compiling crossbeam-deque v0.8.6 |
| 3115 | 2026-04-06T15:50:40.878Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3116 | 2026-04-06T15:50:40.894Z | Compiling num-rational v0.4.2 |
| 3117 | 2026-04-06T15:50:40.917Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3118 | 2026-04-06T15:50:40.920Z | Compiling foreign-types v0.5.0 |
| 3119 | 2026-04-06T15:50:41.002Z | Compiling num-complex v0.4.6 |
| 3120 | 2026-04-06T15:50:41.034Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3121 | 2026-04-06T15:50:41.074Z | Compiling cstr-argument v0.1.2 |
| 3122 | 2026-04-06T15:50:41.113Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3123 | 2026-04-06T15:50:41.259Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3124 | 2026-04-06T15:50:41.355Z | Compiling num v0.4.3 |
| 3125 | 2026-04-06T15:50:41.395Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3126 | 2026-04-06T15:50:41.423Z | Compiling rand v0.10.0 |
| 3127 | 2026-04-06T15:50:41.442Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3128 | 2026-04-06T15:50:41.458Z | Compiling camino-tempfile v1.4.1 |
| 3129 | 2026-04-06T15:50:41.480Z | Compiling num_enum v0.7.5 |
| 3130 | 2026-04-06T15:50:41.514Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3131 | 2026-04-06T15:50:41.531Z | Compiling float-ord v0.3.2 |
| 3132 | 2026-04-06T15:50:41.548Z | Compiling rayon v1.11.0 |
| 3133 | 2026-04-06T15:50:41.551Z | Compiling zone_cfg_derive v0.3.1 |
| 3134 | 2026-04-06T15:50:41.631Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3135 | 2026-04-06T15:50:41.676Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3136 | 2026-04-06T15:50:41.716Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3137 | 2026-04-06T15:50:41.820Z | Compiling ingot-types v0.1.2 |
| 3138 | 2026-04-06T15:50:41.864Z | Compiling num_enum v0.5.11 |
| 3139 | 2026-04-06T15:50:41.883Z | Compiling itertools v0.12.1 |
| 3140 | 2026-04-06T15:50:41.920Z | Compiling num-derive v0.4.2 |
| 3141 | 2026-04-06T15:50:41.923Z | Compiling sigpipe v0.1.3 |
| 3142 | 2026-04-06T15:50:41.966Z | Compiling glob v0.3.3 |
| 3143 | 2026-04-06T15:50:41.983Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3144 | 2026-04-06T15:50:41.986Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3145 | 2026-04-06T15:50:42.017Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3146 | 2026-04-06T15:50:42.020Z | Compiling smf v0.2.3 |
| 3147 | 2026-04-06T15:50:42.047Z | Compiling whoami v1.6.1 |
| 3148 | 2026-04-06T15:50:42.201Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3149 | 2026-04-06T15:50:42.275Z | Compiling ingot v0.1.1 |
| 3150 | 2026-04-06T15:50:42.328Z | Compiling prettyplease v0.2.37 |
| 3151 | 2026-04-06T15:50:42.346Z | Compiling gethostname v0.5.0 |
| 3152 | 2026-04-06T15:50:42.374Z | Compiling usdt-attr-macro v0.5.0 |
| 3153 | 2026-04-06T15:50:42.391Z | Compiling usdt-macro v0.5.0 |
| 3154 | 2026-04-06T15:50:42.409Z | Compiling memmap v0.7.0 |
| 3155 | 2026-04-06T15:50:42.495Z | Compiling atomicwrites v0.4.4 |
| 3156 | 2026-04-06T15:50:42.588Z | Compiling derive-where v1.6.0 |
| 3157 | 2026-04-06T15:50:42.591Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3158 | 2026-04-06T15:50:42.622Z | Compiling owo-colors v4.3.0 |
| 3159 | 2026-04-06T15:50:42.723Z | Compiling resolv-conf v0.7.6 |
| 3160 | 2026-04-06T15:50:42.752Z | Compiling typify-macro v0.6.1 |
| 3161 | 2026-04-06T15:50:42.770Z | Compiling cancel-safe-futures v0.1.5 |
| 3162 | 2026-04-06T15:50:42.902Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3163 | 2026-04-06T15:50:43.044Z | Compiling zone v0.3.1 |
| 3164 | 2026-04-06T15:50:43.048Z | Compiling libsw-core v0.3.2 |
| 3165 | 2026-04-06T15:50:43.104Z | Compiling async-recursion v1.1.1 |
| 3166 | 2026-04-06T15:50:43.222Z | Compiling usdt v0.5.0 |
| 3167 | 2026-04-06T15:50:43.260Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3168 | 2026-04-06T15:50:43.323Z | Compiling libsw v3.5.0 |
| 3169 | 2026-04-06T15:50:43.436Z | Compiling linear-map v1.2.0 |
| 3170 | 2026-04-06T15:50:43.493Z | Compiling libefi-sys v0.1.0 |
| 3171 | 2026-04-06T15:50:43.529Z | Compiling console v0.15.11 |
| 3172 | 2026-04-06T15:50:44.548Z | Compiling hickory-proto v0.24.4 |
| 3173 | 2026-04-06T15:50:44.552Z | Compiling newline-converter v0.3.0 |
| 3174 | 2026-04-06T15:50:44.552Z | Compiling bitfield-struct v0.6.2 |
| 3175 | 2026-04-06T15:50:44.552Z | Compiling linked-hash-map v0.5.6 |
| 3176 | 2026-04-06T15:50:44.552Z | Compiling semver v0.1.20 |
| 3177 | 2026-04-06T15:50:44.552Z | Compiling tokio-dtrace v0.1.1 |
| 3178 | 2026-04-06T15:50:44.552Z | Compiling dropshot-api-manager-types v0.6.0 |
| 3179 | 2026-04-06T15:50:44.552Z | Compiling expectorate v1.2.0 |
| 3180 | 2026-04-06T15:50:44.552Z | Compiling lru-cache v0.1.2 |
| 3181 | 2026-04-06T15:50:44.552Z | Compiling rustc_version v0.1.7 |
| 3182 | 2026-04-06T15:50:44.552Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3183 | 2026-04-06T15:50:44.552Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3184 | 2026-04-06T15:50:44.552Z | Compiling pin-project-internal v1.1.11 |
| 3185 | 2026-04-06T15:50:44.552Z | Compiling slog-dtrace v0.3.0 |
| 3186 | 2026-04-06T15:50:44.552Z | Compiling minimal-lexical v0.2.1 |
| 3187 | 2026-04-06T15:50:44.552Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3188 | 2026-04-06T15:50:44.552Z | Compiling oxide-tokio-rt v0.1.3 |
| 3189 | 2026-04-06T15:50:44.552Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3190 | 2026-04-06T15:50:44.552Z | Compiling typify-impl v0.4.3 |
| 3191 | 2026-04-06T15:50:44.552Z | Compiling newtype_derive v0.1.6 |
| 3192 | 2026-04-06T15:50:44.552Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3193 | 2026-04-06T15:50:44.552Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3194 | 2026-04-06T15:50:44.552Z | Compiling nom v7.1.3 |
| 3195 | 2026-04-06T15:50:44.552Z | Compiling phf_shared v0.12.1 |
| 3196 | 2026-04-06T15:50:44.552Z | Compiling pem v3.0.6 |
| 3197 | 2026-04-06T15:50:44.552Z | Compiling snafu-derive v0.8.9 |
| 3198 | 2026-04-06T15:50:44.553Z | Compiling csv-core v0.1.13 |
| 3199 | 2026-04-06T15:50:44.613Z | Compiling typify v0.6.1 |
| 3200 | 2026-04-06T15:50:44.630Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3201 | 2026-04-06T15:50:44.684Z | Compiling highway v1.3.0 |
| 3202 | 2026-04-06T15:50:44.753Z | Compiling progenitor-impl v0.13.0 |
| 3203 | 2026-04-06T15:50:44.771Z | Compiling xshell-macros v0.2.7 |
| 3204 | 2026-04-06T15:50:44.801Z | Compiling same-file v1.0.6 |
| 3205 | 2026-04-06T15:50:44.853Z | Compiling chrono-tz v0.10.4 |
| 3206 | 2026-04-06T15:50:44.873Z | Compiling const_format_proc_macros v0.2.34 |
| 3207 | 2026-04-06T15:50:45.054Z | Compiling walkdir v2.5.0 |
| 3208 | 2026-04-06T15:50:45.089Z | Compiling csv v1.4.0 |
| 3209 | 2026-04-06T15:50:45.105Z | Compiling phf v0.12.1 |
| 3210 | 2026-04-06T15:50:45.216Z | Compiling xshell v0.2.7 |
| 3211 | 2026-04-06T15:50:45.264Z | Compiling pin-project v1.1.11 |
| 3212 | 2026-04-06T15:50:45.295Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3213 | 2026-04-06T15:50:45.406Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3214 | 2026-04-06T15:50:45.422Z | Compiling globset v0.4.18 |
| 3215 | 2026-04-06T15:50:45.508Z | Compiling olpc-cjson v0.1.4 |
| 3216 | 2026-04-06T15:50:45.607Z | Compiling primeorder v0.13.6 |
| 3217 | 2026-04-06T15:50:45.655Z | Compiling hickory-resolver v0.24.4 |
| 3218 | 2026-04-06T15:50:45.673Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3219 | 2026-04-06T15:50:45.709Z | Compiling serde_plain v1.0.2 |
| 3220 | 2026-04-06T15:50:45.786Z | Compiling typed-path v0.9.3 |
| 3221 | 2026-04-06T15:50:45.793Z | Compiling const_format v0.2.35 |
| 3222 | 2026-04-06T15:50:45.793Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3223 | 2026-04-06T15:50:45.899Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3224 | 2026-04-06T15:50:46.077Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3225 | 2026-04-06T15:50:46.110Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3226 | 2026-04-06T15:50:46.145Z | Compiling tabled_derive v0.7.0 |
| 3227 | 2026-04-06T15:50:46.321Z | Compiling bcs v0.1.6 |
| 3228 | 2026-04-06T15:50:46.451Z | Compiling snafu v0.8.9 |
| 3229 | 2026-04-06T15:50:46.673Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3230 | 2026-04-06T15:50:46.690Z | Compiling qorb v0.4.1 |
| 3231 | 2026-04-06T15:50:46.739Z | Compiling tough v0.20.0 |
| 3232 | 2026-04-06T15:50:46.758Z | Compiling radium v0.7.0 |
| 3233 | 2026-04-06T15:50:46.780Z | Compiling salty v0.3.0 |
| 3234 | 2026-04-06T15:50:46.871Z | Compiling termtree v0.5.1 |
| 3235 | 2026-04-06T15:50:47.058Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3236 | 2026-04-06T15:50:47.079Z | Compiling textwrap v0.16.2 |
| 3237 | 2026-04-06T15:50:47.112Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3238 | 2026-04-06T15:50:47.151Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3239 | 2026-04-06T15:50:47.210Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3240 | 2026-04-06T15:50:47.294Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3241 | 2026-04-06T15:50:47.353Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3242 | 2026-04-06T15:50:47.401Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3243 | 2026-04-06T15:50:47.427Z | Compiling progenitor-macro v0.13.0 |
| 3244 | 2026-04-06T15:50:47.569Z | Compiling tabled v0.15.0 |
| 3245 | 2026-04-06T15:50:47.603Z | Compiling steno v0.4.1 |
| 3246 | 2026-04-06T15:50:47.664Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3247 | 2026-04-06T15:50:47.831Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3248 | 2026-04-06T15:50:47.846Z | Compiling tap v1.0.1 |
| 3249 | 2026-04-06T15:50:47.862Z | Compiling base64 v0.21.7 |
| 3250 | 2026-04-06T15:50:47.959Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3251 | 2026-04-06T15:50:47.990Z | Compiling humantime v2.3.0 |
| 3252 | 2026-04-06T15:50:48.230Z | Compiling maybe-uninit v2.0.0 |
| 3253 | 2026-04-06T15:50:48.272Z | Compiling tagptr v0.2.0 |
| 3254 | 2026-04-06T15:50:48.298Z | Compiling wyz v0.5.1 |
| 3255 | 2026-04-06T15:50:48.450Z | Compiling moka v0.12.13 |
| 3256 | 2026-04-06T15:50:48.610Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3257 | 2026-04-06T15:50:48.824Z | Compiling typify-macro v0.4.3 |
| 3258 | 2026-04-06T15:50:48.841Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3259 | 2026-04-06T15:50:49.041Z | Compiling p384 v0.13.1 |
| 3260 | 2026-04-06T15:50:49.107Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3261 | 2026-04-06T15:50:49.220Z | Compiling funty v2.0.0 |
| 3262 | 2026-04-06T15:50:49.237Z | Compiling packed_struct v0.10.1 |
| 3263 | 2026-04-06T15:50:49.275Z | Compiling parking_lot_core v0.8.6 |
| 3264 | 2026-04-06T15:50:49.400Z | Compiling hickory-resolver v0.25.2 |
| 3265 | 2026-04-06T15:50:49.417Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3266 | 2026-04-06T15:50:49.527Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3267 | 2026-04-06T15:50:49.571Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3268 | 2026-04-06T15:50:49.657Z | Compiling bitvec v1.0.1 |
| 3269 | 2026-04-06T15:50:49.977Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3270 | 2026-04-06T15:50:49.994Z | Compiling polyval v0.6.2 |
| 3271 | 2026-04-06T15:50:50.199Z | Compiling git-stub v1.0.0 |
| 3272 | 2026-04-06T15:50:50.259Z | Compiling packed_struct_codegen v0.10.1 |
| 3273 | 2026-04-06T15:50:50.338Z | Compiling bitfield-macros v0.19.4 |
| 3274 | 2026-04-06T15:50:50.506Z | Compiling zerocopy-derive v0.6.6 |
| 3275 | 2026-04-06T15:50:50.549Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3276 | 2026-04-06T15:50:50.623Z | Compiling typify v0.4.3 |
| 3277 | 2026-04-06T15:50:50.753Z | Compiling indexmap v1.9.3 |
| 3278 | 2026-04-06T15:50:50.774Z | Compiling utf-8 v0.7.6 |
| 3279 | 2026-04-06T15:50:50.800Z | Compiling crc-catalog v2.4.0 |
| 3280 | 2026-04-06T15:50:50.924Z | Compiling nodrop v0.1.14 |
| 3281 | 2026-04-06T15:50:50.981Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3282 | 2026-04-06T15:50:50.999Z | Compiling proc-macro-error2 v2.0.1 |
| 3283 | 2026-04-06T15:50:51.002Z | Compiling tungstenite v0.21.0 |
| 3284 | 2026-04-06T15:50:51.049Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3285 | 2026-04-06T15:50:51.066Z | Compiling array-init v0.0.4 |
| 3286 | 2026-04-06T15:50:51.084Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3287 | 2026-04-06T15:50:51.107Z | Compiling crc v3.4.0 |
| 3288 | 2026-04-06T15:50:51.124Z | Compiling bitfield v0.19.4 |
| 3289 | 2026-04-06T15:50:51.235Z | Compiling git-stub-vcs v0.1.0 |
| 3290 | 2026-04-06T15:50:51.294Z | Compiling ghash v0.5.1 |
| 3291 | 2026-04-06T15:50:51.312Z | Compiling smallvec v0.6.14 |
| 3292 | 2026-04-06T15:50:51.363Z | Compiling ctr v0.9.2 |
| 3293 | 2026-04-06T15:50:51.425Z | Compiling zerocopy v0.6.6 |
| 3294 | 2026-04-06T15:50:51.448Z | Compiling num-derive v0.3.3 |
| 3295 | 2026-04-06T15:50:51.464Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3296 | 2026-04-06T15:50:51.467Z | Compiling hashbrown v0.12.3 |
| 3297 | 2026-04-06T15:50:51.558Z | Compiling unicase v2.9.0 |
| 3298 | 2026-04-06T15:50:51.583Z | Compiling parking_lot v0.11.2 |
| 3299 | 2026-04-06T15:50:51.632Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3300 | 2026-04-06T15:50:51.669Z | Compiling aes-gcm v0.10.3 |
| 3301 | 2026-04-06T15:50:51.719Z | Compiling tokio-tungstenite v0.21.0 |
| 3302 | 2026-04-06T15:50:51.801Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3303 | 2026-04-06T15:50:51.845Z | Compiling mime_guess v2.0.5 |
| 3304 | 2026-04-06T15:50:51.936Z | Compiling serde-hex v0.1.0 |
| 3305 | 2026-04-06T15:50:52.037Z | Compiling tabled_derive v0.11.0 |
| 3306 | 2026-04-06T15:50:52.071Z | Compiling progenitor-impl v0.10.0 |
| 3307 | 2026-04-06T15:50:52.091Z | Compiling progenitor-impl v0.11.2 |
| 3308 | 2026-04-06T15:50:52.121Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3309 | 2026-04-06T15:50:52.165Z | Compiling ron v0.8.1 |
| 3310 | 2026-04-06T15:50:52.293Z | Compiling papergrid v0.17.0 |
| 3311 | 2026-04-06T15:50:52.382Z | Compiling testing_table v0.3.0 |
| 3312 | 2026-04-06T15:50:52.398Z | Compiling libscf-sys v1.1.0 |
| 3313 | 2026-04-06T15:50:52.440Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3314 | 2026-04-06T15:50:52.572Z | Compiling hashbrown v0.13.2 |
| 3315 | 2026-04-06T15:50:52.589Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3316 | 2026-04-06T15:50:52.592Z | Compiling progenitor v0.13.0 |
| 3317 | 2026-04-06T15:50:52.619Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3318 | 2026-04-06T15:50:52.687Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3319 | 2026-04-06T15:50:52.782Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3320 | 2026-04-06T15:50:53.810Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3321 | 2026-04-06T15:50:53.814Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3322 | 2026-04-06T15:50:53.814Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3323 | 2026-04-06T15:50:53.814Z | Compiling prefix-trie v0.7.0 |
| 3324 | 2026-04-06T15:50:53.814Z | Compiling ssh-encoding v0.2.0 |
| 3325 | 2026-04-06T15:50:53.814Z | Compiling blowfish v0.9.1 |
| 3326 | 2026-04-06T15:50:53.814Z | Compiling fxhash v0.2.1 |
| 3327 | 2026-04-06T15:50:53.814Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3328 | 2026-04-06T15:50:53.814Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3329 | 2026-04-06T15:50:53.814Z | Compiling crc-any v2.5.0 |
| 3330 | 2026-04-06T15:50:53.814Z | Compiling corncobs v0.1.4 |
| 3331 | 2026-04-06T15:50:53.814Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3332 | 2026-04-06T15:50:53.814Z | Compiling sled v0.34.7 |
| 3333 | 2026-04-06T15:50:53.912Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3334 | 2026-04-06T15:50:53.937Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3335 | 2026-04-06T15:50:53.940Z | Compiling hickory-server v0.25.2 |
| 3336 | 2026-04-06T15:50:53.969Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3337 | 2026-04-06T15:50:54.013Z | Compiling ssh-cipher v0.2.0 |
| 3338 | 2026-04-06T15:50:54.083Z | Compiling tabled v0.20.0 |
| 3339 | 2026-04-06T15:50:54.325Z | Compiling object v0.30.4 |
| 3340 | 2026-04-06T15:50:54.349Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3341 | 2026-04-06T15:50:54.443Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3342 | 2026-04-06T15:50:54.493Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3343 | 2026-04-06T15:50:54.648Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3344 | 2026-04-06T15:50:54.682Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3345 | 2026-04-06T15:50:54.780Z | Compiling progenitor-macro v0.10.0 |
| 3346 | 2026-04-06T15:50:54.822Z | Compiling progenitor-macro v0.11.2 |
| 3347 | 2026-04-06T15:50:55.500Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3348 | 2026-04-06T15:50:55.538Z | Compiling progenitor-client v0.11.2 |
| 3349 | 2026-04-06T15:50:55.541Z | Compiling password-hash v0.4.2 |
| 3350 | 2026-04-06T15:50:55.885Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3351 | 2026-04-06T15:50:55.905Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3352 | 2026-04-06T15:50:55.985Z | Compiling secrecy v0.8.0 |
| 3353 | 2026-04-06T15:50:56.132Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3354 | 2026-04-06T15:50:56.165Z | Compiling path-slash v0.1.5 |
| 3355 | 2026-04-06T15:50:56.306Z | Compiling half v1.8.3 |
| 3356 | 2026-04-06T15:50:56.331Z | Compiling http-range v0.1.5 |
| 3357 | 2026-04-06T15:50:56.449Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3358 | 2026-04-06T15:50:56.527Z | Compiling serde_cbor v0.11.2 |
| 3359 | 2026-04-06T15:50:57.190Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3360 | 2026-04-06T15:50:57.333Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3361 | 2026-04-06T15:50:57.436Z | Compiling pbkdf2 v0.11.0 |
| 3362 | 2026-04-06T15:50:57.750Z | Compiling ssh-key v0.6.7 |
| 3363 | 2026-04-06T15:50:58.172Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3364 | 2026-04-06T15:50:58.196Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3365 | 2026-04-06T15:50:58.246Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3366 | 2026-04-06T15:50:58.469Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3367 | 2026-04-06T15:50:58.489Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3368 | 2026-04-06T15:50:58.492Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3369 | 2026-04-06T15:50:58.846Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3370 | 2026-04-06T15:50:58.907Z | Compiling p521 v0.13.3 |
| 3371 | 2026-04-06T15:50:59.021Z | Compiling p256 v0.13.2 |
| 3372 | 2026-04-06T15:50:59.167Z | Compiling yasna v0.5.2 |
| 3373 | 2026-04-06T15:50:59.428Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3374 | 2026-04-06T15:50:59.445Z | Compiling kstat-rs v0.2.4 |
| 3375 | 2026-04-06T15:50:59.526Z | Compiling headers-core v0.3.0 |
| 3376 | 2026-04-06T15:50:59.532Z | Compiling nanorand v0.7.0 |
| 3377 | 2026-04-06T15:50:59.683Z | Compiling atty v0.2.14 |
| 3378 | 2026-04-06T15:50:59.782Z | Compiling russh-cryptovec v0.7.3 |
| 3379 | 2026-04-06T15:50:59.830Z | Compiling md5 v0.7.0 |
| 3380 | 2026-04-06T15:50:59.864Z | Compiling home v0.5.12 |
| 3381 | 2026-04-06T15:50:59.909Z | Compiling crc8 v0.1.1 |
| 3382 | 2026-04-06T15:50:59.937Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3383 | 2026-04-06T15:50:59.965Z | Compiling flume v0.11.1 |
| 3384 | 2026-04-06T15:51:00.001Z | Compiling progenitor v0.10.0 |
| 3385 | 2026-04-06T15:51:00.004Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3386 | 2026-04-06T15:51:00.040Z | Compiling russh-keys v0.45.0 |
| 3387 | 2026-04-06T15:51:00.059Z | Compiling headers v0.4.1 |
| 3388 | 2026-04-06T15:51:00.081Z | Compiling progenitor v0.11.2 |
| 3389 | 2026-04-06T15:51:00.148Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3390 | 2026-04-06T15:51:00.165Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3391 | 2026-04-06T15:51:00.209Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3392 | 2026-04-06T15:51:00.228Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3393 | 2026-04-06T15:51:00.275Z | Compiling rcgen v0.12.1 |
| 3394 | 2026-04-06T15:51:00.317Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3395 | 2026-04-06T15:51:00.334Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3396 | 2026-04-06T15:51:00.424Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3397 | 2026-04-06T15:51:00.452Z | Compiling hyper-staticfile v0.10.1 |
| 3398 | 2026-04-06T15:51:00.732Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3399 | 2026-04-06T15:51:00.756Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3400 | 2026-04-06T15:51:00.842Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3401 | 2026-04-06T15:51:00.859Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3402 | 2026-04-06T15:51:00.953Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3403 | 2026-04-06T15:51:00.985Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3404 | 2026-04-06T15:51:01.124Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3405 | 2026-04-06T15:51:01.172Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3406 | 2026-04-06T15:51:01.225Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3407 | 2026-04-06T15:51:01.285Z | Compiling num-bigint v0.4.6 |
| 3408 | 2026-04-06T15:51:01.347Z | Compiling des v0.8.1 |
| 3409 | 2026-04-06T15:51:01.553Z | Compiling subprocess v0.2.15 |
| 3410 | 2026-04-06T15:51:01.571Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3411 | 2026-04-06T15:51:01.598Z | Compiling hex-literal v0.4.1 |
| 3412 | 2026-04-06T15:51:01.660Z | Compiling display-error-chain v0.2.2 |
| 3413 | 2026-04-06T15:51:01.714Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3414 | 2026-04-06T15:51:01.741Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3415 | 2026-04-06T15:51:01.758Z | Compiling colored v2.2.0 |
| 3416 | 2026-04-06T15:51:01.866Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3417 | 2026-04-06T15:51:01.995Z | Compiling socket2 v0.5.10 |
| 3418 | 2026-04-06T15:51:02.063Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3419 | 2026-04-06T15:51:02.134Z | Compiling internet-checksum v0.2.1 |
| 3420 | 2026-04-06T15:51:02.495Z | Compiling russh v0.45.0 |
| 3421 | 2026-04-06T15:51:02.719Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3422 | 2026-04-06T15:51:02.765Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3423 | 2026-04-06T15:51:05.281Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3424 | 2026-04-06T15:51:05.979Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3425 | 2026-04-06T15:51:06.478Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3426 | 2026-04-06T15:51:06.987Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3427 | 2026-04-06T15:51:14.904Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3428 | 2026-04-06T15:51:14.904Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3429 | 2026-04-06T15:51:14.907Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3430 | 2026-04-06T15:51:14.907Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3431 | 2026-04-06T15:51:16.609Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3432 | 2026-04-06T15:51:16.740Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3433 | 2026-04-06T15:51:20.838Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3434 | 2026-04-06T15:51:40.641Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3435 | 2026-04-06T15:51:59.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s |
| 3436 | 2026-04-06T15:51:59.738Z | |
| 3437 | 2026-04-06T15:51:59.738Z | real 1:23.726262731 |
| 3438 | 2026-04-06T15:51:59.738Z | user 8:08.930508860 |
| 3439 | 2026-04-06T15:51:59.738Z | sys 1:37.702345416 |
| 3440 | 2026-04-06T15:51:59.738Z | trap 0.261575025 |
| 3441 | 2026-04-06T15:51:59.738Z | tflt 0.492453604 |
| 3442 | 2026-04-06T15:51:59.738Z | dflt 1.432109367 |
| 3443 | 2026-04-06T15:51:59.738Z | kflt 0.000307165 |
| 3444 | 2026-04-06T15:51:59.738Z | lock 29:04.237457861 |
| 3445 | 2026-04-06T15:51:59.738Z | slp 18:58.579450052 |
| 3446 | 2026-04-06T15:51:59.738Z | lat 39.429726205 |
| 3447 | 2026-04-06T15:51:59.738Z | stop 2:42.828415534 |
| 3448 | 2026-04-06T15:51:59.738Z | + mkdir tests |
| 3449 | 2026-04-06T15:51:59.738Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3450 | 2026-04-06T15:51:59.738Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3451 | 2026-04-06T15:51:59.738Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b96edc4169b5996c tests/ |
| 3452 | 2026-04-06T15:51:59.738Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ebfad5ec80f209fb tests/ |
| 3453 | 2026-04-06T15:51:59.738Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-99346283fad35d54 tests/ |
| 3454 | 2026-04-06T15:51:59.738Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1eca6fa8d1f4ac68 tests/ |
| 3455 | 2026-04-06T15:51:59.812Z | + 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/*) |
| 3456 | 2026-04-06T15:51:59.815Z | + 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-ebfad5ec80f209fb tests/commtest-99346283fad35d54 tests/dhcp_server-b96edc4169b5996c tests/end_to_end_tests-1eca6fa8d1f4ac68 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 |
| 3457 | 2026-04-06T15:53:21.855Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3458 | 2026-04-06T15:53:21.856Z | a .github/buildomat/ci-env.sh 1K |
| 3459 | 2026-04-06T15:53:21.856Z | a out/target/test 1K |
| 3460 | 2026-04-06T15:53:21.856Z | a out/npuzone/npuzone 27402K |
| 3461 | 2026-04-06T15:53:21.856Z | a package-manifest.toml 35K |
| 3462 | 2026-04-06T15:53:21.856Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3463 | 2026-04-06T15:53:21.856Z | a target/release/omicron-package 45881K |
| 3464 | 2026-04-06T15:53:21.856Z | a target/release/xtask 11439K |
| 3465 | 2026-04-06T15:53:21.856Z | a target/debug/bootstrap 338971K |
| 3466 | 2026-04-06T15:53:21.856Z | a tests/bootstrap-ebfad5ec80f209fb 31310K |
| 3467 | 2026-04-06T15:53:21.856Z | a tests/commtest-99346283fad35d54 32395K |
| 3468 | 2026-04-06T15:53:21.856Z | a tests/dhcp_server-b96edc4169b5996c 31310K |
| 3469 | 2026-04-06T15:53:21.856Z | a tests/end_to_end_tests-1eca6fa8d1f4ac68 381196K |
| 3470 | 2026-04-06T15:53:21.856Z | a out/clickhouse.tar.gz 309573K |
| 3471 | 2026-04-06T15:53:21.856Z | a out/clickhouse_keeper.tar.gz 295001K |
| 3472 | 2026-04-06T15:53:21.856Z | a out/clickhouse_server.tar.gz 309572K |
| 3473 | 2026-04-06T15:53:21.856Z | a out/cockroachdb.tar.gz 157700K |
| 3474 | 2026-04-06T15:53:21.856Z | a out/crucible-pantry-zone.tar.gz 40485K |
| 3475 | 2026-04-06T15:53:21.856Z | a out/crucible-utils.tar 17744K |
| 3476 | 2026-04-06T15:53:21.856Z | a out/crucible-zone.tar.gz 54623K |
| 3477 | 2026-04-06T15:53:21.856Z | a out/external-dns.tar.gz 44317K |
| 3478 | 2026-04-06T15:53:21.856Z | a out/internal-dns.tar.gz 44316K |
| 3479 | 2026-04-06T15:53:21.856Z | a out/mg-ddm-gz.tar 78377K |
| 3480 | 2026-04-06T15:53:21.856Z | a out/nexus.tar.gz 214922K |
| 3481 | 2026-04-06T15:53:21.856Z | a out/ntp.tar.gz 26951K |
| 3482 | 2026-04-06T15:53:21.856Z | a out/omicron-gateway-softnpu.tar.gz 28462K |
| 3483 | 2026-04-06T15:53:21.856Z | a out/omicron-sled-agent.tar 191226K |
| 3484 | 2026-04-06T15:53:21.856Z | a out/overlay.tar.gz 3K |
| 3485 | 2026-04-06T15:53:21.856Z | a out/oximeter.tar.gz 59292K |
| 3486 | 2026-04-06T15:53:21.856Z | a out/oxlog.tar 3782K |
| 3487 | 2026-04-06T15:53:21.856Z | a out/probe.tar.gz 3037K |
| 3488 | 2026-04-06T15:53:21.856Z | a out/propolis-server.tar.gz 33249K |
| 3489 | 2026-04-06T15:53:21.857Z | a out/pumpkind-gz.tar 26647K |
| 3490 | 2026-04-06T15:53:21.857Z | a out/switch-softnpu.tar.gz 372626K |
| 3491 | 2026-04-06T15:53:21.861Z | |
| 3492 | 2026-04-06T15:53:21.861Z | real 1:22.027977461 |
| 3493 | 2026-04-06T15:53:21.861Z | user 1:19.532585089 |
| 3494 | 2026-04-06T15:53:21.861Z | sys 4.193666416 |
| 3495 | 2026-04-06T15:53:21.861Z | trap 0.006603560 |
| 3496 | 2026-04-06T15:53:21.861Z | tflt 0.000000000 |
| 3497 | 2026-04-06T15:53:21.861Z | dflt 0.000000000 |
| 3498 | 2026-04-06T15:53:21.861Z | kflt 0.000000000 |
| 3499 | 2026-04-06T15:53:21.861Z | lock 0.000000000 |
| 3500 | 2026-04-06T15:53:21.861Z | slp 1:19.412977713 |
| 3501 | 2026-04-06T15:53:21.861Z | lat 0.904778104 |
| 3502 | 2026-04-06T15:53:21.861Z | stop 0.000554432 |
| 3503 | 2026-04-06T15:53:21.861Z | process exited: duration 999604 ms, exit code 0 |
| |
| 3504 | 2026-04-06T15:53:21.875Z | found 1 output files |
| 3505 | 2026-04-06T15:53:21.875Z | uploading: /work/package.tar.gz (2325192925 bytes) |
| 3506 | 2026-04-06T15:54:01.267Z | uploaded: /work/package.tar.gz |