|
|
|
1 | 2023-11-29T18:47:28.091Z | job assigned to worker 01HGE6DNMNTYRQ8ZBQRKNFB5YS (queued for 1 m 43 s) |
|
2 | 2023-11-29T18:47:28.308Z | starting task 0: "setup" |
3 | 2023-11-29T18:47:28.723Z | ++ uname -s |
4 | 2023-11-29T18:47:28.725Z | + kern=SunOS |
5 | 2023-11-29T18:47:28.725Z | + case "$kern" in |
6 | 2023-11-29T18:47:28.725Z | + groupadd -g 12345 build |
7 | 2023-11-29T18:47:28.728Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-29T18:47:30.740Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-29T18:47:31.010Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-29T18:47:31.013Z | + home_fs=zfs |
11 | 2023-11-29T18:47:31.013Z | + [[ zfs == autofs ]] |
12 | 2023-11-29T18:47:31.013Z | + mkdir -p /home/build |
13 | 2023-11-29T18:47:31.015Z | + chown build:build /home/build /work |
14 | 2023-11-29T18:47:31.964Z | + chmod 0700 /home/build /work |
15 | 2023-11-29T18:47:31.970Z | process exited: duration 3661 ms, exit code 0 |
|
16 | 2023-11-29T18:47:31.980Z | starting task 1: "rust-toolchain" |
17 | 2023-11-29T18:47:31.990Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-29T18:47:31.993Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-29T18:47:32.174Z | info: downloading installer |
20 | 2023-11-29T18:47:34.891Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-29T18:47:34.891Z | warning: /opt/ooce/bin |
22 | 2023-11-29T18:47:34.891Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-29T18:47:34.891Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-29T18:47:34.891Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-29T18:47:34.891Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-29T18:47:34.891Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-29T18:47:34.900Z | error: cannot install while Rust is installed |
28 | 2023-11-29T18:47:34.900Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-29T18:47:35.093Z | info: profile set to 'default' |
30 | 2023-11-29T18:47:35.093Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-29T18:47:35.104Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-29T18:47:35.283Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-29T18:47:35.292Z | info: downloading component 'cargo' |
34 | 2023-11-29T18:47:36.059Z | info: downloading component 'clippy' |
35 | 2023-11-29T18:47:36.363Z | info: downloading component 'rust-docs' |
36 | 2023-11-29T18:47:37.336Z | info: downloading component 'rust-std' |
37 | 2023-11-29T18:47:39.085Z | info: downloading component 'rustc' |
38 | 2023-11-29T18:47:43.283Z | info: downloading component 'rustfmt' |
39 | 2023-11-29T18:47:43.530Z | info: installing component 'cargo' |
40 | 2023-11-29T18:47:45.815Z | info: installing component 'clippy' |
41 | 2023-11-29T18:47:47.018Z | info: installing component 'rust-docs' |
42 | 2023-11-29T18:47:49.729Z | info: installing component 'rust-std' |
43 | 2023-11-29T18:47:53.945Z | info: installing component 'rustc' |
44 | 2023-11-29T18:48:04.662Z | info: installing component 'rustfmt' |
45 | 2023-11-29T18:48:05.125Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-29T18:48:05.125Z | |
47 | 2023-11-29T18:48:05.259Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-29T18:48:05.259Z | |
49 | 2023-11-29T18:48:05.259Z | |
50 | 2023-11-29T18:48:05.259Z | Rust is installed now. Great! |
51 | 2023-11-29T18:48:05.259Z | |
52 | 2023-11-29T18:48:05.259Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-29T18:48:05.259Z | environment variable. This has not been done automatically. |
54 | 2023-11-29T18:48:05.259Z | |
55 | 2023-11-29T18:48:05.262Z | To configure your current shell, run: |
56 | 2023-11-29T18:48:05.262Z | source "$HOME/.cargo/env" |
57 | 2023-11-29T18:48:06.349Z | + rustc --version |
58 | 2023-11-29T18:48:06.352Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-29T18:48:06.352Z | process exited: duration 33485 ms, exit code 0 |
|
60 | 2023-11-29T18:48:06.359Z | starting task 2: "authentication" |
61 | 2023-11-29T18:48:06.390Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-11-29T18:48:06.395Z | starting task 3: "clone repository" |
63 | 2023-11-29T18:48:06.403Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-29T18:48:06.406Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-29T18:48:06.442Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-29T18:48:14.613Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-29T18:48:14.615Z | + [[ -n no-star ]] |
68 | 2023-11-29T18:48:14.616Z | + git fetch origin no-star |
69 | 2023-11-29T18:48:15.010Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-29T18:48:15.010Z | * branch no-star -> FETCH_HEAD |
71 | 2023-11-29T18:48:15.021Z | + git checkout -B no-star remotes/origin/no-star |
72 | 2023-11-29T18:48:15.127Z | Switched to a new branch 'no-star' |
73 | 2023-11-29T18:48:15.580Z | branch 'no-star' set up to track 'origin/no-star'. |
74 | 2023-11-29T18:48:15.580Z | + git reset --hard b8169350450dd66de51679f7bae0c2ff2f5f8a31 |
75 | 2023-11-29T18:48:15.580Z | HEAD is now at b8169350 no more vec conversion! |
76 | 2023-11-29T18:48:15.580Z | process exited: duration 8761 ms, exit code 0 |
|
77 | 2023-11-29T18:48:15.588Z | starting task 4: "build" |
78 | 2023-11-29T18:48:15.596Z | + cargo --version |
79 | 2023-11-29T18:48:15.604Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-11-29T18:48:15.806Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-11-29T18:48:15.809Z | info: downloading component 'cargo' |
82 | 2023-11-29T18:48:16.652Z | info: downloading component 'clippy' |
83 | 2023-11-29T18:48:16.921Z | info: downloading component 'rust-docs' |
84 | 2023-11-29T18:48:17.984Z | info: downloading component 'rust-std' |
85 | 2023-11-29T18:48:19.717Z | info: downloading component 'rustc' |
86 | 2023-11-29T18:48:23.931Z | info: downloading component 'rustfmt' |
87 | 2023-11-29T18:48:24.215Z | info: installing component 'cargo' |
88 | 2023-11-29T18:48:25.518Z | info: installing component 'clippy' |
89 | 2023-11-29T18:48:25.988Z | info: installing component 'rust-docs' |
90 | 2023-11-29T18:48:28.743Z | info: installing component 'rust-std' |
91 | 2023-11-29T18:48:31.384Z | info: installing component 'rustc' |
92 | 2023-11-29T18:48:37.557Z | info: installing component 'rustfmt' |
93 | 2023-11-29T18:48:38.093Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-11-29T18:48:38.096Z | + rustc --version |
95 | 2023-11-29T18:48:38.239Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-11-29T18:48:38.245Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-11-29T18:48:50.322Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-11-29T18:48:51.348Z | Startup: Caching catalogs ... Done |
99 | 2023-11-29T18:48:56.832Z | Planning: Solver setup ... Done (5.146s) |
100 | 2023-11-29T18:48:56.958Z | Planning: Running solver ... Done (0.129s) |
101 | 2023-11-29T18:48:57.015Z | Planning: Finding local manifests ... Done (0.003s) |
102 | 2023-11-29T18:48:57.030Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2023-11-29T18:48:57.259Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2023-11-29T18:48:57.338Z | Planning: Package planning ... Done (0.079s) |
105 | 2023-11-29T18:48:57.422Z | Planning: Merging actions ... Done (0.084s) |
106 | 2023-11-29T18:48:58.653Z | Planning: Checking for conflicting actions ... Done (1.230s) |
107 | 2023-11-29T18:48:58.671Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-11-29T18:49:07.995Z | Planning: Evaluating mediators ... Done (9.325s) |
109 | 2023-11-29T18:49:08.013Z | Planning: Planning completed in 16.62 seconds |
110 | 2023-11-29T18:49:11.314Z | Packages to install: 4 |
111 | 2023-11-29T18:49:11.314Z | Mediators to change: 2 |
112 | 2023-11-29T18:49:11.314Z | Services to change: 1 |
113 | 2023-11-29T18:49:11.317Z | Estimated space available: 148.88 GB |
114 | 2023-11-29T18:49:11.317Z | Estimated space to be consumed: 1.38 GB |
115 | 2023-11-29T18:49:11.317Z | Create boot environment: No |
116 | 2023-11-29T18:49:11.317Z | Create backup boot environment: No |
117 | 2023-11-29T18:49:11.317Z | Rebuild boot archive: No |
118 | 2023-11-29T18:49:11.317Z | |
119 | 2023-11-29T18:49:11.317Z | Changed mediators: |
120 | 2023-11-29T18:49:11.317Z | mediator clang: |
121 | 2023-11-29T18:49:11.317Z | version: None -> 15 (system default) |
122 | 2023-11-29T18:49:11.317Z | |
123 | 2023-11-29T18:49:11.317Z | mediator llvm: |
124 | 2023-11-29T18:49:11.317Z | version: 14 (system default) -> 15 (system default) |
125 | 2023-11-29T18:49:11.317Z | |
126 | 2023-11-29T18:49:11.317Z | Changed packages: |
127 | 2023-11-29T18:49:11.318Z | helios-dev |
128 | 2023-11-29T18:49:11.319Z | developer/build-essential |
129 | 2023-11-29T18:49:11.319Z | None -> 11-2.0 |
130 | 2023-11-29T18:49:11.319Z | library/libxmlsec1 |
131 | 2023-11-29T18:49:11.319Z | None -> 1.2.35-2.0 |
132 | 2023-11-29T18:49:11.319Z | ooce/developer/clang-15 |
133 | 2023-11-29T18:49:11.319Z | None -> 15.0.7-2.0 |
134 | 2023-11-29T18:49:11.319Z | ooce/developer/llvm-15 |
135 | 2023-11-29T18:49:11.319Z | None -> 15.0.7-2.0 |
136 | 2023-11-29T18:49:11.319Z | |
137 | 2023-11-29T18:49:11.319Z | Services: |
138 | 2023-11-29T18:49:11.319Z | restart_fmri: |
139 | 2023-11-29T18:49:11.319Z | svc:/system/update-man-index:default |
140 | 2023-11-29T18:49:11.630Z | |
141 | 2023-11-29T18:49:11.630Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2023-11-29T18:49:16.633Z | Download: 962/3290 items 19.4/212.6MB 9% complete (3.9M/s) |
143 | 2023-11-29T18:49:22.666Z | Download: 1195/3290 items 83.5/212.6MB 39% complete (10.8M/s) |
144 | 2023-11-29T18:49:29.051Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (10.4M/s) |
145 | 2023-11-29T18:49:34.060Z | Download: 1948/3290 items 117.9/212.6MB 55% complete (7.1M/s) |
146 | 2023-11-29T18:49:39.076Z | Download: 3238/3290 items 176.2/212.6MB 82% complete (9.3M/s) |
147 | 2023-11-29T18:49:40.729Z | Download: Completed 212.60 MB in 29.10 seconds (7.3M/s) |
148 | 2023-11-29T18:49:41.440Z | Actions: 1/3687 actions (Installing new actions) |
149 | 2023-11-29T18:49:47.041Z | Actions: 2488/3687 actions (Installing new actions) |
150 | 2023-11-29T18:49:49.427Z | Actions: Completed 3687 actions in 7.99 seconds. |
151 | 2023-11-29T18:49:49.610Z | Done (0.175s) |
152 | 2023-11-29T18:49:49.610Z | Done (0.000s) |
153 | 2023-11-29T18:49:49.834Z | Done (0.225s) |
154 | 2023-11-29T18:49:57.373Z | Done (7.422s) |
155 | 2023-11-29T18:49:57.559Z | Done (0.091s) |
156 | 2023-11-29T18:49:57.561Z | Done (0.000s) |
157 | 2023-11-29T18:49:57.802Z | Done (0.000s) |
158 | 2023-11-29T18:49:58.476Z | Planning: Evaluating mediator changes ... Done |
159 | 2023-11-29T18:49:58.757Z | Planning: Checking for conflicting actions ... Done |
160 | 2023-11-29T18:49:58.760Z | Planning: Consolidating action changes ... Done |
161 | 2023-11-29T18:49:59.189Z | Planning: Evaluating mediators ... Done |
162 | 2023-11-29T18:49:59.191Z | Planning: Planning completed in 0.71 seconds |
163 | 2023-11-29T18:49:59.245Z | Mediators to change: 2 |
164 | 2023-11-29T18:49:59.245Z | Create boot environment: No |
165 | 2023-11-29T18:49:59.248Z | Create backup boot environment: No |
166 | 2023-11-29T18:49:59.338Z | Done |
167 | 2023-11-29T18:49:59.338Z | Done |
168 | 2023-11-29T18:49:59.480Z | Done |
169 | 2023-11-29T18:50:05.346Z | Done |
170 | 2023-11-29T18:50:05.462Z | Done |
171 | 2023-11-29T18:50:05.467Z | Done |
172 | 2023-11-29T18:50:05.574Z | Done |
173 | 2023-11-29T18:50:06.560Z | Planning: Evaluating mediator changes ... Done |
174 | 2023-11-29T18:50:06.564Z | Planning: Merging actions ... Done |
175 | 2023-11-29T18:50:06.890Z | Planning: Checking for conflicting actions ... Done |
176 | 2023-11-29T18:50:06.894Z | Planning: Consolidating action changes ... Done |
177 | 2023-11-29T18:50:07.317Z | Planning: Evaluating mediators ... Done |
178 | 2023-11-29T18:50:07.407Z | Planning: Planning completed in 1.27 seconds |
179 | 2023-11-29T18:50:07.467Z | Packages to change: 1 |
180 | 2023-11-29T18:50:07.467Z | Mediators to change: 1 |
181 | 2023-11-29T18:50:07.481Z | Services to change: 1 |
182 | 2023-11-29T18:50:07.481Z | Create boot environment: No |
183 | 2023-11-29T18:50:07.481Z | Create backup boot environment: Yes |
184 | 2023-11-29T18:50:09.556Z | Actions: 1/6 actions (Updating modified actions) |
185 | 2023-11-29T18:50:09.565Z | Actions: Completed 6 actions in 0.00 seconds. |
186 | 2023-11-29T18:50:09.565Z | Done |
187 | 2023-11-29T18:50:09.565Z | Done |
188 | 2023-11-29T18:50:09.615Z | Done |
189 | 2023-11-29T18:50:15.326Z | Done |
190 | 2023-11-29T18:50:15.447Z | Done |
191 | 2023-11-29T18:50:15.453Z | Done |
192 | 2023-11-29T18:50:15.569Z | Done |
193 | 2023-11-29T18:50:16.228Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
194 | 2023-11-29T18:50:16.228Z | clang system 15 system |
195 | 2023-11-29T18:50:16.228Z | csh system system illumos |
196 | 2023-11-29T18:50:16.229Z | ctags system system illumos |
197 | 2023-11-29T18:50:16.229Z | gcc vendor 12 vendor |
198 | 2023-11-29T18:50:16.229Z | gcc system 10 system |
199 | 2023-11-29T18:50:16.229Z | gcc system 7 system |
200 | 2023-11-29T18:50:16.229Z | go system 1.20 system |
201 | 2023-11-29T18:50:16.229Z | go system 1.19 system |
202 | 2023-11-29T18:50:16.229Z | llvm system 15 system |
203 | 2023-11-29T18:50:16.229Z | llvm system 14 system |
204 | 2023-11-29T18:50:16.229Z | mariadb system 10.6 system |
205 | 2023-11-29T18:50:16.229Z | mta vendor vendor dma |
206 | 2023-11-29T18:50:16.229Z | openjdk system 17 system |
207 | 2023-11-29T18:50:16.229Z | openjdk system 11 system |
208 | 2023-11-29T18:50:16.229Z | openjdk system 1.8 system |
209 | 2023-11-29T18:50:16.229Z | openssl vendor 3 vendor |
210 | 2023-11-29T18:50:16.229Z | perl system 5.36 system |
211 | 2023-11-29T18:50:16.229Z | postgresql system 15 system |
212 | 2023-11-29T18:50:16.229Z | postgresql system 13 system |
213 | 2023-11-29T18:50:16.229Z | python vendor 3 vendor |
214 | 2023-11-29T18:50:16.229Z | python system 2 system |
215 | 2023-11-29T18:50:16.229Z | python3 system 3.11 system |
216 | 2023-11-29T18:50:16.229Z | ruby system 3.0 system |
217 | 2023-11-29T18:50:16.229Z | words vendor vendor american-english |
218 | 2023-11-29T18:50:16.229Z | words system system australian-english |
219 | 2023-11-29T18:50:16.229Z | words system system british-english |
220 | 2023-11-29T18:50:16.229Z | words system system canadian-english |
221 | 2023-11-29T18:50:16.229Z | words system system french |
222 | 2023-11-29T18:50:16.230Z | words system system italian |
223 | 2023-11-29T18:50:16.230Z | words system system ngerman |
224 | 2023-11-29T18:50:16.230Z | words system system ogerman |
225 | 2023-11-29T18:50:16.230Z | words system system spanish |
226 | 2023-11-29T18:50:16.753Z | FMRI IFO |
227 | 2023-11-29T18:50:16.753Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
228 | 2023-11-29T18:50:16.753Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
229 | 2023-11-29T18:50:16.753Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
230 | 2023-11-29T18:50:16.753Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
231 | 2023-11-29T18:50:16.753Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
232 | 2023-11-29T18:50:16.753Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
233 | 2023-11-29T18:50:16.837Z | + set -o errexit |
234 | 2023-11-29T18:50:16.854Z | +++ dirname ./tools/ci_download_cockroachdb |
235 | 2023-11-29T18:50:16.854Z | ++ cd ./tools |
236 | 2023-11-29T18:50:16.854Z | ++ pwd |
237 | 2023-11-29T18:50:16.854Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
238 | 2023-11-29T18:50:16.854Z | ++ basename ./tools/ci_download_cockroachdb |
239 | 2023-11-29T18:50:16.854Z | + ARG0=ci_download_cockroachdb |
240 | 2023-11-29T18:50:16.854Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
241 | 2023-11-29T18:50:16.855Z | + CIDL_VERSION=v22.1.9 |
242 | 2023-11-29T18:50:16.855Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
243 | 2023-11-29T18:50:16.855Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
244 | 2023-11-29T18:50:16.855Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
245 | 2023-11-29T18:50:16.855Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
246 | 2023-11-29T18:50:16.855Z | + TARGET_DIR=out |
247 | 2023-11-29T18:50:16.855Z | + DOWNLOAD_DIR=out/downloads |
248 | 2023-11-29T18:50:16.855Z | + DEST_DIR=./out/cockroachdb |
249 | 2023-11-29T18:50:16.855Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
250 | 2023-11-29T18:50:16.855Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
251 | 2023-11-29T18:50:16.855Z | + main |
252 | 2023-11-29T18:50:16.855Z | + [[ 0 != 0 ]] |
253 | 2023-11-29T18:50:16.855Z | + CIDL_OS=solaris2.11 |
254 | 2023-11-29T18:50:16.855Z | + [[ 0 != 0 ]] |
255 | 2023-11-29T18:50:16.855Z | + configure_os solaris2.11 |
256 | 2023-11-29T18:50:16.855Z | + echo 'current directory: /work/oxidecomputer/omicron' |
257 | 2023-11-29T18:50:16.855Z | current directory: /work/oxidecomputer/omicron |
258 | 2023-11-29T18:50:16.855Z | configuring based on OS: "solaris2.11" |
259 | 2023-11-29T18:50:16.855Z | + echo 'configuring based on OS: "solaris2.11"' |
260 | 2023-11-29T18:50:16.855Z | + case "$1" in |
261 | 2023-11-29T18:50:16.855Z | + CIDL_BUILD=illumos |
262 | 2023-11-29T18:50:16.855Z | + CIDL_SUFFIX=tar.gz |
263 | 2023-11-29T18:50:16.855Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
264 | 2023-11-29T18:50:16.855Z | + CIDL_MD5FUNC=do_md5sum |
265 | 2023-11-29T18:50:16.855Z | + CIDL_URL_BASE=https://illumos.org/downloads |
266 | 2023-11-29T18:50:16.855Z | + CIDL_ASSEMBLE=do_assemble_illumos |
267 | 2023-11-29T18:50:16.855Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
268 | 2023-11-29T18:50:16.855Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-11-29T18:50:16.855Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-11-29T18:50:16.855Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
271 | 2023-11-29T18:50:16.855Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-29T18:50:16.856Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
273 | 2023-11-29T18:50:16.856Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-29T18:50:16.856Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2023-11-29T18:50:16.856Z | + mkdir -p out/downloads |
276 | 2023-11-29T18:50:16.856Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-29T18:50:16.856Z | + mkdir -p ./out/cockroachdb |
278 | 2023-11-29T18:50:16.856Z | + local DO_DOWNLOAD=true |
279 | 2023-11-29T18:50:16.856Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
280 | 2023-11-29T18:50:16.856Z | + '[' true == true ']' |
281 | 2023-11-29T18:50:16.856Z | + echo Downloading... |
282 | 2023-11-29T18:50:16.856Z | Downloading... |
283 | 2023-11-29T18:50:16.856Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-11-29T18:50:16.856Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-11-29T18:50:22.016Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-11-29T18:50:22.019Z | ++ md5sum |
287 | 2023-11-29T18:50:22.019Z | ++ awk '{print $1}' |
288 | 2023-11-29T18:50:22.202Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
289 | 2023-11-29T18:50:22.202Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
290 | 2023-11-29T18:50:22.202Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-11-29T18:50:22.202Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
292 | 2023-11-29T18:50:25.562Z | + do_assemble_illumos |
293 | 2023-11-29T18:50:25.562Z | + rm -r ./out/cockroachdb |
294 | 2023-11-29T18:50:25.565Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
295 | 2023-11-29T18:50:26.211Z | + ./out/cockroachdb/bin/cockroach version |
296 | 2023-11-29T18:50:26.429Z | Build Tag: v22.1.9-dirty |
297 | 2023-11-29T18:50:26.429Z | Build Time: 2022/10/26 21:17:46 |
298 | 2023-11-29T18:50:26.429Z | Distribution: OSS |
299 | 2023-11-29T18:50:26.429Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
300 | 2023-11-29T18:50:26.429Z | Go Version: go1.17.13 |
301 | 2023-11-29T18:50:26.429Z | C Compiler: gcc 10.3.0 |
302 | 2023-11-29T18:50:26.429Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
303 | 2023-11-29T18:50:26.429Z | Build Type: release |
304 | 2023-11-29T18:50:26.452Z | + set -o errexit |
305 | 2023-11-29T18:50:26.455Z | +++ dirname ./tools/ci_download_clickhouse |
306 | 2023-11-29T18:50:26.457Z | ++ cd ./tools |
307 | 2023-11-29T18:50:26.457Z | ++ pwd |
308 | 2023-11-29T18:50:26.457Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
309 | 2023-11-29T18:50:26.460Z | ++ basename ./tools/ci_download_clickhouse |
310 | 2023-11-29T18:50:26.460Z | + ARG0=ci_download_clickhouse |
311 | 2023-11-29T18:50:26.460Z | + TARGET_DIR=out |
312 | 2023-11-29T18:50:26.461Z | + DOWNLOAD_DIR=out/downloads |
313 | 2023-11-29T18:50:26.461Z | + DEST_DIR=./out/clickhouse |
314 | 2023-11-29T18:50:26.461Z | + CIDL_VERSION=v22.8.9.24 |
315 | 2023-11-29T18:50:26.462Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
316 | 2023-11-29T18:50:26.462Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
317 | 2023-11-29T18:50:26.462Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
318 | 2023-11-29T18:50:26.462Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
319 | 2023-11-29T18:50:26.462Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
320 | 2023-11-29T18:50:26.462Z | + main |
321 | 2023-11-29T18:50:26.462Z | + [[ 0 != 0 ]] |
322 | 2023-11-29T18:50:26.462Z | + CIDL_OS=solaris2.11 |
323 | 2023-11-29T18:50:26.462Z | + [[ 0 != 0 ]] |
324 | 2023-11-29T18:50:26.462Z | + configure_os solaris2.11 |
325 | 2023-11-29T18:50:26.462Z | + echo 'current directory: /work/oxidecomputer/omicron' |
326 | 2023-11-29T18:50:26.465Z | + echo 'configuring based on OS: "solaris2.11"' |
327 | 2023-11-29T18:50:26.465Z | current directory: /work/oxidecomputer/omicron |
328 | 2023-11-29T18:50:26.465Z | configuring based on OS: "solaris2.11" |
329 | 2023-11-29T18:50:26.465Z | + CIDL_DASHREV= |
330 | 2023-11-29T18:50:26.465Z | + case "$1" in |
331 | 2023-11-29T18:50:26.465Z | + CIDL_PLATFORM=illumos |
332 | 2023-11-29T18:50:26.465Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
333 | 2023-11-29T18:50:26.465Z | + CIDL_MD5FUNC=do_md5sum |
334 | 2023-11-29T18:50:26.465Z | + CIDL_DASHREV=-1 |
335 | 2023-11-29T18:50:26.465Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
336 | 2023-11-29T18:50:26.465Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-11-29T18:50:26.465Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-11-29T18:50:26.465Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-29T18:50:26.466Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
340 | 2023-11-29T18:50:26.466Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-29T18:50:26.466Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-29T18:50:26.466Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
343 | 2023-11-29T18:50:26.466Z | + mkdir -p out/downloads |
344 | 2023-11-29T18:50:26.466Z | + mkdir -p ./out/clickhouse |
345 | 2023-11-29T18:50:26.469Z | + local DO_DOWNLOAD=true |
346 | 2023-11-29T18:50:26.469Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
347 | 2023-11-29T18:50:26.469Z | + '[' true == true ']' |
348 | 2023-11-29T18:50:26.469Z | + echo Downloading... |
349 | 2023-11-29T18:50:26.469Z | Downloading... |
350 | 2023-11-29T18:50:26.469Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-11-29T18:50:26.469Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-11-29T18:50:27.883Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-11-29T18:50:27.886Z | ++ md5sum |
354 | 2023-11-29T18:50:27.886Z | ++ awk '{print $1}' |
355 | 2023-11-29T18:50:28.141Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
356 | 2023-11-29T18:50:28.141Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
357 | 2023-11-29T18:50:28.141Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
358 | 2023-11-29T18:50:28.144Z | + mkdir -p ./out/clickhouse |
359 | 2023-11-29T18:50:28.144Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
360 | 2023-11-29T18:50:33.083Z | + ./out/clickhouse/clickhouse server --version |
361 | 2023-11-29T18:50:33.141Z | ClickHouse server version 22.8.9.1. |
362 | 2023-11-29T18:50:33.157Z | + set -o errexit |
363 | 2023-11-29T18:50:33.160Z | +++ dirname ./tools/ci_download_console |
364 | 2023-11-29T18:50:33.164Z | ++ cd ./tools |
365 | 2023-11-29T18:50:33.164Z | ++ pwd |
366 | 2023-11-29T18:50:33.164Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
367 | 2023-11-29T18:50:33.164Z | ++ basename ./tools/ci_download_console |
368 | 2023-11-29T18:50:33.167Z | + ARG0=ci_download_console |
369 | 2023-11-29T18:50:33.167Z | + TARGET_DIR=out |
370 | 2023-11-29T18:50:33.167Z | + DOWNLOAD_DIR=out/downloads |
371 | 2023-11-29T18:50:33.167Z | + DEST_DIR=./out/console-assets |
372 | 2023-11-29T18:50:33.167Z | + source /work/oxidecomputer/omicron/tools/console_version |
373 | 2023-11-29T18:50:33.167Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
374 | 2023-11-29T18:50:33.167Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
375 | 2023-11-29T18:50:33.167Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
376 | 2023-11-29T18:50:33.167Z | + TARBALL_FILE=out/downloads/console.tar.gz |
377 | 2023-11-29T18:50:33.167Z | + main |
378 | 2023-11-29T18:50:33.167Z | + [[ 0 != 0 ]] |
379 | 2023-11-29T18:50:33.167Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
380 | 2023-11-29T18:50:33.167Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
381 | 2023-11-29T18:50:33.167Z | + echo 'Local file: out/downloads/console.tar.gz' |
382 | 2023-11-29T18:50:33.167Z | Local file: out/downloads/console.tar.gz |
383 | 2023-11-29T18:50:33.167Z | + local DO_DOWNLOAD=true |
384 | 2023-11-29T18:50:33.170Z | + [[ -f out/downloads/console.tar.gz ]] |
385 | 2023-11-29T18:50:33.170Z | + mkdir -p out/downloads |
386 | 2023-11-29T18:50:33.173Z | + '[' true == true ']' |
387 | 2023-11-29T18:50:33.173Z | + echo Downloading... |
388 | 2023-11-29T18:50:33.173Z | Downloading... |
389 | 2023-11-29T18:50:33.173Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
390 | 2023-11-29T18:50:33.173Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
391 | 2023-11-29T18:50:33.835Z | ++ do_sha256sum out/downloads/console.tar.gz |
392 | 2023-11-29T18:50:33.838Z | ++ case "$OSTYPE" in |
393 | 2023-11-29T18:50:33.838Z | ++ SHA=sha256sum |
394 | 2023-11-29T18:50:33.838Z | ++ sha256sum |
395 | 2023-11-29T18:50:33.838Z | ++ awk '{print $1}' |
396 | 2023-11-29T18:50:33.869Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
397 | 2023-11-29T18:50:33.869Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
398 | 2023-11-29T18:50:33.873Z | + rm -rf ./out/console-assets |
399 | 2023-11-29T18:50:33.873Z | + mkdir -p ./out/console-assets |
400 | 2023-11-29T18:50:33.876Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
401 | 2023-11-29T18:50:33.877Z | + mkdir -p ./out/console-assets |
402 | 2023-11-29T18:50:33.879Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
403 | 2023-11-29T18:50:34.012Z | + set -o errexit |
404 | 2023-11-29T18:50:34.033Z | +++ dirname ./tools/ci_download_maghemite_openapi |
405 | 2023-11-29T18:50:34.034Z | ++ cd ./tools |
406 | 2023-11-29T18:50:34.034Z | ++ pwd |
407 | 2023-11-29T18:50:34.034Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
408 | 2023-11-29T18:50:34.034Z | ++ basename ./tools/ci_download_maghemite_openapi |
409 | 2023-11-29T18:50:34.034Z | + ARG0=ci_download_maghemite_openapi |
410 | 2023-11-29T18:50:34.034Z | + TARGET_DIR=out |
411 | 2023-11-29T18:50:34.034Z | + DOWNLOAD_DIR=out/downloads |
412 | 2023-11-29T18:50:34.034Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
413 | 2023-11-29T18:50:34.034Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
414 | 2023-11-29T18:50:34.034Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
415 | 2023-11-29T18:50:34.034Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
416 | 2023-11-29T18:50:34.034Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
417 | 2023-11-29T18:50:34.034Z | + main |
418 | 2023-11-29T18:50:34.034Z | + [[ 0 != 0 ]] |
419 | 2023-11-29T18:50:34.035Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
420 | 2023-11-29T18:50:34.035Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
421 | 2023-11-29T18:50:34.035Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
422 | 2023-11-29T18:50:34.035Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
423 | 2023-11-29T18:50:34.035Z | + local DO_DOWNLOAD=true |
424 | 2023-11-29T18:50:34.035Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
425 | 2023-11-29T18:50:34.035Z | + mkdir -p out/downloads |
426 | 2023-11-29T18:50:34.035Z | + '[' true == true ']' |
427 | 2023-11-29T18:50:34.035Z | + echo Downloading... |
428 | 2023-11-29T18:50:34.035Z | Downloading... |
429 | 2023-11-29T18:50:34.035Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
430 | 2023-11-29T18:50:34.035Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
431 | 2023-11-29T18:50:34.271Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
432 | 2023-11-29T18:50:34.271Z | ++ case "$OSTYPE" in |
433 | 2023-11-29T18:50:34.273Z | ++ SHA=sha256sum |
434 | 2023-11-29T18:50:34.273Z | ++ sha256sum |
435 | 2023-11-29T18:50:34.273Z | ++ awk '{print $1}' |
436 | 2023-11-29T18:50:34.276Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
437 | 2023-11-29T18:50:34.276Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
438 | 2023-11-29T18:50:34.276Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
439 | 2023-11-29T18:50:34.276Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
440 | 2023-11-29T18:50:34.276Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
441 | 2023-11-29T18:50:34.276Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
442 | 2023-11-29T18:50:34.277Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
443 | 2023-11-29T18:50:34.277Z | + main |
444 | 2023-11-29T18:50:34.277Z | + [[ 0 != 0 ]] |
445 | 2023-11-29T18:50:34.277Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
446 | 2023-11-29T18:50:34.277Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
447 | 2023-11-29T18:50:34.277Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
448 | 2023-11-29T18:50:34.277Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
449 | 2023-11-29T18:50:34.280Z | + local DO_DOWNLOAD=true |
450 | 2023-11-29T18:50:34.280Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
451 | 2023-11-29T18:50:34.281Z | + mkdir -p out/downloads |
452 | 2023-11-29T18:50:34.281Z | + '[' true == true ']' |
453 | 2023-11-29T18:50:34.281Z | + echo Downloading... |
454 | 2023-11-29T18:50:34.281Z | Downloading... |
455 | 2023-11-29T18:50:34.281Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
456 | 2023-11-29T18:50:34.281Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
457 | 2023-11-29T18:50:34.462Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
458 | 2023-11-29T18:50:34.469Z | ++ case "$OSTYPE" in |
459 | 2023-11-29T18:50:34.469Z | ++ SHA=sha256sum |
460 | 2023-11-29T18:50:34.469Z | ++ sha256sum |
461 | 2023-11-29T18:50:34.469Z | ++ awk '{print $1}' |
462 | 2023-11-29T18:50:34.477Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
463 | 2023-11-29T18:50:34.477Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
464 | 2023-11-29T18:50:34.489Z | + set -o errexit |
465 | 2023-11-29T18:50:34.489Z | +++ dirname ./tools/ci_download_dendrite_openapi |
466 | 2023-11-29T18:50:34.489Z | ++ cd ./tools |
467 | 2023-11-29T18:50:34.489Z | ++ pwd |
468 | 2023-11-29T18:50:34.489Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
469 | 2023-11-29T18:50:34.501Z | ++ basename ./tools/ci_download_dendrite_openapi |
470 | 2023-11-29T18:50:34.501Z | + ARG0=ci_download_dendrite_openapi |
471 | 2023-11-29T18:50:34.501Z | + TARGET_DIR=out |
472 | 2023-11-29T18:50:34.501Z | + DOWNLOAD_DIR=out/downloads |
473 | 2023-11-29T18:50:34.501Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
474 | 2023-11-29T18:50:34.501Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
475 | 2023-11-29T18:50:34.502Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
476 | 2023-11-29T18:50:34.502Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
477 | 2023-11-29T18:50:34.502Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
478 | 2023-11-29T18:50:34.502Z | + main |
479 | 2023-11-29T18:50:34.502Z | + [[ 0 != 0 ]] |
480 | 2023-11-29T18:50:34.502Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
481 | 2023-11-29T18:50:34.502Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
482 | 2023-11-29T18:50:34.502Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
483 | 2023-11-29T18:50:34.502Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
484 | 2023-11-29T18:50:34.502Z | + local DO_DOWNLOAD=true |
485 | 2023-11-29T18:50:34.502Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
486 | 2023-11-29T18:50:34.502Z | + mkdir -p out/downloads |
487 | 2023-11-29T18:50:34.502Z | + '[' true == true ']' |
488 | 2023-11-29T18:50:34.502Z | + echo Downloading... |
489 | 2023-11-29T18:50:34.502Z | Downloading... |
490 | 2023-11-29T18:50:34.502Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
491 | 2023-11-29T18:50:34.502Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
492 | 2023-11-29T18:50:35.116Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
493 | 2023-11-29T18:50:35.116Z | ++ case "$OSTYPE" in |
494 | 2023-11-29T18:50:35.124Z | ++ SHA=sha256sum |
495 | 2023-11-29T18:50:35.124Z | ++ sha256sum |
496 | 2023-11-29T18:50:35.124Z | ++ awk '{print $1}' |
497 | 2023-11-29T18:50:35.124Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
498 | 2023-11-29T18:50:35.124Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
499 | 2023-11-29T18:50:35.132Z | + set -o errexit |
500 | 2023-11-29T18:50:35.136Z | +++ dirname ./tools/ci_download_dendrite_stub |
501 | 2023-11-29T18:50:35.136Z | ++ cd ./tools |
502 | 2023-11-29T18:50:35.136Z | ++ pwd |
503 | 2023-11-29T18:50:35.147Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
504 | 2023-11-29T18:50:35.147Z | ++ basename ./tools/ci_download_dendrite_stub |
505 | 2023-11-29T18:50:35.148Z | + ARG0=ci_download_dendrite_stub |
506 | 2023-11-29T18:50:35.148Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
507 | 2023-11-29T18:50:35.148Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
508 | 2023-11-29T18:50:35.148Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
509 | 2023-11-29T18:50:35.148Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
510 | 2023-11-29T18:50:35.148Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
511 | 2023-11-29T18:50:35.148Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
512 | 2023-11-29T18:50:35.148Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
513 | 2023-11-29T18:50:35.148Z | + TARGET_DIR=out |
514 | 2023-11-29T18:50:35.148Z | + DOWNLOAD_DIR=out/downloads |
515 | 2023-11-29T18:50:35.148Z | + DEST_DIR=./out/dendrite-stub |
516 | 2023-11-29T18:50:35.148Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
517 | 2023-11-29T18:50:35.148Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
518 | 2023-11-29T18:50:35.149Z | + REPO=oxidecomputer/dendrite |
519 | 2023-11-29T18:50:35.152Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
520 | 2023-11-29T18:50:35.152Z | + main |
521 | 2023-11-29T18:50:35.152Z | + [[ 0 != 0 ]] |
522 | 2023-11-29T18:50:35.152Z | + CIDL_OS=solaris2.11 |
523 | 2023-11-29T18:50:35.152Z | + [[ 0 != 0 ]] |
524 | 2023-11-29T18:50:35.152Z | + configure_os solaris2.11 |
525 | 2023-11-29T18:50:35.152Z | + echo 'current directory: /work/oxidecomputer/omicron' |
526 | 2023-11-29T18:50:35.152Z | current directory: /work/oxidecomputer/omicron |
527 | 2023-11-29T18:50:35.152Z | + echo 'configuring based on OS: "solaris2.11"' |
528 | 2023-11-29T18:50:35.152Z | + case "$1" in |
529 | 2023-11-29T18:50:35.152Z | configuring based on OS: "solaris2.11" |
530 | 2023-11-29T18:50:35.152Z | + SET_BINARIES= |
531 | 2023-11-29T18:50:35.152Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
532 | 2023-11-29T18:50:35.152Z | + CIDL_SHA256FUNC=do_sha256sum |
533 | 2023-11-29T18:50:35.152Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
534 | 2023-11-29T18:50:35.152Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
535 | 2023-11-29T18:50:35.152Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
536 | 2023-11-29T18:50:35.152Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
537 | 2023-11-29T18:50:35.152Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
538 | 2023-11-29T18:50:35.153Z | Local file: out/downloads/dendrite-stub.tar.gz |
539 | 2023-11-29T18:50:35.153Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
540 | 2023-11-29T18:50:35.153Z | + mkdir -p out/downloads |
541 | 2023-11-29T18:50:35.167Z | + mkdir -p ./out/dendrite-stub |
542 | 2023-11-29T18:50:35.167Z | + fetch_and_verify |
543 | 2023-11-29T18:50:35.167Z | + local DO_DOWNLOAD=true |
544 | 2023-11-29T18:50:35.168Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
545 | 2023-11-29T18:50:35.168Z | + '[' true == true ']' |
546 | 2023-11-29T18:50:35.168Z | Downloading... |
547 | 2023-11-29T18:50:35.168Z | + echo Downloading... |
548 | 2023-11-29T18:50:35.168Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
549 | 2023-11-29T18:50:35.168Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
550 | 2023-11-29T18:50:42.552Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
551 | 2023-11-29T18:50:42.555Z | ++ sha256sum |
552 | 2023-11-29T18:50:42.555Z | ++ awk '{print $1}' |
553 | 2023-11-29T18:50:42.635Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
554 | 2023-11-29T18:50:42.636Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
555 | 2023-11-29T18:50:42.640Z | + do_untar out/downloads/dendrite-stub.tar.gz |
556 | 2023-11-29T18:50:42.640Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
557 | 2023-11-29T18:50:43.678Z | + do_assemble |
558 | 2023-11-29T18:50:43.678Z | + rm -r ./out/dendrite-stub |
559 | 2023-11-29T18:50:43.681Z | + mkdir ./out/dendrite-stub |
560 | 2023-11-29T18:50:43.683Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
561 | 2023-11-29T18:50:43.815Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
562 | 2023-11-29T18:50:43.828Z | + set -o errexit |
563 | 2023-11-29T18:50:43.830Z | +++ dirname ./tools/ci_download_maghemite_mgd |
564 | 2023-11-29T18:50:43.833Z | ++ cd ./tools |
565 | 2023-11-29T18:50:43.833Z | ++ pwd |
566 | 2023-11-29T18:50:43.834Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
567 | 2023-11-29T18:50:43.838Z | ++ basename ./tools/ci_download_maghemite_mgd |
568 | 2023-11-29T18:50:43.838Z | + ARG0=ci_download_maghemite_mgd |
569 | 2023-11-29T18:50:43.838Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
570 | 2023-11-29T18:50:43.838Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
571 | 2023-11-29T18:50:43.839Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
572 | 2023-11-29T18:50:43.839Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
573 | 2023-11-29T18:50:43.839Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
574 | 2023-11-29T18:50:43.839Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
575 | 2023-11-29T18:50:43.839Z | + TARGET_DIR=out |
576 | 2023-11-29T18:50:43.839Z | + DOWNLOAD_DIR=out/downloads |
577 | 2023-11-29T18:50:43.839Z | + DEST_DIR=./out/mgd |
578 | 2023-11-29T18:50:43.839Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
579 | 2023-11-29T18:50:43.839Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
580 | 2023-11-29T18:50:43.839Z | + REPO=oxidecomputer/maghemite |
581 | 2023-11-29T18:50:43.839Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
582 | 2023-11-29T18:50:43.839Z | + main |
583 | 2023-11-29T18:50:43.839Z | + [[ 0 != 0 ]] |
584 | 2023-11-29T18:50:43.839Z | + CIDL_OS=solaris2.11 |
585 | 2023-11-29T18:50:43.839Z | + [[ 0 != 0 ]] |
586 | 2023-11-29T18:50:43.839Z | + configure_os solaris2.11 |
587 | 2023-11-29T18:50:43.839Z | + echo 'current directory: /work/oxidecomputer/omicron' |
588 | 2023-11-29T18:50:43.839Z | current directory: /work/oxidecomputer/omicron |
589 | 2023-11-29T18:50:43.839Z | + echo 'configuring based on OS: "solaris2.11"' |
590 | 2023-11-29T18:50:43.839Z | + case "$1" in |
591 | 2023-11-29T18:50:43.839Z | + SET_BINARIES= |
592 | 2023-11-29T18:50:43.840Z | configuring based on OS: "solaris2.11" |
593 | 2023-11-29T18:50:43.840Z | + CIDL_SHA256FUNC=do_sha256sum |
594 | 2023-11-29T18:50:43.840Z | + TARBALL_FILENAME=mgd.tar.gz |
595 | 2023-11-29T18:50:43.840Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
596 | 2023-11-29T18:50:43.840Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
597 | 2023-11-29T18:50:43.840Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
598 | 2023-11-29T18:50:43.840Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
599 | 2023-11-29T18:50:43.840Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
600 | 2023-11-29T18:50:43.840Z | Local file: out/downloads/mgd.tar.gz |
601 | 2023-11-29T18:50:43.840Z | + mkdir -p out/downloads |
602 | 2023-11-29T18:50:43.845Z | + mkdir -p ./out/mgd |
603 | 2023-11-29T18:50:43.845Z | + fetch_and_verify |
604 | 2023-11-29T18:50:43.845Z | + local DO_DOWNLOAD=true |
605 | 2023-11-29T18:50:43.845Z | + [[ -f out/downloads/mgd.tar.gz ]] |
606 | 2023-11-29T18:50:43.845Z | + '[' true == true ']' |
607 | 2023-11-29T18:50:43.845Z | + echo Downloading... |
608 | 2023-11-29T18:50:43.845Z | Downloading... |
609 | 2023-11-29T18:50:43.845Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
610 | 2023-11-29T18:50:43.845Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
611 | 2023-11-29T18:50:47.946Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
612 | 2023-11-29T18:50:47.949Z | ++ sha256sum |
613 | 2023-11-29T18:50:47.949Z | ++ awk '{print $1}' |
614 | 2023-11-29T18:50:48.022Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
615 | 2023-11-29T18:50:48.022Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
616 | 2023-11-29T18:50:48.025Z | + do_untar out/downloads/mgd.tar.gz |
617 | 2023-11-29T18:50:48.026Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
618 | 2023-11-29T18:50:48.679Z | + do_assemble |
619 | 2023-11-29T18:50:48.679Z | + rm -r ./out/mgd |
620 | 2023-11-29T18:50:48.682Z | + mkdir ./out/mgd |
621 | 2023-11-29T18:50:48.685Z | + cp -r out/downloads/root ./out/mgd/root |
622 | 2023-11-29T18:50:48.894Z | + set -o errexit |
623 | 2023-11-29T18:50:48.897Z | +++ dirname ./tools/ci_download_transceiver_control |
624 | 2023-11-29T18:50:48.900Z | ++ cd ./tools |
625 | 2023-11-29T18:50:48.900Z | ++ pwd |
626 | 2023-11-29T18:50:48.900Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
627 | 2023-11-29T18:50:48.904Z | ++ basename ./tools/ci_download_transceiver_control |
628 | 2023-11-29T18:50:48.904Z | + ARG0=ci_download_transceiver_control |
629 | 2023-11-29T18:50:48.904Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
630 | 2023-11-29T18:50:48.904Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
631 | 2023-11-29T18:50:48.904Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
632 | 2023-11-29T18:50:48.904Z | + TARGET_DIR=out |
633 | 2023-11-29T18:50:48.904Z | + DOWNLOAD_DIR=out/downloads |
634 | 2023-11-29T18:50:48.904Z | + DEST_DIR=./out/transceiver-control |
635 | 2023-11-29T18:50:48.904Z | + BIN_DIR=/opt/oxide/bin |
636 | 2023-11-29T18:50:48.904Z | + BINARY=xcvradm |
637 | 2023-11-29T18:50:48.904Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
638 | 2023-11-29T18:50:48.904Z | + REPO=oxidecomputer/transceiver-control |
639 | 2023-11-29T18:50:48.904Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2023-11-29T18:50:48.904Z | + main |
641 | 2023-11-29T18:50:48.904Z | + [[ 0 != 0 ]] |
642 | 2023-11-29T18:50:48.904Z | + CIDL_OS=solaris2.11 |
643 | 2023-11-29T18:50:48.904Z | + [[ 0 != 0 ]] |
644 | 2023-11-29T18:50:48.904Z | + configure_os solaris2.11 |
645 | 2023-11-29T18:50:48.904Z | + echo 'current directory: /work/oxidecomputer/omicron' |
646 | 2023-11-29T18:50:48.905Z | current directory: /work/oxidecomputer/omicron |
647 | 2023-11-29T18:50:48.915Z | + echo 'configuring based on OS: "solaris2.11"' |
648 | 2023-11-29T18:50:48.915Z | + case "$1" in |
649 | 2023-11-29T18:50:48.915Z | configuring based on OS: "solaris2.11" |
650 | 2023-11-29T18:50:48.916Z | + SET_BINARIES= |
651 | 2023-11-29T18:50:48.916Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2023-11-29T18:50:48.916Z | + CIDL_SHA256FUNC=do_sha256sum |
653 | 2023-11-29T18:50:48.916Z | + ARCHIVE_FILENAME=xcvradm.gz |
654 | 2023-11-29T18:50:48.916Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
655 | 2023-11-29T18:50:48.916Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
656 | 2023-11-29T18:50:48.916Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
657 | 2023-11-29T18:50:48.916Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2023-11-29T18:50:48.916Z | + echo 'Local file: out/downloads/xcvradm.gz' |
659 | 2023-11-29T18:50:48.916Z | Local file: out/downloads/xcvradm.gz |
660 | 2023-11-29T18:50:48.916Z | + mkdir -p out/downloads |
661 | 2023-11-29T18:50:48.916Z | + mkdir -p ./out/transceiver-control |
662 | 2023-11-29T18:50:48.916Z | + fetch_and_verify |
663 | 2023-11-29T18:50:48.916Z | + local DO_DOWNLOAD=true |
664 | 2023-11-29T18:50:48.916Z | + [[ -f out/downloads/xcvradm.gz ]] |
665 | 2023-11-29T18:50:48.916Z | + '[' true == true ']' |
666 | 2023-11-29T18:50:48.916Z | + echo Downloading... |
667 | 2023-11-29T18:50:48.916Z | Downloading... |
668 | 2023-11-29T18:50:48.916Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
669 | 2023-11-29T18:50:48.916Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
670 | 2023-11-29T18:50:50.225Z | ++ do_sha256sum out/downloads/xcvradm.gz |
671 | 2023-11-29T18:50:50.233Z | ++ sha256sum |
672 | 2023-11-29T18:50:50.233Z | ++ awk '{print $1}' |
673 | 2023-11-29T18:50:50.250Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2023-11-29T18:50:50.253Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
675 | 2023-11-29T18:50:50.253Z | + do_unpack out/downloads/xcvradm.gz |
676 | 2023-11-29T18:50:50.253Z | + mkdir -p out/downloads/root//opt/oxide/bin |
677 | 2023-11-29T18:50:50.253Z | + gzip -dc out/downloads/xcvradm.gz |
678 | 2023-11-29T18:50:50.430Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
679 | 2023-11-29T18:50:50.434Z | + do_assemble |
680 | 2023-11-29T18:50:50.434Z | + rm -r ./out/transceiver-control |
681 | 2023-11-29T18:50:50.437Z | + mkdir ./out/transceiver-control |
682 | 2023-11-29T18:50:50.437Z | + cp -r out/downloads/root ./out/transceiver-control/root |
683 | 2023-11-29T18:50:50.630Z | All prerequisites installed successfully |
684 | 2023-11-29T18:50:50.633Z | |
685 | 2023-11-29T18:50:50.633Z | real 2:12.386432409 |
686 | 2023-11-29T18:50:50.633Z | user 53.274631200 |
687 | 2023-11-29T18:50:50.633Z | sys 9.911535069 |
688 | 2023-11-29T18:50:50.633Z | trap 0.020751347 |
689 | 2023-11-29T18:50:50.633Z | tflt 0.178183048 |
690 | 2023-11-29T18:50:50.633Z | dflt 1.009386987 |
691 | 2023-11-29T18:50:50.633Z | kflt 0.194413374 |
692 | 2023-11-29T18:50:50.633Z | lock 1.680089032 |
693 | 2023-11-29T18:50:50.634Z | slp 4:02.921831302 |
694 | 2023-11-29T18:50:50.634Z | lat 3.449450092 |
695 | 2023-11-29T18:50:50.634Z | stop 0.068356881 |
696 | 2023-11-29T18:50:50.634Z | + banner end-to-end-tests |
697 | 2023-11-29T18:50:50.885Z | |
698 | 2023-11-29T18:50:50.885Z | ###### # # ##### ##### #### ###### # # ##### |
699 | 2023-11-29T18:50:50.885Z | # ## # # # # # # # ## # # # |
700 | 2023-11-29T18:50:50.885Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
701 | 2023-11-29T18:50:50.885Z | # # # # # # # # # # # # # # # |
702 | 2023-11-29T18:50:50.885Z | # # ## # # # # # # # ## # # |
703 | 2023-11-29T18:50:50.885Z | ###### # # ##### # #### ###### # # ##### |
704 | 2023-11-29T18:50:50.885Z | |
705 | 2023-11-29T18:50:50.888Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
706 | 2023-11-29T18:50:50.888Z | + CARGO_PROFILE_DEV_DEBUG=1 |
707 | 2023-11-29T18:50:50.888Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
708 | 2023-11-29T18:50:50.888Z | + CARGO_PROFILE_TEST_DEBUG=1 |
709 | 2023-11-29T18:50:50.888Z | + export CARGO_INCREMENTAL=0 |
710 | 2023-11-29T18:50:50.888Z | + CARGO_INCREMENTAL=0 |
711 | 2023-11-29T18:50:50.888Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
712 | 2023-11-29T18:50:51.217Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
713 | 2023-11-29T18:50:51.646Z | Updating crates.io index |
714 | 2023-11-29T18:50:51.709Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
715 | 2023-11-29T18:50:52.529Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
716 | 2023-11-29T18:50:54.331Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
717 | 2023-11-29T18:50:55.001Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
718 | 2023-11-29T18:50:55.343Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
719 | 2023-11-29T18:50:55.710Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
720 | 2023-11-29T18:50:56.027Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
721 | 2023-11-29T18:50:56.923Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
722 | 2023-11-29T18:50:58.837Z | Updating git repository `https://github.com/oxidecomputer/opte` |
723 | 2023-11-29T18:50:59.935Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
724 | 2023-11-29T18:51:00.297Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
725 | 2023-11-29T18:51:00.919Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
726 | 2023-11-29T18:51:01.350Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
727 | 2023-11-29T18:51:01.714Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
728 | 2023-11-29T18:51:02.108Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
729 | 2023-11-29T18:51:02.471Z | Updating git repository `https://github.com/njaremko/samael` |
730 | 2023-11-29T18:51:02.911Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
731 | 2023-11-29T18:51:03.661Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
732 | 2023-11-29T18:51:04.084Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
733 | 2023-11-29T18:51:04.474Z | Updating git repository `https://github.com/jgallagher/nix` |
734 | 2023-11-29T18:51:06.068Z | Updating git repository `https://github.com/cbiffle/hubpack` |
735 | 2023-11-29T18:51:09.032Z | Updating git repository `https://github.com/oxidecomputer/typify` |
736 | 2023-11-29T18:51:09.548Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
737 | 2023-11-29T18:51:09.548Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
738 | 2023-11-29T18:51:09.984Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
739 | 2023-11-29T18:51:10.699Z | Downloading crates ... |
740 | 2023-11-29T18:51:11.239Z | Downloaded ahash v0.8.3 |
741 | 2023-11-29T18:51:11.239Z | Downloaded num-rational v0.4.1 |
742 | 2023-11-29T18:51:11.239Z | Downloaded nibble_vec v0.1.0 |
743 | 2023-11-29T18:51:11.239Z | Downloaded darling v0.20.3 |
744 | 2023-11-29T18:51:11.239Z | Downloaded phf_shared v0.11.2 |
745 | 2023-11-29T18:51:11.239Z | Downloaded atomicwrites v0.4.2 |
746 | 2023-11-29T18:51:11.239Z | Downloaded async-stream-impl v0.3.5 |
747 | 2023-11-29T18:51:11.239Z | Downloaded cfg-if v1.0.0 |
748 | 2023-11-29T18:51:11.239Z | Downloaded atomic-waker v1.1.1 |
749 | 2023-11-29T18:51:11.239Z | Downloaded derive_more v0.99.17 |
750 | 2023-11-29T18:51:11.239Z | Downloaded anstyle v1.0.2 |
751 | 2023-11-29T18:51:11.239Z | Downloaded atty v0.2.14 |
752 | 2023-11-29T18:51:11.239Z | Downloaded backoff v0.4.0 |
753 | 2023-11-29T18:51:11.239Z | Downloaded ciborium-io v0.2.1 |
754 | 2023-11-29T18:51:11.239Z | Downloaded utf8parse v0.2.1 |
755 | 2023-11-29T18:51:11.239Z | Downloaded convert_case v0.4.0 |
756 | 2023-11-29T18:51:11.239Z | Downloaded tracing-attributes v0.1.26 |
757 | 2023-11-29T18:51:11.239Z | Downloaded colored v2.0.4 |
758 | 2023-11-29T18:51:11.239Z | Downloaded digest v0.10.7 |
759 | 2023-11-29T18:51:11.239Z | Downloaded data-encoding v2.4.0 |
760 | 2023-11-29T18:51:11.239Z | Downloaded colorchoice v1.0.0 |
761 | 2023-11-29T18:51:11.239Z | Downloaded num_threads v0.1.6 |
762 | 2023-11-29T18:51:11.239Z | Downloaded diesel_table_macro_syntax v0.1.0 |
763 | 2023-11-29T18:51:11.239Z | Downloaded crucible-workspace-hack v0.1.0 |
764 | 2023-11-29T18:51:11.285Z | Downloaded openssl-macros v0.1.1 |
765 | 2023-11-29T18:51:11.285Z | Downloaded parse-display v0.8.2 |
766 | 2023-11-29T18:51:11.285Z | Downloaded waitgroup v0.1.2 |
767 | 2023-11-29T18:51:11.285Z | Downloaded bit-set v0.5.3 |
768 | 2023-11-29T18:51:11.285Z | Downloaded zip v0.6.6 |
769 | 2023-11-29T18:51:11.285Z | Downloaded openssl-probe v0.1.5 |
770 | 2023-11-29T18:51:11.285Z | Downloaded yasna v0.5.2 |
771 | 2023-11-29T18:51:11.285Z | Downloaded proc-macro-crate v1.3.1 |
772 | 2023-11-29T18:51:11.286Z | Downloaded camino v1.1.6 |
773 | 2023-11-29T18:51:11.286Z | Downloaded try-lock v0.2.4 |
774 | 2023-11-29T18:51:11.286Z | Downloaded tracing-core v0.1.31 |
775 | 2023-11-29T18:51:11.286Z | Downloaded pest_generator v2.7.2 |
776 | 2023-11-29T18:51:11.286Z | Downloaded deranged v0.3.8 |
777 | 2023-11-29T18:51:11.286Z | Downloaded phf v0.11.2 |
778 | 2023-11-29T18:51:11.286Z | Downloaded async-trait v0.1.74 |
779 | 2023-11-29T18:51:11.286Z | Downloaded num_enum_derive v0.5.11 |
780 | 2023-11-29T18:51:11.286Z | Downloaded foreign-types-shared v0.3.1 |
781 | 2023-11-29T18:51:11.286Z | Downloaded mime v0.3.17 |
782 | 2023-11-29T18:51:11.286Z | Downloaded rand_core v0.5.1 |
783 | 2023-11-29T18:51:11.286Z | Downloaded predicates v3.0.4 |
784 | 2023-11-29T18:51:11.286Z | Downloaded pin-project-lite v0.2.13 |
785 | 2023-11-29T18:51:11.286Z | Downloaded foreign-types-shared v0.1.1 |
786 | 2023-11-29T18:51:11.286Z | Downloaded rustversion v1.0.14 |
787 | 2023-11-29T18:51:11.286Z | Downloaded fixedbitset v0.4.2 |
788 | 2023-11-29T18:51:11.286Z | Downloaded macaddr v1.0.1 |
789 | 2023-11-29T18:51:11.286Z | Downloaded num-complex v0.4.4 |
790 | 2023-11-29T18:51:11.286Z | Downloaded ghash v0.5.0 |
791 | 2023-11-29T18:51:11.286Z | Downloaded slog-envlogger v2.2.0 |
792 | 2023-11-29T18:51:11.341Z | Downloaded poly1305 v0.8.0 |
793 | 2023-11-29T18:51:11.341Z | Downloaded omicron-zone-package v0.9.1 |
794 | 2023-11-29T18:51:11.341Z | Downloaded form_urlencoded v1.2.0 |
795 | 2023-11-29T18:51:11.341Z | Downloaded pkg-config v0.3.27 |
796 | 2023-11-29T18:51:11.341Z | Downloaded glob v0.3.1 |
797 | 2023-11-29T18:51:11.341Z | Downloaded russh-cryptovec v0.7.0 |
798 | 2023-11-29T18:51:11.341Z | Downloaded crc32fast v1.3.2 |
799 | 2023-11-29T18:51:11.341Z | Downloaded postgres-types v0.2.6 |
800 | 2023-11-29T18:51:11.341Z | Downloaded scopeguard v1.2.0 |
801 | 2023-11-29T18:51:11.341Z | Downloaded postgres-protocol v0.6.6 |
802 | 2023-11-29T18:51:11.341Z | Downloaded schemars_derive v0.8.13 |
803 | 2023-11-29T18:51:11.341Z | Downloaded proc-macro2 v1.0.69 |
804 | 2023-11-29T18:51:11.341Z | Downloaded take_mut v0.2.2 |
805 | 2023-11-29T18:51:11.341Z | Downloaded keccak v0.1.4 |
806 | 2023-11-29T18:51:11.341Z | Downloaded is-terminal v0.4.9 |
807 | 2023-11-29T18:51:11.341Z | Downloaded pbkdf2 v0.12.2 |
808 | 2023-11-29T18:51:11.341Z | Downloaded const-oid v0.9.5 |
809 | 2023-11-29T18:51:11.341Z | Downloaded once_cell v1.18.0 |
810 | 2023-11-29T18:51:11.342Z | Downloaded foreign-types v0.3.2 |
811 | 2023-11-29T18:51:11.342Z | Downloaded unicode-width v0.1.11 |
812 | 2023-11-29T18:51:11.342Z | Downloaded password-hash v0.5.0 |
813 | 2023-11-29T18:51:11.342Z | Downloaded smallvec v1.11.0 |
814 | 2023-11-29T18:51:11.342Z | Downloaded futures-sink v0.3.29 |
815 | 2023-11-29T18:51:11.342Z | Downloaded futures-io v0.3.29 |
816 | 2023-11-29T18:51:11.342Z | Downloaded tinyvec_macros v0.1.1 |
817 | 2023-11-29T18:51:11.342Z | Downloaded anyhow v1.0.75 |
818 | 2023-11-29T18:51:11.342Z | Downloaded zeroize_derive v1.4.2 |
819 | 2023-11-29T18:51:11.342Z | Downloaded serde_path_to_error v0.1.14 |
820 | 2023-11-29T18:51:11.467Z | Downloaded http-range v0.1.5 |
821 | 2023-11-29T18:51:11.467Z | Downloaded fxhash v0.2.1 |
822 | 2023-11-29T18:51:11.467Z | Downloaded hex v0.4.3 |
823 | 2023-11-29T18:51:11.467Z | Downloaded toml v0.7.8 |
824 | 2023-11-29T18:51:11.467Z | Downloaded strum_macros v0.25.2 |
825 | 2023-11-29T18:51:11.467Z | Downloaded bytes v1.5.0 |
826 | 2023-11-29T18:51:11.467Z | Downloaded foreign-types v0.5.0 |
827 | 2023-11-29T18:51:11.467Z | Downloaded signature v2.1.0 |
828 | 2023-11-29T18:51:11.467Z | Downloaded enum-as-inner v0.5.1 |
829 | 2023-11-29T18:51:11.467Z | Downloaded ident_case v1.0.1 |
830 | 2023-11-29T18:51:11.467Z | Downloaded home v0.5.5 |
831 | 2023-11-29T18:51:11.467Z | Downloaded futures-core v0.3.29 |
832 | 2023-11-29T18:51:11.467Z | Downloaded tungstenite v0.20.1 |
833 | 2023-11-29T18:51:11.467Z | Downloaded rustls-native-certs v0.6.3 |
834 | 2023-11-29T18:51:11.467Z | Downloaded walkdir v2.4.0 |
835 | 2023-11-29T18:51:11.467Z | Downloaded slab v0.4.9 |
836 | 2023-11-29T18:51:11.467Z | Downloaded tower-service v0.3.2 |
837 | 2023-11-29T18:51:11.467Z | Downloaded semver-parser v0.10.2 |
838 | 2023-11-29T18:51:11.467Z | Downloaded slog-async v2.8.0 |
839 | 2023-11-29T18:51:11.467Z | Downloaded http-body v0.4.5 |
840 | 2023-11-29T18:51:11.771Z | Downloaded hyper-tls v0.5.0 |
841 | 2023-11-29T18:51:11.771Z | Downloaded usdt-impl v0.3.5 |
842 | 2023-11-29T18:51:11.771Z | Downloaded getopts v0.2.21 |
843 | 2023-11-29T18:51:11.771Z | Downloaded generic-array v0.14.7 |
844 | 2023-11-29T18:51:11.771Z | Downloaded smf v0.2.2 |
845 | 2023-11-29T18:51:11.771Z | Downloaded sct v0.7.0 |
846 | 2023-11-29T18:51:11.829Z | Downloaded scheduled-thread-pool v0.2.7 |
847 | 2023-11-29T18:51:11.829Z | Downloaded aes v0.8.3 |
848 | 2023-11-29T18:51:11.829Z | Downloaded httpdate v1.0.3 |
849 | 2023-11-29T18:51:11.829Z | Downloaded same-file v1.0.6 |
850 | 2023-11-29T18:51:11.829Z | Downloaded md5 v0.7.0 |
851 | 2023-11-29T18:51:11.829Z | Downloaded libefi-sys v0.1.0 |
852 | 2023-11-29T18:51:11.829Z | Downloaded serde_repr v0.1.16 |
853 | 2023-11-29T18:51:11.829Z | Downloaded usdt-attr-macro v0.3.5 |
854 | 2023-11-29T18:51:11.829Z | Downloaded socket2 v0.5.5 |
855 | 2023-11-29T18:51:11.829Z | Downloaded time-core v0.1.1 |
856 | 2023-11-29T18:51:11.829Z | Downloaded strsim v0.10.0 |
857 | 2023-11-29T18:51:11.829Z | Downloaded matches v0.1.10 |
858 | 2023-11-29T18:51:11.829Z | Downloaded indexmap v1.9.3 |
859 | 2023-11-29T18:51:11.829Z | Downloaded stringprep v0.1.3 |
860 | 2023-11-29T18:51:11.829Z | Downloaded errno v0.3.2 |
861 | 2023-11-29T18:51:11.829Z | Downloaded toml_edit v0.19.15 |
862 | 2023-11-29T18:51:11.829Z | Downloaded usdt-macro v0.3.5 |
863 | 2023-11-29T18:51:11.829Z | Downloaded want v0.3.1 |
864 | 2023-11-29T18:51:11.829Z | Downloaded hubpack_derive v0.1.1 |
865 | 2023-11-29T18:51:11.829Z | Downloaded md-5 v0.10.5 |
866 | 2023-11-29T18:51:11.830Z | Downloaded hashbrown v0.13.2 |
867 | 2023-11-29T18:51:11.830Z | Downloaded ryu v1.0.15 |
868 | 2023-11-29T18:51:11.830Z | Downloaded hash32 v0.2.1 |
869 | 2023-11-29T18:51:11.830Z | Downloaded fastrand v2.0.0 |
870 | 2023-11-29T18:51:11.830Z | Downloaded tempfile v3.8.1 |
871 | 2023-11-29T18:51:11.830Z | Downloaded spin v0.5.2 |
872 | 2023-11-29T18:51:11.830Z | Downloaded slog-json v2.6.1 |
873 | 2023-11-29T18:51:11.830Z | Downloaded slog-stdlog v4.1.1 |
874 | 2023-11-29T18:51:11.830Z | Downloaded snafu-derive v0.7.5 |
875 | 2023-11-29T18:51:11.845Z | Downloaded schemars v0.8.13 |
876 | 2023-11-29T18:51:11.845Z | Downloaded structmeta v0.2.0 |
877 | 2023-11-29T18:51:11.845Z | Downloaded thiserror-no-std v2.0.2 |
878 | 2023-11-29T18:51:11.845Z | Downloaded zeroize v1.6.0 |
879 | 2023-11-29T18:51:11.845Z | Downloaded iana-time-zone v0.1.57 |
880 | 2023-11-29T18:51:11.845Z | Downloaded signal-hook v0.3.17 |
881 | 2023-11-29T18:51:11.845Z | Downloaded slog-term v2.9.0 |
882 | 2023-11-29T18:51:11.845Z | Downloaded lock_api v0.4.10 |
883 | 2023-11-29T18:51:11.845Z | Downloaded ucd-trie v0.1.6 |
884 | 2023-11-29T18:51:11.845Z | Downloaded indexmap v2.1.0 |
885 | 2023-11-29T18:51:11.845Z | Downloaded ed25519-dalek v2.0.0 |
886 | 2023-11-29T18:51:11.845Z | Downloaded io-lifetimes v1.0.11 |
887 | 2023-11-29T18:51:11.845Z | Downloaded structopt v0.3.26 |
888 | 2023-11-29T18:51:11.845Z | Downloaded zerocopy v0.6.4 |
889 | 2023-11-29T18:51:11.846Z | Downloaded trust-dns-resolver v0.22.0 |
890 | 2023-11-29T18:51:11.846Z | Downloaded slog v2.7.0 |
891 | 2023-11-29T18:51:11.846Z | Downloaded trust-dns-client v0.22.0 |
892 | 2023-11-29T18:51:11.846Z | Downloaded similar v2.2.1 |
893 | 2023-11-29T18:51:11.846Z | Downloaded tracing v0.1.37 |
894 | 2023-11-29T18:51:11.846Z | Downloaded libm v0.2.7 |
895 | 2023-11-29T18:51:11.846Z | Downloaded url v2.4.1 |
896 | 2023-11-29T18:51:11.846Z | Downloaded itertools v0.11.0 |
897 | 2023-11-29T18:51:11.846Z | Downloaded heapless v0.7.16 |
898 | 2023-11-29T18:51:11.846Z | Downloaded time v0.3.27 |
899 | 2023-11-29T18:51:11.846Z | Downloaded hkdf v0.12.3 |
900 | 2023-11-29T18:51:11.846Z | Downloaded webpki-roots v0.25.2 |
901 | 2023-11-29T18:51:11.846Z | Downloaded serde_json v1.0.108 |
902 | 2023-11-29T18:51:11.846Z | Downloaded memchr v2.6.3 |
903 | 2023-11-29T18:51:11.851Z | Downloaded futures-util v0.3.29 |
904 | 2023-11-29T18:51:11.851Z | Downloaded itertools v0.12.0 |
905 | 2023-11-29T18:51:11.851Z | Downloaded h2 v0.3.21 |
906 | 2023-11-29T18:51:11.851Z | Downloaded gimli v0.28.0 |
907 | 2023-11-29T18:51:11.851Z | Downloaded syn v1.0.109 |
908 | 2023-11-29T18:51:11.851Z | Downloaded openssl v0.10.57 |
909 | 2023-11-29T18:51:11.851Z | Downloaded trust-dns-proto v0.22.0 |
910 | 2023-11-29T18:51:11.851Z | Downloaded rustls-webpki v0.101.7 |
911 | 2023-11-29T18:51:11.851Z | Downloaded radix_trie v0.2.1 |
912 | 2023-11-29T18:51:11.851Z | Downloaded zerocopy-derive v0.2.0 |
913 | 2023-11-29T18:51:11.851Z | Downloaded tokio v1.34.0 |
914 | 2023-11-29T18:51:11.857Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
915 | 2023-11-29T18:51:11.857Z | Downloaded syn v2.0.32 |
916 | 2023-11-29T18:51:11.858Z | Downloaded smoltcp v0.8.2 |
917 | 2023-11-29T18:51:11.858Z | Downloaded smoltcp v0.9.1 |
918 | 2023-11-29T18:51:11.858Z | Downloaded idna v0.2.3 |
919 | 2023-11-29T18:51:11.858Z | Downloaded openapiv3 v2.0.0-rc.1 |
920 | 2023-11-29T18:51:11.858Z | Downloaded rustix v0.37.23 |
921 | 2023-11-29T18:51:11.858Z | Downloaded regex-syntax v0.7.5 |
922 | 2023-11-29T18:51:11.858Z | Downloaded regex-syntax v0.8.2 |
923 | 2023-11-29T18:51:11.858Z | Downloaded idna v0.4.0 |
924 | 2023-11-29T18:51:11.858Z | Downloaded regress v0.7.1 |
925 | 2023-11-29T18:51:11.858Z | Downloaded bstr v1.6.0 |
926 | 2023-11-29T18:51:11.858Z | Downloaded rustls v0.21.9 |
927 | 2023-11-29T18:51:11.858Z | Downloaded sled v0.34.7 |
928 | 2023-11-29T18:51:11.858Z | Downloaded zerocopy-derive v0.6.4 |
929 | 2023-11-29T18:51:11.858Z | Downloaded regex-automata v0.4.3 |
930 | 2023-11-29T18:51:11.858Z | Downloaded regex-automata v0.3.8 |
931 | 2023-11-29T18:51:11.862Z | Downloaded hyper v0.14.27 |
932 | 2023-11-29T18:51:11.862Z | Downloaded rustix v0.38.25 |
933 | 2023-11-29T18:51:11.862Z | Downloaded libc v0.2.150 |
934 | 2023-11-29T18:51:11.862Z | Downloaded regex v1.10.2 |
935 | 2023-11-29T18:51:11.862Z | Downloaded sha3 v0.10.8 |
936 | 2023-11-29T18:51:12.648Z | Downloaded diesel v2.1.4 |
937 | 2023-11-29T18:51:12.648Z | Downloaded bstr v0.2.17 |
938 | 2023-11-29T18:51:12.648Z | Downloaded curve25519-dalek v4.1.0 |
939 | 2023-11-29T18:51:12.648Z | Downloaded vcpkg v0.2.15 |
940 | 2023-11-29T18:51:12.648Z | Downloaded itertools v0.10.5 |
941 | 2023-11-29T18:51:12.648Z | Downloaded http v0.2.11 |
942 | 2023-11-29T18:51:12.648Z | Downloaded winapi v0.3.9 |
943 | 2023-11-29T18:51:12.648Z | Downloaded tokio-util v0.7.10 |
944 | 2023-11-29T18:51:12.649Z | Downloaded encoding_rs v0.8.33 |
945 | 2023-11-29T18:51:12.649Z | Downloaded reqwest v0.11.22 |
946 | 2023-11-29T18:51:12.649Z | Downloaded toml_edit v0.21.0 |
947 | 2023-11-29T18:51:12.649Z | Downloaded chrono v0.4.31 |
948 | 2023-11-29T18:51:12.649Z | Downloaded headers v0.3.9 |
949 | 2023-11-29T18:51:12.649Z | Downloaded unicode-segmentation v1.10.1 |
950 | 2023-11-29T18:51:12.649Z | Downloaded serde_with v2.3.3 |
951 | 2023-11-29T18:51:12.649Z | Downloaded object v0.32.1 |
952 | 2023-11-29T18:51:12.649Z | Downloaded trust-dns-server v0.22.1 |
953 | 2023-11-29T18:51:12.649Z | Downloaded hashbrown v0.14.2 |
954 | 2023-11-29T18:51:12.649Z | Downloaded futures v0.3.29 |
955 | 2023-11-29T18:51:12.649Z | Downloaded aho-corasick v1.0.4 |
956 | 2023-11-29T18:51:12.649Z | Downloaded serde v1.0.192 |
957 | 2023-11-29T18:51:12.649Z | Downloaded rand v0.7.3 |
958 | 2023-11-29T18:51:12.671Z | Downloaded pest v2.7.2 |
959 | 2023-11-29T18:51:12.671Z | Downloaded unicode-normalization v0.1.22 |
960 | 2023-11-29T18:51:12.671Z | Downloaded subprocess v0.2.9 |
961 | 2023-11-29T18:51:12.671Z | Downloaded term v0.7.0 |
962 | 2023-11-29T18:51:12.671Z | Downloaded crossterm v0.27.0 |
963 | 2023-11-29T18:51:12.671Z | Downloaded russh v0.39.0 |
964 | 2023-11-29T18:51:12.671Z | Downloaded toolchain_find v0.2.0 |
965 | 2023-11-29T18:51:12.671Z | Downloaded structopt-derive v0.4.18 |
966 | 2023-11-29T18:51:12.671Z | Downloaded futures-channel v0.3.29 |
967 | 2023-11-29T18:51:12.671Z | Downloaded unicode-bidi v0.3.13 |
968 | 2023-11-29T18:51:12.671Z | Downloaded toml v0.8.8 |
969 | 2023-11-29T18:51:12.671Z | Downloaded tar v0.4.40 |
970 | 2023-11-29T18:51:12.671Z | Downloaded socket2 v0.4.9 |
971 | 2023-11-29T18:51:12.671Z | Downloaded tokio-postgres v0.7.10 |
972 | 2023-11-29T18:51:12.875Z | Downloaded regex-automata v0.1.10 |
973 | 2023-11-29T18:51:12.876Z | Downloaded der v0.7.8 |
974 | 2023-11-29T18:51:12.876Z | Downloaded num-bigint v0.4.4 |
975 | 2023-11-29T18:51:12.878Z | Downloaded signal-hook-mio v0.2.3 |
976 | 2023-11-29T18:51:12.878Z | Downloaded serde_tokenstream v0.1.7 |
977 | 2023-11-29T18:51:12.878Z | Downloaded time-macros v0.2.13 |
978 | 2023-11-29T18:51:12.878Z | Downloaded usdt v0.3.5 |
979 | 2023-11-29T18:51:12.878Z | Downloaded synstructure v0.12.6 |
980 | 2023-11-29T18:51:12.878Z | Downloaded subtle v2.5.0 |
981 | 2023-11-29T18:51:12.878Z | Downloaded inout v0.1.3 |
982 | 2023-11-29T18:51:12.878Z | Downloaded thiserror-impl v1.0.49 |
983 | 2023-11-29T18:51:12.878Z | Downloaded structmeta-derive v0.2.0 |
984 | 2023-11-29T18:51:12.879Z | Downloaded ipnet v2.8.0 |
985 | 2023-11-29T18:51:12.879Z | Downloaded hashbrown v0.12.3 |
986 | 2023-11-29T18:51:12.879Z | Downloaded getrandom v0.2.10 |
987 | 2023-11-29T18:51:12.879Z | Downloaded fallible-iterator v0.2.0 |
988 | 2023-11-29T18:51:12.879Z | Downloaded lru-cache v0.1.2 |
989 | 2023-11-29T18:51:12.879Z | Downloaded lazy_static v1.4.0 |
990 | 2023-11-29T18:51:12.879Z | Downloaded lalrpop-util v0.19.12 |
991 | 2023-11-29T18:51:12.879Z | Downloaded sha2 v0.10.8 |
992 | 2023-11-29T18:51:12.879Z | Downloaded sha1 v0.10.6 |
993 | 2023-11-29T18:51:12.879Z | Downloaded pin-project v1.1.3 |
994 | 2023-11-29T18:51:12.879Z | Downloaded ring v0.17.5 |
995 | 2023-11-29T18:51:12.879Z | Downloaded serde_derive v1.0.192 |
996 | 2023-11-29T18:51:12.879Z | Downloaded ed25519 v2.2.2 |
997 | 2023-11-29T18:51:12.879Z | Downloaded rustc_version v0.4.0 |
998 | 2023-11-29T18:51:12.879Z | Downloaded unicase v2.7.0 |
999 | 2023-11-29T18:51:12.879Z | Downloaded ff v0.13.0 |
1000 | 2023-11-29T18:51:12.879Z | Downloaded group v0.13.0 |
1001 | 2023-11-29T18:51:12.879Z | Downloaded getrandom v0.1.16 |
1002 | 2023-11-29T18:51:12.879Z | Downloaded tokio-tungstenite v0.20.1 |
1003 | 2023-11-29T18:51:12.882Z | Downloaded tinyvec v1.6.0 |
1004 | 2023-11-29T18:51:12.882Z | Downloaded crossbeam-channel v0.5.8 |
1005 | 2023-11-29T18:51:12.882Z | Downloaded mio v0.8.9 |
1006 | 2023-11-29T18:51:12.882Z | Downloaded aes-gcm v0.10.3 |
1007 | 2023-11-29T18:51:12.882Z | Downloaded rand v0.8.5 |
1008 | 2023-11-29T18:51:12.882Z | Downloaded clap_builder v4.4.2 |
1009 | 2023-11-29T18:51:12.882Z | Downloaded ring v0.16.20 |
1010 | 2023-11-29T18:51:12.882Z | Downloaded either v1.9.0 |
1011 | 2023-11-29T18:51:12.882Z | Downloaded string_cache v0.8.7 |
1012 | 2023-11-29T18:51:12.882Z | Downloaded stable_deref_trait v1.2.0 |
1013 | 2023-11-29T18:51:12.885Z | Downloaded hyper-rustls v0.24.2 |
1014 | 2023-11-29T18:51:12.885Z | Downloaded semver v1.0.20 |
1015 | 2023-11-29T18:51:12.885Z | Downloaded serde_yaml v0.9.25 |
1016 | 2023-11-29T18:51:12.885Z | Downloaded flate2 v1.0.28 |
1017 | 2023-11-29T18:51:12.885Z | Downloaded heck v0.4.1 |
1018 | 2023-11-29T18:51:12.885Z | Downloaded heck v0.3.3 |
1019 | 2023-11-29T18:51:12.885Z | Downloaded strsim v0.8.0 |
1020 | 2023-11-29T18:51:12.885Z | Downloaded spki v0.7.2 |
1021 | 2023-11-29T18:51:12.885Z | Downloaded match_cfg v0.1.0 |
1022 | 2023-11-29T18:51:12.885Z | Downloaded instant v0.1.12 |
1023 | 2023-11-29T18:51:12.885Z | Downloaded linked-hash-map v0.5.6 |
1024 | 2023-11-29T18:51:12.885Z | Downloaded zerocopy v0.3.0 |
1025 | 2023-11-29T18:51:12.885Z | Downloaded snafu v0.7.5 |
1026 | 2023-11-29T18:51:12.885Z | Downloaded managed v0.8.0 |
1027 | 2023-11-29T18:51:12.885Z | Downloaded petgraph v0.6.4 |
1028 | 2023-11-29T18:51:12.885Z | Downloaded serde_tokenstream v0.2.0 |
1029 | 2023-11-29T18:51:12.885Z | Downloaded siphasher v0.3.11 |
1030 | 2023-11-29T18:51:12.885Z | Downloaded slog-scope v4.4.0 |
1031 | 2023-11-29T18:51:12.885Z | Downloaded rustc-demangle v0.1.23 |
1032 | 2023-11-29T18:51:12.885Z | Downloaded futures-task v0.3.29 |
1033 | 2023-11-29T18:51:12.885Z | Downloaded terminal_size v0.2.6 |
1034 | 2023-11-29T18:51:12.885Z | Downloaded typenum v1.16.0 |
1035 | 2023-11-29T18:51:12.885Z | Downloaded hex-literal v0.4.1 |
1036 | 2023-11-29T18:51:12.885Z | Downloaded tokio-rustls v0.24.1 |
1037 | 2023-11-29T18:51:12.885Z | Downloaded static_assertions v1.1.0 |
1038 | 2023-11-29T18:51:12.885Z | Downloaded slog-dtrace v0.2.3 |
1039 | 2023-11-29T18:51:12.885Z | Downloaded slog-bunyan v2.4.0 |
1040 | 2023-11-29T18:51:12.885Z | Downloaded winnow v0.5.15 |
1041 | 2023-11-29T18:51:12.885Z | Downloaded uuid v1.6.1 |
1042 | 2023-11-29T18:51:12.885Z | Downloaded serde_with_macros v2.3.3 |
1043 | 2023-11-29T18:51:12.885Z | Downloaded elliptic-curve v0.13.5 |
1044 | 2023-11-29T18:51:12.885Z | Downloaded clap v2.34.0 |
1045 | 2023-11-29T18:51:13.848Z | Downloaded rustfmt-wrapper v0.2.0 |
1046 | 2023-11-29T18:51:13.848Z | Downloaded thread-id v4.2.0 |
1047 | 2023-11-29T18:51:13.848Z | Downloaded hostname v0.3.1 |
1048 | 2023-11-29T18:51:13.884Z | Downloaded thiserror v1.0.49 |
1049 | 2023-11-29T18:51:13.885Z | Downloaded textwrap v0.11.0 |
1050 | 2023-11-29T18:51:13.885Z | Downloaded version_check v0.9.4 |
1051 | 2023-11-29T18:51:13.885Z | Downloaded log v0.4.20 |
1052 | 2023-11-29T18:51:13.885Z | Downloaded thiserror-impl-no-std v2.0.2 |
1053 | 2023-11-29T18:51:13.885Z | Downloaded whoami v1.4.1 |
1054 | 2023-11-29T18:51:13.885Z | Downloaded openssl-sys v0.9.93 |
1055 | 2023-11-29T18:51:13.885Z | Downloaded darling_core v0.20.3 |
1056 | 2023-11-29T18:51:13.885Z | Downloaded cc v1.0.83 |
1057 | 2023-11-29T18:51:13.885Z | Downloaded parking_lot v0.11.2 |
1058 | 2023-11-29T18:51:13.885Z | Downloaded cancel-safe-futures v0.1.5 |
1059 | 2023-11-29T18:51:13.885Z | Downloaded arc-swap v1.6.0 |
1060 | 2023-11-29T18:51:13.885Z | Downloaded half v1.8.2 |
1061 | 2023-11-29T18:51:13.885Z | Downloaded ipnetwork v0.20.0 |
1062 | 2023-11-29T18:51:13.885Z | Downloaded semver v0.11.0 |
1063 | 2023-11-29T18:51:13.885Z | Downloaded serde_derive_internals v0.26.0 |
1064 | 2023-11-29T18:51:13.885Z | Downloaded httparse v1.8.0 |
1065 | 2023-11-29T18:51:13.885Z | Downloaded rustls-pemfile v1.0.3 |
1066 | 2023-11-29T18:51:13.885Z | Downloaded vsss-rs v3.3.1 |
1067 | 2023-11-29T18:51:13.885Z | Downloaded secrecy v0.8.0 |
1068 | 2023-11-29T18:51:13.885Z | Downloaded tokio-native-tls v0.3.1 |
1069 | 2023-11-29T18:51:13.885Z | Downloaded futures-macro v0.3.29 |
1070 | 2023-11-29T18:51:13.885Z | Downloaded futures-executor v0.3.29 |
1071 | 2023-11-29T18:51:13.885Z | Downloaded kstat-rs v0.2.3 |
1072 | 2023-11-29T18:51:13.885Z | Downloaded thread_local v1.1.7 |
1073 | 2023-11-29T18:51:13.885Z | Downloaded utf-8 v0.7.6 |
1074 | 2023-11-29T18:51:13.885Z | Downloaded spin v0.9.8 |
1075 | 2023-11-29T18:51:13.885Z | Downloaded hmac v0.12.1 |
1076 | 2023-11-29T18:51:13.974Z | Downloaded russh-keys v0.38.0 |
1077 | 2023-11-29T18:51:13.974Z | Downloaded rcgen v0.11.3 |
1078 | 2023-11-29T18:51:13.974Z | Downloaded pest_meta v2.7.2 |
1079 | 2023-11-29T18:51:13.974Z | Downloaded password-hash v0.4.2 |
1080 | 2023-11-29T18:51:13.974Z | Downloaded parking_lot v0.12.1 |
1081 | 2023-11-29T18:51:13.974Z | Downloaded universal-hash v0.5.1 |
1082 | 2023-11-29T18:51:13.974Z | Downloaded unicode-xid v0.2.4 |
1083 | 2023-11-29T18:51:13.974Z | Downloaded chacha20poly1305 v0.10.1 |
1084 | 2023-11-29T18:51:13.974Z | Downloaded pem v3.0.2 |
1085 | 2023-11-29T18:51:13.974Z | Downloaded miniz_oxide v0.7.1 |
1086 | 2023-11-29T18:51:13.974Z | Downloaded diesel_derives v2.1.1 |
1087 | 2023-11-29T18:51:13.974Z | Downloaded crossbeam-epoch v0.9.15 |
1088 | 2023-11-29T18:51:13.974Z | Downloaded cbc v0.1.2 |
1089 | 2023-11-29T18:51:13.974Z | Downloaded crossbeam-utils v0.8.16 |
1090 | 2023-11-29T18:51:13.974Z | Downloaded clap v4.4.3 |
1091 | 2023-11-29T18:51:13.974Z | Downloaded signal-hook-registry v1.4.1 |
1092 | 2023-11-29T18:51:13.974Z | Downloaded serde_urlencoded v0.7.1 |
1093 | 2023-11-29T18:51:13.974Z | Downloaded hyper-staticfile v0.9.5 |
1094 | 2023-11-29T18:51:13.974Z | Downloaded backtrace v0.3.69 |
1095 | 2023-11-29T18:51:13.974Z | Downloaded num-integer v0.1.45 |
1096 | 2023-11-29T18:51:13.974Z | Downloaded tokio-stream v0.1.14 |
1097 | 2023-11-29T18:51:13.974Z | Downloaded quote v1.0.33 |
1098 | 2023-11-29T18:51:13.974Z | Downloaded postcard v0.7.3 |
1099 | 2023-11-29T18:51:13.974Z | Downloaded hubpack v0.1.2 |
1100 | 2023-11-29T18:51:13.974Z | Downloaded equivalent v1.0.1 |
1101 | 2023-11-29T18:51:13.974Z | Downloaded zone_cfg_derive v0.3.0 |
1102 | 2023-11-29T18:51:13.974Z | Downloaded parking_lot_core v0.9.8 |
1103 | 2023-11-29T18:51:13.974Z | Downloaded addr2line v0.21.0 |
1104 | 2023-11-29T18:51:13.991Z | Downloaded proc-macro-error v1.0.4 |
1105 | 2023-11-29T18:51:13.991Z | Downloaded console v0.15.7 |
1106 | 2023-11-29T18:51:13.991Z | Downloaded ctr v0.9.2 |
1107 | 2023-11-29T18:51:13.991Z | Downloaded bzip2 v0.4.4 |
1108 | 2023-11-29T18:51:13.991Z | Downloaded argon2 v0.5.2 |
1109 | 2023-11-29T18:51:13.991Z | Downloaded platforms v3.0.2 |
1110 | 2023-11-29T18:51:13.991Z | Downloaded ansi_term v0.12.1 |
1111 | 2023-11-29T18:51:13.991Z | Downloaded blake2 v0.10.6 |
1112 | 2023-11-29T18:51:14.012Z | Downloaded pin-project-internal v1.1.3 |
1113 | 2023-11-29T18:51:14.012Z | Downloaded filetime v0.2.22 |
1114 | 2023-11-29T18:51:14.012Z | Downloaded parse-display-derive v0.8.2 |
1115 | 2023-11-29T18:51:14.012Z | Downloaded itoa v1.0.9 |
1116 | 2023-11-29T18:51:14.012Z | Downloaded untrusted v0.9.0 |
1117 | 2023-11-29T18:51:14.012Z | Downloaded num-iter v0.1.43 |
1118 | 2023-11-29T18:51:14.012Z | Downloaded base64ct v1.6.0 |
1119 | 2023-11-29T18:51:14.012Z | Downloaded base16ct v0.2.0 |
1120 | 2023-11-29T18:51:14.012Z | Downloaded foreign-types-macros v0.2.3 |
1121 | 2023-11-29T18:51:14.012Z | Downloaded serde_spanned v0.6.4 |
1122 | 2023-11-29T18:51:14.012Z | Downloaded fnv v1.0.7 |
1123 | 2023-11-29T18:51:14.012Z | Downloaded float-cmp v0.9.0 |
1124 | 2023-11-29T18:51:14.012Z | Downloaded zone v0.3.0 |
1125 | 2023-11-29T18:51:14.012Z | Downloaded resolv-conf v0.7.0 |
1126 | 2023-11-29T18:51:14.012Z | Downloaded num_enum v0.5.11 |
1127 | 2023-11-29T18:51:14.855Z | Downloaded pest_derive v2.7.2 |
1128 | 2023-11-29T18:51:14.855Z | Downloaded block-padding v0.3.3 |
1129 | 2023-11-29T18:51:14.855Z | Downloaded strum v0.25.0 |
1130 | 2023-11-29T18:51:14.855Z | Downloaded rand_core v0.6.4 |
1131 | 2023-11-29T18:51:14.855Z | Downloaded num_cpus v1.16.0 |
1132 | 2023-11-29T18:51:14.855Z | Downloaded dirs v5.0.1 |
1133 | 2023-11-29T18:51:14.855Z | Downloaded headers-core v0.2.0 |
1134 | 2023-11-29T18:51:14.855Z | Downloaded ciborium v0.2.1 |
1135 | 2023-11-29T18:51:14.855Z | Downloaded cfg-if v0.1.10 |
1136 | 2023-11-29T18:51:14.855Z | Downloaded rand_chacha v0.3.1 |
1137 | 2023-11-29T18:51:14.855Z | Downloaded rand_chacha v0.2.2 |
1138 | 2023-11-29T18:51:14.855Z | Downloaded predicates-core v1.0.6 |
1139 | 2023-11-29T18:51:14.855Z | Downloaded bitflags v2.4.0 |
1140 | 2023-11-29T18:51:14.855Z | Downloaded pin-utils v0.1.0 |
1141 | 2023-11-29T18:51:14.855Z | Downloaded pem v1.1.1 |
1142 | 2023-11-29T18:51:15.014Z | Downloaded memoffset v0.9.0 |
1143 | 2023-11-29T18:51:15.014Z | Downloaded dirs-sys-next v0.1.2 |
1144 | 2023-11-29T18:51:15.014Z | Downloaded r2d2 v0.8.10 |
1145 | 2023-11-29T18:51:15.014Z | Downloaded crypto-bigint v0.5.2 |
1146 | 2023-11-29T18:51:15.014Z | Downloaded difflib v0.4.0 |
1147 | 2023-11-29T18:51:15.014Z | Downloaded dirs-sys v0.4.1 |
1148 | 2023-11-29T18:51:15.014Z | Downloaded bcrypt-pbkdf v0.10.0 |
1149 | 2023-11-29T18:51:15.014Z | Downloaded postcard-cobs v0.1.5-pre |
1150 | 2023-11-29T18:51:15.014Z | Downloaded block-buffer v0.10.4 |
1151 | 2023-11-29T18:51:15.014Z | Downloaded tokio-macros v2.2.0 |
1152 | 2023-11-29T18:51:15.014Z | Downloaded crypto-common v0.1.6 |
1153 | 2023-11-29T18:51:15.014Z | Downloaded cipher v0.4.4 |
1154 | 2023-11-29T18:51:15.014Z | Downloaded anstream v0.5.0 |
1155 | 2023-11-29T18:51:15.014Z | Downloaded pretty-hex v0.2.1 |
1156 | 2023-11-29T18:51:15.014Z | Downloaded endian-type v0.1.2 |
1157 | 2023-11-29T18:51:15.014Z | Downloaded quick-error v1.2.3 |
1158 | 2023-11-29T18:51:15.014Z | Downloaded pbkdf2 v0.11.0 |
1159 | 2023-11-29T18:51:15.014Z | Downloaded dirs-next v2.0.0 |
1160 | 2023-11-29T18:51:15.014Z | Downloaded polyval v0.6.1 |
1161 | 2023-11-29T18:51:15.014Z | Downloaded proc-macro-error-attr v1.0.4 |
1162 | 2023-11-29T18:51:15.014Z | Downloaded ppv-lite86 v0.2.17 |
1163 | 2023-11-29T18:51:15.014Z | Downloaded paste v1.0.14 |
1164 | 2023-11-29T18:51:15.014Z | Downloaded chacha20 v0.9.1 |
1165 | 2023-11-29T18:51:15.014Z | Downloaded dtrace-parser v0.1.14 |
1166 | 2023-11-29T18:51:15.014Z | Downloaded cstr-argument v0.1.2 |
1167 | 2023-11-29T18:51:15.014Z | Downloaded pretty-hex v0.3.0 |
1168 | 2023-11-29T18:51:15.014Z | Downloaded darling_macro v0.20.3 |
1169 | 2023-11-29T18:51:15.014Z | Downloaded normalize-line-endings v0.3.0 |
1170 | 2023-11-29T18:51:15.083Z | Downloaded unsafe-libyaml v0.2.9 |
1171 | 2023-11-29T18:51:15.083Z | Downloaded mime_guess v2.0.4 |
1172 | 2023-11-29T18:51:15.083Z | Downloaded anstyle-query v1.0.0 |
1173 | 2023-11-29T18:51:15.083Z | Downloaded blowfish v0.9.1 |
1174 | 2023-11-29T18:51:15.083Z | Downloaded new_debug_unreachable v1.0.4 |
1175 | 2023-11-29T18:51:15.083Z | Downloaded multer v2.1.0 |
1176 | 2023-11-29T18:51:15.083Z | Downloaded dyn-clone v1.0.13 |
1177 | 2023-11-29T18:51:15.083Z | Downloaded async-stream v0.3.5 |
1178 | 2023-11-29T18:51:15.083Z | Downloaded aead v0.5.2 |
1179 | 2023-11-29T18:51:15.083Z | Downloaded byteorder v1.5.0 |
1180 | 2023-11-29T18:51:15.083Z | Downloaded base64 v0.13.1 |
1181 | 2023-11-29T18:51:15.083Z | Downloaded opaque-debug v0.3.0 |
1182 | 2023-11-29T18:51:15.083Z | Downloaded doc-comment v0.3.3 |
1183 | 2023-11-29T18:51:15.083Z | Downloaded autocfg v1.1.0 |
1184 | 2023-11-29T18:51:15.083Z | Downloaded bit-vec v0.6.3 |
1185 | 2023-11-29T18:51:15.083Z | Downloaded unicode-ident v1.0.12 |
1186 | 2023-11-29T18:51:15.083Z | Downloaded xattr v1.0.1 |
1187 | 2023-11-29T18:51:15.083Z | Downloaded vec_map v0.8.2 |
1188 | 2023-11-29T18:51:15.083Z | Downloaded curve25519-dalek-derive v0.1.0 |
1189 | 2023-11-29T18:51:15.083Z | Downloaded untrusted v0.7.1 |
1190 | 2023-11-29T18:51:15.083Z | Downloaded phf_shared v0.10.0 |
1191 | 2023-11-29T18:51:15.083Z | Downloaded option-ext v0.2.0 |
1192 | 2023-11-29T18:51:15.083Z | Downloaded anstyle-parse v0.2.1 |
1193 | 2023-11-29T18:51:15.083Z | Downloaded toml_datetime v0.6.5 |
1194 | 2023-11-29T18:51:15.083Z | Downloaded toml v0.5.11 |
1195 | 2023-11-29T18:51:15.083Z | Downloaded percent-encoding v2.3.0 |
1196 | 2023-11-29T18:51:15.083Z | Downloaded parking_lot_core v0.8.6 |
1197 | 2023-11-29T18:51:15.083Z | Downloaded precomputed-hash v0.1.1 |
1198 | 2023-11-29T18:51:15.118Z | Downloaded camino-tempfile v1.1.1 |
1199 | 2023-11-29T18:51:15.118Z | Downloaded adler v1.0.2 |
1200 | 2023-11-29T18:51:15.118Z | Downloaded num-derive v0.4.0 |
1201 | 2023-11-29T18:51:15.118Z | Downloaded debug-ignore v1.0.5 |
1202 | 2023-11-29T18:51:15.118Z | Downloaded cpufeatures v0.2.9 |
1203 | 2023-11-29T18:51:15.118Z | Downloaded pkcs8 v0.10.2 |
1204 | 2023-11-29T18:51:15.118Z | Downloaded native-tls v0.2.11 |
1205 | 2023-11-29T18:51:15.118Z | Downloaded ciborium-ll v0.2.1 |
1206 | 2023-11-29T18:51:15.118Z | Downloaded base64 v0.21.5 |
1207 | 2023-11-29T18:51:15.118Z | Downloaded num-traits v0.2.16 |
1208 | 2023-11-29T18:51:15.118Z | Downloaded dof v0.1.5 |
1209 | 2023-11-29T18:51:15.118Z | Downloaded clap_lex v0.5.1 |
1210 | 2023-11-29T18:51:15.118Z | Downloaded clap_derive v4.4.2 |
1211 | 2023-11-29T18:51:15.344Z | Downloaded bitflags v1.3.2 |
1212 | 2023-11-29T18:51:15.344Z | Downloaded num v0.4.1 |
1213 | 2023-11-29T18:51:15.344Z | Compiling proc-macro2 v1.0.69 |
1214 | 2023-11-29T18:51:15.344Z | Compiling unicode-ident v1.0.12 |
1215 | 2023-11-29T18:51:15.344Z | Compiling libc v0.2.150 |
1216 | 2023-11-29T18:51:15.344Z | Compiling serde v1.0.192 |
1217 | 2023-11-29T18:51:15.344Z | Compiling autocfg v1.1.0 |
1218 | 2023-11-29T18:51:15.344Z | Compiling version_check v0.9.4 |
1219 | 2023-11-29T18:51:15.344Z | Compiling cfg-if v1.0.0 |
1220 | 2023-11-29T18:51:15.344Z | Compiling syn v1.0.109 |
1221 | 2023-11-29T18:51:15.344Z | Compiling parking_lot_core v0.9.8 |
1222 | 2023-11-29T18:51:15.344Z | Compiling typenum v1.16.0 |
1223 | 2023-11-29T18:51:35.352Z | Compiling libm v0.2.7 |
1224 | 2023-11-29T18:51:35.353Z | Compiling lock_api v0.4.10 |
1225 | 2023-11-29T18:51:35.353Z | Compiling generic-array v0.14.7 |
1226 | 2023-11-29T18:51:35.353Z | Compiling once_cell v1.18.0 |
1227 | 2023-11-29T18:51:35.353Z | Compiling num-traits v0.2.16 |
1228 | 2023-11-29T18:51:35.353Z | Compiling thiserror v1.0.49 |
1229 | 2023-11-29T18:51:35.353Z | Compiling futures-core v0.3.29 |
1230 | 2023-11-29T18:51:35.353Z | Compiling serde_json v1.0.108 |
1231 | 2023-11-29T18:51:35.353Z | Compiling slab v0.4.9 |
1232 | 2023-11-29T18:51:35.353Z | Compiling futures-task v0.3.29 |
1233 | 2023-11-29T18:51:35.353Z | Compiling futures-channel v0.3.29 |
1234 | 2023-11-29T18:51:35.353Z | Compiling memchr v2.6.3 |
1235 | 2023-11-29T18:51:35.353Z | Compiling futures-util v0.3.29 |
1236 | 2023-11-29T18:51:35.353Z | Compiling itoa v1.0.9 |
1237 | 2023-11-29T18:51:35.353Z | Compiling pkg-config v0.3.27 |
1238 | 2023-11-29T18:51:35.353Z | Compiling quote v1.0.33 |
1239 | 2023-11-29T18:51:35.356Z | Compiling scopeguard v1.2.0 |
1240 | 2023-11-29T18:51:35.356Z | Compiling log v0.4.20 |
1241 | 2023-11-29T18:51:35.894Z | Compiling syn v2.0.32 |
1242 | 2023-11-29T18:51:36.001Z | Compiling cc v1.0.83 |
1243 | 2023-11-29T18:51:36.001Z | Compiling getrandom v0.2.10 |
1244 | 2023-11-29T18:51:36.001Z | Compiling rand_core v0.6.4 |
1245 | 2023-11-29T18:51:36.001Z | Compiling heck v0.4.1 |
1246 | 2023-11-29T18:51:36.001Z | Compiling ryu v1.0.15 |
1247 | 2023-11-29T18:51:36.002Z | Compiling smallvec v1.11.0 |
1248 | 2023-11-29T18:51:36.002Z | Compiling vcpkg v0.2.15 |
1249 | 2023-11-29T18:51:36.002Z | Compiling schemars v0.8.13 |
1250 | 2023-11-29T18:51:36.002Z | Compiling httparse v1.8.0 |
1251 | 2023-11-29T18:51:36.002Z | Compiling subtle v2.5.0 |
1252 | 2023-11-29T18:51:36.002Z | Compiling indexmap v1.9.3 |
1253 | 2023-11-29T18:51:36.002Z | Compiling equivalent v1.0.1 |
1254 | 2023-11-29T18:51:36.002Z | Compiling hashbrown v0.14.2 |
1255 | 2023-11-29T18:51:36.002Z | Compiling pin-project-lite v0.2.13 |
1256 | 2023-11-29T18:51:36.002Z | Compiling semver v1.0.20 |
1257 | 2023-11-29T18:51:36.002Z | Compiling ring v0.17.5 |
1258 | 2023-11-29T18:51:36.002Z | Compiling ring v0.16.20 |
1259 | 2023-11-29T18:51:36.002Z | Compiling parking_lot v0.12.1 |
1260 | 2023-11-29T18:51:36.002Z | Compiling openssl-sys v0.9.93 |
1261 | 2023-11-29T18:51:36.002Z | Compiling ahash v0.8.3 |
1262 | 2023-11-29T18:51:36.002Z | Compiling fnv v1.0.7 |
1263 | 2023-11-29T18:51:36.002Z | Compiling openssl v0.10.57 |
1264 | 2023-11-29T18:51:36.002Z | Compiling signal-hook-registry v1.4.1 |
1265 | 2023-11-29T18:51:36.002Z | Compiling iana-time-zone v0.1.57 |
1266 | 2023-11-29T18:51:36.002Z | Compiling rustls v0.21.9 |
1267 | 2023-11-29T18:51:36.002Z | Compiling ucd-trie v0.1.6 |
1268 | 2023-11-29T18:51:36.002Z | Compiling mio v0.8.9 |
1269 | 2023-11-29T18:51:36.002Z | Compiling native-tls v0.2.11 |
1270 | 2023-11-29T18:51:36.004Z | Compiling num_cpus v1.16.0 |
1271 | 2023-11-29T18:51:36.004Z | Compiling socket2 v0.5.5 |
1272 | 2023-11-29T18:51:36.004Z | Compiling byteorder v1.5.0 |
1273 | 2023-11-29T18:51:36.004Z | Compiling spin v0.5.2 |
1274 | 2023-11-29T18:51:36.004Z | Compiling dyn-clone v1.0.13 |
1275 | 2023-11-29T18:51:36.004Z | Compiling async-trait v0.1.74 |
1276 | 2023-11-29T18:51:36.004Z | Compiling futures-sink v0.3.29 |
1277 | 2023-11-29T18:51:36.004Z | Compiling serde_derive_internals v0.26.0 |
1278 | 2023-11-29T18:51:36.005Z | Compiling aho-corasick v1.0.4 |
1279 | 2023-11-29T18:51:36.005Z | Compiling rustix v0.38.25 |
1280 | 2023-11-29T18:51:36.005Z | Compiling tinyvec_macros v0.1.1 |
1281 | 2023-11-29T18:51:36.005Z | Compiling const-oid v0.9.5 |
1282 | 2023-11-29T18:51:36.005Z | Compiling regex-syntax v0.8.2 |
1283 | 2023-11-29T18:51:36.005Z | Compiling tinyvec v1.6.0 |
1284 | 2023-11-29T18:51:36.005Z | Compiling hashbrown v0.13.2 |
1285 | 2023-11-29T18:51:36.005Z | Compiling backtrace v0.3.69 |
1286 | 2023-11-29T18:51:36.005Z | Compiling winnow v0.5.15 |
1287 | 2023-11-29T18:51:36.005Z | Compiling pin-utils v0.1.0 |
1288 | 2023-11-29T18:51:36.005Z | Compiling futures-io v0.3.29 |
1289 | 2023-11-29T18:51:36.005Z | Compiling unicode-normalization v0.1.22 |
1290 | 2023-11-29T18:51:36.005Z | Compiling spin v0.9.8 |
1291 | 2023-11-29T18:51:36.005Z | Compiling tracing-core v0.1.31 |
1292 | 2023-11-29T18:51:36.249Z | Compiling unicode-bidi v0.3.13 |
1293 | 2023-11-29T18:51:37.172Z | Compiling regex-automata v0.4.3 |
1294 | 2023-11-29T18:51:38.165Z | Compiling crc32fast v1.3.2 |
1295 | 2023-11-29T18:51:38.592Z | Compiling anyhow v1.0.75 |
1296 | 2023-11-29T18:51:38.838Z | Compiling cpufeatures v0.2.9 |
1297 | 2023-11-29T18:51:40.470Z | Compiling time-core v0.1.1 |
1298 | 2023-11-29T18:51:40.506Z | Compiling base64 v0.21.5 |
1299 | 2023-11-29T18:51:40.675Z | Compiling time-macros v0.2.13 |
1300 | 2023-11-29T18:51:42.134Z | Compiling serde_derive v1.0.192 |
1301 | 2023-11-29T18:51:42.162Z | Compiling zeroize_derive v1.4.2 |
1302 | 2023-11-29T18:51:42.324Z | Compiling thiserror-impl v1.0.49 |
1303 | 2023-11-29T18:51:42.728Z | Compiling tokio-macros v2.2.0 |
1304 | 2023-11-29T18:51:44.489Z | Compiling futures-macro v0.3.29 |
1305 | 2023-11-29T18:51:45.311Z | Compiling zeroize v1.6.0 |
1306 | 2023-11-29T18:51:45.671Z | Compiling tracing-attributes v0.1.26 |
1307 | 2023-11-29T18:51:46.881Z | Compiling schemars_derive v0.8.13 |
1308 | 2023-11-29T18:51:47.944Z | Compiling pest v2.7.2 |
1309 | 2023-11-29T18:51:48.071Z | Compiling crypto-common v0.1.6 |
1310 | 2023-11-29T18:51:48.093Z | Compiling openssl-macros v0.1.1 |
1311 | 2023-11-29T18:51:48.560Z | Compiling block-buffer v0.10.4 |
1312 | 2023-11-29T18:51:48.953Z | Compiling digest v0.10.7 |
1313 | 2023-11-29T18:51:49.686Z | Compiling regex v1.10.2 |
1314 | 2023-11-29T18:51:52.054Z | Compiling tracing v0.1.37 |
1315 | 2023-11-29T18:51:52.398Z | Compiling num-integer v0.1.45 |
1316 | 2023-11-29T18:51:52.665Z | Compiling percent-encoding v2.3.0 |
1317 | 2023-11-29T18:51:52.754Z | Compiling slog v2.7.0 |
1318 | 2023-11-29T18:51:52.813Z | Compiling foreign-types-shared v0.1.1 |
1319 | 2023-11-29T18:51:52.845Z | Compiling untrusted v0.9.0 |
1320 | 2023-11-29T18:51:52.953Z | Compiling unicode-xid v0.2.4 |
1321 | 2023-11-29T18:51:53.075Z | Compiling openssl-probe v0.1.5 |
1322 | 2023-11-29T18:51:53.199Z | Compiling hashbrown v0.12.3 |
1323 | 2023-11-29T18:51:53.221Z | Compiling untrusted v0.7.1 |
1324 | 2023-11-29T18:51:53.509Z | Compiling unicode-width v0.1.11 |
1325 | 2023-11-29T18:51:53.554Z | Compiling synstructure v0.12.6 |
1326 | 2023-11-29T18:51:53.945Z | Compiling foreign-types v0.3.2 |
1327 | 2023-11-29T18:51:57.054Z | Compiling errno v0.3.2 |
1328 | 2023-11-29T18:51:57.474Z | Compiling ppv-lite86 v0.2.17 |
1329 | 2023-11-29T18:51:58.678Z | Compiling try-lock v0.2.4 |
1330 | 2023-11-29T18:51:58.877Z | Compiling want v0.3.1 |
1331 | 2023-11-29T18:51:59.237Z | Compiling rustls-webpki v0.101.7 |
1332 | 2023-11-29T18:51:59.647Z | Compiling sct v0.7.0 |
1333 | 2023-11-29T18:52:00.166Z | Compiling zerocopy-derive v0.2.0 |
1334 | 2023-11-29T18:52:00.664Z | Compiling form_urlencoded v1.2.0 |
1335 | 2023-11-29T18:52:00.671Z | Compiling pest_meta v2.7.2 |
1336 | 2023-11-29T18:52:01.393Z | Compiling socket2 v0.4.9 |
1337 | 2023-11-29T18:52:01.471Z | Compiling httpdate v1.0.3 |
1338 | 2023-11-29T18:52:02.179Z | Compiling tower-service v0.3.2 |
1339 | 2023-11-29T18:52:02.348Z | Compiling io-lifetimes v1.0.11 |
1340 | 2023-11-29T18:52:02.792Z | Compiling pest_generator v2.7.2 |
1341 | 2023-11-29T18:52:03.399Z | Compiling rustls-pemfile v1.0.3 |
1342 | 2023-11-29T18:52:03.962Z | Compiling idna v0.4.0 |
1343 | 2023-11-29T18:52:03.983Z | Compiling lazy_static v1.4.0 |
1344 | 2023-11-29T18:52:04.818Z | Compiling crossbeam-utils v0.8.16 |
1345 | 2023-11-29T18:52:05.207Z | Compiling adler v1.0.2 |
1346 | 2023-11-29T18:52:05.534Z | Compiling url v2.4.1 |
1347 | 2023-11-29T18:52:05.589Z | Compiling miniz_oxide v0.7.1 |
1348 | 2023-11-29T18:52:06.132Z | Compiling bytes v1.5.0 |
1349 | 2023-11-29T18:52:06.717Z | Compiling indexmap v2.1.0 |
1350 | 2023-11-29T18:52:08.543Z | Compiling chrono v0.4.31 |
1351 | 2023-11-29T18:52:08.547Z | Compiling uuid v1.6.1 |
1352 | 2023-11-29T18:52:08.697Z | Compiling http v0.2.11 |
1353 | 2023-11-29T18:52:08.757Z | Compiling tokio v1.34.0 |
1354 | 2023-11-29T18:52:09.400Z | Compiling serde_spanned v0.6.4 |
1355 | 2023-11-29T18:52:09.733Z | Compiling toml_datetime v0.6.5 |
1356 | 2023-11-29T18:52:10.491Z | Compiling bitflags v2.4.0 |
1357 | 2023-11-29T18:52:11.145Z | Compiling toml_edit v0.19.15 |
1358 | 2023-11-29T18:52:11.671Z | Compiling rustc_version v0.4.0 |
1359 | 2023-11-29T18:52:12.890Z | Compiling http-body v0.4.5 |
1360 | 2023-11-29T18:52:14.544Z | Compiling openapiv3 v2.0.0-rc.1 |
1361 | 2023-11-29T18:52:16.425Z | Compiling pest_derive v2.7.2 |
1362 | 2023-11-29T18:52:20.158Z | Compiling rustls-native-certs v0.6.3 |
1363 | 2023-11-29T18:52:20.767Z | Compiling rand_chacha v0.3.1 |
1364 | 2023-11-29T18:52:20.798Z | Compiling usdt-impl v0.3.5 |
1365 | 2023-11-29T18:52:21.264Z | Compiling tokio-util v0.7.10 |
1366 | 2023-11-29T18:52:22.824Z | Compiling tokio-rustls v0.24.1 |
1367 | 2023-11-29T18:52:23.431Z | Compiling h2 v0.3.21 |
1368 | 2023-11-29T18:52:23.870Z | Compiling rustix v0.37.23 |
1369 | 2023-11-29T18:52:24.392Z | Compiling tokio-native-tls v0.3.1 |
1370 | 2023-11-29T18:52:24.769Z | Compiling ipnet v2.8.0 |
1371 | 2023-11-29T18:52:24.855Z | Compiling rand v0.8.5 |
1372 | 2023-11-29T18:52:26.816Z | Compiling serde_urlencoded v0.7.1 |
1373 | 2023-11-29T18:52:27.441Z | Compiling encoding_rs v0.8.33 |
1374 | 2023-11-29T18:52:27.543Z | Compiling webpki-roots v0.25.2 |
1375 | 2023-11-29T18:52:27.575Z | Compiling mime v0.3.17 |
1376 | 2023-11-29T18:52:27.778Z | Compiling gimli v0.28.0 |
1377 | 2023-11-29T18:52:28.923Z | Compiling zerocopy v0.3.0 |
1378 | 2023-11-29T18:52:29.337Z | Compiling object v0.32.1 |
1379 | 2023-11-29T18:52:30.186Z | Compiling num-bigint v0.4.4 |
1380 | 2023-11-29T18:52:31.473Z | Compiling rustc-demangle v0.1.23 |
1381 | 2023-11-29T18:52:33.216Z | Compiling dof v0.1.5 |
1382 | 2023-11-29T18:52:33.406Z | Compiling flate2 v1.0.28 |
1383 | 2023-11-29T18:52:33.736Z | Compiling dtrace-parser v0.1.14 |
1384 | 2023-11-29T18:52:33.786Z | Compiling heapless v0.7.16 |
1385 | 2023-11-29T18:52:34.402Z | Compiling hyper v0.14.27 |
1386 | 2023-11-29T18:52:34.708Z | Compiling addr2line v0.21.0 |
1387 | 2023-11-29T18:52:34.935Z | Compiling serde_tokenstream v0.2.0 |
1388 | 2023-11-29T18:52:35.763Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1389 | 2023-11-29T18:52:35.766Z | Compiling thread-id v4.2.0 |
1390 | 2023-11-29T18:52:36.108Z | Compiling rustversion v1.0.14 |
1391 | 2023-11-29T18:52:36.413Z | Compiling signal-hook v0.3.17 |
1392 | 2023-11-29T18:52:37.203Z | Compiling toml v0.7.8 |
1393 | 2023-11-29T18:52:37.576Z | Compiling toml_edit v0.21.0 |
1394 | 2023-11-29T18:52:39.883Z | Compiling hex v0.4.3 |
1395 | 2023-11-29T18:52:40.551Z | Compiling serde_tokenstream v0.1.7 |
1396 | 2023-11-29T18:52:40.614Z | Compiling zerocopy-derive v0.6.4 |
1397 | 2023-11-29T18:52:40.866Z | Compiling regress v0.7.1 |
1398 | 2023-11-29T18:52:41.341Z | Compiling memoffset v0.9.0 |
1399 | 2023-11-29T18:52:41.771Z | Compiling strsim v0.10.0 |
1400 | 2023-11-29T18:52:44.771Z | Compiling bitflags v1.3.2 |
1401 | 2023-11-29T18:52:44.939Z | Compiling smoltcp v0.9.1 |
1402 | 2023-11-29T18:52:45.070Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1403 | 2023-11-29T18:52:45.500Z | Compiling hyper-rustls v0.24.2 |
1404 | 2023-11-29T18:52:46.024Z | Compiling hyper-tls v0.5.0 |
1405 | 2023-11-29T18:52:46.286Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1406 | 2023-11-29T18:52:46.358Z | Compiling doc-comment v0.3.3 |
1407 | 2023-11-29T18:52:46.440Z | Compiling reqwest v0.11.22 |
1408 | 2023-11-29T18:52:46.506Z | Compiling strum_macros v0.25.2 |
1409 | 2023-11-29T18:52:49.584Z | Compiling usdt-macro v0.3.5 |
1410 | 2023-11-29T18:52:49.745Z | Compiling usdt-attr-macro v0.3.5 |
1411 | 2023-11-29T18:52:51.246Z | Compiling enum-as-inner v0.5.1 |
1412 | 2023-11-29T18:52:52.107Z | Compiling num-iter v0.1.43 |
1413 | 2023-11-29T18:52:52.542Z | Compiling crossbeam-epoch v0.9.15 |
1414 | 2023-11-29T18:52:52.574Z | Compiling siphasher v0.3.11 |
1415 | 2023-11-29T18:52:52.843Z | Compiling unicode-segmentation v1.10.1 |
1416 | 2023-11-29T18:52:53.453Z | Compiling hubpack_derive v0.1.1 |
1417 | 2023-11-29T18:52:53.468Z | Compiling pin-project-internal v1.1.3 |
1418 | 2023-11-29T18:52:55.467Z | Compiling num_threads v0.1.6 |
1419 | 2023-11-29T18:52:56.181Z | Compiling utf8parse v0.2.1 |
1420 | 2023-11-29T18:52:56.317Z | Compiling deranged v0.3.8 |
1421 | 2023-11-29T18:52:56.394Z | Compiling anstyle v1.0.2 |
1422 | 2023-11-29T18:52:57.071Z | Compiling anstyle-parse v0.2.1 |
1423 | 2023-11-29T18:52:57.596Z | Compiling sha2 v0.10.8 |
1424 | 2023-11-29T18:52:59.096Z | Compiling time v0.3.27 |
1425 | 2023-11-29T18:52:59.162Z | Compiling hmac v0.12.1 |
1426 | 2023-11-29T18:52:59.488Z | Compiling md-5 v0.10.5 |
1427 | 2023-11-29T18:53:00.405Z | Compiling block-padding v0.3.3 |
1428 | 2023-11-29T18:53:00.770Z | Compiling clap_derive v4.4.2 |
1429 | 2023-11-29T18:53:01.069Z | Compiling stringprep v0.1.3 |
1430 | 2023-11-29T18:53:01.256Z | Compiling hash32 v0.2.1 |
1431 | 2023-11-29T18:53:01.811Z | Compiling diesel_table_macro_syntax v0.1.0 |
1432 | 2023-11-29T18:53:02.679Z | Compiling either v1.9.0 |
1433 | 2023-11-29T18:53:03.578Z | Compiling colorchoice v1.0.0 |
1434 | 2023-11-29T18:53:03.581Z | Compiling fallible-iterator v0.2.0 |
1435 | 2023-11-29T18:53:03.588Z | Compiling stable_deref_trait v1.2.0 |
1436 | 2023-11-29T18:53:03.725Z | Compiling anstyle-query v1.0.0 |
1437 | 2023-11-29T18:53:03.987Z | Compiling anstream v0.5.0 |
1438 | 2023-11-29T18:53:04.567Z | Compiling postgres-protocol v0.6.6 |
1439 | 2023-11-29T18:53:06.809Z | Compiling diesel_derives v2.1.1 |
1440 | 2023-11-29T18:53:06.860Z | Compiling terminal_size v0.2.6 |
1441 | 2023-11-29T18:53:07.022Z | Compiling inout v0.1.3 |
1442 | 2023-11-29T18:53:08.431Z | Compiling phf_shared v0.11.2 |
1443 | 2023-11-29T18:53:09.761Z | Compiling getopts v0.2.21 |
1444 | 2023-11-29T18:53:09.822Z | Compiling snafu-derive v0.7.5 |
1445 | 2023-11-29T18:53:09.861Z | Compiling serde_repr v0.1.16 |
1446 | 2023-11-29T18:53:10.523Z | Compiling scheduled-thread-pool v0.2.7 |
1447 | 2023-11-29T18:53:11.486Z | Compiling managed v0.8.0 |
1448 | 2023-11-29T18:53:11.911Z | Compiling bit-vec v0.6.3 |
1449 | 2023-11-29T18:53:12.439Z | Compiling unsafe-libyaml v0.2.9 |
1450 | 2023-11-29T18:53:12.590Z | Compiling matches v0.1.10 |
1451 | 2023-11-29T18:53:12.718Z | Compiling regex-automata v0.1.10 |
1452 | 2023-11-29T18:53:13.250Z | Compiling clap_lex v0.5.1 |
1453 | 2023-11-29T18:53:13.496Z | Compiling bstr v0.2.17 |
1454 | 2023-11-29T18:53:14.028Z | Compiling clap_builder v4.4.2 |
1455 | 2023-11-29T18:53:15.592Z | Compiling serde_yaml v0.9.25 |
1456 | 2023-11-29T18:53:16.047Z | Compiling idna v0.2.3 |
1457 | 2023-11-29T18:53:16.804Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1458 | 2023-11-29T18:53:22.415Z | Compiling r2d2 v0.8.10 |
1459 | 2023-11-29T18:53:24.368Z | Compiling phf v0.11.2 |
1460 | 2023-11-29T18:53:34.297Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1461 | 2023-11-29T18:53:34.368Z | Compiling signal-hook-mio v0.2.3 |
1462 | 2023-11-29T18:53:34.368Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1463 | 2023-11-29T18:53:34.376Z | Compiling cipher v0.4.4 |
1464 | 2023-11-29T18:53:34.376Z | Compiling bzip2 v0.4.4 |
1465 | 2023-11-29T18:53:34.376Z | Compiling postgres-types v0.2.6 |
1466 | 2023-11-29T18:53:34.376Z | Compiling itertools v0.11.0 |
1467 | 2023-11-29T18:53:34.459Z | Compiling pin-project v1.1.3 |
1468 | 2023-11-29T18:53:34.459Z | Compiling hubpack v0.1.2 |
1469 | 2023-11-29T18:53:34.521Z | Compiling phf_shared v0.10.0 |
1470 | 2023-11-29T18:53:34.521Z | Compiling zerocopy v0.6.4 |
1471 | 2023-11-29T18:53:34.521Z | Compiling ipnetwork v0.20.0 |
1472 | 2023-11-29T18:53:34.521Z | Compiling futures-executor v0.3.29 |
1473 | 2023-11-29T18:53:34.521Z | Compiling float-cmp v0.9.0 |
1474 | 2023-11-29T18:53:34.521Z | Compiling data-encoding v2.4.0 |
1475 | 2023-11-29T18:53:34.521Z | Compiling whoami v1.4.1 |
1476 | 2023-11-29T18:53:34.521Z | Compiling predicates-core v1.0.6 |
1477 | 2023-11-29T18:53:34.521Z | Compiling new_debug_unreachable v1.0.4 |
1478 | 2023-11-29T18:53:34.521Z | Compiling precomputed-hash v0.1.1 |
1479 | 2023-11-29T18:53:34.521Z | Compiling regex-automata v0.3.8 |
1480 | 2023-11-29T18:53:35.732Z | Compiling difflib v0.4.0 |
1481 | 2023-11-29T18:53:36.160Z | Compiling fixedbitset v0.4.2 |
1482 | 2023-11-29T18:53:37.097Z | Compiling normalize-line-endings v0.3.0 |
1483 | 2023-11-29T18:53:37.264Z | Compiling static_assertions v1.1.0 |
1484 | 2023-11-29T18:53:37.402Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1485 | 2023-11-29T18:53:37.601Z | Compiling predicates v3.0.4 |
1486 | 2023-11-29T18:53:38.401Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1487 | 2023-11-29T18:53:38.897Z | Compiling petgraph v0.6.4 |
1488 | 2023-11-29T18:53:39.240Z | Compiling bstr v1.6.0 |
1489 | 2023-11-29T18:53:40.063Z | Compiling trust-dns-proto v0.22.0 |
1490 | 2023-11-29T18:53:40.440Z | Compiling diesel v2.1.4 |
1491 | 2023-11-29T18:53:41.849Z | Compiling string_cache v0.8.7 |
1492 | 2023-11-29T18:53:42.581Z | Compiling tokio-postgres v0.7.10 |
1493 | 2023-11-29T18:53:44.994Z | Compiling futures v0.3.29 |
1494 | 2023-11-29T18:53:47.010Z | Compiling snafu v0.7.5 |
1495 | 2023-11-29T18:53:48.402Z | Compiling yasna v0.5.2 |
1496 | 2023-11-29T18:53:51.098Z | Compiling zip v0.6.6 |
1497 | 2023-11-29T18:53:51.630Z | Compiling crossterm v0.27.0 |
1498 | 2023-11-29T18:53:54.065Z | Compiling clap v4.4.3 |
1499 | 2023-11-29T18:53:54.228Z | Compiling similar v2.2.1 |
1500 | 2023-11-29T18:53:54.233Z | Compiling bit-set v0.5.3 |
1501 | 2023-11-29T18:53:54.488Z | Compiling itertools v0.10.5 |
1502 | 2023-11-29T18:53:54.690Z | Compiling usdt v0.3.5 |
1503 | 2023-11-29T18:53:55.712Z | Compiling signature v2.1.0 |
1504 | 2023-11-29T18:53:56.084Z | Compiling tokio-stream v0.1.14 |
1505 | 2023-11-29T18:53:57.666Z | Compiling console v0.15.7 |
1506 | 2023-11-29T18:53:58.338Z | Compiling lalrpop-util v0.19.12 |
1507 | 2023-11-29T18:54:39.321Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1508 | 2023-11-29T18:54:47.169Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1509 | 2023-11-29T18:54:47.570Z | Compiling sha1 v0.10.6 |
1510 | 2023-11-29T18:54:48.327Z | Compiling atty v0.2.14 |
1511 | 2023-11-29T18:54:50.838Z | Compiling match_cfg v0.1.0 |
1512 | 2023-11-29T18:54:50.972Z | Compiling hostname v0.3.1 |
1513 | 2023-11-29T18:54:55.813Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1514 | 2023-11-29T18:54:58.389Z | Compiling dirs-sys-next v0.1.2 |
1515 | 2023-11-29T18:54:59.426Z | Compiling dirs-next v2.0.0 |
1516 | 2023-11-29T18:54:59.859Z | Compiling thread_local v1.1.7 |
1517 | 2023-11-29T18:54:59.859Z | Compiling camino v1.1.6 |
1518 | 2023-11-29T18:54:59.859Z | Compiling ident_case v1.0.1 |
1519 | 2023-11-29T18:54:59.859Z | Compiling slog-async v2.8.0 |
1520 | 2023-11-29T18:54:59.947Z | Compiling darling_core v0.20.3 |
1521 | 2023-11-29T18:55:00.311Z | Compiling term v0.7.0 |
1522 | 2023-11-29T18:55:01.031Z | Compiling crossbeam-channel v0.5.8 |
1523 | 2023-11-29T18:55:01.042Z | Compiling multer v2.1.0 |
1524 | 2023-11-29T18:55:01.060Z | Compiling instant v0.1.12 |
1525 | 2023-11-29T18:55:01.258Z | Compiling take_mut v0.2.2 |
1526 | 2023-11-29T18:55:01.474Z | Compiling paste v1.0.14 |
1527 | 2023-11-29T18:55:02.210Z | Compiling slog-term v2.9.0 |
1528 | 2023-11-29T18:55:02.445Z | Compiling slog-json v2.6.1 |
1529 | 2023-11-29T18:55:02.736Z | Compiling async-stream-impl v0.3.5 |
1530 | 2023-11-29T18:55:02.764Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1531 | 2023-11-29T18:55:02.995Z | Compiling atomic-waker v1.1.1 |
1532 | 2023-11-29T18:55:03.255Z | Compiling waitgroup v0.1.2 |
1533 | 2023-11-29T18:55:03.308Z | Compiling slog-bunyan v2.4.0 |
1534 | 2023-11-29T18:55:04.064Z | Compiling toml v0.8.8 |
1535 | 2023-11-29T18:55:04.164Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1536 | 2023-11-29T18:55:04.243Z | Compiling serde_path_to_error v0.1.14 |
1537 | 2023-11-29T18:55:05.007Z | Compiling async-stream v0.3.5 |
1538 | 2023-11-29T18:55:05.266Z | Compiling structmeta-derive v0.2.0 |
1539 | 2023-11-29T18:55:05.459Z | Compiling debug-ignore v1.0.5 |
1540 | 2023-11-29T18:55:05.586Z | Compiling strum v0.25.0 |
1541 | 2023-11-29T18:55:05.640Z | Compiling regex-syntax v0.7.5 |
1542 | 2023-11-29T18:55:05.663Z | Compiling backoff v0.4.0 |
1543 | 2023-11-29T18:55:05.831Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1544 | 2023-11-29T18:55:06.167Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1545 | 2023-11-29T18:55:06.387Z | Compiling macaddr v1.0.1 |
1546 | 2023-11-29T18:55:06.896Z | Compiling proc-macro-error-attr v1.0.4 |
1547 | 2023-11-29T18:55:06.954Z | Compiling proc-macro-crate v1.3.1 |
1548 | 2023-11-29T18:55:07.093Z | Compiling proc-macro-error v1.0.4 |
1549 | 2023-11-29T18:55:07.731Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1550 | 2023-11-29T18:55:08.253Z | Compiling same-file v1.0.6 |
1551 | 2023-11-29T18:55:08.620Z | Compiling fastrand v2.0.0 |
1552 | 2023-11-29T18:55:08.680Z | Compiling num_enum_derive v0.5.11 |
1553 | 2023-11-29T18:55:09.500Z | Compiling postcard-cobs v0.1.5-pre |
1554 | 2023-11-29T18:55:09.809Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1555 | 2023-11-29T18:55:09.910Z | Compiling postcard v0.7.3 |
1556 | 2023-11-29T18:55:10.126Z | Compiling darling_macro v0.20.3 |
1557 | 2023-11-29T18:55:10.295Z | Compiling structmeta v0.2.0 |
1558 | 2023-11-29T18:55:10.323Z | Compiling tempfile v3.8.1 |
1559 | 2023-11-29T18:55:10.670Z | Compiling walkdir v2.4.0 |
1560 | 2023-11-29T18:55:10.957Z | Compiling smoltcp v0.8.2 |
1561 | 2023-11-29T18:55:11.666Z | Compiling semver-parser v0.10.2 |
1562 | 2023-11-29T18:55:11.682Z | Compiling darling v0.20.3 |
1563 | 2023-11-29T18:55:11.847Z | Compiling serde_with_macros v2.3.3 |
1564 | 2023-11-29T18:55:11.865Z | Compiling foreign-types-macros v0.2.3 |
1565 | 2023-11-29T18:55:13.242Z | Compiling num_enum v0.5.11 |
1566 | 2023-11-29T18:55:13.477Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1567 | 2023-11-29T18:55:13.915Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1568 | 2023-11-29T18:55:14.311Z | Compiling foreign-types-shared v0.3.1 |
1569 | 2023-11-29T18:55:14.473Z | Compiling cfg-if v0.1.10 |
1570 | 2023-11-29T18:55:14.604Z | Compiling crucible-workspace-hack v0.1.0 |
1571 | 2023-11-29T18:55:14.899Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1572 | 2023-11-29T18:55:15.169Z | Compiling foreign-types v0.5.0 |
1573 | 2023-11-29T18:55:15.374Z | Compiling semver v0.11.0 |
1574 | 2023-11-29T18:55:15.951Z | Compiling is-terminal v0.4.9 |
1575 | 2023-11-29T18:55:16.113Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1576 | 2023-11-29T18:55:16.269Z | Compiling serde_with v2.3.3 |
1577 | 2023-11-29T18:55:16.461Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1578 | 2023-11-29T18:55:16.608Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1579 | 2023-11-29T18:55:17.020Z | Compiling parse-display-derive v0.8.2 |
1580 | 2023-11-29T18:55:17.511Z | Compiling cstr-argument v0.1.2 |
1581 | 2023-11-29T18:55:17.869Z | Compiling filetime v0.2.22 |
1582 | 2023-11-29T18:55:17.975Z | Compiling xattr v1.0.1 |
1583 | 2023-11-29T18:55:18.323Z | Compiling home v0.5.5 |
1584 | 2023-11-29T18:55:18.347Z | Compiling pretty-hex v0.2.1 |
1585 | 2023-11-29T18:55:18.612Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1586 | 2023-11-29T18:55:18.970Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1587 | 2023-11-29T18:55:19.108Z | Compiling toolchain_find v0.2.0 |
1588 | 2023-11-29T18:55:19.494Z | Compiling tar v0.4.40 |
1589 | 2023-11-29T18:55:20.077Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1590 | 2023-11-29T18:55:20.170Z | Compiling colored v2.0.4 |
1591 | 2023-11-29T18:55:20.550Z | Compiling textwrap v0.11.0 |
1592 | 2023-11-29T18:55:20.932Z | Compiling heck v0.3.3 |
1593 | 2023-11-29T18:55:21.290Z | Compiling toml v0.5.11 |
1594 | 2023-11-29T18:55:21.361Z | Compiling platforms v3.0.2 |
1595 | 2023-11-29T18:55:21.555Z | Compiling vec_map v0.8.2 |
1596 | 2023-11-29T18:55:21.830Z | Compiling strsim v0.8.0 |
1597 | 2023-11-29T18:55:21.902Z | Compiling ansi_term v0.12.1 |
1598 | 2023-11-29T18:55:21.980Z | Compiling libefi-sys v0.1.0 |
1599 | 2023-11-29T18:55:22.420Z | Compiling clap v2.34.0 |
1600 | 2023-11-29T18:55:22.796Z | Compiling structopt-derive v0.4.18 |
1601 | 2023-11-29T18:55:22.846Z | Compiling omicron-zone-package v0.9.1 |
1602 | 2023-11-29T18:55:23.052Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1603 | 2023-11-29T18:55:24.442Z | Compiling parse-display v0.8.2 |
1604 | 2023-11-29T18:55:25.975Z | Compiling rustfmt-wrapper v0.2.0 |
1605 | 2023-11-29T18:55:26.018Z | Compiling camino-tempfile v1.1.1 |
1606 | 2023-11-29T18:55:26.018Z | Compiling zone_cfg_derive v0.3.0 |
1607 | 2023-11-29T18:55:26.428Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1608 | 2023-11-29T18:55:27.408Z | Compiling num-derive v0.4.0 |
1609 | 2023-11-29T18:55:27.740Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1610 | 2023-11-29T18:55:28.299Z | Compiling base64ct v1.6.0 |
1611 | 2023-11-29T18:55:28.378Z | Compiling zone v0.3.0 |
1612 | 2023-11-29T18:55:29.407Z | Compiling structopt v0.3.26 |
1613 | 2023-11-29T18:55:29.500Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1614 | 2023-11-29T18:55:29.635Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1615 | 2023-11-29T18:55:30.220Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1616 | 2023-11-29T18:55:30.725Z | Compiling smf v0.2.2 |
1617 | 2023-11-29T18:55:30.741Z | Compiling unicase v2.7.0 |
1618 | 2023-11-29T18:55:30.931Z | Compiling curve25519-dalek v4.1.0 |
1619 | 2023-11-29T18:55:31.171Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1620 | 2023-11-29T18:55:31.306Z | Compiling universal-hash v0.5.1 |
1621 | 2023-11-29T18:55:31.323Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1622 | 2023-11-29T18:55:31.544Z | Compiling opaque-debug v0.3.0 |
1623 | 2023-11-29T18:55:31.670Z | Compiling hkdf v0.12.3 |
1624 | 2023-11-29T18:55:31.704Z | Compiling curve25519-dalek-derive v0.1.0 |
1625 | 2023-11-29T18:55:31.806Z | Compiling num-rational v0.4.1 |
1626 | 2023-11-29T18:55:31.928Z | Compiling getrandom v0.1.16 |
1627 | 2023-11-29T18:55:33.521Z | Compiling quick-error v1.2.3 |
1628 | 2023-11-29T18:55:33.525Z | Compiling linked-hash-map v0.5.6 |
1629 | 2023-11-29T18:55:33.525Z | Compiling parking_lot_core v0.8.6 |
1630 | 2023-11-29T18:55:33.525Z | Compiling keccak v0.1.4 |
1631 | 2023-11-29T18:55:33.525Z | Compiling lru-cache v0.1.2 |
1632 | 2023-11-29T18:55:33.525Z | Compiling resolv-conf v0.7.0 |
1633 | 2023-11-29T18:55:33.525Z | Compiling sha3 v0.10.8 |
1634 | 2023-11-29T18:55:34.385Z | Compiling password-hash v0.5.0 |
1635 | 2023-11-29T18:55:34.495Z | Compiling blake2 v0.10.6 |
1636 | 2023-11-29T18:55:34.605Z | Compiling aead v0.5.2 |
1637 | 2023-11-29T18:55:34.919Z | Compiling secrecy v0.8.0 |
1638 | 2023-11-29T18:55:35.175Z | Compiling num-complex v0.4.4 |
1639 | 2023-11-29T18:55:35.337Z | Compiling ff v0.13.0 |
1640 | 2023-11-29T18:55:35.654Z | Compiling nibble_vec v0.1.0 |
1641 | 2023-11-29T18:55:35.826Z | Compiling slog-dtrace v0.2.3 |
1642 | 2023-11-29T18:55:35.949Z | Compiling endian-type v0.1.2 |
1643 | 2023-11-29T18:55:36.125Z | Compiling convert_case v0.4.0 |
1644 | 2023-11-29T18:55:36.260Z | Compiling utf-8 v0.7.6 |
1645 | 2023-11-29T18:55:36.283Z | Compiling winapi v0.3.9 |
1646 | 2023-11-29T18:55:36.735Z | Compiling arc-swap v1.6.0 |
1647 | 2023-11-29T18:55:36.900Z | Compiling num v0.4.1 |
1648 | 2023-11-29T18:55:36.944Z | Compiling tungstenite v0.20.1 |
1649 | 2023-11-29T18:55:37.130Z | Compiling radix_trie v0.2.1 |
1650 | 2023-11-29T18:55:37.280Z | Compiling group v0.13.0 |
1651 | 2023-11-29T18:55:37.513Z | Compiling slog-scope v4.4.0 |
1652 | 2023-11-29T18:55:37.597Z | Compiling derive_more v0.99.17 |
1653 | 2023-11-29T18:55:37.732Z | Compiling argon2 v0.5.2 |
1654 | 2023-11-29T18:55:37.848Z | Compiling mime_guess v2.0.4 |
1655 | 2023-11-29T18:55:38.200Z | Compiling trust-dns-resolver v0.22.0 |
1656 | 2023-11-29T18:55:38.368Z | Compiling rand_core v0.5.1 |
1657 | 2023-11-29T18:55:39.929Z | Compiling poly1305 v0.8.0 |
1658 | 2023-11-29T18:55:40.619Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1659 | 2023-11-29T18:55:40.654Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1660 | 2023-11-29T18:55:40.997Z | Compiling chacha20 v0.9.1 |
1661 | 2023-11-29T18:55:41.689Z | Compiling crypto-bigint v0.5.2 |
1662 | 2023-11-29T18:55:42.309Z | Compiling thiserror-impl-no-std v2.0.2 |
1663 | 2023-11-29T18:55:42.723Z | Compiling ciborium-io v0.2.1 |
1664 | 2023-11-29T18:55:42.812Z | Compiling base16ct v0.2.0 |
1665 | 2023-11-29T18:55:42.903Z | Compiling half v1.8.2 |
1666 | 2023-11-29T18:55:43.201Z | Compiling option-ext v0.2.0 |
1667 | 2023-11-29T18:55:43.372Z | Compiling dirs-sys v0.4.1 |
1668 | 2023-11-29T18:55:43.865Z | Compiling ciborium-ll v0.2.1 |
1669 | 2023-11-29T18:55:44.358Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1670 | 2023-11-29T18:55:44.801Z | Compiling elliptic-curve v0.13.5 |
1671 | 2023-11-29T18:55:45.229Z | Compiling parking_lot v0.11.2 |
1672 | 2023-11-29T18:55:45.707Z | Compiling rand_chacha v0.2.2 |
1673 | 2023-11-29T18:55:46.834Z | Compiling tokio-tungstenite v0.20.1 |
1674 | 2023-11-29T18:55:47.446Z | Compiling slog-stdlog v4.1.1 |
1675 | 2023-11-29T18:55:47.624Z | Compiling trust-dns-client v0.22.0 |
1676 | 2023-11-29T18:55:47.760Z | Compiling thiserror-no-std v2.0.2 |
1677 | 2023-11-29T18:55:48.005Z | Compiling polyval v0.6.1 |
1678 | 2023-11-29T18:55:48.060Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1679 | 2023-11-29T18:55:48.644Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1680 | 2023-11-29T18:55:48.653Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1681 | 2023-11-29T18:55:48.691Z | Compiling password-hash v0.4.2 |
1682 | 2023-11-29T18:55:48.758Z | Compiling ed25519 v2.2.2 |
1683 | 2023-11-29T18:55:49.472Z | Compiling blowfish v0.9.1 |
1684 | 2023-11-29T18:55:50.221Z | Compiling ctr v0.9.2 |
1685 | 2023-11-29T18:55:50.243Z | Compiling aes v0.8.3 |
1686 | 2023-11-29T18:55:51.779Z | Compiling pbkdf2 v0.12.2 |
1687 | 2023-11-29T18:55:52.021Z | Compiling fxhash v0.2.1 |
1688 | 2023-11-29T18:55:52.702Z | Compiling glob v0.3.1 |
1689 | 2023-11-29T18:55:52.984Z | Compiling cancel-safe-futures v0.1.5 |
1690 | 2023-11-29T18:55:53.517Z | Compiling trust-dns-server v0.22.1 |
1691 | 2023-11-29T18:55:55.127Z | Compiling sled v0.34.7 |
1692 | 2023-11-29T18:55:56.852Z | Compiling bcrypt-pbkdf v0.10.0 |
1693 | 2023-11-29T18:55:57.745Z | Compiling pbkdf2 v0.11.0 |
1694 | 2023-11-29T18:55:57.825Z | Compiling ed25519-dalek v2.0.0 |
1695 | 2023-11-29T18:55:58.301Z | Compiling ghash v0.5.0 |
1696 | 2023-11-29T18:55:58.706Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1697 | 2023-11-29T18:55:59.413Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1698 | 2023-11-29T18:56:00.048Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1699 | 2023-11-29T18:56:02.287Z | Compiling vsss-rs v3.3.1 |
1700 | 2023-11-29T18:56:02.309Z | Compiling slog-envlogger v2.2.0 |
1701 | 2023-11-29T18:56:03.499Z | Compiling russh-cryptovec v0.7.0 |
1702 | 2023-11-29T18:56:03.929Z | Compiling rand v0.7.3 |
1703 | 2023-11-29T18:56:06.712Z | Compiling ciborium v0.2.1 |
1704 | 2023-11-29T18:56:08.836Z | Compiling dirs v5.0.1 |
1705 | 2023-11-29T18:56:09.528Z | Compiling chacha20poly1305 v0.10.1 |
1706 | 2023-11-29T18:56:09.545Z | Compiling cbc v0.1.2 |
1707 | 2023-11-29T18:56:09.545Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1708 | 2023-11-29T18:56:09.623Z | Compiling pem v3.0.2 |
1709 | 2023-11-29T18:56:10.097Z | Compiling headers-core v0.2.0 |
1710 | 2023-11-29T18:56:10.329Z | Compiling kstat-rs v0.2.3 |
1711 | 2023-11-29T18:56:10.484Z | Compiling pretty-hex v0.3.0 |
1712 | 2023-11-29T18:56:10.769Z | Compiling base64 v0.13.1 |
1713 | 2023-11-29T18:56:10.982Z | Compiling md5 v0.7.0 |
1714 | 2023-11-29T18:56:11.462Z | Compiling http-range v0.1.5 |
1715 | 2023-11-29T18:56:11.724Z | Compiling hyper-staticfile v0.9.5 |
1716 | 2023-11-29T18:56:11.746Z | Compiling pem v1.1.1 |
1717 | 2023-11-29T18:56:12.005Z | Compiling russh-keys v0.38.0 |
1718 | 2023-11-29T18:56:12.780Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1719 | 2023-11-29T18:56:13.243Z | Compiling headers v0.3.9 |
1720 | 2023-11-29T18:56:13.779Z | Compiling rcgen v0.11.3 |
1721 | 2023-11-29T18:56:13.800Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1722 | 2023-11-29T18:56:14.172Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1723 | 2023-11-29T18:56:14.656Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1724 | 2023-11-29T18:56:15.995Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1725 | 2023-11-29T18:56:16.791Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1726 | 2023-11-29T18:56:18.237Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1727 | 2023-11-29T18:56:22.103Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1728 | 2023-11-29T18:56:23.529Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1729 | 2023-11-29T18:56:23.828Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1730 | 2023-11-29T18:56:26.415Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1731 | 2023-11-29T18:56:30.840Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1732 | 2023-11-29T18:56:30.949Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1733 | 2023-11-29T18:56:32.907Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1734 | 2023-11-29T18:56:34.146Z | Compiling aes-gcm v0.10.3 |
1735 | 2023-11-29T18:56:35.508Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1736 | 2023-11-29T18:56:35.801Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1737 | 2023-11-29T18:56:41.626Z | Compiling atomicwrites v0.4.2 |
1738 | 2023-11-29T18:56:41.899Z | Compiling itertools v0.12.0 |
1739 | 2023-11-29T18:56:41.899Z | Compiling subprocess v0.2.9 |
1740 | 2023-11-29T18:56:42.139Z | Compiling hex-literal v0.4.1 |
1741 | 2023-11-29T18:56:42.361Z | Compiling russh v0.39.0 |
1742 | 2023-11-29T18:56:43.542Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1743 | 2023-11-29T18:56:45.654Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1744 | 2023-11-29T18:56:47.706Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1745 | 2023-11-29T18:57:14.220Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1746 | 2023-11-29T18:58:31.538Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 40s |
1747 | 2023-11-29T18:58:31.864Z | |
1748 | 2023-11-29T18:58:31.868Z | real 7:40.928916164 |
1749 | 2023-11-29T18:58:31.868Z | user 42:23.312332340 |
1750 | 2023-11-29T18:58:31.868Z | sys 6:23.870710159 |
1751 | 2023-11-29T18:58:31.868Z | trap 1.537013314 |
1752 | 2023-11-29T18:58:31.868Z | tflt 7.951834660 |
1753 | 2023-11-29T18:58:31.868Z | dflt 9.582436439 |
1754 | 2023-11-29T18:58:31.868Z | kflt 0.022872772 |
1755 | 2023-11-29T18:58:31.868Z | lock 1:20:51.440415878 |
1756 | 2023-11-29T18:58:31.868Z | slp 2:01:46.735638934 |
1757 | 2023-11-29T18:58:31.868Z | lat 1:55.468816353 |
1758 | 2023-11-29T18:58:31.868Z | stop 3:58.684454756 |
1759 | 2023-11-29T18:58:31.868Z | + mkdir -p /work/end-to-end-tests |
1760 | 2023-11-29T18:58:31.871Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1761 | 2023-11-29T18:58:32.606Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1762 | 2023-11-29T18:58:32.606Z | + ptime -m gzip |
1763 | 2023-11-29T18:58:32.609Z | ++ basename target/debug/bootstrap |
1764 | 2023-11-29T18:58:49.121Z | |
1765 | 2023-11-29T18:58:49.121Z | real 16.507638099 |
1766 | 2023-11-29T18:58:49.121Z | user 16.315893971 |
1767 | 2023-11-29T18:58:49.124Z | sys 0.171295057 |
1768 | 2023-11-29T18:58:49.124Z | trap 0.005806915 |
1769 | 2023-11-29T18:58:49.124Z | tflt 0.000000000 |
1770 | 2023-11-29T18:58:49.125Z | dflt 0.000000000 |
1771 | 2023-11-29T18:58:49.125Z | kflt 0.000000000 |
1772 | 2023-11-29T18:58:49.125Z | lock 0.000000000 |
1773 | 2023-11-29T18:58:49.125Z | slp 0.000000000 |
1774 | 2023-11-29T18:58:49.125Z | lat 0.014300242 |
1775 | 2023-11-29T18:58:49.125Z | stop 0.000227508 |
1776 | 2023-11-29T18:58:49.125Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1777 | 2023-11-29T18:58:49.125Z | + ptime -m gzip |
1778 | 2023-11-29T18:58:49.125Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-fe3b4babdbd1397e |
1779 | 2023-11-29T18:58:50.217Z | |
1780 | 2023-11-29T18:58:50.217Z | real 1.087200842 |
1781 | 2023-11-29T18:58:50.217Z | user 1.072781002 |
1782 | 2023-11-29T18:58:50.217Z | sys 0.011869756 |
1783 | 2023-11-29T18:58:50.217Z | trap 0.001101354 |
1784 | 2023-11-29T18:58:50.220Z | tflt 0.000000000 |
1785 | 2023-11-29T18:58:50.220Z | dflt 0.000000000 |
1786 | 2023-11-29T18:58:50.220Z | kflt 0.000000000 |
1787 | 2023-11-29T18:58:50.220Z | lock 0.000000000 |
1788 | 2023-11-29T18:58:50.220Z | slp 0.000000000 |
1789 | 2023-11-29T18:58:50.220Z | lat 0.001106236 |
1790 | 2023-11-29T18:58:50.220Z | stop 0.000227135 |
1791 | 2023-11-29T18:58:50.220Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1792 | 2023-11-29T18:58:50.220Z | + ptime -m gzip |
1793 | 2023-11-29T18:58:50.220Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-29e4ffcd832e7ef8 |
1794 | 2023-11-29T18:59:07.235Z | |
1795 | 2023-11-29T18:59:07.235Z | real 17.010417584 |
1796 | 2023-11-29T18:59:07.235Z | user 16.839057346 |
1797 | 2023-11-29T18:59:07.235Z | sys 0.164768415 |
1798 | 2023-11-29T18:59:07.235Z | trap 0.003931333 |
1799 | 2023-11-29T18:59:07.235Z | tflt 0.000000000 |
1800 | 2023-11-29T18:59:07.235Z | dflt 0.000000000 |
1801 | 2023-11-29T18:59:07.239Z | kflt 0.000000000 |
1802 | 2023-11-29T18:59:07.239Z | lock 0.000000000 |
1803 | 2023-11-29T18:59:07.239Z | slp 0.000000000 |
1804 | 2023-11-29T18:59:07.241Z | lat 0.002300846 |
1805 | 2023-11-29T18:59:07.246Z | stop 0.000227303 |
1806 | 2023-11-29T18:59:07.246Z | + banner caboose-util |
1807 | 2023-11-29T18:59:07.246Z | |
1808 | 2023-11-29T18:59:07.246Z | #### ## ##### #### #### #### ###### # # ##### |
1809 | 2023-11-29T18:59:07.246Z | # # # # # # # # # # # # # # # |
1810 | 2023-11-29T18:59:07.246Z | # # # ##### # # # # #### ##### ##### # # # |
1811 | 2023-11-29T18:59:07.246Z | # ###### # # # # # # # # # # # |
1812 | 2023-11-29T18:59:07.246Z | # # # # # # # # # # # # # # # # |
1813 | 2023-11-29T18:59:07.246Z | #### # # ##### #### #### #### ###### #### # |
1814 | 2023-11-29T18:59:07.246Z | |
1815 | 2023-11-29T18:59:07.246Z | + ptime -m cargo build --locked -p caboose-util --release |
1816 | 2023-11-29T18:59:07.870Z | Downloading crates ... |
1817 | 2023-11-29T18:59:08.241Z | Downloaded nodrop v0.1.14 |
1818 | 2023-11-29T18:59:08.244Z | Downloaded path-slash v0.1.5 |
1819 | 2023-11-29T18:59:08.249Z | Downloaded packed_struct v0.10.1 |
1820 | 2023-11-29T18:59:08.253Z | Downloaded flagset v0.4.3 |
1821 | 2023-11-29T18:59:08.255Z | Downloaded bitfield v0.14.0 |
1822 | 2023-11-29T18:59:08.258Z | Downloaded crc-catalog v2.2.0 |
1823 | 2023-11-29T18:59:08.261Z | Downloaded crc v3.0.1 |
1824 | 2023-11-29T18:59:08.263Z | Downloaded termcolor v1.2.0 |
1825 | 2023-11-29T18:59:08.266Z | Downloaded tap v1.0.1 |
1826 | 2023-11-29T18:59:08.266Z | Downloaded radium v0.7.0 |
1827 | 2023-11-29T18:59:08.276Z | Downloaded env_logger v0.10.0 |
1828 | 2023-11-29T18:59:08.276Z | Downloaded pem-rfc7468 v0.7.0 |
1829 | 2023-11-29T18:59:08.279Z | Downloaded pkcs1 v0.7.5 |
1830 | 2023-11-29T18:59:08.285Z | Downloaded ron v0.8.1 |
1831 | 2023-11-29T18:59:08.290Z | Downloaded x509-cert v0.2.4 |
1832 | 2023-11-29T18:59:08.301Z | Downloaded num-bigint-dig v0.8.4 |
1833 | 2023-11-29T18:59:08.310Z | Downloaded bitvec v1.0.1 |
1834 | 2023-11-29T18:59:08.336Z | Downloaded object v0.30.4 |
1835 | 2023-11-29T18:59:08.353Z | Downloaded rsa v0.9.2 |
1836 | 2023-11-29T18:59:08.361Z | Downloaded crc-any v2.4.3 |
1837 | 2023-11-29T18:59:08.367Z | Downloaded smallvec v0.6.14 |
1838 | 2023-11-29T18:59:08.367Z | Downloaded der_derive v0.7.2 |
1839 | 2023-11-29T18:59:08.371Z | Downloaded packed_struct_codegen v0.10.1 |
1840 | 2023-11-29T18:59:08.371Z | Downloaded serde-hex v0.1.0 |
1841 | 2023-11-29T18:59:08.374Z | Downloaded array-init v0.0.4 |
1842 | 2023-11-29T18:59:08.377Z | Downloaded funty v2.0.0 |
1843 | 2023-11-29T18:59:08.377Z | Downloaded maybe-uninit v2.0.0 |
1844 | 2023-11-29T18:59:08.379Z | Downloaded wyz v0.5.1 |
1845 | 2023-11-29T18:59:08.545Z | Compiling proc-macro2 v1.0.69 |
1846 | 2023-11-29T18:59:08.550Z | Compiling unicode-ident v1.0.12 |
1847 | 2023-11-29T18:59:08.550Z | Compiling libc v0.2.150 |
1848 | 2023-11-29T18:59:08.550Z | Compiling autocfg v1.1.0 |
1849 | 2023-11-29T18:59:08.551Z | Compiling serde v1.0.192 |
1850 | 2023-11-29T18:59:08.551Z | Compiling cfg-if v1.0.0 |
1851 | 2023-11-29T18:59:08.567Z | Compiling version_check v0.9.4 |
1852 | 2023-11-29T18:59:08.685Z | Compiling syn v1.0.109 |
1853 | 2023-11-29T18:59:08.704Z | Compiling parking_lot_core v0.9.8 |
1854 | 2023-11-29T18:59:08.790Z | Compiling typenum v1.16.0 |
1855 | 2023-11-29T18:59:09.302Z | Compiling futures-core v0.3.29 |
1856 | 2023-11-29T18:59:09.324Z | Compiling libm v0.2.7 |
1857 | 2023-11-29T18:59:09.526Z | Compiling generic-array v0.14.7 |
1858 | 2023-11-29T18:59:09.623Z | Compiling lock_api v0.4.10 |
1859 | 2023-11-29T18:59:09.749Z | Compiling num-traits v0.2.16 |
1860 | 2023-11-29T18:59:09.752Z | Compiling once_cell v1.18.0 |
1861 | 2023-11-29T18:59:09.989Z | Compiling pkg-config v0.3.27 |
1862 | 2023-11-29T18:59:10.077Z | Compiling scopeguard v1.2.0 |
1863 | 2023-11-29T18:59:10.380Z | Compiling slab v0.4.9 |
1864 | 2023-11-29T18:59:10.818Z | Compiling futures-channel v0.3.29 |
1865 | 2023-11-29T18:59:10.825Z | Compiling serde_json v1.0.108 |
1866 | 2023-11-29T18:59:10.825Z | Compiling quote v1.0.33 |
1867 | 2023-11-29T18:59:10.849Z | Compiling futures-task v0.3.29 |
1868 | 2023-11-29T18:59:11.070Z | Compiling thiserror v1.0.49 |
1869 | 2023-11-29T18:59:11.297Z | Compiling itoa v1.0.9 |
1870 | 2023-11-29T18:59:11.582Z | Compiling syn v2.0.32 |
1871 | 2023-11-29T18:59:11.597Z | Compiling cc v1.0.83 |
1872 | 2023-11-29T18:59:11.681Z | Compiling getrandom v0.2.10 |
1873 | 2023-11-29T18:59:11.744Z | Compiling memchr v2.6.3 |
1874 | 2023-11-29T18:59:12.210Z | Compiling futures-util v0.3.29 |
1875 | 2023-11-29T18:59:12.313Z | Compiling smallvec v1.11.0 |
1876 | 2023-11-29T18:59:12.669Z | Compiling log v0.4.20 |
1877 | 2023-11-29T18:59:13.643Z | Compiling vcpkg v0.2.15 |
1878 | 2023-11-29T18:59:14.042Z | Compiling byteorder v1.5.0 |
1879 | 2023-11-29T18:59:14.289Z | Compiling rand_core v0.6.4 |
1880 | 2023-11-29T18:59:14.816Z | Compiling parking_lot v0.12.1 |
1881 | 2023-11-29T18:59:15.212Z | Compiling pin-project-lite v0.2.13 |
1882 | 2023-11-29T18:59:15.666Z | Compiling ring v0.17.5 |
1883 | 2023-11-29T18:59:16.237Z | Compiling indexmap v1.9.3 |
1884 | 2023-11-29T18:59:16.452Z | Compiling openssl-sys v0.9.93 |
1885 | 2023-11-29T18:59:17.655Z | Compiling signal-hook-registry v1.4.1 |
1886 | 2023-11-29T18:59:18.284Z | Compiling io-lifetimes v1.0.11 |
1887 | 2023-11-29T18:59:18.607Z | Compiling heck v0.4.1 |
1888 | 2023-11-29T18:59:18.984Z | Compiling ring v0.16.20 |
1889 | 2023-11-29T18:59:19.195Z | Compiling mio v0.8.9 |
1890 | 2023-11-29T18:59:20.641Z | Compiling num-integer v0.1.45 |
1891 | 2023-11-29T18:59:20.967Z | Compiling ryu v1.0.15 |
1892 | 2023-11-29T18:59:21.040Z | Compiling semver v1.0.20 |
1893 | 2023-11-29T18:59:21.052Z | Compiling const-oid v0.9.5 |
1894 | 2023-11-29T18:59:21.657Z | Compiling rustix v0.37.23 |
1895 | 2023-11-29T18:59:22.436Z | Compiling spin v0.5.2 |
1896 | 2023-11-29T18:59:22.916Z | Compiling num_cpus v1.16.0 |
1897 | 2023-11-29T18:59:23.030Z | Compiling socket2 v0.5.5 |
1898 | 2023-11-29T18:59:23.070Z | Compiling futures-sink v0.3.29 |
1899 | 2023-11-29T18:59:23.676Z | Compiling openssl v0.10.57 |
1900 | 2023-11-29T18:59:23.823Z | Compiling ucd-trie v0.1.6 |
1901 | 2023-11-29T18:59:23.874Z | Compiling httparse v1.8.0 |
1902 | 2023-11-29T18:59:24.355Z | Compiling unicode-xid v0.2.4 |
1903 | 2023-11-29T18:59:24.571Z | Compiling synstructure v0.12.6 |
1904 | 2023-11-29T18:59:24.691Z | Compiling tinyvec_macros v0.1.1 |
1905 | 2023-11-29T18:59:24.803Z | Compiling tinyvec v1.6.0 |
1906 | 2023-11-29T18:59:25.738Z | Compiling ppv-lite86 v0.2.17 |
1907 | 2023-11-29T18:59:26.125Z | Compiling crc32fast v1.3.2 |
1908 | 2023-11-29T18:59:26.136Z | Compiling native-tls v0.2.11 |
1909 | 2023-11-29T18:59:26.563Z | Compiling futures-io v0.3.29 |
1910 | 2023-11-29T18:59:26.939Z | Compiling rustls v0.21.9 |
1911 | 2023-11-29T18:59:26.951Z | Compiling pin-utils v0.1.0 |
1912 | 2023-11-29T18:59:27.002Z | Compiling rand_chacha v0.3.1 |
1913 | 2023-11-29T18:59:27.046Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1914 | 2023-11-29T18:59:27.075Z | Compiling spin v0.9.8 |
1915 | 2023-11-29T18:59:27.319Z | Compiling unicode-normalization v0.1.22 |
1916 | 2023-11-29T18:59:27.578Z | Compiling tracing-core v0.1.31 |
1917 | 2023-11-29T18:59:27.669Z | Compiling unicode-bidi v0.3.13 |
1918 | 2023-11-29T18:59:27.733Z | Compiling subtle v2.5.0 |
1919 | 2023-11-29T18:59:29.050Z | Compiling rand v0.8.5 |
1920 | 2023-11-29T18:59:29.700Z | Compiling errno v0.3.2 |
1921 | 2023-11-29T18:59:29.733Z | Compiling num-iter v0.1.43 |
1922 | 2023-11-29T18:59:30.110Z | Compiling usdt-impl v0.3.5 |
1923 | 2023-11-29T18:59:30.125Z | Compiling ahash v0.8.3 |
1924 | 2023-11-29T18:59:30.188Z | Compiling base64 v0.21.5 |
1925 | 2023-11-29T18:59:30.692Z | Compiling rustix v0.38.25 |
1926 | 2023-11-29T18:59:30.778Z | Compiling signal-hook v0.3.17 |
1927 | 2023-11-29T18:59:31.312Z | Compiling schemars v0.8.13 |
1928 | 2023-11-29T18:59:31.755Z | Compiling serde_derive_internals v0.26.0 |
1929 | 2023-11-29T18:59:32.943Z | Compiling serde_derive v1.0.192 |
1930 | 2023-11-29T18:59:33.196Z | Compiling zeroize_derive v1.4.2 |
1931 | 2023-11-29T18:59:33.701Z | Compiling tokio-macros v2.2.0 |
1932 | 2023-11-29T18:59:33.788Z | Compiling thiserror-impl v1.0.49 |
1933 | 2023-11-29T18:59:34.210Z | Compiling futures-macro v0.3.29 |
1934 | 2023-11-29T18:59:35.475Z | Compiling zeroize v1.6.0 |
1935 | 2023-11-29T18:59:35.506Z | Compiling tracing-attributes v0.1.26 |
1936 | 2023-11-29T18:59:36.687Z | Compiling zerocopy-derive v0.2.0 |
1937 | 2023-11-29T18:59:36.700Z | Compiling openssl-macros v0.1.1 |
1938 | 2023-11-29T18:59:37.713Z | Compiling zerocopy-derive v0.6.4 |
1939 | 2023-11-29T18:59:38.377Z | Compiling pest v2.7.2 |
1940 | 2023-11-29T18:59:38.850Z | Compiling crypto-common v0.1.6 |
1941 | 2023-11-29T18:59:38.855Z | Compiling block-buffer v0.10.4 |
1942 | 2023-11-29T18:59:39.118Z | Compiling digest v0.10.7 |
1943 | 2023-11-29T18:59:40.709Z | Compiling fnv v1.0.7 |
1944 | 2023-11-29T18:59:40.779Z | Compiling tracing v0.1.37 |
1945 | 2023-11-29T18:59:40.872Z | Compiling bitflags v1.3.2 |
1946 | 2023-11-29T18:59:41.667Z | Compiling zerocopy v0.3.0 |
1947 | 2023-11-29T18:59:41.679Z | Compiling schemars_derive v0.8.13 |
1948 | 2023-11-29T18:59:42.344Z | Compiling pest_meta v2.7.2 |
1949 | 2023-11-29T18:59:42.958Z | Compiling lazy_static v1.4.0 |
1950 | 2023-11-29T18:59:45.813Z | Compiling pest_generator v2.7.2 |
1951 | 2023-11-29T18:59:46.521Z | Compiling backtrace v0.3.69 |
1952 | 2023-11-29T18:59:46.648Z | Compiling num-bigint v0.4.4 |
1953 | 2023-11-29T18:59:47.028Z | Compiling memoffset v0.9.0 |
1954 | 2023-11-29T18:59:47.087Z | Compiling iana-time-zone v0.1.57 |
1955 | 2023-11-29T18:59:47.292Z | Compiling untrusted v0.7.1 |
1956 | 2023-11-29T18:59:48.044Z | Compiling crossbeam-utils v0.8.16 |
1957 | 2023-11-29T18:59:48.044Z | Compiling doc-comment v0.3.3 |
1958 | 2023-11-29T18:59:48.044Z | Compiling hashbrown v0.14.2 |
1959 | 2023-11-29T18:59:48.098Z | Compiling foreign-types-shared v0.1.1 |
1960 | 2023-11-29T18:59:48.283Z | Compiling equivalent v1.0.1 |
1961 | 2023-11-29T18:59:48.321Z | Compiling base64ct v1.6.0 |
1962 | 2023-11-29T18:59:48.538Z | Compiling openssl-probe v0.1.5 |
1963 | 2023-11-29T18:59:48.702Z | Compiling async-trait v0.1.74 |
1964 | 2023-11-29T18:59:48.861Z | Compiling pest_derive v2.7.2 |
1965 | 2023-11-29T18:59:48.922Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1966 | 2023-11-29T18:59:49.299Z | Compiling untrusted v0.9.0 |
1967 | 2023-11-29T18:59:49.505Z | Compiling percent-encoding v2.3.0 |
1968 | 2023-11-29T18:59:49.531Z | Compiling hashbrown v0.12.3 |
1969 | 2023-11-29T18:59:49.920Z | Compiling smoltcp v0.9.1 |
1970 | 2023-11-29T18:59:49.965Z | Compiling dtrace-parser v0.1.14 |
1971 | 2023-11-29T18:59:50.616Z | Compiling pem-rfc7468 v0.7.0 |
1972 | 2023-11-29T18:59:50.816Z | Compiling foreign-types v0.3.2 |
1973 | 2023-11-29T18:59:52.827Z | Compiling dof v0.1.5 |
1974 | 2023-11-29T18:59:53.189Z | Compiling clap_derive v4.4.2 |
1975 | 2023-11-29T18:59:53.488Z | Compiling der_derive v0.7.2 |
1976 | 2023-11-29T18:59:55.363Z | Compiling bytes v1.5.0 |
1977 | 2023-11-29T18:59:56.271Z | Compiling bitflags v2.4.0 |
1978 | 2023-11-29T18:59:57.114Z | Compiling tokio v1.34.0 |
1979 | 2023-11-29T18:59:57.200Z | Compiling rustc_version v0.4.0 |
1980 | 2023-11-29T18:59:58.141Z | Compiling heapless v0.7.16 |
1981 | 2023-11-29T18:59:58.632Z | Compiling http v0.2.11 |
1982 | 2023-11-29T18:59:58.743Z | Compiling uuid v1.6.1 |
1983 | 2023-11-29T18:59:59.803Z | Compiling chrono v0.4.31 |
1984 | 2023-11-29T19:00:00.701Z | Compiling indexmap v2.1.0 |
1985 | 2023-11-29T19:00:02.652Z | Compiling thread-id v4.2.0 |
1986 | 2023-11-29T19:00:02.676Z | Compiling utf8parse v0.2.1 |
1987 | 2023-11-29T19:00:02.788Z | Compiling cpufeatures v0.2.9 |
1988 | 2023-11-29T19:00:02.946Z | Compiling time-core v0.1.1 |
1989 | 2023-11-29T19:00:03.129Z | Compiling try-lock v0.2.4 |
1990 | 2023-11-29T19:00:03.143Z | Compiling anstyle v1.0.2 |
1991 | 2023-11-29T19:00:03.232Z | Compiling rustversion v1.0.14 |
1992 | 2023-11-29T19:00:04.028Z | Compiling siphasher v0.3.11 |
1993 | 2023-11-29T19:00:04.098Z | Compiling adler v1.0.2 |
1994 | 2023-11-29T19:00:04.381Z | Compiling flagset v0.4.3 |
1995 | 2023-11-29T19:00:04.610Z | Compiling miniz_oxide v0.7.1 |
1996 | 2023-11-29T19:00:04.709Z | Compiling der v0.7.8 |
1997 | 2023-11-29T19:00:06.047Z | Compiling want v0.3.1 |
1998 | 2023-11-29T19:00:06.753Z | Compiling time-macros v0.2.13 |
1999 | 2023-11-29T19:00:07.823Z | Compiling sha2 v0.10.8 |
2000 | 2023-11-29T19:00:10.057Z | Compiling tokio-util v0.7.10 |
2001 | 2023-11-29T19:00:12.316Z | Compiling h2 v0.3.21 |
2002 | 2023-11-29T19:00:13.820Z | Compiling anstyle-parse v0.2.1 |
2003 | 2023-11-29T19:00:14.664Z | Compiling http-body v0.4.5 |
2004 | 2023-11-29T19:00:16.541Z | Compiling serde_tokenstream v0.1.7 |
2005 | 2023-11-29T19:00:17.608Z | Compiling sct v0.7.0 |
2006 | 2023-11-29T19:00:18.029Z | Compiling rustls-webpki v0.101.7 |
2007 | 2023-11-29T19:00:18.382Z | Compiling form_urlencoded v1.2.0 |
2008 | 2023-11-29T19:00:18.845Z | Compiling hubpack_derive v0.1.1 |
2009 | 2023-11-29T19:00:18.857Z | Compiling pin-project-internal v1.1.3 |
2010 | 2023-11-29T19:00:20.250Z | Compiling socket2 v0.4.9 |
2011 | 2023-11-29T19:00:20.262Z | Compiling crossbeam-epoch v0.9.15 |
2012 | 2023-11-29T19:00:20.697Z | Compiling radium v0.7.0 |
2013 | 2023-11-29T19:00:20.822Z | Compiling anstyle-query v1.0.0 |
2014 | 2023-11-29T19:00:21.005Z | Compiling anyhow v1.0.75 |
2015 | 2023-11-29T19:00:21.536Z | Compiling httpdate v1.0.3 |
2016 | 2023-11-29T19:00:22.139Z | Compiling tower-service v0.3.2 |
2017 | 2023-11-29T19:00:22.200Z | Compiling slog v2.7.0 |
2018 | 2023-11-29T19:00:22.831Z | Compiling colorchoice v1.0.0 |
2019 | 2023-11-29T19:00:23.211Z | Compiling anstream v0.5.0 |
2020 | 2023-11-29T19:00:23.731Z | Compiling hyper v0.14.27 |
2021 | 2023-11-29T19:00:30.536Z | Compiling terminal_size v0.2.6 |
2022 | 2023-11-29T19:00:31.421Z | Compiling spki v0.7.2 |
2023 | 2023-11-29T19:00:32.758Z | Compiling serde_spanned v0.6.4 |
2024 | 2023-11-29T19:00:33.077Z | Compiling toml_datetime v0.6.5 |
2025 | 2023-11-29T19:00:34.321Z | Compiling rustls-pemfile v1.0.3 |
2026 | 2023-11-29T19:00:34.801Z | Compiling zerocopy v0.6.4 |
2027 | 2023-11-29T19:00:36.031Z | Compiling hmac v0.12.1 |
2028 | 2023-11-29T19:00:36.306Z | Compiling md-5 v0.10.5 |
2029 | 2023-11-29T19:00:36.496Z | Compiling stringprep v0.1.3 |
2030 | 2023-11-29T19:00:36.632Z | Compiling idna v0.4.0 |
2031 | 2023-11-29T19:00:37.841Z | Compiling diesel_table_macro_syntax v0.1.0 |
2032 | 2023-11-29T19:00:37.875Z | Compiling hash32 v0.2.1 |
2033 | 2023-11-29T19:00:38.468Z | Compiling aho-corasick v1.0.4 |
2034 | 2023-11-29T19:00:38.480Z | Compiling regex-syntax v0.8.2 |
2035 | 2023-11-29T19:00:38.958Z | Compiling strsim v0.10.0 |
2036 | 2023-11-29T19:00:39.045Z | Compiling either v1.9.0 |
2037 | 2023-11-29T19:00:39.398Z | Compiling dyn-clone v1.0.13 |
2038 | 2023-11-29T19:00:39.542Z | Compiling winnow v0.5.15 |
2039 | 2023-11-29T19:00:40.477Z | Compiling stable_deref_trait v1.2.0 |
2040 | 2023-11-29T19:00:40.607Z | Compiling gimli v0.28.0 |
2041 | 2023-11-29T19:00:42.628Z | Compiling fallible-iterator v0.2.0 |
2042 | 2023-11-29T19:00:42.716Z | Compiling tap v1.0.1 |
2043 | 2023-11-29T19:00:42.966Z | Compiling maybe-uninit v2.0.0 |
2044 | 2023-11-29T19:00:43.630Z | Compiling clap_lex v0.5.1 |
2045 | 2023-11-29T19:00:43.741Z | Compiling postgres-protocol v0.6.6 |
2046 | 2023-11-29T19:00:43.834Z | Compiling wyz v0.5.1 |
2047 | 2023-11-29T19:00:44.354Z | Compiling regex-automata v0.4.3 |
2048 | 2023-11-29T19:00:44.367Z | Compiling clap_builder v4.4.2 |
2049 | 2023-11-29T19:00:45.473Z | Compiling diesel_derives v2.1.1 |
2050 | 2023-11-29T19:00:45.688Z | Compiling url v2.4.1 |
2051 | 2023-11-29T19:00:47.813Z | Compiling addr2line v0.21.0 |
2052 | 2023-11-29T19:00:48.746Z | Compiling tokio-rustls v0.24.1 |
2053 | 2023-11-29T19:00:50.180Z | Compiling rustls-native-certs v0.6.3 |
2054 | 2023-11-29T19:00:50.413Z | Compiling strum_macros v0.25.2 |
2055 | 2023-11-29T19:00:51.564Z | Compiling tokio-native-tls v0.3.1 |
2056 | 2023-11-29T19:00:56.677Z | Compiling usdt-macro v0.3.5 |
2057 | 2023-11-29T19:00:57.158Z | Compiling usdt-attr-macro v0.3.5 |
2058 | 2023-11-29T19:00:58.299Z | Compiling phf_shared v0.11.2 |
2059 | 2023-11-29T19:00:58.990Z | Compiling block-padding v0.3.3 |
2060 | 2023-11-29T19:00:59.005Z | Compiling enum-as-inner v0.5.1 |
2061 | 2023-11-29T19:00:59.304Z | Compiling snafu-derive v0.7.5 |
2062 | 2023-11-29T19:00:59.307Z | Compiling serde_repr v0.1.16 |
2063 | 2023-11-29T19:01:00.466Z | Compiling scheduled-thread-pool v0.2.7 |
2064 | 2023-11-29T19:01:00.935Z | Compiling object v0.32.1 |
2065 | 2023-11-29T19:01:03.957Z | Compiling managed v0.8.0 |
2066 | 2023-11-29T19:01:08.331Z | Compiling matches v0.1.10 |
2067 | 2023-11-29T19:01:08.395Z | Compiling num_threads v0.1.6 |
2068 | 2023-11-29T19:01:08.446Z | Compiling ipnet v2.8.0 |
2069 | 2023-11-29T19:01:08.553Z | Compiling bit-vec v0.6.3 |
2070 | 2023-11-29T19:01:09.176Z | Compiling regex-automata v0.1.10 |
2071 | 2023-11-29T19:01:09.383Z | Compiling num-bigint-dig v0.8.4 |
2072 | 2023-11-29T19:01:09.823Z | Compiling rustc-demangle v0.1.23 |
2073 | 2023-11-29T19:01:09.970Z | Compiling packed_struct v0.10.1 |
2074 | 2023-11-29T19:01:10.159Z | Compiling funty v2.0.0 |
2075 | 2023-11-29T19:01:10.555Z | Compiling deranged v0.3.8 |
2076 | 2023-11-29T19:01:11.843Z | Compiling bstr v0.2.17 |
2077 | 2023-11-29T19:01:13.398Z | Compiling time v0.3.27 |
2078 | 2023-11-29T19:01:14.002Z | Compiling bitvec v1.0.1 |
2079 | 2023-11-29T19:01:16.085Z | Compiling idna v0.2.3 |
2080 | 2023-11-29T19:01:21.200Z | Compiling r2d2 v0.8.10 |
2081 | 2023-11-29T19:01:22.405Z | Compiling inout v0.1.3 |
2082 | 2023-11-29T19:01:23.648Z | Compiling phf v0.11.2 |
2083 | 2023-11-29T19:01:24.081Z | Compiling hyper-tls v0.5.0 |
2084 | 2023-11-29T19:01:24.577Z | Compiling regex v1.10.2 |
2085 | 2023-11-29T19:01:24.608Z | Compiling hyper-rustls v0.24.2 |
2086 | 2023-11-29T19:01:25.374Z | Compiling clap v4.4.3 |
2087 | 2023-11-29T19:01:25.536Z | Compiling signal-hook-mio v0.2.3 |
2088 | 2023-11-29T19:01:25.732Z | Compiling flate2 v1.0.28 |
2089 | 2023-11-29T19:01:26.258Z | Compiling bzip2 v0.4.4 |
2090 | 2023-11-29T19:01:26.796Z | Compiling ipnetwork v0.20.0 |
2091 | 2023-11-29T19:01:27.215Z | Compiling toml_edit v0.19.15 |
2092 | 2023-11-29T19:01:27.436Z | Compiling postgres-types v0.2.6 |
2093 | 2023-11-29T19:01:27.606Z | Compiling itertools v0.11.0 |
2094 | 2023-11-29T19:01:27.972Z | Compiling pkcs8 v0.10.2 |
2095 | 2023-11-29T19:01:29.325Z | Compiling pin-project v1.1.3 |
2096 | 2023-11-29T19:01:29.808Z | Compiling hubpack v0.1.2 |
2097 | 2023-11-29T19:01:29.876Z | Compiling serde_urlencoded v0.7.1 |
2098 | 2023-11-29T19:01:30.461Z | Compiling phf_shared v0.10.0 |
2099 | 2023-11-29T19:01:30.724Z | Compiling futures-executor v0.3.29 |
2100 | 2023-11-29T19:01:32.602Z | Compiling signature v2.1.0 |
2101 | 2023-11-29T19:01:33.167Z | Compiling packed_struct_codegen v0.10.1 |
2102 | 2023-11-29T19:01:34.449Z | Compiling float-cmp v0.9.0 |
2103 | 2023-11-29T19:01:35.445Z | Compiling encoding_rs v0.8.33 |
2104 | 2023-11-29T19:01:36.571Z | Compiling static_assertions v1.1.0 |
2105 | 2023-11-29T19:01:36.682Z | Compiling predicates-core v1.0.6 |
2106 | 2023-11-29T19:01:36.698Z | Compiling whoami v1.4.1 |
2107 | 2023-11-29T19:01:37.146Z | Compiling fixedbitset v0.4.2 |
2108 | 2023-11-29T19:01:37.384Z | Compiling unicode-width v0.1.11 |
2109 | 2023-11-29T19:01:37.633Z | Compiling crc-catalog v2.2.0 |
2110 | 2023-11-29T19:01:37.829Z | Compiling difflib v0.4.0 |
2111 | 2023-11-29T19:01:37.896Z | Compiling mime v0.3.17 |
2112 | 2023-11-29T19:01:38.645Z | Compiling precomputed-hash v0.1.1 |
2113 | 2023-11-29T19:01:38.685Z | Compiling regex-automata v0.3.8 |
2114 | 2023-11-29T19:01:38.784Z | Compiling nodrop v0.1.14 |
2115 | 2023-11-29T19:01:38.942Z | Compiling new_debug_unreachable v1.0.4 |
2116 | 2023-11-29T19:01:41.096Z | Compiling unicode-segmentation v1.10.1 |
2117 | 2023-11-29T19:01:41.469Z | Compiling webpki-roots v0.25.2 |
2118 | 2023-11-29T19:01:42.204Z | Compiling data-encoding v2.4.0 |
2119 | 2023-11-29T19:01:42.321Z | Compiling normalize-line-endings v0.3.0 |
2120 | 2023-11-29T19:01:42.732Z | Compiling predicates v3.0.4 |
2121 | 2023-11-29T19:01:44.999Z | Compiling trust-dns-proto v0.22.0 |
2122 | 2023-11-29T19:01:49.323Z | Compiling similar v2.2.1 |
2123 | 2023-11-29T19:01:50.718Z | Compiling reqwest v0.11.22 |
2124 | 2023-11-29T19:01:52.647Z | Compiling bstr v1.6.0 |
2125 | 2023-11-29T19:01:56.586Z | Compiling string_cache v0.8.7 |
2126 | 2023-11-29T19:01:57.206Z | Compiling array-init v0.0.4 |
2127 | 2023-11-29T19:01:59.338Z | Compiling crc v3.0.1 |
2128 | 2023-11-29T19:01:59.501Z | Compiling console v0.15.7 |
2129 | 2023-11-29T19:01:59.983Z | Compiling petgraph v0.6.4 |
2130 | 2023-11-29T19:02:00.479Z | Compiling tokio-postgres v0.7.10 |
2131 | 2023-11-29T19:02:05.637Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2132 | 2023-11-29T19:02:10.753Z | Compiling toml v0.7.8 |
2133 | 2023-11-29T19:02:11.228Z | Compiling futures v0.3.29 |
2134 | 2023-11-29T19:02:12.685Z | Compiling snafu v0.7.5 |
2135 | 2023-11-29T19:02:12.777Z | Compiling pkcs1 v0.7.5 |
2136 | 2023-11-29T19:02:12.918Z | Compiling smallvec v0.6.14 |
2137 | 2023-11-29T19:02:13.213Z | Compiling diesel v2.1.4 |
2138 | 2023-11-29T19:02:13.617Z | Compiling zip v0.6.6 |
2139 | 2023-11-29T19:02:13.653Z | Compiling yasna v0.5.2 |
2140 | 2023-11-29T19:02:13.869Z | Compiling crossterm v0.27.0 |
2141 | 2023-11-29T19:02:15.685Z | Compiling cipher v0.4.4 |
2142 | 2023-11-29T19:02:16.379Z | Compiling hashbrown v0.13.2 |
2143 | 2023-11-29T19:02:19.557Z | Compiling bit-set v0.5.3 |
2144 | 2023-11-29T19:02:19.569Z | Compiling usdt v0.3.5 |
2145 | 2023-11-29T19:02:19.949Z | Compiling is-terminal v0.4.9 |
2146 | 2023-11-29T19:02:20.116Z | Compiling toml_edit v0.21.0 |
2147 | 2023-11-29T19:02:23.112Z | Compiling itertools v0.10.5 |
2148 | 2023-11-29T19:02:26.511Z | Compiling tokio-stream v0.1.14 |
2149 | 2023-11-29T19:02:27.756Z | Compiling openapiv3 v2.0.0-rc.1 |
2150 | 2023-11-29T19:02:27.962Z | Compiling hex v0.4.3 |
2151 | 2023-11-29T19:02:35.924Z | Compiling termcolor v1.2.0 |
2152 | 2023-11-29T19:02:39.214Z | Compiling bitfield v0.14.0 |
2153 | 2023-11-29T19:02:40.543Z | Compiling lalrpop-util v0.19.12 |
2154 | 2023-11-29T19:02:41.080Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2155 | 2023-11-29T19:02:54.716Z | Compiling env_logger v0.10.0 |
2156 | 2023-11-29T19:03:04.378Z | Compiling rsa v0.9.2 |
2157 | 2023-11-29T19:03:13.212Z | Compiling serde-hex v0.1.0 |
2158 | 2023-11-29T19:03:15.147Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2159 | 2023-11-29T19:03:21.649Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2160 | 2023-11-29T19:03:22.293Z | Compiling x509-cert v0.2.4 |
2161 | 2023-11-29T19:03:23.059Z | Compiling ron v0.8.1 |
2162 | 2023-11-29T19:03:34.243Z | Compiling crc-any v2.4.3 |
2163 | 2023-11-29T19:03:35.779Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2164 | 2023-11-29T19:03:46.802Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2165 | 2023-11-29T19:04:03.748Z | Compiling object v0.30.4 |
2166 | 2023-11-29T19:04:15.461Z | Compiling path-slash v0.1.5 |
2167 | 2023-11-29T19:04:16.360Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2168 | 2023-11-29T19:05:02.159Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2169 | 2023-11-29T19:05:03.267Z | Finished release [optimized] target(s) in 5m 55s |
2170 | 2023-11-29T19:05:03.480Z | |
2171 | 2023-11-29T19:05:03.481Z | real 5:56.090867359 |
2172 | 2023-11-29T19:05:03.481Z | user 41:17.302193472 |
2173 | 2023-11-29T19:05:03.481Z | sys 3:30.110923771 |
2174 | 2023-11-29T19:05:03.481Z | trap 1.683592154 |
2175 | 2023-11-29T19:05:03.481Z | tflt 0.970673488 |
2176 | 2023-11-29T19:05:03.481Z | dflt 0.412145888 |
2177 | 2023-11-29T19:05:03.494Z | kflt 0.000134675 |
2178 | 2023-11-29T19:05:03.494Z | lock 1:32:38.030160142 |
2179 | 2023-11-29T19:05:03.494Z | slp 1:57:16.481412674 |
2180 | 2023-11-29T19:05:03.494Z | lat 1:49.585090882 |
2181 | 2023-11-29T19:05:03.494Z | stop 1:14.793160461 |
2182 | 2023-11-29T19:05:03.495Z | + ptime -m gzip |
2183 | 2023-11-29T19:05:04.016Z | |
2184 | 2023-11-29T19:05:04.028Z | real 0.663580245 |
2185 | 2023-11-29T19:05:04.028Z | user 0.653406033 |
2186 | 2023-11-29T19:05:04.028Z | sys 0.009550711 |
2187 | 2023-11-29T19:05:04.028Z | trap 0.000112152 |
2188 | 2023-11-29T19:05:04.028Z | tflt 0.000000000 |
2189 | 2023-11-29T19:05:04.028Z | dflt 0.000000000 |
2190 | 2023-11-29T19:05:04.028Z | kflt 0.000000000 |
2191 | 2023-11-29T19:05:04.028Z | lock 0.000000000 |
2192 | 2023-11-29T19:05:04.028Z | slp 0.000000000 |
2193 | 2023-11-29T19:05:04.028Z | lat 0.000175467 |
2194 | 2023-11-29T19:05:04.028Z | stop 0.000226974 |
2195 | 2023-11-29T19:05:04.028Z | + banner tufaceous |
2196 | 2023-11-29T19:05:04.028Z | |
2197 | 2023-11-29T19:05:04.028Z | ##### # # ###### ## #### ###### #### # # #### |
2198 | 2023-11-29T19:05:04.028Z | # # # # # # # # # # # # # # |
2199 | 2023-11-29T19:05:04.028Z | # # # ##### # # # ##### # # # # #### |
2200 | 2023-11-29T19:05:04.028Z | # # # # ###### # # # # # # # |
2201 | 2023-11-29T19:05:04.031Z | # # # # # # # # # # # # # # # |
2202 | 2023-11-29T19:05:04.031Z | # #### # # # #### ###### #### #### #### |
2203 | 2023-11-29T19:05:04.031Z | |
2204 | 2023-11-29T19:05:04.031Z | + ptime -m cargo build --locked -p tufaceous --release |
2205 | 2023-11-29T19:05:04.675Z | Downloading crates ... |
2206 | 2023-11-29T19:05:05.020Z | Downloaded buf-list v1.0.3 |
2207 | 2023-11-29T19:05:05.029Z | Downloaded async-recursion v1.0.5 |
2208 | 2023-11-29T19:05:05.033Z | Downloaded serde_plain v1.0.2 |
2209 | 2023-11-29T19:05:05.036Z | Downloaded olpc-cjson v0.1.3 |
2210 | 2023-11-29T19:05:05.039Z | Downloaded humantime v2.1.0 |
2211 | 2023-11-29T19:05:05.039Z | Downloaded globset v0.4.13 |
2212 | 2023-11-29T19:05:05.044Z | Downloaded bytesize v1.3.0 |
2213 | 2023-11-29T19:05:05.044Z | Downloaded fs-err v2.11.0 |
2214 | 2023-11-29T19:05:05.048Z | Downloaded typed-path v0.6.0 |
2215 | 2023-11-29T19:05:05.057Z | Downloaded tough v0.15.0 |
2216 | 2023-11-29T19:05:05.225Z | Compiling serde_tokenstream v0.2.0 |
2217 | 2023-11-29T19:05:05.246Z | Compiling regress v0.7.1 |
2218 | 2023-11-29T19:05:05.258Z | Compiling dirs-sys-next v0.1.2 |
2219 | 2023-11-29T19:05:05.261Z | Compiling ident_case v1.0.1 |
2220 | 2023-11-29T19:05:05.278Z | Compiling thread_local v1.1.7 |
2221 | 2023-11-29T19:05:05.281Z | Compiling heck v0.4.1 |
2222 | 2023-11-29T19:05:05.295Z | Compiling camino v1.1.6 |
2223 | 2023-11-29T19:05:05.482Z | Compiling dirs-next v2.0.0 |
2224 | 2023-11-29T19:05:05.822Z | Compiling darling_core v0.20.3 |
2225 | 2023-11-29T19:05:05.978Z | Compiling slog-async v2.8.0 |
2226 | 2023-11-29T19:05:06.118Z | Compiling term v0.7.0 |
2227 | 2023-11-29T19:05:06.530Z | Compiling crossbeam-channel v0.5.8 |
2228 | 2023-11-29T19:05:07.110Z | Compiling getopts v0.2.21 |
2229 | 2023-11-29T19:05:07.114Z | Compiling structmeta-derive v0.2.0 |
2230 | 2023-11-29T19:05:07.215Z | Compiling atty v0.2.14 |
2231 | 2023-11-29T19:05:07.411Z | Compiling multer v2.1.0 |
2232 | 2023-11-29T19:05:07.826Z | Compiling match_cfg v0.1.0 |
2233 | 2023-11-29T19:05:07.951Z | Compiling unsafe-libyaml v0.2.9 |
2234 | 2023-11-29T19:05:08.065Z | Compiling paste v1.0.14 |
2235 | 2023-11-29T19:05:08.695Z | Compiling take_mut v0.2.2 |
2236 | 2023-11-29T19:05:09.380Z | Compiling hostname v0.3.1 |
2237 | 2023-11-29T19:05:09.839Z | Compiling slog-term v2.9.0 |
2238 | 2023-11-29T19:05:10.834Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2239 | 2023-11-29T19:05:13.047Z | Compiling structmeta v0.2.0 |
2240 | 2023-11-29T19:05:13.632Z | Compiling serde_yaml v0.9.25 |
2241 | 2023-11-29T19:05:14.668Z | Compiling darling_macro v0.20.3 |
2242 | 2023-11-29T19:05:14.761Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2243 | 2023-11-29T19:05:14.787Z | Compiling slog-json v2.6.1 |
2244 | 2023-11-29T19:05:15.580Z | Compiling async-stream-impl v0.3.5 |
2245 | 2023-11-29T19:05:16.105Z | Compiling darling v0.20.3 |
2246 | 2023-11-29T19:05:16.255Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2247 | 2023-11-29T19:05:16.719Z | Compiling regex-syntax v0.7.5 |
2248 | 2023-11-29T19:05:17.091Z | Compiling fastrand v2.0.0 |
2249 | 2023-11-29T19:05:17.508Z | Compiling atomic-waker v1.1.1 |
2250 | 2023-11-29T19:05:17.782Z | Compiling waitgroup v0.1.2 |
2251 | 2023-11-29T19:05:17.798Z | Compiling tempfile v3.8.1 |
2252 | 2023-11-29T19:05:18.125Z | Compiling async-stream v0.3.5 |
2253 | 2023-11-29T19:05:18.250Z | Compiling serde_with_macros v2.3.3 |
2254 | 2023-11-29T19:05:18.679Z | Compiling slog-bunyan v2.4.0 |
2255 | 2023-11-29T19:05:21.004Z | Compiling toml v0.8.8 |
2256 | 2023-11-29T19:05:21.545Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2257 | 2023-11-29T19:05:22.213Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2258 | 2023-11-29T19:05:23.254Z | Compiling sha1 v0.10.6 |
2259 | 2023-11-29T19:05:23.898Z | Compiling serde_path_to_error v0.1.14 |
2260 | 2023-11-29T19:05:24.609Z | Compiling fs-err v2.11.0 |
2261 | 2023-11-29T19:05:24.754Z | Compiling instant v0.1.12 |
2262 | 2023-11-29T19:05:24.766Z | Compiling debug-ignore v1.0.5 |
2263 | 2023-11-29T19:05:25.012Z | Compiling same-file v1.0.6 |
2264 | 2023-11-29T19:05:25.021Z | Compiling arc-swap v1.6.0 |
2265 | 2023-11-29T19:05:25.032Z | Compiling buf-list v1.0.3 |
2266 | 2023-11-29T19:05:25.441Z | Compiling walkdir v2.4.0 |
2267 | 2023-11-29T19:05:25.875Z | Compiling slog-scope v4.4.0 |
2268 | 2023-11-29T19:05:26.338Z | Compiling backoff v0.4.0 |
2269 | 2023-11-29T19:05:26.869Z | Compiling serde_with v2.3.3 |
2270 | 2023-11-29T19:05:26.932Z | Compiling parse-display-derive v0.8.2 |
2271 | 2023-11-29T19:05:27.311Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2272 | 2023-11-29T19:05:28.215Z | Compiling globset v0.4.13 |
2273 | 2023-11-29T19:05:28.316Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2274 | 2023-11-29T19:05:28.541Z | Compiling strum v0.25.0 |
2275 | 2023-11-29T19:05:28.788Z | Compiling olpc-cjson v0.1.3 |
2276 | 2023-11-29T19:05:29.654Z | Compiling pem v3.0.2 |
2277 | 2023-11-29T19:05:29.667Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2278 | 2023-11-29T19:05:29.943Z | Compiling macaddr v1.0.1 |
2279 | 2023-11-29T19:05:31.054Z | Compiling serde_plain v1.0.2 |
2280 | 2023-11-29T19:05:32.264Z | Compiling async-recursion v1.0.5 |
2281 | 2023-11-29T19:05:32.325Z | Compiling filetime v0.2.22 |
2282 | 2023-11-29T19:05:32.778Z | Compiling xattr v1.0.1 |
2283 | 2023-11-29T19:05:32.949Z | Compiling parse-display v0.8.2 |
2284 | 2023-11-29T19:05:33.195Z | Compiling typed-path v0.6.0 |
2285 | 2023-11-29T19:05:33.242Z | Compiling tar v0.4.40 |
2286 | 2023-11-29T19:05:34.430Z | Compiling slog-stdlog v4.1.1 |
2287 | 2023-11-29T19:05:35.927Z | Compiling camino-tempfile v1.1.1 |
2288 | 2023-11-29T19:05:36.397Z | Compiling itertools v0.12.0 |
2289 | 2023-11-29T19:05:36.696Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2290 | 2023-11-29T19:05:36.872Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2291 | 2023-11-29T19:05:42.119Z | Compiling tough v0.15.0 |
2292 | 2023-11-29T19:05:42.754Z | Compiling bytesize v1.3.0 |
2293 | 2023-11-29T19:05:42.785Z | Compiling slog-envlogger v2.2.0 |
2294 | 2023-11-29T19:05:43.637Z | Compiling humantime v2.1.0 |
2295 | 2023-11-29T19:05:47.509Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2296 | 2023-11-29T19:06:11.920Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2297 | 2023-11-29T19:06:12.235Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2298 | 2023-11-29T19:06:22.450Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2299 | 2023-11-29T19:06:24.681Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2300 | 2023-11-29T19:06:52.865Z | Finished release [optimized] target(s) in 1m 48s |
2301 | 2023-11-29T19:06:52.951Z | |
2302 | 2023-11-29T19:06:52.954Z | real 1:48.911944044 |
2303 | 2023-11-29T19:06:52.954Z | user 11:36.762829401 |
2304 | 2023-11-29T19:06:52.954Z | sys 42.954402489 |
2305 | 2023-11-29T19:06:52.954Z | trap 0.434380806 |
2306 | 2023-11-29T19:06:52.954Z | tflt 0.252908400 |
2307 | 2023-11-29T19:06:52.954Z | dflt 0.687363658 |
2308 | 2023-11-29T19:06:52.954Z | kflt 0.000022412 |
2309 | 2023-11-29T19:06:52.954Z | lock 21:56.993126738 |
2310 | 2023-11-29T19:06:52.954Z | slp 23:25.334437378 |
2311 | 2023-11-29T19:06:52.954Z | lat 20.249100756 |
2312 | 2023-11-29T19:06:52.954Z | stop 10.655448406 |
2313 | 2023-11-29T19:06:52.954Z | + ptime -m gzip |
2314 | 2023-11-29T19:06:55.321Z | |
2315 | 2023-11-29T19:06:55.325Z | real 2.364897489 |
2316 | 2023-11-29T19:06:55.325Z | user 2.338438324 |
2317 | 2023-11-29T19:06:55.325Z | sys 0.023737692 |
2318 | 2023-11-29T19:06:55.325Z | trap 0.000845429 |
2319 | 2023-11-29T19:06:55.325Z | tflt 0.000000000 |
2320 | 2023-11-29T19:06:55.325Z | dflt 0.000000000 |
2321 | 2023-11-29T19:06:55.325Z | kflt 0.000000000 |
2322 | 2023-11-29T19:06:55.325Z | lock 0.000000000 |
2323 | 2023-11-29T19:06:55.325Z | slp 0.000000000 |
2324 | 2023-11-29T19:06:55.325Z | lat 0.001549168 |
2325 | 2023-11-29T19:06:55.325Z | stop 0.000226782 |
2326 | 2023-11-29T19:06:55.325Z | process exited: duration 1119792 ms, exit code 0 |
|
2327 | 2023-11-29T19:06:55.343Z | found 5 output files |
2328 | 2023-11-29T19:06:55.343Z | uploading: /work/end-to-end-tests/bootstrap-fe3b4babdbd1397e.gz (6319438 bytes) |
2329 | 2023-11-29T19:06:57.728Z | uploaded: /work/end-to-end-tests/bootstrap-fe3b4babdbd1397e.gz |
2330 | 2023-11-29T19:06:57.728Z | uploading: /work/end-to-end-tests/bootstrap.gz (95347434 bytes) |
2331 | 2023-11-29T19:07:22.767Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2332 | 2023-11-29T19:07:22.767Z | uploading: /work/end-to-end-tests/end_to_end_tests-29e4ffcd832e7ef8.gz (98620698 bytes) |
2333 | 2023-11-29T19:07:49.378Z | uploaded: /work/end-to-end-tests/end_to_end_tests-29e4ffcd832e7ef8.gz |
2334 | 2023-11-29T19:07:49.379Z | uploading: /work/caboose-util.gz (4093412 bytes) |
2335 | 2023-11-29T19:07:50.903Z | uploaded: /work/caboose-util.gz |
2336 | 2023-11-29T19:07:50.903Z | uploading: /work/tufaceous.gz (14956288 bytes) |
2337 | 2023-11-29T19:07:55.909Z | uploaded: /work/tufaceous.gz |