|
|
|
1 | 2023-11-16T15:47:16.575Z | job assigned to worker 01HFCCYQ9HJJTJ2BFMK97B0C33 (queued for 1 m 31 s) |
|
2 | 2023-11-16T15:47:16.699Z | starting task 0: "setup" |
3 | 2023-11-16T15:47:16.754Z | ++ uname -s |
4 | 2023-11-16T15:47:16.759Z | + kern=SunOS |
5 | 2023-11-16T15:47:16.762Z | + case "$kern" in |
6 | 2023-11-16T15:47:16.765Z | + groupadd -g 12345 build |
7 | 2023-11-16T15:47:16.768Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-16T15:47:18.772Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-16T15:47:18.869Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-16T15:47:18.879Z | + home_fs=zfs |
11 | 2023-11-16T15:47:18.885Z | + [[ zfs == autofs ]] |
12 | 2023-11-16T15:47:18.891Z | + mkdir -p /home/build |
13 | 2023-11-16T15:47:18.899Z | + chown build:build /home/build /work |
14 | 2023-11-16T15:47:19.874Z | + chmod 0700 /home/build /work |
15 | 2023-11-16T15:47:19.878Z | process exited: duration 3175 ms, exit code 0 |
|
16 | 2023-11-16T15:47:19.883Z | starting task 1: "rust-toolchain" |
17 | 2023-11-16T15:47:19.895Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-16T15:47:19.898Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-16T15:47:20.070Z | info: downloading installer |
20 | 2023-11-16T15:47:21.847Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-16T15:47:21.851Z | warning: /opt/ooce/bin |
22 | 2023-11-16T15:47:21.854Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-16T15:47:21.857Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-16T15:47:21.861Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-16T15:47:21.865Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-16T15:47:21.868Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-16T15:47:21.871Z | error: cannot install while Rust is installed |
28 | 2023-11-16T15:47:21.873Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-16T15:47:21.925Z | info: profile set to 'default' |
30 | 2023-11-16T15:47:21.932Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-16T15:47:21.939Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-16T15:47:22.111Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-16T15:47:22.120Z | info: downloading component 'cargo' |
34 | 2023-11-16T15:47:22.920Z | info: downloading component 'clippy' |
35 | 2023-11-16T15:47:23.263Z | info: downloading component 'rust-docs' |
36 | 2023-11-16T15:47:24.261Z | info: downloading component 'rust-std' |
37 | 2023-11-16T15:47:26.071Z | info: downloading component 'rustc' |
38 | 2023-11-16T15:47:30.497Z | info: downloading component 'rustfmt' |
39 | 2023-11-16T15:47:30.750Z | info: installing component 'cargo' |
40 | 2023-11-16T15:47:32.992Z | info: installing component 'clippy' |
41 | 2023-11-16T15:47:34.057Z | info: installing component 'rust-docs' |
42 | 2023-11-16T15:47:36.723Z | info: installing component 'rust-std' |
43 | 2023-11-16T15:47:41.550Z | info: installing component 'rustc' |
44 | 2023-11-16T15:47:52.337Z | info: installing component 'rustfmt' |
45 | 2023-11-16T15:47:52.783Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-16T15:47:52.787Z | |
47 | 2023-11-16T15:47:52.925Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-16T15:47:52.928Z | |
49 | 2023-11-16T15:47:52.930Z | |
50 | 2023-11-16T15:47:52.933Z | Rust is installed now. Great! |
51 | 2023-11-16T15:47:52.935Z | |
52 | 2023-11-16T15:47:52.938Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-16T15:47:52.941Z | environment variable. This has not been done automatically. |
54 | 2023-11-16T15:47:52.943Z | |
55 | 2023-11-16T15:47:52.946Z | To configure your current shell, run: |
56 | 2023-11-16T15:47:52.949Z | source "$HOME/.cargo/env" |
57 | 2023-11-16T15:47:53.014Z | + rustc --version |
58 | 2023-11-16T15:47:53.124Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-16T15:47:53.129Z | process exited: duration 33243 ms, exit code 0 |
|
60 | 2023-11-16T15:47:53.135Z | starting task 2: "authentication" |
61 | 2023-11-16T15:47:53.169Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-11-16T15:47:53.174Z | starting task 3: "clone repository" |
63 | 2023-11-16T15:47:53.184Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-16T15:47:53.187Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-16T15:47:53.222Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-16T15:47:58.862Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-16T15:47:58.866Z | + [[ -n maghemite-integration ]] |
68 | 2023-11-16T15:47:58.869Z | + git fetch origin maghemite-integration |
69 | 2023-11-16T15:47:59.281Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-16T15:47:59.287Z | * branch maghemite-integration -> FETCH_HEAD |
71 | 2023-11-16T15:47:59.296Z | + git checkout -B maghemite-integration remotes/origin/maghemite-integration |
72 | 2023-11-16T15:47:59.386Z | Switched to a new branch 'maghemite-integration' |
73 | 2023-11-16T15:47:59.392Z | branch 'maghemite-integration' set up to track 'origin/maghemite-integration'. |
74 | 2023-11-16T15:47:59.401Z | + git reset --hard 7ccf7811627d1895fd28be632efc5b66ccc85007 |
75 | 2023-11-16T15:47:59.412Z | HEAD is now at 7ccf7811 Update with latest version |
76 | 2023-11-16T15:47:59.423Z | process exited: duration 6222 ms, exit code 0 |
|
77 | 2023-11-16T15:47:59.437Z | starting task 4: "build" |
78 | 2023-11-16T15:47:59.449Z | + cargo --version |
79 | 2023-11-16T15:47:59.459Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-16T15:47:59.667Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-16T15:47:59.692Z | info: downloading component 'cargo' |
82 | 2023-11-16T15:48:00.429Z | info: downloading component 'clippy' |
83 | 2023-11-16T15:48:00.711Z | info: downloading component 'rust-docs' |
84 | 2023-11-16T15:48:01.723Z | info: downloading component 'rust-std' |
85 | 2023-11-16T15:48:03.330Z | info: downloading component 'rustc' |
86 | 2023-11-16T15:48:07.834Z | info: downloading component 'rustfmt' |
87 | 2023-11-16T15:48:08.129Z | info: installing component 'cargo' |
88 | 2023-11-16T15:48:09.312Z | info: installing component 'clippy' |
89 | 2023-11-16T15:48:09.804Z | info: installing component 'rust-docs' |
90 | 2023-11-16T15:48:12.442Z | info: installing component 'rust-std' |
91 | 2023-11-16T15:48:14.933Z | info: installing component 'rustc' |
92 | 2023-11-16T15:48:21.031Z | info: installing component 'rustfmt' |
93 | 2023-11-16T15:48:21.574Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-16T15:48:21.577Z | + rustc --version |
95 | 2023-11-16T15:48:21.692Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-16T15:48:21.701Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-11-16T15:48:32.957Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-11-16T15:48:33.994Z | Startup: Caching catalogs ... Done |
99 | 2023-11-16T15:48:39.144Z | Planning: Solver setup ... Done (4.862s) |
100 | 2023-11-16T15:48:39.268Z | Planning: Running solver ... Done (0.121s) |
101 | 2023-11-16T15:48:39.324Z | Planning: Finding local manifests ... Done (0.003s) |
102 | 2023-11-16T15:48:39.338Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2023-11-16T15:48:39.980Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2023-11-16T15:48:40.060Z | Planning: Package planning ... Done (0.080s) |
105 | 2023-11-16T15:48:40.145Z | Planning: Merging actions ... Done (0.085s) |
106 | 2023-11-16T15:48:40.780Z | Planning: Checking for conflicting actions ... Done (0.634s) |
107 | 2023-11-16T15:48:40.797Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-11-16T15:48:44.919Z | Planning: Evaluating mediators ... Done (4.122s) |
109 | 2023-11-16T15:48:44.935Z | Planning: Planning completed in 10.88 seconds |
110 | 2023-11-16T15:48:47.080Z | Packages to install: 4 |
111 | 2023-11-16T15:48:47.087Z | Mediators to change: 2 |
112 | 2023-11-16T15:48:47.091Z | Services to change: 1 |
113 | 2023-11-16T15:48:47.096Z | Estimated space available: 148.90 GB |
114 | 2023-11-16T15:48:47.101Z | Estimated space to be consumed: 1.37 GB |
115 | 2023-11-16T15:48:47.107Z | Create boot environment: No |
116 | 2023-11-16T15:48:47.112Z | Create backup boot environment: No |
117 | 2023-11-16T15:48:47.120Z | Rebuild boot archive: No |
118 | 2023-11-16T15:48:47.125Z | |
119 | 2023-11-16T15:48:47.131Z | Changed mediators: |
120 | 2023-11-16T15:48:47.133Z | mediator clang: |
121 | 2023-11-16T15:48:47.136Z | version: None -> 15 (system default) |
122 | 2023-11-16T15:48:47.139Z | |
123 | 2023-11-16T15:48:47.141Z | mediator llvm: |
124 | 2023-11-16T15:48:47.144Z | version: 14 (system default) -> 15 (system default) |
125 | 2023-11-16T15:48:47.147Z | |
126 | 2023-11-16T15:48:47.149Z | Changed packages: |
127 | 2023-11-16T15:48:47.152Z | helios-dev |
128 | 2023-11-16T15:48:47.155Z | developer/build-essential |
129 | 2023-11-16T15:48:47.158Z | None -> 11-2.0 |
130 | 2023-11-16T15:48:47.161Z | library/libxmlsec1 |
131 | 2023-11-16T15:48:47.164Z | None -> 1.2.35-2.0 |
132 | 2023-11-16T15:48:47.167Z | ooce/developer/clang-15 |
133 | 2023-11-16T15:48:47.170Z | None -> 15.0.7-2.0 |
134 | 2023-11-16T15:48:47.172Z | ooce/developer/llvm-15 |
135 | 2023-11-16T15:48:47.175Z | None -> 15.0.7-2.0 |
136 | 2023-11-16T15:48:47.178Z | |
137 | 2023-11-16T15:48:47.180Z | Services: |
138 | 2023-11-16T15:48:47.183Z | restart_fmri: |
139 | 2023-11-16T15:48:47.186Z | svc:/system/update-man-index:default |
140 | 2023-11-16T15:48:47.317Z | |
141 | 2023-11-16T15:48:47.320Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2023-11-16T15:48:52.406Z | Download: 1198/3290 items 79.1/212.6MB 37% complete (17.1M/s) |
143 | 2023-11-16T15:48:57.425Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (12.0M/s) |
144 | 2023-11-16T15:49:02.428Z | Download: 3199/3290 items 149.7/212.6MB 70% complete (7.3M/s) |
145 | 2023-11-16T15:49:07.562Z | Download: 3285/3290 items 210.8/212.6MB 99% complete (9.3M/s) |
146 | 2023-11-16T15:49:10.819Z | Download: Completed 212.60 MB in 23.50 seconds (9.1M/s) |
147 | 2023-11-16T15:49:11.042Z | Actions: 1/3687 actions (Installing new actions) |
148 | 2023-11-16T15:49:16.049Z | Actions: 2831/3687 actions (Installing new actions) |
149 | 2023-11-16T15:49:19.205Z | Actions: Completed 3687 actions in 8.16 seconds. |
150 | 2023-11-16T15:49:19.299Z | Done (0.086s) |
151 | 2023-11-16T15:49:19.302Z | Done (0.000s) |
152 | 2023-11-16T15:49:19.521Z | Done (0.218s) |
153 | 2023-11-16T15:49:27.046Z | Done (7.414s) |
154 | 2023-11-16T15:49:27.296Z | Done (0.148s) |
155 | 2023-11-16T15:49:27.299Z | Done (0.000s) |
156 | 2023-11-16T15:49:27.545Z | Done (0.000s) |
157 | 2023-11-16T15:49:28.194Z | Planning: Evaluating mediator changes ... Done |
158 | 2023-11-16T15:49:28.481Z | Planning: Checking for conflicting actions ... Done |
159 | 2023-11-16T15:49:28.484Z | Planning: Consolidating action changes ... Done |
160 | 2023-11-16T15:49:28.916Z | Planning: Evaluating mediators ... Done |
161 | 2023-11-16T15:49:28.921Z | Planning: Planning completed in 0.72 seconds |
162 | 2023-11-16T15:49:28.970Z | Mediators to change: 2 |
163 | 2023-11-16T15:49:28.978Z | Create boot environment: No |
164 | 2023-11-16T15:49:28.984Z | Create backup boot environment: No |
165 | 2023-11-16T15:49:29.069Z | Done |
166 | 2023-11-16T15:49:29.072Z | Done |
167 | 2023-11-16T15:49:29.205Z | Done |
168 | 2023-11-16T15:49:35.585Z | Done |
169 | 2023-11-16T15:49:36.040Z | Done |
170 | 2023-11-16T15:49:36.044Z | Done |
171 | 2023-11-16T15:49:36.048Z | Done |
172 | 2023-11-16T15:49:36.267Z | Planning: Evaluating mediator changes ... Done |
173 | 2023-11-16T15:49:36.272Z | Planning: Merging actions ... Done |
174 | 2023-11-16T15:49:36.612Z | Planning: Checking for conflicting actions ... Done |
175 | 2023-11-16T15:49:36.621Z | Planning: Consolidating action changes ... Done |
176 | 2023-11-16T15:49:37.042Z | Planning: Evaluating mediators ... Done |
177 | 2023-11-16T15:49:37.123Z | Planning: Planning completed in 1.30 seconds |
178 | 2023-11-16T15:49:37.177Z | Packages to change: 1 |
179 | 2023-11-16T15:49:37.183Z | Mediators to change: 1 |
180 | 2023-11-16T15:49:37.191Z | Services to change: 1 |
181 | 2023-11-16T15:49:37.210Z | Create boot environment: No |
182 | 2023-11-16T15:49:37.220Z | Create backup boot environment: Yes |
183 | 2023-11-16T15:49:39.059Z | Actions: 1/6 actions (Updating modified actions) |
184 | 2023-11-16T15:49:39.063Z | Actions: Completed 6 actions in 0.00 seconds. |
185 | 2023-11-16T15:49:39.066Z | Done |
186 | 2023-11-16T15:49:39.070Z | Done |
187 | 2023-11-16T15:49:39.114Z | Done |
188 | 2023-11-16T15:49:44.921Z | Done |
189 | 2023-11-16T15:49:45.029Z | Done |
190 | 2023-11-16T15:49:45.032Z | Done |
191 | 2023-11-16T15:49:45.123Z | Done |
192 | 2023-11-16T15:49:45.794Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
193 | 2023-11-16T15:49:45.797Z | clang system 15 system |
194 | 2023-11-16T15:49:45.802Z | csh system system illumos |
195 | 2023-11-16T15:49:45.805Z | ctags system system illumos |
196 | 2023-11-16T15:49:45.808Z | gcc vendor 12 vendor |
197 | 2023-11-16T15:49:45.810Z | gcc system 10 system |
198 | 2023-11-16T15:49:45.813Z | gcc system 7 system |
199 | 2023-11-16T15:49:45.816Z | go system 1.20 system |
200 | 2023-11-16T15:49:45.819Z | go system 1.19 system |
201 | 2023-11-16T15:49:45.822Z | llvm system 15 system |
202 | 2023-11-16T15:49:45.824Z | llvm system 14 system |
203 | 2023-11-16T15:49:45.827Z | mariadb system 10.6 system |
204 | 2023-11-16T15:49:45.830Z | mta vendor vendor dma |
205 | 2023-11-16T15:49:45.834Z | openjdk system 17 system |
206 | 2023-11-16T15:49:45.837Z | openjdk system 11 system |
207 | 2023-11-16T15:49:45.840Z | openjdk system 1.8 system |
208 | 2023-11-16T15:49:45.843Z | openssl vendor 3 vendor |
209 | 2023-11-16T15:49:45.845Z | perl system 5.36 system |
210 | 2023-11-16T15:49:45.848Z | postgresql system 15 system |
211 | 2023-11-16T15:49:45.851Z | postgresql system 13 system |
212 | 2023-11-16T15:49:45.854Z | python vendor 3 vendor |
213 | 2023-11-16T15:49:45.856Z | python system 2 system |
214 | 2023-11-16T15:49:45.859Z | python3 system 3.11 system |
215 | 2023-11-16T15:49:45.861Z | ruby system 3.0 system |
216 | 2023-11-16T15:49:45.864Z | words vendor vendor american-english |
217 | 2023-11-16T15:49:45.867Z | words system system australian-english |
218 | 2023-11-16T15:49:45.869Z | words system system british-english |
219 | 2023-11-16T15:49:45.872Z | words system system canadian-english |
220 | 2023-11-16T15:49:45.876Z | words system system french |
221 | 2023-11-16T15:49:45.880Z | words system system italian |
222 | 2023-11-16T15:49:45.883Z | words system system ngerman |
223 | 2023-11-16T15:49:45.886Z | words system system ogerman |
224 | 2023-11-16T15:49:45.889Z | words system system spanish |
225 | 2023-11-16T15:49:46.326Z | FMRI IFO |
226 | 2023-11-16T15:49:46.329Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
227 | 2023-11-16T15:49:46.331Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
228 | 2023-11-16T15:49:46.334Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
229 | 2023-11-16T15:49:46.337Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
230 | 2023-11-16T15:49:46.340Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
231 | 2023-11-16T15:49:46.342Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
232 | 2023-11-16T15:49:46.399Z | + set -o errexit |
233 | 2023-11-16T15:49:46.402Z | +++ dirname ./tools/ci_download_cockroachdb |
234 | 2023-11-16T15:49:46.405Z | ++ cd ./tools |
235 | 2023-11-16T15:49:46.408Z | ++ pwd |
236 | 2023-11-16T15:49:46.411Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
237 | 2023-11-16T15:49:46.415Z | ++ basename ./tools/ci_download_cockroachdb |
238 | 2023-11-16T15:49:46.436Z | + ARG0=ci_download_cockroachdb |
239 | 2023-11-16T15:49:46.439Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
240 | 2023-11-16T15:49:46.443Z | + CIDL_VERSION=v22.1.9 |
241 | 2023-11-16T15:49:46.448Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
242 | 2023-11-16T15:49:46.451Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
243 | 2023-11-16T15:49:46.455Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
244 | 2023-11-16T15:49:46.458Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
245 | 2023-11-16T15:49:46.460Z | + TARGET_DIR=out |
246 | 2023-11-16T15:49:46.464Z | + DOWNLOAD_DIR=out/downloads |
247 | 2023-11-16T15:49:46.470Z | + DEST_DIR=./out/cockroachdb |
248 | 2023-11-16T15:49:46.481Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
249 | 2023-11-16T15:49:46.492Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
250 | 2023-11-16T15:49:46.504Z | + main |
251 | 2023-11-16T15:49:46.521Z | + [[ 0 != 0 ]] |
252 | 2023-11-16T15:49:46.533Z | + CIDL_OS=solaris2.11 |
253 | 2023-11-16T15:49:46.995Z | + [[ 0 != 0 ]] |
254 | 2023-11-16T15:49:47.002Z | + configure_os solaris2.11 |
255 | 2023-11-16T15:49:47.013Z | + echo 'current directory: /work/oxidecomputer/omicron' |
256 | 2023-11-16T15:49:47.020Z | current directory: /work/oxidecomputer/omicron |
257 | 2023-11-16T15:49:47.455Z | + echo 'configuring based on OS: "solaris2.11"' |
258 | 2023-11-16T15:49:47.468Z | configuring based on OS: "solaris2.11" |
259 | 2023-11-16T15:49:47.481Z | + case "$1" in |
260 | 2023-11-16T15:49:47.495Z | + CIDL_BUILD=illumos |
261 | 2023-11-16T15:49:47.507Z | + CIDL_SUFFIX=tar.gz |
262 | 2023-11-16T15:49:47.517Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
263 | 2023-11-16T15:49:47.525Z | + CIDL_MD5FUNC=do_md5sum |
264 | 2023-11-16T15:49:47.528Z | + CIDL_URL_BASE=https://illumos.org/downloads |
265 | 2023-11-16T15:49:47.531Z | + CIDL_ASSEMBLE=do_assemble_illumos |
266 | 2023-11-16T15:49:47.535Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
267 | 2023-11-16T15:49:47.538Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-11-16T15:49:47.543Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-11-16T15:49:47.555Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
270 | 2023-11-16T15:49:47.559Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-16T15:49:47.563Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
272 | 2023-11-16T15:49:47.566Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-16T15:49:47.569Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
274 | 2023-11-16T15:49:47.572Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-16T15:49:47.575Z | + mkdir -p out/downloads |
276 | 2023-11-16T15:49:47.577Z | + mkdir -p ./out/cockroachdb |
277 | 2023-11-16T15:49:47.580Z | + local DO_DOWNLOAD=true |
278 | 2023-11-16T15:49:47.583Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
279 | 2023-11-16T15:49:47.587Z | + '[' true == true ']' |
280 | 2023-11-16T15:49:47.590Z | + echo Downloading... |
281 | 2023-11-16T15:49:47.592Z | Downloading... |
282 | 2023-11-16T15:49:47.598Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-11-16T15:49:47.601Z | + 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 |
284 | 2023-11-16T15:49:48.233Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-11-16T15:49:48.236Z | ++ md5sum |
286 | 2023-11-16T15:49:48.239Z | ++ awk '{print $1}' |
287 | 2023-11-16T15:49:48.421Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
288 | 2023-11-16T15:49:48.427Z | + [[ 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 ]] |
289 | 2023-11-16T15:49:48.442Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-11-16T15:49:48.446Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
291 | 2023-11-16T15:49:51.762Z | + do_assemble_illumos |
292 | 2023-11-16T15:49:51.768Z | + rm -r ./out/cockroachdb |
293 | 2023-11-16T15:49:51.773Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
294 | 2023-11-16T15:49:52.354Z | + ./out/cockroachdb/bin/cockroach version |
295 | 2023-11-16T15:49:52.564Z | Build Tag: v22.1.9-dirty |
296 | 2023-11-16T15:49:52.570Z | Build Time: 2022/10/26 21:17:46 |
297 | 2023-11-16T15:49:52.573Z | Distribution: OSS |
298 | 2023-11-16T15:49:52.580Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
299 | 2023-11-16T15:49:52.583Z | Go Version: go1.17.13 |
300 | 2023-11-16T15:49:52.587Z | C Compiler: gcc 10.3.0 |
301 | 2023-11-16T15:49:52.592Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
302 | 2023-11-16T15:49:52.601Z | Build Type: release |
303 | 2023-11-16T15:49:52.605Z | + set -o errexit |
304 | 2023-11-16T15:49:52.608Z | +++ dirname ./tools/ci_download_clickhouse |
305 | 2023-11-16T15:49:52.611Z | ++ cd ./tools |
306 | 2023-11-16T15:49:52.617Z | ++ pwd |
307 | 2023-11-16T15:49:52.620Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
308 | 2023-11-16T15:49:52.624Z | ++ basename ./tools/ci_download_clickhouse |
309 | 2023-11-16T15:49:52.628Z | + ARG0=ci_download_clickhouse |
310 | 2023-11-16T15:49:52.632Z | + TARGET_DIR=out |
311 | 2023-11-16T15:49:52.635Z | + DOWNLOAD_DIR=out/downloads |
312 | 2023-11-16T15:49:52.638Z | + DEST_DIR=./out/clickhouse |
313 | 2023-11-16T15:49:52.641Z | + CIDL_VERSION=v22.8.9.24 |
314 | 2023-11-16T15:49:52.644Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
315 | 2023-11-16T15:49:52.647Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
316 | 2023-11-16T15:49:52.651Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
317 | 2023-11-16T15:49:52.659Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
318 | 2023-11-16T15:49:52.672Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
319 | 2023-11-16T15:49:52.688Z | + main |
320 | 2023-11-16T15:49:52.696Z | + [[ 0 != 0 ]] |
321 | 2023-11-16T15:49:52.707Z | + CIDL_OS=solaris2.11 |
322 | 2023-11-16T15:49:52.712Z | + [[ 0 != 0 ]] |
323 | 2023-11-16T15:49:52.715Z | + configure_os solaris2.11 |
324 | 2023-11-16T15:49:52.718Z | + echo 'current directory: /work/oxidecomputer/omicron' |
325 | 2023-11-16T15:49:52.722Z | current directory: /work/oxidecomputer/omicron |
326 | 2023-11-16T15:49:52.725Z | + echo 'configuring based on OS: "solaris2.11"' |
327 | 2023-11-16T15:49:52.728Z | + CIDL_DASHREV= |
328 | 2023-11-16T15:49:52.731Z | + case "$1" in |
329 | 2023-11-16T15:49:52.735Z | configuring based on OS: "solaris2.11" |
330 | 2023-11-16T15:49:52.739Z | + CIDL_PLATFORM=illumos |
331 | 2023-11-16T15:49:52.742Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
332 | 2023-11-16T15:49:52.745Z | + CIDL_MD5FUNC=do_md5sum |
333 | 2023-11-16T15:49:52.748Z | + CIDL_DASHREV=-1 |
334 | 2023-11-16T15:49:52.751Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
335 | 2023-11-16T15:49:52.754Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-11-16T15:49:52.757Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-11-16T15:49:52.760Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-11-16T15:49:52.763Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
339 | 2023-11-16T15:49:52.767Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-16T15:49:52.770Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
341 | 2023-11-16T15:49:52.773Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-16T15:49:52.776Z | + mkdir -p out/downloads |
343 | 2023-11-16T15:49:52.779Z | + mkdir -p ./out/clickhouse |
344 | 2023-11-16T15:49:52.784Z | + local DO_DOWNLOAD=true |
345 | 2023-11-16T15:49:52.787Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
346 | 2023-11-16T15:49:52.790Z | + '[' true == true ']' |
347 | 2023-11-16T15:49:52.795Z | + echo Downloading... |
348 | 2023-11-16T15:49:52.798Z | Downloading... |
349 | 2023-11-16T15:49:52.801Z | + 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 |
350 | 2023-11-16T15:49:52.804Z | + 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 |
351 | 2023-11-16T15:49:54.362Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-11-16T15:49:54.371Z | ++ md5sum |
353 | 2023-11-16T15:49:54.374Z | ++ awk '{print $1}' |
354 | 2023-11-16T15:49:54.667Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2023-11-16T15:49:54.670Z | + [[ 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 ]] |
356 | 2023-11-16T15:49:54.673Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
357 | 2023-11-16T15:49:54.678Z | + mkdir -p ./out/clickhouse |
358 | 2023-11-16T15:49:54.681Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
359 | 2023-11-16T15:49:59.565Z | + ./out/clickhouse/clickhouse server --version |
360 | 2023-11-16T15:49:59.634Z | ClickHouse server version 22.8.9.1. |
361 | 2023-11-16T15:49:59.661Z | + set -o errexit |
362 | 2023-11-16T15:49:59.670Z | +++ dirname ./tools/ci_download_console |
363 | 2023-11-16T15:49:59.681Z | ++ cd ./tools |
364 | 2023-11-16T15:49:59.687Z | ++ pwd |
365 | 2023-11-16T15:49:59.703Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
366 | 2023-11-16T15:49:59.713Z | ++ basename ./tools/ci_download_console |
367 | 2023-11-16T15:49:59.729Z | + ARG0=ci_download_console |
368 | 2023-11-16T15:49:59.744Z | + TARGET_DIR=out |
369 | 2023-11-16T15:50:00.157Z | + DOWNLOAD_DIR=out/downloads |
370 | 2023-11-16T15:50:00.163Z | + DEST_DIR=./out/console-assets |
371 | 2023-11-16T15:50:00.170Z | + source /work/oxidecomputer/omicron/tools/console_version |
372 | 2023-11-16T15:50:00.173Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
373 | 2023-11-16T15:50:00.175Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
374 | 2023-11-16T15:50:00.178Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
375 | 2023-11-16T15:50:00.181Z | + TARBALL_FILE=out/downloads/console.tar.gz |
376 | 2023-11-16T15:50:00.184Z | + main |
377 | 2023-11-16T15:50:00.186Z | + [[ 0 != 0 ]] |
378 | 2023-11-16T15:50:00.189Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
379 | 2023-11-16T15:50:00.193Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
380 | 2023-11-16T15:50:00.196Z | + echo 'Local file: out/downloads/console.tar.gz' |
381 | 2023-11-16T15:50:00.200Z | Local file: out/downloads/console.tar.gz |
382 | 2023-11-16T15:50:00.203Z | + local DO_DOWNLOAD=true |
383 | 2023-11-16T15:50:00.206Z | + [[ -f out/downloads/console.tar.gz ]] |
384 | 2023-11-16T15:50:00.209Z | + mkdir -p out/downloads |
385 | 2023-11-16T15:50:00.211Z | + '[' true == true ']' |
386 | 2023-11-16T15:50:00.214Z | + echo Downloading... |
387 | 2023-11-16T15:50:00.217Z | Downloading... |
388 | 2023-11-16T15:50:00.219Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
389 | 2023-11-16T15:50:00.223Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
390 | 2023-11-16T15:50:00.379Z | ++ do_sha256sum out/downloads/console.tar.gz |
391 | 2023-11-16T15:50:00.384Z | ++ case "$OSTYPE" in |
392 | 2023-11-16T15:50:00.386Z | ++ SHA=sha256sum |
393 | 2023-11-16T15:50:00.391Z | ++ sha256sum |
394 | 2023-11-16T15:50:00.432Z | ++ awk '{print $1}' |
395 | 2023-11-16T15:50:00.440Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
396 | 2023-11-16T15:50:00.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 ]] |
397 | 2023-11-16T15:50:00.474Z | + rm -rf ./out/console-assets |
398 | 2023-11-16T15:50:00.497Z | + mkdir -p ./out/console-assets |
399 | 2023-11-16T15:50:00.510Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
400 | 2023-11-16T15:50:00.516Z | + mkdir -p ./out/console-assets |
401 | 2023-11-16T15:50:00.524Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
402 | 2023-11-16T15:50:00.547Z | + set -o errexit |
403 | 2023-11-16T15:50:00.550Z | +++ dirname ./tools/ci_download_maghemite_openapi |
404 | 2023-11-16T15:50:00.554Z | ++ cd ./tools |
405 | 2023-11-16T15:50:00.556Z | ++ pwd |
406 | 2023-11-16T15:50:00.560Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
407 | 2023-11-16T15:50:00.564Z | ++ basename ./tools/ci_download_maghemite_openapi |
408 | 2023-11-16T15:50:00.567Z | + ARG0=ci_download_maghemite_openapi |
409 | 2023-11-16T15:50:00.570Z | + TARGET_DIR=out |
410 | 2023-11-16T15:50:00.574Z | + DOWNLOAD_DIR=out/downloads |
411 | 2023-11-16T15:50:00.578Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
412 | 2023-11-16T15:50:00.581Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
413 | 2023-11-16T15:50:00.584Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
414 | 2023-11-16T15:50:00.587Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
415 | 2023-11-16T15:50:00.590Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
416 | 2023-11-16T15:50:00.592Z | + main |
417 | 2023-11-16T15:50:00.595Z | + [[ 0 != 0 ]] |
418 | 2023-11-16T15:50:00.598Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
419 | 2023-11-16T15:50:00.601Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
420 | 2023-11-16T15:50:00.604Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
421 | 2023-11-16T15:50:00.607Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
422 | 2023-11-16T15:50:00.610Z | + local DO_DOWNLOAD=true |
423 | 2023-11-16T15:50:00.613Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
424 | 2023-11-16T15:50:00.616Z | + mkdir -p out/downloads |
425 | 2023-11-16T15:50:00.618Z | + '[' true == true ']' |
426 | 2023-11-16T15:50:00.622Z | + echo Downloading... |
427 | 2023-11-16T15:50:00.625Z | Downloading... |
428 | 2023-11-16T15:50:00.628Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
429 | 2023-11-16T15:50:00.630Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
430 | 2023-11-16T15:50:00.767Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
431 | 2023-11-16T15:50:00.770Z | ++ case "$OSTYPE" in |
432 | 2023-11-16T15:50:00.773Z | ++ SHA=sha256sum |
433 | 2023-11-16T15:50:00.776Z | ++ sha256sum |
434 | 2023-11-16T15:50:00.780Z | ++ awk '{print $1}' |
435 | 2023-11-16T15:50:00.783Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
436 | 2023-11-16T15:50:00.786Z | + [[ 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 ]] |
437 | 2023-11-16T15:50:00.789Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
438 | 2023-11-16T15:50:00.795Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
439 | 2023-11-16T15:50:00.798Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
440 | 2023-11-16T15:50:00.800Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
441 | 2023-11-16T15:50:00.803Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
442 | 2023-11-16T15:50:00.806Z | + main |
443 | 2023-11-16T15:50:00.809Z | + [[ 0 != 0 ]] |
444 | 2023-11-16T15:50:00.811Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
445 | 2023-11-16T15:50:00.814Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
446 | 2023-11-16T15:50:00.817Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
447 | 2023-11-16T15:50:00.820Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
448 | 2023-11-16T15:50:00.823Z | + local DO_DOWNLOAD=true |
449 | 2023-11-16T15:50:00.826Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
450 | 2023-11-16T15:50:00.829Z | + mkdir -p out/downloads |
451 | 2023-11-16T15:50:00.831Z | + '[' true == true ']' |
452 | 2023-11-16T15:50:00.834Z | + echo Downloading... |
453 | 2023-11-16T15:50:00.837Z | Downloading... |
454 | 2023-11-16T15:50:00.840Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
455 | 2023-11-16T15:50:00.843Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
456 | 2023-11-16T15:50:00.944Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
457 | 2023-11-16T15:50:00.948Z | ++ case "$OSTYPE" in |
458 | 2023-11-16T15:50:00.951Z | ++ SHA=sha256sum |
459 | 2023-11-16T15:50:00.953Z | ++ sha256sum |
460 | 2023-11-16T15:50:00.956Z | ++ awk '{print $1}' |
461 | 2023-11-16T15:50:00.959Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
462 | 2023-11-16T15:50:00.962Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
463 | 2023-11-16T15:50:00.966Z | + set -o errexit |
464 | 2023-11-16T15:50:00.970Z | +++ dirname ./tools/ci_download_dendrite_openapi |
465 | 2023-11-16T15:50:00.974Z | ++ cd ./tools |
466 | 2023-11-16T15:50:00.978Z | ++ pwd |
467 | 2023-11-16T15:50:00.981Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
468 | 2023-11-16T15:50:00.986Z | ++ basename ./tools/ci_download_dendrite_openapi |
469 | 2023-11-16T15:50:00.994Z | + ARG0=ci_download_dendrite_openapi |
470 | 2023-11-16T15:50:00.998Z | + TARGET_DIR=out |
471 | 2023-11-16T15:50:01.003Z | + DOWNLOAD_DIR=out/downloads |
472 | 2023-11-16T15:50:01.010Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
473 | 2023-11-16T15:50:01.016Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
474 | 2023-11-16T15:50:01.021Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
475 | 2023-11-16T15:50:01.026Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
476 | 2023-11-16T15:50:01.032Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
477 | 2023-11-16T15:50:01.528Z | + main |
478 | 2023-11-16T15:50:01.553Z | + [[ 0 != 0 ]] |
479 | 2023-11-16T15:50:01.574Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
480 | 2023-11-16T15:50:01.591Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
481 | 2023-11-16T15:50:01.603Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
482 | 2023-11-16T15:50:01.608Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
483 | 2023-11-16T15:50:01.611Z | + local DO_DOWNLOAD=true |
484 | 2023-11-16T15:50:01.614Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
485 | 2023-11-16T15:50:01.618Z | + mkdir -p out/downloads |
486 | 2023-11-16T15:50:01.622Z | + '[' true == true ']' |
487 | 2023-11-16T15:50:01.626Z | + echo Downloading... |
488 | 2023-11-16T15:50:01.631Z | Downloading... |
489 | 2023-11-16T15:50:01.635Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
490 | 2023-11-16T15:50:01.639Z | + 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 |
491 | 2023-11-16T15:50:01.645Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
492 | 2023-11-16T15:50:01.650Z | ++ case "$OSTYPE" in |
493 | 2023-11-16T15:50:01.653Z | ++ SHA=sha256sum |
494 | 2023-11-16T15:50:01.656Z | ++ sha256sum |
495 | 2023-11-16T15:50:01.660Z | ++ awk '{print $1}' |
496 | 2023-11-16T15:50:01.663Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
497 | 2023-11-16T15:50:01.666Z | + [[ 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 ]] |
498 | 2023-11-16T15:50:01.670Z | + set -o errexit |
499 | 2023-11-16T15:50:01.673Z | +++ dirname ./tools/ci_download_dendrite_stub |
500 | 2023-11-16T15:50:01.676Z | ++ cd ./tools |
501 | 2023-11-16T15:50:01.679Z | ++ pwd |
502 | 2023-11-16T15:50:01.684Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
503 | 2023-11-16T15:50:01.686Z | ++ basename ./tools/ci_download_dendrite_stub |
504 | 2023-11-16T15:50:01.689Z | + ARG0=ci_download_dendrite_stub |
505 | 2023-11-16T15:50:01.695Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
506 | 2023-11-16T15:50:01.706Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
507 | 2023-11-16T15:50:01.710Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
508 | 2023-11-16T15:50:01.714Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
509 | 2023-11-16T15:50:01.717Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
510 | 2023-11-16T15:50:01.720Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
511 | 2023-11-16T15:50:01.723Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
512 | 2023-11-16T15:50:01.726Z | + TARGET_DIR=out |
513 | 2023-11-16T15:50:01.731Z | + DOWNLOAD_DIR=out/downloads |
514 | 2023-11-16T15:50:01.735Z | + DEST_DIR=./out/dendrite-stub |
515 | 2023-11-16T15:50:01.740Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
516 | 2023-11-16T15:50:01.743Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
517 | 2023-11-16T15:50:01.747Z | + REPO=oxidecomputer/dendrite |
518 | 2023-11-16T15:50:01.750Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
519 | 2023-11-16T15:50:01.753Z | + main |
520 | 2023-11-16T15:50:01.758Z | + [[ 0 != 0 ]] |
521 | 2023-11-16T15:50:01.762Z | + CIDL_OS=solaris2.11 |
522 | 2023-11-16T15:50:01.766Z | + [[ 0 != 0 ]] |
523 | 2023-11-16T15:50:01.775Z | + configure_os solaris2.11 |
524 | 2023-11-16T15:50:02.186Z | + echo 'current directory: /work/oxidecomputer/omicron' |
525 | 2023-11-16T15:50:02.195Z | current directory: /work/oxidecomputer/omicron |
526 | 2023-11-16T15:50:02.204Z | configuring based on OS: "solaris2.11" |
527 | 2023-11-16T15:50:02.210Z | + echo 'configuring based on OS: "solaris2.11"' |
528 | 2023-11-16T15:50:02.217Z | + case "$1" in |
529 | 2023-11-16T15:50:02.222Z | + SET_BINARIES= |
530 | 2023-11-16T15:50:02.234Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
531 | 2023-11-16T15:50:02.249Z | + CIDL_SHA256FUNC=do_sha256sum |
532 | 2023-11-16T15:50:02.268Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
533 | 2023-11-16T15:50:02.283Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
534 | 2023-11-16T15:50:02.290Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
535 | 2023-11-16T15:50:02.298Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
536 | 2023-11-16T15:50:02.308Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
537 | 2023-11-16T15:50:02.317Z | + mkdir -p out/downloads |
538 | 2023-11-16T15:50:02.327Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
539 | 2023-11-16T15:50:02.335Z | Local file: out/downloads/dendrite-stub.tar.gz |
540 | 2023-11-16T15:50:02.344Z | + mkdir -p ./out/dendrite-stub |
541 | 2023-11-16T15:50:02.350Z | + fetch_and_verify |
542 | 2023-11-16T15:50:02.363Z | + local DO_DOWNLOAD=true |
543 | 2023-11-16T15:50:02.379Z | Downloading... |
544 | 2023-11-16T15:50:02.796Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
545 | 2023-11-16T15:50:02.799Z | + '[' true == true ']' |
546 | 2023-11-16T15:50:02.803Z | + echo Downloading... |
547 | 2023-11-16T15:50:02.807Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
548 | 2023-11-16T15:50:02.810Z | + 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 |
549 | 2023-11-16T15:50:09.041Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
550 | 2023-11-16T15:50:09.046Z | ++ sha256sum |
551 | 2023-11-16T15:50:09.050Z | ++ awk '{print $1}' |
552 | 2023-11-16T15:50:09.133Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
553 | 2023-11-16T15:50:09.136Z | + [[ 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 ]] |
554 | 2023-11-16T15:50:09.140Z | + do_untar out/downloads/dendrite-stub.tar.gz |
555 | 2023-11-16T15:50:09.143Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
556 | 2023-11-16T15:50:10.036Z | + do_assemble |
557 | 2023-11-16T15:50:10.041Z | + rm -r ./out/dendrite-stub |
558 | 2023-11-16T15:50:10.044Z | + mkdir ./out/dendrite-stub |
559 | 2023-11-16T15:50:10.049Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
560 | 2023-11-16T15:50:10.146Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
561 | 2023-11-16T15:50:10.159Z | + set -o errexit |
562 | 2023-11-16T15:50:10.163Z | +++ dirname ./tools/ci_download_maghemite_mgd |
563 | 2023-11-16T15:50:10.165Z | ++ cd ./tools |
564 | 2023-11-16T15:50:10.169Z | ++ pwd |
565 | 2023-11-16T15:50:10.171Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
566 | 2023-11-16T15:50:10.174Z | ++ basename ./tools/ci_download_maghemite_mgd |
567 | 2023-11-16T15:50:10.177Z | + ARG0=ci_download_maghemite_mgd |
568 | 2023-11-16T15:50:10.181Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
569 | 2023-11-16T15:50:10.184Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
570 | 2023-11-16T15:50:10.187Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
571 | 2023-11-16T15:50:10.192Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
572 | 2023-11-16T15:50:10.195Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
573 | 2023-11-16T15:50:10.198Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
574 | 2023-11-16T15:50:10.201Z | + TARGET_DIR=out |
575 | 2023-11-16T15:50:10.205Z | + DOWNLOAD_DIR=out/downloads |
576 | 2023-11-16T15:50:10.209Z | + DEST_DIR=./out/mgd |
577 | 2023-11-16T15:50:10.212Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
578 | 2023-11-16T15:50:10.215Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
579 | 2023-11-16T15:50:10.219Z | + REPO=oxidecomputer/maghemite |
580 | 2023-11-16T15:50:10.222Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
581 | 2023-11-16T15:50:10.226Z | + main |
582 | 2023-11-16T15:50:10.229Z | + [[ 0 != 0 ]] |
583 | 2023-11-16T15:50:10.232Z | + CIDL_OS=solaris2.11 |
584 | 2023-11-16T15:50:10.235Z | + [[ 0 != 0 ]] |
585 | 2023-11-16T15:50:10.238Z | + configure_os solaris2.11 |
586 | 2023-11-16T15:50:10.241Z | + echo 'current directory: /work/oxidecomputer/omicron' |
587 | 2023-11-16T15:50:10.244Z | current directory: /work/oxidecomputer/omicron |
588 | 2023-11-16T15:50:10.247Z | + echo 'configuring based on OS: "solaris2.11"' |
589 | 2023-11-16T15:50:10.250Z | configuring based on OS: "solaris2.11" |
590 | 2023-11-16T15:50:10.253Z | + case "$1" in |
591 | 2023-11-16T15:50:10.256Z | + SET_BINARIES= |
592 | 2023-11-16T15:50:10.260Z | + CIDL_SHA256FUNC=do_sha256sum |
593 | 2023-11-16T15:50:10.262Z | + TARBALL_FILENAME=mgd.tar.gz |
594 | 2023-11-16T15:50:10.265Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
595 | 2023-11-16T15:50:10.268Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
596 | 2023-11-16T15:50:10.271Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
597 | 2023-11-16T15:50:10.274Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
598 | 2023-11-16T15:50:10.278Z | Local file: out/downloads/mgd.tar.gz |
599 | 2023-11-16T15:50:10.282Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
600 | 2023-11-16T15:50:10.286Z | + mkdir -p out/downloads |
601 | 2023-11-16T15:50:10.289Z | + mkdir -p ./out/mgd |
602 | 2023-11-16T15:50:10.291Z | + fetch_and_verify |
603 | 2023-11-16T15:50:10.294Z | + local DO_DOWNLOAD=true |
604 | 2023-11-16T15:50:10.297Z | + [[ -f out/downloads/mgd.tar.gz ]] |
605 | 2023-11-16T15:50:10.300Z | + '[' true == true ']' |
606 | 2023-11-16T15:50:10.303Z | + echo Downloading... |
607 | 2023-11-16T15:50:10.306Z | Downloading... |
608 | 2023-11-16T15:50:10.309Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
609 | 2023-11-16T15:50:10.312Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
610 | 2023-11-16T15:50:16.662Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
611 | 2023-11-16T15:50:16.668Z | ++ sha256sum |
612 | 2023-11-16T15:50:16.671Z | ++ awk '{print $1}' |
613 | 2023-11-16T15:50:17.122Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
614 | 2023-11-16T15:50:17.127Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
615 | 2023-11-16T15:50:17.135Z | + do_untar out/downloads/mgd.tar.gz |
616 | 2023-11-16T15:50:17.145Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
617 | 2023-11-16T15:50:17.383Z | + do_assemble |
618 | 2023-11-16T15:50:17.386Z | + rm -r ./out/mgd |
619 | 2023-11-16T15:50:17.389Z | + mkdir ./out/mgd |
620 | 2023-11-16T15:50:17.392Z | + cp -r out/downloads/root ./out/mgd/root |
621 | 2023-11-16T15:50:17.566Z | + set -o errexit |
622 | 2023-11-16T15:50:17.570Z | +++ dirname ./tools/ci_download_transceiver_control |
623 | 2023-11-16T15:50:17.574Z | ++ cd ./tools |
624 | 2023-11-16T15:50:17.577Z | ++ pwd |
625 | 2023-11-16T15:50:17.580Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
626 | 2023-11-16T15:50:17.588Z | ++ basename ./tools/ci_download_transceiver_control |
627 | 2023-11-16T15:50:17.599Z | + ARG0=ci_download_transceiver_control |
628 | 2023-11-16T15:50:17.616Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
629 | 2023-11-16T15:50:17.628Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
630 | 2023-11-16T15:50:17.638Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
631 | 2023-11-16T15:50:18.059Z | + TARGET_DIR=out |
632 | 2023-11-16T15:50:18.072Z | + DOWNLOAD_DIR=out/downloads |
633 | 2023-11-16T15:50:18.086Z | + DEST_DIR=./out/transceiver-control |
634 | 2023-11-16T15:50:18.142Z | + BIN_DIR=/opt/oxide/bin |
635 | 2023-11-16T15:50:18.153Z | + BINARY=xcvradm |
636 | 2023-11-16T15:50:18.158Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
637 | 2023-11-16T15:50:18.171Z | + REPO=oxidecomputer/transceiver-control |
638 | 2023-11-16T15:50:18.180Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2023-11-16T15:50:18.188Z | + main |
640 | 2023-11-16T15:50:18.201Z | + [[ 0 != 0 ]] |
641 | 2023-11-16T15:50:18.206Z | + CIDL_OS=solaris2.11 |
642 | 2023-11-16T15:50:18.212Z | + [[ 0 != 0 ]] |
643 | 2023-11-16T15:50:18.229Z | + configure_os solaris2.11 |
644 | 2023-11-16T15:50:18.243Z | + echo 'current directory: /work/oxidecomputer/omicron' |
645 | 2023-11-16T15:50:18.254Z | current directory: /work/oxidecomputer/omicron |
646 | 2023-11-16T15:50:18.265Z | + echo 'configuring based on OS: "solaris2.11"' |
647 | 2023-11-16T15:50:18.285Z | configuring based on OS: "solaris2.11" |
648 | 2023-11-16T15:50:18.706Z | + case "$1" in |
649 | 2023-11-16T15:50:18.722Z | + SET_BINARIES= |
650 | 2023-11-16T15:50:18.738Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
651 | 2023-11-16T15:50:18.753Z | + CIDL_SHA256FUNC=do_sha256sum |
652 | 2023-11-16T15:50:18.760Z | + ARCHIVE_FILENAME=xcvradm.gz |
653 | 2023-11-16T15:50:18.765Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
654 | 2023-11-16T15:50:18.768Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
655 | 2023-11-16T15:50:18.771Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
656 | 2023-11-16T15:50:18.774Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
657 | 2023-11-16T15:50:18.777Z | + echo 'Local file: out/downloads/xcvradm.gz' |
658 | 2023-11-16T15:50:18.780Z | Local file: out/downloads/xcvradm.gz |
659 | 2023-11-16T15:50:18.783Z | + mkdir -p out/downloads |
660 | 2023-11-16T15:50:18.786Z | + mkdir -p ./out/transceiver-control |
661 | 2023-11-16T15:50:18.789Z | + fetch_and_verify |
662 | 2023-11-16T15:50:18.793Z | + local DO_DOWNLOAD=true |
663 | 2023-11-16T15:50:18.796Z | + [[ -f out/downloads/xcvradm.gz ]] |
664 | 2023-11-16T15:50:18.799Z | + '[' true == true ']' |
665 | 2023-11-16T15:50:18.802Z | + echo Downloading... |
666 | 2023-11-16T15:50:18.805Z | Downloading... |
667 | 2023-11-16T15:50:18.808Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
668 | 2023-11-16T15:50:18.811Z | + 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 |
669 | 2023-11-16T15:50:22.531Z | ++ do_sha256sum out/downloads/xcvradm.gz |
670 | 2023-11-16T15:50:22.537Z | ++ sha256sum |
671 | 2023-11-16T15:50:22.544Z | ++ awk '{print $1}' |
672 | 2023-11-16T15:50:22.557Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2023-11-16T15:50:22.563Z | + [[ 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 ]] |
674 | 2023-11-16T15:50:22.570Z | + do_unpack out/downloads/xcvradm.gz |
675 | 2023-11-16T15:50:22.575Z | + mkdir -p out/downloads/root//opt/oxide/bin |
676 | 2023-11-16T15:50:22.580Z | + gzip -dc out/downloads/xcvradm.gz |
677 | 2023-11-16T15:50:22.730Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
678 | 2023-11-16T15:50:22.733Z | + do_assemble |
679 | 2023-11-16T15:50:22.736Z | + rm -r ./out/transceiver-control |
680 | 2023-11-16T15:50:22.739Z | + mkdir ./out/transceiver-control |
681 | 2023-11-16T15:50:22.741Z | + cp -r out/downloads/root ./out/transceiver-control/root |
682 | 2023-11-16T15:50:22.919Z | All prerequisites installed successfully |
683 | 2023-11-16T15:50:22.922Z | |
684 | 2023-11-16T15:50:22.925Z | real 2:01.216343826 |
685 | 2023-11-16T15:50:22.930Z | user 52.126818394 |
686 | 2023-11-16T15:50:22.933Z | sys 9.680706421 |
687 | 2023-11-16T15:50:22.936Z | trap 0.021020562 |
688 | 2023-11-16T15:50:22.939Z | tflt 0.318785131 |
689 | 2023-11-16T15:50:22.944Z | dflt 0.739495274 |
690 | 2023-11-16T15:50:22.947Z | kflt 0.204686177 |
691 | 2023-11-16T15:50:22.950Z | lock 1.630214159 |
692 | 2023-11-16T15:50:22.954Z | slp 3:44.650646248 |
693 | 2023-11-16T15:50:22.957Z | lat 3.381423889 |
694 | 2023-11-16T15:50:22.960Z | stop 0.070404312 |
695 | 2023-11-16T15:50:22.963Z | + banner end-to-end-tests |
696 | 2023-11-16T15:50:22.969Z | |
697 | 2023-11-16T15:50:22.972Z | ###### # # ##### ##### #### ###### # # ##### |
698 | 2023-11-16T15:50:22.975Z | # ## # # # # # # # ## # # # |
699 | 2023-11-16T15:50:22.978Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
700 | 2023-11-16T15:50:22.980Z | # # # # # # # # # # # # # # # |
701 | 2023-11-16T15:50:22.983Z | # # ## # # # # # # # ## # # |
702 | 2023-11-16T15:50:22.988Z | ###### # # ##### # #### ###### # # ##### |
703 | 2023-11-16T15:50:22.991Z | |
704 | 2023-11-16T15:50:22.994Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
705 | 2023-11-16T15:50:22.997Z | + CARGO_PROFILE_DEV_DEBUG=1 |
706 | 2023-11-16T15:50:23.000Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
707 | 2023-11-16T15:50:23.003Z | + CARGO_PROFILE_TEST_DEBUG=1 |
708 | 2023-11-16T15:50:23.006Z | + export CARGO_INCREMENTAL=0 |
709 | 2023-11-16T15:50:23.009Z | + CARGO_INCREMENTAL=0 |
710 | 2023-11-16T15:50:23.011Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
711 | 2023-11-16T15:50:23.301Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
712 | 2023-11-16T15:50:23.698Z | Updating crates.io index |
713 | 2023-11-16T15:50:23.701Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
714 | 2023-11-16T15:50:24.636Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
715 | 2023-11-16T15:50:26.487Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
716 | 2023-11-16T15:50:27.105Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
717 | 2023-11-16T15:50:27.482Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
718 | 2023-11-16T15:50:27.711Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
719 | 2023-11-16T15:50:28.042Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
720 | 2023-11-16T15:50:29.185Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
721 | 2023-11-16T15:50:31.153Z | Updating git repository `https://github.com/oxidecomputer/opte` |
722 | 2023-11-16T15:50:32.228Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
723 | 2023-11-16T15:50:32.544Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
724 | 2023-11-16T15:50:33.313Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
725 | 2023-11-16T15:50:33.671Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
726 | 2023-11-16T15:50:34.016Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
727 | 2023-11-16T15:50:34.421Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
728 | 2023-11-16T15:50:34.754Z | Updating git repository `https://github.com/njaremko/samael` |
729 | 2023-11-16T15:50:35.207Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
730 | 2023-11-16T15:50:35.877Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
731 | 2023-11-16T15:50:36.392Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
732 | 2023-11-16T15:50:36.716Z | Updating git repository `https://github.com/jgallagher/nix` |
733 | 2023-11-16T15:50:38.151Z | Updating git repository `https://github.com/cbiffle/hubpack` |
734 | 2023-11-16T15:50:38.705Z | Updating git repository `https://github.com/oxidecomputer/typify` |
735 | 2023-11-16T15:50:39.725Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
736 | 2023-11-16T15:50:40.145Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
737 | 2023-11-16T15:50:40.534Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
738 | 2023-11-16T15:50:41.847Z | Downloading crates ... |
739 | 2023-11-16T15:50:42.083Z | Downloaded derive_more v0.99.17 |
740 | 2023-11-16T15:50:42.098Z | Downloaded atty v0.2.14 |
741 | 2023-11-16T15:50:42.109Z | Downloaded omicron-zone-package v0.8.3 |
742 | 2023-11-16T15:50:42.114Z | Downloaded bitflags v1.3.2 |
743 | 2023-11-16T15:50:42.123Z | Downloaded unsafe-libyaml v0.2.9 |
744 | 2023-11-16T15:50:42.133Z | Downloaded num_enum v0.5.11 |
745 | 2023-11-16T15:50:42.150Z | Downloaded opaque-debug v0.3.0 |
746 | 2023-11-16T15:50:42.156Z | Downloaded pest_meta v2.7.2 |
747 | 2023-11-16T15:50:42.163Z | Downloaded multer v2.1.0 |
748 | 2023-11-16T15:50:42.170Z | Downloaded poly1305 v0.8.0 |
749 | 2023-11-16T15:50:42.175Z | Downloaded num-integer v0.1.45 |
750 | 2023-11-16T15:50:42.183Z | Downloaded crossbeam-epoch v0.9.15 |
751 | 2023-11-16T15:50:42.189Z | Downloaded foreign-types-shared v0.1.1 |
752 | 2023-11-16T15:50:42.194Z | Downloaded openssl-macros v0.1.1 |
753 | 2023-11-16T15:50:42.199Z | Downloaded quick-error v1.2.3 |
754 | 2023-11-16T15:50:42.209Z | Downloaded byteorder v1.5.0 |
755 | 2023-11-16T15:50:42.215Z | Downloaded bit-vec v0.6.3 |
756 | 2023-11-16T15:50:42.218Z | Downloaded clap_lex v0.5.1 |
757 | 2023-11-16T15:50:42.220Z | Downloaded openssl-sys v0.9.93 |
758 | 2023-11-16T15:50:42.223Z | Downloaded darling_macro v0.20.3 |
759 | 2023-11-16T15:50:42.225Z | Downloaded mime_guess v2.0.4 |
760 | 2023-11-16T15:50:42.228Z | Downloaded toml_datetime v0.6.5 |
761 | 2023-11-16T15:50:42.230Z | Downloaded equivalent v1.0.1 |
762 | 2023-11-16T15:50:42.233Z | Downloaded ident_case v1.0.1 |
763 | 2023-11-16T15:50:42.236Z | Downloaded camino v1.1.6 |
764 | 2023-11-16T15:50:42.252Z | Downloaded untrusted v0.9.0 |
765 | 2023-11-16T15:50:42.256Z | Downloaded foreign-types-macros v0.2.3 |
766 | 2023-11-16T15:50:42.259Z | Downloaded native-tls v0.2.11 |
767 | 2023-11-16T15:50:42.262Z | Downloaded resolv-conf v0.7.0 |
768 | 2023-11-16T15:50:42.265Z | Downloaded ciborium v0.2.1 |
769 | 2023-11-16T15:50:42.268Z | Downloaded kstat-rs v0.2.3 |
770 | 2023-11-16T15:50:42.271Z | Downloaded time-core v0.1.1 |
771 | 2023-11-16T15:50:42.273Z | Downloaded block-buffer v0.10.4 |
772 | 2023-11-16T15:50:42.276Z | Downloaded hex v0.4.3 |
773 | 2023-11-16T15:50:42.279Z | Downloaded bitflags v2.4.0 |
774 | 2023-11-16T15:50:42.282Z | Downloaded cbc v0.1.2 |
775 | 2023-11-16T15:50:42.284Z | Downloaded endian-type v0.1.2 |
776 | 2023-11-16T15:50:42.287Z | Downloaded tower-service v0.3.2 |
777 | 2023-11-16T15:50:42.289Z | Downloaded toolchain_find v0.2.0 |
778 | 2023-11-16T15:50:42.292Z | Downloaded futures-sink v0.3.29 |
779 | 2023-11-16T15:50:42.294Z | Downloaded serde_spanned v0.6.4 |
780 | 2023-11-16T15:50:42.297Z | Downloaded pem v3.0.2 |
781 | 2023-11-16T15:50:42.300Z | Downloaded convert_case v0.4.0 |
782 | 2023-11-16T15:50:42.303Z | Downloaded pkg-config v0.3.27 |
783 | 2023-11-16T15:50:42.305Z | Downloaded adler v1.0.2 |
784 | 2023-11-16T15:50:42.308Z | Downloaded hubpack_derive v0.1.1 |
785 | 2023-11-16T15:50:42.311Z | Downloaded anstyle v1.0.2 |
786 | 2023-11-16T15:50:42.314Z | Downloaded hash32 v0.2.1 |
787 | 2023-11-16T15:50:42.317Z | Downloaded heck v0.4.1 |
788 | 2023-11-16T15:50:42.319Z | Downloaded want v0.3.1 |
789 | 2023-11-16T15:50:42.323Z | Downloaded fxhash v0.2.1 |
790 | 2023-11-16T15:50:42.326Z | Downloaded time-macros v0.2.13 |
791 | 2023-11-16T15:50:42.328Z | Downloaded instant v0.1.12 |
792 | 2023-11-16T15:50:42.331Z | Downloaded scopeguard v1.2.0 |
793 | 2023-11-16T15:50:42.333Z | Downloaded getopts v0.2.21 |
794 | 2023-11-16T15:50:42.336Z | Downloaded serde_repr v0.1.16 |
795 | 2023-11-16T15:50:42.338Z | Downloaded filetime v0.2.22 |
796 | 2023-11-16T15:50:42.341Z | Downloaded md5 v0.7.0 |
797 | 2023-11-16T15:50:42.344Z | Downloaded futures-task v0.3.29 |
798 | 2023-11-16T15:50:42.347Z | Downloaded slog-scope v4.4.0 |
799 | 2023-11-16T15:50:42.349Z | Downloaded async-trait v0.1.74 |
800 | 2023-11-16T15:50:42.352Z | Downloaded foreign-types v0.3.2 |
801 | 2023-11-16T15:50:42.355Z | Downloaded platforms v3.0.2 |
802 | 2023-11-16T15:50:42.358Z | Downloaded parking_lot_core v0.9.8 |
803 | 2023-11-16T15:50:42.361Z | Downloaded half v1.8.2 |
804 | 2023-11-16T15:50:42.364Z | Downloaded strum v0.25.0 |
805 | 2023-11-16T15:50:42.367Z | Downloaded usdt-attr-macro v0.3.5 |
806 | 2023-11-16T15:50:42.370Z | Downloaded futures-macro v0.3.29 |
807 | 2023-11-16T15:50:42.373Z | Downloaded md-5 v0.10.5 |
808 | 2023-11-16T15:50:42.376Z | Downloaded pest_derive v2.7.2 |
809 | 2023-11-16T15:50:42.378Z | Downloaded generic-array v0.14.7 |
810 | 2023-11-16T15:50:42.381Z | Downloaded foreign-types-shared v0.3.1 |
811 | 2023-11-16T15:50:42.384Z | Downloaded itoa v1.0.9 |
812 | 2023-11-16T15:50:42.387Z | Downloaded linked-hash-map v0.5.6 |
813 | 2023-11-16T15:50:42.390Z | Downloaded uuid v1.5.0 |
814 | 2023-11-16T15:50:42.396Z | Downloaded secrecy v0.8.0 |
815 | 2023-11-16T15:50:42.398Z | Downloaded russh-cryptovec v0.7.0 |
816 | 2023-11-16T15:50:42.401Z | Downloaded universal-hash v0.5.1 |
817 | 2023-11-16T15:50:42.404Z | Downloaded fnv v1.0.7 |
818 | 2023-11-16T15:50:42.407Z | Downloaded structmeta v0.2.0 |
819 | 2023-11-16T15:50:42.410Z | Downloaded strum_macros v0.25.2 |
820 | 2023-11-16T15:50:42.412Z | Downloaded slog-stdlog v4.1.1 |
821 | 2023-11-16T15:50:42.415Z | Downloaded addr2line v0.21.0 |
822 | 2023-11-16T15:50:42.421Z | Downloaded headers-core v0.2.0 |
823 | 2023-11-16T15:50:42.423Z | Downloaded httparse v1.8.0 |
824 | 2023-11-16T15:50:42.426Z | Downloaded slab v0.4.9 |
825 | 2023-11-16T15:50:42.429Z | Downloaded sct v0.7.0 |
826 | 2023-11-16T15:50:42.435Z | Downloaded lru-cache v0.1.2 |
827 | 2023-11-16T15:50:42.438Z | Downloaded tokio-native-tls v0.3.1 |
828 | 2023-11-16T15:50:42.441Z | Downloaded spki v0.7.2 |
829 | 2023-11-16T15:50:42.445Z | Downloaded spin v0.5.2 |
830 | 2023-11-16T15:50:42.451Z | Downloaded smf v0.2.2 |
831 | 2023-11-16T15:50:42.454Z | Downloaded slog-json v2.6.1 |
832 | 2023-11-16T15:50:42.456Z | Downloaded stringprep v0.1.3 |
833 | 2023-11-16T15:50:42.459Z | Downloaded base64 v0.21.5 |
834 | 2023-11-16T15:50:42.463Z | Downloaded unicode-xid v0.2.4 |
835 | 2023-11-16T15:50:42.466Z | Downloaded serde_derive v1.0.192 |
836 | 2023-11-16T15:50:42.471Z | Downloaded tinyvec v1.6.0 |
837 | 2023-11-16T15:50:42.477Z | Downloaded serde_urlencoded v0.7.1 |
838 | 2023-11-16T15:50:42.480Z | Downloaded hostname v0.3.1 |
839 | 2023-11-16T15:50:42.483Z | Downloaded tinyvec_macros v0.1.1 |
840 | 2023-11-16T15:50:42.486Z | Downloaded version_check v0.9.4 |
841 | 2023-11-16T15:50:42.488Z | Downloaded zone_cfg_derive v0.3.0 |
842 | 2023-11-16T15:50:42.491Z | Downloaded foreign-types v0.5.0 |
843 | 2023-11-16T15:50:42.494Z | Downloaded utf-8 v0.7.6 |
844 | 2023-11-16T15:50:42.497Z | Downloaded slog-term v2.9.0 |
845 | 2023-11-16T15:50:42.499Z | Downloaded stable_deref_trait v1.2.0 |
846 | 2023-11-16T15:50:42.502Z | Downloaded vsss-rs v3.3.1 |
847 | 2023-11-16T15:50:42.505Z | Downloaded unicode-bidi v0.3.13 |
848 | 2023-11-16T15:50:42.508Z | Downloaded heapless v0.7.16 |
849 | 2023-11-16T15:50:42.516Z | Downloaded http-range v0.1.5 |
850 | 2023-11-16T15:50:42.519Z | Downloaded slog-dtrace v0.2.3 |
851 | 2023-11-16T15:50:42.521Z | Downloaded inout v0.1.3 |
852 | 2023-11-16T15:50:42.524Z | Downloaded rustc_version v0.4.0 |
853 | 2023-11-16T15:50:42.527Z | Downloaded rand v0.8.5 |
854 | 2023-11-16T15:50:42.532Z | Downloaded sha1 v0.10.6 |
855 | 2023-11-16T15:50:42.535Z | Downloaded ghash v0.5.0 |
856 | 2023-11-16T15:50:42.538Z | Downloaded rustls-pemfile v1.0.3 |
857 | 2023-11-16T15:50:42.541Z | Downloaded hubpack v0.1.2 |
858 | 2023-11-16T15:50:42.544Z | Downloaded toml_edit v0.19.15 |
859 | 2023-11-16T15:50:42.574Z | Downloaded hyper-tls v0.5.0 |
860 | 2023-11-16T15:50:42.577Z | Downloaded hyper-staticfile v0.9.5 |
861 | 2023-11-16T15:50:42.579Z | Downloaded rustls-native-certs v0.6.3 |
862 | 2023-11-16T15:50:42.585Z | Downloaded thiserror-no-std v2.0.2 |
863 | 2023-11-16T15:50:42.591Z | Downloaded http-body v0.4.5 |
864 | 2023-11-16T15:50:42.594Z | Downloaded thiserror-impl-no-std v2.0.2 |
865 | 2023-11-16T15:50:42.597Z | Downloaded tokio-rustls v0.24.1 |
866 | 2023-11-16T15:50:42.600Z | Downloaded thread_local v1.1.7 |
867 | 2023-11-16T15:50:42.603Z | Downloaded unicode-width v0.1.11 |
868 | 2023-11-16T15:50:42.606Z | Downloaded toml v0.8.8 |
869 | 2023-11-16T15:50:42.611Z | Downloaded toml v0.7.8 |
870 | 2023-11-16T15:50:42.621Z | Downloaded sha2 v0.10.8 |
871 | 2023-11-16T15:50:42.628Z | Downloaded lock_api v0.4.10 |
872 | 2023-11-16T15:50:42.639Z | Downloaded socket2 v0.5.4 |
873 | 2023-11-16T15:50:42.651Z | Downloaded tokio-tungstenite v0.20.1 |
874 | 2023-11-16T15:50:42.655Z | Downloaded structopt v0.3.26 |
875 | 2023-11-16T15:50:42.658Z | Downloaded toml v0.5.11 |
876 | 2023-11-16T15:50:42.660Z | Downloaded signal-hook v0.3.17 |
877 | 2023-11-16T15:50:42.663Z | Downloaded term v0.7.0 |
878 | 2023-11-16T15:50:42.665Z | Downloaded trust-dns-resolver v0.22.0 |
879 | 2023-11-16T15:50:42.670Z | Downloaded slog v2.7.0 |
880 | 2023-11-16T15:50:42.676Z | Downloaded indexmap v2.1.0 |
881 | 2023-11-16T15:50:42.683Z | Downloaded similar v2.2.1 |
882 | 2023-11-16T15:50:42.693Z | Downloaded aho-corasick v1.0.4 |
883 | 2023-11-16T15:50:42.703Z | Downloaded tokio-postgres v0.7.10 |
884 | 2023-11-16T15:50:42.712Z | Downloaded serde_yaml v0.9.25 |
885 | 2023-11-16T15:50:42.719Z | Downloaded http v0.2.9 |
886 | 2023-11-16T15:50:42.726Z | Downloaded hashbrown v0.12.3 |
887 | 2023-11-16T15:50:42.734Z | Downloaded h2 v0.3.21 |
888 | 2023-11-16T15:50:42.747Z | Downloaded elliptic-curve v0.13.5 |
889 | 2023-11-16T15:50:42.754Z | Downloaded chrono v0.4.31 |
890 | 2023-11-16T15:50:42.769Z | Downloaded time v0.3.27 |
891 | 2023-11-16T15:50:42.780Z | Downloaded hkdf v0.12.3 |
892 | 2023-11-16T15:50:42.785Z | Downloaded serde_json v1.0.108 |
893 | 2023-11-16T15:50:42.798Z | Downloaded trust-dns-client v0.22.0 |
894 | 2023-11-16T15:50:42.809Z | Downloaded itertools v0.11.0 |
895 | 2023-11-16T15:50:42.820Z | Downloaded libm v0.2.7 |
896 | 2023-11-16T15:50:42.838Z | Downloaded rustls-webpki v0.101.7 |
897 | 2023-11-16T15:50:42.865Z | Downloaded hyper v0.14.27 |
898 | 2023-11-16T15:50:42.879Z | Downloaded smoltcp v0.8.2 |
899 | 2023-11-16T15:50:42.897Z | Downloaded vcpkg v0.2.15 |
900 | 2023-11-16T15:50:42.971Z | Downloaded smoltcp v0.9.1 |
901 | 2023-11-16T15:50:42.991Z | Downloaded trust-dns-proto v0.22.0 |
902 | 2023-11-16T15:50:43.017Z | Downloaded syn v1.0.109 |
903 | 2023-11-16T15:50:43.037Z | Downloaded syn v2.0.32 |
904 | 2023-11-16T15:50:43.057Z | Downloaded openssl v0.10.57 |
905 | 2023-11-16T15:50:43.077Z | Downloaded idna v0.4.0 |
906 | 2023-11-16T15:50:43.090Z | Downloaded regex-syntax v0.7.5 |
907 | 2023-11-16T15:50:43.107Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
908 | 2023-11-16T15:50:43.132Z | Downloaded rustls v0.21.8 |
909 | 2023-11-16T15:50:43.154Z | Downloaded rustix v0.38.9 |
910 | 2023-11-16T15:50:43.196Z | Downloaded tokio v1.33.0 |
911 | 2023-11-16T15:50:43.264Z | Downloaded libc v0.2.150 |
912 | 2023-11-16T15:50:43.314Z | Downloaded encoding_rs v0.8.33 |
913 | 2023-11-16T15:50:43.357Z | Downloaded zerocopy-derive v0.2.0 |
914 | 2023-11-16T15:50:43.374Z | Downloaded regex-automata v0.4.3 |
915 | 2023-11-16T15:50:43.406Z | Downloaded sled v0.34.7 |
916 | 2023-11-16T15:50:43.426Z | Downloaded regex-automata v0.3.8 |
917 | 2023-11-16T15:50:43.458Z | Downloaded idna v0.2.3 |
918 | 2023-11-16T15:50:43.471Z | Downloaded rustix v0.37.23 |
919 | 2023-11-16T15:50:43.507Z | Downloaded curve25519-dalek v4.1.0 |
920 | 2023-11-16T15:50:43.523Z | Downloaded sha3 v0.10.8 |
921 | 2023-11-16T15:50:43.536Z | Downloaded regex-syntax v0.8.2 |
922 | 2023-11-16T15:50:43.552Z | Downloaded zerocopy-derive v0.6.4 |
923 | 2023-11-16T15:50:43.571Z | Downloaded openapiv3 v2.0.0-rc.1 |
924 | 2023-11-16T15:50:43.594Z | Downloaded winapi v0.3.9 |
925 | 2023-11-16T15:50:43.670Z | Downloaded bstr v1.6.0 |
926 | 2023-11-16T15:50:43.690Z | Downloaded gimli v0.28.0 |
927 | 2023-11-16T15:50:43.707Z | Downloaded regress v0.7.1 |
928 | 2023-11-16T15:50:43.721Z | Downloaded bstr v0.2.17 |
929 | 2023-11-16T15:50:43.739Z | Downloaded webpki-roots v0.25.2 |
930 | 2023-11-16T15:50:43.746Z | Downloaded diesel v2.1.3 |
931 | 2023-11-16T15:50:43.779Z | Downloaded object v0.32.1 |
932 | 2023-11-16T15:50:43.797Z | Downloaded radix_trie v0.2.1 |
933 | 2023-11-16T15:50:43.807Z | Downloaded clap_builder v4.4.2 |
934 | 2023-11-16T15:50:43.819Z | Downloaded aes-gcm v0.10.3 |
935 | 2023-11-16T15:50:43.826Z | Downloaded regex v1.10.2 |
936 | 2023-11-16T15:50:43.849Z | Downloaded itertools v0.10.5 |
937 | 2023-11-16T15:50:43.860Z | Downloaded hashbrown v0.13.2 |
938 | 2023-11-16T15:50:43.870Z | Downloaded hashbrown v0.14.2 |
939 | 2023-11-16T15:50:43.880Z | Downloaded futures-util v0.3.29 |
940 | 2023-11-16T15:50:43.902Z | Downloaded pest v2.7.2 |
941 | 2023-11-16T15:50:43.911Z | Downloaded reqwest v0.11.22 |
942 | 2023-11-16T15:50:43.924Z | Downloaded clap v2.34.0 |
943 | 2023-11-16T15:50:43.954Z | Downloaded crossterm v0.27.0 |
944 | 2023-11-16T15:50:43.957Z | Downloaded aes v0.8.3 |
945 | 2023-11-16T15:50:43.960Z | Downloaded regex-automata v0.1.10 |
946 | 2023-11-16T15:50:43.963Z | Downloaded url v2.4.1 |
947 | 2023-11-16T15:50:43.974Z | Downloaded winnow v0.5.15 |
948 | 2023-11-16T15:50:43.986Z | Downloaded rand v0.7.3 |
949 | 2023-11-16T15:50:43.994Z | Downloaded memchr v2.6.3 |
950 | 2023-11-16T15:50:44.004Z | Downloaded headers v0.3.9 |
951 | 2023-11-16T15:50:44.014Z | Downloaded tracing v0.1.37 |
952 | 2023-11-16T15:50:44.021Z | Downloaded toml_edit v0.21.0 |
953 | 2023-11-16T15:50:44.058Z | Downloaded trust-dns-server v0.22.1 |
954 | 2023-11-16T15:50:44.472Z | Downloaded unicode-segmentation v1.10.1 |
955 | 2023-11-16T15:50:44.475Z | Downloaded serde_with v2.3.3 |
956 | 2023-11-16T15:50:44.478Z | Downloaded petgraph v0.6.4 |
957 | 2023-11-16T15:50:44.481Z | Downloaded indexmap v1.9.3 |
958 | 2023-11-16T15:50:44.486Z | Downloaded tempfile v3.8.0 |
959 | 2023-11-16T15:50:44.495Z | Downloaded subprocess v0.2.9 |
960 | 2023-11-16T15:50:44.506Z | Downloaded unicode-normalization v0.1.22 |
961 | 2023-11-16T15:50:44.922Z | Downloaded tokio-util v0.7.10 |
962 | 2023-11-16T15:50:44.929Z | Downloaded structmeta-derive v0.2.0 |
963 | 2023-11-16T15:50:44.932Z | Downloaded semver v0.11.0 |
964 | 2023-11-16T15:50:44.936Z | Downloaded serde_with_macros v2.3.3 |
965 | 2023-11-16T15:50:44.939Z | Downloaded signal-hook-registry v1.4.1 |
966 | 2023-11-16T15:50:44.944Z | Downloaded home v0.5.5 |
967 | 2023-11-16T15:50:44.947Z | Downloaded scheduled-thread-pool v0.2.7 |
968 | 2023-11-16T15:50:44.950Z | Downloaded synstructure v0.12.6 |
969 | 2023-11-16T15:50:44.980Z | Downloaded serde_tokenstream v0.2.0 |
970 | 2023-11-16T15:50:44.988Z | Downloaded flate2 v1.0.28 |
971 | 2023-11-16T15:50:44.994Z | Downloaded ring v0.17.5 |
972 | 2023-11-16T15:50:44.997Z | Downloaded memoffset v0.9.0 |
973 | 2023-11-16T15:50:45.004Z | Downloaded httpdate v1.0.3 |
974 | 2023-11-16T15:50:45.009Z | Downloaded signal-hook-mio v0.2.3 |
975 | 2023-11-16T15:50:45.015Z | Downloaded getrandom v0.2.10 |
976 | 2023-11-16T15:50:45.018Z | Downloaded yasna v0.5.2 |
977 | 2023-11-16T15:50:45.024Z | Downloaded ryu v1.0.15 |
978 | 2023-11-16T15:50:45.030Z | Downloaded io-lifetimes v1.0.11 |
979 | 2023-11-16T15:50:45.442Z | Downloaded ucd-trie v0.1.6 |
980 | 2023-11-16T15:50:45.445Z | Downloaded typenum v1.16.0 |
981 | 2023-11-16T15:50:45.448Z | Downloaded tar v0.4.40 |
982 | 2023-11-16T15:50:45.450Z | Downloaded der v0.7.8 |
983 | 2023-11-16T15:50:45.454Z | Downloaded ed25519-dalek v2.0.0 |
984 | 2023-11-16T15:50:45.462Z | Downloaded whoami v1.4.1 |
985 | 2023-11-16T15:50:45.471Z | Downloaded slog-bunyan v2.4.0 |
986 | 2023-11-16T15:50:45.483Z | Downloaded ring v0.16.20 |
987 | 2023-11-16T15:50:45.488Z | Downloaded tokio-stream v0.1.14 |
988 | 2023-11-16T15:50:45.491Z | Downloaded hmac v0.12.1 |
989 | 2023-11-16T15:50:45.494Z | Downloaded rustversion v1.0.14 |
990 | 2023-11-16T15:50:45.496Z | Downloaded siphasher v0.3.11 |
991 | 2023-11-16T15:50:45.499Z | Downloaded signature v2.1.0 |
992 | 2023-11-16T15:50:45.501Z | Downloaded slog-async v2.8.0 |
993 | 2023-11-16T15:50:45.504Z | Downloaded thread-id v4.2.0 |
994 | 2023-11-16T15:50:45.507Z | Downloaded same-file v1.0.6 |
995 | 2023-11-16T15:50:45.510Z | Downloaded form_urlencoded v1.2.0 |
996 | 2023-11-16T15:50:45.512Z | Downloaded usdt-impl v0.3.5 |
997 | 2023-11-16T15:50:45.515Z | Downloaded mime v0.3.17 |
998 | 2023-11-16T15:50:45.518Z | Downloaded serde_tokenstream v0.1.7 |
999 | 2023-11-16T15:50:45.521Z | Downloaded zip v0.6.6 |
1000 | 2023-11-16T15:50:45.525Z | Downloaded serde_path_to_error v0.1.14 |
1001 | 2023-11-16T15:50:45.528Z | Downloaded slog-envlogger v2.2.0 |
1002 | 2023-11-16T15:50:45.531Z | Downloaded serde v1.0.192 |
1003 | 2023-11-16T15:50:45.534Z | Downloaded num-bigint v0.4.4 |
1004 | 2023-11-16T15:50:45.536Z | Downloaded russh v0.39.0 |
1005 | 2023-11-16T15:50:45.539Z | Downloaded spin v0.9.8 |
1006 | 2023-11-16T15:50:45.541Z | Downloaded log v0.4.20 |
1007 | 2023-11-16T15:50:45.546Z | Downloaded macaddr v1.0.1 |
1008 | 2023-11-16T15:50:45.548Z | Downloaded bzip2 v0.4.4 |
1009 | 2023-11-16T15:50:45.551Z | Downloaded structopt-derive v0.4.18 |
1010 | 2023-11-16T15:50:45.553Z | Downloaded unicase v2.7.0 |
1011 | 2023-11-16T15:50:45.556Z | Downloaded thiserror v1.0.49 |
1012 | 2023-11-16T15:50:45.558Z | Downloaded semver v1.0.20 |
1013 | 2023-11-16T15:50:45.561Z | Downloaded bytes v1.5.0 |
1014 | 2023-11-16T15:50:45.564Z | Downloaded rustfmt-wrapper v0.2.0 |
1015 | 2023-11-16T15:50:45.566Z | Downloaded schemars v0.8.13 |
1016 | 2023-11-16T15:50:45.569Z | Downloaded smallvec v1.11.0 |
1017 | 2023-11-16T15:50:45.572Z | Downloaded tokio-macros v2.1.0 |
1018 | 2023-11-16T15:50:45.575Z | Downloaded ipnet v2.8.0 |
1019 | 2023-11-16T15:50:45.578Z | Downloaded hyper-rustls v0.24.2 |
1020 | 2023-11-16T15:50:45.580Z | Downloaded glob v0.3.1 |
1021 | 2023-11-16T15:50:45.583Z | Downloaded futures v0.3.29 |
1022 | 2023-11-16T15:50:45.587Z | Downloaded string_cache v0.8.7 |
1023 | 2023-11-16T15:50:45.590Z | Downloaded static_assertions v1.1.0 |
1024 | 2023-11-16T15:50:45.592Z | Downloaded anyhow v1.0.75 |
1025 | 2023-11-16T15:50:45.595Z | Downloaded password-hash v0.5.0 |
1026 | 2023-11-16T15:50:45.597Z | Downloaded russh-keys v0.38.0 |
1027 | 2023-11-16T15:50:45.600Z | Downloaded usdt-macro v0.3.5 |
1028 | 2023-11-16T15:50:45.603Z | Downloaded usdt v0.3.5 |
1029 | 2023-11-16T15:50:45.608Z | Downloaded vec_map v0.8.2 |
1030 | 2023-11-16T15:50:45.611Z | Downloaded crc32fast v1.3.2 |
1031 | 2023-11-16T15:50:45.614Z | Downloaded zerocopy v0.6.4 |
1032 | 2023-11-16T15:50:45.616Z | Downloaded futures-channel v0.3.29 |
1033 | 2023-11-16T15:50:45.619Z | Downloaded ahash v0.8.3 |
1034 | 2023-11-16T15:50:45.622Z | Downloaded rcgen v0.11.3 |
1035 | 2023-11-16T15:50:45.624Z | Downloaded strsim v0.10.0 |
1036 | 2023-11-16T15:50:45.627Z | Downloaded strsim v0.8.0 |
1037 | 2023-11-16T15:50:45.629Z | Downloaded libefi-sys v0.1.0 |
1038 | 2023-11-16T15:50:45.632Z | Downloaded parking_lot v0.11.2 |
1039 | 2023-11-16T15:50:45.635Z | Downloaded keccak v0.1.4 |
1040 | 2023-11-16T15:50:45.638Z | Downloaded mio v0.8.8 |
1041 | 2023-11-16T15:50:45.640Z | Downloaded subtle v2.5.0 |
1042 | 2023-11-16T15:50:45.643Z | Downloaded socket2 v0.4.9 |
1043 | 2023-11-16T15:50:45.646Z | Downloaded tungstenite v0.20.1 |
1044 | 2023-11-16T15:50:45.648Z | Downloaded tracing-core v0.1.31 |
1045 | 2023-11-16T15:50:45.651Z | Downloaded managed v0.8.0 |
1046 | 2023-11-16T15:50:45.654Z | Downloaded terminal_size v0.2.6 |
1047 | 2023-11-16T15:50:45.658Z | Downloaded cc v1.0.83 |
1048 | 2023-11-16T15:50:45.668Z | Downloaded backtrace v0.3.69 |
1049 | 2023-11-16T15:50:45.674Z | Downloaded ansi_term v0.12.1 |
1050 | 2023-11-16T15:50:45.676Z | Downloaded serde_derive_internals v0.26.0 |
1051 | 2023-11-16T15:50:45.679Z | Downloaded pkcs8 v0.10.2 |
1052 | 2023-11-16T15:50:45.682Z | Downloaded quote v1.0.33 |
1053 | 2023-11-16T15:50:45.685Z | Downloaded rustc-demangle v0.1.23 |
1054 | 2023-11-16T15:50:45.688Z | Downloaded clap_derive v4.4.2 |
1055 | 2023-11-16T15:50:45.691Z | Downloaded anstream v0.5.0 |
1056 | 2023-11-16T15:50:45.695Z | Downloaded postcard v0.7.3 |
1057 | 2023-11-16T15:50:45.698Z | Downloaded colored v2.0.4 |
1058 | 2023-11-16T15:50:45.701Z | Downloaded zeroize_derive v1.4.2 |
1059 | 2023-11-16T15:50:45.704Z | Downloaded unicode-ident v1.0.12 |
1060 | 2023-11-16T15:50:45.706Z | Downloaded take_mut v0.2.2 |
1061 | 2023-11-16T15:50:45.710Z | Downloaded hex-literal v0.4.1 |
1062 | 2023-11-16T15:50:45.713Z | Downloaded getrandom v0.1.16 |
1063 | 2023-11-16T15:50:45.716Z | Downloaded matches v0.1.10 |
1064 | 2023-11-16T15:50:45.719Z | Downloaded match_cfg v0.1.0 |
1065 | 2023-11-16T15:50:45.722Z | Downloaded heck v0.3.3 |
1066 | 2023-11-16T15:50:45.725Z | Downloaded arc-swap v1.6.0 |
1067 | 2023-11-16T15:50:45.728Z | Downloaded ff v0.13.0 |
1068 | 2023-11-16T15:50:45.731Z | Downloaded backoff v0.4.0 |
1069 | 2023-11-16T15:50:45.734Z | Downloaded semver-parser v0.10.2 |
1070 | 2023-11-16T15:50:45.739Z | Downloaded schemars_derive v0.8.13 |
1071 | 2023-11-16T15:50:45.742Z | Downloaded proc-macro2 v1.0.69 |
1072 | 2023-11-16T15:50:45.745Z | Downloaded chacha20poly1305 v0.10.1 |
1073 | 2023-11-16T15:50:45.748Z | Downloaded lazy_static v1.4.0 |
1074 | 2023-11-16T15:50:45.750Z | Downloaded lalrpop-util v0.19.12 |
1075 | 2023-11-16T15:50:45.754Z | Downloaded is-terminal v0.4.9 |
1076 | 2023-11-16T15:50:45.757Z | Downloaded ipnetwork v0.20.0 |
1077 | 2023-11-16T15:50:45.760Z | Downloaded r2d2 v0.8.10 |
1078 | 2023-11-16T15:50:45.763Z | Downloaded thiserror-impl v1.0.49 |
1079 | 2023-11-16T15:50:45.766Z | Downloaded textwrap v0.11.0 |
1080 | 2023-11-16T15:50:45.774Z | Downloaded fastrand v2.0.0 |
1081 | 2023-11-16T15:50:45.777Z | Downloaded parking_lot v0.12.1 |
1082 | 2023-11-16T15:50:45.779Z | Downloaded base64 v0.13.1 |
1083 | 2023-11-16T15:50:45.782Z | Downloaded num-traits v0.2.16 |
1084 | 2023-11-16T15:50:45.785Z | Downloaded crossbeam-channel v0.5.8 |
1085 | 2023-11-16T15:50:45.788Z | Downloaded pbkdf2 v0.11.0 |
1086 | 2023-11-16T15:50:45.791Z | Downloaded fallible-iterator v0.2.0 |
1087 | 2023-11-16T15:50:45.794Z | Downloaded enum-as-inner v0.5.1 |
1088 | 2023-11-16T15:50:45.797Z | Downloaded either v1.9.0 |
1089 | 2023-11-16T15:50:45.800Z | Downloaded zone v0.3.0 |
1090 | 2023-11-16T15:50:45.803Z | Downloaded zerocopy v0.3.0 |
1091 | 2023-11-16T15:50:45.806Z | Downloaded walkdir v2.4.0 |
1092 | 2023-11-16T15:50:45.809Z | Downloaded paste v1.0.14 |
1093 | 2023-11-16T15:50:45.824Z | Downloaded rand_chacha v0.3.1 |
1094 | 2023-11-16T15:50:45.830Z | Downloaded cpufeatures v0.2.9 |
1095 | 2023-11-16T15:50:45.833Z | Downloaded diesel_derives v2.1.1 |
1096 | 2023-11-16T15:50:45.836Z | Downloaded colorchoice v1.0.0 |
1097 | 2023-11-16T15:50:45.839Z | Downloaded dirs-sys-next v0.1.2 |
1098 | 2023-11-16T15:50:45.841Z | Downloaded atomic-waker v1.1.1 |
1099 | 2023-11-16T15:50:45.844Z | Downloaded percent-encoding v2.3.0 |
1100 | 2023-11-16T15:50:45.847Z | Downloaded rand_chacha v0.2.2 |
1101 | 2023-11-16T15:50:45.851Z | Downloaded tracing-attributes v0.1.26 |
1102 | 2023-11-16T15:50:45.854Z | Downloaded pest_generator v2.7.2 |
1103 | 2023-11-16T15:50:45.857Z | Downloaded float-cmp v0.9.0 |
1104 | 2023-11-16T15:50:45.861Z | Downloaded group v0.13.0 |
1105 | 2023-11-16T15:50:45.864Z | Downloaded futures-io v0.3.29 |
1106 | 2023-11-16T15:50:45.867Z | Downloaded futures-executor v0.3.29 |
1107 | 2023-11-16T15:50:45.870Z | Downloaded cancel-safe-futures v0.1.5 |
1108 | 2023-11-16T15:50:45.874Z | Downloaded const-oid v0.9.5 |
1109 | 2023-11-16T15:50:45.877Z | Downloaded miniz_oxide v0.7.1 |
1110 | 2023-11-16T15:50:45.880Z | Downloaded iana-time-zone v0.1.57 |
1111 | 2023-11-16T15:50:45.883Z | Downloaded fixedbitset v0.4.2 |
1112 | 2023-11-16T15:50:45.886Z | Downloaded errno v0.3.2 |
1113 | 2023-11-16T15:50:45.888Z | Downloaded blake2 v0.10.6 |
1114 | 2023-11-16T15:50:45.892Z | Downloaded argon2 v0.5.2 |
1115 | 2023-11-16T15:50:45.895Z | Downloaded zeroize v1.6.0 |
1116 | 2023-11-16T15:50:45.898Z | Downloaded xattr v1.0.1 |
1117 | 2023-11-16T15:50:45.901Z | Downloaded utf8parse v0.2.1 |
1118 | 2023-11-16T15:50:45.904Z | Downloaded console v0.15.7 |
1119 | 2023-11-16T15:50:45.907Z | Downloaded parking_lot_core v0.8.6 |
1120 | 2023-11-16T15:50:45.910Z | Downloaded futures-core v0.3.29 |
1121 | 2023-11-16T15:50:45.914Z | Downloaded parse-display v0.8.2 |
1122 | 2023-11-16T15:50:45.918Z | Downloaded blowfish v0.9.1 |
1123 | 2023-11-16T15:50:45.921Z | Downloaded num-rational v0.4.1 |
1124 | 2023-11-16T15:50:45.924Z | Downloaded darling_core v0.20.3 |
1125 | 2023-11-16T15:50:45.927Z | Downloaded crypto-bigint v0.5.2 |
1126 | 2023-11-16T15:50:45.930Z | Downloaded base64ct v1.6.0 |
1127 | 2023-11-16T15:50:45.933Z | Downloaded postgres-types v0.2.6 |
1128 | 2023-11-16T15:50:45.936Z | Downloaded postgres-protocol v0.6.6 |
1129 | 2023-11-16T15:50:45.938Z | Downloaded ciborium-ll v0.2.1 |
1130 | 2023-11-16T15:50:45.941Z | Downloaded num-complex v0.4.4 |
1131 | 2023-11-16T15:50:45.946Z | Downloaded chacha20 v0.9.1 |
1132 | 2023-11-16T15:50:45.948Z | Downloaded anstyle-parse v0.2.1 |
1133 | 2023-11-16T15:50:45.951Z | Downloaded phf v0.11.2 |
1134 | 2023-11-16T15:50:45.956Z | Downloaded waitgroup v0.1.2 |
1135 | 2023-11-16T15:50:45.960Z | Downloaded nibble_vec v0.1.0 |
1136 | 2023-11-16T15:50:45.964Z | Downloaded num_enum_derive v0.5.11 |
1137 | 2023-11-16T15:50:45.967Z | Downloaded num v0.4.1 |
1138 | 2023-11-16T15:50:45.971Z | Downloaded num-derive v0.4.0 |
1139 | 2023-11-16T15:50:45.974Z | Downloaded cipher v0.4.4 |
1140 | 2023-11-16T15:50:45.977Z | Downloaded pin-project-lite v0.2.13 |
1141 | 2023-11-16T15:50:46.014Z | Downloaded block-padding v0.3.3 |
1142 | 2023-11-16T15:50:46.017Z | Downloaded try-lock v0.2.4 |
1143 | 2023-11-16T15:50:46.020Z | Downloaded cfg-if v0.1.10 |
1144 | 2023-11-16T15:50:46.023Z | Downloaded camino-tempfile v1.0.2 |
1145 | 2023-11-16T15:50:46.026Z | Downloaded crossbeam-utils v0.8.16 |
1146 | 2023-11-16T15:50:46.029Z | Downloaded bcrypt-pbkdf v0.10.0 |
1147 | 2023-11-16T15:50:46.032Z | Downloaded bit-set v0.5.3 |
1148 | 2023-11-16T15:50:46.035Z | Downloaded autocfg v1.1.0 |
1149 | 2023-11-16T15:50:46.038Z | Downloaded cfg-if v1.0.0 |
1150 | 2023-11-16T15:50:46.041Z | Downloaded proc-macro-crate v1.3.1 |
1151 | 2023-11-16T15:50:46.044Z | Downloaded phf_shared v0.11.2 |
1152 | 2023-11-16T15:50:46.047Z | Downloaded pem v1.1.1 |
1153 | 2023-11-16T15:50:46.050Z | Downloaded password-hash v0.4.2 |
1154 | 2023-11-16T15:50:46.053Z | Downloaded num_cpus v1.16.0 |
1155 | 2023-11-16T15:50:46.056Z | Downloaded proc-macro-error v1.0.4 |
1156 | 2023-11-16T15:50:46.059Z | Downloaded dyn-clone v1.0.13 |
1157 | 2023-11-16T15:50:46.062Z | Downloaded dof v0.1.5 |
1158 | 2023-11-16T15:50:46.065Z | Downloaded dirs v5.0.1 |
1159 | 2023-11-16T15:50:46.067Z | Downloaded darling v0.20.3 |
1160 | 2023-11-16T15:50:46.070Z | Downloaded crucible-workspace-hack v0.1.0 |
1161 | 2023-11-16T15:50:46.073Z | Downloaded option-ext v0.2.0 |
1162 | 2023-11-16T15:50:46.076Z | Downloaded curve25519-dalek-derive v0.1.0 |
1163 | 2023-11-16T15:50:46.079Z | Downloaded normalize-line-endings v0.3.0 |
1164 | 2023-11-16T15:50:46.082Z | Downloaded predicates-core v1.0.6 |
1165 | 2023-11-16T15:50:46.085Z | Downloaded once_cell v1.18.0 |
1166 | 2023-11-16T15:50:46.087Z | Downloaded num_threads v0.1.6 |
1167 | 2023-11-16T15:50:46.090Z | Downloaded ciborium-io v0.2.1 |
1168 | 2023-11-16T15:50:46.093Z | Downloaded rand_core v0.6.4 |
1169 | 2023-11-16T15:50:46.096Z | Downloaded rand_core v0.5.1 |
1170 | 2023-11-16T15:50:46.100Z | Downloaded polyval v0.6.1 |
1171 | 2023-11-16T15:50:46.103Z | Downloaded pin-utils v0.1.0 |
1172 | 2023-11-16T15:50:46.107Z | Downloaded anstyle-query v1.0.0 |
1173 | 2023-11-16T15:50:46.110Z | Downloaded openssl-probe v0.1.5 |
1174 | 2023-11-16T15:50:46.113Z | Downloaded atomicwrites v0.4.2 |
1175 | 2023-11-16T15:50:46.116Z | Downloaded base16ct v0.2.0 |
1176 | 2023-11-16T15:50:46.119Z | Downloaded pretty-hex v0.2.1 |
1177 | 2023-11-16T15:50:46.122Z | Downloaded dirs-next v2.0.0 |
1178 | 2023-11-16T15:50:46.125Z | Downloaded digest v0.10.7 |
1179 | 2023-11-16T15:50:46.128Z | Downloaded debug-ignore v1.0.5 |
1180 | 2023-11-16T15:50:46.131Z | Downloaded phf_shared v0.10.0 |
1181 | 2023-11-16T15:50:46.134Z | Downloaded new_debug_unreachable v1.0.4 |
1182 | 2023-11-16T15:50:46.137Z | Downloaded async-stream-impl v0.3.5 |
1183 | 2023-11-16T15:50:46.140Z | Downloaded untrusted v0.7.1 |
1184 | 2023-11-16T15:50:46.142Z | Downloaded proc-macro-error-attr v1.0.4 |
1185 | 2023-11-16T15:50:46.145Z | Downloaded parse-display-derive v0.8.2 |
1186 | 2023-11-16T15:50:46.149Z | Downloaded difflib v0.4.0 |
1187 | 2023-11-16T15:50:46.152Z | Downloaded deranged v0.3.8 |
1188 | 2023-11-16T15:50:46.154Z | Downloaded predicates v3.0.4 |
1189 | 2023-11-16T15:50:46.157Z | Downloaded ppv-lite86 v0.2.17 |
1190 | 2023-11-16T15:50:46.160Z | Downloaded postcard-cobs v0.1.5-pre |
1191 | 2023-11-16T15:50:46.162Z | Downloaded pbkdf2 v0.12.2 |
1192 | 2023-11-16T15:50:46.165Z | Downloaded dirs-sys v0.4.1 |
1193 | 2023-11-16T15:50:46.168Z | Downloaded ctr v0.9.2 |
1194 | 2023-11-16T15:50:46.170Z | Downloaded async-stream v0.3.5 |
1195 | 2023-11-16T15:50:46.173Z | Downloaded ed25519 v2.2.2 |
1196 | 2023-11-16T15:50:46.176Z | Downloaded num-iter v0.1.43 |
1197 | 2023-11-16T15:50:46.179Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1198 | 2023-11-16T15:50:46.181Z | Downloaded data-encoding v2.4.0 |
1199 | 2023-11-16T15:50:46.184Z | Downloaded aead v0.5.2 |
1200 | 2023-11-16T15:50:46.187Z | Downloaded pretty-hex v0.3.0 |
1201 | 2023-11-16T15:50:46.189Z | Downloaded precomputed-hash v0.1.1 |
1202 | 2023-11-16T15:50:46.192Z | Downloaded dtrace-parser v0.1.14 |
1203 | 2023-11-16T15:50:46.195Z | Downloaded cstr-argument v0.1.2 |
1204 | 2023-11-16T15:50:46.197Z | Downloaded crypto-common v0.1.6 |
1205 | 2023-11-16T15:50:46.200Z | Downloaded clap v4.4.3 |
1206 | 2023-11-16T15:50:46.203Z | Compiling proc-macro2 v1.0.69 |
1207 | 2023-11-16T15:50:46.205Z | Compiling unicode-ident v1.0.12 |
1208 | 2023-11-16T15:50:46.208Z | Compiling libc v0.2.150 |
1209 | 2023-11-16T15:50:46.211Z | Compiling serde v1.0.192 |
1210 | 2023-11-16T15:50:46.213Z | Compiling autocfg v1.1.0 |
1211 | 2023-11-16T15:50:46.216Z | Compiling version_check v0.9.4 |
1212 | 2023-11-16T15:50:46.219Z | Compiling cfg-if v1.0.0 |
1213 | 2023-11-16T15:50:46.225Z | Compiling syn v1.0.109 |
1214 | 2023-11-16T15:50:46.229Z | Compiling typenum v1.16.0 |
1215 | 2023-11-16T15:50:46.231Z | Compiling once_cell v1.18.0 |
1216 | 2023-11-16T15:50:46.523Z | Compiling parking_lot_core v0.9.8 |
1217 | 2023-11-16T15:50:46.573Z | Compiling generic-array v0.14.7 |
1218 | 2023-11-16T15:50:46.695Z | Compiling lock_api v0.4.10 |
1219 | 2023-11-16T15:50:47.922Z | Compiling libm v0.2.7 |
1220 | 2023-11-16T15:50:47.940Z | Compiling thiserror v1.0.49 |
1221 | 2023-11-16T15:50:47.959Z | Compiling num-traits v0.2.16 |
1222 | 2023-11-16T15:50:47.994Z | Compiling futures-core v0.3.29 |
1223 | 2023-11-16T15:50:48.230Z | Compiling itoa v1.0.9 |
1224 | 2023-11-16T15:50:48.415Z | Compiling memchr v2.6.3 |
1225 | 2023-11-16T15:50:48.507Z | Compiling serde_json v1.0.108 |
1226 | 2023-11-16T15:50:48.583Z | Compiling log v0.4.20 |
1227 | 2023-11-16T15:50:48.763Z | Compiling slab v0.4.9 |
1228 | 2023-11-16T15:50:48.996Z | Compiling futures-channel v0.3.29 |
1229 | 2023-11-16T15:50:49.204Z | Compiling quote v1.0.33 |
1230 | 2023-11-16T15:50:49.394Z | Compiling futures-task v0.3.29 |
1231 | 2023-11-16T15:50:49.673Z | Compiling futures-util v0.3.29 |
1232 | 2023-11-16T15:50:49.811Z | Compiling scopeguard v1.2.0 |
1233 | 2023-11-16T15:50:49.960Z | Compiling syn v2.0.32 |
1234 | 2023-11-16T15:50:50.206Z | Compiling getrandom v0.2.10 |
1235 | 2023-11-16T15:50:50.469Z | Compiling cc v1.0.83 |
1236 | 2023-11-16T15:50:50.729Z | Compiling rand_core v0.6.4 |
1237 | 2023-11-16T15:50:50.889Z | Compiling smallvec v1.11.0 |
1238 | 2023-11-16T15:50:51.528Z | Compiling ryu v1.0.15 |
1239 | 2023-11-16T15:50:51.654Z | Compiling heck v0.4.1 |
1240 | 2023-11-16T15:50:51.999Z | Compiling pin-project-lite v0.2.13 |
1241 | 2023-11-16T15:50:52.196Z | Compiling signal-hook-registry v1.4.1 |
1242 | 2023-11-16T15:50:52.348Z | Compiling schemars v0.8.13 |
1243 | 2023-11-16T15:50:53.150Z | Compiling parking_lot v0.12.1 |
1244 | 2023-11-16T15:50:53.461Z | Compiling pkg-config v0.3.27 |
1245 | 2023-11-16T15:50:53.587Z | Compiling mio v0.8.8 |
1246 | 2023-11-16T15:50:53.936Z | Compiling hashbrown v0.14.2 |
1247 | 2023-11-16T15:50:54.613Z | Compiling subtle v2.5.0 |
1248 | 2023-11-16T15:50:54.800Z | Compiling equivalent v1.0.1 |
1249 | 2023-11-16T15:50:54.946Z | Compiling socket2 v0.5.4 |
1250 | 2023-11-16T15:50:55.055Z | Compiling num_cpus v1.16.0 |
1251 | 2023-11-16T15:50:55.237Z | Compiling spin v0.5.2 |
1252 | 2023-11-16T15:50:55.574Z | Compiling fnv v1.0.7 |
1253 | 2023-11-16T15:50:55.599Z | Compiling httparse v1.8.0 |
1254 | 2023-11-16T15:50:55.667Z | Compiling byteorder v1.5.0 |
1255 | 2023-11-16T15:50:55.743Z | Compiling iana-time-zone v0.1.57 |
1256 | 2023-11-16T15:50:55.976Z | Compiling ring v0.16.20 |
1257 | 2023-11-16T15:50:56.171Z | Compiling indexmap v1.9.3 |
1258 | 2023-11-16T15:50:56.201Z | Compiling futures-sink v0.3.29 |
1259 | 2023-11-16T15:50:56.369Z | Compiling ring v0.17.5 |
1260 | 2023-11-16T15:50:56.399Z | Compiling vcpkg v0.2.15 |
1261 | 2023-11-16T15:50:56.910Z | Compiling futures-io v0.3.29 |
1262 | 2023-11-16T15:50:57.045Z | Compiling pin-utils v0.1.0 |
1263 | 2023-11-16T15:50:57.069Z | Compiling semver v1.0.20 |
1264 | 2023-11-16T15:50:57.175Z | Compiling dyn-clone v1.0.13 |
1265 | 2023-11-16T15:50:57.357Z | Compiling ahash v0.8.3 |
1266 | 2023-11-16T15:50:57.490Z | Compiling tracing-core v0.1.31 |
1267 | 2023-11-16T15:50:57.799Z | Compiling tinyvec_macros v0.1.1 |
1268 | 2023-11-16T15:50:57.848Z | Compiling async-trait v0.1.74 |
1269 | 2023-11-16T15:50:57.916Z | Compiling const-oid v0.9.5 |
1270 | 2023-11-16T15:50:58.582Z | Compiling tinyvec v1.6.0 |
1271 | 2023-11-16T15:50:59.048Z | Compiling openssl-sys v0.9.93 |
1272 | 2023-11-16T15:50:59.876Z | Compiling ucd-trie v0.1.6 |
1273 | 2023-11-16T15:51:00.444Z | Compiling openssl v0.10.57 |
1274 | 2023-11-16T15:51:00.673Z | Compiling rustls v0.21.8 |
1275 | 2023-11-16T15:51:00.748Z | Compiling unicode-normalization v0.1.22 |
1276 | 2023-11-16T15:51:00.787Z | Compiling time-core v0.1.1 |
1277 | 2023-11-16T15:51:01.016Z | Compiling serde_derive_internals v0.26.0 |
1278 | 2023-11-16T15:51:01.081Z | Compiling unicode-bidi v0.3.13 |
1279 | 2023-11-16T15:51:01.103Z | Compiling winnow v0.5.15 |
1280 | 2023-11-16T15:51:02.552Z | Compiling time-macros v0.2.13 |
1281 | 2023-11-16T15:51:03.132Z | Compiling cpufeatures v0.2.9 |
1282 | 2023-11-16T15:51:03.264Z | Compiling native-tls v0.2.11 |
1283 | 2023-11-16T15:51:03.774Z | Compiling aho-corasick v1.0.4 |
1284 | 2023-11-16T15:51:04.290Z | Compiling percent-encoding v2.3.0 |
1285 | 2023-11-16T15:51:04.753Z | Compiling rustix v0.38.9 |
1286 | 2023-11-16T15:51:04.860Z | Compiling slog v2.7.0 |
1287 | 2023-11-16T15:51:05.296Z | Compiling regex-syntax v0.8.2 |
1288 | 2023-11-16T15:51:05.633Z | Compiling backtrace v0.3.69 |
1289 | 2023-11-16T15:51:05.876Z | Compiling form_urlencoded v1.2.0 |
1290 | 2023-11-16T15:51:06.338Z | Compiling lazy_static v1.4.0 |
1291 | 2023-11-16T15:51:06.493Z | Compiling spin v0.9.8 |
1292 | 2023-11-16T15:51:06.909Z | Compiling base64 v0.21.5 |
1293 | 2023-11-16T15:51:07.054Z | Compiling ppv-lite86 v0.2.17 |
1294 | 2023-11-16T15:51:07.176Z | Compiling hashbrown v0.13.2 |
1295 | 2023-11-16T15:51:07.461Z | Compiling unicode-width v0.1.11 |
1296 | 2023-11-16T15:51:07.685Z | Compiling anyhow v1.0.75 |
1297 | 2023-11-16T15:51:08.137Z | Compiling idna v0.4.0 |
1298 | 2023-11-16T15:51:08.641Z | Compiling errno v0.3.2 |
1299 | 2023-11-16T15:51:08.901Z | Compiling rand_chacha v0.3.1 |
1300 | 2023-11-16T15:51:08.949Z | Compiling socket2 v0.4.9 |
1301 | 2023-11-16T15:51:09.414Z | Compiling hashbrown v0.12.3 |
1302 | 2023-11-16T15:51:10.372Z | Compiling url v2.4.1 |
1303 | 2023-11-16T15:51:10.810Z | Compiling untrusted v0.7.1 |
1304 | 2023-11-16T15:51:10.857Z | Compiling rand v0.8.5 |
1305 | 2023-11-16T15:51:11.210Z | Compiling regex-automata v0.4.3 |
1306 | 2023-11-16T15:51:12.798Z | Compiling num-integer v0.1.45 |
1307 | 2023-11-16T15:51:13.228Z | Compiling try-lock v0.2.4 |
1308 | 2023-11-16T15:51:13.423Z | Compiling adler v1.0.2 |
1309 | 2023-11-16T15:51:13.448Z | Compiling httpdate v1.0.3 |
1310 | 2023-11-16T15:51:13.526Z | Compiling untrusted v0.9.0 |
1311 | 2023-11-16T15:51:13.777Z | Compiling miniz_oxide v0.7.1 |
1312 | 2023-11-16T15:51:13.809Z | Compiling serde_derive v1.0.192 |
1313 | 2023-11-16T15:51:14.153Z | Compiling zeroize_derive v1.4.2 |
1314 | 2023-11-16T15:51:14.398Z | Compiling thiserror-impl v1.0.49 |
1315 | 2023-11-16T15:51:16.385Z | Compiling tokio-macros v2.1.0 |
1316 | 2023-11-16T15:51:16.512Z | Compiling futures-macro v0.3.29 |
1317 | 2023-11-16T15:51:17.121Z | Compiling tracing-attributes v0.1.26 |
1318 | 2023-11-16T15:51:17.429Z | Compiling zeroize v1.6.0 |
1319 | 2023-11-16T15:51:18.784Z | Compiling schemars_derive v0.8.13 |
1320 | 2023-11-16T15:51:18.998Z | Compiling pest v2.7.2 |
1321 | 2023-11-16T15:51:20.140Z | Compiling crypto-common v0.1.6 |
1322 | 2023-11-16T15:51:20.348Z | Compiling block-buffer v0.10.4 |
1323 | 2023-11-16T15:51:20.421Z | Compiling openssl-macros v0.1.1 |
1324 | 2023-11-16T15:51:20.697Z | Compiling digest v0.10.7 |
1325 | 2023-11-16T15:51:21.503Z | Compiling regex v1.10.2 |
1326 | 2023-11-16T15:51:22.376Z | Compiling tracing v0.1.37 |
1327 | 2023-11-16T15:51:23.175Z | Compiling want v0.3.1 |
1328 | 2023-11-16T15:51:23.293Z | Compiling unicode-xid v0.2.4 |
1329 | 2023-11-16T15:51:23.532Z | Compiling foreign-types-shared v0.1.1 |
1330 | 2023-11-16T15:51:23.579Z | Compiling tower-service v0.3.2 |
1331 | 2023-11-16T15:51:23.633Z | Compiling crc32fast v1.3.2 |
1332 | 2023-11-16T15:51:23.679Z | Compiling openssl-probe v0.1.5 |
1333 | 2023-11-16T15:51:23.742Z | Compiling mime v0.3.17 |
1334 | 2023-11-16T15:51:23.895Z | Compiling foreign-types v0.3.2 |
1335 | 2023-11-16T15:51:24.046Z | Compiling synstructure v0.12.6 |
1336 | 2023-11-16T15:51:24.209Z | Compiling rustls-webpki v0.101.7 |
1337 | 2023-11-16T15:51:24.455Z | Compiling sct v0.7.0 |
1338 | 2023-11-16T15:51:24.921Z | Compiling crossbeam-utils v0.8.16 |
1339 | 2023-11-16T15:51:25.289Z | Compiling ipnet v2.8.0 |
1340 | 2023-11-16T15:51:27.022Z | Compiling zerocopy-derive v0.2.0 |
1341 | 2023-11-16T15:51:27.267Z | Compiling pest_meta v2.7.2 |
1342 | 2023-11-16T15:51:27.298Z | Compiling rustls-pemfile v1.0.3 |
1343 | 2023-11-16T15:51:27.679Z | Compiling gimli v0.28.0 |
1344 | 2023-11-16T15:51:28.393Z | Compiling object v0.32.1 |
1345 | 2023-11-16T15:51:29.837Z | Compiling pest_generator v2.7.2 |
1346 | 2023-11-16T15:51:29.857Z | Compiling encoding_rs v0.8.33 |
1347 | 2023-11-16T15:51:33.011Z | Compiling bitflags v1.3.2 |
1348 | 2023-11-16T15:51:34.361Z | Compiling rustc-demangle v0.1.23 |
1349 | 2023-11-16T15:51:35.873Z | Compiling addr2line v0.21.0 |
1350 | 2023-11-16T15:51:35.951Z | Compiling pest_derive v2.7.2 |
1351 | 2023-11-16T15:51:36.019Z | Compiling bytes v1.5.0 |
1352 | 2023-11-16T15:51:40.601Z | Compiling indexmap v2.1.0 |
1353 | 2023-11-16T15:51:40.666Z | Compiling chrono v0.4.31 |
1354 | 2023-11-16T15:51:40.704Z | Compiling uuid v1.5.0 |
1355 | 2023-11-16T15:51:40.718Z | Compiling tokio v1.33.0 |
1356 | 2023-11-16T15:51:40.734Z | Compiling http v0.2.9 |
1357 | 2023-11-16T15:51:40.756Z | Compiling bitflags v2.4.0 |
1358 | 2023-11-16T15:51:40.775Z | Compiling toml_datetime v0.6.5 |
1359 | 2023-11-16T15:51:40.797Z | Compiling serde_spanned v0.6.4 |
1360 | 2023-11-16T15:51:40.826Z | Compiling rustc_version v0.4.0 |
1361 | 2023-11-16T15:51:40.841Z | Compiling toml_edit v0.19.15 |
1362 | 2023-11-16T15:51:40.908Z | Compiling openapiv3 v2.0.0-rc.1 |
1363 | 2023-11-16T15:51:40.919Z | Compiling http-body v0.4.5 |
1364 | 2023-11-16T15:51:44.255Z | Compiling serde_urlencoded v0.7.1 |
1365 | 2023-11-16T15:51:45.068Z | Compiling rustls-native-certs v0.6.3 |
1366 | 2023-11-16T15:51:47.435Z | Compiling usdt-impl v0.3.5 |
1367 | 2023-11-16T15:51:48.184Z | Compiling webpki-roots v0.25.2 |
1368 | 2023-11-16T15:51:48.419Z | Compiling deranged v0.3.8 |
1369 | 2023-11-16T15:51:48.443Z | Compiling io-lifetimes v1.0.11 |
1370 | 2023-11-16T15:51:48.647Z | Compiling num_threads v0.1.6 |
1371 | 2023-11-16T15:51:49.029Z | Compiling serde_tokenstream v0.2.0 |
1372 | 2023-11-16T15:51:49.519Z | Compiling zerocopy v0.3.0 |
1373 | 2023-11-16T15:51:49.606Z | Compiling block-padding v0.3.3 |
1374 | 2023-11-16T15:51:49.822Z | Compiling dtrace-parser v0.1.14 |
1375 | 2023-11-16T15:51:49.924Z | Compiling inout v0.1.3 |
1376 | 2023-11-16T15:51:50.728Z | Compiling tokio-util v0.7.10 |
1377 | 2023-11-16T15:51:50.796Z | Compiling tokio-rustls v0.24.1 |
1378 | 2023-11-16T15:51:51.406Z | Compiling time v0.3.27 |
1379 | 2023-11-16T15:51:51.650Z | Compiling dof v0.1.5 |
1380 | 2023-11-16T15:51:52.297Z | Compiling tokio-native-tls v0.3.1 |
1381 | 2023-11-16T15:51:52.704Z | Compiling h2 v0.3.21 |
1382 | 2023-11-16T15:51:53.174Z | Compiling thread-id v4.2.0 |
1383 | 2023-11-16T15:51:53.183Z | Compiling num-bigint v0.4.4 |
1384 | 2023-11-16T15:51:53.227Z | Compiling rustversion v1.0.14 |
1385 | 2023-11-16T15:51:53.325Z | Compiling rustix v0.37.23 |
1386 | 2023-11-16T15:51:54.584Z | Compiling cipher v0.4.4 |
1387 | 2023-11-16T15:51:54.994Z | Compiling serde_tokenstream v0.1.7 |
1388 | 2023-11-16T15:51:54.997Z | Compiling zerocopy-derive v0.6.4 |
1389 | 2023-11-16T15:51:55.000Z | Compiling regress v0.7.1 |
1390 | 2023-11-16T15:51:55.142Z | Compiling data-encoding v2.4.0 |
1391 | 2023-11-16T15:51:56.279Z | Compiling flate2 v1.0.28 |
1392 | 2023-11-16T15:51:57.497Z | Compiling toml_edit v0.21.0 |
1393 | 2023-11-16T15:51:57.866Z | Compiling hmac v0.12.1 |
1394 | 2023-11-16T15:51:58.575Z | Compiling strsim v0.10.0 |
1395 | 2023-11-16T15:51:58.835Z | Compiling strum_macros v0.25.2 |
1396 | 2023-11-16T15:51:59.094Z | Compiling usdt-attr-macro v0.3.5 |
1397 | 2023-11-16T15:51:59.861Z | Compiling usdt-macro v0.3.5 |
1398 | 2023-11-16T15:52:00.486Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1399 | 2023-11-16T15:52:01.817Z | Compiling sha2 v0.10.8 |
1400 | 2023-11-16T15:52:02.883Z | Compiling enum-as-inner v0.5.1 |
1401 | 2023-11-16T15:52:02.956Z | Compiling toml v0.7.8 |
1402 | 2023-11-16T15:52:03.155Z | Compiling heapless v0.7.16 |
1403 | 2023-11-16T15:52:03.743Z | Compiling futures-executor v0.3.29 |
1404 | 2023-11-16T15:52:04.115Z | Compiling hyper v0.14.27 |
1405 | 2023-11-16T15:52:04.758Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1406 | 2023-11-16T15:52:04.984Z | Compiling memoffset v0.9.0 |
1407 | 2023-11-16T15:52:05.406Z | Compiling unicode-segmentation v1.10.1 |
1408 | 2023-11-16T15:52:05.443Z | Compiling signal-hook v0.3.17 |
1409 | 2023-11-16T15:52:05.755Z | Compiling managed v0.8.0 |
1410 | 2023-11-16T15:52:06.471Z | Compiling futures v0.3.29 |
1411 | 2023-11-16T15:52:06.852Z | Compiling ipnetwork v0.20.0 |
1412 | 2023-11-16T15:52:06.876Z | Compiling getopts v0.2.21 |
1413 | 2023-11-16T15:52:06.904Z | Compiling num-iter v0.1.43 |
1414 | 2023-11-16T15:52:07.185Z | Compiling crossbeam-epoch v0.9.15 |
1415 | 2023-11-16T15:52:07.340Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1416 | 2023-11-16T15:52:07.801Z | Compiling bit-vec v0.6.3 |
1417 | 2023-11-16T15:52:08.260Z | Compiling siphasher v0.3.11 |
1418 | 2023-11-16T15:52:08.352Z | Compiling anstyle v1.0.2 |
1419 | 2023-11-16T15:52:08.476Z | Compiling matches v0.1.10 |
1420 | 2023-11-16T15:52:08.565Z | Compiling unsafe-libyaml v0.2.9 |
1421 | 2023-11-16T15:52:08.604Z | Compiling smoltcp v0.9.1 |
1422 | 2023-11-16T15:52:08.905Z | Compiling utf8parse v0.2.1 |
1423 | 2023-11-16T15:52:09.069Z | Compiling idna v0.2.3 |
1424 | 2023-11-16T15:52:09.134Z | Compiling anstyle-parse v0.2.1 |
1425 | 2023-11-16T15:52:10.575Z | Compiling zerocopy v0.6.4 |
1426 | 2023-11-16T15:52:10.973Z | Compiling serde_yaml v0.9.25 |
1427 | 2023-11-16T15:52:11.662Z | Compiling signature v2.1.0 |
1428 | 2023-11-16T15:52:11.839Z | Compiling hubpack_derive v0.1.1 |
1429 | 2023-11-16T15:52:11.901Z | Compiling clap_derive v4.4.2 |
1430 | 2023-11-16T15:52:12.158Z | Compiling colorchoice v1.0.0 |
1431 | 2023-11-16T15:52:12.255Z | Compiling anstyle-query v1.0.0 |
1432 | 2023-11-16T15:52:12.379Z | Compiling either v1.9.0 |
1433 | 2023-11-16T15:52:12.434Z | Compiling anstream v0.5.0 |
1434 | 2023-11-16T15:52:12.861Z | Compiling terminal_size v0.2.6 |
1435 | 2023-11-16T15:52:13.124Z | Compiling trust-dns-proto v0.22.0 |
1436 | 2023-11-16T15:52:13.150Z | Compiling usdt v0.3.5 |
1437 | 2023-11-16T15:52:13.552Z | Compiling md-5 v0.10.5 |
1438 | 2023-11-16T15:52:13.886Z | Compiling stringprep v0.1.3 |
1439 | 2023-11-16T15:52:14.622Z | Compiling yasna v0.5.2 |
1440 | 2023-11-16T15:52:15.558Z | Compiling hyper-tls v0.5.0 |
1441 | 2023-11-16T15:52:16.009Z | Compiling hyper-rustls v0.24.2 |
1442 | 2023-11-16T15:52:16.075Z | Compiling diesel_table_macro_syntax v0.1.0 |
1443 | 2023-11-16T15:52:16.627Z | Compiling reqwest v0.11.22 |
1444 | 2023-11-16T15:52:16.848Z | Compiling hash32 v0.2.1 |
1445 | 2023-11-16T15:52:17.095Z | Compiling fallible-iterator v0.2.0 |
1446 | 2023-11-16T15:52:17.419Z | Compiling stable_deref_trait v1.2.0 |
1447 | 2023-11-16T15:52:17.565Z | Compiling clap_lex v0.5.1 |
1448 | 2023-11-16T15:52:18.189Z | Compiling postgres-protocol v0.6.6 |
1449 | 2023-11-16T15:52:18.350Z | Compiling clap_builder v4.4.2 |
1450 | 2023-11-16T15:52:19.555Z | Compiling diesel_derives v2.1.1 |
1451 | 2023-11-16T15:52:20.262Z | Compiling phf_shared v0.11.2 |
1452 | 2023-11-16T15:52:21.062Z | Compiling tokio-stream v0.1.14 |
1453 | 2023-11-16T15:52:21.123Z | Compiling hex v0.4.3 |
1454 | 2023-11-16T15:52:22.113Z | Compiling serde_repr v0.1.16 |
1455 | 2023-11-16T15:52:22.515Z | Compiling scheduled-thread-pool v0.2.7 |
1456 | 2023-11-16T15:52:22.603Z | Compiling regex-automata v0.1.10 |
1457 | 2023-11-16T15:52:23.383Z | Compiling bstr v0.2.17 |
1458 | 2023-11-16T15:52:23.456Z | Compiling r2d2 v0.8.10 |
1459 | 2023-11-16T15:52:23.800Z | Compiling signal-hook-mio v0.2.3 |
1460 | 2023-11-16T15:52:24.039Z | Compiling bzip2 v0.4.4 |
1461 | 2023-11-16T15:52:24.714Z | Compiling clap v4.4.3 |
1462 | 2023-11-16T15:52:24.876Z | Compiling phf v0.11.2 |
1463 | 2023-11-16T15:52:25.361Z | Compiling postgres-types v0.2.6 |
1464 | 2023-11-16T15:52:25.776Z | Compiling hubpack v0.1.2 |
1465 | 2023-11-16T15:52:26.502Z | Compiling itertools v0.10.5 |
1466 | 2023-11-16T15:52:27.169Z | Compiling itertools v0.11.0 |
1467 | 2023-11-16T15:52:28.685Z | Compiling phf_shared v0.10.0 |
1468 | 2023-11-16T15:52:28.973Z | Compiling float-cmp v0.9.0 |
1469 | 2023-11-16T15:52:29.346Z | Compiling difflib v0.4.0 |
1470 | 2023-11-16T15:52:31.229Z | Compiling static_assertions v1.1.0 |
1471 | 2023-11-16T15:52:31.377Z | Compiling normalize-line-endings v0.3.0 |
1472 | 2023-11-16T15:52:31.547Z | Compiling fixedbitset v0.4.2 |
1473 | 2023-11-16T15:52:31.570Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1474 | 2023-11-16T15:52:31.685Z | Compiling regex-automata v0.3.8 |
1475 | 2023-11-16T15:52:31.830Z | Compiling new_debug_unreachable v1.0.4 |
1476 | 2023-11-16T15:52:31.959Z | Compiling predicates-core v1.0.6 |
1477 | 2023-11-16T15:52:31.986Z | Compiling precomputed-hash v0.1.1 |
1478 | 2023-11-16T15:52:32.147Z | Compiling whoami v1.4.1 |
1479 | 2023-11-16T15:52:32.250Z | Compiling predicates v3.0.4 |
1480 | 2023-11-16T15:52:32.517Z | Compiling string_cache v0.8.7 |
1481 | 2023-11-16T15:52:33.153Z | Compiling tokio-postgres v0.7.10 |
1482 | 2023-11-16T15:52:33.245Z | Compiling petgraph v0.6.4 |
1483 | 2023-11-16T15:52:34.676Z | Compiling bstr v1.6.0 |
1484 | 2023-11-16T15:52:35.004Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1485 | 2023-11-16T15:52:37.250Z | Compiling similar v2.2.1 |
1486 | 2023-11-16T15:52:38.884Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1487 | 2023-11-16T15:52:39.267Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1488 | 2023-11-16T15:52:39.273Z | Compiling zip v0.6.6 |
1489 | 2023-11-16T15:52:39.786Z | Compiling crossterm v0.27.0 |
1490 | 2023-11-16T15:52:40.793Z | Compiling bit-set v0.5.3 |
1491 | 2023-11-16T15:52:41.206Z | Compiling console v0.15.7 |
1492 | 2023-11-16T15:52:41.600Z | Compiling lalrpop-util v0.19.12 |
1493 | 2023-11-16T15:52:42.583Z | Compiling diesel v2.1.3 |
1494 | 2023-11-16T15:52:45.817Z | Compiling camino v1.1.6 |
1495 | 2023-11-16T15:52:46.051Z | Compiling slog-async v2.8.0 |
1496 | 2023-11-16T15:52:47.437Z | Compiling multer v2.1.0 |
1497 | 2023-11-16T15:52:49.271Z | Compiling async-stream-impl v0.3.5 |
1498 | 2023-11-16T15:52:49.434Z | Compiling paste v1.0.14 |
1499 | 2023-11-16T15:52:50.042Z | Compiling ident_case v1.0.1 |
1500 | 2023-11-16T15:52:50.290Z | Compiling darling_core v0.20.3 |
1501 | 2023-11-16T15:52:52.103Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1502 | 2023-11-16T15:52:52.765Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1503 | 2023-11-16T15:52:56.501Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1504 | 2023-11-16T15:52:57.509Z | Compiling structmeta-derive v0.2.0 |
1505 | 2023-11-16T15:52:58.918Z | Compiling regex-syntax v0.7.5 |
1506 | 2023-11-16T15:52:59.046Z | Compiling darling_macro v0.20.3 |
1507 | 2023-11-16T15:53:00.162Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1508 | 2023-11-16T15:53:00.582Z | Compiling darling v0.20.3 |
1509 | 2023-11-16T15:53:00.744Z | Compiling serde_with_macros v2.3.3 |
1510 | 2023-11-16T15:53:01.825Z | Compiling structmeta v0.2.0 |
1511 | 2023-11-16T15:53:09.159Z | Compiling parse-display-derive v0.8.2 |
1512 | 2023-11-16T15:53:15.868Z | Compiling toml v0.8.8 |
1513 | 2023-11-16T15:53:15.914Z | Compiling proc-macro-crate v1.3.1 |
1514 | 2023-11-16T15:53:18.005Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1515 | 2023-11-16T15:53:18.690Z | Compiling num_enum_derive v0.5.11 |
1516 | 2023-11-16T15:53:31.605Z | Compiling proc-macro-error-attr v1.0.4 |
1517 | 2023-11-16T15:53:37.741Z | Compiling proc-macro-error v1.0.4 |
1518 | 2023-11-16T15:53:38.175Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1519 | 2023-11-16T15:53:42.084Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1520 | 2023-11-16T15:53:48.191Z | Compiling foreign-types-macros v0.2.3 |
1521 | 2023-11-16T15:53:49.853Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1522 | 2023-11-16T15:53:50.461Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1523 | 2023-11-16T15:53:52.510Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1524 | 2023-11-16T15:53:52.964Z | Compiling crucible-workspace-hack v0.1.0 |
1525 | 2023-11-16T15:53:53.215Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1526 | 2023-11-16T15:53:57.374Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1527 | 2023-11-16T15:53:57.530Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1528 | 2023-11-16T15:54:04.989Z | Compiling sha1 v0.10.6 |
1529 | 2023-11-16T15:54:05.019Z | Compiling atty v0.2.14 |
1530 | 2023-11-16T15:54:05.626Z | Compiling match_cfg v0.1.0 |
1531 | 2023-11-16T15:54:05.649Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1532 | 2023-11-16T15:54:05.753Z | Compiling hostname v0.3.1 |
1533 | 2023-11-16T15:54:11.208Z | Compiling dirs-sys-next v0.1.2 |
1534 | 2023-11-16T15:54:17.674Z | Compiling dirs-next v2.0.0 |
1535 | 2023-11-16T15:54:20.427Z | Compiling heck v0.3.3 |
1536 | 2023-11-16T15:54:21.251Z | Compiling thread_local v1.1.7 |
1537 | 2023-11-16T15:54:21.848Z | Compiling fastrand v2.0.0 |
1538 | 2023-11-16T15:54:21.926Z | Compiling libefi-sys v0.1.0 |
1539 | 2023-11-16T15:54:22.396Z | Compiling tempfile v3.8.0 |
1540 | 2023-11-16T15:54:22.420Z | Compiling structopt-derive v0.4.18 |
1541 | 2023-11-16T15:54:22.655Z | Compiling term v0.7.0 |
1542 | 2023-11-16T15:54:22.699Z | Compiling zone_cfg_derive v0.3.0 |
1543 | 2023-11-16T15:54:23.729Z | Compiling crossbeam-channel v0.5.8 |
1544 | 2023-11-16T15:54:24.040Z | Compiling num-derive v0.4.0 |
1545 | 2023-11-16T15:54:24.629Z | Compiling instant v0.1.12 |
1546 | 2023-11-16T15:54:24.831Z | Compiling take_mut v0.2.2 |
1547 | 2023-11-16T15:54:24.914Z | Compiling slog-term v2.9.0 |
1548 | 2023-11-16T15:54:26.805Z | Compiling slog-json v2.6.1 |
1549 | 2023-11-16T15:54:26.868Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1550 | 2023-11-16T15:54:27.198Z | Compiling atomic-waker v1.1.1 |
1551 | 2023-11-16T15:54:27.261Z | Compiling slog-bunyan v2.4.0 |
1552 | 2023-11-16T15:54:27.361Z | Compiling waitgroup v0.1.2 |
1553 | 2023-11-16T15:54:27.521Z | Compiling async-stream v0.3.5 |
1554 | 2023-11-16T15:54:27.715Z | Compiling serde_path_to_error v0.1.14 |
1555 | 2023-11-16T15:54:28.030Z | Compiling same-file v1.0.6 |
1556 | 2023-11-16T15:54:28.236Z | Compiling platforms v3.0.2 |
1557 | 2023-11-16T15:54:28.366Z | Compiling debug-ignore v1.0.5 |
1558 | 2023-11-16T15:54:28.580Z | Compiling walkdir v2.4.0 |
1559 | 2023-11-16T15:54:29.414Z | Compiling strum v0.25.0 |
1560 | 2023-11-16T15:54:29.654Z | Compiling toml v0.5.11 |
1561 | 2023-11-16T15:54:29.678Z | Compiling semver-parser v0.10.2 |
1562 | 2023-11-16T15:54:29.779Z | Compiling xattr v1.0.1 |
1563 | 2023-11-16T15:54:30.169Z | Compiling filetime v0.2.22 |
1564 | 2023-11-16T15:54:30.787Z | Compiling tar v0.4.40 |
1565 | 2023-11-16T15:54:30.883Z | Compiling semver v0.11.0 |
1566 | 2023-11-16T15:54:31.944Z | Compiling serde_with v2.3.3 |
1567 | 2023-11-16T15:54:32.754Z | Compiling home v0.5.5 |
1568 | 2023-11-16T15:54:32.907Z | Compiling curve25519-dalek v4.1.0 |
1569 | 2023-11-16T15:54:33.090Z | Compiling toolchain_find v0.2.0 |
1570 | 2023-11-16T15:54:33.485Z | Compiling backoff v0.4.0 |
1571 | 2023-11-16T15:54:33.879Z | Compiling parse-display v0.8.2 |
1572 | 2023-11-16T15:54:34.160Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1573 | 2023-11-16T15:54:34.376Z | Compiling macaddr v1.0.1 |
1574 | 2023-11-16T15:54:34.558Z | Compiling rustfmt-wrapper v0.2.0 |
1575 | 2023-11-16T15:54:35.084Z | Compiling omicron-zone-package v0.8.3 |
1576 | 2023-11-16T15:54:36.338Z | Compiling curve25519-dalek-derive v0.1.0 |
1577 | 2023-11-16T15:54:36.867Z | Compiling num-rational v0.4.1 |
1578 | 2023-11-16T15:54:37.310Z | Compiling getrandom v0.1.16 |
1579 | 2023-11-16T15:54:38.315Z | Compiling num_enum v0.5.11 |
1580 | 2023-11-16T15:54:38.532Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1581 | 2023-11-16T15:54:38.556Z | Compiling postcard-cobs v0.1.5-pre |
1582 | 2023-11-16T15:54:38.912Z | Compiling postcard v0.7.3 |
1583 | 2023-11-16T15:54:39.003Z | Compiling smoltcp v0.8.2 |
1584 | 2023-11-16T15:54:39.730Z | Compiling unicase v2.7.0 |
1585 | 2023-11-16T15:54:40.182Z | Compiling foreign-types-shared v0.3.1 |
1586 | 2023-11-16T15:54:40.416Z | Compiling cfg-if v0.1.10 |
1587 | 2023-11-16T15:54:40.555Z | Compiling parking_lot_core v0.8.6 |
1588 | 2023-11-16T15:54:40.688Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1589 | 2023-11-16T15:54:40.959Z | Compiling foreign-types v0.5.0 |
1590 | 2023-11-16T15:54:41.587Z | Compiling is-terminal v0.4.9 |
1591 | 2023-11-16T15:54:41.696Z | Compiling cstr-argument v0.1.2 |
1592 | 2023-11-16T15:54:42.048Z | Compiling pretty-hex v0.2.1 |
1593 | 2023-11-16T15:54:42.356Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1594 | 2023-11-16T15:54:42.494Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1595 | 2023-11-16T15:54:42.674Z | Compiling colored v2.0.4 |
1596 | 2023-11-16T15:54:43.574Z | Compiling textwrap v0.11.0 |
1597 | 2023-11-16T15:54:43.577Z | Compiling slog-dtrace v0.2.3 |
1598 | 2023-11-16T15:54:43.743Z | Compiling ansi_term v0.12.1 |
1599 | 2023-11-16T15:54:43.841Z | Compiling strsim v0.8.0 |
1600 | 2023-11-16T15:54:44.027Z | Compiling vec_map v0.8.2 |
1601 | 2023-11-16T15:54:44.434Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1602 | 2023-11-16T15:54:44.653Z | Compiling winapi v0.3.9 |
1603 | 2023-11-16T15:54:44.755Z | Compiling convert_case v0.4.0 |
1604 | 2023-11-16T15:54:45.476Z | Compiling clap v2.34.0 |
1605 | 2023-11-16T15:54:46.012Z | Compiling derive_more v0.99.17 |
1606 | 2023-11-16T15:54:47.907Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1607 | 2023-11-16T15:54:50.653Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
1608 | 2023-11-16T15:54:51.180Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1609 | 2023-11-16T15:54:51.337Z | Compiling thiserror-impl-no-std v2.0.2 |
1610 | 2023-11-16T15:54:51.974Z | Compiling base64ct v1.6.0 |
1611 | 2023-11-16T15:54:53.827Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1612 | 2023-11-16T15:54:55.250Z | Compiling mime_guess v2.0.4 |
1613 | 2023-11-16T15:54:55.768Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
1614 | 2023-11-16T15:54:55.801Z | Compiling structopt v0.3.26 |
1615 | 2023-11-16T15:54:57.020Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1616 | 2023-11-16T15:54:57.841Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1617 | 2023-11-16T15:54:58.890Z | Compiling zone v0.3.0 |
1618 | 2023-11-16T15:54:59.318Z | Compiling smf v0.2.2 |
1619 | 2023-11-16T15:55:00.732Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1620 | 2023-11-16T15:55:01.127Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1621 | 2023-11-16T15:55:02.614Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1622 | 2023-11-16T15:55:03.010Z | Compiling universal-hash v0.5.1 |
1623 | 2023-11-16T15:55:03.170Z | Compiling opaque-debug v0.3.0 |
1624 | 2023-11-16T15:55:03.270Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1625 | 2023-11-16T15:55:03.747Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1626 | 2023-11-16T15:55:03.819Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1627 | 2023-11-16T15:55:04.015Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1628 | 2023-11-16T15:55:04.397Z | Compiling hkdf v0.12.3 |
1629 | 2023-11-16T15:55:04.842Z | Compiling cancel-safe-futures v0.1.5 |
1630 | 2023-11-16T15:55:05.708Z | Compiling linked-hash-map v0.5.6 |
1631 | 2023-11-16T15:55:06.260Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1632 | 2023-11-16T15:55:07.455Z | Compiling keccak v0.1.4 |
1633 | 2023-11-16T15:55:08.825Z | Compiling quick-error v1.2.3 |
1634 | 2023-11-16T15:55:09.037Z | Compiling resolv-conf v0.7.0 |
1635 | 2023-11-16T15:55:10.065Z | Compiling sha3 v0.10.8 |
1636 | 2023-11-16T15:55:10.456Z | Compiling lru-cache v0.1.2 |
1637 | 2023-11-16T15:55:10.719Z | Compiling password-hash v0.5.0 |
1638 | 2023-11-16T15:55:12.507Z | Compiling blake2 v0.10.6 |
1639 | 2023-11-16T15:55:13.056Z | Compiling aead v0.5.2 |
1640 | 2023-11-16T15:55:13.494Z | Compiling secrecy v0.8.0 |
1641 | 2023-11-16T15:55:13.902Z | Compiling num-complex v0.4.4 |
1642 | 2023-11-16T15:55:14.011Z | Compiling ff v0.13.0 |
1643 | 2023-11-16T15:55:14.373Z | Compiling nibble_vec v0.1.0 |
1644 | 2023-11-16T15:55:14.673Z | Compiling utf-8 v0.7.6 |
1645 | 2023-11-16T15:55:14.818Z | Compiling arc-swap v1.6.0 |
1646 | 2023-11-16T15:55:16.178Z | Compiling endian-type v0.1.2 |
1647 | 2023-11-16T15:55:16.520Z | Compiling radix_trie v0.2.1 |
1648 | 2023-11-16T15:55:17.596Z | Compiling slog-scope v4.4.0 |
1649 | 2023-11-16T15:55:17.639Z | Compiling num v0.4.1 |
1650 | 2023-11-16T15:55:17.772Z | Compiling tungstenite v0.20.1 |
1651 | 2023-11-16T15:55:17.803Z | Compiling group v0.13.0 |
1652 | 2023-11-16T15:55:17.975Z | Compiling argon2 v0.5.2 |
1653 | 2023-11-16T15:55:18.048Z | Compiling rand_core v0.5.1 |
1654 | 2023-11-16T15:55:18.446Z | Compiling trust-dns-resolver v0.22.0 |
1655 | 2023-11-16T15:55:18.675Z | Compiling poly1305 v0.8.0 |
1656 | 2023-11-16T15:55:25.939Z | Compiling chacha20 v0.9.1 |
1657 | 2023-11-16T15:55:26.063Z | Compiling crypto-bigint v0.5.2 |
1658 | 2023-11-16T15:55:26.422Z | Compiling option-ext v0.2.0 |
1659 | 2023-11-16T15:55:26.600Z | Compiling ciborium-io v0.2.1 |
1660 | 2023-11-16T15:55:26.769Z | Compiling base16ct v0.2.0 |
1661 | 2023-11-16T15:55:26.814Z | Compiling half v1.8.2 |
1662 | 2023-11-16T15:55:27.329Z | Compiling dirs-sys v0.4.1 |
1663 | 2023-11-16T15:55:27.852Z | Compiling ciborium-ll v0.2.1 |
1664 | 2023-11-16T15:55:28.590Z | Compiling parking_lot v0.11.2 |
1665 | 2023-11-16T15:55:28.613Z | Compiling tokio-tungstenite v0.20.1 |
1666 | 2023-11-16T15:55:29.087Z | Compiling elliptic-curve v0.13.5 |
1667 | 2023-11-16T15:55:29.143Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1668 | 2023-11-16T15:55:29.662Z | Compiling rand_chacha v0.2.2 |
1669 | 2023-11-16T15:55:29.876Z | Compiling slog-stdlog v4.1.1 |
1670 | 2023-11-16T15:55:29.954Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1671 | 2023-11-16T15:55:30.112Z | Compiling trust-dns-client v0.22.0 |
1672 | 2023-11-16T15:55:30.547Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1673 | 2023-11-16T15:55:31.393Z | Compiling polyval v0.6.1 |
1674 | 2023-11-16T15:55:31.686Z | Compiling thiserror-no-std v2.0.2 |
1675 | 2023-11-16T15:55:31.858Z | Compiling password-hash v0.4.2 |
1676 | 2023-11-16T15:55:32.908Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1677 | 2023-11-16T15:55:33.402Z | Compiling ed25519 v2.2.2 |
1678 | 2023-11-16T15:55:33.924Z | Compiling blowfish v0.9.1 |
1679 | 2023-11-16T15:55:33.947Z | Compiling aes v0.8.3 |
1680 | 2023-11-16T15:55:34.376Z | Compiling ctr v0.9.2 |
1681 | 2023-11-16T15:55:34.846Z | Compiling pbkdf2 v0.12.2 |
1682 | 2023-11-16T15:55:35.035Z | Compiling fxhash v0.2.1 |
1683 | 2023-11-16T15:55:35.402Z | Compiling glob v0.3.1 |
1684 | 2023-11-16T15:55:36.098Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1685 | 2023-11-16T15:55:36.574Z | Compiling sled v0.34.7 |
1686 | 2023-11-16T15:55:39.021Z | Compiling bcrypt-pbkdf v0.10.0 |
1687 | 2023-11-16T15:55:39.338Z | Compiling ed25519-dalek v2.0.0 |
1688 | 2023-11-16T15:55:40.254Z | Compiling pbkdf2 v0.11.0 |
1689 | 2023-11-16T15:55:40.688Z | Compiling trust-dns-server v0.22.1 |
1690 | 2023-11-16T15:55:40.801Z | Compiling russh-cryptovec v0.7.0 |
1691 | 2023-11-16T15:55:41.113Z | Compiling vsss-rs v3.3.1 |
1692 | 2023-11-16T15:55:41.168Z | Compiling ghash v0.5.0 |
1693 | 2023-11-16T15:55:41.245Z | Compiling rand v0.7.3 |
1694 | 2023-11-16T15:55:41.280Z | Compiling slog-envlogger v2.2.0 |
1695 | 2023-11-16T15:55:42.457Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1696 | 2023-11-16T15:55:45.809Z | Compiling ciborium v0.2.1 |
1697 | 2023-11-16T15:55:46.866Z | Compiling dirs v5.0.1 |
1698 | 2023-11-16T15:55:47.017Z | Compiling chacha20poly1305 v0.10.1 |
1699 | 2023-11-16T15:55:49.362Z | Compiling camino-tempfile v1.0.2 |
1700 | 2023-11-16T15:55:50.233Z | Compiling cbc v0.1.2 |
1701 | 2023-11-16T15:55:50.323Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
1702 | 2023-11-16T15:55:50.327Z | Compiling headers-core v0.2.0 |
1703 | 2023-11-16T15:55:50.586Z | Compiling kstat-rs v0.2.3 |
1704 | 2023-11-16T15:55:50.877Z | Compiling pem v3.0.2 |
1705 | 2023-11-16T15:55:51.666Z | Compiling base64 v0.13.1 |
1706 | 2023-11-16T15:55:51.928Z | Compiling http-range v0.1.5 |
1707 | 2023-11-16T15:55:52.143Z | Compiling pretty-hex v0.3.0 |
1708 | 2023-11-16T15:55:52.429Z | Compiling md5 v0.7.0 |
1709 | 2023-11-16T15:55:52.451Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1710 | 2023-11-16T15:55:52.473Z | Compiling pem v1.1.1 |
1711 | 2023-11-16T15:55:52.616Z | Compiling hyper-staticfile v0.9.5 |
1712 | 2023-11-16T15:55:52.944Z | Compiling russh-keys v0.38.0 |
1713 | 2023-11-16T15:55:56.105Z | Compiling rcgen v0.11.3 |
1714 | 2023-11-16T15:55:56.382Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1715 | 2023-11-16T15:55:57.335Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
1716 | 2023-11-16T15:55:57.594Z | Compiling headers v0.3.9 |
1717 | 2023-11-16T15:56:00.425Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1718 | 2023-11-16T15:56:08.603Z | Compiling aes-gcm v0.10.3 |
1719 | 2023-11-16T15:56:09.020Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1720 | 2023-11-16T15:56:11.363Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1721 | 2023-11-16T15:56:13.692Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ed82315541271e2734746a9ca79e39f35c12283#5ed82315) |
1722 | 2023-11-16T15:56:20.004Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1723 | 2023-11-16T15:56:20.992Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1724 | 2023-11-16T15:56:21.172Z | Compiling atomicwrites v0.4.2 |
1725 | 2023-11-16T15:56:21.717Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1726 | 2023-11-16T15:56:25.698Z | Compiling subprocess v0.2.9 |
1727 | 2023-11-16T15:56:26.894Z | Compiling hex-literal v0.4.1 |
1728 | 2023-11-16T15:56:28.944Z | Compiling russh v0.39.0 |
1729 | 2023-11-16T15:56:29.062Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1730 | 2023-11-16T15:56:32.187Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1731 | 2023-11-16T15:56:51.632Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1732 | 2023-11-16T15:57:27.462Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1733 | 2023-11-16T15:58:43.720Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 20s |
1734 | 2023-11-16T15:58:44.043Z | |
1735 | 2023-11-16T15:58:44.045Z | real 8:21.009037333 |
1736 | 2023-11-16T15:58:44.048Z | user 49:27.241286763 |
1737 | 2023-11-16T15:58:44.051Z | sys 7:56.610703992 |
1738 | 2023-11-16T15:58:44.053Z | trap 1.760723338 |
1739 | 2023-11-16T15:58:44.080Z | tflt 4.858941267 |
1740 | 2023-11-16T15:58:44.083Z | dflt 6.676699913 |
1741 | 2023-11-16T15:58:44.086Z | kflt 0.023802439 |
1742 | 2023-11-16T15:58:44.089Z | lock 1:31:13.383187137 |
1743 | 2023-11-16T15:58:44.093Z | slp 2:16:23.762189291 |
1744 | 2023-11-16T15:58:44.095Z | lat 2:04.687925203 |
1745 | 2023-11-16T15:58:44.098Z | stop 4:53.123980774 |
1746 | 2023-11-16T15:58:44.101Z | + mkdir -p /work/end-to-end-tests |
1747 | 2023-11-16T15:58:44.104Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1748 | 2023-11-16T15:58:45.308Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1749 | 2023-11-16T15:58:45.311Z | + ptime -m gzip |
1750 | 2023-11-16T15:58:45.314Z | ++ basename target/debug/bootstrap |
1751 | 2023-11-16T15:59:00.319Z | |
1752 | 2023-11-16T15:59:00.322Z | real 15.003289530 |
1753 | 2023-11-16T15:59:00.324Z | user 14.863673530 |
1754 | 2023-11-16T15:59:00.327Z | sys 0.135595559 |
1755 | 2023-11-16T15:59:00.330Z | trap 0.002647283 |
1756 | 2023-11-16T15:59:00.333Z | tflt 0.000000000 |
1757 | 2023-11-16T15:59:00.336Z | dflt 0.000000000 |
1758 | 2023-11-16T15:59:00.339Z | kflt 0.000000000 |
1759 | 2023-11-16T15:59:00.341Z | lock 0.000000000 |
1760 | 2023-11-16T15:59:00.344Z | slp 0.000000000 |
1761 | 2023-11-16T15:59:00.349Z | lat 0.001038171 |
1762 | 2023-11-16T15:59:00.352Z | stop 0.000217539 |
1763 | 2023-11-16T15:59:00.355Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1764 | 2023-11-16T15:59:00.360Z | + ptime -m gzip |
1765 | 2023-11-16T15:59:00.363Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b153fb5eda845188 |
1766 | 2023-11-16T15:59:01.406Z | |
1767 | 2023-11-16T15:59:01.411Z | real 1.078340743 |
1768 | 2023-11-16T15:59:01.414Z | user 1.066644936 |
1769 | 2023-11-16T15:59:01.416Z | sys 0.011011041 |
1770 | 2023-11-16T15:59:01.419Z | trap 0.000144251 |
1771 | 2023-11-16T15:59:01.422Z | tflt 0.000000000 |
1772 | 2023-11-16T15:59:01.425Z | dflt 0.000000000 |
1773 | 2023-11-16T15:59:01.429Z | kflt 0.000000000 |
1774 | 2023-11-16T15:59:01.433Z | lock 0.000000000 |
1775 | 2023-11-16T15:59:01.435Z | slp 0.000000000 |
1776 | 2023-11-16T15:59:01.439Z | lat 0.000162043 |
1777 | 2023-11-16T15:59:01.443Z | stop 0.000261737 |
1778 | 2023-11-16T15:59:01.446Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1779 | 2023-11-16T15:59:01.449Z | + ptime -m gzip |
1780 | 2023-11-16T15:59:01.451Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6d5617b4bb093364 |
1781 | 2023-11-16T15:59:18.607Z | |
1782 | 2023-11-16T15:59:18.618Z | real 17.189532868 |
1783 | 2023-11-16T15:59:18.629Z | user 17.014961894 |
1784 | 2023-11-16T15:59:18.636Z | sys 0.169470164 |
1785 | 2023-11-16T15:59:18.647Z | trap 0.003336543 |
1786 | 2023-11-16T15:59:18.654Z | tflt 0.000000000 |
1787 | 2023-11-16T15:59:18.659Z | dflt 0.000000000 |
1788 | 2023-11-16T15:59:18.666Z | kflt 0.000000000 |
1789 | 2023-11-16T15:59:18.677Z | lock 0.000000000 |
1790 | 2023-11-16T15:59:18.687Z | slp 0.000000000 |
1791 | 2023-11-16T15:59:18.695Z | lat 0.001426442 |
1792 | 2023-11-16T15:59:18.705Z | stop 0.000220124 |
1793 | 2023-11-16T15:59:18.715Z | + banner caboose-util |
1794 | 2023-11-16T15:59:18.720Z | |
1795 | 2023-11-16T15:59:18.726Z | #### ## ##### #### #### #### ###### # # ##### |
1796 | 2023-11-16T15:59:18.729Z | # # # # # # # # # # # # # # # |
1797 | 2023-11-16T15:59:18.732Z | # # # ##### # # # # #### ##### ##### # # # |
1798 | 2023-11-16T15:59:18.735Z | # ###### # # # # # # # # # # # |
1799 | 2023-11-16T15:59:18.738Z | # # # # # # # # # # # # # # # # |
1800 | 2023-11-16T15:59:18.741Z | #### # # ##### #### #### #### ###### #### # |
1801 | 2023-11-16T15:59:18.743Z | |
1802 | 2023-11-16T15:59:18.748Z | + ptime -m cargo build --locked -p caboose-util --release |
1803 | 2023-11-16T15:59:19.227Z | Downloading crates ... |
1804 | 2023-11-16T15:59:19.580Z | Downloaded nodrop v0.1.14 |
1805 | 2023-11-16T15:59:19.582Z | Downloaded der_derive v0.7.2 |
1806 | 2023-11-16T15:59:19.588Z | Downloaded wyz v0.5.1 |
1807 | 2023-11-16T15:59:19.591Z | Downloaded tap v1.0.1 |
1808 | 2023-11-16T15:59:19.594Z | Downloaded smallvec v0.6.14 |
1809 | 2023-11-16T15:59:19.596Z | Downloaded termcolor v1.2.0 |
1810 | 2023-11-16T15:59:19.599Z | Downloaded funty v2.0.0 |
1811 | 2023-11-16T15:59:19.602Z | Downloaded env_logger v0.10.0 |
1812 | 2023-11-16T15:59:19.604Z | Downloaded radium v0.7.0 |
1813 | 2023-11-16T15:59:19.607Z | Downloaded ron v0.8.1 |
1814 | 2023-11-16T15:59:19.615Z | Downloaded pem-rfc7468 v0.7.0 |
1815 | 2023-11-16T15:59:19.618Z | Downloaded pkcs1 v0.7.5 |
1816 | 2023-11-16T15:59:19.622Z | Downloaded flagset v0.4.3 |
1817 | 2023-11-16T15:59:19.625Z | Downloaded packed_struct v0.10.1 |
1818 | 2023-11-16T15:59:19.627Z | Downloaded packed_struct_codegen v0.10.1 |
1819 | 2023-11-16T15:59:19.630Z | Downloaded crc-any v2.4.3 |
1820 | 2023-11-16T15:59:19.633Z | Downloaded maybe-uninit v2.0.0 |
1821 | 2023-11-16T15:59:19.635Z | Downloaded rsa v0.9.2 |
1822 | 2023-11-16T15:59:19.642Z | Downloaded x509-cert v0.2.4 |
1823 | 2023-11-16T15:59:19.652Z | Downloaded num-bigint-dig v0.8.4 |
1824 | 2023-11-16T15:59:19.660Z | Downloaded bitvec v1.0.1 |
1825 | 2023-11-16T15:59:19.686Z | Downloaded object v0.30.4 |
1826 | 2023-11-16T15:59:19.702Z | Downloaded bitfield v0.14.0 |
1827 | 2023-11-16T15:59:19.704Z | Downloaded crc-catalog v2.2.0 |
1828 | 2023-11-16T15:59:19.711Z | Downloaded crc v3.0.1 |
1829 | 2023-11-16T15:59:19.715Z | Downloaded serde-hex v0.1.0 |
1830 | 2023-11-16T15:59:19.718Z | Downloaded array-init v0.0.4 |
1831 | 2023-11-16T15:59:19.720Z | Downloaded path-slash v0.1.5 |
1832 | 2023-11-16T15:59:19.878Z | Compiling proc-macro2 v1.0.69 |
1833 | 2023-11-16T15:59:19.887Z | Compiling unicode-ident v1.0.12 |
1834 | 2023-11-16T15:59:19.911Z | Compiling libc v0.2.150 |
1835 | 2023-11-16T15:59:19.926Z | Compiling autocfg v1.1.0 |
1836 | 2023-11-16T15:59:19.932Z | Compiling serde v1.0.192 |
1837 | 2023-11-16T15:59:19.943Z | Compiling cfg-if v1.0.0 |
1838 | 2023-11-16T15:59:19.952Z | Compiling version_check v0.9.4 |
1839 | 2023-11-16T15:59:20.020Z | Compiling parking_lot_core v0.9.8 |
1840 | 2023-11-16T15:59:20.036Z | Compiling syn v1.0.109 |
1841 | 2023-11-16T15:59:20.128Z | Compiling typenum v1.16.0 |
1842 | 2023-11-16T15:59:20.582Z | Compiling libm v0.2.7 |
1843 | 2023-11-16T15:59:20.755Z | Compiling futures-core v0.3.29 |
1844 | 2023-11-16T15:59:20.905Z | Compiling generic-array v0.14.7 |
1845 | 2023-11-16T15:59:20.951Z | Compiling lock_api v0.4.10 |
1846 | 2023-11-16T15:59:21.032Z | Compiling num-traits v0.2.16 |
1847 | 2023-11-16T15:59:21.204Z | Compiling once_cell v1.18.0 |
1848 | 2023-11-16T15:59:21.321Z | Compiling pkg-config v0.3.27 |
1849 | 2023-11-16T15:59:21.365Z | Compiling scopeguard v1.2.0 |
1850 | 2023-11-16T15:59:21.911Z | Compiling slab v0.4.9 |
1851 | 2023-11-16T15:59:21.921Z | Compiling futures-channel v0.3.29 |
1852 | 2023-11-16T15:59:21.926Z | Compiling futures-task v0.3.29 |
1853 | 2023-11-16T15:59:22.165Z | Compiling quote v1.0.33 |
1854 | 2023-11-16T15:59:22.170Z | Compiling serde_json v1.0.108 |
1855 | 2023-11-16T15:59:22.317Z | Compiling thiserror v1.0.49 |
1856 | 2023-11-16T15:59:22.611Z | Compiling memchr v2.6.3 |
1857 | 2023-11-16T15:59:22.962Z | Compiling syn v2.0.32 |
1858 | 2023-11-16T15:59:23.375Z | Compiling cc v1.0.83 |
1859 | 2023-11-16T15:59:23.378Z | Compiling getrandom v0.2.10 |
1860 | 2023-11-16T15:59:23.381Z | Compiling futures-util v0.3.29 |
1861 | 2023-11-16T15:59:23.600Z | Compiling itoa v1.0.9 |
1862 | 2023-11-16T15:59:23.709Z | Compiling smallvec v1.11.0 |
1863 | 2023-11-16T15:59:23.902Z | Compiling log v0.4.20 |
1864 | 2023-11-16T15:59:25.138Z | Compiling vcpkg v0.2.15 |
1865 | 2023-11-16T15:59:25.246Z | Compiling byteorder v1.5.0 |
1866 | 2023-11-16T15:59:25.547Z | Compiling rand_core v0.6.4 |
1867 | 2023-11-16T15:59:26.047Z | Compiling pin-project-lite v0.2.13 |
1868 | 2023-11-16T15:59:26.204Z | Compiling parking_lot v0.12.1 |
1869 | 2023-11-16T15:59:27.048Z | Compiling ring v0.17.5 |
1870 | 2023-11-16T15:59:27.568Z | Compiling indexmap v1.9.3 |
1871 | 2023-11-16T15:59:27.893Z | Compiling openssl-sys v0.9.93 |
1872 | 2023-11-16T15:59:29.284Z | Compiling signal-hook-registry v1.4.1 |
1873 | 2023-11-16T15:59:29.866Z | Compiling io-lifetimes v1.0.11 |
1874 | 2023-11-16T15:59:30.446Z | Compiling ring v0.16.20 |
1875 | 2023-11-16T15:59:30.625Z | Compiling mio v0.8.8 |
1876 | 2023-11-16T15:59:32.031Z | Compiling num-integer v0.1.45 |
1877 | 2023-11-16T15:59:32.040Z | Compiling semver v1.0.20 |
1878 | 2023-11-16T15:59:32.346Z | Compiling const-oid v0.9.5 |
1879 | 2023-11-16T15:59:32.450Z | Compiling ryu v1.0.15 |
1880 | 2023-11-16T15:59:32.891Z | Compiling rustix v0.37.23 |
1881 | 2023-11-16T15:59:33.703Z | Compiling spin v0.5.2 |
1882 | 2023-11-16T15:59:34.489Z | Compiling num_cpus v1.16.0 |
1883 | 2023-11-16T15:59:34.492Z | Compiling socket2 v0.5.4 |
1884 | 2023-11-16T15:59:34.646Z | Compiling unicode-xid v0.2.4 |
1885 | 2023-11-16T15:59:34.873Z | Compiling futures-sink v0.3.29 |
1886 | 2023-11-16T15:59:35.075Z | Compiling openssl v0.10.57 |
1887 | 2023-11-16T15:59:35.128Z | Compiling ucd-trie v0.1.6 |
1888 | 2023-11-16T15:59:35.623Z | Compiling heck v0.4.1 |
1889 | 2023-11-16T15:59:35.851Z | Compiling httparse v1.8.0 |
1890 | 2023-11-16T15:59:35.875Z | Compiling synstructure v0.12.6 |
1891 | 2023-11-16T15:59:36.223Z | Compiling tinyvec_macros v0.1.1 |
1892 | 2023-11-16T15:59:36.424Z | Compiling tinyvec v1.6.0 |
1893 | 2023-11-16T15:59:37.376Z | Compiling futures-io v0.3.29 |
1894 | 2023-11-16T15:59:37.445Z | Compiling native-tls v0.2.11 |
1895 | 2023-11-16T15:59:37.636Z | Compiling ppv-lite86 v0.2.17 |
1896 | 2023-11-16T15:59:37.742Z | Compiling rustls v0.21.8 |
1897 | 2023-11-16T15:59:37.898Z | Compiling pin-utils v0.1.0 |
1898 | 2023-11-16T15:59:38.010Z | Compiling crc32fast v1.3.2 |
1899 | 2023-11-16T15:59:38.128Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1900 | 2023-11-16T15:59:38.274Z | Compiling spin v0.9.8 |
1901 | 2023-11-16T15:59:38.757Z | Compiling tracing-core v0.1.31 |
1902 | 2023-11-16T15:59:38.856Z | Compiling unicode-normalization v0.1.22 |
1903 | 2023-11-16T15:59:38.950Z | Compiling rand_chacha v0.3.1 |
1904 | 2023-11-16T15:59:38.969Z | Compiling unicode-bidi v0.3.13 |
1905 | 2023-11-16T15:59:39.845Z | Compiling subtle v2.5.0 |
1906 | 2023-11-16T15:59:40.340Z | Compiling rand v0.8.5 |
1907 | 2023-11-16T15:59:41.214Z | Compiling errno v0.3.2 |
1908 | 2023-11-16T15:59:41.521Z | Compiling num-iter v0.1.43 |
1909 | 2023-11-16T15:59:41.540Z | Compiling usdt-impl v0.3.5 |
1910 | 2023-11-16T15:59:41.601Z | Compiling ahash v0.8.3 |
1911 | 2023-11-16T15:59:42.014Z | Compiling base64 v0.21.5 |
1912 | 2023-11-16T15:59:42.040Z | Compiling schemars v0.8.13 |
1913 | 2023-11-16T15:59:42.064Z | Compiling rustix v0.38.9 |
1914 | 2023-11-16T15:59:43.118Z | Compiling signal-hook v0.3.17 |
1915 | 2023-11-16T15:59:43.543Z | Compiling serde_derive_internals v0.26.0 |
1916 | 2023-11-16T15:59:44.532Z | Compiling serde_derive v1.0.192 |
1917 | 2023-11-16T15:59:44.848Z | Compiling zeroize_derive v1.4.2 |
1918 | 2023-11-16T15:59:44.932Z | Compiling tokio-macros v2.1.0 |
1919 | 2023-11-16T15:59:45.423Z | Compiling thiserror-impl v1.0.49 |
1920 | 2023-11-16T15:59:45.846Z | Compiling futures-macro v0.3.29 |
1921 | 2023-11-16T15:59:47.068Z | Compiling zeroize v1.6.0 |
1922 | 2023-11-16T15:59:47.297Z | Compiling tracing-attributes v0.1.26 |
1923 | 2023-11-16T15:59:48.370Z | Compiling zerocopy-derive v0.2.0 |
1924 | 2023-11-16T15:59:48.427Z | Compiling openssl-macros v0.1.1 |
1925 | 2023-11-16T15:59:49.522Z | Compiling zerocopy-derive v0.6.4 |
1926 | 2023-11-16T15:59:50.080Z | Compiling pest v2.7.2 |
1927 | 2023-11-16T15:59:50.094Z | Compiling crypto-common v0.1.6 |
1928 | 2023-11-16T15:59:50.356Z | Compiling block-buffer v0.10.4 |
1929 | 2023-11-16T15:59:50.724Z | Compiling digest v0.10.7 |
1930 | 2023-11-16T15:59:52.049Z | Compiling bitflags v1.3.2 |
1931 | 2023-11-16T15:59:52.518Z | Compiling fnv v1.0.7 |
1932 | 2023-11-16T15:59:52.627Z | Compiling tracing v0.1.37 |
1933 | 2023-11-16T15:59:52.759Z | Compiling zerocopy v0.3.0 |
1934 | 2023-11-16T15:59:53.341Z | Compiling schemars_derive v0.8.13 |
1935 | 2023-11-16T15:59:54.017Z | Compiling lazy_static v1.4.0 |
1936 | 2023-11-16T15:59:54.169Z | Compiling pest_meta v2.7.2 |
1937 | 2023-11-16T15:59:56.498Z | Compiling pest_generator v2.7.2 |
1938 | 2023-11-16T15:59:58.280Z | Compiling backtrace v0.3.69 |
1939 | 2023-11-16T15:59:58.416Z | Compiling num-bigint v0.4.4 |
1940 | 2023-11-16T15:59:58.833Z | Compiling memoffset v0.9.0 |
1941 | 2023-11-16T15:59:58.886Z | Compiling percent-encoding v2.3.0 |
1942 | 2023-11-16T15:59:59.091Z | Compiling hashbrown v0.14.2 |
1943 | 2023-11-16T15:59:59.321Z | Compiling openssl-probe v0.1.5 |
1944 | 2023-11-16T15:59:59.380Z | Compiling smoltcp v0.9.1 |
1945 | 2023-11-16T15:59:59.544Z | Compiling untrusted v0.9.0 |
1946 | 2023-11-16T15:59:59.729Z | Compiling base64ct v1.6.0 |
1947 | 2023-11-16T15:59:59.775Z | Compiling hashbrown v0.12.3 |
1948 | 2023-11-16T16:00:00.314Z | Compiling untrusted v0.7.1 |
1949 | 2023-11-16T16:00:00.610Z | Compiling foreign-types-shared v0.1.1 |
1950 | 2023-11-16T16:00:00.748Z | Compiling equivalent v1.0.1 |
1951 | 2023-11-16T16:00:00.795Z | Compiling pest_derive v2.7.2 |
1952 | 2023-11-16T16:00:00.887Z | Compiling crossbeam-utils v0.8.16 |
1953 | 2023-11-16T16:00:00.907Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1954 | 2023-11-16T16:00:01.191Z | Compiling async-trait v0.1.74 |
1955 | 2023-11-16T16:00:01.826Z | Compiling iana-time-zone v0.1.57 |
1956 | 2023-11-16T16:00:01.878Z | Compiling dtrace-parser v0.1.14 |
1957 | 2023-11-16T16:00:01.933Z | Compiling foreign-types v0.3.2 |
1958 | 2023-11-16T16:00:02.350Z | Compiling pem-rfc7468 v0.7.0 |
1959 | 2023-11-16T16:00:04.585Z | Compiling dof v0.1.5 |
1960 | 2023-11-16T16:00:04.729Z | Compiling clap_derive v4.4.2 |
1961 | 2023-11-16T16:00:05.245Z | Compiling der_derive v0.7.2 |
1962 | 2023-11-16T16:00:07.093Z | Compiling bytes v1.5.0 |
1963 | 2023-11-16T16:00:08.122Z | Compiling bitflags v2.4.0 |
1964 | 2023-11-16T16:00:08.952Z | Compiling tokio v1.33.0 |
1965 | 2023-11-16T16:00:09.077Z | Compiling rustc_version v0.4.0 |
1966 | 2023-11-16T16:00:09.873Z | Compiling http v0.2.9 |
1967 | 2023-11-16T16:00:10.069Z | Compiling heapless v0.7.16 |
1968 | 2023-11-16T16:00:11.889Z | Compiling uuid v1.5.0 |
1969 | 2023-11-16T16:00:12.119Z | Compiling indexmap v2.1.0 |
1970 | 2023-11-16T16:00:12.204Z | Compiling chrono v0.4.31 |
1971 | 2023-11-16T16:00:13.649Z | Compiling thread-id v4.2.0 |
1972 | 2023-11-16T16:00:14.182Z | Compiling siphasher v0.3.11 |
1973 | 2023-11-16T16:00:14.686Z | Compiling flagset v0.4.3 |
1974 | 2023-11-16T16:00:14.835Z | Compiling cpufeatures v0.2.9 |
1975 | 2023-11-16T16:00:14.966Z | Compiling rustversion v1.0.14 |
1976 | 2023-11-16T16:00:15.007Z | Compiling utf8parse v0.2.1 |
1977 | 2023-11-16T16:00:15.272Z | Compiling try-lock v0.2.4 |
1978 | 2023-11-16T16:00:15.622Z | Compiling adler v1.0.2 |
1979 | 2023-11-16T16:00:15.881Z | Compiling anstyle v1.0.2 |
1980 | 2023-11-16T16:00:16.014Z | Compiling time-core v0.1.1 |
1981 | 2023-11-16T16:00:16.249Z | Compiling time-macros v0.2.13 |
1982 | 2023-11-16T16:00:18.064Z | Compiling miniz_oxide v0.7.1 |
1983 | 2023-11-16T16:00:19.192Z | Compiling want v0.3.1 |
1984 | 2023-11-16T16:00:19.582Z | Compiling anstyle-parse v0.2.1 |
1985 | 2023-11-16T16:00:20.196Z | Compiling der v0.7.8 |
1986 | 2023-11-16T16:00:20.255Z | Compiling sha2 v0.10.8 |
1987 | 2023-11-16T16:00:21.341Z | Compiling tokio-util v0.7.10 |
1988 | 2023-11-16T16:00:23.538Z | Compiling h2 v0.3.21 |
1989 | 2023-11-16T16:00:24.439Z | Compiling http-body v0.4.5 |
1990 | 2023-11-16T16:00:27.184Z | Compiling serde_tokenstream v0.1.7 |
1991 | 2023-11-16T16:00:29.370Z | Compiling rustls-webpki v0.101.7 |
1992 | 2023-11-16T16:00:29.798Z | Compiling sct v0.7.0 |
1993 | 2023-11-16T16:00:30.699Z | Compiling form_urlencoded v1.2.0 |
1994 | 2023-11-16T16:00:30.883Z | Compiling hubpack_derive v0.1.1 |
1995 | 2023-11-16T16:00:31.449Z | Compiling socket2 v0.4.9 |
1996 | 2023-11-16T16:00:32.144Z | Compiling crossbeam-epoch v0.9.15 |
1997 | 2023-11-16T16:00:32.231Z | Compiling tower-service v0.3.2 |
1998 | 2023-11-16T16:00:32.669Z | Compiling httpdate v1.0.3 |
1999 | 2023-11-16T16:00:32.756Z | Compiling colorchoice v1.0.0 |
2000 | 2023-11-16T16:00:32.960Z | Compiling slog v2.7.0 |
2001 | 2023-11-16T16:00:33.039Z | Compiling radium v0.7.0 |
2002 | 2023-11-16T16:00:33.508Z | Compiling anstyle-query v1.0.0 |
2003 | 2023-11-16T16:00:34.316Z | Compiling anyhow v1.0.75 |
2004 | 2023-11-16T16:00:34.776Z | Compiling hyper v0.14.27 |
2005 | 2023-11-16T16:00:35.861Z | Compiling anstream v0.5.0 |
2006 | 2023-11-16T16:00:43.510Z | Compiling terminal_size v0.2.6 |
2007 | 2023-11-16T16:00:43.801Z | Compiling spki v0.7.2 |
2008 | 2023-11-16T16:00:46.327Z | Compiling toml_datetime v0.6.5 |
2009 | 2023-11-16T16:00:46.766Z | Compiling serde_spanned v0.6.4 |
2010 | 2023-11-16T16:00:47.093Z | Compiling zerocopy v0.6.4 |
2011 | 2023-11-16T16:00:47.965Z | Compiling rustls-pemfile v1.0.3 |
2012 | 2023-11-16T16:00:48.446Z | Compiling md-5 v0.10.5 |
2013 | 2023-11-16T16:00:48.530Z | Compiling hmac v0.12.1 |
2014 | 2023-11-16T16:00:48.943Z | Compiling idna v0.4.0 |
2015 | 2023-11-16T16:00:49.022Z | Compiling stringprep v0.1.3 |
2016 | 2023-11-16T16:00:49.718Z | Compiling diesel_table_macro_syntax v0.1.0 |
2017 | 2023-11-16T16:00:50.255Z | Compiling hash32 v0.2.1 |
2018 | 2023-11-16T16:00:50.322Z | Compiling aho-corasick v1.0.4 |
2019 | 2023-11-16T16:00:50.399Z | Compiling winnow v0.5.15 |
2020 | 2023-11-16T16:00:50.652Z | Compiling strsim v0.10.0 |
2021 | 2023-11-16T16:00:50.798Z | Compiling stable_deref_trait v1.2.0 |
2022 | 2023-11-16T16:00:51.324Z | Compiling dyn-clone v1.0.13 |
2023 | 2023-11-16T16:00:51.590Z | Compiling regex-syntax v0.8.2 |
2024 | 2023-11-16T16:00:51.874Z | Compiling either v1.9.0 |
2025 | 2023-11-16T16:00:52.131Z | Compiling gimli v0.28.0 |
2026 | 2023-11-16T16:00:52.380Z | Compiling fallible-iterator v0.2.0 |
2027 | 2023-11-16T16:00:53.640Z | Compiling clap_lex v0.5.1 |
2028 | 2023-11-16T16:00:53.945Z | Compiling maybe-uninit v2.0.0 |
2029 | 2023-11-16T16:00:54.609Z | Compiling tap v1.0.1 |
2030 | 2023-11-16T16:00:54.739Z | Compiling clap_builder v4.4.2 |
2031 | 2023-11-16T16:00:54.870Z | Compiling wyz v0.5.1 |
2032 | 2023-11-16T16:00:55.570Z | Compiling postgres-protocol v0.6.6 |
2033 | 2023-11-16T16:00:56.747Z | Compiling url v2.4.1 |
2034 | 2023-11-16T16:00:57.628Z | Compiling regex-automata v0.4.3 |
2035 | 2023-11-16T16:00:58.174Z | Compiling diesel_derives v2.1.1 |
2036 | 2023-11-16T16:00:59.455Z | Compiling addr2line v0.21.0 |
2037 | 2023-11-16T16:01:01.894Z | Compiling rustls-native-certs v0.6.3 |
2038 | 2023-11-16T16:01:01.953Z | Compiling tokio-rustls v0.24.1 |
2039 | 2023-11-16T16:01:02.425Z | Compiling strum_macros v0.25.2 |
2040 | 2023-11-16T16:01:08.424Z | Compiling tokio-native-tls v0.3.1 |
2041 | 2023-11-16T16:01:08.837Z | Compiling usdt-macro v0.3.5 |
2042 | 2023-11-16T16:01:09.053Z | Compiling usdt-attr-macro v0.3.5 |
2043 | 2023-11-16T16:01:10.674Z | Compiling phf_shared v0.11.2 |
2044 | 2023-11-16T16:01:11.327Z | Compiling block-padding v0.3.3 |
2045 | 2023-11-16T16:01:11.345Z | Compiling enum-as-inner v0.5.1 |
2046 | 2023-11-16T16:01:11.645Z | Compiling serde_repr v0.1.16 |
2047 | 2023-11-16T16:01:12.246Z | Compiling scheduled-thread-pool v0.2.7 |
2048 | 2023-11-16T16:01:12.834Z | Compiling object v0.32.1 |
2049 | 2023-11-16T16:01:13.278Z | Compiling num-bigint-dig v0.8.4 |
2050 | 2023-11-16T16:01:15.747Z | Compiling ipnet v2.8.0 |
2051 | 2023-11-16T16:01:18.113Z | Compiling funty v2.0.0 |
2052 | 2023-11-16T16:01:20.635Z | Compiling rustc-demangle v0.1.23 |
2053 | 2023-11-16T16:01:20.771Z | Compiling regex-automata v0.1.10 |
2054 | 2023-11-16T16:01:21.460Z | Compiling num_threads v0.1.6 |
2055 | 2023-11-16T16:01:21.463Z | Compiling bit-vec v0.6.3 |
2056 | 2023-11-16T16:01:22.088Z | Compiling matches v0.1.10 |
2057 | 2023-11-16T16:01:22.214Z | Compiling packed_struct v0.10.1 |
2058 | 2023-11-16T16:01:22.794Z | Compiling managed v0.8.0 |
2059 | 2023-11-16T16:01:22.975Z | Compiling deranged v0.3.8 |
2060 | 2023-11-16T16:01:25.929Z | Compiling time v0.3.27 |
2061 | 2023-11-16T16:01:26.949Z | Compiling idna v0.2.3 |
2062 | 2023-11-16T16:01:29.126Z | Compiling bstr v0.2.17 |
2063 | 2023-11-16T16:01:29.513Z | Compiling bitvec v1.0.1 |
2064 | 2023-11-16T16:01:31.339Z | Compiling r2d2 v0.8.10 |
2065 | 2023-11-16T16:01:33.854Z | Compiling inout v0.1.3 |
2066 | 2023-11-16T16:01:36.545Z | Compiling phf v0.11.2 |
2067 | 2023-11-16T16:01:36.751Z | Compiling hyper-tls v0.5.0 |
2068 | 2023-11-16T16:01:36.839Z | Compiling regex v1.10.2 |
2069 | 2023-11-16T16:01:36.974Z | Compiling hyper-rustls v0.24.2 |
2070 | 2023-11-16T16:01:37.229Z | Compiling signal-hook-mio v0.2.3 |
2071 | 2023-11-16T16:01:37.439Z | Compiling flate2 v1.0.28 |
2072 | 2023-11-16T16:01:37.762Z | Compiling clap v4.4.3 |
2073 | 2023-11-16T16:01:37.912Z | Compiling ipnetwork v0.20.0 |
2074 | 2023-11-16T16:01:38.449Z | Compiling bzip2 v0.4.4 |
2075 | 2023-11-16T16:01:38.908Z | Compiling postgres-types v0.2.6 |
2076 | 2023-11-16T16:01:38.977Z | Compiling toml_edit v0.19.15 |
2077 | 2023-11-16T16:01:39.107Z | Compiling itertools v0.11.0 |
2078 | 2023-11-16T16:01:39.141Z | Compiling pkcs8 v0.10.2 |
2079 | 2023-11-16T16:01:39.899Z | Compiling hubpack v0.1.2 |
2080 | 2023-11-16T16:01:40.583Z | Compiling serde_urlencoded v0.7.1 |
2081 | 2023-11-16T16:01:41.284Z | Compiling phf_shared v0.10.0 |
2082 | 2023-11-16T16:01:41.470Z | Compiling futures-executor v0.3.29 |
2083 | 2023-11-16T16:01:43.754Z | Compiling signature v2.1.0 |
2084 | 2023-11-16T16:01:44.160Z | Compiling packed_struct_codegen v0.10.1 |
2085 | 2023-11-16T16:01:46.875Z | Compiling float-cmp v0.9.0 |
2086 | 2023-11-16T16:01:47.659Z | Compiling encoding_rs v0.8.33 |
2087 | 2023-11-16T16:01:47.686Z | Compiling new_debug_unreachable v1.0.4 |
2088 | 2023-11-16T16:01:47.765Z | Compiling crc-catalog v2.2.0 |
2089 | 2023-11-16T16:01:47.801Z | Compiling mime v0.3.17 |
2090 | 2023-11-16T16:01:48.801Z | Compiling unicode-width v0.1.11 |
2091 | 2023-11-16T16:01:48.806Z | Compiling precomputed-hash v0.1.1 |
2092 | 2023-11-16T16:01:48.811Z | Compiling difflib v0.4.0 |
2093 | 2023-11-16T16:01:49.008Z | Compiling nodrop v0.1.14 |
2094 | 2023-11-16T16:01:49.172Z | Compiling webpki-roots v0.25.2 |
2095 | 2023-11-16T16:01:49.427Z | Compiling regex-automata v0.3.8 |
2096 | 2023-11-16T16:01:50.547Z | Compiling normalize-line-endings v0.3.0 |
2097 | 2023-11-16T16:01:50.703Z | Compiling fixedbitset v0.4.2 |
2098 | 2023-11-16T16:01:51.327Z | Compiling static_assertions v1.1.0 |
2099 | 2023-11-16T16:01:51.470Z | Compiling data-encoding v2.4.0 |
2100 | 2023-11-16T16:01:53.141Z | Compiling whoami v1.4.1 |
2101 | 2023-11-16T16:01:54.306Z | Compiling predicates-core v1.0.6 |
2102 | 2023-11-16T16:01:54.489Z | Compiling unicode-segmentation v1.10.1 |
2103 | 2023-11-16T16:01:54.777Z | Compiling predicates v3.0.4 |
2104 | 2023-11-16T16:01:55.901Z | Compiling similar v2.2.1 |
2105 | 2023-11-16T16:01:57.145Z | Compiling tokio-postgres v0.7.10 |
2106 | 2023-11-16T16:01:59.937Z | Compiling trust-dns-proto v0.22.0 |
2107 | 2023-11-16T16:02:00.552Z | Compiling bstr v1.6.0 |
2108 | 2023-11-16T16:02:02.474Z | Compiling reqwest v0.11.22 |
2109 | 2023-11-16T16:02:02.877Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2110 | 2023-11-16T16:02:05.264Z | Compiling petgraph v0.6.4 |
2111 | 2023-11-16T16:02:10.628Z | Compiling array-init v0.0.4 |
2112 | 2023-11-16T16:02:12.453Z | Compiling string_cache v0.8.7 |
2113 | 2023-11-16T16:02:12.503Z | Compiling console v0.15.7 |
2114 | 2023-11-16T16:02:13.066Z | Compiling crc v3.0.1 |
2115 | 2023-11-16T16:02:20.820Z | Compiling toml v0.7.8 |
2116 | 2023-11-16T16:02:22.733Z | Compiling futures v0.3.29 |
2117 | 2023-11-16T16:02:24.370Z | Compiling pkcs1 v0.7.5 |
2118 | 2023-11-16T16:02:24.378Z | Compiling smallvec v0.6.14 |
2119 | 2023-11-16T16:02:24.384Z | Compiling zip v0.6.6 |
2120 | 2023-11-16T16:02:24.472Z | Compiling diesel v2.1.3 |
2121 | 2023-11-16T16:02:24.600Z | Compiling yasna v0.5.2 |
2122 | 2023-11-16T16:02:26.166Z | Compiling crossterm v0.27.0 |
2123 | 2023-11-16T16:02:27.717Z | Compiling cipher v0.4.4 |
2124 | 2023-11-16T16:02:28.419Z | Compiling hashbrown v0.13.2 |
2125 | 2023-11-16T16:02:31.893Z | Compiling bit-set v0.5.3 |
2126 | 2023-11-16T16:02:32.284Z | Compiling usdt v0.3.5 |
2127 | 2023-11-16T16:02:32.494Z | Compiling is-terminal v0.4.9 |
2128 | 2023-11-16T16:02:32.664Z | Compiling toml_edit v0.21.0 |
2129 | 2023-11-16T16:02:35.003Z | Compiling itertools v0.10.5 |
2130 | 2023-11-16T16:02:38.761Z | Compiling tokio-stream v0.1.14 |
2131 | 2023-11-16T16:02:39.645Z | Compiling openapiv3 v2.0.0-rc.1 |
2132 | 2023-11-16T16:02:40.264Z | Compiling hex v0.4.3 |
2133 | 2023-11-16T16:02:50.301Z | Compiling bitfield v0.14.0 |
2134 | 2023-11-16T16:02:50.779Z | Compiling lalrpop-util v0.19.12 |
2135 | 2023-11-16T16:02:51.976Z | Compiling termcolor v1.2.0 |
2136 | 2023-11-16T16:02:52.980Z | Compiling env_logger v0.10.0 |
2137 | 2023-11-16T16:03:04.612Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2138 | 2023-11-16T16:03:17.106Z | Compiling rsa v0.9.2 |
2139 | 2023-11-16T16:03:21.089Z | Compiling serde-hex v0.1.0 |
2140 | 2023-11-16T16:03:27.670Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2141 | 2023-11-16T16:03:30.575Z | Compiling x509-cert v0.2.4 |
2142 | 2023-11-16T16:03:31.178Z | Compiling ron v0.8.1 |
2143 | 2023-11-16T16:03:31.939Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2144 | 2023-11-16T16:03:36.542Z | Compiling crc-any v2.4.3 |
2145 | 2023-11-16T16:03:52.313Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2146 | 2023-11-16T16:03:55.326Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2147 | 2023-11-16T16:04:14.998Z | Compiling object v0.30.4 |
2148 | 2023-11-16T16:04:23.197Z | Compiling path-slash v0.1.5 |
2149 | 2023-11-16T16:04:28.280Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2150 | 2023-11-16T16:05:09.354Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2151 | 2023-11-16T16:05:10.513Z | Finished release [optimized] target(s) in 5m 51s |
2152 | 2023-11-16T16:05:10.595Z | |
2153 | 2023-11-16T16:05:10.598Z | real 5:51.965264045 |
2154 | 2023-11-16T16:05:10.601Z | user 40:58.934164128 |
2155 | 2023-11-16T16:05:10.605Z | sys 3:32.099279724 |
2156 | 2023-11-16T16:05:10.608Z | trap 1.600494345 |
2157 | 2023-11-16T16:05:10.611Z | tflt 1.170381136 |
2158 | 2023-11-16T16:05:10.613Z | dflt 0.444354476 |
2159 | 2023-11-16T16:05:10.616Z | kflt 0.006367507 |
2160 | 2023-11-16T16:05:10.619Z | lock 1:30:58.516272324 |
2161 | 2023-11-16T16:05:10.622Z | slp 1:55:51.601705976 |
2162 | 2023-11-16T16:05:10.625Z | lat 1:40.715810001 |
2163 | 2023-11-16T16:05:10.627Z | stop 1:12.296634693 |
2164 | 2023-11-16T16:05:10.630Z | + ptime -m gzip |
2165 | 2023-11-16T16:05:11.258Z | |
2166 | 2023-11-16T16:05:11.261Z | real 0.656728937 |
2167 | 2023-11-16T16:05:11.264Z | user 0.649546345 |
2168 | 2023-11-16T16:05:11.267Z | sys 0.006493036 |
2169 | 2023-11-16T16:05:11.270Z | trap 0.000066750 |
2170 | 2023-11-16T16:05:11.276Z | tflt 0.000000000 |
2171 | 2023-11-16T16:05:11.280Z | dflt 0.000000000 |
2172 | 2023-11-16T16:05:11.283Z | kflt 0.000000000 |
2173 | 2023-11-16T16:05:11.286Z | lock 0.000000000 |
2174 | 2023-11-16T16:05:11.291Z | slp 0.000000000 |
2175 | 2023-11-16T16:05:11.294Z | lat 0.000172069 |
2176 | 2023-11-16T16:05:11.298Z | stop 0.000346331 |
2177 | 2023-11-16T16:05:11.302Z | + banner tufaceous |
2178 | 2023-11-16T16:05:11.304Z | |
2179 | 2023-11-16T16:05:11.308Z | ##### # # ###### ## #### ###### #### # # #### |
2180 | 2023-11-16T16:05:11.311Z | # # # # # # # # # # # # # # |
2181 | 2023-11-16T16:05:11.314Z | # # # ##### # # # ##### # # # # #### |
2182 | 2023-11-16T16:05:11.319Z | # # # # ###### # # # # # # # |
2183 | 2023-11-16T16:05:11.322Z | # # # # # # # # # # # # # # # |
2184 | 2023-11-16T16:05:11.325Z | # #### # # # #### ###### #### #### #### |
2185 | 2023-11-16T16:05:11.328Z | |
2186 | 2023-11-16T16:05:11.331Z | + ptime -m cargo build --locked -p tufaceous --release |
2187 | 2023-11-16T16:05:11.916Z | Downloading crates ... |
2188 | 2023-11-16T16:05:12.185Z | Downloaded path-dedot v3.1.0 |
2189 | 2023-11-16T16:05:12.188Z | Downloaded path-absolutize v3.1.0 |
2190 | 2023-11-16T16:05:12.191Z | Downloaded doc-comment v0.3.3 |
2191 | 2023-11-16T16:05:12.195Z | Downloaded bytesize v1.3.0 |
2192 | 2023-11-16T16:05:12.198Z | Downloaded snafu-derive v0.7.5 |
2193 | 2023-11-16T16:05:12.201Z | Downloaded tough v0.14.0 |
2194 | 2023-11-16T16:05:12.213Z | Downloaded globset v0.4.13 |
2195 | 2023-11-16T16:05:12.239Z | Downloaded buf-list v1.0.3 |
2196 | 2023-11-16T16:05:12.247Z | Downloaded serde_plain v1.0.2 |
2197 | 2023-11-16T16:05:12.302Z | Downloaded snafu v0.7.5 |
2198 | 2023-11-16T16:05:12.311Z | Downloaded humantime v2.1.0 |
2199 | 2023-11-16T16:05:12.325Z | Downloaded fs-err v2.9.0 |
2200 | 2023-11-16T16:05:12.349Z | Downloaded olpc-cjson v0.1.3 |
2201 | 2023-11-16T16:05:12.503Z | Compiling serde_tokenstream v0.2.0 |
2202 | 2023-11-16T16:05:12.524Z | Compiling regress v0.7.1 |
2203 | 2023-11-16T16:05:12.535Z | Compiling dirs-sys-next v0.1.2 |
2204 | 2023-11-16T16:05:12.538Z | Compiling ident_case v1.0.1 |
2205 | 2023-11-16T16:05:12.555Z | Compiling thread_local v1.1.7 |
2206 | 2023-11-16T16:05:12.558Z | Compiling camino v1.1.6 |
2207 | 2023-11-16T16:05:12.565Z | Compiling heck v0.4.1 |
2208 | 2023-11-16T16:05:12.758Z | Compiling dirs-next v2.0.0 |
2209 | 2023-11-16T16:05:13.101Z | Compiling darling_core v0.20.3 |
2210 | 2023-11-16T16:05:13.268Z | Compiling slog-async v2.8.0 |
2211 | 2023-11-16T16:05:13.413Z | Compiling term v0.7.0 |
2212 | 2023-11-16T16:05:13.786Z | Compiling crossbeam-channel v0.5.8 |
2213 | 2023-11-16T16:05:14.009Z | Compiling getopts v0.2.21 |
2214 | 2023-11-16T16:05:14.259Z | Compiling structmeta-derive v0.2.0 |
2215 | 2023-11-16T16:05:14.567Z | Compiling atty v0.2.14 |
2216 | 2023-11-16T16:05:14.771Z | Compiling multer v2.1.0 |
2217 | 2023-11-16T16:05:15.200Z | Compiling match_cfg v0.1.0 |
2218 | 2023-11-16T16:05:15.325Z | Compiling unsafe-libyaml v0.2.9 |
2219 | 2023-11-16T16:05:15.433Z | Compiling paste v1.0.14 |
2220 | 2023-11-16T16:05:16.086Z | Compiling doc-comment v0.3.3 |
2221 | 2023-11-16T16:05:16.589Z | Compiling take_mut v0.2.2 |
2222 | 2023-11-16T16:05:17.097Z | Compiling hostname v0.3.1 |
2223 | 2023-11-16T16:05:17.451Z | Compiling serde_yaml v0.9.25 |
2224 | 2023-11-16T16:05:18.205Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2225 | 2023-11-16T16:05:20.476Z | Compiling structmeta v0.2.0 |
2226 | 2023-11-16T16:05:21.128Z | Compiling slog-term v2.9.0 |
2227 | 2023-11-16T16:05:21.980Z | Compiling darling_macro v0.20.3 |
2228 | 2023-11-16T16:05:23.408Z | Compiling darling v0.20.3 |
2229 | 2023-11-16T16:05:23.560Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2230 | 2023-11-16T16:05:23.584Z | Compiling slog-json v2.6.1 |
2231 | 2023-11-16T16:05:23.715Z | Compiling async-stream-impl v0.3.5 |
2232 | 2023-11-16T16:05:24.389Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2233 | 2023-11-16T16:05:24.419Z | Compiling regex-syntax v0.7.5 |
2234 | 2023-11-16T16:05:24.819Z | Compiling atomic-waker v1.1.1 |
2235 | 2023-11-16T16:05:25.094Z | Compiling fastrand v2.0.0 |
2236 | 2023-11-16T16:05:25.477Z | Compiling waitgroup v0.1.2 |
2237 | 2023-11-16T16:05:25.687Z | Compiling async-stream v0.3.5 |
2238 | 2023-11-16T16:05:25.800Z | Compiling tempfile v3.8.0 |
2239 | 2023-11-16T16:05:26.061Z | Compiling slog-bunyan v2.4.0 |
2240 | 2023-11-16T16:05:26.156Z | Compiling serde_with_macros v2.3.3 |
2241 | 2023-11-16T16:05:28.209Z | Compiling toml v0.8.8 |
2242 | 2023-11-16T16:05:29.033Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2243 | 2023-11-16T16:05:29.889Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2244 | 2023-11-16T16:05:30.619Z | Compiling sha1 v0.10.6 |
2245 | 2023-11-16T16:05:31.193Z | Compiling snafu-derive v0.7.5 |
2246 | 2023-11-16T16:05:32.137Z | Compiling serde_path_to_error v0.1.14 |
2247 | 2023-11-16T16:05:32.264Z | Compiling path-dedot v3.1.0 |
2248 | 2023-11-16T16:05:32.301Z | Compiling instant v0.1.12 |
2249 | 2023-11-16T16:05:32.516Z | Compiling buf-list v1.0.3 |
2250 | 2023-11-16T16:05:32.607Z | Compiling debug-ignore v1.0.5 |
2251 | 2023-11-16T16:05:32.808Z | Compiling base64 v0.13.1 |
2252 | 2023-11-16T16:05:33.319Z | Compiling same-file v1.0.6 |
2253 | 2023-11-16T16:05:33.733Z | Compiling arc-swap v1.6.0 |
2254 | 2023-11-16T16:05:33.764Z | Compiling walkdir v2.4.0 |
2255 | 2023-11-16T16:05:34.225Z | Compiling pem v1.1.1 |
2256 | 2023-11-16T16:05:34.653Z | Compiling parse-display-derive v0.8.2 |
2257 | 2023-11-16T16:05:34.944Z | Compiling slog-scope v4.4.0 |
2258 | 2023-11-16T16:05:36.629Z | Compiling path-absolutize v3.1.0 |
2259 | 2023-11-16T16:05:36.653Z | Compiling backoff v0.4.0 |
2260 | 2023-11-16T16:05:36.899Z | Compiling serde_with v2.3.3 |
2261 | 2023-11-16T16:05:36.938Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2262 | 2023-11-16T16:05:37.191Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2263 | 2023-11-16T16:05:37.312Z | Compiling globset v0.4.13 |
2264 | 2023-11-16T16:05:38.221Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2265 | 2023-11-16T16:05:38.452Z | Compiling strum v0.25.0 |
2266 | 2023-11-16T16:05:38.704Z | Compiling olpc-cjson v0.1.3 |
2267 | 2023-11-16T16:05:39.154Z | Compiling snafu v0.7.5 |
2268 | 2023-11-16T16:05:39.608Z | Compiling macaddr v1.0.1 |
2269 | 2023-11-16T16:05:40.707Z | Compiling serde_plain v1.0.2 |
2270 | 2023-11-16T16:05:40.735Z | Compiling parse-display v0.8.2 |
2271 | 2023-11-16T16:05:41.007Z | Compiling filetime v0.2.22 |
2272 | 2023-11-16T16:05:41.130Z | Compiling xattr v1.0.1 |
2273 | 2023-11-16T16:05:41.478Z | Compiling tar v0.4.40 |
2274 | 2023-11-16T16:05:41.532Z | Compiling tough v0.14.0 |
2275 | 2023-11-16T16:05:43.059Z | Compiling slog-stdlog v4.1.1 |
2276 | 2023-11-16T16:05:43.955Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2277 | 2023-11-16T16:05:44.150Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2278 | 2023-11-16T16:05:44.529Z | Compiling camino-tempfile v1.0.2 |
2279 | 2023-11-16T16:05:45.776Z | Compiling bytesize v1.3.0 |
2280 | 2023-11-16T16:05:46.692Z | Compiling fs-err v2.9.0 |
2281 | 2023-11-16T16:05:47.988Z | Compiling slog-envlogger v2.2.0 |
2282 | 2023-11-16T16:05:51.121Z | Compiling humantime v2.1.0 |
2283 | 2023-11-16T16:05:54.873Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2284 | 2023-11-16T16:06:20.114Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2285 | 2023-11-16T16:06:20.397Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2286 | 2023-11-16T16:06:31.583Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2287 | 2023-11-16T16:06:33.629Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2288 | 2023-11-16T16:06:57.421Z | Finished release [optimized] target(s) in 1m 46s |
2289 | 2023-11-16T16:06:57.505Z | |
2290 | 2023-11-16T16:06:57.508Z | real 1:46.218182062 |
2291 | 2023-11-16T16:06:57.512Z | user 11:19.651898814 |
2292 | 2023-11-16T16:06:57.515Z | sys 41.649034194 |
2293 | 2023-11-16T16:06:57.518Z | trap 0.404090885 |
2294 | 2023-11-16T16:06:57.521Z | tflt 0.359202540 |
2295 | 2023-11-16T16:06:57.524Z | dflt 0.577743145 |
2296 | 2023-11-16T16:06:57.526Z | kflt 0.005039581 |
2297 | 2023-11-16T16:06:57.529Z | lock 22:20.913950836 |
2298 | 2023-11-16T16:06:57.532Z | slp 24:14.881880525 |
2299 | 2023-11-16T16:06:57.535Z | lat 19.679421797 |
2300 | 2023-11-16T16:06:57.537Z | stop 11.202844722 |
2301 | 2023-11-16T16:06:57.541Z | + ptime -m gzip |
2302 | 2023-11-16T16:06:59.821Z | |
2303 | 2023-11-16T16:06:59.823Z | real 2.308301546 |
2304 | 2023-11-16T16:06:59.827Z | user 2.281239965 |
2305 | 2023-11-16T16:06:59.830Z | sys 0.024062847 |
2306 | 2023-11-16T16:06:59.833Z | trap 0.001121693 |
2307 | 2023-11-16T16:06:59.836Z | tflt 0.000000000 |
2308 | 2023-11-16T16:06:59.844Z | dflt 0.000000000 |
2309 | 2023-11-16T16:06:59.849Z | kflt 0.000000000 |
2310 | 2023-11-16T16:06:59.852Z | lock 0.000000000 |
2311 | 2023-11-16T16:06:59.854Z | slp 0.000000000 |
2312 | 2023-11-16T16:06:59.858Z | lat 0.001547858 |
2313 | 2023-11-16T16:06:59.861Z | stop 0.000217611 |
2314 | 2023-11-16T16:06:59.875Z | process exited: duration 1140405 ms, exit code 0 |
|
2315 | 2023-11-16T16:06:59.882Z | found 5 output files |
2316 | 2023-11-16T16:06:59.898Z | uploading: /work/end-to-end-tests/bootstrap-b153fb5eda845188.gz (6360009 bytes) |
2317 | 2023-11-16T16:07:04.234Z | uploaded: /work/end-to-end-tests/bootstrap-b153fb5eda845188.gz |
2318 | 2023-11-16T16:07:04.246Z | uploading: /work/end-to-end-tests/bootstrap.gz (86871631 bytes) |
2319 | 2023-11-16T16:07:26.819Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2320 | 2023-11-16T16:07:26.837Z | uploading: /work/end-to-end-tests/end_to_end_tests-6d5617b4bb093364.gz (99504024 bytes) |
2321 | 2023-11-16T16:07:57.519Z | uploaded: /work/end-to-end-tests/end_to_end_tests-6d5617b4bb093364.gz |
2322 | 2023-11-16T16:07:57.524Z | uploading: /work/caboose-util.gz (4110311 bytes) |
2323 | 2023-11-16T16:07:59.101Z | uploaded: /work/caboose-util.gz |
2324 | 2023-11-16T16:07:59.112Z | uploading: /work/tufaceous.gz (14681501 bytes) |
2325 | 2023-11-16T16:08:05.608Z | uploaded: /work/tufaceous.gz |