|
|
|
1 | 2025-01-24T22:51:16.082Z | job assigned to worker 01JJD84D2BXKR84KJ5QGEVNNYM [factory aws, i-0d71ee3a83eeb47ec] (queued for 1 m 15 s) |
|
2 | 2025-01-24T22:51:24.422Z | starting task 0: "setup" |
3 | 2025-01-24T22:51:24.428Z | ++ uname -s |
4 | 2025-01-24T22:51:24.434Z | + kern=SunOS |
5 | 2025-01-24T22:51:24.434Z | + case "$kern" in |
6 | 2025-01-24T22:51:24.434Z | + groupadd -g 12345 build |
7 | 2025-01-24T22:51:24.435Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-24T22:51:26.455Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-24T22:51:26.549Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-24T22:51:26.561Z | + home_fs=zfs |
11 | 2025-01-24T22:51:26.561Z | + [[ zfs == autofs ]] |
12 | 2025-01-24T22:51:26.561Z | + mkdir -p /home/build |
13 | 2025-01-24T22:51:26.561Z | + chown build:build /home/build /work |
14 | 2025-01-24T22:51:27.550Z | + chmod 0700 /home/build /work |
15 | 2025-01-24T22:51:27.567Z | process exited: duration 3135 ms, exit code 0 |
|
16 | 2025-01-24T22:51:27.590Z | starting task 1: "rust-toolchain" |
17 | 2025-01-24T22:51:27.605Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-24T22:51:27.605Z | ' 1.84.0 |
19 | 2025-01-24T22:51:27.605Z | * toolchain channel = "1.84.0" |
20 | 2025-01-24T22:51:27.605Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-24T22:51:27.605Z | * toolchain profile = "default" |
22 | 2025-01-24T22:51:27.605Z | ' default |
23 | 2025-01-24T22:51:27.605Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-24T22:51:27.605Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-24T22:51:27.698Z | info: downloading installer |
26 | 2025-01-24T22:51:31.755Z | info: profile set to 'default' |
27 | 2025-01-24T22:51:31.755Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-24T22:51:31.859Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-24T22:51:31.860Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-24T22:51:31.860Z | info: downloading component 'cargo' |
31 | 2025-01-24T22:51:31.900Z | info: downloading component 'clippy' |
32 | 2025-01-24T22:51:31.900Z | info: downloading component 'rust-docs' |
33 | 2025-01-24T22:51:31.900Z | info: downloading component 'rust-std' |
34 | 2025-01-24T22:51:33.476Z | info: downloading component 'rustc' |
35 | 2025-01-24T22:51:40.295Z | info: downloading component 'rustfmt' |
36 | 2025-01-24T22:51:40.551Z | info: installing component 'cargo' |
37 | 2025-01-24T22:51:41.366Z | info: installing component 'clippy' |
38 | 2025-01-24T22:51:41.750Z | info: installing component 'rust-docs' |
39 | 2025-01-24T22:51:43.412Z | info: installing component 'rust-std' |
40 | 2025-01-24T22:51:45.127Z | info: installing component 'rustc' |
41 | 2025-01-24T22:51:50.879Z | info: installing component 'rustfmt' |
42 | 2025-01-24T22:51:51.206Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-24T22:51:51.206Z | |
44 | 2025-01-24T22:51:51.593Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-24T22:51:51.595Z | |
46 | 2025-01-24T22:51:51.598Z | |
47 | 2025-01-24T22:51:51.598Z | Rust is installed now. Great! |
48 | 2025-01-24T22:51:51.598Z | |
49 | 2025-01-24T22:51:51.598Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-24T22:51:51.598Z | environment variable. This has not been done automatically. |
51 | 2025-01-24T22:51:51.598Z | |
52 | 2025-01-24T22:51:51.598Z | To configure your current shell, you need to source |
53 | 2025-01-24T22:51:51.598Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-24T22:51:51.598Z | |
55 | 2025-01-24T22:51:51.598Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-24T22:51:51.598Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-24T22:51:51.598Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-24T22:51:51.671Z | + rustc --version |
59 | 2025-01-24T22:51:51.737Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-24T22:51:51.740Z | process exited: duration 24157 ms, exit code 0 |
|
61 | 2025-01-24T22:51:51.746Z | starting task 2: "authentication" |
62 | 2025-01-24T22:51:51.766Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-24T22:51:51.773Z | starting task 3: "clone repository" |
64 | 2025-01-24T22:51:51.776Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-24T22:51:51.778Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-24T22:51:52.365Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-24T22:52:00.729Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-24T22:52:00.730Z | + git fetch origin 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 |
69 | 2025-01-24T22:52:01.027Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-24T22:52:01.027Z | * branch 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 -> FETCH_HEAD |
71 | 2025-01-24T22:52:01.065Z | + [[ -n omdb-decommissioned-disk-task-impl ]] |
72 | 2025-01-24T22:52:01.065Z | ++ git branch --show-current |
73 | 2025-01-24T22:52:01.065Z | + current=main |
74 | 2025-01-24T22:52:01.066Z | + [[ main != omdb-decommissioned-disk-task-impl ]] |
75 | 2025-01-24T22:52:01.066Z | + git branch -f omdb-decommissioned-disk-task-impl 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 |
76 | 2025-01-24T22:52:01.066Z | + git checkout -f omdb-decommissioned-disk-task-impl |
77 | 2025-01-24T22:52:01.316Z | Switched to branch 'omdb-decommissioned-disk-task-impl' |
78 | 2025-01-24T22:52:01.439Z | + git reset --hard 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 |
79 | 2025-01-24T22:52:01.439Z | HEAD is now at 40f39e77e Merge branch 'omdb-sb-task-impl' into omdb-decommissioned-disk-task-impl |
80 | 2025-01-24T22:52:01.439Z | process exited: duration 9583 ms, exit code 0 |
|
81 | 2025-01-24T22:52:01.534Z | starting task 4: "build" |
82 | 2025-01-24T22:52:01.553Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-24T22:52:01.553Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-24T22:52:01.554Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-24T22:52:01.554Z | + cargo --version |
86 | 2025-01-24T22:52:01.589Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-24T22:52:01.627Z | + rustc --version |
88 | 2025-01-24T22:52:01.643Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-24T22:52:01.663Z | + WORK=/work |
90 | 2025-01-24T22:52:01.664Z | + pfexec mkdir -p /work |
91 | 2025-01-24T22:52:01.664Z | + pfexec chown build /work |
92 | 2025-01-24T22:52:01.664Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-24T22:52:07.111Z | pkg list: illegal option -- F |
94 | 2025-01-24T22:52:07.111Z | Usage: |
95 | 2025-01-24T22:52:07.114Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-24T22:52:07.114Z | [pkg_fmri_pattern ...] |
97 | 2025-01-24T22:52:07.942Z | pkg list: illegal option -- F |
98 | 2025-01-24T22:52:07.943Z | Usage: |
99 | 2025-01-24T22:52:07.943Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-24T22:52:07.943Z | [pkg_fmri_pattern ...] |
101 | 2025-01-24T22:52:14.697Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-24T22:52:18.890Z | Startup: Caching catalogs ... Done |
103 | 2025-01-24T22:52:30.194Z | Planning: Solver setup ... Done (10.518s) |
104 | 2025-01-24T22:52:30.344Z | Planning: Running solver ... Done (0.147s) |
105 | 2025-01-24T22:52:30.626Z | Planning: Finding local manifests ... Done (0.180s) |
106 | 2025-01-24T22:52:30.688Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-24T22:52:31.399Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-24T22:52:31.755Z | Planning: Package planning ... Done (0.356s) |
109 | 2025-01-24T22:52:31.811Z | Planning: Merging actions ... Done (0.056s) |
110 | 2025-01-24T22:52:32.462Z | Planning: Checking for conflicting actions ... Done (0.643s) |
111 | 2025-01-24T22:52:36.489Z | Planning: Consolidating action changes ... Done (4.034s) |
112 | 2025-01-24T22:52:36.842Z | Planning: Evaluating mediators ... Done (0.353s) |
113 | 2025-01-24T22:52:36.966Z | Planning: Planning completed in 17.99 seconds |
114 | 2025-01-24T22:52:36.981Z | Packages to install: 4 |
115 | 2025-01-24T22:52:36.981Z | Packages to update: 3 |
116 | 2025-01-24T22:52:36.984Z | Mediators to change: 2 |
117 | 2025-01-24T22:52:36.984Z | Services to change: 1 |
118 | 2025-01-24T22:52:36.984Z | Estimated space available: 155.61 GB |
119 | 2025-01-24T22:52:36.984Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-24T22:52:36.984Z | Create boot environment: No |
121 | 2025-01-24T22:52:36.984Z | Create backup boot environment: Yes |
122 | 2025-01-24T22:52:36.984Z | Rebuild boot archive: No |
123 | 2025-01-24T22:52:36.984Z | |
124 | 2025-01-24T22:52:36.984Z | Changed mediators: |
125 | 2025-01-24T22:52:36.984Z | mediator clang: |
126 | 2025-01-24T22:52:36.984Z | version: None -> 15 (system default) |
127 | 2025-01-24T22:52:36.984Z | |
128 | 2025-01-24T22:52:36.984Z | mediator llvm: |
129 | 2025-01-24T22:52:36.985Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-24T22:52:36.985Z | |
131 | 2025-01-24T22:52:36.985Z | Changed packages: |
132 | 2025-01-24T22:52:36.985Z | helios-dev |
133 | 2025-01-24T22:52:36.985Z | developer/build-essential |
134 | 2025-01-24T22:52:36.985Z | None -> 11-2.0 |
135 | 2025-01-24T22:52:36.985Z | library/libxmlsec1 |
136 | 2025-01-24T22:52:36.985Z | None -> 1.2.35-2.0 |
137 | 2025-01-24T22:52:36.985Z | ooce/developer/clang-15 |
138 | 2025-01-24T22:52:36.985Z | None -> 15.0.7-2.0 |
139 | 2025-01-24T22:52:36.985Z | ooce/developer/llvm-15 |
140 | 2025-01-24T22:52:36.985Z | None -> 15.0.7-2.0 |
141 | 2025-01-24T22:52:36.985Z | package/pkg |
142 | 2025-01-24T22:52:36.985Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-24T22:52:36.985Z | system/library/g++-runtime |
144 | 2025-01-24T22:52:36.985Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-24T22:52:36.985Z | system/library/gcc-runtime |
146 | 2025-01-24T22:52:36.985Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-24T22:52:36.985Z | |
148 | 2025-01-24T22:52:36.985Z | Services: |
149 | 2025-01-24T22:52:36.985Z | restart_fmri: |
150 | 2025-01-24T22:52:36.985Z | svc:/system/update-man-index:default |
151 | 2025-01-24T22:52:36.985Z | |
152 | 2025-01-24T22:52:36.986Z | Editable files to change: |
153 | 2025-01-24T22:52:36.986Z | Update: |
154 | 2025-01-24T22:52:36.986Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-24T22:52:37.252Z | |
156 | 2025-01-24T22:52:37.252Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-24T22:52:42.239Z | Download: 374/4301 items 16.5/225.4MB 7% complete (3.4M/s) |
158 | 2025-01-24T22:52:47.242Z | Download: 799/4301 items 18.7/225.4MB 8% complete (1.9M/s) |
159 | 2025-01-24T22:52:52.242Z | Download: 1195/4301 items 65.9/225.4MB 29% complete (4.9M/s) |
160 | 2025-01-24T22:53:01.013Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (6.6M/s) |
161 | 2025-01-24T22:53:06.012Z | Download: 1795/4301 items 118.4/225.4MB 52% complete (3.8M/s) |
162 | 2025-01-24T22:53:13.870Z | Download: 2222/4301 items 119.2/225.4MB 52% complete (4.4M/s) |
163 | 2025-01-24T22:53:18.879Z | Download: 2582/4301 items 120.4/225.4MB 53% complete (134k/s) |
164 | 2025-01-24T22:53:23.880Z | Download: 3238/4301 items 169.5/225.4MB 75% complete (5.1M/s) |
165 | 2025-01-24T22:53:29.153Z | Download: 3278/4301 items 209.6/225.4MB 92% complete (8.8M/s) |
166 | 2025-01-24T22:53:34.481Z | Download: 4284/4301 items 223.8/225.4MB 99% complete (4.7M/s) |
167 | 2025-01-24T22:53:37.348Z | Download: Completed 225.42 MB in 60.12 seconds (3.8M/s) |
168 | 2025-01-24T22:53:39.161Z | Actions: 1/5122 actions (Removing old actions) |
169 | 2025-01-24T22:53:39.179Z | Actions: 194/5122 actions (Installing new actions) |
170 | 2025-01-24T22:53:44.186Z | Actions: 4173/5122 actions (Installing new actions) |
171 | 2025-01-24T22:53:44.351Z | Actions: 4267/5122 actions (Updating modified actions) |
172 | 2025-01-24T22:53:44.817Z | Actions: Completed 5122 actions in 5.66 seconds. |
173 | 2025-01-24T22:53:45.225Z | Done (0.400s) |
174 | 2025-01-24T22:53:45.228Z | Done (0.001s) |
175 | 2025-01-24T22:53:45.815Z | Done (0.587s) |
176 | 2025-01-24T22:53:51.184Z | Done (5.142s) |
177 | 2025-01-24T22:53:51.420Z | Done (0.166s) |
178 | 2025-01-24T22:53:51.423Z | Done (0.000s) |
179 | 2025-01-24T22:53:51.617Z | Done (0.000s) |
180 | 2025-01-24T22:53:52.306Z | Planning: Evaluating mediator changes ... Done |
181 | 2025-01-24T22:53:52.466Z | Planning: Checking for conflicting actions ... Done |
182 | 2025-01-24T22:53:52.469Z | Planning: Consolidating action changes ... Done |
183 | 2025-01-24T22:53:52.734Z | Planning: Evaluating mediators ... Done |
184 | 2025-01-24T22:53:52.737Z | Planning: Planning completed in 0.43 seconds |
185 | 2025-01-24T22:53:52.774Z | Mediators to change: 2 |
186 | 2025-01-24T22:53:52.774Z | Create boot environment: No |
187 | 2025-01-24T22:53:52.776Z | Create backup boot environment: No |
188 | 2025-01-24T22:53:52.854Z | Done |
189 | 2025-01-24T22:53:52.854Z | Done |
190 | 2025-01-24T22:53:53.217Z | Done |
191 | 2025-01-24T22:53:56.847Z | Done |
192 | 2025-01-24T22:53:56.936Z | Done |
193 | 2025-01-24T22:53:56.938Z | Done |
194 | 2025-01-24T22:53:57.306Z | Done |
195 | 2025-01-24T22:53:57.916Z | Planning: Evaluating mediator changes ... Done |
196 | 2025-01-24T22:53:57.919Z | Planning: Merging actions ... Done |
197 | 2025-01-24T22:53:58.107Z | Planning: Checking for conflicting actions ... Done |
198 | 2025-01-24T22:53:58.109Z | Planning: Consolidating action changes ... Done |
199 | 2025-01-24T22:53:58.375Z | Planning: Evaluating mediators ... Done |
200 | 2025-01-24T22:53:58.430Z | Planning: Planning completed in 0.76 seconds |
201 | 2025-01-24T22:53:58.470Z | Packages to change: 1 |
202 | 2025-01-24T22:53:58.470Z | Mediators to change: 1 |
203 | 2025-01-24T22:53:58.473Z | Services to change: 1 |
204 | 2025-01-24T22:53:58.473Z | Create boot environment: No |
205 | 2025-01-24T22:53:58.473Z | Create backup boot environment: Yes |
206 | 2025-01-24T22:54:00.408Z | Actions: 1/6 actions (Updating modified actions) |
207 | 2025-01-24T22:54:00.448Z | Actions: Completed 6 actions in 0.04 seconds. |
208 | 2025-01-24T22:54:00.451Z | Done |
209 | 2025-01-24T22:54:00.451Z | Done |
210 | 2025-01-24T22:54:00.565Z | Done |
211 | 2025-01-24T22:54:04.178Z | Done |
212 | 2025-01-24T22:54:04.275Z | Done |
213 | 2025-01-24T22:54:04.277Z | Done |
214 | 2025-01-24T22:54:04.516Z | Done |
215 | 2025-01-24T22:54:04.943Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
216 | 2025-01-24T22:54:04.943Z | clang system 15 system |
217 | 2025-01-24T22:54:04.943Z | csh system system illumos |
218 | 2025-01-24T22:54:04.943Z | ctags system system illumos |
219 | 2025-01-24T22:54:04.943Z | gcc vendor 12 vendor |
220 | 2025-01-24T22:54:04.943Z | gcc system 10 system |
221 | 2025-01-24T22:54:04.943Z | gcc system 7 system |
222 | 2025-01-24T22:54:04.943Z | go system 1.20 system |
223 | 2025-01-24T22:54:04.943Z | go system 1.19 system |
224 | 2025-01-24T22:54:04.943Z | llvm system 15 system |
225 | 2025-01-24T22:54:04.943Z | llvm system 14 system |
226 | 2025-01-24T22:54:04.943Z | mariadb system 10.6 system |
227 | 2025-01-24T22:54:04.943Z | mta vendor vendor dma |
228 | 2025-01-24T22:54:04.943Z | openjdk system 17 system |
229 | 2025-01-24T22:54:04.944Z | openjdk system 11 system |
230 | 2025-01-24T22:54:04.944Z | openjdk system 1.8 system |
231 | 2025-01-24T22:54:04.944Z | openssl vendor 3 vendor |
232 | 2025-01-24T22:54:04.944Z | perl system 5.36 system |
233 | 2025-01-24T22:54:04.944Z | postgresql system 15 system |
234 | 2025-01-24T22:54:04.944Z | postgresql system 13 system |
235 | 2025-01-24T22:54:04.944Z | python vendor 3 vendor |
236 | 2025-01-24T22:54:04.944Z | python system 2 system |
237 | 2025-01-24T22:54:04.944Z | python3 system 3.11 system |
238 | 2025-01-24T22:54:04.944Z | ruby system 3.0 system |
239 | 2025-01-24T22:54:04.944Z | words vendor vendor american-english |
240 | 2025-01-24T22:54:04.944Z | words system system australian-english |
241 | 2025-01-24T22:54:04.944Z | words system system british-english |
242 | 2025-01-24T22:54:04.944Z | words system system canadian-english |
243 | 2025-01-24T22:54:04.944Z | words system system french |
244 | 2025-01-24T22:54:04.944Z | words system system italian |
245 | 2025-01-24T22:54:04.944Z | words system system ngerman |
246 | 2025-01-24T22:54:04.944Z | words system system ogerman |
247 | 2025-01-24T22:54:04.944Z | words system system spanish |
248 | 2025-01-24T22:54:05.272Z | PUBLISHER TYPE STATUS P LOCATION |
249 | 2025-01-24T22:54:05.273Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
250 | 2025-01-24T22:54:08.046Z | FMRI IFO |
251 | 2025-01-24T22:54:08.046Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
252 | 2025-01-24T22:54:08.046Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
253 | 2025-01-24T22:54:08.046Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
254 | 2025-01-24T22:54:08.046Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
255 | 2025-01-24T22:54:08.047Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
256 | 2025-01-24T22:54:08.047Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
257 | 2025-01-24T22:54:08.047Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
258 | 2025-01-24T22:54:08.047Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
259 | 2025-01-24T22:54:08.047Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
260 | 2025-01-24T22:54:08.047Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
261 | 2025-01-24T22:54:08.047Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
262 | 2025-01-24T22:54:08.047Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
263 | 2025-01-24T22:54:08.047Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
264 | 2025-01-24T22:54:08.047Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
265 | 2025-01-24T22:54:08.047Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
266 | 2025-01-24T22:54:08.797Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
267 | 2025-01-24T22:54:09.072Z | Updating crates.io index |
268 | 2025-01-24T22:54:09.132Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
269 | 2025-01-24T22:54:09.415Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
270 | 2025-01-24T22:54:09.910Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
271 | 2025-01-24T22:54:10.186Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
272 | 2025-01-24T22:54:10.487Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
273 | 2025-01-24T22:54:10.751Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
274 | 2025-01-24T22:54:12.124Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
275 | 2025-01-24T22:54:13.786Z | Updating git repository `https://github.com/oxidecomputer/opte` |
276 | 2025-01-24T22:54:14.572Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
277 | 2025-01-24T22:54:15.297Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
278 | 2025-01-24T22:54:15.551Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
279 | 2025-01-24T22:54:16.092Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
280 | 2025-01-24T22:54:17.787Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
281 | 2025-01-24T22:54:17.790Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
282 | 2025-01-24T22:54:17.790Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
283 | 2025-01-24T22:54:17.853Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
284 | 2025-01-24T22:54:18.114Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
285 | 2025-01-24T22:54:18.362Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
286 | 2025-01-24T22:54:18.677Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
287 | 2025-01-24T22:54:18.989Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
288 | 2025-01-24T22:54:19.273Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
289 | 2025-01-24T22:54:19.612Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
290 | 2025-01-24T22:54:20.076Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
291 | 2025-01-24T22:54:20.370Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
292 | 2025-01-24T22:54:20.871Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
293 | 2025-01-24T22:54:21.171Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
294 | 2025-01-24T22:54:21.562Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
295 | 2025-01-24T22:54:22.029Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
296 | 2025-01-24T22:54:22.356Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2025-01-24T22:54:22.623Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2025-01-24T22:54:22.925Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2025-01-24T22:54:24.103Z | Downloading crates ... |
300 | 2025-01-24T22:54:24.160Z | Downloaded anstyle v1.0.10 |
301 | 2025-01-24T22:54:24.168Z | Downloaded anstream v0.6.15 |
302 | 2025-01-24T22:54:24.190Z | Downloaded equivalent v1.0.1 |
303 | 2025-01-24T22:54:24.201Z | Downloaded swrite v0.1.0 |
304 | 2025-01-24T22:54:24.210Z | Downloaded memmap v0.7.0 |
305 | 2025-01-24T22:54:24.213Z | Downloaded clap_lex v0.7.2 |
306 | 2025-01-24T22:54:24.213Z | Downloaded heck v0.5.0 |
307 | 2025-01-24T22:54:24.216Z | Downloaded pretty-hex v0.4.1 |
308 | 2025-01-24T22:54:24.216Z | Downloaded dtrace-parser v0.2.0 |
309 | 2025-01-24T22:54:24.216Z | Downloaded cargo-platform v0.1.8 |
310 | 2025-01-24T22:54:24.220Z | Downloaded usdt-attr-macro v0.5.0 |
311 | 2025-01-24T22:54:24.231Z | Downloaded usdt-macro v0.5.0 |
312 | 2025-01-24T22:54:24.234Z | Downloaded scroll_derive v0.12.0 |
313 | 2025-01-24T22:54:24.237Z | Downloaded fnv v1.0.7 |
314 | 2025-01-24T22:54:24.240Z | Downloaded cfg-if v1.0.0 |
315 | 2025-01-24T22:54:24.243Z | Downloaded block-buffer v0.10.4 |
316 | 2025-01-24T22:54:24.243Z | Downloaded anstyle-query v1.1.1 |
317 | 2025-01-24T22:54:24.246Z | Downloaded anstyle-parse v0.2.5 |
318 | 2025-01-24T22:54:24.248Z | Downloaded strsim v0.11.1 |
319 | 2025-01-24T22:54:24.251Z | Downloaded is_terminal_polyfill v1.70.1 |
320 | 2025-01-24T22:54:24.251Z | Downloaded fs-err v2.11.0 |
321 | 2025-01-24T22:54:24.253Z | Downloaded thread-id v4.2.2 |
322 | 2025-01-24T22:54:24.253Z | Downloaded thiserror-impl v1.0.69 |
323 | 2025-01-24T22:54:24.256Z | Downloaded terminal_size v0.4.0 |
324 | 2025-01-24T22:54:24.256Z | Downloaded errno v0.3.9 |
325 | 2025-01-24T22:54:24.259Z | Downloaded thiserror v1.0.69 |
326 | 2025-01-24T22:54:24.264Z | Downloaded smawk v0.3.2 |
327 | 2025-01-24T22:54:24.267Z | Downloaded serde_tokenstream v0.2.2 |
328 | 2025-01-24T22:54:24.267Z | Downloaded fastrand v2.1.1 |
329 | 2025-01-24T22:54:24.269Z | Downloaded colorchoice v1.0.2 |
330 | 2025-01-24T22:54:24.280Z | Downloaded tabled_derive v0.7.0 |
331 | 2025-01-24T22:54:24.284Z | Downloaded toml_datetime v0.6.8 |
332 | 2025-01-24T22:54:24.284Z | Downloaded digest v0.10.7 |
333 | 2025-01-24T22:54:24.287Z | Downloaded plain v0.2.3 |
334 | 2025-01-24T22:54:24.287Z | Downloaded pest_generator v2.7.14 |
335 | 2025-01-24T22:54:24.287Z | Downloaded macaddr v1.0.1 |
336 | 2025-01-24T22:54:24.289Z | Downloaded itoa v1.0.11 |
337 | 2025-01-24T22:54:24.289Z | Downloaded bytecount v0.6.8 |
338 | 2025-01-24T22:54:24.292Z | Downloaded serde_spanned v0.6.8 |
339 | 2025-01-24T22:54:24.292Z | Downloaded utf8parse v0.2.2 |
340 | 2025-01-24T22:54:24.292Z | Downloaded generic-array v0.14.7 |
341 | 2025-01-24T22:54:24.294Z | Downloaded proc-macro-error-attr v1.0.4 |
342 | 2025-01-24T22:54:24.294Z | Downloaded crypto-common v0.1.6 |
343 | 2025-01-24T22:54:24.297Z | Downloaded semver v1.0.24 |
344 | 2025-01-24T22:54:24.305Z | Downloaded version_check v0.9.5 |
345 | 2025-01-24T22:54:24.307Z | Downloaded usdt v0.5.0 |
346 | 2025-01-24T22:54:24.310Z | Downloaded cpufeatures v0.2.14 |
347 | 2025-01-24T22:54:24.313Z | Downloaded unicode-linebreak v0.1.5 |
348 | 2025-01-24T22:54:24.313Z | Downloaded cargo_toml v0.20.5 |
349 | 2025-01-24T22:54:24.316Z | Downloaded camino-tempfile v1.1.1 |
350 | 2025-01-24T22:54:24.316Z | Downloaded autocfg v1.4.0 |
351 | 2025-01-24T22:54:24.318Z | Downloaded clap_derive v4.5.18 |
352 | 2025-01-24T22:54:24.321Z | Downloaded camino v1.1.9 |
353 | 2025-01-24T22:54:24.323Z | Downloaded tempfile v3.13.0 |
354 | 2025-01-24T22:54:24.326Z | Downloaded quote v1.0.38 |
355 | 2025-01-24T22:54:24.328Z | Downloaded proc-macro-error v1.0.4 |
356 | 2025-01-24T22:54:24.331Z | Downloaded byteorder v1.5.0 |
357 | 2025-01-24T22:54:24.333Z | Downloaded usdt-impl v0.5.0 |
358 | 2025-01-24T22:54:24.333Z | Downloaded log v0.4.22 |
359 | 2025-01-24T22:54:24.336Z | Downloaded heck v0.4.1 |
360 | 2025-01-24T22:54:24.339Z | Downloaded clap v4.5.21 |
361 | 2025-01-24T22:54:24.345Z | Downloaded sha2 v0.10.8 |
362 | 2025-01-24T22:54:24.348Z | Downloaded dof v0.3.0 |
363 | 2025-01-24T22:54:24.348Z | Downloaded cargo_metadata v0.18.1 |
364 | 2025-01-24T22:54:24.350Z | Downloaded pest_derive v2.7.14 |
365 | 2025-01-24T22:54:24.353Z | Downloaded scroll v0.12.0 |
366 | 2025-01-24T22:54:24.353Z | Downloaded bitflags v2.6.0 |
367 | 2025-01-24T22:54:24.356Z | Downloaded once_cell v1.20.2 |
368 | 2025-01-24T22:54:24.361Z | Downloaded unicode-ident v1.0.14 |
369 | 2025-01-24T22:54:24.364Z | Downloaded typenum v1.17.0 |
370 | 2025-01-24T22:54:24.367Z | Downloaded ryu v1.0.18 |
371 | 2025-01-24T22:54:24.370Z | Downloaded textwrap v0.16.1 |
372 | 2025-01-24T22:54:24.373Z | Downloaded proc-macro2 v1.0.92 |
373 | 2025-01-24T22:54:24.376Z | Downloaded anyhow v1.0.95 |
374 | 2025-01-24T22:54:24.381Z | Downloaded zerocopy-derive v0.7.35 |
375 | 2025-01-24T22:54:24.385Z | Downloaded pest_meta v2.7.14 |
376 | 2025-01-24T22:54:24.387Z | Downloaded ucd-trie v0.1.7 |
377 | 2025-01-24T22:54:24.391Z | Downloaded serde_derive v1.0.217 |
378 | 2025-01-24T22:54:24.398Z | Downloaded papergrid v0.11.0 |
379 | 2025-01-24T22:54:24.404Z | Downloaded toml v0.8.19 |
380 | 2025-01-24T22:54:24.421Z | Downloaded serde v1.0.217 |
381 | 2025-01-24T22:54:24.425Z | Downloaded indexmap v2.7.0 |
382 | 2025-01-24T22:54:24.429Z | Downloaded memchr v2.7.4 |
383 | 2025-01-24T22:54:24.434Z | Downloaded toml_edit v0.22.22 |
384 | 2025-01-24T22:54:24.456Z | Downloaded hashbrown v0.15.1 |
385 | 2025-01-24T22:54:24.496Z | Downloaded zerocopy v0.7.35 |
386 | 2025-01-24T22:54:24.510Z | Downloaded winnow v0.6.20 |
387 | 2025-01-24T22:54:24.518Z | Downloaded pest v2.7.14 |
388 | 2025-01-24T22:54:24.526Z | Downloaded serde_json v1.0.135 |
389 | 2025-01-24T22:54:24.532Z | Downloaded goblin v0.8.2 |
390 | 2025-01-24T22:54:24.537Z | Downloaded clap_builder v4.5.21 |
391 | 2025-01-24T22:54:24.545Z | Downloaded tabled v0.15.0 |
392 | 2025-01-24T22:54:24.558Z | Downloaded syn v1.0.109 |
393 | 2025-01-24T22:54:24.567Z | Downloaded unicode-width v0.1.14 |
394 | 2025-01-24T22:54:24.573Z | Downloaded syn v2.0.96 |
395 | 2025-01-24T22:54:24.584Z | Downloaded rustix v0.38.37 |
396 | 2025-01-24T22:54:24.615Z | Downloaded libc v0.2.169 |
397 | 2025-01-24T22:54:24.922Z | Compiling proc-macro2 v1.0.92 |
398 | 2025-01-24T22:54:24.922Z | Compiling unicode-ident v1.0.14 |
399 | 2025-01-24T22:54:24.924Z | Compiling version_check v0.9.5 |
400 | 2025-01-24T22:54:24.925Z | Compiling serde v1.0.217 |
401 | 2025-01-24T22:54:24.925Z | Compiling memchr v2.7.4 |
402 | 2025-01-24T22:54:24.925Z | Compiling thiserror v1.0.69 |
403 | 2025-01-24T22:54:24.925Z | Compiling libc v0.2.169 |
404 | 2025-01-24T22:54:24.958Z | Compiling itoa v1.0.11 |
405 | 2025-01-24T22:54:25.188Z | Compiling ryu v1.0.18 |
406 | 2025-01-24T22:54:25.254Z | Compiling ucd-trie v0.1.7 |
407 | 2025-01-24T22:54:25.700Z | Compiling once_cell v1.20.2 |
408 | 2025-01-24T22:54:25.731Z | Compiling byteorder v1.5.0 |
409 | 2025-01-24T22:54:26.024Z | Compiling rustix v0.38.37 |
410 | 2025-01-24T22:54:26.188Z | Compiling serde_json v1.0.135 |
411 | 2025-01-24T22:54:26.278Z | Compiling bitflags v2.6.0 |
412 | 2025-01-24T22:54:26.400Z | Compiling proc-macro-error-attr v1.0.4 |
413 | 2025-01-24T22:54:26.532Z | Compiling usdt-impl v0.5.0 |
414 | 2025-01-24T22:54:26.565Z | Compiling syn v1.0.109 |
415 | 2025-01-24T22:54:26.666Z | Compiling proc-macro-error v1.0.4 |
416 | 2025-01-24T22:54:26.742Z | Compiling hashbrown v0.15.1 |
417 | 2025-01-24T22:54:26.769Z | Compiling log v0.4.22 |
418 | 2025-01-24T22:54:26.967Z | Compiling camino v1.1.9 |
419 | 2025-01-24T22:54:27.028Z | Compiling equivalent v1.0.1 |
420 | 2025-01-24T22:54:27.108Z | Compiling plain v0.2.3 |
421 | 2025-01-24T22:54:27.156Z | Compiling utf8parse v0.2.2 |
422 | 2025-01-24T22:54:27.206Z | Compiling quote v1.0.38 |
423 | 2025-01-24T22:54:27.338Z | Compiling errno v0.3.9 |
424 | 2025-01-24T22:54:27.424Z | Compiling anstyle-parse v0.2.5 |
425 | 2025-01-24T22:54:27.504Z | Compiling thread-id v4.2.2 |
426 | 2025-01-24T22:54:27.588Z | Compiling syn v2.0.96 |
427 | 2025-01-24T22:54:27.746Z | Compiling indexmap v2.7.0 |
428 | 2025-01-24T22:54:27.795Z | Compiling anstyle v1.0.10 |
429 | 2025-01-24T22:54:27.841Z | Compiling winnow v0.6.20 |
430 | 2025-01-24T22:54:27.986Z | Compiling colorchoice v1.0.2 |
431 | 2025-01-24T22:54:28.166Z | Compiling semver v1.0.24 |
432 | 2025-01-24T22:54:28.194Z | Compiling autocfg v1.4.0 |
433 | 2025-01-24T22:54:28.623Z | Compiling is_terminal_polyfill v1.70.1 |
434 | 2025-01-24T22:54:28.767Z | Compiling anstyle-query v1.1.1 |
435 | 2025-01-24T22:54:28.889Z | Compiling pretty-hex v0.4.1 |
436 | 2025-01-24T22:54:28.941Z | Compiling unicode-width v0.1.14 |
437 | 2025-01-24T22:54:28.983Z | Compiling anstream v0.6.15 |
438 | 2025-01-24T22:54:29.172Z | Compiling fs-err v2.11.0 |
439 | 2025-01-24T22:54:29.528Z | Compiling terminal_size v0.4.0 |
440 | 2025-01-24T22:54:29.555Z | Compiling anyhow v1.0.95 |
441 | 2025-01-24T22:54:29.581Z | Compiling clap_lex v0.7.2 |
442 | 2025-01-24T22:54:29.655Z | Compiling fastrand v2.1.1 |
443 | 2025-01-24T22:54:29.762Z | Compiling cfg-if v1.0.0 |
444 | 2025-01-24T22:54:29.876Z | Compiling heck v0.5.0 |
445 | 2025-01-24T22:54:30.039Z | Compiling fnv v1.0.7 |
446 | 2025-01-24T22:54:30.152Z | Compiling heck v0.4.1 |
447 | 2025-01-24T22:54:30.182Z | Compiling strsim v0.11.1 |
448 | 2025-01-24T22:54:30.184Z | Compiling bytecount v0.6.8 |
449 | 2025-01-24T22:54:30.438Z | Compiling papergrid v0.11.0 |
450 | 2025-01-24T22:54:30.550Z | Compiling tempfile v3.13.0 |
451 | 2025-01-24T22:54:30.631Z | Compiling clap_builder v4.5.21 |
452 | 2025-01-24T22:54:31.171Z | Compiling memmap v0.7.0 |
453 | 2025-01-24T22:54:31.199Z | Compiling smawk v0.3.2 |
454 | 2025-01-24T22:54:31.295Z | Compiling unicode-linebreak v0.1.5 |
455 | 2025-01-24T22:54:31.526Z | Compiling swrite v0.1.0 |
456 | 2025-01-24T22:54:31.807Z | Compiling textwrap v0.16.1 |
457 | 2025-01-24T22:54:32.407Z | Compiling tabled_derive v0.7.0 |
458 | 2025-01-24T22:54:33.747Z | Compiling tabled v0.15.0 |
459 | 2025-01-24T22:54:34.213Z | Compiling serde_derive v1.0.217 |
460 | 2025-01-24T22:54:34.213Z | Compiling thiserror-impl v1.0.69 |
461 | 2025-01-24T22:54:34.215Z | Compiling zerocopy-derive v0.7.35 |
462 | 2025-01-24T22:54:34.215Z | Compiling scroll_derive v0.12.0 |
463 | 2025-01-24T22:54:34.216Z | Compiling clap_derive v4.5.18 |
464 | 2025-01-24T22:54:35.536Z | Compiling scroll v0.12.0 |
465 | 2025-01-24T22:54:36.034Z | Compiling zerocopy v0.7.35 |
466 | 2025-01-24T22:54:36.088Z | Compiling goblin v0.8.2 |
467 | 2025-01-24T22:54:37.246Z | Compiling pest v2.7.14 |
468 | 2025-01-24T22:54:38.029Z | Compiling clap v4.5.21 |
469 | 2025-01-24T22:54:39.302Z | Compiling pest_meta v2.7.14 |
470 | 2025-01-24T22:54:40.246Z | Compiling pest_generator v2.7.14 |
471 | 2025-01-24T22:54:41.745Z | Compiling pest_derive v2.7.14 |
472 | 2025-01-24T22:54:42.316Z | Compiling dtrace-parser v0.2.0 |
473 | 2025-01-24T22:54:42.996Z | Compiling serde_spanned v0.6.8 |
474 | 2025-01-24T22:54:43.061Z | Compiling toml_datetime v0.6.8 |
475 | 2025-01-24T22:54:43.107Z | Compiling serde_tokenstream v0.2.2 |
476 | 2025-01-24T22:54:43.209Z | Compiling cargo-platform v0.1.8 |
477 | 2025-01-24T22:54:43.261Z | Compiling macaddr v1.0.1 |
478 | 2025-01-24T22:54:43.525Z | Compiling toml_edit v0.22.22 |
479 | 2025-01-24T22:54:43.684Z | Compiling camino-tempfile v1.1.1 |
480 | 2025-01-24T22:54:44.339Z | Compiling dof v0.3.0 |
481 | 2025-01-24T22:54:44.339Z | Compiling cargo_metadata v0.18.1 |
482 | 2025-01-24T22:54:45.779Z | Compiling usdt-macro v0.5.0 |
483 | 2025-01-24T22:54:45.779Z | Compiling usdt-attr-macro v0.5.0 |
484 | 2025-01-24T22:54:46.268Z | Compiling toml v0.8.19 |
485 | 2025-01-24T22:54:46.855Z | Compiling usdt v0.5.0 |
486 | 2025-01-24T22:54:47.049Z | Compiling cargo_toml v0.20.5 |
487 | 2025-01-24T22:54:49.713Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
488 | 2025-01-24T22:54:52.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.28s |
489 | 2025-01-24T22:54:53.121Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
490 | 2025-01-24T22:54:53.645Z | Downloading crates ... |
491 | 2025-01-24T22:54:53.773Z | Downloaded arrayref v0.3.9 |
492 | 2025-01-24T22:54:53.777Z | Downloaded assert_matches v1.5.0 |
493 | 2025-01-24T22:54:53.779Z | Downloaded atomicwrites v0.4.4 |
494 | 2025-01-24T22:54:53.782Z | Downloaded darling v0.20.10 |
495 | 2025-01-24T22:54:53.788Z | Downloaded crunchy v0.2.2 |
496 | 2025-01-24T22:54:53.801Z | Downloaded heapless v0.8.0 |
497 | 2025-01-24T22:54:53.801Z | Downloaded atty v0.2.14 |
498 | 2025-01-24T22:54:53.801Z | Downloaded hickory-resolver v0.24.2 |
499 | 2025-01-24T22:54:53.804Z | Downloaded cfg_aliases v0.1.1 |
500 | 2025-01-24T22:54:53.806Z | Downloaded cfg_aliases v0.2.1 |
501 | 2025-01-24T22:54:53.806Z | Downloaded hickory-server v0.24.2 |
502 | 2025-01-24T22:54:53.811Z | Downloaded crucible-workspace-hack v0.1.0 |
503 | 2025-01-24T22:54:53.819Z | Downloaded array-init v0.0.4 |
504 | 2025-01-24T22:54:53.822Z | Downloaded async-stream-impl v0.3.6 |
505 | 2025-01-24T22:54:53.822Z | Downloaded ascii-canvas v3.0.0 |
506 | 2025-01-24T22:54:53.826Z | Downloaded adler2 v2.0.0 |
507 | 2025-01-24T22:54:53.826Z | Downloaded cstr-argument v0.1.2 |
508 | 2025-01-24T22:54:53.829Z | Downloaded ciborium-io v0.2.2 |
509 | 2025-01-24T22:54:53.831Z | Downloaded highway v1.2.0 |
510 | 2025-01-24T22:54:53.831Z | Downloaded hickory-proto v0.24.2 |
511 | 2025-01-24T22:54:53.846Z | Downloaded convert_case v0.4.0 |
512 | 2025-01-24T22:54:53.849Z | Downloaded colored v2.1.0 |
513 | 2025-01-24T22:54:53.851Z | Downloaded castaway v0.2.3 |
514 | 2025-01-24T22:54:53.851Z | Downloaded cipher v0.4.4 |
515 | 2025-01-24T22:54:53.854Z | Downloaded cexpr v0.6.0 |
516 | 2025-01-24T22:54:53.855Z | Downloaded block-padding v0.3.3 |
517 | 2025-01-24T22:54:53.857Z | Downloaded bitfield-struct v0.6.2 |
518 | 2025-01-24T22:54:53.857Z | Downloaded bit-set v0.5.3 |
519 | 2025-01-24T22:54:53.860Z | Downloaded async-recursion v1.1.1 |
520 | 2025-01-24T22:54:53.863Z | Downloaded bb8 v0.8.5 |
521 | 2025-01-24T22:54:53.866Z | Downloaded ciborium-ll v0.2.2 |
522 | 2025-01-24T22:54:53.868Z | Downloaded chrono-tz-build v0.4.0 |
523 | 2025-01-24T22:54:53.868Z | Downloaded cbc v0.1.2 |
524 | 2025-01-24T22:54:53.872Z | Downloaded aead v0.5.2 |
525 | 2025-01-24T22:54:53.875Z | Downloaded curve25519-dalek-derive v0.1.1 |
526 | 2025-01-24T22:54:53.877Z | Downloaded crc-catalog v2.4.0 |
527 | 2025-01-24T22:54:53.878Z | Downloaded cassowary v0.3.0 |
528 | 2025-01-24T22:54:53.881Z | Downloaded buf-list v1.0.3 |
529 | 2025-01-24T22:54:53.884Z | Downloaded bitflags v1.3.2 |
530 | 2025-01-24T22:54:53.887Z | Downloaded http-range v0.1.5 |
531 | 2025-01-24T22:54:53.887Z | Downloaded addr2line v0.24.2 |
532 | 2025-01-24T22:54:53.890Z | Downloaded http-body-util v0.1.2 |
533 | 2025-01-24T22:54:53.890Z | Downloaded http-body v1.0.1 |
534 | 2025-01-24T22:54:53.893Z | Downloaded hostname v0.4.0 |
535 | 2025-01-24T22:54:53.893Z | Downloaded progenitor-client v0.9.1 |
536 | 2025-01-24T22:54:53.895Z | Downloaded icu_locid_transform v1.5.0 |
537 | 2025-01-24T22:54:53.898Z | Downloaded hyper-util v0.1.10 |
538 | 2025-01-24T22:54:53.901Z | Downloaded icu_properties v1.5.1 |
539 | 2025-01-24T22:54:53.903Z | Downloaded constant_time_eq v0.3.1 |
540 | 2025-01-24T22:54:53.906Z | Downloaded icu_locid_transform_data v1.5.0 |
541 | 2025-01-24T22:54:53.908Z | Downloaded blowfish v0.9.1 |
542 | 2025-01-24T22:54:53.908Z | Downloaded rand_seeder v0.3.0 |
543 | 2025-01-24T22:54:53.911Z | Downloaded const_format_proc_macros v0.2.33 |
544 | 2025-01-24T22:54:53.913Z | Downloaded icu_collections v1.5.0 |
545 | 2025-01-24T22:54:53.919Z | Downloaded instant v0.1.13 |
546 | 2025-01-24T22:54:53.922Z | Downloaded ident_case v1.0.1 |
547 | 2025-01-24T22:54:53.922Z | Downloaded icu_provider_macros v1.5.0 |
548 | 2025-01-24T22:54:53.925Z | Downloaded cancel-safe-futures v0.1.5 |
549 | 2025-01-24T22:54:53.927Z | Downloaded is_ci v1.2.0 |
550 | 2025-01-24T22:54:53.930Z | Downloaded cookie_store v0.21.1 |
551 | 2025-01-24T22:54:53.933Z | Downloaded hubpack_derive v0.1.1 |
552 | 2025-01-24T22:54:53.933Z | Downloaded bcrypt-pbkdf v0.10.0 |
553 | 2025-01-24T22:54:53.933Z | Downloaded async-trait v0.1.83 |
554 | 2025-01-24T22:54:53.936Z | Downloaded backoff v0.4.0 |
555 | 2025-01-24T22:54:53.939Z | Downloaded humantime v2.1.0 |
556 | 2025-01-24T22:54:53.942Z | Downloaded httparse v1.9.5 |
557 | 2025-01-24T22:54:53.945Z | Downloaded is-terminal v0.4.13 |
558 | 2025-01-24T22:54:53.946Z | Downloaded cmake v0.1.51 |
559 | 2025-01-24T22:54:53.949Z | Downloaded ahash v0.8.11 |
560 | 2025-01-24T22:54:53.949Z | Downloaded internet-checksum v0.2.1 |
561 | 2025-01-24T22:54:53.953Z | Downloaded inout v0.1.3 |
562 | 2025-01-24T22:54:53.953Z | Downloaded indent_write v2.2.0 |
563 | 2025-01-24T22:54:53.957Z | Downloaded hubpack v0.1.2 |
564 | 2025-01-24T22:54:53.957Z | Downloaded ciborium v0.2.2 |
565 | 2025-01-24T22:54:53.960Z | Downloaded mirai-annotations v1.12.0 |
566 | 2025-01-24T22:54:53.960Z | Downloaded md5 v0.7.0 |
567 | 2025-01-24T22:54:53.960Z | Downloaded async-bb8-diesel v0.2.1 |
568 | 2025-01-24T22:54:53.962Z | Downloaded maybe-uninit v2.0.0 |
569 | 2025-01-24T22:54:53.962Z | Downloaded managed v0.8.0 |
570 | 2025-01-24T22:54:53.965Z | Downloaded lazy_static v1.5.0 |
571 | 2025-01-24T22:54:53.967Z | Downloaded lalrpop-util v0.19.12 |
572 | 2025-01-24T22:54:53.967Z | Downloaded impl-trait-for-tuples v0.2.2 |
573 | 2025-01-24T22:54:53.970Z | Downloaded instability v0.3.2 |
574 | 2025-01-24T22:54:53.972Z | Downloaded libsw v3.3.1 |
575 | 2025-01-24T22:54:53.974Z | Downloaded tinyvec_macros v0.1.1 |
576 | 2025-01-24T22:54:53.974Z | Downloaded keccak v0.1.5 |
577 | 2025-01-24T22:54:53.977Z | Downloaded heck v0.3.3 |
578 | 2025-01-24T22:54:53.977Z | Downloaded iana-time-zone v0.1.61 |
579 | 2025-01-24T22:54:53.980Z | Downloaded take_mut v0.2.2 |
580 | 2025-01-24T22:54:53.980Z | Downloaded rtoolbox v0.0.2 |
581 | 2025-01-24T22:54:53.983Z | Downloaded crc32fast v1.4.2 |
582 | 2025-01-24T22:54:53.985Z | Downloaded memoffset v0.9.1 |
583 | 2025-01-24T22:54:53.985Z | Downloaded hex-literal v0.4.1 |
584 | 2025-01-24T22:54:53.989Z | Downloaded crossbeam-utils v0.8.20 |
585 | 2025-01-24T22:54:53.992Z | Downloaded csv-core v0.1.11 |
586 | 2025-01-24T22:54:53.992Z | Downloaded mime v0.3.17 |
587 | 2025-01-24T22:54:53.994Z | Downloaded md-5 v0.10.6 |
588 | 2025-01-24T22:54:53.994Z | Downloaded bcs v0.1.6 |
589 | 2025-01-24T22:54:53.997Z | Downloaded const-oid v0.9.6 |
590 | 2025-01-24T22:54:54.000Z | Downloaded cookie v0.18.1 |
591 | 2025-01-24T22:54:54.002Z | Downloaded clang-sys v1.8.1 |
592 | 2025-01-24T22:54:54.005Z | Downloaded blake2 v0.10.6 |
593 | 2025-01-24T22:54:54.008Z | Downloaded normalize-line-endings v0.3.0 |
594 | 2025-01-24T22:54:54.008Z | Downloaded serde-hex v0.1.0 |
595 | 2025-01-24T22:54:54.011Z | Downloaded salsa20 v0.10.2 |
596 | 2025-01-24T22:54:54.011Z | Downloaded allocator-api2 v0.2.18 |
597 | 2025-01-24T22:54:54.017Z | Downloaded yoke-derive v0.7.4 |
598 | 2025-01-24T22:54:54.020Z | Downloaded jobserver v0.1.32 |
599 | 2025-01-24T22:54:54.020Z | Downloaded darling_macro v0.20.10 |
600 | 2025-01-24T22:54:54.020Z | Downloaded indoc v1.0.9 |
601 | 2025-01-24T22:54:54.022Z | Downloaded linear-map v1.2.0 |
602 | 2025-01-24T22:54:54.022Z | Downloaded libloading v0.8.5 |
603 | 2025-01-24T22:54:54.025Z | Downloaded rustc-hash v1.1.0 |
604 | 2025-01-24T22:54:54.027Z | Downloaded slog-bunyan v2.5.0 |
605 | 2025-01-24T22:54:54.030Z | Downloaded oso-derive v0.27.3 |
606 | 2025-01-24T22:54:54.030Z | Downloaded hickory-client v0.24.2 |
607 | 2025-01-24T22:54:54.033Z | Downloaded openssl-probe v0.1.5 |
608 | 2025-01-24T22:54:54.033Z | Downloaded shell-words v1.1.0 |
609 | 2025-01-24T22:54:54.036Z | Downloaded unicode-truncate v1.1.0 |
610 | 2025-01-24T22:54:54.038Z | Downloaded structmeta-derive v0.3.0 |
611 | 2025-01-24T22:54:54.038Z | Downloaded static_assertions v1.1.0 |
612 | 2025-01-24T22:54:54.041Z | Downloaded mime_guess v2.0.5 |
613 | 2025-01-24T22:54:54.041Z | Downloaded lock_api v0.4.12 |
614 | 2025-01-24T22:54:54.044Z | Downloaded path-slash v0.1.5 |
615 | 2025-01-24T22:54:54.046Z | Downloaded tokio-native-tls v0.3.1 |
616 | 2025-01-24T22:54:54.047Z | Downloaded litemap v0.7.3 |
617 | 2025-01-24T22:54:54.050Z | Downloaded multer v3.1.0 |
618 | 2025-01-24T22:54:54.053Z | Downloaded group v0.13.0 |
619 | 2025-01-24T22:54:54.053Z | Downloaded tls_codec v0.4.1 |
620 | 2025-01-24T22:54:54.055Z | Downloaded base64 v0.13.1 |
621 | 2025-01-24T22:54:54.058Z | Downloaded indexmap v1.9.3 |
622 | 2025-01-24T22:54:54.061Z | Downloaded futures-executor v0.3.31 |
623 | 2025-01-24T22:54:54.063Z | Downloaded peg-runtime v0.8.3 |
624 | 2025-01-24T22:54:54.066Z | Downloaded icu_provider v1.5.0 |
625 | 2025-01-24T22:54:54.068Z | Downloaded litrs v0.4.1 |
626 | 2025-01-24T22:54:54.071Z | Downloaded shlex v1.3.0 |
627 | 2025-01-24T22:54:54.073Z | Downloaded signature v2.2.0 |
628 | 2025-01-24T22:54:54.073Z | Downloaded serde_derive_internals v0.29.1 |
629 | 2025-01-24T22:54:54.076Z | Downloaded crossbeam-epoch v0.9.18 |
630 | 2025-01-24T22:54:54.080Z | Downloaded futures-core v0.3.31 |
631 | 2025-01-24T22:54:54.080Z | Downloaded pretty-hex v0.2.1 |
632 | 2025-01-24T22:54:54.084Z | Downloaded debug-ignore v1.0.5 |
633 | 2025-01-24T22:54:54.084Z | Downloaded slog-async v2.8.0 |
634 | 2025-01-24T22:54:54.087Z | Downloaded unarray v0.1.4 |
635 | 2025-01-24T22:54:54.087Z | Downloaded miniz_oxide v0.8.0 |
636 | 2025-01-24T22:54:54.089Z | Downloaded defmt-parser v0.3.4 |
637 | 2025-01-24T22:54:54.089Z | Downloaded either v1.13.0 |
638 | 2025-01-24T22:54:54.092Z | Downloaded defmt-macros v0.3.9 |
639 | 2025-01-24T22:54:54.094Z | Downloaded progenitor-macro v0.8.0 |
640 | 2025-01-24T22:54:54.094Z | Downloaded pin-utils v0.1.0 |
641 | 2025-01-24T22:54:54.097Z | Downloaded float-cmp v0.9.0 |
642 | 2025-01-24T22:54:54.097Z | Downloaded flagset v0.4.6 |
643 | 2025-01-24T22:54:54.100Z | Downloaded psl-types v2.0.11 |
644 | 2025-01-24T22:54:54.102Z | Downloaded nu-ansi-term v0.50.1 |
645 | 2025-01-24T22:54:54.102Z | Downloaded futures-channel v0.3.31 |
646 | 2025-01-24T22:54:54.105Z | Downloaded mockall_derive v0.13.0 |
647 | 2025-01-24T22:54:54.107Z | Downloaded globset v0.4.15 |
648 | 2025-01-24T22:54:54.110Z | Downloaded hmac v0.12.1 |
649 | 2025-01-24T22:54:54.112Z | Downloaded progenitor-macro v0.9.1 |
650 | 2025-01-24T22:54:54.112Z | Downloaded env_filter v0.1.2 |
651 | 2025-01-24T22:54:54.116Z | Downloaded diesel_table_macro_syntax v0.2.0 |
652 | 2025-01-24T22:54:54.116Z | Downloaded num-iter v0.1.45 |
653 | 2025-01-24T22:54:54.116Z | Downloaded glob v0.3.1 |
654 | 2025-01-24T22:54:54.119Z | Downloaded http v1.2.0 |
655 | 2025-01-24T22:54:54.122Z | Downloaded foldhash v0.1.3 |
656 | 2025-01-24T22:54:54.124Z | Downloaded time-macros v0.2.18 |
657 | 2025-01-24T22:54:54.127Z | Downloaded crypto-bigint v0.5.5 |
658 | 2025-01-24T22:54:54.132Z | Downloaded tabwriter v1.4.0 |
659 | 2025-01-24T22:54:54.135Z | Downloaded compact_str v0.8.0 |
660 | 2025-01-24T22:54:54.137Z | Downloaded owo-colors v4.1.0 |
661 | 2025-01-24T22:54:54.140Z | Downloaded pin-project-lite v0.2.14 |
662 | 2025-01-24T22:54:54.145Z | Downloaded phf_shared v0.10.0 |
663 | 2025-01-24T22:54:54.148Z | Downloaded foreign-types-shared v0.3.1 |
664 | 2025-01-24T22:54:54.148Z | Downloaded slog v2.7.0 |
665 | 2025-01-24T22:54:54.151Z | Downloaded num-conv v0.1.0 |
666 | 2025-01-24T22:54:54.154Z | Downloaded base64 v0.21.7 |
667 | 2025-01-24T22:54:54.156Z | Downloaded utf8_iter v1.0.4 |
668 | 2025-01-24T22:54:54.158Z | Downloaded rusty-fork v0.3.0 |
669 | 2025-01-24T22:54:54.161Z | Downloaded synstructure v0.13.1 |
670 | 2025-01-24T22:54:54.161Z | Downloaded smallvec v0.6.14 |
671 | 2025-01-24T22:54:54.165Z | Downloaded slog-stdlog v4.1.1 |
672 | 2025-01-24T22:54:54.166Z | Downloaded rustversion v1.0.17 |
673 | 2025-01-24T22:54:54.170Z | Downloaded utf16_iter v1.0.5 |
674 | 2025-01-24T22:54:54.170Z | Downloaded utf-8 v0.7.6 |
675 | 2025-01-24T22:54:54.170Z | Downloaded rcgen v0.12.1 |
676 | 2025-01-24T22:54:54.173Z | Downloaded strum v0.26.3 |
677 | 2025-01-24T22:54:54.173Z | Downloaded ena v0.14.3 |
678 | 2025-01-24T22:54:54.176Z | Downloaded embedded-io v0.6.1 |
679 | 2025-01-24T22:54:54.176Z | Downloaded tap v1.0.1 |
680 | 2025-01-24T22:54:54.179Z | Downloaded thiserror-impl-no-std v2.0.2 |
681 | 2025-01-24T22:54:54.179Z | Downloaded slog-scope v4.4.0 |
682 | 2025-01-24T22:54:54.181Z | Downloaded hash32 v0.2.1 |
683 | 2025-01-24T22:54:54.181Z | Downloaded embedded-io v0.4.0 |
684 | 2025-01-24T22:54:54.184Z | Downloaded untrusted v0.9.0 |
685 | 2025-01-24T22:54:54.186Z | Downloaded thread_local v1.1.8 |
686 | 2025-01-24T22:54:54.196Z | Downloaded phf_generator v0.11.2 |
687 | 2025-01-24T22:54:54.199Z | Downloaded phf_codegen v0.11.2 |
688 | 2025-01-24T22:54:54.199Z | Downloaded phf v0.11.2 |
689 | 2025-01-24T22:54:54.202Z | Downloaded num-derive v0.4.2 |
690 | 2025-01-24T22:54:54.202Z | Downloaded zone v0.1.8 |
691 | 2025-01-24T22:54:54.204Z | Downloaded pin-project v1.1.6 |
692 | 2025-01-24T22:54:54.214Z | Downloaded sqlparser_derive v0.2.2 |
693 | 2025-01-24T22:54:54.217Z | Downloaded ref-cast v1.0.23 |
694 | 2025-01-24T22:54:54.217Z | Downloaded fragile v2.0.0 |
695 | 2025-01-24T22:54:54.220Z | Downloaded time-core v0.1.2 |
696 | 2025-01-24T22:54:54.222Z | Downloaded endian-type v0.1.2 |
697 | 2025-01-24T22:54:54.222Z | Downloaded cc v1.1.30 |
698 | 2025-01-24T22:54:54.225Z | Downloaded progenitor v0.9.1 |
699 | 2025-01-24T22:54:54.229Z | Downloaded progenitor v0.8.0 |
700 | 2025-01-24T22:54:54.229Z | Downloaded pbkdf2 v0.12.2 |
701 | 2025-01-24T22:54:54.231Z | Downloaded scopeguard v1.2.0 |
702 | 2025-01-24T22:54:54.231Z | Downloaded ron v0.7.1 |
703 | 2025-01-24T22:54:54.236Z | Downloaded crossbeam-channel v0.5.13 |
704 | 2025-01-24T22:54:54.240Z | Downloaded progenitor-client v0.8.0 |
705 | 2025-01-24T22:54:54.243Z | Downloaded bumpalo v3.16.0 |
706 | 2025-01-24T22:54:54.245Z | Downloaded wyz v0.5.1 |
707 | 2025-01-24T22:54:54.246Z | Downloaded structmeta-derive v0.2.0 |
708 | 2025-01-24T22:54:54.249Z | Downloaded serde_plain v1.0.2 |
709 | 2025-01-24T22:54:54.249Z | Downloaded twox-hash v1.6.3 |
710 | 2025-01-24T22:54:54.252Z | Downloaded num-rational v0.4.2 |
711 | 2025-01-24T22:54:54.254Z | Downloaded openssl-sys v0.9.103 |
712 | 2025-01-24T22:54:54.257Z | Downloaded progenitor-impl v0.9.1 |
713 | 2025-01-24T22:54:54.260Z | Downloaded slog-json v2.6.1 |
714 | 2025-01-24T22:54:54.262Z | Downloaded serde_repr v0.1.19 |
715 | 2025-01-24T22:54:54.264Z | Downloaded unicode-bidi v0.3.17 |
716 | 2025-01-24T22:54:54.267Z | Downloaded xz2 v0.1.7 |
717 | 2025-01-24T22:54:54.270Z | Downloaded xattr v1.3.1 |
718 | 2025-01-24T22:54:54.270Z | Downloaded unicode-xid v0.2.6 |
719 | 2025-01-24T22:54:54.273Z | Downloaded enum-as-inner v0.6.1 |
720 | 2025-01-24T22:54:54.276Z | Downloaded tiny-keccak v2.0.2 |
721 | 2025-01-24T22:54:54.278Z | Downloaded tinystr v0.7.6 |
722 | 2025-01-24T22:54:54.278Z | Downloaded structmeta v0.3.0 |
723 | 2025-01-24T22:54:54.281Z | Downloaded display-error-chain v0.2.2 |
724 | 2025-01-24T22:54:54.281Z | Downloaded ron v0.8.1 |
725 | 2025-01-24T22:54:54.286Z | Downloaded waitgroup v0.1.2 |
726 | 2025-01-24T22:54:54.289Z | Downloaded funty v2.0.0 |
727 | 2025-01-24T22:54:54.289Z | Downloaded strum_macros v0.24.3 |
728 | 2025-01-24T22:54:54.291Z | Downloaded ed25519 v2.2.3 |
729 | 2025-01-24T22:54:54.294Z | Downloaded newtype-uuid v1.2.1 |
730 | 2025-01-24T22:54:54.296Z | Downloaded pem v3.0.4 |
731 | 2025-01-24T22:54:54.296Z | Downloaded num v0.4.3 |
732 | 2025-01-24T22:54:54.305Z | Downloaded nodrop v0.1.14 |
733 | 2025-01-24T22:54:54.308Z | Downloaded hash32 v0.3.1 |
734 | 2025-01-24T22:54:54.308Z | Downloaded half v2.4.1 |
735 | 2025-01-24T22:54:54.308Z | Downloaded headers-core v0.3.0 |
736 | 2025-01-24T22:54:54.311Z | Downloaded uuid v1.12.0 |
737 | 2025-01-24T22:54:54.313Z | Downloaded tokio-postgres v0.7.12 |
738 | 2025-01-24T22:54:54.321Z | Downloaded unsafe-libyaml v0.2.11 |
739 | 2025-01-24T22:54:54.325Z | Downloaded der v0.7.9 |
740 | 2025-01-24T22:54:54.333Z | Downloaded serde-big-array v0.5.1 |
741 | 2025-01-24T22:54:54.335Z | Downloaded dropshot_endpoint v0.15.1 |
742 | 2025-01-24T22:54:54.340Z | Downloaded ssh-encoding v0.2.0 |
743 | 2025-01-24T22:54:54.344Z | Downloaded ssh-cipher v0.2.0 |
744 | 2025-01-24T22:54:54.346Z | Downloaded signal-hook-registry v1.4.2 |
745 | 2025-01-24T22:54:54.346Z | Downloaded smf v0.2.3 |
746 | 2025-01-24T22:54:54.346Z | Downloaded write16 v1.0.0 |
747 | 2025-01-24T22:54:54.349Z | Downloaded derive_builder v0.20.2 |
748 | 2025-01-24T22:54:54.353Z | Downloaded progenitor-impl v0.8.0 |
749 | 2025-01-24T22:54:54.355Z | Downloaded vte_generate_state_changes v0.1.2 |
750 | 2025-01-24T22:54:54.358Z | Downloaded rustc_version v0.1.7 |
751 | 2025-01-24T22:54:54.358Z | Downloaded postcard v1.0.10 |
752 | 2025-01-24T22:54:54.360Z | Downloaded samael v0.0.17 |
753 | 2025-01-24T22:54:54.367Z | Downloaded try-lock v0.2.5 |
754 | 2025-01-24T22:54:54.369Z | Downloaded pkcs1 v0.7.5 |
755 | 2025-01-24T22:54:54.372Z | Downloaded num-traits v0.2.19 |
756 | 2025-01-24T22:54:54.374Z | Downloaded zerovec-derive v0.10.3 |
757 | 2025-01-24T22:54:54.377Z | Downloaded deranged v0.3.11 |
758 | 2025-01-24T22:54:54.379Z | Downloaded polyval v0.6.2 |
759 | 2025-01-24T22:54:54.382Z | Downloaded russh-keys v0.45.0 |
760 | 2025-01-24T22:54:54.384Z | Downloaded opaque-debug v0.3.1 |
761 | 2025-01-24T22:54:54.384Z | Downloaded tokio-stream v0.1.16 |
762 | 2025-01-24T22:54:54.389Z | Downloaded tokio-rustls v0.26.0 |
763 | 2025-01-24T22:54:54.392Z | Downloaded futures-task v0.3.31 |
764 | 2025-01-24T22:54:54.394Z | Downloaded itertools v0.12.1 |
765 | 2025-01-24T22:54:54.401Z | Downloaded libxml v0.3.3 |
766 | 2025-01-24T22:54:54.408Z | Downloaded libm v0.2.8 |
767 | 2025-01-24T22:54:54.417Z | Downloaded zone_cfg_derive v0.3.0 |
768 | 2025-01-24T22:54:54.420Z | Downloaded universal-hash v0.5.1 |
769 | 2025-01-24T22:54:54.420Z | Downloaded supports-color v3.0.1 |
770 | 2025-01-24T22:54:54.423Z | Downloaded float-ord v0.3.2 |
771 | 2025-01-24T22:54:54.423Z | Downloaded filetime v0.2.25 |
772 | 2025-01-24T22:54:54.426Z | Downloaded wait-timeout v0.2.0 |
773 | 2025-01-24T22:54:54.426Z | Downloaded thiserror v2.0.11 |
774 | 2025-01-24T22:54:54.430Z | Downloaded secrecy v0.8.0 |
775 | 2025-01-24T22:54:54.433Z | Downloaded tower-service v0.3.3 |
776 | 2025-01-24T22:54:54.435Z | Downloaded semver v0.1.20 |
777 | 2025-01-24T22:54:54.435Z | Downloaded rustc-hash v2.0.0 |
778 | 2025-01-24T22:54:54.438Z | Downloaded rayon-core v1.12.1 |
779 | 2025-01-24T22:54:54.441Z | Downloaded primeorder v0.13.6 |
780 | 2025-01-24T22:54:54.444Z | Downloaded fs_extra v1.3.0 |
781 | 2025-01-24T22:54:54.447Z | Downloaded toml v0.7.8 |
782 | 2025-01-24T22:54:54.450Z | Downloaded itertools v0.13.0 |
783 | 2025-01-24T22:54:54.457Z | Downloaded want v0.3.1 |
784 | 2025-01-24T22:54:54.459Z | Downloaded sigpipe v0.1.3 |
785 | 2025-01-24T22:54:54.459Z | Downloaded signal-hook-tokio v0.3.1 |
786 | 2025-01-24T22:54:54.462Z | Downloaded parse-size v1.1.0 |
787 | 2025-01-24T22:54:54.462Z | Downloaded reedline v0.35.0 |
788 | 2025-01-24T22:54:54.470Z | Downloaded dyn-clone v1.0.17 |
789 | 2025-01-24T22:54:54.472Z | Downloaded paste v1.0.15 |
790 | 2025-01-24T22:54:54.475Z | Downloaded stringprep v0.1.5 |
791 | 2025-01-24T22:54:54.478Z | Downloaded downcast v0.11.0 |
792 | 2025-01-24T22:54:54.478Z | Downloaded foreign-types-macros v0.2.3 |
793 | 2025-01-24T22:54:54.480Z | Downloaded whoami v1.5.2 |
794 | 2025-01-24T22:54:54.483Z | Downloaded rand_chacha v0.3.1 |
795 | 2025-01-24T22:54:54.483Z | Downloaded simd-adler32 v0.3.7 |
796 | 2025-01-24T22:54:54.485Z | Downloaded unicode_categories v0.1.1 |
797 | 2025-01-24T22:54:54.488Z | Downloaded tracing-core v0.1.32 |
798 | 2025-01-24T22:54:54.491Z | Downloaded number_prefix v0.4.0 |
799 | 2025-01-24T22:54:54.494Z | Downloaded num_threads v0.1.7 |
800 | 2025-01-24T22:54:54.494Z | Downloaded powerfmt v0.2.0 |
801 | 2025-01-24T22:54:54.498Z | Downloaded unicode-normalization v0.1.24 |
802 | 2025-01-24T22:54:54.501Z | Downloaded percent-encoding v2.3.1 |
803 | 2025-01-24T22:54:54.501Z | Downloaded spin v0.9.8 |
804 | 2025-01-24T22:54:54.504Z | Downloaded hyper v1.5.2 |
805 | 2025-01-24T22:54:54.509Z | Downloaded futures-sink v0.3.31 |
806 | 2025-01-24T22:54:54.511Z | Downloaded smallvec v1.13.2 |
807 | 2025-01-24T22:54:54.516Z | Downloaded foreign-types v0.3.2 |
808 | 2025-01-24T22:54:54.516Z | Downloaded nanorand v0.7.0 |
809 | 2025-01-24T22:54:54.520Z | Downloaded multimap v0.10.0 |
810 | 2025-01-24T22:54:54.520Z | Downloaded zip v2.1.3 |
811 | 2025-01-24T22:54:54.522Z | Downloaded slog-dtrace v0.3.0 |
812 | 2025-01-24T22:54:54.525Z | Downloaded term v0.7.0 |
813 | 2025-01-24T22:54:54.529Z | Downloaded dunce v1.0.5 |
814 | 2025-01-24T22:54:54.529Z | Downloaded scrypt v0.11.0 |
815 | 2025-01-24T22:54:54.531Z | Downloaded schemars_derive v0.8.21 |
816 | 2025-01-24T22:54:54.531Z | Downloaded rand_core v0.6.4 |
817 | 2025-01-24T22:54:54.534Z | Downloaded thiserror-impl v2.0.11 |
818 | 2025-01-24T22:54:54.536Z | Downloaded poly1305 v0.8.0 |
819 | 2025-01-24T22:54:54.539Z | Downloaded password-hash v0.5.0 |
820 | 2025-01-24T22:54:54.539Z | Downloaded sha1 v0.10.6 |
821 | 2025-01-24T22:54:54.541Z | Downloaded derive_more v0.99.18 |
822 | 2025-01-24T22:54:54.545Z | Downloaded foreign-types-shared v0.1.1 |
823 | 2025-01-24T22:54:54.547Z | Downloaded russh-cryptovec v0.7.3 |
824 | 2025-01-24T22:54:54.547Z | Downloaded rsa v0.9.6 |
825 | 2025-01-24T22:54:54.551Z | Downloaded zeroize v1.8.1 |
826 | 2025-01-24T22:54:54.553Z | Downloaded omicron-zone-package v0.12.0 |
827 | 2025-01-24T22:54:54.556Z | Downloaded peg-macros v0.8.4 |
828 | 2025-01-24T22:54:54.558Z | Downloaded parking_lot_core v0.9.10 |
829 | 2025-01-24T22:54:54.561Z | Downloaded fatfs v0.3.6 |
830 | 2025-01-24T22:54:54.563Z | Downloaded predicates-core v1.0.8 |
831 | 2025-01-24T22:54:54.566Z | Downloaded document-features v0.2.10 |
832 | 2025-01-24T22:54:54.566Z | Downloaded socket2 v0.5.7 |
833 | 2025-01-24T22:54:54.569Z | Downloaded tokio-util v0.7.12 |
834 | 2025-01-24T22:54:54.575Z | Downloaded openssl-macros v0.1.1 |
835 | 2025-01-24T22:54:54.577Z | Downloaded rustls-pemfile v1.0.4 |
836 | 2025-01-24T22:54:54.580Z | Downloaded ref-cast-impl v1.0.23 |
837 | 2025-01-24T22:54:54.580Z | Downloaded fallible-iterator v0.2.0 |
838 | 2025-01-24T22:54:54.583Z | Downloaded termtree v0.5.1 |
839 | 2025-01-24T22:54:54.583Z | Downloaded quick-error v1.2.3 |
840 | 2025-01-24T22:54:54.583Z | Downloaded snafu-derive v0.8.5 |
841 | 2025-01-24T22:54:54.586Z | Downloaded toolchain_find v0.4.0 |
842 | 2025-01-24T22:54:54.586Z | Downloaded parse-zoneinfo v0.3.1 |
843 | 2025-01-24T22:54:54.589Z | Downloaded flate2 v1.0.35 |
844 | 2025-01-24T22:54:54.594Z | Downloaded zerofrom v0.1.4 |
845 | 2025-01-24T22:54:54.596Z | Downloaded newline-converter v0.3.0 |
846 | 2025-01-24T22:54:54.596Z | Downloaded new_debug_unreachable v1.0.6 |
847 | 2025-01-24T22:54:54.600Z | Downloaded sec1 v0.7.3 |
848 | 2025-01-24T22:54:54.600Z | Downloaded foreign-types v0.5.0 |
849 | 2025-01-24T22:54:54.603Z | Downloaded zeroize_derive v1.4.2 |
850 | 2025-01-24T22:54:54.604Z | Downloaded rustc_version v0.4.1 |
851 | 2025-01-24T22:54:54.606Z | Downloaded password-hash v0.4.2 |
852 | 2025-01-24T22:54:54.607Z | Downloaded parking_lot_core v0.8.6 |
853 | 2025-01-24T22:54:54.609Z | Downloaded zopfli v0.8.1 |
854 | 2025-01-24T22:54:54.611Z | Downloaded vsss-rs v3.3.4 |
855 | 2025-01-24T22:54:54.614Z | Downloaded blake3 v1.5.4 |
856 | 2025-01-24T22:54:54.621Z | Downloaded termtree v0.4.1 |
857 | 2025-01-24T22:54:54.624Z | Downloaded precomputed-hash v0.1.1 |
858 | 2025-01-24T22:54:54.624Z | Downloaded futures-io v0.3.31 |
859 | 2025-01-24T22:54:54.627Z | Downloaded pkg-config v0.3.31 |
860 | 2025-01-24T22:54:54.627Z | Downloaded rustfmt-wrapper v0.2.1 |
861 | 2025-01-24T22:54:54.629Z | Downloaded aho-corasick v1.1.3 |
862 | 2025-01-24T22:54:54.633Z | Downloaded tui-tree-widget v0.22.0 |
863 | 2025-01-24T22:54:54.636Z | Downloaded packed_struct_codegen v0.10.1 |
864 | 2025-01-24T22:54:54.638Z | Downloaded rustls-pemfile v2.2.0 |
865 | 2025-01-24T22:54:54.642Z | Downloaded env_logger v0.10.2 |
866 | 2025-01-24T22:54:54.644Z | Downloaded writeable v0.5.5 |
867 | 2025-01-24T22:54:54.646Z | Downloaded env_logger v0.11.5 |
868 | 2025-01-24T22:54:54.649Z | Downloaded ecdsa v0.16.9 |
869 | 2025-01-24T22:54:54.649Z | Downloaded displaydoc v0.2.5 |
870 | 2025-01-24T22:54:54.652Z | Downloaded subtle v2.6.1 |
871 | 2025-01-24T22:54:54.654Z | Downloaded predicates-tree v1.0.11 |
872 | 2025-01-24T22:54:54.654Z | Downloaded hashbrown v0.12.3 |
873 | 2025-01-24T22:54:54.660Z | Downloaded sct v0.7.1 |
874 | 2025-01-24T22:54:54.662Z | Downloaded futures-macro v0.3.31 |
875 | 2025-01-24T22:54:54.665Z | Downloaded topological-sort v0.2.2 |
876 | 2025-01-24T22:54:54.667Z | Downloaded vte v0.11.1 |
877 | 2025-01-24T22:54:54.667Z | Downloaded packed_struct v0.10.1 |
878 | 2025-01-24T22:54:54.670Z | Downloaded parking_lot v0.12.3 |
879 | 2025-01-24T22:54:54.673Z | Downloaded rustc-demangle v0.1.24 |
880 | 2025-01-24T22:54:54.675Z | Downloaded which v4.4.2 |
881 | 2025-01-24T22:54:54.675Z | Downloaded pkcs8 v0.10.2 |
882 | 2025-01-24T22:54:54.678Z | Downloaded snafu v0.8.5 |
883 | 2025-01-24T22:54:54.684Z | Downloaded num_enum_derive v0.5.11 |
884 | 2025-01-24T22:54:54.687Z | Downloaded aws-lc-rs v1.10.0 |
885 | 2025-01-24T22:54:54.695Z | Downloaded zerofrom-derive v0.1.4 |
886 | 2025-01-24T22:54:54.697Z | Downloaded yasna v0.5.2 |
887 | 2025-01-24T22:54:54.700Z | Downloaded strum_macros v0.26.4 |
888 | 2025-01-24T22:54:54.700Z | Downloaded strum_macros v0.25.3 |
889 | 2025-01-24T22:54:54.702Z | Downloaded rustls-pki-types v1.10.0 |
890 | 2025-01-24T22:54:54.706Z | Downloaded num_enum v0.5.11 |
891 | 2025-01-24T22:54:54.710Z | Downloaded termios v0.3.3 |
892 | 2025-01-24T22:54:54.713Z | Downloaded quick-xml v0.33.0 |
893 | 2025-01-24T22:54:54.718Z | Downloaded rand_xorshift v0.3.0 |
894 | 2025-01-24T22:54:54.720Z | Downloaded icu_properties_data v1.5.0 |
895 | 2025-01-24T22:54:54.735Z | Downloaded tokio-rustls v0.25.0 |
896 | 2025-01-24T22:54:54.738Z | Downloaded quinn v0.11.5 |
897 | 2025-01-24T22:54:54.738Z | Downloaded rustls-webpki v0.101.7 |
898 | 2025-01-24T22:54:54.751Z | Downloaded subprocess v0.2.9 |
899 | 2025-01-24T22:54:54.753Z | Downloaded lalrpop v0.19.12 |
900 | 2025-01-24T22:54:54.765Z | Downloaded tungstenite v0.23.0 |
901 | 2025-01-24T22:54:54.771Z | Downloaded heapless v0.7.17 |
902 | 2025-01-24T22:54:54.773Z | Downloaded tungstenite v0.21.0 |
903 | 2025-01-24T22:54:54.777Z | Downloaded flume v0.11.1 |
904 | 2025-01-24T22:54:54.781Z | Downloaded rusqlite v0.32.1 |
905 | 2025-01-24T22:54:54.789Z | Downloaded prettyplease v0.2.25 |
906 | 2025-01-24T22:54:54.792Z | Downloaded qorb v0.2.1 |
907 | 2025-01-24T22:54:54.797Z | Downloaded expectorate v1.1.0 |
908 | 2025-01-24T22:54:54.800Z | Downloaded bitvec v1.0.1 |
909 | 2025-01-24T22:54:54.815Z | Downloaded num-bigint v0.4.6 |
910 | 2025-01-24T22:54:54.820Z | Downloaded zerocopy v0.8.10 |
911 | 2025-01-24T22:54:54.845Z | Downloaded reqwest v0.12.9 |
912 | 2025-01-24T22:54:54.853Z | Downloaded portable-atomic v1.9.0 |
913 | 2025-01-24T22:54:54.859Z | Downloaded typed-path v0.9.3 |
914 | 2025-01-24T22:54:54.865Z | Downloaded hashbrown v0.14.5 |
915 | 2025-01-24T22:54:54.871Z | Downloaded proptest v1.5.0 |
916 | 2025-01-24T22:54:54.882Z | Downloaded chrono v0.4.39 |
917 | 2025-01-24T22:54:54.890Z | Downloaded toml_edit v0.19.15 |
918 | 2025-01-24T22:54:54.905Z | Downloaded zerocopy-derive v0.8.10 |
919 | 2025-01-24T22:54:54.911Z | Downloaded rayon v1.10.0 |
920 | 2025-01-24T22:54:54.923Z | Downloaded tough v0.19.0 |
921 | 2025-01-24T22:54:54.930Z | Downloaded futures-util v0.3.31 |
922 | 2025-01-24T22:54:54.944Z | Downloaded rustls-webpki v0.102.8 |
923 | 2025-01-24T22:54:54.963Z | Downloaded p521 v0.13.3 |
924 | 2025-01-24T22:54:54.967Z | Downloaded quinn-proto v0.11.8 |
925 | 2025-01-24T22:54:54.974Z | Downloaded petname v2.0.2 |
926 | 2025-01-24T22:54:54.980Z | Downloaded rustls v0.21.12 |
927 | 2025-01-24T22:54:54.995Z | Downloaded gimli v0.31.1 |
928 | 2025-01-24T22:54:55.003Z | Downloaded nix v0.27.1 |
929 | 2025-01-24T22:54:55.016Z | Downloaded object v0.30.4 |
930 | 2025-01-24T22:54:55.028Z | Downloaded vcpkg v0.2.15 |
931 | 2025-01-24T22:54:55.068Z | Downloaded nix v0.28.0 |
932 | 2025-01-24T22:54:55.081Z | Downloaded regex v1.11.1 |
933 | 2025-01-24T22:54:55.096Z | Downloaded regress v0.9.1 |
934 | 2025-01-24T22:54:55.105Z | Downloaded regress v0.10.1 |
935 | 2025-01-24T22:54:55.116Z | Downloaded openssl v0.10.66 |
936 | 2025-01-24T22:54:55.128Z | Downloaded smoltcp v0.9.1 |
937 | 2025-01-24T22:54:55.140Z | Downloaded smoltcp v0.11.0 |
938 | 2025-01-24T22:54:55.155Z | Downloaded diesel v2.2.6 |
939 | 2025-01-24T22:54:55.175Z | Downloaded dropshot v0.12.0 |
940 | 2025-01-24T22:54:55.194Z | Downloaded polar-core v0.27.3 |
941 | 2025-01-24T22:54:55.204Z | Downloaded rustls v0.22.4 |
942 | 2025-01-24T22:54:55.219Z | Downloaded openapiv3 v2.0.0 |
943 | 2025-01-24T22:54:55.234Z | Downloaded regex-syntax v0.8.5 |
944 | 2025-01-24T22:54:55.241Z | Downloaded dropshot v0.15.1 |
945 | 2025-01-24T22:54:55.264Z | Downloaded typify-impl v0.3.0 |
946 | 2025-01-24T22:54:55.280Z | Downloaded bstr v1.10.0 |
947 | 2025-01-24T22:54:55.292Z | Downloaded sled v0.34.7 |
948 | 2025-01-24T22:54:55.302Z | Downloaded regex-syntax v0.6.29 |
949 | 2025-01-24T22:54:55.309Z | Downloaded zerocopy-derive v0.6.6 |
950 | 2025-01-24T22:54:55.321Z | Downloaded chrono-tz v0.10.1 |
951 | 2025-01-24T22:54:55.328Z | Downloaded typify-impl v0.2.0 |
952 | 2025-01-24T22:54:55.344Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
953 | 2025-01-24T22:54:55.356Z | Downloaded ratatui v0.28.1 |
954 | 2025-01-24T22:54:55.374Z | Downloaded regex-automata v0.4.8 |
955 | 2025-01-24T22:54:55.392Z | Downloaded rustls v0.23.19 |
956 | 2025-01-24T22:54:55.404Z | Downloaded webpki-roots v0.26.6 |
957 | 2025-01-24T22:54:55.408Z | Downloaded lzma-sys v0.1.20 |
958 | 2025-01-24T22:54:55.436Z | Downloaded p384 v0.13.0 |
959 | 2025-01-24T22:54:55.442Z | Downloaded object v0.36.5 |
960 | 2025-01-24T22:54:55.454Z | Downloaded libz-sys v1.1.20 |
961 | 2025-01-24T22:54:55.474Z | Downloaded petgraph v0.6.5 |
962 | 2025-01-24T22:54:55.491Z | Downloaded nix v0.29.0 |
963 | 2025-01-24T22:54:55.502Z | Downloaded curve25519-dalek v4.1.3 |
964 | 2025-01-24T22:54:55.511Z | Downloaded sqlparser v0.45.0 |
965 | 2025-01-24T22:54:55.517Z | Downloaded radix_trie v0.2.1 |
966 | 2025-01-24T22:54:55.522Z | Downloaded unicode-width v0.2.0 |
967 | 2025-01-24T22:54:55.529Z | Downloaded tokio v1.43.0 |
968 | 2025-01-24T22:54:55.566Z | Downloaded git2 v0.19.0 |
969 | 2025-01-24T22:54:55.574Z | Downloaded num-bigint-dig v0.8.4 |
970 | 2025-01-24T22:54:55.579Z | Downloaded p256 v0.13.2 |
971 | 2025-01-24T22:54:55.582Z | Downloaded zerovec v0.10.4 |
972 | 2025-01-24T22:54:55.587Z | Downloaded csv v1.3.0 |
973 | 2025-01-24T22:54:55.608Z | Downloaded bindgen v0.69.5 |
974 | 2025-01-24T22:54:55.615Z | Downloaded sha3 v0.10.8 |
975 | 2025-01-24T22:54:55.619Z | Downloaded tracing v0.1.40 |
976 | 2025-01-24T22:54:55.624Z | Downloaded ppv-lite86 v0.2.20 |
977 | 2025-01-24T22:54:55.626Z | Downloaded serde_yaml v0.9.34+deprecated |
978 | 2025-01-24T22:54:55.629Z | Downloaded futures v0.3.31 |
979 | 2025-01-24T22:54:55.633Z | Downloaded time v0.3.36 |
980 | 2025-01-24T22:54:55.639Z | Downloaded serde_with v3.11.0 |
981 | 2025-01-24T22:54:55.648Z | Downloaded nom v7.1.3 |
982 | 2025-01-24T22:54:55.653Z | Downloaded winnow v0.5.40 |
983 | 2025-01-24T22:54:55.661Z | Downloaded salty v0.3.0 |
984 | 2025-01-24T22:54:55.667Z | Downloaded tokio-rustls v0.24.1 |
985 | 2025-01-24T22:54:55.670Z | Downloaded native-tls v0.2.12 |
986 | 2025-01-24T22:54:55.672Z | Downloaded tinyvec v1.8.0 |
987 | 2025-01-24T22:54:55.675Z | Downloaded pkcs5 v0.7.1 |
988 | 2025-01-24T22:54:55.678Z | Downloaded parking_lot v0.11.2 |
989 | 2025-01-24T22:54:55.680Z | Downloaded hashbrown v0.13.2 |
990 | 2025-01-24T22:54:55.684Z | Downloaded schemars v0.8.21 |
991 | 2025-01-24T22:54:55.695Z | Downloaded russh v0.45.0 |
992 | 2025-01-24T22:54:55.701Z | Downloaded predicates v3.1.2 |
993 | 2025-01-24T22:54:55.703Z | Downloaded walkdir v2.5.0 |
994 | 2025-01-24T22:54:55.706Z | Downloaded typify v0.2.0 |
995 | 2025-01-24T22:54:55.709Z | Downloaded signal-hook v0.3.17 |
996 | 2025-01-24T22:54:55.712Z | Downloaded dropshot_endpoint v0.12.0 |
997 | 2025-01-24T22:54:55.715Z | Downloaded h2 v0.4.6 |
998 | 2025-01-24T22:54:55.719Z | Downloaded test-strategy v0.3.1 |
999 | 2025-01-24T22:54:55.722Z | Downloaded signal-hook-mio v0.2.4 |
1000 | 2025-01-24T22:54:55.725Z | Downloaded difflib v0.4.0 |
1001 | 2025-01-24T22:54:55.725Z | Downloaded dsl_auto_type v0.1.2 |
1002 | 2025-01-24T22:54:55.729Z | Downloaded rand v0.8.5 |
1003 | 2025-01-24T22:54:55.732Z | Downloaded headers v0.4.0 |
1004 | 2025-01-24T22:54:55.735Z | Downloaded encoding_rs v0.8.34 |
1005 | 2025-01-24T22:54:55.756Z | Downloaded serde_path_to_error v0.1.16 |
1006 | 2025-01-24T22:54:55.759Z | Downloaded vergen v8.3.2 |
1007 | 2025-01-24T22:54:55.761Z | Downloaded ssh-key v0.6.6 |
1008 | 2025-01-24T22:54:55.767Z | Downloaded publicsuffix v2.3.0 |
1009 | 2025-01-24T22:54:55.770Z | Downloaded x509-cert v0.2.5 |
1010 | 2025-01-24T22:54:55.774Z | Downloaded value-bag v1.9.0 |
1011 | 2025-01-24T22:54:55.778Z | Downloaded postgres-protocol v0.6.7 |
1012 | 2025-01-24T22:54:55.781Z | Downloaded quinn-udp v0.5.5 |
1013 | 2025-01-24T22:54:55.781Z | Downloaded hashlink v0.9.1 |
1014 | 2025-01-24T22:54:55.785Z | Downloaded des v0.8.1 |
1015 | 2025-01-24T22:54:55.787Z | Downloaded diff v0.1.13 |
1016 | 2025-01-24T22:54:55.788Z | Downloaded derive_builder_core v0.20.2 |
1017 | 2025-01-24T22:54:55.791Z | Downloaded derive-where v1.2.7 |
1018 | 2025-01-24T22:54:55.793Z | Downloaded fallible-iterator v0.3.0 |
1019 | 2025-01-24T22:54:55.793Z | Downloaded proc-macro-crate v1.3.1 |
1020 | 2025-01-24T22:54:55.796Z | Downloaded rustyline v14.0.0 |
1021 | 2025-01-24T22:54:55.799Z | Downloaded termcolor v1.4.1 |
1022 | 2025-01-24T22:54:55.802Z | Downloaded sync_wrapper v1.0.1 |
1023 | 2025-01-24T22:54:55.803Z | Downloaded scheduled-thread-pool v0.2.7 |
1024 | 2025-01-24T22:54:55.803Z | Downloaded olpc-cjson v0.1.4 |
1025 | 2025-01-24T22:54:55.805Z | Downloaded ff v0.13.0 |
1026 | 2025-01-24T22:54:55.805Z | Downloaded fd-lock v4.0.2 |
1027 | 2025-01-24T22:54:55.808Z | Downloaded unicode-segmentation v1.12.0 |
1028 | 2025-01-24T22:54:55.811Z | Downloaded crossterm v0.28.1 |
1029 | 2025-01-24T22:54:55.816Z | Downloaded r2d2 v0.8.10 |
1030 | 2025-01-24T22:54:55.819Z | Downloaded postgres-types v0.2.8 |
1031 | 2025-01-24T22:54:55.821Z | Downloaded peg v0.8.4 |
1032 | 2025-01-24T22:54:55.824Z | Downloaded zone_cfg_derive v0.1.2 |
1033 | 2025-01-24T22:54:55.824Z | Downloaded zone v0.3.0 |
1034 | 2025-01-24T22:54:55.827Z | Downloaded structmeta v0.2.0 |
1035 | 2025-01-24T22:54:55.827Z | Downloaded strip-ansi-escapes v0.2.0 |
1036 | 2025-01-24T22:54:55.827Z | Downloaded sqlformat v0.2.6 |
1037 | 2025-01-24T22:54:55.829Z | Downloaded spki v0.7.3 |
1038 | 2025-01-24T22:54:55.829Z | Downloaded pbkdf2 v0.11.0 |
1039 | 2025-01-24T22:54:55.832Z | Downloaded gethostname v0.5.0 |
1040 | 2025-01-24T22:54:55.835Z | Downloaded steno v0.4.1 |
1041 | 2025-01-24T22:54:55.837Z | Downloaded idna v1.0.3 |
1042 | 2025-01-24T22:54:55.840Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1043 | 2025-01-24T22:54:55.897Z | Downloaded url v2.5.3 |
1044 | 2025-01-24T22:54:55.900Z | Downloaded zip v0.6.6 |
1045 | 2025-01-24T22:54:55.902Z | Downloaded tungstenite v0.24.0 |
1046 | 2025-01-24T22:54:55.906Z | Downloaded ed25519-dalek v2.1.1 |
1047 | 2025-01-24T22:54:55.909Z | Downloaded darling_core v0.20.10 |
1048 | 2025-01-24T22:54:55.912Z | Downloaded pem-rfc7468 v0.7.0 |
1049 | 2025-01-24T22:54:55.917Z | Downloaded nibble_vec v0.1.0 |
1050 | 2025-01-24T22:54:55.919Z | Downloaded tracing-attributes v0.1.27 |
1051 | 2025-01-24T22:54:55.919Z | Downloaded elliptic-curve v0.13.8 |
1052 | 2025-01-24T22:54:55.922Z | Downloaded diesel_derives v2.2.3 |
1053 | 2025-01-24T22:54:55.925Z | Downloaded itertools v0.10.5 |
1054 | 2025-01-24T22:54:55.930Z | Downloaded aes-gcm v0.10.3 |
1055 | 2025-01-24T22:54:55.934Z | Downloaded fxhash v0.2.1 |
1056 | 2025-01-24T22:54:55.937Z | Downloaded tokio-tungstenite v0.21.0 |
1057 | 2025-01-24T22:54:55.937Z | Downloaded slog-envlogger v2.2.0 |
1058 | 2025-01-24T22:54:55.939Z | Downloaded minimal-lexical v0.2.1 |
1059 | 2025-01-24T22:54:55.943Z | Downloaded derive_builder_macro v0.20.2 |
1060 | 2025-01-24T22:54:55.946Z | Downloaded parse-display-derive v0.10.0 |
1061 | 2025-01-24T22:54:55.946Z | Downloaded parse-display v0.10.0 |
1062 | 2025-01-24T22:54:55.946Z | Downloaded serde_with_macros v3.11.0 |
1063 | 2025-01-24T22:54:55.948Z | Downloaded num-complex v0.4.6 |
1064 | 2025-01-24T22:54:55.948Z | Downloaded dirs-sys-next v0.1.2 |
1065 | 2025-01-24T22:54:55.951Z | Downloaded dirs-next v2.0.0 |
1066 | 2025-01-24T22:54:55.951Z | Downloaded typify-macro v0.3.0 |
1067 | 2025-01-24T22:54:55.953Z | Downloaded typify-macro v0.2.0 |
1068 | 2025-01-24T22:54:55.953Z | Downloaded typify v0.3.0 |
1069 | 2025-01-24T22:54:55.956Z | Downloaded mio v1.0.2 |
1070 | 2025-01-24T22:54:55.961Z | Downloaded thiserror-no-std v2.0.2 |
1071 | 2025-01-24T22:54:55.965Z | Downloaded num-integer v0.1.46 |
1072 | 2025-01-24T22:54:55.967Z | Downloaded getrandom v0.2.15 |
1073 | 2025-01-24T22:54:55.970Z | Downloaded tokio-tungstenite v0.24.0 |
1074 | 2025-01-24T22:54:55.974Z | Downloaded tokio-tungstenite v0.23.1 |
1075 | 2025-01-24T22:54:55.977Z | Downloaded ghash v0.5.1 |
1076 | 2025-01-24T22:54:55.977Z | Downloaded tar v0.4.42 |
1077 | 2025-01-24T22:54:55.981Z | Downloaded backtrace v0.3.74 |
1078 | 2025-01-24T22:54:55.983Z | Downloaded slog-term v2.9.1 |
1079 | 2025-01-24T22:54:55.986Z | Downloaded form_urlencoded v1.2.1 |
1080 | 2025-01-24T22:54:55.987Z | Downloaded diesel-dtrace v0.4.2 |
1081 | 2025-01-24T22:54:55.989Z | Downloaded uzers v0.12.1 |
1082 | 2025-01-24T22:54:55.989Z | Downloaded yoke v0.7.4 |
1083 | 2025-01-24T22:54:55.992Z | Downloaded similar v2.6.0 |
1084 | 2025-01-24T22:54:55.995Z | Downloaded oso v0.27.3 |
1085 | 2025-01-24T22:54:55.998Z | Downloaded unicode-properties v0.1.3 |
1086 | 2025-01-24T22:54:56.001Z | Downloaded untrusted v0.7.1 |
1087 | 2025-01-24T22:54:56.003Z | Downloaded const_format v0.2.33 |
1088 | 2025-01-24T22:54:56.006Z | Downloaded arc-swap v1.7.1 |
1089 | 2025-01-24T22:54:56.009Z | Downloaded pin-project-internal v1.1.6 |
1090 | 2025-01-24T22:54:56.012Z | Downloaded unicase v2.7.0 |
1091 | 2025-01-24T22:54:56.012Z | Downloaded zerocopy v0.6.6 |
1092 | 2025-01-24T22:54:56.014Z | Downloaded aes v0.8.4 |
1093 | 2025-01-24T22:54:56.017Z | Downloaded string_cache v0.8.7 |
1094 | 2025-01-24T22:54:56.020Z | Downloaded stable_deref_trait v1.2.0 |
1095 | 2025-01-24T22:54:56.020Z | Downloaded serde_urlencoded v0.7.1 |
1096 | 2025-01-24T22:54:56.022Z | Downloaded same-file v1.0.6 |
1097 | 2025-01-24T22:54:56.022Z | Downloaded resolv-conf v0.7.0 |
1098 | 2025-01-24T22:54:56.029Z | Downloaded indicatif v0.17.9 |
1099 | 2025-01-24T22:54:56.032Z | Downloaded chacha20poly1305 v0.10.1 |
1100 | 2025-01-24T22:54:56.032Z | Downloaded base64 v0.22.1 |
1101 | 2025-01-24T22:54:56.035Z | Downloaded bytes v1.9.0 |
1102 | 2025-01-24T22:54:56.039Z | Downloaded rpassword v7.3.1 |
1103 | 2025-01-24T22:54:56.041Z | Downloaded rfc6979 v0.4.0 |
1104 | 2025-01-24T22:54:56.041Z | Downloaded der_derive v0.7.3 |
1105 | 2025-01-24T22:54:56.045Z | Downloaded defmt v0.3.8 |
1106 | 2025-01-24T22:54:56.049Z | Downloaded data-encoding v2.6.0 |
1107 | 2025-01-24T22:54:56.049Z | Downloaded fixedbitset v0.4.2 |
1108 | 2025-01-24T22:54:56.052Z | Downloaded fallible-streaming-iterator v0.1.9 |
1109 | 2025-01-24T22:54:56.052Z | Downloaded tls_codec_derive v0.4.1 |
1110 | 2025-01-24T22:54:56.052Z | Downloaded phf_shared v0.11.2 |
1111 | 2025-01-24T22:54:56.052Z | Downloaded slab v0.4.9 |
1112 | 2025-01-24T22:54:56.055Z | Downloaded tokio-macros v2.5.0 |
1113 | 2025-01-24T22:54:56.055Z | Downloaded memmap2 v0.9.5 |
1114 | 2025-01-24T22:54:56.055Z | Downloaded siphasher v0.3.11 |
1115 | 2025-01-24T22:54:56.058Z | Downloaded console v0.15.8 |
1116 | 2025-01-24T22:54:56.061Z | Downloaded icu_normalizer_data v1.5.0 |
1117 | 2025-01-24T22:54:56.061Z | Downloaded icu_normalizer v1.5.0 |
1118 | 2025-01-24T22:54:56.064Z | Downloaded newtype_derive v0.1.6 |
1119 | 2025-01-24T22:54:56.066Z | Downloaded radium v0.7.0 |
1120 | 2025-01-24T22:54:56.066Z | Downloaded mockall v0.13.0 |
1121 | 2025-01-24T22:54:56.069Z | Downloaded maplit v1.0.2 |
1122 | 2025-01-24T22:54:56.069Z | Downloaded lru v0.12.5 |
1123 | 2025-01-24T22:54:56.071Z | Downloaded lockfree-object-pool v0.1.6 |
1124 | 2025-01-24T22:54:56.074Z | Downloaded linked-hash-map v0.5.6 |
1125 | 2025-01-24T22:54:56.074Z | Downloaded hostname v0.3.1 |
1126 | 2025-01-24T22:54:56.076Z | Downloaded match_cfg v0.1.0 |
1127 | 2025-01-24T22:54:56.076Z | Downloaded ipnet v2.10.1 |
1128 | 2025-01-24T22:54:56.079Z | Downloaded hyper-tls v0.6.0 |
1129 | 2025-01-24T22:54:56.079Z | Downloaded crc-any v2.5.0 |
1130 | 2025-01-24T22:54:56.081Z | Downloaded bzip2 v0.4.4 |
1131 | 2025-01-24T22:54:56.084Z | Downloaded sync-ptr v0.1.1 |
1132 | 2025-01-24T22:54:56.084Z | Downloaded hex v0.4.3 |
1133 | 2025-01-24T22:54:56.084Z | Downloaded libefi-sys v0.1.0 |
1134 | 2025-01-24T22:54:56.087Z | Downloaded lazycell v1.3.0 |
1135 | 2025-01-24T22:54:56.087Z | Downloaded kstat-rs v0.2.4 |
1136 | 2025-01-24T22:54:56.090Z | Downloaded ipnetwork v0.20.0 |
1137 | 2025-01-24T22:54:56.090Z | Downloaded idna_adapter v1.2.0 |
1138 | 2025-01-24T22:54:56.093Z | Downloaded crossbeam-deque v0.8.5 |
1139 | 2025-01-24T22:54:56.093Z | Downloaded lru-cache v0.1.2 |
1140 | 2025-01-24T22:54:56.093Z | Downloaded base64ct v1.6.0 |
1141 | 2025-01-24T22:54:56.097Z | Downloaded argon2 v0.5.3 |
1142 | 2025-01-24T22:54:56.097Z | Downloaded icu_locid v1.5.0 |
1143 | 2025-01-24T22:54:56.101Z | Downloaded hyper-staticfile v0.10.1 |
1144 | 2025-01-24T22:54:56.103Z | Downloaded hyper-rustls v0.27.3 |
1145 | 2025-01-24T22:54:56.106Z | Downloaded httpdate v1.0.3 |
1146 | 2025-01-24T22:54:56.108Z | Downloaded crc v3.2.1 |
1147 | 2025-01-24T22:54:56.110Z | Downloaded cobs v0.2.3 |
1148 | 2025-01-24T22:54:56.111Z | Downloaded base16ct v0.2.0 |
1149 | 2025-01-24T22:54:56.114Z | Downloaded atomic-waker v1.1.2 |
1150 | 2025-01-24T22:54:56.114Z | Downloaded ctr v0.9.2 |
1151 | 2025-01-24T22:54:56.118Z | Downloaded home v0.5.9 |
1152 | 2025-01-24T22:54:56.118Z | Downloaded hkdf v0.12.4 |
1153 | 2025-01-24T22:54:56.121Z | Downloaded chacha20 v0.9.1 |
1154 | 2025-01-24T22:54:56.121Z | Downloaded arrayvec v0.7.6 |
1155 | 2025-01-24T22:54:56.124Z | Downloaded bitfield v0.14.0 |
1156 | 2025-01-24T22:54:56.124Z | Downloaded bit-vec v0.6.3 |
1157 | 2025-01-24T22:54:56.126Z | Downloaded async-stream v0.3.6 |
1158 | 2025-01-24T22:54:56.196Z | Downloaded ring v0.17.8 |
1159 | 2025-01-24T22:54:56.301Z | Downloaded libsqlite3-sys v0.30.1 |
1160 | 2025-01-24T22:54:56.544Z | Downloaded aws-lc-sys v0.22.0 |
1161 | 2025-01-24T22:54:56.844Z | Compiling serde v1.0.217 |
1162 | 2025-01-24T22:54:56.847Z | Compiling lock_api v0.4.12 |
1163 | 2025-01-24T22:54:56.847Z | Compiling scopeguard v1.2.0 |
1164 | 2025-01-24T22:54:56.847Z | Compiling value-bag v1.9.0 |
1165 | 2025-01-24T22:54:56.847Z | Compiling typenum v1.17.0 |
1166 | 2025-01-24T22:54:56.999Z | Compiling generic-array v0.14.7 |
1167 | 2025-01-24T22:54:57.041Z | Compiling syn v2.0.96 |
1168 | 2025-01-24T22:54:57.054Z | Compiling getrandom v0.2.15 |
1169 | 2025-01-24T22:54:57.163Z | Compiling shlex v1.3.0 |
1170 | 2025-01-24T22:54:57.381Z | Compiling rand_core v0.6.4 |
1171 | 2025-01-24T22:54:57.439Z | Compiling log v0.4.22 |
1172 | 2025-01-24T22:54:57.534Z | Compiling subtle v2.6.1 |
1173 | 2025-01-24T22:54:57.559Z | Compiling jobserver v0.1.32 |
1174 | 2025-01-24T22:54:57.581Z | Compiling smallvec v1.13.2 |
1175 | 2025-01-24T22:54:57.821Z | Compiling const-oid v0.9.6 |
1176 | 2025-01-24T22:54:57.861Z | Compiling spin v0.9.8 |
1177 | 2025-01-24T22:54:57.882Z | Compiling pin-project-lite v0.2.14 |
1178 | 2025-01-24T22:54:57.951Z | Compiling cc v1.1.30 |
1179 | 2025-01-24T22:54:58.012Z | Compiling rustix v0.38.37 |
1180 | 2025-01-24T22:54:58.160Z | Compiling parking_lot_core v0.9.10 |
1181 | 2025-01-24T22:54:58.210Z | Compiling futures-core v0.3.31 |
1182 | 2025-01-24T22:54:58.379Z | Compiling signal-hook-registry v1.4.2 |
1183 | 2025-01-24T22:54:58.465Z | Compiling mio v1.0.2 |
1184 | 2025-01-24T22:54:58.788Z | Compiling aho-corasick v1.1.3 |
1185 | 2025-01-24T22:54:59.092Z | Compiling parking_lot v0.12.3 |
1186 | 2025-01-24T22:54:59.111Z | Compiling regex-syntax v0.8.5 |
1187 | 2025-01-24T22:54:59.234Z | Compiling stable_deref_trait v1.2.0 |
1188 | 2025-01-24T22:54:59.492Z | Compiling cpufeatures v0.2.14 |
1189 | 2025-01-24T22:54:59.551Z | Compiling lazy_static v1.5.0 |
1190 | 2025-01-24T22:54:59.829Z | Compiling glob v0.3.1 |
1191 | 2025-01-24T22:54:59.835Z | Compiling either v1.13.0 |
1192 | 2025-01-24T22:55:00.068Z | Compiling futures-sink v0.3.31 |
1193 | 2025-01-24T22:55:00.110Z | Compiling socket2 v0.5.7 |
1194 | 2025-01-24T22:55:00.131Z | Compiling slab v0.4.9 |
1195 | 2025-01-24T22:55:00.272Z | Compiling prettyplease v0.2.25 |
1196 | 2025-01-24T22:55:00.494Z | Compiling clang-sys v1.8.1 |
1197 | 2025-01-24T22:55:00.603Z | Compiling serde_json v1.0.135 |
1198 | 2025-01-24T22:55:00.627Z | Compiling minimal-lexical v0.2.1 |
1199 | 2025-01-24T22:55:01.053Z | Compiling nom v7.1.3 |
1200 | 2025-01-24T22:55:01.131Z | Compiling libloading v0.8.5 |
1201 | 2025-01-24T22:55:01.208Z | Compiling bindgen v0.69.5 |
1202 | 2025-01-24T22:55:01.239Z | Compiling home v0.5.9 |
1203 | 2025-01-24T22:55:01.504Z | Compiling futures-channel v0.3.31 |
1204 | 2025-01-24T22:55:01.855Z | Compiling itertools v0.10.5 |
1205 | 2025-01-24T22:55:01.947Z | Compiling futures-task v0.3.31 |
1206 | 2025-01-24T22:55:02.096Z | Compiling foldhash v0.1.3 |
1207 | 2025-01-24T22:55:02.238Z | Compiling pin-utils v0.1.0 |
1208 | 2025-01-24T22:55:02.348Z | Compiling libm v0.2.8 |
1209 | 2025-01-24T22:55:02.422Z | Compiling futures-io v0.3.31 |
1210 | 2025-01-24T22:55:02.700Z | Compiling lazycell v1.3.0 |
1211 | 2025-01-24T22:55:02.725Z | Compiling allocator-api2 v0.2.18 |
1212 | 2025-01-24T22:55:02.877Z | Compiling regex-automata v0.4.8 |
1213 | 2025-01-24T22:55:03.490Z | Compiling rustc-hash v1.1.0 |
1214 | 2025-01-24T22:55:03.649Z | Compiling hashbrown v0.15.1 |
1215 | 2025-01-24T22:55:03.808Z | Compiling cmake v0.1.51 |
1216 | 2025-01-24T22:55:04.399Z | Compiling cexpr v0.6.0 |
1217 | 2025-01-24T22:55:04.419Z | Compiling num-traits v0.2.19 |
1218 | 2025-01-24T22:55:04.713Z | Compiling synstructure v0.13.1 |
1219 | 2025-01-24T22:55:04.821Z | Compiling dunce v1.0.5 |
1220 | 2025-01-24T22:55:04.967Z | Compiling pkg-config v0.3.31 |
1221 | 2025-01-24T22:55:05.386Z | Compiling fs_extra v1.3.0 |
1222 | 2025-01-24T22:55:06.143Z | Compiling litemap v0.7.3 |
1223 | 2025-01-24T22:55:06.146Z | Compiling writeable v0.5.5 |
1224 | 2025-01-24T22:55:06.313Z | Compiling ring v0.17.8 |
1225 | 2025-01-24T22:55:06.510Z | Compiling base64ct v1.6.0 |
1226 | 2025-01-24T22:55:06.715Z | Compiling paste v1.0.15 |
1227 | 2025-01-24T22:55:07.279Z | Compiling pem-rfc7468 v0.7.0 |
1228 | 2025-01-24T22:55:07.398Z | Compiling icu_locid_transform_data v1.5.0 |
1229 | 2025-01-24T22:55:07.422Z | Compiling aws-lc-rs v1.10.0 |
1230 | 2025-01-24T22:55:07.508Z | Compiling flagset v0.4.6 |
1231 | 2025-01-24T22:55:07.740Z | Compiling httparse v1.9.5 |
1232 | 2025-01-24T22:55:07.847Z | Compiling tracing-core v0.1.32 |
1233 | 2025-01-24T22:55:08.406Z | Compiling regex v1.11.1 |
1234 | 2025-01-24T22:55:08.709Z | Compiling rustls-pki-types v1.10.0 |
1235 | 2025-01-24T22:55:08.805Z | Compiling icu_properties_data v1.5.0 |
1236 | 2025-01-24T22:55:08.955Z | Compiling crossbeam-utils v0.8.20 |
1237 | 2025-01-24T22:55:09.007Z | Compiling percent-encoding v2.3.1 |
1238 | 2025-01-24T22:55:09.312Z | Compiling untrusted v0.7.1 |
1239 | 2025-01-24T22:55:09.506Z | Compiling mirai-annotations v1.12.0 |
1240 | 2025-01-24T22:55:09.525Z | Compiling num-conv v0.1.0 |
1241 | 2025-01-24T22:55:09.666Z | Compiling write16 v1.0.0 |
1242 | 2025-01-24T22:55:09.685Z | Compiling time-core v0.1.2 |
1243 | 2025-01-24T22:55:09.793Z | Compiling utf16_iter v1.0.5 |
1244 | 2025-01-24T22:55:09.814Z | Compiling icu_normalizer_data v1.5.0 |
1245 | 2025-01-24T22:55:09.857Z | Compiling vcpkg v0.2.15 |
1246 | 2025-01-24T22:55:09.915Z | Compiling powerfmt v0.2.0 |
1247 | 2025-01-24T22:55:09.954Z | Compiling untrusted v0.9.0 |
1248 | 2025-01-24T22:55:09.991Z | Compiling utf8_iter v1.0.4 |
1249 | 2025-01-24T22:55:10.052Z | Compiling serde_derive v1.0.217 |
1250 | 2025-01-24T22:55:10.121Z | Compiling zeroize_derive v1.4.2 |
1251 | 2025-01-24T22:55:10.227Z | Compiling zerocopy-derive v0.7.35 |
1252 | 2025-01-24T22:55:10.268Z | Compiling zerofrom-derive v0.1.4 |
1253 | 2025-01-24T22:55:11.503Z | Compiling zeroize v1.8.1 |
1254 | 2025-01-24T22:55:11.633Z | Compiling tokio-macros v2.5.0 |
1255 | 2025-01-24T22:55:11.936Z | Compiling yoke-derive v0.7.4 |
1256 | 2025-01-24T22:55:12.108Z | Compiling zerocopy v0.7.35 |
1257 | 2025-01-24T22:55:13.054Z | Compiling crypto-common v0.1.6 |
1258 | 2025-01-24T22:55:13.124Z | Compiling block-buffer v0.10.4 |
1259 | 2025-01-24T22:55:13.297Z | Compiling zerovec-derive v0.10.3 |
1260 | 2025-01-24T22:55:13.320Z | Compiling thiserror-impl v1.0.69 |
1261 | 2025-01-24T22:55:13.407Z | Compiling digest v0.10.7 |
1262 | 2025-01-24T22:55:13.613Z | Compiling zerofrom v0.1.4 |
1263 | 2025-01-24T22:55:13.770Z | Compiling displaydoc v0.2.5 |
1264 | 2025-01-24T22:55:13.838Z | Compiling hmac v0.12.1 |
1265 | 2025-01-24T22:55:13.887Z | Compiling futures-macro v0.3.31 |
1266 | 2025-01-24T22:55:14.091Z | Compiling block-padding v0.3.3 |
1267 | 2025-01-24T22:55:14.394Z | Compiling inout v0.1.3 |
1268 | 2025-01-24T22:55:14.532Z | Compiling yoke v0.7.4 |
1269 | 2025-01-24T22:55:14.663Z | Compiling cipher v0.4.4 |
1270 | 2025-01-24T22:55:14.899Z | Compiling sha2 v0.10.8 |
1271 | 2025-01-24T22:55:15.165Z | Compiling icu_provider_macros v1.5.0 |
1272 | 2025-01-24T22:55:15.281Z | Compiling ppv-lite86 v0.2.20 |
1273 | 2025-01-24T22:55:15.670Z | Compiling futures-util v0.3.31 |
1274 | 2025-01-24T22:55:15.723Z | Compiling zerovec v0.10.4 |
1275 | 2025-01-24T22:55:16.006Z | Compiling der_derive v0.7.3 |
1276 | 2025-01-24T22:55:16.173Z | Compiling rand_chacha v0.3.1 |
1277 | 2025-01-24T22:55:16.202Z | Compiling thiserror v1.0.69 |
1278 | 2025-01-24T22:55:16.359Z | Compiling tracing-attributes v0.1.27 |
1279 | 2025-01-24T22:55:17.086Z | Compiling rand v0.8.5 |
1280 | 2025-01-24T22:55:17.678Z | Compiling tinystr v0.7.6 |
1281 | 2025-01-24T22:55:18.042Z | Compiling icu_locid v1.5.0 |
1282 | 2025-01-24T22:55:18.166Z | Compiling der v0.7.9 |
1283 | 2025-01-24T22:55:18.325Z | Compiling icu_collections v1.5.0 |
1284 | 2025-01-24T22:55:18.481Z | Compiling pest v2.7.14 |
1285 | 2025-01-24T22:55:19.054Z | Compiling salsa20 v0.10.2 |
1286 | 2025-01-24T22:55:19.293Z | Compiling icu_provider v1.5.0 |
1287 | 2025-01-24T22:55:19.666Z | Compiling tracing v0.1.40 |
1288 | 2025-01-24T22:55:19.712Z | Compiling pbkdf2 v0.12.2 |
1289 | 2025-01-24T22:55:19.897Z | Compiling scrypt v0.11.0 |
1290 | 2025-01-24T22:55:20.115Z | Compiling icu_locid_transform v1.5.0 |
1291 | 2025-01-24T22:55:20.170Z | Compiling spki v0.7.3 |
1292 | 2025-01-24T22:55:20.404Z | Compiling aes v0.8.4 |
1293 | 2025-01-24T22:55:20.545Z | Compiling cbc v0.1.2 |
1294 | 2025-01-24T22:55:20.783Z | Compiling openssl-sys v0.9.103 |
1295 | 2025-01-24T22:55:20.805Z | Compiling deranged v0.3.11 |
1296 | 2025-01-24T22:55:21.197Z | Compiling pest_meta v2.7.14 |
1297 | 2025-01-24T22:55:21.605Z | Compiling icu_properties v1.5.1 |
1298 | 2025-01-24T22:55:21.806Z | Compiling scroll_derive v0.12.0 |
1299 | 2025-01-24T22:55:22.216Z | Compiling time-macros v0.2.18 |
1300 | 2025-01-24T22:55:22.497Z | Compiling bitflags v2.6.0 |
1301 | 2025-01-24T22:55:22.812Z | Compiling bytes v1.9.0 |
1302 | 2025-01-24T22:55:23.233Z | Compiling indexmap v2.7.0 |
1303 | 2025-01-24T22:55:23.735Z | Compiling tokio v1.43.0 |
1304 | 2025-01-24T22:55:24.049Z | Compiling http v1.2.0 |
1305 | 2025-01-24T22:55:24.596Z | Compiling semver v1.0.24 |
1306 | 2025-01-24T22:55:25.269Z | Compiling icu_normalizer v1.5.0 |
1307 | 2025-01-24T22:55:25.319Z | Compiling rustc_version v0.4.1 |
1308 | 2025-01-24T22:55:25.985Z | Compiling atomic-waker v1.1.2 |
1309 | 2025-01-24T22:55:26.030Z | Compiling tinyvec_macros v0.1.1 |
1310 | 2025-01-24T22:55:26.138Z | Compiling num_threads v0.1.7 |
1311 | 2025-01-24T22:55:26.186Z | Compiling idna_adapter v1.2.0 |
1312 | 2025-01-24T22:55:26.210Z | Compiling tinyvec v1.8.0 |
1313 | 2025-01-24T22:55:26.270Z | Compiling time v0.3.36 |
1314 | 2025-01-24T22:55:26.305Z | Compiling http-body v1.0.1 |
1315 | 2025-01-24T22:55:26.422Z | Compiling scroll v0.12.0 |
1316 | 2025-01-24T22:55:26.542Z | Compiling which v4.4.2 |
1317 | 2025-01-24T22:55:26.781Z | Compiling pest_generator v2.7.14 |
1318 | 2025-01-24T22:55:27.057Z | Compiling pkcs5 v0.7.1 |
1319 | 2025-01-24T22:55:27.287Z | Compiling form_urlencoded v1.2.1 |
1320 | 2025-01-24T22:55:27.606Z | Compiling slog v2.7.0 |
1321 | 2025-01-24T22:55:27.647Z | Compiling try-lock v0.2.5 |
1322 | 2025-01-24T22:55:27.678Z | Compiling goblin v0.8.2 |
1323 | 2025-01-24T22:55:27.795Z | Compiling want v0.3.1 |
1324 | 2025-01-24T22:55:28.079Z | Compiling pkcs8 v0.10.2 |
1325 | 2025-01-24T22:55:28.128Z | Compiling idna v1.0.3 |
1326 | 2025-01-24T22:55:28.168Z | Compiling uuid v1.12.0 |
1327 | 2025-01-24T22:55:28.610Z | Compiling pest_derive v2.7.14 |
1328 | 2025-01-24T22:55:28.701Z | Compiling httpdate v1.0.3 |
1329 | 2025-01-24T22:55:29.130Z | Compiling iana-time-zone v0.1.61 |
1330 | 2025-01-24T22:55:29.379Z | Compiling dtrace-parser v0.2.0 |
1331 | 2025-01-24T22:55:29.572Z | Compiling chrono v0.4.39 |
1332 | 2025-01-24T22:55:29.761Z | Compiling toml_datetime v0.6.8 |
1333 | 2025-01-24T22:55:30.230Z | Compiling serde_tokenstream v0.2.2 |
1334 | 2025-01-24T22:55:30.452Z | Compiling serde_spanned v0.6.8 |
1335 | 2025-01-24T22:55:30.683Z | Compiling foreign-types-shared v0.1.1 |
1336 | 2025-01-24T22:55:30.797Z | Compiling match_cfg v0.1.0 |
1337 | 2025-01-24T22:55:30.816Z | Compiling adler2 v2.0.0 |
1338 | 2025-01-24T22:55:30.904Z | Compiling tower-service v0.3.3 |
1339 | 2025-01-24T22:55:30.927Z | Compiling base64 v0.22.1 |
1340 | 2025-01-24T22:55:31.027Z | Compiling openssl v0.10.66 |
1341 | 2025-01-24T22:55:31.048Z | Compiling rustversion v1.0.17 |
1342 | 2025-01-24T22:55:31.289Z | Compiling miniz_oxide v0.8.0 |
1343 | 2025-01-24T22:55:31.453Z | Compiling hostname v0.3.1 |
1344 | 2025-01-24T22:55:31.624Z | Compiling foreign-types v0.3.2 |
1345 | 2025-01-24T22:55:31.666Z | Compiling tokio-util v0.7.12 |
1346 | 2025-01-24T22:55:31.735Z | Compiling url v2.5.3 |
1347 | 2025-01-24T22:55:32.690Z | Compiling h2 v0.4.6 |
1348 | 2025-01-24T22:55:32.867Z | Compiling openssl-macros v0.1.1 |
1349 | 2025-01-24T22:55:32.887Z | Compiling async-trait v0.1.83 |
1350 | 2025-01-24T22:55:33.004Z | Compiling serde_derive_internals v0.29.1 |
1351 | 2025-01-24T22:55:33.547Z | Compiling dof v0.3.0 |
1352 | 2025-01-24T22:55:33.597Z | Compiling dirs-sys-next v0.1.2 |
1353 | 2025-01-24T22:55:34.131Z | Compiling rustls v0.22.4 |
1354 | 2025-01-24T22:55:34.445Z | Compiling usdt-impl v0.5.0 |
1355 | 2025-01-24T22:55:35.230Z | Compiling syn v1.0.109 |
1356 | 2025-01-24T22:55:35.418Z | Compiling data-encoding v2.6.0 |
1357 | 2025-01-24T22:55:35.449Z | Compiling native-tls v0.2.12 |
1358 | 2025-01-24T22:55:35.773Z | Compiling siphasher v0.3.11 |
1359 | 2025-01-24T22:55:35.793Z | Compiling rustls v0.23.19 |
1360 | 2025-01-24T22:55:35.814Z | Compiling schemars v0.8.21 |
1361 | 2025-01-24T22:55:36.163Z | Compiling schemars_derive v0.8.21 |
1362 | 2025-01-24T22:55:36.230Z | Compiling dirs-next v2.0.0 |
1363 | 2025-01-24T22:55:37.095Z | Compiling unicode-normalization v0.1.24 |
1364 | 2025-01-24T22:55:37.197Z | Compiling http-body-util v0.1.2 |
1365 | 2025-01-24T22:55:37.452Z | Compiling crossbeam-epoch v0.9.18 |
1366 | 2025-01-24T22:55:37.675Z | Compiling heapless v0.7.17 |
1367 | 2025-01-24T22:55:37.711Z | Compiling sha1 v0.10.6 |
1368 | 2025-01-24T22:55:38.104Z | Compiling signature v2.2.0 |
1369 | 2025-01-24T22:55:38.125Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1370 | 2025-01-24T22:55:38.145Z | Compiling thread_local v1.1.8 |
1371 | 2025-01-24T22:55:38.220Z | Compiling encoding_rs v0.8.34 |
1372 | 2025-01-24T22:55:38.378Z | Compiling multer v3.1.0 |
1373 | 2025-01-24T22:55:38.590Z | Compiling cookie v0.18.1 |
1374 | 2025-01-24T22:55:38.609Z | Compiling dyn-clone v1.0.17 |
1375 | 2025-01-24T22:55:38.680Z | Compiling slog-async v2.8.0 |
1376 | 2025-01-24T22:55:38.836Z | Compiling unicode-properties v0.1.3 |
1377 | 2025-01-24T22:55:38.868Z | Compiling ipnet v2.10.1 |
1378 | 2025-01-24T22:55:39.118Z | Compiling rayon-core v1.12.1 |
1379 | 2025-01-24T22:55:39.158Z | Compiling mime v0.3.17 |
1380 | 2025-01-24T22:55:39.244Z | Compiling signal-hook v0.3.17 |
1381 | 2025-01-24T22:55:39.453Z | Compiling hyper v1.5.2 |
1382 | 2025-01-24T22:55:39.550Z | Compiling gimli v0.31.1 |
1383 | 2025-01-24T22:55:39.672Z | Compiling openssl-probe v0.1.5 |
1384 | 2025-01-24T22:55:39.951Z | Compiling unicode-bidi v0.3.17 |
1385 | 2025-01-24T22:55:39.976Z | Compiling toml_edit v0.22.22 |
1386 | 2025-01-24T22:55:41.301Z | Compiling stringprep v0.1.5 |
1387 | 2025-01-24T22:55:42.356Z | Compiling hyper-util v0.1.10 |
1388 | 2025-01-24T22:55:43.216Z | Compiling crossbeam-deque v0.8.5 |
1389 | 2025-01-24T22:55:43.574Z | Compiling addr2line v0.24.2 |
1390 | 2025-01-24T22:55:43.981Z | Compiling usdt-macro v0.5.0 |
1391 | 2025-01-24T22:55:44.126Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2025-01-24T22:55:44.195Z | Compiling term v0.7.0 |
1393 | 2025-01-24T22:55:45.176Z | Compiling slog-json v2.6.1 |
1394 | 2025-01-24T22:55:45.399Z | Compiling serde_urlencoded v0.7.1 |
1395 | 2025-01-24T22:55:45.455Z | Compiling crossbeam-channel v0.5.13 |
1396 | 2025-01-24T22:55:45.532Z | Compiling curve25519-dalek v4.1.3 |
1397 | 2025-01-24T22:55:45.694Z | Compiling futures-executor v0.3.31 |
1398 | 2025-01-24T22:55:45.879Z | Compiling md-5 v0.10.6 |
1399 | 2025-01-24T22:55:46.031Z | Compiling async-stream-impl v0.3.6 |
1400 | 2025-01-24T22:55:46.178Z | Compiling enum-as-inner v0.6.1 |
1401 | 2025-01-24T22:55:46.192Z | Compiling rustls-pemfile v2.2.0 |
1402 | 2025-01-24T22:55:46.210Z | Compiling num-integer v0.1.46 |
1403 | 2025-01-24T22:55:46.401Z | Compiling hash32 v0.2.1 |
1404 | 2025-01-24T22:55:46.532Z | Compiling ff v0.13.0 |
1405 | 2025-01-24T22:55:46.762Z | Compiling is-terminal v0.4.13 |
1406 | 2025-01-24T22:55:46.781Z | Compiling object v0.36.5 |
1407 | 2025-01-24T22:55:47.117Z | Compiling dropshot v0.12.0 |
1408 | 2025-01-24T22:55:47.128Z | Compiling portable-atomic v1.9.0 |
1409 | 2025-01-24T22:55:47.196Z | Compiling utf-8 v0.7.6 |
1410 | 2025-01-24T22:55:47.231Z | Compiling linked-hash-map v0.5.6 |
1411 | 2025-01-24T22:55:47.288Z | Compiling take_mut v0.2.2 |
1412 | 2025-01-24T22:55:47.333Z | Compiling base16ct v0.2.0 |
1413 | 2025-01-24T22:55:47.455Z | Compiling quick-error v1.2.3 |
1414 | 2025-01-24T22:55:47.505Z | Compiling litrs v0.4.1 |
1415 | 2025-01-24T22:55:47.538Z | Compiling fallible-iterator v0.2.0 |
1416 | 2025-01-24T22:55:47.636Z | Compiling num-bigint-dig v0.8.4 |
1417 | 2025-01-24T22:55:47.669Z | Compiling anyhow v1.0.95 |
1418 | 2025-01-24T22:55:47.875Z | Compiling rustc-demangle v0.1.24 |
1419 | 2025-01-24T22:55:47.903Z | Compiling smoltcp v0.9.1 |
1420 | 2025-01-24T22:55:48.194Z | Compiling psl-types v2.0.11 |
1421 | 2025-01-24T22:55:48.393Z | Compiling publicsuffix v2.3.0 |
1422 | 2025-01-24T22:55:48.568Z | Compiling postgres-protocol v0.6.7 |
1423 | 2025-01-24T22:55:48.620Z | Compiling document-features v0.2.10 |
1424 | 2025-01-24T22:55:48.664Z | Compiling resolv-conf v0.7.0 |
1425 | 2025-01-24T22:55:48.717Z | Compiling sec1 v0.7.3 |
1426 | 2025-01-24T22:55:48.826Z | Compiling lru-cache v0.1.2 |
1427 | 2025-01-24T22:55:49.277Z | Compiling tungstenite v0.24.0 |
1428 | 2025-01-24T22:55:49.401Z | Compiling async-stream v0.3.6 |
1429 | 2025-01-24T22:55:49.782Z | Compiling hickory-proto v0.24.2 |
1430 | 2025-01-24T22:55:49.808Z | Compiling slog-term v2.9.1 |
1431 | 2025-01-24T22:55:49.847Z | Compiling usdt v0.5.0 |
1432 | 2025-01-24T22:55:50.098Z | Compiling group v0.13.0 |
1433 | 2025-01-24T22:55:50.328Z | Compiling num-iter v0.1.45 |
1434 | 2025-01-24T22:55:50.640Z | Compiling futures v0.3.31 |
1435 | 2025-01-24T22:55:50.763Z | Compiling slog-bunyan v2.5.0 |
1436 | 2025-01-24T22:55:51.117Z | Compiling toml v0.8.19 |
1437 | 2025-01-24T22:55:51.429Z | Compiling camino v1.1.9 |
1438 | 2025-01-24T22:55:52.343Z | Compiling tokio-native-tls v0.3.1 |
1439 | 2025-01-24T22:55:52.628Z | Compiling phf_shared v0.11.2 |
1440 | 2025-01-24T22:55:52.656Z | Compiling dropshot_endpoint v0.12.0 |
1441 | 2025-01-24T22:55:52.972Z | Compiling terminal_size v0.4.0 |
1442 | 2025-01-24T22:55:53.206Z | Compiling backtrace v0.3.74 |
1443 | 2025-01-24T22:55:53.277Z | Compiling waitgroup v0.1.2 |
1444 | 2025-01-24T22:55:53.425Z | Compiling openapiv3 v2.0.0 |
1445 | 2025-01-24T22:55:53.500Z | Compiling serde_path_to_error v0.1.16 |
1446 | 2025-01-24T22:55:53.752Z | Compiling hkdf v0.12.4 |
1447 | 2025-01-24T22:55:54.020Z | Compiling crypto-bigint v0.5.5 |
1448 | 2025-01-24T22:55:54.271Z | Compiling zerocopy-derive v0.6.6 |
1449 | 2025-01-24T22:55:56.300Z | Compiling curve25519-dalek-derive v0.1.1 |
1450 | 2025-01-24T22:55:56.305Z | Compiling webpki-roots v0.26.6 |
1451 | 2025-01-24T22:55:56.531Z | Compiling hostname v0.4.0 |
1452 | 2025-01-24T22:55:56.759Z | Compiling fs-err v2.11.0 |
1453 | 2025-01-24T22:55:56.777Z | Compiling ahash v0.8.11 |
1454 | 2025-01-24T22:55:57.056Z | Compiling crc32fast v1.4.2 |
1455 | 2025-01-24T22:55:57.107Z | Compiling winnow v0.5.40 |
1456 | 2025-01-24T22:55:57.218Z | Compiling hubpack_derive v0.1.1 |
1457 | 2025-01-24T22:55:57.378Z | Compiling debug-ignore v1.0.5 |
1458 | 2025-01-24T22:55:57.409Z | Compiling managed v0.8.0 |
1459 | 2025-01-24T22:55:57.542Z | Compiling newtype-uuid v1.2.1 |
1460 | 2025-01-24T22:55:57.637Z | Compiling bitflags v1.3.2 |
1461 | 2025-01-24T22:55:57.752Z | Compiling clap_builder v4.5.21 |
1462 | 2025-01-24T22:55:58.030Z | Compiling hubpack v0.1.2 |
1463 | 2025-01-24T22:55:58.449Z | Compiling strum_macros v0.25.3 |
1464 | 2025-01-24T22:55:58.990Z | Compiling flate2 v1.0.35 |
1465 | 2025-01-24T22:55:59.839Z | Compiling console v0.15.8 |
1466 | 2025-01-24T22:56:00.068Z | Compiling elliptic-curve v0.13.8 |
1467 | 2025-01-24T22:56:00.182Z | Compiling zerocopy v0.6.6 |
1468 | 2025-01-24T22:56:00.570Z | Compiling toml_edit v0.19.15 |
1469 | 2025-01-24T22:56:00.883Z | Compiling hickory-resolver v0.24.2 |
1470 | 2025-01-24T22:56:01.196Z | Compiling signal-hook-mio v0.2.4 |
1471 | 2025-01-24T22:56:01.366Z | Compiling phf v0.11.2 |
1472 | 2025-01-24T22:56:01.666Z | Compiling cookie_store v0.21.1 |
1473 | 2025-01-24T22:56:01.689Z | Compiling hyper-tls v0.6.0 |
1474 | 2025-01-24T22:56:02.090Z | Compiling rayon v1.10.0 |
1475 | 2025-01-24T22:56:02.160Z | Compiling bzip2 v0.4.4 |
1476 | 2025-01-24T22:56:03.115Z | Compiling tokio-tungstenite v0.24.0 |
1477 | 2025-01-24T22:56:03.648Z | Compiling postgres-types v0.2.8 |
1478 | 2025-01-24T22:56:05.845Z | Compiling ed25519 v2.2.3 |
1479 | 2025-01-24T22:56:05.976Z | Compiling phf_shared v0.10.0 |
1480 | 2025-01-24T22:56:06.221Z | Compiling tokio-stream v0.1.16 |
1481 | 2025-01-24T22:56:06.363Z | Compiling pkcs1 v0.7.5 |
1482 | 2025-01-24T22:56:06.415Z | Compiling serde-big-array v0.5.1 |
1483 | 2025-01-24T22:56:06.624Z | Compiling rfc6979 v0.4.0 |
1484 | 2025-01-24T22:56:06.648Z | Compiling serde_repr v0.1.19 |
1485 | 2025-01-24T22:56:06.812Z | Compiling derive-where v1.2.7 |
1486 | 2025-01-24T22:56:07.173Z | Compiling clap_derive v4.5.18 |
1487 | 2025-01-24T22:56:07.275Z | Compiling float-cmp v0.9.0 |
1488 | 2025-01-24T22:56:07.502Z | Compiling bstr v1.10.0 |
1489 | 2025-01-24T22:56:07.710Z | Compiling sync_wrapper v1.0.1 |
1490 | 2025-01-24T22:56:07.734Z | Compiling predicates-core v1.0.8 |
1491 | 2025-01-24T22:56:07.737Z | Compiling difflib v0.4.0 |
1492 | 2025-01-24T22:56:07.859Z | Compiling unicode-width v0.2.0 |
1493 | 2025-01-24T22:56:08.064Z | Compiling normalize-line-endings v0.3.0 |
1494 | 2025-01-24T22:56:08.239Z | Compiling static_assertions v1.1.0 |
1495 | 2025-01-24T22:56:08.354Z | Compiling new_debug_unreachable v1.0.6 |
1496 | 2025-01-24T22:56:08.406Z | Compiling number_prefix v0.4.0 |
1497 | 2025-01-24T22:56:08.474Z | Compiling whoami v1.5.2 |
1498 | 2025-01-24T22:56:08.654Z | Compiling fixedbitset v0.4.2 |
1499 | 2025-01-24T22:56:09.042Z | Compiling precomputed-hash v0.1.1 |
1500 | 2025-01-24T22:56:09.085Z | Compiling unicode-segmentation v1.12.0 |
1501 | 2025-01-24T22:56:09.111Z | Compiling bit-vec v0.6.3 |
1502 | 2025-01-24T22:56:09.194Z | Compiling string_cache v0.8.7 |
1503 | 2025-01-24T22:56:09.222Z | Compiling petgraph v0.6.5 |
1504 | 2025-01-24T22:56:09.551Z | Compiling bit-set v0.5.3 |
1505 | 2025-01-24T22:56:09.574Z | Compiling tokio-postgres v0.7.12 |
1506 | 2025-01-24T22:56:09.812Z | Compiling similar v2.6.0 |
1507 | 2025-01-24T22:56:09.973Z | Compiling indicatif v0.17.9 |
1508 | 2025-01-24T22:56:10.004Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1509 | 2025-01-24T22:56:11.646Z | Compiling clap v4.5.21 |
1510 | 2025-01-24T22:56:11.772Z | Compiling predicates v3.1.2 |
1511 | 2025-01-24T22:56:11.925Z | Compiling rsa v0.9.6 |
1512 | 2025-01-24T22:56:12.014Z | Compiling ecdsa v0.16.9 |
1513 | 2025-01-24T22:56:12.758Z | Compiling ed25519-dalek v2.1.1 |
1514 | 2025-01-24T22:56:12.798Z | Compiling toml v0.7.8 |
1515 | 2025-01-24T22:56:13.356Z | Compiling zip v0.6.6 |
1516 | 2025-01-24T22:56:14.051Z | Compiling crossterm v0.28.1 |
1517 | 2025-01-24T22:56:15.203Z | Compiling hex v0.4.3 |
1518 | 2025-01-24T22:56:15.236Z | Compiling x509-cert v0.2.5 |
1519 | 2025-01-24T22:56:15.447Z | Compiling peg-runtime v0.8.3 |
1520 | 2025-01-24T22:56:15.782Z | Compiling unicode-xid v0.2.6 |
1521 | 2025-01-24T22:56:15.986Z | Compiling lalrpop-util v0.19.12 |
1522 | 2025-01-24T22:56:16.040Z | Compiling strum_macros v0.26.4 |
1523 | 2025-01-24T22:56:16.333Z | Compiling xattr v1.3.1 |
1524 | 2025-01-24T22:56:16.383Z | Compiling filetime v0.2.25 |
1525 | 2025-01-24T22:56:16.616Z | Compiling tar v0.4.42 |
1526 | 2025-01-24T22:56:20.668Z | Compiling strum v0.26.3 |
1527 | 2025-01-24T22:56:24.016Z | Compiling aws-lc-sys v0.22.0 |
1528 | 2025-01-24T22:56:54.815Z | Compiling rustls-webpki v0.102.8 |
1529 | 2025-01-24T22:56:58.014Z | Compiling tokio-rustls v0.25.0 |
1530 | 2025-01-24T22:56:59.618Z | Compiling tokio-rustls v0.26.0 |
1531 | 2025-01-24T22:56:59.898Z | Compiling hyper-rustls v0.27.3 |
1532 | 2025-01-24T22:57:00.240Z | Compiling reqwest v0.12.9 |
1533 | 2025-01-24T22:57:01.622Z | Compiling qorb v0.2.1 |
1534 | 2025-01-24T22:57:04.743Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1535 | 2025-01-24T22:57:04.983Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1536 | 2025-01-24T22:57:09.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1537 | 2025-01-24T22:57:09.528Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1538 | 2025-01-24T22:57:09.578Z | Jan 24 22:57:08.118 INFO Starting download, target: Clickhouse |
1539 | 2025-01-24T22:57:09.578Z | Jan 24 22:57:08.119 INFO Starting download, target: Console |
1540 | 2025-01-24T22:57:09.578Z | Jan 24 22:57:08.119 INFO Starting download, target: Cockroach |
1541 | 2025-01-24T22:57:09.578Z | Jan 24 22:57:08.119 INFO Starting download, target: DendriteOpenapi |
1542 | 2025-01-24T22:57:09.578Z | Jan 24 22:57:08.119 INFO Starting download, target: DendriteStub |
1543 | 2025-01-24T22:57:09.578Z | Jan 24 22:57:08.119 INFO Starting download, target: MaghemiteMgd |
1544 | 2025-01-24T22:57:09.578Z | Jan 24 22:57:08.119 INFO Starting download, target: TransceiverControl |
1545 | 2025-01-24T22:57:09.581Z | Jan 24 22:57:08.119 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1546 | 2025-01-24T22:57:09.581Z | Jan 24 22:57:08.119 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1547 | 2025-01-24T22:57:09.581Z | Jan 24 22:57:08.119 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1548 | 2025-01-24T22:57:09.581Z | Jan 24 22:57:08.120 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1549 | 2025-01-24T22:57:09.581Z | Jan 24 22:57:08.120 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1550 | 2025-01-24T22:57:09.581Z | Jan 24 22:57:08.120 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1551 | 2025-01-24T22:57:09.581Z | Jan 24 22:57:08.120 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1552 | 2025-01-24T22:57:09.814Z | Jan 24 22:57:08.317 INFO Download complete, target: DendriteOpenapi |
1553 | 2025-01-24T22:57:09.931Z | Jan 24 22:57:08.455 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1554 | 2025-01-24T22:57:10.098Z | Jan 24 22:57:08.637 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1555 | 2025-01-24T22:57:10.461Z | Jan 24 22:57:08.999 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1556 | 2025-01-24T22:57:10.475Z | Jan 24 22:57:09.001 INFO Download complete, target: Console |
1557 | 2025-01-24T22:57:10.603Z | Jan 24 22:57:09.143 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1558 | 2025-01-24T22:57:10.611Z | Jan 24 22:57:09.152 INFO Download complete, target: TransceiverControl |
1559 | 2025-01-24T22:57:11.133Z | Jan 24 22:57:09.674 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1560 | 2025-01-24T22:57:11.133Z | Jan 24 22:57:09.674 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1561 | 2025-01-24T22:57:11.480Z | Jan 24 22:57:10.021 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1562 | 2025-01-24T22:57:13.283Z | Jan 24 22:57:11.823 INFO Download complete, target: DendriteStub |
1563 | 2025-01-24T22:57:13.400Z | Jan 24 22:57:11.941 INFO Download complete, target: MaghemiteMgd |
1564 | 2025-01-24T22:57:18.442Z | Jan 24 22:57:16.983 INFO Checking that binary works, target: Cockroach |
1565 | 2025-01-24T22:57:18.673Z | Jan 24 22:57:17.215 INFO Download complete, target: Cockroach |
1566 | 2025-01-24T22:57:23.670Z | Jan 24 22:57:22.213 INFO Checking that binary works, target: Clickhouse |
1567 | 2025-01-24T22:57:24.099Z | Jan 24 22:57:22.641 INFO Download complete, target: Clickhouse |
1568 | 2025-01-24T22:57:24.106Z | All prerequisites installed successfully |
1569 | 2025-01-24T22:57:24.109Z | |
1570 | 2025-01-24T22:57:24.109Z | real 5:22.510290816 |
1571 | 2025-01-24T22:57:24.109Z | user 15:37.066810728 |
1572 | 2025-01-24T22:57:24.109Z | sys 2:01.982871170 |
1573 | 2025-01-24T22:57:24.109Z | trap 0.559020045 |
1574 | 2025-01-24T22:57:24.109Z | tflt 4.750948985 |
1575 | 2025-01-24T22:57:24.109Z | dflt 3.956698788 |
1576 | 2025-01-24T22:57:24.109Z | kflt 0.207772901 |
1577 | 2025-01-24T22:57:24.109Z | lock 24:50.014640746 |
1578 | 2025-01-24T22:57:24.109Z | slp 56:24.917117280 |
1579 | 2025-01-24T22:57:24.109Z | lat 56.703037585 |
1580 | 2025-01-24T22:57:24.109Z | stop 2:21.694552469 |
1581 | 2025-01-24T22:57:24.109Z | + ptime -m cargo xtask download softnpu |
1582 | 2025-01-24T22:57:24.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1583 | 2025-01-24T22:57:24.650Z | Running `target/debug/xtask download softnpu` |
1584 | 2025-01-24T22:57:25.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1585 | 2025-01-24T22:57:25.532Z | Running `target/debug/xtask-downloader softnpu` |
1586 | 2025-01-24T22:57:25.571Z | Jan 24 22:57:24.114 INFO Starting download, target: Softnpu |
1587 | 2025-01-24T22:57:25.573Z | Jan 24 22:57:24.114 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1588 | 2025-01-24T22:57:26.078Z | Jan 24 22:57:24.621 INFO Download complete, target: Softnpu |
1589 | 2025-01-24T22:57:26.082Z | |
1590 | 2025-01-24T22:57:26.085Z | real 1.969098104 |
1591 | 2025-01-24T22:57:26.085Z | user 1.253541176 |
1592 | 2025-01-24T22:57:26.085Z | sys 0.536314730 |
1593 | 2025-01-24T22:57:26.085Z | trap 0.000562950 |
1594 | 2025-01-24T22:57:26.085Z | tflt 0.000047596 |
1595 | 2025-01-24T22:57:26.085Z | dflt 0.000090534 |
1596 | 2025-01-24T22:57:26.085Z | kflt 0.000000000 |
1597 | 2025-01-24T22:57:26.085Z | lock 5.171548112 |
1598 | 2025-01-24T22:57:26.086Z | slp 0.353462883 |
1599 | 2025-01-24T22:57:26.086Z | lat 0.065088925 |
1600 | 2025-01-24T22:57:26.086Z | stop 0.000158592 |
1601 | 2025-01-24T22:57:26.086Z | + export CARGO_INCREMENTAL=0 |
1602 | 2025-01-24T22:57:26.086Z | + CARGO_INCREMENTAL=0 |
1603 | 2025-01-24T22:57:26.086Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1604 | 2025-01-24T22:57:27.003Z | Compiling proc-macro2 v1.0.92 |
1605 | 2025-01-24T22:57:27.003Z | Compiling unicode-ident v1.0.14 |
1606 | 2025-01-24T22:57:27.003Z | Compiling libc v0.2.169 |
1607 | 2025-01-24T22:57:27.007Z | Compiling serde v1.0.217 |
1608 | 2025-01-24T22:57:27.007Z | Compiling autocfg v1.4.0 |
1609 | 2025-01-24T22:57:27.007Z | Compiling version_check v0.9.5 |
1610 | 2025-01-24T22:57:27.007Z | Compiling cfg-if v1.0.0 |
1611 | 2025-01-24T22:57:27.269Z | Compiling memchr v2.7.4 |
1612 | 2025-01-24T22:57:27.298Z | Compiling typenum v1.17.0 |
1613 | 2025-01-24T22:57:27.414Z | Compiling shlex v1.3.0 |
1614 | 2025-01-24T22:57:27.737Z | Compiling generic-array v0.14.7 |
1615 | 2025-01-24T22:57:27.756Z | Compiling value-bag v1.9.0 |
1616 | 2025-01-24T22:57:27.889Z | Compiling lock_api v0.4.12 |
1617 | 2025-01-24T22:57:28.035Z | Compiling scopeguard v1.2.0 |
1618 | 2025-01-24T22:57:28.192Z | Compiling log v0.4.22 |
1619 | 2025-01-24T22:57:28.286Z | Compiling parking_lot_core v0.9.10 |
1620 | 2025-01-24T22:57:28.561Z | Compiling serde_json v1.0.135 |
1621 | 2025-01-24T22:57:28.711Z | Compiling once_cell v1.20.2 |
1622 | 2025-01-24T22:57:28.852Z | Compiling quote v1.0.38 |
1623 | 2025-01-24T22:57:28.885Z | Compiling jobserver v0.1.32 |
1624 | 2025-01-24T22:57:28.922Z | Compiling getrandom v0.2.15 |
1625 | 2025-01-24T22:57:29.097Z | Compiling rustix v0.38.37 |
1626 | 2025-01-24T22:57:29.216Z | Compiling syn v2.0.96 |
1627 | 2025-01-24T22:57:29.333Z | Compiling cc v1.1.30 |
1628 | 2025-01-24T22:57:29.410Z | Compiling libm v0.2.8 |
1629 | 2025-01-24T22:57:29.428Z | Compiling aho-corasick v1.1.3 |
1630 | 2025-01-24T22:57:29.452Z | Compiling num-traits v0.2.19 |
1631 | 2025-01-24T22:57:29.584Z | Compiling thiserror v1.0.69 |
1632 | 2025-01-24T22:57:29.690Z | Compiling regex-syntax v0.8.5 |
1633 | 2025-01-24T22:57:29.743Z | Compiling either v1.13.0 |
1634 | 2025-01-24T22:57:29.745Z | Compiling itoa v1.0.11 |
1635 | 2025-01-24T22:57:30.005Z | Compiling spin v0.9.8 |
1636 | 2025-01-24T22:57:30.302Z | Compiling slab v0.4.9 |
1637 | 2025-01-24T22:57:30.538Z | Compiling errno v0.3.9 |
1638 | 2025-01-24T22:57:30.605Z | Compiling byteorder v1.5.0 |
1639 | 2025-01-24T22:57:30.766Z | Compiling lazy_static v1.5.0 |
1640 | 2025-01-24T22:57:30.903Z | Compiling rand_core v0.6.4 |
1641 | 2025-01-24T22:57:31.041Z | Compiling glob v0.3.1 |
1642 | 2025-01-24T22:57:31.406Z | Compiling prettyplease v0.2.25 |
1643 | 2025-01-24T22:57:31.718Z | Compiling clang-sys v1.8.1 |
1644 | 2025-01-24T22:57:31.762Z | Compiling minimal-lexical v0.2.1 |
1645 | 2025-01-24T22:57:32.206Z | Compiling nom v7.1.3 |
1646 | 2025-01-24T22:57:32.351Z | Compiling libloading v0.8.5 |
1647 | 2025-01-24T22:57:32.392Z | Compiling home v0.5.9 |
1648 | 2025-01-24T22:57:32.417Z | Compiling bindgen v0.69.5 |
1649 | 2025-01-24T22:57:32.639Z | Compiling smallvec v1.13.2 |
1650 | 2025-01-24T22:57:32.692Z | Compiling subtle v2.6.1 |
1651 | 2025-01-24T22:57:33.005Z | Compiling itertools v0.10.5 |
1652 | 2025-01-24T22:57:33.125Z | Compiling allocator-api2 v0.2.18 |
1653 | 2025-01-24T22:57:33.152Z | Compiling rustc-hash v1.1.0 |
1654 | 2025-01-24T22:57:33.331Z | Compiling regex-automata v0.4.8 |
1655 | 2025-01-24T22:57:33.393Z | Compiling lazycell v1.3.0 |
1656 | 2025-01-24T22:57:33.883Z | Compiling cmake v0.1.51 |
1657 | 2025-01-24T22:57:34.090Z | Compiling fs_extra v1.3.0 |
1658 | 2025-01-24T22:57:34.630Z | Compiling dunce v1.0.5 |
1659 | 2025-01-24T22:57:34.662Z | Compiling semver v1.0.24 |
1660 | 2025-01-24T22:57:35.129Z | Compiling cexpr v0.6.0 |
1661 | 2025-01-24T22:57:35.360Z | Compiling pkg-config v0.3.31 |
1662 | 2025-01-24T22:57:35.425Z | Compiling ring v0.17.8 |
1663 | 2025-01-24T22:57:35.897Z | Compiling pin-project-lite v0.2.14 |
1664 | 2025-01-24T22:57:35.997Z | Compiling ryu v1.0.18 |
1665 | 2025-01-24T22:57:36.314Z | Compiling synstructure v0.13.1 |
1666 | 2025-01-24T22:57:36.449Z | Compiling paste v1.0.15 |
1667 | 2025-01-24T22:57:36.501Z | Compiling schemars v0.8.21 |
1668 | 2025-01-24T22:57:36.553Z | Compiling aws-lc-rs v1.10.0 |
1669 | 2025-01-24T22:57:36.851Z | Compiling const-oid v0.9.6 |
1670 | 2025-01-24T22:57:36.960Z | Compiling fnv v1.0.7 |
1671 | 2025-01-24T22:57:36.978Z | Compiling httparse v1.9.5 |
1672 | 2025-01-24T22:57:37.589Z | Compiling serde_derive_internals v0.29.1 |
1673 | 2025-01-24T22:57:37.835Z | Compiling foldhash v0.1.3 |
1674 | 2025-01-24T22:57:38.125Z | Compiling equivalent v1.0.1 |
1675 | 2025-01-24T22:57:38.283Z | Compiling hashbrown v0.15.1 |
1676 | 2025-01-24T22:57:38.739Z | Compiling regex v1.11.1 |
1677 | 2025-01-24T22:57:38.908Z | Compiling signal-hook-registry v1.4.2 |
1678 | 2025-01-24T22:57:39.268Z | Compiling heck v0.5.0 |
1679 | 2025-01-24T22:57:39.501Z | Compiling parking_lot v0.12.3 |
1680 | 2025-01-24T22:57:39.528Z | Compiling mio v1.0.2 |
1681 | 2025-01-24T22:57:39.683Z | Compiling stable_deref_trait v1.2.0 |
1682 | 2025-01-24T22:57:40.588Z | Compiling serde_derive v1.0.217 |
1683 | 2025-01-24T22:57:40.591Z | Compiling zeroize_derive v1.4.2 |
1684 | 2025-01-24T22:57:41.125Z | Compiling zerocopy-derive v0.7.35 |
1685 | 2025-01-24T22:57:41.537Z | Compiling thiserror-impl v1.0.69 |
1686 | 2025-01-24T22:57:41.908Z | Compiling zeroize v1.8.1 |
1687 | 2025-01-24T22:57:42.001Z | Compiling tokio-macros v2.5.0 |
1688 | 2025-01-24T22:57:42.332Z | Compiling zerofrom-derive v0.1.4 |
1689 | 2025-01-24T22:57:42.369Z | Compiling yoke-derive v0.7.4 |
1690 | 2025-01-24T22:57:42.492Z | Compiling zerovec-derive v0.10.3 |
1691 | 2025-01-24T22:57:42.892Z | Compiling futures-macro v0.3.31 |
1692 | 2025-01-24T22:57:42.913Z | Compiling displaydoc v0.2.5 |
1693 | 2025-01-24T22:57:44.154Z | Compiling zerocopy v0.7.35 |
1694 | 2025-01-24T22:57:44.575Z | Compiling crypto-common v0.1.6 |
1695 | 2025-01-24T22:57:44.681Z | Compiling icu_provider_macros v1.5.0 |
1696 | 2025-01-24T22:57:44.771Z | Compiling tracing-attributes v0.1.27 |
1697 | 2025-01-24T22:57:44.790Z | Compiling schemars_derive v0.8.21 |
1698 | 2025-01-24T22:57:44.812Z | Compiling block-buffer v0.10.4 |
1699 | 2025-01-24T22:57:45.048Z | Compiling digest v0.10.7 |
1700 | 2025-01-24T22:57:45.539Z | Compiling socket2 v0.5.7 |
1701 | 2025-01-24T22:57:45.705Z | Compiling num-conv v0.1.0 |
1702 | 2025-01-24T22:57:45.737Z | Compiling futures-core v0.3.31 |
1703 | 2025-01-24T22:57:45.984Z | Compiling crossbeam-utils v0.8.20 |
1704 | 2025-01-24T22:57:46.004Z | Compiling time-core v0.1.2 |
1705 | 2025-01-24T22:57:46.202Z | Compiling time-macros v0.2.18 |
1706 | 2025-01-24T22:57:46.760Z | Compiling der_derive v0.7.3 |
1707 | 2025-01-24T22:57:46.863Z | Compiling vcpkg v0.2.15 |
1708 | 2025-01-24T22:57:48.227Z | Compiling openssl-sys v0.9.103 |
1709 | 2025-01-24T22:57:48.946Z | Compiling syn v1.0.109 |
1710 | 2025-01-24T22:57:49.271Z | Compiling cpufeatures v0.2.14 |
1711 | 2025-01-24T22:57:49.385Z | Compiling futures-sink v0.3.31 |
1712 | 2025-01-24T22:57:49.452Z | Compiling slog v2.7.0 |
1713 | 2025-01-24T22:57:49.847Z | Compiling ahash v0.8.11 |
1714 | 2025-01-24T22:57:50.006Z | Compiling zerofrom v0.1.4 |
1715 | 2025-01-24T22:57:50.342Z | Compiling iana-time-zone v0.1.61 |
1716 | 2025-01-24T22:57:50.492Z | Compiling yoke v0.7.4 |
1717 | 2025-01-24T22:57:50.826Z | Compiling futures-channel v0.3.31 |
1718 | 2025-01-24T22:57:50.845Z | Compiling scroll_derive v0.12.0 |
1719 | 2025-01-24T22:57:50.977Z | Compiling futures-io v0.3.31 |
1720 | 2025-01-24T22:57:51.038Z | Compiling futures-task v0.3.31 |
1721 | 2025-01-24T22:57:51.304Z | Compiling openssl v0.10.66 |
1722 | 2025-01-24T22:57:51.323Z | Compiling pin-utils v0.1.0 |
1723 | 2025-01-24T22:57:51.343Z | Compiling ucd-trie v0.1.7 |
1724 | 2025-01-24T22:57:51.436Z | Compiling futures-util v0.3.31 |
1725 | 2025-01-24T22:57:51.707Z | Compiling pest v2.7.14 |
1726 | 2025-01-24T22:57:51.802Z | Compiling zerovec v0.10.4 |
1727 | 2025-01-24T22:57:52.553Z | Compiling bitflags v2.6.0 |
1728 | 2025-01-24T22:57:52.798Z | Compiling bytes v1.9.0 |
1729 | 2025-01-24T22:57:54.706Z | Compiling indexmap v2.7.0 |
1730 | 2025-01-24T22:57:54.840Z | Compiling tokio v1.43.0 |
1731 | 2025-01-24T22:57:56.051Z | Compiling serde_tokenstream v0.2.2 |
1732 | 2025-01-24T22:57:56.364Z | Compiling uuid v1.12.0 |
1733 | 2025-01-24T22:57:56.590Z | Compiling http v1.2.0 |
1734 | 2025-01-24T22:57:57.182Z | Compiling which v4.4.2 |
1735 | 2025-01-24T22:57:57.736Z | Compiling chrono v0.4.39 |
1736 | 2025-01-24T22:57:57.814Z | Compiling rustc_version v0.4.1 |
1737 | 2025-01-24T22:57:59.477Z | Compiling hmac v0.12.1 |
1738 | 2025-01-24T22:58:00.832Z | Compiling pest_meta v2.7.14 |
1739 | 2025-01-24T22:58:03.433Z | Compiling block-padding v0.3.3 |
1740 | 2025-01-24T22:58:03.680Z | Compiling openssl-macros v0.1.1 |
1741 | 2025-01-24T22:58:04.400Z | Compiling rustls v0.23.19 |
1742 | 2025-01-24T22:58:04.508Z | Compiling native-tls v0.2.12 |
1743 | 2025-01-24T22:58:04.672Z | Compiling inout v0.1.3 |
1744 | 2025-01-24T22:58:04.841Z | Compiling pest_generator v2.7.14 |
1745 | 2025-01-24T22:58:04.950Z | Compiling tinystr v0.7.6 |
1746 | 2025-01-24T22:58:05.365Z | Compiling toml_datetime v0.6.8 |
1747 | 2025-01-24T22:58:05.386Z | Compiling serde_spanned v0.6.8 |
1748 | 2025-01-24T22:58:05.648Z | Compiling tracing-core v0.1.32 |
1749 | 2025-01-24T22:58:05.796Z | Compiling dyn-clone v1.0.17 |
1750 | 2025-01-24T22:58:05.817Z | Compiling strsim v0.11.1 |
1751 | 2025-01-24T22:58:05.977Z | Compiling writeable v0.5.5 |
1752 | 2025-01-24T22:58:06.464Z | Compiling litemap v0.7.3 |
1753 | 2025-01-24T22:58:06.546Z | Compiling pest_derive v2.7.14 |
1754 | 2025-01-24T22:58:06.883Z | Compiling icu_locid v1.5.0 |
1755 | 2025-01-24T22:58:07.015Z | Compiling tracing v0.1.40 |
1756 | 2025-01-24T22:58:07.781Z | Compiling cipher v0.4.4 |
1757 | 2025-01-24T22:58:07.869Z | Compiling sha2 v0.10.8 |
1758 | 2025-01-24T22:58:08.388Z | Compiling usdt-impl v0.5.0 |
1759 | 2025-01-24T22:58:08.954Z | Compiling cookie v0.18.1 |
1760 | 2025-01-24T22:58:08.973Z | Compiling base64ct v1.6.0 |
1761 | 2025-01-24T22:58:08.992Z | Compiling icu_provider v1.5.0 |
1762 | 2025-01-24T22:58:09.322Z | Compiling pem-rfc7468 v0.7.0 |
1763 | 2025-01-24T22:58:09.819Z | Compiling aws-lc-sys v0.22.0 |
1764 | 2025-01-24T22:58:10.778Z | Compiling scroll v0.12.0 |
1765 | 2025-01-24T22:58:11.268Z | Compiling ppv-lite86 v0.2.20 |
1766 | 2025-01-24T22:58:11.324Z | Compiling async-trait v0.1.83 |
1767 | 2025-01-24T22:58:12.023Z | Compiling plain v0.2.3 |
1768 | 2025-01-24T22:58:12.207Z | Compiling icu_locid_transform_data v1.5.0 |
1769 | 2025-01-24T22:58:13.273Z | Compiling flagset v0.4.6 |
1770 | 2025-01-24T22:58:13.609Z | Compiling percent-encoding v2.3.1 |
1771 | 2025-01-24T22:58:13.800Z | Compiling anyhow v1.0.95 |
1772 | 2025-01-24T22:58:14.040Z | Compiling camino v1.1.9 |
1773 | 2025-01-24T22:58:14.293Z | Compiling rustls-pki-types v1.10.0 |
1774 | 2025-01-24T22:58:14.566Z | Compiling icu_locid_transform v1.5.0 |
1775 | 2025-01-24T22:58:15.876Z | Compiling der v0.7.9 |
1776 | 2025-01-24T22:58:17.746Z | Compiling goblin v0.8.2 |
1777 | 2025-01-24T22:58:19.187Z | Compiling rand_chacha v0.3.1 |
1778 | 2025-01-24T22:58:19.548Z | Compiling tokio-util v0.7.12 |
1779 | 2025-01-24T22:58:20.018Z | Compiling icu_collections v1.5.0 |
1780 | 2025-01-24T22:58:21.264Z | Compiling rustls v0.22.4 |
1781 | 2025-01-24T22:58:21.282Z | Compiling pretty-hex v0.4.1 |
1782 | 2025-01-24T22:58:21.410Z | Compiling mirai-annotations v1.12.0 |
1783 | 2025-01-24T22:58:21.511Z | Compiling untrusted v0.7.1 |
1784 | 2025-01-24T22:58:21.543Z | Compiling rayon-core v1.12.1 |
1785 | 2025-01-24T22:58:21.614Z | Compiling untrusted v0.9.0 |
1786 | 2025-01-24T22:58:21.719Z | Compiling icu_properties_data v1.5.0 |
1787 | 2025-01-24T22:58:21.965Z | Compiling powerfmt v0.2.0 |
1788 | 2025-01-24T22:58:22.285Z | Compiling deranged v0.3.11 |
1789 | 2025-01-24T22:58:22.399Z | Compiling icu_properties v1.5.1 |
1790 | 2025-01-24T22:58:23.638Z | Compiling dof v0.3.0 |
1791 | 2025-01-24T22:58:24.003Z | Compiling rand v0.8.5 |
1792 | 2025-01-24T22:58:25.222Z | Compiling spki v0.7.3 |
1793 | 2025-01-24T22:58:25.609Z | Compiling salsa20 v0.10.2 |
1794 | 2025-01-24T22:58:25.668Z | Compiling dtrace-parser v0.2.0 |
1795 | 2025-01-24T22:58:25.849Z | Compiling pbkdf2 v0.12.2 |
1796 | 2025-01-24T22:58:26.956Z | Compiling thread-id v4.2.2 |
1797 | 2025-01-24T22:58:26.987Z | Compiling utf16_iter v1.0.5 |
1798 | 2025-01-24T22:58:27.071Z | Compiling atomic-waker v1.1.2 |
1799 | 2025-01-24T22:58:27.187Z | Compiling utf8_iter v1.0.4 |
1800 | 2025-01-24T22:58:27.232Z | Compiling litrs v0.4.1 |
1801 | 2025-01-24T22:58:27.274Z | Compiling num_threads v0.1.7 |
1802 | 2025-01-24T22:58:27.411Z | Compiling icu_normalizer_data v1.5.0 |
1803 | 2025-01-24T22:58:27.744Z | Compiling winnow v0.5.40 |
1804 | 2025-01-24T22:58:28.016Z | Compiling write16 v1.0.0 |
1805 | 2025-01-24T22:58:28.170Z | Compiling document-features v0.2.10 |
1806 | 2025-01-24T22:58:28.218Z | Compiling icu_normalizer v1.5.0 |
1807 | 2025-01-24T22:58:29.986Z | Compiling time v0.3.36 |
1808 | 2025-01-24T22:58:31.123Z | Compiling toml_edit v0.19.15 |
1809 | 2025-01-24T22:58:31.357Z | Compiling scrypt v0.11.0 |
1810 | 2025-01-24T22:58:31.827Z | Compiling form_urlencoded v1.2.1 |
1811 | 2025-01-24T22:58:32.250Z | Compiling cbc v0.1.2 |
1812 | 2025-01-24T22:58:32.349Z | Compiling aes v0.8.4 |
1813 | 2025-01-24T22:58:32.470Z | Compiling http-body v1.0.1 |
1814 | 2025-01-24T22:58:33.050Z | Compiling multer v3.1.0 |
1815 | 2025-01-24T22:58:33.377Z | Compiling rustversion v1.0.17 |
1816 | 2025-01-24T22:58:33.465Z | Compiling tinyvec_macros v0.1.1 |
1817 | 2025-01-24T22:58:33.624Z | Compiling slog-async v2.8.0 |
1818 | 2025-01-24T22:58:33.767Z | Compiling try-lock v0.2.5 |
1819 | 2025-01-24T22:58:33.951Z | Compiling want v0.3.1 |
1820 | 2025-01-24T22:58:34.066Z | Compiling tinyvec v1.8.0 |
1821 | 2025-01-24T22:58:34.243Z | Compiling pkcs5 v0.7.1 |
1822 | 2025-01-24T22:58:35.983Z | Compiling idna_adapter v1.2.0 |
1823 | 2025-01-24T22:58:36.224Z | Compiling h2 v0.4.6 |
1824 | 2025-01-24T22:58:36.589Z | Compiling heapless v0.7.17 |
1825 | 2025-01-24T22:58:37.256Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1826 | 2025-01-24T22:58:37.625Z | Compiling signal-hook v0.3.17 |
1827 | 2025-01-24T22:58:37.925Z | Compiling httpdate v1.0.3 |
1828 | 2025-01-24T22:58:38.696Z | Compiling idna v1.0.3 |
1829 | 2025-01-24T22:58:40.008Z | Compiling pkcs8 v0.10.2 |
1830 | 2025-01-24T22:58:41.745Z | Compiling usdt-attr-macro v0.5.0 |
1831 | 2025-01-24T22:58:41.748Z | Compiling usdt-macro v0.5.0 |
1832 | 2025-01-24T22:58:42.697Z | Compiling async-stream-impl v0.3.6 |
1833 | 2025-01-24T22:58:43.018Z | Compiling adler2 v2.0.0 |
1834 | 2025-01-24T22:58:43.323Z | Compiling tower-service v0.3.3 |
1835 | 2025-01-24T22:58:43.557Z | Compiling base64 v0.22.1 |
1836 | 2025-01-24T22:58:43.805Z | Compiling miniz_oxide v0.8.0 |
1837 | 2025-01-24T22:58:44.339Z | Compiling hyper v1.5.2 |
1838 | 2025-01-24T22:58:47.176Z | Compiling hyper-util v0.1.10 |
1839 | 2025-01-24T22:58:47.410Z | Compiling curve25519-dalek v4.1.3 |
1840 | 2025-01-24T22:58:50.215Z | Compiling openapiv3 v2.0.0 |
1841 | 2025-01-24T22:58:50.910Z | Compiling enum-as-inner v0.6.1 |
1842 | 2025-01-24T22:58:51.665Z | Compiling dropshot v0.12.0 |
1843 | 2025-01-24T22:58:51.872Z | Compiling foreign-types-shared v0.1.1 |
1844 | 2025-01-24T22:58:52.006Z | Compiling portable-atomic v1.9.0 |
1845 | 2025-01-24T22:58:52.463Z | Compiling newtype-uuid v1.2.1 |
1846 | 2025-01-24T22:58:52.768Z | Compiling smoltcp v0.9.1 |
1847 | 2025-01-24T22:58:52.860Z | Compiling match_cfg v0.1.0 |
1848 | 2025-01-24T22:58:52.968Z | Compiling num-bigint-dig v0.8.4 |
1849 | 2025-01-24T22:58:53.294Z | Compiling hostname v0.3.1 |
1850 | 2025-01-24T22:58:53.501Z | Compiling foreign-types v0.3.2 |
1851 | 2025-01-24T22:58:54.809Z | Compiling url v2.5.3 |
1852 | 2025-01-24T22:58:56.717Z | Compiling http-body-util v0.1.2 |
1853 | 2025-01-24T22:58:57.293Z | Compiling dirs-sys-next v0.1.2 |
1854 | 2025-01-24T22:58:57.340Z | Compiling encoding_rs v0.8.34 |
1855 | 2025-01-24T22:58:57.481Z | Compiling mime v0.3.17 |
1856 | 2025-01-24T22:58:57.731Z | Compiling ident_case v1.0.1 |
1857 | 2025-01-24T22:58:57.924Z | Compiling siphasher v0.3.11 |
1858 | 2025-01-24T22:58:58.285Z | Compiling gimli v0.31.1 |
1859 | 2025-01-24T22:58:58.500Z | Compiling data-encoding v2.6.0 |
1860 | 2025-01-24T22:58:59.931Z | Compiling heck v0.4.1 |
1861 | 2025-01-24T22:59:00.306Z | Compiling darling_core v0.20.10 |
1862 | 2025-01-24T22:59:00.749Z | Compiling dirs-next v2.0.0 |
1863 | 2025-01-24T22:59:04.976Z | Compiling addr2line v0.24.2 |
1864 | 2025-01-24T22:59:06.264Z | Compiling unicode-normalization v0.1.24 |
1865 | 2025-01-24T22:59:07.305Z | Compiling serde_urlencoded v0.7.1 |
1866 | 2025-01-24T22:59:07.880Z | Compiling crossbeam-epoch v0.9.18 |
1867 | 2025-01-24T22:59:08.525Z | Compiling rustls-pemfile v2.2.0 |
1868 | 2025-01-24T22:59:08.544Z | Compiling hubpack_derive v0.1.1 |
1869 | 2025-01-24T22:59:08.614Z | Compiling dropshot_endpoint v0.12.0 |
1870 | 2025-01-24T22:59:08.713Z | Compiling sha1 v0.10.6 |
1871 | 2025-01-24T22:59:08.997Z | Compiling signature v2.2.0 |
1872 | 2025-01-24T22:59:09.099Z | Compiling zerocopy-derive v0.6.6 |
1873 | 2025-01-24T22:59:09.226Z | Compiling curve25519-dalek-derive v0.1.1 |
1874 | 2025-01-24T22:59:09.459Z | Compiling object v0.36.5 |
1875 | 2025-01-24T22:59:10.793Z | Compiling thread_local v1.1.8 |
1876 | 2025-01-24T22:59:11.247Z | Compiling fs-err v2.11.0 |
1877 | 2025-01-24T22:59:12.331Z | Compiling utf8parse v0.2.2 |
1878 | 2025-01-24T22:59:12.511Z | Compiling unicode-bidi v0.3.17 |
1879 | 2025-01-24T22:59:13.681Z | Compiling unicode-properties v0.1.3 |
1880 | 2025-01-24T22:59:14.221Z | Compiling ipnet v2.10.1 |
1881 | 2025-01-24T22:59:15.636Z | Compiling winnow v0.6.20 |
1882 | 2025-01-24T22:59:16.497Z | Compiling anstyle v1.0.10 |
1883 | 2025-01-24T22:59:16.928Z | Compiling openssl-probe v0.1.5 |
1884 | 2025-01-24T22:59:17.494Z | Compiling rustc-demangle v0.1.24 |
1885 | 2025-01-24T22:59:20.036Z | Compiling toml_edit v0.22.22 |
1886 | 2025-01-24T22:59:20.404Z | Compiling backtrace v0.3.74 |
1887 | 2025-01-24T22:59:22.137Z | Compiling rustls-webpki v0.102.8 |
1888 | 2025-01-24T22:59:29.324Z | Compiling stringprep v0.1.5 |
1889 | 2025-01-24T22:59:30.188Z | Compiling anstyle-parse v0.2.5 |
1890 | 2025-01-24T22:59:31.642Z | Compiling crossbeam-deque v0.8.5 |
1891 | 2025-01-24T22:59:31.983Z | Compiling darling_macro v0.20.10 |
1892 | 2025-01-24T22:59:32.002Z | Compiling term v0.7.0 |
1893 | 2025-01-24T22:59:32.849Z | Compiling slog-json v2.6.1 |
1894 | 2025-01-24T22:59:33.951Z | Compiling crossbeam-channel v0.5.13 |
1895 | 2025-01-24T22:59:34.640Z | Compiling hashbrown v0.14.5 |
1896 | 2025-01-24T22:59:34.917Z | Compiling futures-executor v0.3.31 |
1897 | 2025-01-24T22:59:35.387Z | Compiling num-integer v0.1.46 |
1898 | 2025-01-24T22:59:35.492Z | Compiling md-5 v0.10.6 |
1899 | 2025-01-24T22:59:35.664Z | Compiling ff v0.13.0 |
1900 | 2025-01-24T22:59:35.745Z | Compiling hash32 v0.2.1 |
1901 | 2025-01-24T22:59:35.783Z | Compiling is-terminal v0.4.13 |
1902 | 2025-01-24T22:59:35.896Z | Compiling memmap v0.7.0 |
1903 | 2025-01-24T22:59:35.944Z | Compiling take_mut v0.2.2 |
1904 | 2025-01-24T22:59:36.066Z | Compiling colorchoice v1.0.2 |
1905 | 2025-01-24T22:59:36.122Z | Compiling linked-hash-map v0.5.6 |
1906 | 2025-01-24T22:59:36.195Z | Compiling psl-types v2.0.11 |
1907 | 2025-01-24T22:59:36.238Z | Compiling base16ct v0.2.0 |
1908 | 2025-01-24T22:59:36.426Z | Compiling quick-error v1.2.3 |
1909 | 2025-01-24T22:59:36.536Z | Compiling fallible-iterator v0.2.0 |
1910 | 2025-01-24T22:59:36.584Z | Compiling anstyle-query v1.1.1 |
1911 | 2025-01-24T22:59:36.659Z | Compiling utf-8 v0.7.6 |
1912 | 2025-01-24T22:59:36.753Z | Compiling is_terminal_polyfill v1.70.1 |
1913 | 2025-01-24T22:59:36.875Z | Compiling anstream v0.6.15 |
1914 | 2025-01-24T22:59:36.894Z | Compiling tungstenite v0.24.0 |
1915 | 2025-01-24T22:59:36.966Z | Compiling publicsuffix v2.3.0 |
1916 | 2025-01-24T22:59:37.216Z | Compiling postgres-protocol v0.6.7 |
1917 | 2025-01-24T22:59:37.254Z | Compiling resolv-conf v0.7.0 |
1918 | 2025-01-24T22:59:37.494Z | Compiling sec1 v0.7.3 |
1919 | 2025-01-24T22:59:37.898Z | Compiling lru-cache v0.1.2 |
1920 | 2025-01-24T22:59:38.100Z | Compiling usdt v0.5.0 |
1921 | 2025-01-24T22:59:38.565Z | Compiling slog-term v2.9.1 |
1922 | 2025-01-24T22:59:38.696Z | Compiling num-iter v0.1.45 |
1923 | 2025-01-24T22:59:38.898Z | Compiling group v0.13.0 |
1924 | 2025-01-24T22:59:39.190Z | Compiling regress v0.10.1 |
1925 | 2025-01-24T22:59:39.378Z | Compiling futures v0.3.31 |
1926 | 2025-01-24T22:59:42.115Z | Compiling slog-bunyan v2.5.0 |
1927 | 2025-01-24T22:59:42.175Z | Compiling darling v0.20.10 |
1928 | 2025-01-24T22:59:42.814Z | Compiling tokio-rustls v0.26.0 |
1929 | 2025-01-24T22:59:42.860Z | Compiling tokio-rustls v0.25.0 |
1930 | 2025-01-24T22:59:43.573Z | Compiling tokio-native-tls v0.3.1 |
1931 | 2025-01-24T22:59:43.593Z | Compiling toml v0.8.19 |
1932 | 2025-01-24T22:59:43.604Z | Compiling hickory-proto v0.24.2 |
1933 | 2025-01-24T22:59:43.859Z | Compiling strum_macros v0.25.3 |
1934 | 2025-01-24T22:59:44.702Z | Compiling phf_shared v0.11.2 |
1935 | 2025-01-24T22:59:44.863Z | Compiling async-stream v0.3.6 |
1936 | 2025-01-24T22:59:44.960Z | Compiling waitgroup v0.1.2 |
1937 | 2025-01-24T22:59:45.039Z | Compiling webpki-roots v0.26.6 |
1938 | 2025-01-24T22:59:45.270Z | Compiling hkdf v0.12.4 |
1939 | 2025-01-24T22:59:45.363Z | Compiling terminal_size v0.4.0 |
1940 | 2025-01-24T22:59:45.507Z | Compiling serde_path_to_error v0.1.16 |
1941 | 2025-01-24T22:59:45.812Z | Compiling crypto-bigint v0.5.5 |
1942 | 2025-01-24T22:59:46.215Z | Compiling derive-where v1.2.7 |
1943 | 2025-01-24T22:59:46.251Z | Compiling clap_derive v4.5.18 |
1944 | 2025-01-24T22:59:47.214Z | Compiling serde_repr v0.1.19 |
1945 | 2025-01-24T22:59:47.739Z | Compiling hostname v0.4.0 |
1946 | 2025-01-24T22:59:47.947Z | Compiling crc32fast v1.4.2 |
1947 | 2025-01-24T22:59:48.419Z | Compiling managed v0.8.0 |
1948 | 2025-01-24T22:59:49.162Z | Compiling clap_lex v0.7.2 |
1949 | 2025-01-24T22:59:49.212Z | Compiling bitflags v1.3.2 |
1950 | 2025-01-24T22:59:49.405Z | Compiling unicode-width v0.1.14 |
1951 | 2025-01-24T22:59:49.426Z | Compiling debug-ignore v1.0.5 |
1952 | 2025-01-24T22:59:49.954Z | Compiling console v0.15.8 |
1953 | 2025-01-24T22:59:50.038Z | Compiling clap_builder v4.5.21 |
1954 | 2025-01-24T22:59:51.361Z | Compiling hickory-resolver v0.24.2 |
1955 | 2025-01-24T22:59:51.672Z | Compiling elliptic-curve v0.13.8 |
1956 | 2025-01-24T22:59:53.419Z | Compiling flate2 v1.0.35 |
1957 | 2025-01-24T22:59:56.180Z | Compiling hyper-rustls v0.27.3 |
1958 | 2025-01-24T22:59:56.279Z | Compiling phf v0.11.2 |
1959 | 2025-01-24T22:59:56.745Z | Compiling hyper-tls v0.6.0 |
1960 | 2025-01-24T22:59:57.139Z | Compiling typify-impl v0.2.0 |
1961 | 2025-01-24T22:59:57.549Z | Compiling signal-hook-mio v0.2.4 |
1962 | 2025-01-24T22:59:57.569Z | Compiling rayon v1.10.0 |
1963 | 2025-01-24T22:59:57.731Z | Compiling bzip2 v0.4.4 |
1964 | 2025-01-24T22:59:58.088Z | Compiling cookie_store v0.21.1 |
1965 | 2025-01-24T23:00:01.423Z | Compiling postgres-types v0.2.8 |
1966 | 2025-01-24T23:00:01.932Z | Compiling tokio-tungstenite v0.24.0 |
1967 | 2025-01-24T23:00:02.346Z | Compiling zerocopy v0.6.6 |
1968 | 2025-01-24T23:00:02.458Z | Compiling hubpack v0.1.2 |
1969 | 2025-01-24T23:00:02.571Z | Compiling ed25519 v2.2.3 |
1970 | 2025-01-24T23:00:02.877Z | Compiling phf_shared v0.10.0 |
1971 | 2025-01-24T23:00:03.040Z | Compiling pkcs1 v0.7.5 |
1972 | 2025-01-24T23:00:03.162Z | Compiling tokio-stream v0.1.16 |
1973 | 2025-01-24T23:00:03.249Z | Compiling ipnetwork v0.20.0 |
1974 | 2025-01-24T23:00:03.938Z | Compiling rfc6979 v0.4.0 |
1975 | 2025-01-24T23:00:04.121Z | Compiling serde-big-array v0.5.1 |
1976 | 2025-01-24T23:00:04.141Z | Compiling float-cmp v0.9.0 |
1977 | 2025-01-24T23:00:04.166Z | Compiling sync_wrapper v1.0.1 |
1978 | 2025-01-24T23:00:04.372Z | Compiling bstr v1.10.0 |
1979 | 2025-01-24T23:00:04.521Z | Compiling static_assertions v1.1.0 |
1980 | 2025-01-24T23:00:04.639Z | Compiling normalize-line-endings v0.3.0 |
1981 | 2025-01-24T23:00:04.787Z | Compiling predicates-core v1.0.8 |
1982 | 2025-01-24T23:00:05.082Z | Compiling difflib v0.4.0 |
1983 | 2025-01-24T23:00:05.679Z | Compiling unicode-segmentation v1.12.0 |
1984 | 2025-01-24T23:00:06.212Z | Compiling number_prefix v0.4.0 |
1985 | 2025-01-24T23:00:06.445Z | Compiling unicode-width v0.2.0 |
1986 | 2025-01-24T23:00:06.464Z | Compiling new_debug_unreachable v1.0.6 |
1987 | 2025-01-24T23:00:06.523Z | Compiling whoami v1.5.2 |
1988 | 2025-01-24T23:00:06.577Z | Compiling bit-vec v0.6.3 |
1989 | 2025-01-24T23:00:06.981Z | Compiling precomputed-hash v0.1.1 |
1990 | 2025-01-24T23:00:07.005Z | Compiling fixedbitset v0.4.2 |
1991 | 2025-01-24T23:00:07.041Z | Compiling indicatif v0.17.9 |
1992 | 2025-01-24T23:00:07.043Z | Compiling bit-set v0.5.3 |
1993 | 2025-01-24T23:00:07.123Z | Compiling string_cache v0.8.7 |
1994 | 2025-01-24T23:00:07.346Z | Compiling petgraph v0.6.5 |
1995 | 2025-01-24T23:00:07.375Z | Compiling tokio-postgres v0.7.12 |
1996 | 2025-01-24T23:00:07.528Z | Compiling similar v2.6.0 |
1997 | 2025-01-24T23:00:07.556Z | Compiling typify-macro v0.2.0 |
1998 | 2025-01-24T23:00:09.572Z | Compiling predicates v3.1.2 |
1999 | 2025-01-24T23:00:10.592Z | Compiling reqwest v0.12.9 |
2000 | 2025-01-24T23:00:10.847Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2001 | 2025-01-24T23:00:11.143Z | Compiling ecdsa v0.16.9 |
2002 | 2025-01-24T23:00:11.981Z | Compiling qorb v0.2.1 |
2003 | 2025-01-24T23:00:12.974Z | Compiling rsa v0.9.6 |
2004 | 2025-01-24T23:00:14.812Z | Compiling ed25519-dalek v2.1.1 |
2005 | 2025-01-24T23:00:15.345Z | Compiling zip v0.6.6 |
2006 | 2025-01-24T23:00:16.038Z | Compiling crossterm v0.28.1 |
2007 | 2025-01-24T23:00:16.539Z | Compiling clap v4.5.21 |
2008 | 2025-01-24T23:00:17.109Z | Compiling toml v0.7.8 |
2009 | 2025-01-24T23:00:18.129Z | Compiling x509-cert v0.2.5 |
2010 | 2025-01-24T23:00:19.036Z | Compiling hex v0.4.3 |
2011 | 2025-01-24T23:00:19.797Z | Compiling peg-runtime v0.8.3 |
2012 | 2025-01-24T23:00:19.905Z | Compiling lalrpop-util v0.19.12 |
2013 | 2025-01-24T23:00:20.258Z | Compiling unicode-xid v0.2.6 |
2014 | 2025-01-24T23:00:20.412Z | Compiling zerocopy v0.8.10 |
2015 | 2025-01-24T23:00:22.323Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2016 | 2025-01-24T23:00:26.491Z | Compiling proc-macro-crate v1.3.1 |
2017 | 2025-01-24T23:00:27.161Z | Compiling macaddr v1.0.1 |
2018 | 2025-01-24T23:00:27.559Z | Compiling zerocopy-derive v0.8.10 |
2019 | 2025-01-24T23:00:27.689Z | Compiling itertools v0.13.0 |
2020 | 2025-01-24T23:00:30.078Z | Compiling heapless v0.8.0 |
2021 | 2025-01-24T23:00:30.884Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2022 | 2025-01-24T23:00:35.169Z | Compiling num_enum_derive v0.5.11 |
2023 | 2025-01-24T23:00:43.314Z | Compiling hash32 v0.3.1 |
2024 | 2025-01-24T23:00:44.494Z | Compiling smoltcp v0.11.0 |
2025 | 2025-01-24T23:00:45.290Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2026 | 2025-01-24T23:00:49.812Z | Compiling num_enum v0.5.11 |
2027 | 2025-01-24T23:00:49.907Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2028 | 2025-01-24T23:00:50.511Z | Compiling typify v0.2.0 |
2029 | 2025-01-24T23:00:50.661Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2030 | 2025-01-24T23:00:51.654Z | Compiling proc-macro-error-attr v1.0.4 |
2031 | 2025-01-24T23:00:51.979Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2032 | 2025-01-24T23:00:52.283Z | Compiling thiserror v2.0.11 |
2033 | 2025-01-24T23:00:52.852Z | Compiling unsafe-libyaml v0.2.11 |
2034 | 2025-01-24T23:00:53.733Z | Compiling cobs v0.2.3 |
2035 | 2025-01-24T23:00:54.208Z | Compiling postcard v1.0.10 |
2036 | 2025-01-24T23:00:54.421Z | Compiling serde_yaml v0.9.34+deprecated |
2037 | 2025-01-24T23:01:05.100Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2038 | 2025-01-24T23:01:08.283Z | Compiling progenitor-impl v0.8.0 |
2039 | 2025-01-24T23:01:20.023Z | Compiling strum_macros v0.26.4 |
2040 | 2025-01-24T23:01:20.733Z | Compiling thiserror-impl v2.0.11 |
2041 | 2025-01-24T23:01:20.824Z | Compiling foreign-types-macros v0.2.3 |
2042 | 2025-01-24T23:01:21.545Z | Compiling structmeta-derive v0.3.0 |
2043 | 2025-01-24T23:01:22.029Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2044 | 2025-01-24T23:01:22.290Z | Compiling proc-macro-error v1.0.4 |
2045 | 2025-01-24T23:01:22.358Z | Compiling foreign-types-shared v0.3.1 |
2046 | 2025-01-24T23:01:23.285Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2047 | 2025-01-24T23:01:24.800Z | Compiling strum v0.26.3 |
2048 | 2025-01-24T23:01:24.870Z | Compiling structmeta v0.3.0 |
2049 | 2025-01-24T23:01:28.064Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2050 | 2025-01-24T23:01:30.193Z | Compiling foreign-types v0.5.0 |
2051 | 2025-01-24T23:01:33.321Z | Compiling progenitor-macro v0.8.0 |
2052 | 2025-01-24T23:01:37.037Z | Compiling progenitor-client v0.8.0 |
2053 | 2025-01-24T23:01:37.151Z | Compiling tabwriter v1.4.0 |
2054 | 2025-01-24T23:01:37.911Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2055 | 2025-01-24T23:01:38.709Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2056 | 2025-01-24T23:01:39.193Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2057 | 2025-01-24T23:01:39.879Z | Compiling cstr-argument v0.1.2 |
2058 | 2025-01-24T23:01:40.005Z | Compiling dropshot v0.15.1 |
2059 | 2025-01-24T23:01:40.170Z | Compiling fastrand v2.1.1 |
2060 | 2025-01-24T23:01:40.343Z | Compiling crucible-workspace-hack v0.1.0 |
2061 | 2025-01-24T23:01:40.841Z | Compiling pretty-hex v0.2.1 |
2062 | 2025-01-24T23:01:41.091Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2063 | 2025-01-24T23:01:41.958Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2064 | 2025-01-24T23:01:42.012Z | Compiling tempfile v3.13.0 |
2065 | 2025-01-24T23:01:42.444Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2066 | 2025-01-24T23:01:43.296Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2067 | 2025-01-24T23:01:43.503Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2068 | 2025-01-24T23:01:43.714Z | Compiling parse-display-derive v0.10.0 |
2069 | 2025-01-24T23:01:44.105Z | Compiling progenitor v0.8.0 |
2070 | 2025-01-24T23:01:44.281Z | Compiling colored v2.1.0 |
2071 | 2025-01-24T23:01:44.342Z | Compiling serde_with_macros v3.11.0 |
2072 | 2025-01-24T23:01:44.961Z | Compiling dropshot_endpoint v0.15.1 |
2073 | 2025-01-24T23:01:45.509Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2074 | 2025-01-24T23:01:46.240Z | Compiling instant v0.1.13 |
2075 | 2025-01-24T23:01:46.427Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2076 | 2025-01-24T23:01:46.697Z | Compiling serde_with v3.11.0 |
2077 | 2025-01-24T23:01:46.836Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2078 | 2025-01-24T23:01:47.209Z | Compiling parse-display v0.10.0 |
2079 | 2025-01-24T23:01:48.689Z | Compiling backoff v0.4.0 |
2080 | 2025-01-24T23:01:49.066Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2081 | 2025-01-24T23:01:49.290Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2082 | 2025-01-24T23:01:49.779Z | Compiling zone_cfg_derive v0.3.0 |
2083 | 2025-01-24T23:01:50.538Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2084 | 2025-01-24T23:01:50.621Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2085 | 2025-01-24T23:01:51.069Z | Compiling camino-tempfile v1.1.1 |
2086 | 2025-01-24T23:01:51.355Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2087 | 2025-01-24T23:01:51.373Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2088 | 2025-01-24T23:01:51.577Z | Compiling regress v0.9.1 |
2089 | 2025-01-24T23:01:51.809Z | Compiling progenitor-client v0.9.1 |
2090 | 2025-01-24T23:01:51.847Z | Compiling num-derive v0.4.2 |
2091 | 2025-01-24T23:01:52.691Z | Compiling sigpipe v0.1.3 |
2092 | 2025-01-24T23:01:52.839Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2093 | 2025-01-24T23:01:53.149Z | Compiling libefi-sys v0.1.0 |
2094 | 2025-01-24T23:01:53.541Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2095 | 2025-01-24T23:01:54.085Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2096 | 2025-01-24T23:01:55.627Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2097 | 2025-01-24T23:01:56.731Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2098 | 2025-01-24T23:01:57.291Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2099 | 2025-01-24T23:01:58.459Z | Compiling zone v0.3.0 |
2100 | 2025-01-24T23:02:01.443Z | Compiling smf v0.2.3 |
2101 | 2025-01-24T23:02:01.868Z | Compiling bitfield-struct v0.6.2 |
2102 | 2025-01-24T23:02:03.170Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2103 | 2025-01-24T23:02:03.485Z | Compiling blake3 v1.5.4 |
2104 | 2025-01-24T23:02:03.681Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2105 | 2025-01-24T23:02:04.023Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2106 | 2025-01-24T23:02:04.081Z | Compiling xattr v1.3.1 |
2107 | 2025-01-24T23:02:04.411Z | Compiling filetime v0.2.25 |
2108 | 2025-01-24T23:02:04.430Z | Compiling memmap2 v0.9.5 |
2109 | 2025-01-24T23:02:04.737Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2110 | 2025-01-24T23:02:04.753Z | Compiling same-file v1.0.6 |
2111 | 2025-01-24T23:02:04.866Z | Compiling arrayref v0.3.9 |
2112 | 2025-01-24T23:02:04.982Z | Compiling constant_time_eq v0.3.1 |
2113 | 2025-01-24T23:02:04.999Z | Compiling arrayvec v0.7.6 |
2114 | 2025-01-24T23:02:05.043Z | Compiling walkdir v2.5.0 |
2115 | 2025-01-24T23:02:05.113Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2116 | 2025-01-24T23:02:05.170Z | Compiling tar v0.4.42 |
2117 | 2025-01-24T23:02:06.681Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2118 | 2025-01-24T23:02:07.049Z | Compiling gethostname v0.5.0 |
2119 | 2025-01-24T23:02:07.085Z | Compiling cargo-platform v0.1.8 |
2120 | 2025-01-24T23:02:07.280Z | Compiling topological-sort v0.2.2 |
2121 | 2025-01-24T23:02:07.571Z | Compiling omicron-zone-package v0.12.0 |
2122 | 2025-01-24T23:02:08.075Z | Compiling cargo_metadata v0.18.1 |
2123 | 2025-01-24T23:02:08.095Z | Compiling shell-words v1.1.0 |
2124 | 2025-01-24T23:02:08.656Z | Compiling indent_write v2.2.0 |
2125 | 2025-01-24T23:02:11.288Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2126 | 2025-01-24T23:02:13.678Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2127 | 2025-01-24T23:02:15.237Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2128 | 2025-01-24T23:02:36.611Z | Finished `release` profile [optimized] target(s) in 5m 10s |
2129 | 2025-01-24T23:02:36.772Z | Running `target/release/omicron-package -t test target create -p dev` |
2130 | 2025-01-24T23:02:36.818Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2131 | 2025-01-24T23:02:36.821Z | Created new build target 'test' and set it as active |
2132 | 2025-01-24T23:02:36.821Z | |
2133 | 2025-01-24T23:02:36.821Z | real 5:10.781191645 |
2134 | 2025-01-24T23:02:36.821Z | user 36:18.132706796 |
2135 | 2025-01-24T23:02:36.821Z | sys 3:20.181853815 |
2136 | 2025-01-24T23:02:36.822Z | trap 1.139081968 |
2137 | 2025-01-24T23:02:36.823Z | tflt 2.640627598 |
2138 | 2025-01-24T23:02:36.823Z | dflt 0.774828513 |
2139 | 2025-01-24T23:02:36.823Z | kflt 0.065132472 |
2140 | 2025-01-24T23:02:36.823Z | lock 1:13:13.385167760 |
2141 | 2025-01-24T23:02:36.823Z | slp 2:26:56.034303893 |
2142 | 2025-01-24T23:02:36.823Z | lat 2:39.679664151 |
2143 | 2025-01-24T23:02:36.823Z | stop 4:39.011839329 |
2144 | 2025-01-24T23:02:36.823Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2145 | 2025-01-24T23:02:37.774Z | Finished `release` profile [optimized] target(s) in 0.90s |
2146 | 2025-01-24T23:02:37.834Z | Running `target/release/omicron-package -t test package` |
2147 | 2025-01-24T23:02:37.878Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2148 | 2025-01-24T23:02:38.991Z | Compiling thiserror v2.0.11 |
2149 | 2025-01-24T23:02:39.125Z | Compiling typify-impl v0.3.0 |
2150 | 2025-01-24T23:02:39.128Z | Compiling convert_case v0.4.0 |
2151 | 2025-01-24T23:02:39.128Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2152 | 2025-01-24T23:02:39.128Z | Compiling newline-converter v0.3.0 |
2153 | 2025-01-24T23:02:39.131Z | Compiling password-hash v0.5.0 |
2154 | 2025-01-24T23:02:39.131Z | Compiling blake2 v0.10.6 |
2155 | 2025-01-24T23:02:39.131Z | Compiling base64 v0.21.7 |
2156 | 2025-01-24T23:02:39.391Z | Compiling expectorate v1.1.0 |
2157 | 2025-01-24T23:02:39.504Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2158 | 2025-01-24T23:02:39.658Z | Compiling argon2 v0.5.3 |
2159 | 2025-01-24T23:02:39.905Z | Compiling derive_more v0.99.18 |
2160 | 2025-01-24T23:02:40.209Z | Compiling atomicwrites v0.4.4 |
2161 | 2025-01-24T23:02:40.333Z | Compiling owo-colors v4.1.0 |
2162 | 2025-01-24T23:02:40.641Z | Compiling cancel-safe-futures v0.1.5 |
2163 | 2025-01-24T23:02:40.695Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2164 | 2025-01-24T23:02:40.845Z | Compiling num-rational v0.4.2 |
2165 | 2025-01-24T23:02:41.011Z | Compiling progenitor-client v0.9.1 |
2166 | 2025-01-24T23:02:41.224Z | Compiling num-complex v0.4.6 |
2167 | 2025-01-24T23:02:41.905Z | Compiling libsw v3.3.1 |
2168 | 2025-01-24T23:02:41.978Z | Compiling float-ord v0.3.2 |
2169 | 2025-01-24T23:02:42.172Z | Compiling num v0.4.3 |
2170 | 2025-01-24T23:02:42.215Z | Compiling swrite v0.1.0 |
2171 | 2025-01-24T23:02:42.284Z | Compiling linear-map v1.2.0 |
2172 | 2025-01-24T23:02:42.352Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2173 | 2025-01-24T23:02:42.370Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2174 | 2025-01-24T23:02:42.684Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2175 | 2025-01-24T23:02:43.213Z | Compiling highway v1.2.0 |
2176 | 2025-01-24T23:02:43.922Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2177 | 2025-01-24T23:02:44.670Z | Compiling semver v0.1.20 |
2178 | 2025-01-24T23:02:45.224Z | Compiling rustc_version v0.1.7 |
2179 | 2025-01-24T23:02:45.624Z | Compiling newtype_derive v0.1.6 |
2180 | 2025-01-24T23:02:45.723Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2181 | 2025-01-24T23:02:45.954Z | Compiling tungstenite v0.21.0 |
2182 | 2025-01-24T23:02:50.062Z | Compiling typify-macro v0.3.0 |
2183 | 2025-01-24T23:02:50.065Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2184 | 2025-01-24T23:02:50.871Z | Compiling ipnetwork v0.20.0 |
2185 | 2025-01-24T23:02:51.604Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2186 | 2025-01-24T23:02:51.780Z | Compiling tokio-tungstenite v0.21.0 |
2187 | 2025-01-24T23:02:51.885Z | Compiling progenitor-client v0.8.0 |
2188 | 2025-01-24T23:02:52.287Z | Compiling humantime v2.1.0 |
2189 | 2025-01-24T23:02:52.348Z | Compiling progenitor v0.8.0 |
2190 | 2025-01-24T23:02:52.400Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2191 | 2025-01-24T23:02:52.955Z | Compiling dropshot v0.15.1 |
2192 | 2025-01-24T23:02:52.969Z | Compiling instant v0.1.13 |
2193 | 2025-01-24T23:02:52.974Z | Compiling backoff v0.4.0 |
2194 | 2025-01-24T23:02:53.084Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2195 | 2025-01-24T23:02:53.347Z | Compiling steno v0.4.1 |
2196 | 2025-01-24T23:02:53.393Z | Compiling typify v0.3.0 |
2197 | 2025-01-24T23:02:53.605Z | Compiling progenitor-impl v0.9.1 |
2198 | 2025-01-24T23:02:59.614Z | Compiling progenitor-macro v0.9.1 |
2199 | 2025-01-24T23:03:00.904Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2200 | 2025-01-24T23:03:01.584Z | Compiling parse-display v0.10.0 |
2201 | 2025-01-24T23:03:02.116Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2202 | 2025-01-24T23:03:02.324Z | Compiling strum v0.26.3 |
2203 | 2025-01-24T23:03:02.533Z | Compiling serde_with v3.11.0 |
2204 | 2025-01-24T23:03:04.794Z | Compiling regress v0.9.1 |
2205 | 2025-01-24T23:03:06.059Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2206 | 2025-01-24T23:03:07.572Z | Compiling macaddr v1.0.1 |
2207 | 2025-01-24T23:03:08.006Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2208 | 2025-01-24T23:03:08.038Z | Compiling slog-dtrace v0.3.0 |
2209 | 2025-01-24T23:03:08.294Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2210 | 2025-01-24T23:03:08.451Z | Compiling prettyplease v0.2.25 |
2211 | 2025-01-24T23:03:09.401Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2212 | 2025-01-24T23:03:10.536Z | Compiling progenitor v0.9.1 |
2213 | 2025-01-24T23:03:10.649Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2214 | 2025-01-24T23:03:10.775Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2215 | 2025-01-24T23:03:13.735Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2216 | 2025-01-24T23:03:15.018Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2217 | 2025-01-24T23:03:24.245Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2218 | 2025-01-24T23:03:26.332Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2219 | 2025-01-24T23:03:27.362Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2220 | 2025-01-24T23:03:27.383Z | Compiling half v2.4.1 |
2221 | 2025-01-24T23:03:28.076Z | Compiling ciborium-io v0.2.2 |
2222 | 2025-01-24T23:03:28.256Z | Compiling ciborium-ll v0.2.2 |
2223 | 2025-01-24T23:03:28.784Z | Compiling ciborium v0.2.2 |
2224 | 2025-01-24T23:03:28.979Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2225 | 2025-01-24T23:03:30.756Z | Compiling display-error-chain v0.2.2 |
2226 | 2025-01-24T23:03:30.994Z | Compiling fastrand v2.1.1 |
2227 | 2025-01-24T23:03:31.054Z | Compiling same-file v1.0.6 |
2228 | 2025-01-24T23:03:31.322Z | Compiling walkdir v2.5.0 |
2229 | 2025-01-24T23:03:31.498Z | Compiling tempfile v3.13.0 |
2230 | 2025-01-24T23:03:31.897Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2231 | 2025-01-24T23:03:31.931Z | Compiling blake3 v1.5.4 |
2232 | 2025-01-24T23:03:32.245Z | Compiling const_format_proc_macros v0.2.33 |
2233 | 2025-01-24T23:03:32.595Z | Compiling xattr v1.3.1 |
2234 | 2025-01-24T23:03:32.873Z | Compiling memmap2 v0.9.5 |
2235 | 2025-01-24T23:03:33.218Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2236 | 2025-01-24T23:03:33.306Z | Compiling filetime v0.2.25 |
2237 | 2025-01-24T23:03:33.623Z | Compiling constant_time_eq v0.3.1 |
2238 | 2025-01-24T23:03:33.805Z | Compiling arrayref v0.3.9 |
2239 | 2025-01-24T23:03:33.928Z | Compiling keccak v0.1.5 |
2240 | 2025-01-24T23:03:34.010Z | Compiling crunchy v0.2.2 |
2241 | 2025-01-24T23:03:34.468Z | Compiling maplit v1.0.2 |
2242 | 2025-01-24T23:03:34.618Z | Compiling arrayvec v0.7.6 |
2243 | 2025-01-24T23:03:34.889Z | Compiling sha3 v0.10.8 |
2244 | 2025-01-24T23:03:35.019Z | Compiling const_format v0.2.33 |
2245 | 2025-01-24T23:03:35.685Z | Compiling tar v0.4.42 |
2246 | 2025-01-24T23:03:36.066Z | Compiling camino-tempfile v1.1.1 |
2247 | 2025-01-24T23:03:36.303Z | Compiling toolchain_find v0.4.0 |
2248 | 2025-01-24T23:03:36.501Z | Compiling topological-sort v0.2.2 |
2249 | 2025-01-24T23:03:36.745Z | Compiling tiny-keccak v2.0.2 |
2250 | 2025-01-24T23:03:36.860Z | Compiling radium v0.7.0 |
2251 | 2025-01-24T23:03:37.088Z | Compiling omicron-zone-package v0.12.0 |
2252 | 2025-01-24T23:03:37.398Z | Compiling rustfmt-wrapper v0.2.1 |
2253 | 2025-01-24T23:03:37.863Z | Compiling dsl_auto_type v0.1.2 |
2254 | 2025-01-24T23:03:37.883Z | Compiling scheduled-thread-pool v0.2.7 |
2255 | 2025-01-24T23:03:37.902Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2256 | 2025-01-24T23:03:38.349Z | Compiling diesel_table_macro_syntax v0.2.0 |
2257 | 2025-01-24T23:03:38.749Z | Compiling maybe-uninit v2.0.0 |
2258 | 2025-01-24T23:03:39.181Z | Compiling tap v1.0.1 |
2259 | 2025-01-24T23:03:39.300Z | Compiling diesel_derives v2.2.3 |
2260 | 2025-01-24T23:03:39.353Z | Compiling wyz v0.5.1 |
2261 | 2025-01-24T23:03:39.391Z | Compiling r2d2 v0.8.10 |
2262 | 2025-01-24T23:03:40.328Z | Compiling phf_generator v0.11.2 |
2263 | 2025-01-24T23:03:40.370Z | Compiling ascii-canvas v3.0.0 |
2264 | 2025-01-24T23:03:40.473Z | Compiling secrecy v0.8.0 |
2265 | 2025-01-24T23:03:40.747Z | Compiling ena v0.14.3 |
2266 | 2025-01-24T23:03:40.838Z | Compiling async-recursion v1.1.1 |
2267 | 2025-01-24T23:03:41.132Z | Compiling diff v0.1.13 |
2268 | 2025-01-24T23:03:41.619Z | Compiling crc-catalog v2.4.0 |
2269 | 2025-01-24T23:03:41.785Z | Compiling funty v2.0.0 |
2270 | 2025-01-24T23:03:42.148Z | Compiling packed_struct v0.10.1 |
2271 | 2025-01-24T23:03:42.168Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2272 | 2025-01-24T23:03:42.570Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2273 | 2025-01-24T23:03:42.892Z | Compiling arc-swap v1.7.1 |
2274 | 2025-01-24T23:03:43.579Z | Compiling regex-syntax v0.6.29 |
2275 | 2025-01-24T23:03:44.087Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2276 | 2025-01-24T23:03:44.495Z | Compiling slog-scope v4.4.0 |
2277 | 2025-01-24T23:03:44.753Z | Compiling bitvec v1.0.1 |
2278 | 2025-01-24T23:03:45.307Z | Compiling crc v3.2.1 |
2279 | 2025-01-24T23:03:47.375Z | Compiling lalrpop v0.19.12 |
2280 | 2025-01-24T23:03:48.568Z | Compiling phf_codegen v0.11.2 |
2281 | 2025-01-24T23:03:48.914Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2282 | 2025-01-24T23:03:49.179Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2283 | 2025-01-24T23:03:49.438Z | Compiling universal-hash v0.5.1 |
2284 | 2025-01-24T23:03:49.687Z | Compiling thiserror-impl-no-std v2.0.2 |
2285 | 2025-01-24T23:03:49.952Z | Compiling packed_struct_codegen v0.10.1 |
2286 | 2025-01-24T23:03:50.113Z | Compiling diesel v2.2.6 |
2287 | 2025-01-24T23:03:52.145Z | Compiling parse-zoneinfo v0.3.1 |
2288 | 2025-01-24T23:03:52.201Z | Compiling indexmap v1.9.3 |
2289 | 2025-01-24T23:03:52.526Z | Compiling unicase v2.7.0 |
2290 | 2025-01-24T23:03:52.850Z | Compiling nodrop v0.1.14 |
2291 | 2025-01-24T23:03:52.898Z | Compiling opaque-debug v0.3.1 |
2292 | 2025-01-24T23:03:53.017Z | Compiling ref-cast v1.0.23 |
2293 | 2025-01-24T23:03:53.038Z | Compiling poly1305 v0.8.0 |
2294 | 2025-01-24T23:03:53.498Z | Compiling array-init v0.0.4 |
2295 | 2025-01-24T23:03:54.489Z | Compiling chrono-tz-build v0.4.0 |
2296 | 2025-01-24T23:03:55.528Z | Compiling thiserror-no-std v2.0.2 |
2297 | 2025-01-24T23:03:55.681Z | Compiling smallvec v0.6.14 |
2298 | 2025-01-24T23:03:56.743Z | Compiling slog-stdlog v4.1.1 |
2299 | 2025-01-24T23:03:57.560Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2300 | 2025-01-24T23:03:57.863Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2301 | 2025-01-24T23:03:58.181Z | Compiling derive_builder_core v0.20.2 |
2302 | 2025-01-24T23:03:58.422Z | Compiling chacha20 v0.9.1 |
2303 | 2025-01-24T23:03:58.896Z | Compiling headers-core v0.3.0 |
2304 | 2025-01-24T23:03:59.096Z | Compiling aead v0.5.2 |
2305 | 2025-01-24T23:03:59.460Z | Compiling libxml v0.3.3 |
2306 | 2025-01-24T23:03:59.848Z | Compiling ref-cast-impl v1.0.23 |
2307 | 2025-01-24T23:04:00.203Z | Compiling vte_generate_state_changes v0.1.2 |
2308 | 2025-01-24T23:04:00.807Z | Compiling hashbrown v0.12.3 |
2309 | 2025-01-24T23:04:00.939Z | Compiling termcolor v1.4.1 |
2310 | 2025-01-24T23:04:01.978Z | Compiling bitfield v0.14.0 |
2311 | 2025-01-24T23:04:02.292Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2312 | 2025-01-24T23:04:03.091Z | Compiling env_logger v0.10.2 |
2313 | 2025-01-24T23:04:06.424Z | Compiling vte v0.11.1 |
2314 | 2025-01-24T23:04:07.918Z | Compiling derive_builder_macro v0.20.2 |
2315 | 2025-01-24T23:04:08.781Z | Compiling chacha20poly1305 v0.10.1 |
2316 | 2025-01-24T23:04:09.032Z | Compiling headers v0.4.0 |
2317 | 2025-01-24T23:04:09.846Z | Compiling polar-core v0.27.3 |
2318 | 2025-01-24T23:04:12.014Z | Compiling slog-envlogger v2.2.0 |
2319 | 2025-01-24T23:04:12.470Z | Compiling serde-hex v0.1.0 |
2320 | 2025-01-24T23:04:14.646Z | Compiling vsss-rs v3.3.4 |
2321 | 2025-01-24T23:04:17.502Z | Compiling chrono-tz v0.10.1 |
2322 | 2025-01-24T23:04:18.135Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2323 | 2025-01-24T23:04:18.501Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2324 | 2025-01-24T23:04:18.849Z | Compiling ron v0.8.1 |
2325 | 2025-01-24T23:04:20.968Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2326 | 2025-01-24T23:04:21.275Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2327 | 2025-01-24T23:04:22.441Z | Compiling hashbrown v0.13.2 |
2328 | 2025-01-24T23:04:23.783Z | Compiling strum_macros v0.24.3 |
2329 | 2025-01-24T23:04:24.546Z | Compiling fxhash v0.2.1 |
2330 | 2025-01-24T23:04:24.799Z | Compiling samael v0.0.17 |
2331 | 2025-01-24T23:04:25.703Z | Compiling lockfree-object-pool v0.1.6 |
2332 | 2025-01-24T23:04:25.995Z | Compiling crc-any v2.5.0 |
2333 | 2025-01-24T23:04:26.362Z | Compiling bumpalo v3.16.0 |
2334 | 2025-01-24T23:04:26.759Z | Compiling bytecount v0.6.8 |
2335 | 2025-01-24T23:04:26.909Z | Compiling zip v2.1.3 |
2336 | 2025-01-24T23:04:26.961Z | Compiling indoc v1.0.9 |
2337 | 2025-01-24T23:04:27.076Z | Compiling simd-adler32 v0.3.7 |
2338 | 2025-01-24T23:04:27.266Z | Compiling papergrid v0.11.0 |
2339 | 2025-01-24T23:04:28.240Z | Compiling zopfli v0.8.1 |
2340 | 2025-01-24T23:04:32.342Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2341 | 2025-01-24T23:04:33.367Z | Compiling object v0.30.4 |
2342 | 2025-01-24T23:04:35.595Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2343 | 2025-01-24T23:04:40.635Z | Compiling derive_builder v0.20.2 |
2344 | 2025-01-24T23:04:40.857Z | Compiling strip-ansi-escapes v0.2.0 |
2345 | 2025-01-24T23:04:41.856Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2346 | 2025-01-24T23:04:42.165Z | Compiling tabled_derive v0.7.0 |
2347 | 2025-01-24T23:04:43.109Z | Compiling itertools v0.12.1 |
2348 | 2025-01-24T23:04:44.105Z | Compiling fd-lock v4.0.2 |
2349 | 2025-01-24T23:04:44.356Z | Compiling peg-macros v0.8.4 |
2350 | 2025-01-24T23:04:45.495Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2351 | 2025-01-24T23:04:46.462Z | Compiling kstat-rs v0.2.4 |
2352 | 2025-01-24T23:04:46.564Z | Compiling impl-trait-for-tuples v0.2.2 |
2353 | 2025-01-24T23:04:46.778Z | Compiling oso-derive v0.27.3 |
2354 | 2025-01-24T23:04:47.339Z | Compiling quick-xml v0.33.0 |
2355 | 2025-01-24T23:04:47.638Z | Compiling diesel-dtrace v0.4.2 |
2356 | 2025-01-24T23:04:47.722Z | Compiling nu-ansi-term v0.50.1 |
2357 | 2025-01-24T23:04:47.970Z | Compiling path-slash v0.1.5 |
2358 | 2025-01-24T23:04:48.248Z | Compiling reedline v0.35.0 |
2359 | 2025-01-24T23:04:49.025Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2360 | 2025-01-24T23:04:52.469Z | Compiling oso v0.27.3 |
2361 | 2025-01-24T23:04:53.338Z | Compiling peg v0.8.4 |
2362 | 2025-01-24T23:04:53.477Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2363 | 2025-01-24T23:05:00.686Z | Compiling tabled v0.15.0 |
2364 | 2025-01-24T23:05:04.781Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2365 | 2025-01-24T23:05:13.473Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2366 | 2025-01-24T23:05:16.071Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2367 | 2025-01-24T23:05:17.540Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2368 | 2025-01-24T23:05:20.456Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2369 | 2025-01-24T23:05:20.778Z | Compiling pem v3.0.4 |
2370 | 2025-01-24T23:05:22.237Z | Compiling bb8 v0.8.5 |
2371 | 2025-01-24T23:05:22.846Z | Compiling bcs v0.1.6 |
2372 | 2025-01-24T23:05:23.182Z | Compiling libz-sys v1.1.20 |
2373 | 2025-01-24T23:05:23.764Z | Compiling termtree v0.5.1 |
2374 | 2025-01-24T23:05:23.860Z | Compiling parking_lot_core v0.8.6 |
2375 | 2025-01-24T23:05:24.474Z | Compiling async-bb8-diesel v0.2.1 |
2376 | 2025-01-24T23:05:25.288Z | Compiling mime_guess v2.0.5 |
2377 | 2025-01-24T23:05:27.034Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2378 | 2025-01-24T23:05:28.219Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2379 | 2025-01-24T23:05:30.401Z | Compiling buf-list v1.0.3 |
2380 | 2025-01-24T23:05:32.531Z | Compiling nibble_vec v0.1.0 |
2381 | 2025-01-24T23:05:32.793Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2382 | 2025-01-24T23:05:33.287Z | Compiling pin-project-internal v1.1.6 |
2383 | 2025-01-24T23:05:33.545Z | Compiling atty v0.2.14 |
2384 | 2025-01-24T23:05:33.737Z | Compiling salty v0.3.0 |
2385 | 2025-01-24T23:05:34.150Z | Compiling endian-type v0.1.2 |
2386 | 2025-01-24T23:05:34.417Z | Compiling http-range v0.1.5 |
2387 | 2025-01-24T23:05:35.011Z | Compiling radix_trie v0.2.1 |
2388 | 2025-01-24T23:05:35.929Z | Compiling pin-project v1.1.6 |
2389 | 2025-01-24T23:05:36.109Z | Compiling parking_lot v0.11.2 |
2390 | 2025-01-24T23:05:40.816Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2391 | 2025-01-24T23:05:41.841Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2392 | 2025-01-24T23:05:43.306Z | Compiling snafu-derive v0.8.5 |
2393 | 2025-01-24T23:05:45.312Z | Compiling hyper-staticfile v0.10.1 |
2394 | 2025-01-24T23:05:47.493Z | Compiling snafu v0.8.5 |
2395 | 2025-01-24T23:05:48.016Z | Compiling sled v0.34.7 |
2396 | 2025-01-24T23:05:48.720Z | Compiling hickory-client v0.24.2 |
2397 | 2025-01-24T23:05:53.756Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2398 | 2025-01-24T23:05:54.853Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2399 | 2025-01-24T23:06:03.773Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2400 | 2025-01-24T23:06:12.367Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2401 | 2025-01-24T23:06:15.701Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2402 | 2025-01-24T23:06:18.539Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2403 | 2025-01-24T23:06:20.083Z | Compiling hickory-server v0.24.2 |
2404 | 2025-01-24T23:06:21.347Z | Compiling globset v0.4.15 |
2405 | 2025-01-24T23:06:21.617Z | Compiling olpc-cjson v0.1.4 |
2406 | 2025-01-24T23:06:21.938Z | Compiling primeorder v0.13.6 |
2407 | 2025-01-24T23:06:22.506Z | Compiling castaway v0.2.3 |
2408 | 2025-01-24T23:06:22.720Z | Compiling vergen v8.3.2 |
2409 | 2025-01-24T23:06:23.059Z | Compiling env_filter v0.1.2 |
2410 | 2025-01-24T23:06:24.596Z | Compiling cargo-platform v0.1.8 |
2411 | 2025-01-24T23:06:25.052Z | Compiling serde_plain v1.0.2 |
2412 | 2025-01-24T23:06:25.564Z | Compiling nanorand v0.7.0 |
2413 | 2025-01-24T23:06:26.245Z | Compiling memoffset v0.9.1 |
2414 | 2025-01-24T23:06:26.589Z | Compiling typed-path v0.9.3 |
2415 | 2025-01-24T23:06:27.408Z | Compiling git2 v0.19.0 |
2416 | 2025-01-24T23:06:28.821Z | Compiling flume v0.11.1 |
2417 | 2025-01-24T23:06:29.584Z | Compiling tough v0.19.0 |
2418 | 2025-01-24T23:06:31.228Z | Compiling cargo_metadata v0.18.1 |
2419 | 2025-01-24T23:06:31.931Z | Compiling env_logger v0.11.5 |
2420 | 2025-01-24T23:06:33.368Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2421 | 2025-01-24T23:06:33.419Z | Compiling compact_str v0.8.0 |
2422 | 2025-01-24T23:06:33.547Z | Compiling p384 v0.13.0 |
2423 | 2025-01-24T23:06:34.190Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2424 | 2025-01-24T23:06:35.583Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2425 | 2025-01-24T23:06:35.869Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2426 | 2025-01-24T23:06:37.054Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2427 | 2025-01-24T23:06:40.557Z | Compiling unicode-truncate v1.1.0 |
2428 | 2025-01-24T23:06:40.885Z | Compiling lru v0.12.5 |
2429 | 2025-01-24T23:06:41.255Z | Compiling rand_seeder v0.3.0 |
2430 | 2025-01-24T23:06:41.678Z | Compiling libsqlite3-sys v0.30.1 |
2431 | 2025-01-24T23:06:42.217Z | Compiling lzma-sys v0.1.20 |
2432 | 2025-01-24T23:06:42.940Z | Compiling instability v0.3.2 |
2433 | 2025-01-24T23:06:43.655Z | Compiling cfg_aliases v0.2.1 |
2434 | 2025-01-24T23:06:43.729Z | Compiling parse-size v1.1.0 |
2435 | 2025-01-24T23:06:43.804Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2436 | 2025-01-24T23:06:43.943Z | Compiling cassowary v0.3.0 |
2437 | 2025-01-24T23:06:44.055Z | Compiling rustls v0.21.12 |
2438 | 2025-01-24T23:06:44.171Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2439 | 2025-01-24T23:06:44.412Z | Compiling nix v0.29.0 |
2440 | 2025-01-24T23:06:44.535Z | Compiling ratatui v0.28.1 |
2441 | 2025-01-24T23:06:45.357Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2442 | 2025-01-24T23:06:45.613Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2443 | 2025-01-24T23:06:47.549Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2444 | 2025-01-24T23:06:48.231Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2445 | 2025-01-24T23:06:48.980Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2446 | 2025-01-24T23:06:49.302Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2447 | 2025-01-24T23:06:52.169Z | Compiling rustls-webpki v0.101.7 |
2448 | 2025-01-24T23:06:52.879Z | Compiling sct v0.7.1 |
2449 | 2025-01-24T23:06:53.380Z | Compiling heck v0.3.3 |
2450 | 2025-01-24T23:06:53.733Z | Compiling csv-core v0.1.11 |
2451 | 2025-01-24T23:06:54.612Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2452 | 2025-01-24T23:06:54.967Z | Compiling glob v0.3.1 |
2453 | 2025-01-24T23:06:56.008Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2454 | 2025-01-24T23:06:56.301Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2455 | 2025-01-24T23:06:56.436Z | Compiling csv v1.3.0 |
2456 | 2025-01-24T23:06:56.950Z | Compiling zone_cfg_derive v0.1.2 |
2457 | 2025-01-24T23:06:58.655Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2458 | 2025-01-24T23:07:03.084Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2459 | 2025-01-24T23:07:03.253Z | Compiling nix v0.27.1 |
2460 | 2025-01-24T23:07:03.814Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2461 | 2025-01-24T23:07:04.361Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2462 | 2025-01-24T23:07:06.692Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2463 | 2025-01-24T23:07:10.393Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2464 | 2025-01-24T23:07:14.887Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2465 | 2025-01-24T23:07:15.252Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2466 | 2025-01-24T23:07:16.021Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2467 | 2025-01-24T23:07:16.343Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2468 | 2025-01-24T23:07:16.669Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2469 | 2025-01-24T23:07:16.995Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2470 | 2025-01-24T23:07:17.766Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2471 | 2025-01-24T23:07:17.886Z | Compiling tungstenite v0.23.0 |
2472 | 2025-01-24T23:07:18.070Z | Compiling hashlink v0.9.1 |
2473 | 2025-01-24T23:07:18.486Z | Compiling base64 v0.13.1 |
2474 | 2025-01-24T23:07:18.864Z | Compiling fallible-streaming-iterator v0.1.9 |
2475 | 2025-01-24T23:07:19.178Z | Compiling fallible-iterator v0.3.0 |
2476 | 2025-01-24T23:07:19.273Z | Compiling tokio-tungstenite v0.23.1 |
2477 | 2025-01-24T23:07:19.911Z | Compiling rusqlite v0.32.1 |
2478 | 2025-01-24T23:07:19.960Z | Compiling ron v0.7.1 |
2479 | 2025-01-24T23:07:20.646Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2480 | 2025-01-24T23:07:21.367Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2481 | 2025-01-24T23:07:24.160Z | Compiling xz2 v0.1.7 |
2482 | 2025-01-24T23:07:24.756Z | Compiling tokio-rustls v0.24.1 |
2483 | 2025-01-24T23:07:25.180Z | Compiling zone v0.1.8 |
2484 | 2025-01-24T23:07:28.551Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2485 | 2025-01-24T23:07:30.183Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2486 | 2025-01-24T23:07:31.667Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2487 | 2025-01-24T23:07:34.547Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2488 | 2025-01-24T23:07:34.777Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2489 | 2025-01-24T23:07:41.175Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2490 | 2025-01-24T23:07:43.002Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2491 | 2025-01-24T23:07:43.702Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2492 | 2025-01-24T23:07:46.310Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2493 | 2025-01-24T23:07:46.332Z | Compiling rustls-pemfile v1.0.4 |
2494 | 2025-01-24T23:07:47.160Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2495 | 2025-01-24T23:07:47.503Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2496 | 2025-01-24T23:07:47.689Z | Compiling signal-hook-tokio v0.3.1 |
2497 | 2025-01-24T23:07:47.709Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2498 | 2025-01-24T23:07:47.928Z | Compiling twox-hash v1.6.3 |
2499 | 2025-01-24T23:07:48.632Z | Compiling yasna v0.5.2 |
2500 | 2025-01-24T23:07:48.922Z | Compiling is_ci v1.2.0 |
2501 | 2025-01-24T23:07:49.252Z | Compiling smawk v0.3.2 |
2502 | 2025-01-24T23:07:49.545Z | Compiling unicode-linebreak v0.1.5 |
2503 | 2025-01-24T23:07:50.104Z | Compiling textwrap v0.16.1 |
2504 | 2025-01-24T23:07:51.931Z | Compiling rcgen v0.12.1 |
2505 | 2025-01-24T23:07:53.578Z | Compiling supports-color v3.0.1 |
2506 | 2025-01-24T23:07:54.028Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2507 | 2025-01-24T23:07:56.712Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2508 | 2025-01-24T23:08:01.616Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2509 | 2025-01-24T23:08:02.066Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2510 | 2025-01-24T23:08:02.462Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2511 | 2025-01-24T23:08:08.297Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2512 | 2025-01-24T23:08:16.315Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2513 | 2025-01-24T23:08:22.349Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2514 | 2025-01-24T23:08:22.350Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2515 | 2025-01-24T23:08:34.278Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2516 | 2025-01-24T23:08:34.817Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2517 | 2025-01-24T23:08:37.803Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2518 | 2025-01-24T23:08:38.115Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2519 | 2025-01-24T23:08:40.855Z | Compiling fatfs v0.3.6 |
2520 | 2025-01-24T23:08:41.137Z | Compiling subprocess v0.2.9 |
2521 | 2025-01-24T23:08:43.607Z | Compiling rtoolbox v0.0.2 |
2522 | 2025-01-24T23:08:44.062Z | Compiling assert_matches v1.5.0 |
2523 | 2025-01-24T23:08:45.779Z | Compiling rpassword v7.3.1 |
2524 | 2025-01-24T23:08:46.277Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2525 | 2025-01-24T23:08:48.005Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2526 | 2025-01-24T23:08:49.156Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2527 | 2025-01-24T23:08:53.617Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2528 | 2025-01-24T23:08:56.241Z | Compiling tui-tree-widget v0.22.0 |
2529 | 2025-01-24T23:08:56.706Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2530 | 2025-01-24T23:09:03.190Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2531 | 2025-01-24T23:09:03.499Z | Compiling uzers v0.12.1 |
2532 | 2025-01-24T23:09:06.524Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2533 | 2025-01-24T23:09:09.922Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2534 | 2025-01-24T23:09:11.876Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2535 | 2025-01-24T23:09:41.830Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2536 | 2025-01-24T23:09:45.599Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2537 | 2025-01-24T23:09:51.784Z | Compiling multimap v0.10.0 |
2538 | 2025-01-24T23:12:12.001Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2539 | 2025-01-24T23:12:25.912Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2540 | 2025-01-24T23:19:05.602Z | Finished `release` profile [optimized] target(s) in 16m 27s |
2541 | 2025-01-24T23:20:09.729Z | |
2542 | 2025-01-24T23:20:09.732Z | real 17:33.053632912 |
2543 | 2025-01-24T23:20:09.732Z | user 2:04:24.838044629 |
2544 | 2025-01-24T23:20:09.732Z | sys 3:15.252860833 |
2545 | 2025-01-24T23:20:09.732Z | trap 3.189156983 |
2546 | 2025-01-24T23:20:09.732Z | tflt 3.062151089 |
2547 | 2025-01-24T23:20:09.732Z | dflt 4.487748324 |
2548 | 2025-01-24T23:20:09.732Z | kflt 0.000745830 |
2549 | 2025-01-24T23:20:09.732Z | lock 7:27:54.290800808 |
2550 | 2025-01-24T23:20:09.732Z | slp 6:23:55.916240587 |
2551 | 2025-01-24T23:20:09.732Z | lat 3:24.221781218 |
2552 | 2025-01-24T23:20:09.732Z | stop 2:42.904657196 |
2553 | 2025-01-24T23:20:09.732Z | + mapfile -t packages |
2554 | 2025-01-24T23:20:09.732Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2555 | 2025-01-24T23:20:10.738Z | Finished `release` profile [optimized] target(s) in 0.95s |
2556 | 2025-01-24T23:20:10.795Z | Running `target/release/omicron-package -t test list-outputs` |
2557 | 2025-01-24T23:20:10.842Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2558 | 2025-01-24T23:20:10.845Z | + ptime -m cargo build --locked --release -p xtask |
2559 | 2025-01-24T23:20:11.392Z | Compiling serde v1.0.217 |
2560 | 2025-01-24T23:20:11.395Z | Compiling libc v0.2.169 |
2561 | 2025-01-24T23:20:11.395Z | Compiling serde_json v1.0.135 |
2562 | 2025-01-24T23:20:11.395Z | Compiling rustix v0.38.37 |
2563 | 2025-01-24T23:20:11.395Z | Compiling syn v2.0.96 |
2564 | 2025-01-24T23:20:11.486Z | Compiling bitflags v2.6.0 |
2565 | 2025-01-24T23:20:11.902Z | Compiling usdt-impl v0.5.0 |
2566 | 2025-01-24T23:20:11.917Z | Compiling syn v1.0.109 |
2567 | 2025-01-24T23:20:11.996Z | Compiling hashbrown v0.15.1 |
2568 | 2025-01-24T23:20:12.018Z | Compiling log v0.4.22 |
2569 | 2025-01-24T23:20:12.223Z | Compiling fs-err v2.11.0 |
2570 | 2025-01-24T23:20:12.490Z | Compiling anyhow v1.0.95 |
2571 | 2025-01-24T23:20:12.537Z | Compiling once_cell v1.20.2 |
2572 | 2025-01-24T23:20:12.739Z | Compiling thread-id v4.2.2 |
2573 | 2025-01-24T23:20:13.218Z | Compiling indexmap v2.7.0 |
2574 | 2025-01-24T23:20:14.232Z | Compiling terminal_size v0.4.0 |
2575 | 2025-01-24T23:20:14.232Z | Compiling tempfile v3.13.0 |
2576 | 2025-01-24T23:20:14.615Z | Compiling clap_builder v4.5.21 |
2577 | 2025-01-24T23:20:15.251Z | Compiling proc-macro-error v1.0.4 |
2578 | 2025-01-24T23:20:15.975Z | Compiling tabled_derive v0.7.0 |
2579 | 2025-01-24T23:20:17.031Z | Compiling tabled v0.15.0 |
2580 | 2025-01-24T23:20:18.006Z | Compiling serde_derive v1.0.217 |
2581 | 2025-01-24T23:20:18.006Z | Compiling thiserror-impl v1.0.69 |
2582 | 2025-01-24T23:20:18.009Z | Compiling zerocopy-derive v0.7.35 |
2583 | 2025-01-24T23:20:18.009Z | Compiling scroll_derive v0.12.0 |
2584 | 2025-01-24T23:20:18.009Z | Compiling clap_derive v4.5.18 |
2585 | 2025-01-24T23:20:19.386Z | Compiling scroll v0.12.0 |
2586 | 2025-01-24T23:20:19.931Z | Compiling zerocopy v0.7.35 |
2587 | 2025-01-24T23:20:20.637Z | Compiling thiserror v1.0.69 |
2588 | 2025-01-24T23:20:20.811Z | Compiling pest v2.7.14 |
2589 | 2025-01-24T23:20:21.467Z | Compiling goblin v0.8.2 |
2590 | 2025-01-24T23:20:22.205Z | Compiling clap v4.5.21 |
2591 | 2025-01-24T23:20:23.808Z | Compiling pest_meta v2.7.14 |
2592 | 2025-01-24T23:20:25.411Z | Compiling pest_generator v2.7.14 |
2593 | 2025-01-24T23:20:27.636Z | Compiling pest_derive v2.7.14 |
2594 | 2025-01-24T23:20:28.401Z | Compiling dtrace-parser v0.2.0 |
2595 | 2025-01-24T23:20:33.682Z | Compiling serde_tokenstream v0.2.2 |
2596 | 2025-01-24T23:20:34.258Z | Compiling dof v0.3.0 |
2597 | 2025-01-24T23:20:34.528Z | Compiling toml_datetime v0.6.8 |
2598 | 2025-01-24T23:20:35.095Z | Compiling serde_spanned v0.6.8 |
2599 | 2025-01-24T23:20:35.378Z | Compiling toml_edit v0.22.22 |
2600 | 2025-01-24T23:20:35.878Z | Compiling camino v1.1.9 |
2601 | 2025-01-24T23:20:36.364Z | Compiling usdt-attr-macro v0.5.0 |
2602 | 2025-01-24T23:20:36.853Z | Compiling usdt-macro v0.5.0 |
2603 | 2025-01-24T23:20:37.676Z | Compiling cargo-platform v0.1.8 |
2604 | 2025-01-24T23:20:37.995Z | Compiling semver v1.0.24 |
2605 | 2025-01-24T23:20:38.777Z | Compiling cargo_metadata v0.18.1 |
2606 | 2025-01-24T23:20:39.461Z | Compiling toml v0.8.19 |
2607 | 2025-01-24T23:20:41.035Z | Compiling cargo_toml v0.20.5 |
2608 | 2025-01-24T23:20:44.809Z | Compiling usdt v0.5.0 |
2609 | 2025-01-24T23:20:45.559Z | Compiling camino-tempfile v1.1.1 |
2610 | 2025-01-24T23:20:46.212Z | Compiling macaddr v1.0.1 |
2611 | 2025-01-24T23:20:54.035Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2612 | 2025-01-24T23:21:04.560Z | Finished `release` profile [optimized] target(s) in 53.67s |
2613 | 2025-01-24T23:21:04.691Z | |
2614 | 2025-01-24T23:21:04.691Z | real 53.827528188 |
2615 | 2025-01-24T23:21:04.691Z | user 5:39.672348306 |
2616 | 2025-01-24T23:21:04.694Z | sys 18.130477120 |
2617 | 2025-01-24T23:21:04.694Z | trap 0.157752969 |
2618 | 2025-01-24T23:21:04.694Z | tflt 0.266126219 |
2619 | 2025-01-24T23:21:04.694Z | dflt 0.362834766 |
2620 | 2025-01-24T23:21:04.694Z | kflt 0.000027514 |
2621 | 2025-01-24T23:21:04.695Z | lock 10:26.304665633 |
2622 | 2025-01-24T23:21:04.695Z | slp 16:09.512278801 |
2623 | 2025-01-24T23:21:04.695Z | lat 14.646007686 |
2624 | 2025-01-24T23:21:04.695Z | stop 16.855486808 |
2625 | 2025-01-24T23:21:04.695Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2626 | 2025-01-24T23:21:04.695Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2627 | 2025-01-24T23:21:04.695Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2628 | 2025-01-24T23:21:04.695Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2629 | 2025-01-24T23:21:04.695Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2630 | 2025-01-24T23:21:05.570Z | Compiling hashbrown v0.14.5 |
2631 | 2025-01-24T23:21:05.700Z | Compiling thiserror v2.0.11 |
2632 | 2025-01-24T23:21:05.713Z | Compiling thiserror-impl v2.0.11 |
2633 | 2025-01-24T23:21:05.716Z | Compiling ident_case v1.0.1 |
2634 | 2025-01-24T23:21:05.737Z | Compiling unsafe-libyaml v0.2.11 |
2635 | 2025-01-24T23:21:05.750Z | Compiling ipnetwork v0.20.0 |
2636 | 2025-01-24T23:21:05.753Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2637 | 2025-01-24T23:21:05.753Z | Compiling progenitor-client v0.9.1 |
2638 | 2025-01-24T23:21:05.885Z | Compiling darling_core v0.20.10 |
2639 | 2025-01-24T23:21:06.244Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2640 | 2025-01-24T23:21:06.330Z | Compiling macaddr v1.0.1 |
2641 | 2025-01-24T23:21:06.552Z | Compiling progenitor-client v0.8.0 |
2642 | 2025-01-24T23:21:06.672Z | Compiling instant v0.1.13 |
2643 | 2025-01-24T23:21:06.786Z | Compiling regress v0.10.1 |
2644 | 2025-01-24T23:21:06.811Z | Compiling structmeta-derive v0.3.0 |
2645 | 2025-01-24T23:21:06.837Z | Compiling dropshot v0.15.1 |
2646 | 2025-01-24T23:21:06.935Z | Compiling regress v0.9.1 |
2647 | 2025-01-24T23:21:07.001Z | Compiling serde_yaml v0.9.34+deprecated |
2648 | 2025-01-24T23:21:07.226Z | Compiling dropshot_endpoint v0.15.1 |
2649 | 2025-01-24T23:21:07.589Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2650 | 2025-01-24T23:21:08.845Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2651 | 2025-01-24T23:21:09.219Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2652 | 2025-01-24T23:21:09.460Z | Compiling structmeta v0.3.0 |
2653 | 2025-01-24T23:21:09.801Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2654 | 2025-01-24T23:21:09.902Z | Compiling parse-display-derive v0.10.0 |
2655 | 2025-01-24T23:21:10.004Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2656 | 2025-01-24T23:21:10.213Z | Compiling backoff v0.4.0 |
2657 | 2025-01-24T23:21:10.266Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2658 | 2025-01-24T23:21:10.587Z | Compiling typify-impl v0.2.0 |
2659 | 2025-01-24T23:21:10.609Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2660 | 2025-01-24T23:21:10.790Z | Compiling tempfile v3.13.0 |
2661 | 2025-01-24T23:21:11.011Z | Compiling proc-macro-crate v1.3.1 |
2662 | 2025-01-24T23:21:11.584Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2663 | 2025-01-24T23:21:11.641Z | Compiling typify-impl v0.3.0 |
2664 | 2025-01-24T23:21:11.821Z | Compiling itertools v0.13.0 |
2665 | 2025-01-24T23:21:11.877Z | Compiling darling_macro v0.20.10 |
2666 | 2025-01-24T23:21:11.962Z | Compiling num_enum_derive v0.5.11 |
2667 | 2025-01-24T23:21:11.984Z | Compiling zerocopy v0.8.10 |
2668 | 2025-01-24T23:21:12.835Z | Compiling darling v0.20.10 |
2669 | 2025-01-24T23:21:12.887Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2670 | 2025-01-24T23:21:12.977Z | Compiling serde_with_macros v3.11.0 |
2671 | 2025-01-24T23:21:13.303Z | Compiling zerocopy-derive v0.8.10 |
2672 | 2025-01-24T23:21:13.938Z | Compiling parse-display v0.10.0 |
2673 | 2025-01-24T23:21:14.467Z | Compiling num_enum v0.5.11 |
2674 | 2025-01-24T23:21:14.563Z | Compiling foreign-types-macros v0.2.3 |
2675 | 2025-01-24T23:21:14.639Z | Compiling heapless v0.8.0 |
2676 | 2025-01-24T23:21:14.739Z | Compiling crucible-workspace-hack v0.1.0 |
2677 | 2025-01-24T23:21:15.036Z | Compiling foreign-types-shared v0.3.1 |
2678 | 2025-01-24T23:21:15.228Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2679 | 2025-01-24T23:21:15.502Z | Compiling proc-macro-error v1.0.4 |
2680 | 2025-01-24T23:21:15.595Z | Compiling serde_with v3.11.0 |
2681 | 2025-01-24T23:21:15.826Z | Compiling foreign-types v0.5.0 |
2682 | 2025-01-24T23:21:16.166Z | Compiling camino-tempfile v1.1.1 |
2683 | 2025-01-24T23:21:16.300Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2684 | 2025-01-24T23:21:16.616Z | Compiling hash32 v0.3.1 |
2685 | 2025-01-24T23:21:16.889Z | Compiling cstr-argument v0.1.2 |
2686 | 2025-01-24T23:21:17.103Z | Compiling pretty-hex v0.2.1 |
2687 | 2025-01-24T23:21:17.227Z | Compiling smoltcp v0.11.0 |
2688 | 2025-01-24T23:21:17.326Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2689 | 2025-01-24T23:21:17.707Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2690 | 2025-01-24T23:21:17.986Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2691 | 2025-01-24T23:21:18.331Z | Compiling tabwriter v1.4.0 |
2692 | 2025-01-24T23:21:18.799Z | Compiling colored v2.1.0 |
2693 | 2025-01-24T23:21:19.033Z | Compiling cobs v0.2.3 |
2694 | 2025-01-24T23:21:19.202Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2695 | 2025-01-24T23:21:19.348Z | Compiling postcard v1.0.10 |
2696 | 2025-01-24T23:21:19.447Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2697 | 2025-01-24T23:21:19.592Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2698 | 2025-01-24T23:21:19.627Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2699 | 2025-01-24T23:21:19.972Z | Compiling smf v0.2.3 |
2700 | 2025-01-24T23:21:19.991Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2701 | 2025-01-24T23:21:20.424Z | Compiling zone_cfg_derive v0.3.0 |
2702 | 2025-01-24T23:21:20.719Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2703 | 2025-01-24T23:21:21.153Z | Compiling num-derive v0.4.2 |
2704 | 2025-01-24T23:21:21.192Z | Compiling sigpipe v0.1.3 |
2705 | 2025-01-24T23:21:21.336Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2706 | 2025-01-24T23:21:21.662Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2707 | 2025-01-24T23:21:21.829Z | Compiling zone v0.3.0 |
2708 | 2025-01-24T23:21:22.008Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2709 | 2025-01-24T23:21:22.647Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2710 | 2025-01-24T23:21:22.870Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2711 | 2025-01-24T23:21:23.093Z | Compiling universal-hash v0.5.1 |
2712 | 2025-01-24T23:21:23.326Z | Compiling opaque-debug v0.3.1 |
2713 | 2025-01-24T23:21:23.368Z | Compiling tungstenite v0.21.0 |
2714 | 2025-01-24T23:21:23.452Z | Compiling num-rational v0.4.2 |
2715 | 2025-01-24T23:21:23.530Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2716 | 2025-01-24T23:21:23.622Z | Compiling password-hash v0.5.0 |
2717 | 2025-01-24T23:21:24.227Z | Compiling blake2 v0.10.6 |
2718 | 2025-01-24T23:21:24.342Z | Compiling num-complex v0.4.6 |
2719 | 2025-01-24T23:21:24.545Z | Compiling aead v0.5.2 |
2720 | 2025-01-24T23:21:24.953Z | Compiling base64 v0.21.7 |
2721 | 2025-01-24T23:21:25.060Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2722 | 2025-01-24T23:21:25.299Z | Compiling keccak v0.1.5 |
2723 | 2025-01-24T23:21:25.319Z | Compiling convert_case v0.4.0 |
2724 | 2025-01-24T23:21:25.338Z | Compiling num v0.4.3 |
2725 | 2025-01-24T23:21:25.466Z | Compiling argon2 v0.5.3 |
2726 | 2025-01-24T23:21:25.595Z | Compiling tokio-tungstenite v0.21.0 |
2727 | 2025-01-24T23:21:25.651Z | Compiling sha3 v0.10.8 |
2728 | 2025-01-24T23:21:25.894Z | Compiling typify-macro v0.2.0 |
2729 | 2025-01-24T23:21:26.154Z | Compiling poly1305 v0.8.0 |
2730 | 2025-01-24T23:21:26.186Z | Compiling derive_more v0.99.18 |
2731 | 2025-01-24T23:21:26.664Z | Compiling chacha20 v0.9.1 |
2732 | 2025-01-24T23:21:26.721Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2733 | 2025-01-24T23:21:26.896Z | Compiling typify-macro v0.3.0 |
2734 | 2025-01-24T23:21:26.918Z | Compiling float-ord v0.3.2 |
2735 | 2025-01-24T23:21:27.172Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2736 | 2025-01-24T23:21:27.174Z | Compiling semver v0.1.20 |
2737 | 2025-01-24T23:21:27.624Z | Compiling same-file v1.0.6 |
2738 | 2025-01-24T23:21:27.802Z | Compiling rustc_version v0.1.7 |
2739 | 2025-01-24T23:21:27.897Z | Compiling walkdir v2.5.0 |
2740 | 2025-01-24T23:21:27.923Z | Compiling newline-converter v0.3.0 |
2741 | 2025-01-24T23:21:28.124Z | Compiling primeorder v0.13.6 |
2742 | 2025-01-24T23:21:28.267Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2743 | 2025-01-24T23:21:28.307Z | Compiling secrecy v0.8.0 |
2744 | 2025-01-24T23:21:28.577Z | Compiling owo-colors v4.1.0 |
2745 | 2025-01-24T23:21:28.597Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2746 | 2025-01-24T23:21:28.659Z | Compiling cancel-safe-futures v0.1.5 |
2747 | 2025-01-24T23:21:28.845Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2748 | 2025-01-24T23:21:28.848Z | Compiling newtype_derive v0.1.6 |
2749 | 2025-01-24T23:21:28.915Z | Compiling expectorate v1.1.0 |
2750 | 2025-01-24T23:21:29.041Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2751 | 2025-01-24T23:21:29.106Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2752 | 2025-01-24T23:21:29.175Z | Compiling thiserror-impl-no-std v2.0.2 |
2753 | 2025-01-24T23:21:29.402Z | Compiling blake3 v1.5.4 |
2754 | 2025-01-24T23:21:29.617Z | Compiling unicase v2.7.0 |
2755 | 2025-01-24T23:21:29.641Z | Compiling typify v0.2.0 |
2756 | 2025-01-24T23:21:29.794Z | Compiling progenitor-impl v0.8.0 |
2757 | 2025-01-24T23:21:29.833Z | Compiling half v2.4.1 |
2758 | 2025-01-24T23:21:29.949Z | Compiling arc-swap v1.7.1 |
2759 | 2025-01-24T23:21:30.035Z | Compiling ciborium-io v0.2.2 |
2760 | 2025-01-24T23:21:30.379Z | Compiling slog-scope v4.4.0 |
2761 | 2025-01-24T23:21:30.412Z | Compiling ciborium-ll v0.2.2 |
2762 | 2025-01-24T23:21:30.553Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2763 | 2025-01-24T23:21:30.727Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2764 | 2025-01-24T23:21:30.782Z | Compiling typify v0.3.0 |
2765 | 2025-01-24T23:21:30.943Z | Compiling progenitor-impl v0.9.1 |
2766 | 2025-01-24T23:21:31.049Z | Compiling polyval v0.6.2 |
2767 | 2025-01-24T23:21:31.425Z | Compiling atomicwrites v0.4.4 |
2768 | 2025-01-24T23:21:31.511Z | Compiling libsw v3.3.1 |
2769 | 2025-01-24T23:21:31.771Z | Compiling memmap2 v0.9.5 |
2770 | 2025-01-24T23:21:31.837Z | Compiling indent_write v2.2.0 |
2771 | 2025-01-24T23:21:31.869Z | Compiling thiserror-no-std v2.0.2 |
2772 | 2025-01-24T23:21:32.017Z | Compiling arrayref v0.3.9 |
2773 | 2025-01-24T23:21:32.083Z | Compiling constant_time_eq v0.3.1 |
2774 | 2025-01-24T23:21:32.198Z | Compiling parking_lot_core v0.8.6 |
2775 | 2025-01-24T23:21:32.288Z | Compiling linear-map v1.2.0 |
2776 | 2025-01-24T23:21:32.318Z | Compiling salty v0.3.0 |
2777 | 2025-01-24T23:21:32.639Z | Compiling arrayvec v0.7.6 |
2778 | 2025-01-24T23:21:32.660Z | Compiling libefi-sys v0.1.0 |
2779 | 2025-01-24T23:21:32.777Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2780 | 2025-01-24T23:21:32.834Z | Compiling vsss-rs v3.3.4 |
2781 | 2025-01-24T23:21:32.939Z | Compiling ghash v0.5.1 |
2782 | 2025-01-24T23:21:33.155Z | Compiling ciborium v0.2.2 |
2783 | 2025-01-24T23:21:33.198Z | Compiling slog-stdlog v4.1.1 |
2784 | 2025-01-24T23:21:34.153Z | Compiling p384 v0.13.0 |
2785 | 2025-01-24T23:21:34.282Z | Compiling toolchain_find v0.4.0 |
2786 | 2025-01-24T23:21:34.476Z | Compiling chacha20poly1305 v0.10.1 |
2787 | 2025-01-24T23:21:34.735Z | Compiling ctr v0.9.2 |
2788 | 2025-01-24T23:21:34.842Z | Compiling lzma-sys v0.1.20 |
2789 | 2025-01-24T23:21:34.879Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2790 | 2025-01-24T23:21:35.106Z | Compiling bitfield-struct v0.6.2 |
2791 | 2025-01-24T23:21:35.305Z | Compiling slog-dtrace v0.3.0 |
2792 | 2025-01-24T23:21:35.580Z | Compiling highway v1.2.0 |
2793 | 2025-01-24T23:21:35.630Z | Compiling topological-sort v0.2.2 |
2794 | 2025-01-24T23:21:35.884Z | Compiling omicron-zone-package v0.12.0 |
2795 | 2025-01-24T23:21:35.906Z | Compiling aes-gcm v0.10.3 |
2796 | 2025-01-24T23:21:36.247Z | Compiling rustfmt-wrapper v0.2.1 |
2797 | 2025-01-24T23:21:36.335Z | Compiling mime_guess v2.0.5 |
2798 | 2025-01-24T23:21:36.425Z | Compiling slog-envlogger v2.2.0 |
2799 | 2025-01-24T23:21:36.548Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2800 | 2025-01-24T23:21:36.808Z | Compiling steno v0.4.1 |
2801 | 2025-01-24T23:21:36.832Z | Compiling progenitor-macro v0.8.0 |
2802 | 2025-01-24T23:21:37.342Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2803 | 2025-01-24T23:21:37.555Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2804 | 2025-01-24T23:21:37.748Z | Compiling heck v0.3.3 |
2805 | 2025-01-24T23:21:38.015Z | Compiling ssh-encoding v0.2.0 |
2806 | 2025-01-24T23:21:38.090Z | Compiling progenitor-macro v0.9.1 |
2807 | 2025-01-24T23:21:38.125Z | Compiling blowfish v0.9.1 |
2808 | 2025-01-24T23:21:38.321Z | Compiling nibble_vec v0.1.0 |
2809 | 2025-01-24T23:21:38.535Z | Compiling env_filter v0.1.2 |
2810 | 2025-01-24T23:21:38.556Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2811 | 2025-01-24T23:21:38.592Z | Compiling endian-type v0.1.2 |
2812 | 2025-01-24T23:21:38.689Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2813 | 2025-01-24T23:21:38.834Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2814 | 2025-01-24T23:21:38.836Z | Compiling humantime v2.1.0 |
2815 | 2025-01-24T23:21:38.904Z | Compiling env_logger v0.11.5 |
2816 | 2025-01-24T23:21:39.175Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2817 | 2025-01-24T23:21:39.204Z | Compiling radix_trie v0.2.1 |
2818 | 2025-01-24T23:21:39.325Z | Compiling ssh-cipher v0.2.0 |
2819 | 2025-01-24T23:21:39.581Z | Compiling bcrypt-pbkdf v0.10.0 |
2820 | 2025-01-24T23:21:39.828Z | Compiling zone_cfg_derive v0.1.2 |
2821 | 2025-01-24T23:21:40.006Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2822 | 2025-01-24T23:21:40.743Z | Compiling parking_lot v0.11.2 |
2823 | 2025-01-24T23:21:40.770Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2824 | 2025-01-24T23:21:41.156Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2825 | 2025-01-24T23:21:41.258Z | Compiling password-hash v0.4.2 |
2826 | 2025-01-24T23:21:41.548Z | Compiling gethostname v0.5.0 |
2827 | 2025-01-24T23:21:41.568Z | Compiling fxhash v0.2.1 |
2828 | 2025-01-24T23:21:41.673Z | Compiling lockfree-object-pool v0.1.6 |
2829 | 2025-01-24T23:21:41.726Z | Compiling bumpalo v3.16.0 |
2830 | 2025-01-24T23:21:41.754Z | Compiling simd-adler32 v0.3.7 |
2831 | 2025-01-24T23:21:41.778Z | Compiling base64 v0.13.1 |
2832 | 2025-01-24T23:21:41.963Z | Compiling zip v2.1.3 |
2833 | 2025-01-24T23:21:42.126Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2834 | 2025-01-24T23:21:42.189Z | Compiling http-range v0.1.5 |
2835 | 2025-01-24T23:21:42.356Z | Compiling ron v0.7.1 |
2836 | 2025-01-24T23:21:42.375Z | Compiling zopfli v0.8.1 |
2837 | 2025-01-24T23:21:42.379Z | Compiling pbkdf2 v0.11.0 |
2838 | 2025-01-24T23:21:42.468Z | Compiling sled v0.34.7 |
2839 | 2025-01-24T23:21:42.522Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2840 | 2025-01-24T23:21:42.766Z | Compiling zone v0.1.8 |
2841 | 2025-01-24T23:21:43.174Z | Compiling xz2 v0.1.7 |
2842 | 2025-01-24T23:21:43.638Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2843 | 2025-01-24T23:21:44.021Z | Compiling ssh-key v0.6.6 |
2844 | 2025-01-24T23:21:44.191Z | Compiling hickory-client v0.24.2 |
2845 | 2025-01-24T23:21:44.696Z | Compiling p256 v0.13.2 |
2846 | 2025-01-24T23:21:44.712Z | Compiling p521 v0.13.3 |
2847 | 2025-01-24T23:21:45.499Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2848 | 2025-01-24T23:21:45.521Z | Compiling hickory-server v0.24.2 |
2849 | 2025-01-24T23:21:46.520Z | Compiling pem v3.0.4 |
2850 | 2025-01-24T23:21:47.058Z | Compiling yasna v0.5.2 |
2851 | 2025-01-24T23:21:47.294Z | Compiling headers-core v0.3.0 |
2852 | 2025-01-24T23:21:47.495Z | Compiling kstat-rs v0.2.4 |
2853 | 2025-01-24T23:21:48.078Z | Compiling nanorand v0.7.0 |
2854 | 2025-01-24T23:21:48.265Z | Compiling russh-cryptovec v0.7.3 |
2855 | 2025-01-24T23:21:48.286Z | Compiling atty v0.2.14 |
2856 | 2025-01-24T23:21:48.463Z | Compiling md5 v0.7.0 |
2857 | 2025-01-24T23:21:48.589Z | Compiling flume v0.11.1 |
2858 | 2025-01-24T23:21:48.592Z | Compiling rcgen v0.12.1 |
2859 | 2025-01-24T23:21:48.638Z | Compiling headers v0.4.0 |
2860 | 2025-01-24T23:21:49.328Z | Compiling russh-keys v0.45.0 |
2861 | 2025-01-24T23:21:49.495Z | Compiling progenitor v0.8.0 |
2862 | 2025-01-24T23:21:49.737Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2863 | 2025-01-24T23:21:49.780Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2864 | 2025-01-24T23:21:50.355Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2865 | 2025-01-24T23:21:50.665Z | Compiling progenitor v0.9.1 |
2866 | 2025-01-24T23:21:50.728Z | Compiling hyper-staticfile v0.10.1 |
2867 | 2025-01-24T23:21:50.904Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2868 | 2025-01-24T23:21:51.302Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2869 | 2025-01-24T23:21:51.796Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2870 | 2025-01-24T23:21:51.799Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2871 | 2025-01-24T23:21:52.300Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2872 | 2025-01-24T23:21:52.648Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2873 | 2025-01-24T23:21:54.290Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2874 | 2025-01-24T23:21:54.893Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2875 | 2025-01-24T23:21:54.947Z | Compiling num-bigint v0.4.6 |
2876 | 2025-01-24T23:21:56.385Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2877 | 2025-01-24T23:21:56.561Z | Compiling des v0.8.1 |
2878 | 2025-01-24T23:21:56.919Z | Compiling subprocess v0.2.9 |
2879 | 2025-01-24T23:21:57.353Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2880 | 2025-01-24T23:21:57.661Z | Compiling display-error-chain v0.2.2 |
2881 | 2025-01-24T23:21:57.902Z | Compiling hex-literal v0.4.1 |
2882 | 2025-01-24T23:21:58.090Z | Compiling russh v0.45.0 |
2883 | 2025-01-24T23:21:58.235Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2884 | 2025-01-24T23:21:58.633Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2885 | 2025-01-24T23:22:00.654Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2886 | 2025-01-24T23:22:01.150Z | Compiling internet-checksum v0.2.1 |
2887 | 2025-01-24T23:22:06.533Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2888 | 2025-01-24T23:22:06.533Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2889 | 2025-01-24T23:22:06.536Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2890 | 2025-01-24T23:22:06.536Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2891 | 2025-01-24T23:22:09.314Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2892 | 2025-01-24T23:22:09.708Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2893 | 2025-01-24T23:22:10.354Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2894 | 2025-01-24T23:22:11.147Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2895 | 2025-01-24T23:22:11.393Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2896 | 2025-01-24T23:22:13.565Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2897 | 2025-01-24T23:22:13.750Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2898 | 2025-01-24T23:22:14.259Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2899 | 2025-01-24T23:22:14.682Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2900 | 2025-01-24T23:22:15.132Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2901 | 2025-01-24T23:22:16.186Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2902 | 2025-01-24T23:22:17.174Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2903 | 2025-01-24T23:22:17.552Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2904 | 2025-01-24T23:22:18.074Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2905 | 2025-01-24T23:22:20.210Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2906 | 2025-01-24T23:22:20.231Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2907 | 2025-01-24T23:22:20.652Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2908 | 2025-01-24T23:22:21.781Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2909 | 2025-01-24T23:22:23.657Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2910 | 2025-01-24T23:22:24.648Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2911 | 2025-01-24T23:22:26.175Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2912 | 2025-01-24T23:22:26.457Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2913 | 2025-01-24T23:22:28.297Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2914 | 2025-01-24T23:22:28.595Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2915 | 2025-01-24T23:22:33.737Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2916 | 2025-01-24T23:22:41.902Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2917 | 2025-01-24T23:22:43.388Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2918 | 2025-01-24T23:23:04.787Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2919 | 2025-01-24T23:23:26.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
2920 | 2025-01-24T23:23:27.238Z | |
2921 | 2025-01-24T23:23:27.241Z | real 2:22.512498586 |
2922 | 2025-01-24T23:23:27.241Z | user 12:10.602707982 |
2923 | 2025-01-24T23:23:27.241Z | sys 1:33.924327284 |
2924 | 2025-01-24T23:23:27.241Z | trap 0.377817761 |
2925 | 2025-01-24T23:23:27.241Z | tflt 0.852430596 |
2926 | 2025-01-24T23:23:27.241Z | dflt 1.085011245 |
2927 | 2025-01-24T23:23:27.241Z | kflt 0.000144273 |
2928 | 2025-01-24T23:23:27.241Z | lock 22:32.657618942 |
2929 | 2025-01-24T23:23:27.241Z | slp 41:59.189815402 |
2930 | 2025-01-24T23:23:27.241Z | lat 38.917220801 |
2931 | 2025-01-24T23:23:27.241Z | stop 1:37.358800891 |
2932 | 2025-01-24T23:23:27.241Z | + mkdir tests |
2933 | 2025-01-24T23:23:27.244Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2934 | 2025-01-24T23:23:27.244Z | + xargs -I '{}' -t cp '{}' tests/ |
2935 | 2025-01-24T23:23:28.305Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0b4034a136fb5880 tests/ |
2936 | 2025-01-24T23:23:28.326Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-516cf484627e73c9 tests/ |
2937 | 2025-01-24T23:23:28.346Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-60e1fbe8febc01b9 tests/ |
2938 | 2025-01-24T23:23:28.366Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2a509d11fe717a4a tests/ |
2939 | 2025-01-24T23:23:28.579Z | + 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/*) |
2940 | 2025-01-24T23:23:28.583Z | + 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-0b4034a136fb5880 tests/commtest-60e1fbe8febc01b9 tests/dhcp_server-516cf484627e73c9 tests/end_to_end_tests-2a509d11fe717a4a 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 |
2941 | 2025-01-24T23:24:42.193Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2942 | 2025-01-24T23:24:42.193Z | a .github/buildomat/ci-env.sh 1K |
2943 | 2025-01-24T23:24:42.193Z | a out/target/test 1K |
2944 | 2025-01-24T23:24:42.193Z | a out/npuzone/npuzone 23144K |
2945 | 2025-01-24T23:24:42.193Z | a package-manifest.toml 34K |
2946 | 2025-01-24T23:24:42.193Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2947 | 2025-01-24T23:24:42.193Z | a target/release/omicron-package 36025K |
2948 | 2025-01-24T23:24:42.193Z | a target/release/xtask 11908K |
2949 | 2025-01-24T23:24:42.193Z | a target/debug/bootstrap 220640K |
2950 | 2025-01-24T23:24:42.193Z | a tests/bootstrap-0b4034a136fb5880 24276K |
2951 | 2025-01-24T23:24:42.193Z | a tests/commtest-60e1fbe8febc01b9 24769K |
2952 | 2025-01-24T23:24:42.193Z | a tests/dhcp_server-516cf484627e73c9 24276K |
2953 | 2025-01-24T23:24:42.193Z | a tests/end_to_end_tests-2a509d11fe717a4a 282791K |
2954 | 2025-01-24T23:24:42.193Z | a out/clickhouse.tar.gz 294267K |
2955 | 2025-01-24T23:24:42.193Z | a out/clickhouse_keeper.tar.gz 281393K |
2956 | 2025-01-24T23:24:42.193Z | a out/clickhouse_server.tar.gz 294243K |
2957 | 2025-01-24T23:24:42.194Z | a out/cockroachdb.tar.gz 135000K |
2958 | 2025-01-24T23:24:42.194Z | a out/crucible-dtrace.tar 96K |
2959 | 2025-01-24T23:24:42.194Z | a out/crucible-pantry-zone.tar.gz 28545K |
2960 | 2025-01-24T23:24:42.194Z | a out/crucible-zone.tar.gz 36825K |
2961 | 2025-01-24T23:24:42.194Z | a out/external-dns.tar.gz 35456K |
2962 | 2025-01-24T23:24:42.194Z | a out/internal-dns.tar.gz 35455K |
2963 | 2025-01-24T23:24:42.194Z | a out/mg-ddm-gz.tar 63075K |
2964 | 2025-01-24T23:24:42.194Z | a out/nexus.tar.gz 100212K |
2965 | 2025-01-24T23:24:42.194Z | a out/ntp.tar.gz 10508K |
2966 | 2025-01-24T23:24:42.194Z | a out/omicron-gateway-softnpu.tar.gz 24106K |
2967 | 2025-01-24T23:24:42.194Z | a out/omicron-sled-agent.tar 113986K |
2968 | 2025-01-24T23:24:42.194Z | a out/overlay.tar.gz 3K |
2969 | 2025-01-24T23:24:42.195Z | a out/oximeter.tar.gz 48392K |
2970 | 2025-01-24T23:24:42.195Z | a out/oxlog.tar 3153K |
2971 | 2025-01-24T23:24:42.195Z | a out/probe.tar.gz 2764K |
2972 | 2025-01-24T23:24:42.195Z | a out/propolis-server.tar.gz 66467K |
2973 | 2025-01-24T23:24:42.195Z | a out/pumpkind-gz.tar 26665K |
2974 | 2025-01-24T23:24:42.195Z | a out/switch-softnpu.tar.gz 237561K |
2975 | 2025-01-24T23:24:42.198Z | |
2976 | 2025-01-24T23:24:42.198Z | real 1:13.623433246 |
2977 | 2025-01-24T23:24:42.198Z | user 1:10.219556829 |
2978 | 2025-01-24T23:24:42.198Z | sys 4.809429400 |
2979 | 2025-01-24T23:24:42.199Z | trap 0.017199023 |
2980 | 2025-01-24T23:24:42.199Z | tflt 0.000000000 |
2981 | 2025-01-24T23:24:42.199Z | dflt 0.000000000 |
2982 | 2025-01-24T23:24:42.199Z | kflt 0.000000000 |
2983 | 2025-01-24T23:24:42.199Z | lock 0.000000000 |
2984 | 2025-01-24T23:24:42.199Z | slp 1:10.038702852 |
2985 | 2025-01-24T23:24:42.199Z | lat 2.155755052 |
2986 | 2025-01-24T23:24:42.199Z | stop 0.000269344 |
2987 | 2025-01-24T23:24:42.199Z | process exited: duration 1960987 ms, exit code 0 |
|
2988 | 2025-01-24T23:24:42.246Z | found 1 output files |
2989 | 2025-01-24T23:24:42.246Z | uploading: /work/package.tar.gz (1904496013 bytes) |
2990 | 2025-01-24T23:25:29.547Z | uploaded: /work/package.tar.gz |