|
|
|
1 | 2023-11-16T20:27:35.406Z | job assigned to worker 01HFCX13S2JS0F60MEPM87GWD2 (queued for 53 s) |
|
2 | 2023-11-16T20:27:35.952Z | starting task 0: "setup" |
3 | 2023-11-16T20:27:36.018Z | ++ uname -s |
4 | 2023-11-16T20:27:36.032Z | + kern=SunOS |
5 | 2023-11-16T20:27:36.036Z | + case "$kern" in |
6 | 2023-11-16T20:27:36.039Z | + groupadd -g 12345 build |
7 | 2023-11-16T20:27:36.041Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-16T20:27:38.029Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-16T20:27:38.153Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-16T20:27:38.158Z | + home_fs=zfs |
11 | 2023-11-16T20:27:38.161Z | + [[ zfs == autofs ]] |
12 | 2023-11-16T20:27:38.167Z | + mkdir -p /home/build |
13 | 2023-11-16T20:27:38.171Z | + chown build:build /home/build /work |
14 | 2023-11-16T20:27:39.169Z | + chmod 0700 /home/build /work |
15 | 2023-11-16T20:27:39.174Z | process exited: duration 3209 ms, exit code 0 |
|
16 | 2023-11-16T20:27:39.182Z | starting task 1: "rust-toolchain" |
17 | 2023-11-16T20:27:39.195Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-16T20:27:39.199Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-16T20:27:39.367Z | info: downloading installer |
20 | 2023-11-16T20:27:41.365Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-16T20:27:41.385Z | warning: /opt/ooce/bin |
22 | 2023-11-16T20:27:41.401Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-16T20:27:41.417Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-16T20:27:41.428Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-16T20:27:41.440Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-16T20:27:41.446Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-16T20:27:41.468Z | error: cannot install while Rust is installed |
28 | 2023-11-16T20:27:41.473Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-16T20:27:41.478Z | info: profile set to 'default' |
30 | 2023-11-16T20:27:41.484Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-16T20:27:41.489Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-16T20:27:41.673Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-16T20:27:41.682Z | info: downloading component 'cargo' |
34 | 2023-11-16T20:27:42.586Z | info: downloading component 'clippy' |
35 | 2023-11-16T20:27:42.907Z | info: downloading component 'rust-docs' |
36 | 2023-11-16T20:27:44.055Z | info: downloading component 'rust-std' |
37 | 2023-11-16T20:27:46.105Z | info: downloading component 'rustc' |
38 | 2023-11-16T20:27:51.105Z | info: downloading component 'rustfmt' |
39 | 2023-11-16T20:27:51.394Z | info: installing component 'cargo' |
40 | 2023-11-16T20:27:52.836Z | info: installing component 'clippy' |
41 | 2023-11-16T20:27:53.438Z | info: installing component 'rust-docs' |
42 | 2023-11-16T20:27:56.163Z | info: installing component 'rust-std' |
43 | 2023-11-16T20:27:59.296Z | info: installing component 'rustc' |
44 | 2023-11-16T20:28:06.250Z | info: installing component 'rustfmt' |
45 | 2023-11-16T20:28:06.773Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-16T20:28:06.776Z | |
47 | 2023-11-16T20:28:06.909Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-16T20:28:06.912Z | |
49 | 2023-11-16T20:28:06.915Z | |
50 | 2023-11-16T20:28:06.918Z | Rust is installed now. Great! |
51 | 2023-11-16T20:28:06.921Z | |
52 | 2023-11-16T20:28:06.925Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-16T20:28:06.927Z | environment variable. This has not been done automatically. |
54 | 2023-11-16T20:28:06.930Z | |
55 | 2023-11-16T20:28:06.933Z | To configure your current shell, run: |
56 | 2023-11-16T20:28:06.935Z | source "$HOME/.cargo/env" |
57 | 2023-11-16T20:28:07.012Z | + rustc --version |
58 | 2023-11-16T20:28:07.123Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-16T20:28:07.133Z | process exited: duration 27943 ms, exit code 0 |
|
60 | 2023-11-16T20:28:07.148Z | starting task 2: "authentication" |
61 | 2023-11-16T20:28:07.191Z | process exited: duration 38 ms, exit code 0 |
|
62 | 2023-11-16T20:28:07.203Z | starting task 3: "clone repository" |
63 | 2023-11-16T20:28:07.214Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-16T20:28:07.219Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-16T20:28:07.281Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-16T20:28:12.244Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-16T20:28:12.247Z | + [[ -n '' ]] |
68 | 2023-11-16T20:28:12.250Z | + git fetch origin 278a9825218cfaf8d88e8e9cccb0fb3ff7bfcfc0 |
69 | 2023-11-16T20:28:12.880Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-16T20:28:12.883Z | * branch 278a9825218cfaf8d88e8e9cccb0fb3ff7bfcfc0 -> FETCH_HEAD |
71 | 2023-11-16T20:28:12.887Z | + git reset --hard 278a9825218cfaf8d88e8e9cccb0fb3ff7bfcfc0 |
72 | 2023-11-16T20:28:13.044Z | HEAD is now at 278a9825 Merge branch 'main' into omdb_db_validate |
73 | 2023-11-16T20:28:13.047Z | process exited: duration 5840 ms, exit code 0 |
|
74 | 2023-11-16T20:28:13.053Z | starting task 4: "build" |
75 | 2023-11-16T20:28:13.063Z | + cargo --version |
76 | 2023-11-16T20:28:13.070Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
77 | 2023-11-16T20:28:13.293Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
78 | 2023-11-16T20:28:13.296Z | info: downloading component 'cargo' |
79 | 2023-11-16T20:28:14.221Z | info: downloading component 'clippy' |
80 | 2023-11-16T20:28:14.549Z | info: downloading component 'rust-docs' |
81 | 2023-11-16T20:28:15.763Z | info: downloading component 'rust-std' |
82 | 2023-11-16T20:28:17.716Z | info: downloading component 'rustc' |
83 | 2023-11-16T20:28:22.971Z | info: downloading component 'rustfmt' |
84 | 2023-11-16T20:28:23.263Z | info: installing component 'cargo' |
85 | 2023-11-16T20:28:25.370Z | info: installing component 'clippy' |
86 | 2023-11-16T20:28:25.930Z | info: installing component 'rust-docs' |
87 | 2023-11-16T20:28:28.659Z | info: installing component 'rust-std' |
88 | 2023-11-16T20:28:31.304Z | info: installing component 'rustc' |
89 | 2023-11-16T20:28:37.483Z | info: installing component 'rustfmt' |
90 | 2023-11-16T20:28:38.045Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
91 | 2023-11-16T20:28:38.049Z | + rustc --version |
92 | 2023-11-16T20:28:38.175Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
93 | 2023-11-16T20:28:38.183Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2023-11-16T20:28:55.120Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2023-11-16T20:28:56.117Z | Startup: Caching catalogs ... Done |
96 | 2023-11-16T20:29:01.507Z | Planning: Solver setup ... Done (5.087s) |
97 | 2023-11-16T20:29:01.629Z | Planning: Running solver ... Done (0.124s) |
98 | 2023-11-16T20:29:01.690Z | Planning: Finding local manifests ... Done (0.004s) |
99 | 2023-11-16T20:29:01.704Z | Planning: Fetching manifests: 0/4 0% complete |
100 | 2023-11-16T20:29:02.462Z | Planning: Fetching manifests: 4/4 100% complete |
101 | 2023-11-16T20:29:02.545Z | Planning: Package planning ... Done (0.083s) |
102 | 2023-11-16T20:29:02.632Z | Planning: Merging actions ... Done (0.086s) |
103 | 2023-11-16T20:29:03.610Z | Planning: Checking for conflicting actions ... Done (0.977s) |
104 | 2023-11-16T20:29:03.627Z | Planning: Consolidating action changes ... Done (0.017s) |
105 | 2023-11-16T20:29:13.046Z | Planning: Evaluating mediators ... Done (9.420s) |
106 | 2023-11-16T20:29:13.062Z | Planning: Planning completed in 16.89 seconds |
107 | 2023-11-16T20:29:14.158Z | Packages to install: 4 |
108 | 2023-11-16T20:29:14.161Z | Mediators to change: 2 |
109 | 2023-11-16T20:29:14.164Z | Services to change: 1 |
110 | 2023-11-16T20:29:14.167Z | Estimated space available: 148.90 GB |
111 | 2023-11-16T20:29:14.170Z | Estimated space to be consumed: 1.37 GB |
112 | 2023-11-16T20:29:14.172Z | Create boot environment: No |
113 | 2023-11-16T20:29:14.176Z | Create backup boot environment: No |
114 | 2023-11-16T20:29:14.178Z | Rebuild boot archive: No |
115 | 2023-11-16T20:29:14.181Z | |
116 | 2023-11-16T20:29:14.185Z | Changed mediators: |
117 | 2023-11-16T20:29:14.187Z | mediator clang: |
118 | 2023-11-16T20:29:14.191Z | version: None -> 15 (system default) |
119 | 2023-11-16T20:29:14.193Z | |
120 | 2023-11-16T20:29:14.196Z | mediator llvm: |
121 | 2023-11-16T20:29:14.199Z | version: 14 (system default) -> 15 (system default) |
122 | 2023-11-16T20:29:14.203Z | |
123 | 2023-11-16T20:29:14.208Z | Changed packages: |
124 | 2023-11-16T20:29:14.217Z | helios-dev |
125 | 2023-11-16T20:29:14.224Z | developer/build-essential |
126 | 2023-11-16T20:29:14.226Z | None -> 11-2.0 |
127 | 2023-11-16T20:29:14.229Z | library/libxmlsec1 |
128 | 2023-11-16T20:29:14.233Z | None -> 1.2.35-2.0 |
129 | 2023-11-16T20:29:14.236Z | ooce/developer/clang-15 |
130 | 2023-11-16T20:29:14.239Z | None -> 15.0.7-2.0 |
131 | 2023-11-16T20:29:14.242Z | ooce/developer/llvm-15 |
132 | 2023-11-16T20:29:14.245Z | None -> 15.0.7-2.0 |
133 | 2023-11-16T20:29:14.248Z | |
134 | 2023-11-16T20:29:14.251Z | Services: |
135 | 2023-11-16T20:29:14.254Z | restart_fmri: |
136 | 2023-11-16T20:29:14.257Z | svc:/system/update-man-index:default |
137 | 2023-11-16T20:29:14.699Z | |
138 | 2023-11-16T20:29:14.706Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
139 | 2023-11-16T20:29:19.698Z | Download: 850/3290 items 18.7/212.6MB 8% complete (3.9M/s) |
140 | 2023-11-16T20:29:24.852Z | Download: 1198/3290 items 77.5/212.6MB 36% complete (8.1M/s) |
141 | 2023-11-16T20:29:29.857Z | Download: 1884/3290 items 118.6/212.6MB 55% complete (10.0M/s) |
142 | 2023-11-16T20:29:34.860Z | Download: 2598/3290 items 120.3/212.6MB 56% complete (4.3M/s) |
143 | 2023-11-16T20:29:39.859Z | Download: 3248/3290 items 186.4/212.6MB 87% complete (6.7M/s) |
144 | 2023-11-16T20:29:42.101Z | Download: Completed 212.60 MB in 27.41 seconds (7.8M/s) |
145 | 2023-11-16T20:29:42.417Z | Actions: 1/3687 actions (Installing new actions) |
146 | 2023-11-16T20:29:47.777Z | Actions: 2881/3687 actions (Installing new actions) |
147 | 2023-11-16T20:29:51.023Z | Actions: Completed 3687 actions in 8.62 seconds. |
148 | 2023-11-16T20:29:51.210Z | Done (0.181s) |
149 | 2023-11-16T20:29:51.213Z | Done (0.000s) |
150 | 2023-11-16T20:29:51.428Z | Done (0.218s) |
151 | 2023-11-16T20:29:59.839Z | Done (8.291s) |
152 | 2023-11-16T20:30:00.217Z | Done (0.274s) |
153 | 2023-11-16T20:30:00.220Z | Done (0.000s) |
154 | 2023-11-16T20:30:00.453Z | Done (0.000s) |
155 | 2023-11-16T20:30:01.197Z | Planning: Evaluating mediator changes ... Done |
156 | 2023-11-16T20:30:01.498Z | Planning: Checking for conflicting actions ... Done |
157 | 2023-11-16T20:30:01.502Z | Planning: Consolidating action changes ... Done |
158 | 2023-11-16T20:30:01.945Z | Planning: Evaluating mediators ... Done |
159 | 2023-11-16T20:30:01.948Z | Planning: Planning completed in 0.75 seconds |
160 | 2023-11-16T20:30:02.004Z | Mediators to change: 2 |
161 | 2023-11-16T20:30:02.010Z | Create boot environment: No |
162 | 2023-11-16T20:30:02.013Z | Create backup boot environment: No |
163 | 2023-11-16T20:30:02.108Z | Done |
164 | 2023-11-16T20:30:02.111Z | Done |
165 | 2023-11-16T20:30:02.246Z | Done |
166 | 2023-11-16T20:30:08.611Z | Done |
167 | 2023-11-16T20:30:08.738Z | Done |
168 | 2023-11-16T20:30:08.742Z | Done |
169 | 2023-11-16T20:30:09.000Z | Done |
170 | 2023-11-16T20:30:10.064Z | Planning: Evaluating mediator changes ... Done |
171 | 2023-11-16T20:30:10.067Z | Planning: Merging actions ... Done |
172 | 2023-11-16T20:30:10.415Z | Planning: Checking for conflicting actions ... Done |
173 | 2023-11-16T20:30:10.418Z | Planning: Consolidating action changes ... Done |
174 | 2023-11-16T20:30:10.876Z | Planning: Evaluating mediators ... Done |
175 | 2023-11-16T20:30:10.963Z | Planning: Planning completed in 1.35 seconds |
176 | 2023-11-16T20:30:11.024Z | Packages to change: 1 |
177 | 2023-11-16T20:30:11.027Z | Mediators to change: 1 |
178 | 2023-11-16T20:30:11.030Z | Services to change: 1 |
179 | 2023-11-16T20:30:11.033Z | Create boot environment: No |
180 | 2023-11-16T20:30:11.036Z | Create backup boot environment: Yes |
181 | 2023-11-16T20:30:13.148Z | Actions: 1/6 actions (Updating modified actions) |
182 | 2023-11-16T20:30:13.152Z | Actions: Completed 6 actions in 0.00 seconds. |
183 | 2023-11-16T20:30:13.155Z | Done |
184 | 2023-11-16T20:30:13.158Z | Done |
185 | 2023-11-16T20:30:13.204Z | Done |
186 | 2023-11-16T20:30:19.483Z | Done |
187 | 2023-11-16T20:30:19.611Z | Done |
188 | 2023-11-16T20:30:19.614Z | Done |
189 | 2023-11-16T20:30:19.732Z | Done |
190 | 2023-11-16T20:30:20.451Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
191 | 2023-11-16T20:30:20.456Z | clang system 15 system |
192 | 2023-11-16T20:30:20.459Z | csh system system illumos |
193 | 2023-11-16T20:30:20.462Z | ctags system system illumos |
194 | 2023-11-16T20:30:20.465Z | gcc vendor 12 vendor |
195 | 2023-11-16T20:30:20.468Z | gcc system 10 system |
196 | 2023-11-16T20:30:20.471Z | gcc system 7 system |
197 | 2023-11-16T20:30:20.474Z | go system 1.20 system |
198 | 2023-11-16T20:30:20.476Z | go system 1.19 system |
199 | 2023-11-16T20:30:20.479Z | llvm system 15 system |
200 | 2023-11-16T20:30:20.482Z | llvm system 14 system |
201 | 2023-11-16T20:30:20.485Z | mariadb system 10.6 system |
202 | 2023-11-16T20:30:20.488Z | mta vendor vendor dma |
203 | 2023-11-16T20:30:20.491Z | openjdk system 17 system |
204 | 2023-11-16T20:30:20.494Z | openjdk system 11 system |
205 | 2023-11-16T20:30:20.497Z | openjdk system 1.8 system |
206 | 2023-11-16T20:30:20.500Z | openssl vendor 3 vendor |
207 | 2023-11-16T20:30:20.503Z | perl system 5.36 system |
208 | 2023-11-16T20:30:20.506Z | postgresql system 15 system |
209 | 2023-11-16T20:30:20.509Z | postgresql system 13 system |
210 | 2023-11-16T20:30:20.512Z | python vendor 3 vendor |
211 | 2023-11-16T20:30:20.515Z | python system 2 system |
212 | 2023-11-16T20:30:20.518Z | python3 system 3.11 system |
213 | 2023-11-16T20:30:20.521Z | ruby system 3.0 system |
214 | 2023-11-16T20:30:20.524Z | words vendor vendor american-english |
215 | 2023-11-16T20:30:20.527Z | words system system australian-english |
216 | 2023-11-16T20:30:20.530Z | words system system british-english |
217 | 2023-11-16T20:30:20.533Z | words system system canadian-english |
218 | 2023-11-16T20:30:20.536Z | words system system french |
219 | 2023-11-16T20:30:20.539Z | words system system italian |
220 | 2023-11-16T20:30:20.542Z | words system system ngerman |
221 | 2023-11-16T20:30:20.545Z | words system system ogerman |
222 | 2023-11-16T20:30:20.548Z | words system system spanish |
223 | 2023-11-16T20:30:21.025Z | FMRI IFO |
224 | 2023-11-16T20:30:21.028Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
225 | 2023-11-16T20:30:21.032Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
226 | 2023-11-16T20:30:21.035Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
227 | 2023-11-16T20:30:21.037Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
228 | 2023-11-16T20:30:21.040Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
229 | 2023-11-16T20:30:21.043Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
230 | 2023-11-16T20:30:21.114Z | + set -o errexit |
231 | 2023-11-16T20:30:21.117Z | +++ dirname ./tools/ci_download_cockroachdb |
232 | 2023-11-16T20:30:21.120Z | ++ cd ./tools |
233 | 2023-11-16T20:30:21.123Z | ++ pwd |
234 | 2023-11-16T20:30:21.127Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
235 | 2023-11-16T20:30:21.137Z | ++ basename ./tools/ci_download_cockroachdb |
236 | 2023-11-16T20:30:21.150Z | + ARG0=ci_download_cockroachdb |
237 | 2023-11-16T20:30:21.159Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
238 | 2023-11-16T20:30:21.171Z | + CIDL_VERSION=v22.1.9 |
239 | 2023-11-16T20:30:21.181Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
240 | 2023-11-16T20:30:21.190Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
241 | 2023-11-16T20:30:21.194Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
242 | 2023-11-16T20:30:21.201Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
243 | 2023-11-16T20:30:21.205Z | + TARGET_DIR=out |
244 | 2023-11-16T20:30:21.209Z | + DOWNLOAD_DIR=out/downloads |
245 | 2023-11-16T20:30:21.216Z | + DEST_DIR=./out/cockroachdb |
246 | 2023-11-16T20:30:21.226Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
247 | 2023-11-16T20:30:21.233Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
248 | 2023-11-16T20:30:21.242Z | + main |
249 | 2023-11-16T20:30:21.249Z | + [[ 0 != 0 ]] |
250 | 2023-11-16T20:30:21.254Z | + CIDL_OS=solaris2.11 |
251 | 2023-11-16T20:30:21.259Z | + [[ 0 != 0 ]] |
252 | 2023-11-16T20:30:21.265Z | + configure_os solaris2.11 |
253 | 2023-11-16T20:30:21.271Z | + echo 'current directory: /work/oxidecomputer/omicron' |
254 | 2023-11-16T20:30:21.277Z | current directory: /work/oxidecomputer/omicron |
255 | 2023-11-16T20:30:21.281Z | + echo 'configuring based on OS: "solaris2.11"' |
256 | 2023-11-16T20:30:21.284Z | configuring based on OS: "solaris2.11" |
257 | 2023-11-16T20:30:21.288Z | + case "$1" in |
258 | 2023-11-16T20:30:21.291Z | + CIDL_BUILD=illumos |
259 | 2023-11-16T20:30:21.294Z | + CIDL_SUFFIX=tar.gz |
260 | 2023-11-16T20:30:21.297Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
261 | 2023-11-16T20:30:21.300Z | + CIDL_MD5FUNC=do_md5sum |
262 | 2023-11-16T20:30:21.303Z | + CIDL_URL_BASE=https://illumos.org/downloads |
263 | 2023-11-16T20:30:21.306Z | + CIDL_ASSEMBLE=do_assemble_illumos |
264 | 2023-11-16T20:30:21.309Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
265 | 2023-11-16T20:30:21.312Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-11-16T20:30:21.315Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-11-16T20:30:21.318Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
268 | 2023-11-16T20:30:21.321Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-11-16T20:30:21.324Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
270 | 2023-11-16T20:30:21.327Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-16T20:30:21.330Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
272 | 2023-11-16T20:30:21.333Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-16T20:30:21.335Z | + mkdir -p out/downloads |
274 | 2023-11-16T20:30:21.338Z | + mkdir -p ./out/cockroachdb |
275 | 2023-11-16T20:30:21.341Z | + local DO_DOWNLOAD=true |
276 | 2023-11-16T20:30:21.344Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
277 | 2023-11-16T20:30:21.347Z | + '[' true == true ']' |
278 | 2023-11-16T20:30:21.350Z | + echo Downloading... |
279 | 2023-11-16T20:30:21.353Z | Downloading... |
280 | 2023-11-16T20:30:21.356Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-11-16T20:30:21.359Z | + 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 |
282 | 2023-11-16T20:30:25.365Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-11-16T20:30:25.368Z | ++ md5sum |
284 | 2023-11-16T20:30:25.371Z | ++ awk '{print $1}' |
285 | 2023-11-16T20:30:25.550Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
286 | 2023-11-16T20:30:25.553Z | + [[ 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 ]] |
287 | 2023-11-16T20:30:25.556Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-16T20:30:25.559Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
289 | 2023-11-16T20:30:28.920Z | + do_assemble_illumos |
290 | 2023-11-16T20:30:28.923Z | + rm -r ./out/cockroachdb |
291 | 2023-11-16T20:30:28.926Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
292 | 2023-11-16T20:30:29.638Z | + ./out/cockroachdb/bin/cockroach version |
293 | 2023-11-16T20:30:29.938Z | Build Tag: v22.1.9-dirty |
294 | 2023-11-16T20:30:29.941Z | Build Time: 2022/10/26 21:17:46 |
295 | 2023-11-16T20:30:29.948Z | Distribution: OSS |
296 | 2023-11-16T20:30:29.951Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
297 | 2023-11-16T20:30:29.954Z | Go Version: go1.17.13 |
298 | 2023-11-16T20:30:29.957Z | C Compiler: gcc 10.3.0 |
299 | 2023-11-16T20:30:29.960Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
300 | 2023-11-16T20:30:29.963Z | Build Type: release |
301 | 2023-11-16T20:30:29.966Z | + set -o errexit |
302 | 2023-11-16T20:30:29.969Z | +++ dirname ./tools/ci_download_clickhouse |
303 | 2023-11-16T20:30:29.972Z | ++ cd ./tools |
304 | 2023-11-16T20:30:29.975Z | ++ pwd |
305 | 2023-11-16T20:30:29.979Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
306 | 2023-11-16T20:30:29.982Z | ++ basename ./tools/ci_download_clickhouse |
307 | 2023-11-16T20:30:29.985Z | + ARG0=ci_download_clickhouse |
308 | 2023-11-16T20:30:29.989Z | + TARGET_DIR=out |
309 | 2023-11-16T20:30:29.992Z | + DOWNLOAD_DIR=out/downloads |
310 | 2023-11-16T20:30:29.995Z | + DEST_DIR=./out/clickhouse |
311 | 2023-11-16T20:30:29.998Z | + CIDL_VERSION=v22.8.9.24 |
312 | 2023-11-16T20:30:30.003Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
313 | 2023-11-16T20:30:30.006Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
314 | 2023-11-16T20:30:30.009Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
315 | 2023-11-16T20:30:30.012Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
316 | 2023-11-16T20:30:30.015Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
317 | 2023-11-16T20:30:30.018Z | + main |
318 | 2023-11-16T20:30:30.021Z | + [[ 0 != 0 ]] |
319 | 2023-11-16T20:30:30.024Z | + CIDL_OS=solaris2.11 |
320 | 2023-11-16T20:30:30.027Z | + [[ 0 != 0 ]] |
321 | 2023-11-16T20:30:30.030Z | + configure_os solaris2.11 |
322 | 2023-11-16T20:30:30.035Z | + echo 'current directory: /work/oxidecomputer/omicron' |
323 | 2023-11-16T20:30:30.038Z | current directory: /work/oxidecomputer/omicron |
324 | 2023-11-16T20:30:30.041Z | + echo 'configuring based on OS: "solaris2.11"' |
325 | 2023-11-16T20:30:30.044Z | configuring based on OS: "solaris2.11" |
326 | 2023-11-16T20:30:30.047Z | + CIDL_DASHREV= |
327 | 2023-11-16T20:30:30.050Z | + case "$1" in |
328 | 2023-11-16T20:30:30.053Z | + CIDL_PLATFORM=illumos |
329 | 2023-11-16T20:30:30.056Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
330 | 2023-11-16T20:30:30.059Z | + CIDL_MD5FUNC=do_md5sum |
331 | 2023-11-16T20:30:30.062Z | + CIDL_DASHREV=-1 |
332 | 2023-11-16T20:30:30.065Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
333 | 2023-11-16T20:30:30.068Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
334 | 2023-11-16T20:30:30.071Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-11-16T20:30:30.074Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-11-16T20:30:30.077Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
337 | 2023-11-16T20:30:30.080Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-11-16T20:30:30.083Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
339 | 2023-11-16T20:30:30.086Z | + mkdir -p out/downloads |
340 | 2023-11-16T20:30:30.089Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-16T20:30:30.092Z | + mkdir -p ./out/clickhouse |
342 | 2023-11-16T20:30:30.095Z | + local DO_DOWNLOAD=true |
343 | 2023-11-16T20:30:30.098Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
344 | 2023-11-16T20:30:30.101Z | + '[' true == true ']' |
345 | 2023-11-16T20:30:30.104Z | + echo Downloading... |
346 | 2023-11-16T20:30:30.107Z | Downloading... |
347 | 2023-11-16T20:30:30.110Z | + 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 |
348 | 2023-11-16T20:30:30.113Z | + 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 |
349 | 2023-11-16T20:30:31.758Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-11-16T20:30:31.761Z | ++ md5sum |
351 | 2023-11-16T20:30:31.765Z | ++ awk '{print $1}' |
352 | 2023-11-16T20:30:32.016Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
353 | 2023-11-16T20:30:32.019Z | + [[ 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 ]] |
354 | 2023-11-16T20:30:32.022Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
355 | 2023-11-16T20:30:32.026Z | + mkdir -p ./out/clickhouse |
356 | 2023-11-16T20:30:32.030Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
357 | 2023-11-16T20:30:36.891Z | + ./out/clickhouse/clickhouse server --version |
358 | 2023-11-16T20:30:36.945Z | ClickHouse server version 22.8.9.1. |
359 | 2023-11-16T20:30:36.969Z | + set -o errexit |
360 | 2023-11-16T20:30:36.974Z | +++ dirname ./tools/ci_download_console |
361 | 2023-11-16T20:30:36.977Z | ++ cd ./tools |
362 | 2023-11-16T20:30:36.980Z | ++ pwd |
363 | 2023-11-16T20:30:36.983Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
364 | 2023-11-16T20:30:36.986Z | ++ basename ./tools/ci_download_console |
365 | 2023-11-16T20:30:36.989Z | + ARG0=ci_download_console |
366 | 2023-11-16T20:30:36.992Z | + TARGET_DIR=out |
367 | 2023-11-16T20:30:36.995Z | + DOWNLOAD_DIR=out/downloads |
368 | 2023-11-16T20:30:36.999Z | + DEST_DIR=./out/console-assets |
369 | 2023-11-16T20:30:37.003Z | + source /work/oxidecomputer/omicron/tools/console_version |
370 | 2023-11-16T20:30:37.006Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
371 | 2023-11-16T20:30:37.009Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
372 | 2023-11-16T20:30:37.012Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
373 | 2023-11-16T20:30:37.016Z | + TARBALL_FILE=out/downloads/console.tar.gz |
374 | 2023-11-16T20:30:37.026Z | + main |
375 | 2023-11-16T20:30:37.031Z | + [[ 0 != 0 ]] |
376 | 2023-11-16T20:30:37.038Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
377 | 2023-11-16T20:30:37.041Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
378 | 2023-11-16T20:30:37.044Z | + echo 'Local file: out/downloads/console.tar.gz' |
379 | 2023-11-16T20:30:37.053Z | Local file: out/downloads/console.tar.gz |
380 | 2023-11-16T20:30:37.057Z | + local DO_DOWNLOAD=true |
381 | 2023-11-16T20:30:37.089Z | + [[ -f out/downloads/console.tar.gz ]] |
382 | 2023-11-16T20:30:37.093Z | + mkdir -p out/downloads |
383 | 2023-11-16T20:30:37.097Z | + '[' true == true ']' |
384 | 2023-11-16T20:30:37.101Z | + echo Downloading... |
385 | 2023-11-16T20:30:37.106Z | Downloading... |
386 | 2023-11-16T20:30:37.110Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
387 | 2023-11-16T20:30:37.114Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
388 | 2023-11-16T20:30:37.626Z | ++ do_sha256sum out/downloads/console.tar.gz |
389 | 2023-11-16T20:30:37.629Z | ++ case "$OSTYPE" in |
390 | 2023-11-16T20:30:37.632Z | ++ SHA=sha256sum |
391 | 2023-11-16T20:30:37.635Z | ++ sha256sum |
392 | 2023-11-16T20:30:37.638Z | ++ awk '{print $1}' |
393 | 2023-11-16T20:30:37.652Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
394 | 2023-11-16T20:30:37.657Z | + [[ 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 ]] |
395 | 2023-11-16T20:30:37.660Z | + rm -rf ./out/console-assets |
396 | 2023-11-16T20:30:37.663Z | + mkdir -p ./out/console-assets |
397 | 2023-11-16T20:30:37.666Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
398 | 2023-11-16T20:30:37.669Z | + mkdir -p ./out/console-assets |
399 | 2023-11-16T20:30:37.672Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
400 | 2023-11-16T20:30:37.802Z | + set -o errexit |
401 | 2023-11-16T20:30:37.806Z | +++ dirname ./tools/ci_download_maghemite_openapi |
402 | 2023-11-16T20:30:37.810Z | ++ cd ./tools |
403 | 2023-11-16T20:30:37.813Z | ++ pwd |
404 | 2023-11-16T20:30:37.816Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
405 | 2023-11-16T20:30:37.819Z | ++ basename ./tools/ci_download_maghemite_openapi |
406 | 2023-11-16T20:30:37.822Z | + ARG0=ci_download_maghemite_openapi |
407 | 2023-11-16T20:30:37.825Z | + TARGET_DIR=out |
408 | 2023-11-16T20:30:37.828Z | + DOWNLOAD_DIR=out/downloads |
409 | 2023-11-16T20:30:37.832Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
410 | 2023-11-16T20:30:37.835Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
411 | 2023-11-16T20:30:37.838Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
412 | 2023-11-16T20:30:37.841Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
413 | 2023-11-16T20:30:37.844Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
414 | 2023-11-16T20:30:37.847Z | + main |
415 | 2023-11-16T20:30:37.849Z | + [[ 0 != 0 ]] |
416 | 2023-11-16T20:30:37.852Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
417 | 2023-11-16T20:30:37.855Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
418 | 2023-11-16T20:30:37.859Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
419 | 2023-11-16T20:30:37.862Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
420 | 2023-11-16T20:30:37.865Z | + local DO_DOWNLOAD=true |
421 | 2023-11-16T20:30:37.868Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
422 | 2023-11-16T20:30:37.871Z | + mkdir -p out/downloads |
423 | 2023-11-16T20:30:37.874Z | + '[' true == true ']' |
424 | 2023-11-16T20:30:37.877Z | + echo Downloading... |
425 | 2023-11-16T20:30:37.880Z | Downloading... |
426 | 2023-11-16T20:30:37.884Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
427 | 2023-11-16T20:30:37.886Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
428 | 2023-11-16T20:30:38.008Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
429 | 2023-11-16T20:30:38.011Z | ++ case "$OSTYPE" in |
430 | 2023-11-16T20:30:38.014Z | ++ SHA=sha256sum |
431 | 2023-11-16T20:30:38.016Z | ++ sha256sum |
432 | 2023-11-16T20:30:38.019Z | ++ awk '{print $1}' |
433 | 2023-11-16T20:30:38.022Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
434 | 2023-11-16T20:30:38.025Z | + [[ 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 ]] |
435 | 2023-11-16T20:30:38.028Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
436 | 2023-11-16T20:30:38.031Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
437 | 2023-11-16T20:30:38.034Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
438 | 2023-11-16T20:30:38.038Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
439 | 2023-11-16T20:30:38.041Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
440 | 2023-11-16T20:30:38.044Z | + main |
441 | 2023-11-16T20:30:38.047Z | + [[ 0 != 0 ]] |
442 | 2023-11-16T20:30:38.050Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
443 | 2023-11-16T20:30:38.053Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
444 | 2023-11-16T20:30:38.056Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
445 | 2023-11-16T20:30:38.059Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
446 | 2023-11-16T20:30:38.064Z | + local DO_DOWNLOAD=true |
447 | 2023-11-16T20:30:38.067Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
448 | 2023-11-16T20:30:38.070Z | + mkdir -p out/downloads |
449 | 2023-11-16T20:30:38.073Z | + '[' true == true ']' |
450 | 2023-11-16T20:30:38.075Z | + echo Downloading... |
451 | 2023-11-16T20:30:38.078Z | Downloading... |
452 | 2023-11-16T20:30:38.082Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
453 | 2023-11-16T20:30:38.111Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
454 | 2023-11-16T20:30:38.153Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
455 | 2023-11-16T20:30:38.156Z | ++ case "$OSTYPE" in |
456 | 2023-11-16T20:30:38.161Z | ++ SHA=sha256sum |
457 | 2023-11-16T20:30:38.165Z | ++ sha256sum |
458 | 2023-11-16T20:30:38.168Z | ++ awk '{print $1}' |
459 | 2023-11-16T20:30:38.171Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
460 | 2023-11-16T20:30:38.175Z | + [[ 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 ]] |
461 | 2023-11-16T20:30:38.181Z | + set -o errexit |
462 | 2023-11-16T20:30:38.191Z | +++ dirname ./tools/ci_download_dendrite_openapi |
463 | 2023-11-16T20:30:38.194Z | ++ cd ./tools |
464 | 2023-11-16T20:30:38.198Z | ++ pwd |
465 | 2023-11-16T20:30:38.206Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
466 | 2023-11-16T20:30:38.215Z | ++ basename ./tools/ci_download_dendrite_openapi |
467 | 2023-11-16T20:30:38.224Z | + ARG0=ci_download_dendrite_openapi |
468 | 2023-11-16T20:30:38.234Z | + TARGET_DIR=out |
469 | 2023-11-16T20:30:38.240Z | + DOWNLOAD_DIR=out/downloads |
470 | 2023-11-16T20:30:38.250Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
471 | 2023-11-16T20:30:38.258Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
472 | 2023-11-16T20:30:38.266Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
473 | 2023-11-16T20:30:38.275Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
474 | 2023-11-16T20:30:38.286Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
475 | 2023-11-16T20:30:38.292Z | + main |
476 | 2023-11-16T20:30:38.297Z | + [[ 0 != 0 ]] |
477 | 2023-11-16T20:30:38.301Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
478 | 2023-11-16T20:30:38.308Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
479 | 2023-11-16T20:30:38.311Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
480 | 2023-11-16T20:30:38.314Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
481 | 2023-11-16T20:30:38.317Z | + local DO_DOWNLOAD=true |
482 | 2023-11-16T20:30:38.321Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
483 | 2023-11-16T20:30:38.323Z | + mkdir -p out/downloads |
484 | 2023-11-16T20:30:38.326Z | + '[' true == true ']' |
485 | 2023-11-16T20:30:38.329Z | + echo Downloading... |
486 | 2023-11-16T20:30:38.333Z | Downloading... |
487 | 2023-11-16T20:30:38.336Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
488 | 2023-11-16T20:30:38.339Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
489 | 2023-11-16T20:30:38.392Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
490 | 2023-11-16T20:30:38.395Z | ++ case "$OSTYPE" in |
491 | 2023-11-16T20:30:38.398Z | ++ SHA=sha256sum |
492 | 2023-11-16T20:30:38.401Z | ++ sha256sum |
493 | 2023-11-16T20:30:38.404Z | ++ awk '{print $1}' |
494 | 2023-11-16T20:30:38.408Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
495 | 2023-11-16T20:30:38.410Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
496 | 2023-11-16T20:30:38.414Z | + set -o errexit |
497 | 2023-11-16T20:30:38.417Z | +++ dirname ./tools/ci_download_dendrite_stub |
498 | 2023-11-16T20:30:38.420Z | ++ cd ./tools |
499 | 2023-11-16T20:30:38.423Z | ++ pwd |
500 | 2023-11-16T20:30:38.427Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
501 | 2023-11-16T20:30:38.430Z | ++ basename ./tools/ci_download_dendrite_stub |
502 | 2023-11-16T20:30:38.433Z | + ARG0=ci_download_dendrite_stub |
503 | 2023-11-16T20:30:38.436Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
504 | 2023-11-16T20:30:38.444Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
505 | 2023-11-16T20:30:38.447Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
506 | 2023-11-16T20:30:38.450Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
507 | 2023-11-16T20:30:38.453Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
508 | 2023-11-16T20:30:38.457Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
509 | 2023-11-16T20:30:38.460Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
510 | 2023-11-16T20:30:38.463Z | + TARGET_DIR=out |
511 | 2023-11-16T20:30:38.466Z | + DOWNLOAD_DIR=out/downloads |
512 | 2023-11-16T20:30:38.470Z | + DEST_DIR=./out/dendrite-stub |
513 | 2023-11-16T20:30:38.473Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
514 | 2023-11-16T20:30:38.476Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
515 | 2023-11-16T20:30:38.479Z | + REPO=oxidecomputer/dendrite |
516 | 2023-11-16T20:30:38.482Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
517 | 2023-11-16T20:30:38.487Z | + main |
518 | 2023-11-16T20:30:38.496Z | + [[ 0 != 0 ]] |
519 | 2023-11-16T20:30:38.501Z | + CIDL_OS=solaris2.11 |
520 | 2023-11-16T20:30:38.506Z | + [[ 0 != 0 ]] |
521 | 2023-11-16T20:30:38.510Z | + configure_os solaris2.11 |
522 | 2023-11-16T20:30:38.514Z | + echo 'current directory: /work/oxidecomputer/omicron' |
523 | 2023-11-16T20:30:38.519Z | current directory: /work/oxidecomputer/omicron |
524 | 2023-11-16T20:30:38.524Z | + echo 'configuring based on OS: "solaris2.11"' |
525 | 2023-11-16T20:30:38.529Z | configuring based on OS: "solaris2.11" |
526 | 2023-11-16T20:30:38.533Z | + case "$1" in |
527 | 2023-11-16T20:30:38.537Z | + SET_BINARIES= |
528 | 2023-11-16T20:30:38.542Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
529 | 2023-11-16T20:30:38.546Z | + CIDL_SHA256FUNC=do_sha256sum |
530 | 2023-11-16T20:30:38.550Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
531 | 2023-11-16T20:30:38.553Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
532 | 2023-11-16T20:30:38.556Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
533 | 2023-11-16T20:30:38.559Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
534 | 2023-11-16T20:30:38.562Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
535 | 2023-11-16T20:30:38.566Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
536 | 2023-11-16T20:30:38.569Z | Local file: out/downloads/dendrite-stub.tar.gz |
537 | 2023-11-16T20:30:38.573Z | + mkdir -p out/downloads |
538 | 2023-11-16T20:30:38.586Z | + mkdir -p ./out/dendrite-stub |
539 | 2023-11-16T20:30:38.589Z | + fetch_and_verify |
540 | 2023-11-16T20:30:38.593Z | + local DO_DOWNLOAD=true |
541 | 2023-11-16T20:30:38.596Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
542 | 2023-11-16T20:30:38.599Z | + '[' true == true ']' |
543 | 2023-11-16T20:30:38.603Z | + echo Downloading... |
544 | 2023-11-16T20:30:38.609Z | Downloading... |
545 | 2023-11-16T20:30:38.621Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
546 | 2023-11-16T20:30:38.638Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
547 | 2023-11-16T20:30:48.017Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
548 | 2023-11-16T20:30:48.020Z | ++ sha256sum |
549 | 2023-11-16T20:30:48.023Z | ++ awk '{print $1}' |
550 | 2023-11-16T20:30:48.112Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
551 | 2023-11-16T20:30:48.116Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
552 | 2023-11-16T20:30:48.120Z | + do_untar out/downloads/dendrite-stub.tar.gz |
553 | 2023-11-16T20:30:48.123Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
554 | 2023-11-16T20:30:49.017Z | + do_assemble |
555 | 2023-11-16T20:30:49.021Z | + rm -r ./out/dendrite-stub |
556 | 2023-11-16T20:30:49.024Z | + mkdir ./out/dendrite-stub |
557 | 2023-11-16T20:30:49.027Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
558 | 2023-11-16T20:30:49.150Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
559 | 2023-11-16T20:30:49.168Z | + set -o errexit |
560 | 2023-11-16T20:30:49.173Z | +++ dirname ./tools/ci_download_maghemite_mgd |
561 | 2023-11-16T20:30:49.178Z | ++ cd ./tools |
562 | 2023-11-16T20:30:49.181Z | ++ pwd |
563 | 2023-11-16T20:30:49.185Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
564 | 2023-11-16T20:30:49.191Z | ++ basename ./tools/ci_download_maghemite_mgd |
565 | 2023-11-16T20:30:49.196Z | + ARG0=ci_download_maghemite_mgd |
566 | 2023-11-16T20:30:49.201Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
567 | 2023-11-16T20:30:49.205Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
568 | 2023-11-16T20:30:49.208Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
569 | 2023-11-16T20:30:49.213Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
570 | 2023-11-16T20:30:49.219Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
571 | 2023-11-16T20:30:49.225Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
572 | 2023-11-16T20:30:49.228Z | + TARGET_DIR=out |
573 | 2023-11-16T20:30:49.236Z | + DOWNLOAD_DIR=out/downloads |
574 | 2023-11-16T20:30:49.251Z | + DEST_DIR=./out/mgd |
575 | 2023-11-16T20:30:49.265Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
576 | 2023-11-16T20:30:49.276Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
577 | 2023-11-16T20:30:49.279Z | + REPO=oxidecomputer/maghemite |
578 | 2023-11-16T20:30:49.282Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
579 | 2023-11-16T20:30:49.285Z | + main |
580 | 2023-11-16T20:30:49.290Z | + [[ 0 != 0 ]] |
581 | 2023-11-16T20:30:49.293Z | + CIDL_OS=solaris2.11 |
582 | 2023-11-16T20:30:49.296Z | + [[ 0 != 0 ]] |
583 | 2023-11-16T20:30:49.301Z | + configure_os solaris2.11 |
584 | 2023-11-16T20:30:49.304Z | + echo 'current directory: /work/oxidecomputer/omicron' |
585 | 2023-11-16T20:30:49.307Z | current directory: /work/oxidecomputer/omicron |
586 | 2023-11-16T20:30:49.310Z | + echo 'configuring based on OS: "solaris2.11"' |
587 | 2023-11-16T20:30:49.313Z | configuring based on OS: "solaris2.11" |
588 | 2023-11-16T20:30:49.316Z | + case "$1" in |
589 | 2023-11-16T20:30:49.320Z | + SET_BINARIES= |
590 | 2023-11-16T20:30:49.323Z | + CIDL_SHA256FUNC=do_sha256sum |
591 | 2023-11-16T20:30:49.334Z | + TARBALL_FILENAME=mgd.tar.gz |
592 | 2023-11-16T20:30:49.771Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
593 | 2023-11-16T20:30:50.186Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
594 | 2023-11-16T20:30:50.191Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
595 | 2023-11-16T20:30:50.196Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
596 | 2023-11-16T20:30:50.201Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
597 | 2023-11-16T20:30:50.207Z | Local file: out/downloads/mgd.tar.gz |
598 | 2023-11-16T20:30:50.220Z | + mkdir -p out/downloads |
599 | 2023-11-16T20:30:50.234Z | + mkdir -p ./out/mgd |
600 | 2023-11-16T20:30:50.657Z | + fetch_and_verify |
601 | 2023-11-16T20:30:50.666Z | + local DO_DOWNLOAD=true |
602 | 2023-11-16T20:30:50.685Z | + [[ -f out/downloads/mgd.tar.gz ]] |
603 | 2023-11-16T20:30:50.700Z | + '[' true == true ']' |
604 | 2023-11-16T20:30:50.717Z | + echo Downloading... |
605 | 2023-11-16T20:30:50.725Z | Downloading... |
606 | 2023-11-16T20:30:50.742Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
607 | 2023-11-16T20:30:50.749Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
608 | 2023-11-16T20:30:56.689Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
609 | 2023-11-16T20:30:56.692Z | ++ sha256sum |
610 | 2023-11-16T20:30:56.695Z | ++ awk '{print $1}' |
611 | 2023-11-16T20:30:56.766Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
612 | 2023-11-16T20:30:56.769Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
613 | 2023-11-16T20:30:56.772Z | + do_untar out/downloads/mgd.tar.gz |
614 | 2023-11-16T20:30:56.775Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
615 | 2023-11-16T20:30:57.426Z | + do_assemble |
616 | 2023-11-16T20:30:57.431Z | + rm -r ./out/mgd |
617 | 2023-11-16T20:30:57.437Z | + mkdir ./out/mgd |
618 | 2023-11-16T20:30:57.442Z | + cp -r out/downloads/root ./out/mgd/root |
619 | 2023-11-16T20:30:57.640Z | + set -o errexit |
620 | 2023-11-16T20:30:57.646Z | +++ dirname ./tools/ci_download_transceiver_control |
621 | 2023-11-16T20:30:57.654Z | ++ cd ./tools |
622 | 2023-11-16T20:30:57.660Z | ++ pwd |
623 | 2023-11-16T20:30:57.665Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
624 | 2023-11-16T20:30:57.672Z | ++ basename ./tools/ci_download_transceiver_control |
625 | 2023-11-16T20:30:57.680Z | + ARG0=ci_download_transceiver_control |
626 | 2023-11-16T20:30:57.686Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
627 | 2023-11-16T20:30:57.693Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
628 | 2023-11-16T20:30:57.701Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
629 | 2023-11-16T20:30:57.712Z | + TARGET_DIR=out |
630 | 2023-11-16T20:30:57.720Z | + DOWNLOAD_DIR=out/downloads |
631 | 2023-11-16T20:30:57.726Z | + DEST_DIR=./out/transceiver-control |
632 | 2023-11-16T20:30:57.733Z | + BIN_DIR=/opt/oxide/bin |
633 | 2023-11-16T20:30:57.740Z | + BINARY=xcvradm |
634 | 2023-11-16T20:30:57.747Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
635 | 2023-11-16T20:30:57.757Z | + REPO=oxidecomputer/transceiver-control |
636 | 2023-11-16T20:30:57.764Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
637 | 2023-11-16T20:30:57.778Z | + main |
638 | 2023-11-16T20:30:57.789Z | + [[ 0 != 0 ]] |
639 | 2023-11-16T20:30:57.797Z | + CIDL_OS=solaris2.11 |
640 | 2023-11-16T20:30:57.807Z | + [[ 0 != 0 ]] |
641 | 2023-11-16T20:30:57.816Z | + configure_os solaris2.11 |
642 | 2023-11-16T20:30:57.827Z | + echo 'current directory: /work/oxidecomputer/omicron' |
643 | 2023-11-16T20:30:57.837Z | current directory: /work/oxidecomputer/omicron |
644 | 2023-11-16T20:30:57.849Z | + echo 'configuring based on OS: "solaris2.11"' |
645 | 2023-11-16T20:30:58.271Z | configuring based on OS: "solaris2.11" |
646 | 2023-11-16T20:30:58.278Z | + case "$1" in |
647 | 2023-11-16T20:30:58.287Z | + SET_BINARIES= |
648 | 2023-11-16T20:30:58.296Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
649 | 2023-11-16T20:30:58.304Z | + CIDL_SHA256FUNC=do_sha256sum |
650 | 2023-11-16T20:30:58.317Z | + ARCHIVE_FILENAME=xcvradm.gz |
651 | 2023-11-16T20:30:58.730Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
652 | 2023-11-16T20:30:58.733Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
653 | 2023-11-16T20:30:58.737Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
654 | 2023-11-16T20:30:58.743Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
655 | 2023-11-16T20:30:58.746Z | + echo 'Local file: out/downloads/xcvradm.gz' |
656 | 2023-11-16T20:30:58.750Z | Local file: out/downloads/xcvradm.gz |
657 | 2023-11-16T20:30:58.754Z | + mkdir -p out/downloads |
658 | 2023-11-16T20:30:58.761Z | + mkdir -p ./out/transceiver-control |
659 | 2023-11-16T20:30:59.181Z | + fetch_and_verify |
660 | 2023-11-16T20:30:59.184Z | + local DO_DOWNLOAD=true |
661 | 2023-11-16T20:30:59.187Z | + [[ -f out/downloads/xcvradm.gz ]] |
662 | 2023-11-16T20:30:59.190Z | + '[' true == true ']' |
663 | 2023-11-16T20:30:59.194Z | + echo Downloading... |
664 | 2023-11-16T20:30:59.200Z | Downloading... |
665 | 2023-11-16T20:30:59.204Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
666 | 2023-11-16T20:30:59.207Z | + 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 |
667 | 2023-11-16T20:31:00.189Z | ++ do_sha256sum out/downloads/xcvradm.gz |
668 | 2023-11-16T20:31:00.194Z | ++ sha256sum |
669 | 2023-11-16T20:31:00.200Z | ++ awk '{print $1}' |
670 | 2023-11-16T20:31:00.217Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
671 | 2023-11-16T20:31:00.223Z | + [[ 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 ]] |
672 | 2023-11-16T20:31:00.229Z | + do_unpack out/downloads/xcvradm.gz |
673 | 2023-11-16T20:31:00.237Z | + mkdir -p out/downloads/root//opt/oxide/bin |
674 | 2023-11-16T20:31:00.241Z | + gzip -dc out/downloads/xcvradm.gz |
675 | 2023-11-16T20:31:00.391Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
676 | 2023-11-16T20:31:00.394Z | + do_assemble |
677 | 2023-11-16T20:31:00.397Z | + rm -r ./out/transceiver-control |
678 | 2023-11-16T20:31:00.400Z | + mkdir ./out/transceiver-control |
679 | 2023-11-16T20:31:00.403Z | + cp -r out/downloads/root ./out/transceiver-control/root |
680 | 2023-11-16T20:31:00.587Z | All prerequisites installed successfully |
681 | 2023-11-16T20:31:00.592Z | |
682 | 2023-11-16T20:31:00.599Z | real 2:22.353377924 |
683 | 2023-11-16T20:31:00.604Z | user 54.739546783 |
684 | 2023-11-16T20:31:00.610Z | sys 10.227654581 |
685 | 2023-11-16T20:31:00.618Z | trap 0.022569360 |
686 | 2023-11-16T20:31:00.624Z | tflt 0.379179573 |
687 | 2023-11-16T20:31:00.631Z | dflt 0.914047668 |
688 | 2023-11-16T20:31:00.638Z | kflt 0.348441599 |
689 | 2023-11-16T20:31:00.644Z | lock 1.985151914 |
690 | 2023-11-16T20:31:00.651Z | slp 4:26.549820660 |
691 | 2023-11-16T20:31:00.659Z | lat 3.502373154 |
692 | 2023-11-16T20:31:00.668Z | stop 0.073828584 |
693 | 2023-11-16T20:31:00.676Z | + banner end-to-end-tests |
694 | 2023-11-16T20:31:00.683Z | |
695 | 2023-11-16T20:31:00.689Z | ###### # # ##### ##### #### ###### # # ##### |
696 | 2023-11-16T20:31:00.697Z | # ## # # # # # # # ## # # # |
697 | 2023-11-16T20:31:00.704Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
698 | 2023-11-16T20:31:00.710Z | # # # # # # # # # # # # # # # |
699 | 2023-11-16T20:31:00.727Z | # # ## # # # # # # # ## # # |
700 | 2023-11-16T20:31:00.737Z | ###### # # ##### # #### ###### # # ##### |
701 | 2023-11-16T20:31:00.750Z | |
702 | 2023-11-16T20:31:00.763Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
703 | 2023-11-16T20:31:00.771Z | + CARGO_PROFILE_DEV_DEBUG=1 |
704 | 2023-11-16T20:31:00.778Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
705 | 2023-11-16T20:31:00.785Z | + CARGO_PROFILE_TEST_DEBUG=1 |
706 | 2023-11-16T20:31:00.793Z | + export CARGO_INCREMENTAL=0 |
707 | 2023-11-16T20:31:00.800Z | + CARGO_INCREMENTAL=0 |
708 | 2023-11-16T20:31:00.814Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
709 | 2023-11-16T20:31:01.036Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
710 | 2023-11-16T20:31:01.551Z | Updating crates.io index |
711 | 2023-11-16T20:31:01.557Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
712 | 2023-11-16T20:31:02.491Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
713 | 2023-11-16T20:31:04.219Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
714 | 2023-11-16T20:31:04.677Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
715 | 2023-11-16T20:31:05.272Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
716 | 2023-11-16T20:31:06.820Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
717 | 2023-11-16T20:31:07.123Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
718 | 2023-11-16T20:31:07.980Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
719 | 2023-11-16T20:31:09.638Z | Updating git repository `https://github.com/oxidecomputer/opte` |
720 | 2023-11-16T20:31:10.610Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
721 | 2023-11-16T20:31:10.934Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
722 | 2023-11-16T20:31:11.685Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
723 | 2023-11-16T20:31:12.146Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
724 | 2023-11-16T20:31:12.614Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
725 | 2023-11-16T20:31:13.137Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
726 | 2023-11-16T20:31:13.555Z | Updating git repository `https://github.com/njaremko/samael` |
727 | 2023-11-16T20:31:14.114Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
728 | 2023-11-16T20:31:14.866Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
729 | 2023-11-16T20:31:15.323Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
730 | 2023-11-16T20:31:15.710Z | Updating git repository `https://github.com/jgallagher/nix` |
731 | 2023-11-16T20:31:17.016Z | Updating git repository `https://github.com/cbiffle/hubpack` |
732 | 2023-11-16T20:31:17.618Z | Updating git repository `https://github.com/oxidecomputer/typify` |
733 | 2023-11-16T20:31:19.297Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
734 | 2023-11-16T20:31:19.603Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
735 | 2023-11-16T20:31:19.945Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
736 | 2023-11-16T20:31:22.702Z | Downloading crates ... |
737 | 2023-11-16T20:31:22.710Z | Downloaded async-stream-impl v0.3.5 |
738 | 2023-11-16T20:31:22.719Z | Downloaded ed25519 v2.2.2 |
739 | 2023-11-16T20:31:22.730Z | Downloaded option-ext v0.2.0 |
740 | 2023-11-16T20:31:22.738Z | Downloaded bitflags v2.4.0 |
741 | 2023-11-16T20:31:22.762Z | Downloaded russh-cryptovec v0.7.0 |
742 | 2023-11-16T20:31:22.776Z | Downloaded cfg-if v1.0.0 |
743 | 2023-11-16T20:31:22.786Z | Downloaded anstream v0.5.0 |
744 | 2023-11-16T20:31:22.863Z | Downloaded num_threads v0.1.6 |
745 | 2023-11-16T20:31:22.878Z | Downloaded cbc v0.1.2 |
746 | 2023-11-16T20:31:22.894Z | Downloaded crossbeam-channel v0.5.8 |
747 | 2023-11-16T20:31:22.932Z | Downloaded base64 v0.21.5 |
748 | 2023-11-16T20:31:22.939Z | Downloaded argon2 v0.5.2 |
749 | 2023-11-16T20:31:22.943Z | Downloaded clap v2.34.0 |
750 | 2023-11-16T20:31:22.948Z | Downloaded crucible-workspace-hack v0.1.0 |
751 | 2023-11-16T20:31:22.966Z | Downloaded aead v0.5.2 |
752 | 2023-11-16T20:31:22.977Z | Downloaded base64ct v1.6.0 |
753 | 2023-11-16T20:31:22.981Z | Downloaded pem v3.0.2 |
754 | 2023-11-16T20:31:22.994Z | Downloaded num-iter v0.1.43 |
755 | 2023-11-16T20:31:23.004Z | Downloaded pbkdf2 v0.11.0 |
756 | 2023-11-16T20:31:23.015Z | Downloaded blowfish v0.9.1 |
757 | 2023-11-16T20:31:23.019Z | Downloaded russh-keys v0.38.0 |
758 | 2023-11-16T20:31:23.023Z | Downloaded pbkdf2 v0.12.2 |
759 | 2023-11-16T20:31:23.032Z | Downloaded postgres-protocol v0.6.6 |
760 | 2023-11-16T20:31:23.036Z | Downloaded rand_core v0.6.4 |
761 | 2023-11-16T20:31:23.039Z | Downloaded bzip2 v0.4.4 |
762 | 2023-11-16T20:31:23.046Z | Downloaded atty v0.2.14 |
763 | 2023-11-16T20:31:23.050Z | Downloaded derive_more v0.99.17 |
764 | 2023-11-16T20:31:23.054Z | Downloaded password-hash v0.4.2 |
765 | 2023-11-16T20:31:23.057Z | Downloaded dtrace-parser v0.1.14 |
766 | 2023-11-16T20:31:23.061Z | Downloaded normalize-line-endings v0.3.0 |
767 | 2023-11-16T20:31:23.064Z | Downloaded new_debug_unreachable v1.0.4 |
768 | 2023-11-16T20:31:23.067Z | Downloaded base16ct v0.2.0 |
769 | 2023-11-16T20:31:23.071Z | Downloaded password-hash v0.5.0 |
770 | 2023-11-16T20:31:23.074Z | Downloaded darling_macro v0.20.3 |
771 | 2023-11-16T20:31:23.077Z | Downloaded postcard-cobs v0.1.5-pre |
772 | 2023-11-16T20:31:23.080Z | Downloaded foreign-types-shared v0.1.1 |
773 | 2023-11-16T20:31:23.083Z | Downloaded dyn-clone v1.0.13 |
774 | 2023-11-16T20:31:23.086Z | Downloaded hubpack_derive v0.1.1 |
775 | 2023-11-16T20:31:23.090Z | Downloaded diesel_table_macro_syntax v0.1.0 |
776 | 2023-11-16T20:31:23.094Z | Downloaded convert_case v0.4.0 |
777 | 2023-11-16T20:31:23.097Z | Downloaded thiserror-impl v1.0.49 |
778 | 2023-11-16T20:31:23.100Z | Downloaded fxhash v0.2.1 |
779 | 2023-11-16T20:31:23.119Z | Downloaded tokio-rustls v0.24.1 |
780 | 2023-11-16T20:31:23.129Z | Downloaded ciborium-io v0.2.1 |
781 | 2023-11-16T20:31:23.135Z | Downloaded futures-macro v0.3.29 |
782 | 2023-11-16T20:31:23.140Z | Downloaded proc-macro-crate v1.3.1 |
783 | 2023-11-16T20:31:23.146Z | Downloaded slog-envlogger v2.2.0 |
784 | 2023-11-16T20:31:23.149Z | Downloaded bytes v1.5.0 |
785 | 2023-11-16T20:31:23.152Z | Downloaded resolv-conf v0.7.0 |
786 | 2023-11-16T20:31:23.156Z | Downloaded quick-error v1.2.3 |
787 | 2023-11-16T20:31:23.159Z | Downloaded rand_core v0.5.1 |
788 | 2023-11-16T20:31:23.162Z | Downloaded endian-type v0.1.2 |
789 | 2023-11-16T20:31:23.165Z | Downloaded sct v0.7.0 |
790 | 2023-11-16T20:31:23.168Z | Downloaded poly1305 v0.8.0 |
791 | 2023-11-16T20:31:23.171Z | Downloaded r2d2 v0.8.10 |
792 | 2023-11-16T20:31:23.175Z | Downloaded predicates v3.0.4 |
793 | 2023-11-16T20:31:23.178Z | Downloaded utf8parse v0.2.1 |
794 | 2023-11-16T20:31:23.182Z | Downloaded thiserror-no-std v2.0.2 |
795 | 2023-11-16T20:31:23.185Z | Downloaded stringprep v0.1.3 |
796 | 2023-11-16T20:31:23.188Z | Downloaded errno v0.3.2 |
797 | 2023-11-16T20:31:23.191Z | Downloaded blake2 v0.10.6 |
798 | 2023-11-16T20:31:23.194Z | Downloaded zone_cfg_derive v0.3.0 |
799 | 2023-11-16T20:31:23.198Z | Downloaded thread_local v1.1.7 |
800 | 2023-11-16T20:31:23.202Z | Downloaded slog-async v2.8.0 |
801 | 2023-11-16T20:31:23.205Z | Downloaded num-integer v0.1.45 |
802 | 2023-11-16T20:31:23.208Z | Downloaded pkg-config v0.3.27 |
803 | 2023-11-16T20:31:23.214Z | Downloaded polyval v0.6.1 |
804 | 2023-11-16T20:31:23.217Z | Downloaded slog-term v2.9.0 |
805 | 2023-11-16T20:31:23.220Z | Downloaded clap_derive v4.4.2 |
806 | 2023-11-16T20:31:23.224Z | Downloaded pest_generator v2.7.2 |
807 | 2023-11-16T20:31:23.227Z | Downloaded num_enum v0.5.11 |
808 | 2023-11-16T20:31:23.230Z | Downloaded num-bigint v0.4.4 |
809 | 2023-11-16T20:31:23.234Z | Downloaded regex-automata v0.1.10 |
810 | 2023-11-16T20:31:23.237Z | Downloaded generic-array v0.14.7 |
811 | 2023-11-16T20:31:23.240Z | Downloaded unicode-ident v1.0.12 |
812 | 2023-11-16T20:31:23.244Z | Downloaded scopeguard v1.2.0 |
813 | 2023-11-16T20:31:23.248Z | Downloaded ident_case v1.0.1 |
814 | 2023-11-16T20:31:23.252Z | Downloaded heapless v0.7.16 |
815 | 2023-11-16T20:31:23.255Z | Downloaded unicode-normalization v0.1.22 |
816 | 2023-11-16T20:31:23.258Z | Downloaded serde_with v2.3.3 |
817 | 2023-11-16T20:31:23.261Z | Downloaded http-body v0.4.5 |
818 | 2023-11-16T20:31:23.264Z | Downloaded string_cache v0.8.7 |
819 | 2023-11-16T20:31:23.267Z | Downloaded untrusted v0.7.1 |
820 | 2023-11-16T20:31:23.271Z | Downloaded is-terminal v0.4.9 |
821 | 2023-11-16T20:31:23.274Z | Downloaded getopts v0.2.21 |
822 | 2023-11-16T20:31:23.278Z | Downloaded libm v0.2.7 |
823 | 2023-11-16T20:31:23.281Z | Downloaded heck v0.4.1 |
824 | 2023-11-16T20:31:23.285Z | Downloaded postgres-types v0.2.6 |
825 | 2023-11-16T20:31:23.298Z | Downloaded ff v0.13.0 |
826 | 2023-11-16T20:31:23.314Z | Downloaded tinyvec_macros v0.1.1 |
827 | 2023-11-16T20:31:23.323Z | Downloaded take_mut v0.2.2 |
828 | 2023-11-16T20:31:23.331Z | Downloaded similar v2.2.1 |
829 | 2023-11-16T20:31:23.342Z | Downloaded unicode-xid v0.2.4 |
830 | 2023-11-16T20:31:23.346Z | Downloaded zerocopy v0.3.0 |
831 | 2023-11-16T20:31:23.349Z | Downloaded lock_api v0.4.10 |
832 | 2023-11-16T20:31:23.353Z | Downloaded rustls-pemfile v1.0.3 |
833 | 2023-11-16T20:31:23.357Z | Downloaded walkdir v2.4.0 |
834 | 2023-11-16T20:31:23.361Z | Downloaded same-file v1.0.6 |
835 | 2023-11-16T20:31:23.366Z | Downloaded regress v0.7.1 |
836 | 2023-11-16T20:31:24.677Z | Downloaded unicode-width v0.1.11 |
837 | 2023-11-16T20:31:24.695Z | Downloaded hubpack v0.1.2 |
838 | 2023-11-16T20:31:24.722Z | Downloaded hex v0.4.3 |
839 | 2023-11-16T20:31:24.747Z | Downloaded hash32 v0.2.1 |
840 | 2023-11-16T20:31:24.754Z | Downloaded tokio-macros v2.1.0 |
841 | 2023-11-16T20:31:24.759Z | Downloaded synstructure v0.12.6 |
842 | 2023-11-16T20:31:24.765Z | Downloaded lru-cache v0.1.2 |
843 | 2023-11-16T20:31:24.771Z | Downloaded whoami v1.4.1 |
844 | 2023-11-16T20:31:24.775Z | Downloaded managed v0.8.0 |
845 | 2023-11-16T20:31:24.779Z | Downloaded want v0.3.1 |
846 | 2023-11-16T20:31:24.783Z | Downloaded usdt-attr-macro v0.3.5 |
847 | 2023-11-16T20:31:24.787Z | Downloaded macaddr v1.0.1 |
848 | 2023-11-16T20:31:24.791Z | Downloaded http-range v0.1.5 |
849 | 2023-11-16T20:31:24.798Z | Downloaded hyper-staticfile v0.9.5 |
850 | 2023-11-16T20:31:24.809Z | Downloaded signal-hook-mio v0.2.3 |
851 | 2023-11-16T20:31:24.820Z | Downloaded trust-dns-client v0.22.0 |
852 | 2023-11-16T20:31:24.824Z | Downloaded tokio-native-tls v0.3.1 |
853 | 2023-11-16T20:31:24.827Z | Downloaded httparse v1.8.0 |
854 | 2023-11-16T20:31:24.830Z | Downloaded hostname v0.3.1 |
855 | 2023-11-16T20:31:24.833Z | Downloaded glob v0.3.1 |
856 | 2023-11-16T20:31:24.836Z | Downloaded keccak v0.1.4 |
857 | 2023-11-16T20:31:24.838Z | Downloaded structopt-derive v0.4.18 |
858 | 2023-11-16T20:31:24.842Z | Downloaded subprocess v0.2.9 |
859 | 2023-11-16T20:31:24.845Z | Downloaded serde_with_macros v2.3.3 |
860 | 2023-11-16T20:31:24.848Z | Downloaded schemars v0.8.13 |
861 | 2023-11-16T20:31:24.851Z | Downloaded heck v0.3.3 |
862 | 2023-11-16T20:31:24.855Z | Downloaded universal-hash v0.5.1 |
863 | 2023-11-16T20:31:24.859Z | Downloaded unicode-bidi v0.3.13 |
864 | 2023-11-16T20:31:24.865Z | Downloaded uuid v1.5.0 |
865 | 2023-11-16T20:31:24.870Z | Downloaded indexmap v2.1.0 |
866 | 2023-11-16T20:31:24.876Z | Downloaded getrandom v0.2.10 |
867 | 2023-11-16T20:31:25.299Z | Downloaded serde_yaml v0.9.25 |
868 | 2023-11-16T20:31:25.306Z | Downloaded ghash v0.5.0 |
869 | 2023-11-16T20:31:25.720Z | Downloaded hashbrown v0.12.3 |
870 | 2023-11-16T20:31:25.726Z | Downloaded serde v1.0.192 |
871 | 2023-11-16T20:31:25.730Z | Downloaded trust-dns-resolver v0.22.0 |
872 | 2023-11-16T20:31:25.735Z | Downloaded group v0.13.0 |
873 | 2023-11-16T20:31:25.746Z | Downloaded hashbrown v0.13.2 |
874 | 2023-11-16T20:31:25.750Z | Downloaded hkdf v0.12.3 |
875 | 2023-11-16T20:31:25.753Z | Downloaded signal-hook v0.3.17 |
876 | 2023-11-16T20:31:25.757Z | Downloaded fallible-iterator v0.2.0 |
877 | 2023-11-16T20:31:25.760Z | Downloaded clap_builder v4.4.2 |
878 | 2023-11-16T20:31:25.763Z | Downloaded fixedbitset v0.4.2 |
879 | 2023-11-16T20:31:25.770Z | Downloaded semver v1.0.20 |
880 | 2023-11-16T20:31:25.774Z | Downloaded winnow v0.5.15 |
881 | 2023-11-16T20:31:25.779Z | Downloaded rustls-webpki v0.101.7 |
882 | 2023-11-16T20:31:25.785Z | Downloaded hyper v0.14.27 |
883 | 2023-11-16T20:31:25.790Z | Downloaded syn v1.0.109 |
884 | 2023-11-16T20:31:25.796Z | Downloaded gimli v0.28.0 |
885 | 2023-11-16T20:31:25.802Z | Downloaded webpki-roots v0.25.2 |
886 | 2023-11-16T20:31:25.807Z | Downloaded flate2 v1.0.28 |
887 | 2023-11-16T20:31:25.816Z | Downloaded ed25519-dalek v2.0.0 |
888 | 2023-11-16T20:31:25.821Z | Downloaded crossterm v0.27.0 |
889 | 2023-11-16T20:31:25.827Z | Downloaded time v0.3.27 |
890 | 2023-11-16T20:31:25.833Z | Downloaded hashbrown v0.14.2 |
891 | 2023-11-16T20:31:25.842Z | Downloaded chrono v0.4.31 |
892 | 2023-11-16T20:31:25.848Z | Downloaded zerocopy-derive v0.2.0 |
893 | 2023-11-16T20:31:25.854Z | Downloaded toml_edit v0.19.15 |
894 | 2023-11-16T20:31:25.871Z | Downloaded pest v2.7.2 |
895 | 2023-11-16T20:31:25.887Z | Downloaded libc v0.2.150 |
896 | 2023-11-16T20:31:25.900Z | Downloaded tokio v1.33.0 |
897 | 2023-11-16T20:31:25.914Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
898 | 2023-11-16T20:31:26.336Z | Downloaded serde_json v1.0.108 |
899 | 2023-11-16T20:31:26.344Z | Downloaded petgraph v0.6.4 |
900 | 2023-11-16T20:31:26.349Z | Downloaded winapi v0.3.9 |
901 | 2023-11-16T20:31:26.360Z | Downloaded radix_trie v0.2.1 |
902 | 2023-11-16T20:31:26.366Z | Downloaded curve25519-dalek v4.1.0 |
903 | 2023-11-16T20:31:26.383Z | Downloaded openssl v0.10.57 |
904 | 2023-11-16T20:31:26.809Z | Downloaded syn v2.0.32 |
905 | 2023-11-16T20:31:26.816Z | Downloaded vcpkg v0.2.15 |
906 | 2023-11-16T20:31:26.824Z | Downloaded idna v0.4.0 |
907 | 2023-11-16T20:31:26.833Z | Downloaded num-complex v0.4.4 |
908 | 2023-11-16T20:31:26.842Z | Downloaded bstr v0.2.17 |
909 | 2023-11-16T20:31:26.850Z | Downloaded rustls v0.21.8 |
910 | 2023-11-16T20:31:26.857Z | Downloaded smoltcp v0.9.1 |
911 | 2023-11-16T20:31:26.865Z | Downloaded idna v0.2.3 |
912 | 2023-11-16T20:31:26.872Z | Downloaded rustix v0.37.23 |
913 | 2023-11-16T20:31:26.881Z | Downloaded regex-syntax v0.8.2 |
914 | 2023-11-16T20:31:26.885Z | Downloaded rustix v0.38.9 |
915 | 2023-11-16T20:31:26.891Z | Downloaded regex-syntax v0.7.5 |
916 | 2023-11-16T20:31:26.905Z | Downloaded ring v0.16.20 |
917 | 2023-11-16T20:31:26.917Z | Downloaded diesel v2.1.3 |
918 | 2023-11-16T20:31:26.927Z | Downloaded object v0.32.1 |
919 | 2023-11-16T20:31:26.939Z | Downloaded zerocopy-derive v0.6.4 |
920 | 2023-11-16T20:31:26.954Z | Downloaded regex-automata v0.3.8 |
921 | 2023-11-16T20:31:26.971Z | Downloaded openapiv3 v2.0.0-rc.1 |
922 | 2023-11-16T20:31:27.387Z | Downloaded regex-automata v0.4.3 |
923 | 2023-11-16T20:31:27.403Z | Downloaded clap v4.4.3 |
924 | 2023-11-16T20:31:27.414Z | Downloaded sha3 v0.10.8 |
925 | 2023-11-16T20:31:27.427Z | Downloaded bstr v1.6.0 |
926 | 2023-11-16T20:31:27.435Z | Downloaded omicron-zone-package v0.8.3 |
927 | 2023-11-16T20:31:27.850Z | Downloaded num_enum_derive v0.5.11 |
928 | 2023-11-16T20:31:27.864Z | Downloaded num_cpus v1.16.0 |
929 | 2023-11-16T20:31:27.872Z | Downloaded dirs-sys v0.4.1 |
930 | 2023-11-16T20:31:27.881Z | Downloaded dirs-next v2.0.0 |
931 | 2023-11-16T20:31:27.896Z | Downloaded difflib v0.4.0 |
932 | 2023-11-16T20:31:27.926Z | Downloaded reqwest v0.11.22 |
933 | 2023-11-16T20:31:27.951Z | Downloaded encoding_rs v0.8.33 |
934 | 2023-11-16T20:31:27.971Z | Downloaded rand v0.7.3 |
935 | 2023-11-16T20:31:28.013Z | Downloaded mio v0.8.8 |
936 | 2023-11-16T20:31:28.049Z | Downloaded aho-corasick v1.0.4 |
937 | 2023-11-16T20:31:28.062Z | Downloaded zerocopy v0.6.4 |
938 | 2023-11-16T20:31:28.118Z | Downloaded http v0.2.9 |
939 | 2023-11-16T20:31:28.149Z | Downloaded russh v0.39.0 |
940 | 2023-11-16T20:31:28.168Z | Downloaded sled v0.34.7 |
941 | 2023-11-16T20:31:28.183Z | Downloaded indexmap v1.9.3 |
942 | 2023-11-16T20:31:28.202Z | Downloaded toml_edit v0.21.0 |
943 | 2023-11-16T20:31:28.212Z | Downloaded tokio-postgres v0.7.10 |
944 | 2023-11-16T20:31:28.238Z | Downloaded slog v2.7.0 |
945 | 2023-11-16T20:31:28.279Z | Downloaded futures v0.3.29 |
946 | 2023-11-16T20:31:28.306Z | Downloaded toml v0.7.8 |
947 | 2023-11-16T20:31:28.731Z | Downloaded filetime v0.2.22 |
948 | 2023-11-16T20:31:29.156Z | Downloaded tracing-core v0.1.31 |
949 | 2023-11-16T20:31:29.161Z | Downloaded usdt-impl v0.3.5 |
950 | 2023-11-16T20:31:29.166Z | Downloaded usdt v0.3.5 |
951 | 2023-11-16T20:31:29.170Z | Downloaded socket2 v0.4.9 |
952 | 2023-11-16T20:31:29.174Z | Downloaded typenum v1.16.0 |
953 | 2023-11-16T20:31:29.178Z | Downloaded url v2.4.1 |
954 | 2023-11-16T20:31:29.182Z | Downloaded itertools v0.11.0 |
955 | 2023-11-16T20:31:29.188Z | Downloaded slog-dtrace v0.2.3 |
956 | 2023-11-16T20:31:29.192Z | Downloaded serde_derive v1.0.192 |
957 | 2023-11-16T20:31:29.197Z | Downloaded rustfmt-wrapper v0.2.0 |
958 | 2023-11-16T20:31:29.201Z | Downloaded hmac v0.12.1 |
959 | 2023-11-16T20:31:29.205Z | Downloaded tinyvec v1.6.0 |
960 | 2023-11-16T20:31:29.209Z | Downloaded ring v0.17.5 |
961 | 2023-11-16T20:31:29.214Z | Downloaded vsss-rs v3.3.1 |
962 | 2023-11-16T20:31:29.218Z | Downloaded futures-channel v0.3.29 |
963 | 2023-11-16T20:31:29.222Z | Downloaded miniz_oxide v0.7.1 |
964 | 2023-11-16T20:31:29.226Z | Downloaded unicase v2.7.0 |
965 | 2023-11-16T20:31:29.230Z | Downloaded hyper-rustls v0.24.2 |
966 | 2023-11-16T20:31:29.237Z | Downloaded unsafe-libyaml v0.2.9 |
967 | 2023-11-16T20:31:29.244Z | Downloaded strsim v0.10.0 |
968 | 2023-11-16T20:31:29.249Z | Downloaded strsim v0.8.0 |
969 | 2023-11-16T20:31:29.252Z | Downloaded stable_deref_trait v1.2.0 |
970 | 2023-11-16T20:31:29.255Z | Downloaded rustversion v1.0.14 |
971 | 2023-11-16T20:31:29.258Z | Downloaded spin v0.5.2 |
972 | 2023-11-16T20:31:29.261Z | Downloaded slog-bunyan v2.4.0 |
973 | 2023-11-16T20:31:29.264Z | Downloaded serde_urlencoded v0.7.1 |
974 | 2023-11-16T20:31:29.266Z | Downloaded serde_path_to_error v0.1.14 |
975 | 2023-11-16T20:31:29.269Z | Downloaded slab v0.4.9 |
976 | 2023-11-16T20:31:29.272Z | Downloaded memchr v2.6.3 |
977 | 2023-11-16T20:31:29.275Z | Downloaded toml v0.5.11 |
978 | 2023-11-16T20:31:29.277Z | Downloaded regex v1.10.2 |
979 | 2023-11-16T20:31:29.280Z | Downloaded ryu v1.0.15 |
980 | 2023-11-16T20:31:29.283Z | Downloaded signature v2.1.0 |
981 | 2023-11-16T20:31:29.286Z | Downloaded tokio-stream v0.1.14 |
982 | 2023-11-16T20:31:29.289Z | Downloaded strum_macros v0.25.2 |
983 | 2023-11-16T20:31:29.291Z | Downloaded tar v0.4.40 |
984 | 2023-11-16T20:31:29.294Z | Downloaded either v1.9.0 |
985 | 2023-11-16T20:31:29.297Z | Downloaded semver v0.11.0 |
986 | 2023-11-16T20:31:29.299Z | Downloaded tempfile v3.8.0 |
987 | 2023-11-16T20:31:29.302Z | Downloaded usdt-macro v0.3.5 |
988 | 2023-11-16T20:31:29.305Z | Downloaded unicode-segmentation v1.10.1 |
989 | 2023-11-16T20:31:29.308Z | Downloaded yasna v0.5.2 |
990 | 2023-11-16T20:31:29.311Z | Downloaded serde_tokenstream v0.2.0 |
991 | 2023-11-16T20:31:29.314Z | Downloaded serde_tokenstream v0.1.7 |
992 | 2023-11-16T20:31:29.316Z | Downloaded hyper-tls v0.5.0 |
993 | 2023-11-16T20:31:29.319Z | Downloaded futures-task v0.3.29 |
994 | 2023-11-16T20:31:29.322Z | Downloaded parking_lot_core v0.8.6 |
995 | 2023-11-16T20:31:29.325Z | Downloaded serde_derive_internals v0.26.0 |
996 | 2023-11-16T20:31:29.328Z | Downloaded zone v0.3.0 |
997 | 2023-11-16T20:31:29.332Z | Downloaded thread-id v4.2.0 |
998 | 2023-11-16T20:31:29.342Z | Downloaded terminal_size v0.2.6 |
999 | 2023-11-16T20:31:29.759Z | Downloaded enum-as-inner v0.5.1 |
1000 | 2023-11-16T20:31:29.771Z | Downloaded slog-json v2.6.1 |
1001 | 2023-11-16T20:31:30.198Z | Downloaded aes v0.8.3 |
1002 | 2023-11-16T20:31:30.209Z | Downloaded kstat-rs v0.2.3 |
1003 | 2023-11-16T20:31:30.225Z | Downloaded half v1.8.2 |
1004 | 2023-11-16T20:31:30.236Z | Downloaded structopt v0.3.26 |
1005 | 2023-11-16T20:31:30.243Z | Downloaded structmeta-derive v0.2.0 |
1006 | 2023-11-16T20:31:30.246Z | Downloaded scheduled-thread-pool v0.2.7 |
1007 | 2023-11-16T20:31:30.249Z | Downloaded untrusted v0.9.0 |
1008 | 2023-11-16T20:31:30.252Z | Downloaded spki v0.7.2 |
1009 | 2023-11-16T20:31:30.256Z | Downloaded ipnetwork v0.20.0 |
1010 | 2023-11-16T20:31:30.265Z | Downloaded serde_spanned v0.6.4 |
1011 | 2023-11-16T20:31:30.268Z | Downloaded serde_repr v0.1.16 |
1012 | 2023-11-16T20:31:30.271Z | Downloaded elliptic-curve v0.13.5 |
1013 | 2023-11-16T20:31:30.275Z | Downloaded memoffset v0.9.0 |
1014 | 2023-11-16T20:31:30.278Z | Downloaded foreign-types-macros v0.2.3 |
1015 | 2023-11-16T20:31:30.281Z | Downloaded foreign-types v0.5.0 |
1016 | 2023-11-16T20:31:30.284Z | Downloaded crypto-bigint v0.5.2 |
1017 | 2023-11-16T20:31:30.287Z | Downloaded log v0.4.20 |
1018 | 2023-11-16T20:31:30.291Z | Downloaded spin v0.9.8 |
1019 | 2023-11-16T20:31:30.294Z | Downloaded smallvec v1.11.0 |
1020 | 2023-11-16T20:31:30.297Z | Downloaded ipnet v2.8.0 |
1021 | 2023-11-16T20:31:30.301Z | Downloaded fnv v1.0.7 |
1022 | 2023-11-16T20:31:30.304Z | Downloaded futures-io v0.3.29 |
1023 | 2023-11-16T20:31:30.307Z | Downloaded itoa v1.0.9 |
1024 | 2023-11-16T20:31:30.310Z | Downloaded home v0.5.5 |
1025 | 2023-11-16T20:31:30.313Z | Downloaded hex-literal v0.4.1 |
1026 | 2023-11-16T20:31:30.316Z | Downloaded subtle v2.5.0 |
1027 | 2023-11-16T20:31:30.320Z | Downloaded structmeta v0.2.0 |
1028 | 2023-11-16T20:31:30.323Z | Downloaded inout v0.1.3 |
1029 | 2023-11-16T20:31:30.326Z | Downloaded iana-time-zone v0.1.57 |
1030 | 2023-11-16T20:31:30.329Z | Downloaded openssl-sys v0.9.93 |
1031 | 2023-11-16T20:31:30.332Z | Downloaded httpdate v1.0.3 |
1032 | 2023-11-16T20:31:30.337Z | Downloaded term v0.7.0 |
1033 | 2023-11-16T20:31:30.340Z | Downloaded waitgroup v0.1.2 |
1034 | 2023-11-16T20:31:30.343Z | Downloaded io-lifetimes v1.0.11 |
1035 | 2023-11-16T20:31:30.346Z | Downloaded sha2 v0.10.8 |
1036 | 2023-11-16T20:31:30.349Z | Downloaded time-macros v0.2.13 |
1037 | 2023-11-16T20:31:30.353Z | Downloaded textwrap v0.11.0 |
1038 | 2023-11-16T20:31:30.356Z | Downloaded smoltcp v0.8.2 |
1039 | 2023-11-16T20:31:30.359Z | Downloaded rustls-native-certs v0.6.3 |
1040 | 2023-11-16T20:31:30.362Z | Downloaded deranged v0.3.8 |
1041 | 2023-11-16T20:31:30.365Z | Downloaded crossbeam-utils v0.8.16 |
1042 | 2023-11-16T20:31:30.368Z | Downloaded zeroize v1.6.0 |
1043 | 2023-11-16T20:31:30.371Z | Downloaded strum v0.25.0 |
1044 | 2023-11-16T20:31:30.374Z | Downloaded foreign-types v0.3.2 |
1045 | 2023-11-16T20:31:30.377Z | Downloaded h2 v0.3.21 |
1046 | 2023-11-16T20:31:30.381Z | Downloaded tokio-util v0.7.10 |
1047 | 2023-11-16T20:31:30.384Z | Downloaded rustc-demangle v0.1.23 |
1048 | 2023-11-16T20:31:30.387Z | Downloaded proc-macro-error-attr v1.0.4 |
1049 | 2023-11-16T20:31:30.390Z | Downloaded slog-stdlog v4.1.1 |
1050 | 2023-11-16T20:31:30.394Z | Downloaded mime v0.3.17 |
1051 | 2023-11-16T20:31:30.397Z | Downloaded futures-sink v0.3.29 |
1052 | 2023-11-16T20:31:30.400Z | Downloaded sha1 v0.10.6 |
1053 | 2023-11-16T20:31:30.403Z | Downloaded itertools v0.10.5 |
1054 | 2023-11-16T20:31:30.406Z | Downloaded tracing-attributes v0.1.26 |
1055 | 2023-11-16T20:31:30.409Z | Downloaded postcard v0.7.3 |
1056 | 2023-11-16T20:31:30.412Z | Downloaded anyhow v1.0.75 |
1057 | 2023-11-16T20:31:30.415Z | Downloaded pest_meta v2.7.2 |
1058 | 2023-11-16T20:31:30.418Z | Downloaded console v0.15.7 |
1059 | 2023-11-16T20:31:30.421Z | Downloaded futures-util v0.3.29 |
1060 | 2023-11-16T20:31:30.426Z | Downloaded zip v0.6.6 |
1061 | 2023-11-16T20:31:30.429Z | Downloaded equivalent v1.0.1 |
1062 | 2023-11-16T20:31:30.432Z | Downloaded proc-macro-error v1.0.4 |
1063 | 2023-11-16T20:31:30.436Z | Downloaded pin-utils v0.1.0 |
1064 | 2023-11-16T20:31:30.439Z | Downloaded pin-project-lite v0.2.13 |
1065 | 2023-11-16T20:31:30.442Z | Downloaded trust-dns-proto v0.22.0 |
1066 | 2023-11-16T20:31:30.445Z | Downloaded parking_lot v0.12.1 |
1067 | 2023-11-16T20:31:30.448Z | Downloaded num-derive v0.4.0 |
1068 | 2023-11-16T20:31:30.454Z | Downloaded rand v0.8.5 |
1069 | 2023-11-16T20:31:30.457Z | Downloaded num-traits v0.2.16 |
1070 | 2023-11-16T20:31:30.460Z | Downloaded semver-parser v0.10.2 |
1071 | 2023-11-16T20:31:30.463Z | Downloaded siphasher v0.3.11 |
1072 | 2023-11-16T20:31:30.467Z | Downloaded trust-dns-server v0.22.1 |
1073 | 2023-11-16T20:31:30.483Z | Downloaded form_urlencoded v1.2.0 |
1074 | 2023-11-16T20:31:30.489Z | Downloaded xattr v1.0.1 |
1075 | 2023-11-16T20:31:30.501Z | Downloaded proc-macro2 v1.0.69 |
1076 | 2023-11-16T20:31:30.505Z | Downloaded paste v1.0.14 |
1077 | 2023-11-16T20:31:30.514Z | Downloaded byteorder v1.5.0 |
1078 | 2023-11-16T20:31:30.519Z | Downloaded tungstenite v0.20.1 |
1079 | 2023-11-16T20:31:30.521Z | Downloaded static_assertions v1.1.0 |
1080 | 2023-11-16T20:31:30.535Z | Downloaded float-cmp v0.9.0 |
1081 | 2023-11-16T20:31:30.538Z | Downloaded once_cell v1.18.0 |
1082 | 2023-11-16T20:31:30.541Z | Downloaded mime_guess v2.0.4 |
1083 | 2023-11-16T20:31:30.544Z | Downloaded const-oid v0.9.5 |
1084 | 2023-11-16T20:31:30.547Z | Downloaded chacha20 v0.9.1 |
1085 | 2023-11-16T20:31:30.550Z | Downloaded base64 v0.13.1 |
1086 | 2023-11-16T20:31:30.554Z | Downloaded der v0.7.8 |
1087 | 2023-11-16T20:31:30.556Z | Downloaded headers-core v0.2.0 |
1088 | 2023-11-16T20:31:30.560Z | Downloaded headers v0.3.9 |
1089 | 2023-11-16T20:31:30.563Z | Downloaded tracing v0.1.37 |
1090 | 2023-11-16T20:31:30.568Z | Downloaded socket2 v0.5.4 |
1091 | 2023-11-16T20:31:30.571Z | Downloaded ucd-trie v0.1.6 |
1092 | 2023-11-16T20:31:30.574Z | Downloaded pem v1.1.1 |
1093 | 2023-11-16T20:31:30.577Z | Downloaded native-tls v0.2.11 |
1094 | 2023-11-16T20:31:30.580Z | Downloaded backoff v0.4.0 |
1095 | 2023-11-16T20:31:30.583Z | Downloaded utf-8 v0.7.6 |
1096 | 2023-11-16T20:31:30.586Z | Downloaded matches v0.1.10 |
1097 | 2023-11-16T20:31:30.600Z | Downloaded instant v0.1.12 |
1098 | 2023-11-16T20:31:30.604Z | Downloaded pretty-hex v0.3.0 |
1099 | 2023-11-16T20:31:30.609Z | Downloaded thiserror v1.0.49 |
1100 | 2023-11-16T20:31:30.613Z | Downloaded chacha20poly1305 v0.10.1 |
1101 | 2023-11-16T20:31:30.616Z | Downloaded parse-display v0.8.2 |
1102 | 2023-11-16T20:31:30.619Z | Downloaded diesel_derives v2.1.1 |
1103 | 2023-11-16T20:31:30.622Z | Downloaded colored v2.0.4 |
1104 | 2023-11-16T20:31:30.625Z | Downloaded quote v1.0.33 |
1105 | 2023-11-16T20:31:30.628Z | Downloaded cc v1.0.83 |
1106 | 2023-11-16T20:31:30.633Z | Downloaded cancel-safe-futures v0.1.5 |
1107 | 2023-11-16T20:31:30.649Z | Downloaded linked-hash-map v0.5.6 |
1108 | 2023-11-16T20:31:30.658Z | Downloaded libefi-sys v0.1.0 |
1109 | 2023-11-16T20:31:30.661Z | Downloaded futures-core v0.3.29 |
1110 | 2023-11-16T20:31:30.664Z | Downloaded schemars_derive v0.8.13 |
1111 | 2023-11-16T20:31:30.668Z | Downloaded rustc_version v0.4.0 |
1112 | 2023-11-16T20:31:30.671Z | Downloaded lalrpop-util v0.19.12 |
1113 | 2023-11-16T20:31:30.675Z | Downloaded phf_shared v0.11.2 |
1114 | 2023-11-16T20:31:30.678Z | Downloaded addr2line v0.21.0 |
1115 | 2023-11-16T20:31:30.681Z | Downloaded smf v0.2.2 |
1116 | 2023-11-16T20:31:30.684Z | Downloaded slog-scope v4.4.0 |
1117 | 2023-11-16T20:31:30.691Z | Downloaded secrecy v0.8.0 |
1118 | 2023-11-16T20:31:30.694Z | Downloaded clap_lex v0.5.1 |
1119 | 2023-11-16T20:31:30.697Z | Downloaded lazy_static v1.4.0 |
1120 | 2023-11-16T20:31:30.700Z | Downloaded getrandom v0.1.16 |
1121 | 2023-11-16T20:31:30.704Z | Downloaded rand_chacha v0.3.1 |
1122 | 2023-11-16T20:31:30.716Z | Downloaded phf_shared v0.10.0 |
1123 | 2023-11-16T20:31:30.720Z | Downloaded ciborium-ll v0.2.1 |
1124 | 2023-11-16T20:31:30.723Z | Downloaded bitflags v1.3.2 |
1125 | 2023-11-16T20:31:30.727Z | Downloaded futures-executor v0.3.29 |
1126 | 2023-11-16T20:31:30.730Z | Downloaded zeroize_derive v1.4.2 |
1127 | 2023-11-16T20:31:30.733Z | Downloaded vec_map v0.8.2 |
1128 | 2023-11-16T20:31:30.737Z | Downloaded dirs v5.0.1 |
1129 | 2023-11-16T20:31:30.741Z | Downloaded openssl-macros v0.1.1 |
1130 | 2023-11-16T20:31:30.744Z | Downloaded time-core v0.1.1 |
1131 | 2023-11-16T20:31:30.747Z | Downloaded openssl-probe v0.1.5 |
1132 | 2023-11-16T20:31:30.750Z | Downloaded md5 v0.7.0 |
1133 | 2023-11-16T20:31:30.753Z | Downloaded try-lock v0.2.4 |
1134 | 2023-11-16T20:31:30.756Z | Downloaded pkcs8 v0.10.2 |
1135 | 2023-11-16T20:31:30.760Z | Downloaded ctr v0.9.2 |
1136 | 2023-11-16T20:31:30.764Z | Downloaded version_check v0.9.4 |
1137 | 2023-11-16T20:31:30.767Z | Downloaded nibble_vec v0.1.0 |
1138 | 2023-11-16T20:31:30.771Z | Downloaded dof v0.1.5 |
1139 | 2023-11-16T20:31:30.774Z | Downloaded dirs-sys-next v0.1.2 |
1140 | 2023-11-16T20:31:30.777Z | Downloaded crc32fast v1.3.2 |
1141 | 2023-11-16T20:31:30.780Z | Downloaded async-trait v0.1.74 |
1142 | 2023-11-16T20:31:30.783Z | Downloaded predicates-core v1.0.6 |
1143 | 2023-11-16T20:31:30.786Z | Downloaded phf v0.11.2 |
1144 | 2023-11-16T20:31:30.789Z | Downloaded digest v0.10.7 |
1145 | 2023-11-16T20:31:30.795Z | Downloaded thiserror-impl-no-std v2.0.2 |
1146 | 2023-11-16T20:31:30.798Z | Downloaded rcgen v0.11.3 |
1147 | 2023-11-16T20:31:30.802Z | Downloaded pest_derive v2.7.2 |
1148 | 2023-11-16T20:31:30.805Z | Downloaded debug-ignore v1.0.5 |
1149 | 2023-11-16T20:31:30.812Z | Downloaded ciborium v0.2.1 |
1150 | 2023-11-16T20:31:30.815Z | Downloaded camino v1.1.6 |
1151 | 2023-11-16T20:31:30.818Z | Downloaded ansi_term v0.12.1 |
1152 | 2023-11-16T20:31:30.821Z | Downloaded ahash v0.8.3 |
1153 | 2023-11-16T20:31:30.824Z | Downloaded precomputed-hash v0.1.1 |
1154 | 2023-11-16T20:31:30.827Z | Downloaded tower-service v0.3.2 |
1155 | 2023-11-16T20:31:30.830Z | Downloaded opaque-debug v0.3.0 |
1156 | 2023-11-16T20:31:30.833Z | Downloaded colorchoice v1.0.0 |
1157 | 2023-11-16T20:31:30.836Z | Downloaded cipher v0.4.4 |
1158 | 2023-11-16T20:31:30.839Z | Downloaded data-encoding v2.4.0 |
1159 | 2023-11-16T20:31:30.842Z | Downloaded camino-tempfile v1.0.2 |
1160 | 2023-11-16T20:31:30.845Z | Downloaded toml v0.8.8 |
1161 | 2023-11-16T20:31:30.872Z | Downloaded tokio-tungstenite v0.20.1 |
1162 | 2023-11-16T20:31:30.875Z | Downloaded foreign-types-shared v0.3.1 |
1163 | 2023-11-16T20:31:30.878Z | Downloaded rand_chacha v0.2.2 |
1164 | 2023-11-16T20:31:30.881Z | Downloaded cpufeatures v0.2.9 |
1165 | 2023-11-16T20:31:30.884Z | Downloaded bit-vec v0.6.3 |
1166 | 2023-11-16T20:31:30.887Z | Downloaded atomicwrites v0.4.2 |
1167 | 2023-11-16T20:31:30.890Z | Downloaded signal-hook-registry v1.4.1 |
1168 | 2023-11-16T20:31:30.893Z | Downloaded md-5 v0.10.5 |
1169 | 2023-11-16T20:31:30.896Z | Downloaded match_cfg v0.1.0 |
1170 | 2023-11-16T20:31:30.914Z | Downloaded darling v0.20.3 |
1171 | 2023-11-16T20:31:30.918Z | Downloaded anstyle-parse v0.2.1 |
1172 | 2023-11-16T20:31:30.925Z | Downloaded fastrand v2.0.0 |
1173 | 2023-11-16T20:31:30.928Z | Downloaded platforms v3.0.2 |
1174 | 2023-11-16T20:31:30.931Z | Downloaded ppv-lite86 v0.2.17 |
1175 | 2023-11-16T20:31:30.935Z | Downloaded percent-encoding v2.3.0 |
1176 | 2023-11-16T20:31:30.938Z | Downloaded parse-display-derive v0.8.2 |
1177 | 2023-11-16T20:31:30.945Z | Downloaded parking_lot_core v0.9.8 |
1178 | 2023-11-16T20:31:30.948Z | Downloaded block-buffer v0.10.4 |
1179 | 2023-11-16T20:31:30.951Z | Downloaded anstyle-query v1.0.0 |
1180 | 2023-11-16T20:31:30.954Z | Downloaded toolchain_find v0.2.0 |
1181 | 2023-11-16T20:31:30.958Z | Downloaded multer v2.1.0 |
1182 | 2023-11-16T20:31:30.961Z | Downloaded bit-set v0.5.3 |
1183 | 2023-11-16T20:31:30.964Z | Downloaded async-stream v0.3.5 |
1184 | 2023-11-16T20:31:30.968Z | Downloaded pretty-hex v0.2.1 |
1185 | 2023-11-16T20:31:30.971Z | Downloaded num v0.4.1 |
1186 | 2023-11-16T20:31:30.974Z | Downloaded bcrypt-pbkdf v0.10.0 |
1187 | 2023-11-16T20:31:30.977Z | Downloaded darling_core v0.20.3 |
1188 | 2023-11-16T20:31:30.981Z | Downloaded cfg-if v0.1.10 |
1189 | 2023-11-16T20:31:30.984Z | Downloaded backtrace v0.3.69 |
1190 | 2023-11-16T20:31:30.987Z | Downloaded adler v1.0.2 |
1191 | 2023-11-16T20:31:30.990Z | Downloaded atomic-waker v1.1.1 |
1192 | 2023-11-16T20:31:30.994Z | Downloaded anstyle v1.0.2 |
1193 | 2023-11-16T20:31:30.997Z | Downloaded toml_datetime v0.6.5 |
1194 | 2023-11-16T20:31:31.000Z | Downloaded cstr-argument v0.1.2 |
1195 | 2023-11-16T20:31:31.003Z | Downloaded block-padding v0.3.3 |
1196 | 2023-11-16T20:31:31.006Z | Downloaded curve25519-dalek-derive v0.1.0 |
1197 | 2023-11-16T20:31:31.010Z | Downloaded crossbeam-epoch v0.9.15 |
1198 | 2023-11-16T20:31:31.015Z | Downloaded num-rational v0.4.1 |
1199 | 2023-11-16T20:31:31.018Z | Downloaded crypto-common v0.1.6 |
1200 | 2023-11-16T20:31:31.021Z | Downloaded parking_lot v0.11.2 |
1201 | 2023-11-16T20:31:31.024Z | Downloaded autocfg v1.1.0 |
1202 | 2023-11-16T20:31:31.029Z | Downloaded arc-swap v1.6.0 |
1203 | 2023-11-16T20:31:31.032Z | Downloaded aes-gcm v0.10.3 |
1204 | 2023-11-16T20:31:31.035Z | Compiling proc-macro2 v1.0.69 |
1205 | 2023-11-16T20:31:31.038Z | Compiling unicode-ident v1.0.12 |
1206 | 2023-11-16T20:31:31.041Z | Compiling libc v0.2.150 |
1207 | 2023-11-16T20:31:31.044Z | Compiling serde v1.0.192 |
1208 | 2023-11-16T20:31:31.047Z | Compiling autocfg v1.1.0 |
1209 | 2023-11-16T20:31:31.050Z | Compiling version_check v0.9.4 |
1210 | 2023-11-16T20:31:31.053Z | Compiling cfg-if v1.0.0 |
1211 | 2023-11-16T20:31:31.057Z | Compiling syn v1.0.109 |
1212 | 2023-11-16T20:31:31.061Z | Compiling typenum v1.16.0 |
1213 | 2023-11-16T20:31:31.064Z | Compiling once_cell v1.18.0 |
1214 | 2023-11-16T20:31:31.067Z | Compiling parking_lot_core v0.9.8 |
1215 | 2023-11-16T20:31:31.070Z | Compiling generic-array v0.14.7 |
1216 | 2023-11-16T20:31:31.075Z | Compiling lock_api v0.4.10 |
1217 | 2023-11-16T20:31:31.079Z | Compiling libm v0.2.7 |
1218 | 2023-11-16T20:31:31.082Z | Compiling thiserror v1.0.49 |
1219 | 2023-11-16T20:31:31.085Z | Compiling num-traits v0.2.16 |
1220 | 2023-11-16T20:31:31.088Z | Compiling futures-core v0.3.29 |
1221 | 2023-11-16T20:31:31.092Z | Compiling itoa v1.0.9 |
1222 | 2023-11-16T20:31:31.096Z | Compiling memchr v2.6.3 |
1223 | 2023-11-16T20:31:31.099Z | Compiling serde_json v1.0.108 |
1224 | 2023-11-16T20:31:31.134Z | Compiling log v0.4.20 |
1225 | 2023-11-16T20:31:31.137Z | Compiling slab v0.4.9 |
1226 | 2023-11-16T20:31:31.141Z | Compiling futures-task v0.3.29 |
1227 | 2023-11-16T20:31:31.379Z | Compiling quote v1.0.33 |
1228 | 2023-11-16T20:31:31.400Z | Compiling futures-channel v0.3.29 |
1229 | 2023-11-16T20:31:31.653Z | Compiling futures-util v0.3.29 |
1230 | 2023-11-16T20:31:31.814Z | Compiling scopeguard v1.2.0 |
1231 | 2023-11-16T20:31:31.942Z | Compiling syn v2.0.32 |
1232 | 2023-11-16T20:31:32.154Z | Compiling getrandom v0.2.10 |
1233 | 2023-11-16T20:31:32.508Z | Compiling cc v1.0.83 |
1234 | 2023-11-16T20:31:32.735Z | Compiling rand_core v0.6.4 |
1235 | 2023-11-16T20:31:32.965Z | Compiling smallvec v1.11.0 |
1236 | 2023-11-16T20:31:33.495Z | Compiling ryu v1.0.15 |
1237 | 2023-11-16T20:31:33.706Z | Compiling heck v0.4.1 |
1238 | 2023-11-16T20:31:33.956Z | Compiling pin-project-lite v0.2.13 |
1239 | 2023-11-16T20:31:34.130Z | Compiling signal-hook-registry v1.4.1 |
1240 | 2023-11-16T20:31:34.417Z | Compiling schemars v0.8.13 |
1241 | 2023-11-16T20:31:35.347Z | Compiling parking_lot v0.12.1 |
1242 | 2023-11-16T20:31:35.371Z | Compiling pkg-config v0.3.27 |
1243 | 2023-11-16T20:31:35.603Z | Compiling mio v0.8.8 |
1244 | 2023-11-16T20:31:36.162Z | Compiling hashbrown v0.14.2 |
1245 | 2023-11-16T20:31:36.773Z | Compiling equivalent v1.0.1 |
1246 | 2023-11-16T20:31:36.931Z | Compiling subtle v2.5.0 |
1247 | 2023-11-16T20:31:37.047Z | Compiling socket2 v0.5.4 |
1248 | 2023-11-16T20:31:37.098Z | Compiling num_cpus v1.16.0 |
1249 | 2023-11-16T20:31:37.381Z | Compiling spin v0.5.2 |
1250 | 2023-11-16T20:31:37.648Z | Compiling httparse v1.8.0 |
1251 | 2023-11-16T20:31:37.724Z | Compiling fnv v1.0.7 |
1252 | 2023-11-16T20:31:37.748Z | Compiling byteorder v1.5.0 |
1253 | 2023-11-16T20:31:37.896Z | Compiling iana-time-zone v0.1.57 |
1254 | 2023-11-16T20:31:38.244Z | Compiling ring v0.16.20 |
1255 | 2023-11-16T20:31:38.304Z | Compiling indexmap v1.9.3 |
1256 | 2023-11-16T20:31:38.465Z | Compiling futures-sink v0.3.29 |
1257 | 2023-11-16T20:31:38.499Z | Compiling ring v0.17.5 |
1258 | 2023-11-16T20:31:38.607Z | Compiling vcpkg v0.2.15 |
1259 | 2023-11-16T20:31:39.136Z | Compiling pin-utils v0.1.0 |
1260 | 2023-11-16T20:31:39.259Z | Compiling futures-io v0.3.29 |
1261 | 2023-11-16T20:31:39.282Z | Compiling semver v1.0.20 |
1262 | 2023-11-16T20:31:39.354Z | Compiling dyn-clone v1.0.13 |
1263 | 2023-11-16T20:31:39.737Z | Compiling ahash v0.8.3 |
1264 | 2023-11-16T20:31:39.775Z | Compiling tracing-core v0.1.31 |
1265 | 2023-11-16T20:31:40.082Z | Compiling const-oid v0.9.5 |
1266 | 2023-11-16T20:31:40.192Z | Compiling async-trait v0.1.74 |
1267 | 2023-11-16T20:31:40.794Z | Compiling tinyvec_macros v0.1.1 |
1268 | 2023-11-16T20:31:40.921Z | Compiling tinyvec v1.6.0 |
1269 | 2023-11-16T20:31:41.354Z | Compiling openssl-sys v0.9.93 |
1270 | 2023-11-16T20:31:42.032Z | Compiling openssl v0.10.57 |
1271 | 2023-11-16T20:31:42.549Z | Compiling rustls v0.21.8 |
1272 | 2023-11-16T20:31:42.613Z | Compiling ucd-trie v0.1.6 |
1273 | 2023-11-16T20:31:42.859Z | Compiling winnow v0.5.15 |
1274 | 2023-11-16T20:31:43.227Z | Compiling unicode-normalization v0.1.22 |
1275 | 2023-11-16T20:31:43.529Z | Compiling serde_derive_internals v0.26.0 |
1276 | 2023-11-16T20:31:44.471Z | Compiling unicode-bidi v0.3.13 |
1277 | 2023-11-16T20:31:45.064Z | Compiling time-core v0.1.1 |
1278 | 2023-11-16T20:31:45.326Z | Compiling time-macros v0.2.13 |
1279 | 2023-11-16T20:31:46.792Z | Compiling cpufeatures v0.2.9 |
1280 | 2023-11-16T20:31:46.930Z | Compiling native-tls v0.2.11 |
1281 | 2023-11-16T20:31:47.453Z | Compiling aho-corasick v1.0.4 |
1282 | 2023-11-16T20:31:47.824Z | Compiling percent-encoding v2.3.0 |
1283 | 2023-11-16T20:31:48.183Z | Compiling regex-syntax v0.8.2 |
1284 | 2023-11-16T20:31:48.388Z | Compiling rustix v0.38.9 |
1285 | 2023-11-16T20:31:49.173Z | Compiling slog v2.7.0 |
1286 | 2023-11-16T20:31:49.476Z | Compiling backtrace v0.3.69 |
1287 | 2023-11-16T20:31:49.977Z | Compiling form_urlencoded v1.2.0 |
1288 | 2023-11-16T20:31:50.311Z | Compiling lazy_static v1.4.0 |
1289 | 2023-11-16T20:31:50.469Z | Compiling spin v0.9.8 |
1290 | 2023-11-16T20:31:50.491Z | Compiling base64 v0.21.5 |
1291 | 2023-11-16T20:31:50.818Z | Compiling ppv-lite86 v0.2.17 |
1292 | 2023-11-16T20:31:51.077Z | Compiling hashbrown v0.13.2 |
1293 | 2023-11-16T20:31:51.669Z | Compiling unicode-width v0.1.11 |
1294 | 2023-11-16T20:31:51.796Z | Compiling anyhow v1.0.75 |
1295 | 2023-11-16T20:31:51.913Z | Compiling idna v0.4.0 |
1296 | 2023-11-16T20:31:52.818Z | Compiling errno v0.3.2 |
1297 | 2023-11-16T20:31:52.961Z | Compiling rand_chacha v0.3.1 |
1298 | 2023-11-16T20:31:53.045Z | Compiling socket2 v0.4.9 |
1299 | 2023-11-16T20:31:53.239Z | Compiling untrusted v0.7.1 |
1300 | 2023-11-16T20:31:53.548Z | Compiling url v2.4.1 |
1301 | 2023-11-16T20:31:54.537Z | Compiling regex-automata v0.4.3 |
1302 | 2023-11-16T20:31:54.795Z | Compiling hashbrown v0.12.3 |
1303 | 2023-11-16T20:31:54.812Z | Compiling rand v0.8.5 |
1304 | 2023-11-16T20:31:56.016Z | Compiling serde_derive v1.0.192 |
1305 | 2023-11-16T20:31:56.645Z | Compiling zeroize_derive v1.4.2 |
1306 | 2023-11-16T20:31:56.690Z | Compiling thiserror-impl v1.0.49 |
1307 | 2023-11-16T20:31:56.966Z | Compiling tokio-macros v2.1.0 |
1308 | 2023-11-16T20:31:57.507Z | Compiling futures-macro v0.3.29 |
1309 | 2023-11-16T20:31:59.033Z | Compiling tracing-attributes v0.1.26 |
1310 | 2023-11-16T20:31:59.552Z | Compiling zeroize v1.6.0 |
1311 | 2023-11-16T20:32:00.346Z | Compiling schemars_derive v0.8.13 |
1312 | 2023-11-16T20:32:01.627Z | Compiling pest v2.7.2 |
1313 | 2023-11-16T20:32:01.918Z | Compiling openssl-macros v0.1.1 |
1314 | 2023-11-16T20:32:02.334Z | Compiling crypto-common v0.1.6 |
1315 | 2023-11-16T20:32:02.655Z | Compiling block-buffer v0.10.4 |
1316 | 2023-11-16T20:32:03.016Z | Compiling digest v0.10.7 |
1317 | 2023-11-16T20:32:03.693Z | Compiling regex v1.10.2 |
1318 | 2023-11-16T20:32:04.653Z | Compiling tracing v0.1.37 |
1319 | 2023-11-16T20:32:05.487Z | Compiling num-integer v0.1.45 |
1320 | 2023-11-16T20:32:05.607Z | Compiling untrusted v0.9.0 |
1321 | 2023-11-16T20:32:05.861Z | Compiling httpdate v1.0.3 |
1322 | 2023-11-16T20:32:05.934Z | Compiling adler v1.0.2 |
1323 | 2023-11-16T20:32:06.302Z | Compiling try-lock v0.2.4 |
1324 | 2023-11-16T20:32:06.507Z | Compiling want v0.3.1 |
1325 | 2023-11-16T20:32:06.631Z | Compiling miniz_oxide v0.7.1 |
1326 | 2023-11-16T20:32:06.818Z | Compiling crc32fast v1.3.2 |
1327 | 2023-11-16T20:32:06.942Z | Compiling unicode-xid v0.2.4 |
1328 | 2023-11-16T20:32:07.189Z | Compiling mime v0.3.17 |
1329 | 2023-11-16T20:32:07.220Z | Compiling openssl-probe v0.1.5 |
1330 | 2023-11-16T20:32:07.488Z | Compiling foreign-types-shared v0.1.1 |
1331 | 2023-11-16T20:32:07.642Z | Compiling tower-service v0.3.2 |
1332 | 2023-11-16T20:32:07.738Z | Compiling foreign-types v0.3.2 |
1333 | 2023-11-16T20:32:07.874Z | Compiling synstructure v0.12.6 |
1334 | 2023-11-16T20:32:07.915Z | Compiling sct v0.7.0 |
1335 | 2023-11-16T20:32:08.381Z | Compiling crossbeam-utils v0.8.16 |
1336 | 2023-11-16T20:32:09.354Z | Compiling ipnet v2.8.0 |
1337 | 2023-11-16T20:32:10.471Z | Compiling rustls-webpki v0.101.7 |
1338 | 2023-11-16T20:32:10.613Z | Compiling zerocopy-derive v0.2.0 |
1339 | 2023-11-16T20:32:11.282Z | Compiling pest_meta v2.7.2 |
1340 | 2023-11-16T20:32:11.418Z | Compiling rustls-pemfile v1.0.3 |
1341 | 2023-11-16T20:32:11.517Z | Compiling gimli v0.28.0 |
1342 | 2023-11-16T20:32:13.572Z | Compiling pest_generator v2.7.2 |
1343 | 2023-11-16T20:32:13.886Z | Compiling object v0.32.1 |
1344 | 2023-11-16T20:32:14.318Z | Compiling encoding_rs v0.8.33 |
1345 | 2023-11-16T20:32:17.021Z | Compiling bitflags v1.3.2 |
1346 | 2023-11-16T20:32:17.170Z | Compiling rustc-demangle v0.1.23 |
1347 | 2023-11-16T20:32:18.745Z | Compiling addr2line v0.21.0 |
1348 | 2023-11-16T20:32:19.708Z | Compiling bytes v1.5.0 |
1349 | 2023-11-16T20:32:19.842Z | Compiling indexmap v2.1.0 |
1350 | 2023-11-16T20:32:20.152Z | Compiling chrono v0.4.31 |
1351 | 2023-11-16T20:32:21.821Z | Compiling tokio v1.33.0 |
1352 | 2023-11-16T20:32:21.863Z | Compiling uuid v1.5.0 |
1353 | 2023-11-16T20:32:22.003Z | Compiling http v0.2.9 |
1354 | 2023-11-16T20:32:22.782Z | Compiling bitflags v2.4.0 |
1355 | 2023-11-16T20:32:23.472Z | Compiling toml_datetime v0.6.5 |
1356 | 2023-11-16T20:32:24.420Z | Compiling serde_spanned v0.6.4 |
1357 | 2023-11-16T20:32:24.824Z | Compiling toml_edit v0.19.15 |
1358 | 2023-11-16T20:32:25.153Z | Compiling rustc_version v0.4.0 |
1359 | 2023-11-16T20:32:25.791Z | Compiling http-body v0.4.5 |
1360 | 2023-11-16T20:32:26.149Z | Compiling openapiv3 v2.0.0-rc.1 |
1361 | 2023-11-16T20:32:29.018Z | Compiling serde_urlencoded v0.7.1 |
1362 | 2023-11-16T20:32:29.903Z | Compiling pest_derive v2.7.2 |
1363 | 2023-11-16T20:32:30.601Z | Compiling rustls-native-certs v0.6.3 |
1364 | 2023-11-16T20:32:32.398Z | Compiling usdt-impl v0.3.5 |
1365 | 2023-11-16T20:32:32.920Z | Compiling io-lifetimes v1.0.11 |
1366 | 2023-11-16T20:32:32.961Z | Compiling num_threads v0.1.6 |
1367 | 2023-11-16T20:32:33.136Z | Compiling webpki-roots v0.25.2 |
1368 | 2023-11-16T20:32:33.377Z | Compiling deranged v0.3.8 |
1369 | 2023-11-16T20:32:34.582Z | Compiling serde_tokenstream v0.2.0 |
1370 | 2023-11-16T20:32:34.715Z | Compiling tokio-util v0.7.10 |
1371 | 2023-11-16T20:32:35.094Z | Compiling tokio-rustls v0.24.1 |
1372 | 2023-11-16T20:32:35.386Z | Compiling zerocopy v0.3.0 |
1373 | 2023-11-16T20:32:35.729Z | Compiling block-padding v0.3.3 |
1374 | 2023-11-16T20:32:35.887Z | Compiling dtrace-parser v0.1.14 |
1375 | 2023-11-16T20:32:36.075Z | Compiling inout v0.1.3 |
1376 | 2023-11-16T20:32:36.486Z | Compiling h2 v0.3.21 |
1377 | 2023-11-16T20:32:36.617Z | Compiling time v0.3.27 |
1378 | 2023-11-16T20:32:37.239Z | Compiling tokio-native-tls v0.3.1 |
1379 | 2023-11-16T20:32:37.431Z | Compiling dof v0.1.5 |
1380 | 2023-11-16T20:32:38.657Z | Compiling thread-id v4.2.0 |
1381 | 2023-11-16T20:32:38.810Z | Compiling num-bigint v0.4.4 |
1382 | 2023-11-16T20:32:39.046Z | Compiling rustversion v1.0.14 |
1383 | 2023-11-16T20:32:39.374Z | Compiling rustix v0.37.23 |
1384 | 2023-11-16T20:32:40.123Z | Compiling cipher v0.4.4 |
1385 | 2023-11-16T20:32:40.127Z | Compiling serde_tokenstream v0.1.7 |
1386 | 2023-11-16T20:32:40.449Z | Compiling zerocopy-derive v0.6.4 |
1387 | 2023-11-16T20:32:40.825Z | Compiling regress v0.7.1 |
1388 | 2023-11-16T20:32:40.909Z | Compiling data-encoding v2.4.0 |
1389 | 2023-11-16T20:32:42.659Z | Compiling flate2 v1.0.28 |
1390 | 2023-11-16T20:32:43.393Z | Compiling toml_edit v0.21.0 |
1391 | 2023-11-16T20:32:43.714Z | Compiling hmac v0.12.1 |
1392 | 2023-11-16T20:32:44.041Z | Compiling strsim v0.10.0 |
1393 | 2023-11-16T20:32:45.037Z | Compiling strum_macros v0.25.2 |
1394 | 2023-11-16T20:32:45.443Z | Compiling usdt-macro v0.3.5 |
1395 | 2023-11-16T20:32:45.695Z | Compiling usdt-attr-macro v0.3.5 |
1396 | 2023-11-16T20:32:47.516Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1397 | 2023-11-16T20:32:47.711Z | Compiling sha2 v0.10.8 |
1398 | 2023-11-16T20:32:47.829Z | Compiling enum-as-inner v0.5.1 |
1399 | 2023-11-16T20:32:47.921Z | Compiling toml v0.7.8 |
1400 | 2023-11-16T20:32:49.200Z | Compiling hyper v0.14.27 |
1401 | 2023-11-16T20:32:49.415Z | Compiling heapless v0.7.16 |
1402 | 2023-11-16T20:32:50.386Z | Compiling futures-executor v0.3.29 |
1403 | 2023-11-16T20:32:50.956Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1404 | 2023-11-16T20:32:51.245Z | Compiling memoffset v0.9.0 |
1405 | 2023-11-16T20:32:51.321Z | Compiling signal-hook v0.3.17 |
1406 | 2023-11-16T20:32:51.613Z | Compiling managed v0.8.0 |
1407 | 2023-11-16T20:32:51.713Z | Compiling unicode-segmentation v1.10.1 |
1408 | 2023-11-16T20:32:52.352Z | Compiling futures v0.3.29 |
1409 | 2023-11-16T20:32:52.588Z | Compiling ipnetwork v0.20.0 |
1410 | 2023-11-16T20:32:52.817Z | Compiling getopts v0.2.21 |
1411 | 2023-11-16T20:32:53.183Z | Compiling crossbeam-epoch v0.9.15 |
1412 | 2023-11-16T20:32:53.241Z | Compiling num-iter v0.1.43 |
1413 | 2023-11-16T20:32:53.711Z | Compiling unsafe-libyaml v0.2.9 |
1414 | 2023-11-16T20:32:53.817Z | Compiling matches v0.1.10 |
1415 | 2023-11-16T20:32:53.951Z | Compiling utf8parse v0.2.1 |
1416 | 2023-11-16T20:32:54.029Z | Compiling siphasher v0.3.11 |
1417 | 2023-11-16T20:32:54.196Z | Compiling smoltcp v0.9.1 |
1418 | 2023-11-16T20:32:54.650Z | Compiling bit-vec v0.6.3 |
1419 | 2023-11-16T20:32:54.762Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1420 | 2023-11-16T20:32:55.165Z | Compiling anstyle v1.0.2 |
1421 | 2023-11-16T20:32:55.304Z | Compiling anstyle-parse v0.2.1 |
1422 | 2023-11-16T20:32:55.343Z | Compiling idna v0.2.3 |
1423 | 2023-11-16T20:32:56.100Z | Compiling serde_yaml v0.9.25 |
1424 | 2023-11-16T20:32:56.936Z | Compiling zerocopy v0.6.4 |
1425 | 2023-11-16T20:32:57.542Z | Compiling signature v2.1.0 |
1426 | 2023-11-16T20:32:57.876Z | Compiling hubpack_derive v0.1.1 |
1427 | 2023-11-16T20:32:58.171Z | Compiling clap_derive v4.4.2 |
1428 | 2023-11-16T20:32:58.302Z | Compiling anstyle-query v1.0.0 |
1429 | 2023-11-16T20:32:58.383Z | Compiling either v1.9.0 |
1430 | 2023-11-16T20:32:58.660Z | Compiling colorchoice v1.0.0 |
1431 | 2023-11-16T20:32:58.899Z | Compiling anstream v0.5.0 |
1432 | 2023-11-16T20:32:58.902Z | Compiling terminal_size v0.2.6 |
1433 | 2023-11-16T20:32:59.220Z | Compiling trust-dns-proto v0.22.0 |
1434 | 2023-11-16T20:33:00.018Z | Compiling usdt v0.3.5 |
1435 | 2023-11-16T20:33:00.414Z | Compiling yasna v0.5.2 |
1436 | 2023-11-16T20:33:01.105Z | Compiling hyper-rustls v0.24.2 |
1437 | 2023-11-16T20:33:01.972Z | Compiling hyper-tls v0.5.0 |
1438 | 2023-11-16T20:33:02.401Z | Compiling reqwest v0.11.22 |
1439 | 2023-11-16T20:33:02.444Z | Compiling md-5 v0.10.5 |
1440 | 2023-11-16T20:33:02.503Z | Compiling stringprep v0.1.3 |
1441 | 2023-11-16T20:33:02.833Z | Compiling diesel_table_macro_syntax v0.1.0 |
1442 | 2023-11-16T20:33:03.379Z | Compiling hash32 v0.2.1 |
1443 | 2023-11-16T20:33:03.617Z | Compiling clap_lex v0.5.1 |
1444 | 2023-11-16T20:33:03.987Z | Compiling stable_deref_trait v1.2.0 |
1445 | 2023-11-16T20:33:04.134Z | Compiling fallible-iterator v0.2.0 |
1446 | 2023-11-16T20:33:04.447Z | Compiling clap_builder v4.4.2 |
1447 | 2023-11-16T20:33:05.351Z | Compiling postgres-protocol v0.6.6 |
1448 | 2023-11-16T20:33:06.152Z | Compiling diesel_derives v2.1.1 |
1449 | 2023-11-16T20:33:06.403Z | Compiling phf_shared v0.11.2 |
1450 | 2023-11-16T20:33:07.575Z | Compiling tokio-stream v0.1.14 |
1451 | 2023-11-16T20:33:07.808Z | Compiling hex v0.4.3 |
1452 | 2023-11-16T20:33:08.838Z | Compiling serde_repr v0.1.16 |
1453 | 2023-11-16T20:33:09.060Z | Compiling scheduled-thread-pool v0.2.7 |
1454 | 2023-11-16T20:33:09.208Z | Compiling regex-automata v0.1.10 |
1455 | 2023-11-16T20:33:10.053Z | Compiling bstr v0.2.17 |
1456 | 2023-11-16T20:33:10.092Z | Compiling r2d2 v0.8.10 |
1457 | 2023-11-16T20:33:10.614Z | Compiling signal-hook-mio v0.2.3 |
1458 | 2023-11-16T20:33:10.842Z | Compiling clap v4.4.3 |
1459 | 2023-11-16T20:33:11.006Z | Compiling bzip2 v0.4.4 |
1460 | 2023-11-16T20:33:11.621Z | Compiling phf v0.11.2 |
1461 | 2023-11-16T20:33:11.997Z | Compiling postgres-types v0.2.6 |
1462 | 2023-11-16T20:33:12.561Z | Compiling hubpack v0.1.2 |
1463 | 2023-11-16T20:33:13.301Z | Compiling itertools v0.11.0 |
1464 | 2023-11-16T20:33:13.556Z | Compiling itertools v0.10.5 |
1465 | 2023-11-16T20:33:15.369Z | Compiling phf_shared v0.10.0 |
1466 | 2023-11-16T20:33:16.016Z | Compiling float-cmp v0.9.0 |
1467 | 2023-11-16T20:33:16.359Z | Compiling precomputed-hash v0.1.1 |
1468 | 2023-11-16T20:33:16.514Z | Compiling whoami v1.4.1 |
1469 | 2023-11-16T20:33:17.533Z | Compiling new_debug_unreachable v1.0.4 |
1470 | 2023-11-16T20:33:17.665Z | Compiling fixedbitset v0.4.2 |
1471 | 2023-11-16T20:33:18.262Z | Compiling static_assertions v1.1.0 |
1472 | 2023-11-16T20:33:18.390Z | Compiling normalize-line-endings v0.3.0 |
1473 | 2023-11-16T20:33:18.409Z | Compiling difflib v0.4.0 |
1474 | 2023-11-16T20:33:18.494Z | Compiling predicates-core v1.0.6 |
1475 | 2023-11-16T20:33:18.497Z | Compiling regex-automata v0.3.8 |
1476 | 2023-11-16T20:33:18.561Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1477 | 2023-11-16T20:33:19.071Z | Compiling predicates v3.0.4 |
1478 | 2023-11-16T20:33:19.768Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1479 | 2023-11-16T20:33:23.941Z | Compiling petgraph v0.6.4 |
1480 | 2023-11-16T20:33:24.864Z | Compiling bstr v1.6.0 |
1481 | 2023-11-16T20:33:26.113Z | Compiling string_cache v0.8.7 |
1482 | 2023-11-16T20:33:27.575Z | Compiling tokio-postgres v0.7.10 |
1483 | 2023-11-16T20:33:28.287Z | Compiling similar v2.2.1 |
1484 | 2023-11-16T20:33:28.997Z | Compiling zip v0.6.6 |
1485 | 2023-11-16T20:33:49.630Z | Compiling crossterm v0.27.0 |
1486 | 2023-11-16T20:33:50.000Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1487 | 2023-11-16T20:33:50.522Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1488 | 2023-11-16T20:33:50.618Z | Compiling bit-set v0.5.3 |
1489 | 2023-11-16T20:33:50.807Z | Compiling console v0.15.7 |
1490 | 2023-11-16T20:33:50.860Z | Compiling lalrpop-util v0.19.12 |
1491 | 2023-11-16T20:33:50.888Z | Compiling diesel v2.1.3 |
1492 | 2023-11-16T20:33:50.974Z | Compiling camino v1.1.6 |
1493 | 2023-11-16T20:33:51.078Z | Compiling slog-async v2.8.0 |
1494 | 2023-11-16T20:33:51.155Z | Compiling multer v2.1.0 |
1495 | 2023-11-16T20:33:51.179Z | Compiling async-stream-impl v0.3.5 |
1496 | 2023-11-16T20:33:51.310Z | Compiling paste v1.0.14 |
1497 | 2023-11-16T20:33:51.343Z | Compiling ident_case v1.0.1 |
1498 | 2023-11-16T20:33:51.385Z | Compiling darling_core v0.20.3 |
1499 | 2023-11-16T20:33:51.401Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1500 | 2023-11-16T20:33:51.511Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1501 | 2023-11-16T20:33:51.550Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1502 | 2023-11-16T20:33:51.577Z | Compiling structmeta-derive v0.2.0 |
1503 | 2023-11-16T20:33:51.587Z | Compiling regex-syntax v0.7.5 |
1504 | 2023-11-16T20:33:51.593Z | Compiling darling_macro v0.20.3 |
1505 | 2023-11-16T20:33:51.599Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1506 | 2023-11-16T20:33:51.603Z | Compiling darling v0.20.3 |
1507 | 2023-11-16T20:33:51.613Z | Compiling serde_with_macros v2.3.3 |
1508 | 2023-11-16T20:33:51.639Z | Compiling structmeta v0.2.0 |
1509 | 2023-11-16T20:33:56.968Z | Compiling parse-display-derive v0.8.2 |
1510 | 2023-11-16T20:34:03.914Z | Compiling toml v0.8.8 |
1511 | 2023-11-16T20:34:04.254Z | Compiling proc-macro-crate v1.3.1 |
1512 | 2023-11-16T20:34:08.249Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1513 | 2023-11-16T20:34:08.540Z | Compiling num_enum_derive v0.5.11 |
1514 | 2023-11-16T20:34:21.988Z | Compiling proc-macro-error-attr v1.0.4 |
1515 | 2023-11-16T20:34:27.754Z | Compiling proc-macro-error v1.0.4 |
1516 | 2023-11-16T20:34:28.214Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1517 | 2023-11-16T20:34:30.601Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1518 | 2023-11-16T20:34:37.649Z | Compiling foreign-types-macros v0.2.3 |
1519 | 2023-11-16T20:34:39.791Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1520 | 2023-11-16T20:34:40.417Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1521 | 2023-11-16T20:34:42.169Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1522 | 2023-11-16T20:34:42.620Z | Compiling crucible-workspace-hack v0.1.0 |
1523 | 2023-11-16T20:34:43.313Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1524 | 2023-11-16T20:34:46.856Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1525 | 2023-11-16T20:34:47.281Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1526 | 2023-11-16T20:34:54.898Z | Compiling sha1 v0.10.6 |
1527 | 2023-11-16T20:34:54.924Z | Compiling atty v0.2.14 |
1528 | 2023-11-16T20:34:55.991Z | Compiling match_cfg v0.1.0 |
1529 | 2023-11-16T20:34:56.028Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1530 | 2023-11-16T20:34:56.041Z | Compiling hostname v0.3.1 |
1531 | 2023-11-16T20:35:02.376Z | Compiling dirs-sys-next v0.1.2 |
1532 | 2023-11-16T20:35:08.525Z | Compiling dirs-next v2.0.0 |
1533 | 2023-11-16T20:35:11.960Z | Compiling heck v0.3.3 |
1534 | 2023-11-16T20:35:13.338Z | Compiling thread_local v1.1.7 |
1535 | 2023-11-16T20:35:13.719Z | Compiling fastrand v2.0.0 |
1536 | 2023-11-16T20:35:13.773Z | Compiling libefi-sys v0.1.0 |
1537 | 2023-11-16T20:35:14.212Z | Compiling structopt-derive v0.4.18 |
1538 | 2023-11-16T20:35:14.255Z | Compiling tempfile v3.8.0 |
1539 | 2023-11-16T20:35:14.296Z | Compiling term v0.7.0 |
1540 | 2023-11-16T20:35:14.766Z | Compiling zone_cfg_derive v0.3.0 |
1541 | 2023-11-16T20:35:15.024Z | Compiling crossbeam-channel v0.5.8 |
1542 | 2023-11-16T20:35:16.464Z | Compiling num-derive v0.4.0 |
1543 | 2023-11-16T20:35:16.597Z | Compiling instant v0.1.12 |
1544 | 2023-11-16T20:35:16.817Z | Compiling take_mut v0.2.2 |
1545 | 2023-11-16T20:35:16.912Z | Compiling slog-term v2.9.0 |
1546 | 2023-11-16T20:35:18.787Z | Compiling slog-json v2.6.1 |
1547 | 2023-11-16T20:35:18.841Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1548 | 2023-11-16T20:35:19.102Z | Compiling atomic-waker v1.1.1 |
1549 | 2023-11-16T20:35:19.310Z | Compiling waitgroup v0.1.2 |
1550 | 2023-11-16T20:35:19.370Z | Compiling slog-bunyan v2.4.0 |
1551 | 2023-11-16T20:35:19.719Z | Compiling async-stream v0.3.5 |
1552 | 2023-11-16T20:35:20.155Z | Compiling serde_path_to_error v0.1.14 |
1553 | 2023-11-16T20:35:20.220Z | Compiling same-file v1.0.6 |
1554 | 2023-11-16T20:35:20.251Z | Compiling debug-ignore v1.0.5 |
1555 | 2023-11-16T20:35:20.547Z | Compiling platforms v3.0.2 |
1556 | 2023-11-16T20:35:21.082Z | Compiling walkdir v2.4.0 |
1557 | 2023-11-16T20:35:21.590Z | Compiling strum v0.25.0 |
1558 | 2023-11-16T20:35:21.849Z | Compiling toml v0.5.11 |
1559 | 2023-11-16T20:35:22.012Z | Compiling semver-parser v0.10.2 |
1560 | 2023-11-16T20:35:22.128Z | Compiling xattr v1.0.1 |
1561 | 2023-11-16T20:35:22.525Z | Compiling filetime v0.2.22 |
1562 | 2023-11-16T20:35:23.002Z | Compiling tar v0.4.40 |
1563 | 2023-11-16T20:35:23.841Z | Compiling semver v0.11.0 |
1564 | 2023-11-16T20:35:23.870Z | Compiling serde_with v2.3.3 |
1565 | 2023-11-16T20:35:25.263Z | Compiling home v0.5.5 |
1566 | 2023-11-16T20:35:25.350Z | Compiling curve25519-dalek v4.1.0 |
1567 | 2023-11-16T20:35:25.602Z | Compiling toolchain_find v0.2.0 |
1568 | 2023-11-16T20:35:26.338Z | Compiling backoff v0.4.0 |
1569 | 2023-11-16T20:35:26.397Z | Compiling parse-display v0.8.2 |
1570 | 2023-11-16T20:35:26.684Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1571 | 2023-11-16T20:35:26.724Z | Compiling macaddr v1.0.1 |
1572 | 2023-11-16T20:35:27.082Z | Compiling rustfmt-wrapper v0.2.0 |
1573 | 2023-11-16T20:35:27.481Z | Compiling omicron-zone-package v0.8.3 |
1574 | 2023-11-16T20:35:28.929Z | Compiling curve25519-dalek-derive v0.1.0 |
1575 | 2023-11-16T20:35:29.445Z | Compiling num-rational v0.4.1 |
1576 | 2023-11-16T20:35:29.929Z | Compiling getrandom v0.1.16 |
1577 | 2023-11-16T20:35:30.551Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1578 | 2023-11-16T20:35:31.245Z | Compiling num_enum v0.5.11 |
1579 | 2023-11-16T20:35:31.342Z | Compiling postcard-cobs v0.1.5-pre |
1580 | 2023-11-16T20:35:31.719Z | Compiling postcard v0.7.3 |
1581 | 2023-11-16T20:35:31.803Z | Compiling smoltcp v0.8.2 |
1582 | 2023-11-16T20:35:32.569Z | Compiling unicase v2.7.0 |
1583 | 2023-11-16T20:35:33.036Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1584 | 2023-11-16T20:35:33.320Z | Compiling parking_lot_core v0.8.6 |
1585 | 2023-11-16T20:35:33.354Z | Compiling foreign-types-shared v0.3.1 |
1586 | 2023-11-16T20:35:33.516Z | Compiling cfg-if v0.1.10 |
1587 | 2023-11-16T20:35:33.538Z | Compiling foreign-types v0.5.0 |
1588 | 2023-11-16T20:35:34.314Z | Compiling is-terminal v0.4.9 |
1589 | 2023-11-16T20:35:34.451Z | Compiling cstr-argument v0.1.2 |
1590 | 2023-11-16T20:35:34.539Z | Compiling pretty-hex v0.2.1 |
1591 | 2023-11-16T20:35:35.173Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1592 | 2023-11-16T20:35:35.280Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1593 | 2023-11-16T20:35:35.744Z | Compiling colored v2.0.4 |
1594 | 2023-11-16T20:35:36.496Z | Compiling textwrap v0.11.0 |
1595 | 2023-11-16T20:35:36.527Z | Compiling slog-dtrace v0.2.3 |
1596 | 2023-11-16T20:35:36.742Z | Compiling vec_map v0.8.2 |
1597 | 2023-11-16T20:35:36.913Z | Compiling winapi v0.3.9 |
1598 | 2023-11-16T20:35:36.991Z | Compiling ansi_term v0.12.1 |
1599 | 2023-11-16T20:35:37.177Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1600 | 2023-11-16T20:35:37.384Z | Compiling strsim v0.8.0 |
1601 | 2023-11-16T20:35:37.907Z | Compiling convert_case v0.4.0 |
1602 | 2023-11-16T20:35:38.479Z | Compiling clap v2.34.0 |
1603 | 2023-11-16T20:35:39.165Z | Compiling derive_more v0.99.17 |
1604 | 2023-11-16T20:35:41.169Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1605 | 2023-11-16T20:35:43.698Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1606 | 2023-11-16T20:35:44.294Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1607 | 2023-11-16T20:35:44.442Z | Compiling thiserror-impl-no-std v2.0.2 |
1608 | 2023-11-16T20:35:46.490Z | Compiling base64ct v1.6.0 |
1609 | 2023-11-16T20:35:47.475Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1610 | 2023-11-16T20:35:49.081Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1611 | 2023-11-16T20:35:49.794Z | Compiling structopt v0.3.26 |
1612 | 2023-11-16T20:35:49.875Z | Compiling mime_guess v2.0.4 |
1613 | 2023-11-16T20:35:51.614Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1614 | 2023-11-16T20:35:51.743Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1615 | 2023-11-16T20:35:52.994Z | Compiling zone v0.3.0 |
1616 | 2023-11-16T20:35:53.583Z | Compiling smf v0.2.2 |
1617 | 2023-11-16T20:35:54.173Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1618 | 2023-11-16T20:35:54.789Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1619 | 2023-11-16T20:35:56.243Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1620 | 2023-11-16T20:35:56.661Z | Compiling universal-hash v0.5.1 |
1621 | 2023-11-16T20:35:56.754Z | Compiling opaque-debug v0.3.0 |
1622 | 2023-11-16T20:35:56.891Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1623 | 2023-11-16T20:35:57.405Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1624 | 2023-11-16T20:35:57.463Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1625 | 2023-11-16T20:35:57.748Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1626 | 2023-11-16T20:35:58.637Z | Compiling hkdf v0.12.3 |
1627 | 2023-11-16T20:35:58.845Z | Compiling cancel-safe-futures v0.1.5 |
1628 | 2023-11-16T20:35:59.771Z | Compiling keccak v0.1.4 |
1629 | 2023-11-16T20:36:00.838Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1630 | 2023-11-16T20:36:01.288Z | Compiling quick-error v1.2.3 |
1631 | 2023-11-16T20:36:01.504Z | Compiling linked-hash-map v0.5.6 |
1632 | 2023-11-16T20:36:02.083Z | Compiling lru-cache v0.1.2 |
1633 | 2023-11-16T20:36:02.390Z | Compiling resolv-conf v0.7.0 |
1634 | 2023-11-16T20:36:03.832Z | Compiling sha3 v0.10.8 |
1635 | 2023-11-16T20:36:04.338Z | Compiling password-hash v0.5.0 |
1636 | 2023-11-16T20:36:07.171Z | Compiling blake2 v0.10.6 |
1637 | 2023-11-16T20:36:07.221Z | Compiling aead v0.5.2 |
1638 | 2023-11-16T20:36:07.692Z | Compiling secrecy v0.8.0 |
1639 | 2023-11-16T20:36:08.106Z | Compiling num-complex v0.4.4 |
1640 | 2023-11-16T20:36:08.130Z | Compiling ff v0.13.0 |
1641 | 2023-11-16T20:36:08.490Z | Compiling nibble_vec v0.1.0 |
1642 | 2023-11-16T20:36:08.817Z | Compiling arc-swap v1.6.0 |
1643 | 2023-11-16T20:36:10.013Z | Compiling endian-type v0.1.2 |
1644 | 2023-11-16T20:36:10.367Z | Compiling utf-8 v0.7.6 |
1645 | 2023-11-16T20:36:10.897Z | Compiling tungstenite v0.20.1 |
1646 | 2023-11-16T20:36:11.026Z | Compiling radix_trie v0.2.1 |
1647 | 2023-11-16T20:36:20.866Z | Compiling num v0.4.1 |
1648 | 2023-11-16T20:36:20.951Z | Compiling slog-scope v4.4.0 |
1649 | 2023-11-16T20:36:21.002Z | Compiling group v0.13.0 |
1650 | 2023-11-16T20:36:21.023Z | Compiling argon2 v0.5.2 |
1651 | 2023-11-16T20:36:21.037Z | Compiling rand_core v0.5.1 |
1652 | 2023-11-16T20:36:21.043Z | Compiling trust-dns-resolver v0.22.0 |
1653 | 2023-11-16T20:36:21.054Z | Compiling poly1305 v0.8.0 |
1654 | 2023-11-16T20:36:21.063Z | Compiling chacha20 v0.9.1 |
1655 | 2023-11-16T20:36:21.087Z | Compiling crypto-bigint v0.5.2 |
1656 | 2023-11-16T20:36:21.426Z | Compiling half v1.8.2 |
1657 | 2023-11-16T20:36:21.444Z | Compiling option-ext v0.2.0 |
1658 | 2023-11-16T20:36:21.543Z | Compiling base16ct v0.2.0 |
1659 | 2023-11-16T20:36:21.621Z | Compiling ciborium-io v0.2.1 |
1660 | 2023-11-16T20:36:21.888Z | Compiling dirs-sys v0.4.1 |
1661 | 2023-11-16T20:36:22.099Z | Compiling ciborium-ll v0.2.1 |
1662 | 2023-11-16T20:36:23.582Z | Compiling parking_lot v0.11.2 |
1663 | 2023-11-16T20:36:23.608Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1664 | 2023-11-16T20:36:23.886Z | Compiling rand_chacha v0.2.2 |
1665 | 2023-11-16T20:36:24.211Z | Compiling elliptic-curve v0.13.5 |
1666 | 2023-11-16T20:36:24.685Z | Compiling tokio-tungstenite v0.20.1 |
1667 | 2023-11-16T20:36:25.080Z | Compiling slog-stdlog v4.1.1 |
1668 | 2023-11-16T20:36:25.419Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1669 | 2023-11-16T20:36:25.607Z | Compiling trust-dns-client v0.22.0 |
1670 | 2023-11-16T20:36:25.631Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1671 | 2023-11-16T20:36:25.846Z | Compiling polyval v0.6.1 |
1672 | 2023-11-16T20:36:26.509Z | Compiling thiserror-no-std v2.0.2 |
1673 | 2023-11-16T20:36:26.682Z | Compiling password-hash v0.4.2 |
1674 | 2023-11-16T20:36:27.779Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1675 | 2023-11-16T20:36:29.018Z | Compiling ed25519 v2.2.2 |
1676 | 2023-11-16T20:36:29.057Z | Compiling ctr v0.9.2 |
1677 | 2023-11-16T20:36:29.062Z | Compiling aes v0.8.3 |
1678 | 2023-11-16T20:36:29.412Z | Compiling blowfish v0.9.1 |
1679 | 2023-11-16T20:36:29.865Z | Compiling pbkdf2 v0.12.2 |
1680 | 2023-11-16T20:36:30.119Z | Compiling fxhash v0.2.1 |
1681 | 2023-11-16T20:36:30.179Z | Compiling glob v0.3.1 |
1682 | 2023-11-16T20:36:31.935Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1683 | 2023-11-16T20:36:33.573Z | Compiling sled v0.34.7 |
1684 | 2023-11-16T20:36:33.800Z | Compiling bcrypt-pbkdf v0.10.0 |
1685 | 2023-11-16T20:36:34.498Z | Compiling ed25519-dalek v2.0.0 |
1686 | 2023-11-16T20:36:34.605Z | Compiling trust-dns-server v0.22.1 |
1687 | 2023-11-16T20:36:35.411Z | Compiling pbkdf2 v0.11.0 |
1688 | 2023-11-16T20:36:36.702Z | Compiling russh-cryptovec v0.7.0 |
1689 | 2023-11-16T20:36:36.741Z | Compiling vsss-rs v3.3.1 |
1690 | 2023-11-16T20:36:37.184Z | Compiling ghash v0.5.0 |
1691 | 2023-11-16T20:36:37.245Z | Compiling slog-envlogger v2.2.0 |
1692 | 2023-11-16T20:36:37.463Z | Compiling rand v0.7.3 |
1693 | 2023-11-16T20:36:39.149Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1694 | 2023-11-16T20:36:41.924Z | Compiling ciborium v0.2.1 |
1695 | 2023-11-16T20:36:41.966Z | Compiling dirs v5.0.1 |
1696 | 2023-11-16T20:36:42.235Z | Compiling chacha20poly1305 v0.10.1 |
1697 | 2023-11-16T20:36:44.892Z | Compiling camino-tempfile v1.0.2 |
1698 | 2023-11-16T20:36:45.901Z | Compiling cbc v0.1.2 |
1699 | 2023-11-16T20:36:46.014Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1700 | 2023-11-16T20:36:46.105Z | Compiling headers-core v0.2.0 |
1701 | 2023-11-16T20:36:46.245Z | Compiling kstat-rs v0.2.3 |
1702 | 2023-11-16T20:36:46.341Z | Compiling pem v3.0.2 |
1703 | 2023-11-16T20:36:46.964Z | Compiling base64 v0.13.1 |
1704 | 2023-11-16T20:36:47.404Z | Compiling md5 v0.7.0 |
1705 | 2023-11-16T20:36:47.408Z | Compiling pretty-hex v0.3.0 |
1706 | 2023-11-16T20:36:47.653Z | Compiling http-range v0.1.5 |
1707 | 2023-11-16T20:36:47.718Z | Compiling pem v1.1.1 |
1708 | 2023-11-16T20:36:47.965Z | Compiling hyper-staticfile v0.9.5 |
1709 | 2023-11-16T20:36:48.014Z | Compiling russh-keys v0.38.0 |
1710 | 2023-11-16T20:36:48.815Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1711 | 2023-11-16T20:36:52.093Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1712 | 2023-11-16T20:36:52.319Z | Compiling rcgen v0.11.3 |
1713 | 2023-11-16T20:36:52.806Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1714 | 2023-11-16T20:36:52.986Z | Compiling headers v0.3.9 |
1715 | 2023-11-16T20:36:56.592Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1716 | 2023-11-16T20:37:05.050Z | Compiling aes-gcm v0.10.3 |
1717 | 2023-11-16T20:37:05.477Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1718 | 2023-11-16T20:37:09.200Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1719 | 2023-11-16T20:37:10.582Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1720 | 2023-11-16T20:37:16.998Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1721 | 2023-11-16T20:37:18.445Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1722 | 2023-11-16T20:37:19.288Z | Compiling atomicwrites v0.4.2 |
1723 | 2023-11-16T20:37:19.871Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1724 | 2023-11-16T20:37:23.188Z | Compiling subprocess v0.2.9 |
1725 | 2023-11-16T20:37:24.130Z | Compiling hex-literal v0.4.1 |
1726 | 2023-11-16T20:37:26.592Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1727 | 2023-11-16T20:37:26.843Z | Compiling russh v0.39.0 |
1728 | 2023-11-16T20:37:29.896Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1729 | 2023-11-16T20:37:50.716Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1730 | 2023-11-16T20:38:28.566Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1731 | 2023-11-16T20:39:48.295Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 47s |
1732 | 2023-11-16T20:39:48.628Z | |
1733 | 2023-11-16T20:39:48.631Z | real 8:47.912927577 |
1734 | 2023-11-16T20:39:48.634Z | user 51:30.748029495 |
1735 | 2023-11-16T20:39:48.637Z | sys 8:15.482617264 |
1736 | 2023-11-16T20:39:48.640Z | trap 2.011623283 |
1737 | 2023-11-16T20:39:48.643Z | tflt 10.767347058 |
1738 | 2023-11-16T20:39:48.646Z | dflt 11.134121453 |
1739 | 2023-11-16T20:39:48.649Z | kflt 0.030576294 |
1740 | 2023-11-16T20:39:48.651Z | lock 1:35:11.178192381 |
1741 | 2023-11-16T20:39:48.654Z | slp 2:23:33.154818109 |
1742 | 2023-11-16T20:39:48.657Z | lat 2:09.003020060 |
1743 | 2023-11-16T20:39:48.660Z | stop 4:44.509129522 |
1744 | 2023-11-16T20:39:48.662Z | + mkdir -p /work/end-to-end-tests |
1745 | 2023-11-16T20:39:48.665Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1746 | 2023-11-16T20:39:49.578Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1747 | 2023-11-16T20:39:49.583Z | + ptime -m gzip |
1748 | 2023-11-16T20:39:49.586Z | ++ basename target/debug/bootstrap |
1749 | 2023-11-16T20:40:04.709Z | |
1750 | 2023-11-16T20:40:04.722Z | real 15.119078880 |
1751 | 2023-11-16T20:40:04.728Z | user 14.931354698 |
1752 | 2023-11-16T20:40:04.733Z | sys 0.170393375 |
1753 | 2023-11-16T20:40:04.736Z | trap 0.008284807 |
1754 | 2023-11-16T20:40:04.739Z | tflt 0.000000000 |
1755 | 2023-11-16T20:40:04.754Z | dflt 0.000000000 |
1756 | 2023-11-16T20:40:04.758Z | kflt 0.000000000 |
1757 | 2023-11-16T20:40:04.763Z | lock 0.000000000 |
1758 | 2023-11-16T20:40:04.765Z | slp 0.000000000 |
1759 | 2023-11-16T20:40:04.769Z | lat 0.007398393 |
1760 | 2023-11-16T20:40:04.773Z | stop 0.001474197 |
1761 | 2023-11-16T20:40:04.783Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1762 | 2023-11-16T20:40:04.789Z | + ptime -m gzip |
1763 | 2023-11-16T20:40:04.798Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-cd1d99075975e5dc |
1764 | 2023-11-16T20:40:05.801Z | |
1765 | 2023-11-16T20:40:05.805Z | real 1.082628860 |
1766 | 2023-11-16T20:40:05.808Z | user 1.069429597 |
1767 | 2023-11-16T20:40:05.812Z | sys 0.012466512 |
1768 | 2023-11-16T20:40:05.816Z | trap 0.000196206 |
1769 | 2023-11-16T20:40:05.819Z | tflt 0.000000000 |
1770 | 2023-11-16T20:40:05.822Z | dflt 0.000000000 |
1771 | 2023-11-16T20:40:05.825Z | kflt 0.000000000 |
1772 | 2023-11-16T20:40:05.828Z | lock 0.000000000 |
1773 | 2023-11-16T20:40:05.831Z | slp 0.000000000 |
1774 | 2023-11-16T20:40:05.835Z | lat 0.000176424 |
1775 | 2023-11-16T20:40:05.838Z | stop 0.000232598 |
1776 | 2023-11-16T20:40:05.841Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1777 | 2023-11-16T20:40:05.845Z | + ptime -m gzip |
1778 | 2023-11-16T20:40:05.848Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d1c7f350d876f572 |
1779 | 2023-11-16T20:40:23.091Z | |
1780 | 2023-11-16T20:40:23.094Z | real 17.282382202 |
1781 | 2023-11-16T20:40:23.097Z | user 17.090316541 |
1782 | 2023-11-16T20:40:23.100Z | sys 0.186426488 |
1783 | 2023-11-16T20:40:23.103Z | trap 0.004000006 |
1784 | 2023-11-16T20:40:23.106Z | tflt 0.000000000 |
1785 | 2023-11-16T20:40:23.109Z | dflt 0.000000000 |
1786 | 2023-11-16T20:40:23.112Z | kflt 0.000000000 |
1787 | 2023-11-16T20:40:23.114Z | lock 0.000000000 |
1788 | 2023-11-16T20:40:23.117Z | slp 0.000000000 |
1789 | 2023-11-16T20:40:23.120Z | lat 0.001257703 |
1790 | 2023-11-16T20:40:23.123Z | stop 0.000261541 |
1791 | 2023-11-16T20:40:23.126Z | + banner caboose-util |
1792 | 2023-11-16T20:40:23.129Z | |
1793 | 2023-11-16T20:40:23.132Z | #### ## ##### #### #### #### ###### # # ##### |
1794 | 2023-11-16T20:40:23.135Z | # # # # # # # # # # # # # # # |
1795 | 2023-11-16T20:40:23.139Z | # # # ##### # # # # #### ##### ##### # # # |
1796 | 2023-11-16T20:40:23.143Z | # ###### # # # # # # # # # # # |
1797 | 2023-11-16T20:40:23.146Z | # # # # # # # # # # # # # # # # |
1798 | 2023-11-16T20:40:23.149Z | #### # # ##### #### #### #### ###### #### # |
1799 | 2023-11-16T20:40:23.152Z | |
1800 | 2023-11-16T20:40:23.159Z | + ptime -m cargo build --locked -p caboose-util --release |
1801 | 2023-11-16T20:40:23.765Z | Downloading crates ... |
1802 | 2023-11-16T20:40:24.087Z | Downloaded nodrop v0.1.14 |
1803 | 2023-11-16T20:40:24.091Z | Downloaded packed_struct_codegen v0.10.1 |
1804 | 2023-11-16T20:40:24.100Z | Downloaded array-init v0.0.4 |
1805 | 2023-11-16T20:40:24.103Z | Downloaded path-slash v0.1.5 |
1806 | 2023-11-16T20:40:24.113Z | Downloaded maybe-uninit v2.0.0 |
1807 | 2023-11-16T20:40:24.117Z | Downloaded funty v2.0.0 |
1808 | 2023-11-16T20:40:24.120Z | Downloaded smallvec v0.6.14 |
1809 | 2023-11-16T20:40:24.123Z | Downloaded radium v0.7.0 |
1810 | 2023-11-16T20:40:24.126Z | Downloaded wyz v0.5.1 |
1811 | 2023-11-16T20:40:24.129Z | Downloaded packed_struct v0.10.1 |
1812 | 2023-11-16T20:40:24.132Z | Downloaded flagset v0.4.3 |
1813 | 2023-11-16T20:40:24.135Z | Downloaded tap v1.0.1 |
1814 | 2023-11-16T20:40:24.137Z | Downloaded serde-hex v0.1.0 |
1815 | 2023-11-16T20:40:24.140Z | Downloaded pem-rfc7468 v0.7.0 |
1816 | 2023-11-16T20:40:24.143Z | Downloaded num-bigint-dig v0.8.4 |
1817 | 2023-11-16T20:40:24.149Z | Downloaded crc-any v2.4.3 |
1818 | 2023-11-16T20:40:24.153Z | Downloaded rsa v0.9.2 |
1819 | 2023-11-16T20:40:24.163Z | Downloaded x509-cert v0.2.4 |
1820 | 2023-11-16T20:40:24.175Z | Downloaded ron v0.8.1 |
1821 | 2023-11-16T20:40:24.184Z | Downloaded object v0.30.4 |
1822 | 2023-11-16T20:40:24.201Z | Downloaded bitvec v1.0.1 |
1823 | 2023-11-16T20:40:24.228Z | Downloaded pkcs1 v0.7.5 |
1824 | 2023-11-16T20:40:24.232Z | Downloaded der_derive v0.7.2 |
1825 | 2023-11-16T20:40:24.235Z | Downloaded env_logger v0.10.0 |
1826 | 2023-11-16T20:40:24.239Z | Downloaded crc v3.0.1 |
1827 | 2023-11-16T20:40:24.241Z | Downloaded termcolor v1.2.0 |
1828 | 2023-11-16T20:40:24.244Z | Downloaded bitfield v0.14.0 |
1829 | 2023-11-16T20:40:24.247Z | Downloaded crc-catalog v2.2.0 |
1830 | 2023-11-16T20:40:24.431Z | Compiling proc-macro2 v1.0.69 |
1831 | 2023-11-16T20:40:24.434Z | Compiling unicode-ident v1.0.12 |
1832 | 2023-11-16T20:40:24.437Z | Compiling libc v0.2.150 |
1833 | 2023-11-16T20:40:24.440Z | Compiling autocfg v1.1.0 |
1834 | 2023-11-16T20:40:24.442Z | Compiling serde v1.0.192 |
1835 | 2023-11-16T20:40:24.453Z | Compiling cfg-if v1.0.0 |
1836 | 2023-11-16T20:40:24.456Z | Compiling version_check v0.9.4 |
1837 | 2023-11-16T20:40:24.591Z | Compiling parking_lot_core v0.9.8 |
1838 | 2023-11-16T20:40:24.602Z | Compiling syn v1.0.109 |
1839 | 2023-11-16T20:40:24.720Z | Compiling typenum v1.16.0 |
1840 | 2023-11-16T20:40:25.265Z | Compiling libm v0.2.7 |
1841 | 2023-11-16T20:40:25.282Z | Compiling futures-core v0.3.29 |
1842 | 2023-11-16T20:40:25.551Z | Compiling generic-array v0.14.7 |
1843 | 2023-11-16T20:40:25.616Z | Compiling lock_api v0.4.10 |
1844 | 2023-11-16T20:40:25.731Z | Compiling num-traits v0.2.16 |
1845 | 2023-11-16T20:40:25.771Z | Compiling once_cell v1.18.0 |
1846 | 2023-11-16T20:40:25.977Z | Compiling pkg-config v0.3.27 |
1847 | 2023-11-16T20:40:26.055Z | Compiling scopeguard v1.2.0 |
1848 | 2023-11-16T20:40:26.369Z | Compiling slab v0.4.9 |
1849 | 2023-11-16T20:40:26.383Z | Compiling futures-channel v0.3.29 |
1850 | 2023-11-16T20:40:26.416Z | Compiling futures-task v0.3.29 |
1851 | 2023-11-16T20:40:26.826Z | Compiling quote v1.0.33 |
1852 | 2023-11-16T20:40:26.858Z | Compiling serde_json v1.0.108 |
1853 | 2023-11-16T20:40:27.068Z | Compiling thiserror v1.0.49 |
1854 | 2023-11-16T20:40:27.330Z | Compiling memchr v2.6.3 |
1855 | 2023-11-16T20:40:27.695Z | Compiling syn v2.0.32 |
1856 | 2023-11-16T20:40:27.724Z | Compiling cc v1.0.83 |
1857 | 2023-11-16T20:40:27.747Z | Compiling getrandom v0.2.10 |
1858 | 2023-11-16T20:40:28.403Z | Compiling itoa v1.0.9 |
1859 | 2023-11-16T20:40:28.422Z | Compiling futures-util v0.3.29 |
1860 | 2023-11-16T20:40:28.720Z | Compiling smallvec v1.11.0 |
1861 | 2023-11-16T20:40:28.919Z | Compiling log v0.4.20 |
1862 | 2023-11-16T20:40:30.031Z | Compiling vcpkg v0.2.15 |
1863 | 2023-11-16T20:40:30.275Z | Compiling byteorder v1.5.0 |
1864 | 2023-11-16T20:40:30.380Z | Compiling rand_core v0.6.4 |
1865 | 2023-11-16T20:40:31.140Z | Compiling pin-project-lite v0.2.13 |
1866 | 2023-11-16T20:40:31.312Z | Compiling parking_lot v0.12.1 |
1867 | 2023-11-16T20:40:32.066Z | Compiling ring v0.17.5 |
1868 | 2023-11-16T20:40:32.340Z | Compiling indexmap v1.9.3 |
1869 | 2023-11-16T20:40:32.926Z | Compiling openssl-sys v0.9.93 |
1870 | 2023-11-16T20:40:33.988Z | Compiling signal-hook-registry v1.4.1 |
1871 | 2023-11-16T20:40:34.975Z | Compiling io-lifetimes v1.0.11 |
1872 | 2023-11-16T20:40:35.774Z | Compiling ring v0.16.20 |
1873 | 2023-11-16T20:40:36.070Z | Compiling mio v0.8.8 |
1874 | 2023-11-16T20:40:37.022Z | Compiling num-integer v0.1.45 |
1875 | 2023-11-16T20:40:37.393Z | Compiling ryu v1.0.15 |
1876 | 2023-11-16T20:40:37.473Z | Compiling semver v1.0.20 |
1877 | 2023-11-16T20:40:37.584Z | Compiling const-oid v0.9.5 |
1878 | 2023-11-16T20:40:38.201Z | Compiling spin v0.5.2 |
1879 | 2023-11-16T20:40:38.570Z | Compiling rustix v0.37.23 |
1880 | 2023-11-16T20:40:39.841Z | Compiling num_cpus v1.16.0 |
1881 | 2023-11-16T20:40:39.883Z | Compiling socket2 v0.5.4 |
1882 | 2023-11-16T20:40:40.005Z | Compiling futures-sink v0.3.29 |
1883 | 2023-11-16T20:40:40.228Z | Compiling heck v0.4.1 |
1884 | 2023-11-16T20:40:40.566Z | Compiling openssl v0.10.57 |
1885 | 2023-11-16T20:40:40.872Z | Compiling unicode-xid v0.2.4 |
1886 | 2023-11-16T20:40:41.127Z | Compiling ucd-trie v0.1.6 |
1887 | 2023-11-16T20:40:41.165Z | Compiling httparse v1.8.0 |
1888 | 2023-11-16T20:40:41.319Z | Compiling synstructure v0.12.6 |
1889 | 2023-11-16T20:40:41.763Z | Compiling tinyvec_macros v0.1.1 |
1890 | 2023-11-16T20:40:41.882Z | Compiling tinyvec v1.6.0 |
1891 | 2023-11-16T20:40:42.937Z | Compiling crc32fast v1.3.2 |
1892 | 2023-11-16T20:40:42.993Z | Compiling futures-io v0.3.29 |
1893 | 2023-11-16T20:40:43.379Z | Compiling pin-utils v0.1.0 |
1894 | 2023-11-16T20:40:43.391Z | Compiling native-tls v0.2.11 |
1895 | 2023-11-16T20:40:43.502Z | Compiling rustls v0.21.8 |
1896 | 2023-11-16T20:40:43.606Z | Compiling ppv-lite86 v0.2.17 |
1897 | 2023-11-16T20:40:43.834Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1898 | 2023-11-16T20:40:43.886Z | Compiling spin v0.9.8 |
1899 | 2023-11-16T20:40:44.198Z | Compiling tracing-core v0.1.31 |
1900 | 2023-11-16T20:40:44.475Z | Compiling unicode-normalization v0.1.22 |
1901 | 2023-11-16T20:40:44.575Z | Compiling subtle v2.5.0 |
1902 | 2023-11-16T20:40:45.029Z | Compiling rand_chacha v0.3.1 |
1903 | 2023-11-16T20:40:45.041Z | Compiling unicode-bidi v0.3.13 |
1904 | 2023-11-16T20:40:45.865Z | Compiling rand v0.8.5 |
1905 | 2023-11-16T20:40:47.280Z | Compiling errno v0.3.2 |
1906 | 2023-11-16T20:40:47.329Z | Compiling num-iter v0.1.43 |
1907 | 2023-11-16T20:40:47.400Z | Compiling usdt-impl v0.3.5 |
1908 | 2023-11-16T20:40:47.623Z | Compiling ahash v0.8.3 |
1909 | 2023-11-16T20:40:47.898Z | Compiling schemars v0.8.13 |
1910 | 2023-11-16T20:40:48.447Z | Compiling base64 v0.21.5 |
1911 | 2023-11-16T20:40:48.531Z | Compiling signal-hook v0.3.17 |
1912 | 2023-11-16T20:40:48.599Z | Compiling rustix v0.38.9 |
1913 | 2023-11-16T20:40:49.348Z | Compiling serde_derive_internals v0.26.0 |
1914 | 2023-11-16T20:40:50.261Z | Compiling serde_derive v1.0.192 |
1915 | 2023-11-16T20:40:50.453Z | Compiling zeroize_derive v1.4.2 |
1916 | 2023-11-16T20:40:50.555Z | Compiling tokio-macros v2.1.0 |
1917 | 2023-11-16T20:40:50.569Z | Compiling thiserror-impl v1.0.49 |
1918 | 2023-11-16T20:40:51.414Z | Compiling futures-macro v0.3.29 |
1919 | 2023-11-16T20:40:51.636Z | Compiling tracing-attributes v0.1.26 |
1920 | 2023-11-16T20:40:52.786Z | Compiling zeroize v1.6.0 |
1921 | 2023-11-16T20:40:53.404Z | Compiling zerocopy-derive v0.2.0 |
1922 | 2023-11-16T20:40:54.374Z | Compiling openssl-macros v0.1.1 |
1923 | 2023-11-16T20:40:55.376Z | Compiling pest v2.7.2 |
1924 | 2023-11-16T20:40:55.509Z | Compiling zerocopy-derive v0.6.4 |
1925 | 2023-11-16T20:40:55.718Z | Compiling crypto-common v0.1.6 |
1926 | 2023-11-16T20:40:56.033Z | Compiling block-buffer v0.10.4 |
1927 | 2023-11-16T20:40:56.419Z | Compiling digest v0.10.7 |
1928 | 2023-11-16T20:40:57.097Z | Compiling tracing v0.1.37 |
1929 | 2023-11-16T20:40:57.838Z | Compiling bitflags v1.3.2 |
1930 | 2023-11-16T20:40:58.600Z | Compiling fnv v1.0.7 |
1931 | 2023-11-16T20:40:59.325Z | Compiling zerocopy v0.3.0 |
1932 | 2023-11-16T20:41:00.260Z | Compiling pest_meta v2.7.2 |
1933 | 2023-11-16T20:41:00.285Z | Compiling schemars_derive v0.8.13 |
1934 | 2023-11-16T20:41:01.663Z | Compiling lazy_static v1.4.0 |
1935 | 2023-11-16T20:41:03.291Z | Compiling pest_generator v2.7.2 |
1936 | 2023-11-16T20:41:05.298Z | Compiling backtrace v0.3.69 |
1937 | 2023-11-16T20:41:05.311Z | Compiling memoffset v0.9.0 |
1938 | 2023-11-16T20:41:05.322Z | Compiling num-bigint v0.4.4 |
1939 | 2023-11-16T20:41:05.783Z | Compiling percent-encoding v2.3.0 |
1940 | 2023-11-16T20:41:05.903Z | Compiling untrusted v0.9.0 |
1941 | 2023-11-16T20:41:06.014Z | Compiling equivalent v1.0.1 |
1942 | 2023-11-16T20:41:06.158Z | Compiling hashbrown v0.12.3 |
1943 | 2023-11-16T20:41:06.161Z | Compiling async-trait v0.1.74 |
1944 | 2023-11-16T20:41:06.272Z | Compiling iana-time-zone v0.1.57 |
1945 | 2023-11-16T20:41:06.817Z | Compiling base64ct v1.6.0 |
1946 | 2023-11-16T20:41:06.842Z | Compiling foreign-types-shared v0.1.1 |
1947 | 2023-11-16T20:41:06.988Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1948 | 2023-11-16T20:41:07.175Z | Compiling pest_derive v2.7.2 |
1949 | 2023-11-16T20:41:08.063Z | Compiling untrusted v0.7.1 |
1950 | 2023-11-16T20:41:08.077Z | Compiling smoltcp v0.9.1 |
1951 | 2023-11-16T20:41:08.091Z | Compiling openssl-probe v0.1.5 |
1952 | 2023-11-16T20:41:08.218Z | Compiling hashbrown v0.14.2 |
1953 | 2023-11-16T20:41:08.324Z | Compiling crossbeam-utils v0.8.16 |
1954 | 2023-11-16T20:41:08.343Z | Compiling dtrace-parser v0.1.14 |
1955 | 2023-11-16T20:41:09.047Z | Compiling pem-rfc7468 v0.7.0 |
1956 | 2023-11-16T20:41:10.033Z | Compiling foreign-types v0.3.2 |
1957 | 2023-11-16T20:41:10.900Z | Compiling dof v0.1.5 |
1958 | 2023-11-16T20:41:11.123Z | Compiling clap_derive v4.4.2 |
1959 | 2023-11-16T20:41:12.094Z | Compiling der_derive v0.7.2 |
1960 | 2023-11-16T20:41:13.973Z | Compiling bytes v1.5.0 |
1961 | 2023-11-16T20:41:15.727Z | Compiling bitflags v2.4.0 |
1962 | 2023-11-16T20:41:15.965Z | Compiling tokio v1.33.0 |
1963 | 2023-11-16T20:41:16.812Z | Compiling rustc_version v0.4.0 |
1964 | 2023-11-16T20:41:17.822Z | Compiling heapless v0.7.16 |
1965 | 2023-11-16T20:41:17.964Z | Compiling http v0.2.9 |
1966 | 2023-11-16T20:41:18.451Z | Compiling uuid v1.5.0 |
1967 | 2023-11-16T20:41:18.815Z | Compiling chrono v0.4.31 |
1968 | 2023-11-16T20:41:18.995Z | Compiling indexmap v2.1.0 |
1969 | 2023-11-16T20:41:21.192Z | Compiling thread-id v4.2.0 |
1970 | 2023-11-16T20:41:21.617Z | Compiling flagset v0.4.3 |
1971 | 2023-11-16T20:41:21.633Z | Compiling time-core v0.1.1 |
1972 | 2023-11-16T20:41:21.758Z | Compiling rustversion v1.0.14 |
1973 | 2023-11-16T20:41:21.875Z | Compiling adler v1.0.2 |
1974 | 2023-11-16T20:41:21.953Z | Compiling cpufeatures v0.2.9 |
1975 | 2023-11-16T20:41:22.091Z | Compiling utf8parse v0.2.1 |
1976 | 2023-11-16T20:41:22.182Z | Compiling anstyle v1.0.2 |
1977 | 2023-11-16T20:41:22.368Z | Compiling try-lock v0.2.4 |
1978 | 2023-11-16T20:41:22.568Z | Compiling siphasher v0.3.11 |
1979 | 2023-11-16T20:41:23.447Z | Compiling want v0.3.1 |
1980 | 2023-11-16T20:41:23.846Z | Compiling anstyle-parse v0.2.1 |
1981 | 2023-11-16T20:41:24.514Z | Compiling miniz_oxide v0.7.1 |
1982 | 2023-11-16T20:41:25.043Z | Compiling sha2 v0.10.8 |
1983 | 2023-11-16T20:41:26.756Z | Compiling der v0.7.8 |
1984 | 2023-11-16T20:41:27.403Z | Compiling time-macros v0.2.13 |
1985 | 2023-11-16T20:41:29.365Z | Compiling tokio-util v0.7.10 |
1986 | 2023-11-16T20:41:31.181Z | Compiling h2 v0.3.21 |
1987 | 2023-11-16T20:41:32.490Z | Compiling http-body v0.4.5 |
1988 | 2023-11-16T20:41:35.814Z | Compiling rustls-webpki v0.101.7 |
1989 | 2023-11-16T20:41:36.649Z | Compiling serde_tokenstream v0.1.7 |
1990 | 2023-11-16T20:41:38.431Z | Compiling sct v0.7.0 |
1991 | 2023-11-16T20:41:38.812Z | Compiling form_urlencoded v1.2.0 |
1992 | 2023-11-16T20:41:38.892Z | Compiling hubpack_derive v0.1.1 |
1993 | 2023-11-16T20:41:39.627Z | Compiling socket2 v0.4.9 |
1994 | 2023-11-16T20:41:39.994Z | Compiling crossbeam-epoch v0.9.15 |
1995 | 2023-11-16T20:41:40.636Z | Compiling tower-service v0.3.2 |
1996 | 2023-11-16T20:41:40.932Z | Compiling radium v0.7.0 |
1997 | 2023-11-16T20:41:40.955Z | Compiling anyhow v1.0.75 |
1998 | 2023-11-16T20:41:41.569Z | Compiling anstyle-query v1.0.0 |
1999 | 2023-11-16T20:41:41.690Z | Compiling colorchoice v1.0.0 |
2000 | 2023-11-16T20:41:41.769Z | Compiling httpdate v1.0.3 |
2001 | 2023-11-16T20:41:42.039Z | Compiling slog v2.7.0 |
2002 | 2023-11-16T20:41:42.864Z | Compiling anstream v0.5.0 |
2003 | 2023-11-16T20:41:45.451Z | Compiling hyper v0.14.27 |
2004 | 2023-11-16T20:41:50.216Z | Compiling terminal_size v0.2.6 |
2005 | 2023-11-16T20:41:52.470Z | Compiling spki v0.7.2 |
2006 | 2023-11-16T20:41:55.651Z | Compiling serde_spanned v0.6.4 |
2007 | 2023-11-16T20:41:56.000Z | Compiling toml_datetime v0.6.5 |
2008 | 2023-11-16T20:41:56.659Z | Compiling rustls-pemfile v1.0.3 |
2009 | 2023-11-16T20:41:57.098Z | Compiling zerocopy v0.6.4 |
2010 | 2023-11-16T20:41:57.126Z | Compiling hmac v0.12.1 |
2011 | 2023-11-16T20:41:57.179Z | Compiling md-5 v0.10.5 |
2012 | 2023-11-16T20:41:57.622Z | Compiling stringprep v0.1.3 |
2013 | 2023-11-16T20:41:57.762Z | Compiling idna v0.4.0 |
2014 | 2023-11-16T20:41:58.792Z | Compiling diesel_table_macro_syntax v0.1.0 |
2015 | 2023-11-16T20:41:59.048Z | Compiling hash32 v0.2.1 |
2016 | 2023-11-16T20:41:59.087Z | Compiling aho-corasick v1.0.4 |
2017 | 2023-11-16T20:41:59.113Z | Compiling winnow v0.5.15 |
2018 | 2023-11-16T20:41:59.653Z | Compiling strsim v0.10.0 |
2019 | 2023-11-16T20:42:00.294Z | Compiling gimli v0.28.0 |
2020 | 2023-11-16T20:42:00.645Z | Compiling maybe-uninit v2.0.0 |
2021 | 2023-11-16T20:42:01.349Z | Compiling either v1.9.0 |
2022 | 2023-11-16T20:42:01.912Z | Compiling fallible-iterator v0.2.0 |
2023 | 2023-11-16T20:42:01.944Z | Compiling stable_deref_trait v1.2.0 |
2024 | 2023-11-16T20:42:02.315Z | Compiling tap v1.0.1 |
2025 | 2023-11-16T20:42:02.607Z | Compiling dyn-clone v1.0.13 |
2026 | 2023-11-16T20:42:02.879Z | Compiling regex-syntax v0.8.2 |
2027 | 2023-11-16T20:42:03.054Z | Compiling clap_lex v0.5.1 |
2028 | 2023-11-16T20:42:03.129Z | Compiling postgres-protocol v0.6.6 |
2029 | 2023-11-16T20:42:03.946Z | Compiling clap_builder v4.4.2 |
2030 | 2023-11-16T20:42:05.172Z | Compiling wyz v0.5.1 |
2031 | 2023-11-16T20:42:05.980Z | Compiling diesel_derives v2.1.1 |
2032 | 2023-11-16T20:42:06.905Z | Compiling url v2.4.1 |
2033 | 2023-11-16T20:42:07.524Z | Compiling addr2line v0.21.0 |
2034 | 2023-11-16T20:42:09.372Z | Compiling regex-automata v0.4.3 |
2035 | 2023-11-16T20:42:10.447Z | Compiling tokio-rustls v0.24.1 |
2036 | 2023-11-16T20:42:11.069Z | Compiling rustls-native-certs v0.6.3 |
2037 | 2023-11-16T20:42:11.488Z | Compiling strum_macros v0.25.2 |
2038 | 2023-11-16T20:42:16.041Z | Compiling tokio-native-tls v0.3.1 |
2039 | 2023-11-16T20:42:17.395Z | Compiling usdt-attr-macro v0.3.5 |
2040 | 2023-11-16T20:42:17.716Z | Compiling usdt-macro v0.3.5 |
2041 | 2023-11-16T20:42:19.675Z | Compiling phf_shared v0.11.2 |
2042 | 2023-11-16T20:42:21.558Z | Compiling block-padding v0.3.3 |
2043 | 2023-11-16T20:42:21.586Z | Compiling enum-as-inner v0.5.1 |
2044 | 2023-11-16T20:42:21.917Z | Compiling serde_repr v0.1.16 |
2045 | 2023-11-16T20:42:23.390Z | Compiling scheduled-thread-pool v0.2.7 |
2046 | 2023-11-16T20:42:23.465Z | Compiling object v0.32.1 |
2047 | 2023-11-16T20:42:24.184Z | Compiling regex-automata v0.1.10 |
2048 | 2023-11-16T20:42:25.041Z | Compiling deranged v0.3.8 |
2049 | 2023-11-16T20:42:27.616Z | Compiling bit-vec v0.6.3 |
2050 | 2023-11-16T20:42:28.156Z | Compiling packed_struct v0.10.1 |
2051 | 2023-11-16T20:42:28.312Z | Compiling ipnet v2.8.0 |
2052 | 2023-11-16T20:42:28.760Z | Compiling funty v2.0.0 |
2053 | 2023-11-16T20:42:30.230Z | Compiling num-bigint-dig v0.8.4 |
2054 | 2023-11-16T20:42:30.656Z | Compiling managed v0.8.0 |
2055 | 2023-11-16T20:42:32.033Z | Compiling matches v0.1.10 |
2056 | 2023-11-16T20:42:32.359Z | Compiling num_threads v0.1.6 |
2057 | 2023-11-16T20:42:32.512Z | Compiling rustc-demangle v0.1.23 |
2058 | 2023-11-16T20:42:33.694Z | Compiling time v0.3.27 |
2059 | 2023-11-16T20:42:35.082Z | Compiling idna v0.2.3 |
2060 | 2023-11-16T20:42:39.052Z | Compiling bitvec v1.0.1 |
2061 | 2023-11-16T20:42:41.396Z | Compiling bstr v0.2.17 |
2062 | 2023-11-16T20:42:41.919Z | Compiling r2d2 v0.8.10 |
2063 | 2023-11-16T20:42:43.705Z | Compiling inout v0.1.3 |
2064 | 2023-11-16T20:42:46.263Z | Compiling phf v0.11.2 |
2065 | 2023-11-16T20:42:46.725Z | Compiling hyper-tls v0.5.0 |
2066 | 2023-11-16T20:42:47.252Z | Compiling regex v1.10.2 |
2067 | 2023-11-16T20:42:47.392Z | Compiling hyper-rustls v0.24.2 |
2068 | 2023-11-16T20:42:48.195Z | Compiling signal-hook-mio v0.2.3 |
2069 | 2023-11-16T20:42:48.413Z | Compiling clap v4.4.3 |
2070 | 2023-11-16T20:42:48.571Z | Compiling flate2 v1.0.28 |
2071 | 2023-11-16T20:42:48.945Z | Compiling bzip2 v0.4.4 |
2072 | 2023-11-16T20:42:49.544Z | Compiling ipnetwork v0.20.0 |
2073 | 2023-11-16T20:42:50.306Z | Compiling toml_edit v0.19.15 |
2074 | 2023-11-16T20:42:50.348Z | Compiling postgres-types v0.2.6 |
2075 | 2023-11-16T20:42:50.580Z | Compiling itertools v0.11.0 |
2076 | 2023-11-16T20:42:50.774Z | Compiling pkcs8 v0.10.2 |
2077 | 2023-11-16T20:42:51.327Z | Compiling hubpack v0.1.2 |
2078 | 2023-11-16T20:42:52.045Z | Compiling serde_urlencoded v0.7.1 |
2079 | 2023-11-16T20:42:52.591Z | Compiling phf_shared v0.10.0 |
2080 | 2023-11-16T20:42:52.943Z | Compiling futures-executor v0.3.29 |
2081 | 2023-11-16T20:42:55.639Z | Compiling signature v2.1.0 |
2082 | 2023-11-16T20:42:56.009Z | Compiling packed_struct_codegen v0.10.1 |
2083 | 2023-11-16T20:42:58.226Z | Compiling float-cmp v0.9.0 |
2084 | 2023-11-16T20:42:59.020Z | Compiling encoding_rs v0.8.33 |
2085 | 2023-11-16T20:42:59.197Z | Compiling predicates-core v1.0.6 |
2086 | 2023-11-16T20:42:59.702Z | Compiling fixedbitset v0.4.2 |
2087 | 2023-11-16T20:42:59.884Z | Compiling precomputed-hash v0.1.1 |
2088 | 2023-11-16T20:43:00.051Z | Compiling static_assertions v1.1.0 |
2089 | 2023-11-16T20:43:00.200Z | Compiling crc-catalog v2.2.0 |
2090 | 2023-11-16T20:43:00.398Z | Compiling mime v0.3.17 |
2091 | 2023-11-16T20:43:00.428Z | Compiling webpki-roots v0.25.2 |
2092 | 2023-11-16T20:43:00.663Z | Compiling unicode-segmentation v1.10.1 |
2093 | 2023-11-16T20:43:00.817Z | Compiling new_debug_unreachable v1.0.4 |
2094 | 2023-11-16T20:43:01.270Z | Compiling difflib v0.4.0 |
2095 | 2023-11-16T20:43:02.115Z | Compiling whoami v1.4.1 |
2096 | 2023-11-16T20:43:02.973Z | Compiling normalize-line-endings v0.3.0 |
2097 | 2023-11-16T20:43:03.392Z | Compiling data-encoding v2.4.0 |
2098 | 2023-11-16T20:43:04.992Z | Compiling nodrop v0.1.14 |
2099 | 2023-11-16T20:43:05.178Z | Compiling unicode-width v0.1.11 |
2100 | 2023-11-16T20:43:05.427Z | Compiling regex-automata v0.3.8 |
2101 | 2023-11-16T20:43:05.455Z | Compiling console v0.15.7 |
2102 | 2023-11-16T20:43:06.323Z | Compiling array-init v0.0.4 |
2103 | 2023-11-16T20:43:07.603Z | Compiling trust-dns-proto v0.22.0 |
2104 | 2023-11-16T20:43:08.437Z | Compiling bstr v1.6.0 |
2105 | 2023-11-16T20:43:10.888Z | Compiling reqwest v0.11.22 |
2106 | 2023-11-16T20:43:13.150Z | Compiling predicates v3.0.4 |
2107 | 2023-11-16T20:43:15.654Z | Compiling tokio-postgres v0.7.10 |
2108 | 2023-11-16T20:43:15.875Z | Compiling similar v2.2.1 |
2109 | 2023-11-16T20:43:19.389Z | Compiling string_cache v0.8.7 |
2110 | 2023-11-16T20:43:22.732Z | Compiling crc v3.0.1 |
2111 | 2023-11-16T20:43:23.905Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2112 | 2023-11-16T20:43:23.995Z | Compiling petgraph v0.6.4 |
2113 | 2023-11-16T20:43:34.469Z | Compiling toml v0.7.8 |
2114 | 2023-11-16T20:43:35.557Z | Compiling futures v0.3.29 |
2115 | 2023-11-16T20:43:36.433Z | Compiling pkcs1 v0.7.5 |
2116 | 2023-11-16T20:43:38.034Z | Compiling smallvec v0.6.14 |
2117 | 2023-11-16T20:43:38.538Z | Compiling diesel v2.1.3 |
2118 | 2023-11-16T20:43:38.541Z | Compiling zip v0.6.6 |
2119 | 2023-11-16T20:43:38.777Z | Compiling yasna v0.5.2 |
2120 | 2023-11-16T20:43:38.855Z | Compiling crossterm v0.27.0 |
2121 | 2023-11-16T20:43:41.236Z | Compiling cipher v0.4.4 |
2122 | 2023-11-16T20:43:41.608Z | Compiling hashbrown v0.13.2 |
2123 | 2023-11-16T20:43:44.897Z | Compiling bit-set v0.5.3 |
2124 | 2023-11-16T20:43:45.340Z | Compiling usdt v0.3.5 |
2125 | 2023-11-16T20:43:45.359Z | Compiling is-terminal v0.4.9 |
2126 | 2023-11-16T20:43:45.730Z | Compiling toml_edit v0.21.0 |
2127 | 2023-11-16T20:43:48.064Z | Compiling itertools v0.10.5 |
2128 | 2023-11-16T20:43:51.769Z | Compiling tokio-stream v0.1.14 |
2129 | 2023-11-16T20:43:52.920Z | Compiling openapiv3 v2.0.0-rc.1 |
2130 | 2023-11-16T20:43:53.321Z | Compiling hex v0.4.3 |
2131 | 2023-11-16T20:44:01.379Z | Compiling termcolor v1.2.0 |
2132 | 2023-11-16T20:44:04.587Z | Compiling bitfield v0.14.0 |
2133 | 2023-11-16T20:44:06.504Z | Compiling lalrpop-util v0.19.12 |
2134 | 2023-11-16T20:44:13.355Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2135 | 2023-11-16T20:44:19.182Z | Compiling env_logger v0.10.0 |
2136 | 2023-11-16T20:44:30.194Z | Compiling rsa v0.9.2 |
2137 | 2023-11-16T20:44:38.633Z | Compiling serde-hex v0.1.0 |
2138 | 2023-11-16T20:44:40.518Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2139 | 2023-11-16T20:44:46.382Z | Compiling x509-cert v0.2.4 |
2140 | 2023-11-16T20:44:47.710Z | Compiling ron v0.8.1 |
2141 | 2023-11-16T20:44:48.826Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2142 | 2023-11-16T20:44:51.962Z | Compiling crc-any v2.4.3 |
2143 | 2023-11-16T20:45:07.863Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2144 | 2023-11-16T20:45:16.324Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2145 | 2023-11-16T20:45:31.895Z | Compiling object v0.30.4 |
2146 | 2023-11-16T20:45:43.677Z | Compiling path-slash v0.1.5 |
2147 | 2023-11-16T20:45:44.906Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2148 | 2023-11-16T20:46:31.368Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2149 | 2023-11-16T20:46:32.587Z | Finished release [optimized] target(s) in 6m 09s |
2150 | 2023-11-16T20:46:33.081Z | |
2151 | 2023-11-16T20:46:33.085Z | real 6:09.568350496 |
2152 | 2023-11-16T20:46:33.088Z | user 42:38.825938182 |
2153 | 2023-11-16T20:46:33.090Z | sys 3:45.900057239 |
2154 | 2023-11-16T20:46:33.093Z | trap 1.800934372 |
2155 | 2023-11-16T20:46:33.096Z | tflt 1.292941895 |
2156 | 2023-11-16T20:46:33.099Z | dflt 0.507665992 |
2157 | 2023-11-16T20:46:33.102Z | kflt 0.029762136 |
2158 | 2023-11-16T20:46:33.108Z | lock 1:35:43.177354808 |
2159 | 2023-11-16T20:46:33.533Z | slp 2:00:52.390753867 |
2160 | 2023-11-16T20:46:33.536Z | lat 1:50.034573228 |
2161 | 2023-11-16T20:46:33.539Z | stop 1:18.458409312 |
2162 | 2023-11-16T20:46:33.542Z | + ptime -m gzip |
2163 | 2023-11-16T20:46:33.545Z | |
2164 | 2023-11-16T20:46:33.548Z | real 0.667376844 |
2165 | 2023-11-16T20:46:33.551Z | user 0.656841888 |
2166 | 2023-11-16T20:46:33.554Z | sys 0.009805977 |
2167 | 2023-11-16T20:46:33.557Z | trap 0.000175179 |
2168 | 2023-11-16T20:46:33.559Z | tflt 0.000000000 |
2169 | 2023-11-16T20:46:33.562Z | dflt 0.000000000 |
2170 | 2023-11-16T20:46:33.566Z | kflt 0.000000000 |
2171 | 2023-11-16T20:46:33.568Z | lock 0.000000000 |
2172 | 2023-11-16T20:46:33.571Z | slp 0.000000000 |
2173 | 2023-11-16T20:46:33.574Z | lat 0.000192215 |
2174 | 2023-11-16T20:46:33.577Z | stop 0.000234690 |
2175 | 2023-11-16T20:46:33.580Z | + banner tufaceous |
2176 | 2023-11-16T20:46:33.583Z | |
2177 | 2023-11-16T20:46:33.586Z | ##### # # ###### ## #### ###### #### # # #### |
2178 | 2023-11-16T20:46:33.589Z | # # # # # # # # # # # # # # |
2179 | 2023-11-16T20:46:33.593Z | # # # ##### # # # ##### # # # # #### |
2180 | 2023-11-16T20:46:33.596Z | # # # # ###### # # # # # # # |
2181 | 2023-11-16T20:46:33.604Z | # # # # # # # # # # # # # # # |
2182 | 2023-11-16T20:46:33.616Z | # #### # # # #### ###### #### #### #### |
2183 | 2023-11-16T20:46:33.621Z | |
2184 | 2023-11-16T20:46:33.625Z | + ptime -m cargo build --locked -p tufaceous --release |
2185 | 2023-11-16T20:46:34.064Z | Downloading crates ... |
2186 | 2023-11-16T20:46:34.362Z | Downloaded bytesize v1.3.0 |
2187 | 2023-11-16T20:46:34.364Z | Downloaded humantime v2.1.0 |
2188 | 2023-11-16T20:46:34.367Z | Downloaded doc-comment v0.3.3 |
2189 | 2023-11-16T20:46:34.370Z | Downloaded snafu-derive v0.7.5 |
2190 | 2023-11-16T20:46:34.373Z | Downloaded path-dedot v3.1.0 |
2191 | 2023-11-16T20:46:34.375Z | Downloaded fs-err v2.9.0 |
2192 | 2023-11-16T20:46:34.380Z | Downloaded buf-list v1.0.3 |
2193 | 2023-11-16T20:46:34.383Z | Downloaded snafu v0.7.5 |
2194 | 2023-11-16T20:46:34.398Z | Downloaded tough v0.14.0 |
2195 | 2023-11-16T20:46:34.420Z | Downloaded serde_plain v1.0.2 |
2196 | 2023-11-16T20:46:34.423Z | Downloaded olpc-cjson v0.1.3 |
2197 | 2023-11-16T20:46:34.426Z | Downloaded globset v0.4.13 |
2198 | 2023-11-16T20:46:34.429Z | Downloaded path-absolutize v3.1.0 |
2199 | 2023-11-16T20:46:34.601Z | Compiling serde_tokenstream v0.2.0 |
2200 | 2023-11-16T20:46:34.623Z | Compiling regress v0.7.1 |
2201 | 2023-11-16T20:46:34.637Z | Compiling dirs-sys-next v0.1.2 |
2202 | 2023-11-16T20:46:34.640Z | Compiling ident_case v1.0.1 |
2203 | 2023-11-16T20:46:34.664Z | Compiling thread_local v1.1.7 |
2204 | 2023-11-16T20:46:34.667Z | Compiling heck v0.4.1 |
2205 | 2023-11-16T20:46:34.676Z | Compiling camino v1.1.6 |
2206 | 2023-11-16T20:46:34.882Z | Compiling dirs-next v2.0.0 |
2207 | 2023-11-16T20:46:35.248Z | Compiling darling_core v0.20.3 |
2208 | 2023-11-16T20:46:35.400Z | Compiling slog-async v2.8.0 |
2209 | 2023-11-16T20:46:35.617Z | Compiling term v0.7.0 |
2210 | 2023-11-16T20:46:35.987Z | Compiling crossbeam-channel v0.5.8 |
2211 | 2023-11-16T20:46:36.177Z | Compiling getopts v0.2.21 |
2212 | 2023-11-16T20:46:36.433Z | Compiling structmeta-derive v0.2.0 |
2213 | 2023-11-16T20:46:36.695Z | Compiling atty v0.2.14 |
2214 | 2023-11-16T20:46:36.910Z | Compiling multer v2.1.0 |
2215 | 2023-11-16T20:46:37.377Z | Compiling paste v1.0.14 |
2216 | 2023-11-16T20:46:37.646Z | Compiling take_mut v0.2.2 |
2217 | 2023-11-16T20:46:37.882Z | Compiling match_cfg v0.1.0 |
2218 | 2023-11-16T20:46:38.018Z | Compiling doc-comment v0.3.3 |
2219 | 2023-11-16T20:46:38.059Z | Compiling unsafe-libyaml v0.2.9 |
2220 | 2023-11-16T20:46:38.964Z | Compiling hostname v0.3.1 |
2221 | 2023-11-16T20:46:39.462Z | Compiling slog-term v2.9.0 |
2222 | 2023-11-16T20:46:40.874Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2223 | 2023-11-16T20:46:42.797Z | Compiling structmeta v0.2.0 |
2224 | 2023-11-16T20:46:43.432Z | Compiling serde_yaml v0.9.25 |
2225 | 2023-11-16T20:46:44.523Z | Compiling darling_macro v0.20.3 |
2226 | 2023-11-16T20:46:44.559Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2227 | 2023-11-16T20:46:44.581Z | Compiling slog-json v2.6.1 |
2228 | 2023-11-16T20:46:45.408Z | Compiling async-stream-impl v0.3.5 |
2229 | 2023-11-16T20:46:46.006Z | Compiling darling v0.20.3 |
2230 | 2023-11-16T20:46:46.218Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2231 | 2023-11-16T20:46:46.692Z | Compiling atomic-waker v1.1.1 |
2232 | 2023-11-16T20:46:46.960Z | Compiling fastrand v2.0.0 |
2233 | 2023-11-16T20:46:46.977Z | Compiling regex-syntax v0.7.5 |
2234 | 2023-11-16T20:46:47.455Z | Compiling async-stream v0.3.5 |
2235 | 2023-11-16T20:46:47.944Z | Compiling tempfile v3.8.0 |
2236 | 2023-11-16T20:46:48.047Z | Compiling waitgroup v0.1.2 |
2237 | 2023-11-16T20:46:48.185Z | Compiling serde_with_macros v2.3.3 |
2238 | 2023-11-16T20:46:48.406Z | Compiling slog-bunyan v2.4.0 |
2239 | 2023-11-16T20:46:51.364Z | Compiling toml v0.8.8 |
2240 | 2023-11-16T20:46:51.725Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2241 | 2023-11-16T20:46:52.166Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2242 | 2023-11-16T20:46:53.316Z | Compiling sha1 v0.10.6 |
2243 | 2023-11-16T20:46:54.019Z | Compiling snafu-derive v0.7.5 |
2244 | 2023-11-16T20:46:54.615Z | Compiling serde_path_to_error v0.1.14 |
2245 | 2023-11-16T20:46:54.926Z | Compiling path-dedot v3.1.0 |
2246 | 2023-11-16T20:46:55.060Z | Compiling instant v0.1.12 |
2247 | 2023-11-16T20:46:55.280Z | Compiling same-file v1.0.6 |
2248 | 2023-11-16T20:46:55.283Z | Compiling arc-swap v1.6.0 |
2249 | 2023-11-16T20:46:55.738Z | Compiling buf-list v1.0.3 |
2250 | 2023-11-16T20:46:56.258Z | Compiling debug-ignore v1.0.5 |
2251 | 2023-11-16T20:46:56.494Z | Compiling base64 v0.13.1 |
2252 | 2023-11-16T20:46:56.675Z | Compiling slog-scope v4.4.0 |
2253 | 2023-11-16T20:46:57.619Z | Compiling parse-display-derive v0.8.2 |
2254 | 2023-11-16T20:46:57.951Z | Compiling pem v1.1.1 |
2255 | 2023-11-16T20:46:58.189Z | Compiling walkdir v2.4.0 |
2256 | 2023-11-16T20:47:00.407Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2257 | 2023-11-16T20:47:00.553Z | Compiling backoff v0.4.0 |
2258 | 2023-11-16T20:47:00.982Z | Compiling path-absolutize v3.1.0 |
2259 | 2023-11-16T20:47:01.146Z | Compiling serde_with v2.3.3 |
2260 | 2023-11-16T20:47:01.192Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2261 | 2023-11-16T20:47:01.286Z | Compiling globset v0.4.13 |
2262 | 2023-11-16T20:47:02.285Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2263 | 2023-11-16T20:47:02.381Z | Compiling snafu v0.7.5 |
2264 | 2023-11-16T20:47:02.530Z | Compiling strum v0.25.0 |
2265 | 2023-11-16T20:47:02.798Z | Compiling olpc-cjson v0.1.3 |
2266 | 2023-11-16T20:47:03.732Z | Compiling macaddr v1.0.1 |
2267 | 2023-11-16T20:47:03.986Z | Compiling parse-display v0.8.2 |
2268 | 2023-11-16T20:47:04.299Z | Compiling serde_plain v1.0.2 |
2269 | 2023-11-16T20:47:04.412Z | Compiling xattr v1.0.1 |
2270 | 2023-11-16T20:47:04.890Z | Compiling filetime v0.2.22 |
2271 | 2023-11-16T20:47:04.984Z | Compiling tough v0.14.0 |
2272 | 2023-11-16T20:47:05.238Z | Compiling tar v0.4.40 |
2273 | 2023-11-16T20:47:05.378Z | Compiling slog-stdlog v4.1.1 |
2274 | 2023-11-16T20:47:07.672Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2275 | 2023-11-16T20:47:07.858Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2276 | 2023-11-16T20:47:09.095Z | Compiling camino-tempfile v1.0.2 |
2277 | 2023-11-16T20:47:10.425Z | Compiling bytesize v1.3.0 |
2278 | 2023-11-16T20:47:11.376Z | Compiling fs-err v2.9.0 |
2279 | 2023-11-16T20:47:12.748Z | Compiling slog-envlogger v2.2.0 |
2280 | 2023-11-16T20:47:15.228Z | Compiling humantime v2.1.0 |
2281 | 2023-11-16T20:47:19.090Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2282 | 2023-11-16T20:47:45.293Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2283 | 2023-11-16T20:47:45.592Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2284 | 2023-11-16T20:47:57.156Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2285 | 2023-11-16T20:47:59.517Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2286 | 2023-11-16T20:48:24.185Z | Finished release [optimized] target(s) in 1m 50s |
2287 | 2023-11-16T20:48:24.274Z | |
2288 | 2023-11-16T20:48:24.277Z | real 1:50.896909184 |
2289 | 2023-11-16T20:48:24.280Z | user 11:45.349321437 |
2290 | 2023-11-16T20:48:24.283Z | sys 44.332008537 |
2291 | 2023-11-16T20:48:24.286Z | trap 0.467618932 |
2292 | 2023-11-16T20:48:24.289Z | tflt 0.328093077 |
2293 | 2023-11-16T20:48:24.292Z | dflt 0.688503059 |
2294 | 2023-11-16T20:48:24.295Z | kflt 0.000118597 |
2295 | 2023-11-16T20:48:24.298Z | lock 23:21.649070026 |
2296 | 2023-11-16T20:48:24.300Z | slp 24:49.420664933 |
2297 | 2023-11-16T20:48:24.303Z | lat 20.349922016 |
2298 | 2023-11-16T20:48:24.305Z | stop 11.415317607 |
2299 | 2023-11-16T20:48:24.308Z | + ptime -m gzip |
2300 | 2023-11-16T20:48:26.588Z | |
2301 | 2023-11-16T20:48:26.592Z | real 2.308514678 |
2302 | 2023-11-16T20:48:26.595Z | user 2.284340470 |
2303 | 2023-11-16T20:48:26.598Z | sys 0.021803913 |
2304 | 2023-11-16T20:48:26.601Z | trap 0.000739805 |
2305 | 2023-11-16T20:48:26.603Z | tflt 0.000000000 |
2306 | 2023-11-16T20:48:26.606Z | dflt 0.000000000 |
2307 | 2023-11-16T20:48:26.609Z | kflt 0.000000000 |
2308 | 2023-11-16T20:48:26.611Z | lock 0.000000000 |
2309 | 2023-11-16T20:48:26.614Z | slp 0.000000000 |
2310 | 2023-11-16T20:48:26.617Z | lat 0.001240330 |
2311 | 2023-11-16T20:48:26.620Z | stop 0.000275889 |
2312 | 2023-11-16T20:48:26.623Z | process exited: duration 1213604 ms, exit code 0 |
|
2313 | 2023-11-16T20:48:26.641Z | found 5 output files |
2314 | 2023-11-16T20:48:26.722Z | uploading: /work/end-to-end-tests/bootstrap-cd1d99075975e5dc.gz (6360007 bytes) |
2315 | 2023-11-16T20:48:29.461Z | uploaded: /work/end-to-end-tests/bootstrap-cd1d99075975e5dc.gz |
2316 | 2023-11-16T20:48:29.473Z | uploading: /work/end-to-end-tests/bootstrap.gz (86862852 bytes) |
2317 | 2023-11-16T20:48:54.550Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2318 | 2023-11-16T20:48:54.561Z | uploading: /work/end-to-end-tests/end_to_end_tests-d1c7f350d876f572.gz (99493279 bytes) |
2319 | 2023-11-16T20:49:28.744Z | uploaded: /work/end-to-end-tests/end_to_end_tests-d1c7f350d876f572.gz |
2320 | 2023-11-16T20:49:28.754Z | uploading: /work/caboose-util.gz (4110311 bytes) |
2321 | 2023-11-16T20:49:30.714Z | uploaded: /work/caboose-util.gz |
2322 | 2023-11-16T20:49:30.719Z | uploading: /work/tufaceous.gz (14681501 bytes) |
2323 | 2023-11-16T20:49:34.583Z | uploaded: /work/tufaceous.gz |