|
|
|
| 1 | 2025-02-28T10:14:28.738Z | job assigned to worker 01JN60RE4K227FBCGMC0HRP4W2 [factory aws, i-00698e678eed43633] (queued for 53 s) |
| |
| 2 | 2025-02-28T10:14:37.193Z | starting task 0: "setup" |
| 3 | 2025-02-28T10:14:37.200Z | ++ uname -s |
| 4 | 2025-02-28T10:14:37.204Z | + kern=SunOS |
| 5 | 2025-02-28T10:14:37.204Z | + build_user=build |
| 6 | 2025-02-28T10:14:37.204Z | + build_uid=12345 |
| 7 | 2025-02-28T10:14:37.204Z | + work_dir=/work |
| 8 | 2025-02-28T10:14:37.204Z | + input_dir=/input |
| 9 | 2025-02-28T10:14:37.204Z | + [[ 0 == 12345 ]] |
| 10 | 2025-02-28T10:14:37.204Z | + case "$kern" in |
| 11 | 2025-02-28T10:14:37.204Z | + groupadd -g 12345 build |
| 12 | 2025-02-28T10:14:37.207Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-02-28T10:14:39.213Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-02-28T10:14:39.322Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-02-28T10:14:39.325Z | + home_fs=zfs |
| 16 | 2025-02-28T10:14:39.325Z | + [[ zfs == autofs ]] |
| 17 | 2025-02-28T10:14:39.325Z | + mkdir -p /home/build |
| 18 | 2025-02-28T10:14:39.328Z | + chown build:build /home/build /work |
| 19 | 2025-02-28T10:14:41.329Z | + chmod 0700 /home/build /work |
| 20 | 2025-02-28T10:14:41.332Z | process exited: duration 4139 ms, exit code 0 |
| |
| 21 | 2025-02-28T10:14:41.338Z | starting task 1: "rust-toolchain" |
| 22 | 2025-02-28T10:14:41.343Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-02-28T10:14:41.344Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-02-28T10:14:41.344Z | * rust toolchain profile = "default" |
| 25 | 2025-02-28T10:14:41.344Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-02-28T10:14:41.344Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-02-28T10:14:41.344Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-02-28T10:14:41.346Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-02-28T10:14:41.346Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-02-28T10:14:41.467Z | info: downloading installer |
| 31 | 2025-02-28T10:14:42.703Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-02-28T10:14:42.703Z | warning: /opt/ooce/bin |
| 33 | 2025-02-28T10:14:42.703Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-02-28T10:14:42.703Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-02-28T10:14:42.703Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-02-28T10:14:42.703Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-02-28T10:14:42.703Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-02-28T10:14:42.703Z | error: cannot install while Rust is installed |
| 39 | 2025-02-28T10:14:42.703Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-02-28T10:14:42.741Z | info: profile set to 'default' |
| 41 | 2025-02-28T10:14:42.741Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-02-28T10:14:42.744Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-02-28T10:14:42.886Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-02-28T10:14:42.886Z | info: downloading component 'cargo' |
| 45 | 2025-02-28T10:14:43.617Z | info: downloading component 'clippy' |
| 46 | 2025-02-28T10:14:43.898Z | info: downloading component 'rust-docs' |
| 47 | 2025-02-28T10:14:45.007Z | info: downloading component 'rust-std' |
| 48 | 2025-02-28T10:14:46.637Z | info: downloading component 'rustc' |
| 49 | 2025-02-28T10:14:52.261Z | info: downloading component 'rustfmt' |
| 50 | 2025-02-28T10:14:52.474Z | info: installing component 'cargo' |
| 51 | 2025-02-28T10:14:53.298Z | info: installing component 'clippy' |
| 52 | 2025-02-28T10:14:53.678Z | info: installing component 'rust-docs' |
| 53 | 2025-02-28T10:14:55.437Z | info: installing component 'rust-std' |
| 54 | 2025-02-28T10:14:57.310Z | info: installing component 'rustc' |
| 55 | 2025-02-28T10:15:03.292Z | info: installing component 'rustfmt' |
| 56 | 2025-02-28T10:15:03.636Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-02-28T10:15:03.636Z | |
| 58 | 2025-02-28T10:15:04.017Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-02-28T10:15:04.017Z | |
| 60 | 2025-02-28T10:15:04.020Z | |
| 61 | 2025-02-28T10:15:04.020Z | Rust is installed now. Great! |
| 62 | 2025-02-28T10:15:04.020Z | |
| 63 | 2025-02-28T10:15:04.020Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-02-28T10:15:04.020Z | environment variable. This has not been done automatically. |
| 65 | 2025-02-28T10:15:04.020Z | |
| 66 | 2025-02-28T10:15:04.020Z | To configure your current shell, you need to source |
| 67 | 2025-02-28T10:15:04.020Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-02-28T10:15:04.020Z | |
| 69 | 2025-02-28T10:15:04.020Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-02-28T10:15:04.021Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-02-28T10:15:04.021Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-02-28T10:15:04.099Z | + rustup --version |
| 73 | 2025-02-28T10:15:04.107Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-02-28T10:15:04.107Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-02-28T10:15:04.190Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-02-28T10:15:04.193Z | + cargo --version |
| 77 | 2025-02-28T10:15:04.253Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-02-28T10:15:04.256Z | + rustc --version |
| 79 | 2025-02-28T10:15:04.322Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-02-28T10:15:04.326Z | process exited: duration 22988 ms, exit code 0 |
| |
| 81 | 2025-02-28T10:15:04.332Z | starting task 2: "authentication" |
| 82 | 2025-02-28T10:15:04.356Z | process exited: duration 22 ms, exit code 0 |
| |
| 83 | 2025-02-28T10:15:04.363Z | starting task 3: "clone repository" |
| 84 | 2025-02-28T10:15:04.368Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-02-28T10:15:04.372Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-02-28T10:15:04.486Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-02-28T10:15:12.630Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-02-28T10:15:12.633Z | + git fetch origin c0511e1966539305d568599df8e5d93a4d193070 |
| 89 | 2025-02-28T10:15:12.954Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-02-28T10:15:12.955Z | * branch c0511e1966539305d568599df8e5d93a4d193070 -> FETCH_HEAD |
| 91 | 2025-02-28T10:15:12.966Z | + [[ -n renovate/rstest-0.x ]] |
| 92 | 2025-02-28T10:15:12.969Z | ++ git branch --show-current |
| 93 | 2025-02-28T10:15:12.972Z | + current=main |
| 94 | 2025-02-28T10:15:12.972Z | + [[ main != renovate/rstest-0.x ]] |
| 95 | 2025-02-28T10:15:12.972Z | + git branch -f renovate/rstest-0.x c0511e1966539305d568599df8e5d93a4d193070 |
| 96 | 2025-02-28T10:15:12.974Z | + git checkout -f renovate/rstest-0.x |
| 97 | 2025-02-28T10:15:13.142Z | Switched to branch 'renovate/rstest-0.x' |
| 98 | 2025-02-28T10:15:13.144Z | + git reset --hard c0511e1966539305d568599df8e5d93a4d193070 |
| 99 | 2025-02-28T10:15:13.310Z | HEAD is now at c0511e196 Update Rust crate rstest to 0.24.0 |
| 100 | 2025-02-28T10:15:13.313Z | process exited: duration 8949 ms, exit code 0 |
| |
| 101 | 2025-02-28T10:15:13.319Z | starting task 4: "build" |
| 102 | 2025-02-28T10:15:13.324Z | + source .github/buildomat/ci-env.sh |
| 103 | 2025-02-28T10:15:13.324Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2025-02-28T10:15:13.324Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2025-02-28T10:15:13.324Z | + cargo --version |
| 106 | 2025-02-28T10:15:13.379Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 107 | 2025-02-28T10:15:13.382Z | + rustc --version |
| 108 | 2025-02-28T10:15:13.449Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 109 | 2025-02-28T10:15:13.453Z | + WORK=/work |
| 110 | 2025-02-28T10:15:13.453Z | + pfexec mkdir -p /work |
| 111 | 2025-02-28T10:15:13.458Z | + pfexec chown build /work |
| 112 | 2025-02-28T10:15:13.460Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 113 | 2025-02-28T10:15:15.466Z | pkg list: illegal option -- F |
| 114 | 2025-02-28T10:15:15.466Z | Usage: |
| 115 | 2025-02-28T10:15:15.469Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 116 | 2025-02-28T10:15:15.469Z | [pkg_fmri_pattern ...] |
| 117 | 2025-02-28T10:15:16.318Z | pkg list: illegal option -- F |
| 118 | 2025-02-28T10:15:16.321Z | Usage: |
| 119 | 2025-02-28T10:15:16.321Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 120 | 2025-02-28T10:15:16.321Z | [pkg_fmri_pattern ...] |
| 121 | 2025-02-28T10:15:25.724Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 122 | 2025-02-28T10:15:30.133Z | Startup: Caching catalogs ... Done |
| 123 | 2025-02-28T10:15:43.469Z | Planning: Solver setup ... Done (12.370s) |
| 124 | 2025-02-28T10:15:43.624Z | Planning: Running solver ... Done (0.152s) |
| 125 | 2025-02-28T10:15:43.848Z | Planning: Finding local manifests ... Done (0.068s) |
| 126 | 2025-02-28T10:15:43.938Z | Planning: Fetching manifests: 0/7 0% complete |
| 127 | 2025-02-28T10:15:44.532Z | Planning: Fetching manifests: 7/7 100% complete |
| 128 | 2025-02-28T10:15:44.806Z | Planning: Package planning ... Done (0.267s) |
| 129 | 2025-02-28T10:15:44.854Z | Planning: Merging actions ... Done (0.057s) |
| 130 | 2025-02-28T10:15:45.215Z | Planning: Checking for conflicting actions ... Done (0.364s) |
| 131 | 2025-02-28T10:15:48.505Z | Planning: Consolidating action changes ... Done (3.270s) |
| 132 | 2025-02-28T10:15:49.090Z | Planning: Evaluating mediators ... Done (0.487s) |
| 133 | 2025-02-28T10:15:49.241Z | Planning: Planning completed in 18.80 seconds |
| 134 | 2025-02-28T10:15:49.509Z | Packages to install: 4 |
| 135 | 2025-02-28T10:15:49.510Z | Packages to update: 3 |
| 136 | 2025-02-28T10:15:49.510Z | Mediators to change: 2 |
| 137 | 2025-02-28T10:15:49.510Z | Services to change: 1 |
| 138 | 2025-02-28T10:15:49.510Z | Estimated space available: 155.61 GB |
| 139 | 2025-02-28T10:15:49.580Z | Estimated space to be consumed: 1.66 GB |
| 140 | 2025-02-28T10:15:49.581Z | Create boot environment: No |
| 141 | 2025-02-28T10:15:49.581Z | Create backup boot environment: Yes |
| 142 | 2025-02-28T10:15:49.581Z | Rebuild boot archive: No |
| 143 | 2025-02-28T10:15:49.581Z | |
| 144 | 2025-02-28T10:15:49.581Z | Changed mediators: |
| 145 | 2025-02-28T10:15:49.581Z | mediator clang: |
| 146 | 2025-02-28T10:15:49.584Z | version: None -> 15 (system default) |
| 147 | 2025-02-28T10:15:49.591Z | |
| 148 | 2025-02-28T10:15:49.592Z | mediator llvm: |
| 149 | 2025-02-28T10:15:49.592Z | version: 14 (system default) -> 15 (system default) |
| 150 | 2025-02-28T10:15:49.592Z | |
| 151 | 2025-02-28T10:15:49.592Z | Changed packages: |
| 152 | 2025-02-28T10:15:49.592Z | helios-dev |
| 153 | 2025-02-28T10:15:49.592Z | developer/build-essential |
| 154 | 2025-02-28T10:15:49.592Z | None -> 11-2.0 |
| 155 | 2025-02-28T10:15:49.593Z | library/libxmlsec1 |
| 156 | 2025-02-28T10:15:49.593Z | None -> 1.2.35-2.0 |
| 157 | 2025-02-28T10:15:49.593Z | ooce/developer/clang-15 |
| 158 | 2025-02-28T10:15:49.594Z | None -> 15.0.7-2.0 |
| 159 | 2025-02-28T10:15:49.594Z | ooce/developer/llvm-15 |
| 160 | 2025-02-28T10:15:49.594Z | None -> 15.0.7-2.0 |
| 161 | 2025-02-28T10:15:49.594Z | package/pkg |
| 162 | 2025-02-28T10:15:49.594Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 163 | 2025-02-28T10:15:49.594Z | system/library/g++-runtime |
| 164 | 2025-02-28T10:15:49.594Z | 13-2.0 -> 14-2.0 |
| 165 | 2025-02-28T10:15:49.594Z | system/library/gcc-runtime |
| 166 | 2025-02-28T10:15:49.594Z | 13-2.0 -> 14-2.0 |
| 167 | 2025-02-28T10:15:49.595Z | |
| 168 | 2025-02-28T10:15:49.595Z | Services: |
| 169 | 2025-02-28T10:15:49.595Z | restart_fmri: |
| 170 | 2025-02-28T10:15:49.595Z | svc:/system/update-man-index:default |
| 171 | 2025-02-28T10:15:49.595Z | |
| 172 | 2025-02-28T10:15:49.595Z | Editable files to change: |
| 173 | 2025-02-28T10:15:49.596Z | Update: |
| 174 | 2025-02-28T10:15:49.597Z | usr/share/lib/pkg/web/config.shtml |
| 175 | 2025-02-28T10:15:49.747Z | |
| 176 | 2025-02-28T10:15:49.747Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 177 | 2025-02-28T10:15:55.830Z | Download: 206/4301 items 1.3/225.4MB 0% complete (516k/s) |
| 178 | 2025-02-28T10:16:02.217Z | Download: 213/4301 items 1.3/225.4MB 0% complete (438k/s) |
| 179 | 2025-02-28T10:16:07.249Z | Download: 1194/4301 items 82.0/225.4MB 36% complete (16.3M/s) |
| 180 | 2025-02-28T10:16:12.249Z | Download: 1257/4301 items 103.1/225.4MB 45% complete (10.1M/s) |
| 181 | 2025-02-28T10:16:17.250Z | Download: 1891/4301 items 116.9/225.4MB 51% complete (4.2M/s) |
| 182 | 2025-02-28T10:16:22.332Z | Download: 2215/4301 items 117.7/225.4MB 52% complete (3.1M/s) |
| 183 | 2025-02-28T10:16:36.866Z | Download: 2218/4301 items 117.7/225.4MB 52% complete |
| 184 | 2025-02-28T10:16:43.671Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (447k/s) |
| 185 | 2025-02-28T10:16:48.679Z | Download: 2665/4301 items 120.7/225.4MB 53% complete (294k/s) |
| 186 | 2025-02-28T10:17:02.154Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (9.4M/s) |
| 187 | 2025-02-28T10:17:07.155Z | Download: 4095/4301 items 219.7/225.4MB 97% complete (3.3M/s) |
| 188 | 2025-02-28T10:17:08.734Z | Download: Completed 225.42 MB in 79.00 seconds (2.9M/s) |
| 189 | 2025-02-28T10:17:10.818Z | Actions: 1/5122 actions (Removing old actions) |
| 190 | 2025-02-28T10:17:10.840Z | Actions: 194/5122 actions (Installing new actions) |
| 191 | 2025-02-28T10:17:15.902Z | Actions: 4098/5122 actions (Installing new actions) |
| 192 | 2025-02-28T10:17:16.343Z | Actions: 4267/5122 actions (Updating modified actions) |
| 193 | 2025-02-28T10:17:17.044Z | Actions: Completed 5122 actions in 6.23 seconds. |
| 194 | 2025-02-28T10:17:17.471Z | Done (0.416s) |
| 195 | 2025-02-28T10:17:17.475Z | Done (0.001s) |
| 196 | 2025-02-28T10:17:18.082Z | Done (0.612s) |
| 197 | 2025-02-28T10:17:23.406Z | Done (5.081s) |
| 198 | 2025-02-28T10:17:23.598Z | Done (0.120s) |
| 199 | 2025-02-28T10:17:23.601Z | Done (0.000s) |
| 200 | 2025-02-28T10:17:23.783Z | Done (0.000s) |
| 201 | 2025-02-28T10:17:24.514Z | Planning: Evaluating mediator changes ... Done |
| 202 | 2025-02-28T10:17:24.678Z | Planning: Checking for conflicting actions ... Done |
| 203 | 2025-02-28T10:17:24.681Z | Planning: Consolidating action changes ... Done |
| 204 | 2025-02-28T10:17:24.955Z | Planning: Evaluating mediators ... Done |
| 205 | 2025-02-28T10:17:24.957Z | Planning: Planning completed in 0.44 seconds |
| 206 | 2025-02-28T10:17:24.996Z | Mediators to change: 2 |
| 207 | 2025-02-28T10:17:24.996Z | Create boot environment: No |
| 208 | 2025-02-28T10:17:24.999Z | Create backup boot environment: No |
| 209 | 2025-02-28T10:17:25.100Z | Done |
| 210 | 2025-02-28T10:17:25.100Z | Done |
| 211 | 2025-02-28T10:17:25.521Z | Done |
| 212 | 2025-02-28T10:17:29.341Z | Done |
| 213 | 2025-02-28T10:17:29.439Z | Done |
| 214 | 2025-02-28T10:17:29.442Z | Done |
| 215 | 2025-02-28T10:17:29.582Z | Done |
| 216 | 2025-02-28T10:17:30.216Z | Planning: Evaluating mediator changes ... Done |
| 217 | 2025-02-28T10:17:30.220Z | Planning: Merging actions ... Done |
| 218 | 2025-02-28T10:17:30.410Z | Planning: Checking for conflicting actions ... Done |
| 219 | 2025-02-28T10:17:30.413Z | Planning: Consolidating action changes ... Done |
| 220 | 2025-02-28T10:17:30.687Z | Planning: Evaluating mediators ... Done |
| 221 | 2025-02-28T10:17:30.746Z | Planning: Planning completed in 0.78 seconds |
| 222 | 2025-02-28T10:17:30.788Z | Packages to change: 1 |
| 223 | 2025-02-28T10:17:30.788Z | Mediators to change: 1 |
| 224 | 2025-02-28T10:17:30.792Z | Services to change: 1 |
| 225 | 2025-02-28T10:17:30.792Z | Create boot environment: No |
| 226 | 2025-02-28T10:17:30.792Z | Create backup boot environment: Yes |
| 227 | 2025-02-28T10:17:33.014Z | Actions: 1/6 actions (Updating modified actions) |
| 228 | 2025-02-28T10:17:33.017Z | Actions: Completed 6 actions in 0.00 seconds. |
| 229 | 2025-02-28T10:17:33.017Z | Done |
| 230 | 2025-02-28T10:17:33.017Z | Done |
| 231 | 2025-02-28T10:17:33.140Z | Done |
| 232 | 2025-02-28T10:17:36.884Z | Done |
| 233 | 2025-02-28T10:17:36.985Z | Done |
| 234 | 2025-02-28T10:17:36.988Z | Done |
| 235 | 2025-02-28T10:17:37.123Z | Done |
| 236 | 2025-02-28T10:17:37.576Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 237 | 2025-02-28T10:17:37.576Z | clang system 15 system |
| 238 | 2025-02-28T10:17:37.576Z | csh system system illumos |
| 239 | 2025-02-28T10:17:37.576Z | ctags system system illumos |
| 240 | 2025-02-28T10:17:37.576Z | gcc vendor 12 vendor |
| 241 | 2025-02-28T10:17:37.576Z | gcc system 10 system |
| 242 | 2025-02-28T10:17:37.576Z | gcc system 7 system |
| 243 | 2025-02-28T10:17:37.576Z | go system 1.20 system |
| 244 | 2025-02-28T10:17:37.576Z | go system 1.19 system |
| 245 | 2025-02-28T10:17:37.576Z | llvm system 15 system |
| 246 | 2025-02-28T10:17:37.576Z | llvm system 14 system |
| 247 | 2025-02-28T10:17:37.576Z | mariadb system 10.6 system |
| 248 | 2025-02-28T10:17:37.576Z | mta vendor vendor dma |
| 249 | 2025-02-28T10:17:37.576Z | openjdk system 17 system |
| 250 | 2025-02-28T10:17:37.576Z | openjdk system 11 system |
| 251 | 2025-02-28T10:17:37.576Z | openjdk system 1.8 system |
| 252 | 2025-02-28T10:17:37.576Z | openssl vendor 3 vendor |
| 253 | 2025-02-28T10:17:37.576Z | perl system 5.36 system |
| 254 | 2025-02-28T10:17:37.576Z | postgresql system 15 system |
| 255 | 2025-02-28T10:17:37.576Z | postgresql system 13 system |
| 256 | 2025-02-28T10:17:37.576Z | python vendor 3 vendor |
| 257 | 2025-02-28T10:17:37.578Z | python system 2 system |
| 258 | 2025-02-28T10:17:37.578Z | python3 system 3.11 system |
| 259 | 2025-02-28T10:17:37.578Z | ruby system 3.0 system |
| 260 | 2025-02-28T10:17:37.578Z | words vendor vendor american-english |
| 261 | 2025-02-28T10:17:37.578Z | words system system australian-english |
| 262 | 2025-02-28T10:17:37.578Z | words system system british-english |
| 263 | 2025-02-28T10:17:37.578Z | words system system canadian-english |
| 264 | 2025-02-28T10:17:37.578Z | words system system french |
| 265 | 2025-02-28T10:17:37.578Z | words system system italian |
| 266 | 2025-02-28T10:17:37.578Z | words system system ngerman |
| 267 | 2025-02-28T10:17:37.578Z | words system system ogerman |
| 268 | 2025-02-28T10:17:37.578Z | words system system spanish |
| 269 | 2025-02-28T10:17:37.916Z | PUBLISHER TYPE STATUS P LOCATION |
| 270 | 2025-02-28T10:17:37.916Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 271 | 2025-02-28T10:17:41.003Z | FMRI IFO |
| 272 | 2025-02-28T10:17:41.003Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 273 | 2025-02-28T10:17:41.003Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 274 | 2025-02-28T10:17:41.003Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 275 | 2025-02-28T10:17:41.003Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 276 | 2025-02-28T10:17:41.003Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 277 | 2025-02-28T10:17:41.003Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 278 | 2025-02-28T10:17:41.004Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 279 | 2025-02-28T10:17:41.004Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 280 | 2025-02-28T10:17:41.004Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 281 | 2025-02-28T10:17:41.004Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 282 | 2025-02-28T10:17:41.004Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 283 | 2025-02-28T10:17:41.004Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 284 | 2025-02-28T10:17:41.004Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 285 | 2025-02-28T10:17:41.004Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 286 | 2025-02-28T10:17:41.004Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 287 | 2025-02-28T10:17:41.803Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 288 | 2025-02-28T10:17:42.092Z | Updating crates.io index |
| 289 | 2025-02-28T10:17:42.095Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 290 | 2025-02-28T10:17:42.713Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 291 | 2025-02-28T10:17:42.962Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 292 | 2025-02-28T10:17:43.249Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2025-02-28T10:17:44.219Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 294 | 2025-02-28T10:17:46.037Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 295 | 2025-02-28T10:17:46.738Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 296 | 2025-02-28T10:17:47.467Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2025-02-28T10:17:47.723Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 298 | 2025-02-28T10:17:48.021Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 299 | 2025-02-28T10:17:48.645Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 300 | 2025-02-28T10:17:49.122Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 301 | 2025-02-28T10:17:49.432Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 302 | 2025-02-28T10:17:49.910Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 303 | 2025-02-28T10:17:50.202Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 304 | 2025-02-28T10:17:50.499Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 305 | 2025-02-28T10:17:50.719Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 306 | 2025-02-28T10:17:50.979Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 307 | 2025-02-28T10:17:51.256Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 308 | 2025-02-28T10:17:51.549Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 309 | 2025-02-28T10:17:51.844Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 310 | 2025-02-28T10:17:52.158Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 311 | 2025-02-28T10:17:52.470Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 312 | 2025-02-28T10:17:52.806Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 313 | 2025-02-28T10:17:53.374Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 314 | 2025-02-28T10:17:53.635Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 315 | 2025-02-28T10:17:54.022Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 316 | 2025-02-28T10:17:54.463Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 317 | 2025-02-28T10:17:54.758Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 318 | 2025-02-28T10:17:55.008Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 319 | 2025-02-28T10:17:55.239Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 320 | 2025-02-28T10:17:56.607Z | Downloading crates ... |
| 321 | 2025-02-28T10:17:56.666Z | Downloaded anstyle v1.0.10 |
| 322 | 2025-02-28T10:17:56.669Z | Downloaded anyhow v1.0.96 |
| 323 | 2025-02-28T10:17:56.677Z | Downloaded equivalent v1.0.1 |
| 324 | 2025-02-28T10:17:56.682Z | Downloaded dtrace-parser v0.2.0 |
| 325 | 2025-02-28T10:17:56.688Z | Downloaded scroll_derive v0.12.0 |
| 326 | 2025-02-28T10:17:56.693Z | Downloaded pretty-hex v0.4.1 |
| 327 | 2025-02-28T10:17:56.696Z | Downloaded proc-macro-error-attr v1.0.4 |
| 328 | 2025-02-28T10:17:56.697Z | Downloaded swrite v0.1.0 |
| 329 | 2025-02-28T10:17:56.700Z | Downloaded usdt-attr-macro v0.5.0 |
| 330 | 2025-02-28T10:17:56.700Z | Downloaded winnow v0.7.3 |
| 331 | 2025-02-28T10:17:56.708Z | Downloaded usdt-macro v0.5.0 |
| 332 | 2025-02-28T10:17:56.711Z | Downloaded bytecount v0.6.8 |
| 333 | 2025-02-28T10:17:56.715Z | Downloaded block-buffer v0.10.4 |
| 334 | 2025-02-28T10:17:56.715Z | Downloaded terminal_size v0.4.0 |
| 335 | 2025-02-28T10:17:56.715Z | Downloaded bitflags v1.3.2 |
| 336 | 2025-02-28T10:17:56.727Z | Downloaded anstyle-query v1.1.1 |
| 337 | 2025-02-28T10:17:56.727Z | Downloaded byteorder v1.5.0 |
| 338 | 2025-02-28T10:17:56.727Z | Downloaded is_terminal_polyfill v1.70.1 |
| 339 | 2025-02-28T10:17:56.727Z | Downloaded heck v0.5.0 |
| 340 | 2025-02-28T10:17:56.727Z | Downloaded fnv v1.0.7 |
| 341 | 2025-02-28T10:17:56.727Z | Downloaded fastrand v2.1.1 |
| 342 | 2025-02-28T10:17:56.727Z | Downloaded heck v0.4.1 |
| 343 | 2025-02-28T10:17:56.730Z | Downloaded cargo-platform v0.1.8 |
| 344 | 2025-02-28T10:17:56.730Z | Downloaded dof v0.3.0 |
| 345 | 2025-02-28T10:17:56.730Z | Downloaded itoa v1.0.11 |
| 346 | 2025-02-28T10:17:56.730Z | Downloaded fs-err v2.11.0 |
| 347 | 2025-02-28T10:17:56.734Z | Downloaded clap_lex v0.7.4 |
| 348 | 2025-02-28T10:17:56.734Z | Downloaded colorchoice v1.0.2 |
| 349 | 2025-02-28T10:17:56.737Z | Downloaded cfg-if v1.0.0 |
| 350 | 2025-02-28T10:17:56.737Z | Downloaded crypto-common v0.1.6 |
| 351 | 2025-02-28T10:17:56.737Z | Downloaded memmap v0.7.0 |
| 352 | 2025-02-28T10:17:56.741Z | Downloaded digest v0.10.7 |
| 353 | 2025-02-28T10:17:56.741Z | Downloaded camino-tempfile v1.1.1 |
| 354 | 2025-02-28T10:17:56.744Z | Downloaded thiserror-impl v2.0.11 |
| 355 | 2025-02-28T10:17:56.744Z | Downloaded strsim v0.11.1 |
| 356 | 2025-02-28T10:17:56.744Z | Downloaded unicode-linebreak v0.1.5 |
| 357 | 2025-02-28T10:17:56.748Z | Downloaded toml_datetime v0.6.8 |
| 358 | 2025-02-28T10:17:56.748Z | Downloaded plain v0.2.3 |
| 359 | 2025-02-28T10:17:56.748Z | Downloaded thiserror-impl v1.0.69 |
| 360 | 2025-02-28T10:17:56.752Z | Downloaded serde_tokenstream v0.2.2 |
| 361 | 2025-02-28T10:17:56.752Z | Downloaded terminal_size v0.2.6 |
| 362 | 2025-02-28T10:17:56.752Z | Downloaded macaddr v1.0.1 |
| 363 | 2025-02-28T10:17:56.756Z | Downloaded generic-array v0.14.7 |
| 364 | 2025-02-28T10:17:56.756Z | Downloaded errno v0.3.9 |
| 365 | 2025-02-28T10:17:56.756Z | Downloaded utf8parse v0.2.2 |
| 366 | 2025-02-28T10:17:56.759Z | Downloaded smawk v0.3.2 |
| 367 | 2025-02-28T10:17:56.759Z | Downloaded serde_spanned v0.6.8 |
| 368 | 2025-02-28T10:17:56.759Z | Downloaded autocfg v1.4.0 |
| 369 | 2025-02-28T10:17:56.762Z | Downloaded thiserror v1.0.69 |
| 370 | 2025-02-28T10:17:56.766Z | Downloaded pest_generator v2.7.14 |
| 371 | 2025-02-28T10:17:56.770Z | Downloaded cpufeatures v0.2.14 |
| 372 | 2025-02-28T10:17:56.770Z | Downloaded version_check v0.9.5 |
| 373 | 2025-02-28T10:17:56.773Z | Downloaded clap_derive v4.5.28 |
| 374 | 2025-02-28T10:17:56.773Z | Downloaded cargo_toml v0.21.0 |
| 375 | 2025-02-28T10:17:56.776Z | Downloaded cargo_metadata v0.19.1 |
| 376 | 2025-02-28T10:17:56.776Z | Downloaded usdt v0.5.0 |
| 377 | 2025-02-28T10:17:56.780Z | Downloaded thread-id v4.2.2 |
| 378 | 2025-02-28T10:17:56.780Z | Downloaded tabled_derive v0.7.0 |
| 379 | 2025-02-28T10:17:56.780Z | Downloaded tempfile v3.13.0 |
| 380 | 2025-02-28T10:17:56.783Z | Downloaded anstream v0.6.15 |
| 381 | 2025-02-28T10:17:56.787Z | Downloaded usdt-impl v0.5.0 |
| 382 | 2025-02-28T10:17:56.787Z | Downloaded once_cell v1.20.3 |
| 383 | 2025-02-28T10:17:56.790Z | Downloaded thiserror v2.0.11 |
| 384 | 2025-02-28T10:17:56.794Z | Downloaded semver v1.0.25 |
| 385 | 2025-02-28T10:17:56.797Z | Downloaded bitflags v2.6.0 |
| 386 | 2025-02-28T10:17:56.800Z | Downloaded pest_derive v2.7.14 |
| 387 | 2025-02-28T10:17:56.804Z | Downloaded proc-macro-error v1.0.4 |
| 388 | 2025-02-28T10:17:56.808Z | Downloaded sha2 v0.10.8 |
| 389 | 2025-02-28T10:17:56.808Z | Downloaded io-lifetimes v1.0.11 |
| 390 | 2025-02-28T10:17:56.812Z | Downloaded clap v4.5.31 |
| 391 | 2025-02-28T10:17:56.817Z | Downloaded toml v0.8.20 |
| 392 | 2025-02-28T10:17:56.821Z | Downloaded ucd-trie v0.1.7 |
| 393 | 2025-02-28T10:17:56.824Z | Downloaded typenum v1.17.0 |
| 394 | 2025-02-28T10:17:56.828Z | Downloaded unicode-ident v1.0.14 |
| 395 | 2025-02-28T10:17:56.828Z | Downloaded ryu v1.0.18 |
| 396 | 2025-02-28T10:17:56.831Z | Downloaded zerocopy-derive v0.7.35 |
| 397 | 2025-02-28T10:17:56.835Z | Downloaded pest_meta v2.7.14 |
| 398 | 2025-02-28T10:17:56.840Z | Downloaded papergrid v0.11.0 |
| 399 | 2025-02-28T10:17:56.843Z | Downloaded serde_derive v1.0.218 |
| 400 | 2025-02-28T10:17:56.847Z | Downloaded proc-macro2 v1.0.93 |
| 401 | 2025-02-28T10:17:56.850Z | Downloaded textwrap v0.16.1 |
| 402 | 2025-02-28T10:17:56.850Z | Downloaded scroll v0.12.0 |
| 403 | 2025-02-28T10:17:56.854Z | Downloaded quote v1.0.38 |
| 404 | 2025-02-28T10:17:56.854Z | Downloaded log v0.4.22 |
| 405 | 2025-02-28T10:17:56.857Z | Downloaded serde v1.0.218 |
| 406 | 2025-02-28T10:17:56.861Z | Downloaded anstyle-parse v0.2.5 |
| 407 | 2025-02-28T10:17:56.864Z | Downloaded camino v1.1.9 |
| 408 | 2025-02-28T10:17:56.868Z | Downloaded memchr v2.7.4 |
| 409 | 2025-02-28T10:17:56.878Z | Downloaded toml_edit v0.22.24 |
| 410 | 2025-02-28T10:17:56.899Z | Downloaded indexmap v2.7.1 |
| 411 | 2025-02-28T10:17:56.911Z | Downloaded hashbrown v0.15.1 |
| 412 | 2025-02-28T10:17:56.918Z | Downloaded pest v2.7.14 |
| 413 | 2025-02-28T10:17:56.925Z | Downloaded serde_json v1.0.139 |
| 414 | 2025-02-28T10:17:56.931Z | Downloaded zerocopy v0.7.35 |
| 415 | 2025-02-28T10:17:56.947Z | Downloaded clap_builder v4.5.31 |
| 416 | 2025-02-28T10:17:56.952Z | Downloaded tabled v0.15.0 |
| 417 | 2025-02-28T10:17:56.967Z | Downloaded goblin v0.8.2 |
| 418 | 2025-02-28T10:17:56.973Z | Downloaded syn v1.0.109 |
| 419 | 2025-02-28T10:17:56.983Z | Downloaded unicode-width v0.1.14 |
| 420 | 2025-02-28T10:17:56.990Z | Downloaded syn v2.0.98 |
| 421 | 2025-02-28T10:17:57.002Z | Downloaded rustix v0.37.28 |
| 422 | 2025-02-28T10:17:57.022Z | Downloaded rustix v0.38.37 |
| 423 | 2025-02-28T10:17:57.062Z | Downloaded libc v0.2.170 |
| 424 | 2025-02-28T10:17:57.360Z | Compiling proc-macro2 v1.0.93 |
| 425 | 2025-02-28T10:17:57.361Z | Compiling unicode-ident v1.0.14 |
| 426 | 2025-02-28T10:17:57.361Z | Compiling libc v0.2.170 |
| 427 | 2025-02-28T10:17:57.364Z | Compiling version_check v0.9.5 |
| 428 | 2025-02-28T10:17:57.364Z | Compiling serde v1.0.218 |
| 429 | 2025-02-28T10:17:57.365Z | Compiling memchr v2.7.4 |
| 430 | 2025-02-28T10:17:57.365Z | Compiling thiserror v1.0.69 |
| 431 | 2025-02-28T10:17:57.399Z | Compiling ucd-trie v0.1.7 |
| 432 | 2025-02-28T10:17:57.652Z | Compiling ryu v1.0.18 |
| 433 | 2025-02-28T10:17:57.916Z | Compiling itoa v1.0.11 |
| 434 | 2025-02-28T10:17:57.994Z | Compiling once_cell v1.20.3 |
| 435 | 2025-02-28T10:17:58.103Z | Compiling byteorder v1.5.0 |
| 436 | 2025-02-28T10:17:58.296Z | Compiling serde_json v1.0.139 |
| 437 | 2025-02-28T10:17:58.417Z | Compiling rustix v0.38.37 |
| 438 | 2025-02-28T10:17:58.761Z | Compiling bitflags v2.6.0 |
| 439 | 2025-02-28T10:17:58.800Z | Compiling usdt-impl v0.5.0 |
| 440 | 2025-02-28T10:17:59.035Z | Compiling proc-macro-error-attr v1.0.4 |
| 441 | 2025-02-28T10:17:59.153Z | Compiling io-lifetimes v1.0.11 |
| 442 | 2025-02-28T10:17:59.176Z | Compiling syn v1.0.109 |
| 443 | 2025-02-28T10:17:59.221Z | Compiling proc-macro-error v1.0.4 |
| 444 | 2025-02-28T10:17:59.346Z | Compiling log v0.4.22 |
| 445 | 2025-02-28T10:17:59.422Z | Compiling utf8parse v0.2.2 |
| 446 | 2025-02-28T10:17:59.536Z | Compiling equivalent v1.0.1 |
| 447 | 2025-02-28T10:17:59.599Z | Compiling rustix v0.37.28 |
| 448 | 2025-02-28T10:17:59.677Z | Compiling hashbrown v0.15.1 |
| 449 | 2025-02-28T10:17:59.724Z | Compiling plain v0.2.3 |
| 450 | 2025-02-28T10:17:59.748Z | Compiling quote v1.0.38 |
| 451 | 2025-02-28T10:17:59.910Z | Compiling errno v0.3.9 |
| 452 | 2025-02-28T10:17:59.958Z | Compiling thread-id v4.2.2 |
| 453 | 2025-02-28T10:18:00.109Z | Compiling syn v2.0.98 |
| 454 | 2025-02-28T10:18:00.135Z | Compiling camino v1.1.9 |
| 455 | 2025-02-28T10:18:00.399Z | Compiling anstyle-parse v0.2.5 |
| 456 | 2025-02-28T10:18:00.712Z | Compiling indexmap v2.7.1 |
| 457 | 2025-02-28T10:18:00.782Z | Compiling bitflags v1.3.2 |
| 458 | 2025-02-28T10:18:00.811Z | Compiling thiserror v2.0.11 |
| 459 | 2025-02-28T10:18:00.897Z | Compiling anstyle v1.0.10 |
| 460 | 2025-02-28T10:18:01.019Z | Compiling colorchoice v1.0.2 |
| 461 | 2025-02-28T10:18:01.175Z | Compiling autocfg v1.4.0 |
| 462 | 2025-02-28T10:18:01.306Z | Compiling unicode-width v0.1.14 |
| 463 | 2025-02-28T10:18:01.332Z | Compiling semver v1.0.25 |
| 464 | 2025-02-28T10:18:01.379Z | Compiling winnow v0.7.3 |
| 465 | 2025-02-28T10:18:01.824Z | Compiling pretty-hex v0.4.1 |
| 466 | 2025-02-28T10:18:01.848Z | Compiling anstyle-query v1.1.1 |
| 467 | 2025-02-28T10:18:01.938Z | Compiling is_terminal_polyfill v1.70.1 |
| 468 | 2025-02-28T10:18:02.044Z | Compiling terminal_size v0.4.0 |
| 469 | 2025-02-28T10:18:02.109Z | Compiling anstream v0.6.15 |
| 470 | 2025-02-28T10:18:02.159Z | Compiling fs-err v2.11.0 |
| 471 | 2025-02-28T10:18:02.551Z | Compiling cfg-if v1.0.0 |
| 472 | 2025-02-28T10:18:02.591Z | Compiling heck v0.4.1 |
| 473 | 2025-02-28T10:18:02.633Z | Compiling anyhow v1.0.96 |
| 474 | 2025-02-28T10:18:02.665Z | Compiling heck v0.5.0 |
| 475 | 2025-02-28T10:18:02.729Z | Compiling fastrand v2.1.1 |
| 476 | 2025-02-28T10:18:03.153Z | Compiling fnv v1.0.7 |
| 477 | 2025-02-28T10:18:03.243Z | Compiling bytecount v0.6.8 |
| 478 | 2025-02-28T10:18:03.264Z | Compiling strsim v0.11.1 |
| 479 | 2025-02-28T10:18:03.312Z | Compiling clap_lex v0.7.4 |
| 480 | 2025-02-28T10:18:03.603Z | Compiling clap_builder v4.5.31 |
| 481 | 2025-02-28T10:18:03.757Z | Compiling terminal_size v0.2.6 |
| 482 | 2025-02-28T10:18:03.760Z | Compiling papergrid v0.11.0 |
| 483 | 2025-02-28T10:18:03.853Z | Compiling tempfile v3.13.0 |
| 484 | 2025-02-28T10:18:04.148Z | Compiling memmap v0.7.0 |
| 485 | 2025-02-28T10:18:04.364Z | Compiling unicode-linebreak v0.1.5 |
| 486 | 2025-02-28T10:18:04.484Z | Compiling smawk v0.3.2 |
| 487 | 2025-02-28T10:18:04.836Z | Compiling textwrap v0.16.1 |
| 488 | 2025-02-28T10:18:04.862Z | Compiling swrite v0.1.0 |
| 489 | 2025-02-28T10:18:05.410Z | Compiling tabled_derive v0.7.0 |
| 490 | 2025-02-28T10:18:06.849Z | Compiling tabled v0.15.0 |
| 491 | 2025-02-28T10:18:07.088Z | Compiling serde_derive v1.0.218 |
| 492 | 2025-02-28T10:18:07.091Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2025-02-28T10:18:07.091Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2025-02-28T10:18:07.091Z | Compiling scroll_derive v0.12.0 |
| 495 | 2025-02-28T10:18:07.091Z | Compiling thiserror-impl v2.0.11 |
| 496 | 2025-02-28T10:18:07.091Z | Compiling clap_derive v4.5.28 |
| 497 | 2025-02-28T10:18:08.520Z | Compiling scroll v0.12.0 |
| 498 | 2025-02-28T10:18:09.081Z | Compiling goblin v0.8.2 |
| 499 | 2025-02-28T10:18:09.172Z | Compiling zerocopy v0.7.35 |
| 500 | 2025-02-28T10:18:10.177Z | Compiling pest v2.7.14 |
| 501 | 2025-02-28T10:18:11.499Z | Compiling clap v4.5.31 |
| 502 | 2025-02-28T10:18:12.348Z | Compiling pest_meta v2.7.14 |
| 503 | 2025-02-28T10:18:13.271Z | Compiling pest_generator v2.7.14 |
| 504 | 2025-02-28T10:18:14.599Z | Compiling pest_derive v2.7.14 |
| 505 | 2025-02-28T10:18:15.220Z | Compiling dtrace-parser v0.2.0 |
| 506 | 2025-02-28T10:18:16.145Z | Compiling serde_spanned v0.6.8 |
| 507 | 2025-02-28T10:18:16.145Z | Compiling toml_datetime v0.6.8 |
| 508 | 2025-02-28T10:18:16.148Z | Compiling cargo-platform v0.1.8 |
| 509 | 2025-02-28T10:18:16.442Z | Compiling serde_tokenstream v0.2.2 |
| 510 | 2025-02-28T10:18:16.466Z | Compiling macaddr v1.0.1 |
| 511 | 2025-02-28T10:18:16.618Z | Compiling toml_edit v0.22.24 |
| 512 | 2025-02-28T10:18:16.814Z | Compiling camino-tempfile v1.1.1 |
| 513 | 2025-02-28T10:18:17.614Z | Compiling dof v0.3.0 |
| 514 | 2025-02-28T10:18:17.614Z | Compiling cargo_metadata v0.19.1 |
| 515 | 2025-02-28T10:18:19.181Z | Compiling usdt-macro v0.5.0 |
| 516 | 2025-02-28T10:18:19.181Z | Compiling usdt-attr-macro v0.5.0 |
| 517 | 2025-02-28T10:18:19.368Z | Compiling toml v0.8.20 |
| 518 | 2025-02-28T10:18:20.255Z | Compiling cargo_toml v0.21.0 |
| 519 | 2025-02-28T10:18:20.318Z | Compiling usdt v0.5.0 |
| 520 | 2025-02-28T10:18:22.912Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 521 | 2025-02-28T10:18:26.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.54s |
| 522 | 2025-02-28T10:18:26.364Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 523 | 2025-02-28T10:18:26.936Z | Downloading crates ... |
| 524 | 2025-02-28T10:18:27.067Z | Downloaded atomicwrites v0.4.4 |
| 525 | 2025-02-28T10:18:27.070Z | Downloaded async-stream-impl v0.3.6 |
| 526 | 2025-02-28T10:18:27.073Z | Downloaded assert_matches v1.5.0 |
| 527 | 2025-02-28T10:18:27.073Z | Downloaded async-stream v0.3.6 |
| 528 | 2025-02-28T10:18:27.080Z | Downloaded aead v0.5.2 |
| 529 | 2025-02-28T10:18:27.090Z | Downloaded ciborium-io v0.2.2 |
| 530 | 2025-02-28T10:18:27.093Z | Downloaded hex-literal v0.4.1 |
| 531 | 2025-02-28T10:18:27.096Z | Downloaded ctr v0.9.2 |
| 532 | 2025-02-28T10:18:27.101Z | Downloaded heapless v0.8.0 |
| 533 | 2025-02-28T10:18:27.105Z | Downloaded headers-core v0.3.0 |
| 534 | 2025-02-28T10:18:27.108Z | Downloaded cfg_aliases v0.2.1 |
| 535 | 2025-02-28T10:18:27.108Z | Downloaded cfg_aliases v0.1.1 |
| 536 | 2025-02-28T10:18:27.111Z | Downloaded icu_provider_macros v1.5.0 |
| 537 | 2025-02-28T10:18:27.113Z | Downloaded http-body v1.0.1 |
| 538 | 2025-02-28T10:18:27.116Z | Downloaded cstr-argument v0.1.2 |
| 539 | 2025-02-28T10:18:27.119Z | Downloaded crunchy v0.2.2 |
| 540 | 2025-02-28T10:18:27.122Z | Downloaded crucible-workspace-hack v0.1.0 |
| 541 | 2025-02-28T10:18:27.125Z | Downloaded hubpack_derive v0.1.1 |
| 542 | 2025-02-28T10:18:27.128Z | Downloaded atomic-waker v1.1.2 |
| 543 | 2025-02-28T10:18:27.128Z | Downloaded async-recursion v1.1.1 |
| 544 | 2025-02-28T10:18:27.132Z | Downloaded http-range v0.1.5 |
| 545 | 2025-02-28T10:18:27.134Z | Downloaded ascii-canvas v3.0.0 |
| 546 | 2025-02-28T10:18:27.137Z | Downloaded argon2 v0.5.3 |
| 547 | 2025-02-28T10:18:27.149Z | Downloaded progenitor-client v0.9.1 |
| 548 | 2025-02-28T10:18:27.149Z | Downloaded addr2line v0.24.2 |
| 549 | 2025-02-28T10:18:27.149Z | Downloaded md5 v0.7.0 |
| 550 | 2025-02-28T10:18:27.149Z | Downloaded is_ci v1.2.0 |
| 551 | 2025-02-28T10:18:27.149Z | Downloaded ident_case v1.0.1 |
| 552 | 2025-02-28T10:18:27.149Z | Downloaded convert_case v0.4.0 |
| 553 | 2025-02-28T10:18:27.149Z | Downloaded crc v3.2.1 |
| 554 | 2025-02-28T10:18:27.152Z | Downloaded match_cfg v0.1.0 |
| 555 | 2025-02-28T10:18:27.152Z | Downloaded instant v0.1.13 |
| 556 | 2025-02-28T10:18:27.155Z | Downloaded cmake v0.1.51 |
| 557 | 2025-02-28T10:18:27.155Z | Downloaded castaway v0.2.3 |
| 558 | 2025-02-28T10:18:27.157Z | Downloaded cbc v0.1.2 |
| 559 | 2025-02-28T10:18:27.160Z | Downloaded hex v0.4.3 |
| 560 | 2025-02-28T10:18:27.163Z | Downloaded indoc v1.0.9 |
| 561 | 2025-02-28T10:18:27.166Z | Downloaded hostname v0.4.0 |
| 562 | 2025-02-28T10:18:27.169Z | Downloaded cargo_metadata v0.18.1 |
| 563 | 2025-02-28T10:18:27.169Z | Downloaded hostname v0.3.1 |
| 564 | 2025-02-28T10:18:27.172Z | Downloaded ipnetwork v0.21.1 |
| 565 | 2025-02-28T10:18:27.175Z | Downloaded http-body-util v0.1.2 |
| 566 | 2025-02-28T10:18:27.175Z | Downloaded memoffset v0.9.1 |
| 567 | 2025-02-28T10:18:27.178Z | Downloaded humantime v2.1.0 |
| 568 | 2025-02-28T10:18:27.182Z | Downloaded httpdate v1.0.3 |
| 569 | 2025-02-28T10:18:27.182Z | Downloaded lru-cache v0.1.2 |
| 570 | 2025-02-28T10:18:27.185Z | Downloaded chacha20 v0.9.1 |
| 571 | 2025-02-28T10:18:27.185Z | Downloaded mime v0.3.17 |
| 572 | 2025-02-28T10:18:27.191Z | Downloaded idna_adapter v1.2.0 |
| 573 | 2025-02-28T10:18:27.191Z | Downloaded chrono-tz-build v0.4.0 |
| 574 | 2025-02-28T10:18:27.194Z | Downloaded linked-hash-map v0.5.6 |
| 575 | 2025-02-28T10:18:27.194Z | Downloaded crossbeam-deque v0.8.5 |
| 576 | 2025-02-28T10:18:27.194Z | Downloaded internet-checksum v0.2.1 |
| 577 | 2025-02-28T10:18:27.194Z | Downloaded lazy_static v1.5.0 |
| 578 | 2025-02-28T10:18:27.197Z | Downloaded bitfield-struct v0.6.2 |
| 579 | 2025-02-28T10:18:27.201Z | Downloaded bit-vec v0.6.3 |
| 580 | 2025-02-28T10:18:27.201Z | Downloaded async-trait v0.1.86 |
| 581 | 2025-02-28T10:18:27.205Z | Downloaded maplit v1.0.2 |
| 582 | 2025-02-28T10:18:27.205Z | Downloaded arrayvec v0.7.6 |
| 583 | 2025-02-28T10:18:27.208Z | Downloaded md-5 v0.10.6 |
| 584 | 2025-02-28T10:18:27.211Z | Downloaded lockfree-object-pool v0.1.6 |
| 585 | 2025-02-28T10:18:27.214Z | Downloaded lalrpop-util v0.19.12 |
| 586 | 2025-02-28T10:18:27.214Z | Downloaded sync_wrapper v1.0.1 |
| 587 | 2025-02-28T10:18:27.216Z | Downloaded ref-cast v1.0.23 |
| 588 | 2025-02-28T10:18:27.219Z | Downloaded progenitor-macro v0.9.1 |
| 589 | 2025-02-28T10:18:27.219Z | Downloaded take_mut v0.2.2 |
| 590 | 2025-02-28T10:18:27.222Z | Downloaded adler2 v2.0.0 |
| 591 | 2025-02-28T10:18:27.222Z | Downloaded cipher v0.4.4 |
| 592 | 2025-02-28T10:18:27.225Z | Downloaded maybe-uninit v2.0.0 |
| 593 | 2025-02-28T10:18:27.228Z | Downloaded rand_chacha v0.9.0 |
| 594 | 2025-02-28T10:18:27.228Z | Downloaded managed v0.8.0 |
| 595 | 2025-02-28T10:18:27.231Z | Downloaded rand_core v0.6.4 |
| 596 | 2025-02-28T10:18:27.231Z | Downloaded block-padding v0.3.3 |
| 597 | 2025-02-28T10:18:27.236Z | Downloaded highway v1.3.0 |
| 598 | 2025-02-28T10:18:27.240Z | Downloaded constant_time_eq v0.3.1 |
| 599 | 2025-02-28T10:18:27.240Z | Downloaded ipnet v2.11.0 |
| 600 | 2025-02-28T10:18:27.240Z | Downloaded bcs v0.1.6 |
| 601 | 2025-02-28T10:18:27.242Z | Downloaded icu_locid_transform v1.5.0 |
| 602 | 2025-02-28T10:18:27.245Z | Downloaded iana-time-zone v0.1.61 |
| 603 | 2025-02-28T10:18:27.248Z | Downloaded memmap2 v0.9.5 |
| 604 | 2025-02-28T10:18:27.252Z | Downloaded httparse v1.9.5 |
| 605 | 2025-02-28T10:18:27.255Z | Downloaded crc32fast v1.4.2 |
| 606 | 2025-02-28T10:18:27.257Z | Downloaded csv-core v0.1.11 |
| 607 | 2025-02-28T10:18:27.258Z | Downloaded colored v2.2.0 |
| 608 | 2025-02-28T10:18:27.260Z | Downloaded libloading v0.8.5 |
| 609 | 2025-02-28T10:18:27.263Z | Downloaded jobserver v0.1.32 |
| 610 | 2025-02-28T10:18:27.266Z | Downloaded lock_api v0.4.12 |
| 611 | 2025-02-28T10:18:27.269Z | Downloaded same-file v1.0.6 |
| 612 | 2025-02-28T10:18:27.272Z | Downloaded rustversion v1.0.17 |
| 613 | 2025-02-28T10:18:27.274Z | Downloaded secrecy v0.8.0 |
| 614 | 2025-02-28T10:18:27.274Z | Downloaded shlex v1.3.0 |
| 615 | 2025-02-28T10:18:27.277Z | Downloaded static_assertions v1.1.0 |
| 616 | 2025-02-28T10:18:27.279Z | Downloaded endian-type v0.1.2 |
| 617 | 2025-02-28T10:18:27.279Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 618 | 2025-02-28T10:18:27.279Z | Downloaded sec1 v0.7.3 |
| 619 | 2025-02-28T10:18:27.282Z | Downloaded foreign-types-shared v0.1.1 |
| 620 | 2025-02-28T10:18:27.282Z | Downloaded num-conv v0.1.0 |
| 621 | 2025-02-28T10:18:27.285Z | Downloaded scrypt v0.11.0 |
| 622 | 2025-02-28T10:18:27.285Z | Downloaded darling_macro v0.20.10 |
| 623 | 2025-02-28T10:18:27.287Z | Downloaded stable_deref_trait v1.2.0 |
| 624 | 2025-02-28T10:18:27.287Z | Downloaded ssh-encoding v0.2.0 |
| 625 | 2025-02-28T10:18:27.290Z | Downloaded newline-converter v0.3.0 |
| 626 | 2025-02-28T10:18:27.290Z | Downloaded new_debug_unreachable v1.0.6 |
| 627 | 2025-02-28T10:18:27.292Z | Downloaded const-oid v0.9.6 |
| 628 | 2025-02-28T10:18:27.295Z | Downloaded mime_guess v2.0.5 |
| 629 | 2025-02-28T10:18:27.297Z | Downloaded hickory-client v0.24.4 |
| 630 | 2025-02-28T10:18:27.300Z | Downloaded slog-dtrace v0.3.0 |
| 631 | 2025-02-28T10:18:27.302Z | Downloaded icu_locid v1.5.0 |
| 632 | 2025-02-28T10:18:27.308Z | Downloaded litrs v0.4.1 |
| 633 | 2025-02-28T10:18:27.332Z | Downloaded kstat-rs v0.2.4 |
| 634 | 2025-02-28T10:18:27.336Z | Downloaded indexmap v1.9.3 |
| 635 | 2025-02-28T10:18:27.336Z | Downloaded litemap v0.7.3 |
| 636 | 2025-02-28T10:18:27.336Z | Downloaded arc-swap v1.7.1 |
| 637 | 2025-02-28T10:18:27.336Z | Downloaded thiserror-no-std v2.0.2 |
| 638 | 2025-02-28T10:18:27.336Z | Downloaded thread_local v1.1.8 |
| 639 | 2025-02-28T10:18:27.336Z | Downloaded phf_shared v0.10.0 |
| 640 | 2025-02-28T10:18:27.336Z | Downloaded pretty-hex v0.2.1 |
| 641 | 2025-02-28T10:18:27.336Z | Downloaded slab v0.4.9 |
| 642 | 2025-02-28T10:18:27.336Z | Downloaded slog-envlogger v2.2.0 |
| 643 | 2025-02-28T10:18:27.340Z | Downloaded rpassword v7.3.1 |
| 644 | 2025-02-28T10:18:27.340Z | Downloaded unarray v0.1.4 |
| 645 | 2025-02-28T10:18:27.343Z | Downloaded tap v1.0.1 |
| 646 | 2025-02-28T10:18:27.343Z | Downloaded sct v0.7.1 |
| 647 | 2025-02-28T10:18:27.346Z | Downloaded newtype-uuid v1.2.1 |
| 648 | 2025-02-28T10:18:27.348Z | Downloaded diesel-dtrace v0.4.2 |
| 649 | 2025-02-28T10:18:27.352Z | Downloaded dyn-clone v1.0.18 |
| 650 | 2025-02-28T10:18:27.352Z | Downloaded ghash v0.5.1 |
| 651 | 2025-02-28T10:18:27.354Z | Downloaded fixedbitset v0.4.2 |
| 652 | 2025-02-28T10:18:27.355Z | Downloaded futures-macro v0.3.31 |
| 653 | 2025-02-28T10:18:27.357Z | Downloaded funty v2.0.0 |
| 654 | 2025-02-28T10:18:27.357Z | Downloaded filetime v0.2.25 |
| 655 | 2025-02-28T10:18:27.359Z | Downloaded ff v0.13.0 |
| 656 | 2025-02-28T10:18:27.363Z | Downloaded enum-as-inner v0.6.1 |
| 657 | 2025-02-28T10:18:27.363Z | Downloaded blake2 v0.10.6 |
| 658 | 2025-02-28T10:18:27.366Z | Downloaded tower-layer v0.3.3 |
| 659 | 2025-02-28T10:18:27.369Z | Downloaded hyper-util v0.1.10 |
| 660 | 2025-02-28T10:18:27.372Z | Downloaded olpc-cjson v0.1.4 |
| 661 | 2025-02-28T10:18:27.375Z | Downloaded indicatif v0.17.11 |
| 662 | 2025-02-28T10:18:27.379Z | Downloaded icu_properties v1.5.1 |
| 663 | 2025-02-28T10:18:27.381Z | Downloaded tinyvec_macros v0.1.1 |
| 664 | 2025-02-28T10:18:27.384Z | Downloaded base64 v0.13.1 |
| 665 | 2025-02-28T10:18:27.386Z | Downloaded chacha20poly1305 v0.10.1 |
| 666 | 2025-02-28T10:18:27.390Z | Downloaded phf_generator v0.11.2 |
| 667 | 2025-02-28T10:18:27.390Z | Downloaded icu_normalizer v1.5.0 |
| 668 | 2025-02-28T10:18:27.393Z | Downloaded tokio-rustls v0.24.1 |
| 669 | 2025-02-28T10:18:27.396Z | Downloaded parse-display v0.10.0 |
| 670 | 2025-02-28T10:18:27.396Z | Downloaded parse-display-derive v0.10.0 |
| 671 | 2025-02-28T10:18:27.399Z | Downloaded debug-ignore v1.0.5 |
| 672 | 2025-02-28T10:18:27.402Z | Downloaded data-encoding v2.6.0 |
| 673 | 2025-02-28T10:18:27.402Z | Downloaded quinn-udp v0.5.5 |
| 674 | 2025-02-28T10:18:27.405Z | Downloaded proc-macro-crate v1.3.1 |
| 675 | 2025-02-28T10:18:27.405Z | Downloaded tracing-attributes v0.1.27 |
| 676 | 2025-02-28T10:18:27.408Z | Downloaded rustls-pemfile v1.0.4 |
| 677 | 2025-02-28T10:18:27.411Z | Downloaded embedded-io v0.6.1 |
| 678 | 2025-02-28T10:18:27.414Z | Downloaded fxhash v0.2.1 |
| 679 | 2025-02-28T10:18:27.414Z | Downloaded compact_str v0.8.0 |
| 680 | 2025-02-28T10:18:27.417Z | Downloaded native-tls v0.2.12 |
| 681 | 2025-02-28T10:18:27.420Z | Downloaded float-ord v0.3.2 |
| 682 | 2025-02-28T10:18:27.424Z | Downloaded serde-hex v0.1.0 |
| 683 | 2025-02-28T10:18:27.435Z | Downloaded peg-runtime v0.8.3 |
| 684 | 2025-02-28T10:18:27.439Z | Downloaded bumpalo v3.16.0 |
| 685 | 2025-02-28T10:18:27.443Z | Downloaded base64 v0.22.1 |
| 686 | 2025-02-28T10:18:27.446Z | Downloaded num_threads v0.1.7 |
| 687 | 2025-02-28T10:18:27.446Z | Downloaded hickory-resolver v0.24.4 |
| 688 | 2025-02-28T10:18:27.449Z | Downloaded icu_provider v1.5.0 |
| 689 | 2025-02-28T10:18:27.453Z | Downloaded icu_collections v1.5.0 |
| 690 | 2025-02-28T10:18:27.459Z | Downloaded crypto-bigint v0.5.5 |
| 691 | 2025-02-28T10:18:27.466Z | Downloaded progenitor-client v0.8.0 |
| 692 | 2025-02-28T10:18:27.468Z | Downloaded pin-utils v0.1.0 |
| 693 | 2025-02-28T10:18:27.471Z | Downloaded which v4.4.2 |
| 694 | 2025-02-28T10:18:27.474Z | Downloaded foldhash v0.1.3 |
| 695 | 2025-02-28T10:18:27.474Z | Downloaded writeable v0.5.5 |
| 696 | 2025-02-28T10:18:27.476Z | Downloaded utf16_iter v1.0.5 |
| 697 | 2025-02-28T10:18:27.476Z | Downloaded utf-8 v0.7.6 |
| 698 | 2025-02-28T10:18:27.479Z | Downloaded poly1305 v0.8.0 |
| 699 | 2025-02-28T10:18:27.481Z | Downloaded ecdsa v0.16.9 |
| 700 | 2025-02-28T10:18:27.484Z | Downloaded dirs-sys-next v0.1.2 |
| 701 | 2025-02-28T10:18:27.484Z | Downloaded rtoolbox v0.0.2 |
| 702 | 2025-02-28T10:18:27.487Z | Downloaded termtree v0.4.1 |
| 703 | 2025-02-28T10:18:27.487Z | Downloaded toolchain_find v0.4.0 |
| 704 | 2025-02-28T10:18:27.490Z | Downloaded ena v0.14.3 |
| 705 | 2025-02-28T10:18:27.493Z | Downloaded vte_generate_state_changes v0.1.2 |
| 706 | 2025-02-28T10:18:27.493Z | Downloaded multimap v0.10.0 |
| 707 | 2025-02-28T10:18:27.493Z | Downloaded gethostname v0.5.0 |
| 708 | 2025-02-28T10:18:27.496Z | Downloaded num_enum_derive v0.5.11 |
| 709 | 2025-02-28T10:18:27.496Z | Downloaded num v0.4.3 |
| 710 | 2025-02-28T10:18:27.498Z | Downloaded diff v0.1.13 |
| 711 | 2025-02-28T10:18:27.501Z | Downloaded snafu-derive v0.8.5 |
| 712 | 2025-02-28T10:18:27.501Z | Downloaded serde_derive_internals v0.29.1 |
| 713 | 2025-02-28T10:18:27.504Z | Downloaded value-bag v1.9.0 |
| 714 | 2025-02-28T10:18:27.506Z | Downloaded const_format v0.2.34 |
| 715 | 2025-02-28T10:18:27.509Z | Downloaded cc v1.2.15 |
| 716 | 2025-02-28T10:18:27.514Z | Downloaded crossbeam-channel v0.5.13 |
| 717 | 2025-02-28T10:18:27.518Z | Downloaded derive_builder_macro v0.20.2 |
| 718 | 2025-02-28T10:18:27.521Z | Downloaded minimal-lexical v0.2.1 |
| 719 | 2025-02-28T10:18:27.524Z | Downloaded zone_cfg_derive v0.3.0 |
| 720 | 2025-02-28T10:18:27.527Z | Downloaded zone_cfg_derive v0.1.2 |
| 721 | 2025-02-28T10:18:27.527Z | Downloaded progenitor v0.8.0 |
| 722 | 2025-02-28T10:18:27.529Z | Downloaded oxnet v0.1.1 |
| 723 | 2025-02-28T10:18:27.529Z | Downloaded num_enum v0.5.11 |
| 724 | 2025-02-28T10:18:27.533Z | Downloaded foreign-types-shared v0.3.1 |
| 725 | 2025-02-28T10:18:27.536Z | Downloaded russh-keys v0.45.0 |
| 726 | 2025-02-28T10:18:27.538Z | Downloaded aes v0.8.4 |
| 727 | 2025-02-28T10:18:27.541Z | Downloaded progenitor v0.9.1 |
| 728 | 2025-02-28T10:18:27.543Z | Downloaded zerovec-derive v0.10.3 |
| 729 | 2025-02-28T10:18:27.546Z | Downloaded zeroize_derive v1.4.2 |
| 730 | 2025-02-28T10:18:27.546Z | Downloaded twox-hash v2.1.0 |
| 731 | 2025-02-28T10:18:27.549Z | Downloaded tokio-native-tls v0.3.1 |
| 732 | 2025-02-28T10:18:27.551Z | Downloaded rustls-pki-types v1.10.0 |
| 733 | 2025-02-28T10:18:27.554Z | Downloaded uuid v1.15.1 |
| 734 | 2025-02-28T10:18:27.556Z | Downloaded typify-macro v0.3.0 |
| 735 | 2025-02-28T10:18:27.558Z | Downloaded nu-ansi-term v0.50.1 |
| 736 | 2025-02-28T10:18:27.560Z | Downloaded termtree v0.5.1 |
| 737 | 2025-02-28T10:18:27.562Z | Downloaded getrandom v0.2.15 |
| 738 | 2025-02-28T10:18:27.564Z | Downloaded diesel_derives v2.2.3 |
| 739 | 2025-02-28T10:18:27.568Z | Downloaded pin-project-lite v0.2.14 |
| 740 | 2025-02-28T10:18:27.573Z | Downloaded http v1.2.0 |
| 741 | 2025-02-28T10:18:27.577Z | Downloaded similar v2.6.0 |
| 742 | 2025-02-28T10:18:27.582Z | Downloaded tower-service v0.3.3 |
| 743 | 2025-02-28T10:18:27.584Z | Downloaded pin-project-internal v1.1.6 |
| 744 | 2025-02-28T10:18:27.586Z | Downloaded tinyvec v1.8.0 |
| 745 | 2025-02-28T10:18:27.588Z | Downloaded time-core v0.1.2 |
| 746 | 2025-02-28T10:18:27.590Z | Downloaded display-error-chain v0.2.2 |
| 747 | 2025-02-28T10:18:27.590Z | Downloaded rustc_version v0.1.7 |
| 748 | 2025-02-28T10:18:27.592Z | Downloaded newtype_derive v0.1.6 |
| 749 | 2025-02-28T10:18:27.592Z | Downloaded form_urlencoded v1.2.1 |
| 750 | 2025-02-28T10:18:27.594Z | Downloaded fragile v2.0.0 |
| 751 | 2025-02-28T10:18:27.597Z | Downloaded nodrop v0.1.14 |
| 752 | 2025-02-28T10:18:27.597Z | Downloaded env_filter v0.1.2 |
| 753 | 2025-02-28T10:18:27.599Z | Downloaded typify v0.3.0 |
| 754 | 2025-02-28T10:18:27.602Z | Downloaded powerfmt v0.2.0 |
| 755 | 2025-02-28T10:18:27.604Z | Downloaded nanorand v0.7.0 |
| 756 | 2025-02-28T10:18:27.606Z | Downloaded hash32 v0.3.1 |
| 757 | 2025-02-28T10:18:27.608Z | Downloaded derive-where v1.2.7 |
| 758 | 2025-02-28T10:18:27.611Z | Downloaded openssl-probe v0.1.5 |
| 759 | 2025-02-28T10:18:27.614Z | Downloaded openssl-macros v0.1.1 |
| 760 | 2025-02-28T10:18:27.614Z | Downloaded normalize-line-endings v0.3.0 |
| 761 | 2025-02-28T10:18:27.614Z | Downloaded hash32 v0.2.1 |
| 762 | 2025-02-28T10:18:27.616Z | Downloaded group v0.13.0 |
| 763 | 2025-02-28T10:18:27.616Z | Downloaded strum_macros v0.26.4 |
| 764 | 2025-02-28T10:18:27.619Z | Downloaded quick-error v1.2.3 |
| 765 | 2025-02-28T10:18:27.621Z | Downloaded ppv-lite86 v0.2.20 |
| 766 | 2025-02-28T10:18:27.621Z | Downloaded spin v0.9.8 |
| 767 | 2025-02-28T10:18:27.624Z | Downloaded prettyplease v0.2.29 |
| 768 | 2025-02-28T10:18:27.628Z | Downloaded wait-timeout v0.2.0 |
| 769 | 2025-02-28T10:18:27.630Z | Downloaded vte v0.11.1 |
| 770 | 2025-02-28T10:18:27.633Z | Downloaded ron v0.8.1 |
| 771 | 2025-02-28T10:18:27.637Z | Downloaded rustc-hash v2.1.1 |
| 772 | 2025-02-28T10:18:27.639Z | Downloaded rustc-hash v1.1.0 |
| 773 | 2025-02-28T10:18:27.641Z | Downloaded zeroize v1.8.1 |
| 774 | 2025-02-28T10:18:27.641Z | Downloaded ed25519 v2.2.3 |
| 775 | 2025-02-28T10:18:27.643Z | Downloaded dirs-next v2.0.0 |
| 776 | 2025-02-28T10:18:27.646Z | Downloaded slog-scope v4.4.0 |
| 777 | 2025-02-28T10:18:27.646Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 778 | 2025-02-28T10:18:27.648Z | Downloaded libm v0.2.8 |
| 779 | 2025-02-28T10:18:27.654Z | Downloaded slog-json v2.6.1 |
| 780 | 2025-02-28T10:18:27.657Z | Downloaded slog-bunyan v2.5.0 |
| 781 | 2025-02-28T10:18:27.659Z | Downloaded slog-async v2.8.0 |
| 782 | 2025-02-28T10:18:27.660Z | Downloaded unicode-xid v0.2.6 |
| 783 | 2025-02-28T10:18:27.662Z | Downloaded strum v0.26.3 |
| 784 | 2025-02-28T10:18:27.662Z | Downloaded tokio-postgres v0.7.13 |
| 785 | 2025-02-28T10:18:27.666Z | Downloaded zerofrom-derive v0.1.4 |
| 786 | 2025-02-28T10:18:27.669Z | Downloaded nibble_vec v0.1.0 |
| 787 | 2025-02-28T10:18:27.672Z | Downloaded downcast v0.11.0 |
| 788 | 2025-02-28T10:18:27.672Z | Downloaded futures-executor v0.3.31 |
| 789 | 2025-02-28T10:18:27.674Z | Downloaded defmt-macros v0.3.9 |
| 790 | 2025-02-28T10:18:27.677Z | Downloaded defmt v0.3.8 |
| 791 | 2025-02-28T10:18:27.679Z | Downloaded path-slash v0.1.5 |
| 792 | 2025-02-28T10:18:27.679Z | Downloaded embedded-io v0.4.0 |
| 793 | 2025-02-28T10:18:27.684Z | Downloaded serde_with_macros v3.11.0 |
| 794 | 2025-02-28T10:18:27.687Z | Downloaded progenitor-impl v0.8.0 |
| 795 | 2025-02-28T10:18:27.688Z | Downloaded either v1.14.0 |
| 796 | 2025-02-28T10:18:27.690Z | Downloaded multer v3.1.0 |
| 797 | 2025-02-28T10:18:27.690Z | Downloaded mockall v0.13.1 |
| 798 | 2025-02-28T10:18:27.693Z | Downloaded topological-sort v0.2.2 |
| 799 | 2025-02-28T10:18:27.693Z | Downloaded env_logger v0.10.2 |
| 800 | 2025-02-28T10:18:27.696Z | Downloaded foreign-types v0.5.0 |
| 801 | 2025-02-28T10:18:27.699Z | Downloaded subprocess v0.2.9 |
| 802 | 2025-02-28T10:18:27.699Z | Downloaded proc-macro-error2 v2.0.1 |
| 803 | 2025-02-28T10:18:27.702Z | Downloaded hickory-server v0.24.4 |
| 804 | 2025-02-28T10:18:27.708Z | Downloaded sigpipe v0.1.3 |
| 805 | 2025-02-28T10:18:27.710Z | Downloaded aes-gcm v0.10.3 |
| 806 | 2025-02-28T10:18:27.713Z | Downloaded scopeguard v1.2.0 |
| 807 | 2025-02-28T10:18:27.716Z | Downloaded slog-term v2.9.1 |
| 808 | 2025-02-28T10:18:27.720Z | Downloaded libxml v0.3.3 |
| 809 | 2025-02-28T10:18:27.723Z | Downloaded zerofrom v0.1.4 |
| 810 | 2025-02-28T10:18:27.725Z | Downloaded p256 v0.13.2 |
| 811 | 2025-02-28T10:18:27.728Z | Downloaded rand_seeder v0.3.0 |
| 812 | 2025-02-28T10:18:27.730Z | Downloaded percent-encoding v2.3.1 |
| 813 | 2025-02-28T10:18:27.730Z | Downloaded structmeta-derive v0.3.0 |
| 814 | 2025-02-28T10:18:27.733Z | Downloaded strum_macros v0.24.3 |
| 815 | 2025-02-28T10:18:27.736Z | Downloaded env_logger v0.11.5 |
| 816 | 2025-02-28T10:18:27.738Z | Downloaded zip v0.6.6 |
| 817 | 2025-02-28T10:18:27.741Z | Downloaded number_prefix v0.4.0 |
| 818 | 2025-02-28T10:18:27.741Z | Downloaded mockall_derive v0.13.1 |
| 819 | 2025-02-28T10:18:27.744Z | Downloaded utf8_iter v1.0.4 |
| 820 | 2025-02-28T10:18:27.746Z | Downloaded strum_macros v0.25.3 |
| 821 | 2025-02-28T10:18:27.749Z | Downloaded unicode-segmentation v1.12.0 |
| 822 | 2025-02-28T10:18:27.752Z | Downloaded futures-task v0.3.31 |
| 823 | 2025-02-28T10:18:27.754Z | Downloaded document-features v0.2.10 |
| 824 | 2025-02-28T10:18:27.754Z | Downloaded darling v0.20.10 |
| 825 | 2025-02-28T10:18:27.757Z | Downloaded futures-sink v0.3.31 |
| 826 | 2025-02-28T10:18:27.760Z | Downloaded password-hash v0.4.2 |
| 827 | 2025-02-28T10:18:27.763Z | Downloaded serde_yaml v0.9.34+deprecated |
| 828 | 2025-02-28T10:18:27.766Z | Downloaded hashbrown v0.12.3 |
| 829 | 2025-02-28T10:18:27.769Z | Downloaded password-hash v0.5.0 |
| 830 | 2025-02-28T10:18:27.772Z | Downloaded tungstenite v0.23.0 |
| 831 | 2025-02-28T10:18:27.775Z | Downloaded serde-big-array v0.5.1 |
| 832 | 2025-02-28T10:18:27.777Z | Downloaded r2d2 v0.8.10 |
| 833 | 2025-02-28T10:18:27.780Z | Downloaded predicates v3.1.3 |
| 834 | 2025-02-28T10:18:27.783Z | Downloaded serde_repr v0.1.19 |
| 835 | 2025-02-28T10:18:27.783Z | Downloaded smallvec v0.6.14 |
| 836 | 2025-02-28T10:18:27.786Z | Downloaded time v0.3.36 |
| 837 | 2025-02-28T10:18:27.792Z | Downloaded unicode-properties v0.1.3 |
| 838 | 2025-02-28T10:18:27.795Z | Downloaded itertools v0.14.0 |
| 839 | 2025-02-28T10:18:27.801Z | Downloaded oso-derive v0.27.3 |
| 840 | 2025-02-28T10:18:27.804Z | Downloaded itertools v0.12.1 |
| 841 | 2025-02-28T10:18:27.810Z | Downloaded yoke-derive v0.7.4 |
| 842 | 2025-02-28T10:18:27.812Z | Downloaded miniz_oxide v0.8.5 |
| 843 | 2025-02-28T10:18:27.817Z | Downloaded untrusted v0.9.0 |
| 844 | 2025-02-28T10:18:27.817Z | Downloaded num-iter v0.1.45 |
| 845 | 2025-02-28T10:18:27.820Z | Downloaded try-lock v0.2.5 |
| 846 | 2025-02-28T10:18:27.820Z | Downloaded difflib v0.4.0 |
| 847 | 2025-02-28T10:18:27.820Z | Downloaded parse-size v1.1.0 |
| 848 | 2025-02-28T10:18:27.823Z | Downloaded paste v1.0.15 |
| 849 | 2025-02-28T10:18:27.823Z | Downloaded foreign-types-macros v0.2.3 |
| 850 | 2025-02-28T10:18:27.826Z | Downloaded dropshot_endpoint v0.12.0 |
| 851 | 2025-02-28T10:18:27.829Z | Downloaded pem v3.0.5 |
| 852 | 2025-02-28T10:18:27.829Z | Downloaded daft-derive v0.1.1 |
| 853 | 2025-02-28T10:18:27.832Z | Downloaded crossterm v0.28.1 |
| 854 | 2025-02-28T10:18:27.839Z | Downloaded ssh-key v0.6.6 |
| 855 | 2025-02-28T10:18:27.846Z | Downloaded write16 v1.0.0 |
| 856 | 2025-02-28T10:18:27.849Z | Downloaded serde_urlencoded v0.7.1 |
| 857 | 2025-02-28T10:18:27.849Z | Downloaded tower v0.5.2 |
| 858 | 2025-02-28T10:18:27.857Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 859 | 2025-02-28T10:18:27.860Z | Downloaded hkdf v0.12.4 |
| 860 | 2025-02-28T10:18:27.863Z | Downloaded tokio-tungstenite v0.21.0 |
| 861 | 2025-02-28T10:18:27.866Z | Downloaded typed-path v0.9.3 |
| 862 | 2025-02-28T10:18:27.869Z | Downloaded displaydoc v0.2.5 |
| 863 | 2025-02-28T10:18:27.872Z | Downloaded futures-core v0.3.31 |
| 864 | 2025-02-28T10:18:27.875Z | Downloaded flagset v0.4.6 |
| 865 | 2025-02-28T10:18:27.878Z | Downloaded elliptic-curve v0.13.8 |
| 866 | 2025-02-28T10:18:27.881Z | Downloaded tls_codec_derive v0.4.1 |
| 867 | 2025-02-28T10:18:27.884Z | Downloaded smallvec v1.14.0 |
| 868 | 2025-02-28T10:18:27.884Z | Downloaded opaque-debug v0.3.1 |
| 869 | 2025-02-28T10:18:27.887Z | Downloaded russh-cryptovec v0.7.3 |
| 870 | 2025-02-28T10:18:27.887Z | Downloaded shell-words v1.1.0 |
| 871 | 2025-02-28T10:18:27.887Z | Downloaded num-integer v0.1.46 |
| 872 | 2025-02-28T10:18:27.890Z | Downloaded salsa20 v0.10.2 |
| 873 | 2025-02-28T10:18:27.890Z | Downloaded pbkdf2 v0.11.0 |
| 874 | 2025-02-28T10:18:27.893Z | Downloaded signal-hook-registry v1.4.2 |
| 875 | 2025-02-28T10:18:27.893Z | Downloaded signal-hook-mio v0.2.4 |
| 876 | 2025-02-28T10:18:27.896Z | Downloaded resolv-conf v0.7.0 |
| 877 | 2025-02-28T10:18:27.898Z | Downloaded packed_struct_codegen v0.10.1 |
| 878 | 2025-02-28T10:18:27.899Z | Downloaded dsl_auto_type v0.1.2 |
| 879 | 2025-02-28T10:18:27.901Z | Downloaded getrandom v0.3.1 |
| 880 | 2025-02-28T10:18:27.904Z | Downloaded quinn v0.11.5 |
| 881 | 2025-02-28T10:18:27.907Z | Downloaded peg-macros v0.8.4 |
| 882 | 2025-02-28T10:18:27.910Z | Downloaded slog v2.7.0 |
| 883 | 2025-02-28T10:18:27.913Z | Downloaded rayon-core v1.12.1 |
| 884 | 2025-02-28T10:18:27.916Z | Downloaded dunce v1.0.5 |
| 885 | 2025-02-28T10:18:27.919Z | Downloaded typify-macro v0.2.0 |
| 886 | 2025-02-28T10:18:27.919Z | Downloaded blake3 v1.5.4 |
| 887 | 2025-02-28T10:18:27.924Z | Downloaded want v0.3.1 |
| 888 | 2025-02-28T10:18:27.927Z | Downloaded num-derive v0.4.2 |
| 889 | 2025-02-28T10:18:27.927Z | Downloaded hyper v1.6.0 |
| 890 | 2025-02-28T10:18:27.935Z | Downloaded tokio-macros v2.5.0 |
| 891 | 2025-02-28T10:18:27.938Z | Downloaded sync-ptr v0.1.1 |
| 892 | 2025-02-28T10:18:27.938Z | Downloaded foreign-types v0.3.2 |
| 893 | 2025-02-28T10:18:27.938Z | Downloaded rcgen v0.12.1 |
| 894 | 2025-02-28T10:18:27.941Z | Downloaded progenitor-macro v0.8.0 |
| 895 | 2025-02-28T10:18:27.941Z | Downloaded daft v0.1.1 |
| 896 | 2025-02-28T10:18:27.943Z | Downloaded rand_chacha v0.3.1 |
| 897 | 2025-02-28T10:18:27.943Z | Downloaded tokio-tungstenite v0.23.1 |
| 898 | 2025-02-28T10:18:27.946Z | Downloaded zopfli v0.8.1 |
| 899 | 2025-02-28T10:18:27.949Z | Downloaded tungstenite v0.24.0 |
| 900 | 2025-02-28T10:18:27.952Z | Downloaded socket2 v0.5.8 |
| 901 | 2025-02-28T10:18:27.955Z | Downloaded synstructure v0.13.1 |
| 902 | 2025-02-28T10:18:27.955Z | Downloaded fallible-iterator v0.2.0 |
| 903 | 2025-02-28T10:18:27.958Z | Downloaded tabwriter v1.4.0 |
| 904 | 2025-02-28T10:18:27.959Z | Downloaded derive_builder_core v0.20.2 |
| 905 | 2025-02-28T10:18:27.961Z | Downloaded des v0.8.1 |
| 906 | 2025-02-28T10:18:27.961Z | Downloaded postgres-types v0.2.9 |
| 907 | 2025-02-28T10:18:27.964Z | Downloaded num-rational v0.4.2 |
| 908 | 2025-02-28T10:18:27.967Z | Downloaded waitgroup v0.1.2 |
| 909 | 2025-02-28T10:18:27.967Z | Downloaded packed_struct v0.10.1 |
| 910 | 2025-02-28T10:18:27.969Z | Downloaded vsss-rs v3.3.4 |
| 911 | 2025-02-28T10:18:27.972Z | Downloaded tui-tree-widget v0.23.0 |
| 912 | 2025-02-28T10:18:27.972Z | Downloaded tabled_derive v0.10.0 |
| 913 | 2025-02-28T10:18:27.975Z | Downloaded schemars v0.8.22 |
| 914 | 2025-02-28T10:18:27.984Z | Downloaded unicase v2.7.0 |
| 915 | 2025-02-28T10:18:27.987Z | Downloaded wyz v0.5.1 |
| 916 | 2025-02-28T10:18:27.987Z | Downloaded ssh-cipher v0.2.0 |
| 917 | 2025-02-28T10:18:27.990Z | Downloaded defmt-parser v0.3.4 |
| 918 | 2025-02-28T10:18:27.990Z | Downloaded term v0.7.0 |
| 919 | 2025-02-28T10:18:27.993Z | Downloaded samael v0.0.18 |
| 920 | 2025-02-28T10:18:27.998Z | Downloaded ron v0.7.1 |
| 921 | 2025-02-28T10:18:28.003Z | Downloaded derive_builder v0.20.2 |
| 922 | 2025-02-28T10:18:28.007Z | Downloaded rfc6979 v0.4.0 |
| 923 | 2025-02-28T10:18:28.010Z | Downloaded tungstenite v0.21.0 |
| 924 | 2025-02-28T10:18:28.013Z | Downloaded mio v1.0.2 |
| 925 | 2025-02-28T10:18:28.017Z | Downloaded zerocopy-derive v0.8.10 |
| 926 | 2025-02-28T10:18:28.024Z | Downloaded polyval v0.6.2 |
| 927 | 2025-02-28T10:18:28.027Z | Downloaded time-macros v0.2.18 |
| 928 | 2025-02-28T10:18:28.030Z | Downloaded postgres-protocol v0.6.8 |
| 929 | 2025-02-28T10:18:28.030Z | Downloaded sqlformat v0.2.6 |
| 930 | 2025-02-28T10:18:28.032Z | Downloaded expectorate v1.1.0 |
| 931 | 2025-02-28T10:18:28.035Z | Downloaded rusty-fork v0.3.0 |
| 932 | 2025-02-28T10:18:28.035Z | Downloaded pem-rfc7468 v0.7.0 |
| 933 | 2025-02-28T10:18:28.038Z | Downloaded tiny-keccak v2.0.2 |
| 934 | 2025-02-28T10:18:28.040Z | Downloaded tokio-rustls v0.25.0 |
| 935 | 2025-02-28T10:18:28.043Z | Downloaded tokio-rustls v0.26.0 |
| 936 | 2025-02-28T10:18:28.043Z | Downloaded pkcs5 v0.7.1 |
| 937 | 2025-02-28T10:18:28.047Z | Downloaded test-strategy v0.4.0 |
| 938 | 2025-02-28T10:18:28.050Z | Downloaded p521 v0.13.3 |
| 939 | 2025-02-28T10:18:28.054Z | Downloaded aws-lc-rs v1.12.4 |
| 940 | 2025-02-28T10:18:28.063Z | Downloaded postcard v1.0.10 |
| 941 | 2025-02-28T10:18:28.066Z | Downloaded url v2.5.3 |
| 942 | 2025-02-28T10:18:28.069Z | Downloaded pin-project v1.1.6 |
| 943 | 2025-02-28T10:18:28.080Z | Downloaded pkcs1 v0.7.5 |
| 944 | 2025-02-28T10:18:28.083Z | Downloaded futures-util v0.3.31 |
| 945 | 2025-02-28T10:18:28.094Z | Downloaded fixedbitset v0.5.7 |
| 946 | 2025-02-28T10:18:28.097Z | Downloaded unicode-bidi v0.3.17 |
| 947 | 2025-02-28T10:18:28.099Z | Downloaded omicron-zone-package v0.12.0 |
| 948 | 2025-02-28T10:18:28.103Z | Downloaded num-complex v0.4.6 |
| 949 | 2025-02-28T10:18:28.106Z | Downloaded rand v0.8.5 |
| 950 | 2025-02-28T10:18:28.109Z | Downloaded futures-channel v0.3.31 |
| 951 | 2025-02-28T10:18:28.111Z | Downloaded openssl-sys v0.9.106 |
| 952 | 2025-02-28T10:18:28.114Z | Downloaded num-bigint v0.4.6 |
| 953 | 2025-02-28T10:18:28.118Z | Downloaded tough v0.19.0 |
| 954 | 2025-02-28T10:18:28.126Z | Downloaded lalrpop v0.19.12 |
| 955 | 2025-02-28T10:18:28.137Z | Downloaded fatfs v0.3.6 |
| 956 | 2025-02-28T10:18:28.140Z | Downloaded publicsuffix v2.3.0 |
| 957 | 2025-02-28T10:18:28.143Z | Downloaded chrono v0.4.40 |
| 958 | 2025-02-28T10:18:28.150Z | Downloaded serde_with v3.11.0 |
| 959 | 2025-02-28T10:18:28.158Z | Downloaded futures v0.3.31 |
| 960 | 2025-02-28T10:18:28.163Z | Downloaded icu_properties_data v1.5.0 |
| 961 | 2025-02-28T10:18:28.173Z | Downloaded papergrid v0.14.0 |
| 962 | 2025-02-28T10:18:28.178Z | Downloaded qorb v0.2.1 |
| 963 | 2025-02-28T10:18:28.182Z | Downloaded ed25519-dalek v2.1.1 |
| 964 | 2025-02-28T10:18:28.185Z | Downloaded der v0.7.9 |
| 965 | 2025-02-28T10:18:28.190Z | Downloaded reqwest v0.12.12 |
| 966 | 2025-02-28T10:18:28.199Z | Downloaded quinn-proto v0.11.8 |
| 967 | 2025-02-28T10:18:28.205Z | Downloaded unicode-normalization v0.1.24 |
| 968 | 2025-02-28T10:18:28.209Z | Downloaded bitvec v1.0.1 |
| 969 | 2025-02-28T10:18:28.224Z | Downloaded steno v0.4.1 |
| 970 | 2025-02-28T10:18:28.228Z | Downloaded rustyline v14.0.0 |
| 971 | 2025-02-28T10:18:28.246Z | Downloaded h2 v0.4.6 |
| 972 | 2025-02-28T10:18:28.250Z | Downloaded vcpkg v0.2.15 |
| 973 | 2025-02-28T10:18:28.277Z | Downloaded parse-zoneinfo v0.3.1 |
| 974 | 2025-02-28T10:18:28.280Z | Downloaded bindgen v0.71.1 |
| 975 | 2025-02-28T10:18:28.287Z | Downloaded winnow v0.6.20 |
| 976 | 2025-02-28T10:18:28.296Z | Downloaded x509-cert v0.2.5 |
| 977 | 2025-02-28T10:18:28.301Z | Downloaded rustls-webpki v0.101.7 |
| 978 | 2025-02-28T10:18:28.315Z | Downloaded winnow v0.5.40 |
| 979 | 2025-02-28T10:18:28.323Z | Downloaded rayon v1.10.0 |
| 980 | 2025-02-28T10:18:28.332Z | Downloaded petname v2.0.2 |
| 981 | 2025-02-28T10:18:28.337Z | Downloaded polar-core v0.27.3 |
| 982 | 2025-02-28T10:18:28.347Z | Downloaded rustls-webpki v0.102.8 |
| 983 | 2025-02-28T10:18:28.364Z | Downloaded russh v0.45.0 |
| 984 | 2025-02-28T10:18:28.369Z | Downloaded smoltcp v0.9.1 |
| 985 | 2025-02-28T10:18:28.379Z | Downloaded nom v7.1.3 |
| 986 | 2025-02-28T10:18:28.385Z | Downloaded gimli v0.31.1 |
| 987 | 2025-02-28T10:18:28.393Z | Downloaded flate2 v1.1.0 |
| 988 | 2025-02-28T10:18:28.400Z | Downloaded portable-atomic v1.9.0 |
| 989 | 2025-02-28T10:18:28.405Z | Downloaded salty v0.3.0 |
| 990 | 2025-02-28T10:18:28.412Z | Downloaded nix v0.28.0 |
| 991 | 2025-02-28T10:18:28.422Z | Downloaded unicode-width v0.2.0 |
| 992 | 2025-02-28T10:18:28.429Z | Downloaded reedline v0.35.0 |
| 993 | 2025-02-28T10:18:28.436Z | Downloaded regex-syntax v0.6.29 |
| 994 | 2025-02-28T10:18:28.443Z | Downloaded radix_trie v0.2.1 |
| 995 | 2025-02-28T10:18:28.449Z | Downloaded zerocopy v0.8.10 |
| 996 | 2025-02-28T10:18:28.472Z | Downloaded proptest v1.6.0 |
| 997 | 2025-02-28T10:18:28.481Z | Downloaded rustls v0.21.12 |
| 998 | 2025-02-28T10:18:28.492Z | Downloaded dropshot v0.12.0 |
| 999 | 2025-02-28T10:18:28.511Z | Downloaded sqlparser v0.45.0 |
| 1000 | 2025-02-28T10:18:28.517Z | Downloaded curve25519-dalek v4.1.3 |
| 1001 | 2025-02-28T10:18:28.526Z | Downloaded object v0.30.4 |
| 1002 | 2025-02-28T10:18:28.535Z | Downloaded nix v0.27.1 |
| 1003 | 2025-02-28T10:18:28.546Z | Downloaded object v0.36.5 |
| 1004 | 2025-02-28T10:18:28.557Z | Downloaded hickory-proto v0.24.4 |
| 1005 | 2025-02-28T10:18:28.572Z | Downloaded nix v0.29.0 |
| 1006 | 2025-02-28T10:18:28.583Z | Downloaded tabled v0.18.0 |
| 1007 | 2025-02-28T10:18:28.600Z | Downloaded regex-syntax v0.8.5 |
| 1008 | 2025-02-28T10:18:28.608Z | Downloaded dropshot v0.16.0 |
| 1009 | 2025-02-28T10:18:28.629Z | Downloaded regex v1.11.1 |
| 1010 | 2025-02-28T10:18:28.642Z | Downloaded sled v0.34.7 |
| 1011 | 2025-02-28T10:18:28.651Z | Downloaded typify-impl v0.2.0 |
| 1012 | 2025-02-28T10:18:28.666Z | Downloaded typify-impl v0.3.0 |
| 1013 | 2025-02-28T10:18:28.681Z | Downloaded regress v0.9.1 |
| 1014 | 2025-02-28T10:18:28.690Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1015 | 2025-02-28T10:18:28.702Z | Downloaded openssl v0.10.71 |
| 1016 | 2025-02-28T10:18:28.712Z | Downloaded openapiv3 v2.0.0 |
| 1017 | 2025-02-28T10:18:28.723Z | Downloaded webpki-roots v0.26.6 |
| 1018 | 2025-02-28T10:18:28.728Z | Downloaded diesel v2.2.7 |
| 1019 | 2025-02-28T10:18:28.744Z | Downloaded rustls v0.23.19 |
| 1020 | 2025-02-28T10:18:28.755Z | Downloaded ratatui v0.29.0 |
| 1021 | 2025-02-28T10:18:28.775Z | Downloaded zerocopy-derive v0.6.6 |
| 1022 | 2025-02-28T10:18:28.784Z | Downloaded rustls v0.22.4 |
| 1023 | 2025-02-28T10:18:28.797Z | Downloaded regress v0.10.1 |
| 1024 | 2025-02-28T10:18:28.805Z | Downloaded petgraph v0.6.5 |
| 1025 | 2025-02-28T10:18:28.822Z | Downloaded regex-automata v0.4.8 |
| 1026 | 2025-02-28T10:18:28.838Z | Downloaded petgraph v0.7.1 |
| 1027 | 2025-02-28T10:18:28.857Z | Downloaded git2 v0.19.0 |
| 1028 | 2025-02-28T10:18:28.864Z | Downloaded chrono-tz v0.10.1 |
| 1029 | 2025-02-28T10:18:28.871Z | Downloaded smoltcp v0.11.0 |
| 1030 | 2025-02-28T10:18:28.883Z | Downloaded csv v1.3.1 |
| 1031 | 2025-02-28T10:18:28.903Z | Downloaded bstr v1.10.0 |
| 1032 | 2025-02-28T10:18:28.913Z | Downloaded lzma-sys v0.1.20 |
| 1033 | 2025-02-28T10:18:28.941Z | Downloaded tokio v1.43.0 |
| 1034 | 2025-02-28T10:18:28.978Z | Downloaded p384 v0.13.0 |
| 1035 | 2025-02-28T10:18:28.984Z | Downloaded rand v0.9.0 |
| 1036 | 2025-02-28T10:18:28.988Z | Downloaded num-bigint-dig v0.8.4 |
| 1037 | 2025-02-28T10:18:28.992Z | Downloaded bindgen v0.69.5 |
| 1038 | 2025-02-28T10:18:28.999Z | Downloaded zerovec v0.10.4 |
| 1039 | 2025-02-28T10:18:29.004Z | Downloaded libz-sys v1.1.20 |
| 1040 | 2025-02-28T10:18:29.024Z | Downloaded tracing v0.1.40 |
| 1041 | 2025-02-28T10:18:29.028Z | Downloaded whoami v1.5.2 |
| 1042 | 2025-02-28T10:18:29.031Z | Downloaded walkdir v2.5.0 |
| 1043 | 2025-02-28T10:18:29.034Z | Downloaded progenitor-impl v0.9.1 |
| 1044 | 2025-02-28T10:18:29.034Z | Downloaded tokio-tungstenite v0.24.0 |
| 1045 | 2025-02-28T10:18:29.038Z | Downloaded tar v0.4.44 |
| 1046 | 2025-02-28T10:18:29.041Z | Downloaded zip v2.1.3 |
| 1047 | 2025-02-28T10:18:29.044Z | Downloaded quick-xml v0.37.2 |
| 1048 | 2025-02-28T10:18:29.047Z | Downloaded tokio-util v0.7.13 |
| 1049 | 2025-02-28T10:18:29.054Z | Downloaded fd-lock v4.0.2 |
| 1050 | 2025-02-28T10:18:29.057Z | Downloaded sha3 v0.10.8 |
| 1051 | 2025-02-28T10:18:29.060Z | Downloaded unsafe-libyaml v0.2.11 |
| 1052 | 2025-02-28T10:18:29.063Z | Downloaded der_derive v0.7.3 |
| 1053 | 2025-02-28T10:18:29.068Z | Downloaded tokio-stream v0.1.17 |
| 1054 | 2025-02-28T10:18:29.071Z | Downloaded dropshot_endpoint v0.16.0 |
| 1055 | 2025-02-28T10:18:29.074Z | Downloaded derive_more v0.99.19 |
| 1056 | 2025-02-28T10:18:29.079Z | Downloaded unicode_categories v0.1.1 |
| 1057 | 2025-02-28T10:18:29.083Z | Downloaded predicates-core v1.0.8 |
| 1058 | 2025-02-28T10:18:29.083Z | Downloaded fs_extra v1.3.0 |
| 1059 | 2025-02-28T10:18:29.083Z | Downloaded psl-types v2.0.11 |
| 1060 | 2025-02-28T10:18:29.086Z | Downloaded sha1 v0.10.6 |
| 1061 | 2025-02-28T10:18:29.086Z | Downloaded peg v0.8.4 |
| 1062 | 2025-02-28T10:18:29.089Z | Downloaded pbkdf2 v0.12.2 |
| 1063 | 2025-02-28T10:18:29.089Z | Downloaded pkcs8 v0.10.2 |
| 1064 | 2025-02-28T10:18:29.091Z | Downloaded globset v0.4.15 |
| 1065 | 2025-02-28T10:18:29.091Z | Downloaded sqlparser_derive v0.2.2 |
| 1066 | 2025-02-28T10:18:29.094Z | Downloaded untrusted v0.7.1 |
| 1067 | 2025-02-28T10:18:29.094Z | Downloaded itertools v0.13.0 |
| 1068 | 2025-02-28T10:18:29.099Z | Downloaded itertools v0.10.5 |
| 1069 | 2025-02-28T10:18:29.105Z | Downloaded aho-corasick v1.1.3 |
| 1070 | 2025-02-28T10:18:29.111Z | Downloaded signature v2.2.0 |
| 1071 | 2025-02-28T10:18:29.113Z | Downloaded signal-hook-tokio v0.3.1 |
| 1072 | 2025-02-28T10:18:29.113Z | Downloaded rand_core v0.9.2 |
| 1073 | 2025-02-28T10:18:29.116Z | Downloaded hashbrown v0.13.2 |
| 1074 | 2025-02-28T10:18:29.119Z | Downloaded glob v0.3.2 |
| 1075 | 2025-02-28T10:18:29.122Z | Downloaded flume v0.11.1 |
| 1076 | 2025-02-28T10:18:29.124Z | Downloaded half v2.4.1 |
| 1077 | 2025-02-28T10:18:29.127Z | Downloaded idna v1.0.3 |
| 1078 | 2025-02-28T10:18:29.130Z | Downloaded semver v0.1.20 |
| 1079 | 2025-02-28T10:18:29.135Z | Downloaded stringprep v0.1.5 |
| 1080 | 2025-02-28T10:18:29.135Z | Downloaded string_cache v0.8.7 |
| 1081 | 2025-02-28T10:18:29.139Z | Downloaded schemars_derive v0.8.22 |
| 1082 | 2025-02-28T10:18:29.139Z | Downloaded hashbrown v0.14.5 |
| 1083 | 2025-02-28T10:18:29.142Z | Downloaded precomputed-hash v0.1.1 |
| 1084 | 2025-02-28T10:18:29.142Z | Downloaded phf_shared v0.11.2 |
| 1085 | 2025-02-28T10:18:29.145Z | Downloaded phf_codegen v0.11.2 |
| 1086 | 2025-02-28T10:18:29.145Z | Downloaded phf v0.11.2 |
| 1087 | 2025-02-28T10:18:29.145Z | Downloaded rustc-demangle v0.1.24 |
| 1088 | 2025-02-28T10:18:29.148Z | Downloaded rand_xorshift v0.3.0 |
| 1089 | 2025-02-28T10:18:29.148Z | Downloaded zerocopy v0.6.6 |
| 1090 | 2025-02-28T10:18:29.152Z | Downloaded toml_edit v0.19.15 |
| 1091 | 2025-02-28T10:18:29.164Z | Downloaded owo-colors v4.2.0 |
| 1092 | 2025-02-28T10:18:29.167Z | Downloaded encoding_rs v0.8.34 |
| 1093 | 2025-02-28T10:18:29.186Z | Downloaded oso v0.27.3 |
| 1094 | 2025-02-28T10:18:29.189Z | Downloaded tracing-core v0.1.32 |
| 1095 | 2025-02-28T10:18:29.192Z | Downloaded darling_core v0.20.10 |
| 1096 | 2025-02-28T10:18:29.196Z | Downloaded snafu v0.8.5 |
| 1097 | 2025-02-28T10:18:29.201Z | Downloaded structmeta v0.3.0 |
| 1098 | 2025-02-28T10:18:29.204Z | Downloaded spki v0.7.3 |
| 1099 | 2025-02-28T10:18:29.204Z | Downloaded slog-stdlog v4.1.1 |
| 1100 | 2025-02-28T10:18:29.207Z | Downloaded rustc_version v0.4.1 |
| 1101 | 2025-02-28T10:18:29.207Z | Downloaded float-cmp v0.10.0 |
| 1102 | 2025-02-28T10:18:29.211Z | Downloaded rsa v0.9.6 |
| 1103 | 2025-02-28T10:18:29.215Z | Downloaded tinystr v0.7.6 |
| 1104 | 2025-02-28T10:18:29.215Z | Downloaded backtrace v0.3.74 |
| 1105 | 2025-02-28T10:18:29.218Z | Downloaded bytes v1.10.0 |
| 1106 | 2025-02-28T10:18:29.222Z | Downloaded num-traits v0.2.19 |
| 1107 | 2025-02-28T10:18:29.225Z | Downloaded yoke v0.7.4 |
| 1108 | 2025-02-28T10:18:29.227Z | Downloaded ring v0.17.11 |
| 1109 | 2025-02-28T10:18:29.267Z | Downloaded vergen v8.3.2 |
| 1110 | 2025-02-28T10:18:29.270Z | Downloaded pkg-config v0.3.31 |
| 1111 | 2025-02-28T10:18:29.273Z | Downloaded parking_lot_core v0.9.10 |
| 1112 | 2025-02-28T10:18:29.276Z | Downloaded parking_lot v0.12.3 |
| 1113 | 2025-02-28T10:18:29.279Z | Downloaded deranged v0.3.11 |
| 1114 | 2025-02-28T10:18:29.279Z | Downloaded termcolor v1.4.1 |
| 1115 | 2025-02-28T10:18:29.279Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1116 | 2025-02-28T10:18:29.334Z | Downloaded parking_lot_core v0.8.6 |
| 1117 | 2025-02-28T10:18:29.337Z | Downloaded parking_lot v0.11.2 |
| 1118 | 2025-02-28T10:18:29.340Z | Downloaded universal-hash v0.5.1 |
| 1119 | 2025-02-28T10:18:29.340Z | Downloaded tls_codec v0.4.1 |
| 1120 | 2025-02-28T10:18:29.342Z | Downloaded termios v0.3.3 |
| 1121 | 2025-02-28T10:18:29.342Z | Downloaded supports-color v3.0.2 |
| 1122 | 2025-02-28T10:18:29.345Z | Downloaded subtle v2.6.1 |
| 1123 | 2025-02-28T10:18:29.345Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1124 | 2025-02-28T10:18:29.345Z | Downloaded smf v0.2.3 |
| 1125 | 2025-02-28T10:18:29.347Z | Downloaded siphasher v0.3.11 |
| 1126 | 2025-02-28T10:18:29.347Z | Downloaded simd-adler32 v0.3.7 |
| 1127 | 2025-02-28T10:18:29.350Z | Downloaded serde_plain v1.0.2 |
| 1128 | 2025-02-28T10:18:29.350Z | Downloaded serde_path_to_error v0.1.16 |
| 1129 | 2025-02-28T10:18:29.352Z | Downloaded uzers v0.12.1 |
| 1130 | 2025-02-28T10:18:29.355Z | Downloaded toml v0.7.8 |
| 1131 | 2025-02-28T10:18:29.357Z | Downloaded base64 v0.21.7 |
| 1132 | 2025-02-28T10:18:29.359Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1133 | 2025-02-28T10:18:29.362Z | Downloaded futures-io v0.3.31 |
| 1134 | 2025-02-28T10:18:29.362Z | Downloaded yasna v0.5.2 |
| 1135 | 2025-02-28T10:18:29.364Z | Downloaded xattr v1.3.1 |
| 1136 | 2025-02-28T10:18:29.364Z | Downloaded ref-cast-impl v1.0.23 |
| 1137 | 2025-02-28T10:18:29.367Z | Downloaded typify v0.2.0 |
| 1138 | 2025-02-28T10:18:29.370Z | Downloaded signal-hook v0.3.17 |
| 1139 | 2025-02-28T10:18:29.372Z | Downloaded primeorder v0.13.6 |
| 1140 | 2025-02-28T10:18:29.372Z | Downloaded zone v0.3.0 |
| 1141 | 2025-02-28T10:18:29.372Z | Downloaded zone v0.1.8 |
| 1142 | 2025-02-28T10:18:29.375Z | Downloaded xz2 v0.1.7 |
| 1143 | 2025-02-28T10:18:29.375Z | Downloaded unicode-truncate v1.1.0 |
| 1144 | 2025-02-28T10:18:29.378Z | Downloaded rustls-pemfile v2.2.0 |
| 1145 | 2025-02-28T10:18:29.378Z | Downloaded icu_normalizer_data v1.5.0 |
| 1146 | 2025-02-28T10:18:29.380Z | Downloaded heapless v0.7.17 |
| 1147 | 2025-02-28T10:18:29.383Z | Downloaded async-bb8-diesel v0.2.1 |
| 1148 | 2025-02-28T10:18:29.385Z | Downloaded crossbeam-utils v0.8.20 |
| 1149 | 2025-02-28T10:18:29.388Z | Downloaded cookie v0.18.1 |
| 1150 | 2025-02-28T10:18:29.390Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1151 | 2025-02-28T10:18:29.393Z | Downloaded hmac v0.12.1 |
| 1152 | 2025-02-28T10:18:29.393Z | Downloaded crc-any v2.5.0 |
| 1153 | 2025-02-28T10:18:29.395Z | Downloaded crossbeam-epoch v0.9.18 |
| 1154 | 2025-02-28T10:18:29.398Z | Downloaded clang-sys v1.8.1 |
| 1155 | 2025-02-28T10:18:29.400Z | Downloaded array-init v0.0.4 |
| 1156 | 2025-02-28T10:18:29.400Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1157 | 2025-02-28T10:18:29.404Z | Downloaded radium v0.7.0 |
| 1158 | 2025-02-28T10:18:29.404Z | Downloaded headers v0.4.0 |
| 1159 | 2025-02-28T10:18:29.407Z | Downloaded allocator-api2 v0.2.18 |
| 1160 | 2025-02-28T10:18:29.409Z | Downloaded hyper-staticfile v0.10.1 |
| 1161 | 2025-02-28T10:18:29.412Z | Downloaded ciborium v0.2.2 |
| 1162 | 2025-02-28T10:18:29.414Z | Downloaded hyper-rustls v0.27.3 |
| 1163 | 2025-02-28T10:18:29.417Z | Downloaded cookie_store v0.21.1 |
| 1164 | 2025-02-28T10:18:29.419Z | Downloaded bitfield v0.14.0 |
| 1165 | 2025-02-28T10:18:29.419Z | Downloaded const_format_proc_macros v0.2.34 |
| 1166 | 2025-02-28T10:18:29.422Z | Downloaded cancel-safe-futures v0.1.5 |
| 1167 | 2025-02-28T10:18:29.426Z | Downloaded lru v0.12.5 |
| 1168 | 2025-02-28T10:18:29.426Z | Downloaded libsw v3.4.0 |
| 1169 | 2025-02-28T10:18:29.429Z | Downloaded libefi-sys v0.1.0 |
| 1170 | 2025-02-28T10:18:29.429Z | Downloaded bzip2 v0.4.4 |
| 1171 | 2025-02-28T10:18:29.429Z | Downloaded base64ct v1.6.0 |
| 1172 | 2025-02-28T10:18:29.431Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1173 | 2025-02-28T10:18:29.431Z | Downloaded predicates-tree v1.0.11 |
| 1174 | 2025-02-28T10:18:29.432Z | Downloaded console v0.15.10 |
| 1175 | 2025-02-28T10:18:29.434Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1176 | 2025-02-28T10:18:29.437Z | Downloaded backoff v0.4.0 |
| 1177 | 2025-02-28T10:18:29.439Z | Downloaded indent_write v2.2.0 |
| 1178 | 2025-02-28T10:18:29.439Z | Downloaded libsw-core v0.3.1 |
| 1179 | 2025-02-28T10:18:29.439Z | Downloaded is-terminal v0.4.13 |
| 1180 | 2025-02-28T10:18:29.442Z | Downloaded ahash v0.8.11 |
| 1181 | 2025-02-28T10:18:29.444Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1182 | 2025-02-28T10:18:29.447Z | Downloaded inout v0.1.3 |
| 1183 | 2025-02-28T10:18:29.447Z | Downloaded indoc v2.0.5 |
| 1184 | 2025-02-28T10:18:29.449Z | Downloaded buf-list v1.0.3 |
| 1185 | 2025-02-28T10:18:29.452Z | Downloaded bit-set v0.8.0 |
| 1186 | 2025-02-28T10:18:29.452Z | Downloaded bit-set v0.5.3 |
| 1187 | 2025-02-28T10:18:29.452Z | Downloaded atty v0.2.14 |
| 1188 | 2025-02-28T10:18:29.455Z | Downloaded linear-map v1.2.0 |
| 1189 | 2025-02-28T10:18:29.455Z | Downloaded keccak v0.1.5 |
| 1190 | 2025-02-28T10:18:29.459Z | Downloaded instability v0.3.2 |
| 1191 | 2025-02-28T10:18:29.459Z | Downloaded lazycell v1.3.0 |
| 1192 | 2025-02-28T10:18:29.459Z | Downloaded hyper-tls v0.6.0 |
| 1193 | 2025-02-28T10:18:29.462Z | Downloaded home v0.5.9 |
| 1194 | 2025-02-28T10:18:29.462Z | Downloaded crc-catalog v2.4.0 |
| 1195 | 2025-02-28T10:18:29.462Z | Downloaded blowfish v0.9.1 |
| 1196 | 2025-02-28T10:18:29.462Z | Downloaded bb8 v0.8.5 |
| 1197 | 2025-02-28T10:18:29.466Z | Downloaded base16ct v0.2.0 |
| 1198 | 2025-02-28T10:18:29.466Z | Downloaded hubpack v0.1.2 |
| 1199 | 2025-02-28T10:18:29.466Z | Downloaded cexpr v0.6.0 |
| 1200 | 2025-02-28T10:18:29.469Z | Downloaded heck v0.3.3 |
| 1201 | 2025-02-28T10:18:29.469Z | Downloaded cassowary v0.3.0 |
| 1202 | 2025-02-28T10:18:29.469Z | Downloaded bit-vec v0.8.0 |
| 1203 | 2025-02-28T10:18:29.472Z | Downloaded cobs v0.2.3 |
| 1204 | 2025-02-28T10:18:29.472Z | Downloaded ciborium-ll v0.2.2 |
| 1205 | 2025-02-28T10:18:29.472Z | Downloaded arrayref v0.3.9 |
| 1206 | 2025-02-28T10:18:29.813Z | Downloaded aws-lc-sys v0.26.0 |
| 1207 | 2025-02-28T10:18:30.130Z | Compiling serde v1.0.218 |
| 1208 | 2025-02-28T10:18:30.133Z | Compiling value-bag v1.9.0 |
| 1209 | 2025-02-28T10:18:30.133Z | Compiling lock_api v0.4.12 |
| 1210 | 2025-02-28T10:18:30.133Z | Compiling scopeguard v1.2.0 |
| 1211 | 2025-02-28T10:18:30.133Z | Compiling typenum v1.17.0 |
| 1212 | 2025-02-28T10:18:30.133Z | Compiling generic-array v0.14.7 |
| 1213 | 2025-02-28T10:18:30.324Z | Compiling syn v2.0.98 |
| 1214 | 2025-02-28T10:18:30.341Z | Compiling getrandom v0.2.15 |
| 1215 | 2025-02-28T10:18:30.497Z | Compiling subtle v2.6.1 |
| 1216 | 2025-02-28T10:18:30.669Z | Compiling rand_core v0.6.4 |
| 1217 | 2025-02-28T10:18:30.736Z | Compiling log v0.4.22 |
| 1218 | 2025-02-28T10:18:30.824Z | Compiling shlex v1.3.0 |
| 1219 | 2025-02-28T10:18:30.841Z | Compiling jobserver v0.1.32 |
| 1220 | 2025-02-28T10:18:30.874Z | Compiling smallvec v1.14.0 |
| 1221 | 2025-02-28T10:18:31.190Z | Compiling const-oid v0.9.6 |
| 1222 | 2025-02-28T10:18:31.209Z | Compiling pin-project-lite v0.2.14 |
| 1223 | 2025-02-28T10:18:31.209Z | Compiling rustix v0.38.37 |
| 1224 | 2025-02-28T10:18:31.262Z | Compiling cc v1.2.15 |
| 1225 | 2025-02-28T10:18:31.336Z | Compiling parking_lot_core v0.9.10 |
| 1226 | 2025-02-28T10:18:31.453Z | Compiling futures-core v0.3.31 |
| 1227 | 2025-02-28T10:18:31.610Z | Compiling spin v0.9.8 |
| 1228 | 2025-02-28T10:18:31.699Z | Compiling signal-hook-registry v1.4.2 |
| 1229 | 2025-02-28T10:18:31.958Z | Compiling mio v1.0.2 |
| 1230 | 2025-02-28T10:18:32.218Z | Compiling aho-corasick v1.1.3 |
| 1231 | 2025-02-28T10:18:32.507Z | Compiling parking_lot v0.12.3 |
| 1232 | 2025-02-28T10:18:32.562Z | Compiling either v1.14.0 |
| 1233 | 2025-02-28T10:18:32.631Z | Compiling stable_deref_trait v1.2.0 |
| 1234 | 2025-02-28T10:18:32.754Z | Compiling futures-sink v0.3.31 |
| 1235 | 2025-02-28T10:18:32.925Z | Compiling regex-syntax v0.8.5 |
| 1236 | 2025-02-28T10:18:32.994Z | Compiling cpufeatures v0.2.14 |
| 1237 | 2025-02-28T10:18:33.109Z | Compiling socket2 v0.5.8 |
| 1238 | 2025-02-28T10:18:33.127Z | Compiling slab v0.4.9 |
| 1239 | 2025-02-28T10:18:33.308Z | Compiling glob v0.3.2 |
| 1240 | 2025-02-28T10:18:33.377Z | Compiling prettyplease v0.2.29 |
| 1241 | 2025-02-28T10:18:33.806Z | Compiling lazy_static v1.5.0 |
| 1242 | 2025-02-28T10:18:33.952Z | Compiling serde_json v1.0.139 |
| 1243 | 2025-02-28T10:18:33.974Z | Compiling minimal-lexical v0.2.1 |
| 1244 | 2025-02-28T10:18:34.015Z | Compiling futures-channel v0.3.31 |
| 1245 | 2025-02-28T10:18:34.224Z | Compiling clang-sys v1.8.1 |
| 1246 | 2025-02-28T10:18:34.324Z | Compiling libloading v0.8.5 |
| 1247 | 2025-02-28T10:18:34.440Z | Compiling nom v7.1.3 |
| 1248 | 2025-02-28T10:18:34.481Z | Compiling futures-task v0.3.31 |
| 1249 | 2025-02-28T10:18:34.726Z | Compiling futures-io v0.3.31 |
| 1250 | 2025-02-28T10:18:34.785Z | Compiling bindgen v0.69.5 |
| 1251 | 2025-02-28T10:18:34.984Z | Compiling home v0.5.9 |
| 1252 | 2025-02-28T10:18:35.003Z | Compiling pin-utils v0.1.0 |
| 1253 | 2025-02-28T10:18:35.215Z | Compiling itertools v0.12.1 |
| 1254 | 2025-02-28T10:18:35.298Z | Compiling allocator-api2 v0.2.18 |
| 1255 | 2025-02-28T10:18:35.661Z | Compiling foldhash v0.1.3 |
| 1256 | 2025-02-28T10:18:35.993Z | Compiling libm v0.2.8 |
| 1257 | 2025-02-28T10:18:36.049Z | Compiling lazycell v1.3.0 |
| 1258 | 2025-02-28T10:18:36.230Z | Compiling rustc-hash v1.1.0 |
| 1259 | 2025-02-28T10:18:36.375Z | Compiling hashbrown v0.15.1 |
| 1260 | 2025-02-28T10:18:36.397Z | Compiling cmake v0.1.51 |
| 1261 | 2025-02-28T10:18:36.994Z | Compiling regex-automata v0.4.8 |
| 1262 | 2025-02-28T10:18:37.287Z | Compiling num-traits v0.2.19 |
| 1263 | 2025-02-28T10:18:37.618Z | Compiling cexpr v0.6.0 |
| 1264 | 2025-02-28T10:18:37.644Z | Compiling pkg-config v0.3.31 |
| 1265 | 2025-02-28T10:18:37.903Z | Compiling synstructure v0.13.1 |
| 1266 | 2025-02-28T10:18:38.880Z | Compiling dunce v1.0.5 |
| 1267 | 2025-02-28T10:18:38.989Z | Compiling fs_extra v1.3.0 |
| 1268 | 2025-02-28T10:18:39.245Z | Compiling getrandom v0.3.1 |
| 1269 | 2025-02-28T10:18:39.266Z | Compiling writeable v0.5.5 |
| 1270 | 2025-02-28T10:18:39.535Z | Compiling litemap v0.7.3 |
| 1271 | 2025-02-28T10:18:39.785Z | Compiling ring v0.17.11 |
| 1272 | 2025-02-28T10:18:39.913Z | Compiling paste v1.0.15 |
| 1273 | 2025-02-28T10:18:39.972Z | Compiling base64ct v1.6.0 |
| 1274 | 2025-02-28T10:18:40.468Z | Compiling pem-rfc7468 v0.7.0 |
| 1275 | 2025-02-28T10:18:40.922Z | Compiling httparse v1.9.5 |
| 1276 | 2025-02-28T10:18:41.043Z | Compiling aws-lc-rs v1.12.4 |
| 1277 | 2025-02-28T10:18:41.107Z | Compiling flagset v0.4.6 |
| 1278 | 2025-02-28T10:18:41.317Z | Compiling icu_locid_transform_data v1.5.0 |
| 1279 | 2025-02-28T10:18:41.469Z | Compiling tracing-core v0.1.32 |
| 1280 | 2025-02-28T10:18:41.666Z | Compiling rustls-pki-types v1.10.0 |
| 1281 | 2025-02-28T10:18:42.135Z | Compiling icu_properties_data v1.5.0 |
| 1282 | 2025-02-28T10:18:42.379Z | Compiling regex v1.11.1 |
| 1283 | 2025-02-28T10:18:42.407Z | Compiling crossbeam-utils v0.8.20 |
| 1284 | 2025-02-28T10:18:42.546Z | Compiling percent-encoding v2.3.1 |
| 1285 | 2025-02-28T10:18:42.695Z | Compiling serde_derive v1.0.218 |
| 1286 | 2025-02-28T10:18:42.831Z | Compiling zeroize_derive v1.4.2 |
| 1287 | 2025-02-28T10:18:42.923Z | Compiling zerocopy-derive v0.7.35 |
| 1288 | 2025-02-28T10:18:43.217Z | Compiling tokio-macros v2.5.0 |
| 1289 | 2025-02-28T10:18:43.284Z | Compiling zerofrom-derive v0.1.4 |
| 1290 | 2025-02-28T10:18:44.143Z | Compiling zeroize v1.8.1 |
| 1291 | 2025-02-28T10:18:44.597Z | Compiling yoke-derive v0.7.4 |
| 1292 | 2025-02-28T10:18:44.743Z | Compiling zerocopy v0.7.35 |
| 1293 | 2025-02-28T10:18:45.239Z | Compiling futures-macro v0.3.31 |
| 1294 | 2025-02-28T10:18:45.715Z | Compiling crypto-common v0.1.6 |
| 1295 | 2025-02-28T10:18:45.955Z | Compiling block-buffer v0.10.4 |
| 1296 | 2025-02-28T10:18:46.075Z | Compiling zerovec-derive v0.10.3 |
| 1297 | 2025-02-28T10:18:46.234Z | Compiling digest v0.10.7 |
| 1298 | 2025-02-28T10:18:46.631Z | Compiling zerofrom v0.1.4 |
| 1299 | 2025-02-28T10:18:46.719Z | Compiling thiserror-impl v1.0.69 |
| 1300 | 2025-02-28T10:18:46.838Z | Compiling hmac v0.12.1 |
| 1301 | 2025-02-28T10:18:46.986Z | Compiling futures-util v0.3.31 |
| 1302 | 2025-02-28T10:18:47.081Z | Compiling yoke v0.7.4 |
| 1303 | 2025-02-28T10:18:47.167Z | Compiling displaydoc v0.2.5 |
| 1304 | 2025-02-28T10:18:47.322Z | Compiling block-padding v0.3.3 |
| 1305 | 2025-02-28T10:18:47.462Z | Compiling ppv-lite86 v0.2.20 |
| 1306 | 2025-02-28T10:18:47.575Z | Compiling inout v0.1.3 |
| 1307 | 2025-02-28T10:18:47.855Z | Compiling cipher v0.4.4 |
| 1308 | 2025-02-28T10:18:48.209Z | Compiling sha2 v0.10.8 |
| 1309 | 2025-02-28T10:18:48.336Z | Compiling icu_provider_macros v1.5.0 |
| 1310 | 2025-02-28T10:18:48.463Z | Compiling zerovec v0.10.4 |
| 1311 | 2025-02-28T10:18:48.671Z | Compiling der_derive v0.7.3 |
| 1312 | 2025-02-28T10:18:49.405Z | Compiling tracing-attributes v0.1.27 |
| 1313 | 2025-02-28T10:18:49.529Z | Compiling thiserror v1.0.69 |
| 1314 | 2025-02-28T10:18:49.654Z | Compiling pest v2.7.14 |
| 1315 | 2025-02-28T10:18:50.370Z | Compiling tinystr v0.7.6 |
| 1316 | 2025-02-28T10:18:50.740Z | Compiling icu_locid v1.5.0 |
| 1317 | 2025-02-28T10:18:50.767Z | Compiling der v0.7.9 |
| 1318 | 2025-02-28T10:18:51.678Z | Compiling icu_collections v1.5.0 |
| 1319 | 2025-02-28T10:18:51.701Z | Compiling salsa20 v0.10.2 |
| 1320 | 2025-02-28T10:18:51.925Z | Compiling icu_provider v1.5.0 |
| 1321 | 2025-02-28T10:18:52.114Z | Compiling pbkdf2 v0.12.2 |
| 1322 | 2025-02-28T10:18:52.337Z | Compiling time-core v0.1.2 |
| 1323 | 2025-02-28T10:18:52.483Z | Compiling tracing v0.1.40 |
| 1324 | 2025-02-28T10:18:52.538Z | Compiling untrusted v0.9.0 |
| 1325 | 2025-02-28T10:18:52.608Z | Compiling icu_normalizer_data v1.5.0 |
| 1326 | 2025-02-28T10:18:52.727Z | Compiling icu_locid_transform v1.5.0 |
| 1327 | 2025-02-28T10:18:52.748Z | Compiling untrusted v0.7.1 |
| 1328 | 2025-02-28T10:18:52.750Z | Compiling write16 v1.0.0 |
| 1329 | 2025-02-28T10:18:52.923Z | Compiling spki v0.7.3 |
| 1330 | 2025-02-28T10:18:52.945Z | Compiling vcpkg v0.2.15 |
| 1331 | 2025-02-28T10:18:52.966Z | Compiling utf8_iter v1.0.4 |
| 1332 | 2025-02-28T10:18:52.969Z | Compiling powerfmt v0.2.0 |
| 1333 | 2025-02-28T10:18:53.003Z | Compiling num-conv v0.1.0 |
| 1334 | 2025-02-28T10:18:53.214Z | Compiling utf16_iter v1.0.5 |
| 1335 | 2025-02-28T10:18:53.267Z | Compiling deranged v0.3.11 |
| 1336 | 2025-02-28T10:18:53.300Z | Compiling time-macros v0.2.18 |
| 1337 | 2025-02-28T10:18:53.731Z | Compiling scrypt v0.11.0 |
| 1338 | 2025-02-28T10:18:54.251Z | Compiling icu_properties v1.5.1 |
| 1339 | 2025-02-28T10:18:54.536Z | Compiling pest_meta v2.7.14 |
| 1340 | 2025-02-28T10:18:54.685Z | Compiling cbc v0.1.2 |
| 1341 | 2025-02-28T10:18:54.695Z | Compiling openssl-sys v0.9.106 |
| 1342 | 2025-02-28T10:18:54.927Z | Compiling bitflags v2.6.0 |
| 1343 | 2025-02-28T10:18:55.024Z | Compiling bytes v1.10.0 |
| 1344 | 2025-02-28T10:18:55.762Z | Compiling semver v1.0.25 |
| 1345 | 2025-02-28T10:18:56.281Z | Compiling tokio v1.43.0 |
| 1346 | 2025-02-28T10:18:56.449Z | Compiling indexmap v2.7.1 |
| 1347 | 2025-02-28T10:18:56.475Z | Compiling http v1.2.0 |
| 1348 | 2025-02-28T10:18:57.613Z | Compiling rustc_version v0.4.1 |
| 1349 | 2025-02-28T10:18:57.869Z | Compiling icu_normalizer v1.5.0 |
| 1350 | 2025-02-28T10:18:57.936Z | Compiling aes v0.8.4 |
| 1351 | 2025-02-28T10:18:58.280Z | Compiling scroll_derive v0.12.0 |
| 1352 | 2025-02-28T10:18:58.627Z | Compiling atomic-waker v1.1.2 |
| 1353 | 2025-02-28T10:18:58.806Z | Compiling tinyvec_macros v0.1.1 |
| 1354 | 2025-02-28T10:18:58.826Z | Compiling num_threads v0.1.7 |
| 1355 | 2025-02-28T10:18:58.845Z | Compiling idna_adapter v1.2.0 |
| 1356 | 2025-02-28T10:18:58.912Z | Compiling tinyvec v1.8.0 |
| 1357 | 2025-02-28T10:18:58.961Z | Compiling time v0.3.36 |
| 1358 | 2025-02-28T10:18:59.075Z | Compiling which v4.4.2 |
| 1359 | 2025-02-28T10:18:59.631Z | Compiling pkcs5 v0.7.1 |
| 1360 | 2025-02-28T10:18:59.656Z | Compiling scroll v0.12.0 |
| 1361 | 2025-02-28T10:19:00.114Z | Compiling http-body v1.0.1 |
| 1362 | 2025-02-28T10:19:00.182Z | Compiling pest_generator v2.7.14 |
| 1363 | 2025-02-28T10:19:00.381Z | Compiling rand_chacha v0.3.1 |
| 1364 | 2025-02-28T10:19:00.591Z | Compiling form_urlencoded v1.2.1 |
| 1365 | 2025-02-28T10:19:00.677Z | Compiling zerocopy v0.8.10 |
| 1366 | 2025-02-28T10:19:00.696Z | Compiling slog v2.7.0 |
| 1367 | 2025-02-28T10:19:00.901Z | Compiling try-lock v0.2.5 |
| 1368 | 2025-02-28T10:19:01.076Z | Compiling want v0.3.1 |
| 1369 | 2025-02-28T10:19:01.289Z | Compiling goblin v0.8.2 |
| 1370 | 2025-02-28T10:19:01.350Z | Compiling rand v0.8.5 |
| 1371 | 2025-02-28T10:19:01.577Z | Compiling pkcs8 v0.10.2 |
| 1372 | 2025-02-28T10:19:01.987Z | Compiling pest_derive v2.7.14 |
| 1373 | 2025-02-28T10:19:02.267Z | Compiling idna v1.0.3 |
| 1374 | 2025-02-28T10:19:02.668Z | Compiling uuid v1.15.1 |
| 1375 | 2025-02-28T10:19:02.830Z | Compiling zerocopy-derive v0.8.10 |
| 1376 | 2025-02-28T10:19:03.430Z | Compiling httpdate v1.0.3 |
| 1377 | 2025-02-28T10:19:03.530Z | Compiling iana-time-zone v0.1.61 |
| 1378 | 2025-02-28T10:19:03.815Z | Compiling tower-service v0.3.3 |
| 1379 | 2025-02-28T10:19:03.861Z | Compiling chrono v0.4.40 |
| 1380 | 2025-02-28T10:19:03.917Z | Compiling dtrace-parser v0.2.0 |
| 1381 | 2025-02-28T10:19:04.236Z | Compiling serde_spanned v0.6.8 |
| 1382 | 2025-02-28T10:19:04.486Z | Compiling tokio-util v0.7.13 |
| 1383 | 2025-02-28T10:19:04.695Z | Compiling serde_tokenstream v0.2.2 |
| 1384 | 2025-02-28T10:19:05.281Z | Compiling toml_datetime v0.6.8 |
| 1385 | 2025-02-28T10:19:05.453Z | Compiling h2 v0.4.6 |
| 1386 | 2025-02-28T10:19:05.688Z | Compiling openssl v0.10.71 |
| 1387 | 2025-02-28T10:19:05.745Z | Compiling match_cfg v0.1.0 |
| 1388 | 2025-02-28T10:19:05.856Z | Compiling foreign-types-shared v0.1.1 |
| 1389 | 2025-02-28T10:19:05.988Z | Compiling base64 v0.22.1 |
| 1390 | 2025-02-28T10:19:06.139Z | Compiling rustversion v1.0.17 |
| 1391 | 2025-02-28T10:19:06.657Z | Compiling adler2 v2.0.0 |
| 1392 | 2025-02-28T10:19:06.870Z | Compiling miniz_oxide v0.8.5 |
| 1393 | 2025-02-28T10:19:06.921Z | Compiling foreign-types v0.3.2 |
| 1394 | 2025-02-28T10:19:07.071Z | Compiling dof v0.3.0 |
| 1395 | 2025-02-28T10:19:07.166Z | Compiling hostname v0.3.1 |
| 1396 | 2025-02-28T10:19:07.391Z | Compiling url v2.5.3 |
| 1397 | 2025-02-28T10:19:08.477Z | Compiling usdt-impl v0.5.0 |
| 1398 | 2025-02-28T10:19:08.794Z | Compiling rand_core v0.9.2 |
| 1399 | 2025-02-28T10:19:09.163Z | Compiling openssl-macros v0.1.1 |
| 1400 | 2025-02-28T10:19:09.234Z | Compiling async-trait v0.1.86 |
| 1401 | 2025-02-28T10:19:09.352Z | Compiling serde_derive_internals v0.29.1 |
| 1402 | 2025-02-28T10:19:09.804Z | Compiling dirs-sys-next v0.1.2 |
| 1403 | 2025-02-28T10:19:09.867Z | Compiling siphasher v0.3.11 |
| 1404 | 2025-02-28T10:19:10.055Z | Compiling rustls v0.23.19 |
| 1405 | 2025-02-28T10:19:10.237Z | Compiling rustls v0.22.4 |
| 1406 | 2025-02-28T10:19:10.335Z | Compiling syn v1.0.109 |
| 1407 | 2025-02-28T10:19:10.362Z | Compiling data-encoding v2.6.0 |
| 1408 | 2025-02-28T10:19:10.391Z | Compiling native-tls v0.2.12 |
| 1409 | 2025-02-28T10:19:10.542Z | Compiling schemars v0.8.22 |
| 1410 | 2025-02-28T10:19:10.816Z | Compiling dirs-next v2.0.0 |
| 1411 | 2025-02-28T10:19:10.987Z | Compiling rand_chacha v0.9.0 |
| 1412 | 2025-02-28T10:19:11.604Z | Compiling schemars_derive v0.8.22 |
| 1413 | 2025-02-28T10:19:11.654Z | Compiling http-body-util v0.1.2 |
| 1414 | 2025-02-28T10:19:12.222Z | Compiling unicode-normalization v0.1.24 |
| 1415 | 2025-02-28T10:19:12.291Z | Compiling heapless v0.7.17 |
| 1416 | 2025-02-28T10:19:12.312Z | Compiling crossbeam-epoch v0.9.18 |
| 1417 | 2025-02-28T10:19:12.743Z | Compiling hyper v1.6.0 |
| 1418 | 2025-02-28T10:19:12.980Z | Compiling signature v2.2.0 |
| 1419 | 2025-02-28T10:19:13.155Z | Compiling sha1 v0.10.6 |
| 1420 | 2025-02-28T10:19:13.267Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1421 | 2025-02-28T10:19:13.314Z | Compiling thread_local v1.1.8 |
| 1422 | 2025-02-28T10:19:13.591Z | Compiling multer v3.1.0 |
| 1423 | 2025-02-28T10:19:13.776Z | Compiling encoding_rs v0.8.34 |
| 1424 | 2025-02-28T10:19:13.811Z | Compiling cookie v0.18.1 |
| 1425 | 2025-02-28T10:19:13.921Z | Compiling gimli v0.31.1 |
| 1426 | 2025-02-28T10:19:14.137Z | Compiling signal-hook v0.3.17 |
| 1427 | 2025-02-28T10:19:14.439Z | Compiling unicode-properties v0.1.3 |
| 1428 | 2025-02-28T10:19:14.579Z | Compiling dyn-clone v1.0.18 |
| 1429 | 2025-02-28T10:19:14.806Z | Compiling rayon-core v1.12.1 |
| 1430 | 2025-02-28T10:19:14.836Z | Compiling slog-async v2.8.0 |
| 1431 | 2025-02-28T10:19:15.108Z | Compiling hyper-util v0.1.10 |
| 1432 | 2025-02-28T10:19:15.271Z | Compiling unicode-bidi v0.3.17 |
| 1433 | 2025-02-28T10:19:15.340Z | Compiling mime v0.3.17 |
| 1434 | 2025-02-28T10:19:15.865Z | Compiling ipnet v2.11.0 |
| 1435 | 2025-02-28T10:19:16.262Z | Compiling openssl-probe v0.1.5 |
| 1436 | 2025-02-28T10:19:16.552Z | Compiling stringprep v0.1.5 |
| 1437 | 2025-02-28T10:19:16.904Z | Compiling toml_edit v0.22.24 |
| 1438 | 2025-02-28T10:19:17.956Z | Compiling crossbeam-deque v0.8.5 |
| 1439 | 2025-02-28T10:19:17.979Z | Compiling rand v0.9.0 |
| 1440 | 2025-02-28T10:19:18.300Z | Compiling addr2line v0.24.2 |
| 1441 | 2025-02-28T10:19:18.723Z | Compiling term v0.7.0 |
| 1442 | 2025-02-28T10:19:18.908Z | Compiling usdt-macro v0.5.0 |
| 1443 | 2025-02-28T10:19:19.429Z | Compiling usdt-attr-macro v0.5.0 |
| 1444 | 2025-02-28T10:19:19.590Z | Compiling slog-json v2.6.1 |
| 1445 | 2025-02-28T10:19:19.915Z | Compiling serde_urlencoded v0.7.1 |
| 1446 | 2025-02-28T10:19:19.945Z | Compiling curve25519-dalek v4.1.3 |
| 1447 | 2025-02-28T10:19:20.267Z | Compiling crossbeam-channel v0.5.13 |
| 1448 | 2025-02-28T10:19:20.400Z | Compiling enum-as-inner v0.6.1 |
| 1449 | 2025-02-28T10:19:20.424Z | Compiling futures-executor v0.3.31 |
| 1450 | 2025-02-28T10:19:20.640Z | Compiling md-5 v0.10.6 |
| 1451 | 2025-02-28T10:19:20.928Z | Compiling async-stream-impl v0.3.6 |
| 1452 | 2025-02-28T10:19:20.948Z | Compiling rustls-pemfile v2.2.0 |
| 1453 | 2025-02-28T10:19:20.968Z | Compiling num-integer v0.1.46 |
| 1454 | 2025-02-28T10:19:21.259Z | Compiling hash32 v0.2.1 |
| 1455 | 2025-02-28T10:19:21.293Z | Compiling ff v0.13.0 |
| 1456 | 2025-02-28T10:19:21.360Z | Compiling is-terminal v0.4.13 |
| 1457 | 2025-02-28T10:19:21.500Z | Compiling object v0.36.5 |
| 1458 | 2025-02-28T10:19:21.520Z | Compiling memoffset v0.9.1 |
| 1459 | 2025-02-28T10:19:21.627Z | Compiling dropshot v0.12.0 |
| 1460 | 2025-02-28T10:19:21.652Z | Compiling fallible-iterator v0.2.0 |
| 1461 | 2025-02-28T10:19:21.845Z | Compiling linked-hash-map v0.5.6 |
| 1462 | 2025-02-28T10:19:21.963Z | Compiling base16ct v0.2.0 |
| 1463 | 2025-02-28T10:19:22.157Z | Compiling cfg_aliases v0.2.1 |
| 1464 | 2025-02-28T10:19:22.213Z | Compiling litrs v0.4.1 |
| 1465 | 2025-02-28T10:19:22.274Z | Compiling smoltcp v0.9.1 |
| 1466 | 2025-02-28T10:19:22.295Z | Compiling take_mut v0.2.2 |
| 1467 | 2025-02-28T10:19:22.351Z | Compiling anyhow v1.0.96 |
| 1468 | 2025-02-28T10:19:22.469Z | Compiling quick-error v1.2.3 |
| 1469 | 2025-02-28T10:19:22.639Z | Compiling num-bigint-dig v0.8.4 |
| 1470 | 2025-02-28T10:19:22.929Z | Compiling rustc-demangle v0.1.24 |
| 1471 | 2025-02-28T10:19:22.949Z | Compiling psl-types v2.0.11 |
| 1472 | 2025-02-28T10:19:22.969Z | Compiling portable-atomic v1.9.0 |
| 1473 | 2025-02-28T10:19:23.154Z | Compiling utf-8 v0.7.6 |
| 1474 | 2025-02-28T10:19:23.312Z | Compiling document-features v0.2.10 |
| 1475 | 2025-02-28T10:19:23.476Z | Compiling tungstenite v0.24.0 |
| 1476 | 2025-02-28T10:19:23.817Z | Compiling publicsuffix v2.3.0 |
| 1477 | 2025-02-28T10:19:24.087Z | Compiling resolv-conf v0.7.0 |
| 1478 | 2025-02-28T10:19:24.448Z | Compiling postgres-protocol v0.6.8 |
| 1479 | 2025-02-28T10:19:24.480Z | Compiling nix v0.29.0 |
| 1480 | 2025-02-28T10:19:24.736Z | Compiling sec1 v0.7.3 |
| 1481 | 2025-02-28T10:19:25.135Z | Compiling lru-cache v0.1.2 |
| 1482 | 2025-02-28T10:19:25.277Z | Compiling async-stream v0.3.6 |
| 1483 | 2025-02-28T10:19:25.462Z | Compiling usdt v0.5.0 |
| 1484 | 2025-02-28T10:19:25.513Z | Compiling group v0.13.0 |
| 1485 | 2025-02-28T10:19:25.560Z | Compiling slog-term v2.9.1 |
| 1486 | 2025-02-28T10:19:25.670Z | Compiling num-iter v0.1.45 |
| 1487 | 2025-02-28T10:19:25.833Z | Compiling hickory-proto v0.24.4 |
| 1488 | 2025-02-28T10:19:25.879Z | Compiling futures v0.3.31 |
| 1489 | 2025-02-28T10:19:26.004Z | Compiling toml v0.8.20 |
| 1490 | 2025-02-28T10:19:26.043Z | Compiling slog-bunyan v2.5.0 |
| 1491 | 2025-02-28T10:19:27.492Z | Compiling camino v1.1.9 |
| 1492 | 2025-02-28T10:19:27.641Z | Compiling tokio-native-tls v0.3.1 |
| 1493 | 2025-02-28T10:19:27.902Z | Compiling phf_shared v0.11.2 |
| 1494 | 2025-02-28T10:19:27.929Z | Compiling dropshot_endpoint v0.12.0 |
| 1495 | 2025-02-28T10:19:28.282Z | Compiling backtrace v0.3.74 |
| 1496 | 2025-02-28T10:19:28.321Z | Compiling terminal_size v0.4.0 |
| 1497 | 2025-02-28T10:19:28.324Z | Compiling waitgroup v0.1.2 |
| 1498 | 2025-02-28T10:19:28.552Z | Compiling openapiv3 v2.0.0 |
| 1499 | 2025-02-28T10:19:28.575Z | Compiling serde_path_to_error v0.1.16 |
| 1500 | 2025-02-28T10:19:28.710Z | Compiling hkdf v0.12.4 |
| 1501 | 2025-02-28T10:19:28.990Z | Compiling crypto-bigint v0.5.5 |
| 1502 | 2025-02-28T10:19:29.361Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1503 | 2025-02-28T10:19:30.754Z | Compiling hubpack_derive v0.1.1 |
| 1504 | 2025-02-28T10:19:30.786Z | Compiling zerocopy-derive v0.6.6 |
| 1505 | 2025-02-28T10:19:31.155Z | Compiling webpki-roots v0.26.6 |
| 1506 | 2025-02-28T10:19:31.374Z | Compiling sync_wrapper v1.0.1 |
| 1507 | 2025-02-28T10:19:31.546Z | Compiling hostname v0.4.0 |
| 1508 | 2025-02-28T10:19:31.653Z | Compiling crc32fast v1.4.2 |
| 1509 | 2025-02-28T10:19:31.773Z | Compiling fs-err v2.11.0 |
| 1510 | 2025-02-28T10:19:32.001Z | Compiling ahash v0.8.11 |
| 1511 | 2025-02-28T10:19:32.058Z | Compiling managed v0.8.0 |
| 1512 | 2025-02-28T10:19:32.124Z | Compiling tower-layer v0.3.3 |
| 1513 | 2025-02-28T10:19:32.379Z | Compiling debug-ignore v1.0.5 |
| 1514 | 2025-02-28T10:19:32.420Z | Compiling newtype-uuid v1.2.1 |
| 1515 | 2025-02-28T10:19:32.506Z | Compiling winnow v0.5.40 |
| 1516 | 2025-02-28T10:19:32.555Z | Compiling unicode-width v0.2.0 |
| 1517 | 2025-02-28T10:19:32.663Z | Compiling zerocopy v0.6.6 |
| 1518 | 2025-02-28T10:19:32.767Z | Compiling clap_builder v4.5.31 |
| 1519 | 2025-02-28T10:19:33.083Z | Compiling console v0.15.10 |
| 1520 | 2025-02-28T10:19:33.474Z | Compiling tower v0.5.2 |
| 1521 | 2025-02-28T10:19:34.388Z | Compiling strum_macros v0.25.3 |
| 1522 | 2025-02-28T10:19:34.461Z | Compiling elliptic-curve v0.13.8 |
| 1523 | 2025-02-28T10:19:34.483Z | Compiling flate2 v1.1.0 |
| 1524 | 2025-02-28T10:19:34.817Z | Compiling hubpack v0.1.2 |
| 1525 | 2025-02-28T10:19:34.981Z | Compiling hickory-resolver v0.24.4 |
| 1526 | 2025-02-28T10:19:35.365Z | Compiling phf v0.11.2 |
| 1527 | 2025-02-28T10:19:35.645Z | Compiling toml_edit v0.19.15 |
| 1528 | 2025-02-28T10:19:35.887Z | Compiling signal-hook-mio v0.2.4 |
| 1529 | 2025-02-28T10:19:36.022Z | Compiling hyper-tls v0.6.0 |
| 1530 | 2025-02-28T10:19:36.066Z | Compiling rayon v1.10.0 |
| 1531 | 2025-02-28T10:19:36.450Z | Compiling cookie_store v0.21.1 |
| 1532 | 2025-02-28T10:19:37.917Z | Compiling bzip2 v0.4.4 |
| 1533 | 2025-02-28T10:19:38.467Z | Compiling postgres-types v0.2.9 |
| 1534 | 2025-02-28T10:19:39.774Z | Compiling tokio-tungstenite v0.24.0 |
| 1535 | 2025-02-28T10:19:40.403Z | Compiling ed25519 v2.2.3 |
| 1536 | 2025-02-28T10:19:40.516Z | Compiling phf_shared v0.10.0 |
| 1537 | 2025-02-28T10:19:40.537Z | Compiling tokio-stream v0.1.17 |
| 1538 | 2025-02-28T10:19:40.912Z | Compiling pkcs1 v0.7.5 |
| 1539 | 2025-02-28T10:19:41.543Z | Compiling serde-big-array v0.5.1 |
| 1540 | 2025-02-28T10:19:41.564Z | Compiling clap_derive v4.5.28 |
| 1541 | 2025-02-28T10:19:41.794Z | Compiling rfc6979 v0.4.0 |
| 1542 | 2025-02-28T10:19:41.815Z | Compiling serde_repr v0.1.19 |
| 1543 | 2025-02-28T10:19:41.998Z | Compiling derive-where v1.2.7 |
| 1544 | 2025-02-28T10:19:42.210Z | Compiling bstr v1.10.0 |
| 1545 | 2025-02-28T10:19:42.615Z | Compiling float-cmp v0.10.0 |
| 1546 | 2025-02-28T10:19:42.849Z | Compiling normalize-line-endings v0.3.0 |
| 1547 | 2025-02-28T10:19:42.931Z | Compiling number_prefix v0.4.0 |
| 1548 | 2025-02-28T10:19:42.996Z | Compiling unicode-segmentation v1.12.0 |
| 1549 | 2025-02-28T10:19:43.163Z | Compiling whoami v1.5.2 |
| 1550 | 2025-02-28T10:19:43.293Z | Compiling static_assertions v1.1.0 |
| 1551 | 2025-02-28T10:19:43.405Z | Compiling predicates-core v1.0.8 |
| 1552 | 2025-02-28T10:19:43.705Z | Compiling difflib v0.4.0 |
| 1553 | 2025-02-28T10:19:43.736Z | Compiling bit-vec v0.6.3 |
| 1554 | 2025-02-28T10:19:43.789Z | Compiling fixedbitset v0.4.2 |
| 1555 | 2025-02-28T10:19:43.859Z | Compiling precomputed-hash v0.1.1 |
| 1556 | 2025-02-28T10:19:43.996Z | Compiling new_debug_unreachable v1.0.6 |
| 1557 | 2025-02-28T10:19:44.107Z | Compiling string_cache v0.8.7 |
| 1558 | 2025-02-28T10:19:44.140Z | Compiling petgraph v0.6.5 |
| 1559 | 2025-02-28T10:19:44.219Z | Compiling predicates v3.1.3 |
| 1560 | 2025-02-28T10:19:44.543Z | Compiling bit-set v0.5.3 |
| 1561 | 2025-02-28T10:19:44.848Z | Compiling similar v2.6.0 |
| 1562 | 2025-02-28T10:19:45.009Z | Compiling tokio-postgres v0.7.13 |
| 1563 | 2025-02-28T10:19:45.182Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1564 | 2025-02-28T10:19:45.677Z | Compiling indicatif v0.17.11 |
| 1565 | 2025-02-28T10:19:46.005Z | Compiling clap v4.5.31 |
| 1566 | 2025-02-28T10:19:46.141Z | Compiling ecdsa v0.16.9 |
| 1567 | 2025-02-28T10:19:46.839Z | Compiling rsa v0.9.6 |
| 1568 | 2025-02-28T10:19:46.988Z | Compiling ed25519-dalek v2.1.1 |
| 1569 | 2025-02-28T10:19:47.717Z | Compiling toml v0.7.8 |
| 1570 | 2025-02-28T10:19:48.323Z | Compiling zip v0.6.6 |
| 1571 | 2025-02-28T10:19:49.133Z | Compiling crossterm v0.28.1 |
| 1572 | 2025-02-28T10:19:50.426Z | Compiling hex v0.4.3 |
| 1573 | 2025-02-28T10:19:50.632Z | Compiling x509-cert v0.2.5 |
| 1574 | 2025-02-28T10:19:50.653Z | Compiling itertools v0.10.5 |
| 1575 | 2025-02-28T10:19:51.021Z | Compiling unicode-xid v0.2.6 |
| 1576 | 2025-02-28T10:19:51.222Z | Compiling peg-runtime v0.8.3 |
| 1577 | 2025-02-28T10:19:51.525Z | Compiling lalrpop-util v0.19.12 |
| 1578 | 2025-02-28T10:19:51.814Z | Compiling strum_macros v0.26.4 |
| 1579 | 2025-02-28T10:19:51.900Z | Compiling xattr v1.3.1 |
| 1580 | 2025-02-28T10:19:52.171Z | Compiling filetime v0.2.25 |
| 1581 | 2025-02-28T10:19:52.443Z | Compiling tar v0.4.44 |
| 1582 | 2025-02-28T10:19:56.366Z | Compiling strum v0.26.3 |
| 1583 | 2025-02-28T10:19:59.106Z | Compiling aws-lc-sys v0.26.0 |
| 1584 | 2025-02-28T10:20:33.012Z | Compiling rustls-webpki v0.102.8 |
| 1585 | 2025-02-28T10:20:36.298Z | Compiling tokio-rustls v0.25.0 |
| 1586 | 2025-02-28T10:20:38.010Z | Compiling tokio-rustls v0.26.0 |
| 1587 | 2025-02-28T10:20:38.326Z | Compiling hyper-rustls v0.27.3 |
| 1588 | 2025-02-28T10:20:38.664Z | Compiling reqwest v0.12.12 |
| 1589 | 2025-02-28T10:20:39.959Z | Compiling qorb v0.2.1 |
| 1590 | 2025-02-28T10:20:46.857Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1591 | 2025-02-28T10:20:46.857Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1592 | 2025-02-28T10:20:47.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s |
| 1593 | 2025-02-28T10:20:48.008Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1594 | 2025-02-28T10:20:48.060Z | Feb 28 10:20:47.626 INFO Starting download, target: Clickhouse |
| 1595 | 2025-02-28T10:20:48.060Z | Feb 28 10:20:47.626 INFO Starting download, target: Cockroach |
| 1596 | 2025-02-28T10:20:48.061Z | Feb 28 10:20:47.626 INFO Starting download, target: Console |
| 1597 | 2025-02-28T10:20:48.061Z | Feb 28 10:20:47.626 INFO Starting download, target: DendriteOpenapi |
| 1598 | 2025-02-28T10:20:48.061Z | Feb 28 10:20:47.626 INFO Starting download, target: DendriteStub |
| 1599 | 2025-02-28T10:20:48.088Z | Feb 28 10:20:47.626 INFO Starting download, target: MaghemiteMgd |
| 1600 | 2025-02-28T10:20:48.089Z | Feb 28 10:20:47.626 INFO Starting download, target: TransceiverControl |
| 1601 | 2025-02-28T10:20:48.089Z | Feb 28 10:20:47.627 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1602 | 2025-02-28T10:20:48.089Z | Feb 28 10:20:47.627 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1603 | 2025-02-28T10:20:48.089Z | Feb 28 10:20:47.627 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1604 | 2025-02-28T10:20:48.089Z | Feb 28 10:20:47.627 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1605 | 2025-02-28T10:20:48.089Z | Feb 28 10:20:47.627 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1606 | 2025-02-28T10:20:48.089Z | Feb 28 10:20:47.627 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1607 | 2025-02-28T10:20:48.089Z | Feb 28 10:20:47.627 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1608 | 2025-02-28T10:20:48.281Z | Feb 28 10:20:47.845 INFO Download complete, target: DendriteOpenapi |
| 1609 | 2025-02-28T10:20:48.413Z | Feb 28 10:20:47.970 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1610 | 2025-02-28T10:20:48.669Z | Feb 28 10:20:48.218 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1611 | 2025-02-28T10:20:48.863Z | Feb 28 10:20:48.426 INFO Download complete, target: TransceiverControl |
| 1612 | 2025-02-28T10:20:48.998Z | Feb 28 10:20:48.561 INFO Download complete, target: Console |
| 1613 | 2025-02-28T10:20:49.079Z | Feb 28 10:20:48.643 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1614 | 2025-02-28T10:20:49.085Z | Feb 28 10:20:48.650 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1615 | 2025-02-28T10:20:49.825Z | Feb 28 10:20:49.392 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1616 | 2025-02-28T10:20:49.826Z | Feb 28 10:20:49.392 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1617 | 2025-02-28T10:20:50.212Z | Feb 28 10:20:49.777 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1618 | 2025-02-28T10:20:51.553Z | Feb 28 10:20:51.119 INFO Download complete, target: DendriteStub |
| 1619 | 2025-02-28T10:20:51.567Z | Feb 28 10:20:51.133 INFO Download complete, target: MaghemiteMgd |
| 1620 | 2025-02-28T10:20:56.304Z | Feb 28 10:20:55.869 INFO Checking that binary works, target: Cockroach |
| 1621 | 2025-02-28T10:20:56.632Z | Feb 28 10:20:56.197 INFO Download complete, target: Cockroach |
| 1622 | 2025-02-28T10:21:00.870Z | Feb 28 10:21:00.435 INFO Checking that binary works, target: Clickhouse |
| 1623 | 2025-02-28T10:21:01.197Z | Feb 28 10:21:00.763 INFO Download complete, target: Clickhouse |
| 1624 | 2025-02-28T10:21:01.208Z | All prerequisites installed successfully |
| 1625 | 2025-02-28T10:21:01.212Z | |
| 1626 | 2025-02-28T10:21:01.212Z | real 5:47.754522650 |
| 1627 | 2025-02-28T10:21:01.212Z | user 15:47.630606272 |
| 1628 | 2025-02-28T10:21:01.212Z | sys 2:10.192112414 |
| 1629 | 2025-02-28T10:21:01.212Z | trap 0.579914425 |
| 1630 | 2025-02-28T10:21:01.212Z | tflt 5.259590703 |
| 1631 | 2025-02-28T10:21:01.212Z | dflt 3.453010270 |
| 1632 | 2025-02-28T10:21:01.212Z | kflt 0.073172202 |
| 1633 | 2025-02-28T10:21:01.212Z | lock 24:26.524288346 |
| 1634 | 2025-02-28T10:21:01.212Z | slp 58:56.382473102 |
| 1635 | 2025-02-28T10:21:01.212Z | lat 59.354445141 |
| 1636 | 2025-02-28T10:21:01.212Z | stop 2:28.279855198 |
| 1637 | 2025-02-28T10:21:01.212Z | + ptime -m cargo xtask download softnpu |
| 1638 | 2025-02-28T10:21:01.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1639 | 2025-02-28T10:21:01.856Z | Running `target/debug/xtask download softnpu` |
| 1640 | 2025-02-28T10:21:02.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 1641 | 2025-02-28T10:21:02.829Z | Running `target/debug/xtask-downloader softnpu` |
| 1642 | 2025-02-28T10:21:02.866Z | Feb 28 10:21:02.431 INFO Starting download, target: Softnpu |
| 1643 | 2025-02-28T10:21:02.888Z | Feb 28 10:21:02.431 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1644 | 2025-02-28T10:21:03.473Z | Feb 28 10:21:03.038 INFO Download complete, target: Softnpu |
| 1645 | 2025-02-28T10:21:03.477Z | |
| 1646 | 2025-02-28T10:21:03.482Z | real 2.260245091 |
| 1647 | 2025-02-28T10:21:03.482Z | user 1.404899201 |
| 1648 | 2025-02-28T10:21:03.482Z | sys 0.591096631 |
| 1649 | 2025-02-28T10:21:03.482Z | trap 0.000872921 |
| 1650 | 2025-02-28T10:21:03.482Z | tflt 0.000028362 |
| 1651 | 2025-02-28T10:21:03.482Z | dflt 0.000034010 |
| 1652 | 2025-02-28T10:21:03.482Z | kflt 0.000000000 |
| 1653 | 2025-02-28T10:21:03.482Z | lock 6.106133912 |
| 1654 | 2025-02-28T10:21:03.482Z | slp 0.420908416 |
| 1655 | 2025-02-28T10:21:03.483Z | lat 0.065946464 |
| 1656 | 2025-02-28T10:21:03.483Z | stop 0.000374360 |
| 1657 | 2025-02-28T10:21:03.483Z | + export CARGO_INCREMENTAL=0 |
| 1658 | 2025-02-28T10:21:03.483Z | + CARGO_INCREMENTAL=0 |
| 1659 | 2025-02-28T10:21:03.483Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1660 | 2025-02-28T10:21:04.524Z | Compiling proc-macro2 v1.0.93 |
| 1661 | 2025-02-28T10:21:04.524Z | Compiling unicode-ident v1.0.14 |
| 1662 | 2025-02-28T10:21:04.529Z | Compiling libc v0.2.170 |
| 1663 | 2025-02-28T10:21:04.529Z | Compiling serde v1.0.218 |
| 1664 | 2025-02-28T10:21:04.529Z | Compiling autocfg v1.4.0 |
| 1665 | 2025-02-28T10:21:04.529Z | Compiling version_check v0.9.5 |
| 1666 | 2025-02-28T10:21:04.529Z | Compiling cfg-if v1.0.0 |
| 1667 | 2025-02-28T10:21:04.810Z | Compiling memchr v2.7.4 |
| 1668 | 2025-02-28T10:21:04.867Z | Compiling typenum v1.17.0 |
| 1669 | 2025-02-28T10:21:04.891Z | Compiling shlex v1.3.0 |
| 1670 | 2025-02-28T10:21:05.252Z | Compiling value-bag v1.9.0 |
| 1671 | 2025-02-28T10:21:05.291Z | Compiling generic-array v0.14.7 |
| 1672 | 2025-02-28T10:21:05.398Z | Compiling lock_api v0.4.12 |
| 1673 | 2025-02-28T10:21:05.603Z | Compiling log v0.4.22 |
| 1674 | 2025-02-28T10:21:05.712Z | Compiling scopeguard v1.2.0 |
| 1675 | 2025-02-28T10:21:05.894Z | Compiling parking_lot_core v0.9.10 |
| 1676 | 2025-02-28T10:21:06.026Z | Compiling serde_json v1.0.139 |
| 1677 | 2025-02-28T10:21:06.316Z | Compiling quote v1.0.38 |
| 1678 | 2025-02-28T10:21:06.343Z | Compiling once_cell v1.20.3 |
| 1679 | 2025-02-28T10:21:06.363Z | Compiling libm v0.2.8 |
| 1680 | 2025-02-28T10:21:06.389Z | Compiling rustix v0.38.37 |
| 1681 | 2025-02-28T10:21:06.570Z | Compiling jobserver v0.1.32 |
| 1682 | 2025-02-28T10:21:06.726Z | Compiling syn v2.0.98 |
| 1683 | 2025-02-28T10:21:06.744Z | Compiling getrandom v0.2.15 |
| 1684 | 2025-02-28T10:21:06.912Z | Compiling aho-corasick v1.1.3 |
| 1685 | 2025-02-28T10:21:06.958Z | Compiling num-traits v0.2.19 |
| 1686 | 2025-02-28T10:21:07.008Z | Compiling cc v1.2.15 |
| 1687 | 2025-02-28T10:21:07.037Z | Compiling semver v1.0.25 |
| 1688 | 2025-02-28T10:21:07.165Z | Compiling regex-syntax v0.8.5 |
| 1689 | 2025-02-28T10:21:07.296Z | Compiling thiserror v1.0.69 |
| 1690 | 2025-02-28T10:21:07.300Z | Compiling getrandom v0.3.1 |
| 1691 | 2025-02-28T10:21:07.500Z | Compiling either v1.14.0 |
| 1692 | 2025-02-28T10:21:07.760Z | Compiling itoa v1.0.11 |
| 1693 | 2025-02-28T10:21:07.843Z | Compiling slab v0.4.9 |
| 1694 | 2025-02-28T10:21:08.004Z | Compiling byteorder v1.5.0 |
| 1695 | 2025-02-28T10:21:08.162Z | Compiling spin v0.9.8 |
| 1696 | 2025-02-28T10:21:08.449Z | Compiling errno v0.3.9 |
| 1697 | 2025-02-28T10:21:08.532Z | Compiling rand_core v0.6.4 |
| 1698 | 2025-02-28T10:21:08.986Z | Compiling glob v0.3.2 |
| 1699 | 2025-02-28T10:21:09.356Z | Compiling prettyplease v0.2.29 |
| 1700 | 2025-02-28T10:21:09.652Z | Compiling lazy_static v1.5.0 |
| 1701 | 2025-02-28T10:21:09.684Z | Compiling clang-sys v1.8.1 |
| 1702 | 2025-02-28T10:21:09.791Z | Compiling smallvec v1.14.0 |
| 1703 | 2025-02-28T10:21:09.936Z | Compiling minimal-lexical v0.2.1 |
| 1704 | 2025-02-28T10:21:10.258Z | Compiling libloading v0.8.5 |
| 1705 | 2025-02-28T10:21:10.276Z | Compiling bindgen v0.69.5 |
| 1706 | 2025-02-28T10:21:10.367Z | Compiling nom v7.1.3 |
| 1707 | 2025-02-28T10:21:10.406Z | Compiling subtle v2.6.1 |
| 1708 | 2025-02-28T10:21:10.521Z | Compiling home v0.5.9 |
| 1709 | 2025-02-28T10:21:10.744Z | Compiling regex-automata v0.4.8 |
| 1710 | 2025-02-28T10:21:10.767Z | Compiling itertools v0.12.1 |
| 1711 | 2025-02-28T10:21:10.771Z | Compiling lazycell v1.3.0 |
| 1712 | 2025-02-28T10:21:11.091Z | Compiling allocator-api2 v0.2.18 |
| 1713 | 2025-02-28T10:21:11.265Z | Compiling rustc-hash v1.1.0 |
| 1714 | 2025-02-28T10:21:11.436Z | Compiling cmake v0.1.51 |
| 1715 | 2025-02-28T10:21:12.078Z | Compiling dunce v1.0.5 |
| 1716 | 2025-02-28T10:21:12.205Z | Compiling fs_extra v1.3.0 |
| 1717 | 2025-02-28T10:21:12.760Z | Compiling pin-project-lite v0.2.14 |
| 1718 | 2025-02-28T10:21:12.814Z | Compiling pkg-config v0.3.31 |
| 1719 | 2025-02-28T10:21:12.916Z | Compiling ring v0.17.11 |
| 1720 | 2025-02-28T10:21:13.586Z | Compiling cexpr v0.6.0 |
| 1721 | 2025-02-28T10:21:13.722Z | Compiling ryu v1.0.18 |
| 1722 | 2025-02-28T10:21:13.846Z | Compiling synstructure v0.13.1 |
| 1723 | 2025-02-28T10:21:14.015Z | Compiling paste v1.0.15 |
| 1724 | 2025-02-28T10:21:14.960Z | Compiling schemars v0.8.22 |
| 1725 | 2025-02-28T10:21:14.998Z | Compiling aws-lc-rs v1.12.4 |
| 1726 | 2025-02-28T10:21:15.018Z | Compiling httparse v1.9.5 |
| 1727 | 2025-02-28T10:21:15.312Z | Compiling fnv v1.0.7 |
| 1728 | 2025-02-28T10:21:15.406Z | Compiling const-oid v0.9.6 |
| 1729 | 2025-02-28T10:21:15.537Z | Compiling serde_derive_internals v0.29.1 |
| 1730 | 2025-02-28T10:21:15.609Z | Compiling signal-hook-registry v1.4.2 |
| 1731 | 2025-02-28T10:21:16.256Z | Compiling regex v1.11.1 |
| 1732 | 2025-02-28T10:21:16.485Z | Compiling foldhash v0.1.3 |
| 1733 | 2025-02-28T10:21:16.798Z | Compiling equivalent v1.0.1 |
| 1734 | 2025-02-28T10:21:16.940Z | Compiling hashbrown v0.15.1 |
| 1735 | 2025-02-28T10:21:17.078Z | Compiling parking_lot v0.12.3 |
| 1736 | 2025-02-28T10:21:17.187Z | Compiling mio v1.0.2 |
| 1737 | 2025-02-28T10:21:17.395Z | Compiling heck v0.5.0 |
| 1738 | 2025-02-28T10:21:17.825Z | Compiling serde_derive v1.0.218 |
| 1739 | 2025-02-28T10:21:17.958Z | Compiling zeroize_derive v1.4.2 |
| 1740 | 2025-02-28T10:21:18.122Z | Compiling zerocopy-derive v0.7.35 |
| 1741 | 2025-02-28T10:21:18.762Z | Compiling tokio-macros v2.5.0 |
| 1742 | 2025-02-28T10:21:19.151Z | Compiling thiserror-impl v1.0.69 |
| 1743 | 2025-02-28T10:21:19.282Z | Compiling zeroize v1.8.1 |
| 1744 | 2025-02-28T10:21:19.735Z | Compiling zerofrom-derive v0.1.4 |
| 1745 | 2025-02-28T10:21:19.784Z | Compiling yoke-derive v0.7.4 |
| 1746 | 2025-02-28T10:21:19.887Z | Compiling futures-macro v0.3.31 |
| 1747 | 2025-02-28T10:21:19.907Z | Compiling zerovec-derive v0.10.3 |
| 1748 | 2025-02-28T10:21:19.926Z | Compiling zerocopy v0.7.35 |
| 1749 | 2025-02-28T10:21:20.084Z | Compiling displaydoc v0.2.5 |
| 1750 | 2025-02-28T10:21:21.610Z | Compiling icu_provider_macros v1.5.0 |
| 1751 | 2025-02-28T10:21:21.855Z | Compiling tracing-attributes v0.1.27 |
| 1752 | 2025-02-28T10:21:22.011Z | Compiling schemars_derive v0.8.22 |
| 1753 | 2025-02-28T10:21:22.591Z | Compiling crypto-common v0.1.6 |
| 1754 | 2025-02-28T10:21:22.619Z | Compiling block-buffer v0.10.4 |
| 1755 | 2025-02-28T10:21:22.679Z | Compiling stable_deref_trait v1.2.0 |
| 1756 | 2025-02-28T10:21:22.864Z | Compiling digest v0.10.7 |
| 1757 | 2025-02-28T10:21:23.032Z | Compiling socket2 v0.5.8 |
| 1758 | 2025-02-28T10:21:23.099Z | Compiling futures-core v0.3.31 |
| 1759 | 2025-02-28T10:21:23.269Z | Compiling num-conv v0.1.0 |
| 1760 | 2025-02-28T10:21:23.374Z | Compiling time-core v0.1.2 |
| 1761 | 2025-02-28T10:21:23.554Z | Compiling crossbeam-utils v0.8.20 |
| 1762 | 2025-02-28T10:21:23.574Z | Compiling time-macros v0.2.18 |
| 1763 | 2025-02-28T10:21:24.037Z | Compiling der_derive v0.7.3 |
| 1764 | 2025-02-28T10:21:24.759Z | Compiling vcpkg v0.2.15 |
| 1765 | 2025-02-28T10:21:26.127Z | Compiling openssl-sys v0.9.106 |
| 1766 | 2025-02-28T10:21:26.781Z | Compiling futures-sink v0.3.31 |
| 1767 | 2025-02-28T10:21:26.972Z | Compiling zerocopy v0.8.10 |
| 1768 | 2025-02-28T10:21:27.167Z | Compiling cpufeatures v0.2.14 |
| 1769 | 2025-02-28T10:21:27.355Z | Compiling zerocopy-derive v0.8.10 |
| 1770 | 2025-02-28T10:21:27.486Z | Compiling slog v2.7.0 |
| 1771 | 2025-02-28T10:21:27.808Z | Compiling ahash v0.8.11 |
| 1772 | 2025-02-28T10:21:27.884Z | Compiling syn v1.0.109 |
| 1773 | 2025-02-28T10:21:28.295Z | Compiling futures-channel v0.3.31 |
| 1774 | 2025-02-28T10:21:28.474Z | Compiling zerofrom v0.1.4 |
| 1775 | 2025-02-28T10:21:28.675Z | Compiling futures-task v0.3.31 |
| 1776 | 2025-02-28T10:21:28.713Z | Compiling pin-utils v0.1.0 |
| 1777 | 2025-02-28T10:21:28.732Z | Compiling iana-time-zone v0.1.61 |
| 1778 | 2025-02-28T10:21:28.811Z | Compiling futures-io v0.3.31 |
| 1779 | 2025-02-28T10:21:28.833Z | Compiling yoke v0.7.4 |
| 1780 | 2025-02-28T10:21:29.176Z | Compiling futures-util v0.3.31 |
| 1781 | 2025-02-28T10:21:29.449Z | Compiling scroll_derive v0.12.0 |
| 1782 | 2025-02-28T10:21:29.734Z | Compiling bitflags v2.6.0 |
| 1783 | 2025-02-28T10:21:29.755Z | Compiling bytes v1.10.0 |
| 1784 | 2025-02-28T10:21:30.734Z | Compiling indexmap v2.7.1 |
| 1785 | 2025-02-28T10:21:31.944Z | Compiling tokio v1.43.0 |
| 1786 | 2025-02-28T10:21:32.358Z | Compiling serde_tokenstream v0.2.2 |
| 1787 | 2025-02-28T10:21:32.546Z | Compiling uuid v1.15.1 |
| 1788 | 2025-02-28T10:21:32.929Z | Compiling http v1.2.0 |
| 1789 | 2025-02-28T10:21:34.879Z | Compiling which v4.4.2 |
| 1790 | 2025-02-28T10:21:34.958Z | Compiling chrono v0.4.40 |
| 1791 | 2025-02-28T10:21:35.491Z | Compiling openssl v0.10.71 |
| 1792 | 2025-02-28T10:21:35.920Z | Compiling ucd-trie v0.1.7 |
| 1793 | 2025-02-28T10:21:36.373Z | Compiling pest v2.7.14 |
| 1794 | 2025-02-28T10:21:37.098Z | Compiling rustc_version v0.4.1 |
| 1795 | 2025-02-28T10:21:39.362Z | Compiling zerovec v0.10.4 |
| 1796 | 2025-02-28T10:21:40.202Z | Compiling hmac v0.12.1 |
| 1797 | 2025-02-28T10:21:41.521Z | Compiling pest_meta v2.7.14 |
| 1798 | 2025-02-28T10:21:43.034Z | Compiling block-padding v0.3.3 |
| 1799 | 2025-02-28T10:21:43.291Z | Compiling openssl-macros v0.1.1 |
| 1800 | 2025-02-28T10:21:43.329Z | Compiling rustls v0.23.19 |
| 1801 | 2025-02-28T10:21:43.657Z | Compiling native-tls v0.2.12 |
| 1802 | 2025-02-28T10:21:44.002Z | Compiling inout v0.1.3 |
| 1803 | 2025-02-28T10:21:44.045Z | Compiling pest_generator v2.7.14 |
| 1804 | 2025-02-28T10:21:44.048Z | Compiling tinystr v0.7.6 |
| 1805 | 2025-02-28T10:21:44.366Z | Compiling serde_spanned v0.6.8 |
| 1806 | 2025-02-28T10:21:44.507Z | Compiling toml_datetime v0.6.8 |
| 1807 | 2025-02-28T10:21:44.610Z | Compiling ppv-lite86 v0.2.20 |
| 1808 | 2025-02-28T10:21:44.713Z | Compiling tracing-core v0.1.32 |
| 1809 | 2025-02-28T10:21:44.931Z | Compiling strsim v0.11.1 |
| 1810 | 2025-02-28T10:21:45.023Z | Compiling writeable v0.5.5 |
| 1811 | 2025-02-28T10:21:45.416Z | Compiling litemap v0.7.3 |
| 1812 | 2025-02-28T10:21:45.419Z | Compiling dyn-clone v1.0.18 |
| 1813 | 2025-02-28T10:21:45.714Z | Compiling pest_derive v2.7.14 |
| 1814 | 2025-02-28T10:21:46.062Z | Compiling icu_locid v1.5.0 |
| 1815 | 2025-02-28T10:21:46.084Z | Compiling tracing v0.1.40 |
| 1816 | 2025-02-28T10:21:46.563Z | Compiling cipher v0.4.4 |
| 1817 | 2025-02-28T10:21:46.698Z | Compiling aws-lc-sys v0.26.0 |
| 1818 | 2025-02-28T10:21:46.856Z | Compiling sha2 v0.10.8 |
| 1819 | 2025-02-28T10:21:47.027Z | Compiling cookie v0.18.1 |
| 1820 | 2025-02-28T10:21:47.377Z | Compiling usdt-impl v0.5.0 |
| 1821 | 2025-02-28T10:21:47.580Z | Compiling base64ct v1.6.0 |
| 1822 | 2025-02-28T10:21:47.898Z | Compiling icu_provider v1.5.0 |
| 1823 | 2025-02-28T10:21:48.176Z | Compiling pem-rfc7468 v0.7.0 |
| 1824 | 2025-02-28T10:21:50.090Z | Compiling scroll v0.12.0 |
| 1825 | 2025-02-28T10:21:50.948Z | Compiling async-trait v0.1.86 |
| 1826 | 2025-02-28T10:21:53.019Z | Compiling icu_locid_transform_data v1.5.0 |
| 1827 | 2025-02-28T10:21:53.133Z | Compiling flagset v0.4.6 |
| 1828 | 2025-02-28T10:21:53.355Z | Compiling rustls-pki-types v1.10.0 |
| 1829 | 2025-02-28T10:21:53.387Z | Compiling plain v0.2.3 |
| 1830 | 2025-02-28T10:21:53.558Z | Compiling percent-encoding v2.3.1 |
| 1831 | 2025-02-28T10:21:54.027Z | Compiling anyhow v1.0.96 |
| 1832 | 2025-02-28T10:21:54.667Z | Compiling camino v1.1.9 |
| 1833 | 2025-02-28T10:21:54.853Z | Compiling icu_locid_transform v1.5.0 |
| 1834 | 2025-02-28T10:21:55.195Z | Compiling goblin v0.8.2 |
| 1835 | 2025-02-28T10:21:55.721Z | Compiling der v0.7.9 |
| 1836 | 2025-02-28T10:21:58.320Z | Compiling icu_collections v1.5.0 |
| 1837 | 2025-02-28T10:21:58.776Z | Compiling tokio-util v0.7.13 |
| 1838 | 2025-02-28T10:22:00.152Z | Compiling icu_properties_data v1.5.0 |
| 1839 | 2025-02-28T10:22:00.426Z | Compiling pretty-hex v0.4.1 |
| 1840 | 2025-02-28T10:22:00.668Z | Compiling powerfmt v0.2.0 |
| 1841 | 2025-02-28T10:22:00.806Z | Compiling untrusted v0.7.1 |
| 1842 | 2025-02-28T10:22:00.876Z | Compiling rayon-core v1.12.1 |
| 1843 | 2025-02-28T10:22:01.005Z | Compiling untrusted v0.9.0 |
| 1844 | 2025-02-28T10:22:01.026Z | Compiling rustls v0.22.4 |
| 1845 | 2025-02-28T10:22:01.373Z | Compiling deranged v0.3.11 |
| 1846 | 2025-02-28T10:22:01.440Z | Compiling icu_properties v1.5.1 |
| 1847 | 2025-02-28T10:22:01.902Z | Compiling dof v0.3.0 |
| 1848 | 2025-02-28T10:22:03.175Z | Compiling spki v0.7.3 |
| 1849 | 2025-02-28T10:22:03.555Z | Compiling salsa20 v0.10.2 |
| 1850 | 2025-02-28T10:22:03.574Z | Compiling dtrace-parser v0.2.0 |
| 1851 | 2025-02-28T10:22:03.705Z | Compiling pbkdf2 v0.12.2 |
| 1852 | 2025-02-28T10:22:04.198Z | Compiling thread-id v4.2.2 |
| 1853 | 2025-02-28T10:22:04.337Z | Compiling utf16_iter v1.0.5 |
| 1854 | 2025-02-28T10:22:05.595Z | Compiling num_threads v0.1.7 |
| 1855 | 2025-02-28T10:22:05.597Z | Compiling write16 v1.0.0 |
| 1856 | 2025-02-28T10:22:05.597Z | Compiling icu_normalizer_data v1.5.0 |
| 1857 | 2025-02-28T10:22:05.597Z | Compiling winnow v0.5.40 |
| 1858 | 2025-02-28T10:22:05.597Z | Compiling litrs v0.4.1 |
| 1859 | 2025-02-28T10:22:05.597Z | Compiling utf8_iter v1.0.4 |
| 1860 | 2025-02-28T10:22:05.965Z | Compiling atomic-waker v1.1.2 |
| 1861 | 2025-02-28T10:22:06.366Z | Compiling icu_normalizer v1.5.0 |
| 1862 | 2025-02-28T10:22:06.422Z | Compiling document-features v0.2.10 |
| 1863 | 2025-02-28T10:22:07.498Z | Compiling time v0.3.36 |
| 1864 | 2025-02-28T10:22:08.587Z | Compiling toml_edit v0.19.15 |
| 1865 | 2025-02-28T10:22:11.131Z | Compiling scrypt v0.11.0 |
| 1866 | 2025-02-28T10:22:11.636Z | Compiling form_urlencoded v1.2.1 |
| 1867 | 2025-02-28T10:22:11.703Z | Compiling cbc v0.1.2 |
| 1868 | 2025-02-28T10:22:11.870Z | Compiling aes v0.8.4 |
| 1869 | 2025-02-28T10:22:11.935Z | Compiling http-body v1.0.1 |
| 1870 | 2025-02-28T10:22:12.205Z | Compiling multer v3.1.0 |
| 1871 | 2025-02-28T10:22:12.558Z | Compiling try-lock v0.2.5 |
| 1872 | 2025-02-28T10:22:12.747Z | Compiling tinyvec_macros v0.1.1 |
| 1873 | 2025-02-28T10:22:12.860Z | Compiling rustversion v1.0.17 |
| 1874 | 2025-02-28T10:22:12.952Z | Compiling slog-async v2.8.0 |
| 1875 | 2025-02-28T10:22:13.431Z | Compiling tinyvec v1.8.0 |
| 1876 | 2025-02-28T10:22:13.565Z | Compiling want v0.3.1 |
| 1877 | 2025-02-28T10:22:13.886Z | Compiling pkcs5 v0.7.1 |
| 1878 | 2025-02-28T10:22:14.893Z | Compiling idna_adapter v1.2.0 |
| 1879 | 2025-02-28T10:22:15.110Z | Compiling h2 v0.4.6 |
| 1880 | 2025-02-28T10:22:15.199Z | Compiling rand_chacha v0.3.1 |
| 1881 | 2025-02-28T10:22:15.419Z | Compiling heapless v0.7.17 |
| 1882 | 2025-02-28T10:22:15.922Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1883 | 2025-02-28T10:22:16.390Z | Compiling httpdate v1.0.3 |
| 1884 | 2025-02-28T10:22:16.418Z | Compiling tower-service v0.3.3 |
| 1885 | 2025-02-28T10:22:16.470Z | Compiling signal-hook v0.3.17 |
| 1886 | 2025-02-28T10:22:18.920Z | Compiling rand v0.8.5 |
| 1887 | 2025-02-28T10:22:19.063Z | Compiling idna v1.0.3 |
| 1888 | 2025-02-28T10:22:20.336Z | Compiling pkcs8 v0.10.2 |
| 1889 | 2025-02-28T10:22:21.172Z | Compiling usdt-attr-macro v0.5.0 |
| 1890 | 2025-02-28T10:22:21.577Z | Compiling usdt-macro v0.5.0 |
| 1891 | 2025-02-28T10:22:22.003Z | Compiling async-stream-impl v0.3.6 |
| 1892 | 2025-02-28T10:22:22.879Z | Compiling base64 v0.22.1 |
| 1893 | 2025-02-28T10:22:22.948Z | Compiling adler2 v2.0.0 |
| 1894 | 2025-02-28T10:22:23.174Z | Compiling hyper v1.6.0 |
| 1895 | 2025-02-28T10:22:23.977Z | Compiling miniz_oxide v0.8.5 |
| 1896 | 2025-02-28T10:22:27.436Z | Compiling hyper-util v0.1.10 |
| 1897 | 2025-02-28T10:22:31.725Z | Compiling curve25519-dalek v4.1.3 |
| 1898 | 2025-02-28T10:22:32.177Z | Compiling openapiv3 v2.0.0 |
| 1899 | 2025-02-28T10:22:32.499Z | Compiling enum-as-inner v0.6.1 |
| 1900 | 2025-02-28T10:22:32.783Z | Compiling memoffset v0.9.1 |
| 1901 | 2025-02-28T10:22:32.913Z | Compiling dropshot v0.12.0 |
| 1902 | 2025-02-28T10:22:32.933Z | Compiling num-bigint-dig v0.8.4 |
| 1903 | 2025-02-28T10:22:33.138Z | Compiling foreign-types-shared v0.1.1 |
| 1904 | 2025-02-28T10:22:33.270Z | Compiling match_cfg v0.1.0 |
| 1905 | 2025-02-28T10:22:33.273Z | Compiling smoltcp v0.9.1 |
| 1906 | 2025-02-28T10:22:33.389Z | Compiling newtype-uuid v1.2.1 |
| 1907 | 2025-02-28T10:22:33.724Z | Compiling portable-atomic v1.9.0 |
| 1908 | 2025-02-28T10:22:33.839Z | Compiling foreign-types v0.3.2 |
| 1909 | 2025-02-28T10:22:33.862Z | Compiling hostname v0.3.1 |
| 1910 | 2025-02-28T10:22:35.139Z | Compiling rand_core v0.9.2 |
| 1911 | 2025-02-28T10:22:35.976Z | Compiling url v2.5.3 |
| 1912 | 2025-02-28T10:22:37.868Z | Compiling http-body-util v0.1.2 |
| 1913 | 2025-02-28T10:22:38.285Z | Compiling dirs-sys-next v0.1.2 |
| 1914 | 2025-02-28T10:22:38.423Z | Compiling encoding_rs v0.8.34 |
| 1915 | 2025-02-28T10:22:38.723Z | Compiling data-encoding v2.6.0 |
| 1916 | 2025-02-28T10:22:38.877Z | Compiling heck v0.4.1 |
| 1917 | 2025-02-28T10:22:39.307Z | Compiling mime v0.3.17 |
| 1918 | 2025-02-28T10:22:40.071Z | Compiling siphasher v0.3.11 |
| 1919 | 2025-02-28T10:22:40.371Z | Compiling gimli v0.31.1 |
| 1920 | 2025-02-28T10:22:40.449Z | Compiling ident_case v1.0.1 |
| 1921 | 2025-02-28T10:22:40.654Z | Compiling cfg_aliases v0.2.1 |
| 1922 | 2025-02-28T10:22:40.774Z | Compiling nix v0.29.0 |
| 1923 | 2025-02-28T10:22:41.599Z | Compiling darling_core v0.20.10 |
| 1924 | 2025-02-28T10:22:41.809Z | Compiling dirs-next v2.0.0 |
| 1925 | 2025-02-28T10:22:46.814Z | Compiling addr2line v0.24.2 |
| 1926 | 2025-02-28T10:22:47.086Z | Compiling rand_chacha v0.9.0 |
| 1927 | 2025-02-28T10:22:48.547Z | Compiling unicode-normalization v0.1.24 |
| 1928 | 2025-02-28T10:22:49.043Z | Compiling serde_urlencoded v0.7.1 |
| 1929 | 2025-02-28T10:22:49.612Z | Compiling crossbeam-epoch v0.9.18 |
| 1930 | 2025-02-28T10:22:49.665Z | Compiling rustls-pemfile v2.2.0 |
| 1931 | 2025-02-28T10:22:49.799Z | Compiling hubpack_derive v0.1.1 |
| 1932 | 2025-02-28T10:22:50.136Z | Compiling dropshot_endpoint v0.12.0 |
| 1933 | 2025-02-28T10:22:50.349Z | Compiling sha1 v0.10.6 |
| 1934 | 2025-02-28T10:22:50.486Z | Compiling signature v2.2.0 |
| 1935 | 2025-02-28T10:22:50.649Z | Compiling zerocopy-derive v0.6.6 |
| 1936 | 2025-02-28T10:22:50.711Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1937 | 2025-02-28T10:22:52.045Z | Compiling object v0.36.5 |
| 1938 | 2025-02-28T10:22:52.410Z | Compiling thread_local v1.1.8 |
| 1939 | 2025-02-28T10:22:52.847Z | Compiling fs-err v2.11.0 |
| 1940 | 2025-02-28T10:22:56.484Z | Compiling unicode-properties v0.1.3 |
| 1941 | 2025-02-28T10:22:56.912Z | Compiling utf8parse v0.2.2 |
| 1942 | 2025-02-28T10:22:57.099Z | Compiling winnow v0.7.3 |
| 1943 | 2025-02-28T10:22:57.771Z | Compiling anstyle v1.0.10 |
| 1944 | 2025-02-28T10:22:58.206Z | Compiling openssl-probe v0.1.5 |
| 1945 | 2025-02-28T10:23:00.614Z | Compiling ipnet v2.11.0 |
| 1946 | 2025-02-28T10:23:01.578Z | Compiling rustc-demangle v0.1.24 |
| 1947 | 2025-02-28T10:23:03.661Z | Compiling rustls-webpki v0.102.8 |
| 1948 | 2025-02-28T10:23:03.815Z | Compiling unicode-bidi v0.3.17 |
| 1949 | 2025-02-28T10:23:05.333Z | Compiling stringprep v0.1.5 |
| 1950 | 2025-02-28T10:23:05.435Z | Compiling backtrace v0.3.74 |
| 1951 | 2025-02-28T10:23:05.725Z | Compiling toml_edit v0.22.24 |
| 1952 | 2025-02-28T10:23:10.870Z | Compiling anstyle-parse v0.2.5 |
| 1953 | 2025-02-28T10:23:11.858Z | Compiling crossbeam-deque v0.8.5 |
| 1954 | 2025-02-28T10:23:12.228Z | Compiling rand v0.9.0 |
| 1955 | 2025-02-28T10:23:12.407Z | Compiling darling_macro v0.20.10 |
| 1956 | 2025-02-28T10:23:13.314Z | Compiling term v0.7.0 |
| 1957 | 2025-02-28T10:23:13.457Z | Compiling slog-json v2.6.1 |
| 1958 | 2025-02-28T10:23:15.159Z | Compiling crossbeam-channel v0.5.13 |
| 1959 | 2025-02-28T10:23:15.499Z | Compiling hashbrown v0.14.5 |
| 1960 | 2025-02-28T10:23:16.089Z | Compiling futures-executor v0.3.31 |
| 1961 | 2025-02-28T10:23:16.427Z | Compiling num-integer v0.1.46 |
| 1962 | 2025-02-28T10:23:16.551Z | Compiling md-5 v0.10.6 |
| 1963 | 2025-02-28T10:23:16.652Z | Compiling ff v0.13.0 |
| 1964 | 2025-02-28T10:23:16.727Z | Compiling hash32 v0.2.1 |
| 1965 | 2025-02-28T10:23:16.805Z | Compiling memmap v0.7.0 |
| 1966 | 2025-02-28T10:23:16.833Z | Compiling is-terminal v0.4.13 |
| 1967 | 2025-02-28T10:23:16.988Z | Compiling psl-types v2.0.11 |
| 1968 | 2025-02-28T10:23:17.086Z | Compiling fallible-iterator v0.2.0 |
| 1969 | 2025-02-28T10:23:17.106Z | Compiling is_terminal_polyfill v1.70.1 |
| 1970 | 2025-02-28T10:23:17.126Z | Compiling anstyle-query v1.1.1 |
| 1971 | 2025-02-28T10:23:17.203Z | Compiling utf-8 v0.7.6 |
| 1972 | 2025-02-28T10:23:17.255Z | Compiling quick-error v1.2.3 |
| 1973 | 2025-02-28T10:23:17.301Z | Compiling take_mut v0.2.2 |
| 1974 | 2025-02-28T10:23:17.485Z | Compiling base16ct v0.2.0 |
| 1975 | 2025-02-28T10:23:17.722Z | Compiling colorchoice v1.0.2 |
| 1976 | 2025-02-28T10:23:17.742Z | Compiling linked-hash-map v0.5.6 |
| 1977 | 2025-02-28T10:23:17.801Z | Compiling sec1 v0.7.3 |
| 1978 | 2025-02-28T10:23:17.910Z | Compiling anstream v0.6.15 |
| 1979 | 2025-02-28T10:23:18.072Z | Compiling lru-cache v0.1.2 |
| 1980 | 2025-02-28T10:23:18.219Z | Compiling postgres-protocol v0.6.8 |
| 1981 | 2025-02-28T10:23:18.286Z | Compiling publicsuffix v2.3.0 |
| 1982 | 2025-02-28T10:23:18.511Z | Compiling resolv-conf v0.7.0 |
| 1983 | 2025-02-28T10:23:18.654Z | Compiling tungstenite v0.24.0 |
| 1984 | 2025-02-28T10:23:19.299Z | Compiling usdt v0.5.0 |
| 1985 | 2025-02-28T10:23:19.437Z | Compiling slog-term v2.9.1 |
| 1986 | 2025-02-28T10:23:19.735Z | Compiling num-iter v0.1.45 |
| 1987 | 2025-02-28T10:23:19.943Z | Compiling group v0.13.0 |
| 1988 | 2025-02-28T10:23:20.253Z | Compiling regress v0.10.1 |
| 1989 | 2025-02-28T10:23:20.281Z | Compiling futures v0.3.31 |
| 1990 | 2025-02-28T10:23:22.983Z | Compiling slog-bunyan v2.5.0 |
| 1991 | 2025-02-28T10:23:23.203Z | Compiling darling v0.20.10 |
| 1992 | 2025-02-28T10:23:23.421Z | Compiling tokio-rustls v0.26.0 |
| 1993 | 2025-02-28T10:23:23.900Z | Compiling toml v0.8.20 |
| 1994 | 2025-02-28T10:23:23.955Z | Compiling tokio-rustls v0.25.0 |
| 1995 | 2025-02-28T10:23:24.390Z | Compiling tokio-native-tls v0.3.1 |
| 1996 | 2025-02-28T10:23:24.802Z | Compiling hickory-proto v0.24.4 |
| 1997 | 2025-02-28T10:23:25.022Z | Compiling phf_shared v0.11.2 |
| 1998 | 2025-02-28T10:23:25.218Z | Compiling strum_macros v0.25.3 |
| 1999 | 2025-02-28T10:23:25.766Z | Compiling async-stream v0.3.6 |
| 2000 | 2025-02-28T10:23:25.803Z | Compiling waitgroup v0.1.2 |
| 2001 | 2025-02-28T10:23:25.996Z | Compiling webpki-roots v0.26.6 |
| 2002 | 2025-02-28T10:23:26.241Z | Compiling hkdf v0.12.4 |
| 2003 | 2025-02-28T10:23:26.355Z | Compiling terminal_size v0.4.0 |
| 2004 | 2025-02-28T10:23:26.515Z | Compiling serde_path_to_error v0.1.16 |
| 2005 | 2025-02-28T10:23:26.602Z | Compiling sync_wrapper v1.0.1 |
| 2006 | 2025-02-28T10:23:26.965Z | Compiling crypto-bigint v0.5.5 |
| 2007 | 2025-02-28T10:23:27.120Z | Compiling serde_repr v0.1.19 |
| 2008 | 2025-02-28T10:23:27.299Z | Compiling clap_derive v4.5.28 |
| 2009 | 2025-02-28T10:23:27.878Z | Compiling derive-where v1.2.7 |
| 2010 | 2025-02-28T10:23:28.167Z | Compiling hostname v0.4.0 |
| 2011 | 2025-02-28T10:23:28.388Z | Compiling crc32fast v1.4.2 |
| 2012 | 2025-02-28T10:23:28.520Z | Compiling tower-layer v0.3.3 |
| 2013 | 2025-02-28T10:23:28.714Z | Compiling bitflags v1.3.2 |
| 2014 | 2025-02-28T10:23:28.938Z | Compiling managed v0.8.0 |
| 2015 | 2025-02-28T10:23:29.142Z | Compiling unicode-width v0.2.0 |
| 2016 | 2025-02-28T10:23:29.682Z | Compiling clap_lex v0.7.4 |
| 2017 | 2025-02-28T10:23:30.098Z | Compiling debug-ignore v1.0.5 |
| 2018 | 2025-02-28T10:23:30.933Z | Compiling hickory-resolver v0.24.4 |
| 2019 | 2025-02-28T10:23:31.348Z | Compiling clap_builder v4.5.31 |
| 2020 | 2025-02-28T10:23:32.921Z | Compiling elliptic-curve v0.13.8 |
| 2021 | 2025-02-28T10:23:33.646Z | Compiling console v0.15.10 |
| 2022 | 2025-02-28T10:23:34.780Z | Compiling tower v0.5.2 |
| 2023 | 2025-02-28T10:23:35.738Z | Compiling flate2 v1.1.0 |
| 2024 | 2025-02-28T10:23:36.611Z | Compiling hyper-rustls v0.27.3 |
| 2025 | 2025-02-28T10:23:37.870Z | Compiling phf v0.11.2 |
| 2026 | 2025-02-28T10:23:38.116Z | Compiling hyper-tls v0.6.0 |
| 2027 | 2025-02-28T10:23:38.528Z | Compiling typify-impl v0.2.0 |
| 2028 | 2025-02-28T10:23:38.562Z | Compiling signal-hook-mio v0.2.4 |
| 2029 | 2025-02-28T10:23:38.632Z | Compiling rayon v1.10.0 |
| 2030 | 2025-02-28T10:23:38.736Z | Compiling bzip2 v0.4.4 |
| 2031 | 2025-02-28T10:23:39.127Z | Compiling cookie_store v0.21.1 |
| 2032 | 2025-02-28T10:23:40.033Z | Compiling tokio-tungstenite v0.24.0 |
| 2033 | 2025-02-28T10:23:40.567Z | Compiling postgres-types v0.2.9 |
| 2034 | 2025-02-28T10:23:41.029Z | Compiling zerocopy v0.6.6 |
| 2035 | 2025-02-28T10:23:41.825Z | Compiling ed25519 v2.2.3 |
| 2036 | 2025-02-28T10:23:41.845Z | Compiling hubpack v0.1.2 |
| 2037 | 2025-02-28T10:23:42.285Z | Compiling phf_shared v0.10.0 |
| 2038 | 2025-02-28T10:23:42.344Z | Compiling pkcs1 v0.7.5 |
| 2039 | 2025-02-28T10:23:43.005Z | Compiling tokio-stream v0.1.17 |
| 2040 | 2025-02-28T10:23:43.232Z | Compiling ipnetwork v0.21.1 |
| 2041 | 2025-02-28T10:23:43.252Z | Compiling rfc6979 v0.4.0 |
| 2042 | 2025-02-28T10:23:43.757Z | Compiling serde-big-array v0.5.1 |
| 2043 | 2025-02-28T10:23:44.006Z | Compiling float-cmp v0.10.0 |
| 2044 | 2025-02-28T10:23:44.274Z | Compiling bstr v1.10.0 |
| 2045 | 2025-02-28T10:23:46.950Z | Compiling static_assertions v1.1.0 |
| 2046 | 2025-02-28T10:23:47.249Z | Compiling whoami v1.5.2 |
| 2047 | 2025-02-28T10:23:47.521Z | Compiling precomputed-hash v0.1.1 |
| 2048 | 2025-02-28T10:23:47.671Z | Compiling new_debug_unreachable v1.0.6 |
| 2049 | 2025-02-28T10:23:47.752Z | Compiling normalize-line-endings v0.3.0 |
| 2050 | 2025-02-28T10:23:47.783Z | Compiling predicates-core v1.0.8 |
| 2051 | 2025-02-28T10:23:47.895Z | Compiling bit-vec v0.6.3 |
| 2052 | 2025-02-28T10:23:47.913Z | Compiling unicode-segmentation v1.12.0 |
| 2053 | 2025-02-28T10:23:48.097Z | Compiling difflib v0.4.0 |
| 2054 | 2025-02-28T10:23:48.381Z | Compiling number_prefix v0.4.0 |
| 2055 | 2025-02-28T10:23:48.444Z | Compiling fixedbitset v0.4.2 |
| 2056 | 2025-02-28T10:23:48.560Z | Compiling predicates v3.1.3 |
| 2057 | 2025-02-28T10:23:48.647Z | Compiling similar v2.6.0 |
| 2058 | 2025-02-28T10:23:48.724Z | Compiling indicatif v0.17.11 |
| 2059 | 2025-02-28T10:23:48.854Z | Compiling petgraph v0.6.5 |
| 2060 | 2025-02-28T10:23:49.253Z | Compiling typify-macro v0.2.0 |
| 2061 | 2025-02-28T10:23:49.884Z | Compiling bit-set v0.5.3 |
| 2062 | 2025-02-28T10:23:50.176Z | Compiling string_cache v0.8.7 |
| 2063 | 2025-02-28T10:23:50.400Z | Compiling tokio-postgres v0.7.13 |
| 2064 | 2025-02-28T10:23:50.594Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2065 | 2025-02-28T10:23:50.710Z | Compiling qorb v0.2.1 |
| 2066 | 2025-02-28T10:23:52.465Z | Compiling ecdsa v0.16.9 |
| 2067 | 2025-02-28T10:23:52.918Z | Compiling rsa v0.9.6 |
| 2068 | 2025-02-28T10:23:54.347Z | Compiling ed25519-dalek v2.1.1 |
| 2069 | 2025-02-28T10:23:54.903Z | Compiling reqwest v0.12.12 |
| 2070 | 2025-02-28T10:23:55.763Z | Compiling zip v0.6.6 |
| 2071 | 2025-02-28T10:23:55.785Z | Compiling crossterm v0.28.1 |
| 2072 | 2025-02-28T10:23:56.171Z | Compiling clap v4.5.31 |
| 2073 | 2025-02-28T10:23:57.518Z | Compiling toml v0.7.8 |
| 2074 | 2025-02-28T10:23:58.186Z | Compiling x509-cert v0.2.5 |
| 2075 | 2025-02-28T10:23:58.911Z | Compiling hex v0.4.3 |
| 2076 | 2025-02-28T10:23:59.806Z | Compiling itertools v0.10.5 |
| 2077 | 2025-02-28T10:23:59.971Z | Compiling unicode-xid v0.2.6 |
| 2078 | 2025-02-28T10:24:00.238Z | Compiling peg-runtime v0.8.3 |
| 2079 | 2025-02-28T10:24:01.910Z | Compiling lalrpop-util v0.19.12 |
| 2080 | 2025-02-28T10:24:04.308Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2081 | 2025-02-28T10:24:08.823Z | Compiling proc-macro-crate v1.3.1 |
| 2082 | 2025-02-28T10:24:08.910Z | Compiling macaddr v1.0.1 |
| 2083 | 2025-02-28T10:24:09.530Z | Compiling itertools v0.13.0 |
| 2084 | 2025-02-28T10:24:10.546Z | Compiling heapless v0.8.0 |
| 2085 | 2025-02-28T10:24:12.469Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2086 | 2025-02-28T10:24:15.049Z | Compiling num_enum_derive v0.5.11 |
| 2087 | 2025-02-28T10:24:22.497Z | Compiling hash32 v0.3.1 |
| 2088 | 2025-02-28T10:24:25.128Z | Compiling smoltcp v0.11.0 |
| 2089 | 2025-02-28T10:24:25.743Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2090 | 2025-02-28T10:24:26.087Z | Compiling thiserror v2.0.11 |
| 2091 | 2025-02-28T10:24:32.036Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2092 | 2025-02-28T10:24:32.231Z | Compiling num_enum v0.5.11 |
| 2093 | 2025-02-28T10:24:32.437Z | Compiling typify v0.2.0 |
| 2094 | 2025-02-28T10:24:32.596Z | Compiling oxnet v0.1.1 |
| 2095 | 2025-02-28T10:24:33.890Z | Compiling thiserror-impl v2.0.11 |
| 2096 | 2025-02-28T10:24:33.926Z | Compiling proc-macro-error-attr v1.0.4 |
| 2097 | 2025-02-28T10:24:34.282Z | Compiling unsafe-libyaml v0.2.11 |
| 2098 | 2025-02-28T10:24:36.257Z | Compiling cobs v0.2.3 |
| 2099 | 2025-02-28T10:24:36.709Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2100 | 2025-02-28T10:24:38.583Z | Compiling postcard v1.0.10 |
| 2101 | 2025-02-28T10:24:39.273Z | Compiling serde_yaml v0.9.34+deprecated |
| 2102 | 2025-02-28T10:24:50.128Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2103 | 2025-02-28T10:24:51.156Z | Compiling progenitor-impl v0.8.0 |
| 2104 | 2025-02-28T10:25:03.090Z | Compiling strum_macros v0.26.4 |
| 2105 | 2025-02-28T10:25:04.080Z | Compiling structmeta-derive v0.3.0 |
| 2106 | 2025-02-28T10:25:04.106Z | Compiling foreign-types-macros v0.2.3 |
| 2107 | 2025-02-28T10:25:04.126Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2108 | 2025-02-28T10:25:04.408Z | Compiling proc-macro-error v1.0.4 |
| 2109 | 2025-02-28T10:25:05.445Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2110 | 2025-02-28T10:25:05.578Z | Compiling foreign-types-shared v0.3.1 |
| 2111 | 2025-02-28T10:25:05.900Z | Compiling unicode-width v0.1.14 |
| 2112 | 2025-02-28T10:25:06.449Z | Compiling structmeta v0.3.0 |
| 2113 | 2025-02-28T10:25:06.561Z | Compiling tabwriter v1.4.0 |
| 2114 | 2025-02-28T10:25:07.228Z | Compiling strum v0.26.3 |
| 2115 | 2025-02-28T10:25:08.052Z | Compiling foreign-types v0.5.0 |
| 2116 | 2025-02-28T10:25:08.185Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2117 | 2025-02-28T10:25:17.367Z | Compiling progenitor-macro v0.8.0 |
| 2118 | 2025-02-28T10:25:20.715Z | Compiling progenitor-client v0.8.0 |
| 2119 | 2025-02-28T10:25:21.661Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2120 | 2025-02-28T10:25:22.526Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2121 | 2025-02-28T10:25:23.412Z | Compiling daft-derive v0.1.1 |
| 2122 | 2025-02-28T10:25:24.852Z | Compiling cstr-argument v0.1.2 |
| 2123 | 2025-02-28T10:25:24.895Z | Compiling dropshot v0.16.0 |
| 2124 | 2025-02-28T10:25:25.144Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2125 | 2025-02-28T10:25:25.487Z | Compiling crucible-workspace-hack v0.1.0 |
| 2126 | 2025-02-28T10:25:25.837Z | Compiling fastrand v2.1.1 |
| 2127 | 2025-02-28T10:25:26.108Z | Compiling pretty-hex v0.2.1 |
| 2128 | 2025-02-28T10:25:26.498Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2129 | 2025-02-28T10:25:26.518Z | Compiling tempfile v3.13.0 |
| 2130 | 2025-02-28T10:25:27.012Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2131 | 2025-02-28T10:25:27.078Z | Compiling daft v0.1.1 |
| 2132 | 2025-02-28T10:25:27.591Z | Compiling progenitor v0.8.0 |
| 2133 | 2025-02-28T10:25:27.820Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2134 | 2025-02-28T10:25:27.963Z | Compiling parse-display-derive v0.10.0 |
| 2135 | 2025-02-28T10:25:28.036Z | Compiling colored v2.2.0 |
| 2136 | 2025-02-28T10:25:28.116Z | Compiling serde_with_macros v3.11.0 |
| 2137 | 2025-02-28T10:25:28.435Z | Compiling dropshot_endpoint v0.16.0 |
| 2138 | 2025-02-28T10:25:29.460Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2139 | 2025-02-28T10:25:30.223Z | Compiling instant v0.1.13 |
| 2140 | 2025-02-28T10:25:30.420Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2141 | 2025-02-28T10:25:30.468Z | Compiling winnow v0.6.20 |
| 2142 | 2025-02-28T10:25:30.821Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2143 | 2025-02-28T10:25:31.441Z | Compiling parse-display v0.10.0 |
| 2144 | 2025-02-28T10:25:32.827Z | Compiling serde_with v3.11.0 |
| 2145 | 2025-02-28T10:25:33.356Z | Compiling backoff v0.4.0 |
| 2146 | 2025-02-28T10:25:33.746Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2147 | 2025-02-28T10:25:33.797Z | Compiling zone_cfg_derive v0.3.0 |
| 2148 | 2025-02-28T10:25:33.999Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2149 | 2025-02-28T10:25:34.639Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2150 | 2025-02-28T10:25:34.739Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2151 | 2025-02-28T10:25:35.110Z | Compiling camino-tempfile v1.1.1 |
| 2152 | 2025-02-28T10:25:35.655Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2153 | 2025-02-28T10:25:35.892Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2154 | 2025-02-28T10:25:36.097Z | Compiling progenitor-client v0.9.1 |
| 2155 | 2025-02-28T10:25:36.119Z | Compiling regress v0.9.1 |
| 2156 | 2025-02-28T10:25:36.774Z | Compiling num-derive v0.4.2 |
| 2157 | 2025-02-28T10:25:37.056Z | Compiling sigpipe v0.1.3 |
| 2158 | 2025-02-28T10:25:37.211Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2159 | 2025-02-28T10:25:37.559Z | Compiling libefi-sys v0.1.0 |
| 2160 | 2025-02-28T10:25:37.968Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2161 | 2025-02-28T10:25:38.946Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2162 | 2025-02-28T10:25:40.482Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2163 | 2025-02-28T10:25:41.160Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2164 | 2025-02-28T10:25:43.025Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2165 | 2025-02-28T10:25:43.445Z | Compiling zone v0.3.0 |
| 2166 | 2025-02-28T10:25:43.577Z | Compiling itertools v0.14.0 |
| 2167 | 2025-02-28T10:25:44.720Z | Compiling smf v0.2.3 |
| 2168 | 2025-02-28T10:25:45.253Z | Compiling bitfield-struct v0.6.2 |
| 2169 | 2025-02-28T10:25:46.676Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2170 | 2025-02-28T10:25:46.768Z | Compiling blake3 v1.5.4 |
| 2171 | 2025-02-28T10:25:47.181Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2172 | 2025-02-28T10:25:47.338Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2173 | 2025-02-28T10:25:47.655Z | Compiling xattr v1.3.1 |
| 2174 | 2025-02-28T10:25:47.889Z | Compiling memmap2 v0.9.5 |
| 2175 | 2025-02-28T10:25:47.984Z | Compiling filetime v0.2.25 |
| 2176 | 2025-02-28T10:25:48.096Z | Compiling constant_time_eq v0.3.1 |
| 2177 | 2025-02-28T10:25:48.311Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2178 | 2025-02-28T10:25:48.360Z | Compiling same-file v1.0.6 |
| 2179 | 2025-02-28T10:25:48.380Z | Compiling arrayref v0.3.9 |
| 2180 | 2025-02-28T10:25:48.461Z | Compiling arrayvec v0.7.6 |
| 2181 | 2025-02-28T10:25:48.476Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2182 | 2025-02-28T10:25:48.507Z | Compiling tar v0.4.44 |
| 2183 | 2025-02-28T10:25:48.660Z | Compiling walkdir v2.5.0 |
| 2184 | 2025-02-28T10:25:50.256Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2185 | 2025-02-28T10:25:50.702Z | Compiling gethostname v0.5.0 |
| 2186 | 2025-02-28T10:25:50.938Z | Compiling cargo-platform v0.1.8 |
| 2187 | 2025-02-28T10:25:51.144Z | Compiling fixedbitset v0.5.7 |
| 2188 | 2025-02-28T10:25:51.447Z | Compiling topological-sort v0.2.2 |
| 2189 | 2025-02-28T10:25:51.760Z | Compiling omicron-zone-package v0.12.0 |
| 2190 | 2025-02-28T10:25:52.057Z | Compiling petgraph v0.7.1 |
| 2191 | 2025-02-28T10:25:52.298Z | Compiling cargo_metadata v0.19.1 |
| 2192 | 2025-02-28T10:25:52.677Z | Compiling shell-words v1.1.0 |
| 2193 | 2025-02-28T10:25:53.200Z | Compiling indent_write v2.2.0 |
| 2194 | 2025-02-28T10:25:58.483Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2195 | 2025-02-28T10:26:00.811Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2196 | 2025-02-28T10:26:04.719Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2197 | 2025-02-28T10:26:21.474Z | Finished `release` profile [optimized] target(s) in 5m 17s |
| 2198 | 2025-02-28T10:26:21.658Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2199 | 2025-02-28T10:26:21.713Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2200 | 2025-02-28T10:26:21.716Z | Created new build target 'test' and set it as active |
| 2201 | 2025-02-28T10:26:21.716Z | |
| 2202 | 2025-02-28T10:26:21.716Z | real 5:18.245945343 |
| 2203 | 2025-02-28T10:26:21.716Z | user 36:58.586194865 |
| 2204 | 2025-02-28T10:26:21.716Z | sys 3:34.056094128 |
| 2205 | 2025-02-28T10:26:21.716Z | trap 1.176267611 |
| 2206 | 2025-02-28T10:26:21.716Z | tflt 1.677620690 |
| 2207 | 2025-02-28T10:26:21.716Z | dflt 0.787102558 |
| 2208 | 2025-02-28T10:26:21.716Z | kflt 0.000129283 |
| 2209 | 2025-02-28T10:26:21.716Z | lock 1:13:06.418576762 |
| 2210 | 2025-02-28T10:26:21.716Z | slp 2:29:34.476809370 |
| 2211 | 2025-02-28T10:26:21.716Z | lat 2:50.323626719 |
| 2212 | 2025-02-28T10:26:21.716Z | stop 4:56.200333078 |
| 2213 | 2025-02-28T10:26:21.719Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2214 | 2025-02-28T10:26:22.764Z | Finished `release` profile [optimized] target(s) in 0.99s |
| 2215 | 2025-02-28T10:26:22.836Z | Running `target/release/omicron-package -t test package` |
| 2216 | 2025-02-28T10:26:22.884Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2217 | 2025-02-28T10:26:24.116Z | Compiling ring v0.17.11 |
| 2218 | 2025-02-28T10:26:24.303Z | Compiling thiserror v2.0.11 |
| 2219 | 2025-02-28T10:26:24.323Z | Compiling typify-impl v0.3.0 |
| 2220 | 2025-02-28T10:26:24.338Z | Compiling convert_case v0.4.0 |
| 2221 | 2025-02-28T10:26:24.341Z | Compiling newline-converter v0.3.0 |
| 2222 | 2025-02-28T10:26:24.341Z | Compiling password-hash v0.5.0 |
| 2223 | 2025-02-28T10:26:24.342Z | Compiling blake2 v0.10.6 |
| 2224 | 2025-02-28T10:26:24.538Z | Compiling expectorate v1.1.0 |
| 2225 | 2025-02-28T10:26:24.822Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2226 | 2025-02-28T10:26:24.952Z | Compiling derive_more v0.99.19 |
| 2227 | 2025-02-28T10:26:25.474Z | Compiling base64 v0.21.7 |
| 2228 | 2025-02-28T10:26:25.785Z | Compiling argon2 v0.5.3 |
| 2229 | 2025-02-28T10:26:26.492Z | Compiling atomicwrites v0.4.4 |
| 2230 | 2025-02-28T10:26:26.563Z | Compiling owo-colors v4.2.0 |
| 2231 | 2025-02-28T10:26:27.030Z | Compiling cancel-safe-futures v0.1.5 |
| 2232 | 2025-02-28T10:26:27.210Z | Compiling num-rational v0.4.2 |
| 2233 | 2025-02-28T10:26:27.442Z | Compiling libsw-core v0.3.1 |
| 2234 | 2025-02-28T10:26:27.755Z | Compiling num-complex v0.4.6 |
| 2235 | 2025-02-28T10:26:28.023Z | Compiling libsw v3.4.0 |
| 2236 | 2025-02-28T10:26:28.836Z | Compiling num v0.4.3 |
| 2237 | 2025-02-28T10:26:28.989Z | Compiling float-ord v0.3.2 |
| 2238 | 2025-02-28T10:26:29.191Z | Compiling linear-map v1.2.0 |
| 2239 | 2025-02-28T10:26:29.591Z | Compiling rustls v0.23.19 |
| 2240 | 2025-02-28T10:26:29.619Z | Compiling rustls v0.22.4 |
| 2241 | 2025-02-28T10:26:29.640Z | Compiling swrite v0.1.0 |
| 2242 | 2025-02-28T10:26:29.664Z | Compiling highway v1.3.0 |
| 2243 | 2025-02-28T10:26:29.790Z | Compiling tungstenite v0.21.0 |
| 2244 | 2025-02-28T10:26:30.356Z | Compiling semver v0.1.20 |
| 2245 | 2025-02-28T10:26:30.909Z | Compiling rustc_version v0.1.7 |
| 2246 | 2025-02-28T10:26:31.238Z | Compiling tokio-tungstenite v0.21.0 |
| 2247 | 2025-02-28T10:26:31.279Z | Compiling newtype_derive v0.1.6 |
| 2248 | 2025-02-28T10:26:31.481Z | Compiling ipnetwork v0.21.1 |
| 2249 | 2025-02-28T10:26:31.713Z | Compiling humantime v2.1.0 |
| 2250 | 2025-02-28T10:26:31.985Z | Compiling rustls-webpki v0.102.8 |
| 2251 | 2025-02-28T10:26:32.182Z | Compiling oxnet v0.1.1 |
| 2252 | 2025-02-28T10:26:32.798Z | Compiling daft v0.1.1 |
| 2253 | 2025-02-28T10:26:32.843Z | Compiling dropshot v0.16.0 |
| 2254 | 2025-02-28T10:26:33.279Z | Compiling instant v0.1.13 |
| 2255 | 2025-02-28T10:26:33.455Z | Compiling backoff v0.4.0 |
| 2256 | 2025-02-28T10:26:33.610Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2257 | 2025-02-28T10:26:33.814Z | Compiling steno v0.4.1 |
| 2258 | 2025-02-28T10:26:34.056Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2259 | 2025-02-28T10:26:34.102Z | Compiling typify-macro v0.3.0 |
| 2260 | 2025-02-28T10:26:34.725Z | Compiling parse-display v0.10.0 |
| 2261 | 2025-02-28T10:26:35.254Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2262 | 2025-02-28T10:26:35.466Z | Compiling serde_with v3.11.0 |
| 2263 | 2025-02-28T10:26:37.323Z | Compiling typify v0.3.0 |
| 2264 | 2025-02-28T10:26:37.495Z | Compiling tokio-rustls v0.25.0 |
| 2265 | 2025-02-28T10:26:37.839Z | Compiling progenitor-impl v0.9.1 |
| 2266 | 2025-02-28T10:26:37.952Z | Compiling dropshot v0.12.0 |
| 2267 | 2025-02-28T10:26:40.742Z | Compiling tokio-rustls v0.26.0 |
| 2268 | 2025-02-28T10:26:41.258Z | Compiling hyper-rustls v0.27.3 |
| 2269 | 2025-02-28T10:26:41.860Z | Compiling reqwest v0.12.12 |
| 2270 | 2025-02-28T10:26:43.630Z | Compiling qorb v0.2.1 |
| 2271 | 2025-02-28T10:26:48.688Z | Compiling progenitor-macro v0.9.1 |
| 2272 | 2025-02-28T10:26:48.813Z | Compiling progenitor-client v0.9.1 |
| 2273 | 2025-02-28T10:26:49.380Z | Compiling progenitor-client v0.8.0 |
| 2274 | 2025-02-28T10:26:49.933Z | Compiling progenitor v0.8.0 |
| 2275 | 2025-02-28T10:26:50.142Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2276 | 2025-02-28T10:26:50.904Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2277 | 2025-02-28T10:26:51.491Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2278 | 2025-02-28T10:27:17.332Z | Compiling progenitor v0.9.1 |
| 2279 | 2025-02-28T10:27:17.914Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2280 | 2025-02-28T10:27:21.132Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2281 | 2025-02-28T10:27:21.416Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2282 | 2025-02-28T10:27:22.058Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2283 | 2025-02-28T10:27:22.480Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2284 | 2025-02-28T10:27:28.057Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2285 | 2025-02-28T10:27:30.364Z | Compiling strum v0.26.3 |
| 2286 | 2025-02-28T10:27:30.611Z | Compiling regress v0.9.1 |
| 2287 | 2025-02-28T10:27:31.049Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2288 | 2025-02-28T10:27:31.272Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2289 | 2025-02-28T10:27:33.638Z | Compiling macaddr v1.0.1 |
| 2290 | 2025-02-28T10:27:34.050Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2291 | 2025-02-28T10:27:34.084Z | Compiling slog-dtrace v0.3.0 |
| 2292 | 2025-02-28T10:27:34.725Z | Compiling prettyplease v0.2.29 |
| 2293 | 2025-02-28T10:27:35.772Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2294 | 2025-02-28T10:27:36.804Z | Compiling half v2.4.1 |
| 2295 | 2025-02-28T10:27:37.224Z | Compiling ciborium-io v0.2.2 |
| 2296 | 2025-02-28T10:27:37.391Z | Compiling ciborium-ll v0.2.2 |
| 2297 | 2025-02-28T10:27:37.519Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2298 | 2025-02-28T10:27:37.717Z | Compiling bytecount v0.6.8 |
| 2299 | 2025-02-28T10:27:37.907Z | Compiling ciborium v0.2.2 |
| 2300 | 2025-02-28T10:27:38.056Z | Compiling display-error-chain v0.2.2 |
| 2301 | 2025-02-28T10:27:38.309Z | Compiling const_format_proc_macros v0.2.34 |
| 2302 | 2025-02-28T10:27:39.255Z | Compiling same-file v1.0.6 |
| 2303 | 2025-02-28T10:27:39.516Z | Compiling maplit v1.0.2 |
| 2304 | 2025-02-28T10:27:39.665Z | Compiling crunchy v0.2.2 |
| 2305 | 2025-02-28T10:27:39.912Z | Compiling keccak v0.1.5 |
| 2306 | 2025-02-28T10:27:40.050Z | Compiling fastrand v2.1.1 |
| 2307 | 2025-02-28T10:27:40.172Z | Compiling const_format v0.2.34 |
| 2308 | 2025-02-28T10:27:40.555Z | Compiling tempfile v3.13.0 |
| 2309 | 2025-02-28T10:27:41.062Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2310 | 2025-02-28T10:27:41.308Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2311 | 2025-02-28T10:27:41.461Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2312 | 2025-02-28T10:27:48.605Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2313 | 2025-02-28T10:27:48.921Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2314 | 2025-02-28T10:27:50.630Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2315 | 2025-02-28T10:27:52.263Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2316 | 2025-02-28T10:27:56.222Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2317 | 2025-02-28T10:27:57.065Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2318 | 2025-02-28T10:27:58.872Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2319 | 2025-02-28T10:28:00.185Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2320 | 2025-02-28T10:28:05.124Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2321 | 2025-02-28T10:28:05.557Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2322 | 2025-02-28T10:28:06.404Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2323 | 2025-02-28T10:28:08.316Z | Compiling sha3 v0.10.8 |
| 2324 | 2025-02-28T10:28:09.156Z | Compiling walkdir v2.5.0 |
| 2325 | 2025-02-28T10:28:09.796Z | Compiling radium v0.7.0 |
| 2326 | 2025-02-28T10:28:10.316Z | Compiling tiny-keccak v2.0.2 |
| 2327 | 2025-02-28T10:28:10.553Z | Compiling blake3 v1.5.4 |
| 2328 | 2025-02-28T10:28:10.834Z | Compiling dsl_auto_type v0.1.2 |
| 2329 | 2025-02-28T10:28:11.193Z | Compiling scheduled-thread-pool v0.2.7 |
| 2330 | 2025-02-28T10:28:11.439Z | Compiling xattr v1.3.1 |
| 2331 | 2025-02-28T10:28:11.485Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2332 | 2025-02-28T10:28:11.715Z | Compiling filetime v0.2.25 |
| 2333 | 2025-02-28T10:28:11.849Z | Compiling memmap2 v0.9.5 |
| 2334 | 2025-02-28T10:28:12.030Z | Compiling arrayvec v0.7.6 |
| 2335 | 2025-02-28T10:28:12.060Z | Compiling constant_time_eq v0.3.1 |
| 2336 | 2025-02-28T10:28:12.237Z | Compiling maybe-uninit v2.0.0 |
| 2337 | 2025-02-28T10:28:12.259Z | Compiling arrayref v0.3.9 |
| 2338 | 2025-02-28T10:28:12.385Z | Compiling tap v1.0.1 |
| 2339 | 2025-02-28T10:28:12.532Z | Compiling diesel_derives v2.2.3 |
| 2340 | 2025-02-28T10:28:12.598Z | Compiling wyz v0.5.1 |
| 2341 | 2025-02-28T10:28:12.819Z | Compiling tar v0.4.44 |
| 2342 | 2025-02-28T10:28:13.079Z | Compiling r2d2 v0.8.10 |
| 2343 | 2025-02-28T10:28:13.567Z | Compiling toolchain_find v0.4.0 |
| 2344 | 2025-02-28T10:28:13.830Z | Compiling camino-tempfile v1.1.1 |
| 2345 | 2025-02-28T10:28:13.941Z | Compiling phf_generator v0.11.2 |
| 2346 | 2025-02-28T10:28:14.078Z | Compiling ascii-canvas v3.0.0 |
| 2347 | 2025-02-28T10:28:14.141Z | Compiling secrecy v0.8.0 |
| 2348 | 2025-02-28T10:28:14.245Z | Compiling async-recursion v1.1.1 |
| 2349 | 2025-02-28T10:28:14.413Z | Compiling ena v0.14.3 |
| 2350 | 2025-02-28T10:28:14.520Z | Compiling bindgen v0.71.1 |
| 2351 | 2025-02-28T10:28:14.660Z | Compiling funty v2.0.0 |
| 2352 | 2025-02-28T10:28:14.826Z | Compiling packed_struct v0.10.1 |
| 2353 | 2025-02-28T10:28:15.000Z | Compiling regex-syntax v0.6.29 |
| 2354 | 2025-02-28T10:28:15.283Z | Compiling diff v0.1.13 |
| 2355 | 2025-02-28T10:28:15.572Z | Compiling topological-sort v0.2.2 |
| 2356 | 2025-02-28T10:28:15.750Z | Compiling crc-catalog v2.4.0 |
| 2357 | 2025-02-28T10:28:15.837Z | Compiling omicron-zone-package v0.12.0 |
| 2358 | 2025-02-28T10:28:15.940Z | Compiling crc v3.2.1 |
| 2359 | 2025-02-28T10:28:17.330Z | Compiling bitvec v1.0.1 |
| 2360 | 2025-02-28T10:28:18.055Z | Compiling phf_codegen v0.11.2 |
| 2361 | 2025-02-28T10:28:18.075Z | Compiling rustfmt-wrapper v0.2.1 |
| 2362 | 2025-02-28T10:28:18.438Z | Compiling lalrpop v0.19.12 |
| 2363 | 2025-02-28T10:28:18.651Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2364 | 2025-02-28T10:28:19.844Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2365 | 2025-02-28T10:28:19.969Z | Compiling universal-hash v0.5.1 |
| 2366 | 2025-02-28T10:28:20.084Z | Compiling packed_struct_codegen v0.10.1 |
| 2367 | 2025-02-28T10:28:20.230Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2368 | 2025-02-28T10:28:20.727Z | Compiling parse-zoneinfo v0.3.1 |
| 2369 | 2025-02-28T10:28:21.739Z | Compiling indexmap v1.9.3 |
| 2370 | 2025-02-28T10:28:22.095Z | Compiling opaque-debug v0.3.1 |
| 2371 | 2025-02-28T10:28:22.151Z | Compiling nodrop v0.1.14 |
| 2372 | 2025-02-28T10:28:22.228Z | Compiling rustc-hash v2.1.1 |
| 2373 | 2025-02-28T10:28:22.319Z | Compiling ref-cast v1.0.23 |
| 2374 | 2025-02-28T10:28:22.638Z | Compiling thiserror-no-std v2.0.2 |
| 2375 | 2025-02-28T10:28:22.798Z | Compiling array-init v0.0.4 |
| 2376 | 2025-02-28T10:28:22.884Z | Compiling diesel v2.2.7 |
| 2377 | 2025-02-28T10:28:22.905Z | Compiling poly1305 v0.8.0 |
| 2378 | 2025-02-28T10:28:23.863Z | Compiling chrono-tz-build v0.4.0 |
| 2379 | 2025-02-28T10:28:24.417Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2380 | 2025-02-28T10:28:24.845Z | Compiling smallvec v0.6.14 |
| 2381 | 2025-02-28T10:28:25.362Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2382 | 2025-02-28T10:28:25.699Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2383 | 2025-02-28T10:28:26.064Z | Compiling derive_builder_core v0.20.2 |
| 2384 | 2025-02-28T10:28:26.356Z | Compiling chacha20 v0.9.1 |
| 2385 | 2025-02-28T10:28:26.868Z | Compiling headers-core v0.3.0 |
| 2386 | 2025-02-28T10:28:27.048Z | Compiling aead v0.5.2 |
| 2387 | 2025-02-28T10:28:27.417Z | Compiling libxml v0.3.3 |
| 2388 | 2025-02-28T10:28:27.798Z | Compiling ref-cast-impl v1.0.23 |
| 2389 | 2025-02-28T10:28:28.061Z | Compiling vte_generate_state_changes v0.1.2 |
| 2390 | 2025-02-28T10:28:28.697Z | Compiling hashbrown v0.12.3 |
| 2391 | 2025-02-28T10:28:28.908Z | Compiling bitfield v0.14.0 |
| 2392 | 2025-02-28T10:28:29.231Z | Compiling arc-swap v1.7.1 |
| 2393 | 2025-02-28T10:28:29.902Z | Compiling termcolor v1.4.1 |
| 2394 | 2025-02-28T10:28:29.950Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2395 | 2025-02-28T10:28:30.901Z | Compiling env_logger v0.10.2 |
| 2396 | 2025-02-28T10:28:31.407Z | Compiling slog-scope v4.4.0 |
| 2397 | 2025-02-28T10:28:32.234Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2398 | 2025-02-28T10:28:34.148Z | Compiling vte v0.11.1 |
| 2399 | 2025-02-28T10:28:34.846Z | Compiling samael v0.0.18 |
| 2400 | 2025-02-28T10:28:35.443Z | Compiling derive_builder_macro v0.20.2 |
| 2401 | 2025-02-28T10:28:35.604Z | Compiling chacha20poly1305 v0.10.1 |
| 2402 | 2025-02-28T10:28:35.840Z | Compiling headers v0.4.0 |
| 2403 | 2025-02-28T10:28:36.415Z | Compiling serde-hex v0.1.0 |
| 2404 | 2025-02-28T10:28:36.437Z | Compiling chrono-tz v0.10.1 |
| 2405 | 2025-02-28T10:28:37.145Z | Compiling vsss-rs v3.3.4 |
| 2406 | 2025-02-28T10:28:39.436Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2407 | 2025-02-28T10:28:39.860Z | Compiling polar-core v0.27.3 |
| 2408 | 2025-02-28T10:28:41.325Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2409 | 2025-02-28T10:28:41.427Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2410 | 2025-02-28T10:28:41.782Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2411 | 2025-02-28T10:28:44.211Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2412 | 2025-02-28T10:28:44.242Z | Compiling ron v0.8.1 |
| 2413 | 2025-02-28T10:28:44.536Z | Compiling hashbrown v0.13.2 |
| 2414 | 2025-02-28T10:28:45.780Z | Compiling strum_macros v0.24.3 |
| 2415 | 2025-02-28T10:28:46.077Z | Compiling unicase v2.7.0 |
| 2416 | 2025-02-28T10:28:46.459Z | Compiling crc-any v2.5.0 |
| 2417 | 2025-02-28T10:28:47.431Z | Compiling indoc v1.0.9 |
| 2418 | 2025-02-28T10:28:48.266Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2419 | 2025-02-28T10:28:48.838Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2420 | 2025-02-28T10:28:50.155Z | Compiling object v0.30.4 |
| 2421 | 2025-02-28T10:29:03.699Z | Compiling derive_builder v0.20.2 |
| 2422 | 2025-02-28T10:29:07.323Z | Compiling strip-ansi-escapes v0.2.0 |
| 2423 | 2025-02-28T10:29:08.077Z | Compiling slog-stdlog v4.1.1 |
| 2424 | 2025-02-28T10:29:09.277Z | Compiling papergrid v0.11.0 |
| 2425 | 2025-02-28T10:29:09.451Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2426 | 2025-02-28T10:29:09.453Z | Compiling tabled_derive v0.7.0 |
| 2427 | 2025-02-28T10:29:09.803Z | Compiling fd-lock v4.0.2 |
| 2428 | 2025-02-28T10:29:10.050Z | Compiling peg-macros v0.8.4 |
| 2429 | 2025-02-28T10:29:11.511Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2430 | 2025-02-28T10:29:12.451Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2431 | 2025-02-28T10:29:13.073Z | Compiling oso-derive v0.27.3 |
| 2432 | 2025-02-28T10:29:14.031Z | Compiling quick-xml v0.37.2 |
| 2433 | 2025-02-28T10:29:18.107Z | Compiling diesel-dtrace v0.4.2 |
| 2434 | 2025-02-28T10:29:18.473Z | Compiling path-slash v0.1.5 |
| 2435 | 2025-02-28T10:29:18.747Z | Compiling nu-ansi-term v0.50.1 |
| 2436 | 2025-02-28T10:29:19.989Z | Compiling reedline v0.35.0 |
| 2437 | 2025-02-28T10:29:22.904Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2438 | 2025-02-28T10:29:31.589Z | Compiling oso v0.27.3 |
| 2439 | 2025-02-28T10:29:37.996Z | Compiling peg v0.8.4 |
| 2440 | 2025-02-28T10:29:38.182Z | Compiling tabled v0.15.0 |
| 2441 | 2025-02-28T10:29:39.365Z | Compiling slog-envlogger v2.2.0 |
| 2442 | 2025-02-28T10:29:41.902Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2443 | 2025-02-28T10:29:43.924Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2444 | 2025-02-28T10:29:45.438Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2445 | 2025-02-28T10:29:45.791Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2446 | 2025-02-28T10:29:48.124Z | Compiling pem v3.0.5 |
| 2447 | 2025-02-28T10:29:49.564Z | Compiling bb8 v0.8.5 |
| 2448 | 2025-02-28T10:29:50.172Z | Compiling bcs v0.1.6 |
| 2449 | 2025-02-28T10:29:51.023Z | Compiling fxhash v0.2.1 |
| 2450 | 2025-02-28T10:29:51.276Z | Compiling libz-sys v1.1.20 |
| 2451 | 2025-02-28T10:29:51.959Z | Compiling lockfree-object-pool v0.1.6 |
| 2452 | 2025-02-28T10:29:52.314Z | Compiling bumpalo v3.16.0 |
| 2453 | 2025-02-28T10:29:52.905Z | Compiling simd-adler32 v0.3.7 |
| 2454 | 2025-02-28T10:29:54.041Z | Compiling zip v2.1.3 |
| 2455 | 2025-02-28T10:29:54.195Z | Compiling termtree v0.5.1 |
| 2456 | 2025-02-28T10:29:54.502Z | Compiling zopfli v0.8.1 |
| 2457 | 2025-02-28T10:29:56.494Z | Compiling async-bb8-diesel v0.2.1 |
| 2458 | 2025-02-28T10:29:57.805Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2459 | 2025-02-28T10:29:58.058Z | Compiling kstat-rs v0.2.4 |
| 2460 | 2025-02-28T10:29:58.660Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2461 | 2025-02-28T10:29:58.840Z | Compiling buf-list v1.0.3 |
| 2462 | 2025-02-28T10:29:58.971Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2463 | 2025-02-28T10:29:59.425Z | Compiling proc-macro-error2 v2.0.1 |
| 2464 | 2025-02-28T10:30:00.004Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2465 | 2025-02-28T10:30:03.940Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2466 | 2025-02-28T10:30:04.439Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2467 | 2025-02-28T10:30:05.236Z | Compiling nanorand v0.7.0 |
| 2468 | 2025-02-28T10:30:05.941Z | Compiling pin-project-internal v1.1.6 |
| 2469 | 2025-02-28T10:30:08.479Z | Compiling parking_lot_core v0.8.6 |
| 2470 | 2025-02-28T10:30:08.505Z | Compiling pin-project v1.1.6 |
| 2471 | 2025-02-28T10:30:08.690Z | Compiling flume v0.11.1 |
| 2472 | 2025-02-28T10:30:09.465Z | Compiling tabled_derive v0.10.0 |
| 2473 | 2025-02-28T10:30:09.769Z | Compiling mime_guess v2.0.5 |
| 2474 | 2025-02-28T10:30:11.862Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2475 | 2025-02-28T10:30:12.064Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2476 | 2025-02-28T10:30:16.348Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2477 | 2025-02-28T10:30:18.726Z | Compiling papergrid v0.14.0 |
| 2478 | 2025-02-28T10:30:19.029Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2479 | 2025-02-28T10:30:19.429Z | Compiling snafu-derive v0.8.5 |
| 2480 | 2025-02-28T10:30:22.096Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2481 | 2025-02-28T10:30:22.561Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2482 | 2025-02-28T10:30:23.617Z | Compiling snafu v0.8.5 |
| 2483 | 2025-02-28T10:30:24.857Z | Compiling tabled v0.18.0 |
| 2484 | 2025-02-28T10:30:34.758Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2485 | 2025-02-28T10:30:36.987Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2486 | 2025-02-28T10:30:43.095Z | Compiling globset v0.4.15 |
| 2487 | 2025-02-28T10:30:44.914Z | Compiling olpc-cjson v0.1.4 |
| 2488 | 2025-02-28T10:30:45.250Z | Compiling itertools v0.13.0 |
| 2489 | 2025-02-28T10:30:48.629Z | Compiling vergen v8.3.2 |
| 2490 | 2025-02-28T10:30:48.997Z | Compiling castaway v0.2.3 |
| 2491 | 2025-02-28T10:30:49.087Z | Compiling nibble_vec v0.1.0 |
| 2492 | 2025-02-28T10:30:49.216Z | Compiling serde_plain v1.0.2 |
| 2493 | 2025-02-28T10:30:49.340Z | Compiling cargo-platform v0.1.8 |
| 2494 | 2025-02-28T10:30:49.749Z | Compiling atty v0.2.14 |
| 2495 | 2025-02-28T10:30:49.831Z | Compiling http-range v0.1.5 |
| 2496 | 2025-02-28T10:30:49.925Z | Compiling typed-path v0.9.3 |
| 2497 | 2025-02-28T10:30:50.411Z | Compiling io-lifetimes v1.0.11 |
| 2498 | 2025-02-28T10:30:50.991Z | Compiling salty v0.3.0 |
| 2499 | 2025-02-28T10:30:51.454Z | Compiling endian-type v0.1.2 |
| 2500 | 2025-02-28T10:30:51.729Z | Compiling radix_trie v0.2.1 |
| 2501 | 2025-02-28T10:30:52.666Z | Compiling tough v0.19.0 |
| 2502 | 2025-02-28T10:30:56.586Z | Compiling cargo_metadata v0.18.1 |
| 2503 | 2025-02-28T10:30:57.038Z | Compiling compact_str v0.8.0 |
| 2504 | 2025-02-28T10:30:58.528Z | Compiling unicode-truncate v1.1.0 |
| 2505 | 2025-02-28T10:30:58.836Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2506 | 2025-02-28T10:30:59.256Z | Compiling parking_lot v0.11.2 |
| 2507 | 2025-02-28T10:31:00.683Z | Compiling git2 v0.19.0 |
| 2508 | 2025-02-28T10:31:01.383Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2509 | 2025-02-28T10:31:07.069Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2510 | 2025-02-28T10:31:08.860Z | Compiling lru v0.12.5 |
| 2511 | 2025-02-28T10:31:09.233Z | Compiling rand_seeder v0.3.0 |
| 2512 | 2025-02-28T10:31:09.584Z | Compiling lzma-sys v0.1.20 |
| 2513 | 2025-02-28T10:31:09.689Z | Compiling instability v0.3.2 |
| 2514 | 2025-02-28T10:31:09.744Z | Compiling rustls v0.21.12 |
| 2515 | 2025-02-28T10:31:10.110Z | Compiling indoc v2.0.5 |
| 2516 | 2025-02-28T10:31:10.311Z | Compiling cassowary v0.3.0 |
| 2517 | 2025-02-28T10:31:10.721Z | Compiling rustix v0.37.28 |
| 2518 | 2025-02-28T10:31:10.938Z | Compiling parse-size v1.1.0 |
| 2519 | 2025-02-28T10:31:11.308Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2520 | 2025-02-28T10:31:11.637Z | Compiling ratatui v0.29.0 |
| 2521 | 2025-02-28T10:31:11.749Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2522 | 2025-02-28T10:31:12.178Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2523 | 2025-02-28T10:31:12.283Z | Compiling hyper-staticfile v0.10.1 |
| 2524 | 2025-02-28T10:31:13.441Z | Compiling sled v0.34.7 |
| 2525 | 2025-02-28T10:31:14.803Z | Compiling hickory-client v0.24.4 |
| 2526 | 2025-02-28T10:31:16.429Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2527 | 2025-02-28T10:31:17.697Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2528 | 2025-02-28T10:31:19.528Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2529 | 2025-02-28T10:31:23.191Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2530 | 2025-02-28T10:31:23.553Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2531 | 2025-02-28T10:31:24.457Z | Compiling rustls-webpki v0.101.7 |
| 2532 | 2025-02-28T10:31:25.195Z | Compiling sct v0.7.1 |
| 2533 | 2025-02-28T10:31:25.656Z | Compiling hickory-server v0.24.4 |
| 2534 | 2025-02-28T10:31:28.345Z | Compiling primeorder v0.13.6 |
| 2535 | 2025-02-28T10:31:28.931Z | Compiling heck v0.3.3 |
| 2536 | 2025-02-28T10:31:29.322Z | Compiling env_filter v0.1.2 |
| 2537 | 2025-02-28T10:31:30.302Z | Compiling csv-core v0.1.11 |
| 2538 | 2025-02-28T10:31:30.871Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2539 | 2025-02-28T10:31:31.233Z | Compiling csv v1.3.1 |
| 2540 | 2025-02-28T10:31:31.345Z | Compiling env_logger v0.11.5 |
| 2541 | 2025-02-28T10:31:31.368Z | Compiling zone_cfg_derive v0.1.2 |
| 2542 | 2025-02-28T10:31:32.714Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2543 | 2025-02-28T10:31:32.819Z | Compiling p384 v0.13.0 |
| 2544 | 2025-02-28T10:31:36.936Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2545 | 2025-02-28T10:31:37.858Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2546 | 2025-02-28T10:31:39.365Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2547 | 2025-02-28T10:31:39.795Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2548 | 2025-02-28T10:31:40.677Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2549 | 2025-02-28T10:31:41.357Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2550 | 2025-02-28T10:31:41.750Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2551 | 2025-02-28T10:31:42.111Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2552 | 2025-02-28T10:31:42.478Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2553 | 2025-02-28T10:31:42.754Z | Compiling nix v0.27.1 |
| 2554 | 2025-02-28T10:31:42.836Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2555 | 2025-02-28T10:31:43.553Z | Compiling tungstenite v0.23.0 |
| 2556 | 2025-02-28T10:31:45.468Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2557 | 2025-02-28T10:31:45.837Z | Compiling base64 v0.13.1 |
| 2558 | 2025-02-28T10:31:46.131Z | Compiling tokio-tungstenite v0.23.1 |
| 2559 | 2025-02-28T10:31:46.670Z | Compiling ron v0.7.1 |
| 2560 | 2025-02-28T10:31:49.008Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2561 | 2025-02-28T10:31:49.200Z | Compiling xz2 v0.1.7 |
| 2562 | 2025-02-28T10:31:49.838Z | Compiling terminal_size v0.2.6 |
| 2563 | 2025-02-28T10:31:50.087Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2564 | 2025-02-28T10:31:51.825Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2565 | 2025-02-28T10:31:56.419Z | Compiling tokio-rustls v0.24.1 |
| 2566 | 2025-02-28T10:31:56.939Z | Compiling zone v0.1.8 |
| 2567 | 2025-02-28T10:31:57.970Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2568 | 2025-02-28T10:31:58.713Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2569 | 2025-02-28T10:32:00.219Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2570 | 2025-02-28T10:32:00.333Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2571 | 2025-02-28T10:32:00.507Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2572 | 2025-02-28T10:32:00.652Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2573 | 2025-02-28T10:32:00.917Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2574 | 2025-02-28T10:32:01.424Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2575 | 2025-02-28T10:32:04.427Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2576 | 2025-02-28T10:32:04.559Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2577 | 2025-02-28T10:32:04.776Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2578 | 2025-02-28T10:32:08.323Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2579 | 2025-02-28T10:32:09.590Z | Compiling rustls-pemfile v1.0.4 |
| 2580 | 2025-02-28T10:32:10.236Z | Compiling signal-hook-tokio v0.3.1 |
| 2581 | 2025-02-28T10:32:10.377Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2582 | 2025-02-28T10:32:10.481Z | Compiling twox-hash v2.1.0 |
| 2583 | 2025-02-28T10:32:11.531Z | Compiling yasna v0.5.2 |
| 2584 | 2025-02-28T10:32:12.036Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2585 | 2025-02-28T10:32:13.822Z | Compiling glob v0.3.2 |
| 2586 | 2025-02-28T10:32:14.616Z | Compiling smawk v0.3.2 |
| 2587 | 2025-02-28T10:32:14.989Z | Compiling unicode-linebreak v0.1.5 |
| 2588 | 2025-02-28T10:32:15.034Z | Compiling is_ci v1.2.0 |
| 2589 | 2025-02-28T10:32:15.134Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2590 | 2025-02-28T10:32:15.370Z | Compiling supports-color v3.0.2 |
| 2591 | 2025-02-28T10:32:15.582Z | Compiling textwrap v0.16.1 |
| 2592 | 2025-02-28T10:32:15.840Z | Compiling rcgen v0.12.1 |
| 2593 | 2025-02-28T10:32:15.935Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2594 | 2025-02-28T10:32:19.299Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2595 | 2025-02-28T10:32:20.119Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2596 | 2025-02-28T10:32:22.416Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2597 | 2025-02-28T10:32:26.562Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2598 | 2025-02-28T10:32:29.036Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2599 | 2025-02-28T10:32:30.142Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2600 | 2025-02-28T10:32:44.617Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2601 | 2025-02-28T10:32:45.670Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2602 | 2025-02-28T10:32:49.380Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2603 | 2025-02-28T10:32:53.137Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2604 | 2025-02-28T10:32:55.908Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2605 | 2025-02-28T10:32:56.533Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2606 | 2025-02-28T10:33:00.401Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2607 | 2025-02-28T10:33:10.167Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2608 | 2025-02-28T10:33:10.190Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2609 | 2025-02-28T10:33:10.523Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2610 | 2025-02-28T10:33:11.239Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2611 | 2025-02-28T10:33:13.349Z | Compiling fatfs v0.3.6 |
| 2612 | 2025-02-28T10:33:14.984Z | Compiling rtoolbox v0.0.2 |
| 2613 | 2025-02-28T10:33:15.450Z | Compiling subprocess v0.2.9 |
| 2614 | 2025-02-28T10:33:16.080Z | Compiling assert_matches v1.5.0 |
| 2615 | 2025-02-28T10:33:17.471Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2616 | 2025-02-28T10:33:17.682Z | Compiling rpassword v7.3.1 |
| 2617 | 2025-02-28T10:33:18.156Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2618 | 2025-02-28T10:33:20.210Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2619 | 2025-02-28T10:33:25.333Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2620 | 2025-02-28T10:33:32.246Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2621 | 2025-02-28T10:33:33.815Z | Compiling tui-tree-widget v0.23.0 |
| 2622 | 2025-02-28T10:33:34.296Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2623 | 2025-02-28T10:33:47.515Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2624 | 2025-02-28T10:33:47.870Z | Compiling uzers v0.12.1 |
| 2625 | 2025-02-28T10:33:50.951Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2626 | 2025-02-28T10:33:53.596Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2627 | 2025-02-28T10:33:54.894Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2628 | 2025-02-28T10:34:04.818Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2629 | 2025-02-28T10:34:15.346Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2630 | 2025-02-28T10:34:19.991Z | Compiling multimap v0.10.0 |
| 2631 | 2025-02-28T10:36:40.294Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2632 | 2025-02-28T10:44:01.572Z | Finished `release` profile [optimized] target(s) in 17m 38s |
| 2633 | 2025-02-28T10:45:10.341Z | |
| 2634 | 2025-02-28T10:45:10.345Z | real 18:48.650684713 |
| 2635 | 2025-02-28T10:45:10.345Z | user 2:12:19.295090307 |
| 2636 | 2025-02-28T10:45:10.345Z | sys 3:39.329985365 |
| 2637 | 2025-02-28T10:45:10.345Z | trap 3.409776150 |
| 2638 | 2025-02-28T10:45:10.345Z | tflt 2.085917227 |
| 2639 | 2025-02-28T10:45:10.345Z | dflt 5.320142614 |
| 2640 | 2025-02-28T10:45:10.345Z | kflt 0.001220926 |
| 2641 | 2025-02-28T10:45:10.345Z | lock 7:55:26.034748390 |
| 2642 | 2025-02-28T10:45:10.345Z | slp 6:54:56.242429927 |
| 2643 | 2025-02-28T10:45:10.345Z | lat 3:36.226878457 |
| 2644 | 2025-02-28T10:45:10.346Z | stop 2:57.291017079 |
| 2645 | 2025-02-28T10:45:10.346Z | + mapfile -t packages |
| 2646 | 2025-02-28T10:45:10.346Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2647 | 2025-02-28T10:45:11.448Z | Compiling ring v0.17.11 |
| 2648 | 2025-02-28T10:45:13.482Z | Compiling rustls v0.22.4 |
| 2649 | 2025-02-28T10:45:13.505Z | Compiling rustls v0.23.19 |
| 2650 | 2025-02-28T10:45:14.983Z | Compiling rustls-webpki v0.102.8 |
| 2651 | 2025-02-28T10:45:19.364Z | Compiling tokio-rustls v0.25.0 |
| 2652 | 2025-02-28T10:45:19.736Z | Compiling dropshot v0.12.0 |
| 2653 | 2025-02-28T10:45:21.054Z | Compiling tokio-rustls v0.26.0 |
| 2654 | 2025-02-28T10:45:21.525Z | Compiling hyper-rustls v0.27.3 |
| 2655 | 2025-02-28T10:45:22.065Z | Compiling reqwest v0.12.12 |
| 2656 | 2025-02-28T10:45:23.587Z | Compiling dropshot v0.16.0 |
| 2657 | 2025-02-28T10:45:24.006Z | Compiling qorb v0.2.1 |
| 2658 | 2025-02-28T10:45:30.812Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2659 | 2025-02-28T10:45:31.242Z | Compiling progenitor-client v0.8.0 |
| 2660 | 2025-02-28T10:45:32.179Z | Compiling progenitor v0.8.0 |
| 2661 | 2025-02-28T10:45:32.655Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2662 | 2025-02-28T10:45:33.570Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2663 | 2025-02-28T10:45:37.555Z | Compiling progenitor-client v0.9.1 |
| 2664 | 2025-02-28T10:45:38.606Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2665 | 2025-02-28T10:45:41.850Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2666 | 2025-02-28T10:45:48.937Z | Compiling omicron-zone-package v0.12.0 |
| 2667 | 2025-02-28T10:45:55.770Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2668 | 2025-02-28T10:45:59.411Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2669 | 2025-02-28T10:46:01.822Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2670 | 2025-02-28T10:46:03.724Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2671 | 2025-02-28T10:46:19.822Z | Finished `release` profile [optimized] target(s) in 1m 09s |
| 2672 | 2025-02-28T10:46:20.002Z | Running `target/release/omicron-package -t test list-outputs` |
| 2673 | 2025-02-28T10:46:20.057Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2674 | 2025-02-28T10:46:20.059Z | + ptime -m cargo build --locked --release -p xtask |
| 2675 | 2025-02-28T10:46:20.676Z | Compiling serde v1.0.218 |
| 2676 | 2025-02-28T10:46:20.679Z | Compiling serde_json v1.0.139 |
| 2677 | 2025-02-28T10:46:20.679Z | Compiling rustix v0.38.37 |
| 2678 | 2025-02-28T10:46:20.679Z | Compiling libc v0.2.170 |
| 2679 | 2025-02-28T10:46:20.679Z | Compiling syn v2.0.98 |
| 2680 | 2025-02-28T10:46:20.679Z | Compiling bitflags v2.6.0 |
| 2681 | 2025-02-28T10:46:21.199Z | Compiling usdt-impl v0.5.0 |
| 2682 | 2025-02-28T10:46:21.213Z | Compiling syn v1.0.109 |
| 2683 | 2025-02-28T10:46:21.299Z | Compiling hashbrown v0.15.1 |
| 2684 | 2025-02-28T10:46:21.340Z | Compiling log v0.4.22 |
| 2685 | 2025-02-28T10:46:21.584Z | Compiling fs-err v2.11.0 |
| 2686 | 2025-02-28T10:46:21.808Z | Compiling once_cell v1.20.3 |
| 2687 | 2025-02-28T10:46:21.933Z | Compiling anyhow v1.0.96 |
| 2688 | 2025-02-28T10:46:22.173Z | Compiling thread-id v4.2.2 |
| 2689 | 2025-02-28T10:46:22.546Z | Compiling indexmap v2.7.1 |
| 2690 | 2025-02-28T10:46:23.397Z | Compiling terminal_size v0.4.0 |
| 2691 | 2025-02-28T10:46:23.397Z | Compiling tempfile v3.13.0 |
| 2692 | 2025-02-28T10:46:23.662Z | Compiling clap_builder v4.5.31 |
| 2693 | 2025-02-28T10:46:24.498Z | Compiling proc-macro-error v1.0.4 |
| 2694 | 2025-02-28T10:46:25.311Z | Compiling tabled_derive v0.7.0 |
| 2695 | 2025-02-28T10:46:26.433Z | Compiling tabled v0.15.0 |
| 2696 | 2025-02-28T10:46:27.042Z | Compiling serde_derive v1.0.218 |
| 2697 | 2025-02-28T10:46:27.042Z | Compiling thiserror-impl v1.0.69 |
| 2698 | 2025-02-28T10:46:27.045Z | Compiling zerocopy-derive v0.7.35 |
| 2699 | 2025-02-28T10:46:27.045Z | Compiling scroll_derive v0.12.0 |
| 2700 | 2025-02-28T10:46:27.045Z | Compiling thiserror-impl v2.0.11 |
| 2701 | 2025-02-28T10:46:28.512Z | Compiling scroll v0.12.0 |
| 2702 | 2025-02-28T10:46:28.902Z | Compiling zerocopy v0.7.35 |
| 2703 | 2025-02-28T10:46:29.155Z | Compiling goblin v0.8.2 |
| 2704 | 2025-02-28T10:46:29.644Z | Compiling thiserror v1.0.69 |
| 2705 | 2025-02-28T10:46:29.822Z | Compiling pest v2.7.14 |
| 2706 | 2025-02-28T10:46:31.864Z | Compiling thiserror v2.0.11 |
| 2707 | 2025-02-28T10:46:32.063Z | Compiling clap_derive v4.5.28 |
| 2708 | 2025-02-28T10:46:32.917Z | Compiling pest_meta v2.7.14 |
| 2709 | 2025-02-28T10:46:36.367Z | Compiling pest_generator v2.7.14 |
| 2710 | 2025-02-28T10:46:36.392Z | Compiling clap v4.5.31 |
| 2711 | 2025-02-28T10:46:38.090Z | Compiling pest_derive v2.7.14 |
| 2712 | 2025-02-28T10:46:38.932Z | Compiling dtrace-parser v0.2.0 |
| 2713 | 2025-02-28T10:46:40.513Z | Compiling toml_datetime v0.6.8 |
| 2714 | 2025-02-28T10:46:41.255Z | Compiling serde_spanned v0.6.8 |
| 2715 | 2025-02-28T10:46:41.592Z | Compiling dof v0.3.0 |
| 2716 | 2025-02-28T10:46:42.079Z | Compiling serde_tokenstream v0.2.2 |
| 2717 | 2025-02-28T10:46:42.673Z | Compiling toml_edit v0.22.24 |
| 2718 | 2025-02-28T10:46:43.705Z | Compiling camino v1.1.9 |
| 2719 | 2025-02-28T10:46:48.471Z | Compiling toml v0.8.20 |
| 2720 | 2025-02-28T10:46:48.918Z | Compiling usdt-attr-macro v0.5.0 |
| 2721 | 2025-02-28T10:46:50.248Z | Compiling usdt-macro v0.5.0 |
| 2722 | 2025-02-28T10:46:51.097Z | Compiling semver v1.0.25 |
| 2723 | 2025-02-28T10:46:51.499Z | Compiling cargo-platform v0.1.8 |
| 2724 | 2025-02-28T10:46:52.611Z | Compiling cargo_metadata v0.19.1 |
| 2725 | 2025-02-28T10:46:52.630Z | Compiling usdt v0.5.0 |
| 2726 | 2025-02-28T10:46:52.828Z | Compiling cargo_toml v0.21.0 |
| 2727 | 2025-02-28T10:46:54.053Z | Compiling camino-tempfile v1.1.1 |
| 2728 | 2025-02-28T10:46:54.694Z | Compiling macaddr v1.0.1 |
| 2729 | 2025-02-28T10:47:04.248Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2730 | 2025-02-28T10:47:09.899Z | Finished `release` profile [optimized] target(s) in 49.78s |
| 2731 | 2025-02-28T10:47:10.020Z | |
| 2732 | 2025-02-28T10:47:10.020Z | real 49.933804520 |
| 2733 | 2025-02-28T10:47:10.020Z | user 5:23.804672323 |
| 2734 | 2025-02-28T10:47:10.021Z | sys 19.585042513 |
| 2735 | 2025-02-28T10:47:10.024Z | trap 0.155230183 |
| 2736 | 2025-02-28T10:47:10.024Z | tflt 0.195901490 |
| 2737 | 2025-02-28T10:47:10.024Z | dflt 0.410680654 |
| 2738 | 2025-02-28T10:47:10.024Z | kflt 0.000002880 |
| 2739 | 2025-02-28T10:47:10.024Z | lock 10:31.050378870 |
| 2740 | 2025-02-28T10:47:10.024Z | slp 16:18.538151769 |
| 2741 | 2025-02-28T10:47:10.024Z | lat 15.803344391 |
| 2742 | 2025-02-28T10:47:10.024Z | stop 19.757508610 |
| 2743 | 2025-02-28T10:47:10.024Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2744 | 2025-02-28T10:47:10.024Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2745 | 2025-02-28T10:47:10.024Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2746 | 2025-02-28T10:47:10.024Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2747 | 2025-02-28T10:47:10.024Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2748 | 2025-02-28T10:47:10.975Z | Compiling ring v0.17.11 |
| 2749 | 2025-02-28T10:47:11.117Z | Compiling hashbrown v0.14.5 |
| 2750 | 2025-02-28T10:47:11.128Z | Compiling thiserror-impl v2.0.11 |
| 2751 | 2025-02-28T10:47:11.131Z | Compiling ident_case v1.0.1 |
| 2752 | 2025-02-28T10:47:11.131Z | Compiling unsafe-libyaml v0.2.11 |
| 2753 | 2025-02-28T10:47:11.131Z | Compiling ipnetwork v0.21.1 |
| 2754 | 2025-02-28T10:47:11.131Z | Compiling macaddr v1.0.1 |
| 2755 | 2025-02-28T10:47:11.131Z | Compiling instant v0.1.13 |
| 2756 | 2025-02-28T10:47:11.418Z | Compiling darling_core v0.20.10 |
| 2757 | 2025-02-28T10:47:11.442Z | Compiling structmeta-derive v0.3.0 |
| 2758 | 2025-02-28T10:47:11.593Z | Compiling oxnet v0.1.1 |
| 2759 | 2025-02-28T10:47:11.926Z | Compiling dropshot v0.16.0 |
| 2760 | 2025-02-28T10:47:12.248Z | Compiling regress v0.10.1 |
| 2761 | 2025-02-28T10:47:12.331Z | Compiling regress v0.9.1 |
| 2762 | 2025-02-28T10:47:12.353Z | Compiling dropshot_endpoint v0.16.0 |
| 2763 | 2025-02-28T10:47:12.977Z | Compiling serde_yaml v0.9.34+deprecated |
| 2764 | 2025-02-28T10:47:13.960Z | Compiling structmeta v0.3.0 |
| 2765 | 2025-02-28T10:47:14.349Z | Compiling thiserror v2.0.11 |
| 2766 | 2025-02-28T10:47:14.369Z | Compiling daft-derive v0.1.1 |
| 2767 | 2025-02-28T10:47:14.524Z | Compiling parse-display-derive v0.10.0 |
| 2768 | 2025-02-28T10:47:15.819Z | Compiling daft v0.1.1 |
| 2769 | 2025-02-28T10:47:16.315Z | Compiling rustls v0.23.19 |
| 2770 | 2025-02-28T10:47:16.350Z | Compiling rustls v0.22.4 |
| 2771 | 2025-02-28T10:47:16.405Z | Compiling typify-impl v0.2.0 |
| 2772 | 2025-02-28T10:47:16.408Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2773 | 2025-02-28T10:47:16.427Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2774 | 2025-02-28T10:47:16.868Z | Compiling backoff v0.4.0 |
| 2775 | 2025-02-28T10:47:16.943Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2776 | 2025-02-28T10:47:16.976Z | Compiling tempfile v3.13.0 |
| 2777 | 2025-02-28T10:47:17.087Z | Compiling darling_macro v0.20.10 |
| 2778 | 2025-02-28T10:47:17.136Z | Compiling proc-macro-crate v1.3.1 |
| 2779 | 2025-02-28T10:47:17.181Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2780 | 2025-02-28T10:47:17.233Z | Compiling typify-impl v0.3.0 |
| 2781 | 2025-02-28T10:47:17.385Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2782 | 2025-02-28T10:47:17.796Z | Compiling itertools v0.13.0 |
| 2783 | 2025-02-28T10:47:17.826Z | Compiling heapless v0.8.0 |
| 2784 | 2025-02-28T10:47:18.011Z | Compiling num_enum_derive v0.5.11 |
| 2785 | 2025-02-28T10:47:18.031Z | Compiling darling v0.20.10 |
| 2786 | 2025-02-28T10:47:18.172Z | Compiling serde_with_macros v3.11.0 |
| 2787 | 2025-02-28T10:47:18.379Z | Compiling crucible-workspace-hack v0.1.0 |
| 2788 | 2025-02-28T10:47:18.445Z | Compiling parse-display v0.10.0 |
| 2789 | 2025-02-28T10:47:18.710Z | Compiling rustls-webpki v0.102.8 |
| 2790 | 2025-02-28T10:47:19.064Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2791 | 2025-02-28T10:47:20.442Z | Compiling num_enum v0.5.11 |
| 2792 | 2025-02-28T10:47:20.554Z | Compiling proc-macro-error v1.0.4 |
| 2793 | 2025-02-28T10:47:20.631Z | Compiling camino-tempfile v1.1.1 |
| 2794 | 2025-02-28T10:47:20.665Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2795 | 2025-02-28T10:47:20.784Z | Compiling serde_with v3.11.0 |
| 2796 | 2025-02-28T10:47:21.076Z | Compiling foreign-types-macros v0.2.3 |
| 2797 | 2025-02-28T10:47:21.187Z | Compiling hash32 v0.3.1 |
| 2798 | 2025-02-28T10:47:21.501Z | Compiling foreign-types-shared v0.3.1 |
| 2799 | 2025-02-28T10:47:21.659Z | Compiling smoltcp v0.11.0 |
| 2800 | 2025-02-28T10:47:22.389Z | Compiling foreign-types v0.5.0 |
| 2801 | 2025-02-28T10:47:22.852Z | Compiling tabwriter v1.4.0 |
| 2802 | 2025-02-28T10:47:23.367Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2803 | 2025-02-28T10:47:23.523Z | Compiling cstr-argument v0.1.2 |
| 2804 | 2025-02-28T10:47:23.793Z | Compiling pretty-hex v0.2.1 |
| 2805 | 2025-02-28T10:47:24.018Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2806 | 2025-02-28T10:47:24.207Z | Compiling cobs v0.2.3 |
| 2807 | 2025-02-28T10:47:24.388Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2808 | 2025-02-28T10:47:24.409Z | Compiling postcard v1.0.10 |
| 2809 | 2025-02-28T10:47:24.506Z | Compiling tokio-rustls v0.25.0 |
| 2810 | 2025-02-28T10:47:24.596Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2811 | 2025-02-28T10:47:24.952Z | Compiling dropshot v0.12.0 |
| 2812 | 2025-02-28T10:47:25.051Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2813 | 2025-02-28T10:47:27.221Z | Compiling tokio-rustls v0.26.0 |
| 2814 | 2025-02-28T10:47:27.707Z | Compiling hyper-rustls v0.27.3 |
| 2815 | 2025-02-28T10:47:28.351Z | Compiling reqwest v0.12.12 |
| 2816 | 2025-02-28T10:47:28.602Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2817 | 2025-02-28T10:47:29.383Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2818 | 2025-02-28T10:47:29.979Z | Compiling qorb v0.2.1 |
| 2819 | 2025-02-28T10:47:30.866Z | Compiling typify-macro v0.2.0 |
| 2820 | 2025-02-28T10:47:31.978Z | Compiling progenitor-client v0.9.1 |
| 2821 | 2025-02-28T10:47:32.012Z | Compiling progenitor-client v0.8.0 |
| 2822 | 2025-02-28T10:47:32.549Z | Compiling typify-macro v0.3.0 |
| 2823 | 2025-02-28T10:47:32.571Z | Compiling colored v2.2.0 |
| 2824 | 2025-02-28T10:47:33.015Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2825 | 2025-02-28T10:47:33.285Z | Compiling winnow v0.6.20 |
| 2826 | 2025-02-28T10:47:33.333Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2827 | 2025-02-28T10:47:33.636Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2828 | 2025-02-28T10:47:33.639Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2829 | 2025-02-28T10:47:34.100Z | Compiling smf v0.2.3 |
| 2830 | 2025-02-28T10:47:34.345Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2831 | 2025-02-28T10:47:34.664Z | Compiling typify v0.2.0 |
| 2832 | 2025-02-28T10:47:34.710Z | Compiling zone_cfg_derive v0.3.0 |
| 2833 | 2025-02-28T10:47:34.818Z | Compiling progenitor-impl v0.8.0 |
| 2834 | 2025-02-28T10:47:35.393Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2835 | 2025-02-28T10:47:35.526Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2836 | 2025-02-28T10:47:35.721Z | Compiling itertools v0.14.0 |
| 2837 | 2025-02-28T10:47:35.808Z | Compiling num-derive v0.4.2 |
| 2838 | 2025-02-28T10:47:36.090Z | Compiling sigpipe v0.1.3 |
| 2839 | 2025-02-28T10:47:36.234Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2840 | 2025-02-28T10:47:36.312Z | Compiling typify v0.3.0 |
| 2841 | 2025-02-28T10:47:36.482Z | Compiling progenitor-impl v0.9.1 |
| 2842 | 2025-02-28T10:47:36.791Z | Compiling zone v0.3.0 |
| 2843 | 2025-02-28T10:47:37.676Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2844 | 2025-02-28T10:47:38.149Z | Compiling universal-hash v0.5.1 |
| 2845 | 2025-02-28T10:47:38.203Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2846 | 2025-02-28T10:47:38.274Z | Compiling opaque-debug v0.3.1 |
| 2847 | 2025-02-28T10:47:38.375Z | Compiling num-rational v0.4.2 |
| 2848 | 2025-02-28T10:47:38.399Z | Compiling tungstenite v0.21.0 |
| 2849 | 2025-02-28T10:47:38.704Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2850 | 2025-02-28T10:47:38.727Z | Compiling password-hash v0.5.0 |
| 2851 | 2025-02-28T10:47:39.005Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2852 | 2025-02-28T10:47:39.217Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2853 | 2025-02-28T10:47:39.629Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2854 | 2025-02-28T10:47:39.893Z | Compiling num-complex v0.4.6 |
| 2855 | 2025-02-28T10:47:39.998Z | Compiling blake2 v0.10.6 |
| 2856 | 2025-02-28T10:47:40.221Z | Compiling aead v0.5.2 |
| 2857 | 2025-02-28T10:47:40.248Z | Compiling convert_case v0.4.0 |
| 2858 | 2025-02-28T10:47:40.353Z | Compiling base64 v0.21.7 |
| 2859 | 2025-02-28T10:47:40.577Z | Compiling keccak v0.1.5 |
| 2860 | 2025-02-28T10:47:40.604Z | Compiling argon2 v0.5.3 |
| 2861 | 2025-02-28T10:47:40.898Z | Compiling sha3 v0.10.8 |
| 2862 | 2025-02-28T10:47:41.051Z | Compiling num v0.4.3 |
| 2863 | 2025-02-28T10:47:41.073Z | Compiling derive_more v0.99.19 |
| 2864 | 2025-02-28T10:47:41.181Z | Compiling tokio-tungstenite v0.21.0 |
| 2865 | 2025-02-28T10:47:41.333Z | Compiling poly1305 v0.8.0 |
| 2866 | 2025-02-28T10:47:41.583Z | Compiling progenitor-macro v0.8.0 |
| 2867 | 2025-02-28T10:47:41.752Z | Compiling chacha20 v0.9.1 |
| 2868 | 2025-02-28T10:47:41.822Z | Compiling float-ord v0.3.2 |
| 2869 | 2025-02-28T10:47:41.968Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2870 | 2025-02-28T10:47:42.026Z | Compiling semver v0.1.20 |
| 2871 | 2025-02-28T10:47:42.299Z | Compiling same-file v1.0.6 |
| 2872 | 2025-02-28T10:47:42.416Z | Compiling rustc_version v0.1.7 |
| 2873 | 2025-02-28T10:47:42.619Z | Compiling walkdir v2.5.0 |
| 2874 | 2025-02-28T10:47:42.640Z | Compiling newline-converter v0.3.0 |
| 2875 | 2025-02-28T10:47:42.835Z | Compiling primeorder v0.13.6 |
| 2876 | 2025-02-28T10:47:42.883Z | Compiling secrecy v0.8.0 |
| 2877 | 2025-02-28T10:47:43.059Z | Compiling cancel-safe-futures v0.1.5 |
| 2878 | 2025-02-28T10:47:43.144Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2879 | 2025-02-28T10:47:43.288Z | Compiling progenitor-macro v0.9.1 |
| 2880 | 2025-02-28T10:47:43.308Z | Compiling owo-colors v4.2.0 |
| 2881 | 2025-02-28T10:47:43.333Z | Compiling newtype_derive v0.1.6 |
| 2882 | 2025-02-28T10:47:43.357Z | Compiling expectorate v1.1.0 |
| 2883 | 2025-02-28T10:47:43.475Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2884 | 2025-02-28T10:47:43.553Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2885 | 2025-02-28T10:47:43.680Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2886 | 2025-02-28T10:47:43.754Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2887 | 2025-02-28T10:47:43.953Z | Compiling libsw-core v0.3.1 |
| 2888 | 2025-02-28T10:47:44.007Z | Compiling blake3 v1.5.4 |
| 2889 | 2025-02-28T10:47:44.249Z | Compiling unicase v2.7.0 |
| 2890 | 2025-02-28T10:47:44.367Z | Compiling half v2.4.1 |
| 2891 | 2025-02-28T10:47:44.579Z | Compiling arc-swap v1.7.1 |
| 2892 | 2025-02-28T10:47:44.602Z | Compiling ciborium-io v0.2.2 |
| 2893 | 2025-02-28T10:47:44.666Z | Compiling fixedbitset v0.5.7 |
| 2894 | 2025-02-28T10:47:44.906Z | Compiling ciborium-ll v0.2.2 |
| 2895 | 2025-02-28T10:47:45.143Z | Compiling petgraph v0.7.1 |
| 2896 | 2025-02-28T10:47:45.307Z | Compiling slog-scope v4.4.0 |
| 2897 | 2025-02-28T10:47:45.454Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2898 | 2025-02-28T10:47:45.555Z | Compiling libsw v3.4.0 |
| 2899 | 2025-02-28T10:47:45.874Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2900 | 2025-02-28T10:47:46.309Z | Compiling thiserror-no-std v2.0.2 |
| 2901 | 2025-02-28T10:47:46.481Z | Compiling polyval v0.6.2 |
| 2902 | 2025-02-28T10:47:46.929Z | Compiling atomicwrites v0.4.4 |
| 2903 | 2025-02-28T10:47:46.970Z | Compiling memmap2 v0.9.5 |
| 2904 | 2025-02-28T10:47:47.282Z | Compiling linear-map v1.2.0 |
| 2905 | 2025-02-28T10:47:47.400Z | Compiling libefi-sys v0.1.0 |
| 2906 | 2025-02-28T10:47:47.570Z | Compiling parking_lot_core v0.8.6 |
| 2907 | 2025-02-28T10:47:47.661Z | Compiling constant_time_eq v0.3.1 |
| 2908 | 2025-02-28T10:47:47.742Z | Compiling salty v0.3.0 |
| 2909 | 2025-02-28T10:47:47.884Z | Compiling arrayvec v0.7.6 |
| 2910 | 2025-02-28T10:47:47.923Z | Compiling indent_write v2.2.0 |
| 2911 | 2025-02-28T10:47:48.041Z | Compiling arrayref v0.3.9 |
| 2912 | 2025-02-28T10:47:48.255Z | Compiling ghash v0.5.1 |
| 2913 | 2025-02-28T10:47:48.271Z | Compiling vsss-rs v3.3.4 |
| 2914 | 2025-02-28T10:47:48.424Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2915 | 2025-02-28T10:47:48.505Z | Compiling slog-stdlog v4.1.1 |
| 2916 | 2025-02-28T10:47:48.885Z | Compiling ciborium v0.2.2 |
| 2917 | 2025-02-28T10:47:49.356Z | Compiling p384 v0.13.0 |
| 2918 | 2025-02-28T10:47:49.512Z | Compiling toolchain_find v0.4.0 |
| 2919 | 2025-02-28T10:47:49.764Z | Compiling chacha20poly1305 v0.10.1 |
| 2920 | 2025-02-28T10:47:50.035Z | Compiling ctr v0.9.2 |
| 2921 | 2025-02-28T10:47:50.146Z | Compiling lzma-sys v0.1.20 |
| 2922 | 2025-02-28T10:47:50.261Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2923 | 2025-02-28T10:47:50.424Z | Compiling bitfield-struct v0.6.2 |
| 2924 | 2025-02-28T10:47:50.713Z | Compiling slog-dtrace v0.3.0 |
| 2925 | 2025-02-28T10:47:50.860Z | Compiling highway v1.3.0 |
| 2926 | 2025-02-28T10:47:50.934Z | Compiling topological-sort v0.2.2 |
| 2927 | 2025-02-28T10:47:51.137Z | Compiling omicron-zone-package v0.12.0 |
| 2928 | 2025-02-28T10:47:51.333Z | Compiling aes-gcm v0.10.3 |
| 2929 | 2025-02-28T10:47:51.725Z | Compiling rustfmt-wrapper v0.2.1 |
| 2930 | 2025-02-28T10:47:51.746Z | Compiling mime_guess v2.0.5 |
| 2931 | 2025-02-28T10:47:51.818Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2932 | 2025-02-28T10:47:52.232Z | Compiling slog-envlogger v2.2.0 |
| 2933 | 2025-02-28T10:47:52.345Z | Compiling steno v0.4.1 |
| 2934 | 2025-02-28T10:47:52.917Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2935 | 2025-02-28T10:47:52.917Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2936 | 2025-02-28T10:47:53.298Z | Compiling heck v0.3.3 |
| 2937 | 2025-02-28T10:47:53.492Z | Compiling ssh-encoding v0.2.0 |
| 2938 | 2025-02-28T10:47:53.531Z | Compiling blowfish v0.9.1 |
| 2939 | 2025-02-28T10:47:53.573Z | Compiling progenitor v0.8.0 |
| 2940 | 2025-02-28T10:47:53.676Z | Compiling nibble_vec v0.1.0 |
| 2941 | 2025-02-28T10:47:53.804Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2942 | 2025-02-28T10:47:53.898Z | Compiling env_filter v0.1.2 |
| 2943 | 2025-02-28T10:47:53.989Z | Compiling humantime v2.1.0 |
| 2944 | 2025-02-28T10:47:54.010Z | Compiling endian-type v0.1.2 |
| 2945 | 2025-02-28T10:47:54.012Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2946 | 2025-02-28T10:47:54.174Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2947 | 2025-02-28T10:47:54.240Z | Compiling env_logger v0.11.5 |
| 2948 | 2025-02-28T10:47:54.499Z | Compiling radix_trie v0.2.1 |
| 2949 | 2025-02-28T10:47:54.559Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2950 | 2025-02-28T10:47:54.580Z | Compiling ssh-cipher v0.2.0 |
| 2951 | 2025-02-28T10:47:54.904Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2952 | 2025-02-28T10:47:55.125Z | Compiling progenitor v0.9.1 |
| 2953 | 2025-02-28T10:47:55.146Z | Compiling zone_cfg_derive v0.1.2 |
| 2954 | 2025-02-28T10:47:55.373Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2955 | 2025-02-28T10:47:55.393Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2956 | 2025-02-28T10:47:55.540Z | Compiling parking_lot v0.11.2 |
| 2957 | 2025-02-28T10:47:56.437Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2958 | 2025-02-28T10:47:56.547Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2959 | 2025-02-28T10:47:56.819Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2960 | 2025-02-28T10:47:56.936Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2961 | 2025-02-28T10:47:57.306Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2962 | 2025-02-28T10:47:57.381Z | Compiling password-hash v0.4.2 |
| 2963 | 2025-02-28T10:47:57.484Z | Compiling gethostname v0.5.0 |
| 2964 | 2025-02-28T10:47:57.711Z | Compiling fxhash v0.2.1 |
| 2965 | 2025-02-28T10:47:57.743Z | Compiling lockfree-object-pool v0.1.6 |
| 2966 | 2025-02-28T10:47:57.950Z | Compiling bumpalo v3.16.0 |
| 2967 | 2025-02-28T10:47:58.035Z | Compiling zip v2.1.3 |
| 2968 | 2025-02-28T10:47:58.232Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2969 | 2025-02-28T10:47:58.405Z | Compiling base64 v0.13.1 |
| 2970 | 2025-02-28T10:47:58.446Z | Compiling http-range v0.1.5 |
| 2971 | 2025-02-28T10:47:58.591Z | Compiling simd-adler32 v0.3.7 |
| 2972 | 2025-02-28T10:47:58.679Z | Compiling sled v0.34.7 |
| 2973 | 2025-02-28T10:47:58.789Z | Compiling pbkdf2 v0.11.0 |
| 2974 | 2025-02-28T10:47:58.972Z | Compiling zopfli v0.8.1 |
| 2975 | 2025-02-28T10:47:59.150Z | Compiling ron v0.7.1 |
| 2976 | 2025-02-28T10:47:59.153Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2977 | 2025-02-28T10:47:59.868Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2978 | 2025-02-28T10:48:00.603Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2979 | 2025-02-28T10:48:00.923Z | Compiling xz2 v0.1.7 |
| 2980 | 2025-02-28T10:48:01.222Z | Compiling zone v0.1.8 |
| 2981 | 2025-02-28T10:48:01.380Z | Compiling ssh-key v0.6.6 |
| 2982 | 2025-02-28T10:48:01.665Z | Compiling hickory-client v0.24.4 |
| 2983 | 2025-02-28T10:48:02.088Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2984 | 2025-02-28T10:48:02.367Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2985 | 2025-02-28T10:48:02.628Z | Compiling p521 v0.13.3 |
| 2986 | 2025-02-28T10:48:03.009Z | Compiling p256 v0.13.2 |
| 2987 | 2025-02-28T10:48:03.556Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2988 | 2025-02-28T10:48:03.785Z | Compiling hickory-server v0.24.4 |
| 2989 | 2025-02-28T10:48:04.586Z | Compiling pem v3.0.5 |
| 2990 | 2025-02-28T10:48:04.960Z | Compiling yasna v0.5.2 |
| 2991 | 2025-02-28T10:48:05.323Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2992 | 2025-02-28T10:48:05.524Z | Compiling headers-core v0.3.0 |
| 2993 | 2025-02-28T10:48:05.730Z | Compiling kstat-rs v0.2.4 |
| 2994 | 2025-02-28T10:48:05.941Z | Compiling nanorand v0.7.0 |
| 2995 | 2025-02-28T10:48:06.341Z | Compiling atty v0.2.14 |
| 2996 | 2025-02-28T10:48:06.517Z | Compiling russh-cryptovec v0.7.3 |
| 2997 | 2025-02-28T10:48:06.536Z | Compiling md5 v0.7.0 |
| 2998 | 2025-02-28T10:48:06.571Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2999 | 2025-02-28T10:48:06.848Z | Compiling russh-keys v0.45.0 |
| 3000 | 2025-02-28T10:48:07.069Z | Compiling flume v0.11.1 |
| 3001 | 2025-02-28T10:48:07.735Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3002 | 2025-02-28T10:48:07.833Z | Compiling rcgen v0.12.1 |
| 3003 | 2025-02-28T10:48:08.077Z | Compiling headers v0.4.0 |
| 3004 | 2025-02-28T10:48:09.166Z | Compiling hyper-staticfile v0.10.1 |
| 3005 | 2025-02-28T10:48:10.243Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3006 | 2025-02-28T10:48:10.529Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3007 | 2025-02-28T10:48:10.821Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3008 | 2025-02-28T10:48:11.396Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 3009 | 2025-02-28T10:48:11.851Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3010 | 2025-02-28T10:48:11.874Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3011 | 2025-02-28T10:48:12.592Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3012 | 2025-02-28T10:48:13.346Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3013 | 2025-02-28T10:48:14.495Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3014 | 2025-02-28T10:48:14.582Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3015 | 2025-02-28T10:48:15.900Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3016 | 2025-02-28T10:48:16.073Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3017 | 2025-02-28T10:48:17.004Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3018 | 2025-02-28T10:48:18.745Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3019 | 2025-02-28T10:48:19.316Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3020 | 2025-02-28T10:48:19.523Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3021 | 2025-02-28T10:48:19.545Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3022 | 2025-02-28T10:48:19.847Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3023 | 2025-02-28T10:48:20.410Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3024 | 2025-02-28T10:48:22.713Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3025 | 2025-02-28T10:48:22.785Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3026 | 2025-02-28T10:48:22.807Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3027 | 2025-02-28T10:48:24.472Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3028 | 2025-02-28T10:48:25.035Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3029 | 2025-02-28T10:48:25.499Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3030 | 2025-02-28T10:48:26.300Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3031 | 2025-02-28T10:48:27.277Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3032 | 2025-02-28T10:48:27.387Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3033 | 2025-02-28T10:48:29.158Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3034 | 2025-02-28T10:48:29.580Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3035 | 2025-02-28T10:48:31.114Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3036 | 2025-02-28T10:48:31.433Z | Compiling num-bigint v0.4.6 |
| 3037 | 2025-02-28T10:48:32.124Z | Compiling des v0.8.1 |
| 3038 | 2025-02-28T10:48:32.499Z | Compiling subprocess v0.2.9 |
| 3039 | 2025-02-28T10:48:32.730Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3040 | 2025-02-28T10:48:33.361Z | Compiling display-error-chain v0.2.2 |
| 3041 | 2025-02-28T10:48:33.594Z | Compiling hex-literal v0.4.1 |
| 3042 | 2025-02-28T10:48:33.667Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3043 | 2025-02-28T10:48:33.751Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3044 | 2025-02-28T10:48:33.772Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3045 | 2025-02-28T10:48:34.133Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3046 | 2025-02-28T10:48:34.649Z | Compiling russh v0.45.0 |
| 3047 | 2025-02-28T10:48:36.332Z | Compiling internet-checksum v0.2.1 |
| 3048 | 2025-02-28T10:48:41.720Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3049 | 2025-02-28T10:48:48.673Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3050 | 2025-02-28T10:48:50.362Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3051 | 2025-02-28T10:49:14.649Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3052 | 2025-02-28T10:49:39.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
| 3053 | 2025-02-28T10:49:39.482Z | |
| 3054 | 2025-02-28T10:49:39.483Z | real 2:29.417230520 |
| 3055 | 2025-02-28T10:49:39.483Z | user 12:37.166626792 |
| 3056 | 2025-02-28T10:49:39.483Z | sys 1:39.569374407 |
| 3057 | 2025-02-28T10:49:39.483Z | trap 0.376175538 |
| 3058 | 2025-02-28T10:49:39.489Z | tflt 0.213064801 |
| 3059 | 2025-02-28T10:49:39.489Z | dflt 0.578329048 |
| 3060 | 2025-02-28T10:49:39.489Z | kflt 0.000051602 |
| 3061 | 2025-02-28T10:49:39.489Z | lock 23:38.358447038 |
| 3062 | 2025-02-28T10:49:39.489Z | slp 44:38.733526065 |
| 3063 | 2025-02-28T10:49:39.489Z | lat 37.947638666 |
| 3064 | 2025-02-28T10:49:39.490Z | stop 1:44.168495369 |
| 3065 | 2025-02-28T10:49:39.490Z | + mkdir tests |
| 3066 | 2025-02-28T10:49:39.490Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3067 | 2025-02-28T10:49:39.490Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3068 | 2025-02-28T10:49:39.528Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-18e450cda28d3ddc tests/ |
| 3069 | 2025-02-28T10:49:39.554Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9d7cc81f3a57f99f tests/ |
| 3070 | 2025-02-28T10:49:39.580Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-f495af3e0ae8d4e5 tests/ |
| 3071 | 2025-02-28T10:49:39.608Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-11c12985305ea4af tests/ |
| 3072 | 2025-02-28T10:49:39.900Z | + 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/*) |
| 3073 | 2025-02-28T10:49:39.904Z | + 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-9d7cc81f3a57f99f tests/commtest-f495af3e0ae8d4e5 tests/dhcp_server-18e450cda28d3ddc tests/end_to_end_tests-11c12985305ea4af 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 |
| 3074 | 2025-02-28T10:50:58.050Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3075 | 2025-02-28T10:50:58.050Z | a .github/buildomat/ci-env.sh 1K |
| 3076 | 2025-02-28T10:50:58.050Z | a out/target/test 1K |
| 3077 | 2025-02-28T10:50:58.050Z | a out/npuzone/npuzone 23144K |
| 3078 | 2025-02-28T10:50:58.050Z | a package-manifest.toml 33K |
| 3079 | 2025-02-28T10:50:58.050Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 3080 | 2025-02-28T10:50:58.050Z | a target/release/omicron-package 39796K |
| 3081 | 2025-02-28T10:50:58.050Z | a target/release/xtask 10838K |
| 3082 | 2025-02-28T10:50:58.050Z | a target/debug/bootstrap 221807K |
| 3083 | 2025-02-28T10:50:58.050Z | a tests/bootstrap-9d7cc81f3a57f99f 24083K |
| 3084 | 2025-02-28T10:50:58.050Z | a tests/commtest-f495af3e0ae8d4e5 24909K |
| 3085 | 2025-02-28T10:50:58.050Z | a tests/dhcp_server-18e450cda28d3ddc 24083K |
| 3086 | 2025-02-28T10:50:58.050Z | a tests/end_to_end_tests-11c12985305ea4af 284629K |
| 3087 | 2025-02-28T10:50:58.050Z | a out/clickhouse.tar.gz 308232K |
| 3088 | 2025-02-28T10:50:58.050Z | a out/clickhouse_keeper.tar.gz 293806K |
| 3089 | 2025-02-28T10:50:58.050Z | a out/clickhouse_server.tar.gz 308194K |
| 3090 | 2025-02-28T10:50:58.050Z | a out/cockroachdb.tar.gz 146824K |
| 3091 | 2025-02-28T10:50:58.050Z | a out/crucible-dtrace.tar 98K |
| 3092 | 2025-02-28T10:50:58.050Z | a out/crucible-pantry-zone.tar.gz 32721K |
| 3093 | 2025-02-28T10:50:58.050Z | a out/crucible-zone.tar.gz 41109K |
| 3094 | 2025-02-28T10:50:58.050Z | a out/external-dns.tar.gz 46367K |
| 3095 | 2025-02-28T10:50:58.050Z | a out/internal-dns.tar.gz 46365K |
| 3096 | 2025-02-28T10:50:58.050Z | a out/mg-ddm-gz.tar 63075K |
| 3097 | 2025-02-28T10:50:58.050Z | a out/nexus.tar.gz 112158K |
| 3098 | 2025-02-28T10:50:58.050Z | a out/ntp.tar.gz 14672K |
| 3099 | 2025-02-28T10:50:58.050Z | a out/omicron-gateway-softnpu.tar.gz 26143K |
| 3100 | 2025-02-28T10:50:58.050Z | a out/omicron-sled-agent.tar 127770K |
| 3101 | 2025-02-28T10:50:58.050Z | a out/overlay.tar.gz 3K |
| 3102 | 2025-02-28T10:50:58.050Z | a out/oximeter.tar.gz 56013K |
| 3103 | 2025-02-28T10:50:58.051Z | a out/oxlog.tar 3144K |
| 3104 | 2025-02-28T10:50:58.051Z | a out/probe.tar.gz 2764K |
| 3105 | 2025-02-28T10:50:58.051Z | a out/propolis-server.tar.gz 66425K |
| 3106 | 2025-02-28T10:50:58.051Z | a out/pumpkind-gz.tar 26665K |
| 3107 | 2025-02-28T10:50:58.051Z | a out/switch-softnpu.tar.gz 270065K |
| 3108 | 2025-02-28T10:50:58.054Z | |
| 3109 | 2025-02-28T10:50:58.054Z | real 1:18.153878197 |
| 3110 | 2025-02-28T10:50:58.054Z | user 1:14.531347658 |
| 3111 | 2025-02-28T10:50:58.054Z | sys 5.185675188 |
| 3112 | 2025-02-28T10:50:58.054Z | trap 0.020953197 |
| 3113 | 2025-02-28T10:50:58.054Z | tflt 0.000000000 |
| 3114 | 2025-02-28T10:50:58.054Z | dflt 0.000000000 |
| 3115 | 2025-02-28T10:50:58.054Z | kflt 0.000000000 |
| 3116 | 2025-02-28T10:50:58.054Z | lock 0.000000000 |
| 3117 | 2025-02-28T10:50:58.054Z | slp 1:14.273356231 |
| 3118 | 2025-02-28T10:50:58.054Z | lat 2.292031281 |
| 3119 | 2025-02-28T10:50:58.054Z | stop 0.000198238 |
| 3120 | 2025-02-28T10:50:58.054Z | process exited: duration 2144804 ms, exit code 0 |
| |
| 3121 | 2025-02-28T10:50:58.068Z | found 1 output files |
| 3122 | 2025-02-28T10:50:58.068Z | uploading: /work/package.tar.gz (2053573425 bytes) |
| 3123 | 2025-02-28T10:51:29.598Z | uploaded: /work/package.tar.gz |