|
|
|
1 | 2025-01-11T00:17:32.889Z | job assigned to worker 01JH9BGJT3N0PT8MMJWAR3Q0XY [factory aws, i-03e87c131af01fc41] (queued for 1 m 2 s) |
|
2 | 2025-01-11T00:17:40.598Z | starting task 0: "setup" |
3 | 2025-01-11T00:17:40.609Z | ++ uname -s |
4 | 2025-01-11T00:17:40.613Z | + kern=SunOS |
5 | 2025-01-11T00:17:40.613Z | + case "$kern" in |
6 | 2025-01-11T00:17:40.613Z | + groupadd -g 12345 build |
7 | 2025-01-11T00:17:40.615Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-11T00:17:42.622Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-11T00:17:42.728Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-11T00:17:42.730Z | + home_fs=zfs |
11 | 2025-01-11T00:17:42.730Z | + [[ zfs == autofs ]] |
12 | 2025-01-11T00:17:42.730Z | + mkdir -p /home/build |
13 | 2025-01-11T00:17:42.734Z | + chown build:build /home/build /work |
14 | 2025-01-11T00:17:44.734Z | + chmod 0700 /home/build /work |
15 | 2025-01-11T00:17:44.737Z | process exited: duration 4138 ms, exit code 0 |
|
16 | 2025-01-11T00:17:44.742Z | starting task 1: "rust-toolchain" |
17 | 2025-01-11T00:17:44.748Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-11T00:17:44.748Z | * toolchain channel = "1.81.0" |
19 | 2025-01-11T00:17:44.748Z | * toolchain profile = "default" |
20 | 2025-01-11T00:17:44.748Z | ' 1.81.0 |
21 | 2025-01-11T00:17:44.748Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-11T00:17:44.748Z | ' default |
23 | 2025-01-11T00:17:44.750Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-11T00:17:44.750Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-11T00:17:44.853Z | info: downloading installer |
26 | 2025-01-11T00:17:46.202Z | info: profile set to 'default' |
27 | 2025-01-11T00:17:46.202Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-11T00:17:46.205Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-11T00:17:46.341Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-11T00:17:46.341Z | info: downloading component 'cargo' |
31 | 2025-01-11T00:17:47.033Z | info: downloading component 'clippy' |
32 | 2025-01-11T00:17:47.290Z | info: downloading component 'rust-docs' |
33 | 2025-01-11T00:17:48.250Z | info: downloading component 'rust-std' |
34 | 2025-01-11T00:17:49.744Z | info: downloading component 'rustc' |
35 | 2025-01-11T00:17:55.102Z | info: downloading component 'rustfmt' |
36 | 2025-01-11T00:17:55.305Z | info: installing component 'cargo' |
37 | 2025-01-11T00:17:56.142Z | info: installing component 'clippy' |
38 | 2025-01-11T00:17:56.520Z | info: installing component 'rust-docs' |
39 | 2025-01-11T00:17:58.320Z | info: installing component 'rust-std' |
40 | 2025-01-11T00:17:59.957Z | info: installing component 'rustc' |
41 | 2025-01-11T00:18:05.866Z | info: installing component 'rustfmt' |
42 | 2025-01-11T00:18:06.191Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-11T00:18:06.191Z | |
44 | 2025-01-11T00:18:06.559Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-11T00:18:06.559Z | |
46 | 2025-01-11T00:18:06.562Z | |
47 | 2025-01-11T00:18:06.562Z | Rust is installed now. Great! |
48 | 2025-01-11T00:18:06.562Z | |
49 | 2025-01-11T00:18:06.562Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-11T00:18:06.562Z | environment variable. This has not been done automatically. |
51 | 2025-01-11T00:18:06.562Z | |
52 | 2025-01-11T00:18:06.562Z | To configure your current shell, you need to source |
53 | 2025-01-11T00:18:06.562Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-11T00:18:06.562Z | |
55 | 2025-01-11T00:18:06.562Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-11T00:18:06.562Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-11T00:18:06.562Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-11T00:18:06.637Z | + rustc --version |
59 | 2025-01-11T00:18:06.702Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-11T00:18:06.705Z | process exited: duration 21961 ms, exit code 0 |
|
61 | 2025-01-11T00:18:06.710Z | starting task 2: "authentication" |
62 | 2025-01-11T00:18:06.732Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-11T00:18:06.737Z | starting task 3: "clone repository" |
64 | 2025-01-11T00:18:06.742Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-11T00:18:06.745Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-11T00:18:06.791Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-11T00:18:13.816Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-11T00:18:13.817Z | + git fetch origin 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9 |
69 | 2025-01-11T00:18:14.163Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-11T00:18:14.163Z | * branch 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9 -> FETCH_HEAD |
71 | 2025-01-11T00:18:14.174Z | + [[ -n '' ]] |
72 | 2025-01-11T00:18:14.174Z | + git reset --hard 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9 |
73 | 2025-01-11T00:18:14.350Z | HEAD is now at 57f1d9ddb update description |
74 | 2025-01-11T00:18:14.353Z | process exited: duration 7614 ms, exit code 0 |
|
75 | 2025-01-11T00:18:14.358Z | starting task 4: "build" |
76 | 2025-01-11T00:18:14.364Z | + source .github/buildomat/ci-env.sh |
77 | 2025-01-11T00:18:14.364Z | ++ export CARGO_TERM_COLOR=always |
78 | 2025-01-11T00:18:14.364Z | ++ CARGO_TERM_COLOR=always |
79 | 2025-01-11T00:18:14.366Z | + cargo --version |
80 | 2025-01-11T00:18:14.422Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2025-01-11T00:18:14.424Z | + rustc --version |
82 | 2025-01-11T00:18:14.484Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2025-01-11T00:18:14.487Z | + WORK=/work |
84 | 2025-01-11T00:18:14.487Z | + pfexec mkdir -p /work |
85 | 2025-01-11T00:18:14.491Z | + pfexec chown build /work |
86 | 2025-01-11T00:18:14.494Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2025-01-11T00:18:16.168Z | pkg list: illegal option -- F |
88 | 2025-01-11T00:18:16.168Z | Usage: |
89 | 2025-01-11T00:18:16.171Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
90 | 2025-01-11T00:18:16.171Z | [pkg_fmri_pattern ...] |
91 | 2025-01-11T00:18:17.022Z | pkg list: illegal option -- F |
92 | 2025-01-11T00:18:17.022Z | Usage: |
93 | 2025-01-11T00:18:17.025Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
94 | 2025-01-11T00:18:17.025Z | [pkg_fmri_pattern ...] |
95 | 2025-01-11T00:18:22.764Z | Startup: Refreshing catalog 'helios-dev' ... Done |
96 | 2025-01-11T00:18:26.889Z | Startup: Caching catalogs ... Done |
97 | 2025-01-11T00:18:38.327Z | Planning: Solver setup ... Done (10.619s) |
98 | 2025-01-11T00:18:38.467Z | Planning: Running solver ... Done (0.141s) |
99 | 2025-01-11T00:18:38.581Z | Planning: Finding local manifests ... Done (0.007s) |
100 | 2025-01-11T00:18:39.468Z | Planning: Fetching manifests: 0/7 0% complete |
101 | 2025-01-11T00:18:40.685Z | Planning: Fetching manifests: 7/7 100% complete |
102 | 2025-01-11T00:18:40.796Z | Planning: Package planning ... Done (0.111s) |
103 | 2025-01-11T00:18:40.853Z | Planning: Merging actions ... Done (0.056s) |
104 | 2025-01-11T00:18:41.051Z | Planning: Checking for conflicting actions ... Done (0.198s) |
105 | 2025-01-11T00:18:43.052Z | Planning: Consolidating action changes ... Done (2.000s) |
106 | 2025-01-11T00:18:43.485Z | Planning: Evaluating mediators ... Done (0.434s) |
107 | 2025-01-11T00:18:43.567Z | Planning: Planning completed in 16.58 seconds |
108 | 2025-01-11T00:18:43.584Z | Packages to install: 4 |
109 | 2025-01-11T00:18:43.584Z | Packages to update: 3 |
110 | 2025-01-11T00:18:43.586Z | Mediators to change: 2 |
111 | 2025-01-11T00:18:43.589Z | Services to change: 1 |
112 | 2025-01-11T00:18:43.589Z | Estimated space available: 155.63 GB |
113 | 2025-01-11T00:18:43.589Z | Estimated space to be consumed: 1.64 GB |
114 | 2025-01-11T00:18:43.589Z | Create boot environment: No |
115 | 2025-01-11T00:18:43.589Z | Create backup boot environment: Yes |
116 | 2025-01-11T00:18:43.589Z | Rebuild boot archive: No |
117 | 2025-01-11T00:18:43.589Z | |
118 | 2025-01-11T00:18:43.589Z | Changed mediators: |
119 | 2025-01-11T00:18:43.589Z | mediator clang: |
120 | 2025-01-11T00:18:43.589Z | version: None -> 15 (system default) |
121 | 2025-01-11T00:18:43.589Z | |
122 | 2025-01-11T00:18:43.589Z | mediator llvm: |
123 | 2025-01-11T00:18:43.589Z | version: 14 (system default) -> 15 (system default) |
124 | 2025-01-11T00:18:43.589Z | |
125 | 2025-01-11T00:18:43.592Z | Changed packages: |
126 | 2025-01-11T00:18:43.592Z | helios-dev |
127 | 2025-01-11T00:18:43.592Z | developer/build-essential |
128 | 2025-01-11T00:18:43.592Z | None -> 11-2.0 |
129 | 2025-01-11T00:18:43.592Z | library/libxmlsec1 |
130 | 2025-01-11T00:18:43.592Z | None -> 1.2.35-2.0 |
131 | 2025-01-11T00:18:43.592Z | ooce/developer/clang-15 |
132 | 2025-01-11T00:18:43.592Z | None -> 15.0.7-2.0 |
133 | 2025-01-11T00:18:43.592Z | ooce/developer/llvm-15 |
134 | 2025-01-11T00:18:43.592Z | None -> 15.0.7-2.0 |
135 | 2025-01-11T00:18:43.592Z | package/pkg |
136 | 2025-01-11T00:18:43.592Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
137 | 2025-01-11T00:18:43.592Z | system/library/g++-runtime |
138 | 2025-01-11T00:18:43.592Z | 13-2.0 -> 14-2.0 |
139 | 2025-01-11T00:18:43.592Z | system/library/gcc-runtime |
140 | 2025-01-11T00:18:43.592Z | 13-2.0 -> 14-2.0 |
141 | 2025-01-11T00:18:43.592Z | |
142 | 2025-01-11T00:18:43.592Z | Services: |
143 | 2025-01-11T00:18:43.592Z | restart_fmri: |
144 | 2025-01-11T00:18:43.592Z | svc:/system/update-man-index:default |
145 | 2025-01-11T00:18:43.592Z | |
146 | 2025-01-11T00:18:43.592Z | Editable files to change: |
147 | 2025-01-11T00:18:43.592Z | Update: |
148 | 2025-01-11T00:18:43.592Z | usr/share/lib/pkg/web/config.shtml |
149 | 2025-01-11T00:18:43.665Z | |
150 | 2025-01-11T00:18:43.666Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
151 | 2025-01-11T00:18:51.905Z | Download: 213/4301 items 1.3/225.4MB 0% complete (356k/s) |
152 | 2025-01-11T00:18:56.910Z | Download: 762/4301 items 18.5/225.4MB 8% complete (1.8M/s) |
153 | 2025-01-11T00:19:01.913Z | Download: 1190/4301 items 57.9/225.4MB 25% complete (5.7M/s) |
154 | 2025-01-11T00:19:06.924Z | Download: 1324/4301 items 115.3/225.4MB 51% complete (9.7M/s) |
155 | 2025-01-11T00:19:11.926Z | Download: 1773/4301 items 118.3/225.4MB 52% complete (6.2M/s) |
156 | 2025-01-11T00:19:16.982Z | Download: 2186/4301 items 119.1/225.4MB 52% complete (703k/s) |
157 | 2025-01-11T00:19:23.155Z | Download: 2220/4301 items 119.2/225.4MB 52% complete (421k/s) |
158 | 2025-01-11T00:19:28.383Z | Download: 2222/4301 items 119.2/225.4MB 52% complete (390k/s) |
159 | 2025-01-11T00:19:39.313Z | Download: 2224/4301 items 119.2/225.4MB 52% complete |
160 | 2025-01-11T00:19:44.313Z | Download: 2863/4301 items 121.1/225.4MB 53% complete (404k/s) |
161 | 2025-01-11T00:19:49.321Z | Download: 3204/4301 items 186.1/225.4MB 82% complete (6.6M/s) |
162 | 2025-01-11T00:19:54.992Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.2M/s) |
163 | 2025-01-11T00:20:20.559Z | Download: 3276/4301 items 208.6/225.4MB 92% complete |
164 | 2025-01-11T00:20:25.713Z | Download: 3284/4301 items 210.9/225.4MB 93% complete (8.2M/s) |
165 | 2025-01-11T00:20:30.719Z | Download: 3517/4301 items 215.5/225.4MB 95% complete (763k/s) |
166 | 2025-01-11T00:20:35.877Z | Download: 3975/4301 items 218.2/225.4MB 96% complete (741k/s) |
167 | 2025-01-11T00:20:41.327Z | Download: 4204/4301 items 220.6/225.4MB 97% complete (540k/s) |
168 | 2025-01-11T00:20:51.877Z | Download: 4206/4301 items 220.6/225.4MB 97% complete |
169 | 2025-01-11T00:21:05.665Z | Download: 4208/4301 items 220.6/225.4MB 97% complete |
170 | 2025-01-11T00:21:09.100Z | Download: Completed 225.42 MB in 145.43 seconds (1.6M/s) |
171 | 2025-01-11T00:21:11.186Z | Actions: 1/5122 actions (Removing old actions) |
172 | 2025-01-11T00:21:11.207Z | Actions: 194/5122 actions (Installing new actions) |
173 | 2025-01-11T00:21:15.916Z | Actions: 4267/5122 actions (Updating modified actions) |
174 | 2025-01-11T00:21:16.270Z | Actions: Completed 5122 actions in 5.08 seconds. |
175 | 2025-01-11T00:21:16.679Z | Done (0.401s) |
176 | 2025-01-11T00:21:16.682Z | Done (0.001s) |
177 | 2025-01-11T00:21:17.272Z | Done (0.591s) |
178 | 2025-01-11T00:21:21.799Z | Done (4.293s) |
179 | 2025-01-11T00:21:21.889Z | Done (0.021s) |
180 | 2025-01-11T00:21:21.892Z | Done (0.000s) |
181 | 2025-01-11T00:21:22.073Z | Done (0.000s) |
182 | 2025-01-11T00:21:22.777Z | Planning: Evaluating mediator changes ... Done |
183 | 2025-01-11T00:21:22.945Z | Planning: Checking for conflicting actions ... Done |
184 | 2025-01-11T00:21:22.949Z | Planning: Consolidating action changes ... Done |
185 | 2025-01-11T00:21:23.227Z | Planning: Evaluating mediators ... Done |
186 | 2025-01-11T00:21:23.229Z | Planning: Planning completed in 0.45 seconds |
187 | 2025-01-11T00:21:23.268Z | Mediators to change: 2 |
188 | 2025-01-11T00:21:23.268Z | Create boot environment: No |
189 | 2025-01-11T00:21:23.268Z | Create backup boot environment: No |
190 | 2025-01-11T00:21:23.351Z | Done |
191 | 2025-01-11T00:21:23.351Z | Done |
192 | 2025-01-11T00:21:23.715Z | Done |
193 | 2025-01-11T00:21:27.427Z | Done |
194 | 2025-01-11T00:21:27.520Z | Done |
195 | 2025-01-11T00:21:27.525Z | Done |
196 | 2025-01-11T00:21:27.659Z | Done |
197 | 2025-01-11T00:21:28.284Z | Planning: Evaluating mediator changes ... Done |
198 | 2025-01-11T00:21:28.288Z | Planning: Merging actions ... Done |
199 | 2025-01-11T00:21:28.468Z | Planning: Checking for conflicting actions ... Done |
200 | 2025-01-11T00:21:28.471Z | Planning: Consolidating action changes ... Done |
201 | 2025-01-11T00:21:28.741Z | Planning: Evaluating mediators ... Done |
202 | 2025-01-11T00:21:28.797Z | Planning: Planning completed in 0.77 seconds |
203 | 2025-01-11T00:21:28.839Z | Packages to change: 1 |
204 | 2025-01-11T00:21:28.842Z | Mediators to change: 1 |
205 | 2025-01-11T00:21:28.842Z | Services to change: 1 |
206 | 2025-01-11T00:21:28.842Z | Create boot environment: No |
207 | 2025-01-11T00:21:28.842Z | Create backup boot environment: Yes |
208 | 2025-01-11T00:21:31.193Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2025-01-11T00:21:31.196Z | Actions: Completed 6 actions in 0.00 seconds. |
210 | 2025-01-11T00:21:31.196Z | Done |
211 | 2025-01-11T00:21:31.196Z | Done |
212 | 2025-01-11T00:21:31.313Z | Done |
213 | 2025-01-11T00:21:34.987Z | Done |
214 | 2025-01-11T00:21:35.086Z | Done |
215 | 2025-01-11T00:21:35.089Z | Done |
216 | 2025-01-11T00:21:35.226Z | Done |
217 | 2025-01-11T00:21:35.671Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2025-01-11T00:21:35.671Z | clang system 15 system |
219 | 2025-01-11T00:21:35.671Z | csh system system illumos |
220 | 2025-01-11T00:21:35.671Z | ctags system system illumos |
221 | 2025-01-11T00:21:35.671Z | gcc vendor 12 vendor |
222 | 2025-01-11T00:21:35.671Z | gcc system 10 system |
223 | 2025-01-11T00:21:35.671Z | gcc system 7 system |
224 | 2025-01-11T00:21:35.671Z | go system 1.20 system |
225 | 2025-01-11T00:21:35.671Z | go system 1.19 system |
226 | 2025-01-11T00:21:35.671Z | llvm system 15 system |
227 | 2025-01-11T00:21:35.672Z | llvm system 14 system |
228 | 2025-01-11T00:21:35.672Z | mariadb system 10.6 system |
229 | 2025-01-11T00:21:35.672Z | mta vendor vendor dma |
230 | 2025-01-11T00:21:35.672Z | openjdk system 17 system |
231 | 2025-01-11T00:21:35.672Z | openjdk system 11 system |
232 | 2025-01-11T00:21:35.672Z | openjdk system 1.8 system |
233 | 2025-01-11T00:21:35.672Z | openssl vendor 3 vendor |
234 | 2025-01-11T00:21:35.672Z | perl system 5.36 system |
235 | 2025-01-11T00:21:35.672Z | postgresql system 15 system |
236 | 2025-01-11T00:21:35.672Z | postgresql system 13 system |
237 | 2025-01-11T00:21:35.673Z | python vendor 3 vendor |
238 | 2025-01-11T00:21:35.673Z | python system 2 system |
239 | 2025-01-11T00:21:35.673Z | python3 system 3.11 system |
240 | 2025-01-11T00:21:35.673Z | ruby system 3.0 system |
241 | 2025-01-11T00:21:35.673Z | words vendor vendor american-english |
242 | 2025-01-11T00:21:35.673Z | words system system australian-english |
243 | 2025-01-11T00:21:35.673Z | words system system british-english |
244 | 2025-01-11T00:21:35.673Z | words system system canadian-english |
245 | 2025-01-11T00:21:35.673Z | words system system french |
246 | 2025-01-11T00:21:35.673Z | words system system italian |
247 | 2025-01-11T00:21:35.673Z | words system system ngerman |
248 | 2025-01-11T00:21:35.673Z | words system system ogerman |
249 | 2025-01-11T00:21:35.673Z | words system system spanish |
250 | 2025-01-11T00:21:36.005Z | PUBLISHER TYPE STATUS P LOCATION |
251 | 2025-01-11T00:21:36.005Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
252 | 2025-01-11T00:21:38.838Z | FMRI IFO |
253 | 2025-01-11T00:21:38.838Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2025-01-11T00:21:38.838Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2025-01-11T00:21:38.838Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2025-01-11T00:21:38.838Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2025-01-11T00:21:38.838Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
258 | 2025-01-11T00:21:38.839Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2025-01-11T00:21:38.839Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
260 | 2025-01-11T00:21:38.839Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
261 | 2025-01-11T00:21:38.839Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
262 | 2025-01-11T00:21:38.839Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
263 | 2025-01-11T00:21:38.839Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
264 | 2025-01-11T00:21:38.839Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2025-01-11T00:21:38.839Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
266 | 2025-01-11T00:21:38.839Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
267 | 2025-01-11T00:21:38.839Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2025-01-11T00:21:39.618Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2025-01-11T00:21:39.889Z | Updating crates.io index |
270 | 2025-01-11T00:21:39.892Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
271 | 2025-01-11T00:21:40.215Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2025-01-11T00:21:40.699Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2025-01-11T00:21:41.001Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
274 | 2025-01-11T00:21:41.252Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
275 | 2025-01-11T00:21:41.577Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
276 | 2025-01-11T00:21:42.538Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
277 | 2025-01-11T00:21:44.170Z | Updating git repository `https://github.com/oxidecomputer/opte` |
278 | 2025-01-11T00:21:44.780Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
279 | 2025-01-11T00:21:45.544Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2025-01-11T00:21:45.856Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2025-01-11T00:21:46.154Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2025-01-11T00:21:46.749Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
283 | 2025-01-11T00:21:47.082Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
284 | 2025-01-11T00:21:47.440Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
285 | 2025-01-11T00:21:47.700Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
286 | 2025-01-11T00:21:47.942Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
287 | 2025-01-11T00:21:48.195Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
288 | 2025-01-11T00:21:48.482Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
289 | 2025-01-11T00:21:48.730Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
290 | 2025-01-11T00:21:49.054Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
291 | 2025-01-11T00:21:49.439Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
292 | 2025-01-11T00:21:49.889Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
293 | 2025-01-11T00:21:50.201Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
294 | 2025-01-11T00:21:50.630Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
295 | 2025-01-11T00:21:51.008Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
296 | 2025-01-11T00:21:51.255Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2025-01-11T00:21:51.517Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2025-01-11T00:21:51.804Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2025-01-11T00:21:53.127Z | Downloading crates ... |
300 | 2025-01-11T00:21:53.190Z | Downloaded autocfg v1.4.0 |
301 | 2025-01-11T00:21:53.197Z | Downloaded bytecount v0.6.8 |
302 | 2025-01-11T00:21:53.209Z | Downloaded cfg-if v1.0.0 |
303 | 2025-01-11T00:21:53.213Z | Downloaded bitflags v2.6.0 |
304 | 2025-01-11T00:21:53.213Z | Downloaded equivalent v1.0.1 |
305 | 2025-01-11T00:21:53.220Z | Downloaded usdt-attr-macro v0.5.0 |
306 | 2025-01-11T00:21:53.223Z | Downloaded block-buffer v0.10.4 |
307 | 2025-01-11T00:21:53.223Z | Downloaded anstyle-parse v0.2.5 |
308 | 2025-01-11T00:21:53.226Z | Downloaded cargo-platform v0.1.8 |
309 | 2025-01-11T00:21:53.226Z | Downloaded clap_lex v0.7.2 |
310 | 2025-01-11T00:21:53.228Z | Downloaded anstyle-query v1.1.1 |
311 | 2025-01-11T00:21:53.228Z | Downloaded pest_generator v2.7.14 |
312 | 2025-01-11T00:21:53.232Z | Downloaded scroll_derive v0.12.0 |
313 | 2025-01-11T00:21:53.236Z | Downloaded dtrace-parser v0.2.0 |
314 | 2025-01-11T00:21:53.240Z | Downloaded pretty-hex v0.4.1 |
315 | 2025-01-11T00:21:53.243Z | Downloaded usdt-macro v0.5.0 |
316 | 2025-01-11T00:21:53.246Z | Downloaded plain v0.2.3 |
317 | 2025-01-11T00:21:53.246Z | Downloaded fnv v1.0.7 |
318 | 2025-01-11T00:21:53.249Z | Downloaded unicode-linebreak v0.1.5 |
319 | 2025-01-11T00:21:53.253Z | Downloaded strsim v0.11.1 |
320 | 2025-01-11T00:21:53.253Z | Downloaded utf8parse v0.2.2 |
321 | 2025-01-11T00:21:53.253Z | Downloaded serde_tokenstream v0.2.2 |
322 | 2025-01-11T00:21:53.257Z | Downloaded thread-id v4.2.2 |
323 | 2025-01-11T00:21:53.257Z | Downloaded anstream v0.6.15 |
324 | 2025-01-11T00:21:53.257Z | Downloaded memmap v0.7.0 |
325 | 2025-01-11T00:21:53.263Z | Downloaded anstyle v1.0.10 |
326 | 2025-01-11T00:21:53.263Z | Downloaded cargo_metadata v0.18.1 |
327 | 2025-01-11T00:21:53.263Z | Downloaded camino-tempfile v1.1.1 |
328 | 2025-01-11T00:21:53.267Z | Downloaded fs-err v2.11.0 |
329 | 2025-01-11T00:21:53.267Z | Downloaded thiserror v1.0.69 |
330 | 2025-01-11T00:21:53.269Z | Downloaded smawk v0.3.2 |
331 | 2025-01-11T00:21:53.272Z | Downloaded dof v0.3.0 |
332 | 2025-01-11T00:21:53.272Z | Downloaded errno v0.3.9 |
333 | 2025-01-11T00:21:53.276Z | Downloaded cargo_toml v0.20.5 |
334 | 2025-01-11T00:21:53.276Z | Downloaded heck v0.4.1 |
335 | 2025-01-11T00:21:53.276Z | Downloaded tabled_derive v0.7.0 |
336 | 2025-01-11T00:21:53.281Z | Downloaded swrite v0.1.0 |
337 | 2025-01-11T00:21:53.281Z | Downloaded fastrand v2.1.1 |
338 | 2025-01-11T00:21:53.282Z | Downloaded crypto-common v0.1.6 |
339 | 2025-01-11T00:21:53.282Z | Downloaded cpufeatures v0.2.14 |
340 | 2025-01-11T00:21:53.282Z | Downloaded toml_datetime v0.6.8 |
341 | 2025-01-11T00:21:53.282Z | Downloaded digest v0.10.7 |
342 | 2025-01-11T00:21:53.285Z | Downloaded itoa v1.0.11 |
343 | 2025-01-11T00:21:53.287Z | Downloaded camino v1.1.9 |
344 | 2025-01-11T00:21:53.290Z | Downloaded macaddr v1.0.1 |
345 | 2025-01-11T00:21:53.293Z | Downloaded usdt v0.5.0 |
346 | 2025-01-11T00:21:53.296Z | Downloaded clap v4.5.21 |
347 | 2025-01-11T00:21:53.302Z | Downloaded ucd-trie v0.1.7 |
348 | 2025-01-11T00:21:53.305Z | Downloaded serde_spanned v0.6.8 |
349 | 2025-01-11T00:21:53.305Z | Downloaded semver v1.0.24 |
350 | 2025-01-11T00:21:53.308Z | Downloaded quote v1.0.38 |
351 | 2025-01-11T00:21:53.313Z | Downloaded once_cell v1.20.2 |
352 | 2025-01-11T00:21:53.316Z | Downloaded proc-macro-error-attr v1.0.4 |
353 | 2025-01-11T00:21:53.316Z | Downloaded log v0.4.22 |
354 | 2025-01-11T00:21:53.316Z | Downloaded zerocopy-derive v0.7.35 |
355 | 2025-01-11T00:21:53.319Z | Downloaded sha2 v0.10.8 |
356 | 2025-01-11T00:21:53.322Z | Downloaded proc-macro-error v1.0.4 |
357 | 2025-01-11T00:21:53.324Z | Downloaded thiserror-impl v1.0.69 |
358 | 2025-01-11T00:21:53.327Z | Downloaded anyhow v1.0.93 |
359 | 2025-01-11T00:21:53.330Z | Downloaded colorchoice v1.0.2 |
360 | 2025-01-11T00:21:53.333Z | Downloaded toml v0.8.19 |
361 | 2025-01-11T00:21:53.336Z | Downloaded ryu v1.0.18 |
362 | 2025-01-11T00:21:53.339Z | Downloaded pest_derive v2.7.14 |
363 | 2025-01-11T00:21:53.342Z | Downloaded tempfile v3.13.0 |
364 | 2025-01-11T00:21:53.344Z | Downloaded scroll v0.12.0 |
365 | 2025-01-11T00:21:53.348Z | Downloaded pest_meta v2.7.14 |
366 | 2025-01-11T00:21:53.350Z | Downloaded usdt-impl v0.5.0 |
367 | 2025-01-11T00:21:53.358Z | Downloaded serde_derive v1.0.217 |
368 | 2025-01-11T00:21:53.362Z | Downloaded textwrap v0.16.1 |
369 | 2025-01-11T00:21:53.364Z | Downloaded serde v1.0.217 |
370 | 2025-01-11T00:21:53.369Z | Downloaded papergrid v0.11.0 |
371 | 2025-01-11T00:21:53.373Z | Downloaded proc-macro2 v1.0.92 |
372 | 2025-01-11T00:21:53.373Z | Downloaded unicode-ident v1.0.14 |
373 | 2025-01-11T00:21:53.381Z | Downloaded typenum v1.17.0 |
374 | 2025-01-11T00:21:53.387Z | Downloaded indexmap v2.7.0 |
375 | 2025-01-11T00:21:53.399Z | Downloaded toml_edit v0.22.22 |
376 | 2025-01-11T00:21:53.419Z | Downloaded memchr v2.7.4 |
377 | 2025-01-11T00:21:53.435Z | Downloaded clap_builder v4.5.21 |
378 | 2025-01-11T00:21:53.443Z | Downloaded serde_json v1.0.135 |
379 | 2025-01-11T00:21:53.449Z | Downloaded pest v2.7.14 |
380 | 2025-01-11T00:21:53.454Z | Downloaded zerocopy v0.7.35 |
381 | 2025-01-11T00:21:53.468Z | Downloaded version_check v0.9.5 |
382 | 2025-01-11T00:21:53.470Z | Downloaded is_terminal_polyfill v1.70.1 |
383 | 2025-01-11T00:21:53.471Z | Downloaded heck v0.5.0 |
384 | 2025-01-11T00:21:53.473Z | Downloaded clap_derive v4.5.18 |
385 | 2025-01-11T00:21:53.474Z | Downloaded terminal_size v0.4.0 |
386 | 2025-01-11T00:21:53.482Z | Downloaded generic-array v0.14.7 |
387 | 2025-01-11T00:21:53.482Z | Downloaded byteorder v1.5.0 |
388 | 2025-01-11T00:21:53.482Z | Downloaded hashbrown v0.15.1 |
389 | 2025-01-11T00:21:53.485Z | Downloaded winnow v0.6.20 |
390 | 2025-01-11T00:21:53.490Z | Downloaded tabled v0.15.0 |
391 | 2025-01-11T00:21:53.504Z | Downloaded unicode-width v0.1.14 |
392 | 2025-01-11T00:21:53.509Z | Downloaded syn v1.0.109 |
393 | 2025-01-11T00:21:53.517Z | Downloaded goblin v0.8.2 |
394 | 2025-01-11T00:21:53.530Z | Downloaded syn v2.0.96 |
395 | 2025-01-11T00:21:53.546Z | Downloaded rustix v0.38.37 |
396 | 2025-01-11T00:21:53.574Z | Downloaded libc v0.2.162 |
397 | 2025-01-11T00:21:53.890Z | Compiling proc-macro2 v1.0.92 |
398 | 2025-01-11T00:21:53.890Z | Compiling unicode-ident v1.0.14 |
399 | 2025-01-11T00:21:53.891Z | Compiling serde v1.0.217 |
400 | 2025-01-11T00:21:53.894Z | Compiling version_check v0.9.5 |
401 | 2025-01-11T00:21:53.894Z | Compiling memchr v2.7.4 |
402 | 2025-01-11T00:21:53.894Z | Compiling thiserror v1.0.69 |
403 | 2025-01-11T00:21:53.894Z | Compiling libc v0.2.162 |
404 | 2025-01-11T00:21:53.963Z | Compiling itoa v1.0.11 |
405 | 2025-01-11T00:21:54.182Z | Compiling ucd-trie v0.1.7 |
406 | 2025-01-11T00:21:54.265Z | Compiling ryu v1.0.18 |
407 | 2025-01-11T00:21:54.680Z | Compiling once_cell v1.20.2 |
408 | 2025-01-11T00:21:54.776Z | Compiling byteorder v1.5.0 |
409 | 2025-01-11T00:21:54.816Z | Compiling rustix v0.38.37 |
410 | 2025-01-11T00:21:55.112Z | Compiling serde_json v1.0.135 |
411 | 2025-01-11T00:21:55.323Z | Compiling bitflags v2.6.0 |
412 | 2025-01-11T00:21:55.521Z | Compiling proc-macro-error-attr v1.0.4 |
413 | 2025-01-11T00:21:55.719Z | Compiling usdt-impl v0.5.0 |
414 | 2025-01-11T00:21:55.744Z | Compiling syn v1.0.109 |
415 | 2025-01-11T00:21:55.771Z | Compiling proc-macro-error v1.0.4 |
416 | 2025-01-11T00:21:55.774Z | Compiling log v0.4.22 |
417 | 2025-01-11T00:21:55.845Z | Compiling quote v1.0.38 |
418 | 2025-01-11T00:21:56.149Z | Compiling plain v0.2.3 |
419 | 2025-01-11T00:21:56.199Z | Compiling equivalent v1.0.1 |
420 | 2025-01-11T00:21:56.222Z | Compiling camino v1.1.9 |
421 | 2025-01-11T00:21:56.308Z | Compiling syn v2.0.96 |
422 | 2025-01-11T00:21:56.333Z | Compiling errno v0.3.9 |
423 | 2025-01-11T00:21:56.490Z | Compiling hashbrown v0.15.1 |
424 | 2025-01-11T00:21:56.596Z | Compiling thread-id v4.2.2 |
425 | 2025-01-11T00:21:56.610Z | Compiling utf8parse v0.2.2 |
426 | 2025-01-11T00:21:56.779Z | Compiling anstyle-parse v0.2.5 |
427 | 2025-01-11T00:21:56.964Z | Compiling anstyle v1.0.10 |
428 | 2025-01-11T00:21:57.114Z | Compiling autocfg v1.4.0 |
429 | 2025-01-11T00:21:57.174Z | Compiling unicode-width v0.1.14 |
430 | 2025-01-11T00:21:57.408Z | Compiling colorchoice v1.0.2 |
431 | 2025-01-11T00:21:57.593Z | Compiling winnow v0.6.20 |
432 | 2025-01-11T00:21:57.657Z | Compiling is_terminal_polyfill v1.70.1 |
433 | 2025-01-11T00:21:57.709Z | Compiling semver v1.0.24 |
434 | 2025-01-11T00:21:57.805Z | Compiling indexmap v2.7.0 |
435 | 2025-01-11T00:21:57.832Z | Compiling anstyle-query v1.1.1 |
436 | 2025-01-11T00:21:58.002Z | Compiling pretty-hex v0.4.1 |
437 | 2025-01-11T00:21:58.214Z | Compiling anstream v0.6.15 |
438 | 2025-01-11T00:21:58.277Z | Compiling fs-err v2.11.0 |
439 | 2025-01-11T00:21:58.571Z | Compiling heck v0.5.0 |
440 | 2025-01-11T00:21:58.990Z | Compiling terminal_size v0.4.0 |
441 | 2025-01-11T00:21:59.067Z | Compiling heck v0.4.1 |
442 | 2025-01-11T00:21:59.137Z | Compiling fastrand v2.1.1 |
443 | 2025-01-11T00:21:59.211Z | Compiling strsim v0.11.1 |
444 | 2025-01-11T00:21:59.291Z | Compiling cfg-if v1.0.0 |
445 | 2025-01-11T00:21:59.397Z | Compiling bytecount v0.6.8 |
446 | 2025-01-11T00:21:59.467Z | Compiling clap_lex v0.7.2 |
447 | 2025-01-11T00:21:59.626Z | Compiling anyhow v1.0.93 |
448 | 2025-01-11T00:21:59.706Z | Compiling fnv v1.0.7 |
449 | 2025-01-11T00:21:59.860Z | Compiling papergrid v0.11.0 |
450 | 2025-01-11T00:22:00.004Z | Compiling clap_builder v4.5.21 |
451 | 2025-01-11T00:22:00.181Z | Compiling tempfile v3.13.0 |
452 | 2025-01-11T00:22:00.518Z | Compiling memmap v0.7.0 |
453 | 2025-01-11T00:22:00.689Z | Compiling smawk v0.3.2 |
454 | 2025-01-11T00:22:00.901Z | Compiling unicode-linebreak v0.1.5 |
455 | 2025-01-11T00:22:01.417Z | Compiling textwrap v0.16.1 |
456 | 2025-01-11T00:22:01.545Z | Compiling swrite v0.1.0 |
457 | 2025-01-11T00:22:02.632Z | Compiling tabled_derive v0.7.0 |
458 | 2025-01-11T00:22:04.255Z | Compiling tabled v0.15.0 |
459 | 2025-01-11T00:22:05.644Z | Compiling serde_derive v1.0.217 |
460 | 2025-01-11T00:22:05.644Z | Compiling thiserror-impl v1.0.69 |
461 | 2025-01-11T00:22:05.647Z | Compiling zerocopy-derive v0.7.35 |
462 | 2025-01-11T00:22:05.647Z | Compiling scroll_derive v0.12.0 |
463 | 2025-01-11T00:22:05.695Z | Compiling clap_derive v4.5.18 |
464 | 2025-01-11T00:22:06.920Z | Compiling scroll v0.12.0 |
465 | 2025-01-11T00:22:07.389Z | Compiling goblin v0.8.2 |
466 | 2025-01-11T00:22:07.590Z | Compiling zerocopy v0.7.35 |
467 | 2025-01-11T00:22:08.305Z | Compiling pest v2.7.14 |
468 | 2025-01-11T00:22:09.373Z | Compiling clap v4.5.21 |
469 | 2025-01-11T00:22:10.658Z | Compiling pest_meta v2.7.14 |
470 | 2025-01-11T00:22:11.500Z | Compiling pest_generator v2.7.14 |
471 | 2025-01-11T00:22:13.442Z | Compiling pest_derive v2.7.14 |
472 | 2025-01-11T00:22:14.179Z | Compiling dtrace-parser v0.2.0 |
473 | 2025-01-11T00:22:15.811Z | Compiling serde_tokenstream v0.2.2 |
474 | 2025-01-11T00:22:16.003Z | Compiling toml_datetime v0.6.8 |
475 | 2025-01-11T00:22:16.003Z | Compiling serde_spanned v0.6.8 |
476 | 2025-01-11T00:22:16.089Z | Compiling cargo-platform v0.1.8 |
477 | 2025-01-11T00:22:16.380Z | Compiling toml_edit v0.22.22 |
478 | 2025-01-11T00:22:16.387Z | Compiling macaddr v1.0.1 |
479 | 2025-01-11T00:22:16.646Z | Compiling camino-tempfile v1.1.1 |
480 | 2025-01-11T00:22:17.266Z | Compiling dof v0.3.0 |
481 | 2025-01-11T00:22:17.621Z | Compiling cargo_metadata v0.18.1 |
482 | 2025-01-11T00:22:18.924Z | Compiling usdt-attr-macro v0.5.0 |
483 | 2025-01-11T00:22:18.924Z | Compiling usdt-macro v0.5.0 |
484 | 2025-01-11T00:22:19.234Z | Compiling toml v0.8.19 |
485 | 2025-01-11T00:22:22.804Z | Compiling cargo_toml v0.20.5 |
486 | 2025-01-11T00:22:22.819Z | Compiling usdt v0.5.0 |
487 | 2025-01-11T00:22:23.620Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
488 | 2025-01-11T00:22:27.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.45s |
489 | 2025-01-11T00:22:28.113Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
490 | 2025-01-11T00:22:28.650Z | Downloading crates ... |
491 | 2025-01-11T00:22:28.776Z | Downloaded async-stream-impl v0.3.6 |
492 | 2025-01-11T00:22:28.791Z | Downloaded arrayvec v0.7.6 |
493 | 2025-01-11T00:22:28.795Z | Downloaded addr2line v0.24.2 |
494 | 2025-01-11T00:22:28.798Z | Downloaded headers-core v0.3.0 |
495 | 2025-01-11T00:22:28.801Z | Downloaded heck v0.3.3 |
496 | 2025-01-11T00:22:28.803Z | Downloaded hex-literal v0.4.1 |
497 | 2025-01-11T00:22:28.803Z | Downloaded hex v0.4.3 |
498 | 2025-01-11T00:22:28.806Z | Downloaded darling v0.20.10 |
499 | 2025-01-11T00:22:28.813Z | Downloaded icu_provider_macros v1.5.0 |
500 | 2025-01-11T00:22:28.817Z | Downloaded cstr-argument v0.1.2 |
501 | 2025-01-11T00:22:28.817Z | Downloaded ident_case v1.0.1 |
502 | 2025-01-11T00:22:28.817Z | Downloaded hubpack_derive v0.1.1 |
503 | 2025-01-11T00:22:28.820Z | Downloaded http-range v0.1.5 |
504 | 2025-01-11T00:22:28.822Z | Downloaded md5 v0.7.0 |
505 | 2025-01-11T00:22:28.822Z | Downloaded matches v0.1.10 |
506 | 2025-01-11T00:22:28.825Z | Downloaded instant v0.1.13 |
507 | 2025-01-11T00:22:28.827Z | Downloaded http-body v1.0.1 |
508 | 2025-01-11T00:22:28.838Z | Downloaded match_cfg v0.1.0 |
509 | 2025-01-11T00:22:28.846Z | Downloaded hyper-tls v0.6.0 |
510 | 2025-01-11T00:22:28.848Z | Downloaded home v0.5.9 |
511 | 2025-01-11T00:22:28.851Z | Downloaded cfg_aliases v0.1.1 |
512 | 2025-01-11T00:22:28.854Z | Downloaded atty v0.2.14 |
513 | 2025-01-11T00:22:28.856Z | Downloaded indent_write v2.2.0 |
514 | 2025-01-11T00:22:28.856Z | Downloaded humantime v2.1.0 |
515 | 2025-01-11T00:22:28.860Z | Downloaded hostname v0.4.0 |
516 | 2025-01-11T00:22:28.860Z | Downloaded is-terminal v0.4.13 |
517 | 2025-01-11T00:22:28.863Z | Downloaded lru v0.12.5 |
518 | 2025-01-11T00:22:28.863Z | Downloaded crucible-workspace-hack v0.1.0 |
519 | 2025-01-11T00:22:28.865Z | Downloaded hostname v0.3.1 |
520 | 2025-01-11T00:22:28.865Z | Downloaded maplit v1.0.2 |
521 | 2025-01-11T00:22:28.868Z | Downloaded libsw v3.3.1 |
522 | 2025-01-11T00:22:28.870Z | Downloaded md-5 v0.10.6 |
523 | 2025-01-11T00:22:28.872Z | Downloaded lockfree-object-pool v0.1.6 |
524 | 2025-01-11T00:22:28.875Z | Downloaded mime v0.3.17 |
525 | 2025-01-11T00:22:28.877Z | Downloaded kstat-rs v0.2.4 |
526 | 2025-01-11T00:22:28.879Z | Downloaded heapless v0.8.0 |
527 | 2025-01-11T00:22:28.882Z | Downloaded maybe-uninit v2.0.0 |
528 | 2025-01-11T00:22:28.884Z | Downloaded crunchy v0.2.2 |
529 | 2025-01-11T00:22:28.887Z | Downloaded cfg_aliases v0.2.1 |
530 | 2025-01-11T00:22:28.887Z | Downloaded atomicwrites v0.4.4 |
531 | 2025-01-11T00:22:28.890Z | Downloaded linear-map v1.2.0 |
532 | 2025-01-11T00:22:28.890Z | Downloaded libefi-sys v0.1.0 |
533 | 2025-01-11T00:22:28.892Z | Downloaded is_ci v1.2.0 |
534 | 2025-01-11T00:22:28.893Z | Downloaded lazycell v1.3.0 |
535 | 2025-01-11T00:22:28.895Z | Downloaded heapless v0.7.17 |
536 | 2025-01-11T00:22:28.898Z | Downloaded ipnetwork v0.20.0 |
537 | 2025-01-11T00:22:28.900Z | Downloaded impl-trait-for-tuples v0.2.2 |
538 | 2025-01-11T00:22:28.903Z | Downloaded idna_adapter v1.2.0 |
539 | 2025-01-11T00:22:28.907Z | Downloaded hyper-staticfile v0.10.1 |
540 | 2025-01-11T00:22:28.909Z | Downloaded httparse v1.9.5 |
541 | 2025-01-11T00:22:28.911Z | Downloaded icu_locid_transform v1.5.0 |
542 | 2025-01-11T00:22:28.914Z | Downloaded memmap2 v0.9.5 |
543 | 2025-01-11T00:22:28.917Z | Downloaded hickory-client v0.24.1 |
544 | 2025-01-11T00:22:28.920Z | Downloaded curve25519-dalek-derive v0.1.1 |
545 | 2025-01-11T00:22:28.922Z | Downloaded ctr v0.9.2 |
546 | 2025-01-11T00:22:28.924Z | Downloaded castaway v0.2.3 |
547 | 2025-01-11T00:22:28.928Z | Downloaded memoffset v0.9.1 |
548 | 2025-01-11T00:22:28.930Z | Downloaded mime_guess v2.0.5 |
549 | 2025-01-11T00:22:28.930Z | Downloaded hyper-rustls v0.27.3 |
550 | 2025-01-11T00:22:28.933Z | Downloaded keccak v0.1.5 |
551 | 2025-01-11T00:22:28.935Z | Downloaded chrono-tz-build v0.4.0 |
552 | 2025-01-11T00:22:28.937Z | Downloaded managed v0.8.0 |
553 | 2025-01-11T00:22:28.938Z | Downloaded chacha20 v0.9.1 |
554 | 2025-01-11T00:22:28.940Z | Downloaded sync_wrapper v1.0.1 |
555 | 2025-01-11T00:22:28.943Z | Downloaded argon2 v0.5.3 |
556 | 2025-01-11T00:22:28.943Z | Downloaded rand_seeder v0.3.0 |
557 | 2025-01-11T00:22:28.947Z | Downloaded rand_core v0.6.4 |
558 | 2025-01-11T00:22:28.950Z | Downloaded rustc-hash v1.1.0 |
559 | 2025-01-11T00:22:28.950Z | Downloaded buf-list v1.0.3 |
560 | 2025-01-11T00:22:28.952Z | Downloaded icu_locid_transform_data v1.5.0 |
561 | 2025-01-11T00:22:28.954Z | Downloaded hubpack v0.1.2 |
562 | 2025-01-11T00:22:28.956Z | Downloaded progenitor-client v0.8.0 |
563 | 2025-01-11T00:22:28.956Z | Downloaded rtoolbox v0.0.2 |
564 | 2025-01-11T00:22:28.959Z | Downloaded jobserver v0.1.32 |
565 | 2025-01-11T00:22:28.961Z | Downloaded hmac v0.12.1 |
566 | 2025-01-11T00:22:28.963Z | Downloaded icu_normalizer_data v1.5.0 |
567 | 2025-01-11T00:22:28.966Z | Downloaded ipnet v2.10.1 |
568 | 2025-01-11T00:22:28.968Z | Downloaded crc-catalog v2.4.0 |
569 | 2025-01-11T00:22:28.968Z | Downloaded indexmap v1.9.3 |
570 | 2025-01-11T00:22:28.975Z | Downloaded libloading v0.8.5 |
571 | 2025-01-11T00:22:28.977Z | Downloaded icu_locid v1.5.0 |
572 | 2025-01-11T00:22:28.981Z | Downloaded serde-hex v0.1.0 |
573 | 2025-01-11T00:22:28.984Z | Downloaded serde_urlencoded v0.7.1 |
574 | 2025-01-11T00:22:28.986Z | Downloaded base64ct v1.6.0 |
575 | 2025-01-11T00:22:28.989Z | Downloaded slog-async v2.8.0 |
576 | 2025-01-11T00:22:28.992Z | Downloaded synstructure v0.13.1 |
577 | 2025-01-11T00:22:28.995Z | Downloaded ciborium v0.2.2 |
578 | 2025-01-11T00:22:28.997Z | Downloaded cancel-safe-futures v0.1.5 |
579 | 2025-01-11T00:22:29.003Z | Downloaded icu_provider v1.5.0 |
580 | 2025-01-11T00:22:29.006Z | Downloaded thiserror-impl v2.0.11 |
581 | 2025-01-11T00:22:29.006Z | Downloaded crc32fast v1.4.2 |
582 | 2025-01-11T00:22:29.008Z | Downloaded crc v3.2.1 |
583 | 2025-01-11T00:22:29.011Z | Downloaded stringprep v0.1.5 |
584 | 2025-01-11T00:22:29.014Z | Downloaded bb8 v0.8.5 |
585 | 2025-01-11T00:22:29.014Z | Downloaded string_cache v0.8.7 |
586 | 2025-01-11T00:22:29.017Z | Downloaded slog-bunyan v2.5.0 |
587 | 2025-01-11T00:22:29.019Z | Downloaded const_format_proc_macros v0.2.33 |
588 | 2025-01-11T00:22:29.022Z | Downloaded hyper-util v0.1.10 |
589 | 2025-01-11T00:22:29.025Z | Downloaded want v0.3.1 |
590 | 2025-01-11T00:22:29.028Z | Downloaded lock_api v0.4.12 |
591 | 2025-01-11T00:22:29.030Z | Downloaded cookie_store v0.21.0 |
592 | 2025-01-11T00:22:29.033Z | Downloaded newtype_derive v0.1.6 |
593 | 2025-01-11T00:22:29.033Z | Downloaded zerofrom-derive v0.1.4 |
594 | 2025-01-11T00:22:29.033Z | Downloaded difflib v0.4.0 |
595 | 2025-01-11T00:22:29.037Z | Downloaded universal-hash v0.5.1 |
596 | 2025-01-11T00:22:29.040Z | Downloaded csv-core v0.1.11 |
597 | 2025-01-11T00:22:29.040Z | Downloaded unicode-xid v0.2.6 |
598 | 2025-01-11T00:22:29.040Z | Downloaded bitfield-struct v0.6.2 |
599 | 2025-01-11T00:22:29.042Z | Downloaded thiserror-impl-no-std v2.0.2 |
600 | 2025-01-11T00:22:29.045Z | Downloaded quinn-udp v0.5.5 |
601 | 2025-01-11T00:22:29.047Z | Downloaded sqlformat v0.2.6 |
602 | 2025-01-11T00:22:29.050Z | Downloaded console v0.15.8 |
603 | 2025-01-11T00:22:29.054Z | Downloaded bzip2 v0.4.4 |
604 | 2025-01-11T00:22:29.054Z | Downloaded signal-hook-tokio v0.3.1 |
605 | 2025-01-11T00:22:29.056Z | Downloaded openssl-probe v0.1.5 |
606 | 2025-01-11T00:22:29.056Z | Downloaded zone v0.1.8 |
607 | 2025-01-11T00:22:29.058Z | Downloaded path-slash v0.1.5 |
608 | 2025-01-11T00:22:29.058Z | Downloaded parse-size v1.1.0 |
609 | 2025-01-11T00:22:29.061Z | Downloaded fd-lock v4.0.2 |
610 | 2025-01-11T00:22:29.064Z | Downloaded embedded-io v0.4.0 |
611 | 2025-01-11T00:22:29.067Z | Downloaded typify v0.2.0 |
612 | 2025-01-11T00:22:29.070Z | Downloaded strum_macros v0.25.3 |
613 | 2025-01-11T00:22:29.072Z | Downloaded icu_properties v1.5.1 |
614 | 2025-01-11T00:22:29.075Z | Downloaded crc-any v2.5.0 |
615 | 2025-01-11T00:22:29.078Z | Downloaded icu_collections v1.5.0 |
616 | 2025-01-11T00:22:29.084Z | Downloaded indicatif v0.17.9 |
617 | 2025-01-11T00:22:29.089Z | Downloaded strum v0.26.3 |
618 | 2025-01-11T00:22:29.092Z | Downloaded time-core v0.1.2 |
619 | 2025-01-11T00:22:29.092Z | Downloaded base64 v0.13.1 |
620 | 2025-01-11T00:22:29.095Z | Downloaded packed_struct_codegen v0.10.1 |
621 | 2025-01-11T00:22:29.097Z | Downloaded phf_codegen v0.11.2 |
622 | 2025-01-11T00:22:29.101Z | Downloaded phf v0.11.2 |
623 | 2025-01-11T00:22:29.101Z | Downloaded serde-big-array v0.5.1 |
624 | 2025-01-11T00:22:29.104Z | Downloaded icu_normalizer v1.5.0 |
625 | 2025-01-11T00:22:29.107Z | Downloaded thiserror v2.0.11 |
626 | 2025-01-11T00:22:29.113Z | Downloaded termtree v0.4.1 |
627 | 2025-01-11T00:22:29.115Z | Downloaded rustc_version v0.4.1 |
628 | 2025-01-11T00:22:29.115Z | Downloaded enum-as-inner v0.5.1 |
629 | 2025-01-11T00:22:29.118Z | Downloaded fallible-iterator v0.3.0 |
630 | 2025-01-11T00:22:29.120Z | Downloaded siphasher v0.3.11 |
631 | 2025-01-11T00:22:29.124Z | Downloaded fallible-streaming-iterator v0.1.9 |
632 | 2025-01-11T00:22:29.124Z | Downloaded typify v0.3.0 |
633 | 2025-01-11T00:22:29.127Z | Downloaded crossbeam-utils v0.8.20 |
634 | 2025-01-11T00:22:29.130Z | Downloaded hickory-server v0.24.1 |
635 | 2025-01-11T00:22:29.136Z | Downloaded futures-executor v0.3.31 |
636 | 2025-01-11T00:22:29.139Z | Downloaded waitgroup v0.1.2 |
637 | 2025-01-11T00:22:29.141Z | Downloaded hickory-resolver v0.24.1 |
638 | 2025-01-11T00:22:29.146Z | Downloaded opaque-debug v0.3.1 |
639 | 2025-01-11T00:22:29.148Z | Downloaded smf v0.2.3 |
640 | 2025-01-11T00:22:29.148Z | Downloaded tiny-keccak v2.0.2 |
641 | 2025-01-11T00:22:29.151Z | Downloaded nanorand v0.7.0 |
642 | 2025-01-11T00:22:29.154Z | Downloaded utf-8 v0.7.6 |
643 | 2025-01-11T00:22:29.156Z | Downloaded multimap v0.10.0 |
644 | 2025-01-11T00:22:29.159Z | Downloaded tokio-tungstenite v0.24.0 |
645 | 2025-01-11T00:22:29.161Z | Downloaded schemars v0.8.21 |
646 | 2025-01-11T00:22:29.174Z | Downloaded diesel_table_macro_syntax v0.2.0 |
647 | 2025-01-11T00:22:29.177Z | Downloaded ref-cast-impl v1.0.23 |
648 | 2025-01-11T00:22:29.177Z | Downloaded ref-cast v1.0.23 |
649 | 2025-01-11T00:22:29.192Z | Downloaded normalize-line-endings v0.3.0 |
650 | 2025-01-11T00:22:29.194Z | Downloaded http v1.2.0 |
651 | 2025-01-11T00:22:29.198Z | Downloaded structmeta-derive v0.3.0 |
652 | 2025-01-11T00:22:29.202Z | Downloaded russh-cryptovec v0.7.3 |
653 | 2025-01-11T00:22:29.202Z | Downloaded embedded-io v0.6.1 |
654 | 2025-01-11T00:22:29.204Z | Downloaded fixedbitset v0.4.2 |
655 | 2025-01-11T00:22:29.204Z | Downloaded tui-tree-widget v0.22.0 |
656 | 2025-01-11T00:22:29.207Z | Downloaded thread_local v1.1.8 |
657 | 2025-01-11T00:22:29.209Z | Downloaded sync-ptr v0.1.1 |
658 | 2025-01-11T00:22:29.209Z | Downloaded ena v0.14.3 |
659 | 2025-01-11T00:22:29.212Z | Downloaded smallvec v0.6.14 |
660 | 2025-01-11T00:22:29.212Z | Downloaded semver v0.1.20 |
661 | 2025-01-11T00:22:29.217Z | Downloaded funty v2.0.0 |
662 | 2025-01-11T00:22:29.217Z | Downloaded time-macros v0.2.18 |
663 | 2025-01-11T00:22:29.219Z | Downloaded native-tls v0.2.12 |
664 | 2025-01-11T00:22:29.222Z | Downloaded futures-core v0.3.31 |
665 | 2025-01-11T00:22:29.225Z | Downloaded unicase v2.7.0 |
666 | 2025-01-11T00:22:29.225Z | Downloaded cc v1.1.30 |
667 | 2025-01-11T00:22:29.228Z | Downloaded tokio-tungstenite v0.21.0 |
668 | 2025-01-11T00:22:29.231Z | Downloaded rustls-pemfile v2.2.0 |
669 | 2025-01-11T00:22:29.234Z | Downloaded tokio-stream v0.1.16 |
670 | 2025-01-11T00:22:29.239Z | Downloaded downcast v0.11.0 |
671 | 2025-01-11T00:22:29.241Z | Downloaded r2d2 v0.8.10 |
672 | 2025-01-11T00:22:29.244Z | Downloaded predicates-tree v1.0.11 |
673 | 2025-01-11T00:22:29.244Z | Downloaded similar v2.6.0 |
674 | 2025-01-11T00:22:29.250Z | Downloaded try-lock v0.2.5 |
675 | 2025-01-11T00:22:29.253Z | Downloaded minimal-lexical v0.2.1 |
676 | 2025-01-11T00:22:29.256Z | Downloaded dunce v1.0.5 |
677 | 2025-01-11T00:22:29.258Z | Downloaded secrecy v0.8.0 |
678 | 2025-01-11T00:22:29.260Z | Downloaded libm v0.2.8 |
679 | 2025-01-11T00:22:29.268Z | Downloaded num-conv v0.1.0 |
680 | 2025-01-11T00:22:29.270Z | Downloaded pem v3.0.4 |
681 | 2025-01-11T00:22:29.273Z | Downloaded parse-display-derive v0.10.0 |
682 | 2025-01-11T00:22:29.275Z | Downloaded unicode-truncate v1.1.0 |
683 | 2025-01-11T00:22:29.275Z | Downloaded topological-sort v0.2.2 |
684 | 2025-01-11T00:22:29.277Z | Downloaded supports-color v3.0.1 |
685 | 2025-01-11T00:22:29.280Z | Downloaded foreign-types-shared v0.1.1 |
686 | 2025-01-11T00:22:29.280Z | Downloaded foreign-types v0.3.2 |
687 | 2025-01-11T00:22:29.283Z | Downloaded thiserror-no-std v2.0.2 |
688 | 2025-01-11T00:22:29.285Z | Downloaded smallvec v1.13.2 |
689 | 2025-01-11T00:22:29.288Z | Downloaded slog-term v2.9.1 |
690 | 2025-01-11T00:22:29.290Z | Downloaded dropshot_endpoint v0.13.0 |
691 | 2025-01-11T00:22:29.294Z | Downloaded chacha20poly1305 v0.10.1 |
692 | 2025-01-11T00:22:29.297Z | Downloaded pem-rfc7468 v0.7.0 |
693 | 2025-01-11T00:22:29.299Z | Downloaded base64 v0.22.1 |
694 | 2025-01-11T00:22:29.304Z | Downloaded diff v0.1.13 |
695 | 2025-01-11T00:22:29.307Z | Downloaded samael v0.0.17 |
696 | 2025-01-11T00:22:29.314Z | Downloaded strum_macros v0.24.3 |
697 | 2025-01-11T00:22:29.316Z | Downloaded env_filter v0.1.2 |
698 | 2025-01-11T00:22:29.319Z | Downloaded slog-json v2.6.1 |
699 | 2025-01-11T00:22:29.321Z | Downloaded scrypt v0.11.0 |
700 | 2025-01-11T00:22:29.324Z | Downloaded scopeguard v1.2.0 |
701 | 2025-01-11T00:22:29.326Z | Downloaded sigpipe v0.1.3 |
702 | 2025-01-11T00:22:29.326Z | Downloaded sct v0.7.1 |
703 | 2025-01-11T00:22:29.329Z | Downloaded hashlink v0.9.1 |
704 | 2025-01-11T00:22:29.333Z | Downloaded utf16_iter v1.0.5 |
705 | 2025-01-11T00:22:29.335Z | Downloaded num-derive v0.4.2 |
706 | 2025-01-11T00:22:29.335Z | Downloaded subtle v2.6.1 |
707 | 2025-01-11T00:22:29.337Z | Downloaded des v0.8.1 |
708 | 2025-01-11T00:22:29.340Z | Downloaded omicron-zone-package v0.12.0 |
709 | 2025-01-11T00:22:29.342Z | Downloaded wait-timeout v0.2.0 |
710 | 2025-01-11T00:22:29.345Z | Downloaded predicates-core v1.0.8 |
711 | 2025-01-11T00:22:29.348Z | Downloaded sqlparser_derive v0.2.2 |
712 | 2025-01-11T00:22:29.348Z | Downloaded signal-hook-mio v0.2.4 |
713 | 2025-01-11T00:22:29.351Z | Downloaded foreign-types v0.5.0 |
714 | 2025-01-11T00:22:29.351Z | Downloaded defmt-macros v0.3.9 |
715 | 2025-01-11T00:22:29.353Z | Downloaded pkcs8 v0.10.2 |
716 | 2025-01-11T00:22:29.356Z | Downloaded nu-ansi-term v0.50.1 |
717 | 2025-01-11T00:22:29.359Z | Downloaded unicode-bidi v0.3.17 |
718 | 2025-01-11T00:22:29.362Z | Downloaded rand_chacha v0.3.1 |
719 | 2025-01-11T00:22:29.364Z | Downloaded polyval v0.6.2 |
720 | 2025-01-11T00:22:29.367Z | Downloaded fatfs v0.3.6 |
721 | 2025-01-11T00:22:29.370Z | Downloaded pretty-hex v0.2.1 |
722 | 2025-01-11T00:22:29.373Z | Downloaded bumpalo v3.16.0 |
723 | 2025-01-11T00:22:29.376Z | Downloaded pbkdf2 v0.12.2 |
724 | 2025-01-11T00:22:29.378Z | Downloaded serde_plain v1.0.2 |
725 | 2025-01-11T00:22:29.379Z | Downloaded dyn-clone v1.0.17 |
726 | 2025-01-11T00:22:29.382Z | Downloaded env_logger v0.10.2 |
727 | 2025-01-11T00:22:29.384Z | Downloaded headers v0.4.0 |
728 | 2025-01-11T00:22:29.390Z | Downloaded paste v1.0.15 |
729 | 2025-01-11T00:22:29.393Z | Downloaded socket2 v0.5.7 |
730 | 2025-01-11T00:22:29.396Z | Downloaded phf_shared v0.10.0 |
731 | 2025-01-11T00:22:29.398Z | Downloaded utf8_iter v1.0.4 |
732 | 2025-01-11T00:22:29.401Z | Downloaded subprocess v0.2.9 |
733 | 2025-01-11T00:22:29.403Z | Downloaded aes v0.8.4 |
734 | 2025-01-11T00:22:29.406Z | Downloaded powerfmt v0.2.0 |
735 | 2025-01-11T00:22:29.408Z | Downloaded walkdir v2.5.0 |
736 | 2025-01-11T00:22:29.411Z | Downloaded spki v0.7.3 |
737 | 2025-01-11T00:22:29.413Z | Downloaded tower-service v0.3.3 |
738 | 2025-01-11T00:22:29.417Z | Downloaded serde_repr v0.1.19 |
739 | 2025-01-11T00:22:29.417Z | Downloaded der v0.7.9 |
740 | 2025-01-11T00:22:29.422Z | Downloaded toolchain_find v0.4.0 |
741 | 2025-01-11T00:22:29.424Z | Downloaded tls_codec v0.4.1 |
742 | 2025-01-11T00:22:29.426Z | Downloaded ssh-cipher v0.2.0 |
743 | 2025-01-11T00:22:29.429Z | Downloaded float-ord v0.3.2 |
744 | 2025-01-11T00:22:29.429Z | Downloaded futures-macro v0.3.31 |
745 | 2025-01-11T00:22:29.431Z | Downloaded untrusted v0.9.0 |
746 | 2025-01-11T00:22:29.433Z | Downloaded tungstenite v0.21.0 |
747 | 2025-01-11T00:22:29.436Z | Downloaded progenitor v0.9.1 |
748 | 2025-01-11T00:22:29.438Z | Downloaded progenitor v0.8.0 |
749 | 2025-01-11T00:22:29.441Z | Downloaded untrusted v0.7.1 |
750 | 2025-01-11T00:22:29.441Z | Downloaded russh-keys v0.45.0 |
751 | 2025-01-11T00:22:29.444Z | Downloaded write16 v1.0.0 |
752 | 2025-01-11T00:22:29.446Z | Downloaded foreign-types-macros v0.2.3 |
753 | 2025-01-11T00:22:29.446Z | Downloaded signature v2.2.0 |
754 | 2025-01-11T00:22:29.450Z | Downloaded zone_cfg_derive v0.1.2 |
755 | 2025-01-11T00:22:29.450Z | Downloaded ed25519 v2.2.3 |
756 | 2025-01-11T00:22:29.452Z | Downloaded predicates v3.1.2 |
757 | 2025-01-11T00:22:29.454Z | Downloaded ppv-lite86 v0.2.20 |
758 | 2025-01-11T00:22:29.457Z | Downloaded value-bag v1.9.0 |
759 | 2025-01-11T00:22:29.459Z | Downloaded uzers v0.12.1 |
760 | 2025-01-11T00:22:29.462Z | Downloaded num-complex v0.4.6 |
761 | 2025-01-11T00:22:29.464Z | Downloaded password-hash v0.4.2 |
762 | 2025-01-11T00:22:29.467Z | Downloaded x509-cert v0.2.5 |
763 | 2025-01-11T00:22:29.473Z | Downloaded oso-derive v0.27.3 |
764 | 2025-01-11T00:22:29.478Z | Downloaded openssl-macros v0.1.1 |
765 | 2025-01-11T00:22:29.478Z | Downloaded derive_builder_macro v0.20.2 |
766 | 2025-01-11T00:22:29.478Z | Downloaded wyz v0.5.1 |
767 | 2025-01-11T00:22:29.480Z | Downloaded fs_extra v1.3.0 |
768 | 2025-01-11T00:22:29.483Z | Downloaded rfc6979 v0.4.0 |
769 | 2025-01-11T00:22:29.483Z | Downloaded hash32 v0.3.1 |
770 | 2025-01-11T00:22:29.485Z | Downloaded futures v0.3.31 |
771 | 2025-01-11T00:22:29.490Z | Downloaded multer v3.1.0 |
772 | 2025-01-11T00:22:29.493Z | Downloaded float-cmp v0.9.0 |
773 | 2025-01-11T00:22:29.495Z | Downloaded salsa20 v0.10.2 |
774 | 2025-01-11T00:22:29.495Z | Downloaded flagset v0.4.6 |
775 | 2025-01-11T00:22:29.498Z | Downloaded num_enum_derive v0.5.11 |
776 | 2025-01-11T00:22:29.500Z | Downloaded mockall v0.13.0 |
777 | 2025-01-11T00:22:29.502Z | Downloaded same-file v1.0.6 |
778 | 2025-01-11T00:22:29.502Z | Downloaded termcolor v1.4.1 |
779 | 2025-01-11T00:22:29.505Z | Downloaded darling_core v0.20.10 |
780 | 2025-01-11T00:22:29.510Z | Downloaded darling_macro v0.20.10 |
781 | 2025-01-11T00:22:29.512Z | Downloaded tokio-rustls v0.25.0 |
782 | 2025-01-11T00:22:29.514Z | Downloaded structmeta v0.2.0 |
783 | 2025-01-11T00:22:29.518Z | Downloaded structmeta v0.3.0 |
784 | 2025-01-11T00:22:29.518Z | Downloaded dhcproto v0.12.0 |
785 | 2025-01-11T00:22:29.521Z | Downloaded uuid v1.11.0 |
786 | 2025-01-11T00:22:29.523Z | Downloaded which v4.4.2 |
787 | 2025-01-11T00:22:29.526Z | Downloaded strip-ansi-escapes v0.2.0 |
788 | 2025-01-11T00:22:29.528Z | Downloaded stable_deref_trait v1.2.0 |
789 | 2025-01-11T00:22:29.528Z | Downloaded pin-utils v0.1.0 |
790 | 2025-01-11T00:22:29.530Z | Downloaded derive_more v0.99.18 |
791 | 2025-01-11T00:22:29.535Z | Downloaded ecdsa v0.16.9 |
792 | 2025-01-11T00:22:29.538Z | Downloaded ghash v0.5.1 |
793 | 2025-01-11T00:22:29.541Z | Downloaded writeable v0.5.5 |
794 | 2025-01-11T00:22:29.543Z | Downloaded tls_codec_derive v0.4.1 |
795 | 2025-01-11T00:22:29.545Z | Downloaded zerocopy-derive v0.8.10 |
796 | 2025-01-11T00:22:29.553Z | Downloaded filetime v0.2.25 |
797 | 2025-01-11T00:22:29.555Z | Downloaded mockall_derive v0.13.0 |
798 | 2025-01-11T00:22:29.557Z | Downloaded aes-gcm v0.10.3 |
799 | 2025-01-11T00:22:29.561Z | Downloaded zerofrom v0.1.4 |
800 | 2025-01-11T00:22:29.564Z | Downloaded yoke-derive v0.7.4 |
801 | 2025-01-11T00:22:29.566Z | Downloaded num_enum v0.5.11 |
802 | 2025-01-11T00:22:29.570Z | Downloaded endian-type v0.1.2 |
803 | 2025-01-11T00:22:29.572Z | Downloaded sha1 v0.10.6 |
804 | 2025-01-11T00:22:29.575Z | Downloaded data-encoding v2.6.0 |
805 | 2025-01-11T00:22:29.575Z | Downloaded pin-project-lite v0.2.14 |
806 | 2025-01-11T00:22:29.580Z | Downloaded parse-zoneinfo v0.3.1 |
807 | 2025-01-11T00:22:29.583Z | Downloaded parking_lot v0.11.2 |
808 | 2025-01-11T00:22:29.587Z | Downloaded resolv-conf v0.7.0 |
809 | 2025-01-11T00:22:29.589Z | Downloaded derive-where v1.2.7 |
810 | 2025-01-11T00:22:29.593Z | Downloaded fragile v2.0.0 |
811 | 2025-01-11T00:22:29.596Z | Downloaded gethostname v0.5.0 |
812 | 2025-01-11T00:22:29.598Z | Downloaded derive_builder_core v0.20.2 |
813 | 2025-01-11T00:22:29.600Z | Downloaded vsss-rs v3.3.4 |
814 | 2025-01-11T00:22:29.603Z | Downloaded simd-adler32 v0.3.7 |
815 | 2025-01-11T00:22:29.605Z | Downloaded url v2.5.3 |
816 | 2025-01-11T00:22:29.609Z | Downloaded tinyvec_macros v0.1.1 |
817 | 2025-01-11T00:22:29.611Z | Downloaded rustls-webpki v0.101.7 |
818 | 2025-01-11T00:22:29.627Z | Downloaded zone_cfg_derive v0.3.0 |
819 | 2025-01-11T00:22:29.629Z | Downloaded peg v0.8.4 |
820 | 2025-01-11T00:22:29.631Z | Downloaded futures-task v0.3.31 |
821 | 2025-01-11T00:22:29.634Z | Downloaded futures-sink v0.3.31 |
822 | 2025-01-11T00:22:29.634Z | Downloaded xz2 v0.1.7 |
823 | 2025-01-11T00:22:29.636Z | Downloaded parse-display v0.10.0 |
824 | 2025-01-11T00:22:29.639Z | Downloaded pin-project-internal v1.1.6 |
825 | 2025-01-11T00:22:29.641Z | Downloaded parking_lot v0.12.3 |
826 | 2025-01-11T00:22:29.644Z | Downloaded slog-scope v4.4.0 |
827 | 2025-01-11T00:22:29.647Z | Downloaded rustc_version v0.1.7 |
828 | 2025-01-11T00:22:29.648Z | Downloaded rustc-hash v2.0.0 |
829 | 2025-01-11T00:22:29.650Z | Downloaded num-traits v0.2.19 |
830 | 2025-01-11T00:22:29.652Z | Downloaded sqlparser v0.45.0 |
831 | 2025-01-11T00:22:29.657Z | Downloaded peg-runtime v0.8.3 |
832 | 2025-01-11T00:22:29.659Z | Downloaded ff v0.13.0 |
833 | 2025-01-11T00:22:29.662Z | Downloaded enum-as-inner v0.6.1 |
834 | 2025-01-11T00:22:29.664Z | Downloaded rand v0.8.5 |
835 | 2025-01-11T00:22:29.666Z | Downloaded tokio-macros v2.4.0 |
836 | 2025-01-11T00:22:29.669Z | Downloaded take_mut v0.2.2 |
837 | 2025-01-11T00:22:29.669Z | Downloaded diesel-dtrace v0.4.2 |
838 | 2025-01-11T00:22:29.673Z | Downloaded postgres-protocol v0.6.7 |
839 | 2025-01-11T00:22:29.676Z | Downloaded twox-hash v1.6.3 |
840 | 2025-01-11T00:22:29.676Z | Downloaded slog-stdlog v4.1.1 |
841 | 2025-01-11T00:22:29.678Z | Downloaded psl-types v2.0.11 |
842 | 2025-01-11T00:22:29.678Z | Downloaded icu_properties_data v1.5.0 |
843 | 2025-01-11T00:22:29.691Z | Downloaded typify-macro v0.3.0 |
844 | 2025-01-11T00:22:29.694Z | Downloaded foreign-types-shared v0.3.1 |
845 | 2025-01-11T00:22:29.694Z | Downloaded zone v0.3.0 |
846 | 2025-01-11T00:22:29.694Z | Downloaded typify-macro v0.2.0 |
847 | 2025-01-11T00:22:29.696Z | Downloaded postcard v1.0.10 |
848 | 2025-01-11T00:22:29.699Z | Downloaded whoami v1.5.2 |
849 | 2025-01-11T00:22:29.701Z | Downloaded rustversion v1.0.17 |
850 | 2025-01-11T00:22:29.703Z | Downloaded phf_shared v0.11.2 |
851 | 2025-01-11T00:22:29.706Z | Downloaded parking_lot_core v0.9.10 |
852 | 2025-01-11T00:22:29.708Z | Downloaded h2 v0.4.6 |
853 | 2025-01-11T00:22:29.716Z | Downloaded fxhash v0.2.1 |
854 | 2025-01-11T00:22:29.718Z | Downloaded slog-envlogger v2.2.0 |
855 | 2025-01-11T00:22:29.718Z | Downloaded xattr v1.3.1 |
856 | 2025-01-11T00:22:29.721Z | Downloaded packed_struct v0.10.1 |
857 | 2025-01-11T00:22:29.724Z | Downloaded term v0.7.0 |
858 | 2025-01-11T00:22:29.729Z | Downloaded tracing-attributes v0.1.27 |
859 | 2025-01-11T00:22:29.731Z | Downloaded slog-dtrace v0.3.0 |
860 | 2025-01-11T00:22:29.734Z | Downloaded number_prefix v0.4.0 |
861 | 2025-01-11T00:22:29.734Z | Downloaded either v1.13.0 |
862 | 2025-01-11T00:22:29.734Z | Downloaded dirs-sys-next v0.1.2 |
863 | 2025-01-11T00:22:29.734Z | Downloaded display-error-chain v0.2.2 |
864 | 2025-01-11T00:22:29.737Z | Downloaded parking_lot_core v0.8.6 |
865 | 2025-01-11T00:22:29.739Z | Downloaded rand_xorshift v0.3.0 |
866 | 2025-01-11T00:22:29.739Z | Downloaded yasna v0.5.2 |
867 | 2025-01-11T00:22:29.741Z | Downloaded spin v0.9.8 |
868 | 2025-01-11T00:22:29.745Z | Downloaded rusty-fork v0.3.0 |
869 | 2025-01-11T00:22:29.748Z | Downloaded rustls-pemfile v1.0.4 |
870 | 2025-01-11T00:22:29.752Z | Downloaded tinystr v0.7.6 |
871 | 2025-01-11T00:22:29.754Z | Downloaded termios v0.3.3 |
872 | 2025-01-11T00:22:29.755Z | Downloaded debug-ignore v1.0.5 |
873 | 2025-01-11T00:22:29.757Z | Downloaded slab v0.4.9 |
874 | 2025-01-11T00:22:29.757Z | Downloaded serde_with_macros v3.11.0 |
875 | 2025-01-11T00:22:29.759Z | Downloaded num_threads v0.1.7 |
876 | 2025-01-11T00:22:29.762Z | Downloaded vergen v8.3.2 |
877 | 2025-01-11T00:22:29.764Z | Downloaded russh v0.45.0 |
878 | 2025-01-11T00:22:29.770Z | Downloaded progenitor-macro v0.8.0 |
879 | 2025-01-11T00:22:29.772Z | Downloaded num-integer v0.1.46 |
880 | 2025-01-11T00:22:29.776Z | Downloaded toml v0.7.8 |
881 | 2025-01-11T00:22:29.779Z | Downloaded progenitor-impl v0.8.0 |
882 | 2025-01-11T00:22:29.781Z | Downloaded mio v1.0.2 |
883 | 2025-01-11T00:22:29.786Z | Downloaded serde_yaml v0.9.34+deprecated |
884 | 2025-01-11T00:22:29.790Z | Downloaded pkcs5 v0.7.1 |
885 | 2025-01-11T00:22:29.794Z | Downloaded diesel_derives v2.2.3 |
886 | 2025-01-11T00:22:29.799Z | Downloaded dropshot_endpoint v0.12.0 |
887 | 2025-01-11T00:22:29.802Z | Downloaded pin-project v1.1.6 |
888 | 2025-01-11T00:22:29.814Z | Downloaded defmt v0.3.8 |
889 | 2025-01-11T00:22:29.821Z | Downloaded idna v0.3.0 |
890 | 2025-01-11T00:22:29.825Z | Downloaded zopfli v0.8.1 |
891 | 2025-01-11T00:22:29.828Z | Downloaded idna v0.2.3 |
892 | 2025-01-11T00:22:29.835Z | Downloaded progenitor-impl v0.9.1 |
893 | 2025-01-11T00:22:29.837Z | Downloaded snafu-derive v0.8.5 |
894 | 2025-01-11T00:22:29.840Z | Downloaded ron v0.8.1 |
895 | 2025-01-11T00:22:29.845Z | Downloaded rayon-core v1.12.1 |
896 | 2025-01-11T00:22:29.849Z | Downloaded tough v0.19.0 |
897 | 2025-01-11T00:22:29.858Z | Downloaded shell-words v1.1.0 |
898 | 2025-01-11T00:22:29.861Z | Downloaded rcgen v0.12.1 |
899 | 2025-01-11T00:22:29.863Z | Downloaded elliptic-curve v0.13.8 |
900 | 2025-01-11T00:22:29.866Z | Downloaded zerovec v0.10.4 |
901 | 2025-01-11T00:22:29.873Z | Downloaded nom v7.1.3 |
902 | 2025-01-11T00:22:29.879Z | Downloaded proptest v1.5.0 |
903 | 2025-01-11T00:22:29.889Z | Downloaded qorb v0.2.1 |
904 | 2025-01-11T00:22:29.894Z | Downloaded tungstenite v0.23.0 |
905 | 2025-01-11T00:22:29.898Z | Downloaded num-rational v0.4.2 |
906 | 2025-01-11T00:22:29.901Z | Downloaded pkcs1 v0.7.5 |
907 | 2025-01-11T00:22:29.904Z | Downloaded tar v0.4.42 |
908 | 2025-01-11T00:22:29.906Z | Downloaded rustls v0.21.12 |
909 | 2025-01-11T00:22:29.917Z | Downloaded postgres-types v0.2.8 |
910 | 2025-01-11T00:22:29.921Z | Downloaded radix_trie v0.2.1 |
911 | 2025-01-11T00:22:29.926Z | Downloaded tungstenite v0.24.0 |
912 | 2025-01-11T00:22:29.929Z | Downloaded regex v1.11.1 |
913 | 2025-01-11T00:22:29.944Z | Downloaded signal-hook v0.3.17 |
914 | 2025-01-11T00:22:29.946Z | Downloaded p521 v0.13.3 |
915 | 2025-01-11T00:22:29.950Z | Downloaded tracing v0.1.40 |
916 | 2025-01-11T00:22:29.954Z | Downloaded tinyvec v1.8.0 |
917 | 2025-01-11T00:22:29.957Z | Downloaded hashbrown v0.13.2 |
918 | 2025-01-11T00:22:29.961Z | Downloaded git2 v0.19.0 |
919 | 2025-01-11T00:22:29.970Z | Downloaded rusqlite v0.32.1 |
920 | 2025-01-11T00:22:29.977Z | Downloaded regress v0.10.1 |
921 | 2025-01-11T00:22:29.985Z | Downloaded chrono v0.4.38 |
922 | 2025-01-11T00:22:29.992Z | Downloaded toml_edit v0.19.15 |
923 | 2025-01-11T00:22:30.007Z | Downloaded regex-syntax v0.6.29 |
924 | 2025-01-11T00:22:30.014Z | Downloaded salty v0.3.0 |
925 | 2025-01-11T00:22:30.021Z | Downloaded futures-util v0.3.31 |
926 | 2025-01-11T00:22:30.033Z | Downloaded polar-core v0.27.3 |
927 | 2025-01-11T00:22:30.041Z | Downloaded rsa v0.9.6 |
928 | 2025-01-11T00:22:30.046Z | Downloaded dropshot v0.12.0 |
929 | 2025-01-11T00:22:30.065Z | Downloaded unicode-normalization v0.1.24 |
930 | 2025-01-11T00:22:30.069Z | Downloaded rustyline v14.0.0 |
931 | 2025-01-11T00:22:30.074Z | Downloaded quick-xml v0.33.0 |
932 | 2025-01-11T00:22:30.080Z | Downloaded num-bigint-dig v0.8.4 |
933 | 2025-01-11T00:22:30.085Z | Downloaded hickory-proto v0.24.1 |
934 | 2025-01-11T00:22:30.099Z | Downloaded vcpkg v0.2.15 |
935 | 2025-01-11T00:22:30.146Z | Downloaded winnow v0.5.40 |
936 | 2025-01-11T00:22:30.158Z | Downloaded p384 v0.13.0 |
937 | 2025-01-11T00:22:30.165Z | Downloaded openapiv3 v2.0.0 |
938 | 2025-01-11T00:22:30.181Z | Downloaded gimli v0.31.1 |
939 | 2025-01-11T00:22:30.190Z | Downloaded nix v0.28.0 |
940 | 2025-01-11T00:22:30.201Z | Downloaded zerocopy v0.8.10 |
941 | 2025-01-11T00:22:30.224Z | Downloaded portable-atomic v1.9.0 |
942 | 2025-01-11T00:22:30.231Z | Downloaded curve25519-dalek v4.1.3 |
943 | 2025-01-11T00:22:30.239Z | Downloaded diesel v2.2.6 |
944 | 2025-01-11T00:22:30.257Z | Downloaded serde_with v3.11.0 |
945 | 2025-01-11T00:22:30.264Z | Downloaded rayon v1.10.0 |
946 | 2025-01-11T00:22:30.273Z | Downloaded webpki-roots v0.26.6 |
947 | 2025-01-11T00:22:30.276Z | Downloaded quinn-proto v0.11.8 |
948 | 2025-01-11T00:22:30.282Z | Downloaded bitvec v1.0.1 |
949 | 2025-01-11T00:22:30.297Z | Downloaded typify-impl v0.2.0 |
950 | 2025-01-11T00:22:30.312Z | Downloaded zerocopy-derive v0.6.6 |
951 | 2025-01-11T00:22:30.321Z | Downloaded typify-impl v0.3.0 |
952 | 2025-01-11T00:22:30.336Z | Downloaded rustls-webpki v0.102.8 |
953 | 2025-01-11T00:22:30.354Z | Downloaded regress v0.9.1 |
954 | 2025-01-11T00:22:30.362Z | Downloaded bindgen v0.69.5 |
955 | 2025-01-11T00:22:30.369Z | Downloaded smoltcp v0.9.1 |
956 | 2025-01-11T00:22:30.380Z | Downloaded nix v0.27.1 |
957 | 2025-01-11T00:22:30.390Z | Downloaded chrono-tz v0.10.0 |
958 | 2025-01-11T00:22:30.398Z | Downloaded unicode-width v0.2.0 |
959 | 2025-01-11T00:22:30.403Z | Downloaded blake3 v1.5.4 |
960 | 2025-01-11T00:22:30.411Z | Downloaded trust-dns-proto v0.22.0 |
961 | 2025-01-11T00:22:30.422Z | Downloaded bstr v1.10.0 |
962 | 2025-01-11T00:22:30.431Z | Downloaded lzma-sys v0.1.20 |
963 | 2025-01-11T00:22:30.459Z | Downloaded openssl v0.10.66 |
964 | 2025-01-11T00:22:30.467Z | Downloaded p256 v0.13.2 |
965 | 2025-01-11T00:22:30.471Z | Downloaded hashbrown v0.12.3 |
966 | 2025-01-11T00:22:30.474Z | Downloaded nix v0.29.0 |
967 | 2025-01-11T00:22:30.485Z | Downloaded rustls v0.23.19 |
968 | 2025-01-11T00:22:30.497Z | Downloaded object v0.30.4 |
969 | 2025-01-11T00:22:30.507Z | Downloaded regex-syntax v0.8.5 |
970 | 2025-01-11T00:22:30.515Z | Downloaded sha3 v0.10.8 |
971 | 2025-01-11T00:22:30.520Z | Downloaded rustls v0.22.4 |
972 | 2025-01-11T00:22:30.532Z | Downloaded object v0.36.5 |
973 | 2025-01-11T00:22:30.543Z | Downloaded smoltcp v0.11.0 |
974 | 2025-01-11T00:22:30.557Z | Downloaded dropshot v0.13.0 |
975 | 2025-01-11T00:22:30.578Z | Downloaded libz-sys v1.1.20 |
976 | 2025-01-11T00:22:30.599Z | Downloaded reqwest v0.12.9 |
977 | 2025-01-11T00:22:30.607Z | Downloaded idna v0.5.0 |
978 | 2025-01-11T00:22:30.616Z | Downloaded aws-lc-rs v1.10.0 |
979 | 2025-01-11T00:22:30.623Z | Downloaded petname v2.0.2 |
980 | 2025-01-11T00:22:30.631Z | Downloaded tokio-postgres v0.7.12 |
981 | 2025-01-11T00:22:30.634Z | Downloaded idna v0.4.0 |
982 | 2025-01-11T00:22:30.638Z | Downloaded shlex v1.3.0 |
983 | 2025-01-11T00:22:30.641Z | Downloaded num-iter v0.1.45 |
984 | 2025-01-11T00:22:30.641Z | Downloaded progenitor-macro v0.9.1 |
985 | 2025-01-11T00:22:30.645Z | Downloaded env_logger v0.11.5 |
986 | 2025-01-11T00:22:30.649Z | Downloaded ron v0.7.1 |
987 | 2025-01-11T00:22:30.652Z | Downloaded reedline v0.35.0 |
988 | 2025-01-11T00:22:30.658Z | Downloaded peg-macros v0.8.4 |
989 | 2025-01-11T00:22:30.666Z | Downloaded flate2 v1.0.34 |
990 | 2025-01-11T00:22:30.670Z | Downloaded lalrpop v0.19.12 |
991 | 2025-01-11T00:22:30.676Z | Downloaded steno v0.4.1 |
992 | 2025-01-11T00:22:30.680Z | Downloaded aho-corasick v1.1.3 |
993 | 2025-01-11T00:22:30.685Z | Downloaded ratatui v0.28.1 |
994 | 2025-01-11T00:22:30.705Z | Downloaded sled v0.34.7 |
995 | 2025-01-11T00:22:30.713Z | Downloaded regex-automata v0.4.8 |
996 | 2025-01-11T00:22:30.732Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
997 | 2025-01-11T00:22:30.747Z | Downloaded form_urlencoded v1.2.1 |
998 | 2025-01-11T00:22:30.751Z | Downloaded ssh-key v0.6.6 |
999 | 2025-01-11T00:22:30.755Z | Downloaded ed25519-dalek v2.1.1 |
1000 | 2025-01-11T00:22:30.758Z | Downloaded hashbrown v0.14.5 |
1001 | 2025-01-11T00:22:30.761Z | Downloaded time v0.3.36 |
1002 | 2025-01-11T00:22:30.768Z | Downloaded num-bigint v0.4.6 |
1003 | 2025-01-11T00:22:30.774Z | Downloaded unicode-segmentation v1.12.0 |
1004 | 2025-01-11T00:22:30.779Z | Downloaded oso v0.27.3 |
1005 | 2025-01-11T00:22:30.783Z | Downloaded getrandom v0.2.15 |
1006 | 2025-01-11T00:22:30.787Z | Downloaded derive_builder v0.20.2 |
1007 | 2025-01-11T00:22:30.792Z | Downloaded miniz_oxide v0.8.0 |
1008 | 2025-01-11T00:22:30.792Z | Downloaded encoding_rs v0.8.34 |
1009 | 2025-01-11T00:22:30.810Z | Downloaded petgraph v0.6.5 |
1010 | 2025-01-11T00:22:30.832Z | Downloaded hkdf v0.12.4 |
1011 | 2025-01-11T00:22:30.836Z | Downloaded rustfmt-wrapper v0.2.1 |
1012 | 2025-01-11T00:22:30.836Z | Downloaded owo-colors v4.1.0 |
1013 | 2025-01-11T00:22:30.836Z | Downloaded quinn v0.11.5 |
1014 | 2025-01-11T00:22:30.841Z | Downloaded crossterm v0.28.1 |
1015 | 2025-01-11T00:22:30.847Z | Downloaded expectorate v1.1.0 |
1016 | 2025-01-11T00:22:30.851Z | Downloaded unicode-properties v0.1.3 |
1017 | 2025-01-11T00:22:30.851Z | Downloaded deranged v0.3.11 |
1018 | 2025-01-11T00:22:30.851Z | Downloaded unarray v0.1.4 |
1019 | 2025-01-11T00:22:30.855Z | Downloaded password-hash v0.5.0 |
1020 | 2025-01-11T00:22:30.857Z | Downloaded csv v1.3.0 |
1021 | 2025-01-11T00:22:30.883Z | Downloaded tracing-core v0.1.32 |
1022 | 2025-01-11T00:22:30.892Z | Downloaded tokio v1.40.0 |
1023 | 2025-01-11T00:22:30.918Z | Downloaded publicsuffix v2.2.3 |
1024 | 2025-01-11T00:22:30.924Z | Downloaded tabwriter v1.4.0 |
1025 | 2025-01-11T00:22:30.924Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1026 | 2025-01-11T00:22:30.988Z | Downloaded structmeta-derive v0.2.0 |
1027 | 2025-01-11T00:22:30.992Z | Downloaded static_assertions v1.1.0 |
1028 | 2025-01-11T00:22:30.992Z | Downloaded schemars_derive v0.8.21 |
1029 | 2025-01-11T00:22:30.992Z | Downloaded tokio-rustls v0.26.0 |
1030 | 2025-01-11T00:22:30.992Z | Downloaded tokio-rustls v0.24.1 |
1031 | 2025-01-11T00:22:30.992Z | Downloaded hash32 v0.2.1 |
1032 | 2025-01-11T00:22:30.992Z | Downloaded flume v0.11.1 |
1033 | 2025-01-11T00:22:30.996Z | Downloaded phf_generator v0.11.2 |
1034 | 2025-01-11T00:22:30.999Z | Downloaded tokio-util v0.7.12 |
1035 | 2025-01-11T00:22:31.004Z | Downloaded unsafe-libyaml v0.2.11 |
1036 | 2025-01-11T00:22:31.008Z | Downloaded strum_macros v0.26.4 |
1037 | 2025-01-11T00:22:31.012Z | Downloaded zerocopy v0.6.6 |
1038 | 2025-01-11T00:22:31.012Z | Downloaded itertools v0.13.0 |
1039 | 2025-01-11T00:22:31.019Z | Downloaded itertools v0.12.1 |
1040 | 2025-01-11T00:22:31.026Z | Downloaded hyper v1.5.0 |
1041 | 2025-01-11T00:22:31.032Z | Downloaded displaydoc v0.2.5 |
1042 | 2025-01-11T00:22:31.036Z | Downloaded rustc-demangle v0.1.24 |
1043 | 2025-01-11T00:22:31.040Z | Downloaded rpassword v7.3.1 |
1044 | 2025-01-11T00:22:31.040Z | Downloaded nodrop v0.1.14 |
1045 | 2025-01-11T00:22:31.040Z | Downloaded itertools v0.10.5 |
1046 | 2025-01-11T00:22:31.046Z | Downloaded idna v1.0.3 |
1047 | 2025-01-11T00:22:31.050Z | Downloaded der_derive v0.7.3 |
1048 | 2025-01-11T00:22:31.054Z | Downloaded zip v2.1.3 |
1049 | 2025-01-11T00:22:31.057Z | Downloaded typed-path v0.9.3 |
1050 | 2025-01-11T00:22:31.063Z | Downloaded unicode_categories v0.1.1 |
1051 | 2025-01-11T00:22:31.069Z | Downloaded openssl-sys v0.9.103 |
1052 | 2025-01-11T00:22:31.073Z | Downloaded libxml v0.3.3 |
1053 | 2025-01-11T00:22:31.078Z | Downloaded crossbeam-channel v0.5.13 |
1054 | 2025-01-11T00:22:31.081Z | Downloaded base64 v0.21.7 |
1055 | 2025-01-11T00:22:31.085Z | Downloaded arc-swap v1.7.1 |
1056 | 2025-01-11T00:22:31.089Z | Downloaded backtrace v0.3.74 |
1057 | 2025-01-11T00:22:31.093Z | Downloaded serde_derive_internals v0.29.1 |
1058 | 2025-01-11T00:22:31.097Z | Downloaded clang-sys v1.8.1 |
1059 | 2025-01-11T00:22:31.103Z | Downloaded dhcproto-macros v0.1.0 |
1060 | 2025-01-11T00:22:31.103Z | Downloaded num v0.4.3 |
1061 | 2025-01-11T00:22:31.103Z | Downloaded mirai-annotations v1.12.0 |
1062 | 2025-01-11T00:22:31.103Z | Downloaded vte_generate_state_changes v0.1.2 |
1063 | 2025-01-11T00:22:31.103Z | Downloaded ssh-encoding v0.2.0 |
1064 | 2025-01-11T00:22:31.107Z | Downloaded sec1 v0.7.3 |
1065 | 2025-01-11T00:22:31.107Z | Downloaded olpc-cjson v0.1.4 |
1066 | 2025-01-11T00:22:31.107Z | Downloaded glob v0.3.1 |
1067 | 2025-01-11T00:22:31.107Z | Downloaded futures-io v0.3.31 |
1068 | 2025-01-11T00:22:31.112Z | Downloaded foldhash v0.1.3 |
1069 | 2025-01-11T00:22:31.113Z | Downloaded defmt-parser v0.3.4 |
1070 | 2025-01-11T00:22:31.113Z | Downloaded zip v0.6.6 |
1071 | 2025-01-11T00:22:31.119Z | Downloaded pkg-config v0.3.31 |
1072 | 2025-01-11T00:22:31.119Z | Downloaded percent-encoding v2.3.1 |
1073 | 2025-01-11T00:22:31.119Z | Downloaded crypto-bigint v0.5.5 |
1074 | 2025-01-11T00:22:31.125Z | Downloaded const_format v0.2.33 |
1075 | 2025-01-11T00:22:31.129Z | Downloaded allocator-api2 v0.2.18 |
1076 | 2025-01-11T00:22:31.133Z | Downloaded compact_str v0.8.0 |
1077 | 2025-01-11T00:22:31.138Z | Downloaded futures-channel v0.3.31 |
1078 | 2025-01-11T00:22:31.138Z | Downloaded prettyplease v0.2.25 |
1079 | 2025-01-11T00:22:31.143Z | Downloaded bytes v1.9.0 |
1080 | 2025-01-11T00:22:31.150Z | Downloaded half v2.4.1 |
1081 | 2025-01-11T00:22:31.150Z | Downloaded crossbeam-epoch v0.9.18 |
1082 | 2025-01-11T00:22:31.154Z | Downloaded radium v0.7.0 |
1083 | 2025-01-11T00:22:31.154Z | Downloaded poly1305 v0.8.0 |
1084 | 2025-01-11T00:22:31.154Z | Downloaded vte v0.11.1 |
1085 | 2025-01-11T00:22:31.159Z | Downloaded snafu v0.8.5 |
1086 | 2025-01-11T00:22:31.163Z | Downloaded tokio-tungstenite v0.23.1 |
1087 | 2025-01-11T00:22:31.163Z | Downloaded tap v1.0.1 |
1088 | 2025-01-11T00:22:31.167Z | Downloaded globset v0.4.15 |
1089 | 2025-01-11T00:22:31.167Z | Downloaded bcs v0.1.6 |
1090 | 2025-01-11T00:22:31.170Z | Downloaded serde_path_to_error v0.1.16 |
1091 | 2025-01-11T00:22:31.170Z | Downloaded test-strategy v0.3.1 |
1092 | 2025-01-11T00:22:31.175Z | Downloaded fallible-iterator v0.2.0 |
1093 | 2025-01-11T00:22:31.175Z | Downloaded zeroize_derive v1.4.2 |
1094 | 2025-01-11T00:22:31.179Z | Downloaded proc-macro-crate v1.3.1 |
1095 | 2025-01-11T00:22:31.179Z | Downloaded primeorder v0.13.6 |
1096 | 2025-01-11T00:22:31.179Z | Downloaded pbkdf2 v0.11.0 |
1097 | 2025-01-11T00:22:31.183Z | Downloaded zeroize v1.8.1 |
1098 | 2025-01-11T00:22:31.183Z | Downloaded slog v2.7.0 |
1099 | 2025-01-11T00:22:31.188Z | Downloaded yoke v0.7.4 |
1100 | 2025-01-11T00:22:31.188Z | Downloaded const-oid v0.9.6 |
1101 | 2025-01-11T00:22:31.195Z | Downloaded ahash v0.8.11 |
1102 | 2025-01-11T00:22:31.195Z | Downloaded nibble_vec v0.1.0 |
1103 | 2025-01-11T00:22:31.195Z | Downloaded newtype-uuid v1.1.3 |
1104 | 2025-01-11T00:22:31.199Z | Downloaded group v0.13.0 |
1105 | 2025-01-11T00:22:31.199Z | Downloaded precomputed-hash v0.1.1 |
1106 | 2025-01-11T00:22:31.199Z | Downloaded blake2 v0.10.6 |
1107 | 2025-01-11T00:22:31.199Z | Downloaded rustls-pki-types v1.10.0 |
1108 | 2025-01-11T00:22:31.203Z | Downloaded litemap v0.7.3 |
1109 | 2025-01-11T00:22:31.203Z | Downloaded cookie v0.18.1 |
1110 | 2025-01-11T00:22:31.207Z | Downloaded dsl_auto_type v0.1.2 |
1111 | 2025-01-11T00:22:31.207Z | Downloaded dirs-next v2.0.0 |
1112 | 2025-01-11T00:22:31.212Z | Downloaded newline-converter v0.3.0 |
1113 | 2025-01-11T00:22:31.212Z | Downloaded new_debug_unreachable v1.0.6 |
1114 | 2025-01-11T00:22:31.212Z | Downloaded zerovec-derive v0.10.3 |
1115 | 2025-01-11T00:22:31.212Z | Downloaded tokio-native-tls v0.3.1 |
1116 | 2025-01-11T00:22:31.218Z | Downloaded signal-hook-registry v1.4.2 |
1117 | 2025-01-11T00:22:31.218Z | Downloaded async-trait v0.1.83 |
1118 | 2025-01-11T00:22:31.222Z | Downloaded async-bb8-diesel v0.2.1 |
1119 | 2025-01-11T00:22:31.222Z | Downloaded scheduled-thread-pool v0.2.7 |
1120 | 2025-01-11T00:22:31.222Z | Downloaded progenitor-client v0.9.1 |
1121 | 2025-01-11T00:22:31.222Z | Downloaded cobs v0.2.3 |
1122 | 2025-01-11T00:22:31.227Z | Downloaded bit-vec v0.6.3 |
1123 | 2025-01-11T00:22:31.227Z | Downloaded iana-time-zone v0.1.61 |
1124 | 2025-01-11T00:22:31.231Z | Downloaded cmake v0.1.51 |
1125 | 2025-01-11T00:22:31.231Z | Downloaded bcrypt-pbkdf v0.10.0 |
1126 | 2025-01-11T00:22:31.231Z | Downloaded assert_matches v1.5.0 |
1127 | 2025-01-11T00:22:31.231Z | Downloaded bitfield v0.14.0 |
1128 | 2025-01-11T00:22:31.236Z | Downloaded colored v2.1.0 |
1129 | 2025-01-11T00:22:31.236Z | Downloaded cassowary v0.3.0 |
1130 | 2025-01-11T00:22:31.236Z | Downloaded base16ct v0.2.0 |
1131 | 2025-01-11T00:22:31.240Z | Downloaded backoff v0.4.0 |
1132 | 2025-01-11T00:22:31.240Z | Downloaded quick-error v1.2.3 |
1133 | 2025-01-11T00:22:31.244Z | Downloaded lazy_static v1.5.0 |
1134 | 2025-01-11T00:22:31.244Z | Downloaded highway v1.2.0 |
1135 | 2025-01-11T00:22:31.244Z | Downloaded cipher v0.4.4 |
1136 | 2025-01-11T00:22:31.249Z | Downloaded ciborium-ll v0.2.2 |
1137 | 2025-01-11T00:22:31.249Z | Downloaded block-padding v0.3.3 |
1138 | 2025-01-11T00:22:31.249Z | Downloaded async-recursion v1.1.1 |
1139 | 2025-01-11T00:22:31.254Z | Downloaded adler2 v2.0.0 |
1140 | 2025-01-11T00:22:31.254Z | Downloaded lru-cache v0.1.2 |
1141 | 2025-01-11T00:22:31.254Z | Downloaded lalrpop-util v0.19.12 |
1142 | 2025-01-11T00:22:31.258Z | Downloaded indoc v1.0.9 |
1143 | 2025-01-11T00:22:31.258Z | Downloaded convert_case v0.4.0 |
1144 | 2025-01-11T00:22:31.260Z | Downloaded constant_time_eq v0.3.1 |
1145 | 2025-01-11T00:22:31.260Z | Downloaded cbc v0.1.2 |
1146 | 2025-01-11T00:22:31.260Z | Downloaded array-init v0.0.4 |
1147 | 2025-01-11T00:22:31.265Z | Downloaded aead v0.5.2 |
1148 | 2025-01-11T00:22:31.265Z | Downloaded blowfish v0.9.1 |
1149 | 2025-01-11T00:22:31.265Z | Downloaded ascii-canvas v3.0.0 |
1150 | 2025-01-11T00:22:31.266Z | Downloaded http-body-util v0.1.2 |
1151 | 2025-01-11T00:22:31.269Z | Downloaded crossbeam-deque v0.8.5 |
1152 | 2025-01-11T00:22:31.269Z | Downloaded cexpr v0.6.0 |
1153 | 2025-01-11T00:22:31.274Z | Downloaded bitflags v1.3.2 |
1154 | 2025-01-11T00:22:31.274Z | Downloaded bit-set v0.5.3 |
1155 | 2025-01-11T00:22:31.278Z | Downloaded ciborium-io v0.2.2 |
1156 | 2025-01-11T00:22:31.278Z | Downloaded atomic-waker v1.1.2 |
1157 | 2025-01-11T00:22:31.278Z | Downloaded async-stream v0.3.6 |
1158 | 2025-01-11T00:22:31.284Z | Downloaded arrayref v0.3.9 |
1159 | 2025-01-11T00:22:31.284Z | Downloaded linked-hash-map v0.5.6 |
1160 | 2025-01-11T00:22:31.284Z | Downloaded internet-checksum v0.2.1 |
1161 | 2025-01-11T00:22:31.284Z | Downloaded instability v0.3.2 |
1162 | 2025-01-11T00:22:31.288Z | Downloaded inout v0.1.3 |
1163 | 2025-01-11T00:22:31.288Z | Downloaded httpdate v1.0.3 |
1164 | 2025-01-11T00:22:31.357Z | Downloaded libsqlite3-sys v0.30.1 |
1165 | 2025-01-11T00:22:31.626Z | Downloaded ring v0.17.8 |
1166 | 2025-01-11T00:22:31.990Z | Downloaded aws-lc-sys v0.22.0 |
1167 | 2025-01-11T00:22:32.294Z | Compiling serde v1.0.217 |
1168 | 2025-01-11T00:22:32.297Z | Compiling lock_api v0.4.12 |
1169 | 2025-01-11T00:22:32.297Z | Compiling scopeguard v1.2.0 |
1170 | 2025-01-11T00:22:32.297Z | Compiling value-bag v1.9.0 |
1171 | 2025-01-11T00:22:32.297Z | Compiling typenum v1.17.0 |
1172 | 2025-01-11T00:22:32.297Z | Compiling generic-array v0.14.7 |
1173 | 2025-01-11T00:22:32.488Z | Compiling syn v2.0.96 |
1174 | 2025-01-11T00:22:32.502Z | Compiling getrandom v0.2.15 |
1175 | 2025-01-11T00:22:32.613Z | Compiling subtle v2.6.1 |
1176 | 2025-01-11T00:22:32.738Z | Compiling rand_core v0.6.4 |
1177 | 2025-01-11T00:22:32.922Z | Compiling log v0.4.22 |
1178 | 2025-01-11T00:22:33.004Z | Compiling shlex v1.3.0 |
1179 | 2025-01-11T00:22:33.022Z | Compiling jobserver v0.1.32 |
1180 | 2025-01-11T00:22:33.065Z | Compiling const-oid v0.9.6 |
1181 | 2025-01-11T00:22:33.232Z | Compiling smallvec v1.13.2 |
1182 | 2025-01-11T00:22:33.359Z | Compiling cc v1.1.30 |
1183 | 2025-01-11T00:22:33.424Z | Compiling spin v0.9.8 |
1184 | 2025-01-11T00:22:33.675Z | Compiling pin-project-lite v0.2.14 |
1185 | 2025-01-11T00:22:33.773Z | Compiling rustix v0.38.37 |
1186 | 2025-01-11T00:22:33.804Z | Compiling parking_lot_core v0.9.10 |
1187 | 2025-01-11T00:22:33.821Z | Compiling futures-core v0.3.31 |
1188 | 2025-01-11T00:22:33.924Z | Compiling signal-hook-registry v1.4.2 |
1189 | 2025-01-11T00:22:34.073Z | Compiling mio v1.0.2 |
1190 | 2025-01-11T00:22:34.675Z | Compiling parking_lot v0.12.3 |
1191 | 2025-01-11T00:22:34.740Z | Compiling aho-corasick v1.1.3 |
1192 | 2025-01-11T00:22:34.888Z | Compiling regex-syntax v0.8.5 |
1193 | 2025-01-11T00:22:35.044Z | Compiling cpufeatures v0.2.14 |
1194 | 2025-01-11T00:22:35.116Z | Compiling lazy_static v1.5.0 |
1195 | 2025-01-11T00:22:35.189Z | Compiling stable_deref_trait v1.2.0 |
1196 | 2025-01-11T00:22:35.315Z | Compiling either v1.13.0 |
1197 | 2025-01-11T00:22:35.332Z | Compiling glob v0.3.1 |
1198 | 2025-01-11T00:22:35.393Z | Compiling futures-sink v0.3.31 |
1199 | 2025-01-11T00:22:35.550Z | Compiling socket2 v0.5.7 |
1200 | 2025-01-11T00:22:35.740Z | Compiling slab v0.4.9 |
1201 | 2025-01-11T00:22:35.762Z | Compiling prettyplease v0.2.25 |
1202 | 2025-01-11T00:22:36.112Z | Compiling serde_json v1.0.135 |
1203 | 2025-01-11T00:22:36.203Z | Compiling minimal-lexical v0.2.1 |
1204 | 2025-01-11T00:22:36.370Z | Compiling clang-sys v1.8.1 |
1205 | 2025-01-11T00:22:36.563Z | Compiling libloading v0.8.5 |
1206 | 2025-01-11T00:22:36.714Z | Compiling nom v7.1.3 |
1207 | 2025-01-11T00:22:36.765Z | Compiling bindgen v0.69.5 |
1208 | 2025-01-11T00:22:37.052Z | Compiling home v0.5.9 |
1209 | 2025-01-11T00:22:37.313Z | Compiling itertools v0.10.5 |
1210 | 2025-01-11T00:22:37.643Z | Compiling futures-channel v0.3.31 |
1211 | 2025-01-11T00:22:37.904Z | Compiling libm v0.2.8 |
1212 | 2025-01-11T00:22:38.064Z | Compiling lazycell v1.3.0 |
1213 | 2025-01-11T00:22:38.244Z | Compiling foldhash v0.1.3 |
1214 | 2025-01-11T00:22:38.264Z | Compiling futures-io v0.3.31 |
1215 | 2025-01-11T00:22:38.549Z | Compiling allocator-api2 v0.2.18 |
1216 | 2025-01-11T00:22:38.606Z | Compiling pin-utils v0.1.0 |
1217 | 2025-01-11T00:22:38.699Z | Compiling rustc-hash v1.1.0 |
1218 | 2025-01-11T00:22:38.842Z | Compiling regex-automata v0.4.8 |
1219 | 2025-01-11T00:22:39.338Z | Compiling futures-task v0.3.31 |
1220 | 2025-01-11T00:22:39.627Z | Compiling hashbrown v0.15.1 |
1221 | 2025-01-11T00:22:40.151Z | Compiling cexpr v0.6.0 |
1222 | 2025-01-11T00:22:40.578Z | Compiling synstructure v0.13.1 |
1223 | 2025-01-11T00:22:41.025Z | Compiling cmake v0.1.51 |
1224 | 2025-01-11T00:22:41.992Z | Compiling num-traits v0.2.19 |
1225 | 2025-01-11T00:22:42.012Z | Compiling dunce v1.0.5 |
1226 | 2025-01-11T00:22:42.068Z | Compiling fs_extra v1.3.0 |
1227 | 2025-01-11T00:22:42.137Z | Compiling tinyvec_macros v0.1.1 |
1228 | 2025-01-11T00:22:42.237Z | Compiling pkg-config v0.3.31 |
1229 | 2025-01-11T00:22:42.271Z | Compiling tinyvec v1.8.0 |
1230 | 2025-01-11T00:22:42.661Z | Compiling ring v0.17.8 |
1231 | 2025-01-11T00:22:43.794Z | Compiling unicode-normalization v0.1.24 |
1232 | 2025-01-11T00:22:43.815Z | Compiling litemap v0.7.3 |
1233 | 2025-01-11T00:22:43.815Z | Compiling writeable v0.5.5 |
1234 | 2025-01-11T00:22:43.931Z | Compiling paste v1.0.15 |
1235 | 2025-01-11T00:22:44.238Z | Compiling base64ct v1.6.0 |
1236 | 2025-01-11T00:22:44.430Z | Compiling regex v1.11.1 |
1237 | 2025-01-11T00:22:44.450Z | Compiling unicode-bidi v0.3.17 |
1238 | 2025-01-11T00:22:44.855Z | Compiling pem-rfc7468 v0.7.0 |
1239 | 2025-01-11T00:22:45.555Z | Compiling aws-lc-rs v1.10.0 |
1240 | 2025-01-11T00:22:45.590Z | Compiling flagset v0.4.6 |
1241 | 2025-01-11T00:22:45.797Z | Compiling httparse v1.9.5 |
1242 | 2025-01-11T00:22:45.898Z | Compiling tracing-core v0.1.32 |
1243 | 2025-01-11T00:22:46.001Z | Compiling rustls-pki-types v1.10.0 |
1244 | 2025-01-11T00:22:46.597Z | Compiling percent-encoding v2.3.1 |
1245 | 2025-01-11T00:22:46.929Z | Compiling crossbeam-utils v0.8.20 |
1246 | 2025-01-11T00:22:47.024Z | Compiling icu_locid_transform_data v1.5.0 |
1247 | 2025-01-11T00:22:47.123Z | Compiling vcpkg v0.2.15 |
1248 | 2025-01-11T00:22:47.228Z | Compiling mirai-annotations v1.12.0 |
1249 | 2025-01-11T00:22:47.251Z | Compiling serde_derive v1.0.217 |
1250 | 2025-01-11T00:22:47.421Z | Compiling zeroize_derive v1.4.2 |
1251 | 2025-01-11T00:22:47.515Z | Compiling zerocopy-derive v0.7.35 |
1252 | 2025-01-11T00:22:47.737Z | Compiling tokio-macros v2.4.0 |
1253 | 2025-01-11T00:22:49.000Z | Compiling zeroize v1.8.1 |
1254 | 2025-01-11T00:22:49.250Z | Compiling zerofrom-derive v0.1.4 |
1255 | 2025-01-11T00:22:49.387Z | Compiling thiserror-impl v1.0.69 |
1256 | 2025-01-11T00:22:49.460Z | Compiling yoke-derive v0.7.4 |
1257 | 2025-01-11T00:22:49.762Z | Compiling zerocopy v0.7.35 |
1258 | 2025-01-11T00:22:50.705Z | Compiling crypto-common v0.1.6 |
1259 | 2025-01-11T00:22:50.948Z | Compiling block-buffer v0.10.4 |
1260 | 2025-01-11T00:22:50.969Z | Compiling futures-macro v0.3.31 |
1261 | 2025-01-11T00:22:51.236Z | Compiling digest v0.10.7 |
1262 | 2025-01-11T00:22:51.443Z | Compiling zerovec-derive v0.10.3 |
1263 | 2025-01-11T00:22:51.741Z | Compiling hmac v0.12.1 |
1264 | 2025-01-11T00:22:51.942Z | Compiling block-padding v0.3.3 |
1265 | 2025-01-11T00:22:51.991Z | Compiling displaydoc v0.2.5 |
1266 | 2025-01-11T00:22:52.223Z | Compiling inout v0.1.3 |
1267 | 2025-01-11T00:22:52.467Z | Compiling cipher v0.4.4 |
1268 | 2025-01-11T00:22:52.541Z | Compiling sha2 v0.10.8 |
1269 | 2025-01-11T00:22:52.821Z | Compiling thiserror v1.0.69 |
1270 | 2025-01-11T00:22:52.967Z | Compiling ppv-lite86 v0.2.20 |
1271 | 2025-01-11T00:22:52.989Z | Compiling icu_provider_macros v1.5.0 |
1272 | 2025-01-11T00:22:52.992Z | Compiling futures-util v0.3.31 |
1273 | 2025-01-11T00:22:53.473Z | Compiling zerofrom v0.1.4 |
1274 | 2025-01-11T00:22:53.703Z | Compiling yoke v0.7.4 |
1275 | 2025-01-11T00:22:53.733Z | Compiling der_derive v0.7.3 |
1276 | 2025-01-11T00:22:53.843Z | Compiling rand_chacha v0.3.1 |
1277 | 2025-01-11T00:22:54.077Z | Compiling tracing-attributes v0.1.27 |
1278 | 2025-01-11T00:22:54.145Z | Compiling pest v2.7.14 |
1279 | 2025-01-11T00:22:54.165Z | Compiling zerovec v0.10.4 |
1280 | 2025-01-11T00:22:56.183Z | Compiling tinystr v0.7.6 |
1281 | 2025-01-11T00:22:56.289Z | Compiling icu_collections v1.5.0 |
1282 | 2025-01-11T00:22:56.384Z | Compiling der v0.7.9 |
1283 | 2025-01-11T00:22:56.456Z | Compiling rand v0.8.5 |
1284 | 2025-01-11T00:22:56.659Z | Compiling icu_locid v1.5.0 |
1285 | 2025-01-11T00:22:57.293Z | Compiling salsa20 v0.10.2 |
1286 | 2025-01-11T00:22:57.537Z | Compiling pbkdf2 v0.12.2 |
1287 | 2025-01-11T00:22:57.752Z | Compiling time-core v0.1.2 |
1288 | 2025-01-11T00:22:57.785Z | Compiling num-conv v0.1.0 |
1289 | 2025-01-11T00:22:57.929Z | Compiling icu_provider v1.5.0 |
1290 | 2025-01-11T00:22:57.966Z | Compiling tracing v0.1.40 |
1291 | 2025-01-11T00:22:58.081Z | Compiling icu_properties_data v1.5.0 |
1292 | 2025-01-11T00:22:58.361Z | Compiling untrusted v0.9.0 |
1293 | 2025-01-11T00:22:58.524Z | Compiling spki v0.7.3 |
1294 | 2025-01-11T00:22:58.550Z | Compiling powerfmt v0.2.0 |
1295 | 2025-01-11T00:22:58.649Z | Compiling icu_locid_transform v1.5.0 |
1296 | 2025-01-11T00:22:58.922Z | Compiling untrusted v0.7.1 |
1297 | 2025-01-11T00:22:58.970Z | Compiling deranged v0.3.11 |
1298 | 2025-01-11T00:22:59.082Z | Compiling time-macros v0.2.18 |
1299 | 2025-01-11T00:22:59.381Z | Compiling scrypt v0.11.0 |
1300 | 2025-01-11T00:22:59.951Z | Compiling pest_meta v2.7.14 |
1301 | 2025-01-11T00:22:59.966Z | Compiling icu_properties v1.5.1 |
1302 | 2025-01-11T00:23:00.437Z | Compiling aes v0.8.4 |
1303 | 2025-01-11T00:23:00.994Z | Compiling cbc v0.1.2 |
1304 | 2025-01-11T00:23:01.244Z | Compiling openssl-sys v0.9.103 |
1305 | 2025-01-11T00:23:01.428Z | Compiling scroll_derive v0.12.0 |
1306 | 2025-01-11T00:23:02.161Z | Compiling bitflags v2.6.0 |
1307 | 2025-01-11T00:23:02.346Z | Compiling bytes v1.9.0 |
1308 | 2025-01-11T00:23:02.923Z | Compiling indexmap v2.7.0 |
1309 | 2025-01-11T00:23:02.944Z | Compiling semver v1.0.24 |
1310 | 2025-01-11T00:23:03.335Z | Compiling tokio v1.40.0 |
1311 | 2025-01-11T00:23:03.670Z | Compiling http v1.2.0 |
1312 | 2025-01-11T00:23:03.691Z | Compiling rustc_version v0.4.1 |
1313 | 2025-01-11T00:23:04.439Z | Compiling icu_normalizer_data v1.5.0 |
1314 | 2025-01-11T00:23:04.509Z | Compiling utf16_iter v1.0.5 |
1315 | 2025-01-11T00:23:04.544Z | Compiling utf8_iter v1.0.4 |
1316 | 2025-01-11T00:23:04.713Z | Compiling atomic-waker v1.1.2 |
1317 | 2025-01-11T00:23:04.798Z | Compiling num_threads v0.1.7 |
1318 | 2025-01-11T00:23:04.903Z | Compiling write16 v1.0.0 |
1319 | 2025-01-11T00:23:04.927Z | Compiling time v0.3.36 |
1320 | 2025-01-11T00:23:04.993Z | Compiling scroll v0.12.0 |
1321 | 2025-01-11T00:23:05.023Z | Compiling icu_normalizer v1.5.0 |
1322 | 2025-01-11T00:23:05.179Z | Compiling pkcs5 v0.7.1 |
1323 | 2025-01-11T00:23:05.602Z | Compiling http-body v1.0.1 |
1324 | 2025-01-11T00:23:05.857Z | Compiling pest_generator v2.7.14 |
1325 | 2025-01-11T00:23:05.959Z | Compiling form_urlencoded v1.2.1 |
1326 | 2025-01-11T00:23:06.197Z | Compiling try-lock v0.2.5 |
1327 | 2025-01-11T00:23:06.287Z | Compiling slog v2.7.0 |
1328 | 2025-01-11T00:23:06.354Z | Compiling which v4.4.2 |
1329 | 2025-01-11T00:23:06.463Z | Compiling want v0.3.1 |
1330 | 2025-01-11T00:23:06.866Z | Compiling goblin v0.8.2 |
1331 | 2025-01-11T00:23:06.993Z | Compiling idna_adapter v1.2.0 |
1332 | 2025-01-11T00:23:07.115Z | Compiling pkcs8 v0.10.2 |
1333 | 2025-01-11T00:23:07.225Z | Compiling uuid v1.11.0 |
1334 | 2025-01-11T00:23:07.792Z | Compiling iana-time-zone v0.1.61 |
1335 | 2025-01-11T00:23:07.851Z | Compiling httpdate v1.0.3 |
1336 | 2025-01-11T00:23:07.883Z | Compiling pest_derive v2.7.14 |
1337 | 2025-01-11T00:23:08.263Z | Compiling chrono v0.4.38 |
1338 | 2025-01-11T00:23:08.347Z | Compiling idna v1.0.3 |
1339 | 2025-01-11T00:23:08.713Z | Compiling dtrace-parser v0.2.0 |
1340 | 2025-01-11T00:23:09.481Z | Compiling serde_tokenstream v0.2.2 |
1341 | 2025-01-11T00:23:10.107Z | Compiling toml_datetime v0.6.8 |
1342 | 2025-01-11T00:23:10.291Z | Compiling serde_spanned v0.6.8 |
1343 | 2025-01-11T00:23:10.416Z | Compiling adler2 v2.0.0 |
1344 | 2025-01-11T00:23:10.534Z | Compiling tower-service v0.3.3 |
1345 | 2025-01-11T00:23:10.634Z | Compiling openssl v0.10.66 |
1346 | 2025-01-11T00:23:10.634Z | Compiling base64 v0.22.1 |
1347 | 2025-01-11T00:23:10.670Z | Compiling match_cfg v0.1.0 |
1348 | 2025-01-11T00:23:10.774Z | Compiling rustversion v1.0.17 |
1349 | 2025-01-11T00:23:10.937Z | Compiling foreign-types-shared v0.1.1 |
1350 | 2025-01-11T00:23:11.063Z | Compiling foreign-types v0.3.2 |
1351 | 2025-01-11T00:23:11.087Z | Compiling hostname v0.3.1 |
1352 | 2025-01-11T00:23:11.155Z | Compiling miniz_oxide v0.8.0 |
1353 | 2025-01-11T00:23:11.343Z | Compiling url v2.5.3 |
1354 | 2025-01-11T00:23:11.561Z | Compiling async-trait v0.1.83 |
1355 | 2025-01-11T00:23:12.081Z | Compiling tokio-util v0.7.12 |
1356 | 2025-01-11T00:23:12.724Z | Compiling dof v0.3.0 |
1357 | 2025-01-11T00:23:12.795Z | Compiling openssl-macros v0.1.1 |
1358 | 2025-01-11T00:23:13.380Z | Compiling h2 v0.4.6 |
1359 | 2025-01-11T00:23:13.527Z | Compiling usdt-impl v0.5.0 |
1360 | 2025-01-11T00:23:13.554Z | Compiling serde_derive_internals v0.29.1 |
1361 | 2025-01-11T00:23:14.364Z | Compiling dirs-sys-next v0.1.2 |
1362 | 2025-01-11T00:23:14.948Z | Compiling rustls v0.23.19 |
1363 | 2025-01-11T00:23:15.022Z | Compiling native-tls v0.2.12 |
1364 | 2025-01-11T00:23:15.116Z | Compiling schemars v0.8.21 |
1365 | 2025-01-11T00:23:15.255Z | Compiling syn v1.0.109 |
1366 | 2025-01-11T00:23:15.387Z | Compiling rustls v0.22.4 |
1367 | 2025-01-11T00:23:15.468Z | Compiling data-encoding v2.6.0 |
1368 | 2025-01-11T00:23:15.656Z | Compiling siphasher v0.3.11 |
1369 | 2025-01-11T00:23:16.062Z | Compiling dirs-next v2.0.0 |
1370 | 2025-01-11T00:23:16.357Z | Compiling schemars_derive v0.8.21 |
1371 | 2025-01-11T00:23:17.378Z | Compiling http-body-util v0.1.2 |
1372 | 2025-01-11T00:23:17.701Z | Compiling heapless v0.7.17 |
1373 | 2025-01-11T00:23:17.897Z | Compiling crossbeam-epoch v0.9.18 |
1374 | 2025-01-11T00:23:17.900Z | Compiling sha1 v0.10.6 |
1375 | 2025-01-11T00:23:18.111Z | Compiling signature v2.2.0 |
1376 | 2025-01-11T00:23:18.331Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1377 | 2025-01-11T00:23:18.419Z | Compiling thread_local v1.1.8 |
1378 | 2025-01-11T00:23:18.710Z | Compiling multer v3.1.0 |
1379 | 2025-01-11T00:23:18.845Z | Compiling encoding_rs v0.8.34 |
1380 | 2025-01-11T00:23:18.959Z | Compiling cookie v0.18.1 |
1381 | 2025-01-11T00:23:18.980Z | Compiling gimli v0.31.1 |
1382 | 2025-01-11T00:23:19.102Z | Compiling signal-hook v0.3.17 |
1383 | 2025-01-11T00:23:19.241Z | Compiling slog-async v2.8.0 |
1384 | 2025-01-11T00:23:19.374Z | Compiling openssl-probe v0.1.5 |
1385 | 2025-01-11T00:23:19.728Z | Compiling dyn-clone v1.0.17 |
1386 | 2025-01-11T00:23:19.732Z | Compiling rayon-core v1.12.1 |
1387 | 2025-01-11T00:23:19.767Z | Compiling unicode-properties v0.1.3 |
1388 | 2025-01-11T00:23:19.958Z | Compiling mime v0.3.17 |
1389 | 2025-01-11T00:23:20.009Z | Compiling ipnet v2.10.1 |
1390 | 2025-01-11T00:23:20.215Z | Compiling stringprep v0.1.5 |
1391 | 2025-01-11T00:23:20.636Z | Compiling hyper v1.5.0 |
1392 | 2025-01-11T00:23:21.653Z | Compiling toml_edit v0.22.22 |
1393 | 2025-01-11T00:23:23.363Z | Compiling hyper-util v0.1.10 |
1394 | 2025-01-11T00:23:24.155Z | Compiling addr2line v0.24.2 |
1395 | 2025-01-11T00:23:24.928Z | Compiling crossbeam-deque v0.8.5 |
1396 | 2025-01-11T00:23:24.988Z | Compiling usdt-attr-macro v0.5.0 |
1397 | 2025-01-11T00:23:25.015Z | Compiling usdt-macro v0.5.0 |
1398 | 2025-01-11T00:23:25.241Z | Compiling term v0.7.0 |
1399 | 2025-01-11T00:23:26.447Z | Compiling slog-json v2.6.1 |
1400 | 2025-01-11T00:23:26.510Z | Compiling serde_urlencoded v0.7.1 |
1401 | 2025-01-11T00:23:26.559Z | Compiling curve25519-dalek v4.1.3 |
1402 | 2025-01-11T00:23:26.613Z | Compiling crossbeam-channel v0.5.13 |
1403 | 2025-01-11T00:23:26.733Z | Compiling enum-as-inner v0.6.1 |
1404 | 2025-01-11T00:23:26.832Z | Compiling futures-executor v0.3.31 |
1405 | 2025-01-11T00:23:27.050Z | Compiling md-5 v0.10.6 |
1406 | 2025-01-11T00:23:27.184Z | Compiling async-stream-impl v0.3.6 |
1407 | 2025-01-11T00:23:27.321Z | Compiling rustls-pemfile v2.2.0 |
1408 | 2025-01-11T00:23:27.438Z | Compiling num-integer v0.1.46 |
1409 | 2025-01-11T00:23:27.684Z | Compiling idna v0.4.0 |
1410 | 2025-01-11T00:23:27.705Z | Compiling idna v0.3.0 |
1411 | 2025-01-11T00:23:27.808Z | Compiling hash32 v0.2.1 |
1412 | 2025-01-11T00:23:28.207Z | Compiling ff v0.13.0 |
1413 | 2025-01-11T00:23:28.233Z | Compiling is-terminal v0.4.13 |
1414 | 2025-01-11T00:23:28.359Z | Compiling dropshot v0.12.0 |
1415 | 2025-01-11T00:23:28.418Z | Compiling object v0.36.5 |
1416 | 2025-01-11T00:23:28.642Z | Compiling quick-error v1.2.3 |
1417 | 2025-01-11T00:23:28.659Z | Compiling take_mut v0.2.2 |
1418 | 2025-01-11T00:23:28.801Z | Compiling rustc-demangle v0.1.24 |
1419 | 2025-01-11T00:23:28.821Z | Compiling base16ct v0.2.0 |
1420 | 2025-01-11T00:23:29.131Z | Compiling portable-atomic v1.9.0 |
1421 | 2025-01-11T00:23:29.357Z | Compiling linked-hash-map v0.5.6 |
1422 | 2025-01-11T00:23:29.387Z | Compiling utf-8 v0.7.6 |
1423 | 2025-01-11T00:23:29.728Z | Compiling psl-types v2.0.11 |
1424 | 2025-01-11T00:23:29.749Z | Compiling smoltcp v0.9.1 |
1425 | 2025-01-11T00:23:29.817Z | Compiling fallible-iterator v0.2.0 |
1426 | 2025-01-11T00:23:29.929Z | Compiling anyhow v1.0.93 |
1427 | 2025-01-11T00:23:30.255Z | Compiling num-bigint-dig v0.8.4 |
1428 | 2025-01-11T00:23:30.350Z | Compiling publicsuffix v2.2.3 |
1429 | 2025-01-11T00:23:30.567Z | Compiling postgres-protocol v0.6.7 |
1430 | 2025-01-11T00:23:30.584Z | Compiling lru-cache v0.1.2 |
1431 | 2025-01-11T00:23:30.604Z | Compiling tungstenite v0.24.0 |
1432 | 2025-01-11T00:23:30.606Z | Compiling sec1 v0.7.3 |
1433 | 2025-01-11T00:23:30.988Z | Compiling resolv-conf v0.7.0 |
1434 | 2025-01-11T00:23:31.261Z | Compiling async-stream v0.3.6 |
1435 | 2025-01-11T00:23:31.559Z | Compiling hickory-proto v0.24.1 |
1436 | 2025-01-11T00:23:31.777Z | Compiling group v0.13.0 |
1437 | 2025-01-11T00:23:31.903Z | Compiling slog-term v2.9.1 |
1438 | 2025-01-11T00:23:31.999Z | Compiling usdt v0.5.0 |
1439 | 2025-01-11T00:23:32.491Z | Compiling num-iter v0.1.45 |
1440 | 2025-01-11T00:23:32.792Z | Compiling futures v0.3.31 |
1441 | 2025-01-11T00:23:32.923Z | Compiling slog-bunyan v2.5.0 |
1442 | 2025-01-11T00:23:33.177Z | Compiling toml v0.8.19 |
1443 | 2025-01-11T00:23:33.325Z | Compiling camino v1.1.9 |
1444 | 2025-01-11T00:23:34.320Z | Compiling tokio-native-tls v0.3.1 |
1445 | 2025-01-11T00:23:34.967Z | Compiling phf_shared v0.11.2 |
1446 | 2025-01-11T00:23:35.012Z | Compiling dropshot_endpoint v0.12.0 |
1447 | 2025-01-11T00:23:35.389Z | Compiling terminal_size v0.4.0 |
1448 | 2025-01-11T00:23:35.470Z | Compiling waitgroup v0.1.2 |
1449 | 2025-01-11T00:23:35.609Z | Compiling openapiv3 v2.0.0 |
1450 | 2025-01-11T00:23:35.655Z | Compiling serde_path_to_error v0.1.16 |
1451 | 2025-01-11T00:23:35.701Z | Compiling hkdf v0.12.4 |
1452 | 2025-01-11T00:23:35.962Z | Compiling backtrace v0.3.74 |
1453 | 2025-01-11T00:23:36.524Z | Compiling crypto-bigint v0.5.5 |
1454 | 2025-01-11T00:23:36.662Z | Compiling curve25519-dalek-derive v0.1.1 |
1455 | 2025-01-11T00:23:38.251Z | Compiling zerocopy-derive v0.6.6 |
1456 | 2025-01-11T00:23:39.665Z | Compiling webpki-roots v0.26.6 |
1457 | 2025-01-11T00:23:39.723Z | Compiling idna v0.5.0 |
1458 | 2025-01-11T00:23:39.744Z | Compiling hubpack_derive v0.1.1 |
1459 | 2025-01-11T00:23:39.900Z | Compiling hostname v0.4.0 |
1460 | 2025-01-11T00:23:40.173Z | Compiling crc32fast v1.4.2 |
1461 | 2025-01-11T00:23:40.224Z | Compiling fs-err v2.11.0 |
1462 | 2025-01-11T00:23:40.501Z | Compiling ahash v0.8.11 |
1463 | 2025-01-11T00:23:40.531Z | Compiling bitflags v1.3.2 |
1464 | 2025-01-11T00:23:40.550Z | Compiling newtype-uuid v1.1.3 |
1465 | 2025-01-11T00:23:40.623Z | Compiling debug-ignore v1.0.5 |
1466 | 2025-01-11T00:23:40.645Z | Compiling managed v0.8.0 |
1467 | 2025-01-11T00:23:40.773Z | Compiling winnow v0.5.40 |
1468 | 2025-01-11T00:23:40.820Z | Compiling console v0.15.8 |
1469 | 2025-01-11T00:23:40.948Z | Compiling clap_builder v4.5.21 |
1470 | 2025-01-11T00:23:41.437Z | Compiling hubpack v0.1.2 |
1471 | 2025-01-11T00:23:41.930Z | Compiling cookie_store v0.21.0 |
1472 | 2025-01-11T00:23:42.206Z | Compiling zerocopy v0.6.6 |
1473 | 2025-01-11T00:23:42.509Z | Compiling strum_macros v0.25.3 |
1474 | 2025-01-11T00:23:42.793Z | Compiling flate2 v1.0.34 |
1475 | 2025-01-11T00:23:43.109Z | Compiling elliptic-curve v0.13.8 |
1476 | 2025-01-11T00:23:43.621Z | Compiling hickory-resolver v0.24.1 |
1477 | 2025-01-11T00:23:43.967Z | Compiling phf v0.11.2 |
1478 | 2025-01-11T00:23:44.260Z | Compiling signal-hook-mio v0.2.4 |
1479 | 2025-01-11T00:23:44.430Z | Compiling toml_edit v0.19.15 |
1480 | 2025-01-11T00:23:44.691Z | Compiling hyper-tls v0.6.0 |
1481 | 2025-01-11T00:23:44.711Z | Compiling rayon v1.10.0 |
1482 | 2025-01-11T00:23:45.111Z | Compiling bzip2 v0.4.4 |
1483 | 2025-01-11T00:23:46.742Z | Compiling tokio-tungstenite v0.24.0 |
1484 | 2025-01-11T00:23:47.302Z | Compiling postgres-types v0.2.8 |
1485 | 2025-01-11T00:23:49.587Z | Compiling ed25519 v2.2.3 |
1486 | 2025-01-11T00:23:50.236Z | Compiling phf_shared v0.10.0 |
1487 | 2025-01-11T00:23:50.482Z | Compiling tokio-stream v0.1.16 |
1488 | 2025-01-11T00:23:50.565Z | Compiling pkcs1 v0.7.5 |
1489 | 2025-01-11T00:23:50.653Z | Compiling serde-big-array v0.5.1 |
1490 | 2025-01-11T00:23:50.904Z | Compiling clap_derive v4.5.18 |
1491 | 2025-01-11T00:23:51.523Z | Compiling rfc6979 v0.4.0 |
1492 | 2025-01-11T00:23:51.544Z | Compiling derive-where v1.2.7 |
1493 | 2025-01-11T00:23:51.575Z | Compiling serde_repr v0.1.19 |
1494 | 2025-01-11T00:23:51.578Z | Compiling float-cmp v0.9.0 |
1495 | 2025-01-11T00:23:51.723Z | Compiling bstr v1.10.0 |
1496 | 2025-01-11T00:23:52.707Z | Compiling sync_wrapper v1.0.1 |
1497 | 2025-01-11T00:23:52.737Z | Compiling whoami v1.5.2 |
1498 | 2025-01-11T00:23:52.764Z | Compiling unicode-segmentation v1.12.0 |
1499 | 2025-01-11T00:23:52.866Z | Compiling predicates-core v1.0.8 |
1500 | 2025-01-11T00:23:53.242Z | Compiling number_prefix v0.4.0 |
1501 | 2025-01-11T00:23:53.404Z | Compiling difflib v0.4.0 |
1502 | 2025-01-11T00:23:53.471Z | Compiling precomputed-hash v0.1.1 |
1503 | 2025-01-11T00:23:53.506Z | Compiling unicode-width v0.2.0 |
1504 | 2025-01-11T00:23:53.594Z | Compiling bit-vec v0.6.3 |
1505 | 2025-01-11T00:23:53.680Z | Compiling fixedbitset v0.4.2 |
1506 | 2025-01-11T00:23:54.049Z | Compiling new_debug_unreachable v1.0.6 |
1507 | 2025-01-11T00:23:54.083Z | Compiling static_assertions v1.1.0 |
1508 | 2025-01-11T00:23:54.157Z | Compiling normalize-line-endings v0.3.0 |
1509 | 2025-01-11T00:23:54.179Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1510 | 2025-01-11T00:23:54.199Z | Compiling string_cache v0.8.7 |
1511 | 2025-01-11T00:23:54.297Z | Compiling predicates v3.1.2 |
1512 | 2025-01-11T00:23:54.700Z | Compiling petgraph v0.6.5 |
1513 | 2025-01-11T00:23:55.083Z | Compiling indicatif v0.17.9 |
1514 | 2025-01-11T00:23:55.246Z | Compiling bit-set v0.5.3 |
1515 | 2025-01-11T00:23:55.563Z | Compiling similar v2.6.0 |
1516 | 2025-01-11T00:23:55.845Z | Compiling clap v4.5.21 |
1517 | 2025-01-11T00:23:55.977Z | Compiling tokio-postgres v0.7.12 |
1518 | 2025-01-11T00:23:56.195Z | Compiling ecdsa v0.16.9 |
1519 | 2025-01-11T00:23:57.120Z | Compiling rsa v0.9.6 |
1520 | 2025-01-11T00:23:57.491Z | Compiling ed25519-dalek v2.1.1 |
1521 | 2025-01-11T00:23:58.071Z | Compiling toml v0.7.8 |
1522 | 2025-01-11T00:23:58.816Z | Compiling zip v0.6.6 |
1523 | 2025-01-11T00:23:59.035Z | Compiling crossterm v0.28.1 |
1524 | 2025-01-11T00:24:00.612Z | Compiling hex v0.4.3 |
1525 | 2025-01-11T00:24:00.786Z | Compiling x509-cert v0.2.5 |
1526 | 2025-01-11T00:24:01.024Z | Compiling lalrpop-util v0.19.12 |
1527 | 2025-01-11T00:24:01.228Z | Compiling unicode-xid v0.2.6 |
1528 | 2025-01-11T00:24:01.365Z | Compiling peg-runtime v0.8.3 |
1529 | 2025-01-11T00:24:01.389Z | Compiling strum_macros v0.26.4 |
1530 | 2025-01-11T00:24:01.417Z | Compiling xattr v1.3.1 |
1531 | 2025-01-11T00:24:01.702Z | Compiling filetime v0.2.25 |
1532 | 2025-01-11T00:24:02.028Z | Compiling tar v0.4.42 |
1533 | 2025-01-11T00:24:06.252Z | Compiling strum v0.26.3 |
1534 | 2025-01-11T00:24:09.569Z | Compiling aws-lc-sys v0.22.0 |
1535 | 2025-01-11T00:24:37.792Z | Compiling rustls-webpki v0.102.8 |
1536 | 2025-01-11T00:24:41.210Z | Compiling tokio-rustls v0.25.0 |
1537 | 2025-01-11T00:24:42.891Z | Compiling tokio-rustls v0.26.0 |
1538 | 2025-01-11T00:24:43.354Z | Compiling hyper-rustls v0.27.3 |
1539 | 2025-01-11T00:24:43.670Z | Compiling reqwest v0.12.9 |
1540 | 2025-01-11T00:24:44.675Z | Compiling qorb v0.2.1 |
1541 | 2025-01-11T00:24:49.823Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1542 | 2025-01-11T00:24:50.065Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1543 | 2025-01-11T00:24:56.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1544 | 2025-01-11T00:24:56.194Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1545 | 2025-01-11T00:24:56.245Z | Jan 11 00:24:55.218 INFO Starting download, target: Clickhouse |
1546 | 2025-01-11T00:24:56.245Z | Jan 11 00:24:55.218 INFO Starting download, target: Cockroach |
1547 | 2025-01-11T00:24:56.245Z | Jan 11 00:24:55.218 INFO Starting download, target: Console |
1548 | 2025-01-11T00:24:56.248Z | Jan 11 00:24:55.218 INFO Starting download, target: DendriteOpenapi |
1549 | 2025-01-11T00:24:56.248Z | Jan 11 00:24:55.218 INFO Starting download, target: DendriteStub |
1550 | 2025-01-11T00:24:56.248Z | Jan 11 00:24:55.218 INFO Starting download, target: MaghemiteMgd |
1551 | 2025-01-11T00:24:56.248Z | Jan 11 00:24:55.218 INFO Starting download, target: TransceiverControl |
1552 | 2025-01-11T00:24:56.248Z | Jan 11 00:24:55.219 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1553 | 2025-01-11T00:24:56.248Z | Jan 11 00:24:55.219 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1554 | 2025-01-11T00:24:56.248Z | Jan 11 00:24:55.219 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1555 | 2025-01-11T00:24:56.248Z | Jan 11 00:24:55.219 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1556 | 2025-01-11T00:24:56.248Z | Jan 11 00:24:55.219 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1557 | 2025-01-11T00:24:56.248Z | Jan 11 00:24:55.219 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1558 | 2025-01-11T00:24:56.248Z | Jan 11 00:24:55.219 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1559 | 2025-01-11T00:24:56.818Z | Jan 11 00:24:55.710 INFO Download complete, target: DendriteOpenapi |
1560 | 2025-01-11T00:24:56.920Z | Jan 11 00:24:55.749 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1561 | 2025-01-11T00:24:57.024Z | Jan 11 00:24:55.905 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1562 | 2025-01-11T00:24:57.203Z | Jan 11 00:24:56.033 INFO Download complete, target: Console |
1563 | 2025-01-11T00:24:57.565Z | Jan 11 00:24:56.493 INFO Download complete, target: TransceiverControl |
1564 | 2025-01-11T00:24:58.142Z | Jan 11 00:24:57.099 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1565 | 2025-01-11T00:24:58.172Z | Jan 11 00:24:57.100 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1566 | 2025-01-11T00:24:58.173Z | Jan 11 00:24:57.102 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1567 | 2025-01-11T00:24:58.704Z | Jan 11 00:24:57.677 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1568 | 2025-01-11T00:24:58.704Z | Jan 11 00:24:57.677 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1569 | 2025-01-11T00:25:00.910Z | Jan 11 00:24:59.883 INFO Download complete, target: DendriteStub |
1570 | 2025-01-11T00:25:00.996Z | Jan 11 00:24:59.969 INFO Download complete, target: MaghemiteMgd |
1571 | 2025-01-11T00:25:06.109Z | Jan 11 00:25:05.027 INFO Checking that binary works, target: Cockroach |
1572 | 2025-01-11T00:25:06.264Z | Jan 11 00:25:05.185 INFO Download complete, target: Cockroach |
1573 | 2025-01-11T00:25:10.511Z | Jan 11 00:25:09.481 INFO Checking that binary works, target: Clickhouse |
1574 | 2025-01-11T00:25:10.635Z | Jan 11 00:25:09.600 INFO Download complete, target: Clickhouse |
1575 | 2025-01-11T00:25:10.640Z | All prerequisites installed successfully |
1576 | 2025-01-11T00:25:10.640Z | |
1577 | 2025-01-11T00:25:10.640Z | real 6:56.118326865 |
1578 | 2025-01-11T00:25:10.640Z | user 16:41.261130357 |
1579 | 2025-01-11T00:25:10.640Z | sys 3:16.989226174 |
1580 | 2025-01-11T00:25:10.640Z | trap 0.551678836 |
1581 | 2025-01-11T00:25:10.640Z | tflt 1.699197237 |
1582 | 2025-01-11T00:25:10.640Z | dflt 2.384336116 |
1583 | 2025-01-11T00:25:10.640Z | kflt 0.024909134 |
1584 | 2025-01-11T00:25:10.641Z | lock 29:34.074880139 |
1585 | 2025-01-11T00:25:10.641Z | slp 1:06:01.731223043 |
1586 | 2025-01-11T00:25:10.641Z | lat 57.494840381 |
1587 | 2025-01-11T00:25:10.641Z | stop 2:19.145511242 |
1588 | 2025-01-11T00:25:10.641Z | + ptime -m cargo xtask download softnpu |
1589 | 2025-01-11T00:25:11.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1590 | 2025-01-11T00:25:11.200Z | Running `target/debug/xtask download softnpu` |
1591 | 2025-01-11T00:25:12.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1592 | 2025-01-11T00:25:12.108Z | Running `target/debug/xtask-downloader softnpu` |
1593 | 2025-01-11T00:25:12.145Z | Jan 11 00:25:11.118 INFO Starting download, target: Softnpu |
1594 | 2025-01-11T00:25:12.148Z | Jan 11 00:25:11.118 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1595 | 2025-01-11T00:25:12.605Z | Jan 11 00:25:11.578 INFO Download complete, target: Softnpu |
1596 | 2025-01-11T00:25:12.609Z | |
1597 | 2025-01-11T00:25:12.612Z | real 1.967638336 |
1598 | 2025-01-11T00:25:12.612Z | user 1.291896629 |
1599 | 2025-01-11T00:25:12.612Z | sys 0.547485838 |
1600 | 2025-01-11T00:25:12.612Z | trap 0.001192251 |
1601 | 2025-01-11T00:25:12.612Z | tflt 0.000003758 |
1602 | 2025-01-11T00:25:12.612Z | dflt 0.000013508 |
1603 | 2025-01-11T00:25:12.612Z | kflt 0.000000000 |
1604 | 2025-01-11T00:25:12.612Z | lock 4.669612710 |
1605 | 2025-01-11T00:25:12.612Z | slp 0.315990980 |
1606 | 2025-01-11T00:25:12.612Z | lat 0.070909394 |
1607 | 2025-01-11T00:25:12.612Z | stop 0.000166145 |
1608 | 2025-01-11T00:25:12.612Z | + export CARGO_INCREMENTAL=0 |
1609 | 2025-01-11T00:25:12.612Z | + CARGO_INCREMENTAL=0 |
1610 | 2025-01-11T00:25:12.612Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1611 | 2025-01-11T00:25:13.602Z | Compiling proc-macro2 v1.0.92 |
1612 | 2025-01-11T00:25:13.602Z | Compiling unicode-ident v1.0.14 |
1613 | 2025-01-11T00:25:13.602Z | Compiling libc v0.2.162 |
1614 | 2025-01-11T00:25:13.605Z | Compiling serde v1.0.217 |
1615 | 2025-01-11T00:25:13.605Z | Compiling autocfg v1.4.0 |
1616 | 2025-01-11T00:25:13.605Z | Compiling version_check v0.9.5 |
1617 | 2025-01-11T00:25:13.605Z | Compiling cfg-if v1.0.0 |
1618 | 2025-01-11T00:25:13.842Z | Compiling memchr v2.7.4 |
1619 | 2025-01-11T00:25:13.871Z | Compiling typenum v1.17.0 |
1620 | 2025-01-11T00:25:13.889Z | Compiling shlex v1.3.0 |
1621 | 2025-01-11T00:25:14.260Z | Compiling value-bag v1.9.0 |
1622 | 2025-01-11T00:25:14.496Z | Compiling generic-array v0.14.7 |
1623 | 2025-01-11T00:25:14.702Z | Compiling lock_api v0.4.12 |
1624 | 2025-01-11T00:25:14.762Z | Compiling log v0.4.22 |
1625 | 2025-01-11T00:25:14.817Z | Compiling scopeguard v1.2.0 |
1626 | 2025-01-11T00:25:14.989Z | Compiling parking_lot_core v0.9.10 |
1627 | 2025-01-11T00:25:15.272Z | Compiling serde_json v1.0.135 |
1628 | 2025-01-11T00:25:15.406Z | Compiling once_cell v1.20.2 |
1629 | 2025-01-11T00:25:15.578Z | Compiling quote v1.0.38 |
1630 | 2025-01-11T00:25:15.667Z | Compiling rustix v0.38.37 |
1631 | 2025-01-11T00:25:15.685Z | Compiling jobserver v0.1.32 |
1632 | 2025-01-11T00:25:15.831Z | Compiling getrandom v0.2.15 |
1633 | 2025-01-11T00:25:15.945Z | Compiling syn v2.0.96 |
1634 | 2025-01-11T00:25:16.132Z | Compiling cc v1.1.30 |
1635 | 2025-01-11T00:25:16.212Z | Compiling libm v0.2.8 |
1636 | 2025-01-11T00:25:16.319Z | Compiling aho-corasick v1.1.3 |
1637 | 2025-01-11T00:25:16.396Z | Compiling num-traits v0.2.19 |
1638 | 2025-01-11T00:25:16.437Z | Compiling thiserror v1.0.69 |
1639 | 2025-01-11T00:25:16.477Z | Compiling regex-syntax v0.8.5 |
1640 | 2025-01-11T00:25:16.534Z | Compiling either v1.13.0 |
1641 | 2025-01-11T00:25:16.695Z | Compiling itoa v1.0.11 |
1642 | 2025-01-11T00:25:16.917Z | Compiling spin v0.9.8 |
1643 | 2025-01-11T00:25:17.095Z | Compiling slab v0.4.9 |
1644 | 2025-01-11T00:25:17.412Z | Compiling errno v0.3.9 |
1645 | 2025-01-11T00:25:17.560Z | Compiling byteorder v1.5.0 |
1646 | 2025-01-11T00:25:17.637Z | Compiling lazy_static v1.5.0 |
1647 | 2025-01-11T00:25:17.760Z | Compiling rand_core v0.6.4 |
1648 | 2025-01-11T00:25:18.172Z | Compiling glob v0.3.1 |
1649 | 2025-01-11T00:25:18.248Z | Compiling prettyplease v0.2.25 |
1650 | 2025-01-11T00:25:18.470Z | Compiling minimal-lexical v0.2.1 |
1651 | 2025-01-11T00:25:18.947Z | Compiling clang-sys v1.8.1 |
1652 | 2025-01-11T00:25:18.965Z | Compiling nom v7.1.3 |
1653 | 2025-01-11T00:25:19.196Z | Compiling libloading v0.8.5 |
1654 | 2025-01-11T00:25:19.550Z | Compiling bindgen v0.69.5 |
1655 | 2025-01-11T00:25:19.569Z | Compiling subtle v2.6.1 |
1656 | 2025-01-11T00:25:19.617Z | Compiling home v0.5.9 |
1657 | 2025-01-11T00:25:19.880Z | Compiling itertools v0.10.5 |
1658 | 2025-01-11T00:25:20.023Z | Compiling allocator-api2 v0.2.18 |
1659 | 2025-01-11T00:25:20.542Z | Compiling regex-automata v0.4.8 |
1660 | 2025-01-11T00:25:20.703Z | Compiling smallvec v1.13.2 |
1661 | 2025-01-11T00:25:21.145Z | Compiling lazycell v1.3.0 |
1662 | 2025-01-11T00:25:21.208Z | Compiling rustc-hash v1.1.0 |
1663 | 2025-01-11T00:25:21.327Z | Compiling cmake v0.1.51 |
1664 | 2025-01-11T00:25:21.663Z | Compiling fs_extra v1.3.0 |
1665 | 2025-01-11T00:25:22.089Z | Compiling semver v1.0.24 |
1666 | 2025-01-11T00:25:22.190Z | Compiling dunce v1.0.5 |
1667 | 2025-01-11T00:25:22.324Z | Compiling cexpr v0.6.0 |
1668 | 2025-01-11T00:25:22.584Z | Compiling pkg-config v0.3.31 |
1669 | 2025-01-11T00:25:22.743Z | Compiling ring v0.17.8 |
1670 | 2025-01-11T00:25:23.408Z | Compiling ryu v1.0.18 |
1671 | 2025-01-11T00:25:23.714Z | Compiling synstructure v0.13.1 |
1672 | 2025-01-11T00:25:23.780Z | Compiling pin-project-lite v0.2.14 |
1673 | 2025-01-11T00:25:23.833Z | Compiling paste v1.0.15 |
1674 | 2025-01-11T00:25:23.922Z | Compiling schemars v0.8.21 |
1675 | 2025-01-11T00:25:23.944Z | Compiling const-oid v0.9.6 |
1676 | 2025-01-11T00:25:24.255Z | Compiling aws-lc-rs v1.10.0 |
1677 | 2025-01-11T00:25:24.963Z | Compiling httparse v1.9.5 |
1678 | 2025-01-11T00:25:25.110Z | Compiling fnv v1.0.7 |
1679 | 2025-01-11T00:25:25.256Z | Compiling serde_derive_internals v0.29.1 |
1680 | 2025-01-11T00:25:25.741Z | Compiling equivalent v1.0.1 |
1681 | 2025-01-11T00:25:25.859Z | Compiling regex v1.11.1 |
1682 | 2025-01-11T00:25:25.907Z | Compiling foldhash v0.1.3 |
1683 | 2025-01-11T00:25:26.178Z | Compiling hashbrown v0.15.1 |
1684 | 2025-01-11T00:25:26.463Z | Compiling signal-hook-registry v1.4.2 |
1685 | 2025-01-11T00:25:26.903Z | Compiling heck v0.5.0 |
1686 | 2025-01-11T00:25:27.021Z | Compiling parking_lot v0.12.3 |
1687 | 2025-01-11T00:25:27.365Z | Compiling mio v1.0.2 |
1688 | 2025-01-11T00:25:28.147Z | Compiling stable_deref_trait v1.2.0 |
1689 | 2025-01-11T00:25:28.408Z | Compiling socket2 v0.5.7 |
1690 | 2025-01-11T00:25:29.058Z | Compiling time-core v0.1.2 |
1691 | 2025-01-11T00:25:29.198Z | Compiling serde_derive v1.0.217 |
1692 | 2025-01-11T00:25:29.240Z | Compiling zeroize_derive v1.4.2 |
1693 | 2025-01-11T00:25:29.783Z | Compiling zerocopy-derive v0.7.35 |
1694 | 2025-01-11T00:25:30.089Z | Compiling thiserror-impl v1.0.69 |
1695 | 2025-01-11T00:25:30.151Z | Compiling tokio-macros v2.4.0 |
1696 | 2025-01-11T00:25:30.292Z | Compiling zerofrom-derive v0.1.4 |
1697 | 2025-01-11T00:25:30.754Z | Compiling zeroize v1.8.1 |
1698 | 2025-01-11T00:25:31.359Z | Compiling yoke-derive v0.7.4 |
1699 | 2025-01-11T00:25:31.577Z | Compiling futures-macro v0.3.31 |
1700 | 2025-01-11T00:25:31.581Z | Compiling zerovec-derive v0.10.3 |
1701 | 2025-01-11T00:25:31.779Z | Compiling zerocopy v0.7.35 |
1702 | 2025-01-11T00:25:32.938Z | Compiling displaydoc v0.2.5 |
1703 | 2025-01-11T00:25:33.395Z | Compiling crypto-common v0.1.6 |
1704 | 2025-01-11T00:25:33.474Z | Compiling tracing-attributes v0.1.27 |
1705 | 2025-01-11T00:25:33.603Z | Compiling icu_provider_macros v1.5.0 |
1706 | 2025-01-11T00:25:33.733Z | Compiling schemars_derive v0.8.21 |
1707 | 2025-01-11T00:25:33.919Z | Compiling block-buffer v0.10.4 |
1708 | 2025-01-11T00:25:34.158Z | Compiling digest v0.10.7 |
1709 | 2025-01-11T00:25:34.377Z | Compiling futures-core v0.3.31 |
1710 | 2025-01-11T00:25:34.563Z | Compiling num-conv v0.1.0 |
1711 | 2025-01-11T00:25:34.600Z | Compiling crossbeam-utils v0.8.20 |
1712 | 2025-01-11T00:25:34.654Z | Compiling der_derive v0.7.3 |
1713 | 2025-01-11T00:25:34.845Z | Compiling time-macros v0.2.18 |
1714 | 2025-01-11T00:25:34.965Z | Compiling vcpkg v0.2.15 |
1715 | 2025-01-11T00:25:36.569Z | Compiling openssl-sys v0.9.103 |
1716 | 2025-01-11T00:25:37.518Z | Compiling syn v1.0.109 |
1717 | 2025-01-11T00:25:37.740Z | Compiling cpufeatures v0.2.14 |
1718 | 2025-01-11T00:25:37.834Z | Compiling futures-sink v0.3.31 |
1719 | 2025-01-11T00:25:37.959Z | Compiling slog v2.7.0 |
1720 | 2025-01-11T00:25:38.373Z | Compiling ahash v0.8.11 |
1721 | 2025-01-11T00:25:38.722Z | Compiling iana-time-zone v0.1.61 |
1722 | 2025-01-11T00:25:38.924Z | Compiling futures-channel v0.3.31 |
1723 | 2025-01-11T00:25:39.136Z | Compiling zerofrom v0.1.4 |
1724 | 2025-01-11T00:25:39.387Z | Compiling scroll_derive v0.12.0 |
1725 | 2025-01-11T00:25:39.414Z | Compiling ucd-trie v0.1.7 |
1726 | 2025-01-11T00:25:39.417Z | Compiling futures-task v0.3.31 |
1727 | 2025-01-11T00:25:39.442Z | Compiling openssl v0.10.66 |
1728 | 2025-01-11T00:25:39.735Z | Compiling pin-utils v0.1.0 |
1729 | 2025-01-11T00:25:39.829Z | Compiling futures-io v0.3.31 |
1730 | 2025-01-11T00:25:39.852Z | Compiling pest v2.7.14 |
1731 | 2025-01-11T00:25:39.868Z | Compiling yoke v0.7.4 |
1732 | 2025-01-11T00:25:40.198Z | Compiling futures-util v0.3.31 |
1733 | 2025-01-11T00:25:40.748Z | Compiling hmac v0.12.1 |
1734 | 2025-01-11T00:25:41.191Z | Compiling zerovec v0.10.4 |
1735 | 2025-01-11T00:25:42.832Z | Compiling bitflags v2.6.0 |
1736 | 2025-01-11T00:25:42.936Z | Compiling bytes v1.9.0 |
1737 | 2025-01-11T00:25:45.189Z | Compiling indexmap v2.7.0 |
1738 | 2025-01-11T00:25:45.279Z | Compiling tokio v1.40.0 |
1739 | 2025-01-11T00:25:46.714Z | Compiling serde_tokenstream v0.2.2 |
1740 | 2025-01-11T00:25:47.086Z | Compiling uuid v1.11.0 |
1741 | 2025-01-11T00:25:47.275Z | Compiling which v4.4.2 |
1742 | 2025-01-11T00:25:47.519Z | Compiling http v1.2.0 |
1743 | 2025-01-11T00:25:48.328Z | Compiling chrono v0.4.38 |
1744 | 2025-01-11T00:25:48.353Z | Compiling rustc_version v0.4.1 |
1745 | 2025-01-11T00:25:51.118Z | Compiling pest_meta v2.7.14 |
1746 | 2025-01-11T00:25:51.146Z | Compiling block-padding v0.3.3 |
1747 | 2025-01-11T00:25:51.382Z | Compiling openssl-macros v0.1.1 |
1748 | 2025-01-11T00:25:52.084Z | Compiling tinyvec_macros v0.1.1 |
1749 | 2025-01-11T00:25:52.288Z | Compiling native-tls v0.2.12 |
1750 | 2025-01-11T00:25:52.612Z | Compiling rustls v0.23.19 |
1751 | 2025-01-11T00:25:52.911Z | Compiling pest_generator v2.7.14 |
1752 | 2025-01-11T00:25:54.235Z | Compiling tinyvec v1.8.0 |
1753 | 2025-01-11T00:25:55.286Z | Compiling inout v0.1.3 |
1754 | 2025-01-11T00:25:55.333Z | Compiling toml_datetime v0.6.8 |
1755 | 2025-01-11T00:25:55.532Z | Compiling serde_spanned v0.6.8 |
1756 | 2025-01-11T00:25:55.770Z | Compiling tracing-core v0.1.32 |
1757 | 2025-01-11T00:25:55.776Z | Compiling strsim v0.11.1 |
1758 | 2025-01-11T00:25:56.031Z | Compiling dyn-clone v1.0.17 |
1759 | 2025-01-11T00:25:56.296Z | Compiling unicode-normalization v0.1.24 |
1760 | 2025-01-11T00:25:56.729Z | Compiling tracing v0.1.40 |
1761 | 2025-01-11T00:26:01.474Z | Compiling cipher v0.4.4 |
1762 | 2025-01-11T00:26:01.646Z | Compiling pest_derive v2.7.14 |
1763 | 2025-01-11T00:26:01.646Z | Compiling tinystr v0.7.6 |
1764 | 2025-01-11T00:26:01.646Z | Compiling sha2 v0.10.8 |
1765 | 2025-01-11T00:26:01.646Z | Compiling usdt-impl v0.5.0 |
1766 | 2025-01-11T00:26:01.646Z | Compiling cookie v0.18.1 |
1767 | 2025-01-11T00:26:01.646Z | Compiling writeable v0.5.5 |
1768 | 2025-01-11T00:26:01.646Z | Compiling base64ct v1.6.0 |
1769 | 2025-01-11T00:26:01.646Z | Compiling unicode-bidi v0.3.17 |
1770 | 2025-01-11T00:26:01.648Z | Compiling litemap v0.7.3 |
1771 | 2025-01-11T00:26:01.648Z | Compiling icu_locid v1.5.0 |
1772 | 2025-01-11T00:26:01.774Z | Compiling aws-lc-sys v0.22.0 |
1773 | 2025-01-11T00:26:02.667Z | Compiling pem-rfc7468 v0.7.0 |
1774 | 2025-01-11T00:26:02.725Z | Compiling scroll v0.12.0 |
1775 | 2025-01-11T00:26:03.327Z | Compiling ppv-lite86 v0.2.20 |
1776 | 2025-01-11T00:26:03.346Z | Compiling async-trait v0.1.83 |
1777 | 2025-01-11T00:26:04.163Z | Compiling percent-encoding v2.3.1 |
1778 | 2025-01-11T00:26:05.623Z | Compiling rustls-pki-types v1.10.0 |
1779 | 2025-01-11T00:26:06.979Z | Compiling flagset v0.4.6 |
1780 | 2025-01-11T00:26:07.176Z | Compiling anyhow v1.0.93 |
1781 | 2025-01-11T00:26:07.193Z | Compiling camino v1.1.9 |
1782 | 2025-01-11T00:26:07.364Z | Compiling plain v0.2.3 |
1783 | 2025-01-11T00:26:07.514Z | Compiling goblin v0.8.2 |
1784 | 2025-01-11T00:26:07.691Z | Compiling der v0.7.9 |
1785 | 2025-01-11T00:26:07.712Z | Compiling rand_chacha v0.3.1 |
1786 | 2025-01-11T00:26:09.501Z | Compiling icu_provider v1.5.0 |
1787 | 2025-01-11T00:26:10.480Z | Compiling tokio-util v0.7.12 |
1788 | 2025-01-11T00:26:10.825Z | Compiling pretty-hex v0.4.1 |
1789 | 2025-01-11T00:26:11.381Z | Compiling mirai-annotations v1.12.0 |
1790 | 2025-01-11T00:26:11.579Z | Compiling rayon-core v1.12.1 |
1791 | 2025-01-11T00:26:11.846Z | Compiling icu_locid_transform_data v1.5.0 |
1792 | 2025-01-11T00:26:11.957Z | Compiling powerfmt v0.2.0 |
1793 | 2025-01-11T00:26:12.036Z | Compiling untrusted v0.7.1 |
1794 | 2025-01-11T00:26:12.160Z | Compiling rustls v0.22.4 |
1795 | 2025-01-11T00:26:12.226Z | Compiling untrusted v0.9.0 |
1796 | 2025-01-11T00:26:12.246Z | Compiling deranged v0.3.11 |
1797 | 2025-01-11T00:26:12.423Z | Compiling icu_locid_transform v1.5.0 |
1798 | 2025-01-11T00:26:13.650Z | Compiling dof v0.3.0 |
1799 | 2025-01-11T00:26:14.520Z | Compiling spki v0.7.3 |
1800 | 2025-01-11T00:26:14.742Z | Compiling rand v0.8.5 |
1801 | 2025-01-11T00:26:15.071Z | Compiling dtrace-parser v0.2.0 |
1802 | 2025-01-11T00:26:15.410Z | Compiling salsa20 v0.10.2 |
1803 | 2025-01-11T00:26:16.450Z | Compiling icu_collections v1.5.0 |
1804 | 2025-01-11T00:26:16.882Z | Compiling pbkdf2 v0.12.2 |
1805 | 2025-01-11T00:26:17.370Z | Compiling thread-id v4.2.2 |
1806 | 2025-01-11T00:26:17.496Z | Compiling icu_properties_data v1.5.0 |
1807 | 2025-01-11T00:26:17.891Z | Compiling atomic-waker v1.1.2 |
1808 | 2025-01-11T00:26:17.952Z | Compiling winnow v0.5.40 |
1809 | 2025-01-11T00:26:18.443Z | Compiling num_threads v0.1.7 |
1810 | 2025-01-11T00:26:18.567Z | Compiling time v0.3.36 |
1811 | 2025-01-11T00:26:18.608Z | Compiling icu_properties v1.5.1 |
1812 | 2025-01-11T00:26:21.837Z | Compiling toml_edit v0.19.15 |
1813 | 2025-01-11T00:26:23.205Z | Compiling scrypt v0.11.0 |
1814 | 2025-01-11T00:26:23.225Z | Compiling form_urlencoded v1.2.1 |
1815 | 2025-01-11T00:26:23.711Z | Compiling cbc v0.1.2 |
1816 | 2025-01-11T00:26:23.740Z | Compiling aes v0.8.4 |
1817 | 2025-01-11T00:26:23.942Z | Compiling http-body v1.0.1 |
1818 | 2025-01-11T00:26:24.200Z | Compiling multer v3.1.0 |
1819 | 2025-01-11T00:26:24.497Z | Compiling try-lock v0.2.5 |
1820 | 2025-01-11T00:26:24.672Z | Compiling utf8_iter v1.0.4 |
1821 | 2025-01-11T00:26:24.953Z | Compiling utf16_iter v1.0.5 |
1822 | 2025-01-11T00:26:25.071Z | Compiling write16 v1.0.0 |
1823 | 2025-01-11T00:26:25.221Z | Compiling rustversion v1.0.17 |
1824 | 2025-01-11T00:26:25.531Z | Compiling icu_normalizer_data v1.5.0 |
1825 | 2025-01-11T00:26:26.052Z | Compiling slog-async v2.8.0 |
1826 | 2025-01-11T00:26:26.090Z | Compiling icu_normalizer v1.5.0 |
1827 | 2025-01-11T00:26:27.142Z | Compiling want v0.3.1 |
1828 | 2025-01-11T00:26:27.460Z | Compiling pkcs5 v0.7.1 |
1829 | 2025-01-11T00:26:28.702Z | Compiling h2 v0.4.6 |
1830 | 2025-01-11T00:26:29.370Z | Compiling heapless v0.7.17 |
1831 | 2025-01-11T00:26:30.021Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1832 | 2025-01-11T00:26:30.519Z | Compiling httpdate v1.0.3 |
1833 | 2025-01-11T00:26:30.880Z | Compiling signal-hook v0.3.17 |
1834 | 2025-01-11T00:26:31.293Z | Compiling pkcs8 v0.10.2 |
1835 | 2025-01-11T00:26:31.651Z | Compiling idna_adapter v1.2.0 |
1836 | 2025-01-11T00:26:32.916Z | Compiling usdt-attr-macro v0.5.0 |
1837 | 2025-01-11T00:26:33.182Z | Compiling usdt-macro v0.5.0 |
1838 | 2025-01-11T00:26:33.374Z | Compiling async-stream-impl v0.3.6 |
1839 | 2025-01-11T00:26:34.652Z | Compiling adler2 v2.0.0 |
1840 | 2025-01-11T00:26:34.655Z | Compiling tower-service v0.3.3 |
1841 | 2025-01-11T00:26:34.819Z | Compiling base64 v0.22.1 |
1842 | 2025-01-11T00:26:34.941Z | Compiling miniz_oxide v0.8.0 |
1843 | 2025-01-11T00:26:36.717Z | Compiling hyper v1.5.0 |
1844 | 2025-01-11T00:26:38.123Z | Compiling idna v1.0.3 |
1845 | 2025-01-11T00:26:40.310Z | Compiling hyper-util v0.1.10 |
1846 | 2025-01-11T00:26:42.180Z | Compiling curve25519-dalek v4.1.3 |
1847 | 2025-01-11T00:26:42.583Z | Compiling openapiv3 v2.0.0 |
1848 | 2025-01-11T00:26:43.857Z | Compiling enum-as-inner v0.6.1 |
1849 | 2025-01-11T00:26:45.311Z | Compiling dropshot v0.12.0 |
1850 | 2025-01-11T00:26:45.608Z | Compiling smoltcp v0.9.1 |
1851 | 2025-01-11T00:26:45.701Z | Compiling foreign-types-shared v0.1.1 |
1852 | 2025-01-11T00:26:45.824Z | Compiling portable-atomic v1.9.0 |
1853 | 2025-01-11T00:26:46.694Z | Compiling match_cfg v0.1.0 |
1854 | 2025-01-11T00:26:46.713Z | Compiling newtype-uuid v1.1.3 |
1855 | 2025-01-11T00:26:46.796Z | Compiling num-bigint-dig v0.8.4 |
1856 | 2025-01-11T00:26:46.921Z | Compiling hostname v0.3.1 |
1857 | 2025-01-11T00:26:47.074Z | Compiling foreign-types v0.3.2 |
1858 | 2025-01-11T00:26:47.382Z | Compiling url v2.5.3 |
1859 | 2025-01-11T00:26:50.139Z | Compiling http-body-util v0.1.2 |
1860 | 2025-01-11T00:26:50.556Z | Compiling dirs-sys-next v0.1.2 |
1861 | 2025-01-11T00:26:50.679Z | Compiling encoding_rs v0.8.34 |
1862 | 2025-01-11T00:26:50.733Z | Compiling mime v0.3.17 |
1863 | 2025-01-11T00:26:51.051Z | Compiling ident_case v1.0.1 |
1864 | 2025-01-11T00:26:51.238Z | Compiling gimli v0.31.1 |
1865 | 2025-01-11T00:26:51.825Z | Compiling heck v0.4.1 |
1866 | 2025-01-11T00:26:52.269Z | Compiling siphasher v0.3.11 |
1867 | 2025-01-11T00:26:52.653Z | Compiling data-encoding v2.6.0 |
1868 | 2025-01-11T00:26:54.033Z | Compiling darling_core v0.20.10 |
1869 | 2025-01-11T00:26:54.410Z | Compiling dirs-next v2.0.0 |
1870 | 2025-01-11T00:26:58.265Z | Compiling addr2line v0.24.2 |
1871 | 2025-01-11T00:27:00.271Z | Compiling crossbeam-epoch v0.9.18 |
1872 | 2025-01-11T00:27:00.992Z | Compiling serde_urlencoded v0.7.1 |
1873 | 2025-01-11T00:27:01.636Z | Compiling rustls-pemfile v2.2.0 |
1874 | 2025-01-11T00:27:01.662Z | Compiling hubpack_derive v0.1.1 |
1875 | 2025-01-11T00:27:02.113Z | Compiling dropshot_endpoint v0.12.0 |
1876 | 2025-01-11T00:27:02.554Z | Compiling sha1 v0.10.6 |
1877 | 2025-01-11T00:27:02.579Z | Compiling signature v2.2.0 |
1878 | 2025-01-11T00:27:02.821Z | Compiling curve25519-dalek-derive v0.1.1 |
1879 | 2025-01-11T00:27:02.964Z | Compiling zerocopy-derive v0.6.6 |
1880 | 2025-01-11T00:27:04.233Z | Compiling object v0.36.5 |
1881 | 2025-01-11T00:27:04.828Z | Compiling thread_local v1.1.8 |
1882 | 2025-01-11T00:27:05.340Z | Compiling fs-err v2.11.0 |
1883 | 2025-01-11T00:27:06.258Z | Compiling openssl-probe v0.1.5 |
1884 | 2025-01-11T00:27:06.770Z | Compiling anstyle v1.0.10 |
1885 | 2025-01-11T00:27:09.154Z | Compiling ipnet v2.10.1 |
1886 | 2025-01-11T00:27:10.819Z | Compiling unicode-properties v0.1.3 |
1887 | 2025-01-11T00:27:12.303Z | Compiling rustc-demangle v0.1.24 |
1888 | 2025-01-11T00:27:13.603Z | Compiling utf8parse v0.2.2 |
1889 | 2025-01-11T00:27:13.781Z | Compiling winnow v0.6.20 |
1890 | 2025-01-11T00:27:14.224Z | Compiling anstyle-parse v0.2.5 |
1891 | 2025-01-11T00:27:14.562Z | Compiling backtrace v0.3.74 |
1892 | 2025-01-11T00:27:15.885Z | Compiling rustls-webpki v0.102.8 |
1893 | 2025-01-11T00:27:17.708Z | Compiling toml_edit v0.22.22 |
1894 | 2025-01-11T00:27:25.008Z | Compiling stringprep v0.1.5 |
1895 | 2025-01-11T00:27:27.235Z | Compiling crossbeam-deque v0.8.5 |
1896 | 2025-01-11T00:27:27.463Z | Compiling darling_macro v0.20.10 |
1897 | 2025-01-11T00:27:27.597Z | Compiling term v0.7.0 |
1898 | 2025-01-11T00:27:28.359Z | Compiling slog-json v2.6.1 |
1899 | 2025-01-11T00:27:28.984Z | Compiling crossbeam-channel v0.5.13 |
1900 | 2025-01-11T00:27:29.623Z | Compiling hashbrown v0.14.5 |
1901 | 2025-01-11T00:27:30.021Z | Compiling idna v0.3.0 |
1902 | 2025-01-11T00:27:30.051Z | Compiling idna v0.4.0 |
1903 | 2025-01-11T00:27:31.137Z | Compiling futures-executor v0.3.31 |
1904 | 2025-01-11T00:27:31.619Z | Compiling num-integer v0.1.46 |
1905 | 2025-01-11T00:27:31.766Z | Compiling md-5 v0.10.6 |
1906 | 2025-01-11T00:27:31.980Z | Compiling ff v0.13.0 |
1907 | 2025-01-11T00:27:32.018Z | Compiling hash32 v0.2.1 |
1908 | 2025-01-11T00:27:32.214Z | Compiling is-terminal v0.4.13 |
1909 | 2025-01-11T00:27:32.316Z | Compiling memmap v0.7.0 |
1910 | 2025-01-11T00:27:32.355Z | Compiling is_terminal_polyfill v1.70.1 |
1911 | 2025-01-11T00:27:32.401Z | Compiling take_mut v0.2.2 |
1912 | 2025-01-11T00:27:32.493Z | Compiling quick-error v1.2.3 |
1913 | 2025-01-11T00:27:32.569Z | Compiling utf-8 v0.7.6 |
1914 | 2025-01-11T00:27:32.619Z | Compiling colorchoice v1.0.2 |
1915 | 2025-01-11T00:27:32.647Z | Compiling psl-types v2.0.11 |
1916 | 2025-01-11T00:27:32.850Z | Compiling linked-hash-map v0.5.6 |
1917 | 2025-01-11T00:27:32.891Z | Compiling anstyle-query v1.1.1 |
1918 | 2025-01-11T00:27:33.048Z | Compiling fallible-iterator v0.2.0 |
1919 | 2025-01-11T00:27:33.441Z | Compiling base16ct v0.2.0 |
1920 | 2025-01-11T00:27:33.681Z | Compiling sec1 v0.7.3 |
1921 | 2025-01-11T00:27:33.751Z | Compiling postgres-protocol v0.6.7 |
1922 | 2025-01-11T00:27:33.770Z | Compiling publicsuffix v2.2.3 |
1923 | 2025-01-11T00:27:33.834Z | Compiling lru-cache v0.1.2 |
1924 | 2025-01-11T00:27:34.044Z | Compiling anstream v0.6.15 |
1925 | 2025-01-11T00:27:34.261Z | Compiling tungstenite v0.24.0 |
1926 | 2025-01-11T00:27:34.360Z | Compiling resolv-conf v0.7.0 |
1927 | 2025-01-11T00:27:34.963Z | Compiling usdt v0.5.0 |
1928 | 2025-01-11T00:27:35.421Z | Compiling slog-term v2.9.1 |
1929 | 2025-01-11T00:27:35.769Z | Compiling group v0.13.0 |
1930 | 2025-01-11T00:27:36.086Z | Compiling num-iter v0.1.45 |
1931 | 2025-01-11T00:27:36.287Z | Compiling futures v0.3.31 |
1932 | 2025-01-11T00:27:36.428Z | Compiling hickory-proto v0.24.1 |
1933 | 2025-01-11T00:27:36.541Z | Compiling regress v0.10.1 |
1934 | 2025-01-11T00:27:40.570Z | Compiling slog-bunyan v2.5.0 |
1935 | 2025-01-11T00:27:41.193Z | Compiling darling v0.20.10 |
1936 | 2025-01-11T00:27:41.318Z | Compiling tokio-native-tls v0.3.1 |
1937 | 2025-01-11T00:27:41.601Z | Compiling tokio-rustls v0.26.0 |
1938 | 2025-01-11T00:27:41.628Z | Compiling tokio-rustls v0.25.0 |
1939 | 2025-01-11T00:27:42.077Z | Compiling toml v0.8.19 |
1940 | 2025-01-11T00:27:42.372Z | Compiling phf_shared v0.11.2 |
1941 | 2025-01-11T00:27:42.682Z | Compiling strum_macros v0.25.3 |
1942 | 2025-01-11T00:27:43.099Z | Compiling async-stream v0.3.6 |
1943 | 2025-01-11T00:27:43.398Z | Compiling waitgroup v0.1.2 |
1944 | 2025-01-11T00:27:43.608Z | Compiling webpki-roots v0.26.6 |
1945 | 2025-01-11T00:27:43.845Z | Compiling idna v0.5.0 |
1946 | 2025-01-11T00:27:44.058Z | Compiling terminal_size v0.4.0 |
1947 | 2025-01-11T00:27:44.280Z | Compiling serde_path_to_error v0.1.16 |
1948 | 2025-01-11T00:27:45.129Z | Compiling hkdf v0.12.4 |
1949 | 2025-01-11T00:27:45.638Z | Compiling crypto-bigint v0.5.5 |
1950 | 2025-01-11T00:27:45.657Z | Compiling clap_derive v4.5.18 |
1951 | 2025-01-11T00:27:45.984Z | Compiling derive-where v1.2.7 |
1952 | 2025-01-11T00:27:46.315Z | Compiling serde_repr v0.1.19 |
1953 | 2025-01-11T00:27:47.291Z | Compiling hostname v0.4.0 |
1954 | 2025-01-11T00:27:47.402Z | Compiling crc32fast v1.4.2 |
1955 | 2025-01-11T00:27:47.503Z | Compiling unicode-width v0.1.14 |
1956 | 2025-01-11T00:27:47.685Z | Compiling bitflags v1.3.2 |
1957 | 2025-01-11T00:27:47.707Z | Compiling managed v0.8.0 |
1958 | 2025-01-11T00:27:47.805Z | Compiling debug-ignore v1.0.5 |
1959 | 2025-01-11T00:27:48.264Z | Compiling clap_lex v0.7.2 |
1960 | 2025-01-11T00:27:49.193Z | Compiling elliptic-curve v0.13.8 |
1961 | 2025-01-11T00:27:49.941Z | Compiling clap_builder v4.5.21 |
1962 | 2025-01-11T00:27:50.524Z | Compiling console v0.15.8 |
1963 | 2025-01-11T00:27:51.875Z | Compiling flate2 v1.0.34 |
1964 | 2025-01-11T00:27:52.849Z | Compiling cookie_store v0.21.0 |
1965 | 2025-01-11T00:27:56.955Z | Compiling hyper-rustls v0.27.3 |
1966 | 2025-01-11T00:27:57.681Z | Compiling phf v0.11.2 |
1967 | 2025-01-11T00:27:58.011Z | Compiling hyper-tls v0.6.0 |
1968 | 2025-01-11T00:27:58.422Z | Compiling hickory-resolver v0.24.1 |
1969 | 2025-01-11T00:27:59.397Z | Compiling signal-hook-mio v0.2.4 |
1970 | 2025-01-11T00:27:59.567Z | Compiling typify-impl v0.2.0 |
1971 | 2025-01-11T00:27:59.824Z | Compiling rayon v1.10.0 |
1972 | 2025-01-11T00:27:59.868Z | Compiling bzip2 v0.4.4 |
1973 | 2025-01-11T00:28:00.093Z | Compiling tokio-tungstenite v0.24.0 |
1974 | 2025-01-11T00:28:00.273Z | Compiling postgres-types v0.2.8 |
1975 | 2025-01-11T00:28:00.708Z | Compiling zerocopy v0.6.6 |
1976 | 2025-01-11T00:28:00.817Z | Compiling ed25519 v2.2.3 |
1977 | 2025-01-11T00:28:01.264Z | Compiling hubpack v0.1.2 |
1978 | 2025-01-11T00:28:01.629Z | Compiling phf_shared v0.10.0 |
1979 | 2025-01-11T00:28:01.710Z | Compiling pkcs1 v0.7.5 |
1980 | 2025-01-11T00:28:02.643Z | Compiling tokio-stream v0.1.16 |
1981 | 2025-01-11T00:28:02.878Z | Compiling ipnetwork v0.20.0 |
1982 | 2025-01-11T00:28:03.904Z | Compiling serde-big-array v0.5.1 |
1983 | 2025-01-11T00:28:03.967Z | Compiling rfc6979 v0.4.0 |
1984 | 2025-01-11T00:28:04.137Z | Compiling float-cmp v0.9.0 |
1985 | 2025-01-11T00:28:04.161Z | Compiling sync_wrapper v1.0.1 |
1986 | 2025-01-11T00:28:04.379Z | Compiling bstr v1.10.0 |
1987 | 2025-01-11T00:28:05.537Z | Compiling static_assertions v1.1.0 |
1988 | 2025-01-11T00:28:05.647Z | Compiling precomputed-hash v0.1.1 |
1989 | 2025-01-11T00:28:05.692Z | Compiling fixedbitset v0.4.2 |
1990 | 2025-01-11T00:28:05.776Z | Compiling new_debug_unreachable v1.0.6 |
1991 | 2025-01-11T00:28:05.882Z | Compiling unicode-segmentation v1.12.0 |
1992 | 2025-01-11T00:28:06.006Z | Compiling normalize-line-endings v0.3.0 |
1993 | 2025-01-11T00:28:06.120Z | Compiling difflib v0.4.0 |
1994 | 2025-01-11T00:28:06.139Z | Compiling whoami v1.5.2 |
1995 | 2025-01-11T00:28:06.704Z | Compiling bit-vec v0.6.3 |
1996 | 2025-01-11T00:28:06.720Z | Compiling predicates-core v1.0.8 |
1997 | 2025-01-11T00:28:06.739Z | Compiling number_prefix v0.4.0 |
1998 | 2025-01-11T00:28:06.970Z | Compiling unicode-width v0.2.0 |
1999 | 2025-01-11T00:28:07.015Z | Compiling predicates v3.1.2 |
2000 | 2025-01-11T00:28:07.115Z | Compiling bit-set v0.5.3 |
2001 | 2025-01-11T00:28:07.406Z | Compiling similar v2.6.0 |
2002 | 2025-01-11T00:28:07.408Z | Compiling tokio-postgres v0.7.12 |
2003 | 2025-01-11T00:28:07.508Z | Compiling indicatif v0.17.9 |
2004 | 2025-01-11T00:28:08.509Z | Compiling petgraph v0.6.5 |
2005 | 2025-01-11T00:28:09.424Z | Compiling string_cache v0.8.7 |
2006 | 2025-01-11T00:28:09.450Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2007 | 2025-01-11T00:28:10.172Z | Compiling reqwest v0.12.9 |
2008 | 2025-01-11T00:28:11.637Z | Compiling typify-macro v0.2.0 |
2009 | 2025-01-11T00:28:12.874Z | Compiling ecdsa v0.16.9 |
2010 | 2025-01-11T00:28:13.767Z | Compiling qorb v0.2.1 |
2011 | 2025-01-11T00:28:14.821Z | Compiling rsa v0.9.6 |
2012 | 2025-01-11T00:28:15.734Z | Compiling ed25519-dalek v2.1.1 |
2013 | 2025-01-11T00:28:16.255Z | Compiling zip v0.6.6 |
2014 | 2025-01-11T00:28:16.358Z | Compiling crossterm v0.28.1 |
2015 | 2025-01-11T00:28:16.479Z | Compiling clap v4.5.21 |
2016 | 2025-01-11T00:28:18.449Z | Compiling toml v0.7.8 |
2017 | 2025-01-11T00:28:19.403Z | Compiling x509-cert v0.2.5 |
2018 | 2025-01-11T00:28:20.022Z | Compiling hex v0.4.3 |
2019 | 2025-01-11T00:28:21.157Z | Compiling unicode-xid v0.2.6 |
2020 | 2025-01-11T00:28:21.372Z | Compiling peg-runtime v0.8.3 |
2021 | 2025-01-11T00:28:21.790Z | Compiling zerocopy v0.8.10 |
2022 | 2025-01-11T00:28:21.897Z | Compiling lalrpop-util v0.19.12 |
2023 | 2025-01-11T00:28:23.808Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2024 | 2025-01-11T00:28:27.372Z | Compiling proc-macro-crate v1.3.1 |
2025 | 2025-01-11T00:28:28.200Z | Compiling macaddr v1.0.1 |
2026 | 2025-01-11T00:28:28.220Z | Compiling zerocopy-derive v0.8.10 |
2027 | 2025-01-11T00:28:28.510Z | Compiling itertools v0.13.0 |
2028 | 2025-01-11T00:28:30.854Z | Compiling heapless v0.8.0 |
2029 | 2025-01-11T00:28:31.890Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2030 | 2025-01-11T00:28:36.708Z | Compiling num_enum_derive v0.5.11 |
2031 | 2025-01-11T00:28:44.678Z | Compiling hash32 v0.3.1 |
2032 | 2025-01-11T00:28:45.788Z | Compiling smoltcp v0.11.0 |
2033 | 2025-01-11T00:28:46.398Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2034 | 2025-01-11T00:28:51.969Z | Compiling num_enum v0.5.11 |
2035 | 2025-01-11T00:28:52.161Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2036 | 2025-01-11T00:28:52.523Z | Compiling typify v0.2.0 |
2037 | 2025-01-11T00:28:52.675Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2038 | 2025-01-11T00:28:53.590Z | Compiling proc-macro-error-attr v1.0.4 |
2039 | 2025-01-11T00:28:53.900Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2040 | 2025-01-11T00:28:54.089Z | Compiling cobs v0.2.3 |
2041 | 2025-01-11T00:28:54.556Z | Compiling unsafe-libyaml v0.2.11 |
2042 | 2025-01-11T00:28:56.199Z | Compiling serde_yaml v0.9.34+deprecated |
2043 | 2025-01-11T00:28:56.417Z | Compiling postcard v1.0.10 |
2044 | 2025-01-11T00:29:08.459Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2045 | 2025-01-11T00:29:12.362Z | Compiling progenitor-impl v0.8.0 |
2046 | 2025-01-11T00:29:22.286Z | Compiling strum_macros v0.26.4 |
2047 | 2025-01-11T00:29:23.590Z | Compiling foreign-types-macros v0.2.3 |
2048 | 2025-01-11T00:29:23.613Z | Compiling structmeta-derive v0.3.0 |
2049 | 2025-01-11T00:29:23.679Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2050 | 2025-01-11T00:29:23.983Z | Compiling proc-macro-error v1.0.4 |
2051 | 2025-01-11T00:29:24.545Z | Compiling foreign-types-shared v0.3.1 |
2052 | 2025-01-11T00:29:25.379Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2053 | 2025-01-11T00:29:26.201Z | Compiling structmeta v0.3.0 |
2054 | 2025-01-11T00:29:26.720Z | Compiling strum v0.26.3 |
2055 | 2025-01-11T00:29:29.345Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2056 | 2025-01-11T00:29:32.168Z | Compiling foreign-types v0.5.0 |
2057 | 2025-01-11T00:29:33.885Z | Compiling progenitor-macro v0.8.0 |
2058 | 2025-01-11T00:29:39.143Z | Compiling progenitor-client v0.8.0 |
2059 | 2025-01-11T00:29:39.305Z | Compiling tabwriter v1.4.0 |
2060 | 2025-01-11T00:29:40.146Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2061 | 2025-01-11T00:29:40.959Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2062 | 2025-01-11T00:29:42.169Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2063 | 2025-01-11T00:29:43.019Z | Compiling cstr-argument v0.1.2 |
2064 | 2025-01-11T00:29:43.301Z | Compiling dropshot v0.13.0 |
2065 | 2025-01-11T00:29:43.613Z | Compiling crucible-workspace-hack v0.1.0 |
2066 | 2025-01-11T00:29:45.016Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2067 | 2025-01-11T00:29:45.322Z | Compiling pretty-hex v0.2.1 |
2068 | 2025-01-11T00:29:45.542Z | Compiling fastrand v2.1.1 |
2069 | 2025-01-11T00:29:46.202Z | Compiling thiserror v2.0.11 |
2070 | 2025-01-11T00:29:46.449Z | Compiling tempfile v3.13.0 |
2071 | 2025-01-11T00:29:46.717Z | Compiling progenitor v0.8.0 |
2072 | 2025-01-11T00:29:46.915Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2073 | 2025-01-11T00:29:47.120Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2074 | 2025-01-11T00:29:47.320Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2075 | 2025-01-11T00:29:47.402Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2076 | 2025-01-11T00:29:48.017Z | Compiling parse-display-derive v0.10.0 |
2077 | 2025-01-11T00:29:48.153Z | Compiling colored v2.1.0 |
2078 | 2025-01-11T00:29:48.317Z | Compiling serde_with_macros v3.11.0 |
2079 | 2025-01-11T00:29:49.056Z | Compiling dropshot_endpoint v0.13.0 |
2080 | 2025-01-11T00:29:49.391Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2081 | 2025-01-11T00:29:50.174Z | Compiling thiserror-impl v2.0.11 |
2082 | 2025-01-11T00:29:50.894Z | Compiling instant v0.1.13 |
2083 | 2025-01-11T00:29:51.076Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2084 | 2025-01-11T00:29:51.094Z | Compiling backoff v0.4.0 |
2085 | 2025-01-11T00:29:51.482Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2086 | 2025-01-11T00:29:51.499Z | Compiling serde_with v3.11.0 |
2087 | 2025-01-11T00:29:51.952Z | Compiling parse-display v0.10.0 |
2088 | 2025-01-11T00:29:53.103Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2089 | 2025-01-11T00:29:53.519Z | Compiling zone_cfg_derive v0.3.0 |
2090 | 2025-01-11T00:29:53.966Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2091 | 2025-01-11T00:29:54.566Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2092 | 2025-01-11T00:29:54.776Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2093 | 2025-01-11T00:29:54.889Z | Compiling camino-tempfile v1.1.1 |
2094 | 2025-01-11T00:29:55.323Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2095 | 2025-01-11T00:29:55.717Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2096 | 2025-01-11T00:29:55.816Z | Compiling regress v0.9.1 |
2097 | 2025-01-11T00:29:55.921Z | Compiling progenitor-client v0.9.1 |
2098 | 2025-01-11T00:29:55.954Z | Compiling num-derive v0.4.2 |
2099 | 2025-01-11T00:29:56.978Z | Compiling sigpipe v0.1.3 |
2100 | 2025-01-11T00:29:57.126Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2101 | 2025-01-11T00:29:57.428Z | Compiling libefi-sys v0.1.0 |
2102 | 2025-01-11T00:29:57.792Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2103 | 2025-01-11T00:29:58.190Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2104 | 2025-01-11T00:29:59.861Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2105 | 2025-01-11T00:30:01.122Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2106 | 2025-01-11T00:30:03.242Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2107 | 2025-01-11T00:30:03.829Z | Compiling zone v0.3.0 |
2108 | 2025-01-11T00:30:04.666Z | Compiling smf v0.2.3 |
2109 | 2025-01-11T00:30:05.427Z | Compiling bitfield-struct v0.6.2 |
2110 | 2025-01-11T00:30:06.811Z | Compiling blake3 v1.5.4 |
2111 | 2025-01-11T00:30:07.267Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2112 | 2025-01-11T00:30:07.337Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2113 | 2025-01-11T00:30:07.985Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2114 | 2025-01-11T00:30:08.142Z | Compiling xattr v1.3.1 |
2115 | 2025-01-11T00:30:08.170Z | Compiling filetime v0.2.25 |
2116 | 2025-01-11T00:30:08.253Z | Compiling memmap2 v0.9.5 |
2117 | 2025-01-11T00:30:08.470Z | Compiling arrayvec v0.7.6 |
2118 | 2025-01-11T00:30:08.531Z | Compiling arrayref v0.3.9 |
2119 | 2025-01-11T00:30:08.648Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2120 | 2025-01-11T00:30:08.789Z | Compiling constant_time_eq v0.3.1 |
2121 | 2025-01-11T00:30:08.867Z | Compiling same-file v1.0.6 |
2122 | 2025-01-11T00:30:08.984Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2123 | 2025-01-11T00:30:09.155Z | Compiling walkdir v2.5.0 |
2124 | 2025-01-11T00:30:09.155Z | Compiling tar v0.4.42 |
2125 | 2025-01-11T00:30:10.826Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2126 | 2025-01-11T00:30:11.258Z | Compiling gethostname v0.5.0 |
2127 | 2025-01-11T00:30:11.478Z | Compiling cargo-platform v0.1.8 |
2128 | 2025-01-11T00:30:11.674Z | Compiling topological-sort v0.2.2 |
2129 | 2025-01-11T00:30:11.726Z | Compiling shell-words v1.1.0 |
2130 | 2025-01-11T00:30:11.962Z | Compiling omicron-zone-package v0.12.0 |
2131 | 2025-01-11T00:30:12.169Z | Compiling cargo_metadata v0.18.1 |
2132 | 2025-01-11T00:30:12.546Z | Compiling indent_write v2.2.0 |
2133 | 2025-01-11T00:30:19.516Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2134 | 2025-01-11T00:30:21.399Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2135 | 2025-01-11T00:30:25.159Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2136 | 2025-01-11T00:30:42.650Z | Finished `release` profile [optimized] target(s) in 5m 29s |
2137 | 2025-01-11T00:30:42.818Z | Running `target/release/omicron-package -t test target create -p dev` |
2138 | 2025-01-11T00:30:42.870Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2139 | 2025-01-11T00:30:42.872Z | Created new build target 'test' and set it as active |
2140 | 2025-01-11T00:30:42.872Z | |
2141 | 2025-01-11T00:30:42.872Z | real 5:30.242688935 |
2142 | 2025-01-11T00:30:42.872Z | user 37:11.600955809 |
2143 | 2025-01-11T00:30:42.872Z | sys 4:57.908749228 |
2144 | 2025-01-11T00:30:42.872Z | trap 1.128881797 |
2145 | 2025-01-11T00:30:42.872Z | tflt 3.127171818 |
2146 | 2025-01-11T00:30:42.872Z | dflt 0.936581363 |
2147 | 2025-01-11T00:30:42.872Z | kflt 0.020296918 |
2148 | 2025-01-11T00:30:42.872Z | lock 1:17:59.264149810 |
2149 | 2025-01-11T00:30:42.872Z | slp 2:34:46.205675638 |
2150 | 2025-01-11T00:30:42.873Z | lat 2:35.214531919 |
2151 | 2025-01-11T00:30:42.873Z | stop 4:31.707934364 |
2152 | 2025-01-11T00:30:42.875Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2153 | 2025-01-11T00:30:43.843Z | Finished `release` profile [optimized] target(s) in 0.92s |
2154 | 2025-01-11T00:30:43.901Z | Running `target/release/omicron-package -t test package` |
2155 | 2025-01-11T00:30:43.946Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2156 | 2025-01-11T00:30:45.098Z | Compiling thiserror v2.0.11 |
2157 | 2025-01-11T00:30:45.233Z | Compiling typify-impl v0.3.0 |
2158 | 2025-01-11T00:30:45.237Z | Compiling convert_case v0.4.0 |
2159 | 2025-01-11T00:30:45.239Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2160 | 2025-01-11T00:30:45.240Z | Compiling newline-converter v0.3.0 |
2161 | 2025-01-11T00:30:45.240Z | Compiling password-hash v0.5.0 |
2162 | 2025-01-11T00:30:45.253Z | Compiling blake2 v0.10.6 |
2163 | 2025-01-11T00:30:45.255Z | Compiling base64 v0.21.7 |
2164 | 2025-01-11T00:30:45.483Z | Compiling expectorate v1.1.0 |
2165 | 2025-01-11T00:30:45.597Z | Compiling atomicwrites v0.4.4 |
2166 | 2025-01-11T00:30:45.683Z | Compiling owo-colors v4.1.0 |
2167 | 2025-01-11T00:30:45.991Z | Compiling argon2 v0.5.3 |
2168 | 2025-01-11T00:30:46.114Z | Compiling derive_more v0.99.18 |
2169 | 2025-01-11T00:30:46.116Z | Compiling cancel-safe-futures v0.1.5 |
2170 | 2025-01-11T00:30:46.351Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2171 | 2025-01-11T00:30:46.489Z | Compiling num-rational v0.4.2 |
2172 | 2025-01-11T00:30:46.511Z | Compiling progenitor-client v0.9.1 |
2173 | 2025-01-11T00:30:47.060Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2174 | 2025-01-11T00:30:47.095Z | Compiling num-complex v0.4.6 |
2175 | 2025-01-11T00:30:48.294Z | Compiling num v0.4.3 |
2176 | 2025-01-11T00:30:48.424Z | Compiling libsw v3.3.1 |
2177 | 2025-01-11T00:30:48.424Z | Compiling swrite v0.1.0 |
2178 | 2025-01-11T00:30:48.461Z | Compiling linear-map v1.2.0 |
2179 | 2025-01-11T00:30:48.585Z | Compiling float-ord v0.3.2 |
2180 | 2025-01-11T00:30:48.762Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2181 | 2025-01-11T00:30:48.783Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2182 | 2025-01-11T00:30:48.906Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2183 | 2025-01-11T00:30:48.986Z | Compiling highway v1.2.0 |
2184 | 2025-01-11T00:30:50.263Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2185 | 2025-01-11T00:30:50.467Z | Compiling semver v0.1.20 |
2186 | 2025-01-11T00:30:51.038Z | Compiling rustc_version v0.1.7 |
2187 | 2025-01-11T00:30:51.479Z | Compiling newtype_derive v0.1.6 |
2188 | 2025-01-11T00:30:51.795Z | Compiling tungstenite v0.21.0 |
2189 | 2025-01-11T00:30:52.770Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2190 | 2025-01-11T00:30:56.812Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2191 | 2025-01-11T00:30:56.990Z | Compiling ipnetwork v0.20.0 |
2192 | 2025-01-11T00:30:57.803Z | Compiling typify-macro v0.3.0 |
2193 | 2025-01-11T00:30:57.834Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2194 | 2025-01-11T00:30:58.467Z | Compiling tokio-tungstenite v0.21.0 |
2195 | 2025-01-11T00:30:58.525Z | Compiling progenitor-client v0.8.0 |
2196 | 2025-01-11T00:30:58.583Z | Compiling humantime v2.1.0 |
2197 | 2025-01-11T00:30:59.017Z | Compiling progenitor v0.8.0 |
2198 | 2025-01-11T00:30:59.287Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2199 | 2025-01-11T00:30:59.308Z | Compiling dropshot v0.13.0 |
2200 | 2025-01-11T00:30:59.385Z | Compiling instant v0.1.13 |
2201 | 2025-01-11T00:30:59.545Z | Compiling backoff v0.4.0 |
2202 | 2025-01-11T00:30:59.930Z | Compiling steno v0.4.1 |
2203 | 2025-01-11T00:31:00.253Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2204 | 2025-01-11T00:31:00.730Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2205 | 2025-01-11T00:31:01.614Z | Compiling typify v0.3.0 |
2206 | 2025-01-11T00:31:01.776Z | Compiling progenitor-impl v0.9.1 |
2207 | 2025-01-11T00:31:08.159Z | Compiling parse-display v0.10.0 |
2208 | 2025-01-11T00:31:08.626Z | Compiling progenitor-macro v0.9.1 |
2209 | 2025-01-11T00:31:08.706Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2210 | 2025-01-11T00:31:08.895Z | Compiling strum v0.26.3 |
2211 | 2025-01-11T00:31:09.030Z | Compiling serde_with v3.11.0 |
2212 | 2025-01-11T00:31:09.094Z | Compiling regress v0.9.1 |
2213 | 2025-01-11T00:31:12.126Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2214 | 2025-01-11T00:31:13.839Z | Compiling macaddr v1.0.1 |
2215 | 2025-01-11T00:31:13.946Z | Compiling slog-dtrace v0.3.0 |
2216 | 2025-01-11T00:31:14.292Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2217 | 2025-01-11T00:31:14.346Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2218 | 2025-01-11T00:31:14.567Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2219 | 2025-01-11T00:31:15.975Z | Compiling prettyplease v0.2.25 |
2220 | 2025-01-11T00:31:17.063Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2221 | 2025-01-11T00:31:18.974Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2222 | 2025-01-11T00:31:21.409Z | Compiling progenitor v0.9.1 |
2223 | 2025-01-11T00:31:21.712Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2224 | 2025-01-11T00:31:21.949Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2225 | 2025-01-11T00:31:32.100Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2226 | 2025-01-11T00:31:33.772Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2227 | 2025-01-11T00:31:34.828Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2228 | 2025-01-11T00:31:35.667Z | Compiling half v2.4.1 |
2229 | 2025-01-11T00:31:36.280Z | Compiling ciborium-io v0.2.2 |
2230 | 2025-01-11T00:31:36.387Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2231 | 2025-01-11T00:31:36.429Z | Compiling ciborium-ll v0.2.2 |
2232 | 2025-01-11T00:31:36.967Z | Compiling ciborium v0.2.2 |
2233 | 2025-01-11T00:31:39.324Z | Compiling fastrand v2.1.1 |
2234 | 2025-01-11T00:31:39.849Z | Compiling same-file v1.0.6 |
2235 | 2025-01-11T00:31:40.113Z | Compiling display-error-chain v0.2.2 |
2236 | 2025-01-11T00:31:40.343Z | Compiling walkdir v2.5.0 |
2237 | 2025-01-11T00:31:41.041Z | Compiling tempfile v3.13.0 |
2238 | 2025-01-11T00:31:41.128Z | Compiling blake3 v1.5.4 |
2239 | 2025-01-11T00:31:41.776Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2240 | 2025-01-11T00:31:41.830Z | Compiling xattr v1.3.1 |
2241 | 2025-01-11T00:31:42.105Z | Compiling memmap2 v0.9.5 |
2242 | 2025-01-11T00:31:42.491Z | Compiling filetime v0.2.25 |
2243 | 2025-01-11T00:31:42.540Z | Compiling keccak v0.1.5 |
2244 | 2025-01-11T00:31:42.760Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2245 | 2025-01-11T00:31:42.789Z | Compiling arrayref v0.3.9 |
2246 | 2025-01-11T00:31:42.910Z | Compiling arrayvec v0.7.6 |
2247 | 2025-01-11T00:31:43.348Z | Compiling constant_time_eq v0.3.1 |
2248 | 2025-01-11T00:31:43.562Z | Compiling sha3 v0.10.8 |
2249 | 2025-01-11T00:31:44.446Z | Compiling tar v0.4.42 |
2250 | 2025-01-11T00:31:44.650Z | Compiling camino-tempfile v1.1.1 |
2251 | 2025-01-11T00:31:45.118Z | Compiling toolchain_find v0.4.0 |
2252 | 2025-01-11T00:31:45.657Z | Compiling const_format_proc_macros v0.2.33 |
2253 | 2025-01-11T00:31:46.480Z | Compiling maplit v1.0.2 |
2254 | 2025-01-11T00:31:46.541Z | Compiling radium v0.7.0 |
2255 | 2025-01-11T00:31:46.621Z | Compiling topological-sort v0.2.2 |
2256 | 2025-01-11T00:31:46.852Z | Compiling crunchy v0.2.2 |
2257 | 2025-01-11T00:31:47.022Z | Compiling omicron-zone-package v0.12.0 |
2258 | 2025-01-11T00:31:47.331Z | Compiling rustfmt-wrapper v0.2.1 |
2259 | 2025-01-11T00:31:47.438Z | Compiling const_format v0.2.33 |
2260 | 2025-01-11T00:31:47.647Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2261 | 2025-01-11T00:31:48.172Z | Compiling tap v1.0.1 |
2262 | 2025-01-11T00:31:48.192Z | Compiling tiny-keccak v2.0.2 |
2263 | 2025-01-11T00:31:48.359Z | Compiling maybe-uninit v2.0.0 |
2264 | 2025-01-11T00:31:48.500Z | Compiling wyz v0.5.1 |
2265 | 2025-01-11T00:31:48.879Z | Compiling dsl_auto_type v0.1.2 |
2266 | 2025-01-11T00:31:48.996Z | Compiling phf_generator v0.11.2 |
2267 | 2025-01-11T00:31:49.198Z | Compiling scheduled-thread-pool v0.2.7 |
2268 | 2025-01-11T00:31:49.323Z | Compiling secrecy v0.8.0 |
2269 | 2025-01-11T00:31:49.613Z | Compiling diesel_table_macro_syntax v0.2.0 |
2270 | 2025-01-11T00:31:50.058Z | Compiling async-recursion v1.1.1 |
2271 | 2025-01-11T00:31:50.328Z | Compiling funty v2.0.0 |
2272 | 2025-01-11T00:31:50.450Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2273 | 2025-01-11T00:31:50.766Z | Compiling arc-swap v1.7.1 |
2274 | 2025-01-11T00:31:51.485Z | Compiling packed_struct v0.10.1 |
2275 | 2025-01-11T00:31:51.514Z | Compiling crc-catalog v2.4.0 |
2276 | 2025-01-11T00:31:51.681Z | Compiling crc v3.2.1 |
2277 | 2025-01-11T00:31:51.935Z | Compiling bitvec v1.0.1 |
2278 | 2025-01-11T00:31:52.343Z | Compiling slog-scope v4.4.0 |
2279 | 2025-01-11T00:31:52.754Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2280 | 2025-01-11T00:31:52.793Z | Compiling diesel_derives v2.2.3 |
2281 | 2025-01-11T00:31:52.819Z | Compiling r2d2 v0.8.10 |
2282 | 2025-01-11T00:31:53.158Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2283 | 2025-01-11T00:31:53.296Z | Compiling phf_codegen v0.11.2 |
2284 | 2025-01-11T00:31:53.666Z | Compiling ascii-canvas v3.0.0 |
2285 | 2025-01-11T00:31:54.056Z | Compiling universal-hash v0.5.1 |
2286 | 2025-01-11T00:31:54.163Z | Compiling packed_struct_codegen v0.10.1 |
2287 | 2025-01-11T00:31:54.307Z | Compiling thiserror-impl-no-std v2.0.2 |
2288 | 2025-01-11T00:31:56.425Z | Compiling parse-zoneinfo v0.3.1 |
2289 | 2025-01-11T00:31:56.730Z | Compiling ena v0.14.3 |
2290 | 2025-01-11T00:31:57.014Z | Compiling indexmap v1.9.3 |
2291 | 2025-01-11T00:31:57.165Z | Compiling diff v0.1.13 |
2292 | 2025-01-11T00:31:57.336Z | Compiling opaque-debug v0.3.1 |
2293 | 2025-01-11T00:31:57.457Z | Compiling nodrop v0.1.14 |
2294 | 2025-01-11T00:31:57.607Z | Compiling regex-syntax v0.6.29 |
2295 | 2025-01-11T00:31:57.739Z | Compiling array-init v0.0.4 |
2296 | 2025-01-11T00:31:58.023Z | Compiling poly1305 v0.8.0 |
2297 | 2025-01-11T00:31:59.093Z | Compiling chrono-tz-build v0.4.0 |
2298 | 2025-01-11T00:31:59.556Z | Compiling thiserror-no-std v2.0.2 |
2299 | 2025-01-11T00:32:00.275Z | Compiling smallvec v0.6.14 |
2300 | 2025-01-11T00:32:01.409Z | Compiling lalrpop v0.19.12 |
2301 | 2025-01-11T00:32:03.013Z | Compiling slog-stdlog v4.1.1 |
2302 | 2025-01-11T00:32:03.817Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2303 | 2025-01-11T00:32:04.176Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2304 | 2025-01-11T00:32:04.468Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2305 | 2025-01-11T00:32:04.498Z | Compiling diesel v2.2.6 |
2306 | 2025-01-11T00:32:04.718Z | Compiling chacha20 v0.9.1 |
2307 | 2025-01-11T00:32:04.937Z | Compiling aead v0.5.2 |
2308 | 2025-01-11T00:32:05.300Z | Compiling vte_generate_state_changes v0.1.2 |
2309 | 2025-01-11T00:32:05.325Z | Compiling bitfield v0.14.0 |
2310 | 2025-01-11T00:32:05.659Z | Compiling hashbrown v0.12.3 |
2311 | 2025-01-11T00:32:05.935Z | Compiling termcolor v1.4.1 |
2312 | 2025-01-11T00:32:06.964Z | Compiling ref-cast v1.0.23 |
2313 | 2025-01-11T00:32:07.532Z | Compiling env_logger v0.10.2 |
2314 | 2025-01-11T00:32:08.128Z | Compiling vte v0.11.1 |
2315 | 2025-01-11T00:32:09.563Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2316 | 2025-01-11T00:32:10.667Z | Compiling chacha20poly1305 v0.10.1 |
2317 | 2025-01-11T00:32:10.947Z | Compiling slog-envlogger v2.2.0 |
2318 | 2025-01-11T00:32:13.682Z | Compiling serde-hex v0.1.0 |
2319 | 2025-01-11T00:32:18.975Z | Compiling chrono-tz v0.10.0 |
2320 | 2025-01-11T00:32:19.615Z | Compiling vsss-rs v3.3.4 |
2321 | 2025-01-11T00:32:23.303Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2322 | 2025-01-11T00:32:23.645Z | Compiling ron v0.8.1 |
2323 | 2025-01-11T00:32:24.202Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2324 | 2025-01-11T00:32:24.530Z | Compiling derive_builder_core v0.20.2 |
2325 | 2025-01-11T00:32:26.867Z | Compiling hashbrown v0.13.2 |
2326 | 2025-01-11T00:32:27.629Z | Compiling polar-core v0.27.3 |
2327 | 2025-01-11T00:32:28.277Z | Compiling headers-core v0.3.0 |
2328 | 2025-01-11T00:32:28.461Z | Compiling fxhash v0.2.1 |
2329 | 2025-01-11T00:32:28.713Z | Compiling libxml v0.3.3 |
2330 | 2025-01-11T00:32:28.812Z | Compiling ref-cast-impl v1.0.23 |
2331 | 2025-01-11T00:32:29.091Z | Compiling zip v2.1.3 |
2332 | 2025-01-11T00:32:29.420Z | Compiling simd-adler32 v0.3.7 |
2333 | 2025-01-11T00:32:29.715Z | Compiling bumpalo v3.16.0 |
2334 | 2025-01-11T00:32:29.967Z | Compiling crc-any v2.5.0 |
2335 | 2025-01-11T00:32:30.372Z | Compiling bytecount v0.6.8 |
2336 | 2025-01-11T00:32:30.659Z | Compiling lockfree-object-pool v0.1.6 |
2337 | 2025-01-11T00:32:30.708Z | Compiling papergrid v0.11.0 |
2338 | 2025-01-11T00:32:30.927Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2339 | 2025-01-11T00:32:30.993Z | Compiling zopfli v0.8.1 |
2340 | 2025-01-11T00:32:39.778Z | Compiling headers v0.4.0 |
2341 | 2025-01-11T00:32:43.454Z | Compiling object v0.30.4 |
2342 | 2025-01-11T00:32:43.566Z | Compiling derive_builder_macro v0.20.2 |
2343 | 2025-01-11T00:32:43.857Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2344 | 2025-01-11T00:32:46.018Z | Compiling strip-ansi-escapes v0.2.0 |
2345 | 2025-01-11T00:32:46.417Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2346 | 2025-01-11T00:32:46.753Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2347 | 2025-01-11T00:32:47.020Z | Compiling tabled_derive v0.7.0 |
2348 | 2025-01-11T00:32:47.060Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2349 | 2025-01-11T00:32:48.656Z | Compiling itertools v0.12.1 |
2350 | 2025-01-11T00:32:49.271Z | Compiling fd-lock v4.0.2 |
2351 | 2025-01-11T00:32:49.498Z | Compiling peg-macros v0.8.4 |
2352 | 2025-01-11T00:32:49.526Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2353 | 2025-01-11T00:32:50.584Z | Compiling strum_macros v0.24.3 |
2354 | 2025-01-11T00:32:51.815Z | Compiling kstat-rs v0.2.4 |
2355 | 2025-01-11T00:32:52.489Z | Compiling samael v0.0.17 |
2356 | 2025-01-11T00:32:52.806Z | Compiling unicase v2.7.0 |
2357 | 2025-01-11T00:32:52.925Z | Compiling path-slash v0.1.5 |
2358 | 2025-01-11T00:32:53.144Z | Compiling indoc v1.0.9 |
2359 | 2025-01-11T00:32:53.173Z | Compiling nu-ansi-term v0.50.1 |
2360 | 2025-01-11T00:32:53.887Z | Compiling reedline v0.35.0 |
2361 | 2025-01-11T00:32:54.377Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2362 | 2025-01-11T00:32:56.625Z | Compiling peg v0.8.4 |
2363 | 2025-01-11T00:32:56.760Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2364 | 2025-01-11T00:32:57.935Z | Compiling tabled v0.15.0 |
2365 | 2025-01-11T00:33:00.670Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2366 | 2025-01-11T00:33:10.264Z | Compiling derive_builder v0.20.2 |
2367 | 2025-01-11T00:33:16.851Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2368 | 2025-01-11T00:33:17.949Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2369 | 2025-01-11T00:33:18.488Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2370 | 2025-01-11T00:33:18.784Z | Compiling pem v3.0.4 |
2371 | 2025-01-11T00:33:19.363Z | Compiling bcs v0.1.6 |
2372 | 2025-01-11T00:33:20.238Z | Compiling impl-trait-for-tuples v0.2.2 |
2373 | 2025-01-11T00:33:20.327Z | Compiling oso-derive v0.27.3 |
2374 | 2025-01-11T00:33:21.306Z | Compiling libz-sys v1.1.20 |
2375 | 2025-01-11T00:33:21.952Z | Compiling quick-xml v0.33.0 |
2376 | 2025-01-11T00:33:23.089Z | Compiling diesel-dtrace v0.4.2 |
2377 | 2025-01-11T00:33:23.425Z | Compiling parking_lot_core v0.8.6 |
2378 | 2025-01-11T00:33:27.185Z | Compiling oso v0.27.3 |
2379 | 2025-01-11T00:33:28.992Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2380 | 2025-01-11T00:33:30.708Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2381 | 2025-01-11T00:33:33.964Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2382 | 2025-01-11T00:33:39.223Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2383 | 2025-01-11T00:33:39.522Z | Compiling bb8 v0.8.5 |
2384 | 2025-01-11T00:33:40.193Z | Compiling buf-list v1.0.3 |
2385 | 2025-01-11T00:33:40.849Z | Compiling async-bb8-diesel v0.2.1 |
2386 | 2025-01-11T00:33:43.307Z | Compiling nibble_vec v0.1.0 |
2387 | 2025-01-11T00:33:43.550Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2388 | 2025-01-11T00:33:44.345Z | Compiling pin-project-internal v1.1.6 |
2389 | 2025-01-11T00:33:44.832Z | Compiling atty v0.2.14 |
2390 | 2025-01-11T00:33:45.018Z | Compiling endian-type v0.1.2 |
2391 | 2025-01-11T00:33:45.294Z | Compiling salty v0.3.0 |
2392 | 2025-01-11T00:33:45.745Z | Compiling radix_trie v0.2.1 |
2393 | 2025-01-11T00:33:47.271Z | Compiling pin-project v1.1.6 |
2394 | 2025-01-11T00:33:47.825Z | Compiling parking_lot v0.11.2 |
2395 | 2025-01-11T00:33:50.818Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2396 | 2025-01-11T00:33:57.412Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2397 | 2025-01-11T00:34:02.280Z | Compiling snafu-derive v0.8.5 |
2398 | 2025-01-11T00:34:03.426Z | Compiling sled v0.34.7 |
2399 | 2025-01-11T00:34:07.165Z | Compiling snafu v0.8.5 |
2400 | 2025-01-11T00:34:08.454Z | Compiling mime_guess v2.0.5 |
2401 | 2025-01-11T00:34:09.618Z | Compiling hickory-client v0.24.1 |
2402 | 2025-01-11T00:34:14.394Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2403 | 2025-01-11T00:34:15.006Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2404 | 2025-01-11T00:34:16.478Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2405 | 2025-01-11T00:34:18.261Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2406 | 2025-01-11T00:34:18.428Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2407 | 2025-01-11T00:34:19.992Z | Compiling hickory-server v0.24.1 |
2408 | 2025-01-11T00:34:24.158Z | Compiling globset v0.4.15 |
2409 | 2025-01-11T00:34:25.232Z | Compiling primeorder v0.13.6 |
2410 | 2025-01-11T00:34:25.834Z | Compiling olpc-cjson v0.1.4 |
2411 | 2025-01-11T00:34:26.184Z | Compiling vergen v8.3.2 |
2412 | 2025-01-11T00:34:26.501Z | Compiling castaway v0.2.3 |
2413 | 2025-01-11T00:34:26.711Z | Compiling env_filter v0.1.2 |
2414 | 2025-01-11T00:34:28.214Z | Compiling serde_plain v1.0.2 |
2415 | 2025-01-11T00:34:28.724Z | Compiling cargo-platform v0.1.8 |
2416 | 2025-01-11T00:34:29.261Z | Compiling nanorand v0.7.0 |
2417 | 2025-01-11T00:34:29.944Z | Compiling memoffset v0.9.1 |
2418 | 2025-01-11T00:34:30.277Z | Compiling typed-path v0.9.3 |
2419 | 2025-01-11T00:34:31.569Z | Compiling flume v0.11.1 |
2420 | 2025-01-11T00:34:32.360Z | Compiling cargo_metadata v0.18.1 |
2421 | 2025-01-11T00:34:34.534Z | Compiling tough v0.19.0 |
2422 | 2025-01-11T00:34:35.129Z | Compiling env_logger v0.11.5 |
2423 | 2025-01-11T00:34:35.578Z | Compiling compact_str v0.8.0 |
2424 | 2025-01-11T00:34:36.626Z | Compiling p384 v0.13.0 |
2425 | 2025-01-11T00:34:37.092Z | Compiling git2 v0.19.0 |
2426 | 2025-01-11T00:34:37.413Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2427 | 2025-01-11T00:34:38.234Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2428 | 2025-01-11T00:34:38.254Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2429 | 2025-01-11T00:34:46.946Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2430 | 2025-01-11T00:34:48.189Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2431 | 2025-01-11T00:34:48.364Z | Compiling unicode-truncate v1.1.0 |
2432 | 2025-01-11T00:34:48.668Z | Compiling lru v0.12.5 |
2433 | 2025-01-11T00:34:49.088Z | Compiling rand_seeder v0.3.0 |
2434 | 2025-01-11T00:34:49.513Z | Compiling libsqlite3-sys v0.30.1 |
2435 | 2025-01-11T00:34:49.948Z | Compiling lzma-sys v0.1.20 |
2436 | 2025-01-11T00:34:50.064Z | Compiling instability v0.3.2 |
2437 | 2025-01-11T00:34:50.666Z | Compiling parse-size v1.1.0 |
2438 | 2025-01-11T00:34:50.996Z | Compiling cfg_aliases v0.2.1 |
2439 | 2025-01-11T00:34:51.102Z | Compiling cassowary v0.3.0 |
2440 | 2025-01-11T00:34:51.129Z | Compiling http-range v0.1.5 |
2441 | 2025-01-11T00:34:51.786Z | Compiling rustls v0.21.12 |
2442 | 2025-01-11T00:34:52.117Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2443 | 2025-01-11T00:34:52.547Z | Compiling ratatui v0.28.1 |
2444 | 2025-01-11T00:34:54.780Z | Compiling nix v0.29.0 |
2445 | 2025-01-11T00:34:55.273Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2446 | 2025-01-11T00:34:55.755Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2447 | 2025-01-11T00:34:57.799Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2448 | 2025-01-11T00:35:03.038Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2449 | 2025-01-11T00:35:03.460Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2450 | 2025-01-11T00:35:03.767Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2451 | 2025-01-11T00:35:04.072Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2452 | 2025-01-11T00:35:04.321Z | Compiling sct v0.7.1 |
2453 | 2025-01-11T00:35:04.826Z | Compiling rustls-webpki v0.101.7 |
2454 | 2025-01-11T00:35:07.919Z | Compiling heck v0.3.3 |
2455 | 2025-01-11T00:35:08.316Z | Compiling csv-core v0.1.11 |
2456 | 2025-01-11T00:35:08.854Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2457 | 2025-01-11T00:35:09.199Z | Compiling glob v0.3.1 |
2458 | 2025-01-11T00:35:09.220Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2459 | 2025-01-11T00:35:09.663Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2460 | 2025-01-11T00:35:09.827Z | Compiling csv v1.3.0 |
2461 | 2025-01-11T00:35:11.308Z | Compiling zone_cfg_derive v0.1.2 |
2462 | 2025-01-11T00:35:12.031Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2463 | 2025-01-11T00:35:12.758Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2464 | 2025-01-11T00:35:14.074Z | Compiling nix v0.27.1 |
2465 | 2025-01-11T00:35:17.268Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2466 | 2025-01-11T00:35:20.224Z | Compiling hyper-staticfile v0.10.1 |
2467 | 2025-01-11T00:35:20.835Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2468 | 2025-01-11T00:35:24.083Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2469 | 2025-01-11T00:35:24.101Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2470 | 2025-01-11T00:35:25.377Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2471 | 2025-01-11T00:35:28.216Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2472 | 2025-01-11T00:35:28.576Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2473 | 2025-01-11T00:35:28.987Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2474 | 2025-01-11T00:35:29.298Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2475 | 2025-01-11T00:35:29.605Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2476 | 2025-01-11T00:35:31.566Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2477 | 2025-01-11T00:35:31.851Z | Compiling tungstenite v0.23.0 |
2478 | 2025-01-11T00:35:32.190Z | Compiling hashlink v0.9.1 |
2479 | 2025-01-11T00:35:32.939Z | Compiling fallible-iterator v0.3.0 |
2480 | 2025-01-11T00:35:33.058Z | Compiling base64 v0.13.1 |
2481 | 2025-01-11T00:35:33.818Z | Compiling fallible-streaming-iterator v0.1.9 |
2482 | 2025-01-11T00:35:33.838Z | Compiling ron v0.7.1 |
2483 | 2025-01-11T00:35:34.133Z | Compiling rusqlite v0.32.1 |
2484 | 2025-01-11T00:35:37.033Z | Compiling tokio-tungstenite v0.23.1 |
2485 | 2025-01-11T00:35:37.629Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2486 | 2025-01-11T00:35:37.732Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2487 | 2025-01-11T00:35:37.936Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2488 | 2025-01-11T00:35:38.307Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2489 | 2025-01-11T00:35:39.592Z | Compiling xz2 v0.1.7 |
2490 | 2025-01-11T00:35:40.242Z | Compiling tokio-rustls v0.24.1 |
2491 | 2025-01-11T00:35:40.722Z | Compiling zone v0.1.8 |
2492 | 2025-01-11T00:35:43.668Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2493 | 2025-01-11T00:35:44.047Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2494 | 2025-01-11T00:35:51.831Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2495 | 2025-01-11T00:35:57.562Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2496 | 2025-01-11T00:35:57.763Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2497 | 2025-01-11T00:35:58.422Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2498 | 2025-01-11T00:36:01.261Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2499 | 2025-01-11T00:36:02.621Z | Compiling rustls-pemfile v1.0.4 |
2500 | 2025-01-11T00:36:03.390Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2501 | 2025-01-11T00:36:03.712Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2502 | 2025-01-11T00:36:03.889Z | Compiling signal-hook-tokio v0.3.1 |
2503 | 2025-01-11T00:36:04.131Z | Compiling twox-hash v1.6.3 |
2504 | 2025-01-11T00:36:05.145Z | Compiling yasna v0.5.2 |
2505 | 2025-01-11T00:36:05.855Z | Compiling smawk v0.3.2 |
2506 | 2025-01-11T00:36:06.148Z | Compiling is_ci v1.2.0 |
2507 | 2025-01-11T00:36:06.461Z | Compiling unicode-linebreak v0.1.5 |
2508 | 2025-01-11T00:36:07.041Z | Compiling textwrap v0.16.1 |
2509 | 2025-01-11T00:36:08.596Z | Compiling rcgen v0.12.1 |
2510 | 2025-01-11T00:36:10.369Z | Compiling supports-color v3.0.1 |
2511 | 2025-01-11T00:36:10.771Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2512 | 2025-01-11T00:36:16.974Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2513 | 2025-01-11T00:36:19.032Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2514 | 2025-01-11T00:36:19.299Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2515 | 2025-01-11T00:36:29.958Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2516 | 2025-01-11T00:36:38.581Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2517 | 2025-01-11T00:36:39.305Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2518 | 2025-01-11T00:36:43.527Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2519 | 2025-01-11T00:36:52.863Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2520 | 2025-01-11T00:36:53.656Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2521 | 2025-01-11T00:36:55.137Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2522 | 2025-01-11T00:36:55.454Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2523 | 2025-01-11T00:37:00.547Z | Compiling fatfs v0.3.6 |
2524 | 2025-01-11T00:37:02.954Z | Compiling rtoolbox v0.0.2 |
2525 | 2025-01-11T00:37:03.412Z | Compiling subprocess v0.2.9 |
2526 | 2025-01-11T00:37:03.466Z | Compiling assert_matches v1.5.0 |
2527 | 2025-01-11T00:37:05.804Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2528 | 2025-01-11T00:37:08.126Z | Compiling rpassword v7.3.1 |
2529 | 2025-01-11T00:37:08.608Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2530 | 2025-01-11T00:37:12.897Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2531 | 2025-01-11T00:37:13.576Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2532 | 2025-01-11T00:37:19.587Z | Compiling tui-tree-widget v0.22.0 |
2533 | 2025-01-11T00:37:19.896Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2534 | 2025-01-11T00:37:20.053Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2535 | 2025-01-11T00:37:20.369Z | Compiling uzers v0.12.1 |
2536 | 2025-01-11T00:37:23.515Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2537 | 2025-01-11T00:37:33.673Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2538 | 2025-01-11T00:37:35.459Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2539 | 2025-01-11T00:37:55.639Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2540 | 2025-01-11T00:38:03.227Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2541 | 2025-01-11T00:38:06.583Z | Compiling multimap v0.10.0 |
2542 | 2025-01-11T00:40:28.031Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2543 | 2025-01-11T00:40:40.196Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2544 | 2025-01-11T00:47:26.624Z | Finished `release` profile [optimized] target(s) in 16m 42s |
2545 | 2025-01-11T00:48:30.860Z | |
2546 | 2025-01-11T00:48:30.865Z | real 17:47.924303997 |
2547 | 2025-01-11T00:48:30.865Z | user 2:00:11.904850209 |
2548 | 2025-01-11T00:48:30.865Z | sys 6:06.187726257 |
2549 | 2025-01-11T00:48:30.865Z | trap 3.017216935 |
2550 | 2025-01-11T00:48:30.865Z | tflt 2.989731442 |
2551 | 2025-01-11T00:48:30.865Z | dflt 5.248092162 |
2552 | 2025-01-11T00:48:30.865Z | kflt 0.000911633 |
2553 | 2025-01-11T00:48:30.865Z | lock 7:33:23.374742293 |
2554 | 2025-01-11T00:48:30.865Z | slp 6:31:03.891914496 |
2555 | 2025-01-11T00:48:30.865Z | lat 2:57.067754887 |
2556 | 2025-01-11T00:48:30.865Z | stop 2:35.529657116 |
2557 | 2025-01-11T00:48:30.865Z | + mapfile -t packages |
2558 | 2025-01-11T00:48:30.865Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2559 | 2025-01-11T00:48:31.905Z | Finished `release` profile [optimized] target(s) in 0.99s |
2560 | 2025-01-11T00:48:31.973Z | Running `target/release/omicron-package -t test list-outputs` |
2561 | 2025-01-11T00:48:32.024Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2562 | 2025-01-11T00:48:32.027Z | + ptime -m cargo build --locked --release -p xtask |
2563 | 2025-01-11T00:48:32.602Z | Compiling serde v1.0.217 |
2564 | 2025-01-11T00:48:32.605Z | Compiling libc v0.2.162 |
2565 | 2025-01-11T00:48:32.606Z | Compiling rustix v0.38.37 |
2566 | 2025-01-11T00:48:32.606Z | Compiling serde_json v1.0.135 |
2567 | 2025-01-11T00:48:32.706Z | Compiling syn v2.0.96 |
2568 | 2025-01-11T00:48:32.727Z | Compiling bitflags v2.6.0 |
2569 | 2025-01-11T00:48:33.068Z | Compiling usdt-impl v0.5.0 |
2570 | 2025-01-11T00:48:33.117Z | Compiling syn v1.0.109 |
2571 | 2025-01-11T00:48:33.199Z | Compiling hashbrown v0.15.1 |
2572 | 2025-01-11T00:48:33.247Z | Compiling log v0.4.22 |
2573 | 2025-01-11T00:48:33.306Z | Compiling fs-err v2.11.0 |
2574 | 2025-01-11T00:48:33.616Z | Compiling anyhow v1.0.93 |
2575 | 2025-01-11T00:48:33.720Z | Compiling once_cell v1.20.2 |
2576 | 2025-01-11T00:48:34.185Z | Compiling thread-id v4.2.2 |
2577 | 2025-01-11T00:48:34.485Z | Compiling indexmap v2.7.0 |
2578 | 2025-01-11T00:48:35.568Z | Compiling terminal_size v0.4.0 |
2579 | 2025-01-11T00:48:35.568Z | Compiling tempfile v3.13.0 |
2580 | 2025-01-11T00:48:35.833Z | Compiling clap_builder v4.5.21 |
2581 | 2025-01-11T00:48:36.749Z | Compiling proc-macro-error v1.0.4 |
2582 | 2025-01-11T00:48:37.968Z | Compiling tabled_derive v0.7.0 |
2583 | 2025-01-11T00:48:39.317Z | Compiling tabled v0.15.0 |
2584 | 2025-01-11T00:48:40.800Z | Compiling serde_derive v1.0.217 |
2585 | 2025-01-11T00:48:41.199Z | Compiling thiserror-impl v1.0.69 |
2586 | 2025-01-11T00:48:41.618Z | Compiling zerocopy-derive v0.7.35 |
2587 | 2025-01-11T00:48:43.056Z | Compiling scroll_derive v0.12.0 |
2588 | 2025-01-11T00:48:43.133Z | Compiling clap_derive v4.5.18 |
2589 | 2025-01-11T00:48:43.637Z | Compiling zerocopy v0.7.35 |
2590 | 2025-01-11T00:48:44.159Z | Compiling thiserror v1.0.69 |
2591 | 2025-01-11T00:48:44.332Z | Compiling pest v2.7.14 |
2592 | 2025-01-11T00:48:44.694Z | Compiling scroll v0.12.0 |
2593 | 2025-01-11T00:48:45.356Z | Compiling goblin v0.8.2 |
2594 | 2025-01-11T00:48:47.352Z | Compiling pest_meta v2.7.14 |
2595 | 2025-01-11T00:48:49.119Z | Compiling pest_generator v2.7.14 |
2596 | 2025-01-11T00:48:50.958Z | Compiling clap v4.5.21 |
2597 | 2025-01-11T00:48:51.416Z | Compiling pest_derive v2.7.14 |
2598 | 2025-01-11T00:48:52.241Z | Compiling dtrace-parser v0.2.0 |
2599 | 2025-01-11T00:48:56.643Z | Compiling serde_tokenstream v0.2.2 |
2600 | 2025-01-11T00:48:57.266Z | Compiling serde_spanned v0.6.8 |
2601 | 2025-01-11T00:48:57.541Z | Compiling toml_datetime v0.6.8 |
2602 | 2025-01-11T00:48:58.267Z | Compiling dof v0.3.0 |
2603 | 2025-01-11T00:48:59.641Z | Compiling toml_edit v0.22.22 |
2604 | 2025-01-11T00:49:00.365Z | Compiling camino v1.1.9 |
2605 | 2025-01-11T00:49:00.715Z | Compiling usdt-attr-macro v0.5.0 |
2606 | 2025-01-11T00:49:01.772Z | Compiling usdt-macro v0.5.0 |
2607 | 2025-01-11T00:49:02.155Z | Compiling semver v1.0.24 |
2608 | 2025-01-11T00:49:02.956Z | Compiling cargo-platform v0.1.8 |
2609 | 2025-01-11T00:49:03.671Z | Compiling toml v0.8.19 |
2610 | 2025-01-11T00:49:04.078Z | Compiling cargo_metadata v0.18.1 |
2611 | 2025-01-11T00:49:04.743Z | Compiling cargo_toml v0.20.5 |
2612 | 2025-01-11T00:49:08.140Z | Compiling usdt v0.5.0 |
2613 | 2025-01-11T00:49:09.658Z | Compiling camino-tempfile v1.1.1 |
2614 | 2025-01-11T00:49:09.874Z | Compiling macaddr v1.0.1 |
2615 | 2025-01-11T00:49:17.539Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2616 | 2025-01-11T00:49:28.896Z | Finished `release` profile [optimized] target(s) in 56.81s |
2617 | 2025-01-11T00:49:29.025Z | |
2618 | 2025-01-11T00:49:29.025Z | real 56.967783146 |
2619 | 2025-01-11T00:49:29.025Z | user 5:50.128427733 |
2620 | 2025-01-11T00:49:29.028Z | sys 31.936256248 |
2621 | 2025-01-11T00:49:29.029Z | trap 0.157265216 |
2622 | 2025-01-11T00:49:29.029Z | tflt 0.307986041 |
2623 | 2025-01-11T00:49:29.029Z | dflt 0.568656695 |
2624 | 2025-01-11T00:49:29.029Z | kflt 0.009039446 |
2625 | 2025-01-11T00:49:29.029Z | lock 11:06.449336315 |
2626 | 2025-01-11T00:49:29.029Z | slp 16:52.609046594 |
2627 | 2025-01-11T00:49:29.029Z | lat 14.603442726 |
2628 | 2025-01-11T00:49:29.029Z | stop 18.757294985 |
2629 | 2025-01-11T00:49:29.029Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2630 | 2025-01-11T00:49:29.029Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2631 | 2025-01-11T00:49:29.029Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2632 | 2025-01-11T00:49:29.029Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2633 | 2025-01-11T00:49:29.029Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2634 | 2025-01-11T00:49:29.937Z | Compiling hashbrown v0.14.5 |
2635 | 2025-01-11T00:49:30.071Z | Compiling ident_case v1.0.1 |
2636 | 2025-01-11T00:49:30.083Z | Compiling unsafe-libyaml v0.2.11 |
2637 | 2025-01-11T00:49:30.096Z | Compiling ipnetwork v0.20.0 |
2638 | 2025-01-11T00:49:30.096Z | Compiling progenitor-client v0.9.1 |
2639 | 2025-01-11T00:49:30.106Z | Compiling macaddr v1.0.1 |
2640 | 2025-01-11T00:49:30.106Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2641 | 2025-01-11T00:49:30.106Z | Compiling progenitor-client v0.8.0 |
2642 | 2025-01-11T00:49:30.224Z | Compiling darling_core v0.20.10 |
2643 | 2025-01-11T00:49:30.565Z | Compiling instant v0.1.13 |
2644 | 2025-01-11T00:49:30.600Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2645 | 2025-01-11T00:49:30.656Z | Compiling structmeta-derive v0.3.0 |
2646 | 2025-01-11T00:49:30.697Z | Compiling dropshot v0.13.0 |
2647 | 2025-01-11T00:49:30.749Z | Compiling thiserror v2.0.11 |
2648 | 2025-01-11T00:49:31.075Z | Compiling dropshot_endpoint v0.13.0 |
2649 | 2025-01-11T00:49:31.184Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2650 | 2025-01-11T00:49:31.390Z | Compiling regress v0.10.1 |
2651 | 2025-01-11T00:49:31.413Z | Compiling serde_yaml v0.9.34+deprecated |
2652 | 2025-01-11T00:49:31.805Z | Compiling regress v0.9.1 |
2653 | 2025-01-11T00:49:32.044Z | Compiling thiserror-impl v2.0.11 |
2654 | 2025-01-11T00:49:32.433Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2655 | 2025-01-11T00:49:33.518Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2656 | 2025-01-11T00:49:33.735Z | Compiling structmeta v0.3.0 |
2657 | 2025-01-11T00:49:34.221Z | Compiling parse-display-derive v0.10.0 |
2658 | 2025-01-11T00:49:34.332Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2659 | 2025-01-11T00:49:34.526Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2660 | 2025-01-11T00:49:35.026Z | Compiling backoff v0.4.0 |
2661 | 2025-01-11T00:49:35.391Z | Compiling typify-impl v0.2.0 |
2662 | 2025-01-11T00:49:35.702Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2663 | 2025-01-11T00:49:36.030Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2664 | 2025-01-11T00:49:36.219Z | Compiling tempfile v3.13.0 |
2665 | 2025-01-11T00:49:36.503Z | Compiling proc-macro-crate v1.3.1 |
2666 | 2025-01-11T00:49:36.575Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2667 | 2025-01-11T00:49:36.985Z | Compiling typify-impl v0.3.0 |
2668 | 2025-01-11T00:49:37.075Z | Compiling itertools v0.13.0 |
2669 | 2025-01-11T00:49:37.145Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2670 | 2025-01-11T00:49:37.445Z | Compiling zerocopy v0.8.10 |
2671 | 2025-01-11T00:49:37.493Z | Compiling darling_macro v0.20.10 |
2672 | 2025-01-11T00:49:37.609Z | Compiling num_enum_derive v0.5.11 |
2673 | 2025-01-11T00:49:38.483Z | Compiling darling v0.20.10 |
2674 | 2025-01-11T00:49:38.503Z | Compiling zerocopy-derive v0.8.10 |
2675 | 2025-01-11T00:49:38.624Z | Compiling serde_with_macros v3.11.0 |
2676 | 2025-01-11T00:49:38.973Z | Compiling parse-display v0.10.0 |
2677 | 2025-01-11T00:49:39.723Z | Compiling foreign-types-macros v0.2.3 |
2678 | 2025-01-11T00:49:40.330Z | Compiling num_enum v0.5.11 |
2679 | 2025-01-11T00:49:40.334Z | Compiling heapless v0.8.0 |
2680 | 2025-01-11T00:49:40.509Z | Compiling crucible-workspace-hack v0.1.0 |
2681 | 2025-01-11T00:49:40.852Z | Compiling foreign-types-shared v0.3.1 |
2682 | 2025-01-11T00:49:41.038Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2683 | 2025-01-11T00:49:41.093Z | Compiling foreign-types v0.5.0 |
2684 | 2025-01-11T00:49:41.223Z | Compiling proc-macro-error v1.0.4 |
2685 | 2025-01-11T00:49:41.579Z | Compiling serde_with v3.11.0 |
2686 | 2025-01-11T00:49:41.726Z | Compiling camino-tempfile v1.1.1 |
2687 | 2025-01-11T00:49:41.965Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2688 | 2025-01-11T00:49:42.227Z | Compiling hash32 v0.3.1 |
2689 | 2025-01-11T00:49:42.504Z | Compiling cstr-argument v0.1.2 |
2690 | 2025-01-11T00:49:42.815Z | Compiling smoltcp v0.11.0 |
2691 | 2025-01-11T00:49:42.817Z | Compiling pretty-hex v0.2.1 |
2692 | 2025-01-11T00:49:43.021Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2693 | 2025-01-11T00:49:43.397Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2694 | 2025-01-11T00:49:43.575Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2695 | 2025-01-11T00:49:44.369Z | Compiling tabwriter v1.4.0 |
2696 | 2025-01-11T00:49:44.761Z | Compiling colored v2.1.0 |
2697 | 2025-01-11T00:49:44.914Z | Compiling cobs v0.2.3 |
2698 | 2025-01-11T00:49:45.240Z | Compiling postcard v1.0.10 |
2699 | 2025-01-11T00:49:45.569Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2700 | 2025-01-11T00:49:45.569Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2701 | 2025-01-11T00:49:45.785Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2702 | 2025-01-11T00:49:45.810Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2703 | 2025-01-11T00:49:45.912Z | Compiling smf v0.2.3 |
2704 | 2025-01-11T00:49:45.994Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2705 | 2025-01-11T00:49:46.354Z | Compiling zone_cfg_derive v0.3.0 |
2706 | 2025-01-11T00:49:46.757Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2707 | 2025-01-11T00:49:47.241Z | Compiling num-derive v0.4.2 |
2708 | 2025-01-11T00:49:47.356Z | Compiling sigpipe v0.1.3 |
2709 | 2025-01-11T00:49:47.489Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2710 | 2025-01-11T00:49:47.821Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2711 | 2025-01-11T00:49:47.910Z | Compiling zone v0.3.0 |
2712 | 2025-01-11T00:49:48.444Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2713 | 2025-01-11T00:49:48.999Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2714 | 2025-01-11T00:49:49.327Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2715 | 2025-01-11T00:49:49.491Z | Compiling universal-hash v0.5.1 |
2716 | 2025-01-11T00:49:49.534Z | Compiling opaque-debug v0.3.1 |
2717 | 2025-01-11T00:49:49.640Z | Compiling tungstenite v0.21.0 |
2718 | 2025-01-11T00:49:49.644Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2719 | 2025-01-11T00:49:49.707Z | Compiling num-rational v0.4.2 |
2720 | 2025-01-11T00:49:50.460Z | Compiling password-hash v0.5.0 |
2721 | 2025-01-11T00:49:50.482Z | Compiling num-complex v0.4.6 |
2722 | 2025-01-11T00:49:50.633Z | Compiling blake2 v0.10.6 |
2723 | 2025-01-11T00:49:51.555Z | Compiling aead v0.5.2 |
2724 | 2025-01-11T00:49:51.578Z | Compiling base64 v0.21.7 |
2725 | 2025-01-11T00:49:51.633Z | Compiling keccak v0.1.5 |
2726 | 2025-01-11T00:49:51.952Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2727 | 2025-01-11T00:49:51.973Z | Compiling convert_case v0.4.0 |
2728 | 2025-01-11T00:49:52.077Z | Compiling sha3 v0.10.8 |
2729 | 2025-01-11T00:49:52.183Z | Compiling num v0.4.3 |
2730 | 2025-01-11T00:49:52.310Z | Compiling argon2 v0.5.3 |
2731 | 2025-01-11T00:49:52.331Z | Compiling tokio-tungstenite v0.21.0 |
2732 | 2025-01-11T00:49:52.649Z | Compiling poly1305 v0.8.0 |
2733 | 2025-01-11T00:49:52.949Z | Compiling chacha20 v0.9.1 |
2734 | 2025-01-11T00:49:53.017Z | Compiling derive_more v0.99.18 |
2735 | 2025-01-11T00:49:53.169Z | Compiling float-ord v0.3.2 |
2736 | 2025-01-11T00:49:53.454Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2737 | 2025-01-11T00:49:53.615Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2738 | 2025-01-11T00:49:53.905Z | Compiling same-file v1.0.6 |
2739 | 2025-01-11T00:49:54.071Z | Compiling semver v0.1.20 |
2740 | 2025-01-11T00:49:54.237Z | Compiling walkdir v2.5.0 |
2741 | 2025-01-11T00:49:54.385Z | Compiling newline-converter v0.3.0 |
2742 | 2025-01-11T00:49:54.580Z | Compiling rustc_version v0.1.7 |
2743 | 2025-01-11T00:49:54.600Z | Compiling typify-macro v0.2.0 |
2744 | 2025-01-11T00:49:54.774Z | Compiling primeorder v0.13.6 |
2745 | 2025-01-11T00:49:55.074Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2746 | 2025-01-11T00:49:55.185Z | Compiling secrecy v0.8.0 |
2747 | 2025-01-11T00:49:55.206Z | Compiling cancel-safe-futures v0.1.5 |
2748 | 2025-01-11T00:49:55.337Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2749 | 2025-01-11T00:49:55.482Z | Compiling owo-colors v4.1.0 |
2750 | 2025-01-11T00:49:55.606Z | Compiling newtype_derive v0.1.6 |
2751 | 2025-01-11T00:49:55.755Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2752 | 2025-01-11T00:49:55.848Z | Compiling expectorate v1.1.0 |
2753 | 2025-01-11T00:49:55.925Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2754 | 2025-01-11T00:49:56.010Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2755 | 2025-01-11T00:49:56.050Z | Compiling thiserror-impl-no-std v2.0.2 |
2756 | 2025-01-11T00:49:56.259Z | Compiling blake3 v1.5.4 |
2757 | 2025-01-11T00:49:56.342Z | Compiling half v2.4.1 |
2758 | 2025-01-11T00:49:56.372Z | Compiling typify-macro v0.3.0 |
2759 | 2025-01-11T00:49:56.942Z | Compiling unicase v2.7.0 |
2760 | 2025-01-11T00:49:56.963Z | Compiling ciborium-io v0.2.2 |
2761 | 2025-01-11T00:49:57.111Z | Compiling arc-swap v1.7.1 |
2762 | 2025-01-11T00:49:57.134Z | Compiling ciborium-ll v0.2.2 |
2763 | 2025-01-11T00:49:57.582Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2764 | 2025-01-11T00:49:57.585Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2765 | 2025-01-11T00:49:57.807Z | Compiling slog-scope v4.4.0 |
2766 | 2025-01-11T00:49:58.338Z | Compiling polyval v0.6.2 |
2767 | 2025-01-11T00:49:58.568Z | Compiling atomicwrites v0.4.4 |
2768 | 2025-01-11T00:49:58.821Z | Compiling libsw v3.3.1 |
2769 | 2025-01-11T00:49:58.981Z | Compiling memmap2 v0.9.5 |
2770 | 2025-01-11T00:49:59.077Z | Compiling typify v0.2.0 |
2771 | 2025-01-11T00:49:59.173Z | Compiling linear-map v1.2.0 |
2772 | 2025-01-11T00:49:59.250Z | Compiling progenitor-impl v0.8.0 |
2773 | 2025-01-11T00:49:59.452Z | Compiling thiserror-no-std v2.0.2 |
2774 | 2025-01-11T00:49:59.494Z | Compiling arrayref v0.3.9 |
2775 | 2025-01-11T00:49:59.567Z | Compiling constant_time_eq v0.3.1 |
2776 | 2025-01-11T00:49:59.597Z | Compiling indent_write v2.2.0 |
2777 | 2025-01-11T00:49:59.618Z | Compiling salty v0.3.0 |
2778 | 2025-01-11T00:49:59.779Z | Compiling arrayvec v0.7.6 |
2779 | 2025-01-11T00:49:59.833Z | Compiling libefi-sys v0.1.0 |
2780 | 2025-01-11T00:50:00.073Z | Compiling parking_lot_core v0.8.6 |
2781 | 2025-01-11T00:50:00.228Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2782 | 2025-01-11T00:50:00.284Z | Compiling vsss-rs v3.3.4 |
2783 | 2025-01-11T00:50:00.595Z | Compiling ghash v0.5.1 |
2784 | 2025-01-11T00:50:00.830Z | Compiling typify v0.3.0 |
2785 | 2025-01-11T00:50:00.865Z | Compiling slog-stdlog v4.1.1 |
2786 | 2025-01-11T00:50:00.974Z | Compiling progenitor-impl v0.9.1 |
2787 | 2025-01-11T00:50:01.295Z | Compiling ciborium v0.2.2 |
2788 | 2025-01-11T00:50:01.629Z | Compiling p384 v0.13.0 |
2789 | 2025-01-11T00:50:01.956Z | Compiling toolchain_find v0.4.0 |
2790 | 2025-01-11T00:50:02.354Z | Compiling chacha20poly1305 v0.10.1 |
2791 | 2025-01-11T00:50:02.612Z | Compiling ctr v0.9.2 |
2792 | 2025-01-11T00:50:02.737Z | Compiling lzma-sys v0.1.20 |
2793 | 2025-01-11T00:50:02.871Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2794 | 2025-01-11T00:50:03.000Z | Compiling bitfield-struct v0.6.2 |
2795 | 2025-01-11T00:50:03.251Z | Compiling slog-dtrace v0.3.0 |
2796 | 2025-01-11T00:50:03.290Z | Compiling highway v1.2.0 |
2797 | 2025-01-11T00:50:03.522Z | Compiling topological-sort v0.2.2 |
2798 | 2025-01-11T00:50:03.753Z | Compiling omicron-zone-package v0.12.0 |
2799 | 2025-01-11T00:50:03.807Z | Compiling aes-gcm v0.10.3 |
2800 | 2025-01-11T00:50:04.103Z | Compiling rustfmt-wrapper v0.2.1 |
2801 | 2025-01-11T00:50:04.128Z | Compiling mime_guess v2.0.5 |
2802 | 2025-01-11T00:50:04.486Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2803 | 2025-01-11T00:50:04.509Z | Compiling steno v0.4.1 |
2804 | 2025-01-11T00:50:04.658Z | Compiling slog-envlogger v2.2.0 |
2805 | 2025-01-11T00:50:05.517Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2806 | 2025-01-11T00:50:05.745Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2807 | 2025-01-11T00:50:05.993Z | Compiling heck v0.3.3 |
2808 | 2025-01-11T00:50:06.326Z | Compiling ssh-encoding v0.2.0 |
2809 | 2025-01-11T00:50:06.361Z | Compiling blowfish v0.9.1 |
2810 | 2025-01-11T00:50:06.465Z | Compiling nibble_vec v0.1.0 |
2811 | 2025-01-11T00:50:06.702Z | Compiling env_filter v0.1.2 |
2812 | 2025-01-11T00:50:06.817Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2813 | 2025-01-11T00:50:06.906Z | Compiling humantime v2.1.0 |
2814 | 2025-01-11T00:50:06.943Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2815 | 2025-01-11T00:50:07.120Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2816 | 2025-01-11T00:50:07.248Z | Compiling endian-type v0.1.2 |
2817 | 2025-01-11T00:50:07.308Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2818 | 2025-01-11T00:50:07.452Z | Compiling radix_trie v0.2.1 |
2819 | 2025-01-11T00:50:07.497Z | Compiling env_logger v0.11.5 |
2820 | 2025-01-11T00:50:07.527Z | Compiling ssh-cipher v0.2.0 |
2821 | 2025-01-11T00:50:07.879Z | Compiling progenitor-macro v0.8.0 |
2822 | 2025-01-11T00:50:08.193Z | Compiling bcrypt-pbkdf v0.10.0 |
2823 | 2025-01-11T00:50:08.288Z | Compiling zone_cfg_derive v0.1.2 |
2824 | 2025-01-11T00:50:08.345Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2825 | 2025-01-11T00:50:08.832Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2826 | 2025-01-11T00:50:09.306Z | Compiling parking_lot v0.11.2 |
2827 | 2025-01-11T00:50:09.579Z | Compiling progenitor-macro v0.9.1 |
2828 | 2025-01-11T00:50:09.828Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2829 | 2025-01-11T00:50:09.893Z | Compiling password-hash v0.4.2 |
2830 | 2025-01-11T00:50:10.163Z | Compiling gethostname v0.5.0 |
2831 | 2025-01-11T00:50:10.256Z | Compiling fxhash v0.2.1 |
2832 | 2025-01-11T00:50:10.278Z | Compiling simd-adler32 v0.3.7 |
2833 | 2025-01-11T00:50:10.393Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2834 | 2025-01-11T00:50:10.491Z | Compiling zip v2.1.3 |
2835 | 2025-01-11T00:50:10.747Z | Compiling http-range v0.1.5 |
2836 | 2025-01-11T00:50:10.845Z | Compiling bumpalo v3.16.0 |
2837 | 2025-01-11T00:50:10.866Z | Compiling lockfree-object-pool v0.1.6 |
2838 | 2025-01-11T00:50:10.932Z | Compiling matches v0.1.10 |
2839 | 2025-01-11T00:50:11.004Z | Compiling base64 v0.13.1 |
2840 | 2025-01-11T00:50:11.057Z | Compiling idna v0.2.3 |
2841 | 2025-01-11T00:50:11.175Z | Compiling sled v0.34.7 |
2842 | 2025-01-11T00:50:11.205Z | Compiling pbkdf2 v0.11.0 |
2843 | 2025-01-11T00:50:11.369Z | Compiling zopfli v0.8.1 |
2844 | 2025-01-11T00:50:11.591Z | Compiling ron v0.7.1 |
2845 | 2025-01-11T00:50:11.642Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2846 | 2025-01-11T00:50:12.377Z | Compiling zone v0.1.8 |
2847 | 2025-01-11T00:50:12.399Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2848 | 2025-01-11T00:50:12.766Z | Compiling xz2 v0.1.7 |
2849 | 2025-01-11T00:50:13.297Z | Compiling ssh-key v0.6.6 |
2850 | 2025-01-11T00:50:13.607Z | Compiling hickory-client v0.24.1 |
2851 | 2025-01-11T00:50:14.315Z | Compiling p256 v0.13.2 |
2852 | 2025-01-11T00:50:14.500Z | Compiling p521 v0.13.3 |
2853 | 2025-01-11T00:50:15.172Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2854 | 2025-01-11T00:50:15.199Z | Compiling hickory-server v0.24.1 |
2855 | 2025-01-11T00:50:16.344Z | Compiling enum-as-inner v0.5.1 |
2856 | 2025-01-11T00:50:16.958Z | Compiling pem v3.0.4 |
2857 | 2025-01-11T00:50:17.439Z | Compiling yasna v0.5.2 |
2858 | 2025-01-11T00:50:17.854Z | Compiling headers-core v0.3.0 |
2859 | 2025-01-11T00:50:18.037Z | Compiling kstat-rs v0.2.4 |
2860 | 2025-01-11T00:50:18.346Z | Compiling nanorand v0.7.0 |
2861 | 2025-01-11T00:50:18.492Z | Compiling russh-cryptovec v0.7.3 |
2862 | 2025-01-11T00:50:18.720Z | Compiling atty v0.2.14 |
2863 | 2025-01-11T00:50:18.844Z | Compiling md5 v0.7.0 |
2864 | 2025-01-11T00:50:18.884Z | Compiling flume v0.11.1 |
2865 | 2025-01-11T00:50:18.930Z | Compiling rcgen v0.12.1 |
2866 | 2025-01-11T00:50:19.245Z | Compiling russh-keys v0.45.0 |
2867 | 2025-01-11T00:50:19.377Z | Compiling headers v0.4.0 |
2868 | 2025-01-11T00:50:19.662Z | Compiling trust-dns-proto v0.22.0 |
2869 | 2025-01-11T00:50:21.525Z | Compiling hyper-staticfile v0.10.1 |
2870 | 2025-01-11T00:50:22.652Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2871 | 2025-01-11T00:50:22.731Z | Compiling num-bigint v0.4.6 |
2872 | 2025-01-11T00:50:23.099Z | Compiling des v0.8.1 |
2873 | 2025-01-11T00:50:23.275Z | Compiling subprocess v0.2.9 |
2874 | 2025-01-11T00:50:23.476Z | Compiling hex-literal v0.4.1 |
2875 | 2025-01-11T00:50:23.513Z | Compiling progenitor v0.8.0 |
2876 | 2025-01-11T00:50:23.577Z | Compiling dhcproto-macros v0.1.0 |
2877 | 2025-01-11T00:50:23.645Z | Compiling display-error-chain v0.2.2 |
2878 | 2025-01-11T00:50:23.647Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2879 | 2025-01-11T00:50:23.794Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2880 | 2025-01-11T00:50:23.850Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2881 | 2025-01-11T00:50:24.163Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2882 | 2025-01-11T00:50:24.544Z | Compiling dhcproto v0.12.0 |
2883 | 2025-01-11T00:50:25.001Z | Compiling progenitor v0.9.1 |
2884 | 2025-01-11T00:50:25.293Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2885 | 2025-01-11T00:50:25.315Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2886 | 2025-01-11T00:50:25.661Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2887 | 2025-01-11T00:50:28.247Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2888 | 2025-01-11T00:50:28.268Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2889 | 2025-01-11T00:50:30.068Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2890 | 2025-01-11T00:50:31.388Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2891 | 2025-01-11T00:50:31.588Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2892 | 2025-01-11T00:50:32.382Z | Compiling russh v0.45.0 |
2893 | 2025-01-11T00:50:32.466Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2894 | 2025-01-11T00:50:32.502Z | Compiling internet-checksum v0.2.1 |
2895 | 2025-01-11T00:50:41.516Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2896 | 2025-01-11T00:50:41.518Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2897 | 2025-01-11T00:50:41.518Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2898 | 2025-01-11T00:50:41.518Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2899 | 2025-01-11T00:50:42.525Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2900 | 2025-01-11T00:50:44.786Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2901 | 2025-01-11T00:50:45.921Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2902 | 2025-01-11T00:50:46.051Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2903 | 2025-01-11T00:50:47.073Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2904 | 2025-01-11T00:50:49.703Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2905 | 2025-01-11T00:50:49.740Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2906 | 2025-01-11T00:50:50.373Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2907 | 2025-01-11T00:50:50.948Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2908 | 2025-01-11T00:50:52.536Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2909 | 2025-01-11T00:50:52.735Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2910 | 2025-01-11T00:50:54.021Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2911 | 2025-01-11T00:50:54.394Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2912 | 2025-01-11T00:50:55.832Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2913 | 2025-01-11T00:50:57.482Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2914 | 2025-01-11T00:50:57.852Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2915 | 2025-01-11T00:50:58.027Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2916 | 2025-01-11T00:50:58.348Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2917 | 2025-01-11T00:50:58.620Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2918 | 2025-01-11T00:51:02.725Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2919 | 2025-01-11T00:51:04.307Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2920 | 2025-01-11T00:51:05.726Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2921 | 2025-01-11T00:51:07.288Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2922 | 2025-01-11T00:51:07.694Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2923 | 2025-01-11T00:51:12.417Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2924 | 2025-01-11T00:51:21.969Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2925 | 2025-01-11T00:51:23.395Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2926 | 2025-01-11T00:51:43.607Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2927 | 2025-01-11T00:52:23.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 54s |
2928 | 2025-01-11T00:52:23.928Z | |
2929 | 2025-01-11T00:52:23.928Z | real 2:54.850921902 |
2930 | 2025-01-11T00:52:23.928Z | user 13:30.849135260 |
2931 | 2025-01-11T00:52:23.928Z | sys 2:53.991197935 |
2932 | 2025-01-11T00:52:23.928Z | trap 0.364440870 |
2933 | 2025-01-11T00:52:23.928Z | tflt 0.741967587 |
2934 | 2025-01-11T00:52:23.931Z | dflt 2.129855476 |
2935 | 2025-01-11T00:52:23.931Z | kflt 0.000013788 |
2936 | 2025-01-11T00:52:23.931Z | lock 29:17.647917885 |
2937 | 2025-01-11T00:52:23.931Z | slp 49:54.587119905 |
2938 | 2025-01-11T00:52:23.931Z | lat 37.399887030 |
2939 | 2025-01-11T00:52:23.931Z | stop 1:42.639676345 |
2940 | 2025-01-11T00:52:23.931Z | + mkdir tests |
2941 | 2025-01-11T00:52:23.933Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2942 | 2025-01-11T00:52:23.934Z | + xargs -I '{}' -t cp '{}' tests/ |
2943 | 2025-01-11T00:52:23.974Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3f9fca5118e6e333 tests/ |
2944 | 2025-01-11T00:52:24.003Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7224ee50471e7445 tests/ |
2945 | 2025-01-11T00:52:24.029Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-98ff0fd6e9acb94a tests/ |
2946 | 2025-01-11T00:52:24.056Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-884a527d0aad0565 tests/ |
2947 | 2025-01-11T00:52:24.357Z | + 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/*) |
2948 | 2025-01-11T00:52:24.357Z | + 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-7224ee50471e7445 tests/commtest-98ff0fd6e9acb94a tests/dhcp_server-3f9fca5118e6e333 tests/end_to_end_tests-884a527d0aad0565 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 |
2949 | 2025-01-11T00:53:38.176Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2950 | 2025-01-11T00:53:38.176Z | a .github/buildomat/ci-env.sh 1K |
2951 | 2025-01-11T00:53:38.176Z | a out/target/test 1K |
2952 | 2025-01-11T00:53:38.176Z | a out/npuzone/npuzone 23144K |
2953 | 2025-01-11T00:53:38.176Z | a package-manifest.toml 34K |
2954 | 2025-01-11T00:53:38.176Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2955 | 2025-01-11T00:53:38.176Z | a target/release/omicron-package 36128K |
2956 | 2025-01-11T00:53:38.176Z | a target/release/xtask 11713K |
2957 | 2025-01-11T00:53:38.176Z | a target/debug/bootstrap 225524K |
2958 | 2025-01-11T00:53:38.176Z | a tests/bootstrap-7224ee50471e7445 24233K |
2959 | 2025-01-11T00:53:38.176Z | a tests/commtest-98ff0fd6e9acb94a 25009K |
2960 | 2025-01-11T00:53:38.176Z | a tests/dhcp_server-3f9fca5118e6e333 24233K |
2961 | 2025-01-11T00:53:38.176Z | a tests/end_to_end_tests-884a527d0aad0565 288867K |
2962 | 2025-01-11T00:53:38.176Z | a out/clickhouse.tar.gz 293696K |
2963 | 2025-01-11T00:53:38.176Z | a out/clickhouse_keeper.tar.gz 280764K |
2964 | 2025-01-11T00:53:38.176Z | a out/clickhouse_server.tar.gz 293672K |
2965 | 2025-01-11T00:53:38.176Z | a out/cockroachdb.tar.gz 134734K |
2966 | 2025-01-11T00:53:38.176Z | a out/crucible-dtrace.tar 96K |
2967 | 2025-01-11T00:53:38.176Z | a out/crucible-pantry-zone.tar.gz 28463K |
2968 | 2025-01-11T00:53:38.176Z | a out/crucible-zone.tar.gz 36738K |
2969 | 2025-01-11T00:53:38.176Z | a out/external-dns.tar.gz 35442K |
2970 | 2025-01-11T00:53:38.176Z | a out/internal-dns.tar.gz 35442K |
2971 | 2025-01-11T00:53:38.176Z | a out/mg-ddm-gz.tar 63075K |
2972 | 2025-01-11T00:53:38.176Z | a out/nexus.tar.gz 98753K |
2973 | 2025-01-11T00:53:38.176Z | a out/ntp.tar.gz 10425K |
2974 | 2025-01-11T00:53:38.177Z | a out/omicron-gateway-softnpu.tar.gz 23994K |
2975 | 2025-01-11T00:53:38.177Z | a out/omicron-sled-agent.tar 113749K |
2976 | 2025-01-11T00:53:38.177Z | a out/overlay.tar.gz 3K |
2977 | 2025-01-11T00:53:38.177Z | a out/oximeter.tar.gz 47922K |
2978 | 2025-01-11T00:53:38.177Z | a out/oxlog.tar 3089K |
2979 | 2025-01-11T00:53:38.177Z | a out/probe.tar.gz 2764K |
2980 | 2025-01-11T00:53:38.177Z | a out/propolis-server.tar.gz 66467K |
2981 | 2025-01-11T00:53:38.177Z | a out/pumpkind-gz.tar 26665K |
2982 | 2025-01-11T00:53:38.177Z | a out/switch-softnpu.tar.gz 235615K |
2983 | 2025-01-11T00:53:38.183Z | |
2984 | 2025-01-11T00:53:38.183Z | real 1:13.813497665 |
2985 | 2025-01-11T00:53:38.183Z | user 1:10.451472830 |
2986 | 2025-01-11T00:53:38.183Z | sys 4.741701388 |
2987 | 2025-01-11T00:53:38.183Z | trap 0.018066058 |
2988 | 2025-01-11T00:53:38.184Z | tflt 0.000000000 |
2989 | 2025-01-11T00:53:38.184Z | dflt 0.000000000 |
2990 | 2025-01-11T00:53:38.184Z | kflt 0.000000000 |
2991 | 2025-01-11T00:53:38.184Z | lock 0.000000000 |
2992 | 2025-01-11T00:53:38.184Z | slp 1:10.313348046 |
2993 | 2025-01-11T00:53:38.184Z | lat 2.096703772 |
2994 | 2025-01-11T00:53:38.184Z | stop 0.000539605 |
2995 | 2025-01-11T00:53:38.184Z | process exited: duration 2123719 ms, exit code 0 |
|
2996 | 2025-01-11T00:53:38.200Z | found 1 output files |
2997 | 2025-01-11T00:53:38.200Z | uploading: /work/package.tar.gz (1899942412 bytes) |
2998 | 2025-01-11T00:54:32.503Z | uploaded: /work/package.tar.gz |