|
|
|
1 | 2024-11-13T21:16:34.764Z | job assigned to worker 01JCKP3AKSXNBQ57W9GCNR06EK (queued for 1 m 3 s) |
|
2 | 2024-11-13T21:16:42.172Z | starting task 0: "setup" |
3 | 2024-11-13T21:16:42.181Z | ++ uname -s |
4 | 2024-11-13T21:16:42.184Z | + kern=SunOS |
5 | 2024-11-13T21:16:42.184Z | + case "$kern" in |
6 | 2024-11-13T21:16:42.184Z | + groupadd -g 12345 build |
7 | 2024-11-13T21:16:42.187Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-13T21:16:44.201Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-13T21:16:44.289Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-13T21:16:44.295Z | + home_fs=zfs |
11 | 2024-11-13T21:16:44.295Z | + [[ zfs == autofs ]] |
12 | 2024-11-13T21:16:44.296Z | + mkdir -p /home/build |
13 | 2024-11-13T21:16:44.296Z | + chown build:build /home/build /work |
14 | 2024-11-13T21:16:46.294Z | + chmod 0700 /home/build /work |
15 | 2024-11-13T21:16:46.296Z | process exited: duration 4127 ms, exit code 0 |
|
16 | 2024-11-13T21:16:46.302Z | starting task 1: "rust-toolchain" |
17 | 2024-11-13T21:16:46.307Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-13T21:16:46.308Z | ' 1.81.0 |
19 | 2024-11-13T21:16:46.308Z | * toolchain channel = "1.81.0" |
20 | 2024-11-13T21:16:46.308Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-13T21:16:46.308Z | ' default |
22 | 2024-11-13T21:16:46.308Z | * toolchain profile = "default" |
23 | 2024-11-13T21:16:46.310Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-13T21:16:46.310Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-13T21:16:46.415Z | info: downloading installer |
26 | 2024-11-13T21:16:47.643Z | info: profile set to 'default' |
27 | 2024-11-13T21:16:47.643Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-13T21:16:47.646Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-13T21:16:47.783Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-13T21:16:47.783Z | info: downloading component 'cargo' |
31 | 2024-11-13T21:16:48.490Z | info: downloading component 'clippy' |
32 | 2024-11-13T21:16:48.751Z | info: downloading component 'rust-docs' |
33 | 2024-11-13T21:16:49.761Z | info: downloading component 'rust-std' |
34 | 2024-11-13T21:16:51.303Z | info: downloading component 'rustc' |
35 | 2024-11-13T21:16:56.866Z | info: downloading component 'rustfmt' |
36 | 2024-11-13T21:16:57.086Z | info: installing component 'cargo' |
37 | 2024-11-13T21:16:57.923Z | info: installing component 'clippy' |
38 | 2024-11-13T21:16:58.305Z | info: installing component 'rust-docs' |
39 | 2024-11-13T21:17:00.035Z | info: installing component 'rust-std' |
40 | 2024-11-13T21:17:01.963Z | info: installing component 'rustc' |
41 | 2024-11-13T21:17:07.921Z | info: installing component 'rustfmt' |
42 | 2024-11-13T21:17:08.255Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-13T21:17:08.255Z | |
44 | 2024-11-13T21:17:08.618Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-13T21:17:08.618Z | |
46 | 2024-11-13T21:17:08.621Z | |
47 | 2024-11-13T21:17:08.621Z | Rust is installed now. Great! |
48 | 2024-11-13T21:17:08.621Z | |
49 | 2024-11-13T21:17:08.621Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-13T21:17:08.621Z | environment variable. This has not been done automatically. |
51 | 2024-11-13T21:17:08.621Z | |
52 | 2024-11-13T21:17:08.621Z | To configure your current shell, you need to source |
53 | 2024-11-13T21:17:08.621Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-13T21:17:08.621Z | |
55 | 2024-11-13T21:17:08.621Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-13T21:17:08.621Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-13T21:17:08.621Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-13T21:17:08.694Z | + rustc --version |
59 | 2024-11-13T21:17:08.758Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-13T21:17:08.761Z | process exited: duration 22457 ms, exit code 0 |
|
61 | 2024-11-13T21:17:08.766Z | starting task 2: "authentication" |
62 | 2024-11-13T21:17:08.788Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-13T21:17:08.793Z | starting task 3: "clone repository" |
64 | 2024-11-13T21:17:08.798Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-13T21:17:08.800Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-13T21:17:10.297Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-13T21:17:50.050Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-13T21:17:50.050Z | + git fetch origin 892047b197820e58fd196768326068cc7c781e1d |
69 | 2024-11-13T21:17:50.795Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-13T21:17:50.795Z | * branch 892047b197820e58fd196768326068cc7c781e1d -> FETCH_HEAD |
71 | 2024-11-13T21:17:50.805Z | + [[ -n dap/drafts/dropshot-update ]] |
72 | 2024-11-13T21:17:50.808Z | ++ git branch --show-current |
73 | 2024-11-13T21:17:50.810Z | + current=main |
74 | 2024-11-13T21:17:50.810Z | + [[ main != dap/drafts/dropshot-update ]] |
75 | 2024-11-13T21:17:50.810Z | + git branch -f dap/drafts/dropshot-update 892047b197820e58fd196768326068cc7c781e1d |
76 | 2024-11-13T21:17:50.813Z | + git checkout -f dap/drafts/dropshot-update |
77 | 2024-11-13T21:17:50.990Z | Switched to branch 'dap/drafts/dropshot-update' |
78 | 2024-11-13T21:17:50.993Z | + git reset --hard 892047b197820e58fd196768326068cc7c781e1d |
79 | 2024-11-13T21:17:51.010Z | HEAD is now at 892047b19 hakari |
80 | 2024-11-13T21:17:51.012Z | process exited: duration 42214 ms, exit code 0 |
|
81 | 2024-11-13T21:17:51.019Z | starting task 4: "build" |
82 | 2024-11-13T21:17:51.025Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-13T21:17:51.025Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-13T21:17:51.025Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-13T21:17:51.025Z | + cargo --version |
86 | 2024-11-13T21:17:51.082Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-13T21:17:51.084Z | + rustc --version |
88 | 2024-11-13T21:17:51.144Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-13T21:17:51.149Z | + WORK=/work |
90 | 2024-11-13T21:17:51.149Z | + pfexec mkdir -p /work |
91 | 2024-11-13T21:17:51.152Z | + pfexec chown build /work |
92 | 2024-11-13T21:17:51.156Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-13T21:18:08.531Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-13T21:18:12.373Z | Startup: Caching catalogs ... Done |
95 | 2024-11-13T21:18:20.706Z | Planning: Solver setup ... Done (7.597s) |
96 | 2024-11-13T21:18:20.810Z | Planning: Running solver ... Done (0.104s) |
97 | 2024-11-13T21:18:20.986Z | Planning: Finding local manifests ... Done (0.085s) |
98 | 2024-11-13T21:18:21.002Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-13T21:18:21.239Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-13T21:18:21.540Z | Planning: Package planning ... Done (0.301s) |
101 | 2024-11-13T21:18:21.596Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-11-13T21:18:22.663Z | Planning: Checking for conflicting actions ... Done (1.066s) |
103 | 2024-11-13T21:18:32.580Z | Planning: Consolidating action changes ... Done (9.916s) |
104 | 2024-11-13T21:18:33.038Z | Planning: Evaluating mediators ... Done (0.457s) |
105 | 2024-11-13T21:18:33.223Z | Planning: Planning completed in 20.76 seconds |
106 | 2024-11-13T21:18:33.240Z | Packages to install: 4 |
107 | 2024-11-13T21:18:33.240Z | Packages to update: 1 |
108 | 2024-11-13T21:18:33.244Z | Mediators to change: 2 |
109 | 2024-11-13T21:18:33.244Z | Services to change: 1 |
110 | 2024-11-13T21:18:33.244Z | Estimated space available: 155.64 GB |
111 | 2024-11-13T21:18:33.244Z | Estimated space to be consumed: 1.59 GB |
112 | 2024-11-13T21:18:33.244Z | Create boot environment: No |
113 | 2024-11-13T21:18:33.244Z | Create backup boot environment: Yes |
114 | 2024-11-13T21:18:33.244Z | Rebuild boot archive: No |
115 | 2024-11-13T21:18:33.244Z | |
116 | 2024-11-13T21:18:33.244Z | Changed mediators: |
117 | 2024-11-13T21:18:33.244Z | mediator clang: |
118 | 2024-11-13T21:18:33.244Z | version: None -> 15 (system default) |
119 | 2024-11-13T21:18:33.245Z | |
120 | 2024-11-13T21:18:33.245Z | mediator llvm: |
121 | 2024-11-13T21:18:33.245Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-13T21:18:33.245Z | |
123 | 2024-11-13T21:18:33.245Z | Changed packages: |
124 | 2024-11-13T21:18:33.245Z | helios-dev |
125 | 2024-11-13T21:18:33.245Z | developer/build-essential |
126 | 2024-11-13T21:18:33.245Z | None -> 11-2.0 |
127 | 2024-11-13T21:18:33.245Z | library/libxmlsec1 |
128 | 2024-11-13T21:18:33.245Z | None -> 1.2.35-2.0 |
129 | 2024-11-13T21:18:33.245Z | ooce/developer/clang-15 |
130 | 2024-11-13T21:18:33.245Z | None -> 15.0.7-2.0 |
131 | 2024-11-13T21:18:33.245Z | ooce/developer/llvm-15 |
132 | 2024-11-13T21:18:33.245Z | None -> 15.0.7-2.0 |
133 | 2024-11-13T21:18:33.246Z | package/pkg |
134 | 2024-11-13T21:18:33.246Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-13T21:18:33.246Z | |
136 | 2024-11-13T21:18:33.246Z | Services: |
137 | 2024-11-13T21:18:33.246Z | restart_fmri: |
138 | 2024-11-13T21:18:33.246Z | svc:/system/update-man-index:default |
139 | 2024-11-13T21:18:33.246Z | |
140 | 2024-11-13T21:18:33.246Z | Editable files to change: |
141 | 2024-11-13T21:18:33.246Z | Update: |
142 | 2024-11-13T21:18:33.247Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-13T21:18:33.559Z | |
144 | 2024-11-13T21:18:33.560Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-13T21:18:38.560Z | Download: 1198/4281 items 73.5/220.6MB 33% complete (14.8M/s) |
146 | 2024-11-13T21:18:43.562Z | Download: 2416/4281 items 120.1/220.6MB 54% complete (12.2M/s) |
147 | 2024-11-13T21:18:48.565Z | Download: 3672/4281 items 214.4/220.6MB 97% complete (14.2M/s) |
148 | 2024-11-13T21:18:50.607Z | Download: Completed 220.60 MB in 17.05 seconds (12.9M/s) |
149 | 2024-11-13T21:18:52.946Z | Actions: 1/5063 actions (Removing old actions) |
150 | 2024-11-13T21:18:52.969Z | Actions: 194/5063 actions (Installing new actions) |
151 | 2024-11-13T21:18:58.005Z | Actions: 4094/5063 actions (Installing new actions) |
152 | 2024-11-13T21:18:58.311Z | Actions: 4226/5063 actions (Updating modified actions) |
153 | 2024-11-13T21:18:58.760Z | Actions: Completed 5063 actions in 5.81 seconds. |
154 | 2024-11-13T21:18:59.144Z | Done (0.377s) |
155 | 2024-11-13T21:18:59.148Z | Done (0.000s) |
156 | 2024-11-13T21:18:59.674Z | Done (0.528s) |
157 | 2024-11-13T21:19:07.388Z | Done (7.495s) |
158 | 2024-11-13T21:19:08.002Z | Done (0.529s) |
159 | 2024-11-13T21:19:08.006Z | Done (0.000s) |
160 | 2024-11-13T21:19:08.143Z | Done (0.000s) |
161 | 2024-11-13T21:19:08.815Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-11-13T21:19:08.982Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-11-13T21:19:08.987Z | Planning: Consolidating action changes ... Done |
164 | 2024-11-13T21:19:09.253Z | Planning: Evaluating mediators ... Done |
165 | 2024-11-13T21:19:09.256Z | Planning: Planning completed in 0.44 seconds |
166 | 2024-11-13T21:19:09.293Z | Mediators to change: 2 |
167 | 2024-11-13T21:19:09.295Z | Create boot environment: No |
168 | 2024-11-13T21:19:09.296Z | Create backup boot environment: No |
169 | 2024-11-13T21:19:09.374Z | Done |
170 | 2024-11-13T21:19:09.375Z | Done |
171 | 2024-11-13T21:19:09.726Z | Done |
172 | 2024-11-13T21:19:13.212Z | Done |
173 | 2024-11-13T21:19:13.304Z | Done |
174 | 2024-11-13T21:19:13.307Z | Done |
175 | 2024-11-13T21:19:13.401Z | Done |
176 | 2024-11-13T21:19:14.021Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-11-13T21:19:14.023Z | Planning: Merging actions ... Done |
178 | 2024-11-13T21:19:14.214Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-11-13T21:19:14.217Z | Planning: Consolidating action changes ... Done |
180 | 2024-11-13T21:19:14.483Z | Planning: Evaluating mediators ... Done |
181 | 2024-11-13T21:19:14.540Z | Planning: Planning completed in 0.77 seconds |
182 | 2024-11-13T21:19:14.582Z | Packages to change: 1 |
183 | 2024-11-13T21:19:14.582Z | Mediators to change: 1 |
184 | 2024-11-13T21:19:14.584Z | Services to change: 1 |
185 | 2024-11-13T21:19:14.584Z | Create boot environment: No |
186 | 2024-11-13T21:19:14.584Z | Create backup boot environment: Yes |
187 | 2024-11-13T21:19:16.744Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-11-13T21:19:16.747Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2024-11-13T21:19:16.748Z | Done |
190 | 2024-11-13T21:19:16.748Z | Done |
191 | 2024-11-13T21:19:16.854Z | Done |
192 | 2024-11-13T21:19:20.477Z | Done |
193 | 2024-11-13T21:19:20.575Z | Done |
194 | 2024-11-13T21:19:20.578Z | Done |
195 | 2024-11-13T21:19:20.705Z | Done |
196 | 2024-11-13T21:19:21.146Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-11-13T21:19:21.146Z | clang system 15 system |
198 | 2024-11-13T21:19:21.146Z | csh system system illumos |
199 | 2024-11-13T21:19:21.146Z | ctags system system illumos |
200 | 2024-11-13T21:19:21.146Z | gcc vendor 12 vendor |
201 | 2024-11-13T21:19:21.146Z | gcc system 10 system |
202 | 2024-11-13T21:19:21.146Z | gcc system 7 system |
203 | 2024-11-13T21:19:21.146Z | go system 1.20 system |
204 | 2024-11-13T21:19:21.146Z | go system 1.19 system |
205 | 2024-11-13T21:19:21.146Z | llvm system 15 system |
206 | 2024-11-13T21:19:21.146Z | llvm system 14 system |
207 | 2024-11-13T21:19:21.146Z | mariadb system 10.6 system |
208 | 2024-11-13T21:19:21.146Z | mta vendor vendor dma |
209 | 2024-11-13T21:19:21.146Z | openjdk system 17 system |
210 | 2024-11-13T21:19:21.146Z | openjdk system 11 system |
211 | 2024-11-13T21:19:21.146Z | openjdk system 1.8 system |
212 | 2024-11-13T21:19:21.146Z | openssl vendor 3 vendor |
213 | 2024-11-13T21:19:21.146Z | perl system 5.36 system |
214 | 2024-11-13T21:19:21.146Z | postgresql system 15 system |
215 | 2024-11-13T21:19:21.146Z | postgresql system 13 system |
216 | 2024-11-13T21:19:21.146Z | python vendor 3 vendor |
217 | 2024-11-13T21:19:21.146Z | python system 2 system |
218 | 2024-11-13T21:19:21.146Z | python3 system 3.11 system |
219 | 2024-11-13T21:19:21.146Z | ruby system 3.0 system |
220 | 2024-11-13T21:19:21.146Z | words vendor vendor american-english |
221 | 2024-11-13T21:19:21.146Z | words system system australian-english |
222 | 2024-11-13T21:19:21.146Z | words system system british-english |
223 | 2024-11-13T21:19:21.146Z | words system system canadian-english |
224 | 2024-11-13T21:19:21.146Z | words system system french |
225 | 2024-11-13T21:19:21.146Z | words system system italian |
226 | 2024-11-13T21:19:21.146Z | words system system ngerman |
227 | 2024-11-13T21:19:21.146Z | words system system ogerman |
228 | 2024-11-13T21:19:21.146Z | words system system spanish |
229 | 2024-11-13T21:19:21.482Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2024-11-13T21:19:21.482Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2024-11-13T21:19:23.991Z | FMRI IFO |
232 | 2024-11-13T21:19:23.991Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-11-13T21:19:23.991Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-11-13T21:19:23.991Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-11-13T21:19:23.991Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-11-13T21:19:23.991Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2024-11-13T21:19:23.991Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-11-13T21:19:23.991Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
239 | 2024-11-13T21:19:23.991Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
240 | 2024-11-13T21:19:23.991Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-11-13T21:19:23.991Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
242 | 2024-11-13T21:19:23.991Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
243 | 2024-11-13T21:19:23.991Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
244 | 2024-11-13T21:19:23.991Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
245 | 2024-11-13T21:19:23.991Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-11-13T21:19:23.992Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-11-13T21:19:24.715Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
248 | 2024-11-13T21:19:25.409Z | Updating crates.io index |
249 | 2024-11-13T21:19:25.412Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
250 | 2024-11-13T21:19:27.384Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
251 | 2024-11-13T21:19:28.088Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
252 | 2024-11-13T21:19:28.697Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
253 | 2024-11-13T21:19:29.354Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
254 | 2024-11-13T21:19:33.059Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
255 | 2024-11-13T21:19:38.456Z | Updating git repository `https://github.com/oxidecomputer/opte` |
256 | 2024-11-13T21:19:41.123Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
257 | 2024-11-13T21:19:45.155Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
258 | 2024-11-13T21:19:45.799Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
259 | 2024-11-13T21:19:46.471Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
260 | 2024-11-13T21:19:47.864Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
261 | 2024-11-13T21:19:48.403Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
262 | 2024-11-13T21:19:49.291Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
263 | 2024-11-13T21:19:49.981Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
264 | 2024-11-13T21:19:50.631Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
265 | 2024-11-13T21:19:51.233Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
266 | 2024-11-13T21:19:51.973Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
267 | 2024-11-13T21:19:52.805Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
268 | 2024-11-13T21:19:53.492Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
269 | 2024-11-13T21:19:54.250Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2024-11-13T21:19:55.294Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
271 | 2024-11-13T21:19:55.998Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
272 | 2024-11-13T21:19:56.840Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
273 | 2024-11-13T21:19:57.853Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
274 | 2024-11-13T21:19:58.511Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
275 | 2024-11-13T21:19:59.319Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
276 | 2024-11-13T21:20:01.031Z | Downloading crates ... |
277 | 2024-11-13T21:20:01.089Z | Downloaded anstyle-parse v0.2.5 |
278 | 2024-11-13T21:20:01.093Z | Downloaded block-buffer v0.10.4 |
279 | 2024-11-13T21:20:01.095Z | Downloaded colorchoice v1.0.2 |
280 | 2024-11-13T21:20:01.095Z | Downloaded autocfg v1.4.0 |
281 | 2024-11-13T21:20:01.103Z | Downloaded equivalent v1.0.1 |
282 | 2024-11-13T21:20:01.105Z | Downloaded proc-macro-error v1.0.4 |
283 | 2024-11-13T21:20:01.107Z | Downloaded usdt-attr-macro v0.5.0 |
284 | 2024-11-13T21:20:01.110Z | Downloaded cfg-if v1.0.0 |
285 | 2024-11-13T21:20:01.113Z | Downloaded toml_datetime v0.6.8 |
286 | 2024-11-13T21:20:01.116Z | Downloaded thiserror-impl v1.0.69 |
287 | 2024-11-13T21:20:01.116Z | Downloaded serde_tokenstream v0.2.2 |
288 | 2024-11-13T21:20:01.118Z | Downloaded tabled_derive v0.7.0 |
289 | 2024-11-13T21:20:01.118Z | Downloaded digest v0.10.7 |
290 | 2024-11-13T21:20:01.123Z | Downloaded strsim v0.11.1 |
291 | 2024-11-13T21:20:01.125Z | Downloaded unicode-linebreak v0.1.5 |
292 | 2024-11-13T21:20:01.125Z | Downloaded cargo-platform v0.1.8 |
293 | 2024-11-13T21:20:01.128Z | Downloaded fnv v1.0.7 |
294 | 2024-11-13T21:20:01.131Z | Downloaded typenum v1.17.0 |
295 | 2024-11-13T21:20:01.133Z | Downloaded anstyle-query v1.1.1 |
296 | 2024-11-13T21:20:01.135Z | Downloaded camino v1.1.9 |
297 | 2024-11-13T21:20:01.138Z | Downloaded serde_derive v1.0.215 |
298 | 2024-11-13T21:20:01.141Z | Downloaded quote v1.0.37 |
299 | 2024-11-13T21:20:01.141Z | Downloaded anstream v0.6.15 |
300 | 2024-11-13T21:20:01.144Z | Downloaded usdt-macro v0.5.0 |
301 | 2024-11-13T21:20:01.146Z | Downloaded heck v0.4.1 |
302 | 2024-11-13T21:20:01.146Z | Downloaded anstyle v1.0.10 |
303 | 2024-11-13T21:20:01.150Z | Downloaded ryu v1.0.18 |
304 | 2024-11-13T21:20:01.157Z | Downloaded pest_derive v2.7.14 |
305 | 2024-11-13T21:20:01.159Z | Downloaded byteorder v1.5.0 |
306 | 2024-11-13T21:20:01.162Z | Downloaded bytecount v0.6.8 |
307 | 2024-11-13T21:20:01.165Z | Downloaded papergrid v0.11.0 |
308 | 2024-11-13T21:20:01.168Z | Downloaded anyhow v1.0.93 |
309 | 2024-11-13T21:20:01.172Z | Downloaded memchr v2.7.4 |
310 | 2024-11-13T21:20:01.177Z | Downloaded bitflags v2.6.0 |
311 | 2024-11-13T21:20:01.181Z | Downloaded indexmap v2.6.0 |
312 | 2024-11-13T21:20:01.185Z | Downloaded dtrace-parser v0.2.0 |
313 | 2024-11-13T21:20:01.188Z | Downloaded scroll_derive v0.12.0 |
314 | 2024-11-13T21:20:01.192Z | Downloaded pretty-hex v0.4.1 |
315 | 2024-11-13T21:20:01.198Z | Downloaded swrite v0.1.0 |
316 | 2024-11-13T21:20:01.201Z | Downloaded proc-macro-error-attr v1.0.4 |
317 | 2024-11-13T21:20:01.201Z | Downloaded itoa v1.0.11 |
318 | 2024-11-13T21:20:01.203Z | Downloaded usdt v0.5.0 |
319 | 2024-11-13T21:20:01.203Z | Downloaded fastrand v2.1.1 |
320 | 2024-11-13T21:20:01.206Z | Downloaded errno v0.3.9 |
321 | 2024-11-13T21:20:01.206Z | Downloaded heck v0.5.0 |
322 | 2024-11-13T21:20:01.208Z | Downloaded generic-array v0.14.7 |
323 | 2024-11-13T21:20:01.208Z | Downloaded fs-err v2.11.0 |
324 | 2024-11-13T21:20:01.211Z | Downloaded crypto-common v0.1.6 |
325 | 2024-11-13T21:20:01.211Z | Downloaded is_terminal_polyfill v1.70.1 |
326 | 2024-11-13T21:20:01.214Z | Downloaded pest_generator v2.7.14 |
327 | 2024-11-13T21:20:01.217Z | Downloaded thiserror v1.0.69 |
328 | 2024-11-13T21:20:01.221Z | Downloaded macaddr v1.0.1 |
329 | 2024-11-13T21:20:01.225Z | Downloaded smawk v0.3.2 |
330 | 2024-11-13T21:20:01.225Z | Downloaded plain v0.2.3 |
331 | 2024-11-13T21:20:01.228Z | Downloaded clap_lex v0.7.2 |
332 | 2024-11-13T21:20:01.228Z | Downloaded memmap v0.7.0 |
333 | 2024-11-13T21:20:01.230Z | Downloaded terminal_size v0.4.0 |
334 | 2024-11-13T21:20:01.233Z | Downloaded utf8parse v0.2.2 |
335 | 2024-11-13T21:20:01.252Z | Downloaded serde_spanned v0.6.8 |
336 | 2024-11-13T21:20:01.252Z | Downloaded cargo_toml v0.20.5 |
337 | 2024-11-13T21:20:01.252Z | Downloaded cpufeatures v0.2.14 |
338 | 2024-11-13T21:20:01.252Z | Downloaded version_check v0.9.5 |
339 | 2024-11-13T21:20:01.252Z | Downloaded thread-id v4.2.2 |
340 | 2024-11-13T21:20:01.255Z | Downloaded once_cell v1.20.2 |
341 | 2024-11-13T21:20:01.255Z | Downloaded dof v0.3.0 |
342 | 2024-11-13T21:20:01.255Z | Downloaded semver v1.0.23 |
343 | 2024-11-13T21:20:01.255Z | Downloaded camino-tempfile v1.1.1 |
344 | 2024-11-13T21:20:01.257Z | Downloaded tempfile v3.13.0 |
345 | 2024-11-13T21:20:01.260Z | Downloaded zerocopy-derive v0.7.35 |
346 | 2024-11-13T21:20:01.263Z | Downloaded usdt-impl v0.5.0 |
347 | 2024-11-13T21:20:01.265Z | Downloaded clap_derive v4.5.18 |
348 | 2024-11-13T21:20:01.268Z | Downloaded ucd-trie v0.1.7 |
349 | 2024-11-13T21:20:01.269Z | Downloaded proc-macro2 v1.0.89 |
350 | 2024-11-13T21:20:01.271Z | Downloaded unicode-ident v1.0.13 |
351 | 2024-11-13T21:20:01.274Z | Downloaded toml v0.8.19 |
352 | 2024-11-13T21:20:01.277Z | Downloaded clap v4.5.20 |
353 | 2024-11-13T21:20:01.286Z | Downloaded textwrap v0.16.1 |
354 | 2024-11-13T21:20:01.289Z | Downloaded log v0.4.22 |
355 | 2024-11-13T21:20:01.292Z | Downloaded goblin v0.8.2 |
356 | 2024-11-13T21:20:01.297Z | Downloaded winnow v0.6.20 |
357 | 2024-11-13T21:20:01.307Z | Downloaded serde v1.0.215 |
358 | 2024-11-13T21:20:01.310Z | Downloaded pest_meta v2.7.14 |
359 | 2024-11-13T21:20:01.313Z | Downloaded toml_edit v0.22.22 |
360 | 2024-11-13T21:20:01.334Z | Downloaded clap_builder v4.5.20 |
361 | 2024-11-13T21:20:01.341Z | Downloaded pest v2.7.14 |
362 | 2024-11-13T21:20:01.345Z | Downloaded hashbrown v0.15.0 |
363 | 2024-11-13T21:20:01.350Z | Downloaded sha2 v0.10.8 |
364 | 2024-11-13T21:20:01.355Z | Downloaded scroll v0.12.0 |
365 | 2024-11-13T21:20:01.357Z | Downloaded cargo_metadata v0.18.1 |
366 | 2024-11-13T21:20:01.357Z | Downloaded zerocopy v0.7.35 |
367 | 2024-11-13T21:20:01.372Z | Downloaded serde_json v1.0.132 |
368 | 2024-11-13T21:20:01.379Z | Downloaded syn v1.0.109 |
369 | 2024-11-13T21:20:01.399Z | Downloaded tabled v0.15.0 |
370 | 2024-11-13T21:20:01.414Z | Downloaded unicode-width v0.1.14 |
371 | 2024-11-13T21:20:01.418Z | Downloaded syn v2.0.87 |
372 | 2024-11-13T21:20:01.428Z | Downloaded rustix v0.38.37 |
373 | 2024-11-13T21:20:01.457Z | Downloaded libc v0.2.162 |
374 | 2024-11-13T21:20:01.760Z | Compiling proc-macro2 v1.0.89 |
375 | 2024-11-13T21:20:01.760Z | Compiling unicode-ident v1.0.13 |
376 | 2024-11-13T21:20:01.760Z | Compiling serde v1.0.215 |
377 | 2024-11-13T21:20:01.762Z | Compiling version_check v0.9.5 |
378 | 2024-11-13T21:20:01.762Z | Compiling thiserror v1.0.69 |
379 | 2024-11-13T21:20:01.762Z | Compiling memchr v2.7.4 |
380 | 2024-11-13T21:20:01.762Z | Compiling libc v0.2.162 |
381 | 2024-11-13T21:20:01.794Z | Compiling ucd-trie v0.1.7 |
382 | 2024-11-13T21:20:02.016Z | Compiling itoa v1.0.11 |
383 | 2024-11-13T21:20:02.248Z | Compiling ryu v1.0.18 |
384 | 2024-11-13T21:20:02.498Z | Compiling once_cell v1.20.2 |
385 | 2024-11-13T21:20:02.597Z | Compiling byteorder v1.5.0 |
386 | 2024-11-13T21:20:02.990Z | Compiling rustix v0.38.37 |
387 | 2024-11-13T21:20:03.289Z | Compiling serde_json v1.0.132 |
388 | 2024-11-13T21:20:03.305Z | Compiling bitflags v2.6.0 |
389 | 2024-11-13T21:20:03.484Z | Compiling proc-macro-error-attr v1.0.4 |
390 | 2024-11-13T21:20:03.641Z | Compiling usdt-impl v0.5.0 |
391 | 2024-11-13T21:20:03.705Z | Compiling syn v1.0.109 |
392 | 2024-11-13T21:20:03.728Z | Compiling proc-macro-error v1.0.4 |
393 | 2024-11-13T21:20:03.800Z | Compiling utf8parse v0.2.2 |
394 | 2024-11-13T21:20:03.831Z | Compiling plain v0.2.3 |
395 | 2024-11-13T21:20:03.974Z | Compiling equivalent v1.0.1 |
396 | 2024-11-13T21:20:04.022Z | Compiling camino v1.1.9 |
397 | 2024-11-13T21:20:04.026Z | Compiling hashbrown v0.15.0 |
398 | 2024-11-13T21:20:04.120Z | Compiling log v0.4.22 |
399 | 2024-11-13T21:20:04.283Z | Compiling thread-id v4.2.2 |
400 | 2024-11-13T21:20:04.340Z | Compiling quote v1.0.37 |
401 | 2024-11-13T21:20:04.381Z | Compiling anstyle-parse v0.2.5 |
402 | 2024-11-13T21:20:04.517Z | Compiling errno v0.3.9 |
403 | 2024-11-13T21:20:04.727Z | Compiling syn v2.0.87 |
404 | 2024-11-13T21:20:04.753Z | Compiling autocfg v1.4.0 |
405 | 2024-11-13T21:20:04.798Z | Compiling semver v1.0.23 |
406 | 2024-11-13T21:20:05.091Z | Compiling is_terminal_polyfill v1.70.1 |
407 | 2024-11-13T21:20:05.221Z | Compiling indexmap v2.6.0 |
408 | 2024-11-13T21:20:05.332Z | Compiling pretty-hex v0.4.1 |
409 | 2024-11-13T21:20:05.428Z | Compiling unicode-width v0.1.14 |
410 | 2024-11-13T21:20:05.578Z | Compiling winnow v0.6.20 |
411 | 2024-11-13T21:20:05.951Z | Compiling anstyle-query v1.1.1 |
412 | 2024-11-13T21:20:05.977Z | Compiling colorchoice v1.0.2 |
413 | 2024-11-13T21:20:06.111Z | Compiling anstyle v1.0.10 |
414 | 2024-11-13T21:20:06.142Z | Compiling fs-err v2.11.0 |
415 | 2024-11-13T21:20:06.514Z | Compiling anstream v0.6.15 |
416 | 2024-11-13T21:20:06.615Z | Compiling strsim v0.11.1 |
417 | 2024-11-13T21:20:06.698Z | Compiling clap_lex v0.7.2 |
418 | 2024-11-13T21:20:06.723Z | Compiling heck v0.4.1 |
419 | 2024-11-13T21:20:07.216Z | Compiling terminal_size v0.4.0 |
420 | 2024-11-13T21:20:07.262Z | Compiling fnv v1.0.7 |
421 | 2024-11-13T21:20:07.403Z | Compiling cfg-if v1.0.0 |
422 | 2024-11-13T21:20:07.432Z | Compiling fastrand v2.1.1 |
423 | 2024-11-13T21:20:07.508Z | Compiling anyhow v1.0.93 |
424 | 2024-11-13T21:20:07.536Z | Compiling heck v0.5.0 |
425 | 2024-11-13T21:20:07.673Z | Compiling bytecount v0.6.8 |
426 | 2024-11-13T21:20:07.921Z | Compiling papergrid v0.11.0 |
427 | 2024-11-13T21:20:07.976Z | Compiling tempfile v3.13.0 |
428 | 2024-11-13T21:20:08.055Z | Compiling clap_builder v4.5.20 |
429 | 2024-11-13T21:20:08.515Z | Compiling memmap v0.7.0 |
430 | 2024-11-13T21:20:08.539Z | Compiling smawk v0.3.2 |
431 | 2024-11-13T21:20:08.754Z | Compiling unicode-linebreak v0.1.5 |
432 | 2024-11-13T21:20:09.278Z | Compiling textwrap v0.16.1 |
433 | 2024-11-13T21:20:09.483Z | Compiling swrite v0.1.0 |
434 | 2024-11-13T21:20:10.413Z | Compiling tabled_derive v0.7.0 |
435 | 2024-11-13T21:20:11.936Z | Compiling tabled v0.15.0 |
436 | 2024-11-13T21:20:13.755Z | Compiling serde_derive v1.0.215 |
437 | 2024-11-13T21:20:13.755Z | Compiling thiserror-impl v1.0.69 |
438 | 2024-11-13T21:20:13.758Z | Compiling zerocopy-derive v0.7.35 |
439 | 2024-11-13T21:20:13.758Z | Compiling scroll_derive v0.12.0 |
440 | 2024-11-13T21:20:13.758Z | Compiling clap_derive v4.5.18 |
441 | 2024-11-13T21:20:14.857Z | Compiling scroll v0.12.0 |
442 | 2024-11-13T21:20:15.381Z | Compiling goblin v0.8.2 |
443 | 2024-11-13T21:20:16.378Z | Compiling zerocopy v0.7.35 |
444 | 2024-11-13T21:20:16.564Z | Compiling pest v2.7.14 |
445 | 2024-11-13T21:20:17.191Z | Compiling clap v4.5.20 |
446 | 2024-11-13T21:20:18.670Z | Compiling pest_meta v2.7.14 |
447 | 2024-11-13T21:20:19.531Z | Compiling pest_generator v2.7.14 |
448 | 2024-11-13T21:20:21.467Z | Compiling pest_derive v2.7.14 |
449 | 2024-11-13T21:20:22.177Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-11-13T21:20:23.819Z | Compiling serde_tokenstream v0.2.2 |
451 | 2024-11-13T21:20:23.982Z | Compiling toml_datetime v0.6.8 |
452 | 2024-11-13T21:20:23.982Z | Compiling serde_spanned v0.6.8 |
453 | 2024-11-13T21:20:24.074Z | Compiling cargo-platform v0.1.8 |
454 | 2024-11-13T21:20:24.383Z | Compiling toml_edit v0.22.22 |
455 | 2024-11-13T21:20:24.415Z | Compiling macaddr v1.0.1 |
456 | 2024-11-13T21:20:24.680Z | Compiling camino-tempfile v1.1.1 |
457 | 2024-11-13T21:20:25.372Z | Compiling dof v0.3.0 |
458 | 2024-11-13T21:20:25.540Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-11-13T21:20:27.061Z | Compiling usdt-attr-macro v0.5.0 |
460 | 2024-11-13T21:20:27.061Z | Compiling usdt-macro v0.5.0 |
461 | 2024-11-13T21:20:27.151Z | Compiling toml v0.8.19 |
462 | 2024-11-13T21:20:27.997Z | Compiling cargo_toml v0.20.5 |
463 | 2024-11-13T21:20:28.458Z | Compiling usdt v0.5.0 |
464 | 2024-11-13T21:20:31.527Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-11-13T21:20:35.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
466 | 2024-11-13T21:20:35.944Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-11-13T21:20:36.465Z | Downloading crates ... |
468 | 2024-11-13T21:20:36.579Z | Downloaded adler2 v2.0.0 |
469 | 2024-11-13T21:20:36.590Z | Downloaded ciborium-io v0.2.2 |
470 | 2024-11-13T21:20:36.592Z | Downloaded async-stream-impl v0.3.6 |
471 | 2024-11-13T21:20:36.592Z | Downloaded cfg_aliases v0.1.1 |
472 | 2024-11-13T21:20:36.604Z | Downloaded cstr-argument v0.1.2 |
473 | 2024-11-13T21:20:36.607Z | Downloaded async-recursion v1.1.1 |
474 | 2024-11-13T21:20:36.611Z | Downloaded http-body-util v0.1.2 |
475 | 2024-11-13T21:20:36.614Z | Downloaded chrono-tz-build v0.4.0 |
476 | 2024-11-13T21:20:36.616Z | Downloaded crucible-workspace-hack v0.1.0 |
477 | 2024-11-13T21:20:36.616Z | Downloaded httpdate v1.0.3 |
478 | 2024-11-13T21:20:36.619Z | Downloaded hickory-client v0.24.1 |
479 | 2024-11-13T21:20:36.621Z | Downloaded constant_time_eq v0.3.1 |
480 | 2024-11-13T21:20:36.624Z | Downloaded icu_provider_macros v1.5.0 |
481 | 2024-11-13T21:20:36.624Z | Downloaded ctr v0.9.2 |
482 | 2024-11-13T21:20:36.626Z | Downloaded matches v0.1.10 |
483 | 2024-11-13T21:20:36.629Z | Downloaded icu_normalizer_data v1.5.0 |
484 | 2024-11-13T21:20:36.631Z | Downloaded aes-gcm v0.10.3 |
485 | 2024-11-13T21:20:36.634Z | Downloaded hyper-tls v0.6.0 |
486 | 2024-11-13T21:20:36.635Z | Downloaded bzip2 v0.4.4 |
487 | 2024-11-13T21:20:36.637Z | Downloaded lru v0.12.5 |
488 | 2024-11-13T21:20:36.639Z | Downloaded managed v0.8.0 |
489 | 2024-11-13T21:20:36.642Z | Downloaded lalrpop-util v0.19.12 |
490 | 2024-11-13T21:20:36.642Z | Downloaded internet-checksum v0.2.1 |
491 | 2024-11-13T21:20:36.644Z | Downloaded icu_locid_transform v1.5.0 |
492 | 2024-11-13T21:20:36.647Z | Downloaded libsw v3.3.1 |
493 | 2024-11-13T21:20:36.649Z | Downloaded hex-literal v0.4.1 |
494 | 2024-11-13T21:20:36.649Z | Downloaded libefi-sys v0.1.0 |
495 | 2024-11-13T21:20:36.652Z | Downloaded hubpack_derive v0.1.1 |
496 | 2024-11-13T21:20:36.652Z | Downloaded chacha20poly1305 v0.10.1 |
497 | 2024-11-13T21:20:36.655Z | Downloaded linear-map v1.2.0 |
498 | 2024-11-13T21:20:36.655Z | Downloaded allocator-api2 v0.2.18 |
499 | 2024-11-13T21:20:36.658Z | Downloaded const-oid v0.9.6 |
500 | 2024-11-13T21:20:36.660Z | Downloaded base64 v0.21.7 |
501 | 2024-11-13T21:20:36.665Z | Downloaded memmap2 v0.9.5 |
502 | 2024-11-13T21:20:36.668Z | Downloaded hickory-resolver v0.24.1 |
503 | 2024-11-13T21:20:36.673Z | Downloaded http-body v1.0.1 |
504 | 2024-11-13T21:20:36.677Z | Downloaded assert_matches v1.5.0 |
505 | 2024-11-13T21:20:36.680Z | Downloaded atomicwrites v0.4.4 |
506 | 2024-11-13T21:20:36.680Z | Downloaded http-range v0.1.5 |
507 | 2024-11-13T21:20:36.680Z | Downloaded mime_guess v2.0.5 |
508 | 2024-11-13T21:20:36.682Z | Downloaded darling v0.20.10 |
509 | 2024-11-13T21:20:36.686Z | Downloaded backtrace v0.3.74 |
510 | 2024-11-13T21:20:36.693Z | Downloaded humantime v2.1.0 |
511 | 2024-11-13T21:20:36.696Z | Downloaded home v0.5.9 |
512 | 2024-11-13T21:20:36.696Z | Downloaded crunchy v0.2.2 |
513 | 2024-11-13T21:20:36.699Z | Downloaded icu_collections v1.5.0 |
514 | 2024-11-13T21:20:36.703Z | Downloaded termtree v0.4.1 |
515 | 2024-11-13T21:20:36.705Z | Downloaded is_ci v1.2.0 |
516 | 2024-11-13T21:20:36.708Z | Downloaded rustc-hash v1.1.0 |
517 | 2024-11-13T21:20:36.708Z | Downloaded bitfield-struct v0.6.2 |
518 | 2024-11-13T21:20:36.710Z | Downloaded bit-set v0.5.3 |
519 | 2024-11-13T21:20:36.710Z | Downloaded async-stream v0.3.6 |
520 | 2024-11-13T21:20:36.713Z | Downloaded match_cfg v0.1.0 |
521 | 2024-11-13T21:20:36.715Z | Downloaded convert_case v0.4.0 |
522 | 2024-11-13T21:20:36.715Z | Downloaded array-init v0.0.4 |
523 | 2024-11-13T21:20:36.718Z | Downloaded chacha20 v0.9.1 |
524 | 2024-11-13T21:20:36.720Z | Downloaded instant v0.1.13 |
525 | 2024-11-13T21:20:36.720Z | Downloaded mirai-annotations v1.12.0 |
526 | 2024-11-13T21:20:36.722Z | Downloaded md5 v0.7.0 |
527 | 2024-11-13T21:20:36.722Z | Downloaded cipher v0.4.4 |
528 | 2024-11-13T21:20:36.725Z | Downloaded bcrypt-pbkdf v0.10.0 |
529 | 2024-11-13T21:20:36.727Z | Downloaded indicatif v0.17.8 |
530 | 2024-11-13T21:20:36.730Z | Downloaded strum_macros v0.24.3 |
531 | 2024-11-13T21:20:36.732Z | Downloaded iana-time-zone v0.1.61 |
532 | 2024-11-13T21:20:36.736Z | Downloaded strum v0.26.3 |
533 | 2024-11-13T21:20:36.738Z | Downloaded secrecy v0.8.0 |
534 | 2024-11-13T21:20:36.740Z | Downloaded async-trait v0.1.83 |
535 | 2024-11-13T21:20:36.743Z | Downloaded zone_cfg_derive v0.1.2 |
536 | 2024-11-13T21:20:36.745Z | Downloaded cbc v0.1.2 |
537 | 2024-11-13T21:20:36.748Z | Downloaded hickory-server v0.24.1 |
538 | 2024-11-13T21:20:36.753Z | Downloaded termcolor v1.4.1 |
539 | 2024-11-13T21:20:36.756Z | Downloaded yoke-derive v0.7.4 |
540 | 2024-11-13T21:20:36.759Z | Downloaded progenitor-macro v0.8.0 |
541 | 2024-11-13T21:20:36.759Z | Downloaded const_format_proc_macros v0.2.33 |
542 | 2024-11-13T21:20:36.762Z | Downloaded maplit v1.0.2 |
543 | 2024-11-13T21:20:36.764Z | Downloaded lru-cache v0.1.2 |
544 | 2024-11-13T21:20:36.764Z | Downloaded ciborium v0.2.2 |
545 | 2024-11-13T21:20:36.767Z | Downloaded dyn-clone v1.0.17 |
546 | 2024-11-13T21:20:36.770Z | Downloaded rand_core v0.6.4 |
547 | 2024-11-13T21:20:36.772Z | Downloaded maybe-uninit v2.0.0 |
548 | 2024-11-13T21:20:36.775Z | Downloaded rustc-hash v2.0.0 |
549 | 2024-11-13T21:20:36.778Z | Downloaded md-5 v0.10.6 |
550 | 2024-11-13T21:20:36.778Z | Downloaded cancel-safe-futures v0.1.5 |
551 | 2024-11-13T21:20:36.781Z | Downloaded spin v0.5.2 |
552 | 2024-11-13T21:20:36.784Z | Downloaded endian-type v0.1.2 |
553 | 2024-11-13T21:20:36.786Z | Downloaded which v4.4.2 |
554 | 2024-11-13T21:20:36.786Z | Downloaded num-conv v0.1.0 |
555 | 2024-11-13T21:20:36.789Z | Downloaded thiserror-impl-no-std v2.0.2 |
556 | 2024-11-13T21:20:36.792Z | Downloaded wait-timeout v0.2.0 |
557 | 2024-11-13T21:20:36.792Z | Downloaded base64ct v1.6.0 |
558 | 2024-11-13T21:20:36.796Z | Downloaded mio v1.0.2 |
559 | 2024-11-13T21:20:36.802Z | Downloaded oso-derive v0.27.3 |
560 | 2024-11-13T21:20:36.805Z | Downloaded path-slash v0.1.5 |
561 | 2024-11-13T21:20:36.807Z | Downloaded fxhash v0.2.1 |
562 | 2024-11-13T21:20:36.807Z | Downloaded whoami v1.5.2 |
563 | 2024-11-13T21:20:36.810Z | Downloaded dirs-sys-next v0.1.2 |
564 | 2024-11-13T21:20:36.812Z | Downloaded foreign-types v0.3.2 |
565 | 2024-11-13T21:20:36.812Z | Downloaded tokio-tungstenite v0.21.0 |
566 | 2024-11-13T21:20:36.815Z | Downloaded mime v0.3.17 |
567 | 2024-11-13T21:20:36.817Z | Downloaded zone v0.3.0 |
568 | 2024-11-13T21:20:36.820Z | Downloaded diesel-dtrace v0.3.0 |
569 | 2024-11-13T21:20:36.820Z | Downloaded cookie v0.18.1 |
570 | 2024-11-13T21:20:36.823Z | Downloaded env_filter v0.1.2 |
571 | 2024-11-13T21:20:36.825Z | Downloaded slog-term v2.9.1 |
572 | 2024-11-13T21:20:36.829Z | Downloaded form_urlencoded v1.2.1 |
573 | 2024-11-13T21:20:36.831Z | Downloaded termios v0.3.3 |
574 | 2024-11-13T21:20:36.834Z | Downloaded enum-as-inner v0.6.1 |
575 | 2024-11-13T21:20:36.836Z | Downloaded enum-as-inner v0.5.1 |
576 | 2024-11-13T21:20:36.836Z | Downloaded sqlparser_derive v0.2.2 |
577 | 2024-11-13T21:20:36.840Z | Downloaded nibble_vec v0.1.0 |
578 | 2024-11-13T21:20:36.840Z | Downloaded crc-any v2.5.0 |
579 | 2024-11-13T21:20:36.842Z | Downloaded indexmap v1.9.3 |
580 | 2024-11-13T21:20:36.847Z | Downloaded yoke v0.7.4 |
581 | 2024-11-13T21:20:36.849Z | Downloaded parse-display v0.10.0 |
582 | 2024-11-13T21:20:36.852Z | Downloaded gethostname v0.5.0 |
583 | 2024-11-13T21:20:36.854Z | Downloaded toolchain_find v0.4.0 |
584 | 2024-11-13T21:20:36.854Z | Downloaded yasna v0.5.2 |
585 | 2024-11-13T21:20:36.857Z | Downloaded derive_builder_macro v0.20.2 |
586 | 2024-11-13T21:20:36.860Z | Downloaded write16 v1.0.0 |
587 | 2024-11-13T21:20:36.860Z | Downloaded polyval v0.6.2 |
588 | 2024-11-13T21:20:36.863Z | Downloaded phf_shared v0.11.2 |
589 | 2024-11-13T21:20:36.865Z | Downloaded pbkdf2 v0.11.0 |
590 | 2024-11-13T21:20:36.867Z | Downloaded diesel_table_macro_syntax v0.2.0 |
591 | 2024-11-13T21:20:36.870Z | Downloaded rtoolbox v0.0.2 |
592 | 2024-11-13T21:20:36.870Z | Downloaded futures-channel v0.3.31 |
593 | 2024-11-13T21:20:36.872Z | Downloaded rand_xorshift v0.3.0 |
594 | 2024-11-13T21:20:36.875Z | Downloaded newtype_derive v0.1.6 |
595 | 2024-11-13T21:20:36.878Z | Downloaded rand_seeder v0.3.0 |
596 | 2024-11-13T21:20:36.878Z | Downloaded rand_chacha v0.3.1 |
597 | 2024-11-13T21:20:36.881Z | Downloaded serde_urlencoded v0.7.1 |
598 | 2024-11-13T21:20:36.884Z | Downloaded scheduled-thread-pool v0.2.7 |
599 | 2024-11-13T21:20:36.884Z | Downloaded value-bag v1.9.0 |
600 | 2024-11-13T21:20:36.887Z | Downloaded topological-sort v0.2.2 |
601 | 2024-11-13T21:20:36.889Z | Downloaded const_format v0.2.33 |
602 | 2024-11-13T21:20:36.895Z | Downloaded openssl-probe v0.1.5 |
603 | 2024-11-13T21:20:36.898Z | Downloaded base64 v0.22.1 |
604 | 2024-11-13T21:20:36.901Z | Downloaded psl-types v2.0.11 |
605 | 2024-11-13T21:20:36.903Z | Downloaded utf8_iter v1.0.4 |
606 | 2024-11-13T21:20:36.904Z | Downloaded utf16_iter v1.0.5 |
607 | 2024-11-13T21:20:36.907Z | Downloaded wyz v0.5.1 |
608 | 2024-11-13T21:20:36.907Z | Downloaded writeable v0.5.5 |
609 | 2024-11-13T21:20:36.910Z | Downloaded aes v0.8.4 |
610 | 2024-11-13T21:20:36.913Z | Downloaded sigpipe v0.1.3 |
611 | 2024-11-13T21:20:36.916Z | Downloaded fixedbitset v0.4.2 |
612 | 2024-11-13T21:20:36.919Z | Downloaded fallible-streaming-iterator v0.1.9 |
613 | 2024-11-13T21:20:36.919Z | Downloaded miniz_oxide v0.8.0 |
614 | 2024-11-13T21:20:36.921Z | Downloaded ff v0.13.0 |
615 | 2024-11-13T21:20:36.924Z | Downloaded bumpalo v3.16.0 |
616 | 2024-11-13T21:20:36.927Z | Downloaded hash32 v0.3.1 |
617 | 2024-11-13T21:20:36.929Z | Downloaded sqlformat v0.2.6 |
618 | 2024-11-13T21:20:36.932Z | Downloaded unicode-bidi v0.3.17 |
619 | 2024-11-13T21:20:36.934Z | Downloaded pkg-config v0.3.31 |
620 | 2024-11-13T21:20:36.938Z | Downloaded crypto-bigint v0.5.5 |
621 | 2024-11-13T21:20:36.944Z | Downloaded dhcproto-macros v0.1.0 |
622 | 2024-11-13T21:20:36.947Z | Downloaded darling_macro v0.20.10 |
623 | 2024-11-13T21:20:36.947Z | Downloaded pin-utils v0.1.0 |
624 | 2024-11-13T21:20:36.950Z | Downloaded new_debug_unreachable v1.0.6 |
625 | 2024-11-13T21:20:36.950Z | Downloaded foreign-types-shared v0.3.1 |
626 | 2024-11-13T21:20:36.950Z | Downloaded foreign-types-shared v0.1.1 |
627 | 2024-11-13T21:20:36.953Z | Downloaded scrypt v0.11.0 |
628 | 2024-11-13T21:20:36.956Z | Downloaded packed_struct v0.10.1 |
629 | 2024-11-13T21:20:36.959Z | Downloaded typify v0.2.0 |
630 | 2024-11-13T21:20:36.962Z | Downloaded ref-cast v1.0.23 |
631 | 2024-11-13T21:20:36.964Z | Downloaded peg-runtime v0.8.3 |
632 | 2024-11-13T21:20:36.964Z | Downloaded strum_macros v0.25.3 |
633 | 2024-11-13T21:20:36.967Z | Downloaded parse-size v1.1.0 |
634 | 2024-11-13T21:20:36.970Z | Downloaded globset v0.4.15 |
635 | 2024-11-13T21:20:36.970Z | Downloaded structmeta v0.3.0 |
636 | 2024-11-13T21:20:36.973Z | Downloaded slog-async v2.8.0 |
637 | 2024-11-13T21:20:36.976Z | Downloaded utf-8 v0.7.6 |
638 | 2024-11-13T21:20:36.976Z | Downloaded tungstenite v0.21.0 |
639 | 2024-11-13T21:20:36.981Z | Downloaded num-rational v0.4.2 |
640 | 2024-11-13T21:20:36.984Z | Downloaded aws-lc-rs v1.10.0 |
641 | 2024-11-13T21:20:36.992Z | Downloaded tinyvec_macros v0.1.1 |
642 | 2024-11-13T21:20:36.995Z | Downloaded time-core v0.1.2 |
643 | 2024-11-13T21:20:36.995Z | Downloaded defmt v0.3.8 |
644 | 2024-11-13T21:20:36.998Z | Downloaded pkcs8 v0.10.2 |
645 | 2024-11-13T21:20:37.014Z | Downloaded phf_shared v0.10.0 |
646 | 2024-11-13T21:20:37.017Z | Downloaded num-integer v0.1.46 |
647 | 2024-11-13T21:20:37.020Z | Downloaded diff v0.1.13 |
648 | 2024-11-13T21:20:37.022Z | Downloaded elliptic-curve v0.13.8 |
649 | 2024-11-13T21:20:37.025Z | Downloaded zone_cfg_derive v0.3.0 |
650 | 2024-11-13T21:20:37.028Z | Downloaded num-iter v0.1.45 |
651 | 2024-11-13T21:20:37.030Z | Downloaded progenitor-client v0.8.0 |
652 | 2024-11-13T21:20:37.030Z | Downloaded peg v0.8.4 |
653 | 2024-11-13T21:20:37.033Z | Downloaded pbkdf2 v0.12.2 |
654 | 2024-11-13T21:20:37.036Z | Downloaded xz2 v0.1.7 |
655 | 2024-11-13T21:20:37.039Z | Downloaded minimal-lexical v0.2.1 |
656 | 2024-11-13T21:20:37.044Z | Downloaded untrusted v0.9.0 |
657 | 2024-11-13T21:20:37.046Z | Downloaded tls_codec_derive v0.4.1 |
658 | 2024-11-13T21:20:37.049Z | Downloaded rustls-pemfile v1.0.4 |
659 | 2024-11-13T21:20:37.051Z | Downloaded vte_generate_state_changes v0.1.2 |
660 | 2024-11-13T21:20:37.054Z | Downloaded native-tls v0.2.12 |
661 | 2024-11-13T21:20:37.054Z | Downloaded fs_extra v1.3.0 |
662 | 2024-11-13T21:20:37.057Z | Downloaded tokio-macros v2.4.0 |
663 | 2024-11-13T21:20:37.060Z | Downloaded tungstenite v0.24.0 |
664 | 2024-11-13T21:20:37.062Z | Downloaded vsss-rs v3.3.4 |
665 | 2024-11-13T21:20:37.065Z | Downloaded olpc-cjson v0.1.4 |
666 | 2024-11-13T21:20:37.068Z | Downloaded either v1.13.0 |
667 | 2024-11-13T21:20:37.071Z | Downloaded newline-converter v0.3.0 |
668 | 2024-11-13T21:20:37.073Z | Downloaded primeorder v0.13.6 |
669 | 2024-11-13T21:20:37.073Z | Downloaded downcast v0.11.0 |
670 | 2024-11-13T21:20:37.076Z | Downloaded diesel_derives v2.2.3 |
671 | 2024-11-13T21:20:37.079Z | Downloaded foldhash v0.1.3 |
672 | 2024-11-13T21:20:37.082Z | Downloaded float-ord v0.3.2 |
673 | 2024-11-13T21:20:37.085Z | Downloaded ecdsa v0.16.9 |
674 | 2024-11-13T21:20:37.085Z | Downloaded precomputed-hash v0.1.1 |
675 | 2024-11-13T21:20:37.088Z | Downloaded predicates v3.1.2 |
676 | 2024-11-13T21:20:37.090Z | Downloaded pretty-hex v0.2.1 |
677 | 2024-11-13T21:20:37.092Z | Downloaded unicode-xid v0.2.6 |
678 | 2024-11-13T21:20:37.096Z | Downloaded unicode-truncate v1.1.0 |
679 | 2024-11-13T21:20:37.097Z | Downloaded rustfmt-wrapper v0.2.1 |
680 | 2024-11-13T21:20:37.099Z | Downloaded rsa v0.9.6 |
681 | 2024-11-13T21:20:37.103Z | Downloaded rustls-pemfile v2.2.0 |
682 | 2024-11-13T21:20:37.106Z | Downloaded slab v0.4.9 |
683 | 2024-11-13T21:20:37.109Z | Downloaded stable_deref_trait v1.2.0 |
684 | 2024-11-13T21:20:37.112Z | Downloaded slog-bunyan v2.5.0 |
685 | 2024-11-13T21:20:37.112Z | Downloaded zone v0.1.8 |
686 | 2024-11-13T21:20:37.115Z | Downloaded env_logger v0.11.5 |
687 | 2024-11-13T21:20:37.118Z | Downloaded tokio-rustls v0.25.0 |
688 | 2024-11-13T21:20:37.120Z | Downloaded serde_yaml v0.9.34+deprecated |
689 | 2024-11-13T21:20:37.123Z | Downloaded tokio-rustls v0.24.1 |
690 | 2024-11-13T21:20:37.126Z | Downloaded group v0.13.0 |
691 | 2024-11-13T21:20:37.128Z | Downloaded opaque-debug v0.3.1 |
692 | 2024-11-13T21:20:37.132Z | Downloaded bindgen v0.69.5 |
693 | 2024-11-13T21:20:37.138Z | Downloaded nanorand v0.7.0 |
694 | 2024-11-13T21:20:37.141Z | Downloaded uuid v1.11.0 |
695 | 2024-11-13T21:20:37.145Z | Downloaded predicates-tree v1.0.11 |
696 | 2024-11-13T21:20:37.148Z | Downloaded predicates-core v1.0.8 |
697 | 2024-11-13T21:20:37.151Z | Downloaded percent-encoding v2.3.1 |
698 | 2024-11-13T21:20:37.151Z | Downloaded peg-macros v0.8.4 |
699 | 2024-11-13T21:20:37.155Z | Downloaded qorb v0.2.0 |
700 | 2024-11-13T21:20:37.158Z | Downloaded serde_path_to_error v0.1.16 |
701 | 2024-11-13T21:20:37.161Z | Downloaded tiny-keccak v2.0.2 |
702 | 2024-11-13T21:20:37.164Z | Downloaded omicron-zone-package v0.11.1 |
703 | 2024-11-13T21:20:37.167Z | Downloaded quinn-proto v0.11.8 |
704 | 2024-11-13T21:20:37.175Z | Downloaded tower-service v0.3.3 |
705 | 2024-11-13T21:20:37.178Z | Downloaded number_prefix v0.4.0 |
706 | 2024-11-13T21:20:37.178Z | Downloaded num_threads v0.1.7 |
707 | 2024-11-13T21:20:37.181Z | Downloaded sct v0.7.1 |
708 | 2024-11-13T21:20:37.184Z | Downloaded glob v0.3.1 |
709 | 2024-11-13T21:20:37.192Z | Downloaded hash32 v0.2.1 |
710 | 2024-11-13T21:20:37.192Z | Downloaded embedded-io v0.4.0 |
711 | 2024-11-13T21:20:37.195Z | Downloaded parking_lot_core v0.9.10 |
712 | 2024-11-13T21:20:37.195Z | Downloaded p256 v0.13.2 |
713 | 2024-11-13T21:20:37.195Z | Downloaded publicsuffix v2.2.3 |
714 | 2024-11-13T21:20:37.199Z | Downloaded try-lock v0.2.5 |
715 | 2024-11-13T21:20:37.202Z | Downloaded signal-hook v0.3.17 |
716 | 2024-11-13T21:20:37.205Z | Downloaded r2d2 v0.8.10 |
717 | 2024-11-13T21:20:37.208Z | Downloaded strip-ansi-escapes v0.2.0 |
718 | 2024-11-13T21:20:37.208Z | Downloaded slog-scope v4.4.0 |
719 | 2024-11-13T21:20:37.221Z | Downloaded universal-hash v0.5.1 |
720 | 2024-11-13T21:20:37.221Z | Downloaded zeroize_derive v1.4.2 |
721 | 2024-11-13T21:20:37.221Z | Downloaded string_cache v0.8.7 |
722 | 2024-11-13T21:20:37.221Z | Downloaded num-bigint v0.4.6 |
723 | 2024-11-13T21:20:37.226Z | Downloaded normalize-line-endings v0.3.0 |
724 | 2024-11-13T21:20:37.226Z | Downloaded nodrop v0.1.14 |
725 | 2024-11-13T21:20:37.226Z | Downloaded want v0.3.1 |
726 | 2024-11-13T21:20:37.226Z | Downloaded futures-core v0.3.31 |
727 | 2024-11-13T21:20:37.226Z | Downloaded heck v0.3.3 |
728 | 2024-11-13T21:20:37.226Z | Downloaded zerovec-derive v0.10.3 |
729 | 2024-11-13T21:20:37.229Z | Downloaded walkdir v2.5.0 |
730 | 2024-11-13T21:20:37.229Z | Downloaded shlex v1.3.0 |
731 | 2024-11-13T21:20:37.232Z | Downloaded take_mut v0.2.2 |
732 | 2024-11-13T21:20:37.232Z | Downloaded embedded-io v0.6.1 |
733 | 2024-11-13T21:20:37.234Z | Downloaded smf v0.2.3 |
734 | 2024-11-13T21:20:37.237Z | Downloaded parse-display-derive v0.10.0 |
735 | 2024-11-13T21:20:37.237Z | Downloaded typify-macro v0.2.0 |
736 | 2024-11-13T21:20:37.240Z | Downloaded russh-cryptovec v0.7.3 |
737 | 2024-11-13T21:20:37.240Z | Downloaded futures-io v0.3.31 |
738 | 2024-11-13T21:20:37.240Z | Downloaded foreign-types v0.5.0 |
739 | 2024-11-13T21:20:37.243Z | Downloaded futures-macro v0.3.31 |
740 | 2024-11-13T21:20:37.243Z | Downloaded rfc6979 v0.4.0 |
741 | 2024-11-13T21:20:37.246Z | Downloaded futures-executor v0.3.31 |
742 | 2024-11-13T21:20:37.246Z | Downloaded tokio-postgres v0.7.12 |
743 | 2024-11-13T21:20:37.251Z | Downloaded flume v0.11.1 |
744 | 2024-11-13T21:20:37.255Z | Downloaded sync_wrapper v1.0.1 |
745 | 2024-11-13T21:20:37.258Z | Downloaded tar v0.4.43 |
746 | 2024-11-13T21:20:37.261Z | Downloaded untrusted v0.7.1 |
747 | 2024-11-13T21:20:37.261Z | Downloaded pin-project-lite v0.2.14 |
748 | 2024-11-13T21:20:37.267Z | Downloaded phf_codegen v0.11.2 |
749 | 2024-11-13T21:20:37.269Z | Downloaded darling_core v0.20.10 |
750 | 2024-11-13T21:20:37.274Z | Downloaded slog-envlogger v2.2.0 |
751 | 2024-11-13T21:20:37.276Z | Downloaded pem v3.0.4 |
752 | 2024-11-13T21:20:37.279Z | Downloaded supports-color v3.0.1 |
753 | 2024-11-13T21:20:37.279Z | Downloaded subtle v2.6.1 |
754 | 2024-11-13T21:20:37.281Z | Downloaded nu-ansi-term v0.50.1 |
755 | 2024-11-13T21:20:37.284Z | Downloaded dropshot_endpoint v0.12.0 |
756 | 2024-11-13T21:20:37.287Z | Downloaded synstructure v0.13.1 |
757 | 2024-11-13T21:20:37.289Z | Downloaded zerofrom v0.1.4 |
758 | 2024-11-13T21:20:37.289Z | Downloaded half v2.4.1 |
759 | 2024-11-13T21:20:37.292Z | Downloaded smallvec v1.13.2 |
760 | 2024-11-13T21:20:37.295Z | Downloaded itertools v0.13.0 |
761 | 2024-11-13T21:20:37.304Z | Downloaded deranged v0.3.11 |
762 | 2024-11-13T21:20:37.306Z | Downloaded tokio-stream v0.1.16 |
763 | 2024-11-13T21:20:37.310Z | Downloaded tabwriter v1.4.0 |
764 | 2024-11-13T21:20:37.314Z | Downloaded quinn-udp v0.5.5 |
765 | 2024-11-13T21:20:37.320Z | Downloaded rustc-demangle v0.1.24 |
766 | 2024-11-13T21:20:37.321Z | Downloaded multimap v0.10.0 |
767 | 2024-11-13T21:20:37.321Z | Downloaded phf v0.11.2 |
768 | 2024-11-13T21:20:37.321Z | Downloaded schemars v0.8.21 |
769 | 2024-11-13T21:20:37.332Z | Downloaded static_assertions v1.1.0 |
770 | 2024-11-13T21:20:37.335Z | Downloaded radium v0.7.0 |
771 | 2024-11-13T21:20:37.335Z | Downloaded ppv-lite86 v0.2.20 |
772 | 2024-11-13T21:20:37.338Z | Downloaded powerfmt v0.2.0 |
773 | 2024-11-13T21:20:37.338Z | Downloaded des v0.8.1 |
774 | 2024-11-13T21:20:37.341Z | Downloaded slog-stdlog v4.1.1 |
775 | 2024-11-13T21:20:37.344Z | Downloaded slog-dtrace v0.3.0 |
776 | 2024-11-13T21:20:37.344Z | Downloaded der_derive v0.7.3 |
777 | 2024-11-13T21:20:37.344Z | Downloaded unicode-segmentation v1.12.0 |
778 | 2024-11-13T21:20:37.349Z | Downloaded resolv-conf v0.7.0 |
779 | 2024-11-13T21:20:37.352Z | Downloaded parking_lot v0.12.3 |
780 | 2024-11-13T21:20:37.354Z | Downloaded derive_builder_core v0.20.2 |
781 | 2024-11-13T21:20:37.357Z | Downloaded futures-util v0.3.31 |
782 | 2024-11-13T21:20:37.370Z | Downloaded russh-keys v0.45.0 |
783 | 2024-11-13T21:20:37.374Z | Downloaded postgres-types v0.2.8 |
784 | 2024-11-13T21:20:37.377Z | Downloaded pem-rfc7468 v0.7.0 |
785 | 2024-11-13T21:20:37.379Z | Downloaded tracing-attributes v0.1.27 |
786 | 2024-11-13T21:20:37.382Z | Downloaded derive-where v1.2.7 |
787 | 2024-11-13T21:20:37.386Z | Downloaded multer v3.1.0 |
788 | 2024-11-13T21:20:37.388Z | Downloaded derive_builder v0.20.2 |
789 | 2024-11-13T21:20:37.393Z | Downloaded quinn v0.11.5 |
790 | 2024-11-13T21:20:37.397Z | Downloaded tough v0.19.0 |
791 | 2024-11-13T21:20:37.406Z | Downloaded unsafe-libyaml v0.2.11 |
792 | 2024-11-13T21:20:37.410Z | Downloaded ed25519-dalek v2.1.1 |
793 | 2024-11-13T21:20:37.414Z | Downloaded flate2 v1.0.34 |
794 | 2024-11-13T21:20:37.419Z | Downloaded tungstenite v0.23.0 |
795 | 2024-11-13T21:20:37.424Z | Downloaded steno v0.4.1 |
796 | 2024-11-13T21:20:37.428Z | Downloaded zerovec v0.10.4 |
797 | 2024-11-13T21:20:37.435Z | Downloaded unicode_categories v0.1.1 |
798 | 2024-11-13T21:20:37.438Z | Downloaded winnow v0.5.40 |
799 | 2024-11-13T21:20:37.448Z | Downloaded headers v0.4.0 |
800 | 2024-11-13T21:20:37.455Z | Downloaded rand v0.8.5 |
801 | 2024-11-13T21:20:37.460Z | Downloaded tracing-core v0.1.32 |
802 | 2024-11-13T21:20:37.463Z | Downloaded portable-atomic v1.9.0 |
803 | 2024-11-13T21:20:37.471Z | Downloaded rustls-webpki v0.101.7 |
804 | 2024-11-13T21:20:37.487Z | Downloaded rayon v1.10.0 |
805 | 2024-11-13T21:20:37.499Z | Downloaded lalrpop v0.19.12 |
806 | 2024-11-13T21:20:37.510Z | Downloaded heapless v0.8.0 |
807 | 2024-11-13T21:20:37.514Z | Downloaded icu_properties_data v1.5.0 |
808 | 2024-11-13T21:20:37.526Z | Downloaded heapless v0.7.17 |
809 | 2024-11-13T21:20:37.531Z | Downloaded h2 v0.4.6 |
810 | 2024-11-13T21:20:37.539Z | Downloaded quick-xml v0.33.0 |
811 | 2024-11-13T21:20:37.546Z | Downloaded tokio-util v0.7.12 |
812 | 2024-11-13T21:20:37.554Z | Downloaded curve25519-dalek v4.1.3 |
813 | 2024-11-13T21:20:37.565Z | Downloaded salty v0.3.0 |
814 | 2024-11-13T21:20:37.573Z | Downloaded mockall_derive v0.13.0 |
815 | 2024-11-13T21:20:37.576Z | Downloaded chrono v0.4.38 |
816 | 2024-11-13T21:20:37.584Z | Downloaded unicode-normalization v0.1.24 |
817 | 2024-11-13T21:20:37.587Z | Downloaded idna v0.2.3 |
818 | 2024-11-13T21:20:37.595Z | Downloaded russh v0.45.0 |
819 | 2024-11-13T21:20:37.601Z | Downloaded nom v7.1.3 |
820 | 2024-11-13T21:20:37.607Z | Downloaded webpki-roots v0.26.6 |
821 | 2024-11-13T21:20:37.612Z | Downloaded idna v0.4.0 |
822 | 2024-11-13T21:20:37.619Z | Downloaded smoltcp v0.9.1 |
823 | 2024-11-13T21:20:37.633Z | Downloaded idna v0.5.0 |
824 | 2024-11-13T21:20:37.640Z | Downloaded chrono-tz v0.10.0 |
825 | 2024-11-13T21:20:37.649Z | Downloaded rustls-webpki v0.102.8 |
826 | 2024-11-13T21:20:37.669Z | Downloaded reqwest v0.12.9 |
827 | 2024-11-13T21:20:37.680Z | Downloaded vcpkg v0.2.15 |
828 | 2024-11-13T21:20:37.720Z | Downloaded p384 v0.13.0 |
829 | 2024-11-13T21:20:37.726Z | Downloaded hickory-proto v0.24.1 |
830 | 2024-11-13T21:20:37.743Z | Downloaded radix_trie v0.2.1 |
831 | 2024-11-13T21:20:37.748Z | Downloaded smoltcp v0.11.0 |
832 | 2024-11-13T21:20:37.762Z | Downloaded trust-dns-proto v0.22.0 |
833 | 2024-11-13T21:20:37.775Z | Downloaded polar-core v0.27.3 |
834 | 2024-11-13T21:20:37.785Z | Downloaded regex-syntax v0.6.29 |
835 | 2024-11-13T21:20:37.793Z | Downloaded diesel v2.2.4 |
836 | 2024-11-13T21:20:37.813Z | Downloaded git2 v0.19.0 |
837 | 2024-11-13T21:20:37.822Z | Downloaded regress v0.9.1 |
838 | 2024-11-13T21:20:37.832Z | Downloaded openssl v0.10.68 |
839 | 2024-11-13T21:20:37.843Z | Downloaded rustls v0.23.14 |
840 | 2024-11-13T21:20:37.856Z | Downloaded nix v0.29.0 |
841 | 2024-11-13T21:20:37.869Z | Downloaded regress v0.10.1 |
842 | 2024-11-13T21:20:37.878Z | Downloaded ratatui v0.28.1 |
843 | 2024-11-13T21:20:37.900Z | Downloaded rustls v0.22.4 |
844 | 2024-11-13T21:20:37.913Z | Downloaded regex-syntax v0.8.5 |
845 | 2024-11-13T21:20:37.921Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
846 | 2024-11-13T21:20:37.935Z | Downloaded openapiv3 v2.0.0 |
847 | 2024-11-13T21:20:37.948Z | Downloaded zerocopy-derive v0.6.6 |
848 | 2024-11-13T21:20:37.958Z | Downloaded dropshot v0.12.0 |
849 | 2024-11-13T21:20:37.978Z | Downloaded nix v0.28.0 |
850 | 2024-11-13T21:20:37.990Z | Downloaded sled v0.34.7 |
851 | 2024-11-13T21:20:38.001Z | Downloaded dropshot v0.13.0 |
852 | 2024-11-13T21:20:38.024Z | Downloaded object v0.36.5 |
853 | 2024-11-13T21:20:38.035Z | Downloaded typify-impl v0.2.0 |
854 | 2024-11-13T21:20:38.051Z | Downloaded regex-automata v0.4.8 |
855 | 2024-11-13T21:20:38.068Z | Downloaded object v0.30.4 |
856 | 2024-11-13T21:20:38.079Z | Downloaded rustls v0.21.12 |
857 | 2024-11-13T21:20:38.089Z | Downloaded nix v0.27.1 |
858 | 2024-11-13T21:20:38.101Z | Downloaded gimli v0.31.1 |
859 | 2024-11-13T21:20:38.109Z | Downloaded petgraph v0.6.5 |
860 | 2024-11-13T21:20:38.129Z | Downloaded lzma-sys v0.1.20 |
861 | 2024-11-13T21:20:38.157Z | Downloaded csv v1.3.0 |
862 | 2024-11-13T21:20:38.177Z | Downloaded bstr v1.10.0 |
863 | 2024-11-13T21:20:38.188Z | Downloaded reedline v0.35.0 |
864 | 2024-11-13T21:20:38.195Z | Downloaded regex v1.11.1 |
865 | 2024-11-13T21:20:38.210Z | Downloaded tokio v1.40.0 |
866 | 2024-11-13T21:20:38.247Z | Downloaded libz-sys v1.1.20 |
867 | 2024-11-13T21:20:38.267Z | Downloaded idna v0.3.0 |
868 | 2024-11-13T21:20:38.274Z | Downloaded tracing v0.1.40 |
869 | 2024-11-13T21:20:38.279Z | Downloaded rustyline v14.0.0 |
870 | 2024-11-13T21:20:38.285Z | Downloaded sqlparser v0.45.0 |
871 | 2024-11-13T21:20:38.290Z | Downloaded proptest v1.5.0 |
872 | 2024-11-13T21:20:38.300Z | Downloaded expectorate v1.1.0 |
873 | 2024-11-13T21:20:38.303Z | Downloaded sha3 v0.10.8 |
874 | 2024-11-13T21:20:38.307Z | Downloaded p521 v0.13.3 |
875 | 2024-11-13T21:20:38.312Z | Downloaded rusqlite v0.32.1 |
876 | 2024-11-13T21:20:38.318Z | Downloaded tokio-rustls v0.26.0 |
877 | 2024-11-13T21:20:38.321Z | Downloaded ssh-key v0.6.6 |
878 | 2024-11-13T21:20:38.327Z | Downloaded hashbrown v0.14.5 |
879 | 2024-11-13T21:20:38.333Z | Downloaded dhcproto v0.12.0 |
880 | 2024-11-13T21:20:38.336Z | Downloaded zip v0.6.6 |
881 | 2024-11-13T21:20:38.340Z | Downloaded zip v2.1.3 |
882 | 2024-11-13T21:20:38.345Z | Downloaded prettyplease v0.2.25 |
883 | 2024-11-13T21:20:38.349Z | Downloaded serde_with v3.11.0 |
884 | 2024-11-13T21:20:38.357Z | Downloaded tinyvec v1.8.0 |
885 | 2024-11-13T21:20:38.360Z | Downloaded num_enum_derive v0.5.11 |
886 | 2024-11-13T21:20:38.363Z | Downloaded futures v0.3.31 |
887 | 2024-11-13T21:20:38.366Z | Downloaded samael v0.0.17 |
888 | 2024-11-13T21:20:38.372Z | Downloaded toml_edit v0.19.15 |
889 | 2024-11-13T21:20:38.389Z | Downloaded hashlink v0.9.1 |
890 | 2024-11-13T21:20:38.393Z | Downloaded der v0.7.9 |
891 | 2024-11-13T21:20:38.396Z | Downloaded zeroize v1.8.1 |
892 | 2024-11-13T21:20:38.399Z | Downloaded ena v0.14.3 |
893 | 2024-11-13T21:20:38.402Z | Downloaded structmeta v0.2.0 |
894 | 2024-11-13T21:20:38.402Z | Downloaded phf_generator v0.11.2 |
895 | 2024-11-13T21:20:38.402Z | Downloaded tinystr v0.7.6 |
896 | 2024-11-13T21:20:38.405Z | Downloaded vte v0.11.1 |
897 | 2024-11-13T21:20:38.409Z | Downloaded hashbrown v0.13.2 |
898 | 2024-11-13T21:20:38.411Z | Downloaded parse-zoneinfo v0.3.1 |
899 | 2024-11-13T21:20:38.414Z | Downloaded blake3 v1.5.4 |
900 | 2024-11-13T21:20:38.421Z | Downloaded time v0.3.36 |
901 | 2024-11-13T21:20:38.429Z | Downloaded typed-path v0.9.3 |
902 | 2024-11-13T21:20:38.434Z | Downloaded encoding_rs v0.8.34 |
903 | 2024-11-13T21:20:38.456Z | Downloaded packed_struct_codegen v0.10.1 |
904 | 2024-11-13T21:20:38.459Z | Downloaded vergen v8.3.2 |
905 | 2024-11-13T21:20:38.463Z | Downloaded pin-project v1.1.6 |
906 | 2024-11-13T21:20:38.471Z | Downloaded rcgen v0.12.1 |
907 | 2024-11-13T21:20:38.474Z | Downloaded hashbrown v0.12.3 |
908 | 2024-11-13T21:20:38.481Z | Downloaded aho-corasick v1.1.3 |
909 | 2024-11-13T21:20:38.485Z | Downloaded similar v2.6.0 |
910 | 2024-11-13T21:20:38.489Z | Downloaded num-bigint-dig v0.8.4 |
911 | 2024-11-13T21:20:38.493Z | Downloaded pin-project-internal v1.1.6 |
912 | 2024-11-13T21:20:38.496Z | Downloaded parking_lot_core v0.8.6 |
913 | 2024-11-13T21:20:38.499Z | Downloaded newtype-uuid v1.1.3 |
914 | 2024-11-13T21:20:38.501Z | Downloaded libxml v0.3.3 |
915 | 2024-11-13T21:20:38.506Z | Downloaded serde_repr v0.1.19 |
916 | 2024-11-13T21:20:38.508Z | Downloaded serde_plain v1.0.2 |
917 | 2024-11-13T21:20:38.511Z | Downloaded salsa20 v0.10.2 |
918 | 2024-11-13T21:20:38.511Z | Downloaded snafu v0.8.5 |
919 | 2024-11-13T21:20:38.516Z | Downloaded x509-cert v0.2.5 |
920 | 2024-11-13T21:20:38.523Z | Downloaded same-file v1.0.6 |
921 | 2024-11-13T21:20:38.525Z | Downloaded displaydoc v0.2.5 |
922 | 2024-11-13T21:20:38.527Z | Downloaded time-macros v0.2.18 |
923 | 2024-11-13T21:20:38.530Z | Downloaded zopfli v0.8.1 |
924 | 2024-11-13T21:20:38.532Z | Downloaded hyper v1.5.0 |
925 | 2024-11-13T21:20:38.539Z | Downloaded crossterm v0.28.1 |
926 | 2024-11-13T21:20:38.545Z | Downloaded serde_derive_internals v0.29.1 |
927 | 2024-11-13T21:20:38.548Z | Downloaded progenitor-impl v0.8.0 |
928 | 2024-11-13T21:20:38.550Z | Downloaded itertools v0.10.5 |
929 | 2024-11-13T21:20:38.555Z | Downloaded zerocopy v0.6.6 |
930 | 2024-11-13T21:20:38.558Z | Downloaded zerofrom-derive v0.1.4 |
931 | 2024-11-13T21:20:38.560Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
932 | 2024-11-13T21:20:38.619Z | Downloaded unicode-properties v0.1.3 |
933 | 2024-11-13T21:20:38.621Z | Downloaded dropshot_endpoint v0.13.0 |
934 | 2024-11-13T21:20:38.624Z | Downloaded rustls-pki-types v1.9.0 |
935 | 2024-11-13T21:20:38.627Z | Downloaded rustc_version v0.4.1 |
936 | 2024-11-13T21:20:38.629Z | Downloaded progenitor v0.8.0 |
937 | 2024-11-13T21:20:38.629Z | Downloaded proc-macro-crate v1.3.1 |
938 | 2024-11-13T21:20:38.632Z | Downloaded subprocess v0.2.9 |
939 | 2024-11-13T21:20:38.634Z | Downloaded tap v1.0.1 |
940 | 2024-11-13T21:20:38.634Z | Downloaded siphasher v0.3.11 |
941 | 2024-11-13T21:20:38.634Z | Downloaded simd-adler32 v0.3.7 |
942 | 2024-11-13T21:20:38.637Z | Downloaded uzers v0.12.1 |
943 | 2024-11-13T21:20:38.640Z | Downloaded openssl-sys v0.9.104 |
944 | 2024-11-13T21:20:38.644Z | Downloaded flagset v0.4.6 |
945 | 2024-11-13T21:20:38.646Z | Downloaded parking_lot v0.11.2 |
946 | 2024-11-13T21:20:38.649Z | Downloaded slog v2.7.0 |
947 | 2024-11-13T21:20:38.651Z | Downloaded float-cmp v0.9.0 |
948 | 2024-11-13T21:20:38.655Z | Downloaded fallible-iterator v0.3.0 |
949 | 2024-11-13T21:20:38.655Z | Downloaded fallible-iterator v0.2.0 |
950 | 2024-11-13T21:20:38.655Z | Downloaded password-hash v0.5.0 |
951 | 2024-11-13T21:20:38.659Z | Downloaded password-hash v0.4.2 |
952 | 2024-11-13T21:20:38.659Z | Downloaded toml v0.7.8 |
953 | 2024-11-13T21:20:38.662Z | Downloaded bitvec v1.0.1 |
954 | 2024-11-13T21:20:38.676Z | Downloaded oso v0.27.3 |
955 | 2024-11-13T21:20:38.679Z | Downloaded tls_codec v0.4.1 |
956 | 2024-11-13T21:20:38.682Z | Downloaded pkcs5 v0.7.1 |
957 | 2024-11-13T21:20:38.685Z | Downloaded num-traits v0.2.19 |
958 | 2024-11-13T21:20:38.688Z | Downloaded itertools v0.12.1 |
959 | 2024-11-13T21:20:38.695Z | Downloaded fatfs v0.3.6 |
960 | 2024-11-13T21:20:38.697Z | Downloaded socket2 v0.5.7 |
961 | 2024-11-13T21:20:38.703Z | Downloaded slog-json v2.6.1 |
962 | 2024-11-13T21:20:38.706Z | Downloaded snafu-derive v0.8.5 |
963 | 2024-11-13T21:20:38.706Z | Downloaded num v0.4.3 |
964 | 2024-11-13T21:20:38.706Z | Downloaded funty v2.0.0 |
965 | 2024-11-13T21:20:38.706Z | Downloaded fragile v2.0.0 |
966 | 2024-11-13T21:20:38.709Z | Downloaded foreign-types-macros v0.2.3 |
967 | 2024-11-13T21:20:38.709Z | Downloaded ed25519 v2.2.3 |
968 | 2024-11-13T21:20:38.711Z | Downloaded dunce v1.0.5 |
969 | 2024-11-13T21:20:38.714Z | Downloaded dsl_auto_type v0.1.2 |
970 | 2024-11-13T21:20:38.714Z | Downloaded strum_macros v0.26.4 |
971 | 2024-11-13T21:20:38.716Z | Downloaded ron v0.7.1 |
972 | 2024-11-13T21:20:38.720Z | Downloaded structmeta-derive v0.2.0 |
973 | 2024-11-13T21:20:38.723Z | Downloaded url v2.5.3 |
974 | 2024-11-13T21:20:38.725Z | Downloaded crossbeam-channel v0.5.13 |
975 | 2024-11-13T21:20:38.729Z | Downloaded dirs-next v2.0.0 |
976 | 2024-11-13T21:20:38.732Z | Downloaded scopeguard v1.2.0 |
977 | 2024-11-13T21:20:38.732Z | Downloaded hkdf v0.12.4 |
978 | 2024-11-13T21:20:38.736Z | Downloaded thiserror-no-std v2.0.2 |
979 | 2024-11-13T21:20:38.739Z | Downloaded serde_with_macros v3.11.0 |
980 | 2024-11-13T21:20:38.741Z | Downloaded num_enum v0.5.11 |
981 | 2024-11-13T21:20:38.745Z | Downloaded test-strategy v0.3.1 |
982 | 2024-11-13T21:20:38.749Z | Downloaded fd-lock v4.0.2 |
983 | 2024-11-13T21:20:38.751Z | Downloaded difflib v0.4.0 |
984 | 2024-11-13T21:20:38.754Z | Downloaded poly1305 v0.8.0 |
985 | 2024-11-13T21:20:38.756Z | Downloaded filetime v0.2.25 |
986 | 2024-11-13T21:20:38.757Z | Downloaded display-error-chain v0.2.2 |
987 | 2024-11-13T21:20:38.759Z | Downloaded debug-ignore v1.0.5 |
988 | 2024-11-13T21:20:38.759Z | Downloaded data-encoding v2.6.0 |
989 | 2024-11-13T21:20:38.762Z | Downloaded xattr v1.3.1 |
990 | 2024-11-13T21:20:38.762Z | Downloaded postgres-protocol v0.6.7 |
991 | 2024-11-13T21:20:38.764Z | Downloaded postcard v1.0.10 |
992 | 2024-11-13T21:20:38.767Z | Downloaded pkcs1 v0.7.5 |
993 | 2024-11-13T21:20:38.770Z | Downloaded owo-colors v4.1.0 |
994 | 2024-11-13T21:20:38.773Z | Downloaded ron v0.8.1 |
995 | 2024-11-13T21:20:38.777Z | Downloaded rayon-core v1.12.1 |
996 | 2024-11-13T21:20:38.781Z | Downloaded num-complex v0.4.6 |
997 | 2024-11-13T21:20:38.785Z | Downloaded twox-hash v1.6.3 |
998 | 2024-11-13T21:20:38.787Z | Downloaded tokio-native-tls v0.3.1 |
999 | 2024-11-13T21:20:38.787Z | Downloaded thread_local v1.1.8 |
1000 | 2024-11-13T21:20:38.787Z | Downloaded derive_more v0.99.18 |
1001 | 2024-11-13T21:20:38.792Z | Downloaded compact_str v0.8.0 |
1002 | 2024-11-13T21:20:38.796Z | Downloaded openssl-macros v0.1.1 |
1003 | 2024-11-13T21:20:38.798Z | Downloaded getrandom v0.2.15 |
1004 | 2024-11-13T21:20:38.801Z | Downloaded idna v1.0.3 |
1005 | 2024-11-13T21:20:38.804Z | Downloaded ssh-encoding v0.2.0 |
1006 | 2024-11-13T21:20:38.807Z | Downloaded ssh-cipher v0.2.0 |
1007 | 2024-11-13T21:20:38.807Z | Downloaded shell-words v1.1.0 |
1008 | 2024-11-13T21:20:38.809Z | Downloaded sha1 v0.10.6 |
1009 | 2024-11-13T21:20:38.809Z | Downloaded sec1 v0.7.3 |
1010 | 2024-11-13T21:20:38.812Z | Downloaded futures-sink v0.3.31 |
1011 | 2024-11-13T21:20:38.812Z | Downloaded libm v0.2.8 |
1012 | 2024-11-13T21:20:38.820Z | Downloaded icu_properties v1.5.1 |
1013 | 2024-11-13T21:20:38.823Z | Downloaded icu_locid_transform_data v1.5.0 |
1014 | 2024-11-13T21:20:38.825Z | Downloaded hyper-util v0.1.10 |
1015 | 2024-11-13T21:20:38.829Z | Downloaded quick-error v1.2.3 |
1016 | 2024-11-13T21:20:38.832Z | Downloaded arc-swap v1.7.1 |
1017 | 2024-11-13T21:20:38.842Z | Downloaded paste v1.0.15 |
1018 | 2024-11-13T21:20:38.842Z | Downloaded futures-task v0.3.31 |
1019 | 2024-11-13T21:20:38.842Z | Downloaded term v0.7.0 |
1020 | 2024-11-13T21:20:38.845Z | Downloaded bytes v1.7.2 |
1021 | 2024-11-13T21:20:38.847Z | Downloaded waitgroup v0.1.2 |
1022 | 2024-11-13T21:20:38.847Z | Downloaded num-derive v0.4.2 |
1023 | 2024-11-13T21:20:38.850Z | Downloaded env_logger v0.10.2 |
1024 | 2024-11-13T21:20:38.852Z | Downloaded litemap v0.7.3 |
1025 | 2024-11-13T21:20:38.855Z | Downloaded base64 v0.13.1 |
1026 | 2024-11-13T21:20:38.858Z | Downloaded ghash v0.5.1 |
1027 | 2024-11-13T21:20:38.861Z | Downloaded icu_provider v1.5.0 |
1028 | 2024-11-13T21:20:38.864Z | Downloaded crossbeam-utils v0.8.20 |
1029 | 2024-11-13T21:20:38.867Z | Downloaded unarray v0.1.4 |
1030 | 2024-11-13T21:20:38.870Z | Downloaded tokio-tungstenite v0.24.0 |
1031 | 2024-11-13T21:20:38.872Z | Downloaded icu_locid v1.5.0 |
1032 | 2024-11-13T21:20:38.875Z | Downloaded unicase v2.7.0 |
1033 | 2024-11-13T21:20:38.878Z | Downloaded tokio-tungstenite v0.23.1 |
1034 | 2024-11-13T21:20:38.880Z | Downloaded defmt-macros v0.3.9 |
1035 | 2024-11-13T21:20:38.883Z | Downloaded crossbeam-epoch v0.9.18 |
1036 | 2024-11-13T21:20:38.887Z | Downloaded lock_api v0.4.12 |
1037 | 2024-11-13T21:20:38.890Z | Downloaded defmt-parser v0.3.4 |
1038 | 2024-11-13T21:20:38.890Z | Downloaded blake2 v0.10.6 |
1039 | 2024-11-13T21:20:38.890Z | Downloaded icu_normalizer v1.5.0 |
1040 | 2024-11-13T21:20:38.893Z | Downloaded tui-tree-widget v0.22.0 |
1041 | 2024-11-13T21:20:38.896Z | Downloaded spin v0.9.8 |
1042 | 2024-11-13T21:20:38.898Z | Downloaded libloading v0.8.5 |
1043 | 2024-11-13T21:20:38.901Z | Downloaded jobserver v0.1.32 |
1044 | 2024-11-13T21:20:38.904Z | Downloaded ipnet v2.10.1 |
1045 | 2024-11-13T21:20:38.904Z | Downloaded idna_adapter v1.2.0 |
1046 | 2024-11-13T21:20:38.907Z | Downloaded csv-core v0.1.11 |
1047 | 2024-11-13T21:20:38.907Z | Downloaded crc32fast v1.4.2 |
1048 | 2024-11-13T21:20:38.910Z | Downloaded console v0.15.8 |
1049 | 2024-11-13T21:20:38.912Z | Downloaded spki v0.7.3 |
1050 | 2024-11-13T21:20:38.912Z | Downloaded signature v2.2.0 |
1051 | 2024-11-13T21:20:38.916Z | Downloaded schemars_derive v0.8.21 |
1052 | 2024-11-13T21:20:38.916Z | Downloaded structmeta-derive v0.3.0 |
1053 | 2024-11-13T21:20:38.919Z | Downloaded stringprep v0.1.5 |
1054 | 2024-11-13T21:20:38.919Z | Downloaded rustversion v1.0.17 |
1055 | 2024-11-13T21:20:38.921Z | Downloaded hmac v0.12.1 |
1056 | 2024-11-13T21:20:38.924Z | Downloaded signal-hook-tokio v0.3.1 |
1057 | 2024-11-13T21:20:38.924Z | Downloaded signal-hook-registry v1.4.2 |
1058 | 2024-11-13T21:20:38.927Z | Downloaded serde-hex v0.1.0 |
1059 | 2024-11-13T21:20:38.927Z | Downloaded rustc_version v0.1.7 |
1060 | 2024-11-13T21:20:38.927Z | Downloaded httparse v1.9.5 |
1061 | 2024-11-13T21:20:38.929Z | Downloaded lockfree-object-pool v0.1.6 |
1062 | 2024-11-13T21:20:38.932Z | Downloaded ref-cast-impl v1.0.23 |
1063 | 2024-11-13T21:20:38.935Z | Downloaded mockall v0.13.0 |
1064 | 2024-11-13T21:20:38.935Z | Downloaded backoff v0.4.0 |
1065 | 2024-11-13T21:20:38.937Z | Downloaded argon2 v0.5.3 |
1066 | 2024-11-13T21:20:38.937Z | Downloaded crc v3.2.1 |
1067 | 2024-11-13T21:20:38.940Z | Downloaded memoffset v0.9.1 |
1068 | 2024-11-13T21:20:38.943Z | Downloaded linked-hash-map v0.5.6 |
1069 | 2024-11-13T21:20:38.943Z | Downloaded bitflags v1.3.2 |
1070 | 2024-11-13T21:20:38.946Z | Downloaded hyper-staticfile v0.10.1 |
1071 | 2024-11-13T21:20:38.948Z | Downloaded bcs v0.1.6 |
1072 | 2024-11-13T21:20:38.951Z | Downloaded async-bb8-diesel v0.2.1 |
1073 | 2024-11-13T21:20:38.954Z | Downloaded lazy_static v1.5.0 |
1074 | 2024-11-13T21:20:38.954Z | Downloaded kstat-rs v0.2.4 |
1075 | 2024-11-13T21:20:38.957Z | Downloaded ipnetwork v0.20.0 |
1076 | 2024-11-13T21:20:38.957Z | Downloaded arrayvec v0.7.6 |
1077 | 2024-11-13T21:20:38.959Z | Downloaded signal-hook-mio v0.2.4 |
1078 | 2024-11-13T21:20:38.962Z | Downloaded lazycell v1.3.0 |
1079 | 2024-11-13T21:20:38.962Z | Downloaded inout v0.1.3 |
1080 | 2024-11-13T21:20:38.962Z | Downloaded indoc v1.0.9 |
1081 | 2024-11-13T21:20:38.965Z | Downloaded indent_write v2.2.0 |
1082 | 2024-11-13T21:20:38.968Z | Downloaded curve25519-dalek-derive v0.1.1 |
1083 | 2024-11-13T21:20:38.968Z | Downloaded hubpack v0.1.2 |
1084 | 2024-11-13T21:20:38.972Z | Downloaded http v1.1.0 |
1085 | 2024-11-13T21:20:38.975Z | Downloaded cobs v0.2.3 |
1086 | 2024-11-13T21:20:38.975Z | Downloaded cexpr v0.6.0 |
1087 | 2024-11-13T21:20:38.980Z | Downloaded blowfish v0.9.1 |
1088 | 2024-11-13T21:20:38.980Z | Downloaded highway v1.2.0 |
1089 | 2024-11-13T21:20:38.982Z | Downloaded smallvec v0.6.14 |
1090 | 2024-11-13T21:20:38.983Z | Downloaded serde-big-array v0.5.1 |
1091 | 2024-11-13T21:20:38.983Z | Downloaded rusty-fork v0.3.0 |
1092 | 2024-11-13T21:20:38.985Z | Downloaded ciborium-ll v0.2.2 |
1093 | 2024-11-13T21:20:38.985Z | Downloaded semver v0.1.20 |
1094 | 2024-11-13T21:20:38.985Z | Downloaded rpassword v7.3.1 |
1095 | 2024-11-13T21:20:38.988Z | Downloaded ident_case v1.0.1 |
1096 | 2024-11-13T21:20:38.988Z | Downloaded headers-core v0.3.0 |
1097 | 2024-11-13T21:20:38.988Z | Downloaded bit-vec v0.6.3 |
1098 | 2024-11-13T21:20:38.991Z | Downloaded base16ct v0.2.0 |
1099 | 2024-11-13T21:20:38.991Z | Downloaded ascii-canvas v3.0.0 |
1100 | 2024-11-13T21:20:38.994Z | Downloaded hostname v0.4.0 |
1101 | 2024-11-13T21:20:38.994Z | Downloaded cfg_aliases v0.2.1 |
1102 | 2024-11-13T21:20:38.994Z | Downloaded cc v1.1.30 |
1103 | 2024-11-13T21:20:38.997Z | Downloaded ahash v0.8.11 |
1104 | 2024-11-13T21:20:38.999Z | Downloaded addr2line v0.24.2 |
1105 | 2024-11-13T21:20:39.003Z | Downloaded atty v0.2.14 |
1106 | 2024-11-13T21:20:39.003Z | Downloaded aead v0.5.2 |
1107 | 2024-11-13T21:20:39.006Z | Downloaded hyper-rustls v0.27.3 |
1108 | 2024-11-13T21:20:39.012Z | Downloaded keccak v0.1.5 |
1109 | 2024-11-13T21:20:39.012Z | Downloaded is-terminal v0.4.13 |
1110 | 2024-11-13T21:20:39.015Z | Downloaded instability v0.3.2 |
1111 | 2024-11-13T21:20:39.015Z | Downloaded impl-trait-for-tuples v0.2.2 |
1112 | 2024-11-13T21:20:39.016Z | Downloaded ring v0.17.8 |
1113 | 2024-11-13T21:20:39.083Z | Downloaded clang-sys v1.8.1 |
1114 | 2024-11-13T21:20:39.086Z | Downloaded arrayref v0.3.9 |
1115 | 2024-11-13T21:20:39.089Z | Downloaded colored v2.1.0 |
1116 | 2024-11-13T21:20:39.091Z | Downloaded bitfield v0.14.0 |
1117 | 2024-11-13T21:20:39.091Z | Downloaded cookie_store v0.21.0 |
1118 | 2024-11-13T21:20:39.094Z | Downloaded crossbeam-deque v0.8.5 |
1119 | 2024-11-13T21:20:39.094Z | Downloaded cassowary v0.3.0 |
1120 | 2024-11-13T21:20:39.098Z | Downloaded cmake v0.1.51 |
1121 | 2024-11-13T21:20:39.098Z | Downloaded castaway v0.2.3 |
1122 | 2024-11-13T21:20:39.101Z | Downloaded block-padding v0.3.3 |
1123 | 2024-11-13T21:20:39.101Z | Downloaded hex v0.4.3 |
1124 | 2024-11-13T21:20:39.101Z | Downloaded crc-catalog v2.4.0 |
1125 | 2024-11-13T21:20:39.101Z | Downloaded buf-list v1.0.3 |
1126 | 2024-11-13T21:20:39.106Z | Downloaded atomic-waker v1.1.2 |
1127 | 2024-11-13T21:20:39.108Z | Downloaded hostname v0.3.1 |
1128 | 2024-11-13T21:20:39.111Z | Downloaded bb8 v0.8.5 |
1129 | 2024-11-13T21:20:39.135Z | Downloaded libsqlite3-sys v0.30.1 |
1130 | 2024-11-13T21:20:39.257Z | Downloaded ring v0.16.20 |
1131 | 2024-11-13T21:20:39.484Z | Downloaded aws-lc-sys v0.22.0 |
1132 | 2024-11-13T21:20:39.804Z | Compiling serde v1.0.215 |
1133 | 2024-11-13T21:20:39.807Z | Compiling lock_api v0.4.12 |
1134 | 2024-11-13T21:20:39.807Z | Compiling scopeguard v1.2.0 |
1135 | 2024-11-13T21:20:39.807Z | Compiling value-bag v1.9.0 |
1136 | 2024-11-13T21:20:39.807Z | Compiling typenum v1.17.0 |
1137 | 2024-11-13T21:20:39.807Z | Compiling generic-array v0.14.7 |
1138 | 2024-11-13T21:20:40.001Z | Compiling syn v2.0.87 |
1139 | 2024-11-13T21:20:40.004Z | Compiling getrandom v0.2.15 |
1140 | 2024-11-13T21:20:40.147Z | Compiling subtle v2.6.1 |
1141 | 2024-11-13T21:20:40.294Z | Compiling rand_core v0.6.4 |
1142 | 2024-11-13T21:20:40.400Z | Compiling log v0.4.22 |
1143 | 2024-11-13T21:20:40.501Z | Compiling shlex v1.3.0 |
1144 | 2024-11-13T21:20:40.549Z | Compiling jobserver v0.1.32 |
1145 | 2024-11-13T21:20:40.568Z | Compiling const-oid v0.9.6 |
1146 | 2024-11-13T21:20:40.935Z | Compiling smallvec v1.13.2 |
1147 | 2024-11-13T21:20:41.012Z | Compiling cc v1.1.30 |
1148 | 2024-11-13T21:20:41.057Z | Compiling spin v0.9.8 |
1149 | 2024-11-13T21:20:41.375Z | Compiling pin-project-lite v0.2.14 |
1150 | 2024-11-13T21:20:41.436Z | Compiling rustix v0.38.37 |
1151 | 2024-11-13T21:20:41.520Z | Compiling parking_lot_core v0.9.10 |
1152 | 2024-11-13T21:20:41.540Z | Compiling futures-core v0.3.31 |
1153 | 2024-11-13T21:20:41.620Z | Compiling signal-hook-registry v1.4.2 |
1154 | 2024-11-13T21:20:41.797Z | Compiling mio v1.0.2 |
1155 | 2024-11-13T21:20:42.415Z | Compiling parking_lot v0.12.3 |
1156 | 2024-11-13T21:20:42.488Z | Compiling aho-corasick v1.1.3 |
1157 | 2024-11-13T21:20:42.669Z | Compiling either v1.13.0 |
1158 | 2024-11-13T21:20:42.728Z | Compiling regex-syntax v0.8.5 |
1159 | 2024-11-13T21:20:42.889Z | Compiling cpufeatures v0.2.14 |
1160 | 2024-11-13T21:20:43.013Z | Compiling lazy_static v1.5.0 |
1161 | 2024-11-13T21:20:43.101Z | Compiling glob v0.3.1 |
1162 | 2024-11-13T21:20:43.145Z | Compiling futures-sink v0.3.31 |
1163 | 2024-11-13T21:20:43.163Z | Compiling stable_deref_trait v1.2.0 |
1164 | 2024-11-13T21:20:43.277Z | Compiling socket2 v0.5.7 |
1165 | 2024-11-13T21:20:43.304Z | Compiling slab v0.4.9 |
1166 | 2024-11-13T21:20:43.412Z | Compiling prettyplease v0.2.25 |
1167 | 2024-11-13T21:20:43.751Z | Compiling minimal-lexical v0.2.1 |
1168 | 2024-11-13T21:20:44.091Z | Compiling libloading v0.8.5 |
1169 | 2024-11-13T21:20:44.135Z | Compiling clang-sys v1.8.1 |
1170 | 2024-11-13T21:20:44.258Z | Compiling nom v7.1.3 |
1171 | 2024-11-13T21:20:44.295Z | Compiling home v0.5.9 |
1172 | 2024-11-13T21:20:44.524Z | Compiling serde_json v1.0.132 |
1173 | 2024-11-13T21:20:44.558Z | Compiling bindgen v0.69.5 |
1174 | 2024-11-13T21:20:44.879Z | Compiling futures-channel v0.3.31 |
1175 | 2024-11-13T21:20:45.307Z | Compiling itertools v0.12.1 |
1176 | 2024-11-13T21:20:45.376Z | Compiling pin-utils v0.1.0 |
1177 | 2024-11-13T21:20:45.476Z | Compiling allocator-api2 v0.2.18 |
1178 | 2024-11-13T21:20:45.502Z | Compiling rustc-hash v1.1.0 |
1179 | 2024-11-13T21:20:45.663Z | Compiling foldhash v0.1.3 |
1180 | 2024-11-13T21:20:45.991Z | Compiling lazycell v1.3.0 |
1181 | 2024-11-13T21:20:46.160Z | Compiling futures-task v0.3.31 |
1182 | 2024-11-13T21:20:46.310Z | Compiling futures-io v0.3.31 |
1183 | 2024-11-13T21:20:46.454Z | Compiling regex-automata v0.4.8 |
1184 | 2024-11-13T21:20:46.635Z | Compiling hashbrown v0.15.0 |
1185 | 2024-11-13T21:20:47.875Z | Compiling synstructure v0.13.1 |
1186 | 2024-11-13T21:20:48.234Z | Compiling cexpr v0.6.0 |
1187 | 2024-11-13T21:20:48.527Z | Compiling cmake v0.1.51 |
1188 | 2024-11-13T21:20:49.561Z | Compiling pkg-config v0.3.31 |
1189 | 2024-11-13T21:20:49.564Z | Compiling tinyvec_macros v0.1.1 |
1190 | 2024-11-13T21:20:49.657Z | Compiling fs_extra v1.3.0 |
1191 | 2024-11-13T21:20:49.678Z | Compiling dunce v1.0.5 |
1192 | 2024-11-13T21:20:49.802Z | Compiling libm v0.2.8 |
1193 | 2024-11-13T21:20:49.995Z | Compiling tinyvec v1.8.0 |
1194 | 2024-11-13T21:20:50.156Z | Compiling num-traits v0.2.19 |
1195 | 2024-11-13T21:20:50.709Z | Compiling ring v0.17.8 |
1196 | 2024-11-13T21:20:51.133Z | Compiling writeable v0.5.5 |
1197 | 2024-11-13T21:20:51.194Z | Compiling base64ct v1.6.0 |
1198 | 2024-11-13T21:20:51.607Z | Compiling unicode-normalization v0.1.24 |
1199 | 2024-11-13T21:20:51.661Z | Compiling paste v1.0.15 |
1200 | 2024-11-13T21:20:51.734Z | Compiling unicode-bidi v0.3.17 |
1201 | 2024-11-13T21:20:51.818Z | Compiling litemap v0.7.3 |
1202 | 2024-11-13T21:20:52.128Z | Compiling regex v1.11.1 |
1203 | 2024-11-13T21:20:52.205Z | Compiling pem-rfc7468 v0.7.0 |
1204 | 2024-11-13T21:20:52.926Z | Compiling httparse v1.9.5 |
1205 | 2024-11-13T21:20:53.141Z | Compiling flagset v0.4.6 |
1206 | 2024-11-13T21:20:53.159Z | Compiling aws-lc-rs v1.10.0 |
1207 | 2024-11-13T21:20:53.568Z | Compiling tracing-core v0.1.32 |
1208 | 2024-11-13T21:20:53.719Z | Compiling crossbeam-utils v0.8.20 |
1209 | 2024-11-13T21:20:54.305Z | Compiling percent-encoding v2.3.1 |
1210 | 2024-11-13T21:20:54.477Z | Compiling icu_locid_transform_data v1.5.0 |
1211 | 2024-11-13T21:20:54.562Z | Compiling rustls-pki-types v1.9.0 |
1212 | 2024-11-13T21:20:54.630Z | Compiling serde_derive v1.0.215 |
1213 | 2024-11-13T21:20:54.648Z | Compiling zeroize_derive v1.4.2 |
1214 | 2024-11-13T21:20:54.899Z | Compiling zerocopy-derive v0.7.35 |
1215 | 2024-11-13T21:20:55.332Z | Compiling tokio-macros v2.4.0 |
1216 | 2024-11-13T21:20:55.668Z | Compiling zerofrom-derive v0.1.4 |
1217 | 2024-11-13T21:20:56.196Z | Compiling zeroize v1.8.1 |
1218 | 2024-11-13T21:20:56.886Z | Compiling thiserror-impl v1.0.69 |
1219 | 2024-11-13T21:20:56.957Z | Compiling yoke-derive v0.7.4 |
1220 | 2024-11-13T21:20:57.248Z | Compiling zerocopy v0.7.35 |
1221 | 2024-11-13T21:20:57.896Z | Compiling crypto-common v0.1.6 |
1222 | 2024-11-13T21:20:58.117Z | Compiling block-buffer v0.10.4 |
1223 | 2024-11-13T21:20:58.391Z | Compiling digest v0.10.7 |
1224 | 2024-11-13T21:20:58.840Z | Compiling hmac v0.12.1 |
1225 | 2024-11-13T21:20:58.863Z | Compiling zerovec-derive v0.10.3 |
1226 | 2024-11-13T21:20:59.093Z | Compiling futures-macro v0.3.31 |
1227 | 2024-11-13T21:20:59.134Z | Compiling block-padding v0.3.3 |
1228 | 2024-11-13T21:20:59.384Z | Compiling displaydoc v0.2.5 |
1229 | 2024-11-13T21:20:59.729Z | Compiling zerofrom v0.1.4 |
1230 | 2024-11-13T21:20:59.969Z | Compiling inout v0.1.3 |
1231 | 2024-11-13T21:21:00.071Z | Compiling yoke v0.7.4 |
1232 | 2024-11-13T21:21:00.205Z | Compiling thiserror v1.0.69 |
1233 | 2024-11-13T21:21:00.245Z | Compiling cipher v0.4.4 |
1234 | 2024-11-13T21:21:00.346Z | Compiling sha2 v0.10.8 |
1235 | 2024-11-13T21:21:00.421Z | Compiling ppv-lite86 v0.2.20 |
1236 | 2024-11-13T21:21:00.768Z | Compiling der_derive v0.7.3 |
1237 | 2024-11-13T21:21:01.020Z | Compiling futures-util v0.3.31 |
1238 | 2024-11-13T21:21:01.093Z | Compiling icu_provider_macros v1.5.0 |
1239 | 2024-11-13T21:21:01.294Z | Compiling rand_chacha v0.3.1 |
1240 | 2024-11-13T21:21:01.474Z | Compiling zerovec v0.10.4 |
1241 | 2024-11-13T21:21:02.122Z | Compiling tracing-attributes v0.1.27 |
1242 | 2024-11-13T21:21:02.272Z | Compiling rand v0.8.5 |
1243 | 2024-11-13T21:21:03.169Z | Compiling der v0.7.9 |
1244 | 2024-11-13T21:21:03.625Z | Compiling tinystr v0.7.6 |
1245 | 2024-11-13T21:21:03.683Z | Compiling icu_collections v1.5.0 |
1246 | 2024-11-13T21:21:03.940Z | Compiling salsa20 v0.10.2 |
1247 | 2024-11-13T21:21:04.078Z | Compiling icu_locid v1.5.0 |
1248 | 2024-11-13T21:21:04.182Z | Compiling pest v2.7.14 |
1249 | 2024-11-13T21:21:04.506Z | Compiling pbkdf2 v0.12.2 |
1250 | 2024-11-13T21:21:04.692Z | Compiling untrusted v0.9.0 |
1251 | 2024-11-13T21:21:04.887Z | Compiling untrusted v0.7.1 |
1252 | 2024-11-13T21:21:05.076Z | Compiling num-conv v0.1.0 |
1253 | 2024-11-13T21:21:05.138Z | Compiling time-core v0.1.2 |
1254 | 2024-11-13T21:21:05.305Z | Compiling icu_provider v1.5.0 |
1255 | 2024-11-13T21:21:05.363Z | Compiling spki v0.7.3 |
1256 | 2024-11-13T21:21:05.725Z | Compiling vcpkg v0.2.15 |
1257 | 2024-11-13T21:21:05.900Z | Compiling tracing v0.1.40 |
1258 | 2024-11-13T21:21:06.422Z | Compiling icu_locid_transform v1.5.0 |
1259 | 2024-11-13T21:21:06.442Z | Compiling powerfmt v0.2.0 |
1260 | 2024-11-13T21:21:06.582Z | Compiling icu_properties_data v1.5.0 |
1261 | 2024-11-13T21:21:06.627Z | Compiling mirai-annotations v1.12.0 |
1262 | 2024-11-13T21:21:06.814Z | Compiling pest_meta v2.7.14 |
1263 | 2024-11-13T21:21:06.832Z | Compiling deranged v0.3.11 |
1264 | 2024-11-13T21:21:06.851Z | Compiling time-macros v0.2.18 |
1265 | 2024-11-13T21:21:07.344Z | Compiling scrypt v0.11.0 |
1266 | 2024-11-13T21:21:07.929Z | Compiling icu_properties v1.5.1 |
1267 | 2024-11-13T21:21:07.960Z | Compiling openssl-sys v0.9.104 |
1268 | 2024-11-13T21:21:08.788Z | Compiling bitflags v2.6.0 |
1269 | 2024-11-13T21:21:08.887Z | Compiling bytes v1.7.2 |
1270 | 2024-11-13T21:21:09.233Z | Compiling indexmap v2.6.0 |
1271 | 2024-11-13T21:21:10.198Z | Compiling tokio v1.40.0 |
1272 | 2024-11-13T21:21:10.214Z | Compiling http v1.1.0 |
1273 | 2024-11-13T21:21:10.745Z | Compiling semver v1.0.23 |
1274 | 2024-11-13T21:21:11.097Z | Compiling cbc v0.1.2 |
1275 | 2024-11-13T21:21:11.343Z | Compiling rustc_version v0.4.1 |
1276 | 2024-11-13T21:21:11.495Z | Compiling aes v0.8.4 |
1277 | 2024-11-13T21:21:11.946Z | Compiling scroll_derive v0.12.0 |
1278 | 2024-11-13T21:21:12.434Z | Compiling write16 v1.0.0 |
1279 | 2024-11-13T21:21:12.569Z | Compiling atomic-waker v1.1.2 |
1280 | 2024-11-13T21:21:12.670Z | Compiling utf8_iter v1.0.4 |
1281 | 2024-11-13T21:21:12.751Z | Compiling utf16_iter v1.0.5 |
1282 | 2024-11-13T21:21:12.853Z | Compiling num_threads v0.1.7 |
1283 | 2024-11-13T21:21:12.907Z | Compiling icu_normalizer_data v1.5.0 |
1284 | 2024-11-13T21:21:12.951Z | Compiling pkcs5 v0.7.1 |
1285 | 2024-11-13T21:21:12.986Z | Compiling time v0.3.36 |
1286 | 2024-11-13T21:21:13.010Z | Compiling icu_normalizer v1.5.0 |
1287 | 2024-11-13T21:21:13.385Z | Compiling which v4.4.2 |
1288 | 2024-11-13T21:21:13.464Z | Compiling scroll v0.12.0 |
1289 | 2024-11-13T21:21:14.039Z | Compiling http-body v1.0.1 |
1290 | 2024-11-13T21:21:14.286Z | Compiling pest_generator v2.7.14 |
1291 | 2024-11-13T21:21:14.306Z | Compiling form_urlencoded v1.2.1 |
1292 | 2024-11-13T21:21:14.424Z | Compiling try-lock v0.2.5 |
1293 | 2024-11-13T21:21:14.561Z | Compiling slog v2.7.0 |
1294 | 2024-11-13T21:21:14.580Z | Compiling goblin v0.8.2 |
1295 | 2024-11-13T21:21:14.618Z | Compiling want v0.3.1 |
1296 | 2024-11-13T21:21:14.894Z | Compiling idna_adapter v1.2.0 |
1297 | 2024-11-13T21:21:15.061Z | Compiling pkcs8 v0.10.2 |
1298 | 2024-11-13T21:21:15.102Z | Compiling httpdate v1.0.3 |
1299 | 2024-11-13T21:21:15.576Z | Compiling idna v1.0.3 |
1300 | 2024-11-13T21:21:15.788Z | Compiling uuid v1.11.0 |
1301 | 2024-11-13T21:21:16.053Z | Compiling serde_spanned v0.6.8 |
1302 | 2024-11-13T21:21:16.301Z | Compiling serde_tokenstream v0.2.2 |
1303 | 2024-11-13T21:21:16.341Z | Compiling pest_derive v2.7.14 |
1304 | 2024-11-13T21:21:16.920Z | Compiling toml_datetime v0.6.8 |
1305 | 2024-11-13T21:21:17.145Z | Compiling dtrace-parser v0.2.0 |
1306 | 2024-11-13T21:21:17.249Z | Compiling foreign-types-shared v0.1.1 |
1307 | 2024-11-13T21:21:17.361Z | Compiling match_cfg v0.1.0 |
1308 | 2024-11-13T21:21:17.417Z | Compiling rustversion v1.0.17 |
1309 | 2024-11-13T21:21:17.437Z | Compiling base64 v0.22.1 |
1310 | 2024-11-13T21:21:17.459Z | Compiling adler2 v2.0.0 |
1311 | 2024-11-13T21:21:17.664Z | Compiling tower-service v0.3.3 |
1312 | 2024-11-13T21:21:17.799Z | Compiling iana-time-zone v0.1.61 |
1313 | 2024-11-13T21:21:18.153Z | Compiling openssl v0.10.68 |
1314 | 2024-11-13T21:21:18.256Z | Compiling chrono v0.4.38 |
1315 | 2024-11-13T21:21:18.277Z | Compiling miniz_oxide v0.8.0 |
1316 | 2024-11-13T21:21:18.371Z | Compiling hostname v0.3.1 |
1317 | 2024-11-13T21:21:18.570Z | Compiling tokio-util v0.7.12 |
1318 | 2024-11-13T21:21:18.666Z | Compiling foreign-types v0.3.2 |
1319 | 2024-11-13T21:21:18.764Z | Compiling url v2.5.3 |
1320 | 2024-11-13T21:21:19.788Z | Compiling h2 v0.4.6 |
1321 | 2024-11-13T21:21:20.017Z | Compiling openssl-macros v0.1.1 |
1322 | 2024-11-13T21:21:20.693Z | Compiling dof v0.3.0 |
1323 | 2024-11-13T21:21:20.788Z | Compiling async-trait v0.1.83 |
1324 | 2024-11-13T21:21:20.831Z | Compiling dirs-sys-next v0.1.2 |
1325 | 2024-11-13T21:21:21.474Z | Compiling usdt-impl v0.5.0 |
1326 | 2024-11-13T21:21:22.088Z | Compiling rustls v0.23.14 |
1327 | 2024-11-13T21:21:22.356Z | Compiling rustls v0.22.4 |
1328 | 2024-11-13T21:21:22.617Z | Compiling data-encoding v2.6.0 |
1329 | 2024-11-13T21:21:22.888Z | Compiling native-tls v0.2.12 |
1330 | 2024-11-13T21:21:23.050Z | Compiling siphasher v0.3.11 |
1331 | 2024-11-13T21:21:23.214Z | Compiling syn v1.0.109 |
1332 | 2024-11-13T21:21:23.513Z | Compiling dirs-next v2.0.0 |
1333 | 2024-11-13T21:21:23.938Z | Compiling http-body-util v0.1.2 |
1334 | 2024-11-13T21:21:24.485Z | Compiling crossbeam-epoch v0.9.18 |
1335 | 2024-11-13T21:21:25.015Z | Compiling heapless v0.7.17 |
1336 | 2024-11-13T21:21:25.053Z | Compiling sha1 v0.10.6 |
1337 | 2024-11-13T21:21:25.089Z | Compiling signature v2.2.0 |
1338 | 2024-11-13T21:21:25.267Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1339 | 2024-11-13T21:21:25.388Z | Compiling serde_derive_internals v0.29.1 |
1340 | 2024-11-13T21:21:25.441Z | Compiling thread_local v1.1.8 |
1341 | 2024-11-13T21:21:25.461Z | Compiling multer v3.1.0 |
1342 | 2024-11-13T21:21:25.756Z | Compiling encoding_rs v0.8.34 |
1343 | 2024-11-13T21:21:25.776Z | Compiling cookie v0.18.1 |
1344 | 2024-11-13T21:21:25.950Z | Compiling slog-async v2.8.0 |
1345 | 2024-11-13T21:21:26.025Z | Compiling schemars v0.8.21 |
1346 | 2024-11-13T21:21:26.069Z | Compiling rayon-core v1.12.1 |
1347 | 2024-11-13T21:21:26.331Z | Compiling ipnet v2.10.1 |
1348 | 2024-11-13T21:21:26.363Z | Compiling mime v0.3.17 |
1349 | 2024-11-13T21:21:26.433Z | Compiling gimli v0.31.1 |
1350 | 2024-11-13T21:21:26.981Z | Compiling hyper v1.5.0 |
1351 | 2024-11-13T21:21:27.605Z | Compiling signal-hook v0.3.17 |
1352 | 2024-11-13T21:21:27.880Z | Compiling unicode-properties v0.1.3 |
1353 | 2024-11-13T21:21:28.225Z | Compiling openssl-probe v0.1.5 |
1354 | 2024-11-13T21:21:28.280Z | Compiling schemars_derive v0.8.21 |
1355 | 2024-11-13T21:21:28.607Z | Compiling stringprep v0.1.5 |
1356 | 2024-11-13T21:21:29.889Z | Compiling hyper-util v0.1.10 |
1357 | 2024-11-13T21:21:30.603Z | Compiling toml_edit v0.22.22 |
1358 | 2024-11-13T21:21:30.998Z | Compiling addr2line v0.24.2 |
1359 | 2024-11-13T21:21:31.730Z | Compiling usdt-macro v0.5.0 |
1360 | 2024-11-13T21:21:31.751Z | Compiling usdt-attr-macro v0.5.0 |
1361 | 2024-11-13T21:21:31.780Z | Compiling crossbeam-deque v0.8.5 |
1362 | 2024-11-13T21:21:32.373Z | Compiling term v0.7.0 |
1363 | 2024-11-13T21:21:32.610Z | Compiling slog-json v2.6.1 |
1364 | 2024-11-13T21:21:32.992Z | Compiling serde_urlencoded v0.7.1 |
1365 | 2024-11-13T21:21:33.126Z | Compiling crossbeam-channel v0.5.13 |
1366 | 2024-11-13T21:21:33.146Z | Compiling curve25519-dalek v4.1.3 |
1367 | 2024-11-13T21:21:33.329Z | Compiling futures-executor v0.3.31 |
1368 | 2024-11-13T21:21:33.519Z | Compiling enum-as-inner v0.6.1 |
1369 | 2024-11-13T21:21:33.761Z | Compiling md-5 v0.10.6 |
1370 | 2024-11-13T21:21:33.884Z | Compiling rustls-pemfile v2.2.0 |
1371 | 2024-11-13T21:21:33.912Z | Compiling async-stream-impl v0.3.6 |
1372 | 2024-11-13T21:21:34.009Z | Compiling num-integer v0.1.46 |
1373 | 2024-11-13T21:21:34.219Z | Compiling idna v0.4.0 |
1374 | 2024-11-13T21:21:34.241Z | Compiling idna v0.3.0 |
1375 | 2024-11-13T21:21:34.614Z | Compiling hash32 v0.2.1 |
1376 | 2024-11-13T21:21:35.144Z | Compiling ff v0.13.0 |
1377 | 2024-11-13T21:21:35.151Z | Compiling is-terminal v0.4.13 |
1378 | 2024-11-13T21:21:35.151Z | Compiling dropshot v0.12.0 |
1379 | 2024-11-13T21:21:35.151Z | Compiling object v0.36.5 |
1380 | 2024-11-13T21:21:35.285Z | Compiling num-bigint-dig v0.8.4 |
1381 | 2024-11-13T21:21:35.305Z | Compiling utf-8 v0.7.6 |
1382 | 2024-11-13T21:21:35.573Z | Compiling portable-atomic v1.9.0 |
1383 | 2024-11-13T21:21:35.644Z | Compiling fallible-iterator v0.2.0 |
1384 | 2024-11-13T21:21:35.873Z | Compiling take_mut v0.2.2 |
1385 | 2024-11-13T21:21:35.978Z | Compiling base16ct v0.2.0 |
1386 | 2024-11-13T21:21:36.040Z | Compiling linked-hash-map v0.5.6 |
1387 | 2024-11-13T21:21:36.330Z | Compiling dyn-clone v1.0.17 |
1388 | 2024-11-13T21:21:36.395Z | Compiling anyhow v1.0.93 |
1389 | 2024-11-13T21:21:36.429Z | Compiling rustc-demangle v0.1.24 |
1390 | 2024-11-13T21:21:36.551Z | Compiling quick-error v1.2.3 |
1391 | 2024-11-13T21:21:36.697Z | Compiling smoltcp v0.9.1 |
1392 | 2024-11-13T21:21:36.725Z | Compiling psl-types v2.0.11 |
1393 | 2024-11-13T21:21:36.935Z | Compiling publicsuffix v2.2.3 |
1394 | 2024-11-13T21:21:37.257Z | Compiling resolv-conf v0.7.0 |
1395 | 2024-11-13T21:21:37.388Z | Compiling lru-cache v0.1.2 |
1396 | 2024-11-13T21:21:37.448Z | Compiling postgres-protocol v0.6.7 |
1397 | 2024-11-13T21:21:37.597Z | Compiling sec1 v0.7.3 |
1398 | 2024-11-13T21:21:38.235Z | Compiling tungstenite v0.24.0 |
1399 | 2024-11-13T21:21:38.794Z | Compiling async-stream v0.3.6 |
1400 | 2024-11-13T21:21:39.107Z | Compiling slog-term v2.9.1 |
1401 | 2024-11-13T21:21:39.137Z | Compiling hickory-proto v0.24.1 |
1402 | 2024-11-13T21:21:39.322Z | Compiling usdt v0.5.0 |
1403 | 2024-11-13T21:21:39.848Z | Compiling group v0.13.0 |
1404 | 2024-11-13T21:21:40.378Z | Compiling num-iter v0.1.45 |
1405 | 2024-11-13T21:21:40.573Z | Compiling toml v0.8.19 |
1406 | 2024-11-13T21:21:40.727Z | Compiling futures v0.3.31 |
1407 | 2024-11-13T21:21:40.846Z | Compiling slog-bunyan v2.5.0 |
1408 | 2024-11-13T21:21:42.301Z | Compiling camino v1.1.9 |
1409 | 2024-11-13T21:21:42.426Z | Compiling tokio-native-tls v0.3.1 |
1410 | 2024-11-13T21:21:42.717Z | Compiling backtrace v0.3.74 |
1411 | 2024-11-13T21:21:42.988Z | Compiling phf_shared v0.11.2 |
1412 | 2024-11-13T21:21:43.290Z | Compiling dropshot_endpoint v0.12.0 |
1413 | 2024-11-13T21:21:43.363Z | Compiling terminal_size v0.4.0 |
1414 | 2024-11-13T21:21:43.383Z | Compiling waitgroup v0.1.2 |
1415 | 2024-11-13T21:21:43.535Z | Compiling openapiv3 v2.0.0 |
1416 | 2024-11-13T21:21:43.591Z | Compiling serde_path_to_error v0.1.16 |
1417 | 2024-11-13T21:21:43.611Z | Compiling hkdf v0.12.4 |
1418 | 2024-11-13T21:21:43.873Z | Compiling crypto-bigint v0.5.5 |
1419 | 2024-11-13T21:21:44.470Z | Compiling webpki-roots v0.26.6 |
1420 | 2024-11-13T21:21:44.687Z | Compiling curve25519-dalek-derive v0.1.1 |
1421 | 2024-11-13T21:21:46.305Z | Compiling zerocopy-derive v0.6.6 |
1422 | 2024-11-13T21:21:46.308Z | Compiling hubpack_derive v0.1.1 |
1423 | 2024-11-13T21:21:46.421Z | Compiling idna v0.5.0 |
1424 | 2024-11-13T21:21:47.200Z | Compiling hostname v0.4.0 |
1425 | 2024-11-13T21:21:47.463Z | Compiling ahash v0.8.11 |
1426 | 2024-11-13T21:21:47.812Z | Compiling fs-err v2.11.0 |
1427 | 2024-11-13T21:21:47.960Z | Compiling crc32fast v1.4.2 |
1428 | 2024-11-13T21:21:48.037Z | Compiling bitflags v1.3.2 |
1429 | 2024-11-13T21:21:48.099Z | Compiling winnow v0.5.40 |
1430 | 2024-11-13T21:21:48.102Z | Compiling managed v0.8.0 |
1431 | 2024-11-13T21:21:48.142Z | Compiling debug-ignore v1.0.5 |
1432 | 2024-11-13T21:21:48.284Z | Compiling console v0.15.8 |
1433 | 2024-11-13T21:21:48.303Z | Compiling flate2 v1.0.34 |
1434 | 2024-11-13T21:21:48.572Z | Compiling zerocopy v0.6.6 |
1435 | 2024-11-13T21:21:49.247Z | Compiling clap_builder v4.5.20 |
1436 | 2024-11-13T21:21:49.453Z | Compiling strum_macros v0.25.3 |
1437 | 2024-11-13T21:21:50.006Z | Compiling cookie_store v0.21.0 |
1438 | 2024-11-13T21:21:50.027Z | Compiling hubpack v0.1.2 |
1439 | 2024-11-13T21:21:50.054Z | Compiling elliptic-curve v0.13.8 |
1440 | 2024-11-13T21:21:50.813Z | Compiling hickory-resolver v0.24.1 |
1441 | 2024-11-13T21:21:51.679Z | Compiling toml_edit v0.19.15 |
1442 | 2024-11-13T21:21:51.878Z | Compiling phf v0.11.2 |
1443 | 2024-11-13T21:21:51.965Z | Compiling signal-hook-mio v0.2.4 |
1444 | 2024-11-13T21:21:52.136Z | Compiling hyper-tls v0.6.0 |
1445 | 2024-11-13T21:21:52.160Z | Compiling rayon v1.10.0 |
1446 | 2024-11-13T21:21:52.586Z | Compiling bzip2 v0.4.4 |
1447 | 2024-11-13T21:21:53.674Z | Compiling tokio-tungstenite v0.24.0 |
1448 | 2024-11-13T21:21:54.228Z | Compiling postgres-types v0.2.8 |
1449 | 2024-11-13T21:21:57.072Z | Compiling ed25519 v2.2.3 |
1450 | 2024-11-13T21:21:57.129Z | Compiling phf_shared v0.10.0 |
1451 | 2024-11-13T21:21:57.536Z | Compiling tokio-stream v0.1.16 |
1452 | 2024-11-13T21:21:57.697Z | Compiling pkcs1 v0.7.5 |
1453 | 2024-11-13T21:21:58.608Z | Compiling serde-big-array v0.5.1 |
1454 | 2024-11-13T21:21:58.703Z | Compiling clap_derive v4.5.18 |
1455 | 2024-11-13T21:21:58.706Z | Compiling rfc6979 v0.4.0 |
1456 | 2024-11-13T21:21:58.839Z | Compiling derive-where v1.2.7 |
1457 | 2024-11-13T21:21:58.890Z | Compiling serde_repr v0.1.19 |
1458 | 2024-11-13T21:21:58.911Z | Compiling float-cmp v0.9.0 |
1459 | 2024-11-13T21:21:58.964Z | Compiling bstr v1.10.0 |
1460 | 2024-11-13T21:21:59.125Z | Compiling sync_wrapper v1.0.1 |
1461 | 2024-11-13T21:21:59.285Z | Compiling bit-vec v0.6.3 |
1462 | 2024-11-13T21:21:59.791Z | Compiling precomputed-hash v0.1.1 |
1463 | 2024-11-13T21:21:59.825Z | Compiling whoami v1.5.2 |
1464 | 2024-11-13T21:21:59.908Z | Compiling fixedbitset v0.4.2 |
1465 | 2024-11-13T21:22:00.091Z | Compiling new_debug_unreachable v1.0.6 |
1466 | 2024-11-13T21:22:00.197Z | Compiling number_prefix v0.4.0 |
1467 | 2024-11-13T21:22:00.383Z | Compiling static_assertions v1.1.0 |
1468 | 2024-11-13T21:22:00.437Z | Compiling normalize-line-endings v0.3.0 |
1469 | 2024-11-13T21:22:00.486Z | Compiling difflib v0.4.0 |
1470 | 2024-11-13T21:22:00.489Z | Compiling unicode-segmentation v1.12.0 |
1471 | 2024-11-13T21:22:00.563Z | Compiling predicates-core v1.0.8 |
1472 | 2024-11-13T21:22:00.800Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1473 | 2024-11-13T21:22:00.944Z | Compiling predicates v3.1.2 |
1474 | 2024-11-13T21:22:01.435Z | Compiling similar v2.6.0 |
1475 | 2024-11-13T21:22:02.153Z | Compiling indicatif v0.17.8 |
1476 | 2024-11-13T21:22:02.498Z | Compiling petgraph v0.6.5 |
1477 | 2024-11-13T21:22:02.712Z | Compiling string_cache v0.8.7 |
1478 | 2024-11-13T21:22:03.193Z | Compiling tokio-postgres v0.7.12 |
1479 | 2024-11-13T21:22:03.895Z | Compiling bit-set v0.5.3 |
1480 | 2024-11-13T21:22:04.014Z | Compiling clap v4.5.20 |
1481 | 2024-11-13T21:22:04.147Z | Compiling ecdsa v0.16.9 |
1482 | 2024-11-13T21:22:04.179Z | Compiling rsa v0.9.6 |
1483 | 2024-11-13T21:22:04.433Z | Compiling ed25519-dalek v2.1.1 |
1484 | 2024-11-13T21:22:05.029Z | Compiling toml v0.7.8 |
1485 | 2024-11-13T21:22:05.802Z | Compiling zip v0.6.6 |
1486 | 2024-11-13T21:22:06.669Z | Compiling crossterm v0.28.1 |
1487 | 2024-11-13T21:22:07.477Z | Compiling hex v0.4.3 |
1488 | 2024-11-13T21:22:07.565Z | Compiling x509-cert v0.2.5 |
1489 | 2024-11-13T21:22:07.951Z | Compiling itertools v0.10.5 |
1490 | 2024-11-13T21:22:08.087Z | Compiling unicode-xid v0.2.6 |
1491 | 2024-11-13T21:22:08.137Z | Compiling lalrpop-util v0.19.12 |
1492 | 2024-11-13T21:22:08.270Z | Compiling peg-runtime v0.8.3 |
1493 | 2024-11-13T21:22:08.485Z | Compiling strum_macros v0.26.4 |
1494 | 2024-11-13T21:22:08.974Z | Compiling xattr v1.3.1 |
1495 | 2024-11-13T21:22:09.034Z | Compiling filetime v0.2.25 |
1496 | 2024-11-13T21:22:09.244Z | Compiling tar v0.4.43 |
1497 | 2024-11-13T21:22:13.189Z | Compiling strum v0.26.3 |
1498 | 2024-11-13T21:22:16.507Z | Compiling aws-lc-sys v0.22.0 |
1499 | 2024-11-13T21:22:47.504Z | Compiling rustls-webpki v0.102.8 |
1500 | 2024-11-13T21:22:50.936Z | Compiling tokio-rustls v0.25.0 |
1501 | 2024-11-13T21:22:53.386Z | Compiling tokio-rustls v0.26.0 |
1502 | 2024-11-13T21:22:53.730Z | Compiling hyper-rustls v0.27.3 |
1503 | 2024-11-13T21:22:53.982Z | Compiling reqwest v0.12.9 |
1504 | 2024-11-13T21:22:54.403Z | Compiling qorb v0.2.0 |
1505 | 2024-11-13T21:22:59.942Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1506 | 2024-11-13T21:23:00.178Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1507 | 2024-11-13T21:23:05.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
1508 | 2024-11-13T21:23:05.850Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1509 | 2024-11-13T21:23:05.901Z | Nov 13 21:23:05.368 INFO Starting download, target: Clickhouse |
1510 | 2024-11-13T21:23:05.901Z | Nov 13 21:23:05.369 INFO Starting download, target: Cockroach |
1511 | 2024-11-13T21:23:05.901Z | Nov 13 21:23:05.369 INFO Starting download, target: Console |
1512 | 2024-11-13T21:23:05.901Z | Nov 13 21:23:05.369 INFO Starting download, target: DendriteOpenapi |
1513 | 2024-11-13T21:23:05.904Z | Nov 13 21:23:05.369 INFO Starting download, target: DendriteStub |
1514 | 2024-11-13T21:23:05.904Z | Nov 13 21:23:05.369 INFO Starting download, target: MaghemiteMgd |
1515 | 2024-11-13T21:23:05.904Z | Nov 13 21:23:05.369 INFO Starting download, target: TransceiverControl |
1516 | 2024-11-13T21:23:05.904Z | Nov 13 21:23:05.369 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
1517 | 2024-11-13T21:23:05.904Z | Nov 13 21:23:05.369 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1518 | 2024-11-13T21:23:05.904Z | Nov 13 21:23:05.369 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1519 | 2024-11-13T21:23:05.904Z | Nov 13 21:23:05.370 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1520 | 2024-11-13T21:23:05.904Z | Nov 13 21:23:05.370 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1521 | 2024-11-13T21:23:05.904Z | Nov 13 21:23:05.370 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1522 | 2024-11-13T21:23:05.904Z | Nov 13 21:23:05.370 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1523 | 2024-11-13T21:23:06.119Z | Nov 13 21:23:05.586 INFO Download complete, target: DendriteOpenapi |
1524 | 2024-11-13T21:23:06.263Z | Nov 13 21:23:05.728 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1525 | 2024-11-13T21:23:06.451Z | Nov 13 21:23:05.913 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1526 | 2024-11-13T21:23:06.818Z | Nov 13 21:23:06.268 INFO Download complete, target: Console |
1527 | 2024-11-13T21:23:06.901Z | Nov 13 21:23:06.358 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1528 | 2024-11-13T21:23:06.963Z | Nov 13 21:23:06.429 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1529 | 2024-11-13T21:23:06.970Z | Nov 13 21:23:06.437 INFO Download complete, target: TransceiverControl |
1530 | 2024-11-13T21:23:07.539Z | Nov 13 21:23:07.007 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1531 | 2024-11-13T21:23:07.539Z | Nov 13 21:23:07.007 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1532 | 2024-11-13T21:23:07.794Z | Nov 13 21:23:07.261 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1533 | 2024-11-13T21:23:09.851Z | Nov 13 21:23:09.260 INFO Download complete, target: DendriteStub |
1534 | 2024-11-13T21:23:09.875Z | Nov 13 21:23:09.272 INFO Download complete, target: MaghemiteMgd |
1535 | 2024-11-13T21:23:15.243Z | Nov 13 21:23:14.710 INFO Checking that binary works, target: Cockroach |
1536 | 2024-11-13T21:23:15.401Z | Nov 13 21:23:14.867 INFO Download complete, target: Cockroach |
1537 | 2024-11-13T21:23:20.714Z | Nov 13 21:23:20.178 INFO Checking that binary works, target: Clickhouse |
1538 | 2024-11-13T21:23:21.316Z | Nov 13 21:23:20.782 INFO Download complete, target: Clickhouse |
1539 | 2024-11-13T21:23:21.323Z | All prerequisites installed successfully |
1540 | 2024-11-13T21:23:21.326Z | |
1541 | 2024-11-13T21:23:21.326Z | real 5:30.142115871 |
1542 | 2024-11-13T21:23:21.326Z | user 16:29.100166922 |
1543 | 2024-11-13T21:23:21.326Z | sys 3:13.936642173 |
1544 | 2024-11-13T21:23:21.326Z | trap 0.548270880 |
1545 | 2024-11-13T21:23:21.326Z | tflt 6.088881782 |
1546 | 2024-11-13T21:23:21.326Z | dflt 5.967528808 |
1547 | 2024-11-13T21:23:21.326Z | kflt 0.038217791 |
1548 | 2024-11-13T21:23:21.326Z | lock 30:18.343202037 |
1549 | 2024-11-13T21:23:21.326Z | slp 1:03:17.130579715 |
1550 | 2024-11-13T21:23:21.326Z | lat 54.733259913 |
1551 | 2024-11-13T21:23:21.326Z | stop 2:11.968490214 |
1552 | 2024-11-13T21:23:21.326Z | + ptime -m cargo xtask download softnpu |
1553 | 2024-11-13T21:23:21.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1554 | 2024-11-13T21:23:21.840Z | Running `target/debug/xtask download softnpu` |
1555 | 2024-11-13T21:23:22.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1556 | 2024-11-13T21:23:22.684Z | Running `target/debug/xtask-downloader softnpu` |
1557 | 2024-11-13T21:23:22.720Z | Nov 13 21:23:22.186 INFO Starting download, target: Softnpu |
1558 | 2024-11-13T21:23:22.723Z | Nov 13 21:23:22.186 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1559 | 2024-11-13T21:23:23.394Z | Nov 13 21:23:22.860 INFO Download complete, target: Softnpu |
1560 | 2024-11-13T21:23:23.398Z | |
1561 | 2024-11-13T21:23:23.400Z | real 2.067313183 |
1562 | 2024-11-13T21:23:23.400Z | user 1.205237462 |
1563 | 2024-11-13T21:23:23.401Z | sys 0.517227447 |
1564 | 2024-11-13T21:23:23.401Z | trap 0.000195106 |
1565 | 2024-11-13T21:23:23.401Z | tflt 0.000013837 |
1566 | 2024-11-13T21:23:23.401Z | dflt 0.000014098 |
1567 | 2024-11-13T21:23:23.401Z | kflt 0.000000000 |
1568 | 2024-11-13T21:23:23.401Z | lock 6.982429250 |
1569 | 2024-11-13T21:23:23.401Z | slp 0.516757805 |
1570 | 2024-11-13T21:23:23.401Z | lat 0.064715758 |
1571 | 2024-11-13T21:23:23.401Z | stop 0.000163772 |
1572 | 2024-11-13T21:23:23.401Z | + export CARGO_INCREMENTAL=0 |
1573 | 2024-11-13T21:23:23.401Z | + CARGO_INCREMENTAL=0 |
1574 | 2024-11-13T21:23:23.401Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1575 | 2024-11-13T21:23:24.371Z | Compiling proc-macro2 v1.0.89 |
1576 | 2024-11-13T21:23:24.371Z | Compiling unicode-ident v1.0.13 |
1577 | 2024-11-13T21:23:24.374Z | Compiling libc v0.2.162 |
1578 | 2024-11-13T21:23:24.374Z | Compiling serde v1.0.215 |
1579 | 2024-11-13T21:23:24.374Z | Compiling autocfg v1.4.0 |
1580 | 2024-11-13T21:23:24.374Z | Compiling version_check v0.9.5 |
1581 | 2024-11-13T21:23:24.375Z | Compiling cfg-if v1.0.0 |
1582 | 2024-11-13T21:23:24.601Z | Compiling memchr v2.7.4 |
1583 | 2024-11-13T21:23:24.642Z | Compiling typenum v1.17.0 |
1584 | 2024-11-13T21:23:24.657Z | Compiling shlex v1.3.0 |
1585 | 2024-11-13T21:23:25.010Z | Compiling value-bag v1.9.0 |
1586 | 2024-11-13T21:23:25.058Z | Compiling scopeguard v1.2.0 |
1587 | 2024-11-13T21:23:25.225Z | Compiling generic-array v0.14.7 |
1588 | 2024-11-13T21:23:25.455Z | Compiling lock_api v0.4.12 |
1589 | 2024-11-13T21:23:25.490Z | Compiling log v0.4.22 |
1590 | 2024-11-13T21:23:25.580Z | Compiling parking_lot_core v0.9.10 |
1591 | 2024-11-13T21:23:25.985Z | Compiling once_cell v1.20.2 |
1592 | 2024-11-13T21:23:26.003Z | Compiling serde_json v1.0.132 |
1593 | 2024-11-13T21:23:26.307Z | Compiling quote v1.0.37 |
1594 | 2024-11-13T21:23:26.338Z | Compiling rustix v0.38.37 |
1595 | 2024-11-13T21:23:26.359Z | Compiling libm v0.2.8 |
1596 | 2024-11-13T21:23:26.389Z | Compiling thiserror v1.0.69 |
1597 | 2024-11-13T21:23:26.669Z | Compiling jobserver v0.1.32 |
1598 | 2024-11-13T21:23:26.672Z | Compiling getrandom v0.2.15 |
1599 | 2024-11-13T21:23:26.872Z | Compiling syn v2.0.87 |
1600 | 2024-11-13T21:23:26.935Z | Compiling num-traits v0.2.19 |
1601 | 2024-11-13T21:23:26.967Z | Compiling itoa v1.0.11 |
1602 | 2024-11-13T21:23:27.021Z | Compiling spin v0.9.8 |
1603 | 2024-11-13T21:23:27.053Z | Compiling cc v1.1.30 |
1604 | 2024-11-13T21:23:27.193Z | Compiling aho-corasick v1.1.3 |
1605 | 2024-11-13T21:23:27.214Z | Compiling regex-syntax v0.8.5 |
1606 | 2024-11-13T21:23:27.379Z | Compiling slab v0.4.9 |
1607 | 2024-11-13T21:23:27.663Z | Compiling byteorder v1.5.0 |
1608 | 2024-11-13T21:23:27.811Z | Compiling errno v0.3.9 |
1609 | 2024-11-13T21:23:28.110Z | Compiling rand_core v0.6.4 |
1610 | 2024-11-13T21:23:28.140Z | Compiling either v1.13.0 |
1611 | 2024-11-13T21:23:28.194Z | Compiling lazy_static v1.5.0 |
1612 | 2024-11-13T21:23:28.491Z | Compiling glob v0.3.1 |
1613 | 2024-11-13T21:23:29.008Z | Compiling prettyplease v0.2.25 |
1614 | 2024-11-13T21:23:29.361Z | Compiling clang-sys v1.8.1 |
1615 | 2024-11-13T21:23:29.550Z | Compiling minimal-lexical v0.2.1 |
1616 | 2024-11-13T21:23:29.708Z | Compiling libloading v0.8.5 |
1617 | 2024-11-13T21:23:30.016Z | Compiling nom v7.1.3 |
1618 | 2024-11-13T21:23:30.038Z | Compiling home v0.5.9 |
1619 | 2024-11-13T21:23:30.101Z | Compiling allocator-api2 v0.2.18 |
1620 | 2024-11-13T21:23:30.279Z | Compiling bindgen v0.69.5 |
1621 | 2024-11-13T21:23:30.443Z | Compiling subtle v2.6.1 |
1622 | 2024-11-13T21:23:30.773Z | Compiling regex-automata v0.4.8 |
1623 | 2024-11-13T21:23:30.875Z | Compiling itertools v0.12.1 |
1624 | 2024-11-13T21:23:30.990Z | Compiling rustc-hash v1.1.0 |
1625 | 2024-11-13T21:23:31.145Z | Compiling lazycell v1.3.0 |
1626 | 2024-11-13T21:23:31.319Z | Compiling smallvec v1.13.2 |
1627 | 2024-11-13T21:23:31.537Z | Compiling semver v1.0.23 |
1628 | 2024-11-13T21:23:31.803Z | Compiling cmake v0.1.51 |
1629 | 2024-11-13T21:23:32.224Z | Compiling dunce v1.0.5 |
1630 | 2024-11-13T21:23:32.366Z | Compiling fs_extra v1.3.0 |
1631 | 2024-11-13T21:23:33.227Z | Compiling cexpr v0.6.0 |
1632 | 2024-11-13T21:23:33.547Z | Compiling pkg-config v0.3.31 |
1633 | 2024-11-13T21:23:33.801Z | Compiling ring v0.17.8 |
1634 | 2024-11-13T21:23:34.058Z | Compiling pin-project-lite v0.2.14 |
1635 | 2024-11-13T21:23:34.094Z | Compiling ryu v1.0.18 |
1636 | 2024-11-13T21:23:34.195Z | Compiling const-oid v0.9.6 |
1637 | 2024-11-13T21:23:34.372Z | Compiling paste v1.0.15 |
1638 | 2024-11-13T21:23:34.769Z | Compiling synstructure v0.13.1 |
1639 | 2024-11-13T21:23:35.038Z | Compiling httparse v1.9.5 |
1640 | 2024-11-13T21:23:35.243Z | Compiling aws-lc-rs v1.10.0 |
1641 | 2024-11-13T21:23:35.655Z | Compiling foldhash v0.1.3 |
1642 | 2024-11-13T21:23:35.699Z | Compiling equivalent v1.0.1 |
1643 | 2024-11-13T21:23:35.938Z | Compiling hashbrown v0.15.0 |
1644 | 2024-11-13T21:23:36.097Z | Compiling heck v0.5.0 |
1645 | 2024-11-13T21:23:36.126Z | Compiling schemars v0.8.21 |
1646 | 2024-11-13T21:23:36.456Z | Compiling regex v1.11.1 |
1647 | 2024-11-13T21:23:37.103Z | Compiling serde_derive_internals v0.29.1 |
1648 | 2024-11-13T21:23:37.348Z | Compiling signal-hook-registry v1.4.2 |
1649 | 2024-11-13T21:23:37.455Z | Compiling parking_lot v0.12.3 |
1650 | 2024-11-13T21:23:37.482Z | Compiling mio v1.0.2 |
1651 | 2024-11-13T21:23:39.339Z | Compiling crossbeam-utils v0.8.20 |
1652 | 2024-11-13T21:23:39.501Z | Compiling stable_deref_trait v1.2.0 |
1653 | 2024-11-13T21:23:39.550Z | Compiling socket2 v0.5.7 |
1654 | 2024-11-13T21:23:39.619Z | Compiling time-core v0.1.2 |
1655 | 2024-11-13T21:23:39.808Z | Compiling futures-core v0.3.31 |
1656 | 2024-11-13T21:23:39.889Z | Compiling num-conv v0.1.0 |
1657 | 2024-11-13T21:23:40.177Z | Compiling time-macros v0.2.18 |
1658 | 2024-11-13T21:23:40.278Z | Compiling serde_derive v1.0.215 |
1659 | 2024-11-13T21:23:40.388Z | Compiling zeroize_derive v1.4.2 |
1660 | 2024-11-13T21:23:41.027Z | Compiling zerocopy-derive v0.7.35 |
1661 | 2024-11-13T21:23:41.160Z | Compiling thiserror-impl v1.0.69 |
1662 | 2024-11-13T21:23:41.563Z | Compiling tokio-macros v2.4.0 |
1663 | 2024-11-13T21:23:41.602Z | Compiling zerofrom-derive v0.1.4 |
1664 | 2024-11-13T21:23:41.851Z | Compiling zeroize v1.8.1 |
1665 | 2024-11-13T21:23:42.414Z | Compiling yoke-derive v0.7.4 |
1666 | 2024-11-13T21:23:42.679Z | Compiling futures-macro v0.3.31 |
1667 | 2024-11-13T21:23:43.011Z | Compiling zerovec-derive v0.10.3 |
1668 | 2024-11-13T21:23:43.051Z | Compiling zerocopy v0.7.35 |
1669 | 2024-11-13T21:23:44.013Z | Compiling displaydoc v0.2.5 |
1670 | 2024-11-13T21:23:44.447Z | Compiling crypto-common v0.1.6 |
1671 | 2024-11-13T21:23:44.677Z | Compiling tracing-attributes v0.1.27 |
1672 | 2024-11-13T21:23:44.808Z | Compiling icu_provider_macros v1.5.0 |
1673 | 2024-11-13T21:23:45.041Z | Compiling block-buffer v0.10.4 |
1674 | 2024-11-13T21:23:45.301Z | Compiling digest v0.10.7 |
1675 | 2024-11-13T21:23:45.458Z | Compiling schemars_derive v0.8.21 |
1676 | 2024-11-13T21:23:45.506Z | Compiling der_derive v0.7.3 |
1677 | 2024-11-13T21:23:45.887Z | Compiling vcpkg v0.2.15 |
1678 | 2024-11-13T21:23:46.011Z | Compiling fnv v1.0.7 |
1679 | 2024-11-13T21:23:47.496Z | Compiling openssl-sys v0.9.104 |
1680 | 2024-11-13T21:23:48.099Z | Compiling cpufeatures v0.2.14 |
1681 | 2024-11-13T21:23:48.201Z | Compiling futures-sink v0.3.31 |
1682 | 2024-11-13T21:23:48.371Z | Compiling slog v2.7.0 |
1683 | 2024-11-13T21:23:48.575Z | Compiling ahash v0.8.11 |
1684 | 2024-11-13T21:23:48.604Z | Compiling syn v1.0.109 |
1685 | 2024-11-13T21:23:48.965Z | Compiling zerofrom v0.1.4 |
1686 | 2024-11-13T21:23:49.235Z | Compiling scroll_derive v0.12.0 |
1687 | 2024-11-13T21:23:49.341Z | Compiling iana-time-zone v0.1.61 |
1688 | 2024-11-13T21:23:49.605Z | Compiling ucd-trie v0.1.7 |
1689 | 2024-11-13T21:23:49.841Z | Compiling pest v2.7.14 |
1690 | 2024-11-13T21:23:50.044Z | Compiling yoke v0.7.4 |
1691 | 2024-11-13T21:23:50.111Z | Compiling futures-channel v0.3.31 |
1692 | 2024-11-13T21:23:50.518Z | Compiling hmac v0.12.1 |
1693 | 2024-11-13T21:23:50.738Z | Compiling pin-utils v0.1.0 |
1694 | 2024-11-13T21:23:50.819Z | Compiling futures-task v0.3.31 |
1695 | 2024-11-13T21:23:50.947Z | Compiling futures-io v0.3.31 |
1696 | 2024-11-13T21:23:51.121Z | Compiling openssl v0.10.68 |
1697 | 2024-11-13T21:23:51.216Z | Compiling futures-util v0.3.31 |
1698 | 2024-11-13T21:23:51.535Z | Compiling zerovec v0.10.4 |
1699 | 2024-11-13T21:23:51.640Z | Compiling block-padding v0.3.3 |
1700 | 2024-11-13T21:23:51.884Z | Compiling tinyvec_macros v0.1.1 |
1701 | 2024-11-13T21:23:52.473Z | Compiling pest_meta v2.7.14 |
1702 | 2024-11-13T21:23:52.887Z | Compiling tinyvec v1.8.0 |
1703 | 2024-11-13T21:23:53.535Z | Compiling bitflags v2.6.0 |
1704 | 2024-11-13T21:23:53.726Z | Compiling bytes v1.7.2 |
1705 | 2024-11-13T21:23:55.680Z | Compiling indexmap v2.6.0 |
1706 | 2024-11-13T21:23:56.593Z | Compiling tokio v1.40.0 |
1707 | 2024-11-13T21:23:57.222Z | Compiling serde_tokenstream v0.2.2 |
1708 | 2024-11-13T21:23:57.485Z | Compiling http v1.1.0 |
1709 | 2024-11-13T21:23:57.763Z | Compiling uuid v1.11.0 |
1710 | 2024-11-13T21:23:58.376Z | Compiling which v4.4.2 |
1711 | 2024-11-13T21:23:59.020Z | Compiling rustc_version v0.4.1 |
1712 | 2024-11-13T21:23:59.136Z | Compiling chrono v0.4.38 |
1713 | 2024-11-13T21:24:01.672Z | Compiling pest_generator v2.7.14 |
1714 | 2024-11-13T21:24:02.271Z | Compiling toml_datetime v0.6.8 |
1715 | 2024-11-13T21:24:03.205Z | Compiling serde_spanned v0.6.8 |
1716 | 2024-11-13T21:24:03.440Z | Compiling inout v0.1.3 |
1717 | 2024-11-13T21:24:03.694Z | Compiling openssl-macros v0.1.1 |
1718 | 2024-11-13T21:24:04.556Z | Compiling rustls v0.23.14 |
1719 | 2024-11-13T21:24:04.841Z | Compiling native-tls v0.2.12 |
1720 | 2024-11-13T21:24:05.693Z | Compiling cipher v0.4.4 |
1721 | 2024-11-13T21:24:06.131Z | Compiling pest_derive v2.7.14 |
1722 | 2024-11-13T21:24:06.215Z | Compiling unicode-normalization v0.1.24 |
1723 | 2024-11-13T21:24:06.467Z | Compiling tinystr v0.7.6 |
1724 | 2024-11-13T21:24:06.858Z | Compiling sha2 v0.10.8 |
1725 | 2024-11-13T21:24:06.900Z | Compiling tracing-core v0.1.32 |
1726 | 2024-11-13T21:24:06.922Z | Compiling usdt-impl v0.5.0 |
1727 | 2024-11-13T21:24:07.254Z | Compiling writeable v0.5.5 |
1728 | 2024-11-13T21:24:07.317Z | Compiling unicode-bidi v0.3.17 |
1729 | 2024-11-13T21:24:07.503Z | Compiling litemap v0.7.3 |
1730 | 2024-11-13T21:24:07.631Z | Compiling base64ct v1.6.0 |
1731 | 2024-11-13T21:24:07.788Z | Compiling dyn-clone v1.0.17 |
1732 | 2024-11-13T21:24:07.886Z | Compiling icu_locid v1.5.0 |
1733 | 2024-11-13T21:24:08.210Z | Compiling pem-rfc7468 v0.7.0 |
1734 | 2024-11-13T21:24:08.589Z | Compiling tracing v0.1.40 |
1735 | 2024-11-13T21:24:09.444Z | Compiling scroll v0.12.0 |
1736 | 2024-11-13T21:24:09.792Z | Compiling ppv-lite86 v0.2.20 |
1737 | 2024-11-13T21:24:10.044Z | Compiling async-trait v0.1.83 |
1738 | 2024-11-13T21:24:10.241Z | Compiling cookie v0.18.1 |
1739 | 2024-11-13T21:24:11.016Z | Compiling camino v1.1.9 |
1740 | 2024-11-13T21:24:11.561Z | Compiling flagset v0.4.6 |
1741 | 2024-11-13T21:24:11.661Z | Compiling anyhow v1.0.93 |
1742 | 2024-11-13T21:24:12.191Z | Compiling plain v0.2.3 |
1743 | 2024-11-13T21:24:12.365Z | Compiling goblin v0.8.2 |
1744 | 2024-11-13T21:24:12.541Z | Compiling aws-lc-sys v0.22.0 |
1745 | 2024-11-13T21:24:14.513Z | Compiling der v0.7.9 |
1746 | 2024-11-13T21:24:17.435Z | Compiling rand_chacha v0.3.1 |
1747 | 2024-11-13T21:24:18.379Z | Compiling icu_provider v1.5.0 |
1748 | 2024-11-13T21:24:19.430Z | Compiling percent-encoding v2.3.1 |
1749 | 2024-11-13T21:24:19.890Z | Compiling rustls-pki-types v1.9.0 |
1750 | 2024-11-13T21:24:20.424Z | Compiling icu_locid_transform_data v1.5.0 |
1751 | 2024-11-13T21:24:20.845Z | Compiling rayon-core v1.12.1 |
1752 | 2024-11-13T21:24:21.119Z | Compiling pretty-hex v0.4.1 |
1753 | 2024-11-13T21:24:21.340Z | Compiling rustls v0.22.4 |
1754 | 2024-11-13T21:24:21.427Z | Compiling untrusted v0.7.1 |
1755 | 2024-11-13T21:24:21.623Z | Compiling dof v0.3.0 |
1756 | 2024-11-13T21:24:21.905Z | Compiling icu_locid_transform v1.5.0 |
1757 | 2024-11-13T21:24:22.701Z | Compiling rand v0.8.5 |
1758 | 2024-11-13T21:24:23.092Z | Compiling spki v0.7.3 |
1759 | 2024-11-13T21:24:23.289Z | Compiling dtrace-parser v0.2.0 |
1760 | 2024-11-13T21:24:23.423Z | Compiling salsa20 v0.10.2 |
1761 | 2024-11-13T21:24:23.443Z | Compiling tokio-util v0.7.12 |
1762 | 2024-11-13T21:24:24.260Z | Compiling icu_collections v1.5.0 |
1763 | 2024-11-13T21:24:24.306Z | Compiling pbkdf2 v0.12.2 |
1764 | 2024-11-13T21:24:24.982Z | Compiling thread-id v4.2.2 |
1765 | 2024-11-13T21:24:25.009Z | Compiling untrusted v0.9.0 |
1766 | 2024-11-13T21:24:25.103Z | Compiling powerfmt v0.2.0 |
1767 | 2024-11-13T21:24:25.189Z | Compiling icu_properties_data v1.5.0 |
1768 | 2024-11-13T21:24:25.189Z | Compiling mirai-annotations v1.12.0 |
1769 | 2024-11-13T21:24:25.502Z | Compiling winnow v0.5.40 |
1770 | 2024-11-13T21:24:25.712Z | Compiling icu_properties v1.5.1 |
1771 | 2024-11-13T21:24:25.767Z | Compiling deranged v0.3.11 |
1772 | 2024-11-13T21:24:29.434Z | Compiling toml_edit v0.19.15 |
1773 | 2024-11-13T21:24:31.260Z | Compiling scrypt v0.11.0 |
1774 | 2024-11-13T21:24:31.318Z | Compiling cbc v0.1.2 |
1775 | 2024-11-13T21:24:31.504Z | Compiling aes v0.8.4 |
1776 | 2024-11-13T21:24:31.609Z | Compiling multer v3.1.0 |
1777 | 2024-11-13T21:24:31.768Z | Compiling atomic-waker v1.1.2 |
1778 | 2024-11-13T21:24:31.897Z | Compiling utf8_iter v1.0.4 |
1779 | 2024-11-13T21:24:32.135Z | Compiling utf16_iter v1.0.5 |
1780 | 2024-11-13T21:24:32.155Z | Compiling write16 v1.0.0 |
1781 | 2024-11-13T21:24:32.338Z | Compiling rustversion v1.0.17 |
1782 | 2024-11-13T21:24:32.491Z | Compiling icu_normalizer_data v1.5.0 |
1783 | 2024-11-13T21:24:32.605Z | Compiling num_threads v0.1.7 |
1784 | 2024-11-13T21:24:32.958Z | Compiling slog-async v2.8.0 |
1785 | 2024-11-13T21:24:33.065Z | Compiling time v0.3.36 |
1786 | 2024-11-13T21:24:33.407Z | Compiling icu_normalizer v1.5.0 |
1787 | 2024-11-13T21:24:34.212Z | Compiling pkcs5 v0.7.1 |
1788 | 2024-11-13T21:24:35.669Z | Compiling form_urlencoded v1.2.1 |
1789 | 2024-11-13T21:24:36.250Z | Compiling http-body v1.0.1 |
1790 | 2024-11-13T21:24:36.480Z | Compiling heapless v0.7.17 |
1791 | 2024-11-13T21:24:37.047Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1792 | 2024-11-13T21:24:37.508Z | Compiling try-lock v0.2.5 |
1793 | 2024-11-13T21:24:38.089Z | Compiling signal-hook v0.3.17 |
1794 | 2024-11-13T21:24:39.358Z | Compiling want v0.3.1 |
1795 | 2024-11-13T21:24:39.944Z | Compiling pkcs8 v0.10.2 |
1796 | 2024-11-13T21:24:39.968Z | Compiling idna_adapter v1.2.0 |
1797 | 2024-11-13T21:24:40.627Z | Compiling h2 v0.4.6 |
1798 | 2024-11-13T21:24:41.485Z | Compiling usdt-macro v0.5.0 |
1799 | 2024-11-13T21:24:42.841Z | Compiling usdt-attr-macro v0.5.0 |
1800 | 2024-11-13T21:24:43.415Z | Compiling async-stream-impl v0.3.6 |
1801 | 2024-11-13T21:24:43.459Z | Compiling adler2 v2.0.0 |
1802 | 2024-11-13T21:24:43.715Z | Compiling strsim v0.11.1 |
1803 | 2024-11-13T21:24:44.548Z | Compiling httpdate v1.0.3 |
1804 | 2024-11-13T21:24:44.895Z | Compiling miniz_oxide v0.8.0 |
1805 | 2024-11-13T21:24:45.679Z | Compiling idna v1.0.3 |
1806 | 2024-11-13T21:24:47.126Z | Compiling curve25519-dalek v4.1.3 |
1807 | 2024-11-13T21:24:47.529Z | Compiling hyper v1.5.0 |
1808 | 2024-11-13T21:24:48.081Z | Compiling openapiv3 v2.0.0 |
1809 | 2024-11-13T21:24:48.833Z | Compiling enum-as-inner v0.6.1 |
1810 | 2024-11-13T21:24:50.516Z | Compiling dropshot v0.12.0 |
1811 | 2024-11-13T21:24:50.816Z | Compiling base64 v0.22.1 |
1812 | 2024-11-13T21:24:51.338Z | Compiling smoltcp v0.9.1 |
1813 | 2024-11-13T21:24:51.938Z | Compiling foreign-types-shared v0.1.1 |
1814 | 2024-11-13T21:24:52.012Z | Compiling portable-atomic v1.9.0 |
1815 | 2024-11-13T21:24:52.056Z | Compiling tower-service v0.3.3 |
1816 | 2024-11-13T21:24:52.194Z | Compiling num-bigint-dig v0.8.4 |
1817 | 2024-11-13T21:24:52.553Z | Compiling match_cfg v0.1.0 |
1818 | 2024-11-13T21:24:52.601Z | Compiling hyper-util v0.1.10 |
1819 | 2024-11-13T21:24:52.650Z | Compiling hostname v0.3.1 |
1820 | 2024-11-13T21:24:52.891Z | Compiling foreign-types v0.3.2 |
1821 | 2024-11-13T21:24:58.918Z | Compiling url v2.5.3 |
1822 | 2024-11-13T21:25:01.193Z | Compiling dirs-sys-next v0.1.2 |
1823 | 2024-11-13T21:25:01.245Z | Compiling heck v0.4.1 |
1824 | 2024-11-13T21:25:01.288Z | Compiling gimli v0.31.1 |
1825 | 2024-11-13T21:25:01.333Z | Compiling data-encoding v2.6.0 |
1826 | 2024-11-13T21:25:01.657Z | Compiling siphasher v0.3.11 |
1827 | 2024-11-13T21:25:01.681Z | Compiling dirs-next v2.0.0 |
1828 | 2024-11-13T21:25:03.077Z | Compiling http-body-util v0.1.2 |
1829 | 2024-11-13T21:25:04.569Z | Compiling crossbeam-epoch v0.9.18 |
1830 | 2024-11-13T21:25:05.331Z | Compiling hubpack_derive v0.1.1 |
1831 | 2024-11-13T21:25:06.180Z | Compiling addr2line v0.24.2 |
1832 | 2024-11-13T21:25:06.677Z | Compiling dropshot_endpoint v0.12.0 |
1833 | 2024-11-13T21:25:07.216Z | Compiling sha1 v0.10.6 |
1834 | 2024-11-13T21:25:07.602Z | Compiling signature v2.2.0 |
1835 | 2024-11-13T21:25:07.629Z | Compiling curve25519-dalek-derive v0.1.1 |
1836 | 2024-11-13T21:25:07.828Z | Compiling zerocopy-derive v0.6.6 |
1837 | 2024-11-13T21:25:08.999Z | Compiling object v0.36.5 |
1838 | 2024-11-13T21:25:09.748Z | Compiling thread_local v1.1.8 |
1839 | 2024-11-13T21:25:10.228Z | Compiling fs-err v2.11.0 |
1840 | 2024-11-13T21:25:10.284Z | Compiling encoding_rs v0.8.34 |
1841 | 2024-11-13T21:25:10.711Z | Compiling mime v0.3.17 |
1842 | 2024-11-13T21:25:14.021Z | Compiling utf8parse v0.2.2 |
1843 | 2024-11-13T21:25:16.308Z | Compiling winnow v0.6.20 |
1844 | 2024-11-13T21:25:18.402Z | Compiling unicode-properties v0.1.3 |
1845 | 2024-11-13T21:25:18.813Z | Compiling rustc-demangle v0.1.24 |
1846 | 2024-11-13T21:25:20.972Z | Compiling anstyle v1.0.10 |
1847 | 2024-11-13T21:25:21.098Z | Compiling ipnet v2.10.1 |
1848 | 2024-11-13T21:25:21.236Z | Compiling openssl-probe v0.1.5 |
1849 | 2024-11-13T21:25:21.560Z | Compiling toml_edit v0.22.22 |
1850 | 2024-11-13T21:25:22.037Z | Compiling backtrace v0.3.74 |
1851 | 2024-11-13T21:25:22.163Z | Compiling stringprep v0.1.5 |
1852 | 2024-11-13T21:25:23.850Z | Compiling anstyle-parse v0.2.5 |
1853 | 2024-11-13T21:25:27.906Z | Compiling rustls-webpki v0.102.8 |
1854 | 2024-11-13T21:25:29.845Z | Compiling crossbeam-deque v0.8.5 |
1855 | 2024-11-13T21:25:30.825Z | Compiling term v0.7.0 |
1856 | 2024-11-13T21:25:32.075Z | Compiling slog-json v2.6.1 |
1857 | 2024-11-13T21:25:33.087Z | Compiling serde_urlencoded v0.7.1 |
1858 | 2024-11-13T21:25:34.218Z | Compiling crossbeam-channel v0.5.13 |
1859 | 2024-11-13T21:25:34.275Z | Compiling rustls-pemfile v2.2.0 |
1860 | 2024-11-13T21:25:35.111Z | Compiling hashbrown v0.14.5 |
1861 | 2024-11-13T21:25:35.828Z | Compiling idna v0.3.0 |
1862 | 2024-11-13T21:25:36.498Z | Compiling idna v0.4.0 |
1863 | 2024-11-13T21:25:37.301Z | Compiling futures-executor v0.3.31 |
1864 | 2024-11-13T21:25:38.170Z | Compiling num-integer v0.1.46 |
1865 | 2024-11-13T21:25:38.218Z | Compiling md-5 v0.10.6 |
1866 | 2024-11-13T21:25:38.471Z | Compiling ff v0.13.0 |
1867 | 2024-11-13T21:25:38.491Z | Compiling hash32 v0.2.1 |
1868 | 2024-11-13T21:25:38.716Z | Compiling memmap v0.7.0 |
1869 | 2024-11-13T21:25:38.886Z | Compiling is-terminal v0.4.13 |
1870 | 2024-11-13T21:25:39.023Z | Compiling utf-8 v0.7.6 |
1871 | 2024-11-13T21:25:39.324Z | Compiling anstyle-query v1.1.1 |
1872 | 2024-11-13T21:25:39.483Z | Compiling is_terminal_polyfill v1.70.1 |
1873 | 2024-11-13T21:25:39.619Z | Compiling base16ct v0.2.0 |
1874 | 2024-11-13T21:25:39.921Z | Compiling quick-error v1.2.3 |
1875 | 2024-11-13T21:25:40.081Z | Compiling linked-hash-map v0.5.6 |
1876 | 2024-11-13T21:25:40.487Z | Compiling colorchoice v1.0.2 |
1877 | 2024-11-13T21:25:42.054Z | Compiling take_mut v0.2.2 |
1878 | 2024-11-13T21:25:42.150Z | Compiling psl-types v2.0.11 |
1879 | 2024-11-13T21:25:42.222Z | Compiling fallible-iterator v0.2.0 |
1880 | 2024-11-13T21:25:42.367Z | Compiling publicsuffix v2.2.3 |
1881 | 2024-11-13T21:25:42.958Z | Compiling postgres-protocol v0.6.7 |
1882 | 2024-11-13T21:25:43.513Z | Compiling anstream v0.6.15 |
1883 | 2024-11-13T21:25:43.752Z | Compiling lru-cache v0.1.2 |
1884 | 2024-11-13T21:25:43.983Z | Compiling resolv-conf v0.7.0 |
1885 | 2024-11-13T21:25:44.166Z | Compiling sec1 v0.7.3 |
1886 | 2024-11-13T21:25:44.230Z | Compiling tungstenite v0.24.0 |
1887 | 2024-11-13T21:25:44.659Z | Compiling slog-term v2.9.1 |
1888 | 2024-11-13T21:25:44.712Z | Compiling usdt v0.5.0 |
1889 | 2024-11-13T21:25:45.728Z | Compiling num-iter v0.1.45 |
1890 | 2024-11-13T21:25:45.936Z | Compiling group v0.13.0 |
1891 | 2024-11-13T21:25:46.021Z | Compiling futures v0.3.31 |
1892 | 2024-11-13T21:25:46.143Z | Compiling hickory-proto v0.24.1 |
1893 | 2024-11-13T21:25:46.201Z | Compiling regress v0.10.1 |
1894 | 2024-11-13T21:25:47.309Z | Compiling tokio-rustls v0.26.0 |
1895 | 2024-11-13T21:25:49.504Z | Compiling tokio-rustls v0.25.0 |
1896 | 2024-11-13T21:25:49.929Z | Compiling slog-bunyan v2.5.0 |
1897 | 2024-11-13T21:25:50.144Z | Compiling toml v0.8.19 |
1898 | 2024-11-13T21:25:50.437Z | Compiling tokio-native-tls v0.3.1 |
1899 | 2024-11-13T21:25:50.440Z | Compiling phf_shared v0.11.2 |
1900 | 2024-11-13T21:25:50.725Z | Compiling strum_macros v0.25.3 |
1901 | 2024-11-13T21:25:51.022Z | Compiling async-stream v0.3.6 |
1902 | 2024-11-13T21:25:51.090Z | Compiling waitgroup v0.1.2 |
1903 | 2024-11-13T21:25:51.303Z | Compiling webpki-roots v0.26.6 |
1904 | 2024-11-13T21:25:51.793Z | Compiling idna v0.5.0 |
1905 | 2024-11-13T21:25:51.918Z | Compiling terminal_size v0.4.0 |
1906 | 2024-11-13T21:25:52.145Z | Compiling serde_path_to_error v0.1.16 |
1907 | 2024-11-13T21:25:52.435Z | Compiling hkdf v0.12.4 |
1908 | 2024-11-13T21:25:53.143Z | Compiling crypto-bigint v0.5.5 |
1909 | 2024-11-13T21:25:53.224Z | Compiling serde_repr v0.1.19 |
1910 | 2024-11-13T21:25:53.338Z | Compiling derive-where v1.2.7 |
1911 | 2024-11-13T21:25:54.243Z | Compiling clap_derive v4.5.18 |
1912 | 2024-11-13T21:25:54.314Z | Compiling hostname v0.4.0 |
1913 | 2024-11-13T21:25:54.541Z | Compiling crc32fast v1.4.2 |
1914 | 2024-11-13T21:25:54.865Z | Compiling bitflags v1.3.2 |
1915 | 2024-11-13T21:25:55.231Z | Compiling unicode-width v0.1.14 |
1916 | 2024-11-13T21:25:55.325Z | Compiling clap_lex v0.7.2 |
1917 | 2024-11-13T21:25:55.881Z | Compiling managed v0.8.0 |
1918 | 2024-11-13T21:25:55.967Z | Compiling debug-ignore v1.0.5 |
1919 | 2024-11-13T21:25:58.736Z | Compiling elliptic-curve v0.13.8 |
1920 | 2024-11-13T21:25:59.404Z | Compiling console v0.15.8 |
1921 | 2024-11-13T21:25:59.462Z | Compiling clap_builder v4.5.20 |
1922 | 2024-11-13T21:25:59.482Z | Compiling flate2 v1.0.34 |
1923 | 2024-11-13T21:26:00.402Z | Compiling cookie_store v0.21.0 |
1924 | 2024-11-13T21:26:01.803Z | Compiling hickory-resolver v0.24.1 |
1925 | 2024-11-13T21:26:03.312Z | Compiling hyper-rustls v0.27.3 |
1926 | 2024-11-13T21:26:06.756Z | Compiling phf v0.11.2 |
1927 | 2024-11-13T21:26:07.041Z | Compiling hyper-tls v0.6.0 |
1928 | 2024-11-13T21:26:07.061Z | Compiling signal-hook-mio v0.2.4 |
1929 | 2024-11-13T21:26:07.236Z | Compiling typify-impl v0.2.0 |
1930 | 2024-11-13T21:26:07.312Z | Compiling bzip2 v0.4.4 |
1931 | 2024-11-13T21:26:07.314Z | Compiling rayon v1.10.0 |
1932 | 2024-11-13T21:26:07.423Z | Compiling tokio-tungstenite v0.24.0 |
1933 | 2024-11-13T21:26:07.680Z | Compiling postgres-types v0.2.8 |
1934 | 2024-11-13T21:26:08.020Z | Compiling zerocopy v0.6.6 |
1935 | 2024-11-13T21:26:08.085Z | Compiling ed25519 v2.2.3 |
1936 | 2024-11-13T21:26:08.527Z | Compiling hubpack v0.1.2 |
1937 | 2024-11-13T21:26:08.684Z | Compiling phf_shared v0.10.0 |
1938 | 2024-11-13T21:26:08.985Z | Compiling pkcs1 v0.7.5 |
1939 | 2024-11-13T21:26:09.058Z | Compiling tokio-stream v0.1.16 |
1940 | 2024-11-13T21:26:10.056Z | Compiling serde-big-array v0.5.1 |
1941 | 2024-11-13T21:26:10.075Z | Compiling rfc6979 v0.4.0 |
1942 | 2024-11-13T21:26:10.267Z | Compiling float-cmp v0.9.0 |
1943 | 2024-11-13T21:26:10.296Z | Compiling sync_wrapper v1.0.1 |
1944 | 2024-11-13T21:26:10.461Z | Compiling bstr v1.10.0 |
1945 | 2024-11-13T21:26:12.098Z | Compiling static_assertions v1.1.0 |
1946 | 2024-11-13T21:26:12.105Z | Compiling normalize-line-endings v0.3.0 |
1947 | 2024-11-13T21:26:12.215Z | Compiling fixedbitset v0.4.2 |
1948 | 2024-11-13T21:26:12.255Z | Compiling predicates-core v1.0.8 |
1949 | 2024-11-13T21:26:12.292Z | Compiling unicode-segmentation v1.12.0 |
1950 | 2024-11-13T21:26:12.635Z | Compiling number_prefix v0.4.0 |
1951 | 2024-11-13T21:26:12.872Z | Compiling whoami v1.5.2 |
1952 | 2024-11-13T21:26:13.196Z | Compiling difflib v0.4.0 |
1953 | 2024-11-13T21:26:13.259Z | Compiling bit-vec v0.6.3 |
1954 | 2024-11-13T21:26:13.417Z | Compiling new_debug_unreachable v1.0.6 |
1955 | 2024-11-13T21:26:13.451Z | Compiling precomputed-hash v0.1.1 |
1956 | 2024-11-13T21:26:13.581Z | Compiling predicates v3.1.2 |
1957 | 2024-11-13T21:26:13.701Z | Compiling bit-set v0.5.3 |
1958 | 2024-11-13T21:26:14.029Z | Compiling string_cache v0.8.7 |
1959 | 2024-11-13T21:26:14.441Z | Compiling tokio-postgres v0.7.12 |
1960 | 2024-11-13T21:26:14.464Z | Compiling similar v2.6.0 |
1961 | 2024-11-13T21:26:15.134Z | Compiling indicatif v0.17.8 |
1962 | 2024-11-13T21:26:15.991Z | Compiling petgraph v0.6.5 |
1963 | 2024-11-13T21:26:16.450Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1964 | 2024-11-13T21:26:18.658Z | Compiling reqwest v0.12.9 |
1965 | 2024-11-13T21:26:19.253Z | Compiling typify-macro v0.2.0 |
1966 | 2024-11-13T21:26:19.716Z | Compiling ecdsa v0.16.9 |
1967 | 2024-11-13T21:26:20.010Z | Compiling qorb v0.2.0 |
1968 | 2024-11-13T21:26:20.586Z | Compiling rsa v0.9.6 |
1969 | 2024-11-13T21:26:21.183Z | Compiling ed25519-dalek v2.1.1 |
1970 | 2024-11-13T21:26:22.532Z | Compiling zip v0.6.6 |
1971 | 2024-11-13T21:26:22.728Z | Compiling crossterm v0.28.1 |
1972 | 2024-11-13T21:26:22.876Z | Compiling clap v4.5.20 |
1973 | 2024-11-13T21:26:24.015Z | Compiling toml v0.7.8 |
1974 | 2024-11-13T21:26:25.433Z | Compiling x509-cert v0.2.5 |
1975 | 2024-11-13T21:26:25.717Z | Compiling hex v0.4.3 |
1976 | 2024-11-13T21:26:26.366Z | Compiling itertools v0.10.5 |
1977 | 2024-11-13T21:26:26.748Z | Compiling peg-runtime v0.8.3 |
1978 | 2024-11-13T21:26:26.871Z | Compiling unicode-xid v0.2.6 |
1979 | 2024-11-13T21:26:27.005Z | Compiling lalrpop-util v0.19.12 |
1980 | 2024-11-13T21:26:29.846Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1981 | 2024-11-13T21:26:33.737Z | Compiling proc-macro-crate v1.3.1 |
1982 | 2024-11-13T21:26:34.344Z | Compiling ipnetwork v0.20.0 |
1983 | 2024-11-13T21:26:35.041Z | Compiling heapless v0.8.0 |
1984 | 2024-11-13T21:26:39.176Z | Compiling num_enum_derive v0.5.11 |
1985 | 2024-11-13T21:26:47.935Z | Compiling hash32 v0.3.1 |
1986 | 2024-11-13T21:26:49.095Z | Compiling ident_case v1.0.1 |
1987 | 2024-11-13T21:26:49.310Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1988 | 2024-11-13T21:26:49.759Z | Compiling smoltcp v0.11.0 |
1989 | 2024-11-13T21:26:50.418Z | Compiling darling_core v0.20.10 |
1990 | 2024-11-13T21:26:56.582Z | Compiling num_enum v0.5.11 |
1991 | 2024-11-13T21:26:56.775Z | Compiling typify v0.2.0 |
1992 | 2024-11-13T21:26:58.074Z | Compiling proc-macro-error-attr v1.0.4 |
1993 | 2024-11-13T21:26:58.316Z | Compiling unsafe-libyaml v0.2.11 |
1994 | 2024-11-13T21:26:58.385Z | Compiling cobs v0.2.3 |
1995 | 2024-11-13T21:26:58.445Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1996 | 2024-11-13T21:27:00.075Z | Compiling serde_yaml v0.9.34+deprecated |
1997 | 2024-11-13T21:27:01.577Z | Compiling postcard v1.0.10 |
1998 | 2024-11-13T21:27:15.757Z | Compiling progenitor-impl v0.8.0 |
1999 | 2024-11-13T21:27:21.155Z | Compiling darling_macro v0.20.10 |
2000 | 2024-11-13T21:27:28.768Z | Compiling strum_macros v0.26.4 |
2001 | 2024-11-13T21:27:29.697Z | Compiling structmeta-derive v0.3.0 |
2002 | 2024-11-13T21:27:29.706Z | Compiling foreign-types-macros v0.2.3 |
2003 | 2024-11-13T21:27:29.918Z | Compiling proc-macro-error v1.0.4 |
2004 | 2024-11-13T21:27:30.247Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2005 | 2024-11-13T21:27:30.919Z | Compiling newtype-uuid v1.1.3 |
2006 | 2024-11-13T21:27:31.786Z | Compiling foreign-types-shared v0.3.1 |
2007 | 2024-11-13T21:27:32.110Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2008 | 2024-11-13T21:27:32.712Z | Compiling structmeta v0.3.0 |
2009 | 2024-11-13T21:27:32.953Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2010 | 2024-11-13T21:27:33.179Z | Compiling strum v0.26.3 |
2011 | 2024-11-13T21:27:33.386Z | Compiling foreign-types v0.5.0 |
2012 | 2024-11-13T21:27:40.647Z | Compiling progenitor-macro v0.8.0 |
2013 | 2024-11-13T21:27:42.963Z | Compiling darling v0.20.10 |
2014 | 2024-11-13T21:27:44.957Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2015 | 2024-11-13T21:27:45.422Z | Compiling progenitor-client v0.8.0 |
2016 | 2024-11-13T21:27:48.606Z | Compiling tabwriter v1.4.0 |
2017 | 2024-11-13T21:27:50.090Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2018 | 2024-11-13T21:27:50.314Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2019 | 2024-11-13T21:27:50.929Z | Compiling cstr-argument v0.1.2 |
2020 | 2024-11-13T21:27:51.166Z | Compiling dropshot v0.13.0 |
2021 | 2024-11-13T21:27:51.490Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2022 | 2024-11-13T21:27:51.792Z | Compiling crucible-workspace-hack v0.1.0 |
2023 | 2024-11-13T21:27:51.870Z | Compiling fastrand v2.1.1 |
2024 | 2024-11-13T21:27:52.083Z | Compiling pretty-hex v0.2.1 |
2025 | 2024-11-13T21:27:52.492Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2026 | 2024-11-13T21:27:52.527Z | Compiling tempfile v3.13.0 |
2027 | 2024-11-13T21:27:53.003Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2028 | 2024-11-13T21:27:53.193Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2029 | 2024-11-13T21:27:53.973Z | Compiling progenitor v0.8.0 |
2030 | 2024-11-13T21:27:53.987Z | Compiling serde_with_macros v3.11.0 |
2031 | 2024-11-13T21:27:54.150Z | Compiling parse-display-derive v0.10.0 |
2032 | 2024-11-13T21:27:54.199Z | Compiling colored v2.1.0 |
2033 | 2024-11-13T21:27:54.378Z | Compiling dropshot_endpoint v0.13.0 |
2034 | 2024-11-13T21:27:55.443Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2035 | 2024-11-13T21:27:56.206Z | Compiling instant v0.1.13 |
2036 | 2024-11-13T21:27:56.387Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2037 | 2024-11-13T21:27:56.456Z | Compiling serde_with v3.11.0 |
2038 | 2024-11-13T21:27:56.805Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2039 | 2024-11-13T21:27:57.792Z | Compiling backoff v0.4.0 |
2040 | 2024-11-13T21:27:58.046Z | Compiling parse-display v0.10.0 |
2041 | 2024-11-13T21:27:58.148Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2042 | 2024-11-13T21:27:59.690Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2043 | 2024-11-13T21:27:59.993Z | Compiling zone_cfg_derive v0.3.0 |
2044 | 2024-11-13T21:28:00.276Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2045 | 2024-11-13T21:28:00.608Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2046 | 2024-11-13T21:28:00.893Z | Compiling camino-tempfile v1.1.1 |
2047 | 2024-11-13T21:28:01.370Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2048 | 2024-11-13T21:28:01.452Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2049 | 2024-11-13T21:28:01.651Z | Compiling regress v0.9.1 |
2050 | 2024-11-13T21:28:01.672Z | Compiling macaddr v1.0.1 |
2051 | 2024-11-13T21:28:01.875Z | Compiling num-derive v0.4.2 |
2052 | 2024-11-13T21:28:02.330Z | Compiling sigpipe v0.1.3 |
2053 | 2024-11-13T21:28:02.479Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2054 | 2024-11-13T21:28:02.772Z | Compiling libefi-sys v0.1.0 |
2055 | 2024-11-13T21:28:03.130Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2056 | 2024-11-13T21:28:04.075Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2057 | 2024-11-13T21:28:05.659Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2058 | 2024-11-13T21:28:06.222Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2059 | 2024-11-13T21:28:06.367Z | Compiling zone v0.3.0 |
2060 | 2024-11-13T21:28:08.086Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2061 | 2024-11-13T21:28:09.823Z | Compiling smf v0.2.3 |
2062 | 2024-11-13T21:28:10.129Z | Compiling bitfield-struct v0.6.2 |
2063 | 2024-11-13T21:28:10.494Z | Compiling blake3 v1.5.4 |
2064 | 2024-11-13T21:28:11.135Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2065 | 2024-11-13T21:28:11.518Z | Compiling ring v0.16.20 |
2066 | 2024-11-13T21:28:11.678Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2067 | 2024-11-13T21:28:12.511Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2068 | 2024-11-13T21:28:12.865Z | Compiling xattr v1.3.1 |
2069 | 2024-11-13T21:28:12.928Z | Compiling filetime v0.2.25 |
2070 | 2024-11-13T21:28:13.192Z | Compiling memmap2 v0.9.5 |
2071 | 2024-11-13T21:28:13.284Z | Compiling spin v0.5.2 |
2072 | 2024-11-13T21:28:13.558Z | Compiling arrayref v0.3.9 |
2073 | 2024-11-13T21:28:13.640Z | Compiling same-file v1.0.6 |
2074 | 2024-11-13T21:28:13.670Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2075 | 2024-11-13T21:28:13.797Z | Compiling constant_time_eq v0.3.1 |
2076 | 2024-11-13T21:28:13.816Z | Compiling arrayvec v0.7.6 |
2077 | 2024-11-13T21:28:13.950Z | Compiling walkdir v2.5.0 |
2078 | 2024-11-13T21:28:13.980Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2079 | 2024-11-13T21:28:15.528Z | Compiling tar v0.4.43 |
2080 | 2024-11-13T21:28:16.754Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2081 | 2024-11-13T21:28:17.085Z | Compiling gethostname v0.5.0 |
2082 | 2024-11-13T21:28:17.168Z | Compiling cargo-platform v0.1.8 |
2083 | 2024-11-13T21:28:17.299Z | Compiling topological-sort v0.2.2 |
2084 | 2024-11-13T21:28:17.591Z | Compiling cargo_metadata v0.18.1 |
2085 | 2024-11-13T21:28:21.059Z | Compiling omicron-zone-package v0.11.1 |
2086 | 2024-11-13T21:28:23.416Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2087 | 2024-11-13T21:28:25.377Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2088 | 2024-11-13T21:28:31.416Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2089 | 2024-11-13T21:28:47.679Z | Finished `release` profile [optimized] target(s) in 5m 24s |
2090 | 2024-11-13T21:28:47.843Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2091 | 2024-11-13T21:28:47.891Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2092 | 2024-11-13T21:28:47.893Z | Created new build target 'test' and set it as active |
2093 | 2024-11-13T21:28:47.893Z | |
2094 | 2024-11-13T21:28:47.893Z | real 5:24.467229763 |
2095 | 2024-11-13T21:28:47.893Z | user 36:31.164323510 |
2096 | 2024-11-13T21:28:47.893Z | sys 4:52.171459188 |
2097 | 2024-11-13T21:28:47.893Z | trap 1.063498526 |
2098 | 2024-11-13T21:28:47.893Z | tflt 2.969183360 |
2099 | 2024-11-13T21:28:47.893Z | dflt 0.733986347 |
2100 | 2024-11-13T21:28:47.893Z | kflt 0.000220947 |
2101 | 2024-11-13T21:28:47.893Z | lock 1:17:07.350402704 |
2102 | 2024-11-13T21:28:47.894Z | slp 2:32:58.978086414 |
2103 | 2024-11-13T21:28:47.894Z | lat 2:28.531160402 |
2104 | 2024-11-13T21:28:47.894Z | stop 4:32.789674173 |
2105 | 2024-11-13T21:28:47.896Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2106 | 2024-11-13T21:28:48.857Z | Finished `release` profile [optimized] target(s) in 0.91s |
2107 | 2024-11-13T21:28:48.916Z | Running `target/release/omicron-package -t test package` |
2108 | 2024-11-13T21:28:48.963Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2109 | 2024-11-13T21:28:50.116Z | Compiling convert_case v0.4.0 |
2110 | 2024-11-13T21:28:50.125Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2111 | 2024-11-13T21:28:50.125Z | Compiling itertools v0.13.0 |
2112 | 2024-11-13T21:28:50.125Z | Compiling password-hash v0.5.0 |
2113 | 2024-11-13T21:28:50.125Z | Compiling blake2 v0.10.6 |
2114 | 2024-11-13T21:28:50.252Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2115 | 2024-11-13T21:28:50.255Z | Compiling newline-converter v0.3.0 |
2116 | 2024-11-13T21:28:50.255Z | Compiling owo-colors v4.1.0 |
2117 | 2024-11-13T21:28:50.513Z | Compiling cancel-safe-futures v0.1.5 |
2118 | 2024-11-13T21:28:50.576Z | Compiling expectorate v1.1.0 |
2119 | 2024-11-13T21:28:50.771Z | Compiling libsw v3.3.1 |
2120 | 2024-11-13T21:28:50.850Z | Compiling argon2 v0.5.3 |
2121 | 2024-11-13T21:28:50.930Z | Compiling derive_more v0.99.18 |
2122 | 2024-11-13T21:28:51.105Z | Compiling linear-map v1.2.0 |
2123 | 2024-11-13T21:28:51.455Z | Compiling indent_write v2.2.0 |
2124 | 2024-11-13T21:28:51.547Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2125 | 2024-11-13T21:28:51.696Z | Compiling swrite v0.1.0 |
2126 | 2024-11-13T21:28:51.756Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2127 | 2024-11-13T21:28:51.841Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2128 | 2024-11-13T21:28:52.144Z | Compiling progenitor-client v0.8.0 |
2129 | 2024-11-13T21:28:52.487Z | Compiling base64 v0.21.7 |
2130 | 2024-11-13T21:28:52.626Z | Compiling progenitor v0.8.0 |
2131 | 2024-11-13T21:28:52.900Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2132 | 2024-11-13T21:28:53.291Z | Compiling atomicwrites v0.4.4 |
2133 | 2024-11-13T21:28:53.454Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2134 | 2024-11-13T21:28:53.610Z | Compiling num-rational v0.4.2 |
2135 | 2024-11-13T21:28:53.837Z | Compiling num-complex v0.4.6 |
2136 | 2024-11-13T21:28:53.959Z | Compiling float-ord v0.3.2 |
2137 | 2024-11-13T21:28:54.142Z | Compiling semver v0.1.20 |
2138 | 2024-11-13T21:28:54.733Z | Compiling rustc_version v0.1.7 |
2139 | 2024-11-13T21:28:55.152Z | Compiling num v0.4.3 |
2140 | 2024-11-13T21:28:55.173Z | Compiling newtype_derive v0.1.6 |
2141 | 2024-11-13T21:28:55.283Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2142 | 2024-11-13T21:28:55.570Z | Compiling humantime v2.1.0 |
2143 | 2024-11-13T21:28:56.146Z | Compiling highway v1.2.0 |
2144 | 2024-11-13T21:28:56.587Z | Compiling steno v0.4.1 |
2145 | 2024-11-13T21:28:57.573Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2146 | 2024-11-13T21:28:57.903Z | Compiling newtype-uuid v1.1.3 |
2147 | 2024-11-13T21:28:58.264Z | Compiling dropshot v0.13.0 |
2148 | 2024-11-13T21:28:58.344Z | Compiling tungstenite v0.21.0 |
2149 | 2024-11-13T21:28:59.764Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2150 | 2024-11-13T21:29:00.780Z | Compiling ipnetwork v0.20.0 |
2151 | 2024-11-13T21:29:01.085Z | Compiling instant v0.1.13 |
2152 | 2024-11-13T21:29:01.274Z | Compiling slog-dtrace v0.3.0 |
2153 | 2024-11-13T21:29:01.600Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2154 | 2024-11-13T21:29:01.697Z | Compiling backoff v0.4.0 |
2155 | 2024-11-13T21:29:02.045Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2156 | 2024-11-13T21:29:02.737Z | Compiling tokio-tungstenite v0.21.0 |
2157 | 2024-11-13T21:29:03.563Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2158 | 2024-11-13T21:29:03.930Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2159 | 2024-11-13T21:29:07.421Z | Compiling parse-display v0.10.0 |
2160 | 2024-11-13T21:29:08.006Z | Compiling strum v0.26.3 |
2161 | 2024-11-13T21:29:08.203Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2162 | 2024-11-13T21:29:08.395Z | Compiling serde_with v3.11.0 |
2163 | 2024-11-13T21:29:11.486Z | Compiling regress v0.9.1 |
2164 | 2024-11-13T21:29:11.717Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2165 | 2024-11-13T21:29:12.623Z | Compiling macaddr v1.0.1 |
2166 | 2024-11-13T21:29:13.357Z | Compiling prettyplease v0.2.25 |
2167 | 2024-11-13T21:29:13.441Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2168 | 2024-11-13T21:29:14.597Z | Compiling arc-swap v1.7.1 |
2169 | 2024-11-13T21:29:15.001Z | Compiling display-error-chain v0.2.2 |
2170 | 2024-11-13T21:29:15.230Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2171 | 2024-11-13T21:29:15.267Z | Compiling slog-scope v4.4.0 |
2172 | 2024-11-13T21:29:16.086Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2173 | 2024-11-13T21:29:16.308Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2174 | 2024-11-13T21:29:17.402Z | Compiling half v2.4.1 |
2175 | 2024-11-13T21:29:18.073Z | Compiling ciborium-io v0.2.2 |
2176 | 2024-11-13T21:29:18.228Z | Compiling ciborium-ll v0.2.2 |
2177 | 2024-11-13T21:29:18.415Z | Compiling slog-stdlog v4.1.1 |
2178 | 2024-11-13T21:29:18.732Z | Compiling slog-envlogger v2.2.0 |
2179 | 2024-11-13T21:29:19.236Z | Compiling ciborium v0.2.2 |
2180 | 2024-11-13T21:29:20.104Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2181 | 2024-11-13T21:29:21.386Z | Compiling same-file v1.0.6 |
2182 | 2024-11-13T21:29:21.498Z | Compiling fastrand v2.1.1 |
2183 | 2024-11-13T21:29:21.646Z | Compiling walkdir v2.5.0 |
2184 | 2024-11-13T21:29:22.030Z | Compiling tempfile v3.13.0 |
2185 | 2024-11-13T21:29:22.316Z | Compiling ring v0.16.20 |
2186 | 2024-11-13T21:29:22.816Z | Compiling blake3 v1.5.4 |
2187 | 2024-11-13T21:29:23.544Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2188 | 2024-11-13T21:29:25.128Z | Compiling xattr v1.3.1 |
2189 | 2024-11-13T21:29:25.419Z | Compiling filetime v0.2.25 |
2190 | 2024-11-13T21:29:25.745Z | Compiling memmap2 v0.9.5 |
2191 | 2024-11-13T21:29:26.176Z | Compiling keccak v0.1.5 |
2192 | 2024-11-13T21:29:26.257Z | Compiling arrayref v0.3.9 |
2193 | 2024-11-13T21:29:26.380Z | Compiling constant_time_eq v0.3.1 |
2194 | 2024-11-13T21:29:26.561Z | Compiling spin v0.5.2 |
2195 | 2024-11-13T21:29:26.820Z | Compiling arrayvec v0.7.6 |
2196 | 2024-11-13T21:29:30.558Z | Compiling sha3 v0.10.8 |
2197 | 2024-11-13T21:29:31.014Z | Compiling tar v0.4.43 |
2198 | 2024-11-13T21:29:31.146Z | Compiling camino-tempfile v1.1.1 |
2199 | 2024-11-13T21:29:31.439Z | Compiling toolchain_find v0.4.0 |
2200 | 2024-11-13T21:29:31.589Z | Compiling nibble_vec v0.1.0 |
2201 | 2024-11-13T21:29:31.840Z | Compiling topological-sort v0.2.2 |
2202 | 2024-11-13T21:29:32.033Z | Compiling crunchy v0.2.2 |
2203 | 2024-11-13T21:29:32.084Z | Compiling endian-type v0.1.2 |
2204 | 2024-11-13T21:29:32.349Z | Compiling radium v0.7.0 |
2205 | 2024-11-13T21:29:32.795Z | Compiling maplit v1.0.2 |
2206 | 2024-11-13T21:29:33.002Z | Compiling radix_trie v0.2.1 |
2207 | 2024-11-13T21:29:33.190Z | Compiling omicron-zone-package v0.11.1 |
2208 | 2024-11-13T21:29:33.911Z | Compiling rustfmt-wrapper v0.2.1 |
2209 | 2024-11-13T21:29:33.983Z | Compiling pem v3.0.4 |
2210 | 2024-11-13T21:29:34.491Z | Compiling tiny-keccak v2.0.2 |
2211 | 2024-11-13T21:29:34.792Z | Compiling tap v1.0.1 |
2212 | 2024-11-13T21:29:34.998Z | Compiling maybe-uninit v2.0.0 |
2213 | 2024-11-13T21:29:35.447Z | Compiling wyz v0.5.1 |
2214 | 2024-11-13T21:29:35.700Z | Compiling dsl_auto_type v0.1.2 |
2215 | 2024-11-13T21:29:35.949Z | Compiling scheduled-thread-pool v0.2.7 |
2216 | 2024-11-13T21:29:36.065Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2217 | 2024-11-13T21:29:36.250Z | Compiling secrecy v0.8.0 |
2218 | 2024-11-13T21:29:36.545Z | Compiling diesel_table_macro_syntax v0.2.0 |
2219 | 2024-11-13T21:29:36.877Z | Compiling funty v2.0.0 |
2220 | 2024-11-13T21:29:36.951Z | Compiling crc-catalog v2.4.0 |
2221 | 2024-11-13T21:29:37.052Z | Compiling packed_struct v0.10.1 |
2222 | 2024-11-13T21:29:37.116Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2223 | 2024-11-13T21:29:37.147Z | Compiling crc v3.2.1 |
2224 | 2024-11-13T21:29:37.478Z | Compiling diesel_derives v2.2.3 |
2225 | 2024-11-13T21:29:37.528Z | Compiling r2d2 v0.8.10 |
2226 | 2024-11-13T21:29:37.993Z | Compiling bitvec v1.0.1 |
2227 | 2024-11-13T21:29:38.314Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2228 | 2024-11-13T21:29:39.359Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2229 | 2024-11-13T21:29:39.500Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2230 | 2024-11-13T21:29:40.905Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2231 | 2024-11-13T21:29:41.427Z | Compiling ascii-canvas v3.0.0 |
2232 | 2024-11-13T21:29:41.949Z | Compiling universal-hash v0.5.1 |
2233 | 2024-11-13T21:29:42.201Z | Compiling thiserror-impl-no-std v2.0.2 |
2234 | 2024-11-13T21:29:42.580Z | Compiling packed_struct_codegen v0.10.1 |
2235 | 2024-11-13T21:29:44.931Z | Compiling lzma-sys v0.1.20 |
2236 | 2024-11-13T21:29:45.132Z | Compiling ena v0.14.3 |
2237 | 2024-11-13T21:29:45.581Z | Compiling indexmap v1.9.3 |
2238 | 2024-11-13T21:29:45.623Z | Compiling regex-syntax v0.6.29 |
2239 | 2024-11-13T21:29:45.897Z | Compiling nodrop v0.1.14 |
2240 | 2024-11-13T21:29:46.046Z | Compiling opaque-debug v0.3.1 |
2241 | 2024-11-13T21:29:46.158Z | Compiling diff v0.1.13 |
2242 | 2024-11-13T21:29:46.742Z | Compiling poly1305 v0.8.0 |
2243 | 2024-11-13T21:29:48.261Z | Compiling array-init v0.0.4 |
2244 | 2024-11-13T21:29:49.004Z | Compiling diesel v2.2.4 |
2245 | 2024-11-13T21:29:49.560Z | Compiling lalrpop v0.19.12 |
2246 | 2024-11-13T21:29:55.615Z | Compiling thiserror-no-std v2.0.2 |
2247 | 2024-11-13T21:29:55.753Z | Compiling smallvec v0.6.14 |
2248 | 2024-11-13T21:29:56.533Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2249 | 2024-11-13T21:29:56.833Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2250 | 2024-11-13T21:29:57.131Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2251 | 2024-11-13T21:29:57.415Z | Compiling chacha20 v0.9.1 |
2252 | 2024-11-13T21:29:57.631Z | Compiling heck v0.3.3 |
2253 | 2024-11-13T21:29:57.916Z | Compiling const_format_proc_macros v0.2.33 |
2254 | 2024-11-13T21:29:58.027Z | Compiling aead v0.5.2 |
2255 | 2024-11-13T21:29:58.380Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2256 | 2024-11-13T21:29:58.689Z | Compiling termcolor v1.4.1 |
2257 | 2024-11-13T21:29:59.750Z | Compiling ref-cast v1.0.23 |
2258 | 2024-11-13T21:29:59.804Z | Compiling hashbrown v0.12.3 |
2259 | 2024-11-13T21:30:00.205Z | Compiling bitfield v0.14.0 |
2260 | 2024-11-13T21:30:00.512Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2261 | 2024-11-13T21:30:02.465Z | Compiling const_format v0.2.33 |
2262 | 2024-11-13T21:30:03.711Z | Compiling env_logger v0.10.2 |
2263 | 2024-11-13T21:30:06.085Z | Compiling chacha20poly1305 v0.10.1 |
2264 | 2024-11-13T21:30:06.342Z | Compiling zone_cfg_derive v0.1.2 |
2265 | 2024-11-13T21:30:07.006Z | Compiling serde-hex v0.1.0 |
2266 | 2024-11-13T21:30:07.712Z | Compiling vsss-rs v3.3.4 |
2267 | 2024-11-13T21:30:12.309Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2268 | 2024-11-13T21:30:12.483Z | Compiling ron v0.8.1 |
2269 | 2024-11-13T21:30:12.644Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2270 | 2024-11-13T21:30:12.934Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2271 | 2024-11-13T21:30:13.573Z | Compiling derive_builder_core v0.20.2 |
2272 | 2024-11-13T21:30:15.610Z | Compiling polar-core v0.27.3 |
2273 | 2024-11-13T21:30:16.046Z | Compiling hashbrown v0.13.2 |
2274 | 2024-11-13T21:30:16.866Z | Compiling headers-core v0.3.0 |
2275 | 2024-11-13T21:30:17.061Z | Compiling fxhash v0.2.1 |
2276 | 2024-11-13T21:30:17.224Z | Compiling libxml v0.3.3 |
2277 | 2024-11-13T21:30:17.290Z | Compiling ref-cast-impl v1.0.23 |
2278 | 2024-11-13T21:30:17.599Z | Compiling base64 v0.13.1 |
2279 | 2024-11-13T21:30:18.342Z | Compiling crc-any v2.5.0 |
2280 | 2024-11-13T21:30:18.363Z | Compiling ron v0.7.1 |
2281 | 2024-11-13T21:30:18.620Z | Compiling object v0.30.4 |
2282 | 2024-11-13T21:30:19.333Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2283 | 2024-11-13T21:30:23.806Z | Compiling headers v0.4.0 |
2284 | 2024-11-13T21:30:27.425Z | Compiling derive_builder_macro v0.20.2 |
2285 | 2024-11-13T21:30:28.275Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2286 | 2024-11-13T21:30:29.830Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2287 | 2024-11-13T21:30:30.566Z | Compiling xz2 v0.1.7 |
2288 | 2024-11-13T21:30:31.184Z | Compiling zone v0.1.8 |
2289 | 2024-11-13T21:30:34.230Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2290 | 2024-11-13T21:30:34.445Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2291 | 2024-11-13T21:30:34.587Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2292 | 2024-11-13T21:30:34.881Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2293 | 2024-11-13T21:30:34.929Z | Compiling yasna v0.5.2 |
2294 | 2024-11-13T21:30:36.496Z | Compiling phf_generator v0.11.2 |
2295 | 2024-11-13T21:30:36.704Z | Compiling strum_macros v0.24.3 |
2296 | 2024-11-13T21:30:37.399Z | Compiling kstat-rs v0.2.4 |
2297 | 2024-11-13T21:30:38.287Z | Compiling samael v0.0.17 |
2298 | 2024-11-13T21:30:38.398Z | Compiling async-recursion v1.1.1 |
2299 | 2024-11-13T21:30:39.557Z | Compiling unicase v2.7.0 |
2300 | 2024-11-13T21:30:39.866Z | Compiling path-slash v0.1.5 |
2301 | 2024-11-13T21:30:39.869Z | Compiling indoc v1.0.9 |
2302 | 2024-11-13T21:30:40.023Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2303 | 2024-11-13T21:30:40.121Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2304 | 2024-11-13T21:30:41.471Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2305 | 2024-11-13T21:30:43.719Z | Compiling phf_codegen v0.11.2 |
2306 | 2024-11-13T21:30:44.010Z | Compiling rcgen v0.12.1 |
2307 | 2024-11-13T21:30:47.060Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2308 | 2024-11-13T21:30:53.050Z | Compiling derive_builder v0.20.2 |
2309 | 2024-11-13T21:30:54.378Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2310 | 2024-11-13T21:30:55.709Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2311 | 2024-11-13T21:30:56.013Z | Compiling oso-derive v0.27.3 |
2312 | 2024-11-13T21:30:57.013Z | Compiling impl-trait-for-tuples v0.2.2 |
2313 | 2024-11-13T21:30:58.213Z | Compiling libz-sys v1.1.20 |
2314 | 2024-11-13T21:30:58.894Z | Compiling parse-zoneinfo v0.3.1 |
2315 | 2024-11-13T21:31:00.571Z | Compiling quick-xml v0.33.0 |
2316 | 2024-11-13T21:31:00.613Z | Compiling subprocess v0.2.9 |
2317 | 2024-11-13T21:31:01.741Z | Compiling diesel-dtrace v0.3.0 |
2318 | 2024-11-13T21:31:02.063Z | Compiling cfg_aliases v0.1.1 |
2319 | 2024-11-13T21:31:02.190Z | Compiling parking_lot_core v0.8.6 |
2320 | 2024-11-13T21:31:02.661Z | Compiling nix v0.28.0 |
2321 | 2024-11-13T21:31:03.498Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2322 | 2024-11-13T21:31:03.731Z | Compiling oso v0.27.3 |
2323 | 2024-11-13T21:31:05.341Z | Compiling chrono-tz-build v0.4.0 |
2324 | 2024-11-13T21:31:06.705Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2325 | 2024-11-13T21:31:08.301Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2326 | 2024-11-13T21:31:11.460Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2327 | 2024-11-13T21:31:13.747Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2328 | 2024-11-13T21:31:14.052Z | Compiling bb8 v0.8.5 |
2329 | 2024-11-13T21:31:14.686Z | Compiling vte_generate_state_changes v0.1.2 |
2330 | 2024-11-13T21:31:14.774Z | Compiling buf-list v1.0.3 |
2331 | 2024-11-13T21:31:15.330Z | Compiling vte v0.11.1 |
2332 | 2024-11-13T21:31:15.490Z | Compiling async-bb8-diesel v0.2.1 |
2333 | 2024-11-13T21:31:16.385Z | Compiling chrono-tz v0.10.0 |
2334 | 2024-11-13T21:31:17.507Z | Compiling fd-lock v4.0.2 |
2335 | 2024-11-13T21:31:17.766Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2336 | 2024-11-13T21:31:17.892Z | Compiling pin-project-internal v1.1.6 |
2337 | 2024-11-13T21:31:18.569Z | Compiling atty v0.2.14 |
2338 | 2024-11-13T21:31:18.749Z | Compiling salty v0.3.0 |
2339 | 2024-11-13T21:31:19.197Z | Compiling bytecount v0.6.8 |
2340 | 2024-11-13T21:31:19.545Z | Compiling papergrid v0.11.0 |
2341 | 2024-11-13T21:31:20.706Z | Compiling pin-project v1.1.6 |
2342 | 2024-11-13T21:31:21.488Z | Compiling parking_lot v0.11.2 |
2343 | 2024-11-13T21:31:30.199Z | Compiling strip-ansi-escapes v0.2.0 |
2344 | 2024-11-13T21:31:31.941Z | Compiling tabled_derive v0.7.0 |
2345 | 2024-11-13T21:31:32.438Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2346 | 2024-11-13T21:31:34.152Z | Compiling peg-macros v0.8.4 |
2347 | 2024-11-13T21:31:36.956Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2348 | 2024-11-13T21:31:37.483Z | Compiling snafu-derive v0.8.5 |
2349 | 2024-11-13T21:31:37.959Z | Compiling sqlparser_derive v0.2.2 |
2350 | 2024-11-13T21:31:38.973Z | Compiling home v0.5.9 |
2351 | 2024-11-13T21:31:39.283Z | Compiling lockfree-object-pool v0.1.6 |
2352 | 2024-11-13T21:31:39.615Z | Compiling bumpalo v3.16.0 |
2353 | 2024-11-13T21:31:40.235Z | Compiling nu-ansi-term v0.50.1 |
2354 | 2024-11-13T21:31:41.453Z | Compiling simd-adler32 v0.3.7 |
2355 | 2024-11-13T21:31:42.397Z | Compiling unicode_categories v0.1.1 |
2356 | 2024-11-13T21:31:42.624Z | Compiling zip v2.1.3 |
2357 | 2024-11-13T21:31:42.754Z | Compiling sqlformat v0.2.6 |
2358 | 2024-11-13T21:31:42.981Z | Compiling snafu v0.8.5 |
2359 | 2024-11-13T21:31:44.284Z | Compiling zopfli v0.8.1 |
2360 | 2024-11-13T21:31:48.328Z | Compiling reedline v0.35.0 |
2361 | 2024-11-13T21:31:48.794Z | Compiling rustyline v14.0.0 |
2362 | 2024-11-13T21:31:53.737Z | Compiling sqlparser v0.45.0 |
2363 | 2024-11-13T21:31:54.535Z | Compiling peg v0.8.4 |
2364 | 2024-11-13T21:31:54.666Z | Compiling tabled v0.15.0 |
2365 | 2024-11-13T21:31:57.794Z | Compiling sled v0.34.7 |
2366 | 2024-11-13T21:32:01.128Z | Compiling mime_guess v2.0.5 |
2367 | 2024-11-13T21:32:04.533Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2368 | 2024-11-13T21:32:06.732Z | Compiling hickory-client v0.24.1 |
2369 | 2024-11-13T21:32:07.966Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2370 | 2024-11-13T21:32:11.133Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2371 | 2024-11-13T21:32:11.307Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2372 | 2024-11-13T21:32:12.023Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2373 | 2024-11-13T21:32:17.353Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2374 | 2024-11-13T21:32:18.937Z | Compiling globset v0.4.15 |
2375 | 2024-11-13T21:32:18.939Z | Compiling hickory-server v0.24.1 |
2376 | 2024-11-13T21:32:20.712Z | Compiling primeorder v0.13.6 |
2377 | 2024-11-13T21:32:26.648Z | Compiling olpc-cjson v0.1.4 |
2378 | 2024-11-13T21:32:27.019Z | Compiling vergen v8.3.2 |
2379 | 2024-11-13T21:32:27.340Z | Compiling bcs v0.1.6 |
2380 | 2024-11-13T21:32:28.274Z | Compiling env_filter v0.1.2 |
2381 | 2024-11-13T21:32:29.855Z | Compiling cargo-platform v0.1.8 |
2382 | 2024-11-13T21:32:30.390Z | Compiling serde_plain v1.0.2 |
2383 | 2024-11-13T21:32:30.955Z | Compiling nanorand v0.7.0 |
2384 | 2024-11-13T21:32:31.097Z | Compiling memoffset v0.9.1 |
2385 | 2024-11-13T21:32:31.527Z | Compiling typed-path v0.9.3 |
2386 | 2024-11-13T21:32:31.882Z | Compiling flume v0.11.1 |
2387 | 2024-11-13T21:32:32.428Z | Compiling cargo_metadata v0.18.1 |
2388 | 2024-11-13T21:32:32.504Z | Compiling env_logger v0.11.5 |
2389 | 2024-11-13T21:32:34.030Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2390 | 2024-11-13T21:32:35.652Z | Compiling tough v0.19.0 |
2391 | 2024-11-13T21:32:38.986Z | Compiling p384 v0.13.0 |
2392 | 2024-11-13T21:32:44.890Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2393 | 2024-11-13T21:32:45.201Z | Compiling git2 v0.19.0 |
2394 | 2024-11-13T21:32:54.689Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2395 | 2024-11-13T21:32:55.619Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2396 | 2024-11-13T21:32:57.712Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2397 | 2024-11-13T21:33:00.233Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2398 | 2024-11-13T21:33:00.812Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2399 | 2024-11-13T21:33:03.574Z | Compiling rand_seeder v0.3.0 |
2400 | 2024-11-13T21:33:04.013Z | Compiling libsqlite3-sys v0.30.1 |
2401 | 2024-11-13T21:33:04.546Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2402 | 2024-11-13T21:33:04.654Z | Compiling cfg_aliases v0.2.1 |
2403 | 2024-11-13T21:33:04.779Z | Compiling rustls v0.21.12 |
2404 | 2024-11-13T21:33:04.868Z | Compiling parse-size v1.1.0 |
2405 | 2024-11-13T21:33:05.109Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2406 | 2024-11-13T21:33:05.205Z | Compiling nix v0.29.0 |
2407 | 2024-11-13T21:33:06.123Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2408 | 2024-11-13T21:33:06.367Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2409 | 2024-11-13T21:33:08.118Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2410 | 2024-11-13T21:33:08.260Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2411 | 2024-11-13T21:33:09.095Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2412 | 2024-11-13T21:33:09.405Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2413 | 2024-11-13T21:33:10.464Z | Compiling rustls-webpki v0.101.7 |
2414 | 2024-11-13T21:33:12.182Z | Compiling sct v0.7.1 |
2415 | 2024-11-13T21:33:12.676Z | Compiling castaway v0.2.3 |
2416 | 2024-11-13T21:33:12.901Z | Compiling csv-core v0.1.11 |
2417 | 2024-11-13T21:33:13.756Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2418 | 2024-11-13T21:33:13.788Z | Compiling http-range v0.1.5 |
2419 | 2024-11-13T21:33:14.090Z | Compiling glob v0.3.1 |
2420 | 2024-11-13T21:33:14.400Z | Compiling hyper-staticfile v0.10.1 |
2421 | 2024-11-13T21:33:14.463Z | Compiling csv v1.3.0 |
2422 | 2024-11-13T21:33:16.154Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2423 | 2024-11-13T21:33:16.607Z | Compiling compact_str v0.8.0 |
2424 | 2024-11-13T21:33:19.201Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2425 | 2024-11-13T21:33:20.128Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2426 | 2024-11-13T21:33:21.448Z | Compiling nix v0.27.1 |
2427 | 2024-11-13T21:33:23.384Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2428 | 2024-11-13T21:33:25.466Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2429 | 2024-11-13T21:33:30.583Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2430 | 2024-11-13T21:33:35.038Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2431 | 2024-11-13T21:33:35.828Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2432 | 2024-11-13T21:33:38.328Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2433 | 2024-11-13T21:33:38.715Z | Compiling unicode-truncate v1.1.0 |
2434 | 2024-11-13T21:33:39.013Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2435 | 2024-11-13T21:33:39.326Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2436 | 2024-11-13T21:33:39.645Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2437 | 2024-11-13T21:33:42.147Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2438 | 2024-11-13T21:33:42.599Z | Compiling hashlink v0.9.1 |
2439 | 2024-11-13T21:33:43.467Z | Compiling tungstenite v0.23.0 |
2440 | 2024-11-13T21:33:43.662Z | Compiling lru v0.12.5 |
2441 | 2024-11-13T21:33:44.094Z | Compiling instability v0.3.2 |
2442 | 2024-11-13T21:33:45.113Z | Compiling fallible-iterator v0.3.0 |
2443 | 2024-11-13T21:33:45.132Z | Compiling cassowary v0.3.0 |
2444 | 2024-11-13T21:33:45.976Z | Compiling fallible-streaming-iterator v0.1.9 |
2445 | 2024-11-13T21:33:46.293Z | Compiling rusqlite v0.32.1 |
2446 | 2024-11-13T21:33:46.795Z | Compiling ratatui v0.28.1 |
2447 | 2024-11-13T21:33:48.690Z | Compiling tokio-tungstenite v0.23.1 |
2448 | 2024-11-13T21:33:49.198Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2449 | 2024-11-13T21:33:52.537Z | Compiling tokio-rustls v0.24.1 |
2450 | 2024-11-13T21:33:58.970Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2451 | 2024-11-13T21:34:05.448Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2452 | 2024-11-13T21:34:06.076Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2453 | 2024-11-13T21:34:06.372Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2454 | 2024-11-13T21:34:07.115Z | Compiling rustls-pemfile v1.0.4 |
2455 | 2024-11-13T21:34:07.740Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2456 | 2024-11-13T21:34:08.055Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2457 | 2024-11-13T21:34:10.159Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2458 | 2024-11-13T21:34:10.346Z | Compiling signal-hook-tokio v0.3.1 |
2459 | 2024-11-13T21:34:10.581Z | Compiling twox-hash v1.6.3 |
2460 | 2024-11-13T21:34:11.589Z | Compiling is_ci v1.2.0 |
2461 | 2024-11-13T21:34:11.906Z | Compiling unicode-linebreak v0.1.5 |
2462 | 2024-11-13T21:34:12.386Z | Compiling smawk v0.3.2 |
2463 | 2024-11-13T21:34:12.831Z | Compiling supports-color v3.0.1 |
2464 | 2024-11-13T21:34:12.840Z | Compiling textwrap v0.16.1 |
2465 | 2024-11-13T21:34:12.996Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2466 | 2024-11-13T21:34:16.061Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2467 | 2024-11-13T21:34:33.202Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2468 | 2024-11-13T21:34:33.826Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2469 | 2024-11-13T21:34:34.846Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2470 | 2024-11-13T21:34:38.755Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2471 | 2024-11-13T21:34:39.373Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2472 | 2024-11-13T21:34:41.705Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2473 | 2024-11-13T21:34:48.273Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2474 | 2024-11-13T21:34:48.595Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2475 | 2024-11-13T21:34:48.849Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2476 | 2024-11-13T21:34:55.470Z | Compiling fatfs v0.3.6 |
2477 | 2024-11-13T21:34:57.894Z | Compiling rtoolbox v0.0.2 |
2478 | 2024-11-13T21:34:58.336Z | Compiling assert_matches v1.5.0 |
2479 | 2024-11-13T21:34:58.352Z | Compiling rpassword v7.3.1 |
2480 | 2024-11-13T21:34:58.838Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2481 | 2024-11-13T21:34:58.894Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2482 | 2024-11-13T21:35:15.625Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2483 | 2024-11-13T21:35:19.873Z | Compiling tui-tree-widget v0.22.0 |
2484 | 2024-11-13T21:35:20.372Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2485 | 2024-11-13T21:35:22.610Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2486 | 2024-11-13T21:35:25.329Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2487 | 2024-11-13T21:35:25.639Z | Compiling uzers v0.12.1 |
2488 | 2024-11-13T21:35:28.763Z | Compiling shell-words v1.1.0 |
2489 | 2024-11-13T21:35:29.220Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2490 | 2024-11-13T21:35:36.203Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2491 | 2024-11-13T21:35:38.322Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2492 | 2024-11-13T21:35:57.822Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2493 | 2024-11-13T21:36:08.488Z | Compiling multimap v0.10.0 |
2494 | 2024-11-13T21:38:09.648Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2495 | 2024-11-13T21:38:20.018Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2496 | 2024-11-13T21:45:01.731Z | Finished `release` profile [optimized] target(s) in 16m 12s |
2497 | 2024-11-13T21:46:03.098Z | |
2498 | 2024-11-13T21:46:03.098Z | real 17:14.623938432 |
2499 | 2024-11-13T21:46:03.098Z | user 1:56:57.914884163 |
2500 | 2024-11-13T21:46:03.098Z | sys 5:47.865672324 |
2501 | 2024-11-13T21:46:03.098Z | trap 2.838645070 |
2502 | 2024-11-13T21:46:03.098Z | tflt 2.867011439 |
2503 | 2024-11-13T21:46:03.098Z | dflt 4.752957961 |
2504 | 2024-11-13T21:46:03.098Z | kflt 0.010062711 |
2505 | 2024-11-13T21:46:03.098Z | lock 7:15:27.662655491 |
2506 | 2024-11-13T21:46:03.098Z | slp 6:13:37.773206357 |
2507 | 2024-11-13T21:46:03.098Z | lat 2:49.267331130 |
2508 | 2024-11-13T21:46:03.098Z | stop 2:32.230701047 |
2509 | 2024-11-13T21:46:03.098Z | + mapfile -t packages |
2510 | 2024-11-13T21:46:03.098Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2511 | 2024-11-13T21:46:03.849Z | Finished `release` profile [optimized] target(s) in 0.94s |
2512 | 2024-11-13T21:46:03.858Z | Running `target/release/omicron-package -t test list-outputs` |
2513 | 2024-11-13T21:46:03.858Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2514 | 2024-11-13T21:46:03.858Z | + ptime -m cargo build --locked --release -p xtask |
2515 | 2024-11-13T21:46:04.273Z | Compiling serde v1.0.215 |
2516 | 2024-11-13T21:46:04.278Z | Compiling rustix v0.38.37 |
2517 | 2024-11-13T21:46:04.278Z | Compiling libc v0.2.162 |
2518 | 2024-11-13T21:46:04.278Z | Compiling serde_json v1.0.132 |
2519 | 2024-11-13T21:46:04.363Z | Compiling syn v2.0.87 |
2520 | 2024-11-13T21:46:04.381Z | Compiling bitflags v2.6.0 |
2521 | 2024-11-13T21:46:04.719Z | Compiling usdt-impl v0.5.0 |
2522 | 2024-11-13T21:46:04.755Z | Compiling syn v1.0.109 |
2523 | 2024-11-13T21:46:04.874Z | Compiling hashbrown v0.15.0 |
2524 | 2024-11-13T21:46:04.889Z | Compiling log v0.4.22 |
2525 | 2024-11-13T21:46:04.956Z | Compiling fs-err v2.11.0 |
2526 | 2024-11-13T21:46:05.249Z | Compiling once_cell v1.20.2 |
2527 | 2024-11-13T21:46:05.369Z | Compiling anyhow v1.0.93 |
2528 | 2024-11-13T21:46:05.871Z | Compiling thread-id v4.2.2 |
2529 | 2024-11-13T21:46:06.185Z | Compiling indexmap v2.6.0 |
2530 | 2024-11-13T21:46:07.214Z | Compiling terminal_size v0.4.0 |
2531 | 2024-11-13T21:46:07.214Z | Compiling tempfile v3.13.0 |
2532 | 2024-11-13T21:46:07.455Z | Compiling clap_builder v4.5.20 |
2533 | 2024-11-13T21:46:08.361Z | Compiling proc-macro-error v1.0.4 |
2534 | 2024-11-13T21:46:09.520Z | Compiling tabled_derive v0.7.0 |
2535 | 2024-11-13T21:46:10.746Z | Compiling tabled v0.15.0 |
2536 | 2024-11-13T21:46:12.784Z | Compiling serde_derive v1.0.215 |
2537 | 2024-11-13T21:46:13.236Z | Compiling thiserror-impl v1.0.69 |
2538 | 2024-11-13T21:46:14.330Z | Compiling zerocopy-derive v0.7.35 |
2539 | 2024-11-13T21:46:16.148Z | Compiling thiserror v1.0.69 |
2540 | 2024-11-13T21:46:16.471Z | Compiling pest v2.7.14 |
2541 | 2024-11-13T21:46:16.550Z | Compiling zerocopy v0.7.35 |
2542 | 2024-11-13T21:46:16.646Z | Compiling scroll_derive v0.12.0 |
2543 | 2024-11-13T21:46:18.092Z | Compiling scroll v0.12.0 |
2544 | 2024-11-13T21:46:18.789Z | Compiling goblin v0.8.2 |
2545 | 2024-11-13T21:46:19.278Z | Compiling pest_meta v2.7.14 |
2546 | 2024-11-13T21:46:22.118Z | Compiling pest_generator v2.7.14 |
2547 | 2024-11-13T21:46:23.915Z | Compiling pest_derive v2.7.14 |
2548 | 2024-11-13T21:46:24.693Z | Compiling dtrace-parser v0.2.0 |
2549 | 2024-11-13T21:46:26.899Z | Compiling clap_derive v4.5.18 |
2550 | 2024-11-13T21:46:31.008Z | Compiling dof v0.3.0 |
2551 | 2024-11-13T21:46:31.120Z | Compiling serde_tokenstream v0.2.2 |
2552 | 2024-11-13T21:46:31.338Z | Compiling serde_spanned v0.6.8 |
2553 | 2024-11-13T21:46:31.436Z | Compiling toml_datetime v0.6.8 |
2554 | 2024-11-13T21:46:31.928Z | Compiling toml_edit v0.22.22 |
2555 | 2024-11-13T21:46:32.170Z | Compiling camino v1.1.9 |
2556 | 2024-11-13T21:46:33.108Z | Compiling usdt-macro v0.5.0 |
2557 | 2024-11-13T21:46:33.562Z | Compiling usdt-attr-macro v0.5.0 |
2558 | 2024-11-13T21:46:34.365Z | Compiling cargo-platform v0.1.8 |
2559 | 2024-11-13T21:46:34.962Z | Compiling semver v1.0.23 |
2560 | 2024-11-13T21:46:35.452Z | Compiling toml v0.8.19 |
2561 | 2024-11-13T21:46:36.432Z | Compiling cargo_metadata v0.18.1 |
2562 | 2024-11-13T21:46:36.435Z | Compiling usdt v0.5.0 |
2563 | 2024-11-13T21:46:37.782Z | Compiling cargo_toml v0.20.5 |
2564 | 2024-11-13T21:46:39.389Z | Compiling camino-tempfile v1.1.1 |
2565 | 2024-11-13T21:46:40.107Z | Compiling clap v4.5.20 |
2566 | 2024-11-13T21:46:40.211Z | Compiling macaddr v1.0.1 |
2567 | 2024-11-13T21:46:49.548Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2568 | 2024-11-13T21:47:00.737Z | Finished `release` profile [optimized] target(s) in 56.97s |
2569 | 2024-11-13T21:47:00.842Z | |
2570 | 2024-11-13T21:47:00.842Z | real 57.107283737 |
2571 | 2024-11-13T21:47:00.842Z | user 5:43.274556798 |
2572 | 2024-11-13T21:47:00.842Z | sys 31.304120098 |
2573 | 2024-11-13T21:47:00.842Z | trap 0.144414538 |
2574 | 2024-11-13T21:47:00.845Z | tflt 0.318514242 |
2575 | 2024-11-13T21:47:00.845Z | dflt 0.513694557 |
2576 | 2024-11-13T21:47:00.845Z | kflt 0.008288322 |
2577 | 2024-11-13T21:47:00.845Z | lock 10:41.800133384 |
2578 | 2024-11-13T21:47:00.845Z | slp 15:45.283231257 |
2579 | 2024-11-13T21:47:00.845Z | lat 12.046894968 |
2580 | 2024-11-13T21:47:00.845Z | stop 16.339854074 |
2581 | 2024-11-13T21:47:00.845Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2582 | 2024-11-13T21:47:00.845Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2583 | 2024-11-13T21:47:00.845Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2584 | 2024-11-13T21:47:00.845Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2585 | 2024-11-13T21:47:00.845Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2586 | 2024-11-13T21:47:01.698Z | Compiling hashbrown v0.14.5 |
2587 | 2024-11-13T21:47:01.825Z | Compiling unsafe-libyaml v0.2.11 |
2588 | 2024-11-13T21:47:01.836Z | Compiling progenitor-client v0.8.0 |
2589 | 2024-11-13T21:47:01.839Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2590 | 2024-11-13T21:47:01.839Z | Compiling ident_case v1.0.1 |
2591 | 2024-11-13T21:47:01.839Z | Compiling ipnetwork v0.20.0 |
2592 | 2024-11-13T21:47:01.839Z | Compiling instant v0.1.13 |
2593 | 2024-11-13T21:47:01.839Z | Compiling structmeta-derive v0.3.0 |
2594 | 2024-11-13T21:47:01.975Z | Compiling newtype-uuid v1.1.3 |
2595 | 2024-11-13T21:47:02.028Z | Compiling darling_core v0.20.10 |
2596 | 2024-11-13T21:47:02.245Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2597 | 2024-11-13T21:47:02.329Z | Compiling dropshot v0.13.0 |
2598 | 2024-11-13T21:47:02.692Z | Compiling dropshot_endpoint v0.13.0 |
2599 | 2024-11-13T21:47:02.743Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2600 | 2024-11-13T21:47:02.790Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2601 | 2024-11-13T21:47:03.027Z | Compiling regress v0.10.1 |
2602 | 2024-11-13T21:47:03.096Z | Compiling serde_yaml v0.9.34+deprecated |
2603 | 2024-11-13T21:47:03.141Z | Compiling regress v0.9.1 |
2604 | 2024-11-13T21:47:03.517Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2605 | 2024-11-13T21:47:03.711Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2606 | 2024-11-13T21:47:03.761Z | Compiling backoff v0.4.0 |
2607 | 2024-11-13T21:47:04.143Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2608 | 2024-11-13T21:47:04.317Z | Compiling macaddr v1.0.1 |
2609 | 2024-11-13T21:47:04.539Z | Compiling tempfile v3.13.0 |
2610 | 2024-11-13T21:47:04.781Z | Compiling proc-macro-crate v1.3.1 |
2611 | 2024-11-13T21:47:04.977Z | Compiling structmeta v0.3.0 |
2612 | 2024-11-13T21:47:05.409Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2613 | 2024-11-13T21:47:05.464Z | Compiling parse-display-derive v0.10.0 |
2614 | 2024-11-13T21:47:05.799Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2615 | 2024-11-13T21:47:05.855Z | Compiling num_enum_derive v0.5.11 |
2616 | 2024-11-13T21:47:06.116Z | Compiling foreign-types-macros v0.2.3 |
2617 | 2024-11-13T21:47:07.300Z | Compiling typify-impl v0.2.0 |
2618 | 2024-11-13T21:47:07.421Z | Compiling foreign-types-shared v0.3.1 |
2619 | 2024-11-13T21:47:07.549Z | Compiling heapless v0.8.0 |
2620 | 2024-11-13T21:47:08.164Z | Compiling foreign-types v0.5.0 |
2621 | 2024-11-13T21:47:08.280Z | Compiling proc-macro-error v1.0.4 |
2622 | 2024-11-13T21:47:08.429Z | Compiling num_enum v0.5.11 |
2623 | 2024-11-13T21:47:08.487Z | Compiling camino-tempfile v1.1.1 |
2624 | 2024-11-13T21:47:08.602Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2625 | 2024-11-13T21:47:08.646Z | Compiling hash32 v0.3.1 |
2626 | 2024-11-13T21:47:08.955Z | Compiling cstr-argument v0.1.2 |
2627 | 2024-11-13T21:47:08.987Z | Compiling smoltcp v0.11.0 |
2628 | 2024-11-13T21:47:09.040Z | Compiling crucible-workspace-hack v0.1.0 |
2629 | 2024-11-13T21:47:09.141Z | Compiling darling_macro v0.20.10 |
2630 | 2024-11-13T21:47:09.242Z | Compiling pretty-hex v0.2.1 |
2631 | 2024-11-13T21:47:09.361Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2632 | 2024-11-13T21:47:09.429Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2633 | 2024-11-13T21:47:09.518Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2634 | 2024-11-13T21:47:09.741Z | Compiling tabwriter v1.4.0 |
2635 | 2024-11-13T21:47:09.805Z | Compiling colored v2.1.0 |
2636 | 2024-11-13T21:47:09.959Z | Compiling cobs v0.2.3 |
2637 | 2024-11-13T21:47:10.066Z | Compiling darling v0.20.10 |
2638 | 2024-11-13T21:47:10.093Z | Compiling parse-display v0.10.0 |
2639 | 2024-11-13T21:47:10.196Z | Compiling serde_with_macros v3.11.0 |
2640 | 2024-11-13T21:47:10.256Z | Compiling postcard v1.0.10 |
2641 | 2024-11-13T21:47:10.383Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2642 | 2024-11-13T21:47:10.605Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2643 | 2024-11-13T21:47:10.789Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2644 | 2024-11-13T21:47:10.808Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2645 | 2024-11-13T21:47:10.810Z | Compiling smf v0.2.3 |
2646 | 2024-11-13T21:47:10.876Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2647 | 2024-11-13T21:47:11.236Z | Compiling zone_cfg_derive v0.3.0 |
2648 | 2024-11-13T21:47:11.696Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2649 | 2024-11-13T21:47:12.182Z | Compiling num-derive v0.4.2 |
2650 | 2024-11-13T21:47:12.249Z | Compiling sigpipe v0.1.3 |
2651 | 2024-11-13T21:47:12.382Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2652 | 2024-11-13T21:47:12.755Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2653 | 2024-11-13T21:47:12.791Z | Compiling zone v0.3.0 |
2654 | 2024-11-13T21:47:13.025Z | Compiling serde_with v3.11.0 |
2655 | 2024-11-13T21:47:13.997Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2656 | 2024-11-13T21:47:14.477Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2657 | 2024-11-13T21:47:14.507Z | Compiling universal-hash v0.5.1 |
2658 | 2024-11-13T21:47:14.594Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2659 | 2024-11-13T21:47:14.717Z | Compiling opaque-debug v0.3.1 |
2660 | 2024-11-13T21:47:14.829Z | Compiling num-rational v0.4.2 |
2661 | 2024-11-13T21:47:15.514Z | Compiling password-hash v0.5.0 |
2662 | 2024-11-13T21:47:15.577Z | Compiling num-complex v0.4.6 |
2663 | 2024-11-13T21:47:16.187Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2664 | 2024-11-13T21:47:16.530Z | Compiling blake2 v0.10.6 |
2665 | 2024-11-13T21:47:16.568Z | Compiling aead v0.5.2 |
2666 | 2024-11-13T21:47:16.672Z | Compiling keccak v0.1.5 |
2667 | 2024-11-13T21:47:16.696Z | Compiling convert_case v0.4.0 |
2668 | 2024-11-13T21:47:16.951Z | Compiling num v0.4.3 |
2669 | 2024-11-13T21:47:17.048Z | Compiling argon2 v0.5.3 |
2670 | 2024-11-13T21:47:17.072Z | Compiling sha3 v0.10.8 |
2671 | 2024-11-13T21:47:17.236Z | Compiling poly1305 v0.8.0 |
2672 | 2024-11-13T21:47:17.691Z | Compiling tungstenite v0.21.0 |
2673 | 2024-11-13T21:47:17.750Z | Compiling derive_more v0.99.18 |
2674 | 2024-11-13T21:47:17.911Z | Compiling chacha20 v0.9.1 |
2675 | 2024-11-13T21:47:18.113Z | Compiling base64 v0.21.7 |
2676 | 2024-11-13T21:47:18.385Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2677 | 2024-11-13T21:47:18.457Z | Compiling float-ord v0.3.2 |
2678 | 2024-11-13T21:47:18.639Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2679 | 2024-11-13T21:47:18.904Z | Compiling tokio-tungstenite v0.21.0 |
2680 | 2024-11-13T21:47:18.989Z | Compiling same-file v1.0.6 |
2681 | 2024-11-13T21:47:19.102Z | Compiling semver v0.1.20 |
2682 | 2024-11-13T21:47:19.313Z | Compiling walkdir v2.5.0 |
2683 | 2024-11-13T21:47:19.517Z | Compiling rustc_version v0.1.7 |
2684 | 2024-11-13T21:47:19.780Z | Compiling newline-converter v0.3.0 |
2685 | 2024-11-13T21:47:19.911Z | Compiling primeorder v0.13.6 |
2686 | 2024-11-13T21:47:19.944Z | Compiling secrecy v0.8.0 |
2687 | 2024-11-13T21:47:19.965Z | Compiling cancel-safe-futures v0.1.5 |
2688 | 2024-11-13T21:47:20.000Z | Compiling owo-colors v4.1.0 |
2689 | 2024-11-13T21:47:20.052Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2690 | 2024-11-13T21:47:20.113Z | Compiling newtype_derive v0.1.6 |
2691 | 2024-11-13T21:47:20.212Z | Compiling expectorate v1.1.0 |
2692 | 2024-11-13T21:47:20.323Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2693 | 2024-11-13T21:47:20.342Z | Compiling thiserror-impl-no-std v2.0.2 |
2694 | 2024-11-13T21:47:20.395Z | Compiling blake3 v1.5.4 |
2695 | 2024-11-13T21:47:20.417Z | Compiling ring v0.16.20 |
2696 | 2024-11-13T21:47:20.417Z | Compiling half v2.4.1 |
2697 | 2024-11-13T21:47:20.662Z | Compiling unicase v2.7.0 |
2698 | 2024-11-13T21:47:20.927Z | Compiling ciborium-io v0.2.2 |
2699 | 2024-11-13T21:47:20.964Z | Compiling arc-swap v1.7.1 |
2700 | 2024-11-13T21:47:21.077Z | Compiling ciborium-ll v0.2.2 |
2701 | 2024-11-13T21:47:21.192Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2702 | 2024-11-13T21:47:21.489Z | Compiling slog-scope v4.4.0 |
2703 | 2024-11-13T21:47:21.685Z | Compiling polyval v0.6.2 |
2704 | 2024-11-13T21:47:22.006Z | Compiling atomicwrites v0.4.4 |
2705 | 2024-11-13T21:47:22.139Z | Compiling libsw v3.3.1 |
2706 | 2024-11-13T21:47:22.191Z | Compiling memmap2 v0.9.5 |
2707 | 2024-11-13T21:47:22.398Z | Compiling arrayvec v0.7.6 |
2708 | 2024-11-13T21:47:22.479Z | Compiling salty v0.3.0 |
2709 | 2024-11-13T21:47:22.672Z | Compiling constant_time_eq v0.3.1 |
2710 | 2024-11-13T21:47:22.835Z | Compiling parking_lot_core v0.8.6 |
2711 | 2024-11-13T21:47:22.861Z | Compiling libefi-sys v0.1.0 |
2712 | 2024-11-13T21:47:22.927Z | Compiling indent_write v2.2.0 |
2713 | 2024-11-13T21:47:23.159Z | Compiling spin v0.5.2 |
2714 | 2024-11-13T21:47:23.168Z | Compiling arrayref v0.3.9 |
2715 | 2024-11-13T21:47:23.278Z | Compiling linear-map v1.2.0 |
2716 | 2024-11-13T21:47:23.463Z | Compiling ghash v0.5.1 |
2717 | 2024-11-13T21:47:23.581Z | Compiling thiserror-no-std v2.0.2 |
2718 | 2024-11-13T21:47:23.654Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2719 | 2024-11-13T21:47:23.673Z | Compiling vsss-rs v3.3.4 |
2720 | 2024-11-13T21:47:23.701Z | Compiling slog-stdlog v4.1.1 |
2721 | 2024-11-13T21:47:24.126Z | Compiling ciborium v0.2.2 |
2722 | 2024-11-13T21:47:24.625Z | Compiling p384 v0.13.0 |
2723 | 2024-11-13T21:47:24.869Z | Compiling toolchain_find v0.4.0 |
2724 | 2024-11-13T21:47:25.469Z | Compiling chacha20poly1305 v0.10.1 |
2725 | 2024-11-13T21:47:25.602Z | Compiling lzma-sys v0.1.20 |
2726 | 2024-11-13T21:47:25.626Z | Compiling ctr v0.9.2 |
2727 | 2024-11-13T21:47:25.708Z | Compiling itertools v0.13.0 |
2728 | 2024-11-13T21:47:25.997Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2729 | 2024-11-13T21:47:26.187Z | Compiling bitfield-struct v0.6.2 |
2730 | 2024-11-13T21:47:26.190Z | Compiling typify-macro v0.2.0 |
2731 | 2024-11-13T21:47:26.386Z | Compiling slog-dtrace v0.3.0 |
2732 | 2024-11-13T21:47:26.402Z | Compiling topological-sort v0.2.2 |
2733 | 2024-11-13T21:47:26.625Z | Compiling highway v1.2.0 |
2734 | 2024-11-13T21:47:26.761Z | Compiling omicron-zone-package v0.11.1 |
2735 | 2024-11-13T21:47:27.620Z | Compiling aes-gcm v0.10.3 |
2736 | 2024-11-13T21:47:27.641Z | Compiling rustfmt-wrapper v0.2.1 |
2737 | 2024-11-13T21:47:27.684Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2738 | 2024-11-13T21:47:27.917Z | Compiling mime_guess v2.0.5 |
2739 | 2024-11-13T21:47:27.937Z | Compiling steno v0.4.1 |
2740 | 2024-11-13T21:47:28.253Z | Compiling slog-envlogger v2.2.0 |
2741 | 2024-11-13T21:47:29.118Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2742 | 2024-11-13T21:47:29.138Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2743 | 2024-11-13T21:47:29.287Z | Compiling heck v0.3.3 |
2744 | 2024-11-13T21:47:29.310Z | Compiling ssh-encoding v0.2.0 |
2745 | 2024-11-13T21:47:29.652Z | Compiling blowfish v0.9.1 |
2746 | 2024-11-13T21:47:29.743Z | Compiling nibble_vec v0.1.0 |
2747 | 2024-11-13T21:47:29.833Z | Compiling env_filter v0.1.2 |
2748 | 2024-11-13T21:47:29.858Z | Compiling humantime v2.1.0 |
2749 | 2024-11-13T21:47:29.965Z | Compiling endian-type v0.1.2 |
2750 | 2024-11-13T21:47:30.093Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2751 | 2024-11-13T21:47:30.199Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2752 | 2024-11-13T21:47:30.306Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2753 | 2024-11-13T21:47:30.395Z | Compiling radix_trie v0.2.1 |
2754 | 2024-11-13T21:47:30.431Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2755 | 2024-11-13T21:47:30.449Z | Compiling env_logger v0.11.5 |
2756 | 2024-11-13T21:47:30.503Z | Compiling bcrypt-pbkdf v0.10.0 |
2757 | 2024-11-13T21:47:30.563Z | Compiling zone_cfg_derive v0.1.2 |
2758 | 2024-11-13T21:47:30.597Z | Compiling typify v0.2.0 |
2759 | 2024-11-13T21:47:30.757Z | Compiling progenitor-impl v0.8.0 |
2760 | 2024-11-13T21:47:31.112Z | Compiling ssh-cipher v0.2.0 |
2761 | 2024-11-13T21:47:31.235Z | Compiling parking_lot v0.11.2 |
2762 | 2024-11-13T21:47:31.387Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2763 | 2024-11-13T21:47:31.653Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2764 | 2024-11-13T21:47:32.127Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2765 | 2024-11-13T21:47:32.158Z | Compiling password-hash v0.4.2 |
2766 | 2024-11-13T21:47:32.569Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2767 | 2024-11-13T21:47:32.604Z | Compiling gethostname v0.5.0 |
2768 | 2024-11-13T21:47:32.660Z | Compiling fxhash v0.2.1 |
2769 | 2024-11-13T21:47:32.831Z | Compiling base64 v0.13.1 |
2770 | 2024-11-13T21:47:32.851Z | Compiling matches v0.1.10 |
2771 | 2024-11-13T21:47:32.877Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2772 | 2024-11-13T21:47:32.962Z | Compiling idna v0.2.3 |
2773 | 2024-11-13T21:47:33.066Z | Compiling sled v0.34.7 |
2774 | 2024-11-13T21:47:33.188Z | Compiling pbkdf2 v0.11.0 |
2775 | 2024-11-13T21:47:33.211Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2776 | 2024-11-13T21:47:33.230Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2777 | 2024-11-13T21:47:33.475Z | Compiling ron v0.7.1 |
2778 | 2024-11-13T21:47:33.568Z | Compiling zone v0.1.8 |
2779 | 2024-11-13T21:47:33.969Z | Compiling xz2 v0.1.7 |
2780 | 2024-11-13T21:47:34.442Z | Compiling ssh-key v0.6.6 |
2781 | 2024-11-13T21:47:34.706Z | Compiling hickory-client v0.24.1 |
2782 | 2024-11-13T21:47:35.768Z | Compiling p521 v0.13.3 |
2783 | 2024-11-13T21:47:35.954Z | Compiling p256 v0.13.2 |
2784 | 2024-11-13T21:47:35.973Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2785 | 2024-11-13T21:47:36.195Z | Compiling hickory-server v0.24.1 |
2786 | 2024-11-13T21:47:36.820Z | Compiling enum-as-inner v0.5.1 |
2787 | 2024-11-13T21:47:37.139Z | Compiling pem v3.0.4 |
2788 | 2024-11-13T21:47:37.877Z | Compiling yasna v0.5.2 |
2789 | 2024-11-13T21:47:38.014Z | Compiling headers-core v0.3.0 |
2790 | 2024-11-13T21:47:38.168Z | Compiling kstat-rs v0.2.4 |
2791 | 2024-11-13T21:47:38.192Z | Compiling nanorand v0.7.0 |
2792 | 2024-11-13T21:47:38.798Z | Compiling russh-cryptovec v0.7.3 |
2793 | 2024-11-13T21:47:38.875Z | Compiling atty v0.2.14 |
2794 | 2024-11-13T21:47:39.036Z | Compiling http-range v0.1.5 |
2795 | 2024-11-13T21:47:39.138Z | Compiling md5 v0.7.0 |
2796 | 2024-11-13T21:47:39.195Z | Compiling progenitor-macro v0.8.0 |
2797 | 2024-11-13T21:47:39.410Z | Compiling russh-keys v0.45.0 |
2798 | 2024-11-13T21:47:39.432Z | Compiling hyper-staticfile v0.10.1 |
2799 | 2024-11-13T21:47:39.638Z | Compiling rcgen v0.12.1 |
2800 | 2024-11-13T21:47:39.658Z | Compiling flume v0.11.1 |
2801 | 2024-11-13T21:47:39.680Z | Compiling headers v0.4.0 |
2802 | 2024-11-13T21:47:40.411Z | Compiling trust-dns-proto v0.22.0 |
2803 | 2024-11-13T21:47:40.569Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2804 | 2024-11-13T21:47:41.701Z | Compiling num-bigint v0.4.6 |
2805 | 2024-11-13T21:47:42.177Z | Compiling des v0.8.1 |
2806 | 2024-11-13T21:47:42.562Z | Compiling subprocess v0.2.9 |
2807 | 2024-11-13T21:47:43.561Z | Compiling hex-literal v0.4.1 |
2808 | 2024-11-13T21:47:43.718Z | Compiling dhcproto-macros v0.1.0 |
2809 | 2024-11-13T21:47:43.754Z | Compiling display-error-chain v0.2.2 |
2810 | 2024-11-13T21:47:43.983Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2811 | 2024-11-13T21:47:44.501Z | Compiling internet-checksum v0.2.1 |
2812 | 2024-11-13T21:47:44.766Z | Compiling russh v0.45.0 |
2813 | 2024-11-13T21:47:44.926Z | Compiling dhcproto v0.12.0 |
2814 | 2024-11-13T21:47:49.752Z | Compiling progenitor v0.8.0 |
2815 | 2024-11-13T21:47:49.894Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2816 | 2024-11-13T21:47:49.900Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2817 | 2024-11-13T21:47:49.900Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2818 | 2024-11-13T21:47:49.900Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2819 | 2024-11-13T21:47:49.964Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2820 | 2024-11-13T21:47:50.021Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2821 | 2024-11-13T21:47:50.052Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2822 | 2024-11-13T21:47:50.937Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2823 | 2024-11-13T21:47:51.512Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2824 | 2024-11-13T21:47:51.780Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2825 | 2024-11-13T21:47:55.059Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2826 | 2024-11-13T21:47:56.413Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2827 | 2024-11-13T21:48:06.070Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2828 | 2024-11-13T21:48:06.070Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2829 | 2024-11-13T21:48:06.072Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2830 | 2024-11-13T21:48:06.072Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2831 | 2024-11-13T21:48:09.257Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2832 | 2024-11-13T21:48:09.508Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2833 | 2024-11-13T21:48:10.365Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2834 | 2024-11-13T21:48:10.599Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2835 | 2024-11-13T21:48:13.050Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2836 | 2024-11-13T21:48:14.350Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2837 | 2024-11-13T21:48:14.725Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2838 | 2024-11-13T21:48:15.108Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2839 | 2024-11-13T21:48:17.016Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2840 | 2024-11-13T21:48:17.850Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2841 | 2024-11-13T21:48:18.343Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2842 | 2024-11-13T21:48:18.881Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2843 | 2024-11-13T21:48:19.497Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2844 | 2024-11-13T21:48:19.834Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2845 | 2024-11-13T21:48:19.996Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2846 | 2024-11-13T21:48:22.244Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2847 | 2024-11-13T21:48:22.751Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2848 | 2024-11-13T21:48:23.730Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2849 | 2024-11-13T21:48:24.242Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2850 | 2024-11-13T21:48:25.413Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2851 | 2024-11-13T21:48:26.005Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2852 | 2024-11-13T21:48:28.846Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2853 | 2024-11-13T21:48:29.901Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2854 | 2024-11-13T21:48:30.919Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2855 | 2024-11-13T21:48:37.016Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2856 | 2024-11-13T21:48:44.548Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2857 | 2024-11-13T21:48:45.699Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2858 | 2024-11-13T21:49:04.581Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2859 | 2024-11-13T21:49:38.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
2860 | 2024-11-13T21:49:38.492Z | |
2861 | 2024-11-13T21:49:38.492Z | real 2:36.068689896 |
2862 | 2024-11-13T21:49:38.492Z | user 12:01.729707237 |
2863 | 2024-11-13T21:49:38.492Z | sys 2:34.139638089 |
2864 | 2024-11-13T21:49:38.492Z | trap 0.306120196 |
2865 | 2024-11-13T21:49:38.492Z | tflt 0.761557179 |
2866 | 2024-11-13T21:49:38.492Z | dflt 2.270164021 |
2867 | 2024-11-13T21:49:38.492Z | kflt 0.000026468 |
2868 | 2024-11-13T21:49:38.492Z | lock 24:54.668026762 |
2869 | 2024-11-13T21:49:38.492Z | slp 42:55.199564702 |
2870 | 2024-11-13T21:49:38.492Z | lat 33.748047327 |
2871 | 2024-11-13T21:49:38.492Z | stop 1:24.854538726 |
2872 | 2024-11-13T21:49:38.492Z | + mkdir tests |
2873 | 2024-11-13T21:49:38.492Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2874 | 2024-11-13T21:49:38.492Z | + xargs -I '{}' -t cp '{}' tests/ |
2875 | 2024-11-13T21:49:38.492Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-94afc65291af686c tests/ |
2876 | 2024-11-13T21:49:38.492Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a6bae732be9c0da3 tests/ |
2877 | 2024-11-13T21:49:38.492Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-eaf43580ef60c1d4 tests/ |
2878 | 2024-11-13T21:49:38.492Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a08399dfed877718 tests/ |
2879 | 2024-11-13T21:49:38.559Z | + 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/*) |
2880 | 2024-11-13T21:49:38.559Z | + 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-a6bae732be9c0da3 tests/commtest-eaf43580ef60c1d4 tests/dhcp_server-94afc65291af686c tests/end_to_end_tests-a08399dfed877718 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 |
2881 | 2024-11-13T21:50:46.206Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2882 | 2024-11-13T21:50:46.206Z | a .github/buildomat/ci-env.sh 1K |
2883 | 2024-11-13T21:50:46.206Z | a out/target/test 1K |
2884 | 2024-11-13T21:50:46.206Z | a out/npuzone/npuzone 23144K |
2885 | 2024-11-13T21:50:46.206Z | a package-manifest.toml 32K |
2886 | 2024-11-13T21:50:46.206Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2887 | 2024-11-13T21:50:46.206Z | a target/release/omicron-package 36287K |
2888 | 2024-11-13T21:50:46.206Z | a target/release/xtask 11749K |
2889 | 2024-11-13T21:50:46.206Z | a target/debug/bootstrap 209642K |
2890 | 2024-11-13T21:50:46.206Z | a tests/bootstrap-a6bae732be9c0da3 24246K |
2891 | 2024-11-13T21:50:46.206Z | a tests/commtest-eaf43580ef60c1d4 25022K |
2892 | 2024-11-13T21:50:46.206Z | a tests/dhcp_server-94afc65291af686c 24246K |
2893 | 2024-11-13T21:50:46.206Z | a tests/end_to_end_tests-a08399dfed877718 222583K |
2894 | 2024-11-13T21:50:46.206Z | a out/clickhouse.tar.gz 250303K |
2895 | 2024-11-13T21:50:46.206Z | a out/clickhouse_keeper.tar.gz 250295K |
2896 | 2024-11-13T21:50:46.206Z | a out/clickhouse_server.tar.gz 250294K |
2897 | 2024-11-13T21:50:46.206Z | a out/cockroachdb.tar.gz 134539K |
2898 | 2024-11-13T21:50:46.206Z | a out/crucible-dtrace.tar 83K |
2899 | 2024-11-13T21:50:46.206Z | a out/crucible-pantry-zone.tar.gz 28154K |
2900 | 2024-11-13T21:50:46.206Z | a out/crucible-zone.tar.gz 36365K |
2901 | 2024-11-13T21:50:46.206Z | a out/external-dns.tar.gz 35258K |
2902 | 2024-11-13T21:50:46.206Z | a out/internal-dns.tar.gz 35257K |
2903 | 2024-11-13T21:50:46.206Z | a out/mg-ddm-gz.tar 62661K |
2904 | 2024-11-13T21:50:46.206Z | a out/nexus.tar.gz 100460K |
2905 | 2024-11-13T21:50:46.206Z | a out/ntp.tar.gz 10341K |
2906 | 2024-11-13T21:50:46.206Z | a out/omicron-gateway-softnpu.tar.gz 23865K |
2907 | 2024-11-13T21:50:46.207Z | a out/omicron-sled-agent.tar 112440K |
2908 | 2024-11-13T21:50:46.207Z | a out/overlay.tar.gz 3K |
2909 | 2024-11-13T21:50:46.207Z | a out/oximeter.tar.gz 51649K |
2910 | 2024-11-13T21:50:46.207Z | a out/oxlog.tar 3091K |
2911 | 2024-11-13T21:50:46.207Z | a out/probe.tar.gz 2764K |
2912 | 2024-11-13T21:50:46.207Z | a out/propolis-server.tar.gz 66584K |
2913 | 2024-11-13T21:50:46.207Z | a out/pumpkind-gz.tar 26665K |
2914 | 2024-11-13T21:50:46.207Z | a out/switch-softnpu.tar.gz 234434K |
2915 | 2024-11-13T21:50:46.210Z | |
2916 | 2024-11-13T21:50:46.210Z | real 1:08.874188576 |
2917 | 2024-11-13T21:50:46.210Z | user 1:05.726139091 |
2918 | 2024-11-13T21:50:46.210Z | sys 4.568190695 |
2919 | 2024-11-13T21:50:46.210Z | trap 0.016900166 |
2920 | 2024-11-13T21:50:46.210Z | tflt 0.000000000 |
2921 | 2024-11-13T21:50:46.210Z | dflt 0.000000000 |
2922 | 2024-11-13T21:50:46.210Z | kflt 0.000000000 |
2923 | 2024-11-13T21:50:46.210Z | lock 0.000000000 |
2924 | 2024-11-13T21:50:46.210Z | slp 1:05.408526159 |
2925 | 2024-11-13T21:50:46.210Z | lat 2.022948212 |
2926 | 2024-11-13T21:50:46.210Z | stop 0.000554901 |
2927 | 2024-11-13T21:50:46.210Z | process exited: duration 1975045 ms, exit code 0 |
|
2928 | 2024-11-13T21:50:46.216Z | found 1 output files |
2929 | 2024-11-13T21:50:46.216Z | uploading: /work/package.tar.gz (1765137509 bytes) |
2930 | 2024-11-13T21:51:22.507Z | uploaded: /work/package.tar.gz |