|
|
|
1 | 2023-11-19T05:09:10.569Z | job assigned to worker 01HFJZNE6YJ43NHP6AQ6NYQHTC (queued for 1 m 21 s) |
|
2 | 2023-11-19T05:09:10.645Z | starting task 0: "setup" |
3 | 2023-11-19T05:09:10.754Z | ++ uname -s |
4 | 2023-11-19T05:09:10.757Z | + kern=SunOS |
5 | 2023-11-19T05:09:10.761Z | + case "$kern" in |
6 | 2023-11-19T05:09:10.764Z | + groupadd -g 12345 build |
7 | 2023-11-19T05:09:10.768Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-19T05:09:12.780Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-19T05:09:12.864Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-19T05:09:12.877Z | + home_fs=zfs |
11 | 2023-11-19T05:09:12.886Z | + [[ zfs == autofs ]] |
12 | 2023-11-19T05:09:12.893Z | + mkdir -p /home/build |
13 | 2023-11-19T05:09:12.901Z | + chown build:build /home/build /work |
14 | 2023-11-19T05:09:14.878Z | + chmod 0700 /home/build /work |
15 | 2023-11-19T05:09:14.892Z | process exited: duration 4220 ms, exit code 0 |
|
16 | 2023-11-19T05:09:14.925Z | starting task 1: "rust-toolchain" |
17 | 2023-11-19T05:09:14.949Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-19T05:09:14.968Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-19T05:09:15.292Z | info: downloading installer |
20 | 2023-11-19T05:09:17.096Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-19T05:09:17.107Z | warning: /opt/ooce/bin |
22 | 2023-11-19T05:09:17.126Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-19T05:09:17.132Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-19T05:09:17.139Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-19T05:09:17.155Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-19T05:09:17.177Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-19T05:09:17.190Z | error: cannot install while Rust is installed |
28 | 2023-11-19T05:09:17.202Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-19T05:09:17.251Z | info: profile set to 'default' |
30 | 2023-11-19T05:09:17.260Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-19T05:09:17.268Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-19T05:09:17.424Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-19T05:09:17.437Z | info: downloading component 'cargo' |
34 | 2023-11-19T05:09:18.084Z | info: downloading component 'clippy' |
35 | 2023-11-19T05:09:18.316Z | info: downloading component 'rust-docs' |
36 | 2023-11-19T05:09:19.136Z | info: downloading component 'rust-std' |
37 | 2023-11-19T05:09:20.632Z | info: downloading component 'rustc' |
38 | 2023-11-19T05:09:24.174Z | info: downloading component 'rustfmt' |
39 | 2023-11-19T05:09:24.375Z | info: installing component 'cargo' |
40 | 2023-11-19T05:09:26.064Z | info: installing component 'clippy' |
41 | 2023-11-19T05:09:26.409Z | info: installing component 'rust-docs' |
42 | 2023-11-19T05:09:29.194Z | info: installing component 'rust-std' |
43 | 2023-11-19T05:09:32.411Z | info: installing component 'rustc' |
44 | 2023-11-19T05:09:39.214Z | info: installing component 'rustfmt' |
45 | 2023-11-19T05:09:39.715Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-19T05:09:39.765Z | |
47 | 2023-11-19T05:09:39.843Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-19T05:09:39.848Z | |
49 | 2023-11-19T05:09:39.851Z | |
50 | 2023-11-19T05:09:39.854Z | Rust is installed now. Great! |
51 | 2023-11-19T05:09:39.857Z | |
52 | 2023-11-19T05:09:39.860Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-19T05:09:39.863Z | environment variable. This has not been done automatically. |
54 | 2023-11-19T05:09:39.866Z | |
55 | 2023-11-19T05:09:39.869Z | To configure your current shell, run: |
56 | 2023-11-19T05:09:39.872Z | source "$HOME/.cargo/env" |
57 | 2023-11-19T05:09:39.922Z | + rustc --version |
58 | 2023-11-19T05:09:40.031Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-19T05:09:40.037Z | process exited: duration 25105 ms, exit code 0 |
|
60 | 2023-11-19T05:09:40.042Z | starting task 2: "authentication" |
61 | 2023-11-19T05:09:40.077Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-11-19T05:09:40.083Z | starting task 3: "clone repository" |
63 | 2023-11-19T05:09:40.096Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-19T05:09:40.106Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-19T05:09:40.140Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-19T05:09:46.081Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-19T05:09:46.085Z | + [[ -n renovate/http-0.x ]] |
68 | 2023-11-19T05:09:46.088Z | + git fetch origin renovate/http-0.x |
69 | 2023-11-19T05:09:46.437Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-19T05:09:46.441Z | * branch renovate/http-0.x -> FETCH_HEAD |
71 | 2023-11-19T05:09:46.449Z | + git checkout -B renovate/http-0.x remotes/origin/renovate/http-0.x |
72 | 2023-11-19T05:09:46.542Z | Switched to a new branch 'renovate/http-0.x' |
73 | 2023-11-19T05:09:46.545Z | branch 'renovate/http-0.x' set up to track 'origin/renovate/http-0.x'. |
74 | 2023-11-19T05:09:46.549Z | + git reset --hard d85b2a4f23e06b9779f9e743af5121f235d81ce4 |
75 | 2023-11-19T05:09:46.693Z | HEAD is now at d85b2a4f Update Rust crate http to 0.2.11 |
76 | 2023-11-19T05:09:46.696Z | process exited: duration 6609 ms, exit code 0 |
|
77 | 2023-11-19T05:09:46.702Z | starting task 4: "build" |
78 | 2023-11-19T05:09:46.713Z | + cargo --version |
79 | 2023-11-19T05:09:46.720Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-19T05:09:46.953Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-19T05:09:46.956Z | info: downloading component 'cargo' |
82 | 2023-11-19T05:09:47.921Z | info: downloading component 'clippy' |
83 | 2023-11-19T05:09:48.263Z | info: downloading component 'rust-docs' |
84 | 2023-11-19T05:09:49.887Z | info: downloading component 'rust-std' |
85 | 2023-11-19T05:09:51.511Z | info: downloading component 'rustc' |
86 | 2023-11-19T05:09:56.869Z | info: downloading component 'rustfmt' |
87 | 2023-11-19T05:09:57.174Z | info: installing component 'cargo' |
88 | 2023-11-19T05:09:58.385Z | info: installing component 'clippy' |
89 | 2023-11-19T05:09:58.880Z | info: installing component 'rust-docs' |
90 | 2023-11-19T05:10:01.702Z | info: installing component 'rust-std' |
91 | 2023-11-19T05:10:04.222Z | info: installing component 'rustc' |
92 | 2023-11-19T05:10:10.806Z | info: installing component 'rustfmt' |
93 | 2023-11-19T05:10:10.958Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-19T05:10:10.968Z | + rustc --version |
95 | 2023-11-19T05:10:11.080Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-19T05:10:11.087Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-11-19T05:10:23.920Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-11-19T05:10:24.985Z | Startup: Caching catalogs ... Done |
99 | 2023-11-19T05:10:30.336Z | Planning: Solver setup ... Done (5.001s) |
100 | 2023-11-19T05:10:30.462Z | Planning: Running solver ... Done (0.126s) |
101 | 2023-11-19T05:10:30.521Z | Planning: Finding local manifests ... Done (0.003s) |
102 | 2023-11-19T05:10:30.536Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2023-11-19T05:10:30.888Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2023-11-19T05:10:30.972Z | Planning: Package planning ... Done (0.081s) |
105 | 2023-11-19T05:10:31.058Z | Planning: Merging actions ... Done (0.086s) |
106 | 2023-11-19T05:10:31.993Z | Planning: Checking for conflicting actions ... Done (0.940s) |
107 | 2023-11-19T05:10:32.011Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-11-19T05:10:38.722Z | Planning: Evaluating mediators ... Done (6.711s) |
109 | 2023-11-19T05:10:38.738Z | Planning: Planning completed in 13.70 seconds |
110 | 2023-11-19T05:10:38.763Z | Packages to install: 4 |
111 | 2023-11-19T05:10:38.767Z | Mediators to change: 2 |
112 | 2023-11-19T05:10:38.770Z | Services to change: 1 |
113 | 2023-11-19T05:10:38.774Z | Estimated space available: 148.90 GB |
114 | 2023-11-19T05:10:38.778Z | Estimated space to be consumed: 1.37 GB |
115 | 2023-11-19T05:10:38.781Z | Create boot environment: No |
116 | 2023-11-19T05:10:38.785Z | Create backup boot environment: No |
117 | 2023-11-19T05:10:38.788Z | Rebuild boot archive: No |
118 | 2023-11-19T05:10:38.791Z | |
119 | 2023-11-19T05:10:38.794Z | Changed mediators: |
120 | 2023-11-19T05:10:38.800Z | mediator clang: |
121 | 2023-11-19T05:10:38.804Z | version: None -> 15 (system default) |
122 | 2023-11-19T05:10:38.809Z | |
123 | 2023-11-19T05:10:38.812Z | mediator llvm: |
124 | 2023-11-19T05:10:38.816Z | version: 14 (system default) -> 15 (system default) |
125 | 2023-11-19T05:10:38.821Z | |
126 | 2023-11-19T05:10:38.824Z | Changed packages: |
127 | 2023-11-19T05:10:38.827Z | helios-dev |
128 | 2023-11-19T05:10:38.830Z | developer/build-essential |
129 | 2023-11-19T05:10:38.834Z | None -> 11-2.0 |
130 | 2023-11-19T05:10:38.837Z | library/libxmlsec1 |
131 | 2023-11-19T05:10:38.840Z | None -> 1.2.35-2.0 |
132 | 2023-11-19T05:10:38.843Z | ooce/developer/clang-15 |
133 | 2023-11-19T05:10:38.846Z | None -> 15.0.7-2.0 |
134 | 2023-11-19T05:10:38.849Z | ooce/developer/llvm-15 |
135 | 2023-11-19T05:10:38.854Z | None -> 15.0.7-2.0 |
136 | 2023-11-19T05:10:38.857Z | |
137 | 2023-11-19T05:10:38.862Z | Services: |
138 | 2023-11-19T05:10:38.866Z | restart_fmri: |
139 | 2023-11-19T05:10:38.869Z | svc:/system/update-man-index:default |
140 | 2023-11-19T05:10:39.228Z | |
141 | 2023-11-19T05:10:39.231Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2023-11-19T05:10:46.374Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (20.2M/s) |
143 | 2023-11-19T05:10:51.377Z | Download: 1794/3290 items 118.4/212.6MB 55% complete (10.0M/s) |
144 | 2023-11-19T05:10:57.519Z | Download: 2219/3290 items 119.2/212.6MB 56% complete (3.7M/s) |
145 | 2023-11-19T05:11:02.528Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (65.0k/s) |
146 | 2023-11-19T05:11:07.528Z | Download: 3185/3290 items 170.2/212.6MB 80% complete (5.1M/s) |
147 | 2023-11-19T05:11:16.315Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.9M/s) |
148 | 2023-11-19T05:11:22.840Z | Download: 3287/3290 items 212.6/212.6MB 99% complete (1.1M/s) |
149 | 2023-11-19T05:11:42.039Z | Download: 3289/3290 items 212.6/212.6MB 100% complete |
150 | 2023-11-19T05:11:42.081Z | Download: Completed 212.60 MB in 62.86 seconds (3.4M/s) |
151 | 2023-11-19T05:11:42.299Z | Actions: 1/3687 actions (Installing new actions) |
152 | 2023-11-19T05:11:47.721Z | Actions: 1923/3687 actions (Installing new actions) |
153 | 2023-11-19T05:11:51.658Z | Actions: Completed 3687 actions in 9.36 seconds. |
154 | 2023-11-19T05:11:52.243Z | Done (0.169s) |
155 | 2023-11-19T05:11:52.252Z | Done (0.000s) |
156 | 2023-11-19T05:11:52.264Z | Done (0.216s) |
157 | 2023-11-19T05:12:00.560Z | Done (8.357s) |
158 | 2023-11-19T05:12:00.935Z | Done (0.274s) |
159 | 2023-11-19T05:12:00.940Z | Done (0.000s) |
160 | 2023-11-19T05:12:01.176Z | Done (0.000s) |
161 | 2023-11-19T05:12:01.895Z | Planning: Evaluating mediator changes ... Done |
162 | 2023-11-19T05:12:02.191Z | Planning: Checking for conflicting actions ... Done |
163 | 2023-11-19T05:12:02.200Z | Planning: Consolidating action changes ... Done |
164 | 2023-11-19T05:12:02.674Z | Planning: Evaluating mediators ... Done |
165 | 2023-11-19T05:12:02.678Z | Planning: Planning completed in 0.75 seconds |
166 | 2023-11-19T05:12:02.704Z | Mediators to change: 2 |
167 | 2023-11-19T05:12:03.163Z | Create boot environment: No |
168 | 2023-11-19T05:12:03.167Z | Create backup boot environment: No |
169 | 2023-11-19T05:12:03.171Z | Done |
170 | 2023-11-19T05:12:03.176Z | Done |
171 | 2023-11-19T05:12:03.179Z | Done |
172 | 2023-11-19T05:12:08.931Z | Done |
173 | 2023-11-19T05:12:09.046Z | Done |
174 | 2023-11-19T05:12:09.053Z | Done |
175 | 2023-11-19T05:12:09.174Z | Done |
176 | 2023-11-19T05:12:10.188Z | Planning: Evaluating mediator changes ... Done |
177 | 2023-11-19T05:12:10.192Z | Planning: Merging actions ... Done |
178 | 2023-11-19T05:12:10.522Z | Planning: Checking for conflicting actions ... Done |
179 | 2023-11-19T05:12:10.525Z | Planning: Consolidating action changes ... Done |
180 | 2023-11-19T05:12:10.951Z | Planning: Evaluating mediators ... Done |
181 | 2023-11-19T05:12:11.043Z | Planning: Planning completed in 1.30 seconds |
182 | 2023-11-19T05:12:11.102Z | Packages to change: 1 |
183 | 2023-11-19T05:12:11.516Z | Mediators to change: 1 |
184 | 2023-11-19T05:12:11.523Z | Services to change: 1 |
185 | 2023-11-19T05:12:11.530Z | Create boot environment: No |
186 | 2023-11-19T05:12:11.536Z | Create backup boot environment: Yes |
187 | 2023-11-19T05:12:13.630Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2023-11-19T05:12:13.633Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2023-11-19T05:12:13.636Z | Done |
190 | 2023-11-19T05:12:13.638Z | Done |
191 | 2023-11-19T05:12:13.691Z | Done |
192 | 2023-11-19T05:12:19.577Z | Done |
193 | 2023-11-19T05:12:19.701Z | Done |
194 | 2023-11-19T05:12:19.706Z | Done |
195 | 2023-11-19T05:12:19.812Z | Done |
196 | 2023-11-19T05:12:20.469Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2023-11-19T05:12:20.473Z | clang system 15 system |
198 | 2023-11-19T05:12:20.476Z | csh system system illumos |
199 | 2023-11-19T05:12:20.479Z | ctags system system illumos |
200 | 2023-11-19T05:12:20.482Z | gcc vendor 12 vendor |
201 | 2023-11-19T05:12:20.485Z | gcc system 10 system |
202 | 2023-11-19T05:12:20.489Z | gcc system 7 system |
203 | 2023-11-19T05:12:20.492Z | go system 1.20 system |
204 | 2023-11-19T05:12:20.495Z | go system 1.19 system |
205 | 2023-11-19T05:12:20.498Z | llvm system 15 system |
206 | 2023-11-19T05:12:20.501Z | llvm system 14 system |
207 | 2023-11-19T05:12:20.504Z | mariadb system 10.6 system |
208 | 2023-11-19T05:12:20.508Z | mta vendor vendor dma |
209 | 2023-11-19T05:12:20.512Z | openjdk system 17 system |
210 | 2023-11-19T05:12:20.515Z | openjdk system 11 system |
211 | 2023-11-19T05:12:20.518Z | openjdk system 1.8 system |
212 | 2023-11-19T05:12:20.522Z | openssl vendor 3 vendor |
213 | 2023-11-19T05:12:20.526Z | perl system 5.36 system |
214 | 2023-11-19T05:12:20.529Z | postgresql system 15 system |
215 | 2023-11-19T05:12:20.531Z | postgresql system 13 system |
216 | 2023-11-19T05:12:20.535Z | python vendor 3 vendor |
217 | 2023-11-19T05:12:20.539Z | python system 2 system |
218 | 2023-11-19T05:12:20.542Z | python3 system 3.11 system |
219 | 2023-11-19T05:12:20.545Z | ruby system 3.0 system |
220 | 2023-11-19T05:12:20.548Z | words vendor vendor american-english |
221 | 2023-11-19T05:12:20.553Z | words system system australian-english |
222 | 2023-11-19T05:12:20.568Z | words system system british-english |
223 | 2023-11-19T05:12:20.583Z | words system system canadian-english |
224 | 2023-11-19T05:12:20.594Z | words system system french |
225 | 2023-11-19T05:12:20.597Z | words system system italian |
226 | 2023-11-19T05:12:20.600Z | words system system ngerman |
227 | 2023-11-19T05:12:20.603Z | words system system ogerman |
228 | 2023-11-19T05:12:20.606Z | words system system spanish |
229 | 2023-11-19T05:12:20.993Z | FMRI IFO |
230 | 2023-11-19T05:12:20.998Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
231 | 2023-11-19T05:12:21.009Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
232 | 2023-11-19T05:12:21.031Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
233 | 2023-11-19T05:12:21.053Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
234 | 2023-11-19T05:12:21.058Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
235 | 2023-11-19T05:12:21.063Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
236 | 2023-11-19T05:12:21.070Z | + set -o errexit |
237 | 2023-11-19T05:12:21.075Z | +++ dirname ./tools/ci_download_cockroachdb |
238 | 2023-11-19T05:12:21.080Z | ++ cd ./tools |
239 | 2023-11-19T05:12:21.083Z | ++ pwd |
240 | 2023-11-19T05:12:21.086Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
241 | 2023-11-19T05:12:21.091Z | ++ basename ./tools/ci_download_cockroachdb |
242 | 2023-11-19T05:12:21.094Z | + ARG0=ci_download_cockroachdb |
243 | 2023-11-19T05:12:21.097Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
244 | 2023-11-19T05:12:21.100Z | + CIDL_VERSION=v22.1.9 |
245 | 2023-11-19T05:12:21.104Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
246 | 2023-11-19T05:12:21.107Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
247 | 2023-11-19T05:12:21.111Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
248 | 2023-11-19T05:12:21.115Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
249 | 2023-11-19T05:12:21.120Z | + TARGET_DIR=out |
250 | 2023-11-19T05:12:21.123Z | + DOWNLOAD_DIR=out/downloads |
251 | 2023-11-19T05:12:21.126Z | + DEST_DIR=./out/cockroachdb |
252 | 2023-11-19T05:12:21.129Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
253 | 2023-11-19T05:12:21.132Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
254 | 2023-11-19T05:12:21.136Z | + main |
255 | 2023-11-19T05:12:21.139Z | + [[ 0 != 0 ]] |
256 | 2023-11-19T05:12:21.142Z | + CIDL_OS=solaris2.11 |
257 | 2023-11-19T05:12:21.146Z | + [[ 0 != 0 ]] |
258 | 2023-11-19T05:12:21.149Z | + configure_os solaris2.11 |
259 | 2023-11-19T05:12:21.152Z | + echo 'current directory: /work/oxidecomputer/omicron' |
260 | 2023-11-19T05:12:21.155Z | current directory: /work/oxidecomputer/omicron |
261 | 2023-11-19T05:12:21.158Z | + echo 'configuring based on OS: "solaris2.11"' |
262 | 2023-11-19T05:12:21.161Z | configuring based on OS: "solaris2.11" |
263 | 2023-11-19T05:12:21.163Z | + case "$1" in |
264 | 2023-11-19T05:12:21.166Z | + CIDL_BUILD=illumos |
265 | 2023-11-19T05:12:21.169Z | + CIDL_SUFFIX=tar.gz |
266 | 2023-11-19T05:12:21.172Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
267 | 2023-11-19T05:12:21.175Z | + CIDL_MD5FUNC=do_md5sum |
268 | 2023-11-19T05:12:21.177Z | + CIDL_URL_BASE=https://illumos.org/downloads |
269 | 2023-11-19T05:12:21.180Z | + CIDL_ASSEMBLE=do_assemble_illumos |
270 | 2023-11-19T05:12:21.183Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
271 | 2023-11-19T05:12:21.188Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-19T05:12:21.191Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-19T05:12:21.194Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
274 | 2023-11-19T05:12:21.196Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-19T05:12:21.199Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2023-11-19T05:12:21.202Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-19T05:12:21.204Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2023-11-19T05:12:21.208Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-11-19T05:12:21.211Z | + mkdir -p out/downloads |
280 | 2023-11-19T05:12:21.214Z | + mkdir -p ./out/cockroachdb |
281 | 2023-11-19T05:12:21.217Z | + local DO_DOWNLOAD=true |
282 | 2023-11-19T05:12:21.220Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
283 | 2023-11-19T05:12:21.222Z | + '[' true == true ']' |
284 | 2023-11-19T05:12:21.226Z | + echo Downloading... |
285 | 2023-11-19T05:12:21.230Z | Downloading... |
286 | 2023-11-19T05:12:21.233Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-11-19T05:12:21.236Z | + 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 |
288 | 2023-11-19T05:12:30.697Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-11-19T05:12:30.703Z | ++ md5sum |
290 | 2023-11-19T05:12:30.710Z | ++ awk '{print $1}' |
291 | 2023-11-19T05:12:30.880Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
292 | 2023-11-19T05:12:30.884Z | + [[ 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 ]] |
293 | 2023-11-19T05:12:30.888Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-11-19T05:12:30.892Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
295 | 2023-11-19T05:12:34.459Z | + do_assemble_illumos |
296 | 2023-11-19T05:12:34.462Z | + rm -r ./out/cockroachdb |
297 | 2023-11-19T05:12:34.465Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
298 | 2023-11-19T05:12:35.130Z | + ./out/cockroachdb/bin/cockroach version |
299 | 2023-11-19T05:12:35.390Z | Build Tag: v22.1.9-dirty |
300 | 2023-11-19T05:12:35.393Z | Build Time: 2022/10/26 21:17:46 |
301 | 2023-11-19T05:12:35.396Z | Distribution: OSS |
302 | 2023-11-19T05:12:35.399Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
303 | 2023-11-19T05:12:35.402Z | Go Version: go1.17.13 |
304 | 2023-11-19T05:12:35.405Z | C Compiler: gcc 10.3.0 |
305 | 2023-11-19T05:12:35.408Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
306 | 2023-11-19T05:12:35.411Z | Build Type: release |
307 | 2023-11-19T05:12:35.417Z | + set -o errexit |
308 | 2023-11-19T05:12:35.419Z | +++ dirname ./tools/ci_download_clickhouse |
309 | 2023-11-19T05:12:35.423Z | ++ cd ./tools |
310 | 2023-11-19T05:12:35.426Z | ++ pwd |
311 | 2023-11-19T05:12:35.432Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
312 | 2023-11-19T05:12:35.435Z | ++ basename ./tools/ci_download_clickhouse |
313 | 2023-11-19T05:12:35.438Z | + ARG0=ci_download_clickhouse |
314 | 2023-11-19T05:12:35.441Z | + TARGET_DIR=out |
315 | 2023-11-19T05:12:35.443Z | + DOWNLOAD_DIR=out/downloads |
316 | 2023-11-19T05:12:35.447Z | + DEST_DIR=./out/clickhouse |
317 | 2023-11-19T05:12:35.451Z | + CIDL_VERSION=v22.8.9.24 |
318 | 2023-11-19T05:12:35.454Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
319 | 2023-11-19T05:12:35.457Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
320 | 2023-11-19T05:12:35.460Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
321 | 2023-11-19T05:12:35.463Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
322 | 2023-11-19T05:12:35.467Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
323 | 2023-11-19T05:12:35.470Z | + main |
324 | 2023-11-19T05:12:35.473Z | + [[ 0 != 0 ]] |
325 | 2023-11-19T05:12:35.476Z | + CIDL_OS=solaris2.11 |
326 | 2023-11-19T05:12:35.478Z | + [[ 0 != 0 ]] |
327 | 2023-11-19T05:12:35.481Z | + configure_os solaris2.11 |
328 | 2023-11-19T05:12:35.487Z | + echo 'current directory: /work/oxidecomputer/omicron' |
329 | 2023-11-19T05:12:35.491Z | current directory: /work/oxidecomputer/omicron |
330 | 2023-11-19T05:12:35.495Z | + echo 'configuring based on OS: "solaris2.11"' |
331 | 2023-11-19T05:12:35.498Z | configuring based on OS: "solaris2.11" |
332 | 2023-11-19T05:12:35.501Z | + CIDL_DASHREV= |
333 | 2023-11-19T05:12:35.504Z | + case "$1" in |
334 | 2023-11-19T05:12:35.507Z | + CIDL_PLATFORM=illumos |
335 | 2023-11-19T05:12:35.510Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
336 | 2023-11-19T05:12:35.513Z | + CIDL_MD5FUNC=do_md5sum |
337 | 2023-11-19T05:12:35.516Z | + CIDL_DASHREV=-1 |
338 | 2023-11-19T05:12:35.519Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
339 | 2023-11-19T05:12:35.522Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-19T05:12:35.525Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-19T05:12:35.528Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-19T05:12:35.531Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
343 | 2023-11-19T05:12:35.534Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-11-19T05:12:35.539Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2023-11-19T05:12:35.549Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-11-19T05:12:35.553Z | + mkdir -p out/downloads |
347 | 2023-11-19T05:12:35.557Z | + mkdir -p ./out/clickhouse |
348 | 2023-11-19T05:12:35.565Z | + local DO_DOWNLOAD=true |
349 | 2023-11-19T05:12:35.574Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
350 | 2023-11-19T05:12:35.578Z | + '[' true == true ']' |
351 | 2023-11-19T05:12:35.581Z | + echo Downloading... |
352 | 2023-11-19T05:12:35.584Z | Downloading... |
353 | 2023-11-19T05:12:35.588Z | + 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 |
354 | 2023-11-19T05:12:35.592Z | + 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 |
355 | 2023-11-19T05:12:36.804Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2023-11-19T05:12:36.809Z | ++ md5sum |
357 | 2023-11-19T05:12:36.813Z | ++ awk '{print $1}' |
358 | 2023-11-19T05:12:37.065Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
359 | 2023-11-19T05:12:37.070Z | + [[ 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 ]] |
360 | 2023-11-19T05:12:37.073Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
361 | 2023-11-19T05:12:37.077Z | + mkdir -p ./out/clickhouse |
362 | 2023-11-19T05:12:37.080Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
363 | 2023-11-19T05:12:42.346Z | + ./out/clickhouse/clickhouse server --version |
364 | 2023-11-19T05:12:42.400Z | ClickHouse server version 22.8.9.1. |
365 | 2023-11-19T05:12:42.425Z | + set -o errexit |
366 | 2023-11-19T05:12:42.429Z | +++ dirname ./tools/ci_download_console |
367 | 2023-11-19T05:12:42.440Z | ++ cd ./tools |
368 | 2023-11-19T05:12:42.443Z | ++ pwd |
369 | 2023-11-19T05:12:42.448Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
370 | 2023-11-19T05:12:42.459Z | ++ basename ./tools/ci_download_console |
371 | 2023-11-19T05:12:42.465Z | + ARG0=ci_download_console |
372 | 2023-11-19T05:12:42.470Z | + TARGET_DIR=out |
373 | 2023-11-19T05:12:42.481Z | + DOWNLOAD_DIR=out/downloads |
374 | 2023-11-19T05:12:42.490Z | + DEST_DIR=./out/console-assets |
375 | 2023-11-19T05:12:42.502Z | + source /work/oxidecomputer/omicron/tools/console_version |
376 | 2023-11-19T05:12:42.512Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
377 | 2023-11-19T05:12:42.572Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
378 | 2023-11-19T05:12:42.582Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
379 | 2023-11-19T05:12:42.586Z | + TARBALL_FILE=out/downloads/console.tar.gz |
380 | 2023-11-19T05:12:42.591Z | + main |
381 | 2023-11-19T05:12:42.594Z | + [[ 0 != 0 ]] |
382 | 2023-11-19T05:12:42.597Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
383 | 2023-11-19T05:12:42.601Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
384 | 2023-11-19T05:12:42.604Z | + echo 'Local file: out/downloads/console.tar.gz' |
385 | 2023-11-19T05:12:42.610Z | Local file: out/downloads/console.tar.gz |
386 | 2023-11-19T05:12:42.613Z | + local DO_DOWNLOAD=true |
387 | 2023-11-19T05:12:42.616Z | + [[ -f out/downloads/console.tar.gz ]] |
388 | 2023-11-19T05:12:42.622Z | + mkdir -p out/downloads |
389 | 2023-11-19T05:12:42.626Z | + '[' true == true ']' |
390 | 2023-11-19T05:12:42.629Z | + echo Downloading... |
391 | 2023-11-19T05:12:42.632Z | Downloading... |
392 | 2023-11-19T05:12:42.635Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
393 | 2023-11-19T05:12:42.640Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
394 | 2023-11-19T05:12:43.148Z | ++ do_sha256sum out/downloads/console.tar.gz |
395 | 2023-11-19T05:12:43.152Z | ++ case "$OSTYPE" in |
396 | 2023-11-19T05:12:43.155Z | ++ SHA=sha256sum |
397 | 2023-11-19T05:12:43.158Z | ++ sha256sum |
398 | 2023-11-19T05:12:43.161Z | ++ awk '{print $1}' |
399 | 2023-11-19T05:12:43.173Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
400 | 2023-11-19T05:12:43.181Z | + [[ 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 ]] |
401 | 2023-11-19T05:12:43.185Z | + rm -rf ./out/console-assets |
402 | 2023-11-19T05:12:43.191Z | + mkdir -p ./out/console-assets |
403 | 2023-11-19T05:12:43.199Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
404 | 2023-11-19T05:12:43.206Z | + mkdir -p ./out/console-assets |
405 | 2023-11-19T05:12:43.214Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
406 | 2023-11-19T05:12:43.325Z | + set -o errexit |
407 | 2023-11-19T05:12:43.334Z | +++ dirname ./tools/ci_download_maghemite_openapi |
408 | 2023-11-19T05:12:43.344Z | ++ cd ./tools |
409 | 2023-11-19T05:12:43.350Z | ++ pwd |
410 | 2023-11-19T05:12:43.356Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
411 | 2023-11-19T05:12:43.363Z | ++ basename ./tools/ci_download_maghemite_openapi |
412 | 2023-11-19T05:12:43.372Z | + ARG0=ci_download_maghemite_openapi |
413 | 2023-11-19T05:12:43.381Z | + TARGET_DIR=out |
414 | 2023-11-19T05:12:43.388Z | + DOWNLOAD_DIR=out/downloads |
415 | 2023-11-19T05:12:43.393Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
416 | 2023-11-19T05:12:43.400Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
417 | 2023-11-19T05:12:43.405Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
418 | 2023-11-19T05:12:43.441Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
419 | 2023-11-19T05:12:43.446Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
420 | 2023-11-19T05:12:43.452Z | + main |
421 | 2023-11-19T05:12:43.458Z | + [[ 0 != 0 ]] |
422 | 2023-11-19T05:12:43.463Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
423 | 2023-11-19T05:12:43.493Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
424 | 2023-11-19T05:12:43.501Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
425 | 2023-11-19T05:12:43.507Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
426 | 2023-11-19T05:12:43.514Z | + local DO_DOWNLOAD=true |
427 | 2023-11-19T05:12:43.522Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
428 | 2023-11-19T05:12:43.529Z | + mkdir -p out/downloads |
429 | 2023-11-19T05:12:43.545Z | + '[' true == true ']' |
430 | 2023-11-19T05:12:43.554Z | + echo Downloading... |
431 | 2023-11-19T05:12:43.609Z | Downloading... |
432 | 2023-11-19T05:12:43.618Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
433 | 2023-11-19T05:12:43.627Z | + 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 |
434 | 2023-11-19T05:12:43.714Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
435 | 2023-11-19T05:12:43.747Z | ++ case "$OSTYPE" in |
436 | 2023-11-19T05:12:43.771Z | ++ SHA=sha256sum |
437 | 2023-11-19T05:12:43.785Z | ++ sha256sum |
438 | 2023-11-19T05:12:43.794Z | ++ awk '{print $1}' |
439 | 2023-11-19T05:12:43.801Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
440 | 2023-11-19T05:12:43.807Z | + [[ 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 ]] |
441 | 2023-11-19T05:12:43.814Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
442 | 2023-11-19T05:12:43.820Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
443 | 2023-11-19T05:12:43.837Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
444 | 2023-11-19T05:12:43.843Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
445 | 2023-11-19T05:12:43.850Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
446 | 2023-11-19T05:12:43.857Z | + main |
447 | 2023-11-19T05:12:43.862Z | + [[ 0 != 0 ]] |
448 | 2023-11-19T05:12:43.873Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
449 | 2023-11-19T05:12:43.883Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
450 | 2023-11-19T05:12:43.889Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
451 | 2023-11-19T05:12:43.894Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
452 | 2023-11-19T05:12:43.899Z | + local DO_DOWNLOAD=true |
453 | 2023-11-19T05:12:43.903Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
454 | 2023-11-19T05:12:43.907Z | + mkdir -p out/downloads |
455 | 2023-11-19T05:12:43.911Z | + '[' true == true ']' |
456 | 2023-11-19T05:12:43.914Z | + echo Downloading... |
457 | 2023-11-19T05:12:43.918Z | Downloading... |
458 | 2023-11-19T05:12:43.924Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
459 | 2023-11-19T05:12:43.931Z | + 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 |
460 | 2023-11-19T05:12:43.936Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
461 | 2023-11-19T05:12:43.944Z | ++ case "$OSTYPE" in |
462 | 2023-11-19T05:12:43.949Z | ++ SHA=sha256sum |
463 | 2023-11-19T05:12:43.956Z | ++ sha256sum |
464 | 2023-11-19T05:12:43.983Z | ++ awk '{print $1}' |
465 | 2023-11-19T05:12:43.999Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
466 | 2023-11-19T05:12:44.010Z | + [[ 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 ]] |
467 | 2023-11-19T05:12:44.017Z | + set -o errexit |
468 | 2023-11-19T05:12:44.030Z | +++ dirname ./tools/ci_download_dendrite_openapi |
469 | 2023-11-19T05:12:44.048Z | ++ cd ./tools |
470 | 2023-11-19T05:12:44.059Z | ++ pwd |
471 | 2023-11-19T05:12:44.066Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
472 | 2023-11-19T05:12:44.073Z | ++ basename ./tools/ci_download_dendrite_openapi |
473 | 2023-11-19T05:12:44.084Z | + ARG0=ci_download_dendrite_openapi |
474 | 2023-11-19T05:12:44.089Z | + TARGET_DIR=out |
475 | 2023-11-19T05:12:44.093Z | + DOWNLOAD_DIR=out/downloads |
476 | 2023-11-19T05:12:44.103Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
477 | 2023-11-19T05:12:44.117Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
478 | 2023-11-19T05:12:44.129Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
479 | 2023-11-19T05:12:44.147Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
480 | 2023-11-19T05:12:44.158Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
481 | 2023-11-19T05:12:44.180Z | + main |
482 | 2023-11-19T05:12:44.196Z | + [[ 0 != 0 ]] |
483 | 2023-11-19T05:12:44.208Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
484 | 2023-11-19T05:12:44.622Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
485 | 2023-11-19T05:12:44.629Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
486 | 2023-11-19T05:12:44.643Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
487 | 2023-11-19T05:12:44.658Z | + local DO_DOWNLOAD=true |
488 | 2023-11-19T05:12:44.665Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
489 | 2023-11-19T05:12:44.677Z | + mkdir -p out/downloads |
490 | 2023-11-19T05:12:44.728Z | + '[' true == true ']' |
491 | 2023-11-19T05:12:44.731Z | + echo Downloading... |
492 | 2023-11-19T05:12:44.734Z | Downloading... |
493 | 2023-11-19T05:12:44.737Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
494 | 2023-11-19T05:12:44.740Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
495 | 2023-11-19T05:12:45.525Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
496 | 2023-11-19T05:12:45.534Z | ++ case "$OSTYPE" in |
497 | 2023-11-19T05:12:45.537Z | ++ SHA=sha256sum |
498 | 2023-11-19T05:12:45.543Z | ++ sha256sum |
499 | 2023-11-19T05:12:45.555Z | ++ awk '{print $1}' |
500 | 2023-11-19T05:12:45.565Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
501 | 2023-11-19T05:12:45.569Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
502 | 2023-11-19T05:12:45.578Z | + set -o errexit |
503 | 2023-11-19T05:12:45.585Z | +++ dirname ./tools/ci_download_dendrite_stub |
504 | 2023-11-19T05:12:45.592Z | ++ cd ./tools |
505 | 2023-11-19T05:12:45.600Z | ++ pwd |
506 | 2023-11-19T05:12:45.609Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
507 | 2023-11-19T05:12:45.616Z | ++ basename ./tools/ci_download_dendrite_stub |
508 | 2023-11-19T05:12:45.625Z | + ARG0=ci_download_dendrite_stub |
509 | 2023-11-19T05:12:45.631Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
510 | 2023-11-19T05:12:45.636Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
511 | 2023-11-19T05:12:45.641Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
512 | 2023-11-19T05:12:45.657Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
513 | 2023-11-19T05:12:45.663Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
514 | 2023-11-19T05:12:45.668Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
515 | 2023-11-19T05:12:45.677Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
516 | 2023-11-19T05:12:45.683Z | + TARGET_DIR=out |
517 | 2023-11-19T05:12:45.688Z | + DOWNLOAD_DIR=out/downloads |
518 | 2023-11-19T05:12:45.692Z | + DEST_DIR=./out/dendrite-stub |
519 | 2023-11-19T05:12:45.696Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
520 | 2023-11-19T05:12:45.701Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
521 | 2023-11-19T05:12:45.716Z | + REPO=oxidecomputer/dendrite |
522 | 2023-11-19T05:12:45.846Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
523 | 2023-11-19T05:12:45.862Z | + main |
524 | 2023-11-19T05:12:45.875Z | + [[ 0 != 0 ]] |
525 | 2023-11-19T05:12:45.891Z | + CIDL_OS=solaris2.11 |
526 | 2023-11-19T05:12:45.899Z | + [[ 0 != 0 ]] |
527 | 2023-11-19T05:12:45.905Z | + configure_os solaris2.11 |
528 | 2023-11-19T05:12:45.919Z | + echo 'current directory: /work/oxidecomputer/omicron' |
529 | 2023-11-19T05:12:45.925Z | current directory: /work/oxidecomputer/omicron |
530 | 2023-11-19T05:12:45.933Z | + echo 'configuring based on OS: "solaris2.11"' |
531 | 2023-11-19T05:12:45.958Z | configuring based on OS: "solaris2.11" |
532 | 2023-11-19T05:12:45.977Z | + case "$1" in |
533 | 2023-11-19T05:12:45.989Z | + SET_BINARIES= |
534 | 2023-11-19T05:12:46.000Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
535 | 2023-11-19T05:12:46.018Z | + CIDL_SHA256FUNC=do_sha256sum |
536 | 2023-11-19T05:12:46.029Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
537 | 2023-11-19T05:12:46.041Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
538 | 2023-11-19T05:12:46.055Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
539 | 2023-11-19T05:12:46.074Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
540 | 2023-11-19T05:12:46.090Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
541 | 2023-11-19T05:12:46.103Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
542 | 2023-11-19T05:12:46.110Z | Local file: out/downloads/dendrite-stub.tar.gz |
543 | 2023-11-19T05:12:46.115Z | + mkdir -p out/downloads |
544 | 2023-11-19T05:12:46.130Z | + mkdir -p ./out/dendrite-stub |
545 | 2023-11-19T05:12:46.143Z | + fetch_and_verify |
546 | 2023-11-19T05:12:46.563Z | + local DO_DOWNLOAD=true |
547 | 2023-11-19T05:12:46.575Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
548 | 2023-11-19T05:12:46.589Z | + '[' true == true ']' |
549 | 2023-11-19T05:12:46.599Z | + echo Downloading... |
550 | 2023-11-19T05:12:46.609Z | Downloading... |
551 | 2023-11-19T05:12:46.620Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
552 | 2023-11-19T05:12:46.634Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
553 | 2023-11-19T05:13:02.822Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
554 | 2023-11-19T05:13:02.834Z | ++ sha256sum |
555 | 2023-11-19T05:13:02.861Z | ++ awk '{print $1}' |
556 | 2023-11-19T05:13:02.933Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
557 | 2023-11-19T05:13:02.943Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
558 | 2023-11-19T05:13:02.952Z | + do_untar out/downloads/dendrite-stub.tar.gz |
559 | 2023-11-19T05:13:02.959Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
560 | 2023-11-19T05:13:04.053Z | + do_assemble |
561 | 2023-11-19T05:13:04.065Z | + rm -r ./out/dendrite-stub |
562 | 2023-11-19T05:13:04.073Z | + mkdir ./out/dendrite-stub |
563 | 2023-11-19T05:13:04.081Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
564 | 2023-11-19T05:13:04.192Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
565 | 2023-11-19T05:13:04.207Z | + set -o errexit |
566 | 2023-11-19T05:13:04.217Z | +++ dirname ./tools/ci_download_maghemite_mgd |
567 | 2023-11-19T05:13:04.228Z | ++ cd ./tools |
568 | 2023-11-19T05:13:04.248Z | ++ pwd |
569 | 2023-11-19T05:13:04.260Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
570 | 2023-11-19T05:13:04.277Z | ++ basename ./tools/ci_download_maghemite_mgd |
571 | 2023-11-19T05:13:04.295Z | + ARG0=ci_download_maghemite_mgd |
572 | 2023-11-19T05:13:04.307Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
573 | 2023-11-19T05:13:04.319Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
574 | 2023-11-19T05:13:04.335Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
575 | 2023-11-19T05:13:04.349Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
576 | 2023-11-19T05:13:04.371Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
577 | 2023-11-19T05:13:04.391Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
578 | 2023-11-19T05:13:04.401Z | + TARGET_DIR=out |
579 | 2023-11-19T05:13:05.237Z | + DOWNLOAD_DIR=out/downloads |
580 | 2023-11-19T05:13:05.251Z | + DEST_DIR=./out/mgd |
581 | 2023-11-19T05:13:05.274Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
582 | 2023-11-19T05:13:05.296Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
583 | 2023-11-19T05:13:05.309Z | + REPO=oxidecomputer/maghemite |
584 | 2023-11-19T05:13:05.322Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
585 | 2023-11-19T05:13:05.347Z | + main |
586 | 2023-11-19T05:13:05.770Z | + [[ 0 != 0 ]] |
587 | 2023-11-19T05:13:05.819Z | + CIDL_OS=solaris2.11 |
588 | 2023-11-19T05:13:06.242Z | + [[ 0 != 0 ]] |
589 | 2023-11-19T05:13:07.059Z | + configure_os solaris2.11 |
590 | 2023-11-19T05:13:07.078Z | + echo 'current directory: /work/oxidecomputer/omicron' |
591 | 2023-11-19T05:13:07.630Z | current directory: /work/oxidecomputer/omicron |
592 | 2023-11-19T05:13:07.652Z | + echo 'configuring based on OS: "solaris2.11"' |
593 | 2023-11-19T05:13:07.666Z | configuring based on OS: "solaris2.11" |
594 | 2023-11-19T05:13:08.101Z | + case "$1" in |
595 | 2023-11-19T05:13:08.112Z | + SET_BINARIES= |
596 | 2023-11-19T05:13:08.127Z | + CIDL_SHA256FUNC=do_sha256sum |
597 | 2023-11-19T05:13:08.139Z | + TARBALL_FILENAME=mgd.tar.gz |
598 | 2023-11-19T05:13:08.148Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
599 | 2023-11-19T05:13:08.155Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
600 | 2023-11-19T05:13:08.163Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
601 | 2023-11-19T05:13:08.172Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
602 | 2023-11-19T05:13:08.183Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
603 | 2023-11-19T05:13:08.609Z | Local file: out/downloads/mgd.tar.gz |
604 | 2023-11-19T05:13:08.615Z | + mkdir -p out/downloads |
605 | 2023-11-19T05:13:08.627Z | + mkdir -p ./out/mgd |
606 | 2023-11-19T05:13:08.637Z | + fetch_and_verify |
607 | 2023-11-19T05:13:08.648Z | + local DO_DOWNLOAD=true |
608 | 2023-11-19T05:13:08.667Z | + [[ -f out/downloads/mgd.tar.gz ]] |
609 | 2023-11-19T05:13:08.679Z | + '[' true == true ']' |
610 | 2023-11-19T05:13:08.690Z | + echo Downloading... |
611 | 2023-11-19T05:13:08.699Z | Downloading... |
612 | 2023-11-19T05:13:08.711Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
613 | 2023-11-19T05:13:08.724Z | + 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 |
614 | 2023-11-19T05:13:16.652Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
615 | 2023-11-19T05:13:16.658Z | ++ sha256sum |
616 | 2023-11-19T05:13:16.663Z | ++ awk '{print $1}' |
617 | 2023-11-19T05:13:16.744Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
618 | 2023-11-19T05:13:16.765Z | + [[ 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 ]] |
619 | 2023-11-19T05:13:16.771Z | + do_untar out/downloads/mgd.tar.gz |
620 | 2023-11-19T05:13:16.777Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
621 | 2023-11-19T05:13:17.418Z | + do_assemble |
622 | 2023-11-19T05:13:17.438Z | + rm -r ./out/mgd |
623 | 2023-11-19T05:13:17.457Z | + mkdir ./out/mgd |
624 | 2023-11-19T05:13:17.463Z | + cp -r out/downloads/root ./out/mgd/root |
625 | 2023-11-19T05:13:17.639Z | + set -o errexit |
626 | 2023-11-19T05:13:17.648Z | +++ dirname ./tools/ci_download_transceiver_control |
627 | 2023-11-19T05:13:17.656Z | ++ cd ./tools |
628 | 2023-11-19T05:13:17.660Z | ++ pwd |
629 | 2023-11-19T05:13:17.677Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
630 | 2023-11-19T05:13:17.687Z | ++ basename ./tools/ci_download_transceiver_control |
631 | 2023-11-19T05:13:17.698Z | + ARG0=ci_download_transceiver_control |
632 | 2023-11-19T05:13:17.714Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
633 | 2023-11-19T05:13:17.718Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
634 | 2023-11-19T05:13:17.728Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
635 | 2023-11-19T05:13:17.733Z | + TARGET_DIR=out |
636 | 2023-11-19T05:13:17.745Z | + DOWNLOAD_DIR=out/downloads |
637 | 2023-11-19T05:13:18.173Z | + DEST_DIR=./out/transceiver-control |
638 | 2023-11-19T05:13:18.178Z | + BIN_DIR=/opt/oxide/bin |
639 | 2023-11-19T05:13:18.181Z | + BINARY=xcvradm |
640 | 2023-11-19T05:13:18.184Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
641 | 2023-11-19T05:13:18.187Z | + REPO=oxidecomputer/transceiver-control |
642 | 2023-11-19T05:13:18.190Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
643 | 2023-11-19T05:13:18.194Z | + main |
644 | 2023-11-19T05:13:18.196Z | + [[ 0 != 0 ]] |
645 | 2023-11-19T05:13:18.200Z | + CIDL_OS=solaris2.11 |
646 | 2023-11-19T05:13:18.205Z | + [[ 0 != 0 ]] |
647 | 2023-11-19T05:13:18.220Z | + configure_os solaris2.11 |
648 | 2023-11-19T05:13:18.246Z | + echo 'current directory: /work/oxidecomputer/omicron' |
649 | 2023-11-19T05:13:18.257Z | + echo 'configuring based on OS: "solaris2.11"' |
650 | 2023-11-19T05:13:18.272Z | + case "$1" in |
651 | 2023-11-19T05:13:18.277Z | current directory: /work/oxidecomputer/omicron |
652 | 2023-11-19T05:13:18.282Z | configuring based on OS: "solaris2.11" |
653 | 2023-11-19T05:13:18.286Z | + SET_BINARIES= |
654 | 2023-11-19T05:13:18.291Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2023-11-19T05:13:18.298Z | + CIDL_SHA256FUNC=do_sha256sum |
656 | 2023-11-19T05:13:18.306Z | + ARCHIVE_FILENAME=xcvradm.gz |
657 | 2023-11-19T05:13:18.315Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2023-11-19T05:13:18.324Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
659 | 2023-11-19T05:13:18.330Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
660 | 2023-11-19T05:13:18.347Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2023-11-19T05:13:18.380Z | + echo 'Local file: out/downloads/xcvradm.gz' |
662 | 2023-11-19T05:13:18.393Z | Local file: out/downloads/xcvradm.gz |
663 | 2023-11-19T05:13:18.401Z | + mkdir -p out/downloads |
664 | 2023-11-19T05:13:18.410Z | + mkdir -p ./out/transceiver-control |
665 | 2023-11-19T05:13:18.449Z | + fetch_and_verify |
666 | 2023-11-19T05:13:18.466Z | + local DO_DOWNLOAD=true |
667 | 2023-11-19T05:13:18.472Z | + [[ -f out/downloads/xcvradm.gz ]] |
668 | 2023-11-19T05:13:18.476Z | + '[' true == true ']' |
669 | 2023-11-19T05:13:18.480Z | + echo Downloading... |
670 | 2023-11-19T05:13:18.484Z | Downloading... |
671 | 2023-11-19T05:13:18.489Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
672 | 2023-11-19T05:13:18.492Z | + 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 |
673 | 2023-11-19T05:13:25.125Z | ++ do_sha256sum out/downloads/xcvradm.gz |
674 | 2023-11-19T05:13:25.128Z | ++ sha256sum |
675 | 2023-11-19T05:13:25.132Z | ++ awk '{print $1}' |
676 | 2023-11-19T05:13:25.150Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2023-11-19T05:13:25.153Z | + [[ 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 ]] |
678 | 2023-11-19T05:13:25.156Z | + do_unpack out/downloads/xcvradm.gz |
679 | 2023-11-19T05:13:25.159Z | + mkdir -p out/downloads/root//opt/oxide/bin |
680 | 2023-11-19T05:13:25.162Z | + gzip -dc out/downloads/xcvradm.gz |
681 | 2023-11-19T05:13:25.327Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
682 | 2023-11-19T05:13:25.330Z | + do_assemble |
683 | 2023-11-19T05:13:25.333Z | + rm -r ./out/transceiver-control |
684 | 2023-11-19T05:13:25.336Z | + mkdir ./out/transceiver-control |
685 | 2023-11-19T05:13:25.339Z | + cp -r out/downloads/root ./out/transceiver-control/root |
686 | 2023-11-19T05:13:25.541Z | All prerequisites installed successfully |
687 | 2023-11-19T05:13:25.548Z | |
688 | 2023-11-19T05:13:25.551Z | real 3:14.380696124 |
689 | 2023-11-19T05:13:25.554Z | user 53.227573889 |
690 | 2023-11-19T05:13:25.557Z | sys 10.752068468 |
691 | 2023-11-19T05:13:25.560Z | trap 0.019800202 |
692 | 2023-11-19T05:13:25.563Z | tflt 0.363184518 |
693 | 2023-11-19T05:13:25.566Z | dflt 1.097128404 |
694 | 2023-11-19T05:13:25.569Z | kflt 0.339094611 |
695 | 2023-11-19T05:13:25.572Z | lock 2.098974558 |
696 | 2023-11-19T05:13:25.576Z | slp 6:36.598057616 |
697 | 2023-11-19T05:13:25.580Z | lat 4.229869274 |
698 | 2023-11-19T05:13:25.584Z | stop 0.077597049 |
699 | 2023-11-19T05:13:25.587Z | + banner end-to-end-tests |
700 | 2023-11-19T05:13:25.590Z | |
701 | 2023-11-19T05:13:25.594Z | ###### # # ##### ##### #### ###### # # ##### |
702 | 2023-11-19T05:13:25.597Z | # ## # # # # # # # ## # # # |
703 | 2023-11-19T05:13:25.600Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
704 | 2023-11-19T05:13:25.603Z | # # # # # # # # # # # # # # # |
705 | 2023-11-19T05:13:25.607Z | # # ## # # # # # # # ## # # |
706 | 2023-11-19T05:13:25.611Z | ###### # # ##### # #### ###### # # ##### |
707 | 2023-11-19T05:13:25.613Z | |
708 | 2023-11-19T05:13:25.616Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
709 | 2023-11-19T05:13:25.620Z | + CARGO_PROFILE_DEV_DEBUG=1 |
710 | 2023-11-19T05:13:25.624Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
711 | 2023-11-19T05:13:25.627Z | + CARGO_PROFILE_TEST_DEBUG=1 |
712 | 2023-11-19T05:13:25.631Z | + export CARGO_INCREMENTAL=0 |
713 | 2023-11-19T05:13:25.633Z | + CARGO_INCREMENTAL=0 |
714 | 2023-11-19T05:13:25.637Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
715 | 2023-11-19T05:13:25.919Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
716 | 2023-11-19T05:13:26.295Z | Updating crates.io index |
717 | 2023-11-19T05:13:26.390Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
718 | 2023-11-19T05:13:27.136Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
719 | 2023-11-19T05:13:28.894Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
720 | 2023-11-19T05:13:29.511Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
721 | 2023-11-19T05:13:29.870Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
722 | 2023-11-19T05:13:30.112Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
723 | 2023-11-19T05:13:30.419Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
724 | 2023-11-19T05:13:31.371Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
725 | 2023-11-19T05:13:33.213Z | Updating git repository `https://github.com/oxidecomputer/opte` |
726 | 2023-11-19T05:13:34.228Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
727 | 2023-11-19T05:13:34.590Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
728 | 2023-11-19T05:13:35.168Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
729 | 2023-11-19T05:13:35.535Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
730 | 2023-11-19T05:13:35.847Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
731 | 2023-11-19T05:13:36.248Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
732 | 2023-11-19T05:13:36.541Z | Updating git repository `https://github.com/njaremko/samael` |
733 | 2023-11-19T05:13:37.086Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
734 | 2023-11-19T05:13:37.664Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
735 | 2023-11-19T05:13:38.036Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
736 | 2023-11-19T05:13:38.398Z | Updating git repository `https://github.com/jgallagher/nix` |
737 | 2023-11-19T05:13:39.636Z | Updating git repository `https://github.com/cbiffle/hubpack` |
738 | 2023-11-19T05:13:40.242Z | Updating git repository `https://github.com/oxidecomputer/typify` |
739 | 2023-11-19T05:13:41.221Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
740 | 2023-11-19T05:13:41.620Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
741 | 2023-11-19T05:13:41.932Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
742 | 2023-11-19T05:13:43.672Z | Downloading crates ... |
743 | 2023-11-19T05:13:43.679Z | Downloaded ctr v0.9.2 |
744 | 2023-11-19T05:13:43.690Z | Downloaded cstr-argument v0.1.2 |
745 | 2023-11-19T05:13:43.704Z | Downloaded parse-display v0.8.2 |
746 | 2023-11-19T05:13:43.713Z | Downloaded cipher v0.4.4 |
747 | 2023-11-19T05:13:43.724Z | Downloaded phf_shared v0.11.2 |
748 | 2023-11-19T05:13:43.729Z | Downloaded crucible-workspace-hack v0.1.0 |
749 | 2023-11-19T05:13:43.733Z | Downloaded paste v1.0.14 |
750 | 2023-11-19T05:13:43.737Z | Downloaded option-ext v0.2.0 |
751 | 2023-11-19T05:13:43.741Z | Downloaded curve25519-dalek-derive v0.1.0 |
752 | 2023-11-19T05:13:43.745Z | Downloaded crypto-bigint v0.5.2 |
753 | 2023-11-19T05:13:43.749Z | Downloaded petgraph v0.6.4 |
754 | 2023-11-19T05:13:43.753Z | Downloaded clap_derive v4.4.2 |
755 | 2023-11-19T05:13:43.756Z | Downloaded ppv-lite86 v0.2.17 |
756 | 2023-11-19T05:13:43.759Z | Downloaded dirs-sys-next v0.1.2 |
757 | 2023-11-19T05:13:43.762Z | Downloaded colorchoice v1.0.0 |
758 | 2023-11-19T05:13:43.765Z | Downloaded ciborium-io v0.2.1 |
759 | 2023-11-19T05:13:43.768Z | Downloaded aead v0.5.2 |
760 | 2023-11-19T05:13:43.771Z | Downloaded phf_shared v0.10.0 |
761 | 2023-11-19T05:13:43.774Z | Downloaded polyval v0.6.1 |
762 | 2023-11-19T05:13:43.778Z | Downloaded pem v3.0.2 |
763 | 2023-11-19T05:13:43.786Z | Downloaded predicates-core v1.0.6 |
764 | 2023-11-19T05:13:43.790Z | Downloaded base16ct v0.2.0 |
765 | 2023-11-19T05:13:43.794Z | Downloaded dirs-sys v0.4.1 |
766 | 2023-11-19T05:13:43.803Z | Downloaded backoff v0.4.0 |
767 | 2023-11-19T05:13:43.816Z | Downloaded proc-macro-error-attr v1.0.4 |
768 | 2023-11-19T05:13:43.822Z | Downloaded opaque-debug v0.3.0 |
769 | 2023-11-19T05:13:43.833Z | Downloaded pretty-hex v0.3.0 |
770 | 2023-11-19T05:13:43.840Z | Downloaded pin-project-lite v0.2.13 |
771 | 2023-11-19T05:13:43.845Z | Downloaded diesel_table_macro_syntax v0.1.0 |
772 | 2023-11-19T05:13:43.849Z | Downloaded platforms v3.0.2 |
773 | 2023-11-19T05:13:43.854Z | Downloaded anstream v0.5.0 |
774 | 2023-11-19T05:13:43.860Z | Downloaded num-integer v0.1.45 |
775 | 2023-11-19T05:13:43.864Z | Downloaded ed25519 v2.2.2 |
776 | 2023-11-19T05:13:43.868Z | Downloaded num_enum_derive v0.5.11 |
777 | 2023-11-19T05:13:43.871Z | Downloaded pbkdf2 v0.11.0 |
778 | 2023-11-19T05:13:43.876Z | Downloaded dirs-next v2.0.0 |
779 | 2023-11-19T05:13:43.880Z | Downloaded bzip2 v0.4.4 |
780 | 2023-11-19T05:13:43.883Z | Downloaded nibble_vec v0.1.0 |
781 | 2023-11-19T05:13:43.888Z | Downloaded pretty-hex v0.2.1 |
782 | 2023-11-19T05:13:43.891Z | Downloaded dof v0.1.5 |
783 | 2023-11-19T05:13:43.894Z | Downloaded argon2 v0.5.2 |
784 | 2023-11-19T05:13:43.897Z | Downloaded rand_chacha v0.2.2 |
785 | 2023-11-19T05:13:43.900Z | Downloaded proc-macro-crate v1.3.1 |
786 | 2023-11-19T05:13:43.903Z | Downloaded digest v0.10.7 |
787 | 2023-11-19T05:13:43.906Z | Downloaded deranged v0.3.8 |
788 | 2023-11-19T05:13:43.909Z | Downloaded postcard-cobs v0.1.5-pre |
789 | 2023-11-19T05:13:43.913Z | Downloaded pkg-config v0.3.27 |
790 | 2023-11-19T05:13:43.916Z | Downloaded usdt-attr-macro v0.3.5 |
791 | 2023-11-19T05:13:43.919Z | Downloaded rustc-demangle v0.1.23 |
792 | 2023-11-19T05:13:43.922Z | Downloaded dyn-clone v1.0.13 |
793 | 2023-11-19T05:13:43.925Z | Downloaded rand_core v0.5.1 |
794 | 2023-11-19T05:13:43.928Z | Downloaded equivalent v1.0.1 |
795 | 2023-11-19T05:13:43.934Z | Downloaded mime_guess v2.0.4 |
796 | 2023-11-19T05:13:43.939Z | Downloaded pbkdf2 v0.12.2 |
797 | 2023-11-19T05:13:43.942Z | Downloaded camino v1.1.6 |
798 | 2023-11-19T05:13:43.946Z | Downloaded lalrpop-util v0.19.12 |
799 | 2023-11-19T05:13:43.949Z | Downloaded diesel_derives v2.1.1 |
800 | 2023-11-19T05:13:43.951Z | Downloaded iana-time-zone v0.1.57 |
801 | 2023-11-19T05:13:43.955Z | Downloaded poly1305 v0.8.0 |
802 | 2023-11-19T05:13:43.958Z | Downloaded form_urlencoded v1.2.0 |
803 | 2023-11-19T05:13:43.960Z | Downloaded hostname v0.3.1 |
804 | 2023-11-19T05:13:43.963Z | Downloaded home v0.5.5 |
805 | 2023-11-19T05:13:43.967Z | Downloaded password-hash v0.5.0 |
806 | 2023-11-19T05:13:43.970Z | Downloaded hubpack_derive v0.1.1 |
807 | 2023-11-19T05:13:43.973Z | Downloaded want v0.3.1 |
808 | 2023-11-19T05:13:43.976Z | Downloaded postgres-protocol v0.6.6 |
809 | 2023-11-19T05:13:43.979Z | Downloaded tinyvec_macros v0.1.1 |
810 | 2023-11-19T05:13:43.983Z | Downloaded time-core v0.1.1 |
811 | 2023-11-19T05:13:43.986Z | Downloaded zeroize v1.6.0 |
812 | 2023-11-19T05:13:43.989Z | Downloaded pkcs8 v0.10.2 |
813 | 2023-11-19T05:13:43.991Z | Downloaded matches v0.1.10 |
814 | 2023-11-19T05:13:43.995Z | Downloaded signature v2.1.0 |
815 | 2023-11-19T05:13:43.999Z | Downloaded thiserror-impl v1.0.49 |
816 | 2023-11-19T05:13:44.002Z | Downloaded usdt-impl v0.3.5 |
817 | 2023-11-19T05:13:44.005Z | Downloaded multer v2.1.0 |
818 | 2023-11-19T05:13:44.008Z | Downloaded reqwest v0.11.22 |
819 | 2023-11-19T05:13:44.011Z | Downloaded miniz_oxide v0.7.1 |
820 | 2023-11-19T05:13:44.015Z | Downloaded http-body v0.4.5 |
821 | 2023-11-19T05:13:44.017Z | Downloaded futures-channel v0.3.29 |
822 | 2023-11-19T05:13:44.022Z | Downloaded parking_lot v0.12.1 |
823 | 2023-11-19T05:13:44.025Z | Downloaded tokio-macros v2.1.0 |
824 | 2023-11-19T05:13:44.032Z | Downloaded rustc_version v0.4.0 |
825 | 2023-11-19T05:13:44.451Z | Downloaded universal-hash v0.5.1 |
826 | 2023-11-19T05:13:44.465Z | Downloaded http-range v0.1.5 |
827 | 2023-11-19T05:13:44.477Z | Downloaded take_mut v0.2.2 |
828 | 2023-11-19T05:13:44.483Z | Downloaded httpdate v1.0.3 |
829 | 2023-11-19T05:13:44.491Z | Downloaded time-macros v0.2.13 |
830 | 2023-11-19T05:13:44.497Z | Downloaded structmeta-derive v0.2.0 |
831 | 2023-11-19T05:13:44.504Z | Downloaded heck v0.4.1 |
832 | 2023-11-19T05:13:44.511Z | Downloaded bytes v1.5.0 |
833 | 2023-11-19T05:13:44.517Z | Downloaded strum_macros v0.25.2 |
834 | 2023-11-19T05:13:44.522Z | Downloaded cc v1.0.83 |
835 | 2023-11-19T05:13:44.528Z | Downloaded is-terminal v0.4.9 |
836 | 2023-11-19T05:13:44.533Z | Downloaded whoami v1.4.1 |
837 | 2023-11-19T05:13:44.543Z | Downloaded keccak v0.1.4 |
838 | 2023-11-19T05:13:44.556Z | Downloaded slog-dtrace v0.2.3 |
839 | 2023-11-19T05:13:44.569Z | Downloaded string_cache v0.8.7 |
840 | 2023-11-19T05:13:44.594Z | Downloaded smf v0.2.2 |
841 | 2023-11-19T05:13:44.641Z | Downloaded unicode-ident v1.0.12 |
842 | 2023-11-19T05:13:44.648Z | Downloaded serde_tokenstream v0.2.0 |
843 | 2023-11-19T05:13:44.656Z | Downloaded endian-type v0.1.2 |
844 | 2023-11-19T05:13:44.663Z | Downloaded md5 v0.7.0 |
845 | 2023-11-19T05:13:44.668Z | Downloaded usdt v0.3.5 |
846 | 2023-11-19T05:13:44.672Z | Downloaded ff v0.13.0 |
847 | 2023-11-19T05:13:44.678Z | Downloaded hash32 v0.2.1 |
848 | 2023-11-19T05:13:44.682Z | Downloaded slab v0.4.9 |
849 | 2023-11-19T05:13:44.685Z | Downloaded getrandom v0.1.16 |
850 | 2023-11-19T05:13:44.689Z | Downloaded foreign-types-macros v0.2.3 |
851 | 2023-11-19T05:13:44.693Z | Downloaded signal-hook-mio v0.2.3 |
852 | 2023-11-19T05:13:44.698Z | Downloaded futures-io v0.3.29 |
853 | 2023-11-19T05:13:44.703Z | Downloaded tracing-core v0.1.31 |
854 | 2023-11-19T05:13:44.707Z | Downloaded scheduled-thread-pool v0.2.7 |
855 | 2023-11-19T05:13:44.711Z | Downloaded base64 v0.21.5 |
856 | 2023-11-19T05:13:44.715Z | Downloaded strum v0.25.0 |
857 | 2023-11-19T05:13:44.719Z | Downloaded usdt-macro v0.3.5 |
858 | 2023-11-19T05:13:44.725Z | Downloaded scopeguard v1.2.0 |
859 | 2023-11-19T05:13:44.729Z | Downloaded generic-array v0.14.7 |
860 | 2023-11-19T05:13:44.733Z | Downloaded serde_spanned v0.6.4 |
861 | 2023-11-19T05:13:44.736Z | Downloaded textwrap v0.11.0 |
862 | 2023-11-19T05:13:44.756Z | Downloaded subtle v2.5.0 |
863 | 2023-11-19T05:13:44.761Z | Downloaded terminal_size v0.2.6 |
864 | 2023-11-19T05:13:44.764Z | Downloaded thread_local v1.1.7 |
865 | 2023-11-19T05:13:44.768Z | Downloaded float-cmp v0.9.0 |
866 | 2023-11-19T05:13:44.772Z | Downloaded fixedbitset v0.4.2 |
867 | 2023-11-19T05:13:44.778Z | Downloaded linked-hash-map v0.5.6 |
868 | 2023-11-19T05:13:44.781Z | Downloaded kstat-rs v0.2.3 |
869 | 2023-11-19T05:13:44.784Z | Downloaded tower-service v0.3.2 |
870 | 2023-11-19T05:13:44.788Z | Downloaded hyper-tls v0.5.0 |
871 | 2023-11-19T05:13:44.791Z | Downloaded spki v0.7.2 |
872 | 2023-11-19T05:13:44.794Z | Downloaded httparse v1.8.0 |
873 | 2023-11-19T05:13:44.798Z | Downloaded vec_map v0.8.2 |
874 | 2023-11-19T05:13:44.802Z | Downloaded ident_case v1.0.1 |
875 | 2023-11-19T05:13:44.806Z | Downloaded toml v0.7.8 |
876 | 2023-11-19T05:13:44.811Z | Downloaded structopt v0.3.26 |
877 | 2023-11-19T05:13:44.814Z | Downloaded hmac v0.12.1 |
878 | 2023-11-19T05:13:44.817Z | Downloaded serde_with_macros v2.3.3 |
879 | 2023-11-19T05:13:44.821Z | Downloaded futures-executor v0.3.29 |
880 | 2023-11-19T05:13:44.824Z | Downloaded siphasher v0.3.11 |
881 | 2023-11-19T05:13:44.830Z | Downloaded strsim v0.8.0 |
882 | 2023-11-19T05:13:44.835Z | Downloaded foreign-types v0.3.2 |
883 | 2023-11-19T05:13:44.840Z | Downloaded fallible-iterator v0.2.0 |
884 | 2023-11-19T05:13:44.844Z | Downloaded headers v0.3.9 |
885 | 2023-11-19T05:13:44.849Z | Downloaded slog-scope v4.4.0 |
886 | 2023-11-19T05:13:44.852Z | Downloaded term v0.7.0 |
887 | 2023-11-19T05:13:44.858Z | Downloaded log v0.4.20 |
888 | 2023-11-19T05:13:44.870Z | Downloaded num-bigint v0.4.4 |
889 | 2023-11-19T05:13:44.882Z | Downloaded lru-cache v0.1.2 |
890 | 2023-11-19T05:13:44.886Z | Downloaded signal-hook v0.3.17 |
891 | 2023-11-19T05:13:44.889Z | Downloaded fxhash v0.2.1 |
892 | 2023-11-19T05:13:44.893Z | Downloaded glob v0.3.1 |
893 | 2023-11-19T05:13:44.896Z | Downloaded slog-async v2.8.0 |
894 | 2023-11-19T05:13:44.899Z | Downloaded tokio-tungstenite v0.20.1 |
895 | 2023-11-19T05:13:44.902Z | Downloaded slog-envlogger v2.2.0 |
896 | 2023-11-19T05:13:44.906Z | Downloaded bit-vec v0.6.3 |
897 | 2023-11-19T05:13:44.909Z | Downloaded fastrand v2.0.0 |
898 | 2023-11-19T05:13:44.912Z | Downloaded typenum v1.16.0 |
899 | 2023-11-19T05:13:44.915Z | Downloaded rustls-native-certs v0.6.3 |
900 | 2023-11-19T05:13:44.918Z | Downloaded secrecy v0.8.0 |
901 | 2023-11-19T05:13:44.922Z | Downloaded serde_path_to_error v0.1.14 |
902 | 2023-11-19T05:13:44.926Z | Downloaded rustversion v1.0.14 |
903 | 2023-11-19T05:13:44.938Z | Downloaded socket2 v0.5.4 |
904 | 2023-11-19T05:13:44.941Z | Downloaded serde v1.0.192 |
905 | 2023-11-19T05:13:44.944Z | Downloaded rustls-pemfile v1.0.3 |
906 | 2023-11-19T05:13:44.947Z | Downloaded yasna v0.5.2 |
907 | 2023-11-19T05:13:44.953Z | Downloaded half v1.8.2 |
908 | 2023-11-19T05:13:44.961Z | Downloaded tempfile v3.8.0 |
909 | 2023-11-19T05:13:44.965Z | Downloaded toml v0.5.11 |
910 | 2023-11-19T05:13:44.968Z | Downloaded ryu v1.0.15 |
911 | 2023-11-19T05:13:44.971Z | Downloaded futures v0.3.29 |
912 | 2023-11-19T05:13:44.976Z | Downloaded stringprep v0.1.3 |
913 | 2023-11-19T05:13:44.981Z | Downloaded zip v0.6.6 |
914 | 2023-11-19T05:13:44.986Z | Downloaded io-lifetimes v1.0.11 |
915 | 2023-11-19T05:13:44.989Z | Downloaded slog v2.7.0 |
916 | 2023-11-19T05:13:44.993Z | Downloaded serde_derive_internals v0.26.0 |
917 | 2023-11-19T05:13:44.998Z | Downloaded subprocess v0.2.9 |
918 | 2023-11-19T05:13:45.001Z | Downloaded indexmap v1.9.3 |
919 | 2023-11-19T05:13:45.004Z | Downloaded russh-keys v0.38.0 |
920 | 2023-11-19T05:13:45.007Z | Downloaded similar v2.2.1 |
921 | 2023-11-19T05:13:45.013Z | Downloaded zerocopy v0.6.4 |
922 | 2023-11-19T05:13:45.019Z | Downloaded trust-dns-server v0.22.1 |
923 | 2023-11-19T05:13:45.022Z | Downloaded unicode-normalization v0.1.22 |
924 | 2023-11-19T05:13:45.027Z | Downloaded tar v0.4.40 |
925 | 2023-11-19T05:13:45.031Z | Downloaded socket2 v0.4.9 |
926 | 2023-11-19T05:13:45.040Z | Downloaded pest v2.7.2 |
927 | 2023-11-19T05:13:45.046Z | Downloaded tracing v0.1.37 |
928 | 2023-11-19T05:13:45.054Z | Downloaded toml_edit v0.19.15 |
929 | 2023-11-19T05:13:45.059Z | Downloaded elliptic-curve v0.13.5 |
930 | 2023-11-19T05:13:45.064Z | Downloaded serde_yaml v0.9.25 |
931 | 2023-11-19T05:13:45.071Z | Downloaded memchr v2.6.3 |
932 | 2023-11-19T05:13:45.075Z | Downloaded aho-corasick v1.0.4 |
933 | 2023-11-19T05:13:45.080Z | Downloaded futures-util v0.3.29 |
934 | 2023-11-19T05:13:45.085Z | Downloaded toml_edit v0.21.0 |
935 | 2023-11-19T05:13:45.091Z | Downloaded libm v0.2.7 |
936 | 2023-11-19T05:13:45.099Z | Downloaded time v0.3.27 |
937 | 2023-11-19T05:13:45.105Z | Downloaded serde_json v1.0.108 |
938 | 2023-11-19T05:13:45.117Z | Downloaded hkdf v0.12.3 |
939 | 2023-11-19T05:13:45.127Z | Downloaded h2 v0.3.21 |
940 | 2023-11-19T05:13:45.133Z | Downloaded hashbrown v0.14.2 |
941 | 2023-11-19T05:13:45.140Z | Downloaded hyper v0.14.27 |
942 | 2023-11-19T05:13:45.145Z | Downloaded winnow v0.5.15 |
943 | 2023-11-19T05:13:45.153Z | Downloaded rustls-webpki v0.101.7 |
944 | 2023-11-19T05:13:45.157Z | Downloaded smoltcp v0.9.1 |
945 | 2023-11-19T05:13:45.166Z | Downloaded syn v2.0.32 |
946 | 2023-11-19T05:13:45.171Z | Downloaded gimli v0.28.0 |
947 | 2023-11-19T05:13:45.183Z | Downloaded curve25519-dalek v4.1.0 |
948 | 2023-11-19T05:13:45.191Z | Downloaded rustix v0.37.23 |
949 | 2023-11-19T05:13:45.196Z | Downloaded smoltcp v0.8.2 |
950 | 2023-11-19T05:13:45.201Z | Downloaded regex-syntax v0.7.5 |
951 | 2023-11-19T05:13:45.210Z | Downloaded webpki-roots v0.25.2 |
952 | 2023-11-19T05:13:45.220Z | Downloaded rustls v0.21.8 |
953 | 2023-11-19T05:13:45.228Z | Downloaded regex-syntax v0.8.2 |
954 | 2023-11-19T05:13:45.236Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
955 | 2023-11-19T05:13:45.245Z | Downloaded libc v0.2.150 |
956 | 2023-11-19T05:13:45.250Z | Downloaded rustix v0.38.9 |
957 | 2023-11-19T05:13:45.257Z | Downloaded openapiv3 v2.0.0-rc.1 |
958 | 2023-11-19T05:13:45.266Z | Downloaded bstr v0.2.17 |
959 | 2023-11-19T05:13:45.274Z | Downloaded sled v0.34.7 |
960 | 2023-11-19T05:13:45.282Z | Downloaded zerocopy-derive v0.6.4 |
961 | 2023-11-19T05:13:45.289Z | Downloaded zerocopy-derive v0.2.0 |
962 | 2023-11-19T05:13:45.294Z | Downloaded regex-automata v0.3.8 |
963 | 2023-11-19T05:13:45.305Z | Downloaded encoding_rs v0.8.33 |
964 | 2023-11-19T05:13:45.312Z | Downloaded tokio v1.33.0 |
965 | 2023-11-19T05:13:45.321Z | Downloaded regex-automata v0.4.3 |
966 | 2023-11-19T05:13:45.329Z | Downloaded sha3 v0.10.8 |
967 | 2023-11-19T05:13:45.338Z | Downloaded bstr v1.6.0 |
968 | 2023-11-19T05:13:45.343Z | Downloaded trust-dns-proto v0.22.0 |
969 | 2023-11-19T05:13:45.351Z | Downloaded winapi v0.3.9 |
970 | 2023-11-19T05:13:45.360Z | Downloaded idna v0.4.0 |
971 | 2023-11-19T05:13:45.369Z | Downloaded regress v0.7.1 |
972 | 2023-11-19T05:13:45.376Z | Downloaded syn v1.0.109 |
973 | 2023-11-19T05:13:45.383Z | Downloaded idna v0.2.3 |
974 | 2023-11-19T05:13:45.391Z | Downloaded openssl v0.10.57 |
975 | 2023-11-19T05:13:45.401Z | Downloaded radix_trie v0.2.1 |
976 | 2023-11-19T05:13:45.407Z | Downloaded object v0.32.1 |
977 | 2023-11-19T05:13:45.416Z | Downloaded regex v1.10.2 |
978 | 2023-11-19T05:13:45.424Z | Downloaded ring v0.16.20 |
979 | 2023-11-19T05:13:45.581Z | Downloaded vcpkg v0.2.15 |
980 | 2023-11-19T05:13:46.057Z | Downloaded diesel v2.1.3 |
981 | 2023-11-19T05:13:46.070Z | Downloaded chrono v0.4.31 |
982 | 2023-11-19T05:13:46.078Z | Downloaded ring v0.17.5 |
983 | 2023-11-19T05:13:46.081Z | Downloaded itertools v0.11.0 |
984 | 2023-11-19T05:13:46.086Z | Downloaded serde_with v2.3.3 |
985 | 2023-11-19T05:13:46.089Z | Downloaded itertools v0.10.5 |
986 | 2023-11-19T05:13:46.092Z | Downloaded clap v2.34.0 |
987 | 2023-11-19T05:13:46.095Z | Downloaded clap_builder v4.4.2 |
988 | 2023-11-19T05:13:46.098Z | Downloaded ed25519-dalek v2.0.0 |
989 | 2023-11-19T05:13:46.101Z | Downloaded hashbrown v0.12.3 |
990 | 2023-11-19T05:13:46.104Z | Downloaded hashbrown v0.13.2 |
991 | 2023-11-19T05:13:46.107Z | Downloaded aes-gcm v0.10.3 |
992 | 2023-11-19T05:13:46.110Z | Downloaded tokio-util v0.7.10 |
993 | 2023-11-19T05:13:46.113Z | Downloaded regex-automata v0.1.10 |
994 | 2023-11-19T05:13:46.117Z | Downloaded url v2.4.1 |
995 | 2023-11-19T05:13:46.120Z | Downloaded http v0.2.11 |
996 | 2023-11-19T05:13:46.123Z | Downloaded sct v0.7.0 |
997 | 2023-11-19T05:13:46.126Z | Downloaded uuid v1.5.0 |
998 | 2023-11-19T05:13:46.130Z | Downloaded unicode-segmentation v1.10.1 |
999 | 2023-11-19T05:13:46.134Z | Downloaded aes v0.8.3 |
1000 | 2023-11-19T05:13:46.137Z | Downloaded tokio-postgres v0.7.10 |
1001 | 2023-11-19T05:13:46.140Z | Downloaded trust-dns-resolver v0.22.0 |
1002 | 2023-11-19T05:13:46.144Z | Downloaded trust-dns-client v0.22.0 |
1003 | 2023-11-19T05:13:46.147Z | Downloaded openssl-sys v0.9.93 |
1004 | 2023-11-19T05:13:46.150Z | Downloaded crossterm v0.27.0 |
1005 | 2023-11-19T05:13:46.153Z | Downloaded unsafe-libyaml v0.2.9 |
1006 | 2023-11-19T05:13:46.156Z | Downloaded serde_repr v0.1.16 |
1007 | 2023-11-19T05:13:46.159Z | Downloaded libefi-sys v0.1.0 |
1008 | 2023-11-19T05:13:46.161Z | Downloaded sha1 v0.10.6 |
1009 | 2023-11-19T05:13:46.164Z | Downloaded zone v0.3.0 |
1010 | 2023-11-19T05:13:46.167Z | Downloaded serde_derive v1.0.192 |
1011 | 2023-11-19T05:13:46.170Z | Downloaded unicode-bidi v0.3.13 |
1012 | 2023-11-19T05:13:46.172Z | Downloaded tokio-stream v0.1.14 |
1013 | 2023-11-19T05:13:46.176Z | Downloaded spin v0.9.8 |
1014 | 2023-11-19T05:13:46.179Z | Downloaded getrandom v0.2.10 |
1015 | 2023-11-19T05:13:46.182Z | Downloaded hubpack v0.1.2 |
1016 | 2023-11-19T05:13:46.185Z | Downloaded thiserror-impl-no-std v2.0.2 |
1017 | 2023-11-19T05:13:46.188Z | Downloaded toml v0.8.8 |
1018 | 2023-11-19T05:13:46.191Z | Downloaded indexmap v2.1.0 |
1019 | 2023-11-19T05:13:46.194Z | Downloaded mio v0.8.8 |
1020 | 2023-11-19T05:13:46.197Z | Downloaded strsim v0.10.0 |
1021 | 2023-11-19T05:13:46.200Z | Downloaded static_assertions v1.1.0 |
1022 | 2023-11-19T05:13:46.203Z | Downloaded heck v0.3.3 |
1023 | 2023-11-19T05:13:46.206Z | Downloaded slog-stdlog v4.1.1 |
1024 | 2023-11-19T05:13:46.209Z | Downloaded version_check v0.9.4 |
1025 | 2023-11-19T05:13:46.212Z | Downloaded smallvec v1.11.0 |
1026 | 2023-11-19T05:13:46.215Z | Downloaded unicase v2.7.0 |
1027 | 2023-11-19T05:13:46.219Z | Downloaded lock_api v0.4.10 |
1028 | 2023-11-19T05:13:46.221Z | Downloaded heapless v0.7.16 |
1029 | 2023-11-19T05:13:46.224Z | Downloaded slog-json v2.6.1 |
1030 | 2023-11-19T05:13:46.227Z | Downloaded futures-task v0.3.29 |
1031 | 2023-11-19T05:13:46.230Z | Downloaded futures-sink v0.3.29 |
1032 | 2023-11-19T05:13:46.233Z | Downloaded ghash v0.5.0 |
1033 | 2023-11-19T05:13:46.236Z | Downloaded ucd-trie v0.1.6 |
1034 | 2023-11-19T05:13:46.239Z | Downloaded flate2 v1.0.28 |
1035 | 2023-11-19T05:13:46.245Z | Downloaded hex v0.4.3 |
1036 | 2023-11-19T05:13:46.248Z | Downloaded slog-term v2.9.0 |
1037 | 2023-11-19T05:13:46.251Z | Downloaded russh v0.39.0 |
1038 | 2023-11-19T05:13:46.254Z | Downloaded serde_tokenstream v0.1.7 |
1039 | 2023-11-19T05:13:46.256Z | Downloaded itoa v1.0.9 |
1040 | 2023-11-19T05:13:46.259Z | Downloaded semver v1.0.20 |
1041 | 2023-11-19T05:13:46.265Z | Downloaded tinyvec v1.6.0 |
1042 | 2023-11-19T05:13:46.268Z | Downloaded vsss-rs v3.3.1 |
1043 | 2023-11-19T05:13:46.271Z | Downloaded hyper-rustls v0.24.2 |
1044 | 2023-11-19T05:13:46.274Z | Downloaded zerocopy v0.3.0 |
1045 | 2023-11-19T05:13:46.277Z | Downloaded structmeta v0.2.0 |
1046 | 2023-11-19T05:13:46.280Z | Downloaded getopts v0.2.21 |
1047 | 2023-11-19T05:13:46.282Z | Downloaded schemars v0.8.13 |
1048 | 2023-11-19T05:13:46.286Z | Downloaded filetime v0.2.22 |
1049 | 2023-11-19T05:13:46.288Z | Downloaded parking_lot v0.11.2 |
1050 | 2023-11-19T05:13:46.291Z | Downloaded same-file v1.0.6 |
1051 | 2023-11-19T05:13:46.294Z | Downloaded crossbeam-channel v0.5.8 |
1052 | 2023-11-19T05:13:46.298Z | Downloaded synstructure v0.12.6 |
1053 | 2023-11-19T05:13:46.301Z | Downloaded unicode-width v0.1.11 |
1054 | 2023-11-19T05:13:46.304Z | Downloaded enum-as-inner v0.5.1 |
1055 | 2023-11-19T05:13:46.307Z | Downloaded zeroize_derive v1.4.2 |
1056 | 2023-11-19T05:13:46.310Z | Downloaded spin v0.5.2 |
1057 | 2023-11-19T05:13:46.318Z | Downloaded instant v0.1.12 |
1058 | 2023-11-19T05:13:46.321Z | Downloaded mime v0.3.17 |
1059 | 2023-11-19T05:13:46.325Z | Downloaded rustfmt-wrapper v0.2.0 |
1060 | 2023-11-19T05:13:46.328Z | Downloaded tokio-rustls v0.24.1 |
1061 | 2023-11-19T05:13:46.331Z | Downloaded backtrace v0.3.69 |
1062 | 2023-11-19T05:13:46.333Z | Downloaded der v0.7.8 |
1063 | 2023-11-19T05:13:46.336Z | Downloaded unicode-xid v0.2.4 |
1064 | 2023-11-19T05:13:46.339Z | Downloaded slog-bunyan v2.4.0 |
1065 | 2023-11-19T05:13:46.342Z | Downloaded hyper-staticfile v0.9.5 |
1066 | 2023-11-19T05:13:46.345Z | Downloaded memoffset v0.9.0 |
1067 | 2023-11-19T05:13:46.348Z | Downloaded md-5 v0.10.5 |
1068 | 2023-11-19T05:13:46.351Z | Downloaded managed v0.8.0 |
1069 | 2023-11-19T05:13:46.354Z | Downloaded macaddr v1.0.1 |
1070 | 2023-11-19T05:13:46.357Z | Downloaded hex-literal v0.4.1 |
1071 | 2023-11-19T05:13:46.360Z | Downloaded stable_deref_trait v1.2.0 |
1072 | 2023-11-19T05:13:46.363Z | Downloaded futures-macro v0.3.29 |
1073 | 2023-11-19T05:13:46.367Z | Downloaded match_cfg v0.1.0 |
1074 | 2023-11-19T05:13:46.370Z | Downloaded utf-8 v0.7.6 |
1075 | 2023-11-19T05:13:46.373Z | Downloaded group v0.13.0 |
1076 | 2023-11-19T05:13:46.376Z | Downloaded tungstenite v0.20.1 |
1077 | 2023-11-19T05:13:46.379Z | Downloaded structopt-derive v0.4.18 |
1078 | 2023-11-19T05:13:46.382Z | Downloaded sha2 v0.10.8 |
1079 | 2023-11-19T05:13:46.385Z | Downloaded proc-macro2 v1.0.69 |
1080 | 2023-11-19T05:13:46.389Z | Downloaded fnv v1.0.7 |
1081 | 2023-11-19T05:13:46.392Z | Downloaded tokio-native-tls v0.3.1 |
1082 | 2023-11-19T05:13:46.395Z | Downloaded chacha20poly1305 v0.10.1 |
1083 | 2023-11-19T05:13:46.398Z | Downloaded base64 v0.13.1 |
1084 | 2023-11-19T05:13:46.402Z | Downloaded arc-swap v1.6.0 |
1085 | 2023-11-19T05:13:46.404Z | Downloaded rcgen v0.11.3 |
1086 | 2023-11-19T05:13:46.408Z | Downloaded ipnet v2.8.0 |
1087 | 2023-11-19T05:13:46.411Z | Downloaded semver v0.11.0 |
1088 | 2023-11-19T05:13:46.414Z | Downloaded blake2 v0.10.6 |
1089 | 2023-11-19T05:13:46.417Z | Downloaded rand_chacha v0.3.1 |
1090 | 2023-11-19T05:13:46.420Z | Downloaded quote v1.0.33 |
1091 | 2023-11-19T05:13:46.423Z | Downloaded clap v4.4.3 |
1092 | 2023-11-19T05:13:46.426Z | Downloaded anyhow v1.0.75 |
1093 | 2023-11-19T05:13:46.429Z | Downloaded semver-parser v0.10.2 |
1094 | 2023-11-19T05:13:46.432Z | Downloaded thiserror v1.0.49 |
1095 | 2023-11-19T05:13:46.437Z | Downloaded schemars_derive v0.8.13 |
1096 | 2023-11-19T05:13:46.439Z | Downloaded parking_lot_core v0.8.6 |
1097 | 2023-11-19T05:13:46.443Z | Downloaded once_cell v1.18.0 |
1098 | 2023-11-19T05:13:46.446Z | Downloaded derive_more v0.99.17 |
1099 | 2023-11-19T05:13:46.449Z | Downloaded tracing-attributes v0.1.26 |
1100 | 2023-11-19T05:13:46.452Z | Downloaded signal-hook-registry v1.4.1 |
1101 | 2023-11-19T05:13:46.456Z | Downloaded foreign-types v0.5.0 |
1102 | 2023-11-19T05:13:46.460Z | Downloaded cancel-safe-futures v0.1.5 |
1103 | 2023-11-19T05:13:46.469Z | Downloaded bitflags v2.4.0 |
1104 | 2023-11-19T05:13:46.478Z | Downloaded lazy_static v1.4.0 |
1105 | 2023-11-19T05:13:46.488Z | Downloaded thread-id v4.2.0 |
1106 | 2023-11-19T05:13:46.526Z | Downloaded thiserror-no-std v2.0.2 |
1107 | 2023-11-19T05:13:46.530Z | Downloaded zone_cfg_derive v0.3.0 |
1108 | 2023-11-19T05:13:46.536Z | Downloaded ipnetwork v0.20.0 |
1109 | 2023-11-19T05:13:46.541Z | Downloaded inout v0.1.3 |
1110 | 2023-11-19T05:13:46.548Z | Downloaded errno v0.3.2 |
1111 | 2023-11-19T05:13:46.556Z | Downloaded serde_urlencoded v0.7.1 |
1112 | 2023-11-19T05:13:46.567Z | Downloaded percent-encoding v2.3.0 |
1113 | 2023-11-19T05:13:46.571Z | Downloaded crossbeam-utils v0.8.16 |
1114 | 2023-11-19T05:13:46.577Z | Downloaded pest_meta v2.7.2 |
1115 | 2023-11-19T05:13:46.587Z | Downloaded async-trait v0.1.74 |
1116 | 2023-11-19T05:13:46.592Z | Downloaded omicron-zone-package v0.9.1 |
1117 | 2023-11-19T05:13:46.597Z | Downloaded num-traits v0.2.16 |
1118 | 2023-11-19T05:13:46.603Z | Downloaded either v1.9.0 |
1119 | 2023-11-19T05:13:46.607Z | Downloaded utf8parse v0.2.1 |
1120 | 2023-11-19T05:13:46.614Z | Downloaded darling_core v0.20.3 |
1121 | 2023-11-19T05:13:46.619Z | Downloaded ahash v0.8.3 |
1122 | 2023-11-19T05:13:46.627Z | Downloaded native-tls v0.2.11 |
1123 | 2023-11-19T05:13:46.635Z | Downloaded num-complex v0.4.4 |
1124 | 2023-11-19T05:13:46.640Z | Downloaded bit-set v0.5.3 |
1125 | 2023-11-19T05:13:46.646Z | Downloaded postcard v0.7.3 |
1126 | 2023-11-19T05:13:46.651Z | Downloaded futures-core v0.3.29 |
1127 | 2023-11-19T05:13:46.655Z | Downloaded untrusted v0.9.0 |
1128 | 2023-11-19T05:13:46.661Z | Downloaded ciborium v0.2.1 |
1129 | 2023-11-19T05:13:46.668Z | Downloaded anstyle-parse v0.2.1 |
1130 | 2023-11-19T05:13:46.673Z | Downloaded xattr v1.0.1 |
1131 | 2023-11-19T05:13:46.679Z | Downloaded walkdir v2.4.0 |
1132 | 2023-11-19T05:13:46.687Z | Downloaded phf v0.11.2 |
1133 | 2023-11-19T05:13:46.692Z | Downloaded toml_datetime v0.6.5 |
1134 | 2023-11-19T05:13:46.699Z | Downloaded resolv-conf v0.7.0 |
1135 | 2023-11-19T05:13:46.703Z | Downloaded proc-macro-error v1.0.4 |
1136 | 2023-11-19T05:13:46.708Z | Downloaded foreign-types-shared v0.3.1 |
1137 | 2023-11-19T05:13:46.715Z | Downloaded foreign-types-shared v0.1.1 |
1138 | 2023-11-19T05:13:46.720Z | Downloaded blowfish v0.9.1 |
1139 | 2023-11-19T05:13:46.725Z | Downloaded base64ct v1.6.0 |
1140 | 2023-11-19T05:13:46.733Z | Downloaded r2d2 v0.8.10 |
1141 | 2023-11-19T05:13:46.737Z | Downloaded num-rational v0.4.1 |
1142 | 2023-11-19T05:13:46.740Z | Downloaded crossbeam-epoch v0.9.15 |
1143 | 2023-11-19T05:13:46.744Z | Downloaded const-oid v0.9.5 |
1144 | 2023-11-19T05:13:46.748Z | Downloaded quick-error v1.2.3 |
1145 | 2023-11-19T05:13:46.754Z | Downloaded addr2line v0.21.0 |
1146 | 2023-11-19T05:13:46.758Z | Downloaded ansi_term v0.12.1 |
1147 | 2023-11-19T05:13:46.762Z | Downloaded rand v0.7.3 |
1148 | 2023-11-19T05:13:46.766Z | Downloaded byteorder v1.5.0 |
1149 | 2023-11-19T05:13:46.770Z | Downloaded password-hash v0.4.2 |
1150 | 2023-11-19T05:13:46.774Z | Downloaded num v0.4.1 |
1151 | 2023-11-19T05:13:46.778Z | Downloaded block-buffer v0.10.4 |
1152 | 2023-11-19T05:13:46.782Z | Downloaded num-iter v0.1.43 |
1153 | 2023-11-19T05:13:46.786Z | Downloaded bitflags v1.3.2 |
1154 | 2023-11-19T05:13:46.789Z | Downloaded block-padding v0.3.3 |
1155 | 2023-11-19T05:13:46.793Z | Downloaded num_enum v0.5.11 |
1156 | 2023-11-19T05:13:46.797Z | Downloaded headers-core v0.2.0 |
1157 | 2023-11-19T05:13:46.802Z | Downloaded try-lock v0.2.4 |
1158 | 2023-11-19T05:13:46.805Z | Downloaded dirs v5.0.1 |
1159 | 2023-11-19T05:13:46.809Z | Downloaded difflib v0.4.0 |
1160 | 2023-11-19T05:13:46.813Z | Downloaded data-encoding v2.4.0 |
1161 | 2023-11-19T05:13:46.817Z | Downloaded cfg-if v0.1.10 |
1162 | 2023-11-19T05:13:46.821Z | Downloaded cbc v0.1.2 |
1163 | 2023-11-19T05:13:46.824Z | Downloaded camino-tempfile v1.0.2 |
1164 | 2023-11-19T05:13:46.828Z | Downloaded atomic-waker v1.1.1 |
1165 | 2023-11-19T05:13:46.834Z | Downloaded russh-cryptovec v0.7.0 |
1166 | 2023-11-19T05:13:46.837Z | Downloaded precomputed-hash v0.1.1 |
1167 | 2023-11-19T05:13:46.843Z | Downloaded dtrace-parser v0.1.14 |
1168 | 2023-11-19T05:13:46.847Z | Downloaded openssl-macros v0.1.1 |
1169 | 2023-11-19T05:13:46.852Z | Downloaded async-stream v0.3.5 |
1170 | 2023-11-19T05:13:46.856Z | Downloaded waitgroup v0.1.2 |
1171 | 2023-11-19T05:13:46.859Z | Downloaded untrusted v0.7.1 |
1172 | 2023-11-19T05:13:46.863Z | Downloaded toolchain_find v0.2.0 |
1173 | 2023-11-19T05:13:46.867Z | Downloaded parking_lot_core v0.9.8 |
1174 | 2023-11-19T05:13:46.872Z | Downloaded crc32fast v1.3.2 |
1175 | 2023-11-19T05:13:46.876Z | Downloaded num_threads v0.1.6 |
1176 | 2023-11-19T05:13:46.880Z | Downloaded anstyle-query v1.0.0 |
1177 | 2023-11-19T05:13:46.884Z | Downloaded darling v0.20.3 |
1178 | 2023-11-19T05:13:46.889Z | Downloaded cpufeatures v0.2.9 |
1179 | 2023-11-19T05:13:46.893Z | Downloaded debug-ignore v1.0.5 |
1180 | 2023-11-19T05:13:46.897Z | Downloaded crypto-common v0.1.6 |
1181 | 2023-11-19T05:13:46.902Z | Downloaded chacha20 v0.9.1 |
1182 | 2023-11-19T05:13:46.908Z | Downloaded autocfg v1.1.0 |
1183 | 2023-11-19T05:13:46.912Z | Downloaded anstyle v1.0.2 |
1184 | 2023-11-19T05:13:46.916Z | Downloaded openssl-probe v0.1.5 |
1185 | 2023-11-19T05:13:46.920Z | Downloaded pin-utils v0.1.0 |
1186 | 2023-11-19T05:13:46.923Z | Downloaded darling_macro v0.20.3 |
1187 | 2023-11-19T05:13:46.929Z | Downloaded pem v1.1.1 |
1188 | 2023-11-19T05:13:46.933Z | Downloaded parse-display-derive v0.8.2 |
1189 | 2023-11-19T05:13:46.938Z | Downloaded num-derive v0.4.0 |
1190 | 2023-11-19T05:13:46.946Z | Downloaded pest_generator v2.7.2 |
1191 | 2023-11-19T05:13:46.950Z | Downloaded num_cpus v1.16.0 |
1192 | 2023-11-19T05:13:46.954Z | Downloaded predicates v3.0.4 |
1193 | 2023-11-19T05:13:46.958Z | Downloaded new_debug_unreachable v1.0.4 |
1194 | 2023-11-19T05:13:46.962Z | Downloaded atomicwrites v0.4.2 |
1195 | 2023-11-19T05:13:46.966Z | Downloaded rand v0.8.5 |
1196 | 2023-11-19T05:13:46.970Z | Downloaded console v0.15.7 |
1197 | 2023-11-19T05:13:46.974Z | Downloaded postgres-types v0.2.6 |
1198 | 2023-11-19T05:13:46.979Z | Downloaded pest_derive v2.7.2 |
1199 | 2023-11-19T05:13:46.983Z | Downloaded convert_case v0.4.0 |
1200 | 2023-11-19T05:13:46.988Z | Downloaded atty v0.2.14 |
1201 | 2023-11-19T05:13:46.992Z | Downloaded rand_core v0.6.4 |
1202 | 2023-11-19T05:13:46.996Z | Downloaded colored v2.0.4 |
1203 | 2023-11-19T05:13:46.999Z | Downloaded clap_lex v0.5.1 |
1204 | 2023-11-19T05:13:47.003Z | Downloaded ciborium-ll v0.2.1 |
1205 | 2023-11-19T05:13:47.010Z | Downloaded cfg-if v1.0.0 |
1206 | 2023-11-19T05:13:47.015Z | Downloaded normalize-line-endings v0.3.0 |
1207 | 2023-11-19T05:13:47.019Z | Downloaded async-stream-impl v0.3.5 |
1208 | 2023-11-19T05:13:47.023Z | Downloaded bcrypt-pbkdf v0.10.0 |
1209 | 2023-11-19T05:13:47.027Z | Downloaded adler v1.0.2 |
1210 | 2023-11-19T05:13:47.040Z | Compiling proc-macro2 v1.0.69 |
1211 | 2023-11-19T05:13:47.044Z | Compiling unicode-ident v1.0.12 |
1212 | 2023-11-19T05:13:47.048Z | Compiling libc v0.2.150 |
1213 | 2023-11-19T05:13:47.052Z | Compiling serde v1.0.192 |
1214 | 2023-11-19T05:13:47.056Z | Compiling autocfg v1.1.0 |
1215 | 2023-11-19T05:13:47.062Z | Compiling version_check v0.9.4 |
1216 | 2023-11-19T05:13:47.067Z | Compiling cfg-if v1.0.0 |
1217 | 2023-11-19T05:13:47.251Z | Compiling syn v1.0.109 |
1218 | 2023-11-19T05:13:47.255Z | Compiling typenum v1.16.0 |
1219 | 2023-11-19T05:13:47.988Z | Compiling generic-array v0.14.7 |
1220 | 2023-11-19T05:13:48.056Z | Compiling lock_api v0.4.10 |
1221 | 2023-11-19T05:13:48.773Z | Compiling once_cell v1.18.0 |
1222 | 2023-11-19T05:13:48.860Z | Compiling parking_lot_core v0.9.8 |
1223 | 2023-11-19T05:13:48.891Z | Compiling libm v0.2.7 |
1224 | 2023-11-19T05:13:48.936Z | Compiling thiserror v1.0.49 |
1225 | 2023-11-19T05:13:49.195Z | Compiling num-traits v0.2.16 |
1226 | 2023-11-19T05:13:49.334Z | Compiling futures-core v0.3.29 |
1227 | 2023-11-19T05:13:49.406Z | Compiling itoa v1.0.9 |
1228 | 2023-11-19T05:13:49.506Z | Compiling memchr v2.6.3 |
1229 | 2023-11-19T05:13:49.727Z | Compiling serde_json v1.0.108 |
1230 | 2023-11-19T05:13:49.841Z | Compiling log v0.4.20 |
1231 | 2023-11-19T05:13:49.979Z | Compiling slab v0.4.9 |
1232 | 2023-11-19T05:13:50.395Z | Compiling quote v1.0.33 |
1233 | 2023-11-19T05:13:50.513Z | Compiling futures-task v0.3.29 |
1234 | 2023-11-19T05:13:50.736Z | Compiling futures-channel v0.3.29 |
1235 | 2023-11-19T05:13:51.085Z | Compiling syn v2.0.32 |
1236 | 2023-11-19T05:13:51.214Z | Compiling getrandom v0.2.10 |
1237 | 2023-11-19T05:13:51.620Z | Compiling cc v1.0.83 |
1238 | 2023-11-19T05:13:51.787Z | Compiling rand_core v0.6.4 |
1239 | 2023-11-19T05:13:51.883Z | Compiling futures-util v0.3.29 |
1240 | 2023-11-19T05:13:51.913Z | Compiling scopeguard v1.2.0 |
1241 | 2023-11-19T05:13:52.407Z | Compiling smallvec v1.11.0 |
1242 | 2023-11-19T05:13:52.892Z | Compiling ryu v1.0.15 |
1243 | 2023-11-19T05:13:53.135Z | Compiling pin-project-lite v0.2.13 |
1244 | 2023-11-19T05:13:53.303Z | Compiling heck v0.4.1 |
1245 | 2023-11-19T05:13:53.502Z | Compiling signal-hook-registry v1.4.1 |
1246 | 2023-11-19T05:13:54.301Z | Compiling parking_lot v0.12.1 |
1247 | 2023-11-19T05:13:54.444Z | Compiling schemars v0.8.13 |
1248 | 2023-11-19T05:13:54.835Z | Compiling pkg-config v0.3.27 |
1249 | 2023-11-19T05:13:54.997Z | Compiling mio v0.8.8 |
1250 | 2023-11-19T05:13:55.502Z | Compiling hashbrown v0.14.2 |
1251 | 2023-11-19T05:13:55.806Z | Compiling subtle v2.5.0 |
1252 | 2023-11-19T05:13:55.992Z | Compiling equivalent v1.0.1 |
1253 | 2023-11-19T05:13:56.161Z | Compiling socket2 v0.5.4 |
1254 | 2023-11-19T05:13:56.229Z | Compiling num_cpus v1.16.0 |
1255 | 2023-11-19T05:13:56.582Z | Compiling spin v0.5.2 |
1256 | 2023-11-19T05:13:56.757Z | Compiling httparse v1.8.0 |
1257 | 2023-11-19T05:13:56.941Z | Compiling fnv v1.0.7 |
1258 | 2023-11-19T05:13:56.991Z | Compiling byteorder v1.5.0 |
1259 | 2023-11-19T05:13:57.104Z | Compiling iana-time-zone v0.1.57 |
1260 | 2023-11-19T05:13:57.339Z | Compiling ring v0.16.20 |
1261 | 2023-11-19T05:13:57.515Z | Compiling indexmap v1.9.3 |
1262 | 2023-11-19T05:13:57.538Z | Compiling futures-sink v0.3.29 |
1263 | 2023-11-19T05:13:57.709Z | Compiling ring v0.17.5 |
1264 | 2023-11-19T05:13:57.728Z | Compiling vcpkg v0.2.15 |
1265 | 2023-11-19T05:13:58.230Z | Compiling futures-io v0.3.29 |
1266 | 2023-11-19T05:13:58.390Z | Compiling pin-utils v0.1.0 |
1267 | 2023-11-19T05:13:58.415Z | Compiling semver v1.0.20 |
1268 | 2023-11-19T05:13:58.509Z | Compiling dyn-clone v1.0.13 |
1269 | 2023-11-19T05:13:58.664Z | Compiling tracing-core v0.1.31 |
1270 | 2023-11-19T05:13:58.822Z | Compiling ahash v0.8.3 |
1271 | 2023-11-19T05:13:59.137Z | Compiling const-oid v0.9.5 |
1272 | 2023-11-19T05:13:59.295Z | Compiling tinyvec_macros v0.1.1 |
1273 | 2023-11-19T05:13:59.416Z | Compiling async-trait v0.1.74 |
1274 | 2023-11-19T05:14:00.162Z | Compiling tinyvec v1.6.0 |
1275 | 2023-11-19T05:14:00.303Z | Compiling openssl-sys v0.9.93 |
1276 | 2023-11-19T05:14:00.925Z | Compiling rustls v0.21.8 |
1277 | 2023-11-19T05:14:01.292Z | Compiling openssl v0.10.57 |
1278 | 2023-11-19T05:14:01.622Z | Compiling ucd-trie v0.1.6 |
1279 | 2023-11-19T05:14:01.874Z | Compiling time-core v0.1.1 |
1280 | 2023-11-19T05:14:02.082Z | Compiling unicode-bidi v0.3.13 |
1281 | 2023-11-19T05:14:02.122Z | Compiling winnow v0.5.15 |
1282 | 2023-11-19T05:14:02.467Z | Compiling unicode-normalization v0.1.22 |
1283 | 2023-11-19T05:14:02.617Z | Compiling time-macros v0.2.13 |
1284 | 2023-11-19T05:14:04.292Z | Compiling serde_derive_internals v0.26.0 |
1285 | 2023-11-19T05:14:04.355Z | Compiling native-tls v0.2.11 |
1286 | 2023-11-19T05:14:04.622Z | Compiling cpufeatures v0.2.9 |
1287 | 2023-11-19T05:14:04.897Z | Compiling aho-corasick v1.0.4 |
1288 | 2023-11-19T05:14:05.461Z | Compiling slog v2.7.0 |
1289 | 2023-11-19T05:14:06.150Z | Compiling rustix v0.38.9 |
1290 | 2023-11-19T05:14:06.380Z | Compiling regex-syntax v0.8.2 |
1291 | 2023-11-19T05:14:07.054Z | Compiling percent-encoding v2.3.0 |
1292 | 2023-11-19T05:14:07.712Z | Compiling backtrace v0.3.69 |
1293 | 2023-11-19T05:14:07.764Z | Compiling form_urlencoded v1.2.0 |
1294 | 2023-11-19T05:14:08.210Z | Compiling lazy_static v1.4.0 |
1295 | 2023-11-19T05:14:08.232Z | Compiling spin v0.9.8 |
1296 | 2023-11-19T05:14:08.334Z | Compiling ppv-lite86 v0.2.17 |
1297 | 2023-11-19T05:14:08.364Z | Compiling base64 v0.21.5 |
1298 | 2023-11-19T05:14:08.796Z | Compiling hashbrown v0.13.2 |
1299 | 2023-11-19T05:14:08.850Z | Compiling anyhow v1.0.75 |
1300 | 2023-11-19T05:14:09.558Z | Compiling unicode-width v0.1.11 |
1301 | 2023-11-19T05:14:09.603Z | Compiling idna v0.4.0 |
1302 | 2023-11-19T05:14:09.872Z | Compiling errno v0.3.2 |
1303 | 2023-11-19T05:14:10.157Z | Compiling rand_chacha v0.3.1 |
1304 | 2023-11-19T05:14:10.632Z | Compiling socket2 v0.4.9 |
1305 | 2023-11-19T05:14:10.956Z | Compiling untrusted v0.7.1 |
1306 | 2023-11-19T05:14:11.247Z | Compiling url v2.4.1 |
1307 | 2023-11-19T05:14:11.975Z | Compiling hashbrown v0.12.3 |
1308 | 2023-11-19T05:14:12.381Z | Compiling rand v0.8.5 |
1309 | 2023-11-19T05:14:12.507Z | Compiling regex-automata v0.4.3 |
1310 | 2023-11-19T05:14:14.504Z | Compiling num-integer v0.1.45 |
1311 | 2023-11-19T05:14:14.943Z | Compiling try-lock v0.2.4 |
1312 | 2023-11-19T05:14:15.069Z | Compiling httpdate v1.0.3 |
1313 | 2023-11-19T05:14:15.133Z | Compiling untrusted v0.9.0 |
1314 | 2023-11-19T05:14:15.229Z | Compiling adler v1.0.2 |
1315 | 2023-11-19T05:14:15.563Z | Compiling miniz_oxide v0.7.1 |
1316 | 2023-11-19T05:14:15.644Z | Compiling serde_derive v1.0.192 |
1317 | 2023-11-19T05:14:15.764Z | Compiling zeroize_derive v1.4.2 |
1318 | 2023-11-19T05:14:16.807Z | Compiling thiserror-impl v1.0.49 |
1319 | 2023-11-19T05:14:18.113Z | Compiling tokio-macros v2.1.0 |
1320 | 2023-11-19T05:14:18.117Z | Compiling futures-macro v0.3.29 |
1321 | 2023-11-19T05:14:18.373Z | Compiling tracing-attributes v0.1.26 |
1322 | 2023-11-19T05:14:18.415Z | Compiling zeroize v1.6.0 |
1323 | 2023-11-19T05:14:20.563Z | Compiling schemars_derive v0.8.13 |
1324 | 2023-11-19T05:14:21.036Z | Compiling pest v2.7.2 |
1325 | 2023-11-19T05:14:21.231Z | Compiling crypto-common v0.1.6 |
1326 | 2023-11-19T05:14:21.512Z | Compiling block-buffer v0.10.4 |
1327 | 2023-11-19T05:14:21.852Z | Compiling digest v0.10.7 |
1328 | 2023-11-19T05:14:22.015Z | Compiling openssl-macros v0.1.1 |
1329 | 2023-11-19T05:14:23.136Z | Compiling regex v1.10.2 |
1330 | 2023-11-19T05:14:23.836Z | Compiling tracing v0.1.37 |
1331 | 2023-11-19T05:14:24.627Z | Compiling want v0.3.1 |
1332 | 2023-11-19T05:14:25.032Z | Compiling tower-service v0.3.2 |
1333 | 2023-11-19T05:14:25.138Z | Compiling openssl-probe v0.1.5 |
1334 | 2023-11-19T05:14:25.258Z | Compiling unicode-xid v0.2.4 |
1335 | 2023-11-19T05:14:25.686Z | Compiling foreign-types-shared v0.1.1 |
1336 | 2023-11-19T05:14:25.698Z | Compiling mime v0.3.17 |
1337 | 2023-11-19T05:14:25.720Z | Compiling crc32fast v1.3.2 |
1338 | 2023-11-19T05:14:25.737Z | Compiling foreign-types v0.3.2 |
1339 | 2023-11-19T05:14:25.761Z | Compiling synstructure v0.12.6 |
1340 | 2023-11-19T05:14:26.024Z | Compiling rustls-webpki v0.101.7 |
1341 | 2023-11-19T05:14:26.322Z | Compiling sct v0.7.0 |
1342 | 2023-11-19T05:14:26.504Z | Compiling ipnet v2.8.0 |
1343 | 2023-11-19T05:14:26.777Z | Compiling crossbeam-utils v0.8.16 |
1344 | 2023-11-19T05:14:28.243Z | Compiling zerocopy-derive v0.2.0 |
1345 | 2023-11-19T05:14:28.654Z | Compiling pest_meta v2.7.2 |
1346 | 2023-11-19T05:14:28.739Z | Compiling rustls-pemfile v1.0.3 |
1347 | 2023-11-19T05:14:29.252Z | Compiling gimli v0.28.0 |
1348 | 2023-11-19T05:14:30.286Z | Compiling object v0.32.1 |
1349 | 2023-11-19T05:14:31.114Z | Compiling pest_generator v2.7.2 |
1350 | 2023-11-19T05:14:31.493Z | Compiling encoding_rs v0.8.33 |
1351 | 2023-11-19T05:14:34.038Z | Compiling bitflags v1.3.2 |
1352 | 2023-11-19T05:14:36.060Z | Compiling rustc-demangle v0.1.23 |
1353 | 2023-11-19T05:14:37.055Z | Compiling addr2line v0.21.0 |
1354 | 2023-11-19T05:14:37.597Z | Compiling pest_derive v2.7.2 |
1355 | 2023-11-19T05:14:37.656Z | Compiling rustls-native-certs v0.6.3 |
1356 | 2023-11-19T05:14:38.288Z | Compiling bytes v1.5.0 |
1357 | 2023-11-19T05:14:38.676Z | Compiling indexmap v2.1.0 |
1358 | 2023-11-19T05:14:38.745Z | Compiling chrono v0.4.31 |
1359 | 2023-11-19T05:14:39.585Z | Compiling uuid v1.5.0 |
1360 | 2023-11-19T05:14:40.385Z | Compiling tokio v1.33.0 |
1361 | 2023-11-19T05:14:40.925Z | Compiling http v0.2.11 |
1362 | 2023-11-19T05:14:40.928Z | Compiling bitflags v2.4.0 |
1363 | 2023-11-19T05:14:41.503Z | Compiling toml_datetime v0.6.5 |
1364 | 2023-11-19T05:14:41.848Z | Compiling serde_spanned v0.6.4 |
1365 | 2023-11-19T05:14:42.062Z | Compiling rustc_version v0.4.0 |
1366 | 2023-11-19T05:14:42.190Z | Compiling toml_edit v0.19.15 |
1367 | 2023-11-19T05:14:42.213Z | Compiling openapiv3 v2.0.0-rc.1 |
1368 | 2023-11-19T05:14:43.001Z | Compiling http-body v0.4.5 |
1369 | 2023-11-19T05:14:46.696Z | Compiling serde_urlencoded v0.7.1 |
1370 | 2023-11-19T05:14:49.137Z | Compiling usdt-impl v0.3.5 |
1371 | 2023-11-19T05:14:49.627Z | Compiling webpki-roots v0.25.2 |
1372 | 2023-11-19T05:14:49.688Z | Compiling io-lifetimes v1.0.11 |
1373 | 2023-11-19T05:14:49.905Z | Compiling deranged v0.3.8 |
1374 | 2023-11-19T05:14:50.775Z | Compiling num_threads v0.1.6 |
1375 | 2023-11-19T05:14:51.131Z | Compiling serde_tokenstream v0.2.0 |
1376 | 2023-11-19T05:14:51.211Z | Compiling zerocopy v0.3.0 |
1377 | 2023-11-19T05:14:51.233Z | Compiling block-padding v0.3.3 |
1378 | 2023-11-19T05:14:51.553Z | Compiling inout v0.1.3 |
1379 | 2023-11-19T05:14:51.579Z | Compiling dtrace-parser v0.1.14 |
1380 | 2023-11-19T05:14:52.416Z | Compiling dof v0.1.5 |
1381 | 2023-11-19T05:14:52.433Z | Compiling thread-id v4.2.0 |
1382 | 2023-11-19T05:14:52.571Z | Compiling num-bigint v0.4.4 |
1383 | 2023-11-19T05:14:52.990Z | Compiling tokio-util v0.7.10 |
1384 | 2023-11-19T05:14:53.227Z | Compiling tokio-rustls v0.24.1 |
1385 | 2023-11-19T05:14:53.234Z | Compiling time v0.3.27 |
1386 | 2023-11-19T05:14:53.918Z | Compiling rustix v0.37.23 |
1387 | 2023-11-19T05:14:54.786Z | Compiling h2 v0.3.21 |
1388 | 2023-11-19T05:14:54.801Z | Compiling tokio-native-tls v0.3.1 |
1389 | 2023-11-19T05:14:54.957Z | Compiling rustversion v1.0.14 |
1390 | 2023-11-19T05:14:56.234Z | Compiling cipher v0.4.4 |
1391 | 2023-11-19T05:14:56.237Z | Compiling serde_tokenstream v0.1.7 |
1392 | 2023-11-19T05:14:56.240Z | Compiling zerocopy-derive v0.6.4 |
1393 | 2023-11-19T05:14:56.413Z | Compiling regress v0.7.1 |
1394 | 2023-11-19T05:14:56.634Z | Compiling data-encoding v2.4.0 |
1395 | 2023-11-19T05:14:58.325Z | Compiling flate2 v1.0.28 |
1396 | 2023-11-19T05:14:59.103Z | Compiling toml_edit v0.21.0 |
1397 | 2023-11-19T05:14:59.962Z | Compiling hex v0.4.3 |
1398 | 2023-11-19T05:15:00.319Z | Compiling hmac v0.12.1 |
1399 | 2023-11-19T05:15:00.956Z | Compiling strsim v0.10.0 |
1400 | 2023-11-19T05:15:01.259Z | Compiling strum_macros v0.25.2 |
1401 | 2023-11-19T05:15:01.297Z | Compiling usdt-attr-macro v0.3.5 |
1402 | 2023-11-19T05:15:02.298Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1403 | 2023-11-19T05:15:02.497Z | Compiling usdt-macro v0.3.5 |
1404 | 2023-11-19T05:15:04.426Z | Compiling sha2 v0.10.8 |
1405 | 2023-11-19T05:15:05.467Z | Compiling enum-as-inner v0.5.1 |
1406 | 2023-11-19T05:15:05.627Z | Compiling toml v0.7.8 |
1407 | 2023-11-19T05:15:05.827Z | Compiling heapless v0.7.16 |
1408 | 2023-11-19T05:15:05.900Z | Compiling futures-executor v0.3.29 |
1409 | 2023-11-19T05:15:06.446Z | Compiling hyper v0.14.27 |
1410 | 2023-11-19T05:15:06.864Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1411 | 2023-11-19T05:15:07.332Z | Compiling memoffset v0.9.0 |
1412 | 2023-11-19T05:15:07.512Z | Compiling managed v0.8.0 |
1413 | 2023-11-19T05:15:07.778Z | Compiling signal-hook v0.3.17 |
1414 | 2023-11-19T05:15:08.183Z | Compiling unicode-segmentation v1.10.1 |
1415 | 2023-11-19T05:15:08.555Z | Compiling futures v0.3.29 |
1416 | 2023-11-19T05:15:08.922Z | Compiling ipnetwork v0.20.0 |
1417 | 2023-11-19T05:15:08.996Z | Compiling getopts v0.2.21 |
1418 | 2023-11-19T05:15:09.597Z | Compiling crossbeam-epoch v0.9.15 |
1419 | 2023-11-19T05:15:09.694Z | Compiling num-iter v0.1.43 |
1420 | 2023-11-19T05:15:10.215Z | Compiling matches v0.1.10 |
1421 | 2023-11-19T05:15:10.291Z | Compiling siphasher v0.3.11 |
1422 | 2023-11-19T05:15:10.341Z | Compiling smoltcp v0.9.1 |
1423 | 2023-11-19T05:15:10.421Z | Compiling utf8parse v0.2.1 |
1424 | 2023-11-19T05:15:10.658Z | Compiling unsafe-libyaml v0.2.9 |
1425 | 2023-11-19T05:15:10.795Z | Compiling bit-vec v0.6.3 |
1426 | 2023-11-19T05:15:10.939Z | Compiling anstyle v1.0.2 |
1427 | 2023-11-19T05:15:11.286Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1428 | 2023-11-19T05:15:11.509Z | Compiling anstyle-parse v0.2.1 |
1429 | 2023-11-19T05:15:11.661Z | Compiling idna v0.2.3 |
1430 | 2023-11-19T05:15:12.746Z | Compiling zerocopy v0.6.4 |
1431 | 2023-11-19T05:15:13.168Z | Compiling serde_yaml v0.9.25 |
1432 | 2023-11-19T05:15:13.757Z | Compiling signature v2.1.0 |
1433 | 2023-11-19T05:15:14.071Z | Compiling hubpack_derive v0.1.1 |
1434 | 2023-11-19T05:15:14.095Z | Compiling clap_derive v4.4.2 |
1435 | 2023-11-19T05:15:14.464Z | Compiling anstyle-query v1.0.0 |
1436 | 2023-11-19T05:15:14.756Z | Compiling colorchoice v1.0.0 |
1437 | 2023-11-19T05:15:14.868Z | Compiling either v1.9.0 |
1438 | 2023-11-19T05:15:15.014Z | Compiling anstream v0.5.0 |
1439 | 2023-11-19T05:15:15.385Z | Compiling terminal_size v0.2.6 |
1440 | 2023-11-19T05:15:15.422Z | Compiling trust-dns-proto v0.22.0 |
1441 | 2023-11-19T05:15:15.655Z | Compiling usdt v0.3.5 |
1442 | 2023-11-19T05:15:16.152Z | Compiling md-5 v0.10.5 |
1443 | 2023-11-19T05:15:16.503Z | Compiling stringprep v0.1.3 |
1444 | 2023-11-19T05:15:17.061Z | Compiling yasna v0.5.2 |
1445 | 2023-11-19T05:15:18.154Z | Compiling hyper-tls v0.5.0 |
1446 | 2023-11-19T05:15:18.680Z | Compiling hyper-rustls v0.24.2 |
1447 | 2023-11-19T05:15:18.707Z | Compiling diesel_table_macro_syntax v0.1.0 |
1448 | 2023-11-19T05:15:19.301Z | Compiling reqwest v0.11.22 |
1449 | 2023-11-19T05:15:19.420Z | Compiling hash32 v0.2.1 |
1450 | 2023-11-19T05:15:19.525Z | Compiling clap_lex v0.5.1 |
1451 | 2023-11-19T05:15:19.998Z | Compiling stable_deref_trait v1.2.0 |
1452 | 2023-11-19T05:15:20.141Z | Compiling fallible-iterator v0.2.0 |
1453 | 2023-11-19T05:15:20.355Z | Compiling clap_builder v4.4.2 |
1454 | 2023-11-19T05:15:21.284Z | Compiling postgres-protocol v0.6.6 |
1455 | 2023-11-19T05:15:21.837Z | Compiling diesel_derives v2.1.1 |
1456 | 2023-11-19T05:15:23.267Z | Compiling phf_shared v0.11.2 |
1457 | 2023-11-19T05:15:23.752Z | Compiling tokio-stream v0.1.14 |
1458 | 2023-11-19T05:15:23.846Z | Compiling serde_repr v0.1.16 |
1459 | 2023-11-19T05:15:25.298Z | Compiling scheduled-thread-pool v0.2.7 |
1460 | 2023-11-19T05:15:25.374Z | Compiling regex-automata v0.1.10 |
1461 | 2023-11-19T05:15:25.570Z | Compiling signal-hook-mio v0.2.3 |
1462 | 2023-11-19T05:15:26.190Z | Compiling r2d2 v0.8.10 |
1463 | 2023-11-19T05:15:26.193Z | Compiling bstr v0.2.17 |
1464 | 2023-11-19T05:15:26.363Z | Compiling phf v0.11.2 |
1465 | 2023-11-19T05:15:26.837Z | Compiling clap v4.4.3 |
1466 | 2023-11-19T05:15:26.995Z | Compiling bzip2 v0.4.4 |
1467 | 2023-11-19T05:15:27.563Z | Compiling postgres-types v0.2.6 |
1468 | 2023-11-19T05:15:28.609Z | Compiling hubpack v0.1.2 |
1469 | 2023-11-19T05:15:29.295Z | Compiling itertools v0.10.5 |
1470 | 2023-11-19T05:15:29.494Z | Compiling itertools v0.11.0 |
1471 | 2023-11-19T05:15:30.961Z | Compiling phf_shared v0.10.0 |
1472 | 2023-11-19T05:15:31.265Z | Compiling float-cmp v0.9.0 |
1473 | 2023-11-19T05:15:31.627Z | Compiling predicates-core v1.0.6 |
1474 | 2023-11-19T05:15:32.185Z | Compiling whoami v1.4.1 |
1475 | 2023-11-19T05:15:33.177Z | Compiling normalize-line-endings v0.3.0 |
1476 | 2023-11-19T05:15:33.364Z | Compiling static_assertions v1.1.0 |
1477 | 2023-11-19T05:15:33.496Z | Compiling new_debug_unreachable v1.0.4 |
1478 | 2023-11-19T05:15:33.624Z | Compiling fixedbitset v0.4.2 |
1479 | 2023-11-19T05:15:33.733Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1480 | 2023-11-19T05:15:33.890Z | Compiling precomputed-hash v0.1.1 |
1481 | 2023-11-19T05:15:33.985Z | Compiling difflib v0.4.0 |
1482 | 2023-11-19T05:15:34.047Z | Compiling regex-automata v0.3.8 |
1483 | 2023-11-19T05:15:34.263Z | Compiling string_cache v0.8.7 |
1484 | 2023-11-19T05:15:34.342Z | Compiling petgraph v0.6.4 |
1485 | 2023-11-19T05:15:35.027Z | Compiling predicates v3.0.4 |
1486 | 2023-11-19T05:15:36.692Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1487 | 2023-11-19T05:15:37.779Z | Compiling bstr v1.6.0 |
1488 | 2023-11-19T05:15:38.193Z | Compiling tokio-postgres v0.7.10 |
1489 | 2023-11-19T05:15:40.203Z | Compiling similar v2.2.1 |
1490 | 2023-11-19T05:15:40.389Z | Compiling zip v0.6.6 |
1491 | 2023-11-19T05:15:41.131Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1492 | 2023-11-19T05:15:41.175Z | Compiling crossterm v0.27.0 |
1493 | 2023-11-19T05:15:41.312Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1494 | 2023-11-19T05:15:42.697Z | Compiling bit-set v0.5.3 |
1495 | 2023-11-19T05:15:43.111Z | Compiling console v0.15.7 |
1496 | 2023-11-19T05:15:44.368Z | Compiling lalrpop-util v0.19.12 |
1497 | 2023-11-19T05:15:44.988Z | Compiling diesel v2.1.3 |
1498 | 2023-11-19T05:15:48.122Z | Compiling slog-async v2.8.0 |
1499 | 2023-11-19T05:15:48.144Z | Compiling camino v1.1.6 |
1500 | 2023-11-19T05:15:50.183Z | Compiling multer v2.1.0 |
1501 | 2023-11-19T05:15:51.639Z | Compiling async-stream-impl v0.3.5 |
1502 | 2023-11-19T05:15:51.971Z | Compiling ident_case v1.0.1 |
1503 | 2023-11-19T05:15:52.211Z | Compiling paste v1.0.14 |
1504 | 2023-11-19T05:15:52.949Z | Compiling darling_core v0.20.3 |
1505 | 2023-11-19T05:15:54.455Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1506 | 2023-11-19T05:15:55.276Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1507 | 2023-11-19T05:15:59.203Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1508 | 2023-11-19T05:16:00.488Z | Compiling structmeta-derive v0.2.0 |
1509 | 2023-11-19T05:16:01.619Z | Compiling regex-syntax v0.7.5 |
1510 | 2023-11-19T05:16:01.838Z | Compiling darling_macro v0.20.3 |
1511 | 2023-11-19T05:16:02.650Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1512 | 2023-11-19T05:16:03.326Z | Compiling darling v0.20.3 |
1513 | 2023-11-19T05:16:03.638Z | Compiling serde_with_macros v2.3.3 |
1514 | 2023-11-19T05:16:04.758Z | Compiling structmeta v0.2.0 |
1515 | 2023-11-19T05:16:22.312Z | Compiling parse-display-derive v0.8.2 |
1516 | 2023-11-19T05:16:22.659Z | Compiling toml v0.8.8 |
1517 | 2023-11-19T05:16:22.868Z | Compiling proc-macro-crate v1.3.1 |
1518 | 2023-11-19T05:16:23.078Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1519 | 2023-11-19T05:16:23.198Z | Compiling num_enum_derive v0.5.11 |
1520 | 2023-11-19T05:16:35.543Z | Compiling proc-macro-error-attr v1.0.4 |
1521 | 2023-11-19T05:16:40.974Z | Compiling proc-macro-error v1.0.4 |
1522 | 2023-11-19T05:16:41.428Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1523 | 2023-11-19T05:16:44.058Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1524 | 2023-11-19T05:16:50.156Z | Compiling foreign-types-macros v0.2.3 |
1525 | 2023-11-19T05:16:52.989Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1526 | 2023-11-19T05:16:53.585Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1527 | 2023-11-19T05:16:55.075Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1528 | 2023-11-19T05:16:55.811Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1529 | 2023-11-19T05:16:56.234Z | Compiling crucible-workspace-hack v0.1.0 |
1530 | 2023-11-19T05:16:59.255Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1531 | 2023-11-19T05:16:59.561Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1532 | 2023-11-19T05:17:07.798Z | Compiling sha1 v0.10.6 |
1533 | 2023-11-19T05:17:08.206Z | Compiling atty v0.2.14 |
1534 | 2023-11-19T05:17:08.453Z | Compiling match_cfg v0.1.0 |
1535 | 2023-11-19T05:17:08.620Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1536 | 2023-11-19T05:17:08.661Z | Compiling hostname v0.3.1 |
1537 | 2023-11-19T05:17:14.477Z | Compiling dirs-sys-next v0.1.2 |
1538 | 2023-11-19T05:17:20.917Z | Compiling dirs-next v2.0.0 |
1539 | 2023-11-19T05:17:23.730Z | Compiling heck v0.3.3 |
1540 | 2023-11-19T05:17:25.009Z | Compiling thread_local v1.1.7 |
1541 | 2023-11-19T05:17:25.162Z | Compiling fastrand v2.0.0 |
1542 | 2023-11-19T05:17:25.739Z | Compiling libefi-sys v0.1.0 |
1543 | 2023-11-19T05:17:25.885Z | Compiling tempfile v3.8.0 |
1544 | 2023-11-19T05:17:26.016Z | Compiling structopt-derive v0.4.18 |
1545 | 2023-11-19T05:17:26.198Z | Compiling term v0.7.0 |
1546 | 2023-11-19T05:17:26.257Z | Compiling zone_cfg_derive v0.3.0 |
1547 | 2023-11-19T05:17:27.269Z | Compiling crossbeam-channel v0.5.8 |
1548 | 2023-11-19T05:17:27.655Z | Compiling num-derive v0.4.0 |
1549 | 2023-11-19T05:17:28.236Z | Compiling instant v0.1.12 |
1550 | 2023-11-19T05:17:28.419Z | Compiling take_mut v0.2.2 |
1551 | 2023-11-19T05:17:28.445Z | Compiling slog-term v2.9.0 |
1552 | 2023-11-19T05:17:30.414Z | Compiling slog-json v2.6.1 |
1553 | 2023-11-19T05:17:30.513Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1554 | 2023-11-19T05:17:30.758Z | Compiling atomic-waker v1.1.1 |
1555 | 2023-11-19T05:17:30.867Z | Compiling slog-bunyan v2.4.0 |
1556 | 2023-11-19T05:17:30.904Z | Compiling waitgroup v0.1.2 |
1557 | 2023-11-19T05:17:31.137Z | Compiling async-stream v0.3.5 |
1558 | 2023-11-19T05:17:31.310Z | Compiling serde_path_to_error v0.1.14 |
1559 | 2023-11-19T05:17:31.536Z | Compiling same-file v1.0.6 |
1560 | 2023-11-19T05:17:31.611Z | Compiling debug-ignore v1.0.5 |
1561 | 2023-11-19T05:17:31.871Z | Compiling platforms v3.0.2 |
1562 | 2023-11-19T05:17:32.346Z | Compiling walkdir v2.4.0 |
1563 | 2023-11-19T05:17:32.968Z | Compiling strum v0.25.0 |
1564 | 2023-11-19T05:17:32.987Z | Compiling toml v0.5.11 |
1565 | 2023-11-19T05:17:33.363Z | Compiling semver-parser v0.10.2 |
1566 | 2023-11-19T05:17:33.389Z | Compiling filetime v0.2.22 |
1567 | 2023-11-19T05:17:33.865Z | Compiling xattr v1.0.1 |
1568 | 2023-11-19T05:17:34.350Z | Compiling tar v0.4.40 |
1569 | 2023-11-19T05:17:34.523Z | Compiling semver v0.11.0 |
1570 | 2023-11-19T05:17:35.651Z | Compiling serde_with v2.3.3 |
1571 | 2023-11-19T05:17:36.399Z | Compiling home v0.5.5 |
1572 | 2023-11-19T05:17:36.532Z | Compiling curve25519-dalek v4.1.0 |
1573 | 2023-11-19T05:17:36.750Z | Compiling toolchain_find v0.2.0 |
1574 | 2023-11-19T05:17:37.119Z | Compiling backoff v0.4.0 |
1575 | 2023-11-19T05:17:37.543Z | Compiling parse-display v0.8.2 |
1576 | 2023-11-19T05:17:37.841Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1577 | 2023-11-19T05:17:38.022Z | Compiling macaddr v1.0.1 |
1578 | 2023-11-19T05:17:38.189Z | Compiling rustfmt-wrapper v0.2.0 |
1579 | 2023-11-19T05:17:38.730Z | Compiling omicron-zone-package v0.9.1 |
1580 | 2023-11-19T05:17:39.876Z | Compiling curve25519-dalek-derive v0.1.0 |
1581 | 2023-11-19T05:17:40.432Z | Compiling num-rational v0.4.1 |
1582 | 2023-11-19T05:17:40.878Z | Compiling getrandom v0.1.16 |
1583 | 2023-11-19T05:17:41.900Z | Compiling num_enum v0.5.11 |
1584 | 2023-11-19T05:17:42.049Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1585 | 2023-11-19T05:17:42.135Z | Compiling postcard-cobs v0.1.5-pre |
1586 | 2023-11-19T05:17:42.598Z | Compiling postcard v0.7.3 |
1587 | 2023-11-19T05:17:42.622Z | Compiling smoltcp v0.8.2 |
1588 | 2023-11-19T05:17:43.406Z | Compiling unicase v2.7.0 |
1589 | 2023-11-19T05:17:43.885Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1590 | 2023-11-19T05:17:44.163Z | Compiling cfg-if v0.1.10 |
1591 | 2023-11-19T05:17:44.307Z | Compiling parking_lot_core v0.8.6 |
1592 | 2023-11-19T05:17:44.528Z | Compiling foreign-types-shared v0.3.1 |
1593 | 2023-11-19T05:17:44.711Z | Compiling foreign-types v0.5.0 |
1594 | 2023-11-19T05:17:45.460Z | Compiling is-terminal v0.4.9 |
1595 | 2023-11-19T05:17:45.638Z | Compiling cstr-argument v0.1.2 |
1596 | 2023-11-19T05:17:45.997Z | Compiling pretty-hex v0.2.1 |
1597 | 2023-11-19T05:17:46.267Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1598 | 2023-11-19T05:17:46.302Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1599 | 2023-11-19T05:17:46.386Z | Compiling colored v2.0.4 |
1600 | 2023-11-19T05:17:47.373Z | Compiling textwrap v0.11.0 |
1601 | 2023-11-19T05:17:47.453Z | Compiling slog-dtrace v0.2.3 |
1602 | 2023-11-19T05:17:47.506Z | Compiling ansi_term v0.12.1 |
1603 | 2023-11-19T05:17:47.676Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1604 | 2023-11-19T05:17:48.174Z | Compiling winapi v0.3.9 |
1605 | 2023-11-19T05:17:48.189Z | Compiling convert_case v0.4.0 |
1606 | 2023-11-19T05:17:48.364Z | Compiling vec_map v0.8.2 |
1607 | 2023-11-19T05:17:48.814Z | Compiling strsim v0.8.0 |
1608 | 2023-11-19T05:17:49.420Z | Compiling derive_more v0.99.17 |
1609 | 2023-11-19T05:17:49.552Z | Compiling clap v2.34.0 |
1610 | 2023-11-19T05:17:50.183Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1611 | 2023-11-19T05:17:54.293Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1612 | 2023-11-19T05:17:54.837Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1613 | 2023-11-19T05:17:55.038Z | Compiling thiserror-impl-no-std v2.0.2 |
1614 | 2023-11-19T05:17:55.676Z | Compiling base64ct v1.6.0 |
1615 | 2023-11-19T05:17:57.873Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1616 | 2023-11-19T05:17:59.306Z | Compiling structopt v0.3.26 |
1617 | 2023-11-19T05:17:59.428Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1618 | 2023-11-19T05:18:00.104Z | Compiling mime_guess v2.0.4 |
1619 | 2023-11-19T05:18:01.380Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1620 | 2023-11-19T05:18:01.985Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1621 | 2023-11-19T05:18:03.074Z | Compiling zone v0.3.0 |
1622 | 2023-11-19T05:18:03.697Z | Compiling smf v0.2.2 |
1623 | 2023-11-19T05:18:04.744Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1624 | 2023-11-19T05:18:04.943Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1625 | 2023-11-19T05:18:06.699Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1626 | 2023-11-19T05:18:07.096Z | Compiling universal-hash v0.5.1 |
1627 | 2023-11-19T05:18:07.176Z | Compiling opaque-debug v0.3.0 |
1628 | 2023-11-19T05:18:07.244Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1629 | 2023-11-19T05:18:08.139Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1630 | 2023-11-19T05:18:08.146Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1631 | 2023-11-19T05:18:08.150Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1632 | 2023-11-19T05:18:08.697Z | Compiling hkdf v0.12.3 |
1633 | 2023-11-19T05:18:08.828Z | Compiling cancel-safe-futures v0.1.5 |
1634 | 2023-11-19T05:18:09.723Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1635 | 2023-11-19T05:18:10.787Z | Compiling linked-hash-map v0.5.6 |
1636 | 2023-11-19T05:18:11.300Z | Compiling keccak v0.1.4 |
1637 | 2023-11-19T05:18:12.672Z | Compiling quick-error v1.2.3 |
1638 | 2023-11-19T05:18:12.883Z | Compiling resolv-conf v0.7.0 |
1639 | 2023-11-19T05:18:14.235Z | Compiling sha3 v0.10.8 |
1640 | 2023-11-19T05:18:14.279Z | Compiling lru-cache v0.1.2 |
1641 | 2023-11-19T05:18:14.574Z | Compiling password-hash v0.5.0 |
1642 | 2023-11-19T05:18:16.358Z | Compiling blake2 v0.10.6 |
1643 | 2023-11-19T05:18:16.750Z | Compiling aead v0.5.2 |
1644 | 2023-11-19T05:18:17.208Z | Compiling secrecy v0.8.0 |
1645 | 2023-11-19T05:18:17.660Z | Compiling num-complex v0.4.4 |
1646 | 2023-11-19T05:18:17.908Z | Compiling ff v0.13.0 |
1647 | 2023-11-19T05:18:18.653Z | Compiling nibble_vec v0.1.0 |
1648 | 2023-11-19T05:18:18.664Z | Compiling endian-type v0.1.2 |
1649 | 2023-11-19T05:18:19.329Z | Compiling utf-8 v0.7.6 |
1650 | 2023-11-19T05:18:19.835Z | Compiling arc-swap v1.6.0 |
1651 | 2023-11-19T05:18:20.294Z | Compiling tungstenite v0.20.1 |
1652 | 2023-11-19T05:18:20.905Z | Compiling slog-scope v4.4.0 |
1653 | 2023-11-19T05:18:21.705Z | Compiling num v0.4.1 |
1654 | 2023-11-19T05:18:21.849Z | Compiling radix_trie v0.2.1 |
1655 | 2023-11-19T05:18:22.014Z | Compiling group v0.13.0 |
1656 | 2023-11-19T05:18:22.257Z | Compiling argon2 v0.5.2 |
1657 | 2023-11-19T05:18:22.473Z | Compiling rand_core v0.5.1 |
1658 | 2023-11-19T05:18:23.007Z | Compiling trust-dns-resolver v0.22.0 |
1659 | 2023-11-19T05:18:23.103Z | Compiling poly1305 v0.8.0 |
1660 | 2023-11-19T05:18:29.800Z | Compiling chacha20 v0.9.1 |
1661 | 2023-11-19T05:18:30.501Z | Compiling crypto-bigint v0.5.2 |
1662 | 2023-11-19T05:18:30.514Z | Compiling half v1.8.2 |
1663 | 2023-11-19T05:18:31.428Z | Compiling ciborium-io v0.2.1 |
1664 | 2023-11-19T05:18:31.604Z | Compiling option-ext v0.2.0 |
1665 | 2023-11-19T05:18:31.761Z | Compiling base16ct v0.2.0 |
1666 | 2023-11-19T05:18:32.269Z | Compiling dirs-sys v0.4.1 |
1667 | 2023-11-19T05:18:32.277Z | Compiling ciborium-ll v0.2.1 |
1668 | 2023-11-19T05:18:33.140Z | Compiling elliptic-curve v0.13.5 |
1669 | 2023-11-19T05:18:33.270Z | Compiling parking_lot v0.11.2 |
1670 | 2023-11-19T05:18:33.555Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1671 | 2023-11-19T05:18:33.894Z | Compiling rand_chacha v0.2.2 |
1672 | 2023-11-19T05:18:33.898Z | Compiling trust-dns-client v0.22.0 |
1673 | 2023-11-19T05:18:34.147Z | Compiling tokio-tungstenite v0.20.1 |
1674 | 2023-11-19T05:18:35.138Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1675 | 2023-11-19T05:18:35.201Z | Compiling slog-stdlog v4.1.1 |
1676 | 2023-11-19T05:18:35.305Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1677 | 2023-11-19T05:18:35.898Z | Compiling polyval v0.6.1 |
1678 | 2023-11-19T05:18:36.478Z | Compiling thiserror-no-std v2.0.2 |
1679 | 2023-11-19T05:18:36.550Z | Compiling password-hash v0.4.2 |
1680 | 2023-11-19T05:18:37.518Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1681 | 2023-11-19T05:18:38.239Z | Compiling ed25519 v2.2.2 |
1682 | 2023-11-19T05:18:38.750Z | Compiling ctr v0.9.2 |
1683 | 2023-11-19T05:18:38.774Z | Compiling aes v0.8.3 |
1684 | 2023-11-19T05:18:39.124Z | Compiling blowfish v0.9.1 |
1685 | 2023-11-19T05:18:39.237Z | Compiling pbkdf2 v0.12.2 |
1686 | 2023-11-19T05:18:39.473Z | Compiling fxhash v0.2.1 |
1687 | 2023-11-19T05:18:39.776Z | Compiling glob v0.3.1 |
1688 | 2023-11-19T05:18:40.387Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1689 | 2023-11-19T05:18:42.245Z | Compiling sled v0.34.7 |
1690 | 2023-11-19T05:18:43.011Z | Compiling bcrypt-pbkdf v0.10.0 |
1691 | 2023-11-19T05:18:43.067Z | Compiling ed25519-dalek v2.0.0 |
1692 | 2023-11-19T05:18:43.947Z | Compiling russh-cryptovec v0.7.0 |
1693 | 2023-11-19T05:18:44.408Z | Compiling pbkdf2 v0.11.0 |
1694 | 2023-11-19T05:18:44.981Z | Compiling vsss-rs v3.3.1 |
1695 | 2023-11-19T05:18:45.013Z | Compiling trust-dns-server v0.22.1 |
1696 | 2023-11-19T05:18:45.172Z | Compiling ghash v0.5.0 |
1697 | 2023-11-19T05:18:45.434Z | Compiling slog-envlogger v2.2.0 |
1698 | 2023-11-19T05:18:45.880Z | Compiling rand v0.7.3 |
1699 | 2023-11-19T05:18:46.337Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1700 | 2023-11-19T05:18:51.603Z | Compiling ciborium v0.2.1 |
1701 | 2023-11-19T05:18:51.854Z | Compiling dirs v5.0.1 |
1702 | 2023-11-19T05:18:52.041Z | Compiling chacha20poly1305 v0.10.1 |
1703 | 2023-11-19T05:18:54.245Z | Compiling camino-tempfile v1.0.2 |
1704 | 2023-11-19T05:18:55.236Z | Compiling cbc v0.1.2 |
1705 | 2023-11-19T05:18:55.260Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1706 | 2023-11-19T05:18:55.373Z | Compiling headers-core v0.2.0 |
1707 | 2023-11-19T05:18:55.570Z | Compiling kstat-rs v0.2.3 |
1708 | 2023-11-19T05:18:55.606Z | Compiling pem v3.0.2 |
1709 | 2023-11-19T05:18:56.685Z | Compiling http-range v0.1.5 |
1710 | 2023-11-19T05:18:56.714Z | Compiling base64 v0.13.1 |
1711 | 2023-11-19T05:18:56.902Z | Compiling md5 v0.7.0 |
1712 | 2023-11-19T05:18:57.110Z | Compiling pretty-hex v0.3.0 |
1713 | 2023-11-19T05:18:57.244Z | Compiling hyper-staticfile v0.9.5 |
1714 | 2023-11-19T05:18:57.413Z | Compiling pem v1.1.1 |
1715 | 2023-11-19T05:18:57.436Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1716 | 2023-11-19T05:18:58.469Z | Compiling russh-keys v0.38.0 |
1717 | 2023-11-19T05:19:01.199Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1718 | 2023-11-19T05:19:01.615Z | Compiling rcgen v0.11.3 |
1719 | 2023-11-19T05:19:01.948Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1720 | 2023-11-19T05:19:01.971Z | Compiling headers v0.3.9 |
1721 | 2023-11-19T05:19:03.310Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1722 | 2023-11-19T05:19:13.770Z | Compiling aes-gcm v0.10.3 |
1723 | 2023-11-19T05:19:14.186Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1724 | 2023-11-19T05:19:16.262Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1725 | 2023-11-19T05:19:18.401Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1726 | 2023-11-19T05:19:33.723Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1727 | 2023-11-19T05:19:34.961Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1728 | 2023-11-19T05:19:35.247Z | Compiling atomicwrites v0.4.2 |
1729 | 2023-11-19T05:19:35.563Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1730 | 2023-11-19T05:19:35.689Z | Compiling subprocess v0.2.9 |
1731 | 2023-11-19T05:19:35.809Z | Compiling hex-literal v0.4.1 |
1732 | 2023-11-19T05:19:35.906Z | Compiling russh v0.39.0 |
1733 | 2023-11-19T05:19:36.119Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1734 | 2023-11-19T05:19:37.591Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1735 | 2023-11-19T05:19:57.272Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1736 | 2023-11-19T05:20:33.407Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1737 | 2023-11-19T05:21:55.869Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 30s |
1738 | 2023-11-19T05:21:56.203Z | |
1739 | 2023-11-19T05:21:56.213Z | real 8:30.570829498 |
1740 | 2023-11-19T05:21:56.218Z | user 49:59.454082927 |
1741 | 2023-11-19T05:21:56.221Z | sys 8:11.578321569 |
1742 | 2023-11-19T05:21:56.224Z | trap 2.038267567 |
1743 | 2023-11-19T05:21:56.227Z | tflt 3.681510677 |
1744 | 2023-11-19T05:21:56.229Z | dflt 7.612913315 |
1745 | 2023-11-19T05:21:56.233Z | kflt 0.022371586 |
1746 | 2023-11-19T05:21:56.235Z | lock 1:32:45.495499767 |
1747 | 2023-11-19T05:21:56.238Z | slp 2:17:51.687874747 |
1748 | 2023-11-19T05:21:56.241Z | lat 2:15.168354586 |
1749 | 2023-11-19T05:21:56.243Z | stop 4:43.751266129 |
1750 | 2023-11-19T05:21:56.246Z | + mkdir -p /work/end-to-end-tests |
1751 | 2023-11-19T05:21:56.249Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1752 | 2023-11-19T05:21:57.259Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1753 | 2023-11-19T05:21:57.273Z | + ptime -m gzip |
1754 | 2023-11-19T05:21:57.281Z | ++ basename target/debug/bootstrap |
1755 | 2023-11-19T05:22:12.454Z | |
1756 | 2023-11-19T05:22:12.468Z | real 15.203671096 |
1757 | 2023-11-19T05:22:12.476Z | user 15.038219517 |
1758 | 2023-11-19T05:22:12.493Z | sys 0.157324022 |
1759 | 2023-11-19T05:22:12.499Z | trap 0.003768227 |
1760 | 2023-11-19T05:22:12.506Z | tflt 0.000000000 |
1761 | 2023-11-19T05:22:12.512Z | dflt 0.000000000 |
1762 | 2023-11-19T05:22:12.524Z | kflt 0.000000000 |
1763 | 2023-11-19T05:22:12.532Z | lock 0.000000000 |
1764 | 2023-11-19T05:22:12.539Z | slp 0.000000000 |
1765 | 2023-11-19T05:22:12.548Z | lat 0.004017216 |
1766 | 2023-11-19T05:22:12.555Z | stop 0.000224404 |
1767 | 2023-11-19T05:22:12.564Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1768 | 2023-11-19T05:22:12.570Z | + ptime -m gzip |
1769 | 2023-11-19T05:22:12.736Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2ed5f6fd6904f562 |
1770 | 2023-11-19T05:22:13.542Z | |
1771 | 2023-11-19T05:22:13.561Z | real 1.077916270 |
1772 | 2023-11-19T05:22:13.577Z | user 1.066272917 |
1773 | 2023-11-19T05:22:13.587Z | sys 0.010843286 |
1774 | 2023-11-19T05:22:13.597Z | trap 0.000117225 |
1775 | 2023-11-19T05:22:13.601Z | tflt 0.000000000 |
1776 | 2023-11-19T05:22:13.605Z | dflt 0.000000000 |
1777 | 2023-11-19T05:22:13.609Z | kflt 0.000000000 |
1778 | 2023-11-19T05:22:13.617Z | lock 0.000000000 |
1779 | 2023-11-19T05:22:13.620Z | slp 0.000000000 |
1780 | 2023-11-19T05:22:13.623Z | lat 0.000340777 |
1781 | 2023-11-19T05:22:13.626Z | stop 0.000223934 |
1782 | 2023-11-19T05:22:13.629Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1783 | 2023-11-19T05:22:13.632Z | + ptime -m gzip |
1784 | 2023-11-19T05:22:13.635Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-03815e4bc8ad474c |
1785 | 2023-11-19T05:22:30.682Z | |
1786 | 2023-11-19T05:22:30.685Z | real 17.136696597 |
1787 | 2023-11-19T05:22:30.688Z | user 16.962354228 |
1788 | 2023-11-19T05:22:30.691Z | sys 0.167533421 |
1789 | 2023-11-19T05:22:30.694Z | trap 0.004140400 |
1790 | 2023-11-19T05:22:30.697Z | tflt 0.000000000 |
1791 | 2023-11-19T05:22:30.700Z | dflt 0.000000000 |
1792 | 2023-11-19T05:22:30.702Z | kflt 0.000000000 |
1793 | 2023-11-19T05:22:30.705Z | lock 0.000000000 |
1794 | 2023-11-19T05:22:30.708Z | slp 0.000000000 |
1795 | 2023-11-19T05:22:30.711Z | lat 0.002332429 |
1796 | 2023-11-19T05:22:30.713Z | stop 0.000221305 |
1797 | 2023-11-19T05:22:30.717Z | + banner caboose-util |
1798 | 2023-11-19T05:22:30.720Z | |
1799 | 2023-11-19T05:22:30.723Z | #### ## ##### #### #### #### ###### # # ##### |
1800 | 2023-11-19T05:22:30.726Z | # # # # # # # # # # # # # # # |
1801 | 2023-11-19T05:22:30.729Z | # # # ##### # # # # #### ##### ##### # # # |
1802 | 2023-11-19T05:22:30.732Z | # ###### # # # # # # # # # # # |
1803 | 2023-11-19T05:22:30.734Z | # # # # # # # # # # # # # # # # |
1804 | 2023-11-19T05:22:30.737Z | #### # # ##### #### #### #### ###### #### # |
1805 | 2023-11-19T05:22:30.740Z | |
1806 | 2023-11-19T05:22:30.743Z | + ptime -m cargo build --locked -p caboose-util --release |
1807 | 2023-11-19T05:22:31.309Z | Downloading crates ... |
1808 | 2023-11-19T05:22:31.666Z | Downloaded bitfield v0.14.0 |
1809 | 2023-11-19T05:22:31.669Z | Downloaded funty v2.0.0 |
1810 | 2023-11-19T05:22:31.672Z | Downloaded nodrop v0.1.14 |
1811 | 2023-11-19T05:22:31.675Z | Downloaded der_derive v0.7.2 |
1812 | 2023-11-19T05:22:31.693Z | Downloaded smallvec v0.6.14 |
1813 | 2023-11-19T05:22:31.697Z | Downloaded path-slash v0.1.5 |
1814 | 2023-11-19T05:22:31.700Z | Downloaded packed_struct_codegen v0.10.1 |
1815 | 2023-11-19T05:22:31.703Z | Downloaded tap v1.0.1 |
1816 | 2023-11-19T05:22:31.706Z | Downloaded termcolor v1.2.0 |
1817 | 2023-11-19T05:22:31.709Z | Downloaded crc-catalog v2.2.0 |
1818 | 2023-11-19T05:22:31.712Z | Downloaded array-init v0.0.4 |
1819 | 2023-11-19T05:22:31.715Z | Downloaded radium v0.7.0 |
1820 | 2023-11-19T05:22:31.718Z | Downloaded pkcs1 v0.7.5 |
1821 | 2023-11-19T05:22:31.721Z | Downloaded wyz v0.5.1 |
1822 | 2023-11-19T05:22:31.724Z | Downloaded packed_struct v0.10.1 |
1823 | 2023-11-19T05:22:31.727Z | Downloaded pem-rfc7468 v0.7.0 |
1824 | 2023-11-19T05:22:31.731Z | Downloaded serde-hex v0.1.0 |
1825 | 2023-11-19T05:22:31.734Z | Downloaded maybe-uninit v2.0.0 |
1826 | 2023-11-19T05:22:31.739Z | Downloaded env_logger v0.10.0 |
1827 | 2023-11-19T05:22:31.742Z | Downloaded crc v3.0.1 |
1828 | 2023-11-19T05:22:31.745Z | Downloaded flagset v0.4.3 |
1829 | 2023-11-19T05:22:31.748Z | Downloaded rsa v0.9.2 |
1830 | 2023-11-19T05:22:31.751Z | Downloaded ron v0.8.1 |
1831 | 2023-11-19T05:22:31.760Z | Downloaded num-bigint-dig v0.8.4 |
1832 | 2023-11-19T05:22:31.770Z | Downloaded x509-cert v0.2.4 |
1833 | 2023-11-19T05:22:31.785Z | Downloaded bitvec v1.0.1 |
1834 | 2023-11-19T05:22:31.813Z | Downloaded object v0.30.4 |
1835 | 2023-11-19T05:22:31.830Z | Downloaded crc-any v2.4.3 |
1836 | 2023-11-19T05:22:32.001Z | Compiling proc-macro2 v1.0.69 |
1837 | 2023-11-19T05:22:32.005Z | Compiling unicode-ident v1.0.12 |
1838 | 2023-11-19T05:22:32.008Z | Compiling libc v0.2.150 |
1839 | 2023-11-19T05:22:32.011Z | Compiling autocfg v1.1.0 |
1840 | 2023-11-19T05:22:32.019Z | Compiling serde v1.0.192 |
1841 | 2023-11-19T05:22:32.026Z | Compiling cfg-if v1.0.0 |
1842 | 2023-11-19T05:22:32.029Z | Compiling version_check v0.9.4 |
1843 | 2023-11-19T05:22:32.134Z | Compiling parking_lot_core v0.9.8 |
1844 | 2023-11-19T05:22:32.144Z | Compiling syn v1.0.109 |
1845 | 2023-11-19T05:22:32.252Z | Compiling typenum v1.16.0 |
1846 | 2023-11-19T05:22:32.695Z | Compiling libm v0.2.7 |
1847 | 2023-11-19T05:22:32.879Z | Compiling futures-core v0.3.29 |
1848 | 2023-11-19T05:22:33.023Z | Compiling generic-array v0.14.7 |
1849 | 2023-11-19T05:22:33.086Z | Compiling lock_api v0.4.10 |
1850 | 2023-11-19T05:22:33.147Z | Compiling num-traits v0.2.16 |
1851 | 2023-11-19T05:22:33.355Z | Compiling once_cell v1.18.0 |
1852 | 2023-11-19T05:22:33.438Z | Compiling pkg-config v0.3.27 |
1853 | 2023-11-19T05:22:33.507Z | Compiling scopeguard v1.2.0 |
1854 | 2023-11-19T05:22:33.874Z | Compiling slab v0.4.9 |
1855 | 2023-11-19T05:22:33.886Z | Compiling serde_json v1.0.108 |
1856 | 2023-11-19T05:22:33.925Z | Compiling futures-task v0.3.29 |
1857 | 2023-11-19T05:22:34.321Z | Compiling quote v1.0.33 |
1858 | 2023-11-19T05:22:34.342Z | Compiling futures-channel v0.3.29 |
1859 | 2023-11-19T05:22:34.453Z | Compiling thiserror v1.0.49 |
1860 | 2023-11-19T05:22:34.883Z | Compiling futures-util v0.3.29 |
1861 | 2023-11-19T05:22:35.146Z | Compiling syn v2.0.32 |
1862 | 2023-11-19T05:22:35.215Z | Compiling cc v1.0.83 |
1863 | 2023-11-19T05:22:35.263Z | Compiling getrandom v0.2.10 |
1864 | 2023-11-19T05:22:35.419Z | Compiling memchr v2.6.3 |
1865 | 2023-11-19T05:22:35.505Z | Compiling itoa v1.0.9 |
1866 | 2023-11-19T05:22:35.870Z | Compiling smallvec v1.11.0 |
1867 | 2023-11-19T05:22:35.912Z | Compiling log v0.4.20 |
1868 | 2023-11-19T05:22:37.241Z | Compiling vcpkg v0.2.15 |
1869 | 2023-11-19T05:22:37.539Z | Compiling byteorder v1.5.0 |
1870 | 2023-11-19T05:22:37.969Z | Compiling rand_core v0.6.4 |
1871 | 2023-11-19T05:22:38.324Z | Compiling parking_lot v0.12.1 |
1872 | 2023-11-19T05:22:38.685Z | Compiling pin-project-lite v0.2.13 |
1873 | 2023-11-19T05:22:39.346Z | Compiling ring v0.17.5 |
1874 | 2023-11-19T05:22:39.744Z | Compiling indexmap v1.9.3 |
1875 | 2023-11-19T05:22:40.128Z | Compiling openssl-sys v0.9.93 |
1876 | 2023-11-19T05:22:41.452Z | Compiling signal-hook-registry v1.4.1 |
1877 | 2023-11-19T05:22:41.982Z | Compiling io-lifetimes v1.0.11 |
1878 | 2023-11-19T05:22:42.749Z | Compiling ring v0.16.20 |
1879 | 2023-11-19T05:22:42.781Z | Compiling mio v0.8.8 |
1880 | 2023-11-19T05:22:44.813Z | Compiling num-integer v0.1.45 |
1881 | 2023-11-19T05:22:44.817Z | Compiling const-oid v0.9.5 |
1882 | 2023-11-19T05:22:44.819Z | Compiling semver v1.0.20 |
1883 | 2023-11-19T05:22:44.823Z | Compiling ryu v1.0.15 |
1884 | 2023-11-19T05:22:45.281Z | Compiling rustix v0.37.23 |
1885 | 2023-11-19T05:22:46.109Z | Compiling spin v0.5.2 |
1886 | 2023-11-19T05:22:46.764Z | Compiling num_cpus v1.16.0 |
1887 | 2023-11-19T05:22:46.857Z | Compiling socket2 v0.5.4 |
1888 | 2023-11-19T05:22:46.947Z | Compiling openssl v0.10.57 |
1889 | 2023-11-19T05:22:47.492Z | Compiling futures-sink v0.3.29 |
1890 | 2023-11-19T05:22:47.560Z | Compiling unicode-xid v0.2.4 |
1891 | 2023-11-19T05:22:47.694Z | Compiling httparse v1.8.0 |
1892 | 2023-11-19T05:22:47.788Z | Compiling heck v0.4.1 |
1893 | 2023-11-19T05:22:48.183Z | Compiling ucd-trie v0.1.6 |
1894 | 2023-11-19T05:22:48.229Z | Compiling synstructure v0.12.6 |
1895 | 2023-11-19T05:22:48.418Z | Compiling tinyvec_macros v0.1.1 |
1896 | 2023-11-19T05:22:48.872Z | Compiling tinyvec v1.6.0 |
1897 | 2023-11-19T05:22:49.609Z | Compiling futures-io v0.3.29 |
1898 | 2023-11-19T05:22:49.900Z | Compiling native-tls v0.2.11 |
1899 | 2023-11-19T05:22:50.023Z | Compiling crc32fast v1.3.2 |
1900 | 2023-11-19T05:22:50.030Z | Compiling ppv-lite86 v0.2.17 |
1901 | 2023-11-19T05:22:50.369Z | Compiling rustls v0.21.8 |
1902 | 2023-11-19T05:22:50.709Z | Compiling pin-utils v0.1.0 |
1903 | 2023-11-19T05:22:50.772Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1904 | 2023-11-19T05:22:50.846Z | Compiling spin v0.9.8 |
1905 | 2023-11-19T05:22:51.088Z | Compiling tracing-core v0.1.31 |
1906 | 2023-11-19T05:22:51.359Z | Compiling rand_chacha v0.3.1 |
1907 | 2023-11-19T05:22:51.430Z | Compiling unicode-normalization v0.1.22 |
1908 | 2023-11-19T05:22:51.628Z | Compiling unicode-bidi v0.3.13 |
1909 | 2023-11-19T05:22:52.369Z | Compiling subtle v2.5.0 |
1910 | 2023-11-19T05:22:52.676Z | Compiling rand v0.8.5 |
1911 | 2023-11-19T05:22:53.777Z | Compiling errno v0.3.2 |
1912 | 2023-11-19T05:22:53.805Z | Compiling num-iter v0.1.43 |
1913 | 2023-11-19T05:22:53.936Z | Compiling ahash v0.8.3 |
1914 | 2023-11-19T05:22:54.094Z | Compiling usdt-impl v0.3.5 |
1915 | 2023-11-19T05:22:54.236Z | Compiling signal-hook v0.3.17 |
1916 | 2023-11-19T05:22:54.423Z | Compiling base64 v0.21.5 |
1917 | 2023-11-19T05:22:54.579Z | Compiling schemars v0.8.13 |
1918 | 2023-11-19T05:22:54.649Z | Compiling rustix v0.38.9 |
1919 | 2023-11-19T05:22:56.036Z | Compiling serde_derive_internals v0.26.0 |
1920 | 2023-11-19T05:22:56.889Z | Compiling serde_derive v1.0.192 |
1921 | 2023-11-19T05:22:57.270Z | Compiling zeroize_derive v1.4.2 |
1922 | 2023-11-19T05:22:57.356Z | Compiling tokio-macros v2.1.0 |
1923 | 2023-11-19T05:22:58.056Z | Compiling thiserror-impl v1.0.49 |
1924 | 2023-11-19T05:22:58.790Z | Compiling futures-macro v0.3.29 |
1925 | 2023-11-19T05:22:59.513Z | Compiling zeroize v1.6.0 |
1926 | 2023-11-19T05:22:59.802Z | Compiling tracing-attributes v0.1.26 |
1927 | 2023-11-19T05:23:00.786Z | Compiling zerocopy-derive v0.2.0 |
1928 | 2023-11-19T05:23:00.892Z | Compiling openssl-macros v0.1.1 |
1929 | 2023-11-19T05:23:01.921Z | Compiling zerocopy-derive v0.6.4 |
1930 | 2023-11-19T05:23:02.530Z | Compiling crypto-common v0.1.6 |
1931 | 2023-11-19T05:23:02.940Z | Compiling pest v2.7.2 |
1932 | 2023-11-19T05:23:02.944Z | Compiling block-buffer v0.10.4 |
1933 | 2023-11-19T05:23:03.022Z | Compiling digest v0.10.7 |
1934 | 2023-11-19T05:23:04.346Z | Compiling bitflags v1.3.2 |
1935 | 2023-11-19T05:23:04.979Z | Compiling fnv v1.0.7 |
1936 | 2023-11-19T05:23:05.247Z | Compiling tracing v0.1.37 |
1937 | 2023-11-19T05:23:05.345Z | Compiling zerocopy v0.3.0 |
1938 | 2023-11-19T05:23:06.004Z | Compiling schemars_derive v0.8.13 |
1939 | 2023-11-19T05:23:06.671Z | Compiling lazy_static v1.4.0 |
1940 | 2023-11-19T05:23:06.824Z | Compiling pest_meta v2.7.2 |
1941 | 2023-11-19T05:23:09.043Z | Compiling pest_generator v2.7.2 |
1942 | 2023-11-19T05:23:10.853Z | Compiling backtrace v0.3.69 |
1943 | 2023-11-19T05:23:11.013Z | Compiling num-bigint v0.4.4 |
1944 | 2023-11-19T05:23:11.456Z | Compiling memoffset v0.9.0 |
1945 | 2023-11-19T05:23:11.660Z | Compiling untrusted v0.7.1 |
1946 | 2023-11-19T05:23:11.898Z | Compiling async-trait v0.1.74 |
1947 | 2023-11-19T05:23:11.901Z | Compiling hashbrown v0.14.2 |
1948 | 2023-11-19T05:23:11.945Z | Compiling hashbrown v0.12.3 |
1949 | 2023-11-19T05:23:11.977Z | Compiling iana-time-zone v0.1.57 |
1950 | 2023-11-19T05:23:12.509Z | Compiling openssl-probe v0.1.5 |
1951 | 2023-11-19T05:23:12.582Z | Compiling smoltcp v0.9.1 |
1952 | 2023-11-19T05:23:12.923Z | Compiling foreign-types-shared v0.1.1 |
1953 | 2023-11-19T05:23:13.066Z | Compiling untrusted v0.9.0 |
1954 | 2023-11-19T05:23:13.504Z | Compiling crossbeam-utils v0.8.16 |
1955 | 2023-11-19T05:23:13.610Z | Compiling pest_derive v2.7.2 |
1956 | 2023-11-19T05:23:13.893Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1957 | 2023-11-19T05:23:13.920Z | Compiling percent-encoding v2.3.0 |
1958 | 2023-11-19T05:23:14.157Z | Compiling base64ct v1.6.0 |
1959 | 2023-11-19T05:23:14.434Z | Compiling equivalent v1.0.1 |
1960 | 2023-11-19T05:23:14.733Z | Compiling dtrace-parser v0.1.14 |
1961 | 2023-11-19T05:23:14.967Z | Compiling foreign-types v0.3.2 |
1962 | 2023-11-19T05:23:15.094Z | Compiling pem-rfc7468 v0.7.0 |
1963 | 2023-11-19T05:23:16.696Z | Compiling dof v0.1.5 |
1964 | 2023-11-19T05:23:17.550Z | Compiling clap_derive v4.4.2 |
1965 | 2023-11-19T05:23:17.963Z | Compiling der_derive v0.7.2 |
1966 | 2023-11-19T05:23:19.798Z | Compiling bytes v1.5.0 |
1967 | 2023-11-19T05:23:21.567Z | Compiling bitflags v2.4.0 |
1968 | 2023-11-19T05:23:21.650Z | Compiling tokio v1.33.0 |
1969 | 2023-11-19T05:23:21.700Z | Compiling rustc_version v0.4.0 |
1970 | 2023-11-19T05:23:22.669Z | Compiling heapless v0.7.16 |
1971 | 2023-11-19T05:23:23.270Z | Compiling http v0.2.11 |
1972 | 2023-11-19T05:23:24.096Z | Compiling uuid v1.5.0 |
1973 | 2023-11-19T05:23:25.140Z | Compiling chrono v0.4.31 |
1974 | 2023-11-19T05:23:25.185Z | Compiling indexmap v2.1.0 |
1975 | 2023-11-19T05:23:27.175Z | Compiling thread-id v4.2.0 |
1976 | 2023-11-19T05:23:27.291Z | Compiling utf8parse v0.2.1 |
1977 | 2023-11-19T05:23:27.313Z | Compiling try-lock v0.2.4 |
1978 | 2023-11-19T05:23:27.412Z | Compiling rustversion v1.0.14 |
1979 | 2023-11-19T05:23:27.505Z | Compiling siphasher v0.3.11 |
1980 | 2023-11-19T05:23:27.525Z | Compiling flagset v0.4.3 |
1981 | 2023-11-19T05:23:27.846Z | Compiling anstyle v1.0.2 |
1982 | 2023-11-19T05:23:28.149Z | Compiling cpufeatures v0.2.9 |
1983 | 2023-11-19T05:23:28.284Z | Compiling time-core v0.1.1 |
1984 | 2023-11-19T05:23:28.708Z | Compiling adler v1.0.2 |
1985 | 2023-11-19T05:23:29.004Z | Compiling miniz_oxide v0.7.1 |
1986 | 2023-11-19T05:23:30.987Z | Compiling time-macros v0.2.13 |
1987 | 2023-11-19T05:23:31.280Z | Compiling sha2 v0.10.8 |
1988 | 2023-11-19T05:23:32.917Z | Compiling der v0.7.8 |
1989 | 2023-11-19T05:23:34.113Z | Compiling want v0.3.1 |
1990 | 2023-11-19T05:23:34.513Z | Compiling tokio-util v0.7.10 |
1991 | 2023-11-19T05:23:37.178Z | Compiling h2 v0.3.21 |
1992 | 2023-11-19T05:23:37.182Z | Compiling anstyle-parse v0.2.1 |
1993 | 2023-11-19T05:23:37.693Z | Compiling http-body v0.4.5 |
1994 | 2023-11-19T05:23:39.851Z | Compiling serde_tokenstream v0.1.7 |
1995 | 2023-11-19T05:23:40.659Z | Compiling sct v0.7.0 |
1996 | 2023-11-19T05:23:42.162Z | Compiling rustls-webpki v0.101.7 |
1997 | 2023-11-19T05:23:43.660Z | Compiling form_urlencoded v1.2.0 |
1998 | 2023-11-19T05:23:43.986Z | Compiling hubpack_derive v0.1.1 |
1999 | 2023-11-19T05:23:44.440Z | Compiling socket2 v0.4.9 |
2000 | 2023-11-19T05:23:44.879Z | Compiling crossbeam-epoch v0.9.15 |
2001 | 2023-11-19T05:23:45.361Z | Compiling tower-service v0.3.2 |
2002 | 2023-11-19T05:23:45.480Z | Compiling radium v0.7.0 |
2003 | 2023-11-19T05:23:45.529Z | Compiling slog v2.7.0 |
2004 | 2023-11-19T05:23:46.500Z | Compiling anstyle-query v1.0.0 |
2005 | 2023-11-19T05:23:46.696Z | Compiling httpdate v1.0.3 |
2006 | 2023-11-19T05:23:46.718Z | Compiling colorchoice v1.0.0 |
2007 | 2023-11-19T05:23:47.312Z | Compiling anyhow v1.0.75 |
2008 | 2023-11-19T05:23:47.889Z | Compiling anstream v0.5.0 |
2009 | 2023-11-19T05:23:49.459Z | Compiling hyper v0.14.27 |
2010 | 2023-11-19T05:23:56.482Z | Compiling terminal_size v0.2.6 |
2011 | 2023-11-19T05:23:56.767Z | Compiling spki v0.7.2 |
2012 | 2023-11-19T05:23:58.232Z | Compiling serde_spanned v0.6.4 |
2013 | 2023-11-19T05:23:58.560Z | Compiling toml_datetime v0.6.5 |
2014 | 2023-11-19T05:23:59.697Z | Compiling rustls-pemfile v1.0.3 |
2015 | 2023-11-19T05:24:00.229Z | Compiling zerocopy v0.6.4 |
2016 | 2023-11-19T05:24:01.069Z | Compiling hmac v0.12.1 |
2017 | 2023-11-19T05:24:01.289Z | Compiling md-5 v0.10.5 |
2018 | 2023-11-19T05:24:01.640Z | Compiling idna v0.4.0 |
2019 | 2023-11-19T05:24:01.662Z | Compiling stringprep v0.1.3 |
2020 | 2023-11-19T05:24:01.967Z | Compiling diesel_table_macro_syntax v0.1.0 |
2021 | 2023-11-19T05:24:02.545Z | Compiling hash32 v0.2.1 |
2022 | 2023-11-19T05:24:03.186Z | Compiling aho-corasick v1.0.4 |
2023 | 2023-11-19T05:24:03.195Z | Compiling fallible-iterator v0.2.0 |
2024 | 2023-11-19T05:24:03.207Z | Compiling gimli v0.28.0 |
2025 | 2023-11-19T05:24:04.037Z | Compiling winnow v0.5.15 |
2026 | 2023-11-19T05:24:04.166Z | Compiling stable_deref_trait v1.2.0 |
2027 | 2023-11-19T05:24:04.311Z | Compiling maybe-uninit v2.0.0 |
2028 | 2023-11-19T05:24:05.118Z | Compiling dyn-clone v1.0.13 |
2029 | 2023-11-19T05:24:05.431Z | Compiling tap v1.0.1 |
2030 | 2023-11-19T05:24:05.616Z | Compiling either v1.9.0 |
2031 | 2023-11-19T05:24:06.116Z | Compiling clap_lex v0.5.1 |
2032 | 2023-11-19T05:24:06.429Z | Compiling strsim v0.10.0 |
2033 | 2023-11-19T05:24:07.283Z | Compiling regex-syntax v0.8.2 |
2034 | 2023-11-19T05:24:07.874Z | Compiling clap_builder v4.4.2 |
2035 | 2023-11-19T05:24:07.878Z | Compiling wyz v0.5.1 |
2036 | 2023-11-19T05:24:09.903Z | Compiling postgres-protocol v0.6.6 |
2037 | 2023-11-19T05:24:10.126Z | Compiling url v2.4.1 |
2038 | 2023-11-19T05:24:11.335Z | Compiling addr2line v0.21.0 |
2039 | 2023-11-19T05:24:11.805Z | Compiling diesel_derives v2.1.1 |
2040 | 2023-11-19T05:24:13.543Z | Compiling regex-automata v0.4.3 |
2041 | 2023-11-19T05:24:13.986Z | Compiling tokio-rustls v0.24.1 |
2042 | 2023-11-19T05:24:14.223Z | Compiling rustls-native-certs v0.6.3 |
2043 | 2023-11-19T05:24:14.601Z | Compiling strum_macros v0.25.2 |
2044 | 2023-11-19T05:24:20.549Z | Compiling tokio-native-tls v0.3.1 |
2045 | 2023-11-19T05:24:20.966Z | Compiling usdt-macro v0.3.5 |
2046 | 2023-11-19T05:24:21.142Z | Compiling usdt-attr-macro v0.3.5 |
2047 | 2023-11-19T05:24:23.262Z | Compiling phf_shared v0.11.2 |
2048 | 2023-11-19T05:24:24.915Z | Compiling block-padding v0.3.3 |
2049 | 2023-11-19T05:24:25.103Z | Compiling enum-as-inner v0.5.1 |
2050 | 2023-11-19T05:24:25.237Z | Compiling serde_repr v0.1.16 |
2051 | 2023-11-19T05:24:26.605Z | Compiling scheduled-thread-pool v0.2.7 |
2052 | 2023-11-19T05:24:26.872Z | Compiling object v0.32.1 |
2053 | 2023-11-19T05:24:28.349Z | Compiling rustc-demangle v0.1.23 |
2054 | 2023-11-19T05:24:29.714Z | Compiling deranged v0.3.8 |
2055 | 2023-11-19T05:24:29.813Z | Compiling num-bigint-dig v0.8.4 |
2056 | 2023-11-19T05:24:30.279Z | Compiling funty v2.0.0 |
2057 | 2023-11-19T05:24:32.683Z | Compiling packed_struct v0.10.1 |
2058 | 2023-11-19T05:24:33.316Z | Compiling regex-automata v0.1.10 |
2059 | 2023-11-19T05:24:34.116Z | Compiling bit-vec v0.6.3 |
2060 | 2023-11-19T05:24:34.720Z | Compiling ipnet v2.8.0 |
2061 | 2023-11-19T05:24:34.862Z | Compiling num_threads v0.1.6 |
2062 | 2023-11-19T05:24:35.263Z | Compiling managed v0.8.0 |
2063 | 2023-11-19T05:24:36.474Z | Compiling matches v0.1.10 |
2064 | 2023-11-19T05:24:36.592Z | Compiling idna v0.2.3 |
2065 | 2023-11-19T05:24:41.639Z | Compiling time v0.3.27 |
2066 | 2023-11-19T05:24:42.147Z | Compiling bstr v0.2.17 |
2067 | 2023-11-19T05:24:42.327Z | Compiling bitvec v1.0.1 |
2068 | 2023-11-19T05:24:44.466Z | Compiling r2d2 v0.8.10 |
2069 | 2023-11-19T05:24:45.716Z | Compiling inout v0.1.3 |
2070 | 2023-11-19T05:24:49.532Z | Compiling phf v0.11.2 |
2071 | 2023-11-19T05:24:49.929Z | Compiling hyper-tls v0.5.0 |
2072 | 2023-11-19T05:24:50.051Z | Compiling regex v1.10.2 |
2073 | 2023-11-19T05:24:50.424Z | Compiling hyper-rustls v0.24.2 |
2074 | 2023-11-19T05:24:51.189Z | Compiling signal-hook-mio v0.2.3 |
2075 | 2023-11-19T05:24:51.404Z | Compiling clap v4.4.3 |
2076 | 2023-11-19T05:24:51.562Z | Compiling flate2 v1.0.28 |
2077 | 2023-11-19T05:24:51.713Z | Compiling bzip2 v0.4.4 |
2078 | 2023-11-19T05:24:51.921Z | Compiling ipnetwork v0.20.0 |
2079 | 2023-11-19T05:24:52.265Z | Compiling postgres-types v0.2.6 |
2080 | 2023-11-19T05:24:52.628Z | Compiling toml_edit v0.19.15 |
2081 | 2023-11-19T05:24:53.069Z | Compiling itertools v0.11.0 |
2082 | 2023-11-19T05:24:53.153Z | Compiling pkcs8 v0.10.2 |
2083 | 2023-11-19T05:24:54.819Z | Compiling hubpack v0.1.2 |
2084 | 2023-11-19T05:24:54.944Z | Compiling serde_urlencoded v0.7.1 |
2085 | 2023-11-19T05:24:55.474Z | Compiling phf_shared v0.10.0 |
2086 | 2023-11-19T05:24:55.828Z | Compiling futures-executor v0.3.29 |
2087 | 2023-11-19T05:24:57.783Z | Compiling signature v2.1.0 |
2088 | 2023-11-19T05:24:58.472Z | Compiling packed_struct_codegen v0.10.1 |
2089 | 2023-11-19T05:24:59.956Z | Compiling float-cmp v0.9.0 |
2090 | 2023-11-19T05:25:01.021Z | Compiling encoding_rs v0.8.33 |
2091 | 2023-11-19T05:25:01.771Z | Compiling unicode-width v0.1.11 |
2092 | 2023-11-19T05:25:02.120Z | Compiling mime v0.3.17 |
2093 | 2023-11-19T05:25:02.608Z | Compiling predicates-core v1.0.6 |
2094 | 2023-11-19T05:25:02.905Z | Compiling unicode-segmentation v1.10.1 |
2095 | 2023-11-19T05:25:04.271Z | Compiling nodrop v0.1.14 |
2096 | 2023-11-19T05:25:04.448Z | Compiling normalize-line-endings v0.3.0 |
2097 | 2023-11-19T05:25:04.614Z | Compiling difflib v0.4.0 |
2098 | 2023-11-19T05:25:04.659Z | Compiling webpki-roots v0.25.2 |
2099 | 2023-11-19T05:25:06.180Z | Compiling new_debug_unreachable v1.0.4 |
2100 | 2023-11-19T05:25:06.304Z | Compiling crc-catalog v2.2.0 |
2101 | 2023-11-19T05:25:06.524Z | Compiling static_assertions v1.1.0 |
2102 | 2023-11-19T05:25:06.672Z | Compiling regex-automata v0.3.8 |
2103 | 2023-11-19T05:25:06.719Z | Compiling precomputed-hash v0.1.1 |
2104 | 2023-11-19T05:25:06.869Z | Compiling data-encoding v2.4.0 |
2105 | 2023-11-19T05:25:07.251Z | Compiling fixedbitset v0.4.2 |
2106 | 2023-11-19T05:25:07.887Z | Compiling whoami v1.4.1 |
2107 | 2023-11-19T05:25:08.734Z | Compiling tokio-postgres v0.7.10 |
2108 | 2023-11-19T05:25:09.711Z | Compiling bstr v1.6.0 |
2109 | 2023-11-19T05:25:12.078Z | Compiling trust-dns-proto v0.22.0 |
2110 | 2023-11-19T05:25:12.117Z | Compiling petgraph v0.6.4 |
2111 | 2023-11-19T05:25:14.996Z | Compiling string_cache v0.8.7 |
2112 | 2023-11-19T05:25:15.629Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2113 | 2023-11-19T05:25:16.619Z | Compiling crc v3.0.1 |
2114 | 2023-11-19T05:25:18.682Z | Compiling predicates v3.0.4 |
2115 | 2023-11-19T05:25:21.139Z | Compiling reqwest v0.11.22 |
2116 | 2023-11-19T05:25:22.868Z | Compiling array-init v0.0.4 |
2117 | 2023-11-19T05:25:24.760Z | Compiling similar v2.2.1 |
2118 | 2023-11-19T05:25:25.215Z | Compiling console v0.15.7 |
2119 | 2023-11-19T05:25:36.046Z | Compiling toml v0.7.8 |
2120 | 2023-11-19T05:25:36.257Z | Compiling futures v0.3.29 |
2121 | 2023-11-19T05:25:38.507Z | Compiling pkcs1 v0.7.5 |
2122 | 2023-11-19T05:25:38.544Z | Compiling zip v0.6.6 |
2123 | 2023-11-19T05:25:39.687Z | Compiling smallvec v0.6.14 |
2124 | 2023-11-19T05:25:40.416Z | Compiling diesel v2.1.3 |
2125 | 2023-11-19T05:25:40.632Z | Compiling crossterm v0.27.0 |
2126 | 2023-11-19T05:25:41.431Z | Compiling yasna v0.5.2 |
2127 | 2023-11-19T05:25:43.470Z | Compiling cipher v0.4.4 |
2128 | 2023-11-19T05:25:43.572Z | Compiling hashbrown v0.13.2 |
2129 | 2023-11-19T05:25:46.251Z | Compiling bit-set v0.5.3 |
2130 | 2023-11-19T05:25:46.313Z | Compiling usdt v0.3.5 |
2131 | 2023-11-19T05:25:46.644Z | Compiling is-terminal v0.4.9 |
2132 | 2023-11-19T05:25:46.830Z | Compiling toml_edit v0.21.0 |
2133 | 2023-11-19T05:25:49.920Z | Compiling itertools v0.10.5 |
2134 | 2023-11-19T05:25:53.374Z | Compiling tokio-stream v0.1.14 |
2135 | 2023-11-19T05:25:54.609Z | Compiling openapiv3 v2.0.0-rc.1 |
2136 | 2023-11-19T05:25:54.899Z | Compiling hex v0.4.3 |
2137 | 2023-11-19T05:26:02.827Z | Compiling termcolor v1.2.0 |
2138 | 2023-11-19T05:26:05.667Z | Compiling lalrpop-util v0.19.12 |
2139 | 2023-11-19T05:26:06.160Z | Compiling bitfield v0.14.0 |
2140 | 2023-11-19T05:26:06.640Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2141 | 2023-11-19T05:26:25.215Z | Compiling env_logger v0.10.0 |
2142 | 2023-11-19T05:26:33.133Z | Compiling rsa v0.9.2 |
2143 | 2023-11-19T05:26:38.990Z | Compiling serde-hex v0.1.0 |
2144 | 2023-11-19T05:26:43.458Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2145 | 2023-11-19T05:26:47.733Z | Compiling x509-cert v0.2.4 |
2146 | 2023-11-19T05:26:48.145Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2147 | 2023-11-19T05:26:48.494Z | Compiling ron v0.8.1 |
2148 | 2023-11-19T05:26:52.114Z | Compiling crc-any v2.4.3 |
2149 | 2023-11-19T05:27:10.852Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2150 | 2023-11-19T05:27:14.634Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2151 | 2023-11-19T05:27:23.668Z | Compiling object v0.30.4 |
2152 | 2023-11-19T05:27:41.805Z | Compiling path-slash v0.1.5 |
2153 | 2023-11-19T05:27:42.124Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2154 | 2023-11-19T05:28:26.017Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2155 | 2023-11-19T05:28:27.636Z | Finished release [optimized] target(s) in 5m 56s |
2156 | 2023-11-19T05:28:27.640Z | |
2157 | 2023-11-19T05:28:27.643Z | real 5:56.603601292 |
2158 | 2023-11-19T05:28:27.647Z | user 41:18.149054893 |
2159 | 2023-11-19T05:28:27.650Z | sys 3:37.596997142 |
2160 | 2023-11-19T05:28:27.654Z | trap 1.776386980 |
2161 | 2023-11-19T05:28:27.656Z | tflt 0.999095436 |
2162 | 2023-11-19T05:28:27.659Z | dflt 0.376172181 |
2163 | 2023-11-19T05:28:27.662Z | kflt 0.010025767 |
2164 | 2023-11-19T05:28:27.665Z | lock 1:32:17.048206225 |
2165 | 2023-11-19T05:28:27.667Z | slp 1:57:08.316462910 |
2166 | 2023-11-19T05:28:27.670Z | lat 1:44.873416781 |
2167 | 2023-11-19T05:28:27.673Z | stop 1:15.875744667 |
2168 | 2023-11-19T05:28:27.677Z | + ptime -m gzip |
2169 | 2023-11-19T05:28:27.981Z | |
2170 | 2023-11-19T05:28:27.986Z | real 0.658969785 |
2171 | 2023-11-19T05:28:27.989Z | user 0.649546284 |
2172 | 2023-11-19T05:28:27.996Z | sys 0.008782090 |
2173 | 2023-11-19T05:28:27.999Z | trap 0.000073677 |
2174 | 2023-11-19T05:28:28.003Z | tflt 0.000000000 |
2175 | 2023-11-19T05:28:28.006Z | dflt 0.000000000 |
2176 | 2023-11-19T05:28:28.014Z | kflt 0.000000000 |
2177 | 2023-11-19T05:28:28.019Z | lock 0.000000000 |
2178 | 2023-11-19T05:28:28.023Z | slp 0.000000000 |
2179 | 2023-11-19T05:28:28.029Z | lat 0.000221267 |
2180 | 2023-11-19T05:28:28.032Z | stop 0.000223813 |
2181 | 2023-11-19T05:28:28.037Z | + banner tufaceous |
2182 | 2023-11-19T05:28:28.042Z | |
2183 | 2023-11-19T05:28:28.045Z | ##### # # ###### ## #### ###### #### # # #### |
2184 | 2023-11-19T05:28:28.050Z | # # # # # # # # # # # # # # |
2185 | 2023-11-19T05:28:28.057Z | # # # ##### # # # ##### # # # # #### |
2186 | 2023-11-19T05:28:28.068Z | # # # # ###### # # # # # # # |
2187 | 2023-11-19T05:28:28.074Z | # # # # # # # # # # # # # # # |
2188 | 2023-11-19T05:28:28.077Z | # #### # # # #### ###### #### #### #### |
2189 | 2023-11-19T05:28:28.080Z | |
2190 | 2023-11-19T05:28:28.084Z | + ptime -m cargo build --locked -p tufaceous --release |
2191 | 2023-11-19T05:28:28.610Z | Downloading crates ... |
2192 | 2023-11-19T05:28:28.986Z | Downloaded olpc-cjson v0.1.3 |
2193 | 2023-11-19T05:28:28.994Z | Downloaded path-absolutize v3.1.0 |
2194 | 2023-11-19T05:28:29.000Z | Downloaded doc-comment v0.3.3 |
2195 | 2023-11-19T05:28:29.012Z | Downloaded path-dedot v3.1.0 |
2196 | 2023-11-19T05:28:29.019Z | Downloaded snafu-derive v0.7.5 |
2197 | 2023-11-19T05:28:29.028Z | Downloaded fs-err v2.9.0 |
2198 | 2023-11-19T05:28:29.036Z | Downloaded humantime v2.1.0 |
2199 | 2023-11-19T05:28:29.043Z | Downloaded globset v0.4.13 |
2200 | 2023-11-19T05:28:29.052Z | Downloaded tough v0.14.0 |
2201 | 2023-11-19T05:28:29.058Z | Downloaded snafu v0.7.5 |
2202 | 2023-11-19T05:28:29.065Z | Downloaded buf-list v1.0.3 |
2203 | 2023-11-19T05:28:29.072Z | Downloaded serde_plain v1.0.2 |
2204 | 2023-11-19T05:28:29.077Z | Downloaded bytesize v1.3.0 |
2205 | 2023-11-19T05:28:29.205Z | Compiling serde_tokenstream v0.2.0 |
2206 | 2023-11-19T05:28:29.223Z | Compiling regress v0.7.1 |
2207 | 2023-11-19T05:28:29.236Z | Compiling dirs-sys-next v0.1.2 |
2208 | 2023-11-19T05:28:29.244Z | Compiling ident_case v1.0.1 |
2209 | 2023-11-19T05:28:29.255Z | Compiling thread_local v1.1.7 |
2210 | 2023-11-19T05:28:29.264Z | Compiling slog-async v2.8.0 |
2211 | 2023-11-19T05:28:29.268Z | Compiling camino v1.1.6 |
2212 | 2023-11-19T05:28:29.462Z | Compiling darling_core v0.20.3 |
2213 | 2023-11-19T05:28:29.931Z | Compiling dirs-next v2.0.0 |
2214 | 2023-11-19T05:28:30.059Z | Compiling heck v0.4.1 |
2215 | 2023-11-19T05:28:30.149Z | Compiling term v0.7.0 |
2216 | 2023-11-19T05:28:30.376Z | Compiling crossbeam-channel v0.5.8 |
2217 | 2023-11-19T05:28:30.568Z | Compiling getopts v0.2.21 |
2218 | 2023-11-19T05:28:31.190Z | Compiling structmeta-derive v0.2.0 |
2219 | 2023-11-19T05:28:31.939Z | Compiling atty v0.2.14 |
2220 | 2023-11-19T05:28:32.126Z | Compiling multer v2.1.0 |
2221 | 2023-11-19T05:28:32.140Z | Compiling take_mut v0.2.2 |
2222 | 2023-11-19T05:28:32.342Z | Compiling doc-comment v0.3.3 |
2223 | 2023-11-19T05:28:32.548Z | Compiling match_cfg v0.1.0 |
2224 | 2023-11-19T05:28:32.674Z | Compiling paste v1.0.14 |
2225 | 2023-11-19T05:28:33.062Z | Compiling unsafe-libyaml v0.2.9 |
2226 | 2023-11-19T05:28:33.366Z | Compiling hostname v0.3.1 |
2227 | 2023-11-19T05:28:33.720Z | Compiling slog-term v2.9.0 |
2228 | 2023-11-19T05:28:35.435Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2229 | 2023-11-19T05:28:37.215Z | Compiling structmeta v0.2.0 |
2230 | 2023-11-19T05:28:37.827Z | Compiling serde_yaml v0.9.25 |
2231 | 2023-11-19T05:28:38.323Z | Compiling darling_macro v0.20.3 |
2232 | 2023-11-19T05:28:38.665Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2233 | 2023-11-19T05:28:38.689Z | Compiling slog-json v2.6.1 |
2234 | 2023-11-19T05:28:39.466Z | Compiling async-stream-impl v0.3.5 |
2235 | 2023-11-19T05:28:39.779Z | Compiling darling v0.20.3 |
2236 | 2023-11-19T05:28:39.920Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2237 | 2023-11-19T05:28:40.357Z | Compiling fastrand v2.0.0 |
2238 | 2023-11-19T05:28:41.238Z | Compiling atomic-waker v1.1.1 |
2239 | 2023-11-19T05:28:41.454Z | Compiling regex-syntax v0.7.5 |
2240 | 2023-11-19T05:28:41.475Z | Compiling async-stream v0.3.5 |
2241 | 2023-11-19T05:28:41.925Z | Compiling waitgroup v0.1.2 |
2242 | 2023-11-19T05:28:41.931Z | Compiling tempfile v3.8.0 |
2243 | 2023-11-19T05:28:42.016Z | Compiling serde_with_macros v2.3.3 |
2244 | 2023-11-19T05:28:42.229Z | Compiling slog-bunyan v2.4.0 |
2245 | 2023-11-19T05:28:45.441Z | Compiling toml v0.8.8 |
2246 | 2023-11-19T05:28:45.829Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2247 | 2023-11-19T05:28:45.848Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2248 | 2023-11-19T05:28:47.557Z | Compiling sha1 v0.10.6 |
2249 | 2023-11-19T05:28:47.645Z | Compiling snafu-derive v0.7.5 |
2250 | 2023-11-19T05:28:48.241Z | Compiling serde_path_to_error v0.1.14 |
2251 | 2023-11-19T05:28:49.118Z | Compiling path-dedot v3.1.0 |
2252 | 2023-11-19T05:28:49.123Z | Compiling instant v0.1.12 |
2253 | 2023-11-19T05:28:49.304Z | Compiling arc-swap v1.6.0 |
2254 | 2023-11-19T05:28:49.448Z | Compiling buf-list v1.0.3 |
2255 | 2023-11-19T05:28:49.904Z | Compiling same-file v1.0.6 |
2256 | 2023-11-19T05:28:50.299Z | Compiling base64 v0.13.1 |
2257 | 2023-11-19T05:28:50.362Z | Compiling debug-ignore v1.0.5 |
2258 | 2023-11-19T05:28:50.868Z | Compiling walkdir v2.4.0 |
2259 | 2023-11-19T05:28:51.715Z | Compiling pem v1.1.1 |
2260 | 2023-11-19T05:28:51.807Z | Compiling parse-display-derive v0.8.2 |
2261 | 2023-11-19T05:28:53.543Z | Compiling slog-scope v4.4.0 |
2262 | 2023-11-19T05:28:54.142Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2263 | 2023-11-19T05:28:54.198Z | Compiling path-absolutize v3.1.0 |
2264 | 2023-11-19T05:28:54.488Z | Compiling backoff v0.4.0 |
2265 | 2023-11-19T05:28:54.861Z | Compiling serde_with v2.3.3 |
2266 | 2023-11-19T05:28:55.051Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2267 | 2023-11-19T05:28:55.072Z | Compiling globset v0.4.13 |
2268 | 2023-11-19T05:28:55.679Z | Compiling snafu v0.7.5 |
2269 | 2023-11-19T05:28:56.085Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2270 | 2023-11-19T05:28:56.331Z | Compiling strum v0.25.0 |
2271 | 2023-11-19T05:28:56.583Z | Compiling olpc-cjson v0.1.3 |
2272 | 2023-11-19T05:28:57.468Z | Compiling macaddr v1.0.1 |
2273 | 2023-11-19T05:28:57.656Z | Compiling serde_plain v1.0.2 |
2274 | 2023-11-19T05:28:57.964Z | Compiling parse-display v0.8.2 |
2275 | 2023-11-19T05:28:58.264Z | Compiling xattr v1.0.1 |
2276 | 2023-11-19T05:28:58.507Z | Compiling filetime v0.2.22 |
2277 | 2023-11-19T05:28:58.618Z | Compiling tough v0.14.0 |
2278 | 2023-11-19T05:28:58.713Z | Compiling slog-stdlog v4.1.1 |
2279 | 2023-11-19T05:28:58.977Z | Compiling tar v0.4.40 |
2280 | 2023-11-19T05:29:01.277Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2281 | 2023-11-19T05:29:01.487Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2282 | 2023-11-19T05:29:02.532Z | Compiling camino-tempfile v1.0.2 |
2283 | 2023-11-19T05:29:04.232Z | Compiling bytesize v1.3.0 |
2284 | 2023-11-19T05:29:04.756Z | Compiling fs-err v2.9.0 |
2285 | 2023-11-19T05:29:19.117Z | Compiling slog-envlogger v2.2.0 |
2286 | 2023-11-19T05:29:19.768Z | Compiling humantime v2.1.0 |
2287 | 2023-11-19T05:29:19.855Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2288 | 2023-11-19T05:29:36.811Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2289 | 2023-11-19T05:29:37.101Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2290 | 2023-11-19T05:29:48.852Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2291 | 2023-11-19T05:29:50.880Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2292 | 2023-11-19T05:30:28.764Z | Finished release [optimized] target(s) in 1m 47s |
2293 | 2023-11-19T05:30:28.769Z | |
2294 | 2023-11-19T05:30:28.981Z | real 1:47.625388000 |
2295 | 2023-11-19T05:30:29.204Z | user 11:27.117955467 |
2296 | 2023-11-19T05:30:29.458Z | sys 44.390489180 |
2297 | 2023-11-19T05:30:29.708Z | trap 0.454536456 |
2298 | 2023-11-19T05:30:29.823Z | tflt 0.315233150 |
2299 | 2023-11-19T05:30:29.943Z | dflt 0.882705533 |
2300 | 2023-11-19T05:30:29.988Z | kflt 0.000268536 |
2301 | 2023-11-19T05:30:30.114Z | lock 22:28.679119725 |
2302 | 2023-11-19T05:30:30.272Z | slp 24:43.915757311 |
2303 | 2023-11-19T05:30:30.364Z | lat 20.216229907 |
2304 | 2023-11-19T05:30:30.489Z | stop 10.088679883 |
2305 | 2023-11-19T05:30:30.675Z | + ptime -m gzip |
2306 | 2023-11-19T05:30:30.765Z | |
2307 | 2023-11-19T05:30:30.839Z | real 2.296599415 |
2308 | 2023-11-19T05:30:30.868Z | user 2.269777694 |
2309 | 2023-11-19T05:30:30.968Z | sys 0.026047346 |
2310 | 2023-11-19T05:30:30.980Z | trap 0.000219379 |
2311 | 2023-11-19T05:30:31.094Z | tflt 0.000000000 |
2312 | 2023-11-19T05:30:31.193Z | dflt 0.000000000 |
2313 | 2023-11-19T05:30:31.243Z | kflt 0.000000000 |
2314 | 2023-11-19T05:30:31.338Z | lock 0.000000000 |
2315 | 2023-11-19T05:30:31.394Z | slp 0.000000000 |
2316 | 2023-11-19T05:30:31.440Z | lat 0.000228267 |
2317 | 2023-11-19T05:30:31.481Z | stop 0.000222609 |
2318 | 2023-11-19T05:30:31.513Z | process exited: duration 1231272 ms, exit code 0 |
|
2319 | 2023-11-19T05:30:31.645Z | found 5 output files |
2320 | 2023-11-19T05:30:31.806Z | uploading: /work/end-to-end-tests/bootstrap-2ed5f6fd6904f562.gz (6359993 bytes) |
2321 | 2023-11-19T05:30:36.143Z | uploaded: /work/end-to-end-tests/bootstrap-2ed5f6fd6904f562.gz |
2322 | 2023-11-19T05:30:36.155Z | uploading: /work/end-to-end-tests/bootstrap.gz (86881181 bytes) |
2323 | 2023-11-19T05:30:58.105Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2324 | 2023-11-19T05:30:58.568Z | uploading: /work/end-to-end-tests/end_to_end_tests-03815e4bc8ad474c.gz (99500367 bytes) |
2325 | 2023-11-19T05:31:41.927Z | uploaded: /work/end-to-end-tests/end_to_end_tests-03815e4bc8ad474c.gz |
2326 | 2023-11-19T05:31:41.945Z | uploading: /work/caboose-util.gz (4110329 bytes) |
2327 | 2023-11-19T05:31:43.668Z | uploaded: /work/caboose-util.gz |
2328 | 2023-11-19T05:31:43.712Z | uploading: /work/tufaceous.gz (14675843 bytes) |
2329 | 2023-11-19T05:31:49.578Z | uploaded: /work/tufaceous.gz |