|
|
|
1 | 2025-01-29T04:21:21.396Z | job assigned to worker 01JJR4KXCPQJH6SGR8SXBSNQWZ [factory aws, i-0ecae8766ba1d2763] (queued for 54 s) |
|
2 | 2025-01-29T04:21:29.584Z | starting task 0: "setup" |
3 | 2025-01-29T04:21:29.594Z | ++ uname -s |
4 | 2025-01-29T04:21:29.597Z | + kern=SunOS |
5 | 2025-01-29T04:21:29.597Z | + case "$kern" in |
6 | 2025-01-29T04:21:29.597Z | + groupadd -g 12345 build |
7 | 2025-01-29T04:21:29.600Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-29T04:21:31.605Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-29T04:21:31.710Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-29T04:21:31.713Z | + home_fs=zfs |
11 | 2025-01-29T04:21:31.714Z | + [[ zfs == autofs ]] |
12 | 2025-01-29T04:21:31.714Z | + mkdir -p /home/build |
13 | 2025-01-29T04:21:31.716Z | + chown build:build /home/build /work |
14 | 2025-01-29T04:21:33.718Z | + chmod 0700 /home/build /work |
15 | 2025-01-29T04:21:33.722Z | process exited: duration 4135 ms, exit code 0 |
|
16 | 2025-01-29T04:21:33.728Z | starting task 1: "rust-toolchain" |
17 | 2025-01-29T04:21:33.733Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-29T04:21:33.733Z | * toolchain channel = "1.84.0" |
19 | 2025-01-29T04:21:33.733Z | ' 1.84.0 |
20 | 2025-01-29T04:21:33.733Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-29T04:21:33.733Z | ' default |
22 | 2025-01-29T04:21:33.733Z | * toolchain profile = "default" |
23 | 2025-01-29T04:21:33.736Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-29T04:21:33.736Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-29T04:21:33.857Z | info: downloading installer |
26 | 2025-01-29T04:21:35.309Z | info: profile set to 'default' |
27 | 2025-01-29T04:21:35.310Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-29T04:21:35.310Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-29T04:21:35.468Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-29T04:21:35.468Z | info: downloading component 'cargo' |
31 | 2025-01-29T04:21:36.251Z | info: downloading component 'clippy' |
32 | 2025-01-29T04:21:36.538Z | info: downloading component 'rust-docs' |
33 | 2025-01-29T04:21:37.562Z | info: downloading component 'rust-std' |
34 | 2025-01-29T04:21:39.076Z | info: downloading component 'rustc' |
35 | 2025-01-29T04:21:44.878Z | info: downloading component 'rustfmt' |
36 | 2025-01-29T04:21:45.096Z | info: installing component 'cargo' |
37 | 2025-01-29T04:21:45.966Z | info: installing component 'clippy' |
38 | 2025-01-29T04:21:46.363Z | info: installing component 'rust-docs' |
39 | 2025-01-29T04:21:48.003Z | info: installing component 'rust-std' |
40 | 2025-01-29T04:21:49.806Z | info: installing component 'rustc' |
41 | 2025-01-29T04:21:56.000Z | info: installing component 'rustfmt' |
42 | 2025-01-29T04:21:56.340Z | |
43 | 2025-01-29T04:21:56.340Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
44 | 2025-01-29T04:21:56.729Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-29T04:21:56.729Z | |
46 | 2025-01-29T04:21:56.732Z | |
47 | 2025-01-29T04:21:56.732Z | Rust is installed now. Great! |
48 | 2025-01-29T04:21:56.732Z | |
49 | 2025-01-29T04:21:56.732Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-29T04:21:56.732Z | environment variable. This has not been done automatically. |
51 | 2025-01-29T04:21:56.732Z | |
52 | 2025-01-29T04:21:56.732Z | To configure your current shell, you need to source |
53 | 2025-01-29T04:21:56.732Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-29T04:21:56.732Z | |
55 | 2025-01-29T04:21:56.732Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-29T04:21:56.732Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-29T04:21:56.732Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-29T04:21:56.805Z | + rustc --version |
59 | 2025-01-29T04:21:56.873Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-29T04:21:56.877Z | process exited: duration 23149 ms, exit code 0 |
|
61 | 2025-01-29T04:21:56.883Z | starting task 2: "authentication" |
62 | 2025-01-29T04:21:56.903Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-29T04:21:56.909Z | starting task 3: "clone repository" |
64 | 2025-01-29T04:21:56.914Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-29T04:21:56.917Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-29T04:21:58.362Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-29T04:22:07.291Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-29T04:22:07.291Z | + git fetch origin 1983115b73ffcf6ea699ef38c7d80ec9c7430a46 |
69 | 2025-01-29T04:22:07.584Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-29T04:22:07.584Z | * branch 1983115b73ffcf6ea699ef38c7d80ec9c7430a46 -> FETCH_HEAD |
71 | 2025-01-29T04:22:07.594Z | + [[ -n '' ]] |
72 | 2025-01-29T04:22:07.594Z | + git reset --hard 1983115b73ffcf6ea699ef38c7d80ec9c7430a46 |
73 | 2025-01-29T04:22:07.778Z | HEAD is now at 1983115b7 Update Rust crate indicatif to 0.17.11 |
74 | 2025-01-29T04:22:07.781Z | process exited: duration 10866 ms, exit code 0 |
|
75 | 2025-01-29T04:22:07.788Z | starting task 4: "build" |
76 | 2025-01-29T04:22:07.792Z | + source .github/buildomat/ci-env.sh |
77 | 2025-01-29T04:22:07.792Z | ++ export CARGO_TERM_COLOR=always |
78 | 2025-01-29T04:22:07.792Z | ++ CARGO_TERM_COLOR=always |
79 | 2025-01-29T04:22:07.795Z | + cargo --version |
80 | 2025-01-29T04:22:07.854Z | cargo 1.84.0 (66221abde 2024-11-19) |
81 | 2025-01-29T04:22:07.857Z | + rustc --version |
82 | 2025-01-29T04:22:07.918Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
83 | 2025-01-29T04:22:07.921Z | + WORK=/work |
84 | 2025-01-29T04:22:07.921Z | + pfexec mkdir -p /work |
85 | 2025-01-29T04:22:07.924Z | + pfexec chown build /work |
86 | 2025-01-29T04:22:07.927Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2025-01-29T04:22:19.882Z | pkg list: illegal option -- F |
88 | 2025-01-29T04:22:19.882Z | Usage: |
89 | 2025-01-29T04:22:19.885Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
90 | 2025-01-29T04:22:19.885Z | [pkg_fmri_pattern ...] |
91 | 2025-01-29T04:22:20.729Z | pkg list: illegal option -- F |
92 | 2025-01-29T04:22:20.729Z | Usage: |
93 | 2025-01-29T04:22:20.729Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
94 | 2025-01-29T04:22:20.730Z | [pkg_fmri_pattern ...] |
95 | 2025-01-29T04:22:27.116Z | Startup: Refreshing catalog 'helios-dev' ... Done |
96 | 2025-01-29T04:22:31.444Z | Startup: Caching catalogs ... Done |
97 | 2025-01-29T04:22:42.772Z | Planning: Solver setup ... Done (10.533s) |
98 | 2025-01-29T04:22:42.919Z | Planning: Running solver ... Done (0.147s) |
99 | 2025-01-29T04:22:43.377Z | Planning: Finding local manifests ... Done (0.349s) |
100 | 2025-01-29T04:22:43.815Z | Planning: Fetching manifests: 0/7 0% complete |
101 | 2025-01-29T04:22:44.578Z | Planning: Fetching manifests: 7/7 100% complete |
102 | 2025-01-29T04:22:45.350Z | Planning: Package planning ... Done (0.772s) |
103 | 2025-01-29T04:22:45.408Z | Planning: Merging actions ... Done (0.058s) |
104 | 2025-01-29T04:22:46.840Z | Planning: Checking for conflicting actions ... Done (1.432s) |
105 | 2025-01-29T04:22:52.999Z | Planning: Consolidating action changes ... Done (6.152s) |
106 | 2025-01-29T04:22:53.393Z | Planning: Evaluating mediators ... Done (0.394s) |
107 | 2025-01-29T04:22:53.616Z | Planning: Planning completed in 22.07 seconds |
108 | 2025-01-29T04:22:53.948Z | Packages to install: 4 |
109 | 2025-01-29T04:22:53.948Z | Packages to update: 3 |
110 | 2025-01-29T04:22:53.948Z | Mediators to change: 2 |
111 | 2025-01-29T04:22:53.948Z | Services to change: 1 |
112 | 2025-01-29T04:22:53.975Z | Estimated space available: 155.61 GB |
113 | 2025-01-29T04:22:53.976Z | Estimated space to be consumed: 1.64 GB |
114 | 2025-01-29T04:22:53.976Z | Create boot environment: No |
115 | 2025-01-29T04:22:53.976Z | Create backup boot environment: Yes |
116 | 2025-01-29T04:22:53.977Z | Rebuild boot archive: No |
117 | 2025-01-29T04:22:53.977Z | |
118 | 2025-01-29T04:22:53.977Z | Changed mediators: |
119 | 2025-01-29T04:22:53.978Z | mediator clang: |
120 | 2025-01-29T04:22:53.978Z | version: None -> 15 (system default) |
121 | 2025-01-29T04:22:53.978Z | |
122 | 2025-01-29T04:22:53.978Z | mediator llvm: |
123 | 2025-01-29T04:22:53.978Z | version: 14 (system default) -> 15 (system default) |
124 | 2025-01-29T04:22:53.978Z | |
125 | 2025-01-29T04:22:53.979Z | Changed packages: |
126 | 2025-01-29T04:22:53.979Z | helios-dev |
127 | 2025-01-29T04:22:53.979Z | developer/build-essential |
128 | 2025-01-29T04:22:53.979Z | None -> 11-2.0 |
129 | 2025-01-29T04:22:53.979Z | library/libxmlsec1 |
130 | 2025-01-29T04:22:53.980Z | None -> 1.2.35-2.0 |
131 | 2025-01-29T04:22:53.980Z | ooce/developer/clang-15 |
132 | 2025-01-29T04:22:53.980Z | None -> 15.0.7-2.0 |
133 | 2025-01-29T04:22:53.980Z | ooce/developer/llvm-15 |
134 | 2025-01-29T04:22:53.980Z | None -> 15.0.7-2.0 |
135 | 2025-01-29T04:22:53.981Z | package/pkg |
136 | 2025-01-29T04:22:53.981Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
137 | 2025-01-29T04:22:53.981Z | system/library/g++-runtime |
138 | 2025-01-29T04:22:53.981Z | 13-2.0 -> 14-2.0 |
139 | 2025-01-29T04:22:53.981Z | system/library/gcc-runtime |
140 | 2025-01-29T04:22:53.982Z | 13-2.0 -> 14-2.0 |
141 | 2025-01-29T04:22:53.982Z | |
142 | 2025-01-29T04:22:53.983Z | Services: |
143 | 2025-01-29T04:22:53.983Z | restart_fmri: |
144 | 2025-01-29T04:22:53.983Z | svc:/system/update-man-index:default |
145 | 2025-01-29T04:22:53.983Z | |
146 | 2025-01-29T04:22:53.983Z | Editable files to change: |
147 | 2025-01-29T04:22:53.983Z | Update: |
148 | 2025-01-29T04:22:53.983Z | usr/share/lib/pkg/web/config.shtml |
149 | 2025-01-29T04:22:54.345Z | |
150 | 2025-01-29T04:22:54.345Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
151 | 2025-01-29T04:23:01.747Z | Download: 212/4301 items 1.3/225.4MB 0% complete (394k/s) |
152 | 2025-01-29T04:23:06.947Z | Download: 213/4301 items 1.3/225.4MB 0% complete (382k/s) |
153 | 2025-01-29T04:23:11.951Z | Download: 361/4301 items 16.3/225.4MB 7% complete (2.1M/s) |
154 | 2025-01-29T04:23:16.939Z | Download: 641/4301 items 17.5/225.4MB 7% complete (1.7M/s) |
155 | 2025-01-29T04:23:21.961Z | Download: 1083/4301 items 19.7/225.4MB 8% complete (359k/s) |
156 | 2025-01-29T04:23:33.348Z | Download: 1197/4301 items 83.4/225.4MB 36% complete (6.4M/s) |
157 | 2025-01-29T04:23:38.426Z | Download: 1383/4301 items 115.9/225.4MB 51% complete (6.9M/s) |
158 | 2025-01-29T04:23:43.432Z | Download: 1550/4301 items 117.5/225.4MB 52% complete (3.7M/s) |
159 | 2025-01-29T04:23:48.476Z | Download: 1779/4301 items 118.4/225.4MB 52% complete (304k/s) |
160 | 2025-01-29T04:23:53.465Z | Download: 1989/4301 items 118.7/225.4MB 52% complete (137k/s) |
161 | 2025-01-29T04:23:58.568Z | Download: 2123/4301 items 118.9/225.4MB 52% complete (75.6k/s) |
162 | 2025-01-29T04:24:03.677Z | Download: 2217/4301 items 119.2/225.4MB 52% complete (52.7k/s) |
163 | 2025-01-29T04:24:12.481Z | Download: 2222/4301 items 119.2/225.4MB 52% complete (49.8k/s) |
164 | 2025-01-29T04:24:23.057Z | Download: 2223/4301 items 119.2/225.4MB 52% complete |
165 | 2025-01-29T04:24:31.353Z | Download: 2224/4301 items 119.2/225.4MB 52% complete |
166 | 2025-01-29T04:24:36.370Z | Download: 2541/4301 items 120.1/225.4MB 53% complete (183k/s) |
167 | 2025-01-29T04:24:41.391Z | Download: 2876/4301 items 121.1/225.4MB 53% complete (198k/s) |
168 | 2025-01-29T04:24:46.403Z | Download: 3067/4301 items 121.4/225.4MB 53% complete (143k/s) |
169 | 2025-01-29T04:24:51.423Z | Download: 3199/4301 items 188.1/225.4MB 83% complete (6.6M/s) |
170 | 2025-01-29T04:24:56.840Z | Download: 3241/4301 items 201.4/225.4MB 89% complete (8.0M/s) |
171 | 2025-01-29T04:25:01.841Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (1.1M/s) |
172 | 2025-01-29T04:25:06.852Z | Download: 3355/4301 items 213.0/225.4MB 94% complete (1.2M/s) |
173 | 2025-01-29T04:25:11.872Z | Download: 3549/4301 items 215.7/225.4MB 95% complete (1.3M/s) |
174 | 2025-01-29T04:25:16.875Z | Download: 3698/4301 items 216.5/225.4MB 96% complete (365k/s) |
175 | 2025-01-29T04:25:21.911Z | Download: 3877/4301 items 217.5/225.4MB 96% complete (178k/s) |
176 | 2025-01-29T04:25:26.965Z | Download: 4201/4301 items 220.6/225.4MB 97% complete (428k/s) |
177 | 2025-01-29T04:25:36.110Z | Download: 4206/4301 items 220.6/225.4MB 97% complete (413k/s) |
178 | 2025-01-29T04:25:41.520Z | Download: 4208/4301 items 220.6/225.4MB 97% complete |
179 | 2025-01-29T04:25:43.912Z | Download: Completed 225.42 MB in 169.57 seconds (1.3M/s) |
180 | 2025-01-29T04:25:44.879Z | Actions: 1/5122 actions (Removing old actions) |
181 | 2025-01-29T04:25:44.894Z | Actions: 194/5122 actions (Installing new actions) |
182 | 2025-01-29T04:25:50.006Z | Actions: 4098/5122 actions (Installing new actions) |
183 | 2025-01-29T04:25:50.694Z | Actions: 4267/5122 actions (Updating modified actions) |
184 | 2025-01-29T04:25:51.346Z | Actions: Completed 5122 actions in 6.47 seconds. |
185 | 2025-01-29T04:25:51.762Z | Done (0.408s) |
186 | 2025-01-29T04:25:51.766Z | Done (0.003s) |
187 | 2025-01-29T04:25:52.348Z | Done (0.582s) |
188 | 2025-01-29T04:25:59.404Z | Done (6.827s) |
189 | 2025-01-29T04:25:59.750Z | Done (0.278s) |
190 | 2025-01-29T04:25:59.753Z | Done (0.000s) |
191 | 2025-01-29T04:25:59.912Z | Done (0.000s) |
192 | 2025-01-29T04:26:00.618Z | Planning: Evaluating mediator changes ... Done |
193 | 2025-01-29T04:26:00.781Z | Planning: Checking for conflicting actions ... Done |
194 | 2025-01-29T04:26:00.784Z | Planning: Consolidating action changes ... Done |
195 | 2025-01-29T04:26:01.053Z | Planning: Evaluating mediators ... Done |
196 | 2025-01-29T04:26:01.058Z | Planning: Planning completed in 0.44 seconds |
197 | 2025-01-29T04:26:01.093Z | Mediators to change: 2 |
198 | 2025-01-29T04:26:01.094Z | Create boot environment: No |
199 | 2025-01-29T04:26:01.094Z | Create backup boot environment: No |
200 | 2025-01-29T04:26:01.174Z | Done |
201 | 2025-01-29T04:26:01.174Z | Done |
202 | 2025-01-29T04:26:01.540Z | Done |
203 | 2025-01-29T04:26:05.334Z | Done |
204 | 2025-01-29T04:26:05.426Z | Done |
205 | 2025-01-29T04:26:05.429Z | Done |
206 | 2025-01-29T04:26:05.559Z | Done |
207 | 2025-01-29T04:26:06.178Z | Planning: Evaluating mediator changes ... Done |
208 | 2025-01-29T04:26:06.180Z | Planning: Merging actions ... Done |
209 | 2025-01-29T04:26:06.374Z | Planning: Checking for conflicting actions ... Done |
210 | 2025-01-29T04:26:06.376Z | Planning: Consolidating action changes ... Done |
211 | 2025-01-29T04:26:06.648Z | Planning: Evaluating mediators ... Done |
212 | 2025-01-29T04:26:06.710Z | Planning: Planning completed in 0.77 seconds |
213 | 2025-01-29T04:26:06.747Z | Packages to change: 1 |
214 | 2025-01-29T04:26:06.747Z | Mediators to change: 1 |
215 | 2025-01-29T04:26:06.747Z | Services to change: 1 |
216 | 2025-01-29T04:26:06.750Z | Create boot environment: No |
217 | 2025-01-29T04:26:06.750Z | Create backup boot environment: Yes |
218 | 2025-01-29T04:26:08.910Z | Actions: 1/6 actions (Updating modified actions) |
219 | 2025-01-29T04:26:08.997Z | Actions: Completed 6 actions in 0.09 seconds. |
220 | 2025-01-29T04:26:08.997Z | Done |
221 | 2025-01-29T04:26:08.997Z | Done |
222 | 2025-01-29T04:26:09.114Z | Done |
223 | 2025-01-29T04:26:12.899Z | Done |
224 | 2025-01-29T04:26:12.991Z | Done |
225 | 2025-01-29T04:26:12.995Z | Done |
226 | 2025-01-29T04:26:13.119Z | Done |
227 | 2025-01-29T04:26:13.571Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
228 | 2025-01-29T04:26:13.571Z | clang system 15 system |
229 | 2025-01-29T04:26:13.571Z | csh system system illumos |
230 | 2025-01-29T04:26:13.572Z | ctags system system illumos |
231 | 2025-01-29T04:26:13.572Z | gcc vendor 12 vendor |
232 | 2025-01-29T04:26:13.572Z | gcc system 10 system |
233 | 2025-01-29T04:26:13.572Z | gcc system 7 system |
234 | 2025-01-29T04:26:13.572Z | go system 1.20 system |
235 | 2025-01-29T04:26:13.572Z | go system 1.19 system |
236 | 2025-01-29T04:26:13.572Z | llvm system 15 system |
237 | 2025-01-29T04:26:13.572Z | llvm system 14 system |
238 | 2025-01-29T04:26:13.572Z | mariadb system 10.6 system |
239 | 2025-01-29T04:26:13.572Z | mta vendor vendor dma |
240 | 2025-01-29T04:26:13.572Z | openjdk system 17 system |
241 | 2025-01-29T04:26:13.572Z | openjdk system 11 system |
242 | 2025-01-29T04:26:13.572Z | openjdk system 1.8 system |
243 | 2025-01-29T04:26:13.572Z | openssl vendor 3 vendor |
244 | 2025-01-29T04:26:13.572Z | perl system 5.36 system |
245 | 2025-01-29T04:26:13.572Z | postgresql system 15 system |
246 | 2025-01-29T04:26:13.572Z | postgresql system 13 system |
247 | 2025-01-29T04:26:13.572Z | python vendor 3 vendor |
248 | 2025-01-29T04:26:13.572Z | python system 2 system |
249 | 2025-01-29T04:26:13.573Z | python3 system 3.11 system |
250 | 2025-01-29T04:26:13.573Z | ruby system 3.0 system |
251 | 2025-01-29T04:26:13.573Z | words vendor vendor american-english |
252 | 2025-01-29T04:26:13.573Z | words system system australian-english |
253 | 2025-01-29T04:26:13.573Z | words system system british-english |
254 | 2025-01-29T04:26:13.573Z | words system system canadian-english |
255 | 2025-01-29T04:26:13.573Z | words system system french |
256 | 2025-01-29T04:26:13.573Z | words system system italian |
257 | 2025-01-29T04:26:13.573Z | words system system ngerman |
258 | 2025-01-29T04:26:13.573Z | words system system ogerman |
259 | 2025-01-29T04:26:13.573Z | words system system spanish |
260 | 2025-01-29T04:26:13.901Z | PUBLISHER TYPE STATUS P LOCATION |
261 | 2025-01-29T04:26:13.902Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
262 | 2025-01-29T04:26:16.671Z | FMRI IFO |
263 | 2025-01-29T04:26:16.672Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
264 | 2025-01-29T04:26:16.672Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
265 | 2025-01-29T04:26:16.672Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
266 | 2025-01-29T04:26:16.673Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
267 | 2025-01-29T04:26:16.673Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
268 | 2025-01-29T04:26:16.673Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
269 | 2025-01-29T04:26:16.673Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
270 | 2025-01-29T04:26:16.673Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
271 | 2025-01-29T04:26:16.673Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
272 | 2025-01-29T04:26:16.673Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
273 | 2025-01-29T04:26:16.673Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
274 | 2025-01-29T04:26:16.673Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
275 | 2025-01-29T04:26:16.673Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
276 | 2025-01-29T04:26:16.673Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
277 | 2025-01-29T04:26:16.673Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
278 | 2025-01-29T04:26:17.432Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
279 | 2025-01-29T04:26:17.703Z | Updating crates.io index |
280 | 2025-01-29T04:26:17.705Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
281 | 2025-01-29T04:26:18.094Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
282 | 2025-01-29T04:26:18.633Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
283 | 2025-01-29T04:26:18.895Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
284 | 2025-01-29T04:26:19.149Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
285 | 2025-01-29T04:26:19.408Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
286 | 2025-01-29T04:26:20.339Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
287 | 2025-01-29T04:26:21.999Z | Updating git repository `https://github.com/oxidecomputer/opte` |
288 | 2025-01-29T04:26:22.664Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
289 | 2025-01-29T04:26:23.663Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2025-01-29T04:26:23.926Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
291 | 2025-01-29T04:26:24.206Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
292 | 2025-01-29T04:26:24.953Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
293 | 2025-01-29T04:26:25.247Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
294 | 2025-01-29T04:26:25.520Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
295 | 2025-01-29T04:26:25.727Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
296 | 2025-01-29T04:26:26.011Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
297 | 2025-01-29T04:26:26.218Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
298 | 2025-01-29T04:26:26.532Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
299 | 2025-01-29T04:26:26.837Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
300 | 2025-01-29T04:26:27.097Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
301 | 2025-01-29T04:26:27.423Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
302 | 2025-01-29T04:26:27.721Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
303 | 2025-01-29T04:26:28.105Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
304 | 2025-01-29T04:26:28.573Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
305 | 2025-01-29T04:26:28.874Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
306 | 2025-01-29T04:26:29.249Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
307 | 2025-01-29T04:26:29.756Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
308 | 2025-01-29T04:26:30.020Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
309 | 2025-01-29T04:26:30.264Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
310 | 2025-01-29T04:26:30.525Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
311 | 2025-01-29T04:26:31.847Z | Downloading crates ... |
312 | 2025-01-29T04:26:32.109Z | Downloaded swrite v0.1.0 |
313 | 2025-01-29T04:26:32.499Z | Downloaded equivalent v1.0.1 |
314 | 2025-01-29T04:26:32.549Z | Downloaded pretty-hex v0.4.1 |
315 | 2025-01-29T04:26:32.557Z | Downloaded scroll_derive v0.12.0 |
316 | 2025-01-29T04:26:32.603Z | Downloaded memmap v0.7.0 |
317 | 2025-01-29T04:26:32.608Z | Downloaded crypto-common v0.1.6 |
318 | 2025-01-29T04:26:32.644Z | Downloaded toml_datetime v0.6.8 |
319 | 2025-01-29T04:26:32.647Z | Downloaded usdt-macro v0.5.0 |
320 | 2025-01-29T04:26:32.647Z | Downloaded usdt-attr-macro v0.5.0 |
321 | 2025-01-29T04:26:32.647Z | Downloaded is_terminal_polyfill v1.70.1 |
322 | 2025-01-29T04:26:32.647Z | Downloaded heck v0.5.0 |
323 | 2025-01-29T04:26:32.650Z | Downloaded cargo-platform v0.1.8 |
324 | 2025-01-29T04:26:32.650Z | Downloaded block-buffer v0.10.4 |
325 | 2025-01-29T04:26:32.650Z | Downloaded fs-err v2.11.0 |
326 | 2025-01-29T04:26:32.653Z | Downloaded autocfg v1.4.0 |
327 | 2025-01-29T04:26:32.665Z | Downloaded thiserror v1.0.69 |
328 | 2025-01-29T04:26:32.670Z | Downloaded terminal_size v0.4.0 |
329 | 2025-01-29T04:26:32.673Z | Downloaded tabled_derive v0.7.0 |
330 | 2025-01-29T04:26:32.673Z | Downloaded serde_tokenstream v0.2.2 |
331 | 2025-01-29T04:26:32.676Z | Downloaded anstyle-parse v0.2.5 |
332 | 2025-01-29T04:26:32.676Z | Downloaded cpufeatures v0.2.14 |
333 | 2025-01-29T04:26:32.687Z | Downloaded thread-id v4.2.2 |
334 | 2025-01-29T04:26:32.691Z | Downloaded macaddr v1.0.1 |
335 | 2025-01-29T04:26:32.691Z | Downloaded anstyle-query v1.1.1 |
336 | 2025-01-29T04:26:32.697Z | Downloaded version_check v0.9.5 |
337 | 2025-01-29T04:26:32.724Z | Downloaded strsim v0.11.1 |
338 | 2025-01-29T04:26:32.728Z | Downloaded plain v0.2.3 |
339 | 2025-01-29T04:26:32.728Z | Downloaded itoa v1.0.11 |
340 | 2025-01-29T04:26:32.731Z | Downloaded digest v0.10.7 |
341 | 2025-01-29T04:26:32.750Z | Downloaded proc-macro-error-attr v1.0.4 |
342 | 2025-01-29T04:26:32.753Z | Downloaded usdt v0.5.0 |
343 | 2025-01-29T04:26:32.753Z | Downloaded dtrace-parser v0.2.0 |
344 | 2025-01-29T04:26:32.753Z | Downloaded cfg-if v1.0.0 |
345 | 2025-01-29T04:26:32.761Z | Downloaded utf8parse v0.2.2 |
346 | 2025-01-29T04:26:32.764Z | Downloaded usdt-impl v0.5.0 |
347 | 2025-01-29T04:26:32.764Z | Downloaded serde_spanned v0.6.8 |
348 | 2025-01-29T04:26:32.767Z | Downloaded heck v0.4.1 |
349 | 2025-01-29T04:26:32.767Z | Downloaded fastrand v2.1.1 |
350 | 2025-01-29T04:26:32.770Z | Downloaded colorchoice v1.0.2 |
351 | 2025-01-29T04:26:32.770Z | Downloaded clap_lex v0.7.4 |
352 | 2025-01-29T04:26:32.774Z | Downloaded anstream v0.6.15 |
353 | 2025-01-29T04:26:32.777Z | Downloaded unicode-linebreak v0.1.5 |
354 | 2025-01-29T04:26:32.777Z | Downloaded smawk v0.3.2 |
355 | 2025-01-29T04:26:32.777Z | Downloaded errno v0.3.9 |
356 | 2025-01-29T04:26:32.783Z | Downloaded bytecount v0.6.8 |
357 | 2025-01-29T04:26:32.785Z | Downloaded thiserror-impl v1.0.69 |
358 | 2025-01-29T04:26:32.786Z | Downloaded sha2 v0.10.8 |
359 | 2025-01-29T04:26:32.786Z | Downloaded semver v1.0.24 |
360 | 2025-01-29T04:26:32.789Z | Downloaded clap_derive v4.5.24 |
361 | 2025-01-29T04:26:32.789Z | Downloaded cargo_toml v0.20.5 |
362 | 2025-01-29T04:26:32.791Z | Downloaded scroll v0.12.0 |
363 | 2025-01-29T04:26:32.791Z | Downloaded quote v1.0.38 |
364 | 2025-01-29T04:26:32.794Z | Downloaded once_cell v1.20.2 |
365 | 2025-01-29T04:26:32.796Z | Downloaded camino-tempfile v1.1.1 |
366 | 2025-01-29T04:26:32.799Z | Downloaded pest_generator v2.7.14 |
367 | 2025-01-29T04:26:32.799Z | Downloaded tempfile v3.13.0 |
368 | 2025-01-29T04:26:32.802Z | Downloaded fnv v1.0.7 |
369 | 2025-01-29T04:26:32.805Z | Downloaded anstyle v1.0.10 |
370 | 2025-01-29T04:26:32.805Z | Downloaded dof v0.3.0 |
371 | 2025-01-29T04:26:32.807Z | Downloaded cargo_metadata v0.18.1 |
372 | 2025-01-29T04:26:32.810Z | Downloaded zerocopy-derive v0.7.35 |
373 | 2025-01-29T04:26:32.814Z | Downloaded pest_derive v2.7.14 |
374 | 2025-01-29T04:26:32.817Z | Downloaded byteorder v1.5.0 |
375 | 2025-01-29T04:26:32.817Z | Downloaded proc-macro-error v1.0.4 |
376 | 2025-01-29T04:26:32.822Z | Downloaded camino v1.1.9 |
377 | 2025-01-29T04:26:32.826Z | Downloaded generic-array v0.14.7 |
378 | 2025-01-29T04:26:32.829Z | Downloaded ucd-trie v0.1.7 |
379 | 2025-01-29T04:26:32.829Z | Downloaded anyhow v1.0.95 |
380 | 2025-01-29T04:26:32.831Z | Downloaded pest_meta v2.7.14 |
381 | 2025-01-29T04:26:32.834Z | Downloaded toml v0.8.19 |
382 | 2025-01-29T04:26:32.837Z | Downloaded papergrid v0.11.0 |
383 | 2025-01-29T04:26:32.841Z | Downloaded typenum v1.17.0 |
384 | 2025-01-29T04:26:32.846Z | Downloaded ryu v1.0.18 |
385 | 2025-01-29T04:26:32.849Z | Downloaded bitflags v2.6.0 |
386 | 2025-01-29T04:26:32.852Z | Downloaded clap v4.5.27 |
387 | 2025-01-29T04:26:32.858Z | Downloaded unicode-ident v1.0.14 |
388 | 2025-01-29T04:26:32.861Z | Downloaded serde_derive v1.0.217 |
389 | 2025-01-29T04:26:32.864Z | Downloaded textwrap v0.16.1 |
390 | 2025-01-29T04:26:32.867Z | Downloaded log v0.4.22 |
391 | 2025-01-29T04:26:32.877Z | Downloaded proc-macro2 v1.0.92 |
392 | 2025-01-29T04:26:32.880Z | Downloaded serde v1.0.217 |
393 | 2025-01-29T04:26:32.883Z | Downloaded indexmap v2.7.1 |
394 | 2025-01-29T04:26:32.894Z | Downloaded memchr v2.7.4 |
395 | 2025-01-29T04:26:32.904Z | Downloaded toml_edit v0.22.22 |
396 | 2025-01-29T04:26:32.934Z | Downloaded pest v2.7.14 |
397 | 2025-01-29T04:26:32.943Z | Downloaded hashbrown v0.15.1 |
398 | 2025-01-29T04:26:32.948Z | Downloaded zerocopy v0.7.35 |
399 | 2025-01-29T04:26:32.963Z | Downloaded serde_json v1.0.135 |
400 | 2025-01-29T04:26:32.970Z | Downloaded winnow v0.6.20 |
401 | 2025-01-29T04:26:32.978Z | Downloaded goblin v0.8.2 |
402 | 2025-01-29T04:26:32.983Z | Downloaded clap_builder v4.5.27 |
403 | 2025-01-29T04:26:32.990Z | Downloaded tabled v0.15.0 |
404 | 2025-01-29T04:26:33.004Z | Downloaded syn v1.0.109 |
405 | 2025-01-29T04:26:33.014Z | Downloaded unicode-width v0.1.14 |
406 | 2025-01-29T04:26:33.019Z | Downloaded syn v2.0.96 |
407 | 2025-01-29T04:26:33.038Z | Downloaded rustix v0.38.37 |
408 | 2025-01-29T04:26:33.088Z | Downloaded libc v0.2.169 |
409 | 2025-01-29T04:26:33.406Z | Compiling proc-macro2 v1.0.92 |
410 | 2025-01-29T04:26:33.406Z | Compiling unicode-ident v1.0.14 |
411 | 2025-01-29T04:26:33.408Z | Compiling version_check v0.9.5 |
412 | 2025-01-29T04:26:33.409Z | Compiling serde v1.0.217 |
413 | 2025-01-29T04:26:33.409Z | Compiling thiserror v1.0.69 |
414 | 2025-01-29T04:26:33.409Z | Compiling memchr v2.7.4 |
415 | 2025-01-29T04:26:33.444Z | Compiling libc v0.2.169 |
416 | 2025-01-29T04:26:33.447Z | Compiling itoa v1.0.11 |
417 | 2025-01-29T04:26:33.670Z | Compiling ryu v1.0.18 |
418 | 2025-01-29T04:26:33.750Z | Compiling ucd-trie v0.1.7 |
419 | 2025-01-29T04:26:34.010Z | Compiling once_cell v1.20.2 |
420 | 2025-01-29T04:26:34.213Z | Compiling byteorder v1.5.0 |
421 | 2025-01-29T04:26:34.311Z | Compiling rustix v0.38.37 |
422 | 2025-01-29T04:26:34.558Z | Compiling serde_json v1.0.135 |
423 | 2025-01-29T04:26:35.037Z | Compiling bitflags v2.6.0 |
424 | 2025-01-29T04:26:35.085Z | Compiling usdt-impl v0.5.0 |
425 | 2025-01-29T04:26:35.131Z | Compiling proc-macro-error-attr v1.0.4 |
426 | 2025-01-29T04:26:35.231Z | Compiling syn v1.0.109 |
427 | 2025-01-29T04:26:35.409Z | Compiling proc-macro-error v1.0.4 |
428 | 2025-01-29T04:26:35.455Z | Compiling plain v0.2.3 |
429 | 2025-01-29T04:26:35.505Z | Compiling log v0.4.22 |
430 | 2025-01-29T04:26:35.628Z | Compiling utf8parse v0.2.2 |
431 | 2025-01-29T04:26:35.654Z | Compiling camino v1.1.9 |
432 | 2025-01-29T04:26:35.685Z | Compiling equivalent v1.0.1 |
433 | 2025-01-29T04:26:35.807Z | Compiling hashbrown v0.15.1 |
434 | 2025-01-29T04:26:35.836Z | Compiling anstyle-parse v0.2.5 |
435 | 2025-01-29T04:26:36.014Z | Compiling thread-id v4.2.2 |
436 | 2025-01-29T04:26:36.039Z | Compiling winnow v0.6.20 |
437 | 2025-01-29T04:26:36.140Z | Compiling quote v1.0.38 |
438 | 2025-01-29T04:26:36.183Z | Compiling errno v0.3.9 |
439 | 2025-01-29T04:26:36.226Z | Compiling anstyle v1.0.10 |
440 | 2025-01-29T04:26:36.328Z | Compiling is_terminal_polyfill v1.70.1 |
441 | 2025-01-29T04:26:36.361Z | Compiling anstyle-query v1.1.1 |
442 | 2025-01-29T04:26:36.466Z | Compiling colorchoice v1.0.2 |
443 | 2025-01-29T04:26:36.518Z | Compiling autocfg v1.4.0 |
444 | 2025-01-29T04:26:36.641Z | Compiling syn v2.0.96 |
445 | 2025-01-29T04:26:36.810Z | Compiling pretty-hex v0.4.1 |
446 | 2025-01-29T04:26:36.985Z | Compiling indexmap v2.7.1 |
447 | 2025-01-29T04:26:37.046Z | Compiling unicode-width v0.1.14 |
448 | 2025-01-29T04:26:37.488Z | Compiling semver v1.0.24 |
449 | 2025-01-29T04:26:37.573Z | Compiling fs-err v2.11.0 |
450 | 2025-01-29T04:26:37.850Z | Compiling anstream v0.6.15 |
451 | 2025-01-29T04:26:38.119Z | Compiling bytecount v0.6.8 |
452 | 2025-01-29T04:26:38.224Z | Compiling heck v0.4.1 |
453 | 2025-01-29T04:26:38.252Z | Compiling fnv v1.0.7 |
454 | 2025-01-29T04:26:38.414Z | Compiling clap_lex v0.7.4 |
455 | 2025-01-29T04:26:38.532Z | Compiling terminal_size v0.4.0 |
456 | 2025-01-29T04:26:38.654Z | Compiling fastrand v2.1.1 |
457 | 2025-01-29T04:26:38.767Z | Compiling strsim v0.11.1 |
458 | 2025-01-29T04:26:38.795Z | Compiling heck v0.5.0 |
459 | 2025-01-29T04:26:38.873Z | Compiling anyhow v1.0.95 |
460 | 2025-01-29T04:26:39.118Z | Compiling cfg-if v1.0.0 |
461 | 2025-01-29T04:26:39.174Z | Compiling clap_builder v4.5.27 |
462 | 2025-01-29T04:26:39.233Z | Compiling tempfile v3.13.0 |
463 | 2025-01-29T04:26:39.299Z | Compiling papergrid v0.11.0 |
464 | 2025-01-29T04:26:39.559Z | Compiling memmap v0.7.0 |
465 | 2025-01-29T04:26:39.913Z | Compiling unicode-linebreak v0.1.5 |
466 | 2025-01-29T04:26:39.940Z | Compiling smawk v0.3.2 |
467 | 2025-01-29T04:26:40.159Z | Compiling swrite v0.1.0 |
468 | 2025-01-29T04:26:40.417Z | Compiling textwrap v0.16.1 |
469 | 2025-01-29T04:26:41.212Z | Compiling tabled_derive v0.7.0 |
470 | 2025-01-29T04:26:42.392Z | Compiling tabled v0.15.0 |
471 | 2025-01-29T04:26:43.429Z | Compiling serde_derive v1.0.217 |
472 | 2025-01-29T04:26:43.432Z | Compiling thiserror-impl v1.0.69 |
473 | 2025-01-29T04:26:43.475Z | Compiling zerocopy-derive v0.7.35 |
474 | 2025-01-29T04:26:43.477Z | Compiling scroll_derive v0.12.0 |
475 | 2025-01-29T04:26:43.665Z | Compiling clap_derive v4.5.24 |
476 | 2025-01-29T04:26:44.965Z | Compiling scroll v0.12.0 |
477 | 2025-01-29T04:26:45.358Z | Compiling goblin v0.8.2 |
478 | 2025-01-29T04:26:45.454Z | Compiling zerocopy v0.7.35 |
479 | 2025-01-29T04:26:45.880Z | Compiling pest v2.7.14 |
480 | 2025-01-29T04:26:47.329Z | Compiling clap v4.5.27 |
481 | 2025-01-29T04:26:48.165Z | Compiling pest_meta v2.7.14 |
482 | 2025-01-29T04:26:49.129Z | Compiling pest_generator v2.7.14 |
483 | 2025-01-29T04:26:50.391Z | Compiling pest_derive v2.7.14 |
484 | 2025-01-29T04:26:51.096Z | Compiling dtrace-parser v0.2.0 |
485 | 2025-01-29T04:26:52.080Z | Compiling serde_tokenstream v0.2.2 |
486 | 2025-01-29T04:26:52.213Z | Compiling serde_spanned v0.6.8 |
487 | 2025-01-29T04:26:52.213Z | Compiling toml_datetime v0.6.8 |
488 | 2025-01-29T04:26:52.473Z | Compiling cargo-platform v0.1.8 |
489 | 2025-01-29T04:26:52.531Z | Compiling macaddr v1.0.1 |
490 | 2025-01-29T04:26:52.643Z | Compiling toml_edit v0.22.22 |
491 | 2025-01-29T04:26:52.880Z | Compiling camino-tempfile v1.1.1 |
492 | 2025-01-29T04:26:53.489Z | Compiling dof v0.3.0 |
493 | 2025-01-29T04:26:53.708Z | Compiling cargo_metadata v0.18.1 |
494 | 2025-01-29T04:26:54.894Z | Compiling usdt-macro v0.5.0 |
495 | 2025-01-29T04:26:54.894Z | Compiling usdt-attr-macro v0.5.0 |
496 | 2025-01-29T04:26:55.549Z | Compiling toml v0.8.19 |
497 | 2025-01-29T04:26:55.928Z | Compiling usdt v0.5.0 |
498 | 2025-01-29T04:26:56.293Z | Compiling cargo_toml v0.20.5 |
499 | 2025-01-29T04:26:58.983Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
500 | 2025-01-29T04:27:02.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.91s |
501 | 2025-01-29T04:27:02.397Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
502 | 2025-01-29T04:27:02.926Z | Downloading crates ... |
503 | 2025-01-29T04:27:03.105Z | Downloaded async-trait v0.1.85 |
504 | 2025-01-29T04:27:03.109Z | Downloaded atomicwrites v0.4.4 |
505 | 2025-01-29T04:27:03.112Z | Downloaded crunchy v0.2.2 |
506 | 2025-01-29T04:27:03.116Z | Downloaded base16ct v0.2.0 |
507 | 2025-01-29T04:27:03.120Z | Downloaded async-stream v0.3.6 |
508 | 2025-01-29T04:27:03.120Z | Downloaded arrayref v0.3.9 |
509 | 2025-01-29T04:27:03.120Z | Downloaded array-init v0.0.4 |
510 | 2025-01-29T04:27:03.120Z | Downloaded adler2 v2.0.0 |
511 | 2025-01-29T04:27:03.126Z | Downloaded async-stream-impl v0.3.6 |
512 | 2025-01-29T04:27:03.129Z | Downloaded ciborium-io v0.2.2 |
513 | 2025-01-29T04:27:04.139Z | Downloaded atty v0.2.14 |
514 | 2025-01-29T04:27:04.143Z | Downloaded http-body v1.0.1 |
515 | 2025-01-29T04:27:04.143Z | Downloaded ascii-canvas v3.0.0 |
516 | 2025-01-29T04:27:04.143Z | Downloaded md-5 v0.10.6 |
517 | 2025-01-29T04:27:04.143Z | Downloaded memmap2 v0.9.5 |
518 | 2025-01-29T04:27:04.143Z | Downloaded libefi-sys v0.1.0 |
519 | 2025-01-29T04:27:04.143Z | Downloaded cstr-argument v0.1.2 |
520 | 2025-01-29T04:27:04.144Z | Downloaded crucible-workspace-hack v0.1.0 |
521 | 2025-01-29T04:27:04.144Z | Downloaded curve25519-dalek-derive v0.1.1 |
522 | 2025-01-29T04:27:04.144Z | Downloaded ctr v0.9.2 |
523 | 2025-01-29T04:27:04.144Z | Downloaded crossbeam-deque v0.8.5 |
524 | 2025-01-29T04:27:04.144Z | Downloaded bit-set v0.5.3 |
525 | 2025-01-29T04:27:04.144Z | Downloaded atomic-waker v1.1.2 |
526 | 2025-01-29T04:27:04.144Z | Downloaded match_cfg v0.1.0 |
527 | 2025-01-29T04:27:04.144Z | Downloaded cipher v0.4.4 |
528 | 2025-01-29T04:27:04.144Z | Downloaded block-padding v0.3.3 |
529 | 2025-01-29T04:27:04.145Z | Downloaded chrono-tz-build v0.4.0 |
530 | 2025-01-29T04:27:04.145Z | Downloaded bitflags v1.3.2 |
531 | 2025-01-29T04:27:04.145Z | Downloaded crc-catalog v2.4.0 |
532 | 2025-01-29T04:27:04.145Z | Downloaded colored v2.1.0 |
533 | 2025-01-29T04:27:04.145Z | Downloaded cobs v0.2.3 |
534 | 2025-01-29T04:27:04.145Z | Downloaded chacha20 v0.9.1 |
535 | 2025-01-29T04:27:04.145Z | Downloaded bitfield v0.14.0 |
536 | 2025-01-29T04:27:04.145Z | Downloaded aead v0.5.2 |
537 | 2025-01-29T04:27:04.145Z | Downloaded cbc v0.1.2 |
538 | 2025-01-29T04:27:04.145Z | Downloaded bitfield-struct v0.6.2 |
539 | 2025-01-29T04:27:04.145Z | Downloaded cmake v0.1.51 |
540 | 2025-01-29T04:27:04.145Z | Downloaded bb8 v0.8.5 |
541 | 2025-01-29T04:27:04.145Z | Downloaded async-bb8-diesel v0.2.1 |
542 | 2025-01-29T04:27:04.146Z | Downloaded cancel-safe-futures v0.1.5 |
543 | 2025-01-29T04:27:04.146Z | Downloaded cookie_store v0.21.1 |
544 | 2025-01-29T04:27:04.146Z | Downloaded backoff v0.4.0 |
545 | 2025-01-29T04:27:04.146Z | Downloaded csv-core v0.1.11 |
546 | 2025-01-29T04:27:04.146Z | Downloaded ciborium v0.2.2 |
547 | 2025-01-29T04:27:04.146Z | Downloaded constant_time_eq v0.3.1 |
548 | 2025-01-29T04:27:04.146Z | Downloaded base64 v0.22.1 |
549 | 2025-01-29T04:27:04.146Z | Downloaded cassowary v0.3.0 |
550 | 2025-01-29T04:27:04.146Z | Downloaded lru-cache v0.1.2 |
551 | 2025-01-29T04:27:04.146Z | Downloaded bzip2 v0.4.4 |
552 | 2025-01-29T04:27:04.146Z | Downloaded http-body-util v0.1.2 |
553 | 2025-01-29T04:27:04.146Z | Downloaded home v0.5.9 |
554 | 2025-01-29T04:27:04.146Z | Downloaded ident_case v1.0.1 |
555 | 2025-01-29T04:27:04.146Z | Downloaded blake2 v0.10.6 |
556 | 2025-01-29T04:27:04.146Z | Downloaded castaway v0.2.3 |
557 | 2025-01-29T04:27:04.146Z | Downloaded rand_chacha v0.3.1 |
558 | 2025-01-29T04:27:04.146Z | Downloaded progenitor-client v0.9.1 |
559 | 2025-01-29T04:27:04.146Z | Downloaded is_ci v1.2.0 |
560 | 2025-01-29T04:27:04.146Z | Downloaded instant v0.1.13 |
561 | 2025-01-29T04:27:04.147Z | Downloaded crc v3.2.1 |
562 | 2025-01-29T04:27:04.147Z | Downloaded bcrypt-pbkdf v0.10.0 |
563 | 2025-01-29T04:27:04.147Z | Downloaded icu_provider_macros v1.5.0 |
564 | 2025-01-29T04:27:04.147Z | Downloaded hubpack_derive v0.1.1 |
565 | 2025-01-29T04:27:04.147Z | Downloaded async-recursion v1.1.1 |
566 | 2025-01-29T04:27:04.147Z | Downloaded allocator-api2 v0.2.18 |
567 | 2025-01-29T04:27:04.147Z | Downloaded tinyvec_macros v0.1.1 |
568 | 2025-01-29T04:27:04.147Z | Downloaded lazycell v1.3.0 |
569 | 2025-01-29T04:27:04.147Z | Downloaded cfg_aliases v0.1.1 |
570 | 2025-01-29T04:27:04.147Z | Downloaded mirai-annotations v1.12.0 |
571 | 2025-01-29T04:27:04.147Z | Downloaded cfg_aliases v0.2.1 |
572 | 2025-01-29T04:27:04.147Z | Downloaded const-oid v0.9.6 |
573 | 2025-01-29T04:27:04.147Z | Downloaded maplit v1.0.2 |
574 | 2025-01-29T04:27:04.147Z | Downloaded ipnet v2.10.1 |
575 | 2025-01-29T04:27:04.147Z | Downloaded shlex v1.3.0 |
576 | 2025-01-29T04:27:04.147Z | Downloaded rustc-hash v2.0.0 |
577 | 2025-01-29T04:27:04.147Z | Downloaded bit-vec v0.6.3 |
578 | 2025-01-29T04:27:04.147Z | Downloaded md5 v0.7.0 |
579 | 2025-01-29T04:27:04.147Z | Downloaded const_format_proc_macros v0.2.34 |
580 | 2025-01-29T04:27:04.147Z | Downloaded base64 v0.13.1 |
581 | 2025-01-29T04:27:04.148Z | Downloaded cookie v0.18.1 |
582 | 2025-01-29T04:27:04.148Z | Downloaded assert_matches v1.5.0 |
583 | 2025-01-29T04:27:04.148Z | Downloaded chacha20poly1305 v0.10.1 |
584 | 2025-01-29T04:27:04.148Z | Downloaded idna_adapter v1.2.0 |
585 | 2025-01-29T04:27:04.148Z | Downloaded crossbeam-epoch v0.9.18 |
586 | 2025-01-29T04:27:04.148Z | Downloaded hyper-tls v0.6.0 |
587 | 2025-01-29T04:27:04.148Z | Downloaded hyper-staticfile v0.10.1 |
588 | 2025-01-29T04:27:04.148Z | Downloaded signal-hook-mio v0.2.4 |
589 | 2025-01-29T04:27:04.148Z | Downloaded indent_write v2.2.0 |
590 | 2025-01-29T04:27:04.148Z | Downloaded radium v0.7.0 |
591 | 2025-01-29T04:27:04.148Z | Downloaded convert_case v0.4.0 |
592 | 2025-01-29T04:27:04.148Z | Downloaded blowfish v0.9.1 |
593 | 2025-01-29T04:27:04.148Z | Downloaded sync_wrapper v1.0.1 |
594 | 2025-01-29T04:27:04.148Z | Downloaded maybe-uninit v2.0.0 |
595 | 2025-01-29T04:27:04.148Z | Downloaded supports-color v3.0.1 |
596 | 2025-01-29T04:27:04.148Z | Downloaded libsw v3.3.1 |
597 | 2025-01-29T04:27:04.148Z | Downloaded thiserror-impl v2.0.11 |
598 | 2025-01-29T04:27:04.148Z | Downloaded ciborium-ll v0.2.2 |
599 | 2025-01-29T04:27:04.148Z | Downloaded hostname v0.3.1 |
600 | 2025-01-29T04:27:04.148Z | Downloaded shell-words v1.1.0 |
601 | 2025-01-29T04:27:04.148Z | Downloaded progenitor-macro v0.9.1 |
602 | 2025-01-29T04:27:04.148Z | Downloaded kstat-rs v0.2.4 |
603 | 2025-01-29T04:27:04.148Z | Downloaded linear-map v1.2.0 |
604 | 2025-01-29T04:27:04.148Z | Downloaded lalrpop-util v0.19.12 |
605 | 2025-01-29T04:27:04.148Z | Downloaded internet-checksum v0.2.1 |
606 | 2025-01-29T04:27:04.148Z | Downloaded hex-literal v0.4.1 |
607 | 2025-01-29T04:27:04.148Z | Downloaded hex v0.4.3 |
608 | 2025-01-29T04:27:04.148Z | Downloaded slog-json v2.6.1 |
609 | 2025-01-29T04:27:04.148Z | Downloaded clang-sys v1.8.1 |
610 | 2025-01-29T04:27:04.148Z | Downloaded hubpack v0.1.2 |
611 | 2025-01-29T04:27:04.148Z | Downloaded darling v0.20.10 |
612 | 2025-01-29T04:27:04.148Z | Downloaded arrayvec v0.7.6 |
613 | 2025-01-29T04:27:04.149Z | Downloaded zone_cfg_derive v0.3.0 |
614 | 2025-01-29T04:27:04.153Z | Downloaded lock_api v0.4.12 |
615 | 2025-01-29T04:27:04.153Z | Downloaded want v0.3.1 |
616 | 2025-01-29T04:27:04.153Z | Downloaded slog-scope v4.4.0 |
617 | 2025-01-29T04:27:04.153Z | Downloaded compact_str v0.8.0 |
618 | 2025-01-29T04:27:04.153Z | Downloaded scopeguard v1.2.0 |
619 | 2025-01-29T04:27:04.153Z | Downloaded base64ct v1.6.0 |
620 | 2025-01-29T04:27:04.153Z | Downloaded mime v0.3.17 |
621 | 2025-01-29T04:27:04.154Z | Downloaded heck v0.3.3 |
622 | 2025-01-29T04:27:04.154Z | Downloaded memoffset v0.9.1 |
623 | 2025-01-29T04:27:04.154Z | Downloaded lockfree-object-pool v0.1.6 |
624 | 2025-01-29T04:27:04.154Z | Downloaded linked-hash-map v0.5.6 |
625 | 2025-01-29T04:27:04.154Z | Downloaded tui-tree-widget v0.22.0 |
626 | 2025-01-29T04:27:04.154Z | Downloaded libloading v0.8.5 |
627 | 2025-01-29T04:27:04.154Z | Downloaded litemap v0.7.3 |
628 | 2025-01-29T04:27:04.154Z | Downloaded indoc v1.0.9 |
629 | 2025-01-29T04:27:04.154Z | Downloaded const_format v0.2.34 |
630 | 2025-01-29T04:27:04.154Z | Downloaded thiserror v2.0.11 |
631 | 2025-01-29T04:27:04.154Z | Downloaded tokio-tungstenite v0.21.0 |
632 | 2025-01-29T04:27:04.154Z | Downloaded mime_guess v2.0.5 |
633 | 2025-01-29T04:27:04.154Z | Downloaded mockall_derive v0.13.0 |
634 | 2025-01-29T04:27:04.154Z | Downloaded fd-lock v4.0.2 |
635 | 2025-01-29T04:27:04.154Z | Downloaded endian-type v0.1.2 |
636 | 2025-01-29T04:27:04.154Z | Downloaded crypto-bigint v0.5.5 |
637 | 2025-01-29T04:27:04.154Z | Downloaded strum_macros v0.25.3 |
638 | 2025-01-29T04:27:04.154Z | Downloaded hyper-util v0.1.10 |
639 | 2025-01-29T04:27:04.154Z | Downloaded dirs-next v2.0.0 |
640 | 2025-01-29T04:27:04.154Z | Downloaded sqlformat v0.2.6 |
641 | 2025-01-29T04:27:04.154Z | Downloaded jobserver v0.1.32 |
642 | 2025-01-29T04:27:04.154Z | Downloaded icu_normalizer_data v1.5.0 |
643 | 2025-01-29T04:27:04.154Z | Downloaded indexmap v1.9.3 |
644 | 2025-01-29T04:27:04.154Z | Downloaded icu_locid_transform v1.5.0 |
645 | 2025-01-29T04:27:04.154Z | Downloaded crossbeam-utils v0.8.20 |
646 | 2025-01-29T04:27:04.154Z | Downloaded russh-cryptovec v0.7.3 |
647 | 2025-01-29T04:27:04.154Z | Downloaded icu_locid_transform_data v1.5.0 |
648 | 2025-01-29T04:27:04.154Z | Downloaded enum-as-inner v0.6.1 |
649 | 2025-01-29T04:27:04.154Z | Downloaded structmeta v0.3.0 |
650 | 2025-01-29T04:27:04.154Z | Downloaded litrs v0.4.1 |
651 | 2025-01-29T04:27:04.154Z | Downloaded dyn-clone v1.0.17 |
652 | 2025-01-29T04:27:04.154Z | Downloaded signal-hook v0.3.17 |
653 | 2025-01-29T04:27:04.154Z | Downloaded typify v0.2.0 |
654 | 2025-01-29T04:27:04.154Z | Downloaded icu_properties v1.5.1 |
655 | 2025-01-29T04:27:04.154Z | Downloaded phf_generator v0.11.2 |
656 | 2025-01-29T04:27:04.154Z | Downloaded futures-sink v0.3.31 |
657 | 2025-01-29T04:27:04.154Z | Downloaded der_derive v0.7.3 |
658 | 2025-01-29T04:27:04.155Z | Downloaded icu_provider v1.5.0 |
659 | 2025-01-29T04:27:04.155Z | Downloaded packed_struct_codegen v0.10.1 |
660 | 2025-01-29T04:27:04.155Z | Downloaded tower-service v0.3.3 |
661 | 2025-01-29T04:27:04.155Z | Downloaded peg v0.8.4 |
662 | 2025-01-29T04:27:04.155Z | Downloaded crossbeam-channel v0.5.13 |
663 | 2025-01-29T04:27:04.155Z | Downloaded phf v0.11.2 |
664 | 2025-01-29T04:27:04.155Z | Downloaded rand_xorshift v0.3.0 |
665 | 2025-01-29T04:27:04.155Z | Downloaded predicates-core v1.0.8 |
666 | 2025-01-29T04:27:04.155Z | Downloaded secrecy v0.8.0 |
667 | 2025-01-29T04:27:04.155Z | Downloaded futures-task v0.3.31 |
668 | 2025-01-29T04:27:04.155Z | Downloaded phf_codegen v0.11.2 |
669 | 2025-01-29T04:27:04.155Z | Downloaded num v0.4.3 |
670 | 2025-01-29T04:27:04.155Z | Downloaded either v1.13.0 |
671 | 2025-01-29T04:27:04.155Z | Downloaded olpc-cjson v0.1.4 |
672 | 2025-01-29T04:27:04.155Z | Downloaded signal-hook-tokio v0.3.1 |
673 | 2025-01-29T04:27:04.156Z | Downloaded fs_extra v1.3.0 |
674 | 2025-01-29T04:27:04.156Z | Downloaded ron v0.8.1 |
675 | 2025-01-29T04:27:04.156Z | Downloaded tinystr v0.7.6 |
676 | 2025-01-29T04:27:04.156Z | Downloaded string_cache v0.8.7 |
677 | 2025-01-29T04:27:04.156Z | Downloaded globset v0.4.15 |
678 | 2025-01-29T04:27:04.156Z | Downloaded pretty-hex v0.2.1 |
679 | 2025-01-29T04:27:04.156Z | Downloaded toml v0.7.8 |
680 | 2025-01-29T04:27:04.156Z | Downloaded downcast v0.11.0 |
681 | 2025-01-29T04:27:04.156Z | Downloaded rtoolbox v0.0.2 |
682 | 2025-01-29T04:27:04.156Z | Downloaded uuid v1.12.0 |
683 | 2025-01-29T04:27:04.156Z | Downloaded keccak v0.1.5 |
684 | 2025-01-29T04:27:04.156Z | Downloaded indicatif v0.17.11 |
685 | 2025-01-29T04:27:04.156Z | Downloaded darling_macro v0.20.10 |
686 | 2025-01-29T04:27:04.156Z | Downloaded heapless v0.8.0 |
687 | 2025-01-29T04:27:04.156Z | Downloaded synstructure v0.13.1 |
688 | 2025-01-29T04:27:04.156Z | Downloaded yoke v0.7.4 |
689 | 2025-01-29T04:27:04.156Z | Downloaded spki v0.7.3 |
690 | 2025-01-29T04:27:04.156Z | Downloaded untrusted v0.7.1 |
691 | 2025-01-29T04:27:04.156Z | Downloaded packed_struct v0.10.1 |
692 | 2025-01-29T04:27:04.156Z | Downloaded deranged v0.3.11 |
693 | 2025-01-29T04:27:04.156Z | Downloaded group v0.13.0 |
694 | 2025-01-29T04:27:04.156Z | Downloaded glob v0.3.2 |
695 | 2025-01-29T04:27:04.156Z | Downloaded foreign-types-macros v0.2.3 |
696 | 2025-01-29T04:27:04.156Z | Downloaded tabwriter v1.4.0 |
697 | 2025-01-29T04:27:04.156Z | Downloaded document-features v0.2.10 |
698 | 2025-01-29T04:27:04.156Z | Downloaded hickory-server v0.24.2 |
699 | 2025-01-29T04:27:04.156Z | Downloaded parse-size v1.1.0 |
700 | 2025-01-29T04:27:04.156Z | Downloaded which v4.4.2 |
701 | 2025-01-29T04:27:04.156Z | Downloaded icu_normalizer v1.5.0 |
702 | 2025-01-29T04:27:04.156Z | Downloaded tls_codec_derive v0.4.1 |
703 | 2025-01-29T04:27:04.156Z | Downloaded serde_plain v1.0.2 |
704 | 2025-01-29T04:27:04.156Z | Downloaded nodrop v0.1.14 |
705 | 2025-01-29T04:27:04.156Z | Downloaded filetime v0.2.25 |
706 | 2025-01-29T04:27:04.156Z | Downloaded debug-ignore v1.0.5 |
707 | 2025-01-29T04:27:04.156Z | Downloaded funty v2.0.0 |
708 | 2025-01-29T04:27:04.156Z | Downloaded crossterm v0.28.1 |
709 | 2025-01-29T04:27:04.156Z | Downloaded steno v0.4.1 |
710 | 2025-01-29T04:27:04.156Z | Downloaded xz2 v0.1.7 |
711 | 2025-01-29T04:27:04.158Z | Downloaded derive-where v1.2.7 |
712 | 2025-01-29T04:27:04.158Z | Downloaded nibble_vec v0.1.0 |
713 | 2025-01-29T04:27:04.158Z | Downloaded termtree v0.4.1 |
714 | 2025-01-29T04:27:04.163Z | Downloaded ghash v0.5.1 |
715 | 2025-01-29T04:27:04.163Z | Downloaded foreign-types v0.3.2 |
716 | 2025-01-29T04:27:04.163Z | Downloaded primeorder v0.13.6 |
717 | 2025-01-29T04:27:04.163Z | Downloaded predicates-tree v1.0.11 |
718 | 2025-01-29T04:27:04.163Z | Downloaded defmt-macros v0.3.9 |
719 | 2025-01-29T04:27:04.163Z | Downloaded data-encoding v2.6.0 |
720 | 2025-01-29T04:27:04.163Z | Downloaded hickory-resolver v0.24.2 |
721 | 2025-01-29T04:27:04.163Z | Downloaded tinyvec v1.8.0 |
722 | 2025-01-29T04:27:04.163Z | Downloaded toolchain_find v0.4.0 |
723 | 2025-01-29T04:27:04.163Z | Downloaded precomputed-hash v0.1.1 |
724 | 2025-01-29T04:27:04.163Z | Downloaded env_logger v0.10.2 |
725 | 2025-01-29T04:27:04.163Z | Downloaded rand_core v0.6.4 |
726 | 2025-01-29T04:27:04.163Z | Downloaded cexpr v0.6.0 |
727 | 2025-01-29T04:27:04.163Z | Downloaded semver v0.1.20 |
728 | 2025-01-29T04:27:04.163Z | Downloaded ref-cast v1.0.23 |
729 | 2025-01-29T04:27:04.163Z | Downloaded aes-gcm v0.10.3 |
730 | 2025-01-29T04:27:04.163Z | Downloaded russh v0.45.0 |
731 | 2025-01-29T04:27:04.163Z | Downloaded parse-display-derive v0.10.0 |
732 | 2025-01-29T04:27:04.163Z | Downloaded slog-async v2.8.0 |
733 | 2025-01-29T04:27:04.163Z | Downloaded spin v0.9.8 |
734 | 2025-01-29T04:27:04.163Z | Downloaded signal-hook-registry v1.4.2 |
735 | 2025-01-29T04:27:04.164Z | Downloaded http v1.2.0 |
736 | 2025-01-29T04:27:04.164Z | Downloaded serde_urlencoded v0.7.1 |
737 | 2025-01-29T04:27:04.164Z | Downloaded parse-display v0.10.0 |
738 | 2025-01-29T04:27:04.164Z | Downloaded slog v2.7.0 |
739 | 2025-01-29T04:27:04.164Z | Downloaded owo-colors v4.1.0 |
740 | 2025-01-29T04:27:04.164Z | Downloaded ff v0.13.0 |
741 | 2025-01-29T04:27:04.164Z | Downloaded float-ord v0.3.2 |
742 | 2025-01-29T04:27:04.164Z | Downloaded fallible-streaming-iterator v0.1.9 |
743 | 2025-01-29T04:27:04.164Z | Downloaded vte v0.11.1 |
744 | 2025-01-29T04:27:04.164Z | Downloaded unicode-xid v0.2.6 |
745 | 2025-01-29T04:27:04.164Z | Downloaded structmeta v0.2.0 |
746 | 2025-01-29T04:27:04.164Z | Downloaded strip-ansi-escapes v0.2.0 |
747 | 2025-01-29T04:27:04.164Z | Downloaded siphasher v0.3.11 |
748 | 2025-01-29T04:27:04.164Z | Downloaded parking_lot_core v0.9.10 |
749 | 2025-01-29T04:27:04.164Z | Downloaded ref-cast-impl v1.0.23 |
750 | 2025-01-29T04:27:04.164Z | Downloaded serde_path_to_error v0.1.16 |
751 | 2025-01-29T04:27:04.164Z | Downloaded utf8_iter v1.0.4 |
752 | 2025-01-29T04:27:04.164Z | Downloaded password-hash v0.5.0 |
753 | 2025-01-29T04:27:04.164Z | Downloaded tracing v0.1.40 |
754 | 2025-01-29T04:27:04.164Z | Downloaded ppv-lite86 v0.2.20 |
755 | 2025-01-29T04:27:04.164Z | Downloaded utf16_iter v1.0.5 |
756 | 2025-01-29T04:27:04.164Z | Downloaded topological-sort v0.2.2 |
757 | 2025-01-29T04:27:04.164Z | Downloaded mio v1.0.2 |
758 | 2025-01-29T04:27:04.164Z | Downloaded number_prefix v0.4.0 |
759 | 2025-01-29T04:27:04.164Z | Downloaded newtype-uuid v1.2.1 |
760 | 2025-01-29T04:27:04.164Z | Downloaded untrusted v0.9.0 |
761 | 2025-01-29T04:27:04.166Z | Downloaded peg-runtime v0.8.3 |
762 | 2025-01-29T04:27:04.166Z | Downloaded utf-8 v0.7.6 |
763 | 2025-01-29T04:27:04.166Z | Downloaded unicase v2.7.0 |
764 | 2025-01-29T04:27:04.166Z | Downloaded yasna v0.5.2 |
765 | 2025-01-29T04:27:04.166Z | Downloaded thiserror-impl-no-std v2.0.2 |
766 | 2025-01-29T04:27:04.166Z | Downloaded native-tls v0.2.12 |
767 | 2025-01-29T04:27:04.166Z | Downloaded serde-big-array v0.5.1 |
768 | 2025-01-29T04:27:04.166Z | Downloaded futures-core v0.3.31 |
769 | 2025-01-29T04:27:04.166Z | Downloaded strum v0.26.3 |
770 | 2025-01-29T04:27:04.166Z | Downloaded dirs-sys-next v0.1.2 |
771 | 2025-01-29T04:27:04.166Z | Downloaded rustls-pemfile v2.2.0 |
772 | 2025-01-29T04:27:04.166Z | Downloaded progenitor-macro v0.8.0 |
773 | 2025-01-29T04:27:04.166Z | Downloaded addr2line v0.24.2 |
774 | 2025-01-29T04:27:04.166Z | Downloaded display-error-chain v0.2.2 |
775 | 2025-01-29T04:27:04.166Z | Downloaded smf v0.2.3 |
776 | 2025-01-29T04:27:04.166Z | Downloaded env_filter v0.1.2 |
777 | 2025-01-29T04:27:04.166Z | Downloaded zone v0.1.8 |
778 | 2025-01-29T04:27:04.166Z | Downloaded fragile v2.0.0 |
779 | 2025-01-29T04:27:04.166Z | Downloaded miniz_oxide v0.8.0 |
780 | 2025-01-29T04:27:04.166Z | Downloaded percent-encoding v2.3.1 |
781 | 2025-01-29T04:27:04.166Z | Downloaded zone v0.3.0 |
782 | 2025-01-29T04:27:04.166Z | Downloaded tokio-rustls v0.25.0 |
783 | 2025-01-29T04:27:04.166Z | Downloaded rcgen v0.12.1 |
784 | 2025-01-29T04:27:04.166Z | Downloaded bindgen v0.69.5 |
785 | 2025-01-29T04:27:04.166Z | Downloaded unicode_categories v0.1.1 |
786 | 2025-01-29T04:27:04.166Z | Downloaded num-bigint v0.4.6 |
787 | 2025-01-29T04:27:04.167Z | Downloaded typify-macro v0.3.0 |
788 | 2025-01-29T04:27:04.167Z | Downloaded aws-lc-rs v1.10.0 |
789 | 2025-01-29T04:27:04.167Z | Downloaded num_threads v0.1.7 |
790 | 2025-01-29T04:27:04.167Z | Downloaded structmeta-derive v0.2.0 |
791 | 2025-01-29T04:27:04.167Z | Downloaded prettyplease v0.2.25 |
792 | 2025-01-29T04:27:04.167Z | Downloaded postcard v1.0.10 |
793 | 2025-01-29T04:27:04.167Z | Downloaded new_debug_unreachable v1.0.6 |
794 | 2025-01-29T04:27:04.167Z | Downloaded same-file v1.0.6 |
795 | 2025-01-29T04:27:04.167Z | Downloaded password-hash v0.4.2 |
796 | 2025-01-29T04:27:04.167Z | Downloaded test-strategy v0.3.1 |
797 | 2025-01-29T04:27:04.167Z | Downloaded subtle v2.6.1 |
798 | 2025-01-29T04:27:04.167Z | Downloaded serde-hex v0.1.0 |
799 | 2025-01-29T04:27:04.167Z | Downloaded sec1 v0.7.3 |
800 | 2025-01-29T04:27:04.167Z | Downloaded pem-rfc7468 v0.7.0 |
801 | 2025-01-29T04:27:04.167Z | Downloaded num-derive v0.4.2 |
802 | 2025-01-29T04:27:04.167Z | Downloaded ahash v0.8.11 |
803 | 2025-01-29T04:27:04.167Z | Downloaded libm v0.2.8 |
804 | 2025-01-29T04:27:04.168Z | Downloaded rayon-core v1.12.1 |
805 | 2025-01-29T04:27:04.168Z | Downloaded strum_macros v0.24.3 |
806 | 2025-01-29T04:27:04.168Z | Downloaded parse-zoneinfo v0.3.1 |
807 | 2025-01-29T04:27:04.168Z | Downloaded itertools v0.12.1 |
808 | 2025-01-29T04:27:04.168Z | Downloaded time-core v0.1.2 |
809 | 2025-01-29T04:27:04.168Z | Downloaded unarray v0.1.4 |
810 | 2025-01-29T04:27:04.168Z | Downloaded idna v1.0.3 |
811 | 2025-01-29T04:27:04.168Z | Downloaded defmt-parser v0.3.4 |
812 | 2025-01-29T04:27:04.168Z | Downloaded similar v2.6.0 |
813 | 2025-01-29T04:27:04.168Z | Downloaded hyper v1.5.2 |
814 | 2025-01-29T04:27:04.172Z | Downloaded phf_shared v0.11.2 |
815 | 2025-01-29T04:27:04.172Z | Downloaded nanorand v0.7.0 |
816 | 2025-01-29T04:27:04.172Z | Downloaded futures-executor v0.3.31 |
817 | 2025-01-29T04:27:04.172Z | Downloaded num_enum_derive v0.5.11 |
818 | 2025-01-29T04:27:04.172Z | Downloaded strum_macros v0.26.4 |
819 | 2025-01-29T04:27:04.172Z | Downloaded tokio-stream v0.1.16 |
820 | 2025-01-29T04:27:04.172Z | Downloaded sct v0.7.1 |
821 | 2025-01-29T04:27:04.172Z | Downloaded hashlink v0.9.1 |
822 | 2025-01-29T04:27:04.172Z | Downloaded blake3 v1.5.4 |
823 | 2025-01-29T04:27:04.172Z | Downloaded foreign-types-shared v0.1.1 |
824 | 2025-01-29T04:27:04.172Z | Downloaded newtype_derive v0.1.6 |
825 | 2025-01-29T04:27:04.172Z | Downloaded socket2 v0.5.7 |
826 | 2025-01-29T04:27:04.172Z | Downloaded zerofrom v0.1.4 |
827 | 2025-01-29T04:27:04.172Z | Downloaded samael v0.0.17 |
828 | 2025-01-29T04:27:04.172Z | Downloaded slab v0.4.9 |
829 | 2025-01-29T04:27:04.172Z | Downloaded env_logger v0.11.5 |
830 | 2025-01-29T04:27:04.172Z | Downloaded polyval v0.6.2 |
831 | 2025-01-29T04:27:04.172Z | Downloaded zone_cfg_derive v0.1.2 |
832 | 2025-01-29T04:27:04.172Z | Downloaded subprocess v0.2.9 |
833 | 2025-01-29T04:27:04.172Z | Downloaded scrypt v0.11.0 |
834 | 2025-01-29T04:27:04.172Z | Downloaded newline-converter v0.3.0 |
835 | 2025-01-29T04:27:04.172Z | Downloaded form_urlencoded v1.2.1 |
836 | 2025-01-29T04:27:04.172Z | Downloaded foreign-types-shared v0.3.1 |
837 | 2025-01-29T04:27:04.173Z | Downloaded russh-keys v0.45.0 |
838 | 2025-01-29T04:27:04.173Z | Downloaded tiny-keccak v2.0.2 |
839 | 2025-01-29T04:27:04.173Z | Downloaded termios v0.3.3 |
840 | 2025-01-29T04:27:04.173Z | Downloaded thread_local v1.1.8 |
841 | 2025-01-29T04:27:04.173Z | Downloaded thiserror-no-std v2.0.2 |
842 | 2025-01-29T04:27:04.173Z | Downloaded multimap v0.10.0 |
843 | 2025-01-29T04:27:04.173Z | Downloaded num-rational v0.4.2 |
844 | 2025-01-29T04:27:04.173Z | Downloaded whoami v1.5.2 |
845 | 2025-01-29T04:27:04.173Z | Downloaded tokio-rustls v0.26.0 |
846 | 2025-01-29T04:27:04.173Z | Downloaded flume v0.11.1 |
847 | 2025-01-29T04:27:04.173Z | Downloaded ed25519-dalek v2.1.1 |
848 | 2025-01-29T04:27:04.173Z | Downloaded url v2.5.3 |
849 | 2025-01-29T04:27:04.173Z | Downloaded hkdf v0.12.4 |
850 | 2025-01-29T04:27:04.173Z | Downloaded aho-corasick v1.1.3 |
851 | 2025-01-29T04:27:04.173Z | Downloaded time-macros v0.2.18 |
852 | 2025-01-29T04:27:04.173Z | Downloaded rustc-demangle v0.1.24 |
853 | 2025-01-29T04:27:04.173Z | Downloaded rustyline v14.0.0 |
854 | 2025-01-29T04:27:04.173Z | Downloaded openssl-macros v0.1.1 |
855 | 2025-01-29T04:27:04.173Z | Downloaded quinn-udp v0.5.5 |
856 | 2025-01-29T04:27:04.173Z | Downloaded zerovec-derive v0.10.3 |
857 | 2025-01-29T04:27:04.173Z | Downloaded poly1305 v0.8.0 |
858 | 2025-01-29T04:27:04.173Z | Downloaded parking_lot v0.11.2 |
859 | 2025-01-29T04:27:04.173Z | Downloaded pem v3.0.4 |
860 | 2025-01-29T04:27:04.173Z | Downloaded rustfmt-wrapper v0.2.1 |
861 | 2025-01-29T04:27:04.173Z | Downloaded bitvec v1.0.1 |
862 | 2025-01-29T04:27:04.173Z | Downloaded diesel_table_macro_syntax v0.2.0 |
863 | 2025-01-29T04:27:04.173Z | Downloaded snafu-derive v0.8.5 |
864 | 2025-01-29T04:27:04.173Z | Downloaded rusqlite v0.32.1 |
865 | 2025-01-29T04:27:04.173Z | Downloaded dropshot_endpoint v0.12.0 |
866 | 2025-01-29T04:27:04.173Z | Downloaded zopfli v0.8.1 |
867 | 2025-01-29T04:27:04.173Z | Downloaded oso-derive v0.27.3 |
868 | 2025-01-29T04:27:04.173Z | Downloaded stable_deref_trait v1.2.0 |
869 | 2025-01-29T04:27:04.173Z | Downloaded rustversion v1.0.17 |
870 | 2025-01-29T04:27:04.173Z | Downloaded rustls-pemfile v1.0.4 |
871 | 2025-01-29T04:27:04.173Z | Downloaded psl-types v2.0.11 |
872 | 2025-01-29T04:27:04.173Z | Downloaded foldhash v0.1.3 |
873 | 2025-01-29T04:27:04.173Z | Downloaded displaydoc v0.2.5 |
874 | 2025-01-29T04:27:04.173Z | Downloaded wait-timeout v0.2.0 |
875 | 2025-01-29T04:27:04.174Z | Downloaded peg-macros v0.8.4 |
876 | 2025-01-29T04:27:04.174Z | Downloaded waitgroup v0.1.2 |
877 | 2025-01-29T04:27:04.174Z | Downloaded futures-channel v0.3.31 |
878 | 2025-01-29T04:27:04.174Z | Downloaded itertools v0.13.0 |
879 | 2025-01-29T04:27:04.174Z | Downloaded zip v2.1.3 |
880 | 2025-01-29T04:27:04.174Z | Downloaded rand_seeder v0.3.0 |
881 | 2025-01-29T04:27:04.174Z | Downloaded rsa v0.9.6 |
882 | 2025-01-29T04:27:04.174Z | Downloaded derive_more v0.99.18 |
883 | 2025-01-29T04:27:04.174Z | Downloaded num-conv v0.1.0 |
884 | 2025-01-29T04:27:04.174Z | Downloaded futures-macro v0.3.31 |
885 | 2025-01-29T04:27:04.174Z | Downloaded nom v7.1.3 |
886 | 2025-01-29T04:27:04.174Z | Downloaded tokio-macros v2.5.0 |
887 | 2025-01-29T04:27:04.174Z | Downloaded termcolor v1.4.1 |
888 | 2025-01-29T04:27:04.174Z | Downloaded num-traits v0.2.19 |
889 | 2025-01-29T04:27:04.174Z | Downloaded snafu v0.8.5 |
890 | 2025-01-29T04:27:04.174Z | Downloaded pbkdf2 v0.12.2 |
891 | 2025-01-29T04:27:04.175Z | Downloaded twox-hash v2.1.0 |
892 | 2025-01-29T04:27:04.175Z | Downloaded tokio-rustls v0.24.1 |
893 | 2025-01-29T04:27:04.175Z | Downloaded smallvec v1.13.2 |
894 | 2025-01-29T04:27:04.175Z | Downloaded pin-project-internal v1.1.6 |
895 | 2025-01-29T04:27:04.175Z | Downloaded reedline v0.35.0 |
896 | 2025-01-29T04:27:04.175Z | Downloaded tap v1.0.1 |
897 | 2025-01-29T04:27:04.177Z | Downloaded zerocopy v0.6.6 |
898 | 2025-01-29T04:27:04.177Z | Downloaded slog-bunyan v2.5.0 |
899 | 2025-01-29T04:27:04.177Z | Downloaded tough v0.19.0 |
900 | 2025-01-29T04:27:04.177Z | Downloaded headers-core v0.3.0 |
901 | 2025-01-29T04:27:04.177Z | Downloaded predicates v3.1.2 |
902 | 2025-01-29T04:27:04.177Z | Downloaded fallible-iterator v0.2.0 |
903 | 2025-01-29T04:27:04.177Z | Downloaded icu_properties_data v1.5.0 |
904 | 2025-01-29T04:27:04.177Z | Downloaded yoke-derive v0.7.4 |
905 | 2025-01-29T04:27:04.177Z | Downloaded write16 v1.0.0 |
906 | 2025-01-29T04:27:04.177Z | Downloaded num-iter v0.1.45 |
907 | 2025-01-29T04:27:04.177Z | Downloaded dunce v1.0.5 |
908 | 2025-01-29T04:27:04.177Z | Downloaded smallvec v0.6.14 |
909 | 2025-01-29T04:27:04.177Z | Downloaded dsl_auto_type v0.1.2 |
910 | 2025-01-29T04:27:04.177Z | Downloaded unicode-truncate v1.1.0 |
911 | 2025-01-29T04:27:04.178Z | Downloaded num-bigint-dig v0.8.4 |
912 | 2025-01-29T04:27:04.178Z | Downloaded pin-project v1.1.6 |
913 | 2025-01-29T04:27:04.178Z | Downloaded toml_edit v0.19.15 |
914 | 2025-01-29T04:27:04.181Z | Downloaded path-slash v0.1.5 |
915 | 2025-01-29T04:27:04.181Z | Downloaded derive_builder_macro v0.20.2 |
916 | 2025-01-29T04:27:04.181Z | Downloaded flagset v0.4.6 |
917 | 2025-01-29T04:27:04.181Z | Downloaded inout v0.1.3 |
918 | 2025-01-29T04:27:04.181Z | Downloaded serde_repr v0.1.19 |
919 | 2025-01-29T04:27:04.181Z | Downloaded term v0.7.0 |
920 | 2025-01-29T04:27:04.181Z | Downloaded derive_builder v0.20.2 |
921 | 2025-01-29T04:27:04.181Z | Downloaded sqlparser_derive v0.2.2 |
922 | 2025-01-29T04:27:04.181Z | Downloaded sigpipe v0.1.3 |
923 | 2025-01-29T04:27:04.181Z | Downloaded normalize-line-endings v0.3.0 |
924 | 2025-01-29T04:27:04.181Z | Downloaded slog-dtrace v0.3.0 |
925 | 2025-01-29T04:27:04.181Z | Downloaded powerfmt v0.2.0 |
926 | 2025-01-29T04:27:04.181Z | Downloaded heapless v0.7.17 |
927 | 2025-01-29T04:27:04.181Z | Downloaded rustc-hash v1.1.0 |
928 | 2025-01-29T04:27:04.181Z | Downloaded progenitor-impl v0.8.0 |
929 | 2025-01-29T04:27:04.181Z | Downloaded qorb v0.2.1 |
930 | 2025-01-29T04:27:04.181Z | Downloaded rusty-fork v0.3.0 |
931 | 2025-01-29T04:27:04.181Z | Downloaded postgres-protocol v0.6.7 |
932 | 2025-01-29T04:27:04.181Z | Downloaded zerocopy-derive v0.8.10 |
933 | 2025-01-29T04:27:04.186Z | Downloaded git2 v0.19.0 |
934 | 2025-01-29T04:27:04.195Z | Downloaded fixedbitset v0.4.2 |
935 | 2025-01-29T04:27:04.197Z | Downloaded rayon v1.10.0 |
936 | 2025-01-29T04:27:04.204Z | Downloaded wyz v0.5.1 |
937 | 2025-01-29T04:27:04.207Z | Downloaded value-bag v1.9.0 |
938 | 2025-01-29T04:27:04.211Z | Downloaded pin-project-lite v0.2.14 |
939 | 2025-01-29T04:27:04.214Z | Downloaded openssl-probe v0.1.5 |
940 | 2025-01-29T04:27:04.217Z | Downloaded pkcs8 v0.10.2 |
941 | 2025-01-29T04:27:04.219Z | Downloaded crc32fast v1.4.2 |
942 | 2025-01-29T04:27:04.219Z | Downloaded foreign-types v0.5.0 |
943 | 2025-01-29T04:27:04.222Z | Downloaded float-cmp v0.9.0 |
944 | 2025-01-29T04:27:04.222Z | Downloaded argon2 v0.5.3 |
945 | 2025-01-29T04:27:04.225Z | Downloaded oso v0.27.3 |
946 | 2025-01-29T04:27:04.227Z | Downloaded bcs v0.1.6 |
947 | 2025-01-29T04:27:04.231Z | Downloaded quinn v0.11.5 |
948 | 2025-01-29T04:27:04.234Z | Downloaded xattr v1.3.1 |
949 | 2025-01-29T04:27:04.234Z | Downloaded diff v0.1.13 |
950 | 2025-01-29T04:27:04.237Z | Downloaded progenitor v0.8.0 |
951 | 2025-01-29T04:27:04.239Z | Downloaded tokio-tungstenite v0.23.1 |
952 | 2025-01-29T04:27:04.242Z | Downloaded tungstenite v0.21.0 |
953 | 2025-01-29T04:27:04.247Z | Downloaded publicsuffix v2.3.0 |
954 | 2025-01-29T04:27:04.249Z | Downloaded serde_with v3.11.0 |
955 | 2025-01-29T04:27:04.254Z | Downloaded tokio-tungstenite v0.24.0 |
956 | 2025-01-29T04:27:04.257Z | Downloaded derive_builder_core v0.20.2 |
957 | 2025-01-29T04:27:04.259Z | Downloaded hashbrown v0.14.5 |
958 | 2025-01-29T04:27:04.264Z | Downloaded diesel-dtrace v0.4.2 |
959 | 2025-01-29T04:27:04.266Z | Downloaded static_assertions v1.1.0 |
960 | 2025-01-29T04:27:04.269Z | Downloaded time v0.3.36 |
961 | 2025-01-29T04:27:04.273Z | Downloaded vte_generate_state_changes v0.1.2 |
962 | 2025-01-29T04:27:04.276Z | Downloaded fxhash v0.2.1 |
963 | 2025-01-29T04:27:04.276Z | Downloaded pkcs1 v0.7.5 |
964 | 2025-01-29T04:27:04.279Z | Downloaded signature v2.2.0 |
965 | 2025-01-29T04:27:04.279Z | Downloaded webpki-roots v0.26.6 |
966 | 2025-01-29T04:27:04.283Z | Downloaded ssh-encoding v0.2.0 |
967 | 2025-01-29T04:27:04.285Z | Downloaded unicode-normalization v0.1.24 |
968 | 2025-01-29T04:27:04.288Z | Downloaded tokio-native-tls v0.3.1 |
969 | 2025-01-29T04:27:04.291Z | Downloaded gethostname v0.5.0 |
970 | 2025-01-29T04:27:04.293Z | Downloaded proc-macro-crate v1.3.1 |
971 | 2025-01-29T04:27:04.293Z | Downloaded slog-stdlog v4.1.1 |
972 | 2025-01-29T04:27:04.296Z | Downloaded curve25519-dalek v4.1.3 |
973 | 2025-01-29T04:27:04.302Z | Downloaded progenitor-client v0.8.0 |
974 | 2025-01-29T04:27:04.305Z | Downloaded rfc6979 v0.4.0 |
975 | 2025-01-29T04:27:04.305Z | Downloaded vergen v8.3.2 |
976 | 2025-01-29T04:27:04.308Z | Downloaded salsa20 v0.10.2 |
977 | 2025-01-29T04:27:04.310Z | Downloaded lazy_static v1.5.0 |
978 | 2025-01-29T04:27:04.310Z | Downloaded rustc_version v0.1.7 |
979 | 2025-01-29T04:27:04.313Z | Downloaded hickory-client v0.24.2 |
980 | 2025-01-29T04:27:04.316Z | Downloaded simd-adler32 v0.3.7 |
981 | 2025-01-29T04:27:04.318Z | Downloaded des v0.8.1 |
982 | 2025-01-29T04:27:04.318Z | Downloaded zeroize_derive v1.4.2 |
983 | 2025-01-29T04:27:04.321Z | Downloaded managed v0.8.0 |
984 | 2025-01-29T04:27:04.321Z | Downloaded lru v0.12.5 |
985 | 2025-01-29T04:27:04.321Z | Downloaded phf_shared v0.10.0 |
986 | 2025-01-29T04:27:04.324Z | Downloaded rustls-webpki v0.102.8 |
987 | 2025-01-29T04:27:04.340Z | Downloaded rustc_version v0.4.1 |
988 | 2025-01-29T04:27:04.343Z | Downloaded resolv-conf v0.7.0 |
989 | 2025-01-29T04:27:04.346Z | Downloaded hash32 v0.3.1 |
990 | 2025-01-29T04:27:04.346Z | Downloaded parking_lot_core v0.8.6 |
991 | 2025-01-29T04:27:04.349Z | Downloaded p521 v0.13.3 |
992 | 2025-01-29T04:27:04.352Z | Downloaded embedded-io v0.4.0 |
993 | 2025-01-29T04:27:04.354Z | Downloaded pbkdf2 v0.11.0 |
994 | 2025-01-29T04:27:04.357Z | Downloaded hash32 v0.2.1 |
995 | 2025-01-29T04:27:04.357Z | Downloaded difflib v0.4.0 |
996 | 2025-01-29T04:27:04.360Z | Downloaded r2d2 v0.8.10 |
997 | 2025-01-29T04:27:04.360Z | Downloaded try-lock v0.2.5 |
998 | 2025-01-29T04:27:04.360Z | Downloaded rustls-webpki v0.101.7 |
999 | 2025-01-29T04:27:04.373Z | Downloaded elliptic-curve v0.13.8 |
1000 | 2025-01-29T04:27:04.377Z | Downloaded sqlparser v0.45.0 |
1001 | 2025-01-29T04:27:04.382Z | Downloaded icu_locid v1.5.0 |
1002 | 2025-01-29T04:27:04.386Z | Downloaded der v0.7.9 |
1003 | 2025-01-29T04:27:04.391Z | Downloaded pkg-config v0.3.31 |
1004 | 2025-01-29T04:27:04.394Z | Downloaded opaque-debug v0.3.1 |
1005 | 2025-01-29T04:27:04.395Z | Downloaded lalrpop v0.19.12 |
1006 | 2025-01-29T04:27:04.408Z | Downloaded serde_with_macros v3.11.0 |
1007 | 2025-01-29T04:27:04.410Z | Downloaded typify-macro v0.2.0 |
1008 | 2025-01-29T04:27:04.410Z | Downloaded slog-term v2.9.1 |
1009 | 2025-01-29T04:27:04.410Z | Downloaded pkcs5 v0.7.1 |
1010 | 2025-01-29T04:27:04.414Z | Downloaded radix_trie v0.2.1 |
1011 | 2025-01-29T04:27:04.419Z | Downloaded half v2.4.1 |
1012 | 2025-01-29T04:27:04.422Z | Downloaded num-integer v0.1.46 |
1013 | 2025-01-29T04:27:04.425Z | Downloaded crc-any v2.5.0 |
1014 | 2025-01-29T04:27:04.429Z | Downloaded futures-io v0.3.31 |
1015 | 2025-01-29T04:27:04.429Z | Downloaded defmt v0.3.8 |
1016 | 2025-01-29T04:27:04.431Z | Downloaded num-complex v0.4.6 |
1017 | 2025-01-29T04:27:04.432Z | Downloaded structmeta-derive v0.3.0 |
1018 | 2025-01-29T04:27:04.434Z | Downloaded flate2 v1.0.35 |
1019 | 2025-01-29T04:27:04.437Z | Downloaded p256 v0.13.2 |
1020 | 2025-01-29T04:27:04.440Z | Downloaded parking_lot v0.12.3 |
1021 | 2025-01-29T04:27:04.443Z | Downloaded futures v0.3.31 |
1022 | 2025-01-29T04:27:04.448Z | Downloaded quick-xml v0.33.0 |
1023 | 2025-01-29T04:27:04.454Z | Downloaded stringprep v0.1.5 |
1024 | 2025-01-29T04:27:04.457Z | Downloaded ecdsa v0.16.9 |
1025 | 2025-01-29T04:27:04.466Z | Downloaded unicode-bidi v0.3.17 |
1026 | 2025-01-29T04:27:04.466Z | Downloaded console v0.15.10 |
1027 | 2025-01-29T04:27:04.466Z | Downloaded ena v0.14.3 |
1028 | 2025-01-29T04:27:04.469Z | Downloaded vsss-rs v3.3.4 |
1029 | 2025-01-29T04:27:04.469Z | Downloaded take_mut v0.2.2 |
1030 | 2025-01-29T04:27:04.469Z | Downloaded sha1 v0.10.6 |
1031 | 2025-01-29T04:27:04.474Z | Downloaded fallible-iterator v0.3.0 |
1032 | 2025-01-29T04:27:04.474Z | Downloaded darling_core v0.20.10 |
1033 | 2025-01-29T04:27:04.478Z | Downloaded unicode-properties v0.1.3 |
1034 | 2025-01-29T04:27:04.478Z | Downloaded tokio-postgres v0.7.12 |
1035 | 2025-01-29T04:27:04.483Z | Downloaded minimal-lexical v0.2.1 |
1036 | 2025-01-29T04:27:04.487Z | Downloaded headers v0.4.0 |
1037 | 2025-01-29T04:27:04.492Z | Downloaded serde_derive_internals v0.29.1 |
1038 | 2025-01-29T04:27:04.495Z | Downloaded bumpalo v3.16.0 |
1039 | 2025-01-29T04:27:04.498Z | Downloaded serde_yaml v0.9.34+deprecated |
1040 | 2025-01-29T04:27:04.501Z | Downloaded cc v1.1.30 |
1041 | 2025-01-29T04:27:04.505Z | Downloaded tracing-attributes v0.1.27 |
1042 | 2025-01-29T04:27:04.508Z | Downloaded openssl-sys v0.9.103 |
1043 | 2025-01-29T04:27:04.511Z | Downloaded rustls v0.22.4 |
1044 | 2025-01-29T04:27:04.524Z | Downloaded nu-ansi-term v0.50.1 |
1045 | 2025-01-29T04:27:04.527Z | Downloaded unicode-segmentation v1.12.0 |
1046 | 2025-01-29T04:27:04.533Z | Downloaded ssh-cipher v0.2.0 |
1047 | 2025-01-29T04:27:04.537Z | Downloaded getrandom v0.2.15 |
1048 | 2025-01-29T04:27:04.537Z | Downloaded dropshot_endpoint v0.15.1 |
1049 | 2025-01-29T04:27:04.542Z | Downloaded x509-cert v0.2.5 |
1050 | 2025-01-29T04:27:04.546Z | Downloaded rpassword v7.3.1 |
1051 | 2025-01-29T04:27:04.546Z | Downloaded diesel_derives v2.2.3 |
1052 | 2025-01-29T04:27:04.549Z | Downloaded writeable v0.5.5 |
1053 | 2025-01-29T04:27:04.552Z | Downloaded progenitor-impl v0.9.1 |
1054 | 2025-01-29T04:27:04.552Z | Downloaded zerofrom-derive v0.1.4 |
1055 | 2025-01-29T04:27:04.555Z | Downloaded num_enum v0.5.11 |
1056 | 2025-01-29T04:27:04.558Z | Downloaded ed25519 v2.2.3 |
1057 | 2025-01-29T04:27:04.561Z | Downloaded unsafe-libyaml v0.2.11 |
1058 | 2025-01-29T04:27:04.564Z | Downloaded unicode-width v0.2.0 |
1059 | 2025-01-29T04:27:04.568Z | Downloaded paste v1.0.15 |
1060 | 2025-01-29T04:27:04.571Z | Downloaded pin-utils v0.1.0 |
1061 | 2025-01-29T04:27:04.574Z | Downloaded tungstenite v0.23.0 |
1062 | 2025-01-29T04:27:04.577Z | Downloaded tokio-util v0.7.12 |
1063 | 2025-01-29T04:27:04.584Z | Downloaded ron v0.7.1 |
1064 | 2025-01-29T04:27:04.587Z | Downloaded petname v2.0.2 |
1065 | 2025-01-29T04:27:04.596Z | Downloaded typed-path v0.9.3 |
1066 | 2025-01-29T04:27:04.599Z | Downloaded hashbrown v0.12.3 |
1067 | 2025-01-29T04:27:04.603Z | Downloaded embedded-io v0.6.1 |
1068 | 2025-01-29T04:27:04.607Z | Downloaded futures-util v0.3.31 |
1069 | 2025-01-29T04:27:04.615Z | Downloaded tracing-core v0.1.32 |
1070 | 2025-01-29T04:27:04.619Z | Downloaded hashbrown v0.13.2 |
1071 | 2025-01-29T04:27:04.623Z | Downloaded ssh-key v0.6.6 |
1072 | 2025-01-29T04:27:04.634Z | Downloaded object v0.30.4 |
1073 | 2025-01-29T04:27:04.639Z | Downloaded regex v1.11.1 |
1074 | 2025-01-29T04:27:04.651Z | Downloaded uzers v0.12.1 |
1075 | 2025-01-29T04:27:04.657Z | Downloaded progenitor v0.9.1 |
1076 | 2025-01-29T04:27:04.657Z | Downloaded regex-syntax v0.6.29 |
1077 | 2025-01-29T04:27:04.662Z | Downloaded nix v0.28.0 |
1078 | 2025-01-29T04:27:04.672Z | Downloaded chrono-tz v0.10.1 |
1079 | 2025-01-29T04:27:04.680Z | Downloaded p384 v0.13.0 |
1080 | 2025-01-29T04:27:04.686Z | Downloaded bstr v1.10.0 |
1081 | 2025-01-29T04:27:04.696Z | Downloaded quinn-proto v0.11.8 |
1082 | 2025-01-29T04:27:04.702Z | Downloaded zerocopy v0.8.10 |
1083 | 2025-01-29T04:27:04.725Z | Downloaded reqwest v0.12.9 |
1084 | 2025-01-29T04:27:04.734Z | Downloaded polar-core v0.27.3 |
1085 | 2025-01-29T04:27:04.741Z | Downloaded regress v0.9.1 |
1086 | 2025-01-29T04:27:04.751Z | Downloaded hickory-proto v0.24.2 |
1087 | 2025-01-29T04:27:04.765Z | Downloaded zerovec v0.10.4 |
1088 | 2025-01-29T04:27:04.770Z | Downloaded openssl v0.10.66 |
1089 | 2025-01-29T04:27:04.780Z | Downloaded smoltcp v0.11.0 |
1090 | 2025-01-29T04:27:04.792Z | Downloaded portable-atomic v1.9.0 |
1091 | 2025-01-29T04:27:04.799Z | Downloaded h2 v0.4.6 |
1092 | 2025-01-29T04:27:04.805Z | Downloaded smoltcp v0.9.1 |
1093 | 2025-01-29T04:27:04.815Z | Downloaded winnow v0.5.40 |
1094 | 2025-01-29T04:27:04.823Z | Downloaded regex-syntax v0.8.5 |
1095 | 2025-01-29T04:27:04.832Z | Downloaded dropshot v0.15.1 |
1096 | 2025-01-29T04:27:04.852Z | Downloaded rustls v0.23.19 |
1097 | 2025-01-29T04:27:04.863Z | Downloaded rustls v0.21.12 |
1098 | 2025-01-29T04:27:04.874Z | Downloaded expectorate v1.1.0 |
1099 | 2025-01-29T04:27:04.876Z | Downloaded vcpkg v0.2.15 |
1100 | 2025-01-29T04:27:04.913Z | Downloaded diesel v2.2.6 |
1101 | 2025-01-29T04:27:04.931Z | Downloaded regress v0.10.1 |
1102 | 2025-01-29T04:27:04.939Z | Downloaded typify-impl v0.3.0 |
1103 | 2025-01-29T04:27:04.956Z | Downloaded ratatui v0.28.1 |
1104 | 2025-01-29T04:27:04.973Z | Downloaded nix v0.29.0 |
1105 | 2025-01-29T04:27:04.985Z | Downloaded gimli v0.31.1 |
1106 | 2025-01-29T04:27:04.993Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1107 | 2025-01-29T04:27:05.005Z | Downloaded nix v0.27.1 |
1108 | 2025-01-29T04:27:05.015Z | Downloaded zerocopy-derive v0.6.6 |
1109 | 2025-01-29T04:27:05.025Z | Downloaded object v0.36.5 |
1110 | 2025-01-29T04:27:05.036Z | Downloaded zip v0.6.6 |
1111 | 2025-01-29T04:27:05.041Z | Downloaded tungstenite v0.24.0 |
1112 | 2025-01-29T04:27:05.044Z | Downloaded typify-impl v0.2.0 |
1113 | 2025-01-29T04:27:05.060Z | Downloaded dropshot v0.12.0 |
1114 | 2025-01-29T04:27:05.078Z | Downloaded tar v0.4.42 |
1115 | 2025-01-29T04:27:05.080Z | Downloaded aes v0.8.4 |
1116 | 2025-01-29T04:27:05.083Z | Downloaded openapiv3 v2.0.0 |
1117 | 2025-01-29T04:27:05.095Z | Downloaded postgres-types v0.2.8 |
1118 | 2025-01-29T04:27:05.098Z | Downloaded csv v1.3.1 |
1119 | 2025-01-29T04:27:05.116Z | Downloaded salty v0.3.0 |
1120 | 2025-01-29T04:27:05.123Z | Downloaded sled v0.34.7 |
1121 | 2025-01-29T04:27:05.132Z | Downloaded lzma-sys v0.1.20 |
1122 | 2025-01-29T04:27:05.160Z | Downloaded regex-automata v0.4.8 |
1123 | 2025-01-29T04:27:05.178Z | Downloaded proptest v1.5.0 |
1124 | 2025-01-29T04:27:05.185Z | Downloaded bytes v1.9.0 |
1125 | 2025-01-29T04:27:05.188Z | Downloaded chrono v0.4.39 |
1126 | 2025-01-29T04:27:05.195Z | Downloaded libxml v0.3.3 |
1127 | 2025-01-29T04:27:05.201Z | Downloaded itertools v0.10.5 |
1128 | 2025-01-29T04:27:05.207Z | Downloaded omicron-zone-package v0.12.0 |
1129 | 2025-01-29T04:27:05.210Z | Downloaded petgraph v0.6.5 |
1130 | 2025-01-29T04:27:05.226Z | Downloaded fatfs v0.3.6 |
1131 | 2025-01-29T04:27:05.229Z | Downloaded zeroize v1.8.1 |
1132 | 2025-01-29T04:27:05.232Z | Downloaded instability v0.3.2 |
1133 | 2025-01-29T04:27:05.232Z | Downloaded icu_collections v1.5.0 |
1134 | 2025-01-29T04:27:05.237Z | Downloaded base64 v0.21.7 |
1135 | 2025-01-29T04:27:05.240Z | Downloaded tokio v1.43.0 |
1136 | 2025-01-29T04:27:05.277Z | Downloaded libz-sys v1.1.20 |
1137 | 2025-01-29T04:27:05.297Z | Downloaded walkdir v2.5.0 |
1138 | 2025-01-29T04:27:05.300Z | Downloaded universal-hash v0.5.1 |
1139 | 2025-01-29T04:27:05.300Z | Downloaded termtree v0.5.1 |
1140 | 2025-01-29T04:27:05.303Z | Downloaded typify v0.3.0 |
1141 | 2025-01-29T04:27:05.306Z | Downloaded schemars v0.8.21 |
1142 | 2025-01-29T04:27:05.314Z | Downloaded rand v0.8.5 |
1143 | 2025-01-29T04:27:05.317Z | Downloaded impl-trait-for-tuples v0.2.2 |
1144 | 2025-01-29T04:27:05.320Z | Downloaded hmac v0.12.1 |
1145 | 2025-01-29T04:27:05.322Z | Downloaded rustls-pki-types v1.10.0 |
1146 | 2025-01-29T04:27:05.325Z | Downloaded iana-time-zone v0.1.61 |
1147 | 2025-01-29T04:27:05.329Z | Downloaded slog-envlogger v2.2.0 |
1148 | 2025-01-29T04:27:05.329Z | Downloaded multer v3.1.0 |
1149 | 2025-01-29T04:27:05.329Z | Downloaded httparse v1.9.5 |
1150 | 2025-01-29T04:27:05.332Z | Downloaded backtrace v0.3.74 |
1151 | 2025-01-29T04:27:05.336Z | Downloaded hyper-rustls v0.27.3 |
1152 | 2025-01-29T04:27:05.338Z | Downloaded tls_codec v0.4.1 |
1153 | 2025-01-29T04:27:05.341Z | Downloaded schemars_derive v0.8.21 |
1154 | 2025-01-29T04:27:05.341Z | Downloaded mockall v0.13.0 |
1155 | 2025-01-29T04:27:05.344Z | Downloaded highway v1.2.0 |
1156 | 2025-01-29T04:27:05.344Z | Downloaded http-range v0.1.5 |
1157 | 2025-01-29T04:27:05.346Z | Downloaded sync-ptr v0.1.1 |
1158 | 2025-01-29T04:27:05.347Z | Downloaded scheduled-thread-pool v0.2.7 |
1159 | 2025-01-29T04:27:05.347Z | Downloaded quick-error v1.2.3 |
1160 | 2025-01-29T04:27:05.354Z | Downloaded encoding_rs v0.8.34 |
1161 | 2025-01-29T04:27:05.368Z | Downloaded buf-list v1.0.3 |
1162 | 2025-01-29T04:27:05.371Z | Downloaded is-terminal v0.4.13 |
1163 | 2025-01-29T04:27:05.374Z | Downloaded ipnetwork v0.20.0 |
1164 | 2025-01-29T04:27:05.374Z | Downloaded sha3 v0.10.8 |
1165 | 2025-01-29T04:27:05.377Z | Downloaded httpdate v1.0.3 |
1166 | 2025-01-29T04:27:05.380Z | Downloaded humantime v2.1.0 |
1167 | 2025-01-29T04:27:05.380Z | Downloaded hostname v0.4.0 |
1168 | 2025-01-29T04:27:05.383Z | Downloaded arc-swap v1.7.1 |
1169 | 2025-01-29T04:27:05.563Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1170 | 2025-01-29T04:27:05.863Z | Downloaded ring v0.17.8 |
1171 | 2025-01-29T04:27:05.994Z | Downloaded aws-lc-sys v0.22.0 |
1172 | 2025-01-29T04:27:06.303Z | Downloaded libsqlite3-sys v0.30.1 |
1173 | 2025-01-29T04:27:06.484Z | Compiling serde v1.0.217 |
1174 | 2025-01-29T04:27:06.487Z | Compiling lock_api v0.4.12 |
1175 | 2025-01-29T04:27:06.487Z | Compiling value-bag v1.9.0 |
1176 | 2025-01-29T04:27:06.487Z | Compiling scopeguard v1.2.0 |
1177 | 2025-01-29T04:27:06.487Z | Compiling typenum v1.17.0 |
1178 | 2025-01-29T04:27:06.647Z | Compiling generic-array v0.14.7 |
1179 | 2025-01-29T04:27:06.687Z | Compiling syn v2.0.96 |
1180 | 2025-01-29T04:27:06.703Z | Compiling getrandom v0.2.15 |
1181 | 2025-01-29T04:27:06.821Z | Compiling shlex v1.3.0 |
1182 | 2025-01-29T04:27:07.029Z | Compiling rand_core v0.6.4 |
1183 | 2025-01-29T04:27:07.077Z | Compiling log v0.4.22 |
1184 | 2025-01-29T04:27:07.204Z | Compiling subtle v2.6.1 |
1185 | 2025-01-29T04:27:07.207Z | Compiling jobserver v0.1.32 |
1186 | 2025-01-29T04:27:07.257Z | Compiling smallvec v1.13.2 |
1187 | 2025-01-29T04:27:07.535Z | Compiling const-oid v0.9.6 |
1188 | 2025-01-29T04:27:07.556Z | Compiling pin-project-lite v0.2.14 |
1189 | 2025-01-29T04:27:07.573Z | Compiling rustix v0.38.37 |
1190 | 2025-01-29T04:27:07.629Z | Compiling cc v1.1.30 |
1191 | 2025-01-29T04:27:07.718Z | Compiling spin v0.9.8 |
1192 | 2025-01-29T04:27:07.829Z | Compiling parking_lot_core v0.9.10 |
1193 | 2025-01-29T04:27:08.051Z | Compiling futures-core v0.3.31 |
1194 | 2025-01-29T04:27:08.272Z | Compiling signal-hook-registry v1.4.2 |
1195 | 2025-01-29T04:27:08.477Z | Compiling mio v1.0.2 |
1196 | 2025-01-29T04:27:08.554Z | Compiling aho-corasick v1.1.3 |
1197 | 2025-01-29T04:27:09.027Z | Compiling parking_lot v0.12.3 |
1198 | 2025-01-29T04:27:09.055Z | Compiling stable_deref_trait v1.2.0 |
1199 | 2025-01-29T04:27:09.130Z | Compiling regex-syntax v0.8.5 |
1200 | 2025-01-29T04:27:09.180Z | Compiling cpufeatures v0.2.14 |
1201 | 2025-01-29T04:27:09.304Z | Compiling either v1.13.0 |
1202 | 2025-01-29T04:27:09.636Z | Compiling glob v0.3.2 |
1203 | 2025-01-29T04:27:09.710Z | Compiling futures-sink v0.3.31 |
1204 | 2025-01-29T04:27:09.729Z | Compiling socket2 v0.5.7 |
1205 | 2025-01-29T04:27:09.888Z | Compiling slab v0.4.9 |
1206 | 2025-01-29T04:27:09.924Z | Compiling prettyplease v0.2.25 |
1207 | 2025-01-29T04:27:10.303Z | Compiling lazy_static v1.5.0 |
1208 | 2025-01-29T04:27:10.366Z | Compiling serde_json v1.0.135 |
1209 | 2025-01-29T04:27:10.450Z | Compiling minimal-lexical v0.2.1 |
1210 | 2025-01-29T04:27:10.553Z | Compiling clang-sys v1.8.1 |
1211 | 2025-01-29T04:27:10.731Z | Compiling libloading v0.8.5 |
1212 | 2025-01-29T04:27:10.989Z | Compiling nom v7.1.3 |
1213 | 2025-01-29T04:27:11.011Z | Compiling home v0.5.9 |
1214 | 2025-01-29T04:27:11.134Z | Compiling bindgen v0.69.5 |
1215 | 2025-01-29T04:27:11.287Z | Compiling futures-channel v0.3.31 |
1216 | 2025-01-29T04:27:11.645Z | Compiling itertools v0.12.1 |
1217 | 2025-01-29T04:27:11.720Z | Compiling futures-io v0.3.31 |
1218 | 2025-01-29T04:27:12.001Z | Compiling foldhash v0.1.3 |
1219 | 2025-01-29T04:27:12.028Z | Compiling allocator-api2 v0.2.18 |
1220 | 2025-01-29T04:27:12.334Z | Compiling pin-utils v0.1.0 |
1221 | 2025-01-29T04:27:12.447Z | Compiling futures-task v0.3.31 |
1222 | 2025-01-29T04:27:12.742Z | Compiling libm v0.2.8 |
1223 | 2025-01-29T04:27:12.804Z | Compiling rustc-hash v1.1.0 |
1224 | 2025-01-29T04:27:12.969Z | Compiling regex-automata v0.4.8 |
1225 | 2025-01-29T04:27:13.099Z | Compiling lazycell v1.3.0 |
1226 | 2025-01-29T04:27:13.281Z | Compiling hashbrown v0.15.1 |
1227 | 2025-01-29T04:27:13.486Z | Compiling cmake v0.1.51 |
1228 | 2025-01-29T04:27:14.414Z | Compiling synstructure v0.13.1 |
1229 | 2025-01-29T04:27:14.524Z | Compiling cexpr v0.6.0 |
1230 | 2025-01-29T04:27:14.584Z | Compiling num-traits v0.2.19 |
1231 | 2025-01-29T04:27:14.881Z | Compiling dunce v1.0.5 |
1232 | 2025-01-29T04:27:15.031Z | Compiling fs_extra v1.3.0 |
1233 | 2025-01-29T04:27:15.581Z | Compiling pkg-config v0.3.31 |
1234 | 2025-01-29T04:27:15.882Z | Compiling litemap v0.7.3 |
1235 | 2025-01-29T04:27:16.174Z | Compiling writeable v0.5.5 |
1236 | 2025-01-29T04:27:16.283Z | Compiling ring v0.17.8 |
1237 | 2025-01-29T04:27:16.744Z | Compiling base64ct v1.6.0 |
1238 | 2025-01-29T04:27:17.202Z | Compiling paste v1.0.15 |
1239 | 2025-01-29T04:27:17.247Z | Compiling pem-rfc7468 v0.7.0 |
1240 | 2025-01-29T04:27:17.335Z | Compiling httparse v1.9.5 |
1241 | 2025-01-29T04:27:17.709Z | Compiling aws-lc-rs v1.10.0 |
1242 | 2025-01-29T04:27:17.846Z | Compiling flagset v0.4.6 |
1243 | 2025-01-29T04:27:17.919Z | Compiling icu_locid_transform_data v1.5.0 |
1244 | 2025-01-29T04:27:18.103Z | Compiling tracing-core v0.1.32 |
1245 | 2025-01-29T04:27:18.123Z | Compiling rustls-pki-types v1.10.0 |
1246 | 2025-01-29T04:27:18.621Z | Compiling regex v1.11.1 |
1247 | 2025-01-29T04:27:19.085Z | Compiling icu_properties_data v1.5.0 |
1248 | 2025-01-29T04:27:19.113Z | Compiling percent-encoding v2.3.1 |
1249 | 2025-01-29T04:27:19.273Z | Compiling crossbeam-utils v0.8.20 |
1250 | 2025-01-29T04:27:19.421Z | Compiling untrusted v0.7.1 |
1251 | 2025-01-29T04:27:19.544Z | Compiling write16 v1.0.0 |
1252 | 2025-01-29T04:27:19.632Z | Compiling time-core v0.1.2 |
1253 | 2025-01-29T04:27:19.687Z | Compiling utf16_iter v1.0.5 |
1254 | 2025-01-29T04:27:19.808Z | Compiling untrusted v0.9.0 |
1255 | 2025-01-29T04:27:19.832Z | Compiling vcpkg v0.2.15 |
1256 | 2025-01-29T04:27:19.877Z | Compiling num-conv v0.1.0 |
1257 | 2025-01-29T04:27:19.972Z | Compiling icu_normalizer_data v1.5.0 |
1258 | 2025-01-29T04:27:19.992Z | Compiling serde_derive v1.0.217 |
1259 | 2025-01-29T04:27:20.008Z | Compiling zeroize_derive v1.4.2 |
1260 | 2025-01-29T04:27:20.076Z | Compiling zerocopy-derive v0.7.35 |
1261 | 2025-01-29T04:27:20.125Z | Compiling zerofrom-derive v0.1.4 |
1262 | 2025-01-29T04:27:21.341Z | Compiling zeroize v1.8.1 |
1263 | 2025-01-29T04:27:21.533Z | Compiling tokio-macros v2.5.0 |
1264 | 2025-01-29T04:27:21.898Z | Compiling yoke-derive v0.7.4 |
1265 | 2025-01-29T04:27:22.033Z | Compiling zerocopy v0.7.35 |
1266 | 2025-01-29T04:27:22.910Z | Compiling crypto-common v0.1.6 |
1267 | 2025-01-29T04:27:22.977Z | Compiling block-buffer v0.10.4 |
1268 | 2025-01-29T04:27:23.180Z | Compiling thiserror-impl v1.0.69 |
1269 | 2025-01-29T04:27:23.292Z | Compiling digest v0.10.7 |
1270 | 2025-01-29T04:27:23.427Z | Compiling zerovec-derive v0.10.3 |
1271 | 2025-01-29T04:27:23.650Z | Compiling zerofrom v0.1.4 |
1272 | 2025-01-29T04:27:23.746Z | Compiling hmac v0.12.1 |
1273 | 2025-01-29T04:27:23.806Z | Compiling displaydoc v0.2.5 |
1274 | 2025-01-29T04:27:23.878Z | Compiling futures-macro v0.3.31 |
1275 | 2025-01-29T04:27:24.004Z | Compiling block-padding v0.3.3 |
1276 | 2025-01-29T04:27:24.261Z | Compiling inout v0.1.3 |
1277 | 2025-01-29T04:27:24.553Z | Compiling cipher v0.4.4 |
1278 | 2025-01-29T04:27:24.628Z | Compiling yoke v0.7.4 |
1279 | 2025-01-29T04:27:24.984Z | Compiling sha2 v0.10.8 |
1280 | 2025-01-29T04:27:25.079Z | Compiling icu_provider_macros v1.5.0 |
1281 | 2025-01-29T04:27:25.302Z | Compiling ppv-lite86 v0.2.20 |
1282 | 2025-01-29T04:27:25.644Z | Compiling futures-util v0.3.31 |
1283 | 2025-01-29T04:27:25.825Z | Compiling zerovec v0.10.4 |
1284 | 2025-01-29T04:27:26.018Z | Compiling der_derive v0.7.3 |
1285 | 2025-01-29T04:27:26.098Z | Compiling thiserror v1.0.69 |
1286 | 2025-01-29T04:27:26.125Z | Compiling rand_chacha v0.3.1 |
1287 | 2025-01-29T04:27:26.252Z | Compiling tracing-attributes v0.1.27 |
1288 | 2025-01-29T04:27:27.756Z | Compiling tinystr v0.7.6 |
1289 | 2025-01-29T04:27:28.198Z | Compiling icu_locid v1.5.0 |
1290 | 2025-01-29T04:27:28.220Z | Compiling der v0.7.9 |
1291 | 2025-01-29T04:27:28.391Z | Compiling icu_collections v1.5.0 |
1292 | 2025-01-29T04:27:28.466Z | Compiling rand v0.8.5 |
1293 | 2025-01-29T04:27:29.416Z | Compiling icu_provider v1.5.0 |
1294 | 2025-01-29T04:27:29.652Z | Compiling tracing v0.1.40 |
1295 | 2025-01-29T04:27:30.183Z | Compiling icu_locid_transform v1.5.0 |
1296 | 2025-01-29T04:27:30.334Z | Compiling spki v0.7.3 |
1297 | 2025-01-29T04:27:30.374Z | Compiling pest v2.7.14 |
1298 | 2025-01-29T04:27:30.514Z | Compiling salsa20 v0.10.2 |
1299 | 2025-01-29T04:27:30.698Z | Compiling pbkdf2 v0.12.2 |
1300 | 2025-01-29T04:27:30.720Z | Compiling utf8_iter v1.0.4 |
1301 | 2025-01-29T04:27:30.740Z | Compiling powerfmt v0.2.0 |
1302 | 2025-01-29T04:27:30.869Z | Compiling mirai-annotations v1.12.0 |
1303 | 2025-01-29T04:27:30.957Z | Compiling scrypt v0.11.0 |
1304 | 2025-01-29T04:27:31.044Z | Compiling deranged v0.3.11 |
1305 | 2025-01-29T04:27:31.086Z | Compiling cbc v0.1.2 |
1306 | 2025-01-29T04:27:31.134Z | Compiling aes v0.8.4 |
1307 | 2025-01-29T04:27:31.312Z | Compiling openssl-sys v0.9.103 |
1308 | 2025-01-29T04:27:31.454Z | Compiling icu_properties v1.5.1 |
1309 | 2025-01-29T04:27:32.323Z | Compiling bitflags v2.6.0 |
1310 | 2025-01-29T04:27:32.398Z | Compiling bytes v1.9.0 |
1311 | 2025-01-29T04:27:32.761Z | Compiling indexmap v2.7.1 |
1312 | 2025-01-29T04:27:33.436Z | Compiling tokio v1.43.0 |
1313 | 2025-01-29T04:27:33.655Z | Compiling http v1.2.0 |
1314 | 2025-01-29T04:27:33.978Z | Compiling semver v1.0.24 |
1315 | 2025-01-29T04:27:34.111Z | Compiling pest_meta v2.7.14 |
1316 | 2025-01-29T04:27:34.707Z | Compiling rustc_version v0.4.1 |
1317 | 2025-01-29T04:27:35.296Z | Compiling icu_normalizer v1.5.0 |
1318 | 2025-01-29T04:27:35.442Z | Compiling time-macros v0.2.18 |
1319 | 2025-01-29T04:27:35.485Z | Compiling scroll_derive v0.12.0 |
1320 | 2025-01-29T04:27:36.111Z | Compiling num_threads v0.1.7 |
1321 | 2025-01-29T04:27:36.255Z | Compiling which v4.4.2 |
1322 | 2025-01-29T04:27:36.985Z | Compiling atomic-waker v1.1.2 |
1323 | 2025-01-29T04:27:37.109Z | Compiling tinyvec_macros v0.1.1 |
1324 | 2025-01-29T04:27:37.148Z | Compiling scroll v0.12.0 |
1325 | 2025-01-29T04:27:37.196Z | Compiling tinyvec v1.8.0 |
1326 | 2025-01-29T04:27:37.221Z | Compiling idna_adapter v1.2.0 |
1327 | 2025-01-29T04:27:37.443Z | Compiling pest_generator v2.7.14 |
1328 | 2025-01-29T04:27:37.463Z | Compiling http-body v1.0.1 |
1329 | 2025-01-29T04:27:37.725Z | Compiling pkcs5 v0.7.1 |
1330 | 2025-01-29T04:27:37.995Z | Compiling form_urlencoded v1.2.1 |
1331 | 2025-01-29T04:27:38.376Z | Compiling try-lock v0.2.5 |
1332 | 2025-01-29T04:27:38.559Z | Compiling slog v2.7.0 |
1333 | 2025-01-29T04:27:38.584Z | Compiling goblin v0.8.2 |
1334 | 2025-01-29T04:27:38.587Z | Compiling time v0.3.36 |
1335 | 2025-01-29T04:27:38.708Z | Compiling want v0.3.1 |
1336 | 2025-01-29T04:27:38.893Z | Compiling pkcs8 v0.10.2 |
1337 | 2025-01-29T04:27:39.001Z | Compiling idna v1.0.3 |
1338 | 2025-01-29T04:27:39.116Z | Compiling uuid v1.12.0 |
1339 | 2025-01-29T04:27:39.262Z | Compiling pest_derive v2.7.14 |
1340 | 2025-01-29T04:27:39.565Z | Compiling httpdate v1.0.3 |
1341 | 2025-01-29T04:27:40.018Z | Compiling iana-time-zone v0.1.61 |
1342 | 2025-01-29T04:27:40.063Z | Compiling dtrace-parser v0.2.0 |
1343 | 2025-01-29T04:27:40.417Z | Compiling chrono v0.4.39 |
1344 | 2025-01-29T04:27:40.645Z | Compiling serde_spanned v0.6.8 |
1345 | 2025-01-29T04:27:40.895Z | Compiling toml_datetime v0.6.8 |
1346 | 2025-01-29T04:27:41.348Z | Compiling serde_tokenstream v0.2.2 |
1347 | 2025-01-29T04:27:41.394Z | Compiling rustversion v1.0.17 |
1348 | 2025-01-29T04:27:41.948Z | Compiling tokio-util v0.7.12 |
1349 | 2025-01-29T04:27:41.975Z | Compiling adler2 v2.0.0 |
1350 | 2025-01-29T04:27:42.081Z | Compiling base64 v0.22.1 |
1351 | 2025-01-29T04:27:42.201Z | Compiling match_cfg v0.1.0 |
1352 | 2025-01-29T04:27:42.311Z | Compiling tower-service v0.3.3 |
1353 | 2025-01-29T04:27:42.460Z | Compiling openssl v0.10.66 |
1354 | 2025-01-29T04:27:42.789Z | Compiling foreign-types-shared v0.1.1 |
1355 | 2025-01-29T04:27:42.909Z | Compiling h2 v0.4.6 |
1356 | 2025-01-29T04:27:42.930Z | Compiling foreign-types v0.3.2 |
1357 | 2025-01-29T04:27:43.041Z | Compiling hostname v0.3.1 |
1358 | 2025-01-29T04:27:43.286Z | Compiling miniz_oxide v0.8.0 |
1359 | 2025-01-29T04:27:43.379Z | Compiling url v2.5.3 |
1360 | 2025-01-29T04:27:43.864Z | Compiling openssl-macros v0.1.1 |
1361 | 2025-01-29T04:27:44.582Z | Compiling dof v0.3.0 |
1362 | 2025-01-29T04:27:44.624Z | Compiling async-trait v0.1.85 |
1363 | 2025-01-29T04:27:44.801Z | Compiling serde_derive_internals v0.29.1 |
1364 | 2025-01-29T04:27:45.215Z | Compiling dirs-sys-next v0.1.2 |
1365 | 2025-01-29T04:27:45.801Z | Compiling usdt-impl v0.5.0 |
1366 | 2025-01-29T04:27:46.484Z | Compiling syn v1.0.109 |
1367 | 2025-01-29T04:27:47.101Z | Compiling native-tls v0.2.12 |
1368 | 2025-01-29T04:27:47.160Z | Compiling siphasher v0.3.11 |
1369 | 2025-01-29T04:27:47.186Z | Compiling data-encoding v2.6.0 |
1370 | 2025-01-29T04:27:47.224Z | Compiling schemars v0.8.21 |
1371 | 2025-01-29T04:27:47.244Z | Compiling rustls v0.22.4 |
1372 | 2025-01-29T04:27:47.443Z | Compiling rustls v0.23.19 |
1373 | 2025-01-29T04:27:47.564Z | Compiling schemars_derive v0.8.21 |
1374 | 2025-01-29T04:27:47.625Z | Compiling dirs-next v2.0.0 |
1375 | 2025-01-29T04:27:47.826Z | Compiling unicode-normalization v0.1.24 |
1376 | 2025-01-29T04:27:48.203Z | Compiling http-body-util v0.1.2 |
1377 | 2025-01-29T04:27:48.723Z | Compiling crossbeam-epoch v0.9.18 |
1378 | 2025-01-29T04:27:48.986Z | Compiling heapless v0.7.17 |
1379 | 2025-01-29T04:27:49.121Z | Compiling sha1 v0.10.6 |
1380 | 2025-01-29T04:27:49.242Z | Compiling signature v2.2.0 |
1381 | 2025-01-29T04:27:49.432Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1382 | 2025-01-29T04:27:49.435Z | Compiling thread_local v1.1.8 |
1383 | 2025-01-29T04:27:49.542Z | Compiling encoding_rs v0.8.34 |
1384 | 2025-01-29T04:27:49.563Z | Compiling multer v3.1.0 |
1385 | 2025-01-29T04:27:49.846Z | Compiling cookie v0.18.1 |
1386 | 2025-01-29T04:27:49.903Z | Compiling dyn-clone v1.0.17 |
1387 | 2025-01-29T04:27:49.956Z | Compiling unicode-bidi v0.3.17 |
1388 | 2025-01-29T04:27:50.137Z | Compiling hyper v1.5.2 |
1389 | 2025-01-29T04:27:50.163Z | Compiling signal-hook v0.3.17 |
1390 | 2025-01-29T04:27:50.424Z | Compiling ipnet v2.10.1 |
1391 | 2025-01-29T04:27:50.698Z | Compiling rayon-core v1.12.1 |
1392 | 2025-01-29T04:27:50.992Z | Compiling unicode-properties v0.1.3 |
1393 | 2025-01-29T04:27:51.253Z | Compiling mime v0.3.17 |
1394 | 2025-01-29T04:27:51.412Z | Compiling slog-async v2.8.0 |
1395 | 2025-01-29T04:27:51.515Z | Compiling openssl-probe v0.1.5 |
1396 | 2025-01-29T04:27:51.779Z | Compiling gimli v0.31.1 |
1397 | 2025-01-29T04:27:51.843Z | Compiling stringprep v0.1.5 |
1398 | 2025-01-29T04:27:52.908Z | Compiling hyper-util v0.1.10 |
1399 | 2025-01-29T04:27:53.285Z | Compiling toml_edit v0.22.22 |
1400 | 2025-01-29T04:27:54.438Z | Compiling crossbeam-deque v0.8.5 |
1401 | 2025-01-29T04:27:54.803Z | Compiling usdt-macro v0.5.0 |
1402 | 2025-01-29T04:27:55.582Z | Compiling usdt-attr-macro v0.5.0 |
1403 | 2025-01-29T04:27:55.596Z | Compiling term v0.7.0 |
1404 | 2025-01-29T04:27:55.899Z | Compiling slog-json v2.6.1 |
1405 | 2025-01-29T04:27:56.207Z | Compiling addr2line v0.24.2 |
1406 | 2025-01-29T04:27:56.274Z | Compiling serde_urlencoded v0.7.1 |
1407 | 2025-01-29T04:27:56.576Z | Compiling crossbeam-channel v0.5.13 |
1408 | 2025-01-29T04:27:56.768Z | Compiling curve25519-dalek v4.1.3 |
1409 | 2025-01-29T04:27:56.864Z | Compiling enum-as-inner v0.6.1 |
1410 | 2025-01-29T04:27:56.925Z | Compiling futures-executor v0.3.31 |
1411 | 2025-01-29T04:27:57.029Z | Compiling md-5 v0.10.6 |
1412 | 2025-01-29T04:27:57.315Z | Compiling async-stream-impl v0.3.6 |
1413 | 2025-01-29T04:27:57.437Z | Compiling rustls-pemfile v2.2.0 |
1414 | 2025-01-29T04:27:57.441Z | Compiling num-integer v0.1.46 |
1415 | 2025-01-29T04:27:57.655Z | Compiling hash32 v0.2.1 |
1416 | 2025-01-29T04:27:57.779Z | Compiling ff v0.13.0 |
1417 | 2025-01-29T04:27:57.895Z | Compiling is-terminal v0.4.13 |
1418 | 2025-01-29T04:27:58.022Z | Compiling dropshot v0.12.0 |
1419 | 2025-01-29T04:27:58.030Z | Compiling object v0.36.5 |
1420 | 2025-01-29T04:27:58.053Z | Compiling smoltcp v0.9.1 |
1421 | 2025-01-29T04:27:58.207Z | Compiling take_mut v0.2.2 |
1422 | 2025-01-29T04:27:58.370Z | Compiling psl-types v2.0.11 |
1423 | 2025-01-29T04:27:58.399Z | Compiling num-bigint-dig v0.8.4 |
1424 | 2025-01-29T04:27:58.590Z | Compiling portable-atomic v1.9.0 |
1425 | 2025-01-29T04:27:58.653Z | Compiling linked-hash-map v0.5.6 |
1426 | 2025-01-29T04:27:58.703Z | Compiling quick-error v1.2.3 |
1427 | 2025-01-29T04:27:58.703Z | Compiling utf-8 v0.7.6 |
1428 | 2025-01-29T04:27:58.895Z | Compiling fallible-iterator v0.2.0 |
1429 | 2025-01-29T04:27:59.027Z | Compiling anyhow v1.0.95 |
1430 | 2025-01-29T04:27:59.048Z | Compiling rustc-demangle v0.1.24 |
1431 | 2025-01-29T04:27:59.560Z | Compiling litrs v0.4.1 |
1432 | 2025-01-29T04:27:59.580Z | Compiling base16ct v0.2.0 |
1433 | 2025-01-29T04:27:59.923Z | Compiling sec1 v0.7.3 |
1434 | 2025-01-29T04:28:00.060Z | Compiling postgres-protocol v0.6.7 |
1435 | 2025-01-29T04:28:00.080Z | Compiling lru-cache v0.1.2 |
1436 | 2025-01-29T04:28:00.279Z | Compiling tungstenite v0.24.0 |
1437 | 2025-01-29T04:28:00.509Z | Compiling resolv-conf v0.7.0 |
1438 | 2025-01-29T04:28:00.732Z | Compiling document-features v0.2.10 |
1439 | 2025-01-29T04:28:00.974Z | Compiling async-stream v0.3.6 |
1440 | 2025-01-29T04:28:01.272Z | Compiling publicsuffix v2.3.0 |
1441 | 2025-01-29T04:28:01.378Z | Compiling slog-term v2.9.1 |
1442 | 2025-01-29T04:28:01.563Z | Compiling group v0.13.0 |
1443 | 2025-01-29T04:28:01.905Z | Compiling num-iter v0.1.45 |
1444 | 2025-01-29T04:28:02.115Z | Compiling usdt v0.5.0 |
1445 | 2025-01-29T04:28:02.379Z | Compiling hickory-proto v0.24.2 |
1446 | 2025-01-29T04:28:02.523Z | Compiling futures v0.3.31 |
1447 | 2025-01-29T04:28:02.563Z | Compiling toml v0.8.19 |
1448 | 2025-01-29T04:28:02.594Z | Compiling slog-bunyan v2.5.0 |
1449 | 2025-01-29T04:28:04.061Z | Compiling tokio-native-tls v0.3.1 |
1450 | 2025-01-29T04:28:04.142Z | Compiling camino v1.1.9 |
1451 | 2025-01-29T04:28:04.336Z | Compiling phf_shared v0.11.2 |
1452 | 2025-01-29T04:28:04.498Z | Compiling dropshot_endpoint v0.12.0 |
1453 | 2025-01-29T04:28:04.708Z | Compiling backtrace v0.3.74 |
1454 | 2025-01-29T04:28:04.781Z | Compiling waitgroup v0.1.2 |
1455 | 2025-01-29T04:28:04.989Z | Compiling terminal_size v0.4.0 |
1456 | 2025-01-29T04:28:05.007Z | Compiling openapiv3 v2.0.0 |
1457 | 2025-01-29T04:28:05.248Z | Compiling serde_path_to_error v0.1.16 |
1458 | 2025-01-29T04:28:05.260Z | Compiling hkdf v0.12.4 |
1459 | 2025-01-29T04:28:05.499Z | Compiling crypto-bigint v0.5.5 |
1460 | 2025-01-29T04:28:05.948Z | Compiling zerocopy-derive v0.6.6 |
1461 | 2025-01-29T04:28:07.812Z | Compiling curve25519-dalek-derive v0.1.1 |
1462 | 2025-01-29T04:28:07.966Z | Compiling webpki-roots v0.26.6 |
1463 | 2025-01-29T04:28:08.235Z | Compiling hostname v0.4.0 |
1464 | 2025-01-29T04:28:08.459Z | Compiling fs-err v2.11.0 |
1465 | 2025-01-29T04:28:08.530Z | Compiling hubpack_derive v0.1.1 |
1466 | 2025-01-29T04:28:08.746Z | Compiling ahash v0.8.11 |
1467 | 2025-01-29T04:28:08.897Z | Compiling crc32fast v1.4.2 |
1468 | 2025-01-29T04:28:09.072Z | Compiling newtype-uuid v1.2.1 |
1469 | 2025-01-29T04:28:09.093Z | Compiling winnow v0.5.40 |
1470 | 2025-01-29T04:28:09.233Z | Compiling bitflags v1.3.2 |
1471 | 2025-01-29T04:28:09.289Z | Compiling unicode-width v0.2.0 |
1472 | 2025-01-29T04:28:09.357Z | Compiling managed v0.8.0 |
1473 | 2025-01-29T04:28:09.375Z | Compiling debug-ignore v1.0.5 |
1474 | 2025-01-29T04:28:09.412Z | Compiling clap_builder v4.5.27 |
1475 | 2025-01-29T04:28:09.531Z | Compiling strum_macros v0.25.3 |
1476 | 2025-01-29T04:28:09.785Z | Compiling console v0.15.10 |
1477 | 2025-01-29T04:28:11.149Z | Compiling hubpack v0.1.2 |
1478 | 2025-01-29T04:28:11.657Z | Compiling flate2 v1.0.35 |
1479 | 2025-01-29T04:28:11.856Z | Compiling elliptic-curve v0.13.8 |
1480 | 2025-01-29T04:28:12.009Z | Compiling zerocopy v0.6.6 |
1481 | 2025-01-29T04:28:12.546Z | Compiling toml_edit v0.19.15 |
1482 | 2025-01-29T04:28:12.610Z | Compiling hickory-resolver v0.24.2 |
1483 | 2025-01-29T04:28:12.741Z | Compiling phf v0.11.2 |
1484 | 2025-01-29T04:28:13.040Z | Compiling signal-hook-mio v0.2.4 |
1485 | 2025-01-29T04:28:13.271Z | Compiling hyper-tls v0.6.0 |
1486 | 2025-01-29T04:28:13.374Z | Compiling rayon v1.10.0 |
1487 | 2025-01-29T04:28:13.521Z | Compiling cookie_store v0.21.1 |
1488 | 2025-01-29T04:28:13.684Z | Compiling bzip2 v0.4.4 |
1489 | 2025-01-29T04:28:15.033Z | Compiling tokio-tungstenite v0.24.0 |
1490 | 2025-01-29T04:28:15.591Z | Compiling postgres-types v0.2.8 |
1491 | 2025-01-29T04:28:17.738Z | Compiling ed25519 v2.2.3 |
1492 | 2025-01-29T04:28:17.741Z | Compiling phf_shared v0.10.0 |
1493 | 2025-01-29T04:28:18.147Z | Compiling tokio-stream v0.1.16 |
1494 | 2025-01-29T04:28:18.262Z | Compiling pkcs1 v0.7.5 |
1495 | 2025-01-29T04:28:18.572Z | Compiling serde-big-array v0.5.1 |
1496 | 2025-01-29T04:28:18.815Z | Compiling clap_derive v4.5.24 |
1497 | 2025-01-29T04:28:19.157Z | Compiling rfc6979 v0.4.0 |
1498 | 2025-01-29T04:28:19.228Z | Compiling derive-where v1.2.7 |
1499 | 2025-01-29T04:28:19.366Z | Compiling serde_repr v0.1.19 |
1500 | 2025-01-29T04:28:19.726Z | Compiling float-cmp v0.9.0 |
1501 | 2025-01-29T04:28:19.749Z | Compiling bstr v1.10.0 |
1502 | 2025-01-29T04:28:19.980Z | Compiling sync_wrapper v1.0.1 |
1503 | 2025-01-29T04:28:20.006Z | Compiling predicates-core v1.0.8 |
1504 | 2025-01-29T04:28:20.142Z | Compiling new_debug_unreachable v1.0.6 |
1505 | 2025-01-29T04:28:20.251Z | Compiling static_assertions v1.1.0 |
1506 | 2025-01-29T04:28:20.327Z | Compiling unicode-segmentation v1.12.0 |
1507 | 2025-01-29T04:28:20.362Z | Compiling bit-vec v0.6.3 |
1508 | 2025-01-29T04:28:20.483Z | Compiling fixedbitset v0.4.2 |
1509 | 2025-01-29T04:28:20.795Z | Compiling difflib v0.4.0 |
1510 | 2025-01-29T04:28:20.944Z | Compiling whoami v1.5.2 |
1511 | 2025-01-29T04:28:21.224Z | Compiling number_prefix v0.4.0 |
1512 | 2025-01-29T04:28:21.347Z | Compiling precomputed-hash v0.1.1 |
1513 | 2025-01-29T04:28:21.471Z | Compiling normalize-line-endings v0.3.0 |
1514 | 2025-01-29T04:28:21.493Z | Compiling string_cache v0.8.7 |
1515 | 2025-01-29T04:28:21.526Z | Compiling indicatif v0.17.11 |
1516 | 2025-01-29T04:28:21.610Z | Compiling predicates v3.1.2 |
1517 | 2025-01-29T04:28:21.930Z | Compiling tokio-postgres v0.7.12 |
1518 | 2025-01-29T04:28:22.250Z | Compiling similar v2.6.0 |
1519 | 2025-01-29T04:28:22.454Z | Compiling petgraph v0.6.5 |
1520 | 2025-01-29T04:28:23.143Z | Compiling bit-set v0.5.3 |
1521 | 2025-01-29T04:28:23.454Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1522 | 2025-01-29T04:28:23.522Z | Compiling clap v4.5.27 |
1523 | 2025-01-29T04:28:23.642Z | Compiling ecdsa v0.16.9 |
1524 | 2025-01-29T04:28:23.662Z | Compiling rsa v0.9.6 |
1525 | 2025-01-29T04:28:24.481Z | Compiling ed25519-dalek v2.1.1 |
1526 | 2025-01-29T04:28:24.501Z | Compiling toml v0.7.8 |
1527 | 2025-01-29T04:28:25.865Z | Compiling zip v0.6.6 |
1528 | 2025-01-29T04:28:26.010Z | Compiling crossterm v0.28.1 |
1529 | 2025-01-29T04:28:27.547Z | Compiling hex v0.4.3 |
1530 | 2025-01-29T04:28:27.569Z | Compiling x509-cert v0.2.5 |
1531 | 2025-01-29T04:28:27.703Z | Compiling itertools v0.10.5 |
1532 | 2025-01-29T04:28:28.141Z | Compiling peg-runtime v0.8.3 |
1533 | 2025-01-29T04:28:28.433Z | Compiling unicode-xid v0.2.6 |
1534 | 2025-01-29T04:28:28.659Z | Compiling lalrpop-util v0.19.12 |
1535 | 2025-01-29T04:28:28.745Z | Compiling strum_macros v0.26.4 |
1536 | 2025-01-29T04:28:29.013Z | Compiling xattr v1.3.1 |
1537 | 2025-01-29T04:28:29.294Z | Compiling filetime v0.2.25 |
1538 | 2025-01-29T04:28:29.627Z | Compiling tar v0.4.42 |
1539 | 2025-01-29T04:28:33.452Z | Compiling strum v0.26.3 |
1540 | 2025-01-29T04:28:36.688Z | Compiling aws-lc-sys v0.22.0 |
1541 | 2025-01-29T04:29:12.242Z | Compiling rustls-webpki v0.102.8 |
1542 | 2025-01-29T04:29:15.466Z | Compiling tokio-rustls v0.25.0 |
1543 | 2025-01-29T04:29:17.147Z | Compiling tokio-rustls v0.26.0 |
1544 | 2025-01-29T04:29:17.431Z | Compiling hyper-rustls v0.27.3 |
1545 | 2025-01-29T04:29:17.793Z | Compiling reqwest v0.12.9 |
1546 | 2025-01-29T04:29:19.283Z | Compiling qorb v0.2.1 |
1547 | 2025-01-29T04:29:22.353Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1548 | 2025-01-29T04:29:22.608Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1549 | 2025-01-29T04:29:27.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
1550 | 2025-01-29T04:29:27.302Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1551 | 2025-01-29T04:29:27.354Z | Jan 29 04:29:26.335 INFO Starting download, target: Clickhouse |
1552 | 2025-01-29T04:29:27.355Z | Jan 29 04:29:26.336 INFO Starting download, target: Cockroach |
1553 | 2025-01-29T04:29:27.355Z | Jan 29 04:29:26.336 INFO Starting download, target: Console |
1554 | 2025-01-29T04:29:27.355Z | Jan 29 04:29:26.336 INFO Starting download, target: DendriteOpenapi |
1555 | 2025-01-29T04:29:27.355Z | Jan 29 04:29:26.336 INFO Starting download, target: DendriteStub |
1556 | 2025-01-29T04:29:27.355Z | Jan 29 04:29:26.336 INFO Starting download, target: MaghemiteMgd |
1557 | 2025-01-29T04:29:27.355Z | Jan 29 04:29:26.336 INFO Starting download, target: TransceiverControl |
1558 | 2025-01-29T04:29:27.358Z | Jan 29 04:29:26.337 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1559 | 2025-01-29T04:29:27.358Z | Jan 29 04:29:26.337 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1560 | 2025-01-29T04:29:27.358Z | Jan 29 04:29:26.337 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1561 | 2025-01-29T04:29:27.358Z | Jan 29 04:29:26.337 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1562 | 2025-01-29T04:29:27.358Z | Jan 29 04:29:26.337 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1563 | 2025-01-29T04:29:27.358Z | Jan 29 04:29:26.337 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1564 | 2025-01-29T04:29:27.359Z | Jan 29 04:29:26.337 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1565 | 2025-01-29T04:29:27.574Z | Jan 29 04:29:26.543 INFO Download complete, target: DendriteOpenapi |
1566 | 2025-01-29T04:29:27.750Z | Jan 29 04:29:26.716 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1567 | 2025-01-29T04:29:27.893Z | Jan 29 04:29:26.866 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1568 | 2025-01-29T04:29:28.186Z | Jan 29 04:29:27.157 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1569 | 2025-01-29T04:29:28.256Z | Jan 29 04:29:27.237 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1570 | 2025-01-29T04:29:28.260Z | Jan 29 04:29:27.237 INFO Download complete, target: Console |
1571 | 2025-01-29T04:29:28.424Z | Jan 29 04:29:27.405 INFO Download complete, target: TransceiverControl |
1572 | 2025-01-29T04:29:29.076Z | Jan 29 04:29:28.057 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1573 | 2025-01-29T04:29:29.076Z | Jan 29 04:29:28.057 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1574 | 2025-01-29T04:29:29.219Z | Jan 29 04:29:28.200 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1575 | 2025-01-29T04:29:31.223Z | Jan 29 04:29:30.204 INFO Download complete, target: DendriteStub |
1576 | 2025-01-29T04:29:31.281Z | Jan 29 04:29:30.261 INFO Download complete, target: MaghemiteMgd |
1577 | 2025-01-29T04:29:36.537Z | Jan 29 04:29:35.519 INFO Checking that binary works, target: Cockroach |
1578 | 2025-01-29T04:29:36.696Z | Jan 29 04:29:35.678 INFO Download complete, target: Cockroach |
1579 | 2025-01-29T04:29:41.728Z | Jan 29 04:29:40.709 INFO Checking that binary works, target: Clickhouse |
1580 | 2025-01-29T04:29:42.474Z | Jan 29 04:29:41.455 INFO Download complete, target: Clickhouse |
1581 | 2025-01-29T04:29:42.484Z | All prerequisites installed successfully |
1582 | 2025-01-29T04:29:42.486Z | |
1583 | 2025-01-29T04:29:42.487Z | real 7:34.547995586 |
1584 | 2025-01-29T04:29:42.487Z | user 15:59.633242837 |
1585 | 2025-01-29T04:29:42.487Z | sys 2:05.085877387 |
1586 | 2025-01-29T04:29:42.487Z | trap 0.610085685 |
1587 | 2025-01-29T04:29:42.487Z | tflt 8.859206500 |
1588 | 2025-01-29T04:29:42.487Z | dflt 6.739977377 |
1589 | 2025-01-29T04:29:42.487Z | kflt 0.487256076 |
1590 | 2025-01-29T04:29:42.487Z | lock 25:47.518672724 |
1591 | 2025-01-29T04:29:42.487Z | slp 1:02:48.794657324 |
1592 | 2025-01-29T04:29:42.487Z | lat 54.694862676 |
1593 | 2025-01-29T04:29:42.487Z | stop 2:20.123396988 |
1594 | 2025-01-29T04:29:42.487Z | + ptime -m cargo xtask download softnpu |
1595 | 2025-01-29T04:29:43.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1596 | 2025-01-29T04:29:43.143Z | Running `target/debug/xtask download softnpu` |
1597 | 2025-01-29T04:29:43.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1598 | 2025-01-29T04:29:43.973Z | Running `target/debug/xtask-downloader softnpu` |
1599 | 2025-01-29T04:29:44.059Z | Jan 29 04:29:42.933 INFO Starting download, target: Softnpu |
1600 | 2025-01-29T04:29:44.060Z | Jan 29 04:29:42.933 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1601 | 2025-01-29T04:29:45.571Z | Jan 29 04:29:44.474 INFO Download complete, target: Softnpu |
1602 | 2025-01-29T04:29:45.639Z | |
1603 | 2025-01-29T04:29:45.639Z | real 3.008216748 |
1604 | 2025-01-29T04:29:45.639Z | user 1.284106832 |
1605 | 2025-01-29T04:29:45.639Z | sys 0.549338442 |
1606 | 2025-01-29T04:29:45.639Z | trap 0.001048494 |
1607 | 2025-01-29T04:29:45.639Z | tflt 0.000104060 |
1608 | 2025-01-29T04:29:45.640Z | dflt 0.000021860 |
1609 | 2025-01-29T04:29:45.640Z | kflt 0.000000000 |
1610 | 2025-01-29T04:29:45.640Z | lock 16.834260211 |
1611 | 2025-01-29T04:29:45.641Z | slp 1.360956838 |
1612 | 2025-01-29T04:29:45.641Z | lat 0.076432498 |
1613 | 2025-01-29T04:29:45.641Z | stop 0.000193506 |
1614 | 2025-01-29T04:29:45.641Z | + export CARGO_INCREMENTAL=0 |
1615 | 2025-01-29T04:29:45.641Z | + CARGO_INCREMENTAL=0 |
1616 | 2025-01-29T04:29:45.641Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1617 | 2025-01-29T04:29:46.470Z | Compiling proc-macro2 v1.0.92 |
1618 | 2025-01-29T04:29:46.470Z | Compiling unicode-ident v1.0.14 |
1619 | 2025-01-29T04:29:46.470Z | Compiling libc v0.2.169 |
1620 | 2025-01-29T04:29:46.480Z | Compiling serde v1.0.217 |
1621 | 2025-01-29T04:29:46.480Z | Compiling autocfg v1.4.0 |
1622 | 2025-01-29T04:29:46.480Z | Compiling version_check v0.9.5 |
1623 | 2025-01-29T04:29:46.480Z | Compiling cfg-if v1.0.0 |
1624 | 2025-01-29T04:29:46.768Z | Compiling memchr v2.7.4 |
1625 | 2025-01-29T04:29:46.799Z | Compiling typenum v1.17.0 |
1626 | 2025-01-29T04:29:46.893Z | Compiling shlex v1.3.0 |
1627 | 2025-01-29T04:29:47.350Z | Compiling generic-array v0.14.7 |
1628 | 2025-01-29T04:29:47.350Z | Compiling value-bag v1.9.0 |
1629 | 2025-01-29T04:29:47.578Z | Compiling lock_api v0.4.12 |
1630 | 2025-01-29T04:29:47.682Z | Compiling scopeguard v1.2.0 |
1631 | 2025-01-29T04:29:47.759Z | Compiling log v0.4.22 |
1632 | 2025-01-29T04:29:47.825Z | Compiling parking_lot_core v0.9.10 |
1633 | 2025-01-29T04:29:48.018Z | Compiling serde_json v1.0.135 |
1634 | 2025-01-29T04:29:48.213Z | Compiling once_cell v1.20.2 |
1635 | 2025-01-29T04:29:48.338Z | Compiling quote v1.0.38 |
1636 | 2025-01-29T04:29:48.401Z | Compiling jobserver v0.1.32 |
1637 | 2025-01-29T04:29:48.433Z | Compiling getrandom v0.2.15 |
1638 | 2025-01-29T04:29:48.596Z | Compiling rustix v0.38.37 |
1639 | 2025-01-29T04:29:48.799Z | Compiling syn v2.0.96 |
1640 | 2025-01-29T04:29:48.815Z | Compiling cc v1.1.30 |
1641 | 2025-01-29T04:29:48.858Z | Compiling libm v0.2.8 |
1642 | 2025-01-29T04:29:48.967Z | Compiling aho-corasick v1.1.3 |
1643 | 2025-01-29T04:29:49.016Z | Compiling num-traits v0.2.19 |
1644 | 2025-01-29T04:29:49.145Z | Compiling regex-syntax v0.8.5 |
1645 | 2025-01-29T04:29:49.191Z | Compiling thiserror v1.0.69 |
1646 | 2025-01-29T04:29:49.260Z | Compiling either v1.13.0 |
1647 | 2025-01-29T04:29:49.292Z | Compiling itoa v1.0.11 |
1648 | 2025-01-29T04:29:49.676Z | Compiling spin v0.9.8 |
1649 | 2025-01-29T04:29:49.697Z | Compiling slab v0.4.9 |
1650 | 2025-01-29T04:29:49.907Z | Compiling errno v0.3.9 |
1651 | 2025-01-29T04:29:50.160Z | Compiling byteorder v1.5.0 |
1652 | 2025-01-29T04:29:50.245Z | Compiling rand_core v0.6.4 |
1653 | 2025-01-29T04:29:50.725Z | Compiling glob v0.3.2 |
1654 | 2025-01-29T04:29:50.923Z | Compiling prettyplease v0.2.25 |
1655 | 2025-01-29T04:29:51.138Z | Compiling lazy_static v1.5.0 |
1656 | 2025-01-29T04:29:51.482Z | Compiling minimal-lexical v0.2.1 |
1657 | 2025-01-29T04:29:51.512Z | Compiling clang-sys v1.8.1 |
1658 | 2025-01-29T04:29:51.945Z | Compiling libloading v0.8.5 |
1659 | 2025-01-29T04:29:51.992Z | Compiling nom v7.1.3 |
1660 | 2025-01-29T04:29:52.045Z | Compiling bindgen v0.69.5 |
1661 | 2025-01-29T04:29:52.222Z | Compiling subtle v2.6.1 |
1662 | 2025-01-29T04:29:52.256Z | Compiling smallvec v1.13.2 |
1663 | 2025-01-29T04:29:52.424Z | Compiling home v0.5.9 |
1664 | 2025-01-29T04:29:52.656Z | Compiling itertools v0.12.1 |
1665 | 2025-01-29T04:29:52.717Z | Compiling rustc-hash v1.1.0 |
1666 | 2025-01-29T04:29:52.785Z | Compiling lazycell v1.3.0 |
1667 | 2025-01-29T04:29:52.804Z | Compiling regex-automata v0.4.8 |
1668 | 2025-01-29T04:29:52.962Z | Compiling allocator-api2 v0.2.18 |
1669 | 2025-01-29T04:29:53.183Z | Compiling cmake v0.1.51 |
1670 | 2025-01-29T04:29:53.872Z | Compiling dunce v1.0.5 |
1671 | 2025-01-29T04:29:54.004Z | Compiling fs_extra v1.3.0 |
1672 | 2025-01-29T04:29:54.024Z | Compiling semver v1.0.24 |
1673 | 2025-01-29T04:29:54.888Z | Compiling pkg-config v0.3.31 |
1674 | 2025-01-29T04:29:54.963Z | Compiling ring v0.17.8 |
1675 | 2025-01-29T04:29:55.330Z | Compiling cexpr v0.6.0 |
1676 | 2025-01-29T04:29:55.755Z | Compiling ryu v1.0.18 |
1677 | 2025-01-29T04:29:55.774Z | Compiling pin-project-lite v0.2.14 |
1678 | 2025-01-29T04:29:55.970Z | Compiling synstructure v0.13.1 |
1679 | 2025-01-29T04:29:56.058Z | Compiling paste v1.0.15 |
1680 | 2025-01-29T04:29:56.602Z | Compiling aws-lc-rs v1.10.0 |
1681 | 2025-01-29T04:29:56.881Z | Compiling fnv v1.0.7 |
1682 | 2025-01-29T04:29:57.017Z | Compiling schemars v0.8.21 |
1683 | 2025-01-29T04:29:57.036Z | Compiling httparse v1.9.5 |
1684 | 2025-01-29T04:29:57.085Z | Compiling const-oid v0.9.6 |
1685 | 2025-01-29T04:29:57.352Z | Compiling serde_derive_internals v0.29.1 |
1686 | 2025-01-29T04:29:57.760Z | Compiling foldhash v0.1.3 |
1687 | 2025-01-29T04:29:58.061Z | Compiling equivalent v1.0.1 |
1688 | 2025-01-29T04:29:58.192Z | Compiling hashbrown v0.15.1 |
1689 | 2025-01-29T04:29:58.465Z | Compiling regex v1.11.1 |
1690 | 2025-01-29T04:29:59.036Z | Compiling signal-hook-registry v1.4.2 |
1691 | 2025-01-29T04:29:59.099Z | Compiling heck v0.5.0 |
1692 | 2025-01-29T04:29:59.327Z | Compiling parking_lot v0.12.3 |
1693 | 2025-01-29T04:29:59.412Z | Compiling mio v1.0.2 |
1694 | 2025-01-29T04:29:59.525Z | Compiling stable_deref_trait v1.2.0 |
1695 | 2025-01-29T04:30:00.310Z | Compiling serde_derive v1.0.217 |
1696 | 2025-01-29T04:30:00.473Z | Compiling zeroize_derive v1.4.2 |
1697 | 2025-01-29T04:30:01.046Z | Compiling zerocopy-derive v0.7.35 |
1698 | 2025-01-29T04:30:01.422Z | Compiling thiserror-impl v1.0.69 |
1699 | 2025-01-29T04:30:01.795Z | Compiling tokio-macros v2.5.0 |
1700 | 2025-01-29T04:30:01.824Z | Compiling zerofrom-derive v0.1.4 |
1701 | 2025-01-29T04:30:01.872Z | Compiling zeroize v1.8.1 |
1702 | 2025-01-29T04:30:02.522Z | Compiling yoke-derive v0.7.4 |
1703 | 2025-01-29T04:30:02.700Z | Compiling zerovec-derive v0.10.3 |
1704 | 2025-01-29T04:30:02.747Z | Compiling futures-macro v0.3.31 |
1705 | 2025-01-29T04:30:02.901Z | Compiling displaydoc v0.2.5 |
1706 | 2025-01-29T04:30:04.053Z | Compiling zerocopy v0.7.35 |
1707 | 2025-01-29T04:30:04.314Z | Compiling crypto-common v0.1.6 |
1708 | 2025-01-29T04:30:04.534Z | Compiling icu_provider_macros v1.5.0 |
1709 | 2025-01-29T04:30:04.671Z | Compiling tracing-attributes v0.1.27 |
1710 | 2025-01-29T04:30:04.893Z | Compiling schemars_derive v0.8.21 |
1711 | 2025-01-29T04:30:04.911Z | Compiling block-buffer v0.10.4 |
1712 | 2025-01-29T04:30:05.169Z | Compiling digest v0.10.7 |
1713 | 2025-01-29T04:30:05.489Z | Compiling socket2 v0.5.7 |
1714 | 2025-01-29T04:30:05.545Z | Compiling num-conv v0.1.0 |
1715 | 2025-01-29T04:30:05.673Z | Compiling crossbeam-utils v0.8.20 |
1716 | 2025-01-29T04:30:05.818Z | Compiling time-core v0.1.2 |
1717 | 2025-01-29T04:30:06.014Z | Compiling futures-core v0.3.31 |
1718 | 2025-01-29T04:30:06.234Z | Compiling time-macros v0.2.18 |
1719 | 2025-01-29T04:30:06.611Z | Compiling der_derive v0.7.3 |
1720 | 2025-01-29T04:30:07.009Z | Compiling vcpkg v0.2.15 |
1721 | 2025-01-29T04:30:08.434Z | Compiling openssl-sys v0.9.103 |
1722 | 2025-01-29T04:30:08.907Z | Compiling syn v1.0.109 |
1723 | 2025-01-29T04:30:09.475Z | Compiling cpufeatures v0.2.14 |
1724 | 2025-01-29T04:30:09.493Z | Compiling futures-sink v0.3.31 |
1725 | 2025-01-29T04:30:09.675Z | Compiling slog v2.7.0 |
1726 | 2025-01-29T04:30:09.910Z | Compiling ahash v0.8.11 |
1727 | 2025-01-29T04:30:10.131Z | Compiling zerofrom v0.1.4 |
1728 | 2025-01-29T04:30:10.505Z | Compiling iana-time-zone v0.1.61 |
1729 | 2025-01-29T04:30:10.508Z | Compiling yoke v0.7.4 |
1730 | 2025-01-29T04:30:10.814Z | Compiling futures-channel v0.3.31 |
1731 | 2025-01-29T04:30:10.939Z | Compiling scroll_derive v0.12.0 |
1732 | 2025-01-29T04:30:11.148Z | Compiling futures-task v0.3.31 |
1733 | 2025-01-29T04:30:11.243Z | Compiling pin-utils v0.1.0 |
1734 | 2025-01-29T04:30:11.299Z | Compiling ucd-trie v0.1.7 |
1735 | 2025-01-29T04:30:11.354Z | Compiling futures-io v0.3.31 |
1736 | 2025-01-29T04:30:11.429Z | Compiling openssl v0.10.66 |
1737 | 2025-01-29T04:30:11.713Z | Compiling futures-util v0.3.31 |
1738 | 2025-01-29T04:30:11.757Z | Compiling pest v2.7.14 |
1739 | 2025-01-29T04:30:11.842Z | Compiling zerovec v0.10.4 |
1740 | 2025-01-29T04:30:12.677Z | Compiling bitflags v2.6.0 |
1741 | 2025-01-29T04:30:12.944Z | Compiling bytes v1.9.0 |
1742 | 2025-01-29T04:30:14.948Z | Compiling indexmap v2.7.1 |
1743 | 2025-01-29T04:30:15.087Z | Compiling tokio v1.43.0 |
1744 | 2025-01-29T04:30:16.296Z | Compiling serde_tokenstream v0.2.2 |
1745 | 2025-01-29T04:30:16.548Z | Compiling uuid v1.12.0 |
1746 | 2025-01-29T04:30:16.858Z | Compiling http v1.2.0 |
1747 | 2025-01-29T04:30:17.898Z | Compiling which v4.4.2 |
1748 | 2025-01-29T04:30:17.967Z | Compiling chrono v0.4.39 |
1749 | 2025-01-29T04:30:18.123Z | Compiling rustc_version v0.4.1 |
1750 | 2025-01-29T04:30:19.851Z | Compiling hmac v0.12.1 |
1751 | 2025-01-29T04:30:20.993Z | Compiling pest_meta v2.7.14 |
1752 | 2025-01-29T04:30:24.088Z | Compiling block-padding v0.3.3 |
1753 | 2025-01-29T04:30:24.342Z | Compiling openssl-macros v0.1.1 |
1754 | 2025-01-29T04:30:24.822Z | Compiling rustls v0.23.19 |
1755 | 2025-01-29T04:30:25.099Z | Compiling native-tls v0.2.12 |
1756 | 2025-01-29T04:30:25.156Z | Compiling inout v0.1.3 |
1757 | 2025-01-29T04:30:25.384Z | Compiling pest_generator v2.7.14 |
1758 | 2025-01-29T04:30:25.440Z | Compiling tinystr v0.7.6 |
1759 | 2025-01-29T04:30:25.878Z | Compiling serde_spanned v0.6.8 |
1760 | 2025-01-29T04:30:25.903Z | Compiling toml_datetime v0.6.8 |
1761 | 2025-01-29T04:30:26.173Z | Compiling tracing-core v0.1.32 |
1762 | 2025-01-29T04:30:26.261Z | Compiling litemap v0.7.3 |
1763 | 2025-01-29T04:30:26.336Z | Compiling writeable v0.5.5 |
1764 | 2025-01-29T04:30:26.699Z | Compiling strsim v0.11.1 |
1765 | 2025-01-29T04:30:26.849Z | Compiling dyn-clone v1.0.17 |
1766 | 2025-01-29T04:30:27.139Z | Compiling pest_derive v2.7.14 |
1767 | 2025-01-29T04:30:27.355Z | Compiling icu_locid v1.5.0 |
1768 | 2025-01-29T04:30:27.844Z | Compiling tracing v0.1.40 |
1769 | 2025-01-29T04:30:28.396Z | Compiling cipher v0.4.4 |
1770 | 2025-01-29T04:30:28.720Z | Compiling sha2 v0.10.8 |
1771 | 2025-01-29T04:30:29.043Z | Compiling cookie v0.18.1 |
1772 | 2025-01-29T04:30:29.372Z | Compiling usdt-impl v0.5.0 |
1773 | 2025-01-29T04:30:29.586Z | Compiling base64ct v1.6.0 |
1774 | 2025-01-29T04:30:29.790Z | Compiling icu_provider v1.5.0 |
1775 | 2025-01-29T04:30:30.179Z | Compiling pem-rfc7468 v0.7.0 |
1776 | 2025-01-29T04:30:30.688Z | Compiling aws-lc-sys v0.22.0 |
1777 | 2025-01-29T04:30:30.807Z | Compiling scroll v0.12.0 |
1778 | 2025-01-29T04:30:31.454Z | Compiling ppv-lite86 v0.2.20 |
1779 | 2025-01-29T04:30:32.282Z | Compiling async-trait v0.1.85 |
1780 | 2025-01-29T04:30:33.293Z | Compiling icu_locid_transform_data v1.5.0 |
1781 | 2025-01-29T04:30:33.314Z | Compiling percent-encoding v2.3.1 |
1782 | 2025-01-29T04:30:34.496Z | Compiling camino v1.1.9 |
1783 | 2025-01-29T04:30:34.604Z | Compiling anyhow v1.0.95 |
1784 | 2025-01-29T04:30:35.024Z | Compiling flagset v0.4.6 |
1785 | 2025-01-29T04:30:35.153Z | Compiling plain v0.2.3 |
1786 | 2025-01-29T04:30:35.235Z | Compiling rustls-pki-types v1.10.0 |
1787 | 2025-01-29T04:30:35.438Z | Compiling icu_locid_transform v1.5.0 |
1788 | 2025-01-29T04:30:36.932Z | Compiling goblin v0.8.2 |
1789 | 2025-01-29T04:30:37.443Z | Compiling der v0.7.9 |
1790 | 2025-01-29T04:30:40.518Z | Compiling rand_chacha v0.3.1 |
1791 | 2025-01-29T04:30:41.243Z | Compiling tokio-util v0.7.12 |
1792 | 2025-01-29T04:30:41.378Z | Compiling icu_collections v1.5.0 |
1793 | 2025-01-29T04:30:42.393Z | Compiling mirai-annotations v1.12.0 |
1794 | 2025-01-29T04:30:42.594Z | Compiling rayon-core v1.12.1 |
1795 | 2025-01-29T04:30:42.648Z | Compiling powerfmt v0.2.0 |
1796 | 2025-01-29T04:30:42.908Z | Compiling icu_properties_data v1.5.0 |
1797 | 2025-01-29T04:30:43.176Z | Compiling rustls v0.22.4 |
1798 | 2025-01-29T04:30:43.197Z | Compiling untrusted v0.9.0 |
1799 | 2025-01-29T04:30:43.466Z | Compiling pretty-hex v0.4.1 |
1800 | 2025-01-29T04:30:43.662Z | Compiling untrusted v0.7.1 |
1801 | 2025-01-29T04:30:43.687Z | Compiling dof v0.3.0 |
1802 | 2025-01-29T04:30:43.706Z | Compiling icu_properties v1.5.1 |
1803 | 2025-01-29T04:30:44.025Z | Compiling deranged v0.3.11 |
1804 | 2025-01-29T04:30:45.576Z | Compiling rand v0.8.5 |
1805 | 2025-01-29T04:30:45.706Z | Compiling spki v0.7.3 |
1806 | 2025-01-29T04:30:46.113Z | Compiling salsa20 v0.10.2 |
1807 | 2025-01-29T04:30:46.117Z | Compiling dtrace-parser v0.2.0 |
1808 | 2025-01-29T04:30:47.110Z | Compiling pbkdf2 v0.12.2 |
1809 | 2025-01-29T04:30:47.765Z | Compiling thread-id v4.2.2 |
1810 | 2025-01-29T04:30:47.899Z | Compiling litrs v0.4.1 |
1811 | 2025-01-29T04:30:48.126Z | Compiling icu_normalizer_data v1.5.0 |
1812 | 2025-01-29T04:30:48.140Z | Compiling utf8_iter v1.0.4 |
1813 | 2025-01-29T04:30:48.246Z | Compiling winnow v0.5.40 |
1814 | 2025-01-29T04:30:48.402Z | Compiling atomic-waker v1.1.2 |
1815 | 2025-01-29T04:30:48.455Z | Compiling utf16_iter v1.0.5 |
1816 | 2025-01-29T04:30:48.757Z | Compiling write16 v1.0.0 |
1817 | 2025-01-29T04:30:49.376Z | Compiling num_threads v0.1.7 |
1818 | 2025-01-29T04:30:49.534Z | Compiling icu_normalizer v1.5.0 |
1819 | 2025-01-29T04:30:49.624Z | Compiling time v0.3.36 |
1820 | 2025-01-29T04:30:51.498Z | Compiling toml_edit v0.19.15 |
1821 | 2025-01-29T04:30:51.598Z | Compiling document-features v0.2.10 |
1822 | 2025-01-29T04:30:53.464Z | Compiling scrypt v0.11.0 |
1823 | 2025-01-29T04:30:53.804Z | Compiling form_urlencoded v1.2.1 |
1824 | 2025-01-29T04:30:53.954Z | Compiling cbc v0.1.2 |
1825 | 2025-01-29T04:30:54.010Z | Compiling aes v0.8.4 |
1826 | 2025-01-29T04:30:54.185Z | Compiling http-body v1.0.1 |
1827 | 2025-01-29T04:30:54.462Z | Compiling multer v3.1.0 |
1828 | 2025-01-29T04:30:54.778Z | Compiling slog-async v2.8.0 |
1829 | 2025-01-29T04:30:55.190Z | Compiling rustversion v1.0.17 |
1830 | 2025-01-29T04:30:55.244Z | Compiling tinyvec_macros v0.1.1 |
1831 | 2025-01-29T04:30:55.699Z | Compiling try-lock v0.2.5 |
1832 | 2025-01-29T04:30:55.863Z | Compiling want v0.3.1 |
1833 | 2025-01-29T04:30:56.184Z | Compiling tinyvec v1.8.0 |
1834 | 2025-01-29T04:30:56.452Z | Compiling pkcs5 v0.7.1 |
1835 | 2025-01-29T04:30:57.704Z | Compiling idna_adapter v1.2.0 |
1836 | 2025-01-29T04:30:57.938Z | Compiling h2 v0.4.6 |
1837 | 2025-01-29T04:30:57.999Z | Compiling heapless v0.7.17 |
1838 | 2025-01-29T04:30:58.588Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1839 | 2025-01-29T04:30:59.243Z | Compiling httpdate v1.0.3 |
1840 | 2025-01-29T04:30:59.386Z | Compiling signal-hook v0.3.17 |
1841 | 2025-01-29T04:31:00.274Z | Compiling idna v1.0.3 |
1842 | 2025-01-29T04:31:01.635Z | Compiling pkcs8 v0.10.2 |
1843 | 2025-01-29T04:31:02.279Z | Compiling usdt-attr-macro v0.5.0 |
1844 | 2025-01-29T04:31:02.937Z | Compiling usdt-macro v0.5.0 |
1845 | 2025-01-29T04:31:03.808Z | Compiling async-stream-impl v0.3.6 |
1846 | 2025-01-29T04:31:04.235Z | Compiling tower-service v0.3.3 |
1847 | 2025-01-29T04:31:04.646Z | Compiling base64 v0.22.1 |
1848 | 2025-01-29T04:31:05.092Z | Compiling adler2 v2.0.0 |
1849 | 2025-01-29T04:31:05.311Z | Compiling miniz_oxide v0.8.0 |
1850 | 2025-01-29T04:31:06.480Z | Compiling hyper v1.5.2 |
1851 | 2025-01-29T04:31:08.814Z | Compiling curve25519-dalek v4.1.3 |
1852 | 2025-01-29T04:31:09.264Z | Compiling openapiv3 v2.0.0 |
1853 | 2025-01-29T04:31:11.406Z | Compiling hyper-util v0.1.10 |
1854 | 2025-01-29T04:31:12.538Z | Compiling enum-as-inner v0.6.1 |
1855 | 2025-01-29T04:31:13.164Z | Compiling dropshot v0.12.0 |
1856 | 2025-01-29T04:31:13.292Z | Compiling portable-atomic v1.9.0 |
1857 | 2025-01-29T04:31:13.531Z | Compiling newtype-uuid v1.2.1 |
1858 | 2025-01-29T04:31:13.616Z | Compiling num-bigint-dig v0.8.4 |
1859 | 2025-01-29T04:31:13.916Z | Compiling match_cfg v0.1.0 |
1860 | 2025-01-29T04:31:14.027Z | Compiling smoltcp v0.9.1 |
1861 | 2025-01-29T04:31:14.055Z | Compiling foreign-types-shared v0.1.1 |
1862 | 2025-01-29T04:31:14.262Z | Compiling foreign-types v0.3.2 |
1863 | 2025-01-29T04:31:14.493Z | Compiling hostname v0.3.1 |
1864 | 2025-01-29T04:31:17.325Z | Compiling url v2.5.3 |
1865 | 2025-01-29T04:31:18.996Z | Compiling http-body-util v0.1.2 |
1866 | 2025-01-29T04:31:19.474Z | Compiling dirs-sys-next v0.1.2 |
1867 | 2025-01-29T04:31:19.575Z | Compiling encoding_rs v0.8.34 |
1868 | 2025-01-29T04:31:19.597Z | Compiling gimli v0.31.1 |
1869 | 2025-01-29T04:31:19.923Z | Compiling ident_case v1.0.1 |
1870 | 2025-01-29T04:31:20.155Z | Compiling mime v0.3.17 |
1871 | 2025-01-29T04:31:21.253Z | Compiling data-encoding v2.6.0 |
1872 | 2025-01-29T04:31:22.587Z | Compiling siphasher v0.3.11 |
1873 | 2025-01-29T04:31:22.729Z | Compiling heck v0.4.1 |
1874 | 2025-01-29T04:31:22.977Z | Compiling darling_core v0.20.10 |
1875 | 2025-01-29T04:31:23.118Z | Compiling dirs-next v2.0.0 |
1876 | 2025-01-29T04:31:26.368Z | Compiling addr2line v0.24.2 |
1877 | 2025-01-29T04:31:28.785Z | Compiling unicode-normalization v0.1.24 |
1878 | 2025-01-29T04:31:29.888Z | Compiling serde_urlencoded v0.7.1 |
1879 | 2025-01-29T04:31:30.340Z | Compiling crossbeam-epoch v0.9.18 |
1880 | 2025-01-29T04:31:30.502Z | Compiling rustls-pemfile v2.2.0 |
1881 | 2025-01-29T04:31:30.751Z | Compiling hubpack_derive v0.1.1 |
1882 | 2025-01-29T04:31:31.017Z | Compiling dropshot_endpoint v0.12.0 |
1883 | 2025-01-29T04:31:31.137Z | Compiling sha1 v0.10.6 |
1884 | 2025-01-29T04:31:31.226Z | Compiling signature v2.2.0 |
1885 | 2025-01-29T04:31:31.472Z | Compiling zerocopy-derive v0.6.6 |
1886 | 2025-01-29T04:31:31.539Z | Compiling curve25519-dalek-derive v0.1.1 |
1887 | 2025-01-29T04:31:31.729Z | Compiling object v0.36.5 |
1888 | 2025-01-29T04:31:33.239Z | Compiling thread_local v1.1.8 |
1889 | 2025-01-29T04:31:33.696Z | Compiling fs-err v2.11.0 |
1890 | 2025-01-29T04:31:34.741Z | Compiling openssl-probe v0.1.5 |
1891 | 2025-01-29T04:31:35.555Z | Compiling ipnet v2.10.1 |
1892 | 2025-01-29T04:31:37.539Z | Compiling utf8parse v0.2.2 |
1893 | 2025-01-29T04:31:37.728Z | Compiling unicode-properties v0.1.3 |
1894 | 2025-01-29T04:31:38.159Z | Compiling rustc-demangle v0.1.24 |
1895 | 2025-01-29T04:31:38.624Z | Compiling anstyle v1.0.10 |
1896 | 2025-01-29T04:31:39.185Z | Compiling winnow v0.6.20 |
1897 | 2025-01-29T04:31:39.739Z | Compiling unicode-bidi v0.3.17 |
1898 | 2025-01-29T04:31:41.507Z | Compiling stringprep v0.1.5 |
1899 | 2025-01-29T04:31:42.438Z | Compiling toml_edit v0.22.22 |
1900 | 2025-01-29T04:31:44.394Z | Compiling rustls-webpki v0.102.8 |
1901 | 2025-01-29T04:31:46.802Z | Compiling backtrace v0.3.74 |
1902 | 2025-01-29T04:31:49.231Z | Compiling anstyle-parse v0.2.5 |
1903 | 2025-01-29T04:31:53.279Z | Compiling crossbeam-deque v0.8.5 |
1904 | 2025-01-29T04:31:54.081Z | Compiling darling_macro v0.20.10 |
1905 | 2025-01-29T04:31:54.982Z | Compiling term v0.7.0 |
1906 | 2025-01-29T04:31:56.169Z | Compiling slog-json v2.6.1 |
1907 | 2025-01-29T04:31:57.596Z | Compiling crossbeam-channel v0.5.13 |
1908 | 2025-01-29T04:31:57.765Z | Compiling hashbrown v0.14.5 |
1909 | 2025-01-29T04:31:58.136Z | Compiling futures-executor v0.3.31 |
1910 | 2025-01-29T04:31:58.436Z | Compiling num-integer v0.1.46 |
1911 | 2025-01-29T04:31:58.516Z | Compiling md-5 v0.10.6 |
1912 | 2025-01-29T04:31:58.588Z | Compiling ff v0.13.0 |
1913 | 2025-01-29T04:31:58.777Z | Compiling hash32 v0.2.1 |
1914 | 2025-01-29T04:31:58.833Z | Compiling memmap v0.7.0 |
1915 | 2025-01-29T04:31:58.868Z | Compiling is-terminal v0.4.13 |
1916 | 2025-01-29T04:31:59.019Z | Compiling psl-types v2.0.11 |
1917 | 2025-01-29T04:31:59.087Z | Compiling utf-8 v0.7.6 |
1918 | 2025-01-29T04:31:59.128Z | Compiling quick-error v1.2.3 |
1919 | 2025-01-29T04:31:59.146Z | Compiling is_terminal_polyfill v1.70.1 |
1920 | 2025-01-29T04:31:59.279Z | Compiling base16ct v0.2.0 |
1921 | 2025-01-29T04:31:59.402Z | Compiling take_mut v0.2.2 |
1922 | 2025-01-29T04:31:59.612Z | Compiling linked-hash-map v0.5.6 |
1923 | 2025-01-29T04:31:59.632Z | Compiling anstyle-query v1.1.1 |
1924 | 2025-01-29T04:31:59.641Z | Compiling fallible-iterator v0.2.0 |
1925 | 2025-01-29T04:31:59.761Z | Compiling colorchoice v1.0.2 |
1926 | 2025-01-29T04:31:59.858Z | Compiling lru-cache v0.1.2 |
1927 | 2025-01-29T04:31:59.936Z | Compiling anstream v0.6.15 |
1928 | 2025-01-29T04:32:00.286Z | Compiling postgres-protocol v0.6.7 |
1929 | 2025-01-29T04:32:00.493Z | Compiling sec1 v0.7.3 |
1930 | 2025-01-29T04:32:00.524Z | Compiling publicsuffix v2.3.0 |
1931 | 2025-01-29T04:32:00.862Z | Compiling tungstenite v0.24.0 |
1932 | 2025-01-29T04:32:01.008Z | Compiling resolv-conf v0.7.0 |
1933 | 2025-01-29T04:32:01.455Z | Compiling usdt v0.5.0 |
1934 | 2025-01-29T04:32:01.655Z | Compiling slog-term v2.9.1 |
1935 | 2025-01-29T04:32:01.922Z | Compiling num-iter v0.1.45 |
1936 | 2025-01-29T04:32:02.134Z | Compiling regress v0.10.1 |
1937 | 2025-01-29T04:32:02.460Z | Compiling group v0.13.0 |
1938 | 2025-01-29T04:32:02.704Z | Compiling futures v0.3.31 |
1939 | 2025-01-29T04:32:05.467Z | Compiling slog-bunyan v2.5.0 |
1940 | 2025-01-29T04:32:05.688Z | Compiling darling v0.20.10 |
1941 | 2025-01-29T04:32:06.073Z | Compiling tokio-rustls v0.26.0 |
1942 | 2025-01-29T04:32:06.205Z | Compiling tokio-native-tls v0.3.1 |
1943 | 2025-01-29T04:32:06.526Z | Compiling tokio-rustls v0.25.0 |
1944 | 2025-01-29T04:32:06.833Z | Compiling toml v0.8.19 |
1945 | 2025-01-29T04:32:06.879Z | Compiling hickory-proto v0.24.2 |
1946 | 2025-01-29T04:32:06.941Z | Compiling strum_macros v0.25.3 |
1947 | 2025-01-29T04:32:08.243Z | Compiling phf_shared v0.11.2 |
1948 | 2025-01-29T04:32:08.408Z | Compiling async-stream v0.3.6 |
1949 | 2025-01-29T04:32:08.464Z | Compiling waitgroup v0.1.2 |
1950 | 2025-01-29T04:32:08.595Z | Compiling webpki-roots v0.26.6 |
1951 | 2025-01-29T04:32:08.886Z | Compiling hkdf v0.12.4 |
1952 | 2025-01-29T04:32:08.905Z | Compiling terminal_size v0.4.0 |
1953 | 2025-01-29T04:32:09.086Z | Compiling serde_path_to_error v0.1.16 |
1954 | 2025-01-29T04:32:09.140Z | Compiling crypto-bigint v0.5.5 |
1955 | 2025-01-29T04:32:09.747Z | Compiling clap_derive v4.5.24 |
1956 | 2025-01-29T04:32:09.839Z | Compiling derive-where v1.2.7 |
1957 | 2025-01-29T04:32:10.364Z | Compiling serde_repr v0.1.19 |
1958 | 2025-01-29T04:32:11.430Z | Compiling hostname v0.4.0 |
1959 | 2025-01-29T04:32:11.652Z | Compiling crc32fast v1.4.2 |
1960 | 2025-01-29T04:32:11.992Z | Compiling managed v0.8.0 |
1961 | 2025-01-29T04:32:12.087Z | Compiling debug-ignore v1.0.5 |
1962 | 2025-01-29T04:32:12.480Z | Compiling bitflags v1.3.2 |
1963 | 2025-01-29T04:32:12.690Z | Compiling unicode-width v0.2.0 |
1964 | 2025-01-29T04:32:12.845Z | Compiling clap_lex v0.7.4 |
1965 | 2025-01-29T04:32:13.276Z | Compiling console v0.15.10 |
1966 | 2025-01-29T04:32:13.569Z | Compiling clap_builder v4.5.27 |
1967 | 2025-01-29T04:32:15.212Z | Compiling hickory-resolver v0.24.2 |
1968 | 2025-01-29T04:32:16.997Z | Compiling elliptic-curve v0.13.8 |
1969 | 2025-01-29T04:32:17.654Z | Compiling flate2 v1.0.35 |
1970 | 2025-01-29T04:32:19.153Z | Compiling hyper-rustls v0.27.3 |
1971 | 2025-01-29T04:32:19.740Z | Compiling phf v0.11.2 |
1972 | 2025-01-29T04:32:20.381Z | Compiling hyper-tls v0.6.0 |
1973 | 2025-01-29T04:32:21.271Z | Compiling typify-impl v0.2.0 |
1974 | 2025-01-29T04:32:21.300Z | Compiling signal-hook-mio v0.2.4 |
1975 | 2025-01-29T04:32:21.490Z | Compiling rayon v1.10.0 |
1976 | 2025-01-29T04:32:22.965Z | Compiling bzip2 v0.4.4 |
1977 | 2025-01-29T04:32:23.795Z | Compiling cookie_store v0.21.1 |
1978 | 2025-01-29T04:32:25.870Z | Compiling tokio-tungstenite v0.24.0 |
1979 | 2025-01-29T04:32:26.338Z | Compiling postgres-types v0.2.8 |
1980 | 2025-01-29T04:32:26.599Z | Compiling zerocopy v0.6.6 |
1981 | 2025-01-29T04:32:26.938Z | Compiling hubpack v0.1.2 |
1982 | 2025-01-29T04:32:27.364Z | Compiling ed25519 v2.2.3 |
1983 | 2025-01-29T04:32:27.382Z | Compiling phf_shared v0.10.0 |
1984 | 2025-01-29T04:32:27.602Z | Compiling pkcs1 v0.7.5 |
1985 | 2025-01-29T04:32:27.746Z | Compiling tokio-stream v0.1.16 |
1986 | 2025-01-29T04:32:27.815Z | Compiling ipnetwork v0.20.0 |
1987 | 2025-01-29T04:32:28.448Z | Compiling rfc6979 v0.4.0 |
1988 | 2025-01-29T04:32:28.657Z | Compiling serde-big-array v0.5.1 |
1989 | 2025-01-29T04:32:28.683Z | Compiling float-cmp v0.9.0 |
1990 | 2025-01-29T04:32:28.744Z | Compiling sync_wrapper v1.0.1 |
1991 | 2025-01-29T04:32:28.925Z | Compiling bstr v1.10.0 |
1992 | 2025-01-29T04:32:29.079Z | Compiling difflib v0.4.0 |
1993 | 2025-01-29T04:32:30.247Z | Compiling bit-vec v0.6.3 |
1994 | 2025-01-29T04:32:30.266Z | Compiling static_assertions v1.1.0 |
1995 | 2025-01-29T04:32:30.384Z | Compiling unicode-segmentation v1.12.0 |
1996 | 2025-01-29T04:32:30.433Z | Compiling normalize-line-endings v0.3.0 |
1997 | 2025-01-29T04:32:30.589Z | Compiling whoami v1.5.2 |
1998 | 2025-01-29T04:32:30.645Z | Compiling new_debug_unreachable v1.0.6 |
1999 | 2025-01-29T04:32:30.760Z | Compiling predicates-core v1.0.8 |
2000 | 2025-01-29T04:32:31.143Z | Compiling precomputed-hash v0.1.1 |
2001 | 2025-01-29T04:32:31.292Z | Compiling number_prefix v0.4.0 |
2002 | 2025-01-29T04:32:31.311Z | Compiling fixedbitset v0.4.2 |
2003 | 2025-01-29T04:32:31.603Z | Compiling petgraph v0.6.5 |
2004 | 2025-01-29T04:32:31.711Z | Compiling indicatif v0.17.11 |
2005 | 2025-01-29T04:32:31.714Z | Compiling string_cache v0.8.7 |
2006 | 2025-01-29T04:32:31.849Z | Compiling typify-macro v0.2.0 |
2007 | 2025-01-29T04:32:32.125Z | Compiling reqwest v0.12.9 |
2008 | 2025-01-29T04:32:32.878Z | Compiling similar v2.6.0 |
2009 | 2025-01-29T04:32:33.514Z | Compiling predicates v3.1.2 |
2010 | 2025-01-29T04:32:33.806Z | Compiling tokio-postgres v0.7.12 |
2011 | 2025-01-29T04:32:34.711Z | Compiling bit-set v0.5.3 |
2012 | 2025-01-29T04:32:34.879Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2013 | 2025-01-29T04:32:35.488Z | Compiling ecdsa v0.16.9 |
2014 | 2025-01-29T04:32:36.391Z | Compiling qorb v0.2.1 |
2015 | 2025-01-29T04:32:38.907Z | Compiling rsa v0.9.6 |
2016 | 2025-01-29T04:32:39.507Z | Compiling ed25519-dalek v2.1.1 |
2017 | 2025-01-29T04:32:40.424Z | Compiling zip v0.6.6 |
2018 | 2025-01-29T04:32:41.014Z | Compiling crossterm v0.28.1 |
2019 | 2025-01-29T04:32:41.047Z | Compiling clap v4.5.27 |
2020 | 2025-01-29T04:32:41.704Z | Compiling toml v0.7.8 |
2021 | 2025-01-29T04:32:42.664Z | Compiling x509-cert v0.2.5 |
2022 | 2025-01-29T04:32:44.080Z | Compiling hex v0.4.3 |
2023 | 2025-01-29T04:32:44.612Z | Compiling itertools v0.10.5 |
2024 | 2025-01-29T04:32:45.057Z | Compiling lalrpop-util v0.19.12 |
2025 | 2025-01-29T04:32:45.142Z | Compiling peg-runtime v0.8.3 |
2026 | 2025-01-29T04:32:45.265Z | Compiling zerocopy v0.8.10 |
2027 | 2025-01-29T04:32:45.423Z | Compiling unicode-xid v0.2.6 |
2028 | 2025-01-29T04:32:47.210Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2029 | 2025-01-29T04:32:51.976Z | Compiling proc-macro-crate v1.3.1 |
2030 | 2025-01-29T04:32:52.751Z | Compiling macaddr v1.0.1 |
2031 | 2025-01-29T04:32:53.067Z | Compiling zerocopy-derive v0.8.10 |
2032 | 2025-01-29T04:32:53.203Z | Compiling itertools v0.13.0 |
2033 | 2025-01-29T04:32:54.014Z | Compiling heapless v0.8.0 |
2034 | 2025-01-29T04:32:56.251Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2035 | 2025-01-29T04:33:01.136Z | Compiling num_enum_derive v0.5.11 |
2036 | 2025-01-29T04:33:08.987Z | Compiling hash32 v0.3.1 |
2037 | 2025-01-29T04:33:09.756Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2038 | 2025-01-29T04:33:10.471Z | Compiling smoltcp v0.11.0 |
2039 | 2025-01-29T04:33:15.672Z | Compiling num_enum v0.5.11 |
2040 | 2025-01-29T04:33:15.859Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2041 | 2025-01-29T04:33:16.437Z | Compiling typify v0.2.0 |
2042 | 2025-01-29T04:33:16.588Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2043 | 2025-01-29T04:33:17.307Z | Compiling proc-macro-error-attr v1.0.4 |
2044 | 2025-01-29T04:33:17.629Z | Compiling thiserror v2.0.11 |
2045 | 2025-01-29T04:33:17.680Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2046 | 2025-01-29T04:33:17.807Z | Compiling cobs v0.2.3 |
2047 | 2025-01-29T04:33:17.995Z | Compiling unsafe-libyaml v0.2.11 |
2048 | 2025-01-29T04:33:19.772Z | Compiling serde_yaml v0.9.34+deprecated |
2049 | 2025-01-29T04:33:21.774Z | Compiling postcard v1.0.10 |
2050 | 2025-01-29T04:33:35.733Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2051 | 2025-01-29T04:33:36.161Z | Compiling progenitor-impl v0.8.0 |
2052 | 2025-01-29T04:33:45.866Z | Compiling strum_macros v0.26.4 |
2053 | 2025-01-29T04:33:47.348Z | Compiling structmeta-derive v0.3.0 |
2054 | 2025-01-29T04:33:47.547Z | Compiling foreign-types-macros v0.2.3 |
2055 | 2025-01-29T04:33:47.929Z | Compiling thiserror-impl v2.0.11 |
2056 | 2025-01-29T04:33:47.951Z | Compiling proc-macro-error v1.0.4 |
2057 | 2025-01-29T04:33:48.123Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2058 | 2025-01-29T04:33:48.624Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2059 | 2025-01-29T04:33:49.024Z | Compiling foreign-types-shared v0.3.1 |
2060 | 2025-01-29T04:33:50.080Z | Compiling unicode-width v0.1.14 |
2061 | 2025-01-29T04:33:50.720Z | Compiling tabwriter v1.4.0 |
2062 | 2025-01-29T04:33:50.966Z | Compiling strum v0.26.3 |
2063 | 2025-01-29T04:33:50.969Z | Compiling structmeta v0.3.0 |
2064 | 2025-01-29T04:33:54.642Z | Compiling foreign-types v0.5.0 |
2065 | 2025-01-29T04:33:55.112Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2066 | 2025-01-29T04:33:59.294Z | Compiling progenitor-macro v0.8.0 |
2067 | 2025-01-29T04:34:03.964Z | Compiling progenitor-client v0.8.0 |
2068 | 2025-01-29T04:34:06.228Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2069 | 2025-01-29T04:34:07.068Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2070 | 2025-01-29T04:34:07.744Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2071 | 2025-01-29T04:34:08.269Z | Compiling cstr-argument v0.1.2 |
2072 | 2025-01-29T04:34:08.562Z | Compiling dropshot v0.15.1 |
2073 | 2025-01-29T04:34:08.590Z | Compiling pretty-hex v0.2.1 |
2074 | 2025-01-29T04:34:08.831Z | Compiling crucible-workspace-hack v0.1.0 |
2075 | 2025-01-29T04:34:09.128Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2076 | 2025-01-29T04:34:09.451Z | Compiling fastrand v2.1.1 |
2077 | 2025-01-29T04:34:10.179Z | Compiling tempfile v3.13.0 |
2078 | 2025-01-29T04:34:10.443Z | Compiling progenitor v0.8.0 |
2079 | 2025-01-29T04:34:10.637Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2080 | 2025-01-29T04:34:10.712Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2081 | 2025-01-29T04:34:11.015Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2082 | 2025-01-29T04:34:11.098Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2083 | 2025-01-29T04:34:11.597Z | Compiling parse-display-derive v0.10.0 |
2084 | 2025-01-29T04:34:11.792Z | Compiling colored v2.1.0 |
2085 | 2025-01-29T04:34:12.009Z | Compiling serde_with_macros v3.11.0 |
2086 | 2025-01-29T04:34:12.751Z | Compiling dropshot_endpoint v0.15.1 |
2087 | 2025-01-29T04:34:13.047Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2088 | 2025-01-29T04:34:14.022Z | Compiling instant v0.1.13 |
2089 | 2025-01-29T04:34:14.030Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2090 | 2025-01-29T04:34:14.410Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2091 | 2025-01-29T04:34:14.437Z | Compiling serde_with v3.11.0 |
2092 | 2025-01-29T04:34:15.164Z | Compiling parse-display v0.10.0 |
2093 | 2025-01-29T04:34:15.945Z | Compiling backoff v0.4.0 |
2094 | 2025-01-29T04:34:16.315Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2095 | 2025-01-29T04:34:17.089Z | Compiling zone_cfg_derive v0.3.0 |
2096 | 2025-01-29T04:34:17.375Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2097 | 2025-01-29T04:34:18.087Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2098 | 2025-01-29T04:34:18.394Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2099 | 2025-01-29T04:34:18.707Z | Compiling camino-tempfile v1.1.1 |
2100 | 2025-01-29T04:34:18.798Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2101 | 2025-01-29T04:34:19.292Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2102 | 2025-01-29T04:34:19.336Z | Compiling regress v0.9.1 |
2103 | 2025-01-29T04:34:19.490Z | Compiling progenitor-client v0.9.1 |
2104 | 2025-01-29T04:34:19.518Z | Compiling num-derive v0.4.2 |
2105 | 2025-01-29T04:34:20.473Z | Compiling sigpipe v0.1.3 |
2106 | 2025-01-29T04:34:20.633Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2107 | 2025-01-29T04:34:20.986Z | Compiling libefi-sys v0.1.0 |
2108 | 2025-01-29T04:34:21.385Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2109 | 2025-01-29T04:34:21.733Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2110 | 2025-01-29T04:34:23.298Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2111 | 2025-01-29T04:34:23.888Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2112 | 2025-01-29T04:34:24.664Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2113 | 2025-01-29T04:34:26.239Z | Compiling zone v0.3.0 |
2114 | 2025-01-29T04:34:28.092Z | Compiling smf v0.2.3 |
2115 | 2025-01-29T04:34:29.670Z | Compiling bitfield-struct v0.6.2 |
2116 | 2025-01-29T04:34:30.729Z | Compiling blake3 v1.5.4 |
2117 | 2025-01-29T04:34:31.084Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2118 | 2025-01-29T04:34:31.650Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2119 | 2025-01-29T04:34:31.988Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2120 | 2025-01-29T04:34:32.070Z | Compiling xattr v1.3.1 |
2121 | 2025-01-29T04:34:32.107Z | Compiling filetime v0.2.25 |
2122 | 2025-01-29T04:34:32.415Z | Compiling memmap2 v0.9.5 |
2123 | 2025-01-29T04:34:32.434Z | Compiling constant_time_eq v0.3.1 |
2124 | 2025-01-29T04:34:32.481Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2125 | 2025-01-29T04:34:32.626Z | Compiling same-file v1.0.6 |
2126 | 2025-01-29T04:34:32.646Z | Compiling arrayref v0.3.9 |
2127 | 2025-01-29T04:34:32.770Z | Compiling arrayvec v0.7.6 |
2128 | 2025-01-29T04:34:32.935Z | Compiling walkdir v2.5.0 |
2129 | 2025-01-29T04:34:33.025Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2130 | 2025-01-29T04:34:33.081Z | Compiling tar v0.4.42 |
2131 | 2025-01-29T04:34:34.617Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2132 | 2025-01-29T04:34:35.079Z | Compiling gethostname v0.5.0 |
2133 | 2025-01-29T04:34:35.303Z | Compiling cargo-platform v0.1.8 |
2134 | 2025-01-29T04:34:35.702Z | Compiling topological-sort v0.2.2 |
2135 | 2025-01-29T04:34:35.960Z | Compiling cargo_metadata v0.18.1 |
2136 | 2025-01-29T04:34:36.027Z | Compiling omicron-zone-package v0.12.0 |
2137 | 2025-01-29T04:34:36.403Z | Compiling indent_write v2.2.0 |
2138 | 2025-01-29T04:34:36.669Z | Compiling shell-words v1.1.0 |
2139 | 2025-01-29T04:34:41.334Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2140 | 2025-01-29T04:34:43.703Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2141 | 2025-01-29T04:34:45.407Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2142 | 2025-01-29T04:35:05.298Z | Finished `release` profile [optimized] target(s) in 5m 19s |
2143 | 2025-01-29T04:35:05.461Z | Running `target/release/omicron-package -t test target create -p dev` |
2144 | 2025-01-29T04:35:05.508Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2145 | 2025-01-29T04:35:05.511Z | Created new build target 'test' and set it as active |
2146 | 2025-01-29T04:35:05.511Z | |
2147 | 2025-01-29T04:35:05.511Z | real 5:20.008024808 |
2148 | 2025-01-29T04:35:05.511Z | user 37:26.355285950 |
2149 | 2025-01-29T04:35:05.511Z | sys 3:25.916872663 |
2150 | 2025-01-29T04:35:05.511Z | trap 1.240248004 |
2151 | 2025-01-29T04:35:05.511Z | tflt 2.781945946 |
2152 | 2025-01-29T04:35:05.511Z | dflt 0.639567007 |
2153 | 2025-01-29T04:35:05.511Z | kflt 0.000241874 |
2154 | 2025-01-29T04:35:05.511Z | lock 1:14:59.176079127 |
2155 | 2025-01-29T04:35:05.512Z | slp 2:30:36.948820818 |
2156 | 2025-01-29T04:35:05.512Z | lat 2:49.592856762 |
2157 | 2025-01-29T04:35:05.512Z | stop 4:44.179121237 |
2158 | 2025-01-29T04:35:05.514Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2159 | 2025-01-29T04:35:06.506Z | Finished `release` profile [optimized] target(s) in 0.94s |
2160 | 2025-01-29T04:35:06.570Z | Running `target/release/omicron-package -t test package` |
2161 | 2025-01-29T04:35:06.616Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2162 | 2025-01-29T04:35:07.758Z | Compiling thiserror v2.0.11 |
2163 | 2025-01-29T04:35:07.893Z | Compiling typify-impl v0.3.0 |
2164 | 2025-01-29T04:35:07.896Z | Compiling convert_case v0.4.0 |
2165 | 2025-01-29T04:35:07.896Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2166 | 2025-01-29T04:35:07.896Z | Compiling newline-converter v0.3.0 |
2167 | 2025-01-29T04:35:07.910Z | Compiling password-hash v0.5.0 |
2168 | 2025-01-29T04:35:07.910Z | Compiling blake2 v0.10.6 |
2169 | 2025-01-29T04:35:07.912Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2170 | 2025-01-29T04:35:08.207Z | Compiling expectorate v1.1.0 |
2171 | 2025-01-29T04:35:08.229Z | Compiling base64 v0.21.7 |
2172 | 2025-01-29T04:35:08.475Z | Compiling argon2 v0.5.3 |
2173 | 2025-01-29T04:35:08.720Z | Compiling derive_more v0.99.18 |
2174 | 2025-01-29T04:35:09.147Z | Compiling atomicwrites v0.4.4 |
2175 | 2025-01-29T04:35:09.177Z | Compiling cancel-safe-futures v0.1.5 |
2176 | 2025-01-29T04:35:09.289Z | Compiling owo-colors v4.1.0 |
2177 | 2025-01-29T04:35:09.566Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2178 | 2025-01-29T04:35:09.637Z | Compiling num-rational v0.4.2 |
2179 | 2025-01-29T04:35:09.694Z | Compiling progenitor-client v0.9.1 |
2180 | 2025-01-29T04:35:10.045Z | Compiling num-complex v0.4.6 |
2181 | 2025-01-29T04:35:10.825Z | Compiling libsw v3.3.1 |
2182 | 2025-01-29T04:35:10.921Z | Compiling swrite v0.1.0 |
2183 | 2025-01-29T04:35:11.095Z | Compiling num v0.4.3 |
2184 | 2025-01-29T04:35:11.181Z | Compiling float-ord v0.3.2 |
2185 | 2025-01-29T04:35:11.223Z | Compiling linear-map v1.2.0 |
2186 | 2025-01-29T04:35:11.247Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2187 | 2025-01-29T04:35:11.380Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2188 | 2025-01-29T04:35:11.664Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2189 | 2025-01-29T04:35:12.086Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2190 | 2025-01-29T04:35:12.562Z | Compiling highway v1.2.0 |
2191 | 2025-01-29T04:35:14.060Z | Compiling semver v0.1.20 |
2192 | 2025-01-29T04:35:14.617Z | Compiling rustc_version v0.1.7 |
2193 | 2025-01-29T04:35:14.714Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2194 | 2025-01-29T04:35:15.045Z | Compiling newtype_derive v0.1.6 |
2195 | 2025-01-29T04:35:15.390Z | Compiling tungstenite v0.21.0 |
2196 | 2025-01-29T04:35:18.903Z | Compiling typify-macro v0.3.0 |
2197 | 2025-01-29T04:35:19.080Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2198 | 2025-01-29T04:35:20.122Z | Compiling ipnetwork v0.20.0 |
2199 | 2025-01-29T04:35:20.554Z | Compiling tokio-tungstenite v0.21.0 |
2200 | 2025-01-29T04:35:20.885Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2201 | 2025-01-29T04:35:21.052Z | Compiling progenitor-client v0.8.0 |
2202 | 2025-01-29T04:35:21.221Z | Compiling humantime v2.1.0 |
2203 | 2025-01-29T04:35:21.546Z | Compiling progenitor v0.8.0 |
2204 | 2025-01-29T04:35:21.565Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2205 | 2025-01-29T04:35:21.923Z | Compiling dropshot v0.15.1 |
2206 | 2025-01-29T04:35:22.004Z | Compiling instant v0.1.13 |
2207 | 2025-01-29T04:35:22.168Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2208 | 2025-01-29T04:35:22.399Z | Compiling typify v0.3.0 |
2209 | 2025-01-29T04:35:22.573Z | Compiling progenitor-impl v0.9.1 |
2210 | 2025-01-29T04:35:22.630Z | Compiling backoff v0.4.0 |
2211 | 2025-01-29T04:35:22.987Z | Compiling steno v0.4.1 |
2212 | 2025-01-29T04:35:28.770Z | Compiling progenitor-macro v0.9.1 |
2213 | 2025-01-29T04:35:30.113Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2214 | 2025-01-29T04:35:30.601Z | Compiling parse-display v0.10.0 |
2215 | 2025-01-29T04:35:31.170Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2216 | 2025-01-29T04:35:31.384Z | Compiling strum v0.26.3 |
2217 | 2025-01-29T04:35:31.591Z | Compiling serde_with v3.11.0 |
2218 | 2025-01-29T04:35:34.089Z | Compiling regress v0.9.1 |
2219 | 2025-01-29T04:35:35.179Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2220 | 2025-01-29T04:35:36.895Z | Compiling macaddr v1.0.1 |
2221 | 2025-01-29T04:35:37.375Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2222 | 2025-01-29T04:35:37.535Z | Compiling slog-dtrace v0.3.0 |
2223 | 2025-01-29T04:35:37.770Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2224 | 2025-01-29T04:35:37.964Z | Compiling prettyplease v0.2.25 |
2225 | 2025-01-29T04:35:38.932Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2226 | 2025-01-29T04:35:39.857Z | Compiling progenitor v0.9.1 |
2227 | 2025-01-29T04:35:40.102Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2228 | 2025-01-29T04:35:40.132Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2229 | 2025-01-29T04:35:43.475Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2230 | 2025-01-29T04:35:45.115Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2231 | 2025-01-29T04:35:54.069Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2232 | 2025-01-29T04:35:56.267Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2233 | 2025-01-29T04:35:57.302Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2234 | 2025-01-29T04:35:57.361Z | Compiling half v2.4.1 |
2235 | 2025-01-29T04:35:58.038Z | Compiling ciborium-io v0.2.2 |
2236 | 2025-01-29T04:35:58.208Z | Compiling ciborium-ll v0.2.2 |
2237 | 2025-01-29T04:35:58.720Z | Compiling ciborium v0.2.2 |
2238 | 2025-01-29T04:36:00.140Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2239 | 2025-01-29T04:36:00.732Z | Compiling display-error-chain v0.2.2 |
2240 | 2025-01-29T04:36:00.771Z | Compiling fastrand v2.1.1 |
2241 | 2025-01-29T04:36:01.010Z | Compiling same-file v1.0.6 |
2242 | 2025-01-29T04:36:01.295Z | Compiling walkdir v2.5.0 |
2243 | 2025-01-29T04:36:01.295Z | Compiling tempfile v3.13.0 |
2244 | 2025-01-29T04:36:01.679Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2245 | 2025-01-29T04:36:01.920Z | Compiling blake3 v1.5.4 |
2246 | 2025-01-29T04:36:02.011Z | Compiling const_format_proc_macros v0.2.34 |
2247 | 2025-01-29T04:36:02.582Z | Compiling xattr v1.3.1 |
2248 | 2025-01-29T04:36:02.867Z | Compiling filetime v0.2.25 |
2249 | 2025-01-29T04:36:02.887Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2250 | 2025-01-29T04:36:03.180Z | Compiling memmap2 v0.9.5 |
2251 | 2025-01-29T04:36:03.608Z | Compiling keccak v0.1.5 |
2252 | 2025-01-29T04:36:03.744Z | Compiling arrayvec v0.7.6 |
2253 | 2025-01-29T04:36:04.154Z | Compiling crunchy v0.2.2 |
2254 | 2025-01-29T04:36:04.605Z | Compiling constant_time_eq v0.3.1 |
2255 | 2025-01-29T04:36:04.740Z | Compiling arrayref v0.3.9 |
2256 | 2025-01-29T04:36:04.776Z | Compiling maplit v1.0.2 |
2257 | 2025-01-29T04:36:04.956Z | Compiling sha3 v0.10.8 |
2258 | 2025-01-29T04:36:05.834Z | Compiling const_format v0.2.34 |
2259 | 2025-01-29T04:36:05.911Z | Compiling tar v0.4.42 |
2260 | 2025-01-29T04:36:06.242Z | Compiling camino-tempfile v1.1.1 |
2261 | 2025-01-29T04:36:06.689Z | Compiling toolchain_find v0.4.0 |
2262 | 2025-01-29T04:36:07.135Z | Compiling tiny-keccak v2.0.2 |
2263 | 2025-01-29T04:36:07.244Z | Compiling radium v0.7.0 |
2264 | 2025-01-29T04:36:07.459Z | Compiling topological-sort v0.2.2 |
2265 | 2025-01-29T04:36:07.726Z | Compiling omicron-zone-package v0.12.0 |
2266 | 2025-01-29T04:36:07.753Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2267 | 2025-01-29T04:36:07.794Z | Compiling rustfmt-wrapper v0.2.1 |
2268 | 2025-01-29T04:36:08.157Z | Compiling dsl_auto_type v0.1.2 |
2269 | 2025-01-29T04:36:08.189Z | Compiling scheduled-thread-pool v0.2.7 |
2270 | 2025-01-29T04:36:08.365Z | Compiling diesel_table_macro_syntax v0.2.0 |
2271 | 2025-01-29T04:36:08.780Z | Compiling tap v1.0.1 |
2272 | 2025-01-29T04:36:08.996Z | Compiling maybe-uninit v2.0.0 |
2273 | 2025-01-29T04:36:09.431Z | Compiling diesel_derives v2.2.3 |
2274 | 2025-01-29T04:36:09.544Z | Compiling wyz v0.5.1 |
2275 | 2025-01-29T04:36:09.561Z | Compiling r2d2 v0.8.10 |
2276 | 2025-01-29T04:36:10.449Z | Compiling phf_generator v0.11.2 |
2277 | 2025-01-29T04:36:10.490Z | Compiling ascii-canvas v3.0.0 |
2278 | 2025-01-29T04:36:10.661Z | Compiling secrecy v0.8.0 |
2279 | 2025-01-29T04:36:10.996Z | Compiling async-recursion v1.1.1 |
2280 | 2025-01-29T04:36:11.017Z | Compiling ena v0.14.3 |
2281 | 2025-01-29T04:36:11.430Z | Compiling funty v2.0.0 |
2282 | 2025-01-29T04:36:12.358Z | Compiling packed_struct v0.10.1 |
2283 | 2025-01-29T04:36:12.785Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2284 | 2025-01-29T04:36:12.881Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2285 | 2025-01-29T04:36:13.130Z | Compiling regex-syntax v0.6.29 |
2286 | 2025-01-29T04:36:14.185Z | Compiling diff v0.1.13 |
2287 | 2025-01-29T04:36:14.646Z | Compiling arc-swap v1.7.1 |
2288 | 2025-01-29T04:36:14.735Z | Compiling crc-catalog v2.4.0 |
2289 | 2025-01-29T04:36:14.912Z | Compiling crc v3.2.1 |
2290 | 2025-01-29T04:36:15.149Z | Compiling slog-scope v4.4.0 |
2291 | 2025-01-29T04:36:15.348Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2292 | 2025-01-29T04:36:16.084Z | Compiling bitvec v1.0.1 |
2293 | 2025-01-29T04:36:17.043Z | Compiling lalrpop v0.19.12 |
2294 | 2025-01-29T04:36:18.263Z | Compiling phf_codegen v0.11.2 |
2295 | 2025-01-29T04:36:18.647Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2296 | 2025-01-29T04:36:19.734Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2297 | 2025-01-29T04:36:19.959Z | Compiling universal-hash v0.5.1 |
2298 | 2025-01-29T04:36:20.228Z | Compiling thiserror-impl-no-std v2.0.2 |
2299 | 2025-01-29T04:36:20.327Z | Compiling diesel v2.2.6 |
2300 | 2025-01-29T04:36:20.524Z | Compiling packed_struct_codegen v0.10.1 |
2301 | 2025-01-29T04:36:22.851Z | Compiling parse-zoneinfo v0.3.1 |
2302 | 2025-01-29T04:36:22.957Z | Compiling indexmap v1.9.3 |
2303 | 2025-01-29T04:36:23.263Z | Compiling unicase v2.7.0 |
2304 | 2025-01-29T04:36:23.570Z | Compiling opaque-debug v0.3.1 |
2305 | 2025-01-29T04:36:23.730Z | Compiling nodrop v0.1.14 |
2306 | 2025-01-29T04:36:23.846Z | Compiling ref-cast v1.0.23 |
2307 | 2025-01-29T04:36:23.899Z | Compiling array-init v0.0.4 |
2308 | 2025-01-29T04:36:24.409Z | Compiling poly1305 v0.8.0 |
2309 | 2025-01-29T04:36:24.909Z | Compiling chrono-tz-build v0.4.0 |
2310 | 2025-01-29T04:36:26.013Z | Compiling thiserror-no-std v2.0.2 |
2311 | 2025-01-29T04:36:26.171Z | Compiling smallvec v0.6.14 |
2312 | 2025-01-29T04:36:27.285Z | Compiling slog-stdlog v4.1.1 |
2313 | 2025-01-29T04:36:28.095Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2314 | 2025-01-29T04:36:28.415Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2315 | 2025-01-29T04:36:28.740Z | Compiling derive_builder_core v0.20.2 |
2316 | 2025-01-29T04:36:30.172Z | Compiling chacha20 v0.9.1 |
2317 | 2025-01-29T04:36:30.698Z | Compiling headers-core v0.3.0 |
2318 | 2025-01-29T04:36:30.840Z | Compiling aead v0.5.2 |
2319 | 2025-01-29T04:36:30.917Z | Compiling libxml v0.3.3 |
2320 | 2025-01-29T04:36:31.235Z | Compiling ref-cast-impl v1.0.23 |
2321 | 2025-01-29T04:36:31.310Z | Compiling vte_generate_state_changes v0.1.2 |
2322 | 2025-01-29T04:36:31.933Z | Compiling termcolor v1.4.1 |
2323 | 2025-01-29T04:36:32.319Z | Compiling hashbrown v0.12.3 |
2324 | 2025-01-29T04:36:32.996Z | Compiling bitfield v0.14.0 |
2325 | 2025-01-29T04:36:33.334Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2326 | 2025-01-29T04:36:34.641Z | Compiling env_logger v0.10.2 |
2327 | 2025-01-29T04:36:38.038Z | Compiling vte v0.11.1 |
2328 | 2025-01-29T04:36:39.670Z | Compiling chacha20poly1305 v0.10.1 |
2329 | 2025-01-29T04:36:39.919Z | Compiling headers v0.4.0 |
2330 | 2025-01-29T04:36:39.963Z | Compiling polar-core v0.27.3 |
2331 | 2025-01-29T04:36:42.762Z | Compiling derive_builder_macro v0.20.2 |
2332 | 2025-01-29T04:36:43.526Z | Compiling slog-envlogger v2.2.0 |
2333 | 2025-01-29T04:36:43.617Z | Compiling serde-hex v0.1.0 |
2334 | 2025-01-29T04:36:46.260Z | Compiling vsss-rs v3.3.4 |
2335 | 2025-01-29T04:36:48.838Z | Compiling chrono-tz v0.10.1 |
2336 | 2025-01-29T04:36:49.522Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2337 | 2025-01-29T04:36:50.179Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2338 | 2025-01-29T04:36:50.517Z | Compiling ron v0.8.1 |
2339 | 2025-01-29T04:36:52.492Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2340 | 2025-01-29T04:36:52.756Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2341 | 2025-01-29T04:36:52.813Z | Compiling hashbrown v0.13.2 |
2342 | 2025-01-29T04:36:54.111Z | Compiling strum_macros v0.24.3 |
2343 | 2025-01-29T04:36:56.304Z | Compiling fxhash v0.2.1 |
2344 | 2025-01-29T04:36:56.581Z | Compiling samael v0.0.17 |
2345 | 2025-01-29T04:36:57.264Z | Compiling simd-adler32 v0.3.7 |
2346 | 2025-01-29T04:36:57.284Z | Compiling indoc v1.0.9 |
2347 | 2025-01-29T04:36:58.066Z | Compiling bytecount v0.6.8 |
2348 | 2025-01-29T04:36:58.195Z | Compiling crc-any v2.5.0 |
2349 | 2025-01-29T04:36:58.399Z | Compiling lockfree-object-pool v0.1.6 |
2350 | 2025-01-29T04:36:58.550Z | Compiling bumpalo v3.16.0 |
2351 | 2025-01-29T04:36:58.729Z | Compiling zip v2.1.3 |
2352 | 2025-01-29T04:36:58.936Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2353 | 2025-01-29T04:36:59.113Z | Compiling zopfli v0.8.1 |
2354 | 2025-01-29T04:36:59.163Z | Compiling papergrid v0.11.0 |
2355 | 2025-01-29T04:37:06.871Z | Compiling object v0.30.4 |
2356 | 2025-01-29T04:37:07.037Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2357 | 2025-01-29T04:37:12.107Z | Compiling derive_builder v0.20.2 |
2358 | 2025-01-29T04:37:13.098Z | Compiling strip-ansi-escapes v0.2.0 |
2359 | 2025-01-29T04:37:14.112Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2360 | 2025-01-29T04:37:14.135Z | Compiling tabled_derive v0.7.0 |
2361 | 2025-01-29T04:37:14.438Z | Compiling fd-lock v4.0.2 |
2362 | 2025-01-29T04:37:14.698Z | Compiling peg-macros v0.8.4 |
2363 | 2025-01-29T04:37:16.230Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2364 | 2025-01-29T04:37:16.801Z | Compiling kstat-rs v0.2.4 |
2365 | 2025-01-29T04:37:17.195Z | Compiling impl-trait-for-tuples v0.2.2 |
2366 | 2025-01-29T04:37:17.688Z | Compiling oso-derive v0.27.3 |
2367 | 2025-01-29T04:37:17.931Z | Compiling quick-xml v0.33.0 |
2368 | 2025-01-29T04:37:18.636Z | Compiling diesel-dtrace v0.4.2 |
2369 | 2025-01-29T04:37:18.990Z | Compiling nu-ansi-term v0.50.1 |
2370 | 2025-01-29T04:37:19.080Z | Compiling path-slash v0.1.5 |
2371 | 2025-01-29T04:37:19.358Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2372 | 2025-01-29T04:37:20.254Z | Compiling reedline v0.35.0 |
2373 | 2025-01-29T04:37:23.347Z | Compiling oso v0.27.3 |
2374 | 2025-01-29T04:37:23.935Z | Compiling peg v0.8.4 |
2375 | 2025-01-29T04:37:24.110Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2376 | 2025-01-29T04:37:33.542Z | Compiling tabled v0.15.0 |
2377 | 2025-01-29T04:37:41.207Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2378 | 2025-01-29T04:37:44.716Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2379 | 2025-01-29T04:37:48.639Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2380 | 2025-01-29T04:37:49.277Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2381 | 2025-01-29T04:37:50.204Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2382 | 2025-01-29T04:37:50.533Z | Compiling pem v3.0.4 |
2383 | 2025-01-29T04:37:52.060Z | Compiling bb8 v0.8.5 |
2384 | 2025-01-29T04:37:52.670Z | Compiling bcs v0.1.6 |
2385 | 2025-01-29T04:37:53.581Z | Compiling libz-sys v1.1.20 |
2386 | 2025-01-29T04:37:53.602Z | Compiling termtree v0.5.1 |
2387 | 2025-01-29T04:37:53.902Z | Compiling parking_lot_core v0.8.6 |
2388 | 2025-01-29T04:37:54.415Z | Compiling async-bb8-diesel v0.2.1 |
2389 | 2025-01-29T04:37:55.242Z | Compiling mime_guess v2.0.5 |
2390 | 2025-01-29T04:37:57.074Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2391 | 2025-01-29T04:38:00.082Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2392 | 2025-01-29T04:38:00.281Z | Compiling buf-list v1.0.3 |
2393 | 2025-01-29T04:38:02.477Z | Compiling nibble_vec v0.1.0 |
2394 | 2025-01-29T04:38:02.748Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2395 | 2025-01-29T04:38:03.540Z | Compiling pin-project-internal v1.1.6 |
2396 | 2025-01-29T04:38:05.042Z | Compiling atty v0.2.14 |
2397 | 2025-01-29T04:38:05.241Z | Compiling salty v0.3.0 |
2398 | 2025-01-29T04:38:05.669Z | Compiling http-range v0.1.5 |
2399 | 2025-01-29T04:38:06.156Z | Compiling endian-type v0.1.2 |
2400 | 2025-01-29T04:38:06.306Z | Compiling pin-project v1.1.6 |
2401 | 2025-01-29T04:38:06.436Z | Compiling radix_trie v0.2.1 |
2402 | 2025-01-29T04:38:07.383Z | Compiling parking_lot v0.11.2 |
2403 | 2025-01-29T04:38:12.305Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2404 | 2025-01-29T04:38:13.945Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2405 | 2025-01-29T04:38:18.509Z | Compiling snafu-derive v0.8.5 |
2406 | 2025-01-29T04:38:18.620Z | Compiling hyper-staticfile v0.10.1 |
2407 | 2025-01-29T04:38:22.409Z | Compiling sled v0.34.7 |
2408 | 2025-01-29T04:38:23.367Z | Compiling snafu v0.8.5 |
2409 | 2025-01-29T04:38:24.630Z | Compiling hickory-client v0.24.2 |
2410 | 2025-01-29T04:38:44.423Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2411 | 2025-01-29T04:38:45.589Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2412 | 2025-01-29T04:38:47.750Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2413 | 2025-01-29T04:38:48.738Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2414 | 2025-01-29T04:38:50.124Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2415 | 2025-01-29T04:38:56.113Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2416 | 2025-01-29T04:38:57.167Z | Compiling globset v0.4.15 |
2417 | 2025-01-29T04:38:57.265Z | Compiling hickory-server v0.24.2 |
2418 | 2025-01-29T04:38:57.722Z | Compiling olpc-cjson v0.1.4 |
2419 | 2025-01-29T04:38:57.894Z | Compiling primeorder v0.13.6 |
2420 | 2025-01-29T04:38:58.062Z | Compiling castaway v0.2.3 |
2421 | 2025-01-29T04:38:58.281Z | Compiling vergen v8.3.2 |
2422 | 2025-01-29T04:38:58.489Z | Compiling env_filter v0.1.2 |
2423 | 2025-01-29T04:38:58.613Z | Compiling serde_plain v1.0.2 |
2424 | 2025-01-29T04:38:59.206Z | Compiling cargo-platform v0.1.8 |
2425 | 2025-01-29T04:38:59.723Z | Compiling nanorand v0.7.0 |
2426 | 2025-01-29T04:39:00.024Z | Compiling memoffset v0.9.1 |
2427 | 2025-01-29T04:39:00.390Z | Compiling typed-path v0.9.3 |
2428 | 2025-01-29T04:39:00.590Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2429 | 2025-01-29T04:39:04.698Z | Compiling tough v0.19.0 |
2430 | 2025-01-29T04:39:05.757Z | Compiling flume v0.11.1 |
2431 | 2025-01-29T04:39:06.553Z | Compiling cargo_metadata v0.18.1 |
2432 | 2025-01-29T04:39:07.286Z | Compiling env_logger v0.11.5 |
2433 | 2025-01-29T04:39:08.591Z | Compiling p384 v0.13.0 |
2434 | 2025-01-29T04:39:08.738Z | Compiling compact_str v0.8.0 |
2435 | 2025-01-29T04:39:09.075Z | Compiling git2 v0.19.0 |
2436 | 2025-01-29T04:39:09.602Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2437 | 2025-01-29T04:39:11.226Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2438 | 2025-01-29T04:39:14.686Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2439 | 2025-01-29T04:39:15.608Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2440 | 2025-01-29T04:39:15.929Z | Compiling unicode-truncate v1.1.0 |
2441 | 2025-01-29T04:39:16.257Z | Compiling lru v0.12.5 |
2442 | 2025-01-29T04:39:16.643Z | Compiling rand_seeder v0.3.0 |
2443 | 2025-01-29T04:39:17.073Z | Compiling libsqlite3-sys v0.30.1 |
2444 | 2025-01-29T04:39:17.390Z | Compiling lzma-sys v0.1.20 |
2445 | 2025-01-29T04:39:17.600Z | Compiling instability v0.3.2 |
2446 | 2025-01-29T04:39:18.105Z | Compiling parse-size v1.1.0 |
2447 | 2025-01-29T04:39:18.451Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2448 | 2025-01-29T04:39:18.628Z | Compiling rustls v0.21.12 |
2449 | 2025-01-29T04:39:18.806Z | Compiling cassowary v0.3.0 |
2450 | 2025-01-29T04:39:18.967Z | Compiling cfg_aliases v0.2.1 |
2451 | 2025-01-29T04:39:19.106Z | Compiling nix v0.29.0 |
2452 | 2025-01-29T04:39:20.016Z | Compiling ratatui v0.28.1 |
2453 | 2025-01-29T04:39:20.384Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2454 | 2025-01-29T04:39:22.535Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2455 | 2025-01-29T04:39:22.562Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2456 | 2025-01-29T04:39:22.986Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2457 | 2025-01-29T04:39:24.080Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2458 | 2025-01-29T04:39:24.480Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2459 | 2025-01-29T04:39:24.817Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2460 | 2025-01-29T04:39:24.820Z | Compiling rustls-webpki v0.101.7 |
2461 | 2025-01-29T04:39:28.568Z | Compiling sct v0.7.1 |
2462 | 2025-01-29T04:39:28.772Z | Compiling heck v0.3.3 |
2463 | 2025-01-29T04:39:29.038Z | Compiling csv-core v0.1.11 |
2464 | 2025-01-29T04:39:29.057Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2465 | 2025-01-29T04:39:29.153Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2466 | 2025-01-29T04:39:29.406Z | Compiling glob v0.3.2 |
2467 | 2025-01-29T04:39:29.581Z | Compiling csv v1.3.1 |
2468 | 2025-01-29T04:39:29.911Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2469 | 2025-01-29T04:39:31.586Z | Compiling zone_cfg_derive v0.1.2 |
2470 | 2025-01-29T04:39:32.907Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2471 | 2025-01-29T04:39:37.045Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2472 | 2025-01-29T04:39:38.349Z | Compiling nix v0.27.1 |
2473 | 2025-01-29T04:39:40.010Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2474 | 2025-01-29T04:39:40.034Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2475 | 2025-01-29T04:39:41.851Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2476 | 2025-01-29T04:39:46.751Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2477 | 2025-01-29T04:39:50.104Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2478 | 2025-01-29T04:39:50.468Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2479 | 2025-01-29T04:39:52.480Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2480 | 2025-01-29T04:39:52.816Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2481 | 2025-01-29T04:39:53.135Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2482 | 2025-01-29T04:39:53.315Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2483 | 2025-01-29T04:39:53.456Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2484 | 2025-01-29T04:39:53.532Z | Compiling tungstenite v0.23.0 |
2485 | 2025-01-29T04:39:54.171Z | Compiling hashlink v0.9.1 |
2486 | 2025-01-29T04:39:54.272Z | Compiling fallible-streaming-iterator v0.1.9 |
2487 | 2025-01-29T04:39:54.579Z | Compiling fallible-iterator v0.3.0 |
2488 | 2025-01-29T04:39:54.979Z | Compiling base64 v0.13.1 |
2489 | 2025-01-29T04:39:55.382Z | Compiling rusqlite v0.32.1 |
2490 | 2025-01-29T04:39:55.761Z | Compiling ron v0.7.1 |
2491 | 2025-01-29T04:39:56.648Z | Compiling tokio-tungstenite v0.23.1 |
2492 | 2025-01-29T04:39:57.286Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2493 | 2025-01-29T04:39:57.807Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2494 | 2025-01-29T04:40:00.101Z | Compiling xz2 v0.1.7 |
2495 | 2025-01-29T04:40:00.719Z | Compiling tokio-rustls v0.24.1 |
2496 | 2025-01-29T04:40:01.089Z | Compiling zone v0.1.8 |
2497 | 2025-01-29T04:40:04.456Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2498 | 2025-01-29T04:40:06.304Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2499 | 2025-01-29T04:40:09.284Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2500 | 2025-01-29T04:40:10.702Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2501 | 2025-01-29T04:40:10.808Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2502 | 2025-01-29T04:40:17.227Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2503 | 2025-01-29T04:40:18.876Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2504 | 2025-01-29T04:40:18.944Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2505 | 2025-01-29T04:40:22.211Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2506 | 2025-01-29T04:40:22.254Z | Compiling rustls-pemfile v1.0.4 |
2507 | 2025-01-29T04:40:23.042Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2508 | 2025-01-29T04:40:23.370Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2509 | 2025-01-29T04:40:23.571Z | Compiling signal-hook-tokio v0.3.1 |
2510 | 2025-01-29T04:40:23.818Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2511 | 2025-01-29T04:40:24.404Z | Compiling yasna v0.5.2 |
2512 | 2025-01-29T04:40:24.874Z | Compiling twox-hash v2.1.0 |
2513 | 2025-01-29T04:40:25.999Z | Compiling smawk v0.3.2 |
2514 | 2025-01-29T04:40:26.290Z | Compiling is_ci v1.2.0 |
2515 | 2025-01-29T04:40:26.632Z | Compiling unicode-linebreak v0.1.5 |
2516 | 2025-01-29T04:40:27.223Z | Compiling textwrap v0.16.1 |
2517 | 2025-01-29T04:40:27.892Z | Compiling supports-color v3.0.1 |
2518 | 2025-01-29T04:40:30.742Z | Compiling rcgen v0.12.1 |
2519 | 2025-01-29T04:40:31.232Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2520 | 2025-01-29T04:40:32.916Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2521 | 2025-01-29T04:40:37.155Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2522 | 2025-01-29T04:40:39.056Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2523 | 2025-01-29T04:40:39.949Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2524 | 2025-01-29T04:40:44.967Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2525 | 2025-01-29T04:40:54.507Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2526 | 2025-01-29T04:40:59.475Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2527 | 2025-01-29T04:40:59.579Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2528 | 2025-01-29T04:41:12.763Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2529 | 2025-01-29T04:41:13.344Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2530 | 2025-01-29T04:41:15.907Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2531 | 2025-01-29T04:41:16.253Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2532 | 2025-01-29T04:41:19.130Z | Compiling fatfs v0.3.6 |
2533 | 2025-01-29T04:41:19.811Z | Compiling rtoolbox v0.0.2 |
2534 | 2025-01-29T04:41:20.277Z | Compiling subprocess v0.2.9 |
2535 | 2025-01-29T04:41:22.031Z | Compiling assert_matches v1.5.0 |
2536 | 2025-01-29T04:41:25.033Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2537 | 2025-01-29T04:41:26.416Z | Compiling rpassword v7.3.1 |
2538 | 2025-01-29T04:41:26.849Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2539 | 2025-01-29T04:41:26.938Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2540 | 2025-01-29T04:41:32.493Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2541 | 2025-01-29T04:41:34.180Z | Compiling tui-tree-widget v0.22.0 |
2542 | 2025-01-29T04:41:34.676Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2543 | 2025-01-29T04:41:41.273Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2544 | 2025-01-29T04:41:41.598Z | Compiling uzers v0.12.1 |
2545 | 2025-01-29T04:41:44.772Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2546 | 2025-01-29T04:41:48.074Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2547 | 2025-01-29T04:41:50.004Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2548 | 2025-01-29T04:42:21.959Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2549 | 2025-01-29T04:42:25.021Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2550 | 2025-01-29T04:42:29.848Z | Compiling multimap v0.10.0 |
2551 | 2025-01-29T04:44:52.522Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2552 | 2025-01-29T04:45:04.578Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2553 | 2025-01-29T04:52:01.638Z | Finished `release` profile [optimized] target(s) in 16m 54s |
2554 | 2025-01-29T04:53:05.798Z | |
2555 | 2025-01-29T04:53:05.801Z | real 18:00.266663975 |
2556 | 2025-01-29T04:53:05.801Z | user 2:07:53.865845247 |
2557 | 2025-01-29T04:53:05.801Z | sys 3:17.650290654 |
2558 | 2025-01-29T04:53:05.801Z | trap 3.490787714 |
2559 | 2025-01-29T04:53:05.801Z | tflt 2.644153170 |
2560 | 2025-01-29T04:53:05.801Z | dflt 4.489971941 |
2561 | 2025-01-29T04:53:05.801Z | kflt 0.040815025 |
2562 | 2025-01-29T04:53:05.801Z | lock 7:33:47.241254999 |
2563 | 2025-01-29T04:53:05.801Z | slp 6:34:28.564062083 |
2564 | 2025-01-29T04:53:05.801Z | lat 3:27.562892476 |
2565 | 2025-01-29T04:53:05.801Z | stop 2:42.520560918 |
2566 | 2025-01-29T04:53:05.801Z | + mapfile -t packages |
2567 | 2025-01-29T04:53:05.801Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2568 | 2025-01-29T04:53:06.859Z | Finished `release` profile [optimized] target(s) in 1.00s |
2569 | 2025-01-29T04:53:06.930Z | Running `target/release/omicron-package -t test list-outputs` |
2570 | 2025-01-29T04:53:06.980Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2571 | 2025-01-29T04:53:06.983Z | + ptime -m cargo build --locked --release -p xtask |
2572 | 2025-01-29T04:53:07.555Z | Compiling serde v1.0.217 |
2573 | 2025-01-29T04:53:07.558Z | Compiling libc v0.2.169 |
2574 | 2025-01-29T04:53:07.558Z | Compiling rustix v0.38.37 |
2575 | 2025-01-29T04:53:07.558Z | Compiling serde_json v1.0.135 |
2576 | 2025-01-29T04:53:07.558Z | Compiling syn v2.0.96 |
2577 | 2025-01-29T04:53:07.558Z | Compiling bitflags v2.6.0 |
2578 | 2025-01-29T04:53:08.057Z | Compiling usdt-impl v0.5.0 |
2579 | 2025-01-29T04:53:08.078Z | Compiling syn v1.0.109 |
2580 | 2025-01-29T04:53:08.162Z | Compiling hashbrown v0.15.1 |
2581 | 2025-01-29T04:53:08.191Z | Compiling log v0.4.22 |
2582 | 2025-01-29T04:53:08.433Z | Compiling fs-err v2.11.0 |
2583 | 2025-01-29T04:53:08.653Z | Compiling anyhow v1.0.95 |
2584 | 2025-01-29T04:53:09.082Z | Compiling once_cell v1.20.2 |
2585 | 2025-01-29T04:53:09.098Z | Compiling thread-id v4.2.2 |
2586 | 2025-01-29T04:53:09.376Z | Compiling indexmap v2.7.1 |
2587 | 2025-01-29T04:53:10.507Z | Compiling terminal_size v0.4.0 |
2588 | 2025-01-29T04:53:10.507Z | Compiling tempfile v3.13.0 |
2589 | 2025-01-29T04:53:10.783Z | Compiling clap_builder v4.5.27 |
2590 | 2025-01-29T04:53:11.365Z | Compiling proc-macro-error v1.0.4 |
2591 | 2025-01-29T04:53:12.273Z | Compiling tabled_derive v0.7.0 |
2592 | 2025-01-29T04:53:13.371Z | Compiling tabled v0.15.0 |
2593 | 2025-01-29T04:53:14.178Z | Compiling serde_derive v1.0.217 |
2594 | 2025-01-29T04:53:14.178Z | Compiling thiserror-impl v1.0.69 |
2595 | 2025-01-29T04:53:14.180Z | Compiling zerocopy-derive v0.7.35 |
2596 | 2025-01-29T04:53:14.180Z | Compiling scroll_derive v0.12.0 |
2597 | 2025-01-29T04:53:14.180Z | Compiling clap_derive v4.5.24 |
2598 | 2025-01-29T04:53:15.592Z | Compiling scroll v0.12.0 |
2599 | 2025-01-29T04:53:15.972Z | Compiling zerocopy v0.7.35 |
2600 | 2025-01-29T04:53:16.281Z | Compiling goblin v0.8.2 |
2601 | 2025-01-29T04:53:16.985Z | Compiling thiserror v1.0.69 |
2602 | 2025-01-29T04:53:17.176Z | Compiling pest v2.7.14 |
2603 | 2025-01-29T04:53:20.015Z | Compiling pest_meta v2.7.14 |
2604 | 2025-01-29T04:53:20.230Z | Compiling clap v4.5.27 |
2605 | 2025-01-29T04:53:21.485Z | Compiling pest_generator v2.7.14 |
2606 | 2025-01-29T04:53:23.908Z | Compiling pest_derive v2.7.14 |
2607 | 2025-01-29T04:53:24.735Z | Compiling dtrace-parser v0.2.0 |
2608 | 2025-01-29T04:53:28.942Z | Compiling serde_tokenstream v0.2.2 |
2609 | 2025-01-29T04:53:29.534Z | Compiling serde_spanned v0.6.8 |
2610 | 2025-01-29T04:53:29.835Z | Compiling toml_datetime v0.6.8 |
2611 | 2025-01-29T04:53:30.576Z | Compiling dof v0.3.0 |
2612 | 2025-01-29T04:53:31.463Z | Compiling toml_edit v0.22.22 |
2613 | 2025-01-29T04:53:32.543Z | Compiling camino v1.1.9 |
2614 | 2025-01-29T04:53:32.567Z | Compiling usdt-macro v0.5.0 |
2615 | 2025-01-29T04:53:33.861Z | Compiling usdt-attr-macro v0.5.0 |
2616 | 2025-01-29T04:53:33.884Z | Compiling cargo-platform v0.1.8 |
2617 | 2025-01-29T04:53:34.985Z | Compiling semver v1.0.24 |
2618 | 2025-01-29T04:53:35.184Z | Compiling toml v0.8.19 |
2619 | 2025-01-29T04:53:35.931Z | Compiling cargo_metadata v0.18.1 |
2620 | 2025-01-29T04:53:36.301Z | Compiling cargo_toml v0.20.5 |
2621 | 2025-01-29T04:53:36.523Z | Compiling usdt v0.5.0 |
2622 | 2025-01-29T04:53:38.012Z | Compiling camino-tempfile v1.1.1 |
2623 | 2025-01-29T04:53:38.449Z | Compiling macaddr v1.0.1 |
2624 | 2025-01-29T04:53:50.996Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2625 | 2025-01-29T04:54:02.030Z | Finished `release` profile [optimized] target(s) in 54.99s |
2626 | 2025-01-29T04:54:02.143Z | |
2627 | 2025-01-29T04:54:02.143Z | real 55.131513693 |
2628 | 2025-01-29T04:54:02.143Z | user 5:47.668479375 |
2629 | 2025-01-29T04:54:02.143Z | sys 18.845827732 |
2630 | 2025-01-29T04:54:02.143Z | trap 0.175355769 |
2631 | 2025-01-29T04:54:02.143Z | tflt 0.223028350 |
2632 | 2025-01-29T04:54:02.143Z | dflt 0.386890458 |
2633 | 2025-01-29T04:54:02.143Z | kflt 0.000006149 |
2634 | 2025-01-29T04:54:02.143Z | lock 10:46.677867453 |
2635 | 2025-01-29T04:54:02.143Z | slp 16:12.788761056 |
2636 | 2025-01-29T04:54:02.143Z | lat 15.181622692 |
2637 | 2025-01-29T04:54:02.143Z | stop 19.080128183 |
2638 | 2025-01-29T04:54:02.146Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2639 | 2025-01-29T04:54:02.146Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2640 | 2025-01-29T04:54:02.146Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2641 | 2025-01-29T04:54:02.146Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2642 | 2025-01-29T04:54:02.146Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2643 | 2025-01-29T04:54:03.035Z | Compiling hashbrown v0.14.5 |
2644 | 2025-01-29T04:54:03.167Z | Compiling thiserror v2.0.11 |
2645 | 2025-01-29T04:54:03.183Z | Compiling thiserror-impl v2.0.11 |
2646 | 2025-01-29T04:54:03.186Z | Compiling ident_case v1.0.1 |
2647 | 2025-01-29T04:54:03.215Z | Compiling unsafe-libyaml v0.2.11 |
2648 | 2025-01-29T04:54:03.234Z | Compiling ipnetwork v0.20.0 |
2649 | 2025-01-29T04:54:03.237Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2650 | 2025-01-29T04:54:03.237Z | Compiling progenitor-client v0.9.1 |
2651 | 2025-01-29T04:54:03.355Z | Compiling darling_core v0.20.10 |
2652 | 2025-01-29T04:54:03.751Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2653 | 2025-01-29T04:54:03.828Z | Compiling macaddr v1.0.1 |
2654 | 2025-01-29T04:54:04.116Z | Compiling progenitor-client v0.8.0 |
2655 | 2025-01-29T04:54:04.154Z | Compiling instant v0.1.13 |
2656 | 2025-01-29T04:54:04.238Z | Compiling regress v0.10.1 |
2657 | 2025-01-29T04:54:04.327Z | Compiling structmeta-derive v0.3.0 |
2658 | 2025-01-29T04:54:04.347Z | Compiling dropshot v0.15.1 |
2659 | 2025-01-29T04:54:04.476Z | Compiling regress v0.9.1 |
2660 | 2025-01-29T04:54:04.619Z | Compiling serde_yaml v0.9.34+deprecated |
2661 | 2025-01-29T04:54:04.732Z | Compiling dropshot_endpoint v0.15.1 |
2662 | 2025-01-29T04:54:05.122Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2663 | 2025-01-29T04:54:06.442Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2664 | 2025-01-29T04:54:06.665Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2665 | 2025-01-29T04:54:07.100Z | Compiling structmeta v0.3.0 |
2666 | 2025-01-29T04:54:07.421Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2667 | 2025-01-29T04:54:07.447Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2668 | 2025-01-29T04:54:07.552Z | Compiling parse-display-derive v0.10.0 |
2669 | 2025-01-29T04:54:07.660Z | Compiling backoff v0.4.0 |
2670 | 2025-01-29T04:54:07.888Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2671 | 2025-01-29T04:54:08.033Z | Compiling typify-impl v0.2.0 |
2672 | 2025-01-29T04:54:08.371Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2673 | 2025-01-29T04:54:08.567Z | Compiling tempfile v3.13.0 |
2674 | 2025-01-29T04:54:08.690Z | Compiling proc-macro-crate v1.3.1 |
2675 | 2025-01-29T04:54:09.160Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2676 | 2025-01-29T04:54:09.394Z | Compiling typify-impl v0.3.0 |
2677 | 2025-01-29T04:54:09.455Z | Compiling itertools v0.13.0 |
2678 | 2025-01-29T04:54:09.524Z | Compiling darling_macro v0.20.10 |
2679 | 2025-01-29T04:54:09.552Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2680 | 2025-01-29T04:54:09.695Z | Compiling num_enum_derive v0.5.11 |
2681 | 2025-01-29T04:54:09.859Z | Compiling zerocopy v0.8.10 |
2682 | 2025-01-29T04:54:10.481Z | Compiling darling v0.20.10 |
2683 | 2025-01-29T04:54:10.622Z | Compiling serde_with_macros v3.11.0 |
2684 | 2025-01-29T04:54:10.904Z | Compiling zerocopy-derive v0.8.10 |
2685 | 2025-01-29T04:54:11.692Z | Compiling parse-display v0.10.0 |
2686 | 2025-01-29T04:54:12.083Z | Compiling num_enum v0.5.11 |
2687 | 2025-01-29T04:54:12.283Z | Compiling foreign-types-macros v0.2.3 |
2688 | 2025-01-29T04:54:12.357Z | Compiling foreign-types-shared v0.3.1 |
2689 | 2025-01-29T04:54:12.470Z | Compiling heapless v0.8.0 |
2690 | 2025-01-29T04:54:12.519Z | Compiling crucible-workspace-hack v0.1.0 |
2691 | 2025-01-29T04:54:12.861Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2692 | 2025-01-29T04:54:13.349Z | Compiling serde_with v3.11.0 |
2693 | 2025-01-29T04:54:13.390Z | Compiling proc-macro-error v1.0.4 |
2694 | 2025-01-29T04:54:13.602Z | Compiling foreign-types v0.5.0 |
2695 | 2025-01-29T04:54:14.052Z | Compiling camino-tempfile v1.1.1 |
2696 | 2025-01-29T04:54:14.143Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2697 | 2025-01-29T04:54:14.497Z | Compiling hash32 v0.3.1 |
2698 | 2025-01-29T04:54:14.765Z | Compiling cstr-argument v0.1.2 |
2699 | 2025-01-29T04:54:15.010Z | Compiling pretty-hex v0.2.1 |
2700 | 2025-01-29T04:54:15.041Z | Compiling smoltcp v0.11.0 |
2701 | 2025-01-29T04:54:15.238Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2702 | 2025-01-29T04:54:15.646Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2703 | 2025-01-29T04:54:15.765Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2704 | 2025-01-29T04:54:16.470Z | Compiling tabwriter v1.4.0 |
2705 | 2025-01-29T04:54:16.814Z | Compiling colored v2.1.0 |
2706 | 2025-01-29T04:54:16.921Z | Compiling cobs v0.2.3 |
2707 | 2025-01-29T04:54:16.981Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2708 | 2025-01-29T04:54:17.246Z | Compiling postcard v1.0.10 |
2709 | 2025-01-29T04:54:17.319Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2710 | 2025-01-29T04:54:17.518Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2711 | 2025-01-29T04:54:17.571Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2712 | 2025-01-29T04:54:17.922Z | Compiling smf v0.2.3 |
2713 | 2025-01-29T04:54:17.943Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2714 | 2025-01-29T04:54:18.411Z | Compiling zone_cfg_derive v0.3.0 |
2715 | 2025-01-29T04:54:18.684Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2716 | 2025-01-29T04:54:19.165Z | Compiling num-derive v0.4.2 |
2717 | 2025-01-29T04:54:19.186Z | Compiling sigpipe v0.1.3 |
2718 | 2025-01-29T04:54:19.350Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2719 | 2025-01-29T04:54:19.650Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2720 | 2025-01-29T04:54:19.713Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2721 | 2025-01-29T04:54:19.831Z | Compiling zone v0.3.0 |
2722 | 2025-01-29T04:54:20.413Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2723 | 2025-01-29T04:54:20.705Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2724 | 2025-01-29T04:54:21.225Z | Compiling universal-hash v0.5.1 |
2725 | 2025-01-29T04:54:21.396Z | Compiling opaque-debug v0.3.1 |
2726 | 2025-01-29T04:54:21.466Z | Compiling tungstenite v0.21.0 |
2727 | 2025-01-29T04:54:21.512Z | Compiling num-rational v0.4.2 |
2728 | 2025-01-29T04:54:21.531Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2729 | 2025-01-29T04:54:21.577Z | Compiling password-hash v0.5.0 |
2730 | 2025-01-29T04:54:22.149Z | Compiling blake2 v0.10.6 |
2731 | 2025-01-29T04:54:22.381Z | Compiling num-complex v0.4.6 |
2732 | 2025-01-29T04:54:22.463Z | Compiling aead v0.5.2 |
2733 | 2025-01-29T04:54:22.888Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2734 | 2025-01-29T04:54:23.083Z | Compiling convert_case v0.4.0 |
2735 | 2025-01-29T04:54:23.154Z | Compiling keccak v0.1.5 |
2736 | 2025-01-29T04:54:23.360Z | Compiling base64 v0.21.7 |
2737 | 2025-01-29T04:54:23.431Z | Compiling num v0.4.3 |
2738 | 2025-01-29T04:54:23.531Z | Compiling sha3 v0.10.8 |
2739 | 2025-01-29T04:54:23.563Z | Compiling argon2 v0.5.3 |
2740 | 2025-01-29T04:54:23.584Z | Compiling typify-macro v0.2.0 |
2741 | 2025-01-29T04:54:23.929Z | Compiling derive_more v0.99.18 |
2742 | 2025-01-29T04:54:24.098Z | Compiling tokio-tungstenite v0.21.0 |
2743 | 2025-01-29T04:54:24.590Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2744 | 2025-01-29T04:54:24.645Z | Compiling poly1305 v0.8.0 |
2745 | 2025-01-29T04:54:24.701Z | Compiling chacha20 v0.9.1 |
2746 | 2025-01-29T04:54:24.766Z | Compiling float-ord v0.3.2 |
2747 | 2025-01-29T04:54:24.989Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2748 | 2025-01-29T04:54:25.235Z | Compiling same-file v1.0.6 |
2749 | 2025-01-29T04:54:25.282Z | Compiling typify-macro v0.3.0 |
2750 | 2025-01-29T04:54:25.422Z | Compiling semver v0.1.20 |
2751 | 2025-01-29T04:54:25.546Z | Compiling walkdir v2.5.0 |
2752 | 2025-01-29T04:54:26.112Z | Compiling rustc_version v0.1.7 |
2753 | 2025-01-29T04:54:26.321Z | Compiling newline-converter v0.3.0 |
2754 | 2025-01-29T04:54:26.395Z | Compiling primeorder v0.13.6 |
2755 | 2025-01-29T04:54:26.463Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2756 | 2025-01-29T04:54:26.520Z | Compiling secrecy v0.8.0 |
2757 | 2025-01-29T04:54:26.610Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2758 | 2025-01-29T04:54:26.791Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2759 | 2025-01-29T04:54:26.832Z | Compiling cancel-safe-futures v0.1.5 |
2760 | 2025-01-29T04:54:26.934Z | Compiling owo-colors v4.1.0 |
2761 | 2025-01-29T04:54:27.029Z | Compiling newtype_derive v0.1.6 |
2762 | 2025-01-29T04:54:27.230Z | Compiling expectorate v1.1.0 |
2763 | 2025-01-29T04:54:27.284Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2764 | 2025-01-29T04:54:27.333Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2765 | 2025-01-29T04:54:27.430Z | Compiling thiserror-impl-no-std v2.0.2 |
2766 | 2025-01-29T04:54:27.475Z | Compiling typify v0.2.0 |
2767 | 2025-01-29T04:54:27.579Z | Compiling blake3 v1.5.4 |
2768 | 2025-01-29T04:54:27.631Z | Compiling progenitor-impl v0.8.0 |
2769 | 2025-01-29T04:54:27.652Z | Compiling half v2.4.1 |
2770 | 2025-01-29T04:54:27.830Z | Compiling unicase v2.7.0 |
2771 | 2025-01-29T04:54:28.171Z | Compiling ciborium-io v0.2.2 |
2772 | 2025-01-29T04:54:28.236Z | Compiling arc-swap v1.7.1 |
2773 | 2025-01-29T04:54:28.342Z | Compiling ciborium-ll v0.2.2 |
2774 | 2025-01-29T04:54:28.579Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2775 | 2025-01-29T04:54:28.745Z | Compiling slog-scope v4.4.0 |
2776 | 2025-01-29T04:54:28.855Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2777 | 2025-01-29T04:54:29.187Z | Compiling typify v0.3.0 |
2778 | 2025-01-29T04:54:29.251Z | Compiling polyval v0.6.2 |
2779 | 2025-01-29T04:54:29.350Z | Compiling progenitor-impl v0.9.1 |
2780 | 2025-01-29T04:54:29.710Z | Compiling atomicwrites v0.4.4 |
2781 | 2025-01-29T04:54:29.800Z | Compiling libsw v3.3.1 |
2782 | 2025-01-29T04:54:30.087Z | Compiling memmap2 v0.9.5 |
2783 | 2025-01-29T04:54:30.129Z | Compiling indent_write v2.2.0 |
2784 | 2025-01-29T04:54:30.259Z | Compiling thiserror-no-std v2.0.2 |
2785 | 2025-01-29T04:54:30.390Z | Compiling linear-map v1.2.0 |
2786 | 2025-01-29T04:54:30.424Z | Compiling libefi-sys v0.1.0 |
2787 | 2025-01-29T04:54:30.542Z | Compiling salty v0.3.0 |
2788 | 2025-01-29T04:54:30.745Z | Compiling constant_time_eq v0.3.1 |
2789 | 2025-01-29T04:54:30.766Z | Compiling arrayvec v0.7.6 |
2790 | 2025-01-29T04:54:30.962Z | Compiling parking_lot_core v0.8.6 |
2791 | 2025-01-29T04:54:31.005Z | Compiling arrayref v0.3.9 |
2792 | 2025-01-29T04:54:31.056Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2793 | 2025-01-29T04:54:31.119Z | Compiling vsss-rs v3.3.4 |
2794 | 2025-01-29T04:54:31.141Z | Compiling ghash v0.5.1 |
2795 | 2025-01-29T04:54:31.490Z | Compiling slog-stdlog v4.1.1 |
2796 | 2025-01-29T04:54:31.552Z | Compiling ciborium v0.2.2 |
2797 | 2025-01-29T04:54:32.421Z | Compiling p384 v0.13.0 |
2798 | 2025-01-29T04:54:32.639Z | Compiling toolchain_find v0.4.0 |
2799 | 2025-01-29T04:54:32.928Z | Compiling chacha20poly1305 v0.10.1 |
2800 | 2025-01-29T04:54:32.995Z | Compiling ctr v0.9.2 |
2801 | 2025-01-29T04:54:33.196Z | Compiling lzma-sys v0.1.20 |
2802 | 2025-01-29T04:54:33.307Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2803 | 2025-01-29T04:54:33.379Z | Compiling bitfield-struct v0.6.2 |
2804 | 2025-01-29T04:54:33.736Z | Compiling slog-dtrace v0.3.0 |
2805 | 2025-01-29T04:54:33.968Z | Compiling topological-sort v0.2.2 |
2806 | 2025-01-29T04:54:34.990Z | Compiling highway v1.2.0 |
2807 | 2025-01-29T04:54:34.993Z | Compiling omicron-zone-package v0.12.0 |
2808 | 2025-01-29T04:54:34.993Z | Compiling aes-gcm v0.10.3 |
2809 | 2025-01-29T04:54:34.993Z | Compiling progenitor-macro v0.8.0 |
2810 | 2025-01-29T04:54:34.993Z | Compiling rustfmt-wrapper v0.2.1 |
2811 | 2025-01-29T04:54:34.993Z | Compiling mime_guess v2.0.5 |
2812 | 2025-01-29T04:54:34.993Z | Compiling slog-envlogger v2.2.0 |
2813 | 2025-01-29T04:54:34.993Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2814 | 2025-01-29T04:54:35.304Z | Compiling steno v0.4.1 |
2815 | 2025-01-29T04:54:35.950Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2816 | 2025-01-29T04:54:35.954Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2817 | 2025-01-29T04:54:36.007Z | Compiling heck v0.3.3 |
2818 | 2025-01-29T04:54:36.418Z | Compiling ssh-encoding v0.2.0 |
2819 | 2025-01-29T04:54:36.554Z | Compiling blowfish v0.9.1 |
2820 | 2025-01-29T04:54:36.644Z | Compiling nibble_vec v0.1.0 |
2821 | 2025-01-29T04:54:36.725Z | Compiling progenitor-macro v0.9.1 |
2822 | 2025-01-29T04:54:36.892Z | Compiling env_filter v0.1.2 |
2823 | 2025-01-29T04:54:36.952Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2824 | 2025-01-29T04:54:37.061Z | Compiling endian-type v0.1.2 |
2825 | 2025-01-29T04:54:37.105Z | Compiling humantime v2.1.0 |
2826 | 2025-01-29T04:54:37.126Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2827 | 2025-01-29T04:54:37.330Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2828 | 2025-01-29T04:54:37.484Z | Compiling radix_trie v0.2.1 |
2829 | 2025-01-29T04:54:37.609Z | Compiling env_logger v0.11.5 |
2830 | 2025-01-29T04:54:37.657Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2831 | 2025-01-29T04:54:37.697Z | Compiling bcrypt-pbkdf v0.10.0 |
2832 | 2025-01-29T04:54:38.137Z | Compiling ssh-cipher v0.2.0 |
2833 | 2025-01-29T04:54:38.305Z | Compiling zone_cfg_derive v0.1.2 |
2834 | 2025-01-29T04:54:38.582Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2835 | 2025-01-29T04:54:38.893Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2836 | 2025-01-29T04:54:39.316Z | Compiling parking_lot v0.11.2 |
2837 | 2025-01-29T04:54:39.690Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2838 | 2025-01-29T04:54:39.741Z | Compiling password-hash v0.4.2 |
2839 | 2025-01-29T04:54:40.125Z | Compiling gethostname v0.5.0 |
2840 | 2025-01-29T04:54:40.128Z | Compiling fxhash v0.2.1 |
2841 | 2025-01-29T04:54:40.176Z | Compiling base64 v0.13.1 |
2842 | 2025-01-29T04:54:40.244Z | Compiling http-range v0.1.5 |
2843 | 2025-01-29T04:54:40.350Z | Compiling bumpalo v3.16.0 |
2844 | 2025-01-29T04:54:40.372Z | Compiling zip v2.1.3 |
2845 | 2025-01-29T04:54:40.578Z | Compiling simd-adler32 v0.3.7 |
2846 | 2025-01-29T04:54:40.581Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2847 | 2025-01-29T04:54:40.710Z | Compiling lockfree-object-pool v0.1.6 |
2848 | 2025-01-29T04:54:40.795Z | Compiling ron v0.7.1 |
2849 | 2025-01-29T04:54:40.864Z | Compiling sled v0.34.7 |
2850 | 2025-01-29T04:54:40.992Z | Compiling pbkdf2 v0.11.0 |
2851 | 2025-01-29T04:54:41.020Z | Compiling zopfli v0.8.1 |
2852 | 2025-01-29T04:54:41.219Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2853 | 2025-01-29T04:54:41.394Z | Compiling zone v0.1.8 |
2854 | 2025-01-29T04:54:41.798Z | Compiling xz2 v0.1.7 |
2855 | 2025-01-29T04:54:41.937Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2856 | 2025-01-29T04:54:42.677Z | Compiling ssh-key v0.6.6 |
2857 | 2025-01-29T04:54:42.871Z | Compiling hickory-client v0.24.2 |
2858 | 2025-01-29T04:54:43.389Z | Compiling p256 v0.13.2 |
2859 | 2025-01-29T04:54:43.746Z | Compiling p521 v0.13.3 |
2860 | 2025-01-29T04:54:44.247Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2861 | 2025-01-29T04:54:44.299Z | Compiling hickory-server v0.24.2 |
2862 | 2025-01-29T04:54:45.286Z | Compiling pem v3.0.4 |
2863 | 2025-01-29T04:54:45.846Z | Compiling yasna v0.5.2 |
2864 | 2025-01-29T04:54:46.082Z | Compiling headers-core v0.3.0 |
2865 | 2025-01-29T04:54:46.291Z | Compiling kstat-rs v0.2.4 |
2866 | 2025-01-29T04:54:46.891Z | Compiling nanorand v0.7.0 |
2867 | 2025-01-29T04:54:46.977Z | Compiling atty v0.2.14 |
2868 | 2025-01-29T04:54:47.052Z | Compiling russh-cryptovec v0.7.3 |
2869 | 2025-01-29T04:54:47.154Z | Compiling md5 v0.7.0 |
2870 | 2025-01-29T04:54:47.423Z | Compiling flume v0.11.1 |
2871 | 2025-01-29T04:54:47.468Z | Compiling rcgen v0.12.1 |
2872 | 2025-01-29T04:54:47.575Z | Compiling russh-keys v0.45.0 |
2873 | 2025-01-29T04:54:47.626Z | Compiling progenitor v0.8.0 |
2874 | 2025-01-29T04:54:47.731Z | Compiling headers v0.4.0 |
2875 | 2025-01-29T04:54:47.871Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2876 | 2025-01-29T04:54:48.060Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2877 | 2025-01-29T04:54:48.639Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2878 | 2025-01-29T04:54:49.566Z | Compiling hyper-staticfile v0.10.1 |
2879 | 2025-01-29T04:54:49.765Z | Compiling progenitor v0.9.1 |
2880 | 2025-01-29T04:54:50.019Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2881 | 2025-01-29T04:54:50.669Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2882 | 2025-01-29T04:54:51.069Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2883 | 2025-01-29T04:54:51.455Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2884 | 2025-01-29T04:54:51.707Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2885 | 2025-01-29T04:54:51.786Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2886 | 2025-01-29T04:54:52.250Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2887 | 2025-01-29T04:54:52.889Z | Compiling num-bigint v0.4.6 |
2888 | 2025-01-29T04:54:53.445Z | Compiling des v0.8.1 |
2889 | 2025-01-29T04:54:53.825Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2890 | 2025-01-29T04:54:55.721Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2891 | 2025-01-29T04:54:55.755Z | Compiling subprocess v0.2.9 |
2892 | 2025-01-29T04:54:55.853Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2893 | 2025-01-29T04:54:56.771Z | Compiling display-error-chain v0.2.2 |
2894 | 2025-01-29T04:54:57.034Z | Compiling hex-literal v0.4.1 |
2895 | 2025-01-29T04:54:57.186Z | Compiling russh v0.45.0 |
2896 | 2025-01-29T04:54:57.231Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2897 | 2025-01-29T04:54:57.508Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2898 | 2025-01-29T04:55:00.399Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2899 | 2025-01-29T04:55:00.933Z | Compiling internet-checksum v0.2.1 |
2900 | 2025-01-29T04:55:04.944Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2901 | 2025-01-29T04:55:04.946Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2902 | 2025-01-29T04:55:04.947Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2903 | 2025-01-29T04:55:04.947Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2904 | 2025-01-29T04:55:05.818Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2905 | 2025-01-29T04:55:07.849Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2906 | 2025-01-29T04:55:08.996Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2907 | 2025-01-29T04:55:09.120Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2908 | 2025-01-29T04:55:09.817Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2909 | 2025-01-29T04:55:10.073Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2910 | 2025-01-29T04:55:12.473Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2911 | 2025-01-29T04:55:12.876Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2912 | 2025-01-29T04:55:12.949Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2913 | 2025-01-29T04:55:13.943Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2914 | 2025-01-29T04:55:13.965Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2915 | 2025-01-29T04:55:14.452Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2916 | 2025-01-29T04:55:15.503Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2917 | 2025-01-29T04:55:16.353Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2918 | 2025-01-29T04:55:19.101Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2919 | 2025-01-29T04:55:19.504Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2920 | 2025-01-29T04:55:19.550Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2921 | 2025-01-29T04:55:19.906Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2922 | 2025-01-29T04:55:21.083Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2923 | 2025-01-29T04:55:23.063Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2924 | 2025-01-29T04:55:25.080Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2925 | 2025-01-29T04:55:25.472Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2926 | 2025-01-29T04:55:27.397Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2927 | 2025-01-29T04:55:27.468Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2928 | 2025-01-29T04:55:31.818Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2929 | 2025-01-29T04:55:40.169Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2930 | 2025-01-29T04:55:41.735Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2931 | 2025-01-29T04:56:04.636Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2932 | 2025-01-29T04:56:27.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
2933 | 2025-01-29T04:56:27.775Z | |
2934 | 2025-01-29T04:56:27.775Z | real 2:25.586760018 |
2935 | 2025-01-29T04:56:27.775Z | user 12:25.944652339 |
2936 | 2025-01-29T04:56:27.775Z | sys 1:36.874996405 |
2937 | 2025-01-29T04:56:27.775Z | trap 0.395580049 |
2938 | 2025-01-29T04:56:27.776Z | tflt 0.878836754 |
2939 | 2025-01-29T04:56:27.776Z | dflt 1.139393792 |
2940 | 2025-01-29T04:56:27.776Z | kflt 0.000026220 |
2941 | 2025-01-29T04:56:27.776Z | lock 22:59.291794281 |
2942 | 2025-01-29T04:56:27.776Z | slp 42:57.469559811 |
2943 | 2025-01-29T04:56:27.777Z | lat 39.535844230 |
2944 | 2025-01-29T04:56:27.777Z | stop 1:40.862946130 |
2945 | 2025-01-29T04:56:27.782Z | + mkdir tests |
2946 | 2025-01-29T04:56:27.782Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2947 | 2025-01-29T04:56:27.782Z | + xargs -I '{}' -t cp '{}' tests/ |
2948 | 2025-01-29T04:56:28.826Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ffdac0f3a1197830 tests/ |
2949 | 2025-01-29T04:56:28.852Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-abe56cb4ce48b08e tests/ |
2950 | 2025-01-29T04:56:28.878Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-43bf34d2e147a6df tests/ |
2951 | 2025-01-29T04:56:28.904Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-67829eed07336101 tests/ |
2952 | 2025-01-29T04:56:29.184Z | + 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/*) |
2953 | 2025-01-29T04:56:29.189Z | + 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-43bf34d2e147a6df tests/commtest-abe56cb4ce48b08e tests/dhcp_server-ffdac0f3a1197830 tests/end_to_end_tests-67829eed07336101 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 |
2954 | 2025-01-29T04:57:42.645Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2955 | 2025-01-29T04:57:42.647Z | a .github/buildomat/ci-env.sh 1K |
2956 | 2025-01-29T04:57:42.647Z | a out/target/test 1K |
2957 | 2025-01-29T04:57:42.647Z | a out/npuzone/npuzone 23144K |
2958 | 2025-01-29T04:57:42.647Z | a package-manifest.toml 34K |
2959 | 2025-01-29T04:57:42.647Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2960 | 2025-01-29T04:57:42.647Z | a target/release/omicron-package 35968K |
2961 | 2025-01-29T04:57:42.647Z | a target/release/xtask 11881K |
2962 | 2025-01-29T04:57:42.647Z | a target/debug/bootstrap 220694K |
2963 | 2025-01-29T04:57:42.647Z | a tests/bootstrap-43bf34d2e147a6df 24276K |
2964 | 2025-01-29T04:57:42.647Z | a tests/commtest-abe56cb4ce48b08e 24769K |
2965 | 2025-01-29T04:57:42.647Z | a tests/dhcp_server-ffdac0f3a1197830 24276K |
2966 | 2025-01-29T04:57:42.647Z | a tests/end_to_end_tests-67829eed07336101 282829K |
2967 | 2025-01-29T04:57:42.648Z | a out/clickhouse.tar.gz 294216K |
2968 | 2025-01-29T04:57:42.648Z | a out/clickhouse_keeper.tar.gz 281340K |
2969 | 2025-01-29T04:57:42.648Z | a out/clickhouse_server.tar.gz 294185K |
2970 | 2025-01-29T04:57:42.648Z | a out/cockroachdb.tar.gz 134965K |
2971 | 2025-01-29T04:57:42.648Z | a out/crucible-dtrace.tar 99K |
2972 | 2025-01-29T04:57:42.648Z | a out/crucible-pantry-zone.tar.gz 28533K |
2973 | 2025-01-29T04:57:42.648Z | a out/crucible-zone.tar.gz 36822K |
2974 | 2025-01-29T04:57:42.648Z | a out/external-dns.tar.gz 35431K |
2975 | 2025-01-29T04:57:42.648Z | a out/internal-dns.tar.gz 35430K |
2976 | 2025-01-29T04:57:42.648Z | a out/mg-ddm-gz.tar 63075K |
2977 | 2025-01-29T04:57:42.648Z | a out/nexus.tar.gz 100438K |
2978 | 2025-01-29T04:57:42.648Z | a out/ntp.tar.gz 10500K |
2979 | 2025-01-29T04:57:42.649Z | a out/omicron-gateway-softnpu.tar.gz 24125K |
2980 | 2025-01-29T04:57:42.650Z | a out/omicron-sled-agent.tar 113876K |
2981 | 2025-01-29T04:57:42.650Z | a out/overlay.tar.gz 3K |
2982 | 2025-01-29T04:57:42.690Z | a out/oximeter.tar.gz 48392K |
2983 | 2025-01-29T04:57:42.690Z | a out/oxlog.tar 3135K |
2984 | 2025-01-29T04:57:42.690Z | a out/probe.tar.gz 2764K |
2985 | 2025-01-29T04:57:42.690Z | a out/propolis-server.tar.gz 66525K |
2986 | 2025-01-29T04:57:42.690Z | a out/pumpkind-gz.tar 26665K |
2987 | 2025-01-29T04:57:42.690Z | a out/switch-softnpu.tar.gz 237589K |
2988 | 2025-01-29T04:57:42.720Z | |
2989 | 2025-01-29T04:57:42.720Z | real 1:13.459814893 |
2990 | 2025-01-29T04:57:42.720Z | user 1:10.167425355 |
2991 | 2025-01-29T04:57:42.720Z | sys 4.556074598 |
2992 | 2025-01-29T04:57:42.720Z | trap 0.020499216 |
2993 | 2025-01-29T04:57:42.720Z | tflt 0.000000000 |
2994 | 2025-01-29T04:57:42.720Z | dflt 0.000000000 |
2995 | 2025-01-29T04:57:42.720Z | kflt 0.000000000 |
2996 | 2025-01-29T04:57:42.720Z | lock 0.000000000 |
2997 | 2025-01-29T04:57:42.721Z | slp 1:10.141717616 |
2998 | 2025-01-29T04:57:42.721Z | lat 2.029591001 |
2999 | 2025-01-29T04:57:42.721Z | stop 0.000232102 |
3000 | 2025-01-29T04:57:42.721Z | process exited: duration 2134844 ms, exit code 0 |
|
3001 | 2025-01-29T04:57:42.760Z | found 1 output files |
3002 | 2025-01-29T04:57:42.765Z | uploading: /work/package.tar.gz (1904553315 bytes) |
3003 | 2025-01-29T04:58:59.507Z | uploaded: /work/package.tar.gz |