|
|
|
| 1 | 2025-02-28T09:15:48.446Z | job assigned to worker 01JN5XCHPKCT12KZPMSVAQQ8Q5 [factory aws, i-0074ab0abf4378176] (queued for 1 m 8 s) |
| |
| 2 | 2025-02-28T09:15:56.610Z | starting task 0: "setup" |
| 3 | 2025-02-28T09:15:56.615Z | ++ uname -s |
| 4 | 2025-02-28T09:15:56.617Z | + kern=SunOS |
| 5 | 2025-02-28T09:15:56.617Z | + build_user=build |
| 6 | 2025-02-28T09:15:56.617Z | + build_uid=12345 |
| 7 | 2025-02-28T09:15:56.618Z | + work_dir=/work |
| 8 | 2025-02-28T09:15:56.618Z | + input_dir=/input |
| 9 | 2025-02-28T09:15:56.618Z | + [[ 0 == 12345 ]] |
| 10 | 2025-02-28T09:15:56.618Z | + case "$kern" in |
| 11 | 2025-02-28T09:15:56.618Z | + groupadd -g 12345 build |
| 12 | 2025-02-28T09:15:56.620Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-02-28T09:15:58.629Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-02-28T09:15:58.754Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-02-28T09:15:58.758Z | + home_fs=zfs |
| 16 | 2025-02-28T09:15:58.758Z | + [[ zfs == autofs ]] |
| 17 | 2025-02-28T09:15:58.758Z | + mkdir -p /home/build |
| 18 | 2025-02-28T09:15:58.758Z | + chown build:build /home/build /work |
| 19 | 2025-02-28T09:16:00.760Z | + chmod 0700 /home/build /work |
| 20 | 2025-02-28T09:16:00.763Z | process exited: duration 4154 ms, exit code 0 |
| |
| 21 | 2025-02-28T09:16:00.768Z | starting task 1: "rust-toolchain" |
| 22 | 2025-02-28T09:16:00.774Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-02-28T09:16:00.774Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-02-28T09:16:00.774Z | * rust toolchain profile = "default" |
| 25 | 2025-02-28T09:16:00.774Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-02-28T09:16:00.774Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-02-28T09:16:00.774Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-02-28T09:16:00.777Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-02-28T09:16:00.777Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-02-28T09:16:00.917Z | info: downloading installer |
| 31 | 2025-02-28T09:16:02.121Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-02-28T09:16:02.121Z | warning: /opt/ooce/bin |
| 33 | 2025-02-28T09:16:02.121Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-02-28T09:16:02.121Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-02-28T09:16:02.121Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-02-28T09:16:02.121Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-02-28T09:16:02.121Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-02-28T09:16:02.121Z | error: cannot install while Rust is installed |
| 39 | 2025-02-28T09:16:02.121Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-02-28T09:16:02.149Z | info: profile set to 'default' |
| 41 | 2025-02-28T09:16:02.149Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-02-28T09:16:02.152Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-02-28T09:16:02.312Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-02-28T09:16:02.312Z | info: downloading component 'cargo' |
| 45 | 2025-02-28T09:16:03.187Z | info: downloading component 'clippy' |
| 46 | 2025-02-28T09:16:03.527Z | info: downloading component 'rust-docs' |
| 47 | 2025-02-28T09:16:04.858Z | info: downloading component 'rust-std' |
| 48 | 2025-02-28T09:16:06.842Z | info: downloading component 'rustc' |
| 49 | 2025-02-28T09:16:13.642Z | info: downloading component 'rustfmt' |
| 50 | 2025-02-28T09:16:13.899Z | info: installing component 'cargo' |
| 51 | 2025-02-28T09:16:14.725Z | info: installing component 'clippy' |
| 52 | 2025-02-28T09:16:15.107Z | info: installing component 'rust-docs' |
| 53 | 2025-02-28T09:16:16.864Z | info: installing component 'rust-std' |
| 54 | 2025-02-28T09:16:18.751Z | info: installing component 'rustc' |
| 55 | 2025-02-28T09:16:24.564Z | info: installing component 'rustfmt' |
| 56 | 2025-02-28T09:16:24.896Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-02-28T09:16:24.896Z | |
| 58 | 2025-02-28T09:16:25.271Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-02-28T09:16:25.271Z | |
| 60 | 2025-02-28T09:16:25.274Z | |
| 61 | 2025-02-28T09:16:25.274Z | Rust is installed now. Great! |
| 62 | 2025-02-28T09:16:25.274Z | |
| 63 | 2025-02-28T09:16:25.274Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-02-28T09:16:25.274Z | environment variable. This has not been done automatically. |
| 65 | 2025-02-28T09:16:25.274Z | |
| 66 | 2025-02-28T09:16:25.274Z | To configure your current shell, you need to source |
| 67 | 2025-02-28T09:16:25.274Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-02-28T09:16:25.274Z | |
| 69 | 2025-02-28T09:16:25.274Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-02-28T09:16:25.274Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-02-28T09:16:25.274Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-02-28T09:16:25.345Z | + rustup --version |
| 73 | 2025-02-28T09:16:25.354Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-02-28T09:16:25.354Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-02-28T09:16:25.434Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-02-28T09:16:25.438Z | + cargo --version |
| 77 | 2025-02-28T09:16:25.493Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-02-28T09:16:25.496Z | + rustc --version |
| 79 | 2025-02-28T09:16:25.560Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-02-28T09:16:25.563Z | process exited: duration 24791 ms, exit code 0 |
| |
| 81 | 2025-02-28T09:16:25.569Z | starting task 2: "authentication" |
| 82 | 2025-02-28T09:16:25.590Z | process exited: duration 21 ms, exit code 0 |
| |
| 83 | 2025-02-28T09:16:25.597Z | starting task 3: "clone repository" |
| 84 | 2025-02-28T09:16:25.601Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-02-28T09:16:25.604Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-02-28T09:16:25.743Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-02-28T09:16:33.407Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-02-28T09:16:33.409Z | + git fetch origin 9a67a231393d1dc16e1a62cef14993037bfda175 |
| 89 | 2025-02-28T09:16:33.735Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-02-28T09:16:33.735Z | * branch 9a67a231393d1dc16e1a62cef14993037bfda175 -> FETCH_HEAD |
| 91 | 2025-02-28T09:16:33.746Z | + [[ -n renovate/reedline-0.x ]] |
| 92 | 2025-02-28T09:16:33.748Z | ++ git branch --show-current |
| 93 | 2025-02-28T09:16:33.751Z | + current=main |
| 94 | 2025-02-28T09:16:33.751Z | + [[ main != renovate/reedline-0.x ]] |
| 95 | 2025-02-28T09:16:33.751Z | + git branch -f renovate/reedline-0.x 9a67a231393d1dc16e1a62cef14993037bfda175 |
| 96 | 2025-02-28T09:16:33.754Z | + git checkout -f renovate/reedline-0.x |
| 97 | 2025-02-28T09:16:33.945Z | Switched to branch 'renovate/reedline-0.x' |
| 98 | 2025-02-28T09:16:33.947Z | + git reset --hard 9a67a231393d1dc16e1a62cef14993037bfda175 |
| 99 | 2025-02-28T09:16:34.135Z | HEAD is now at 9a67a2313 Update Rust crate reedline to 0.38.0 |
| 100 | 2025-02-28T09:16:34.137Z | process exited: duration 8538 ms, exit code 0 |
| |
| 101 | 2025-02-28T09:16:34.143Z | starting task 4: "build" |
| 102 | 2025-02-28T09:16:34.148Z | + source .github/buildomat/ci-env.sh |
| 103 | 2025-02-28T09:16:34.150Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2025-02-28T09:16:34.150Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2025-02-28T09:16:34.150Z | + cargo --version |
| 106 | 2025-02-28T09:16:34.201Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 107 | 2025-02-28T09:16:34.204Z | + rustc --version |
| 108 | 2025-02-28T09:16:34.269Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 109 | 2025-02-28T09:16:34.272Z | + WORK=/work |
| 110 | 2025-02-28T09:16:34.275Z | + pfexec mkdir -p /work |
| 111 | 2025-02-28T09:16:34.277Z | + pfexec chown build /work |
| 112 | 2025-02-28T09:16:34.280Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 113 | 2025-02-28T09:16:36.848Z | pkg list: illegal option -- F |
| 114 | 2025-02-28T09:16:36.848Z | Usage: |
| 115 | 2025-02-28T09:16:36.848Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 116 | 2025-02-28T09:16:36.848Z | [pkg_fmri_pattern ...] |
| 117 | 2025-02-28T09:16:37.692Z | pkg list: illegal option -- F |
| 118 | 2025-02-28T09:16:37.693Z | Usage: |
| 119 | 2025-02-28T09:16:37.712Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 120 | 2025-02-28T09:16:37.712Z | [pkg_fmri_pattern ...] |
| 121 | 2025-02-28T09:16:45.472Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 122 | 2025-02-28T09:16:49.751Z | Startup: Caching catalogs ... Done |
| 123 | 2025-02-28T09:17:02.506Z | Planning: Solver setup ... Done (11.833s) |
| 124 | 2025-02-28T09:17:02.661Z | Planning: Running solver ... Done (0.154s) |
| 125 | 2025-02-28T09:17:02.778Z | Planning: Finding local manifests ... Done (0.006s) |
| 126 | 2025-02-28T09:17:02.809Z | Planning: Fetching manifests: 0/7 0% complete |
| 127 | 2025-02-28T09:17:03.060Z | Planning: Fetching manifests: 7/7 100% complete |
| 128 | 2025-02-28T09:17:03.170Z | Planning: Package planning ... Done (0.108s) |
| 129 | 2025-02-28T09:17:03.225Z | Planning: Merging actions ... Done (0.056s) |
| 130 | 2025-02-28T09:17:03.421Z | Planning: Checking for conflicting actions ... Done (0.195s) |
| 131 | 2025-02-28T09:17:05.108Z | Planning: Consolidating action changes ... Done (1.688s) |
| 132 | 2025-02-28T09:17:05.503Z | Planning: Evaluating mediators ... Done (0.395s) |
| 133 | 2025-02-28T09:17:05.586Z | Planning: Planning completed in 15.73 seconds |
| 134 | 2025-02-28T09:17:05.609Z | Packages to install: 4 |
| 135 | 2025-02-28T09:17:05.609Z | Packages to update: 3 |
| 136 | 2025-02-28T09:17:05.609Z | Mediators to change: 2 |
| 137 | 2025-02-28T09:17:05.609Z | Services to change: 1 |
| 138 | 2025-02-28T09:17:05.642Z | Estimated space available: 155.61 GB |
| 139 | 2025-02-28T09:17:05.642Z | Estimated space to be consumed: 1.66 GB |
| 140 | 2025-02-28T09:17:05.642Z | Create boot environment: No |
| 141 | 2025-02-28T09:17:05.642Z | Create backup boot environment: Yes |
| 142 | 2025-02-28T09:17:05.642Z | Rebuild boot archive: No |
| 143 | 2025-02-28T09:17:05.642Z | |
| 144 | 2025-02-28T09:17:05.642Z | Changed mediators: |
| 145 | 2025-02-28T09:17:05.643Z | mediator clang: |
| 146 | 2025-02-28T09:17:05.643Z | version: None -> 15 (system default) |
| 147 | 2025-02-28T09:17:05.643Z | |
| 148 | 2025-02-28T09:17:05.643Z | mediator llvm: |
| 149 | 2025-02-28T09:17:05.643Z | version: 14 (system default) -> 15 (system default) |
| 150 | 2025-02-28T09:17:05.643Z | |
| 151 | 2025-02-28T09:17:05.643Z | Changed packages: |
| 152 | 2025-02-28T09:17:05.643Z | helios-dev |
| 153 | 2025-02-28T09:17:05.643Z | developer/build-essential |
| 154 | 2025-02-28T09:17:05.643Z | None -> 11-2.0 |
| 155 | 2025-02-28T09:17:05.643Z | library/libxmlsec1 |
| 156 | 2025-02-28T09:17:05.643Z | None -> 1.2.35-2.0 |
| 157 | 2025-02-28T09:17:05.643Z | ooce/developer/clang-15 |
| 158 | 2025-02-28T09:17:05.643Z | None -> 15.0.7-2.0 |
| 159 | 2025-02-28T09:17:05.643Z | ooce/developer/llvm-15 |
| 160 | 2025-02-28T09:17:05.643Z | None -> 15.0.7-2.0 |
| 161 | 2025-02-28T09:17:05.643Z | package/pkg |
| 162 | 2025-02-28T09:17:05.643Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 163 | 2025-02-28T09:17:05.643Z | system/library/g++-runtime |
| 164 | 2025-02-28T09:17:05.643Z | 13-2.0 -> 14-2.0 |
| 165 | 2025-02-28T09:17:05.643Z | system/library/gcc-runtime |
| 166 | 2025-02-28T09:17:05.643Z | 13-2.0 -> 14-2.0 |
| 167 | 2025-02-28T09:17:05.643Z | |
| 168 | 2025-02-28T09:17:05.643Z | Services: |
| 169 | 2025-02-28T09:17:05.643Z | restart_fmri: |
| 170 | 2025-02-28T09:17:05.643Z | svc:/system/update-man-index:default |
| 171 | 2025-02-28T09:17:05.643Z | |
| 172 | 2025-02-28T09:17:05.643Z | Editable files to change: |
| 173 | 2025-02-28T09:17:05.644Z | Update: |
| 174 | 2025-02-28T09:17:05.644Z | usr/share/lib/pkg/web/config.shtml |
| 175 | 2025-02-28T09:17:05.787Z | |
| 176 | 2025-02-28T09:17:05.787Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 177 | 2025-02-28T09:17:10.788Z | Download: 1134/4301 items 38.3/225.4MB 16% complete (7.6M/s) |
| 178 | 2025-02-28T09:17:15.788Z | Download: 1276/4301 items 112.2/225.4MB 49% complete (11.5M/s) |
| 179 | 2025-02-28T09:17:20.806Z | Download: 1546/4301 items 116.1/225.4MB 51% complete (9.0M/s) |
| 180 | 2025-02-28T09:17:25.931Z | Download: 1833/4301 items 117.0/225.4MB 51% complete (842k/s) |
| 181 | 2025-02-28T09:17:30.934Z | Download: 2042/4301 items 117.2/225.4MB 51% complete (243k/s) |
| 182 | 2025-02-28T09:17:36.085Z | Download: 2213/4301 items 117.7/225.4MB 52% complete (117k/s) |
| 183 | 2025-02-28T09:17:42.223Z | Download: 2216/4301 items 117.7/225.4MB 52% complete (111k/s) |
| 184 | 2025-02-28T09:17:47.236Z | Download: 2443/4301 items 120.2/225.4MB 53% complete (279k/s) |
| 185 | 2025-02-28T09:17:52.256Z | Download: 3232/4301 items 166.2/225.4MB 73% complete (4.8M/s) |
| 186 | 2025-02-28T09:17:57.288Z | Download: 3479/4301 items 215.4/225.4MB 95% complete (9.5M/s) |
| 187 | 2025-02-28T09:18:03.725Z | Download: 4207/4301 items 220.6/225.4MB 97% complete (7.7M/s) |
| 188 | 2025-02-28T09:18:05.780Z | Download: Completed 225.42 MB in 59.99 seconds (3.8M/s) |
| 189 | 2025-02-28T09:18:07.793Z | Actions: 1/5122 actions (Removing old actions) |
| 190 | 2025-02-28T09:18:07.814Z | Actions: 194/5122 actions (Installing new actions) |
| 191 | 2025-02-28T09:18:12.835Z | Actions: 4099/5122 actions (Installing new actions) |
| 192 | 2025-02-28T09:18:13.001Z | Actions: 4267/5122 actions (Updating modified actions) |
| 193 | 2025-02-28T09:18:13.541Z | Actions: Completed 5122 actions in 5.75 seconds. |
| 194 | 2025-02-28T09:18:13.956Z | Done (0.407s) |
| 195 | 2025-02-28T09:18:13.960Z | Done (0.001s) |
| 196 | 2025-02-28T09:18:14.581Z | Done (0.623s) |
| 197 | 2025-02-28T09:18:18.912Z | Done (4.092s) |
| 198 | 2025-02-28T09:18:18.995Z | Done (0.017s) |
| 199 | 2025-02-28T09:18:18.998Z | Done (0.000s) |
| 200 | 2025-02-28T09:18:19.155Z | Done (0.000s) |
| 201 | 2025-02-28T09:18:19.858Z | Planning: Evaluating mediator changes ... Done |
| 202 | 2025-02-28T09:18:20.015Z | Planning: Checking for conflicting actions ... Done |
| 203 | 2025-02-28T09:18:20.019Z | Planning: Consolidating action changes ... Done |
| 204 | 2025-02-28T09:18:20.283Z | Planning: Evaluating mediators ... Done |
| 205 | 2025-02-28T09:18:20.286Z | Planning: Planning completed in 0.42 seconds |
| 206 | 2025-02-28T09:18:20.321Z | Mediators to change: 2 |
| 207 | 2025-02-28T09:18:20.321Z | Create boot environment: No |
| 208 | 2025-02-28T09:18:20.324Z | Create backup boot environment: No |
| 209 | 2025-02-28T09:18:20.402Z | Done |
| 210 | 2025-02-28T09:18:20.402Z | Done |
| 211 | 2025-02-28T09:18:20.821Z | Done |
| 212 | 2025-02-28T09:18:24.345Z | Done |
| 213 | 2025-02-28T09:18:24.433Z | Done |
| 214 | 2025-02-28T09:18:24.436Z | Done |
| 215 | 2025-02-28T09:18:24.569Z | Done |
| 216 | 2025-02-28T09:18:25.168Z | Planning: Evaluating mediator changes ... Done |
| 217 | 2025-02-28T09:18:25.172Z | Planning: Merging actions ... Done |
| 218 | 2025-02-28T09:18:25.355Z | Planning: Checking for conflicting actions ... Done |
| 219 | 2025-02-28T09:18:25.358Z | Planning: Consolidating action changes ... Done |
| 220 | 2025-02-28T09:18:25.618Z | Planning: Evaluating mediators ... Done |
| 221 | 2025-02-28T09:18:25.671Z | Planning: Planning completed in 0.74 seconds |
| 222 | 2025-02-28T09:18:25.711Z | Packages to change: 1 |
| 223 | 2025-02-28T09:18:25.711Z | Mediators to change: 1 |
| 224 | 2025-02-28T09:18:25.716Z | Services to change: 1 |
| 225 | 2025-02-28T09:18:25.716Z | Create boot environment: No |
| 226 | 2025-02-28T09:18:25.716Z | Create backup boot environment: Yes |
| 227 | 2025-02-28T09:18:27.869Z | Actions: 1/6 actions (Updating modified actions) |
| 228 | 2025-02-28T09:18:27.872Z | Actions: Completed 6 actions in 0.00 seconds. |
| 229 | 2025-02-28T09:18:27.872Z | Done |
| 230 | 2025-02-28T09:18:27.872Z | Done |
| 231 | 2025-02-28T09:18:27.994Z | Done |
| 232 | 2025-02-28T09:18:31.517Z | Done |
| 233 | 2025-02-28T09:18:31.608Z | Done |
| 234 | 2025-02-28T09:18:31.611Z | Done |
| 235 | 2025-02-28T09:18:31.740Z | Done |
| 236 | 2025-02-28T09:18:32.162Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 237 | 2025-02-28T09:18:32.162Z | clang system 15 system |
| 238 | 2025-02-28T09:18:32.162Z | csh system system illumos |
| 239 | 2025-02-28T09:18:32.162Z | ctags system system illumos |
| 240 | 2025-02-28T09:18:32.162Z | gcc vendor 12 vendor |
| 241 | 2025-02-28T09:18:32.162Z | gcc system 10 system |
| 242 | 2025-02-28T09:18:32.162Z | gcc system 7 system |
| 243 | 2025-02-28T09:18:32.162Z | go system 1.20 system |
| 244 | 2025-02-28T09:18:32.162Z | go system 1.19 system |
| 245 | 2025-02-28T09:18:32.162Z | llvm system 15 system |
| 246 | 2025-02-28T09:18:32.162Z | llvm system 14 system |
| 247 | 2025-02-28T09:18:32.162Z | mariadb system 10.6 system |
| 248 | 2025-02-28T09:18:32.163Z | mta vendor vendor dma |
| 249 | 2025-02-28T09:18:32.163Z | openjdk system 17 system |
| 250 | 2025-02-28T09:18:32.163Z | openjdk system 11 system |
| 251 | 2025-02-28T09:18:32.163Z | openjdk system 1.8 system |
| 252 | 2025-02-28T09:18:32.163Z | openssl vendor 3 vendor |
| 253 | 2025-02-28T09:18:32.163Z | perl system 5.36 system |
| 254 | 2025-02-28T09:18:32.163Z | postgresql system 15 system |
| 255 | 2025-02-28T09:18:32.163Z | postgresql system 13 system |
| 256 | 2025-02-28T09:18:32.163Z | python vendor 3 vendor |
| 257 | 2025-02-28T09:18:32.163Z | python system 2 system |
| 258 | 2025-02-28T09:18:32.163Z | python3 system 3.11 system |
| 259 | 2025-02-28T09:18:32.163Z | ruby system 3.0 system |
| 260 | 2025-02-28T09:18:32.163Z | words vendor vendor american-english |
| 261 | 2025-02-28T09:18:32.163Z | words system system australian-english |
| 262 | 2025-02-28T09:18:32.163Z | words system system british-english |
| 263 | 2025-02-28T09:18:32.163Z | words system system canadian-english |
| 264 | 2025-02-28T09:18:32.163Z | words system system french |
| 265 | 2025-02-28T09:18:32.163Z | words system system italian |
| 266 | 2025-02-28T09:18:32.163Z | words system system ngerman |
| 267 | 2025-02-28T09:18:32.163Z | words system system ogerman |
| 268 | 2025-02-28T09:18:32.163Z | words system system spanish |
| 269 | 2025-02-28T09:18:32.481Z | PUBLISHER TYPE STATUS P LOCATION |
| 270 | 2025-02-28T09:18:32.481Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 271 | 2025-02-28T09:18:35.493Z | FMRI IFO |
| 272 | 2025-02-28T09:18:35.493Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 273 | 2025-02-28T09:18:35.493Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 274 | 2025-02-28T09:18:35.493Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 275 | 2025-02-28T09:18:35.493Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 276 | 2025-02-28T09:18:35.493Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 277 | 2025-02-28T09:18:35.493Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 278 | 2025-02-28T09:18:35.493Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 279 | 2025-02-28T09:18:35.493Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 280 | 2025-02-28T09:18:35.493Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 281 | 2025-02-28T09:18:35.493Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 282 | 2025-02-28T09:18:35.493Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 283 | 2025-02-28T09:18:35.493Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 284 | 2025-02-28T09:18:35.493Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 285 | 2025-02-28T09:18:35.494Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 286 | 2025-02-28T09:18:35.494Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 287 | 2025-02-28T09:18:36.262Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 288 | 2025-02-28T09:18:36.567Z | Updating crates.io index |
| 289 | 2025-02-28T09:18:36.570Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 290 | 2025-02-28T09:18:37.178Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 291 | 2025-02-28T09:18:37.448Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 292 | 2025-02-28T09:18:37.699Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2025-02-28T09:18:38.815Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 294 | 2025-02-28T09:18:40.548Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 295 | 2025-02-28T09:18:41.233Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 296 | 2025-02-28T09:18:41.931Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2025-02-28T09:18:42.219Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 298 | 2025-02-28T09:18:42.504Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 299 | 2025-02-28T09:18:43.078Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 300 | 2025-02-28T09:18:43.592Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 301 | 2025-02-28T09:18:43.922Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 302 | 2025-02-28T09:18:44.314Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 303 | 2025-02-28T09:18:44.602Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 304 | 2025-02-28T09:18:44.840Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 305 | 2025-02-28T09:18:45.076Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 306 | 2025-02-28T09:18:45.324Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 307 | 2025-02-28T09:18:45.607Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 308 | 2025-02-28T09:18:45.939Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 309 | 2025-02-28T09:18:46.195Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 310 | 2025-02-28T09:18:46.568Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 311 | 2025-02-28T09:18:46.900Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 312 | 2025-02-28T09:18:47.231Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 313 | 2025-02-28T09:18:47.787Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 314 | 2025-02-28T09:18:48.065Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 315 | 2025-02-28T09:18:48.507Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 316 | 2025-02-28T09:18:48.841Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 317 | 2025-02-28T09:18:49.296Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 318 | 2025-02-28T09:18:49.564Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 319 | 2025-02-28T09:18:49.823Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 320 | 2025-02-28T09:18:51.047Z | Downloading crates ... |
| 321 | 2025-02-28T09:18:51.109Z | Downloaded autocfg v1.4.0 |
| 322 | 2025-02-28T09:18:51.119Z | Downloaded cargo-platform v0.1.8 |
| 323 | 2025-02-28T09:18:51.121Z | Downloaded anyhow v1.0.96 |
| 324 | 2025-02-28T09:18:51.124Z | Downloaded camino v1.1.9 |
| 325 | 2025-02-28T09:18:51.127Z | Downloaded block-buffer v0.10.4 |
| 326 | 2025-02-28T09:18:51.141Z | Downloaded zerocopy-derive v0.7.35 |
| 327 | 2025-02-28T09:18:51.144Z | Downloaded pretty-hex v0.4.1 |
| 328 | 2025-02-28T09:18:51.147Z | Downloaded swrite v0.1.0 |
| 329 | 2025-02-28T09:18:51.147Z | Downloaded usdt-macro v0.5.0 |
| 330 | 2025-02-28T09:18:51.155Z | Downloaded anstyle-query v1.1.1 |
| 331 | 2025-02-28T09:18:51.158Z | Downloaded bytecount v0.6.8 |
| 332 | 2025-02-28T09:18:51.160Z | Downloaded winnow v0.7.3 |
| 333 | 2025-02-28T09:18:51.167Z | Downloaded scroll_derive v0.12.0 |
| 334 | 2025-02-28T09:18:51.169Z | Downloaded dtrace-parser v0.2.0 |
| 335 | 2025-02-28T09:18:51.172Z | Downloaded equivalent v1.0.1 |
| 336 | 2025-02-28T09:18:51.175Z | Downloaded usdt-attr-macro v0.5.0 |
| 337 | 2025-02-28T09:18:51.178Z | Downloaded byteorder v1.5.0 |
| 338 | 2025-02-28T09:18:51.181Z | Downloaded anstyle-parse v0.2.5 |
| 339 | 2025-02-28T09:18:51.183Z | Downloaded heck v0.5.0 |
| 340 | 2025-02-28T09:18:51.183Z | Downloaded cpufeatures v0.2.14 |
| 341 | 2025-02-28T09:18:51.186Z | Downloaded cfg-if v1.0.0 |
| 342 | 2025-02-28T09:18:51.186Z | Downloaded anstyle v1.0.10 |
| 343 | 2025-02-28T09:18:51.188Z | Downloaded terminal_size v0.4.0 |
| 344 | 2025-02-28T09:18:51.189Z | Downloaded camino-tempfile v1.1.1 |
| 345 | 2025-02-28T09:18:51.191Z | Downloaded thread-id v4.2.2 |
| 346 | 2025-02-28T09:18:51.191Z | Downloaded serde_tokenstream v0.2.2 |
| 347 | 2025-02-28T09:18:51.194Z | Downloaded macaddr v1.0.1 |
| 348 | 2025-02-28T09:18:51.194Z | Downloaded fnv v1.0.7 |
| 349 | 2025-02-28T09:18:51.194Z | Downloaded terminal_size v0.2.6 |
| 350 | 2025-02-28T09:18:51.197Z | Downloaded thiserror v1.0.69 |
| 351 | 2025-02-28T09:18:51.200Z | Downloaded version_check v0.9.5 |
| 352 | 2025-02-28T09:18:51.203Z | Downloaded plain v0.2.3 |
| 353 | 2025-02-28T09:18:51.203Z | Downloaded pest_generator v2.7.14 |
| 354 | 2025-02-28T09:18:51.206Z | Downloaded memmap v0.7.0 |
| 355 | 2025-02-28T09:18:51.206Z | Downloaded unicode-linebreak v0.1.5 |
| 356 | 2025-02-28T09:18:51.206Z | Downloaded tabled_derive v0.7.0 |
| 357 | 2025-02-28T09:18:51.208Z | Downloaded is_terminal_polyfill v1.70.1 |
| 358 | 2025-02-28T09:18:51.209Z | Downloaded serde_spanned v0.6.8 |
| 359 | 2025-02-28T09:18:51.211Z | Downloaded heck v0.4.1 |
| 360 | 2025-02-28T09:18:51.211Z | Downloaded clap_lex v0.7.4 |
| 361 | 2025-02-28T09:18:51.214Z | Downloaded utf8parse v0.2.2 |
| 362 | 2025-02-28T09:18:51.217Z | Downloaded itoa v1.0.11 |
| 363 | 2025-02-28T09:18:51.217Z | Downloaded toml_datetime v0.6.8 |
| 364 | 2025-02-28T09:18:51.220Z | Downloaded smawk v0.3.2 |
| 365 | 2025-02-28T09:18:51.220Z | Downloaded crypto-common v0.1.6 |
| 366 | 2025-02-28T09:18:51.220Z | Downloaded colorchoice v1.0.2 |
| 367 | 2025-02-28T09:18:51.223Z | Downloaded digest v0.10.7 |
| 368 | 2025-02-28T09:18:51.223Z | Downloaded thiserror-impl v2.0.11 |
| 369 | 2025-02-28T09:18:51.226Z | Downloaded dof v0.3.0 |
| 370 | 2025-02-28T09:18:51.226Z | Downloaded strsim v0.11.1 |
| 371 | 2025-02-28T09:18:51.226Z | Downloaded generic-array v0.14.7 |
| 372 | 2025-02-28T09:18:51.229Z | Downloaded fastrand v2.1.1 |
| 373 | 2025-02-28T09:18:51.232Z | Downloaded bitflags v1.3.2 |
| 374 | 2025-02-28T09:18:51.234Z | Downloaded usdt v0.5.0 |
| 375 | 2025-02-28T09:18:51.237Z | Downloaded thiserror-impl v1.0.69 |
| 376 | 2025-02-28T09:18:51.237Z | Downloaded errno v0.3.9 |
| 377 | 2025-02-28T09:18:51.240Z | Downloaded semver v1.0.25 |
| 378 | 2025-02-28T09:18:51.243Z | Downloaded proc-macro-error v1.0.4 |
| 379 | 2025-02-28T09:18:51.248Z | Downloaded once_cell v1.20.3 |
| 380 | 2025-02-28T09:18:51.251Z | Downloaded usdt-impl v0.5.0 |
| 381 | 2025-02-28T09:18:51.254Z | Downloaded thiserror v2.0.11 |
| 382 | 2025-02-28T09:18:51.257Z | Downloaded scroll v0.12.0 |
| 383 | 2025-02-28T09:18:51.267Z | Downloaded anstream v0.6.15 |
| 384 | 2025-02-28T09:18:51.270Z | Downloaded quote v1.0.38 |
| 385 | 2025-02-28T09:18:51.273Z | Downloaded proc-macro-error-attr v1.0.4 |
| 386 | 2025-02-28T09:18:51.276Z | Downloaded fs-err v2.11.0 |
| 387 | 2025-02-28T09:18:51.276Z | Downloaded sha2 v0.10.8 |
| 388 | 2025-02-28T09:18:51.278Z | Downloaded bitflags v2.6.0 |
| 389 | 2025-02-28T09:18:51.281Z | Downloaded cargo_toml v0.21.0 |
| 390 | 2025-02-28T09:18:51.284Z | Downloaded textwrap v0.16.1 |
| 391 | 2025-02-28T09:18:51.286Z | Downloaded ryu v1.0.18 |
| 392 | 2025-02-28T09:18:51.289Z | Downloaded log v0.4.22 |
| 393 | 2025-02-28T09:18:51.292Z | Downloaded clap v4.5.31 |
| 394 | 2025-02-28T09:18:51.297Z | Downloaded toml v0.8.20 |
| 395 | 2025-02-28T09:18:51.301Z | Downloaded papergrid v0.11.0 |
| 396 | 2025-02-28T09:18:51.304Z | Downloaded unicode-ident v1.0.14 |
| 397 | 2025-02-28T09:18:51.307Z | Downloaded typenum v1.17.0 |
| 398 | 2025-02-28T09:18:51.309Z | Downloaded tempfile v3.13.0 |
| 399 | 2025-02-28T09:18:51.313Z | Downloaded proc-macro2 v1.0.93 |
| 400 | 2025-02-28T09:18:51.318Z | Downloaded pest_meta v2.7.14 |
| 401 | 2025-02-28T09:18:51.320Z | Downloaded pest_derive v2.7.14 |
| 402 | 2025-02-28T09:18:51.320Z | Downloaded cargo_metadata v0.19.1 |
| 403 | 2025-02-28T09:18:51.320Z | Downloaded ucd-trie v0.1.7 |
| 404 | 2025-02-28T09:18:51.323Z | Downloaded serde_derive v1.0.218 |
| 405 | 2025-02-28T09:18:51.325Z | Downloaded io-lifetimes v1.0.11 |
| 406 | 2025-02-28T09:18:51.328Z | Downloaded clap_derive v4.5.28 |
| 407 | 2025-02-28T09:18:51.335Z | Downloaded indexmap v2.7.1 |
| 408 | 2025-02-28T09:18:51.340Z | Downloaded serde v1.0.218 |
| 409 | 2025-02-28T09:18:51.354Z | Downloaded memchr v2.7.4 |
| 410 | 2025-02-28T09:18:51.368Z | Downloaded toml_edit v0.22.24 |
| 411 | 2025-02-28T09:18:51.398Z | Downloaded hashbrown v0.15.1 |
| 412 | 2025-02-28T09:18:51.408Z | Downloaded serde_json v1.0.139 |
| 413 | 2025-02-28T09:18:51.413Z | Downloaded pest v2.7.14 |
| 414 | 2025-02-28T09:18:51.425Z | Downloaded goblin v0.8.2 |
| 415 | 2025-02-28T09:18:51.433Z | Downloaded zerocopy v0.7.35 |
| 416 | 2025-02-28T09:18:51.448Z | Downloaded tabled v0.15.0 |
| 417 | 2025-02-28T09:18:51.462Z | Downloaded clap_builder v4.5.31 |
| 418 | 2025-02-28T09:18:51.470Z | Downloaded syn v1.0.109 |
| 419 | 2025-02-28T09:18:51.479Z | Downloaded unicode-width v0.1.14 |
| 420 | 2025-02-28T09:18:51.485Z | Downloaded syn v2.0.98 |
| 421 | 2025-02-28T09:18:51.496Z | Downloaded rustix v0.37.28 |
| 422 | 2025-02-28T09:18:51.513Z | Downloaded rustix v0.38.37 |
| 423 | 2025-02-28T09:18:51.551Z | Downloaded libc v0.2.170 |
| 424 | 2025-02-28T09:18:51.845Z | Compiling proc-macro2 v1.0.93 |
| 425 | 2025-02-28T09:18:51.845Z | Compiling unicode-ident v1.0.14 |
| 426 | 2025-02-28T09:18:51.848Z | Compiling libc v0.2.170 |
| 427 | 2025-02-28T09:18:51.848Z | Compiling version_check v0.9.5 |
| 428 | 2025-02-28T09:18:51.848Z | Compiling serde v1.0.218 |
| 429 | 2025-02-28T09:18:51.848Z | Compiling memchr v2.7.4 |
| 430 | 2025-02-28T09:18:51.848Z | Compiling thiserror v1.0.69 |
| 431 | 2025-02-28T09:18:51.882Z | Compiling ryu v1.0.18 |
| 432 | 2025-02-28T09:18:52.114Z | Compiling itoa v1.0.11 |
| 433 | 2025-02-28T09:18:52.310Z | Compiling ucd-trie v0.1.7 |
| 434 | 2025-02-28T09:18:52.553Z | Compiling once_cell v1.20.3 |
| 435 | 2025-02-28T09:18:52.845Z | Compiling byteorder v1.5.0 |
| 436 | 2025-02-28T09:18:52.949Z | Compiling serde_json v1.0.139 |
| 437 | 2025-02-28T09:18:52.969Z | Compiling rustix v0.38.37 |
| 438 | 2025-02-28T09:18:53.108Z | Compiling bitflags v2.6.0 |
| 439 | 2025-02-28T09:18:53.318Z | Compiling usdt-impl v0.5.0 |
| 440 | 2025-02-28T09:18:53.413Z | Compiling proc-macro-error-attr v1.0.4 |
| 441 | 2025-02-28T09:18:53.487Z | Compiling io-lifetimes v1.0.11 |
| 442 | 2025-02-28T09:18:53.673Z | Compiling syn v1.0.109 |
| 443 | 2025-02-28T09:18:53.754Z | Compiling proc-macro-error v1.0.4 |
| 444 | 2025-02-28T09:18:53.785Z | Compiling rustix v0.37.28 |
| 445 | 2025-02-28T09:18:53.833Z | Compiling log v0.4.22 |
| 446 | 2025-02-28T09:18:54.011Z | Compiling quote v1.0.38 |
| 447 | 2025-02-28T09:18:54.059Z | Compiling errno v0.3.9 |
| 448 | 2025-02-28T09:18:54.274Z | Compiling thread-id v4.2.2 |
| 449 | 2025-02-28T09:18:54.297Z | Compiling hashbrown v0.15.1 |
| 450 | 2025-02-28T09:18:54.319Z | Compiling utf8parse v0.2.2 |
| 451 | 2025-02-28T09:18:54.360Z | Compiling camino v1.1.9 |
| 452 | 2025-02-28T09:18:54.396Z | Compiling syn v2.0.98 |
| 453 | 2025-02-28T09:18:54.494Z | Compiling plain v0.2.3 |
| 454 | 2025-02-28T09:18:54.589Z | Compiling equivalent v1.0.1 |
| 455 | 2025-02-28T09:18:54.670Z | Compiling anstyle-parse v0.2.5 |
| 456 | 2025-02-28T09:18:55.132Z | Compiling colorchoice v1.0.2 |
| 457 | 2025-02-28T09:18:55.157Z | Compiling bitflags v1.3.2 |
| 458 | 2025-02-28T09:18:55.269Z | Compiling indexmap v2.7.1 |
| 459 | 2025-02-28T09:18:55.297Z | Compiling anstyle-query v1.1.1 |
| 460 | 2025-02-28T09:18:55.356Z | Compiling unicode-width v0.1.14 |
| 461 | 2025-02-28T09:18:55.359Z | Compiling pretty-hex v0.4.1 |
| 462 | 2025-02-28T09:18:55.398Z | Compiling thiserror v2.0.11 |
| 463 | 2025-02-28T09:18:55.445Z | Compiling anstyle v1.0.10 |
| 464 | 2025-02-28T09:18:55.605Z | Compiling semver v1.0.25 |
| 465 | 2025-02-28T09:18:55.865Z | Compiling is_terminal_polyfill v1.70.1 |
| 466 | 2025-02-28T09:18:55.887Z | Compiling autocfg v1.4.0 |
| 467 | 2025-02-28T09:18:55.993Z | Compiling winnow v0.7.3 |
| 468 | 2025-02-28T09:18:56.158Z | Compiling terminal_size v0.4.0 |
| 469 | 2025-02-28T09:18:56.379Z | Compiling anstream v0.6.15 |
| 470 | 2025-02-28T09:18:56.605Z | Compiling fnv v1.0.7 |
| 471 | 2025-02-28T09:18:56.708Z | Compiling bytecount v0.6.8 |
| 472 | 2025-02-28T09:18:56.777Z | Compiling fs-err v2.11.0 |
| 473 | 2025-02-28T09:18:56.802Z | Compiling strsim v0.11.1 |
| 474 | 2025-02-28T09:18:56.913Z | Compiling cfg-if v1.0.0 |
| 475 | 2025-02-28T09:18:57.026Z | Compiling clap_lex v0.7.4 |
| 476 | 2025-02-28T09:18:57.053Z | Compiling heck v0.4.1 |
| 477 | 2025-02-28T09:18:57.098Z | Compiling anyhow v1.0.96 |
| 478 | 2025-02-28T09:18:57.475Z | Compiling fastrand v2.1.1 |
| 479 | 2025-02-28T09:18:57.724Z | Compiling heck v0.5.0 |
| 480 | 2025-02-28T09:18:57.897Z | Compiling tempfile v3.13.0 |
| 481 | 2025-02-28T09:18:57.973Z | Compiling terminal_size v0.2.6 |
| 482 | 2025-02-28T09:18:57.997Z | Compiling clap_builder v4.5.31 |
| 483 | 2025-02-28T09:18:58.184Z | Compiling papergrid v0.11.0 |
| 484 | 2025-02-28T09:18:58.186Z | Compiling memmap v0.7.0 |
| 485 | 2025-02-28T09:18:58.313Z | Compiling smawk v0.3.2 |
| 486 | 2025-02-28T09:18:58.527Z | Compiling unicode-linebreak v0.1.5 |
| 487 | 2025-02-28T09:18:59.016Z | Compiling textwrap v0.16.1 |
| 488 | 2025-02-28T09:18:59.059Z | Compiling swrite v0.1.0 |
| 489 | 2025-02-28T09:18:59.591Z | Compiling tabled_derive v0.7.0 |
| 490 | 2025-02-28T09:19:01.033Z | Compiling tabled v0.15.0 |
| 491 | 2025-02-28T09:19:01.233Z | Compiling serde_derive v1.0.218 |
| 492 | 2025-02-28T09:19:01.235Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2025-02-28T09:19:01.235Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2025-02-28T09:19:01.235Z | Compiling scroll_derive v0.12.0 |
| 495 | 2025-02-28T09:19:01.235Z | Compiling thiserror-impl v2.0.11 |
| 496 | 2025-02-28T09:19:01.235Z | Compiling clap_derive v4.5.28 |
| 497 | 2025-02-28T09:19:02.593Z | Compiling scroll v0.12.0 |
| 498 | 2025-02-28T09:19:03.143Z | Compiling goblin v0.8.2 |
| 499 | 2025-02-28T09:19:03.291Z | Compiling zerocopy v0.7.35 |
| 500 | 2025-02-28T09:19:04.435Z | Compiling pest v2.7.14 |
| 501 | 2025-02-28T09:19:05.456Z | Compiling clap v4.5.31 |
| 502 | 2025-02-28T09:19:06.526Z | Compiling pest_meta v2.7.14 |
| 503 | 2025-02-28T09:19:07.489Z | Compiling pest_generator v2.7.14 |
| 504 | 2025-02-28T09:19:08.915Z | Compiling pest_derive v2.7.14 |
| 505 | 2025-02-28T09:19:09.454Z | Compiling dtrace-parser v0.2.0 |
| 506 | 2025-02-28T09:19:10.187Z | Compiling serde_spanned v0.6.8 |
| 507 | 2025-02-28T09:19:10.188Z | Compiling toml_datetime v0.6.8 |
| 508 | 2025-02-28T09:19:10.190Z | Compiling cargo-platform v0.1.8 |
| 509 | 2025-02-28T09:19:10.450Z | Compiling serde_tokenstream v0.2.2 |
| 510 | 2025-02-28T09:19:10.548Z | Compiling toml_edit v0.22.24 |
| 511 | 2025-02-28T09:19:10.664Z | Compiling macaddr v1.0.1 |
| 512 | 2025-02-28T09:19:10.736Z | Compiling camino-tempfile v1.1.1 |
| 513 | 2025-02-28T09:19:11.544Z | Compiling dof v0.3.0 |
| 514 | 2025-02-28T09:19:11.544Z | Compiling cargo_metadata v0.19.1 |
| 515 | 2025-02-28T09:19:12.936Z | Compiling usdt-attr-macro v0.5.0 |
| 516 | 2025-02-28T09:19:12.941Z | Compiling usdt-macro v0.5.0 |
| 517 | 2025-02-28T09:19:13.300Z | Compiling toml v0.8.20 |
| 518 | 2025-02-28T09:19:13.916Z | Compiling usdt v0.5.0 |
| 519 | 2025-02-28T09:19:14.168Z | Compiling cargo_toml v0.21.0 |
| 520 | 2025-02-28T09:19:16.656Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 521 | 2025-02-28T09:19:19.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.73s |
| 522 | 2025-02-28T09:19:20.023Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 523 | 2025-02-28T09:19:20.587Z | Downloading crates ... |
| 524 | 2025-02-28T09:19:20.710Z | Downloaded assert_matches v1.5.0 |
| 525 | 2025-02-28T09:19:20.716Z | Downloaded async-stream-impl v0.3.6 |
| 526 | 2025-02-28T09:19:20.722Z | Downloaded cfg_aliases v0.2.1 |
| 527 | 2025-02-28T09:19:20.725Z | Downloaded headers-core v0.3.0 |
| 528 | 2025-02-28T09:19:20.728Z | Downloaded atty v0.2.14 |
| 529 | 2025-02-28T09:19:20.731Z | Downloaded cstr-argument v0.1.2 |
| 530 | 2025-02-28T09:19:20.731Z | Downloaded ciborium-io v0.2.2 |
| 531 | 2025-02-28T09:19:20.733Z | Downloaded crunchy v0.2.2 |
| 532 | 2025-02-28T09:19:20.733Z | Downloaded ctr v0.9.2 |
| 533 | 2025-02-28T09:19:20.738Z | Downloaded heapless v0.7.17 |
| 534 | 2025-02-28T09:19:20.743Z | Downloaded ident_case v1.0.1 |
| 535 | 2025-02-28T09:19:20.746Z | Downloaded crucible-workspace-hack v0.1.0 |
| 536 | 2025-02-28T09:19:20.749Z | Downloaded http-body v1.0.1 |
| 537 | 2025-02-28T09:19:20.749Z | Downloaded atomicwrites v0.4.4 |
| 538 | 2025-02-28T09:19:20.749Z | Downloaded headers v0.4.0 |
| 539 | 2025-02-28T09:19:20.755Z | Downloaded md5 v0.7.0 |
| 540 | 2025-02-28T09:19:20.757Z | Downloaded atomic-waker v1.1.2 |
| 541 | 2025-02-28T09:19:20.760Z | Downloaded is_ci v1.2.0 |
| 542 | 2025-02-28T09:19:20.760Z | Downloaded ahash v0.8.11 |
| 543 | 2025-02-28T09:19:20.764Z | Downloaded instant v0.1.13 |
| 544 | 2025-02-28T09:19:20.768Z | Downloaded cfg_aliases v0.1.1 |
| 545 | 2025-02-28T09:19:20.768Z | Downloaded http-range v0.1.5 |
| 546 | 2025-02-28T09:19:20.768Z | Downloaded crossbeam-deque v0.8.5 |
| 547 | 2025-02-28T09:19:20.771Z | Downloaded icu_provider_macros v1.5.0 |
| 548 | 2025-02-28T09:19:20.771Z | Downloaded castaway v0.2.3 |
| 549 | 2025-02-28T09:19:20.771Z | Downloaded async-recursion v1.1.1 |
| 550 | 2025-02-28T09:19:20.774Z | Downloaded crc v3.2.1 |
| 551 | 2025-02-28T09:19:20.777Z | Downloaded match_cfg v0.1.0 |
| 552 | 2025-02-28T09:19:20.780Z | Downloaded chacha20 v0.9.1 |
| 553 | 2025-02-28T09:19:20.783Z | Downloaded idna_adapter v1.2.0 |
| 554 | 2025-02-28T09:19:20.783Z | Downloaded hex-literal v0.4.1 |
| 555 | 2025-02-28T09:19:20.786Z | Downloaded ipnetwork v0.21.1 |
| 556 | 2025-02-28T09:19:20.786Z | Downloaded cipher v0.4.4 |
| 557 | 2025-02-28T09:19:20.789Z | Downloaded internet-checksum v0.2.1 |
| 558 | 2025-02-28T09:19:20.789Z | Downloaded heck v0.3.3 |
| 559 | 2025-02-28T09:19:20.792Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 560 | 2025-02-28T09:19:20.794Z | Downloaded convert_case v0.4.0 |
| 561 | 2025-02-28T09:19:20.796Z | Downloaded hex v0.4.3 |
| 562 | 2025-02-28T09:19:20.797Z | Downloaded bit-set v0.5.3 |
| 563 | 2025-02-28T09:19:20.799Z | Downloaded indoc v2.0.5 |
| 564 | 2025-02-28T09:19:20.802Z | Downloaded md-5 v0.10.6 |
| 565 | 2025-02-28T09:19:20.804Z | Downloaded indoc v1.0.9 |
| 566 | 2025-02-28T09:19:20.807Z | Downloaded async-trait v0.1.86 |
| 567 | 2025-02-28T09:19:20.810Z | Downloaded linked-hash-map v0.5.6 |
| 568 | 2025-02-28T09:19:20.813Z | Downloaded indent_write v2.2.0 |
| 569 | 2025-02-28T09:19:20.816Z | Downloaded hostname v0.3.1 |
| 570 | 2025-02-28T09:19:20.816Z | Downloaded block-padding v0.3.3 |
| 571 | 2025-02-28T09:19:20.819Z | Downloaded memoffset v0.9.1 |
| 572 | 2025-02-28T09:19:20.819Z | Downloaded maybe-uninit v2.0.0 |
| 573 | 2025-02-28T09:19:20.822Z | Downloaded keccak v0.1.5 |
| 574 | 2025-02-28T09:19:20.822Z | Downloaded lalrpop-util v0.19.12 |
| 575 | 2025-02-28T09:19:20.822Z | Downloaded httpdate v1.0.3 |
| 576 | 2025-02-28T09:19:20.825Z | Downloaded libsw v3.4.0 |
| 577 | 2025-02-28T09:19:20.827Z | Downloaded blowfish v0.9.1 |
| 578 | 2025-02-28T09:19:20.827Z | Downloaded managed v0.8.0 |
| 579 | 2025-02-28T09:19:20.830Z | Downloaded litemap v0.7.3 |
| 580 | 2025-02-28T09:19:20.833Z | Downloaded mime v0.3.17 |
| 581 | 2025-02-28T09:19:20.838Z | Downloaded bit-set v0.8.0 |
| 582 | 2025-02-28T09:19:20.838Z | Downloaded libsw-core v0.3.1 |
| 583 | 2025-02-28T09:19:20.838Z | Downloaded ciborium v0.2.2 |
| 584 | 2025-02-28T09:19:20.840Z | Downloaded colored v2.2.0 |
| 585 | 2025-02-28T09:19:20.843Z | Downloaded bzip2 v0.4.4 |
| 586 | 2025-02-28T09:19:20.846Z | Downloaded maplit v1.0.2 |
| 587 | 2025-02-28T09:19:20.848Z | Downloaded lru v0.12.5 |
| 588 | 2025-02-28T09:19:20.848Z | Downloaded csv-core v0.1.11 |
| 589 | 2025-02-28T09:19:20.851Z | Downloaded backoff v0.4.0 |
| 590 | 2025-02-28T09:19:20.854Z | Downloaded console v0.15.10 |
| 591 | 2025-02-28T09:19:20.867Z | Downloaded bit-vec v0.8.0 |
| 592 | 2025-02-28T09:19:20.867Z | Downloaded httparse v1.9.5 |
| 593 | 2025-02-28T09:19:20.868Z | Downloaded signal-hook-tokio v0.3.1 |
| 594 | 2025-02-28T09:19:20.868Z | Downloaded cancel-safe-futures v0.1.5 |
| 595 | 2025-02-28T09:19:20.870Z | Downloaded hostname v0.4.0 |
| 596 | 2025-02-28T09:19:20.871Z | Downloaded ipnet v2.11.0 |
| 597 | 2025-02-28T09:19:20.871Z | Downloaded icu_locid_transform v1.5.0 |
| 598 | 2025-02-28T09:19:20.875Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 599 | 2025-02-28T09:19:20.878Z | Downloaded tower-service v0.3.3 |
| 600 | 2025-02-28T09:19:20.878Z | Downloaded ref-cast-impl v1.0.23 |
| 601 | 2025-02-28T09:19:20.878Z | Downloaded progenitor v0.8.0 |
| 602 | 2025-02-28T09:19:20.881Z | Downloaded crossbeam-epoch v0.9.18 |
| 603 | 2025-02-28T09:19:20.884Z | Downloaded async-stream v0.3.6 |
| 604 | 2025-02-28T09:19:20.888Z | Downloaded scopeguard v1.2.0 |
| 605 | 2025-02-28T09:19:20.889Z | Downloaded endian-type v0.1.2 |
| 606 | 2025-02-28T09:19:20.892Z | Downloaded rustc_version v0.4.1 |
| 607 | 2025-02-28T09:19:20.892Z | Downloaded vte_generate_state_changes v0.1.2 |
| 608 | 2025-02-28T09:19:20.892Z | Downloaded foreign-types-shared v0.3.1 |
| 609 | 2025-02-28T09:19:20.892Z | Downloaded rtoolbox v0.0.2 |
| 610 | 2025-02-28T09:19:20.896Z | Downloaded clang-sys v1.8.1 |
| 611 | 2025-02-28T09:19:20.896Z | Downloaded rustls-pemfile v1.0.4 |
| 612 | 2025-02-28T09:19:20.899Z | Downloaded stringprep v0.1.5 |
| 613 | 2025-02-28T09:19:20.902Z | Downloaded smf v0.2.3 |
| 614 | 2025-02-28T09:19:20.902Z | Downloaded blake2 v0.10.6 |
| 615 | 2025-02-28T09:19:20.905Z | Downloaded lock_api v0.4.12 |
| 616 | 2025-02-28T09:19:20.908Z | Downloaded jobserver v0.1.32 |
| 617 | 2025-02-28T09:19:20.912Z | Downloaded const-oid v0.9.6 |
| 618 | 2025-02-28T09:19:20.915Z | Downloaded slog-scope v4.4.0 |
| 619 | 2025-02-28T09:19:20.915Z | Downloaded crossbeam-utils v0.8.20 |
| 620 | 2025-02-28T09:19:20.918Z | Downloaded schemars_derive v0.8.22 |
| 621 | 2025-02-28T09:19:20.925Z | Downloaded spki v0.7.3 |
| 622 | 2025-02-28T09:19:20.925Z | Downloaded arc-swap v1.7.1 |
| 623 | 2025-02-28T09:19:20.928Z | Downloaded parse-size v1.1.0 |
| 624 | 2025-02-28T09:19:20.928Z | Downloaded ghash v0.5.1 |
| 625 | 2025-02-28T09:19:20.931Z | Downloaded crc32fast v1.4.2 |
| 626 | 2025-02-28T09:19:20.931Z | Downloaded normalize-line-endings v0.3.0 |
| 627 | 2025-02-28T09:19:20.931Z | Downloaded hickory-client v0.24.4 |
| 628 | 2025-02-28T09:19:20.936Z | Downloaded unarray v0.1.4 |
| 629 | 2025-02-28T09:19:20.939Z | Downloaded tui-tree-widget v0.23.0 |
| 630 | 2025-02-28T09:19:20.939Z | Downloaded thiserror-no-std v2.0.2 |
| 631 | 2025-02-28T09:19:20.943Z | Downloaded defmt-macros v0.3.9 |
| 632 | 2025-02-28T09:19:20.947Z | Downloaded progenitor-client v0.8.0 |
| 633 | 2025-02-28T09:19:20.950Z | Downloaded dirs-sys-next v0.1.2 |
| 634 | 2025-02-28T09:19:20.950Z | Downloaded tinyvec_macros v0.1.1 |
| 635 | 2025-02-28T09:19:20.953Z | Downloaded hmac v0.12.1 |
| 636 | 2025-02-28T09:19:20.953Z | Downloaded dirs-next v2.0.0 |
| 637 | 2025-02-28T09:19:20.957Z | Downloaded futures-executor v0.3.31 |
| 638 | 2025-02-28T09:19:20.957Z | Downloaded glob v0.3.2 |
| 639 | 2025-02-28T09:19:20.960Z | Downloaded difflib v0.4.0 |
| 640 | 2025-02-28T09:19:20.960Z | Downloaded float-cmp v0.10.0 |
| 641 | 2025-02-28T09:19:20.962Z | Downloaded term v0.7.0 |
| 642 | 2025-02-28T09:19:20.967Z | Downloaded tokio-tungstenite v0.24.0 |
| 643 | 2025-02-28T09:19:20.970Z | Downloaded chacha20poly1305 v0.10.1 |
| 644 | 2025-02-28T09:19:20.970Z | Downloaded ed25519 v2.2.3 |
| 645 | 2025-02-28T09:19:20.973Z | Downloaded sqlparser_derive v0.2.2 |
| 646 | 2025-02-28T09:19:20.973Z | Downloaded base64 v0.13.1 |
| 647 | 2025-02-28T09:19:20.976Z | Downloaded futures-core v0.3.31 |
| 648 | 2025-02-28T09:19:20.978Z | Downloaded sync_wrapper v1.0.1 |
| 649 | 2025-02-28T09:19:20.981Z | Downloaded newtype-uuid v1.2.1 |
| 650 | 2025-02-28T09:19:20.981Z | Downloaded paste v1.0.15 |
| 651 | 2025-02-28T09:19:20.984Z | Downloaded hyper-util v0.1.10 |
| 652 | 2025-02-28T09:19:20.989Z | Downloaded tower-layer v0.3.3 |
| 653 | 2025-02-28T09:19:20.992Z | Downloaded progenitor-impl v0.9.1 |
| 654 | 2025-02-28T09:19:20.995Z | Downloaded sync-ptr v0.1.1 |
| 655 | 2025-02-28T09:19:20.995Z | Downloaded nodrop v0.1.14 |
| 656 | 2025-02-28T09:19:20.995Z | Downloaded nibble_vec v0.1.0 |
| 657 | 2025-02-28T09:19:20.998Z | Downloaded utf-8 v0.7.6 |
| 658 | 2025-02-28T09:19:20.998Z | Downloaded rand_core v0.9.2 |
| 659 | 2025-02-28T09:19:21.002Z | Downloaded downcast v0.11.0 |
| 660 | 2025-02-28T09:19:21.006Z | Downloaded enum-as-inner v0.6.1 |
| 661 | 2025-02-28T09:19:21.006Z | Downloaded progenitor v0.9.1 |
| 662 | 2025-02-28T09:19:21.009Z | Downloaded rustversion v1.0.17 |
| 663 | 2025-02-28T09:19:21.009Z | Downloaded darling_macro v0.20.10 |
| 664 | 2025-02-28T09:19:21.012Z | Downloaded darling v0.20.10 |
| 665 | 2025-02-28T09:19:21.015Z | Downloaded ecdsa v0.16.9 |
| 666 | 2025-02-28T09:19:21.018Z | Downloaded base64 v0.21.7 |
| 667 | 2025-02-28T09:19:21.021Z | Downloaded synstructure v0.13.1 |
| 668 | 2025-02-28T09:19:21.024Z | Downloaded spin v0.9.8 |
| 669 | 2025-02-28T09:19:21.027Z | Downloaded shell-words v1.1.0 |
| 670 | 2025-02-28T09:19:21.027Z | Downloaded rusty-fork v0.3.0 |
| 671 | 2025-02-28T09:19:21.029Z | Downloaded slog-json v2.6.1 |
| 672 | 2025-02-28T09:19:21.032Z | Downloaded prettyplease v0.2.29 |
| 673 | 2025-02-28T09:19:21.035Z | Downloaded openssl-probe v0.1.5 |
| 674 | 2025-02-28T09:19:21.039Z | Downloaded supports-color v3.0.2 |
| 675 | 2025-02-28T09:19:21.039Z | Downloaded oso-derive v0.27.3 |
| 676 | 2025-02-28T09:19:21.043Z | Downloaded openssl-macros v0.1.1 |
| 677 | 2025-02-28T09:19:21.043Z | Downloaded miniz_oxide v0.8.5 |
| 678 | 2025-02-28T09:19:21.043Z | Downloaded indicatif v0.17.11 |
| 679 | 2025-02-28T09:19:21.047Z | Downloaded pkcs8 v0.10.2 |
| 680 | 2025-02-28T09:19:21.049Z | Downloaded test-strategy v0.4.0 |
| 681 | 2025-02-28T09:19:21.054Z | Downloaded zerofrom-derive v0.1.4 |
| 682 | 2025-02-28T09:19:21.056Z | Downloaded whoami v1.5.2 |
| 683 | 2025-02-28T09:19:21.059Z | Downloaded psl-types v2.0.11 |
| 684 | 2025-02-28T09:19:21.059Z | Downloaded rpassword v7.3.1 |
| 685 | 2025-02-28T09:19:21.063Z | Downloaded base64 v0.22.1 |
| 686 | 2025-02-28T09:19:21.066Z | Downloaded poly1305 v0.8.0 |
| 687 | 2025-02-28T09:19:21.068Z | Downloaded zeroize_derive v1.4.2 |
| 688 | 2025-02-28T09:19:21.071Z | Downloaded zeroize v1.8.1 |
| 689 | 2025-02-28T09:19:21.071Z | Downloaded take_mut v0.2.2 |
| 690 | 2025-02-28T09:19:21.074Z | Downloaded data-encoding v2.6.0 |
| 691 | 2025-02-28T09:19:21.074Z | Downloaded sha1 v0.10.6 |
| 692 | 2025-02-28T09:19:21.076Z | Downloaded fallible-iterator v0.2.0 |
| 693 | 2025-02-28T09:19:21.076Z | Downloaded socket2 v0.5.8 |
| 694 | 2025-02-28T09:19:21.089Z | Downloaded multimap v0.10.0 |
| 695 | 2025-02-28T09:19:21.092Z | Downloaded new_debug_unreachable v1.0.6 |
| 696 | 2025-02-28T09:19:21.092Z | Downloaded hickory-resolver v0.24.4 |
| 697 | 2025-02-28T09:19:21.096Z | Downloaded hash32 v0.3.1 |
| 698 | 2025-02-28T09:19:21.098Z | Downloaded num-conv v0.1.0 |
| 699 | 2025-02-28T09:19:21.101Z | Downloaded http v1.2.0 |
| 700 | 2025-02-28T09:19:21.104Z | Downloaded rustc_version v0.1.7 |
| 701 | 2025-02-28T09:19:21.107Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 702 | 2025-02-28T09:19:21.107Z | Downloaded tokio-rustls v0.24.1 |
| 703 | 2025-02-28T09:19:21.109Z | Downloaded rsa v0.9.6 |
| 704 | 2025-02-28T09:19:21.114Z | Downloaded form_urlencoded v1.2.1 |
| 705 | 2025-02-28T09:19:21.117Z | Downloaded dunce v1.0.5 |
| 706 | 2025-02-28T09:19:21.117Z | Downloaded daft-derive v0.1.1 |
| 707 | 2025-02-28T09:19:21.121Z | Downloaded snafu-derive v0.8.5 |
| 708 | 2025-02-28T09:19:21.123Z | Downloaded signal-hook-mio v0.2.4 |
| 709 | 2025-02-28T09:19:21.126Z | Downloaded powerfmt v0.2.0 |
| 710 | 2025-02-28T09:19:21.126Z | Downloaded parking_lot v0.12.3 |
| 711 | 2025-02-28T09:19:21.128Z | Downloaded number_prefix v0.4.0 |
| 712 | 2025-02-28T09:19:21.131Z | Downloaded tinystr v0.7.6 |
| 713 | 2025-02-28T09:19:21.133Z | Downloaded tabwriter v1.4.0 |
| 714 | 2025-02-28T09:19:21.133Z | Downloaded structmeta-derive v0.3.0 |
| 715 | 2025-02-28T09:19:21.137Z | Downloaded percent-encoding v2.3.1 |
| 716 | 2025-02-28T09:19:21.137Z | Downloaded aes v0.8.4 |
| 717 | 2025-02-28T09:19:21.139Z | Downloaded unicode-truncate v1.1.0 |
| 718 | 2025-02-28T09:19:21.142Z | Downloaded termtree v0.4.1 |
| 719 | 2025-02-28T09:19:21.145Z | Downloaded daft v0.1.1 |
| 720 | 2025-02-28T09:19:21.148Z | Downloaded which v4.4.2 |
| 721 | 2025-02-28T09:19:21.148Z | Downloaded tap v1.0.1 |
| 722 | 2025-02-28T09:19:21.148Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 723 | 2025-02-28T09:19:21.151Z | Downloaded fragile v2.0.0 |
| 724 | 2025-02-28T09:19:21.154Z | Downloaded postcard v1.0.10 |
| 725 | 2025-02-28T09:19:21.154Z | Downloaded diesel-dtrace v0.4.2 |
| 726 | 2025-02-28T09:19:21.156Z | Downloaded publicsuffix v2.3.0 |
| 727 | 2025-02-28T09:19:21.159Z | Downloaded owo-colors v4.2.0 |
| 728 | 2025-02-28T09:19:21.161Z | Downloaded nanorand v0.7.0 |
| 729 | 2025-02-28T09:19:21.164Z | Downloaded want v0.3.1 |
| 730 | 2025-02-28T09:19:21.167Z | Downloaded toolchain_find v0.4.0 |
| 731 | 2025-02-28T09:19:21.167Z | Downloaded display-error-chain v0.2.2 |
| 732 | 2025-02-28T09:19:21.169Z | Downloaded tungstenite v0.23.0 |
| 733 | 2025-02-28T09:19:21.172Z | Downloaded zerofrom v0.1.4 |
| 734 | 2025-02-28T09:19:21.175Z | Downloaded parse-display v0.10.0 |
| 735 | 2025-02-28T09:19:21.175Z | Downloaded funty v2.0.0 |
| 736 | 2025-02-28T09:19:21.177Z | Downloaded sqlformat v0.2.6 |
| 737 | 2025-02-28T09:19:21.180Z | Downloaded postgres-types v0.2.9 |
| 738 | 2025-02-28T09:19:21.182Z | Downloaded pin-utils v0.1.0 |
| 739 | 2025-02-28T09:19:21.182Z | Downloaded postgres-protocol v0.6.8 |
| 740 | 2025-02-28T09:19:21.185Z | Downloaded url v2.5.3 |
| 741 | 2025-02-28T09:19:21.188Z | Downloaded zone_cfg_derive v0.3.0 |
| 742 | 2025-02-28T09:19:21.190Z | Downloaded zone_cfg_derive v0.1.2 |
| 743 | 2025-02-28T09:19:21.190Z | Downloaded pin-project-lite v0.2.14 |
| 744 | 2025-02-28T09:19:21.195Z | Downloaded scrypt v0.11.0 |
| 745 | 2025-02-28T09:19:21.198Z | Downloaded rustc-hash v2.1.1 |
| 746 | 2025-02-28T09:19:21.198Z | Downloaded semver v0.1.20 |
| 747 | 2025-02-28T09:19:21.201Z | Downloaded progenitor-client v0.9.1 |
| 748 | 2025-02-28T09:19:21.203Z | Downloaded peg-runtime v0.8.3 |
| 749 | 2025-02-28T09:19:21.203Z | Downloaded ssh-encoding v0.2.0 |
| 750 | 2025-02-28T09:19:21.206Z | Downloaded signature v2.2.0 |
| 751 | 2025-02-28T09:19:21.206Z | Downloaded signal-hook-registry v1.4.2 |
| 752 | 2025-02-28T09:19:21.208Z | Downloaded num-complex v0.4.6 |
| 753 | 2025-02-28T09:19:21.211Z | Downloaded unsafe-libyaml v0.2.11 |
| 754 | 2025-02-28T09:19:21.213Z | Downloaded tungstenite v0.24.0 |
| 755 | 2025-02-28T09:19:21.218Z | Downloaded rustfmt-wrapper v0.2.1 |
| 756 | 2025-02-28T09:19:21.221Z | Downloaded tokio-macros v2.5.0 |
| 757 | 2025-02-28T09:19:21.221Z | Downloaded darling_core v0.20.10 |
| 758 | 2025-02-28T09:19:21.225Z | Downloaded strum v0.26.3 |
| 759 | 2025-02-28T09:19:21.227Z | Downloaded similar v2.6.0 |
| 760 | 2025-02-28T09:19:21.231Z | Downloaded unicode-xid v0.2.6 |
| 761 | 2025-02-28T09:19:21.234Z | Downloaded tokio-native-tls v0.3.1 |
| 762 | 2025-02-28T09:19:21.237Z | Downloaded displaydoc v0.2.5 |
| 763 | 2025-02-28T09:19:21.239Z | Downloaded opaque-debug v0.3.1 |
| 764 | 2025-02-28T09:19:21.241Z | Downloaded aes-gcm v0.10.3 |
| 765 | 2025-02-28T09:19:21.244Z | Downloaded foreign-types v0.3.2 |
| 766 | 2025-02-28T09:19:21.246Z | Downloaded path-slash v0.1.5 |
| 767 | 2025-02-28T09:19:21.246Z | Downloaded zone v0.3.0 |
| 768 | 2025-02-28T09:19:21.246Z | Downloaded pkcs1 v0.7.5 |
| 769 | 2025-02-28T09:19:21.250Z | Downloaded pin-project-internal v1.1.6 |
| 770 | 2025-02-28T09:19:21.254Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 771 | 2025-02-28T09:19:21.256Z | Downloaded proc-macro-crate v1.3.1 |
| 772 | 2025-02-28T09:19:21.257Z | Downloaded pem v3.0.5 |
| 773 | 2025-02-28T09:19:21.257Z | Downloaded hash32 v0.2.1 |
| 774 | 2025-02-28T09:19:21.260Z | Downloaded group v0.13.0 |
| 775 | 2025-02-28T09:19:21.260Z | Downloaded precomputed-hash v0.1.1 |
| 776 | 2025-02-28T09:19:21.263Z | Downloaded deranged v0.3.11 |
| 777 | 2025-02-28T09:19:21.263Z | Downloaded slog v2.7.0 |
| 778 | 2025-02-28T09:19:21.266Z | Downloaded der v0.7.9 |
| 779 | 2025-02-28T09:19:21.269Z | Downloaded ssh-cipher v0.2.0 |
| 780 | 2025-02-28T09:19:21.272Z | Downloaded pem-rfc7468 v0.7.0 |
| 781 | 2025-02-28T09:19:21.275Z | Downloaded stable_deref_trait v1.2.0 |
| 782 | 2025-02-28T09:19:21.277Z | Downloaded smallvec v0.6.14 |
| 783 | 2025-02-28T09:19:21.277Z | Downloaded fatfs v0.3.6 |
| 784 | 2025-02-28T09:19:21.280Z | Downloaded parse-display-derive v0.10.0 |
| 785 | 2025-02-28T09:19:21.283Z | Downloaded futures-task v0.3.31 |
| 786 | 2025-02-28T09:19:21.283Z | Downloaded float-ord v0.3.2 |
| 787 | 2025-02-28T09:19:21.285Z | Downloaded zone v0.1.8 |
| 788 | 2025-02-28T09:19:21.285Z | Downloaded russh-cryptovec v0.7.3 |
| 789 | 2025-02-28T09:19:21.285Z | Downloaded idna v1.0.3 |
| 790 | 2025-02-28T09:19:21.290Z | Downloaded fxhash v0.2.1 |
| 791 | 2025-02-28T09:19:21.293Z | Downloaded derive_builder_macro v0.20.2 |
| 792 | 2025-02-28T09:19:21.293Z | Downloaded wait-timeout v0.2.0 |
| 793 | 2025-02-28T09:19:21.296Z | Downloaded strip-ansi-escapes v0.2.0 |
| 794 | 2025-02-28T09:19:21.296Z | Downloaded futures v0.3.31 |
| 795 | 2025-02-28T09:19:21.303Z | Downloaded mockall v0.13.1 |
| 796 | 2025-02-28T09:19:21.307Z | Downloaded russh-keys v0.45.0 |
| 797 | 2025-02-28T09:19:21.307Z | Downloaded progenitor-macro v0.9.1 |
| 798 | 2025-02-28T09:19:21.311Z | Downloaded ppv-lite86 v0.2.20 |
| 799 | 2025-02-28T09:19:21.311Z | Downloaded proc-macro-error2 v2.0.1 |
| 800 | 2025-02-28T09:19:21.314Z | Downloaded time-core v0.1.2 |
| 801 | 2025-02-28T09:19:21.314Z | Downloaded num v0.4.3 |
| 802 | 2025-02-28T09:19:21.314Z | Downloaded foreign-types v0.5.0 |
| 803 | 2025-02-28T09:19:21.317Z | Downloaded der_derive v0.7.3 |
| 804 | 2025-02-28T09:19:21.317Z | Downloaded openssl-sys v0.9.106 |
| 805 | 2025-02-28T09:19:21.322Z | Downloaded waitgroup v0.1.2 |
| 806 | 2025-02-28T09:19:21.325Z | Downloaded predicates v3.1.3 |
| 807 | 2025-02-28T09:19:21.328Z | Downloaded parking_lot_core v0.8.6 |
| 808 | 2025-02-28T09:19:21.331Z | Downloaded phf_codegen v0.11.2 |
| 809 | 2025-02-28T09:19:21.331Z | Downloaded slog-term v2.9.1 |
| 810 | 2025-02-28T09:19:21.334Z | Downloaded phf_shared v0.10.0 |
| 811 | 2025-02-28T09:19:21.334Z | Downloaded expectorate v1.1.0 |
| 812 | 2025-02-28T09:19:21.336Z | Downloaded peg-macros v0.8.4 |
| 813 | 2025-02-28T09:19:21.339Z | Downloaded signal-hook v0.3.17 |
| 814 | 2025-02-28T09:19:21.342Z | Downloaded vsss-rs v3.3.4 |
| 815 | 2025-02-28T09:19:21.346Z | Downloaded itertools v0.12.1 |
| 816 | 2025-02-28T09:19:21.352Z | Downloaded unicase v2.7.0 |
| 817 | 2025-02-28T09:19:21.356Z | Downloaded aho-corasick v1.1.3 |
| 818 | 2025-02-28T09:19:21.361Z | Downloaded serde_urlencoded v0.7.1 |
| 819 | 2025-02-28T09:19:21.364Z | Downloaded thread_local v1.1.8 |
| 820 | 2025-02-28T09:19:21.364Z | Downloaded rayon-core v1.12.1 |
| 821 | 2025-02-28T09:19:21.368Z | Downloaded rcgen v0.12.1 |
| 822 | 2025-02-28T09:19:21.372Z | Downloaded tiny-keccak v2.0.2 |
| 823 | 2025-02-28T09:19:21.376Z | Downloaded termtree v0.5.1 |
| 824 | 2025-02-28T09:19:21.381Z | Downloaded num-integer v0.1.46 |
| 825 | 2025-02-28T09:19:21.382Z | Downloaded zopfli v0.8.1 |
| 826 | 2025-02-28T09:19:21.385Z | Downloaded blake3 v1.5.4 |
| 827 | 2025-02-28T09:19:21.389Z | Downloaded futures-sink v0.3.31 |
| 828 | 2025-02-28T09:19:21.392Z | Downloaded phf_shared v0.11.2 |
| 829 | 2025-02-28T09:19:21.395Z | Downloaded ff v0.13.0 |
| 830 | 2025-02-28T09:19:21.395Z | Downloaded flate2 v1.1.0 |
| 831 | 2025-02-28T09:19:21.400Z | Downloaded polyval v0.6.2 |
| 832 | 2025-02-28T09:19:21.403Z | Downloaded vte v0.11.1 |
| 833 | 2025-02-28T09:19:21.407Z | Downloaded serde-big-array v0.5.1 |
| 834 | 2025-02-28T09:19:21.410Z | Downloaded sigpipe v0.1.3 |
| 835 | 2025-02-28T09:19:21.410Z | Downloaded tls_codec_derive v0.4.1 |
| 836 | 2025-02-28T09:19:21.410Z | Downloaded predicates-core v1.0.8 |
| 837 | 2025-02-28T09:19:21.412Z | Downloaded getrandom v0.2.15 |
| 838 | 2025-02-28T09:19:21.416Z | Downloaded utf16_iter v1.0.5 |
| 839 | 2025-02-28T09:19:21.416Z | Downloaded quinn v0.11.5 |
| 840 | 2025-02-28T09:19:21.419Z | Downloaded typed-path v0.9.3 |
| 841 | 2025-02-28T09:19:21.424Z | Downloaded num_threads v0.1.7 |
| 842 | 2025-02-28T09:19:21.427Z | Downloaded packed_struct v0.10.1 |
| 843 | 2025-02-28T09:19:21.430Z | Downloaded yoke-derive v0.7.4 |
| 844 | 2025-02-28T09:19:21.430Z | Downloaded tabled_derive v0.10.0 |
| 845 | 2025-02-28T09:19:21.433Z | Downloaded dropshot_endpoint v0.12.0 |
| 846 | 2025-02-28T09:19:21.437Z | Downloaded ron v0.7.1 |
| 847 | 2025-02-28T09:19:21.439Z | Downloaded document-features v0.2.10 |
| 848 | 2025-02-28T09:19:21.442Z | Downloaded walkdir v2.5.0 |
| 849 | 2025-02-28T09:19:21.445Z | Downloaded strum_macros v0.25.3 |
| 850 | 2025-02-28T09:19:21.445Z | Downloaded ena v0.14.3 |
| 851 | 2025-02-28T09:19:21.450Z | Downloaded foldhash v0.1.3 |
| 852 | 2025-02-28T09:19:21.450Z | Downloaded filetime v0.2.25 |
| 853 | 2025-02-28T09:19:21.453Z | Downloaded topological-sort v0.2.2 |
| 854 | 2025-02-28T09:19:21.453Z | Downloaded tls_codec v0.4.1 |
| 855 | 2025-02-28T09:19:21.453Z | Downloaded serde-hex v0.1.0 |
| 856 | 2025-02-28T09:19:21.456Z | Downloaded slog-dtrace v0.3.0 |
| 857 | 2025-02-28T09:19:21.456Z | Downloaded toml_edit v0.19.15 |
| 858 | 2025-02-28T09:19:21.472Z | Downloaded pretty-hex v0.2.1 |
| 859 | 2025-02-28T09:19:21.475Z | Downloaded try-lock v0.2.5 |
| 860 | 2025-02-28T09:19:21.475Z | Downloaded dsl_auto_type v0.1.2 |
| 861 | 2025-02-28T09:19:21.478Z | Downloaded num_enum_derive v0.5.11 |
| 862 | 2025-02-28T09:19:21.478Z | Downloaded num_enum v0.5.11 |
| 863 | 2025-02-28T09:19:21.481Z | Downloaded same-file v1.0.6 |
| 864 | 2025-02-28T09:19:21.484Z | Downloaded progenitor-impl v0.8.0 |
| 865 | 2025-02-28T09:19:21.487Z | Downloaded p521 v0.13.3 |
| 866 | 2025-02-28T09:19:21.489Z | Downloaded serde_path_to_error v0.1.16 |
| 867 | 2025-02-28T09:19:21.492Z | Downloaded vergen v8.3.2 |
| 868 | 2025-02-28T09:19:21.495Z | Downloaded dropshot_endpoint v0.16.0 |
| 869 | 2025-02-28T09:19:21.497Z | Downloaded packed_struct_codegen v0.10.1 |
| 870 | 2025-02-28T09:19:21.500Z | Downloaded simd-adler32 v0.3.7 |
| 871 | 2025-02-28T09:19:21.503Z | Downloaded rustls-pemfile v2.2.0 |
| 872 | 2025-02-28T09:19:21.505Z | Downloaded ron v0.8.1 |
| 873 | 2025-02-28T09:19:21.508Z | Downloaded num-iter v0.1.45 |
| 874 | 2025-02-28T09:19:21.511Z | Downloaded slog-async v2.8.0 |
| 875 | 2025-02-28T09:19:21.513Z | Downloaded aws-lc-rs v1.12.4 |
| 876 | 2025-02-28T09:19:21.521Z | Downloaded either v1.14.0 |
| 877 | 2025-02-28T09:19:21.524Z | Downloaded hkdf v0.12.4 |
| 878 | 2025-02-28T09:19:21.527Z | Downloaded ref-cast v1.0.23 |
| 879 | 2025-02-28T09:19:21.530Z | Downloaded dyn-clone v1.0.18 |
| 880 | 2025-02-28T09:19:21.530Z | Downloaded predicates-tree v1.0.11 |
| 881 | 2025-02-28T09:19:21.532Z | Downloaded pbkdf2 v0.12.2 |
| 882 | 2025-02-28T09:19:21.532Z | Downloaded serde_derive_internals v0.29.1 |
| 883 | 2025-02-28T09:19:21.535Z | Downloaded typify v0.3.0 |
| 884 | 2025-02-28T09:19:21.537Z | Downloaded zip v0.6.6 |
| 885 | 2025-02-28T09:19:21.542Z | Downloaded tracing-attributes v0.1.27 |
| 886 | 2025-02-28T09:19:21.544Z | Downloaded slog-bunyan v2.5.0 |
| 887 | 2025-02-28T09:19:21.547Z | Downloaded olpc-cjson v0.1.4 |
| 888 | 2025-02-28T09:19:21.550Z | Downloaded hashbrown v0.13.2 |
| 889 | 2025-02-28T09:19:21.552Z | Downloaded tinyvec v1.8.0 |
| 890 | 2025-02-28T09:19:21.555Z | Downloaded rand_chacha v0.9.0 |
| 891 | 2025-02-28T09:19:21.557Z | Downloaded rand_chacha v0.3.1 |
| 892 | 2025-02-28T09:19:21.557Z | Downloaded tokio-postgres v0.7.13 |
| 893 | 2025-02-28T09:19:21.564Z | Downloaded embedded-io v0.6.1 |
| 894 | 2025-02-28T09:19:21.566Z | Downloaded typify v0.2.0 |
| 895 | 2025-02-28T09:19:21.569Z | Downloaded pbkdf2 v0.11.0 |
| 896 | 2025-02-28T09:19:21.572Z | Downloaded papergrid v0.14.0 |
| 897 | 2025-02-28T09:19:21.575Z | Downloaded bindgen v0.69.5 |
| 898 | 2025-02-28T09:19:21.582Z | Downloaded omicron-zone-package v0.12.0 |
| 899 | 2025-02-28T09:19:21.585Z | Downloaded qorb v0.2.1 |
| 900 | 2025-02-28T09:19:21.590Z | Downloaded bitvec v1.0.1 |
| 901 | 2025-02-28T09:19:21.605Z | Downloaded flume v0.11.1 |
| 902 | 2025-02-28T09:19:21.609Z | Downloaded unicode-segmentation v1.12.0 |
| 903 | 2025-02-28T09:19:21.612Z | Downloaded chrono v0.4.40 |
| 904 | 2025-02-28T09:19:21.620Z | Downloaded parking_lot_core v0.9.10 |
| 905 | 2025-02-28T09:19:21.624Z | Downloaded parking_lot v0.11.2 |
| 906 | 2025-02-28T09:19:21.626Z | Downloaded unicode_categories v0.1.1 |
| 907 | 2025-02-28T09:19:21.632Z | Downloaded mio v1.0.2 |
| 908 | 2025-02-28T09:19:21.635Z | Downloaded derive_more v0.99.19 |
| 909 | 2025-02-28T09:19:21.639Z | Downloaded hashbrown v0.12.3 |
| 910 | 2025-02-28T09:19:21.644Z | Downloaded elliptic-curve v0.13.8 |
| 911 | 2025-02-28T09:19:21.662Z | Downloaded tracing-core v0.1.32 |
| 912 | 2025-02-28T09:19:21.666Z | Downloaded lalrpop v0.19.12 |
| 913 | 2025-02-28T09:19:21.683Z | Downloaded hashbrown v0.14.5 |
| 914 | 2025-02-28T09:19:21.691Z | Downloaded russh v0.45.0 |
| 915 | 2025-02-28T09:19:21.698Z | Downloaded samael v0.0.18 |
| 916 | 2025-02-28T09:19:21.703Z | Downloaded rustls-webpki v0.102.8 |
| 917 | 2025-02-28T09:19:21.721Z | Downloaded git2 v0.19.0 |
| 918 | 2025-02-28T09:19:21.730Z | Downloaded num-bigint-dig v0.8.4 |
| 919 | 2025-02-28T09:19:21.733Z | Downloaded rayon v1.10.0 |
| 920 | 2025-02-28T09:19:21.741Z | Downloaded ed25519-dalek v2.1.1 |
| 921 | 2025-02-28T09:19:21.744Z | Downloaded time v0.3.36 |
| 922 | 2025-02-28T09:19:21.750Z | Downloaded unicode-normalization v0.1.24 |
| 923 | 2025-02-28T09:19:21.754Z | Downloaded h2 v0.4.6 |
| 924 | 2025-02-28T09:19:21.760Z | Downloaded quinn-proto v0.11.8 |
| 925 | 2025-02-28T09:19:21.766Z | Downloaded portable-atomic v1.9.0 |
| 926 | 2025-02-28T09:19:21.773Z | Downloaded tabled v0.18.0 |
| 927 | 2025-02-28T09:19:21.789Z | Downloaded tough v0.19.0 |
| 928 | 2025-02-28T09:19:21.796Z | Downloaded vcpkg v0.2.15 |
| 929 | 2025-02-28T09:19:21.832Z | Downloaded serde_with v3.11.0 |
| 930 | 2025-02-28T09:19:21.841Z | Downloaded p384 v0.13.0 |
| 931 | 2025-02-28T09:19:21.848Z | Downloaded reedline v0.38.0 |
| 932 | 2025-02-28T09:19:21.857Z | Downloaded zerocopy v0.8.10 |
| 933 | 2025-02-28T09:19:21.879Z | Downloaded zerovec v0.10.4 |
| 934 | 2025-02-28T09:19:21.886Z | Downloaded nix v0.28.0 |
| 935 | 2025-02-28T09:19:21.897Z | Downloaded salty v0.3.0 |
| 936 | 2025-02-28T09:19:21.903Z | Downloaded nix v0.29.0 |
| 937 | 2025-02-28T09:19:21.915Z | Downloaded openssl v0.10.71 |
| 938 | 2025-02-28T09:19:21.925Z | Downloaded regress v0.10.1 |
| 939 | 2025-02-28T09:19:21.933Z | Downloaded rustls v0.21.12 |
| 940 | 2025-02-28T09:19:21.945Z | Downloaded radix_trie v0.2.1 |
| 941 | 2025-02-28T09:19:21.950Z | Downloaded curve25519-dalek v4.1.3 |
| 942 | 2025-02-28T09:19:21.959Z | Downloaded petname v2.0.2 |
| 943 | 2025-02-28T09:19:21.967Z | Downloaded chrono-tz v0.10.1 |
| 944 | 2025-02-28T09:19:21.972Z | Downloaded bstr v1.10.0 |
| 945 | 2025-02-28T09:19:21.983Z | Downloaded rustls v0.23.19 |
| 946 | 2025-02-28T09:19:21.994Z | Downloaded regex v1.11.1 |
| 947 | 2025-02-28T09:19:22.007Z | Downloaded rustls v0.22.4 |
| 948 | 2025-02-28T09:19:22.020Z | Downloaded unicode-width v0.2.0 |
| 949 | 2025-02-28T09:19:22.026Z | Downloaded hickory-proto v0.24.4 |
| 950 | 2025-02-28T09:19:22.041Z | Downloaded regex-syntax v0.6.29 |
| 951 | 2025-02-28T09:19:22.048Z | Downloaded diesel v2.2.7 |
| 952 | 2025-02-28T09:19:22.068Z | Downloaded dropshot v0.12.0 |
| 953 | 2025-02-28T09:19:22.086Z | Downloaded regress v0.9.1 |
| 954 | 2025-02-28T09:19:22.093Z | Downloaded openapiv3 v2.0.0 |
| 955 | 2025-02-28T09:19:22.105Z | Downloaded regex-syntax v0.8.5 |
| 956 | 2025-02-28T09:19:22.113Z | Downloaded object v0.36.5 |
| 957 | 2025-02-28T09:19:22.124Z | Downloaded zerocopy-derive v0.6.6 |
| 958 | 2025-02-28T09:19:22.133Z | Downloaded typify-impl v0.3.0 |
| 959 | 2025-02-28T09:19:22.150Z | Downloaded dropshot v0.16.0 |
| 960 | 2025-02-28T09:19:22.169Z | Downloaded sled v0.34.7 |
| 961 | 2025-02-28T09:19:22.180Z | Downloaded ratatui v0.29.0 |
| 962 | 2025-02-28T09:19:22.200Z | Downloaded lzma-sys v0.1.20 |
| 963 | 2025-02-28T09:19:22.229Z | Downloaded typify-impl v0.2.0 |
| 964 | 2025-02-28T09:19:22.251Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 965 | 2025-02-28T09:19:22.256Z | Downloaded smoltcp v0.11.0 |
| 966 | 2025-02-28T09:19:22.270Z | Downloaded petgraph v0.6.5 |
| 967 | 2025-02-28T09:19:22.289Z | Downloaded libz-sys v1.1.20 |
| 968 | 2025-02-28T09:19:22.311Z | Downloaded tokio v1.43.0 |
| 969 | 2025-02-28T09:19:22.351Z | Downloaded futures-util v0.3.31 |
| 970 | 2025-02-28T09:19:22.363Z | Downloaded object v0.30.4 |
| 971 | 2025-02-28T09:19:22.372Z | Downloaded sha3 v0.10.8 |
| 972 | 2025-02-28T09:19:22.376Z | Downloaded nix v0.27.1 |
| 973 | 2025-02-28T09:19:22.388Z | Downloaded polar-core v0.27.3 |
| 974 | 2025-02-28T09:19:22.397Z | Downloaded regex-automata v0.4.8 |
| 975 | 2025-02-28T09:19:22.415Z | Downloaded gimli v0.31.1 |
| 976 | 2025-02-28T09:19:22.423Z | Downloaded smoltcp v0.9.1 |
| 977 | 2025-02-28T09:19:22.434Z | Downloaded webpki-roots v0.26.6 |
| 978 | 2025-02-28T09:19:22.438Z | Downloaded winnow v0.6.20 |
| 979 | 2025-02-28T09:19:22.447Z | Downloaded proptest v1.6.0 |
| 980 | 2025-02-28T09:19:22.457Z | Downloaded quick-xml v0.37.2 |
| 981 | 2025-02-28T09:19:22.463Z | Downloaded csv v1.3.1 |
| 982 | 2025-02-28T09:19:22.485Z | Downloaded zerocopy v0.6.6 |
| 983 | 2025-02-28T09:19:22.487Z | Downloaded tracing v0.1.40 |
| 984 | 2025-02-28T09:19:22.492Z | Downloaded num-bigint v0.4.6 |
| 985 | 2025-02-28T09:19:22.498Z | Downloaded zip v2.1.3 |
| 986 | 2025-02-28T09:19:22.501Z | Downloaded tower v0.5.2 |
| 987 | 2025-02-28T09:19:22.510Z | Downloaded ssh-key v0.6.6 |
| 988 | 2025-02-28T09:19:22.517Z | Downloaded sqlparser v0.45.0 |
| 989 | 2025-02-28T09:19:22.523Z | Downloaded icu_properties_data v1.5.0 |
| 990 | 2025-02-28T09:19:22.533Z | Downloaded winnow v0.5.40 |
| 991 | 2025-02-28T09:19:22.542Z | Downloaded rustls-webpki v0.101.7 |
| 992 | 2025-02-28T09:19:22.555Z | Downloaded bindgen v0.71.1 |
| 993 | 2025-02-28T09:19:22.564Z | Downloaded num-traits v0.2.19 |
| 994 | 2025-02-28T09:19:22.567Z | Downloaded num-rational v0.4.2 |
| 995 | 2025-02-28T09:19:22.571Z | Downloaded uuid v1.15.1 |
| 996 | 2025-02-28T09:19:22.573Z | Downloaded unicode-properties v0.1.3 |
| 997 | 2025-02-28T09:19:22.573Z | Downloaded reqwest v0.12.12 |
| 998 | 2025-02-28T09:19:22.581Z | Downloaded steno v0.4.1 |
| 999 | 2025-02-28T09:19:22.586Z | Downloaded tar v0.4.44 |
| 1000 | 2025-02-28T09:19:22.589Z | Downloaded zerovec-derive v0.10.3 |
| 1001 | 2025-02-28T09:19:22.591Z | Downloaded unicode-bidi v0.3.17 |
| 1002 | 2025-02-28T09:19:22.594Z | Downloaded rand_core v0.6.4 |
| 1003 | 2025-02-28T09:19:22.594Z | Downloaded futures-macro v0.3.31 |
| 1004 | 2025-02-28T09:19:22.597Z | Downloaded peg v0.8.4 |
| 1005 | 2025-02-28T09:19:22.600Z | Downloaded nom v7.1.3 |
| 1006 | 2025-02-28T09:19:22.604Z | Downloaded hyper v1.6.0 |
| 1007 | 2025-02-28T09:19:22.611Z | Downloaded yoke v0.7.4 |
| 1008 | 2025-02-28T09:19:22.614Z | Downloaded strum_macros v0.24.3 |
| 1009 | 2025-02-28T09:19:22.617Z | Downloaded slog-envlogger v2.2.0 |
| 1010 | 2025-02-28T09:19:22.617Z | Downloaded env_logger v0.10.2 |
| 1011 | 2025-02-28T09:19:22.620Z | Downloaded snafu v0.8.5 |
| 1012 | 2025-02-28T09:19:22.626Z | Downloaded utf8_iter v1.0.4 |
| 1013 | 2025-02-28T09:19:22.629Z | Downloaded derive_builder_core v0.20.2 |
| 1014 | 2025-02-28T09:19:22.631Z | Downloaded derive_builder v0.20.2 |
| 1015 | 2025-02-28T09:19:22.634Z | Downloaded diesel_derives v2.2.3 |
| 1016 | 2025-02-28T09:19:22.637Z | Downloaded termios v0.3.3 |
| 1017 | 2025-02-28T09:19:22.640Z | Downloaded termcolor v1.4.1 |
| 1018 | 2025-02-28T09:19:22.640Z | Downloaded universal-hash v0.5.1 |
| 1019 | 2025-02-28T09:19:22.643Z | Downloaded slog-stdlog v4.1.1 |
| 1020 | 2025-02-28T09:19:22.643Z | Downloaded zerocopy-derive v0.8.10 |
| 1021 | 2025-02-28T09:19:22.649Z | Downloaded tokio-util v0.7.13 |
| 1022 | 2025-02-28T09:19:22.655Z | Downloaded phf_generator v0.11.2 |
| 1023 | 2025-02-28T09:19:22.658Z | Downloaded phf v0.11.2 |
| 1024 | 2025-02-28T09:19:22.658Z | Downloaded flagset v0.4.6 |
| 1025 | 2025-02-28T09:19:22.663Z | Downloaded fixedbitset v0.4.2 |
| 1026 | 2025-02-28T09:19:22.663Z | Downloaded rustyline v14.0.0 |
| 1027 | 2025-02-28T09:19:22.665Z | Downloaded foreign-types-shared v0.1.1 |
| 1028 | 2025-02-28T09:19:22.668Z | Downloaded encoding_rs v0.8.34 |
| 1029 | 2025-02-28T09:19:22.688Z | Downloaded ring v0.17.11 |
| 1030 | 2025-02-28T09:19:22.731Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1031 | 2025-02-28T09:19:22.790Z | Downloaded smallvec v1.14.0 |
| 1032 | 2025-02-28T09:19:22.793Z | Downloaded num-derive v0.4.2 |
| 1033 | 2025-02-28T09:19:22.798Z | Downloaded derive-where v1.2.7 |
| 1034 | 2025-02-28T09:19:22.802Z | Downloaded serde_repr v0.1.19 |
| 1035 | 2025-02-28T09:19:22.802Z | Downloaded serde_plain v1.0.2 |
| 1036 | 2025-02-28T09:19:22.802Z | Downloaded progenitor-macro v0.8.0 |
| 1037 | 2025-02-28T09:19:22.802Z | Downloaded primeorder v0.13.6 |
| 1038 | 2025-02-28T09:19:22.802Z | Downloaded gethostname v0.5.0 |
| 1039 | 2025-02-28T09:19:22.805Z | Downloaded foreign-types-macros v0.2.3 |
| 1040 | 2025-02-28T09:19:22.806Z | Downloaded nu-ansi-term v0.50.1 |
| 1041 | 2025-02-28T09:19:22.806Z | Downloaded half v2.4.1 |
| 1042 | 2025-02-28T09:19:22.808Z | Downloaded itertools v0.14.0 |
| 1043 | 2025-02-28T09:19:22.815Z | Downloaded itertools v0.13.0 |
| 1044 | 2025-02-28T09:19:22.822Z | Downloaded pkcs5 v0.7.1 |
| 1045 | 2025-02-28T09:19:22.828Z | Downloaded p256 v0.13.2 |
| 1046 | 2025-02-28T09:19:22.831Z | Downloaded parse-zoneinfo v0.3.1 |
| 1047 | 2025-02-28T09:19:22.834Z | Downloaded diff v0.1.13 |
| 1048 | 2025-02-28T09:19:22.836Z | Downloaded string_cache v0.8.7 |
| 1049 | 2025-02-28T09:19:22.836Z | Downloaded static_assertions v1.1.0 |
| 1050 | 2025-02-28T09:19:22.839Z | Downloaded libm v0.2.8 |
| 1051 | 2025-02-28T09:19:22.845Z | Downloaded fs_extra v1.3.0 |
| 1052 | 2025-02-28T09:19:22.848Z | Downloaded time-macros v0.2.18 |
| 1053 | 2025-02-28T09:19:22.851Z | Downloaded libxml v0.3.3 |
| 1054 | 2025-02-28T09:19:22.854Z | Downloaded crossterm v0.28.1 |
| 1055 | 2025-02-28T09:19:22.860Z | Downloaded sct v0.7.1 |
| 1056 | 2025-02-28T09:19:22.863Z | Downloaded itertools v0.10.5 |
| 1057 | 2025-02-28T09:19:22.869Z | Downloaded x509-cert v0.2.5 |
| 1058 | 2025-02-28T09:19:22.874Z | Downloaded cc v1.2.15 |
| 1059 | 2025-02-28T09:19:22.878Z | Downloaded rand v0.9.0 |
| 1060 | 2025-02-28T09:19:22.882Z | Downloaded des v0.8.1 |
| 1061 | 2025-02-28T09:19:22.884Z | Downloaded uzers v0.12.1 |
| 1062 | 2025-02-28T09:19:22.887Z | Downloaded tokio-tungstenite v0.23.1 |
| 1063 | 2025-02-28T09:19:22.892Z | Downloaded oso v0.27.3 |
| 1064 | 2025-02-28T09:19:22.896Z | Downloaded r2d2 v0.8.10 |
| 1065 | 2025-02-28T09:19:22.896Z | Downloaded quinn-udp v0.5.5 |
| 1066 | 2025-02-28T09:19:22.896Z | Downloaded tokio-tungstenite v0.21.0 |
| 1067 | 2025-02-28T09:19:22.899Z | Downloaded tokio-stream v0.1.17 |
| 1068 | 2025-02-28T09:19:22.899Z | Downloaded tokio-rustls v0.26.0 |
| 1069 | 2025-02-28T09:19:22.902Z | Downloaded mockall_derive v0.13.1 |
| 1070 | 2025-02-28T09:19:22.905Z | Downloaded native-tls v0.2.12 |
| 1071 | 2025-02-28T09:19:22.905Z | Downloaded toml v0.7.8 |
| 1072 | 2025-02-28T09:19:22.908Z | Downloaded futures-channel v0.3.31 |
| 1073 | 2025-02-28T09:19:22.910Z | Downloaded debug-ignore v1.0.5 |
| 1074 | 2025-02-28T09:19:22.913Z | Downloaded multer v3.1.0 |
| 1075 | 2025-02-28T09:19:22.913Z | Downloaded secrecy v0.8.0 |
| 1076 | 2025-02-28T09:19:22.916Z | Downloaded sec1 v0.7.3 |
| 1077 | 2025-02-28T09:19:22.916Z | Downloaded salsa20 v0.10.2 |
| 1078 | 2025-02-28T09:19:22.919Z | Downloaded globset v0.4.15 |
| 1079 | 2025-02-28T09:19:22.919Z | Downloaded env_logger v0.11.5 |
| 1080 | 2025-02-28T09:19:22.921Z | Downloaded twox-hash v2.1.0 |
| 1081 | 2025-02-28T09:19:22.924Z | Downloaded tungstenite v0.21.0 |
| 1082 | 2025-02-28T09:19:22.927Z | Downloaded crossbeam-channel v0.5.13 |
| 1083 | 2025-02-28T09:19:22.930Z | Downloaded rustls-pki-types v1.10.0 |
| 1084 | 2025-02-28T09:19:22.933Z | Downloaded rand v0.8.5 |
| 1085 | 2025-02-28T09:19:22.936Z | Downloaded oxnet v0.1.1 |
| 1086 | 2025-02-28T09:19:22.940Z | Downloaded subprocess v0.2.9 |
| 1087 | 2025-02-28T09:19:22.940Z | Downloaded minimal-lexical v0.2.1 |
| 1088 | 2025-02-28T09:19:22.944Z | Downloaded icu_collections v1.5.0 |
| 1089 | 2025-02-28T09:19:22.949Z | Downloaded hickory-server v0.24.4 |
| 1090 | 2025-02-28T09:19:22.954Z | Downloaded futures-io v0.3.31 |
| 1091 | 2025-02-28T09:19:22.957Z | Downloaded fd-lock v4.0.2 |
| 1092 | 2025-02-28T09:19:22.957Z | Downloaded pkg-config v0.3.31 |
| 1093 | 2025-02-28T09:19:22.959Z | Downloaded pin-project v1.1.6 |
| 1094 | 2025-02-28T09:19:22.968Z | Downloaded getrandom v0.3.1 |
| 1095 | 2025-02-28T09:19:22.972Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1096 | 2025-02-28T09:19:22.975Z | Downloaded shlex v1.3.0 |
| 1097 | 2025-02-28T09:19:22.975Z | Downloaded crypto-bigint v0.5.5 |
| 1098 | 2025-02-28T09:19:22.981Z | Downloaded embedded-io v0.4.0 |
| 1099 | 2025-02-28T09:19:22.983Z | Downloaded untrusted v0.9.0 |
| 1100 | 2025-02-28T09:19:22.983Z | Downloaded schemars v0.8.22 |
| 1101 | 2025-02-28T09:19:22.993Z | Downloaded untrusted v0.7.1 |
| 1102 | 2025-02-28T09:19:22.996Z | Downloaded rustc-demangle v0.1.24 |
| 1103 | 2025-02-28T09:19:22.996Z | Downloaded structmeta v0.3.0 |
| 1104 | 2025-02-28T09:19:23.000Z | Downloaded password-hash v0.5.0 |
| 1105 | 2025-02-28T09:19:23.000Z | Downloaded password-hash v0.4.2 |
| 1106 | 2025-02-28T09:19:23.002Z | Downloaded heapless v0.8.0 |
| 1107 | 2025-02-28T09:19:23.005Z | Downloaded const_format v0.2.34 |
| 1108 | 2025-02-28T09:19:23.009Z | Downloaded bumpalo v3.16.0 |
| 1109 | 2025-02-28T09:19:23.012Z | Downloaded backtrace v0.3.74 |
| 1110 | 2025-02-28T09:19:23.015Z | Downloaded rustc-hash v1.1.0 |
| 1111 | 2025-02-28T09:19:23.018Z | Downloaded rfc6979 v0.4.0 |
| 1112 | 2025-02-28T09:19:23.018Z | Downloaded resolv-conf v0.7.0 |
| 1113 | 2025-02-28T09:19:23.021Z | Downloaded rand_xorshift v0.3.0 |
| 1114 | 2025-02-28T09:19:23.021Z | Downloaded rand_seeder v0.3.0 |
| 1115 | 2025-02-28T09:19:23.021Z | Downloaded radium v0.7.0 |
| 1116 | 2025-02-28T09:19:23.023Z | Downloaded quick-error v1.2.3 |
| 1117 | 2025-02-28T09:19:23.023Z | Downloaded bytes v1.10.0 |
| 1118 | 2025-02-28T09:19:23.026Z | Downloaded yasna v0.5.2 |
| 1119 | 2025-02-28T09:19:23.029Z | Downloaded value-bag v1.9.0 |
| 1120 | 2025-02-28T09:19:23.032Z | Downloaded strum_macros v0.26.4 |
| 1121 | 2025-02-28T09:19:23.036Z | Downloaded defmt v0.3.8 |
| 1122 | 2025-02-28T09:19:23.036Z | Downloaded icu_properties v1.5.1 |
| 1123 | 2025-02-28T09:19:23.038Z | Downloaded tokio-rustls v0.25.0 |
| 1124 | 2025-02-28T09:19:23.041Z | Downloaded compact_str v0.8.0 |
| 1125 | 2025-02-28T09:19:23.044Z | Downloaded env_filter v0.1.2 |
| 1126 | 2025-02-28T09:19:23.044Z | Downloaded defmt-parser v0.3.4 |
| 1127 | 2025-02-28T09:19:23.047Z | Downloaded xz2 v0.1.7 |
| 1128 | 2025-02-28T09:19:23.047Z | Downloaded xattr v1.3.1 |
| 1129 | 2025-02-28T09:19:23.050Z | Downloaded wyz v0.5.1 |
| 1130 | 2025-02-28T09:19:23.050Z | Downloaded writeable v0.5.5 |
| 1131 | 2025-02-28T09:19:23.053Z | Downloaded write16 v1.0.0 |
| 1132 | 2025-02-28T09:19:23.053Z | Downloaded typify-macro v0.3.0 |
| 1133 | 2025-02-28T09:19:23.053Z | Downloaded typify-macro v0.2.0 |
| 1134 | 2025-02-28T09:19:23.053Z | Downloaded serde_with_macros v3.11.0 |
| 1135 | 2025-02-28T09:19:23.056Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1136 | 2025-02-28T09:19:23.056Z | Downloaded subtle v2.6.1 |
| 1137 | 2025-02-28T09:19:23.056Z | Downloaded icu_locid v1.5.0 |
| 1138 | 2025-02-28T09:19:23.062Z | Downloaded allocator-api2 v0.2.18 |
| 1139 | 2025-02-28T09:19:23.065Z | Downloaded newtype_derive v0.1.6 |
| 1140 | 2025-02-28T09:19:23.065Z | Downloaded newline-converter v0.3.0 |
| 1141 | 2025-02-28T09:19:23.068Z | Downloaded litrs v0.4.1 |
| 1142 | 2025-02-28T09:19:23.068Z | Downloaded icu_normalizer_data v1.5.0 |
| 1143 | 2025-02-28T09:19:23.071Z | Downloaded icu_provider v1.5.0 |
| 1144 | 2025-02-28T09:19:23.073Z | Downloaded icu_normalizer v1.5.0 |
| 1145 | 2025-02-28T09:19:23.076Z | Downloaded iana-time-zone v0.1.61 |
| 1146 | 2025-02-28T09:19:23.079Z | Downloaded slab v0.4.9 |
| 1147 | 2025-02-28T09:19:23.079Z | Downloaded siphasher v0.3.11 |
| 1148 | 2025-02-28T09:19:23.084Z | Downloaded cookie v0.18.1 |
| 1149 | 2025-02-28T09:19:23.084Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1150 | 2025-02-28T09:19:23.086Z | Downloaded crc-any v2.5.0 |
| 1151 | 2025-02-28T09:19:23.086Z | Downloaded bcs v0.1.6 |
| 1152 | 2025-02-28T09:19:23.086Z | Downloaded indexmap v1.9.3 |
| 1153 | 2025-02-28T09:19:23.089Z | Downloaded arrayref v0.3.9 |
| 1154 | 2025-02-28T09:19:23.092Z | Downloaded lockfree-object-pool v0.1.6 |
| 1155 | 2025-02-28T09:19:23.095Z | Downloaded libloading v0.8.5 |
| 1156 | 2025-02-28T09:19:23.095Z | Downloaded hyper-staticfile v0.10.1 |
| 1157 | 2025-02-28T09:19:23.099Z | Downloaded hyper-rustls v0.27.3 |
| 1158 | 2025-02-28T09:19:23.102Z | Downloaded highway v1.3.0 |
| 1159 | 2025-02-28T09:19:23.102Z | Downloaded cargo_metadata v0.18.1 |
| 1160 | 2025-02-28T09:19:23.102Z | Downloaded cookie_store v0.21.1 |
| 1161 | 2025-02-28T09:19:23.105Z | Downloaded addr2line v0.24.2 |
| 1162 | 2025-02-28T09:19:23.107Z | Downloaded mime_guess v2.0.5 |
| 1163 | 2025-02-28T09:19:23.107Z | Downloaded memmap2 v0.9.5 |
| 1164 | 2025-02-28T09:19:23.110Z | Downloaded ciborium-ll v0.2.2 |
| 1165 | 2025-02-28T09:19:23.110Z | Downloaded bit-vec v0.6.3 |
| 1166 | 2025-02-28T09:19:23.113Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1167 | 2025-02-28T09:19:23.113Z | Downloaded base64ct v1.6.0 |
| 1168 | 2025-02-28T09:19:23.116Z | Downloaded lru-cache v0.1.2 |
| 1169 | 2025-02-28T09:19:23.116Z | Downloaded linear-map v1.2.0 |
| 1170 | 2025-02-28T09:19:23.119Z | Downloaded kstat-rs v0.2.4 |
| 1171 | 2025-02-28T09:19:23.119Z | Downloaded is-terminal v0.4.13 |
| 1172 | 2025-02-28T09:19:23.119Z | Downloaded instability v0.3.2 |
| 1173 | 2025-02-28T09:19:23.121Z | Downloaded humantime v2.1.0 |
| 1174 | 2025-02-28T09:19:23.121Z | Downloaded async-bb8-diesel v0.2.1 |
| 1175 | 2025-02-28T09:19:23.124Z | Downloaded arrayvec v0.7.6 |
| 1176 | 2025-02-28T09:19:23.127Z | Downloaded argon2 v0.5.3 |
| 1177 | 2025-02-28T09:19:23.127Z | Downloaded lazycell v1.3.0 |
| 1178 | 2025-02-28T09:19:23.127Z | Downloaded lazy_static v1.5.0 |
| 1179 | 2025-02-28T09:19:23.132Z | Downloaded http-body-util v0.1.2 |
| 1180 | 2025-02-28T09:19:23.135Z | Downloaded home v0.5.9 |
| 1181 | 2025-02-28T09:19:23.135Z | Downloaded bb8 v0.8.5 |
| 1182 | 2025-02-28T09:19:23.135Z | Downloaded crc-catalog v2.4.0 |
| 1183 | 2025-02-28T09:19:23.135Z | Downloaded libefi-sys v0.1.0 |
| 1184 | 2025-02-28T09:19:23.135Z | Downloaded hubpack v0.1.2 |
| 1185 | 2025-02-28T09:19:23.135Z | Downloaded cassowary v0.3.0 |
| 1186 | 2025-02-28T09:19:23.138Z | Downloaded const_format_proc_macros v0.2.34 |
| 1187 | 2025-02-28T09:19:23.138Z | Downloaded cobs v0.2.3 |
| 1188 | 2025-02-28T09:19:23.141Z | Downloaded cmake v0.1.51 |
| 1189 | 2025-02-28T09:19:23.141Z | Downloaded chrono-tz-build v0.4.0 |
| 1190 | 2025-02-28T09:19:23.141Z | Downloaded bitfield v0.14.0 |
| 1191 | 2025-02-28T09:19:23.144Z | Downloaded buf-list v1.0.3 |
| 1192 | 2025-02-28T09:19:23.144Z | Downloaded bitfield-struct v0.6.2 |
| 1193 | 2025-02-28T09:19:23.146Z | Downloaded inout v0.1.3 |
| 1194 | 2025-02-28T09:19:23.146Z | Downloaded hyper-tls v0.6.0 |
| 1195 | 2025-02-28T09:19:23.150Z | Downloaded cbc v0.1.2 |
| 1196 | 2025-02-28T09:19:23.150Z | Downloaded base16ct v0.2.0 |
| 1197 | 2025-02-28T09:19:23.153Z | Downloaded constant_time_eq v0.3.1 |
| 1198 | 2025-02-28T09:19:23.153Z | Downloaded cexpr v0.6.0 |
| 1199 | 2025-02-28T09:19:23.153Z | Downloaded hubpack_derive v0.1.1 |
| 1200 | 2025-02-28T09:19:23.153Z | Downloaded adler2 v2.0.0 |
| 1201 | 2025-02-28T09:19:23.156Z | Downloaded ascii-canvas v3.0.0 |
| 1202 | 2025-02-28T09:19:23.156Z | Downloaded array-init v0.0.4 |
| 1203 | 2025-02-28T09:19:23.156Z | Downloaded aead v0.5.2 |
| 1204 | 2025-02-28T09:19:23.404Z | Downloaded aws-lc-sys v0.26.0 |
| 1205 | 2025-02-28T09:19:23.715Z | Compiling serde v1.0.218 |
| 1206 | 2025-02-28T09:19:23.718Z | Compiling value-bag v1.9.0 |
| 1207 | 2025-02-28T09:19:23.718Z | Compiling lock_api v0.4.12 |
| 1208 | 2025-02-28T09:19:23.718Z | Compiling scopeguard v1.2.0 |
| 1209 | 2025-02-28T09:19:23.718Z | Compiling typenum v1.17.0 |
| 1210 | 2025-02-28T09:19:23.865Z | Compiling generic-array v0.14.7 |
| 1211 | 2025-02-28T09:19:23.905Z | Compiling syn v2.0.98 |
| 1212 | 2025-02-28T09:19:23.919Z | Compiling getrandom v0.2.15 |
| 1213 | 2025-02-28T09:19:24.082Z | Compiling shlex v1.3.0 |
| 1214 | 2025-02-28T09:19:24.193Z | Compiling rand_core v0.6.4 |
| 1215 | 2025-02-28T09:19:24.343Z | Compiling log v0.4.22 |
| 1216 | 2025-02-28T09:19:24.396Z | Compiling subtle v2.6.1 |
| 1217 | 2025-02-28T09:19:24.413Z | Compiling jobserver v0.1.32 |
| 1218 | 2025-02-28T09:19:24.434Z | Compiling smallvec v1.14.0 |
| 1219 | 2025-02-28T09:19:24.696Z | Compiling const-oid v0.9.6 |
| 1220 | 2025-02-28T09:19:24.715Z | Compiling pin-project-lite v0.2.14 |
| 1221 | 2025-02-28T09:19:24.791Z | Compiling cc v1.2.15 |
| 1222 | 2025-02-28T09:19:24.810Z | Compiling rustix v0.38.37 |
| 1223 | 2025-02-28T09:19:24.849Z | Compiling parking_lot_core v0.9.10 |
| 1224 | 2025-02-28T09:19:25.058Z | Compiling futures-core v0.3.31 |
| 1225 | 2025-02-28T09:19:25.153Z | Compiling spin v0.9.8 |
| 1226 | 2025-02-28T09:19:25.301Z | Compiling signal-hook-registry v1.4.2 |
| 1227 | 2025-02-28T09:19:25.527Z | Compiling mio v1.0.2 |
| 1228 | 2025-02-28T09:19:25.596Z | Compiling aho-corasick v1.1.3 |
| 1229 | 2025-02-28T09:19:25.828Z | Compiling parking_lot v0.12.3 |
| 1230 | 2025-02-28T09:19:25.980Z | Compiling futures-sink v0.3.31 |
| 1231 | 2025-02-28T09:19:26.139Z | Compiling regex-syntax v0.8.5 |
| 1232 | 2025-02-28T09:19:26.185Z | Compiling either v1.14.0 |
| 1233 | 2025-02-28T09:19:26.541Z | Compiling stable_deref_trait v1.2.0 |
| 1234 | 2025-02-28T09:19:26.601Z | Compiling cpufeatures v0.2.14 |
| 1235 | 2025-02-28T09:19:26.621Z | Compiling socket2 v0.5.8 |
| 1236 | 2025-02-28T09:19:26.679Z | Compiling slab v0.4.9 |
| 1237 | 2025-02-28T09:19:26.803Z | Compiling glob v0.3.2 |
| 1238 | 2025-02-28T09:19:26.827Z | Compiling prettyplease v0.2.29 |
| 1239 | 2025-02-28T09:19:27.206Z | Compiling lazy_static v1.5.0 |
| 1240 | 2025-02-28T09:19:27.330Z | Compiling serde_json v1.0.139 |
| 1241 | 2025-02-28T09:19:27.551Z | Compiling minimal-lexical v0.2.1 |
| 1242 | 2025-02-28T09:19:27.630Z | Compiling futures-channel v0.3.31 |
| 1243 | 2025-02-28T09:19:27.698Z | Compiling clang-sys v1.8.1 |
| 1244 | 2025-02-28T09:19:27.722Z | Compiling libloading v0.8.5 |
| 1245 | 2025-02-28T09:19:28.046Z | Compiling nom v7.1.3 |
| 1246 | 2025-02-28T09:19:28.065Z | Compiling bindgen v0.69.5 |
| 1247 | 2025-02-28T09:19:28.098Z | Compiling futures-task v0.3.31 |
| 1248 | 2025-02-28T09:19:28.385Z | Compiling futures-io v0.3.31 |
| 1249 | 2025-02-28T09:19:28.439Z | Compiling home v0.5.9 |
| 1250 | 2025-02-28T09:19:28.642Z | Compiling pin-utils v0.1.0 |
| 1251 | 2025-02-28T09:19:28.679Z | Compiling itertools v0.12.1 |
| 1252 | 2025-02-28T09:19:28.743Z | Compiling rustc-hash v1.1.0 |
| 1253 | 2025-02-28T09:19:28.917Z | Compiling foldhash v0.1.3 |
| 1254 | 2025-02-28T09:19:28.939Z | Compiling lazycell v1.3.0 |
| 1255 | 2025-02-28T09:19:29.121Z | Compiling libm v0.2.8 |
| 1256 | 2025-02-28T09:19:29.236Z | Compiling allocator-api2 v0.2.18 |
| 1257 | 2025-02-28T09:19:29.521Z | Compiling cmake v0.1.51 |
| 1258 | 2025-02-28T09:19:29.980Z | Compiling regex-automata v0.4.8 |
| 1259 | 2025-02-28T09:19:30.124Z | Compiling hashbrown v0.15.1 |
| 1260 | 2025-02-28T09:19:30.340Z | Compiling num-traits v0.2.19 |
| 1261 | 2025-02-28T09:19:30.653Z | Compiling dunce v1.0.5 |
| 1262 | 2025-02-28T09:19:30.792Z | Compiling pkg-config v0.3.31 |
| 1263 | 2025-02-28T09:19:31.326Z | Compiling synstructure v0.13.1 |
| 1264 | 2025-02-28T09:19:31.532Z | Compiling cexpr v0.6.0 |
| 1265 | 2025-02-28T09:19:32.018Z | Compiling fs_extra v1.3.0 |
| 1266 | 2025-02-28T09:19:32.549Z | Compiling getrandom v0.3.1 |
| 1267 | 2025-02-28T09:19:32.692Z | Compiling writeable v0.5.5 |
| 1268 | 2025-02-28T09:19:33.128Z | Compiling litemap v0.7.3 |
| 1269 | 2025-02-28T09:19:33.230Z | Compiling ring v0.17.11 |
| 1270 | 2025-02-28T09:19:33.277Z | Compiling base64ct v1.6.0 |
| 1271 | 2025-02-28T09:19:33.791Z | Compiling paste v1.0.15 |
| 1272 | 2025-02-28T09:19:33.856Z | Compiling pem-rfc7468 v0.7.0 |
| 1273 | 2025-02-28T09:19:34.362Z | Compiling aws-lc-rs v1.12.4 |
| 1274 | 2025-02-28T09:19:34.432Z | Compiling httparse v1.9.5 |
| 1275 | 2025-02-28T09:19:34.631Z | Compiling icu_locid_transform_data v1.5.0 |
| 1276 | 2025-02-28T09:19:34.739Z | Compiling flagset v0.4.6 |
| 1277 | 2025-02-28T09:19:34.949Z | Compiling tracing-core v0.1.32 |
| 1278 | 2025-02-28T09:19:35.181Z | Compiling regex v1.11.1 |
| 1279 | 2025-02-28T09:19:35.205Z | Compiling rustls-pki-types v1.10.0 |
| 1280 | 2025-02-28T09:19:35.736Z | Compiling crossbeam-utils v0.8.20 |
| 1281 | 2025-02-28T09:19:35.996Z | Compiling percent-encoding v2.3.1 |
| 1282 | 2025-02-28T09:19:36.016Z | Compiling icu_properties_data v1.5.0 |
| 1283 | 2025-02-28T09:19:36.096Z | Compiling serde_derive v1.0.218 |
| 1284 | 2025-02-28T09:19:36.233Z | Compiling zeroize_derive v1.4.2 |
| 1285 | 2025-02-28T09:19:36.266Z | Compiling zerocopy-derive v0.7.35 |
| 1286 | 2025-02-28T09:19:36.269Z | Compiling tokio-macros v2.5.0 |
| 1287 | 2025-02-28T09:19:36.719Z | Compiling zerofrom-derive v0.1.4 |
| 1288 | 2025-02-28T09:19:37.556Z | Compiling zeroize v1.8.1 |
| 1289 | 2025-02-28T09:19:37.632Z | Compiling yoke-derive v0.7.4 |
| 1290 | 2025-02-28T09:19:38.113Z | Compiling zerocopy v0.7.35 |
| 1291 | 2025-02-28T09:19:38.608Z | Compiling zerovec-derive v0.10.3 |
| 1292 | 2025-02-28T09:19:39.138Z | Compiling crypto-common v0.1.6 |
| 1293 | 2025-02-28T09:19:39.370Z | Compiling block-buffer v0.10.4 |
| 1294 | 2025-02-28T09:19:39.372Z | Compiling thiserror-impl v1.0.69 |
| 1295 | 2025-02-28T09:19:39.631Z | Compiling digest v0.10.7 |
| 1296 | 2025-02-28T09:19:39.870Z | Compiling futures-macro v0.3.31 |
| 1297 | 2025-02-28T09:19:39.916Z | Compiling zerofrom v0.1.4 |
| 1298 | 2025-02-28T09:19:40.053Z | Compiling hmac v0.12.1 |
| 1299 | 2025-02-28T09:19:40.143Z | Compiling yoke v0.7.4 |
| 1300 | 2025-02-28T09:19:40.163Z | Compiling displaydoc v0.2.5 |
| 1301 | 2025-02-28T09:19:40.302Z | Compiling block-padding v0.3.3 |
| 1302 | 2025-02-28T09:19:40.495Z | Compiling ppv-lite86 v0.2.20 |
| 1303 | 2025-02-28T09:19:40.544Z | Compiling inout v0.1.3 |
| 1304 | 2025-02-28T09:19:40.826Z | Compiling cipher v0.4.4 |
| 1305 | 2025-02-28T09:19:40.935Z | Compiling zerovec v0.10.4 |
| 1306 | 2025-02-28T09:19:41.211Z | Compiling sha2 v0.10.8 |
| 1307 | 2025-02-28T09:19:41.309Z | Compiling icu_provider_macros v1.5.0 |
| 1308 | 2025-02-28T09:19:41.577Z | Compiling futures-util v0.3.31 |
| 1309 | 2025-02-28T09:19:41.596Z | Compiling der_derive v0.7.3 |
| 1310 | 2025-02-28T09:19:42.194Z | Compiling thiserror v1.0.69 |
| 1311 | 2025-02-28T09:19:42.345Z | Compiling tracing-attributes v0.1.27 |
| 1312 | 2025-02-28T09:19:42.412Z | Compiling pest v2.7.14 |
| 1313 | 2025-02-28T09:19:42.872Z | Compiling tinystr v0.7.6 |
| 1314 | 2025-02-28T09:19:43.243Z | Compiling icu_locid v1.5.0 |
| 1315 | 2025-02-28T09:19:43.721Z | Compiling der v0.7.9 |
| 1316 | 2025-02-28T09:19:44.057Z | Compiling icu_collections v1.5.0 |
| 1317 | 2025-02-28T09:19:44.646Z | Compiling icu_provider v1.5.0 |
| 1318 | 2025-02-28T09:19:45.089Z | Compiling salsa20 v0.10.2 |
| 1319 | 2025-02-28T09:19:45.265Z | Compiling pbkdf2 v0.12.2 |
| 1320 | 2025-02-28T09:19:45.304Z | Compiling write16 v1.0.0 |
| 1321 | 2025-02-28T09:19:45.349Z | Compiling icu_locid_transform v1.5.0 |
| 1322 | 2025-02-28T09:19:45.421Z | Compiling tracing v0.1.40 |
| 1323 | 2025-02-28T09:19:45.447Z | Compiling untrusted v0.7.1 |
| 1324 | 2025-02-28T09:19:45.465Z | Compiling icu_normalizer_data v1.5.0 |
| 1325 | 2025-02-28T09:19:45.558Z | Compiling utf8_iter v1.0.4 |
| 1326 | 2025-02-28T09:19:45.577Z | Compiling vcpkg v0.2.15 |
| 1327 | 2025-02-28T09:19:45.645Z | Compiling spki v0.7.3 |
| 1328 | 2025-02-28T09:19:45.799Z | Compiling utf16_iter v1.0.5 |
| 1329 | 2025-02-28T09:19:45.914Z | Compiling untrusted v0.9.0 |
| 1330 | 2025-02-28T09:19:46.000Z | Compiling time-core v0.1.2 |
| 1331 | 2025-02-28T09:19:46.020Z | Compiling powerfmt v0.2.0 |
| 1332 | 2025-02-28T09:19:46.101Z | Compiling num-conv v0.1.0 |
| 1333 | 2025-02-28T09:19:46.386Z | Compiling deranged v0.3.11 |
| 1334 | 2025-02-28T09:19:46.389Z | Compiling time-macros v0.2.18 |
| 1335 | 2025-02-28T09:19:46.515Z | Compiling scrypt v0.11.0 |
| 1336 | 2025-02-28T09:19:46.612Z | Compiling icu_properties v1.5.1 |
| 1337 | 2025-02-28T09:19:47.331Z | Compiling openssl-sys v0.9.106 |
| 1338 | 2025-02-28T09:19:47.641Z | Compiling pest_meta v2.7.14 |
| 1339 | 2025-02-28T09:19:47.831Z | Compiling cbc v0.1.2 |
| 1340 | 2025-02-28T09:19:48.053Z | Compiling bitflags v2.6.0 |
| 1341 | 2025-02-28T09:19:48.126Z | Compiling bytes v1.10.0 |
| 1342 | 2025-02-28T09:19:48.310Z | Compiling indexmap v2.7.1 |
| 1343 | 2025-02-28T09:19:49.450Z | Compiling tokio v1.43.0 |
| 1344 | 2025-02-28T09:19:49.503Z | Compiling semver v1.0.25 |
| 1345 | 2025-02-28T09:19:49.548Z | Compiling http v1.2.0 |
| 1346 | 2025-02-28T09:19:50.181Z | Compiling rustc_version v0.4.1 |
| 1347 | 2025-02-28T09:19:50.431Z | Compiling icu_normalizer v1.5.0 |
| 1348 | 2025-02-28T09:19:50.838Z | Compiling aes v0.8.4 |
| 1349 | 2025-02-28T09:19:51.097Z | Compiling scroll_derive v0.12.0 |
| 1350 | 2025-02-28T09:19:51.147Z | Compiling num_threads v0.1.7 |
| 1351 | 2025-02-28T09:19:51.291Z | Compiling tinyvec_macros v0.1.1 |
| 1352 | 2025-02-28T09:19:51.394Z | Compiling atomic-waker v1.1.2 |
| 1353 | 2025-02-28T09:19:51.583Z | Compiling tinyvec v1.8.0 |
| 1354 | 2025-02-28T09:19:51.617Z | Compiling idna_adapter v1.2.0 |
| 1355 | 2025-02-28T09:19:51.720Z | Compiling time v0.3.36 |
| 1356 | 2025-02-28T09:19:51.875Z | Compiling pkcs5 v0.7.1 |
| 1357 | 2025-02-28T09:19:52.126Z | Compiling which v4.4.2 |
| 1358 | 2025-02-28T09:19:52.666Z | Compiling scroll v0.12.0 |
| 1359 | 2025-02-28T09:19:52.885Z | Compiling http-body v1.0.1 |
| 1360 | 2025-02-28T09:19:53.014Z | Compiling pest_generator v2.7.14 |
| 1361 | 2025-02-28T09:19:53.134Z | Compiling rand_chacha v0.3.1 |
| 1362 | 2025-02-28T09:19:53.196Z | Compiling form_urlencoded v1.2.1 |
| 1363 | 2025-02-28T09:19:53.305Z | Compiling zerocopy v0.8.10 |
| 1364 | 2025-02-28T09:19:53.500Z | Compiling slog v2.7.0 |
| 1365 | 2025-02-28T09:19:53.591Z | Compiling try-lock v0.2.5 |
| 1366 | 2025-02-28T09:19:53.754Z | Compiling goblin v0.8.2 |
| 1367 | 2025-02-28T09:19:54.077Z | Compiling want v0.3.1 |
| 1368 | 2025-02-28T09:19:54.167Z | Compiling rand v0.8.5 |
| 1369 | 2025-02-28T09:19:54.361Z | Compiling pkcs8 v0.10.2 |
| 1370 | 2025-02-28T09:19:54.775Z | Compiling pest_derive v2.7.14 |
| 1371 | 2025-02-28T09:19:55.023Z | Compiling idna v1.0.3 |
| 1372 | 2025-02-28T09:19:55.337Z | Compiling uuid v1.15.1 |
| 1373 | 2025-02-28T09:19:55.587Z | Compiling zerocopy-derive v0.8.10 |
| 1374 | 2025-02-28T09:19:56.160Z | Compiling httpdate v1.0.3 |
| 1375 | 2025-02-28T09:19:56.181Z | Compiling iana-time-zone v0.1.61 |
| 1376 | 2025-02-28T09:19:56.527Z | Compiling tower-service v0.3.3 |
| 1377 | 2025-02-28T09:19:56.555Z | Compiling chrono v0.4.40 |
| 1378 | 2025-02-28T09:19:56.595Z | Compiling dtrace-parser v0.2.0 |
| 1379 | 2025-02-28T09:19:56.908Z | Compiling serde_spanned v0.6.8 |
| 1380 | 2025-02-28T09:19:57.148Z | Compiling serde_tokenstream v0.2.2 |
| 1381 | 2025-02-28T09:19:57.412Z | Compiling tokio-util v0.7.13 |
| 1382 | 2025-02-28T09:19:57.723Z | Compiling toml_datetime v0.6.8 |
| 1383 | 2025-02-28T09:19:58.189Z | Compiling foreign-types-shared v0.1.1 |
| 1384 | 2025-02-28T09:19:58.310Z | Compiling h2 v0.4.6 |
| 1385 | 2025-02-28T09:19:58.379Z | Compiling adler2 v2.0.0 |
| 1386 | 2025-02-28T09:19:58.586Z | Compiling rustversion v1.0.17 |
| 1387 | 2025-02-28T09:19:58.606Z | Compiling openssl v0.10.71 |
| 1388 | 2025-02-28T09:19:59.028Z | Compiling match_cfg v0.1.0 |
| 1389 | 2025-02-28T09:19:59.134Z | Compiling base64 v0.22.1 |
| 1390 | 2025-02-28T09:19:59.305Z | Compiling dof v0.3.0 |
| 1391 | 2025-02-28T09:19:59.716Z | Compiling hostname v0.3.1 |
| 1392 | 2025-02-28T09:19:59.832Z | Compiling miniz_oxide v0.8.5 |
| 1393 | 2025-02-28T09:19:59.916Z | Compiling foreign-types v0.3.2 |
| 1394 | 2025-02-28T09:20:00.021Z | Compiling url v2.5.3 |
| 1395 | 2025-02-28T09:20:01.113Z | Compiling usdt-impl v0.5.0 |
| 1396 | 2025-02-28T09:20:01.303Z | Compiling rand_core v0.9.2 |
| 1397 | 2025-02-28T09:20:01.735Z | Compiling openssl-macros v0.1.1 |
| 1398 | 2025-02-28T09:20:01.759Z | Compiling async-trait v0.1.86 |
| 1399 | 2025-02-28T09:20:02.230Z | Compiling serde_derive_internals v0.29.1 |
| 1400 | 2025-02-28T09:20:02.426Z | Compiling dirs-sys-next v0.1.2 |
| 1401 | 2025-02-28T09:20:02.456Z | Compiling syn v1.0.109 |
| 1402 | 2025-02-28T09:20:02.594Z | Compiling rustls v0.22.4 |
| 1403 | 2025-02-28T09:20:02.622Z | Compiling siphasher v0.3.11 |
| 1404 | 2025-02-28T09:20:02.885Z | Compiling rustls v0.23.19 |
| 1405 | 2025-02-28T09:20:02.962Z | Compiling native-tls v0.2.12 |
| 1406 | 2025-02-28T09:20:02.980Z | Compiling data-encoding v2.6.0 |
| 1407 | 2025-02-28T09:20:03.027Z | Compiling schemars v0.8.22 |
| 1408 | 2025-02-28T09:20:03.277Z | Compiling dirs-next v2.0.0 |
| 1409 | 2025-02-28T09:20:03.406Z | Compiling rand_chacha v0.9.0 |
| 1410 | 2025-02-28T09:20:04.090Z | Compiling http-body-util v0.1.2 |
| 1411 | 2025-02-28T09:20:04.404Z | Compiling schemars_derive v0.8.22 |
| 1412 | 2025-02-28T09:20:04.566Z | Compiling unicode-normalization v0.1.24 |
| 1413 | 2025-02-28T09:20:04.645Z | Compiling heapless v0.7.17 |
| 1414 | 2025-02-28T09:20:04.731Z | Compiling crossbeam-epoch v0.9.18 |
| 1415 | 2025-02-28T09:20:05.084Z | Compiling signature v2.2.0 |
| 1416 | 2025-02-28T09:20:05.370Z | Compiling hyper v1.6.0 |
| 1417 | 2025-02-28T09:20:05.426Z | Compiling sha1 v0.10.6 |
| 1418 | 2025-02-28T09:20:05.457Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1419 | 2025-02-28T09:20:05.579Z | Compiling thread_local v1.1.8 |
| 1420 | 2025-02-28T09:20:05.848Z | Compiling cookie v0.18.1 |
| 1421 | 2025-02-28T09:20:05.933Z | Compiling encoding_rs v0.8.34 |
| 1422 | 2025-02-28T09:20:06.034Z | Compiling multer v3.1.0 |
| 1423 | 2025-02-28T09:20:06.167Z | Compiling unicode-bidi v0.3.17 |
| 1424 | 2025-02-28T09:20:06.366Z | Compiling gimli v0.31.1 |
| 1425 | 2025-02-28T09:20:07.373Z | Compiling dyn-clone v1.0.18 |
| 1426 | 2025-02-28T09:20:07.479Z | Compiling unicode-properties v0.1.3 |
| 1427 | 2025-02-28T09:20:07.606Z | Compiling openssl-probe v0.1.5 |
| 1428 | 2025-02-28T09:20:07.910Z | Compiling hyper-util v0.1.10 |
| 1429 | 2025-02-28T09:20:07.913Z | Compiling mime v0.3.17 |
| 1430 | 2025-02-28T09:20:08.118Z | Compiling ipnet v2.11.0 |
| 1431 | 2025-02-28T09:20:08.428Z | Compiling rayon-core v1.12.1 |
| 1432 | 2025-02-28T09:20:08.737Z | Compiling slog-async v2.8.0 |
| 1433 | 2025-02-28T09:20:08.924Z | Compiling signal-hook v0.3.17 |
| 1434 | 2025-02-28T09:20:09.307Z | Compiling stringprep v0.1.5 |
| 1435 | 2025-02-28T09:20:09.715Z | Compiling toml_edit v0.22.24 |
| 1436 | 2025-02-28T09:20:10.336Z | Compiling crossbeam-deque v0.8.5 |
| 1437 | 2025-02-28T09:20:10.660Z | Compiling addr2line v0.24.2 |
| 1438 | 2025-02-28T09:20:10.812Z | Compiling rand v0.9.0 |
| 1439 | 2025-02-28T09:20:10.896Z | Compiling term v0.7.0 |
| 1440 | 2025-02-28T09:20:11.326Z | Compiling usdt-attr-macro v0.5.0 |
| 1441 | 2025-02-28T09:20:11.743Z | Compiling usdt-macro v0.5.0 |
| 1442 | 2025-02-28T09:20:12.091Z | Compiling slog-json v2.6.1 |
| 1443 | 2025-02-28T09:20:12.452Z | Compiling serde_urlencoded v0.7.1 |
| 1444 | 2025-02-28T09:20:12.455Z | Compiling curve25519-dalek v4.1.3 |
| 1445 | 2025-02-28T09:20:12.532Z | Compiling crossbeam-channel v0.5.13 |
| 1446 | 2025-02-28T09:20:12.849Z | Compiling futures-executor v0.3.31 |
| 1447 | 2025-02-28T09:20:12.941Z | Compiling enum-as-inner v0.6.1 |
| 1448 | 2025-02-28T09:20:13.128Z | Compiling md-5 v0.10.6 |
| 1449 | 2025-02-28T09:20:13.131Z | Compiling async-stream-impl v0.3.6 |
| 1450 | 2025-02-28T09:20:13.338Z | Compiling rustls-pemfile v2.2.0 |
| 1451 | 2025-02-28T09:20:13.397Z | Compiling num-integer v0.1.46 |
| 1452 | 2025-02-28T09:20:13.516Z | Compiling hash32 v0.2.1 |
| 1453 | 2025-02-28T09:20:13.647Z | Compiling ff v0.13.0 |
| 1454 | 2025-02-28T09:20:13.848Z | Compiling is-terminal v0.4.13 |
| 1455 | 2025-02-28T09:20:13.879Z | Compiling object v0.36.5 |
| 1456 | 2025-02-28T09:20:13.989Z | Compiling memoffset v0.9.1 |
| 1457 | 2025-02-28T09:20:13.992Z | Compiling dropshot v0.12.0 |
| 1458 | 2025-02-28T09:20:14.080Z | Compiling num-bigint-dig v0.8.4 |
| 1459 | 2025-02-28T09:20:14.319Z | Compiling base16ct v0.2.0 |
| 1460 | 2025-02-28T09:20:14.337Z | Compiling take_mut v0.2.2 |
| 1461 | 2025-02-28T09:20:14.339Z | Compiling rustc-demangle v0.1.24 |
| 1462 | 2025-02-28T09:20:14.419Z | Compiling portable-atomic v1.9.0 |
| 1463 | 2025-02-28T09:20:14.512Z | Compiling psl-types v2.0.11 |
| 1464 | 2025-02-28T09:20:14.616Z | Compiling smoltcp v0.9.1 |
| 1465 | 2025-02-28T09:20:14.729Z | Compiling quick-error v1.2.3 |
| 1466 | 2025-02-28T09:20:14.891Z | Compiling linked-hash-map v0.5.6 |
| 1467 | 2025-02-28T09:20:15.226Z | Compiling cfg_aliases v0.2.1 |
| 1468 | 2025-02-28T09:20:15.247Z | Compiling anyhow v1.0.96 |
| 1469 | 2025-02-28T09:20:15.266Z | Compiling fallible-iterator v0.2.0 |
| 1470 | 2025-02-28T09:20:15.329Z | Compiling litrs v0.4.1 |
| 1471 | 2025-02-28T09:20:15.378Z | Compiling utf-8 v0.7.6 |
| 1472 | 2025-02-28T09:20:15.706Z | Compiling tungstenite v0.24.0 |
| 1473 | 2025-02-28T09:20:15.929Z | Compiling postgres-protocol v0.6.8 |
| 1474 | 2025-02-28T09:20:16.310Z | Compiling nix v0.29.0 |
| 1475 | 2025-02-28T09:20:16.351Z | Compiling document-features v0.2.10 |
| 1476 | 2025-02-28T09:20:16.731Z | Compiling lru-cache v0.1.2 |
| 1477 | 2025-02-28T09:20:16.936Z | Compiling resolv-conf v0.7.0 |
| 1478 | 2025-02-28T09:20:17.153Z | Compiling publicsuffix v2.3.0 |
| 1479 | 2025-02-28T09:20:17.182Z | Compiling sec1 v0.7.3 |
| 1480 | 2025-02-28T09:20:17.539Z | Compiling async-stream v0.3.6 |
| 1481 | 2025-02-28T09:20:17.713Z | Compiling hickory-proto v0.24.4 |
| 1482 | 2025-02-28T09:20:17.747Z | Compiling slog-term v2.9.1 |
| 1483 | 2025-02-28T09:20:17.827Z | Compiling num-iter v0.1.45 |
| 1484 | 2025-02-28T09:20:17.849Z | Compiling usdt v0.5.0 |
| 1485 | 2025-02-28T09:20:18.016Z | Compiling group v0.13.0 |
| 1486 | 2025-02-28T09:20:18.443Z | Compiling futures v0.3.31 |
| 1487 | 2025-02-28T09:20:18.464Z | Compiling toml v0.8.20 |
| 1488 | 2025-02-28T09:20:18.565Z | Compiling slog-bunyan v2.5.0 |
| 1489 | 2025-02-28T09:20:19.865Z | Compiling tokio-native-tls v0.3.1 |
| 1490 | 2025-02-28T09:20:19.912Z | Compiling camino v1.1.9 |
| 1491 | 2025-02-28T09:20:20.244Z | Compiling phf_shared v0.11.2 |
| 1492 | 2025-02-28T09:20:20.298Z | Compiling backtrace v0.3.74 |
| 1493 | 2025-02-28T09:20:20.606Z | Compiling dropshot_endpoint v0.12.0 |
| 1494 | 2025-02-28T09:20:20.717Z | Compiling terminal_size v0.4.0 |
| 1495 | 2025-02-28T09:20:20.890Z | Compiling waitgroup v0.1.2 |
| 1496 | 2025-02-28T09:20:20.947Z | Compiling openapiv3 v2.0.0 |
| 1497 | 2025-02-28T09:20:20.966Z | Compiling serde_path_to_error v0.1.16 |
| 1498 | 2025-02-28T09:20:21.098Z | Compiling hkdf v0.12.4 |
| 1499 | 2025-02-28T09:20:21.371Z | Compiling crypto-bigint v0.5.5 |
| 1500 | 2025-02-28T09:20:21.734Z | Compiling zerocopy-derive v0.6.6 |
| 1501 | 2025-02-28T09:20:22.934Z | Compiling hubpack_derive v0.1.1 |
| 1502 | 2025-02-28T09:20:23.175Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1503 | 2025-02-28T09:20:23.665Z | Compiling webpki-roots v0.26.6 |
| 1504 | 2025-02-28T09:20:23.804Z | Compiling sync_wrapper v1.0.1 |
| 1505 | 2025-02-28T09:20:23.885Z | Compiling hostname v0.4.0 |
| 1506 | 2025-02-28T09:20:23.968Z | Compiling ahash v0.8.11 |
| 1507 | 2025-02-28T09:20:24.103Z | Compiling crc32fast v1.4.2 |
| 1508 | 2025-02-28T09:20:24.331Z | Compiling fs-err v2.11.0 |
| 1509 | 2025-02-28T09:20:24.408Z | Compiling winnow v0.5.40 |
| 1510 | 2025-02-28T09:20:24.532Z | Compiling newtype-uuid v1.2.1 |
| 1511 | 2025-02-28T09:20:24.585Z | Compiling tower-layer v0.3.3 |
| 1512 | 2025-02-28T09:20:24.658Z | Compiling unicode-width v0.2.0 |
| 1513 | 2025-02-28T09:20:24.828Z | Compiling debug-ignore v1.0.5 |
| 1514 | 2025-02-28T09:20:24.847Z | Compiling managed v0.8.0 |
| 1515 | 2025-02-28T09:20:24.865Z | Compiling strum_macros v0.25.3 |
| 1516 | 2025-02-28T09:20:24.990Z | Compiling clap_builder v4.5.31 |
| 1517 | 2025-02-28T09:20:25.254Z | Compiling console v0.15.10 |
| 1518 | 2025-02-28T09:20:26.488Z | Compiling tower v0.5.2 |
| 1519 | 2025-02-28T09:20:27.262Z | Compiling flate2 v1.1.0 |
| 1520 | 2025-02-28T09:20:27.332Z | Compiling elliptic-curve v0.13.8 |
| 1521 | 2025-02-28T09:20:27.388Z | Compiling hubpack v0.1.2 |
| 1522 | 2025-02-28T09:20:27.808Z | Compiling toml_edit v0.19.15 |
| 1523 | 2025-02-28T09:20:27.828Z | Compiling zerocopy v0.6.6 |
| 1524 | 2025-02-28T09:20:28.096Z | Compiling hickory-resolver v0.24.4 |
| 1525 | 2025-02-28T09:20:28.438Z | Compiling signal-hook-mio v0.2.4 |
| 1526 | 2025-02-28T09:20:28.553Z | Compiling phf v0.11.2 |
| 1527 | 2025-02-28T09:20:28.619Z | Compiling hyper-tls v0.6.0 |
| 1528 | 2025-02-28T09:20:28.819Z | Compiling rayon v1.10.0 |
| 1529 | 2025-02-28T09:20:28.888Z | Compiling cookie_store v0.21.1 |
| 1530 | 2025-02-28T09:20:28.995Z | Compiling bzip2 v0.4.4 |
| 1531 | 2025-02-28T09:20:30.443Z | Compiling tokio-tungstenite v0.24.0 |
| 1532 | 2025-02-28T09:20:30.956Z | Compiling postgres-types v0.2.9 |
| 1533 | 2025-02-28T09:20:32.601Z | Compiling ed25519 v2.2.3 |
| 1534 | 2025-02-28T09:20:33.109Z | Compiling phf_shared v0.10.0 |
| 1535 | 2025-02-28T09:20:33.480Z | Compiling tokio-stream v0.1.17 |
| 1536 | 2025-02-28T09:20:33.499Z | Compiling pkcs1 v0.7.5 |
| 1537 | 2025-02-28T09:20:33.520Z | Compiling serde-big-array v0.5.1 |
| 1538 | 2025-02-28T09:20:33.746Z | Compiling clap_derive v4.5.28 |
| 1539 | 2025-02-28T09:20:34.407Z | Compiling rfc6979 v0.4.0 |
| 1540 | 2025-02-28T09:20:34.431Z | Compiling serde_repr v0.1.19 |
| 1541 | 2025-02-28T09:20:34.451Z | Compiling derive-where v1.2.7 |
| 1542 | 2025-02-28T09:20:34.524Z | Compiling bstr v1.10.0 |
| 1543 | 2025-02-28T09:20:34.583Z | Compiling float-cmp v0.10.0 |
| 1544 | 2025-02-28T09:20:34.632Z | Compiling unicode-segmentation v1.12.0 |
| 1545 | 2025-02-28T09:20:34.833Z | Compiling predicates-core v1.0.8 |
| 1546 | 2025-02-28T09:20:35.164Z | Compiling difflib v0.4.0 |
| 1547 | 2025-02-28T09:20:35.463Z | Compiling normalize-line-endings v0.3.0 |
| 1548 | 2025-02-28T09:20:35.555Z | Compiling number_prefix v0.4.0 |
| 1549 | 2025-02-28T09:20:35.605Z | Compiling static_assertions v1.1.0 |
| 1550 | 2025-02-28T09:20:35.718Z | Compiling whoami v1.5.2 |
| 1551 | 2025-02-28T09:20:35.787Z | Compiling fixedbitset v0.4.2 |
| 1552 | 2025-02-28T09:20:35.996Z | Compiling new_debug_unreachable v1.0.6 |
| 1553 | 2025-02-28T09:20:36.101Z | Compiling bit-vec v0.6.3 |
| 1554 | 2025-02-28T09:20:36.192Z | Compiling precomputed-hash v0.1.1 |
| 1555 | 2025-02-28T09:20:36.262Z | Compiling petgraph v0.6.5 |
| 1556 | 2025-02-28T09:20:36.327Z | Compiling string_cache v0.8.7 |
| 1557 | 2025-02-28T09:20:36.431Z | Compiling bit-set v0.5.3 |
| 1558 | 2025-02-28T09:20:36.483Z | Compiling tokio-postgres v0.7.13 |
| 1559 | 2025-02-28T09:20:36.735Z | Compiling indicatif v0.17.11 |
| 1560 | 2025-02-28T09:20:36.785Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1561 | 2025-02-28T09:20:37.573Z | Compiling predicates v3.1.3 |
| 1562 | 2025-02-28T09:20:38.169Z | Compiling clap v4.5.31 |
| 1563 | 2025-02-28T09:20:38.294Z | Compiling similar v2.6.0 |
| 1564 | 2025-02-28T09:20:38.626Z | Compiling ecdsa v0.16.9 |
| 1565 | 2025-02-28T09:20:39.078Z | Compiling rsa v0.9.6 |
| 1566 | 2025-02-28T09:20:39.411Z | Compiling ed25519-dalek v2.1.1 |
| 1567 | 2025-02-28T09:20:39.771Z | Compiling toml v0.7.8 |
| 1568 | 2025-02-28T09:20:40.710Z | Compiling zip v0.6.6 |
| 1569 | 2025-02-28T09:20:41.166Z | Compiling crossterm v0.28.1 |
| 1570 | 2025-02-28T09:20:42.508Z | Compiling hex v0.4.3 |
| 1571 | 2025-02-28T09:20:42.618Z | Compiling x509-cert v0.2.5 |
| 1572 | 2025-02-28T09:20:42.749Z | Compiling itertools v0.10.5 |
| 1573 | 2025-02-28T09:20:42.950Z | Compiling peg-runtime v0.8.3 |
| 1574 | 2025-02-28T09:20:43.065Z | Compiling lalrpop-util v0.19.12 |
| 1575 | 2025-02-28T09:20:43.220Z | Compiling unicode-xid v0.2.6 |
| 1576 | 2025-02-28T09:20:43.429Z | Compiling strum_macros v0.26.4 |
| 1577 | 2025-02-28T09:20:43.460Z | Compiling xattr v1.3.1 |
| 1578 | 2025-02-28T09:20:43.523Z | Compiling filetime v0.2.25 |
| 1579 | 2025-02-28T09:20:43.728Z | Compiling tar v0.4.44 |
| 1580 | 2025-02-28T09:20:47.851Z | Compiling strum v0.26.3 |
| 1581 | 2025-02-28T09:20:50.681Z | Compiling aws-lc-sys v0.26.0 |
| 1582 | 2025-02-28T09:21:24.924Z | Compiling rustls-webpki v0.102.8 |
| 1583 | 2025-02-28T09:21:28.027Z | Compiling tokio-rustls v0.25.0 |
| 1584 | 2025-02-28T09:21:29.704Z | Compiling tokio-rustls v0.26.0 |
| 1585 | 2025-02-28T09:21:29.954Z | Compiling hyper-rustls v0.27.3 |
| 1586 | 2025-02-28T09:21:30.316Z | Compiling reqwest v0.12.12 |
| 1587 | 2025-02-28T09:21:31.609Z | Compiling qorb v0.2.1 |
| 1588 | 2025-02-28T09:21:34.515Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1589 | 2025-02-28T09:21:34.773Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1590 | 2025-02-28T09:21:39.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
| 1591 | 2025-02-28T09:21:39.312Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1592 | 2025-02-28T09:21:39.362Z | Feb 28 09:21:38.381 INFO Starting download, target: Clickhouse |
| 1593 | 2025-02-28T09:21:39.362Z | Feb 28 09:21:38.382 INFO Starting download, target: Cockroach |
| 1594 | 2025-02-28T09:21:39.362Z | Feb 28 09:21:38.382 INFO Starting download, target: Console |
| 1595 | 2025-02-28T09:21:39.362Z | Feb 28 09:21:38.382 INFO Starting download, target: DendriteOpenapi |
| 1596 | 2025-02-28T09:21:39.362Z | Feb 28 09:21:38.382 INFO Starting download, target: DendriteStub |
| 1597 | 2025-02-28T09:21:39.363Z | Feb 28 09:21:38.382 INFO Starting download, target: MaghemiteMgd |
| 1598 | 2025-02-28T09:21:39.367Z | Feb 28 09:21:38.382 INFO Starting download, target: TransceiverControl |
| 1599 | 2025-02-28T09:21:39.367Z | Feb 28 09:21:38.382 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1600 | 2025-02-28T09:21:39.367Z | Feb 28 09:21:38.382 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1601 | 2025-02-28T09:21:39.367Z | Feb 28 09:21:38.382 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1602 | 2025-02-28T09:21:39.367Z | Feb 28 09:21:38.383 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1603 | 2025-02-28T09:21:39.367Z | Feb 28 09:21:38.383 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1604 | 2025-02-28T09:21:39.367Z | Feb 28 09:21:38.383 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1605 | 2025-02-28T09:21:39.367Z | Feb 28 09:21:38.383 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1606 | 2025-02-28T09:21:39.514Z | Feb 28 09:21:38.531 INFO Download complete, target: DendriteOpenapi |
| 1607 | 2025-02-28T09:21:39.794Z | Feb 28 09:21:38.806 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1608 | 2025-02-28T09:21:40.048Z | Feb 28 09:21:39.029 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1609 | 2025-02-28T09:21:40.253Z | Feb 28 09:21:39.237 INFO Download complete, target: TransceiverControl |
| 1610 | 2025-02-28T09:21:40.324Z | Feb 28 09:21:39.332 INFO Download complete, target: Console |
| 1611 | 2025-02-28T09:21:41.233Z | Feb 28 09:21:40.253 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1612 | 2025-02-28T09:21:41.396Z | Feb 28 09:21:40.413 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1613 | 2025-02-28T09:21:41.415Z | Feb 28 09:21:40.434 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1614 | 2025-02-28T09:21:42.585Z | Feb 28 09:21:41.604 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1615 | 2025-02-28T09:21:42.585Z | Feb 28 09:21:41.604 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1616 | 2025-02-28T09:21:43.903Z | Feb 28 09:21:42.924 INFO Download complete, target: DendriteStub |
| 1617 | 2025-02-28T09:21:43.999Z | Feb 28 09:21:43.020 INFO Download complete, target: MaghemiteMgd |
| 1618 | 2025-02-28T09:21:48.952Z | Feb 28 09:21:47.972 INFO Checking that binary works, target: Cockroach |
| 1619 | 2025-02-28T09:21:49.111Z | Feb 28 09:21:48.132 INFO Download complete, target: Cockroach |
| 1620 | 2025-02-28T09:21:52.096Z | Feb 28 09:21:51.116 INFO Checking that binary works, target: Clickhouse |
| 1621 | 2025-02-28T09:21:52.541Z | Feb 28 09:21:51.561 INFO Download complete, target: Clickhouse |
| 1622 | 2025-02-28T09:21:52.549Z | All prerequisites installed successfully |
| 1623 | 2025-02-28T09:21:52.551Z | |
| 1624 | 2025-02-28T09:21:52.551Z | real 5:18.233713988 |
| 1625 | 2025-02-28T09:21:52.551Z | user 15:30.805693137 |
| 1626 | 2025-02-28T09:21:52.551Z | sys 2:06.415203186 |
| 1627 | 2025-02-28T09:21:52.551Z | trap 0.535425748 |
| 1628 | 2025-02-28T09:21:52.552Z | tflt 5.287351757 |
| 1629 | 2025-02-28T09:21:52.552Z | dflt 2.862102353 |
| 1630 | 2025-02-28T09:21:52.552Z | kflt 0.143405268 |
| 1631 | 2025-02-28T09:21:52.552Z | lock 23:48.306258606 |
| 1632 | 2025-02-28T09:21:52.552Z | slp 56:54.410922137 |
| 1633 | 2025-02-28T09:21:52.552Z | lat 1:00.381322286 |
| 1634 | 2025-02-28T09:21:52.552Z | stop 2:23.322808746 |
| 1635 | 2025-02-28T09:21:52.552Z | + ptime -m cargo xtask download softnpu |
| 1636 | 2025-02-28T09:21:53.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1637 | 2025-02-28T09:21:53.145Z | Running `target/debug/xtask download softnpu` |
| 1638 | 2025-02-28T09:21:54.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 1639 | 2025-02-28T09:21:54.090Z | Running `target/debug/xtask-downloader softnpu` |
| 1640 | 2025-02-28T09:21:54.130Z | Feb 28 09:21:53.150 INFO Starting download, target: Softnpu |
| 1641 | 2025-02-28T09:21:54.133Z | Feb 28 09:21:53.151 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1642 | 2025-02-28T09:21:54.657Z | Feb 28 09:21:53.677 INFO Download complete, target: Softnpu |
| 1643 | 2025-02-28T09:21:54.661Z | |
| 1644 | 2025-02-28T09:21:54.665Z | real 2.104574290 |
| 1645 | 2025-02-28T09:21:54.665Z | user 1.342070626 |
| 1646 | 2025-02-28T09:21:54.666Z | sys 0.560881762 |
| 1647 | 2025-02-28T09:21:54.666Z | trap 0.001204994 |
| 1648 | 2025-02-28T09:21:54.666Z | tflt 0.000170536 |
| 1649 | 2025-02-28T09:21:54.666Z | dflt 0.000057714 |
| 1650 | 2025-02-28T09:21:54.666Z | kflt 0.000000000 |
| 1651 | 2025-02-28T09:21:54.666Z | lock 5.389472478 |
| 1652 | 2025-02-28T09:21:54.666Z | slp 0.357718065 |
| 1653 | 2025-02-28T09:21:54.666Z | lat 0.068485544 |
| 1654 | 2025-02-28T09:21:54.666Z | stop 0.000199367 |
| 1655 | 2025-02-28T09:21:54.666Z | + export CARGO_INCREMENTAL=0 |
| 1656 | 2025-02-28T09:21:54.666Z | + CARGO_INCREMENTAL=0 |
| 1657 | 2025-02-28T09:21:54.666Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1658 | 2025-02-28T09:21:55.677Z | Compiling proc-macro2 v1.0.93 |
| 1659 | 2025-02-28T09:21:55.678Z | Compiling unicode-ident v1.0.14 |
| 1660 | 2025-02-28T09:21:55.678Z | Compiling libc v0.2.170 |
| 1661 | 2025-02-28T09:21:55.678Z | Compiling serde v1.0.218 |
| 1662 | 2025-02-28T09:21:55.681Z | Compiling autocfg v1.4.0 |
| 1663 | 2025-02-28T09:21:55.681Z | Compiling version_check v0.9.5 |
| 1664 | 2025-02-28T09:21:55.681Z | Compiling cfg-if v1.0.0 |
| 1665 | 2025-02-28T09:21:55.936Z | Compiling memchr v2.7.4 |
| 1666 | 2025-02-28T09:21:55.972Z | Compiling typenum v1.17.0 |
| 1667 | 2025-02-28T09:21:55.991Z | Compiling shlex v1.3.0 |
| 1668 | 2025-02-28T09:21:56.355Z | Compiling value-bag v1.9.0 |
| 1669 | 2025-02-28T09:21:56.358Z | Compiling generic-array v0.14.7 |
| 1670 | 2025-02-28T09:21:56.593Z | Compiling lock_api v0.4.12 |
| 1671 | 2025-02-28T09:21:56.673Z | Compiling scopeguard v1.2.0 |
| 1672 | 2025-02-28T09:21:56.841Z | Compiling log v0.4.22 |
| 1673 | 2025-02-28T09:21:56.862Z | Compiling parking_lot_core v0.9.10 |
| 1674 | 2025-02-28T09:21:57.187Z | Compiling serde_json v1.0.139 |
| 1675 | 2025-02-28T09:21:57.264Z | Compiling once_cell v1.20.3 |
| 1676 | 2025-02-28T09:21:57.475Z | Compiling libm v0.2.8 |
| 1677 | 2025-02-28T09:21:57.521Z | Compiling rustix v0.38.37 |
| 1678 | 2025-02-28T09:21:57.541Z | Compiling quote v1.0.38 |
| 1679 | 2025-02-28T09:21:57.632Z | Compiling jobserver v0.1.32 |
| 1680 | 2025-02-28T09:21:57.755Z | Compiling getrandom v0.2.15 |
| 1681 | 2025-02-28T09:21:58.030Z | Compiling syn v2.0.98 |
| 1682 | 2025-02-28T09:21:58.051Z | Compiling cc v1.2.15 |
| 1683 | 2025-02-28T09:21:58.072Z | Compiling aho-corasick v1.1.3 |
| 1684 | 2025-02-28T09:21:58.148Z | Compiling num-traits v0.2.19 |
| 1685 | 2025-02-28T09:21:58.166Z | Compiling semver v1.0.25 |
| 1686 | 2025-02-28T09:21:58.243Z | Compiling regex-syntax v0.8.5 |
| 1687 | 2025-02-28T09:21:58.285Z | Compiling thiserror v1.0.69 |
| 1688 | 2025-02-28T09:21:58.472Z | Compiling getrandom v0.3.1 |
| 1689 | 2025-02-28T09:21:58.626Z | Compiling either v1.14.0 |
| 1690 | 2025-02-28T09:21:58.797Z | Compiling itoa v1.0.11 |
| 1691 | 2025-02-28T09:21:58.883Z | Compiling slab v0.4.9 |
| 1692 | 2025-02-28T09:21:59.044Z | Compiling byteorder v1.5.0 |
| 1693 | 2025-02-28T09:21:59.223Z | Compiling spin v0.9.8 |
| 1694 | 2025-02-28T09:21:59.469Z | Compiling errno v0.3.9 |
| 1695 | 2025-02-28T09:21:59.487Z | Compiling rand_core v0.6.4 |
| 1696 | 2025-02-28T09:21:59.962Z | Compiling glob v0.3.2 |
| 1697 | 2025-02-28T09:22:00.220Z | Compiling prettyplease v0.2.29 |
| 1698 | 2025-02-28T09:22:00.590Z | Compiling lazy_static v1.5.0 |
| 1699 | 2025-02-28T09:22:00.666Z | Compiling clang-sys v1.8.1 |
| 1700 | 2025-02-28T09:22:00.869Z | Compiling minimal-lexical v0.2.1 |
| 1701 | 2025-02-28T09:22:00.873Z | Compiling smallvec v1.14.0 |
| 1702 | 2025-02-28T09:22:01.286Z | Compiling nom v7.1.3 |
| 1703 | 2025-02-28T09:22:01.376Z | Compiling libloading v0.8.5 |
| 1704 | 2025-02-28T09:22:01.395Z | Compiling bindgen v0.69.5 |
| 1705 | 2025-02-28T09:22:01.398Z | Compiling subtle v2.6.1 |
| 1706 | 2025-02-28T09:22:01.561Z | Compiling home v0.5.9 |
| 1707 | 2025-02-28T09:22:01.717Z | Compiling regex-automata v0.4.8 |
| 1708 | 2025-02-28T09:22:01.770Z | Compiling itertools v0.12.1 |
| 1709 | 2025-02-28T09:22:01.890Z | Compiling lazycell v1.3.0 |
| 1710 | 2025-02-28T09:22:02.021Z | Compiling allocator-api2 v0.2.18 |
| 1711 | 2025-02-28T09:22:02.358Z | Compiling rustc-hash v1.1.0 |
| 1712 | 2025-02-28T09:22:02.510Z | Compiling cmake v0.1.51 |
| 1713 | 2025-02-28T09:22:03.262Z | Compiling dunce v1.0.5 |
| 1714 | 2025-02-28T09:22:03.347Z | Compiling fs_extra v1.3.0 |
| 1715 | 2025-02-28T09:22:03.578Z | Compiling pkg-config v0.3.31 |
| 1716 | 2025-02-28T09:22:03.829Z | Compiling pin-project-lite v0.2.14 |
| 1717 | 2025-02-28T09:22:03.982Z | Compiling ring v0.17.11 |
| 1718 | 2025-02-28T09:22:04.436Z | Compiling cexpr v0.6.0 |
| 1719 | 2025-02-28T09:22:04.531Z | Compiling paste v1.0.15 |
| 1720 | 2025-02-28T09:22:04.829Z | Compiling ryu v1.0.18 |
| 1721 | 2025-02-28T09:22:05.004Z | Compiling synstructure v0.13.1 |
| 1722 | 2025-02-28T09:22:05.123Z | Compiling httparse v1.9.5 |
| 1723 | 2025-02-28T09:22:05.763Z | Compiling schemars v0.8.22 |
| 1724 | 2025-02-28T09:22:06.030Z | Compiling const-oid v0.9.6 |
| 1725 | 2025-02-28T09:22:06.084Z | Compiling aws-lc-rs v1.12.4 |
| 1726 | 2025-02-28T09:22:06.116Z | Compiling fnv v1.0.7 |
| 1727 | 2025-02-28T09:22:06.353Z | Compiling serde_derive_internals v0.29.1 |
| 1728 | 2025-02-28T09:22:06.545Z | Compiling signal-hook-registry v1.4.2 |
| 1729 | 2025-02-28T09:22:07.046Z | Compiling regex v1.11.1 |
| 1730 | 2025-02-28T09:22:07.539Z | Compiling equivalent v1.0.1 |
| 1731 | 2025-02-28T09:22:07.668Z | Compiling foldhash v0.1.3 |
| 1732 | 2025-02-28T09:22:07.945Z | Compiling hashbrown v0.15.1 |
| 1733 | 2025-02-28T09:22:07.964Z | Compiling parking_lot v0.12.3 |
| 1734 | 2025-02-28T09:22:07.967Z | Compiling mio v1.0.2 |
| 1735 | 2025-02-28T09:22:08.027Z | Compiling heck v0.5.0 |
| 1736 | 2025-02-28T09:22:08.339Z | Compiling stable_deref_trait v1.2.0 |
| 1737 | 2025-02-28T09:22:08.907Z | Compiling serde_derive v1.0.218 |
| 1738 | 2025-02-28T09:22:09.110Z | Compiling zeroize_derive v1.4.2 |
| 1739 | 2025-02-28T09:22:09.530Z | Compiling zerocopy-derive v0.7.35 |
| 1740 | 2025-02-28T09:22:09.894Z | Compiling tokio-macros v2.5.0 |
| 1741 | 2025-02-28T09:22:10.419Z | Compiling zeroize v1.8.1 |
| 1742 | 2025-02-28T09:22:10.739Z | Compiling thiserror-impl v1.0.69 |
| 1743 | 2025-02-28T09:22:10.758Z | Compiling zerofrom-derive v0.1.4 |
| 1744 | 2025-02-28T09:22:10.875Z | Compiling yoke-derive v0.7.4 |
| 1745 | 2025-02-28T09:22:10.959Z | Compiling futures-macro v0.3.31 |
| 1746 | 2025-02-28T09:22:11.217Z | Compiling zerovec-derive v0.10.3 |
| 1747 | 2025-02-28T09:22:11.251Z | Compiling zerocopy v0.7.35 |
| 1748 | 2025-02-28T09:22:11.350Z | Compiling displaydoc v0.2.5 |
| 1749 | 2025-02-28T09:22:12.737Z | Compiling icu_provider_macros v1.5.0 |
| 1750 | 2025-02-28T09:22:13.124Z | Compiling tracing-attributes v0.1.27 |
| 1751 | 2025-02-28T09:22:13.368Z | Compiling schemars_derive v0.8.22 |
| 1752 | 2025-02-28T09:22:13.677Z | Compiling crypto-common v0.1.6 |
| 1753 | 2025-02-28T09:22:13.711Z | Compiling block-buffer v0.10.4 |
| 1754 | 2025-02-28T09:22:13.885Z | Compiling socket2 v0.5.8 |
| 1755 | 2025-02-28T09:22:13.930Z | Compiling digest v0.10.7 |
| 1756 | 2025-02-28T09:22:13.950Z | Compiling futures-core v0.3.31 |
| 1757 | 2025-02-28T09:22:14.207Z | Compiling crossbeam-utils v0.8.20 |
| 1758 | 2025-02-28T09:22:14.324Z | Compiling num-conv v0.1.0 |
| 1759 | 2025-02-28T09:22:14.614Z | Compiling time-core v0.1.2 |
| 1760 | 2025-02-28T09:22:14.801Z | Compiling time-macros v0.2.18 |
| 1761 | 2025-02-28T09:22:14.877Z | Compiling der_derive v0.7.3 |
| 1762 | 2025-02-28T09:22:15.057Z | Compiling vcpkg v0.2.15 |
| 1763 | 2025-02-28T09:22:16.322Z | Compiling openssl-sys v0.9.106 |
| 1764 | 2025-02-28T09:22:17.542Z | Compiling futures-sink v0.3.31 |
| 1765 | 2025-02-28T09:22:17.588Z | Compiling zerocopy v0.8.10 |
| 1766 | 2025-02-28T09:22:17.837Z | Compiling cpufeatures v0.2.14 |
| 1767 | 2025-02-28T09:22:17.947Z | Compiling zerocopy-derive v0.8.10 |
| 1768 | 2025-02-28T09:22:18.109Z | Compiling slog v2.7.0 |
| 1769 | 2025-02-28T09:22:18.418Z | Compiling ahash v0.8.11 |
| 1770 | 2025-02-28T09:22:18.548Z | Compiling syn v1.0.109 |
| 1771 | 2025-02-28T09:22:18.766Z | Compiling futures-channel v0.3.31 |
| 1772 | 2025-02-28T09:22:18.771Z | Compiling zerofrom v0.1.4 |
| 1773 | 2025-02-28T09:22:18.993Z | Compiling futures-io v0.3.31 |
| 1774 | 2025-02-28T09:22:19.149Z | Compiling iana-time-zone v0.1.61 |
| 1775 | 2025-02-28T09:22:19.190Z | Compiling futures-task v0.3.31 |
| 1776 | 2025-02-28T09:22:19.304Z | Compiling pin-utils v0.1.0 |
| 1777 | 2025-02-28T09:22:19.422Z | Compiling yoke v0.7.4 |
| 1778 | 2025-02-28T09:22:19.488Z | Compiling futures-util v0.3.31 |
| 1779 | 2025-02-28T09:22:20.153Z | Compiling scroll_derive v0.12.0 |
| 1780 | 2025-02-28T09:22:20.253Z | Compiling openssl v0.10.71 |
| 1781 | 2025-02-28T09:22:20.274Z | Compiling ucd-trie v0.1.7 |
| 1782 | 2025-02-28T09:22:20.655Z | Compiling bitflags v2.6.0 |
| 1783 | 2025-02-28T09:22:20.702Z | Compiling bytes v1.10.0 |
| 1784 | 2025-02-28T09:22:21.418Z | Compiling indexmap v2.7.1 |
| 1785 | 2025-02-28T09:22:22.010Z | Compiling tokio v1.43.0 |
| 1786 | 2025-02-28T09:22:23.489Z | Compiling serde_tokenstream v0.2.2 |
| 1787 | 2025-02-28T09:22:23.649Z | Compiling uuid v1.15.1 |
| 1788 | 2025-02-28T09:22:24.008Z | Compiling http v1.2.0 |
| 1789 | 2025-02-28T09:22:24.976Z | Compiling which v4.4.2 |
| 1790 | 2025-02-28T09:22:25.421Z | Compiling chrono v0.4.40 |
| 1791 | 2025-02-28T09:22:26.018Z | Compiling rustc_version v0.4.1 |
| 1792 | 2025-02-28T09:22:28.041Z | Compiling pest v2.7.14 |
| 1793 | 2025-02-28T09:22:30.156Z | Compiling zerovec v0.10.4 |
| 1794 | 2025-02-28T09:22:30.978Z | Compiling hmac v0.12.1 |
| 1795 | 2025-02-28T09:22:32.250Z | Compiling pest_meta v2.7.14 |
| 1796 | 2025-02-28T09:22:33.233Z | Compiling block-padding v0.3.3 |
| 1797 | 2025-02-28T09:22:33.467Z | Compiling openssl-macros v0.1.1 |
| 1798 | 2025-02-28T09:22:33.598Z | Compiling rustls v0.23.19 |
| 1799 | 2025-02-28T09:22:33.918Z | Compiling native-tls v0.2.12 |
| 1800 | 2025-02-28T09:22:34.175Z | Compiling pest_generator v2.7.14 |
| 1801 | 2025-02-28T09:22:34.292Z | Compiling inout v0.1.3 |
| 1802 | 2025-02-28T09:22:34.536Z | Compiling tinystr v0.7.6 |
| 1803 | 2025-02-28T09:22:34.559Z | Compiling serde_spanned v0.6.8 |
| 1804 | 2025-02-28T09:22:34.777Z | Compiling toml_datetime v0.6.8 |
| 1805 | 2025-02-28T09:22:34.917Z | Compiling ppv-lite86 v0.2.20 |
| 1806 | 2025-02-28T09:22:34.980Z | Compiling tracing-core v0.1.32 |
| 1807 | 2025-02-28T09:22:35.189Z | Compiling writeable v0.5.5 |
| 1808 | 2025-02-28T09:22:35.624Z | Compiling strsim v0.11.1 |
| 1809 | 2025-02-28T09:22:35.676Z | Compiling dyn-clone v1.0.18 |
| 1810 | 2025-02-28T09:22:35.710Z | Compiling litemap v0.7.3 |
| 1811 | 2025-02-28T09:22:36.151Z | Compiling icu_locid v1.5.0 |
| 1812 | 2025-02-28T09:22:36.246Z | Compiling pest_derive v2.7.14 |
| 1813 | 2025-02-28T09:22:36.863Z | Compiling tracing v0.1.40 |
| 1814 | 2025-02-28T09:22:36.940Z | Compiling aws-lc-sys v0.26.0 |
| 1815 | 2025-02-28T09:22:37.053Z | Compiling cipher v0.4.4 |
| 1816 | 2025-02-28T09:22:37.127Z | Compiling sha2 v0.10.8 |
| 1817 | 2025-02-28T09:22:37.659Z | Compiling cookie v0.18.1 |
| 1818 | 2025-02-28T09:22:37.870Z | Compiling usdt-impl v0.5.0 |
| 1819 | 2025-02-28T09:22:37.982Z | Compiling base64ct v1.6.0 |
| 1820 | 2025-02-28T09:22:38.229Z | Compiling icu_provider v1.5.0 |
| 1821 | 2025-02-28T09:22:38.508Z | Compiling pem-rfc7468 v0.7.0 |
| 1822 | 2025-02-28T09:22:40.332Z | Compiling scroll v0.12.0 |
| 1823 | 2025-02-28T09:22:41.040Z | Compiling async-trait v0.1.86 |
| 1824 | 2025-02-28T09:22:43.002Z | Compiling flagset v0.4.6 |
| 1825 | 2025-02-28T09:22:43.192Z | Compiling camino v1.1.9 |
| 1826 | 2025-02-28T09:22:43.211Z | Compiling percent-encoding v2.3.1 |
| 1827 | 2025-02-28T09:22:43.643Z | Compiling rustls-pki-types v1.10.0 |
| 1828 | 2025-02-28T09:22:43.664Z | Compiling anyhow v1.0.96 |
| 1829 | 2025-02-28T09:22:44.161Z | Compiling icu_locid_transform_data v1.5.0 |
| 1830 | 2025-02-28T09:22:44.276Z | Compiling plain v0.2.3 |
| 1831 | 2025-02-28T09:22:44.553Z | Compiling icu_locid_transform v1.5.0 |
| 1832 | 2025-02-28T09:22:45.104Z | Compiling goblin v0.8.2 |
| 1833 | 2025-02-28T09:22:46.344Z | Compiling der v0.7.9 |
| 1834 | 2025-02-28T09:22:48.359Z | Compiling icu_collections v1.5.0 |
| 1835 | 2025-02-28T09:22:48.872Z | Compiling tokio-util v0.7.13 |
| 1836 | 2025-02-28T09:22:50.412Z | Compiling rayon-core v1.12.1 |
| 1837 | 2025-02-28T09:22:50.648Z | Compiling icu_properties_data v1.5.0 |
| 1838 | 2025-02-28T09:22:50.755Z | Compiling pretty-hex v0.4.1 |
| 1839 | 2025-02-28T09:22:50.869Z | Compiling rustls v0.22.4 |
| 1840 | 2025-02-28T09:22:50.909Z | Compiling untrusted v0.9.0 |
| 1841 | 2025-02-28T09:22:51.140Z | Compiling untrusted v0.7.1 |
| 1842 | 2025-02-28T09:22:51.164Z | Compiling powerfmt v0.2.0 |
| 1843 | 2025-02-28T09:22:51.342Z | Compiling dof v0.3.0 |
| 1844 | 2025-02-28T09:22:51.394Z | Compiling icu_properties v1.5.1 |
| 1845 | 2025-02-28T09:22:51.592Z | Compiling deranged v0.3.11 |
| 1846 | 2025-02-28T09:22:53.183Z | Compiling spki v0.7.3 |
| 1847 | 2025-02-28T09:22:53.412Z | Compiling salsa20 v0.10.2 |
| 1848 | 2025-02-28T09:22:53.525Z | Compiling dtrace-parser v0.2.0 |
| 1849 | 2025-02-28T09:22:53.529Z | Compiling pbkdf2 v0.12.2 |
| 1850 | 2025-02-28T09:22:54.009Z | Compiling thread-id v4.2.2 |
| 1851 | 2025-02-28T09:22:54.135Z | Compiling litrs v0.4.1 |
| 1852 | 2025-02-28T09:22:54.785Z | Compiling write16 v1.0.0 |
| 1853 | 2025-02-28T09:22:54.950Z | Compiling icu_normalizer_data v1.5.0 |
| 1854 | 2025-02-28T09:22:55.071Z | Compiling utf8_iter v1.0.4 |
| 1855 | 2025-02-28T09:22:55.091Z | Compiling winnow v0.5.40 |
| 1856 | 2025-02-28T09:22:55.115Z | Compiling num_threads v0.1.7 |
| 1857 | 2025-02-28T09:22:55.309Z | Compiling atomic-waker v1.1.2 |
| 1858 | 2025-02-28T09:22:55.506Z | Compiling utf16_iter v1.0.5 |
| 1859 | 2025-02-28T09:22:56.112Z | Compiling time v0.3.36 |
| 1860 | 2025-02-28T09:22:56.233Z | Compiling icu_normalizer v1.5.0 |
| 1861 | 2025-02-28T09:22:57.719Z | Compiling document-features v0.2.10 |
| 1862 | 2025-02-28T09:22:58.447Z | Compiling toml_edit v0.19.15 |
| 1863 | 2025-02-28T09:23:00.793Z | Compiling scrypt v0.11.0 |
| 1864 | 2025-02-28T09:23:01.170Z | Compiling form_urlencoded v1.2.1 |
| 1865 | 2025-02-28T09:23:01.272Z | Compiling cbc v0.1.2 |
| 1866 | 2025-02-28T09:23:01.422Z | Compiling aes v0.8.4 |
| 1867 | 2025-02-28T09:23:01.497Z | Compiling http-body v1.0.1 |
| 1868 | 2025-02-28T09:23:01.763Z | Compiling multer v3.1.0 |
| 1869 | 2025-02-28T09:23:02.244Z | Compiling try-lock v0.2.5 |
| 1870 | 2025-02-28T09:23:02.424Z | Compiling slog-async v2.8.0 |
| 1871 | 2025-02-28T09:23:02.729Z | Compiling rustversion v1.0.17 |
| 1872 | 2025-02-28T09:23:02.878Z | Compiling tinyvec_macros v0.1.1 |
| 1873 | 2025-02-28T09:23:02.985Z | Compiling tinyvec v1.8.0 |
| 1874 | 2025-02-28T09:23:03.004Z | Compiling want v0.3.1 |
| 1875 | 2025-02-28T09:23:03.297Z | Compiling pkcs5 v0.7.1 |
| 1876 | 2025-02-28T09:23:04.371Z | Compiling idna_adapter v1.2.0 |
| 1877 | 2025-02-28T09:23:04.610Z | Compiling h2 v0.4.6 |
| 1878 | 2025-02-28T09:23:04.806Z | Compiling rand_chacha v0.3.1 |
| 1879 | 2025-02-28T09:23:04.860Z | Compiling heapless v0.7.17 |
| 1880 | 2025-02-28T09:23:05.365Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1881 | 2025-02-28T09:23:05.780Z | Compiling httpdate v1.0.3 |
| 1882 | 2025-02-28T09:23:05.830Z | Compiling signal-hook v0.3.17 |
| 1883 | 2025-02-28T09:23:05.996Z | Compiling tower-service v0.3.3 |
| 1884 | 2025-02-28T09:23:07.967Z | Compiling rand v0.8.5 |
| 1885 | 2025-02-28T09:23:08.363Z | Compiling idna v1.0.3 |
| 1886 | 2025-02-28T09:23:09.414Z | Compiling pkcs8 v0.10.2 |
| 1887 | 2025-02-28T09:23:10.681Z | Compiling usdt-attr-macro v0.5.0 |
| 1888 | 2025-02-28T09:23:10.727Z | Compiling usdt-macro v0.5.0 |
| 1889 | 2025-02-28T09:23:11.427Z | Compiling async-stream-impl v0.3.6 |
| 1890 | 2025-02-28T09:23:12.223Z | Compiling adler2 v2.0.0 |
| 1891 | 2025-02-28T09:23:12.367Z | Compiling base64 v0.22.1 |
| 1892 | 2025-02-28T09:23:12.567Z | Compiling miniz_oxide v0.8.5 |
| 1893 | 2025-02-28T09:23:12.730Z | Compiling hyper v1.6.0 |
| 1894 | 2025-02-28T09:23:15.897Z | Compiling hyper-util v0.1.10 |
| 1895 | 2025-02-28T09:23:20.785Z | Compiling curve25519-dalek v4.1.3 |
| 1896 | 2025-02-28T09:23:20.788Z | Compiling openapiv3 v2.0.0 |
| 1897 | 2025-02-28T09:23:21.228Z | Compiling enum-as-inner v0.6.1 |
| 1898 | 2025-02-28T09:23:21.670Z | Compiling memoffset v0.9.1 |
| 1899 | 2025-02-28T09:23:22.021Z | Compiling dropshot v0.12.0 |
| 1900 | 2025-02-28T09:23:22.042Z | Compiling foreign-types-shared v0.1.1 |
| 1901 | 2025-02-28T09:23:22.164Z | Compiling smoltcp v0.9.1 |
| 1902 | 2025-02-28T09:23:22.203Z | Compiling num-bigint-dig v0.8.4 |
| 1903 | 2025-02-28T09:23:22.382Z | Compiling portable-atomic v1.9.0 |
| 1904 | 2025-02-28T09:23:22.468Z | Compiling match_cfg v0.1.0 |
| 1905 | 2025-02-28T09:23:22.577Z | Compiling newtype-uuid v1.2.1 |
| 1906 | 2025-02-28T09:23:22.707Z | Compiling hostname v0.3.1 |
| 1907 | 2025-02-28T09:23:22.897Z | Compiling foreign-types v0.3.2 |
| 1908 | 2025-02-28T09:23:24.111Z | Compiling rand_core v0.9.2 |
| 1909 | 2025-02-28T09:23:24.530Z | Compiling url v2.5.3 |
| 1910 | 2025-02-28T09:23:26.534Z | Compiling http-body-util v0.1.2 |
| 1911 | 2025-02-28T09:23:26.997Z | Compiling dirs-sys-next v0.1.2 |
| 1912 | 2025-02-28T09:23:27.064Z | Compiling encoding_rs v0.8.34 |
| 1913 | 2025-02-28T09:23:27.418Z | Compiling siphasher v0.3.11 |
| 1914 | 2025-02-28T09:23:27.614Z | Compiling cfg_aliases v0.2.1 |
| 1915 | 2025-02-28T09:23:27.721Z | Compiling ident_case v1.0.1 |
| 1916 | 2025-02-28T09:23:27.807Z | Compiling heck v0.4.1 |
| 1917 | 2025-02-28T09:23:27.909Z | Compiling data-encoding v2.6.0 |
| 1918 | 2025-02-28T09:23:28.159Z | Compiling mime v0.3.17 |
| 1919 | 2025-02-28T09:23:29.202Z | Compiling gimli v0.31.1 |
| 1920 | 2025-02-28T09:23:29.253Z | Compiling darling_core v0.20.10 |
| 1921 | 2025-02-28T09:23:30.133Z | Compiling nix v0.29.0 |
| 1922 | 2025-02-28T09:23:30.949Z | Compiling dirs-next v2.0.0 |
| 1923 | 2025-02-28T09:23:34.355Z | Compiling addr2line v0.24.2 |
| 1924 | 2025-02-28T09:23:35.267Z | Compiling rand_chacha v0.9.0 |
| 1925 | 2025-02-28T09:23:36.372Z | Compiling unicode-normalization v0.1.24 |
| 1926 | 2025-02-28T09:23:37.429Z | Compiling serde_urlencoded v0.7.1 |
| 1927 | 2025-02-28T09:23:38.015Z | Compiling crossbeam-epoch v0.9.18 |
| 1928 | 2025-02-28T09:23:38.312Z | Compiling rustls-pemfile v2.2.0 |
| 1929 | 2025-02-28T09:23:38.660Z | Compiling hubpack_derive v0.1.1 |
| 1930 | 2025-02-28T09:23:38.753Z | Compiling dropshot_endpoint v0.12.0 |
| 1931 | 2025-02-28T09:23:38.842Z | Compiling sha1 v0.10.6 |
| 1932 | 2025-02-28T09:23:39.125Z | Compiling signature v2.2.0 |
| 1933 | 2025-02-28T09:23:39.222Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1934 | 2025-02-28T09:23:39.348Z | Compiling zerocopy-derive v0.6.6 |
| 1935 | 2025-02-28T09:23:40.522Z | Compiling object v0.36.5 |
| 1936 | 2025-02-28T09:23:40.981Z | Compiling thread_local v1.1.8 |
| 1937 | 2025-02-28T09:23:41.430Z | Compiling fs-err v2.11.0 |
| 1938 | 2025-02-28T09:23:42.318Z | Compiling utf8parse v0.2.2 |
| 1939 | 2025-02-28T09:23:45.004Z | Compiling unicode-properties v0.1.3 |
| 1940 | 2025-02-28T09:23:45.379Z | Compiling ipnet v2.11.0 |
| 1941 | 2025-02-28T09:23:45.430Z | Compiling unicode-bidi v0.3.17 |
| 1942 | 2025-02-28T09:23:46.729Z | Compiling winnow v0.7.3 |
| 1943 | 2025-02-28T09:23:46.999Z | Compiling openssl-probe v0.1.5 |
| 1944 | 2025-02-28T09:23:47.533Z | Compiling anstyle v1.0.10 |
| 1945 | 2025-02-28T09:23:49.233Z | Compiling rustc-demangle v0.1.24 |
| 1946 | 2025-02-28T09:23:50.055Z | Compiling toml_edit v0.22.24 |
| 1947 | 2025-02-28T09:23:51.562Z | Compiling backtrace v0.3.74 |
| 1948 | 2025-02-28T09:23:52.644Z | Compiling rustls-webpki v0.102.8 |
| 1949 | 2025-02-28T09:23:58.101Z | Compiling stringprep v0.1.5 |
| 1950 | 2025-02-28T09:24:00.581Z | Compiling anstyle-parse v0.2.5 |
| 1951 | 2025-02-28T09:24:01.585Z | Compiling crossbeam-deque v0.8.5 |
| 1952 | 2025-02-28T09:24:01.938Z | Compiling rand v0.9.0 |
| 1953 | 2025-02-28T09:24:01.975Z | Compiling darling_macro v0.20.10 |
| 1954 | 2025-02-28T09:24:02.846Z | Compiling term v0.7.0 |
| 1955 | 2025-02-28T09:24:03.111Z | Compiling slog-json v2.6.1 |
| 1956 | 2025-02-28T09:24:03.988Z | Compiling crossbeam-channel v0.5.13 |
| 1957 | 2025-02-28T09:24:04.327Z | Compiling hashbrown v0.14.5 |
| 1958 | 2025-02-28T09:24:04.815Z | Compiling futures-executor v0.3.31 |
| 1959 | 2025-02-28T09:24:05.050Z | Compiling num-integer v0.1.46 |
| 1960 | 2025-02-28T09:24:05.143Z | Compiling md-5 v0.10.6 |
| 1961 | 2025-02-28T09:24:05.228Z | Compiling ff v0.13.0 |
| 1962 | 2025-02-28T09:24:05.400Z | Compiling hash32 v0.2.1 |
| 1963 | 2025-02-28T09:24:05.425Z | Compiling memmap v0.7.0 |
| 1964 | 2025-02-28T09:24:05.457Z | Compiling is-terminal v0.4.13 |
| 1965 | 2025-02-28T09:24:05.594Z | Compiling quick-error v1.2.3 |
| 1966 | 2025-02-28T09:24:05.710Z | Compiling linked-hash-map v0.5.6 |
| 1967 | 2025-02-28T09:24:05.728Z | Compiling is_terminal_polyfill v1.70.1 |
| 1968 | 2025-02-28T09:24:05.765Z | Compiling utf-8 v0.7.6 |
| 1969 | 2025-02-28T09:24:05.866Z | Compiling fallible-iterator v0.2.0 |
| 1970 | 2025-02-28T09:24:06.044Z | Compiling anstyle-query v1.1.1 |
| 1971 | 2025-02-28T09:24:06.047Z | Compiling psl-types v2.0.11 |
| 1972 | 2025-02-28T09:24:06.304Z | Compiling take_mut v0.2.2 |
| 1973 | 2025-02-28T09:24:06.449Z | Compiling colorchoice v1.0.2 |
| 1974 | 2025-02-28T09:24:06.473Z | Compiling base16ct v0.2.0 |
| 1975 | 2025-02-28T09:24:06.532Z | Compiling postgres-protocol v0.6.8 |
| 1976 | 2025-02-28T09:24:06.624Z | Compiling anstream v0.6.15 |
| 1977 | 2025-02-28T09:24:06.762Z | Compiling sec1 v0.7.3 |
| 1978 | 2025-02-28T09:24:07.193Z | Compiling publicsuffix v2.3.0 |
| 1979 | 2025-02-28T09:24:07.379Z | Compiling lru-cache v0.1.2 |
| 1980 | 2025-02-28T09:24:07.499Z | Compiling tungstenite v0.24.0 |
| 1981 | 2025-02-28T09:24:07.578Z | Compiling resolv-conf v0.7.0 |
| 1982 | 2025-02-28T09:24:07.646Z | Compiling usdt v0.5.0 |
| 1983 | 2025-02-28T09:24:08.074Z | Compiling slog-term v2.9.1 |
| 1984 | 2025-02-28T09:24:08.219Z | Compiling num-iter v0.1.45 |
| 1985 | 2025-02-28T09:24:08.377Z | Compiling group v0.13.0 |
| 1986 | 2025-02-28T09:24:08.602Z | Compiling regress v0.10.1 |
| 1987 | 2025-02-28T09:24:08.688Z | Compiling futures v0.3.31 |
| 1988 | 2025-02-28T09:24:11.552Z | Compiling slog-bunyan v2.5.0 |
| 1989 | 2025-02-28T09:24:11.752Z | Compiling darling v0.20.10 |
| 1990 | 2025-02-28T09:24:11.882Z | Compiling tokio-rustls v0.26.0 |
| 1991 | 2025-02-28T09:24:12.337Z | Compiling tokio-rustls v0.25.0 |
| 1992 | 2025-02-28T09:24:12.384Z | Compiling tokio-native-tls v0.3.1 |
| 1993 | 2025-02-28T09:24:12.685Z | Compiling toml v0.8.20 |
| 1994 | 2025-02-28T09:24:13.034Z | Compiling hickory-proto v0.24.4 |
| 1995 | 2025-02-28T09:24:13.054Z | Compiling strum_macros v0.25.3 |
| 1996 | 2025-02-28T09:24:14.001Z | Compiling phf_shared v0.11.2 |
| 1997 | 2025-02-28T09:24:14.478Z | Compiling async-stream v0.3.6 |
| 1998 | 2025-02-28T09:24:14.497Z | Compiling waitgroup v0.1.2 |
| 1999 | 2025-02-28T09:24:14.518Z | Compiling webpki-roots v0.26.6 |
| 2000 | 2025-02-28T09:24:14.836Z | Compiling hkdf v0.12.4 |
| 2001 | 2025-02-28T09:24:14.906Z | Compiling terminal_size v0.4.0 |
| 2002 | 2025-02-28T09:24:15.111Z | Compiling serde_path_to_error v0.1.16 |
| 2003 | 2025-02-28T09:24:15.114Z | Compiling sync_wrapper v1.0.1 |
| 2004 | 2025-02-28T09:24:15.452Z | Compiling crypto-bigint v0.5.5 |
| 2005 | 2025-02-28T09:24:15.686Z | Compiling serde_repr v0.1.19 |
| 2006 | 2025-02-28T09:24:15.818Z | Compiling derive-where v1.2.7 |
| 2007 | 2025-02-28T09:24:16.011Z | Compiling clap_derive v4.5.28 |
| 2008 | 2025-02-28T09:24:16.250Z | Compiling hostname v0.4.0 |
| 2009 | 2025-02-28T09:24:16.460Z | Compiling crc32fast v1.4.2 |
| 2010 | 2025-02-28T09:24:16.730Z | Compiling tower-layer v0.3.3 |
| 2011 | 2025-02-28T09:24:16.768Z | Compiling debug-ignore v1.0.5 |
| 2012 | 2025-02-28T09:24:16.930Z | Compiling bitflags v1.3.2 |
| 2013 | 2025-02-28T09:24:17.055Z | Compiling unicode-width v0.2.0 |
| 2014 | 2025-02-28T09:24:17.143Z | Compiling managed v0.8.0 |
| 2015 | 2025-02-28T09:24:17.644Z | Compiling clap_lex v0.7.4 |
| 2016 | 2025-02-28T09:24:18.718Z | Compiling tower v0.5.2 |
| 2017 | 2025-02-28T09:24:19.069Z | Compiling hickory-resolver v0.24.4 |
| 2018 | 2025-02-28T09:24:19.659Z | Compiling elliptic-curve v0.13.8 |
| 2019 | 2025-02-28T09:24:20.044Z | Compiling clap_builder v4.5.31 |
| 2020 | 2025-02-28T09:24:20.801Z | Compiling console v0.15.10 |
| 2021 | 2025-02-28T09:24:21.970Z | Compiling flate2 v1.1.0 |
| 2022 | 2025-02-28T09:24:23.812Z | Compiling hyper-rustls v0.27.3 |
| 2023 | 2025-02-28T09:24:24.371Z | Compiling phf v0.11.2 |
| 2024 | 2025-02-28T09:24:25.884Z | Compiling hyper-tls v0.6.0 |
| 2025 | 2025-02-28T09:24:26.274Z | Compiling typify-impl v0.2.0 |
| 2026 | 2025-02-28T09:24:26.525Z | Compiling signal-hook-mio v0.2.4 |
| 2027 | 2025-02-28T09:24:26.607Z | Compiling rayon v1.10.0 |
| 2028 | 2025-02-28T09:24:26.704Z | Compiling bzip2 v0.4.4 |
| 2029 | 2025-02-28T09:24:27.077Z | Compiling cookie_store v0.21.1 |
| 2030 | 2025-02-28T09:24:28.367Z | Compiling tokio-tungstenite v0.24.0 |
| 2031 | 2025-02-28T09:24:28.895Z | Compiling postgres-types v0.2.9 |
| 2032 | 2025-02-28T09:24:29.407Z | Compiling zerocopy v0.6.6 |
| 2033 | 2025-02-28T09:24:30.012Z | Compiling hubpack v0.1.2 |
| 2034 | 2025-02-28T09:24:30.143Z | Compiling ed25519 v2.2.3 |
| 2035 | 2025-02-28T09:24:30.467Z | Compiling phf_shared v0.10.0 |
| 2036 | 2025-02-28T09:24:30.530Z | Compiling pkcs1 v0.7.5 |
| 2037 | 2025-02-28T09:24:30.783Z | Compiling tokio-stream v0.1.17 |
| 2038 | 2025-02-28T09:24:30.849Z | Compiling ipnetwork v0.21.1 |
| 2039 | 2025-02-28T09:24:31.335Z | Compiling rfc6979 v0.4.0 |
| 2040 | 2025-02-28T09:24:31.616Z | Compiling serde-big-array v0.5.1 |
| 2041 | 2025-02-28T09:24:31.737Z | Compiling float-cmp v0.10.0 |
| 2042 | 2025-02-28T09:24:31.884Z | Compiling bstr v1.10.0 |
| 2043 | 2025-02-28T09:24:33.249Z | Compiling difflib v0.4.0 |
| 2044 | 2025-02-28T09:24:34.288Z | Compiling unicode-segmentation v1.12.0 |
| 2045 | 2025-02-28T09:24:34.480Z | Compiling static_assertions v1.1.0 |
| 2046 | 2025-02-28T09:24:34.595Z | Compiling fixedbitset v0.4.2 |
| 2047 | 2025-02-28T09:24:34.731Z | Compiling precomputed-hash v0.1.1 |
| 2048 | 2025-02-28T09:24:34.867Z | Compiling number_prefix v0.4.0 |
| 2049 | 2025-02-28T09:24:34.994Z | Compiling normalize-line-endings v0.3.0 |
| 2050 | 2025-02-28T09:24:35.098Z | Compiling new_debug_unreachable v1.0.6 |
| 2051 | 2025-02-28T09:24:35.138Z | Compiling predicates-core v1.0.8 |
| 2052 | 2025-02-28T09:24:35.158Z | Compiling whoami v1.5.2 |
| 2053 | 2025-02-28T09:24:35.200Z | Compiling bit-vec v0.6.3 |
| 2054 | 2025-02-28T09:24:35.684Z | Compiling bit-set v0.5.3 |
| 2055 | 2025-02-28T09:24:35.858Z | Compiling typify-macro v0.2.0 |
| 2056 | 2025-02-28T09:24:35.890Z | Compiling tokio-postgres v0.7.13 |
| 2057 | 2025-02-28T09:24:35.966Z | Compiling predicates v3.1.3 |
| 2058 | 2025-02-28T09:24:36.019Z | Compiling string_cache v0.8.7 |
| 2059 | 2025-02-28T09:24:36.414Z | Compiling indicatif v0.17.11 |
| 2060 | 2025-02-28T09:24:36.991Z | Compiling similar v2.6.0 |
| 2061 | 2025-02-28T09:24:37.291Z | Compiling petgraph v0.6.5 |
| 2062 | 2025-02-28T09:24:38.113Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2063 | 2025-02-28T09:24:38.968Z | Compiling qorb v0.2.1 |
| 2064 | 2025-02-28T09:24:39.073Z | Compiling ecdsa v0.16.9 |
| 2065 | 2025-02-28T09:24:40.288Z | Compiling rsa v0.9.6 |
| 2066 | 2025-02-28T09:24:41.685Z | Compiling ed25519-dalek v2.1.1 |
| 2067 | 2025-02-28T09:24:41.768Z | Compiling reqwest v0.12.12 |
| 2068 | 2025-02-28T09:24:42.476Z | Compiling zip v0.6.6 |
| 2069 | 2025-02-28T09:24:42.565Z | Compiling crossterm v0.28.1 |
| 2070 | 2025-02-28T09:24:43.164Z | Compiling clap v4.5.31 |
| 2071 | 2025-02-28T09:24:44.702Z | Compiling toml v0.7.8 |
| 2072 | 2025-02-28T09:24:45.053Z | Compiling x509-cert v0.2.5 |
| 2073 | 2025-02-28T09:24:46.015Z | Compiling hex v0.4.3 |
| 2074 | 2025-02-28T09:24:46.630Z | Compiling itertools v0.10.5 |
| 2075 | 2025-02-28T09:24:47.349Z | Compiling peg-runtime v0.8.3 |
| 2076 | 2025-02-28T09:24:47.842Z | Compiling lalrpop-util v0.19.12 |
| 2077 | 2025-02-28T09:24:48.175Z | Compiling unicode-xid v0.2.6 |
| 2078 | 2025-02-28T09:24:51.009Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2079 | 2025-02-28T09:24:55.692Z | Compiling proc-macro-crate v1.3.1 |
| 2080 | 2025-02-28T09:24:56.035Z | Compiling macaddr v1.0.1 |
| 2081 | 2025-02-28T09:24:56.652Z | Compiling itertools v0.13.0 |
| 2082 | 2025-02-28T09:24:57.327Z | Compiling heapless v0.8.0 |
| 2083 | 2025-02-28T09:24:59.512Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2084 | 2025-02-28T09:25:02.102Z | Compiling num_enum_derive v0.5.11 |
| 2085 | 2025-02-28T09:25:09.244Z | Compiling hash32 v0.3.1 |
| 2086 | 2025-02-28T09:25:10.669Z | Compiling smoltcp v0.11.0 |
| 2087 | 2025-02-28T09:25:11.249Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2088 | 2025-02-28T09:25:11.790Z | Compiling thiserror v2.0.11 |
| 2089 | 2025-02-28T09:25:17.600Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2090 | 2025-02-28T09:25:17.627Z | Compiling num_enum v0.5.11 |
| 2091 | 2025-02-28T09:25:18.434Z | Compiling typify v0.2.0 |
| 2092 | 2025-02-28T09:25:18.460Z | Compiling oxnet v0.1.1 |
| 2093 | 2025-02-28T09:25:20.022Z | Compiling thiserror-impl v2.0.11 |
| 2094 | 2025-02-28T09:25:20.264Z | Compiling proc-macro-error-attr v1.0.4 |
| 2095 | 2025-02-28T09:25:20.607Z | Compiling cobs v0.2.3 |
| 2096 | 2025-02-28T09:25:22.081Z | Compiling unsafe-libyaml v0.2.11 |
| 2097 | 2025-02-28T09:25:23.413Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2098 | 2025-02-28T09:25:23.609Z | Compiling serde_yaml v0.9.34+deprecated |
| 2099 | 2025-02-28T09:25:25.937Z | Compiling postcard v1.0.10 |
| 2100 | 2025-02-28T09:25:37.724Z | Compiling progenitor-impl v0.8.0 |
| 2101 | 2025-02-28T09:25:37.880Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2102 | 2025-02-28T09:25:48.578Z | Compiling strum_macros v0.26.4 |
| 2103 | 2025-02-28T09:25:49.083Z | Compiling structmeta-derive v0.3.0 |
| 2104 | 2025-02-28T09:25:49.231Z | Compiling foreign-types-macros v0.2.3 |
| 2105 | 2025-02-28T09:25:49.343Z | Compiling proc-macro-error v1.0.4 |
| 2106 | 2025-02-28T09:25:49.694Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2107 | 2025-02-28T09:25:50.294Z | Compiling unicode-width v0.1.14 |
| 2108 | 2025-02-28T09:25:50.621Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2109 | 2025-02-28T09:25:50.977Z | Compiling foreign-types-shared v0.3.1 |
| 2110 | 2025-02-28T09:25:52.093Z | Compiling structmeta v0.3.0 |
| 2111 | 2025-02-28T09:25:52.498Z | Compiling strum v0.26.3 |
| 2112 | 2025-02-28T09:25:52.708Z | Compiling foreign-types v0.5.0 |
| 2113 | 2025-02-28T09:25:55.534Z | Compiling tabwriter v1.4.0 |
| 2114 | 2025-02-28T09:25:55.983Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2115 | 2025-02-28T09:26:00.109Z | Compiling progenitor-macro v0.8.0 |
| 2116 | 2025-02-28T09:26:06.002Z | Compiling progenitor-client v0.8.0 |
| 2117 | 2025-02-28T09:26:06.942Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2118 | 2025-02-28T09:26:07.760Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2119 | 2025-02-28T09:26:08.625Z | Compiling daft-derive v0.1.1 |
| 2120 | 2025-02-28T09:26:09.530Z | Compiling cstr-argument v0.1.2 |
| 2121 | 2025-02-28T09:26:09.829Z | Compiling dropshot v0.16.0 |
| 2122 | 2025-02-28T09:26:09.967Z | Compiling fastrand v2.1.1 |
| 2123 | 2025-02-28T09:26:10.617Z | Compiling pretty-hex v0.2.1 |
| 2124 | 2025-02-28T09:26:10.620Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2125 | 2025-02-28T09:26:10.883Z | Compiling crucible-workspace-hack v0.1.0 |
| 2126 | 2025-02-28T09:26:10.986Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2127 | 2025-02-28T09:26:11.386Z | Compiling progenitor v0.8.0 |
| 2128 | 2025-02-28T09:26:11.427Z | Compiling tempfile v3.13.0 |
| 2129 | 2025-02-28T09:26:11.583Z | Compiling daft v0.1.1 |
| 2130 | 2025-02-28T09:26:11.604Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2131 | 2025-02-28T09:26:11.891Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2132 | 2025-02-28T09:26:12.199Z | Compiling parse-display-derive v0.10.0 |
| 2133 | 2025-02-28T09:26:12.440Z | Compiling colored v2.2.0 |
| 2134 | 2025-02-28T09:26:12.668Z | Compiling serde_with_macros v3.11.0 |
| 2135 | 2025-02-28T09:26:13.018Z | Compiling dropshot_endpoint v0.16.0 |
| 2136 | 2025-02-28T09:26:13.835Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2137 | 2025-02-28T09:26:14.575Z | Compiling instant v0.1.13 |
| 2138 | 2025-02-28T09:26:14.766Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2139 | 2025-02-28T09:26:14.942Z | Compiling winnow v0.6.20 |
| 2140 | 2025-02-28T09:26:15.166Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2141 | 2025-02-28T09:26:15.555Z | Compiling parse-display v0.10.0 |
| 2142 | 2025-02-28T09:26:17.260Z | Compiling serde_with v3.11.0 |
| 2143 | 2025-02-28T09:26:17.366Z | Compiling backoff v0.4.0 |
| 2144 | 2025-02-28T09:26:17.738Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2145 | 2025-02-28T09:26:17.965Z | Compiling zone_cfg_derive v0.3.0 |
| 2146 | 2025-02-28T09:26:17.985Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2147 | 2025-02-28T09:26:18.696Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2148 | 2025-02-28T09:26:19.187Z | Compiling camino-tempfile v1.1.1 |
| 2149 | 2025-02-28T09:26:19.228Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2150 | 2025-02-28T09:26:19.491Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2151 | 2025-02-28T09:26:19.918Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2152 | 2025-02-28T09:26:19.974Z | Compiling progenitor-client v0.9.1 |
| 2153 | 2025-02-28T09:26:20.119Z | Compiling regress v0.9.1 |
| 2154 | 2025-02-28T09:26:20.898Z | Compiling num-derive v0.4.2 |
| 2155 | 2025-02-28T09:26:21.130Z | Compiling sigpipe v0.1.3 |
| 2156 | 2025-02-28T09:26:21.306Z | Compiling libefi-sys v0.1.0 |
| 2157 | 2025-02-28T09:26:21.646Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2158 | 2025-02-28T09:26:22.055Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2159 | 2025-02-28T09:26:23.138Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2160 | 2025-02-28T09:26:24.649Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2161 | 2025-02-28T09:26:25.179Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2162 | 2025-02-28T09:26:27.825Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2163 | 2025-02-28T09:26:28.100Z | Compiling zone v0.3.0 |
| 2164 | 2025-02-28T09:26:28.372Z | Compiling itertools v0.14.0 |
| 2165 | 2025-02-28T09:26:28.480Z | Compiling smf v0.2.3 |
| 2166 | 2025-02-28T09:26:28.564Z | Compiling bitfield-struct v0.6.2 |
| 2167 | 2025-02-28T09:26:29.858Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2168 | 2025-02-28T09:26:30.300Z | Compiling blake3 v1.5.4 |
| 2169 | 2025-02-28T09:26:31.135Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2170 | 2025-02-28T09:26:31.583Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2171 | 2025-02-28T09:26:31.789Z | Compiling xattr v1.3.1 |
| 2172 | 2025-02-28T09:26:31.859Z | Compiling memmap2 v0.9.5 |
| 2173 | 2025-02-28T09:26:31.887Z | Compiling filetime v0.2.25 |
| 2174 | 2025-02-28T09:26:32.109Z | Compiling arrayref v0.3.9 |
| 2175 | 2025-02-28T09:26:32.232Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2176 | 2025-02-28T09:26:32.251Z | Compiling same-file v1.0.6 |
| 2177 | 2025-02-28T09:26:32.383Z | Compiling arrayvec v0.7.6 |
| 2178 | 2025-02-28T09:26:32.422Z | Compiling constant_time_eq v0.3.1 |
| 2179 | 2025-02-28T09:26:32.553Z | Compiling walkdir v2.5.0 |
| 2180 | 2025-02-28T09:26:32.623Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2181 | 2025-02-28T09:26:32.683Z | Compiling tar v0.4.44 |
| 2182 | 2025-02-28T09:26:34.076Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2183 | 2025-02-28T09:26:34.490Z | Compiling gethostname v0.5.0 |
| 2184 | 2025-02-28T09:26:34.713Z | Compiling cargo-platform v0.1.8 |
| 2185 | 2025-02-28T09:26:35.174Z | Compiling topological-sort v0.2.2 |
| 2186 | 2025-02-28T09:26:35.215Z | Compiling cargo_metadata v0.19.1 |
| 2187 | 2025-02-28T09:26:35.471Z | Compiling omicron-zone-package v0.12.0 |
| 2188 | 2025-02-28T09:26:35.787Z | Compiling shell-words v1.1.0 |
| 2189 | 2025-02-28T09:26:36.321Z | Compiling indent_write v2.2.0 |
| 2190 | 2025-02-28T09:26:43.906Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2191 | 2025-02-28T09:26:45.773Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2192 | 2025-02-28T09:26:50.136Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2193 | 2025-02-28T09:27:04.706Z | Finished `release` profile [optimized] target(s) in 5m 09s |
| 2194 | 2025-02-28T09:27:04.881Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2195 | 2025-02-28T09:27:04.930Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2196 | 2025-02-28T09:27:04.933Z | Created new build target 'test' and set it as active |
| 2197 | 2025-02-28T09:27:04.933Z | |
| 2198 | 2025-02-28T09:27:04.933Z | real 5:10.235526253 |
| 2199 | 2025-02-28T09:27:04.933Z | user 36:04.534844612 |
| 2200 | 2025-02-28T09:27:04.933Z | sys 3:23.568020022 |
| 2201 | 2025-02-28T09:27:04.933Z | trap 1.105067172 |
| 2202 | 2025-02-28T09:27:04.933Z | tflt 1.510277174 |
| 2203 | 2025-02-28T09:27:04.933Z | dflt 1.031434029 |
| 2204 | 2025-02-28T09:27:04.933Z | kflt 0.000118732 |
| 2205 | 2025-02-28T09:27:04.933Z | lock 1:10:36.764234872 |
| 2206 | 2025-02-28T09:27:04.933Z | slp 2:25:03.568167953 |
| 2207 | 2025-02-28T09:27:04.933Z | lat 2:45.168014718 |
| 2208 | 2025-02-28T09:27:04.933Z | stop 4:52.422308343 |
| 2209 | 2025-02-28T09:27:04.933Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2210 | 2025-02-28T09:27:05.931Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 2211 | 2025-02-28T09:27:05.997Z | Running `target/release/omicron-package -t test package` |
| 2212 | 2025-02-28T09:27:06.042Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2213 | 2025-02-28T09:27:07.245Z | Compiling ring v0.17.11 |
| 2214 | 2025-02-28T09:27:07.426Z | Compiling thiserror v2.0.11 |
| 2215 | 2025-02-28T09:27:07.444Z | Compiling typify-impl v0.3.0 |
| 2216 | 2025-02-28T09:27:07.461Z | Compiling convert_case v0.4.0 |
| 2217 | 2025-02-28T09:27:07.464Z | Compiling newline-converter v0.3.0 |
| 2218 | 2025-02-28T09:27:07.464Z | Compiling password-hash v0.5.0 |
| 2219 | 2025-02-28T09:27:07.464Z | Compiling blake2 v0.10.6 |
| 2220 | 2025-02-28T09:27:07.666Z | Compiling expectorate v1.1.0 |
| 2221 | 2025-02-28T09:27:07.936Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2222 | 2025-02-28T09:27:08.039Z | Compiling derive_more v0.99.19 |
| 2223 | 2025-02-28T09:27:08.545Z | Compiling base64 v0.21.7 |
| 2224 | 2025-02-28T09:27:09.043Z | Compiling argon2 v0.5.3 |
| 2225 | 2025-02-28T09:27:09.488Z | Compiling atomicwrites v0.4.4 |
| 2226 | 2025-02-28T09:27:09.586Z | Compiling cancel-safe-futures v0.1.5 |
| 2227 | 2025-02-28T09:27:09.952Z | Compiling owo-colors v4.2.0 |
| 2228 | 2025-02-28T09:27:10.072Z | Compiling num-rational v0.4.2 |
| 2229 | 2025-02-28T09:27:10.542Z | Compiling libsw-core v0.3.1 |
| 2230 | 2025-02-28T09:27:10.826Z | Compiling num-complex v0.4.6 |
| 2231 | 2025-02-28T09:27:11.281Z | Compiling libsw v3.4.0 |
| 2232 | 2025-02-28T09:27:11.903Z | Compiling num v0.4.3 |
| 2233 | 2025-02-28T09:27:12.396Z | Compiling linear-map v1.2.0 |
| 2234 | 2025-02-28T09:27:12.614Z | Compiling rustls v0.23.19 |
| 2235 | 2025-02-28T09:27:12.646Z | Compiling rustls v0.22.4 |
| 2236 | 2025-02-28T09:27:12.676Z | Compiling swrite v0.1.0 |
| 2237 | 2025-02-28T09:27:12.764Z | Compiling float-ord v0.3.2 |
| 2238 | 2025-02-28T09:27:12.817Z | Compiling highway v1.3.0 |
| 2239 | 2025-02-28T09:27:12.939Z | Compiling tungstenite v0.21.0 |
| 2240 | 2025-02-28T09:27:13.335Z | Compiling semver v0.1.20 |
| 2241 | 2025-02-28T09:27:13.858Z | Compiling rustc_version v0.1.7 |
| 2242 | 2025-02-28T09:27:13.987Z | Compiling ipnetwork v0.21.1 |
| 2243 | 2025-02-28T09:27:14.215Z | Compiling tokio-tungstenite v0.21.0 |
| 2244 | 2025-02-28T09:27:14.283Z | Compiling newtype_derive v0.1.6 |
| 2245 | 2025-02-28T09:27:14.695Z | Compiling oxnet v0.1.1 |
| 2246 | 2025-02-28T09:27:14.713Z | Compiling humantime v2.1.0 |
| 2247 | 2025-02-28T09:27:14.909Z | Compiling rustls-webpki v0.102.8 |
| 2248 | 2025-02-28T09:27:15.281Z | Compiling daft v0.1.1 |
| 2249 | 2025-02-28T09:27:15.734Z | Compiling dropshot v0.16.0 |
| 2250 | 2025-02-28T09:27:15.755Z | Compiling instant v0.1.13 |
| 2251 | 2025-02-28T09:27:16.039Z | Compiling backoff v0.4.0 |
| 2252 | 2025-02-28T09:27:16.411Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2253 | 2025-02-28T09:27:16.622Z | Compiling steno v0.4.1 |
| 2254 | 2025-02-28T09:27:16.893Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2255 | 2025-02-28T09:27:17.031Z | Compiling typify-macro v0.3.0 |
| 2256 | 2025-02-28T09:27:17.718Z | Compiling parse-display v0.10.0 |
| 2257 | 2025-02-28T09:27:18.227Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2258 | 2025-02-28T09:27:18.427Z | Compiling strum v0.26.3 |
| 2259 | 2025-02-28T09:27:18.634Z | Compiling serde_with v3.11.0 |
| 2260 | 2025-02-28T09:27:19.953Z | Compiling tokio-rustls v0.25.0 |
| 2261 | 2025-02-28T09:27:20.341Z | Compiling dropshot v0.12.0 |
| 2262 | 2025-02-28T09:27:20.765Z | Compiling typify v0.3.0 |
| 2263 | 2025-02-28T09:27:20.910Z | Compiling progenitor-impl v0.9.1 |
| 2264 | 2025-02-28T09:27:22.126Z | Compiling tokio-rustls v0.26.0 |
| 2265 | 2025-02-28T09:27:22.595Z | Compiling hyper-rustls v0.27.3 |
| 2266 | 2025-02-28T09:27:23.133Z | Compiling reqwest v0.12.12 |
| 2267 | 2025-02-28T09:27:26.625Z | Compiling qorb v0.2.1 |
| 2268 | 2025-02-28T09:27:27.692Z | Compiling progenitor-macro v0.9.1 |
| 2269 | 2025-02-28T09:27:31.562Z | Compiling progenitor-client v0.9.1 |
| 2270 | 2025-02-28T09:27:31.908Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2271 | 2025-02-28T09:27:32.095Z | Compiling progenitor-client v0.8.0 |
| 2272 | 2025-02-28T09:27:32.642Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2273 | 2025-02-28T09:27:58.182Z | Compiling progenitor v0.8.0 |
| 2274 | 2025-02-28T09:27:58.425Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2275 | 2025-02-28T09:28:02.061Z | Compiling progenitor v0.9.1 |
| 2276 | 2025-02-28T09:28:02.308Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2277 | 2025-02-28T09:28:03.486Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2278 | 2025-02-28T09:28:03.733Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2279 | 2025-02-28T09:28:04.340Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2280 | 2025-02-28T09:28:05.477Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2281 | 2025-02-28T09:28:06.931Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2282 | 2025-02-28T09:28:12.309Z | Compiling regress v0.9.1 |
| 2283 | 2025-02-28T09:28:12.728Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2284 | 2025-02-28T09:28:14.283Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2285 | 2025-02-28T09:28:16.433Z | Compiling macaddr v1.0.1 |
| 2286 | 2025-02-28T09:28:16.761Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2287 | 2025-02-28T09:28:16.850Z | Compiling slog-dtrace v0.3.0 |
| 2288 | 2025-02-28T09:28:17.083Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2289 | 2025-02-28T09:28:17.184Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2290 | 2025-02-28T09:28:17.206Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2291 | 2025-02-28T09:28:19.677Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2292 | 2025-02-28T09:28:19.999Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2293 | 2025-02-28T09:28:28.786Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2294 | 2025-02-28T09:28:31.045Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2295 | 2025-02-28T09:28:31.085Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2296 | 2025-02-28T09:28:31.397Z | Compiling prettyplease v0.2.29 |
| 2297 | 2025-02-28T09:28:36.552Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2298 | 2025-02-28T09:28:38.278Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2299 | 2025-02-28T09:28:40.798Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2300 | 2025-02-28T09:28:41.249Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2301 | 2025-02-28T09:28:41.754Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2302 | 2025-02-28T09:28:41.792Z | Compiling half v2.4.1 |
| 2303 | 2025-02-28T09:28:42.456Z | Compiling ciborium-io v0.2.2 |
| 2304 | 2025-02-28T09:28:42.620Z | Compiling ciborium-ll v0.2.2 |
| 2305 | 2025-02-28T09:28:43.139Z | Compiling bytecount v0.6.8 |
| 2306 | 2025-02-28T09:28:43.446Z | Compiling ciborium v0.2.2 |
| 2307 | 2025-02-28T09:28:45.075Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2308 | 2025-02-28T09:28:45.411Z | Compiling display-error-chain v0.2.2 |
| 2309 | 2025-02-28T09:28:45.658Z | Compiling const_format_proc_macros v0.2.34 |
| 2310 | 2025-02-28T09:28:45.944Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2311 | 2025-02-28T09:28:46.401Z | Compiling keccak v0.1.5 |
| 2312 | 2025-02-28T09:28:47.479Z | Compiling crunchy v0.2.2 |
| 2313 | 2025-02-28T09:28:47.569Z | Compiling maplit v1.0.2 |
| 2314 | 2025-02-28T09:28:47.712Z | Compiling same-file v1.0.6 |
| 2315 | 2025-02-28T09:28:47.934Z | Compiling fastrand v2.1.1 |
| 2316 | 2025-02-28T09:28:47.992Z | Compiling walkdir v2.5.0 |
| 2317 | 2025-02-28T09:28:48.417Z | Compiling tempfile v3.13.0 |
| 2318 | 2025-02-28T09:28:48.572Z | Compiling const_format v0.2.34 |
| 2319 | 2025-02-28T09:28:49.125Z | Compiling sha3 v0.10.8 |
| 2320 | 2025-02-28T09:28:49.808Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2321 | 2025-02-28T09:28:50.012Z | Compiling tiny-keccak v2.0.2 |
| 2322 | 2025-02-28T09:28:50.339Z | Compiling radium v0.7.0 |
| 2323 | 2025-02-28T09:28:50.865Z | Compiling blake3 v1.5.4 |
| 2324 | 2025-02-28T09:28:51.011Z | Compiling dsl_auto_type v0.1.2 |
| 2325 | 2025-02-28T09:28:51.515Z | Compiling scheduled-thread-pool v0.2.7 |
| 2326 | 2025-02-28T09:28:52.209Z | Compiling xattr v1.3.1 |
| 2327 | 2025-02-28T09:28:52.495Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2328 | 2025-02-28T09:28:52.749Z | Compiling memmap2 v0.9.5 |
| 2329 | 2025-02-28T09:28:52.819Z | Compiling filetime v0.2.25 |
| 2330 | 2025-02-28T09:28:52.877Z | Compiling arrayref v0.3.9 |
| 2331 | 2025-02-28T09:28:53.002Z | Compiling constant_time_eq v0.3.1 |
| 2332 | 2025-02-28T09:28:53.119Z | Compiling tap v1.0.1 |
| 2333 | 2025-02-28T09:28:53.136Z | Compiling maybe-uninit v2.0.0 |
| 2334 | 2025-02-28T09:28:53.139Z | Compiling arrayvec v0.7.6 |
| 2335 | 2025-02-28T09:28:53.176Z | Compiling tar v0.4.44 |
| 2336 | 2025-02-28T09:28:53.303Z | Compiling wyz v0.5.1 |
| 2337 | 2025-02-28T09:28:53.640Z | Compiling diesel_derives v2.2.3 |
| 2338 | 2025-02-28T09:28:53.699Z | Compiling r2d2 v0.8.10 |
| 2339 | 2025-02-28T09:28:54.188Z | Compiling camino-tempfile v1.1.1 |
| 2340 | 2025-02-28T09:28:54.486Z | Compiling toolchain_find v0.4.0 |
| 2341 | 2025-02-28T09:28:54.602Z | Compiling phf_generator v0.11.2 |
| 2342 | 2025-02-28T09:28:54.655Z | Compiling ascii-canvas v3.0.0 |
| 2343 | 2025-02-28T09:28:54.806Z | Compiling secrecy v0.8.0 |
| 2344 | 2025-02-28T09:28:54.880Z | Compiling ena v0.14.3 |
| 2345 | 2025-02-28T09:28:54.987Z | Compiling async-recursion v1.1.1 |
| 2346 | 2025-02-28T09:28:55.075Z | Compiling regex-syntax v0.6.29 |
| 2347 | 2025-02-28T09:28:55.095Z | Compiling diff v0.1.13 |
| 2348 | 2025-02-28T09:28:55.263Z | Compiling packed_struct v0.10.1 |
| 2349 | 2025-02-28T09:28:55.544Z | Compiling crc-catalog v2.4.0 |
| 2350 | 2025-02-28T09:28:55.705Z | Compiling topological-sort v0.2.2 |
| 2351 | 2025-02-28T09:28:55.725Z | Compiling bindgen v0.71.1 |
| 2352 | 2025-02-28T09:28:55.947Z | Compiling funty v2.0.0 |
| 2353 | 2025-02-28T09:28:56.200Z | Compiling omicron-zone-package v0.12.0 |
| 2354 | 2025-02-28T09:28:56.298Z | Compiling crc v3.2.1 |
| 2355 | 2025-02-28T09:28:57.164Z | Compiling bitvec v1.0.1 |
| 2356 | 2025-02-28T09:28:58.372Z | Compiling rustfmt-wrapper v0.2.1 |
| 2357 | 2025-02-28T09:28:58.658Z | Compiling lalrpop v0.19.12 |
| 2358 | 2025-02-28T09:28:58.935Z | Compiling phf_codegen v0.11.2 |
| 2359 | 2025-02-28T09:28:59.282Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2360 | 2025-02-28T09:29:00.135Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2361 | 2025-02-28T09:29:00.322Z | Compiling universal-hash v0.5.1 |
| 2362 | 2025-02-28T09:29:00.378Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2363 | 2025-02-28T09:29:00.571Z | Compiling packed_struct_codegen v0.10.1 |
| 2364 | 2025-02-28T09:29:00.907Z | Compiling parse-zoneinfo v0.3.1 |
| 2365 | 2025-02-28T09:29:01.482Z | Compiling indexmap v1.9.3 |
| 2366 | 2025-02-28T09:29:01.841Z | Compiling opaque-debug v0.3.1 |
| 2367 | 2025-02-28T09:29:01.967Z | Compiling ref-cast v1.0.23 |
| 2368 | 2025-02-28T09:29:02.270Z | Compiling rustc-hash v2.1.1 |
| 2369 | 2025-02-28T09:29:02.449Z | Compiling nodrop v0.1.14 |
| 2370 | 2025-02-28T09:29:02.615Z | Compiling array-init v0.0.4 |
| 2371 | 2025-02-28T09:29:02.733Z | Compiling thiserror-no-std v2.0.2 |
| 2372 | 2025-02-28T09:29:02.954Z | Compiling poly1305 v0.8.0 |
| 2373 | 2025-02-28T09:29:03.646Z | Compiling chrono-tz-build v0.4.0 |
| 2374 | 2025-02-28T09:29:03.865Z | Compiling diesel v2.2.7 |
| 2375 | 2025-02-28T09:29:04.413Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2376 | 2025-02-28T09:29:04.633Z | Compiling smallvec v0.6.14 |
| 2377 | 2025-02-28T09:29:05.110Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2378 | 2025-02-28T09:29:05.439Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2379 | 2025-02-28T09:29:05.779Z | Compiling derive_builder_core v0.20.2 |
| 2380 | 2025-02-28T09:29:06.811Z | Compiling chacha20 v0.9.1 |
| 2381 | 2025-02-28T09:29:07.294Z | Compiling headers-core v0.3.0 |
| 2382 | 2025-02-28T09:29:07.500Z | Compiling aead v0.5.2 |
| 2383 | 2025-02-28T09:29:07.693Z | Compiling libxml v0.3.3 |
| 2384 | 2025-02-28T09:29:07.838Z | Compiling ref-cast-impl v1.0.23 |
| 2385 | 2025-02-28T09:29:08.084Z | Compiling vte_generate_state_changes v0.1.2 |
| 2386 | 2025-02-28T09:29:08.679Z | Compiling termcolor v1.4.1 |
| 2387 | 2025-02-28T09:29:08.905Z | Compiling arc-swap v1.7.1 |
| 2388 | 2025-02-28T09:29:09.619Z | Compiling bitfield v0.14.0 |
| 2389 | 2025-02-28T09:29:09.733Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2390 | 2025-02-28T09:29:09.936Z | Compiling hashbrown v0.12.3 |
| 2391 | 2025-02-28T09:29:10.110Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2392 | 2025-02-28T09:29:12.269Z | Compiling slog-scope v4.4.0 |
| 2393 | 2025-02-28T09:29:13.037Z | Compiling env_logger v0.10.2 |
| 2394 | 2025-02-28T09:29:14.761Z | Compiling samael v0.0.18 |
| 2395 | 2025-02-28T09:29:15.437Z | Compiling vte v0.11.1 |
| 2396 | 2025-02-28T09:29:16.038Z | Compiling chacha20poly1305 v0.10.1 |
| 2397 | 2025-02-28T09:29:16.325Z | Compiling derive_builder_macro v0.20.2 |
| 2398 | 2025-02-28T09:29:16.373Z | Compiling headers v0.4.0 |
| 2399 | 2025-02-28T09:29:17.033Z | Compiling serde-hex v0.1.0 |
| 2400 | 2025-02-28T09:29:17.220Z | Compiling chrono-tz v0.10.1 |
| 2401 | 2025-02-28T09:29:17.912Z | Compiling vsss-rs v3.3.4 |
| 2402 | 2025-02-28T09:29:19.556Z | Compiling polar-core v0.27.3 |
| 2403 | 2025-02-28T09:29:19.887Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2404 | 2025-02-28T09:29:21.896Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2405 | 2025-02-28T09:29:21.924Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2406 | 2025-02-28T09:29:22.256Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2407 | 2025-02-28T09:29:22.679Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2408 | 2025-02-28T09:29:23.014Z | Compiling ron v0.8.1 |
| 2409 | 2025-02-28T09:29:26.128Z | Compiling hashbrown v0.13.2 |
| 2410 | 2025-02-28T09:29:26.571Z | Compiling strum_macros v0.24.3 |
| 2411 | 2025-02-28T09:29:27.342Z | Compiling unicase v2.7.0 |
| 2412 | 2025-02-28T09:29:27.691Z | Compiling crc-any v2.5.0 |
| 2413 | 2025-02-28T09:29:28.615Z | Compiling indoc v1.0.9 |
| 2414 | 2025-02-28T09:29:28.795Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2415 | 2025-02-28T09:29:29.378Z | Compiling object v0.30.4 |
| 2416 | 2025-02-28T09:29:29.437Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2417 | 2025-02-28T09:29:42.842Z | Compiling derive_builder v0.20.2 |
| 2418 | 2025-02-28T09:29:43.064Z | Compiling strip-ansi-escapes v0.2.0 |
| 2419 | 2025-02-28T09:29:46.527Z | Compiling slog-stdlog v4.1.1 |
| 2420 | 2025-02-28T09:29:47.917Z | Compiling papergrid v0.11.0 |
| 2421 | 2025-02-28T09:29:48.235Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2422 | 2025-02-28T09:29:48.326Z | Compiling tabled_derive v0.7.0 |
| 2423 | 2025-02-28T09:29:48.565Z | Compiling fd-lock v4.0.2 |
| 2424 | 2025-02-28T09:29:48.807Z | Compiling peg-macros v0.8.4 |
| 2425 | 2025-02-28T09:29:50.307Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2426 | 2025-02-28T09:29:51.349Z | Compiling oso-derive v0.27.3 |
| 2427 | 2025-02-28T09:29:51.820Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2428 | 2025-02-28T09:29:52.276Z | Compiling quick-xml v0.37.2 |
| 2429 | 2025-02-28T09:29:57.545Z | Compiling diesel-dtrace v0.4.2 |
| 2430 | 2025-02-28T09:29:57.902Z | Compiling nu-ansi-term v0.50.1 |
| 2431 | 2025-02-28T09:29:58.404Z | Compiling path-slash v0.1.5 |
| 2432 | 2025-02-28T09:29:58.676Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2433 | 2025-02-28T09:30:00.961Z | Compiling reedline v0.38.0 |
| 2434 | 2025-02-28T09:30:12.871Z | Compiling oso v0.27.3 |
| 2435 | 2025-02-28T09:30:13.787Z | Compiling peg v0.8.4 |
| 2436 | 2025-02-28T09:30:13.959Z | Compiling tabled v0.15.0 |
| 2437 | 2025-02-28T09:30:14.877Z | Compiling slog-envlogger v2.2.0 |
| 2438 | 2025-02-28T09:30:19.372Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2439 | 2025-02-28T09:30:24.603Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2440 | 2025-02-28T09:30:26.069Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2441 | 2025-02-28T09:30:26.407Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2442 | 2025-02-28T09:30:29.012Z | Compiling pem v3.0.5 |
| 2443 | 2025-02-28T09:30:30.562Z | Compiling bb8 v0.8.5 |
| 2444 | 2025-02-28T09:30:30.607Z | Compiling bcs v0.1.6 |
| 2445 | 2025-02-28T09:30:31.212Z | Compiling fxhash v0.2.1 |
| 2446 | 2025-02-28T09:30:31.455Z | Compiling libz-sys v1.1.20 |
| 2447 | 2025-02-28T09:30:31.475Z | Compiling simd-adler32 v0.3.7 |
| 2448 | 2025-02-28T09:30:32.117Z | Compiling termtree v0.5.1 |
| 2449 | 2025-02-28T09:30:32.404Z | Compiling bumpalo v3.16.0 |
| 2450 | 2025-02-28T09:30:32.737Z | Compiling zip v2.1.3 |
| 2451 | 2025-02-28T09:30:32.979Z | Compiling lockfree-object-pool v0.1.6 |
| 2452 | 2025-02-28T09:30:33.303Z | Compiling zopfli v0.8.1 |
| 2453 | 2025-02-28T09:30:33.505Z | Compiling async-bb8-diesel v0.2.1 |
| 2454 | 2025-02-28T09:30:34.976Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2455 | 2025-02-28T09:30:35.992Z | Compiling kstat-rs v0.2.4 |
| 2456 | 2025-02-28T09:30:36.641Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2457 | 2025-02-28T09:30:36.902Z | Compiling buf-list v1.0.3 |
| 2458 | 2025-02-28T09:30:37.376Z | Compiling proc-macro-error2 v2.0.1 |
| 2459 | 2025-02-28T09:30:37.503Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2460 | 2025-02-28T09:30:37.948Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2461 | 2025-02-28T09:30:41.871Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2462 | 2025-02-28T09:30:42.355Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2463 | 2025-02-28T09:30:43.115Z | Compiling nanorand v0.7.0 |
| 2464 | 2025-02-28T09:30:43.795Z | Compiling pin-project-internal v1.1.6 |
| 2465 | 2025-02-28T09:30:46.028Z | Compiling parking_lot_core v0.8.6 |
| 2466 | 2025-02-28T09:30:46.344Z | Compiling pin-project v1.1.6 |
| 2467 | 2025-02-28T09:30:46.535Z | Compiling flume v0.11.1 |
| 2468 | 2025-02-28T09:30:46.905Z | Compiling mime_guess v2.0.5 |
| 2469 | 2025-02-28T09:30:47.255Z | Compiling tabled_derive v0.10.0 |
| 2470 | 2025-02-28T09:30:49.163Z | Compiling papergrid v0.14.0 |
| 2471 | 2025-02-28T09:30:49.593Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2472 | 2025-02-28T09:30:52.597Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2473 | 2025-02-28T09:30:56.823Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2474 | 2025-02-28T09:30:57.016Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2475 | 2025-02-28T09:30:59.977Z | Compiling snafu-derive v0.8.5 |
| 2476 | 2025-02-28T09:31:01.510Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2477 | 2025-02-28T09:31:01.938Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2478 | 2025-02-28T09:31:03.904Z | Compiling tabled v0.18.0 |
| 2479 | 2025-02-28T09:31:04.003Z | Compiling snafu v0.8.5 |
| 2480 | 2025-02-28T09:31:17.355Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2481 | 2025-02-28T09:31:19.393Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2482 | 2025-02-28T09:31:23.706Z | Compiling globset v0.4.15 |
| 2483 | 2025-02-28T09:31:25.358Z | Compiling olpc-cjson v0.1.4 |
| 2484 | 2025-02-28T09:31:25.679Z | Compiling itertools v0.13.0 |
| 2485 | 2025-02-28T09:31:28.996Z | Compiling castaway v0.2.3 |
| 2486 | 2025-02-28T09:31:29.205Z | Compiling vergen v8.3.2 |
| 2487 | 2025-02-28T09:31:29.477Z | Compiling nibble_vec v0.1.0 |
| 2488 | 2025-02-28T09:31:29.547Z | Compiling cargo-platform v0.1.8 |
| 2489 | 2025-02-28T09:31:29.730Z | Compiling serde_plain v1.0.2 |
| 2490 | 2025-02-28T09:31:30.008Z | Compiling atty v0.2.14 |
| 2491 | 2025-02-28T09:31:30.196Z | Compiling io-lifetimes v1.0.11 |
| 2492 | 2025-02-28T09:31:30.254Z | Compiling http-range v0.1.5 |
| 2493 | 2025-02-28T09:31:30.753Z | Compiling typed-path v0.9.3 |
| 2494 | 2025-02-28T09:31:30.798Z | Compiling endian-type v0.1.2 |
| 2495 | 2025-02-28T09:31:31.057Z | Compiling salty v0.3.0 |
| 2496 | 2025-02-28T09:31:31.501Z | Compiling radix_trie v0.2.1 |
| 2497 | 2025-02-28T09:31:32.324Z | Compiling cargo_metadata v0.18.1 |
| 2498 | 2025-02-28T09:31:32.420Z | Compiling compact_str v0.8.0 |
| 2499 | 2025-02-28T09:31:32.729Z | Compiling unicode-truncate v1.1.0 |
| 2500 | 2025-02-28T09:31:33.011Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2501 | 2025-02-28T09:31:34.844Z | Compiling tough v0.19.0 |
| 2502 | 2025-02-28T09:31:35.024Z | Compiling parking_lot v0.11.2 |
| 2503 | 2025-02-28T09:31:37.359Z | Compiling git2 v0.19.0 |
| 2504 | 2025-02-28T09:31:38.799Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2505 | 2025-02-28T09:31:42.993Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2506 | 2025-02-28T09:31:43.513Z | Compiling lru v0.12.5 |
| 2507 | 2025-02-28T09:31:43.883Z | Compiling rand_seeder v0.3.0 |
| 2508 | 2025-02-28T09:31:44.297Z | Compiling lzma-sys v0.1.20 |
| 2509 | 2025-02-28T09:31:44.992Z | Compiling instability v0.3.2 |
| 2510 | 2025-02-28T09:31:45.155Z | Compiling cassowary v0.3.0 |
| 2511 | 2025-02-28T09:31:45.945Z | Compiling parse-size v1.1.0 |
| 2512 | 2025-02-28T09:31:46.293Z | Compiling indoc v2.0.5 |
| 2513 | 2025-02-28T09:31:46.636Z | Compiling rustix v0.37.28 |
| 2514 | 2025-02-28T09:31:47.139Z | Compiling rustls v0.21.12 |
| 2515 | 2025-02-28T09:31:47.383Z | Compiling ratatui v0.29.0 |
| 2516 | 2025-02-28T09:31:47.504Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2517 | 2025-02-28T09:31:47.607Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2518 | 2025-02-28T09:31:47.913Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2519 | 2025-02-28T09:31:48.572Z | Compiling hyper-staticfile v0.10.1 |
| 2520 | 2025-02-28T09:31:48.594Z | Compiling sled v0.34.7 |
| 2521 | 2025-02-28T09:31:49.443Z | Compiling hickory-client v0.24.4 |
| 2522 | 2025-02-28T09:31:53.430Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2523 | 2025-02-28T09:31:54.038Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2524 | 2025-02-28T09:31:54.605Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2525 | 2025-02-28T09:31:59.425Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2526 | 2025-02-28T09:31:59.772Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2527 | 2025-02-28T09:32:01.330Z | Compiling sct v0.7.1 |
| 2528 | 2025-02-28T09:32:01.798Z | Compiling rustls-webpki v0.101.7 |
| 2529 | 2025-02-28T09:32:05.569Z | Compiling hickory-server v0.24.4 |
| 2530 | 2025-02-28T09:32:05.814Z | Compiling primeorder v0.13.6 |
| 2531 | 2025-02-28T09:32:06.307Z | Compiling heck v0.3.3 |
| 2532 | 2025-02-28T09:32:06.413Z | Compiling env_filter v0.1.2 |
| 2533 | 2025-02-28T09:32:06.632Z | Compiling csv-core v0.1.11 |
| 2534 | 2025-02-28T09:32:06.655Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2535 | 2025-02-28T09:32:07.095Z | Compiling csv v1.3.1 |
| 2536 | 2025-02-28T09:32:07.510Z | Compiling env_logger v0.11.5 |
| 2537 | 2025-02-28T09:32:07.905Z | Compiling zone_cfg_derive v0.1.2 |
| 2538 | 2025-02-28T09:32:08.892Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2539 | 2025-02-28T09:32:09.211Z | Compiling p384 v0.13.0 |
| 2540 | 2025-02-28T09:32:14.042Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2541 | 2025-02-28T09:32:14.914Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2542 | 2025-02-28T09:32:16.084Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2543 | 2025-02-28T09:32:16.552Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2544 | 2025-02-28T09:32:17.700Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2545 | 2025-02-28T09:32:18.068Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2546 | 2025-02-28T09:32:18.420Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2547 | 2025-02-28T09:32:18.688Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2548 | 2025-02-28T09:32:18.767Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2549 | 2025-02-28T09:32:19.030Z | Compiling nix v0.27.1 |
| 2550 | 2025-02-28T09:32:19.157Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2551 | 2025-02-28T09:32:19.908Z | Compiling tungstenite v0.23.0 |
| 2552 | 2025-02-28T09:32:21.699Z | Compiling base64 v0.13.1 |
| 2553 | 2025-02-28T09:32:22.473Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2554 | 2025-02-28T09:32:22.738Z | Compiling ron v0.7.1 |
| 2555 | 2025-02-28T09:32:22.868Z | Compiling tokio-tungstenite v0.23.1 |
| 2556 | 2025-02-28T09:32:23.476Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2557 | 2025-02-28T09:32:24.271Z | Compiling xz2 v0.1.7 |
| 2558 | 2025-02-28T09:32:25.364Z | Compiling terminal_size v0.2.6 |
| 2559 | 2025-02-28T09:32:25.600Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2560 | 2025-02-28T09:32:27.798Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2561 | 2025-02-28T09:32:33.925Z | Compiling tokio-rustls v0.24.1 |
| 2562 | 2025-02-28T09:32:33.992Z | Compiling zone v0.1.8 |
| 2563 | 2025-02-28T09:32:34.043Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2564 | 2025-02-28T09:32:34.398Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2565 | 2025-02-28T09:32:34.640Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2566 | 2025-02-28T09:32:35.580Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2567 | 2025-02-28T09:32:36.085Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2568 | 2025-02-28T09:32:37.192Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2569 | 2025-02-28T09:32:37.269Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2570 | 2025-02-28T09:32:37.932Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2571 | 2025-02-28T09:32:40.629Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2572 | 2025-02-28T09:32:40.810Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2573 | 2025-02-28T09:32:41.019Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2574 | 2025-02-28T09:32:44.179Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2575 | 2025-02-28T09:32:45.455Z | Compiling rustls-pemfile v1.0.4 |
| 2576 | 2025-02-28T09:32:46.190Z | Compiling signal-hook-tokio v0.3.1 |
| 2577 | 2025-02-28T09:32:46.210Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2578 | 2025-02-28T09:32:46.464Z | Compiling twox-hash v2.1.0 |
| 2579 | 2025-02-28T09:32:47.490Z | Compiling yasna v0.5.2 |
| 2580 | 2025-02-28T09:32:47.761Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2581 | 2025-02-28T09:32:48.729Z | Compiling unicode-linebreak v0.1.5 |
| 2582 | 2025-02-28T09:32:49.295Z | Compiling glob v0.3.2 |
| 2583 | 2025-02-28T09:32:50.321Z | Compiling smawk v0.3.2 |
| 2584 | 2025-02-28T09:32:50.580Z | Compiling is_ci v1.2.0 |
| 2585 | 2025-02-28T09:32:50.623Z | Compiling textwrap v0.16.1 |
| 2586 | 2025-02-28T09:32:50.833Z | Compiling supports-color v3.0.2 |
| 2587 | 2025-02-28T09:32:50.993Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2588 | 2025-02-28T09:32:51.273Z | Compiling rcgen v0.12.1 |
| 2589 | 2025-02-28T09:32:51.391Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2590 | 2025-02-28T09:32:55.029Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2591 | 2025-02-28T09:32:56.179Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2592 | 2025-02-28T09:32:57.478Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2593 | 2025-02-28T09:32:58.142Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2594 | 2025-02-28T09:33:04.716Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2595 | 2025-02-28T09:33:04.890Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2596 | 2025-02-28T09:33:16.817Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2597 | 2025-02-28T09:33:17.661Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2598 | 2025-02-28T09:33:21.431Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2599 | 2025-02-28T09:33:25.956Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2600 | 2025-02-28T09:33:27.568Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2601 | 2025-02-28T09:33:32.995Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2602 | 2025-02-28T09:33:33.544Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2603 | 2025-02-28T09:33:40.829Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2604 | 2025-02-28T09:33:44.963Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2605 | 2025-02-28T09:33:45.091Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2606 | 2025-02-28T09:33:45.303Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2607 | 2025-02-28T09:33:45.873Z | Compiling fatfs v0.3.6 |
| 2608 | 2025-02-28T09:33:47.698Z | Compiling subprocess v0.2.9 |
| 2609 | 2025-02-28T09:33:48.663Z | Compiling rtoolbox v0.0.2 |
| 2610 | 2025-02-28T09:33:49.078Z | Compiling assert_matches v1.5.0 |
| 2611 | 2025-02-28T09:33:50.532Z | Compiling rpassword v7.3.1 |
| 2612 | 2025-02-28T09:33:50.999Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2613 | 2025-02-28T09:33:51.324Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2614 | 2025-02-28T09:33:52.331Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2615 | 2025-02-28T09:33:58.640Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2616 | 2025-02-28T09:34:05.391Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2617 | 2025-02-28T09:34:07.291Z | Compiling tui-tree-widget v0.23.0 |
| 2618 | 2025-02-28T09:34:07.736Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2619 | 2025-02-28T09:34:20.817Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2620 | 2025-02-28T09:34:21.161Z | Compiling uzers v0.12.1 |
| 2621 | 2025-02-28T09:34:24.276Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2622 | 2025-02-28T09:34:25.268Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2623 | 2025-02-28T09:34:26.370Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2624 | 2025-02-28T09:34:39.550Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2625 | 2025-02-28T09:34:49.810Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2626 | 2025-02-28T09:34:52.267Z | Compiling multimap v0.10.0 |
| 2627 | 2025-02-28T09:37:09.840Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2628 | 2025-02-28T09:44:20.222Z | Finished `release` profile [optimized] target(s) in 17m 13s |
| 2629 | 2025-02-28T09:45:29.699Z | |
| 2630 | 2025-02-28T09:45:29.702Z | real 18:24.637396223 |
| 2631 | 2025-02-28T09:45:29.702Z | user 2:08:40.438933379 |
| 2632 | 2025-02-28T09:45:29.702Z | sys 3:30.256015163 |
| 2633 | 2025-02-28T09:45:29.702Z | trap 3.182059516 |
| 2634 | 2025-02-28T09:45:29.702Z | tflt 1.837178285 |
| 2635 | 2025-02-28T09:45:29.702Z | dflt 5.275067796 |
| 2636 | 2025-02-28T09:45:29.702Z | kflt 0.242280074 |
| 2637 | 2025-02-28T09:45:29.702Z | lock 7:45:36.071021849 |
| 2638 | 2025-02-28T09:45:29.702Z | slp 6:45:40.086886064 |
| 2639 | 2025-02-28T09:45:29.702Z | lat 3:37.847040968 |
| 2640 | 2025-02-28T09:45:29.702Z | stop 2:58.379065253 |
| 2641 | 2025-02-28T09:45:29.702Z | + mapfile -t packages |
| 2642 | 2025-02-28T09:45:29.702Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2643 | 2025-02-28T09:45:30.743Z | Compiling ring v0.17.11 |
| 2644 | 2025-02-28T09:45:32.484Z | Compiling rustls v0.23.19 |
| 2645 | 2025-02-28T09:45:32.510Z | Compiling rustls v0.22.4 |
| 2646 | 2025-02-28T09:45:34.086Z | Compiling rustls-webpki v0.102.8 |
| 2647 | 2025-02-28T09:45:37.930Z | Compiling tokio-rustls v0.25.0 |
| 2648 | 2025-02-28T09:45:38.345Z | Compiling dropshot v0.12.0 |
| 2649 | 2025-02-28T09:45:39.929Z | Compiling tokio-rustls v0.26.0 |
| 2650 | 2025-02-28T09:45:40.382Z | Compiling hyper-rustls v0.27.3 |
| 2651 | 2025-02-28T09:45:40.932Z | Compiling reqwest v0.12.12 |
| 2652 | 2025-02-28T09:45:42.717Z | Compiling qorb v0.2.1 |
| 2653 | 2025-02-28T09:45:43.904Z | Compiling dropshot v0.16.0 |
| 2654 | 2025-02-28T09:45:49.152Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2655 | 2025-02-28T09:45:51.547Z | Compiling progenitor-client v0.8.0 |
| 2656 | 2025-02-28T09:45:52.445Z | Compiling progenitor v0.8.0 |
| 2657 | 2025-02-28T09:45:52.828Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2658 | 2025-02-28T09:45:52.874Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2659 | 2025-02-28T09:45:53.704Z | Compiling progenitor-client v0.9.1 |
| 2660 | 2025-02-28T09:45:54.668Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2661 | 2025-02-28T09:45:57.836Z | Compiling omicron-zone-package v0.12.0 |
| 2662 | 2025-02-28T09:46:04.249Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2663 | 2025-02-28T09:46:16.387Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2664 | 2025-02-28T09:46:20.610Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2665 | 2025-02-28T09:46:21.418Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2666 | 2025-02-28T09:46:24.763Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2667 | 2025-02-28T09:46:39.033Z | Finished `release` profile [optimized] target(s) in 1m 09s |
| 2668 | 2025-02-28T09:46:39.208Z | Running `target/release/omicron-package -t test list-outputs` |
| 2669 | 2025-02-28T09:46:39.261Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2670 | 2025-02-28T09:46:39.264Z | + ptime -m cargo build --locked --release -p xtask |
| 2671 | 2025-02-28T09:46:39.862Z | Compiling serde v1.0.218 |
| 2672 | 2025-02-28T09:46:39.869Z | Compiling serde_json v1.0.139 |
| 2673 | 2025-02-28T09:46:39.869Z | Compiling rustix v0.38.37 |
| 2674 | 2025-02-28T09:46:39.869Z | Compiling libc v0.2.170 |
| 2675 | 2025-02-28T09:46:39.960Z | Compiling syn v2.0.98 |
| 2676 | 2025-02-28T09:46:39.997Z | Compiling bitflags v2.6.0 |
| 2677 | 2025-02-28T09:46:40.365Z | Compiling usdt-impl v0.5.0 |
| 2678 | 2025-02-28T09:46:40.404Z | Compiling syn v1.0.109 |
| 2679 | 2025-02-28T09:46:40.489Z | Compiling hashbrown v0.15.1 |
| 2680 | 2025-02-28T09:46:40.510Z | Compiling log v0.4.22 |
| 2681 | 2025-02-28T09:46:40.725Z | Compiling fs-err v2.11.0 |
| 2682 | 2025-02-28T09:46:40.954Z | Compiling once_cell v1.20.3 |
| 2683 | 2025-02-28T09:46:41.059Z | Compiling anyhow v1.0.96 |
| 2684 | 2025-02-28T09:46:41.279Z | Compiling thread-id v4.2.2 |
| 2685 | 2025-02-28T09:46:41.653Z | Compiling indexmap v2.7.1 |
| 2686 | 2025-02-28T09:46:42.670Z | Compiling terminal_size v0.4.0 |
| 2687 | 2025-02-28T09:46:42.727Z | Compiling tempfile v3.13.0 |
| 2688 | 2025-02-28T09:46:42.911Z | Compiling clap_builder v4.5.31 |
| 2689 | 2025-02-28T09:46:43.744Z | Compiling proc-macro-error v1.0.4 |
| 2690 | 2025-02-28T09:46:44.383Z | Compiling tabled_derive v0.7.0 |
| 2691 | 2025-02-28T09:46:45.476Z | Compiling tabled v0.15.0 |
| 2692 | 2025-02-28T09:46:46.116Z | Compiling serde_derive v1.0.218 |
| 2693 | 2025-02-28T09:46:46.116Z | Compiling thiserror-impl v1.0.69 |
| 2694 | 2025-02-28T09:46:46.119Z | Compiling zerocopy-derive v0.7.35 |
| 2695 | 2025-02-28T09:46:46.119Z | Compiling scroll_derive v0.12.0 |
| 2696 | 2025-02-28T09:46:46.119Z | Compiling thiserror-impl v2.0.11 |
| 2697 | 2025-02-28T09:46:47.437Z | Compiling scroll v0.12.0 |
| 2698 | 2025-02-28T09:46:48.008Z | Compiling zerocopy v0.7.35 |
| 2699 | 2025-02-28T09:46:48.666Z | Compiling thiserror v1.0.69 |
| 2700 | 2025-02-28T09:46:48.841Z | Compiling pest v2.7.14 |
| 2701 | 2025-02-28T09:46:49.296Z | Compiling goblin v0.8.2 |
| 2702 | 2025-02-28T09:46:49.488Z | Compiling thiserror v2.0.11 |
| 2703 | 2025-02-28T09:46:49.667Z | Compiling clap_derive v4.5.28 |
| 2704 | 2025-02-28T09:46:51.722Z | Compiling pest_meta v2.7.14 |
| 2705 | 2025-02-28T09:46:53.120Z | Compiling pest_generator v2.7.14 |
| 2706 | 2025-02-28T09:46:54.787Z | Compiling clap v4.5.31 |
| 2707 | 2025-02-28T09:46:55.155Z | Compiling pest_derive v2.7.14 |
| 2708 | 2025-02-28T09:46:56.035Z | Compiling dtrace-parser v0.2.0 |
| 2709 | 2025-02-28T09:47:01.012Z | Compiling dof v0.3.0 |
| 2710 | 2025-02-28T09:47:01.867Z | Compiling serde_tokenstream v0.2.2 |
| 2711 | 2025-02-28T09:47:02.451Z | Compiling serde_spanned v0.6.8 |
| 2712 | 2025-02-28T09:47:02.728Z | Compiling toml_datetime v0.6.8 |
| 2713 | 2025-02-28T09:47:03.415Z | Compiling toml_edit v0.22.24 |
| 2714 | 2025-02-28T09:47:03.460Z | Compiling camino v1.1.9 |
| 2715 | 2025-02-28T09:47:04.727Z | Compiling usdt-macro v0.5.0 |
| 2716 | 2025-02-28T09:47:04.730Z | Compiling usdt-attr-macro v0.5.0 |
| 2717 | 2025-02-28T09:47:05.919Z | Compiling semver v1.0.25 |
| 2718 | 2025-02-28T09:47:06.082Z | Compiling cargo-platform v0.1.8 |
| 2719 | 2025-02-28T09:47:07.170Z | Compiling cargo_metadata v0.19.1 |
| 2720 | 2025-02-28T09:47:07.314Z | Compiling toml v0.8.20 |
| 2721 | 2025-02-28T09:47:08.716Z | Compiling cargo_toml v0.21.0 |
| 2722 | 2025-02-28T09:47:12.704Z | Compiling usdt v0.5.0 |
| 2723 | 2025-02-28T09:47:13.384Z | Compiling camino-tempfile v1.1.1 |
| 2724 | 2025-02-28T09:47:14.107Z | Compiling macaddr v1.0.1 |
| 2725 | 2025-02-28T09:47:22.189Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2726 | 2025-02-28T09:47:27.827Z | Finished `release` profile [optimized] target(s) in 48.50s |
| 2727 | 2025-02-28T09:47:27.964Z | |
| 2728 | 2025-02-28T09:47:27.964Z | real 48.667461403 |
| 2729 | 2025-02-28T09:47:27.964Z | user 5:15.636498434 |
| 2730 | 2025-02-28T09:47:27.964Z | sys 18.859306327 |
| 2731 | 2025-02-28T09:47:27.964Z | trap 0.146860467 |
| 2732 | 2025-02-28T09:47:27.964Z | tflt 0.173155413 |
| 2733 | 2025-02-28T09:47:27.967Z | dflt 0.332944021 |
| 2734 | 2025-02-28T09:47:27.967Z | kflt 0.000028047 |
| 2735 | 2025-02-28T09:47:27.967Z | lock 9:53.951601628 |
| 2736 | 2025-02-28T09:47:27.967Z | slp 15:55.931556889 |
| 2737 | 2025-02-28T09:47:27.967Z | lat 14.398972206 |
| 2738 | 2025-02-28T09:47:27.967Z | stop 19.630668646 |
| 2739 | 2025-02-28T09:47:27.967Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2740 | 2025-02-28T09:47:27.967Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2741 | 2025-02-28T09:47:27.967Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2742 | 2025-02-28T09:47:27.967Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2743 | 2025-02-28T09:47:27.967Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2744 | 2025-02-28T09:47:28.883Z | Compiling ring v0.17.11 |
| 2745 | 2025-02-28T09:47:29.022Z | Compiling hashbrown v0.14.5 |
| 2746 | 2025-02-28T09:47:29.044Z | Compiling thiserror-impl v2.0.11 |
| 2747 | 2025-02-28T09:47:29.047Z | Compiling ident_case v1.0.1 |
| 2748 | 2025-02-28T09:47:29.047Z | Compiling unsafe-libyaml v0.2.11 |
| 2749 | 2025-02-28T09:47:29.047Z | Compiling ipnetwork v0.21.1 |
| 2750 | 2025-02-28T09:47:29.047Z | Compiling macaddr v1.0.1 |
| 2751 | 2025-02-28T09:47:29.047Z | Compiling instant v0.1.13 |
| 2752 | 2025-02-28T09:47:29.219Z | Compiling structmeta-derive v0.3.0 |
| 2753 | 2025-02-28T09:47:29.256Z | Compiling darling_core v0.20.10 |
| 2754 | 2025-02-28T09:47:29.524Z | Compiling oxnet v0.1.1 |
| 2755 | 2025-02-28T09:47:29.837Z | Compiling dropshot v0.16.0 |
| 2756 | 2025-02-28T09:47:30.159Z | Compiling regress v0.10.1 |
| 2757 | 2025-02-28T09:47:30.206Z | Compiling regress v0.9.1 |
| 2758 | 2025-02-28T09:47:30.252Z | Compiling dropshot_endpoint v0.16.0 |
| 2759 | 2025-02-28T09:47:30.831Z | Compiling serde_yaml v0.9.34+deprecated |
| 2760 | 2025-02-28T09:47:31.776Z | Compiling structmeta v0.3.0 |
| 2761 | 2025-02-28T09:47:32.173Z | Compiling daft-derive v0.1.1 |
| 2762 | 2025-02-28T09:47:32.252Z | Compiling thiserror v2.0.11 |
| 2763 | 2025-02-28T09:47:32.425Z | Compiling parse-display-derive v0.10.0 |
| 2764 | 2025-02-28T09:47:33.631Z | Compiling typify-impl v0.2.0 |
| 2765 | 2025-02-28T09:47:34.290Z | Compiling rustls v0.23.19 |
| 2766 | 2025-02-28T09:47:34.325Z | Compiling rustls v0.22.4 |
| 2767 | 2025-02-28T09:47:34.359Z | Compiling daft v0.1.1 |
| 2768 | 2025-02-28T09:47:34.408Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2769 | 2025-02-28T09:47:34.564Z | Compiling backoff v0.4.0 |
| 2770 | 2025-02-28T09:47:34.697Z | Compiling darling_macro v0.20.10 |
| 2771 | 2025-02-28T09:47:34.717Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2772 | 2025-02-28T09:47:34.848Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2773 | 2025-02-28T09:47:34.893Z | Compiling tempfile v3.13.0 |
| 2774 | 2025-02-28T09:47:34.915Z | Compiling proc-macro-crate v1.3.1 |
| 2775 | 2025-02-28T09:47:35.156Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2776 | 2025-02-28T09:47:35.339Z | Compiling typify-impl v0.3.0 |
| 2777 | 2025-02-28T09:47:35.362Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2778 | 2025-02-28T09:47:35.571Z | Compiling darling v0.20.10 |
| 2779 | 2025-02-28T09:47:35.692Z | Compiling itertools v0.13.0 |
| 2780 | 2025-02-28T09:47:35.714Z | Compiling serde_with_macros v3.11.0 |
| 2781 | 2025-02-28T09:47:35.757Z | Compiling num_enum_derive v0.5.11 |
| 2782 | 2025-02-28T09:47:35.786Z | Compiling crucible-workspace-hack v0.1.0 |
| 2783 | 2025-02-28T09:47:36.097Z | Compiling heapless v0.8.0 |
| 2784 | 2025-02-28T09:47:36.283Z | Compiling parse-display v0.10.0 |
| 2785 | 2025-02-28T09:47:36.673Z | Compiling rustls-webpki v0.102.8 |
| 2786 | 2025-02-28T09:47:36.985Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2787 | 2025-02-28T09:47:38.128Z | Compiling num_enum v0.5.11 |
| 2788 | 2025-02-28T09:47:38.268Z | Compiling serde_with v3.11.0 |
| 2789 | 2025-02-28T09:47:38.348Z | Compiling proc-macro-error v1.0.4 |
| 2790 | 2025-02-28T09:47:38.527Z | Compiling camino-tempfile v1.1.1 |
| 2791 | 2025-02-28T09:47:38.575Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2792 | 2025-02-28T09:47:38.949Z | Compiling foreign-types-macros v0.2.3 |
| 2793 | 2025-02-28T09:47:38.971Z | Compiling hash32 v0.3.1 |
| 2794 | 2025-02-28T09:47:39.244Z | Compiling foreign-types-shared v0.3.1 |
| 2795 | 2025-02-28T09:47:39.391Z | Compiling smoltcp v0.11.0 |
| 2796 | 2025-02-28T09:47:40.218Z | Compiling foreign-types v0.5.0 |
| 2797 | 2025-02-28T09:47:40.673Z | Compiling tabwriter v1.4.0 |
| 2798 | 2025-02-28T09:47:41.096Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2799 | 2025-02-28T09:47:41.249Z | Compiling cstr-argument v0.1.2 |
| 2800 | 2025-02-28T09:47:41.547Z | Compiling pretty-hex v0.2.1 |
| 2801 | 2025-02-28T09:47:41.655Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2802 | 2025-02-28T09:47:41.774Z | Compiling cobs v0.2.3 |
| 2803 | 2025-02-28T09:47:41.955Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2804 | 2025-02-28T09:47:42.034Z | Compiling postcard v1.0.10 |
| 2805 | 2025-02-28T09:47:42.092Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2806 | 2025-02-28T09:47:42.148Z | Compiling tokio-rustls v0.25.0 |
| 2807 | 2025-02-28T09:47:42.474Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2808 | 2025-02-28T09:47:42.585Z | Compiling dropshot v0.12.0 |
| 2809 | 2025-02-28T09:47:44.877Z | Compiling tokio-rustls v0.26.0 |
| 2810 | 2025-02-28T09:47:45.351Z | Compiling hyper-rustls v0.27.3 |
| 2811 | 2025-02-28T09:47:45.964Z | Compiling reqwest v0.12.12 |
| 2812 | 2025-02-28T09:47:46.340Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2813 | 2025-02-28T09:47:47.139Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2814 | 2025-02-28T09:47:47.325Z | Compiling qorb v0.2.1 |
| 2815 | 2025-02-28T09:47:47.810Z | Compiling typify-macro v0.2.0 |
| 2816 | 2025-02-28T09:47:49.508Z | Compiling progenitor-client v0.9.1 |
| 2817 | 2025-02-28T09:47:49.604Z | Compiling progenitor-client v0.8.0 |
| 2818 | 2025-02-28T09:47:50.099Z | Compiling typify-macro v0.3.0 |
| 2819 | 2025-02-28T09:47:50.136Z | Compiling colored v2.2.0 |
| 2820 | 2025-02-28T09:47:50.386Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2821 | 2025-02-28T09:47:50.705Z | Compiling winnow v0.6.20 |
| 2822 | 2025-02-28T09:47:50.723Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2823 | 2025-02-28T09:47:50.899Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2824 | 2025-02-28T09:47:51.002Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2825 | 2025-02-28T09:47:51.310Z | Compiling smf v0.2.3 |
| 2826 | 2025-02-28T09:47:51.566Z | Compiling typify v0.2.0 |
| 2827 | 2025-02-28T09:47:51.728Z | Compiling progenitor-impl v0.8.0 |
| 2828 | 2025-02-28T09:47:51.920Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2829 | 2025-02-28T09:47:52.479Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2830 | 2025-02-28T09:47:52.545Z | Compiling zone_cfg_derive v0.3.0 |
| 2831 | 2025-02-28T09:47:52.714Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2832 | 2025-02-28T09:47:52.834Z | Compiling itertools v0.14.0 |
| 2833 | 2025-02-28T09:47:53.107Z | Compiling num-derive v0.4.2 |
| 2834 | 2025-02-28T09:47:53.807Z | Compiling typify v0.3.0 |
| 2835 | 2025-02-28T09:47:53.967Z | Compiling progenitor-impl v0.9.1 |
| 2836 | 2025-02-28T09:47:54.131Z | Compiling sigpipe v0.1.3 |
| 2837 | 2025-02-28T09:47:54.279Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2838 | 2025-02-28T09:47:54.486Z | Compiling zone v0.3.0 |
| 2839 | 2025-02-28T09:47:54.648Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2840 | 2025-02-28T09:47:55.105Z | Compiling universal-hash v0.5.1 |
| 2841 | 2025-02-28T09:47:55.323Z | Compiling opaque-debug v0.3.1 |
| 2842 | 2025-02-28T09:47:55.344Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2843 | 2025-02-28T09:47:55.441Z | Compiling num-rational v0.4.2 |
| 2844 | 2025-02-28T09:47:55.753Z | Compiling tungstenite v0.21.0 |
| 2845 | 2025-02-28T09:47:55.887Z | Compiling password-hash v0.5.0 |
| 2846 | 2025-02-28T09:47:56.156Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2847 | 2025-02-28T09:47:56.197Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2848 | 2025-02-28T09:47:56.734Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2849 | 2025-02-28T09:47:56.796Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2850 | 2025-02-28T09:47:57.018Z | Compiling blake2 v0.10.6 |
| 2851 | 2025-02-28T09:47:57.401Z | Compiling num-complex v0.4.6 |
| 2852 | 2025-02-28T09:47:57.470Z | Compiling aead v0.5.2 |
| 2853 | 2025-02-28T09:47:57.494Z | Compiling base64 v0.21.7 |
| 2854 | 2025-02-28T09:47:57.663Z | Compiling convert_case v0.4.0 |
| 2855 | 2025-02-28T09:47:57.697Z | Compiling keccak v0.1.5 |
| 2856 | 2025-02-28T09:47:57.855Z | Compiling argon2 v0.5.3 |
| 2857 | 2025-02-28T09:47:58.167Z | Compiling sha3 v0.10.8 |
| 2858 | 2025-02-28T09:47:58.333Z | Compiling num v0.4.3 |
| 2859 | 2025-02-28T09:47:58.354Z | Compiling tokio-tungstenite v0.21.0 |
| 2860 | 2025-02-28T09:47:58.452Z | Compiling poly1305 v0.8.0 |
| 2861 | 2025-02-28T09:47:58.474Z | Compiling derive_more v0.99.19 |
| 2862 | 2025-02-28T09:47:58.529Z | Compiling progenitor-macro v0.8.0 |
| 2863 | 2025-02-28T09:47:58.880Z | Compiling chacha20 v0.9.1 |
| 2864 | 2025-02-28T09:47:58.932Z | Compiling float-ord v0.3.2 |
| 2865 | 2025-02-28T09:47:59.129Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2866 | 2025-02-28T09:47:59.132Z | Compiling semver v0.1.20 |
| 2867 | 2025-02-28T09:47:59.375Z | Compiling same-file v1.0.6 |
| 2868 | 2025-02-28T09:47:59.572Z | Compiling walkdir v2.5.0 |
| 2869 | 2025-02-28T09:47:59.668Z | Compiling rustc_version v0.1.7 |
| 2870 | 2025-02-28T09:47:59.756Z | Compiling newline-converter v0.3.0 |
| 2871 | 2025-02-28T09:47:59.955Z | Compiling primeorder v0.13.6 |
| 2872 | 2025-02-28T09:48:00.119Z | Compiling secrecy v0.8.0 |
| 2873 | 2025-02-28T09:48:00.158Z | Compiling owo-colors v4.2.0 |
| 2874 | 2025-02-28T09:48:00.216Z | Compiling cancel-safe-futures v0.1.5 |
| 2875 | 2025-02-28T09:48:00.374Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2876 | 2025-02-28T09:48:00.455Z | Compiling newtype_derive v0.1.6 |
| 2877 | 2025-02-28T09:48:00.561Z | Compiling expectorate v1.1.0 |
| 2878 | 2025-02-28T09:48:00.629Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2879 | 2025-02-28T09:48:00.662Z | Compiling progenitor-macro v0.9.1 |
| 2880 | 2025-02-28T09:48:00.742Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2881 | 2025-02-28T09:48:00.798Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2882 | 2025-02-28T09:48:00.843Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2883 | 2025-02-28T09:48:00.906Z | Compiling libsw-core v0.3.1 |
| 2884 | 2025-02-28T09:48:01.172Z | Compiling blake3 v1.5.4 |
| 2885 | 2025-02-28T09:48:01.199Z | Compiling unicase v2.7.0 |
| 2886 | 2025-02-28T09:48:01.465Z | Compiling half v2.4.1 |
| 2887 | 2025-02-28T09:48:01.534Z | Compiling arc-swap v1.7.1 |
| 2888 | 2025-02-28T09:48:01.787Z | Compiling ciborium-io v0.2.2 |
| 2889 | 2025-02-28T09:48:02.048Z | Compiling slog-scope v4.4.0 |
| 2890 | 2025-02-28T09:48:02.116Z | Compiling ciborium-ll v0.2.2 |
| 2891 | 2025-02-28T09:48:02.169Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2892 | 2025-02-28T09:48:02.487Z | Compiling libsw v3.4.0 |
| 2893 | 2025-02-28T09:48:02.515Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2894 | 2025-02-28T09:48:02.860Z | Compiling polyval v0.6.2 |
| 2895 | 2025-02-28T09:48:03.301Z | Compiling atomicwrites v0.4.4 |
| 2896 | 2025-02-28T09:48:03.405Z | Compiling memmap2 v0.9.5 |
| 2897 | 2025-02-28T09:48:03.523Z | Compiling thiserror-no-std v2.0.2 |
| 2898 | 2025-02-28T09:48:03.674Z | Compiling salty v0.3.0 |
| 2899 | 2025-02-28T09:48:03.674Z | Compiling parking_lot_core v0.8.6 |
| 2900 | 2025-02-28T09:48:03.789Z | Compiling libefi-sys v0.1.0 |
| 2901 | 2025-02-28T09:48:04.105Z | Compiling constant_time_eq v0.3.1 |
| 2902 | 2025-02-28T09:48:04.126Z | Compiling indent_write v2.2.0 |
| 2903 | 2025-02-28T09:48:04.150Z | Compiling arrayref v0.3.9 |
| 2904 | 2025-02-28T09:48:04.262Z | Compiling linear-map v1.2.0 |
| 2905 | 2025-02-28T09:48:04.314Z | Compiling arrayvec v0.7.6 |
| 2906 | 2025-02-28T09:48:04.482Z | Compiling vsss-rs v3.3.4 |
| 2907 | 2025-02-28T09:48:04.619Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2908 | 2025-02-28T09:48:04.620Z | Compiling ghash v0.5.1 |
| 2909 | 2025-02-28T09:48:04.896Z | Compiling ciborium v0.2.2 |
| 2910 | 2025-02-28T09:48:04.974Z | Compiling slog-stdlog v4.1.1 |
| 2911 | 2025-02-28T09:48:05.813Z | Compiling p384 v0.13.0 |
| 2912 | 2025-02-28T09:48:06.056Z | Compiling toolchain_find v0.4.0 |
| 2913 | 2025-02-28T09:48:06.206Z | Compiling chacha20poly1305 v0.10.1 |
| 2914 | 2025-02-28T09:48:06.334Z | Compiling ctr v0.9.2 |
| 2915 | 2025-02-28T09:48:06.506Z | Compiling lzma-sys v0.1.20 |
| 2916 | 2025-02-28T09:48:06.710Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2917 | 2025-02-28T09:48:06.746Z | Compiling bitfield-struct v0.6.2 |
| 2918 | 2025-02-28T09:48:07.163Z | Compiling slog-dtrace v0.3.0 |
| 2919 | 2025-02-28T09:48:07.291Z | Compiling highway v1.3.0 |
| 2920 | 2025-02-28T09:48:07.356Z | Compiling topological-sort v0.2.2 |
| 2921 | 2025-02-28T09:48:07.592Z | Compiling omicron-zone-package v0.12.0 |
| 2922 | 2025-02-28T09:48:07.787Z | Compiling aes-gcm v0.10.3 |
| 2923 | 2025-02-28T09:48:08.055Z | Compiling rustfmt-wrapper v0.2.1 |
| 2924 | 2025-02-28T09:48:08.104Z | Compiling mime_guess v2.0.5 |
| 2925 | 2025-02-28T09:48:08.107Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2926 | 2025-02-28T09:48:08.304Z | Compiling slog-envlogger v2.2.0 |
| 2927 | 2025-02-28T09:48:08.586Z | Compiling steno v0.4.1 |
| 2928 | 2025-02-28T09:48:08.990Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2929 | 2025-02-28T09:48:09.239Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2930 | 2025-02-28T09:48:09.360Z | Compiling heck v0.3.3 |
| 2931 | 2025-02-28T09:48:09.725Z | Compiling ssh-encoding v0.2.0 |
| 2932 | 2025-02-28T09:48:09.859Z | Compiling blowfish v0.9.1 |
| 2933 | 2025-02-28T09:48:09.881Z | Compiling nibble_vec v0.1.0 |
| 2934 | 2025-02-28T09:48:10.094Z | Compiling env_filter v0.1.2 |
| 2935 | 2025-02-28T09:48:10.097Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2936 | 2025-02-28T09:48:10.195Z | Compiling humantime v2.1.0 |
| 2937 | 2025-02-28T09:48:10.273Z | Compiling progenitor v0.8.0 |
| 2938 | 2025-02-28T09:48:10.331Z | Compiling endian-type v0.1.2 |
| 2939 | 2025-02-28T09:48:10.461Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2940 | 2025-02-28T09:48:10.517Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2941 | 2025-02-28T09:48:10.582Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2942 | 2025-02-28T09:48:10.601Z | Compiling radix_trie v0.2.1 |
| 2943 | 2025-02-28T09:48:10.702Z | Compiling env_logger v0.11.5 |
| 2944 | 2025-02-28T09:48:10.705Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2945 | 2025-02-28T09:48:11.239Z | Compiling ssh-cipher v0.2.0 |
| 2946 | 2025-02-28T09:48:11.321Z | Compiling zone_cfg_derive v0.1.2 |
| 2947 | 2025-02-28T09:48:11.404Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2948 | 2025-02-28T09:48:11.927Z | Compiling parking_lot v0.11.2 |
| 2949 | 2025-02-28T09:48:12.284Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2950 | 2025-02-28T09:48:12.377Z | Compiling progenitor v0.9.1 |
| 2951 | 2025-02-28T09:48:12.627Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2952 | 2025-02-28T09:48:12.665Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2953 | 2025-02-28T09:48:12.745Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2954 | 2025-02-28T09:48:12.861Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2955 | 2025-02-28T09:48:13.139Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2956 | 2025-02-28T09:48:13.245Z | Compiling password-hash v0.4.2 |
| 2957 | 2025-02-28T09:48:13.265Z | Compiling gethostname v0.5.0 |
| 2958 | 2025-02-28T09:48:13.292Z | Compiling fxhash v0.2.1 |
| 2959 | 2025-02-28T09:48:13.476Z | Compiling zip v2.1.3 |
| 2960 | 2025-02-28T09:48:13.516Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2961 | 2025-02-28T09:48:13.820Z | Compiling lockfree-object-pool v0.1.6 |
| 2962 | 2025-02-28T09:48:13.874Z | Compiling http-range v0.1.5 |
| 2963 | 2025-02-28T09:48:14.055Z | Compiling bumpalo v3.16.0 |
| 2964 | 2025-02-28T09:48:14.106Z | Compiling base64 v0.13.1 |
| 2965 | 2025-02-28T09:48:14.213Z | Compiling simd-adler32 v0.3.7 |
| 2966 | 2025-02-28T09:48:14.532Z | Compiling ron v0.7.1 |
| 2967 | 2025-02-28T09:48:14.636Z | Compiling zopfli v0.8.1 |
| 2968 | 2025-02-28T09:48:14.740Z | Compiling pbkdf2 v0.11.0 |
| 2969 | 2025-02-28T09:48:14.763Z | Compiling sled v0.34.7 |
| 2970 | 2025-02-28T09:48:15.133Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2971 | 2025-02-28T09:48:15.806Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2972 | 2025-02-28T09:48:16.198Z | Compiling xz2 v0.1.7 |
| 2973 | 2025-02-28T09:48:16.611Z | Compiling zone v0.1.8 |
| 2974 | 2025-02-28T09:48:16.695Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2975 | 2025-02-28T09:48:17.825Z | Compiling ssh-key v0.6.6 |
| 2976 | 2025-02-28T09:48:17.972Z | Compiling hickory-client v0.24.4 |
| 2977 | 2025-02-28T09:48:18.361Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2978 | 2025-02-28T09:48:18.762Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2979 | 2025-02-28T09:48:18.784Z | Compiling p521 v0.13.3 |
| 2980 | 2025-02-28T09:48:19.259Z | Compiling p256 v0.13.2 |
| 2981 | 2025-02-28T09:48:20.067Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2982 | 2025-02-28T09:48:20.195Z | Compiling hickory-server v0.24.4 |
| 2983 | 2025-02-28T09:48:21.042Z | Compiling pem v3.0.5 |
| 2984 | 2025-02-28T09:48:21.089Z | Compiling yasna v0.5.2 |
| 2985 | 2025-02-28T09:48:21.787Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2986 | 2025-02-28T09:48:21.807Z | Compiling headers-core v0.3.0 |
| 2987 | 2025-02-28T09:48:21.987Z | Compiling kstat-rs v0.2.4 |
| 2988 | 2025-02-28T09:48:22.389Z | Compiling nanorand v0.7.0 |
| 2989 | 2025-02-28T09:48:22.579Z | Compiling russh-cryptovec v0.7.3 |
| 2990 | 2025-02-28T09:48:22.667Z | Compiling atty v0.2.14 |
| 2991 | 2025-02-28T09:48:22.834Z | Compiling md5 v0.7.0 |
| 2992 | 2025-02-28T09:48:22.907Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2993 | 2025-02-28T09:48:22.927Z | Compiling flume v0.11.1 |
| 2994 | 2025-02-28T09:48:23.371Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2995 | 2025-02-28T09:48:23.550Z | Compiling russh-keys v0.45.0 |
| 2996 | 2025-02-28T09:48:24.093Z | Compiling rcgen v0.12.1 |
| 2997 | 2025-02-28T09:48:24.244Z | Compiling headers v0.4.0 |
| 2998 | 2025-02-28T09:48:24.920Z | Compiling hyper-staticfile v0.10.1 |
| 2999 | 2025-02-28T09:48:26.142Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3000 | 2025-02-28T09:48:26.809Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3001 | 2025-02-28T09:48:27.148Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3002 | 2025-02-28T09:48:27.592Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 3003 | 2025-02-28T09:48:27.813Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3004 | 2025-02-28T09:48:27.978Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3005 | 2025-02-28T09:48:28.757Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3006 | 2025-02-28T09:48:28.760Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3007 | 2025-02-28T09:48:30.548Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3008 | 2025-02-28T09:48:31.994Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3009 | 2025-02-28T09:48:32.017Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3010 | 2025-02-28T09:48:33.048Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3011 | 2025-02-28T09:48:34.631Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3012 | 2025-02-28T09:48:35.013Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3013 | 2025-02-28T09:48:35.364Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3014 | 2025-02-28T09:48:35.508Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3015 | 2025-02-28T09:48:35.713Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3016 | 2025-02-28T09:48:36.387Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3017 | 2025-02-28T09:48:36.857Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3018 | 2025-02-28T09:48:37.246Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3019 | 2025-02-28T09:48:38.237Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3020 | 2025-02-28T09:48:38.420Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3021 | 2025-02-28T09:48:40.838Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3022 | 2025-02-28T09:48:40.873Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3023 | 2025-02-28T09:48:41.285Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3024 | 2025-02-28T09:48:41.613Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3025 | 2025-02-28T09:48:42.883Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3026 | 2025-02-28T09:48:43.035Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3027 | 2025-02-28T09:48:44.637Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3028 | 2025-02-28T09:48:45.569Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3029 | 2025-02-28T09:48:45.694Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3030 | 2025-02-28T09:48:46.732Z | Compiling num-bigint v0.4.6 |
| 3031 | 2025-02-28T09:48:47.254Z | Compiling des v0.8.1 |
| 3032 | 2025-02-28T09:48:47.418Z | Compiling subprocess v0.2.9 |
| 3033 | 2025-02-28T09:48:47.612Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3034 | 2025-02-28T09:48:48.050Z | Compiling hex-literal v0.4.1 |
| 3035 | 2025-02-28T09:48:48.236Z | Compiling display-error-chain v0.2.2 |
| 3036 | 2025-02-28T09:48:48.469Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3037 | 2025-02-28T09:48:48.491Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3038 | 2025-02-28T09:48:49.070Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3039 | 2025-02-28T09:48:50.173Z | Compiling russh v0.45.0 |
| 3040 | 2025-02-28T09:48:51.152Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3041 | 2025-02-28T09:48:51.472Z | Compiling internet-checksum v0.2.1 |
| 3042 | 2025-02-28T09:48:56.327Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3043 | 2025-02-28T09:49:02.993Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3044 | 2025-02-28T09:49:04.524Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3045 | 2025-02-28T09:49:28.073Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3046 | 2025-02-28T09:49:51.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
| 3047 | 2025-02-28T09:49:51.964Z | |
| 3048 | 2025-02-28T09:49:51.964Z | real 2:23.937943450 |
| 3049 | 2025-02-28T09:49:51.964Z | user 12:18.034093060 |
| 3050 | 2025-02-28T09:49:51.964Z | sys 1:36.532126437 |
| 3051 | 2025-02-28T09:49:51.967Z | trap 0.351503867 |
| 3052 | 2025-02-28T09:49:51.967Z | tflt 0.190101493 |
| 3053 | 2025-02-28T09:49:51.967Z | dflt 0.694069361 |
| 3054 | 2025-02-28T09:49:51.967Z | kflt 0.000031656 |
| 3055 | 2025-02-28T09:49:51.967Z | lock 22:51.196642860 |
| 3056 | 2025-02-28T09:49:51.967Z | slp 43:18.148934728 |
| 3057 | 2025-02-28T09:49:51.967Z | lat 37.513664890 |
| 3058 | 2025-02-28T09:49:51.967Z | stop 1:47.605051002 |
| 3059 | 2025-02-28T09:49:51.967Z | + mkdir tests |
| 3060 | 2025-02-28T09:49:51.970Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3061 | 2025-02-28T09:49:51.970Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3062 | 2025-02-28T09:49:52.011Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-abab25c761de125a tests/ |
| 3063 | 2025-02-28T09:49:52.030Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b94a8ca13b7bb799 tests/ |
| 3064 | 2025-02-28T09:49:52.050Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-c10ac6a5fca95cb7 tests/ |
| 3065 | 2025-02-28T09:49:52.070Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-bc33f417c5799e02 tests/ |
| 3066 | 2025-02-28T09:49:52.286Z | + 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/*) |
| 3067 | 2025-02-28T09:49:52.288Z | + 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-b94a8ca13b7bb799 tests/commtest-c10ac6a5fca95cb7 tests/dhcp_server-abab25c761de125a tests/end_to_end_tests-bc33f417c5799e02 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 |
| 3068 | 2025-02-28T09:51:10.539Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3069 | 2025-02-28T09:51:10.539Z | a .github/buildomat/ci-env.sh 1K |
| 3070 | 2025-02-28T09:51:10.539Z | a out/target/test 1K |
| 3071 | 2025-02-28T09:51:10.539Z | a out/npuzone/npuzone 23144K |
| 3072 | 2025-02-28T09:51:10.539Z | a package-manifest.toml 33K |
| 3073 | 2025-02-28T09:51:10.539Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 3074 | 2025-02-28T09:51:10.539Z | a target/release/omicron-package 39769K |
| 3075 | 2025-02-28T09:51:10.540Z | a target/release/xtask 10838K |
| 3076 | 2025-02-28T09:51:10.540Z | a target/debug/bootstrap 221807K |
| 3077 | 2025-02-28T09:51:10.540Z | a tests/bootstrap-b94a8ca13b7bb799 24083K |
| 3078 | 2025-02-28T09:51:10.540Z | a tests/commtest-c10ac6a5fca95cb7 24909K |
| 3079 | 2025-02-28T09:51:10.540Z | a tests/dhcp_server-abab25c761de125a 24083K |
| 3080 | 2025-02-28T09:51:10.540Z | a tests/end_to_end_tests-bc33f417c5799e02 284072K |
| 3081 | 2025-02-28T09:51:10.540Z | a out/clickhouse.tar.gz 309435K |
| 3082 | 2025-02-28T09:51:10.540Z | a out/clickhouse_keeper.tar.gz 295013K |
| 3083 | 2025-02-28T09:51:10.540Z | a out/clickhouse_server.tar.gz 309403K |
| 3084 | 2025-02-28T09:51:10.540Z | a out/cockroachdb.tar.gz 146824K |
| 3085 | 2025-02-28T09:51:10.540Z | a out/crucible-dtrace.tar 98K |
| 3086 | 2025-02-28T09:51:10.540Z | a out/crucible-pantry-zone.tar.gz 32721K |
| 3087 | 2025-02-28T09:51:10.540Z | a out/crucible-zone.tar.gz 41109K |
| 3088 | 2025-02-28T09:51:10.540Z | a out/external-dns.tar.gz 46367K |
| 3089 | 2025-02-28T09:51:10.540Z | a out/internal-dns.tar.gz 46365K |
| 3090 | 2025-02-28T09:51:10.540Z | a out/mg-ddm-gz.tar 63075K |
| 3091 | 2025-02-28T09:51:10.540Z | a out/nexus.tar.gz 112485K |
| 3092 | 2025-02-28T09:51:10.540Z | a out/ntp.tar.gz 14672K |
| 3093 | 2025-02-28T09:51:10.540Z | a out/omicron-gateway-softnpu.tar.gz 26142K |
| 3094 | 2025-02-28T09:51:10.540Z | a out/omicron-sled-agent.tar 127785K |
| 3095 | 2025-02-28T09:51:10.540Z | a out/overlay.tar.gz 3K |
| 3096 | 2025-02-28T09:51:10.540Z | a out/oximeter.tar.gz 56829K |
| 3097 | 2025-02-28T09:51:10.540Z | a out/oxlog.tar 3144K |
| 3098 | 2025-02-28T09:51:10.540Z | a out/probe.tar.gz 2764K |
| 3099 | 2025-02-28T09:51:10.540Z | a out/propolis-server.tar.gz 66425K |
| 3100 | 2025-02-28T09:51:10.540Z | a out/pumpkind-gz.tar 26665K |
| 3101 | 2025-02-28T09:51:10.540Z | a out/switch-softnpu.tar.gz 270057K |
| 3102 | 2025-02-28T09:51:10.544Z | |
| 3103 | 2025-02-28T09:51:10.545Z | real 1:18.242818723 |
| 3104 | 2025-02-28T09:51:10.545Z | user 1:14.640001543 |
| 3105 | 2025-02-28T09:51:10.545Z | sys 4.999740125 |
| 3106 | 2025-02-28T09:51:10.545Z | trap 0.019141611 |
| 3107 | 2025-02-28T09:51:10.545Z | tflt 0.000000000 |
| 3108 | 2025-02-28T09:51:10.545Z | dflt 0.000000000 |
| 3109 | 2025-02-28T09:51:10.545Z | kflt 0.000000000 |
| 3110 | 2025-02-28T09:51:10.545Z | lock 0.000000000 |
| 3111 | 2025-02-28T09:51:10.545Z | slp 1:14.606272563 |
| 3112 | 2025-02-28T09:51:10.545Z | lat 2.216374492 |
| 3113 | 2025-02-28T09:51:10.545Z | stop 0.000203928 |
| 3114 | 2025-02-28T09:51:10.545Z | process exited: duration 2076182 ms, exit code 0 |
| |
| 3115 | 2025-02-28T09:51:10.560Z | found 1 output files |
| 3116 | 2025-02-28T09:51:10.560Z | uploading: /work/package.tar.gz (2058233987 bytes) |
| 3117 | 2025-02-28T09:51:54.180Z | uploaded: /work/package.tar.gz |