|
|
|
| 1 | 2025-04-01T17:15:07.608Z | job assigned to worker 01JQS5HJG6D2GNWPWZFPBK636M [factory aws, i-07a8e47409ee0a24c] (queued for 51 s) |
| |
| 2 | 2025-04-01T17:15:16.230Z | starting task 0: "setup" |
| 3 | 2025-04-01T17:15:16.235Z | ++ uname -s |
| 4 | 2025-04-01T17:15:16.239Z | + kern=SunOS |
| 5 | 2025-04-01T17:15:16.239Z | + build_user=build |
| 6 | 2025-04-01T17:15:16.239Z | + build_uid=12345 |
| 7 | 2025-04-01T17:15:16.239Z | + work_dir=/work |
| 8 | 2025-04-01T17:15:16.239Z | + input_dir=/input |
| 9 | 2025-04-01T17:15:16.239Z | + [[ 0 == 12345 ]] |
| 10 | 2025-04-01T17:15:16.239Z | + case "$kern" in |
| 11 | 2025-04-01T17:15:16.239Z | + groupadd -g 12345 build |
| 12 | 2025-04-01T17:15:16.242Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-04-01T17:15:18.250Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-04-01T17:15:18.367Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-04-01T17:15:18.371Z | + home_fs=zfs |
| 16 | 2025-04-01T17:15:18.371Z | + [[ zfs == autofs ]] |
| 17 | 2025-04-01T17:15:18.371Z | + mkdir -p /home/build |
| 18 | 2025-04-01T17:15:18.375Z | + chown build:build /home/build /work |
| 19 | 2025-04-01T17:15:20.375Z | + chmod 0700 /home/build /work |
| 20 | 2025-04-01T17:15:20.378Z | process exited: duration 4148 ms, exit code 0 |
| |
| 21 | 2025-04-01T17:15:20.385Z | starting task 1: "rust-toolchain" |
| 22 | 2025-04-01T17:15:20.390Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-04-01T17:15:20.390Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-04-01T17:15:20.390Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-04-01T17:15:20.390Z | * rust toolchain profile = "default" |
| 26 | 2025-04-01T17:15:20.390Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-04-01T17:15:20.390Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-04-01T17:15:20.393Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-04-01T17:15:20.393Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-04-01T17:15:20.511Z | info: downloading installer |
| 31 | 2025-04-01T17:15:21.952Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-04-01T17:15:21.952Z | warn: /opt/ooce/bin |
| 33 | 2025-04-01T17:15:21.952Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-04-01T17:15:21.952Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-04-01T17:15:21.952Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-04-01T17:15:21.952Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-04-01T17:15:21.952Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-04-01T17:15:21.952Z | error: cannot install while Rust is installed |
| 39 | 2025-04-01T17:15:21.952Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-04-01T17:15:21.990Z | info: profile set to 'default' |
| 41 | 2025-04-01T17:15:21.990Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-04-01T17:15:21.994Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-04-01T17:15:22.172Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-04-01T17:15:22.172Z | info: downloading component 'cargo' |
| 45 | 2025-04-01T17:15:23.098Z | info: downloading component 'clippy' |
| 46 | 2025-04-01T17:15:23.478Z | info: downloading component 'rust-docs' |
| 47 | 2025-04-01T17:15:25.093Z | info: downloading component 'rust-std' |
| 48 | 2025-04-01T17:15:26.757Z | info: downloading component 'rustc' |
| 49 | 2025-04-01T17:15:33.539Z | info: downloading component 'rustfmt' |
| 50 | 2025-04-01T17:15:33.828Z | info: installing component 'cargo' |
| 51 | 2025-04-01T17:15:34.659Z | info: installing component 'clippy' |
| 52 | 2025-04-01T17:15:35.041Z | info: installing component 'rust-docs' |
| 53 | 2025-04-01T17:15:36.793Z | info: installing component 'rust-std' |
| 54 | 2025-04-01T17:15:38.678Z | info: installing component 'rustc' |
| 55 | 2025-04-01T17:15:44.597Z | info: installing component 'rustfmt' |
| 56 | 2025-04-01T17:15:44.926Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-04-01T17:15:44.926Z | |
| 58 | 2025-04-01T17:15:45.296Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-04-01T17:15:45.296Z | |
| 60 | 2025-04-01T17:15:45.299Z | |
| 61 | 2025-04-01T17:15:45.299Z | Rust is installed now. Great! |
| 62 | 2025-04-01T17:15:45.299Z | |
| 63 | 2025-04-01T17:15:45.299Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-04-01T17:15:45.300Z | environment variable. This has not been done automatically. |
| 65 | 2025-04-01T17:15:45.300Z | |
| 66 | 2025-04-01T17:15:45.300Z | To configure your current shell, you need to source |
| 67 | 2025-04-01T17:15:45.300Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-04-01T17:15:45.300Z | |
| 69 | 2025-04-01T17:15:45.300Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-04-01T17:15:45.300Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-04-01T17:15:45.300Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-04-01T17:15:45.300Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-04-01T17:15:45.377Z | + rustup --version |
| 74 | 2025-04-01T17:15:45.388Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
| 75 | 2025-04-01T17:15:45.388Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-04-01T17:15:45.418Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 77 | 2025-04-01T17:15:45.421Z | + cargo --version |
| 78 | 2025-04-01T17:15:45.439Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 79 | 2025-04-01T17:15:45.442Z | + rustc --version |
| 80 | 2025-04-01T17:15:45.468Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 81 | 2025-04-01T17:15:45.471Z | process exited: duration 25081 ms, exit code 0 |
| |
| 82 | 2025-04-01T17:15:45.479Z | starting task 2: "authentication" |
| 83 | 2025-04-01T17:15:45.501Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-04-01T17:15:45.510Z | starting task 3: "clone repository" |
| 85 | 2025-04-01T17:15:45.513Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-04-01T17:15:45.516Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-04-01T17:15:45.625Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-04-01T17:15:54.320Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-04-01T17:15:54.320Z | + git fetch origin 8608b75f4b4627237c9600fc6366a5c04b62b368 |
| 90 | 2025-04-01T17:15:54.631Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-04-01T17:15:54.631Z | * branch 8608b75f4b4627237c9600fc6366a5c04b62b368 -> FETCH_HEAD |
| 92 | 2025-04-01T17:15:54.642Z | + [[ -n dap/pending-mgs-updates ]] |
| 93 | 2025-04-01T17:15:54.646Z | ++ git branch --show-current |
| 94 | 2025-04-01T17:15:54.646Z | + current=main |
| 95 | 2025-04-01T17:15:54.646Z | + [[ main != dap/pending-mgs-updates ]] |
| 96 | 2025-04-01T17:15:54.646Z | + git branch -f dap/pending-mgs-updates 8608b75f4b4627237c9600fc6366a5c04b62b368 |
| 97 | 2025-04-01T17:15:54.649Z | + git checkout -f dap/pending-mgs-updates |
| 98 | 2025-04-01T17:15:54.842Z | Switched to branch 'dap/pending-mgs-updates' |
| 99 | 2025-04-01T17:15:54.846Z | + git reset --hard 8608b75f4b4627237c9600fc6366a5c04b62b368 |
| 100 | 2025-04-01T17:15:54.867Z | HEAD is now at 8608b75f4 Merge branch 'main' into dap/pending-mgs-updates |
| 101 | 2025-04-01T17:15:54.871Z | process exited: duration 9358 ms, exit code 0 |
| |
| 102 | 2025-04-01T17:15:54.877Z | starting task 4: "build" |
| 103 | 2025-04-01T17:15:54.883Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-04-01T17:15:54.886Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-04-01T17:15:54.886Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-04-01T17:15:54.886Z | + cargo --version |
| 107 | 2025-04-01T17:15:54.939Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 108 | 2025-04-01T17:15:54.942Z | + rustc --version |
| 109 | 2025-04-01T17:15:55.018Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 110 | 2025-04-01T17:15:55.022Z | + WORK=/work |
| 111 | 2025-04-01T17:15:55.022Z | + pfexec mkdir -p /work |
| 112 | 2025-04-01T17:15:55.028Z | + pfexec chown build /work |
| 113 | 2025-04-01T17:15:55.033Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-04-01T17:15:59.137Z | pkg list: illegal option -- F |
| 115 | 2025-04-01T17:15:59.140Z | Usage: |
| 116 | 2025-04-01T17:15:59.140Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 117 | 2025-04-01T17:15:59.140Z | [pkg_fmri_pattern ...] |
| 118 | 2025-04-01T17:16:00.001Z | pkg list: illegal option -- F |
| 119 | 2025-04-01T17:16:00.001Z | Usage: |
| 120 | 2025-04-01T17:16:00.004Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 121 | 2025-04-01T17:16:00.004Z | [pkg_fmri_pattern ...] |
| 122 | 2025-04-01T17:16:07.942Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 123 | 2025-04-01T17:16:13.019Z | Startup: Caching catalogs ... Done |
| 124 | 2025-04-01T17:16:30.418Z | Planning: Solver setup ... Done (16.381s) |
| 125 | 2025-04-01T17:16:30.614Z | Planning: Running solver ... Done (0.195s) |
| 126 | 2025-04-01T17:16:31.059Z | Planning: Finding local manifests ... Done (0.301s) |
| 127 | 2025-04-01T17:16:31.086Z | Planning: Fetching manifests: 0/7 0% complete |
| 128 | 2025-04-01T17:16:31.713Z | Planning: Fetching manifests: 7/7 100% complete |
| 129 | 2025-04-01T17:16:32.204Z | Planning: Package planning ... Done (0.490s) |
| 130 | 2025-04-01T17:16:32.259Z | Planning: Merging actions ... Done (0.056s) |
| 131 | 2025-04-01T17:16:33.353Z | Planning: Checking for conflicting actions ... Done (1.093s) |
| 132 | 2025-04-01T17:16:39.842Z | Planning: Consolidating action changes ... Done (6.487s) |
| 133 | 2025-04-01T17:16:40.238Z | Planning: Evaluating mediators ... Done (0.396s) |
| 134 | 2025-04-01T17:16:40.318Z | Planning: Planning completed in 27.18 seconds |
| 135 | 2025-04-01T17:16:40.334Z | Packages to install: 4 |
| 136 | 2025-04-01T17:16:40.334Z | Packages to update: 3 |
| 137 | 2025-04-01T17:16:40.334Z | Mediators to change: 2 |
| 138 | 2025-04-01T17:16:40.334Z | Services to change: 1 |
| 139 | 2025-04-01T17:16:40.338Z | Estimated space available: 155.59 GB |
| 140 | 2025-04-01T17:16:40.338Z | Estimated space to be consumed: 1.69 GB |
| 141 | 2025-04-01T17:16:40.338Z | Create boot environment: No |
| 142 | 2025-04-01T17:16:40.338Z | Create backup boot environment: Yes |
| 143 | 2025-04-01T17:16:40.338Z | Rebuild boot archive: No |
| 144 | 2025-04-01T17:16:40.338Z | |
| 145 | 2025-04-01T17:16:40.338Z | Changed mediators: |
| 146 | 2025-04-01T17:16:40.338Z | mediator clang: |
| 147 | 2025-04-01T17:16:40.338Z | version: None -> 15 (system default) |
| 148 | 2025-04-01T17:16:40.338Z | |
| 149 | 2025-04-01T17:16:40.338Z | mediator llvm: |
| 150 | 2025-04-01T17:16:40.338Z | version: 14 (system default) -> 15 (system default) |
| 151 | 2025-04-01T17:16:40.338Z | |
| 152 | 2025-04-01T17:16:40.338Z | Changed packages: |
| 153 | 2025-04-01T17:16:40.338Z | helios-dev |
| 154 | 2025-04-01T17:16:40.338Z | developer/build-essential |
| 155 | 2025-04-01T17:16:40.338Z | None -> 11-2.0 |
| 156 | 2025-04-01T17:16:40.338Z | library/libxmlsec1 |
| 157 | 2025-04-01T17:16:40.338Z | None -> 1.2.35-2.0 |
| 158 | 2025-04-01T17:16:40.338Z | ooce/developer/clang-15 |
| 159 | 2025-04-01T17:16:40.339Z | None -> 15.0.7-2.0 |
| 160 | 2025-04-01T17:16:40.339Z | ooce/developer/llvm-15 |
| 161 | 2025-04-01T17:16:40.339Z | None -> 15.0.7-2.0 |
| 162 | 2025-04-01T17:16:40.339Z | package/pkg |
| 163 | 2025-04-01T17:16:40.339Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 164 | 2025-04-01T17:16:40.339Z | system/library/g++-runtime |
| 165 | 2025-04-01T17:16:40.339Z | 13-2.0 -> 14-2.0 |
| 166 | 2025-04-01T17:16:40.339Z | system/library/gcc-runtime |
| 167 | 2025-04-01T17:16:40.339Z | 13-2.0 -> 14-2.0 |
| 168 | 2025-04-01T17:16:40.339Z | |
| 169 | 2025-04-01T17:16:40.339Z | Services: |
| 170 | 2025-04-01T17:16:40.339Z | restart_fmri: |
| 171 | 2025-04-01T17:16:40.339Z | svc:/system/update-man-index:default |
| 172 | 2025-04-01T17:16:40.339Z | |
| 173 | 2025-04-01T17:16:40.339Z | Editable files to change: |
| 174 | 2025-04-01T17:16:40.339Z | Update: |
| 175 | 2025-04-01T17:16:40.339Z | usr/share/lib/pkg/web/config.shtml |
| 176 | 2025-04-01T17:16:40.558Z | |
| 177 | 2025-04-01T17:16:40.558Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 178 | 2025-04-01T17:16:45.560Z | Download: 1232/4301 items 88.3/225.4MB 39% complete (17.6M/s) |
| 179 | 2025-04-01T17:16:50.595Z | Download: 2957/4301 items 121.0/225.4MB 53% complete (12.2M/s) |
| 180 | 2025-04-01T17:16:55.612Z | Download: 4199/4301 items 220.5/225.4MB 97% complete (13.7M/s) |
| 181 | 2025-04-01T17:16:57.114Z | Download: Completed 225.42 MB in 16.51 seconds (13.7M/s) |
| 182 | 2025-04-01T17:16:59.577Z | Actions: 1/5122 actions (Removing old actions) |
| 183 | 2025-04-01T17:16:59.594Z | Actions: 194/5122 actions (Installing new actions) |
| 184 | 2025-04-01T17:17:04.650Z | Actions: 4102/5122 actions (Installing new actions) |
| 185 | 2025-04-01T17:17:04.934Z | Actions: 4267/5122 actions (Updating modified actions) |
| 186 | 2025-04-01T17:17:05.370Z | Actions: Completed 5122 actions in 5.79 seconds. |
| 187 | 2025-04-01T17:17:05.623Z | Done (0.244s) |
| 188 | 2025-04-01T17:17:05.626Z | Done (0.001s) |
| 189 | 2025-04-01T17:17:06.301Z | Done (0.676s) |
| 190 | 2025-04-01T17:17:12.459Z | Done (5.909s) |
| 191 | 2025-04-01T17:17:12.853Z | Done (0.324s) |
| 192 | 2025-04-01T17:17:12.856Z | Done (0.000s) |
| 193 | 2025-04-01T17:17:13.042Z | Done (0.000s) |
| 194 | 2025-04-01T17:17:13.819Z | Planning: Evaluating mediator changes ... Done |
| 195 | 2025-04-01T17:17:13.981Z | Planning: Checking for conflicting actions ... Done |
| 196 | 2025-04-01T17:17:13.984Z | Planning: Consolidating action changes ... Done |
| 197 | 2025-04-01T17:17:14.253Z | Planning: Evaluating mediators ... Done |
| 198 | 2025-04-01T17:17:14.256Z | Planning: Planning completed in 0.43 seconds |
| 199 | 2025-04-01T17:17:14.294Z | Mediators to change: 2 |
| 200 | 2025-04-01T17:17:14.297Z | Create boot environment: No |
| 201 | 2025-04-01T17:17:14.297Z | Create backup boot environment: No |
| 202 | 2025-04-01T17:17:14.372Z | Done |
| 203 | 2025-04-01T17:17:14.372Z | Done |
| 204 | 2025-04-01T17:17:14.859Z | Done |
| 205 | 2025-04-01T17:17:18.426Z | Done |
| 206 | 2025-04-01T17:17:18.637Z | Done |
| 207 | 2025-04-01T17:17:18.644Z | Done |
| 208 | 2025-04-01T17:17:18.657Z | Done |
| 209 | 2025-04-01T17:17:19.282Z | Planning: Evaluating mediator changes ... Done |
| 210 | 2025-04-01T17:17:19.285Z | Planning: Merging actions ... Done |
| 211 | 2025-04-01T17:17:19.476Z | Planning: Checking for conflicting actions ... Done |
| 212 | 2025-04-01T17:17:19.479Z | Planning: Consolidating action changes ... Done |
| 213 | 2025-04-01T17:17:19.748Z | Planning: Evaluating mediators ... Done |
| 214 | 2025-04-01T17:17:19.808Z | Planning: Planning completed in 0.77 seconds |
| 215 | 2025-04-01T17:17:19.844Z | Packages to change: 1 |
| 216 | 2025-04-01T17:17:19.844Z | Mediators to change: 1 |
| 217 | 2025-04-01T17:17:19.848Z | Services to change: 1 |
| 218 | 2025-04-01T17:17:19.848Z | Create boot environment: No |
| 219 | 2025-04-01T17:17:19.848Z | Create backup boot environment: Yes |
| 220 | 2025-04-01T17:17:22.063Z | Actions: 1/6 actions (Updating modified actions) |
| 221 | 2025-04-01T17:17:22.067Z | Actions: Completed 6 actions in 0.00 seconds. |
| 222 | 2025-04-01T17:17:22.067Z | Done |
| 223 | 2025-04-01T17:17:22.067Z | Done |
| 224 | 2025-04-01T17:17:22.202Z | Done |
| 225 | 2025-04-01T17:17:25.744Z | Done |
| 226 | 2025-04-01T17:17:25.834Z | Done |
| 227 | 2025-04-01T17:17:25.837Z | Done |
| 228 | 2025-04-01T17:17:25.983Z | Done |
| 229 | 2025-04-01T17:17:26.424Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 230 | 2025-04-01T17:17:26.424Z | clang system 15 system |
| 231 | 2025-04-01T17:17:26.424Z | csh system system illumos |
| 232 | 2025-04-01T17:17:26.424Z | ctags system system illumos |
| 233 | 2025-04-01T17:17:26.424Z | gcc vendor 12 vendor |
| 234 | 2025-04-01T17:17:26.424Z | gcc system 10 system |
| 235 | 2025-04-01T17:17:26.424Z | gcc system 7 system |
| 236 | 2025-04-01T17:17:26.424Z | go system 1.20 system |
| 237 | 2025-04-01T17:17:26.424Z | go system 1.19 system |
| 238 | 2025-04-01T17:17:26.424Z | llvm system 15 system |
| 239 | 2025-04-01T17:17:26.424Z | llvm system 14 system |
| 240 | 2025-04-01T17:17:26.424Z | mariadb system 10.6 system |
| 241 | 2025-04-01T17:17:26.424Z | mta vendor vendor dma |
| 242 | 2025-04-01T17:17:26.424Z | openjdk system 17 system |
| 243 | 2025-04-01T17:17:26.424Z | openjdk system 11 system |
| 244 | 2025-04-01T17:17:26.424Z | openjdk system 1.8 system |
| 245 | 2025-04-01T17:17:26.424Z | openssl vendor 3 vendor |
| 246 | 2025-04-01T17:17:26.424Z | perl system 5.36 system |
| 247 | 2025-04-01T17:17:26.424Z | postgresql system 15 system |
| 248 | 2025-04-01T17:17:26.425Z | postgresql system 13 system |
| 249 | 2025-04-01T17:17:26.425Z | python vendor 3 vendor |
| 250 | 2025-04-01T17:17:26.425Z | python system 2 system |
| 251 | 2025-04-01T17:17:26.425Z | python3 system 3.11 system |
| 252 | 2025-04-01T17:17:26.425Z | ruby system 3.0 system |
| 253 | 2025-04-01T17:17:26.425Z | words vendor vendor american-english |
| 254 | 2025-04-01T17:17:26.425Z | words system system australian-english |
| 255 | 2025-04-01T17:17:26.425Z | words system system british-english |
| 256 | 2025-04-01T17:17:26.425Z | words system system canadian-english |
| 257 | 2025-04-01T17:17:26.425Z | words system system french |
| 258 | 2025-04-01T17:17:26.425Z | words system system italian |
| 259 | 2025-04-01T17:17:26.425Z | words system system ngerman |
| 260 | 2025-04-01T17:17:26.425Z | words system system ogerman |
| 261 | 2025-04-01T17:17:26.425Z | words system system spanish |
| 262 | 2025-04-01T17:17:26.763Z | PUBLISHER TYPE STATUS P LOCATION |
| 263 | 2025-04-01T17:17:26.763Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 264 | 2025-04-01T17:17:30.193Z | FMRI IFO |
| 265 | 2025-04-01T17:17:30.193Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 266 | 2025-04-01T17:17:30.194Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 267 | 2025-04-01T17:17:30.194Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 268 | 2025-04-01T17:17:30.194Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 269 | 2025-04-01T17:17:30.194Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 270 | 2025-04-01T17:17:30.194Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 271 | 2025-04-01T17:17:30.194Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 272 | 2025-04-01T17:17:30.194Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 273 | 2025-04-01T17:17:30.194Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 274 | 2025-04-01T17:17:30.194Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 275 | 2025-04-01T17:17:30.194Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 276 | 2025-04-01T17:17:30.194Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 277 | 2025-04-01T17:17:30.194Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 278 | 2025-04-01T17:17:30.194Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 279 | 2025-04-01T17:17:30.194Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 280 | 2025-04-01T17:17:31.092Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 281 | 2025-04-01T17:17:31.403Z | Updating crates.io index |
| 282 | 2025-04-01T17:17:31.476Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 283 | 2025-04-01T17:17:32.253Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 284 | 2025-04-01T17:17:32.523Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 285 | 2025-04-01T17:17:32.788Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 286 | 2025-04-01T17:17:33.090Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 287 | 2025-04-01T17:17:34.345Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 288 | 2025-04-01T17:17:36.374Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 289 | 2025-04-01T17:17:37.048Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 290 | 2025-04-01T17:17:37.890Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 291 | 2025-04-01T17:17:38.297Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 292 | 2025-04-01T17:17:38.620Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 293 | 2025-04-01T17:17:39.302Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 294 | 2025-04-01T17:17:39.836Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 295 | 2025-04-01T17:17:40.216Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 296 | 2025-04-01T17:17:40.526Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 297 | 2025-04-01T17:17:40.801Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 298 | 2025-04-01T17:17:41.087Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 299 | 2025-04-01T17:17:41.368Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 300 | 2025-04-01T17:17:41.730Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 301 | 2025-04-01T17:17:42.125Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 302 | 2025-04-01T17:17:42.426Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 303 | 2025-04-01T17:17:42.768Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 304 | 2025-04-01T17:17:43.169Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 305 | 2025-04-01T17:17:43.529Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 306 | 2025-04-01T17:17:44.095Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 307 | 2025-04-01T17:17:44.357Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 308 | 2025-04-01T17:17:44.790Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 309 | 2025-04-01T17:17:45.143Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 310 | 2025-04-01T17:17:45.576Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 311 | 2025-04-01T17:17:45.944Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 312 | 2025-04-01T17:17:46.446Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 313 | 2025-04-01T17:17:48.007Z | Downloading crates ... |
| 314 | 2025-04-01T17:17:48.077Z | Downloaded autocfg v1.4.0 |
| 315 | 2025-04-01T17:17:48.081Z | Downloaded anstyle-parse v0.2.5 |
| 316 | 2025-04-01T17:17:48.084Z | Downloaded anstream v0.6.15 |
| 317 | 2025-04-01T17:17:48.087Z | Downloaded anstyle v1.0.10 |
| 318 | 2025-04-01T17:17:48.095Z | Downloaded dtrace-parser v0.2.0 |
| 319 | 2025-04-01T17:17:48.098Z | Downloaded equivalent v1.0.1 |
| 320 | 2025-04-01T17:17:48.108Z | Downloaded pretty-hex v0.4.1 |
| 321 | 2025-04-01T17:17:48.114Z | Downloaded scroll_derive v0.12.0 |
| 322 | 2025-04-01T17:17:48.117Z | Downloaded winnow v0.7.3 |
| 323 | 2025-04-01T17:17:48.123Z | Downloaded usdt-macro v0.5.0 |
| 324 | 2025-04-01T17:17:48.126Z | Downloaded proc-macro-error-attr v1.0.4 |
| 325 | 2025-04-01T17:17:48.129Z | Downloaded bitflags v1.3.2 |
| 326 | 2025-04-01T17:17:48.129Z | Downloaded anstyle-query v1.1.1 |
| 327 | 2025-04-01T17:17:48.134Z | Downloaded usdt-attr-macro v0.5.0 |
| 328 | 2025-04-01T17:17:48.138Z | Downloaded swrite v0.1.0 |
| 329 | 2025-04-01T17:17:48.141Z | Downloaded errno v0.3.9 |
| 330 | 2025-04-01T17:17:48.141Z | Downloaded bytecount v0.6.8 |
| 331 | 2025-04-01T17:17:48.144Z | Downloaded heck v0.4.1 |
| 332 | 2025-04-01T17:17:48.144Z | Downloaded generic-array v0.14.7 |
| 333 | 2025-04-01T17:17:48.145Z | Downloaded heck v0.5.0 |
| 334 | 2025-04-01T17:17:48.149Z | Downloaded fnv v1.0.7 |
| 335 | 2025-04-01T17:17:48.149Z | Downloaded byteorder v1.5.0 |
| 336 | 2025-04-01T17:17:48.149Z | Downloaded block-buffer v0.10.4 |
| 337 | 2025-04-01T17:17:48.149Z | Downloaded fs-err v2.11.0 |
| 338 | 2025-04-01T17:17:48.152Z | Downloaded dof v0.3.0 |
| 339 | 2025-04-01T17:17:48.153Z | Downloaded clap_lex v0.7.4 |
| 340 | 2025-04-01T17:17:48.156Z | Downloaded cargo-platform v0.1.8 |
| 341 | 2025-04-01T17:17:48.156Z | Downloaded cpufeatures v0.2.14 |
| 342 | 2025-04-01T17:17:48.156Z | Downloaded cfg-if v1.0.0 |
| 343 | 2025-04-01T17:17:48.159Z | Downloaded fastrand v2.1.1 |
| 344 | 2025-04-01T17:17:48.159Z | Downloaded terminal_size v0.2.6 |
| 345 | 2025-04-01T17:17:48.164Z | Downloaded crypto-common v0.1.6 |
| 346 | 2025-04-01T17:17:48.164Z | Downloaded colorchoice v1.0.2 |
| 347 | 2025-04-01T17:17:48.167Z | Downloaded thiserror v1.0.69 |
| 348 | 2025-04-01T17:17:48.171Z | Downloaded strsim v0.11.1 |
| 349 | 2025-04-01T17:17:48.175Z | Downloaded toml_datetime v0.6.8 |
| 350 | 2025-04-01T17:17:48.178Z | Downloaded plain v0.2.3 |
| 351 | 2025-04-01T17:17:48.181Z | Downloaded thiserror-impl v1.0.69 |
| 352 | 2025-04-01T17:17:48.181Z | Downloaded thiserror-impl v2.0.12 |
| 353 | 2025-04-01T17:17:48.181Z | Downloaded pest_generator v2.7.14 |
| 354 | 2025-04-01T17:17:48.184Z | Downloaded smawk v0.3.2 |
| 355 | 2025-04-01T17:17:48.188Z | Downloaded serde_spanned v0.6.8 |
| 356 | 2025-04-01T17:17:48.193Z | Downloaded utf8parse v0.2.2 |
| 357 | 2025-04-01T17:17:48.196Z | Downloaded unicode-linebreak v0.1.5 |
| 358 | 2025-04-01T17:17:48.199Z | Downloaded usdt-impl v0.5.0 |
| 359 | 2025-04-01T17:17:48.199Z | Downloaded version_check v0.9.5 |
| 360 | 2025-04-01T17:17:48.203Z | Downloaded terminal_size v0.4.0 |
| 361 | 2025-04-01T17:17:48.203Z | Downloaded itoa v1.0.11 |
| 362 | 2025-04-01T17:17:48.203Z | Downloaded thread-id v4.2.2 |
| 363 | 2025-04-01T17:17:48.206Z | Downloaded is_terminal_polyfill v1.70.1 |
| 364 | 2025-04-01T17:17:48.210Z | Downloaded digest v0.10.7 |
| 365 | 2025-04-01T17:17:48.210Z | Downloaded cargo_metadata v0.19.2 |
| 366 | 2025-04-01T17:17:48.214Z | Downloaded camino v1.1.9 |
| 367 | 2025-04-01T17:17:48.214Z | Downloaded clap_derive v4.5.32 |
| 368 | 2025-04-01T17:17:48.217Z | Downloaded tabled_derive v0.7.0 |
| 369 | 2025-04-01T17:17:48.217Z | Downloaded semver v1.0.25 |
| 370 | 2025-04-01T17:17:48.220Z | Downloaded scroll v0.12.0 |
| 371 | 2025-04-01T17:17:48.220Z | Downloaded proc-macro-error v1.0.4 |
| 372 | 2025-04-01T17:17:48.224Z | Downloaded serde_tokenstream v0.2.2 |
| 373 | 2025-04-01T17:17:48.224Z | Downloaded pest_derive v2.7.14 |
| 374 | 2025-04-01T17:17:48.229Z | Downloaded sha2 v0.10.8 |
| 375 | 2025-04-01T17:17:48.229Z | Downloaded cargo_toml v0.21.0 |
| 376 | 2025-04-01T17:17:48.232Z | Downloaded memmap v0.7.0 |
| 377 | 2025-04-01T17:17:48.232Z | Downloaded quote v1.0.39 |
| 378 | 2025-04-01T17:17:48.235Z | Downloaded camino-tempfile v1.1.1 |
| 379 | 2025-04-01T17:17:48.235Z | Downloaded usdt v0.5.0 |
| 380 | 2025-04-01T17:17:48.235Z | Downloaded io-lifetimes v1.0.11 |
| 381 | 2025-04-01T17:17:48.241Z | Downloaded thiserror v2.0.12 |
| 382 | 2025-04-01T17:17:48.247Z | Downloaded zerocopy-derive v0.7.35 |
| 383 | 2025-04-01T17:17:48.251Z | Downloaded once_cell v1.20.3 |
| 384 | 2025-04-01T17:17:48.254Z | Downloaded macaddr v1.0.1 |
| 385 | 2025-04-01T17:17:48.257Z | Downloaded toml v0.8.20 |
| 386 | 2025-04-01T17:17:48.260Z | Downloaded tempfile v3.13.0 |
| 387 | 2025-04-01T17:17:48.263Z | Downloaded typenum v1.17.0 |
| 388 | 2025-04-01T17:17:48.266Z | Downloaded textwrap v0.16.1 |
| 389 | 2025-04-01T17:17:48.266Z | Downloaded ucd-trie v0.1.7 |
| 390 | 2025-04-01T17:17:48.270Z | Downloaded pest_meta v2.7.14 |
| 391 | 2025-04-01T17:17:48.270Z | Downloaded unicode-ident v1.0.14 |
| 392 | 2025-04-01T17:17:48.273Z | Downloaded bitflags v2.6.0 |
| 393 | 2025-04-01T17:17:48.277Z | Downloaded ryu v1.0.18 |
| 394 | 2025-04-01T17:17:48.280Z | Downloaded proc-macro2 v1.0.94 |
| 395 | 2025-04-01T17:17:48.284Z | Downloaded serde_derive v1.0.219 |
| 396 | 2025-04-01T17:17:48.287Z | Downloaded log v0.4.22 |
| 397 | 2025-04-01T17:17:48.290Z | Downloaded papergrid v0.11.0 |
| 398 | 2025-04-01T17:17:48.294Z | Downloaded anyhow v1.0.97 |
| 399 | 2025-04-01T17:17:48.297Z | Downloaded indexmap v2.7.1 |
| 400 | 2025-04-01T17:17:48.315Z | Downloaded clap v4.5.32 |
| 401 | 2025-04-01T17:17:48.323Z | Downloaded memchr v2.7.4 |
| 402 | 2025-04-01T17:17:48.336Z | Downloaded toml_edit v0.22.24 |
| 403 | 2025-04-01T17:17:48.357Z | Downloaded serde v1.0.219 |
| 404 | 2025-04-01T17:17:48.369Z | Downloaded hashbrown v0.15.1 |
| 405 | 2025-04-01T17:17:48.374Z | Downloaded pest v2.7.14 |
| 406 | 2025-04-01T17:17:48.380Z | Downloaded serde_json v1.0.140 |
| 407 | 2025-04-01T17:17:48.387Z | Downloaded clap_builder v4.5.32 |
| 408 | 2025-04-01T17:17:48.396Z | Downloaded zerocopy v0.7.35 |
| 409 | 2025-04-01T17:17:48.411Z | Downloaded goblin v0.8.2 |
| 410 | 2025-04-01T17:17:48.420Z | Downloaded tabled v0.15.0 |
| 411 | 2025-04-01T17:17:48.438Z | Downloaded syn v1.0.109 |
| 412 | 2025-04-01T17:17:48.456Z | Downloaded unicode-width v0.1.14 |
| 413 | 2025-04-01T17:17:48.461Z | Downloaded syn v2.0.98 |
| 414 | 2025-04-01T17:17:48.472Z | Downloaded rustix v0.38.37 |
| 415 | 2025-04-01T17:17:48.493Z | Downloaded rustix v0.37.28 |
| 416 | 2025-04-01T17:17:48.529Z | Downloaded libc v0.2.170 |
| 417 | 2025-04-01T17:17:48.672Z | Compiling proc-macro2 v1.0.94 |
| 418 | 2025-04-01T17:17:48.673Z | Compiling unicode-ident v1.0.14 |
| 419 | 2025-04-01T17:17:48.676Z | Compiling libc v0.2.170 |
| 420 | 2025-04-01T17:17:48.676Z | Compiling version_check v0.9.5 |
| 421 | 2025-04-01T17:17:48.676Z | Compiling serde v1.0.219 |
| 422 | 2025-04-01T17:17:48.676Z | Compiling memchr v2.7.4 |
| 423 | 2025-04-01T17:17:48.708Z | Compiling thiserror v1.0.69 |
| 424 | 2025-04-01T17:17:48.711Z | Compiling ryu v1.0.18 |
| 425 | 2025-04-01T17:17:48.940Z | Compiling itoa v1.0.11 |
| 426 | 2025-04-01T17:17:49.146Z | Compiling ucd-trie v0.1.7 |
| 427 | 2025-04-01T17:17:49.184Z | Compiling once_cell v1.20.3 |
| 428 | 2025-04-01T17:17:49.501Z | Compiling byteorder v1.5.0 |
| 429 | 2025-04-01T17:17:49.648Z | Compiling rustix v0.38.37 |
| 430 | 2025-04-01T17:17:49.681Z | Compiling serde_json v1.0.140 |
| 431 | 2025-04-01T17:17:50.021Z | Compiling bitflags v2.6.0 |
| 432 | 2025-04-01T17:17:50.076Z | Compiling proc-macro-error-attr v1.0.4 |
| 433 | 2025-04-01T17:17:50.151Z | Compiling usdt-impl v0.5.0 |
| 434 | 2025-04-01T17:17:50.346Z | Compiling io-lifetimes v1.0.11 |
| 435 | 2025-04-01T17:17:50.395Z | Compiling syn v1.0.109 |
| 436 | 2025-04-01T17:17:50.446Z | Compiling quote v1.0.39 |
| 437 | 2025-04-01T17:17:50.494Z | Compiling errno v0.3.9 |
| 438 | 2025-04-01T17:17:50.709Z | Compiling proc-macro-error v1.0.4 |
| 439 | 2025-04-01T17:17:50.748Z | Compiling log v0.4.22 |
| 440 | 2025-04-01T17:17:50.964Z | Compiling syn v2.0.98 |
| 441 | 2025-04-01T17:17:51.048Z | Compiling thread-id v4.2.2 |
| 442 | 2025-04-01T17:17:51.112Z | Compiling camino v1.1.9 |
| 443 | 2025-04-01T17:17:51.136Z | Compiling hashbrown v0.15.1 |
| 444 | 2025-04-01T17:17:51.140Z | Compiling plain v0.2.3 |
| 445 | 2025-04-01T17:17:51.181Z | Compiling utf8parse v0.2.2 |
| 446 | 2025-04-01T17:17:51.185Z | Compiling rustix v0.37.28 |
| 447 | 2025-04-01T17:17:51.332Z | Compiling equivalent v1.0.1 |
| 448 | 2025-04-01T17:17:51.362Z | Compiling anstyle-parse v0.2.5 |
| 449 | 2025-04-01T17:17:51.933Z | Compiling thiserror v2.0.12 |
| 450 | 2025-04-01T17:17:52.104Z | Compiling is_terminal_polyfill v1.70.1 |
| 451 | 2025-04-01T17:17:52.170Z | Compiling indexmap v2.7.1 |
| 452 | 2025-04-01T17:17:52.252Z | Compiling colorchoice v1.0.2 |
| 453 | 2025-04-01T17:17:52.277Z | Compiling semver v1.0.25 |
| 454 | 2025-04-01T17:17:52.281Z | Compiling pretty-hex v0.4.1 |
| 455 | 2025-04-01T17:17:52.411Z | Compiling bitflags v1.3.2 |
| 456 | 2025-04-01T17:17:52.498Z | Compiling autocfg v1.4.0 |
| 457 | 2025-04-01T17:17:52.532Z | Compiling unicode-width v0.1.14 |
| 458 | 2025-04-01T17:17:52.556Z | Compiling anstyle v1.0.10 |
| 459 | 2025-04-01T17:17:52.745Z | Compiling winnow v0.7.3 |
| 460 | 2025-04-01T17:17:52.985Z | Compiling anstyle-query v1.1.1 |
| 461 | 2025-04-01T17:17:53.123Z | Compiling anstream v0.6.15 |
| 462 | 2025-04-01T17:17:53.146Z | Compiling terminal_size v0.4.0 |
| 463 | 2025-04-01T17:17:53.430Z | Compiling fs-err v2.11.0 |
| 464 | 2025-04-01T17:17:53.611Z | Compiling cfg-if v1.0.0 |
| 465 | 2025-04-01T17:17:53.700Z | Compiling anyhow v1.0.97 |
| 466 | 2025-04-01T17:17:53.724Z | Compiling fastrand v2.1.1 |
| 467 | 2025-04-01T17:17:53.745Z | Compiling strsim v0.11.1 |
| 468 | 2025-04-01T17:17:54.120Z | Compiling clap_lex v0.7.4 |
| 469 | 2025-04-01T17:17:54.203Z | Compiling heck v0.5.0 |
| 470 | 2025-04-01T17:17:54.289Z | Compiling fnv v1.0.7 |
| 471 | 2025-04-01T17:17:54.482Z | Compiling heck v0.4.1 |
| 472 | 2025-04-01T17:17:54.564Z | Compiling bytecount v0.6.8 |
| 473 | 2025-04-01T17:17:54.600Z | Compiling terminal_size v0.2.6 |
| 474 | 2025-04-01T17:17:54.677Z | Compiling clap_builder v4.5.32 |
| 475 | 2025-04-01T17:17:54.794Z | Compiling papergrid v0.11.0 |
| 476 | 2025-04-01T17:17:54.877Z | Compiling tempfile v3.13.0 |
| 477 | 2025-04-01T17:17:55.192Z | Compiling memmap v0.7.0 |
| 478 | 2025-04-01T17:17:55.224Z | Compiling smawk v0.3.2 |
| 479 | 2025-04-01T17:17:55.453Z | Compiling unicode-linebreak v0.1.5 |
| 480 | 2025-04-01T17:17:55.966Z | Compiling textwrap v0.16.1 |
| 481 | 2025-04-01T17:17:56.070Z | Compiling swrite v0.1.0 |
| 482 | 2025-04-01T17:17:56.550Z | Compiling tabled_derive v0.7.0 |
| 483 | 2025-04-01T17:17:58.039Z | Compiling serde_derive v1.0.219 |
| 484 | 2025-04-01T17:17:58.039Z | Compiling thiserror-impl v1.0.69 |
| 485 | 2025-04-01T17:17:58.043Z | Compiling zerocopy-derive v0.7.35 |
| 486 | 2025-04-01T17:17:58.043Z | Compiling scroll_derive v0.12.0 |
| 487 | 2025-04-01T17:17:58.043Z | Compiling thiserror-impl v2.0.12 |
| 488 | 2025-04-01T17:17:58.043Z | Compiling clap_derive v4.5.32 |
| 489 | 2025-04-01T17:17:58.079Z | Compiling tabled v0.15.0 |
| 490 | 2025-04-01T17:17:59.478Z | Compiling scroll v0.12.0 |
| 491 | 2025-04-01T17:18:00.049Z | Compiling goblin v0.8.2 |
| 492 | 2025-04-01T17:18:00.071Z | Compiling zerocopy v0.7.35 |
| 493 | 2025-04-01T17:18:01.211Z | Compiling pest v2.7.14 |
| 494 | 2025-04-01T17:18:02.386Z | Compiling clap v4.5.32 |
| 495 | 2025-04-01T17:18:03.488Z | Compiling pest_meta v2.7.14 |
| 496 | 2025-04-01T17:18:04.376Z | Compiling pest_generator v2.7.14 |
| 497 | 2025-04-01T17:18:05.847Z | Compiling pest_derive v2.7.14 |
| 498 | 2025-04-01T17:18:06.461Z | Compiling dtrace-parser v0.2.0 |
| 499 | 2025-04-01T17:18:07.249Z | Compiling serde_tokenstream v0.2.2 |
| 500 | 2025-04-01T17:18:07.335Z | Compiling serde_spanned v0.6.8 |
| 501 | 2025-04-01T17:18:07.335Z | Compiling toml_datetime v0.6.8 |
| 502 | 2025-04-01T17:18:07.607Z | Compiling cargo-platform v0.1.8 |
| 503 | 2025-04-01T17:18:07.634Z | Compiling macaddr v1.0.1 |
| 504 | 2025-04-01T17:18:07.825Z | Compiling toml_edit v0.22.24 |
| 505 | 2025-04-01T17:18:07.881Z | Compiling camino-tempfile v1.1.1 |
| 506 | 2025-04-01T17:18:08.642Z | Compiling dof v0.3.0 |
| 507 | 2025-04-01T17:18:08.642Z | Compiling cargo_metadata v0.19.2 |
| 508 | 2025-04-01T17:18:10.030Z | Compiling usdt-attr-macro v0.5.0 |
| 509 | 2025-04-01T17:18:10.033Z | Compiling usdt-macro v0.5.0 |
| 510 | 2025-04-01T17:18:10.534Z | Compiling toml v0.8.20 |
| 511 | 2025-04-01T17:18:11.122Z | Compiling usdt v0.5.0 |
| 512 | 2025-04-01T17:18:11.348Z | Compiling cargo_toml v0.21.0 |
| 513 | 2025-04-01T17:18:13.919Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 514 | 2025-04-01T17:18:17.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.26s |
| 515 | 2025-04-01T17:18:17.343Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 516 | 2025-04-01T17:18:17.902Z | Downloading crates ... |
| 517 | 2025-04-01T17:18:18.018Z | Downloaded addr2line v0.24.2 |
| 518 | 2025-04-01T17:18:18.023Z | Downloaded blowfish v0.9.1 |
| 519 | 2025-04-01T17:18:18.027Z | Downloaded ascii-canvas v3.0.0 |
| 520 | 2025-04-01T17:18:18.033Z | Downloaded atomicwrites v0.4.4 |
| 521 | 2025-04-01T17:18:18.040Z | Downloaded ctr v0.9.2 |
| 522 | 2025-04-01T17:18:18.048Z | Downloaded atty v0.2.14 |
| 523 | 2025-04-01T17:18:18.053Z | Downloaded humantime v2.1.0 |
| 524 | 2025-04-01T17:18:18.056Z | Downloaded cstr-argument v0.1.2 |
| 525 | 2025-04-01T17:18:18.059Z | Downloaded crucible-workspace-hack v0.1.0 |
| 526 | 2025-04-01T17:18:18.059Z | Downloaded cfg_aliases v0.1.1 |
| 527 | 2025-04-01T17:18:18.062Z | Downloaded httparse v1.9.5 |
| 528 | 2025-04-01T17:18:18.066Z | Downloaded hubpack_derive v0.1.1 |
| 529 | 2025-04-01T17:18:18.066Z | Downloaded crunchy v0.2.2 |
| 530 | 2025-04-01T17:18:18.066Z | Downloaded ciborium-io v0.2.2 |
| 531 | 2025-04-01T17:18:18.069Z | Downloaded cfg_aliases v0.2.1 |
| 532 | 2025-04-01T17:18:18.069Z | Downloaded async-stream-impl v0.3.6 |
| 533 | 2025-04-01T17:18:18.069Z | Downloaded hyper-rustls v0.27.3 |
| 534 | 2025-04-01T17:18:18.072Z | Downloaded hubpack v0.1.2 |
| 535 | 2025-04-01T17:18:18.076Z | Downloaded hex v0.4.3 |
| 536 | 2025-04-01T17:18:18.079Z | Downloaded hyper-tls v0.6.0 |
| 537 | 2025-04-01T17:18:18.079Z | Downloaded bitfield-struct v0.6.2 |
| 538 | 2025-04-01T17:18:18.082Z | Downloaded atomic-waker v1.1.2 |
| 539 | 2025-04-01T17:18:18.082Z | Downloaded async-stream v0.3.6 |
| 540 | 2025-04-01T17:18:18.085Z | Downloaded cassowary v0.3.0 |
| 541 | 2025-04-01T17:18:18.088Z | Downloaded hyper v1.6.0 |
| 542 | 2025-04-01T17:18:18.093Z | Downloaded bit-vec v0.6.3 |
| 543 | 2025-04-01T17:18:18.096Z | Downloaded assert_matches v1.5.0 |
| 544 | 2025-04-01T17:18:18.096Z | Downloaded arrayref v0.3.9 |
| 545 | 2025-04-01T17:18:18.099Z | Downloaded httpdate v1.0.3 |
| 546 | 2025-04-01T17:18:18.099Z | Downloaded block-padding v0.3.3 |
| 547 | 2025-04-01T17:18:18.103Z | Downloaded bit-set v0.5.3 |
| 548 | 2025-04-01T17:18:18.103Z | Downloaded base16ct v0.2.0 |
| 549 | 2025-04-01T17:18:18.103Z | Downloaded adler2 v2.0.0 |
| 550 | 2025-04-01T17:18:18.107Z | Downloaded hyper-staticfile v0.10.1 |
| 551 | 2025-04-01T17:18:18.110Z | Downloaded convert_case v0.4.0 |
| 552 | 2025-04-01T17:18:18.110Z | Downloaded aead v0.5.2 |
| 553 | 2025-04-01T17:18:18.110Z | Downloaded const_format_proc_macros v0.2.34 |
| 554 | 2025-04-01T17:18:18.113Z | Downloaded cbc v0.1.2 |
| 555 | 2025-04-01T17:18:18.116Z | Downloaded chrono-tz-build v0.4.0 |
| 556 | 2025-04-01T17:18:18.116Z | Downloaded cexpr v0.6.0 |
| 557 | 2025-04-01T17:18:18.120Z | Downloaded internet-checksum v0.2.1 |
| 558 | 2025-04-01T17:18:18.120Z | Downloaded iana-time-zone v0.1.61 |
| 559 | 2025-04-01T17:18:18.123Z | Downloaded crc v3.2.1 |
| 560 | 2025-04-01T17:18:18.126Z | Downloaded hyper-util v0.1.10 |
| 561 | 2025-04-01T17:18:18.130Z | Downloaded indoc v1.0.9 |
| 562 | 2025-04-01T17:18:18.134Z | Downloaded russh-cryptovec v0.7.3 |
| 563 | 2025-04-01T17:18:18.137Z | Downloaded base64ct v1.6.0 |
| 564 | 2025-04-01T17:18:18.140Z | Downloaded ciborium-ll v0.2.2 |
| 565 | 2025-04-01T17:18:18.140Z | Downloaded bb8 v0.8.5 |
| 566 | 2025-04-01T17:18:18.143Z | Downloaded ipnetwork v0.21.1 |
| 567 | 2025-04-01T17:18:18.147Z | Downloaded console v0.15.10 |
| 568 | 2025-04-01T17:18:18.147Z | Downloaded bzip2 v0.4.4 |
| 569 | 2025-04-01T17:18:18.149Z | Downloaded ipnet v2.11.0 |
| 570 | 2025-04-01T17:18:18.153Z | Downloaded cookie_store v0.21.1 |
| 571 | 2025-04-01T17:18:18.156Z | Downloaded ciborium v0.2.2 |
| 572 | 2025-04-01T17:18:18.159Z | Downloaded instant v0.1.13 |
| 573 | 2025-04-01T17:18:18.159Z | Downloaded bit-vec v0.8.0 |
| 574 | 2025-04-01T17:18:18.163Z | Downloaded bcs v0.1.6 |
| 575 | 2025-04-01T17:18:18.166Z | Downloaded jobserver v0.1.32 |
| 576 | 2025-04-01T17:18:18.170Z | Downloaded csv-core v0.1.11 |
| 577 | 2025-04-01T17:18:18.170Z | Downloaded chacha20 v0.9.1 |
| 578 | 2025-04-01T17:18:18.174Z | Downloaded rtoolbox v0.0.2 |
| 579 | 2025-04-01T17:18:18.177Z | Downloaded colored v2.2.0 |
| 580 | 2025-04-01T17:18:18.180Z | Downloaded keccak v0.1.5 |
| 581 | 2025-04-01T17:18:18.180Z | Downloaded sync-ptr v0.1.1 |
| 582 | 2025-04-01T17:18:18.183Z | Downloaded sqlparser_derive v0.2.2 |
| 583 | 2025-04-01T17:18:18.183Z | Downloaded is-terminal v0.4.13 |
| 584 | 2025-04-01T17:18:18.183Z | Downloaded indicatif v0.17.11 |
| 585 | 2025-04-01T17:18:18.189Z | Downloaded write16 v1.0.0 |
| 586 | 2025-04-01T17:18:18.192Z | Downloaded rand_xorshift v0.3.0 |
| 587 | 2025-04-01T17:18:18.192Z | Downloaded radium v0.7.0 |
| 588 | 2025-04-01T17:18:18.196Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 589 | 2025-04-01T17:18:18.196Z | Downloaded same-file v1.0.6 |
| 590 | 2025-04-01T17:18:18.199Z | Downloaded arrayvec v0.7.6 |
| 591 | 2025-04-01T17:18:18.199Z | Downloaded md5 v0.7.0 |
| 592 | 2025-04-01T17:18:18.203Z | Downloaded lazy_static v1.5.0 |
| 593 | 2025-04-01T17:18:18.206Z | Downloaded libsw-core v0.3.1 |
| 594 | 2025-04-01T17:18:18.206Z | Downloaded lalrpop-util v0.19.12 |
| 595 | 2025-04-01T17:18:18.206Z | Downloaded kstat-rs v0.2.4 |
| 596 | 2025-04-01T17:18:18.209Z | Downloaded maplit v1.0.2 |
| 597 | 2025-04-01T17:18:18.212Z | Downloaded crc-any v2.5.0 |
| 598 | 2025-04-01T17:18:18.212Z | Downloaded const-oid v0.9.6 |
| 599 | 2025-04-01T17:18:18.216Z | Downloaded linked-hash-map v0.5.6 |
| 600 | 2025-04-01T17:18:18.219Z | Downloaded sigpipe v0.1.3 |
| 601 | 2025-04-01T17:18:18.219Z | Downloaded serde-big-array v0.5.1 |
| 602 | 2025-04-01T17:18:18.222Z | Downloaded crossbeam-utils v0.8.20 |
| 603 | 2025-04-01T17:18:18.225Z | Downloaded zerofrom v0.1.4 |
| 604 | 2025-04-01T17:18:18.228Z | Downloaded slog-stdlog v4.1.1 |
| 605 | 2025-04-01T17:18:18.228Z | Downloaded slog-scope v4.4.0 |
| 606 | 2025-04-01T17:18:18.231Z | Downloaded md-5 v0.10.6 |
| 607 | 2025-04-01T17:18:18.231Z | Downloaded mime v0.3.17 |
| 608 | 2025-04-01T17:18:18.235Z | Downloaded memoffset v0.9.1 |
| 609 | 2025-04-01T17:18:18.235Z | Downloaded multimap v0.10.0 |
| 610 | 2025-04-01T17:18:18.240Z | Downloaded libefi-sys v0.1.0 |
| 611 | 2025-04-01T17:18:18.240Z | Downloaded mockall v0.13.1 |
| 612 | 2025-04-01T17:18:18.240Z | Downloaded oso-derive v0.27.3 |
| 613 | 2025-04-01T17:18:18.244Z | Downloaded thread_local v1.1.8 |
| 614 | 2025-04-01T17:18:18.244Z | Downloaded thiserror-no-std v2.0.2 |
| 615 | 2025-04-01T17:18:18.247Z | Downloaded newtype_derive v0.1.6 |
| 616 | 2025-04-01T17:18:18.251Z | Downloaded newline-converter v0.3.0 |
| 617 | 2025-04-01T17:18:18.251Z | Downloaded rand_chacha v0.9.0 |
| 618 | 2025-04-01T17:18:18.254Z | Downloaded semver v0.1.20 |
| 619 | 2025-04-01T17:18:18.254Z | Downloaded indoc v2.0.6 |
| 620 | 2025-04-01T17:18:18.257Z | Downloaded new_debug_unreachable v1.0.6 |
| 621 | 2025-04-01T17:18:18.260Z | Downloaded unarray v0.1.4 |
| 622 | 2025-04-01T17:18:18.260Z | Downloaded litemap v0.7.3 |
| 623 | 2025-04-01T17:18:18.263Z | Downloaded libloading v0.8.5 |
| 624 | 2025-04-01T17:18:18.269Z | Downloaded strip-ansi-escapes v0.2.0 |
| 625 | 2025-04-01T17:18:18.273Z | Downloaded stringprep v0.1.5 |
| 626 | 2025-04-01T17:18:18.273Z | Downloaded arc-swap v1.7.1 |
| 627 | 2025-04-01T17:18:18.276Z | Downloaded debug-ignore v1.0.5 |
| 628 | 2025-04-01T17:18:18.279Z | Downloaded peg-runtime v0.8.5 |
| 629 | 2025-04-01T17:18:18.279Z | Downloaded untrusted v0.7.1 |
| 630 | 2025-04-01T17:18:18.279Z | Downloaded mime_guess v2.0.5 |
| 631 | 2025-04-01T17:18:18.282Z | Downloaded multer v3.1.0 |
| 632 | 2025-04-01T17:18:18.285Z | Downloaded diesel-dtrace v0.4.2 |
| 633 | 2025-04-01T17:18:18.288Z | Downloaded memmap2 v0.9.5 |
| 634 | 2025-04-01T17:18:18.291Z | Downloaded newtype-uuid v1.2.1 |
| 635 | 2025-04-01T17:18:18.295Z | Downloaded float-ord v0.3.2 |
| 636 | 2025-04-01T17:18:18.295Z | Downloaded float-cmp v0.10.0 |
| 637 | 2025-04-01T17:18:18.295Z | Downloaded dunce v1.0.5 |
| 638 | 2025-04-01T17:18:18.298Z | Downloaded litrs v0.4.1 |
| 639 | 2025-04-01T17:18:18.301Z | Downloaded ssh-cipher v0.2.0 |
| 640 | 2025-04-01T17:18:18.301Z | Downloaded tokio-rustls v0.24.1 |
| 641 | 2025-04-01T17:18:18.304Z | Downloaded hash32 v0.3.1 |
| 642 | 2025-04-01T17:18:18.308Z | Downloaded num-iter v0.1.45 |
| 643 | 2025-04-01T17:18:18.308Z | Downloaded num-derive v0.4.2 |
| 644 | 2025-04-01T17:18:18.311Z | Downloaded tinyvec_macros v0.1.1 |
| 645 | 2025-04-01T17:18:18.312Z | Downloaded writeable v0.5.5 |
| 646 | 2025-04-01T17:18:18.315Z | Downloaded tokio-tungstenite v0.21.0 |
| 647 | 2025-04-01T17:18:18.318Z | Downloaded base64 v0.21.7 |
| 648 | 2025-04-01T17:18:18.322Z | Downloaded document-features v0.2.10 |
| 649 | 2025-04-01T17:18:18.325Z | Downloaded bytes v1.10.1 |
| 650 | 2025-04-01T17:18:18.330Z | Downloaded rand_seeder v0.3.0 |
| 651 | 2025-04-01T17:18:18.333Z | Downloaded rand_core v0.6.4 |
| 652 | 2025-04-01T17:18:18.336Z | Downloaded embedded-io v0.4.0 |
| 653 | 2025-04-01T17:18:18.336Z | Downloaded utf16_iter v1.0.5 |
| 654 | 2025-04-01T17:18:18.339Z | Downloaded pem v3.0.5 |
| 655 | 2025-04-01T17:18:18.339Z | Downloaded try-lock v0.2.5 |
| 656 | 2025-04-01T17:18:18.342Z | Downloaded rand_chacha v0.3.1 |
| 657 | 2025-04-01T17:18:18.342Z | Downloaded rand_core v0.9.2 |
| 658 | 2025-04-01T17:18:18.346Z | Downloaded env_logger v0.10.2 |
| 659 | 2025-04-01T17:18:18.348Z | Downloaded headers v0.4.0 |
| 660 | 2025-04-01T17:18:18.353Z | Downloaded fxhash v0.2.1 |
| 661 | 2025-04-01T17:18:18.356Z | Downloaded salsa20 v0.10.2 |
| 662 | 2025-04-01T17:18:18.356Z | Downloaded rusty-fork v0.3.0 |
| 663 | 2025-04-01T17:18:18.361Z | Downloaded tiny-keccak v2.0.2 |
| 664 | 2025-04-01T17:18:18.364Z | Downloaded russh-keys v0.45.0 |
| 665 | 2025-04-01T17:18:18.367Z | Downloaded utf-8 v0.7.6 |
| 666 | 2025-04-01T17:18:18.367Z | Downloaded tui-tree-widget v0.23.0 |
| 667 | 2025-04-01T17:18:18.370Z | Downloaded vergen v8.3.2 |
| 668 | 2025-04-01T17:18:18.373Z | Downloaded pbkdf2 v0.11.0 |
| 669 | 2025-04-01T17:18:18.377Z | Downloaded chacha20poly1305 v0.10.1 |
| 670 | 2025-04-01T17:18:18.380Z | Downloaded wyz v0.5.1 |
| 671 | 2025-04-01T17:18:18.380Z | Downloaded ssh-encoding v0.2.0 |
| 672 | 2025-04-01T17:18:18.383Z | Downloaded parking_lot_core v0.8.6 |
| 673 | 2025-04-01T17:18:18.383Z | Downloaded crypto-bigint v0.5.5 |
| 674 | 2025-04-01T17:18:18.391Z | Downloaded deranged v0.3.11 |
| 675 | 2025-04-01T17:18:18.394Z | Downloaded embedded-io v0.6.1 |
| 676 | 2025-04-01T17:18:18.397Z | Downloaded termtree v0.4.1 |
| 677 | 2025-04-01T17:18:18.397Z | Downloaded tokio-macros v2.5.0 |
| 678 | 2025-04-01T17:18:18.397Z | Downloaded defmt-parser v0.3.4 |
| 679 | 2025-04-01T17:18:18.400Z | Downloaded gethostname v0.5.0 |
| 680 | 2025-04-01T17:18:18.414Z | Downloaded ed25519 v2.2.3 |
| 681 | 2025-04-01T17:18:18.417Z | Downloaded tinystr v0.7.6 |
| 682 | 2025-04-01T17:18:18.420Z | Downloaded sqlformat v0.2.6 |
| 683 | 2025-04-01T17:18:18.420Z | Downloaded snafu-derive v0.8.5 |
| 684 | 2025-04-01T17:18:18.423Z | Downloaded parse-display v0.10.0 |
| 685 | 2025-04-01T17:18:18.426Z | Downloaded num v0.4.3 |
| 686 | 2025-04-01T17:18:18.426Z | Downloaded normalize-line-endings v0.3.0 |
| 687 | 2025-04-01T17:18:18.426Z | Downloaded nodrop v0.1.14 |
| 688 | 2025-04-01T17:18:18.429Z | Downloaded tracing-attributes v0.1.27 |
| 689 | 2025-04-01T17:18:18.433Z | Downloaded pbkdf2 v0.12.2 |
| 690 | 2025-04-01T17:18:18.433Z | Downloaded path-slash v0.1.5 |
| 691 | 2025-04-01T17:18:18.437Z | Downloaded paste v1.0.15 |
| 692 | 2025-04-01T17:18:18.440Z | Downloaded predicates-tree v1.0.11 |
| 693 | 2025-04-01T17:18:18.440Z | Downloaded predicates-core v1.0.8 |
| 694 | 2025-04-01T17:18:18.443Z | Downloaded predicates v3.1.3 |
| 695 | 2025-04-01T17:18:18.447Z | Downloaded strum_macros v0.24.3 |
| 696 | 2025-04-01T17:18:18.447Z | Downloaded schemars_derive v0.8.22 |
| 697 | 2025-04-01T17:18:18.450Z | Downloaded daft-derive v0.1.2 |
| 698 | 2025-04-01T17:18:18.454Z | Downloaded phf_shared v0.10.0 |
| 699 | 2025-04-01T17:18:18.457Z | Downloaded nibble_vec v0.1.0 |
| 700 | 2025-04-01T17:18:18.457Z | Downloaded tokio-native-tls v0.3.1 |
| 701 | 2025-04-01T17:18:18.459Z | Downloaded scopeguard v1.2.0 |
| 702 | 2025-04-01T17:18:18.462Z | Downloaded socket2 v0.5.8 |
| 703 | 2025-04-01T17:18:18.465Z | Downloaded smallvec v0.6.14 |
| 704 | 2025-04-01T17:18:18.465Z | Downloaded termios v0.3.3 |
| 705 | 2025-04-01T17:18:18.469Z | Downloaded ref-cast v1.0.23 |
| 706 | 2025-04-01T17:18:18.471Z | Downloaded r2d2 v0.8.10 |
| 707 | 2025-04-01T17:18:18.471Z | Downloaded hickory-resolver v0.24.4 |
| 708 | 2025-04-01T17:18:18.477Z | Downloaded progenitor-client v0.9.1 |
| 709 | 2025-04-01T17:18:18.481Z | Downloaded hickory-server v0.24.4 |
| 710 | 2025-04-01T17:18:18.485Z | Downloaded nu-ansi-term v0.50.1 |
| 711 | 2025-04-01T17:18:18.488Z | Downloaded progenitor-client v0.8.0 |
| 712 | 2025-04-01T17:18:18.492Z | Downloaded progenitor v0.9.1 |
| 713 | 2025-04-01T17:18:18.492Z | Downloaded xattr v1.3.1 |
| 714 | 2025-04-01T17:18:18.495Z | Downloaded password-hash v0.5.0 |
| 715 | 2025-04-01T17:18:18.498Z | Downloaded group v0.13.0 |
| 716 | 2025-04-01T17:18:18.498Z | Downloaded fixedbitset v0.4.2 |
| 717 | 2025-04-01T17:18:18.501Z | Downloaded filetime v0.2.25 |
| 718 | 2025-04-01T17:18:18.501Z | Downloaded ff v0.13.0 |
| 719 | 2025-04-01T17:18:18.505Z | Downloaded minimal-lexical v0.2.1 |
| 720 | 2025-04-01T17:18:18.509Z | Downloaded parse-size v1.1.0 |
| 721 | 2025-04-01T17:18:18.512Z | Downloaded endian-type v0.1.2 |
| 722 | 2025-04-01T17:18:18.512Z | Downloaded want v0.3.1 |
| 723 | 2025-04-01T17:18:18.515Z | Downloaded waitgroup v0.1.2 |
| 724 | 2025-04-01T17:18:18.515Z | Downloaded parse-display-derive v0.10.0 |
| 725 | 2025-04-01T17:18:18.515Z | Downloaded futures v0.3.31 |
| 726 | 2025-04-01T17:18:18.521Z | Downloaded phf_shared v0.11.2 |
| 727 | 2025-04-01T17:18:18.524Z | Downloaded aes v0.8.4 |
| 728 | 2025-04-01T17:18:18.527Z | Downloaded foreign-types v0.3.2 |
| 729 | 2025-04-01T17:18:18.531Z | Downloaded whoami v1.5.2 |
| 730 | 2025-04-01T17:18:18.531Z | Downloaded strum_macros v0.25.3 |
| 731 | 2025-04-01T17:18:18.534Z | Downloaded num-conv v0.1.0 |
| 732 | 2025-04-01T17:18:18.538Z | Downloaded tracing-core v0.1.32 |
| 733 | 2025-04-01T17:18:18.538Z | Downloaded openssl-macros v0.1.1 |
| 734 | 2025-04-01T17:18:18.541Z | Downloaded openssl-probe v0.1.5 |
| 735 | 2025-04-01T17:18:18.541Z | Downloaded darling v0.20.10 |
| 736 | 2025-04-01T17:18:18.545Z | Downloaded daft v0.1.2 |
| 737 | 2025-04-01T17:18:18.549Z | Downloaded sec1 v0.7.3 |
| 738 | 2025-04-01T17:18:18.552Z | Downloaded unsafe-libyaml v0.2.11 |
| 739 | 2025-04-01T17:18:18.555Z | Downloaded utf8_iter v1.0.4 |
| 740 | 2025-04-01T17:18:18.559Z | Downloaded static_assertions v1.1.0 |
| 741 | 2025-04-01T17:18:18.559Z | Downloaded mio v1.0.2 |
| 742 | 2025-04-01T17:18:18.565Z | Downloaded serde_repr v0.1.19 |
| 743 | 2025-04-01T17:18:18.568Z | Downloaded elliptic-curve v0.13.8 |
| 744 | 2025-04-01T17:18:18.572Z | Downloaded xz2 v0.1.7 |
| 745 | 2025-04-01T17:18:18.575Z | Downloaded num-complex v0.4.6 |
| 746 | 2025-04-01T17:18:18.578Z | Downloaded foreign-types-shared v0.1.1 |
| 747 | 2025-04-01T17:18:18.578Z | Downloaded foreign-types-macros v0.2.3 |
| 748 | 2025-04-01T17:18:18.582Z | Downloaded which v4.4.2 |
| 749 | 2025-04-01T17:18:18.582Z | Downloaded unicode-properties v0.1.3 |
| 750 | 2025-04-01T17:18:18.585Z | Downloaded foldhash v0.1.3 |
| 751 | 2025-04-01T17:18:18.588Z | Downloaded ena v0.14.3 |
| 752 | 2025-04-01T17:18:18.588Z | Downloaded value-bag v1.9.0 |
| 753 | 2025-04-01T17:18:18.591Z | Downloaded tokio-tungstenite v0.23.1 |
| 754 | 2025-04-01T17:18:18.594Z | Downloaded serde_urlencoded v0.7.1 |
| 755 | 2025-04-01T17:18:18.598Z | Downloaded getrandom v0.3.1 |
| 756 | 2025-04-01T17:18:18.601Z | Downloaded phf_generator v0.11.2 |
| 757 | 2025-04-01T17:18:18.604Z | Downloaded serde_with_macros v3.12.0 |
| 758 | 2025-04-01T17:18:18.604Z | Downloaded russh v0.45.0 |
| 759 | 2025-04-01T17:18:18.610Z | Downloaded crossterm v0.28.1 |
| 760 | 2025-04-01T17:18:18.618Z | Downloaded secrecy v0.8.0 |
| 761 | 2025-04-01T17:18:18.621Z | Downloaded scrypt v0.11.0 |
| 762 | 2025-04-01T17:18:18.624Z | Downloaded serde_plain v1.0.2 |
| 763 | 2025-04-01T17:18:18.624Z | Downloaded serde_path_to_error v0.1.16 |
| 764 | 2025-04-01T17:18:18.627Z | Downloaded slog-bunyan v2.5.0 |
| 765 | 2025-04-01T17:18:18.627Z | Downloaded der v0.7.9 |
| 766 | 2025-04-01T17:18:18.632Z | Downloaded yoke v0.7.4 |
| 767 | 2025-04-01T17:18:18.635Z | Downloaded tls_codec_derive v0.4.1 |
| 768 | 2025-04-01T17:18:18.639Z | Downloaded darling_macro v0.20.10 |
| 769 | 2025-04-01T17:18:18.639Z | Downloaded zone_cfg_derive v0.3.0 |
| 770 | 2025-04-01T17:18:18.642Z | Downloaded zeroize_derive v1.4.2 |
| 771 | 2025-04-01T17:18:18.642Z | Downloaded zeroize v1.8.1 |
| 772 | 2025-04-01T17:18:18.642Z | Downloaded ghash v0.5.1 |
| 773 | 2025-04-01T17:18:18.645Z | Downloaded fixedbitset v0.5.7 |
| 774 | 2025-04-01T17:18:18.648Z | Downloaded flate2 v1.1.0 |
| 775 | 2025-04-01T17:18:18.653Z | Downloaded take_mut v0.2.2 |
| 776 | 2025-04-01T17:18:18.656Z | Downloaded futures-executor v0.3.31 |
| 777 | 2025-04-01T17:18:18.656Z | Downloaded phf_codegen v0.11.2 |
| 778 | 2025-04-01T17:18:18.659Z | Downloaded polyval v0.6.2 |
| 779 | 2025-04-01T17:18:18.662Z | Downloaded proc-macro-crate v1.3.1 |
| 780 | 2025-04-01T17:18:18.662Z | Downloaded oxnet v0.1.1 |
| 781 | 2025-04-01T17:18:18.662Z | Downloaded quick-error v1.2.3 |
| 782 | 2025-04-01T17:18:18.665Z | Downloaded slog-term v2.9.1 |
| 783 | 2025-04-01T17:18:18.669Z | Downloaded rustfmt-wrapper v0.2.1 |
| 784 | 2025-04-01T17:18:18.669Z | Downloaded typify v0.2.0 |
| 785 | 2025-04-01T17:18:18.672Z | Downloaded rcgen v0.12.1 |
| 786 | 2025-04-01T17:18:18.675Z | Downloaded rustc_version v0.4.1 |
| 787 | 2025-04-01T17:18:18.678Z | Downloaded serde_derive_internals v0.29.1 |
| 788 | 2025-04-01T17:18:18.681Z | Downloaded ref-cast-impl v1.0.23 |
| 789 | 2025-04-01T17:18:18.681Z | Downloaded sct v0.7.1 |
| 790 | 2025-04-01T17:18:18.685Z | Downloaded pretty-hex v0.2.1 |
| 791 | 2025-04-01T17:18:18.688Z | Downloaded time-core v0.1.2 |
| 792 | 2025-04-01T17:18:18.688Z | Downloaded itertools v0.13.0 |
| 793 | 2025-04-01T17:18:18.695Z | Downloaded funty v2.0.0 |
| 794 | 2025-04-01T17:18:18.698Z | Downloaded termcolor v1.4.1 |
| 795 | 2025-04-01T17:18:18.698Z | Downloaded hashbrown v0.13.2 |
| 796 | 2025-04-01T17:18:18.703Z | Downloaded sync_wrapper v1.0.1 |
| 797 | 2025-04-01T17:18:18.707Z | Downloaded derive_builder_macro v0.20.2 |
| 798 | 2025-04-01T17:18:18.707Z | Downloaded schemars v0.8.22 |
| 799 | 2025-04-01T17:18:18.719Z | Downloaded olpc-cjson v0.1.4 |
| 800 | 2025-04-01T17:18:18.722Z | Downloaded blake3 v1.5.4 |
| 801 | 2025-04-01T17:18:18.729Z | Downloaded foreign-types-shared v0.3.1 |
| 802 | 2025-04-01T17:18:18.732Z | Downloaded itertools v0.14.0 |
| 803 | 2025-04-01T17:18:18.738Z | Downloaded termtree v0.5.1 |
| 804 | 2025-04-01T17:18:18.741Z | Downloaded poly1305 v0.8.0 |
| 805 | 2025-04-01T17:18:18.744Z | Downloaded tower-layer v0.3.3 |
| 806 | 2025-04-01T17:18:18.744Z | Downloaded dyn-clone v1.0.19 |
| 807 | 2025-04-01T17:18:18.748Z | Downloaded downcast v0.11.0 |
| 808 | 2025-04-01T17:18:18.751Z | Downloaded pretty_assertions v1.4.1 |
| 809 | 2025-04-01T17:18:18.751Z | Downloaded fs_extra v1.3.0 |
| 810 | 2025-04-01T17:18:18.754Z | Downloaded uzers v0.12.1 |
| 811 | 2025-04-01T17:18:18.757Z | Downloaded getrandom v0.2.15 |
| 812 | 2025-04-01T17:18:18.760Z | Downloaded hashbrown v0.12.3 |
| 813 | 2025-04-01T17:18:18.764Z | Downloaded universal-hash v0.5.1 |
| 814 | 2025-04-01T17:18:18.767Z | Downloaded tower-service v0.3.3 |
| 815 | 2025-04-01T17:18:18.767Z | Downloaded primeorder v0.13.6 |
| 816 | 2025-04-01T17:18:18.770Z | Downloaded x509-cert v0.2.5 |
| 817 | 2025-04-01T17:18:18.774Z | Downloaded siphasher v0.3.11 |
| 818 | 2025-04-01T17:18:18.777Z | Downloaded packed_struct v0.10.1 |
| 819 | 2025-04-01T17:18:18.777Z | Downloaded nanorand v0.7.0 |
| 820 | 2025-04-01T17:18:18.780Z | Downloaded toolchain_find v0.4.0 |
| 821 | 2025-04-01T17:18:18.783Z | Downloaded aws-lc-rs v1.12.4 |
| 822 | 2025-04-01T17:18:18.791Z | Downloaded number_prefix v0.4.0 |
| 823 | 2025-04-01T17:18:18.795Z | Downloaded vte_generate_state_changes v0.1.2 |
| 824 | 2025-04-01T17:18:18.795Z | Downloaded percent-encoding v2.3.1 |
| 825 | 2025-04-01T17:18:18.798Z | Downloaded foreign-types v0.5.0 |
| 826 | 2025-04-01T17:18:18.798Z | Downloaded display-error-chain v0.2.2 |
| 827 | 2025-04-01T17:18:18.798Z | Downloaded num_threads v0.1.7 |
| 828 | 2025-04-01T17:18:18.801Z | Downloaded unicase v2.7.0 |
| 829 | 2025-04-01T17:18:18.801Z | Downloaded zone_cfg_derive v0.1.2 |
| 830 | 2025-04-01T17:18:18.804Z | Downloaded rustls-pemfile v1.0.4 |
| 831 | 2025-04-01T17:18:18.804Z | Downloaded tokio-postgres v0.7.13 |
| 832 | 2025-04-01T17:18:18.810Z | Downloaded displaydoc v0.2.5 |
| 833 | 2025-04-01T17:18:18.813Z | Downloaded unicode-xid v0.2.6 |
| 834 | 2025-04-01T17:18:18.816Z | Downloaded zopfli v0.8.1 |
| 835 | 2025-04-01T17:18:18.819Z | Downloaded futures-channel v0.3.31 |
| 836 | 2025-04-01T17:18:18.822Z | Downloaded icu_properties_data v1.5.0 |
| 837 | 2025-04-01T17:18:18.831Z | Downloaded progenitor v0.8.0 |
| 838 | 2025-04-01T17:18:18.835Z | Downloaded aho-corasick v1.1.3 |
| 839 | 2025-04-01T17:18:18.839Z | Downloaded precomputed-hash v0.1.1 |
| 840 | 2025-04-01T17:18:18.842Z | Downloaded synstructure v0.13.1 |
| 841 | 2025-04-01T17:18:18.842Z | Downloaded headers-core v0.3.0 |
| 842 | 2025-04-01T17:18:18.842Z | Downloaded twox-hash v2.1.0 |
| 843 | 2025-04-01T17:18:18.845Z | Downloaded p256 v0.13.2 |
| 844 | 2025-04-01T17:18:18.849Z | Downloaded topological-sort v0.2.2 |
| 845 | 2025-04-01T17:18:18.852Z | Downloaded num_enum_derive v0.5.11 |
| 846 | 2025-04-01T17:18:18.852Z | Downloaded password-hash v0.4.2 |
| 847 | 2025-04-01T17:18:18.855Z | Downloaded pem-rfc7468 v0.7.0 |
| 848 | 2025-04-01T17:18:18.855Z | Downloaded structmeta v0.3.0 |
| 849 | 2025-04-01T17:18:18.859Z | Downloaded zerovec-derive v0.10.3 |
| 850 | 2025-04-01T17:18:18.859Z | Downloaded peg v0.8.5 |
| 851 | 2025-04-01T17:18:18.862Z | Downloaded test-strategy v0.4.0 |
| 852 | 2025-04-01T17:18:18.865Z | Downloaded futures-core v0.3.31 |
| 853 | 2025-04-01T17:18:18.869Z | Downloaded hkdf v0.12.4 |
| 854 | 2025-04-01T17:18:18.872Z | Downloaded fragile v2.0.0 |
| 855 | 2025-04-01T17:18:18.875Z | Downloaded simd-adler32 v0.3.7 |
| 856 | 2025-04-01T17:18:18.875Z | Downloaded postgres-protocol v0.6.8 |
| 857 | 2025-04-01T17:18:18.878Z | Downloaded dropshot_endpoint v0.12.0 |
| 858 | 2025-04-01T17:18:18.881Z | Downloaded num-traits v0.2.19 |
| 859 | 2025-04-01T17:18:18.884Z | Downloaded tar v0.4.44 |
| 860 | 2025-04-01T17:18:18.887Z | Downloaded rayon v1.10.0 |
| 861 | 2025-04-01T17:18:18.895Z | Downloaded packed_struct_codegen v0.10.1 |
| 862 | 2025-04-01T17:18:18.898Z | Downloaded num_enum v0.5.11 |
| 863 | 2025-04-01T17:18:18.902Z | Downloaded powerfmt v0.2.0 |
| 864 | 2025-04-01T17:18:18.911Z | Downloaded heck v0.3.3 |
| 865 | 2025-04-01T17:18:18.911Z | Downloaded slog-async v2.8.0 |
| 866 | 2025-04-01T17:18:18.911Z | Downloaded num-bigint-dig v0.8.4 |
| 867 | 2025-04-01T17:18:18.915Z | Downloaded string_cache v0.8.7 |
| 868 | 2025-04-01T17:18:18.915Z | Downloaded glob v0.3.2 |
| 869 | 2025-04-01T17:18:18.918Z | Downloaded proptest v1.6.0 |
| 870 | 2025-04-01T17:18:18.925Z | Downloaded subprocess v0.2.9 |
| 871 | 2025-04-01T17:18:18.928Z | Downloaded des v0.8.1 |
| 872 | 2025-04-01T17:18:18.931Z | Downloaded postgres-types v0.2.9 |
| 873 | 2025-04-01T17:18:18.935Z | Downloaded bitvec v1.0.1 |
| 874 | 2025-04-01T17:18:18.950Z | Downloaded derive_builder_core v0.20.2 |
| 875 | 2025-04-01T17:18:18.954Z | Downloaded bindgen v0.69.5 |
| 876 | 2025-04-01T17:18:18.959Z | Downloaded progenitor-impl v0.8.0 |
| 877 | 2025-04-01T17:18:18.962Z | Downloaded lalrpop v0.19.12 |
| 878 | 2025-04-01T17:18:18.974Z | Downloaded half v2.4.1 |
| 879 | 2025-04-01T17:18:18.977Z | Downloaded winnow v0.5.40 |
| 880 | 2025-04-01T17:18:18.986Z | Downloaded uuid v1.15.1 |
| 881 | 2025-04-01T17:18:18.989Z | Downloaded zerovec v0.10.4 |
| 882 | 2025-04-01T17:18:18.995Z | Downloaded derive-where v1.2.7 |
| 883 | 2025-04-01T17:18:18.998Z | Downloaded slog v2.7.0 |
| 884 | 2025-04-01T17:18:19.002Z | Downloaded heapless v0.7.17 |
| 885 | 2025-04-01T17:18:19.006Z | Downloaded salty v0.3.0 |
| 886 | 2025-04-01T17:18:19.014Z | Downloaded serde_with v3.12.0 |
| 887 | 2025-04-01T17:18:19.024Z | Downloaded diesel_derives v2.2.3 |
| 888 | 2025-04-01T17:18:19.027Z | Downloaded quinn-proto v0.11.8 |
| 889 | 2025-04-01T17:18:19.034Z | Downloaded rustls-webpki v0.101.7 |
| 890 | 2025-04-01T17:18:19.050Z | Downloaded heapless v0.8.0 |
| 891 | 2025-04-01T17:18:19.053Z | Downloaded zerocopy v0.8.10 |
| 892 | 2025-04-01T17:18:19.078Z | Downloaded tower v0.5.2 |
| 893 | 2025-04-01T17:18:19.087Z | Downloaded p521 v0.13.3 |
| 894 | 2025-04-01T17:18:19.091Z | Downloaded futures-util v0.3.31 |
| 895 | 2025-04-01T17:18:19.105Z | Downloaded typed-path v0.9.3 |
| 896 | 2025-04-01T17:18:19.110Z | Downloaded time v0.3.36 |
| 897 | 2025-04-01T17:18:19.118Z | Downloaded steno v0.4.1 |
| 898 | 2025-04-01T17:18:19.122Z | Downloaded unicode-segmentation v1.12.0 |
| 899 | 2025-04-01T17:18:19.125Z | Downloaded chrono v0.4.40 |
| 900 | 2025-04-01T17:18:19.133Z | Downloaded derive_more v0.99.19 |
| 901 | 2025-04-01T17:18:19.139Z | Downloaded rustls-webpki v0.102.8 |
| 902 | 2025-04-01T17:18:19.159Z | Downloaded radix_trie v0.2.1 |
| 903 | 2025-04-01T17:18:19.164Z | Downloaded unicode-bidi v0.3.17 |
| 904 | 2025-04-01T17:18:19.167Z | Downloaded petname v2.0.2 |
| 905 | 2025-04-01T17:18:19.173Z | Downloaded prettyplease v0.2.30 |
| 906 | 2025-04-01T17:18:19.177Z | Downloaded h2 v0.4.6 |
| 907 | 2025-04-01T17:18:19.184Z | Downloaded vcpkg v0.2.15 |
| 908 | 2025-04-01T17:18:19.223Z | Downloaded tough v0.20.0 |
| 909 | 2025-04-01T17:18:19.232Z | Downloaded rustls v0.22.4 |
| 910 | 2025-04-01T17:18:19.246Z | Downloaded tokio-util v0.7.13 |
| 911 | 2025-04-01T17:18:19.253Z | Downloaded nix v0.28.0 |
| 912 | 2025-04-01T17:18:19.265Z | Downloaded similar v2.7.0 |
| 913 | 2025-04-01T17:18:19.270Z | Downloaded hickory-proto v0.24.4 |
| 914 | 2025-04-01T17:18:19.288Z | Downloaded reqwest v0.12.12 |
| 915 | 2025-04-01T17:18:19.297Z | Downloaded rustls v0.21.12 |
| 916 | 2025-04-01T17:18:19.309Z | Downloaded object v0.30.4 |
| 917 | 2025-04-01T17:18:19.320Z | Downloaded polar-core v0.27.3 |
| 918 | 2025-04-01T17:18:19.329Z | Downloaded webpki-roots v0.26.6 |
| 919 | 2025-04-01T17:18:19.335Z | Downloaded nix v0.29.0 |
| 920 | 2025-04-01T17:18:19.345Z | Downloaded object v0.36.5 |
| 921 | 2025-04-01T17:18:19.357Z | Downloaded tabled v0.18.0 |
| 922 | 2025-04-01T17:18:19.375Z | Downloaded git2 v0.19.0 |
| 923 | 2025-04-01T17:18:19.383Z | Downloaded regress v0.10.3 |
| 924 | 2025-04-01T17:18:19.392Z | Downloaded regex v1.11.1 |
| 925 | 2025-04-01T17:18:19.407Z | Downloaded smoltcp v0.11.0 |
| 926 | 2025-04-01T17:18:19.420Z | Downloaded regex-syntax v0.8.5 |
| 927 | 2025-04-01T17:18:19.428Z | Downloaded unicode-width v0.2.0 |
| 928 | 2025-04-01T17:18:19.435Z | Downloaded dropshot v0.16.0 |
| 929 | 2025-04-01T17:18:19.459Z | Downloaded curve25519-dalek v4.1.3 |
| 930 | 2025-04-01T17:18:19.467Z | Downloaded rustls v0.23.19 |
| 931 | 2025-04-01T17:18:19.479Z | Downloaded openapiv3 v2.0.0 |
| 932 | 2025-04-01T17:18:19.493Z | Downloaded openssl v0.10.71 |
| 933 | 2025-04-01T17:18:19.502Z | Downloaded diesel v2.2.8 |
| 934 | 2025-04-01T17:18:19.522Z | Downloaded typify-impl v0.3.0 |
| 935 | 2025-04-01T17:18:19.538Z | Downloaded typify-impl v0.2.0 |
| 936 | 2025-04-01T17:18:19.553Z | Downloaded ratatui v0.29.0 |
| 937 | 2025-04-01T17:18:19.574Z | Downloaded regex-automata v0.4.8 |
| 938 | 2025-04-01T17:18:19.592Z | Downloaded zerocopy-derive v0.6.6 |
| 939 | 2025-04-01T17:18:19.602Z | Downloaded lzma-sys v0.1.20 |
| 940 | 2025-04-01T17:18:19.631Z | Downloaded sled v0.34.7 |
| 941 | 2025-04-01T17:18:19.641Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 942 | 2025-04-01T17:18:19.654Z | Downloaded bstr v1.10.0 |
| 943 | 2025-04-01T17:18:19.666Z | Downloaded regex-syntax v0.6.29 |
| 944 | 2025-04-01T17:18:19.672Z | Downloaded gimli v0.31.1 |
| 945 | 2025-04-01T17:18:19.680Z | Downloaded petgraph v0.6.5 |
| 946 | 2025-04-01T17:18:19.698Z | Downloaded petgraph v0.7.1 |
| 947 | 2025-04-01T17:18:19.716Z | Downloaded libz-sys v1.1.20 |
| 948 | 2025-04-01T17:18:19.736Z | Downloaded dropshot v0.12.0 |
| 949 | 2025-04-01T17:18:19.756Z | Downloaded tokio v1.43.0 |
| 950 | 2025-04-01T17:18:19.793Z | Downloaded smoltcp v0.9.1 |
| 951 | 2025-04-01T17:18:19.803Z | Downloaded nix v0.27.1 |
| 952 | 2025-04-01T17:18:19.814Z | Downloaded chrono-tz v0.10.1 |
| 953 | 2025-04-01T17:18:19.821Z | Downloaded p384 v0.13.0 |
| 954 | 2025-04-01T17:18:19.828Z | Downloaded reedline v0.38.0 |
| 955 | 2025-04-01T17:18:19.835Z | Downloaded portable-atomic v1.9.0 |
| 956 | 2025-04-01T17:18:19.842Z | Downloaded csv v1.3.1 |
| 957 | 2025-04-01T17:18:19.862Z | Downloaded winnow v0.6.20 |
| 958 | 2025-04-01T17:18:19.871Z | Downloaded sha3 v0.10.8 |
| 959 | 2025-04-01T17:18:19.875Z | Downloaded bindgen v0.71.1 |
| 960 | 2025-04-01T17:18:19.882Z | Downloaded globset v0.4.15 |
| 961 | 2025-04-01T17:18:19.887Z | Downloaded parking_lot_core v0.9.10 |
| 962 | 2025-04-01T17:18:19.890Z | Downloaded darling_core v0.20.10 |
| 963 | 2025-04-01T17:18:19.893Z | Downloaded unicode-normalization v0.1.24 |
| 964 | 2025-04-01T17:18:19.896Z | Downloaded signal-hook-registry v1.4.2 |
| 965 | 2025-04-01T17:18:19.896Z | Downloaded defmt v0.3.8 |
| 966 | 2025-04-01T17:18:19.901Z | Downloaded ron v0.8.1 |
| 967 | 2025-04-01T17:18:19.904Z | Downloaded peg-macros v0.8.5 |
| 968 | 2025-04-01T17:18:19.907Z | Downloaded typify v0.3.0 |
| 969 | 2025-04-01T17:18:19.910Z | Downloaded toml_edit v0.19.15 |
| 970 | 2025-04-01T17:18:19.926Z | Downloaded publicsuffix v2.3.0 |
| 971 | 2025-04-01T17:18:19.929Z | Downloaded unicode-truncate v1.1.0 |
| 972 | 2025-04-01T17:18:19.932Z | Downloaded rustls-pemfile v2.2.0 |
| 973 | 2025-04-01T17:18:19.932Z | Downloaded ron v0.7.1 |
| 974 | 2025-04-01T17:18:19.936Z | Downloaded quick-xml v0.37.2 |
| 975 | 2025-04-01T17:18:19.942Z | Downloaded term v0.7.0 |
| 976 | 2025-04-01T17:18:19.945Z | Downloaded unicode_categories v0.1.1 |
| 977 | 2025-04-01T17:18:19.949Z | Downloaded parse-zoneinfo v0.3.1 |
| 978 | 2025-04-01T17:18:19.954Z | Downloaded signal-hook-mio v0.2.4 |
| 979 | 2025-04-01T17:18:19.954Z | Downloaded ppv-lite86 v0.2.20 |
| 980 | 2025-04-01T17:18:19.954Z | Downloaded omicron-zone-package v0.12.0 |
| 981 | 2025-04-01T17:18:19.957Z | Downloaded quinn v0.11.5 |
| 982 | 2025-04-01T17:18:19.961Z | Downloaded qorb v0.2.1 |
| 983 | 2025-04-01T17:18:19.964Z | Downloaded openssl-sys v0.9.106 |
| 984 | 2025-04-01T17:18:19.967Z | Downloaded ring v0.17.11 |
| 985 | 2025-04-01T17:18:20.009Z | Downloaded nom v7.1.3 |
| 986 | 2025-04-01T17:18:20.014Z | Downloaded yansi v1.0.1 |
| 987 | 2025-04-01T17:18:20.017Z | Downloaded sqlparser v0.45.0 |
| 988 | 2025-04-01T17:18:20.021Z | Downloaded expectorate v1.1.0 |
| 989 | 2025-04-01T17:18:20.025Z | Downloaded rfc6979 v0.4.0 |
| 990 | 2025-04-01T17:18:20.025Z | Downloaded resolv-conf v0.7.0 |
| 991 | 2025-04-01T17:18:20.028Z | Downloaded form_urlencoded v1.2.1 |
| 992 | 2025-04-01T17:18:20.028Z | Downloaded rustc-demangle v0.1.24 |
| 993 | 2025-04-01T17:18:20.031Z | Downloaded serde_yaml v0.9.34+deprecated |
| 994 | 2025-04-01T17:18:20.034Z | Downloaded snafu v0.8.5 |
| 995 | 2025-04-01T17:18:20.037Z | Downloaded strum v0.26.3 |
| 996 | 2025-04-01T17:18:20.041Z | Downloaded slab v0.4.9 |
| 997 | 2025-04-01T17:18:20.041Z | Downloaded num-bigint v0.4.6 |
| 998 | 2025-04-01T17:18:20.044Z | Downloaded encoding_rs v0.8.34 |
| 999 | 2025-04-01T17:18:20.065Z | Downloaded rustyline v14.0.0 |
| 1000 | 2025-04-01T17:18:20.071Z | Downloaded fatfs v0.3.6 |
| 1001 | 2025-04-01T17:18:20.075Z | Downloaded zone v0.1.8 |
| 1002 | 2025-04-01T17:18:20.075Z | Downloaded tls_codec v0.4.1 |
| 1003 | 2025-04-01T17:18:20.078Z | Downloaded structmeta-derive v0.3.0 |
| 1004 | 2025-04-01T17:18:20.078Z | Downloaded rpassword v7.3.1 |
| 1005 | 2025-04-01T17:18:20.078Z | Downloaded libm v0.2.8 |
| 1006 | 2025-04-01T17:18:20.085Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1007 | 2025-04-01T17:18:20.141Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1008 | 2025-04-01T17:18:20.145Z | Downloaded signal-hook v0.3.17 |
| 1009 | 2025-04-01T17:18:20.145Z | Downloaded postcard v1.0.10 |
| 1010 | 2025-04-01T17:18:20.148Z | Downloaded owo-colors v4.2.0 |
| 1011 | 2025-04-01T17:18:20.152Z | Downloaded toml v0.7.8 |
| 1012 | 2025-04-01T17:18:20.155Z | Downloaded ssh-key v0.6.6 |
| 1013 | 2025-04-01T17:18:20.159Z | Downloaded itertools v0.12.1 |
| 1014 | 2025-04-01T17:18:20.165Z | Downloaded tabwriter v1.4.0 |
| 1015 | 2025-04-01T17:18:20.169Z | Downloaded tabled_derive v0.10.0 |
| 1016 | 2025-04-01T17:18:20.169Z | Downloaded rustc_version v0.1.7 |
| 1017 | 2025-04-01T17:18:20.169Z | Downloaded rustc-hash v1.1.0 |
| 1018 | 2025-04-01T17:18:20.172Z | Downloaded ed25519-dalek v2.1.1 |
| 1019 | 2025-04-01T17:18:20.175Z | Downloaded tap v1.0.1 |
| 1020 | 2025-04-01T17:18:20.175Z | Downloaded tungstenite v0.21.0 |
| 1021 | 2025-04-01T17:18:20.178Z | Downloaded zip v2.1.3 |
| 1022 | 2025-04-01T17:18:20.181Z | Downloaded opaque-debug v0.3.1 |
| 1023 | 2025-04-01T17:18:20.184Z | Downloaded phf v0.11.2 |
| 1024 | 2025-04-01T17:18:20.184Z | Downloaded url v2.5.3 |
| 1025 | 2025-04-01T17:18:20.189Z | Downloaded zerofrom-derive v0.1.4 |
| 1026 | 2025-04-01T17:18:20.189Z | Downloaded wait-timeout v0.2.0 |
| 1027 | 2025-04-01T17:18:20.193Z | Downloaded psl-types v2.0.11 |
| 1028 | 2025-04-01T17:18:20.193Z | Downloaded env_logger v0.11.5 |
| 1029 | 2025-04-01T17:18:20.193Z | Downloaded yasna v0.5.2 |
| 1030 | 2025-04-01T17:18:20.196Z | Downloaded walkdir v2.5.0 |
| 1031 | 2025-04-01T17:18:20.196Z | Downloaded samael v0.0.18 |
| 1032 | 2025-04-01T17:18:20.200Z | Downloaded rand v0.9.0 |
| 1033 | 2025-04-01T17:18:20.203Z | Downloaded libxml v0.3.3 |
| 1034 | 2025-04-01T17:18:20.209Z | Downloaded aes-gcm v0.10.3 |
| 1035 | 2025-04-01T17:18:20.212Z | Downloaded diff v0.1.13 |
| 1036 | 2025-04-01T17:18:20.216Z | Downloaded tracing v0.1.40 |
| 1037 | 2025-04-01T17:18:20.220Z | Downloaded flagset v0.4.6 |
| 1038 | 2025-04-01T17:18:20.223Z | Downloaded fallible-iterator v0.2.0 |
| 1039 | 2025-04-01T17:18:20.223Z | Downloaded itertools v0.10.5 |
| 1040 | 2025-04-01T17:18:20.228Z | Downloaded pkg-config v0.3.31 |
| 1041 | 2025-04-01T17:18:20.232Z | Downloaded native-tls v0.2.12 |
| 1042 | 2025-04-01T17:18:20.235Z | Downloaded rustls-pki-types v1.10.0 |
| 1043 | 2025-04-01T17:18:20.235Z | Downloaded progenitor-impl v0.9.1 |
| 1044 | 2025-04-01T17:18:20.238Z | Downloaded rand v0.8.5 |
| 1045 | 2025-04-01T17:18:20.241Z | Downloaded stable_deref_trait v1.2.0 |
| 1046 | 2025-04-01T17:18:20.241Z | Downloaded zip v0.6.6 |
| 1047 | 2025-04-01T17:18:20.245Z | Downloaded rustc-hash v2.1.1 |
| 1048 | 2025-04-01T17:18:20.248Z | Downloaded fd-lock v4.0.2 |
| 1049 | 2025-04-01T17:18:20.248Z | Downloaded cc v1.2.15 |
| 1050 | 2025-04-01T17:18:20.252Z | Downloaded spin v0.9.8 |
| 1051 | 2025-04-01T17:18:20.255Z | Downloaded http v1.2.0 |
| 1052 | 2025-04-01T17:18:20.258Z | Downloaded strum_macros v0.26.4 |
| 1053 | 2025-04-01T17:18:20.261Z | Downloaded smf v0.2.3 |
| 1054 | 2025-04-01T17:18:20.261Z | Downloaded smallvec v1.14.0 |
| 1055 | 2025-04-01T17:18:20.265Z | Downloaded rayon-core v1.12.1 |
| 1056 | 2025-04-01T17:18:20.268Z | Downloaded pin-project v1.1.6 |
| 1057 | 2025-04-01T17:18:20.276Z | Downloaded flume v0.11.1 |
| 1058 | 2025-04-01T17:18:20.279Z | Downloaded num-rational v0.4.2 |
| 1059 | 2025-04-01T17:18:20.282Z | Downloaded dirs-sys-next v0.1.2 |
| 1060 | 2025-04-01T17:18:20.282Z | Downloaded zerocopy-derive v0.8.10 |
| 1061 | 2025-04-01T17:18:20.287Z | Downloaded defmt-macros v0.3.9 |
| 1062 | 2025-04-01T17:18:20.291Z | Downloaded idna v1.0.3 |
| 1063 | 2025-04-01T17:18:20.294Z | Downloaded dirs-next v2.0.0 |
| 1064 | 2025-04-01T17:18:20.297Z | Downloaded difflib v0.4.0 |
| 1065 | 2025-04-01T17:18:20.297Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1066 | 2025-04-01T17:18:20.297Z | Downloaded zone v0.3.0 |
| 1067 | 2025-04-01T17:18:20.300Z | Downloaded tungstenite v0.23.0 |
| 1068 | 2025-04-01T17:18:20.303Z | Downloaded quinn-udp v0.5.5 |
| 1069 | 2025-04-01T17:18:20.303Z | Downloaded ecdsa v0.16.9 |
| 1070 | 2025-04-01T17:18:20.306Z | Downloaded der_derive v0.7.3 |
| 1071 | 2025-04-01T17:18:20.306Z | Downloaded pkcs5 v0.7.1 |
| 1072 | 2025-04-01T17:18:20.310Z | Downloaded parking_lot v0.12.3 |
| 1073 | 2025-04-01T17:18:20.313Z | Downloaded parking_lot v0.11.2 |
| 1074 | 2025-04-01T17:18:20.316Z | Downloaded rsa v0.9.6 |
| 1075 | 2025-04-01T17:18:20.319Z | Downloaded tinyvec v1.8.0 |
| 1076 | 2025-04-01T17:18:20.322Z | Downloaded time-macros v0.2.18 |
| 1077 | 2025-04-01T17:18:20.323Z | Downloaded slog-dtrace v0.3.0 |
| 1078 | 2025-04-01T17:18:20.327Z | Downloaded papergrid v0.14.0 |
| 1079 | 2025-04-01T17:18:20.330Z | Downloaded oso v0.27.3 |
| 1080 | 2025-04-01T17:18:20.333Z | Downloaded pkcs1 v0.7.5 |
| 1081 | 2025-04-01T17:18:20.333Z | Downloaded pin-project-lite v0.2.14 |
| 1082 | 2025-04-01T17:18:20.337Z | Downloaded pin-project-internal v1.1.6 |
| 1083 | 2025-04-01T17:18:20.340Z | Downloaded dropshot_endpoint v0.16.0 |
| 1084 | 2025-04-01T17:18:20.343Z | Downloaded either v1.14.0 |
| 1085 | 2025-04-01T17:18:20.343Z | Downloaded pkcs8 v0.10.2 |
| 1086 | 2025-04-01T17:18:20.346Z | Downloaded derive_builder v0.20.2 |
| 1087 | 2025-04-01T17:18:20.350Z | Downloaded zerocopy v0.6.6 |
| 1088 | 2025-04-01T17:18:20.353Z | Downloaded vte v0.11.1 |
| 1089 | 2025-04-01T17:18:20.356Z | Downloaded vsss-rs v3.3.4 |
| 1090 | 2025-04-01T17:18:20.356Z | Downloaded miniz_oxide v0.8.5 |
| 1091 | 2025-04-01T17:18:20.359Z | Downloaded crossbeam-channel v0.5.13 |
| 1092 | 2025-04-01T17:18:20.362Z | Downloaded slog-envlogger v2.2.0 |
| 1093 | 2025-04-01T17:18:20.365Z | Downloaded num-integer v0.1.46 |
| 1094 | 2025-04-01T17:18:20.365Z | Downloaded tokio-rustls v0.26.0 |
| 1095 | 2025-04-01T17:18:20.368Z | Downloaded rustversion v1.0.17 |
| 1096 | 2025-04-01T17:18:20.371Z | Downloaded spki v0.7.3 |
| 1097 | 2025-04-01T17:18:20.371Z | Downloaded shlex v1.3.0 |
| 1098 | 2025-04-01T17:18:20.374Z | Downloaded sha1 v0.10.6 |
| 1099 | 2025-04-01T17:18:20.375Z | Downloaded progenitor-macro v0.9.1 |
| 1100 | 2025-04-01T17:18:20.375Z | Downloaded progenitor-macro v0.8.0 |
| 1101 | 2025-04-01T17:18:20.378Z | Downloaded pin-utils v0.1.0 |
| 1102 | 2025-04-01T17:18:20.378Z | Downloaded const_format v0.2.34 |
| 1103 | 2025-04-01T17:18:20.381Z | Downloaded compact_str v0.8.0 |
| 1104 | 2025-04-01T17:18:20.384Z | Downloaded mockall_derive v0.13.1 |
| 1105 | 2025-04-01T17:18:20.387Z | Downloaded base64 v0.13.1 |
| 1106 | 2025-04-01T17:18:20.390Z | Downloaded bumpalo v3.16.0 |
| 1107 | 2025-04-01T17:18:20.393Z | Downloaded base64 v0.22.1 |
| 1108 | 2025-04-01T17:18:20.396Z | Downloaded allocator-api2 v0.2.18 |
| 1109 | 2025-04-01T17:18:20.400Z | Downloaded tokio-stream v0.1.17 |
| 1110 | 2025-04-01T17:18:20.403Z | Downloaded tokio-rustls v0.25.0 |
| 1111 | 2025-04-01T17:18:20.403Z | Downloaded hash32 v0.2.1 |
| 1112 | 2025-04-01T17:18:20.406Z | Downloaded hickory-client v0.24.4 |
| 1113 | 2025-04-01T17:18:20.409Z | Downloaded icu_provider v1.5.0 |
| 1114 | 2025-04-01T17:18:20.409Z | Downloaded hmac v0.12.1 |
| 1115 | 2025-04-01T17:18:20.413Z | Downloaded dsl_auto_type v0.1.2 |
| 1116 | 2025-04-01T17:18:20.413Z | Downloaded data-encoding v2.6.0 |
| 1117 | 2025-04-01T17:18:20.416Z | Downloaded subtle v2.6.1 |
| 1118 | 2025-04-01T17:18:20.416Z | Downloaded highway v1.3.0 |
| 1119 | 2025-04-01T17:18:20.416Z | Downloaded futures-task v0.3.31 |
| 1120 | 2025-04-01T17:18:20.419Z | Downloaded futures-sink v0.3.31 |
| 1121 | 2025-04-01T17:18:20.419Z | Downloaded futures-macro v0.3.31 |
| 1122 | 2025-04-01T17:18:20.420Z | Downloaded futures-io v0.3.31 |
| 1123 | 2025-04-01T17:18:20.420Z | Downloaded env_filter v0.1.2 |
| 1124 | 2025-04-01T17:18:20.423Z | Downloaded enum-as-inner v0.6.1 |
| 1125 | 2025-04-01T17:18:20.423Z | Downloaded lru v0.12.5 |
| 1126 | 2025-04-01T17:18:20.423Z | Downloaded lock_api v0.4.12 |
| 1127 | 2025-04-01T17:18:20.426Z | Downloaded home v0.5.9 |
| 1128 | 2025-04-01T17:18:20.427Z | Downloaded signature v2.2.0 |
| 1129 | 2025-04-01T17:18:20.427Z | Downloaded signal-hook-tokio v0.3.1 |
| 1130 | 2025-04-01T17:18:20.430Z | Downloaded shell-words v1.1.0 |
| 1131 | 2025-04-01T17:18:20.430Z | Downloaded serde-hex v0.1.0 |
| 1132 | 2025-04-01T17:18:20.430Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1133 | 2025-04-01T17:18:20.433Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1134 | 2025-04-01T17:18:20.433Z | Downloaded typify-macro v0.3.0 |
| 1135 | 2025-04-01T17:18:20.433Z | Downloaded typify-macro v0.2.0 |
| 1136 | 2025-04-01T17:18:20.436Z | Downloaded lazycell v1.3.0 |
| 1137 | 2025-04-01T17:18:20.436Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1138 | 2025-04-01T17:18:20.436Z | Downloaded supports-color v3.0.2 |
| 1139 | 2025-04-01T17:18:20.439Z | Downloaded hostname v0.3.1 |
| 1140 | 2025-04-01T17:18:20.439Z | Downloaded maybe-uninit v2.0.0 |
| 1141 | 2025-04-01T17:18:20.440Z | Downloaded managed v0.8.0 |
| 1142 | 2025-04-01T17:18:20.443Z | Downloaded http-body v1.0.1 |
| 1143 | 2025-04-01T17:18:20.443Z | Downloaded crossbeam-epoch v0.9.18 |
| 1144 | 2025-04-01T17:18:20.446Z | Downloaded cookie v0.18.1 |
| 1145 | 2025-04-01T17:18:20.446Z | Downloaded backtrace v0.3.74 |
| 1146 | 2025-04-01T17:18:20.450Z | Downloaded yoke-derive v0.7.4 |
| 1147 | 2025-04-01T17:18:20.453Z | Downloaded untrusted v0.9.0 |
| 1148 | 2025-04-01T17:18:20.453Z | Downloaded slog-json v2.6.1 |
| 1149 | 2025-04-01T17:18:20.456Z | Downloaded proc-macro-error2 v2.0.1 |
| 1150 | 2025-04-01T17:18:20.460Z | Downloaded crc32fast v1.4.2 |
| 1151 | 2025-04-01T17:18:20.460Z | Downloaded clang-sys v1.8.1 |
| 1152 | 2025-04-01T17:18:20.464Z | Downloaded cancel-safe-futures v0.1.5 |
| 1153 | 2025-04-01T17:18:20.464Z | Downloaded async-trait v0.1.88 |
| 1154 | 2025-04-01T17:18:20.467Z | Downloaded ahash v0.8.11 |
| 1155 | 2025-04-01T17:18:20.470Z | Downloaded http-body-util v0.1.2 |
| 1156 | 2025-04-01T17:18:20.473Z | Downloaded bitfield v0.14.0 |
| 1157 | 2025-04-01T17:18:20.473Z | Downloaded lru-cache v0.1.2 |
| 1158 | 2025-04-01T17:18:20.473Z | Downloaded lockfree-object-pool v0.1.6 |
| 1159 | 2025-04-01T17:18:20.477Z | Downloaded linear-map v1.2.0 |
| 1160 | 2025-04-01T17:18:20.477Z | Downloaded libsw v3.4.0 |
| 1161 | 2025-04-01T17:18:20.480Z | Downloaded instability v0.3.2 |
| 1162 | 2025-04-01T17:18:20.480Z | Downloaded inout v0.1.3 |
| 1163 | 2025-04-01T17:18:20.480Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1164 | 2025-04-01T17:18:20.483Z | Downloaded idna_adapter v1.2.0 |
| 1165 | 2025-04-01T17:18:20.483Z | Downloaded match_cfg v0.1.0 |
| 1166 | 2025-04-01T17:18:20.483Z | Downloaded blake2 v0.10.6 |
| 1167 | 2025-04-01T17:18:20.486Z | Downloaded icu_properties v1.5.1 |
| 1168 | 2025-04-01T17:18:20.491Z | Downloaded bit-set v0.8.0 |
| 1169 | 2025-04-01T17:18:20.491Z | Downloaded backoff v0.4.0 |
| 1170 | 2025-04-01T17:18:20.495Z | Downloaded is_ci v1.2.0 |
| 1171 | 2025-04-01T17:18:20.495Z | Downloaded indent_write v2.2.0 |
| 1172 | 2025-04-01T17:18:20.495Z | Downloaded icu_provider_macros v1.5.0 |
| 1173 | 2025-04-01T17:18:20.495Z | Downloaded ident_case v1.0.1 |
| 1174 | 2025-04-01T17:18:20.495Z | Downloaded icu_normalizer_data v1.5.0 |
| 1175 | 2025-04-01T17:18:20.498Z | Downloaded icu_normalizer v1.5.0 |
| 1176 | 2025-04-01T17:18:20.502Z | Downloaded cargo_metadata v0.18.1 |
| 1177 | 2025-04-01T17:18:20.502Z | Downloaded argon2 v0.5.3 |
| 1178 | 2025-04-01T17:18:20.505Z | Downloaded icu_locid_transform v1.5.0 |
| 1179 | 2025-04-01T17:18:20.508Z | Downloaded icu_locid v1.5.0 |
| 1180 | 2025-04-01T17:18:20.512Z | Downloaded async-bb8-diesel v0.2.1 |
| 1181 | 2025-04-01T17:18:20.515Z | Downloaded indexmap v1.9.3 |
| 1182 | 2025-04-01T17:18:20.518Z | Downloaded icu_collections v1.5.0 |
| 1183 | 2025-04-01T17:18:20.522Z | Downloaded crc-catalog v2.4.0 |
| 1184 | 2025-04-01T17:18:20.525Z | Downloaded constant_time_eq v0.3.1 |
| 1185 | 2025-04-01T17:18:20.525Z | Downloaded cmake v0.1.51 |
| 1186 | 2025-04-01T17:18:20.528Z | Downloaded cipher v0.4.4 |
| 1187 | 2025-04-01T17:18:20.528Z | Downloaded crossbeam-deque v0.8.5 |
| 1188 | 2025-04-01T17:18:20.528Z | Downloaded cobs v0.2.3 |
| 1189 | 2025-04-01T17:18:20.531Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1190 | 2025-04-01T17:18:20.531Z | Downloaded buf-list v1.0.3 |
| 1191 | 2025-04-01T17:18:20.534Z | Downloaded castaway v0.2.3 |
| 1192 | 2025-04-01T17:18:20.535Z | Downloaded array-init v0.0.4 |
| 1193 | 2025-04-01T17:18:20.535Z | Downloaded hostname v0.4.0 |
| 1194 | 2025-04-01T17:18:20.538Z | Downloaded http-range v0.1.5 |
| 1195 | 2025-04-01T17:18:20.538Z | Downloaded hex-literal v0.4.1 |
| 1196 | 2025-04-01T17:18:20.538Z | Downloaded async-recursion v1.1.1 |
| 1197 | 2025-04-01T17:18:20.766Z | Downloaded aws-lc-sys v0.26.0 |
| 1198 | 2025-04-01T17:18:21.124Z | Compiling serde v1.0.219 |
| 1199 | 2025-04-01T17:18:21.127Z | Compiling value-bag v1.9.0 |
| 1200 | 2025-04-01T17:18:21.127Z | Compiling lock_api v0.4.12 |
| 1201 | 2025-04-01T17:18:21.127Z | Compiling scopeguard v1.2.0 |
| 1202 | 2025-04-01T17:18:21.128Z | Compiling typenum v1.17.0 |
| 1203 | 2025-04-01T17:18:21.128Z | Compiling generic-array v0.14.7 |
| 1204 | 2025-04-01T17:18:21.320Z | Compiling syn v2.0.98 |
| 1205 | 2025-04-01T17:18:21.334Z | Compiling getrandom v0.2.15 |
| 1206 | 2025-04-01T17:18:21.470Z | Compiling shlex v1.3.0 |
| 1207 | 2025-04-01T17:18:21.666Z | Compiling rand_core v0.6.4 |
| 1208 | 2025-04-01T17:18:21.758Z | Compiling log v0.4.22 |
| 1209 | 2025-04-01T17:18:21.819Z | Compiling jobserver v0.1.32 |
| 1210 | 2025-04-01T17:18:21.847Z | Compiling subtle v2.6.1 |
| 1211 | 2025-04-01T17:18:21.874Z | Compiling smallvec v1.14.0 |
| 1212 | 2025-04-01T17:18:22.217Z | Compiling const-oid v0.9.6 |
| 1213 | 2025-04-01T17:18:22.221Z | Compiling rustix v0.38.37 |
| 1214 | 2025-04-01T17:18:22.221Z | Compiling pin-project-lite v0.2.14 |
| 1215 | 2025-04-01T17:18:22.339Z | Compiling cc v1.2.15 |
| 1216 | 2025-04-01T17:18:22.391Z | Compiling parking_lot_core v0.9.10 |
| 1217 | 2025-04-01T17:18:22.583Z | Compiling signal-hook-registry v1.4.2 |
| 1218 | 2025-04-01T17:18:22.659Z | Compiling stable_deref_trait v1.2.0 |
| 1219 | 2025-04-01T17:18:22.774Z | Compiling mio v1.0.2 |
| 1220 | 2025-04-01T17:18:23.103Z | Compiling spin v0.9.8 |
| 1221 | 2025-04-01T17:18:23.306Z | Compiling parking_lot v0.12.3 |
| 1222 | 2025-04-01T17:18:23.415Z | Compiling futures-core v0.3.31 |
| 1223 | 2025-04-01T17:18:23.516Z | Compiling aho-corasick v1.1.3 |
| 1224 | 2025-04-01T17:18:23.689Z | Compiling cpufeatures v0.2.14 |
| 1225 | 2025-04-01T17:18:23.800Z | Compiling regex-syntax v0.8.5 |
| 1226 | 2025-04-01T17:18:23.819Z | Compiling serde_json v1.0.140 |
| 1227 | 2025-04-01T17:18:23.871Z | Compiling libm v0.2.8 |
| 1228 | 2025-04-01T17:18:24.125Z | Compiling either v1.14.0 |
| 1229 | 2025-04-01T17:18:24.180Z | Compiling socket2 v0.5.8 |
| 1230 | 2025-04-01T17:18:24.244Z | Compiling num-traits v0.2.19 |
| 1231 | 2025-04-01T17:18:24.287Z | Compiling futures-sink v0.3.31 |
| 1232 | 2025-04-01T17:18:24.468Z | Compiling glob v0.3.2 |
| 1233 | 2025-04-01T17:18:24.531Z | Compiling pkg-config v0.3.31 |
| 1234 | 2025-04-01T17:18:25.125Z | Compiling slab v0.4.9 |
| 1235 | 2025-04-01T17:18:25.285Z | Compiling clang-sys v1.8.1 |
| 1236 | 2025-04-01T17:18:25.458Z | Compiling prettyplease v0.2.30 |
| 1237 | 2025-04-01T17:18:25.806Z | Compiling getrandom v0.3.1 |
| 1238 | 2025-04-01T17:18:26.181Z | Compiling lazy_static v1.5.0 |
| 1239 | 2025-04-01T17:18:26.207Z | Compiling foldhash v0.1.3 |
| 1240 | 2025-04-01T17:18:26.323Z | Compiling allocator-api2 v0.2.18 |
| 1241 | 2025-04-01T17:18:26.410Z | Compiling minimal-lexical v0.2.1 |
| 1242 | 2025-04-01T17:18:26.822Z | Compiling nom v7.1.3 |
| 1243 | 2025-04-01T17:18:26.925Z | Compiling libloading v0.8.5 |
| 1244 | 2025-04-01T17:18:26.966Z | Compiling home v0.5.9 |
| 1245 | 2025-04-01T17:18:27.101Z | Compiling hashbrown v0.15.1 |
| 1246 | 2025-04-01T17:18:27.185Z | Compiling base64ct v1.6.0 |
| 1247 | 2025-04-01T17:18:27.299Z | Compiling bindgen v0.69.5 |
| 1248 | 2025-04-01T17:18:27.611Z | Compiling regex-automata v0.4.8 |
| 1249 | 2025-04-01T17:18:27.768Z | Compiling pem-rfc7468 v0.7.0 |
| 1250 | 2025-04-01T17:18:28.151Z | Compiling itertools v0.12.1 |
| 1251 | 2025-04-01T17:18:28.314Z | Compiling futures-channel v0.3.31 |
| 1252 | 2025-04-01T17:18:28.407Z | Compiling flagset v0.4.6 |
| 1253 | 2025-04-01T17:18:28.644Z | Compiling pin-utils v0.1.0 |
| 1254 | 2025-04-01T17:18:28.707Z | Compiling synstructure v0.13.1 |
| 1255 | 2025-04-01T17:18:29.847Z | Compiling writeable v0.5.5 |
| 1256 | 2025-04-01T17:18:30.078Z | Compiling cexpr v0.6.0 |
| 1257 | 2025-04-01T17:18:30.194Z | Compiling litemap v0.7.3 |
| 1258 | 2025-04-01T17:18:30.383Z | Compiling rustc-hash v1.1.0 |
| 1259 | 2025-04-01T17:18:30.555Z | Compiling futures-task v0.3.31 |
| 1260 | 2025-04-01T17:18:30.573Z | Compiling futures-io v0.3.31 |
| 1261 | 2025-04-01T17:18:30.848Z | Compiling lazycell v1.3.0 |
| 1262 | 2025-04-01T17:18:30.868Z | Compiling cmake v0.1.51 |
| 1263 | 2025-04-01T17:18:31.055Z | Compiling fs_extra v1.3.0 |
| 1264 | 2025-04-01T17:18:31.076Z | Compiling dunce v1.0.5 |
| 1265 | 2025-04-01T17:18:31.217Z | Compiling paste v1.0.15 |
| 1266 | 2025-04-01T17:18:31.622Z | Compiling icu_locid_transform_data v1.5.0 |
| 1267 | 2025-04-01T17:18:31.657Z | Compiling vcpkg v0.2.15 |
| 1268 | 2025-04-01T17:18:31.694Z | Compiling crossbeam-utils v0.8.20 |
| 1269 | 2025-04-01T17:18:31.697Z | Compiling icu_properties_data v1.5.0 |
| 1270 | 2025-04-01T17:18:31.734Z | Compiling ring v0.17.11 |
| 1271 | 2025-04-01T17:18:31.974Z | Compiling tracing-core v0.1.32 |
| 1272 | 2025-04-01T17:18:32.260Z | Compiling percent-encoding v2.3.1 |
| 1273 | 2025-04-01T17:18:32.588Z | Compiling regex v1.11.1 |
| 1274 | 2025-04-01T17:18:32.796Z | Compiling write16 v1.0.0 |
| 1275 | 2025-04-01T17:18:32.936Z | Compiling utf8_iter v1.0.4 |
| 1276 | 2025-04-01T17:18:32.939Z | Compiling icu_normalizer_data v1.5.0 |
| 1277 | 2025-04-01T17:18:33.075Z | Compiling iana-time-zone v0.1.61 |
| 1278 | 2025-04-01T17:18:33.189Z | Compiling zerocopy v0.8.10 |
| 1279 | 2025-04-01T17:18:33.209Z | Compiling utf16_iter v1.0.5 |
| 1280 | 2025-04-01T17:18:33.320Z | Compiling openssl-sys v0.9.106 |
| 1281 | 2025-04-01T17:18:33.426Z | Compiling aws-lc-rs v1.12.4 |
| 1282 | 2025-04-01T17:18:33.860Z | Compiling httparse v1.9.5 |
| 1283 | 2025-04-01T17:18:33.918Z | Compiling serde_derive v1.0.219 |
| 1284 | 2025-04-01T17:18:33.970Z | Compiling zeroize_derive v1.4.2 |
| 1285 | 2025-04-01T17:18:34.328Z | Compiling zerocopy-derive v0.7.35 |
| 1286 | 2025-04-01T17:18:34.494Z | Compiling zerofrom-derive v0.1.4 |
| 1287 | 2025-04-01T17:18:34.584Z | Compiling yoke-derive v0.7.4 |
| 1288 | 2025-04-01T17:18:35.306Z | Compiling zeroize v1.8.1 |
| 1289 | 2025-04-01T17:18:36.181Z | Compiling tokio-macros v2.5.0 |
| 1290 | 2025-04-01T17:18:36.232Z | Compiling zerocopy v0.7.35 |
| 1291 | 2025-04-01T17:18:37.039Z | Compiling crypto-common v0.1.6 |
| 1292 | 2025-04-01T17:18:37.192Z | Compiling block-buffer v0.10.4 |
| 1293 | 2025-04-01T17:18:37.300Z | Compiling block-padding v0.3.3 |
| 1294 | 2025-04-01T17:18:37.475Z | Compiling digest v0.10.7 |
| 1295 | 2025-04-01T17:18:37.554Z | Compiling zerovec-derive v0.10.3 |
| 1296 | 2025-04-01T17:18:37.643Z | Compiling displaydoc v0.2.5 |
| 1297 | 2025-04-01T17:18:37.663Z | Compiling inout v0.1.3 |
| 1298 | 2025-04-01T17:18:37.826Z | Compiling zerofrom v0.1.4 |
| 1299 | 2025-04-01T17:18:37.913Z | Compiling hmac v0.12.1 |
| 1300 | 2025-04-01T17:18:37.935Z | Compiling cipher v0.4.4 |
| 1301 | 2025-04-01T17:18:38.041Z | Compiling yoke v0.7.4 |
| 1302 | 2025-04-01T17:18:38.170Z | Compiling sha2 v0.10.8 |
| 1303 | 2025-04-01T17:18:38.228Z | Compiling thiserror-impl v1.0.69 |
| 1304 | 2025-04-01T17:18:38.410Z | Compiling futures-macro v0.3.31 |
| 1305 | 2025-04-01T17:18:38.431Z | Compiling der_derive v0.7.3 |
| 1306 | 2025-04-01T17:18:39.077Z | Compiling icu_provider_macros v1.5.0 |
| 1307 | 2025-04-01T17:18:39.108Z | Compiling salsa20 v0.10.2 |
| 1308 | 2025-04-01T17:18:39.342Z | Compiling pbkdf2 v0.12.2 |
| 1309 | 2025-04-01T17:18:39.535Z | Compiling ppv-lite86 v0.2.20 |
| 1310 | 2025-04-01T17:18:39.928Z | Compiling zerovec v0.10.4 |
| 1311 | 2025-04-01T17:18:40.169Z | Compiling scrypt v0.11.0 |
| 1312 | 2025-04-01T17:18:40.235Z | Compiling futures-util v0.3.31 |
| 1313 | 2025-04-01T17:18:40.293Z | Compiling cbc v0.1.2 |
| 1314 | 2025-04-01T17:18:40.547Z | Compiling aes v0.8.4 |
| 1315 | 2025-04-01T17:18:40.616Z | Compiling der v0.7.9 |
| 1316 | 2025-04-01T17:18:40.764Z | Compiling tracing-attributes v0.1.27 |
| 1317 | 2025-04-01T17:18:41.187Z | Compiling thiserror v1.0.69 |
| 1318 | 2025-04-01T17:18:41.332Z | Compiling pest v2.7.14 |
| 1319 | 2025-04-01T17:18:41.736Z | Compiling tinystr v0.7.6 |
| 1320 | 2025-04-01T17:18:42.019Z | Compiling icu_collections v1.5.0 |
| 1321 | 2025-04-01T17:18:42.114Z | Compiling icu_locid v1.5.0 |
| 1322 | 2025-04-01T17:18:43.282Z | Compiling icu_provider v1.5.0 |
| 1323 | 2025-04-01T17:18:43.365Z | Compiling spki v0.7.3 |
| 1324 | 2025-04-01T17:18:43.717Z | Compiling pkcs5 v0.7.1 |
| 1325 | 2025-04-01T17:18:43.744Z | Compiling scroll_derive v0.12.0 |
| 1326 | 2025-04-01T17:18:44.022Z | Compiling icu_locid_transform v1.5.0 |
| 1327 | 2025-04-01T17:18:44.121Z | Compiling tracing v0.1.40 |
| 1328 | 2025-04-01T17:18:44.240Z | Compiling pest_meta v2.7.14 |
| 1329 | 2025-04-01T17:18:44.387Z | Compiling pkcs8 v0.10.2 |
| 1330 | 2025-04-01T17:18:44.627Z | Compiling zerocopy-derive v0.8.10 |
| 1331 | 2025-04-01T17:18:44.747Z | Compiling rustls-pki-types v1.10.0 |
| 1332 | 2025-04-01T17:18:44.984Z | Compiling tinyvec_macros v0.1.1 |
| 1333 | 2025-04-01T17:18:45.092Z | Compiling tinyvec v1.8.0 |
| 1334 | 2025-04-01T17:18:45.110Z | Compiling scroll v0.12.0 |
| 1335 | 2025-04-01T17:18:45.671Z | Compiling icu_properties v1.5.1 |
| 1336 | 2025-04-01T17:18:45.694Z | Compiling pest_generator v2.7.14 |
| 1337 | 2025-04-01T17:18:45.829Z | Compiling serde_derive_internals v0.29.1 |
| 1338 | 2025-04-01T17:18:46.317Z | Compiling atomic-waker v1.1.2 |
| 1339 | 2025-04-01T17:18:46.516Z | Compiling bitflags v2.6.0 |
| 1340 | 2025-04-01T17:18:46.642Z | Compiling bytes v1.10.1 |
| 1341 | 2025-04-01T17:18:47.207Z | Compiling semver v1.0.25 |
| 1342 | 2025-04-01T17:18:47.550Z | Compiling indexmap v2.7.1 |
| 1343 | 2025-04-01T17:18:47.873Z | Compiling tokio v1.43.0 |
| 1344 | 2025-04-01T17:18:48.091Z | Compiling rustc_version v0.4.1 |
| 1345 | 2025-04-01T17:18:48.144Z | Compiling http v1.2.0 |
| 1346 | 2025-04-01T17:18:48.440Z | Compiling uuid v1.15.1 |
| 1347 | 2025-04-01T17:18:48.758Z | Compiling chrono v0.4.40 |
| 1348 | 2025-04-01T17:18:49.681Z | Compiling icu_normalizer v1.5.0 |
| 1349 | 2025-04-01T17:18:49.947Z | Compiling http-body v1.0.1 |
| 1350 | 2025-04-01T17:18:50.217Z | Compiling foreign-types-shared v0.1.1 |
| 1351 | 2025-04-01T17:18:50.294Z | Compiling powerfmt v0.2.0 |
| 1352 | 2025-04-01T17:18:50.327Z | Compiling untrusted v0.9.0 |
| 1353 | 2025-04-01T17:18:50.347Z | Compiling time-core v0.1.2 |
| 1354 | 2025-04-01T17:18:50.523Z | Compiling openssl v0.10.71 |
| 1355 | 2025-04-01T17:18:50.545Z | Compiling num-conv v0.1.0 |
| 1356 | 2025-04-01T17:18:50.694Z | Compiling which v4.4.2 |
| 1357 | 2025-04-01T17:18:50.829Z | Compiling idna_adapter v1.2.0 |
| 1358 | 2025-04-01T17:18:50.999Z | Compiling schemars v0.8.22 |
| 1359 | 2025-04-01T17:18:51.297Z | Compiling adler2 v2.0.0 |
| 1360 | 2025-04-01T17:18:51.365Z | Compiling rustversion v1.0.17 |
| 1361 | 2025-04-01T17:18:51.476Z | Compiling try-lock v0.2.5 |
| 1362 | 2025-04-01T17:18:51.527Z | Compiling untrusted v0.7.1 |
| 1363 | 2025-04-01T17:18:51.622Z | Compiling want v0.3.1 |
| 1364 | 2025-04-01T17:18:51.644Z | Compiling miniz_oxide v0.8.5 |
| 1365 | 2025-04-01T17:18:51.757Z | Compiling idna v1.0.3 |
| 1366 | 2025-04-01T17:18:51.900Z | Compiling goblin v0.8.2 |
| 1367 | 2025-04-01T17:18:52.052Z | Compiling rand_core v0.9.2 |
| 1368 | 2025-04-01T17:18:52.109Z | Compiling time-macros v0.2.18 |
| 1369 | 2025-04-01T17:18:52.135Z | Compiling deranged v0.3.11 |
| 1370 | 2025-04-01T17:18:53.122Z | Compiling foreign-types v0.3.2 |
| 1371 | 2025-04-01T17:18:53.229Z | Compiling pest_derive v2.7.14 |
| 1372 | 2025-04-01T17:18:53.277Z | Compiling schemars_derive v0.8.22 |
| 1373 | 2025-04-01T17:18:54.266Z | Compiling openssl-macros v0.1.1 |
| 1374 | 2025-04-01T17:18:55.028Z | Compiling form_urlencoded v1.2.1 |
| 1375 | 2025-04-01T17:18:55.118Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1376 | 2025-04-01T17:18:55.331Z | Compiling native-tls v0.2.12 |
| 1377 | 2025-04-01T17:18:55.352Z | Compiling tower-service v0.3.3 |
| 1378 | 2025-04-01T17:18:55.501Z | Compiling rustls v0.23.19 |
| 1379 | 2025-04-01T17:18:55.627Z | Compiling syn v1.0.109 |
| 1380 | 2025-04-01T17:18:55.702Z | Compiling dyn-clone v1.0.19 |
| 1381 | 2025-04-01T17:18:55.815Z | Compiling tokio-util v0.7.13 |
| 1382 | 2025-04-01T17:18:55.947Z | Compiling siphasher v0.3.11 |
| 1383 | 2025-04-01T17:18:56.261Z | Compiling num_threads v0.1.7 |
| 1384 | 2025-04-01T17:18:56.320Z | Compiling httpdate v1.0.3 |
| 1385 | 2025-04-01T17:18:56.398Z | Compiling time v0.3.36 |
| 1386 | 2025-04-01T17:18:56.739Z | Compiling h2 v0.4.6 |
| 1387 | 2025-04-01T17:18:58.518Z | Compiling dof v0.3.0 |
| 1388 | 2025-04-01T17:18:59.563Z | Compiling dtrace-parser v0.2.0 |
| 1389 | 2025-04-01T17:19:00.323Z | Compiling rand_chacha v0.9.0 |
| 1390 | 2025-04-01T17:19:00.987Z | Compiling heapless v0.7.17 |
| 1391 | 2025-04-01T17:19:01.078Z | Compiling unicode-normalization v0.1.24 |
| 1392 | 2025-04-01T17:19:01.413Z | Compiling rand_chacha v0.3.1 |
| 1393 | 2025-04-01T17:19:01.463Z | Compiling signature v2.2.0 |
| 1394 | 2025-04-01T17:19:01.745Z | Compiling crossbeam-epoch v0.9.18 |
| 1395 | 2025-04-01T17:19:02.090Z | Compiling cookie v0.18.1 |
| 1396 | 2025-04-01T17:19:02.170Z | Compiling crc32fast v1.4.2 |
| 1397 | 2025-04-01T17:19:02.410Z | Compiling unicode-properties v0.1.3 |
| 1398 | 2025-04-01T17:19:02.410Z | Compiling rayon-core v1.12.1 |
| 1399 | 2025-04-01T17:19:02.447Z | Compiling slog v2.7.0 |
| 1400 | 2025-04-01T17:19:02.511Z | Compiling openssl-probe v0.1.5 |
| 1401 | 2025-04-01T17:19:02.724Z | Compiling base64 v0.22.1 |
| 1402 | 2025-04-01T17:19:02.794Z | Compiling signal-hook v0.3.17 |
| 1403 | 2025-04-01T17:19:02.820Z | Compiling unicode-bidi v0.3.17 |
| 1404 | 2025-04-01T17:19:03.220Z | Compiling crossbeam-deque v0.8.5 |
| 1405 | 2025-04-01T17:19:03.441Z | Compiling usdt-impl v0.5.0 |
| 1406 | 2025-04-01T17:19:03.576Z | Compiling stringprep v0.1.5 |
| 1407 | 2025-04-01T17:19:03.597Z | Compiling rand v0.8.5 |
| 1408 | 2025-04-01T17:19:03.678Z | Compiling hyper v1.6.0 |
| 1409 | 2025-04-01T17:19:04.155Z | Compiling rand v0.9.0 |
| 1410 | 2025-04-01T17:19:04.779Z | Compiling url v2.5.3 |
| 1411 | 2025-04-01T17:19:04.887Z | Compiling curve25519-dalek v4.1.3 |
| 1412 | 2025-04-01T17:19:05.601Z | Compiling toml_datetime v0.6.8 |
| 1413 | 2025-04-01T17:19:05.686Z | Compiling serde_tokenstream v0.2.2 |
| 1414 | 2025-04-01T17:19:05.878Z | Compiling serde_spanned v0.6.8 |
| 1415 | 2025-04-01T17:19:06.107Z | Compiling hyper-util v0.1.10 |
| 1416 | 2025-04-01T17:19:06.165Z | Compiling md-5 v0.10.6 |
| 1417 | 2025-04-01T17:19:06.258Z | Compiling num-integer v0.1.46 |
| 1418 | 2025-04-01T17:19:06.444Z | Compiling hash32 v0.2.1 |
| 1419 | 2025-04-01T17:19:06.561Z | Compiling ff v0.13.0 |
| 1420 | 2025-04-01T17:19:06.590Z | Compiling memoffset v0.9.1 |
| 1421 | 2025-04-01T17:19:06.807Z | Compiling base16ct v0.2.0 |
| 1422 | 2025-04-01T17:19:06.825Z | Compiling smoltcp v0.9.1 |
| 1423 | 2025-04-01T17:19:06.931Z | Compiling portable-atomic v1.9.0 |
| 1424 | 2025-04-01T17:19:06.963Z | Compiling litrs v0.4.1 |
| 1425 | 2025-04-01T17:19:07.120Z | Compiling gimli v0.31.1 |
| 1426 | 2025-04-01T17:19:07.305Z | Compiling cfg_aliases v0.2.1 |
| 1427 | 2025-04-01T17:19:07.421Z | Compiling newtype-uuid v1.2.1 |
| 1428 | 2025-04-01T17:19:07.471Z | Compiling psl-types v2.0.11 |
| 1429 | 2025-04-01T17:19:07.673Z | Compiling num-bigint-dig v0.8.4 |
| 1430 | 2025-04-01T17:19:07.727Z | Compiling fallible-iterator v0.2.0 |
| 1431 | 2025-04-01T17:19:07.992Z | Compiling publicsuffix v2.3.0 |
| 1432 | 2025-04-01T17:19:08.034Z | Compiling document-features v0.2.10 |
| 1433 | 2025-04-01T17:19:08.090Z | Compiling nix v0.29.0 |
| 1434 | 2025-04-01T17:19:08.284Z | Compiling sec1 v0.7.3 |
| 1435 | 2025-04-01T17:19:08.386Z | Compiling postgres-protocol v0.6.8 |
| 1436 | 2025-04-01T17:19:08.914Z | Compiling group v0.13.0 |
| 1437 | 2025-04-01T17:19:08.982Z | Compiling num-iter v0.1.45 |
| 1438 | 2025-04-01T17:19:09.180Z | Compiling bzip2 v0.4.4 |
| 1439 | 2025-04-01T17:19:09.250Z | Compiling tokio-native-tls v0.3.1 |
| 1440 | 2025-04-01T17:19:10.003Z | Compiling flate2 v1.1.0 |
| 1441 | 2025-04-01T17:19:10.313Z | Compiling ipnetwork v0.21.1 |
| 1442 | 2025-04-01T17:19:10.390Z | Compiling phf_shared v0.11.2 |
| 1443 | 2025-04-01T17:19:10.513Z | Compiling terminal_size v0.4.0 |
| 1444 | 2025-04-01T17:19:10.746Z | Compiling http-body-util v0.1.2 |
| 1445 | 2025-04-01T17:19:10.749Z | Compiling webpki-roots v0.26.6 |
| 1446 | 2025-04-01T17:19:10.768Z | Compiling hkdf v0.12.4 |
| 1447 | 2025-04-01T17:19:10.875Z | Compiling crypto-bigint v0.5.5 |
| 1448 | 2025-04-01T17:19:11.016Z | Compiling async-trait v0.1.88 |
| 1449 | 2025-04-01T17:19:11.068Z | Compiling zerocopy-derive v0.6.6 |
| 1450 | 2025-04-01T17:19:11.088Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1451 | 2025-04-01T17:19:11.239Z | Compiling sync_wrapper v1.0.1 |
| 1452 | 2025-04-01T17:19:11.414Z | Compiling addr2line v0.24.2 |
| 1453 | 2025-04-01T17:19:11.868Z | Compiling ahash v0.8.11 |
| 1454 | 2025-04-01T17:19:12.123Z | Compiling object v0.36.5 |
| 1455 | 2025-04-01T17:19:12.239Z | Compiling fs-err v2.11.0 |
| 1456 | 2025-04-01T17:19:12.469Z | Compiling simd-adler32 v0.3.7 |
| 1457 | 2025-04-01T17:19:12.559Z | Compiling buf-list v1.0.3 |
| 1458 | 2025-04-01T17:19:12.952Z | Compiling managed v0.8.0 |
| 1459 | 2025-04-01T17:19:13.012Z | Compiling tower-layer v0.3.3 |
| 1460 | 2025-04-01T17:19:14.158Z | Compiling lockfree-object-pool v0.1.6 |
| 1461 | 2025-04-01T17:19:14.161Z | Compiling zip v2.1.3 |
| 1462 | 2025-04-01T17:19:14.162Z | Compiling ipnet v2.11.0 |
| 1463 | 2025-04-01T17:19:14.162Z | Compiling winnow v0.5.40 |
| 1464 | 2025-04-01T17:19:14.162Z | Compiling rustc-demangle v0.1.24 |
| 1465 | 2025-04-01T17:19:14.162Z | Compiling anyhow v1.0.97 |
| 1466 | 2025-04-01T17:19:14.213Z | Compiling bumpalo v3.16.0 |
| 1467 | 2025-04-01T17:19:14.343Z | Compiling unicode-width v0.2.0 |
| 1468 | 2025-04-01T17:19:14.689Z | Compiling zopfli v0.8.1 |
| 1469 | 2025-04-01T17:19:14.800Z | Compiling console v0.15.10 |
| 1470 | 2025-04-01T17:19:14.845Z | Compiling elliptic-curve v0.13.8 |
| 1471 | 2025-04-01T17:19:15.693Z | Compiling clap_builder v4.5.32 |
| 1472 | 2025-04-01T17:19:16.261Z | Compiling tower v0.5.2 |
| 1473 | 2025-04-01T17:19:16.877Z | Compiling toml_edit v0.19.15 |
| 1474 | 2025-04-01T17:19:16.933Z | Compiling hubpack_derive v0.1.1 |
| 1475 | 2025-04-01T17:19:17.040Z | Compiling zerocopy v0.6.6 |
| 1476 | 2025-04-01T17:19:17.246Z | Compiling strum_macros v0.25.3 |
| 1477 | 2025-04-01T17:19:17.827Z | Compiling hubpack v0.1.2 |
| 1478 | 2025-04-01T17:19:18.128Z | Compiling hyper-tls v0.6.0 |
| 1479 | 2025-04-01T17:19:18.251Z | Compiling oxnet v0.1.1 |
| 1480 | 2025-04-01T17:19:18.557Z | Compiling phf v0.11.2 |
| 1481 | 2025-04-01T17:19:18.843Z | Compiling backtrace v0.3.74 |
| 1482 | 2025-04-01T17:19:18.983Z | Compiling cookie_store v0.21.1 |
| 1483 | 2025-04-01T17:19:19.304Z | Compiling rayon v1.10.0 |
| 1484 | 2025-04-01T17:19:20.435Z | Compiling signal-hook-mio v0.2.4 |
| 1485 | 2025-04-01T17:19:21.010Z | Compiling postgres-types v0.2.9 |
| 1486 | 2025-04-01T17:19:22.278Z | Compiling usdt-macro v0.5.0 |
| 1487 | 2025-04-01T17:19:23.536Z | Compiling usdt-attr-macro v0.5.0 |
| 1488 | 2025-04-01T17:19:23.557Z | Compiling ed25519 v2.2.3 |
| 1489 | 2025-04-01T17:19:23.614Z | Compiling phf_shared v0.10.0 |
| 1490 | 2025-04-01T17:19:23.709Z | Compiling serde_urlencoded v0.7.1 |
| 1491 | 2025-04-01T17:19:23.748Z | Compiling clap_derive v4.5.32 |
| 1492 | 2025-04-01T17:19:23.992Z | Compiling enum-as-inner v0.6.1 |
| 1493 | 2025-04-01T17:19:24.190Z | Compiling serde-big-array v0.5.1 |
| 1494 | 2025-04-01T17:19:24.426Z | Compiling futures-executor v0.3.31 |
| 1495 | 2025-04-01T17:19:24.944Z | Compiling rustls-pemfile v2.2.0 |
| 1496 | 2025-04-01T17:19:25.030Z | Compiling pkcs1 v0.7.5 |
| 1497 | 2025-04-01T17:19:25.051Z | Compiling rfc6979 v0.4.0 |
| 1498 | 2025-04-01T17:19:25.239Z | Compiling serde_repr v0.1.19 |
| 1499 | 2025-04-01T17:19:25.289Z | Compiling daft-derive v0.1.2 |
| 1500 | 2025-04-01T17:19:25.351Z | Compiling bstr v1.10.0 |
| 1501 | 2025-04-01T17:19:25.649Z | Compiling float-cmp v0.10.0 |
| 1502 | 2025-04-01T17:19:25.915Z | Compiling encoding_rs v0.8.34 |
| 1503 | 2025-04-01T17:19:25.915Z | Compiling predicates-core v1.0.8 |
| 1504 | 2025-04-01T17:19:26.293Z | Compiling data-encoding v2.6.0 |
| 1505 | 2025-04-01T17:19:26.367Z | Compiling mime v0.3.17 |
| 1506 | 2025-04-01T17:19:26.894Z | Compiling difflib v0.4.0 |
| 1507 | 2025-04-01T17:19:26.914Z | Compiling normalize-line-endings v0.3.0 |
| 1508 | 2025-04-01T17:19:26.953Z | Compiling unicode-segmentation v1.12.0 |
| 1509 | 2025-04-01T17:19:27.061Z | Compiling number_prefix v0.4.0 |
| 1510 | 2025-04-01T17:19:27.300Z | Compiling new_debug_unreachable v1.0.6 |
| 1511 | 2025-04-01T17:19:27.411Z | Compiling fixedbitset v0.4.2 |
| 1512 | 2025-04-01T17:19:27.821Z | Compiling static_assertions v1.1.0 |
| 1513 | 2025-04-01T17:19:27.844Z | Compiling whoami v1.5.2 |
| 1514 | 2025-04-01T17:19:27.941Z | Compiling precomputed-hash v0.1.1 |
| 1515 | 2025-04-01T17:19:28.083Z | Compiling string_cache v0.8.7 |
| 1516 | 2025-04-01T17:19:28.195Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1517 | 2025-04-01T17:19:28.251Z | Compiling clap v4.5.32 |
| 1518 | 2025-04-01T17:19:28.269Z | Compiling tokio-postgres v0.7.13 |
| 1519 | 2025-04-01T17:19:28.379Z | Compiling toml_edit v0.22.24 |
| 1520 | 2025-04-01T17:19:28.453Z | Compiling petgraph v0.6.5 |
| 1521 | 2025-04-01T17:19:28.522Z | Compiling similar v2.7.0 |
| 1522 | 2025-04-01T17:19:30.007Z | Compiling predicates v3.1.3 |
| 1523 | 2025-04-01T17:19:30.665Z | Compiling indicatif v0.17.11 |
| 1524 | 2025-04-01T17:19:31.561Z | Compiling hickory-proto v0.24.4 |
| 1525 | 2025-04-01T17:19:32.081Z | Compiling daft v0.1.2 |
| 1526 | 2025-04-01T17:19:32.544Z | Compiling usdt v0.5.0 |
| 1527 | 2025-04-01T17:19:32.700Z | Compiling rsa v0.9.6 |
| 1528 | 2025-04-01T17:19:33.022Z | Compiling ecdsa v0.16.9 |
| 1529 | 2025-04-01T17:19:33.876Z | Compiling futures v0.3.31 |
| 1530 | 2025-04-01T17:19:33.931Z | Compiling ed25519-dalek v2.1.1 |
| 1531 | 2025-04-01T17:19:34.432Z | Compiling crossterm v0.28.1 |
| 1532 | 2025-04-01T17:19:34.491Z | Compiling toml v0.7.8 |
| 1533 | 2025-04-01T17:19:36.349Z | Compiling zip v0.6.6 |
| 1534 | 2025-04-01T17:19:36.511Z | Compiling tokio-stream v0.1.17 |
| 1535 | 2025-04-01T17:19:36.771Z | Compiling openapiv3 v2.0.0 |
| 1536 | 2025-04-01T17:19:37.459Z | Compiling hex v0.4.3 |
| 1537 | 2025-04-01T17:19:37.618Z | Compiling x509-cert v0.2.5 |
| 1538 | 2025-04-01T17:19:37.662Z | Compiling sha1 v0.10.6 |
| 1539 | 2025-04-01T17:19:37.842Z | Compiling itertools v0.10.5 |
| 1540 | 2025-04-01T17:19:38.055Z | Compiling dirs-sys-next v0.1.2 |
| 1541 | 2025-04-01T17:19:38.100Z | Compiling peg-runtime v0.8.5 |
| 1542 | 2025-04-01T17:19:38.593Z | Compiling lalrpop-util v0.19.12 |
| 1543 | 2025-04-01T17:19:38.697Z | Compiling unicode-xid v0.2.6 |
| 1544 | 2025-04-01T17:19:38.904Z | Compiling dirs-next v2.0.0 |
| 1545 | 2025-04-01T17:19:38.973Z | Compiling thread_local v1.1.8 |
| 1546 | 2025-04-01T17:19:39.120Z | Compiling slog-async v2.8.0 |
| 1547 | 2025-04-01T17:19:39.459Z | Compiling term v0.7.0 |
| 1548 | 2025-04-01T17:19:39.747Z | Compiling strum_macros v0.26.4 |
| 1549 | 2025-04-01T17:19:40.387Z | Compiling xattr v1.3.1 |
| 1550 | 2025-04-01T17:19:40.608Z | Compiling crossbeam-channel v0.5.13 |
| 1551 | 2025-04-01T17:19:40.650Z | Compiling filetime v0.2.25 |
| 1552 | 2025-04-01T17:19:40.671Z | Compiling is-terminal v0.4.13 |
| 1553 | 2025-04-01T17:19:40.690Z | Compiling take_mut v0.2.2 |
| 1554 | 2025-04-01T17:19:40.717Z | Compiling camino v1.1.9 |
| 1555 | 2025-04-01T17:19:40.810Z | Compiling slog-term v2.9.1 |
| 1556 | 2025-04-01T17:19:40.864Z | Compiling tar v0.4.44 |
| 1557 | 2025-04-01T17:19:44.267Z | Compiling strum v0.26.3 |
| 1558 | 2025-04-01T17:19:47.795Z | Compiling aws-lc-sys v0.26.0 |
| 1559 | 2025-04-01T17:20:18.018Z | Compiling rustls-webpki v0.102.8 |
| 1560 | 2025-04-01T17:20:22.577Z | Compiling tokio-rustls v0.26.0 |
| 1561 | 2025-04-01T17:20:22.889Z | Compiling hyper-rustls v0.27.3 |
| 1562 | 2025-04-01T17:20:23.166Z | Compiling reqwest v0.12.12 |
| 1563 | 2025-04-01T17:20:26.637Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1564 | 2025-04-01T17:20:26.906Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1565 | 2025-04-01T17:20:31.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
| 1566 | 2025-04-01T17:20:31.578Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1567 | 2025-04-01T17:20:31.620Z | Apr 01 17:20:31.084 INFO Starting download, target: Cockroach |
| 1568 | 2025-04-01T17:20:31.620Z | Apr 01 17:20:31.084 INFO Starting download, target: Clickhouse |
| 1569 | 2025-04-01T17:20:31.620Z | Apr 01 17:20:31.084 INFO Starting download, target: Console |
| 1570 | 2025-04-01T17:20:31.620Z | Apr 01 17:20:31.084 INFO Starting download, target: DendriteOpenapi |
| 1571 | 2025-04-01T17:20:31.628Z | Apr 01 17:20:31.084 INFO Starting download, target: DendriteStub |
| 1572 | 2025-04-01T17:20:31.628Z | Apr 01 17:20:31.084 INFO Starting download, target: MaghemiteMgd |
| 1573 | 2025-04-01T17:20:31.628Z | Apr 01 17:20:31.084 INFO Starting download, target: TransceiverControl |
| 1574 | 2025-04-01T17:20:31.628Z | Apr 01 17:20:31.085 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1575 | 2025-04-01T17:20:31.628Z | Apr 01 17:20:31.085 INFO Downloading out/downloads/dpd-668f1a2e35e7c76b22ab83fe6c2242d3454e2803.json (attempt 1/3), target: DendriteOpenapi |
| 1576 | 2025-04-01T17:20:31.628Z | Apr 01 17:20:31.085 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1577 | 2025-04-01T17:20:31.628Z | Apr 01 17:20:31.085 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1578 | 2025-04-01T17:20:31.628Z | Apr 01 17:20:31.085 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1579 | 2025-04-01T17:20:31.628Z | Apr 01 17:20:31.085 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1580 | 2025-04-01T17:20:31.628Z | Apr 01 17:20:31.085 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1581 | 2025-04-01T17:20:31.859Z | Apr 01 17:20:31.309 INFO Download complete, target: DendriteOpenapi |
| 1582 | 2025-04-01T17:20:31.921Z | Apr 01 17:20:31.362 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1583 | 2025-04-01T17:20:32.215Z | Apr 01 17:20:31.675 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1584 | 2025-04-01T17:20:32.339Z | Apr 01 17:20:31.803 INFO Download complete, target: TransceiverControl |
| 1585 | 2025-04-01T17:20:32.619Z | Apr 01 17:20:32.057 INFO Download complete, target: Console |
| 1586 | 2025-04-01T17:20:32.782Z | Apr 01 17:20:32.246 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1587 | 2025-04-01T17:20:33.129Z | Apr 01 17:20:32.591 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1588 | 2025-04-01T17:20:33.365Z | Apr 01 17:20:32.830 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1589 | 2025-04-01T17:20:33.365Z | Apr 01 17:20:32.830 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1590 | 2025-04-01T17:20:33.494Z | Apr 01 17:20:32.959 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1591 | 2025-04-01T17:20:35.791Z | Apr 01 17:20:35.255 INFO Download complete, target: MaghemiteMgd |
| 1592 | 2025-04-01T17:20:35.878Z | Apr 01 17:20:35.342 INFO Download complete, target: DendriteStub |
| 1593 | 2025-04-01T17:20:40.042Z | Apr 01 17:20:39.505 INFO Checking that binary works, target: Cockroach |
| 1594 | 2025-04-01T17:20:40.210Z | Apr 01 17:20:39.673 INFO Download complete, target: Cockroach |
| 1595 | 2025-04-01T17:20:44.575Z | Apr 01 17:20:44.037 INFO Checking that binary works, target: Clickhouse |
| 1596 | 2025-04-01T17:20:45.125Z | Apr 01 17:20:44.587 INFO Download complete, target: Clickhouse |
| 1597 | 2025-04-01T17:20:45.133Z | All prerequisites installed successfully |
| 1598 | 2025-04-01T17:20:45.136Z | |
| 1599 | 2025-04-01T17:20:45.136Z | real 4:50.044846469 |
| 1600 | 2025-04-01T17:20:45.136Z | user 15:24.275586272 |
| 1601 | 2025-04-01T17:20:45.137Z | sys 2:06.638959511 |
| 1602 | 2025-04-01T17:20:45.137Z | trap 0.573797078 |
| 1603 | 2025-04-01T17:20:45.137Z | tflt 1.263866750 |
| 1604 | 2025-04-01T17:20:45.137Z | dflt 1.838292643 |
| 1605 | 2025-04-01T17:20:45.137Z | kflt 0.026767925 |
| 1606 | 2025-04-01T17:20:45.137Z | lock 23:51.988845089 |
| 1607 | 2025-04-01T17:20:45.137Z | slp 54:59.194651570 |
| 1608 | 2025-04-01T17:20:45.137Z | lat 59.613029278 |
| 1609 | 2025-04-01T17:20:45.137Z | stop 2:25.701015874 |
| 1610 | 2025-04-01T17:20:45.137Z | + ptime -m cargo xtask download softnpu |
| 1611 | 2025-04-01T17:20:45.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1612 | 2025-04-01T17:20:45.726Z | Running `target/debug/xtask download softnpu` |
| 1613 | 2025-04-01T17:20:46.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 1614 | 2025-04-01T17:20:46.652Z | Running `target/debug/xtask-downloader softnpu` |
| 1615 | 2025-04-01T17:20:46.691Z | Apr 01 17:20:46.154 INFO Starting download, target: Softnpu |
| 1616 | 2025-04-01T17:20:46.695Z | Apr 01 17:20:46.154 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1617 | 2025-04-01T17:20:47.211Z | Apr 01 17:20:46.673 INFO Download complete, target: Softnpu |
| 1618 | 2025-04-01T17:20:47.215Z | |
| 1619 | 2025-04-01T17:20:47.218Z | real 2.074762297 |
| 1620 | 2025-04-01T17:20:47.218Z | user 1.349500718 |
| 1621 | 2025-04-01T17:20:47.218Z | sys 0.553903251 |
| 1622 | 2025-04-01T17:20:47.218Z | trap 0.001386165 |
| 1623 | 2025-04-01T17:20:47.218Z | tflt 0.000100136 |
| 1624 | 2025-04-01T17:20:47.218Z | dflt 0.000047480 |
| 1625 | 2025-04-01T17:20:47.219Z | kflt 0.000000000 |
| 1626 | 2025-04-01T17:20:47.219Z | lock 5.544432074 |
| 1627 | 2025-04-01T17:20:47.219Z | slp 0.420705911 |
| 1628 | 2025-04-01T17:20:47.219Z | lat 0.074126549 |
| 1629 | 2025-04-01T17:20:47.219Z | stop 0.000176683 |
| 1630 | 2025-04-01T17:20:47.219Z | + export CARGO_INCREMENTAL=0 |
| 1631 | 2025-04-01T17:20:47.219Z | + CARGO_INCREMENTAL=0 |
| 1632 | 2025-04-01T17:20:47.219Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1633 | 2025-04-01T17:20:48.215Z | Compiling proc-macro2 v1.0.94 |
| 1634 | 2025-04-01T17:20:48.215Z | Compiling unicode-ident v1.0.14 |
| 1635 | 2025-04-01T17:20:48.218Z | Compiling libc v0.2.170 |
| 1636 | 2025-04-01T17:20:48.219Z | Compiling serde v1.0.219 |
| 1637 | 2025-04-01T17:20:48.219Z | Compiling autocfg v1.4.0 |
| 1638 | 2025-04-01T17:20:48.219Z | Compiling cfg-if v1.0.0 |
| 1639 | 2025-04-01T17:20:48.219Z | Compiling version_check v0.9.5 |
| 1640 | 2025-04-01T17:20:48.568Z | Compiling memchr v2.7.4 |
| 1641 | 2025-04-01T17:20:48.591Z | Compiling typenum v1.17.0 |
| 1642 | 2025-04-01T17:20:48.660Z | Compiling shlex v1.3.0 |
| 1643 | 2025-04-01T17:20:48.999Z | Compiling generic-array v0.14.7 |
| 1644 | 2025-04-01T17:20:49.033Z | Compiling value-bag v1.9.0 |
| 1645 | 2025-04-01T17:20:49.211Z | Compiling lock_api v0.4.12 |
| 1646 | 2025-04-01T17:20:49.527Z | Compiling log v0.4.22 |
| 1647 | 2025-04-01T17:20:49.564Z | Compiling serde_json v1.0.140 |
| 1648 | 2025-04-01T17:20:49.607Z | Compiling libm v0.2.8 |
| 1649 | 2025-04-01T17:20:49.928Z | Compiling num-traits v0.2.19 |
| 1650 | 2025-04-01T17:20:49.979Z | Compiling parking_lot_core v0.9.10 |
| 1651 | 2025-04-01T17:20:50.022Z | Compiling scopeguard v1.2.0 |
| 1652 | 2025-04-01T17:20:50.259Z | Compiling quote v1.0.39 |
| 1653 | 2025-04-01T17:20:50.280Z | Compiling jobserver v0.1.32 |
| 1654 | 2025-04-01T17:20:50.370Z | Compiling semver v1.0.25 |
| 1655 | 2025-04-01T17:20:50.439Z | Compiling getrandom v0.2.15 |
| 1656 | 2025-04-01T17:20:50.637Z | Compiling syn v2.0.98 |
| 1657 | 2025-04-01T17:20:50.777Z | Compiling cc v1.2.15 |
| 1658 | 2025-04-01T17:20:50.805Z | Compiling rustix v0.38.37 |
| 1659 | 2025-04-01T17:20:50.823Z | Compiling getrandom v0.3.1 |
| 1660 | 2025-04-01T17:20:50.826Z | Compiling aho-corasick v1.1.3 |
| 1661 | 2025-04-01T17:20:50.858Z | Compiling regex-syntax v0.8.5 |
| 1662 | 2025-04-01T17:20:51.252Z | Compiling either v1.14.0 |
| 1663 | 2025-04-01T17:20:51.272Z | Compiling itoa v1.0.11 |
| 1664 | 2025-04-01T17:20:51.410Z | Compiling once_cell v1.20.3 |
| 1665 | 2025-04-01T17:20:51.785Z | Compiling rand_core v0.6.4 |
| 1666 | 2025-04-01T17:20:52.260Z | Compiling slab v0.4.9 |
| 1667 | 2025-04-01T17:20:52.590Z | Compiling spin v0.9.8 |
| 1668 | 2025-04-01T17:20:52.615Z | Compiling errno v0.3.9 |
| 1669 | 2025-04-01T17:20:52.946Z | Compiling smallvec v1.14.0 |
| 1670 | 2025-04-01T17:20:52.974Z | Compiling pkg-config v0.3.31 |
| 1671 | 2025-04-01T17:20:53.085Z | Compiling equivalent v1.0.1 |
| 1672 | 2025-04-01T17:20:53.249Z | Compiling allocator-api2 v0.2.18 |
| 1673 | 2025-04-01T17:20:53.414Z | Compiling foldhash v0.1.3 |
| 1674 | 2025-04-01T17:20:53.718Z | Compiling glob v0.3.2 |
| 1675 | 2025-04-01T17:20:53.965Z | Compiling hashbrown v0.15.1 |
| 1676 | 2025-04-01T17:20:54.002Z | Compiling subtle v2.6.1 |
| 1677 | 2025-04-01T17:20:54.033Z | Compiling thiserror v1.0.69 |
| 1678 | 2025-04-01T17:20:54.268Z | Compiling prettyplease v0.2.30 |
| 1679 | 2025-04-01T17:20:54.363Z | Compiling lazy_static v1.5.0 |
| 1680 | 2025-04-01T17:20:54.461Z | Compiling clang-sys v1.8.1 |
| 1681 | 2025-04-01T17:20:54.509Z | Compiling regex-automata v0.4.8 |
| 1682 | 2025-04-01T17:20:54.564Z | Compiling minimal-lexical v0.2.1 |
| 1683 | 2025-04-01T17:20:54.727Z | Compiling libloading v0.8.5 |
| 1684 | 2025-04-01T17:20:55.032Z | Compiling nom v7.1.3 |
| 1685 | 2025-04-01T17:20:55.082Z | Compiling home v0.5.9 |
| 1686 | 2025-04-01T17:20:55.310Z | Compiling bindgen v0.69.5 |
| 1687 | 2025-04-01T17:20:55.375Z | Compiling schemars v0.8.22 |
| 1688 | 2025-04-01T17:20:55.730Z | Compiling itertools v0.12.1 |
| 1689 | 2025-04-01T17:20:55.780Z | Compiling ryu v1.0.18 |
| 1690 | 2025-04-01T17:20:55.800Z | Compiling lazycell v1.3.0 |
| 1691 | 2025-04-01T17:20:56.000Z | Compiling pin-project-lite v0.2.14 |
| 1692 | 2025-04-01T17:20:56.083Z | Compiling rustc-hash v1.1.0 |
| 1693 | 2025-04-01T17:20:56.163Z | Compiling byteorder v1.5.0 |
| 1694 | 2025-04-01T17:20:56.219Z | Compiling cmake v0.1.51 |
| 1695 | 2025-04-01T17:20:56.682Z | Compiling dunce v1.0.5 |
| 1696 | 2025-04-01T17:20:56.842Z | Compiling fs_extra v1.3.0 |
| 1697 | 2025-04-01T17:20:57.044Z | Compiling paste v1.0.15 |
| 1698 | 2025-04-01T17:20:57.670Z | Compiling synstructure v0.13.1 |
| 1699 | 2025-04-01T17:20:58.087Z | Compiling cexpr v0.6.0 |
| 1700 | 2025-04-01T17:20:58.270Z | Compiling serde_derive_internals v0.29.1 |
| 1701 | 2025-04-01T17:20:58.836Z | Compiling const-oid v0.9.6 |
| 1702 | 2025-04-01T17:20:59.531Z | Compiling regex v1.11.1 |
| 1703 | 2025-04-01T17:21:00.850Z | Compiling signal-hook-registry v1.4.2 |
| 1704 | 2025-04-01T17:21:01.052Z | Compiling fnv v1.0.7 |
| 1705 | 2025-04-01T17:21:01.250Z | Compiling parking_lot v0.12.3 |
| 1706 | 2025-04-01T17:21:01.254Z | Compiling ring v0.17.11 |
| 1707 | 2025-04-01T17:21:01.760Z | Compiling serde_derive v1.0.219 |
| 1708 | 2025-04-01T17:21:02.230Z | Compiling zeroize_derive v1.4.2 |
| 1709 | 2025-04-01T17:21:02.246Z | Compiling tokio-macros v2.5.0 |
| 1710 | 2025-04-01T17:21:02.266Z | Compiling zerocopy-derive v0.7.35 |
| 1711 | 2025-04-01T17:21:02.286Z | Compiling zerofrom-derive v0.1.4 |
| 1712 | 2025-04-01T17:21:02.335Z | Compiling yoke-derive v0.7.4 |
| 1713 | 2025-04-01T17:21:03.260Z | Compiling zerovec-derive v0.10.3 |
| 1714 | 2025-04-01T17:21:03.526Z | Compiling zeroize v1.8.1 |
| 1715 | 2025-04-01T17:21:03.993Z | Compiling displaydoc v0.2.5 |
| 1716 | 2025-04-01T17:21:04.030Z | Compiling thiserror-impl v1.0.69 |
| 1717 | 2025-04-01T17:21:04.678Z | Compiling futures-macro v0.3.31 |
| 1718 | 2025-04-01T17:21:05.152Z | Compiling schemars_derive v0.8.22 |
| 1719 | 2025-04-01T17:21:05.250Z | Compiling crypto-common v0.1.6 |
| 1720 | 2025-04-01T17:21:05.444Z | Compiling icu_provider_macros v1.5.0 |
| 1721 | 2025-04-01T17:21:05.461Z | Compiling der_derive v0.7.3 |
| 1722 | 2025-04-01T17:21:05.563Z | Compiling mio v1.0.2 |
| 1723 | 2025-04-01T17:21:06.427Z | Compiling stable_deref_trait v1.2.0 |
| 1724 | 2025-04-01T17:21:06.475Z | Compiling block-buffer v0.10.4 |
| 1725 | 2025-04-01T17:21:06.525Z | Compiling tracing-attributes v0.1.27 |
| 1726 | 2025-04-01T17:21:06.737Z | Compiling aws-lc-rs v1.12.4 |
| 1727 | 2025-04-01T17:21:07.160Z | Compiling vcpkg v0.2.15 |
| 1728 | 2025-04-01T17:21:07.184Z | Compiling digest v0.10.7 |
| 1729 | 2025-04-01T17:21:07.782Z | Compiling socket2 v0.5.8 |
| 1730 | 2025-04-01T17:21:07.853Z | Compiling zerocopy v0.8.10 |
| 1731 | 2025-04-01T17:21:07.970Z | Compiling heck v0.5.0 |
| 1732 | 2025-04-01T17:21:08.132Z | Compiling futures-core v0.3.31 |
| 1733 | 2025-04-01T17:21:08.529Z | Compiling openssl-sys v0.9.106 |
| 1734 | 2025-04-01T17:21:08.551Z | Compiling zerocopy-derive v0.8.10 |
| 1735 | 2025-04-01T17:21:09.320Z | Compiling httparse v1.9.5 |
| 1736 | 2025-04-01T17:21:09.585Z | Compiling zerocopy v0.7.35 |
| 1737 | 2025-04-01T17:21:10.039Z | Compiling crossbeam-utils v0.8.20 |
| 1738 | 2025-04-01T17:21:10.104Z | Compiling syn v1.0.109 |
| 1739 | 2025-04-01T17:21:11.007Z | Compiling cpufeatures v0.2.14 |
| 1740 | 2025-04-01T17:21:11.026Z | Compiling num-conv v0.1.0 |
| 1741 | 2025-04-01T17:21:11.128Z | Compiling futures-sink v0.3.31 |
| 1742 | 2025-04-01T17:21:11.173Z | Compiling iana-time-zone v0.1.61 |
| 1743 | 2025-04-01T17:21:11.314Z | Compiling time-core v0.1.2 |
| 1744 | 2025-04-01T17:21:11.462Z | Compiling hmac v0.12.1 |
| 1745 | 2025-04-01T17:21:11.488Z | Compiling time-macros v0.2.18 |
| 1746 | 2025-04-01T17:21:11.507Z | Compiling zerofrom v0.1.4 |
| 1747 | 2025-04-01T17:21:11.884Z | Compiling openssl v0.10.71 |
| 1748 | 2025-04-01T17:21:11.953Z | Compiling yoke v0.7.4 |
| 1749 | 2025-04-01T17:21:12.322Z | Compiling block-padding v0.3.3 |
| 1750 | 2025-04-01T17:21:12.587Z | Compiling inout v0.1.3 |
| 1751 | 2025-04-01T17:21:12.855Z | Compiling zerovec v0.10.4 |
| 1752 | 2025-04-01T17:21:12.976Z | Compiling openssl-macros v0.1.1 |
| 1753 | 2025-04-01T17:21:13.221Z | Compiling rustls v0.23.19 |
| 1754 | 2025-04-01T17:21:13.368Z | Compiling strsim v0.11.1 |
| 1755 | 2025-04-01T17:21:13.546Z | Compiling bitflags v2.6.0 |
| 1756 | 2025-04-01T17:21:13.676Z | Compiling bytes v1.10.1 |
| 1757 | 2025-04-01T17:21:14.361Z | Compiling indexmap v2.7.1 |
| 1758 | 2025-04-01T17:21:15.005Z | Compiling uuid v1.15.1 |
| 1759 | 2025-04-01T17:21:15.645Z | Compiling tokio v1.43.0 |
| 1760 | 2025-04-01T17:21:16.202Z | Compiling rustc_version v0.4.1 |
| 1761 | 2025-04-01T17:21:16.387Z | Compiling chrono v0.4.40 |
| 1762 | 2025-04-01T17:21:18.335Z | Compiling which v4.4.2 |
| 1763 | 2025-04-01T17:21:19.536Z | Compiling serde_tokenstream v0.2.2 |
| 1764 | 2025-04-01T17:21:20.095Z | Compiling dyn-clone v1.0.19 |
| 1765 | 2025-04-01T17:21:20.317Z | Compiling native-tls v0.2.12 |
| 1766 | 2025-04-01T17:21:20.997Z | Compiling cipher v0.4.4 |
| 1767 | 2025-04-01T17:21:21.475Z | Compiling futures-channel v0.3.31 |
| 1768 | 2025-04-01T17:21:21.750Z | Compiling sha2 v0.10.8 |
| 1769 | 2025-04-01T17:21:21.923Z | Compiling scroll_derive v0.12.0 |
| 1770 | 2025-04-01T17:21:22.764Z | Compiling pin-utils v0.1.0 |
| 1771 | 2025-04-01T17:21:22.876Z | Compiling futures-task v0.3.31 |
| 1772 | 2025-04-01T17:21:23.201Z | Compiling ucd-trie v0.1.7 |
| 1773 | 2025-04-01T17:21:23.206Z | Compiling base64ct v1.6.0 |
| 1774 | 2025-04-01T17:21:23.281Z | Compiling futures-io v0.3.31 |
| 1775 | 2025-04-01T17:21:23.660Z | Compiling pem-rfc7468 v0.7.0 |
| 1776 | 2025-04-01T17:21:23.681Z | Compiling futures-util v0.3.31 |
| 1777 | 2025-04-01T17:21:23.745Z | Compiling pest v2.7.14 |
| 1778 | 2025-04-01T17:21:24.236Z | Compiling http v1.2.0 |
| 1779 | 2025-04-01T17:21:24.819Z | Compiling tinystr v0.7.6 |
| 1780 | 2025-04-01T17:21:26.024Z | Compiling cookie v0.18.1 |
| 1781 | 2025-04-01T17:21:26.597Z | Compiling thiserror v2.0.12 |
| 1782 | 2025-04-01T17:21:26.659Z | Compiling flagset v0.4.6 |
| 1783 | 2025-04-01T17:21:26.719Z | Compiling writeable v0.5.5 |
| 1784 | 2025-04-01T17:21:26.885Z | Compiling litemap v0.7.3 |
| 1785 | 2025-04-01T17:21:27.174Z | Compiling slog v2.7.0 |
| 1786 | 2025-04-01T17:21:27.197Z | Compiling der v0.7.9 |
| 1787 | 2025-04-01T17:21:27.282Z | Compiling icu_locid v1.5.0 |
| 1788 | 2025-04-01T17:21:28.726Z | Compiling pest_meta v2.7.14 |
| 1789 | 2025-04-01T17:21:29.738Z | Compiling serde_spanned v0.6.8 |
| 1790 | 2025-04-01T17:21:29.862Z | Compiling toml_datetime v0.6.8 |
| 1791 | 2025-04-01T17:21:30.317Z | Compiling rayon-core v1.12.1 |
| 1792 | 2025-04-01T17:21:30.443Z | Compiling pest_generator v2.7.14 |
| 1793 | 2025-04-01T17:21:30.499Z | Compiling aws-lc-sys v0.26.0 |
| 1794 | 2025-04-01T17:21:30.653Z | Compiling spki v0.7.3 |
| 1795 | 2025-04-01T17:21:31.357Z | Compiling icu_provider v1.5.0 |
| 1796 | 2025-04-01T17:21:32.109Z | Compiling salsa20 v0.10.2 |
| 1797 | 2025-04-01T17:21:32.317Z | Compiling ppv-lite86 v0.2.20 |
| 1798 | 2025-04-01T17:21:32.365Z | Compiling pbkdf2 v0.12.2 |
| 1799 | 2025-04-01T17:21:33.351Z | Compiling thiserror-impl v2.0.12 |
| 1800 | 2025-04-01T17:21:33.474Z | Compiling tracing-core v0.1.32 |
| 1801 | 2025-04-01T17:21:34.256Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1802 | 2025-04-01T17:21:34.782Z | Compiling winnow v0.5.40 |
| 1803 | 2025-04-01T17:21:35.599Z | Compiling icu_locid_transform_data v1.5.0 |
| 1804 | 2025-04-01T17:21:35.715Z | Compiling rustversion v1.0.17 |
| 1805 | 2025-04-01T17:21:36.205Z | Compiling anyhow v1.0.97 |
| 1806 | 2025-04-01T17:21:36.426Z | Compiling icu_locid_transform v1.5.0 |
| 1807 | 2025-04-01T17:21:36.693Z | Compiling tracing v0.1.40 |
| 1808 | 2025-04-01T17:21:37.526Z | Compiling scrypt v0.11.0 |
| 1809 | 2025-04-01T17:21:37.995Z | Compiling toml_edit v0.19.15 |
| 1810 | 2025-04-01T17:21:38.217Z | Compiling pest_derive v2.7.14 |
| 1811 | 2025-04-01T17:21:38.436Z | Compiling cbc v0.1.2 |
| 1812 | 2025-04-01T17:21:38.665Z | Compiling aes v0.8.4 |
| 1813 | 2025-04-01T17:21:38.949Z | Compiling icu_collections v1.5.0 |
| 1814 | 2025-04-01T17:21:40.187Z | Compiling usdt-impl v0.5.0 |
| 1815 | 2025-04-01T17:21:40.443Z | Compiling litrs v0.4.1 |
| 1816 | 2025-04-01T17:21:40.572Z | Compiling icu_properties_data v1.5.0 |
| 1817 | 2025-04-01T17:21:40.907Z | Compiling rustls-pki-types v1.10.0 |
| 1818 | 2025-04-01T17:21:41.367Z | Compiling document-features v0.2.10 |
| 1819 | 2025-04-01T17:21:42.551Z | Compiling icu_properties v1.5.1 |
| 1820 | 2025-04-01T17:21:42.963Z | Compiling pkcs5 v0.7.1 |
| 1821 | 2025-04-01T17:21:44.258Z | Compiling tokio-util v0.7.13 |
| 1822 | 2025-04-01T17:21:45.402Z | Compiling scroll v0.12.0 |
| 1823 | 2025-04-01T17:21:46.148Z | Compiling heapless v0.7.17 |
| 1824 | 2025-04-01T17:21:46.884Z | Compiling icu_normalizer_data v1.5.0 |
| 1825 | 2025-04-01T17:21:47.008Z | Compiling plain v0.2.3 |
| 1826 | 2025-04-01T17:21:47.135Z | Compiling signal-hook v0.3.17 |
| 1827 | 2025-04-01T17:21:47.198Z | Compiling utf8_iter v1.0.4 |
| 1828 | 2025-04-01T17:21:47.460Z | Compiling untrusted v0.9.0 |
| 1829 | 2025-04-01T17:21:47.463Z | Compiling powerfmt v0.2.0 |
| 1830 | 2025-04-01T17:21:47.463Z | Compiling newtype-uuid v1.2.1 |
| 1831 | 2025-04-01T17:21:47.810Z | Compiling utf16_iter v1.0.5 |
| 1832 | 2025-04-01T17:21:47.831Z | Compiling untrusted v0.7.1 |
| 1833 | 2025-04-01T17:21:47.979Z | Compiling write16 v1.0.0 |
| 1834 | 2025-04-01T17:21:48.055Z | Compiling percent-encoding v2.3.1 |
| 1835 | 2025-04-01T17:21:48.428Z | Compiling icu_normalizer v1.5.0 |
| 1836 | 2025-04-01T17:21:48.511Z | Compiling deranged v0.3.11 |
| 1837 | 2025-04-01T17:21:50.005Z | Compiling goblin v0.8.2 |
| 1838 | 2025-04-01T17:21:50.277Z | Compiling pkcs8 v0.10.2 |
| 1839 | 2025-04-01T17:21:51.645Z | Compiling adler2 v2.0.0 |
| 1840 | 2025-04-01T17:21:51.904Z | Compiling pretty-hex v0.4.1 |
| 1841 | 2025-04-01T17:21:52.394Z | Compiling atomic-waker v1.1.2 |
| 1842 | 2025-04-01T17:21:53.486Z | Compiling tinyvec_macros v0.1.1 |
| 1843 | 2025-04-01T17:21:53.585Z | Compiling num_threads v0.1.7 |
| 1844 | 2025-04-01T17:21:53.950Z | Compiling time v0.3.36 |
| 1845 | 2025-04-01T17:21:54.400Z | Compiling tinyvec v1.8.0 |
| 1846 | 2025-04-01T17:21:55.566Z | Compiling dof v0.3.0 |
| 1847 | 2025-04-01T17:21:55.827Z | Compiling miniz_oxide v0.8.5 |
| 1848 | 2025-04-01T17:21:59.120Z | Compiling idna_adapter v1.2.0 |
| 1849 | 2025-04-01T17:21:59.209Z | Compiling dtrace-parser v0.2.0 |
| 1850 | 2025-04-01T17:21:59.342Z | Compiling http-body v1.0.1 |
| 1851 | 2025-04-01T17:21:59.620Z | Compiling curve25519-dalek v4.1.3 |
| 1852 | 2025-04-01T17:21:59.789Z | Compiling async-trait v0.1.88 |
| 1853 | 2025-04-01T17:22:00.070Z | Compiling thread-id v4.2.2 |
| 1854 | 2025-04-01T17:22:00.204Z | Compiling memoffset v0.9.1 |
| 1855 | 2025-04-01T17:22:00.722Z | Compiling foreign-types-shared v0.1.1 |
| 1856 | 2025-04-01T17:22:01.151Z | Compiling num-bigint-dig v0.8.4 |
| 1857 | 2025-04-01T17:22:01.760Z | Compiling try-lock v0.2.5 |
| 1858 | 2025-04-01T17:22:01.906Z | Compiling portable-atomic v1.9.0 |
| 1859 | 2025-04-01T17:22:01.934Z | Compiling smoltcp v0.9.1 |
| 1860 | 2025-04-01T17:22:01.956Z | Compiling want v0.3.1 |
| 1861 | 2025-04-01T17:22:04.156Z | Compiling h2 v0.4.6 |
| 1862 | 2025-04-01T17:22:04.174Z | Compiling rand_core v0.9.2 |
| 1863 | 2025-04-01T17:22:04.568Z | Compiling foreign-types v0.3.2 |
| 1864 | 2025-04-01T17:22:07.071Z | Compiling idna v1.0.3 |
| 1865 | 2025-04-01T17:22:07.547Z | Compiling form_urlencoded v1.2.1 |
| 1866 | 2025-04-01T17:22:08.780Z | Compiling siphasher v0.3.11 |
| 1867 | 2025-04-01T17:22:09.105Z | Compiling tower-service v0.3.3 |
| 1868 | 2025-04-01T17:22:09.431Z | Compiling heck v0.4.1 |
| 1869 | 2025-04-01T17:22:09.567Z | Compiling httpdate v1.0.3 |
| 1870 | 2025-04-01T17:22:09.984Z | Compiling cfg_aliases v0.2.1 |
| 1871 | 2025-04-01T17:22:10.104Z | Compiling ident_case v1.0.1 |
| 1872 | 2025-04-01T17:22:10.316Z | Compiling darling_core v0.20.10 |
| 1873 | 2025-04-01T17:22:10.608Z | Compiling nix v0.29.0 |
| 1874 | 2025-04-01T17:22:11.446Z | Compiling hyper v1.6.0 |
| 1875 | 2025-04-01T17:22:22.223Z | Compiling crossbeam-epoch v0.9.18 |
| 1876 | 2025-04-01T17:22:22.848Z | Compiling rand_chacha v0.9.0 |
| 1877 | 2025-04-01T17:22:23.740Z | Compiling unicode-normalization v0.1.24 |
| 1878 | 2025-04-01T17:22:25.222Z | Compiling rand_chacha v0.3.1 |
| 1879 | 2025-04-01T17:22:26.527Z | Compiling ipnetwork v0.21.1 |
| 1880 | 2025-04-01T17:22:26.577Z | Compiling hubpack_derive v0.1.1 |
| 1881 | 2025-04-01T17:22:27.190Z | Compiling openapiv3 v2.0.0 |
| 1882 | 2025-04-01T17:22:27.280Z | Compiling signature v2.2.0 |
| 1883 | 2025-04-01T17:22:27.411Z | Compiling daft-derive v0.1.2 |
| 1884 | 2025-04-01T17:22:27.431Z | Compiling zerocopy-derive v0.6.6 |
| 1885 | 2025-04-01T17:22:27.513Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1886 | 2025-04-01T17:22:28.865Z | Compiling fs-err v2.11.0 |
| 1887 | 2025-04-01T17:22:28.885Z | Compiling ahash v0.8.11 |
| 1888 | 2025-04-01T17:22:29.158Z | Compiling crc32fast v1.4.2 |
| 1889 | 2025-04-01T17:22:29.233Z | Compiling base64 v0.22.1 |
| 1890 | 2025-04-01T17:22:29.290Z | Compiling gimli v0.31.1 |
| 1891 | 2025-04-01T17:22:29.482Z | Compiling utf8parse v0.2.2 |
| 1892 | 2025-04-01T17:22:29.678Z | Compiling openssl-probe v0.1.5 |
| 1893 | 2025-04-01T17:22:29.978Z | Compiling unicode-properties v0.1.3 |
| 1894 | 2025-04-01T17:22:30.162Z | Compiling zip v2.1.3 |
| 1895 | 2025-04-01T17:22:30.527Z | Compiling unicode-bidi v0.3.17 |
| 1896 | 2025-04-01T17:22:30.544Z | Compiling buf-list v1.0.3 |
| 1897 | 2025-04-01T17:22:31.038Z | Compiling anstyle v1.0.10 |
| 1898 | 2025-04-01T17:22:31.473Z | Compiling stringprep v0.1.5 |
| 1899 | 2025-04-01T17:22:31.549Z | Compiling anstyle-parse v0.2.5 |
| 1900 | 2025-04-01T17:22:31.974Z | Compiling rand v0.8.5 |
| 1901 | 2025-04-01T17:22:33.835Z | Compiling addr2line v0.24.2 |
| 1902 | 2025-04-01T17:22:35.173Z | Compiling rand v0.9.0 |
| 1903 | 2025-04-01T17:22:35.484Z | Compiling crossbeam-deque v0.8.5 |
| 1904 | 2025-04-01T17:22:35.850Z | Compiling hyper-util v0.1.10 |
| 1905 | 2025-04-01T17:22:35.870Z | Compiling darling_macro v0.20.10 |
| 1906 | 2025-04-01T17:22:36.738Z | Compiling url v2.5.3 |
| 1907 | 2025-04-01T17:22:38.290Z | Compiling usdt-macro v0.5.0 |
| 1908 | 2025-04-01T17:22:39.108Z | Compiling usdt-attr-macro v0.5.0 |
| 1909 | 2025-04-01T17:22:40.332Z | Compiling num-integer v0.1.46 |
| 1910 | 2025-04-01T17:22:40.572Z | Compiling md-5 v0.10.6 |
| 1911 | 2025-04-01T17:22:40.699Z | Compiling hash32 v0.2.1 |
| 1912 | 2025-04-01T17:22:40.817Z | Compiling ff v0.13.0 |
| 1913 | 2025-04-01T17:22:40.988Z | Compiling object v0.36.5 |
| 1914 | 2025-04-01T17:22:41.061Z | Compiling fallible-iterator v0.2.0 |
| 1915 | 2025-04-01T17:22:41.064Z | Compiling colorchoice v1.0.2 |
| 1916 | 2025-04-01T17:22:41.259Z | Compiling rustc-demangle v0.1.24 |
| 1917 | 2025-04-01T17:22:41.739Z | Compiling is_terminal_polyfill v1.70.1 |
| 1918 | 2025-04-01T17:22:43.558Z | Compiling base16ct v0.2.0 |
| 1919 | 2025-04-01T17:22:43.866Z | Compiling psl-types v2.0.11 |
| 1920 | 2025-04-01T17:22:44.096Z | Compiling anstyle-query v1.1.1 |
| 1921 | 2025-04-01T17:22:44.276Z | Compiling anstream v0.6.15 |
| 1922 | 2025-04-01T17:22:44.762Z | Compiling publicsuffix v2.3.0 |
| 1923 | 2025-04-01T17:22:44.863Z | Compiling sec1 v0.7.3 |
| 1924 | 2025-04-01T17:22:45.386Z | Compiling postgres-protocol v0.6.8 |
| 1925 | 2025-04-01T17:22:46.082Z | Compiling group v0.13.0 |
| 1926 | 2025-04-01T17:22:46.487Z | Compiling num-iter v0.1.45 |
| 1927 | 2025-04-01T17:22:48.027Z | Compiling darling v0.20.10 |
| 1928 | 2025-04-01T17:22:48.248Z | Compiling bzip2 v0.4.4 |
| 1929 | 2025-04-01T17:22:48.638Z | Compiling backtrace v0.3.74 |
| 1930 | 2025-04-01T17:22:48.969Z | Compiling tokio-native-tls v0.3.1 |
| 1931 | 2025-04-01T17:22:49.099Z | Compiling flate2 v1.1.0 |
| 1932 | 2025-04-01T17:22:49.624Z | Compiling strum_macros v0.25.3 |
| 1933 | 2025-04-01T17:22:49.990Z | Compiling phf_shared v0.11.2 |
| 1934 | 2025-04-01T17:22:50.697Z | Compiling rustls-webpki v0.102.8 |
| 1935 | 2025-04-01T17:22:50.700Z | Compiling http-body-util v0.1.2 |
| 1936 | 2025-04-01T17:22:51.480Z | Compiling webpki-roots v0.26.6 |
| 1937 | 2025-04-01T17:22:52.419Z | Compiling terminal_size v0.4.0 |
| 1938 | 2025-04-01T17:22:52.655Z | Compiling hkdf v0.12.4 |
| 1939 | 2025-04-01T17:22:52.888Z | Compiling sync_wrapper v1.0.1 |
| 1940 | 2025-04-01T17:22:52.962Z | Compiling enum-as-inner v0.6.1 |
| 1941 | 2025-04-01T17:22:53.053Z | Compiling clap_derive v4.5.32 |
| 1942 | 2025-04-01T17:22:53.074Z | Compiling crypto-bigint v0.5.5 |
| 1943 | 2025-04-01T17:22:53.950Z | Compiling serde_repr v0.1.19 |
| 1944 | 2025-04-01T17:22:55.038Z | Compiling regress v0.10.3 |
| 1945 | 2025-04-01T17:22:56.474Z | Compiling encoding_rs v0.8.34 |
| 1946 | 2025-04-01T17:22:57.242Z | Compiling simd-adler32 v0.3.7 |
| 1947 | 2025-04-01T17:22:57.720Z | Compiling ipnet v2.11.0 |
| 1948 | 2025-04-01T17:22:58.662Z | Compiling tokio-rustls v0.26.0 |
| 1949 | 2025-04-01T17:22:59.136Z | Compiling unicode-width v0.2.0 |
| 1950 | 2025-04-01T17:22:59.510Z | Compiling bumpalo v3.16.0 |
| 1951 | 2025-04-01T17:22:59.530Z | Compiling managed v0.8.0 |
| 1952 | 2025-04-01T17:22:59.696Z | Compiling tower-layer v0.3.3 |
| 1953 | 2025-04-01T17:22:59.965Z | Compiling clap_lex v0.7.4 |
| 1954 | 2025-04-01T17:23:00.003Z | Compiling lockfree-object-pool v0.1.6 |
| 1955 | 2025-04-01T17:23:00.276Z | Compiling bitflags v1.3.2 |
| 1956 | 2025-04-01T17:23:00.404Z | Compiling mime v0.3.17 |
| 1957 | 2025-04-01T17:23:01.368Z | Compiling clap_builder v4.5.32 |
| 1958 | 2025-04-01T17:23:01.428Z | Compiling zopfli v0.8.1 |
| 1959 | 2025-04-01T17:23:02.773Z | Compiling tower v0.5.2 |
| 1960 | 2025-04-01T17:23:02.950Z | Compiling console v0.15.10 |
| 1961 | 2025-04-01T17:23:03.621Z | Compiling hyper-rustls v0.27.3 |
| 1962 | 2025-04-01T17:23:04.081Z | Compiling typify-impl v0.3.0 |
| 1963 | 2025-04-01T17:23:04.188Z | Compiling elliptic-curve v0.13.8 |
| 1964 | 2025-04-01T17:23:04.531Z | Compiling oxnet v0.1.1 |
| 1965 | 2025-04-01T17:23:05.498Z | Compiling hyper-tls v0.6.0 |
| 1966 | 2025-04-01T17:23:07.472Z | Compiling phf v0.11.2 |
| 1967 | 2025-04-01T17:23:07.621Z | Compiling rayon v1.10.0 |
| 1968 | 2025-04-01T17:23:07.751Z | Compiling signal-hook-mio v0.2.4 |
| 1969 | 2025-04-01T17:23:07.938Z | Compiling cookie_store v0.21.1 |
| 1970 | 2025-04-01T17:23:08.445Z | Compiling postgres-types v0.2.9 |
| 1971 | 2025-04-01T17:23:09.199Z | Compiling zerocopy v0.6.6 |
| 1972 | 2025-04-01T17:23:09.226Z | Compiling ed25519 v2.2.3 |
| 1973 | 2025-04-01T17:23:09.310Z | Compiling hubpack v0.1.2 |
| 1974 | 2025-04-01T17:23:09.729Z | Compiling phf_shared v0.10.0 |
| 1975 | 2025-04-01T17:23:09.749Z | Compiling serde_urlencoded v0.7.1 |
| 1976 | 2025-04-01T17:23:10.327Z | Compiling rustls-pemfile v2.2.0 |
| 1977 | 2025-04-01T17:23:10.455Z | Compiling pkcs1 v0.7.5 |
| 1978 | 2025-04-01T17:23:11.289Z | Compiling futures-executor v0.3.31 |
| 1979 | 2025-04-01T17:23:11.739Z | Compiling serde-big-array v0.5.1 |
| 1980 | 2025-04-01T17:23:11.790Z | Compiling rfc6979 v0.4.0 |
| 1981 | 2025-04-01T17:23:11.980Z | Compiling float-cmp v0.10.0 |
| 1982 | 2025-04-01T17:23:11.999Z | Compiling bstr v1.10.0 |
| 1983 | 2025-04-01T17:23:12.107Z | Compiling memmap v0.7.0 |
| 1984 | 2025-04-01T17:23:12.213Z | Compiling whoami v1.5.2 |
| 1985 | 2025-04-01T17:23:12.265Z | Compiling data-encoding v2.6.0 |
| 1986 | 2025-04-01T17:23:12.420Z | Compiling fixedbitset v0.4.2 |
| 1987 | 2025-04-01T17:23:13.129Z | Compiling predicates-core v1.0.8 |
| 1988 | 2025-04-01T17:23:13.260Z | Compiling number_prefix v0.4.0 |
| 1989 | 2025-04-01T17:23:13.509Z | Compiling normalize-line-endings v0.3.0 |
| 1990 | 2025-04-01T17:23:13.628Z | Compiling unicode-segmentation v1.12.0 |
| 1991 | 2025-04-01T17:23:13.663Z | Compiling new_debug_unreachable v1.0.6 |
| 1992 | 2025-04-01T17:23:13.786Z | Compiling difflib v0.4.0 |
| 1993 | 2025-04-01T17:23:13.916Z | Compiling static_assertions v1.1.0 |
| 1994 | 2025-04-01T17:23:14.047Z | Compiling precomputed-hash v0.1.1 |
| 1995 | 2025-04-01T17:23:14.122Z | Compiling winnow v0.7.3 |
| 1996 | 2025-04-01T17:23:14.212Z | Compiling string_cache v0.8.7 |
| 1997 | 2025-04-01T17:23:14.482Z | Compiling similar v2.7.0 |
| 1998 | 2025-04-01T17:23:14.632Z | Compiling reqwest v0.12.12 |
| 1999 | 2025-04-01T17:23:14.872Z | Compiling predicates v3.1.3 |
| 2000 | 2025-04-01T17:23:15.390Z | Compiling typify-macro v0.3.0 |
| 2001 | 2025-04-01T17:23:16.212Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2002 | 2025-04-01T17:23:16.212Z | Compiling indicatif v0.17.11 |
| 2003 | 2025-04-01T17:23:17.318Z | Compiling toml_edit v0.22.24 |
| 2004 | 2025-04-01T17:23:17.588Z | Compiling hickory-proto v0.24.4 |
| 2005 | 2025-04-01T17:23:17.909Z | Compiling petgraph v0.6.5 |
| 2006 | 2025-04-01T17:23:18.607Z | Compiling tokio-postgres v0.7.13 |
| 2007 | 2025-04-01T17:23:21.450Z | Compiling usdt v0.5.0 |
| 2008 | 2025-04-01T17:23:21.938Z | Compiling ecdsa v0.16.9 |
| 2009 | 2025-04-01T17:23:22.728Z | Compiling futures v0.3.31 |
| 2010 | 2025-04-01T17:23:22.941Z | Compiling rsa v0.9.6 |
| 2011 | 2025-04-01T17:23:23.620Z | Compiling ed25519-dalek v2.1.1 |
| 2012 | 2025-04-01T17:23:24.626Z | Compiling crossterm v0.28.1 |
| 2013 | 2025-04-01T17:23:25.043Z | Compiling daft v0.1.2 |
| 2014 | 2025-04-01T17:23:25.467Z | Compiling clap v4.5.32 |
| 2015 | 2025-04-01T17:23:25.525Z | Compiling zip v0.6.6 |
| 2016 | 2025-04-01T17:23:25.905Z | Compiling tokio-stream v0.1.17 |
| 2017 | 2025-04-01T17:23:26.108Z | Compiling toml v0.7.8 |
| 2018 | 2025-04-01T17:23:26.845Z | Compiling x509-cert v0.2.5 |
| 2019 | 2025-04-01T17:23:27.444Z | Compiling hex v0.4.3 |
| 2020 | 2025-04-01T17:23:28.064Z | Compiling sha1 v0.10.6 |
| 2021 | 2025-04-01T17:23:28.088Z | Compiling itertools v0.10.5 |
| 2022 | 2025-04-01T17:23:29.004Z | Compiling unicode-xid v0.2.6 |
| 2023 | 2025-04-01T17:23:29.028Z | Compiling camino v1.1.9 |
| 2024 | 2025-04-01T17:23:29.280Z | Compiling lalrpop-util v0.19.12 |
| 2025 | 2025-04-01T17:23:29.667Z | Compiling peg-runtime v0.8.5 |
| 2026 | 2025-04-01T17:23:30.893Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2027 | 2025-04-01T17:23:31.172Z | Compiling proc-macro-crate v1.3.1 |
| 2028 | 2025-04-01T17:23:31.866Z | Compiling macaddr v1.0.1 |
| 2029 | 2025-04-01T17:23:32.476Z | Compiling itertools v0.13.0 |
| 2030 | 2025-04-01T17:23:32.782Z | Compiling fastrand v2.1.1 |
| 2031 | 2025-04-01T17:23:34.637Z | Compiling heapless v0.8.0 |
| 2032 | 2025-04-01T17:23:35.375Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2033 | 2025-04-01T17:23:35.467Z | Compiling tempfile v3.13.0 |
| 2034 | 2025-04-01T17:23:38.557Z | Compiling num_enum_derive v0.5.11 |
| 2035 | 2025-04-01T17:23:42.872Z | Compiling structmeta-derive v0.3.0 |
| 2036 | 2025-04-01T17:23:43.037Z | Compiling hash32 v0.3.1 |
| 2037 | 2025-04-01T17:23:43.618Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2038 | 2025-04-01T17:23:43.828Z | Compiling smoltcp v0.11.0 |
| 2039 | 2025-04-01T17:23:48.512Z | Compiling structmeta v0.3.0 |
| 2040 | 2025-04-01T17:23:54.531Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2041 | 2025-04-01T17:23:55.433Z | Compiling num_enum v0.5.11 |
| 2042 | 2025-04-01T17:23:56.304Z | Compiling typify v0.3.0 |
| 2043 | 2025-04-01T17:23:56.812Z | Compiling strum_macros v0.26.4 |
| 2044 | 2025-04-01T17:23:59.690Z | Compiling dirs-sys-next v0.1.2 |
| 2045 | 2025-04-01T17:24:00.736Z | Compiling proc-macro-error-attr v1.0.4 |
| 2046 | 2025-04-01T17:24:01.082Z | Compiling cobs v0.2.3 |
| 2047 | 2025-04-01T17:24:02.859Z | Compiling unsafe-libyaml v0.2.11 |
| 2048 | 2025-04-01T17:24:03.394Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2049 | 2025-04-01T17:24:03.741Z | Compiling rustls v0.22.4 |
| 2050 | 2025-04-01T17:24:04.228Z | Compiling serde_yaml v0.9.34+deprecated |
| 2051 | 2025-04-01T17:24:08.604Z | Compiling postcard v1.0.10 |
| 2052 | 2025-04-01T17:24:09.421Z | Compiling strum v0.26.3 |
| 2053 | 2025-04-01T17:24:09.789Z | Compiling dirs-next v2.0.0 |
| 2054 | 2025-04-01T17:24:13.148Z | Compiling progenitor-impl v0.9.1 |
| 2055 | 2025-04-01T17:24:13.218Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2056 | 2025-04-01T17:24:23.046Z | Compiling foreign-types-macros v0.2.3 |
| 2057 | 2025-04-01T17:24:23.446Z | Compiling thread_local v1.1.8 |
| 2058 | 2025-04-01T17:24:24.098Z | Compiling wait-timeout v0.2.0 |
| 2059 | 2025-04-01T17:24:24.218Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2060 | 2025-04-01T17:24:24.247Z | Compiling proc-macro-error v1.0.4 |
| 2061 | 2025-04-01T17:24:24.581Z | Compiling multer v3.1.0 |
| 2062 | 2025-04-01T17:24:24.928Z | Compiling slog-async v2.8.0 |
| 2063 | 2025-04-01T17:24:24.968Z | Compiling unicode-width v0.1.14 |
| 2064 | 2025-04-01T17:24:25.019Z | Compiling bit-vec v0.8.0 |
| 2065 | 2025-04-01T17:24:25.603Z | Compiling foreign-types-shared v0.3.1 |
| 2066 | 2025-04-01T17:24:26.117Z | Compiling match_cfg v0.1.0 |
| 2067 | 2025-04-01T17:24:26.188Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2068 | 2025-04-01T17:24:26.248Z | Compiling quick-error v1.2.3 |
| 2069 | 2025-04-01T17:24:26.434Z | Compiling rusty-fork v0.3.0 |
| 2070 | 2025-04-01T17:24:28.324Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2071 | 2025-04-01T17:24:29.851Z | Compiling hostname v0.3.1 |
| 2072 | 2025-04-01T17:24:31.963Z | Compiling foreign-types v0.5.0 |
| 2073 | 2025-04-01T17:24:32.195Z | Compiling bit-set v0.8.0 |
| 2074 | 2025-04-01T17:24:32.566Z | Compiling tabwriter v1.4.0 |
| 2075 | 2025-04-01T17:24:38.579Z | Compiling progenitor-macro v0.9.1 |
| 2076 | 2025-04-01T17:24:44.720Z | Compiling term v0.7.0 |
| 2077 | 2025-04-01T17:24:45.574Z | Compiling parse-display-derive v0.10.0 |
| 2078 | 2025-04-01T17:24:45.697Z | Compiling progenitor-client v0.9.1 |
| 2079 | 2025-04-01T17:24:48.018Z | Compiling slog-json v2.6.1 |
| 2080 | 2025-04-01T17:24:48.855Z | Compiling crossbeam-channel v0.5.13 |
| 2081 | 2025-04-01T17:24:50.290Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2082 | 2025-04-01T17:24:50.310Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2083 | 2025-04-01T17:24:50.428Z | Compiling async-stream-impl v0.3.6 |
| 2084 | 2025-04-01T17:24:51.065Z | Compiling rand_xorshift v0.3.0 |
| 2085 | 2025-04-01T17:24:51.103Z | Compiling cstr-argument v0.1.2 |
| 2086 | 2025-04-01T17:24:51.370Z | Compiling is-terminal v0.4.13 |
| 2087 | 2025-04-01T17:24:51.399Z | Compiling dropshot v0.16.0 |
| 2088 | 2025-04-01T17:24:51.539Z | Compiling crucible-workspace-hack v0.1.0 |
| 2089 | 2025-04-01T17:24:51.731Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2090 | 2025-04-01T17:24:52.050Z | Compiling pretty-hex v0.2.1 |
| 2091 | 2025-04-01T17:24:52.070Z | Compiling take_mut v0.2.2 |
| 2092 | 2025-04-01T17:24:52.272Z | Compiling unarray v0.1.4 |
| 2093 | 2025-04-01T17:24:52.316Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2094 | 2025-04-01T17:24:52.462Z | Compiling proptest v1.6.0 |
| 2095 | 2025-04-01T17:24:53.005Z | Compiling async-stream v0.3.6 |
| 2096 | 2025-04-01T17:24:53.025Z | Compiling slog-term v2.9.1 |
| 2097 | 2025-04-01T17:24:53.331Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2098 | 2025-04-01T17:24:54.485Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2099 | 2025-04-01T17:24:54.761Z | Compiling parse-display v0.10.0 |
| 2100 | 2025-04-01T17:24:55.212Z | Compiling progenitor v0.9.1 |
| 2101 | 2025-04-01T17:24:55.479Z | Compiling slog-bunyan v2.5.0 |
| 2102 | 2025-04-01T17:24:55.611Z | Compiling tokio-rustls v0.25.0 |
| 2103 | 2025-04-01T17:24:56.471Z | Compiling toml v0.8.20 |
| 2104 | 2025-04-01T17:24:56.746Z | Compiling test-strategy v0.4.0 |
| 2105 | 2025-04-01T17:24:57.645Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2106 | 2025-04-01T17:24:57.889Z | Compiling colored v2.2.0 |
| 2107 | 2025-04-01T17:24:58.721Z | Compiling serde_with_macros v3.12.0 |
| 2108 | 2025-04-01T17:24:59.294Z | Compiling waitgroup v0.1.2 |
| 2109 | 2025-04-01T17:24:59.546Z | Compiling dropshot_endpoint v0.16.0 |
| 2110 | 2025-04-01T17:24:59.582Z | Compiling serde_path_to_error v0.1.16 |
| 2111 | 2025-04-01T17:24:59.856Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2112 | 2025-04-01T17:25:00.586Z | Compiling hostname v0.4.0 |
| 2113 | 2025-04-01T17:25:00.631Z | Compiling instant v0.1.13 |
| 2114 | 2025-04-01T17:25:00.829Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2115 | 2025-04-01T17:25:00.884Z | Compiling debug-ignore v1.0.5 |
| 2116 | 2025-04-01T17:25:01.067Z | Compiling winnow v0.6.20 |
| 2117 | 2025-04-01T17:25:01.143Z | Compiling serde_with v3.12.0 |
| 2118 | 2025-04-01T17:25:01.250Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2119 | 2025-04-01T17:25:02.576Z | Compiling backoff v0.4.0 |
| 2120 | 2025-04-01T17:25:02.976Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2121 | 2025-04-01T17:25:03.226Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#0ae28910) |
| 2122 | 2025-04-01T17:25:04.114Z | Compiling zone_cfg_derive v0.3.0 |
| 2123 | 2025-04-01T17:25:05.457Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2124 | 2025-04-01T17:25:05.480Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
| 2125 | 2025-04-01T17:25:05.942Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2126 | 2025-04-01T17:25:06.186Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2127 | 2025-04-01T17:25:06.403Z | Compiling camino-tempfile v1.1.1 |
| 2128 | 2025-04-01T17:25:06.961Z | Compiling num-derive v0.4.2 |
| 2129 | 2025-04-01T17:25:07.161Z | Compiling sigpipe v0.1.3 |
| 2130 | 2025-04-01T17:25:07.330Z | Compiling libefi-sys v0.1.0 |
| 2131 | 2025-04-01T17:25:07.693Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2132 | 2025-04-01T17:25:08.082Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2133 | 2025-04-01T17:25:09.181Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2134 | 2025-04-01T17:25:10.937Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2135 | 2025-04-01T17:25:12.107Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2136 | 2025-04-01T17:25:12.132Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2137 | 2025-04-01T17:25:12.644Z | Compiling zone v0.3.0 |
| 2138 | 2025-04-01T17:25:12.696Z | Compiling itertools v0.14.0 |
| 2139 | 2025-04-01T17:25:13.957Z | Compiling smf v0.2.3 |
| 2140 | 2025-04-01T17:25:14.688Z | Compiling bitfield-struct v0.6.2 |
| 2141 | 2025-04-01T17:25:15.986Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2142 | 2025-04-01T17:25:16.041Z | Compiling blake3 v1.5.4 |
| 2143 | 2025-04-01T17:25:16.268Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2144 | 2025-04-01T17:25:16.553Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2145 | 2025-04-01T17:25:16.589Z | Compiling xattr v1.3.1 |
| 2146 | 2025-04-01T17:25:16.919Z | Compiling filetime v0.2.25 |
| 2147 | 2025-04-01T17:25:16.938Z | Compiling memmap2 v0.9.5 |
| 2148 | 2025-04-01T17:25:17.011Z | Compiling same-file v1.0.6 |
| 2149 | 2025-04-01T17:25:17.306Z | Compiling arrayvec v0.7.6 |
| 2150 | 2025-04-01T17:25:17.326Z | Compiling arrayref v0.3.9 |
| 2151 | 2025-04-01T17:25:17.330Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2152 | 2025-04-01T17:25:17.441Z | Compiling constant_time_eq v0.3.1 |
| 2153 | 2025-04-01T17:25:17.461Z | Compiling walkdir v2.5.0 |
| 2154 | 2025-04-01T17:25:17.486Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2155 | 2025-04-01T17:25:17.590Z | Compiling tar v0.4.44 |
| 2156 | 2025-04-01T17:25:18.840Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2157 | 2025-04-01T17:25:18.966Z | Compiling gethostname v0.5.0 |
| 2158 | 2025-04-01T17:25:19.061Z | Compiling cargo-platform v0.1.8 |
| 2159 | 2025-04-01T17:25:19.224Z | Compiling fixedbitset v0.5.7 |
| 2160 | 2025-04-01T17:25:19.282Z | Compiling topological-sort v0.2.2 |
| 2161 | 2025-04-01T17:25:19.602Z | Compiling omicron-zone-package v0.12.0 |
| 2162 | 2025-04-01T17:25:20.186Z | Compiling petgraph v0.7.1 |
| 2163 | 2025-04-01T17:25:20.239Z | Compiling cargo_metadata v0.19.2 |
| 2164 | 2025-04-01T17:25:20.399Z | Compiling indent_write v2.2.0 |
| 2165 | 2025-04-01T17:25:20.667Z | Compiling shell-words v1.1.0 |
| 2166 | 2025-04-01T17:25:30.162Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2167 | 2025-04-01T17:25:32.170Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2168 | 2025-04-01T17:25:35.121Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2169 | 2025-04-01T17:25:50.193Z | Finished `release` profile [optimized] target(s) in 5m 02s |
| 2170 | 2025-04-01T17:25:50.363Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2171 | 2025-04-01T17:25:50.412Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2172 | 2025-04-01T17:25:50.415Z | Created new build target 'test' and set it as active |
| 2173 | 2025-04-01T17:25:50.415Z | |
| 2174 | 2025-04-01T17:25:50.415Z | real 5:03.134299679 |
| 2175 | 2025-04-01T17:25:50.415Z | user 35:02.214403552 |
| 2176 | 2025-04-01T17:25:50.415Z | sys 3:29.998912683 |
| 2177 | 2025-04-01T17:25:50.415Z | trap 1.114023358 |
| 2178 | 2025-04-01T17:25:50.415Z | tflt 1.954677761 |
| 2179 | 2025-04-01T17:25:50.415Z | dflt 1.084072735 |
| 2180 | 2025-04-01T17:25:50.415Z | kflt 0.000148792 |
| 2181 | 2025-04-01T17:25:50.415Z | lock 1:07:35.594265494 |
| 2182 | 2025-04-01T17:25:50.415Z | slp 2:21:12.775334832 |
| 2183 | 2025-04-01T17:25:50.415Z | lat 2:43.025537768 |
| 2184 | 2025-04-01T17:25:50.415Z | stop 4:45.793148205 |
| 2185 | 2025-04-01T17:25:50.415Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2186 | 2025-04-01T17:25:51.417Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 2187 | 2025-04-01T17:25:51.479Z | Running `target/release/omicron-package -t test package` |
| 2188 | 2025-04-01T17:25:51.526Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2189 | 2025-04-01T17:25:52.702Z | Compiling ring v0.17.11 |
| 2190 | 2025-04-01T17:25:52.872Z | Compiling convert_case v0.4.0 |
| 2191 | 2025-04-01T17:25:52.882Z | Compiling camino v1.1.9 |
| 2192 | 2025-04-01T17:25:52.885Z | Compiling derive-where v1.2.7 |
| 2193 | 2025-04-01T17:25:52.885Z | Compiling newline-converter v0.3.0 |
| 2194 | 2025-04-01T17:25:52.885Z | Compiling fastrand v2.1.1 |
| 2195 | 2025-04-01T17:25:52.885Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2196 | 2025-04-01T17:25:53.119Z | Compiling expectorate v1.1.0 |
| 2197 | 2025-04-01T17:25:53.350Z | Compiling tempfile v3.13.0 |
| 2198 | 2025-04-01T17:25:53.387Z | Compiling password-hash v0.5.0 |
| 2199 | 2025-04-01T17:25:53.566Z | Compiling derive_more v0.99.19 |
| 2200 | 2025-04-01T17:25:53.600Z | Compiling blake2 v0.10.6 |
| 2201 | 2025-04-01T17:25:53.716Z | Compiling base64 v0.21.7 |
| 2202 | 2025-04-01T17:25:53.992Z | Compiling atomicwrites v0.4.4 |
| 2203 | 2025-04-01T17:25:54.512Z | Compiling argon2 v0.5.3 |
| 2204 | 2025-04-01T17:25:54.785Z | Compiling toml v0.8.20 |
| 2205 | 2025-04-01T17:25:54.805Z | Compiling cancel-safe-futures v0.1.5 |
| 2206 | 2025-04-01T17:25:55.178Z | Compiling owo-colors v4.2.0 |
| 2207 | 2025-04-01T17:25:55.552Z | Compiling num-rational v0.4.2 |
| 2208 | 2025-04-01T17:25:55.770Z | Compiling libsw-core v0.3.1 |
| 2209 | 2025-04-01T17:25:55.790Z | Compiling num-complex v0.4.6 |
| 2210 | 2025-04-01T17:25:56.042Z | Compiling dirs-sys-next v0.1.2 |
| 2211 | 2025-04-01T17:25:56.061Z | Compiling libsw v3.4.0 |
| 2212 | 2025-04-01T17:25:56.372Z | Compiling dirs-next v2.0.0 |
| 2213 | 2025-04-01T17:25:56.810Z | Compiling num v0.4.3 |
| 2214 | 2025-04-01T17:25:56.900Z | Compiling swrite v0.1.0 |
| 2215 | 2025-04-01T17:25:56.918Z | Compiling linear-map v1.2.0 |
| 2216 | 2025-04-01T17:25:57.030Z | Compiling utf-8 v0.7.6 |
| 2217 | 2025-04-01T17:25:57.202Z | Compiling float-ord v0.3.2 |
| 2218 | 2025-04-01T17:25:57.316Z | Compiling term v0.7.0 |
| 2219 | 2025-04-01T17:25:57.378Z | Compiling is-terminal v0.4.13 |
| 2220 | 2025-04-01T17:25:57.382Z | Compiling linked-hash-map v0.5.6 |
| 2221 | 2025-04-01T17:25:57.513Z | Compiling highway v1.3.0 |
| 2222 | 2025-04-01T17:25:57.755Z | Compiling lru-cache v0.1.2 |
| 2223 | 2025-04-01T17:25:57.888Z | Compiling rustls v0.23.19 |
| 2224 | 2025-04-01T17:25:57.919Z | Compiling tungstenite v0.21.0 |
| 2225 | 2025-04-01T17:25:57.994Z | Compiling semver v0.1.20 |
| 2226 | 2025-04-01T17:25:58.398Z | Compiling resolv-conf v0.7.0 |
| 2227 | 2025-04-01T17:25:58.497Z | Compiling rustc_version v0.1.7 |
| 2228 | 2025-04-01T17:25:58.875Z | Compiling newtype_derive v0.1.6 |
| 2229 | 2025-04-01T17:25:58.956Z | Compiling hickory-resolver v0.24.4 |
| 2230 | 2025-04-01T17:25:58.960Z | Compiling rustls v0.22.4 |
| 2231 | 2025-04-01T17:25:59.008Z | Compiling thread_local v1.1.8 |
| 2232 | 2025-04-01T17:25:59.076Z | Compiling tokio-tungstenite v0.21.0 |
| 2233 | 2025-04-01T17:25:59.237Z | Compiling wait-timeout v0.2.0 |
| 2234 | 2025-04-01T17:25:59.467Z | Compiling quick-error v1.2.3 |
| 2235 | 2025-04-01T17:25:59.646Z | Compiling bit-vec v0.8.0 |
| 2236 | 2025-04-01T17:25:59.666Z | Compiling match_cfg v0.1.0 |
| 2237 | 2025-04-01T17:25:59.714Z | Compiling rusty-fork v0.3.0 |
| 2238 | 2025-04-01T17:25:59.780Z | Compiling hostname v0.3.1 |
| 2239 | 2025-04-01T17:25:59.985Z | Compiling multer v3.1.0 |
| 2240 | 2025-04-01T17:26:00.063Z | Compiling bit-set v0.8.0 |
| 2241 | 2025-04-01T17:26:00.082Z | Compiling slog-async v2.8.0 |
| 2242 | 2025-04-01T17:26:00.159Z | Compiling slog-json v2.6.1 |
| 2243 | 2025-04-01T17:26:00.218Z | Compiling crossbeam-channel v0.5.13 |
| 2244 | 2025-04-01T17:26:00.303Z | Compiling rustls-webpki v0.102.8 |
| 2245 | 2025-04-01T17:26:00.362Z | Compiling rand_xorshift v0.3.0 |
| 2246 | 2025-04-01T17:26:00.492Z | Compiling unarray v0.1.4 |
| 2247 | 2025-04-01T17:26:00.618Z | Compiling humantime v2.1.0 |
| 2248 | 2025-04-01T17:26:00.673Z | Compiling take_mut v0.2.2 |
| 2249 | 2025-04-01T17:26:00.849Z | Compiling proptest v1.6.0 |
| 2250 | 2025-04-01T17:26:01.895Z | Compiling slog-bunyan v2.5.0 |
| 2251 | 2025-04-01T17:26:02.251Z | Compiling slog-term v2.9.1 |
| 2252 | 2025-04-01T17:26:02.690Z | Compiling parse-display v0.10.0 |
| 2253 | 2025-04-01T17:26:02.834Z | Compiling dropshot v0.16.0 |
| 2254 | 2025-04-01T17:26:02.911Z | Compiling async-stream v0.3.6 |
| 2255 | 2025-04-01T17:26:03.157Z | Compiling strum v0.26.3 |
| 2256 | 2025-04-01T17:26:03.204Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2257 | 2025-04-01T17:26:03.220Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2258 | 2025-04-01T17:26:03.331Z | Compiling waitgroup v0.1.2 |
| 2259 | 2025-04-01T17:26:03.366Z | Compiling serde_path_to_error v0.1.16 |
| 2260 | 2025-04-01T17:26:03.558Z | Compiling hostname v0.4.0 |
| 2261 | 2025-04-01T17:26:03.765Z | Compiling instant v0.1.13 |
| 2262 | 2025-04-01T17:26:03.938Z | Compiling debug-ignore v1.0.5 |
| 2263 | 2025-04-01T17:26:04.101Z | Compiling backoff v0.4.0 |
| 2264 | 2025-04-01T17:26:04.104Z | Compiling steno v0.4.1 |
| 2265 | 2025-04-01T17:26:04.466Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2266 | 2025-04-01T17:26:05.716Z | Compiling tokio-rustls v0.25.0 |
| 2267 | 2025-04-01T17:26:08.172Z | Compiling tokio-rustls v0.26.0 |
| 2268 | 2025-04-01T17:26:08.306Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#0ae28910) |
| 2269 | 2025-04-01T17:26:08.651Z | Compiling hyper-rustls v0.27.3 |
| 2270 | 2025-04-01T17:26:09.162Z | Compiling reqwest v0.12.12 |
| 2271 | 2025-04-01T17:26:09.231Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2272 | 2025-04-01T17:26:09.443Z | Compiling serde_with v3.12.0 |
| 2273 | 2025-04-01T17:26:13.347Z | Compiling progenitor-client v0.9.1 |
| 2274 | 2025-04-01T17:26:13.915Z | Compiling progenitor v0.9.1 |
| 2275 | 2025-04-01T17:26:14.157Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
| 2276 | 2025-04-01T17:26:14.469Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2277 | 2025-04-01T17:26:16.379Z | Compiling macaddr v1.0.1 |
| 2278 | 2025-04-01T17:26:16.806Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2279 | 2025-04-01T17:26:16.882Z | Compiling qorb v0.2.1 |
| 2280 | 2025-04-01T17:26:18.178Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2281 | 2025-04-01T17:26:19.244Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2282 | 2025-04-01T17:26:20.120Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2283 | 2025-04-01T17:26:20.391Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2284 | 2025-04-01T17:26:24.957Z | Compiling slog-dtrace v0.3.0 |
| 2285 | 2025-04-01T17:26:25.594Z | Compiling prettyplease v0.2.30 |
| 2286 | 2025-04-01T17:26:36.500Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2287 | 2025-04-01T17:26:39.682Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2288 | 2025-04-01T17:26:40.300Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2289 | 2025-04-01T17:26:42.605Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2290 | 2025-04-01T17:26:47.760Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2291 | 2025-04-01T17:26:48.026Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2292 | 2025-04-01T17:26:48.104Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2293 | 2025-04-01T17:26:50.985Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2294 | 2025-04-01T17:26:52.002Z | Compiling half v2.4.1 |
| 2295 | 2025-04-01T17:26:52.141Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2296 | 2025-04-01T17:26:52.725Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2297 | 2025-04-01T17:26:54.608Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2298 | 2025-04-01T17:26:56.031Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2299 | 2025-04-01T17:26:58.411Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2300 | 2025-04-01T17:26:59.697Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2301 | 2025-04-01T17:27:02.859Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2302 | 2025-04-01T17:27:07.801Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2303 | 2025-04-01T17:27:07.837Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2304 | 2025-04-01T17:27:07.893Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2305 | 2025-04-01T17:27:08.154Z | Compiling ciborium-io v0.2.2 |
| 2306 | 2025-04-01T17:27:08.326Z | Compiling ciborium-ll v0.2.2 |
| 2307 | 2025-04-01T17:27:08.860Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2308 | 2025-04-01T17:27:09.341Z | Compiling bytecount v0.6.8 |
| 2309 | 2025-04-01T17:27:09.700Z | Compiling ciborium v0.2.2 |
| 2310 | 2025-04-01T17:27:11.780Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2311 | 2025-04-01T17:27:17.671Z | Compiling display-error-chain v0.2.2 |
| 2312 | 2025-04-01T17:27:17.841Z | Compiling const_format_proc_macros v0.2.34 |
| 2313 | 2025-04-01T17:27:17.969Z | Compiling keccak v0.1.5 |
| 2314 | 2025-04-01T17:27:18.131Z | Compiling same-file v1.0.6 |
| 2315 | 2025-04-01T17:27:18.401Z | Compiling maplit v1.0.2 |
| 2316 | 2025-04-01T17:27:18.552Z | Compiling crunchy v0.2.2 |
| 2317 | 2025-04-01T17:27:19.071Z | Compiling walkdir v2.5.0 |
| 2318 | 2025-04-01T17:27:19.196Z | Compiling sha3 v0.10.8 |
| 2319 | 2025-04-01T17:27:19.599Z | Compiling const_format v0.2.34 |
| 2320 | 2025-04-01T17:27:19.696Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2321 | 2025-04-01T17:27:19.992Z | Compiling dsl_auto_type v0.1.2 |
| 2322 | 2025-04-01T17:27:20.861Z | Compiling scheduled-thread-pool v0.2.7 |
| 2323 | 2025-04-01T17:27:21.051Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2324 | 2025-04-01T17:27:21.205Z | Compiling tiny-keccak v2.0.2 |
| 2325 | 2025-04-01T17:27:21.409Z | Compiling radium v0.7.0 |
| 2326 | 2025-04-01T17:27:21.561Z | Compiling diesel_derives v2.2.3 |
| 2327 | 2025-04-01T17:27:21.909Z | Compiling r2d2 v0.8.10 |
| 2328 | 2025-04-01T17:27:22.188Z | Compiling blake3 v1.5.4 |
| 2329 | 2025-04-01T17:27:22.512Z | Compiling xattr v1.3.1 |
| 2330 | 2025-04-01T17:27:22.790Z | Compiling memmap2 v0.9.5 |
| 2331 | 2025-04-01T17:27:22.900Z | Compiling filetime v0.2.25 |
| 2332 | 2025-04-01T17:27:22.995Z | Compiling arrayvec v0.7.6 |
| 2333 | 2025-04-01T17:27:23.178Z | Compiling constant_time_eq v0.3.1 |
| 2334 | 2025-04-01T17:27:23.190Z | Compiling maybe-uninit v2.0.0 |
| 2335 | 2025-04-01T17:27:23.270Z | Compiling arrayref v0.3.9 |
| 2336 | 2025-04-01T17:27:23.357Z | Compiling tap v1.0.1 |
| 2337 | 2025-04-01T17:27:23.398Z | Compiling bit-vec v0.6.3 |
| 2338 | 2025-04-01T17:27:23.569Z | Compiling wyz v0.5.1 |
| 2339 | 2025-04-01T17:27:23.741Z | Compiling bit-set v0.5.3 |
| 2340 | 2025-04-01T17:27:23.786Z | Compiling tar v0.4.44 |
| 2341 | 2025-04-01T17:27:24.385Z | Compiling toolchain_find v0.4.0 |
| 2342 | 2025-04-01T17:27:24.465Z | Compiling ascii-canvas v3.0.0 |
| 2343 | 2025-04-01T17:27:24.533Z | Compiling camino-tempfile v1.1.1 |
| 2344 | 2025-04-01T17:27:24.906Z | Compiling phf_generator v0.11.2 |
| 2345 | 2025-04-01T17:27:24.915Z | Compiling secrecy v0.8.0 |
| 2346 | 2025-04-01T17:27:24.954Z | Compiling async-recursion v1.1.1 |
| 2347 | 2025-04-01T17:27:25.093Z | Compiling ena v0.14.3 |
| 2348 | 2025-04-01T17:27:25.182Z | Compiling funty v2.0.0 |
| 2349 | 2025-04-01T17:27:25.517Z | Compiling packed_struct v0.10.1 |
| 2350 | 2025-04-01T17:27:25.632Z | Compiling regex-syntax v0.6.29 |
| 2351 | 2025-04-01T17:27:25.956Z | Compiling crc-catalog v2.4.0 |
| 2352 | 2025-04-01T17:27:26.118Z | Compiling bindgen v0.71.1 |
| 2353 | 2025-04-01T17:27:26.251Z | Compiling topological-sort v0.2.2 |
| 2354 | 2025-04-01T17:27:26.489Z | Compiling diff v0.1.13 |
| 2355 | 2025-04-01T17:27:26.590Z | Compiling omicron-zone-package v0.12.0 |
| 2356 | 2025-04-01T17:27:26.928Z | Compiling crc v3.2.1 |
| 2357 | 2025-04-01T17:27:27.855Z | Compiling bitvec v1.0.1 |
| 2358 | 2025-04-01T17:27:28.158Z | Compiling phf_codegen v0.11.2 |
| 2359 | 2025-04-01T17:27:28.392Z | Compiling rustfmt-wrapper v0.2.1 |
| 2360 | 2025-04-01T17:27:28.956Z | Compiling lalrpop v0.19.12 |
| 2361 | 2025-04-01T17:27:29.108Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2362 | 2025-04-01T17:27:30.211Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2363 | 2025-04-01T17:27:30.457Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2364 | 2025-04-01T17:27:30.707Z | Compiling typify-impl v0.2.0 |
| 2365 | 2025-04-01T17:27:31.164Z | Compiling universal-hash v0.5.1 |
| 2366 | 2025-04-01T17:27:31.416Z | Compiling packed_struct_codegen v0.10.1 |
| 2367 | 2025-04-01T17:27:31.431Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2368 | 2025-04-01T17:27:31.947Z | Compiling diesel v2.2.8 |
| 2369 | 2025-04-01T17:27:32.310Z | Compiling parse-zoneinfo v0.3.1 |
| 2370 | 2025-04-01T17:27:33.703Z | Compiling indexmap v1.9.3 |
| 2371 | 2025-04-01T17:27:33.727Z | Compiling ref-cast v1.0.23 |
| 2372 | 2025-04-01T17:27:33.846Z | Compiling nodrop v0.1.14 |
| 2373 | 2025-04-01T17:27:34.016Z | Compiling rustc-hash v2.1.1 |
| 2374 | 2025-04-01T17:27:34.038Z | Compiling opaque-debug v0.3.1 |
| 2375 | 2025-04-01T17:27:34.214Z | Compiling poly1305 v0.8.0 |
| 2376 | 2025-04-01T17:27:34.363Z | Compiling array-init v0.0.4 |
| 2377 | 2025-04-01T17:27:35.464Z | Compiling thiserror-no-std v2.0.2 |
| 2378 | 2025-04-01T17:27:35.685Z | Compiling chrono-tz-build v0.4.0 |
| 2379 | 2025-04-01T17:27:36.677Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2380 | 2025-04-01T17:27:39.762Z | Compiling smallvec v0.6.14 |
| 2381 | 2025-04-01T17:27:40.256Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2382 | 2025-04-01T17:27:40.457Z | Compiling typify-macro v0.2.0 |
| 2383 | 2025-04-01T17:27:40.560Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2384 | 2025-04-01T17:27:40.918Z | Compiling derive_builder_core v0.20.2 |
| 2385 | 2025-04-01T17:27:42.927Z | Compiling itertools v0.13.0 |
| 2386 | 2025-04-01T17:27:43.624Z | Compiling chacha20 v0.9.1 |
| 2387 | 2025-04-01T17:27:44.082Z | Compiling headers-core v0.3.0 |
| 2388 | 2025-04-01T17:27:44.323Z | Compiling aead v0.5.2 |
| 2389 | 2025-04-01T17:27:44.684Z | Compiling libxml v0.3.3 |
| 2390 | 2025-04-01T17:27:45.097Z | Compiling ref-cast-impl v1.0.23 |
| 2391 | 2025-04-01T17:27:45.603Z | Compiling vte_generate_state_changes v0.1.2 |
| 2392 | 2025-04-01T17:27:46.186Z | Compiling hashbrown v0.12.3 |
| 2393 | 2025-04-01T17:27:46.229Z | Compiling termcolor v1.4.1 |
| 2394 | 2025-04-01T17:27:46.394Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2395 | 2025-04-01T17:27:46.495Z | Compiling arc-swap v1.7.1 |
| 2396 | 2025-04-01T17:27:46.746Z | Compiling bitfield v0.14.0 |
| 2397 | 2025-04-01T17:27:47.070Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2398 | 2025-04-01T17:27:47.156Z | Compiling slog-scope v4.4.0 |
| 2399 | 2025-04-01T17:27:47.302Z | Compiling env_logger v0.10.2 |
| 2400 | 2025-04-01T17:27:47.899Z | Compiling samael v0.0.18 |
| 2401 | 2025-04-01T17:27:48.527Z | Compiling vte v0.11.1 |
| 2402 | 2025-04-01T17:27:53.575Z | Compiling chacha20poly1305 v0.10.1 |
| 2403 | 2025-04-01T17:27:53.607Z | Compiling headers v0.4.0 |
| 2404 | 2025-04-01T17:27:53.608Z | Compiling derive_builder_macro v0.20.2 |
| 2405 | 2025-04-01T17:27:53.608Z | Compiling polar-core v0.27.3 |
| 2406 | 2025-04-01T17:27:53.610Z | Compiling serde-hex v0.1.0 |
| 2407 | 2025-04-01T17:27:53.618Z | Compiling chrono-tz v0.10.1 |
| 2408 | 2025-04-01T17:27:53.619Z | Compiling vsss-rs v3.3.4 |
| 2409 | 2025-04-01T17:27:53.828Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2410 | 2025-04-01T17:27:56.132Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2411 | 2025-04-01T17:27:56.529Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2412 | 2025-04-01T17:27:56.532Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2413 | 2025-04-01T17:27:56.791Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2414 | 2025-04-01T17:27:56.847Z | Compiling ron v0.8.1 |
| 2415 | 2025-04-01T17:27:57.126Z | Compiling hashbrown v0.13.2 |
| 2416 | 2025-04-01T17:27:58.416Z | Compiling strum_macros v0.24.3 |
| 2417 | 2025-04-01T17:28:00.917Z | Compiling unicase v2.7.0 |
| 2418 | 2025-04-01T17:28:01.274Z | Compiling indoc v1.0.9 |
| 2419 | 2025-04-01T17:28:01.344Z | Compiling crc-any v2.5.0 |
| 2420 | 2025-04-01T17:28:02.094Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2421 | 2025-04-01T17:28:02.286Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2422 | 2025-04-01T17:28:02.539Z | Compiling object v0.30.4 |
| 2423 | 2025-04-01T17:28:14.585Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2424 | 2025-04-01T17:28:17.921Z | Compiling derive_builder v0.20.2 |
| 2425 | 2025-04-01T17:28:19.086Z | Compiling strip-ansi-escapes v0.2.0 |
| 2426 | 2025-04-01T17:28:19.925Z | Compiling slog-stdlog v4.1.1 |
| 2427 | 2025-04-01T17:28:21.304Z | Compiling papergrid v0.11.0 |
| 2428 | 2025-04-01T17:28:22.623Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2429 | 2025-04-01T17:28:22.965Z | Compiling tabled_derive v0.7.0 |
| 2430 | 2025-04-01T17:28:23.350Z | Compiling fd-lock v4.0.2 |
| 2431 | 2025-04-01T17:28:23.607Z | Compiling peg-macros v0.8.5 |
| 2432 | 2025-04-01T17:28:24.960Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2433 | 2025-04-01T17:28:25.947Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2434 | 2025-04-01T17:28:26.738Z | Compiling oso-derive v0.27.3 |
| 2435 | 2025-04-01T17:28:27.695Z | Compiling quick-xml v0.37.2 |
| 2436 | 2025-04-01T17:28:31.688Z | Compiling diesel-dtrace v0.4.2 |
| 2437 | 2025-04-01T17:28:32.051Z | Compiling path-slash v0.1.5 |
| 2438 | 2025-04-01T17:28:32.328Z | Compiling nu-ansi-term v0.50.1 |
| 2439 | 2025-04-01T17:28:33.648Z | Compiling reedline v0.38.0 |
| 2440 | 2025-04-01T17:28:34.463Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#8a66b292) |
| 2441 | 2025-04-01T17:28:40.161Z | Compiling oso v0.27.3 |
| 2442 | 2025-04-01T17:28:48.149Z | Compiling peg v0.8.5 |
| 2443 | 2025-04-01T17:28:48.319Z | Compiling tabled v0.15.0 |
| 2444 | 2025-04-01T17:28:50.057Z | Compiling slog-envlogger v2.2.0 |
| 2445 | 2025-04-01T17:28:52.438Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2446 | 2025-04-01T17:28:56.774Z | Compiling typify v0.2.0 |
| 2447 | 2025-04-01T17:28:56.936Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2448 | 2025-04-01T17:28:57.802Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2449 | 2025-04-01T17:28:58.475Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2450 | 2025-04-01T17:28:58.845Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2451 | 2025-04-01T17:29:03.628Z | Compiling pem v3.0.5 |
| 2452 | 2025-04-01T17:29:05.126Z | Compiling bb8 v0.8.5 |
| 2453 | 2025-04-01T17:29:05.717Z | Compiling bcs v0.1.6 |
| 2454 | 2025-04-01T17:29:06.521Z | Compiling fxhash v0.2.1 |
| 2455 | 2025-04-01T17:29:06.769Z | Compiling libz-sys v1.1.20 |
| 2456 | 2025-04-01T17:29:07.434Z | Compiling termtree v0.5.1 |
| 2457 | 2025-04-01T17:29:08.074Z | Compiling async-bb8-diesel v0.2.1 |
| 2458 | 2025-04-01T17:29:09.058Z | Compiling progenitor-impl v0.8.0 |
| 2459 | 2025-04-01T17:29:09.815Z | Compiling kstat-rs v0.2.4 |
| 2460 | 2025-04-01T17:29:10.698Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2461 | 2025-04-01T17:29:11.444Z | Compiling proc-macro-error2 v2.0.1 |
| 2462 | 2025-04-01T17:29:12.023Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2463 | 2025-04-01T17:29:14.807Z | Compiling progenitor-macro v0.8.0 |
| 2464 | 2025-04-01T17:29:21.549Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2465 | 2025-04-01T17:29:25.112Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#0ae28910) |
| 2466 | 2025-04-01T17:29:25.656Z | Compiling progenitor-client v0.8.0 |
| 2467 | 2025-04-01T17:29:26.596Z | Compiling nanorand v0.7.0 |
| 2468 | 2025-04-01T17:29:27.284Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2469 | 2025-04-01T17:29:28.065Z | Compiling pin-project-internal v1.1.6 |
| 2470 | 2025-04-01T17:29:30.634Z | Compiling parking_lot_core v0.8.6 |
| 2471 | 2025-04-01T17:29:31.118Z | Compiling pin-project v1.1.6 |
| 2472 | 2025-04-01T17:29:32.235Z | Compiling flume v0.11.1 |
| 2473 | 2025-04-01T17:29:32.942Z | Compiling progenitor v0.8.0 |
| 2474 | 2025-04-01T17:29:33.209Z | Compiling mime_guess v2.0.5 |
| 2475 | 2025-04-01T17:29:34.275Z | Compiling tabled_derive v0.10.0 |
| 2476 | 2025-04-01T17:29:37.033Z | Compiling papergrid v0.14.0 |
| 2477 | 2025-04-01T17:29:51.516Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2478 | 2025-04-01T17:29:55.702Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2479 | 2025-04-01T17:30:00.227Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2480 | 2025-04-01T17:30:03.220Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2481 | 2025-04-01T17:30:03.868Z | Compiling snafu-derive v0.8.5 |
| 2482 | 2025-04-01T17:30:06.405Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2483 | 2025-04-01T17:30:06.882Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2484 | 2025-04-01T17:30:07.872Z | Compiling snafu v0.8.5 |
| 2485 | 2025-04-01T17:30:09.111Z | Compiling tabled v0.18.0 |
| 2486 | 2025-04-01T17:30:17.561Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2487 | 2025-04-01T17:30:17.645Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2488 | 2025-04-01T17:30:18.321Z | Compiling globset v0.4.15 |
| 2489 | 2025-04-01T17:30:19.701Z | Compiling olpc-cjson v0.1.4 |
| 2490 | 2025-04-01T17:30:20.021Z | Compiling vergen v8.3.2 |
| 2491 | 2025-04-01T17:30:20.359Z | Compiling castaway v0.2.3 |
| 2492 | 2025-04-01T17:30:20.567Z | Compiling nibble_vec v0.1.0 |
| 2493 | 2025-04-01T17:30:20.820Z | Compiling cargo-platform v0.1.8 |
| 2494 | 2025-04-01T17:30:21.048Z | Compiling serde_plain v1.0.2 |
| 2495 | 2025-04-01T17:30:21.302Z | Compiling atty v0.2.14 |
| 2496 | 2025-04-01T17:30:21.491Z | Compiling salty v0.3.0 |
| 2497 | 2025-04-01T17:30:21.579Z | Compiling io-lifetimes v1.0.11 |
| 2498 | 2025-04-01T17:30:21.927Z | Compiling endian-type v0.1.2 |
| 2499 | 2025-04-01T17:30:21.957Z | Compiling http-range v0.1.5 |
| 2500 | 2025-04-01T17:30:22.118Z | Compiling typed-path v0.9.3 |
| 2501 | 2025-04-01T17:30:22.195Z | Compiling radix_trie v0.2.1 |
| 2502 | 2025-04-01T17:30:23.056Z | Compiling git2 v0.19.0 |
| 2503 | 2025-04-01T17:30:23.108Z | Compiling cargo_metadata v0.18.1 |
| 2504 | 2025-04-01T17:30:23.788Z | Compiling compact_str v0.8.0 |
| 2505 | 2025-04-01T17:30:24.287Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2506 | 2025-04-01T17:30:25.481Z | Compiling tough v0.20.0 |
| 2507 | 2025-04-01T17:30:25.888Z | Compiling parking_lot v0.11.2 |
| 2508 | 2025-04-01T17:30:28.120Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2509 | 2025-04-01T17:30:29.039Z | Compiling unicode-truncate v1.1.0 |
| 2510 | 2025-04-01T17:30:29.360Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2511 | 2025-04-01T17:30:29.532Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2512 | 2025-04-01T17:30:31.092Z | Compiling lru v0.12.5 |
| 2513 | 2025-04-01T17:30:31.509Z | Compiling rand_seeder v0.3.0 |
| 2514 | 2025-04-01T17:30:31.918Z | Compiling lzma-sys v0.1.20 |
| 2515 | 2025-04-01T17:30:32.645Z | Compiling instability v0.3.2 |
| 2516 | 2025-04-01T17:30:33.624Z | Compiling rustls v0.21.12 |
| 2517 | 2025-04-01T17:30:33.654Z | Compiling indoc v2.0.6 |
| 2518 | 2025-04-01T17:30:33.957Z | Compiling cassowary v0.3.0 |
| 2519 | 2025-04-01T17:30:33.985Z | Compiling parse-size v1.1.0 |
| 2520 | 2025-04-01T17:30:34.307Z | Compiling rustix v0.37.28 |
| 2521 | 2025-04-01T17:30:34.586Z | Compiling ratatui v0.29.0 |
| 2522 | 2025-04-01T17:30:35.220Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#0ae28910) |
| 2523 | 2025-04-01T17:30:35.313Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2524 | 2025-04-01T17:30:35.567Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2525 | 2025-04-01T17:30:37.368Z | Compiling hyper-staticfile v0.10.1 |
| 2526 | 2025-04-01T17:30:37.478Z | Compiling sled v0.34.7 |
| 2527 | 2025-04-01T17:30:40.162Z | Compiling hickory-client v0.24.4 |
| 2528 | 2025-04-01T17:30:40.425Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2529 | 2025-04-01T17:30:41.654Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2530 | 2025-04-01T17:30:44.757Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2531 | 2025-04-01T17:30:47.073Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
| 2532 | 2025-04-01T17:30:48.573Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2533 | 2025-04-01T17:30:48.935Z | Compiling sct v0.7.1 |
| 2534 | 2025-04-01T17:30:49.496Z | Compiling rustls-webpki v0.101.7 |
| 2535 | 2025-04-01T17:30:53.279Z | Compiling hickory-server v0.24.4 |
| 2536 | 2025-04-01T17:30:53.681Z | Compiling primeorder v0.13.6 |
| 2537 | 2025-04-01T17:30:54.012Z | Compiling heck v0.3.3 |
| 2538 | 2025-04-01T17:30:54.271Z | Compiling env_filter v0.1.2 |
| 2539 | 2025-04-01T17:30:54.433Z | Compiling csv-core v0.1.11 |
| 2540 | 2025-04-01T17:30:55.337Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2541 | 2025-04-01T17:30:55.700Z | Compiling dropshot v0.12.0 |
| 2542 | 2025-04-01T17:30:55.939Z | Compiling csv v1.3.1 |
| 2543 | 2025-04-01T17:30:56.180Z | Compiling env_logger v0.11.5 |
| 2544 | 2025-04-01T17:30:57.623Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2545 | 2025-04-01T17:30:57.954Z | Compiling zone_cfg_derive v0.1.2 |
| 2546 | 2025-04-01T17:30:58.071Z | Compiling p384 v0.13.0 |
| 2547 | 2025-04-01T17:31:03.959Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2548 | 2025-04-01T17:31:04.944Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2549 | 2025-04-01T17:31:05.130Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2550 | 2025-04-01T17:31:05.940Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2551 | 2025-04-01T17:31:06.145Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2552 | 2025-04-01T17:31:06.617Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2553 | 2025-04-01T17:31:06.980Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2554 | 2025-04-01T17:31:07.183Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2555 | 2025-04-01T17:31:07.331Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2556 | 2025-04-01T17:31:07.525Z | Compiling tungstenite v0.23.0 |
| 2557 | 2025-04-01T17:31:07.674Z | Compiling nix v0.27.1 |
| 2558 | 2025-04-01T17:31:10.441Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2559 | 2025-04-01T17:31:11.131Z | Compiling dropshot_endpoint v0.12.0 |
| 2560 | 2025-04-01T17:31:12.615Z | Compiling base64 v0.13.1 |
| 2561 | 2025-04-01T17:31:12.656Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2562 | 2025-04-01T17:31:13.048Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2563 | 2025-04-01T17:31:13.068Z | Compiling ron v0.7.1 |
| 2564 | 2025-04-01T17:31:13.744Z | Compiling tokio-tungstenite v0.23.1 |
| 2565 | 2025-04-01T17:31:14.479Z | Compiling xz2 v0.1.7 |
| 2566 | 2025-04-01T17:31:18.225Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2567 | 2025-04-01T17:31:19.664Z | Compiling terminal_size v0.2.6 |
| 2568 | 2025-04-01T17:31:19.942Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2569 | 2025-04-01T17:31:24.370Z | Compiling tokio-rustls v0.24.1 |
| 2570 | 2025-04-01T17:31:24.374Z | Compiling zone v0.1.8 |
| 2571 | 2025-04-01T17:31:24.840Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2572 | 2025-04-01T17:31:27.549Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2573 | 2025-04-01T17:31:27.689Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2574 | 2025-04-01T17:31:28.476Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2575 | 2025-04-01T17:31:28.927Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2576 | 2025-04-01T17:31:29.052Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2577 | 2025-04-01T17:31:30.837Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2578 | 2025-04-01T17:31:31.548Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2579 | 2025-04-01T17:31:34.704Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2580 | 2025-04-01T17:31:36.422Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2581 | 2025-04-01T17:31:41.179Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2582 | 2025-04-01T17:31:41.611Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2583 | 2025-04-01T17:31:41.890Z | Compiling rustls-pemfile v1.0.4 |
| 2584 | 2025-04-01T17:31:41.950Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2585 | 2025-04-01T17:31:42.640Z | Compiling signal-hook-tokio v0.3.1 |
| 2586 | 2025-04-01T17:31:42.884Z | Compiling twox-hash v2.1.0 |
| 2587 | 2025-04-01T17:31:43.739Z | Compiling yasna v0.5.2 |
| 2588 | 2025-04-01T17:31:43.899Z | Compiling is_ci v1.2.0 |
| 2589 | 2025-04-01T17:31:44.168Z | Compiling unicode-linebreak v0.1.5 |
| 2590 | 2025-04-01T17:31:44.224Z | Compiling glob v0.3.2 |
| 2591 | 2025-04-01T17:31:44.609Z | Compiling smawk v0.3.2 |
| 2592 | 2025-04-01T17:31:44.635Z | Compiling supports-color v3.0.2 |
| 2593 | 2025-04-01T17:31:44.752Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2594 | 2025-04-01T17:31:44.914Z | Compiling rcgen v0.12.1 |
| 2595 | 2025-04-01T17:31:45.082Z | Compiling textwrap v0.16.1 |
| 2596 | 2025-04-01T17:31:47.166Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2597 | 2025-04-01T17:31:48.644Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2598 | 2025-04-01T17:31:49.140Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2599 | 2025-04-01T17:31:51.966Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2600 | 2025-04-01T17:31:55.758Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2601 | 2025-04-01T17:31:57.063Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2602 | 2025-04-01T17:31:58.204Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2603 | 2025-04-01T17:32:11.526Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2604 | 2025-04-01T17:32:15.543Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2605 | 2025-04-01T17:32:16.242Z | Compiling ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2606 | 2025-04-01T17:32:19.327Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2607 | 2025-04-01T17:32:20.887Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2608 | 2025-04-01T17:32:25.653Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2609 | 2025-04-01T17:32:26.179Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2610 | 2025-04-01T17:32:26.746Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2611 | 2025-04-01T17:32:32.654Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2612 | 2025-04-01T17:32:34.001Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2613 | 2025-04-01T17:32:34.063Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2614 | 2025-04-01T17:32:36.698Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2615 | 2025-04-01T17:32:37.053Z | Compiling fatfs v0.3.6 |
| 2616 | 2025-04-01T17:32:39.864Z | Compiling subprocess v0.2.9 |
| 2617 | 2025-04-01T17:32:40.294Z | Compiling rtoolbox v0.0.2 |
| 2618 | 2025-04-01T17:32:40.728Z | Compiling assert_matches v1.5.0 |
| 2619 | 2025-04-01T17:32:42.695Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2620 | 2025-04-01T17:32:44.444Z | Compiling rpassword v7.3.1 |
| 2621 | 2025-04-01T17:32:44.947Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2622 | 2025-04-01T17:32:45.116Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2623 | 2025-04-01T17:32:50.429Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2624 | 2025-04-01T17:32:57.433Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2625 | 2025-04-01T17:33:15.177Z | Compiling tui-tree-widget v0.23.0 |
| 2626 | 2025-04-01T17:33:15.641Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2627 | 2025-04-01T17:33:18.621Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2628 | 2025-04-01T17:33:18.979Z | Compiling uzers v0.12.1 |
| 2629 | 2025-04-01T17:33:22.161Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2630 | 2025-04-01T17:33:25.339Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2631 | 2025-04-01T17:33:27.303Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2632 | 2025-04-01T17:33:32.061Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2633 | 2025-04-01T17:33:42.532Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2634 | 2025-04-01T17:33:47.168Z | Compiling multimap v0.10.0 |
| 2635 | 2025-04-01T17:36:09.235Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2636 | 2025-04-01T17:43:42.958Z | Finished `release` profile [optimized] target(s) in 17m 51s |
| 2637 | 2025-04-01T17:44:50.905Z | |
| 2638 | 2025-04-01T17:44:50.908Z | real 19:00.246631251 |
| 2639 | 2025-04-01T17:44:50.908Z | user 2:13:01.183524802 |
| 2640 | 2025-04-01T17:44:50.909Z | sys 3:39.377637417 |
| 2641 | 2025-04-01T17:44:50.909Z | trap 3.356878012 |
| 2642 | 2025-04-01T17:44:50.909Z | tflt 1.839658149 |
| 2643 | 2025-04-01T17:44:50.909Z | dflt 4.578091207 |
| 2644 | 2025-04-01T17:44:50.909Z | kflt 0.001006581 |
| 2645 | 2025-04-01T17:44:50.909Z | lock 8:03:39.489592683 |
| 2646 | 2025-04-01T17:44:50.909Z | slp 6:52:44.251384678 |
| 2647 | 2025-04-01T17:44:50.909Z | lat 3:42.006102255 |
| 2648 | 2025-04-01T17:44:50.909Z | stop 3:01.215822369 |
| 2649 | 2025-04-01T17:44:50.909Z | + mapfile -t packages |
| 2650 | 2025-04-01T17:44:50.909Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2651 | 2025-04-01T17:44:51.974Z | Compiling ring v0.17.11 |
| 2652 | 2025-04-01T17:44:53.601Z | Compiling rustls v0.23.19 |
| 2653 | 2025-04-01T17:44:55.520Z | Compiling rustls-webpki v0.102.8 |
| 2654 | 2025-04-01T17:44:55.711Z | Compiling rustls v0.22.4 |
| 2655 | 2025-04-01T17:45:00.973Z | Compiling tokio-rustls v0.26.0 |
| 2656 | 2025-04-01T17:45:01.422Z | Compiling hyper-rustls v0.27.3 |
| 2657 | 2025-04-01T17:45:01.827Z | Compiling reqwest v0.12.12 |
| 2658 | 2025-04-01T17:45:02.360Z | Compiling tokio-rustls v0.25.0 |
| 2659 | 2025-04-01T17:45:02.857Z | Compiling dropshot v0.16.0 |
| 2660 | 2025-04-01T17:45:08.995Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2661 | 2025-04-01T17:45:09.605Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2662 | 2025-04-01T17:45:14.696Z | Compiling progenitor-client v0.9.1 |
| 2663 | 2025-04-01T17:45:15.392Z | Compiling progenitor v0.9.1 |
| 2664 | 2025-04-01T17:45:15.656Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
| 2665 | 2025-04-01T17:45:15.779Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2666 | 2025-04-01T17:45:16.617Z | Compiling omicron-zone-package v0.12.0 |
| 2667 | 2025-04-01T17:45:24.092Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2668 | 2025-04-01T17:45:32.582Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2669 | 2025-04-01T17:45:36.841Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2670 | 2025-04-01T17:45:38.833Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2671 | 2025-04-01T17:45:40.812Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2672 | 2025-04-01T17:45:55.384Z | Finished `release` profile [optimized] target(s) in 1m 04s |
| 2673 | 2025-04-01T17:45:55.554Z | Running `target/release/omicron-package -t test list-outputs` |
| 2674 | 2025-04-01T17:45:55.606Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2675 | 2025-04-01T17:45:55.609Z | + ptime -m cargo build --locked --release -p xtask |
| 2676 | 2025-04-01T17:45:56.202Z | Compiling serde v1.0.219 |
| 2677 | 2025-04-01T17:45:56.206Z | Compiling libc v0.2.170 |
| 2678 | 2025-04-01T17:45:56.206Z | Compiling serde_json v1.0.140 |
| 2679 | 2025-04-01T17:45:56.206Z | Compiling rustix v0.38.37 |
| 2680 | 2025-04-01T17:45:56.206Z | Compiling syn v2.0.98 |
| 2681 | 2025-04-01T17:45:56.303Z | Compiling bitflags v2.6.0 |
| 2682 | 2025-04-01T17:45:56.653Z | Compiling usdt-impl v0.5.0 |
| 2683 | 2025-04-01T17:45:56.704Z | Compiling syn v1.0.109 |
| 2684 | 2025-04-01T17:45:56.811Z | Compiling hashbrown v0.15.1 |
| 2685 | 2025-04-01T17:45:56.828Z | Compiling log v0.4.22 |
| 2686 | 2025-04-01T17:45:57.054Z | Compiling fs-err v2.11.0 |
| 2687 | 2025-04-01T17:45:57.266Z | Compiling once_cell v1.20.3 |
| 2688 | 2025-04-01T17:45:57.388Z | Compiling anyhow v1.0.97 |
| 2689 | 2025-04-01T17:45:57.679Z | Compiling thread-id v4.2.2 |
| 2690 | 2025-04-01T17:45:58.040Z | Compiling indexmap v2.7.1 |
| 2691 | 2025-04-01T17:45:59.146Z | Compiling terminal_size v0.4.0 |
| 2692 | 2025-04-01T17:45:59.185Z | Compiling tempfile v3.13.0 |
| 2693 | 2025-04-01T17:45:59.440Z | Compiling clap_builder v4.5.32 |
| 2694 | 2025-04-01T17:45:59.934Z | Compiling proc-macro-error v1.0.4 |
| 2695 | 2025-04-01T17:46:00.824Z | Compiling tabled_derive v0.7.0 |
| 2696 | 2025-04-01T17:46:01.906Z | Compiling tabled v0.15.0 |
| 2697 | 2025-04-01T17:46:02.571Z | Compiling serde_derive v1.0.219 |
| 2698 | 2025-04-01T17:46:02.571Z | Compiling thiserror-impl v1.0.69 |
| 2699 | 2025-04-01T17:46:02.574Z | Compiling zerocopy-derive v0.7.35 |
| 2700 | 2025-04-01T17:46:02.574Z | Compiling scroll_derive v0.12.0 |
| 2701 | 2025-04-01T17:46:02.574Z | Compiling thiserror-impl v2.0.12 |
| 2702 | 2025-04-01T17:46:03.969Z | Compiling scroll v0.12.0 |
| 2703 | 2025-04-01T17:46:04.409Z | Compiling zerocopy v0.7.35 |
| 2704 | 2025-04-01T17:46:04.668Z | Compiling goblin v0.8.2 |
| 2705 | 2025-04-01T17:46:05.356Z | Compiling thiserror v1.0.69 |
| 2706 | 2025-04-01T17:46:05.531Z | Compiling pest v2.7.14 |
| 2707 | 2025-04-01T17:46:07.050Z | Compiling thiserror v2.0.12 |
| 2708 | 2025-04-01T17:46:07.236Z | Compiling clap_derive v4.5.32 |
| 2709 | 2025-04-01T17:46:08.531Z | Compiling pest_meta v2.7.14 |
| 2710 | 2025-04-01T17:46:11.562Z | Compiling pest_generator v2.7.14 |
| 2711 | 2025-04-01T17:46:13.243Z | Compiling pest_derive v2.7.14 |
| 2712 | 2025-04-01T17:46:14.125Z | Compiling dtrace-parser v0.2.0 |
| 2713 | 2025-04-01T17:46:15.716Z | Compiling toml_datetime v0.6.8 |
| 2714 | 2025-04-01T17:46:16.421Z | Compiling serde_spanned v0.6.8 |
| 2715 | 2025-04-01T17:46:16.708Z | Compiling toml_edit v0.22.24 |
| 2716 | 2025-04-01T17:46:17.705Z | Compiling serde_tokenstream v0.2.2 |
| 2717 | 2025-04-01T17:46:18.352Z | Compiling dof v0.3.0 |
| 2718 | 2025-04-01T17:46:20.457Z | Compiling camino v1.1.9 |
| 2719 | 2025-04-01T17:46:22.130Z | Compiling usdt-attr-macro v0.5.0 |
| 2720 | 2025-04-01T17:46:23.459Z | Compiling usdt-macro v0.5.0 |
| 2721 | 2025-04-01T17:46:24.245Z | Compiling toml v0.8.20 |
| 2722 | 2025-04-01T17:46:24.670Z | Compiling cargo-platform v0.1.8 |
| 2723 | 2025-04-01T17:46:24.850Z | Compiling semver v1.0.25 |
| 2724 | 2025-04-01T17:46:25.738Z | Compiling cargo_metadata v0.19.2 |
| 2725 | 2025-04-01T17:46:26.288Z | Compiling cargo_toml v0.21.0 |
| 2726 | 2025-04-01T17:46:26.932Z | Compiling usdt v0.5.0 |
| 2727 | 2025-04-01T17:46:28.246Z | Compiling camino-tempfile v1.1.1 |
| 2728 | 2025-04-01T17:46:28.350Z | Compiling macaddr v1.0.1 |
| 2729 | 2025-04-01T17:46:29.006Z | Compiling clap v4.5.32 |
| 2730 | 2025-04-01T17:46:39.228Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2731 | 2025-04-01T17:46:44.942Z | Finished `release` profile [optimized] target(s) in 49.26s |
| 2732 | 2025-04-01T17:46:45.057Z | |
| 2733 | 2025-04-01T17:46:45.057Z | real 49.409355859 |
| 2734 | 2025-04-01T17:46:45.057Z | user 5:20.991002850 |
| 2735 | 2025-04-01T17:46:45.057Z | sys 19.000932244 |
| 2736 | 2025-04-01T17:46:45.057Z | trap 0.153708200 |
| 2737 | 2025-04-01T17:46:45.057Z | tflt 0.192028519 |
| 2738 | 2025-04-01T17:46:45.060Z | dflt 0.466513486 |
| 2739 | 2025-04-01T17:46:45.061Z | kflt 0.000021556 |
| 2740 | 2025-04-01T17:46:45.061Z | lock 9:58.506838117 |
| 2741 | 2025-04-01T17:46:45.061Z | slp 15:40.977648632 |
| 2742 | 2025-04-01T17:46:45.061Z | lat 14.791899460 |
| 2743 | 2025-04-01T17:46:45.061Z | stop 18.703687901 |
| 2744 | 2025-04-01T17:46:45.061Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2745 | 2025-04-01T17:46:45.061Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2746 | 2025-04-01T17:46:45.061Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2747 | 2025-04-01T17:46:45.061Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2748 | 2025-04-01T17:46:45.061Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2749 | 2025-04-01T17:46:45.997Z | Compiling regress v0.10.3 |
| 2750 | 2025-04-01T17:46:46.000Z | Compiling thiserror-impl v2.0.12 |
| 2751 | 2025-04-01T17:46:46.144Z | Compiling ident_case v1.0.1 |
| 2752 | 2025-04-01T17:46:46.144Z | Compiling unsafe-libyaml v0.2.11 |
| 2753 | 2025-04-01T17:46:46.147Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2754 | 2025-04-01T17:46:46.147Z | Compiling progenitor-client v0.9.1 |
| 2755 | 2025-04-01T17:46:46.147Z | Compiling tempfile v3.13.0 |
| 2756 | 2025-04-01T17:46:46.147Z | Compiling match_cfg v0.1.0 |
| 2757 | 2025-04-01T17:46:46.288Z | Compiling hostname v0.3.1 |
| 2758 | 2025-04-01T17:46:46.441Z | Compiling darling_core v0.20.10 |
| 2759 | 2025-04-01T17:46:46.495Z | Compiling toml v0.8.20 |
| 2760 | 2025-04-01T17:46:46.684Z | Compiling rustls v0.22.4 |
| 2761 | 2025-04-01T17:46:46.747Z | Compiling quick-error v1.2.3 |
| 2762 | 2025-04-01T17:46:46.919Z | Compiling multer v3.1.0 |
| 2763 | 2025-04-01T17:46:46.939Z | Compiling debug-ignore v1.0.5 |
| 2764 | 2025-04-01T17:46:47.092Z | Compiling slog-json v2.6.1 |
| 2765 | 2025-04-01T17:46:47.330Z | Compiling macaddr v1.0.1 |
| 2766 | 2025-04-01T17:46:47.470Z | Compiling serde_yaml v0.9.34+deprecated |
| 2767 | 2025-04-01T17:46:47.785Z | Compiling structmeta-derive v0.3.0 |
| 2768 | 2025-04-01T17:46:47.948Z | Compiling async-stream-impl v0.3.6 |
| 2769 | 2025-04-01T17:46:47.974Z | Compiling slog-bunyan v2.5.0 |
| 2770 | 2025-04-01T17:46:49.191Z | Compiling waitgroup v0.1.2 |
| 2771 | 2025-04-01T17:46:49.258Z | Compiling async-stream v0.3.6 |
| 2772 | 2025-04-01T17:46:49.279Z | Compiling thiserror v2.0.12 |
| 2773 | 2025-04-01T17:46:49.448Z | Compiling serde_path_to_error v0.1.16 |
| 2774 | 2025-04-01T17:46:49.471Z | Compiling hostname v0.4.0 |
| 2775 | 2025-04-01T17:46:49.588Z | Compiling wait-timeout v0.2.0 |
| 2776 | 2025-04-01T17:46:49.711Z | Compiling instant v0.1.13 |
| 2777 | 2025-04-01T17:46:49.890Z | Compiling typify-impl v0.3.0 |
| 2778 | 2025-04-01T17:46:50.156Z | Compiling dropshot v0.16.0 |
| 2779 | 2025-04-01T17:46:50.273Z | Compiling bit-vec v0.8.0 |
| 2780 | 2025-04-01T17:46:50.466Z | Compiling structmeta v0.3.0 |
| 2781 | 2025-04-01T17:46:50.588Z | Compiling rusty-fork v0.3.0 |
| 2782 | 2025-04-01T17:46:50.726Z | Compiling bit-set v0.8.0 |
| 2783 | 2025-04-01T17:46:50.784Z | Compiling dropshot_endpoint v0.16.0 |
| 2784 | 2025-04-01T17:46:50.863Z | Compiling parse-display-derive v0.10.0 |
| 2785 | 2025-04-01T17:46:50.980Z | Compiling rand_xorshift v0.3.0 |
| 2786 | 2025-04-01T17:46:51.009Z | Compiling unarray v0.1.4 |
| 2787 | 2025-04-01T17:46:51.198Z | Compiling proptest v1.6.0 |
| 2788 | 2025-04-01T17:46:51.249Z | Compiling tokio-rustls v0.25.0 |
| 2789 | 2025-04-01T17:46:51.331Z | Compiling test-strategy v0.4.0 |
| 2790 | 2025-04-01T17:46:51.687Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2791 | 2025-04-01T17:46:52.199Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2792 | 2025-04-01T17:46:52.388Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2793 | 2025-04-01T17:46:52.410Z | Compiling darling_macro v0.20.10 |
| 2794 | 2025-04-01T17:46:53.180Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2795 | 2025-04-01T17:46:53.369Z | Compiling darling v0.20.10 |
| 2796 | 2025-04-01T17:46:53.390Z | Compiling backoff v0.4.0 |
| 2797 | 2025-04-01T17:46:53.505Z | Compiling serde_with_macros v3.12.0 |
| 2798 | 2025-04-01T17:46:53.762Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2799 | 2025-04-01T17:46:54.516Z | Compiling proc-macro-crate v1.3.1 |
| 2800 | 2025-04-01T17:46:54.740Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2801 | 2025-04-01T17:46:54.774Z | Compiling parse-display v0.10.0 |
| 2802 | 2025-04-01T17:46:55.158Z | Compiling itertools v0.13.0 |
| 2803 | 2025-04-01T17:46:55.381Z | Compiling crucible-workspace-hack v0.1.0 |
| 2804 | 2025-04-01T17:46:55.419Z | Compiling num_enum_derive v0.5.11 |
| 2805 | 2025-04-01T17:46:55.515Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2806 | 2025-04-01T17:46:55.678Z | Compiling heapless v0.8.0 |
| 2807 | 2025-04-01T17:46:55.905Z | Compiling proc-macro-error v1.0.4 |
| 2808 | 2025-04-01T17:46:55.995Z | Compiling serde_with v3.12.0 |
| 2809 | 2025-04-01T17:46:56.542Z | Compiling camino-tempfile v1.1.1 |
| 2810 | 2025-04-01T17:46:56.589Z | Compiling hash32 v0.3.1 |
| 2811 | 2025-04-01T17:46:56.865Z | Compiling foreign-types-macros v0.2.3 |
| 2812 | 2025-04-01T17:46:57.008Z | Compiling smoltcp v0.11.0 |
| 2813 | 2025-04-01T17:46:57.632Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#0ae28910) |
| 2814 | 2025-04-01T17:46:57.665Z | Compiling num_enum v0.5.11 |
| 2815 | 2025-04-01T17:46:57.859Z | Compiling foreign-types-shared v0.3.1 |
| 2816 | 2025-04-01T17:46:58.080Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2817 | 2025-04-01T17:46:58.173Z | Compiling foreign-types v0.5.0 |
| 2818 | 2025-04-01T17:46:58.467Z | Compiling tabwriter v1.4.0 |
| 2819 | 2025-04-01T17:46:58.834Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2820 | 2025-04-01T17:46:58.930Z | Compiling cstr-argument v0.1.2 |
| 2821 | 2025-04-01T17:46:59.015Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2822 | 2025-04-01T17:46:59.220Z | Compiling pretty-hex v0.2.1 |
| 2823 | 2025-04-01T17:46:59.364Z | Compiling cobs v0.2.3 |
| 2824 | 2025-04-01T17:46:59.522Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2825 | 2025-04-01T17:46:59.674Z | Compiling postcard v1.0.10 |
| 2826 | 2025-04-01T17:46:59.749Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2827 | 2025-04-01T17:46:59.792Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2828 | 2025-04-01T17:47:00.004Z | Compiling colored v2.2.0 |
| 2829 | 2025-04-01T17:47:00.293Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2830 | 2025-04-01T17:47:00.323Z | Compiling winnow v0.6.20 |
| 2831 | 2025-04-01T17:47:00.658Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2832 | 2025-04-01T17:47:00.861Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2833 | 2025-04-01T17:47:00.889Z | Compiling smf v0.2.3 |
| 2834 | 2025-04-01T17:47:01.790Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2835 | 2025-04-01T17:47:02.084Z | Compiling zone_cfg_derive v0.3.0 |
| 2836 | 2025-04-01T17:47:02.145Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2837 | 2025-04-01T17:47:02.569Z | Compiling itertools v0.14.0 |
| 2838 | 2025-04-01T17:47:03.804Z | Compiling num-derive v0.4.2 |
| 2839 | 2025-04-01T17:47:03.903Z | Compiling sigpipe v0.1.3 |
| 2840 | 2025-04-01T17:47:04.052Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2841 | 2025-04-01T17:47:04.306Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2842 | 2025-04-01T17:47:04.464Z | Compiling zone v0.3.0 |
| 2843 | 2025-04-01T17:47:04.712Z | Compiling typify-macro v0.3.0 |
| 2844 | 2025-04-01T17:47:04.818Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2845 | 2025-04-01T17:47:05.268Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2846 | 2025-04-01T17:47:05.550Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2847 | 2025-04-01T17:47:05.632Z | Compiling universal-hash v0.5.1 |
| 2848 | 2025-04-01T17:47:05.774Z | Compiling opaque-debug v0.3.1 |
| 2849 | 2025-04-01T17:47:05.880Z | Compiling utf-8 v0.7.6 |
| 2850 | 2025-04-01T17:47:05.905Z | Compiling num-rational v0.4.2 |
| 2851 | 2025-04-01T17:47:05.929Z | Compiling password-hash v0.5.0 |
| 2852 | 2025-04-01T17:47:06.158Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2853 | 2025-04-01T17:47:06.223Z | Compiling tungstenite v0.21.0 |
| 2854 | 2025-04-01T17:47:06.862Z | Compiling blake2 v0.10.6 |
| 2855 | 2025-04-01T17:47:07.024Z | Compiling aead v0.5.2 |
| 2856 | 2025-04-01T17:47:07.156Z | Compiling num-complex v0.4.6 |
| 2857 | 2025-04-01T17:47:07.404Z | Compiling keccak v0.1.5 |
| 2858 | 2025-04-01T17:47:07.425Z | Compiling convert_case v0.4.0 |
| 2859 | 2025-04-01T17:47:08.021Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2860 | 2025-04-01T17:47:08.098Z | Compiling base64 v0.21.7 |
| 2861 | 2025-04-01T17:47:08.128Z | Compiling num v0.4.3 |
| 2862 | 2025-04-01T17:47:08.191Z | Compiling sha3 v0.10.8 |
| 2863 | 2025-04-01T17:47:08.209Z | Compiling derive_more v0.99.19 |
| 2864 | 2025-04-01T17:47:08.248Z | Compiling argon2 v0.5.3 |
| 2865 | 2025-04-01T17:47:08.553Z | Compiling typify v0.3.0 |
| 2866 | 2025-04-01T17:47:08.575Z | Compiling tokio-tungstenite v0.21.0 |
| 2867 | 2025-04-01T17:47:08.707Z | Compiling progenitor-impl v0.9.1 |
| 2868 | 2025-04-01T17:47:08.788Z | Compiling poly1305 v0.8.0 |
| 2869 | 2025-04-01T17:47:09.170Z | Compiling chacha20 v0.9.1 |
| 2870 | 2025-04-01T17:47:09.207Z | Compiling float-ord v0.3.2 |
| 2871 | 2025-04-01T17:47:09.714Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2872 | 2025-04-01T17:47:09.718Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2873 | 2025-04-01T17:47:09.893Z | Compiling derive-where v1.2.7 |
| 2874 | 2025-04-01T17:47:10.154Z | Compiling semver v0.1.20 |
| 2875 | 2025-04-01T17:47:10.565Z | Compiling same-file v1.0.6 |
| 2876 | 2025-04-01T17:47:10.752Z | Compiling rustc_version v0.1.7 |
| 2877 | 2025-04-01T17:47:10.864Z | Compiling walkdir v2.5.0 |
| 2878 | 2025-04-01T17:47:11.183Z | Compiling typify-impl v0.2.0 |
| 2879 | 2025-04-01T17:47:11.204Z | Compiling newline-converter v0.3.0 |
| 2880 | 2025-04-01T17:47:11.401Z | Compiling primeorder v0.13.6 |
| 2881 | 2025-04-01T17:47:11.543Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2882 | 2025-04-01T17:47:11.846Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2883 | 2025-04-01T17:47:11.937Z | Compiling secrecy v0.8.0 |
| 2884 | 2025-04-01T17:47:12.163Z | Compiling cancel-safe-futures v0.1.5 |
| 2885 | 2025-04-01T17:47:12.202Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2886 | 2025-04-01T17:47:12.549Z | Compiling linked-hash-map v0.5.6 |
| 2887 | 2025-04-01T17:47:12.906Z | Compiling owo-colors v4.2.0 |
| 2888 | 2025-04-01T17:47:13.030Z | Compiling lru-cache v0.1.2 |
| 2889 | 2025-04-01T17:47:13.094Z | Compiling expectorate v1.1.0 |
| 2890 | 2025-04-01T17:47:13.123Z | Compiling newtype_derive v0.1.6 |
| 2891 | 2025-04-01T17:47:13.251Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2892 | 2025-04-01T17:47:13.293Z | Compiling resolv-conf v0.7.0 |
| 2893 | 2025-04-01T17:47:13.462Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2894 | 2025-04-01T17:47:13.596Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2895 | 2025-04-01T17:47:13.748Z | Compiling libsw-core v0.3.1 |
| 2896 | 2025-04-01T17:47:14.005Z | Compiling blake3 v1.5.4 |
| 2897 | 2025-04-01T17:47:14.041Z | Compiling half v2.4.1 |
| 2898 | 2025-04-01T17:47:14.265Z | Compiling unicase v2.7.0 |
| 2899 | 2025-04-01T17:47:14.622Z | Compiling arc-swap v1.7.1 |
| 2900 | 2025-04-01T17:47:14.658Z | Compiling fixedbitset v0.5.7 |
| 2901 | 2025-04-01T17:47:14.698Z | Compiling ciborium-io v0.2.2 |
| 2902 | 2025-04-01T17:47:14.856Z | Compiling ciborium-ll v0.2.2 |
| 2903 | 2025-04-01T17:47:15.217Z | Compiling petgraph v0.7.1 |
| 2904 | 2025-04-01T17:47:15.240Z | Compiling slog-scope v4.4.0 |
| 2905 | 2025-04-01T17:47:15.383Z | Compiling libsw v3.4.0 |
| 2906 | 2025-04-01T17:47:15.511Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2907 | 2025-04-01T17:47:15.533Z | Compiling progenitor-macro v0.9.1 |
| 2908 | 2025-04-01T17:47:15.673Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2909 | 2025-04-01T17:47:15.702Z | Compiling hickory-resolver v0.24.4 |
| 2910 | 2025-04-01T17:47:16.328Z | Compiling thiserror-no-std v2.0.2 |
| 2911 | 2025-04-01T17:47:17.165Z | Compiling polyval v0.6.2 |
| 2912 | 2025-04-01T17:47:17.605Z | Compiling atomicwrites v0.4.4 |
| 2913 | 2025-04-01T17:47:17.628Z | Compiling memmap2 v0.9.5 |
| 2914 | 2025-04-01T17:47:17.964Z | Compiling arrayref v0.3.9 |
| 2915 | 2025-04-01T17:47:18.056Z | Compiling salty v0.3.0 |
| 2916 | 2025-04-01T17:47:18.090Z | Compiling parking_lot_core v0.8.6 |
| 2917 | 2025-04-01T17:47:18.118Z | Compiling arrayvec v0.7.6 |
| 2918 | 2025-04-01T17:47:18.515Z | Compiling libefi-sys v0.1.0 |
| 2919 | 2025-04-01T17:47:18.539Z | Compiling linear-map v1.2.0 |
| 2920 | 2025-04-01T17:47:18.561Z | Compiling indent_write v2.2.0 |
| 2921 | 2025-04-01T17:47:18.810Z | Compiling constant_time_eq v0.3.1 |
| 2922 | 2025-04-01T17:47:18.893Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2923 | 2025-04-01T17:47:19.041Z | Compiling ghash v0.5.1 |
| 2924 | 2025-04-01T17:47:19.206Z | Compiling vsss-rs v3.3.4 |
| 2925 | 2025-04-01T17:47:19.757Z | Compiling slog-stdlog v4.1.1 |
| 2926 | 2025-04-01T17:47:20.016Z | Compiling ciborium v0.2.2 |
| 2927 | 2025-04-01T17:47:20.182Z | Compiling p384 v0.13.0 |
| 2928 | 2025-04-01T17:47:20.444Z | Compiling toolchain_find v0.4.0 |
| 2929 | 2025-04-01T17:47:21.059Z | Compiling chacha20poly1305 v0.10.1 |
| 2930 | 2025-04-01T17:47:21.148Z | Compiling ctr v0.9.2 |
| 2931 | 2025-04-01T17:47:21.330Z | Compiling lzma-sys v0.1.20 |
| 2932 | 2025-04-01T17:47:21.353Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2933 | 2025-04-01T17:47:21.544Z | Compiling bitfield-struct v0.6.2 |
| 2934 | 2025-04-01T17:47:21.689Z | Compiling slog-dtrace v0.3.0 |
| 2935 | 2025-04-01T17:47:21.788Z | Compiling highway v1.3.0 |
| 2936 | 2025-04-01T17:47:22.042Z | Compiling topological-sort v0.2.2 |
| 2937 | 2025-04-01T17:47:22.305Z | Compiling omicron-zone-package v0.12.0 |
| 2938 | 2025-04-01T17:47:22.327Z | Compiling aes-gcm v0.10.3 |
| 2939 | 2025-04-01T17:47:22.623Z | Compiling rustfmt-wrapper v0.2.1 |
| 2940 | 2025-04-01T17:47:22.664Z | Compiling slog-envlogger v2.2.0 |
| 2941 | 2025-04-01T17:47:22.711Z | Compiling mime_guess v2.0.5 |
| 2942 | 2025-04-01T17:47:22.900Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2943 | 2025-04-01T17:47:23.251Z | Compiling steno v0.4.1 |
| 2944 | 2025-04-01T17:47:23.858Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2945 | 2025-04-01T17:47:23.952Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2946 | 2025-04-01T17:47:24.002Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2947 | 2025-04-01T17:47:24.193Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2948 | 2025-04-01T17:47:24.244Z | Compiling heck v0.3.3 |
| 2949 | 2025-04-01T17:47:24.610Z | Compiling progenitor-client v0.8.0 |
| 2950 | 2025-04-01T17:47:24.663Z | Compiling ssh-encoding v0.2.0 |
| 2951 | 2025-04-01T17:47:24.739Z | Compiling blowfish v0.9.1 |
| 2952 | 2025-04-01T17:47:25.141Z | Compiling env_filter v0.1.2 |
| 2953 | 2025-04-01T17:47:25.154Z | Compiling nibble_vec v0.1.0 |
| 2954 | 2025-04-01T17:47:25.188Z | Compiling dropshot v0.12.0 |
| 2955 | 2025-04-01T17:47:25.218Z | Compiling humantime v2.1.0 |
| 2956 | 2025-04-01T17:47:25.379Z | Compiling endian-type v0.1.2 |
| 2957 | 2025-04-01T17:47:25.491Z | Compiling typify-macro v0.2.0 |
| 2958 | 2025-04-01T17:47:25.538Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2959 | 2025-04-01T17:47:25.639Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2960 | 2025-04-01T17:47:25.666Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2961 | 2025-04-01T17:47:25.685Z | Compiling radix_trie v0.2.1 |
| 2962 | 2025-04-01T17:47:25.820Z | Compiling env_logger v0.11.5 |
| 2963 | 2025-04-01T17:47:25.988Z | Compiling ssh-cipher v0.2.0 |
| 2964 | 2025-04-01T17:47:26.297Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2965 | 2025-04-01T17:47:26.463Z | Compiling zone_cfg_derive v0.1.2 |
| 2966 | 2025-04-01T17:47:26.953Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2967 | 2025-04-01T17:47:27.016Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2968 | 2025-04-01T17:47:27.353Z | Compiling parking_lot v0.11.2 |
| 2969 | 2025-04-01T17:47:27.469Z | Compiling progenitor v0.9.1 |
| 2970 | 2025-04-01T17:47:27.717Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
| 2971 | 2025-04-01T17:47:27.875Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2972 | 2025-04-01T17:47:27.900Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2973 | 2025-04-01T17:47:27.996Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2974 | 2025-04-01T17:47:28.141Z | Compiling qorb v0.2.1 |
| 2975 | 2025-04-01T17:47:28.160Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2976 | 2025-04-01T17:47:28.565Z | Compiling password-hash v0.4.2 |
| 2977 | 2025-04-01T17:47:29.221Z | Compiling typify v0.2.0 |
| 2978 | 2025-04-01T17:47:29.363Z | Compiling progenitor-impl v0.8.0 |
| 2979 | 2025-04-01T17:47:29.366Z | Compiling dropshot_endpoint v0.12.0 |
| 2980 | 2025-04-01T17:47:29.581Z | Compiling gethostname v0.5.0 |
| 2981 | 2025-04-01T17:47:29.799Z | Compiling fxhash v0.2.1 |
| 2982 | 2025-04-01T17:47:30.046Z | Compiling http-range v0.1.5 |
| 2983 | 2025-04-01T17:47:30.404Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2984 | 2025-04-01T17:47:30.763Z | Compiling base64 v0.13.1 |
| 2985 | 2025-04-01T17:47:31.357Z | Compiling ron v0.7.1 |
| 2986 | 2025-04-01T17:47:32.623Z | Compiling sled v0.34.7 |
| 2987 | 2025-04-01T17:47:33.435Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2988 | 2025-04-01T17:47:33.462Z | Compiling pbkdf2 v0.11.0 |
| 2989 | 2025-04-01T17:47:33.841Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2990 | 2025-04-01T17:47:34.071Z | Compiling xz2 v0.1.7 |
| 2991 | 2025-04-01T17:47:34.576Z | Compiling zone v0.1.8 |
| 2992 | 2025-04-01T17:47:34.598Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
| 2993 | 2025-04-01T17:47:35.196Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2994 | 2025-04-01T17:47:36.038Z | Compiling ssh-key v0.6.6 |
| 2995 | 2025-04-01T17:47:36.170Z | Compiling progenitor-macro v0.8.0 |
| 2996 | 2025-04-01T17:47:36.218Z | Compiling hickory-client v0.24.4 |
| 2997 | 2025-04-01T17:47:37.303Z | Compiling p256 v0.13.2 |
| 2998 | 2025-04-01T17:47:37.517Z | Compiling p521 v0.13.3 |
| 2999 | 2025-04-01T17:47:38.134Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3000 | 2025-04-01T17:47:38.917Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3001 | 2025-04-01T17:47:39.858Z | Compiling hickory-server v0.24.4 |
| 3002 | 2025-04-01T17:47:40.057Z | Compiling pem v3.0.5 |
| 3003 | 2025-04-01T17:47:40.123Z | Compiling yasna v0.5.2 |
| 3004 | 2025-04-01T17:47:40.567Z | Compiling headers-core v0.3.0 |
| 3005 | 2025-04-01T17:47:40.767Z | Compiling kstat-rs v0.2.4 |
| 3006 | 2025-04-01T17:47:40.790Z | Compiling nanorand v0.7.0 |
| 3007 | 2025-04-01T17:47:41.345Z | Compiling russh-cryptovec v0.7.3 |
| 3008 | 2025-04-01T17:47:41.366Z | Compiling atty v0.2.14 |
| 3009 | 2025-04-01T17:47:41.536Z | Compiling md5 v0.7.0 |
| 3010 | 2025-04-01T17:47:41.658Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 3011 | 2025-04-01T17:47:41.662Z | Compiling flume v0.11.1 |
| 3012 | 2025-04-01T17:47:41.701Z | Compiling rcgen v0.12.1 |
| 3013 | 2025-04-01T17:47:42.061Z | Compiling russh-keys v0.45.0 |
| 3014 | 2025-04-01T17:47:42.168Z | Compiling headers v0.4.0 |
| 3015 | 2025-04-01T17:47:43.763Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 3016 | 2025-04-01T17:47:44.037Z | Compiling hyper-staticfile v0.10.1 |
| 3017 | 2025-04-01T17:47:45.349Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3018 | 2025-04-01T17:47:45.660Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3019 | 2025-04-01T17:47:45.913Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3020 | 2025-04-01T17:47:47.999Z | Compiling progenitor v0.8.0 |
| 3021 | 2025-04-01T17:47:48.259Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3022 | 2025-04-01T17:47:48.339Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3023 | 2025-04-01T17:47:49.803Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3024 | 2025-04-01T17:47:50.103Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3025 | 2025-04-01T17:47:50.530Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3026 | 2025-04-01T17:47:54.805Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3027 | 2025-04-01T17:47:54.872Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3028 | 2025-04-01T17:47:54.872Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3029 | 2025-04-01T17:47:54.872Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3030 | 2025-04-01T17:47:54.872Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3031 | 2025-04-01T17:47:55.003Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3032 | 2025-04-01T17:47:55.896Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3033 | 2025-04-01T17:47:55.953Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3034 | 2025-04-01T17:47:56.032Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3035 | 2025-04-01T17:47:56.898Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3036 | 2025-04-01T17:47:58.832Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3037 | 2025-04-01T17:47:59.013Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3038 | 2025-04-01T17:47:59.308Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3039 | 2025-04-01T17:47:59.426Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3040 | 2025-04-01T17:48:00.045Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3041 | 2025-04-01T17:48:00.542Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3042 | 2025-04-01T17:48:01.500Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3043 | 2025-04-01T17:48:04.023Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3044 | 2025-04-01T17:48:04.050Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3045 | 2025-04-01T17:48:04.854Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3046 | 2025-04-01T17:48:05.088Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3047 | 2025-04-01T17:48:06.664Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3048 | 2025-04-01T17:48:06.725Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 3049 | 2025-04-01T17:48:07.282Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3050 | 2025-04-01T17:48:07.679Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#0ae28910) |
| 3051 | 2025-04-01T17:48:08.107Z | Compiling num-bigint v0.4.6 |
| 3052 | 2025-04-01T17:48:08.168Z | Compiling des v0.8.1 |
| 3053 | 2025-04-01T17:48:08.393Z | Compiling subprocess v0.2.9 |
| 3054 | 2025-04-01T17:48:08.529Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3055 | 2025-04-01T17:48:08.864Z | Compiling hex-literal v0.4.1 |
| 3056 | 2025-04-01T17:48:09.060Z | Compiling display-error-chain v0.2.2 |
| 3057 | 2025-04-01T17:48:09.306Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3058 | 2025-04-01T17:48:09.474Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3059 | 2025-04-01T17:48:09.477Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3060 | 2025-04-01T17:48:10.012Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3061 | 2025-04-01T17:48:10.511Z | Compiling internet-checksum v0.2.1 |
| 3062 | 2025-04-01T17:48:11.696Z | Compiling russh v0.45.0 |
| 3063 | 2025-04-01T17:48:14.241Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3064 | 2025-04-01T17:48:21.612Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3065 | 2025-04-01T17:48:23.204Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3066 | 2025-04-01T17:48:47.619Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3067 | 2025-04-01T17:49:09.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
| 3068 | 2025-04-01T17:49:10.212Z | |
| 3069 | 2025-04-01T17:49:10.215Z | real 2:25.079691852 |
| 3070 | 2025-04-01T17:49:10.215Z | user 12:42.137663546 |
| 3071 | 2025-04-01T17:49:10.215Z | sys 1:40.347870848 |
| 3072 | 2025-04-01T17:49:10.215Z | trap 0.380255942 |
| 3073 | 2025-04-01T17:49:10.215Z | tflt 0.327926498 |
| 3074 | 2025-04-01T17:49:10.215Z | dflt 0.763866255 |
| 3075 | 2025-04-01T17:49:10.215Z | kflt 0.000010838 |
| 3076 | 2025-04-01T17:49:10.216Z | lock 23:33.789711580 |
| 3077 | 2025-04-01T17:49:10.216Z | slp 44:36.328776337 |
| 3078 | 2025-04-01T17:49:10.216Z | lat 42.071959995 |
| 3079 | 2025-04-01T17:49:10.216Z | stop 1:53.787312954 |
| 3080 | 2025-04-01T17:49:10.216Z | + mkdir tests |
| 3081 | 2025-04-01T17:49:10.219Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3082 | 2025-04-01T17:49:10.219Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3083 | 2025-04-01T17:49:10.258Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-73b133f4deecf850 tests/ |
| 3084 | 2025-04-01T17:49:10.280Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-147673f2e0cc6e94 tests/ |
| 3085 | 2025-04-01T17:49:10.299Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-81bbcba4e0a6db51 tests/ |
| 3086 | 2025-04-01T17:49:10.319Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-82c586f6aeb428df tests/ |
| 3087 | 2025-04-01T17:49:10.519Z | + 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/*) |
| 3088 | 2025-04-01T17:49:10.522Z | + 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-147673f2e0cc6e94 tests/commtest-81bbcba4e0a6db51 tests/dhcp_server-73b133f4deecf850 tests/end_to_end_tests-82c586f6aeb428df out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz 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 |
| 3089 | 2025-04-01T17:50:26.824Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3090 | 2025-04-01T17:50:26.824Z | a .github/buildomat/ci-env.sh 1K |
| 3091 | 2025-04-01T17:50:26.825Z | a out/target/test 1K |
| 3092 | 2025-04-01T17:50:26.825Z | a out/npuzone/npuzone 23144K |
| 3093 | 2025-04-01T17:50:26.825Z | a package-manifest.toml 33K |
| 3094 | 2025-04-01T17:50:26.825Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 3095 | 2025-04-01T17:50:26.825Z | a target/release/omicron-package 39606K |
| 3096 | 2025-04-01T17:50:26.825Z | a target/release/xtask 10836K |
| 3097 | 2025-04-01T17:50:26.825Z | a target/debug/bootstrap 203836K |
| 3098 | 2025-04-01T17:50:26.825Z | a tests/bootstrap-147673f2e0cc6e94 24084K |
| 3099 | 2025-04-01T17:50:26.825Z | a tests/commtest-81bbcba4e0a6db51 24086K |
| 3100 | 2025-04-01T17:50:26.825Z | a tests/dhcp_server-73b133f4deecf850 24084K |
| 3101 | 2025-04-01T17:50:26.825Z | a tests/end_to_end_tests-82c586f6aeb428df 259352K |
| 3102 | 2025-04-01T17:50:26.825Z | a out/clickhouse.tar.gz 305478K |
| 3103 | 2025-04-01T17:50:26.825Z | a out/clickhouse_keeper.tar.gz 290996K |
| 3104 | 2025-04-01T17:50:26.825Z | a out/clickhouse_server.tar.gz 305461K |
| 3105 | 2025-04-01T17:50:26.825Z | a out/cockroachdb.tar.gz 144232K |
| 3106 | 2025-04-01T17:50:26.825Z | a out/crucible-dtrace.tar 99K |
| 3107 | 2025-04-01T17:50:26.825Z | a out/crucible-pantry-zone.tar.gz 33591K |
| 3108 | 2025-04-01T17:50:26.825Z | a out/crucible-zone.tar.gz 42115K |
| 3109 | 2025-04-01T17:50:26.825Z | a out/external-dns.tar.gz 45276K |
| 3110 | 2025-04-01T17:50:26.825Z | a out/internal-dns.tar.gz 45275K |
| 3111 | 2025-04-01T17:50:26.825Z | a out/mg-ddm-gz.tar 66491K |
| 3112 | 2025-04-01T17:50:26.825Z | a out/nexus.tar.gz 111526K |
| 3113 | 2025-04-01T17:50:26.825Z | a out/ntp.tar.gz 14751K |
| 3114 | 2025-04-01T17:50:26.825Z | a out/omicron-gateway-softnpu.tar.gz 25001K |
| 3115 | 2025-04-01T17:50:26.825Z | a out/omicron-sled-agent.tar 123413K |
| 3116 | 2025-04-01T17:50:26.825Z | a out/overlay.tar.gz 3K |
| 3117 | 2025-04-01T17:50:26.825Z | a out/oximeter.tar.gz 55307K |
| 3118 | 2025-04-01T17:50:26.825Z | a out/oxlog.tar 3144K |
| 3119 | 2025-04-01T17:50:26.825Z | a out/probe.tar.gz 2764K |
| 3120 | 2025-04-01T17:50:26.825Z | a out/propolis-server.tar.gz 68877K |
| 3121 | 2025-04-01T17:50:26.825Z | a out/pumpkind-gz.tar 26648K |
| 3122 | 2025-04-01T17:50:26.825Z | a out/switch-softnpu.tar.gz 271034K |
| 3123 | 2025-04-01T17:50:26.831Z | |
| 3124 | 2025-04-01T17:50:26.831Z | real 1:16.277179778 |
| 3125 | 2025-04-01T17:50:26.831Z | user 1:12.752086935 |
| 3126 | 2025-04-01T17:50:26.831Z | sys 4.931952079 |
| 3127 | 2025-04-01T17:50:26.831Z | trap 0.018830009 |
| 3128 | 2025-04-01T17:50:26.831Z | tflt 0.000000000 |
| 3129 | 2025-04-01T17:50:26.831Z | dflt 0.000000000 |
| 3130 | 2025-04-01T17:50:26.831Z | kflt 0.000000000 |
| 3131 | 2025-04-01T17:50:26.831Z | lock 0.000000000 |
| 3132 | 2025-04-01T17:50:26.831Z | slp 1:12.682771470 |
| 3133 | 2025-04-01T17:50:26.831Z | lat 2.163507196 |
| 3134 | 2025-04-01T17:50:26.831Z | stop 0.000247065 |
| 3135 | 2025-04-01T17:50:26.831Z | process exited: duration 2071527 ms, exit code 0 |
| |
| 3136 | 2025-04-01T17:50:26.857Z | found 1 output files |
| 3137 | 2025-04-01T17:50:26.857Z | uploading: /work/package.tar.gz (2032949941 bytes) |
| 3138 | 2025-04-01T17:51:02.616Z | uploaded: /work/package.tar.gz |