|
|
|
1 | 2023-11-14T22:28:23.281Z | job assigned to worker 01HF7Z3NCYAYQ3A2PM934M3Y8J (queued for 1 m 28 s) |
|
2 | 2023-11-14T22:28:23.605Z | starting task 0: "setup" |
3 | 2023-11-14T22:28:23.664Z | ++ uname -s |
4 | 2023-11-14T22:28:23.667Z | + kern=SunOS |
5 | 2023-11-14T22:28:23.670Z | + case "$kern" in |
6 | 2023-11-14T22:28:23.673Z | + groupadd -g 12345 build |
7 | 2023-11-14T22:28:23.675Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-14T22:28:25.682Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-14T22:28:25.810Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-14T22:28:25.813Z | + home_fs=zfs |
11 | 2023-11-14T22:28:25.816Z | + [[ zfs == autofs ]] |
12 | 2023-11-14T22:28:25.821Z | + mkdir -p /home/build |
13 | 2023-11-14T22:28:25.824Z | + chown build:build /home/build /work |
14 | 2023-11-14T22:28:27.819Z | + chmod 0700 /home/build /work |
15 | 2023-11-14T22:28:27.825Z | process exited: duration 4212 ms, exit code 0 |
|
16 | 2023-11-14T22:28:27.833Z | starting task 1: "rust-toolchain" |
17 | 2023-11-14T22:28:27.849Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-14T22:28:27.852Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-14T22:28:28.025Z | info: downloading installer |
20 | 2023-11-14T22:28:30.126Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-14T22:28:30.131Z | warning: /opt/ooce/bin |
22 | 2023-11-14T22:28:30.135Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-14T22:28:30.139Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-14T22:28:30.143Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-14T22:28:30.146Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-14T22:28:30.151Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-14T22:28:30.158Z | error: cannot install while Rust is installed |
28 | 2023-11-14T22:28:30.163Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-14T22:28:30.452Z | info: profile set to 'default' |
30 | 2023-11-14T22:28:30.455Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-14T22:28:30.459Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-14T22:28:30.625Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-14T22:28:30.629Z | info: downloading component 'cargo' |
34 | 2023-11-14T22:28:31.297Z | info: downloading component 'clippy' |
35 | 2023-11-14T22:28:31.916Z | info: downloading component 'rust-docs' |
36 | 2023-11-14T22:28:32.762Z | info: downloading component 'rust-std' |
37 | 2023-11-14T22:28:34.281Z | info: downloading component 'rustc' |
38 | 2023-11-14T22:28:37.903Z | info: downloading component 'rustfmt' |
39 | 2023-11-14T22:28:38.119Z | info: installing component 'cargo' |
40 | 2023-11-14T22:28:39.933Z | info: installing component 'clippy' |
41 | 2023-11-14T22:28:40.795Z | info: installing component 'rust-docs' |
42 | 2023-11-14T22:28:46.084Z | info: installing component 'rust-std' |
43 | 2023-11-14T22:28:47.428Z | info: installing component 'rustc' |
44 | 2023-11-14T22:28:56.522Z | info: installing component 'rustfmt' |
45 | 2023-11-14T22:28:56.972Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-14T22:28:56.979Z | |
47 | 2023-11-14T22:28:57.190Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-14T22:28:57.212Z | |
49 | 2023-11-14T22:28:57.231Z | |
50 | 2023-11-14T22:28:57.253Z | Rust is installed now. Great! |
51 | 2023-11-14T22:28:57.286Z | |
52 | 2023-11-14T22:28:57.295Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-14T22:28:57.322Z | environment variable. This has not been done automatically. |
54 | 2023-11-14T22:28:57.339Z | |
55 | 2023-11-14T22:28:57.344Z | To configure your current shell, run: |
56 | 2023-11-14T22:28:57.366Z | source "$HOME/.cargo/env" |
57 | 2023-11-14T22:28:57.386Z | + rustc --version |
58 | 2023-11-14T22:28:57.405Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-14T22:28:57.855Z | process exited: duration 29537 ms, exit code 0 |
|
60 | 2023-11-14T22:28:57.894Z | starting task 2: "authentication" |
61 | 2023-11-14T22:28:57.957Z | process exited: duration 38 ms, exit code 0 |
|
62 | 2023-11-14T22:28:58.812Z | starting task 3: "clone repository" |
63 | 2023-11-14T22:28:59.244Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-14T22:28:59.247Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-14T22:28:59.282Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-14T22:29:04.935Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-14T22:29:04.939Z | + [[ -n '' ]] |
68 | 2023-11-14T22:29:04.943Z | + git fetch origin 59fe50b9cd147394022534ad01df43b93b1787bf |
69 | 2023-11-14T22:29:05.519Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-14T22:29:05.523Z | * branch 59fe50b9cd147394022534ad01df43b93b1787bf -> FETCH_HEAD |
71 | 2023-11-14T22:29:05.530Z | + git reset --hard 59fe50b9cd147394022534ad01df43b93b1787bf |
72 | 2023-11-14T22:29:05.689Z | HEAD is now at 59fe50b9 Update propolis mock-server and client deps |
73 | 2023-11-14T22:29:05.693Z | process exited: duration 6457 ms, exit code 0 |
|
74 | 2023-11-14T22:29:05.700Z | starting task 4: "build" |
75 | 2023-11-14T22:29:05.712Z | + cargo --version |
76 | 2023-11-14T22:29:05.724Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
77 | 2023-11-14T22:29:05.922Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
78 | 2023-11-14T22:29:05.925Z | info: downloading component 'cargo' |
79 | 2023-11-14T22:29:06.610Z | info: downloading component 'clippy' |
80 | 2023-11-14T22:29:06.857Z | info: downloading component 'rust-docs' |
81 | 2023-11-14T22:29:07.748Z | info: downloading component 'rust-std' |
82 | 2023-11-14T22:29:09.159Z | info: downloading component 'rustc' |
83 | 2023-11-14T22:29:13.117Z | info: downloading component 'rustfmt' |
84 | 2023-11-14T22:29:13.334Z | info: installing component 'cargo' |
85 | 2023-11-14T22:29:14.577Z | info: installing component 'clippy' |
86 | 2023-11-14T22:29:15.084Z | info: installing component 'rust-docs' |
87 | 2023-11-14T22:29:17.881Z | info: installing component 'rust-std' |
88 | 2023-11-14T22:29:20.362Z | info: installing component 'rustc' |
89 | 2023-11-14T22:29:26.573Z | info: installing component 'rustfmt' |
90 | 2023-11-14T22:29:27.130Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
91 | 2023-11-14T22:29:27.693Z | + rustc --version |
92 | 2023-11-14T22:29:27.706Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
93 | 2023-11-14T22:29:27.718Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2023-11-14T22:29:39.920Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2023-11-14T22:29:40.881Z | Startup: Caching catalogs ... Done |
96 | 2023-11-14T22:29:46.022Z | Planning: Solver setup ... Done (4.842s) |
97 | 2023-11-14T22:29:46.142Z | Planning: Running solver ... Done (0.120s) |
98 | 2023-11-14T22:29:46.196Z | Planning: Finding local manifests ... Done (0.003s) |
99 | 2023-11-14T22:29:46.226Z | Planning: Fetching manifests: 0/4 0% complete |
100 | 2023-11-14T22:29:46.478Z | Planning: Fetching manifests: 4/4 100% complete |
101 | 2023-11-14T22:29:46.561Z | Planning: Package planning ... Done (0.082s) |
102 | 2023-11-14T22:29:46.647Z | Planning: Merging actions ... Done (0.086s) |
103 | 2023-11-14T22:29:47.384Z | Planning: Checking for conflicting actions ... Done (0.737s) |
104 | 2023-11-14T22:29:47.402Z | Planning: Consolidating action changes ... Done (0.018s) |
105 | 2023-11-14T22:29:51.036Z | Planning: Evaluating mediators ... Done (3.629s) |
106 | 2023-11-14T22:29:51.052Z | Planning: Planning completed in 10.11 seconds |
107 | 2023-11-14T22:29:51.071Z | Packages to install: 4 |
108 | 2023-11-14T22:29:51.077Z | Mediators to change: 2 |
109 | 2023-11-14T22:29:51.081Z | Services to change: 1 |
110 | 2023-11-14T22:29:51.084Z | Estimated space available: 148.90 GB |
111 | 2023-11-14T22:29:51.087Z | Estimated space to be consumed: 1.37 GB |
112 | 2023-11-14T22:29:51.091Z | Create boot environment: No |
113 | 2023-11-14T22:29:51.094Z | Create backup boot environment: No |
114 | 2023-11-14T22:29:51.098Z | Rebuild boot archive: No |
115 | 2023-11-14T22:29:51.101Z | |
116 | 2023-11-14T22:29:51.104Z | Changed mediators: |
117 | 2023-11-14T22:29:51.107Z | mediator clang: |
118 | 2023-11-14T22:29:51.111Z | version: None -> 15 (system default) |
119 | 2023-11-14T22:29:51.138Z | |
120 | 2023-11-14T22:29:51.142Z | mediator llvm: |
121 | 2023-11-14T22:29:51.145Z | version: 14 (system default) -> 15 (system default) |
122 | 2023-11-14T22:29:51.148Z | |
123 | 2023-11-14T22:29:51.151Z | Changed packages: |
124 | 2023-11-14T22:29:51.154Z | helios-dev |
125 | 2023-11-14T22:29:51.157Z | developer/build-essential |
126 | 2023-11-14T22:29:51.160Z | None -> 11-2.0 |
127 | 2023-11-14T22:29:51.163Z | library/libxmlsec1 |
128 | 2023-11-14T22:29:51.166Z | None -> 1.2.35-2.0 |
129 | 2023-11-14T22:29:51.169Z | ooce/developer/clang-15 |
130 | 2023-11-14T22:29:51.172Z | None -> 15.0.7-2.0 |
131 | 2023-11-14T22:29:51.175Z | ooce/developer/llvm-15 |
132 | 2023-11-14T22:29:51.178Z | None -> 15.0.7-2.0 |
133 | 2023-11-14T22:29:51.182Z | |
134 | 2023-11-14T22:29:51.185Z | Services: |
135 | 2023-11-14T22:29:51.188Z | restart_fmri: |
136 | 2023-11-14T22:29:51.191Z | svc:/system/update-man-index:default |
137 | 2023-11-14T22:29:51.254Z | |
138 | 2023-11-14T22:29:51.257Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
139 | 2023-11-14T22:29:56.274Z | Download: 1081/3290 items 19.7/212.6MB 9% complete (4.0M/s) |
140 | 2023-11-14T22:30:01.254Z | Download: 1627/3290 items 108.3/212.6MB 50% complete (10.8M/s) |
141 | 2023-11-14T22:30:06.755Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (12.0M/s) |
142 | 2023-11-14T22:30:11.754Z | Download: 2835/3290 items 121.1/212.6MB 56% complete (445k/s) |
143 | 2023-11-14T22:30:16.828Z | Download: Completed 212.60 MB in 25.17 seconds (8.4M/s) |
144 | 2023-11-14T22:30:17.196Z | Actions: 1/3687 actions (Installing new actions) |
145 | 2023-11-14T22:30:22.194Z | Actions: 3228/3687 actions (Installing new actions) |
146 | 2023-11-14T22:30:25.307Z | Actions: Completed 3687 actions in 8.12 seconds. |
147 | 2023-11-14T22:30:25.392Z | Done (0.081s) |
148 | 2023-11-14T22:30:25.866Z | Done (0.000s) |
149 | 2023-11-14T22:30:25.872Z | Done (0.201s) |
150 | 2023-11-14T22:30:33.163Z | Done (7.457s) |
151 | 2023-11-14T22:30:33.388Z | Done (0.120s) |
152 | 2023-11-14T22:30:33.398Z | Done (0.000s) |
153 | 2023-11-14T22:30:33.693Z | Done (0.000s) |
154 | 2023-11-14T22:30:34.399Z | Planning: Evaluating mediator changes ... Done |
155 | 2023-11-14T22:30:34.637Z | Planning: Checking for conflicting actions ... Done |
156 | 2023-11-14T22:30:34.640Z | Planning: Consolidating action changes ... Done |
157 | 2023-11-14T22:30:35.083Z | Planning: Evaluating mediators ... Done |
158 | 2023-11-14T22:30:35.088Z | Planning: Planning completed in 0.74 seconds |
159 | 2023-11-14T22:30:35.144Z | Mediators to change: 2 |
160 | 2023-11-14T22:30:35.155Z | Create boot environment: No |
161 | 2023-11-14T22:30:35.168Z | Create backup boot environment: No |
162 | 2023-11-14T22:30:35.242Z | Done |
163 | 2023-11-14T22:30:35.252Z | Done |
164 | 2023-11-14T22:30:35.383Z | Done |
165 | 2023-11-14T22:30:41.558Z | Done |
166 | 2023-11-14T22:30:41.679Z | Done |
167 | 2023-11-14T22:30:41.684Z | Done |
168 | 2023-11-14T22:30:41.925Z | Done |
169 | 2023-11-14T22:30:44.050Z | Planning: Evaluating mediator changes ... Done |
170 | 2023-11-14T22:30:44.054Z | Planning: Merging actions ... Done |
171 | 2023-11-14T22:30:44.065Z | Planning: Checking for conflicting actions ... Done |
172 | 2023-11-14T22:30:44.070Z | Planning: Consolidating action changes ... Done |
173 | 2023-11-14T22:30:44.074Z | Planning: Evaluating mediators ... Done |
174 | 2023-11-14T22:30:44.078Z | Planning: Planning completed in 1.30 seconds |
175 | 2023-11-14T22:30:44.081Z | Packages to change: 1 |
176 | 2023-11-14T22:30:44.085Z | Mediators to change: 1 |
177 | 2023-11-14T22:30:44.088Z | Services to change: 1 |
178 | 2023-11-14T22:30:44.092Z | Create boot environment: No |
179 | 2023-11-14T22:30:44.096Z | Create backup boot environment: Yes |
180 | 2023-11-14T22:30:45.817Z | Actions: 1/6 actions (Updating modified actions) |
181 | 2023-11-14T22:30:45.823Z | Actions: Completed 6 actions in 0.00 seconds. |
182 | 2023-11-14T22:30:45.829Z | Done |
183 | 2023-11-14T22:30:45.841Z | Done |
184 | 2023-11-14T22:30:45.867Z | Done |
185 | 2023-11-14T22:30:52.006Z | Done |
186 | 2023-11-14T22:30:52.135Z | Done |
187 | 2023-11-14T22:30:52.141Z | Done |
188 | 2023-11-14T22:30:52.240Z | Done |
189 | 2023-11-14T22:30:52.953Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
190 | 2023-11-14T22:30:52.977Z | clang system 15 system |
191 | 2023-11-14T22:30:52.987Z | csh system system illumos |
192 | 2023-11-14T22:30:52.993Z | ctags system system illumos |
193 | 2023-11-14T22:30:52.999Z | gcc vendor 12 vendor |
194 | 2023-11-14T22:30:53.005Z | gcc system 10 system |
195 | 2023-11-14T22:30:53.009Z | gcc system 7 system |
196 | 2023-11-14T22:30:53.012Z | go system 1.20 system |
197 | 2023-11-14T22:30:53.016Z | go system 1.19 system |
198 | 2023-11-14T22:30:53.019Z | llvm system 15 system |
199 | 2023-11-14T22:30:53.025Z | llvm system 14 system |
200 | 2023-11-14T22:30:53.029Z | mariadb system 10.6 system |
201 | 2023-11-14T22:30:53.032Z | mta vendor vendor dma |
202 | 2023-11-14T22:30:53.036Z | openjdk system 17 system |
203 | 2023-11-14T22:30:53.048Z | openjdk system 11 system |
204 | 2023-11-14T22:30:53.057Z | openjdk system 1.8 system |
205 | 2023-11-14T22:30:53.064Z | openssl vendor 3 vendor |
206 | 2023-11-14T22:30:53.070Z | perl system 5.36 system |
207 | 2023-11-14T22:30:53.076Z | postgresql system 15 system |
208 | 2023-11-14T22:30:53.079Z | postgresql system 13 system |
209 | 2023-11-14T22:30:53.082Z | python vendor 3 vendor |
210 | 2023-11-14T22:30:53.085Z | python system 2 system |
211 | 2023-11-14T22:30:53.089Z | python3 system 3.11 system |
212 | 2023-11-14T22:30:53.092Z | ruby system 3.0 system |
213 | 2023-11-14T22:30:53.095Z | words vendor vendor american-english |
214 | 2023-11-14T22:30:53.097Z | words system system australian-english |
215 | 2023-11-14T22:30:53.100Z | words system system british-english |
216 | 2023-11-14T22:30:53.103Z | words system system canadian-english |
217 | 2023-11-14T22:30:53.105Z | words system system french |
218 | 2023-11-14T22:30:53.108Z | words system system italian |
219 | 2023-11-14T22:30:53.111Z | words system system ngerman |
220 | 2023-11-14T22:30:53.114Z | words system system ogerman |
221 | 2023-11-14T22:30:53.117Z | words system system spanish |
222 | 2023-11-14T22:30:53.502Z | FMRI IFO |
223 | 2023-11-14T22:30:53.506Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
224 | 2023-11-14T22:30:53.510Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
225 | 2023-11-14T22:30:53.513Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
226 | 2023-11-14T22:30:53.516Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
227 | 2023-11-14T22:30:53.518Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
228 | 2023-11-14T22:30:53.521Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
229 | 2023-11-14T22:30:53.588Z | + set -o errexit |
230 | 2023-11-14T22:30:53.590Z | +++ dirname ./tools/ci_download_cockroachdb |
231 | 2023-11-14T22:30:53.598Z | ++ cd ./tools |
232 | 2023-11-14T22:30:53.603Z | ++ pwd |
233 | 2023-11-14T22:30:53.607Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
234 | 2023-11-14T22:30:53.610Z | ++ basename ./tools/ci_download_cockroachdb |
235 | 2023-11-14T22:30:53.613Z | + ARG0=ci_download_cockroachdb |
236 | 2023-11-14T22:30:53.616Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
237 | 2023-11-14T22:30:53.620Z | + CIDL_VERSION=v22.1.9 |
238 | 2023-11-14T22:30:53.623Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
239 | 2023-11-14T22:30:53.626Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
240 | 2023-11-14T22:30:53.629Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
241 | 2023-11-14T22:30:53.632Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
242 | 2023-11-14T22:30:53.635Z | + TARGET_DIR=out |
243 | 2023-11-14T22:30:53.638Z | + DOWNLOAD_DIR=out/downloads |
244 | 2023-11-14T22:30:53.642Z | + DEST_DIR=./out/cockroachdb |
245 | 2023-11-14T22:30:53.646Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
246 | 2023-11-14T22:30:53.649Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
247 | 2023-11-14T22:30:53.652Z | + main |
248 | 2023-11-14T22:30:53.655Z | + [[ 0 != 0 ]] |
249 | 2023-11-14T22:30:53.658Z | + CIDL_OS=solaris2.11 |
250 | 2023-11-14T22:30:53.661Z | + [[ 0 != 0 ]] |
251 | 2023-11-14T22:30:53.664Z | + configure_os solaris2.11 |
252 | 2023-11-14T22:30:53.667Z | + echo 'current directory: /work/oxidecomputer/omicron' |
253 | 2023-11-14T22:30:53.670Z | current directory: /work/oxidecomputer/omicron |
254 | 2023-11-14T22:30:53.673Z | + echo 'configuring based on OS: "solaris2.11"' |
255 | 2023-11-14T22:30:53.676Z | configuring based on OS: "solaris2.11" |
256 | 2023-11-14T22:30:53.679Z | + case "$1" in |
257 | 2023-11-14T22:30:53.682Z | + CIDL_BUILD=illumos |
258 | 2023-11-14T22:30:53.686Z | + CIDL_SUFFIX=tar.gz |
259 | 2023-11-14T22:30:53.689Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
260 | 2023-11-14T22:30:53.692Z | + CIDL_MD5FUNC=do_md5sum |
261 | 2023-11-14T22:30:53.695Z | + CIDL_URL_BASE=https://illumos.org/downloads |
262 | 2023-11-14T22:30:53.698Z | + CIDL_ASSEMBLE=do_assemble_illumos |
263 | 2023-11-14T22:30:53.701Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
264 | 2023-11-14T22:30:53.704Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
265 | 2023-11-14T22:30:53.707Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-11-14T22:30:53.710Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
267 | 2023-11-14T22:30:53.713Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-11-14T22:30:53.717Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
269 | 2023-11-14T22:30:53.720Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-11-14T22:30:53.723Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
271 | 2023-11-14T22:30:53.727Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-14T22:30:53.730Z | + mkdir -p out/downloads |
273 | 2023-11-14T22:30:53.734Z | + mkdir -p ./out/cockroachdb |
274 | 2023-11-14T22:30:53.737Z | + local DO_DOWNLOAD=true |
275 | 2023-11-14T22:30:53.740Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
276 | 2023-11-14T22:30:53.744Z | + '[' true == true ']' |
277 | 2023-11-14T22:30:53.746Z | + echo Downloading... |
278 | 2023-11-14T22:30:53.750Z | Downloading... |
279 | 2023-11-14T22:30:53.753Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-11-14T22:30:53.756Z | + 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 |
281 | 2023-11-14T22:30:57.128Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-11-14T22:30:57.131Z | ++ md5sum |
283 | 2023-11-14T22:30:57.149Z | ++ awk '{print $1}' |
284 | 2023-11-14T22:30:57.328Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
285 | 2023-11-14T22:30:57.332Z | + [[ 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 ]] |
286 | 2023-11-14T22:30:57.335Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-11-14T22:30:57.337Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
288 | 2023-11-14T22:31:00.951Z | + do_assemble_illumos |
289 | 2023-11-14T22:31:00.964Z | + rm -r ./out/cockroachdb |
290 | 2023-11-14T22:31:00.976Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
291 | 2023-11-14T22:31:01.634Z | + ./out/cockroachdb/bin/cockroach version |
292 | 2023-11-14T22:31:02.173Z | Build Tag: v22.1.9-dirty |
293 | 2023-11-14T22:31:02.179Z | Build Time: 2022/10/26 21:17:46 |
294 | 2023-11-14T22:31:02.183Z | Distribution: OSS |
295 | 2023-11-14T22:31:02.188Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
296 | 2023-11-14T22:31:02.192Z | Go Version: go1.17.13 |
297 | 2023-11-14T22:31:02.195Z | C Compiler: gcc 10.3.0 |
298 | 2023-11-14T22:31:02.200Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
299 | 2023-11-14T22:31:02.204Z | Build Type: release |
300 | 2023-11-14T22:31:02.207Z | + set -o errexit |
301 | 2023-11-14T22:31:02.214Z | +++ dirname ./tools/ci_download_clickhouse |
302 | 2023-11-14T22:31:02.218Z | ++ cd ./tools |
303 | 2023-11-14T22:31:02.222Z | ++ pwd |
304 | 2023-11-14T22:31:02.226Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
305 | 2023-11-14T22:31:02.230Z | ++ basename ./tools/ci_download_clickhouse |
306 | 2023-11-14T22:31:02.233Z | + ARG0=ci_download_clickhouse |
307 | 2023-11-14T22:31:02.237Z | + TARGET_DIR=out |
308 | 2023-11-14T22:31:02.241Z | + DOWNLOAD_DIR=out/downloads |
309 | 2023-11-14T22:31:02.248Z | + DEST_DIR=./out/clickhouse |
310 | 2023-11-14T22:31:02.257Z | + CIDL_VERSION=v22.8.9.24 |
311 | 2023-11-14T22:31:02.271Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
312 | 2023-11-14T22:31:02.276Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
313 | 2023-11-14T22:31:02.280Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
314 | 2023-11-14T22:31:02.284Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
315 | 2023-11-14T22:31:02.287Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
316 | 2023-11-14T22:31:02.291Z | + main |
317 | 2023-11-14T22:31:02.296Z | + [[ 0 != 0 ]] |
318 | 2023-11-14T22:31:02.300Z | + CIDL_OS=solaris2.11 |
319 | 2023-11-14T22:31:02.304Z | + [[ 0 != 0 ]] |
320 | 2023-11-14T22:31:02.308Z | + configure_os solaris2.11 |
321 | 2023-11-14T22:31:02.311Z | + echo 'current directory: /work/oxidecomputer/omicron' |
322 | 2023-11-14T22:31:02.315Z | + echo 'configuring based on OS: "solaris2.11"' |
323 | 2023-11-14T22:31:02.320Z | + CIDL_DASHREV= |
324 | 2023-11-14T22:31:02.324Z | current directory: /work/oxidecomputer/omicron |
325 | 2023-11-14T22:31:02.328Z | configuring based on OS: "solaris2.11" |
326 | 2023-11-14T22:31:02.340Z | + case "$1" in |
327 | 2023-11-14T22:31:02.353Z | + CIDL_PLATFORM=illumos |
328 | 2023-11-14T22:31:02.356Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
329 | 2023-11-14T22:31:02.360Z | + CIDL_MD5FUNC=do_md5sum |
330 | 2023-11-14T22:31:02.365Z | + CIDL_DASHREV=-1 |
331 | 2023-11-14T22:31:02.369Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
332 | 2023-11-14T22:31:02.372Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
333 | 2023-11-14T22:31:02.376Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
334 | 2023-11-14T22:31:02.382Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-11-14T22:31:02.385Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
336 | 2023-11-14T22:31:02.390Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-11-14T22:31:02.393Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
338 | 2023-11-14T22:31:02.398Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-14T22:31:02.402Z | + mkdir -p out/downloads |
340 | 2023-11-14T22:31:02.406Z | + mkdir -p ./out/clickhouse |
341 | 2023-11-14T22:31:02.410Z | + local DO_DOWNLOAD=true |
342 | 2023-11-14T22:31:02.421Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
343 | 2023-11-14T22:31:02.425Z | + '[' true == true ']' |
344 | 2023-11-14T22:31:02.429Z | + echo Downloading... |
345 | 2023-11-14T22:31:02.433Z | Downloading... |
346 | 2023-11-14T22:31:02.440Z | + 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 |
347 | 2023-11-14T22:31:02.444Z | + 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 |
348 | 2023-11-14T22:31:03.358Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-11-14T22:31:03.369Z | ++ md5sum |
350 | 2023-11-14T22:31:03.383Z | ++ awk '{print $1}' |
351 | 2023-11-14T22:31:03.620Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
352 | 2023-11-14T22:31:03.624Z | + [[ 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 ]] |
353 | 2023-11-14T22:31:03.628Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
354 | 2023-11-14T22:31:03.631Z | + mkdir -p ./out/clickhouse |
355 | 2023-11-14T22:31:03.634Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
356 | 2023-11-14T22:31:08.750Z | + ./out/clickhouse/clickhouse server --version |
357 | 2023-11-14T22:31:08.804Z | ClickHouse server version 22.8.9.1. |
358 | 2023-11-14T22:31:08.836Z | + set -o errexit |
359 | 2023-11-14T22:31:09.275Z | +++ dirname ./tools/ci_download_console |
360 | 2023-11-14T22:31:09.284Z | ++ cd ./tools |
361 | 2023-11-14T22:31:09.291Z | ++ pwd |
362 | 2023-11-14T22:31:09.298Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
363 | 2023-11-14T22:31:09.309Z | ++ basename ./tools/ci_download_console |
364 | 2023-11-14T22:31:09.312Z | + ARG0=ci_download_console |
365 | 2023-11-14T22:31:09.316Z | + TARGET_DIR=out |
366 | 2023-11-14T22:31:09.320Z | + DOWNLOAD_DIR=out/downloads |
367 | 2023-11-14T22:31:09.325Z | + DEST_DIR=./out/console-assets |
368 | 2023-11-14T22:31:09.370Z | + source /work/oxidecomputer/omicron/tools/console_version |
369 | 2023-11-14T22:31:09.376Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
370 | 2023-11-14T22:31:09.382Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
371 | 2023-11-14T22:31:09.387Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
372 | 2023-11-14T22:31:09.397Z | + TARBALL_FILE=out/downloads/console.tar.gz |
373 | 2023-11-14T22:31:09.424Z | + main |
374 | 2023-11-14T22:31:09.438Z | + [[ 0 != 0 ]] |
375 | 2023-11-14T22:31:09.451Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
376 | 2023-11-14T22:31:09.866Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
377 | 2023-11-14T22:31:09.878Z | + echo 'Local file: out/downloads/console.tar.gz' |
378 | 2023-11-14T22:31:09.894Z | Local file: out/downloads/console.tar.gz |
379 | 2023-11-14T22:31:09.920Z | + local DO_DOWNLOAD=true |
380 | 2023-11-14T22:31:09.934Z | + [[ -f out/downloads/console.tar.gz ]] |
381 | 2023-11-14T22:31:09.943Z | + mkdir -p out/downloads |
382 | 2023-11-14T22:31:09.957Z | + '[' true == true ']' |
383 | 2023-11-14T22:31:09.972Z | + echo Downloading... |
384 | 2023-11-14T22:31:09.982Z | Downloading... |
385 | 2023-11-14T22:31:09.990Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
386 | 2023-11-14T22:31:10.409Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
387 | 2023-11-14T22:31:10.416Z | ++ do_sha256sum out/downloads/console.tar.gz |
388 | 2023-11-14T22:31:10.421Z | ++ case "$OSTYPE" in |
389 | 2023-11-14T22:31:10.426Z | ++ SHA=sha256sum |
390 | 2023-11-14T22:31:10.432Z | ++ sha256sum |
391 | 2023-11-14T22:31:10.436Z | ++ awk '{print $1}' |
392 | 2023-11-14T22:31:10.444Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
393 | 2023-11-14T22:31:10.451Z | + [[ 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 ]] |
394 | 2023-11-14T22:31:10.457Z | + rm -rf ./out/console-assets |
395 | 2023-11-14T22:31:10.461Z | + mkdir -p ./out/console-assets |
396 | 2023-11-14T22:31:10.467Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
397 | 2023-11-14T22:31:10.470Z | + mkdir -p ./out/console-assets |
398 | 2023-11-14T22:31:10.474Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
399 | 2023-11-14T22:31:10.477Z | + set -o errexit |
400 | 2023-11-14T22:31:10.481Z | +++ dirname ./tools/ci_download_maghemite_openapi |
401 | 2023-11-14T22:31:10.486Z | ++ cd ./tools |
402 | 2023-11-14T22:31:10.498Z | ++ pwd |
403 | 2023-11-14T22:31:10.509Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
404 | 2023-11-14T22:31:10.522Z | ++ basename ./tools/ci_download_maghemite_openapi |
405 | 2023-11-14T22:31:10.531Z | + ARG0=ci_download_maghemite_openapi |
406 | 2023-11-14T22:31:10.541Z | + TARGET_DIR=out |
407 | 2023-11-14T22:31:10.558Z | + DOWNLOAD_DIR=out/downloads |
408 | 2023-11-14T22:31:10.583Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
409 | 2023-11-14T22:31:10.598Z | ++ COMMIT=aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b |
410 | 2023-11-14T22:31:11.023Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
411 | 2023-11-14T22:31:11.040Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json |
412 | 2023-11-14T22:31:11.048Z | + LOCAL_FILE=out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
413 | 2023-11-14T22:31:11.059Z | + main |
414 | 2023-11-14T22:31:11.064Z | + [[ 0 != 0 ]] |
415 | 2023-11-14T22:31:11.068Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json' |
416 | 2023-11-14T22:31:11.072Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json |
417 | 2023-11-14T22:31:11.076Z | Local file: out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
418 | 2023-11-14T22:31:11.083Z | + echo 'Local file: out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json' |
419 | 2023-11-14T22:31:11.088Z | + local DO_DOWNLOAD=true |
420 | 2023-11-14T22:31:11.092Z | + [[ -f out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json ]] |
421 | 2023-11-14T22:31:11.096Z | + mkdir -p out/downloads |
422 | 2023-11-14T22:31:11.100Z | + '[' true == true ']' |
423 | 2023-11-14T22:31:11.103Z | + echo Downloading... |
424 | 2023-11-14T22:31:11.107Z | Downloading... |
425 | 2023-11-14T22:31:11.112Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
426 | 2023-11-14T22:31:11.115Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/ddm-admin.json |
427 | 2023-11-14T22:31:11.119Z | ++ do_sha256sum out/downloads/ddm-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
428 | 2023-11-14T22:31:11.124Z | ++ case "$OSTYPE" in |
429 | 2023-11-14T22:31:11.129Z | ++ SHA=sha256sum |
430 | 2023-11-14T22:31:11.133Z | ++ sha256sum |
431 | 2023-11-14T22:31:11.144Z | ++ awk '{print $1}' |
432 | 2023-11-14T22:31:11.148Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
433 | 2023-11-14T22:31:11.157Z | + [[ 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 ]] |
434 | 2023-11-14T22:31:11.164Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
435 | 2023-11-14T22:31:11.170Z | ++ COMMIT=aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b |
436 | 2023-11-14T22:31:11.184Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
437 | 2023-11-14T22:31:11.207Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json |
438 | 2023-11-14T22:31:11.221Z | + LOCAL_FILE=out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
439 | 2023-11-14T22:31:11.235Z | + main |
440 | 2023-11-14T22:31:11.252Z | + [[ 0 != 0 ]] |
441 | 2023-11-14T22:31:11.260Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json' |
442 | 2023-11-14T22:31:11.274Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json |
443 | 2023-11-14T22:31:11.688Z | + echo 'Local file: out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json' |
444 | 2023-11-14T22:31:11.697Z | Local file: out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
445 | 2023-11-14T22:31:11.705Z | + local DO_DOWNLOAD=true |
446 | 2023-11-14T22:31:11.712Z | + [[ -f out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json ]] |
447 | 2023-11-14T22:31:11.718Z | + mkdir -p out/downloads |
448 | 2023-11-14T22:31:11.725Z | + '[' true == true ']' |
449 | 2023-11-14T22:31:11.732Z | + echo Downloading... |
450 | 2023-11-14T22:31:11.738Z | Downloading... |
451 | 2023-11-14T22:31:11.744Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
452 | 2023-11-14T22:31:11.751Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mg-admin.json |
453 | 2023-11-14T22:31:11.759Z | ++ do_sha256sum out/downloads/mg-admin-aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b.json |
454 | 2023-11-14T22:31:11.766Z | ++ case "$OSTYPE" in |
455 | 2023-11-14T22:31:11.771Z | ++ SHA=sha256sum |
456 | 2023-11-14T22:31:11.778Z | ++ sha256sum |
457 | 2023-11-14T22:31:11.787Z | ++ awk '{print $1}' |
458 | 2023-11-14T22:31:11.801Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
459 | 2023-11-14T22:31:11.815Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
460 | 2023-11-14T22:31:11.864Z | + set -o errexit |
461 | 2023-11-14T22:31:11.878Z | +++ dirname ./tools/ci_download_dendrite_openapi |
462 | 2023-11-14T22:31:11.898Z | ++ cd ./tools |
463 | 2023-11-14T22:31:12.309Z | ++ pwd |
464 | 2023-11-14T22:31:12.313Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
465 | 2023-11-14T22:31:12.317Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
466 | 2023-11-14T22:31:12.320Z | ++ basename ./tools/ci_download_dendrite_openapi |
467 | 2023-11-14T22:31:12.323Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
468 | 2023-11-14T22:31:12.326Z | + ARG0=ci_download_dendrite_openapi |
469 | 2023-11-14T22:31:12.330Z | Downloading... |
470 | 2023-11-14T22:31:12.333Z | + TARGET_DIR=out |
471 | 2023-11-14T22:31:12.336Z | + DOWNLOAD_DIR=out/downloads |
472 | 2023-11-14T22:31:12.339Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
473 | 2023-11-14T22:31:12.342Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
474 | 2023-11-14T22:31:12.345Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
475 | 2023-11-14T22:31:12.348Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
476 | 2023-11-14T22:31:12.351Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
477 | 2023-11-14T22:31:12.355Z | + main |
478 | 2023-11-14T22:31:12.358Z | + [[ 0 != 0 ]] |
479 | 2023-11-14T22:31:12.361Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
480 | 2023-11-14T22:31:12.364Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
481 | 2023-11-14T22:31:12.367Z | + local DO_DOWNLOAD=true |
482 | 2023-11-14T22:31:12.370Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
483 | 2023-11-14T22:31:12.373Z | + mkdir -p out/downloads |
484 | 2023-11-14T22:31:12.376Z | + '[' true == true ']' |
485 | 2023-11-14T22:31:12.378Z | + echo Downloading... |
486 | 2023-11-14T22:31:12.381Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
487 | 2023-11-14T22:31:12.384Z | + 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 |
488 | 2023-11-14T22:31:12.386Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
489 | 2023-11-14T22:31:12.389Z | ++ case "$OSTYPE" in |
490 | 2023-11-14T22:31:12.392Z | ++ SHA=sha256sum |
491 | 2023-11-14T22:31:12.395Z | ++ sha256sum |
492 | 2023-11-14T22:31:12.398Z | ++ awk '{print $1}' |
493 | 2023-11-14T22:31:12.401Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
494 | 2023-11-14T22:31:12.403Z | + [[ 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 ]] |
495 | 2023-11-14T22:31:12.407Z | + set -o errexit |
496 | 2023-11-14T22:31:12.410Z | +++ dirname ./tools/ci_download_dendrite_stub |
497 | 2023-11-14T22:31:12.413Z | ++ cd ./tools |
498 | 2023-11-14T22:31:12.415Z | ++ pwd |
499 | 2023-11-14T22:31:12.418Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
500 | 2023-11-14T22:31:12.421Z | ++ basename ./tools/ci_download_dendrite_stub |
501 | 2023-11-14T22:31:12.424Z | + ARG0=ci_download_dendrite_stub |
502 | 2023-11-14T22:31:12.426Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
503 | 2023-11-14T22:31:12.430Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
504 | 2023-11-14T22:31:12.437Z | current directory: /work/oxidecomputer/omicron |
505 | 2023-11-14T22:31:12.441Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
506 | 2023-11-14T22:31:12.476Z | configuring based on OS: "solaris2.11" |
507 | 2023-11-14T22:31:12.486Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
508 | 2023-11-14T22:31:12.910Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
509 | 2023-11-14T22:31:12.925Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
510 | 2023-11-14T22:31:12.942Z | Local file: out/downloads/dendrite-stub.tar.gz |
511 | 2023-11-14T22:31:12.945Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
512 | 2023-11-14T22:31:12.952Z | Downloading... |
513 | 2023-11-14T22:31:12.958Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
514 | 2023-11-14T22:31:12.961Z | + TARGET_DIR=out |
515 | 2023-11-14T22:31:12.967Z | + DOWNLOAD_DIR=out/downloads |
516 | 2023-11-14T22:31:12.970Z | + DEST_DIR=./out/dendrite-stub |
517 | 2023-11-14T22:31:12.973Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
518 | 2023-11-14T22:31:12.978Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
519 | 2023-11-14T22:31:12.981Z | + REPO=oxidecomputer/dendrite |
520 | 2023-11-14T22:31:12.985Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
521 | 2023-11-14T22:31:12.988Z | + main |
522 | 2023-11-14T22:31:12.991Z | + [[ 0 != 0 ]] |
523 | 2023-11-14T22:31:12.997Z | + CIDL_OS=solaris2.11 |
524 | 2023-11-14T22:31:13.002Z | + [[ 0 != 0 ]] |
525 | 2023-11-14T22:31:13.006Z | + configure_os solaris2.11 |
526 | 2023-11-14T22:31:13.010Z | + echo 'current directory: /work/oxidecomputer/omicron' |
527 | 2023-11-14T22:31:13.013Z | + echo 'configuring based on OS: "solaris2.11"' |
528 | 2023-11-14T22:31:13.017Z | + case "$1" in |
529 | 2023-11-14T22:31:13.020Z | + SET_BINARIES= |
530 | 2023-11-14T22:31:13.026Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
531 | 2023-11-14T22:31:13.030Z | + CIDL_SHA256FUNC=do_sha256sum |
532 | 2023-11-14T22:31:13.033Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
533 | 2023-11-14T22:31:13.038Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
534 | 2023-11-14T22:31:13.041Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
535 | 2023-11-14T22:31:13.044Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
536 | 2023-11-14T22:31:13.047Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
537 | 2023-11-14T22:31:13.051Z | + mkdir -p out/downloads |
538 | 2023-11-14T22:31:13.054Z | + mkdir -p ./out/dendrite-stub |
539 | 2023-11-14T22:31:13.057Z | + fetch_and_verify |
540 | 2023-11-14T22:31:13.060Z | + local DO_DOWNLOAD=true |
541 | 2023-11-14T22:31:13.064Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
542 | 2023-11-14T22:31:13.067Z | + '[' true == true ']' |
543 | 2023-11-14T22:31:13.071Z | + echo Downloading... |
544 | 2023-11-14T22:31:13.076Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
545 | 2023-11-14T22:31:13.079Z | + 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 |
546 | 2023-11-14T22:31:18.405Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
547 | 2023-11-14T22:31:18.411Z | ++ sha256sum |
548 | 2023-11-14T22:31:18.421Z | ++ awk '{print $1}' |
549 | 2023-11-14T22:31:18.502Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
550 | 2023-11-14T22:31:18.506Z | + [[ 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 ]] |
551 | 2023-11-14T22:31:18.510Z | + do_untar out/downloads/dendrite-stub.tar.gz |
552 | 2023-11-14T22:31:18.514Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
553 | 2023-11-14T22:31:19.445Z | + do_assemble |
554 | 2023-11-14T22:31:19.452Z | + rm -r ./out/dendrite-stub |
555 | 2023-11-14T22:31:19.468Z | + mkdir ./out/dendrite-stub |
556 | 2023-11-14T22:31:19.477Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
557 | 2023-11-14T22:31:19.584Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
558 | 2023-11-14T22:31:19.596Z | + set -o errexit |
559 | 2023-11-14T22:31:19.602Z | +++ dirname ./tools/ci_download_maghemite_mgd |
560 | 2023-11-14T22:31:19.608Z | ++ cd ./tools |
561 | 2023-11-14T22:31:19.615Z | ++ pwd |
562 | 2023-11-14T22:31:19.622Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
563 | 2023-11-14T22:31:19.632Z | ++ basename ./tools/ci_download_maghemite_mgd |
564 | 2023-11-14T22:31:19.639Z | + ARG0=ci_download_maghemite_mgd |
565 | 2023-11-14T22:31:19.644Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
566 | 2023-11-14T22:31:19.651Z | ++ CIDL_SHA256=aa7241cd35976f28f25aaf3ce2ce2af14dae1da9d67585c7de3b724dbcc55e60 |
567 | 2023-11-14T22:31:19.657Z | ++ MGD_LINUX_SHA256=a39387c361ff2c2d0701d66c00b10e43c72fb5ddd1a5900b59ecccb832c80731 |
568 | 2023-11-14T22:31:19.664Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
569 | 2023-11-14T22:31:19.671Z | ++ COMMIT=aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b |
570 | 2023-11-14T22:31:19.679Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
571 | 2023-11-14T22:31:19.690Z | + TARGET_DIR=out |
572 | 2023-11-14T22:31:19.705Z | + DOWNLOAD_DIR=out/downloads |
573 | 2023-11-14T22:31:19.718Z | + DEST_DIR=./out/mgd |
574 | 2023-11-14T22:31:19.732Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
575 | 2023-11-14T22:31:19.753Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
576 | 2023-11-14T22:31:19.776Z | + REPO=oxidecomputer/maghemite |
577 | 2023-11-14T22:31:19.797Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b |
578 | 2023-11-14T22:31:19.826Z | + main |
579 | 2023-11-14T22:31:19.834Z | + [[ 0 != 0 ]] |
580 | 2023-11-14T22:31:19.846Z | + CIDL_OS=solaris2.11 |
581 | 2023-11-14T22:31:19.855Z | + [[ 0 != 0 ]] |
582 | 2023-11-14T22:31:19.914Z | + configure_os solaris2.11 |
583 | 2023-11-14T22:31:19.922Z | + echo 'current directory: /work/oxidecomputer/omicron' |
584 | 2023-11-14T22:31:19.930Z | current directory: /work/oxidecomputer/omicron |
585 | 2023-11-14T22:31:19.934Z | + echo 'configuring based on OS: "solaris2.11"' |
586 | 2023-11-14T22:31:19.938Z | configuring based on OS: "solaris2.11" |
587 | 2023-11-14T22:31:19.941Z | + case "$1" in |
588 | 2023-11-14T22:31:19.944Z | + SET_BINARIES= |
589 | 2023-11-14T22:31:19.948Z | + CIDL_SHA256FUNC=do_sha256sum |
590 | 2023-11-14T22:31:19.951Z | + TARBALL_FILENAME=mgd.tar.gz |
591 | 2023-11-14T22:31:19.955Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz |
592 | 2023-11-14T22:31:19.960Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
593 | 2023-11-14T22:31:19.964Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz' |
594 | 2023-11-14T22:31:19.968Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz |
595 | 2023-11-14T22:31:19.971Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
596 | 2023-11-14T22:31:19.976Z | Local file: out/downloads/mgd.tar.gz |
597 | 2023-11-14T22:31:19.980Z | + mkdir -p out/downloads |
598 | 2023-11-14T22:31:19.984Z | + mkdir -p ./out/mgd |
599 | 2023-11-14T22:31:19.988Z | + fetch_and_verify |
600 | 2023-11-14T22:31:19.993Z | + local DO_DOWNLOAD=true |
601 | 2023-11-14T22:31:19.997Z | + [[ -f out/downloads/mgd.tar.gz ]] |
602 | 2023-11-14T22:31:20.003Z | + '[' true == true ']' |
603 | 2023-11-14T22:31:20.008Z | + echo Downloading... |
604 | 2023-11-14T22:31:20.013Z | Downloading... |
605 | 2023-11-14T22:31:20.018Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz out/downloads/mgd.tar.gz |
606 | 2023-11-14T22:31:20.022Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/aefdfd3a57e5ca1949d4a913b8e35ce8cd7dfa8b/mgd.tar.gz |
607 | 2023-11-14T22:31:30.176Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
608 | 2023-11-14T22:31:30.193Z | ++ sha256sum |
609 | 2023-11-14T22:31:30.204Z | ++ awk '{print $1}' |
610 | 2023-11-14T22:31:30.243Z | + calculated_sha256=aa7241cd35976f28f25aaf3ce2ce2af14dae1da9d67585c7de3b724dbcc55e60 |
611 | 2023-11-14T22:31:30.249Z | + [[ aa7241cd35976f28f25aaf3ce2ce2af14dae1da9d67585c7de3b724dbcc55e60 != \a\a\7\2\4\1\c\d\3\5\9\7\6\f\2\8\f\2\5\a\a\f\3\c\e\2\c\e\2\a\f\1\4\d\a\e\1\d\a\9\d\6\7\5\8\5\c\7\d\e\3\b\7\2\4\d\b\c\c\5\5\e\6\0 ]] |
612 | 2023-11-14T22:31:30.257Z | + do_untar out/downloads/mgd.tar.gz |
613 | 2023-11-14T22:31:30.283Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
614 | 2023-11-14T22:31:30.928Z | + do_assemble |
615 | 2023-11-14T22:31:30.936Z | + rm -r ./out/mgd |
616 | 2023-11-14T22:31:30.952Z | + mkdir ./out/mgd |
617 | 2023-11-14T22:31:30.966Z | + cp -r out/downloads/root ./out/mgd/root |
618 | 2023-11-14T22:31:31.179Z | + set -o errexit |
619 | 2023-11-14T22:31:31.228Z | +++ dirname ./tools/ci_download_transceiver_control |
620 | 2023-11-14T22:31:31.246Z | ++ cd ./tools |
621 | 2023-11-14T22:31:31.259Z | ++ pwd |
622 | 2023-11-14T22:31:31.279Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
623 | 2023-11-14T22:31:31.291Z | ++ basename ./tools/ci_download_transceiver_control |
624 | 2023-11-14T22:31:31.306Z | + ARG0=ci_download_transceiver_control |
625 | 2023-11-14T22:31:31.319Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
626 | 2023-11-14T22:31:31.334Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
627 | 2023-11-14T22:31:31.353Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
628 | 2023-11-14T22:31:31.775Z | + TARGET_DIR=out |
629 | 2023-11-14T22:31:31.789Z | + DOWNLOAD_DIR=out/downloads |
630 | 2023-11-14T22:31:31.796Z | + DEST_DIR=./out/transceiver-control |
631 | 2023-11-14T22:31:31.813Z | + BIN_DIR=/opt/oxide/bin |
632 | 2023-11-14T22:31:31.851Z | + BINARY=xcvradm |
633 | 2023-11-14T22:31:31.878Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
634 | 2023-11-14T22:31:31.890Z | + REPO=oxidecomputer/transceiver-control |
635 | 2023-11-14T22:31:31.910Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
636 | 2023-11-14T22:31:31.929Z | + main |
637 | 2023-11-14T22:31:31.947Z | + [[ 0 != 0 ]] |
638 | 2023-11-14T22:31:31.961Z | + CIDL_OS=solaris2.11 |
639 | 2023-11-14T22:31:31.980Z | + [[ 0 != 0 ]] |
640 | 2023-11-14T22:31:31.993Z | + configure_os solaris2.11 |
641 | 2023-11-14T22:31:32.012Z | + echo 'current directory: /work/oxidecomputer/omicron' |
642 | 2023-11-14T22:31:32.024Z | current directory: /work/oxidecomputer/omicron |
643 | 2023-11-14T22:31:32.038Z | + echo 'configuring based on OS: "solaris2.11"' |
644 | 2023-11-14T22:31:32.051Z | configuring based on OS: "solaris2.11" |
645 | 2023-11-14T22:31:32.056Z | + case "$1" in |
646 | 2023-11-14T22:31:32.063Z | + SET_BINARIES= |
647 | 2023-11-14T22:31:32.073Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
648 | 2023-11-14T22:31:32.083Z | + CIDL_SHA256FUNC=do_sha256sum |
649 | 2023-11-14T22:31:32.090Z | + ARCHIVE_FILENAME=xcvradm.gz |
650 | 2023-11-14T22:31:32.096Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
651 | 2023-11-14T22:31:32.119Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
652 | 2023-11-14T22:31:32.127Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
653 | 2023-11-14T22:31:32.136Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
654 | 2023-11-14T22:31:32.146Z | + echo 'Local file: out/downloads/xcvradm.gz' |
655 | 2023-11-14T22:31:32.154Z | Local file: out/downloads/xcvradm.gz |
656 | 2023-11-14T22:31:32.160Z | + mkdir -p out/downloads |
657 | 2023-11-14T22:31:32.167Z | + mkdir -p ./out/transceiver-control |
658 | 2023-11-14T22:31:32.181Z | + fetch_and_verify |
659 | 2023-11-14T22:31:32.198Z | + local DO_DOWNLOAD=true |
660 | 2023-11-14T22:31:32.620Z | + [[ -f out/downloads/xcvradm.gz ]] |
661 | 2023-11-14T22:31:32.628Z | + '[' true == true ']' |
662 | 2023-11-14T22:31:32.640Z | + echo Downloading... |
663 | 2023-11-14T22:31:32.658Z | Downloading... |
664 | 2023-11-14T22:31:32.670Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
665 | 2023-11-14T22:31:32.689Z | + 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 |
666 | 2023-11-14T22:31:35.679Z | ++ do_sha256sum out/downloads/xcvradm.gz |
667 | 2023-11-14T22:31:35.688Z | ++ sha256sum |
668 | 2023-11-14T22:31:35.696Z | ++ awk '{print $1}' |
669 | 2023-11-14T22:31:35.707Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
670 | 2023-11-14T22:31:35.719Z | + [[ 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 ]] |
671 | 2023-11-14T22:31:35.727Z | + do_unpack out/downloads/xcvradm.gz |
672 | 2023-11-14T22:31:35.737Z | + mkdir -p out/downloads/root//opt/oxide/bin |
673 | 2023-11-14T22:31:35.749Z | + gzip -dc out/downloads/xcvradm.gz |
674 | 2023-11-14T22:31:35.892Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
675 | 2023-11-14T22:31:35.918Z | + do_assemble |
676 | 2023-11-14T22:31:35.933Z | + rm -r ./out/transceiver-control |
677 | 2023-11-14T22:31:35.944Z | + mkdir ./out/transceiver-control |
678 | 2023-11-14T22:31:35.961Z | + cp -r out/downloads/root ./out/transceiver-control/root |
679 | 2023-11-14T22:31:36.070Z | All prerequisites installed successfully |
680 | 2023-11-14T22:31:36.081Z | |
681 | 2023-11-14T22:31:36.095Z | real 2:08.807894946 |
682 | 2023-11-14T22:31:36.106Z | user 53.581298666 |
683 | 2023-11-14T22:31:36.123Z | sys 10.700022610 |
684 | 2023-11-14T22:31:36.132Z | trap 0.027162777 |
685 | 2023-11-14T22:31:36.138Z | tflt 0.139572443 |
686 | 2023-11-14T22:31:36.143Z | dflt 0.530248893 |
687 | 2023-11-14T22:31:36.147Z | kflt 0.135381447 |
688 | 2023-11-14T22:31:36.151Z | lock 2.010481058 |
689 | 2023-11-14T22:31:36.166Z | slp 4:03.718659812 |
690 | 2023-11-14T22:31:36.172Z | lat 4.166340181 |
691 | 2023-11-14T22:31:36.178Z | stop 0.068719002 |
692 | 2023-11-14T22:31:36.182Z | + banner end-to-end-tests |
693 | 2023-11-14T22:31:36.191Z | |
694 | 2023-11-14T22:31:36.196Z | ###### # # ##### ##### #### ###### # # ##### |
695 | 2023-11-14T22:31:36.201Z | # ## # # # # # # # ## # # # |
696 | 2023-11-14T22:31:36.206Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
697 | 2023-11-14T22:31:36.211Z | # # # # # # # # # # # # # # # |
698 | 2023-11-14T22:31:36.215Z | # # ## # # # # # # # ## # # |
699 | 2023-11-14T22:31:36.226Z | ###### # # ##### # #### ###### # # ##### |
700 | 2023-11-14T22:31:36.232Z | |
701 | 2023-11-14T22:31:36.237Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
702 | 2023-11-14T22:31:36.247Z | + CARGO_PROFILE_DEV_DEBUG=1 |
703 | 2023-11-14T22:31:36.253Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
704 | 2023-11-14T22:31:36.259Z | + CARGO_PROFILE_TEST_DEBUG=1 |
705 | 2023-11-14T22:31:36.264Z | + export CARGO_INCREMENTAL=0 |
706 | 2023-11-14T22:31:36.268Z | + CARGO_INCREMENTAL=0 |
707 | 2023-11-14T22:31:36.273Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
708 | 2023-11-14T22:31:36.539Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
709 | 2023-11-14T22:31:37.047Z | Updating crates.io index |
710 | 2023-11-14T22:31:37.053Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
711 | 2023-11-14T22:31:37.863Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
712 | 2023-11-14T22:31:39.786Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
713 | 2023-11-14T22:31:40.343Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
714 | 2023-11-14T22:31:40.672Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
715 | 2023-11-14T22:31:40.997Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
716 | 2023-11-14T22:31:41.286Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
717 | 2023-11-14T22:31:42.331Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
718 | 2023-11-14T22:31:44.164Z | Updating git repository `https://github.com/oxidecomputer/opte` |
719 | 2023-11-14T22:31:45.143Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
720 | 2023-11-14T22:31:45.478Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
721 | 2023-11-14T22:31:46.086Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
722 | 2023-11-14T22:31:46.450Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
723 | 2023-11-14T22:31:46.863Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
724 | 2023-11-14T22:31:47.280Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
725 | 2023-11-14T22:31:47.609Z | Updating git repository `https://github.com/njaremko/samael` |
726 | 2023-11-14T22:31:48.038Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
727 | 2023-11-14T22:31:49.694Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
728 | 2023-11-14T22:31:50.067Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
729 | 2023-11-14T22:31:50.477Z | Updating git repository `https://github.com/jgallagher/nix` |
730 | 2023-11-14T22:31:51.739Z | Updating git repository `https://github.com/cbiffle/hubpack` |
731 | 2023-11-14T22:31:52.242Z | Updating git repository `https://github.com/oxidecomputer/typify` |
732 | 2023-11-14T22:31:53.245Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
733 | 2023-11-14T22:31:54.430Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
734 | 2023-11-14T22:31:54.436Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
735 | 2023-11-14T22:31:55.547Z | Downloading crates ... |
736 | 2023-11-14T22:31:55.760Z | Downloaded clap_derive v4.4.2 |
737 | 2023-11-14T22:31:55.774Z | Downloaded crc32fast v1.3.2 |
738 | 2023-11-14T22:31:55.805Z | Downloaded blowfish v0.9.1 |
739 | 2023-11-14T22:31:55.810Z | Downloaded toml_datetime v0.6.5 |
740 | 2023-11-14T22:31:55.814Z | Downloaded dyn-clone v1.0.13 |
741 | 2023-11-14T22:31:55.819Z | Downloaded num-integer v0.1.45 |
742 | 2023-11-14T22:31:55.823Z | Downloaded pretty-hex v0.3.0 |
743 | 2023-11-14T22:31:55.827Z | Downloaded cstr-argument v0.1.2 |
744 | 2023-11-14T22:31:55.831Z | Downloaded bit-vec v0.6.3 |
745 | 2023-11-14T22:31:55.835Z | Downloaded pretty-hex v0.2.1 |
746 | 2023-11-14T22:31:55.839Z | Downloaded quick-error v1.2.3 |
747 | 2023-11-14T22:31:55.843Z | Downloaded proc-macro-crate v1.3.1 |
748 | 2023-11-14T22:31:55.847Z | Downloaded tokio-util v0.7.10 |
749 | 2023-11-14T22:31:55.866Z | Downloaded ciborium-io v0.2.1 |
750 | 2023-11-14T22:31:55.872Z | Downloaded curve25519-dalek-derive v0.1.0 |
751 | 2023-11-14T22:31:55.881Z | Downloaded precomputed-hash v0.1.1 |
752 | 2023-11-14T22:31:55.887Z | Downloaded percent-encoding v2.3.0 |
753 | 2023-11-14T22:31:55.895Z | Downloaded pem v1.1.1 |
754 | 2023-11-14T22:31:55.900Z | Downloaded normalize-line-endings v0.3.0 |
755 | 2023-11-14T22:31:55.907Z | Downloaded try-lock v0.2.4 |
756 | 2023-11-14T22:31:55.913Z | Downloaded num-iter v0.1.43 |
757 | 2023-11-14T22:31:55.921Z | Downloaded russh-cryptovec v0.7.0 |
758 | 2023-11-14T22:31:55.930Z | Downloaded utf8parse v0.2.1 |
759 | 2023-11-14T22:31:55.937Z | Downloaded num_enum v0.5.11 |
760 | 2023-11-14T22:31:55.941Z | Downloaded num_threads v0.1.6 |
761 | 2023-11-14T22:31:55.970Z | Downloaded colorchoice v1.0.0 |
762 | 2023-11-14T22:31:55.980Z | Downloaded fxhash v0.2.1 |
763 | 2023-11-14T22:31:55.986Z | Downloaded postcard-cobs v0.1.5-pre |
764 | 2023-11-14T22:31:55.991Z | Downloaded block-padding v0.3.3 |
765 | 2023-11-14T22:31:56.006Z | Downloaded password-hash v0.5.0 |
766 | 2023-11-14T22:31:56.017Z | Downloaded nibble_vec v0.1.0 |
767 | 2023-11-14T22:31:56.440Z | Downloaded atomic-waker v1.1.1 |
768 | 2023-11-14T22:31:56.459Z | Downloaded is-terminal v0.4.9 |
769 | 2023-11-14T22:31:56.476Z | Downloaded cfg-if v0.1.10 |
770 | 2023-11-14T22:31:56.497Z | Downloaded rand_chacha v0.2.2 |
771 | 2023-11-14T22:31:56.508Z | Downloaded backoff v0.4.0 |
772 | 2023-11-14T22:31:56.532Z | Downloaded platforms v3.0.2 |
773 | 2023-11-14T22:31:56.546Z | Downloaded serde_spanned v0.6.4 |
774 | 2023-11-14T22:31:56.554Z | Downloaded parking_lot v0.12.1 |
775 | 2023-11-14T22:31:56.570Z | Downloaded rustc-demangle v0.1.23 |
776 | 2023-11-14T22:31:56.589Z | Downloaded universal-hash v0.5.1 |
777 | 2023-11-14T22:31:56.606Z | Downloaded pest_derive v2.7.2 |
778 | 2023-11-14T22:31:56.618Z | Downloaded zeroize_derive v1.4.2 |
779 | 2023-11-14T22:31:57.042Z | Downloaded resolv-conf v0.7.0 |
780 | 2023-11-14T22:31:57.058Z | Downloaded phf v0.11.2 |
781 | 2023-11-14T22:31:57.078Z | Downloaded strum v0.25.0 |
782 | 2023-11-14T22:31:57.090Z | Downloaded zerocopy v0.3.0 |
783 | 2023-11-14T22:31:57.109Z | Downloaded hyper-staticfile v0.9.5 |
784 | 2023-11-14T22:31:57.134Z | Downloaded futures-io v0.3.29 |
785 | 2023-11-14T22:31:57.149Z | Downloaded postgres-protocol v0.6.6 |
786 | 2023-11-14T22:31:57.159Z | Downloaded slog-bunyan v2.4.0 |
787 | 2023-11-14T22:31:57.174Z | Downloaded ciborium v0.2.1 |
788 | 2023-11-14T22:31:57.194Z | Downloaded slog-scope v4.4.0 |
789 | 2023-11-14T22:31:57.209Z | Downloaded native-tls v0.2.11 |
790 | 2023-11-14T22:31:57.221Z | Downloaded ipnetwork v0.20.0 |
791 | 2023-11-14T22:31:57.232Z | Downloaded bitflags v2.4.0 |
792 | 2023-11-14T22:31:57.245Z | Downloaded proc-macro-error v1.0.4 |
793 | 2023-11-14T22:31:57.263Z | Downloaded futures-macro v0.3.29 |
794 | 2023-11-14T22:31:57.330Z | Downloaded thiserror-no-std v2.0.2 |
795 | 2023-11-14T22:31:57.342Z | Downloaded waitgroup v0.1.2 |
796 | 2023-11-14T22:31:57.348Z | Downloaded md5 v0.7.0 |
797 | 2023-11-14T22:31:57.354Z | Downloaded tower-service v0.3.2 |
798 | 2023-11-14T22:31:57.365Z | Downloaded miniz_oxide v0.7.1 |
799 | 2023-11-14T22:31:57.372Z | Downloaded form_urlencoded v1.2.0 |
800 | 2023-11-14T22:31:57.381Z | Downloaded foreign-types v0.5.0 |
801 | 2023-11-14T22:31:57.386Z | Downloaded unicase v2.7.0 |
802 | 2023-11-14T22:31:57.391Z | Downloaded clap v4.4.3 |
803 | 2023-11-14T22:31:57.396Z | Downloaded tinyvec_macros v0.1.1 |
804 | 2023-11-14T22:31:57.400Z | Downloaded take_mut v0.2.2 |
805 | 2023-11-14T22:31:57.403Z | Downloaded hash32 v0.2.1 |
806 | 2023-11-14T22:31:57.406Z | Downloaded serde_urlencoded v0.7.1 |
807 | 2023-11-14T22:31:57.410Z | Downloaded rustc_version v0.4.0 |
808 | 2023-11-14T22:31:57.413Z | Downloaded hubpack_derive v0.1.1 |
809 | 2023-11-14T22:31:57.418Z | Downloaded time-core v0.1.1 |
810 | 2023-11-14T22:31:57.423Z | Downloaded ident_case v1.0.1 |
811 | 2023-11-14T22:31:57.426Z | Downloaded backtrace v0.3.69 |
812 | 2023-11-14T22:31:57.430Z | Downloaded tokio-tungstenite v0.20.1 |
813 | 2023-11-14T22:31:57.434Z | Downloaded fastrand v2.0.0 |
814 | 2023-11-14T22:31:57.438Z | Downloaded schemars_derive v0.8.13 |
815 | 2023-11-14T22:31:57.441Z | Downloaded scheduled-thread-pool v0.2.7 |
816 | 2023-11-14T22:31:57.446Z | Downloaded slog v2.7.0 |
817 | 2023-11-14T22:31:57.451Z | Downloaded structmeta v0.2.0 |
818 | 2023-11-14T22:31:57.457Z | Downloaded serde_repr v0.1.16 |
819 | 2023-11-14T22:31:57.462Z | Downloaded cc v1.0.83 |
820 | 2023-11-14T22:31:57.466Z | Downloaded macaddr v1.0.1 |
821 | 2023-11-14T22:31:57.471Z | Downloaded unsafe-libyaml v0.2.9 |
822 | 2023-11-14T22:31:57.476Z | Downloaded rustversion v1.0.14 |
823 | 2023-11-14T22:31:57.480Z | Downloaded structopt v0.3.26 |
824 | 2023-11-14T22:31:57.485Z | Downloaded want v0.3.1 |
825 | 2023-11-14T22:31:57.491Z | Downloaded vec_map v0.8.2 |
826 | 2023-11-14T22:31:57.505Z | Downloaded usdt-macro v0.3.5 |
827 | 2023-11-14T22:31:57.514Z | Downloaded textwrap v0.11.0 |
828 | 2023-11-14T22:31:57.519Z | Downloaded unicode-xid v0.2.4 |
829 | 2023-11-14T22:31:57.523Z | Downloaded string_cache v0.8.7 |
830 | 2023-11-14T22:31:57.527Z | Downloaded lock_api v0.4.10 |
831 | 2023-11-14T22:31:57.531Z | Downloaded getrandom v0.1.16 |
832 | 2023-11-14T22:31:57.537Z | Downloaded matches v0.1.10 |
833 | 2023-11-14T22:31:57.544Z | Downloaded headers-core v0.2.0 |
834 | 2023-11-14T22:31:57.549Z | Downloaded whoami v1.4.1 |
835 | 2023-11-14T22:31:57.554Z | Downloaded getopts v0.2.21 |
836 | 2023-11-14T22:31:57.561Z | Downloaded kstat-rs v0.2.3 |
837 | 2023-11-14T22:31:57.571Z | Downloaded url v2.4.1 |
838 | 2023-11-14T22:31:57.586Z | Downloaded zone_cfg_derive v0.3.0 |
839 | 2023-11-14T22:31:57.592Z | Downloaded http-range v0.1.5 |
840 | 2023-11-14T22:31:57.598Z | Downloaded enum-as-inner v0.5.1 |
841 | 2023-11-14T22:31:57.603Z | Downloaded endian-type v0.1.2 |
842 | 2023-11-14T22:31:57.608Z | Downloaded usdt-attr-macro v0.3.5 |
843 | 2023-11-14T22:31:57.617Z | Downloaded rustfmt-wrapper v0.2.0 |
844 | 2023-11-14T22:31:57.628Z | Downloaded serde_path_to_error v0.1.14 |
845 | 2023-11-14T22:31:57.634Z | Downloaded fallible-iterator v0.2.0 |
846 | 2023-11-14T22:31:57.639Z | Downloaded tempfile v3.8.0 |
847 | 2023-11-14T22:31:57.643Z | Downloaded hex-literal v0.4.1 |
848 | 2023-11-14T22:31:57.647Z | Downloaded utf-8 v0.7.6 |
849 | 2023-11-14T22:31:57.651Z | Downloaded signal-hook-registry v1.4.1 |
850 | 2023-11-14T22:31:57.656Z | Downloaded term v0.7.0 |
851 | 2023-11-14T22:31:57.662Z | Downloaded slog-stdlog v4.1.1 |
852 | 2023-11-14T22:31:57.676Z | Downloaded filetime v0.2.22 |
853 | 2023-11-14T22:31:57.681Z | Downloaded equivalent v1.0.1 |
854 | 2023-11-14T22:31:57.688Z | Downloaded iana-time-zone v0.1.57 |
855 | 2023-11-14T22:31:57.703Z | Downloaded getrandom v0.2.10 |
856 | 2023-11-14T22:31:57.709Z | Downloaded usdt-impl v0.3.5 |
857 | 2023-11-14T22:31:57.713Z | Downloaded hyper-tls v0.5.0 |
858 | 2023-11-14T22:31:57.720Z | Downloaded indexmap v1.9.3 |
859 | 2023-11-14T22:31:57.724Z | Downloaded same-file v1.0.6 |
860 | 2023-11-14T22:31:57.727Z | Downloaded rustls-pemfile v1.0.3 |
861 | 2023-11-14T22:31:57.732Z | Downloaded heck v0.4.1 |
862 | 2023-11-14T22:31:57.738Z | Downloaded rustls-native-certs v0.6.3 |
863 | 2023-11-14T22:31:57.744Z | Downloaded smallvec v1.11.0 |
864 | 2023-11-14T22:31:57.749Z | Downloaded slog-term v2.9.0 |
865 | 2023-11-14T22:31:57.754Z | Downloaded mime v0.3.17 |
866 | 2023-11-14T22:31:57.757Z | Downloaded io-lifetimes v1.0.11 |
867 | 2023-11-14T22:31:57.763Z | Downloaded signal-hook-mio v0.2.3 |
868 | 2023-11-14T22:31:57.768Z | Downloaded log v0.4.20 |
869 | 2023-11-14T22:31:57.773Z | Downloaded vsss-rs v3.3.1 |
870 | 2023-11-14T22:31:57.776Z | Downloaded semver-parser v0.10.2 |
871 | 2023-11-14T22:31:57.782Z | Downloaded httpdate v1.0.3 |
872 | 2023-11-14T22:31:57.790Z | Downloaded tinyvec v1.6.0 |
873 | 2023-11-14T22:31:57.798Z | Downloaded static_assertions v1.1.0 |
874 | 2023-11-14T22:31:58.216Z | Downloaded tokio-rustls v0.24.1 |
875 | 2023-11-14T22:31:58.223Z | Downloaded trust-dns-resolver v0.22.0 |
876 | 2023-11-14T22:31:58.238Z | Downloaded subprocess v0.2.9 |
877 | 2023-11-14T22:31:58.247Z | Downloaded serde_derive v1.0.192 |
878 | 2023-11-14T22:31:58.266Z | Downloaded toml_edit v0.19.15 |
879 | 2023-11-14T22:31:58.282Z | Downloaded toml v0.8.8 |
880 | 2023-11-14T22:31:58.710Z | Downloaded tokio-stream v0.1.14 |
881 | 2023-11-14T22:31:58.717Z | Downloaded signal-hook v0.3.17 |
882 | 2023-11-14T22:31:58.723Z | Downloaded hashbrown v0.12.3 |
883 | 2023-11-14T22:31:58.739Z | Downloaded unicode-normalization v0.1.22 |
884 | 2023-11-14T22:31:58.756Z | Downloaded tokio-postgres v0.7.10 |
885 | 2023-11-14T22:31:59.174Z | Downloaded elliptic-curve v0.13.5 |
886 | 2023-11-14T22:31:59.185Z | Downloaded aes v0.8.3 |
887 | 2023-11-14T22:31:59.195Z | Downloaded toml_edit v0.21.0 |
888 | 2023-11-14T22:31:59.209Z | Downloaded ed25519-dalek v2.0.0 |
889 | 2023-11-14T22:31:59.218Z | Downloaded serde_with v2.3.3 |
890 | 2023-11-14T22:31:59.222Z | Downloaded memchr v2.6.3 |
891 | 2023-11-14T22:31:59.228Z | Downloaded petgraph v0.6.4 |
892 | 2023-11-14T22:31:59.231Z | Downloaded time v0.3.27 |
893 | 2023-11-14T22:31:59.236Z | Downloaded winnow v0.5.15 |
894 | 2023-11-14T22:31:59.244Z | Downloaded curve25519-dalek v4.1.0 |
895 | 2023-11-14T22:31:59.252Z | Downloaded chrono v0.4.31 |
896 | 2023-11-14T22:31:59.265Z | Downloaded h2 v0.3.21 |
897 | 2023-11-14T22:31:59.277Z | Downloaded clap v2.34.0 |
898 | 2023-11-14T22:31:59.706Z | Downloaded vcpkg v0.2.15 |
899 | 2023-11-14T22:31:59.719Z | Downloaded rustls-webpki v0.101.7 |
900 | 2023-11-14T22:31:59.727Z | Downloaded idna v0.4.0 |
901 | 2023-11-14T22:31:59.753Z | Downloaded rustix v0.37.23 |
902 | 2023-11-14T22:31:59.762Z | Downloaded bstr v1.6.0 |
903 | 2023-11-14T22:31:59.766Z | Downloaded syn v2.0.32 |
904 | 2023-11-14T22:31:59.770Z | Downloaded webpki-roots v0.25.2 |
905 | 2023-11-14T22:31:59.774Z | Downloaded sled v0.34.7 |
906 | 2023-11-14T22:31:59.781Z | Downloaded gimli v0.28.0 |
907 | 2023-11-14T22:31:59.784Z | Downloaded smoltcp v0.9.1 |
908 | 2023-11-14T22:31:59.788Z | Downloaded libc v0.2.150 |
909 | 2023-11-14T22:31:59.794Z | Downloaded zerocopy-derive v0.6.4 |
910 | 2023-11-14T22:31:59.798Z | Downloaded diesel v2.1.3 |
911 | 2023-11-14T22:31:59.823Z | Downloaded openapiv3 v2.0.0-rc.1 |
912 | 2023-11-14T22:31:59.827Z | Downloaded regex-syntax v0.7.5 |
913 | 2023-11-14T22:31:59.833Z | Downloaded regex-automata v0.3.8 |
914 | 2023-11-14T22:31:59.837Z | Downloaded bstr v0.2.17 |
915 | 2023-11-14T22:31:59.840Z | Downloaded smoltcp v0.8.2 |
916 | 2023-11-14T22:31:59.844Z | Downloaded rustix v0.38.9 |
917 | 2023-11-14T22:31:59.851Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
918 | 2023-11-14T22:31:59.857Z | Downloaded zerocopy-derive v0.2.0 |
919 | 2023-11-14T22:31:59.861Z | Downloaded regex-automata v0.4.3 |
920 | 2023-11-14T22:31:59.867Z | Downloaded regress v0.7.1 |
921 | 2023-11-14T22:31:59.874Z | Downloaded radix_trie v0.2.1 |
922 | 2023-11-14T22:31:59.894Z | Downloaded idna v0.2.3 |
923 | 2023-11-14T22:31:59.897Z | Downloaded rustls v0.21.8 |
924 | 2023-11-14T22:31:59.901Z | Downloaded tokio v1.33.0 |
925 | 2023-11-14T22:31:59.904Z | Downloaded sha3 v0.10.8 |
926 | 2023-11-14T22:31:59.907Z | Downloaded syn v1.0.109 |
927 | 2023-11-14T22:31:59.910Z | Downloaded futures-util v0.3.29 |
928 | 2023-11-14T22:31:59.914Z | Downloaded regex v1.10.2 |
929 | 2023-11-14T22:31:59.917Z | Downloaded trust-dns-proto v0.22.0 |
930 | 2023-11-14T22:31:59.923Z | Downloaded object v0.32.1 |
931 | 2023-11-14T22:31:59.931Z | Downloaded regex-syntax v0.8.2 |
932 | 2023-11-14T22:31:59.964Z | Downloaded winapi v0.3.9 |
933 | 2023-11-14T22:31:59.979Z | Downloaded encoding_rs v0.8.33 |
934 | 2023-11-14T22:32:00.004Z | Downloaded openssl v0.10.57 |
935 | 2023-11-14T22:32:00.014Z | Downloaded serde_json v1.0.108 |
936 | 2023-11-14T22:32:00.022Z | Downloaded libm v0.2.7 |
937 | 2023-11-14T22:32:00.025Z | Downloaded hkdf v0.12.3 |
938 | 2023-11-14T22:32:00.029Z | Downloaded hyper v0.14.27 |
939 | 2023-11-14T22:32:00.032Z | Downloaded itertools v0.10.5 |
940 | 2023-11-14T22:32:00.042Z | Downloaded clap_builder v4.4.2 |
941 | 2023-11-14T22:32:00.048Z | Downloaded itertools v0.11.0 |
942 | 2023-11-14T22:32:00.052Z | Downloaded reqwest v0.11.22 |
943 | 2023-11-14T22:32:00.057Z | Downloaded aho-corasick v1.0.4 |
944 | 2023-11-14T22:32:00.062Z | Downloaded hashbrown v0.14.2 |
945 | 2023-11-14T22:32:00.066Z | Downloaded spin v0.9.8 |
946 | 2023-11-14T22:32:00.073Z | Downloaded serde v1.0.192 |
947 | 2023-11-14T22:32:00.079Z | Downloaded hashbrown v0.13.2 |
948 | 2023-11-14T22:32:00.083Z | Downloaded typenum v1.16.0 |
949 | 2023-11-14T22:32:00.087Z | Downloaded aes-gcm v0.10.3 |
950 | 2023-11-14T22:32:00.090Z | Downloaded ryu v1.0.15 |
951 | 2023-11-14T22:32:00.094Z | Downloaded toml v0.7.8 |
952 | 2023-11-14T22:32:00.097Z | Downloaded trust-dns-client v0.22.0 |
953 | 2023-11-14T22:32:00.100Z | Downloaded tracing v0.1.37 |
954 | 2023-11-14T22:32:00.103Z | Downloaded http v0.2.9 |
955 | 2023-11-14T22:32:00.106Z | Downloaded pest v2.7.2 |
956 | 2023-11-14T22:32:00.110Z | Downloaded socket2 v0.5.4 |
957 | 2023-11-14T22:32:00.113Z | Downloaded socket2 v0.4.9 |
958 | 2023-11-14T22:32:00.116Z | Downloaded crossbeam-channel v0.5.8 |
959 | 2023-11-14T22:32:00.119Z | Downloaded rand v0.7.3 |
960 | 2023-11-14T22:32:00.122Z | Downloaded crossterm v0.27.0 |
961 | 2023-11-14T22:32:00.129Z | Downloaded regex-automata v0.1.10 |
962 | 2023-11-14T22:32:00.140Z | Downloaded trust-dns-server v0.22.1 |
963 | 2023-11-14T22:32:00.565Z | Downloaded tracing-core v0.1.31 |
964 | 2023-11-14T22:32:00.574Z | Downloaded yasna v0.5.2 |
965 | 2023-11-14T22:32:00.587Z | Downloaded httparse v1.8.0 |
966 | 2023-11-14T22:32:01.039Z | Downloaded sct v0.7.0 |
967 | 2023-11-14T22:32:01.061Z | Downloaded tar v0.4.40 |
968 | 2023-11-14T22:32:01.082Z | Downloaded indexmap v2.1.0 |
969 | 2023-11-14T22:32:01.100Z | Downloaded serde_yaml v0.9.25 |
970 | 2023-11-14T22:32:01.118Z | Downloaded similar v2.2.1 |
971 | 2023-11-14T22:32:01.129Z | Downloaded heapless v0.7.16 |
972 | 2023-11-14T22:32:01.139Z | Downloaded sha2 v0.10.8 |
973 | 2023-11-14T22:32:01.151Z | Downloaded futures v0.3.29 |
974 | 2023-11-14T22:32:01.158Z | Downloaded unicode-segmentation v1.10.1 |
975 | 2023-11-14T22:32:01.573Z | Downloaded slog-envlogger v2.2.0 |
976 | 2023-11-14T22:32:01.578Z | Downloaded ring v0.17.5 |
977 | 2023-11-14T22:32:01.586Z | Downloaded hmac v0.12.1 |
978 | 2023-11-14T22:32:01.594Z | Downloaded half v1.8.2 |
979 | 2023-11-14T22:32:01.602Z | Downloaded serde_derive_internals v0.26.0 |
980 | 2023-11-14T22:32:01.611Z | Downloaded itoa v1.0.9 |
981 | 2023-11-14T22:32:01.616Z | Downloaded md-5 v0.10.5 |
982 | 2023-11-14T22:32:01.629Z | Downloaded schemars v0.8.13 |
983 | 2023-11-14T22:32:01.641Z | Downloaded toml v0.5.11 |
984 | 2023-11-14T22:32:01.646Z | Downloaded flate2 v1.0.28 |
985 | 2023-11-14T22:32:01.656Z | Downloaded lru-cache v0.1.2 |
986 | 2023-11-14T22:32:01.662Z | Downloaded futures-sink v0.3.29 |
987 | 2023-11-14T22:32:01.670Z | Downloaded ff v0.13.0 |
988 | 2023-11-14T22:32:01.678Z | Downloaded ring v0.16.20 |
989 | 2023-11-14T22:32:01.696Z | Downloaded strum_macros v0.25.2 |
990 | 2023-11-14T22:32:01.712Z | Downloaded semver v1.0.20 |
991 | 2023-11-14T22:32:01.724Z | Downloaded thread-id v4.2.0 |
992 | 2023-11-14T22:32:01.740Z | Downloaded tokio-native-tls v0.3.1 |
993 | 2023-11-14T22:32:01.755Z | Downloaded strsim v0.10.0 |
994 | 2023-11-14T22:32:01.766Z | Downloaded chacha20poly1305 v0.10.1 |
995 | 2023-11-14T22:32:01.777Z | Downloaded headers v0.3.9 |
996 | 2023-11-14T22:32:01.784Z | Downloaded rcgen v0.11.3 |
997 | 2023-11-14T22:32:01.792Z | Downloaded thiserror v1.0.49 |
998 | 2023-11-14T22:32:01.798Z | Downloaded generic-array v0.14.7 |
999 | 2023-11-14T22:32:01.803Z | Downloaded futures-task v0.3.29 |
1000 | 2023-11-14T22:32:01.809Z | Downloaded group v0.13.0 |
1001 | 2023-11-14T22:32:01.821Z | Downloaded ucd-trie v0.1.6 |
1002 | 2023-11-14T22:32:01.827Z | Downloaded zeroize v1.6.0 |
1003 | 2023-11-14T22:32:01.834Z | Downloaded thiserror-impl v1.0.49 |
1004 | 2023-11-14T22:32:01.842Z | Downloaded base64 v0.21.5 |
1005 | 2023-11-14T22:32:01.849Z | Downloaded inout v0.1.3 |
1006 | 2023-11-14T22:32:01.864Z | Downloaded hubpack v0.1.2 |
1007 | 2023-11-14T22:32:01.874Z | Downloaded zip v0.6.6 |
1008 | 2023-11-14T22:32:01.882Z | Downloaded rand v0.8.5 |
1009 | 2023-11-14T22:32:01.897Z | Downloaded linked-hash-map v0.5.6 |
1010 | 2023-11-14T22:32:01.907Z | Downloaded hyper-rustls v0.24.2 |
1011 | 2023-11-14T22:32:01.922Z | Downloaded http-body v0.4.5 |
1012 | 2023-11-14T22:32:02.347Z | Downloaded thiserror-impl-no-std v2.0.2 |
1013 | 2023-11-14T22:32:02.364Z | Downloaded num-bigint v0.4.4 |
1014 | 2023-11-14T22:32:02.374Z | Downloaded libefi-sys v0.1.0 |
1015 | 2023-11-14T22:32:02.393Z | Downloaded time-macros v0.2.13 |
1016 | 2023-11-14T22:32:02.412Z | Downloaded glob v0.3.1 |
1017 | 2023-11-14T22:32:02.421Z | Downloaded serde_with_macros v2.3.3 |
1018 | 2023-11-14T22:32:02.429Z | Downloaded derive_more v0.99.17 |
1019 | 2023-11-14T22:32:02.439Z | Downloaded home v0.5.5 |
1020 | 2023-11-14T22:32:02.447Z | Downloaded futures-core v0.3.29 |
1021 | 2023-11-14T22:32:02.452Z | Downloaded futures-channel v0.3.29 |
1022 | 2023-11-14T22:32:02.458Z | Downloaded siphasher v0.3.11 |
1023 | 2023-11-14T22:32:02.465Z | Downloaded semver v0.11.0 |
1024 | 2023-11-14T22:32:02.482Z | Downloaded lalrpop-util v0.19.12 |
1025 | 2023-11-14T22:32:02.486Z | Downloaded heck v0.3.3 |
1026 | 2023-11-14T22:32:02.489Z | Downloaded zerocopy v0.6.4 |
1027 | 2023-11-14T22:32:02.493Z | Downloaded bytes v1.5.0 |
1028 | 2023-11-14T22:32:02.497Z | Downloaded arc-swap v1.6.0 |
1029 | 2023-11-14T22:32:02.504Z | Downloaded uuid v1.5.0 |
1030 | 2023-11-14T22:32:02.508Z | Downloaded sha1 v0.10.6 |
1031 | 2023-11-14T22:32:02.520Z | Downloaded fnv v1.0.7 |
1032 | 2023-11-14T22:32:02.524Z | Downloaded slab v0.4.9 |
1033 | 2023-11-14T22:32:02.528Z | Downloaded managed v0.8.0 |
1034 | 2023-11-14T22:32:02.546Z | Downloaded keccak v0.1.4 |
1035 | 2023-11-14T22:32:02.554Z | Downloaded memoffset v0.9.0 |
1036 | 2023-11-14T22:32:02.562Z | Downloaded match_cfg v0.1.0 |
1037 | 2023-11-14T22:32:02.566Z | Downloaded unicode-bidi v0.3.13 |
1038 | 2023-11-14T22:32:02.569Z | Downloaded tungstenite v0.20.1 |
1039 | 2023-11-14T22:32:02.572Z | Downloaded diesel_derives v2.1.1 |
1040 | 2023-11-14T22:32:02.576Z | Downloaded walkdir v2.4.0 |
1041 | 2023-11-14T22:32:02.579Z | Downloaded unicode-width v0.1.11 |
1042 | 2023-11-14T22:32:02.582Z | Downloaded lazy_static v1.4.0 |
1043 | 2023-11-14T22:32:02.586Z | Downloaded strsim v0.8.0 |
1044 | 2023-11-14T22:32:02.589Z | Downloaded stringprep v0.1.3 |
1045 | 2023-11-14T22:32:02.593Z | Downloaded spki v0.7.2 |
1046 | 2023-11-14T22:32:02.596Z | Downloaded num-traits v0.2.16 |
1047 | 2023-11-14T22:32:02.599Z | Downloaded crossbeam-epoch v0.9.15 |
1048 | 2023-11-14T22:32:02.602Z | Downloaded addr2line v0.21.0 |
1049 | 2023-11-14T22:32:02.605Z | Downloaded blake2 v0.10.6 |
1050 | 2023-11-14T22:32:02.609Z | Downloaded bzip2 v0.4.4 |
1051 | 2023-11-14T22:32:02.619Z | Downloaded base64 v0.13.1 |
1052 | 2023-11-14T22:32:02.622Z | Downloaded ahash v0.8.3 |
1053 | 2023-11-14T22:32:02.626Z | Downloaded foreign-types v0.3.2 |
1054 | 2023-11-14T22:32:02.629Z | Downloaded float-cmp v0.9.0 |
1055 | 2023-11-14T22:32:02.632Z | Downloaded stable_deref_trait v1.2.0 |
1056 | 2023-11-14T22:32:02.636Z | Downloaded futures-executor v0.3.29 |
1057 | 2023-11-14T22:32:02.639Z | Downloaded terminal_size v0.2.6 |
1058 | 2023-11-14T22:32:02.643Z | Downloaded ghash v0.5.0 |
1059 | 2023-11-14T22:32:02.646Z | Downloaded mio v0.8.8 |
1060 | 2023-11-14T22:32:02.649Z | Downloaded ipnet v2.8.0 |
1061 | 2023-11-14T22:32:02.652Z | Downloaded pest_meta v2.7.2 |
1062 | 2023-11-14T22:32:02.656Z | Downloaded structopt-derive v0.4.18 |
1063 | 2023-11-14T22:32:02.659Z | Downloaded structmeta-derive v0.2.0 |
1064 | 2023-11-14T22:32:02.663Z | Downloaded spin v0.5.2 |
1065 | 2023-11-14T22:32:02.666Z | Downloaded signature v2.1.0 |
1066 | 2023-11-14T22:32:02.669Z | Downloaded errno v0.3.2 |
1067 | 2023-11-14T22:32:02.672Z | Downloaded synstructure v0.12.6 |
1068 | 2023-11-14T22:32:02.675Z | Downloaded cancel-safe-futures v0.1.5 |
1069 | 2023-11-14T22:32:02.683Z | Downloaded hex v0.4.3 |
1070 | 2023-11-14T22:32:02.686Z | Downloaded either v1.9.0 |
1071 | 2023-11-14T22:32:02.690Z | Downloaded untrusted v0.9.0 |
1072 | 2023-11-14T22:32:02.693Z | Downloaded untrusted v0.7.1 |
1073 | 2023-11-14T22:32:02.700Z | Downloaded thread_local v1.1.7 |
1074 | 2023-11-14T22:32:02.707Z | Downloaded tokio-macros v2.1.0 |
1075 | 2023-11-14T22:32:02.715Z | Downloaded smf v0.2.2 |
1076 | 2023-11-14T22:32:02.720Z | Downloaded password-hash v0.4.2 |
1077 | 2023-11-14T22:32:02.729Z | Downloaded crypto-bigint v0.5.2 |
1078 | 2023-11-14T22:32:02.734Z | Downloaded unicode-ident v1.0.12 |
1079 | 2023-11-14T22:32:02.738Z | Downloaded darling_core v0.20.3 |
1080 | 2023-11-14T22:32:02.742Z | Downloaded base64ct v1.6.0 |
1081 | 2023-11-14T22:32:02.749Z | Downloaded slog-json v2.6.1 |
1082 | 2023-11-14T22:32:02.755Z | Downloaded secrecy v0.8.0 |
1083 | 2023-11-14T22:32:02.761Z | Downloaded slog-dtrace v0.2.3 |
1084 | 2023-11-14T22:32:02.773Z | Downloaded subtle v2.5.0 |
1085 | 2023-11-14T22:32:02.791Z | Downloaded hostname v0.3.1 |
1086 | 2023-11-14T22:32:02.797Z | Downloaded async-trait v0.1.74 |
1087 | 2023-11-14T22:32:02.802Z | Downloaded anstyle-parse v0.2.1 |
1088 | 2023-11-14T22:32:02.805Z | Downloaded argon2 v0.5.2 |
1089 | 2023-11-14T22:32:02.808Z | Downloaded serde_tokenstream v0.2.0 |
1090 | 2023-11-14T22:32:02.814Z | Downloaded serde_tokenstream v0.1.7 |
1091 | 2023-11-14T22:32:02.818Z | Downloaded scopeguard v1.2.0 |
1092 | 2023-11-14T22:32:02.822Z | Downloaded zone v0.3.0 |
1093 | 2023-11-14T22:32:02.825Z | Downloaded postgres-types v0.2.6 |
1094 | 2023-11-14T22:32:02.829Z | Downloaded pkcs8 v0.10.2 |
1095 | 2023-11-14T22:32:02.832Z | Downloaded crypto-common v0.1.6 |
1096 | 2023-11-14T22:32:02.854Z | Downloaded ed25519 v2.2.2 |
1097 | 2023-11-14T22:32:02.858Z | Downloaded multer v2.1.0 |
1098 | 2023-11-14T22:32:02.861Z | Downloaded der v0.7.8 |
1099 | 2023-11-14T22:32:02.866Z | Downloaded foreign-types-macros v0.2.3 |
1100 | 2023-11-14T22:32:02.869Z | Downloaded anyhow v1.0.75 |
1101 | 2023-11-14T22:32:02.872Z | Downloaded ansi_term v0.12.1 |
1102 | 2023-11-14T22:32:02.875Z | Downloaded slog-async v2.8.0 |
1103 | 2023-11-14T22:32:02.882Z | Downloaded fixedbitset v0.4.2 |
1104 | 2023-11-14T22:32:02.887Z | Downloaded usdt v0.3.5 |
1105 | 2023-11-14T22:32:02.894Z | Downloaded parking_lot_core v0.9.8 |
1106 | 2023-11-14T22:32:02.899Z | Downloaded num-rational v0.4.1 |
1107 | 2023-11-14T22:32:02.905Z | Downloaded postcard v0.7.3 |
1108 | 2023-11-14T22:32:02.912Z | Downloaded xattr v1.0.1 |
1109 | 2023-11-14T22:32:02.918Z | Downloaded version_check v0.9.4 |
1110 | 2023-11-14T22:32:02.925Z | Downloaded deranged v0.3.8 |
1111 | 2023-11-14T22:32:02.934Z | Downloaded cipher v0.4.4 |
1112 | 2023-11-14T22:32:02.942Z | Downloaded tracing-attributes v0.1.26 |
1113 | 2023-11-14T22:32:02.950Z | Downloaded pest_generator v2.7.2 |
1114 | 2023-11-14T22:32:02.961Z | Downloaded omicron-zone-package v0.8.3 |
1115 | 2023-11-14T22:32:02.971Z | Downloaded num_cpus v1.16.0 |
1116 | 2023-11-14T22:32:02.979Z | Downloaded num-complex v0.4.4 |
1117 | 2023-11-14T22:32:02.985Z | Downloaded ppv-lite86 v0.2.17 |
1118 | 2023-11-14T22:32:02.990Z | Downloaded rand_chacha v0.3.1 |
1119 | 2023-11-14T22:32:02.998Z | Downloaded r2d2 v0.8.10 |
1120 | 2023-11-14T22:32:03.008Z | Downloaded parking_lot_core v0.8.6 |
1121 | 2023-11-14T22:32:03.015Z | Downloaded mime_guess v2.0.4 |
1122 | 2023-11-14T22:32:03.022Z | Downloaded camino-tempfile v1.0.2 |
1123 | 2023-11-14T22:32:03.037Z | Downloaded camino v1.1.6 |
1124 | 2023-11-14T22:32:03.042Z | Downloaded base16ct v0.2.0 |
1125 | 2023-11-14T22:32:03.048Z | Downloaded async-stream v0.3.5 |
1126 | 2023-11-14T22:32:03.121Z | Downloaded instant v0.1.12 |
1127 | 2023-11-14T22:32:03.128Z | Downloaded polyval v0.6.1 |
1128 | 2023-11-14T22:32:03.143Z | Downloaded pkg-config v0.3.27 |
1129 | 2023-11-14T22:32:03.573Z | Downloaded bcrypt-pbkdf v0.10.0 |
1130 | 2023-11-14T22:32:03.593Z | Downloaded ciborium-ll v0.2.1 |
1131 | 2023-11-14T22:32:04.047Z | Downloaded bitflags v1.3.2 |
1132 | 2023-11-14T22:32:04.055Z | Downloaded bit-set v0.5.3 |
1133 | 2023-11-14T22:32:04.064Z | Downloaded autocfg v1.1.0 |
1134 | 2023-11-14T22:32:04.075Z | Downloaded adler v1.0.2 |
1135 | 2023-11-14T22:32:04.083Z | Downloaded anstream v0.5.0 |
1136 | 2023-11-14T22:32:04.096Z | Downloaded foreign-types-shared v0.3.1 |
1137 | 2023-11-14T22:32:04.103Z | Downloaded once_cell v1.18.0 |
1138 | 2023-11-14T22:32:04.107Z | Downloaded cpufeatures v0.2.9 |
1139 | 2023-11-14T22:32:04.136Z | Downloaded anstyle-query v1.0.0 |
1140 | 2023-11-14T22:32:04.143Z | Downloaded foreign-types-shared v0.1.1 |
1141 | 2023-11-14T22:32:04.149Z | Downloaded pin-utils v0.1.0 |
1142 | 2023-11-14T22:32:04.153Z | Downloaded toolchain_find v0.2.0 |
1143 | 2023-11-14T22:32:04.159Z | Downloaded cfg-if v1.0.0 |
1144 | 2023-11-14T22:32:04.163Z | Downloaded convert_case v0.4.0 |
1145 | 2023-11-14T22:32:04.169Z | Downloaded cbc v0.1.2 |
1146 | 2023-11-14T22:32:04.174Z | Downloaded rand_core v0.6.4 |
1147 | 2023-11-14T22:32:04.179Z | Downloaded paste v1.0.14 |
1148 | 2023-11-14T22:32:04.186Z | Downloaded byteorder v1.5.0 |
1149 | 2023-11-14T22:32:04.193Z | Downloaded async-stream-impl v0.3.5 |
1150 | 2023-11-14T22:32:04.198Z | Downloaded pbkdf2 v0.12.2 |
1151 | 2023-11-14T22:32:04.203Z | Downloaded pbkdf2 v0.11.0 |
1152 | 2023-11-14T22:32:04.207Z | Downloaded new_debug_unreachable v1.0.4 |
1153 | 2023-11-14T22:32:04.212Z | Downloaded block-buffer v0.10.4 |
1154 | 2023-11-14T22:32:04.218Z | Downloaded chacha20 v0.9.1 |
1155 | 2023-11-14T22:32:04.224Z | Downloaded rand_core v0.5.1 |
1156 | 2023-11-14T22:32:04.229Z | Downloaded quote v1.0.33 |
1157 | 2023-11-14T22:32:04.234Z | Downloaded proc-macro2 v1.0.69 |
1158 | 2023-11-14T22:32:04.239Z | Downloaded openssl-sys v0.9.93 |
1159 | 2023-11-14T22:32:04.245Z | Downloaded atty v0.2.14 |
1160 | 2023-11-14T22:32:04.250Z | Downloaded anstyle v1.0.2 |
1161 | 2023-11-14T22:32:04.255Z | Downloaded atomicwrites v0.4.2 |
1162 | 2023-11-14T22:32:04.260Z | Downloaded russh v0.39.0 |
1163 | 2023-11-14T22:32:04.270Z | Downloaded pin-project-lite v0.2.13 |
1164 | 2023-11-14T22:32:04.276Z | Downloaded phf_shared v0.11.2 |
1165 | 2023-11-14T22:32:04.283Z | Downloaded pem v3.0.2 |
1166 | 2023-11-14T22:32:04.288Z | Downloaded parking_lot v0.11.2 |
1167 | 2023-11-14T22:32:04.293Z | Downloaded num-derive v0.4.0 |
1168 | 2023-11-14T22:32:04.298Z | Downloaded difflib v0.4.0 |
1169 | 2023-11-14T22:32:04.304Z | Downloaded ctr v0.9.2 |
1170 | 2023-11-14T22:32:04.309Z | Downloaded crossbeam-utils v0.8.16 |
1171 | 2023-11-14T22:32:04.314Z | Downloaded parse-display v0.8.2 |
1172 | 2023-11-14T22:32:04.321Z | Downloaded poly1305 v0.8.0 |
1173 | 2023-11-14T22:32:04.325Z | Downloaded darling v0.20.3 |
1174 | 2023-11-14T22:32:04.330Z | Downloaded parse-display-derive v0.8.2 |
1175 | 2023-11-14T22:32:04.337Z | Downloaded num_enum_derive v0.5.11 |
1176 | 2023-11-14T22:32:04.343Z | Downloaded dirs v5.0.1 |
1177 | 2023-11-14T22:32:04.349Z | Downloaded proc-macro-error-attr v1.0.4 |
1178 | 2023-11-14T22:32:04.357Z | Downloaded predicates-core v1.0.6 |
1179 | 2023-11-14T22:32:04.367Z | Downloaded predicates v3.0.4 |
1180 | 2023-11-14T22:32:04.374Z | Downloaded russh-keys v0.38.0 |
1181 | 2023-11-14T22:32:04.381Z | Downloaded digest v0.10.7 |
1182 | 2023-11-14T22:32:04.390Z | Downloaded data-encoding v2.4.0 |
1183 | 2023-11-14T22:32:04.396Z | Downloaded colored v2.0.4 |
1184 | 2023-11-14T22:32:04.403Z | Downloaded openssl-macros v0.1.1 |
1185 | 2023-11-14T22:32:04.410Z | Downloaded opaque-debug v0.3.0 |
1186 | 2023-11-14T22:32:04.415Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1187 | 2023-11-14T22:32:04.422Z | Downloaded debug-ignore v1.0.5 |
1188 | 2023-11-14T22:32:04.426Z | Downloaded phf_shared v0.10.0 |
1189 | 2023-11-14T22:32:04.430Z | Downloaded option-ext v0.2.0 |
1190 | 2023-11-14T22:32:04.433Z | Downloaded dirs-sys v0.4.1 |
1191 | 2023-11-14T22:32:04.437Z | Downloaded dirs-next v2.0.0 |
1192 | 2023-11-14T22:32:04.440Z | Downloaded darling_macro v0.20.3 |
1193 | 2023-11-14T22:32:04.444Z | Downloaded dtrace-parser v0.1.14 |
1194 | 2023-11-14T22:32:04.458Z | Downloaded dof v0.1.5 |
1195 | 2023-11-14T22:32:04.470Z | Downloaded dirs-sys-next v0.1.2 |
1196 | 2023-11-14T22:32:04.894Z | Downloaded openssl-probe v0.1.5 |
1197 | 2023-11-14T22:32:04.903Z | Downloaded num v0.4.1 |
1198 | 2023-11-14T22:32:04.907Z | Downloaded crucible-workspace-hack v0.1.0 |
1199 | 2023-11-14T22:32:04.915Z | Downloaded const-oid v0.9.5 |
1200 | 2023-11-14T22:32:04.922Z | Downloaded console v0.15.7 |
1201 | 2023-11-14T22:32:04.930Z | Downloaded clap_lex v0.5.1 |
1202 | 2023-11-14T22:32:04.938Z | Downloaded aead v0.5.2 |
1203 | 2023-11-14T22:32:04.950Z | Compiling proc-macro2 v1.0.69 |
1204 | 2023-11-14T22:32:04.966Z | Compiling unicode-ident v1.0.12 |
1205 | 2023-11-14T22:32:04.981Z | Compiling libc v0.2.150 |
1206 | 2023-11-14T22:32:04.993Z | Compiling serde v1.0.192 |
1207 | 2023-11-14T22:32:05.010Z | Compiling autocfg v1.1.0 |
1208 | 2023-11-14T22:32:05.023Z | Compiling version_check v0.9.4 |
1209 | 2023-11-14T22:32:05.033Z | Compiling cfg-if v1.0.0 |
1210 | 2023-11-14T22:32:05.043Z | Compiling syn v1.0.109 |
1211 | 2023-11-14T22:32:05.049Z | Compiling typenum v1.16.0 |
1212 | 2023-11-14T22:32:05.054Z | Compiling once_cell v1.18.0 |
1213 | 2023-11-14T22:32:05.058Z | Compiling parking_lot_core v0.9.8 |
1214 | 2023-11-14T22:32:05.063Z | Compiling generic-array v0.14.7 |
1215 | 2023-11-14T22:32:05.067Z | Compiling lock_api v0.4.10 |
1216 | 2023-11-14T22:32:05.073Z | Compiling libm v0.2.7 |
1217 | 2023-11-14T22:32:05.077Z | Compiling thiserror v1.0.49 |
1218 | 2023-11-14T22:32:05.080Z | Compiling num-traits v0.2.16 |
1219 | 2023-11-14T22:32:05.084Z | Compiling futures-core v0.3.29 |
1220 | 2023-11-14T22:32:05.087Z | Compiling itoa v1.0.9 |
1221 | 2023-11-14T22:32:05.090Z | Compiling memchr v2.6.3 |
1222 | 2023-11-14T22:32:05.094Z | Compiling serde_json v1.0.108 |
1223 | 2023-11-14T22:32:05.097Z | Compiling log v0.4.20 |
1224 | 2023-11-14T22:32:05.103Z | Compiling slab v0.4.9 |
1225 | 2023-11-14T22:32:05.108Z | Compiling futures-task v0.3.29 |
1226 | 2023-11-14T22:32:05.116Z | Compiling quote v1.0.33 |
1227 | 2023-11-14T22:32:05.120Z | Compiling futures-channel v0.3.29 |
1228 | 2023-11-14T22:32:05.125Z | Compiling futures-util v0.3.29 |
1229 | 2023-11-14T22:32:05.131Z | Compiling scopeguard v1.2.0 |
1230 | 2023-11-14T22:32:05.134Z | Compiling syn v2.0.32 |
1231 | 2023-11-14T22:32:05.161Z | Compiling getrandom v0.2.10 |
1232 | 2023-11-14T22:32:05.165Z | Compiling cc v1.0.83 |
1233 | 2023-11-14T22:32:05.169Z | Compiling smallvec v1.11.0 |
1234 | 2023-11-14T22:32:05.341Z | Compiling rand_core v0.6.4 |
1235 | 2023-11-14T22:32:05.682Z | Compiling ryu v1.0.15 |
1236 | 2023-11-14T22:32:05.745Z | Compiling pin-project-lite v0.2.13 |
1237 | 2023-11-14T22:32:05.926Z | Compiling heck v0.4.1 |
1238 | 2023-11-14T22:32:06.259Z | Compiling signal-hook-registry v1.4.1 |
1239 | 2023-11-14T22:32:07.229Z | Compiling parking_lot v0.12.1 |
1240 | 2023-11-14T22:32:07.429Z | Compiling pkg-config v0.3.27 |
1241 | 2023-11-14T22:32:07.704Z | Compiling schemars v0.8.13 |
1242 | 2023-11-14T22:32:08.223Z | Compiling mio v0.8.8 |
1243 | 2023-11-14T22:32:08.282Z | Compiling subtle v2.5.0 |
1244 | 2023-11-14T22:32:08.712Z | Compiling hashbrown v0.14.2 |
1245 | 2023-11-14T22:32:08.894Z | Compiling equivalent v1.0.1 |
1246 | 2023-11-14T22:32:09.054Z | Compiling socket2 v0.5.4 |
1247 | 2023-11-14T22:32:09.187Z | Compiling num_cpus v1.16.0 |
1248 | 2023-11-14T22:32:09.348Z | Compiling spin v0.5.2 |
1249 | 2023-11-14T22:32:09.575Z | Compiling fnv v1.0.7 |
1250 | 2023-11-14T22:32:09.701Z | Compiling httparse v1.8.0 |
1251 | 2023-11-14T22:32:09.757Z | Compiling byteorder v1.5.0 |
1252 | 2023-11-14T22:32:10.156Z | Compiling iana-time-zone v0.1.57 |
1253 | 2023-11-14T22:32:10.300Z | Compiling ring v0.16.20 |
1254 | 2023-11-14T22:32:10.331Z | Compiling indexmap v1.9.3 |
1255 | 2023-11-14T22:32:10.481Z | Compiling futures-sink v0.3.29 |
1256 | 2023-11-14T22:32:10.667Z | Compiling ring v0.17.5 |
1257 | 2023-11-14T22:32:10.700Z | Compiling vcpkg v0.2.15 |
1258 | 2023-11-14T22:32:11.251Z | Compiling pin-utils v0.1.0 |
1259 | 2023-11-14T22:32:11.324Z | Compiling futures-io v0.3.29 |
1260 | 2023-11-14T22:32:11.383Z | Compiling semver v1.0.20 |
1261 | 2023-11-14T22:32:11.457Z | Compiling dyn-clone v1.0.13 |
1262 | 2023-11-14T22:32:11.803Z | Compiling ahash v0.8.3 |
1263 | 2023-11-14T22:32:11.846Z | Compiling tracing-core v0.1.31 |
1264 | 2023-11-14T22:32:12.192Z | Compiling tinyvec_macros v0.1.1 |
1265 | 2023-11-14T22:32:12.285Z | Compiling const-oid v0.9.5 |
1266 | 2023-11-14T22:32:12.312Z | Compiling async-trait v0.1.74 |
1267 | 2023-11-14T22:32:13.210Z | Compiling tinyvec v1.6.0 |
1268 | 2023-11-14T22:32:13.346Z | Compiling openssl-sys v0.9.93 |
1269 | 2023-11-14T22:32:14.177Z | Compiling ucd-trie v0.1.6 |
1270 | 2023-11-14T22:32:14.898Z | Compiling openssl v0.10.57 |
1271 | 2023-11-14T22:32:14.982Z | Compiling rustls v0.21.8 |
1272 | 2023-11-14T22:32:15.116Z | Compiling winnow v0.5.15 |
1273 | 2023-11-14T22:32:15.412Z | Compiling unicode-normalization v0.1.22 |
1274 | 2023-11-14T22:32:15.500Z | Compiling unicode-bidi v0.3.13 |
1275 | 2023-11-14T22:32:15.535Z | Compiling time-core v0.1.1 |
1276 | 2023-11-14T22:32:15.790Z | Compiling serde_derive_internals v0.26.0 |
1277 | 2023-11-14T22:32:17.255Z | Compiling time-macros v0.2.13 |
1278 | 2023-11-14T22:32:17.426Z | Compiling cpufeatures v0.2.9 |
1279 | 2023-11-14T22:32:17.562Z | Compiling native-tls v0.2.11 |
1280 | 2023-11-14T22:32:18.186Z | Compiling aho-corasick v1.0.4 |
1281 | 2023-11-14T22:32:18.768Z | Compiling rustix v0.38.9 |
1282 | 2023-11-14T22:32:19.527Z | Compiling percent-encoding v2.3.0 |
1283 | 2023-11-14T22:32:19.734Z | Compiling slog v2.7.0 |
1284 | 2023-11-14T22:32:19.761Z | Compiling regex-syntax v0.8.2 |
1285 | 2023-11-14T22:32:20.279Z | Compiling backtrace v0.3.69 |
1286 | 2023-11-14T22:32:20.502Z | Compiling form_urlencoded v1.2.0 |
1287 | 2023-11-14T22:32:20.959Z | Compiling lazy_static v1.4.0 |
1288 | 2023-11-14T22:32:21.114Z | Compiling spin v0.9.8 |
1289 | 2023-11-14T22:32:21.457Z | Compiling base64 v0.21.5 |
1290 | 2023-11-14T22:32:21.677Z | Compiling ppv-lite86 v0.2.17 |
1291 | 2023-11-14T22:32:21.760Z | Compiling hashbrown v0.13.2 |
1292 | 2023-11-14T22:32:22.316Z | Compiling anyhow v1.0.75 |
1293 | 2023-11-14T22:32:22.780Z | Compiling unicode-width v0.1.11 |
1294 | 2023-11-14T22:32:22.952Z | Compiling idna v0.4.0 |
1295 | 2023-11-14T22:32:23.285Z | Compiling errno v0.3.2 |
1296 | 2023-11-14T22:32:23.561Z | Compiling rand_chacha v0.3.1 |
1297 | 2023-11-14T22:32:23.589Z | Compiling socket2 v0.4.9 |
1298 | 2023-11-14T22:32:24.173Z | Compiling hashbrown v0.12.3 |
1299 | 2023-11-14T22:32:25.431Z | Compiling url v2.4.1 |
1300 | 2023-11-14T22:32:25.444Z | Compiling untrusted v0.7.1 |
1301 | 2023-11-14T22:32:25.750Z | Compiling rand v0.8.5 |
1302 | 2023-11-14T22:32:25.936Z | Compiling regex-automata v0.4.3 |
1303 | 2023-11-14T22:32:27.555Z | Compiling num-integer v0.1.45 |
1304 | 2023-11-14T22:32:28.003Z | Compiling httpdate v1.0.3 |
1305 | 2023-11-14T22:32:28.397Z | Compiling untrusted v0.9.0 |
1306 | 2023-11-14T22:32:28.509Z | Compiling try-lock v0.2.4 |
1307 | 2023-11-14T22:32:28.659Z | Compiling adler v1.0.2 |
1308 | 2023-11-14T22:32:28.713Z | Compiling want v0.3.1 |
1309 | 2023-11-14T22:32:28.977Z | Compiling serde_derive v1.0.192 |
1310 | 2023-11-14T22:32:29.003Z | Compiling zeroize_derive v1.4.2 |
1311 | 2023-11-14T22:32:29.153Z | Compiling thiserror-impl v1.0.49 |
1312 | 2023-11-14T22:32:29.474Z | Compiling tokio-macros v2.1.0 |
1313 | 2023-11-14T22:32:31.372Z | Compiling futures-macro v0.3.29 |
1314 | 2023-11-14T22:32:31.839Z | Compiling tracing-attributes v0.1.26 |
1315 | 2023-11-14T22:32:32.047Z | Compiling zeroize v1.6.0 |
1316 | 2023-11-14T22:32:32.116Z | Compiling schemars_derive v0.8.13 |
1317 | 2023-11-14T22:32:33.945Z | Compiling pest v2.7.2 |
1318 | 2023-11-14T22:32:34.803Z | Compiling crypto-common v0.1.6 |
1319 | 2023-11-14T22:32:35.102Z | Compiling block-buffer v0.10.4 |
1320 | 2023-11-14T22:32:35.474Z | Compiling digest v0.10.7 |
1321 | 2023-11-14T22:32:36.113Z | Compiling openssl-macros v0.1.1 |
1322 | 2023-11-14T22:32:37.020Z | Compiling regex v1.10.2 |
1323 | 2023-11-14T22:32:37.297Z | Compiling tracing v0.1.37 |
1324 | 2023-11-14T22:32:37.301Z | Compiling miniz_oxide v0.7.1 |
1325 | 2023-11-14T22:32:38.181Z | Compiling foreign-types-shared v0.1.1 |
1326 | 2023-11-14T22:32:38.355Z | Compiling openssl-probe v0.1.5 |
1327 | 2023-11-14T22:32:38.995Z | Compiling mime v0.3.17 |
1328 | 2023-11-14T22:32:38.999Z | Compiling tower-service v0.3.2 |
1329 | 2023-11-14T22:32:39.015Z | Compiling unicode-xid v0.2.4 |
1330 | 2023-11-14T22:32:39.051Z | Compiling crc32fast v1.3.2 |
1331 | 2023-11-14T22:32:39.266Z | Compiling synstructure v0.12.6 |
1332 | 2023-11-14T22:32:39.508Z | Compiling foreign-types v0.3.2 |
1333 | 2023-11-14T22:32:39.643Z | Compiling rustls-webpki v0.101.7 |
1334 | 2023-11-14T22:32:39.811Z | Compiling sct v0.7.0 |
1335 | 2023-11-14T22:32:40.014Z | Compiling crossbeam-utils v0.8.16 |
1336 | 2023-11-14T22:32:40.284Z | Compiling ipnet v2.8.0 |
1337 | 2023-11-14T22:32:40.758Z | Compiling pest_meta v2.7.2 |
1338 | 2023-11-14T22:32:41.858Z | Compiling zerocopy-derive v0.2.0 |
1339 | 2023-11-14T22:32:42.426Z | Compiling rustls-pemfile v1.0.3 |
1340 | 2023-11-14T22:32:43.014Z | Compiling gimli v0.28.0 |
1341 | 2023-11-14T22:32:43.416Z | Compiling pest_generator v2.7.2 |
1342 | 2023-11-14T22:32:44.958Z | Compiling object v0.32.1 |
1343 | 2023-11-14T22:32:45.287Z | Compiling encoding_rs v0.8.33 |
1344 | 2023-11-14T22:32:46.422Z | Compiling rustc-demangle v0.1.23 |
1345 | 2023-11-14T22:32:48.171Z | Compiling bitflags v1.3.2 |
1346 | 2023-11-14T22:32:48.307Z | Compiling pest_derive v2.7.2 |
1347 | 2023-11-14T22:32:49.437Z | Compiling rustls-native-certs v0.6.3 |
1348 | 2023-11-14T22:32:50.091Z | Compiling addr2line v0.21.0 |
1349 | 2023-11-14T22:32:51.385Z | Compiling usdt-impl v0.3.5 |
1350 | 2023-11-14T22:32:51.900Z | Compiling bytes v1.5.0 |
1351 | 2023-11-14T22:32:52.237Z | Compiling indexmap v2.1.0 |
1352 | 2023-11-14T22:32:52.501Z | Compiling chrono v0.4.31 |
1353 | 2023-11-14T22:32:53.463Z | Compiling tokio v1.33.0 |
1354 | 2023-11-14T22:32:53.521Z | Compiling uuid v1.5.0 |
1355 | 2023-11-14T22:32:53.988Z | Compiling http v0.2.9 |
1356 | 2023-11-14T22:32:54.340Z | Compiling bitflags v2.4.0 |
1357 | 2023-11-14T22:32:54.990Z | Compiling toml_datetime v0.6.5 |
1358 | 2023-11-14T22:32:55.704Z | Compiling serde_spanned v0.6.4 |
1359 | 2023-11-14T22:32:55.975Z | Compiling toml_edit v0.19.15 |
1360 | 2023-11-14T22:32:56.065Z | Compiling rustc_version v0.4.0 |
1361 | 2023-11-14T22:32:57.113Z | Compiling http-body v0.4.5 |
1362 | 2023-11-14T22:32:57.176Z | Compiling openapiv3 v2.0.0-rc.1 |
1363 | 2023-11-14T22:33:05.344Z | Compiling serde_urlencoded v0.7.1 |
1364 | 2023-11-14T22:33:05.478Z | Compiling io-lifetimes v1.0.11 |
1365 | 2023-11-14T22:33:05.514Z | Compiling deranged v0.3.8 |
1366 | 2023-11-14T22:33:05.531Z | Compiling webpki-roots v0.25.2 |
1367 | 2023-11-14T22:33:05.635Z | Compiling num_threads v0.1.6 |
1368 | 2023-11-14T22:33:05.693Z | Compiling serde_tokenstream v0.2.0 |
1369 | 2023-11-14T22:33:05.850Z | Compiling zerocopy v0.3.0 |
1370 | 2023-11-14T22:33:06.003Z | Compiling block-padding v0.3.3 |
1371 | 2023-11-14T22:33:06.056Z | Compiling dtrace-parser v0.1.14 |
1372 | 2023-11-14T22:33:06.078Z | Compiling inout v0.1.3 |
1373 | 2023-11-14T22:33:06.170Z | Compiling tokio-util v0.7.10 |
1374 | 2023-11-14T22:33:06.257Z | Compiling tokio-rustls v0.24.1 |
1375 | 2023-11-14T22:33:06.715Z | Compiling dof v0.1.5 |
1376 | 2023-11-14T22:33:06.903Z | Compiling time v0.3.27 |
1377 | 2023-11-14T22:33:08.040Z | Compiling h2 v0.3.21 |
1378 | 2023-11-14T22:33:08.649Z | Compiling thread-id v4.2.0 |
1379 | 2023-11-14T22:33:08.811Z | Compiling tokio-native-tls v0.3.1 |
1380 | 2023-11-14T22:33:08.995Z | Compiling num-bigint v0.4.4 |
1381 | 2023-11-14T22:33:09.108Z | Compiling rustix v0.37.23 |
1382 | 2023-11-14T22:33:09.203Z | Compiling rustversion v1.0.14 |
1383 | 2023-11-14T22:33:10.121Z | Compiling cipher v0.4.4 |
1384 | 2023-11-14T22:33:10.184Z | Compiling serde_tokenstream v0.1.7 |
1385 | 2023-11-14T22:33:10.210Z | Compiling zerocopy-derive v0.6.4 |
1386 | 2023-11-14T22:33:10.844Z | Compiling regress v0.7.1 |
1387 | 2023-11-14T22:33:10.954Z | Compiling data-encoding v2.4.0 |
1388 | 2023-11-14T22:33:12.867Z | Compiling flate2 v1.0.28 |
1389 | 2023-11-14T22:33:13.450Z | Compiling toml_edit v0.21.0 |
1390 | 2023-11-14T22:33:14.460Z | Compiling hmac v0.12.1 |
1391 | 2023-11-14T22:33:15.044Z | Compiling strsim v0.10.0 |
1392 | 2023-11-14T22:33:15.161Z | Compiling strum_macros v0.25.2 |
1393 | 2023-11-14T22:33:15.409Z | Compiling usdt-attr-macro v0.3.5 |
1394 | 2023-11-14T22:33:16.196Z | Compiling usdt-macro v0.3.5 |
1395 | 2023-11-14T22:33:16.678Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1396 | 2023-11-14T22:33:18.191Z | Compiling sha2 v0.10.8 |
1397 | 2023-11-14T22:33:18.832Z | Compiling enum-as-inner v0.5.1 |
1398 | 2023-11-14T22:33:19.039Z | Compiling toml v0.7.8 |
1399 | 2023-11-14T22:33:19.600Z | Compiling hyper v0.14.27 |
1400 | 2023-11-14T22:33:20.676Z | Compiling heapless v0.7.16 |
1401 | 2023-11-14T22:33:20.700Z | Compiling futures-executor v0.3.29 |
1402 | 2023-11-14T22:33:21.358Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1403 | 2023-11-14T22:33:21.361Z | Compiling memoffset v0.9.0 |
1404 | 2023-11-14T22:33:21.869Z | Compiling signal-hook v0.3.17 |
1405 | 2023-11-14T22:33:22.035Z | Compiling unicode-segmentation v1.10.1 |
1406 | 2023-11-14T22:33:22.208Z | Compiling managed v0.8.0 |
1407 | 2023-11-14T22:33:23.048Z | Compiling futures v0.3.29 |
1408 | 2023-11-14T22:33:23.428Z | Compiling ipnetwork v0.20.0 |
1409 | 2023-11-14T22:33:23.508Z | Compiling getopts v0.2.21 |
1410 | 2023-11-14T22:33:23.944Z | Compiling num-iter v0.1.43 |
1411 | 2023-11-14T22:33:23.955Z | Compiling crossbeam-epoch v0.9.15 |
1412 | 2023-11-14T22:33:24.007Z | Compiling smoltcp v0.9.1 |
1413 | 2023-11-14T22:33:24.202Z | Compiling bit-vec v0.6.3 |
1414 | 2023-11-14T22:33:24.877Z | Compiling anstyle v1.0.2 |
1415 | 2023-11-14T22:33:24.910Z | Compiling matches v0.1.10 |
1416 | 2023-11-14T22:33:24.940Z | Compiling utf8parse v0.2.1 |
1417 | 2023-11-14T22:33:25.041Z | Compiling unsafe-libyaml v0.2.9 |
1418 | 2023-11-14T22:33:25.183Z | Compiling siphasher v0.3.11 |
1419 | 2023-11-14T22:33:25.239Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1420 | 2023-11-14T22:33:25.589Z | Compiling anstyle-parse v0.2.1 |
1421 | 2023-11-14T22:33:25.817Z | Compiling idna v0.2.3 |
1422 | 2023-11-14T22:33:26.604Z | Compiling zerocopy v0.6.4 |
1423 | 2023-11-14T22:33:27.127Z | Compiling signature v2.1.0 |
1424 | 2023-11-14T22:33:27.456Z | Compiling serde_yaml v0.9.25 |
1425 | 2023-11-14T22:33:27.907Z | Compiling hubpack_derive v0.1.1 |
1426 | 2023-11-14T22:33:28.124Z | Compiling clap_derive v4.4.2 |
1427 | 2023-11-14T22:33:28.604Z | Compiling colorchoice v1.0.0 |
1428 | 2023-11-14T22:33:28.830Z | Compiling anstyle-query v1.0.0 |
1429 | 2023-11-14T22:33:28.879Z | Compiling either v1.9.0 |
1430 | 2023-11-14T22:33:29.196Z | Compiling anstream v0.5.0 |
1431 | 2023-11-14T22:33:29.223Z | Compiling terminal_size v0.2.6 |
1432 | 2023-11-14T22:33:29.397Z | Compiling trust-dns-proto v0.22.0 |
1433 | 2023-11-14T22:33:29.482Z | Compiling usdt v0.3.5 |
1434 | 2023-11-14T22:33:30.333Z | Compiling md-5 v0.10.5 |
1435 | 2023-11-14T22:33:30.681Z | Compiling stringprep v0.1.3 |
1436 | 2023-11-14T22:33:30.979Z | Compiling yasna v0.5.2 |
1437 | 2023-11-14T22:33:32.366Z | Compiling hyper-rustls v0.24.2 |
1438 | 2023-11-14T22:33:32.815Z | Compiling hyper-tls v0.5.0 |
1439 | 2023-11-14T22:33:33.239Z | Compiling reqwest v0.11.22 |
1440 | 2023-11-14T22:33:33.337Z | Compiling diesel_table_macro_syntax v0.1.0 |
1441 | 2023-11-14T22:33:33.672Z | Compiling hash32 v0.2.1 |
1442 | 2023-11-14T22:33:33.917Z | Compiling stable_deref_trait v1.2.0 |
1443 | 2023-11-14T22:33:34.061Z | Compiling clap_lex v0.5.1 |
1444 | 2023-11-14T22:33:34.112Z | Compiling fallible-iterator v0.2.0 |
1445 | 2023-11-14T22:33:34.878Z | Compiling clap_builder v4.4.2 |
1446 | 2023-11-14T22:33:35.254Z | Compiling postgres-protocol v0.6.6 |
1447 | 2023-11-14T22:33:35.871Z | Compiling diesel_derives v2.1.1 |
1448 | 2023-11-14T22:33:36.788Z | Compiling phf_shared v0.11.2 |
1449 | 2023-11-14T22:33:37.644Z | Compiling tokio-stream v0.1.14 |
1450 | 2023-11-14T22:33:37.667Z | Compiling hex v0.4.3 |
1451 | 2023-11-14T22:33:38.687Z | Compiling serde_repr v0.1.16 |
1452 | 2023-11-14T22:33:39.199Z | Compiling scheduled-thread-pool v0.2.7 |
1453 | 2023-11-14T22:33:39.235Z | Compiling regex-automata v0.1.10 |
1454 | 2023-11-14T22:33:40.035Z | Compiling bstr v0.2.17 |
1455 | 2023-11-14T22:33:40.163Z | Compiling r2d2 v0.8.10 |
1456 | 2023-11-14T22:33:40.437Z | Compiling signal-hook-mio v0.2.3 |
1457 | 2023-11-14T22:33:40.754Z | Compiling bzip2 v0.4.4 |
1458 | 2023-11-14T22:33:41.386Z | Compiling clap v4.4.3 |
1459 | 2023-11-14T22:33:41.588Z | Compiling phf v0.11.2 |
1460 | 2023-11-14T22:33:42.033Z | Compiling postgres-types v0.2.6 |
1461 | 2023-11-14T22:33:42.535Z | Compiling itertools v0.10.5 |
1462 | 2023-11-14T22:33:43.641Z | Compiling itertools v0.11.0 |
1463 | 2023-11-14T22:33:44.559Z | Compiling hubpack v0.1.2 |
1464 | 2023-11-14T22:33:45.845Z | Compiling phf_shared v0.10.0 |
1465 | 2023-11-14T22:33:46.119Z | Compiling float-cmp v0.9.0 |
1466 | 2023-11-14T22:33:46.486Z | Compiling precomputed-hash v0.1.1 |
1467 | 2023-11-14T22:33:46.648Z | Compiling fixedbitset v0.4.2 |
1468 | 2023-11-14T22:33:47.265Z | Compiling static_assertions v1.1.0 |
1469 | 2023-11-14T22:33:47.403Z | Compiling new_debug_unreachable v1.0.4 |
1470 | 2023-11-14T22:33:47.429Z | Compiling difflib v0.4.0 |
1471 | 2023-11-14T22:33:47.541Z | Compiling whoami v1.4.1 |
1472 | 2023-11-14T22:33:48.527Z | Compiling predicates-core v1.0.6 |
1473 | 2023-11-14T22:33:48.553Z | Compiling normalize-line-endings v0.3.0 |
1474 | 2023-11-14T22:33:48.714Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1475 | 2023-11-14T22:33:49.142Z | Compiling regex-automata v0.3.8 |
1476 | 2023-11-14T22:33:49.150Z | Compiling predicates v3.0.4 |
1477 | 2023-11-14T22:33:50.180Z | Compiling tokio-postgres v0.7.10 |
1478 | 2023-11-14T22:33:51.454Z | Compiling string_cache v0.8.7 |
1479 | 2023-11-14T22:33:51.693Z | Compiling bstr v1.6.0 |
1480 | 2023-11-14T22:33:52.306Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1481 | 2023-11-14T22:33:52.639Z | Compiling petgraph v0.6.4 |
1482 | 2023-11-14T22:33:56.150Z | Compiling similar v2.2.1 |
1483 | 2023-11-14T22:33:56.400Z | Compiling zip v0.6.6 |
1484 | 2023-11-14T22:33:56.568Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1485 | 2023-11-14T22:33:56.649Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1486 | 2023-11-14T22:33:56.777Z | Compiling crossterm v0.27.0 |
1487 | 2023-11-14T22:33:57.295Z | Compiling bit-set v0.5.3 |
1488 | 2023-11-14T22:33:57.618Z | Compiling console v0.15.7 |
1489 | 2023-11-14T22:33:58.934Z | Compiling lalrpop-util v0.19.12 |
1490 | 2023-11-14T22:33:59.641Z | Compiling diesel v2.1.3 |
1491 | 2023-11-14T22:34:03.170Z | Compiling slog-async v2.8.0 |
1492 | 2023-11-14T22:34:03.259Z | Compiling camino v1.1.6 |
1493 | 2023-11-14T22:34:04.534Z | Compiling multer v2.1.0 |
1494 | 2023-11-14T22:34:06.640Z | Compiling async-stream-impl v0.3.5 |
1495 | 2023-11-14T22:34:07.001Z | Compiling ident_case v1.0.1 |
1496 | 2023-11-14T22:34:07.254Z | Compiling paste v1.0.14 |
1497 | 2023-11-14T22:34:07.521Z | Compiling darling_core v0.20.3 |
1498 | 2023-11-14T22:34:09.810Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1499 | 2023-11-14T22:34:10.259Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1500 | 2023-11-14T22:34:14.409Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1501 | 2023-11-14T22:34:15.120Z | Compiling structmeta-derive v0.2.0 |
1502 | 2023-11-14T22:34:16.136Z | Compiling regex-syntax v0.7.5 |
1503 | 2023-11-14T22:34:16.366Z | Compiling darling_macro v0.20.3 |
1504 | 2023-11-14T22:34:17.957Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1505 | 2023-11-14T22:34:17.961Z | Compiling darling v0.20.3 |
1506 | 2023-11-14T22:34:18.072Z | Compiling serde_with_macros v2.3.3 |
1507 | 2023-11-14T22:34:19.539Z | Compiling structmeta v0.2.0 |
1508 | 2023-11-14T22:34:22.143Z | Compiling proc-macro-crate v1.3.1 |
1509 | 2023-11-14T22:34:23.538Z | Compiling num_enum_derive v0.5.11 |
1510 | 2023-11-14T22:34:26.639Z | Compiling parse-display-derive v0.8.2 |
1511 | 2023-11-14T22:34:27.893Z | Compiling proc-macro-error-attr v1.0.4 |
1512 | 2023-11-14T22:34:32.804Z | Compiling proc-macro-error v1.0.4 |
1513 | 2023-11-14T22:34:33.872Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1514 | 2023-11-14T22:34:34.976Z | Compiling toml v0.8.8 |
1515 | 2023-11-14T22:34:36.081Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1516 | 2023-11-14T22:34:37.961Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1517 | 2023-11-14T22:34:41.026Z | Compiling foreign-types-macros v0.2.3 |
1518 | 2023-11-14T22:34:50.643Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1519 | 2023-11-14T22:34:51.076Z | Compiling crucible-workspace-hack v0.1.0 |
1520 | 2023-11-14T22:34:52.476Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1521 | 2023-11-14T22:34:57.448Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1522 | 2023-11-14T22:34:58.444Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1523 | 2023-11-14T22:35:01.911Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1524 | 2023-11-14T22:35:08.345Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1525 | 2023-11-14T22:35:08.989Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1526 | 2023-11-14T22:35:11.385Z | Compiling heck v0.3.3 |
1527 | 2023-11-14T22:35:12.103Z | Compiling libefi-sys v0.1.0 |
1528 | 2023-11-14T22:35:12.866Z | Compiling structopt-derive v0.4.18 |
1529 | 2023-11-14T22:35:15.704Z | Compiling zone_cfg_derive v0.3.0 |
1530 | 2023-11-14T22:35:18.834Z | Compiling num-derive v0.4.0 |
1531 | 2023-11-14T22:35:26.312Z | Compiling sha1 v0.10.6 |
1532 | 2023-11-14T22:35:26.713Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1533 | 2023-11-14T22:35:26.739Z | Compiling atty v0.2.14 |
1534 | 2023-11-14T22:35:26.932Z | Compiling match_cfg v0.1.0 |
1535 | 2023-11-14T22:35:27.095Z | Compiling hostname v0.3.1 |
1536 | 2023-11-14T22:35:32.391Z | Compiling dirs-sys-next v0.1.2 |
1537 | 2023-11-14T22:35:38.414Z | Compiling dirs-next v2.0.0 |
1538 | 2023-11-14T22:35:42.183Z | Compiling thread_local v1.1.7 |
1539 | 2023-11-14T22:35:42.528Z | Compiling fastrand v2.0.0 |
1540 | 2023-11-14T22:35:43.101Z | Compiling tempfile v3.8.0 |
1541 | 2023-11-14T22:35:43.433Z | Compiling term v0.7.0 |
1542 | 2023-11-14T22:35:43.476Z | Compiling crossbeam-channel v0.5.8 |
1543 | 2023-11-14T22:35:44.498Z | Compiling instant v0.1.12 |
1544 | 2023-11-14T22:35:44.551Z | Compiling take_mut v0.2.2 |
1545 | 2023-11-14T22:35:44.728Z | Compiling slog-term v2.9.0 |
1546 | 2023-11-14T22:35:45.990Z | Compiling slog-json v2.6.1 |
1547 | 2023-11-14T22:35:46.710Z | Compiling atomic-waker v1.1.1 |
1548 | 2023-11-14T22:35:46.994Z | Compiling waitgroup v0.1.2 |
1549 | 2023-11-14T22:35:47.079Z | Compiling slog-bunyan v2.4.0 |
1550 | 2023-11-14T22:35:47.177Z | Compiling async-stream v0.3.5 |
1551 | 2023-11-14T22:35:47.597Z | Compiling serde_path_to_error v0.1.14 |
1552 | 2023-11-14T22:35:47.635Z | Compiling debug-ignore v1.0.5 |
1553 | 2023-11-14T22:35:47.709Z | Compiling platforms v3.0.2 |
1554 | 2023-11-14T22:35:48.107Z | Compiling same-file v1.0.6 |
1555 | 2023-11-14T22:35:48.442Z | Compiling walkdir v2.4.0 |
1556 | 2023-11-14T22:35:49.083Z | Compiling strum v0.25.0 |
1557 | 2023-11-14T22:35:49.739Z | Compiling toml v0.5.11 |
1558 | 2023-11-14T22:35:49.746Z | Compiling semver-parser v0.10.2 |
1559 | 2023-11-14T22:35:49.752Z | Compiling xattr v1.0.1 |
1560 | 2023-11-14T22:35:49.901Z | Compiling filetime v0.2.22 |
1561 | 2023-11-14T22:35:50.476Z | Compiling tar v0.4.40 |
1562 | 2023-11-14T22:35:51.383Z | Compiling semver v0.11.0 |
1563 | 2023-11-14T22:35:51.496Z | Compiling serde_with v2.3.3 |
1564 | 2023-11-14T22:35:52.790Z | Compiling home v0.5.5 |
1565 | 2023-11-14T22:35:52.845Z | Compiling curve25519-dalek v4.1.0 |
1566 | 2023-11-14T22:35:53.141Z | Compiling toolchain_find v0.2.0 |
1567 | 2023-11-14T22:35:53.857Z | Compiling backoff v0.4.0 |
1568 | 2023-11-14T22:35:53.964Z | Compiling parse-display v0.8.2 |
1569 | 2023-11-14T22:35:54.175Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1570 | 2023-11-14T22:35:54.260Z | Compiling macaddr v1.0.1 |
1571 | 2023-11-14T22:35:54.404Z | Compiling rustfmt-wrapper v0.2.0 |
1572 | 2023-11-14T22:35:55.165Z | Compiling omicron-zone-package v0.8.3 |
1573 | 2023-11-14T22:35:56.084Z | Compiling num_enum v0.5.11 |
1574 | 2023-11-14T22:35:56.272Z | Compiling curve25519-dalek-derive v0.1.0 |
1575 | 2023-11-14T22:35:57.334Z | Compiling postcard-cobs v0.1.5-pre |
1576 | 2023-11-14T22:35:57.365Z | Compiling postcard v0.7.3 |
1577 | 2023-11-14T22:35:58.166Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1578 | 2023-11-14T22:35:58.521Z | Compiling smoltcp v0.8.2 |
1579 | 2023-11-14T22:35:58.602Z | Compiling num-rational v0.4.1 |
1580 | 2023-11-14T22:35:59.066Z | Compiling getrandom v0.1.16 |
1581 | 2023-11-14T22:35:59.700Z | Compiling convert_case v0.4.0 |
1582 | 2023-11-14T22:36:00.790Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1583 | 2023-11-14T22:36:00.940Z | Compiling cfg-if v0.1.10 |
1584 | 2023-11-14T22:36:01.074Z | Compiling foreign-types-shared v0.3.1 |
1585 | 2023-11-14T22:36:01.078Z | Compiling derive_more v0.99.17 |
1586 | 2023-11-14T22:36:01.235Z | Compiling foreign-types v0.5.0 |
1587 | 2023-11-14T22:36:02.516Z | Compiling is-terminal v0.4.9 |
1588 | 2023-11-14T22:36:02.700Z | Compiling cstr-argument v0.1.2 |
1589 | 2023-11-14T22:36:03.224Z | Compiling pretty-hex v0.2.1 |
1590 | 2023-11-14T22:36:03.462Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1591 | 2023-11-14T22:36:03.510Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1592 | 2023-11-14T22:36:03.624Z | Compiling colored v2.0.4 |
1593 | 2023-11-14T22:36:04.046Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1594 | 2023-11-14T22:36:05.198Z | Compiling textwrap v0.11.0 |
1595 | 2023-11-14T22:36:05.453Z | Compiling unicase v2.7.0 |
1596 | 2023-11-14T22:36:06.059Z | Compiling parking_lot_core v0.8.6 |
1597 | 2023-11-14T22:36:06.213Z | Compiling vec_map v0.8.2 |
1598 | 2023-11-14T22:36:06.736Z | Compiling strsim v0.8.0 |
1599 | 2023-11-14T22:36:07.030Z | Compiling ansi_term v0.12.1 |
1600 | 2023-11-14T22:36:07.787Z | Compiling clap v2.34.0 |
1601 | 2023-11-14T22:36:07.917Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1602 | 2023-11-14T22:36:11.057Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
1603 | 2023-11-14T22:36:12.224Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
1604 | 2023-11-14T22:36:13.344Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1605 | 2023-11-14T22:36:14.964Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1606 | 2023-11-14T22:36:15.874Z | Compiling structopt v0.3.26 |
1607 | 2023-11-14T22:36:16.113Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1608 | 2023-11-14T22:36:17.166Z | Compiling zone v0.3.0 |
1609 | 2023-11-14T22:36:17.639Z | Compiling smf v0.2.2 |
1610 | 2023-11-14T22:36:18.200Z | Compiling slog-dtrace v0.2.3 |
1611 | 2023-11-14T22:36:18.353Z | Compiling winapi v0.3.9 |
1612 | 2023-11-14T22:36:18.758Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1613 | 2023-11-14T22:36:19.809Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1614 | 2023-11-14T22:36:21.964Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1615 | 2023-11-14T22:36:22.593Z | Compiling thiserror-impl-no-std v2.0.2 |
1616 | 2023-11-14T22:36:23.454Z | Compiling base64ct v1.6.0 |
1617 | 2023-11-14T22:36:24.165Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1618 | 2023-11-14T22:36:24.232Z | Compiling mime_guess v2.0.4 |
1619 | 2023-11-14T22:36:24.456Z | Compiling hkdf v0.12.3 |
1620 | 2023-11-14T22:36:24.798Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1621 | 2023-11-14T22:36:25.554Z | Compiling universal-hash v0.5.1 |
1622 | 2023-11-14T22:36:25.581Z | Compiling opaque-debug v0.3.0 |
1623 | 2023-11-14T22:36:25.711Z | Compiling keccak v0.1.4 |
1624 | 2023-11-14T22:36:25.840Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1625 | 2023-11-14T22:36:26.112Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1626 | 2023-11-14T22:36:26.133Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1627 | 2023-11-14T22:36:26.334Z | Compiling sha3 v0.10.8 |
1628 | 2023-11-14T22:36:27.052Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1629 | 2023-11-14T22:36:27.425Z | Compiling secrecy v0.8.0 |
1630 | 2023-11-14T22:36:27.643Z | Compiling cancel-safe-futures v0.1.5 |
1631 | 2023-11-14T22:36:30.234Z | Compiling linked-hash-map v0.5.6 |
1632 | 2023-11-14T22:36:30.301Z | Compiling quick-error v1.2.3 |
1633 | 2023-11-14T22:36:30.476Z | Compiling resolv-conf v0.7.0 |
1634 | 2023-11-14T22:36:30.718Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1635 | 2023-11-14T22:36:30.801Z | Compiling lru-cache v0.1.2 |
1636 | 2023-11-14T22:36:31.090Z | Compiling password-hash v0.5.0 |
1637 | 2023-11-14T22:36:32.947Z | Compiling blake2 v0.10.6 |
1638 | 2023-11-14T22:36:33.498Z | Compiling aead v0.5.2 |
1639 | 2023-11-14T22:36:33.954Z | Compiling num-complex v0.4.4 |
1640 | 2023-11-14T22:36:34.559Z | Compiling ff v0.13.0 |
1641 | 2023-11-14T22:36:34.888Z | Compiling nibble_vec v0.1.0 |
1642 | 2023-11-14T22:36:35.204Z | Compiling endian-type v0.1.2 |
1643 | 2023-11-14T22:36:35.567Z | Compiling utf-8 v0.7.6 |
1644 | 2023-11-14T22:36:35.666Z | Compiling glob v0.3.1 |
1645 | 2023-11-14T22:36:35.709Z | Compiling arc-swap v1.6.0 |
1646 | 2023-11-14T22:36:36.947Z | Compiling slog-scope v4.4.0 |
1647 | 2023-11-14T22:36:37.412Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1648 | 2023-11-14T22:36:37.751Z | Compiling tungstenite v0.20.1 |
1649 | 2023-11-14T22:36:38.112Z | Compiling num v0.4.1 |
1650 | 2023-11-14T22:36:38.154Z | Compiling radix_trie v0.2.1 |
1651 | 2023-11-14T22:36:39.281Z | Compiling group v0.13.0 |
1652 | 2023-11-14T22:36:39.546Z | Compiling argon2 v0.5.2 |
1653 | 2023-11-14T22:36:39.621Z | Compiling rand_core v0.5.1 |
1654 | 2023-11-14T22:36:40.266Z | Compiling trust-dns-resolver v0.22.0 |
1655 | 2023-11-14T22:36:41.375Z | Compiling poly1305 v0.8.0 |
1656 | 2023-11-14T22:36:47.755Z | Compiling chacha20 v0.9.1 |
1657 | 2023-11-14T22:36:47.902Z | Compiling crypto-bigint v0.5.2 |
1658 | 2023-11-14T22:36:48.456Z | Compiling option-ext v0.2.0 |
1659 | 2023-11-14T22:36:48.668Z | Compiling ciborium-io v0.2.1 |
1660 | 2023-11-14T22:36:49.023Z | Compiling base16ct v0.2.0 |
1661 | 2023-11-14T22:36:49.636Z | Compiling half v1.8.2 |
1662 | 2023-11-14T22:36:50.495Z | Compiling ciborium-ll v0.2.1 |
1663 | 2023-11-14T22:36:50.910Z | Compiling elliptic-curve v0.13.5 |
1664 | 2023-11-14T22:36:51.144Z | Compiling dirs-sys v0.4.1 |
1665 | 2023-11-14T22:36:51.868Z | Compiling parking_lot v0.11.2 |
1666 | 2023-11-14T22:36:51.964Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1667 | 2023-11-14T22:36:52.063Z | Compiling rand_chacha v0.2.2 |
1668 | 2023-11-14T22:36:52.416Z | Compiling tokio-tungstenite v0.20.1 |
1669 | 2023-11-14T22:36:52.625Z | Compiling trust-dns-client v0.22.0 |
1670 | 2023-11-14T22:36:53.285Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1671 | 2023-11-14T22:36:53.578Z | Compiling slog-stdlog v4.1.1 |
1672 | 2023-11-14T22:36:54.141Z | Compiling thiserror-no-std v2.0.2 |
1673 | 2023-11-14T22:36:54.196Z | Compiling polyval v0.6.1 |
1674 | 2023-11-14T22:36:54.310Z | Compiling password-hash v0.4.2 |
1675 | 2023-11-14T22:36:55.894Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1676 | 2023-11-14T22:36:56.353Z | Compiling ed25519 v2.2.2 |
1677 | 2023-11-14T22:36:56.920Z | Compiling aes v0.8.3 |
1678 | 2023-11-14T22:36:56.994Z | Compiling ctr v0.9.2 |
1679 | 2023-11-14T22:36:57.478Z | Compiling blowfish v0.9.1 |
1680 | 2023-11-14T22:36:57.654Z | Compiling pbkdf2 v0.12.2 |
1681 | 2023-11-14T22:36:57.903Z | Compiling fxhash v0.2.1 |
1682 | 2023-11-14T22:36:58.461Z | Compiling sled v0.34.7 |
1683 | 2023-11-14T22:36:59.342Z | Compiling bcrypt-pbkdf v0.10.0 |
1684 | 2023-11-14T22:36:59.399Z | Compiling ed25519-dalek v2.0.0 |
1685 | 2023-11-14T22:37:01.432Z | Compiling pbkdf2 v0.11.0 |
1686 | 2023-11-14T22:37:01.492Z | Compiling russh-cryptovec v0.7.0 |
1687 | 2023-11-14T22:37:01.586Z | Compiling trust-dns-server v0.22.1 |
1688 | 2023-11-14T22:37:01.968Z | Compiling ghash v0.5.0 |
1689 | 2023-11-14T22:37:02.044Z | Compiling vsss-rs v3.3.1 |
1690 | 2023-11-14T22:37:02.246Z | Compiling slog-envlogger v2.2.0 |
1691 | 2023-11-14T22:37:04.208Z | Compiling rand v0.7.3 |
1692 | 2023-11-14T22:37:05.395Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1693 | 2023-11-14T22:37:09.085Z | Compiling dirs v5.0.1 |
1694 | 2023-11-14T22:37:22.991Z | Compiling ciborium v0.2.1 |
1695 | 2023-11-14T22:37:23.320Z | Compiling chacha20poly1305 v0.10.1 |
1696 | 2023-11-14T22:37:23.535Z | Compiling camino-tempfile v1.0.2 |
1697 | 2023-11-14T22:37:23.632Z | Compiling cbc v0.1.2 |
1698 | 2023-11-14T22:37:23.788Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
1699 | 2023-11-14T22:37:23.988Z | Compiling headers-core v0.2.0 |
1700 | 2023-11-14T22:37:24.018Z | Compiling kstat-rs v0.2.3 |
1701 | 2023-11-14T22:37:24.060Z | Compiling pem v3.0.2 |
1702 | 2023-11-14T22:37:24.216Z | Compiling pretty-hex v0.3.0 |
1703 | 2023-11-14T22:37:24.280Z | Compiling http-range v0.1.5 |
1704 | 2023-11-14T22:37:24.338Z | Compiling md5 v0.7.0 |
1705 | 2023-11-14T22:37:24.353Z | Compiling base64 v0.13.1 |
1706 | 2023-11-14T22:37:24.401Z | Compiling russh-keys v0.38.0 |
1707 | 2023-11-14T22:37:24.504Z | Compiling hyper-staticfile v0.9.5 |
1708 | 2023-11-14T22:37:24.584Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1709 | 2023-11-14T22:37:24.764Z | Compiling pem v1.1.1 |
1710 | 2023-11-14T22:37:24.841Z | Compiling rcgen v0.11.3 |
1711 | 2023-11-14T22:37:24.896Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1712 | 2023-11-14T22:37:24.977Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
1713 | 2023-11-14T22:37:25.137Z | Compiling headers v0.3.9 |
1714 | 2023-11-14T22:37:25.207Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1715 | 2023-11-14T22:37:32.573Z | Compiling aes-gcm v0.10.3 |
1716 | 2023-11-14T22:37:34.365Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1717 | 2023-11-14T22:37:35.432Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
1718 | 2023-11-14T22:37:40.030Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1719 | 2023-11-14T22:37:42.018Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1720 | 2023-11-14T22:37:42.044Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1721 | 2023-11-14T22:37:42.780Z | Compiling atomicwrites v0.4.2 |
1722 | 2023-11-14T22:37:43.332Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1723 | 2023-11-14T22:37:47.454Z | Compiling subprocess v0.2.9 |
1724 | 2023-11-14T22:37:49.464Z | Compiling hex-literal v0.4.1 |
1725 | 2023-11-14T22:37:49.969Z | Compiling russh v0.39.0 |
1726 | 2023-11-14T22:37:51.010Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1727 | 2023-11-14T22:37:56.306Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1728 | 2023-11-14T22:38:15.220Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1729 | 2023-11-14T22:38:51.372Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1730 | 2023-11-14T22:40:13.562Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 37s |
1731 | 2023-11-14T22:40:13.889Z | |
1732 | 2023-11-14T22:40:13.892Z | real 8:37.691197912 |
1733 | 2023-11-14T22:40:13.895Z | user 50:47.793121340 |
1734 | 2023-11-14T22:40:13.898Z | sys 8:19.728945644 |
1735 | 2023-11-14T22:40:13.902Z | trap 2.084661341 |
1736 | 2023-11-14T22:40:13.904Z | tflt 3.801710885 |
1737 | 2023-11-14T22:40:13.907Z | dflt 7.359606788 |
1738 | 2023-11-14T22:40:13.910Z | kflt 0.023910307 |
1739 | 2023-11-14T22:40:13.913Z | lock 1:33:44.621050454 |
1740 | 2023-11-14T22:40:13.916Z | slp 2:19:15.482540673 |
1741 | 2023-11-14T22:40:13.919Z | lat 2:14.846913143 |
1742 | 2023-11-14T22:40:13.922Z | stop 5:18.978903239 |
1743 | 2023-11-14T22:40:13.925Z | + mkdir -p /work/end-to-end-tests |
1744 | 2023-11-14T22:40:13.928Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1745 | 2023-11-14T22:40:14.677Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1746 | 2023-11-14T22:40:14.680Z | + ptime -m gzip |
1747 | 2023-11-14T22:40:14.683Z | ++ basename target/debug/bootstrap |
1748 | 2023-11-14T22:40:29.904Z | |
1749 | 2023-11-14T22:40:29.910Z | real 15.199825231 |
1750 | 2023-11-14T22:40:29.913Z | user 15.011506727 |
1751 | 2023-11-14T22:40:29.916Z | sys 0.166302372 |
1752 | 2023-11-14T22:40:29.919Z | trap 0.007550053 |
1753 | 2023-11-14T22:40:29.921Z | tflt 0.000000000 |
1754 | 2023-11-14T22:40:29.925Z | dflt 0.000000000 |
1755 | 2023-11-14T22:40:29.927Z | kflt 0.000000000 |
1756 | 2023-11-14T22:40:29.931Z | lock 0.000000000 |
1757 | 2023-11-14T22:40:29.933Z | slp 0.000000000 |
1758 | 2023-11-14T22:40:29.936Z | lat 0.014121801 |
1759 | 2023-11-14T22:40:29.939Z | stop 0.000224594 |
1760 | 2023-11-14T22:40:29.941Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1761 | 2023-11-14T22:40:29.945Z | + ptime -m gzip |
1762 | 2023-11-14T22:40:29.948Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-14470ed2888247c6 |
1763 | 2023-11-14T22:40:31.158Z | |
1764 | 2023-11-14T22:40:31.171Z | real 1.098837366 |
1765 | 2023-11-14T22:40:31.185Z | user 1.084545625 |
1766 | 2023-11-14T22:40:31.195Z | sys 0.013526899 |
1767 | 2023-11-14T22:40:31.208Z | trap 0.000210550 |
1768 | 2023-11-14T22:40:31.213Z | tflt 0.000000000 |
1769 | 2023-11-14T22:40:31.216Z | dflt 0.000000000 |
1770 | 2023-11-14T22:40:31.220Z | kflt 0.000000000 |
1771 | 2023-11-14T22:40:31.224Z | lock 0.000000000 |
1772 | 2023-11-14T22:40:31.228Z | slp 0.000000000 |
1773 | 2023-11-14T22:40:31.232Z | lat 0.000209706 |
1774 | 2023-11-14T22:40:31.239Z | stop 0.000221189 |
1775 | 2023-11-14T22:40:31.242Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1776 | 2023-11-14T22:40:31.247Z | + ptime -m gzip |
1777 | 2023-11-14T22:40:31.250Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0f2fa1e5548e7ba9 |
1778 | 2023-11-14T22:40:48.183Z | |
1779 | 2023-11-14T22:40:48.186Z | real 17.183504669 |
1780 | 2023-11-14T22:40:48.191Z | user 16.990003364 |
1781 | 2023-11-14T22:40:48.194Z | sys 0.186439163 |
1782 | 2023-11-14T22:40:48.197Z | trap 0.004575377 |
1783 | 2023-11-14T22:40:48.200Z | tflt 0.000000000 |
1784 | 2023-11-14T22:40:48.203Z | dflt 0.000000000 |
1785 | 2023-11-14T22:40:48.206Z | kflt 0.000000000 |
1786 | 2023-11-14T22:40:48.209Z | lock 0.000000000 |
1787 | 2023-11-14T22:40:48.213Z | slp 0.000000000 |
1788 | 2023-11-14T22:40:48.216Z | lat 0.001962239 |
1789 | 2023-11-14T22:40:48.219Z | stop 0.000403949 |
1790 | 2023-11-14T22:40:48.221Z | + banner caboose-util |
1791 | 2023-11-14T22:40:48.224Z | |
1792 | 2023-11-14T22:40:48.228Z | #### ## ##### #### #### #### ###### # # ##### |
1793 | 2023-11-14T22:40:48.231Z | # # # # # # # # # # # # # # # |
1794 | 2023-11-14T22:40:48.234Z | # # # ##### # # # # #### ##### ##### # # # |
1795 | 2023-11-14T22:40:48.237Z | # ###### # # # # # # # # # # # |
1796 | 2023-11-14T22:40:48.240Z | # # # # # # # # # # # # # # # # |
1797 | 2023-11-14T22:40:48.243Z | #### # # ##### #### #### #### ###### #### # |
1798 | 2023-11-14T22:40:48.246Z | |
1799 | 2023-11-14T22:40:48.249Z | + ptime -m cargo build --locked -p caboose-util --release |
1800 | 2023-11-14T22:40:48.833Z | Downloading crates ... |
1801 | 2023-11-14T22:40:49.204Z | Downloaded bitfield v0.14.0 |
1802 | 2023-11-14T22:40:49.207Z | Downloaded path-slash v0.1.5 |
1803 | 2023-11-14T22:40:49.210Z | Downloaded crc v3.0.1 |
1804 | 2023-11-14T22:40:49.212Z | Downloaded packed_struct_codegen v0.10.1 |
1805 | 2023-11-14T22:40:49.215Z | Downloaded env_logger v0.10.0 |
1806 | 2023-11-14T22:40:49.220Z | Downloaded pem-rfc7468 v0.7.0 |
1807 | 2023-11-14T22:40:49.223Z | Downloaded ron v0.8.1 |
1808 | 2023-11-14T22:40:49.234Z | Downloaded nodrop v0.1.14 |
1809 | 2023-11-14T22:40:49.237Z | Downloaded flagset v0.4.3 |
1810 | 2023-11-14T22:40:49.240Z | Downloaded array-init v0.0.4 |
1811 | 2023-11-14T22:40:49.243Z | Downloaded crc-catalog v2.2.0 |
1812 | 2023-11-14T22:40:49.245Z | Downloaded wyz v0.5.1 |
1813 | 2023-11-14T22:40:49.250Z | Downloaded radium v0.7.0 |
1814 | 2023-11-14T22:40:49.253Z | Downloaded funty v2.0.0 |
1815 | 2023-11-14T22:40:49.256Z | Downloaded maybe-uninit v2.0.0 |
1816 | 2023-11-14T22:40:49.259Z | Downloaded packed_struct v0.10.1 |
1817 | 2023-11-14T22:40:49.261Z | Downloaded smallvec v0.6.14 |
1818 | 2023-11-14T22:40:49.264Z | Downloaded serde-hex v0.1.0 |
1819 | 2023-11-14T22:40:49.267Z | Downloaded tap v1.0.1 |
1820 | 2023-11-14T22:40:49.270Z | Downloaded crc-any v2.4.3 |
1821 | 2023-11-14T22:40:49.273Z | Downloaded pkcs1 v0.7.5 |
1822 | 2023-11-14T22:40:49.276Z | Downloaded rsa v0.9.2 |
1823 | 2023-11-14T22:40:49.285Z | Downloaded x509-cert v0.2.4 |
1824 | 2023-11-14T22:40:49.296Z | Downloaded num-bigint-dig v0.8.4 |
1825 | 2023-11-14T22:40:49.312Z | Downloaded bitvec v1.0.1 |
1826 | 2023-11-14T22:40:49.335Z | Downloaded object v0.30.4 |
1827 | 2023-11-14T22:40:49.349Z | Downloaded der_derive v0.7.2 |
1828 | 2023-11-14T22:40:49.354Z | Downloaded termcolor v1.2.0 |
1829 | 2023-11-14T22:40:49.518Z | Compiling proc-macro2 v1.0.69 |
1830 | 2023-11-14T22:40:49.521Z | Compiling unicode-ident v1.0.12 |
1831 | 2023-11-14T22:40:49.524Z | Compiling libc v0.2.150 |
1832 | 2023-11-14T22:40:49.529Z | Compiling autocfg v1.1.0 |
1833 | 2023-11-14T22:40:49.534Z | Compiling serde v1.0.192 |
1834 | 2023-11-14T22:40:49.537Z | Compiling cfg-if v1.0.0 |
1835 | 2023-11-14T22:40:49.567Z | Compiling version_check v0.9.4 |
1836 | 2023-11-14T22:40:49.678Z | Compiling parking_lot_core v0.9.8 |
1837 | 2023-11-14T22:40:49.693Z | Compiling syn v1.0.109 |
1838 | 2023-11-14T22:40:49.776Z | Compiling typenum v1.16.0 |
1839 | 2023-11-14T22:40:50.278Z | Compiling libm v0.2.7 |
1840 | 2023-11-14T22:40:50.318Z | Compiling futures-core v0.3.29 |
1841 | 2023-11-14T22:40:50.598Z | Compiling generic-array v0.14.7 |
1842 | 2023-11-14T22:40:50.649Z | Compiling lock_api v0.4.10 |
1843 | 2023-11-14T22:40:50.753Z | Compiling num-traits v0.2.16 |
1844 | 2023-11-14T22:40:50.791Z | Compiling once_cell v1.18.0 |
1845 | 2023-11-14T22:40:51.019Z | Compiling pkg-config v0.3.27 |
1846 | 2023-11-14T22:40:51.078Z | Compiling scopeguard v1.2.0 |
1847 | 2023-11-14T22:40:51.489Z | Compiling slab v0.4.9 |
1848 | 2023-11-14T22:40:51.493Z | Compiling futures-task v0.3.29 |
1849 | 2023-11-14T22:40:51.498Z | Compiling futures-channel v0.3.29 |
1850 | 2023-11-14T22:40:51.917Z | Compiling quote v1.0.33 |
1851 | 2023-11-14T22:40:51.999Z | Compiling serde_json v1.0.108 |
1852 | 2023-11-14T22:40:52.128Z | Compiling thiserror v1.0.49 |
1853 | 2023-11-14T22:40:52.464Z | Compiling itoa v1.0.9 |
1854 | 2023-11-14T22:40:52.793Z | Compiling syn v2.0.32 |
1855 | 2023-11-14T22:40:52.802Z | Compiling cc v1.0.83 |
1856 | 2023-11-14T22:40:52.853Z | Compiling getrandom v0.2.10 |
1857 | 2023-11-14T22:40:52.921Z | Compiling memchr v2.6.3 |
1858 | 2023-11-14T22:40:53.382Z | Compiling futures-util v0.3.29 |
1859 | 2023-11-14T22:40:53.490Z | Compiling log v0.4.20 |
1860 | 2023-11-14T22:40:53.866Z | Compiling smallvec v1.11.0 |
1861 | 2023-11-14T22:40:55.143Z | Compiling vcpkg v0.2.15 |
1862 | 2023-11-14T22:40:55.263Z | Compiling byteorder v1.5.0 |
1863 | 2023-11-14T22:40:55.787Z | Compiling rand_core v0.6.4 |
1864 | 2023-11-14T22:40:56.079Z | Compiling parking_lot v0.12.1 |
1865 | 2023-11-14T22:40:56.733Z | Compiling pin-project-lite v0.2.13 |
1866 | 2023-11-14T22:40:57.024Z | Compiling ring v0.17.5 |
1867 | 2023-11-14T22:40:57.593Z | Compiling indexmap v1.9.3 |
1868 | 2023-11-14T22:40:58.019Z | Compiling openssl-sys v0.9.93 |
1869 | 2023-11-14T22:40:58.972Z | Compiling signal-hook-registry v1.4.1 |
1870 | 2023-11-14T22:40:59.709Z | Compiling io-lifetimes v1.0.11 |
1871 | 2023-11-14T22:41:00.530Z | Compiling ring v0.16.20 |
1872 | 2023-11-14T22:41:00.552Z | Compiling mio v0.8.8 |
1873 | 2023-11-14T22:41:02.257Z | Compiling num-integer v0.1.45 |
1874 | 2023-11-14T22:41:02.377Z | Compiling const-oid v0.9.5 |
1875 | 2023-11-14T22:41:02.396Z | Compiling ryu v1.0.15 |
1876 | 2023-11-14T22:41:02.632Z | Compiling semver v1.0.20 |
1877 | 2023-11-14T22:41:03.717Z | Compiling rustix v0.37.23 |
1878 | 2023-11-14T22:41:04.080Z | Compiling spin v0.5.2 |
1879 | 2023-11-14T22:41:04.605Z | Compiling socket2 v0.5.4 |
1880 | 2023-11-14T22:41:04.662Z | Compiling num_cpus v1.16.0 |
1881 | 2023-11-14T22:41:04.817Z | Compiling futures-sink v0.3.29 |
1882 | 2023-11-14T22:41:05.024Z | Compiling heck v0.4.1 |
1883 | 2023-11-14T22:41:05.466Z | Compiling openssl v0.10.57 |
1884 | 2023-11-14T22:41:05.639Z | Compiling unicode-xid v0.2.4 |
1885 | 2023-11-14T22:41:05.873Z | Compiling ucd-trie v0.1.6 |
1886 | 2023-11-14T22:41:06.034Z | Compiling httparse v1.8.0 |
1887 | 2023-11-14T22:41:06.051Z | Compiling synstructure v0.12.6 |
1888 | 2023-11-14T22:41:06.688Z | Compiling tinyvec_macros v0.1.1 |
1889 | 2023-11-14T22:41:06.799Z | Compiling tinyvec v1.6.0 |
1890 | 2023-11-14T22:41:07.747Z | Compiling ppv-lite86 v0.2.17 |
1891 | 2023-11-14T22:41:07.890Z | Compiling futures-io v0.3.29 |
1892 | 2023-11-14T22:41:07.919Z | Compiling pin-utils v0.1.0 |
1893 | 2023-11-14T22:41:08.031Z | Compiling native-tls v0.2.11 |
1894 | 2023-11-14T22:41:08.271Z | Compiling crc32fast v1.3.2 |
1895 | 2023-11-14T22:41:08.559Z | Compiling rustls v0.21.8 |
1896 | 2023-11-14T22:41:08.715Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1897 | 2023-11-14T22:41:09.335Z | Compiling spin v0.9.8 |
1898 | 2023-11-14T22:41:09.345Z | Compiling rand_chacha v0.3.1 |
1899 | 2023-11-14T22:41:09.354Z | Compiling tracing-core v0.1.31 |
1900 | 2023-11-14T22:41:09.493Z | Compiling unicode-normalization v0.1.22 |
1901 | 2023-11-14T22:41:09.631Z | Compiling unicode-bidi v0.3.13 |
1902 | 2023-11-14T22:41:10.320Z | Compiling subtle v2.5.0 |
1903 | 2023-11-14T22:41:10.831Z | Compiling rand v0.8.5 |
1904 | 2023-11-14T22:41:11.865Z | Compiling errno v0.3.2 |
1905 | 2023-11-14T22:41:11.905Z | Compiling num-iter v0.1.43 |
1906 | 2023-11-14T22:41:11.995Z | Compiling usdt-impl v0.3.5 |
1907 | 2023-11-14T22:41:12.186Z | Compiling ahash v0.8.3 |
1908 | 2023-11-14T22:41:12.352Z | Compiling schemars v0.8.13 |
1909 | 2023-11-14T22:41:12.603Z | Compiling rustix v0.38.9 |
1910 | 2023-11-14T22:41:13.400Z | Compiling base64 v0.21.5 |
1911 | 2023-11-14T22:41:13.566Z | Compiling signal-hook v0.3.17 |
1912 | 2023-11-14T22:41:13.981Z | Compiling serde_derive_internals v0.26.0 |
1913 | 2023-11-14T22:41:15.105Z | Compiling serde_derive v1.0.192 |
1914 | 2023-11-14T22:41:15.245Z | Compiling zeroize_derive v1.4.2 |
1915 | 2023-11-14T22:41:15.294Z | Compiling tokio-macros v2.1.0 |
1916 | 2023-11-14T22:41:15.453Z | Compiling thiserror-impl v1.0.49 |
1917 | 2023-11-14T22:41:15.937Z | Compiling futures-macro v0.3.29 |
1918 | 2023-11-14T22:41:15.977Z | Compiling tracing-attributes v0.1.26 |
1919 | 2023-11-14T22:41:17.561Z | Compiling zeroize v1.6.0 |
1920 | 2023-11-14T22:41:17.750Z | Compiling zerocopy-derive v0.2.0 |
1921 | 2023-11-14T22:41:19.073Z | Compiling openssl-macros v0.1.1 |
1922 | 2023-11-14T22:41:20.331Z | Compiling pest v2.7.2 |
1923 | 2023-11-14T22:41:20.355Z | Compiling zerocopy-derive v0.6.4 |
1924 | 2023-11-14T22:41:20.374Z | Compiling crypto-common v0.1.6 |
1925 | 2023-11-14T22:41:20.554Z | Compiling block-buffer v0.10.4 |
1926 | 2023-11-14T22:41:20.904Z | Compiling digest v0.10.7 |
1927 | 2023-11-14T22:41:21.377Z | Compiling tracing v0.1.37 |
1928 | 2023-11-14T22:41:23.291Z | Compiling bitflags v1.3.2 |
1929 | 2023-11-14T22:41:23.430Z | Compiling fnv v1.0.7 |
1930 | 2023-11-14T22:41:23.800Z | Compiling zerocopy v0.3.0 |
1931 | 2023-11-14T22:41:24.965Z | Compiling pest_meta v2.7.2 |
1932 | 2023-11-14T22:41:24.992Z | Compiling schemars_derive v0.8.13 |
1933 | 2023-11-14T22:41:26.080Z | Compiling lazy_static v1.4.0 |
1934 | 2023-11-14T22:41:27.630Z | Compiling pest_generator v2.7.2 |
1935 | 2023-11-14T22:41:29.624Z | Compiling backtrace v0.3.69 |
1936 | 2023-11-14T22:41:29.631Z | Compiling num-bigint v0.4.4 |
1937 | 2023-11-14T22:41:29.845Z | Compiling memoffset v0.9.0 |
1938 | 2023-11-14T22:41:30.256Z | Compiling foreign-types-shared v0.1.1 |
1939 | 2023-11-14T22:41:30.306Z | Compiling iana-time-zone v0.1.57 |
1940 | 2023-11-14T22:41:30.329Z | Compiling percent-encoding v2.3.0 |
1941 | 2023-11-14T22:41:30.390Z | Compiling equivalent v1.0.1 |
1942 | 2023-11-14T22:41:30.535Z | Compiling crossbeam-utils v0.8.16 |
1943 | 2023-11-14T22:41:30.653Z | Compiling async-trait v0.1.74 |
1944 | 2023-11-14T22:41:30.812Z | Compiling openssl-probe v0.1.5 |
1945 | 2023-11-14T22:41:30.834Z | Compiling base64ct v1.6.0 |
1946 | 2023-11-14T22:41:31.208Z | Compiling untrusted v0.9.0 |
1947 | 2023-11-14T22:41:31.226Z | Compiling hashbrown v0.12.3 |
1948 | 2023-11-14T22:41:31.523Z | Compiling untrusted v0.7.1 |
1949 | 2023-11-14T22:41:31.718Z | Compiling pest_derive v2.7.2 |
1950 | 2023-11-14T22:41:32.233Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1951 | 2023-11-14T22:41:32.240Z | Compiling smoltcp v0.9.1 |
1952 | 2023-11-14T22:41:32.736Z | Compiling hashbrown v0.14.2 |
1953 | 2023-11-14T22:41:32.821Z | Compiling dtrace-parser v0.1.14 |
1954 | 2023-11-14T22:41:33.091Z | Compiling pem-rfc7468 v0.7.0 |
1955 | 2023-11-14T22:41:34.630Z | Compiling foreign-types v0.3.2 |
1956 | 2023-11-14T22:41:35.148Z | Compiling dof v0.1.5 |
1957 | 2023-11-14T22:41:35.509Z | Compiling clap_derive v4.4.2 |
1958 | 2023-11-14T22:41:35.997Z | Compiling der_derive v0.7.2 |
1959 | 2023-11-14T22:41:38.250Z | Compiling bytes v1.5.0 |
1960 | 2023-11-14T22:41:39.497Z | Compiling bitflags v2.4.0 |
1961 | 2023-11-14T22:41:39.869Z | Compiling tokio v1.33.0 |
1962 | 2023-11-14T22:41:40.949Z | Compiling rustc_version v0.4.0 |
1963 | 2023-11-14T22:41:41.952Z | Compiling heapless v0.7.16 |
1964 | 2023-11-14T22:41:42.187Z | Compiling http v0.2.9 |
1965 | 2023-11-14T22:41:42.539Z | Compiling uuid v1.5.0 |
1966 | 2023-11-14T22:41:43.249Z | Compiling indexmap v2.1.0 |
1967 | 2023-11-14T22:41:43.278Z | Compiling chrono v0.4.31 |
1968 | 2023-11-14T22:41:45.632Z | Compiling thread-id v4.2.0 |
1969 | 2023-11-14T22:41:45.774Z | Compiling time-core v0.1.1 |
1970 | 2023-11-14T22:41:45.945Z | Compiling anstyle v1.0.2 |
1971 | 2023-11-14T22:41:46.012Z | Compiling rustversion v1.0.14 |
1972 | 2023-11-14T22:41:46.023Z | Compiling adler v1.0.2 |
1973 | 2023-11-14T22:41:46.348Z | Compiling utf8parse v0.2.1 |
1974 | 2023-11-14T22:41:46.586Z | Compiling siphasher v0.3.11 |
1975 | 2023-11-14T22:41:46.912Z | Compiling cpufeatures v0.2.9 |
1976 | 2023-11-14T22:41:47.044Z | Compiling try-lock v0.2.4 |
1977 | 2023-11-14T22:41:47.338Z | Compiling flagset v0.4.3 |
1978 | 2023-11-14T22:41:47.667Z | Compiling der v0.7.8 |
1979 | 2023-11-14T22:41:49.298Z | Compiling want v0.3.1 |
1980 | 2023-11-14T22:41:49.693Z | Compiling sha2 v0.10.8 |
1981 | 2023-11-14T22:41:51.803Z | Compiling anstyle-parse v0.2.1 |
1982 | 2023-11-14T22:41:52.408Z | Compiling miniz_oxide v0.7.1 |
1983 | 2023-11-14T22:41:52.448Z | Compiling time-macros v0.2.13 |
1984 | 2023-11-14T22:41:54.582Z | Compiling tokio-util v0.7.10 |
1985 | 2023-11-14T22:41:56.984Z | Compiling h2 v0.3.21 |
1986 | 2023-11-14T22:41:57.473Z | Compiling http-body v0.4.5 |
1987 | 2023-11-14T22:41:59.939Z | Compiling rustls-webpki v0.101.7 |
1988 | 2023-11-14T22:42:00.612Z | Compiling serde_tokenstream v0.1.7 |
1989 | 2023-11-14T22:42:01.452Z | Compiling sct v0.7.0 |
1990 | 2023-11-14T22:42:02.160Z | Compiling form_urlencoded v1.2.0 |
1991 | 2023-11-14T22:42:02.479Z | Compiling hubpack_derive v0.1.1 |
1992 | 2023-11-14T22:42:02.854Z | Compiling socket2 v0.4.9 |
1993 | 2023-11-14T22:42:02.899Z | Compiling crossbeam-epoch v0.9.15 |
1994 | 2023-11-14T22:42:04.223Z | Compiling httpdate v1.0.3 |
1995 | 2023-11-14T22:42:04.626Z | Compiling anstyle-query v1.0.0 |
1996 | 2023-11-14T22:42:04.821Z | Compiling colorchoice v1.0.0 |
1997 | 2023-11-14T22:42:04.835Z | Compiling anyhow v1.0.75 |
1998 | 2023-11-14T22:42:05.066Z | Compiling slog v2.7.0 |
1999 | 2023-11-14T22:42:05.290Z | Compiling radium v0.7.0 |
2000 | 2023-11-14T22:42:05.747Z | Compiling tower-service v0.3.2 |
2001 | 2023-11-14T22:42:05.964Z | Compiling anstream v0.5.0 |
2002 | 2023-11-14T22:42:12.146Z | Compiling hyper v0.14.27 |
2003 | 2023-11-14T22:42:13.937Z | Compiling terminal_size v0.2.6 |
2004 | 2023-11-14T22:42:16.666Z | Compiling spki v0.7.2 |
2005 | 2023-11-14T22:42:17.570Z | Compiling serde_spanned v0.6.4 |
2006 | 2023-11-14T22:42:17.898Z | Compiling toml_datetime v0.6.5 |
2007 | 2023-11-14T22:42:18.545Z | Compiling zerocopy v0.6.4 |
2008 | 2023-11-14T22:42:19.940Z | Compiling rustls-pemfile v1.0.3 |
2009 | 2023-11-14T22:42:20.104Z | Compiling md-5 v0.10.5 |
2010 | 2023-11-14T22:42:20.198Z | Compiling hmac v0.12.1 |
2011 | 2023-11-14T22:42:20.504Z | Compiling stringprep v0.1.3 |
2012 | 2023-11-14T22:42:20.611Z | Compiling idna v0.4.0 |
2013 | 2023-11-14T22:42:21.117Z | Compiling diesel_table_macro_syntax v0.1.0 |
2014 | 2023-11-14T22:42:21.587Z | Compiling hash32 v0.2.1 |
2015 | 2023-11-14T22:42:21.710Z | Compiling aho-corasick v1.0.4 |
2016 | 2023-11-14T22:42:21.870Z | Compiling tap v1.0.1 |
2017 | 2023-11-14T22:42:22.045Z | Compiling either v1.9.0 |
2018 | 2023-11-14T22:42:22.131Z | Compiling stable_deref_trait v1.2.0 |
2019 | 2023-11-14T22:42:22.134Z | Compiling fallible-iterator v0.2.0 |
2020 | 2023-11-14T22:42:22.269Z | Compiling clap_lex v0.5.1 |
2021 | 2023-11-14T22:42:22.547Z | Compiling winnow v0.5.15 |
2022 | 2023-11-14T22:42:23.285Z | Compiling gimli v0.28.0 |
2023 | 2023-11-14T22:42:23.452Z | Compiling strsim v0.10.0 |
2024 | 2023-11-14T22:42:24.176Z | Compiling dyn-clone v1.0.13 |
2025 | 2023-11-14T22:42:24.479Z | Compiling maybe-uninit v2.0.0 |
2026 | 2023-11-14T22:42:25.138Z | Compiling regex-syntax v0.8.2 |
2027 | 2023-11-14T22:42:28.139Z | Compiling clap_builder v4.4.2 |
2028 | 2023-11-14T22:42:28.588Z | Compiling postgres-protocol v0.6.6 |
2029 | 2023-11-14T22:42:28.863Z | Compiling url v2.4.1 |
2030 | 2023-11-14T22:42:30.550Z | Compiling addr2line v0.21.0 |
2031 | 2023-11-14T22:42:30.777Z | Compiling wyz v0.5.1 |
2032 | 2023-11-14T22:42:31.483Z | Compiling regex-automata v0.4.3 |
2033 | 2023-11-14T22:42:31.617Z | Compiling tokio-rustls v0.24.1 |
2034 | 2023-11-14T22:42:31.770Z | Compiling diesel_derives v2.1.1 |
2035 | 2023-11-14T22:42:33.806Z | Compiling rustls-native-certs v0.6.3 |
2036 | 2023-11-14T22:42:34.330Z | Compiling strum_macros v0.25.2 |
2037 | 2023-11-14T22:42:34.601Z | Compiling tokio-native-tls v0.3.1 |
2038 | 2023-11-14T22:42:40.499Z | Compiling usdt-attr-macro v0.3.5 |
2039 | 2023-11-14T22:42:40.701Z | Compiling usdt-macro v0.3.5 |
2040 | 2023-11-14T22:42:42.658Z | Compiling phf_shared v0.11.2 |
2041 | 2023-11-14T22:42:43.834Z | Compiling block-padding v0.3.3 |
2042 | 2023-11-14T22:42:44.138Z | Compiling enum-as-inner v0.5.1 |
2043 | 2023-11-14T22:42:44.159Z | Compiling serde_repr v0.1.16 |
2044 | 2023-11-14T22:42:45.170Z | Compiling scheduled-thread-pool v0.2.7 |
2045 | 2023-11-14T22:42:45.628Z | Compiling object v0.32.1 |
2046 | 2023-11-14T22:42:48.776Z | Compiling regex-automata v0.1.10 |
2047 | 2023-11-14T22:42:50.779Z | Compiling ipnet v2.8.0 |
2048 | 2023-11-14T22:42:52.702Z | Compiling num-bigint-dig v0.8.4 |
2049 | 2023-11-14T22:42:52.960Z | Compiling managed v0.8.0 |
2050 | 2023-11-14T22:42:53.686Z | Compiling funty v2.0.0 |
2051 | 2023-11-14T22:42:53.925Z | Compiling matches v0.1.10 |
2052 | 2023-11-14T22:42:54.045Z | Compiling deranged v0.3.8 |
2053 | 2023-11-14T22:42:55.552Z | Compiling num_threads v0.1.6 |
2054 | 2023-11-14T22:42:55.726Z | Compiling bit-vec v0.6.3 |
2055 | 2023-11-14T22:42:56.770Z | Compiling rustc-demangle v0.1.23 |
2056 | 2023-11-14T22:42:57.075Z | Compiling packed_struct v0.10.1 |
2057 | 2023-11-14T22:42:57.491Z | Compiling time v0.3.27 |
2058 | 2023-11-14T22:42:58.226Z | Compiling bitvec v1.0.1 |
2059 | 2023-11-14T22:43:01.572Z | Compiling idna v0.2.3 |
2060 | 2023-11-14T22:43:05.088Z | Compiling bstr v0.2.17 |
2061 | 2023-11-14T22:43:05.174Z | Compiling r2d2 v0.8.10 |
2062 | 2023-11-14T22:43:06.496Z | Compiling inout v0.1.3 |
2063 | 2023-11-14T22:43:08.305Z | Compiling phf v0.11.2 |
2064 | 2023-11-14T22:43:08.758Z | Compiling regex v1.10.2 |
2065 | 2023-11-14T22:43:09.156Z | Compiling hyper-tls v0.5.0 |
2066 | 2023-11-14T22:43:09.653Z | Compiling clap v4.4.3 |
2067 | 2023-11-14T22:43:09.809Z | Compiling hyper-rustls v0.24.2 |
2068 | 2023-11-14T22:43:10.143Z | Compiling signal-hook-mio v0.2.3 |
2069 | 2023-11-14T22:43:10.362Z | Compiling flate2 v1.0.28 |
2070 | 2023-11-14T22:43:10.398Z | Compiling bzip2 v0.4.4 |
2071 | 2023-11-14T22:43:10.555Z | Compiling ipnetwork v0.20.0 |
2072 | 2023-11-14T22:43:10.986Z | Compiling postgres-types v0.2.6 |
2073 | 2023-11-14T22:43:11.759Z | Compiling toml_edit v0.19.15 |
2074 | 2023-11-14T22:43:12.016Z | Compiling itertools v0.11.0 |
2075 | 2023-11-14T22:43:12.296Z | Compiling pkcs8 v0.10.2 |
2076 | 2023-11-14T22:43:13.503Z | Compiling hubpack v0.1.2 |
2077 | 2023-11-14T22:43:14.348Z | Compiling serde_urlencoded v0.7.1 |
2078 | 2023-11-14T22:43:14.371Z | Compiling phf_shared v0.10.0 |
2079 | 2023-11-14T22:43:14.998Z | Compiling futures-executor v0.3.29 |
2080 | 2023-11-14T22:43:16.498Z | Compiling signature v2.1.0 |
2081 | 2023-11-14T22:43:17.190Z | Compiling packed_struct_codegen v0.10.1 |
2082 | 2023-11-14T22:43:20.105Z | Compiling float-cmp v0.9.0 |
2083 | 2023-11-14T22:43:20.893Z | Compiling encoding_rs v0.8.33 |
2084 | 2023-11-14T22:43:21.030Z | Compiling webpki-roots v0.25.2 |
2085 | 2023-11-14T22:43:21.264Z | Compiling normalize-line-endings v0.3.0 |
2086 | 2023-11-14T22:43:21.432Z | Compiling predicates-core v1.0.6 |
2087 | 2023-11-14T22:43:21.551Z | Compiling fixedbitset v0.4.2 |
2088 | 2023-11-14T22:43:21.723Z | Compiling new_debug_unreachable v1.0.4 |
2089 | 2023-11-14T22:43:22.163Z | Compiling precomputed-hash v0.1.1 |
2090 | 2023-11-14T22:43:22.342Z | Compiling whoami v1.4.1 |
2091 | 2023-11-14T22:43:22.480Z | Compiling nodrop v0.1.14 |
2092 | 2023-11-14T22:43:22.653Z | Compiling difflib v0.4.0 |
2093 | 2023-11-14T22:43:23.161Z | Compiling regex-automata v0.3.8 |
2094 | 2023-11-14T22:43:23.492Z | Compiling static_assertions v1.1.0 |
2095 | 2023-11-14T22:43:23.626Z | Compiling mime v0.3.17 |
2096 | 2023-11-14T22:43:24.784Z | Compiling unicode-width v0.1.11 |
2097 | 2023-11-14T22:43:25.009Z | Compiling data-encoding v2.4.0 |
2098 | 2023-11-14T22:43:27.093Z | Compiling crc-catalog v2.2.0 |
2099 | 2023-11-14T22:43:27.265Z | Compiling unicode-segmentation v1.10.1 |
2100 | 2023-11-14T22:43:27.296Z | Compiling crc v3.0.1 |
2101 | 2023-11-14T22:43:27.979Z | Compiling bstr v1.6.0 |
2102 | 2023-11-14T22:43:28.458Z | Compiling similar v2.2.1 |
2103 | 2023-11-14T22:43:28.685Z | Compiling trust-dns-proto v0.22.0 |
2104 | 2023-11-14T22:43:31.953Z | Compiling reqwest v0.11.22 |
2105 | 2023-11-14T22:43:36.610Z | Compiling console v0.15.7 |
2106 | 2023-11-14T22:43:37.844Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2107 | 2023-11-14T22:43:41.038Z | Compiling predicates v3.0.4 |
2108 | 2023-11-14T22:43:42.138Z | Compiling tokio-postgres v0.7.10 |
2109 | 2023-11-14T22:43:43.510Z | Compiling array-init v0.0.4 |
2110 | 2023-11-14T22:43:45.546Z | Compiling string_cache v0.8.7 |
2111 | 2023-11-14T22:43:46.698Z | Compiling petgraph v0.6.4 |
2112 | 2023-11-14T22:43:56.070Z | Compiling toml v0.7.8 |
2113 | 2023-11-14T22:43:57.464Z | Compiling futures v0.3.29 |
2114 | 2023-11-14T22:43:58.616Z | Compiling pkcs1 v0.7.5 |
2115 | 2023-11-14T22:43:58.876Z | Compiling smallvec v0.6.14 |
2116 | 2023-11-14T22:43:59.182Z | Compiling zip v0.6.6 |
2117 | 2023-11-14T22:43:59.546Z | Compiling diesel v2.1.3 |
2118 | 2023-11-14T22:43:59.614Z | Compiling yasna v0.5.2 |
2119 | 2023-11-14T22:44:01.276Z | Compiling crossterm v0.27.0 |
2120 | 2023-11-14T22:44:02.898Z | Compiling cipher v0.4.4 |
2121 | 2023-11-14T22:44:03.612Z | Compiling hashbrown v0.13.2 |
2122 | 2023-11-14T22:44:06.138Z | Compiling bit-set v0.5.3 |
2123 | 2023-11-14T22:44:06.573Z | Compiling usdt v0.3.5 |
2124 | 2023-11-14T22:44:06.946Z | Compiling is-terminal v0.4.9 |
2125 | 2023-11-14T22:44:07.115Z | Compiling toml_edit v0.21.0 |
2126 | 2023-11-14T22:44:10.139Z | Compiling itertools v0.10.5 |
2127 | 2023-11-14T22:44:14.281Z | Compiling tokio-stream v0.1.14 |
2128 | 2023-11-14T22:44:14.841Z | Compiling openapiv3 v2.0.0-rc.1 |
2129 | 2023-11-14T22:44:15.797Z | Compiling hex v0.4.3 |
2130 | 2023-11-14T22:44:26.577Z | Compiling termcolor v1.2.0 |
2131 | 2023-11-14T22:44:28.767Z | Compiling bitfield v0.14.0 |
2132 | 2023-11-14T22:44:28.779Z | Compiling lalrpop-util v0.19.12 |
2133 | 2023-11-14T22:44:35.285Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2134 | 2023-11-14T22:44:35.944Z | Compiling env_logger v0.10.0 |
2135 | 2023-11-14T22:44:53.675Z | Compiling rsa v0.9.2 |
2136 | 2023-11-14T22:44:58.837Z | Compiling serde-hex v0.1.0 |
2137 | 2023-11-14T22:45:03.951Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2138 | 2023-11-14T22:45:07.750Z | Compiling x509-cert v0.2.4 |
2139 | 2023-11-14T22:45:08.580Z | Compiling ron v0.8.1 |
2140 | 2023-11-14T22:45:08.647Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2141 | 2023-11-14T22:45:10.217Z | Compiling crc-any v2.4.3 |
2142 | 2023-11-14T22:45:29.178Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2143 | 2023-11-14T22:45:36.741Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2144 | 2023-11-14T22:45:50.447Z | Compiling object v0.30.4 |
2145 | 2023-11-14T22:46:01.522Z | Compiling path-slash v0.1.5 |
2146 | 2023-11-14T22:46:02.386Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2147 | 2023-11-14T22:46:48.017Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2148 | 2023-11-14T22:46:49.239Z | Finished release [optimized] target(s) in 6m 00s |
2149 | 2023-11-14T22:46:49.326Z | |
2150 | 2023-11-14T22:46:49.329Z | real 6:01.138598316 |
2151 | 2023-11-14T22:46:49.332Z | user 42:01.485551568 |
2152 | 2023-11-14T22:46:49.336Z | sys 3:39.370332179 |
2153 | 2023-11-14T22:46:49.339Z | trap 1.861897444 |
2154 | 2023-11-14T22:46:49.343Z | tflt 1.136776976 |
2155 | 2023-11-14T22:46:49.346Z | dflt 0.528192546 |
2156 | 2023-11-14T22:46:49.349Z | kflt 0.006512464 |
2157 | 2023-11-14T22:46:49.351Z | lock 1:33:26.569262829 |
2158 | 2023-11-14T22:46:49.354Z | slp 1:58:40.171918390 |
2159 | 2023-11-14T22:46:49.357Z | lat 1:50.077766278 |
2160 | 2023-11-14T22:46:49.360Z | stop 1:15.080985878 |
2161 | 2023-11-14T22:46:49.363Z | + ptime -m gzip |
2162 | 2023-11-14T22:46:50.002Z | |
2163 | 2023-11-14T22:46:50.005Z | real 0.671107676 |
2164 | 2023-11-14T22:46:50.008Z | user 0.660346720 |
2165 | 2023-11-14T22:46:50.012Z | sys 0.010036252 |
2166 | 2023-11-14T22:46:50.015Z | trap 0.000116312 |
2167 | 2023-11-14T22:46:50.018Z | tflt 0.000000000 |
2168 | 2023-11-14T22:46:50.021Z | dflt 0.000000000 |
2169 | 2023-11-14T22:46:50.027Z | kflt 0.000000000 |
2170 | 2023-11-14T22:46:50.030Z | lock 0.000000000 |
2171 | 2023-11-14T22:46:50.034Z | slp 0.000000000 |
2172 | 2023-11-14T22:46:50.037Z | lat 0.000251794 |
2173 | 2023-11-14T22:46:50.041Z | stop 0.000247964 |
2174 | 2023-11-14T22:46:50.045Z | + banner tufaceous |
2175 | 2023-11-14T22:46:50.048Z | |
2176 | 2023-11-14T22:46:50.052Z | ##### # # ###### ## #### ###### #### # # #### |
2177 | 2023-11-14T22:46:50.054Z | # # # # # # # # # # # # # # |
2178 | 2023-11-14T22:46:50.057Z | # # # ##### # # # ##### # # # # #### |
2179 | 2023-11-14T22:46:50.060Z | # # # # ###### # # # # # # # |
2180 | 2023-11-14T22:46:50.063Z | # # # # # # # # # # # # # # # |
2181 | 2023-11-14T22:46:50.066Z | # #### # # # #### ###### #### #### #### |
2182 | 2023-11-14T22:46:50.069Z | |
2183 | 2023-11-14T22:46:50.073Z | + ptime -m cargo build --locked -p tufaceous --release |
2184 | 2023-11-14T22:46:50.688Z | Downloading crates ... |
2185 | 2023-11-14T22:46:50.981Z | Downloaded bytesize v1.3.0 |
2186 | 2023-11-14T22:46:50.984Z | Downloaded doc-comment v0.3.3 |
2187 | 2023-11-14T22:46:50.986Z | Downloaded path-absolutize v3.1.0 |
2188 | 2023-11-14T22:46:50.991Z | Downloaded olpc-cjson v0.1.3 |
2189 | 2023-11-14T22:46:50.994Z | Downloaded snafu-derive v0.7.5 |
2190 | 2023-11-14T22:46:50.997Z | Downloaded fs-err v2.9.0 |
2191 | 2023-11-14T22:46:51.000Z | Downloaded humantime v2.1.0 |
2192 | 2023-11-14T22:46:51.003Z | Downloaded globset v0.4.13 |
2193 | 2023-11-14T22:46:51.006Z | Downloaded path-dedot v3.1.0 |
2194 | 2023-11-14T22:46:51.009Z | Downloaded serde_plain v1.0.2 |
2195 | 2023-11-14T22:46:51.012Z | Downloaded tough v0.14.0 |
2196 | 2023-11-14T22:46:51.022Z | Downloaded snafu v0.7.5 |
2197 | 2023-11-14T22:46:51.032Z | Downloaded buf-list v1.0.3 |
2198 | 2023-11-14T22:46:51.217Z | Compiling serde_tokenstream v0.2.0 |
2199 | 2023-11-14T22:46:51.221Z | Compiling regress v0.7.1 |
2200 | 2023-11-14T22:46:51.233Z | Compiling dirs-sys-next v0.1.2 |
2201 | 2023-11-14T22:46:51.236Z | Compiling ident_case v1.0.1 |
2202 | 2023-11-14T22:46:51.263Z | Compiling thread_local v1.1.7 |
2203 | 2023-11-14T22:46:51.266Z | Compiling heck v0.4.1 |
2204 | 2023-11-14T22:46:51.271Z | Compiling camino v1.1.6 |
2205 | 2023-11-14T22:46:51.504Z | Compiling dirs-next v2.0.0 |
2206 | 2023-11-14T22:46:51.875Z | Compiling darling_core v0.20.3 |
2207 | 2023-11-14T22:46:52.026Z | Compiling slog-async v2.8.0 |
2208 | 2023-11-14T22:46:52.267Z | Compiling term v0.7.0 |
2209 | 2023-11-14T22:46:52.632Z | Compiling crossbeam-channel v0.5.8 |
2210 | 2023-11-14T22:46:52.778Z | Compiling getopts v0.2.21 |
2211 | 2023-11-14T22:46:53.062Z | Compiling structmeta-derive v0.2.0 |
2212 | 2023-11-14T22:46:53.273Z | Compiling atty v0.2.14 |
2213 | 2023-11-14T22:46:53.448Z | Compiling multer v2.1.0 |
2214 | 2023-11-14T22:46:53.906Z | Compiling match_cfg v0.1.0 |
2215 | 2023-11-14T22:46:54.033Z | Compiling doc-comment v0.3.3 |
2216 | 2023-11-14T22:46:54.165Z | Compiling take_mut v0.2.2 |
2217 | 2023-11-14T22:46:54.388Z | Compiling unsafe-libyaml v0.2.9 |
2218 | 2023-11-14T22:46:54.769Z | Compiling paste v1.0.14 |
2219 | 2023-11-14T22:46:55.659Z | Compiling hostname v0.3.1 |
2220 | 2023-11-14T22:46:56.100Z | Compiling slog-term v2.9.0 |
2221 | 2023-11-14T22:46:57.410Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2222 | 2023-11-14T22:46:59.203Z | Compiling structmeta v0.2.0 |
2223 | 2023-11-14T22:46:59.817Z | Compiling serde_yaml v0.9.25 |
2224 | 2023-11-14T22:47:00.894Z | Compiling darling_macro v0.20.3 |
2225 | 2023-11-14T22:47:01.122Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2226 | 2023-11-14T22:47:01.145Z | Compiling slog-json v2.6.1 |
2227 | 2023-11-14T22:47:01.941Z | Compiling async-stream-impl v0.3.5 |
2228 | 2023-11-14T22:47:02.330Z | Compiling darling v0.20.3 |
2229 | 2023-11-14T22:47:02.520Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2230 | 2023-11-14T22:47:02.963Z | Compiling atomic-waker v1.1.1 |
2231 | 2023-11-14T22:47:03.234Z | Compiling regex-syntax v0.7.5 |
2232 | 2023-11-14T22:47:03.431Z | Compiling fastrand v2.0.0 |
2233 | 2023-11-14T22:47:03.920Z | Compiling async-stream v0.3.5 |
2234 | 2023-11-14T22:47:04.395Z | Compiling tempfile v3.8.0 |
2235 | 2023-11-14T22:47:04.417Z | Compiling waitgroup v0.1.2 |
2236 | 2023-11-14T22:47:04.582Z | Compiling serde_with_macros v2.3.3 |
2237 | 2023-11-14T22:47:04.757Z | Compiling slog-bunyan v2.4.0 |
2238 | 2023-11-14T22:47:07.718Z | Compiling toml v0.8.8 |
2239 | 2023-11-14T22:47:08.078Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2240 | 2023-11-14T22:47:08.561Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2241 | 2023-11-14T22:47:09.692Z | Compiling sha1 v0.10.6 |
2242 | 2023-11-14T22:47:10.234Z | Compiling snafu-derive v0.7.5 |
2243 | 2023-11-14T22:47:11.002Z | Compiling serde_path_to_error v0.1.14 |
2244 | 2023-11-14T22:47:11.208Z | Compiling path-dedot v3.1.0 |
2245 | 2023-11-14T22:47:11.364Z | Compiling instant v0.1.12 |
2246 | 2023-11-14T22:47:11.571Z | Compiling base64 v0.13.1 |
2247 | 2023-11-14T22:47:11.636Z | Compiling debug-ignore v1.0.5 |
2248 | 2023-11-14T22:47:11.831Z | Compiling buf-list v1.0.3 |
2249 | 2023-11-14T22:47:12.642Z | Compiling same-file v1.0.6 |
2250 | 2023-11-14T22:47:12.645Z | Compiling arc-swap v1.6.0 |
2251 | 2023-11-14T22:47:12.943Z | Compiling walkdir v2.4.0 |
2252 | 2023-11-14T22:47:13.158Z | Compiling pem v1.1.1 |
2253 | 2023-11-14T22:47:13.852Z | Compiling parse-display-derive v0.8.2 |
2254 | 2023-11-14T22:47:13.865Z | Compiling slog-scope v4.4.0 |
2255 | 2023-11-14T22:47:15.593Z | Compiling backoff v0.4.0 |
2256 | 2023-11-14T22:47:15.769Z | Compiling path-absolutize v3.1.0 |
2257 | 2023-11-14T22:47:16.057Z | Compiling serde_with v2.3.3 |
2258 | 2023-11-14T22:47:16.147Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2259 | 2023-11-14T22:47:16.343Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2260 | 2023-11-14T22:47:16.998Z | Compiling globset v0.4.13 |
2261 | 2023-11-14T22:47:17.226Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2262 | 2023-11-14T22:47:17.461Z | Compiling strum v0.25.0 |
2263 | 2023-11-14T22:47:17.729Z | Compiling olpc-cjson v0.1.3 |
2264 | 2023-11-14T22:47:18.465Z | Compiling snafu v0.7.5 |
2265 | 2023-11-14T22:47:18.584Z | Compiling macaddr v1.0.1 |
2266 | 2023-11-14T22:47:19.743Z | Compiling serde_plain v1.0.2 |
2267 | 2023-11-14T22:47:20.094Z | Compiling parse-display v0.8.2 |
2268 | 2023-11-14T22:47:20.392Z | Compiling xattr v1.0.1 |
2269 | 2023-11-14T22:47:20.477Z | Compiling filetime v0.2.22 |
2270 | 2023-11-14T22:47:20.570Z | Compiling tough v0.14.0 |
2271 | 2023-11-14T22:47:20.825Z | Compiling tar v0.4.40 |
2272 | 2023-11-14T22:47:20.967Z | Compiling slog-stdlog v4.1.1 |
2273 | 2023-11-14T22:47:23.523Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2274 | 2023-11-14T22:47:23.715Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2275 | 2023-11-14T22:47:24.136Z | Compiling camino-tempfile v1.0.2 |
2276 | 2023-11-14T22:47:25.422Z | Compiling bytesize v1.3.0 |
2277 | 2023-11-14T22:47:26.342Z | Compiling fs-err v2.9.0 |
2278 | 2023-11-14T22:47:27.720Z | Compiling slog-envlogger v2.2.0 |
2279 | 2023-11-14T22:47:30.564Z | Compiling humantime v2.1.0 |
2280 | 2023-11-14T22:47:34.488Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2281 | 2023-11-14T22:47:57.938Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2282 | 2023-11-14T22:47:58.229Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2283 | 2023-11-14T22:48:11.089Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2284 | 2023-11-14T22:48:13.294Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2285 | 2023-11-14T22:48:38.080Z | Finished release [optimized] target(s) in 1m 47s |
2286 | 2023-11-14T22:48:38.170Z | |
2287 | 2023-11-14T22:48:38.176Z | real 1:48.141595209 |
2288 | 2023-11-14T22:48:38.184Z | user 11:34.690545004 |
2289 | 2023-11-14T22:48:38.189Z | sys 44.606222059 |
2290 | 2023-11-14T22:48:38.195Z | trap 0.481051321 |
2291 | 2023-11-14T22:48:38.200Z | tflt 0.364091106 |
2292 | 2023-11-14T22:48:38.206Z | dflt 0.844971976 |
2293 | 2023-11-14T22:48:38.213Z | kflt 0.011624414 |
2294 | 2023-11-14T22:48:38.223Z | lock 23:08.925156047 |
2295 | 2023-11-14T22:48:38.227Z | slp 24:48.161976319 |
2296 | 2023-11-14T22:48:38.232Z | lat 21.193843207 |
2297 | 2023-11-14T22:48:38.244Z | stop 11.884593766 |
2298 | 2023-11-14T22:48:38.253Z | + ptime -m gzip |
2299 | 2023-11-14T22:48:40.483Z | |
2300 | 2023-11-14T22:48:40.498Z | real 2.308119562 |
2301 | 2023-11-14T22:48:40.509Z | user 2.277011554 |
2302 | 2023-11-14T22:48:40.517Z | sys 0.030094316 |
2303 | 2023-11-14T22:48:40.521Z | trap 0.000395013 |
2304 | 2023-11-14T22:48:40.524Z | tflt 0.000000000 |
2305 | 2023-11-14T22:48:40.529Z | dflt 0.000000000 |
2306 | 2023-11-14T22:48:40.532Z | kflt 0.000000000 |
2307 | 2023-11-14T22:48:40.535Z | lock 0.000000000 |
2308 | 2023-11-14T22:48:40.538Z | slp 0.000000000 |
2309 | 2023-11-14T22:48:40.543Z | lat 0.000286883 |
2310 | 2023-11-14T22:48:40.547Z | stop 0.000225475 |
2311 | 2023-11-14T22:48:40.550Z | process exited: duration 1174885 ms, exit code 0 |
|
2312 | 2023-11-14T22:48:40.558Z | found 5 output files |
2313 | 2023-11-14T22:48:40.575Z | uploading: /work/end-to-end-tests/bootstrap-14470ed2888247c6.gz (6360034 bytes) |
2314 | 2023-11-14T22:48:43.592Z | uploaded: /work/end-to-end-tests/bootstrap-14470ed2888247c6.gz |
2315 | 2023-11-14T22:48:43.604Z | uploading: /work/end-to-end-tests/bootstrap.gz (86855685 bytes) |
2316 | 2023-11-14T22:49:15.562Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2317 | 2023-11-14T22:49:15.569Z | uploading: /work/end-to-end-tests/end_to_end_tests-0f2fa1e5548e7ba9.gz (99488281 bytes) |
2318 | 2023-11-14T22:50:03.620Z | uploaded: /work/end-to-end-tests/end_to_end_tests-0f2fa1e5548e7ba9.gz |
2319 | 2023-11-14T22:50:03.631Z | uploading: /work/caboose-util.gz (4110311 bytes) |
2320 | 2023-11-14T22:50:05.555Z | uploaded: /work/caboose-util.gz |
2321 | 2023-11-14T22:50:05.565Z | uploading: /work/tufaceous.gz (14681501 bytes) |
2322 | 2023-11-14T22:50:11.468Z | uploaded: /work/tufaceous.gz |