|
|
|
1 | 2025-01-15T04:20:01.507Z | job assigned to worker 01JHM2ZE40JFZ40YJFK0GX0APE [factory aws, i-0dbb17b65616fb495] (queued for 1 m 7 s) |
|
2 | 2025-01-15T04:20:09.507Z | starting task 0: "setup" |
3 | 2025-01-15T04:20:09.516Z | ++ uname -s |
4 | 2025-01-15T04:20:09.519Z | + kern=SunOS |
5 | 2025-01-15T04:20:09.519Z | + case "$kern" in |
6 | 2025-01-15T04:20:09.519Z | + groupadd -g 12345 build |
7 | 2025-01-15T04:20:09.522Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-15T04:20:11.530Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-15T04:20:11.632Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-15T04:20:11.635Z | + home_fs=zfs |
11 | 2025-01-15T04:20:11.635Z | + [[ zfs == autofs ]] |
12 | 2025-01-15T04:20:11.635Z | + mkdir -p /home/build |
13 | 2025-01-15T04:20:11.638Z | + chown build:build /home/build /work |
14 | 2025-01-15T04:20:13.641Z | + chmod 0700 /home/build /work |
15 | 2025-01-15T04:20:13.643Z | process exited: duration 4136 ms, exit code 0 |
|
16 | 2025-01-15T04:20:13.649Z | starting task 1: "rust-toolchain" |
17 | 2025-01-15T04:20:13.654Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-15T04:20:13.654Z | ' 1.84.0 |
19 | 2025-01-15T04:20:13.654Z | * toolchain channel = "1.84.0" |
20 | 2025-01-15T04:20:13.654Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-15T04:20:13.654Z | ' default |
22 | 2025-01-15T04:20:13.654Z | * toolchain profile = "default" |
23 | 2025-01-15T04:20:13.656Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-15T04:20:13.657Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-15T04:20:13.752Z | info: downloading installer |
26 | 2025-01-15T04:20:14.939Z | info: profile set to 'default' |
27 | 2025-01-15T04:20:14.939Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-15T04:20:14.941Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-15T04:20:15.179Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-15T04:20:15.179Z | info: downloading component 'cargo' |
31 | 2025-01-15T04:20:15.923Z | info: downloading component 'clippy' |
32 | 2025-01-15T04:20:16.207Z | info: downloading component 'rust-docs' |
33 | 2025-01-15T04:20:17.205Z | info: downloading component 'rust-std' |
34 | 2025-01-15T04:20:18.678Z | info: downloading component 'rustc' |
35 | 2025-01-15T04:20:24.364Z | info: downloading component 'rustfmt' |
36 | 2025-01-15T04:20:24.580Z | info: installing component 'cargo' |
37 | 2025-01-15T04:20:25.412Z | info: installing component 'clippy' |
38 | 2025-01-15T04:20:25.790Z | info: installing component 'rust-docs' |
39 | 2025-01-15T04:20:27.486Z | info: installing component 'rust-std' |
40 | 2025-01-15T04:20:29.170Z | info: installing component 'rustc' |
41 | 2025-01-15T04:20:35.075Z | info: installing component 'rustfmt' |
42 | 2025-01-15T04:20:35.462Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-15T04:20:35.462Z | |
44 | 2025-01-15T04:20:35.859Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-15T04:20:35.859Z | |
46 | 2025-01-15T04:20:35.862Z | |
47 | 2025-01-15T04:20:35.862Z | Rust is installed now. Great! |
48 | 2025-01-15T04:20:35.862Z | |
49 | 2025-01-15T04:20:35.862Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-15T04:20:35.862Z | environment variable. This has not been done automatically. |
51 | 2025-01-15T04:20:35.862Z | |
52 | 2025-01-15T04:20:35.862Z | To configure your current shell, you need to source |
53 | 2025-01-15T04:20:35.862Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-15T04:20:35.862Z | |
55 | 2025-01-15T04:20:35.862Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-15T04:20:35.862Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-15T04:20:35.862Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-15T04:20:35.943Z | + rustc --version |
59 | 2025-01-15T04:20:36.011Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-15T04:20:36.014Z | process exited: duration 22360 ms, exit code 0 |
|
61 | 2025-01-15T04:20:36.018Z | starting task 2: "authentication" |
62 | 2025-01-15T04:20:36.039Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-15T04:20:36.046Z | starting task 3: "clone repository" |
64 | 2025-01-15T04:20:36.049Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-15T04:20:36.051Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-15T04:20:36.090Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-15T04:20:43.529Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-15T04:20:43.532Z | + git fetch origin 8ba102213596624bd17b324bdacdd8aeae05724e |
69 | 2025-01-15T04:20:43.872Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-15T04:20:43.872Z | * branch 8ba102213596624bd17b324bdacdd8aeae05724e -> FETCH_HEAD |
71 | 2025-01-15T04:20:43.882Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
72 | 2025-01-15T04:20:43.884Z | ++ git branch --show-current |
73 | 2025-01-15T04:20:43.887Z | + current=main |
74 | 2025-01-15T04:20:43.887Z | + [[ main != renovate/anyhow-1.x-lockfile ]] |
75 | 2025-01-15T04:20:43.887Z | + git branch -f renovate/anyhow-1.x-lockfile 8ba102213596624bd17b324bdacdd8aeae05724e |
76 | 2025-01-15T04:20:43.890Z | + git checkout -f renovate/anyhow-1.x-lockfile |
77 | 2025-01-15T04:20:43.952Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
78 | 2025-01-15T04:20:43.955Z | + git reset --hard 8ba102213596624bd17b324bdacdd8aeae05724e |
79 | 2025-01-15T04:20:44.014Z | HEAD is now at 8ba102213 Update Rust crate anyhow to v1.0.95 |
80 | 2025-01-15T04:20:44.017Z | process exited: duration 7969 ms, exit code 0 |
|
81 | 2025-01-15T04:20:44.024Z | starting task 4: "build" |
82 | 2025-01-15T04:20:44.029Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-15T04:20:44.029Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-15T04:20:44.029Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-15T04:20:44.032Z | + cargo --version |
86 | 2025-01-15T04:20:44.089Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-15T04:20:44.091Z | + rustc --version |
88 | 2025-01-15T04:20:44.152Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-15T04:20:44.155Z | + WORK=/work |
90 | 2025-01-15T04:20:44.155Z | + pfexec mkdir -p /work |
91 | 2025-01-15T04:20:44.161Z | + pfexec chown build /work |
92 | 2025-01-15T04:20:44.164Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-15T04:20:45.833Z | pkg list: illegal option -- F |
94 | 2025-01-15T04:20:45.833Z | Usage: |
95 | 2025-01-15T04:20:45.836Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-15T04:20:45.836Z | [pkg_fmri_pattern ...] |
97 | 2025-01-15T04:20:46.683Z | pkg list: illegal option -- F |
98 | 2025-01-15T04:20:46.683Z | Usage: |
99 | 2025-01-15T04:20:46.683Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-15T04:20:46.683Z | [pkg_fmri_pattern ...] |
101 | 2025-01-15T04:20:52.607Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-15T04:20:56.746Z | Startup: Caching catalogs ... Done |
103 | 2025-01-15T04:21:08.038Z | Planning: Solver setup ... Done (10.474s) |
104 | 2025-01-15T04:21:08.183Z | Planning: Running solver ... Done (0.144s) |
105 | 2025-01-15T04:21:08.298Z | Planning: Finding local manifests ... Done (0.006s) |
106 | 2025-01-15T04:21:08.323Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-15T04:21:09.774Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-15T04:21:09.883Z | Planning: Package planning ... Done (0.109s) |
109 | 2025-01-15T04:21:09.940Z | Planning: Merging actions ... Done (0.056s) |
110 | 2025-01-15T04:21:10.138Z | Planning: Checking for conflicting actions ... Done (0.197s) |
111 | 2025-01-15T04:21:12.340Z | Planning: Consolidating action changes ... Done (2.196s) |
112 | 2025-01-15T04:21:12.792Z | Planning: Evaluating mediators ... Done (0.458s) |
113 | 2025-01-15T04:21:12.875Z | Planning: Planning completed in 16.03 seconds |
114 | 2025-01-15T04:21:12.892Z | Packages to install: 4 |
115 | 2025-01-15T04:21:12.892Z | Packages to update: 3 |
116 | 2025-01-15T04:21:12.896Z | Mediators to change: 2 |
117 | 2025-01-15T04:21:12.896Z | Services to change: 1 |
118 | 2025-01-15T04:21:12.896Z | Estimated space available: 155.61 GB |
119 | 2025-01-15T04:21:12.896Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-15T04:21:12.896Z | Create boot environment: No |
121 | 2025-01-15T04:21:12.896Z | Create backup boot environment: Yes |
122 | 2025-01-15T04:21:12.896Z | Rebuild boot archive: No |
123 | 2025-01-15T04:21:12.896Z | |
124 | 2025-01-15T04:21:12.896Z | Changed mediators: |
125 | 2025-01-15T04:21:12.896Z | mediator clang: |
126 | 2025-01-15T04:21:12.896Z | version: None -> 15 (system default) |
127 | 2025-01-15T04:21:12.896Z | |
128 | 2025-01-15T04:21:12.896Z | mediator llvm: |
129 | 2025-01-15T04:21:12.896Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-15T04:21:12.896Z | |
131 | 2025-01-15T04:21:12.896Z | Changed packages: |
132 | 2025-01-15T04:21:12.896Z | helios-dev |
133 | 2025-01-15T04:21:12.896Z | developer/build-essential |
134 | 2025-01-15T04:21:12.896Z | None -> 11-2.0 |
135 | 2025-01-15T04:21:12.896Z | library/libxmlsec1 |
136 | 2025-01-15T04:21:12.897Z | None -> 1.2.35-2.0 |
137 | 2025-01-15T04:21:12.897Z | ooce/developer/clang-15 |
138 | 2025-01-15T04:21:12.897Z | None -> 15.0.7-2.0 |
139 | 2025-01-15T04:21:12.897Z | ooce/developer/llvm-15 |
140 | 2025-01-15T04:21:12.897Z | None -> 15.0.7-2.0 |
141 | 2025-01-15T04:21:12.897Z | package/pkg |
142 | 2025-01-15T04:21:12.897Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-15T04:21:12.897Z | system/library/g++-runtime |
144 | 2025-01-15T04:21:12.897Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-15T04:21:12.897Z | system/library/gcc-runtime |
146 | 2025-01-15T04:21:12.897Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-15T04:21:12.897Z | |
148 | 2025-01-15T04:21:12.897Z | Services: |
149 | 2025-01-15T04:21:12.897Z | restart_fmri: |
150 | 2025-01-15T04:21:12.897Z | svc:/system/update-man-index:default |
151 | 2025-01-15T04:21:12.897Z | |
152 | 2025-01-15T04:21:12.897Z | Editable files to change: |
153 | 2025-01-15T04:21:12.897Z | Update: |
154 | 2025-01-15T04:21:12.897Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-15T04:21:12.978Z | |
156 | 2025-01-15T04:21:12.978Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-15T04:21:17.986Z | Download: 573/4301 items 3.2/225.4MB 1% complete (720k/s) |
158 | 2025-01-15T04:21:22.991Z | Download: 1069/4301 items 5.6/225.4MB 2% complete (575k/s) |
159 | 2025-01-15T04:21:29.192Z | Download: 1195/4301 items 79.8/225.4MB 35% complete (7.7M/s) |
160 | 2025-01-15T04:21:44.627Z | Download: 1198/4301 items 83.5/225.4MB 37% complete |
161 | 2025-01-15T04:21:49.630Z | Download: 1484/4301 items 117.3/225.4MB 52% complete (7.2M/s) |
162 | 2025-01-15T04:21:54.649Z | Download: 2152/4301 items 118.9/225.4MB 52% complete (3.6M/s) |
163 | 2025-01-15T04:22:04.588Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (3.1M/s) |
164 | 2025-01-15T04:22:11.044Z | Download: 2224/4301 items 119.2/225.4MB 52% complete |
165 | 2025-01-15T04:22:16.248Z | Download: 2386/4301 items 119.8/225.4MB 53% complete (101k/s) |
166 | 2025-01-15T04:22:21.261Z | Download: 2579/4301 items 120.2/225.4MB 53% complete (102k/s) |
167 | 2025-01-15T04:22:26.417Z | Download: 3155/4301 items 177.6/225.4MB 78% complete (5.7M/s) |
168 | 2025-01-15T04:22:36.522Z | Download: 3243/4301 items 202.8/225.4MB 89% complete (8.1M/s) |
169 | 2025-01-15T04:22:41.524Z | Download: 3246/4301 items 202.9/225.4MB 89% complete (2.1k/s) |
170 | 2025-01-15T04:22:46.795Z | Download: 3329/4301 items 214.6/225.4MB 95% complete (1.2M/s) |
171 | 2025-01-15T04:22:51.922Z | Download: 3527/4301 items 215.5/225.4MB 95% complete (1.3M/s) |
172 | 2025-01-15T04:22:56.910Z | Download: 3957/4301 items 217.9/225.4MB 96% complete (382k/s) |
173 | 2025-01-15T04:23:02.607Z | Download: 4203/4301 items 220.5/225.4MB 97% complete (511k/s) |
174 | 2025-01-15T04:23:19.025Z | Download: 4207/4301 items 220.6/225.4MB 97% complete |
175 | 2025-01-15T04:23:29.813Z | Download: 4208/4301 items 220.6/225.4MB 97% complete |
176 | 2025-01-15T04:23:36.106Z | Download: 4297/4301 items 225.0/225.4MB 99% complete (965k/s) |
177 | 2025-01-15T04:23:39.793Z | Download: Completed 225.42 MB in 146.79 seconds (1.5M/s) |
178 | 2025-01-15T04:23:41.836Z | Actions: 1/5122 actions (Removing old actions) |
179 | 2025-01-15T04:23:41.858Z | Actions: 194/5122 actions (Installing new actions) |
180 | 2025-01-15T04:23:46.518Z | Actions: 4267/5122 actions (Updating modified actions) |
181 | 2025-01-15T04:23:46.880Z | Actions: Completed 5122 actions in 5.04 seconds. |
182 | 2025-01-15T04:23:47.290Z | Done (0.402s) |
183 | 2025-01-15T04:23:47.292Z | Done (0.001s) |
184 | 2025-01-15T04:23:47.881Z | Done (0.589s) |
185 | 2025-01-15T04:23:52.392Z | Done (4.276s) |
186 | 2025-01-15T04:23:52.473Z | Done (0.018s) |
187 | 2025-01-15T04:23:52.475Z | Done (0.000s) |
188 | 2025-01-15T04:23:52.654Z | Done (0.000s) |
189 | 2025-01-15T04:23:53.354Z | Planning: Evaluating mediator changes ... Done |
190 | 2025-01-15T04:23:53.517Z | Planning: Checking for conflicting actions ... Done |
191 | 2025-01-15T04:23:53.519Z | Planning: Consolidating action changes ... Done |
192 | 2025-01-15T04:23:53.784Z | Planning: Evaluating mediators ... Done |
193 | 2025-01-15T04:23:53.787Z | Planning: Planning completed in 0.43 seconds |
194 | 2025-01-15T04:23:53.824Z | Mediators to change: 2 |
195 | 2025-01-15T04:23:53.824Z | Create boot environment: No |
196 | 2025-01-15T04:23:53.826Z | Create backup boot environment: No |
197 | 2025-01-15T04:23:53.980Z | Done |
198 | 2025-01-15T04:23:53.980Z | Done |
199 | 2025-01-15T04:23:54.347Z | Done |
200 | 2025-01-15T04:23:57.975Z | Done |
201 | 2025-01-15T04:23:58.064Z | Done |
202 | 2025-01-15T04:23:58.067Z | Done |
203 | 2025-01-15T04:23:58.206Z | Done |
204 | 2025-01-15T04:23:58.886Z | Planning: Evaluating mediator changes ... Done |
205 | 2025-01-15T04:23:58.908Z | Planning: Merging actions ... Done |
206 | 2025-01-15T04:23:59.019Z | Planning: Checking for conflicting actions ... Done |
207 | 2025-01-15T04:23:59.023Z | Planning: Consolidating action changes ... Done |
208 | 2025-01-15T04:23:59.277Z | Planning: Evaluating mediators ... Done |
209 | 2025-01-15T04:23:59.332Z | Planning: Planning completed in 0.75 seconds |
210 | 2025-01-15T04:23:59.373Z | Packages to change: 1 |
211 | 2025-01-15T04:23:59.373Z | Mediators to change: 1 |
212 | 2025-01-15T04:23:59.375Z | Services to change: 1 |
213 | 2025-01-15T04:23:59.375Z | Create boot environment: No |
214 | 2025-01-15T04:23:59.375Z | Create backup boot environment: Yes |
215 | 2025-01-15T04:24:01.519Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2025-01-15T04:24:01.522Z | Actions: Completed 6 actions in 0.00 seconds. |
217 | 2025-01-15T04:24:01.522Z | Done |
218 | 2025-01-15T04:24:01.522Z | Done |
219 | 2025-01-15T04:24:01.639Z | Done |
220 | 2025-01-15T04:24:05.240Z | Done |
221 | 2025-01-15T04:24:05.332Z | Done |
222 | 2025-01-15T04:24:05.335Z | Done |
223 | 2025-01-15T04:24:05.477Z | Done |
224 | 2025-01-15T04:24:05.909Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2025-01-15T04:24:05.909Z | clang system 15 system |
226 | 2025-01-15T04:24:05.909Z | csh system system illumos |
227 | 2025-01-15T04:24:05.909Z | ctags system system illumos |
228 | 2025-01-15T04:24:05.909Z | gcc vendor 12 vendor |
229 | 2025-01-15T04:24:05.909Z | gcc system 10 system |
230 | 2025-01-15T04:24:05.909Z | gcc system 7 system |
231 | 2025-01-15T04:24:05.909Z | go system 1.20 system |
232 | 2025-01-15T04:24:05.909Z | go system 1.19 system |
233 | 2025-01-15T04:24:05.909Z | llvm system 15 system |
234 | 2025-01-15T04:24:05.909Z | llvm system 14 system |
235 | 2025-01-15T04:24:05.909Z | mariadb system 10.6 system |
236 | 2025-01-15T04:24:05.909Z | mta vendor vendor dma |
237 | 2025-01-15T04:24:05.909Z | openjdk system 17 system |
238 | 2025-01-15T04:24:05.909Z | openjdk system 11 system |
239 | 2025-01-15T04:24:05.909Z | openjdk system 1.8 system |
240 | 2025-01-15T04:24:05.909Z | openssl vendor 3 vendor |
241 | 2025-01-15T04:24:05.909Z | perl system 5.36 system |
242 | 2025-01-15T04:24:05.909Z | postgresql system 15 system |
243 | 2025-01-15T04:24:05.909Z | postgresql system 13 system |
244 | 2025-01-15T04:24:05.909Z | python vendor 3 vendor |
245 | 2025-01-15T04:24:05.909Z | python system 2 system |
246 | 2025-01-15T04:24:05.909Z | python3 system 3.11 system |
247 | 2025-01-15T04:24:05.909Z | ruby system 3.0 system |
248 | 2025-01-15T04:24:05.909Z | words vendor vendor american-english |
249 | 2025-01-15T04:24:05.910Z | words system system australian-english |
250 | 2025-01-15T04:24:05.910Z | words system system british-english |
251 | 2025-01-15T04:24:05.910Z | words system system canadian-english |
252 | 2025-01-15T04:24:05.910Z | words system system french |
253 | 2025-01-15T04:24:05.910Z | words system system italian |
254 | 2025-01-15T04:24:05.910Z | words system system ngerman |
255 | 2025-01-15T04:24:05.910Z | words system system ogerman |
256 | 2025-01-15T04:24:05.910Z | words system system spanish |
257 | 2025-01-15T04:24:06.244Z | PUBLISHER TYPE STATUS P LOCATION |
258 | 2025-01-15T04:24:06.244Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
259 | 2025-01-15T04:24:09.052Z | FMRI IFO |
260 | 2025-01-15T04:24:09.052Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2025-01-15T04:24:09.052Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2025-01-15T04:24:09.052Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2025-01-15T04:24:09.052Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
264 | 2025-01-15T04:24:09.052Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
265 | 2025-01-15T04:24:09.052Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2025-01-15T04:24:09.052Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
267 | 2025-01-15T04:24:09.052Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
268 | 2025-01-15T04:24:09.052Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
269 | 2025-01-15T04:24:09.052Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
270 | 2025-01-15T04:24:09.052Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
271 | 2025-01-15T04:24:09.052Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
272 | 2025-01-15T04:24:09.052Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
273 | 2025-01-15T04:24:09.052Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
274 | 2025-01-15T04:24:09.052Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
275 | 2025-01-15T04:24:09.813Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
276 | 2025-01-15T04:24:10.133Z | Updating crates.io index |
277 | 2025-01-15T04:24:10.136Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
278 | 2025-01-15T04:24:10.536Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
279 | 2025-01-15T04:24:11.106Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
280 | 2025-01-15T04:24:11.371Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
281 | 2025-01-15T04:24:11.668Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
282 | 2025-01-15T04:24:11.981Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
283 | 2025-01-15T04:24:12.894Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
284 | 2025-01-15T04:24:14.509Z | Updating git repository `https://github.com/oxidecomputer/opte` |
285 | 2025-01-15T04:24:15.186Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
286 | 2025-01-15T04:24:15.937Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
287 | 2025-01-15T04:24:16.254Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
288 | 2025-01-15T04:24:16.596Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
289 | 2025-01-15T04:24:17.231Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
290 | 2025-01-15T04:24:17.521Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
291 | 2025-01-15T04:24:17.910Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
292 | 2025-01-15T04:24:18.229Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
293 | 2025-01-15T04:24:18.483Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
294 | 2025-01-15T04:24:18.714Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
295 | 2025-01-15T04:24:19.054Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
296 | 2025-01-15T04:24:19.492Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
297 | 2025-01-15T04:24:19.793Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
298 | 2025-01-15T04:24:20.166Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
299 | 2025-01-15T04:24:20.629Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
300 | 2025-01-15T04:24:20.945Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
301 | 2025-01-15T04:24:21.332Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
302 | 2025-01-15T04:24:21.790Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
303 | 2025-01-15T04:24:22.131Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
304 | 2025-01-15T04:24:22.413Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
305 | 2025-01-15T04:24:22.657Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
306 | 2025-01-15T04:24:23.957Z | Downloading crates ... |
307 | 2025-01-15T04:24:24.102Z | Downloaded bytecount v0.6.8 |
308 | 2025-01-15T04:24:24.113Z | Downloaded generic-array v0.14.7 |
309 | 2025-01-15T04:24:24.117Z | Downloaded errno v0.3.9 |
310 | 2025-01-15T04:24:24.134Z | Downloaded utf8parse v0.2.2 |
311 | 2025-01-15T04:24:24.137Z | Downloaded dof v0.3.0 |
312 | 2025-01-15T04:24:24.137Z | Downloaded heck v0.4.1 |
313 | 2025-01-15T04:24:24.139Z | Downloaded clap_derive v4.5.18 |
314 | 2025-01-15T04:24:24.143Z | Downloaded tabled_derive v0.7.0 |
315 | 2025-01-15T04:24:24.146Z | Downloaded cargo-platform v0.1.8 |
316 | 2025-01-15T04:24:24.146Z | Downloaded equivalent v1.0.1 |
317 | 2025-01-15T04:24:24.148Z | Downloaded memchr v2.7.4 |
318 | 2025-01-15T04:24:24.155Z | Downloaded toml v0.8.19 |
319 | 2025-01-15T04:24:24.161Z | Downloaded memmap v0.7.0 |
320 | 2025-01-15T04:24:24.165Z | Downloaded sha2 v0.10.8 |
321 | 2025-01-15T04:24:24.168Z | Downloaded pest_derive v2.7.14 |
322 | 2025-01-15T04:24:24.168Z | Downloaded unicode-linebreak v0.1.5 |
323 | 2025-01-15T04:24:24.171Z | Downloaded clap v4.5.21 |
324 | 2025-01-15T04:24:24.177Z | Downloaded cargo_metadata v0.18.1 |
325 | 2025-01-15T04:24:24.180Z | Downloaded proc-macro2 v1.0.92 |
326 | 2025-01-15T04:24:24.188Z | Downloaded ucd-trie v0.1.7 |
327 | 2025-01-15T04:24:24.190Z | Downloaded proc-macro-error-attr v1.0.4 |
328 | 2025-01-15T04:24:24.195Z | Downloaded anyhow v1.0.95 |
329 | 2025-01-15T04:24:24.200Z | Downloaded hashbrown v0.15.1 |
330 | 2025-01-15T04:24:24.219Z | Downloaded unicode-ident v1.0.14 |
331 | 2025-01-15T04:24:24.222Z | Downloaded strsim v0.11.1 |
332 | 2025-01-15T04:24:24.225Z | Downloaded heck v0.5.0 |
333 | 2025-01-15T04:24:24.225Z | Downloaded pest_generator v2.7.14 |
334 | 2025-01-15T04:24:24.229Z | Downloaded log v0.4.22 |
335 | 2025-01-15T04:24:24.232Z | Downloaded proc-macro-error v1.0.4 |
336 | 2025-01-15T04:24:24.234Z | Downloaded macaddr v1.0.1 |
337 | 2025-01-15T04:24:24.245Z | Downloaded toml_datetime v0.6.8 |
338 | 2025-01-15T04:24:24.248Z | Downloaded terminal_size v0.4.0 |
339 | 2025-01-15T04:24:24.250Z | Downloaded is_terminal_polyfill v1.70.1 |
340 | 2025-01-15T04:24:24.250Z | Downloaded clap_lex v0.7.2 |
341 | 2025-01-15T04:24:24.250Z | Downloaded itoa v1.0.11 |
342 | 2025-01-15T04:24:24.253Z | Downloaded scroll v0.12.0 |
343 | 2025-01-15T04:24:24.256Z | Downloaded once_cell v1.20.2 |
344 | 2025-01-15T04:24:24.259Z | Downloaded serde_spanned v0.6.8 |
345 | 2025-01-15T04:24:24.260Z | Downloaded anstream v0.6.15 |
346 | 2025-01-15T04:24:24.262Z | Downloaded swrite v0.1.0 |
347 | 2025-01-15T04:24:24.270Z | Downloaded smawk v0.3.2 |
348 | 2025-01-15T04:24:24.273Z | Downloaded cfg-if v1.0.0 |
349 | 2025-01-15T04:24:24.273Z | Downloaded pretty-hex v0.4.1 |
350 | 2025-01-15T04:24:24.277Z | Downloaded usdt-macro v0.5.0 |
351 | 2025-01-15T04:24:24.277Z | Downloaded quote v1.0.38 |
352 | 2025-01-15T04:24:24.279Z | Downloaded plain v0.2.3 |
353 | 2025-01-15T04:24:24.280Z | Downloaded pest_meta v2.7.14 |
354 | 2025-01-15T04:24:24.283Z | Downloaded dtrace-parser v0.2.0 |
355 | 2025-01-15T04:24:24.285Z | Downloaded cpufeatures v0.2.14 |
356 | 2025-01-15T04:24:24.290Z | Downloaded usdt-attr-macro v0.5.0 |
357 | 2025-01-15T04:24:24.292Z | Downloaded crypto-common v0.1.6 |
358 | 2025-01-15T04:24:24.292Z | Downloaded anstyle-query v1.1.1 |
359 | 2025-01-15T04:24:24.295Z | Downloaded anstyle v1.0.10 |
360 | 2025-01-15T04:24:24.298Z | Downloaded anstyle-parse v0.2.5 |
361 | 2025-01-15T04:24:24.300Z | Downloaded version_check v0.9.5 |
362 | 2025-01-15T04:24:24.304Z | Downloaded fs-err v2.11.0 |
363 | 2025-01-15T04:24:24.307Z | Downloaded scroll_derive v0.12.0 |
364 | 2025-01-15T04:24:24.309Z | Downloaded serde_derive v1.0.217 |
365 | 2025-01-15T04:24:24.312Z | Downloaded fnv v1.0.7 |
366 | 2025-01-15T04:24:24.312Z | Downloaded autocfg v1.4.0 |
367 | 2025-01-15T04:24:24.314Z | Downloaded serde_tokenstream v0.2.2 |
368 | 2025-01-15T04:24:24.317Z | Downloaded fastrand v2.1.1 |
369 | 2025-01-15T04:24:24.317Z | Downloaded digest v0.10.7 |
370 | 2025-01-15T04:24:24.319Z | Downloaded tempfile v3.13.0 |
371 | 2025-01-15T04:24:24.322Z | Downloaded usdt-impl v0.5.0 |
372 | 2025-01-15T04:24:24.324Z | Downloaded papergrid v0.11.0 |
373 | 2025-01-15T04:24:24.327Z | Downloaded byteorder v1.5.0 |
374 | 2025-01-15T04:24:24.330Z | Downloaded colorchoice v1.0.2 |
375 | 2025-01-15T04:24:24.330Z | Downloaded camino-tempfile v1.1.1 |
376 | 2025-01-15T04:24:24.333Z | Downloaded cargo_toml v0.20.5 |
377 | 2025-01-15T04:24:24.336Z | Downloaded zerocopy-derive v0.7.35 |
378 | 2025-01-15T04:24:24.339Z | Downloaded camino v1.1.9 |
379 | 2025-01-15T04:24:24.339Z | Downloaded semver v1.0.24 |
380 | 2025-01-15T04:24:24.341Z | Downloaded typenum v1.17.0 |
381 | 2025-01-15T04:24:24.344Z | Downloaded thiserror v1.0.69 |
382 | 2025-01-15T04:24:24.348Z | Downloaded block-buffer v0.10.4 |
383 | 2025-01-15T04:24:24.351Z | Downloaded thread-id v4.2.2 |
384 | 2025-01-15T04:24:24.351Z | Downloaded thiserror-impl v1.0.69 |
385 | 2025-01-15T04:24:24.359Z | Downloaded ryu v1.0.18 |
386 | 2025-01-15T04:24:24.366Z | Downloaded bitflags v2.6.0 |
387 | 2025-01-15T04:24:24.370Z | Downloaded usdt v0.5.0 |
388 | 2025-01-15T04:24:24.372Z | Downloaded indexmap v2.7.0 |
389 | 2025-01-15T04:24:24.382Z | Downloaded toml_edit v0.22.22 |
390 | 2025-01-15T04:24:24.403Z | Downloaded textwrap v0.16.1 |
391 | 2025-01-15T04:24:24.406Z | Downloaded serde v1.0.217 |
392 | 2025-01-15T04:24:24.423Z | Downloaded syn v2.0.96 |
393 | 2025-01-15T04:24:24.434Z | Downloaded serde_json v1.0.135 |
394 | 2025-01-15T04:24:24.440Z | Downloaded pest v2.7.14 |
395 | 2025-01-15T04:24:24.446Z | Downloaded goblin v0.8.2 |
396 | 2025-01-15T04:24:24.451Z | Downloaded zerocopy v0.7.35 |
397 | 2025-01-15T04:24:24.466Z | Downloaded clap_builder v4.5.21 |
398 | 2025-01-15T04:24:24.480Z | Downloaded winnow v0.6.20 |
399 | 2025-01-15T04:24:24.488Z | Downloaded tabled v0.15.0 |
400 | 2025-01-15T04:24:24.503Z | Downloaded unicode-width v0.1.14 |
401 | 2025-01-15T04:24:24.508Z | Downloaded syn v1.0.109 |
402 | 2025-01-15T04:24:24.517Z | Downloaded rustix v0.38.37 |
403 | 2025-01-15T04:24:24.545Z | Downloaded libc v0.2.162 |
404 | 2025-01-15T04:24:24.854Z | Compiling proc-macro2 v1.0.92 |
405 | 2025-01-15T04:24:24.854Z | Compiling unicode-ident v1.0.14 |
406 | 2025-01-15T04:24:24.857Z | Compiling version_check v0.9.5 |
407 | 2025-01-15T04:24:24.857Z | Compiling serde v1.0.217 |
408 | 2025-01-15T04:24:24.857Z | Compiling memchr v2.7.4 |
409 | 2025-01-15T04:24:24.857Z | Compiling thiserror v1.0.69 |
410 | 2025-01-15T04:24:24.857Z | Compiling libc v0.2.162 |
411 | 2025-01-15T04:24:24.890Z | Compiling ucd-trie v0.1.7 |
412 | 2025-01-15T04:24:25.127Z | Compiling itoa v1.0.11 |
413 | 2025-01-15T04:24:25.393Z | Compiling ryu v1.0.18 |
414 | 2025-01-15T04:24:25.671Z | Compiling once_cell v1.20.2 |
415 | 2025-01-15T04:24:25.722Z | Compiling byteorder v1.5.0 |
416 | 2025-01-15T04:24:25.775Z | Compiling serde_json v1.0.135 |
417 | 2025-01-15T04:24:25.970Z | Compiling rustix v0.38.37 |
418 | 2025-01-15T04:24:26.105Z | Compiling bitflags v2.6.0 |
419 | 2025-01-15T04:24:26.171Z | Compiling proc-macro-error-attr v1.0.4 |
420 | 2025-01-15T04:24:26.496Z | Compiling usdt-impl v0.5.0 |
421 | 2025-01-15T04:24:26.521Z | Compiling syn v1.0.109 |
422 | 2025-01-15T04:24:26.563Z | Compiling proc-macro-error v1.0.4 |
423 | 2025-01-15T04:24:26.589Z | Compiling log v0.4.22 |
424 | 2025-01-15T04:24:26.766Z | Compiling quote v1.0.38 |
425 | 2025-01-15T04:24:26.842Z | Compiling errno v0.3.9 |
426 | 2025-01-15T04:24:26.931Z | Compiling hashbrown v0.15.1 |
427 | 2025-01-15T04:24:27.071Z | Compiling utf8parse v0.2.2 |
428 | 2025-01-15T04:24:27.099Z | Compiling equivalent v1.0.1 |
429 | 2025-01-15T04:24:27.126Z | Compiling syn v2.0.96 |
430 | 2025-01-15T04:24:27.267Z | Compiling plain v0.2.3 |
431 | 2025-01-15T04:24:27.320Z | Compiling camino v1.1.9 |
432 | 2025-01-15T04:24:27.450Z | Compiling thread-id v4.2.2 |
433 | 2025-01-15T04:24:27.478Z | Compiling anstyle-parse v0.2.5 |
434 | 2025-01-15T04:24:27.819Z | Compiling colorchoice v1.0.2 |
435 | 2025-01-15T04:24:28.009Z | Compiling indexmap v2.7.0 |
436 | 2025-01-15T04:24:28.030Z | Compiling is_terminal_polyfill v1.70.1 |
437 | 2025-01-15T04:24:28.031Z | Compiling semver v1.0.24 |
438 | 2025-01-15T04:24:28.081Z | Compiling autocfg v1.4.0 |
439 | 2025-01-15T04:24:28.176Z | Compiling pretty-hex v0.4.1 |
440 | 2025-01-15T04:24:28.207Z | Compiling anstyle v1.0.10 |
441 | 2025-01-15T04:24:28.408Z | Compiling winnow v0.6.20 |
442 | 2025-01-15T04:24:28.516Z | Compiling unicode-width v0.1.14 |
443 | 2025-01-15T04:24:28.666Z | Compiling anstyle-query v1.1.1 |
444 | 2025-01-15T04:24:28.850Z | Compiling anstream v0.6.15 |
445 | 2025-01-15T04:24:29.048Z | Compiling terminal_size v0.4.0 |
446 | 2025-01-15T04:24:29.116Z | Compiling fs-err v2.11.0 |
447 | 2025-01-15T04:24:29.389Z | Compiling fnv v1.0.7 |
448 | 2025-01-15T04:24:29.418Z | Compiling cfg-if v1.0.0 |
449 | 2025-01-15T04:24:29.445Z | Compiling anyhow v1.0.95 |
450 | 2025-01-15T04:24:29.521Z | Compiling heck v0.5.0 |
451 | 2025-01-15T04:24:29.574Z | Compiling heck v0.4.1 |
452 | 2025-01-15T04:24:29.617Z | Compiling clap_lex v0.7.2 |
453 | 2025-01-15T04:24:30.010Z | Compiling strsim v0.11.1 |
454 | 2025-01-15T04:24:30.035Z | Compiling fastrand v2.1.1 |
455 | 2025-01-15T04:24:30.068Z | Compiling bytecount v0.6.8 |
456 | 2025-01-15T04:24:30.281Z | Compiling papergrid v0.11.0 |
457 | 2025-01-15T04:24:30.510Z | Compiling tempfile v3.13.0 |
458 | 2025-01-15T04:24:30.619Z | Compiling clap_builder v4.5.21 |
459 | 2025-01-15T04:24:30.824Z | Compiling memmap v0.7.0 |
460 | 2025-01-15T04:24:30.863Z | Compiling smawk v0.3.2 |
461 | 2025-01-15T04:24:31.104Z | Compiling unicode-linebreak v0.1.5 |
462 | 2025-01-15T04:24:31.601Z | Compiling textwrap v0.16.1 |
463 | 2025-01-15T04:24:31.696Z | Compiling swrite v0.1.0 |
464 | 2025-01-15T04:24:32.380Z | Compiling tabled_derive v0.7.0 |
465 | 2025-01-15T04:24:33.765Z | Compiling tabled v0.15.0 |
466 | 2025-01-15T04:24:34.130Z | Compiling serde_derive v1.0.217 |
467 | 2025-01-15T04:24:34.130Z | Compiling thiserror-impl v1.0.69 |
468 | 2025-01-15T04:24:34.133Z | Compiling zerocopy-derive v0.7.35 |
469 | 2025-01-15T04:24:34.133Z | Compiling scroll_derive v0.12.0 |
470 | 2025-01-15T04:24:34.133Z | Compiling clap_derive v4.5.18 |
471 | 2025-01-15T04:24:35.683Z | Compiling scroll v0.12.0 |
472 | 2025-01-15T04:24:36.190Z | Compiling zerocopy v0.7.35 |
473 | 2025-01-15T04:24:36.234Z | Compiling goblin v0.8.2 |
474 | 2025-01-15T04:24:37.283Z | Compiling pest v2.7.14 |
475 | 2025-01-15T04:24:37.704Z | Compiling clap v4.5.21 |
476 | 2025-01-15T04:24:39.313Z | Compiling pest_meta v2.7.14 |
477 | 2025-01-15T04:24:40.236Z | Compiling pest_generator v2.7.14 |
478 | 2025-01-15T04:24:41.610Z | Compiling pest_derive v2.7.14 |
479 | 2025-01-15T04:24:42.246Z | Compiling dtrace-parser v0.2.0 |
480 | 2025-01-15T04:24:42.708Z | Compiling serde_tokenstream v0.2.2 |
481 | 2025-01-15T04:24:42.945Z | Compiling toml_datetime v0.6.8 |
482 | 2025-01-15T04:24:43.028Z | Compiling serde_spanned v0.6.8 |
483 | 2025-01-15T04:24:43.187Z | Compiling cargo-platform v0.1.8 |
484 | 2025-01-15T04:24:43.280Z | Compiling toml_edit v0.22.22 |
485 | 2025-01-15T04:24:43.337Z | Compiling macaddr v1.0.1 |
486 | 2025-01-15T04:24:43.659Z | Compiling camino-tempfile v1.1.1 |
487 | 2025-01-15T04:24:44.147Z | Compiling dof v0.3.0 |
488 | 2025-01-15T04:24:44.448Z | Compiling cargo_metadata v0.18.1 |
489 | 2025-01-15T04:24:45.600Z | Compiling usdt-attr-macro v0.5.0 |
490 | 2025-01-15T04:24:45.600Z | Compiling usdt-macro v0.5.0 |
491 | 2025-01-15T04:24:46.135Z | Compiling toml v0.8.19 |
492 | 2025-01-15T04:24:46.642Z | Compiling usdt v0.5.0 |
493 | 2025-01-15T04:24:46.909Z | Compiling cargo_toml v0.20.5 |
494 | 2025-01-15T04:24:49.576Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
495 | 2025-01-15T04:24:52.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.12s |
496 | 2025-01-15T04:24:53.001Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
497 | 2025-01-15T04:24:53.516Z | Downloading crates ... |
498 | 2025-01-15T04:24:53.639Z | Downloaded adler2 v2.0.0 |
499 | 2025-01-15T04:24:53.641Z | Downloaded convert_case v0.4.0 |
500 | 2025-01-15T04:24:53.666Z | Downloaded cexpr v0.6.0 |
501 | 2025-01-15T04:24:53.669Z | Downloaded bitflags v1.3.2 |
502 | 2025-01-15T04:24:53.675Z | Downloaded async-stream-impl v0.3.6 |
503 | 2025-01-15T04:24:53.678Z | Downloaded arrayvec v0.7.6 |
504 | 2025-01-15T04:24:53.683Z | Downloaded bitvec v1.0.1 |
505 | 2025-01-15T04:24:53.700Z | Downloaded crucible-workspace-hack v0.1.0 |
506 | 2025-01-15T04:24:53.705Z | Downloaded darling v0.20.10 |
507 | 2025-01-15T04:24:53.709Z | Downloaded http-body-util v0.1.2 |
508 | 2025-01-15T04:24:53.709Z | Downloaded buf-list v1.0.3 |
509 | 2025-01-15T04:24:53.711Z | Downloaded indoc v1.0.9 |
510 | 2025-01-15T04:24:53.714Z | Downloaded lazy_static v1.5.0 |
511 | 2025-01-15T04:24:53.716Z | Downloaded icu_provider_macros v1.5.0 |
512 | 2025-01-15T04:24:53.716Z | Downloaded http v1.2.0 |
513 | 2025-01-15T04:24:53.721Z | Downloaded mime v0.3.17 |
514 | 2025-01-15T04:24:53.723Z | Downloaded aead v0.5.2 |
515 | 2025-01-15T04:24:53.726Z | Downloaded matches v0.1.10 |
516 | 2025-01-15T04:24:53.726Z | Downloaded hostname v0.3.1 |
517 | 2025-01-15T04:24:53.730Z | Downloaded lock_api v0.4.12 |
518 | 2025-01-15T04:24:53.733Z | Downloaded colored v2.1.0 |
519 | 2025-01-15T04:24:53.733Z | Downloaded icu_locid_transform_data v1.5.0 |
520 | 2025-01-15T04:24:53.736Z | Downloaded hickory-server v0.24.1 |
521 | 2025-01-15T04:24:53.739Z | Downloaded indent_write v2.2.0 |
522 | 2025-01-15T04:24:53.742Z | Downloaded libefi-sys v0.1.0 |
523 | 2025-01-15T04:24:53.744Z | Downloaded hmac v0.12.1 |
524 | 2025-01-15T04:24:53.747Z | Downloaded ascii-canvas v3.0.0 |
525 | 2025-01-15T04:24:53.747Z | Downloaded icu_normalizer v1.5.0 |
526 | 2025-01-15T04:24:53.752Z | Downloaded async-bb8-diesel v0.2.1 |
527 | 2025-01-15T04:24:53.754Z | Downloaded indexmap v1.9.3 |
528 | 2025-01-15T04:24:53.757Z | Downloaded managed v0.8.0 |
529 | 2025-01-15T04:24:53.760Z | Downloaded lalrpop-util v0.19.12 |
530 | 2025-01-15T04:24:53.760Z | Downloaded atomicwrites v0.4.4 |
531 | 2025-01-15T04:24:53.763Z | Downloaded linear-map v1.2.0 |
532 | 2025-01-15T04:24:53.763Z | Downloaded crc32fast v1.4.2 |
533 | 2025-01-15T04:24:53.766Z | Downloaded rpassword v7.3.1 |
534 | 2025-01-15T04:24:53.768Z | Downloaded allocator-api2 v0.2.18 |
535 | 2025-01-15T04:24:53.771Z | Downloaded bitfield-struct v0.6.2 |
536 | 2025-01-15T04:24:53.773Z | Downloaded cbc v0.1.2 |
537 | 2025-01-15T04:24:53.773Z | Downloaded jobserver v0.1.32 |
538 | 2025-01-15T04:24:53.776Z | Downloaded headers-core v0.3.0 |
539 | 2025-01-15T04:24:53.778Z | Downloaded const-oid v0.9.6 |
540 | 2025-01-15T04:24:53.781Z | Downloaded idna v0.4.0 |
541 | 2025-01-15T04:24:53.789Z | Downloaded bitfield v0.14.0 |
542 | 2025-01-15T04:24:53.792Z | Downloaded bcrypt-pbkdf v0.10.0 |
543 | 2025-01-15T04:24:53.792Z | Downloaded semver v0.1.20 |
544 | 2025-01-15T04:24:53.792Z | Downloaded hyper-tls v0.6.0 |
545 | 2025-01-15T04:24:53.795Z | Downloaded bytes v1.9.0 |
546 | 2025-01-15T04:24:53.797Z | Downloaded ciborium-io v0.2.2 |
547 | 2025-01-15T04:24:53.801Z | Downloaded hyper-staticfile v0.10.1 |
548 | 2025-01-15T04:24:53.804Z | Downloaded base64 v0.13.1 |
549 | 2025-01-15T04:24:53.806Z | Downloaded prettyplease v0.2.25 |
550 | 2025-01-15T04:24:53.809Z | Downloaded crossbeam-epoch v0.9.18 |
551 | 2025-01-15T04:24:53.811Z | Downloaded base16ct v0.2.0 |
552 | 2025-01-15T04:24:53.814Z | Downloaded bcs v0.1.6 |
553 | 2025-01-15T04:24:53.816Z | Downloaded bumpalo v3.16.0 |
554 | 2025-01-15T04:24:53.819Z | Downloaded keccak v0.1.5 |
555 | 2025-01-15T04:24:53.822Z | Downloaded ciborium v0.2.2 |
556 | 2025-01-15T04:24:53.824Z | Downloaded simd-adler32 v0.3.7 |
557 | 2025-01-15T04:24:53.827Z | Downloaded md-5 v0.10.6 |
558 | 2025-01-15T04:24:53.829Z | Downloaded crc-catalog v2.4.0 |
559 | 2025-01-15T04:24:53.829Z | Downloaded crc-any v2.5.0 |
560 | 2025-01-15T04:24:53.832Z | Downloaded progenitor-macro v0.9.1 |
561 | 2025-01-15T04:24:53.834Z | Downloaded tinyvec_macros v0.1.1 |
562 | 2025-01-15T04:24:53.834Z | Downloaded ipnetwork v0.20.0 |
563 | 2025-01-15T04:24:53.837Z | Downloaded http-range v0.1.5 |
564 | 2025-01-15T04:24:53.839Z | Downloaded base64 v0.22.1 |
565 | 2025-01-15T04:24:53.842Z | Downloaded lazycell v1.3.0 |
566 | 2025-01-15T04:24:53.845Z | Downloaded idna_adapter v1.2.0 |
567 | 2025-01-15T04:24:53.845Z | Downloaded bb8 v0.8.5 |
568 | 2025-01-15T04:24:53.847Z | Downloaded const_format v0.2.33 |
569 | 2025-01-15T04:24:53.852Z | Downloaded time-core v0.1.2 |
570 | 2025-01-15T04:24:53.854Z | Downloaded heapless v0.7.17 |
571 | 2025-01-15T04:24:53.858Z | Downloaded signature v2.2.0 |
572 | 2025-01-15T04:24:53.860Z | Downloaded ident_case v1.0.1 |
573 | 2025-01-15T04:24:53.863Z | Downloaded lru v0.12.5 |
574 | 2025-01-15T04:24:53.863Z | Downloaded hubpack_derive v0.1.1 |
575 | 2025-01-15T04:24:53.866Z | Downloaded http-body v1.0.1 |
576 | 2025-01-15T04:24:53.866Z | Downloaded cmake v0.1.51 |
577 | 2025-01-15T04:24:53.869Z | Downloaded crossbeam-utils v0.8.20 |
578 | 2025-01-15T04:24:53.871Z | Downloaded rcgen v0.12.1 |
579 | 2025-01-15T04:24:53.874Z | Downloaded httparse v1.9.5 |
580 | 2025-01-15T04:24:53.877Z | Downloaded untrusted v0.7.1 |
581 | 2025-01-15T04:24:53.879Z | Downloaded hkdf v0.12.4 |
582 | 2025-01-15T04:24:53.882Z | Downloaded const_format_proc_macros v0.2.33 |
583 | 2025-01-15T04:24:53.884Z | Downloaded tokio-native-tls v0.3.1 |
584 | 2025-01-15T04:24:53.887Z | Downloaded blake2 v0.10.6 |
585 | 2025-01-15T04:24:53.889Z | Downloaded md5 v0.7.0 |
586 | 2025-01-15T04:24:53.890Z | Downloaded match_cfg v0.1.0 |
587 | 2025-01-15T04:24:53.892Z | Downloaded compact_str v0.8.0 |
588 | 2025-01-15T04:24:53.895Z | Downloaded libloading v0.8.5 |
589 | 2025-01-15T04:24:53.897Z | Downloaded russh-cryptovec v0.7.3 |
590 | 2025-01-15T04:24:53.899Z | Downloaded lockfree-object-pool v0.1.6 |
591 | 2025-01-15T04:24:53.903Z | Downloaded untrusted v0.9.0 |
592 | 2025-01-15T04:24:53.905Z | Downloaded kstat-rs v0.2.4 |
593 | 2025-01-15T04:24:53.905Z | Downloaded progenitor-client v0.8.0 |
594 | 2025-01-15T04:24:53.905Z | Downloaded impl-trait-for-tuples v0.2.2 |
595 | 2025-01-15T04:24:53.908Z | Downloaded hex v0.4.3 |
596 | 2025-01-15T04:24:53.911Z | Downloaded newtype_derive v0.1.6 |
597 | 2025-01-15T04:24:53.914Z | Downloaded maplit v1.0.2 |
598 | 2025-01-15T04:24:53.914Z | Downloaded litemap v0.7.3 |
599 | 2025-01-15T04:24:53.917Z | Downloaded static_assertions v1.1.0 |
600 | 2025-01-15T04:24:53.919Z | Downloaded strum_macros v0.25.3 |
601 | 2025-01-15T04:24:53.921Z | Downloaded libsw v3.3.1 |
602 | 2025-01-15T04:24:53.924Z | Downloaded xz2 v0.1.7 |
603 | 2025-01-15T04:24:53.926Z | Downloaded utf16_iter v1.0.5 |
604 | 2025-01-15T04:24:53.926Z | Downloaded home v0.5.9 |
605 | 2025-01-15T04:24:53.929Z | Downloaded glob v0.3.1 |
606 | 2025-01-15T04:24:53.932Z | Downloaded termtree v0.4.1 |
607 | 2025-01-15T04:24:53.932Z | Downloaded r2d2 v0.8.10 |
608 | 2025-01-15T04:24:53.936Z | Downloaded mime_guess v2.0.5 |
609 | 2025-01-15T04:24:53.936Z | Downloaded tracing-attributes v0.1.27 |
610 | 2025-01-15T04:24:53.939Z | Downloaded icu_locid_transform v1.5.0 |
611 | 2025-01-15T04:24:53.941Z | Downloaded icu_locid v1.5.0 |
612 | 2025-01-15T04:24:53.946Z | Downloaded fxhash v0.2.1 |
613 | 2025-01-15T04:24:53.962Z | Downloaded indicatif v0.17.9 |
614 | 2025-01-15T04:24:53.962Z | Downloaded newtype-uuid v1.1.3 |
615 | 2025-01-15T04:24:53.962Z | Downloaded addr2line v0.24.2 |
616 | 2025-01-15T04:24:53.962Z | Downloaded oso-derive v0.27.3 |
617 | 2025-01-15T04:24:53.962Z | Downloaded diesel_table_macro_syntax v0.2.0 |
618 | 2025-01-15T04:24:53.962Z | Downloaded serde-big-array v0.5.1 |
619 | 2025-01-15T04:24:53.968Z | Downloaded rustls-pemfile v1.0.4 |
620 | 2025-01-15T04:24:53.968Z | Downloaded siphasher v0.3.11 |
621 | 2025-01-15T04:24:53.968Z | Downloaded structmeta v0.3.0 |
622 | 2025-01-15T04:24:53.971Z | Downloaded heapless v0.8.0 |
623 | 2025-01-15T04:24:53.971Z | Downloaded hyper v1.5.0 |
624 | 2025-01-15T04:24:53.977Z | Downloaded derive_builder v0.20.2 |
625 | 2025-01-15T04:24:53.984Z | Downloaded peg-runtime v0.8.3 |
626 | 2025-01-15T04:24:53.987Z | Downloaded ipnet v2.10.1 |
627 | 2025-01-15T04:24:53.987Z | Downloaded defmt-macros v0.3.9 |
628 | 2025-01-15T04:24:53.989Z | Downloaded paste v1.0.15 |
629 | 2025-01-15T04:24:53.993Z | Downloaded form_urlencoded v1.2.1 |
630 | 2025-01-15T04:24:53.995Z | Downloaded serde-hex v0.1.0 |
631 | 2025-01-15T04:24:53.998Z | Downloaded fragile v2.0.0 |
632 | 2025-01-15T04:24:53.998Z | Downloaded aws-lc-rs v1.10.0 |
633 | 2025-01-15T04:24:54.009Z | Downloaded owo-colors v4.1.0 |
634 | 2025-01-15T04:24:54.012Z | Downloaded globset v0.4.15 |
635 | 2025-01-15T04:24:54.014Z | Downloaded foldhash v0.1.3 |
636 | 2025-01-15T04:24:54.014Z | Downloaded slog-stdlog v4.1.1 |
637 | 2025-01-15T04:24:54.017Z | Downloaded pem v3.0.4 |
638 | 2025-01-15T04:24:54.017Z | Downloaded icu_properties v1.5.1 |
639 | 2025-01-15T04:24:54.023Z | Downloaded atomic-waker v1.1.2 |
640 | 2025-01-15T04:24:54.025Z | Downloaded ena v0.14.3 |
641 | 2025-01-15T04:24:54.025Z | Downloaded slog-bunyan v2.5.0 |
642 | 2025-01-15T04:24:54.025Z | Downloaded powerfmt v0.2.0 |
643 | 2025-01-15T04:24:54.025Z | Downloaded subprocess v0.2.9 |
644 | 2025-01-15T04:24:54.028Z | Downloaded rtoolbox v0.0.2 |
645 | 2025-01-15T04:24:54.030Z | Downloaded zerofrom-derive v0.1.4 |
646 | 2025-01-15T04:24:54.030Z | Downloaded similar v2.6.0 |
647 | 2025-01-15T04:24:54.035Z | Downloaded zopfli v0.8.1 |
648 | 2025-01-15T04:24:54.038Z | Downloaded termios v0.3.3 |
649 | 2025-01-15T04:24:54.040Z | Downloaded crc v3.2.1 |
650 | 2025-01-15T04:24:54.043Z | Downloaded smallvec v0.6.14 |
651 | 2025-01-15T04:24:54.045Z | Downloaded postcard v1.0.10 |
652 | 2025-01-15T04:24:54.048Z | Downloaded ecdsa v0.16.9 |
653 | 2025-01-15T04:24:54.050Z | Downloaded fs_extra v1.3.0 |
654 | 2025-01-15T04:24:54.053Z | Downloaded num_enum_derive v0.5.11 |
655 | 2025-01-15T04:24:54.053Z | Downloaded typify-macro v0.2.0 |
656 | 2025-01-15T04:24:54.056Z | Downloaded ciborium-ll v0.2.2 |
657 | 2025-01-15T04:24:54.056Z | Downloaded assert_matches v1.5.0 |
658 | 2025-01-15T04:24:54.059Z | Downloaded atty v0.2.14 |
659 | 2025-01-15T04:24:54.059Z | Downloaded dropshot_endpoint v0.12.0 |
660 | 2025-01-15T04:24:54.062Z | Downloaded omicron-zone-package v0.12.0 |
661 | 2025-01-15T04:24:54.073Z | Downloaded mirai-annotations v1.12.0 |
662 | 2025-01-15T04:24:54.075Z | Downloaded zone_cfg_derive v0.3.0 |
663 | 2025-01-15T04:24:54.075Z | Downloaded scrypt v0.11.0 |
664 | 2025-01-15T04:24:54.078Z | Downloaded humantime v2.1.0 |
665 | 2025-01-15T04:24:54.078Z | Downloaded parse-size v1.1.0 |
666 | 2025-01-15T04:24:54.081Z | Downloaded zip v0.6.6 |
667 | 2025-01-15T04:24:54.083Z | Downloaded darling_macro v0.20.10 |
668 | 2025-01-15T04:24:54.086Z | Downloaded zone_cfg_derive v0.1.2 |
669 | 2025-01-15T04:24:54.086Z | Downloaded diesel_derives v2.2.3 |
670 | 2025-01-15T04:24:54.089Z | Downloaded sec1 v0.7.3 |
671 | 2025-01-15T04:24:54.092Z | Downloaded httpdate v1.0.3 |
672 | 2025-01-15T04:24:54.094Z | Downloaded precomputed-hash v0.1.1 |
673 | 2025-01-15T04:24:54.094Z | Downloaded slog-term v2.9.1 |
674 | 2025-01-15T04:24:54.097Z | Downloaded secrecy v0.8.0 |
675 | 2025-01-15T04:24:54.100Z | Downloaded hickory-resolver v0.24.1 |
676 | 2025-01-15T04:24:54.103Z | Downloaded unicase v2.7.0 |
677 | 2025-01-15T04:24:54.105Z | Downloaded url v2.5.3 |
678 | 2025-01-15T04:24:54.108Z | Downloaded crossbeam-deque v0.8.5 |
679 | 2025-01-15T04:24:54.111Z | Downloaded proptest v1.5.0 |
680 | 2025-01-15T04:24:54.118Z | Downloaded number_prefix v0.4.0 |
681 | 2025-01-15T04:24:54.121Z | Downloaded libxml v0.3.3 |
682 | 2025-01-15T04:24:54.125Z | Downloaded fallible-iterator v0.2.0 |
683 | 2025-01-15T04:24:54.128Z | Downloaded rusty-fork v0.3.0 |
684 | 2025-01-15T04:24:54.130Z | Downloaded libm v0.2.8 |
685 | 2025-01-15T04:24:54.136Z | Downloaded term v0.7.0 |
686 | 2025-01-15T04:24:54.140Z | Downloaded ppv-lite86 v0.2.20 |
687 | 2025-01-15T04:24:54.142Z | Downloaded itertools v0.10.5 |
688 | 2025-01-15T04:24:54.148Z | Downloaded toolchain_find v0.4.0 |
689 | 2025-01-15T04:24:54.150Z | Downloaded env_filter v0.1.2 |
690 | 2025-01-15T04:24:54.153Z | Downloaded openssl-sys v0.9.103 |
691 | 2025-01-15T04:24:54.156Z | Downloaded signal-hook v0.3.17 |
692 | 2025-01-15T04:24:54.159Z | Downloaded is_ci v1.2.0 |
693 | 2025-01-15T04:24:54.161Z | Downloaded memoffset v0.9.1 |
694 | 2025-01-15T04:24:54.162Z | Downloaded maybe-uninit v2.0.0 |
695 | 2025-01-15T04:24:54.164Z | Downloaded tokio-macros v2.4.0 |
696 | 2025-01-15T04:24:54.164Z | Downloaded scopeguard v1.2.0 |
697 | 2025-01-15T04:24:54.167Z | Downloaded native-tls v0.2.12 |
698 | 2025-01-15T04:24:54.170Z | Downloaded futures-channel v0.3.31 |
699 | 2025-01-15T04:24:54.170Z | Downloaded ed25519 v2.2.3 |
700 | 2025-01-15T04:24:54.172Z | Downloaded parking_lot_core v0.9.10 |
701 | 2025-01-15T04:24:54.175Z | Downloaded password-hash v0.4.2 |
702 | 2025-01-15T04:24:54.177Z | Downloaded idna v1.0.3 |
703 | 2025-01-15T04:24:54.182Z | Downloaded newline-converter v0.3.0 |
704 | 2025-01-15T04:24:54.184Z | Downloaded ahash v0.8.11 |
705 | 2025-01-15T04:24:54.187Z | Downloaded unsafe-libyaml v0.2.11 |
706 | 2025-01-15T04:24:54.189Z | Downloaded rsa v0.9.6 |
707 | 2025-01-15T04:24:54.193Z | Downloaded tinystr v0.7.6 |
708 | 2025-01-15T04:24:54.196Z | Downloaded quinn v0.11.5 |
709 | 2025-01-15T04:24:54.199Z | Downloaded sct v0.7.1 |
710 | 2025-01-15T04:24:54.202Z | Downloaded typify v0.2.0 |
711 | 2025-01-15T04:24:54.206Z | Downloaded supports-color v3.0.1 |
712 | 2025-01-15T04:24:54.209Z | Downloaded parking_lot_core v0.8.6 |
713 | 2025-01-15T04:24:54.212Z | Downloaded highway v1.2.0 |
714 | 2025-01-15T04:24:54.212Z | Downloaded ssh-cipher v0.2.0 |
715 | 2025-01-15T04:24:54.215Z | Downloaded psl-types v2.0.11 |
716 | 2025-01-15T04:24:54.215Z | Downloaded gethostname v0.5.0 |
717 | 2025-01-15T04:24:54.219Z | Downloaded num_threads v0.1.7 |
718 | 2025-01-15T04:24:54.219Z | Downloaded icu_normalizer_data v1.5.0 |
719 | 2025-01-15T04:24:54.222Z | Downloaded slog-scope v4.4.0 |
720 | 2025-01-15T04:24:54.222Z | Downloaded whoami v1.5.2 |
721 | 2025-01-15T04:24:54.225Z | Downloaded postgres-types v0.2.8 |
722 | 2025-01-15T04:24:54.228Z | Downloaded zerocopy v0.6.6 |
723 | 2025-01-15T04:24:54.230Z | Downloaded fallible-iterator v0.3.0 |
724 | 2025-01-15T04:24:54.230Z | Downloaded dirs-next v2.0.0 |
725 | 2025-01-15T04:24:54.233Z | Downloaded thiserror v2.0.11 |
726 | 2025-01-15T04:24:54.236Z | Downloaded enum-as-inner v0.6.1 |
727 | 2025-01-15T04:24:54.240Z | Downloaded peg-macros v0.8.4 |
728 | 2025-01-15T04:24:54.242Z | Downloaded progenitor-macro v0.8.0 |
729 | 2025-01-15T04:24:54.242Z | Downloaded env_logger v0.11.5 |
730 | 2025-01-15T04:24:54.245Z | Downloaded der_derive v0.7.3 |
731 | 2025-01-15T04:24:54.247Z | Downloaded getrandom v0.2.15 |
732 | 2025-01-15T04:24:54.250Z | Downloaded nibble_vec v0.1.0 |
733 | 2025-01-15T04:24:54.253Z | Downloaded rustc_version v0.4.1 |
734 | 2025-01-15T04:24:54.253Z | Downloaded rustyline v14.0.0 |
735 | 2025-01-15T04:24:54.257Z | Downloaded chrono v0.4.38 |
736 | 2025-01-15T04:24:54.264Z | Downloaded take_mut v0.2.2 |
737 | 2025-01-15T04:24:54.267Z | Downloaded internet-checksum v0.2.1 |
738 | 2025-01-15T04:24:54.267Z | Downloaded signal-hook-registry v1.4.2 |
739 | 2025-01-15T04:24:54.270Z | Downloaded packed_struct_codegen v0.10.1 |
740 | 2025-01-15T04:24:54.270Z | Downloaded tinyvec v1.8.0 |
741 | 2025-01-15T04:24:54.272Z | Downloaded itertools v0.12.1 |
742 | 2025-01-15T04:24:54.279Z | Downloaded proc-macro-crate v1.3.1 |
743 | 2025-01-15T04:24:54.281Z | Downloaded darling_core v0.20.10 |
744 | 2025-01-15T04:24:54.285Z | Downloaded packed_struct v0.10.1 |
745 | 2025-01-15T04:24:54.287Z | Downloaded rfc6979 v0.4.0 |
746 | 2025-01-15T04:24:54.290Z | Downloaded futures v0.3.31 |
747 | 2025-01-15T04:24:54.293Z | Downloaded serde_repr v0.1.19 |
748 | 2025-01-15T04:24:54.295Z | Downloaded slog-async v2.8.0 |
749 | 2025-01-15T04:24:54.298Z | Downloaded tracing-core v0.1.32 |
750 | 2025-01-15T04:24:54.300Z | Downloaded crossbeam-channel v0.5.13 |
751 | 2025-01-15T04:24:54.310Z | Downloaded subtle v2.6.1 |
752 | 2025-01-15T04:24:54.313Z | Downloaded strum_macros v0.24.3 |
753 | 2025-01-15T04:24:54.313Z | Downloaded chacha20poly1305 v0.10.1 |
754 | 2025-01-15T04:24:54.313Z | Downloaded pretty-hex v0.2.1 |
755 | 2025-01-15T04:24:54.313Z | Downloaded predicates-tree v1.0.11 |
756 | 2025-01-15T04:24:54.313Z | Downloaded itertools v0.13.0 |
757 | 2025-01-15T04:24:54.319Z | Downloaded ssh-encoding v0.2.0 |
758 | 2025-01-15T04:24:54.321Z | Downloaded pin-project-lite v0.2.14 |
759 | 2025-01-15T04:24:54.325Z | Downloaded pin-project-internal v1.1.6 |
760 | 2025-01-15T04:24:54.328Z | Downloaded fd-lock v4.0.2 |
761 | 2025-01-15T04:24:54.331Z | Downloaded futures-macro v0.3.31 |
762 | 2025-01-15T04:24:54.331Z | Downloaded rustversion v1.0.17 |
763 | 2025-01-15T04:24:54.333Z | Downloaded which v4.4.2 |
764 | 2025-01-15T04:24:54.336Z | Downloaded yoke-derive v0.7.4 |
765 | 2025-01-15T04:24:54.338Z | Downloaded tokio-tungstenite v0.21.0 |
766 | 2025-01-15T04:24:54.341Z | Downloaded foreign-types-shared v0.3.1 |
767 | 2025-01-15T04:24:54.341Z | Downloaded foreign-types-shared v0.1.1 |
768 | 2025-01-15T04:24:54.341Z | Downloaded bindgen v0.69.5 |
769 | 2025-01-15T04:24:54.348Z | Downloaded debug-ignore v1.0.5 |
770 | 2025-01-15T04:24:54.351Z | Downloaded sqlformat v0.2.6 |
771 | 2025-01-15T04:24:54.354Z | Downloaded serde_plain v1.0.2 |
772 | 2025-01-15T04:24:54.354Z | Downloaded signal-hook-tokio v0.3.1 |
773 | 2025-01-15T04:24:54.354Z | Downloaded primeorder v0.13.6 |
774 | 2025-01-15T04:24:54.357Z | Downloaded tokio-rustls v0.24.1 |
775 | 2025-01-15T04:24:54.360Z | Downloaded unarray v0.1.4 |
776 | 2025-01-15T04:24:54.360Z | Downloaded parking_lot v0.12.3 |
777 | 2025-01-15T04:24:54.362Z | Downloaded progenitor-impl v0.9.1 |
778 | 2025-01-15T04:24:54.365Z | Downloaded spki v0.7.3 |
779 | 2025-01-15T04:24:54.368Z | Downloaded universal-hash v0.5.1 |
780 | 2025-01-15T04:24:54.368Z | Downloaded tls_codec_derive v0.4.1 |
781 | 2025-01-15T04:24:54.373Z | Downloaded polyval v0.6.2 |
782 | 2025-01-15T04:24:54.373Z | Downloaded parse-zoneinfo v0.3.1 |
783 | 2025-01-15T04:24:54.375Z | Downloaded group v0.13.0 |
784 | 2025-01-15T04:24:54.375Z | Downloaded derive-where v1.2.7 |
785 | 2025-01-15T04:24:54.379Z | Downloaded dsl_auto_type v0.1.2 |
786 | 2025-01-15T04:24:54.383Z | Downloaded tui-tree-widget v0.22.0 |
787 | 2025-01-15T04:24:54.383Z | Downloaded funty v2.0.0 |
788 | 2025-01-15T04:24:54.387Z | Downloaded p256 v0.13.2 |
789 | 2025-01-15T04:24:54.392Z | Downloaded fixedbitset v0.4.2 |
790 | 2025-01-15T04:24:54.392Z | Downloaded normalize-line-endings v0.3.0 |
791 | 2025-01-15T04:24:54.392Z | Downloaded futures-task v0.3.31 |
792 | 2025-01-15T04:24:54.392Z | Downloaded expectorate v1.1.0 |
793 | 2025-01-15T04:24:54.397Z | Downloaded defmt-parser v0.3.4 |
794 | 2025-01-15T04:24:54.397Z | Downloaded utf8_iter v1.0.4 |
795 | 2025-01-15T04:24:54.397Z | Downloaded futures-sink v0.3.31 |
796 | 2025-01-15T04:24:54.397Z | Downloaded smf v0.2.3 |
797 | 2025-01-15T04:24:54.397Z | Downloaded ron v0.7.1 |
798 | 2025-01-15T04:24:54.408Z | Downloaded phf_codegen v0.11.2 |
799 | 2025-01-15T04:24:54.408Z | Downloaded walkdir v2.5.0 |
800 | 2025-01-15T04:24:54.413Z | Downloaded flagset v0.4.6 |
801 | 2025-01-15T04:24:54.413Z | Downloaded crossterm v0.28.1 |
802 | 2025-01-15T04:24:54.419Z | Downloaded num_enum v0.5.11 |
803 | 2025-01-15T04:24:54.419Z | Downloaded ron v0.8.1 |
804 | 2025-01-15T04:24:54.423Z | Downloaded chrono-tz v0.10.0 |
805 | 2025-01-15T04:24:54.431Z | Downloaded resolv-conf v0.7.0 |
806 | 2025-01-15T04:24:54.433Z | Downloaded sync_wrapper v1.0.1 |
807 | 2025-01-15T04:24:54.435Z | Downloaded tabwriter v1.4.0 |
808 | 2025-01-15T04:24:54.437Z | Downloaded strip-ansi-escapes v0.2.0 |
809 | 2025-01-15T04:24:54.437Z | Downloaded termcolor v1.4.1 |
810 | 2025-01-15T04:24:54.439Z | Downloaded synstructure v0.13.1 |
811 | 2025-01-15T04:24:54.440Z | Downloaded rustc_version v0.1.7 |
812 | 2025-01-15T04:24:54.441Z | Downloaded new_debug_unreachable v1.0.6 |
813 | 2025-01-15T04:24:54.442Z | Downloaded predicates v3.1.2 |
814 | 2025-01-15T04:24:54.444Z | Downloaded tap v1.0.1 |
815 | 2025-01-15T04:24:54.446Z | Downloaded curve25519-dalek v4.1.3 |
816 | 2025-01-15T04:24:54.455Z | Downloaded zone v0.1.8 |
817 | 2025-01-15T04:24:54.457Z | Downloaded typify-macro v0.3.0 |
818 | 2025-01-15T04:24:54.457Z | Downloaded portable-atomic v1.9.0 |
819 | 2025-01-15T04:24:54.464Z | Downloaded derive_builder_macro v0.20.2 |
820 | 2025-01-15T04:24:54.466Z | Downloaded thiserror-impl v2.0.11 |
821 | 2025-01-15T04:24:54.468Z | Downloaded ghash v0.5.1 |
822 | 2025-01-15T04:24:54.468Z | Downloaded sync-ptr v0.1.1 |
823 | 2025-01-15T04:24:54.470Z | Downloaded strum v0.26.3 |
824 | 2025-01-15T04:24:54.470Z | Downloaded aho-corasick v1.1.3 |
825 | 2025-01-15T04:24:54.476Z | Downloaded publicsuffix v2.2.3 |
826 | 2025-01-15T04:24:54.478Z | Downloaded futures-core v0.3.31 |
827 | 2025-01-15T04:24:54.481Z | Downloaded dropshot_endpoint v0.13.0 |
828 | 2025-01-15T04:24:54.483Z | Downloaded lalrpop v0.19.12 |
829 | 2025-01-15T04:24:54.494Z | Downloaded pkg-config v0.3.31 |
830 | 2025-01-15T04:24:54.499Z | Downloaded hashbrown v0.14.5 |
831 | 2025-01-15T04:24:54.502Z | Downloaded oso v0.27.3 |
832 | 2025-01-15T04:24:54.506Z | Downloaded futures-executor v0.3.31 |
833 | 2025-01-15T04:24:54.506Z | Downloaded aes-gcm v0.10.3 |
834 | 2025-01-15T04:24:54.510Z | Downloaded serde_path_to_error v0.1.16 |
835 | 2025-01-15T04:24:54.512Z | Downloaded unicode-bidi v0.3.17 |
836 | 2025-01-15T04:24:54.515Z | Downloaded toml_edit v0.19.15 |
837 | 2025-01-15T04:24:54.531Z | Downloaded quick-error v1.2.3 |
838 | 2025-01-15T04:24:54.533Z | Downloaded blake3 v1.5.4 |
839 | 2025-01-15T04:24:54.540Z | Downloaded rand_seeder v0.3.0 |
840 | 2025-01-15T04:24:54.542Z | Downloaded winnow v0.5.40 |
841 | 2025-01-15T04:24:54.550Z | Downloaded pin-utils v0.1.0 |
842 | 2025-01-15T04:24:54.552Z | Downloaded num v0.4.3 |
843 | 2025-01-15T04:24:54.554Z | Downloaded structmeta v0.2.0 |
844 | 2025-01-15T04:24:54.554Z | Downloaded opaque-debug v0.3.1 |
845 | 2025-01-15T04:24:54.554Z | Downloaded defmt v0.3.8 |
846 | 2025-01-15T04:24:54.558Z | Downloaded nom v7.1.3 |
847 | 2025-01-15T04:24:54.563Z | Downloaded yasna v0.5.2 |
848 | 2025-01-15T04:24:54.566Z | Downloaded openssl-probe v0.1.5 |
849 | 2025-01-15T04:24:54.571Z | Downloaded write16 v1.0.0 |
850 | 2025-01-15T04:24:54.573Z | Downloaded smallvec v1.13.2 |
851 | 2025-01-15T04:24:54.573Z | Downloaded pkcs8 v0.10.2 |
852 | 2025-01-15T04:24:54.573Z | Downloaded predicates-core v1.0.8 |
853 | 2025-01-15T04:24:54.578Z | Downloaded tls_codec v0.4.1 |
854 | 2025-01-15T04:24:54.582Z | Downloaded path-slash v0.1.5 |
855 | 2025-01-15T04:24:54.582Z | Downloaded dhcproto-macros v0.1.0 |
856 | 2025-01-15T04:24:54.582Z | Downloaded tiny-keccak v2.0.2 |
857 | 2025-01-15T04:24:54.582Z | Downloaded unicode_categories v0.1.1 |
858 | 2025-01-15T04:24:54.585Z | Downloaded rustls v0.22.4 |
859 | 2025-01-15T04:24:54.596Z | Downloaded phf_shared v0.10.0 |
860 | 2025-01-15T04:24:54.598Z | Downloaded idna v0.3.0 |
861 | 2025-01-15T04:24:54.603Z | Downloaded num-integer v0.1.46 |
862 | 2025-01-15T04:24:54.606Z | Downloaded slog-dtrace v0.3.0 |
863 | 2025-01-15T04:24:54.610Z | Downloaded parse-display-derive v0.10.0 |
864 | 2025-01-15T04:24:54.610Z | Downloaded slog-json v2.6.1 |
865 | 2025-01-15T04:24:54.612Z | Downloaded hashbrown v0.13.2 |
866 | 2025-01-15T04:24:54.615Z | Downloaded foreign-types v0.3.2 |
867 | 2025-01-15T04:24:54.617Z | Downloaded progenitor-client v0.9.1 |
868 | 2025-01-15T04:24:54.617Z | Downloaded env_logger v0.10.2 |
869 | 2025-01-15T04:24:54.621Z | Downloaded des v0.8.1 |
870 | 2025-01-15T04:24:54.623Z | Downloaded embedded-io v0.4.0 |
871 | 2025-01-15T04:24:54.624Z | Downloaded thiserror-no-std v2.0.2 |
872 | 2025-01-15T04:24:54.626Z | Downloaded der v0.7.9 |
873 | 2025-01-15T04:24:54.632Z | Downloaded stringprep v0.1.5 |
874 | 2025-01-15T04:24:54.635Z | Downloaded display-error-chain v0.2.2 |
875 | 2025-01-15T04:24:54.638Z | Downloaded reedline v0.35.0 |
876 | 2025-01-15T04:24:54.644Z | Downloaded sha1 v0.10.6 |
877 | 2025-01-15T04:24:54.646Z | Downloaded multer v3.1.0 |
878 | 2025-01-15T04:24:54.649Z | Downloaded zerovec v0.10.4 |
879 | 2025-01-15T04:24:54.655Z | Downloaded pin-project v1.1.6 |
880 | 2025-01-15T04:24:54.667Z | Downloaded want v0.3.1 |
881 | 2025-01-15T04:24:54.670Z | Downloaded fallible-streaming-iterator v0.1.9 |
882 | 2025-01-15T04:24:54.670Z | Downloaded shell-words v1.1.0 |
883 | 2025-01-15T04:24:54.670Z | Downloaded difflib v0.4.0 |
884 | 2025-01-15T04:24:54.672Z | Downloaded vsss-rs v3.3.4 |
885 | 2025-01-15T04:24:54.675Z | Downloaded reqwest v0.12.9 |
886 | 2025-01-15T04:24:54.682Z | Downloaded regex v1.11.1 |
887 | 2025-01-15T04:24:54.697Z | Downloaded tower-service v0.3.3 |
888 | 2025-01-15T04:24:54.700Z | Downloaded ref-cast-impl v1.0.23 |
889 | 2025-01-15T04:24:54.700Z | Downloaded endian-type v0.1.2 |
890 | 2025-01-15T04:24:54.700Z | Downloaded slab v0.4.9 |
891 | 2025-01-15T04:24:54.703Z | Downloaded toml v0.7.8 |
892 | 2025-01-15T04:24:54.705Z | Downloaded salsa20 v0.10.2 |
893 | 2025-01-15T04:24:54.705Z | Downloaded git2 v0.19.0 |
894 | 2025-01-15T04:24:54.714Z | Downloaded num-iter v0.1.45 |
895 | 2025-01-15T04:24:54.717Z | Downloaded pkcs1 v0.7.5 |
896 | 2025-01-15T04:24:54.720Z | Downloaded rustls-pki-types v1.10.0 |
897 | 2025-01-15T04:24:54.723Z | Downloaded try-lock v0.2.5 |
898 | 2025-01-15T04:24:54.723Z | Downloaded qorb v0.2.1 |
899 | 2025-01-15T04:24:54.728Z | Downloaded stable_deref_trait v1.2.0 |
900 | 2025-01-15T04:24:54.732Z | Downloaded string_cache v0.8.7 |
901 | 2025-01-15T04:24:54.732Z | Downloaded derive_builder_core v0.20.2 |
902 | 2025-01-15T04:24:54.735Z | Downloaded zerovec-derive v0.10.3 |
903 | 2025-01-15T04:24:54.735Z | Downloaded rustc-hash v2.0.0 |
904 | 2025-01-15T04:24:54.737Z | Downloaded vergen v8.3.2 |
905 | 2025-01-15T04:24:54.740Z | Downloaded slog v2.7.0 |
906 | 2025-01-15T04:24:54.742Z | Downloaded thread_local v1.1.8 |
907 | 2025-01-15T04:24:54.745Z | Downloaded progenitor v0.8.0 |
908 | 2025-01-15T04:24:54.745Z | Downloaded thiserror-impl-no-std v2.0.2 |
909 | 2025-01-15T04:24:54.747Z | Downloaded quinn-udp v0.5.5 |
910 | 2025-01-15T04:24:54.750Z | Downloaded writeable v0.5.5 |
911 | 2025-01-15T04:24:54.752Z | Downloaded foreign-types v0.5.0 |
912 | 2025-01-15T04:24:54.752Z | Downloaded vte_generate_state_changes v0.1.2 |
913 | 2025-01-15T04:24:54.752Z | Downloaded nodrop v0.1.14 |
914 | 2025-01-15T04:24:54.755Z | Downloaded rand_xorshift v0.3.0 |
915 | 2025-01-15T04:24:54.755Z | Downloaded shlex v1.3.0 |
916 | 2025-01-15T04:24:54.757Z | Downloaded waitgroup v0.1.2 |
917 | 2025-01-15T04:24:54.757Z | Downloaded unicode-xid v0.2.6 |
918 | 2025-01-15T04:24:54.759Z | Downloaded unicode-truncate v1.1.0 |
919 | 2025-01-15T04:24:54.762Z | Downloaded foreign-types-macros v0.2.3 |
920 | 2025-01-15T04:24:54.762Z | Downloaded diesel-dtrace v0.4.2 |
921 | 2025-01-15T04:24:54.764Z | Downloaded dirs-sys-next v0.1.2 |
922 | 2025-01-15T04:24:54.764Z | Downloaded mockall v0.13.0 |
923 | 2025-01-15T04:24:54.767Z | Downloaded olpc-cjson v0.1.4 |
924 | 2025-01-15T04:24:54.767Z | Downloaded test-strategy v0.3.1 |
925 | 2025-01-15T04:24:54.772Z | Downloaded wait-timeout v0.2.0 |
926 | 2025-01-15T04:24:54.776Z | Downloaded tokio-tungstenite v0.24.0 |
927 | 2025-01-15T04:24:54.778Z | Downloaded progenitor v0.9.1 |
928 | 2025-01-15T04:24:54.778Z | Downloaded dunce v1.0.5 |
929 | 2025-01-15T04:24:54.779Z | Downloaded num-complex v0.4.6 |
930 | 2025-01-15T04:24:54.781Z | Downloaded yoke v0.7.4 |
931 | 2025-01-15T04:24:54.781Z | Downloaded rustls-webpki v0.102.8 |
932 | 2025-01-15T04:24:54.800Z | Downloaded pbkdf2 v0.11.0 |
933 | 2025-01-15T04:24:54.802Z | Downloaded num-conv v0.1.0 |
934 | 2025-01-15T04:24:54.805Z | Downloaded tokio-rustls v0.26.0 |
935 | 2025-01-15T04:24:54.805Z | Downloaded dhcproto v0.12.0 |
936 | 2025-01-15T04:24:54.807Z | Downloaded hashbrown v0.12.3 |
937 | 2025-01-15T04:24:54.812Z | Downloaded downcast v0.11.0 |
938 | 2025-01-15T04:24:54.815Z | Downloaded zeroize v1.8.1 |
939 | 2025-01-15T04:24:54.815Z | Downloaded zerocopy v0.8.10 |
940 | 2025-01-15T04:24:54.839Z | Downloaded radium v0.7.0 |
941 | 2025-01-15T04:24:54.843Z | Downloaded regex-syntax v0.8.5 |
942 | 2025-01-15T04:24:54.849Z | Downloaded value-bag v1.9.0 |
943 | 2025-01-15T04:24:54.851Z | Downloaded idna v0.5.0 |
944 | 2025-01-15T04:24:54.859Z | Downloaded ref-cast v1.0.23 |
945 | 2025-01-15T04:24:54.861Z | Downloaded phf_shared v0.11.2 |
946 | 2025-01-15T04:24:54.864Z | Downloaded pbkdf2 v0.12.2 |
947 | 2025-01-15T04:24:54.864Z | Downloaded zerocopy-derive v0.8.10 |
948 | 2025-01-15T04:24:54.870Z | Downloaded serde_derive_internals v0.29.1 |
949 | 2025-01-15T04:24:54.872Z | Downloaded unicode-properties v0.1.3 |
950 | 2025-01-15T04:24:54.874Z | Downloaded uzers v0.12.1 |
951 | 2025-01-15T04:24:54.877Z | Downloaded num-derive v0.4.2 |
952 | 2025-01-15T04:24:54.880Z | Downloaded num-traits v0.2.19 |
953 | 2025-01-15T04:24:54.884Z | Downloaded sqlparser v0.45.0 |
954 | 2025-01-15T04:24:54.887Z | Downloaded ff v0.13.0 |
955 | 2025-01-15T04:24:54.889Z | Downloaded enum-as-inner v0.5.1 |
956 | 2025-01-15T04:24:54.892Z | Downloaded schemars v0.8.21 |
957 | 2025-01-15T04:24:54.902Z | Downloaded hash32 v0.2.1 |
958 | 2025-01-15T04:24:54.904Z | Downloaded phf_generator v0.11.2 |
959 | 2025-01-15T04:24:54.905Z | Downloaded tokio-tungstenite v0.23.1 |
960 | 2025-01-15T04:24:54.907Z | Downloaded half v2.4.1 |
961 | 2025-01-15T04:24:54.910Z | Downloaded peg v0.8.4 |
962 | 2025-01-15T04:24:54.912Z | Downloaded typify v0.3.0 |
963 | 2025-01-15T04:24:54.917Z | Downloaded uuid v1.11.0 |
964 | 2025-01-15T04:24:54.920Z | Downloaded socket2 v0.5.7 |
965 | 2025-01-15T04:24:54.925Z | Downloaded snafu-derive v0.8.5 |
966 | 2025-01-15T04:24:54.925Z | Downloaded ed25519-dalek v2.1.1 |
967 | 2025-01-15T04:24:54.928Z | Downloaded tokio-rustls v0.25.0 |
968 | 2025-01-15T04:24:54.930Z | Downloaded p521 v0.13.3 |
969 | 2025-01-15T04:24:54.933Z | Downloaded snafu v0.8.5 |
970 | 2025-01-15T04:24:54.939Z | Downloaded tokio-postgres v0.7.12 |
971 | 2025-01-15T04:24:54.944Z | Downloaded openssl-macros v0.1.1 |
972 | 2025-01-15T04:24:54.948Z | Downloaded vcpkg v0.2.15 |
973 | 2025-01-15T04:24:54.984Z | Downloaded rand v0.8.5 |
974 | 2025-01-15T04:24:54.987Z | Downloaded idna v0.2.3 |
975 | 2025-01-15T04:24:54.994Z | Downloaded schemars_derive v0.8.21 |
976 | 2025-01-15T04:24:54.996Z | Downloaded tracing v0.1.40 |
977 | 2025-01-15T04:24:54.999Z | Downloaded bstr v1.10.0 |
978 | 2025-01-15T04:24:55.013Z | Downloaded float-cmp v0.9.0 |
979 | 2025-01-15T04:24:55.015Z | Downloaded rustc-demangle v0.1.24 |
980 | 2025-01-15T04:24:55.015Z | Downloaded num-bigint v0.4.6 |
981 | 2025-01-15T04:24:55.018Z | Downloaded serde_with v3.11.0 |
982 | 2025-01-15T04:24:55.027Z | Downloaded zip v2.1.3 |
983 | 2025-01-15T04:24:55.033Z | Downloaded miniz_oxide v0.8.0 |
984 | 2025-01-15T04:24:55.044Z | Downloaded headers v0.4.0 |
985 | 2025-01-15T04:24:55.049Z | Downloaded time v0.3.36 |
986 | 2025-01-15T04:24:55.054Z | Downloaded slog-envlogger v2.2.0 |
987 | 2025-01-15T04:24:55.054Z | Downloaded steno v0.4.1 |
988 | 2025-01-15T04:24:55.057Z | Downloaded num-bigint-dig v0.8.4 |
989 | 2025-01-15T04:24:55.060Z | Downloaded unicode-normalization v0.1.24 |
990 | 2025-01-15T04:24:55.063Z | Downloaded password-hash v0.5.0 |
991 | 2025-01-15T04:24:55.066Z | Downloaded rusqlite v0.32.1 |
992 | 2025-01-15T04:24:55.072Z | Downloaded mio v1.0.2 |
993 | 2025-01-15T04:24:55.078Z | Downloaded x509-cert v0.2.5 |
994 | 2025-01-15T04:24:55.085Z | Downloaded nix v0.29.0 |
995 | 2025-01-15T04:24:55.098Z | Downloaded zerofrom v0.1.4 |
996 | 2025-01-15T04:24:55.101Z | Downloaded rustls v0.23.19 |
997 | 2025-01-15T04:24:55.112Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
998 | 2025-01-15T04:24:55.125Z | Downloaded russh v0.45.0 |
999 | 2025-01-15T04:24:55.131Z | Downloaded time-macros v0.2.18 |
1000 | 2025-01-15T04:24:55.137Z | Downloaded tough v0.19.0 |
1001 | 2025-01-15T04:24:55.142Z | Downloaded elliptic-curve v0.13.8 |
1002 | 2025-01-15T04:24:55.148Z | Downloaded hash32 v0.3.1 |
1003 | 2025-01-15T04:24:55.155Z | Downloaded petname v2.0.2 |
1004 | 2025-01-15T04:24:55.155Z | Downloaded regress v0.10.1 |
1005 | 2025-01-15T04:24:55.169Z | Downloaded h2 v0.4.6 |
1006 | 2025-01-15T04:24:55.181Z | Downloaded tokio-util v0.7.12 |
1007 | 2025-01-15T04:24:55.183Z | Downloaded smoltcp v0.9.1 |
1008 | 2025-01-15T04:24:55.189Z | Downloaded rayon v1.10.0 |
1009 | 2025-01-15T04:24:55.198Z | Downloaded quick-xml v0.33.0 |
1010 | 2025-01-15T04:24:55.207Z | Downloaded regex-syntax v0.6.29 |
1011 | 2025-01-15T04:24:55.213Z | Downloaded dropshot v0.12.0 |
1012 | 2025-01-15T04:24:55.233Z | Downloaded ratatui v0.28.1 |
1013 | 2025-01-15T04:24:55.252Z | Downloaded rustls-webpki v0.101.7 |
1014 | 2025-01-15T04:24:55.266Z | Downloaded p384 v0.13.0 |
1015 | 2025-01-15T04:24:55.272Z | Downloaded typify-impl v0.3.0 |
1016 | 2025-01-15T04:24:55.288Z | Downloaded quinn-proto v0.11.8 |
1017 | 2025-01-15T04:24:55.295Z | Downloaded webpki-roots v0.26.6 |
1018 | 2025-01-15T04:24:55.299Z | Downloaded object v0.36.5 |
1019 | 2025-01-15T04:24:55.315Z | Downloaded polar-core v0.27.3 |
1020 | 2025-01-15T04:24:55.321Z | Downloaded dropshot v0.13.0 |
1021 | 2025-01-15T04:24:55.342Z | Downloaded flate2 v1.0.34 |
1022 | 2025-01-15T04:24:55.347Z | Downloaded serde_urlencoded v0.7.1 |
1023 | 2025-01-15T04:24:55.349Z | Downloaded ssh-key v0.6.6 |
1024 | 2025-01-15T04:24:55.356Z | Downloaded openssl v0.10.66 |
1025 | 2025-01-15T04:24:55.366Z | Downloaded gimli v0.31.1 |
1026 | 2025-01-15T04:24:55.375Z | Downloaded trust-dns-proto v0.22.0 |
1027 | 2025-01-15T04:24:55.392Z | Downloaded derive_more v0.99.18 |
1028 | 2025-01-15T04:24:55.397Z | Downloaded object v0.30.4 |
1029 | 2025-01-15T04:24:55.412Z | Downloaded radix_trie v0.2.1 |
1030 | 2025-01-15T04:24:55.419Z | Downloaded nix v0.28.0 |
1031 | 2025-01-15T04:24:55.435Z | Downloaded smoltcp v0.11.0 |
1032 | 2025-01-15T04:24:55.450Z | Downloaded csv v1.3.0 |
1033 | 2025-01-15T04:24:55.476Z | Downloaded typify-impl v0.2.0 |
1034 | 2025-01-15T04:24:55.489Z | Downloaded petgraph v0.6.5 |
1035 | 2025-01-15T04:24:55.506Z | Downloaded openapiv3 v2.0.0 |
1036 | 2025-01-15T04:24:55.517Z | Downloaded regex-automata v0.4.8 |
1037 | 2025-01-15T04:24:55.533Z | Downloaded sled v0.34.7 |
1038 | 2025-01-15T04:24:55.543Z | Downloaded diesel v2.2.6 |
1039 | 2025-01-15T04:24:55.561Z | Downloaded tungstenite v0.21.0 |
1040 | 2025-01-15T04:24:55.565Z | Downloaded typed-path v0.9.3 |
1041 | 2025-01-15T04:24:55.571Z | Downloaded russh-keys v0.45.0 |
1042 | 2025-01-15T04:24:55.573Z | Downloaded hickory-proto v0.24.1 |
1043 | 2025-01-15T04:24:55.588Z | Downloaded num-rational v0.4.2 |
1044 | 2025-01-15T04:24:55.589Z | Downloaded wyz v0.5.1 |
1045 | 2025-01-15T04:24:55.591Z | Downloaded futures-util v0.3.31 |
1046 | 2025-01-15T04:24:55.602Z | Downloaded nix v0.27.1 |
1047 | 2025-01-15T04:24:55.612Z | Downloaded zerocopy-derive v0.6.6 |
1048 | 2025-01-15T04:24:55.621Z | Downloaded lzma-sys v0.1.20 |
1049 | 2025-01-15T04:24:55.648Z | Downloaded libz-sys v1.1.20 |
1050 | 2025-01-15T04:24:55.668Z | Downloaded icu_properties_data v1.5.0 |
1051 | 2025-01-15T04:24:55.678Z | Downloaded tokio v1.40.0 |
1052 | 2025-01-15T04:24:55.713Z | Downloaded futures-io v0.3.31 |
1053 | 2025-01-15T04:24:55.716Z | Downloaded either v1.13.0 |
1054 | 2025-01-15T04:24:55.716Z | Downloaded flume v0.11.1 |
1055 | 2025-01-15T04:24:55.719Z | Downloaded tokio-stream v0.1.16 |
1056 | 2025-01-15T04:24:55.723Z | Downloaded unicode-width v0.2.0 |
1057 | 2025-01-15T04:24:55.728Z | Downloaded scheduled-thread-pool v0.2.7 |
1058 | 2025-01-15T04:24:55.732Z | Downloaded serde_yaml v0.9.34+deprecated |
1059 | 2025-01-15T04:24:55.735Z | Downloaded zeroize_derive v1.4.2 |
1060 | 2025-01-15T04:24:55.735Z | Downloaded samael v0.0.17 |
1061 | 2025-01-15T04:24:55.740Z | Downloaded salty v0.3.0 |
1062 | 2025-01-15T04:24:55.747Z | Downloaded encoding_rs v0.8.34 |
1063 | 2025-01-15T04:24:55.766Z | Downloaded regress v0.9.1 |
1064 | 2025-01-15T04:24:55.774Z | Downloaded tungstenite v0.23.0 |
1065 | 2025-01-15T04:24:55.778Z | Downloaded twox-hash v1.6.3 |
1066 | 2025-01-15T04:24:55.780Z | Downloaded sqlparser_derive v0.2.2 |
1067 | 2025-01-15T04:24:55.780Z | Downloaded parking_lot v0.11.2 |
1068 | 2025-01-15T04:24:55.783Z | Downloaded rustls v0.21.12 |
1069 | 2025-01-15T04:24:55.793Z | Downloaded tungstenite v0.24.0 |
1070 | 2025-01-15T04:24:55.796Z | Downloaded sha3 v0.10.8 |
1071 | 2025-01-15T04:24:55.800Z | Downloaded rand_chacha v0.3.1 |
1072 | 2025-01-15T04:24:55.803Z | Downloaded percent-encoding v2.3.1 |
1073 | 2025-01-15T04:24:55.803Z | Downloaded serde_with_macros v3.11.0 |
1074 | 2025-01-15T04:24:55.806Z | Downloaded phf v0.11.2 |
1075 | 2025-01-15T04:24:55.806Z | Downloaded filetime v0.2.25 |
1076 | 2025-01-15T04:24:55.811Z | Downloaded spin v0.9.8 |
1077 | 2025-01-15T04:24:55.811Z | Downloaded rustc-hash v1.1.0 |
1078 | 2025-01-15T04:24:55.815Z | Downloaded nanorand v0.7.0 |
1079 | 2025-01-15T04:24:55.815Z | Downloaded multimap v0.10.0 |
1080 | 2025-01-15T04:24:55.815Z | Downloaded same-file v1.0.6 |
1081 | 2025-01-15T04:24:55.820Z | Downloaded vte v0.11.1 |
1082 | 2025-01-15T04:24:55.820Z | Downloaded tar v0.4.42 |
1083 | 2025-01-15T04:24:55.824Z | Downloaded diff v0.1.13 |
1084 | 2025-01-15T04:24:55.825Z | Downloaded progenitor-impl v0.8.0 |
1085 | 2025-01-15T04:24:55.825Z | Downloaded nu-ansi-term v0.50.1 |
1086 | 2025-01-15T04:24:55.830Z | Downloaded deranged v0.3.11 |
1087 | 2025-01-15T04:24:55.830Z | Downloaded unicode-segmentation v1.12.0 |
1088 | 2025-01-15T04:24:55.831Z | Downloaded poly1305 v0.8.0 |
1089 | 2025-01-15T04:24:55.835Z | Downloaded hashlink v0.9.1 |
1090 | 2025-01-15T04:24:55.849Z | Downloaded zone v0.3.0 |
1091 | 2025-01-15T04:24:55.849Z | Downloaded float-ord v0.3.2 |
1092 | 2025-01-15T04:24:55.849Z | Downloaded parse-display v0.10.0 |
1093 | 2025-01-15T04:24:55.849Z | Downloaded dyn-clone v1.0.17 |
1094 | 2025-01-15T04:24:55.849Z | Downloaded structmeta-derive v0.3.0 |
1095 | 2025-01-15T04:24:55.849Z | Downloaded rustls-pemfile v2.2.0 |
1096 | 2025-01-15T04:24:55.858Z | Downloaded strum_macros v0.26.4 |
1097 | 2025-01-15T04:24:55.858Z | Downloaded embedded-io v0.6.1 |
1098 | 2025-01-15T04:24:55.858Z | Downloaded displaydoc v0.2.5 |
1099 | 2025-01-15T04:24:55.859Z | Downloaded fatfs v0.3.6 |
1100 | 2025-01-15T04:24:55.859Z | Downloaded argon2 v0.5.3 |
1101 | 2025-01-15T04:24:55.859Z | Downloaded hostname v0.4.0 |
1102 | 2025-01-15T04:24:55.866Z | Downloaded bzip2 v0.4.4 |
1103 | 2025-01-15T04:24:55.866Z | Downloaded data-encoding v2.6.0 |
1104 | 2025-01-15T04:24:55.866Z | Downloaded structmeta-derive v0.2.0 |
1105 | 2025-01-15T04:24:55.866Z | Downloaded utf-8 v0.7.6 |
1106 | 2025-01-15T04:24:55.866Z | Downloaded clang-sys v1.8.1 |
1107 | 2025-01-15T04:24:55.866Z | Downloaded pkcs5 v0.7.1 |
1108 | 2025-01-15T04:24:55.871Z | Downloaded minimal-lexical v0.2.1 |
1109 | 2025-01-15T04:24:55.871Z | Downloaded cfg_aliases v0.1.1 |
1110 | 2025-01-15T04:24:55.873Z | Downloaded topological-sort v0.2.2 |
1111 | 2025-01-15T04:24:55.873Z | Downloaded cobs v0.2.3 |
1112 | 2025-01-15T04:24:55.873Z | Downloaded async-stream v0.3.6 |
1113 | 2025-01-15T04:24:55.878Z | Downloaded arrayref v0.3.9 |
1114 | 2025-01-15T04:24:55.881Z | Downloaded postgres-protocol v0.6.7 |
1115 | 2025-01-15T04:24:55.881Z | Downloaded pem-rfc7468 v0.7.0 |
1116 | 2025-01-15T04:24:55.881Z | Downloaded mockall_derive v0.13.0 |
1117 | 2025-01-15T04:24:55.883Z | Downloaded rustfmt-wrapper v0.2.1 |
1118 | 2025-01-15T04:24:55.885Z | Downloaded rand_core v0.6.4 |
1119 | 2025-01-15T04:24:55.885Z | Downloaded xattr v1.3.1 |
1120 | 2025-01-15T04:24:55.892Z | Downloaded memmap2 v0.9.5 |
1121 | 2025-01-15T04:24:55.892Z | Downloaded icu_provider v1.5.0 |
1122 | 2025-01-15T04:24:55.895Z | Downloaded curve25519-dalek-derive v0.1.1 |
1123 | 2025-01-15T04:24:55.895Z | Downloaded cookie_store v0.21.0 |
1124 | 2025-01-15T04:24:55.895Z | Downloaded iana-time-zone v0.1.61 |
1125 | 2025-01-15T04:24:55.900Z | Downloaded hyper-util v0.1.10 |
1126 | 2025-01-15T04:24:55.904Z | Downloaded cassowary v0.3.0 |
1127 | 2025-01-15T04:24:55.904Z | Downloaded aes v0.8.4 |
1128 | 2025-01-15T04:24:55.907Z | Downloaded crypto-bigint v0.5.5 |
1129 | 2025-01-15T04:24:55.911Z | Downloaded constant_time_eq v0.3.1 |
1130 | 2025-01-15T04:24:55.915Z | Downloaded cipher v0.4.4 |
1131 | 2025-01-15T04:24:55.916Z | Downloaded blowfish v0.9.1 |
1132 | 2025-01-15T04:24:55.917Z | Downloaded rayon-core v1.12.1 |
1133 | 2025-01-15T04:24:55.920Z | Downloaded instability v0.3.2 |
1134 | 2025-01-15T04:24:55.922Z | Downloaded cc v1.1.30 |
1135 | 2025-01-15T04:24:55.925Z | Downloaded icu_collections v1.5.0 |
1136 | 2025-01-15T04:24:55.930Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1137 | 2025-01-15T04:24:55.987Z | Downloaded hickory-client v0.24.1 |
1138 | 2025-01-15T04:24:55.989Z | Downloaded inout v0.1.3 |
1139 | 2025-01-15T04:24:55.991Z | Downloaded lru-cache v0.1.2 |
1140 | 2025-01-15T04:24:55.998Z | Downloaded linked-hash-map v0.5.6 |
1141 | 2025-01-15T04:24:55.998Z | Downloaded is-terminal v0.4.13 |
1142 | 2025-01-15T04:24:55.998Z | Downloaded hex-literal v0.4.1 |
1143 | 2025-01-15T04:24:56.001Z | Downloaded cancel-safe-futures v0.1.5 |
1144 | 2025-01-15T04:24:56.001Z | Downloaded signal-hook-mio v0.2.4 |
1145 | 2025-01-15T04:24:56.001Z | Downloaded chacha20 v0.9.1 |
1146 | 2025-01-15T04:24:56.003Z | Downloaded sigpipe v0.1.3 |
1147 | 2025-01-15T04:24:56.003Z | Downloaded instant v0.1.13 |
1148 | 2025-01-15T04:24:56.003Z | Downloaded hyper-rustls v0.27.3 |
1149 | 2025-01-15T04:24:56.009Z | Downloaded array-init v0.0.4 |
1150 | 2025-01-15T04:24:56.009Z | Downloaded base64 v0.21.7 |
1151 | 2025-01-15T04:24:56.014Z | Downloaded async-recursion v1.1.1 |
1152 | 2025-01-15T04:24:56.016Z | Downloaded cookie v0.18.1 |
1153 | 2025-01-15T04:24:56.016Z | Downloaded hubpack v0.1.2 |
1154 | 2025-01-15T04:24:56.018Z | Downloaded heck v0.3.3 |
1155 | 2025-01-15T04:24:56.018Z | Downloaded backtrace v0.3.74 |
1156 | 2025-01-15T04:24:56.021Z | Downloaded ctr v0.9.2 |
1157 | 2025-01-15T04:24:56.024Z | Downloaded chrono-tz-build v0.4.0 |
1158 | 2025-01-15T04:24:56.026Z | Downloaded csv-core v0.1.11 |
1159 | 2025-01-15T04:24:56.026Z | Downloaded crunchy v0.2.2 |
1160 | 2025-01-15T04:24:56.028Z | Downloaded console v0.15.8 |
1161 | 2025-01-15T04:24:56.030Z | Downloaded cfg_aliases v0.2.1 |
1162 | 2025-01-15T04:24:56.030Z | Downloaded block-padding v0.3.3 |
1163 | 2025-01-15T04:24:56.033Z | Downloaded backoff v0.4.0 |
1164 | 2025-01-15T04:24:56.033Z | Downloaded async-trait v0.1.83 |
1165 | 2025-01-15T04:24:56.036Z | Downloaded cstr-argument v0.1.2 |
1166 | 2025-01-15T04:24:56.036Z | Downloaded castaway v0.2.3 |
1167 | 2025-01-15T04:24:56.038Z | Downloaded bit-vec v0.6.3 |
1168 | 2025-01-15T04:24:56.040Z | Downloaded bit-set v0.5.3 |
1169 | 2025-01-15T04:24:56.040Z | Downloaded base64ct v1.6.0 |
1170 | 2025-01-15T04:24:56.042Z | Downloaded arc-swap v1.7.1 |
1171 | 2025-01-15T04:24:56.334Z | Downloaded ring v0.17.8 |
1172 | 2025-01-15T04:24:56.414Z | Downloaded libsqlite3-sys v0.30.1 |
1173 | 2025-01-15T04:24:56.525Z | Downloaded aws-lc-sys v0.22.0 |
1174 | 2025-01-15T04:24:56.853Z | Compiling serde v1.0.217 |
1175 | 2025-01-15T04:24:56.856Z | Compiling lock_api v0.4.12 |
1176 | 2025-01-15T04:24:56.856Z | Compiling scopeguard v1.2.0 |
1177 | 2025-01-15T04:24:57.011Z | Compiling value-bag v1.9.0 |
1178 | 2025-01-15T04:24:57.014Z | Compiling typenum v1.17.0 |
1179 | 2025-01-15T04:24:57.014Z | Compiling generic-array v0.14.7 |
1180 | 2025-01-15T04:24:57.056Z | Compiling syn v2.0.96 |
1181 | 2025-01-15T04:24:57.071Z | Compiling getrandom v0.2.15 |
1182 | 2025-01-15T04:24:57.228Z | Compiling subtle v2.6.1 |
1183 | 2025-01-15T04:24:57.384Z | Compiling rand_core v0.6.4 |
1184 | 2025-01-15T04:24:57.499Z | Compiling log v0.4.22 |
1185 | 2025-01-15T04:24:57.574Z | Compiling shlex v1.3.0 |
1186 | 2025-01-15T04:24:57.576Z | Compiling jobserver v0.1.32 |
1187 | 2025-01-15T04:24:57.620Z | Compiling const-oid v0.9.6 |
1188 | 2025-01-15T04:24:57.906Z | Compiling smallvec v1.13.2 |
1189 | 2025-01-15T04:24:57.909Z | Compiling spin v0.9.8 |
1190 | 2025-01-15T04:24:57.946Z | Compiling cc v1.1.30 |
1191 | 2025-01-15T04:24:58.279Z | Compiling pin-project-lite v0.2.14 |
1192 | 2025-01-15T04:24:58.297Z | Compiling rustix v0.38.37 |
1193 | 2025-01-15T04:24:58.315Z | Compiling parking_lot_core v0.9.10 |
1194 | 2025-01-15T04:24:58.373Z | Compiling futures-core v0.3.31 |
1195 | 2025-01-15T04:24:58.418Z | Compiling signal-hook-registry v1.4.2 |
1196 | 2025-01-15T04:24:58.624Z | Compiling mio v1.0.2 |
1197 | 2025-01-15T04:24:59.096Z | Compiling parking_lot v0.12.3 |
1198 | 2025-01-15T04:24:59.125Z | Compiling aho-corasick v1.1.3 |
1199 | 2025-01-15T04:24:59.309Z | Compiling regex-syntax v0.8.5 |
1200 | 2025-01-15T04:24:59.353Z | Compiling cpufeatures v0.2.14 |
1201 | 2025-01-15T04:24:59.461Z | Compiling lazy_static v1.5.0 |
1202 | 2025-01-15T04:24:59.592Z | Compiling futures-sink v0.3.31 |
1203 | 2025-01-15T04:24:59.610Z | Compiling either v1.13.0 |
1204 | 2025-01-15T04:24:59.662Z | Compiling glob v0.3.1 |
1205 | 2025-01-15T04:24:59.759Z | Compiling stable_deref_trait v1.2.0 |
1206 | 2025-01-15T04:24:59.885Z | Compiling socket2 v0.5.7 |
1207 | 2025-01-15T04:24:59.902Z | Compiling slab v0.4.9 |
1208 | 2025-01-15T04:24:59.998Z | Compiling prettyplease v0.2.25 |
1209 | 2025-01-15T04:25:00.351Z | Compiling minimal-lexical v0.2.1 |
1210 | 2025-01-15T04:25:00.371Z | Compiling serde_json v1.0.135 |
1211 | 2025-01-15T04:25:00.557Z | Compiling clang-sys v1.8.1 |
1212 | 2025-01-15T04:25:00.880Z | Compiling nom v7.1.3 |
1213 | 2025-01-15T04:25:00.921Z | Compiling libloading v0.8.5 |
1214 | 2025-01-15T04:25:01.098Z | Compiling bindgen v0.69.5 |
1215 | 2025-01-15T04:25:01.274Z | Compiling home v0.5.9 |
1216 | 2025-01-15T04:25:01.554Z | Compiling itertools v0.10.5 |
1217 | 2025-01-15T04:25:01.761Z | Compiling futures-channel v0.3.31 |
1218 | 2025-01-15T04:25:01.954Z | Compiling pin-utils v0.1.0 |
1219 | 2025-01-15T04:25:02.064Z | Compiling rustc-hash v1.1.0 |
1220 | 2025-01-15T04:25:02.185Z | Compiling allocator-api2 v0.2.18 |
1221 | 2025-01-15T04:25:02.233Z | Compiling lazycell v1.3.0 |
1222 | 2025-01-15T04:25:02.428Z | Compiling libm v0.2.8 |
1223 | 2025-01-15T04:25:02.767Z | Compiling futures-io v0.3.31 |
1224 | 2025-01-15T04:25:02.935Z | Compiling foldhash v0.1.3 |
1225 | 2025-01-15T04:25:03.050Z | Compiling regex-automata v0.4.8 |
1226 | 2025-01-15T04:25:03.226Z | Compiling futures-task v0.3.31 |
1227 | 2025-01-15T04:25:03.513Z | Compiling hashbrown v0.15.1 |
1228 | 2025-01-15T04:25:03.977Z | Compiling cexpr v0.6.0 |
1229 | 2025-01-15T04:25:04.176Z | Compiling cmake v0.1.51 |
1230 | 2025-01-15T04:25:04.303Z | Compiling num-traits v0.2.19 |
1231 | 2025-01-15T04:25:04.601Z | Compiling synstructure v0.13.1 |
1232 | 2025-01-15T04:25:05.085Z | Compiling pkg-config v0.3.31 |
1233 | 2025-01-15T04:25:05.521Z | Compiling tinyvec_macros v0.1.1 |
1234 | 2025-01-15T04:25:05.629Z | Compiling dunce v1.0.5 |
1235 | 2025-01-15T04:25:05.667Z | Compiling fs_extra v1.3.0 |
1236 | 2025-01-15T04:25:05.768Z | Compiling tinyvec v1.8.0 |
1237 | 2025-01-15T04:25:06.306Z | Compiling ring v0.17.8 |
1238 | 2025-01-15T04:25:06.445Z | Compiling litemap v0.7.3 |
1239 | 2025-01-15T04:25:06.836Z | Compiling paste v1.0.15 |
1240 | 2025-01-15T04:25:07.249Z | Compiling unicode-normalization v0.1.24 |
1241 | 2025-01-15T04:25:07.351Z | Compiling unicode-bidi v0.3.17 |
1242 | 2025-01-15T04:25:07.471Z | Compiling writeable v0.5.5 |
1243 | 2025-01-15T04:25:07.542Z | Compiling base64ct v1.6.0 |
1244 | 2025-01-15T04:25:08.014Z | Compiling pem-rfc7468 v0.7.0 |
1245 | 2025-01-15T04:25:08.395Z | Compiling httparse v1.9.5 |
1246 | 2025-01-15T04:25:08.537Z | Compiling regex v1.11.1 |
1247 | 2025-01-15T04:25:08.671Z | Compiling flagset v0.4.6 |
1248 | 2025-01-15T04:25:08.884Z | Compiling aws-lc-rs v1.10.0 |
1249 | 2025-01-15T04:25:09.149Z | Compiling tracing-core v0.1.32 |
1250 | 2025-01-15T04:25:09.264Z | Compiling percent-encoding v2.3.1 |
1251 | 2025-01-15T04:25:09.448Z | Compiling rustls-pki-types v1.10.0 |
1252 | 2025-01-15T04:25:09.586Z | Compiling icu_locid_transform_data v1.5.0 |
1253 | 2025-01-15T04:25:09.679Z | Compiling crossbeam-utils v0.8.20 |
1254 | 2025-01-15T04:25:10.103Z | Compiling serde_derive v1.0.217 |
1255 | 2025-01-15T04:25:10.188Z | Compiling zeroize_derive v1.4.2 |
1256 | 2025-01-15T04:25:10.305Z | Compiling zerocopy-derive v0.7.35 |
1257 | 2025-01-15T04:25:10.358Z | Compiling tokio-macros v2.4.0 |
1258 | 2025-01-15T04:25:10.761Z | Compiling zerofrom-derive v0.1.4 |
1259 | 2025-01-15T04:25:11.676Z | Compiling zeroize v1.8.1 |
1260 | 2025-01-15T04:25:11.857Z | Compiling yoke-derive v0.7.4 |
1261 | 2025-01-15T04:25:12.020Z | Compiling thiserror-impl v1.0.69 |
1262 | 2025-01-15T04:25:12.357Z | Compiling zerocopy v0.7.35 |
1263 | 2025-01-15T04:25:13.281Z | Compiling crypto-common v0.1.6 |
1264 | 2025-01-15T04:25:13.527Z | Compiling block-buffer v0.10.4 |
1265 | 2025-01-15T04:25:13.697Z | Compiling futures-macro v0.3.31 |
1266 | 2025-01-15T04:25:13.778Z | Compiling digest v0.10.7 |
1267 | 2025-01-15T04:25:14.117Z | Compiling zerovec-derive v0.10.3 |
1268 | 2025-01-15T04:25:14.139Z | Compiling block-padding v0.3.3 |
1269 | 2025-01-15T04:25:14.218Z | Compiling hmac v0.12.1 |
1270 | 2025-01-15T04:25:14.291Z | Compiling zerofrom v0.1.4 |
1271 | 2025-01-15T04:25:14.390Z | Compiling displaydoc v0.2.5 |
1272 | 2025-01-15T04:25:14.455Z | Compiling inout v0.1.3 |
1273 | 2025-01-15T04:25:14.477Z | Compiling sha2 v0.10.8 |
1274 | 2025-01-15T04:25:14.512Z | Compiling yoke v0.7.4 |
1275 | 2025-01-15T04:25:14.736Z | Compiling cipher v0.4.4 |
1276 | 2025-01-15T04:25:14.862Z | Compiling ppv-lite86 v0.2.20 |
1277 | 2025-01-15T04:25:14.950Z | Compiling thiserror v1.0.69 |
1278 | 2025-01-15T04:25:15.109Z | Compiling der_derive v0.7.3 |
1279 | 2025-01-15T04:25:15.262Z | Compiling icu_provider_macros v1.5.0 |
1280 | 2025-01-15T04:25:15.587Z | Compiling futures-util v0.3.31 |
1281 | 2025-01-15T04:25:15.632Z | Compiling rand_chacha v0.3.1 |
1282 | 2025-01-15T04:25:15.957Z | Compiling tracing-attributes v0.1.27 |
1283 | 2025-01-15T04:25:16.412Z | Compiling rand v0.8.5 |
1284 | 2025-01-15T04:25:16.620Z | Compiling zerovec v0.10.4 |
1285 | 2025-01-15T04:25:17.436Z | Compiling der v0.7.9 |
1286 | 2025-01-15T04:25:17.865Z | Compiling salsa20 v0.10.2 |
1287 | 2025-01-15T04:25:18.104Z | Compiling pest v2.7.14 |
1288 | 2025-01-15T04:25:18.175Z | Compiling pbkdf2 v0.12.2 |
1289 | 2025-01-15T04:25:18.368Z | Compiling tinystr v0.7.6 |
1290 | 2025-01-15T04:25:18.491Z | Compiling icu_collections v1.5.0 |
1291 | 2025-01-15T04:25:18.691Z | Compiling icu_locid v1.5.0 |
1292 | 2025-01-15T04:25:18.775Z | Compiling num-conv v0.1.0 |
1293 | 2025-01-15T04:25:19.055Z | Compiling powerfmt v0.2.0 |
1294 | 2025-01-15T04:25:19.244Z | Compiling tracing v0.1.40 |
1295 | 2025-01-15T04:25:19.460Z | Compiling spki v0.7.3 |
1296 | 2025-01-15T04:25:19.743Z | Compiling untrusted v0.7.1 |
1297 | 2025-01-15T04:25:19.763Z | Compiling mirai-annotations v1.12.0 |
1298 | 2025-01-15T04:25:19.834Z | Compiling icu_provider v1.5.0 |
1299 | 2025-01-15T04:25:19.924Z | Compiling time-core v0.1.2 |
1300 | 2025-01-15T04:25:19.948Z | Compiling vcpkg v0.2.15 |
1301 | 2025-01-15T04:25:20.101Z | Compiling untrusted v0.9.0 |
1302 | 2025-01-15T04:25:20.299Z | Compiling icu_properties_data v1.5.0 |
1303 | 2025-01-15T04:25:20.583Z | Compiling icu_locid_transform v1.5.0 |
1304 | 2025-01-15T04:25:20.785Z | Compiling pest_meta v2.7.14 |
1305 | 2025-01-15T04:25:20.809Z | Compiling time-macros v0.2.18 |
1306 | 2025-01-15T04:25:20.931Z | Compiling deranged v0.3.11 |
1307 | 2025-01-15T04:25:21.831Z | Compiling openssl-sys v0.9.103 |
1308 | 2025-01-15T04:25:22.330Z | Compiling icu_properties v1.5.1 |
1309 | 2025-01-15T04:25:22.372Z | Compiling scrypt v0.11.0 |
1310 | 2025-01-15T04:25:22.877Z | Compiling bitflags v2.6.0 |
1311 | 2025-01-15T04:25:22.895Z | Compiling bytes v1.9.0 |
1312 | 2025-01-15T04:25:23.115Z | Compiling indexmap v2.7.0 |
1313 | 2025-01-15T04:25:23.853Z | Compiling tokio v1.40.0 |
1314 | 2025-01-15T04:25:23.933Z | Compiling http v1.2.0 |
1315 | 2025-01-15T04:25:24.107Z | Compiling semver v1.0.24 |
1316 | 2025-01-15T04:25:24.397Z | Compiling cbc v0.1.2 |
1317 | 2025-01-15T04:25:24.650Z | Compiling rustc_version v0.4.1 |
1318 | 2025-01-15T04:25:24.835Z | Compiling aes v0.8.4 |
1319 | 2025-01-15T04:25:25.267Z | Compiling scroll_derive v0.12.0 |
1320 | 2025-01-15T04:25:25.367Z | Compiling atomic-waker v1.1.2 |
1321 | 2025-01-15T04:25:25.608Z | Compiling icu_normalizer_data v1.5.0 |
1322 | 2025-01-15T04:25:25.729Z | Compiling utf8_iter v1.0.4 |
1323 | 2025-01-15T04:25:25.974Z | Compiling write16 v1.0.0 |
1324 | 2025-01-15T04:25:25.994Z | Compiling utf16_iter v1.0.5 |
1325 | 2025-01-15T04:25:26.127Z | Compiling num_threads v0.1.7 |
1326 | 2025-01-15T04:25:26.148Z | Compiling pkcs5 v0.7.1 |
1327 | 2025-01-15T04:25:26.213Z | Compiling icu_normalizer v1.5.0 |
1328 | 2025-01-15T04:25:26.268Z | Compiling time v0.3.36 |
1329 | 2025-01-15T04:25:26.712Z | Compiling scroll v0.12.0 |
1330 | 2025-01-15T04:25:27.037Z | Compiling which v4.4.2 |
1331 | 2025-01-15T04:25:27.234Z | Compiling http-body v1.0.1 |
1332 | 2025-01-15T04:25:27.477Z | Compiling pest_generator v2.7.14 |
1333 | 2025-01-15T04:25:27.576Z | Compiling form_urlencoded v1.2.1 |
1334 | 2025-01-15T04:25:27.691Z | Compiling try-lock v0.2.5 |
1335 | 2025-01-15T04:25:27.862Z | Compiling slog v2.7.0 |
1336 | 2025-01-15T04:25:27.902Z | Compiling goblin v0.8.2 |
1337 | 2025-01-15T04:25:28.046Z | Compiling want v0.3.1 |
1338 | 2025-01-15T04:25:28.073Z | Compiling idna_adapter v1.2.0 |
1339 | 2025-01-15T04:25:28.291Z | Compiling pkcs8 v0.10.2 |
1340 | 2025-01-15T04:25:28.353Z | Compiling uuid v1.11.0 |
1341 | 2025-01-15T04:25:28.403Z | Compiling iana-time-zone v0.1.61 |
1342 | 2025-01-15T04:25:28.805Z | Compiling httpdate v1.0.3 |
1343 | 2025-01-15T04:25:28.963Z | Compiling chrono v0.4.38 |
1344 | 2025-01-15T04:25:29.290Z | Compiling pest_derive v2.7.14 |
1345 | 2025-01-15T04:25:29.778Z | Compiling idna v1.0.3 |
1346 | 2025-01-15T04:25:29.985Z | Compiling toml_datetime v0.6.8 |
1347 | 2025-01-15T04:25:30.101Z | Compiling dtrace-parser v0.2.0 |
1348 | 2025-01-15T04:25:30.489Z | Compiling serde_spanned v0.6.8 |
1349 | 2025-01-15T04:25:30.748Z | Compiling serde_tokenstream v0.2.2 |
1350 | 2025-01-15T04:25:30.960Z | Compiling tower-service v0.3.3 |
1351 | 2025-01-15T04:25:31.104Z | Compiling openssl v0.10.66 |
1352 | 2025-01-15T04:25:31.338Z | Compiling adler2 v2.0.0 |
1353 | 2025-01-15T04:25:31.454Z | Compiling foreign-types-shared v0.1.1 |
1354 | 2025-01-15T04:25:31.525Z | Compiling rustversion v1.0.17 |
1355 | 2025-01-15T04:25:31.550Z | Compiling base64 v0.22.1 |
1356 | 2025-01-15T04:25:31.583Z | Compiling match_cfg v0.1.0 |
1357 | 2025-01-15T04:25:31.693Z | Compiling tokio-util v0.7.12 |
1358 | 2025-01-15T04:25:32.026Z | Compiling hostname v0.3.1 |
1359 | 2025-01-15T04:25:32.252Z | Compiling foreign-types v0.3.2 |
1360 | 2025-01-15T04:25:32.290Z | Compiling miniz_oxide v0.8.0 |
1361 | 2025-01-15T04:25:32.317Z | Compiling url v2.5.3 |
1362 | 2025-01-15T04:25:32.371Z | Compiling async-trait v0.1.83 |
1363 | 2025-01-15T04:25:32.917Z | Compiling h2 v0.4.6 |
1364 | 2025-01-15T04:25:33.597Z | Compiling dof v0.3.0 |
1365 | 2025-01-15T04:25:33.735Z | Compiling openssl-macros v0.1.1 |
1366 | 2025-01-15T04:25:34.123Z | Compiling serde_derive_internals v0.29.1 |
1367 | 2025-01-15T04:25:34.466Z | Compiling usdt-impl v0.5.0 |
1368 | 2025-01-15T04:25:34.724Z | Compiling dirs-sys-next v0.1.2 |
1369 | 2025-01-15T04:25:35.295Z | Compiling rustls v0.22.4 |
1370 | 2025-01-15T04:25:35.454Z | Compiling siphasher v0.3.11 |
1371 | 2025-01-15T04:25:35.638Z | Compiling syn v1.0.109 |
1372 | 2025-01-15T04:25:35.846Z | Compiling rustls v0.23.19 |
1373 | 2025-01-15T04:25:35.881Z | Compiling native-tls v0.2.12 |
1374 | 2025-01-15T04:25:36.131Z | Compiling schemars v0.8.21 |
1375 | 2025-01-15T04:25:36.217Z | Compiling data-encoding v2.6.0 |
1376 | 2025-01-15T04:25:36.378Z | Compiling dirs-next v2.0.0 |
1377 | 2025-01-15T04:25:36.492Z | Compiling schemars_derive v0.8.21 |
1378 | 2025-01-15T04:25:37.232Z | Compiling http-body-util v0.1.2 |
1379 | 2025-01-15T04:25:37.255Z | Compiling heapless v0.7.17 |
1380 | 2025-01-15T04:25:37.697Z | Compiling crossbeam-epoch v0.9.18 |
1381 | 2025-01-15T04:25:37.719Z | Compiling sha1 v0.10.6 |
1382 | 2025-01-15T04:25:37.782Z | Compiling signature v2.2.0 |
1383 | 2025-01-15T04:25:38.090Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1384 | 2025-01-15T04:25:38.146Z | Compiling thread_local v1.1.8 |
1385 | 2025-01-15T04:25:38.168Z | Compiling encoding_rs v0.8.34 |
1386 | 2025-01-15T04:25:38.387Z | Compiling cookie v0.18.1 |
1387 | 2025-01-15T04:25:38.559Z | Compiling multer v3.1.0 |
1388 | 2025-01-15T04:25:38.619Z | Compiling openssl-probe v0.1.5 |
1389 | 2025-01-15T04:25:38.680Z | Compiling mime v0.3.17 |
1390 | 2025-01-15T04:25:38.846Z | Compiling slog-async v2.8.0 |
1391 | 2025-01-15T04:25:38.908Z | Compiling signal-hook v0.3.17 |
1392 | 2025-01-15T04:25:39.170Z | Compiling dyn-clone v1.0.17 |
1393 | 2025-01-15T04:25:39.218Z | Compiling unicode-properties v0.1.3 |
1394 | 2025-01-15T04:25:39.311Z | Compiling rayon-core v1.12.1 |
1395 | 2025-01-15T04:25:39.390Z | Compiling ipnet v2.10.1 |
1396 | 2025-01-15T04:25:39.524Z | Compiling gimli v0.31.1 |
1397 | 2025-01-15T04:25:39.615Z | Compiling stringprep v0.1.5 |
1398 | 2025-01-15T04:25:40.506Z | Compiling hyper v1.5.0 |
1399 | 2025-01-15T04:25:40.905Z | Compiling toml_edit v0.22.22 |
1400 | 2025-01-15T04:25:42.925Z | Compiling hyper-util v0.1.10 |
1401 | 2025-01-15T04:25:43.243Z | Compiling crossbeam-deque v0.8.5 |
1402 | 2025-01-15T04:25:43.653Z | Compiling addr2line v0.24.2 |
1403 | 2025-01-15T04:25:44.219Z | Compiling usdt-macro v0.5.0 |
1404 | 2025-01-15T04:25:44.254Z | Compiling usdt-attr-macro v0.5.0 |
1405 | 2025-01-15T04:25:44.278Z | Compiling term v0.7.0 |
1406 | 2025-01-15T04:25:44.613Z | Compiling slog-json v2.6.1 |
1407 | 2025-01-15T04:25:44.977Z | Compiling serde_urlencoded v0.7.1 |
1408 | 2025-01-15T04:25:45.506Z | Compiling curve25519-dalek v4.1.3 |
1409 | 2025-01-15T04:25:45.561Z | Compiling crossbeam-channel v0.5.13 |
1410 | 2025-01-15T04:25:45.647Z | Compiling futures-executor v0.3.31 |
1411 | 2025-01-15T04:25:45.763Z | Compiling enum-as-inner v0.6.1 |
1412 | 2025-01-15T04:25:45.829Z | Compiling md-5 v0.10.6 |
1413 | 2025-01-15T04:25:46.116Z | Compiling async-stream-impl v0.3.6 |
1414 | 2025-01-15T04:25:46.152Z | Compiling rustls-pemfile v2.2.0 |
1415 | 2025-01-15T04:25:46.184Z | Compiling num-integer v0.1.46 |
1416 | 2025-01-15T04:25:46.491Z | Compiling idna v0.4.0 |
1417 | 2025-01-15T04:25:46.612Z | Compiling idna v0.3.0 |
1418 | 2025-01-15T04:25:46.809Z | Compiling hash32 v0.2.1 |
1419 | 2025-01-15T04:25:46.911Z | Compiling ff v0.13.0 |
1420 | 2025-01-15T04:25:47.135Z | Compiling is-terminal v0.4.13 |
1421 | 2025-01-15T04:25:47.179Z | Compiling object v0.36.5 |
1422 | 2025-01-15T04:25:47.285Z | Compiling dropshot v0.12.0 |
1423 | 2025-01-15T04:25:47.357Z | Compiling anyhow v1.0.95 |
1424 | 2025-01-15T04:25:47.585Z | Compiling utf-8 v0.7.6 |
1425 | 2025-01-15T04:25:47.901Z | Compiling rustc-demangle v0.1.24 |
1426 | 2025-01-15T04:25:47.958Z | Compiling fallible-iterator v0.2.0 |
1427 | 2025-01-15T04:25:48.000Z | Compiling base16ct v0.2.0 |
1428 | 2025-01-15T04:25:48.077Z | Compiling num-bigint-dig v0.8.4 |
1429 | 2025-01-15T04:25:48.315Z | Compiling portable-atomic v1.9.0 |
1430 | 2025-01-15T04:25:48.381Z | Compiling quick-error v1.2.3 |
1431 | 2025-01-15T04:25:48.419Z | Compiling smoltcp v0.9.1 |
1432 | 2025-01-15T04:25:48.537Z | Compiling psl-types v2.0.11 |
1433 | 2025-01-15T04:25:48.624Z | Compiling linked-hash-map v0.5.6 |
1434 | 2025-01-15T04:25:48.749Z | Compiling take_mut v0.2.2 |
1435 | 2025-01-15T04:25:48.842Z | Compiling publicsuffix v2.2.3 |
1436 | 2025-01-15T04:25:48.971Z | Compiling lru-cache v0.1.2 |
1437 | 2025-01-15T04:25:49.068Z | Compiling postgres-protocol v0.6.7 |
1438 | 2025-01-15T04:25:49.094Z | Compiling resolv-conf v0.7.0 |
1439 | 2025-01-15T04:25:49.208Z | Compiling sec1 v0.7.3 |
1440 | 2025-01-15T04:25:49.772Z | Compiling tungstenite v0.24.0 |
1441 | 2025-01-15T04:25:49.813Z | Compiling hickory-proto v0.24.1 |
1442 | 2025-01-15T04:25:49.865Z | Compiling async-stream v0.3.6 |
1443 | 2025-01-15T04:25:50.016Z | Compiling slog-term v2.9.1 |
1444 | 2025-01-15T04:25:50.175Z | Compiling usdt v0.5.0 |
1445 | 2025-01-15T04:25:50.741Z | Compiling group v0.13.0 |
1446 | 2025-01-15T04:25:51.084Z | Compiling num-iter v0.1.45 |
1447 | 2025-01-15T04:25:51.290Z | Compiling futures v0.3.31 |
1448 | 2025-01-15T04:25:51.325Z | Compiling slog-bunyan v2.5.0 |
1449 | 2025-01-15T04:25:51.398Z | Compiling toml v0.8.19 |
1450 | 2025-01-15T04:25:51.532Z | Compiling camino v1.1.9 |
1451 | 2025-01-15T04:25:52.411Z | Compiling tokio-native-tls v0.3.1 |
1452 | 2025-01-15T04:25:52.931Z | Compiling phf_shared v0.11.2 |
1453 | 2025-01-15T04:25:53.072Z | Compiling dropshot_endpoint v0.12.0 |
1454 | 2025-01-15T04:25:53.278Z | Compiling terminal_size v0.4.0 |
1455 | 2025-01-15T04:25:53.516Z | Compiling waitgroup v0.1.2 |
1456 | 2025-01-15T04:25:53.691Z | Compiling backtrace v0.3.74 |
1457 | 2025-01-15T04:25:53.747Z | Compiling openapiv3 v2.0.0 |
1458 | 2025-01-15T04:25:53.767Z | Compiling serde_path_to_error v0.1.16 |
1459 | 2025-01-15T04:25:54.330Z | Compiling hkdf v0.12.4 |
1460 | 2025-01-15T04:25:54.517Z | Compiling crypto-bigint v0.5.5 |
1461 | 2025-01-15T04:25:54.592Z | Compiling zerocopy-derive v0.6.6 |
1462 | 2025-01-15T04:25:56.581Z | Compiling curve25519-dalek-derive v0.1.1 |
1463 | 2025-01-15T04:25:56.786Z | Compiling hubpack_derive v0.1.1 |
1464 | 2025-01-15T04:25:56.806Z | Compiling webpki-roots v0.26.6 |
1465 | 2025-01-15T04:25:57.014Z | Compiling idna v0.5.0 |
1466 | 2025-01-15T04:25:57.281Z | Compiling hostname v0.4.0 |
1467 | 2025-01-15T04:25:57.492Z | Compiling ahash v0.8.11 |
1468 | 2025-01-15T04:25:57.626Z | Compiling crc32fast v1.4.2 |
1469 | 2025-01-15T04:25:57.791Z | Compiling fs-err v2.11.0 |
1470 | 2025-01-15T04:25:57.812Z | Compiling winnow v0.5.40 |
1471 | 2025-01-15T04:25:57.944Z | Compiling bitflags v1.3.2 |
1472 | 2025-01-15T04:25:58.035Z | Compiling debug-ignore v1.0.5 |
1473 | 2025-01-15T04:25:58.063Z | Compiling managed v0.8.0 |
1474 | 2025-01-15T04:25:58.091Z | Compiling newtype-uuid v1.1.3 |
1475 | 2025-01-15T04:25:58.194Z | Compiling console v0.15.8 |
1476 | 2025-01-15T04:25:58.393Z | Compiling clap_builder v4.5.21 |
1477 | 2025-01-15T04:25:58.727Z | Compiling strum_macros v0.25.3 |
1478 | 2025-01-15T04:25:59.552Z | Compiling cookie_store v0.21.0 |
1479 | 2025-01-15T04:26:00.411Z | Compiling flate2 v1.0.34 |
1480 | 2025-01-15T04:26:00.651Z | Compiling hubpack v0.1.2 |
1481 | 2025-01-15T04:26:01.064Z | Compiling toml_edit v0.19.15 |
1482 | 2025-01-15T04:26:01.097Z | Compiling elliptic-curve v0.13.8 |
1483 | 2025-01-15T04:26:01.239Z | Compiling zerocopy v0.6.6 |
1484 | 2025-01-15T04:26:01.337Z | Compiling hickory-resolver v0.24.1 |
1485 | 2025-01-15T04:26:01.991Z | Compiling signal-hook-mio v0.2.4 |
1486 | 2025-01-15T04:26:02.169Z | Compiling phf v0.11.2 |
1487 | 2025-01-15T04:26:02.515Z | Compiling hyper-tls v0.6.0 |
1488 | 2025-01-15T04:26:02.646Z | Compiling rayon v1.10.0 |
1489 | 2025-01-15T04:26:02.713Z | Compiling bzip2 v0.4.4 |
1490 | 2025-01-15T04:26:03.088Z | Compiling tokio-tungstenite v0.24.0 |
1491 | 2025-01-15T04:26:03.646Z | Compiling postgres-types v0.2.8 |
1492 | 2025-01-15T04:26:06.280Z | Compiling ed25519 v2.2.3 |
1493 | 2025-01-15T04:26:06.712Z | Compiling phf_shared v0.10.0 |
1494 | 2025-01-15T04:26:06.969Z | Compiling tokio-stream v0.1.16 |
1495 | 2025-01-15T04:26:07.047Z | Compiling pkcs1 v0.7.5 |
1496 | 2025-01-15T04:26:07.111Z | Compiling serde-big-array v0.5.1 |
1497 | 2025-01-15T04:26:07.283Z | Compiling clap_derive v4.5.18 |
1498 | 2025-01-15T04:26:07.356Z | Compiling rfc6979 v0.4.0 |
1499 | 2025-01-15T04:26:07.564Z | Compiling serde_repr v0.1.19 |
1500 | 2025-01-15T04:26:07.919Z | Compiling derive-where v1.2.7 |
1501 | 2025-01-15T04:26:07.957Z | Compiling float-cmp v0.9.0 |
1502 | 2025-01-15T04:26:08.144Z | Compiling bstr v1.10.0 |
1503 | 2025-01-15T04:26:08.173Z | Compiling sync_wrapper v1.0.1 |
1504 | 2025-01-15T04:26:08.197Z | Compiling bit-vec v0.6.3 |
1505 | 2025-01-15T04:26:08.326Z | Compiling new_debug_unreachable v1.0.6 |
1506 | 2025-01-15T04:26:08.442Z | Compiling number_prefix v0.4.0 |
1507 | 2025-01-15T04:26:08.633Z | Compiling whoami v1.5.2 |
1508 | 2025-01-15T04:26:08.662Z | Compiling fixedbitset v0.4.2 |
1509 | 2025-01-15T04:26:08.686Z | Compiling difflib v0.4.0 |
1510 | 2025-01-15T04:26:09.104Z | Compiling unicode-width v0.2.0 |
1511 | 2025-01-15T04:26:09.204Z | Compiling precomputed-hash v0.1.1 |
1512 | 2025-01-15T04:26:09.351Z | Compiling unicode-segmentation v1.12.0 |
1513 | 2025-01-15T04:26:09.661Z | Compiling normalize-line-endings v0.3.0 |
1514 | 2025-01-15T04:26:09.775Z | Compiling static_assertions v1.1.0 |
1515 | 2025-01-15T04:26:09.802Z | Compiling predicates-core v1.0.8 |
1516 | 2025-01-15T04:26:09.892Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1517 | 2025-01-15T04:26:10.043Z | Compiling similar v2.6.0 |
1518 | 2025-01-15T04:26:10.113Z | Compiling predicates v3.1.2 |
1519 | 2025-01-15T04:26:10.218Z | Compiling indicatif v0.17.9 |
1520 | 2025-01-15T04:26:11.132Z | Compiling string_cache v0.8.7 |
1521 | 2025-01-15T04:26:11.719Z | Compiling tokio-postgres v0.7.12 |
1522 | 2025-01-15T04:26:11.746Z | Compiling petgraph v0.6.5 |
1523 | 2025-01-15T04:26:11.826Z | Compiling clap v4.5.21 |
1524 | 2025-01-15T04:26:11.976Z | Compiling bit-set v0.5.3 |
1525 | 2025-01-15T04:26:12.132Z | Compiling ecdsa v0.16.9 |
1526 | 2025-01-15T04:26:12.196Z | Compiling rsa v0.9.6 |
1527 | 2025-01-15T04:26:12.244Z | Compiling ed25519-dalek v2.1.1 |
1528 | 2025-01-15T04:26:12.931Z | Compiling toml v0.7.8 |
1529 | 2025-01-15T04:26:13.538Z | Compiling zip v0.6.6 |
1530 | 2025-01-15T04:26:14.438Z | Compiling crossterm v0.28.1 |
1531 | 2025-01-15T04:26:15.753Z | Compiling hex v0.4.3 |
1532 | 2025-01-15T04:26:16.060Z | Compiling x509-cert v0.2.5 |
1533 | 2025-01-15T04:26:16.217Z | Compiling lalrpop-util v0.19.12 |
1534 | 2025-01-15T04:26:16.364Z | Compiling unicode-xid v0.2.6 |
1535 | 2025-01-15T04:26:16.578Z | Compiling peg-runtime v0.8.3 |
1536 | 2025-01-15T04:26:16.581Z | Compiling strum_macros v0.26.4 |
1537 | 2025-01-15T04:26:16.783Z | Compiling xattr v1.3.1 |
1538 | 2025-01-15T04:26:17.053Z | Compiling filetime v0.2.25 |
1539 | 2025-01-15T04:26:17.364Z | Compiling tar v0.4.42 |
1540 | 2025-01-15T04:26:21.272Z | Compiling strum v0.26.3 |
1541 | 2025-01-15T04:26:24.429Z | Compiling aws-lc-sys v0.22.0 |
1542 | 2025-01-15T04:26:51.842Z | Compiling rustls-webpki v0.102.8 |
1543 | 2025-01-15T04:26:54.983Z | Compiling tokio-rustls v0.25.0 |
1544 | 2025-01-15T04:26:56.677Z | Compiling tokio-rustls v0.26.0 |
1545 | 2025-01-15T04:26:57.028Z | Compiling hyper-rustls v0.27.3 |
1546 | 2025-01-15T04:26:57.588Z | Compiling reqwest v0.12.9 |
1547 | 2025-01-15T04:26:58.768Z | Compiling qorb v0.2.1 |
1548 | 2025-01-15T04:27:01.902Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1549 | 2025-01-15T04:27:02.143Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1550 | 2025-01-15T04:27:06.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1551 | 2025-01-15T04:27:06.773Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1552 | 2025-01-15T04:27:06.821Z | Jan 15 04:27:06.285 INFO Starting download, target: Console |
1553 | 2025-01-15T04:27:06.822Z | Jan 15 04:27:06.285 INFO Starting download, target: Clickhouse |
1554 | 2025-01-15T04:27:06.822Z | Jan 15 04:27:06.285 INFO Starting download, target: DendriteStub |
1555 | 2025-01-15T04:27:06.824Z | Jan 15 04:27:06.285 INFO Starting download, target: Cockroach |
1556 | 2025-01-15T04:27:06.824Z | Jan 15 04:27:06.285 INFO Starting download, target: MaghemiteMgd |
1557 | 2025-01-15T04:27:06.824Z | Jan 15 04:27:06.285 INFO Starting download, target: DendriteOpenapi |
1558 | 2025-01-15T04:27:06.824Z | Jan 15 04:27:06.285 INFO Starting download, target: TransceiverControl |
1559 | 2025-01-15T04:27:06.824Z | Jan 15 04:27:06.286 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1560 | 2025-01-15T04:27:06.824Z | Jan 15 04:27:06.286 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1561 | 2025-01-15T04:27:06.824Z | Jan 15 04:27:06.286 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1562 | 2025-01-15T04:27:06.824Z | Jan 15 04:27:06.286 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1563 | 2025-01-15T04:27:06.825Z | Jan 15 04:27:06.286 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1564 | 2025-01-15T04:27:06.825Z | Jan 15 04:27:06.286 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1565 | 2025-01-15T04:27:06.825Z | Jan 15 04:27:06.286 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1566 | 2025-01-15T04:27:07.056Z | Jan 15 04:27:06.516 INFO Download complete, target: DendriteOpenapi |
1567 | 2025-01-15T04:27:07.357Z | Jan 15 04:27:06.817 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1568 | 2025-01-15T04:27:07.729Z | Jan 15 04:27:07.034 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1569 | 2025-01-15T04:27:07.904Z | Jan 15 04:27:07.179 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1570 | 2025-01-15T04:27:07.929Z | Jan 15 04:27:07.205 INFO Download complete, target: Console |
1571 | 2025-01-15T04:27:07.930Z | Jan 15 04:27:07.205 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1572 | 2025-01-15T04:27:08.249Z | Jan 15 04:27:07.710 INFO Download complete, target: TransceiverControl |
1573 | 2025-01-15T04:27:08.615Z | Jan 15 04:27:08.078 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1574 | 2025-01-15T04:27:08.615Z | Jan 15 04:27:08.078 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1575 | 2025-01-15T04:27:08.741Z | Jan 15 04:27:08.204 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1576 | 2025-01-15T04:27:10.607Z | Jan 15 04:27:10.067 INFO Download complete, target: DendriteStub |
1577 | 2025-01-15T04:27:10.747Z | Jan 15 04:27:10.206 INFO Download complete, target: MaghemiteMgd |
1578 | 2025-01-15T04:27:16.209Z | Jan 15 04:27:15.670 INFO Checking that binary works, target: Cockroach |
1579 | 2025-01-15T04:27:16.368Z | Jan 15 04:27:15.830 INFO Download complete, target: Cockroach |
1580 | 2025-01-15T04:27:21.412Z | Jan 15 04:27:20.865 INFO Checking that binary works, target: Clickhouse |
1581 | 2025-01-15T04:27:21.532Z | Jan 15 04:27:20.992 INFO Download complete, target: Clickhouse |
1582 | 2025-01-15T04:27:21.541Z | All prerequisites installed successfully |
1583 | 2025-01-15T04:27:21.543Z | |
1584 | 2025-01-15T04:27:21.543Z | real 6:37.285954233 |
1585 | 2025-01-15T04:27:21.543Z | user 15:49.130362153 |
1586 | 2025-01-15T04:27:21.543Z | sys 2:04.577437000 |
1587 | 2025-01-15T04:27:21.543Z | trap 0.552640391 |
1588 | 2025-01-15T04:27:21.543Z | tflt 1.519563272 |
1589 | 2025-01-15T04:27:21.544Z | dflt 1.748106537 |
1590 | 2025-01-15T04:27:21.544Z | kflt 0.030725752 |
1591 | 2025-01-15T04:27:21.544Z | lock 24:43.618420970 |
1592 | 2025-01-15T04:27:21.544Z | slp 58:46.599793339 |
1593 | 2025-01-15T04:27:21.544Z | lat 1:00.319132637 |
1594 | 2025-01-15T04:27:21.544Z | stop 2:26.945356346 |
1595 | 2025-01-15T04:27:21.544Z | + ptime -m cargo xtask download softnpu |
1596 | 2025-01-15T04:27:22.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1597 | 2025-01-15T04:27:22.075Z | Running `target/debug/xtask download softnpu` |
1598 | 2025-01-15T04:27:22.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1599 | 2025-01-15T04:27:22.952Z | Running `target/debug/xtask-downloader softnpu` |
1600 | 2025-01-15T04:27:22.994Z | Jan 15 04:27:22.452 INFO Starting download, target: Softnpu |
1601 | 2025-01-15T04:27:22.997Z | Jan 15 04:27:22.453 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1602 | 2025-01-15T04:27:23.492Z | Jan 15 04:27:22.951 INFO Download complete, target: Softnpu |
1603 | 2025-01-15T04:27:23.496Z | |
1604 | 2025-01-15T04:27:23.499Z | real 1.948375110 |
1605 | 2025-01-15T04:27:23.499Z | user 1.251736412 |
1606 | 2025-01-15T04:27:23.499Z | sys 0.537020707 |
1607 | 2025-01-15T04:27:23.499Z | trap 0.000906724 |
1608 | 2025-01-15T04:27:23.499Z | tflt 0.000054786 |
1609 | 2025-01-15T04:27:23.499Z | dflt 0.000071933 |
1610 | 2025-01-15T04:27:23.499Z | kflt 0.000000000 |
1611 | 2025-01-15T04:27:23.499Z | lock 5.076578231 |
1612 | 2025-01-15T04:27:23.499Z | slp 0.340583291 |
1613 | 2025-01-15T04:27:23.500Z | lat 0.068546092 |
1614 | 2025-01-15T04:27:23.500Z | stop 0.000173805 |
1615 | 2025-01-15T04:27:23.500Z | + export CARGO_INCREMENTAL=0 |
1616 | 2025-01-15T04:27:23.500Z | + CARGO_INCREMENTAL=0 |
1617 | 2025-01-15T04:27:23.500Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1618 | 2025-01-15T04:27:24.422Z | Compiling proc-macro2 v1.0.92 |
1619 | 2025-01-15T04:27:24.422Z | Compiling unicode-ident v1.0.14 |
1620 | 2025-01-15T04:27:24.425Z | Compiling libc v0.2.162 |
1621 | 2025-01-15T04:27:24.425Z | Compiling serde v1.0.217 |
1622 | 2025-01-15T04:27:24.425Z | Compiling autocfg v1.4.0 |
1623 | 2025-01-15T04:27:24.426Z | Compiling version_check v0.9.5 |
1624 | 2025-01-15T04:27:24.426Z | Compiling cfg-if v1.0.0 |
1625 | 2025-01-15T04:27:24.725Z | Compiling memchr v2.7.4 |
1626 | 2025-01-15T04:27:24.754Z | Compiling typenum v1.17.0 |
1627 | 2025-01-15T04:27:24.790Z | Compiling shlex v1.3.0 |
1628 | 2025-01-15T04:27:25.169Z | Compiling generic-array v0.14.7 |
1629 | 2025-01-15T04:27:25.186Z | Compiling value-bag v1.9.0 |
1630 | 2025-01-15T04:27:25.297Z | Compiling lock_api v0.4.12 |
1631 | 2025-01-15T04:27:25.503Z | Compiling scopeguard v1.2.0 |
1632 | 2025-01-15T04:27:25.628Z | Compiling log v0.4.22 |
1633 | 2025-01-15T04:27:25.763Z | Compiling parking_lot_core v0.9.10 |
1634 | 2025-01-15T04:27:26.021Z | Compiling serde_json v1.0.135 |
1635 | 2025-01-15T04:27:26.182Z | Compiling once_cell v1.20.2 |
1636 | 2025-01-15T04:27:26.217Z | Compiling libm v0.2.8 |
1637 | 2025-01-15T04:27:26.318Z | Compiling quote v1.0.38 |
1638 | 2025-01-15T04:27:26.349Z | Compiling jobserver v0.1.32 |
1639 | 2025-01-15T04:27:26.512Z | Compiling getrandom v0.2.15 |
1640 | 2025-01-15T04:27:26.560Z | Compiling rustix v0.38.37 |
1641 | 2025-01-15T04:27:26.756Z | Compiling syn v2.0.96 |
1642 | 2025-01-15T04:27:26.829Z | Compiling cc v1.1.30 |
1643 | 2025-01-15T04:27:26.867Z | Compiling aho-corasick v1.1.3 |
1644 | 2025-01-15T04:27:26.908Z | Compiling num-traits v0.2.19 |
1645 | 2025-01-15T04:27:26.927Z | Compiling thiserror v1.0.69 |
1646 | 2025-01-15T04:27:27.070Z | Compiling regex-syntax v0.8.5 |
1647 | 2025-01-15T04:27:27.175Z | Compiling either v1.13.0 |
1648 | 2025-01-15T04:27:27.207Z | Compiling itoa v1.0.11 |
1649 | 2025-01-15T04:27:27.424Z | Compiling spin v0.9.8 |
1650 | 2025-01-15T04:27:27.690Z | Compiling slab v0.4.9 |
1651 | 2025-01-15T04:27:27.914Z | Compiling errno v0.3.9 |
1652 | 2025-01-15T04:27:28.146Z | Compiling byteorder v1.5.0 |
1653 | 2025-01-15T04:27:28.194Z | Compiling lazy_static v1.5.0 |
1654 | 2025-01-15T04:27:28.337Z | Compiling rand_core v0.6.4 |
1655 | 2025-01-15T04:27:28.732Z | Compiling glob v0.3.1 |
1656 | 2025-01-15T04:27:28.829Z | Compiling prettyplease v0.2.25 |
1657 | 2025-01-15T04:27:29.197Z | Compiling minimal-lexical v0.2.1 |
1658 | 2025-01-15T04:27:29.424Z | Compiling clang-sys v1.8.1 |
1659 | 2025-01-15T04:27:29.654Z | Compiling nom v7.1.3 |
1660 | 2025-01-15T04:27:29.689Z | Compiling libloading v0.8.5 |
1661 | 2025-01-15T04:27:29.938Z | Compiling subtle v2.6.1 |
1662 | 2025-01-15T04:27:30.033Z | Compiling bindgen v0.69.5 |
1663 | 2025-01-15T04:27:30.086Z | Compiling home v0.5.9 |
1664 | 2025-01-15T04:27:30.311Z | Compiling itertools v0.10.5 |
1665 | 2025-01-15T04:27:30.678Z | Compiling regex-automata v0.4.8 |
1666 | 2025-01-15T04:27:30.745Z | Compiling smallvec v1.13.2 |
1667 | 2025-01-15T04:27:30.806Z | Compiling allocator-api2 v0.2.18 |
1668 | 2025-01-15T04:27:31.257Z | Compiling lazycell v1.3.0 |
1669 | 2025-01-15T04:27:31.418Z | Compiling rustc-hash v1.1.0 |
1670 | 2025-01-15T04:27:31.530Z | Compiling cmake v0.1.51 |
1671 | 2025-01-15T04:27:31.793Z | Compiling dunce v1.0.5 |
1672 | 2025-01-15T04:27:31.942Z | Compiling semver v1.0.24 |
1673 | 2025-01-15T04:27:32.317Z | Compiling fs_extra v1.3.0 |
1674 | 2025-01-15T04:27:32.618Z | Compiling cexpr v0.6.0 |
1675 | 2025-01-15T04:27:32.829Z | Compiling pkg-config v0.3.31 |
1676 | 2025-01-15T04:27:32.880Z | Compiling ring v0.17.8 |
1677 | 2025-01-15T04:27:33.547Z | Compiling ryu v1.0.18 |
1678 | 2025-01-15T04:27:33.629Z | Compiling pin-project-lite v0.2.14 |
1679 | 2025-01-15T04:27:33.789Z | Compiling synstructure v0.13.1 |
1680 | 2025-01-15T04:27:33.865Z | Compiling paste v1.0.15 |
1681 | 2025-01-15T04:27:33.935Z | Compiling aws-lc-rs v1.10.0 |
1682 | 2025-01-15T04:27:34.346Z | Compiling fnv v1.0.7 |
1683 | 2025-01-15T04:27:34.398Z | Compiling schemars v0.8.21 |
1684 | 2025-01-15T04:27:34.492Z | Compiling const-oid v0.9.6 |
1685 | 2025-01-15T04:27:34.719Z | Compiling httparse v1.9.5 |
1686 | 2025-01-15T04:27:35.143Z | Compiling serde_derive_internals v0.29.1 |
1687 | 2025-01-15T04:27:35.469Z | Compiling equivalent v1.0.1 |
1688 | 2025-01-15T04:27:35.610Z | Compiling foldhash v0.1.3 |
1689 | 2025-01-15T04:27:35.908Z | Compiling hashbrown v0.15.1 |
1690 | 2025-01-15T04:27:36.001Z | Compiling regex v1.11.1 |
1691 | 2025-01-15T04:27:36.562Z | Compiling signal-hook-registry v1.4.2 |
1692 | 2025-01-15T04:27:36.934Z | Compiling heck v0.5.0 |
1693 | 2025-01-15T04:27:37.022Z | Compiling parking_lot v0.12.3 |
1694 | 2025-01-15T04:27:37.108Z | Compiling mio v1.0.2 |
1695 | 2025-01-15T04:27:38.249Z | Compiling serde_derive v1.0.217 |
1696 | 2025-01-15T04:27:38.320Z | Compiling zeroize_derive v1.4.2 |
1697 | 2025-01-15T04:27:38.660Z | Compiling zerocopy-derive v0.7.35 |
1698 | 2025-01-15T04:27:39.024Z | Compiling thiserror-impl v1.0.69 |
1699 | 2025-01-15T04:27:39.492Z | Compiling tokio-macros v2.4.0 |
1700 | 2025-01-15T04:27:39.543Z | Compiling zerofrom-derive v0.1.4 |
1701 | 2025-01-15T04:27:39.625Z | Compiling zeroize v1.8.1 |
1702 | 2025-01-15T04:27:40.124Z | Compiling yoke-derive v0.7.4 |
1703 | 2025-01-15T04:27:40.205Z | Compiling futures-macro v0.3.31 |
1704 | 2025-01-15T04:27:40.455Z | Compiling zerovec-derive v0.10.3 |
1705 | 2025-01-15T04:27:40.842Z | Compiling zerocopy v0.7.35 |
1706 | 2025-01-15T04:27:41.623Z | Compiling displaydoc v0.2.5 |
1707 | 2025-01-15T04:27:41.956Z | Compiling crypto-common v0.1.6 |
1708 | 2025-01-15T04:27:42.210Z | Compiling tracing-attributes v0.1.27 |
1709 | 2025-01-15T04:27:42.313Z | Compiling icu_provider_macros v1.5.0 |
1710 | 2025-01-15T04:27:42.480Z | Compiling schemars_derive v0.8.21 |
1711 | 2025-01-15T04:27:42.583Z | Compiling block-buffer v0.10.4 |
1712 | 2025-01-15T04:27:42.840Z | Compiling digest v0.10.7 |
1713 | 2025-01-15T04:27:42.936Z | Compiling stable_deref_trait v1.2.0 |
1714 | 2025-01-15T04:27:43.128Z | Compiling socket2 v0.5.7 |
1715 | 2025-01-15T04:27:43.228Z | Compiling num-conv v0.1.0 |
1716 | 2025-01-15T04:27:43.258Z | Compiling time-core v0.1.2 |
1717 | 2025-01-15T04:27:43.440Z | Compiling futures-core v0.3.31 |
1718 | 2025-01-15T04:27:43.511Z | Compiling crossbeam-utils v0.8.20 |
1719 | 2025-01-15T04:27:43.699Z | Compiling time-macros v0.2.18 |
1720 | 2025-01-15T04:27:44.302Z | Compiling der_derive v0.7.3 |
1721 | 2025-01-15T04:27:44.554Z | Compiling vcpkg v0.2.15 |
1722 | 2025-01-15T04:27:45.964Z | Compiling openssl-sys v0.9.103 |
1723 | 2025-01-15T04:27:46.438Z | Compiling syn v1.0.109 |
1724 | 2025-01-15T04:27:46.863Z | Compiling futures-sink v0.3.31 |
1725 | 2025-01-15T04:27:46.995Z | Compiling cpufeatures v0.2.14 |
1726 | 2025-01-15T04:27:47.053Z | Compiling slog v2.7.0 |
1727 | 2025-01-15T04:27:47.507Z | Compiling ahash v0.8.11 |
1728 | 2025-01-15T04:27:47.796Z | Compiling iana-time-zone v0.1.61 |
1729 | 2025-01-15T04:27:47.993Z | Compiling futures-channel v0.3.31 |
1730 | 2025-01-15T04:27:48.215Z | Compiling zerofrom v0.1.4 |
1731 | 2025-01-15T04:27:48.436Z | Compiling scroll_derive v0.12.0 |
1732 | 2025-01-15T04:27:48.457Z | Compiling ucd-trie v0.1.7 |
1733 | 2025-01-15T04:27:48.473Z | Compiling pin-utils v0.1.0 |
1734 | 2025-01-15T04:27:48.489Z | Compiling openssl v0.10.66 |
1735 | 2025-01-15T04:27:48.579Z | Compiling futures-task v0.3.31 |
1736 | 2025-01-15T04:27:48.884Z | Compiling futures-io v0.3.31 |
1737 | 2025-01-15T04:27:48.903Z | Compiling pest v2.7.14 |
1738 | 2025-01-15T04:27:48.905Z | Compiling yoke v0.7.4 |
1739 | 2025-01-15T04:27:49.248Z | Compiling futures-util v0.3.31 |
1740 | 2025-01-15T04:27:49.674Z | Compiling hmac v0.12.1 |
1741 | 2025-01-15T04:27:50.227Z | Compiling bitflags v2.6.0 |
1742 | 2025-01-15T04:27:50.268Z | Compiling bytes v1.9.0 |
1743 | 2025-01-15T04:27:51.844Z | Compiling indexmap v2.7.0 |
1744 | 2025-01-15T04:27:51.991Z | Compiling tokio v1.40.0 |
1745 | 2025-01-15T04:27:52.899Z | Compiling serde_tokenstream v0.2.2 |
1746 | 2025-01-15T04:27:53.186Z | Compiling uuid v1.11.0 |
1747 | 2025-01-15T04:27:53.449Z | Compiling http v1.2.0 |
1748 | 2025-01-15T04:27:54.446Z | Compiling which v4.4.2 |
1749 | 2025-01-15T04:27:55.101Z | Compiling chrono v0.4.38 |
1750 | 2025-01-15T04:27:55.306Z | Compiling rustc_version v0.4.1 |
1751 | 2025-01-15T04:27:57.191Z | Compiling pest_meta v2.7.14 |
1752 | 2025-01-15T04:28:00.892Z | Compiling zerovec v0.10.4 |
1753 | 2025-01-15T04:28:01.469Z | Compiling block-padding v0.3.3 |
1754 | 2025-01-15T04:28:01.718Z | Compiling openssl-macros v0.1.1 |
1755 | 2025-01-15T04:28:02.471Z | Compiling tinyvec_macros v0.1.1 |
1756 | 2025-01-15T04:28:02.586Z | Compiling native-tls v0.2.12 |
1757 | 2025-01-15T04:28:03.003Z | Compiling rustls v0.23.19 |
1758 | 2025-01-15T04:28:03.048Z | Compiling tinyvec v1.8.0 |
1759 | 2025-01-15T04:28:03.298Z | Compiling inout v0.1.3 |
1760 | 2025-01-15T04:28:03.317Z | Compiling pest_generator v2.7.14 |
1761 | 2025-01-15T04:28:03.555Z | Compiling toml_datetime v0.6.8 |
1762 | 2025-01-15T04:28:03.767Z | Compiling serde_spanned v0.6.8 |
1763 | 2025-01-15T04:28:04.002Z | Compiling tracing-core v0.1.32 |
1764 | 2025-01-15T04:28:04.026Z | Compiling dyn-clone v1.0.17 |
1765 | 2025-01-15T04:28:04.287Z | Compiling strsim v0.11.1 |
1766 | 2025-01-15T04:28:04.523Z | Compiling unicode-normalization v0.1.24 |
1767 | 2025-01-15T04:28:04.921Z | Compiling tracing v0.1.40 |
1768 | 2025-01-15T04:28:04.967Z | Compiling pest_derive v2.7.14 |
1769 | 2025-01-15T04:28:05.622Z | Compiling cipher v0.4.4 |
1770 | 2025-01-15T04:28:05.720Z | Compiling tinystr v0.7.6 |
1771 | 2025-01-15T04:28:06.093Z | Compiling sha2 v0.10.8 |
1772 | 2025-01-15T04:28:06.141Z | Compiling cookie v0.18.1 |
1773 | 2025-01-15T04:28:06.144Z | Compiling usdt-impl v0.5.0 |
1774 | 2025-01-15T04:28:06.193Z | Compiling litemap v0.7.3 |
1775 | 2025-01-15T04:28:06.456Z | Compiling unicode-bidi v0.3.17 |
1776 | 2025-01-15T04:28:06.531Z | Compiling base64ct v1.6.0 |
1777 | 2025-01-15T04:28:07.028Z | Compiling aws-lc-sys v0.22.0 |
1778 | 2025-01-15T04:28:07.072Z | Compiling writeable v0.5.5 |
1779 | 2025-01-15T04:28:07.618Z | Compiling icu_locid v1.5.0 |
1780 | 2025-01-15T04:28:09.183Z | Compiling pem-rfc7468 v0.7.0 |
1781 | 2025-01-15T04:28:09.745Z | Compiling scroll v0.12.0 |
1782 | 2025-01-15T04:28:10.375Z | Compiling ppv-lite86 v0.2.20 |
1783 | 2025-01-15T04:28:10.631Z | Compiling async-trait v0.1.83 |
1784 | 2025-01-15T04:28:12.608Z | Compiling anyhow v1.0.95 |
1785 | 2025-01-15T04:28:13.081Z | Compiling flagset v0.4.6 |
1786 | 2025-01-15T04:28:13.308Z | Compiling rustls-pki-types v1.10.0 |
1787 | 2025-01-15T04:28:14.617Z | Compiling plain v0.2.3 |
1788 | 2025-01-15T04:28:14.771Z | Compiling camino v1.1.9 |
1789 | 2025-01-15T04:28:14.895Z | Compiling percent-encoding v2.3.1 |
1790 | 2025-01-15T04:28:15.284Z | Compiling goblin v0.8.2 |
1791 | 2025-01-15T04:28:15.371Z | Compiling der v0.7.9 |
1792 | 2025-01-15T04:28:16.424Z | Compiling rand_chacha v0.3.1 |
1793 | 2025-01-15T04:28:16.845Z | Compiling icu_provider v1.5.0 |
1794 | 2025-01-15T04:28:17.236Z | Compiling tokio-util v0.7.12 |
1795 | 2025-01-15T04:28:18.221Z | Compiling powerfmt v0.2.0 |
1796 | 2025-01-15T04:28:18.701Z | Compiling rustls v0.22.4 |
1797 | 2025-01-15T04:28:18.845Z | Compiling icu_locid_transform_data v1.5.0 |
1798 | 2025-01-15T04:28:18.909Z | Compiling rayon-core v1.12.1 |
1799 | 2025-01-15T04:28:18.988Z | Compiling untrusted v0.9.0 |
1800 | 2025-01-15T04:28:19.208Z | Compiling mirai-annotations v1.12.0 |
1801 | 2025-01-15T04:28:19.254Z | Compiling pretty-hex v0.4.1 |
1802 | 2025-01-15T04:28:19.298Z | Compiling untrusted v0.7.1 |
1803 | 2025-01-15T04:28:19.317Z | Compiling icu_locid_transform v1.5.0 |
1804 | 2025-01-15T04:28:19.895Z | Compiling deranged v0.3.11 |
1805 | 2025-01-15T04:28:20.649Z | Compiling dof v0.3.0 |
1806 | 2025-01-15T04:28:21.409Z | Compiling spki v0.7.3 |
1807 | 2025-01-15T04:28:21.623Z | Compiling rand v0.8.5 |
1808 | 2025-01-15T04:28:21.927Z | Compiling salsa20 v0.10.2 |
1809 | 2025-01-15T04:28:22.181Z | Compiling dtrace-parser v0.2.0 |
1810 | 2025-01-15T04:28:22.229Z | Compiling icu_collections v1.5.0 |
1811 | 2025-01-15T04:28:23.390Z | Compiling pbkdf2 v0.12.2 |
1812 | 2025-01-15T04:28:24.093Z | Compiling thread-id v4.2.2 |
1813 | 2025-01-15T04:28:24.404Z | Compiling atomic-waker v1.1.2 |
1814 | 2025-01-15T04:28:24.623Z | Compiling icu_properties_data v1.5.0 |
1815 | 2025-01-15T04:28:24.647Z | Compiling winnow v0.5.40 |
1816 | 2025-01-15T04:28:24.888Z | Compiling num_threads v0.1.7 |
1817 | 2025-01-15T04:28:25.297Z | Compiling icu_properties v1.5.1 |
1818 | 2025-01-15T04:28:25.639Z | Compiling time v0.3.36 |
1819 | 2025-01-15T04:28:28.110Z | Compiling toml_edit v0.19.15 |
1820 | 2025-01-15T04:28:29.346Z | Compiling scrypt v0.11.0 |
1821 | 2025-01-15T04:28:29.641Z | Compiling form_urlencoded v1.2.1 |
1822 | 2025-01-15T04:28:29.836Z | Compiling aes v0.8.4 |
1823 | 2025-01-15T04:28:29.922Z | Compiling cbc v0.1.2 |
1824 | 2025-01-15T04:28:30.142Z | Compiling http-body v1.0.1 |
1825 | 2025-01-15T04:28:30.437Z | Compiling multer v3.1.0 |
1826 | 2025-01-15T04:28:30.741Z | Compiling utf16_iter v1.0.5 |
1827 | 2025-01-15T04:28:30.959Z | Compiling try-lock v0.2.5 |
1828 | 2025-01-15T04:28:31.141Z | Compiling utf8_iter v1.0.4 |
1829 | 2025-01-15T04:28:31.219Z | Compiling rustversion v1.0.17 |
1830 | 2025-01-15T04:28:31.725Z | Compiling icu_normalizer_data v1.5.0 |
1831 | 2025-01-15T04:28:31.848Z | Compiling slog-async v2.8.0 |
1832 | 2025-01-15T04:28:32.137Z | Compiling write16 v1.0.0 |
1833 | 2025-01-15T04:28:32.407Z | Compiling icu_normalizer v1.5.0 |
1834 | 2025-01-15T04:28:33.413Z | Compiling want v0.3.1 |
1835 | 2025-01-15T04:28:33.710Z | Compiling pkcs5 v0.7.1 |
1836 | 2025-01-15T04:28:34.459Z | Compiling h2 v0.4.6 |
1837 | 2025-01-15T04:28:35.009Z | Compiling heapless v0.7.17 |
1838 | 2025-01-15T04:28:35.933Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1839 | 2025-01-15T04:28:36.410Z | Compiling httpdate v1.0.3 |
1840 | 2025-01-15T04:28:36.766Z | Compiling signal-hook v0.3.17 |
1841 | 2025-01-15T04:28:37.667Z | Compiling pkcs8 v0.10.2 |
1842 | 2025-01-15T04:28:37.761Z | Compiling idna_adapter v1.2.0 |
1843 | 2025-01-15T04:28:39.004Z | Compiling usdt-macro v0.5.0 |
1844 | 2025-01-15T04:28:39.136Z | Compiling usdt-attr-macro v0.5.0 |
1845 | 2025-01-15T04:28:39.412Z | Compiling async-stream-impl v0.3.6 |
1846 | 2025-01-15T04:28:40.271Z | Compiling base64 v0.22.1 |
1847 | 2025-01-15T04:28:40.834Z | Compiling adler2 v2.0.0 |
1848 | 2025-01-15T04:28:40.939Z | Compiling tower-service v0.3.3 |
1849 | 2025-01-15T04:28:41.097Z | Compiling miniz_oxide v0.8.0 |
1850 | 2025-01-15T04:28:41.912Z | Compiling idna v1.0.3 |
1851 | 2025-01-15T04:28:43.214Z | Compiling hyper v1.5.0 |
1852 | 2025-01-15T04:28:44.463Z | Compiling curve25519-dalek v4.1.3 |
1853 | 2025-01-15T04:28:44.879Z | Compiling openapiv3 v2.0.0 |
1854 | 2025-01-15T04:28:47.657Z | Compiling hyper-util v0.1.10 |
1855 | 2025-01-15T04:28:48.952Z | Compiling enum-as-inner v0.6.1 |
1856 | 2025-01-15T04:28:50.016Z | Compiling dropshot v0.12.0 |
1857 | 2025-01-15T04:28:50.249Z | Compiling num-bigint-dig v0.8.4 |
1858 | 2025-01-15T04:28:50.558Z | Compiling smoltcp v0.9.1 |
1859 | 2025-01-15T04:28:50.577Z | Compiling foreign-types-shared v0.1.1 |
1860 | 2025-01-15T04:28:51.002Z | Compiling match_cfg v0.1.0 |
1861 | 2025-01-15T04:28:51.116Z | Compiling portable-atomic v1.9.0 |
1862 | 2025-01-15T04:28:51.136Z | Compiling newtype-uuid v1.1.3 |
1863 | 2025-01-15T04:28:51.503Z | Compiling hostname v0.3.1 |
1864 | 2025-01-15T04:28:51.715Z | Compiling foreign-types v0.3.2 |
1865 | 2025-01-15T04:28:53.325Z | Compiling url v2.5.3 |
1866 | 2025-01-15T04:28:55.623Z | Compiling http-body-util v0.1.2 |
1867 | 2025-01-15T04:28:55.879Z | Compiling dirs-sys-next v0.1.2 |
1868 | 2025-01-15T04:28:55.938Z | Compiling encoding_rs v0.8.34 |
1869 | 2025-01-15T04:28:56.175Z | Compiling ident_case v1.0.1 |
1870 | 2025-01-15T04:28:56.366Z | Compiling gimli v0.31.1 |
1871 | 2025-01-15T04:28:56.369Z | Compiling siphasher v0.3.11 |
1872 | 2025-01-15T04:28:56.763Z | Compiling mime v0.3.17 |
1873 | 2025-01-15T04:28:57.802Z | Compiling data-encoding v2.6.0 |
1874 | 2025-01-15T04:28:58.957Z | Compiling heck v0.4.1 |
1875 | 2025-01-15T04:28:59.223Z | Compiling darling_core v0.20.10 |
1876 | 2025-01-15T04:28:59.339Z | Compiling dirs-next v2.0.0 |
1877 | 2025-01-15T04:29:03.025Z | Compiling addr2line v0.24.2 |
1878 | 2025-01-15T04:29:04.726Z | Compiling serde_urlencoded v0.7.1 |
1879 | 2025-01-15T04:29:05.319Z | Compiling crossbeam-epoch v0.9.18 |
1880 | 2025-01-15T04:29:06.018Z | Compiling rustls-pemfile v2.2.0 |
1881 | 2025-01-15T04:29:06.489Z | Compiling hubpack_derive v0.1.1 |
1882 | 2025-01-15T04:29:07.045Z | Compiling dropshot_endpoint v0.12.0 |
1883 | 2025-01-15T04:29:07.151Z | Compiling sha1 v0.10.6 |
1884 | 2025-01-15T04:29:07.204Z | Compiling signature v2.2.0 |
1885 | 2025-01-15T04:29:07.309Z | Compiling curve25519-dalek-derive v0.1.1 |
1886 | 2025-01-15T04:29:07.446Z | Compiling zerocopy-derive v0.6.6 |
1887 | 2025-01-15T04:29:07.609Z | Compiling object v0.36.5 |
1888 | 2025-01-15T04:29:09.224Z | Compiling thread_local v1.1.8 |
1889 | 2025-01-15T04:29:09.597Z | Compiling fs-err v2.11.0 |
1890 | 2025-01-15T04:29:13.268Z | Compiling winnow v0.6.20 |
1891 | 2025-01-15T04:29:15.477Z | Compiling ipnet v2.10.1 |
1892 | 2025-01-15T04:29:16.237Z | Compiling openssl-probe v0.1.5 |
1893 | 2025-01-15T04:29:16.824Z | Compiling anstyle v1.0.10 |
1894 | 2025-01-15T04:29:17.188Z | Compiling utf8parse v0.2.2 |
1895 | 2025-01-15T04:29:17.260Z | Compiling rustc-demangle v0.1.24 |
1896 | 2025-01-15T04:29:17.369Z | Compiling unicode-properties v0.1.3 |
1897 | 2025-01-15T04:29:17.795Z | Compiling backtrace v0.3.74 |
1898 | 2025-01-15T04:29:19.511Z | Compiling rustls-webpki v0.102.8 |
1899 | 2025-01-15T04:29:19.624Z | Compiling stringprep v0.1.5 |
1900 | 2025-01-15T04:29:22.168Z | Compiling anstyle-parse v0.2.5 |
1901 | 2025-01-15T04:29:23.134Z | Compiling toml_edit v0.22.22 |
1902 | 2025-01-15T04:29:29.862Z | Compiling crossbeam-deque v0.8.5 |
1903 | 2025-01-15T04:29:30.080Z | Compiling darling_macro v0.20.10 |
1904 | 2025-01-15T04:29:30.598Z | Compiling term v0.7.0 |
1905 | 2025-01-15T04:29:30.976Z | Compiling slog-json v2.6.1 |
1906 | 2025-01-15T04:29:32.320Z | Compiling crossbeam-channel v0.5.13 |
1907 | 2025-01-15T04:29:32.676Z | Compiling hashbrown v0.14.5 |
1908 | 2025-01-15T04:29:33.098Z | Compiling idna v0.4.0 |
1909 | 2025-01-15T04:29:33.164Z | Compiling idna v0.3.0 |
1910 | 2025-01-15T04:29:33.398Z | Compiling futures-executor v0.3.31 |
1911 | 2025-01-15T04:29:34.097Z | Compiling num-integer v0.1.46 |
1912 | 2025-01-15T04:29:34.473Z | Compiling md-5 v0.10.6 |
1913 | 2025-01-15T04:29:34.555Z | Compiling ff v0.13.0 |
1914 | 2025-01-15T04:29:34.608Z | Compiling hash32 v0.2.1 |
1915 | 2025-01-15T04:29:34.726Z | Compiling is-terminal v0.4.13 |
1916 | 2025-01-15T04:29:34.794Z | Compiling memmap v0.7.0 |
1917 | 2025-01-15T04:29:34.872Z | Compiling anstyle-query v1.1.1 |
1918 | 2025-01-15T04:29:35.045Z | Compiling is_terminal_polyfill v1.70.1 |
1919 | 2025-01-15T04:29:35.105Z | Compiling linked-hash-map v0.5.6 |
1920 | 2025-01-15T04:29:35.195Z | Compiling utf-8 v0.7.6 |
1921 | 2025-01-15T04:29:35.455Z | Compiling psl-types v2.0.11 |
1922 | 2025-01-15T04:29:35.519Z | Compiling fallible-iterator v0.2.0 |
1923 | 2025-01-15T04:29:35.833Z | Compiling quick-error v1.2.3 |
1924 | 2025-01-15T04:29:35.920Z | Compiling take_mut v0.2.2 |
1925 | 2025-01-15T04:29:36.009Z | Compiling colorchoice v1.0.2 |
1926 | 2025-01-15T04:29:36.107Z | Compiling base16ct v0.2.0 |
1927 | 2025-01-15T04:29:36.191Z | Compiling postgres-protocol v0.6.7 |
1928 | 2025-01-15T04:29:36.210Z | Compiling anstream v0.6.15 |
1929 | 2025-01-15T04:29:36.435Z | Compiling sec1 v0.7.3 |
1930 | 2025-01-15T04:29:36.985Z | Compiling resolv-conf v0.7.0 |
1931 | 2025-01-15T04:29:37.008Z | Compiling publicsuffix v2.2.3 |
1932 | 2025-01-15T04:29:37.360Z | Compiling tungstenite v0.24.0 |
1933 | 2025-01-15T04:29:37.582Z | Compiling lru-cache v0.1.2 |
1934 | 2025-01-15T04:29:37.651Z | Compiling usdt v0.5.0 |
1935 | 2025-01-15T04:29:37.802Z | Compiling slog-term v2.9.1 |
1936 | 2025-01-15T04:29:38.069Z | Compiling group v0.13.0 |
1937 | 2025-01-15T04:29:38.457Z | Compiling num-iter v0.1.45 |
1938 | 2025-01-15T04:29:38.602Z | Compiling hickory-proto v0.24.1 |
1939 | 2025-01-15T04:29:38.800Z | Compiling regress v0.10.1 |
1940 | 2025-01-15T04:29:38.873Z | Compiling futures v0.3.31 |
1941 | 2025-01-15T04:29:43.266Z | Compiling slog-bunyan v2.5.0 |
1942 | 2025-01-15T04:29:43.470Z | Compiling darling v0.20.10 |
1943 | 2025-01-15T04:29:43.605Z | Compiling tokio-native-tls v0.3.1 |
1944 | 2025-01-15T04:29:43.696Z | Compiling tokio-rustls v0.26.0 |
1945 | 2025-01-15T04:29:43.929Z | Compiling toml v0.8.19 |
1946 | 2025-01-15T04:29:43.957Z | Compiling tokio-rustls v0.25.0 |
1947 | 2025-01-15T04:29:44.369Z | Compiling strum_macros v0.25.3 |
1948 | 2025-01-15T04:29:44.416Z | Compiling phf_shared v0.11.2 |
1949 | 2025-01-15T04:29:45.117Z | Compiling async-stream v0.3.6 |
1950 | 2025-01-15T04:29:45.293Z | Compiling waitgroup v0.1.2 |
1951 | 2025-01-15T04:29:45.390Z | Compiling webpki-roots v0.26.6 |
1952 | 2025-01-15T04:29:45.841Z | Compiling idna v0.5.0 |
1953 | 2025-01-15T04:29:46.058Z | Compiling terminal_size v0.4.0 |
1954 | 2025-01-15T04:29:46.299Z | Compiling serde_path_to_error v0.1.16 |
1955 | 2025-01-15T04:29:46.915Z | Compiling hkdf v0.12.4 |
1956 | 2025-01-15T04:29:47.215Z | Compiling crypto-bigint v0.5.5 |
1957 | 2025-01-15T04:29:47.309Z | Compiling derive-where v1.2.7 |
1958 | 2025-01-15T04:29:47.577Z | Compiling clap_derive v4.5.18 |
1959 | 2025-01-15T04:29:47.740Z | Compiling serde_repr v0.1.19 |
1960 | 2025-01-15T04:29:47.841Z | Compiling hostname v0.4.0 |
1961 | 2025-01-15T04:29:48.051Z | Compiling crc32fast v1.4.2 |
1962 | 2025-01-15T04:29:48.505Z | Compiling managed v0.8.0 |
1963 | 2025-01-15T04:29:48.761Z | Compiling bitflags v1.3.2 |
1964 | 2025-01-15T04:29:48.880Z | Compiling debug-ignore v1.0.5 |
1965 | 2025-01-15T04:29:49.178Z | Compiling unicode-width v0.1.14 |
1966 | 2025-01-15T04:29:49.941Z | Compiling clap_lex v0.7.2 |
1967 | 2025-01-15T04:29:50.344Z | Compiling clap_builder v4.5.21 |
1968 | 2025-01-15T04:29:51.380Z | Compiling elliptic-curve v0.13.8 |
1969 | 2025-01-15T04:29:51.756Z | Compiling console v0.15.8 |
1970 | 2025-01-15T04:29:53.876Z | Compiling flate2 v1.0.34 |
1971 | 2025-01-15T04:29:54.398Z | Compiling cookie_store v0.21.0 |
1972 | 2025-01-15T04:29:55.490Z | Compiling hyper-rustls v0.27.3 |
1973 | 2025-01-15T04:29:59.516Z | Compiling phf v0.11.2 |
1974 | 2025-01-15T04:29:59.824Z | Compiling hyper-tls v0.6.0 |
1975 | 2025-01-15T04:29:59.843Z | Compiling hickory-resolver v0.24.1 |
1976 | 2025-01-15T04:30:00.204Z | Compiling signal-hook-mio v0.2.4 |
1977 | 2025-01-15T04:30:00.383Z | Compiling rayon v1.10.0 |
1978 | 2025-01-15T04:30:00.519Z | Compiling bzip2 v0.4.4 |
1979 | 2025-01-15T04:30:00.580Z | Compiling typify-impl v0.2.0 |
1980 | 2025-01-15T04:30:00.926Z | Compiling tokio-tungstenite v0.24.0 |
1981 | 2025-01-15T04:30:01.100Z | Compiling postgres-types v0.2.8 |
1982 | 2025-01-15T04:30:01.435Z | Compiling zerocopy v0.6.6 |
1983 | 2025-01-15T04:30:01.462Z | Compiling ed25519 v2.2.3 |
1984 | 2025-01-15T04:30:01.897Z | Compiling hubpack v0.1.2 |
1985 | 2025-01-15T04:30:02.185Z | Compiling phf_shared v0.10.0 |
1986 | 2025-01-15T04:30:02.358Z | Compiling pkcs1 v0.7.5 |
1987 | 2025-01-15T04:30:02.555Z | Compiling tokio-stream v0.1.16 |
1988 | 2025-01-15T04:30:03.246Z | Compiling ipnetwork v0.20.0 |
1989 | 2025-01-15T04:30:03.495Z | Compiling serde-big-array v0.5.1 |
1990 | 2025-01-15T04:30:03.770Z | Compiling rfc6979 v0.4.0 |
1991 | 2025-01-15T04:30:03.981Z | Compiling float-cmp v0.9.0 |
1992 | 2025-01-15T04:30:04.645Z | Compiling sync_wrapper v1.0.1 |
1993 | 2025-01-15T04:30:04.812Z | Compiling bstr v1.10.0 |
1994 | 2025-01-15T04:30:05.948Z | Compiling static_assertions v1.1.0 |
1995 | 2025-01-15T04:30:06.062Z | Compiling difflib v0.4.0 |
1996 | 2025-01-15T04:30:06.081Z | Compiling unicode-width v0.2.0 |
1997 | 2025-01-15T04:30:06.294Z | Compiling new_debug_unreachable v1.0.6 |
1998 | 2025-01-15T04:30:06.407Z | Compiling normalize-line-endings v0.3.0 |
1999 | 2025-01-15T04:30:06.557Z | Compiling predicates-core v1.0.8 |
2000 | 2025-01-15T04:30:06.612Z | Compiling number_prefix v0.4.0 |
2001 | 2025-01-15T04:30:06.848Z | Compiling bit-vec v0.6.3 |
2002 | 2025-01-15T04:30:06.868Z | Compiling precomputed-hash v0.1.1 |
2003 | 2025-01-15T04:30:07.136Z | Compiling unicode-segmentation v1.12.0 |
2004 | 2025-01-15T04:30:07.250Z | Compiling whoami v1.5.2 |
2005 | 2025-01-15T04:30:07.295Z | Compiling fixedbitset v0.4.2 |
2006 | 2025-01-15T04:30:07.613Z | Compiling petgraph v0.6.5 |
2007 | 2025-01-15T04:30:07.716Z | Compiling tokio-postgres v0.7.12 |
2008 | 2025-01-15T04:30:07.962Z | Compiling similar v2.6.0 |
2009 | 2025-01-15T04:30:09.035Z | Compiling bit-set v0.5.3 |
2010 | 2025-01-15T04:30:09.340Z | Compiling string_cache v0.8.7 |
2011 | 2025-01-15T04:30:09.755Z | Compiling indicatif v0.17.9 |
2012 | 2025-01-15T04:30:09.788Z | Compiling predicates v3.1.2 |
2013 | 2025-01-15T04:30:11.114Z | Compiling typify-macro v0.2.0 |
2014 | 2025-01-15T04:30:11.132Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2015 | 2025-01-15T04:30:11.180Z | Compiling reqwest v0.12.9 |
2016 | 2025-01-15T04:30:12.962Z | Compiling ecdsa v0.16.9 |
2017 | 2025-01-15T04:30:13.655Z | Compiling qorb v0.2.1 |
2018 | 2025-01-15T04:30:13.780Z | Compiling rsa v0.9.6 |
2019 | 2025-01-15T04:30:14.477Z | Compiling ed25519-dalek v2.1.1 |
2020 | 2025-01-15T04:30:15.020Z | Compiling zip v0.6.6 |
2021 | 2025-01-15T04:30:15.234Z | Compiling crossterm v0.28.1 |
2022 | 2025-01-15T04:30:15.321Z | Compiling clap v4.5.21 |
2023 | 2025-01-15T04:30:17.786Z | Compiling toml v0.7.8 |
2024 | 2025-01-15T04:30:18.237Z | Compiling x509-cert v0.2.5 |
2025 | 2025-01-15T04:30:19.172Z | Compiling hex v0.4.3 |
2026 | 2025-01-15T04:30:20.073Z | Compiling peg-runtime v0.8.3 |
2027 | 2025-01-15T04:30:20.561Z | Compiling unicode-xid v0.2.6 |
2028 | 2025-01-15T04:30:20.622Z | Compiling zerocopy v0.8.10 |
2029 | 2025-01-15T04:30:20.778Z | Compiling lalrpop-util v0.19.12 |
2030 | 2025-01-15T04:30:22.465Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2031 | 2025-01-15T04:30:25.638Z | Compiling proc-macro-crate v1.3.1 |
2032 | 2025-01-15T04:30:26.501Z | Compiling macaddr v1.0.1 |
2033 | 2025-01-15T04:30:27.126Z | Compiling zerocopy-derive v0.8.10 |
2034 | 2025-01-15T04:30:27.128Z | Compiling itertools v0.13.0 |
2035 | 2025-01-15T04:30:27.927Z | Compiling heapless v0.8.0 |
2036 | 2025-01-15T04:30:30.030Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2037 | 2025-01-15T04:30:35.157Z | Compiling num_enum_derive v0.5.11 |
2038 | 2025-01-15T04:30:43.444Z | Compiling hash32 v0.3.1 |
2039 | 2025-01-15T04:30:43.939Z | Compiling smoltcp v0.11.0 |
2040 | 2025-01-15T04:30:44.264Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2041 | 2025-01-15T04:30:49.587Z | Compiling num_enum v0.5.11 |
2042 | 2025-01-15T04:30:49.801Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2043 | 2025-01-15T04:30:50.591Z | Compiling typify v0.2.0 |
2044 | 2025-01-15T04:30:50.685Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2045 | 2025-01-15T04:30:51.327Z | Compiling proc-macro-error-attr v1.0.4 |
2046 | 2025-01-15T04:30:51.658Z | Compiling unsafe-libyaml v0.2.11 |
2047 | 2025-01-15T04:30:52.513Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2048 | 2025-01-15T04:30:52.820Z | Compiling cobs v0.2.3 |
2049 | 2025-01-15T04:30:53.346Z | Compiling postcard v1.0.10 |
2050 | 2025-01-15T04:30:53.544Z | Compiling serde_yaml v0.9.34+deprecated |
2051 | 2025-01-15T04:31:08.212Z | Compiling progenitor-impl v0.8.0 |
2052 | 2025-01-15T04:31:10.563Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2053 | 2025-01-15T04:31:19.923Z | Compiling strum_macros v0.26.4 |
2054 | 2025-01-15T04:31:20.228Z | Compiling foreign-types-macros v0.2.3 |
2055 | 2025-01-15T04:31:20.413Z | Compiling structmeta-derive v0.3.0 |
2056 | 2025-01-15T04:31:20.444Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2057 | 2025-01-15T04:31:20.795Z | Compiling proc-macro-error v1.0.4 |
2058 | 2025-01-15T04:31:21.263Z | Compiling foreign-types-shared v0.3.1 |
2059 | 2025-01-15T04:31:21.888Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2060 | 2025-01-15T04:31:24.093Z | Compiling strum v0.26.3 |
2061 | 2025-01-15T04:31:24.320Z | Compiling structmeta v0.3.0 |
2062 | 2025-01-15T04:31:27.296Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2063 | 2025-01-15T04:31:29.099Z | Compiling foreign-types v0.5.0 |
2064 | 2025-01-15T04:31:31.518Z | Compiling progenitor-macro v0.8.0 |
2065 | 2025-01-15T04:31:36.879Z | Compiling progenitor-client v0.8.0 |
2066 | 2025-01-15T04:31:36.968Z | Compiling tabwriter v1.4.0 |
2067 | 2025-01-15T04:31:37.736Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2068 | 2025-01-15T04:31:37.754Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
2069 | 2025-01-15T04:31:38.543Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2070 | 2025-01-15T04:31:38.935Z | Compiling cstr-argument v0.1.2 |
2071 | 2025-01-15T04:31:39.236Z | Compiling dropshot v0.13.0 |
2072 | 2025-01-15T04:31:39.351Z | Compiling fastrand v2.1.1 |
2073 | 2025-01-15T04:31:39.568Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2074 | 2025-01-15T04:31:39.892Z | Compiling pretty-hex v0.2.1 |
2075 | 2025-01-15T04:31:41.212Z | Compiling thiserror v2.0.11 |
2076 | 2025-01-15T04:31:41.786Z | Compiling crucible-workspace-hack v0.1.0 |
2077 | 2025-01-15T04:31:42.259Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2078 | 2025-01-15T04:31:42.303Z | Compiling progenitor v0.8.0 |
2079 | 2025-01-15T04:31:42.323Z | Compiling tempfile v3.13.0 |
2080 | 2025-01-15T04:31:42.658Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2081 | 2025-01-15T04:31:42.880Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
2082 | 2025-01-15T04:31:43.132Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2083 | 2025-01-15T04:31:43.533Z | Compiling parse-display-derive v0.10.0 |
2084 | 2025-01-15T04:31:43.971Z | Compiling colored v2.1.0 |
2085 | 2025-01-15T04:31:44.024Z | Compiling serde_with_macros v3.11.0 |
2086 | 2025-01-15T04:31:44.551Z | Compiling dropshot_endpoint v0.13.0 |
2087 | 2025-01-15T04:31:45.190Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2088 | 2025-01-15T04:31:45.932Z | Compiling thiserror-impl v2.0.11 |
2089 | 2025-01-15T04:31:46.498Z | Compiling instant v0.1.13 |
2090 | 2025-01-15T04:31:46.696Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2091 | 2025-01-15T04:31:47.117Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2092 | 2025-01-15T04:31:47.147Z | Compiling parse-display v0.10.0 |
2093 | 2025-01-15T04:31:48.552Z | Compiling backoff v0.4.0 |
2094 | 2025-01-15T04:31:48.928Z | Compiling serde_with v3.11.0 |
2095 | 2025-01-15T04:31:48.949Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2096 | 2025-01-15T04:31:49.182Z | Compiling zone_cfg_derive v0.3.0 |
2097 | 2025-01-15T04:31:49.560Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2098 | 2025-01-15T04:31:50.007Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2099 | 2025-01-15T04:31:50.263Z | Compiling camino-tempfile v1.1.1 |
2100 | 2025-01-15T04:31:50.475Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2101 | 2025-01-15T04:31:50.878Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2102 | 2025-01-15T04:31:51.092Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2103 | 2025-01-15T04:31:51.308Z | Compiling regress v0.9.1 |
2104 | 2025-01-15T04:31:51.635Z | Compiling progenitor-client v0.9.1 |
2105 | 2025-01-15T04:31:52.242Z | Compiling num-derive v0.4.2 |
2106 | 2025-01-15T04:31:52.868Z | Compiling sigpipe v0.1.3 |
2107 | 2025-01-15T04:31:53.024Z | Compiling libefi-sys v0.1.0 |
2108 | 2025-01-15T04:31:53.316Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2109 | 2025-01-15T04:31:53.705Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2110 | 2025-01-15T04:31:54.328Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2111 | 2025-01-15T04:31:55.939Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2112 | 2025-01-15T04:31:56.951Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2113 | 2025-01-15T04:31:58.429Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2114 | 2025-01-15T04:31:59.004Z | Compiling zone v0.3.0 |
2115 | 2025-01-15T04:31:59.997Z | Compiling smf v0.2.3 |
2116 | 2025-01-15T04:32:01.325Z | Compiling bitfield-struct v0.6.2 |
2117 | 2025-01-15T04:32:02.374Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2118 | 2025-01-15T04:32:02.632Z | Compiling blake3 v1.5.4 |
2119 | 2025-01-15T04:32:02.651Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2120 | 2025-01-15T04:32:03.311Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2121 | 2025-01-15T04:32:03.331Z | Compiling xattr v1.3.1 |
2122 | 2025-01-15T04:32:03.398Z | Compiling filetime v0.2.25 |
2123 | 2025-01-15T04:32:03.655Z | Compiling memmap2 v0.9.5 |
2124 | 2025-01-15T04:32:03.751Z | Compiling constant_time_eq v0.3.1 |
2125 | 2025-01-15T04:32:03.894Z | Compiling arrayvec v0.7.6 |
2126 | 2025-01-15T04:32:03.951Z | Compiling same-file v1.0.6 |
2127 | 2025-01-15T04:32:04.238Z | Compiling arrayref v0.3.9 |
2128 | 2025-01-15T04:32:04.264Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2129 | 2025-01-15T04:32:04.363Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2130 | 2025-01-15T04:32:04.402Z | Compiling walkdir v2.5.0 |
2131 | 2025-01-15T04:32:05.636Z | Compiling tar v0.4.42 |
2132 | 2025-01-15T04:32:05.862Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2133 | 2025-01-15T04:32:06.069Z | Compiling gethostname v0.5.0 |
2134 | 2025-01-15T04:32:06.284Z | Compiling cargo-platform v0.1.8 |
2135 | 2025-01-15T04:32:06.305Z | Compiling topological-sort v0.2.2 |
2136 | 2025-01-15T04:32:06.593Z | Compiling indent_write v2.2.0 |
2137 | 2025-01-15T04:32:06.857Z | Compiling omicron-zone-package v0.12.0 |
2138 | 2025-01-15T04:32:06.986Z | Compiling cargo_metadata v0.18.1 |
2139 | 2025-01-15T04:32:07.361Z | Compiling shell-words v1.1.0 |
2140 | 2025-01-15T04:32:14.044Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2141 | 2025-01-15T04:32:15.043Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2142 | 2025-01-15T04:32:18.065Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2143 | 2025-01-15T04:32:35.591Z | Finished `release` profile [optimized] target(s) in 5m 11s |
2144 | 2025-01-15T04:32:35.762Z | Running `target/release/omicron-package -t test target create -p dev` |
2145 | 2025-01-15T04:32:35.811Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2146 | 2025-01-15T04:32:35.814Z | Created new build target 'test' and set it as active |
2147 | 2025-01-15T04:32:35.814Z | |
2148 | 2025-01-15T04:32:35.814Z | real 5:12.245257149 |
2149 | 2025-01-15T04:32:35.814Z | user 36:28.708069660 |
2150 | 2025-01-15T04:32:35.814Z | sys 3:23.866815422 |
2151 | 2025-01-15T04:32:35.814Z | trap 1.154349946 |
2152 | 2025-01-15T04:32:35.814Z | tflt 2.829481336 |
2153 | 2025-01-15T04:32:35.814Z | dflt 0.464675463 |
2154 | 2025-01-15T04:32:35.814Z | kflt 0.008249006 |
2155 | 2025-01-15T04:32:35.814Z | lock 1:13:11.265148379 |
2156 | 2025-01-15T04:32:35.814Z | slp 2:27:15.552112449 |
2157 | 2025-01-15T04:32:35.814Z | lat 2:41.095282559 |
2158 | 2025-01-15T04:32:35.814Z | stop 4:44.570018826 |
2159 | 2025-01-15T04:32:35.814Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2160 | 2025-01-15T04:32:36.759Z | Finished `release` profile [optimized] target(s) in 0.89s |
2161 | 2025-01-15T04:32:36.817Z | Running `target/release/omicron-package -t test package` |
2162 | 2025-01-15T04:32:36.861Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2163 | 2025-01-15T04:32:37.969Z | Compiling thiserror v2.0.11 |
2164 | 2025-01-15T04:32:38.102Z | Compiling typify-impl v0.3.0 |
2165 | 2025-01-15T04:32:38.107Z | Compiling convert_case v0.4.0 |
2166 | 2025-01-15T04:32:38.111Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2167 | 2025-01-15T04:32:38.111Z | Compiling newline-converter v0.3.0 |
2168 | 2025-01-15T04:32:38.111Z | Compiling password-hash v0.5.0 |
2169 | 2025-01-15T04:32:38.119Z | Compiling blake2 v0.10.6 |
2170 | 2025-01-15T04:32:38.122Z | Compiling base64 v0.21.7 |
2171 | 2025-01-15T04:32:38.395Z | Compiling expectorate v1.1.0 |
2172 | 2025-01-15T04:32:38.437Z | Compiling atomicwrites v0.4.4 |
2173 | 2025-01-15T04:32:38.952Z | Compiling owo-colors v4.1.0 |
2174 | 2025-01-15T04:32:38.989Z | Compiling derive_more v0.99.18 |
2175 | 2025-01-15T04:32:39.004Z | Compiling argon2 v0.5.3 |
2176 | 2025-01-15T04:32:39.004Z | Compiling cancel-safe-futures v0.1.5 |
2177 | 2025-01-15T04:32:39.202Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2178 | 2025-01-15T04:32:39.384Z | Compiling num-rational v0.4.2 |
2179 | 2025-01-15T04:32:39.407Z | Compiling progenitor-client v0.9.1 |
2180 | 2025-01-15T04:32:39.913Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2181 | 2025-01-15T04:32:39.933Z | Compiling num-complex v0.4.6 |
2182 | 2025-01-15T04:32:41.167Z | Compiling num v0.4.3 |
2183 | 2025-01-15T04:32:41.227Z | Compiling libsw v3.3.1 |
2184 | 2025-01-15T04:32:41.281Z | Compiling linear-map v1.2.0 |
2185 | 2025-01-15T04:32:41.363Z | Compiling swrite v0.1.0 |
2186 | 2025-01-15T04:32:41.522Z | Compiling float-ord v0.3.2 |
2187 | 2025-01-15T04:32:41.541Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2188 | 2025-01-15T04:32:41.693Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2189 | 2025-01-15T04:32:41.711Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2190 | 2025-01-15T04:32:41.811Z | Compiling highway v1.2.0 |
2191 | 2025-01-15T04:32:42.697Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2192 | 2025-01-15T04:32:43.278Z | Compiling semver v0.1.20 |
2193 | 2025-01-15T04:32:43.845Z | Compiling rustc_version v0.1.7 |
2194 | 2025-01-15T04:32:44.303Z | Compiling newtype_derive v0.1.6 |
2195 | 2025-01-15T04:32:44.633Z | Compiling tungstenite v0.21.0 |
2196 | 2025-01-15T04:32:44.888Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2197 | 2025-01-15T04:32:49.167Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2198 | 2025-01-15T04:32:49.192Z | Compiling typify-macro v0.3.0 |
2199 | 2025-01-15T04:32:49.530Z | Compiling ipnetwork v0.20.0 |
2200 | 2025-01-15T04:32:50.274Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2201 | 2025-01-15T04:32:50.513Z | Compiling tokio-tungstenite v0.21.0 |
2202 | 2025-01-15T04:32:50.939Z | Compiling progenitor-client v0.8.0 |
2203 | 2025-01-15T04:32:50.992Z | Compiling humantime v2.1.0 |
2204 | 2025-01-15T04:32:51.303Z | Compiling progenitor v0.8.0 |
2205 | 2025-01-15T04:32:51.407Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
2206 | 2025-01-15T04:32:51.527Z | Compiling dropshot v0.13.0 |
2207 | 2025-01-15T04:32:51.603Z | Compiling instant v0.1.13 |
2208 | 2025-01-15T04:32:51.776Z | Compiling backoff v0.4.0 |
2209 | 2025-01-15T04:32:52.124Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2210 | 2025-01-15T04:32:52.300Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2211 | 2025-01-15T04:32:52.566Z | Compiling steno v0.4.1 |
2212 | 2025-01-15T04:32:52.610Z | Compiling typify v0.3.0 |
2213 | 2025-01-15T04:32:52.817Z | Compiling progenitor-impl v0.9.1 |
2214 | 2025-01-15T04:32:58.770Z | Compiling progenitor-macro v0.9.1 |
2215 | 2025-01-15T04:32:59.617Z | Compiling parse-display v0.10.0 |
2216 | 2025-01-15T04:32:59.922Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2217 | 2025-01-15T04:33:00.123Z | Compiling strum v0.26.3 |
2218 | 2025-01-15T04:33:00.143Z | Compiling serde_with v3.11.0 |
2219 | 2025-01-15T04:33:00.334Z | Compiling regress v0.9.1 |
2220 | 2025-01-15T04:33:03.648Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2221 | 2025-01-15T04:33:04.844Z | Compiling macaddr v1.0.1 |
2222 | 2025-01-15T04:33:04.960Z | Compiling slog-dtrace v0.3.0 |
2223 | 2025-01-15T04:33:05.285Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2224 | 2025-01-15T04:33:05.432Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2225 | 2025-01-15T04:33:05.931Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2226 | 2025-01-15T04:33:07.379Z | Compiling prettyplease v0.2.25 |
2227 | 2025-01-15T04:33:08.128Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2228 | 2025-01-15T04:33:09.829Z | Compiling progenitor v0.9.1 |
2229 | 2025-01-15T04:33:10.071Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2230 | 2025-01-15T04:33:10.224Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2231 | 2025-01-15T04:33:13.456Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2232 | 2025-01-15T04:33:22.202Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2233 | 2025-01-15T04:33:23.731Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2234 | 2025-01-15T04:33:24.442Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2235 | 2025-01-15T04:33:24.789Z | Compiling half v2.4.1 |
2236 | 2025-01-15T04:33:25.516Z | Compiling ciborium-io v0.2.2 |
2237 | 2025-01-15T04:33:25.686Z | Compiling ciborium-ll v0.2.2 |
2238 | 2025-01-15T04:33:26.315Z | Compiling ciborium v0.2.2 |
2239 | 2025-01-15T04:33:28.183Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2240 | 2025-01-15T04:33:28.627Z | Compiling fastrand v2.1.1 |
2241 | 2025-01-15T04:33:29.156Z | Compiling display-error-chain v0.2.2 |
2242 | 2025-01-15T04:33:29.271Z | Compiling same-file v1.0.6 |
2243 | 2025-01-15T04:33:29.403Z | Compiling tempfile v3.13.0 |
2244 | 2025-01-15T04:33:29.533Z | Compiling walkdir v2.5.0 |
2245 | 2025-01-15T04:33:30.156Z | Compiling blake3 v1.5.4 |
2246 | 2025-01-15T04:33:30.176Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2247 | 2025-01-15T04:33:30.482Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2248 | 2025-01-15T04:33:30.803Z | Compiling xattr v1.3.1 |
2249 | 2025-01-15T04:33:31.069Z | Compiling filetime v0.2.25 |
2250 | 2025-01-15T04:33:31.353Z | Compiling memmap2 v0.9.5 |
2251 | 2025-01-15T04:33:31.730Z | Compiling arrayvec v0.7.6 |
2252 | 2025-01-15T04:33:32.170Z | Compiling keccak v0.1.5 |
2253 | 2025-01-15T04:33:33.305Z | Compiling arrayref v0.3.9 |
2254 | 2025-01-15T04:33:33.428Z | Compiling constant_time_eq v0.3.1 |
2255 | 2025-01-15T04:33:34.118Z | Compiling sha3 v0.10.8 |
2256 | 2025-01-15T04:33:34.455Z | Compiling tar v0.4.42 |
2257 | 2025-01-15T04:33:34.942Z | Compiling toolchain_find v0.4.0 |
2258 | 2025-01-15T04:33:35.135Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2259 | 2025-01-15T04:33:35.470Z | Compiling camino-tempfile v1.1.1 |
2260 | 2025-01-15T04:33:35.597Z | Compiling const_format_proc_macros v0.2.33 |
2261 | 2025-01-15T04:33:35.960Z | Compiling crunchy v0.2.2 |
2262 | 2025-01-15T04:33:36.390Z | Compiling topological-sort v0.2.2 |
2263 | 2025-01-15T04:33:36.424Z | Compiling radium v0.7.0 |
2264 | 2025-01-15T04:33:36.646Z | Compiling maplit v1.0.2 |
2265 | 2025-01-15T04:33:36.793Z | Compiling omicron-zone-package v0.12.0 |
2266 | 2025-01-15T04:33:36.944Z | Compiling rustfmt-wrapper v0.2.1 |
2267 | 2025-01-15T04:33:37.387Z | Compiling const_format v0.2.33 |
2268 | 2025-01-15T04:33:37.520Z | Compiling maybe-uninit v2.0.0 |
2269 | 2025-01-15T04:33:37.731Z | Compiling tap v1.0.1 |
2270 | 2025-01-15T04:33:37.944Z | Compiling tiny-keccak v2.0.2 |
2271 | 2025-01-15T04:33:38.074Z | Compiling wyz v0.5.1 |
2272 | 2025-01-15T04:33:38.504Z | Compiling dsl_auto_type v0.1.2 |
2273 | 2025-01-15T04:33:38.642Z | Compiling phf_generator v0.11.2 |
2274 | 2025-01-15T04:33:38.850Z | Compiling scheduled-thread-pool v0.2.7 |
2275 | 2025-01-15T04:33:38.934Z | Compiling secrecy v0.8.0 |
2276 | 2025-01-15T04:33:39.217Z | Compiling diesel_table_macro_syntax v0.2.0 |
2277 | 2025-01-15T04:33:39.615Z | Compiling async-recursion v1.1.1 |
2278 | 2025-01-15T04:33:39.736Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2279 | 2025-01-15T04:33:40.067Z | Compiling packed_struct v0.10.1 |
2280 | 2025-01-15T04:33:40.195Z | Compiling crc-catalog v2.4.0 |
2281 | 2025-01-15T04:33:40.379Z | Compiling arc-swap v1.7.1 |
2282 | 2025-01-15T04:33:40.533Z | Compiling funty v2.0.0 |
2283 | 2025-01-15T04:33:40.939Z | Compiling slog-scope v4.4.0 |
2284 | 2025-01-15T04:33:41.118Z | Compiling crc v3.2.1 |
2285 | 2025-01-15T04:33:41.585Z | Compiling bitvec v1.0.1 |
2286 | 2025-01-15T04:33:41.646Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2287 | 2025-01-15T04:33:41.772Z | Compiling diesel_derives v2.2.3 |
2288 | 2025-01-15T04:33:43.199Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2289 | 2025-01-15T04:33:43.282Z | Compiling r2d2 v0.8.10 |
2290 | 2025-01-15T04:33:43.327Z | Compiling phf_codegen v0.11.2 |
2291 | 2025-01-15T04:33:43.833Z | Compiling ascii-canvas v3.0.0 |
2292 | 2025-01-15T04:33:44.028Z | Compiling universal-hash v0.5.1 |
2293 | 2025-01-15T04:33:44.281Z | Compiling thiserror-impl-no-std v2.0.2 |
2294 | 2025-01-15T04:33:44.302Z | Compiling packed_struct_codegen v0.10.1 |
2295 | 2025-01-15T04:33:45.964Z | Compiling parse-zoneinfo v0.3.1 |
2296 | 2025-01-15T04:33:46.668Z | Compiling ena v0.14.3 |
2297 | 2025-01-15T04:33:46.710Z | Compiling unicase v2.7.0 |
2298 | 2025-01-15T04:33:47.061Z | Compiling indexmap v1.9.3 |
2299 | 2025-01-15T04:33:47.086Z | Compiling nodrop v0.1.14 |
2300 | 2025-01-15T04:33:47.254Z | Compiling regex-syntax v0.6.29 |
2301 | 2025-01-15T04:33:47.402Z | Compiling diff v0.1.13 |
2302 | 2025-01-15T04:33:47.454Z | Compiling opaque-debug v0.3.1 |
2303 | 2025-01-15T04:33:47.589Z | Compiling poly1305 v0.8.0 |
2304 | 2025-01-15T04:33:47.949Z | Compiling array-init v0.0.4 |
2305 | 2025-01-15T04:33:49.138Z | Compiling chrono-tz-build v0.4.0 |
2306 | 2025-01-15T04:33:50.156Z | Compiling thiserror-no-std v2.0.2 |
2307 | 2025-01-15T04:33:50.327Z | Compiling smallvec v0.6.14 |
2308 | 2025-01-15T04:33:50.827Z | Compiling lalrpop v0.19.12 |
2309 | 2025-01-15T04:33:52.500Z | Compiling diesel v2.2.6 |
2310 | 2025-01-15T04:33:52.820Z | Compiling slog-stdlog v4.1.1 |
2311 | 2025-01-15T04:33:53.013Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2312 | 2025-01-15T04:33:53.619Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2313 | 2025-01-15T04:33:53.934Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2314 | 2025-01-15T04:33:54.052Z | Compiling chacha20 v0.9.1 |
2315 | 2025-01-15T04:33:54.190Z | Compiling aead v0.5.2 |
2316 | 2025-01-15T04:33:54.555Z | Compiling vte_generate_state_changes v0.1.2 |
2317 | 2025-01-15T04:33:54.557Z | Compiling bitfield v0.14.0 |
2318 | 2025-01-15T04:33:54.891Z | Compiling hashbrown v0.12.3 |
2319 | 2025-01-15T04:33:55.162Z | Compiling termcolor v1.4.1 |
2320 | 2025-01-15T04:33:56.190Z | Compiling ref-cast v1.0.23 |
2321 | 2025-01-15T04:33:56.742Z | Compiling env_logger v0.10.2 |
2322 | 2025-01-15T04:33:57.324Z | Compiling vte v0.11.1 |
2323 | 2025-01-15T04:33:58.797Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2324 | 2025-01-15T04:33:59.937Z | Compiling chacha20poly1305 v0.10.1 |
2325 | 2025-01-15T04:34:00.214Z | Compiling slog-envlogger v2.2.0 |
2326 | 2025-01-15T04:34:02.892Z | Compiling serde-hex v0.1.0 |
2327 | 2025-01-15T04:34:07.947Z | Compiling vsss-rs v3.3.4 |
2328 | 2025-01-15T04:34:10.098Z | Compiling chrono-tz v0.10.0 |
2329 | 2025-01-15T04:34:10.769Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2330 | 2025-01-15T04:34:11.117Z | Compiling ron v0.8.1 |
2331 | 2025-01-15T04:34:11.957Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2332 | 2025-01-15T04:34:12.279Z | Compiling derive_builder_core v0.20.2 |
2333 | 2025-01-15T04:34:13.652Z | Compiling polar-core v0.27.3 |
2334 | 2025-01-15T04:34:14.327Z | Compiling hashbrown v0.13.2 |
2335 | 2025-01-15T04:34:14.819Z | Compiling headers-core v0.3.0 |
2336 | 2025-01-15T04:34:15.028Z | Compiling fxhash v0.2.1 |
2337 | 2025-01-15T04:34:15.282Z | Compiling libxml v0.3.3 |
2338 | 2025-01-15T04:34:15.700Z | Compiling ref-cast-impl v1.0.23 |
2339 | 2025-01-15T04:34:15.731Z | Compiling simd-adler32 v0.3.7 |
2340 | 2025-01-15T04:34:16.770Z | Compiling lockfree-object-pool v0.1.6 |
2341 | 2025-01-15T04:34:16.876Z | Compiling zip v2.1.3 |
2342 | 2025-01-15T04:34:17.032Z | Compiling bumpalo v3.16.0 |
2343 | 2025-01-15T04:34:17.076Z | Compiling bytecount v0.6.8 |
2344 | 2025-01-15T04:34:17.201Z | Compiling crc-any v2.5.0 |
2345 | 2025-01-15T04:34:17.392Z | Compiling papergrid v0.11.0 |
2346 | 2025-01-15T04:34:17.586Z | Compiling zopfli v0.8.1 |
2347 | 2025-01-15T04:34:18.175Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2348 | 2025-01-15T04:34:21.950Z | Compiling object v0.30.4 |
2349 | 2025-01-15T04:34:26.474Z | Compiling headers v0.4.0 |
2350 | 2025-01-15T04:34:30.370Z | Compiling derive_builder_macro v0.20.2 |
2351 | 2025-01-15T04:34:30.690Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2352 | 2025-01-15T04:34:32.926Z | Compiling strip-ansi-escapes v0.2.0 |
2353 | 2025-01-15T04:34:33.189Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2354 | 2025-01-15T04:34:33.913Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2355 | 2025-01-15T04:34:33.955Z | Compiling tabled_derive v0.7.0 |
2356 | 2025-01-15T04:34:34.220Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2357 | 2025-01-15T04:34:35.986Z | Compiling itertools v0.12.1 |
2358 | 2025-01-15T04:34:36.084Z | Compiling fd-lock v4.0.2 |
2359 | 2025-01-15T04:34:36.351Z | Compiling peg-macros v0.8.4 |
2360 | 2025-01-15T04:34:37.474Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2361 | 2025-01-15T04:34:38.348Z | Compiling strum_macros v0.24.3 |
2362 | 2025-01-15T04:34:38.429Z | Compiling kstat-rs v0.2.4 |
2363 | 2025-01-15T04:34:38.510Z | Compiling samael v0.0.17 |
2364 | 2025-01-15T04:34:39.300Z | Compiling indoc v1.0.9 |
2365 | 2025-01-15T04:34:39.427Z | Compiling path-slash v0.1.5 |
2366 | 2025-01-15T04:34:39.452Z | Compiling nu-ansi-term v0.50.1 |
2367 | 2025-01-15T04:34:39.707Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2368 | 2025-01-15T04:34:40.073Z | Compiling reedline v0.35.0 |
2369 | 2025-01-15T04:34:40.708Z | Compiling peg v0.8.4 |
2370 | 2025-01-15T04:34:40.832Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2371 | 2025-01-15T04:34:43.558Z | Compiling tabled v0.15.0 |
2372 | 2025-01-15T04:34:46.446Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2373 | 2025-01-15T04:34:56.699Z | Compiling derive_builder v0.20.2 |
2374 | 2025-01-15T04:35:01.455Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2375 | 2025-01-15T04:35:02.968Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2376 | 2025-01-15T04:35:03.470Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2377 | 2025-01-15T04:35:03.796Z | Compiling pem v3.0.4 |
2378 | 2025-01-15T04:35:04.251Z | Compiling bcs v0.1.6 |
2379 | 2025-01-15T04:35:05.150Z | Compiling oso-derive v0.27.3 |
2380 | 2025-01-15T04:35:05.215Z | Compiling impl-trait-for-tuples v0.2.2 |
2381 | 2025-01-15T04:35:06.113Z | Compiling libz-sys v1.1.20 |
2382 | 2025-01-15T04:35:06.761Z | Compiling quick-xml v0.33.0 |
2383 | 2025-01-15T04:35:08.569Z | Compiling diesel-dtrace v0.4.2 |
2384 | 2025-01-15T04:35:08.917Z | Compiling parking_lot_core v0.8.6 |
2385 | 2025-01-15T04:35:11.299Z | Compiling oso v0.27.3 |
2386 | 2025-01-15T04:35:13.887Z | Compiling mime_guess v2.0.5 |
2387 | 2025-01-15T04:35:14.963Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2388 | 2025-01-15T04:35:16.676Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2389 | 2025-01-15T04:35:19.871Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2390 | 2025-01-15T04:35:24.828Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2391 | 2025-01-15T04:35:25.153Z | Compiling bb8 v0.8.5 |
2392 | 2025-01-15T04:35:25.777Z | Compiling buf-list v1.0.3 |
2393 | 2025-01-15T04:35:26.421Z | Compiling async-bb8-diesel v0.2.1 |
2394 | 2025-01-15T04:35:28.589Z | Compiling nibble_vec v0.1.0 |
2395 | 2025-01-15T04:35:28.851Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2396 | 2025-01-15T04:35:29.107Z | Compiling pin-project-internal v1.1.6 |
2397 | 2025-01-15T04:35:29.613Z | Compiling atty v0.2.14 |
2398 | 2025-01-15T04:35:29.806Z | Compiling salty v0.3.0 |
2399 | 2025-01-15T04:35:30.242Z | Compiling endian-type v0.1.2 |
2400 | 2025-01-15T04:35:30.499Z | Compiling http-range v0.1.5 |
2401 | 2025-01-15T04:35:31.102Z | Compiling radix_trie v0.2.1 |
2402 | 2025-01-15T04:35:31.673Z | Compiling pin-project v1.1.6 |
2403 | 2025-01-15T04:35:31.966Z | Compiling parking_lot v0.11.2 |
2404 | 2025-01-15T04:35:36.661Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2405 | 2025-01-15T04:35:42.993Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2406 | 2025-01-15T04:35:46.353Z | Compiling snafu-derive v0.8.5 |
2407 | 2025-01-15T04:35:47.519Z | Compiling hyper-staticfile v0.10.1 |
2408 | 2025-01-15T04:35:50.384Z | Compiling sled v0.34.7 |
2409 | 2025-01-15T04:35:50.643Z | Compiling snafu v0.8.5 |
2410 | 2025-01-15T04:35:54.138Z | Compiling hickory-client v0.24.1 |
2411 | 2025-01-15T04:35:56.298Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2412 | 2025-01-15T04:35:58.391Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2413 | 2025-01-15T04:35:59.337Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2414 | 2025-01-15T04:36:00.590Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2415 | 2025-01-15T04:36:07.760Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2416 | 2025-01-15T04:36:09.310Z | Compiling globset v0.4.15 |
2417 | 2025-01-15T04:36:16.496Z | Compiling hickory-server v0.24.1 |
2418 | 2025-01-15T04:36:17.939Z | Compiling primeorder v0.13.6 |
2419 | 2025-01-15T04:36:18.129Z | Compiling olpc-cjson v0.1.4 |
2420 | 2025-01-15T04:36:18.483Z | Compiling vergen v8.3.2 |
2421 | 2025-01-15T04:36:18.506Z | Compiling castaway v0.2.3 |
2422 | 2025-01-15T04:36:18.711Z | Compiling env_filter v0.1.2 |
2423 | 2025-01-15T04:36:18.799Z | Compiling serde_plain v1.0.2 |
2424 | 2025-01-15T04:36:19.347Z | Compiling cargo-platform v0.1.8 |
2425 | 2025-01-15T04:36:19.820Z | Compiling nanorand v0.7.0 |
2426 | 2025-01-15T04:36:20.182Z | Compiling memoffset v0.9.1 |
2427 | 2025-01-15T04:36:20.478Z | Compiling typed-path v0.9.3 |
2428 | 2025-01-15T04:36:20.722Z | Compiling flume v0.11.1 |
2429 | 2025-01-15T04:36:21.472Z | Compiling cargo_metadata v0.18.1 |
2430 | 2025-01-15T04:36:22.833Z | Compiling git2 v0.19.0 |
2431 | 2025-01-15T04:36:24.112Z | Compiling tough v0.19.0 |
2432 | 2025-01-15T04:36:24.414Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2433 | 2025-01-15T04:36:27.464Z | Compiling env_logger v0.11.5 |
2434 | 2025-01-15T04:36:27.890Z | Compiling compact_str v0.8.0 |
2435 | 2025-01-15T04:36:28.066Z | Compiling p384 v0.13.0 |
2436 | 2025-01-15T04:36:28.857Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2437 | 2025-01-15T04:36:30.327Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2438 | 2025-01-15T04:36:31.144Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2439 | 2025-01-15T04:36:32.324Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2440 | 2025-01-15T04:36:35.004Z | Compiling unicode-truncate v1.1.0 |
2441 | 2025-01-15T04:36:35.325Z | Compiling lru v0.12.5 |
2442 | 2025-01-15T04:36:35.731Z | Compiling rand_seeder v0.3.0 |
2443 | 2025-01-15T04:36:36.131Z | Compiling libsqlite3-sys v0.30.1 |
2444 | 2025-01-15T04:36:36.668Z | Compiling lzma-sys v0.1.20 |
2445 | 2025-01-15T04:36:37.362Z | Compiling instability v0.3.2 |
2446 | 2025-01-15T04:36:38.351Z | Compiling cassowary v0.3.0 |
2447 | 2025-01-15T04:36:38.385Z | Compiling rustls v0.21.12 |
2448 | 2025-01-15T04:36:38.706Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2449 | 2025-01-15T04:36:39.018Z | Compiling parse-size v1.1.0 |
2450 | 2025-01-15T04:36:39.056Z | Compiling cfg_aliases v0.2.1 |
2451 | 2025-01-15T04:36:39.182Z | Compiling nix v0.29.0 |
2452 | 2025-01-15T04:36:39.350Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2453 | 2025-01-15T04:36:40.049Z | Compiling ratatui v0.28.1 |
2454 | 2025-01-15T04:36:41.390Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2455 | 2025-01-15T04:36:41.634Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2456 | 2025-01-15T04:36:43.467Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2457 | 2025-01-15T04:36:45.808Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2458 | 2025-01-15T04:36:46.531Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2459 | 2025-01-15T04:36:46.858Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2460 | 2025-01-15T04:36:47.554Z | Compiling rustls-webpki v0.101.7 |
2461 | 2025-01-15T04:36:48.165Z | Compiling sct v0.7.1 |
2462 | 2025-01-15T04:36:48.634Z | Compiling heck v0.3.3 |
2463 | 2025-01-15T04:36:48.982Z | Compiling csv-core v0.1.11 |
2464 | 2025-01-15T04:36:49.884Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2465 | 2025-01-15T04:36:50.231Z | Compiling glob v0.3.1 |
2466 | 2025-01-15T04:36:50.467Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2467 | 2025-01-15T04:36:50.833Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2468 | 2025-01-15T04:36:51.438Z | Compiling csv v1.3.0 |
2469 | 2025-01-15T04:36:52.260Z | Compiling zone_cfg_derive v0.1.2 |
2470 | 2025-01-15T04:36:53.571Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2471 | 2025-01-15T04:36:57.625Z | Compiling nix v0.27.1 |
2472 | 2025-01-15T04:36:57.710Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2473 | 2025-01-15T04:36:59.119Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2474 | 2025-01-15T04:36:59.926Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2475 | 2025-01-15T04:37:01.170Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2476 | 2025-01-15T04:37:02.349Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2477 | 2025-01-15T04:37:05.552Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2478 | 2025-01-15T04:37:09.793Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2479 | 2025-01-15T04:37:10.155Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2480 | 2025-01-15T04:37:11.568Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2481 | 2025-01-15T04:37:11.888Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2482 | 2025-01-15T04:37:12.216Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2483 | 2025-01-15T04:37:12.525Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2484 | 2025-01-15T04:37:12.820Z | Compiling tungstenite v0.23.0 |
2485 | 2025-01-15T04:37:13.099Z | Compiling hashlink v0.9.1 |
2486 | 2025-01-15T04:37:13.210Z | Compiling fallible-iterator v0.3.0 |
2487 | 2025-01-15T04:37:13.862Z | Compiling base64 v0.13.1 |
2488 | 2025-01-15T04:37:13.999Z | Compiling fallible-streaming-iterator v0.1.9 |
2489 | 2025-01-15T04:37:14.305Z | Compiling rusqlite v0.32.1 |
2490 | 2025-01-15T04:37:14.648Z | Compiling ron v0.7.1 |
2491 | 2025-01-15T04:37:16.248Z | Compiling tokio-tungstenite v0.23.1 |
2492 | 2025-01-15T04:37:16.865Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2493 | 2025-01-15T04:37:17.562Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2494 | 2025-01-15T04:37:19.128Z | Compiling xz2 v0.1.7 |
2495 | 2025-01-15T04:37:19.692Z | Compiling tokio-rustls v0.24.1 |
2496 | 2025-01-15T04:37:19.865Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2497 | 2025-01-15T04:37:20.116Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2498 | 2025-01-15T04:37:21.728Z | Compiling zone v0.1.8 |
2499 | 2025-01-15T04:37:25.054Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2500 | 2025-01-15T04:37:25.118Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2501 | 2025-01-15T04:37:33.331Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2502 | 2025-01-15T04:37:35.683Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2503 | 2025-01-15T04:37:37.908Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2504 | 2025-01-15T04:37:38.084Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2505 | 2025-01-15T04:37:39.074Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2506 | 2025-01-15T04:37:42.763Z | Compiling rustls-pemfile v1.0.4 |
2507 | 2025-01-15T04:37:43.518Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2508 | 2025-01-15T04:37:43.848Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2509 | 2025-01-15T04:37:44.047Z | Compiling signal-hook-tokio v0.3.1 |
2510 | 2025-01-15T04:37:44.286Z | Compiling twox-hash v1.6.3 |
2511 | 2025-01-15T04:37:45.277Z | Compiling yasna v0.5.2 |
2512 | 2025-01-15T04:37:46.456Z | Compiling is_ci v1.2.0 |
2513 | 2025-01-15T04:37:46.787Z | Compiling unicode-linebreak v0.1.5 |
2514 | 2025-01-15T04:37:47.395Z | Compiling smawk v0.3.2 |
2515 | 2025-01-15T04:37:47.690Z | Compiling textwrap v0.16.1 |
2516 | 2025-01-15T04:37:47.835Z | Compiling supports-color v3.0.1 |
2517 | 2025-01-15T04:37:48.292Z | Compiling rcgen v0.12.1 |
2518 | 2025-01-15T04:37:49.020Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2519 | 2025-01-15T04:37:51.136Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2520 | 2025-01-15T04:37:56.242Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2521 | 2025-01-15T04:37:58.435Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2522 | 2025-01-15T04:37:59.295Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2523 | 2025-01-15T04:38:16.793Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2524 | 2025-01-15T04:38:17.121Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2525 | 2025-01-15T04:38:21.581Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2526 | 2025-01-15T04:38:29.829Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2527 | 2025-01-15T04:38:30.383Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2528 | 2025-01-15T04:38:32.202Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2529 | 2025-01-15T04:38:32.549Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2530 | 2025-01-15T04:38:36.874Z | Compiling fatfs v0.3.6 |
2531 | 2025-01-15T04:38:39.700Z | Compiling subprocess v0.2.9 |
2532 | 2025-01-15T04:38:39.948Z | Compiling rtoolbox v0.0.2 |
2533 | 2025-01-15T04:38:40.167Z | Compiling assert_matches v1.5.0 |
2534 | 2025-01-15T04:38:40.403Z | Compiling rpassword v7.3.1 |
2535 | 2025-01-15T04:38:40.886Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2536 | 2025-01-15T04:38:42.332Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2537 | 2025-01-15T04:38:44.386Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2538 | 2025-01-15T04:38:48.340Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2539 | 2025-01-15T04:38:51.275Z | Compiling tui-tree-widget v0.22.0 |
2540 | 2025-01-15T04:38:51.720Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2541 | 2025-01-15T04:38:51.795Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2542 | 2025-01-15T04:38:52.107Z | Compiling uzers v0.12.1 |
2543 | 2025-01-15T04:38:55.265Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2544 | 2025-01-15T04:39:05.062Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2545 | 2025-01-15T04:39:06.918Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2546 | 2025-01-15T04:39:28.351Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2547 | 2025-01-15T04:39:36.566Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2548 | 2025-01-15T04:39:38.840Z | Compiling multimap v0.10.0 |
2549 | 2025-01-15T04:41:54.450Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2550 | 2025-01-15T04:42:11.607Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2551 | 2025-01-15T04:48:22.484Z | Finished `release` profile [optimized] target(s) in 15m 45s |
2552 | 2025-01-15T04:49:25.934Z | |
2553 | 2025-01-15T04:49:25.934Z | real 16:49.889597857 |
2554 | 2025-01-15T04:49:25.934Z | user 1:59:32.192440274 |
2555 | 2025-01-15T04:49:25.934Z | sys 3:14.364939619 |
2556 | 2025-01-15T04:49:25.938Z | trap 3.037660416 |
2557 | 2025-01-15T04:49:25.938Z | tflt 2.901806518 |
2558 | 2025-01-15T04:49:25.938Z | dflt 4.104258755 |
2559 | 2025-01-15T04:49:25.938Z | kflt 0.001902954 |
2560 | 2025-01-15T04:49:25.938Z | lock 7:10:15.464455992 |
2561 | 2025-01-15T04:49:25.939Z | slp 6:16:12.238655299 |
2562 | 2025-01-15T04:49:25.939Z | lat 3:20.588328908 |
2563 | 2025-01-15T04:49:25.939Z | stop 2:46.016943376 |
2564 | 2025-01-15T04:49:25.939Z | + mapfile -t packages |
2565 | 2025-01-15T04:49:25.939Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2566 | 2025-01-15T04:49:26.954Z | Finished `release` profile [optimized] target(s) in 0.96s |
2567 | 2025-01-15T04:49:27.014Z | Running `target/release/omicron-package -t test list-outputs` |
2568 | 2025-01-15T04:49:27.063Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2569 | 2025-01-15T04:49:27.066Z | + ptime -m cargo build --locked --release -p xtask |
2570 | 2025-01-15T04:49:27.626Z | Compiling serde v1.0.217 |
2571 | 2025-01-15T04:49:27.629Z | Compiling libc v0.2.162 |
2572 | 2025-01-15T04:49:27.629Z | Compiling rustix v0.38.37 |
2573 | 2025-01-15T04:49:27.629Z | Compiling serde_json v1.0.135 |
2574 | 2025-01-15T04:49:27.629Z | Compiling syn v2.0.96 |
2575 | 2025-01-15T04:49:27.720Z | Compiling bitflags v2.6.0 |
2576 | 2025-01-15T04:49:28.147Z | Compiling usdt-impl v0.5.0 |
2577 | 2025-01-15T04:49:28.187Z | Compiling syn v1.0.109 |
2578 | 2025-01-15T04:49:28.228Z | Compiling hashbrown v0.15.1 |
2579 | 2025-01-15T04:49:28.246Z | Compiling log v0.4.22 |
2580 | 2025-01-15T04:49:28.520Z | Compiling fs-err v2.11.0 |
2581 | 2025-01-15T04:49:28.690Z | Compiling once_cell v1.20.2 |
2582 | 2025-01-15T04:49:28.821Z | Compiling anyhow v1.0.95 |
2583 | 2025-01-15T04:49:29.080Z | Compiling thread-id v4.2.2 |
2584 | 2025-01-15T04:49:29.431Z | Compiling indexmap v2.7.0 |
2585 | 2025-01-15T04:49:30.593Z | Compiling terminal_size v0.4.0 |
2586 | 2025-01-15T04:49:30.593Z | Compiling tempfile v3.13.0 |
2587 | 2025-01-15T04:49:30.793Z | Compiling clap_builder v4.5.21 |
2588 | 2025-01-15T04:49:31.619Z | Compiling proc-macro-error v1.0.4 |
2589 | 2025-01-15T04:49:32.367Z | Compiling tabled_derive v0.7.0 |
2590 | 2025-01-15T04:49:33.525Z | Compiling tabled v0.15.0 |
2591 | 2025-01-15T04:49:34.083Z | Compiling serde_derive v1.0.217 |
2592 | 2025-01-15T04:49:34.083Z | Compiling thiserror-impl v1.0.69 |
2593 | 2025-01-15T04:49:34.091Z | Compiling zerocopy-derive v0.7.35 |
2594 | 2025-01-15T04:49:34.091Z | Compiling scroll_derive v0.12.0 |
2595 | 2025-01-15T04:49:34.091Z | Compiling clap_derive v4.5.18 |
2596 | 2025-01-15T04:49:35.419Z | Compiling scroll v0.12.0 |
2597 | 2025-01-15T04:49:35.971Z | Compiling zerocopy v0.7.35 |
2598 | 2025-01-15T04:49:36.151Z | Compiling goblin v0.8.2 |
2599 | 2025-01-15T04:49:36.894Z | Compiling thiserror v1.0.69 |
2600 | 2025-01-15T04:49:37.075Z | Compiling pest v2.7.14 |
2601 | 2025-01-15T04:49:39.846Z | Compiling pest_meta v2.7.14 |
2602 | 2025-01-15T04:49:40.117Z | Compiling clap v4.5.21 |
2603 | 2025-01-15T04:49:41.536Z | Compiling pest_generator v2.7.14 |
2604 | 2025-01-15T04:49:43.692Z | Compiling pest_derive v2.7.14 |
2605 | 2025-01-15T04:49:44.485Z | Compiling dtrace-parser v0.2.0 |
2606 | 2025-01-15T04:49:48.344Z | Compiling toml_datetime v0.6.8 |
2607 | 2025-01-15T04:49:49.054Z | Compiling serde_tokenstream v0.2.2 |
2608 | 2025-01-15T04:49:49.647Z | Compiling serde_spanned v0.6.8 |
2609 | 2025-01-15T04:49:49.931Z | Compiling toml_edit v0.22.22 |
2610 | 2025-01-15T04:49:51.280Z | Compiling dof v0.3.0 |
2611 | 2025-01-15T04:49:52.412Z | Compiling camino v1.1.9 |
2612 | 2025-01-15T04:49:53.407Z | Compiling usdt-attr-macro v0.5.0 |
2613 | 2025-01-15T04:49:53.686Z | Compiling toml v0.8.19 |
2614 | 2025-01-15T04:49:54.733Z | Compiling usdt-macro v0.5.0 |
2615 | 2025-01-15T04:49:55.936Z | Compiling cargo-platform v0.1.8 |
2616 | 2025-01-15T04:49:55.993Z | Compiling semver v1.0.24 |
2617 | 2025-01-15T04:49:56.816Z | Compiling cargo_metadata v0.18.1 |
2618 | 2025-01-15T04:49:56.975Z | Compiling usdt v0.5.0 |
2619 | 2025-01-15T04:49:57.462Z | Compiling cargo_toml v0.20.5 |
2620 | 2025-01-15T04:49:58.411Z | Compiling camino-tempfile v1.1.1 |
2621 | 2025-01-15T04:49:59.206Z | Compiling macaddr v1.0.1 |
2622 | 2025-01-15T04:50:10.551Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2623 | 2025-01-15T04:50:21.154Z | Finished `release` profile [optimized] target(s) in 54.02s |
2624 | 2025-01-15T04:50:21.266Z | |
2625 | 2025-01-15T04:50:21.269Z | real 54.161249724 |
2626 | 2025-01-15T04:50:21.269Z | user 5:40.700157000 |
2627 | 2025-01-15T04:50:21.270Z | sys 18.428666151 |
2628 | 2025-01-15T04:50:21.270Z | trap 0.155048082 |
2629 | 2025-01-15T04:50:21.270Z | tflt 0.314820270 |
2630 | 2025-01-15T04:50:21.270Z | dflt 0.414208176 |
2631 | 2025-01-15T04:50:21.270Z | kflt 0.000000000 |
2632 | 2025-01-15T04:50:21.270Z | lock 10:30.581710671 |
2633 | 2025-01-15T04:50:21.270Z | slp 15:47.504153853 |
2634 | 2025-01-15T04:50:21.270Z | lat 13.625322293 |
2635 | 2025-01-15T04:50:21.270Z | stop 18.269307103 |
2636 | 2025-01-15T04:50:21.270Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2637 | 2025-01-15T04:50:21.270Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2638 | 2025-01-15T04:50:21.270Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2639 | 2025-01-15T04:50:21.270Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2640 | 2025-01-15T04:50:21.270Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2641 | 2025-01-15T04:50:22.146Z | Compiling hashbrown v0.14.5 |
2642 | 2025-01-15T04:50:22.276Z | Compiling ident_case v1.0.1 |
2643 | 2025-01-15T04:50:22.290Z | Compiling unsafe-libyaml v0.2.11 |
2644 | 2025-01-15T04:50:22.304Z | Compiling ipnetwork v0.20.0 |
2645 | 2025-01-15T04:50:22.309Z | Compiling progenitor-client v0.9.1 |
2646 | 2025-01-15T04:50:22.309Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2647 | 2025-01-15T04:50:22.309Z | Compiling macaddr v1.0.1 |
2648 | 2025-01-15T04:50:22.309Z | Compiling progenitor-client v0.8.0 |
2649 | 2025-01-15T04:50:22.438Z | Compiling darling_core v0.20.10 |
2650 | 2025-01-15T04:50:22.768Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2651 | 2025-01-15T04:50:22.791Z | Compiling instant v0.1.13 |
2652 | 2025-01-15T04:50:22.824Z | Compiling structmeta-derive v0.3.0 |
2653 | 2025-01-15T04:50:22.847Z | Compiling dropshot v0.13.0 |
2654 | 2025-01-15T04:50:22.959Z | Compiling thiserror v2.0.11 |
2655 | 2025-01-15T04:50:23.087Z | Compiling dropshot_endpoint v0.13.0 |
2656 | 2025-01-15T04:50:23.240Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
2657 | 2025-01-15T04:50:23.418Z | Compiling regress v0.10.1 |
2658 | 2025-01-15T04:50:23.471Z | Compiling regress v0.9.1 |
2659 | 2025-01-15T04:50:23.549Z | Compiling serde_yaml v0.9.34+deprecated |
2660 | 2025-01-15T04:50:24.458Z | Compiling thiserror-impl v2.0.11 |
2661 | 2025-01-15T04:50:24.505Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
2662 | 2025-01-15T04:50:25.464Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2663 | 2025-01-15T04:50:25.486Z | Compiling structmeta v0.3.0 |
2664 | 2025-01-15T04:50:25.913Z | Compiling parse-display-derive v0.10.0 |
2665 | 2025-01-15T04:50:26.259Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2666 | 2025-01-15T04:50:26.476Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2667 | 2025-01-15T04:50:26.957Z | Compiling backoff v0.4.0 |
2668 | 2025-01-15T04:50:27.293Z | Compiling typify-impl v0.2.0 |
2669 | 2025-01-15T04:50:27.335Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2670 | 2025-01-15T04:50:27.927Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2671 | 2025-01-15T04:50:28.102Z | Compiling tempfile v3.13.0 |
2672 | 2025-01-15T04:50:28.129Z | Compiling proc-macro-crate v1.3.1 |
2673 | 2025-01-15T04:50:28.242Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2674 | 2025-01-15T04:50:28.423Z | Compiling typify-impl v0.3.0 |
2675 | 2025-01-15T04:50:28.489Z | Compiling darling_macro v0.20.10 |
2676 | 2025-01-15T04:50:28.645Z | Compiling itertools v0.13.0 |
2677 | 2025-01-15T04:50:28.895Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2678 | 2025-01-15T04:50:29.085Z | Compiling num_enum_derive v0.5.11 |
2679 | 2025-01-15T04:50:29.198Z | Compiling zerocopy v0.8.10 |
2680 | 2025-01-15T04:50:29.406Z | Compiling darling v0.20.10 |
2681 | 2025-01-15T04:50:29.543Z | Compiling serde_with_macros v3.11.0 |
2682 | 2025-01-15T04:50:30.043Z | Compiling parse-display v0.10.0 |
2683 | 2025-01-15T04:50:30.176Z | Compiling zerocopy-derive v0.8.10 |
2684 | 2025-01-15T04:50:30.678Z | Compiling foreign-types-macros v0.2.3 |
2685 | 2025-01-15T04:50:31.444Z | Compiling num_enum v0.5.11 |
2686 | 2025-01-15T04:50:31.545Z | Compiling foreign-types-shared v0.3.1 |
2687 | 2025-01-15T04:50:31.636Z | Compiling heapless v0.8.0 |
2688 | 2025-01-15T04:50:31.704Z | Compiling crucible-workspace-hack v0.1.0 |
2689 | 2025-01-15T04:50:32.007Z | Compiling foreign-types v0.5.0 |
2690 | 2025-01-15T04:50:32.057Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2691 | 2025-01-15T04:50:32.165Z | Compiling proc-macro-error v1.0.4 |
2692 | 2025-01-15T04:50:32.265Z | Compiling serde_with v3.11.0 |
2693 | 2025-01-15T04:50:32.789Z | Compiling camino-tempfile v1.1.1 |
2694 | 2025-01-15T04:50:32.936Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2695 | 2025-01-15T04:50:33.230Z | Compiling hash32 v0.3.1 |
2696 | 2025-01-15T04:50:33.500Z | Compiling cstr-argument v0.1.2 |
2697 | 2025-01-15T04:50:33.763Z | Compiling pretty-hex v0.2.1 |
2698 | 2025-01-15T04:50:33.810Z | Compiling smoltcp v0.11.0 |
2699 | 2025-01-15T04:50:33.982Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2700 | 2025-01-15T04:50:34.386Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2701 | 2025-01-15T04:50:34.517Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2702 | 2025-01-15T04:50:35.156Z | Compiling tabwriter v1.4.0 |
2703 | 2025-01-15T04:50:35.570Z | Compiling colored v2.1.0 |
2704 | 2025-01-15T04:50:35.633Z | Compiling cobs v0.2.3 |
2705 | 2025-01-15T04:50:36.010Z | Compiling postcard v1.0.10 |
2706 | 2025-01-15T04:50:36.164Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2707 | 2025-01-15T04:50:36.267Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2708 | 2025-01-15T04:50:36.291Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2709 | 2025-01-15T04:50:36.460Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2710 | 2025-01-15T04:50:36.584Z | Compiling smf v0.2.3 |
2711 | 2025-01-15T04:50:36.672Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2712 | 2025-01-15T04:50:37.039Z | Compiling zone_cfg_derive v0.3.0 |
2713 | 2025-01-15T04:50:37.181Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2714 | 2025-01-15T04:50:37.634Z | Compiling num-derive v0.4.2 |
2715 | 2025-01-15T04:50:37.810Z | Compiling sigpipe v0.1.3 |
2716 | 2025-01-15T04:50:37.960Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2717 | 2025-01-15T04:50:38.309Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2718 | 2025-01-15T04:50:38.436Z | Compiling zone v0.3.0 |
2719 | 2025-01-15T04:50:38.744Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2720 | 2025-01-15T04:50:39.264Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2721 | 2025-01-15T04:50:39.542Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2722 | 2025-01-15T04:50:39.728Z | Compiling universal-hash v0.5.1 |
2723 | 2025-01-15T04:50:39.869Z | Compiling opaque-debug v0.3.1 |
2724 | 2025-01-15T04:50:39.930Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2725 | 2025-01-15T04:50:39.953Z | Compiling tungstenite v0.21.0 |
2726 | 2025-01-15T04:50:39.990Z | Compiling num-rational v0.4.2 |
2727 | 2025-01-15T04:50:40.261Z | Compiling password-hash v0.5.0 |
2728 | 2025-01-15T04:50:40.620Z | Compiling blake2 v0.10.6 |
2729 | 2025-01-15T04:50:40.795Z | Compiling num-complex v0.4.6 |
2730 | 2025-01-15T04:50:41.264Z | Compiling aead v0.5.2 |
2731 | 2025-01-15T04:50:41.621Z | Compiling base64 v0.21.7 |
2732 | 2025-01-15T04:50:41.680Z | Compiling convert_case v0.4.0 |
2733 | 2025-01-15T04:50:41.853Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2734 | 2025-01-15T04:50:41.944Z | Compiling keccak v0.1.5 |
2735 | 2025-01-15T04:50:42.061Z | Compiling num v0.4.3 |
2736 | 2025-01-15T04:50:42.110Z | Compiling argon2 v0.5.3 |
2737 | 2025-01-15T04:50:42.188Z | Compiling tokio-tungstenite v0.21.0 |
2738 | 2025-01-15T04:50:42.344Z | Compiling sha3 v0.10.8 |
2739 | 2025-01-15T04:50:42.507Z | Compiling derive_more v0.99.18 |
2740 | 2025-01-15T04:50:42.530Z | Compiling typify-macro v0.2.0 |
2741 | 2025-01-15T04:50:42.737Z | Compiling poly1305 v0.8.0 |
2742 | 2025-01-15T04:50:43.103Z | Compiling chacha20 v0.9.1 |
2743 | 2025-01-15T04:50:43.609Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2744 | 2025-01-15T04:50:43.633Z | Compiling float-ord v0.3.2 |
2745 | 2025-01-15T04:50:43.730Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2746 | 2025-01-15T04:50:43.819Z | Compiling semver v0.1.20 |
2747 | 2025-01-15T04:50:44.035Z | Compiling typify-macro v0.3.0 |
2748 | 2025-01-15T04:50:44.177Z | Compiling same-file v1.0.6 |
2749 | 2025-01-15T04:50:44.476Z | Compiling walkdir v2.5.0 |
2750 | 2025-01-15T04:50:44.500Z | Compiling rustc_version v0.1.7 |
2751 | 2025-01-15T04:50:44.505Z | Compiling newline-converter v0.3.0 |
2752 | 2025-01-15T04:50:44.722Z | Compiling primeorder v0.13.6 |
2753 | 2025-01-15T04:50:44.832Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2754 | 2025-01-15T04:50:44.960Z | Compiling secrecy v0.8.0 |
2755 | 2025-01-15T04:50:45.194Z | Compiling owo-colors v4.1.0 |
2756 | 2025-01-15T04:50:45.232Z | Compiling cancel-safe-futures v0.1.5 |
2757 | 2025-01-15T04:50:45.263Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2758 | 2025-01-15T04:50:45.448Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2759 | 2025-01-15T04:50:45.522Z | Compiling newtype_derive v0.1.6 |
2760 | 2025-01-15T04:50:45.609Z | Compiling expectorate v1.1.0 |
2761 | 2025-01-15T04:50:45.701Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2762 | 2025-01-15T04:50:45.815Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2763 | 2025-01-15T04:50:45.866Z | Compiling thiserror-impl-no-std v2.0.2 |
2764 | 2025-01-15T04:50:46.069Z | Compiling blake3 v1.5.4 |
2765 | 2025-01-15T04:50:46.112Z | Compiling unicase v2.7.0 |
2766 | 2025-01-15T04:50:46.412Z | Compiling typify v0.2.0 |
2767 | 2025-01-15T04:50:46.446Z | Compiling half v2.4.1 |
2768 | 2025-01-15T04:50:46.564Z | Compiling progenitor-impl v0.8.0 |
2769 | 2025-01-15T04:50:46.725Z | Compiling arc-swap v1.7.1 |
2770 | 2025-01-15T04:50:46.747Z | Compiling ciborium-io v0.2.2 |
2771 | 2025-01-15T04:50:47.023Z | Compiling ciborium-ll v0.2.2 |
2772 | 2025-01-15T04:50:47.117Z | Compiling slog-scope v4.4.0 |
2773 | 2025-01-15T04:50:47.281Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2774 | 2025-01-15T04:50:47.409Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2775 | 2025-01-15T04:50:47.723Z | Compiling polyval v0.6.2 |
2776 | 2025-01-15T04:50:47.839Z | Compiling typify v0.3.0 |
2777 | 2025-01-15T04:50:48.203Z | Compiling progenitor-impl v0.9.1 |
2778 | 2025-01-15T04:50:48.222Z | Compiling atomicwrites v0.4.4 |
2779 | 2025-01-15T04:50:48.222Z | Compiling libsw v3.3.1 |
2780 | 2025-01-15T04:50:48.501Z | Compiling memmap2 v0.9.5 |
2781 | 2025-01-15T04:50:48.523Z | Compiling arrayvec v0.7.6 |
2782 | 2025-01-15T04:50:48.751Z | Compiling thiserror-no-std v2.0.2 |
2783 | 2025-01-15T04:50:48.905Z | Compiling parking_lot_core v0.8.6 |
2784 | 2025-01-15T04:50:48.947Z | Compiling indent_write v2.2.0 |
2785 | 2025-01-15T04:50:48.975Z | Compiling constant_time_eq v0.3.1 |
2786 | 2025-01-15T04:50:49.191Z | Compiling linear-map v1.2.0 |
2787 | 2025-01-15T04:50:49.194Z | Compiling salty v0.3.0 |
2788 | 2025-01-15T04:50:49.324Z | Compiling libefi-sys v0.1.0 |
2789 | 2025-01-15T04:50:49.383Z | Compiling arrayref v0.3.9 |
2790 | 2025-01-15T04:50:49.534Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2791 | 2025-01-15T04:50:49.592Z | Compiling vsss-rs v3.3.4 |
2792 | 2025-01-15T04:50:49.676Z | Compiling ghash v0.5.1 |
2793 | 2025-01-15T04:50:49.861Z | Compiling slog-stdlog v4.1.1 |
2794 | 2025-01-15T04:50:49.884Z | Compiling ciborium v0.2.2 |
2795 | 2025-01-15T04:50:50.654Z | Compiling p384 v0.13.0 |
2796 | 2025-01-15T04:50:50.933Z | Compiling toolchain_find v0.4.0 |
2797 | 2025-01-15T04:50:51.301Z | Compiling chacha20poly1305 v0.10.1 |
2798 | 2025-01-15T04:50:51.579Z | Compiling ctr v0.9.2 |
2799 | 2025-01-15T04:50:51.598Z | Compiling lzma-sys v0.1.20 |
2800 | 2025-01-15T04:50:51.619Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2801 | 2025-01-15T04:50:51.985Z | Compiling bitfield-struct v0.6.2 |
2802 | 2025-01-15T04:50:52.042Z | Compiling slog-dtrace v0.3.0 |
2803 | 2025-01-15T04:50:52.250Z | Compiling highway v1.2.0 |
2804 | 2025-01-15T04:50:52.342Z | Compiling topological-sort v0.2.2 |
2805 | 2025-01-15T04:50:52.586Z | Compiling omicron-zone-package v0.12.0 |
2806 | 2025-01-15T04:50:52.628Z | Compiling aes-gcm v0.10.3 |
2807 | 2025-01-15T04:50:52.958Z | Compiling rustfmt-wrapper v0.2.1 |
2808 | 2025-01-15T04:50:53.036Z | Compiling mime_guess v2.0.5 |
2809 | 2025-01-15T04:50:53.304Z | Compiling slog-envlogger v2.2.0 |
2810 | 2025-01-15T04:50:53.410Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2811 | 2025-01-15T04:50:53.519Z | Compiling progenitor-macro v0.8.0 |
2812 | 2025-01-15T04:50:53.551Z | Compiling steno v0.4.1 |
2813 | 2025-01-15T04:50:54.216Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2814 | 2025-01-15T04:50:54.446Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2815 | 2025-01-15T04:50:54.740Z | Compiling heck v0.3.3 |
2816 | 2025-01-15T04:50:54.762Z | Compiling ssh-encoding v0.2.0 |
2817 | 2025-01-15T04:50:54.890Z | Compiling blowfish v0.9.1 |
2818 | 2025-01-15T04:50:55.127Z | Compiling nibble_vec v0.1.0 |
2819 | 2025-01-15T04:50:55.179Z | Compiling progenitor-macro v0.9.1 |
2820 | 2025-01-15T04:50:55.273Z | Compiling env_filter v0.1.2 |
2821 | 2025-01-15T04:50:55.337Z | Compiling endian-type v0.1.2 |
2822 | 2025-01-15T04:50:55.360Z | Compiling humantime v2.1.0 |
2823 | 2025-01-15T04:50:55.554Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2824 | 2025-01-15T04:50:55.596Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2825 | 2025-01-15T04:50:55.892Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2826 | 2025-01-15T04:50:55.969Z | Compiling env_logger v0.11.5 |
2827 | 2025-01-15T04:50:55.971Z | Compiling radix_trie v0.2.1 |
2828 | 2025-01-15T04:50:56.012Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2829 | 2025-01-15T04:50:56.035Z | Compiling ssh-cipher v0.2.0 |
2830 | 2025-01-15T04:50:56.644Z | Compiling zone_cfg_derive v0.1.2 |
2831 | 2025-01-15T04:50:56.672Z | Compiling bcrypt-pbkdf v0.10.0 |
2832 | 2025-01-15T04:50:57.313Z | Compiling parking_lot v0.11.2 |
2833 | 2025-01-15T04:50:57.405Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2834 | 2025-01-15T04:50:57.505Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2835 | 2025-01-15T04:50:58.171Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2836 | 2025-01-15T04:50:58.272Z | Compiling password-hash v0.4.2 |
2837 | 2025-01-15T04:50:58.384Z | Compiling gethostname v0.5.0 |
2838 | 2025-01-15T04:50:58.453Z | Compiling fxhash v0.2.1 |
2839 | 2025-01-15T04:50:58.491Z | Compiling http-range v0.1.5 |
2840 | 2025-01-15T04:50:58.575Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2841 | 2025-01-15T04:50:58.596Z | Compiling matches v0.1.10 |
2842 | 2025-01-15T04:50:58.680Z | Compiling zip v2.1.3 |
2843 | 2025-01-15T04:50:58.717Z | Compiling lockfree-object-pool v0.1.6 |
2844 | 2025-01-15T04:50:58.817Z | Compiling simd-adler32 v0.3.7 |
2845 | 2025-01-15T04:50:58.891Z | Compiling base64 v0.13.1 |
2846 | 2025-01-15T04:50:59.008Z | Compiling bumpalo v3.16.0 |
2847 | 2025-01-15T04:50:59.086Z | Compiling pbkdf2 v0.11.0 |
2848 | 2025-01-15T04:50:59.115Z | Compiling idna v0.2.3 |
2849 | 2025-01-15T04:50:59.361Z | Compiling ron v0.7.1 |
2850 | 2025-01-15T04:50:59.468Z | Compiling zopfli v0.8.1 |
2851 | 2025-01-15T04:50:59.489Z | Compiling sled v0.34.7 |
2852 | 2025-01-15T04:50:59.506Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2853 | 2025-01-15T04:50:59.982Z | Compiling xz2 v0.1.7 |
2854 | 2025-01-15T04:51:00.148Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2855 | 2025-01-15T04:51:00.455Z | Compiling zone v0.1.8 |
2856 | 2025-01-15T04:51:01.134Z | Compiling ssh-key v0.6.6 |
2857 | 2025-01-15T04:51:01.242Z | Compiling hickory-client v0.24.1 |
2858 | 2025-01-15T04:51:01.895Z | Compiling p521 v0.13.3 |
2859 | 2025-01-15T04:51:02.170Z | Compiling p256 v0.13.2 |
2860 | 2025-01-15T04:51:02.611Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2861 | 2025-01-15T04:51:03.022Z | Compiling hickory-server v0.24.1 |
2862 | 2025-01-15T04:51:03.638Z | Compiling enum-as-inner v0.5.1 |
2863 | 2025-01-15T04:51:04.277Z | Compiling pem v3.0.4 |
2864 | 2025-01-15T04:51:04.661Z | Compiling yasna v0.5.2 |
2865 | 2025-01-15T04:51:05.036Z | Compiling headers-core v0.3.0 |
2866 | 2025-01-15T04:51:05.233Z | Compiling kstat-rs v0.2.4 |
2867 | 2025-01-15T04:51:05.398Z | Compiling nanorand v0.7.0 |
2868 | 2025-01-15T04:51:05.417Z | Compiling atty v0.2.14 |
2869 | 2025-01-15T04:51:05.598Z | Compiling russh-cryptovec v0.7.3 |
2870 | 2025-01-15T04:51:05.791Z | Compiling md5 v0.7.0 |
2871 | 2025-01-15T04:51:05.952Z | Compiling flume v0.11.1 |
2872 | 2025-01-15T04:51:05.974Z | Compiling rcgen v0.12.1 |
2873 | 2025-01-15T04:51:06.229Z | Compiling russh-keys v0.45.0 |
2874 | 2025-01-15T04:51:06.313Z | Compiling progenitor v0.8.0 |
2875 | 2025-01-15T04:51:06.337Z | Compiling headers v0.4.0 |
2876 | 2025-01-15T04:51:06.560Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2877 | 2025-01-15T04:51:06.583Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2878 | 2025-01-15T04:51:07.373Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2879 | 2025-01-15T04:51:07.992Z | Compiling progenitor v0.9.1 |
2880 | 2025-01-15T04:51:08.051Z | Compiling trust-dns-proto v0.22.0 |
2881 | 2025-01-15T04:51:08.140Z | Compiling hyper-staticfile v0.10.1 |
2882 | 2025-01-15T04:51:08.239Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2883 | 2025-01-15T04:51:09.237Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2884 | 2025-01-15T04:51:09.591Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2885 | 2025-01-15T04:51:09.941Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2886 | 2025-01-15T04:51:10.168Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2887 | 2025-01-15T04:51:11.002Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2888 | 2025-01-15T04:51:13.577Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2889 | 2025-01-15T04:51:13.752Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2890 | 2025-01-15T04:51:14.252Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2891 | 2025-01-15T04:51:14.335Z | Compiling num-bigint v0.4.6 |
2892 | 2025-01-15T04:51:14.873Z | Compiling des v0.8.1 |
2893 | 2025-01-15T04:51:15.236Z | Compiling subprocess v0.2.9 |
2894 | 2025-01-15T04:51:15.445Z | Compiling hex-literal v0.4.1 |
2895 | 2025-01-15T04:51:15.640Z | Compiling display-error-chain v0.2.2 |
2896 | 2025-01-15T04:51:15.669Z | Compiling dhcproto-macros v0.1.0 |
2897 | 2025-01-15T04:51:15.869Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2898 | 2025-01-15T04:51:16.540Z | Compiling dhcproto v0.12.0 |
2899 | 2025-01-15T04:51:16.974Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2900 | 2025-01-15T04:51:17.464Z | Compiling russh v0.45.0 |
2901 | 2025-01-15T04:51:19.589Z | Compiling internet-checksum v0.2.1 |
2902 | 2025-01-15T04:51:24.622Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2903 | 2025-01-15T04:51:24.622Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2904 | 2025-01-15T04:51:24.625Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2905 | 2025-01-15T04:51:24.625Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2906 | 2025-01-15T04:51:25.417Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2907 | 2025-01-15T04:51:27.383Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2908 | 2025-01-15T04:51:28.545Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2909 | 2025-01-15T04:51:28.761Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2910 | 2025-01-15T04:51:29.393Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2911 | 2025-01-15T04:51:31.793Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2912 | 2025-01-15T04:51:31.812Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2913 | 2025-01-15T04:51:32.475Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2914 | 2025-01-15T04:51:32.541Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2915 | 2025-01-15T04:51:33.297Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2916 | 2025-01-15T04:51:33.534Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2917 | 2025-01-15T04:51:35.034Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2918 | 2025-01-15T04:51:35.181Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2919 | 2025-01-15T04:51:35.800Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2920 | 2025-01-15T04:51:38.512Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2921 | 2025-01-15T04:51:38.681Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2922 | 2025-01-15T04:51:38.921Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2923 | 2025-01-15T04:51:38.943Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2924 | 2025-01-15T04:51:40.560Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2925 | 2025-01-15T04:51:40.707Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2926 | 2025-01-15T04:51:43.271Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2927 | 2025-01-15T04:51:43.334Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2928 | 2025-01-15T04:51:44.745Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2929 | 2025-01-15T04:51:45.176Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2930 | 2025-01-15T04:51:52.151Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2931 | 2025-01-15T04:52:00.340Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2932 | 2025-01-15T04:52:01.882Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2933 | 2025-01-15T04:52:23.308Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2934 | 2025-01-15T04:52:46.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
2935 | 2025-01-15T04:52:46.983Z | |
2936 | 2025-01-15T04:52:46.983Z | real 2:25.641223177 |
2937 | 2025-01-15T04:52:46.983Z | user 12:15.973203516 |
2938 | 2025-01-15T04:52:46.983Z | sys 1:37.216164589 |
2939 | 2025-01-15T04:52:46.983Z | trap 0.364031751 |
2940 | 2025-01-15T04:52:46.983Z | tflt 0.965844475 |
2941 | 2025-01-15T04:52:46.986Z | dflt 1.146274493 |
2942 | 2025-01-15T04:52:46.986Z | kflt 0.000031502 |
2943 | 2025-01-15T04:52:46.986Z | lock 22:49.624865175 |
2944 | 2025-01-15T04:52:46.986Z | slp 42:33.807314319 |
2945 | 2025-01-15T04:52:46.986Z | lat 40.283145052 |
2946 | 2025-01-15T04:52:46.986Z | stop 1:44.007877276 |
2947 | 2025-01-15T04:52:46.986Z | + mkdir tests |
2948 | 2025-01-15T04:52:46.989Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2949 | 2025-01-15T04:52:46.989Z | + xargs -I '{}' -t cp '{}' tests/ |
2950 | 2025-01-15T04:52:47.032Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3e2027c6203b48d9 tests/ |
2951 | 2025-01-15T04:52:47.058Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-498b2f8dcf6fc48d tests/ |
2952 | 2025-01-15T04:52:47.085Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5e14b44c64968d02 tests/ |
2953 | 2025-01-15T04:52:47.112Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c4a4f96c8aefc701 tests/ |
2954 | 2025-01-15T04:52:47.400Z | + 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/*) |
2955 | 2025-01-15T04:52:47.403Z | + 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-498b2f8dcf6fc48d tests/commtest-5e14b44c64968d02 tests/dhcp_server-3e2027c6203b48d9 tests/end_to_end_tests-c4a4f96c8aefc701 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 |
2956 | 2025-01-15T04:54:01.260Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2957 | 2025-01-15T04:54:01.260Z | a .github/buildomat/ci-env.sh 1K |
2958 | 2025-01-15T04:54:01.260Z | a out/target/test 1K |
2959 | 2025-01-15T04:54:01.260Z | a out/npuzone/npuzone 23144K |
2960 | 2025-01-15T04:54:01.260Z | a package-manifest.toml 34K |
2961 | 2025-01-15T04:54:01.261Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2962 | 2025-01-15T04:54:01.261Z | a target/release/omicron-package 36338K |
2963 | 2025-01-15T04:54:01.261Z | a target/release/xtask 11919K |
2964 | 2025-01-15T04:54:01.261Z | a target/debug/bootstrap 221307K |
2965 | 2025-01-15T04:54:01.261Z | a tests/bootstrap-498b2f8dcf6fc48d 24324K |
2966 | 2025-01-15T04:54:01.261Z | a tests/commtest-5e14b44c64968d02 24818K |
2967 | 2025-01-15T04:54:01.261Z | a tests/dhcp_server-3e2027c6203b48d9 24324K |
2968 | 2025-01-15T04:54:01.261Z | a tests/end_to_end_tests-c4a4f96c8aefc701 283020K |
2969 | 2025-01-15T04:54:01.261Z | a out/clickhouse.tar.gz 294579K |
2970 | 2025-01-15T04:54:01.261Z | a out/clickhouse_keeper.tar.gz 281554K |
2971 | 2025-01-15T04:54:01.261Z | a out/clickhouse_server.tar.gz 294572K |
2972 | 2025-01-15T04:54:01.261Z | a out/cockroachdb.tar.gz 135060K |
2973 | 2025-01-15T04:54:01.261Z | a out/crucible-dtrace.tar 96K |
2974 | 2025-01-15T04:54:01.261Z | a out/crucible-pantry-zone.tar.gz 28533K |
2975 | 2025-01-15T04:54:01.261Z | a out/crucible-zone.tar.gz 36809K |
2976 | 2025-01-15T04:54:01.261Z | a out/external-dns.tar.gz 35729K |
2977 | 2025-01-15T04:54:01.261Z | a out/internal-dns.tar.gz 35727K |
2978 | 2025-01-15T04:54:01.261Z | a out/mg-ddm-gz.tar 63075K |
2979 | 2025-01-15T04:54:01.261Z | a out/nexus.tar.gz 99954K |
2980 | 2025-01-15T04:54:01.261Z | a out/ntp.tar.gz 10495K |
2981 | 2025-01-15T04:54:01.261Z | a out/omicron-gateway-softnpu.tar.gz 24179K |
2982 | 2025-01-15T04:54:01.261Z | a out/omicron-sled-agent.tar 114621K |
2983 | 2025-01-15T04:54:01.261Z | a out/overlay.tar.gz 3K |
2984 | 2025-01-15T04:54:01.261Z | a out/oximeter.tar.gz 48387K |
2985 | 2025-01-15T04:54:01.261Z | a out/oxlog.tar 3157K |
2986 | 2025-01-15T04:54:01.261Z | a out/probe.tar.gz 2764K |
2987 | 2025-01-15T04:54:01.261Z | a out/propolis-server.tar.gz 66467K |
2988 | 2025-01-15T04:54:01.261Z | a out/pumpkind-gz.tar 26665K |
2989 | 2025-01-15T04:54:01.261Z | a out/switch-softnpu.tar.gz 236269K |
2990 | 2025-01-15T04:54:01.266Z | |
2991 | 2025-01-15T04:54:01.266Z | real 1:13.841010572 |
2992 | 2025-01-15T04:54:01.266Z | user 1:10.496537552 |
2993 | 2025-01-15T04:54:01.266Z | sys 4.690877644 |
2994 | 2025-01-15T04:54:01.266Z | trap 0.017859102 |
2995 | 2025-01-15T04:54:01.266Z | tflt 0.000000000 |
2996 | 2025-01-15T04:54:01.266Z | dflt 0.000000000 |
2997 | 2025-01-15T04:54:01.266Z | kflt 0.000000000 |
2998 | 2025-01-15T04:54:01.266Z | lock 0.000000000 |
2999 | 2025-01-15T04:54:01.266Z | slp 1:10.350259711 |
3000 | 2025-01-15T04:54:01.266Z | lat 2.121439422 |
3001 | 2025-01-15T04:54:01.266Z | stop 0.000358466 |
3002 | 2025-01-15T04:54:01.266Z | process exited: duration 1996803 ms, exit code 0 |
|
3003 | 2025-01-15T04:54:01.283Z | found 1 output files |
3004 | 2025-01-15T04:54:01.283Z | uploading: /work/package.tar.gz (1905197783 bytes) |
3005 | 2025-01-15T04:54:40.082Z | uploaded: /work/package.tar.gz |